@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;600&family=Ubuntu:wght@700&display=swap');

html, body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	}
body {
	font-family: "Quicksand", sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	color: #000;
	}
a, img {border: none;}

/*::selection {background: #fef8f7;}
::-moz-selection {background: #fef8f7;}*/

body, h1, h2, h3, h4, p {-webkit-font-smoothing: antialiased; padding: 0; margin: 0;}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Ubuntu", sans-serif;
	font-weight: 700;
	line-height: 1.5;
}

h1 {}
h2 {}
h3 {}
h4 {}

p {
	font-size: 17px;
	line-height: 30px;
	padding-bottom: 18px;
	font-weight: 400;
	}
p.lead {font-weight: 700;}
p.small {font-size: 90%; line-height: 1.5em;}
p b, p strong {font-weight: 700;}
a {
	text-decoration: none;
	color: #4e92ca;
	transition: color 0.4s ease, opacity 0.4s ease;
	-moz-transition: color 0.4s ease, opacity 0.4s ease;
	-webkit-transition: color 0.4s ease, opacity 0.4s ease;
	-o-transition: color 0.4s ease, opacity 0.4s ease;
	}
a:hover {text-decoration: none; color: #1e6aa9; outline: 0;}

/*ul, ol {margin-bottom: 15px;}
ul li, ol li {padding-bottom: 10px;}
ul.small, ol.small {color: #2d2d2d; line-height: 120%;}*/


sup, sub {
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
	font-size: 0.6em;
	}
sub {top: 0.4em;}
.nowrap {white-space: nowrap;}

.h100 {height: 100%;}
.main-container {padding-top: 140px; padding-bottom: 120px;}
.main-container-title {padding-top: 140px; padding-bottom: 0;}
.main-container-short {padding-top: 60px; padding-bottom: 120px;}

div.clear {border: 0; clear: both; display: block; float: none; margin: 0; overflow: hidden; visibility: hidden; width: 0; height: 0; font-size: 1px; line-height: 1px;}
div.h-line, hr {width: 100%; height: 1px; background: #2d2d2d; border: none; padding: 0; margin: 10px 0;}

.text-white, a.text-white:hover {color: #fff;}
.text-gray, a.text-gray:hover {color: #2d2d2d;}
.text-blue-dark, a.text-blue-dark:hover {color: #002140;}
.text-blue-light, a.text-blue-light:hover {color: #58b0e3;}

.bg-white {background: #fff;}
.bg-gray {background: #2d2d2d;}
.bg-gray-light {background: #f8f9fa;}
.bg-blue-dark {background: #002140;}
.bg-blue-light {background: #58b0e3;}
/*.bg-texture {
	background-image: url('/images/template/dot-grid.png'); 
	background-position: top center; 
	background-repeat: repeat; 
	background-size: 300px 300px;
}*/

.bg-hero {
	background-size: cover; 
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.bg-title {
	/*position: relative;
	width: 100%;*/
	background-repeat: no-repeat;
	background-position: center -150px;
	background-size: cover;
	background-attachment: fixed;
	height: 600px;
}

@media only screen and (max-width:767px) {
	.bg-title {
		height: 250px;
		background-position: center center;
	}
}

.bg-title-gradient {
	background: linear-gradient(0deg, rgba(49,59,74,0.75) 0%, rgba(49,59,74,0) 100%);
}

.bg-title-solid {
	/*background: rgba(49,59,74,1.0);
	height: 200px;*/
}

.bg-paradox {
	position: relative;
	width: 100%;
	background-position: top center;
	background-size: cover;
	background-attachment: fixed;
}

@media only screen and (max-width:991px) {
	.bg-hero,
	.bg-title,
	.bg-paradox {
		background-attachment: scroll;
	}
}

.zoom {transition: transform .4s; /* Animation */}
.zoom:hover {transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */}

.scroll-fadeInUp div.animate__animated,
.scroll-bounceIn div.animate__animated,
.scroll-fadeIn div.animate__animated {
	opacity: 0;
}


/********* Icon Sizing *********/
.material-icons-round.md-18 { font-size: 18px; }
.material-icons-round.md-24 { font-size: 24px; }
.material-icons-round.md-36 { font-size: 36px; }
.material-icons-round.md-48 { font-size: 48px; }


/********* Nav *********/
.navbar-brand {
	padding-top: 10px;
	padding-bottom: 10px;
}

.navbar-text {
	/*color: rgba(0,33,64,1) !important;*/
}

@media (max-width: 991px) {
	/*.navbar-text {
		display: block;
		text-align: left;
		border-bottom: 1px #ccc solid;
		padding: 15px 20px;
	}
	.navbar-text h5 {font-size: 1.75rem;}*/
	.navbar-collapse {background: #f8f9fa;}
}

@media (min-width: 992px) {
	/*.navbar-text {
		margin-right: 15px;
	}*/
}

@media (min-width: 992px) {
	.nav-item {
		/*border-bottom: 2px transparent solid;*/
		/*margin: 10px 5px;*/
	}
}

.nav-item.active {
	/*border-color: #4e92ca;*/
	/*background-color: #4e92ca;*/
	/*opacity: .5;*/
}

.navbar-nav .nav-link {
	font-family: "Quicksand", sans-serif;
	font-weight: 700;
	font-size: 13px;
	text-align: center;
	padding: 20px;
	margin: 0;
}

@media only screen and (max-width:991px) {
	.navbar-nav .nav-link {
		font-size: 18px;
		text-align: left;
	}
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0,33,64,1);
	text-transform: uppercase;
	
	transition: color 0.4s ease, opacity 0.4s ease;
	-moz-transition: color 0.4s ease, opacity 0.4s ease;
	-webkit-transition: color 0.4s ease, opacity 0.4s ease;
	-o-transition: color 0.4s ease, opacity 0.4s ease;
}

.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover {
	color: rgba(88,176,227,1);
	/*background-color: #4e92ca;*/
}

.navbar-light .navbar-nav .nav-link.active {
	color: rgba(88,176,227,1);
}

/*@media (max-width: 991px) {
	.navbar-nav .nav-link {
		text-align: left;
		padding: 15px;
	}
}*/

/*.logo {
	display: inline-block;
	float: left;
	width: 171px;
	height: 40px;
	margin: 0;
  }*/

.logo-img {
	width: 163px;
	height: auto;
	margin-bottom: 2px;
	margin-left: 0;
	transition: 0.4s;
}

@media only screen and (max-width:767px) {
	.logo-img {
		/*width: 127px;
		height: 35px;*/
	}
}

/*.logo-img.logo-img-scrolled {
	width: 171px;
	height: 40px;
}*/



/********* Nav - Custom Toggler Begins *********/
.navbar-toggler {
	border: none;
	/*background: transparent !important;*/
	width: 60px;
	height: 50px;
	font-size: 1px;
	font-family: Helvetica, Arial, sans-serif;
	/*background: #000;*/
	margin-bottom: 0;
	text-align: left;
}
.navbar-toggler:hover {}
.navbar-toggler .icon-bar {
	width: 30px;
	height: 3px;
	border-radius: 2px;
	display: inline-block;
	background: #002140;
	margin: 3px 0;
	transition: all 0.2s;
}
.navbar-toggler .top-bar {
	transform: rotate(45deg);
	transform-origin: 15% 10%;
}
.navbar-toggler .middle-bar {opacity: 0;}
.navbar-toggler .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 0% 0%;
}
.navbar-toggler.collapsed .top-bar {transform: rotate(0);}
.navbar-toggler.collapsed .middle-bar {opacity: 1; width: 20px;}
.navbar-toggler.collapsed .bottom-bar {transform: rotate(0);}



/********* Buttons *********/
.btn {
	font-family: "Quicksand", sans-serif;
	font-weight: 700;
	
	font-size: 13px;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	
	border-radius: 0;
	padding: 12px 20px;
	}
/*.btn:hover {}
.btn:hover, .btn:active, .btn:focus {outline: 0;}
.btn:active {}*/

.btn-primary {color: #fff; background: #002140;}
.btn-primary:hover {color: #fff; background: #003c75;}
.btn-primary:active {color: #fff; background: #003c75;}

.btn-lg {
	font-size: 16px;
	line-height: 21px;
	padding: 18px 30px;
}



/********* Cards *********/
.card p {
	font-size: 15px;
	line-height: 21px;
}



/********* Footer *********/
#footer,
#footer a {
	/*color: #fff;*/
	color: #727f92;
}

#footer .icon-link {
	position: relative;
	top: -5px;
}

#footer .small,
#footer .small a {
	font-size: 13px;
	line-height: 14px;
	color: #727f92;
}

#footer a:hover {color: #4e92ca;}

#footer hr {background-color: #536073;}


/********* Service Map *********/
#dot-glow-1,
#dot-glow-2 {
	transform-origin-x: 936.4199px;
	transform-origin-y: 473.0837px;
}

#dot-glow-1 {
	animation: dotGrow1 ease-in infinite;
	animation-duration: 2s;
}

#dot-glow-2 {
	animation: dotGrow2 ease-in infinite;
	animation-duration: 2s;
	animation-delay: 1s;
}

@keyframes dotGrow1 {
	0% {transform: scale(1.0);}
	100% {transform: scale(15.0); opacity: 0;}
}

@keyframes dotGrow2 {
	0% {transform: scale(1.0);}
	100% {transform: scale(15.0); opacity: 0;}
}



/********* Tablet Layout *********/
@media only screen and (max-width:991px) {
	
	
}
/********* Mobile Layout *********/
@media only screen and (max-width:767px) {
	/*body {font-size: 18px; line-height: 26px;}
	p {	font-size: 18px; line-height: 28px;}*/
	h1 {font-size:28px; line-height: 28px;}
	h2 {/*font-size: 50px; line-height: 52px;*/}
	h3 {/*font-size: 27px; line-height: 32px;*/}
	h4 {/*font-size: 21px; line-height: 28px;*/}
	
	.display-3 {font-size: 2.5rem;}
	
	/********* Mobile Nav *********/
	/*.nav-wrapper {height: 90px;}*/
	/*.logo {width: auto; height: 27px;}
	.logo-img {width: auto; height: 27px;}*/
	/*.logo-img {
		margin-top: 5px;
		margin-bottom: 7px;
	}*/
	
	/*.icon {top: 15px;}*/
		
}