@import url('https://fonts.googleapis.com/css?family=Nunito|Roboto:700');



/* Global 
====================================================================== */
html {
	position: relative;
	min-height: 100%;
}
body {
	margin: 0;
	font-family: 'Nunito', sans-serif;
	letter-spacing: .5px;
	font-size: 14px;
	line-height: 20px;
	color: #001117;
	background: url("../img/bg.png") #e7ecf0 top left repeat-x;
}

a{
	text-decoration: none !important;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
a:focus, button:focus {
	outline: none;
}

.delay1{
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	-o-animation-delay: .2s;
	animation-delay: .2s; 
}
.bold{
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}
.dib{
	display: inline-block;
}
.bg-blue {
	background: #00A2DF;
}
.text-blue {
	color: #00A2DF;
}
.default-btn {
	color: #fff;
	background: #00A2DF;
	border: none;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.default-btn:hover {
	color: #fff;
}
.hvr-bounce-to-top:before {
	background: #0976a9;
}

/* home */
.top-section {
	padding-top: 10px;
}
.top-section .list-inline {
	margin-bottom: 10px;
}
.top-section .list-inline .list-inline-item {
	margin-right: 0;
}
.top-section .list-inline .list-inline-item a {
	color: #5c7079;
	cursor: pointer;
	position: relative;
	padding: 10px 20px;
}
.top-section .list-inline .list-inline-item  + .list-inline-item a:before {
	content: '|';
	position: absolute;
	left: 0;
}
.navbar {
	background: #010b36 !important;
}
.navbar-nav .nav-link {
	color: #ffffff;
	text-transform: uppercase;
}
.dropdown-toggle::after {
	display: none;
}
.dropdown-menu {
	border: none;
    border-top: 5px solid #00a2df;
    min-width: 200px;
    
    -webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.33);
    
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.dropdown-menu a {
	font-size: 13px;
	padding-left: 15px;
	border-bottom: 1px solid rgba(245, 245, 245, 0.6);
}
.dropdown-menu a:nth-last-of-type(1) {
	border-bottom: 1px solid transparent;
}
.dropdown-item.active, .dropdown-item:active, 
.dropdown-item:focus, .dropdown-item:hover {
	color: #fff;
	background-color: #00a2df;
}
.industryNewsBlock .carousel-indicators {
	bottom: 0px;
	margin-bottom: 10px;
}
.industryNewsBlock .carousel-indicators li {
	width: 20px;
} 
.industryNewsBlock .carousel-inner .carousel-item img {
	height: 190px;
}
.industryNewsBlock .carousel-inner .carousel-item .carousel-caption {
	color: #001117;
	top: 0;
	right: 0;
	left: 0;
}
.industryNewsBlock .carousel-inner .carousel-item .carousel-caption h4 {
	font-size: 14px;
}
.industryNewsBlock .carousel-inner .carousel-item .carousel-caption p {
	line-height: 18px;
}
.carousel-control-prev, 
.carousel-control-next {
	z-index: 99;
}


.bottomLink {
	color: #b2b2b2;
	background: #000;
	font-size: 13px;
	padding-top: 30px;
	margin-top: 30px;
}
.bottomLink h3 {
	font-size: 17px;
	padding-bottom: 8px;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
	margin-bottom: 15px;
}
.bottomLink ul {
	margin-bottom: 0;
	padding-bottom: 12px;
	list-style: none;
	padding-left: 0;
}
.bottomLink ul li a {
	color: #b2b2b2;
	display: block;
	padding: 3px 0;
}
.bottomLink .carousel .carousel-inner .carousel-item img {
	height: 200px;
}
.bottomLink .carousel .carousel-inner .carousel-caption {
	color: #b2b2b2;
	text-align: left;
	padding: 0;
}
.bottomLink hr {
	border-bottom: 1px solid #b2b2b2;
	margin-top: 0;
	margin-bottom: 0;
}

footer {
	color: #b2b2b2;
	background: #000000;
	padding-top: 13px;
	padding-bottom: 3px;
}
footer p {
	margin-bottom: 10px;
}
footer p a {
	color: inherit;
}



/* overview */
.bannerSection {
	background: #00A2DF;
}
.bannerSection .carousel-caption {
	top: 25px;
	right: 25px;
	left: 15px;
	padding-left: 300px;
}
.bannerSection .carousel-caption h2 {
	font-size: 46px;
}
.title {
	padding-top: 35px;
	padding-bottom: 0;
	border-bottom: 1px solid #00A2DF;
	margin-bottom: 30px;
}
.title h2 {
	color: #00A2DF;
	font-size: 26px;
	text-transform: uppercase;
	padding-bottom: 15px;
	margin-bottom: 0;
	position: relative;
	display: inline-block;
}
.title h2:before {
	content: '';
	height: 5px;
	width: 100%;
	background: #00A2DF;
	position: absolute;
	bottom: 0;
}
.midSection .rightBlock {
	color: #fff;
	background: #010b36;
	min-height: 100%;
	padding: 20px;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	
	-webkit-box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.42);
	-moz-box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.42);
	box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.42);
}
.midSection .rightBlock a {
	color: #fff;
	display: block;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
	padding: 6px 0px;
	position: relative;
	padding-right: 25px;
}
.midSection .rightBlock a img {
	position: absolute;
	right: 15px;
	max-height: 16px;
	opacity: 0;
	
	-webkit-transition: .4s all ease-in-out;
	-moz-transition: .4s all ease-in-out;
	-ms-transition: .4s all ease-in-out;
	-o-transition: .4s all ease-in-out;
	transition: .4s all ease-in-out;
}
.midSection .rightBlock a:hover img {
	right: 0;
	opacity: 1;
}


/* leadership team */
.teamThumb {
	color: #fff;
	background: rgba(1, 11, 54, 0.15);
	padding: 20px 15px;
	text-align: center;
	height: 100%;
}
.teamThumb .teamImg {
	position: relative;
	width: 100px;
	height: 100px;
	background: rgba(255, 255, 255, 0.5);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
}
.teamThumb .teamImg img {
	padding: 10px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-height: 100%;
}
.teamThumb .teamContent h6 {
	font-size: 14px;
}
.teamThumb .teamContent .plusBlock {
	background: rgba(1, 11, 54, 0.15);
	margin-top: 15px;
	width: 40px;
	height: 40px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
}
.teamThumb .teamContent .plusBlock img {
	opacity: 0.6;
	max-height: 30px;
	padding: 4px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.modal .modal-dialog .modal-content .close {
	position: absolute;
    top: -10px;
    right: -10px;
    background: #000000;
    opacity: 1;
    width: 30px;
    height: 30px;
    line-height: 9px;
    
    -webkit-box-shadow: -1px 1px 1px rgba(51, 51, 51, 0.44);
    -moz-box-shadow: -1px 1px 1px rgba(51, 51, 51, 0.44);
    box-shadow: -1px 1px 1px rgba(51, 51, 51, 0.44);
    
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
}
.modal .modal-dialog .modal-content .close img {
	max-width: 20px;
	padding: 4px;
}
.modal .modal-dialog .modal-content {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.modal .modal-dialog .modal-content .modal-body {
	color: #fff;
	background: #010b36;
	padding: 45px 35px 25px 35px;
	text-align: justify;
}
.modal .modal-dialog .modal-content .modal-body h5 {
	font-size: 18px;
}


/* contact us */
.addressBlock p img {
	max-height: 16px;
}


/* contact us */
.form-label-group {
	margin-bottom: 15px;
}
.form-control {
	border: 1px solid #ffffff;
	height: auto;
	box-shadow: none;
	padding: 7px 13px !important;
	font-size: 14px;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
form .btn {
	color: #001117;
	background: #ffffff;
	padding: 8px 20px;
}
form .btn.hvr-bounce-to-top:before {
	background: #0981af;
}



/* Extra large devices (large desktops, 1400px and up) */
@media (min-width: 1400px) {
	.container {
		max-width: 100%;
		padding-right: 5%;
		padding-left: 5%;
	}
	.modal-lg {
		max-width: 90%;
	}
}


/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1399px) {
	.container {
		max-width: 100%;
		padding-right: 5%;
		padding-left: 5%;
	}
	.modal-lg {
		max-width: 90%;
	}
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
	
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
	
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767.98px) {
	.container {
		max-width: 100%;
	}
	.navbar {
		padding-top: 0;
		padding-bottom: 0;
	}
	.navbar-brand {
		padding-top: 0;
		padding-bottom: 0;
	}
	.navbar-toggler img {
		max-height: 20px;
	}
	.navbar-collapse {
		padding-top: 10px;
		padding-bottom: 10px;
		position: absolute;
		top: 48px;
		background: #010b36;
		z-index: 999999;
		left: 0;
		right: 0;
		padding-left: 15px;
		padding-bottom: 15px;
		
		-webkit-box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.48);
		-moz-box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.48);
		box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.48);
	}
	.navbar-nav .nav-link {
		padding: 5px 0px;
		font-size: 14px;
		text-transform: capitalize;
	}
	.bannerSection .carousel {
		margin-right: -15px;
		margin-left: -15px;
	}
	.bannerSection .carousel-inner .carousel-item img {
		width: 100%;
	}
	.bannerSection .carousel-caption {
		padding-left: 0;
		top: auto;
		background: #fff;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.bannerSection .carousel-caption h2 {
		color: #333;
		font-size: 20px;
	}
	footer {
		padding-bottom: 7px;
	}
	footer p {
		margin-bottom: 5;
	}
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
	
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	
}
