@font-face {
  font-family: 'latoRegular', sans-serif;
  src: url(../fonts/Lato-Regular.ttf);
}
body {
	font-size: 16px;
	line-height: 24px;
	color: #707070;
	font-family: 'latoRegular', sans-serif;
	overflow: hidden;
    overflow-y: auto;
}
p {
	text-align: justify;
}
button:focus {
	outline: none;
	box-shadow: none;
}
.header.sticky .navbar {
	background: rgba(0,103,180,1);
    background: -moz-linear-gradient(top, rgba(0,103,180,1) 0%, rgba(1,139,206,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,103,180,1)), color-stop(100%, rgba(1,139,206,1)));
    background: -webkit-linear-gradient(top, rgba(0,103,180,1) 0%, rgba(1,139,206,1) 100%);
    background: -o-linear-gradient(top, rgba(0,103,180,1) 0%, rgba(1,139,206,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,103,180,1) 0%, rgba(1,139,206,1) 100%);
    background: linear-gradient(to bottom, rgba(0,103,180,1) 0%, rgba(1,139,206,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0067b4', endColorstr='#018bce', GradientType=0 );
	box-shadow: 0 0 10px rgb(0 0 0 / .5);
	-webkit-box-shadow: 0 0 10px rgb(0 0 0 / .5);
	-moz-box-shadow: 0 0 10px rgb(0 0 0 / .5);
	-ms-box-shadow: 0 0 10px rgb(0 0 0 / .5);
	-o-box-shadow: 0 0 10px rgb(0 0 0 / .5);
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}
.main-banner {
	z-index: 9;
}
#heroSlider {
	position: relative;
	z-index: 1;
}
.banner-shadow {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -45px;
	margin: auto;
	width: 100%;
	height: 52px;
	z-index: -1;
}
#heroSlider .carousel-item {
	border: 10px solid #e7e8e9;
}
#heroSlider .carousel-item .carousel-caption {
	text-align: center;
	height: 100px;
	left: 20%;
	right: 20%;
	top: 0;
	bottom: 0;
	margin: auto;
}
#heroSlider .carousel-item .carousel-caption h1 {
	font-size: 32px;
	font-weight: 700;
	background-color: rgb(49 48 48 / .8);
	margin-bottom: 0;
	padding: 10px;
}
#heroSlider .carousel-item .carousel-caption h5 {
	font-size: 24px;
	font-weight: 300;
	background-color: rgb(0 103 180 / .8);
	margin-bottom: 1px;
	padding: 5px;
}
@media screen and (max-width:767px) {
	#heroSlider .carousel-item .carousel-caption h1,
	#heroSlider .carousel-item .carousel-caption h5 {
		font-size: 80%;
	}
}
#heroSlider .carousel-control-next, 
#heroSlider .carousel-control-prev {
	width: 50px;
	height: 50px;
	background-color: #000;
	margin: auto;
}
#heroSlider .carousel-control-prev {
	left: 20px;
}
#heroSlider .carousel-control-next {
	right: 20px;
}
.bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
	min-height: 300px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}
@media (min-width: 1360px) {
	.bg {
		min-height: 670px;
	}
	.custom-container {
		max-width:1340px;
	}
}
@media only screen and (min-width:992px) and (max-width: 1359px) {
	.bg {
		min-height: 570px;
	}
}
@media only screen and (min-width:768px) and (max-width: 991px) {
	.bg {
		min-height: 470px;
	}
}
section {
	padding: 40px 0;
}
.blue-box {
	text-align: center;
	color: #fff;
	padding: 50px 25px 40px;
	background: rgba(0,103,180,1);
	background: -moz-linear-gradient(top, rgba(0,103,180,1) 0%, rgba(1,139,206,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,103,180,1)), color-stop(100%, rgba(1,139,206,1)));
	background: -webkit-linear-gradient(top, rgba(0,103,180,1) 0%, rgba(1,139,206,1) 100%);
	background: -o-linear-gradient(top, rgba(0,103,180,1) 0%, rgba(1,139,206,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,103,180,1) 0%, rgba(1,139,206,1) 100%);
	background: linear-gradient(to bottom, rgba(0,103,180,1) 0%, rgba(1,139,206,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0067b4', endColorstr='#018bce', GradientType=0 );
}
.blue-box img {
	margin-bottom: 40px;
}
.blue-box h4 {
	font-family: 'latoRegular', sans-serif;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 30px;
}
.blue-box p {
	text-align: justify;
	margin-bottom: 30px;
}
.blue-box .more {
	text-align: justify;
	/*margin-bottom: 30px;*/
}
.blue-box .more a {
	text-align: center;
	display: block;
	margin-top: 30px;
}
.blue-box a {
	color: #fff;
} 
.blue-box a:hover {
	color: #fff;
}
.title {
	color: #000000;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 30px;
}
.what-we-do h4 {
	color: #000;
	font-weight: 700;
}
.what-we-do p {
	
}
.what-we-do a {
	color: #018bce;
}
.what-we-do .content a {
	display: inline-block;
	margin-top: 20px;
}
.map iframe {
	padding-top: 20px;
	background-color: #024476;
}
.footer-top {
	padding: 60px 0;
	color: #fff;
	background: rgba(0,95,163,1);
	background: -moz-linear-gradient(top, rgba(0,95,163,1) 0%, rgba(4,39,65,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,95,163,1)), color-stop(100%, rgba(4,39,65,1)));
	background: -webkit-linear-gradient(top, rgba(0,95,163,1) 0%, rgba(4,39,65,1) 100%);
	background: -o-linear-gradient(top, rgba(0,95,163,1) 0%, rgba(4,39,65,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,95,163,1) 0%, rgba(4,39,65,1) 100%);
	background: linear-gradient(to bottom, rgba(0,95,163,1) 0%, rgba(4,39,65,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005fa3', endColorstr='#042741', GradientType=0 );
}
.footer-top .call {
	padding-left: 100px;
	line-height: 88px;
	font-size: 30px;
	position: relative;
	display: block;
	height: 88px;
	color: #fff;
	text-decoration: none;
}
.footer-top .call img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.footer-top .seperater {
	width: 100%;
	height: 1px;
	background-color: #fff;
	margin: 10px 0;
}
.footer-top h5 {
	font-size: 24px;
}
.footer-top ul {
	list-style: none;
	padding-left: 0;
}
.footer-top ul li {
	line-height: 2;
}
.footer-top a {
	color: #fff;
}
.copyright {
	color: #fff;
	background-color: #021a2d;
	padding: 10px 0;
}
.copyright .right {
	text-align: right;
}
@media screen and (max-width:991px) {
	.copyright .left, .copyright .right {
		text-align: center;
	}
}

.gallery {
	padding: 60px 0;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}
.gallery-row {
	margin: 0 -4px;
}
.padding-4 {
	padding: 4px;
}
.gallery-item {
	z-index: 0;
	overflow: hidden;
}
.gallery-item .img {
	width: 100%;
	min-height: 200px;
	z-index: 0;
	transition: ease all .5s;
	position: relative;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}
.gallery-item .img a {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 40px;
	height: 40px;
	padding: 7px;
	text-align: center;
	border-radius: 50px;
	color: #fff;
	background-color: #1f6384;
	transition: ease all .5s;
	transform: scale(0);
}
.gallery-item .img a img {
	width: 15px;
	height: 15px;
}
.gallery-item .img .zoom {
	left: 30%;
}
.gallery-item .img .link {
	right: 30%;
}
.gallery-item:hover .img {
	transform: scale(1.2)
}
.gallery-item:hover .img:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: rgb(0 0 0 / .8);
}
.gallery-item:hover .img a {
	transform: scale(1);
}
.gallery-item h5 {
	font-size: 14px;
	padding: 20px;
	text-align: center;
	color: #000;
	background-color: #fff;
	height: 70px;
	min-height: 70px;
	overflow: hidden;
	margin-bottom: 0;
	z-index: 1;
	transform: scale(1);
}

.load-more {
	color: #fff;
}
.load-more:hover {
	color: #fff;
}

#client-carousel .owl-nav,
#suppliers-carousel .owl-nav {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 30px;
}
#client-carousel .owl-nav span,
#suppliers-carousel .owl-nav span {
	width: 30px;
	height: 30px;
}
#client-carousel .owl-nav button.owl-prev,
#suppliers-carousel .owl-nav button.owl-prev,
#client-carousel .owl-nav button.owl-next,
#suppliers-carousel .owl-nav button.owl-next {
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 30px;
}
#client-carousel .owl-nav button.owl-prev,
#suppliers-carousel .owl-nav button.owl-prev {
	left: -30px;
}
#client-carousel .owl-nav button.owl-next,
#suppliers-carousel .owl-nav button.owl-next {
	right: -30px;
}
@media screen and (max-width:767px) {
	#client-carousel .owl-nav button.owl-prev,
	#suppliers-carousel .owl-nav button.owl-prev {
		left: 0px;
	}
	#client-carousel .owl-nav button.owl-next,
	#suppliers-carousel .owl-nav button.owl-next {
		right: 0px;
	}
}


.morecontent span {
	display: none;
}

.get-a-quote {
	padding: 30px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}
.get-a-quote h4 {
	font-family: 'latoRegular', sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #214294;
}
.get-a-quote .btn {
	color: #fff;
	border-radius: 0;
	padding: 8px 20px;
	background-color: #214294;
	border-bottom: 3px solid #e21e26;
}

.certification {
	padding: 15px 0;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(223,222,222,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(223,222,222,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(223,222,222,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(223,222,222,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(223,222,222,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(223,222,222,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdede', GradientType=0 );
}
.certification li {
	margin: 5px 20px;
}