@charset "utf-8";

/* home banner styles  */
.home_banner {
    position: relative;
    z-index: 4;
    padding: 0;
    z-index: 0;
}

.home_slide .banner_left_block [class*="heading-"] {
    color: var(--white);
    margin-bottom: 24px;
    line-height: 1.3;
    font-weight: 600;
    font-family: 'Encode Sans';
}

.home_slide .slick-prev {
    left: 8px;
}

.home_slide .slick-next {
    right: 8px;
}

.home_banner_item .banner_left_block p {
    font-weight: normal;
    letter-spacing: 0;
    line-height: 30px;
    color: var(--white);
    margin-bottom: 31px;
    font-family: 'Inter';
}

.home_banner .bgimg {
    height: 750px;
}

.home_banner_item .container-fluid {
    padding: 0;
}

.banner {
    position: relative;
}
.banner_left_block .btnbar .button.btnwhiteborder:hover {
    color: #FFF !important;
}
/* video */
.bannerimgvid {
    height: 750px;
    width: 100%;
    display: block;
    padding-bottom: 56.25%;
}

.bannerimgvid>video{
    position: relative;
}

video {
    position: relative;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.bannerimgvid iframe {
    position: absolute;
    height: 100% !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    min-width: 1980px;
    width: 100%;
}

/*  */

.home_slide .container {
    height: 789px;
    display: flex;
    margin: auto;
}

.home_banner_item .banner_left_block {
    width: calc(100% - 650px);
    padding-right: 0;
}

.home_banner_item .banner_right_block {
    width: 600px;
    position: absolute;
    top: 45%;
    right: 12.5vw;
    transform: translateY(-50%);
}

.home_slide li {
    position: relative;
    margin-bottom: 0;
}

.bannerimgvid::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 750px;
    background: transparent linear-gradient(76deg, #000000CF 0%, #2C2C2C61 53%, #191919A8 100%) 0% 0% no-repeat padding-box;
    z-index: 1;
}

.home_banner_item .banner_right_block .contact-form .form-group {
    margin-bottom: 10px;
}

.home_banner_item .banner_right_block .contact-form .form-group:has(.btnsubmit) {
    margin-bottom: 0;
}

.home_slide:not(.slick-initialized) li:not(:nth-child(-n+1)) {
    display: none;
}

.testimonial_js:not(.slick-initialized) .testimonial_items:not(:nth-child(-n+1)) {
    display: none;
}

.whychoose_sec {
    padding: 100px 0 180px;
}

.our-project-sec {
    padding-top: 0;
}

.our-project-sec #horizontalTab ul li {
    margin-bottom: 0;
}

.tabslidercontainer:not(:nth-child(-n+1)) {
    display: none;
}

.project-slider:not(.slick-initialized) li:not(:nth-child(-n+3)) {
    display: none;
}

.home_banner_item .btnwhitborder {
    font-weight: 700 !important;
    background-color: transparent !important;
    color: var(--white) !important;
    border: 3px solid var(--white) !important;
    margin: 0;
}

.home_banner_item .btnwhitborder:hover {
    background-color: var(--green) !important;
}

.home_banner .btnbar {
    justify-content: flex-start;
}

/* arrows */
.home_slide .slick-prev {
    width: 40px;
    height: 40px;
    background-color: #fff;
    top: 50%;
}

.home_slide .slick-prev:after {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    padding-right: 1px;
    background: url(../images/slick-arrow-left.svg) no-repeat center;
    background-size: auto;
    top: 1px;
    transform: rotate(360deg);
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7422%) hue-rotate(232deg) brightness(111%) contrast(98%);
}

.home_slide .slick-prev:hover {
    border: 1px solid var(--orange);
    background-color: var(--orange) !important;
}


.home_slide .slick-next:after {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    padding-right: 1px;
    background: url(../images/slick-arrow-right.svg) no-repeat center;
    background-size: auto;
    top: 1px;
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7422%) hue-rotate(232deg) brightness(111%) contrast(98%);
}

.home_slide .slick-next {
    width: 40px;
    height: 40px;
    background-color: #fff;
    top: 50%;
}

.home_slide .slick-next:hover {
    border: 1px solid var(--orange);
    background-color: var(--orange) !important;
}


/* ********* || Start Responsive || ********* */

@media (max-width: 1600px) {


    .common-content-sec img.contentwiredlogo {
        top: 10%;
        opacity: 0.05;
    }

    .key-services-slider {
        justify-content: flex-start;
        gap: 10px;
        width: 100%;
    }

    main.home-pg .hm-content .key-services-slider li {
        max-width: 32%;
    }

    main.home-pg .hm-content {
        padding-right: 40px;
    }

    main.home-pg .welcomecontent .hm-content {
        padding-right: 200px;
    }

    .home_banner .bgimg {
        height: 650px;
    }

    .home_slide .container {
        height: 650px;
    }

    .home_slide .banner_left_block .heading-60 {
        line-height: 60px;
    }

}

@media (max-width: 1440px) {

    .banner-item {
        min-height: 800px;
    }

    /* .hm_whychoose_sec .whychoose_bx {
        width: calc(100% / 3);
    }

    .whychoose_point_container {
        row-gap: 50px;
        flex-wrap: wrap;
    }

    .whychoose_bx p:before {
        display: none;
    } */

    .hm_servicesec .servicelistbx {
        width: 49%;
        margin-bottom: 20px;
    }

    .servicelistbx .servieclist_links {
        width: 350px;
        padding: 45px 30px;
    }

    .hm_servicesec .servicelistbx .servieclist_img {
        width: calc(100% - 350px);
    }

    .hm_servicesec .servicelistbx .serviceiconbx {
        top: 8px;
        right: 360px;
    }

    .home_banner_item .banner_left_block {
        width: calc(100% - 400px);
    }

    .home_banner .bgimg {
        object-position: left;
    }



}

@media (max-width: 1200px) {

    .banner-item {
        min-height: 700px;
    }

    .banner-overlay {
        padding: 0 50px;
    }

    /* .hm_whychoose_sec .whychoose_bx .whychoose_title {
        padding: 0;
    } */

    .hm_servicesec .servicelistbx {
        width: 100%;
    }

    .hm_servicesec .servicelistbx .servieclist_img {
        width: calc(100% - 500px);
    }

    .servicelistbx .servieclist_links {
        width: 480px;
    }

    .hm_servicesec .servicelistbx .serviceiconbx {
        top: 20px;
        right: 470px;
    }

    .hm_content_featuredcontainer {
        position: relative;
        left: 0;
        width: 100%;
        padding: 10px;
        margin: 20px 0 0 0;
        top: 0;
    }

    .hm_content_featuredbx {
        justify-content: flex-start;
        padding: 0 20px;
    }

    .hm_content_featuredcontainer:after {
        width: calc(100% - 40px);
        margin-left: calc(-50% + 20px);
    }

    .hm_content_featuredbx {
        padding: 10px;
    }

    main.home-pg .hm-content {
        padding-right: 40px;
    }

    main.home-pg .welcomecontent .hm-content {
        padding-right: 40px;
    }

    main.home-pg .hm-content .key-services-slider {
        justify-content: flex-start;
        gap: 10px;
        width: 100%;
        flex-wrap: wrap;
    }

    main.home-pg .hm-content .key-services-slider li {
        max-width: 100%;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        min-height: auto;
        justify-content: space-between;
        margin-bottom: 0;
    }

    main.home-pg .hm-content li .key-services_wrap {
        max-width: 100%;
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
    }

    main.home-pg .hm-content .key-services-img-wrap {
        width: 50px;
        margin: 0 5px 0 0;
    }

    main.home-pg .hm-content .key-services-content span {
        text-align: left;
        padding: 0 0 0 10px;
    }

    .home_banner_item .banner_left_block {
        width: calc(100% - 300px);
    }

    .home_slide .banner_left_block .heading-60 {
        line-height: 50px;
    }

    .home_banner .btnbar {
        gap: 10px;
    }

}

@media (max-width: 992px) {

    .banner-overlay {
        padding: 0 10px;
    }

    .bnrsmalltext {
        font-size: 16px;
        margin: 10px 0;
        line-height: 1.2;
    }

    /* .hm_whychoose_sec .whychoose_bx {
        width: calc(100% / 2);
    }

    .whychoose_point_container {
        row-gap: 20px;
    } */

    .servicelistbx .servieclist_links {
        width: 350px;
    }

    .hm_servicesec .servicelistbx .servieclist_img {
        width: calc(100% - 350px);
    }

    .hm_servicesec .servicelistbx .serviceiconbx {
        top: 8px;
        right: 360px;
    }

    .common-content-sec img.contentwiredlogo {
        display: none;
    }

    .home_banner_item .banner_left_block {
        width: 100%;
    }

    .home_banner .bgimg {
        height: 550px;
    }

    .home_slide .container {
        height: 550px;
    }

    .home_slide .banner_left_block .heading-60 {
        line-height: 50px;
        margin-bottom: 10px;
    }


}

@media (max-width: 768px) {

    .banner-item {
        min-height: 600px;
    }

    /* .hm_whychoose_sec .whychoose_bx .whychoose_title {
        line-height: 1.5;
    } */

    .hm_servicesec .servicelistbx .serviceiconbx {
        display: none;
    }

    .hm_servicesec .servicelistbx .servieclist_img {
        width: 100%;
        position: absolute;
        z-index: 0;
        height: 100%;
    }

    .servicelistbx .servieclist_links {
        width: 100%;
        background: rgba(255, 255, 255, 0.9);
        position: relative;
        z-index: 0;
        padding: 30px 25px 20px;
    }

    .hm_content_featuredbx .featuretext {
        text-align: left;
    }

    .hm_content_featuredbx {
        padding: 10px;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
    }

    .hm_servicesec {
        padding: 40px 20px;
    }

    .hm_servicesec .container {
        max-width: 500px;
    }

    .home_banner .bgimg {
        height: 100%;
    }

    .gallery-img-wrap img {
        margin: 0 auto;
    }

    .gallery-img-wrap {
        text-align: center
    }

    .gallery-img-wrap a {
        margin: 0 auto
    }

    .home_slide .banner_left_block .heading-60 {
        line-height: 43px;
    }

    .home_banner_item .banner_left_block p {
        line-height: 23px;
        margin-bottom: 22px;
        font-size: 16px;
    }

}

@media (max-width: 576px) {

    .banner-item {
        min-height: 500px;
    }

    .bnrsmalltext {
        display: none;
    }

    /* 
    .hm_whychoose_sec .whychoose_bx {
        width: calc(100% / 1);
    }

    .whychoose_icon {
        max-width: 40px;
        height: auto;
    }

    .whychoose_icon img {
        max-width: 100%;
    } */

    .servicetitle {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .hm_featureproj_sec .slick-prev,
    .hm_featureproj_sec .slick-next {
        bottom: -115px;
        width: 40px !important;
        height: 40px !important;
    }

    .hm_featureproj_sec .slick-prev:after {
        margin: -14px;
    }

    .hm_featureproj_sec .slick-next:after {
        margin: -13px;
    }

    .home_slide .banner_left_block .heading-60 {
        line-height: 33px;
    }

    .home_banner .btnbar {
        gap: 5px;
    }

}