@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');

@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Spline+Sans:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap');
@font-face {
    font-family: "Euclid Light";
    src: url('../fonts/main-font/EuclidCircularALight.ttf');
}

@font-face {
    font-family: "Hildaquin";
    src: url('../fonts/main-font/Hildaquin\ Demo.ttf');
}

@font-face {
    font-family: "MangabeyRegular";
    src: url('../fonts/MangabeyRegular-rgqVO.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: #555555;
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: #555555;
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{
    padding: 7px 0px;
    border-bottom: 1px dashed #d3d3d3;
}
.flex-cnnt-box{
    display: flex;
    align-items: center;
    gap: 20px;
}

.flex-cnnt-box p{
    color: #888888;
    font-family: 'Spline Sans';
    display: flex;
    align-items: center;
    font-size: 13px;
}

.flex-cnnt-box a{
    color: #53afa6;
    padding: 0px 4px;
    animation: animedim 1.6s linear infinite;
}

@keyframes animedim {
    0%{opacity: .6;}
    50%{opacity: 1;}
    100%{opacity: .6;}
}

.flex-cnnt-box a .cnticon{
    transform: scale(.7);
}

.flex-social-icons
{
    display: flex;
    align-items: center;
    justify-content: end;
    height: 100%;
    gap: 12px;
}

.flex-social-icons a{
    color: #ffffff;
    background: #00adee;
    width: 50px;
    height: 60px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header{
    /* position: absolute; */
    width: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
}

.header_container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0px;
    /* border-bottom: 1px solid #d9d9d9; */
    /* border-bottom: 1px solid #d9d9d91f; */
}

.header_flex{
    display: flex;
    align-items: center;
}

.float-lnk{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.logo a{
    font-family: 'Inter Tight';
    color: #000;
    font-weight: 600;
    font-size: 19px;
}
.logo img{
    width: 153px;
    padding: 10px;
}

.navigation_lists{
    margin-left: 150px;
}

.main_nav_menu{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
}

.list_nav_a{
    display: block;
    margin: 0px 25px;
    color: #000;
    font-size: 15px;
    transition: .3s ease;
    font-family: "Dosis", sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: .5px;
}


.list_nav_a:hover{
    color: #05aff2;
}

.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-size: 15px;
    font-weight: 800;
    font-style: normal;
    line-height: 1.2em;
    word-spacing: 0;
    color: #59b4ab;
    padding: 20px 40px;
    border: 3px solid #53aea5;
    font-family: "Dosis", sans-serif;
    text-transform: uppercase;
    letter-spacing: .5px;
    transition: .4s ease;
}


.chat_box:hover{
    background-color: #59b4ab;
    color: #fff;
}
/* banner section ====================================================== */
.bgbg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.bgbg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-section-box{
    position: relative;
    overflow: hidden;
}

.content-bx{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    background-image: url('../images/home/slider/bg.png');
    /* background: linear-gradient(265deg, rgb(0 192 249 / 0%) 0%, rgb(4 74 67 / 60%) 100%); */
}

.banner-video{
    width: 100%;
    height: 700px;
}

.banner-video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img--p img{
    width: 100%;
}

.banner-parent{
 position: relative;
 z-index: 30;
}
.container-port{
    width: 1350px;
    margin: auto;
    padding: 0px 30px;
}

.banner-parent .row{

}

.banner-content-xc{
    overflow: hidden;
}
.ofr{
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 50;
}

.ofr span{
    padding: 13px;
    font-weight: 800;
    color: #f2f2f2;
    font-size: 25px;
}

.banner-content-xc span{
    color: #edff39;
    display: block;
    margin-bottom: 20px;
    font-family: 'Inter Tight';
    font-weight: 700;
    font-size: 4.7rem;
    padding-top: 25px;
    line-height: .5;
}
.banner-content-xc label{
    color: #edff39;
    font-weight: 800;
}
.banner-content-xc h3{
    font-size: 2.3rem;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -1px;
    word-spacing: 0;
    color: #fff;
    margin-bottom: 60px;
    text-transform: capitalize;
}

.banner-content-xc p{
    color: #FF9800;
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    line-height: 1.4em;
    letter-spacing: 0;
    word-spacing: 0;
    font-family: 'Unbounded';
    max-width: 600px;
    font-weight: 800;
    animation: animdim 1.2s linear infinite;
    text-shadow: 1px 1px 1px #000;
    text-transform: uppercase;
}

@keyframes animdim {
    0%{opacity: 1;}
    10%{opacity: 1;}
    50%{opacity: .1;}
    90%{opacity: 1;}
    100%{opacity: 1;}
}

.link-siblings{
    margin-top: 50px;
    display: flex;
    align-items: center;
}
.link-siblings a{
    display: block;
    max-width: fit-content;

    font-size: 15px;
    text-transform: none;
    font-style: normal;
    line-height: 1.2em;
    letter-spacing: 0;
    word-spacing: 0;
}

.link-siblings a:nth-child(1){
    font-family: 'Unbounded';
    color: #fff;
    background-color: #54afa6;
    margin-right: 15px;
    padding: 20px 37px;
    text-transform: uppercase;
    font-weight: 600;
    
}


.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;
}




.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;
        padding-bottom: 50px;
    }
    .img-wave{
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    .img-wave img{
        width: 100%;
    }
    

    .abts-home-content{
        padding-right: 50px;
    }
    .abts-home-content label{
        display: block;
        line-height: 1;
        text-transform: uppercase;
        font-family: 'Unbounded';
        color: #00acee;
        font-weight: 600;
        font-size: 15px;
        letter-spacing: 1px;
        margin-bottom: 20px;
    }

    .abts-home-content h3{
        font-size: 3rem;
        color: #112543;
        font-weight: 700;
        line-height: 1.3;
        margin-bottom: 30px;
        font-family: "Spline Sans", sans-serif;
        text-transform: capitalize;
    }

    .abts-home-content h3 span{
        color: #006a94;
    }

    .abts-home-content p{
        margin-bottom: 10px;
    }
    .abts-img-hm {

    }

    .flt-arw{
        width: 57px;
        position: absolute;
        top: 112px;
        right: -45px;
        transform: rotate(-9deg);
    }

    .flt-arw img{
        width: 100%;
    }
    .ourmission{
        margin: 32px 0px;
    }

    .ourmission span{
        display: block;
        color: #000;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .ourmission p{
        font-size: 18px;
        font-family: 'Inter Tight';
        color: #112543;
        border-left: 3px solid #53aea5;
        padding-left: 21px;
        font-weight: 600;
    }

.abts-img-hm img{
    width: 100%;
    animation: animetp 5s linear infinite;
    border-radius: 10px;
}

@keyframes animetp {
    0%{transform: translateY(5px);}
    50%{transform: translateY(-5px);}
    100%{transform: translateY(5px);}
}

.abts-img-hm2 img{
    width: 100%;
    animation: animetp 5s linear infinite;
    border-radius: 10px;
}

@keyframes animetp {
    0%{transform: translateY(5px);}
    50%{transform: translateY(-5px);}
    100%{transform: translateY(5px);}
}

.aside-abt img{
    animation: animetd 5s linear infinite;
}

@keyframes animetd {
    0%{transform: translateY(-5px);}
    50%{transform: translateY(5px);}
    100%{transform: translateY(-5px);}
}
.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: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aside-abt img{
    width: 100%;
    border-left: 6px solid #fff;
    border-top: 6px solid #fff;
}

.abts-home-content a{
    color: #112543;
    font-weight: 600;
    border-bottom: 2px solid #038aff;
    display: block;
    max-width: fit-content;
    margin-top: 20px;
}
   
.col-mrg-lg{
    margin-left: auto;
    margin-top: -300px;
    position: relative;
    left: -48px;
}

/* services home page -========================================================== */

.activities-section{
    padding: 40px 0px;
    background-color: #f2f5fa;
}

.box-btm-content{
    text-align: center;
    margin-bottom: 50px;
}

.box-btm-content span{
    text-align: center;
    color: #00adee;
    display: block;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'Unbounded';
    color: #00acee;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.box-btm-content h3{
    font-size: 27px;
    color: #112543;
    font-weight: 700;
    line-height: 1.3;
    font-family: "Spline Sans", sans-serif;
    max-width: 700px;
    margin: auto;
}

.serv-box--intitle{
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #020F271A;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-bottom: 10px;
    transition: .3s ease;
}

.icon-srv{

}

.icon-srv img{
    width: 100%;
}

.srv--conternt h3{
    font-size: 28px;
    color: #ffffff;
    font-family: 'Spline Sans';
    margin-bottom: 20px;
    font-weight: 600;
}

.container-port-xl{
    width: 90%;
    margin: auto;
}

.srv--conternt{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 51px 20px;
    padding-bottom: 50px;
    background: rgb(0, 192, 249);
    background: linear-gradient(180deg, rgba(0, 192, 249, 0) 0%, rgba(23, 23, 23, 1) 100%);
 
}

.srv--conternt p{
    font-size: 19px;
    font-family: 'Inter Tight';
    margin-bottom: 28px;
    color: #fff;
    max-width: 261px;
    line-height: 1.4;
}

.srv--conternt a{
    color: #78e6db;
    padding: 10px 30px;
    font-size: 13px;
    border-radius: 100px;
    transition: .3s ease;
    display: block;
    max-width: fit-content;
    border: 1px solid #53aea5;
}

.serv-box--intitle:hover > .srv--conternt a{
    background: #53aea5;
    color: #fff;
}

.serv-box--intitle:hover{
    transform: scale(.94);
}

.col-bb-bottom{
    padding: 5px;
}

.ourteam-section{
    padding: 80px 0px;
}
.tm-img img{
    width: 100%;
}

.tmheader{
    text-align: center;
    margin-bottom: 50px;
}

.tmheader span{
    text-transform: uppercase;
    font-family: 'Unbounded';
    color: #00acee;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
}

.tmheader h3{
    font-size: 34px;
    color: #112543;
    font-weight: 700;
    line-height: 1.3;
    font-family: "Spline Sans", sans-serif;
    max-width: 800px;
    margin: auto;
    margin-top: 20px;
    text-transform: capitalize;
}

.em-dsg{
    text-align: center;
    padding: 20px;
}
.em-dsg h3{
    font-size: 22px;
    font-weight: 600;
    color: #112543;
    margin-bottom: 5px;
}
.em-dsg p{
    font-family: 'Spline Sans';
    color: #56b2a9;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .5px;
}
/* our commintment =================================== */
.captions-tg{
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 50;

}

.captions-tg h3{
    background: #00adee;
    color: #fff;
    font-size: 13px;
    padding: 5px 19px;
    border-radius: 100px;
}
.whychoose-us{
    padding: 70px 0px;
}

.header-title{
    padding: 50px 0px;
    max-width: 700px;
}

.header-title label{
    color: #00adee;
    display: block;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'Unbounded';
    color: #00acee;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.header-title h3{
    color: #ffffff;
    font-size: 3rem;
    font-family: 'Spline Sans';
    font-weight: 800;
    line-height: 1.2;
    text-transform: capitalize;
}

.flex-bx{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.box--content--apt p{
    margin-top: 41px;
    text-align: center;
    color: #fff;
    font-family: 'Euclid Regular';
}

.flex-bx a{
    background: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    justify-content: center;
    margin-top: 50px;
    color: #000;
    font-weight: 500;
    border-radius: 2px;
    position: relative;
    width: 200px;
    height: 53px;
}

.flex-bx a span{
    display: block;
    width: 21px;
}

.flex-bx a svg{
    width: 100%;
}

.flex-bx a::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #ffffff;
    opacity: 0;
    top: 50%;
    left: 50%;
    animation: animeripple 1s linear infinite;
    transform: translate(-50%, -50%);
}

@keyframes animeripple {
    0%{width: 200px; height: 53px; opacity: 1;}
    50%{width: 240px; height: 100px; opacity: 0;}
    1000%{width: 200px; height: 53px; opacity: 1;}
}



.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;
}
/* gallery ============================== */
.gallerybox-section{
    padding: 60px 0px;
}
.header-title-2{
    text-align: center;
    max-width: 600px;
    margin: auto;
    margin-bottom: 50px;
}

.header-title-2 label{
    text-align: center;
    color: #00adee;
    display: block;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'Unbounded';
    color: #00acee;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.aboutus-sectin-home2{
    padding: 50px 0px;
    position: relative;
}

.header-title-2 h3{
    color: #000000;
    font-size: 27px;
    font-family: 'Spline Sans';
    font-weight: 800;
    line-height: 1.2;
    text-transform: capitalize;
}
.glrybx{
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.box-1{
    width: 100%;
}
.box-1 img{
    width: 100%;
    opacity: 0;
}
.glrybx a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.glrybx a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s ease;
}

.paddnone{
    padding: 0px;
}

.pad10{
    padding: 10px;
}

.paddnone .row{
    width: 100%;
    margin: auto;
}

.glrybx:hover>a img{
    transform: scale(1.1);
}

.flxli{
    display: flex;
    align-items: baseline;
}
.flex-ig{
    width: 100%;
}
.flex-ig a{
    display: block;
}

.instbs{
    background: #f2f5fa;
    padding: 50px 0px;
    background-image: url('../images/home/about_us/bkbanner.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
}
.instbs::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    background-color: #0000006b;
    backdrop-filter: blur(5px);
}
.box-inst-secitio{

}
.box-inst-secitio p{
    margin-bottom: 10px;
    color: #fff;
}

.box-inst-secitio p a{
    color: #a5cd37;
}

.box-inst-secitio label{
    color: #ffffff;
    font-size: 37px;
    font-weight: 600;
    max-width: 400px;
    margin-bottom: 20px;
    line-height: 1.2;
}


/* services section ================================================ */

    .services-section{
        background-color: #0f1681;
        padding: 55px 0px;
        position: relative;
        overflow: hidden;
    }


    .video-bg-2{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .video-bg-2 video{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .services-section::before{
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url('../images/home/slider/bg.png');
        background-position: center;
        background-size: cover;
        top: 0;
        left: 0;
    }

    .bxo-swrp{
        position: relative;
        z-index: 20;
    }

    .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{
            width: 100%;
            height: 100%;

        }

        .map iframe{
            width: 100%;
            height: 100%;
        }

        /* join us ========================================================== */

        .joinus{
            padding: 70px 0px;
            background:#edfdf5;
            background-image: url('../images/home/about_us/overlay_13.png');
            font-size: 15px;
            background-position: bottom right;
            background-size: cover;
        }

        .join-us---bx{
            padding-left: 70px;
        }

        .join-us---bx span{
            margin-bottom: 20px;
            display: block;
            color: #0f1681;
            font-size: 21px;
            font-family: 'Euclid Medium';
        }

        .join-us---bx p{
            font-family: 'Euclid Regular';
            margin-bottom: 15px;
            font-size: 15px;
        }

        .contact--box--jn{
            display: flex;
            border-top: 1px solid #00000021;
            padding-top: 20px;
            margin-top: 39px;
        }

        .box--cnt{
            display: flex;
            align-items: center;
            margin-right: 60px;
        }

        .rht--box label{
            display: block;
            margin: 0px;
            color: #000;
            text-transform: uppercase;
            font-size: 15px;
            font-family: 'Euclid Medium';
            line-height: 1;
        }

        .rht--box a{
            color: #000000b3;
            font-size: 16px;
        }

        .cnticon{
            width: 36px;
            height: 36px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #0f1681;
            color: #fff;
            font-size: 14px;
        }

        .rht--box{
            margin-left: 10px;
        }

        .jn-s--i img{
            width: 100%;
        }

    /* footer ================================================== */

    footer{
        background-color: #112543;
        padding-top: 50px;
    }
    .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: #888f99;
        font-size: 15px;
        margin-bottom: 15px;
        text-transform: uppercase;
        font-family: 'Dosis';
        font-weight: 700;
        letter-spacing: .5px;
    }

    .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;
        width: 100%;
    }

    .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: #112543;
        font-size: 18px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ffffff;
        border-radius: 100px;
    }

    .waves{
        position: absolute;
        bottom: -40px;
        width: 164px;
        right: -18px;
        transform: rotate(293deg);
        opacity: .071;
    }

    .waves svg{
        width: 100%;
        height: auto;
        stroke: #fff;
    }

    .location-box{
        background: #038aff;
        padding: 20px;
        border-radius: 10px;
        margin-bottom: 30px;
        overflow: hidden;
        position: relative;
    }

    .location-box span{
        color: #fff;
        font-family: 'Dosis';
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 1px;
        margin-bottom: 10px;
        display: block;
        font-weight: 700;
    }

    .location-box p{
        color: #fff;
    }

    .flex-box-list ul li{
        margin-bottom: 10px;

    }

    .flex-box-list ul li a{
        color:#fff;
        transition: .3s ease;
        font-size: 15px;
        display: flex;
        align-items: baseline;
        font-family: 'Spline Sans';
        font-weight: 300;
    
    }

    .flex-box-list ul li a span{
        width: 90%;
        padding-left: 11px;
        font-size: 17px;
        font-family: 'Inter Tight';
        font-weight: 600;
        color: #00adee;
    }
    .flex-box-list ul li a i{
        color: #ffffff;
        font-size: 11px;
        width: 32px;
        height: 32px;
        background: #038aff;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        border-radius: 100px;
        padding-top: 3px;
    }

    .flxli i{
        color: #ffffff;
        font-size: 11px;
        width: 32px;
        height: 32px;
        background: #038aff;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        border-radius: 100px;
        padding-top: 3px;
    }

    .flex-box-list ul li a:hover{
        color: #fff;
    }

    .pdd-07{
        padding-left: 0px;
    }

.box-prms{
    padding-top: 60px;
}

.col-pm-s{
    padding: 10px;
}
.prm-bx{
    text-align: center;
    background: #54afa6;
    background: linear-gradient(170deg, rgb(102 206 196) 0%, rgb(48 122 115) 100%);
    height: 100%;
    padding: 30px;
    border-radius: 10px;
}

.prm-bx span{
    display: flex;
    text-align: center;
    width: 100%;
    margin-bottom: 21px;
}

.prm-bx span img{
    width: 69px;
    margin: auto;
}

.prm-bx p{
    color: #fff;
    font-family: 'Inter Tight';
    text-transform: capitalize;
}
/* 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;
}


    /* 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: #112543;
        padding: 15px 0px;
        border-top: 1px solid #193258;
    }
    
    .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-size: 19px;
        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;
    }

    .cnter-reserv p{
        font-size: 14px;
        color: #fff;
    }
    .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: 34px;
        height: 40px;
        display: none;
        align-items: end;
        justify-content: center;
        flex-direction: column;
        margin-left: 20px;
        padding: 0px 4px;

    }

    .ham span{
        display: block;
        width: 100%;
        height: 2px;
        background-color: #54afa6;
        
    }


    .ham span:nth-child(2){
        margin: 6px 0px;
        width: 66%;
    }

    /* about us inner page ============================== */

    .banner-iner-section{
        background-image: url('../images/home/about_us/outdoorkeeda-parasailing-banner.jpg');
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 400px;
        display: flex;
        align-items: center;
        position: relative;
    }

    .banner-iner-section::before{
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #000;
        opacity: .5;
    }
    .banner-iner-section .container-port{
        position: relative;
        z-index: 6;
    }

    .hdr-bx h3{
        color: #fff;
        font-family: 'Unbounded';
        text-transform: uppercase;
        font-size: 3rem;
        font-weight: 700;
    }
    .abts-home-content-iner{
        padding-right: 50px;
    }
    .abts-home-content-iner h3 {
        font-size: 3rem;
        color: #112543;
        font-weight: 700;
        line-height: 1.3;
        margin-bottom: 30px;
        font-family: "Spline Sans", sans-serif;
        text-transform: capitalize;
    }

    .abts-home-content-iner label {
        display: block;
        max-width: fit-content;
        margin-bottom: 20px;
        line-height: .5;
        text-transform: uppercase;
        font-family: 'Unbounded';
        color: #00acee;
        font-weight: 600;
        font-size: 15px;
        letter-spacing: 1px;
    }

    .pdlf{
        /* padding-left: 40px; */
    }

    .abts-home-content-iner p {
        margin-bottom: 10px;
    }

    .abts-home-content-iner a{
        color: #112543;
        font-weight: 600;
        border-bottom: 2px solid #038aff;
        display: block;
        max-width: fit-content;
        margin-top: 20px;
    }


    /* activities ==================================== */
    .box-sdc-xi img{
        width: 100%;

        transition: .4s ease;
    }
    .col-lg-pad{
        padding: 20px;
    }
    /* .box-se{
        border: 1px dashed #00000047;
        padding: 18px;
    } */

    .actvt-bx{
        width: 90%;
        margin: auto;
        margin-top: -30px;
        background: #fff;
        padding: 20px;
        border-radius: 10px;
        position: relative;
        text-align: center; 
    }

    .actvt-bx h3{
        font-size: 23px;
        color: #000;
        font-weight: 500;
        margin-bottom: 8px;
        text-transform: capitalize;
    }

    .actvt-bx p{
        margin-bottom: 20px;
    }

    .actvt-bx a{
        width: 100%;
        display: block;
        background: #56b1a8;
        border: 1px solid #56b1a8;
        color: #fff;
        padding: 8px 30px;
        border-radius: 100px;
        max-width: fit-content;
        margin: auto;
        font-family: 'Inter Tight';
        font-weight: 600;
        font-size: 14px;
        transition: .3s ease;
    }

    .actvt-bx a:hover{
        border: 1px solid #56b1a8;
        color: #56b1a8;
        background: none;
    }
    .box-sdc-xi{
        border-radius: 10px;
        overflow: hidden;
    }
    .actvt-bx{
        transition: .3s ease;
    }
    .box-se:hover>.box-sdc-xi img{
        transform: scale(1.1);
    }
    .box-se:hover>.actvt-bx{
        transform: translateY(-10px);
    }

    .rowbsx{
        background-color: #f2f5fa;
        padding: 35px;
        border-radius: 20px;
        margin-top: 100px;
    }

    .sft-msr{
        max-width: 700px;
        margin: auto;
        text-align: center;
        margin-bottom: 41px;
    }
    .sft-msr h4{
        font-size: 27px;
        font-weight: 600;
        color: #000;
        margin-bottom: 10px;
    }

    .sft-msr p{

    }
.colbs{
    padding: 15px;
}
    .sft-msr2{
        border: 1px solid #0000000f;
        padding: 20px;
        border-radius: 10px;
        height: 100%;
        background: #fcfcfc;
    }

    .sft-msr2 ul{
        list-style: none;
        padding: 0px;
        margin: 0px;
    }
    .sft-msr2 ul li{
        margin-bottom: 20px;
    }   

    .sft-msr2 ul li span{
        font-weight: 700;
    }

    .sft-msr2 h3{
        font-size: 23px;
        color: #000;
        font-weight: 500;
        margin-bottom: 8px;
    }

    .sft-msr2 p{

    }
    /* contact us page ================== */

    .contactinfro-bx{
        background-color: #fff;
        padding: 50px;
    }

    .hdr-in h3{
        color: #000;
        font-size: 26px;
        font-weight: 600;
       
    }
    .hdr-in p{
        margin-bottom: 23px;
    }
    .bx-one-inf{
        margin-bottom: 20px;
    }

    .bx-one-inf label{
        color: #505a6a;
        font-family: spline sans, Sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 26px;
    }

    .bx-one-inf p{
        color: rgb(17 37 67);
        font-family: spline sans, Sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 26px;
    }

    .bx-one-inf a{
        color: rgb(17 37 67);
        font-family: spline sans, Sans-serif;
 
        font-weight: 700;
        line-height: 26px;
        display: block;
    }

    .ml{
        font-size: 17px;
    }
    .flex-a{
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 20px;
    }
    .actv{
        color: #00adee !important;
    }

    .cnt-sprt{
        border-top: 1px solid #0000001f;
        padding-top: 30px;
        margin-top: 46px;
    
    }
    .cnt-sprt h3{
        color: rgb(17 37 67);
        font-family: spline sans, Sans-serif;
        font-size: 26px;
        font-weight: 700;
        line-height: 34px;
        margin-bottom: 15px;
    }
    .cnt-sprt p{

    }

    .cnt-sprt a{
        display: flex;
        align-items: center;
        gap: 10px;
        border: 1px solid #00000063;
        padding: 12px 28px;
        justify-content: center;
        max-width: fit-content;
        color: #000;
        margin-top: 26px;
    }

    .rtbx{
        width: 70px;
        height: 70px;
        line-height: 70px;
        border: 2px solid #53aea5;
        border-radius: 5px;
        transform: rotate(45deg);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .rtbx span{
        transform: rotate(-45deg);
        font-size: 21px;
        color: #0b3241;
        font-weight: 600;
        font-family: 'Spline Sans';
    }

    .box-msv{
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .bx-chld-wrp{
        width: 68%;
        padding-left: 20px;
    }
    .bxbtm30{
        margin-bottom: 50px;
    }

    .bx-chld-wrp h3{
        font-size: 26px;
    font-weight: 700;
        color: #112543;
        font-family: 'Spline Sans';
    }

    .box-msv-section{
        padding: 100px 0px;
        background-color: #f2f5fa;
    }

    .activities-section2{
        padding: 80px 0px;
    background: #f2f5fa;
    }
    /* 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-blend-mode: saturation;
        transform: translateX(500px);
        transition: .3s ease;
        display: none;
        flex-direction: column-reverse;
        justify-content: space-between;
        padding-top: 100px;
    }
    .close-items{
        width: 30px;
        height: 30px;
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .close-items {
        width: 35px;
        height: 35px;
        position: absolute;
        right: 20px;
        background: #54afa6;
        border-radius: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 9px;
    }

    .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;
    }
    .mob-list_nav_a{
        padding: 16px 0px;
        display: block;
        color: #000000;
        font-size: 16px;
        font-weight: 500;
        position: relative;
        font-family: 'Unbounded';
    }


    .header-title-mob{
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #ffffff30;
    }

    .mob-nav-social{
        display: flex;
        align-items: center;
        margin-top: 20px;
    }

    .mob-nav-social a {
        color: #54afa6;
        display: flex;
        width: 35px;
        height: 35px;
        background: #54afa612;
        border-radius: 50px;
        align-items: center;
        justify-content: center;
        margin-right: 12px;
    }

    .header-title-mob h3{
        color: #54afa6;
        font-size: 12px;
        font-weight: 500;
        font-family: 'Unbounded';
    }

    .activelnk{
        color: #54afa6 !important; 
    }
      
  @keyframes marquee{
    0%{ transform: translateX(0)}
    100%{transform: translate(-50%)}
    }
    .tech-i {
        width: 100%;
    }
    .tech-i img{
        width: 100%;
        height: 66px;
        object-fit: contain;
    }




@media screen and (max-width:1400px) {
    .container-port{
        width: 90%;
    }
    .aside-abt img{
        border-bottom: 6px solid #fff;
    }
}
@media screen and (max-width:1300px) {
.navigation_lists{
    margin-left: 50px;
}
.list_nav_a{
    margin: 0px 18px;
}
}

@media screen and (max-width:1200px) {
    .container-port {
        width: 99%;
    }
    .navigation_lists{
        margin-left: 50px;
    }
    .abts-home-content h3{
        font-size: 30px;
    }
    .abts-home-content {
        padding-right: 0px;
    }
    .ourmission p {
        font-size: 16px;
    }

}

@media screen and (max-width:1098px) {
    .list_nav_a{
        margin: 0px 10px;
    }
}

@media screen and (max-width:1043px) {
    .navigation_lists {
        margin-left: 50px;
    }
    .flex-bx{
        flex-direction: column;
        align-items: baseline;
    }
    .header-title{
        margin: 10px;
    }
}

@media screen and (max-width:991px) {
    .abts-img-hm{
        margin-top: 40px;
    }
    .abts-img-hm2{
        margin-top: 40px;
    }
    .col-mrg-lg {
        margin-left: auto;
        margin-top: -0;
        position: relative;
        left: 0;
    }
    .flt-arw {
        width: 57px;
        position: absolute;
        top: 38px;
        left: -65px;
        right: unset;
        transform: scaleX(-1) rotate(-9deg);
    }

    .box--header-title ul li{
        width: 100%;
    }

    .box--header-title h3{
        font-size: 29px;
    }
    .box--header-title{
        padding-right: 10px;
    }
    .chat_box{
        padding: 14px 17px;
    }
    .row-reflex{
        flex-direction: row-reverse;
    }
    .contact-support{
        display: none;
    }
    .logo img {
        width: 189px;
    }
    .list_nav_a{
        margin: 0px 11px;
        font-size: 13px;
    }
    .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;
    }
}


@media screen and (max-width:855px) {
    .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;
    }

    .mobile-menu{
        display: flex;
    }
}


@media screen and (max-width:767px) {
    .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: 40px;
    }

    .abts-home-content{
        margin-top: 0px;
        padding-left: 0px;
    }
}

@media screen and (max-width:675px) {
    .top-header--panel{
        display: none;
    }
    .banner-content-xc span{
        line-height: 1;
    }
}
@media screen and (max-width:575px) {
    .abts-home-content-iner {
        padding-right: 0px;
    }
    .abts-home-content-iner h3 {
        font-size: 30px;
    }
    .pdlf {
        padding-left: 0px;
    }
    .col50{
        width: 50%;
    }
    .logo img {
        width: 189px;
    }
    .container-port {
        width: 95%;
    }
    .banner-content-xc span{
        font-size: 11vw;
    }
    .box-msv-section{
        padding: 50px 0px;
        padding-bottom: 0px;
    }
    .tmheader h3 {
        font-size: 20px;
    }
    .box-msv{
        padding-bottom: 50px;
    }
    .header-title-2 h3{
        font-size: 30px;
    }
    .aboutus-sectin-home {
        padding: 60px 0px;
        position: relative;
    }
    .header-title h3{
        font-size: 30px;
    }
    .abts-home-content{
        margin-bottom: 50px;
    }
    .flt-arw {
        width: 57px;
        position: absolute;
        top: 4px;
        left: unset;
        right: 25px;
        transform: scaleX(1) rotate(-9deg);
    }

    .banner-section-box::before{
        width: 292px;
        bottom: -80px;
    }

    .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: 85%;
    }

    .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;
    }
    .hdr-bx h3 {
        font-size: 8vw;
        font-weight: 700;
        text-align: center;
    }
    .mobile-menu{
        /* background-color: #100e95; */
        background-blend-mode: inherit;
    }
    .map {
        width: 100%;
        height: 400px;
    }
    .contactinfro-bx{
        padding: 30px;
    }
.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 10px;
    }

    .box-btm-content h3{
        font-size: 7vw;
    }

    .icon-bsx{
        width: 273px;
        height: 228px;
    }

    .icon-bsx img{
        width: 100%;
        height: 100%;
        object-position: top;
        object-fit: cover;
    }
    .header-title{
        padding: 0px;
    }
    .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: 25px;
    }

    .abts-home-content{
        padding-right: 0px;
    }
    .list-str ul li{
        margin-bottom: 14px;
        position: relative;
        padding-left: 20px;
    }
    .banner-video{
        height: 600px;
    }
    .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%;
    }
}

.active-tab::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 19px;
    background-color: #53aea5;
    clip-path: polygon(0 82%, 100% 77%, 100% 100%, 0% 100%);
    bottom: -5px;
    transform: rotate(-3deg);
}


.active-tab{
    color: #58b4ab !important;
    position: relative;
}


.swiper-header{
    pointer-events: none !important;
}



.float-chat{
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 999;
}

.float-chat a{
    display: flex;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    background: #25d366;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.float-chat a svg{
    width: 100%;
    fill: #fff;
}

.lglink{
    display: block;
}