.header-style-four .logo   {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;

}
.header-style-four .logo img{
    max-height: 100px;
    width: 230px;
}
.footer-logo img {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    max-height: 100px;
    width: 230px;

}

.header-style-four .header-action ul li.lang a {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--tg-white);
    padding: 40px 0;
    display: block;
    line-height: 1;
    position: relative;
    z-index: 1;
    font-family: var(--tg-heading-font-family);
}
.header-style-four .header-action ul li.header-search a {
    font-size: 16px;
}
.navbar-wrap ul li .sub-menu{
    min-width: 300px;
}
.navbar-wrap ul li .sub-menu li:not(:last-child) a{
    border-bottom: 1px solid #ddd;
}
@media (max-width: 1500px) {
    
    
    .services-content-two .title {
        font-size: 22px;
    }
    .project-thumb-three img {
        height: 450px;
    }
    
}
.services-item-two:hover p{
    color: #fff;
}
.services-content-two{
    height: 250px;
}
.about-img-wrap-two img{
    border-radius: 10px !important;
    width: 100%;
}
.img-bg{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.about-tab .nav-tabs .nav-link {
    background: #dadfe5;
}
.counter-item-two .counter-content .count{
    color: #fff;
}
.counter-item-two .counter-content p{
    color: #fff;
}
.counter-item{
    z-index: 5;
    position: relative;
}
.counter-icon{
    background-color: #fff;
    border-radius: 50%;
    padding: 15px;
    width: 80px;
    height: 80px;
    z-index: 2;
}
.counter-area-three::before{
    content: '';
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #071031;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.work-item .work-icon img{
    width: 40px;
}

.work-item.active .work-icon img, .work-item:hover .work-icon img{
    filter: brightness(0) invert(1);
}
.services-item-two{
    box-shadow: 0px 0px 15px 1px #d3cece;
    border-radius: 10px;
}
.services-thumb-two > img{
    width: 100%;
}
.services-area{
    margin: 0;
    background-color: #f3f3f3;
}
.services-area::before{
    background: transparent;
}
.section-title.title-style-three .sub-title{
    background-color: var(--tg-primary-color);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px 15px;
}
.project-content-three{
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.blog-post-content-three{
    padding: 20px;
}
.blog-post-content-three .title{
    font-size: 22px;
    margin-bottom: 20px;
}
.blog-post-thumb-three {
    display: flex;
    justify-content: center;
}
.blog-post-thumb-three img{
    height: 300px;
    width: auto;
}
.footer-newsletter-two::before{
    right: 0;
}
.footer-newsletter-two{
    padding: 0 20px;
}
.footer-newsletter-two p{
    color: var(--tg-gray-three) ;
}
.footer-social .list-wrap{
    justify-content: start;
    margin-top: 20px;
    flex-wrap: wrap;
}
.footer-social .list-wrap li a{
    background-color: var(--tg-primary-color);
    padding: 10px;
    border-radius: 5px;
    color: #fff;
}
.copyright-text{
    text-align: center;
}
.navbar-wrap > ul > li.menu-item-has-children:hover:after{
    color: var(--tg-primary-color);
}
.slider-active-three .slick-dots li button{
    background-color: #fff;
}
.slider-active-three .slick-dots li.slick-active button{
    background-color: var(--tg-primary-color);
}

@media (max-width:991px){
    .header-style-four .logo img {
        max-height: 100px;
        width: 130px;
    }
}
.mobile-menu{
    width: 100%;
}

@media (max-width:767px){
    .about-tab .nav-tabs li,.about-tab .nav-tabs .nav-link{
        width: 100%;
    }
    .services-content-two {
        height: 245px;
    }
}
.breadcrumb{
    justify-content: center;
}
.breadcrumb-bg::before {
    background: rgba(0, 0, 0, 0.70);
}
.breadcrumb-bg{
    padding: 175px 0 95px;
}
.breadcrumb-content{
    text-align: center;
}
.choose-area .about-tab{
    width: 100%;
}
.choose-area .about-tab .nav-tabs{
    margin-bottom: 50px;
}
.tab-content .image img{
    border-radius: 15px;
}

.history .content{
    position: relative;
}
.history .content .year{
    position: relative;
    background-color: #0095ff;
    border-radius: 50%;
    padding: 20px;
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
.history .content:not(:last-child) .line{
    position: absolute;
    background-color: #d2d2d2;
    width: 1px;
    left: 55px;
    bottom: 0;
    height: 100%;
}
.history .content .desc{
    padding-bottom: 30px;
}
.services-cat-list .list-wrap li a{
    background-color: #e3eaf0;
}
.project-details-img img{
    height: 600px;
    width: 100%;
}
.project-details-info{
    background-color: #e3eaf0;
    padding: 25px;
}
.project-details-info .info-list .list-wrap li{
    margin-bottom: 0px;
    padding: 15px 0;
}
.project-details-info .info-list .list-wrap li:not(:last-child){
    border-bottom: 1px solid #ddd;
}
.project-thumb-two img{
    height: 250px;
}
.blog-thumb img{
    width: 100%;
    border-radius: 10px;
}
.contact-form-wrap{
    position: relative;
}
.contact-form-wrap::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #071031;
    opacity: 0.7;
    border-radius: 10px;
}

.contact-form,.contact-form-wrap .title{
    position: relative;
    z-index: 2;
}
.contact-form-wrap .form-grp input ,.contact-form-wrap .form-grp textarea{
    border: 1px solid #fff;
}
.contact-info-wrap{
    margin-bottom: 50px;
}
.contact-info-item .content p a,.contact-info-item .content p{
    font-size: 16px;
}
.services-item-two .services-icon-two img{
    width: 64px;
    height: 64px;
}
.services-item-two:hover .services-icon-two img{
    filter: brightness(0) invert(1);
}
.footer-contact .list-wrap li p {
    color: var(--tg-gray-three);
}
.contact-info-item{
    min-height: 280px;
}
.project-thumb-two img{
    width: 100%;
    background-color: #fff;
}
.services-thumb-two {
    display: flex;
    justify-content: center;
}
.services-thumb-two img{
    width: auto;
}
.slick-track{
    margin: 0;
}
.project-details-info .info-list .content .title{
    font-size: 18px;
}
.services-details-img {
    display: flex;
    justify-content: center;
}
.services-details-img img{
    width: auto;
    max-height: 500px;
}
.services-item-two:hover .services-content-two li{
    color: #fff;
}
.project-item-three{
    box-shadow: 0px 0px 15px 1px #e2dfdf;
    margin: 10px 0;
}
.project-thumb-three img{
    object-fit: none;
}
.image-box{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #fff;
}
.image-box img{
    width: auto;
    max-width: 100%;
}