/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'gotham-bookgotham-book';
  color: #010;
  font-size: 14px;
}

a {
  color: #082743;
}

a:hover {
  color: #3c7eb2;
  text-decoration: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  font-family: 'gotham-boldgotham-bold';
  font-weight: 400;
}
.example {
	margin: 20px 0;
	padding: 15px;
	background-color: #f8f9fa;
	border-left: 4px solid #007bff;
}
.phone-button {
	display: inline-block;
	background-color: #28a745;
	color: white;
	padding: 12px 20px;
	text-decoration: none;
	border-radius: 25px;
	font-weight: bold;
	transition: background-color 0.3s ease;
}
.phone-button:hover {
	background-color: #a8f6b5;
}
.address {
	display: inline-block;
	background-color: #28a745;
	color: white;
	padding: 50px 50px;
	text-decoration: none;
	border-radius: 25px;
	font-weight: bold;
	transition: background-color 0.3s ease;
	text-align: center;
}

@media (max-width: 600px) {
	.address {
		display: block;
		margin: 20px auto;
		padding: 30px 10px;
		text-align: center;
		width: 300px;
	}
	.phone-button {
		margin: 20px auto;
	}
}
.email-button {
	display: inline-block;
	background-color: #17a2b8;
	color: white;
	padding: 12px 20px;
	text-decoration: none;
	border-radius: 25px;
	font-weight: bold;
	transition: background-color 0.3s ease;
}

.email-button:hover {
	background-color: #9aeefb;
}
.h2, h2 {
	font-size: 2.6rem;
	text-transform: uppercase;
}
.bg-dark-blue{
	background-color: #082743;
}
.bg-blue{
	background-color: #3c7eb2;
}
.bg-green{
	background-color: #4ead95;
}
.bg-grey{
	background-color: #efefef;
}
.btn-rounded-blue{
	font-size: 16px;
	padding: 10px 24px;	
	background: #3b3b9b;
	color: #fff;
	transition: 0.3s;
	border-radius: 50px;
}
.text-sm{
	font-size: 13px;
}
.text-md{
	font-size: 14px;
}
.text-lg{
	font-size: 16px;
}
.text-xl{
	font-size: 1.5rem;
}
.font-default{
	font-family: 'gotham-bookgotham-book';
}
.font-light{
	font-family: 'gotham-lightgotham-light';
}
.btn-brdr-white{
	font-size: 13px;
	padding: 5px 20px;	
	border: 2px solid #FFF;
	color: #fff;
	transition: 0.5s;
	text-transform: uppercase;
	border-radius: 0;
	letter-spacing: 1px;
}
.btn-brdr-white:hover{
	background-color: #1d3853;
	border: 2px solid #1d3853;
	color: #FFF;
}
.btn-submit{
	font-family: 'gotham-mediumgotham-medium';
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 60px;
	border-radius: 50px;
	transition: 0.5s;
	color: #FFF;
	background-color: #3b3b9b;
}
.btn-submit:hover{
	background-color: #4f4fd5;
	color: #FFF;
}
.h-underline{
	font-size: 1.6rem;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
	letter-spacing: 1px;
	margin-bottom: 3rem;
}
.h-underline::after{
	content: "";
	width: 40px;
	background-color: #FFF;
	height: 1px;
	display: block;
	margin: 13px auto;
}

/*--------------------------------------------------------------
# 5 Column Grid
--------------------------------------------------------------*/

.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/*--------------------------------------------------------------
# Half column Container
--------------------------------------------------------------*/
.half-left  img,
.half-right img {
  height: auto;
  width: 100%;
}
@media (min-width: 481px) {
  .half-left,
  .half-right {
    overflow: hidden;
    padding: 0;
    position: responsive;
  }
  .half-left  > .container,
  .half-right > .container {
    position: absolute;
    top: 0;
  }
  .half-left  > .container { right: 0;}
  .half-right > .container { left: 0; }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header-top{
	font-size: 12px;
	font-weight: 600;
	margin: 10px 0 5px 0;
}
.header-top .gaq-btn{	
	font-size: 12px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 6px 20px;
	border-radius: 50px;
	transition: 0.5s;
	border: 2px solid #000;
	color: #000;
}
.header-top .gaq-btn:hover{	
	border-color: #3c7eb2;
	color: #3c7eb2;
}
.header-top .social-links-header a {
 	font-size: 18px;
 	display: inline-block;
 	background: transparent;
 	color: #000;
 	line-height: 1;
 	padding: 8px 0;
 	margin-right: 4px;
 	border-radius: 50%;
 	text-align: center;
 	width: 36px;
 	height: 36px;
 	transition: 0.6s;
 	border: 2px solid #000;
}
.header-top .social-links-header a:hover {
    color: #3c7eb2;
    border-color: #3c7eb2;
}
.navbar-nav.main-nav > li{
	margin: .5rem .14rem;
	font-size: 15px;
}
.navbar-nav.main-nav > li > .nav-link{
	font-family: 'gotham-mediumgotham-medium';
	color: #000;
	transition: 0.3s;
	padding-left: 1rem;
	padding-right: 1rem;
}
.navbar-nav.main-nav > li > .nav-link:hover{
	color: #3c7eb2;
}
/*.logo{
	width: 265px;
}*/

@media (max-width: 645px) {
	.logo{
		width: 215px;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.navbar-nav.main-nav > li {
	    margin: 0 .70rem;
	    font-size: 12px;
	}
	.navbar-nav.main-nav > li > .nav-link{
		padding-right: 0;
		padding-left: 0;
	}
}
@media (min-width: 1024px) {
	.main-header{
		position: absolute;
		z-index: 99;
		width: 100%;
		top: 0;
	}
	.navbar-nav.main-nav > li:first-child, .navbar-nav.main-nav > li:first-child > a{
		padding-left: 0;
	}
	.navbar-nav.main-nav > li:last-child, .navbar-nav.main-nav > li:last-child > a{
		padding-right: 0;
	}
}


/*--------------------------------------------------------------
# Section
--------------------------------------------------------------*/
.carousel-main .carousel-indicators{
	bottom: 5%;
}
.py-section{
	padding: 60px 0;
}
.spotlight {
    width: 100%;
    /*height: 100vh;
    background: url(../images/spotlight-bg.jpg) top center;
    background-size: cover;*/
    position: relative;
}
@media (min-width: 1024px) {
.spotlight {
	background-attachment: fixed;
}
.feat-content-wrap{
	padding-top: 152px;
}
}
.features{
	padding: 0;
	min-height: 556px;
}
.features-img{
	position: absolute;
	top: -23px;
	right: 0;
}
.feat-content-wrap h2{
	font-size: 2.3rem;
}

@media (max-width: 786px) {
.features-img {
    position: relative;    
    bottom: 0px;
    width: 300px;
    top: auto;
    right: auto;
}
.feat-content-wrap{
	padding-top: 60px;
}
}
.section h2, .section .h2{
	margin-bottom: 1.5rem;
}
.clients img {
    width: 127px;
    margin: 14px 0;
}

/*--------------------------------------------------------------
# Products
--------------------------------------------------------------*/
.gx-3 {
    --bs-gutter-x: 1rem;
}
.products-item-wrap{
	padding: 1.5px;
}
.products-item-wrap .products-item{
	background-color: #FFF;
	color: #000;
	padding: 30px;
	transition: all 0.3s ease-in-out;
	height: 315px;
	overflow: hidden;
	position: relative;
}
.products-item-wrap .products-item:hover::after {
	transition: all 0.3s ease-in-out;
}
.products-item-wrap .products-item:hover::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #377eca;
    left: 0;
    top: 0;
    opacity: 0.62;
}
.products-item .products-img{
	margin: 30px auto 0 auto;
	display: block;
	transition: all 0.3s ease-in-out;
}
.products-item-wrap .products-item h4{
	font-size: 1rem;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.products-item-wrap .products-item h5{
	font-size: 13px;
	font-family: 'gotham-lightgotham-light';
}
.products-item-wrap .products-item .products-info {
    opacity: 0;
    position: absolute;
    transition: all .3s linear;
    text-align: center;
    top: 40%;
    left: 0;
    right: 0;
}
.products-item-wrap .products-item:hover .products-info {
    opacity: 1;
    top: calc(50% - 10px);
    z-index: 9;
}
.products-item-wrap .products-item .products-info > a {
    color: #fff;
    font-size: 15px;
    font-family: 'gotham-mediumgotham-medium';
 }
.products-item-wrap .products-item:hover .products-img {
    opacity: 0.7;
    transform: scale(1.1);
}
.products-item.p-bg-color-1{
	background-color: #b4e1fa;
}
.products-item.p-bg-color-2{
	background-color: #fcd6d3;
}
.products-item.p-bg-color-3{
	background-color: #acc8f8;
}
.products-item.p-bg-color-4{
	background-color: #d7d4d4;
}
.products-item.p-bg-color-5{
	background-color: #95453a;
}
.products-item.p-bg-color-6{
	background-color: #f8c3c5;
}
.products-item.p-bg-color-7{
	background-color: #fdfeef;
}
.products-item.p-bg-color-8{
	background-color: #f0faf6;
}
.products-item.p-bg-color-9{
	background-color: #dbeaf9;
}
.products-item.p-bg-color-10{
	background-color: #e1f6ee;
}
.products-item.p-bg-color-11{
	background-color: #f2f2f2;
}
.products-item.p-bg-color-12{
	background-color: #f6f6f6;
}

.products-item-wrap.hover-disable .products-item:hover::after {
	content: inherit !important;
}
.products-item-wrap.hover-disable .products-item:hover .products-info {
	opacity: 0 !important;
	display: none !important;
}


.products-list-wrap{
	margin-bottom: 4rem;
}
.products-list-wrap h3{
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 1.5rem;
	text-transform: uppercase;
}
.products-list-wrap .products-item-wrap .products-item h4{
	font-size: 1rem;
	text-transform: uppercase;
}
.list-view-2 .products-item-wrap {  
    overflow: hidden;
    height: 400px;
    position: relative;
    margin-bottom: 25px;
}
.list-view-2 .products-item-wrap .products-item {
   
    height: 340px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 30px;
    left: 0;
}
.list-view-2 .products-item .products-img{
    margin: 30px auto 0 auto;
    display: block;
    transition: all 0.3s ease-in-out;
    position: absolute;
    bottom: 0;
    inset-inline-start: 50%;
    transform: translateX(-50%);
}
.list-view-2 .products-item-wrap .products-item:hover {   
    height: 400px;
   
}
.list-view-2 .products-item-wrap .products-item:hover .products-img {
    opacity: 0.7;
    transform: scale(1.1) translateX(-50%);
}
.list-view-2 .products-item-wrap .products-item .products-info > a {
     width: 65%;
    margin-bottom: 10px;
    padding: 3px 18px;
    white-space: nowrap;
	
}

.list-view-2.products-list-wrap .products-item-wrap .products-item h4{
	font-size: 20px;
	text-transform: capitalize;
	font-family: 'gotham-bookgotham-book';
	font-weight: 600;
	position: relative;
	z-index: 2;
}
.list-view-2.products-list-wrap .products-item-wrap .products-item:hover .products-info {
    opacity: 1;
    top: calc(50% - 118px);
    z-index: 9;
}
.list-view-2.products-list-wrap .products-item-wrap .products-item:hover h4{
	color: #ffffff;
}
.list-view-2.products-list-wrap .products-item:hover::after {
    background: #000000;
    opacity: 0.5;
}
.list-view-2.products-list-wrap .row{
	    margin-right: -10px;
    margin-left: -10px;
}
.list-view-2.products-list-wrap .col-lg-3 {
    padding-right: 10px;
    padding-left: 10px;
}
.btn-border{
	border:2px solid #ffffff;
	border-radius: 20px;
	color: #ffffff;
	text-align: center;
	
}
.btn-border:hover{
	border:2px solid #ffffff;
	border-radius: 20px;
	background-color: #ffffff;
	color: #000000!important;
	text-align: center;
	
}

/*--------------------------------------------------------------
# Products Carousel
--------------------------------------------------------------*/
.products-main .owl-carousel .owl-nav button.owl-next, .products-main .owl-carousel .owl-nav button.owl-prev{
	top: 50%;
	position: absolute;	
	font-size: 5rem;
	margin-top: -4rem;
}
.products-main .owl-carousel .owl-nav button.owl-prev{
	left: -7rem;
}
.products-main .owl-carousel .owl-nav button.owl-next{
	right: -7rem;
}
.products-main .owl-carousel .owl-item img{
	width: auto;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.services-item .services-img{
	margin-bottom: 1.5rem;
}
.services-item h4{
	color: #474747;
	font-size: 20px;
	font-weight: bold;
}
.services-list .services-list-item{
	background-color: #082743;
	padding: 5rem 3rem;
	color: #FFF;
	margin: 10px 0;
}
.services-list .services-list-item h3{
	font-size: 1.6rem;
	text-transform: uppercase;
	margin-bottom: 2.5rem;
	letter-spacing: 1px;
	position: relative;
	font-family: 'gotham-bookgotham-book';
}
.services-list .services-list-item h3::after{
	content: "";
	width: 40px;
	background-color: #FFF;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -12px;
}
@media (max-width: 645px) {
	.services-list .services-list-item{
		padding: 1.5rem;
	}
}
.services-list .services-list-item.s-bg-color-1{
	background-color: #248fd7;
}
.services-list .services-list-item.s-bg-color-2{
	background-color: #66b0e1;
}
.services-list .services-list-item.s-bg-color-3{
	background-color: #61b9f8;
}
.services-right{
	text-align: right;
}
.services-list .services-list-item.services-right h3::after{	
	left: inherit;
	right: 0;	
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-main h3{
	font-size: 20px;
}
.about-main{
	background-image: url("../images/about-bg.png");
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: fixed;
}
.v-m-content{
	color: #FFF;
	padding-right: 7.39rem;
	padding-top: 4rem;
	position: relative;
	z-index: 9;
}
.v-m-content h3{
	font-size: 1.6rem;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
	font-family: 'gotham-bookgotham-book';
}
.v-m-content h3::after{
	content: "";
	width: 40px;
	background-color: #FFF;
	height: 1px;
	display: block;
	margin-top: 13px;
}
.v-m-content p{
	font-size: .98rem;
}
.v-m-right .v-m-content{
	padding-left: 3rem;
}
.certification h3{
	text-transform: uppercase;
	color: #082743;
}
.vision-inner{
	background-image: url("../images/vision-bg.jpg");
}
.mission-inner{
	background-image: url("../images/mission-bg.jpg");
}
.history{
	background-image: url("../images/history-bg.jpg");
}
.history .v-m-content{
	color: #010;
}
.history .v-m-content h3::after{
	background-color: #010;
}

@media (min-width: 768px) {
	.vision-main{
		background-image: url("../images/m-v-bg-lg.jpg");
		background-position: center;
		min-height: 500px;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.vision-inner{		
		background-position: right top;
		min-height: 395px;
		background-repeat: no-repeat;
		background-color: #082743;
		background-size: 50% 100%;
	}
	.mission-inner{		
		background-position: left top;
		min-height: 425px;
		background-repeat: no-repeat;
		background-color: #248fd7;
		background-size: 50% 100%;
	}
	.history{		
		background-position: right top;
		min-height: 640px;
		background-repeat: no-repeat;
		background-color: #efefef;
		background-size: 50% 100%;
	}
}
@media (max-width: 767px) {
	.v-m-bg{
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.v-m-bg::after{		
		opacity: 0.8;
		content: "";
		position: absolute;		
		height: 100%;
		width: 100%;
		left: 0;
		top: 0;
	}
	.v-m-left{
		background-image: url("../images/mission-bg.jpg");
	}
	.v-m-left::after{
		background-color: #248fd7;
	}
	.v-m-right{
		background-image: url("../images/vision-bg.jpg");
	}
	.v-m-right::after{
		background-color: #082743;
	}
	.v-m-content{
		padding: 3rem;
	}
	.vision-inner, .mission-inner, .history{		
		background-position: 0 0;		
		background-repeat: no-repeat;		
		background-size: cover;
	}
	.history{
		background-image: none;
		background-color: #efefef;
	}

}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/

.gallery .gallery-item {
  background: #1e4356;
  overflow: hidden;
  min-height: 200px;
  position: relative;
  border-radius: 4px;
  margin: 0 0 30px 0;
}

.gallery .gallery-item img {
  transition: all 0.3s ease-in-out;
}

.gallery .gallery-item .gallery-info {
  opacity: 0;
  position: absolute;
  transition: all .3s linear;
  text-align: center;
  top: 10%;
  left: 0;
  right: 0;
}

.gallery .gallery-item .gallery-info h3 {
  font-size: 22px;
}

.gallery .gallery-item .gallery-info h3 a {
  color: #fff;
  font-weight: bold;
}

.gallery .gallery-item .gallery-info a i {
  color: rgba(255, 255, 255, 0.6);
  font-size: 28px;
  transition: 0.3s;
}

.gallery .gallery-item .gallery-info a i:hover {
  color: white;
}

.gallery .gallery-item:hover img {
  opacity: 0.6;
  transform: scale(1.1);
}

.gallery .gallery-item:hover .gallery-info {
  opacity: 1;
  top: calc(50% - 30px);
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.contact-form .form-control{
	border-radius: 50px;
	color: #000;
	font-size: 12px;
	border: 0;
	padding: .875rem 1.25rem;
	height: calc(1.5em + 1.25rem + 2px);
}
.contact-form textarea.form-control{
	border-radius: 15px;
	resize: none;
	height: auto;
}
.contact-form .form-control::placeholder {
    color: #000;
    opacity: 1;
}
.contact-form .form-control:focus{
	box-shadow: 0 0 0 .05rem rgba(0,123,255,.25);
}

.contact-form .form-group{
	margin-bottom: 1.5rem;
}
.contact-icon{
	background-color: #082743;
	color: #FFF;
	font-size: 2.5rem;
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 50px;
}
.help-block.with-errors ul, .help-block.with-errors ul li{
	font-size: 12px;
	padding: 0;
	margin: 0;
	color: #dc3545;
}

/*--------------------------------------------------------------
# Inner Page
--------------------------------------------------------------*/
.inner-section h2::after{
	content: "";
	width: 110px;
	background-color: #000;
	height: 2px;
	display: block;
	margin: 12px auto;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer-main{
	padding: 60px 0;
	background-color: #3f3f3f;
}
.footer-main .social-links-footer a {
 	font-size: 18px;
 	display: inline-block;
 	background: #585858;
 	color: #fff;
 	line-height: 1;
 	padding: 8px 0;
 	margin-right: 0;
 	border-radius: 50%;
 	text-align: center;
 	width: 36px;
 	height: 36px;
 	transition: 0.3s;
}

.footer-main .social-links-footer a:hover {
 	background: #3594f2;
 	color: #fff;
 	text-decoration: none;
}
.footer-main a{
	color: #FFF;
}
.footer-main ul{
	list-style: none;
	padding-left: 0;
}
.footer-main .footer-nav ul li{
	line-height: 1;
}
.footer-main .footer-nav ul a{
	color: #fff;
	transition: 0.3s;
	font-size: 11px;
}
.footer-main .footer-nav ul a:hover, .footer-main a:hover{
	color: #7dbefa;
}
.footer-main .footer-info{
	font-size: 11px;
}
.footer-main .footer-nav h4, .footer-main .footer-info h4{
	font-size: 1rem;
	color: #cecece;
}
.footer-main .copyright{
	font-size: 11px;
	color: #afafaf;
	margin-top: 10px;
}
.footer-main  .footer-logo-img{
	padding: 2px;
}

@media (max-width: 767px) {
.footer-main .footer-info{
flex: 0 0 100%;
    max-width: 100%;
}
}