/*******************************
**  Main CSS Contents

1. Global CSS
2. Header
2.1 Common Menu Items
2.2 Desktop Menu
2.3 Mobile Menu
3. Front Page
4. Secondary Page
5. Footer
6. VC Elements
7. Media Queries
8. Custom Additions
9. Animations

*******************************/

/*******************************
**  1. Global CSS
******************************/

body{
	color: #4d4d4d;
	min-width: 320px !important;
	font-family: 'Manrope', sans-serif;
	font-size: 18px;
}

a{
	color: #00206C;
	font-weight: 600;
}

a:hover{

}

a:active{

}

h1, h2, h3{
	color: #00206C;
	font-weight: 700;
	font-family: 'Manrope', sans-serif;
}

h4, h5, h6{
	color: #005177;
	font-family: 'Manrope', sans-serif;
}

ul, ol{
	margin: 0 0 1.5em 1.0em;
}

ul{
	list-style: none;
}

ul li:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	color: #00206C;
	content: "\f0fe";
	margin-right: 15px;
	font-size: 15px;
	vertical-align: middle;
}

.padded-section{
	padding: 50px 0;
}

.site-footer{
	border-top: 0px !important;
}

.search-form .search-submit{
	top: auto !important;
}

.page:not(.home) #content{
	padding: 3.5em 0 0.5em 0;
}

.header-wrapper li:before{
	content: none;
	margin-right: 0;
}

.site-content {
	padding: 5.5em 0 2.5em 0;
}

svg.icon.icon-angle-down {
    display: none;
}

.mobile-menu-header a .screen-reader-text{
	color: #fff;
}

/*******************************
**  2. Header
******************************/

.notificaton-banner{
	background-color: #000B26;
	color: #fff;
	padding: 15px 20px;
	position: fixed;
	width: 100%;
	text-align: center;
	z-index: 3;
}

.header-wrapper{
	position: relative;
}

.main-header{
	border-bottom: 0.5px solid #BBB9B9;
	padding: 10px;
}

.social-col{
	display: flex;
	-ms-flex-align: center;
	display: -webkit-flex;
}

.logo, .mobile-logo{
	max-height: 100px;
	margin: auto;
}

.mian-logo-wrapper{
	margin: auto;
	max-width: 300px;
}

.logo-wrap {
	padding: 0 30px;
}

.social-wrapper{
	margin: auto 100px auto auto;
}

.social-wrapper a, .social-wrapper a:hover, .social-wrapper a:active, .social-icons a, .social-icons a:hover, .social-icons a:active{
	text-decoration: none;
}

.fb, .insta, .social-space{
	width: 30px;
	height: 30px;
	display: inline-block;
	background-size: contain !important;
}

.social-space{
	width: 15px;
}

a .h-facebook, a .h-insagram{
	font-size: 35px;
	color: #00206d;
	text-decoration: none;
	font-weight: 400;
}

/*******************************
**  2.1 Common Menu Items
******************************/

.header-wrapper ul {
	list-style: none;
	margin-left: 0;
}

/*******************************
**  2.2 Desktop Menu
******************************/

.menu-header{
	padding: 20px 20px 0px 20px;
}

.desktop-nav{
	display: flex;
	display: -webkit-flex;
	-ms-flex-align: center;
}

.menu-main-menu-container{
	margin: auto;
}

ul#menu-main-menu{
	margin-bottom: 0;
	list-style: none;
}

ul#menu-main-menu > li {
	display: inline-block;
	position: relative;
}

ul#menu-main-menu li {
	margin-right: 30px;
	position: relative;
	padding-bottom: 20px;
}

ul#menu-main-menu a {
	color: #000;
	text-decoration: none;
	font-weight: 600;
}

ul#menu-main-menu li.current_page_item > a {
	color: #00206C;
	font-weight: 600;
}

ul#menu-main-menu > li:after /*> a:after*/ {
	content: '';
	position: absolute;
	left: 0;
	bottom: 00px;
	height: 3px;
	width: 0;
	background-color: #165d7f;
	padding-bottom: 0;
	transition: 0.5s ease;
}

ul#menu-main-menu > li:hover:after /*> a:hover:after, ul#menu-main-menu ul.sub-menu > li > a:hover:after*/{
	width: 100%;
}

ul#menu-main-menu ul.sub-menu {
	position: absolute;
	margin-left: 0;
	z-index: -1;
	opacity: 0;
	list-style: none;
	width: 225px;
	background-color: #fff;
	transition: 0.1s ease;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.29) inset;
	top: 47px;
	border-bottom: 2px solid #165d7f;
	/* border-radius: 2.5px; */
}

ul#menu-main-menu ul.sub-menu li{
	padding-bottom: 0;
	margin-right: 0;
	padding: 15px 20px;
	border-top: 2px solid #165d7f;
}

ul#menu-main-menu ul.sub-menu a{
	color: #000;
	position: relative;
}

/* ul#menu-main-menu ul.sub-menu > li > a:after {
content: '';
position: absolute;
left: 0;
bottom: 0px;
height: 3px;
width: 0;
background-color: #fff;
padding-bottom: 0;
transition: 0.5s ease;
} */

ul#menu-main-menu ul.sub-menu > li:hover{
	background-color: #00206d;
}

ul#menu-main-menu ul.sub-menu > li:hover > a{
	color: #fff;
}

/* ul#menu-main-menu ul.sub-menu > li.current_page_item > a:after{
width: 100%;
} */

ul#menu-main-menu ul.sub-menu li > ul.sub-menu {
	left: 100%;
	top: -2px;
}

.sub-menu-opacity{
	opacity: 1 !important;
}

.sub-menu-index{
	z-index: 2 !important;
	transition: 0.1s !important;
}

a .screen-reader-text{
	color: #000;
}

.main-footer a .screen-reader-text{
	color: #fff;
}

/*******************************
**  2.3 Mobile Menu
******************************/

.mobile-wrap{
	position: absolute;
	top: 0;
	right: 0px;
}

.mobile-menu{
	display: none;
	position: relative;
}

.mobile-menu .menu-main-menu-container{
	overflow: auto;
}

.mobile-menu-bars{
	display: inline-block;
	cursor: pointer;
	z-index: 1;
	position: absolute;
	right: 0;
	padding: 15px 10px 5px 10px;
	z-index: 3;
	transition: 2s ease;
}

.bar1, .bar2, .bar3{
	width: 30px;
	height: 3px;
	background-color: #0292d7;
	margin: 3px 0;
}

.mobile-menu-bars > .bar1, .mobile-menu-bars > .bar2, .mobile-menu-bars > .bar3{
	transition: 0.5s ease ;
}

.mobile-menu-bars.change > .bar1{
	transform: rotate(-45deg) translate(-2px, 6px);
	transition: 0.5s ease ;
}

.mobile-menu-bars.change > .bar3{
	transform: rotate(45deg) translate(-2px, -7px);
	transition: 0.5s ease ;
}

.mobile-menu-bars.change > .bar2{
	transition: 0.5s ease ;
	opacity: 0;
}

.mobile-menu-bars.change > .bar1, .mobile-menu-bars.change > .bar3{
	background-color: #fff;
}

.mobile-menu-bars.change{
	position: fixed;
	z-index: 4;
	transition: 0.1s ease;
}

.mobile-menu-wrapper {
	position: fixed;
	right: 0;
	width: 0%;
	transition: 3s ease;
	overflow: scroll;
	z-index: -1 ;
	/* top: 0; */
}

.mobile-menu-header{
	margin-bottom: 50px;
	padding-top: 50px;
}

.mobile-menu-nav{
	position: relative;
	width: 100%;
	background-color: #00206d;
	color: #ffffff;
	transition: 0.5s ease-in-out;
	right: -100%;
	text-align: center;
	height: 100vh
	overflow: auto;
}

.mobile-menu-wrapper-show {
	z-index: 3;
	transition: 0.1s ease-in-out;
	width: 100%;
}

.mobile-menu-nav-show{
	right: 0%;
}

ul#menu-main-menu-1{
	padding-bottom: 20px;
}

ul#menu-main-menu-1 > li {
	margin-bottom: 20px;
	position: relative;
}

ul#menu-main-menu-1 a, ul#menu-main-menu-1 a:hover, ul#menu-main-menu-1 a:active {
	color: #ffffff;
	text-decoration: none;
}

ul#menu-main-menu-1 li.current-menu-item > a, ul#menu-main-menu-1 li.current-menu-item > a {
	border-bottom: 2px solid #fff;
}

ul.sub-menu.first-mobile-sub{
	height: 0;
	overflow: hidden;
}

ul.sub-menu.first-mobile-sub > li{
	position: relative;
	margin-bottom: 5px
}

ul.sub-menu.second-mobile-sub{
	height: 0;
	overflow: hidden;
	padding: 0;
}

.expand-first-menu{
	height: 100% !important;
}

.expand-second-menu{
	height: 100% !important;
	padding: 10px 0 !important;
}

.mobile-menu-expand, .mobile-menu-expand-1 {
	position: absolute;
	right: 10%;
	top: 5px;
	color: #fff;
	transition: 0.5s ease;
}

.rotate-icon{
	transform: rotate(180deg);
}

/*******************************
**  3. Front Page
******************************/

section#front-main-section{
	position: relative;
	overflow: hidden;
}

.front-main-section-img{
	position: relative;
	max-height: 100vh;
	background-size: cover !important;
	margin-bottom: -7px;
}

.layer, .front-main-section-img:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000B26;
	display: none;
}

.front-main-section-img:after{
	display: block;
	background-color: rgba(0, 0, 0, 0.65);
}

.vid-control span,.overlay-control span{
	cursor: pointer;
}

.controls-wrapper{
	position: absolute;
	right: 5%;
	bottom: 20px;
}

.vid-control, .overlay-control{
	display: inline-block;
	color: #fff;
	font-size: 32px;
}

.vid-control {
	margin-right: 25px;
}

.play, .show, .show1{
	display: none;
}

section#service-section{
	overflow: hidden;
}

.services-wrapper-img{
	display: flex;
	-ms-flex-align: center;
	display: -webkit-flex;
	min-height: 600px;
	background-size: cover !important;
	padding: 20px;
}

.services-content{
	width: 500px;
	margin: 250px auto auto auto;
	text-align: center;
	opacity: 0;
	transition: 0.75s ease;
}

.service-image{
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	-ms-flex-align: center;
	min-height: 550px;
	background: red;
	opacity: 0;
	transition: 0.5s ease;
	background-size: cover !important;
	z-index: 0;
	position: relative;
}

.service-heading-wrap{
	column-count: 2
}

.service-heading-wrap h2{
	font-weight: 700;
}

.service-type{
	width: 470px;
	padding: 20px;
	position: relative;
	z-index: 0;
}

.service-type:after{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.service-image:nth-child(even) > .service-type{
	margin: auto -100% auto auto;
	transition: 0.75s ease;
}

.service-image:nth-child(even) > .service-type:after{
	background-color: rgba(255,255,255,0.85);
}

.service-image:nth-child(odd) > .service-type{
	margin: auto auto auto -100%;
	transition: 0.75s ease;
}

.service-image:nth-child(odd) > .service-type:after{
	background-color: rgba(255,255,255,0.85);
}

.in-view-right{
	margin: auto 5% auto auto !important;
}

.in-view-left{
	margin: auto auto auto 5% !important;
}

.in-view-service-img{
	opacity: 1 !important;
}

.location-section-heading-wrap{
	padding: 100px 10px;
	text-align: center;
	opacity: 0;
	transition: 0.75s ease;
}

.location-image{
	min-height: 500px;
	background-size: cover !important;
	opacity: 0;
	transition: 0.75s ease;
	position: relative;
	z-index: 0;
}

.location-image:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.65);
	z-index: -1;
}

.map-layer {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #00206D;
	display: none;
	z-index: -1
}

.overlay-control-map{
	position: absolute;
	bottom: 2%;
	right: 5%;
	color: #fff;
	font-size: 32px;
}

.show-map-img{
	display: none;
}

.map-wrap{
	height: 500px;
	position: relative;
}

.map{
	position: absolute;
	width: 600px;
	height: 700px;
	top: -300px;
	left: -100%;
	margin: auto;
	background-size: contain !important;
	transition: 0.75s ease;
	opacity: 0
}

.location-button {
	text-align: center;
	padding: 10px;
}

.location-arrow{
	margin-left: 5px;
}

a.button{
	color: #fff;
	background-color: #00206D;
	padding: 15px 75px;
	max-width: 30%;
	text-decoration: none;
}

i.fas.fa-caret-right{
	color: #fff;
}

.insta-section-heading{
	text-align: center;
	opacity: 0;
	transition: 0.75s ease;
	padding: 100px 10px 50px 10px;
}

/*******************************
**  4. Secondary Page
******************************/

section#featured-img-section{
	overflow: hidden;
	position: relative;
}

.featured-img {
	min-height: 550px;
	padding: 20px;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	background-size: cover !important;
	position: relative;
	z-index: 0;
}

.featured-img:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: rgba(0,0,0,0.65);
}

.page-banner{
	background-position: center top 20% !important;
}

.page-name {
	margin: auto;
	color: #fff;
	text-align: center;
	z-index: 1;
}

.page-name h1{
	color: #fff;
}

section#secondary-main-section{

}

.cat-col{
	opacity: 0;
	transition: 0.75s ease;
}

.cat-col a{
	color: #000;
	text-decoration: none;
}

.loc-image-wrapper{
	overflow: hidden;
	max-width: 300px;
	height: 300px;
	position: relative;
	margin: 10px auto;
	box-shadow: 0px 0px 10px 2.5px #d1d1d1;
}

.theImg{
	height: 300px;
	background-size: cover !important;
	transition: 0.5s ease;
}

.theImg:hover{
	transform: scale(1.1);
}

.imgDesc{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	padding: 10px;
	text-align: center;
	font-weight: 700;
}

/*******************************
**  5. Footer
******************************/

.pop-up-wrapper{
	z-index: -1;
	opacity: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.85);
	position: fixed;
	transition: 0.5s ease;
	display: flex;
	-ms-flex-align: center;
	display: -webkit-flex;
}

.pop-up-container{
	background-color: #000B26;
	color: #fff;
	position: relative;
	max-width: 700px;
	max-height: 70vh;
	padding: 50px;
	margin: auto;
	overflow: auto;
}

.close-popup{
	position: absolute;
	top: 4%;
	right: 2%;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
}

.disclaimer{
	cursor: pointer;
}

span.disclaimer:after {
	content: "|";
	margin: 5px;
}

.pop-up-opacity{
	opacity: 1;
}

.show-pop-up{
	z-index: 3;
	transition: 0.1s ease;
}

.footer-sponsor{
	padding: 50px 10px 100px 10px;
}

.sponsor-icon{
	max-width: 150px;
	height: 150px;
	margin: auto;
	transition: 1s ease;
	transform: scale(0);
}

.sponsor-in-view{
	transform: scale(1) !important
}

.footer-callout{
	min-height: 350px;
	padding: 100px 20px;
	display: flex;
	-ms-flex-align: center;
	display: -webkit-flex;
	background-size: cover !important;
}

.callout-wrapper{
	background-color: #00206d;
	color: #fff;
	padding: 35px;
	margin: auto;
	width: 500px;
	text-align: center;
}

.callout-button-wrapper{
	margin-top: 30px;
}

a.callout-button{
	padding: 10px 20px;
	color: #000;
	text-decoration: none;
	background-color: #fff;
	font-weight: 700;
}

.main-footer{
	padding: 50px 10px 0 10px;
	position: relative;
	background-color: #002334;
	text-align: center;
	color: #fff;
}

.main-footer a {
    font-weight: 400;
}

.footer-logo-wrapper{
	max-width: 300px;
	margin: auto;
}

.footer-logo{
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	width: 300px;
	max-height: 100px;
	top: -35px;
	background-size: contain !important;
}

.social-icons {
	display: inline-block;
	margin: 30px auto 0px auto;
}

.footer-text{
	margin: 30px 0;
}

.footer-text a, .footer-text a:hover, .footer-text a:active{
	text-decoration: none;
	color: #fff;
}

a .f-instagram, a .f-facebook{
	color: #fff;
	text-decoration: none;
	font-size: 30px;
	font-weight: 400;
}

.upIconContainer {
	position: absolute;
	z-index: 1;
	display: none;
	right: 15px;
	bottom: 55px;
}

.upIcon {
	width: 45px;
	height: 45px;
	font-size: 19px;
	border-radius: 100%;
	background-color: #0098dc;
	right: 5%;
	cursor: pointer;
	color: #fff;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center
}

i.fas.fa-chevron-up{
	margin: auto;
}

.copy-col, .e-74-col{
	padding-bottom: 15px;
}

.e-74-col a, .e-74-col a:hover{
	color: #fff;
	text-decoration: none;
}

span.non-dis-practice:after{
	content: '|';
	margin: 5px;
}

span.non-dis-practice:nth-last-child(1):after{
	content: '';
}

span.footer-callout-text{
	font-size: 28px;
	font-weight: 600;
}

/*******************************
**  6. VC Elements
******************************/

.row.elem-row {
	min-height: 350px;
}

.element-image {
	background-size: cover !important;
	height: 100%;
}

.element-desc {
	padding: 25px 10px 25px 10px;
	margin: auto;
}

.col-md-6.elem-img-col {
	padding-left: 0;
	padding-right: 0;
}

.col-md-6.desc-col {
	display: flex;
	-ms-flex-align: cen;
	display: -webkit-flex;
}

.element-desc h1, .element-desc h2, .element-desc h3, .element-desc h4, .element-desc h5, .element-desc h6{
	padding: 0;
	margin: 0 0 10px 0;
}

/*******************************
**  7. Media Queries
******************************/

@media (max-width: 991px) {

	ul#menu-main-menu li{
		margin-right: 15px;
	}

}

@media (max-width: 767px) {
	.main-header{
		border-bottom: 0px;
	}

	.social-col{
		display: none;
	}

	.mobile-menu{
		display: block;
	}

	.menu-row{
		display: none;
	}

	.services-content {
		width: 70%;
	}

	.service-image:after {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 90%);
		z-index: -1;
	}

	.service-type{
		width: 60%;
	}

	.service-image:nth-child(even) > .service-type{
		margin: auto auto 0 -100%;
		transition: 0.75s ease;
	}

	.service-image:nth-child(odd) > .service-type{
		margin: auto auto 0 -100%;
		transition: 0.75s ease;
	}

	.service-image:nth-child(odd) > .service-type:after{
		background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 90%);
	}

	.service-heading-wrap{
		column-count: 0;
		display: flex;
	}

	.service-heading-wrap h2{
		width: 75%;
	}

	.service-heading-wrap img{
		max-width: 100%;
		max-height: 100%;
	}

	.in-view-right, .in-view-left{
		margin: auto auto 0 10px !important;
	}

	.location-image {
		min-height: 300px;
	}

	.overlay-control-map{
		top: 2%;
	}

	.map-wrap {
		height: 400px;
	}

	.map{
		width: 100%;
		height: 500px;
		top: -200px;
	}

	a.button{
		padding: 15px;
	}

	.page-name{
		font-size: 42px;
	}

	.footer-sponsor{
		padding: 50px 10px;
	}

	.callout-wrapper{
		width: 100%;
	}

	.upIconContainer{
		display: block;
	}

}

@media (max-width: 575px) {
	.service-heading-wrap img {
		width: 50px;
		height: 60px;
	}

	.service-type {
		width: 300px;
	}
}

/*******************************
**  8. Custom Additions
******************************/



/*******************************
**  9. Animations
******************************/

.fade-amin{
	opacity: 1 !important;
}

.show-map{
	opacity: 1 !important;
	left: 0 !important;
	right: 0 !important;
}
