@charset "utf-8";

/*	--------------------------------------------------
Font Setup
-------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@200;300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: "sofia Light";
    src: url('../fonts/sofia/Sofia\ Pro\ Light\ Az.otf');
}

@font-face {
    font-family: "sofia Regular";
    src: url('../fonts/sofia/Sofia\ Pro\ Regular\ Az.otf');
}

@font-face {
    font-family: "sofia Medium";
    src: url('../fonts/sofia/Sofia\ Pro\ Medium\ Az.otf');
}

@font-face {
    font-family: "sofia semiMedium";
    src: url('../fonts/sofia/Sofia\ Pro\ Semi\ Bold\ Az.otf');
}

@font-face {
    font-family: "sofia Bold";
    src: url('../fonts/sofia/Sofia\ Pro\ Bold\ Az.otf');
}




/*	--------------------------------------------------
Generic CSS Setup
-------------------------------------------------- */
html {
width: 100%;
height: 100%;
background: #fcfcfc;
}
body {
width: 100%;
height: 100%;
background-attachment: fixed;
padding: 0 0 0 0px;
margin: 0 0 0 0px;
font-family: 'Segoe UI', sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1.533;
box-sizing: border-box;
color: #4a4b4b;
background: none !important;
}
h1, h2, h3, h4, h5, td, tr, th, div, header, section, footer, p, form, input, textarea, select, fieldset{
font-family: 'Inter Tight', sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1.533;
color: #4a4b4b;
margin: 0 0 0 0px;
padding: 0 0 0 0px;
border: none;
}

a{
text-decoration: none !important;
}


*{
outline: none;
}


body{
margin:0px;
padding: 0px;
box-sizing: border-box;
}

/* section cut padding */

/* header ============================================================== */


.top-header--panel{
    /* background: #fff; */
    padding: 6px 0px;
}
.flex-cnnt-box{
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: end;
    height: 100%;
}

.flex-cnnt-box a{
    color: #0e6937;
    font-family: 'sofia Medium';
    display: flex;
    align-items: center;
    gap: 5px;
}
.flex-cnnt-box a .cnticon{
    transform: scale(.7);
    width: 40px;
    height: 40px;
}

.flex-colxx{
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 60px;
}

.flex-social{
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    width: 80px;
    justify-content: center;
}

.flex-social a{
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    color: #a0bc54;
}

.flex-rht span{
    display: block;
    font-size: 18px;
    font-family: 'sofia Medium';
    /* color: #545454; */
    color: #ffff;
}

.flex-rht label{
    margin: 0px;
    font-size: 14px;
    /* color: #545454; */
    color: #ffff;
    font-family: 'Ivy Mode';
}

.flex-cnnt-box a .cnticon svg{
    fill: #a6c257;
}

.flex-social-icons
{
    display: flex;
    align-items: center;
    justify-content: end;
    height: 100%;
    gap: 20px;
}

.flex-social-icons a{
    color: #0f1681;
}
.header-wrp-sec{
    border-top: 1px solid #b7883657;
    position: relative;
}

.lan-lst{
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(-0%, -50%);
    z-index: 90;
}

.wpaalllins{
    display: flex;
    align-items: center;
}

.wpaalllins i{
    color: #93958e;
    padding-left: 10px;
}

.list-lang{
    background: #333a44;
    position: absolute;
    top: 32px;
    padding: 10px;
    width: 105px;
    display: none;
}
.list-lang a{
    color: #d3d3d3;
    display: flex;
    font-size: 13px;
    padding: 4px 0px;
}

.flag-ic{
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0px;
    transition: .3s ease;
    width: 18px;
    display: block;
    line-height: 0;
}

.flag-ic svg{
    width: 100%;
}

.lan-lst span{
    color: #9299a3;
    line-height: 0;
    padding: 0px 4px;
    font-weight: 100;
    font-family: 'sofia Light';
}

.lan-lst a:hover{
    color: #a6c257;
}

.activelang{
    display: block;
}

header{
    /* position: absolute; */
    width: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    /* box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
    background: rgba(7, 44, 24, .5); */
    background: #333a44;
}

.header_container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 9px 0px; */
    position: relative;
    /* border-bottom: 1px solid #d9d9d9; */
    /* border-bottom: 1px solid #d9d9d91f; */
}

.header_flex{
    display: flex;
    align-items: center;
}


.logo{
    padding: 2px;

}

.logo a{
    font-family: 'Inter Tight';
    color: #000;
    font-weight: 600;
    font-size: 19px;
}
.logo img{
    width: 279px;
    background: #fff;
    border-radius: 14px;
}

.navigation_lists{
    /* margin-left: 150px; */
}

.main_nav_menu{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    padding-left: 24px;
    gap: 28px;
}

.list_nav_a{
    display: block;
    /* margin: 0px 25px; */
    color: #fff;
    font-family: "sofia Bold";
    font-size: 14px;
    transition: .3s ease;
    text-transform: uppercase;
}


.dropparent{
position: relative;
padding: 20px 0px;
}

.drp-list-box{
    position: absolute;
    z-index: 30;
    background: #fff;
    width: 300px;
    top: 74px;
    border-radius: 10px;
    border-top: 2px solid #333a44;
    opacity: 0;
    transition: .3s ease;
    pointer-events: none;
}

.drp-list-box ul{
    padding: 13px 20px;
    list-style: none;
    margin: 0px;
}

.drp-list-box ul li a{
    padding: 7px 0px;
    display: block;
    color: #000 !important;
    font-family: "sofia Regular";
    font-size: 14px;
    transition: .3s ease;
    text-transform: uppercase;
    display: flex;
    align-items: baseline;
    gap: 2px;
}

.drp-list-box ul li a span{
    display: block;
    width: 0px;
    height: 2px;
    border-bottom: 1px solid #0e6937;
    transition: .3s ease;
    position: relative;
    top: -5px;
}

.drp-list-box ul li a:hover>span{
 width: 10px;
}

.dropparent:hover>.drp-list-box{
    top: 61px;
    opacity: 1;
    pointer-events: all;
}

.list_nav_a:hover{
    color: #4e9525;
}

.chat_flex_box{
    display: flex;

}


.home-h{
    position: relative;
}


/* .home-h2::before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    left: 4%;
    top: 22%;
    transform: rotate(315deg) translate(-50%, -50%);
} */

.bx-a{
    display: flex;
    justify-content: center;
}

.bx-a label{
    margin: 0px;
    color: black;
}


.contact-support {
    margin-right: 30px;
    display: flex;
    align-items: center;
}

.contact-support span{
 display: block;
 font-family: 'Inter Tight';
 font-size: 13px;
 color: #fffc;
}

.call-icon-sprt{
    width: 20px;
    margin-right: 10px;
}

.call-icon-sprt svg{
    width: 100%;
    height: auto;
}

.contact-support a{
    color: #ffffff;
    font-family: 'Inter Tight';
    font-size: 16px;
    margin-top: -2px;
    display: block;
}

.chat_box{
    font-family: "sofia Regular";
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    line-height: 1.2em;
    letter-spacing: 0;
    word-spacing: 0;
    color: #fff;
    background-color: #0e6937;
    padding: 14px 27px;
    border-radius: 4px;
    transition: .3s ease;
}

.chat_box:hover{
    color: #fff;
    background-color: #a7c357;
}
/* banner section ====================================================== */

.banner-section-one{
    /* padding-top: 130px; */
    background-position: top;
    background-size: cover;
    height: 82vh;
    display: flex;
    align-items: center;
    /* background-image: -webkit-linear-gradient(135deg, #13051f, #233671);
    background-image: linear-gradient(-45deg, #13051f, #233671); */
    position: relative;
    overflow: hidden;
}

.banner-section-one::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #0e6937;
    opacity: .5;
}

.bnr01{    background-image: url('../images/home/slider/main-slider-1-40.jpg');}
.bnr02{    background-image: url('../images/home/slider/main-slider-2.jpg');}
.bnr03{    background-image: url('../images/home/slider/main-slider-1-40.jpg');}




.img--p img{
    width: 100%;
}

.banner-parent{
 position: relative;
 z-index: 30;
}
.container-port{
    /* width: 1350px; */
    width: 80%;
    margin: auto;
    padding: 0px 30px;
}

.banner-content-xc{
    overflow: hidden;
    text-align: center;
}

.banner-content-xc h1{
    color: #FFC107;
    display: block;
    margin-bottom: 20px;
    font-family: 'sofia Light';
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.banner-content-xc h3{
    font-size: 61px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    color: #ffffff;
    margin-bottom: 30px;
    font-family: 'Ivy Mode';
    line-height: 1.2;
}

.banner-content-xc h3 span{
    color: #a7c357;
}

.banner-content-xc p{
    color: #000;
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    line-height: 1.4em;
    letter-spacing: 0;
    word-spacing: 0;
    font-family: 'Euclid Regular';
    max-width: 600px;
}
.link-siblings{
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.link-siblings a{
    display: flex;
    max-width: fit-content;
    align-items: center;
    font-size: 14px;
    text-transform: uppercase;
    font-style: normal;
    line-height: 1.2em;
    word-spacing: 0;
    gap: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}

.svg-line{
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
}

.svg-line svg{
    width: 100%;
    fill: #0e6937;
}

.link-siblings a:nth-child(1){
    font-family: 'Inter Tight';
    color: #0e6937;
    background-color: #ffffff;
    margin-right: 15px;
    padding: 15px 30px;
}


.link-siblings a:nth-child(2){
    font-family: 'Euclid Medium';
    color:#0f1681;
    padding: 14px 24px;
}
.banner-img{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-wrp {
    text-align: right;
}


.banner-parent .row{
    justify-content: center;
}


.one{
    width: 100%;
    max-width: 750px;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    vertical-align: middle;
    display: inline-block;
}

.bannerwrp{
    width: 100%;
    text-align: right;
    height: 100%;
}

.one{
    -webkit-mask-size: cover;
    -webkit-mask-position: bottom right;
    -webkit-mask-image: url("../mask/mask.png");
    }



    .section-devider{
        width: 100%;
        height: 2px;
        border-bottom: 1px solid #00000036;
        opacity: .6;
        position: relative;
        top: -1px;
        margin: 50px 0px;
    }



    /* about us ======================================= */


    .aboutus-sectin-home{
        padding: 100px 0px;
        position: relative;
        z-index: 5;
    }


    .abts-home-content{
        padding-right: 50px;
    }
    .abts-home-content label{
        /* background-color: #fff;
        -webkit-border-radius: 46px;
        -khtml-border-radius: 46px;
        -moz-border-radius: 46px;
        -ms-border-radius: 46px;
        -o-border-radius: 46px;
        border-radius: 46px;
        -webkit-box-shadow: 0 11px 27px rgba(0,9,71,.13);
        -khtml-box-shadow: 0 11px 27px rgba(0,9,71,.13);
        -moz-box-shadow: 0 11px 27px rgba(0,9,71,.13);
        -ms-box-shadow: 0 11px 27px rgba(0,9,71,.13);
        -o-box-shadow: 0 11px 27px rgba(0,9,71,.13);
        box-shadow: 0 11px 27px rgba(0,9,71,.13); */
        color: #a7c357;
        /* padding: 10px 24px; */
        display: block;
        max-width: fit-content;
        margin-bottom: 20px;
        font-weight: 600;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .abts-home-content h3{
        font-size: 2.3rem;
        color: #0e6937;
        font-weight: 600;
        line-height: 1.3;
        margin-bottom: 30px;
        font-family: 'Ivy Mode';
    }

    .abts-home-content h3 span{
        color: #006a94;
    }

    .abts-home-content p{
        margin-bottom: 10px;
        font-family: "sofia Light";
    }
    .abts-img-hm {

    }

    .ourmission{

    }

    .ourmission span{
        display: block;
        color: #000;
        font-family: 'Euclid Medium';
        font-size: 18px;
        margin-bottom: 10px;
    }

    .ourmission p{
        font-size: 15px;
        font-family: 'Euclid Regular';
        font-style: italic;
        color: #0f1681;
    }

.abts-img-hm img{
    width: 100%;
}


.list-str{
    border-top: 1px solid #00000024;
    padding-top: 30px;
    margin-top: 35px;
    border-bottom: 1px solid #00000024;
    padding-bottom: 30px; 
}

.list-str ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    padding-left: 30px;
}

.list-str ul li{
    padding-right: 30px;
    color: #000;
    font-weight: 700;
}

.aside-abt{
    width: 300px;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    position: absolute;
    bottom: -126px;
    right: -90px;
}

.aside-abt img{
    width: 100%;
}

.abts-home-content a{
    color: #0e6937;
    display: block;
    max-width: fit-content;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 400;
}
   


/* services home page -========================================================== */

.pckgs-section{
    /* padding: 80px 0px; */
    /* background: #0e6937; */
    position: relative;
    /* background-image: url('../images/home/about_us/ayur1.jpg');
    background-position: center;
    background-size: cover; */
    padding-bottom: 80px;
}



.box-btm-content{
    text-align: center;
    margin-bottom: 50px;
}

.box-btm-content span{
    color: #0e6937;
    font-family: 'Ivy Mode';
    font-size: 3rem;
}

.box-btm-content h3{
    color: #000000;
    font-family: 'sofia Regular';
    font-size: 21px;
}

.serv-box--intitle{
    height: 100%;
    background: #fff;
    padding: 24px;
    transition: .3s ease;
}

.serv-box--intitle:hover{
    transform: scale(1.07);
}
.row-lex-new{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.icon-srv{
    width: 57px;
    height: 100px;
    overflow: hidden;
    border-radius: 10px;
    margin: auto;
}
.srv--conternt{
    text-align: center;
}
.icon-srv img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.srv--conternt h3{
    font-size: 22px;
    color: #0e6937;
    font-family: 'Ivy Mode';
    margin-bottom: 20px;
    font-weight: 700;
}


.srv--conternt p{
    font-size: 15px;
    font-family: 'sofia Light';
    margin-bottom: 28px;
    color: #717171;
    /* width: 90%; */
    /* display: none; */
    text-align: center;
}

.srv--conternt a{
    background: #a7c357;
    color: #fff;
    padding: 10px 30px;
    font-size: 13px;
    border-radius: 100px;
    transition: .3s ease;
    display: none;
    max-width: fit-content;
    margin: auto;
}

.pkg-img{
    overflow: hidden;
    border-radius: 10px;
}
.pkg-img img{
    transition: .3s ease;
}
.pkgbox:hover> .pkg-img img{
    transform: scale(1.1);
}

/* .serv-box--intitle:hover > .srv--conternt a{
    background: #0f1681;
    color: #fff;
}

.serv-box--intitle:hover{
border: 1px solid #0f1681;
} */

.box-srv-img-v {
    position: relative;
    
    width: 100%;
    height: 100%;
}

.box-srv-img-v img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.col-bb-bottom{
    padding: 15px;
    width: 100%;
    position: relative;
    z-index: 5;
}

.mtopw30{
    margin-top: 100px;
}

.left-l{
    left: -50px;
}

.left{
    left: 50px;
}

.right-l{
    left: 50px;
}

.right{
    left: -50px;
}

/* slider pkg =================== */

.section-box-sslider{
    padding: 100px 0px;
}

.trt-header{
    text-align: center;
    margin-bottom: 48px;
}

.trt-header h3{
    font-size: 2.4rem;
    color: #0e6937;
    font-family: 'Ivy Mode';
    margin-bottom: 10px;
}

.trt-header p{
    font-family: 'sofia Light';
}

.trt-header p span{
    padding: 0px 10px;
}

.pkg-info{
margin-top: 20px;
}

.pkg-info h3{
    color: #0e6937;
    font-family: 'Ivy Mode';
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 16px;
    margin-bottom: 9px;
    font-weight: 600;
}


.pkg-info p{
    font-family: 'sofia Light';
    font-size: 16px;
    color: #717171;
    margin-bottom: 10px;
}

.pkg-info h4{
    font-size: 17px;
    margin-top: 20px;
    color: #4e9525;
    font-weight: 500;
    margin-bottom: 10px;
}

.pkg-info ul{
    padding: 0px;
    margin: 0px;
    font-size: 15px;
    list-style: none;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
}

.pkg-info ul li{
    display: flex;
    align-items: baseline;
    gap: 11px;
    margin-bottom: 10px;
}

.pkg-info ul li i{
    width: 16px;
    height: 16px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0e6937;
    color: #fff;
    font-size: 9px;
}

.pkg-info a{
    display: block;
    max-width: fit-content;
    margin-top: 20px;
    color: #a0bc54;
    font-family: 'sofia Light';
    font-size: 14px;
    border-bottom: 1px solid #a0bc54;
}

/* team ====================== */

.col-team{
    padding: 20px;
}

.tam-bx{
    background: #a0bc541a;
    padding: 20px;
    height: 100%;
    border-radius: 10px;
}

.tam-bx h3{
    font-size: 21px;
    color: #000;
    font-family: 'sofia Regular';
    margin-bottom: 5px;
}
.tam-bx label{
    color: #0e6937;
    font-size: 15px;
    font-weight: 500;
}

.tam-bx p{
    font-size: 15px;
    text-align: justify;
}

/* our commintment =================================== */

.whychoose-us{
    padding: 70px 0px;
}

.header-title{
    text-align: center;
    margin-bottom: 50px;
}

.header-title label{
    text-transform: uppercase;
    color: #fff;
    font-family: 'Euclid Medium';
    font-size: 15px;
}

.header-title h3{
    color: #f6a201;
    font-size: 30px;
    font-family: 'Euclid Regular';
}

.box--content--apt p{
    margin-top: 41px;
    text-align: center;
    color: #fff;
    font-family: 'Euclid Regular';
}
.box--img--srt {
    width: 100%;
    height: 100%;
}
.box--img--srt img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box--header-title ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.box--header-title ul li{
    padding: 20px;
    border: 1px solid #00000024;
    width: 47%;
}

.box--header-title ul li label{
    color: #0f1681;
    font-family: 'Euclid Medium';
    font-size: 19px;
}

.box--header-title ul li p{
    font-size: 14px;
    color: #5e5e5e;
    font-family: 'Euclid Regular';
}

.box--header-title{
    padding-right: 100px;
}

.box--header-title span{
    text-transform: uppercase;
    color: #0f1681;
    font-family: 'Euclid Medium';
    margin-bottom: 10px;
    display: block;
}

.box--header-title h3{
    font-family: 'Euclid Regular';
    font-size: 2rem;
    color: #000;
    margin-bottom: 20px;
}

/* services section ================================================ */

    .services-section{
        background-color: #0e6937;
        padding: 55px 0px;
        position: relative;
        overflow: hidden;
    }

    .services-section::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/home/about_us/ai_mandala2.svg);
    background-position: center;
    background-size: cover;
    background-color: #0e6937;
    opacity: .05;
    background-blend-mode: soft-light;
}

    .box--content--apt{
        max-width: 900px;
        margin: auto;
    }
    .box--content--apt img{
        width: 100%;
        height: 400px;
        object-fit: cover;
    }

    /* service inner ---------------------------------------------- */
    .srv-body-inner {
        /* display: flex; */
        padding: 22px;
       
    }

    .services-box{
        height: 100%;
    }
    .srv-body-inner h3 {
        color: #000000;
        font-weight: 600;
        font-size: 17px;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .srv-body-inner p {
        font-size: 13px;
        color: #373737;
    }

    .srv-body-inner .srv-footer a{
        display: none;
    }

    .col-services-inner{
        padding: 20px 15px;
    }


 /* contact us -------------------------------------------- */

        .contact-details{
            text-align: center;
        }

        .contact-details span{
            display: flex;
            margin-bottom: 10px;
            font-size: 24px;
            font-weight: 500;
            color: #0a0d31;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

        
        .contact-details span label{
            width: 60px;
            height: 60px;
            background: aliceblue;
            background-image: linear-gradient(180deg,#006a94 0%,#054d7a 100%);
            border-radius: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 14px;
            margin-bottom: 20px;
        }

        .contact-details span label svg{
            fill:#fff;
        }

        .contact-details p{
            padding: 0px 10px;
        }
        .contact-details a{
color: #006a94;
    font-size: 17px;
    font-weight: 600;
        }

        .map{
            margin-top: 50px;
            width: 100%;
            height: 500px;
            margin-bottom: 50px;
        }

        .map iframe{
            width: 100%;
            height: 100%;
        }

        /* about us ========================================================== */

        .banner-inner-section{
            /* background-image: url('../images/home/about_us/banner-images1.jpg'); */
            background-position: center;
            background-size: cover;
            width: 100%;
            height: 400px;
            display: flex;
            align-items: center;
            /* padding-top: 100px; */
            position: relative;
        }

        .banner-inner-section::before{
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background-color: #0e6937;
            opacity: .5;
        }

        .pdtp-30{
            padding-top: 40px;
        }

        .banner-inner-section .container-port{
            position: relative;
            z-index: 5;
        }
        .common-bnr{
            background-image: url('../images/home/about_us/banner-images1.jpg');
        }
        .abtsus-bnr{
            background-image: url('../images/home/about_us/banner-images2.jpg');
        }
        .contact-section{
            background-image: url('../images/home/about_us/banner-images8.jpg');
        }
        .ayur-bnr{
            background-image: url('../images/home/about_us/banner-images3.jpg');
        }
        .team-bnr{
            background-image: url('../images/home/about_us/banner-images4.jpg'); 
        }

        .glry-bnr{
            background-image: url('../images/home/about_us/banner-images5.jpg'); 
        }

        .tst-bnr{
            background-image: url('../images/home/about_us/banner-images6.jpg'); 
        }
        .panel-is h3{
            color: #fff;
            font-family: 'Ivy Mode';
            font-size: 3.4rem;
        }
        .panel-is p{
            color: #c1df6e;
            font-family: 'sofia Regular';
            font-size: 19px;
            max-width: 600px;
        }


        /* contact us =============================== */

        .contact-info-panel{
            display: flex;
            gap: 15px;
        }

        .contact-info-panel span{
            display: block;
            width: 30px;
            height: 30px;
        }

        .contact-info-panel span svg{
            width: 100%;
            height: auto;
        }
        .cctpnl{
            width: 90%;
        }

        .cctpnl label{
            text-transform: uppercase;
            color: #256e44;
            font-weight: 600;
            width: 100%;
        }

        .cctpnl p{
            font-family: 'sofia Regular';
            font-size: 15px;
        }

        .cctpnl a{
            font-family: 'sofia Regular';
            color: #4a4b4b;
        }

        .contact-info-panel-header{
            background: #a7c357;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 158px;
        }

        .contact-info-panel-header h3{
            color: #fff;
            font-size: 2rem;
            font-family: 'Ivy Mode';

        }

        .rowbox{
            box-shadow: 0px 5px 70px 0px rgba(30,33,56,.1);
            border-top: 4px solid #a7c357;
            width: 100%;
            margin: auto;
        }

        .cntpd{
            padding: 0px;
            padding-right: 30px;
        }

        .flexcntr{
            display: flex;
            align-items: center;
        }
    /* footer ================================================== */

    footer{
        background-color: #3ca606;
        padding-top: 50px;
        position: relative;
        overflow: hidden;
    }

    footer::before {
        content: '';
        position: absolute;
        width: 27%;
        height: 100%;
        top: 0;
        background-image: url(../images/home/about_us/ai_mandala2.svg);
        background-position: right;
        background-size: cover;
        background-color: #0e6937;
        opacity: .05;
        background-blend-mode: soft-light;
        right: 0;
    }



    .prst-one{
        margin-top: 36px;
    }

    .prst-two{
        margin-bottom: 36px;
    }

    .prst-one h3{
        color: #fff;
        font-size: 24px;
        /* font-weight: 600; */
        margin-bottom: 8px;
    }

    .prst-one p{
        color: #f5f5f1b3;
        font-size: 14px;
        max-width: 500px;
    }

    .prst-one a{
        font-size: 14px;
        font-weight: 600;
        text-transform: none;
        font-style: normal;
        line-height: 1.2em;
        letter-spacing: 0;
        word-spacing: 0;
        color: #fff;
        background-color: #006a94;
        border-radius: 4px 4px 4px 4px;
        padding: 14px 24px;
        display: block;
        max-width: fit-content;
        margin-top: 24px;
    }

    .prst-two h3{
        color: #fff;
        font-size: 19px;
        font-weight: 600;
        margin-bottom: 15px;
        font-family: 'Ivy Mode';
    }

    .prst-three h3{
        color: #fff;
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .prst-three ul{
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

    .prst-three ul li{
        margin-bottom: 10px;
    }

    .prst-three ul li a{
        color:#f5f5f1b3;
    }

    .flex-box-list{
        display: flex;
        /* justify-content: space-between; */
    }

    .flex-box-list ul{
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

    .flex-box-list-a-links ul{
        list-style: none;
        padding: 0px;
        margin: 0px;
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .flex-box-list-a-links ul li a{
        color: #0e6937;
        font-size: 18px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ffffff;
        border-radius: 100px;
    }

    .flex-box-list ul li{
        margin-bottom: 10px;

    }

    .flex-box-list ul li a{
        color:#f5f5f1b3;
        transition: .3s ease;
        font-size: 13px;
        display: flex;
        align-items: baseline;
    }

    .flex-box-list ul li a i{
        color: #fff;
        padding-right: 6px;
        font-size: 10px;
    }

    .flex-box-list ul li a:hover{
        color: #fff;
    }

    .pdd-07{
        padding-left: 0px;
    }

    .ftr-hdr{
        font-family: 'Ivy Mode';
        font-size: 25px;
    }

    .ftr-hdr span{
        color: #c3d985;
    }

/* inner pages ======================================================================
=================================================================================== */

.banner-section-inner{
    background-image: url('../images/home/about_us/client-banner.jpg');
    background-position: top;
    background-size: cover;
    width: 100%;
    height: 420px;
    display: flex;
    align-items: center;
    background-color: #004f6f;
    background-blend-mode: multiply;
}


.banner-title-inner span {
    background: #fff;
    color: #000000;
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'Inter Tight';
    padding: 10px 10px;
    /* padding-top: 7px; */
    border-radius: 7px;
    font-weight: 500;
    word-spacing: 2px;
}

.banner-title-inner h3{
    text-transform: capitalize;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 16px;
}

.banner-title-inner p{
    color: #fff;
    max-width: 600px;
    font-size: 19px;
}

/* about us ----------------- */

.bt-top{
    padding-top: 70px;
    padding-bottom: 70px;
}



.abouts-us h3{
    font-size: 2.5rem;
    color: #0a0d31;
    font-weight: 800;
    margin-bottom: 30px;
    line-height: 1.2;
}

.box-abt img{
    width: 100%;
}

.coin-list ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.coin-list ul li{
    list-style: none;
    display: flex;

}

.left-side-box img{
    width: 200px;
}

.right-side-box{
    width: 305px;
}

.right-side-box h3{
 font-size: 24px;
 color: #0a0d31;
 font-weight: 600;
 margin-bottom: 15px;
}

.right-side-box p{

}


.list-abts-items{
    margin-top: 30px;
}


.list-abts-items ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
}

.list-abts-items ul li{
    margin-bottom: 30px;
    width: 50%;
    padding-right: 23px;
}

.list-abts-items ul li span{
    font-size: 17px;
    color: #0a0d31;
    font-weight: 600;
    margin-bottom: 9px;
    display: block;
}

.list-abts-items ul li p{
    color: #535353;
    font-size: 14px; 
}

/* services ------------------------------------ */
.shadow-en{
    box-shadow: 0 1px 6px 0 #20212438;
    border-radius: 6px;
    position: relative;
}


/* gallery page ====================== */


.glry-box-c{
    padding: 10px;

}

.image-glry{
    overflow: hidden;
    border-radius: 10px;
}

.image-glry img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: .3s ease;
}


.image-glry:hover> a img{
    transform: scale(1.1);
}


    /* footer ================================================================= */

    .footer-logo-section{
        background-image: url('../images/home/about_us/footer-dots.svg');
        background-position: center;
        background-size: contain;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 88vh;
        background-repeat: no-repeat;
    }

    .footer-log-icon{
        background: #000;
        padding: 65px;
    }

    .footer-log-icon img{
        width: 173px;
    }

    .abts-ftr
    {
        padding-right: 70px;
    }

    .footer-footer{
        background-color: #3ca606;
        padding: 15px 0px;
        border-top: 1px solid #fcfcfc21;
    }
    
    .brd-left{
        border-left: 1px solid #fff;
    padding-left: 20px;
    }


    .addres-box span {
        padding-right: 10px;
        position: relative;
    top: 3px;
    }
    .addres-box span svg{
        fill: #fff;
        width: 18px;
        height: auto;
    }

    .abts-ftr h3 {
        color: #fff;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .abts-ftr p {
        color: #f5f5f1b3;
        font-size: 13px;
        margin-bottom: 25px;
        padding-right: 30px;
    }

    .addres-box p{
        color: #fff;
        font-size: 13px;
        padding-right: 30px;
    }

    .addres-box a{
        color: #fff;
        font-size: 13px;
        display: block;
    }
    .footer-social{
        display: flex;
        align-items: center;
    }
    .footer-social a{
        margin-right: 30px;
        text-align: center;
        color: #fff;
        font-size: 20px;
    }
    .footer-social a span{
 display: block;
    line-height: 1;
    font-size: 13px;
    color: #fff;
    }

    .cnter-reserv{
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        z-index: 70;
    }

    .cnter-reserv ul{
        display: flex;
        align-items: center;
        gap: 20px;
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

    .cnter-reserv ul li a{
        color: #fff;
        font-size: 15px;
    }

    .cnter-reserv p{
        font-size: 12px;
        color: #fff;
        font-family: 'sofia Light';
    }
    .cnter-reserv p a img{
        width: 65px;
    }
    .row-footer{
        margin-bottom: 50px;
    }

    .flex-box-ftr{
        display: flex !important;
        align-items: baseline;
    }

    .flex-box-ftr-a{
        display: flex !important;
        align-items: center;
        margin-bottom: 7px;
    }


    /* hamburger menu */


    .ham{
        width: 40px;
        height: 40px;
        display: none;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-left: 20px;
        padding: 0px 4px;

    }

    .ham span{
        display: block;
        width: 100%;
        height: 2px;
        /* background-color: #0e6937; */
        background-color: #a0bc54;
    }


    .ham span:nth-child(2){
        margin: 7px 0px;
    }
    .ham span:nth-child(3){

    }
    /* mobile menu --------------------------------- */


    .mobile-menu{
        background: #fff;
        padding: 30px;
        position: fixed;
        top: 0;
        right: 0;
        width: 310px;
        height: 100%;
        z-index: 99999999;
        /* background-image: url('../images/home/about_us/aboutus-inner.webp'); */
        background-position: initial;
        background-size: cover;
        background-color: #0e6937;
        background-blend-mode: saturation;
        transform: translateX(500px);
        transition: .3s ease;
        display: none;

    }
    .close-items{
        width: 30px;
        height: 30px;
        position: absolute;
        right: 20px;
    }

    .close-items {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 20px;
    }

    .close-items svg{
        fill: #fff;
        width: 100%;
        height: auto;
    }

    .showmbmenu{
        transform: translateX(0px); 
        transition: .3s ease;

    }

    .mob-main_nav_menu{
        list-style: none;
        padding: 0px;
        margin: 0px;
        height: 80vh;
        overflow-y: scroll;
    }

    .mob-main_nav_menu::-webkit-scrollbar{
        display: none;
    }

    .mob-list_nav_a{
        padding: 16px 0px;
        display: block;
        color: #fff;
        font-size: 1.3rem;
        font-weight: 500;
        position: relative;
        font-family: 'Ivy Mode';
        transition: .3s ease;
        text-transform: uppercase;
    }

    .mob-list_nav_a:hover{
        color: #CDDC39;
    }

    .mob-sub-menu-lists{

    }

    .mob-sub-menu-lists ul{
        padding: 0px;
        padding-left: 12px;
        display: none;
    }

    .mob-sub-menu-lists ul li a{
        display: block;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        position: relative;
        font-family: 'Ivy Mode';
        transition: .3s ease;
        margin-bottom: 17px;
    }
    
    .header-title-mob{
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #ffffff30;
        /* background: #30343e; */
    }

    .mob-nav-social{
        display: flex;
        align-items: center;
        margin-top: 20px;
    }

    .mob-nav-social a {
        display: flex;
        width: 35px;
        height: 35px;
        color: #fff;
        border-radius: 50px;
        align-items: center;
        justify-content: center;
        margin-right: 12px;
    }

    .header-title-mob h3{
    color: #ffff;
    font-size: 19px;
    font-weight: 500;
    }



    
 
      
  @keyframes marquee{
    0%{ transform: translateX(0)}
    100%{transform: translate(-50%)}
    }
    .tech-i {
        width: 100%;
    }
    .tech-i img{
        width: 100%;
        height: 66px;
        object-fit: contain;
    }






    .activelinknew a{
        color: #a7c357 !important;
    }
    

    .swiper-header{
        pointer-events: none !important;
    }
    
    
    
    .float-chat{
        position: fixed;
        right: 0;
        bottom: 20px;
        z-index: 999;
        display: flex;
        flex-direction: column;
        align-items: end;
    }
    
    .bxapnda{
        display: flex;
        width: 50px;
        height: 41px;
        border-radius: 100px 0px 0px 100px;
        margin: 5px 0px;
        padding: 10px 10px;
        align-items: center;
        justify-content: flex-start;
    }
    
    .bxapndr{
        background: #2196F3;
        padding: 8px 13px;
        border-radius: 100px 0px 0px 100px;
        font-family: 'Inter Tight';
        color: #ffffff;
        font-weight: 500;
        padding-right: 10px;
        margin-bottom: 5px;
        border-right: none;

        display: flex;
        align-items: center;
        gap: 5px;
    }

    .float-chat a:nth-child(2){background: #a0bc54;}
    .float-chat a:nth-child(3){background: #4e9525;}
    .float-chat a:nth-child(4){background: #0e6937;}
    .float-chat a:nth-child(5){background: #052c17; background: #084925;
        color: #fff;
        text-align: center;
        justify-content: center;}
    
    .float-chat a svg{
        width: 25px;
        fill: #fff;
    }
    
    .lglink{
        display: block;
    }
    
    .col-bx--sc{
        padding: 15px;
        margin-bottom: 20px;
    }
    
    .pkg-img img{
        width: 100%;
        border-radius: 10px;
    }
    
    .packages-box{
        margin-bottom: 50px;
        text-align: center;
    }
    
    .packages-box h3{
        color: #0e6937;
        font-size: 3rem;
        font-family: 'Ivy Mode';
    }
    
    .packages-box p{
        font-size: 21px;
        font-family: 'sofia Light';
        margin-top: 16px;
    }


    .list-itesm-cnslt{

    }

    .list-itesm-cnslt ul{
        list-style: none;
        padding: 0px;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 28px;
    }

    .list-itesm-cnslt ul li{
        text-align: center;
        width: 14%;
        margin-bottom: 20px;
    }

    .consult-img{
        width: 120px;
        height: 120px;
        border-radius: 100px;
        overflow: hidden;
        margin: auto;
        margin-bottom: 10px;
    }

    .consult-img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .list-itesm-cnslt ul li h3{
        font-family: 'sofia Medium';
        font-size: 18px;
        color: #000;
        text-transform: capitalize;
    }

    .list-itesm-cnslt{
        padding: 50px 0px;
    }

    .tile-header h3{
        text-align: center;
        font-family: 'Ivy Mode';
        font-size: 38px;
        color: #4e9525;
        margin-bottom: 62px;
    }

    .dctr img{
        width: 100%;
    }


    /* tab animation packages ================ */

    .row-top-pck{
        margin-top: 100px;
    }

    .wrapper{

}

.tab-wrapper{
	text-align: center;
	display: block;
}

.tabs{
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
}

.tab-link{
	margin: 0 1%;
	list-style: none;
	padding: 10px 40px;
	color: #aaa;
	cursor: pointer;
	font-weight: 700;
	transition: all ease 0.5s;
	border-bottom: solid 3px rgba(255,255,255,0.0);
	letter-spacing: 1px;
}

.tab-link:hover{
	color: #999;
	border-color: #999;
}

.tab-link.active{
	color: #333;
	border-color: #333;
}

.content-wrapper{
	padding: 40px 80px;
}

.tab-content{
	display: none;
	text-align: center;
	color: #888;
	font-weight: 300;
	font-size: 15px;
	opacity: 0;
	transform: translateY(15px);
	animation: fadeIn 0.5s ease 1 forwards;
}

.tab-content.active{
	display: block;
}
@keyframes fadeIn{
	100%{
		opacity: 1;
		transform: none;
    }
    }


    .row-mto-abts{
        margin-top: 100px;
    }



    .rowmtop{
        margin-top: 100px;
    }



    /* testimonials ----------------------------- */


    .bx-tst-col{
        position: relative;
        display: block;
        overflow: hidden;
        background: #fff;
        border-radius: 15px;
        border: 1px solid #e6e2e3;
        padding: 43px 40px 43px 50px;
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
        transition: all 500ms ease;
    }
    
    .usr-img{
        width: 65px;
        height: 65px;
        overflow: hidden;
        border-radius: 100px;
    }
    
    .usr-img img{
        width: 100%;
    }
    
    .ts-para p{
        line-height: 29px;
        font-size: 16px;
    }
    .usr-ddt{
        margin-bottom: 10px;
    }
    .star{
        margin-top: 22px;
        color: #FFC107; 
        font-size: 13px;
    }
    
    .usr-ddt h3{
        font-size: 25px;
        color: #000;
        font-weight: 600;
    }
    
    .usr-ddt p{
        color: #ff3300; 
    }



@media screen and (max-width:1500px) {
    .container-port {
        width: 1350px;
    }
    .main_nav_menu{
        gap: 15px;
    }
    .list_nav_a{
        font-size: 12px;
    }
    .chat_flex_box{
        z-index: 99;
        position: absolute;
        right: 0;
        top: 59px;
    }
    .navigation_lists {
        margin-left: 50px;
        /* width: 100%; */
    }
    }

@media screen and (max-width:1400px) {
    .container-port{
        width: 90%;
    }
    .cctpnl p{
        font-size: 14px;
    }
    .header-wrp-sec .container-port{
        width: 100% !important;
    }
    .main_nav_menu {
        gap: 31px;
    }
    .lan-lst {
        position: absolute;
        left: 10px;
        top: 142%;
        transform: translate(-0%, -50%);
        z-index: 9;
    }
    .wpaalllins i {
        color: #ffffff;
        padding-left: 10px;
    }
    .navigation_lists {
        margin-left: 0px;
       
    }
    .lan-lst a{
        color: #fff;
    }
}

@media screen and (max-width:1300px) {
    .flex-rht span{
        font-size: 14px;
    }
    /* .main_nav_menu{
        gap: 23px;
    }
    .list_nav_a{
        font-size: 13px;
    } */
    .logo img{
        width: 221px;
    }


.cntpd{
    padding: 0px;
    padding-right: 00px;
    width: 100%;
    max-width: 100%;
    flex: 100%;
}
.contact-info-panel-header {
    background: #a7c357;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 89px;
    margin-bottom: 30px;
}

.col-lg-4.flexcntr{
    width: 60%;
    max-width: 60%;
    flex: 52%;
}

.col-lg-2.flexcntr{
    width: 40%;
    max-width: 40%;
    flex: 23%;
}

}

@media screen and (max-width:1200px) {
    /* .navigation_lists{
        margin-left: 50px;
    } */
    .pkg-info h3{
        font-size: 18px;
    }
    .chat_flex_box{
        position: unset;
    }
    .wpaalllins i {
        color: #93958e;
        padding-left: 10px;
    }
    .col-bb-bottom {
        padding: 15px;
        /* width: 32%; */
    }
    .main_nav_menu{
        gap: 35px;
    }
    .lan-lst {
        position: unset;
        right: 10px;
        top: 57%;
        transform: translate(-0%, -0%);
        z-index: 9;
        display: flex;
        align-items: center;
        justify-content: end;
        width: auto;
    }
    .lan-lst a{
        color: #fff;
    }
    .chat_box{
        white-space: nowrap;
    }
}

@media screen and (max-width:1098px) {

    .col-lg-2.flexcntr {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }

    .col-lg-4.flexcntr{
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }

    .list_nav_a{
        font-size: 14px;
    }
    .flex-rht span{
        font-size: 15px;
    }
    .flex-rht label {
        margin: 0px;
        font-size: 12px;
    }
    .flex-cnnt-box a .cnticon {
        transform: scale(.7);
        width: 32px;
        height: 32px;
    }
}

@media screen and (max-width:1043px) {

    .lan-lst{
        width: 59%;
    }
}

@media screen and (max-width:991px) {

    .pkg-info h3{
        font-size: 15px;
    }
    .pkg-info p{
        font-size: 13px;
    }
    /* .col-bb-bottom {
        width: 50%;
    } */
    .consult-img{
        width: 98px;
    height: 98px;
    }
    .list-itesm-cnslt ul li{
        width: 30%;
    }
    
    .flexddbx .row:nth-child(2){flex-direction: column-reverse;}
    .flexddbx .row:nth-child(4){flex-direction: column-reverse;}
    .flexddbx .row:nth-child(6){flex-direction: column-reverse;}
    .flexddbx .row:nth-child(8){flex-direction: column-reverse;}


    .flexddbx1 .row:nth-child(2){flex-direction: column-reverse;}
    .flexddbx1 .row:nth-child(3){flex-direction: column-reverse;}
    .flexddbx1 .row:nth-child(7){flex-direction: column-reverse;}
    .flexddbx1 .row:nth-child(9){flex-direction: column-reverse;}

    .flexddbx2 .row:nth-child(2){flex-direction: column-reverse;}
    .flexddbx2 .row:nth-child(4){flex-direction: column-reverse;}
    .flexddbx2 .row:nth-child(6){flex-direction: column-reverse;}
    .flexddbx2 .row:nth-child(8){flex-direction: column-reverse;}

    .flexddbx3 .row:nth-child(1){flex-direction: column-reverse;}
    .flexddbx3 .row:nth-child(3){flex-direction: column-reverse;}
    .flexddbx3 .row:nth-child(5){flex-direction: column-reverse;}
    .flexddbx3 .row:nth-child(7){flex-direction: column-reverse;}
    .flexddbx3 .row:nth-child(9){flex-direction: column-reverse;}

    .flexddbx4 .row:nth-child(2){flex-direction: column-reverse;}
    .flexddbx4 .row:nth-child(4){flex-direction: column-reverse;}
    .flexddbx4 .row:nth-child(6){flex-direction: column-reverse;}
    .flexddbx4 .row:nth-child(8){flex-direction: column-reverse;}
    .flexddbx4 .row:nth-child(9){flex-direction: column-reverse;}

    .flexddbx5 .row:nth-child(1){flex-direction: column-reverse;}
    .flexddbx5 .row:nth-child(3){flex-direction: column-reverse;}
    .flexddbx5 .row:nth-child(5){flex-direction: column-reverse;}
    .flexddbx5 .row:nth-child(7){flex-direction: column-reverse;}
    .flexddbx5 .row:nth-child(9){flex-direction: column-reverse;}

    .flexddbx6 .row:nth-child(2){flex-direction: column-reverse;}
    .flexddbx6 .row:nth-child(4){flex-direction: column-reverse;}
    .flexddbx6 .row:nth-child(6){flex-direction: column-reverse;}
    .flexddbx6 .row:nth-child(8){flex-direction: column-reverse;}

    .flexddbx7 .row:nth-child(1){flex-direction: column-reverse;}
    .flexddbx7 .row:nth-child(3){flex-direction: column-reverse;}
    .flexddbx7 .row:nth-child(5){flex-direction: column-reverse;}
    .flexddbx7 .row:nth-child(7){flex-direction: column-reverse;}
    .flexddbx7 .row:nth-child(9){flex-direction: column-reverse;}

    .flexddbx8 .row:nth-child(2){flex-direction: column-reverse;}
    .flexddbx8 .row:nth-child(4){flex-direction: column-reverse;}
    .flexddbx8 .row:nth-child(6){flex-direction: column-reverse;}
    .flexddbx8 .row:nth-child(8){flex-direction: column-reverse;}


    .dropparent:hover>.drp-list-box{
        top: 58px;
    }


    .lan-lst{
        width: 49%;
    }

    .left{
        left: 0;
    }

    .left-l{
        left: 0;
    }

    .right{
        left: 0;
    }

    .right-l{
        left: 0;
    }

    .col-xs-m-20{
        width: 20%;
    }

    .col-xs-m-80{
        width: 80%;
    }

    .flex-cnnt-box{
        gap: 16px;
    }
    .list_nav_a {
        font-size: 12px;
    }
    .main_nav_menu{
        gap: 14px;
    }
    .main_nav_menu{
        padding-left: 0px;
    }
    .row-flex-dd{
        flex-direction: column-reverse;
    }
    /* .row-pack{
        flex-direction: column-reverse;
    } */
    .flexcntr{
        height: 158px;
        padding: 16px 20px;
    }

    .box--header-title ul li{
        width: 100%;
    }
    .logo a{
        width: 130px;
        display: block;
    }
    .box--header-title h3{
        font-size: 29px;
    }
    .box--header-title{
        padding-right: 10px;
    }
    .chat_box{
        padding: 14px 17px;
    }
    /* .row-reflex{
        flex-direction: row-reverse;
    } */
    .abts-home-content{
        margin-top: 50px;
    }
    .contact-support{
        display: none;
    }
    .abts-home-content h3{
        padding-right: 67px;
    }
    .aboutus-sectin-home{
        overflow: hidden;
    }

    /* .list_nav_a{
        margin: 0px 15px;
    } */
    .row-box-eq{
        max-width: 700px;
        margin: auto;
        justify-content: center;
    }
    .contact-details{
        margin-bottom: 26px;
    }

    .col-bx-footer{
        margin-bottom: 30px;
    }
    .prst-two{
        margin-top: 30px;
    }

    .join-us---bx{
        padding-left: 0px;
        padding-top: 40px;
    }

    .flexd0{
        flex-direction: column-reverse;
    }
    .srv--conternt{
        margin-top: 20px;
    }
    .serv-box--intitle:hover {
        transform: scale(1);
    }
}


@media screen and (max-width:1200px) {
    .mobile-menu{
        display: block !important;
    }
    .navigation_lists{
        display: none;
    }
    .list-info ul{
        flex-wrap: wrap;
    }

    .list-info ul li{
        margin: 10px;
    }
    .chat_flex_box{
        align-items: center;
    }
    .ham{
        display: flex !important;
    }

    .header-wrp-sec {
        border: none;
        width: auto;
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        justify-content: end;
    }

    header{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .col-xs-m-80{
        display: none;
    }
}


@media screen and (max-width:767px) {

    .form-bx{
        width: 100%;
    }
    .lan-lst {
        width: 100%;
        /* padding-right: 100px; */
    }

    .box-srv-img-v img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .mtopw30 {
        margin-top: 70px;
    }

    .srv--conternt h3{
        font-size: 20px;
    }
    .flexcntr{
        height: auto;
        padding: 16px 20px;
    }
    .srv--conternt a{
        padding: 3px 21px;
        font-size: 11px;
    }
    .col-bb-bottom {
        /* width: 50%; */
        padding: 5px;
    }
    .chat_box {
        display: none;
    }
    .serv-box--intitle{
        padding: 0px;
    }
    .pckgs-section{
        padding-bottom: 0px;
    }
    .icon-srv{
        display: none;
    }
    .box-btm-content span {
        color: #0e6937;
        font-family: 'Ivy Mode';
        font-size: 2rem;
    }

    .cntpd{
        padding: 0px;
    }
    .contact-info-panel-header{
        height: 100px;
    }
    .box--header-title ul li{
        width: 47%;
    }
    .box--header-title{
        margin-bottom: 30px;
    }


    .footer-log-icon {
        background: #000;
        padding: 69px;
    }

    .footer-logo-section{
        width: 64%;
        height: 300px;
        margin: auto;
        background-size: cover;
        background-position: bottom;
        margin-bottom: 30px;
    }
    .hidden-col{
        overflow: hidden;
    }

    .box-btm-content h3{
        font-size: 16px;
    }

    .abts-home-content{
        margin-top: 40px;
        padding-left: 0px;
    }

    .row-mto-abts{
        margin-top: 0px;
    }
}

@media screen and (max-width:660px) {
    /* .top-header--panel{
        display: none;
    } */
}

@media screen and (max-width:575px) {
    .form-bx{
        padding: 20px;
    }
    .bxapndr{
        font-size: 14px;
    }
    .banner-section-box::before{
        width: 292px;
        bottom: -80px;
    }
    .pkg-info h3{
        font-size: 18px;
    }
    .pkg-info p{
        font-size: 15px;
    }
    .cnter-reserv{
        flex-direction: column;
    }
    .cnter-reserv ul{
        margin-top: 20px;
    }
    .lan-lst{
        width: 85%;
        padding-right: 0px;
        transform: scale(.9) translate(-0%, -0%);
        z-index: 9;
        top: 52%;
    }
    .ham{
        margin-left: 10px;
    }
    .consult-img {
        width: 80px;
        height: 80px;
    }
    .prst-two{
        margin-top: 0px;
    }
    .list-itesm-cnslt ul li h3{
        font-size: 14px;
    }
    .list-itesm-cnslt ul li {
        width: 45%;
    }

    .col-team{
        padding: 0px;
        margin-bottom: 29px;
    }
    .packages-box h3{
        font-size: 31px;
        line-height: 1.2;
    }
    .trt-header h3{
        font-size: 2rem;
        line-height: 1.1;
    }
    .packages-box p {
        font-size: 15px;
    }
    .logo img {
        width: 168px;
    }
    .panel-is h3{
        line-height: 1.1;
    }
    .flex-social-icons{
        display: none;
    }
    .banner-section-box::after{
        width: 113px;
        left: 236px;
        bottom: -90px;
    }
    .in-img{
        flex-direction: column;
    }
    .row-reflex{
        margin-top: 20px;
    }

    .imgcls{
        width: 100%;
    }
    .aside-abt {
        width: 34%;
        margin-left: auto;
        position: absolute;
        bottom: 207px;
        right: 0;
    }
    .abts-img-hm {
        padding-right: 0;
        width: 100%;
    }

    .aside-abt{
        bottom: -90px;
        right: -46px;
        width: 52%;
    }

    .abts-img-hm img {
        width: 100%;
        height: 360px;
        object-fit: cover;
    }
    .abts-home-content h3{
        padding: 0px;
        font-size: 2rem;
    }

    .list-str ul{
        flex-wrap: wrap;
    }
    .flex-box-ftr{
        flex-direction: column;
        text-align: center;
    }
    .addres-box p{
        padding: 0px;
    }

    .brd-left{
        border: 0px;
        padding: 0px;
        text-align: center;
    }

    .footer-social{
        justify-content: center;
    }

    .flex-box-ftr-a{
        flex-direction: column;
        margin-bottom: 20px;
    }

    .list-info ul li label span {
        font-size: 21px;
    }

    .mobile-menu{
        /* background-color: #100e95; */
        background-blend-mode: inherit;
    }
    
.contact-support{
    display: none;
}
.chat_box{
    padding: 11px 16px;
    font-size: 13px;
    display: none;
}
.flex-cnnt-box a{
    font-size: 3.3vw;
}
    .list-info ul li{
        width: 44%;
    }

    .list-info ul li label{
        font-size: 16px;
    }

    .list-info ul li p{
        font-size: 12px;
    }

    .container-port{
        padding: 0px 0px;
    }

    .box-btm-content h3{
        font-size: 15px;
    }

    .cctpnl p {
        font-size: 12px;
    }

    .icon-bsx{
        width: 273px;
        height: 228px;
    }

    .icon-bsx img{
        width: 100%;
        height: 100%;
        object-position: top;
        object-fit: cover;
    }

    .banner-title-inner h3{
        font-size: 10vw;
        line-height: 1.2;
    }

    .contact-details{
        margin-bottom: 30px;
    }

    .footer-log-icon img {
        width: 159px;
    }

    .footer-log-icon{
        padding: 28px 13px;
    }
    .pdd-07{
        padding: 0px;
    }

    .footer-logo-section{
        height: 264px;
        background-size: cover;
        width: 100%;
        margin: auto;
        margin-bottom: 40px;
    }

    .col-wd-100{
        width: 100%;
    }

    .client-box{
        padding: 29px 2px;
        width: 48%;
    }

    .client-box img {
        width: 113px;
        height: 43px;
        object-fit: contain;
        filter: grayscale(1);
        transition: .3s ease;
    }

    .link-siblings a{
        font-size: 12px;
        padding: 14px;
    }


    .banner-content-xc p{
        max-width: 400px;
    }

    .banner-content-xc h3{
        font-size: 7vw;
    }
    .section-box-sslider{
        padding-top: 0px;
    }
    .abts-home-content {
        margin-top: 20px;
    }
    .abts-home-content{
        padding-right: 0px;
    }
    .list-str ul li{
        margin-bottom: 14px;
        position: relative;
        padding-left: 20px;
    }

    .list-str ul li::before{
        font-family: "Font Awesome 5 Free";
        content: '\f00c';
        position: absolute;
        left: 0;
        top: 0;
        color: #006a94;
    }
    .banner-section-inner{
        height: auto;
        padding-top: 120px;
        padding-bottom: 50px;
    }

    .list-abts-items ul li{
        width: 100%;
    }

    .abouts-us h3{
        font-size: 26px;
    }

    .banner-content-xc h3 br{
        display: none;
    }

    .addres-box span{
        margin: auto;
    }

    .contact-details p{
        padding: 0px;
    }

    .contact--box--jn{
        flex-direction: column;

    }
    .box--cnt{
        margin-right: 0px;
        margin-bottom: 20px;
    }
}


@media screen and (max-width:480px) {
    .box--header-title ul li{
        width: 100%;
    }
}

