body{
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    color: #292626;
    overflow-x: hidden;
}
a, button, button:focus{
    text-decoration: none;
    color: #043a82;
    font-family: 'DM Sans', sans-serif;
    border: 0;
    background-color: transparent;
}
.section{
    padding-top: 80px;
    padding-bottom: 80px;
}
.container{
    max-width: 1330px;
}
.inner-container{
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
}
b, strong {
	font-weight: 700;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.btn{
    border-radius: 50px;
    padding: 12px 30px;
    font-size: 18px;
}
.btn-primary{
    background-color: #004aad !important;
    border-color: #004aad !important;
    color: #ffffff !important;
}
/* Header */
.header{
    position: relative;
    background-color: #ffffff;
}
.header ul{ list-style: none;margin: 0;}
.top-header{
    padding:6px 0px;
    background-color: #F7F6F7;
}
.top-header a{
    color: rgba(0,0,0,.9);
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}
.btn-outline-primary{border-color: #004aad; color: #004aad;}
.btn-outline-primary:hover, .btn-outline-primary:focus{border-color: #043a82; background-color: #043a82; color: #ffffff;}
.btn-outline-primary:hover i, .btn-outline-primary:focus i{-webkit-filter: brightness(100);-ms-filter: brightness(100);filter: brightness(100);}
.icons{
	width: 30px;
	height: 30px;
	text-align: center;
	display: inline-block;
    vertical-align: middle;
	position: relative;
    background-repeat: no-repeat;
    background-position: center;
}
.facebook{ background-image: url(../images/icons/facebook.svg);}
.instagram{background-image: url(../images/icons/instagram.svg);}
.pinterest{background-image: url(../images/icons/pinterest.svg);}
.twitter{background-image: url(../images/icons/twitter.svg);}
.search{background-image: url(../images/icons/search.svg);}
.close{background-image: url(../images/icons/close.svg);}
.arrow-left{background-image: url(../images/icons/left-arrow-black.svg);}
.arrow-right{background-image: url(../images/icons/left-arrow-black.svg);-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg);}
.arrow-down{background-image: url(../images/icons/down-arrow.svg);}
.icon-calendar{background-image: url(../images/icons/calendar.svg);}
.icon-lock{background-image: url(../images/icons/lock.svg);}
.navbar-brand img {width: auto;height: auto;max-height: 70px;}
.header .navbar ul.navbar-nav{
    padding-left: 30px;
}
.header .navbar ul.navbar-nav > li.nav-item{
    width: auto;
    margin: 0 10px;
}
.header .arrow-down{width: 14px;height: 14px;display: inline-block;vertical-align: middle;}
.header .navbar ul.navbar-nav > li.nav-item > a.nav-link {
	display: block;
	float: left;
	color: #292626;
	padding:3px 2px;
    margin: 0 5px;
    border-bottom: 1px solid transparent;
}
.header .navbar ul.navbar-nav > li.nav-item > a.nav-link.active, .header .navbar ul.navbar-nav > li.nav-item:hover > a, .header .navbar ul.navbar-nav > li.nav-item:focus > a{
    color: #004aad;
    border-color: #004aad;
}
#contractors-link-nav a:hover, #contractors-link-nav a:focus{
    color: #004aad;
}
.nav-right .icon-lock{ width: 18px; height: 22px;}
.nav-left .dropdown-menu{
	z-index: 1;
	width: 100%;
	background-color: transparent;
	box-shadow: 0 7px 7px 4px rgba(139,139,139,.1);
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 94%;
    left: 0;
    padding: 30px!important;
    opacity: 0;
    visibility: hidden;
}
#navbarNavDropdown li .dropdown-menu.active{
    opacity: 1;
    visibility: visible;
}
.nav-left .dropdown-menu .space-wrapper .guide-col p{
	font-size: 14px;
	color: #292626;
	border-bottom: 2px solid #ececed;
}
.dropdown-menu.active{
    opacity: 1;
    visibility: visible;
    display: block;
    top: 100%;
}
/* Banner Img */
.homeSlider{
    position: relative;
}
.homeSlider .slide-item{
    position: relative;
    min-height: 630px;
}
.homeSlider .slide-item:before {
	content: "";
	height: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
	z-index: 2;
    opacity: 0.7;
}
.homeSlider .slide-item:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: -moz-linear-gradient(#000000 0%, #000000 57.64%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(#000000 0%, #000000 57.64%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(#000000 0%, #000000 57.64%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
	width: 100%;
	height: 50%;
    opacity: 0.5;
}
.homeSlider .slick-arrow{
    position: absolute;
    top: 50%;
    z-index: 1;
    cursor: pointer;
    -webkit-filter: brightness(100);-ms-filter: brightness(100);filter: brightness(100);
}
.homeSlider .slick-arrow.slick-next{right: 10px;}
.homeSlider .slick-arrow.slick-prev{left: 10px;}
.inner-banner .slick-arrow{display: none!important;}
.inner-banner .homeSlider .slide-item{min-height: 500px;}
.inner-banner .slide-content{
    z-index: 9;
    width: 100%;
    left: 0;
    bottom: 10%;
}
.inner-banner .slide-content .lead{max-width: 620px;}
.bg-img, .bg-video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: all .3s ease 0s;
}
.bg-video *{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.slide-content{
    position: relative;
    z-index: 2;
}
.slide-content .row{
    min-height: 630px;
}
.homeSlider .slick-dots{
    position: absolute;
    width: 30px;
    height: auto;
    display: flex;
    justify-content: center;
    bottom: 0%;
    left: 50%;
    list-style: none;
    margin: 0;
    padding: 0;
    transform: translateX(-50%);
}
.homeSlider .slick-dots li{
	width: 14px;
	height: 14px;
	background: rgba(255, 255, 255, 0.44);
	border: 0;
	margin: 10px 5px;
    border-radius: 100%;
    flex-shrink: 0;
}
.homeSlider .slick-dots li button{
    display: none;
}
.homeSlider .slick-dots li.slick-active{
	background: #fff;
	border: 0;
}
.homeSlider .btn-outline-default{margin-left: 15px;}
.planning-slider .slick-arrow{
    position: absolute;
    top: 50%;
    z-index: 1;
    cursor: pointer;
}
.planning-slider .slick-arrow.slick-next{right: 10px;}
.planning-slider .slick-arrow.slick-prev{left: 10px;}
.planning-slider img{border-radius: 10px;}
/*  */
ul.list-unstyled li p{
    position: relative;
}
ul.list-unstyled li p strong{ display: block;}
ul.list-unstyled li p:before {
	content: "";
	position: absolute;
	background: url(../images/icons/green-check.svg) no-repeat top center;
	width: 26px;
	height: 19px;
	top: 5px;
	left: -42px;
}
/*  */
.overlay-both:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: -moz-linear-gradient(#000000 0%, #000000 57.64%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(#000000 0%, #000000 57.64%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(#000000 0%, #000000 57.64%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
	width: 100%;
	height: 70%;
}
.overlay-both .bg-img{
    opacity: 0.4;
}
.overlay-both:after {
	content: "";
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
	height: 90%;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.recent-project .item .d-block{max-width: 200px;margin: 10px;}
/* Footer */
#footer {
	padding: 40px 70px 50px;
}
#footer .col-auto {
	flex-grow: 1;
	flex-basis: 0;
}
#footer a {
	display: block;
	width: max-content;
	margin: 6px 10px 0 0;
	color: #292626;
}
.social-icons a{width: 35px;height: 35px;flex: 0 0 35px;padding: 2px; background-color: #004aad;border-radius: 100%;margin-top: 0;}
/* Responsive Css */
@media (max-width: 991.98px) {
    .container{
        max-width: 100%;
    }
}
@media (max-width: 767.98px) {
    section{
        padding: 50px 0;
    }
    
}
@media (max-width: 479.98px) {
}
/* How it work */
.services-list .listwrap .list .desc-wrap .badge {
	background: #004aad;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	font-weight: 500;
}
.services-list .listwrap .list .desc-wrap .service-title {
	width: calc(100% - 75px);
}
.cta-section:before {
	content: "";
	height: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
	z-index: 2;
    opacity: 0.7;
}
.z-index-2{ z-index: 2;}
.bg-light2{background-color: #ecfbfc;}
.desktopImg{
    background-color: #1d1d1c;
    padding: 20px;
    border-radius: 20px;
}
.desktopImg img{border-radius: 6px;box-shadow: 0 0 10px #ececed inset;}
.support-section .support-card:after{
	content: "";
	position: absolute;
	width: 2px;
	height: 60%;
	background-color: #ececed;
	top: 20%;
	right: 0;
}
.support-section .support-card:nth-of-type(3):after{display: none;}
.ete-support-section h3{margin-top: 80px;}
.spacer{min-height: 150px;}
.faq-section .accordion .accordion-item {
	background-color: #fff;
	border: 1px solid #ececed;
	border-radius: 8px;
    overflow: hidden;
}
.faq-section .accordion .accordion-item .accordion-button[aria-expanded="true"], .faq-section .accordion .accordion-item .accordion-collapse {
	background: #f7f6f6; box-shadow: none; 
}
.faq-section .accordion .accordion-item h4{color: #004aad;}
.faq-section .accordion .accordion-item .accordion-button{font-size: 24px;}
.card-img{max-height: 280px;overflow: hidden;min-height: 280px;}
.card-img img{height: 100%;width:100%;object-fit: cover;-o-object-fit: cover;display: flex;justify-content: center;align-items: center;min-height: 280px;}
.filter-list{
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    text-align: center;
}
.filter-list a{
    display: block;
    padding: 6px 15px;
    background-color: #ecfbfc;
    border-radius: 40px;
    margin:8px;
}
.filter-list .active a{background-color: #004aad;color: #ffffff;}
.join-us-section .card{
    background-color: rgba(255, 255, 255, 0.8);
}