img{
    max-width: 100%;
    height: auto;
}

.home_bnr_sec{
    position: relative;
    padding: 220px 0 170px 0;
}

.home_bnr_sec .bnr_clr_overl{
    position: absolute;
    top: 0;
    left: 0;
    background: #143034B2;
    z-index: 1;
    height: 100%;
    width: 100%;
    display: none;
}

.home_bnr_sec .bnr_img_overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home_bnr_sec .bnr_img_overlay img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home_bnr_sec .container{
    position: relative;
    z-index: 2;
}

.home_bnr_sec .main_head{
    font-family: 'Concept';
    font-weight: 700;
    text-align: start;
    max-width: 580px;
    font-size: 72px;
    line-height: 75px;
    color: #395F58;
}

.home_bnr_sec .sub_desc{
    font-weight: 400;
    font-size: 25px;
    color: #395F58;
    text-align: start;
}

.about_sec{
    padding: 100px 0;
}

.about_sec .about_tag{
    background: #F5F361;
    display: inline-flex;
    min-width: 131px;
    min-height: 38px;
    border-radius: 30px;
    color: #264241;
    font-size: 15px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.grad_heading{
    font-family: 'Concept';
    font-weight: 700;
    font-size: 40px;
    color: #03744D;
}

.grad_hr{
    border: 1.5px solid #CFD7D2;
    opacity: 0.6;
    max-width:300px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.about_sec .sub_cont{
    font-weight: 400;
    font-size: 19px;
    color: #364B4C;
    margin-top: 10px;
}

.about_sec .img_sec{
    margin-top:50px;
    margin-left: 50px;
    background: #e2e5e5;
    padding: 10px;
    border-radius: 8px;
    display: inline-block;
    box-shadow: 0px 75px 80px 0px #14303433;
}

.hr_line{
    border: 1.5px solid #CFD7D2;
    opacity: 0.6;
    margin-bottom: 60px;
}

.cont_box_sec{
    background: #D6EEEF;
    padding: 10px 0;
    margin-top: 100px;
}

.cont_box_sec .cont_flx_box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    gap: 30px;
    position: relative;
    bottom: 60px;
    user-select: none;
}

.cont_box_sec .cont_flx_box .img_prt{
    background: #FEFEF7;
    box-shadow: 0px 3px 18px 0px #0000002B;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin:0 auto;
}

.cont_box_sec .cont_flx_box .cont_prt{
    color: #364B4C;
    font-weight: 600;
    font-size: 24px;
    margin-top: 40px;
}

.copy_right_sec{
    position: relative;
    padding: 20px 0 14px 0;
    background: #183437;
}

.copy_right_sec .copy_rit_overl{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #36524C -34.98%, rgba(56, 84, 78, 0) 98.94%);
}

.copy_right_sec .log_prt{
    margin-bottom: 15px;
}

.copy_right_sec .rights_prt{
    color: white;
    opacity: 0.7;
    font-size: 12px;
}

.service_sec{
    padding-bottom: 100px;
    text-align: center;
}

.service_sec .sub_desc{
    padding: 0 20px;
    max-width: 896px;
    margin: 0 auto;
    font-weight: 600;
    font-size: 23px;
    color: #364B4C;
    margin-bottom: 40px;
}

.service_sec .serv_flx_box_sec{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:20px;
}

.service_sec .serv_flx_box_sec .flx_card{
    background: #395F58;
    flex: 0 1 318px;
    padding: 17px;
    color: white;
    text-align: start;
}

.service_sec .serv_flx_box_sec .flx_card:nth-child(2){
    flex-grow: 1;
}

.serv_flx_box_sec .flx_card .s_head{
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 15px;
}

.serv_flx_box_sec .flx_card .s_desc{
    font-size: 17px;
    font-weight: 400;
    padding-left: 3px;
}

.serv_flx_box_sec .flx_card .s_head .img_prt{
    width: 46px;
    height: 46px;
    background: #FEFEF7;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.serv_flx_box_sec .flx_card .s_head .cont_prt{
    font-weight: 700;
    font-size: 25px;
}
.quote_container{
    background: linear-gradient(90deg, rgba(214, 238, 239, 0) 6.67%, #E6F9FA 50%, rgba(214, 238, 239, 0) 92.5%);
    padding: 40px 0 20px 0;
    margin-top: 160px;
}
.quote_box{
    position: relative;
    padding: 50px 0 30px 0;
    text-align: center;
    max-width: 1170px;
    margin: 0 auto;
}

.quote_box .q_cont{
    font-weight: 700;
    font-style: italic;
    font-size: 25px;
    line-height: 36px;
    color: #395F58;
    max-width: 1030px;
    margin: 0 auto;
}

.quote_box .authorName{
    font-weight: 800;
    font-style: italic;
    font-size: 30px;
    color: #395F58;
    text-align: end;
    max-width:1000px;
    margin-right: auto;
    margin-top: 15px;
}

.quote_box .q_overl1{
    position: absolute;
    top: 0;
    left: 0;
}
.quote_box .q_overl2{
    position: absolute;
    bottom: 0;
    right: 0;
}

.testm_cntnr{
    background: linear-gradient(90deg, rgba(214, 238, 239, 0) 6.67%, #E6F9FA 50%, rgba(214, 238, 239, 0) 92.5%);
    padding: 70px 0 60px 0;
    margin-top: 40px;
    user-select: none;
}

.testmonial_sec{
    text-align: center;
    margin-bottom: 80px;
}

.testmonial_sec .testm_box{
    max-width: 1006px;
    margin: 0 auto;
}

.testmonial_sec .test_cont{
    text-align: center;
    font-size: 25px;
    line-height: 36px;
    font-weight: 600;
    font-style: italic;
}

.testmonial_sec .testm_author{
    font-weight: 800;
    font-style: italic;
    font-size: 30px;
    color: #395F58;
    text-align: end;
    margin-top: 15px;
    padding-right: 5px;
}

.testimonial_slider{
    position: relative;
}

.testimonial_slider .owl-prev{
    position: absolute;
    top: 40%;
    left: -150px;
    transform: translateY(-50%);
    background: transparent!important;
}

.testimonial_slider .owl-next{
    position: absolute;
    top: 40%;
    right: -150px;
    transform: translateY(-50%);
    background: transparent!important;
}

.cont_det_flx{
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #364B4C;
    text-align: start;
}

a.cont_det_flx .cnt_prt{
    word-break: break-all;
}

.cont_det_flx .img_prt{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #E6F9F9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cont_det_flx .img_prt img{
    width: 40%;
    height: auto;
    object-fit: contain;
}

.contact_form_box{
    padding: 50px 0 80px 0;
}

.contact_form{
    text-align: start;
}

.contact_form .input_box{
    margin-bottom: 20px;
}

.contact_form .input_box input{
    background: #F0F0F0;
    border-radius: 25px;
    border: 1px solid #D3D2D2;
    padding: 10px 20px;
    font-size: 17px;
    width: 100%;
    outline:none!important;
}

.contact_form .input_box textarea{
    background: #F0F0F0;
    border-radius: 23px;
    border: 1px solid #D3D2D2;
    padding: 10px 20px;
    font-size: 17px;
    width: 100%;
    height: 170px;
    outline:none!important;
}

.contact_form .input_box label{
    font-size: 19px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.contact_form .input_box label span{
    color: red;
}

.contact_form .input_box.two{
    display: flex;
    gap:20px;
}

.contact_form .input_box.two .inp_cnt{
    flex: 1 1 200px;
}

.contact_form .submit_btn button{
    min-width: 150px;
    min-height: 50px;
    background: #3D5954;
    color: white;
    border-radius: 25px;
    outline: none;
    border: none;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.contact_form .submit_btn button .btnLoad{
    width: 23px;
    height: 23px;
    display: none;
}

.contact_form .submit_btn button .btnLoad.active{
    display: block;
}

.contact_form .errMsg{
    color: red;
    font-weight: 600;
    font-size: 15px;
    margin-top:5px;
    display: none;
}

.contact_form .errMsg.active{
    display: block;
}

.toastify{
    border-radius: 7px;
    font-weight: 600;
}

@media screen and (max-width:1300px){
    .grad_heading{
        font-size: 40px;
    }
    .cont_box_sec .cont_flx_box .cont_prt{
        font-size: 18px;
    }
    .testimonial_slider .owl-prev{
        left: -100px;
    }
    .testimonial_slider .owl-next{
        right: -100px;
    }
}

@media screen and (max-width:991px){
    .cont_box_sec .cont_flx_box{
        flex-direction: column;
        bottom: 40px;
    }
    .about_sec .img_sec{
        margin-left: 0;
    }
}

@media screen and (max-width:767px){
    .service_sec .serv_flx_box_sec .flx_card{
        flex-basis: 100%;
    }
}

@media screen and (max-width:600px){
    .home_bnr_sec {
        position: relative;
        padding: 130px 0 40px 0;
    }
    .home_bnr_sec .main_head{
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 15px;
        color: white;
        text-align: center;
    }
    .home_bnr_sec .sub_desc{
        font-size: 22px;
        line-height: 30px;
        color: white;
        text-align: center;
    }
    .about_sec{
        padding: 50px 0;
    }
    .grad_heading{
        font-size: 30px;
    }
    .about_sec .img_sec{
        margin-top: 30px;
    }
    .hr_line{
        margin-bottom: 30px;
    }
    .cont_box_sec{
        margin-top: 70px;
    }
    .service_sec .sub_desc{
        font-size: 20px;
    }
    .service_sec{
        padding-bottom: 50px;
    }
    .quote_box{
        padding: 55px 0 50px 0;
        margin-top: 40px;
    }
    .quote_box .q_cont{
        font-size: 23px;
    }
    .testm_cntnr{
        padding: 40px 0 30px 0;
    }
    .quote_container{
        margin-top: 50px;
        padding: 10px 0 35px 0;
    }
    .testmonial_sec{
        margin-bottom: 50px;
    }
    .contact_form_box{
        padding: 30px 0 50px 0;
    }
    .cont_det_flx{
        font-size: 20px;
    }
    .contact_form_box .col-md-6:first-child{
        margin-bottom: 20px;
    }
    .contact_form .input_box.two{
        flex-wrap: wrap;
    }
    .contact_form .input_box.two .inp_cnt{
        width: 100%;
    }
    .home_bnr_sec .bnr_clr_overl{
        display: block;
    }
}