@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=Nanum+Gothic&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* font sanfranco */

@font-face {
    font-family:SFUIDisplay-Black;
    src: url('../fonts/san-francisco/SFUIDisplay-Black.otf');
}

@font-face {
    font-family:SFUIDisplay-Bold;
    src: url('../fonts/san-francisco/SFUIDisplay-Bold.ttf');
}

@media screen and (max-height: 575px) {
    
    .banner-content img{height: 650px;}
}

@font-face {
    font-family:SFUIDisplay-Heavy;
    src: url('../fonts/san-francisco/SFUIDisplay-Heavy.otf');
}

@font-face {
    font-family:SFUIDisplay-Light;
    src: url('../fonts/san-francisco/SFUIDisplay-Light.ttf');
}

@font-face {
    font-family:SFUIDisplay-Medium;
    src: url('../fonts/san-francisco/SFUIDisplay-Medium.otf');
}

@font-face {
    font-family:SFUIDisplay-Regular;
    src: url('../fonts/san-francisco/SFUIDisplay-Regular.otf');
}

@font-face {
    font-family:SFUIDisplay-Semibold;
    src: url('../fonts/san-francisco/SFUIDisplay-Semibold.otf');
}

@font-face {
    font-family:SFUIDisplay-Thin;
    src: url('../fonts/san-francisco/SFUIDisplay-Thin.otf');
}

@font-face {
    font-family:SFUIDisplay-Ultralight;
    src: url('../fonts/san-francisco/SFUIDisplay-Ultralight.otf');
}

/*	--------------------------------------------------
Generic CSS Setup
-------------------------------------------------- */
html {
width: 100%;
height: 100%;
background: #ffffff;
}
body {
width: 100%;
height: 100%;
background-attachment: fixed;
padding: 0 0 0 0px;
margin: 0 0 0 0px;
font-family:SFUIDisplay-Regular;
font-size: 16px;
font-weight: 400;
line-height: 1.533;
box-sizing: border-box;
    color: #3e3e3e;
background: none !important;
}
h1, h2, h3, h4, h5, td, tr, th, div, header, section, footer, p, form, input, textarea, select, fieldset{
font-family:SFUIDisplay-Regular;
font-size: 16px;
font-weight: 400;
line-height: 1.533;
    color: #3e3e3e;
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{

}
.flex-cnnt-box{
    display: flex;
    align-items: center;
    gap: 20px;
}

.flex-cnnt-box a{
    color: #0f1681;
    font-family: 'Euclid Regular';
    display: flex;
    align-items: center;
}
.flex-cnnt-box a .cnticon{
    transform: scale(.7);
}


.flex-social-icons
{
    display: flex;
    align-items: center;
    justify-content: end;
    height: 100%;
    gap: 20px;
}

.flex-social-icons a{
    color: #0f1681;
}

.top-header{
    width: 76%;
}

.bx-right:nth-child(1){
    border-right: 1px solid #0000001a;
    padding-right: 40px;
}

.hdrscmd{
    font-family: 'Prompt';
    text-transform: uppercase;
    color: #6a6a6a;
    font-weight: 300;
    margin-bottom: 4px;
    font-size: 14px;

}


.box-left{
    display: flex;
    align-items: center;
    gap: 30px;
}

.contactddt-top{
    display: flex;
    align-items: center;
    gap: 22px;
}

.contactddt-top a{
    font-family: 'SFUIDisplay-Regular';
    color: #fff;
    font-size: 14px;
}

.social-lists{
    display: flex;
    align-items: center;
    gap: 18px;
}

.social-lists a{
    color: #d31511;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Prompt';
}

.bxcnt a{
    color: #d31511;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Prompt';
}

.contactddt-top p{
    font-family: 'SFUIDisplay-Regular';
    color: #fff;
    margin: 0px;
}

.bx-flex-tp-bnr{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.box-right{padding: 0 0 0 45px}

.sbt{
    display: flex;
    align-items: center;
    gap: 18px;
}

.sbt a{
    font-family: 'SFUIDisplay-Regular';
    color: #fff;
}

header{
    position: relative;
    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: 10px 0px; */
    /* border-bottom: 1px solid #d9d9d9; */
    /* border-bottom: 1px solid #d9d9d91f; */
}

.header_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.wrplistmenu{
    background: #e9edee4f;
}

.wrplistmenu .container-port-xl{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* .navigation_lists{position: absolute;right: 15%;} */

.logo a{
    font-family: 'Inter Tight';
    color: #000;
    font-weight: 600;

}
.logo img{
    width: 480px;
}

.box-cnt-bpx{
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 30px;
    width: 100%;
}

.contact-sec-opt{
    display: flex;
    align-items: center;
    gap: 20px;
}

.right-sect-o a{
    display: block;
    color: #000;
}

.x-xicon img{
    width: 30px;
}

.navigation_lists{
    z-index: 99;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.main_nav_menu ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    /* gap: 22px; */
    /* justify-content: space-between; */
}

.list_nav_a2{
    display: block;
    font-family: 'Prompt', sans-serif;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    background: #c41405;
    color: #fff;
    padding: 12px 37px;
    transition: .3s ease;
}
.list_nav_a2:hover{
    background: #000;
    color: #fff;
}

.menu-item{
    display: block;
    font-family: 'Prompt', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #505b6c;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    padding: 12px 0px;
    position: relative;
}



.menu-item a{
    display: block;
    font-family: 'Prompt', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #505b6c;
    letter-spacing: 0.25px;
    text-transform: uppercase;
}

.menu-item span{
    width: 26px;
    display: block;
}

.menu-item span svg{
    width: 100%;
    height: auto;
}

.gp40 ul{
    gap: 36px;
}
.menu-item-has-children::before{
    content: '\f078';
    font-family:"fontawesome";
    position: absolute;
    right: -15px;
    top: 14px;
    font-size: 10px;
    color: #505b6c;
}
.sub-menu{
    position: absolute;
    width: 250px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
    pointer-events: none;
    top: 47px;
    z-index: 5;
    flex-direction: column;
    gap: 0px !important;
    align-items: baseline !important;
}
.sub-menu li{
    padding: 0px;
}
.sub-menu li a{
    display: block;
    width: 100%;
    padding: 6px 20px;
    color: #000;
    font-family: 'Prompt';
    font-size: 14px !important;
    transition: .3s ease;
    text-transform: capitalize;
    font-weight: 400;
}

.menu-item-has-children:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.list_nav_menu{
    /* width: 100%; */
}



.menu-item:hover{
    color: #05aff2 !important;
}
.drpparent{
    position: relative;
}
.drp-submenu{
    position: absolute;
    width: 250px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
    pointer-events: none;
}

.drp-submenu ul{

    list-style: none;
    padding: 10px 0px;
    margin: 0px;
}

.drp-submenu ul li{

}

.drp-submenu ul li a{
    display: block;
    width: 100%;
    padding: 6px 20px;
    color: #000;
    font-family: 'Prompt';
    font-size: 14px;
    transition: .3s ease;
}

.drp-submenu ul li a:hover{
    opacity: .6;
}

.drpparent:hover>.drp-submenu{
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}


.float-chat a:nth-child(4) {
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}

a.list_nav_a:hover {border-bottom:solid 1px #e96309; color:#e96309 !important}

.chat_flex_box{
    display: none;

}


.header-2{
    background: #2d2070;
}
.list_nav_a{
    padding: 12px 0px;
}

.home-h{
    position: relative;
}
.current_page_item a {
color: #cb1b0c !important;

}

.list_nav_a {color: #505b6c !important; }

.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;
}
.float-chat{display: flex;
    flex-direction: column;
    align-items: end;}
.flex-box-on-link a{
        width: 106px !important;
        font-size: 12px !important;
        text-align: center !important;
        height: 42px !important;
     }
     
.float-chat a:nth-child(1){background: #2d2070;}
.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: inter tight, Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    line-height: 1.2em;
    letter-spacing: 0;
    word-spacing: 0;
    color: #ffffff;
    background-color: #e96309;
    padding:12px 25px;
    border-radius: 50px;
    border: 1px solid #e96309;
    transition: .3s ease;
}
.chat_box:hover{
    background-color: #fff;
    color: #e96309;
}
/* banner section ====================================================== */

.banner-section-box{
    /* background-image: url('../images/home/slider/banner.jpg');
    background-position: top;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center; */
    position: relative;
    overflow: hidden;
}

.banner-content img{
    width: 100%;
    height: 680px;
    object-fit: cover;
}

.banner-inner-content{
    position: absolute;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    padding-top: 180px;
}

.banner-container::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}



.img--p img{
    width: 100%;
}

.banner-parent{
 position: relative;
 z-index: 30;
}
.container-port{
    width: 1335px;
    margin: auto;
    padding: 0px 30px;
}

.banner-content-xc{
    overflow: hidden;
}

.banner-content-xc span{
    color: #ff3928;
    display: block;
    margin-bottom: 30px;
    font-family: 'Inter Tight';
    font-weight: 700;
    max-width: fit-content;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.banner-content-xc h3{
    font-size: 36px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: -1px;
    word-spacing: 0;
    color: #fff;
    margin-bottom: 30px;
    font-family: 'Prompt';
}

.banner-content-xc p{
    color: #dddddd;
    font-size: 17px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    line-height: 1.4em;
    letter-spacing: 0;
    word-spacing: 0;
    max-width: 600px;
    font-family: 'SFUIDisplay-Regular';
}
.link-siblings{
    margin-top: 50px;
    display: flex;
    align-items: center;
}
.link-siblings a{
    display: block;
    max-width: fit-content;

    font-size: 14px;
    text-transform: none;
    font-style: normal;
    line-height: 1.2em;
    letter-spacing: 0;
    word-spacing: 0;
}

span #Icons , span #Capa_1 {
background: #ffffff;
    width: 70px;
    height: 70px;
    display: block;
    border-radius: 100%;
    padding: 10px;
    color: #fff;
    position: relative;
    margin-top: -51px;
    margin-bottom: 25px;
    border: solid 1px;}

.link-siblings a:nth-child(1){
    font-family: 'Prompt';
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    line-height: 1.2em;
    letter-spacing: 0;
    word-spacing: 0;
    color: #ffffff;
    background-color: #c41405;
    padding: 16px 25px;
    border-radius: 2px;
    transition: .3s ease;
}


.link-siblings a:nth-child(2){
    font-family: 'Euclid Medium';
    color:#0f1681;
    padding: 14px 24px;
}


.link-siblings a:nth-child(1):hover{background:#fff; border: solid 1px #e8650c; color: #e8650c}

.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;
    }

    /* aobut us new ========================= */

    .aboutsectionnew{
        padding: 100px 0px;
    }

    .bx-abtswrp{

    }

    .bx-abtswrp h3{
        font-family: 'Prompt';
        font-size: 35px;
        margin-bottom: 18px;
    }

    .bx-abtswrp h3 span{
        font-weight: 600;
        color: #c41405;
    
    }

    .bx-abtswrp h3 div{
        font-size: 32px;
        font-family: 'Prompt';
        color: #2f4858;
        font-weight: 600;
        line-height: 1.2;
        text-transform: uppercase;
    }
    .bx-abtswrp{
        position: relative;
    }
    .bx-abtswrp img{
        width: 100%;
    }

    .bx-abtswrp a{
        background: #c41405;
        max-width: fit-content;
        padding: 12px 18px;
        display: block;
        margin-top: 0;
        color: #fff;
        font-family: 'Prompt';
    }

    .gallery-section{
        padding: 60px 0px;
    }

  .aboutus-sectin-home .container-port .jpscbetw .col-lg-5 .bx-abtswrp a{
        max-width: fit-content;
        padding: 18px 54px;
        padding-top: 21px;
        display: block;
        color: #ffffff !important;
        font-family: 'Prompt';
        border-radius: 100px;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 20px;
        position:relative;
        margin: auto;
        margin-top: 50px;
        background: linear-gradient(0deg, rgba(255, 190, 0, 1) 0%, rgba(254, 129, 0, 1) 100%);
        box-shadow: 6px 7px 10px 0px rgb(0 0 0 / 26%);
        -webkit-box-shadow: 6px 7px 10px 0px rgb(0 0 0 / 26%);
        -moz-box-shadow: 6px 7px 10px 0px rgb(0 0 0 / 26%);
    }

.aboutus-sectin-home .container-port .jpscbetw .col-lg-5 .bx-abtswrp a::before{
    content:'';
    position:absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    border: 3px solid #ffffff57;
    border-radius: 100px;
    transform: translate(-50%, -50%);
}
    .bx-abtswrp p{
        font-family: 'Prompt';
        font-size: 15px;
        margin-bottom: 10px;
    }

    .upccontentsld{
        border-left: 1px solid #c41405;
        padding-left: 20px;
    }
    .latestupdatessect h3{
    font-weight: 600;
    color: #c41405;
    line-height: 1.2;
    font-size: 35px;
    font-family: 'Prompt';
    margin-bottom: 15px;
    }







 
    .swiperslidernvw{
        overflow: hidden;
        height: 100%;
    }
    .sliderhgt {
        height: 300px;
      }
  
      .hgauto{
        height: auto !important;
      }
    /* about us ======================================= */


    .aboutus-sectin-home{
        padding: 109px 0px;
        background: #d11905;
        position: relative;
        clip-path: polygon(50% 8%, 100% 0, 100% 99%, 0 100%, 0 0);
    }


    .headersecevn{
        font-weight: 600;
        color: #c41405;
        line-height: 1.2;
        font-size: 35px;
        font-family: 'Prompt';
        margin-bottom: 15px;
    }

    .headersecevn span{
        font-weight: 400;
    color: #000;
    }
/* 
    .aboutus-sectin-home::before{
        content: '';
        width: 100%;
        height: 46px;
        background: #fff;
        position: absolute;
        top: 0;
        clip-path: polygon(100% 0, 0 0, 100% 100%);
    }

    .aboutus-sectin-home::after{
        content: '';
        width: 100%;
        height: 46px;
        background: #fff;
        position: absolute;
        bottom: 0;
        transform: scaleX(-1);
        clip-path: polygon(100% 0, 0 100%, 100% 100%);
    } */



    .abts-home-content label{
        max-width: fit-content;
        margin-bottom: 20px;
        color: #ffffff;
        font-family: 'Prompt';
        font-size: 23px;
        display: block;
    }

    .memberjoin h3 span{
        font-size: 28px;
        font-weight: 600;
    }

    .memberjoin h3{
        max-width: fit-content;
		margin:auto;
        margin-bottom: 20px;
        color: #ffffff;
        font-family: 'Prompt';
        font-size: 23px;
        display: block;
    }
.bx-abtswrp img {
    width: 100%;
    display: none;
}

    .abts-home-content label span{
        font-size: 28px;
        font-weight: 600;
    }

    .abts-home-content{
        /* padding-right: 50px; */
    }

    .abts-home-content h3{
        font-size: 3rem;
        color: #fff;
        font-weight: 700;
        line-height: 1.1;
        margin-bottom: 30px;
        font-family: 'Inter Tight';
    }

    .abts-home-content h4{
        font-size: 24px;
        color: #fff;
        font-family: 'SFUIDisplay-Medium';
        line-height: 1.4;
        margin-bottom: 20px;
    }

    .abts-home-content h3 span{
        color: #006a94;
    }

    .abts-home-content p{
        font-size: 15px;
        color: #fff;
        font-family: 'Prompt';
        line-height: 26px;
        margin-bottom: 20px;
    }
    .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: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aside-abt img{
    width: 100%;
}

.abts-home-content a{
    margin-top: 40px;
    font-family: 'Inter Tight';
    color: #fff;
    background-color: #e96309;
    margin-right: 15px;
    padding:13px 28px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    border:solid 1px #e96309;
    display: block;
    max-width: fit-content;
    transition: .3s ease;
}
.abts-home-content a:hover{ background:#fff; color:#e96309; border:solid 1px #e96309; }
.box-section-wrp{
    margin-top: 60px;
}


.logo{
   
    background: #fff;
    padding: 5px;
    
   
}

.bg-grey{background:#eef2f6; padding: 15px 20px; border-radius: 20px;}

.box-section-wrp h3{
    color: #e7620f;
    font-family: 'Inter Tight';
    font-size: 24px;
    margin-bottom: 25px;
    font-weight:bold;
    text-align:center;
}
   
.prtnr-img img{
    width: 100%;
    padding: 20px;
    background: #fff;
    border: 1px solid #00000030;
    border-radius: 10px;
}



/* upcoming-events-slider */
.box-upc-header h3{
    text-transform: uppercase;
    color: #000;
    font-family: 'Inter Tight';
    font-size:30px;
    text-align:center;
    font-weight:bold;
}
.upcoming-events-slider{
    padding: 70px 0px;
}

.upc-body{
    background: #fff;
    border-radius: 15px;
    border: solid 1px #ede8e8;

}

.upc-header{

}

.upc-header img{
    width: 100%;
    object-fit: cover;
    height: 300px;
    border-radius: 10px;
}

.upc-content{
    background-color: #fff;
    padding: 20px;
    width: 90%;
    margin: auto;
    margin-top:0px;
    position: relative;
    text-align: center;
    border-radius: 10px;
    border:solid 1px #fff;
}

.upc-content span{
    background: #e96409;
    color: #fff;
    display: block;
    max-width: fit-content;
    margin: auto;
    margin-top: -35px;
    position: relative;
    top: -2px;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 20px;
    margin-bottom: 10px;
    border: solid 5px #fff;
}

.upc-content h3{
    color: #000;
    font-family: SFUIDisplay-Medium;
    font-size: 16px;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.upc-content p{
    font-size: 13px;
    margin-bottom: 20px;
}

.upc-content a{
    margin: auto;
    color: #6b4295;
    border: 1px solid #6b4295;
    padding: 7px 23px;
    display: block;
    max-width: fit-content;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: .3s ease;
    font-family: 'Inter Tight';
    padding-top: 10px;
}
.upc-content a:hover{
    background-color: #6b4295;
    color: #fff;
}

.spcbtw{
    justify-content: space-between;
}

.bx-wrp{
    height: 300px;
}

.slidervert{
    height: 100%;
}

.upccontentsld{

}

.upccontentsld h4{
    font-family: 'Prompt';
    font-size: 19px;
    margin-bottom: 5px;
}

.upccontentsld p{
    font-family: 'Prompt';
    font-size: 15px;
    margin-bottom: 10px;
    opacity: .8;
}

/* about us inner banner ======================================== */
.aboutus-sectin-home-2{
    padding: 70px 0px;
}
.inener-banner-cc{
    width: 100%;
    height: 220px;
    position: relative;
    background-image: url(../images/home/slider/banner.jpg);
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;

}
.inener-banner-cc::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    /* background: linear-gradient(42.64deg, rgba(215, 40, 46, 0.8039215686) 0.01%, rgba(18, 68, 96, 0.8509803922) 99.94%); */
    /* background: linear-gradient(42.64deg, #2f4858 0.01%, #344a72 99.94%); */
    background-image: linear-gradient(0deg, #f3e7e9 0, #e3eeff 99%, #e3eeff);
    top: 0;
    left: 0;
    z-index: 0;
}




.member-bnr{
    background-image: url(../images/membership-banner-1.jpg) !important;
}
.contact-bnr{
    background-image: url(../images/contact-us-banner-edited.jpeg) !important;
}

.inener-banner-cc .container-port{
    position: relative;
    z-index: 6;
}

.banner-iner-text h1{
    font-size: 34px;
    color: #080808;
    font-weight: 600;
    font-family: 'Prompt';
    border-bottom: 2px solid #c4140521;
    padding-bottom: 20px;
    margin-bottom: 20px;
   
}

.lin-path{

}

.lin-path a{
    color: #c41405;
    font-weight: 500;
    font-size: 15px;
}

.lin-path span{
    color: #c41405;
    font-size: 10px;
    padding: 7px;

}

.active-llnk{
    color: #99b0b6 !important;
}

.abts-home-content-iner h3{
    font-size: 40px;
    color: #000;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 30px;
    font-family: 'Prompt';
    border-left: 9px solid #c41405;
    padding-left: 20px;
}

.abts-home-content-iner h4{
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 17px;
    color: #000;
}

.abts-home-content-iner p {
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 20px;
}

.abts-home-content-iner a {
    margin-top: 40px;
    font-family: 'Inter Tight';
    color: #fff;
    background-color: #6b4295;
    margin-right: 15px;
    padding: 19px 34px;
    border-radius: 0px 17px;
    font-size: 16px;
    display: block;
    max-width: fit-content;
}

.section-mvd{
    background: #dbe2e8;
    padding: 60px 0px;
}
.iner-mvsection{
    display: flex;
    gap: 30px;
}

.icon-a{
    width: 100px;
    height: 100px;
}

.mvd-ddt h3{
    font-size: 33px;
    color: #2d2070;
    font-weight: 500;
}

.mvd-ddt p{
    font-size: 18px;
    color: #000;
    font-family: 'GothamBook';
    line-height: 1.4;
    margin-bottom: 20px;
}
.mtop40{
    margin-bottom: 50px;
    border-bottom: 1px solid #00000026;
    padding-bottom: 39px;

}
/* news page ---------------------------------- */

.news-section-bx{
    padding: 70px 0px;
}

.header-nws{
    margin-bottom: 40px;
}

.header-nws span{
    color: #6884b3;
    font-family: 'Inter Tight';
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 11px;
    display: block;
}

.header-nws h3{
    font-size: 2.8rem;
    font-family: 'Inter Tight';
    color: #000000;
    line-height: 1.2;
    font-weight: 800;
}

.nws-img{
    position: relative;
    /* margin-top: 40px; */

}

.nws-img img{
    width: 100%;
    height: 400px;
    object-fit: cover;
        border-radius: 15px;
}

.nws-img span{
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #e96309;
    padding: 13px 34px;
    border-radius: 17px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.news-box-nns h3{
    margin-top: 24px;
    color: #000;
    font-family: 'Inter Tight';
    font-size: 20px;
    margin-bottom: 9px;
}

.news-box-nns p{
    font-family: 'SFUIDisplay-Regular';
    color: #000;
    font-size: 17px;
}

.news-box-nns a{
    color: #fff;
    padding: 10px 20px;
    border:solid 1px #062858;
    display: block;
    max-width: fit-content;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: .3s ease;
    font-family: 'Inter Tight';
    background:#062858;
    border-radius:25px;
}
.news-box-nns a:hover{background:#fff;color: #062858; border:solid 1px #062858;}


.tweet-header-name{
    border: 1px solid #1d9bf0;
    padding: 30px;
    border-radius: 0px 40px;
}

.tweet-header-name i{
    font-size: 3rem;
    margin-bottom: 33px;
    color: #1d9bf0;
}

.tweet-header-name h3{
    font-family: 'GothamMedium';
    color: #000;
    font-size: 24px;
    margin-bottom: 9px;
}

.tweet-header-name p{
    font-family: 'GothamBook';
}

.tweet-header-name a{
    background: #1d9bf0;
    color: #fff;
    padding: 10px 20px;
    border-radius: 0px 20px;
    display: block;
    max-width: fit-content;
    margin-top: 37px;
}

.rcnt-nws-header img{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.box-rcnt-slider{

}

.swiper-slide .rcnt-body{
    margin: 20px 0px;
}

.rcnt-body{
    /* box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
    background: #fff;
    overflow: hidden;
    border-radius: 10px; */
    transition: .3s ease;
}

.rcnt-body:hover{
    transform: translateY(-10px);
}

.rcnt-nws-content{
    /* margin-top: 20px; */
    padding: 20px;
    text-align: center;
}

.rcnt-nws-content h3{
    color: #000;
    font-family: 'Prompt';
    font-size: 19px;
    margin-bottom: 10px;
}

.rcnt-nws-content p{
    font-size: 15px;
    font-family: 'SFUIDisplay-Regular';
    margin-bottom: 20px;
    color: #626262;
    display: none;
}

.rcnt-nws-content a{
    background-color: #d11905;
    /* border-bottom: 1px solid #d11905; */
    color: #fff;
    /* padding: 9px 17px; */
    display: block;
    margin: auto;
    max-width: fit-content;
    font-size: 13px;
    text-transform: uppercase;
    transition: .3s ease;
    font-family: 'Prompt';
    font-weight: 500;
    padding: 5px 15px;
    border-radius: 100px;
}
.rcnt-nws-content a:hover{
    background-color: #062858;
    color: #fff;
}
.rcnt-nws-header{
    position: relative;
}

.rcnt-nws-header span{
    position: absolute;
    top: 20px;
    left: 20px;
    background: #e96309;
    border: solid 1px #fff;
    color: #fff;
    padding: 7px 20px;
    border-radius:16px;
    font-size: 12px;
    display: none;
}

.rcnt-nws-header label{
    position: absolute;
    bottom: 0;
    margin: 0;
    background: #FFC107;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    padding: 6px 14px;
}

.upcoming-eventx{
    background-color: #f7f7f7;
    padding: 70px 0px;
}
/* slider ======== */

.wrapper {
    margin: 0 auto;

    height: 25em;

  }
  
  .scrollbox {
    margin: 0 auto;
    padding: 25px 0;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
  }
  
  .scrollgroup {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    z-index: 0;
  }
  
  .scrollgroup .scrollitem {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .scrollitem{
    margin-bottom: 30px;
  }
/* services home page -========================================================== */

.wht-are-distinct{
    padding: 25px 0px;
}

.box-btm-content{
    margin-bottom: 10px;
}

.box-btm-content span{
    text-transform: uppercase;
    color: #000;
    font-family: 'Inter Tight';
    font-size: 26px;
    font-weight: bold;
}

.box-btm-content h3{
    color: #0f1681;
    font-family: 'Euclid Medium';
    font-size: 2.5rem;

}
.box-wht-sst{
    /* padding-left: 50px; */
}

.md-box p{
    font-family: 'Inter Tight' !important;
}

.serv-box--intitle{
    padding: 20px;
    height: 100%;
    background: #edf1f6;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    border: solid 1px #b1a9a524;
}

.srv--conternt{
    width: 60%;
}

.icon-srv{
    width: 70px;
    height: 70px;
    object-fit: contain;
    padding: 12px;
    background-color: #e8650c;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin: auto;
    margin-bottom: 20px; */
}

.icon-srv img{
    width: 100%;
}

.srv--conternt h3{
    font-size: 16px;
    color: #000;
    font-family: 'SFUIDisplay-Medium';
    margin-bottom: 0px;
}


.srv--conternt p{
    font-size: 15px;
    font-family: 'SFUIDisplay-Regular';
    margin-bottom: 28px;
}

.srv--conternt a{
    color: #e96309;
    font-size: 15px;
    border-radius: 100px;
    transition: .3s ease;
}

.srv--conternt a i{
    padding-right: 5px;
}

/* .serv-box--intitle:hover > .srv--conternt a{
    background: #0f1681;
    color: #fff;
}

.serv-box--intitle:hover{
border: 1px solid #0f1681;
} */

.col-bb-bottom{
    padding: 15px;
}


.container-port-xl{
    width: 90%;
    margin: auto;
    padding: 0px 30px;
}
/* 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-image: url('../images/home/news/president-note.webp');
        padding: 55px 0px;
        position: relative;
        overflow: hidden;
    }

    .services-section::before{
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #2d2070;
        top: 0;
        left: 0;
        opacity: .4;
    }

    .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%;
        }



    /* footer ================================================== */

    footer{
        background-color: #181818;
        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{
        font-size: 17px;
        font-weight: 600;
        margin-bottom: 15px;
        font-family: 'Prompt';
        color: #ff1e06;
        text-transform: uppercase;
    }

    .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: #fff;
    font-size: 18px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0f1442;
    border-radius: 100px;
    }

    .flex-box-list ul li{
        margin-bottom: 10px;

    }

    .flex-box-list ul li a{
        color: #ffffffd3;
        transition: .3s ease;
        font-size: 16px;
        display: flex
    ;
        align-items: baseline;
        font-family: 'Prompt';
        font-weight: 300;
    }

    .flex-box-list ul li {
        color:#f5f5f1b3;
        transition: .3s ease;
        font-size: 13px;
    }

    .flex-box-list ul li a i{
        color: #f6a201;
        padding-right: 6px;
        font-size: 8px;
        position: relative;
        top:-3px;
    }

    .flex-box-list ul li a:hover{
        color: #fff;
    }

    .pdd-07{
        padding-left: 0px;
    }


    .sclmdia{

    }

    .sclmdia a{
        color: #ffffff99;
        font-size: 17px;
        transition: .3s ease;
        padding: 0px 8px;
    }

    .sclmdia a:hover{
        color: #ff1e06;
    }


/* 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: #181818;
        padding: 15px 0px;
        border-top: 1px solid #5555554a;
    }
    
    .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;
        margin-bottom: 15px;
        font-family: 'Inter Tight';
    }

    .abts-ftr p {
        color: #f5f5f1b3;
        font-size: 15px;
        margin-bottom: 25px;
        padding-right: 30px;
    }

    .flex-box-list ul li p{
        color: #ffffffd3;
        transition: .3s ease;
        font-size: 16px;
        display: flex
    ;
        align-items: baseline;
        font-family: 'Prompt';
        font-weight: 300;
   
    }

    .flex-box-list ul li p span{
        display: block;
        margin-top: 10px;
        color: #fff;
        font-size: 14px;
    }

    .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 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .cnter-reserv  ul{
        list-style: none;
        padding: 0px;
        margin: 0px;
        display: flex;
        gap: 17px;
    
    }

    .cnter-reserv  ul li{

    }

    .cnter-reserv  ul li a{
        color: #f5f5f1b3;
        transition: .3s ease;
        font-size: 13px;
    }


    .cnter-reserv p{
        font-size: 11px;
    color: #d3d3d3;
    }
    .cnter-reserv p a img{
        width: 65px;
    }
    .row-footer{
        margin-bottom: 50px;
    }

    .pdl303{
        padding-left: 45px;
    }
    .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: 3px;
        background-color: #0f1681
        
    }


    .ham span:nth-child(2){
        margin: 6px 0px;
    }

    /* mobile menu --------------------------------- */

    .overlay-bx{
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #000;
        top: 0;
        left: 0;
        transition: .3s ease;
        z-index: 999999;
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
        display: none;
    }

    .showoverlay{
        opacity: .6;
        visibility: visible;
    }
    .mobile-menu{
        background: #fff;
        padding: 30px;
        position: fixed;
        top: 0;
        right: 0;
        width: 310px;
        height: 100%;
        z-index: 99999999;
        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: #2d2070;
        width: 100%;
        height: auto;
    }

    .showmbmenu{
        transform: translateX(0px); 
        transition: .3s ease;

    }

    .mob-main_nav_menu{
        list-style: none;
        padding: 0px;
        margin: 0px;
        overflow: scroll;
        overflow-x: hidden;
        height: 66vh;
    }

    .mob-main_nav_menu::-webkit-scrollbar{
        display: none;
    }

    .mob-list_nav_a{
        padding: 16px 0px;
        display: block;
        color: #000000;
        font-size: 16px;
        font-weight: 400;
        position: relative;
        font-family: 'GothamBook';
        border-bottom: 1px solid #0000000f;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .mob-list_nav_a i{
        font-size: 9px;
    }


    .header-title-mob{
        margin-bottom: 30px;
        padding-bottom: 0px;
        border-bottom: 1px solid #ffffff30;
    }

    .mob-nav-social{
        display: flex;
        align-items: center;
        margin-top: 20px;
    }

    .mob-nav-social a {
        color: #2d2070;
        display: flex;
        height: 35px;
        background: #fff;
        border-radius: 50px;
        align-items: center;
        justify-content: center;
        margin-right: 20px;
    }

    .header-title-mob h3{
        color: #535353;
        font-size: 16px;
        font-weight: 400;
    }

 
      
  @keyframes marquee{
    0%{ transform: translateX(0)}
    100%{transform: translate(-50%)}
    }
    .tech-i {
        width: 100%;
    }
    .tech-i img{
        width: 100%;
        height: 66px;
        object-fit: contain;
    }


    /* membership ============================ */

    .aboutus-sectin-home-3{
        padding: 70px 0px;
        background-color: #f7f9fa;
    }

    .mbr-content-iner h3{
        text-align: center;
        margin-bottom: 50px;
        font-size: 26px;
        color: #000;
        font-family: 'Inter Tight';
    }

    .benefits{

    }

    .benefits ul{
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0px;
        gap: 22px;
    }

    .benefits ul li{
        width: 31.3%;
        background: #fff;
        padding: 34px;
        color: #000;
    }

    .membersec-mvd{
        padding: 70px 0px;
    }

    .mmbr-hdr h3{
        text-align: center;
        margin-bottom: 50px;
        font-size: 26px;
        color: #000;
        font-family: 'Inter Tight';
    
    }

    .member-il ul{
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0px;
        gap: 22px;
        justify-content: center;
    }

    .member-il ul li{
        padding: 0px 40px;
        width: 18%;
    }

    .member-il ul li img{
        width: 100%;
    }


    /* governes =================================== */


    .gvrns-home-content-iner{
        padding-right: 50px;
    }


    .gvrns-home-content-iner h3 {
        font-size: 2rem;
        color: #000;
        font-weight: 600;
        line-height: 1.2;
        margin-bottom: 30px;
        font-family: 'Inter Tight';
    }
    

    .gvrns-home-content-iner h4 {
        font-weight: 500;
        font-size: 18px;
        margin-bottom: 17px;
        color: #000;
    }

    .gvrns-home-content-iner p {
        font-size: 16px;
        color: #000;
        font-family: 'SFUIDisplay-Regular';
        line-height: 1.4;
        margin-bottom: 20px;
    }

    .icon-srv1{
        position: relative;
    }
    .rowc{
        padding: 0px;
    }
    .icon-srv-mn{
        text-align: center;
    }
    .gvrns-home-content-iner img{
        width: 100px;
        aspect-ratio: 1 / 1.23;
        object-fit: cover;

    }
    .icon-srv-mn img {
        width: 172px !important;
        height: auto !important;
        object-fit: contain !important;
        border-radius: 0px !important;
        border: none !important;
    }
    .srv--conternt1 label {
        color: #c41405 !important;
        font-size: 12px;
        text-transform: uppercase !important;
        font-family: 'Prompt' !important;
    }
    .srv--conternt1 span {
        color: #333333;
        font-size: 15px;
        margin: 10px 0px;
        display: block;
    }
    .icon-srv1{
        text-align: center;
    }
    .srv--conternt1{
        text-align: center;
        margin-top: 10px;
        padding: 0px 0px !important;
    }

    .gvrns-home-content-iner.row {
        justify-content: center;
    }
    .col-mmbr1 {
        width: 200px;
        padding: 10px;
        max-width: 200px;
    }
    .srv--conternt1 label{
        font-family: 'Prompt';
        color: #000;
        text-transform: capitalize;
    }
    .icon-srv1 img{
        width: 115px;
        aspect-ratio: 1 / 1.23;
        object-fit: cover;
    }

    .abts-home-content-iner{
        padding-left: 50px;
    }
    .box-set-img img{
        width: 100%;
        border-radius: 10px;
    }

    .gvrns-home-content-iner p img{
        width: 100%;
    }

    .gvrns-home-content-iner ul{
        list-style: none;
        padding: 0px;
        margin-bottom: 30px;
    }

    .gvrns-home-content-iner ul li{
        margin-bottom: 10px;
        font-family: 'Inter Tight';
        color: #565656;
        display: flex;
        align-items: baseline;
        gap: 10px;
        position: relative;
        padding-left: 27px;
        font-size: 15px;
    }

    .gvrns-home-content-iner ol{
        list-style: none;
        padding: 0px;
        margin-bottom: 30px; 
    }

    .gvrns-home-content-iner ol li{
        margin-bottom: 10px;
        font-family: 'Inter Tight';
        color: #565656;
        display: flex;
        align-items: baseline;
        gap: 10px;
    }

    .gvrns-home-content-iner ol li::before{
        font-family: "Font Awesome 5 Free";
        content: "\f00c";
        vertical-align: middle;
        font-weight: 900;
        width: 20px;
        height: 20px;
        background: #2d2070;
        color: #fff;
        border-radius: 100px;
        font-size: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        top: -2px;
        padding-top: 1px;
    }


    .gvrns-home-content-iner ul li{
        margin-bottom: 10px;
        font-family: 'Inter Tight';
        color: #565656;
        display: flex;
        align-items: baseline;
        gap: 10px;
    }

    .gvrns-home-content-iner ul li::before{
        font-family: "Font Awesome 5 Free";
        content: "\f00c";
        vertical-align: middle;
        font-weight: 900;
        width: 18px;
        height: 18px;
        background: #2d2070;
        color: #fff;
        border-radius: 100px;
        font-size: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 1px;
        padding-top: 1px;
        left: 0;
    }

    .gvrns-home-content-iner p strong{
        font-size: 21px;
        margin-top: 33px;
        display: inline-block;
    }

    .gvrns-home-content-iner ul li a{
        color: #2d2070;
        border-bottom: 1px solid #2d2070;
    }

    .adlnks-b a{
        display: block;
        color: #2d2070;
        border-bottom: 1px solid #2d2070;
        max-width: fit-content;
        margin-bottom: 10px;
    }

    .explore-more-bx{
        background: #fffded;
        padding: 30px;
        display: none;
    }


    /* news and events =========================== */

    .col-bx-sc{
        padding: 20px;
        margin-bottom: 20px;
    }


    /* contact us page ------------------------------ */
    .contactddt-box{
        padding: 70px 0px;
    }

    .contact-bxsection{
        padding: 40px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        position: relative;
        border-radius: 10px;
        height: 100%;
        background: #edf0f5;
    }

    .cnthdesde{
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: solid 1px #8d8d8d;
    }

    .cnthdesde h3{
        font-size: 25px;
        color: #e36703;
        font-family: 'Inter Tight';
        font-weight: 500;
    }


    .list-ddtcnt{

    }

    .list-ddtcnt ul{
        list-style: none;
        padding: 0px;
        margin: 0;
    }

    .list-ddtcnt ul li{
        margin-top: 12px;
        display: flex;
        align-items: baseline;
    }

    .list-ddtcnt ul li span{
        color: #303334;
        font-family: 'Inter Tight';
        font-weight: 500;
        display: block;
        width: 30%;
    }

    .list-ddtcnt ul li a{
        width: 90%;
        color: #181818;
        font-family: 'Inter Tight';
        font-weight: 500;
    }

    .list-ddtcnt ul li a i{
        width: 30px;
        height: 30px;
        background: #2d20702b;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100px;
        font-size: 13px;
    }

    .list-ddtcnt ul li p {
        width: 90%;
        color: #2d2070;
        font-family: 'SFUIDisplay-Medium';
        font-weight: 500;
    }

     .flxli {
        display: flex;
            align-items: center;
            gap: 12px;
    }
    .flxli a{
        width: 30px;
        height: 30px;
        border-radius: 100px;
        background: #fcfcfc;
        align-items: center !important;
        justify-content: center;
    }
    .flxli a i{
        padding: 0px !important;
    }
    .cmiocn{
        width: 51px;
    }

    .cmiocn svg{
        width: 100%;
        fill: #181818;
    }

    .hdex{
        font-size: 17px;
        color: #000;
        margin-bottom: 15px;
        font-weight: 500;
    }

    .explore-more-bx a{
        font-size: 18px;
        color: #000;
        display: block;
        margin-bottom: 20px;
        font-family: 'SFUIDisplay-Regular';
        line-height: 1.2;
        border-bottom: 1px solid #00000021;
        padding-bottom: 10px;
        transition: .3s ease;
    }

    .explore-more-bx a:hover{
        color: #2d2070;
    border-bottom: 1px solid #2d2070;
    }

    .viewmap{
        font-size: 17px;
        font-weight: 500;
        display: block;
        margin-top: 20px;
        color: #2d2070;
    }

.jpscbetw{
    justify-content: space-between;
}
    .mvdbx{

    }

    .col-bg-sec{
        margin: auto;
    }

    .headerbd{
        text-align: center;
        margin-bottom: 30px;
    }

    .headerbd h3{
        font-size: 25px;
        color: #2d2070;
        font-weight: 600;
    }


    .box-flex-a{
        display: flex;
        align-items: center;
        gap: 12px;
        margin-top: 40px;
        padding-left: 50px;
    }

    .box-flex-a a{
        padding: 9px 29px;
        border-radius: 0px 10px 0px 10px;
        color: #fff;
        height: 46px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .box-flex-a a:nth-child(1){
        background: #2c3c4c;
        animation:  animebtn1 2s linear infinite;
    }
    .box-flex-a a:nth-child(2){
        background: #25d366;
        animation:  animebtn2 2s linear infinite;
    }

    .box-flex-a a svg{
        width: 100%;
        height: 100%;
        fill: #fff;
        
    }

    @keyframes animebtn1 {
        0%{    background: #2c3c4c;}
        20%{    background: #5c748d;}
        40%{    background: #2c3c4c;}
        60%{    background: #5c748d;}
        100%{    background: #2c3c4c;}
    }

    @keyframes animebtn2 {
        0%{    background: #25d366;}
        20%{    background: #86f5af;}
        40%{    background: #25d366;}
        60%{    background: #86f5af;}
        100%{    background: #25d366;}
    }

@media screen and (max-width:1400px) {
    .container-port{
        width: 90%;
    }
}
@media screen and (max-width:1400px) {
.container-port-xl{
    width: 100%;
}
.list_nav_a{
    font-size: 12px;
}
.main_nav_menu{
    gap: 15px;
}
.navigation_lists {
    margin-left: 50px;
}
}

@media screen and (max-width:1200px) {
    .navigation_lists{
        margin-left: 50px;
    }
}

@media screen and (max-width:1098px) {
    .list_nav_a{
        margin: 0px 10px;
    }
}

@media screen and (max-width:1159px) {
    .navigation_lists{
        display: none;
    }
    .list-info ul{
        flex-wrap: wrap;
    }
    .menu-item-has-children::before{
        right: 0px !important;
    }
    .chat_flex_box{
        display: flex;
    }

    .list-info ul li{
        margin: 10px;
    }
    .chat_flex_box{
        align-items: center;
    }
    .ham{
        display: flex !important;
    }

    .mobile-menu{
        display: block;
    }
    .overlay-bx{
        display: block;
    }

    .drp-submenu{
        position: unset;
        position: unset;
        opacity: 1;
        width: 100%;
        display: none;
        transition: unset;
    }
    .drp-submenu{
        visibility: visible !important;
        pointer-events: all !important;
    }
    .sub-menu {
        position: unset !important;
        width: 100%;
        background: #fff;
        opacity: 1;
        visibility: visible;
        transition: unset !important;
        pointer-events: all;
        display: none;
        padding-left: 0px !important;
    }
}

@media screen and (max-width:1073px) {
    .navigation_lists {
        margin-left: 50px;
    }
    .bx-right:nth-child(1){
        display: none;
    }
    .hdrscmd{
        display: none;
    }
}

@media screen and (max-width:991px) {
    .logo img {
        width: 300px;
    }
    .box--header-title ul li{
        width: 100%;
    }
    .box-set-img{
        margin-top: 35px;
    }
    .gvrns-home-content-iner{
        padding-right: 0px;
    }
    .mbt30{
        margin-bottom: 30px;
    }
    .explore-more-bx{
        margin-top: 30px;
    }
    .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;
    }
    .contact-support{
        display: none;
    }

    .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;
    }

    .social-lists{
        display: none;
    }
    .member-il ul li {
        padding: 0px 10px;
        width: 18%;
    }
    .box-flex-a{
        padding-left: 0px;
    }
    .abts-home-content-iner{
        padding-left: 0px;
    }
    .latestupdatessect{
        margin-top: 60px;
    }
    .pdl303{
        padding-left: 15px;
    }

    .center-row1 .col-lg-12{
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }
}



@media screen and (max-width:867px) {
.benefits ul li{
    width: 48%;
}
}

@media screen and (max-width:767px) {
    .box--header-title ul li{
        width: 47%;
    }
    .box--header-title{
        margin-bottom: 30px;
    }

    .banner-content-xc h3{
        font-size: 6vw;
    }
    .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: 40px;
        padding-left: 0px;
    }
    .contactddt-top{
        gap: 15px;
    }
    .contactddt-top a{
        font-size: 13px;
    }
    .contactddt-top p{
        font-size: 13px;
    }
    .sbt a{
        font-size: 12px;
    }
    .aboutus-sectin-home{
        clip-path: polygon(50% 3%, 100% 0, 100% 99%, 0 100%, 0 0);
    }
}

@media screen and (max-width:675px) {
    .contactddt-top {
        display: none;
    }
    .benefits ul li{
        width: 100%;
    }
    .member-il ul{
        gap: 8px;
    }
    .member-il ul li {
        padding: 0px 10px;
        width: 22%;
    }
    .container-port {
        width: 98%;
    }
}

@media screen and (max-width:575px) {
    .ham span:nth-child(2) {
        margin: 4px 0px;
    }
    .ham {
        width: 45px;
    }
    .ham span {
        height: 2px;
        background-color: #c41405;
    }
    .banner-content-xc p{
        font-size: 15px;
    }
    .chat_box {
        border-radius: 0px 14px;
        padding: 11px 9px;
        font-size: 10px;
        width: 100px;
        text-align: center;
    }
    .link-siblings a:nth-child(1){
        padding: 13px 29px;
    border-radius: 0px 17px;
    font-size: 14px;
    }
    .prtnr-img img{
        padding: 10px;
        height: 86px !important;
    }
    .abts-home-content h3{
        font-size: 25px;
    }
    .abts-home-content h4{
        font-size: 16px;
    }
    .abts-home-content p {
        font-size: 14px;
    }
    /* .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;
    }

    .mobile-menu{
        /* background-color: #100e95; */
        background-blend-mode: inherit;
    }
    
.contact-support{
    display: none;
}
.chat_box{
    padding: 11px 9px;
    font-size: 10px;
}
.ham{
    margin-left: 12px;
}
.flex-cnnt-box a{
    font-size: 3.3vw;
}
    .list-info ul li{
        width: 44%;
    }
    .logo img {
        width: 200px;
    }

.logo {
   /* position: absolute;
    top: 35px;*/
    background: #fff;
    padding: 5px;
   /* border-radius: 56px;
    width: 86px;
    height: 87px;*/
}



    .logo a {
        width: 74px;
        display: block;
    }
    .container-port-xl{
        padding: 0px 13px;
    }
    .header_container{
        padding: 0px;
    }
}
    .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: 12vw;
    }

    .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 h3{
        font-size: 11vw;
    } */

    .abts-home-content {
        margin-top: 0px;
    }
    .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%;
    }
    .list-ddtcnt ul li{
        flex-direction: column;
    }
}

.active-tab{
    color: #cb1b0c !important;
}


.swiper-header{
    pointer-events: none !important;
}



.float-chat{
    position: fixed;
    left: 10px;
    bottom: 20px;
    z-index: 999;
}

.float-chat a{
    display: flex;
    width: 38px;
    height: 38px;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin: 7px 0px;
    color: #fff;
    font-size: 18px;
}
.float-chat a:nth-child(1) {
    background: rgb(45, 32, 112);
}
.float-chat a:nth-child(2){background: #25d366;}

.float-chat a:nth-child(4){    background: #000;}

.float-chat a:nth-child(3){    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);}
.float-chat a:nth-child(5){    background: #000;}

.float-chat a:nth-child(6){    background: #0077B5;}
.float-chat a:nth-child(7){    background: #1877F2;}
.float-chat a svg{
    width: 100%;
    fill: #fff;
}

.lglink{
    display: block;
}




/* vision and mission */

.vmsv-cotaniner{
    text-align: center;
    padding: 20px;
    background:#fff;
    border-radius:15px;
    border: solid 1px #e9eff7;
    margin-top:25px;
}
.vmsv-cotaniner span{
    width: 50px;
    height: 50px;
    margin: auto;
    float: left;
    position: absolute;
    left:-22px;
    right: 0;
}



.vmsv-cotaniner span svg{
    width: 100%;
    height: 100%;
}   
.vmsv-cotaniner h3{
    font-size: 29px;
    font-weight: 600;
    color: #e96309;
    font-family: 'Inter Tight';
    margin-top:5px;
}

.vmsv-cotaniner p{
    font-size: 17px;
    color: #505050;
    font-family: 'SFUIDisplay-Regular';
    line-height: 28px;
}

.brd-btm{
    width: 56px;
height: 3px;
margin: auto;
background: #6b4295;
margin-bottom: 20px;
margin-top: 10px;
}

@media screen and (max-width:767px) {
    .col-bxlsd{
        margin-bottom: 20px;
    }
    .gvrns-home-content-iner table tbody tr td p strong{
        font-size: 14px;
        margin: 0px;
    }
    .gvrns-home-content-iner table tbody tr td p{
        font-size: 14px;
        margin: 0px;
    }

    .gvrns-home-content-iner table tbody tr td{
        padding: 5px;
        margin: 0px;
        height: auto;
    }
}


.banner-section-box1{
    display: none;
}

@media screen and (max-width:575px) {
    .banner-section-box1{
        display: block !important;
    }

    .gvrns-home-content-iner table{
        width: 100% !important;
    }
    .col-mmbr1{
        width: 50%;
        padding: 5px !important;
    }
    .srv--conternt1 h3{
        font-size: 13px !important;
    }
    .banner-content img {
        width: 100%;
        height: 500px;
        object-fit: cover;
    }
    .srv--conternt1 span:nth-child(2){
        font-size: 12px !important; 
    }
    .srv--conternt1{
        padding: 0px 6px !important;
        margin-top: 10px;
    }
    .inener-banner-cc{
        height: 217px;
    }
    .banner-iner-text{
        top: 26px;
    }

    .gvrns-home-content-iner .col-lg-12 .col-mmbr1{
        width: 75% !important;
        margin: auto;
    }
    .col-bg-sec{
        margin: unset;
    }
    .srv--conternt1 span:nth-child(4) {
        color: #575757;
        font-size: 10px !important;
        line-height: 1.2;
        display: block;
    }

    .colpdnone{
        padding: 0px;
    }
}


.rowdisable{
    display: block;
}

.coldis{
    max-width: 400px;
    float: left;
    display: block;
    margin-right: 40px;
    margin-bottom: 40px;
    z-index: 5;
}
.coldis .box-set-img{
    position: relative;
}
/* .coldis .box-set-img::before{
    content: '';
    position: absolute;
    width: 86%;
    height: 30%;
    bottom: -3px;
    left: 8px;
    transform: rotate(-2deg);
    background: #00000042;
    filter: blur(3px);
} */



.bxdis{
    padding: 0;
}

.cs100{
    max-width: 100%;
}
.bxdis p:nth-child(2){
    display: none;
}
.bxdis p:nth-child(3){
    font-size: 28px;
    color: #6b4295;
    font-weight: 600;
}

.bxdis p {
    font-size: 15px;
    color: #000;
    font-family: 'SFUIDisplay-Regular';
    line-height: 23px;
    margin-bottom: 20px;
    /* text-align: justify; */
}


.pstdt{
    margin-top: 30px;
    text-align: center;
    background: #6b4295;
    padding: 10px 0px;
    border-radius: 0px 0px 10px 10px;
}

.pstdt h3{
    color: #fff;
    font-size: 21px;
    font-weight: 500;
}

.pstdt span{
    display: none;
}

.pstdt label{
    color: #fff;
    font-size: 14px;
    margin: 0px;
}
@media screen and (max-width:1200px) {
.banner-content-xc h3{
    font-size: 2.3rem;
}
}


@media screen and (max-width:991px) {
    .box-wht-sst {
        margin-top: 74px;
    }
    .col-bb-bottom {
        padding: 15px;
        width: 50%;
    }
    .cnter-reserv{
        flex-direction: column;
        justify-content: center;
        gap: 15px 0px;
    }
    
}

@media screen and (max-width:767px) {
    .coldis {
        max-width: 100%;
    }
    .bxdis p {
        font-size: 15px;
        color: #3b3b3b;
    }
    .abts-home-content{
        margin-top: 0px;
    }
    .col-bb-bottom {
        padding: 15px;
        width: 100%;
    }
}

@media screen and (max-height: 575px) {
   .banner-content img{height: 650px;}
}

@media screen and (max-width: 575px) {
    .banner-content-xc h3 {
        font-size: 7vw;
        padding-right: 0;
        line-height: 1.3;
    }
    .header-nws h3{
        font-size: 25px;
        font-weight: 600;
    }
    .box-upc-header h3{
        font-size: 25px;
        font-weight: 600;
    }
    .banner-iner-text h1{
        font-size: 24px;
        line-height: 1;
    }
    .lin-path a{
        font-size: 11px;
    }
    .lin-path {
        margin-bottom: 18px;
    }

    .gvrns-home-content-iner h3{
        font-size: 25px;
        font-weight: 600; 
    }
    
}


.modal{
    z-index: 99999999999 !important;
}

#privacy_modal .modal-dialog-centered{
    max-width: 900px;
}

.modal_text_container h1{
    color: #000;
    font-size: 23px;
    margin-bottom: 18px;
}

.modal_text_container h2{
    color: #000;
    font-size: 17px;
    margin-bottom: 7px;
    margin-top: 24px;
}

.modal_text_container p{
    margin-bottom: 10px;
    font-size: 15px;
}

.modal_text_container ul li{
    margin-bottom: 10px;
    font-size: 15px;
}
.banner-iner-text{

    position: relative;
    display: inline-block;
    /*top: 61px;*/
    width: 100%;
}

.banner-section-box2{

}

@media screen and (max-width:(575px)) {
    .link_to_show{
        flex-wrap: wrap;
        gap: 9px;
    }
    .banner-content picture img{
        height: 650px;
    }
}


@media screen and (max-height:780px) {
    .banner-content img{
        height: 600px !important;
        min-height: unset !important;
    }
}
@media screen and (max-width:1200px) {
.aboutus-sectin-home{
    clip-path: polygon(50% 3%, 100% 0, 100% 99%, 0 100%, 0 0);
}
}