/* Banner Section */
.home_banner {
    position: relative;
    z-index: 4;
    padding: 0;
}

/* .home_banner:before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: transparent linear-gradient(180deg, #00000070 0%, #00000070 100%) 0% 0% no-repeat padding-box;
} */

.home_slide .banner_left_block [class*="heading-"] {
    color: var(--white);
    margin-bottom: 5px;
}

.home_slide .slick-prev {
    left: 25px;
}

.home_slide .slick-next {
    right: 25px;
}

.home_banner_item .banner_left_block p {
    font-weight: 500;
    font-size: clamp(1.125rem, 1.075rem + 0.25vw, 1.375rem);
    letter-spacing: 0.44px;
    line-height: 1.65;
    color: var(--white);
    margin-bottom: 20px;
}

.home_banner .bgimg {
    height: 789px;
}

.home_banner_item .container-fluid {
    padding: 0;
}

.banner {
    position: relative;
}

.home_slide .container {
    height: 789px;
    display: flex;
    margin: auto;
}

.home_banner_item .banner_left_block {
    width: calc(100% - 600px);
    padding-right: 200px;
}

.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;
}

.home_slide li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 779px;
    background: transparent linear-gradient(76deg, #000000CF 0%, #2C2C2C61 53%, #191919A8 100%) 0% 0% no-repeat padding-box;
    z-index: 0;
}

.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;
}

.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;
}


/* ********* || Start Responsive || ********* */

@media (max-width: 1800px) {
    .home_banner_item .heading-50 {
        letter-spacing: 1px;
        line-height: 1.2;
    }

}

@media (max-width: 1599.99px) {

    /*----------- || WHY CHOOSE US SECTION || -----------*/
    .whychoose_sec {
        padding: 80px 0 150px;
    }
}

@media (max-width: 1439.99px) {

    /* ********|| HOME BANNER ||******** */
    .home_banner_wrapper .slick-arrow {
        height: 40px;
        width: 20px;
    }

    .home_banner_item .banner_left_block {
        width: calc(100% - 300px);
        padding-right: 100px;
    }

    .home_banner_item .banner_right_block {
        width: 300px;
        right: 6vw;
    }

    .home_banner .bgimg {
        object-position: 80%;
    }

    /*----------- || WHY CHOOSE US SECTION || -----------*/
    .whychoose_sec {
        padding: 60px 0 150px;
    }
}

@media (max-width: 1199.99px) {
    .home_banner_wrapper .slick-arrow {
        height: 30px;
        width: 16px;
    }
}

@media (max-width: 991.99px) {

    /* ******* || HOME BANNER SECTION || ******* */
    .home_banner {
        padding: 0px 0 40px;
    }

    .home_banner .slick-dotted.slick-slider {
        margin-bottom: 0;
    }

    .home_banner::after {
        left: 60px;
        bottom: -21px;
        height: 35px;
        width: 20px;
    }

    .home_banner_item .banner_left_block {
        width: 100%;
        padding-right: 0;
        text-align: center;
    }

    .home_banner_item .banner_right_block {
        width: 100%;
        right: 0;
        position: relative;
        top: unset;
        transform: unset;
    }

    .home_slide .container {
        height: 550px;
    }

    .home_banner .bgimg {
        height: 550px;
    }

    .contact-form {
        max-width: 100%;
        margin: 0 15px;
    }

    .home_slide .banner_left_block .heading-60 {
        line-height: 1.2;
    }

    /*----------- || WHY CHOOSE US SECTION || -----------*/
    .whychoose_sec {
        padding: 40px 0 40px;
    }

    .whychoosebx.firstbx {
        width: 100%;
        text-align: center;
        padding: 0 !important;
    }

}

@media (max-width: 767.99px) {

    /* ************ || Home Banner Sec || ************* */
    .home_banner {
        padding: 0px 0 50px;
    }

    .home_banner::after {
        content: none;
    }

    .home_slide {
        text-align: center;
    }

    .home_banner_item p {
        margin-bottom: 0;
    }
}

@media (max-width: 575.99px) {

    /* ************ || Home Banner Sec || ************* */
    .home_slide .container {
        height: 450px;
        position: relative;
        z-index: 1;
    }

    .home_slide li:after {
        content: '';
        position: absolute;
        background: transparent linear-gradient(180deg, #00000070 0%, #00000070 100%) 0% 0% no-repeat padding-box;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
      }

    .home_banner .bgimg {
        height: 450px;        
    }

    .home_banner {
        padding: 0px 0 0px;
    }

    .home_banner_item .heading-24 {
        letter-spacing: 1.4px;
        line-height: 20px;
    }

    .home_banner_item .heading-50 {
        letter-spacing: 0.6px;
        line-height: 32px;
    }

    .home_banner_wrapper .slick-arrow.slick-prev {
        left: 10px;
    }

    .home_banner_wrapper .slick-arrow.slick-next {
        right: 10px;
    }
}