/* ----------------------------------------------------------------
 Jays Overide CSS
-----------------------------------------------------------------*/
  .neonText {
    color: #fff;
    text-shadow:
      0 0 7px #fff,
      0 0 10px #fff,
      0 0 21px #fff,
      0 0 42px #f09,
      0 0 82px #f09,
      0 0 92px #f09,
      0 0 102px #f09,
      0 0 151px #f09;
  }

h1 {
    font-size: 6.6rem;
    animation: pulsate 0.11s ease-in-out infinite alternate;     
}



.bg-overlay-dark:before {
  background-color: rgba(27, 26, 26, 0.2);
}

#top-bar {
    position: relative;
    font-size: 13px;
    background-color: #252e70;
    border-bottom: 2px solid #fff;
}

#header-wrap {
    position: relative;
    background-color: #252e70;
    width: 100%;
}

.grid-inner {
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #252e70;
}

.grid-inner-2 {
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.portfolio-desc h3 a {
    color: #fff;
}

.portfolio-desc {
    position: relative;
    z-index: 6;
    padding: 12px 5px;
    background-color: #252e70;
}

.portfolio-desc-2 {
    position: relative;
    z-index: 6;
    padding: 12px 5px;
    font-family: "Roboto", Helvetica, sans-serif;
}

.newsletter-lt {
    font-family: "Poppins", Helvetica, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
}

@media (max-width: 768px) {
.sidenav {
    width: 100%;
    padding: 0;
    background-color: #FFF;
    border-radius: 4px;
    margin-right: 10px;
}
}

@media (min-width: 768px) {
.sidenav {
    width: 98%;
    padding: 0;
    background-color: #FFF;
    border-radius: 4px;
    margin-right: 10px;
}
}

@media (min-width: 992px) {
.sidenav {
    width: 98%;
    padding: 0;
    background-color: #FFF;
    border-radius: 4px;
    margin-right: 10px;
}
}


.circle-icon-head {
    background: #2887C2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
    padding: 0px;
}

.pl-3, .px-3 {
    padding-left: 0.5rem !important;
}

@media (max-width: 1200px) {
.entry-title h2,
.entry-title h3,
.entry-title h4 {
  font-family: "Roboto", Helvetica, sans-serif;
  color: #222222;
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0px;
 }
}


@media (max-width: 768px) {
.foot-highlights-spacer{
 margin-top:30px;
 }
}

@media (min-width: 768px)  {
 .entry-title h4 {
    font-size: 0.820rem;
 }
 
 .entry-meta li {
    font-size: 82%;
    /* margin: 0 15px 10px 0; */
    color: #999;
}
}

/* -- Width for content and sidebar --
@media (max-width: 992px){
.container, .container-sm, .container-md, .container-lg {
    max-width: 998px;
    }
}
 -- */

/* ----------------------------------------------------------------
	Live search
-----------------------------------------------------------------*/

#livesearch {
 width: 400px;
 font-size: 16px;
 line-height: 30px;
}


/* ----------------------------------------------------------------
	Logo Adjust
-----------------------------------------------------------------*/

@media (max-width: 600px) {
	#logo {
	max-width: 230px;
  max-height: 100px;
}

#logo img {
	display: block;
	max-width: 230px;
  max-height: 82px;
}

.header-misc {
	position: initial;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin-left: 2px;
}

#primary-menu-trigger,
#page-menu-trigger {
	display: -ms-flex;
	display: flex;
	opacity: 1;
	pointer-events: auto;
	z-index: 1;
	cursor: pointer;
	font-size: 0.875rem;
	width: 50px;
	height: 50px;
	margin-right:0px;
	line-height: 50px;
	justify-content: center;
	align-items: center;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.header-misc {
	position: initial;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.header-misc-element,
.header-misc-icon {
	margin: 0 5px;
}

}

/* ----------------------------------------------------------------
	Top Bar
-----------------------------------------------------------------*/


#top-bar {
	position: relative;
	font-size: 13px;
	/*---Jay---*/
	/*--- Original Dark 2023 #0d235a; | was originally lighter background-color: #223a78; | Queen was #0d235a---*/
  border-bottom: 2px solid #fff;
}


/* From Merged Theme */

ul.side-quick-link {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.side-quick-link li {
	position: relative;
	border: 1px solid #e6e6e6;
	margin-bottom: 10px;
	height: 55px;
	padding-left: 82px;
	padding-top: 10px;
	line-height: 17px;
}
.side-quick-link li a {
	font-size: 16px;
	font-weight: 600;
	color: #333333;
	font-family: "Poppins", Helvetica, sans-serif;
}
.side-quick-link li i {
	position: absolute;
	left: 0;
	top: 0px;
	height: 53px;
	width: 66px;
	background: #18254a;
	text-align: center;
	line-height: 53px;
	color: #fff;
	font-size: 20px;
}
.side-quick-link li:hover a {
	color: #2887C2;
}
.side-quick-link li:hover i {
	background: #2887C2;
	color: #fff;
}


@media only screen and (max-width: 700px) and (min-width: 100px){
.side-quick-link li {
	position: relative;
	border: 1px solid #e6e6e6;
	margin-bottom: 10px;
	height: 55px;
	padding-left: 82px;
	padding-top: 5px;
	line-height: normal;
}

.side-quick-link li a {
    font-size: 95%;
    font-weight: 600;
    color: #333333;
    font-family: "Poppins", Helvetica, sans-serif;
    }
    
.spacing-20 {
  padding-top: 20px;
}   
