.text-red {
    color: var(--primary-red);
}
.text-light {
    color: var(--primary-gray);
}
.text-blue {
    color: var(--primary-blue);
}

#sh_main{
    /*height: 700px;*/
    /*width: 100%;*/
    /*background: url('../images/main.svg');*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-attachment: fixed;*/
}

.slide_1{
    height: 700px;
    width: 100%;
    background: url('../images/main.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.slide_2{
    height: 700px;
    width: 100%;
    background: url('../images/home/slide_2.jpg');
    /* background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5)), url('../images/home/slide_2.jpg'); */
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: top;

}
.slide_3{
    height: 700px;
    width: 100%;
    background: url('../images/home/slide_3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: darken;
}
#sh_main h1 {
    font-size: 64px;
    width: 75%;
    margin: 20px auto;
}
#sh_main .carousel-indicators {
    position: absolute;
    right: unset;
    bottom: 0;
    left: 15%;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 0;
    margin-bottom: 1rem;
    margin-left: 0;
    list-style: none;
}
#sh_main  .carousel-indicators [data-bs-target] {
    cursor: pointer;
    background-color: #fff;
    opacity: 1 !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
}
#sh_main  .carousel-indicators .active {
    background-color: var(--primary-red) !important;
    width: 55px !important;
    border-radius: 15px !important;
}
.header_btn {
    background-color: var(--primary-gray) !important;
    color: var(--primary-blue) !important;
    font-size: 17px;
}
.card_service_home {
    /*width: 250px;*/
    height: 300px;
    padding: 15px;
    background-color: var(--primary-gray);
    border-top: 10px solid var(--primary-blue);
    border-radius: 20px;
}
.services_home_card > .services_home_card .card_service_home{
    border-top: none;
    border-bottom: 10px solid var(--primary-blue);
}
.card_service_home .primary-para{
    font-weight: 700;
}
.service_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto;
}


section.qualityResi_Section,
section#home_sec_5,
section#home_sec_6,
section#home_sec_8{
    padding: 60px 0px;
}


section#home_sec_4{
    background: url("../images/home/home_4.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 0px;
    background-attachment: fixed;
}
section#home_sec_4 *,
section#home_sec_7 *{
    color: #FFF;
}
section#home_sec_4 .mini-heading{
    border-color: #FFF;
}
section#home_sec_4 .header_call_btn:hover {
    background: transparent;
}
section#home_sec_4 .header_call_btn:hover {
    background: transparent;
}
section#home_sec_4 .white_border_btn:hover {
    background: var(--primary-red);
    border: 1px solid var(--primary-red);
}
section#home_sec_5 .primary-para{
    position: relative;
    padding-left: 30px;
}
section#home_sec_5 .primary-para:before{
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: 0px;
    background: var(--primary-red);
}

section#home_sec_7,
section#home_sec_10{
    background: #ED0224 url("../images/home/bg_home_sec_7.png");
    background-repeat: no-repeat;
    background-size: contain;
    padding: 60px 0px;
    mix-blend-mode: multiply;
    position: relative;
}
section#home_sec_7 *,
section#home_sec_10 *{
    position: relative;
    z-index: 2;
}
section#home_sec_7:before,
section#home_sec_10:before{
    content: "";
    background: red;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    mix-blend-mode: multiply;
    opacity: 1;
}

section#home_sec_9 .slide{
    background: var(--primary-red);
    border-radius: 32px;
    padding: 50px;
    margin-top: 150px;
}
section#home_sec_9 .client_header .sub-heading,
section#home_sec_9 .client_header .secondary_para,
section#home_sec_9 .primary-para,
section#home_sec_10 *{
    color: #FFFFFF;
}
section#home_sec_9 .col-9 > .primary-para{
    padding: 40px 40px 40px 0px;
}
section#home_sec_9 .client_header .sub-heading{
    font-weight: 600;
    font-size: 24px;
}
section#home_sec_9 .client_header .secondary_para{
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}
section#home_sec_9 .client_header img{
    position: absolute;
    top: -80px;
}
section#home_sec_9 .client_header{
    position: relative;
    height: 117px;
    width: 368px;
    background: #294552;
    border: 6px solid #FFFFFF;
    border-radius: 125px 125px 20px 20px;
    margin-top: -100px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
}

section#home_sec_10{
    background: #ED0224 url("../images/home/home_sec_10_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin: 100px 0px 0px;
}
section#home_sec_10 a.secondary_para{
    text-text-replace: uppercase;
}

section#contact_section{
    background: #000;
    padding: 100px 0px;
}
section#contact_section .secondary-heading{
    color: #FFF;
}
section#contact_section .sub-heading{
    font-weight: 400;
    color: #EFEFEF;
}
#contact_form {
    padding: 30px 40px 30px 0px;
    border-radius: 12px;
}

#contact_form textarea {
    resize: none;
}

#contact_form .form-input,
.form-text-area {
    background-color: #f0f4f5;
    height: 50px;
    padding-left: 16px;
}

#contact_form .form-text-area {
    background-color: #f0f4f5;
    height: auto;
    padding-left: 16px;
}

#contact_form .form-control::placeholder {
    color: #aeb4b9;
    font-weight: 500;
    opacity: 1;
}

#contact_form .form-control:-ms-input-placeholder {
    color: #aeb4b9;
    font-weight: 500;
}

#contact_form .form-control::-ms-input-placeholder {
    color: #aeb4b9;
    font-weight: 500;
}

#contact_form .form-control:focus {
    border-color: var(--primary-red);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px var(--primary-red);
}

#contact_form .title {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
}

#contact_form .description {
    color: #aeb4b9;
    font-size: 14px;
    text-align: center;
}

#contact_form .submit-button-wrapper button {
    border: none;
    border-radius: 8px;
    background-color: var(--primary-red);
    color: #FFF;
    border: 1px solid var(--primary-red);
    padding: 10px 60px;
    letter-spacing: 2px;
    transition: 0.3s ease;
}

#contact_form .submit-button-wrapper button:hover {
    background-color: transparent;
    color: #FFF;
    border: 1px solid #FFF;
}
#contact_section .img_container{
    text-align: end;
}
#contact_section .img_container img.position-absolute{
    bottom: 0px;
    left: 10%;
    background: #FFF;
    padding: 20px;
    border-radius: 32px;
}


@media only screen and (max-width: 600px) {

    #sh_main h1 {
        font-size: 30px;
        width: 100%;
    }
    .slide_1 {
        background-position: right;
    }
    section#home_sec_9 .client_header{
        width: 268px;
        margin-top: -120px;
    }


    section#home_sec_9 .slide{
        padding: 70px 50px 50px;
    }

    .card_service_home {
        height: 345px;
        margin: 20px 0px;
    }
    #contact_section .img_container{
        text-align: center;
    }
    .quality_home_img img,
    #contact_section .img_container img{
        height: 350px;
    }

    #contact_section .img_container img.position-absolute{
        height: unset;
        width: 200px;
    }
    section#contact_section .sub-heading{
        font-weight: 300;
        font-size: 14px;
        line-height: 20px;
    }
}

