a{
    text-decoration: none !important;
}
.about-slide-img{
    width: 100%;
    height: 364px;
}
.about-slide-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.executives{
    padding: 70px 0;
}
.thumb-info-wrapper, .thumb-info-wrapper a{
    width: 100%;
    height: 350px;
}
.thumb-info-wrapper a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bg-white{
    background-color: #fff !important;
}

.project-image{
    width: 100%;
    height: 250px;
}
.project-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact-btn{
    /*background-color: #0066a9 !important;*/
}
.contact-btn:hover a{
    color: #fff !important;
}
#header .header-nav.header-nav-links .header-nav-main, #header .header-nav.header-nav-line .header-nav-main{
    align-self: auto !important;
}
#header .header-nav.header-nav-links nav > ul > li > a{
    min-height: 45px !important;
}
#header .header-nav.header-nav-links nav > ul > li .dropdown-item{
    min-height: 45px !important;
    color: #019f73 !important;
	font-size:18px;
	line-height:45px;
}
#header .header-nav.header-nav-links nav > ul > li .dropdown-item:hover{
   color:#0066a9 !important;
}
.client-item {
    width: 100%;
    height: 202px;
}
.client-item  img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}
.small-banner {
    height: 90vh;
	min-height:500px;
}
.banner-content{
    position: absolute;
    bottom: 10%;
    left: 10%;
    /*transform: translateX(-50%);*/
    z-index: 1000;
	width:80%;
}
.banner-content h1{
    margin-bottom: 20px;
}
.banner-content .breadcrumb  li.active{
    color: #fff !important;
}
.banner-title{border-bottom:1px solid white;padding-bottom:20px;margin-bottom:20px;}
.banner-title h1{font-size:64px !important;letter-spacing:normal;}

.project-details-img{
    width: 100%;
    height: 600px;
}
.project-details-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.industries-tabs .nav-tabs .nav-item .nav-link{
    padding: 15px 50px !important;
}
.industries-tabs .nav-tabs .nav-item .nav-link.active, .industries-tabs .nav-tabs .nav-item .nav-link:hover{
    background-color: #27ae60 !important;
    color: #fff !important;
}
.thumb-info-wrapper{
    width: 100%;
    height: 350px;
}
.thumb-info-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.team-image-block {
    width: 100%;
    height: 400px;
}
.news .post-content .news-read-more{
    padding: 8px 25px;
    display: inline-block;
    background-color: #27ae60;
    color: #fff;
    text-decoration: none;
}
.news .post-image{
    width: 100%;
    height: 250px;
}
.news .post-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.job-location{
    display: flex;
    gap: 5px;
    align-items: center;
}
.job-location i{
    color: #27ae60;
    font-size: 15px !important;
}
.job-location p{
    color: #27ae60;
    display: inline-block;
    font-weight: normal;
    margin: 0;
    font-size: 15px !important;
}
html .accordion-modern-status-primary.accordion-modern-status > .card .card-header a:not(.collapsed) .job-location p, html .accordion-modern-status-primary.accordion-modern-status > .card .card-header a:not(.collapsed) .job-location i{
    color: #fff !important;
}
.accordion .card-title{
    font-size: 25px;
}
.about-us-content{
    padding: 70px 0;
}
.about-us-content h2{
    color: #27ae60;
    font-weight: bold;
    font-size: 35px;
}
.our-services{
    padding: 70px 0 150px 0;
}
.single-service{
    margin-top: 30px;
    position: relative;
}
.single-service h3{
    font-size: 25px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}
.single-service ul{
    list-style-type: none;
}
.single-service ul li span{
    float: left;
    display: block;
    position: absolute;
    top: 25%;
    transform: translateY(-50%);
    color: #27ae60;
}
.single-service ul li{
    position: relative;
    line-height: 100%;
    margin-top: 10px;
}
.single-service ul li p{
    font-size: 17px;
    color: #666;
    display: inline-block;
    overflow: hidden;
    margin-left: 5px;
}
.single-service:after{
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: -15px;
    bottom: -15px;
    background-color: #e8fff1;
    border-radius: 10px;
    z-index: -1;
}
.section-title__title h2{
    font-weight: bold;
    color: #27ae60;
}
.modal-header .close {
	height: 30px;
	width: 30px;
	line-height: 30px;
	background-color: #27ae60;
	border-radius: 50%;
	padding: 0px;
	opacity: 1;
	color: #fff;
}

.modal-header h5 {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
}

.modal-header .close {
	height: 30px;
	width: 30px;
	line-height: 30px;
	background-color: #27ae60;
	border-radius: 50%;
	padding: 0px;
	opacity: 1;
	color: #fff;
	border: 0px;
}

.contact-popup {
	border: 1px solid #27ae60;
	padding: 10px 25px;
	color: #27ae60;
}

.contact-popup:hover {
	background-color: #27ae60;
	color: #fff;
}

.modal-body .form-control {
	border: 1px solid #eee !important;
}
.contact-submit-btn {
    background-color: #27ae60;
    color: #fff;
}
.office-email{display:none;}
.overlay::before {
    background: #bdbdbd;
    opacity: 0.5 !important;
}
.header-body{
    background-color: #fff !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
}
#footer{
    background-color: #fff !important;
    border: none !important;
}
.thumb-info-title{
    display: flex;
    flex-direction: column;
}
.thumb-info-title .thumb-info-inner{
    background: rgba(33, 37, 41, 0.9);
    padding: 8px 15px;
    color: #fff;
    font-size: 20px;
}
.thumb-info-title .thumb-info-type{
    background: #27ae60;
    padding: 8px 15px;
    color: #fff;
}