

@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');
@import url('https://fonts.googleapis.com/css?family=Rajdhani:400,500,600,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400&display=swap');




body{
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

a{
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}

p{
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}
 
.affix {
    position: fixed;
    background: #fff;
    z-index: 99;
    box-shadow: 2px 1px 1px 1px #afafaf;
}

.txt_btm_brdr{
    margin: 0;
    padding: 0;
    width: 30%;
    height: 3px;
    background: #1e602a;
}

::-webkit-scrollbar{width:5px;height:8px; }
::-webkit-scrollbar-track{ background:#e8e8e8;}
::-webkit-scrollbar-thumb{background:#1e602a; border-radius:0;}
::-moz-scrollbar{width:5px;height:5px; }
::-moz-scrollbar-track{ background:#e8e8e8;}
::-moz-scrollbar-thumb{background:#1e602a; border-radius:0;}
::-webkit-selection{ background:#1e602a; color:#fff;}
::selection{ background:#1e602a; color:#fff;}
::-moz-selection{ background:#1e602a; color:#fff;}

/**header_section_starts**/

.header_top_section{
    margin: 0;
    padding: 2px 0;
    width: auto;
    height: auto;
    background: #1e602a;
}
.header_top_section .portion{
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}
.header_top_section .portion .top_address{
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    display: flex;
    position: relative;
    justify-content: flex-end;
}
.header_top_section .portion .top_address li{
    margin: 0;
    padding: 0;
    list-style: none;
    color: #ffffff;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
}
.header_top_section .portion .top_address li span a{
    text-decoration: none;
    color: #ffffff;
    font-size: 14px; 
    font-family: 'Montserrat', sans-serif;
}
.header_top_section .portion .top_address li img{
    margin: 0;
    padding: 0 5px 0 0;
    max-width: 100%;
    height: auto;
    position: relative;
    top: -1px;
}
.header_top_section .portion .top_address li i{
    margin: 0;
    padding: 0 5px 0 0;
    font-size: 15px;
    position: relative;
    top: 2px;
}
.header_top_section .portion .top_social{
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}
.header_top_section .portion .top_social li{
    margin: 0;
    padding: 0 0 0 18px;
    list-style: none;
    float: left;
}
.header_top_section .portion .top_social li a{
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #fff;
    transition: .25s;
    font-size: 15px;
}
.header_top_section .portion .top_social li a:hover{
    transition: .25s;
    opacity: 0.5;
}

.header_portion{
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}
.header_portion .portion{
    margin: 0;
    padding: 13px 0;
    width: 100%;
    height: auto;
}
.header_portion .portion .row{
    display: flex;
    align-items: center;
}
.header_portion .portion .logo_part{
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}
.header_portion .portion .logo_part img{
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: auto;
}
.header_portion .portion .navigation{
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    text-align: right;
}
.header_portion .portion .navigation li{
    margin: 0;
    padding: 0 18px;
    list-style: none;
    display: inline-block;
}
.header_portion .portion .navigation li a{
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-size: 15px;
    color: #000;
}
.header_portion .portion .log_sign{
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    text-align: right;
}
.header_portion .portion .log_sign li{
    margin: 0;
    padding: 0 3px;
    list-style: none;
    display: inline-block;
}
.header_portion .portion .log_sign li a{
    margin: 0;
    padding: 5px 15px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    background: #1e602a;
    border-radius: 3px;
    transition: .3s all ease-in-out;
}
.header_portion .portion .log_sign li a:hover{
    background: #000;
    color: #fff;
    transition: .3s all ease-in-out;
}

/**header_section_ends**/

/**banner_section_starts**/
.banner_section{
    position: relative;
}
.banner_section .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled{
    display: block;
}

.banner_section .owl-carousel .owl-nav .owl-prev{
    width: 55px;
    height: 55px;
    background: url(../images/arrow_slider_left.png) no-repeat left;
    top: 50%;
    background-size: 80%;
    left: 1%;
    margin-top: -27px;
    position: absolute;
    outline: 0;
}
.banner_section .owl-carousel .owl-nav .owl-next{
    width: 55px;
    height: 55px;
    background: url(../images/arrow_slider_right.png) no-repeat right;
    top: 50%;
    background-size: 80%;
    right: 1%;
    margin-top: -27px;
    position: absolute;
    outline: 0;
}
.hero-section {
	height: 380px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
	-webkit-background-size: 100%;
	background-size: 100% !important;
	position: relative;
    width: 100% !important;
}
/**banner_section_ends**/

.about_us{
    padding: 70px 0;
}
.about_us h2{
    font-size: 30px;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.about_us h2::before{
    width: 10%;
    height: 3px;
    background: #1e602a;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    position: absolute;
}
.about_us p{
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 13px;
}

/**services_section_starts**/

.services_section{
    margin: 0;
    padding: 60px 0;
    width: 100%;
    height: auto;
    background: #1e602a;
}
.services_section .text_part{
    margin: 0;
    padding: 0 0 20px 0;
    width: 100%;
    height: auto;
    text-align: center;
}
.services_section .text_part h2{
    margin: 0;
    padding: 0 0 10px 0;
    font-weight: 500;
    font-size: 30px;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    position: relative;
}
.services_section .text_part h2::before{
    width: 10%;
    height: 3px;
    background: #ffffff;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    position: absolute;
}
.services_section .list_ser{
    margin: 15px 0;
    padding: 0;
    background: #ffffff;
    color: #1e602a;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    height: 85px;
    padding: 0 15px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    border-radius: 50px;
    text-align: center;
}

/**services_section_ends**/


/**testimonial_section_starts**/
.testimonial_section{
    margin: 0;
    padding: 60px 0;
    width: 100%;
    height: auto;
    background: #e4e4e4;
}

.testimonial_section .text_part{
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    text-align: center;
}
.testimonial_section .text_part h2{
    margin: 0 0 50px 0;
    padding: 0 0 8px 0;
    font-weight: 700;
    font-size: 35px;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    position: relative;
}
.testimonial_section .text_part h2::before{
    width: 10%;
    height: 3px;
    background: #000000;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    position: absolute;
}
.testimonial_section .portion{
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}
.testimonial_section .portion .testimonial_box{
    margin: 0;
    padding: 25px 25px 25px 60px;
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: -1px 2px 4px 1px #00000047;
    position: relative;
    float: left;
    height: 265px;
}
.testimonial_section .portion .testimonial_box i{
    margin: 0;
    padding: 0;
    position: absolute;
    left: 20px;
    top: 15px;
    font-size: 35px;
    color: #1e602a;
}
.testimonial_section .portion .testimonial_box p{
    margin: 0;
    padding: 0;
    line-height: 23px;
    font-size: 15px;
    color: #000;
}
.testimonial_section .portion .testimonial_box ul{
    margin: 0;
    padding: 15px 0 5px 0;
    width: 100%;
    height: auto;
}
.testimonial_section .portion .testimonial_box ul li{
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
.testimonial_section .portion .testimonial_box ul li img{
    margin: 0;
    padding: 0;
    width: 100%;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    border: 2px solid #1e602a;
}
.testimonial_section .portion .testimonial_box ul li:first-child{
    width: 18%;
}
.testimonial_section .portion .testimonial_box ul li:last-child{
    width: 75%;
    padding: 5px 0 0 12px;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}
.testimonial_section .portion .btm_sec{
    margin: 50px 0 0  0;
    padding: 0;
    width: 100%;
    text-align: center;
}
.testimonial_section .portion .btm_sec a{
    margin: 0;
    padding: 8px 25px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    border-radius: 50px;
    background: #1e602a;
    text-transform: uppercase;
    transition: .3s all ease-in-out;
}
.testimonial_section .portion .btm_sec a:hover{
    background: #000;
    color: #fff;
    transition: .3s all ease-in-out;
}


/**testimonial_section_ends**/



.footer_last{
    margin: 0;
    padding: 15px 0;
    width: 100%;
    height: auto;
    background: #1d1d1d;
}
.footer_last h6{
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 16px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}


.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.back-to-top i{
    position: relative;
    top: -3px;
    left: -4px;
    font-size: 20px;
    font-weight: 600;
}
.btn-primary {
    color: #ffffff !important;
    background-color: #1e602a !important;
    border-radius: 50% !important;
    border: 2px solid #ffffff !important;
}

/**footer_section_ends**/

.whatsapp_sticy{
    position: fixed;
    right: 12px;
    bottom: 75px;
    z-index: 99999;
    background: #1da110;
    width: 65px;
    padding: 6px;
    height: 65px;
    border-radius: 100%;
}
.whatsapp_sticy a{
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
}
.whatsapp_sticy img{
    margin: 0 10px 0 0;
    padding: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
}


.call_sticy{

    position: fixed;

    right: 12px;

    bottom: 150px;

    z-index: 99999;

    background: #008c23;

    width: 65px;

    padding: 6px;

    height: 65px;

    border-radius: 100%;

}

.call_sticy a{

    text-decoration: none;

    font-size: 18px;

    text-transform: uppercase;

    color: #ffffff;

    font-weight: 600;

    display: inline-block;

}

.call_sticy img{

    margin: 0 10px 0 0;

    padding: 0;

    max-width: 100%;

    width: 100%;

    height: 100%;

    border-radius: 100%;

    object-fit: cover;

}




.modal-header{
    background: #1e602a !important;
    padding: 8px;
}
.modal-header .close{
    padding: 10px 20px 17px 20px;
    color: #fff;
    opacity: 1;
    font-size: 30px;
    margin: -1rem -1rem -1rem auto;
    outline: none;
}
.modal-body .form-group label {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 16px;
    color: #1e602a;
}
.modal-body .form-group .form-control{
    border: 1px solid #1e602a;
    outline: 0;
    padding: 4px 10px;
}
.modal-body .btn{
    background: #1e602a;
    color: #ffffff;
}
.modal-dialog{
    margin-top: 60px;
}
.modal{
    z-index: 99999;
}
.cptl_text{
    text-transform: uppercase;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
}

.banner_section .owl-carousel .owl-dots {
    display: none;
}

.contct_rw{
    justify-content: center;
    margin-top: 50px;
}

.contct_bx{
    background: #f7f7f7;
    border-radius: 10px;
    padding: 35px 20px;
    box-shadow: -4px -4px 0 0 #2a632c;
}
.contct_bx h4{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.8px;
    margin-bottom: 15px;
}
.contct_bx .contact_inform{
    display: block;
    color: #545454;
}
.contct_bx .contact_inform a{
    color: #545454;
    text-decoration: none;
}
.map_con{
    border-top: 2px solid #2a632c;
    margin-top: 25px;
}
























