/*****common*************/
.img-wrap-common {
    overflow: hidden;
    position: relative;
    display: inline-block;
    max-width: 100%;
    margin: 0;
    box-sizing: border-box;
}

.img-wrap-common img {
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*****common*************/

.inner_banner_section {
    position: relative;
    margin: 0 0 310px;
}

.inner_banner_section::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -74px;
    width: 70px;
    height: 155px;
    background: url(../images/dot-img2.png) no-repeat;
    z-index: 9;
}

.banner_image {
    background: #8F2A2A;
    height: 536px;
}

.banner_image * {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block !important;
}

.banner_image img {
    opacity: 0.5;
    object-position: top;
}

.banner_content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.banner_content h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 75px;
    text-align: center;
}

.banner_content>div {
    position: absolute;
    left: 0;
    bottom: -115px;
    padding: 60px 90px 60px 170px;
    max-width: 1130px;
    font-size: 18px;
    line-height: 34px;
    /* background: rgba(0,0,0,0.8); */
    color: #fff;
    letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}


/*.banner_content > div::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 116px;
    width: 87px;
    background: linear-gradient(to top left, #fff 0%, #fff 50%, transparent 50%, transparent 100%);
}*/
.banner_content>div span {
    position: relative;
}

.why_choose_us {
    position: relative;
    padding: 55px 0 90px;
}

.why_choose_us::before {
    content: "";
    position: absolute;
    right: -410px;
    top: 0;
    width: 760px;
    height: 760px;

}

.why_choose_us .main_title {
    text-align: center;
    font-size: 24px;
    letter-spacing: 5px;
}

.why_choose_us ul {
    max-width: 1000px;
    margin: 65px auto 0;
    padding: 0 15px 0;
    display: flex;
}

.why_choose_us ul li {
    width: 30%;
    margin-right: 6%;
}

.why_choose_us ul li:nth-child(3) {
    margin-right: 0;
}

.why_choose_us ul li>div:first-child>div {
    transform: translateY(0);
    transition: all 0.7s ease-out;
}

.why_choose_us ul li>div:first-child>div:hover {
    transform: translateY(-15px);
}

.why_choose_us ul li h4 {
    font-size: 18px;
    color: #2D2D2D;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 24px;
    padding: 15px 0 0;
    margin: 0;
}

.testimonial_sec {
    margin: 0 0 170px;
}

/**********contact**************************************/
.contact_map_sec {
    max-width: 1040px;
    margin: 0 auto 0;
    padding: 90px 15px 0;
}

.contact_map_sec .heading {
    font-size: 18px;
    font-weight: 600;
    color: #1A1919;
    text-align: center;
    letter-spacing: 6px;
    margin: 0 0 40px;
}

.contact_map_sec iframe {
    width: 100%;
    height: 500px;
    filter: grayscale(1);
    border: 0;
}

/**********contact**************************************/

/************new-changes************************/
.inner_banner_section .scroll-button {
    margin: 0px 0 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -310px;
}

.banner_content>div p {
    margin: 0;
}

/************new-changes************************/


/*************resposive************************/

@media (min-width: 1700px) and (max-width: 3000px) {
    .banner_content>div {
        padding: 76px 115px 75px 16%;
        max-width: 80%;
        font-size: 18px;
        line-height: 34px;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .banner_content>div {
        padding: 60px 60px 60px 50px;
        max-width: 890px;
        bottom: -95px;
    }

    .banner_image {
        height: auto;
    }

    .inner_banner_section img {
        height: 500px;
    }

    .banner_content h2 {
        top: 40%;
        width: 800px;
    }

    /***19-07-2021***********/
    .testimonial_sec {
        margin: 0 0 170px;
        padding: 30px 0 0;
    }

    /***19-07-2021***********/
}

@media (min-width: 768px) and (max-width: 1023px) {
    .banner_content h2 {
        top: 40%;
        font-size: 40px;
        letter-spacing: 3PX;
        line-height: 55px;
    }

    .banner_image {
        height: auto;
    }

    .inner_banner_section img {
        height: 450px;
    }

    .banner_content>div {
        bottom: -92px;
        padding: 50px 30px 50px 35px;
        max-width: 710px;
    }

    .inner_banner_section::before {
        right: -30px;
    }

    .why_choose_us ul {
        margin: 35px auto 0;
    }

    .why_choose_us ul li {
        width: 32%;
        margin-right: 3%;
    }

    .why_choose_us ul li h4 {
        font-size: 18px;
        line-height: 32px;
        padding: 20px 0 0;
    }

    .contact_map_sec iframe {
        height: 370px;
    }

    .contact_map_sec {
        padding: 70px 15px 0;
    }

    /******19-07-2021*********/
    .inner_banner_section {
        margin: 0 0 210px;
    }

    .inner_banner_section .scroll-button {
        bottom: -200px;
    }

    .why_choose_us {
        padding: 55px 0 60px;
    }

    .testimonial_sec {
        margin: 0 0 120px;
        padding: 30px 0 0;
    }

    /******19-07-2021*********/


}

@media (max-width: 767px) {
    .banner_content h2 {
        top: 45%;
        font-size: 32px;
        letter-spacing: 0px;
        line-height: 39px;
        width: 340px;
        margin: 0;
    }

    .banner_image {
        height: auto;
    }

    .inner_banner_section img {
        height: 536px;
    }

    .banner_content>div {
        bottom: -70px;
        padding: 37px 35px 37px 25px;
        max-width: 640px;
        font-size: 12px;
        line-height: 24px;
        letter-spacing: 1.5px;
    }

    html .text_backblack::after {
        height: 50px;
        width: 35px;
    }

    .inner_banner_section::before {
        opacity: 0;
    }

    .why_choose_us .main_title {
        font-size: 24px;
        padding: 0 15px;
        letter-spacing: 3px;
        text-align: left;
        line-height: 32px;
        margin: 0;
    }

    .why_choose_us ul {
        margin: 30px auto 0;
        flex-wrap: wrap;
    }

    .why_choose_us ul li {
        width: 100%;
        margin: 0 auto 20px;
        max-width: 345px;
        text-align: center;
    }

    .why_choose_us ul li:nth-child(3) {
        margin: 0 auto;
    }

    .why_choose_us ul li .img-wrap-common {
        display: block;
    }

    .why_choose_us ul li h4 {
        font-size: 18px;
        line-height: 32px;
        padding: 5px 0 0;
        text-align: left;
    }

    .contact_map_sec iframe {
        height: 330px;
    }

    .contact_map_sec {
        padding: 50px 15px 0;
    }

    .contact_map_sec .heading {
        font-size: 16px;
        letter-spacing: 4px;
        margin: 0 0 30px;
        line-height: 120%;
    }

    /****19-07-2021******/
    .inner_banner_section {
        margin: 0 0 160px;
    }

    .inner_banner_section .scroll-button {
        bottom: -160px;
    }

    .testimonial_sec {
        margin: 0 0 80px;
        padding: 0 0 0;
    }

    .why_choose_us {
        padding: 55px 10px 60px;
    }

    /****19-07-2021******/

}

@media (min-width: 480px) and (max-width: 767px) {
    .why_choose_us .main_title {
        text-align: center;
    }
}

/*****font-family*

font-family: 'Montserrat', sans-serif;
font-family: 'Roboto', sans-serif;

**/