:root {
	--fnt-monsterrat: "Montserrat", sans-serif;
	--fnt-poppins: "Poppins", sans-serif;
}

body {
	font-family: "Poppins", sans-serif;
}

/**PARALLAX**/
.parallax-section {
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}

/**END PARALLAX**/


.menu-item-has-children>a>i {
	font-size: .7rem;
}

#topbar {
	background: #ea7500;
	color: #FFF;
	line-height: 40px;
	font-size: 16px;
	font-weight: 600;
}

.logo {
	margin-top: -22px !important;
	margin-bottom: 10px;
}

.phone-top {
	font-size: 1.4rem;
}

.phone-top a {
	text-decoration: none;
	color: #fff;
	font-weight: 600;
}

.phone-top span {
	font-weight: 400;
}


body h1, h2, h3, h4, h5 {
	font-family: var(--fnt-monsterrat);
	color: #0f5687;
}

h1 {
	font-size: 36px;
	font-weight: 600;
	color: #0f5687;
	border-bottom: 2px solid #0f5687;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

h1.double-border {
	border-top: 2px solid #47a6df;
	padding-top: 10px;
	margin-top: 30px;
}

h1.text-center {
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.lead {
	font-size: 22px !important;
	font-weight: normal !important;
}

.lead strong {
	font-weight: 600 !important;
}

.home-services-container {
	background: #2a7eb2;
}

#footer-outer {
	background: #004574;
}

#footer-outer h4 {
	color: #fff;
}

.btmnav ul {
	margin: 0;
	padding: 0;
}

.btmnav li {
	list-style: none;
	padding-bottom: 6px;
}

.btmnav a {
	color: #FFF;
	text-decoration: none;
}

.has-bg-white {
	background: #FFF !important;
}
.header-video-cover {background-color:#0f2355;}
.hm-box-icons {
	color: #ec7e00;
	font-size: 4rem;
}

.hm-box-arrows {
	color: #0f5687;
	font-size: 3rem;
}
.hm-box-title {
	font-family:var(--fnt-poppins);
	color:var(--bs-body-color);
}
.icon-hover {
	display: none;
}

.icon-hover-wrapper:hover .icon-default {
	display: none;
}

.icon-hover-wrapper:hover .icon-hover {
	display: inline;
}

/* service contact form */
.service-form-wrapper {
	background: #f5f5f5;
	padding: 16px;
}

.uacf7-submint .wpcf7-submit {
	border-radius: 0 !important;
	background: #0f5687 !important;
}
/*  */

.services-bottom-row {
	background: #eeeeee;
}

/************************/
/**SIZE SPECIFIC STYLES**/
/************************/


/**COMBINATIONS**/

/**SM & DOWN*/
@media (max-width: 767px) {
	.home-card {
		margin: 20px;
	}
}

/**MD & DOWN*/
@media (max-width: 991px) {
	#page-wrap {
		transition: filter .3s;
	}

	#page-wrap.navactive {
		filter: blur(5px);
	}

	#topnav {
		transition: .3s;
		z-index: 1000;
	}

	#nav-wrap {
		position: fixed;
		top: 0;
		right: -100%;
		left: 100%;
		bottom: 0;
		transition: .3s;
		background: rgba(0, 0, 0, .85);
		z-index: 2000;
		padding-top: 45px;
	}

	.topnav_ul {
		margin: 0;
		padding: 0;
	}

	.topnav_ul li {
		list-style: none;
	}

	.topnav_ul li a {
		text-decoration: none;
		display: block;
		font-size: 19px;
		color: #fff;
		padding: 8px 15px;
		border-bottom: 1px solid rgba(255, 255, 255, .1);
		transition: .3s;
	}

	.topnav_ul li a:hover {
		text-decoration: none;
		background: rgba(0, 0, 0, .5);
	}

	#navbtn {
		display: block;
		width: 25px;
		height: 25px;
		position: absolute;
		z-index: 9000000;
		right: 10px;
		top: 10px;
		cursor: pointer;
		transition: .3s;
	}

	#navbtn .bar1,
	#navbtn .bar2,
	#navbtn .bar3 {
		content: "";
		display: block;
		height: 2px;
		width: 100%;
		position: absolute;
		background: #FFF;
		transition: .3s;
		outline: 1px solid #00542b;
	}

	#navbtn .bar1 {
		top: 2px;
	}

	#navbtn .bar2 {
		top: 12px;
		opacity: 1;
	}

	#navbtn .bar3 {
		bottom: 1px;
	}

	.navactive #navbtn .bar2 {
		opacity: 0;
	}

	.navactive #navbtn .bar1 {
		transform: rotate(45deg) translateY(8px) translateX(6px);
		outline: none;
	}

	.navactive #navbtn .bar3 {
		transform: rotate(-45deg) translateY(-8px) translateX(6px);
		outline: none;
	}

	.navactive #navbtn {
		display: block;
	}

	.navactive #nav-wrap {
		right: 0;
		left: 0;
	}

	.sub-wrap {
		display: grid;
		grid-template-rows: 0fr;
		transition: .3s;
	}

	.sub-menu {
		overflow: hidden;
		padding-left: 0;
	}

	.sub-menu a {
		padding-left: 1.5rem;
	}

	.menu-item-has-children.hsactive .sub-wrap {
		grid-template-rows: 1fr;
	}

	.logo {
		margin-top: -45px;
	}

	h1.double-border-mobile {
		border-top: 2px solid #47a6df;
		padding-top: 10px;
		margin-top: 30px;
	}

	.home-card p {
		font-size: 1.25rem !important;
	}
	
	.phone-top {
		font-size: 1.15rem;
		display: flex;
		flex-direction: column;
	}
}

/**LG & DOWN**/
@media (max-width: 1199px) {}

/**MD & UP*/
@media (min-width: 768px) {}

/**LG & UP**/
@media (min-width: 992px) {
	#sticky-nav-top {
		background-color: #ffffff;anchor-point
	}
	
	#topnav {
		position: relative;
		z-index: 1000;
		transition: .3s;
		display: block;
		background-color: #ffffff;
		box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.3);
	}

	.topnav_ul {
		margin: 0;
		padding: 0;
		overflow: hidden;
	}

	.topnav_ul:hover {
		overflow: visible;
	}

	.topnav_ul>li:not(:last-child) {
		margin: 0;
		padding: 0;
		display: inline-block;
		list-style: none;
		position: relative;
	}

	.topnav_ul>li:not(:last-child)>a {
		display: block;
		position: relative;
		font-size: 16px;
		color: #0f5687;
		text-align: center;
		transition: .3s;
		padding: 8px 13px;
		text-decoration: none;
		font-weight: 600;
		text-transform: uppercase;
	}

	.topnav_ul>li:not(:last-child):hover>a {
		text-decoration: none;
		color: #fb8500;
		z-index: 1000;
	}

	.topnav_ul>li:not(:last-child):after {
		position: absolute;
		content: "";
		display: block;
		top: 0;
		bottom: 0;
		right: 51%;
		left: 51%;
		border-top: 2px solid #47a6df;
		border-bottom: 2px solid #47a6df;
		transition: .3s;
	}

	.topnav_ul>li:hover:after {
		left: 0;
		right: 0;
	}

	/* service button */
	.topnav_ul > li:last-child > a {
		display: block;
		font-size: 16px;
		color: #0f5687;
		text-align: center;
		padding: 8px 5px;
		font-weight: 600;
		text-transform: uppercase;
		background: #0f5687;
	}

	.topnav_ul > li:last-child {
		list-style: none;
	}

	.topnav_ul > li:last-child a:hover {
		background: #0f2355;
	}

	.topnav_ul > li:last-child > a {
		color: #fff;
		text-decoration: none;
	}

	/* home section */
	.home-learn-img {
		box-shadow: 6px 6px #0f5687;
	}


	.sub-wrap {
		display: block;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: -100;
		opacity: 0;
		transition: opacity .3s;
		min-width: 105%;
	}

	.sub-menu {
		margin: 0;
		padding: 0;
	}

	.sub-menu>li {
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.sub-menu>li>a {
		display: block;
		padding: 5px 17px;
		color: #0f5687;
		background: #FFF;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 600;
	}

	.sub-menu>li>a:hover {
		text-decoration: none;
		color: #fb8500;
	}

	.topnav_ul>li:hover>.sub-wrap {
		z-index: 10000000;
		opacity: 1;
	}

	.nav-fill {
		display: flex;
	}

	.nav-fill>li {
		flex: 1 1 auto;
		text-align: center;
	}

	.nav-fill>li>a {
		width: 100%;
	}

	#topbar small {
		font-size: 13px;
		font-weight: normal;
	}

	.logo {
		margin-top: -40px;
		padding: 0 15px;
	}

/* 	.btmnav {
		border-right: 1px solid #FFF;
	} */
}

/**XLG & UP**/
@media (min-width: 1200px) {}

/**XXLG & UP**/
@media (min-width: 1400px) {}

/**INDIVIDUAL SIZES**/

/**XS**/
@media (max-width: 575px) {}

/**SM**/
@media (min-width: 576px) and (max-width: 767px) {}

/**MD**/
@media (min-width: 768px) and (max-width: 991px) {}

/**LG**/
@media (min-width: 992px) and (max-width: 1199px) {
	#topbar {
		height: 30px;
		line-height: 30px;
	}

	.topnav_ul>li>a {
		font-size: 14px;
	}

	.logo {
		margin-top: -25px;
	}
}

/**XLG**/
@media (min-width: 1200px) and (max-width: 1399px) {
	.topnav_ul>li>a {
		font-size: 15px;
	}
}

/**XXLG**/
@media (min-width: 1400px) {}