@charset "utf-8"; /*	--------------------------------------------------
Font Setup
-------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Funnel+Display:wght@300..800&family=Italiana&family=Libre+Caslon+Text:ital,wght@0,400;0,700;1,400&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Outfit:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Share+Tech&family=Space+Grotesk:wght@300..700&family=Spline+Sans:wght@300..700&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&family=Unbounded:wght@200..900&display=swap');
@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=Nanum+Gothic+Coding&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Cantata+One&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap'); @import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&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&display=swap'); /*	--------------------------------------------------


Generic CSS Setup
-------------------------------------------------- */
html {
    width: 100%;
    height: 100%;
    background: #fff;
    scroll-behavior: smooth;
}

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: #726d7b;
    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: #726d7b;
    margin: 0 0 0 0px;
    padding: 0 0 0 0px;
    border: none;
}

a {
    text-decoration: none !important;
}

* {
    outline: none;
}

body {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

/* section cut padding */
/* header ============================================================== */
.top-header--panel {
    background: #f6a201;
    padding: 7px 0px;
}

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

header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    /* box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15); */
    /* background: #000000;
background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); */
    transition: .3s ease;
    background-position: bottom;
    background: #ffc4c000;
    /* backdrop-filter: blur(10px); */
    border-bottom: 1px solid #ffffff59;
}
.fancybox-slide{
    z-index:99999999999999;
}
.scrolled {
    background-color: #6088a9;
    background-image: url('../images/home/about_us/footer.webp');
    background-position: bottom;
    background-size: cover;
}

.header_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 15px 0px; */
    /* border-bottom: 1px solid #d9d9d9; */
    /* border-bottom: 1px solid #d9d9d91f; */
}

.header_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
    /* padding-right: 196px; */
}

.cnttab {
}

.flexalng {
    display: flex;
    gap: 20px;
}

.bxaf a {
    color: #000;
    font-family: 'Manrope';
    font-size: 17px;
    display: flex ;
    gap: 7px;
    align-items: center;
    font-weight: 600;
}

.cntspc {
    text-transform: uppercase;
    font-family: 'artegra-medium';
    color: #dc1a1a;
    font-size: 11px;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 4px;
    font-weight: 700;
}

.bxaf i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: flex ;
    align-items: center;
    justify-content: center;
    background: #4dace5;
    color: #fff;
}

.bxtpheader {
    display: flex;
    align-items: center;
    gap: 66px;
}

.igcnt {
    display: flex ;
    align-items: center;
    gap: 12px;
}

.igcnt a {
    color: #ffff;
    padding: 13px 19px;
    display: block;
    border-radius: 6px;
    font-family: 'Inter Tight';
    text-transform: uppercase;
    font-size: 14px;
    background: linear-gradient(177deg, rgba(46, 49, 142, 1) 0%, rgba(76, 158, 221, 1) 100%);
    font-weight: 600;
    background: #2e318e;
}

.igcnt a i {
    font-size: 19px;
    position: relative;
    top: 2px;
    padding-left: 4px;
}

.cart {
    position: relative;
}

.cart i {
    font-size: 19px;
    color: #000;
}

.srch i {
    font-size: 19px;
    color: #000;
}

.login i {
    font-size: 19px;
    color: #000;
}

.cart span {
    position: absolute;
    width: 18px;
    height: 18px;
    background: #dc1a1a;
    display: flex ;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: #fff;
    font-size: 11px;
    top: -8px;
    right: -12px;
}

.container-port-xl {
    padding: 0px 15px;
    width: 1480px;
    margin: auto;
}
.container-port-xlx{
        padding: 0px 15px;
        width: 99%;
        margin: auto;
}
.logo {
    flex: 0 0 auto;
    text-align: center;
}

.logo a {
    font-family: 'Inter Tight';
    color: #000;
    font-weight: 600;
    font-size: 19px;
    /* position: absolute; */
    top: 0;
    left: 0;
}

.logo img {
    width: 226px;
    /* padding: 5px 0px; */
}

.navigation_lists {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.box-sldnav {
    background: linear-gradient(177deg, rgba(46, 49, 142, 1) 0%, rgba(76, 158, 221, 1) 100%);
}

.main_nav_menu {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 29px;
}

.lgog {
    display: flex ;
    align-items: center;
    justify-content: end;
    gap: 7px;
}

.lgog a {
    color: #fff;
    font-family: 'Manrope';
    display: flex ;
    align-items: center;
    gap: 8px;
}

.list_nav_a {
    display: block;
    color: #ffffff;
    font-size: 15px;
    transition: .3s ease;
    font-weight: 600;
    font-family: 'Unbounded';
    padding: 28px 0px;
    /* border-top: 3px solid #f5b20500; */
}

.dprelative {
    position: relative;
}

.obr {
    position: absolute;
    width: 100%;
    background: #fff;
    height: 39px;
    top: -14px;
    left: 0;
    opacity: 0;
}

.submenu {
    position: absolute;
    background: #fff;
    padding: 22px;
    width: 294px;
    left: 0;
    top: 60px;
    border-radius: 10px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-6px);
    transition: .3s ease;
}

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

.submenu ul li {
    border-bottom: 1px solid #0000001f;
    padding-bottom: 12px;
    margin-bottom: 12px;
    transition: .3s ease;
    transform: translateY(-6px);
    opacity: 0;
    visibility: hidden;
}

.submenu ul li a {
    color: #000000;
    font-size: 14px;
    transition: .3s ease;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Inter Tight';
    letter-spacing: 1px;
}

.submenu ul li:last-child {
    padding-bottom: unset;
    margin-bottom: unset;
    border-bottom: none;
}

.dprelative:hover>.submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0px);
}

.dprelative:hover>.submenu ul li {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.toplft {
    display: flex ;
    align-items: center;
    justify-content: end;
    border-bottom: 1px solid #00000026;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-top: 20px;
    gap: 20px;
}

.toplft a {
    font-family: 'Manrope';
    color: #fff;
    padding: 4px 20px;
    font-size: 15px;
}

.toplft a:nth-child(1) {
    background: #c39860;
}

.toplft a:nth-child(2) {
    background: #29262f;
    display: none;
}

.sclml {
    display: flex ;
    align-items: center;
    justify-content: start;
    border-bottom: 1px solid #00000026;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-top: 29px;
    gap: 20px;
}

.sclml a {
    font-family: 'Manrope';
    font-size: 14px;
    color: #000;
}

.list_nav_a:hover {
    color: #32d7ff;
}

.list_nav_menu {
    /* padding: 18px 0px; */
    border-bottom: 2px solid #ffffff00;
}

.activetab {
    color: #ffb905;
    position: relative;
}
.activetab::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.drparent {
}

.sub-menu {
    position: absolute;
    background: #fff;
    top: 122px;
    border-top: 3px solid #ffffff;
    padding: 10px 20px;
    margin: 0px;
    list-style: none;
    width: 389px;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: .3s ease;
    display: flex ;
    flex-wrap: wrap;
}

.sub-menu ul {
}

.sub-menu li {
    width: 47%;
}

.sub-menu li a {
    text-transform: capitalize;
    font-family: 'Manrope';
    color: #53534A;
    display: block;
    padding: 9px 0px;
    transition: .3s ease;
    font-size: 15px;
}

.sub-menu li a:hover {
    color: #bd9860;
}

.sub-menu li:last-child a {
    border-bottom: none !important;
}

.drparent:hover>.sub-menu {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}

.chat_flex_box {
    display: flex;
    margin-left: 50px;
}

.home-h {
    position: relative;
}

.home-h2::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    left: 4%;
    top: 22%;
    transform: rotate(315deg) translate(-50%, -50%);
}

.bx-a {
    display: flex;
    justify-content: center;
}

.bx-a label {
    margin: 0px;
    color: black;
}

.contact-support {
    margin-right: 30px;
    display: flex;
    align-items: center;
}

.contact-support span {
    display: block;
    font-family: 'Inter Tight';
    font-size: 13px;
    color: #fffc;
}

.call-icon-sprt {
    width: 20px;
    margin-right: 10px;
}

.call-icon-sprt svg {
    width: 100%;
    height: auto;
}

.contact-support a {
    color: #ffffff;
    font-family: 'Inter Tight';
    font-size: 16px;
    margin-top: -2px;
    display: block;
}

.chat_box {
    font-family: 'Unbounded';
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    line-height: 1.2em;
    letter-spacing: 0;
    word-spacing: 0;
    color: #011b3c;
    padding: 17px 20px;
    /* border-radius: 100px; */
    white-space: nowrap;
    border: 1px solid #ffb905;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #ffb905;
    position: absolute;
    right: 0;
    top: 15px;
    justify-content: center;
    width: 185px;
    border-radius: 3px;
}

.chat_box svg{
    width: 17px;
}

/* banner section ====================================================== */
.bannerbgvid {
    width: 100%;
    height: 100vh;
}

.bannerbgvid video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-section-box {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.imgbanner {
    /* position: absolute; */
    width: 100%;
    height: 100%;
}

.imgbanner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bx {
    display: flex;
}

.bottomcurve {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 60%;
    z-index: 3;
    /* display: none; */
    left: 50%;
    transform: translate(-50%, 86%);
}
.bottomcurve img{
    width: 100%;
}
.objcnt{
    
position: fixed;
    
right: 70px;
    
height: 70px;
    
z-index: 100;
    
color: #fff;
    
bottom: 0px;
    
background: #FFF7E1;
    
background: linear-gradient(270deg, rgb(255 255 255 / 13%) 0%, rgba(255, 247, 225, 0) 100%);
    
padding: 20px 29px;
    
height: 70px;
    
text-align: left;
transition: .3s ease;
}

.scrlcls{

background: linear-gradient(270deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 79%, rgba(0, 0, 0, 0) 96%) !important;
}
.objcnt a{
    
color: #fff;
    
/* writing-mode: sideways-lr; */
    
text-orientation: mixed;
    
display: flex;
    
align-items: center;
    
gap: 12px;
    
font-family: 'Unbounded';
}

.objcnt p{
    
color: #ffb905;
    
margin: 0;
    
font-family: 'Unbounded';
}
.hidebnr {
    display: none !important;
}

.capdtbg {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999999;
    display: flex;
    align-items: end;
    padding-bottom: 230px;
    background-image: linear-gradient(180deg, #011b3c4a 45%, rgb(8 9 13));
    background-image: url('../images/home/slider/overlay-bg2.png');
    background-position: top;
    background-size: cover;
    background-color: #011b3c4a;
    pointer-events: all;
}

.capdtbg .container-port-xlx{
        margin: 0px auto;
}

.banner-section-box::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
    /* background: #2E318E;
    background: linear-gradient(97deg, rgb(3 5 75) 0%, rgb(3 5 75 / 0%) 100%); */
    background: #00000082;
    pointer-events: none;
}

.banner-parent .row {
    justify-content: center;
}

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

.banner-parent {
    position: relative;
    z-index: 30;
}

.container-port {
    width: 1350px;
    margin: auto;
    padding: 0px 30px;
}

.banner-content-xc {
    overflow: hidden;
    text-align: center;
}

.banner-content-xc span img {
    width: 126px;
    border: 1px solid #ffffff9e;
    height: 136px;
    object-fit: contain;
    margin-bottom: 20px;
}

.banner-content-xc span {color: #ffb905;font-style: italic;/* border-bottom: 2px solid #ffb905; *//* border-top: 2px solid #ffb905; *//* margin: auto; */margin-bottom: 11px;margin-top: 11px;/* display: block; */max-width: fit-content;}

.banner-content-xc h3 {
    color: #ffffff;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 4vw;
    font-weight: 700;
    line-height: 1;
    /* text-align: center; */
    font-family: "Unbounded", sans-serif;
}

.banner-content-xc p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    line-height: 1.4em;
    letter-spacing: 0;
    word-spacing: 0;
    font-family: "Nanum Gothic", sans-serif;
}

.banner-content-xc a {
    display: block;
    max-width: fit-content;
    padding: 20px 30px;
    background: #ffb905;
    font-family: 'Funnel Display';
    color: #000000;
    margin: auto;
    text-transform: capitalize;
    font-weight: 700;
    margin-top: 37px;
    font-size: 16px;
    border-radius: 100px;
    position: relative;
    z-index: 5;
}

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

.link-siblings a:nth-child(1) {
    font-family: 'Euclid Regular';
    color: #fff;
    background-color: #0f1681;
    margin-right: 15px;
    padding: 15px 30px;
}

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

.banner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-wrp {
    text-align: right;
}

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

/* ---- particles.js container ---- */
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    z-index: 2;
}

/* ---- stats.js ---- */
.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13e8e9;
    font-size: 0.8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats, .count-particles {
    -webkit-user-select: none;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}

/* new and events */
.serv-updatesection {
    background-image: url('../images/home/about_us/71-home-1-2-1024x1007.webp');
    background-position: center;
    background-size: cover;
    background-color: #003950;
    background-blend-mode: color-burn;
    padding: 100px 0px;
    position: relative;
}

.serv-updatesection::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../images/home/about_us/service-1-shape-1.png');
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    opacity: .03;
    pointer-events: none;
}

.updatesection {
}

.dotpnt {
    width: 40px;
    height: 4px;
    background-color: #fff;
    border-radius: 100px;
    margin-bottom: 20px;
}

.updateslider {
    height: 100%;
}

.updatebx {
    border-radius: 15px;
    background-color: white;
    box-shadow: 0px 4px 20px 0px rgba(16, 23, 40, 0.06);
    padding: 20px;
}

.updatehdr {
    max-width: 600px;
    margin-bottom: 50px;
}

.updatehdr span {
    color: #4cabe8;
    font-family: 'Manrope';
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.updatehdr h3 {
    font-weight: 800;
    font-size: 44px;
    line-height: 1.1;
    margin-bottom: 20px;
    font-family: 'Manrope';
    color: #fff;
}

.slidernwe {
    position: relative;
    /* width: calc(100vw - ((100vw - 1300px) / 2) - 30px); */
    /* margin-left: calc((100vw - 1350px) / 2 + 30px); */
    max-width: 1300px;
    margin: auto;
}

.updatebx h3 {
    color: #000;
    font-size: 19px;
    margin-bottom: 7px;
}

.updatebx p {
    font-size: 15px;
    color: #4b4b4b;
    font-family: "Manrope", sans-serif;
}

.headernw h3 {
    font-size: 36px;
    font-weight: 600;
    color: #2e318e;
    margin-bottom: 30px;
    padding-left: 50px;
}

.newspic {
}

.bx-wrpnw {
    border-right: 1px solid #ffffff59;
    padding-right: 40px;
}

.newspic img {
    width: 100%;
    aspect-ratio: 1 / .7;
    object-fit: cover;
    border-radius: 10px;
}

.news-dta {
    margin-top: 30px;
    padding: 0px 15px;
}

.news-dta h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
    font-family: 'Poppins';
    font-weight: 600;
}

.news-dta p {
    margin-bottom: 19px;
    font-family: 'Nanum Gothic';
    color: #ffffff;
    font-size: 13px;
    line-height: 26px;
}

.news-dta a {
    color: #ffff;
    padding: 10px 20px;
    display: block;
    font-family: 'Inter Tight';
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    max-width: fit-content;
    border-radius: 100px;
    border: 2px solid #fff;
}

.news-dta a i {
    margin-left: 10px;
}

/* team page =-====================== */
.teamsection {
    padding: 100px 0px;
    background-color: #f7f7f7;
}

.tmheader h3 {
    font-weight: 800;
    font-size: 44px;
    line-height: 1.1;
    font-family: 'Manrope';
    color: #223645;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 78px;
}

.rowcent {
    justify-content: center;
    gap: 30px 0px;
}

.rowcent .col-lg-3 {
    border-right: 1px solid #0000001f;
}

.rowcent .col-lg-3:last-child {
    border: none;
}

.teambxr {
    text-align: center;
}

.tmpic {
    background-image: -webkit-linear-gradient(-96deg, #ebebeb 0%, #f2f2f2 15%, #f9f9f9 100%);
    width: 140px;
    height: 140px;
    border-radius: 200px;
    margin: auto;
    margin-bottom: 40px;
}

.tmpic img {
    width: 112px;
    border-radius: 100px;
    border: 1px solid #4eade8;
    position: relative;
    top: 36px;
}

.teambxr h3 {
    font-family: 'Manrope';
    color: #000;
    font-size: 19px;
    font-weight: 500;
}

.teambxr label {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Manrope';
    font-weight: 600;
    color: #51aae7;
}

/* programmes ------------------- */
.bx-wrp2 {
    background: #dc1a1a;
    padding: 30px;
    border-radius: 10px;
    height: 100%;
}

.abts-home-content4 h3 {
    font-size: 28px;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 14px;
    font-family: 'Phosphor';
    text-transform: uppercase;
    font-family: 'fallback';
}

.abts-home-content4 p {
    margin-bottom: 10px;
    font-family: 'Nanum Gothic';
    color: #fff;
    font-size: 15px;
    line-height: 26px;
}

/* sec sep sectin ============================== */
.glolfacpcontaienr {
    width: 40%;
}

.samplebx img {
    width: 100%;
}

.gpspc {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.col-mb30 {
    width: 50%;
}

.bxseceq {
    background-color: #fff;
    /* box-shadow: 0px 4px 30px 0px rgba(19, 74, 83, 0.05); */
    height: 100%;
    display: block;
}

.dtpcx {
    position: relative;
    height: 100%;
}

.dtpcx span {
    display: block;
    height: 100%;
}

.dtpcx span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1 / .5;
}

.flattxtcnt {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex ;
    justify-content: space-between;
    flex-direction: column;
    padding: 50px 41px;
}

.fl1 {
    background: #dc1a1a;
}

.fl2 {
    background: #4c236a;
}

.fl3 {
    background: #cb7300;
}

.fl4 {
    background: #00BCD4;
}

.flattxtcnt::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../images/home/about_us/bg-aim.png');
    background-size: contain;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: right;
    opacity: .1;
    pointer-events: none;
}

.flattxtcnt h3 {
    color: #ffffff;
    font-family: dubai;
    font-size: 30px;
    margin-bottom: 8px;
    line-height: 1.1;
}

.flattxtcnt p {
    color: #ffffff;
    font-family: 'Inter Tight';
    font-size: 16px;
    max-width: 300px;
}

.flattxtcnt a {
    background: #fff;
    max-width: fit-content;
    font-family: 'Manrope';
    color: #000;
    text-transform: uppercase;
    padding: 8px 18px;
    padding-top: 10px;
}

.bgnimg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.bgnimg img {
    height: 100%;
}

/* about us ======================================= */
.aboutus-sectin-home {
    padding: 200px 0px;
    position: relative;
    background: #f7f6fb;
}

.aboutus-sectin-home::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* clip-path: polygon(50% 8%, 100% 0px, 100% 99%, 0px 100%, 0px 0px); */
    /* background: #2e318e; */
}

.imgbs {
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.imgbs img {
    width: 100%;
    object-fit: cover;
}

.abts-home-content {
    padding-left: 50px;
}

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

.abts-home-content h3 {
    font-size: 54px;
    color: #000000;
    line-height: 1.1;
    margin-bottom: 14px;
    font-family: 'Poppins';
    font-weight: 500;
}

.txtbg {
    background-image: url('../images/bgtxtur.jpg');
    background-position: center;
    background-size: cover;
}

.hrdabt {
    margin-bottom: 21px;
}

.hrdabt h2 {
    font-size: 18px;
    font-family: 'Inter Tight';
    font-weight: 600;
    color: #006a94;
    display: flex;
    align-items: center;
    gap: 20px;
}

.linover {
    width: 59px;
    height: 2px;
    border-bottom: 1px solid #5fc0ff;
}

.abts-home-content h4 {
    font-size: 20px;
    color: #000;
    font-family: 'Manrope';
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 22px;
}

.abts-home-content p {
    margin-bottom: 24px;
    font-family: 'Nanum Gothic';
    color: #000;
    font-size: 15px;
    line-height: 26px;
}

.abts-img-hm {
}

.ourmission {
}

.pvsec {
    display: flex ;
    margin-bottom: 30px;
    gap: 17px;
    background: #ffffff0d;
    padding: 20px;
    border-radius: 11px;
    flex-direction: column;
    text-align: center;
    border: 1px solid #03A9F4;
    height: 100%;
    background: linear-gradient(177deg, rgba(46, 49, 142, 1) 0%, rgba(76, 158, 221, 1) 100%);
}

.imgb {
}

.imgb img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 80px;
    border-radius: 5px;
}

.robm {
    margin-bottom: 100px;
    gap: 15px 0px;
    justify-content: center;
}

.pvc {
}

.pvc h5 {
    color: #FFC107;
    font-size: 20px;
    font-family: 'Manrope';
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.pvc label {
    color: #fff;
    font-family: 'Manrope';
    font-size: 15px;
}

.pvc a {
    color: #fff;
    border-bottom: 1px solid #fff;
    font-family: 'Manrope';
    display: block;
    max-width: fit-content;
    margin: auto;
    margin-top: 11px;
}

.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 {
    background: #000000;
    color: #fff;
    padding: 12px 22px;
    display: flex;
    align-items: center;
    gap: 29px;
    max-width: fit-content;
    margin-top: 30px;
    border-radius: 100px;
    font-weight: 600;
    font-size: 14px;
}

.abts-home-content a i {
    position: relative;
    top: 2px;
}

.col-trm {
    padding: 10px;
}

.bxtrm a {
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.bxtrm img {
    width: 100%;
    aspect-ratio: 1 / .7;
}

.tournamentssection {
    margin-top: 80px;
}

.trmnam {
    font-family: 'Catchy Mager';
    font-size: 40px;
    text-transform: capitalize;
    color: #000;
    text-align: center;
    margin-bottom: 18px;
}

.mtop101 {
    margin-top: 50px;
}

/* sub div section ========================= */
.wprwall {
    background-image: url('../images/home/about_us/las-colinas-slide-2.jpeg');
    background-position: bottom;
    background-size: cover;
    width: 100%;
    height: 100vh;
}

.marslider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    padding: 10px 0px;
    background: #ffffff36;
    padding-top: 12px;
}

.marslider .content {
    display: flex ;
    align-items: center;
    gap: 91px;
}

.marslider .content a {
    color: #fff;
    font-family: 'Manrope';
    line-height: 1;
}

.flexcenter {
    display: flex;
    align-items: center;
}

/* prdslider container ====================== */
.latestprd {
    padding: 100px 0px;
}

.sldprdpic a {
    display: block;
}

.sldprdpic img {
    width: 100%;
    aspect-ratio: 1 / .7;
    object-fit: cover;
    border-radius: 9px;
}

.colglry {
    padding: 4px;
}

.prdhdr {
    text-align: center;
    margin-bottom: 60px;
}

.prdhdr h3 {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.1;
    margin-bottom: 17px;
    font-family: 'Poppins';
    color: #000000;
    text-transform: uppercase;
}

.prdhdr h3 span {
    color: #4dace5;
}

.prdhdr p {
    font-size: 82px;
    font-family: 'Manrope';
    color: #006a94;
    max-width: 700px;
    margin: auto;
    line-height: 1;
    background: -webkit-linear-gradient(#006a94, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sldprd {
    background: #fff;
}

.sldprdddt {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 24px;
}

.sldprdddt h3 {
    color: #000;
    text-transform: uppercase;
    font-family: 'fallback';
    font-size: 17px;
}

.sldprdddt p {
    color: #dc1a1a;
}

.showmore-glry {
    margin-top: 40px;
}

.showmore-glry a {
    max-width: fit-content;
    margin: auto;
    color: #fff;
    background: #000000;
    padding: 14px 48px;
    display: block;
    margin-top: 35px;
    border-radius: 100px;
    font-size: 20px;
    font-family: 'Manrope';
    font-weight: 600;
    border: 2px solid #000000;
    transition: .3s ease;
}

.showmore-glry a:hover {
    border: 2px solid #4dace5;
    color: #4dace5;
    background: #fff;
}

/* services home page -========================================================== */
.wht-are-distinct {
    padding: 80px 0px;
}

.box-btm-content {
    text-align: center;
    margin-bottom: 50px;
}

.box-btm-content span {
    text-transform: uppercase;
    color: #000;
    font-family: 'Manrope';
    font-size: 2rem;
}

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

.serv-box--intitle {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    height: 100%;
}

.icon-srv {
    width: 100%;
    margin-bottom: 20px;
}

.icon-srv img {
    width: 100%;
    aspect-ratio: 1 / 0.8;
    object-fit: cover;
}

.srv--conternt {
    padding: 20px;
    text-align: center;
    background: #faebd7;
    height: 100%;
    padding-top: 40px;
}

.srv--conternt h3 {
    font-size: 20px;
    color: #000;
    margin-bottom: 13px;
    line-height: 1.4;
    text-transform: capitalize;
    font-family: "Cantata One", serif;
}

.srv--conternt span {
    color: #25644c;
    display: block;
    margin-bottom: 20px;
}

.srv--conternt p {
    font-size: 21px;
    font-family: 'Manrope';
    color: #000;
    margin-bottom: 10px;
}

.srv--conternt a {
    background: #25644c;
    color: #ffffff;
    padding: 10px 30px;
    font-size: 13px;
    border-radius: 100px;
    transition: .3s ease;
}

.underlne {
    width: 50px;
    height: 2px;
    background: #25644c;
    margin: auto;
    margin-bottom: 20px;
}

.serv-box--intitle:hover > .srv--conternt a {
    background: #bd9860;
    color: #fff;
}

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

/* thumb slider ================ */
.header-dvd {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-bottom: 36px;
}

.lineoverthrough {
    width: 14%;
    height: 2px;
    border: 1px solid #c39860;
}

.header-dvd h3 {
    color: #0f0f0f;
    font-size: 38px;
    font-family: 'Manrope';
    text-transform: uppercase;
    font-weight: 300;
}

.swiper-container-wrapper {
    position: relative;
}

.thumbsld {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 80;
    height: 100%;
    background: #000000ad;
    padding: 40px 0px;
}

.bxsectionrst {
    border-bottom: 1px solid #545454;
    padding: 1px 0px;
    padding-right: 30px;
}

.bxnme {
    padding: 10px 20px;
    font-family: 'Manrope';
    color: #fff;
    margin-left: 100px;
}

.sldthumb {
    height: auto !important;
}

.glrycontainer {
    height: 785px;
    position: relative;
}

.rcpcnt ul li {
    display: flex;
    margin-bottom: 10px;
    gap: 9px;
}

.rcpcnt ul li p {
    color: #000;
    font-family: 'Manrope';
    margin-bottom: 10px;
}

.dsplayimg {
    position: relative;
}

.namecap {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    display: none;
}

.namecap h3 {
    color: #fff;
    font-family: 'Catchy Mager';
    font-size: 6vw;
}

.counternu {
    position: absolute;
    background: #0000008a;
    display: flex;
    align-items: center;
    gap: 1px;
    z-index: 5;
    right: 16px;
    top: 16px;
    color: #fff;
    padding: 3px 10px;
    border-radius: 100px;
    font-family: 'Manrope';
    font-size: 14px;
    padding-top: 4px;
}

.sliderarrow {
    display: none ;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}

.sldarrow {
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 100px;
    display: flex ;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 19px;
}

/* about us ectin apge ============= */
.bannerinnersection {
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
    position: relative;
}

.abtssectinpage {
    background-image: url('../images/home/about_us/abtsbanner.jpg');
}

.bannerinnersection::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000;
    background: linear-gradient(97deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.bannerinnersection .container-port {
    position: relative;
}

.pagepath {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 46px;
    display: flex;
    align-items: center;
}

.pagepath::before {
    content: '';
    position: absolute;
    width: 50%;
    left: 0;
    background: linear-gradient(97deg, rgba(3, 169, 244, 1) 0%, rgba(3, 169, 244, 0) 100%);
    height: 46px;
    bottom: 0;
}

.pagepath-w {
    display: flex ;
    align-items: center;
    gap: 10px;
}

.pagepath-w a {
    color: #fff;
    font-family: 'Manrope';
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.pagepath-w span {
    color: #fff;
    font-size: 13px;
}

.banneriner {
    width: 100%;
}

.banneriner h1 {
    color: #fff;
    font-size: 42px;
    font-family: 'Manrope';
    text-transform: uppercase;
    font-weight: 700;
}

.abts-home-content2 h3 {
    font-size: 39px;
    color: #2e318e;
    line-height: 1.1;
    margin-bottom: 14px;
    text-transform: uppercase;
    font-family: 'Inter Tight';
    font-weight: 700;
}

.imgbs2 {
    margin-bottom: 40px;
}

.imgbs2 img {
    width: 100%;
    border-radius: 10px;
}

.abts-home-content2 h4 {
    font-size: 20px;
    color: #000;
    font-family: 'Manrope';
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 22px;
}

.abts-home-content2 p {
    margin-bottom: 10px;
    font-family: 'Nanum Gothic';
    color: #333;
    font-size: 15px;
    line-height: 26px;
}

.brdimg img {
    width: 195px;
}

.brddrc {
    border: 1px solid #ffdfb1;
    padding: 40px;
    margin: auto;
    border-radius: 10px;
    text-align: center;
    background: #fcf9f6;
}

.contdrc {
    margin-top: 20px;
}

.contdrc h3 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
    font-family: 'Inter Tight';
}

.contdrc span {
    color: #F44336;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Inter Tight';
    font-weight: 500;
    display: block;
    margin-bottom: 9px;
}

.contdrc p {
    color: #000;
    font-family: 'Manrope';
}

.hrdbr {
    font-size: 31px;
    color: #223645;
    line-height: 1.1;
    margin-bottom: 44px;
    font-family: 'Manrope';
    text-transform: capitalize;
    font-weight: 600;
}

.abts-home-content2 {
    padding-right: 50px;
}

.accordion {
    /* padding-right: 50px; */
    /* margin: 2rem auto; */
}

.accordion-item {
    background-color: #fff;
    color: #111;
    margin: 1rem 0;
    border-radius: 0.5rem;
    box-shadow: 0px 4px 80px 0px rgba(30, 22, 22, 0.06);
}

.accordion-item-header {
}

.accordion-item-header::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 1rem;
}

.accordion-item-header.active::after {
    content: "\2212";
}

.accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
    padding: 1rem;
    line-height: 1.5rem;
    border-top: 1px solid;
    border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}

.accordion-item-body-content p {
    font-family: 'Manrope';
    color: #000;
    margin-bottom: 10px;
    font-size: 15px;
}

@media(max-width: 767px) {
    html {
        font-size: 14px;
    }
}

/* rare contract ======================= */
.rrcntrsectoin {
    padding: 100px 0px;
}

.bxrrbx {
    border: 1px solid #e1a64f63;
    padding: 20px;
    height: 100%;
    border-radius: 10px;
    transition: .3s ease;
}

.rowgp {
    gap: 40px 0px;
}

.bxrrbx h3 {
    color: #000;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    transition: .3s ease;
}

.bxrrbx p {
    color: #4f4f4f;
    font-family: 'Manrope';
    margin-bottom: 10px;
    transition: .3s ease;
}

.bxrrbx a {
    display: flex ;
    align-items: center;
    gap: 8px;
    color: #ce1c00;
}

.bxrrbx a svg {
    fill: #ce1c00;
}

.bxrrbx:hover {
    background-color: #ce1c00;
}

.bxrrbx:hover>h3 {
    color: #fff;
}

.bxrrbx:hover>p {
    color: #fff;
}

.bxrrbx:hover>a {
    color: #ffd24d;
}

.bxrrbx:hover>a svg {
    fill: #ffd24d;
}

/* 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: 500px;
    margin-bottom: 100px;
}

.map iframe {
    width: 100%;
    height: 100%;
}

.hdrcnt {
}

.ccnter {
    display: flex;
    align-items: center;
}

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

.bgimgc img {
    width: 100%;
    border-radius: 100%;
}

.hdrcnt h3 {
    color: #000;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 5px;
}

.hdrcnt p {
    font-family: 'Manrope';
    color: #404040;
    font-size: 16px;
}

.contactinfo {
    margin-top: 38px;
}

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

.contactinfo ul li {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
}

.contactinfo ul li span {
    display: flex ;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: linear-gradient(177deg, rgba(46, 49, 142, 1) 0%, rgba(76, 158, 221, 1) 100%);
    border-radius: 100px;
    color: #fff;
    font-size: 18px;
}

.contactinfo ul li div label {
    display: block;
    margin: 0;
    text-transform: uppercase;
    color: #4073be;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Manrope';
}

.contactinfo ul li div a {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Manrope';
}

.contactinfo ul li div p {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Manrope';
}

/* tab cnt */
.boxtabnew {
    margin-top: 50px;
}

.wrapper3 {
}

.tab-wrapper3 {
    text-align: center;
    display: block;
    margin: auto;
}

.tabs3 {
    margin: 0;
    padding: 0;
    display: flex ;
    justify-content: center;
    flex-wrap: wrap;
    gap: 11px;
}

.tab-link3 {
    list-style: none;
    padding: 6px 17px;
    color: #ffffff;
    cursor: pointer;
    transition: all ease 0.5s;
    background: #2e318e;
    border-radius: 100px;
    font-family: 'Manrope';
    font-size: 15px;
    font-weight: 600;
    border: 2px solid #2e318e;
}

.tab-link3:hover {
    background: #03a9f4;
    border: 2px solid #03a9f4;
}

.tab-link3.active3 {
    border: 2px solid #2e318e;
    background: none;
    color: #2e318e;
}

.content-wrapper3 {
}

.tab-content3 {
    display: none;
    text-align: center;
    color: #888;
    font-weight: 300;
    font-size: 15px;
    opacity: 0;
    transform: translateY(15px);
    animation: fadeIn 0.5s ease 1 forwards;
}

.tab-content3.active3 {
    display: block;
}

@keyframes fadeIn {
    100% {
        opacity: 1;
        transform: none;
    }
}

/* 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%;
}

.drscdinfo {
}

.drscdinfo h3 {
    font-family: 'Catchy Mager';
    font-size: 39px;
    text-transform: uppercase;
    color: #0d6542;
    margin-bottom: 20px;
    max-width: 500px;
    line-height: 1.2;
}

.drscdinfo h4 {
    font-size: 24px;
    border-left: 5px solid #cb984e;
    padding-left: 10px;
    line-height: 1;
    margin-bottom: 10px;
    color: #000;
    font-family: 'Manrope';
}

.drscdinfo h5 {
    font-size: 22px;
    color: #8f6529;
    margin-bottom: 10px;
    margin-top: 20px;
}

.drscdinfo p {
    font-family: 'Manrope';
    color: #000;
    font-size: 19px;
    margin-bottom: 10px;
}

.clmdrs {
    padding: 20px;
    height: 100%;
    border: 1px dashed #00000059;
    border-radius: 10px;
}

.clmdrs h6 {
    color: #25644c;
    font-family: 'Manrope';
    font-size: 26px;
    margin-bottom: 18px;
    font-weight: 600;
}

.mtoptp490 {
    margin-top: 50px;
}

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

.clmdrs ul li {
    font-family: 'Manrope';
    color: #000;
    font-size: 18px;
    margin-bottom: 7px;
    display: flex ;
    margin-bottom: 0px;
    gap: 9px;
}

.paeq40 {
    padding: 15px;
}

.clmdrs ul li p {
    font-family: 'Manrope';
    color: #000;
    width: 90%;
    font-size: 19px;
    margin-bottom: 6px;
}

.clmdrs ul li i {
    width: 18px;
    height: 18px;
    background: #005f39;
    border-radius: 100px;
    color: #fff;
    font-size: 11px;
    display: flex ;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 4px;
}

/* footer ================================================== */
footer {
    /* background-color: #121458; */
    background-color: #0d2332;
    padding-top: 50px;
    position: relative;
}

.container-port-ftr {
    width: 90%;
    margin: auto;
}

.ftrlogo {
    margin-bottom: 31px;
}

.prst-one {
    margin-top: 36px;
}

.ftrrght {
    display: flex ;
    gap: 13px;
    padding-left: 40px;
}

.flexfl ul {
    /* display: flex; */
    /* gap: 38px; */
}

.flexflx {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px !important;
    flex-wrap: wrap;
    flex-direction: column;
}

.flexflx li div {
    display: flex;
    gap: 10px;
}

.flexflx li:nth-child(2) {
    gap: 30px;
}

.ftrrght a {
    width: 101px;
    /* height: 101px; */
    display: block;
    background: #fff;
    border-radius: 10px;
    padding: 4px;
    box-shadow: 10px 10px 5px 0px rgb(0 0 0 / 29%);
    -webkit-box-shadow: 10px 10px 5px 0px rgb(0 0 0 / 29%);
    -moz-box-shadow: 10px 10px 5px 0px rgb(0 0 0 / 29%);
}

.ftrrght a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    aspect-ratio: 1 / 1;
}

.flexflx li:nth-child(1) div span i{}
.flexflx li:nth-child(2) div span i{
    color: #25D366;
}
.flexflx li:nth-child(3) div span i{}
.flexflx li:nth-child(4) div span i{}
.flexflx li:nth-child(5) div span i{}

.prst-two {
    margin-bottom: 36px;
}

.prst-one h3 {
    color: #fff;
    font-size: 24px;
    /* font-weight: 600; */
    margin-bottom: 8px;
}

.flexul li a {
    text-transform: lowercase !important;
    border-bottom: 1px solid #ffffff3d;
}

.flexul li {
    display: flex;
    align-items: baseline;
    gap: 9px;
    /* margin-bottom: 0px !important; */
    padding-bottom: 0px !important;
    margin-bottom: 20px !important;
}

.flexul li span {
    color: #e8d5b5;
}

.flexul li p {
    font-size: 14px;
    color: #fff;
    font-family: 'Manrope';
    letter-spacing: 1px;
    border-bottom: 1px solid #ffffff3d;
}
.jcend{
        justify-content: end;
}
.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: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
    font-family: 'Unbounded';
    font-weight: 400;
    text-transform: uppercase;
}
.flx{
color: #fff;
    font-family: 'Unbounded';
    font-size: 34px;
    position: relative;
    top: 55px;
}

.flexlist{
        display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px 0px;
}

.footer-column-bk{
    /* margin-top: 134px; */
}
.prgxc{
    margin-top: 40px;
}

.cntscl ul li a{
    
display: flex;
    
align-items: center;
    
gap: 10px;
}
.footer-column-bk h4{
    font-size: 29px;
    font-family: 'Unbounded';
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
}

.footer-column-bk p{color: #fff;font-family: 'Funnel Display';text-transform: uppercase;font-size: 18px;}

.footer-column-bk a{
    display: flex;
    max-width: fit-content;
    border: 1px solid #fff;
    /* margin: 28px 0px; */
    align-items: center;
    color: #fff;
}


.footer-column-bk a i{
    padding: 0px 46px;
}

.footer-column-bk a span{
    background: #fff;
    color: #0d2332;
    padding: 14px 44px;
    display: block;
    font-family: 'Unbounded';
    font-weight: 500;
}
.footer-column-bk label{
    color: #fff;
    opacity: .8;
}
.prst-three h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}
.flexfl ul li a{
        margin-bottom: 20px;
}
.prst-three ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.prst-three ul li {
    margin-bottom: 10px;
}

.prst-three ul li a {
    color: #f5f5f1b3;
}

.sociallist {
}

.sociallist h3 {
    color: #4dace5;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 15px;
}

.sociallist div {
    display: flex ;
    align-items: center;
    gap: 17px;
}

.sociallist a {
    display: flex ;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    color: #fff;
}

.sociallist a:nth-child(1) {
    background-color: #1877F2;
}

.sociallist a:nth-child(2) {
    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%);
}

.sociallist a:nth-child(3) {
    background-color: #000;
}

.sociallist a:nth-child(4) {
    background-color: #0077B5;
}

.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;
    justify-content: center;
    gap: 14px;
}

.flex-box-list-a-links ul li a {
    color: #25644c;
    font-size: 15px;
    width: 40px;
    height: 40px;
    display: flex ;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 100px;
}

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

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

.flex-box-list ul li a i {
    color: #f6a201;
    padding-right: 6px;
    font-size: 10px;
}

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

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

/* 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;
}

/* contact us page =================== */
.bx-wrpcnt {
    background-color: #fff;
    padding: 30px 35px 20px;
    box-shadow: 0px 4px 30px 0px rgba(19, 74, 83, 0.05);
    overflow: hidden;
    position: relative;
    height: 100%;
}

.colpad20 {
    padding: 10px;
}

.bx-wrpcnt span {
    display: block;
    margin-bottom: 20px;
}

.bx-wrpcnt span img {
    width: 50px;
}

.bx-wrpcnt h3 {
    color: #25644c;
    font-family: 'Manrope';
    font-size: 23px;
    margin-bottom: 9px;
}

.bx-wrpcnt p {
    font-family: 'Nanum Gothic';
    color: #000;
    font-size: 14px;
}

.bx-wrpcnt a {
    font-family: 'Nanum Gothic';
    color: #000;
    font-size: 15px;
    display: block;
    margin-bottom: 4px;
}

.tpfrmhdr h2 {
    font-size: 18px;
    letter-spacing: 5px;
    font-family: 'Inter Tight';
    font-weight: 600;
    color: #bd9860;
    display: flex;
    align-items: center;
    gap: 20px;
}

.tpfrmhdr h3 {
    font-size: 2rem;
    color: #fff;
    font-family: 'Manrope';
    margin-top: 19px;
    margin-bottom: 45px;
}

.frmdsp {
    background: #25644c;
    padding: 100px 0px;
}

.frmgrp input {
    color: #fff;
    border: 1px solid #71929a;
    padding: 15px 20px;
    font-weight: 400;
    background: none;
    width: 100%;
    display: block;
}

.frmgrp button {
    background: #fff;
    border: none;
    width: 159px;
    padding: 11px 0px;
    font-family: 'Inter Tight';
    color: #000;
    font-weight: 400;
}

.frmgrp input::placeholder {
    color: #71929a;
}

.frmgrp textarea {
    color: #fff;
    border: 1px solid #71929a;
    padding: 15px 20px;
    font-weight: 400;
    background: none;
    width: 100%;
    height: 100px;
    display: block;
}

.bb30 {
    margin-bottom: 30px;
}

/* tate central scheme -------------- */
.tcs-section {
    padding: 100px 0px;
}

.rowvrtspace {
    gap: 60px 0px;
}

.abts-home-content3 h3 {
    font-size: 39px;
    color: #000000;
    line-height: 1.1;
    margin-bottom: 14px;
    font-family: 'Phosphor';
    text-transform: uppercase;
    font-family: 'fallback';
}

.bx-wrp {
    background-color: #f6f0ec;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
}

.imgbs3 {
    margin-bottom: 20px;
}

.imgbs3 img {
    width: 97px;
}

.abts-home-content3 p {
    margin-bottom: 10px;
    font-family: 'Nanum Gothic';
    color: #333;
    font-size: 15px;
    line-height: 26px;
}

/* program section ==================== */

.programs-section{
    padding: 100px 0px;
    background-color: #04183e;
    background-image: url('../images/home/about_us/bgnw.jpg');
    background-position: 45% -50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-blend-mode: darken;
}

.prgx{
    /* margin-bottom: -228px; */
}

.prgx span{
    display: flex;
    align-items: center;
    color: #ffb905;
    font-family: 'Funnel Display';
    font-size: 13px;
    gap: 10px;
    border: 1px dashed #ffb905;
    border-radius: 100px;
    max-width: fit-content;
    padding: 8px 20px;
}

.prgx span svg{
    width: 17px;
    color: #ffb905;
}

.prgx h3{
        font-size: 38px;
        font-weight: 700;
        font-family: 'Manrope';
        color: #ffffff;
        line-height: 1.2;
        margin-top: 29px;
        max-width: 600px;
}
.ovr{
      border-radius: 14px;
      overflow: hidden;
      position: relative;
}
.porgpic img{
    width: 100%;
    aspect-ratio: 1 / .5;
    object-fit: cover;
}

.porgpic2 img{
    width: 100%;
    aspect-ratio: 1 / .7;
    object-fit: cover;
}

.sliderserv{
        position: relative;
        /* top: 303px; */
        bottom: 0;
        left: 0;
        width: 100%;
        margin-top: 96px;
        padding: 0px 10px;
}

.progbox{

border-top: 1px solid #ffffff2e;

margin-top: 14px;

/* margin-bottom: 14px; */

position: relative;

display: block;
}
.arrowth{
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 5;
}

.arrowth label{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: 1px dashed #fff;
    border-radius: 100px;
    color: #fff;
    backdrop-filter: blur(5px);
    font-size: 23px;
    transition: .3s ease;
    margin: 0;
    cursor: pointer;
}
.arrowth label:hover{
        background: #ffb905;
    color: #000;
    transform: rotate(45deg);
}
.progbox span{

color: #2361d7;

font-family: 'Unbounded';

display: block;

margin: auto;

margin-top: -13px;

position: relative;

z-index: 4;

background: #04183e;

max-width: fit-content;

/* margin-top: 10px; */

padding: 0px 10px;
}
.porgpic img{
    transition: .5s ease;
}
.progbox:hover > .ovr .porgpic img{
    transform: translateY(-20px) scale(1.1);
}

/* .cntprog{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    background: #000000;
    background: linear-gradient(0deg, rgb(0 0 0) 0%, rgb(70 91 123 / 0%) 100%);
    padding-top: 80px;
    padding-bottom: 69px;
} */

.progbox h3{color: #fff;font-size: 24px;margin-bottom: 14px;/* padding: 0px 20px; */font-family: 'Unbounded';/* margin-top: 34px; */}

.progbox p{
    color: #ffffff;
    font-family: 'Funnel Display';
    opacity: .9;
    font-weight: 100;
    font-size: 16px;
}







/* inner page designs =================================================================== */

.bannerinner{
    width: 100%;
    position: relative;
}

.bannerpic{
          width: 100%;
          height: 300px;
}
.bannerpic img{
        width: 100%;
    height: 100%;
    object-fit: cover;
}


.bannercpcontainer{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background-image: url('../images/home/programs/bgmb.png');
    background-position: center;
    background-size: cover;
    background-color: #011b3c4a;
    padding-top: 100px;
}

.bxsr{

}

.bxsr h1{
    color: #fff;
    font-family: 'Unbounded';
    font-size: 3rem;
    line-height: 1;
    max-width: 1000px;
    margin-bottom: 36px;
}

.rootlink{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.rootlink a{
    color: #fff;
    font-family: 'Funnel Display';
    font-size: 13px;
}

.rootlink span{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    transform: rotate(-90deg);
    margin: 0px 9px;
}
.rootlink a:last-child{
    color: #ffb905 !important;
}

.rowgpdwn{
    gap: 70px 0px;
}

.sliderserv2{
        position: relative;

    width: 100%;
}



/* program details =================================== */





.dtpagebanner{
          width: 100%;
              height: 600px;
              position: relative;
}

.bannerpicdt{
    width: 100%;
    height: 100%;
}
.bannerpicdt img{
        width: 100%;
    height: 100%;
    object-fit: cover;
}


.bannercpcontainerdt{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: end;
        background-image: url('../images/home/programs/bgmb.png');
    background-position: center;
    background-size: cover;
    background-color: #011b3c4a;
    padding-bottom: 100px;
}


.bannercpcontainerdt .container-port{
    margin: 0px auto;
}

.bxsrdt h1{
        color: #fff;
    font-family: 'Unbounded';
    font-size: 4rem;
    line-height: 1;
    max-width: 1000px;
    margin-bottom: 36px;
}


.progdtsec{
    padding: 100px 0px;
}

.propicdt{
    margin-bottom: 30px;
}

.propicdt img{
    width: 100%;
    border-radius: 16px;
    aspect-ratio: 1 / .5;
    object-fit: cover;
}










/* 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 {
    height: 100%;
    border-left: 1px solid #ffffff45;
    border-right: 1px solid #ffffff45;
}

.bx-svg {
    text-align: center;
}

.bx-svg img {
    width: 130px;
}

.footer-footer {
    padding: 28px 0px;
    border-top: 1px solid #ffffff;
    margin-top: 100px;
    padding-bottom: 60px;
}

.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: #ffffffd4;
    font-size: 20px;
    margin-bottom: 30px;
    font-family: 'Manrope';
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

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

.flex-bx-1 {
    margin: 0px;
    padding: 0px;
}

.flex-bx-1 li {
    display: flex;
    gap: 9px;
    margin-bottom: 20px;
}

.flex-bx-1 li span {
    color: #edbd75;
    font-size: 29px;
}

.flex-bx-1 li a {
    display: block;
    font-size: 16px;
    color: #fff;
}

.flex-bx-1 li a label {
    width: 100%;
    font-size: 16px;
    font-family: 'Inter Tight';
    color: #edbd75;
}

.flex-bx-1 li p {
    color: #fff;
    font-family: 'Nanum Gothic';
    font-size: 14px;
}

.flexbxcnt a {
}

.flexbxcnt label {
    width: 100%;
    font-size: 16px;
    font-family: 'Inter Tight';
    color: #edbd75;
}

.flexbxcnt a p {
    color: #fff;
    font-family: 'Nanum Gothic';
    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 {
}

.cnter-reserv p {
    font-size: 13px;
    color: #fff;
    font-family: 'Funnel Display';
}

.cnter-reserv p a img {
    width: 65px;
}

.row-footer {
    /* margin-bottom: 50px; */
}

.footertxt {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    overflow: hidden;
    opacity: .3;
}

.footertxt img {
    width: 100%;
    object-fit: cover;
}

.flex-box-ftr {
    display: flex !important;
    align-items: baseline;
}

.flex-box-ftr-a {
    display: flex !important;
    align-items: center;
    margin-bottom: 7px;
}

.flex-box-list2 ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.underb{

}

.underb li:last-child a{
    text-transform: capitalize !important;
}

.pdl40 {
}

.lftabtsarp h3 {
    font-family: 'Manrope';
    font-size: 17px;
    color: #fff;
    max-width: 400px;
}

.cntddtig {
    margin-bottom: 38px;
}

.cntddtig ul {
    display: flex ;
    align-items: center;
    justify-content: end;
    list-style: none;
    padding: 0px;
    margin: 0px;
    gap: 18px;
}

.cntddtig ul li a {
    display: flex ;
    width: 60px;
    height: 60px;
    background: #dc1a1a;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
}

.flex-box-list2 ul li {
    /* padding: 12px 0px; */
    margin-bottom: 10px;
}
.flexul li:nth-child(1){
        /* margin-bottom: 25px; */
}

.flexul li:nth-child(1) p{
    border: none !important;
}
.flex-box-list2 ul li a {
    display: flex;
    font-size: 14px;
    color: #fff;
    font-family: 'Funnel Display';
}

.mapa{
    background: #fff;
    color: #000 !important;
    padding: 2px 10px;
    border-radius: 100px;
    margin-top: 25px;
    font-weight: 500;
    font-family: 'Unbounded';
    align-items: center;
    gap: 4px;
}
.lgftr img{
    width: 200px;
}
.abtsftr p{
        color: #fff;
        font-family: 'Funnel Display';
        font-size: 14px;
        margin-top: 25px;
        max-width: 304px;
}







.socialdiv ul{
    display: flex;
    flex-wrap: wrap;
        gap: 11px;
}

.socialdiv ul li a{
    width: 40px;
    height: 40px;
    align-items: center;
    border-radius: 100px;
    justify-content: center;
    font-size: 21px !important;
}
.socialdiv ul li:nth-child(1) a{background-color: #1877F2;}
.socialdiv ul li:nth-child(2) a{
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%);
}
.socialdiv ul li:nth-child(3) a{background-color: #000;}
.socialdiv ul li:nth-child(4) a{background-color: #25D366;}
/* hamburger menu */
.ham {
    width: 30px;
    height: 20px;
    display: none;
    align-items: end;
    justify-content: center;
    flex-direction: column;
    margin-left: 0;
    padding: 0px 4px;
    margin-right: 46px;
    position: relative;
}

.ham::before {
    content: 'Menu';
    display: block;
    right: -47px;
    font-family: 'Manrope';
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 0;
    position: relative;
    top: 11px;
}

.ham span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
}

.ham span:nth-child(1) {
    display: none;
}

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




/* mobile menu --------------------------------- */
.mobile-menu {
    padding: 30px 0px;
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    z-index: 99999999;
    /* background-image: url('../images/home/about_us/aboutus-inner.webp'); */
    background-position: initial;
    background-size: cover;
    background-color: #08111b;
    background-blend-mode: saturation;
    transform: translateX(-500px);
    transition: .3s ease;
    display: none;
    padding-top: 129px;
    backdrop-filter: blur(7px);
}

.close-items {
    width: 58px;
    height: 57px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99999999999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #ffffff;
    border: 1px solid #0000001a;
    border-right: none;
    border-bottom: none;
    border-top: none;
    transform: scaleX(-1);
}

.bglin{
position: absolute;
    width: 500px;
    left: 50%;
    bottom: 0;
    opacity: .2;
}

.bglin img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}

.logomen {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    padding: 10px;

}

.logomen img {
    width: 212px;
}

.wrpall-cg {
    height: 100%;
    padding-top: 40px;
}

.bknw {
    padding: 0px 20px;
    margin-top: 39px;
}

.bknw a {
    background: #181818;
    width: 100%;
    display: block;
    color: #fff;
    text-align: center;
    padding: 13px 10px;
}

.close-items svg {
    fill: #fff;
    width: 100%;
    height: auto;
}

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

.mob-main_nav_menu {
    list-style: none;
    padding: 0px 20px;
    margin: 0px;
}

.mob-list_nav_a {
    padding: 14px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
    font-size: 15px;
    position: relative;
    font-family: 'Unbounded';
    border-bottom: 1px solid #00000010;
    text-transform: uppercase;
    font-weight: 500;
}

.mob-list_nav_a i {
    font-size: 13px;
}

.mob-list_nav_a:hover {
    color: #f7c780;
}

.header-title-mob {
    padding: 0px 30px;
    margin-top: 51px;
}

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

.mob-nav-social ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.mob-nav-social a {
    color: #3e815f;
    display: flex;
    width: 29px;
    height: 29px;
    background: #fff;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.header-title-mob h3 {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Nanum Gothic';
    text-transform: uppercase;
}

@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: 1485px) {
    .container-port-xl {
        width: 95%;
    }

    .slidernwe {
        position: relative;
        width: calc(100vw - ((100vw - 90%) / 2) - 30px);
        margin-left: calc((100vw - 90%) / 2 + 30px);
    }
}

@media screen and (max-width: 1400px) {
    .container-port {
        width: 90%;
    }
}
@media screen and (max-width: 1350px) {
.list_nav_a {
    font-size: 14px;
}
}
@media screen and (max-width: 1300px) {
    .list_nav_a {
        font-size: 13px;
        letter-spacing: 0;
    }

    .main_nav_menu {
        gap: 16px;
    }

    .lgog a {
        font-size: 13px;
    }

    .banner-content-xc h3 {
        font-size: 53px;
    }

    .hdbx h3 {
        font-size: 43px;
    }
}

@media screen and (max-width: 1200px) {
    .listcritria ul li {
        width: 31%;
    }
.clntlst ul{
    justify-content: center;
    gap: 17px;
}
    .banner-content-xc h3 {
        font-size: 4vw;
    }

    .bknw a {
        background: #2d308d;
        width: 100%;
        display: block;
        color: #fff;
        text-align: center;
        padding: 10px 3px;
        border-radius: 100px;
    }

    .submenu {
        background: none;
        visibility: visible;
        pointer-events: all;
        opacity: 1;
        position: unset;
        width: 100%;
        transform: translateY(0px);
        display: none;
        transition: unset;
    }

    .submenu ul li {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        border: none;
    }

    .submenu ul li a {
        color: #000000;
    }

    .blwcnt ul li {
        width: 48%;
    }

    .lgog {
        flex-direction: column;
    }

    .member-list li {
        width: 31%;
    }

    .flexalng {
        display: flex ;
        flex-direction: row;
        gap: 20px;
        margin-right: 44px;
    }

    .igcnt {
        display: none;
    }

    .cntbxb {
        flex-direction: column;
        text-align: center;
    }

    .colgap {
        padding: 10px;
    }

    .cntinfou a {
        justify-content: center;
    }

    .igcnt {
        margin-right: 39px;
    }


}

@media screen and (max-width: 1143px) {
    .navigation_lists {
        display: none;
    }

    .list-info ul {
        flex-wrap: wrap;
    }

    .submenu ul {
        padding: 10px 0px;
    }

    .submenu {
        padding: 0;
        padding-left: 10px;
    }

    .submenu ul li {
        padding: 4px 0px;
    }

    .list-info ul li {
        margin: 10px;
    }

    .chat_flex_box {
        align-items: center;
    }
    .chat_box{
        padding: 29px 57px;
        position: unset;
    }
.header_flex{
    padding: 0;
}
    .ham {
        display: flex !important;
        margin-left: 16px;
    }

    .header_container {
        /* padding: 7px 0px; */
    }

    .bx-mpsect h3 {
        font-size: 35px;
    }

    .bx-imgrgh {
        height: 100%;
    }

    .bx-imgrgh img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .bx-mpsect {
        padding-right: 30px;
    }

    .mobile-menu {
        display: block;
    }

    .sub-menu {
        display: none;
    }

    .sub-menu {
        position: unset;
        transition: unset;
        opacity: 2 !important;
        pointer-events: all !important;
        visibility: visible !important;
        background: none !important;
        border: none !important;
        padding: 0px 30px;
    }

    .sub-menu li a {
        color: #000;
        border: none;
    }

    .flattxtcnt h3 {
        font-size: 20px;
    }

    .sub-menu li {
        width: 100%;
    }

    .mob-list_nav_a:hover {
        color: #006a94;
    }

    .bx {
        flex-direction: column;
    }

    .banner-section-box {
        width: 100%;
    }

    .glolfacpcontaienr {
        width: 100%;
    }

    .capdtbg {
        padding-bottom: 100px;
    }

    .capdtbg .container-port {
        margin: 0 auto;
    }

    .capdtbg {
        padding-bottom: 160px;
    }
}

@media screen and (max-width: 700px) {
    .bxflexallwrp .bw-a button {
        /* position: absolute;
    top: 75px;
    right: 0; */padding: 7px 9px;
        font-size: 11px;
    }

    .indexusercontainer {
        gap: 0px;
    }

    .indexlog_in h3 {
        font-size: 13px;
    }
}

@media screen and (max-width: 675px) {
    .banner-content-xc h3 {
        font-size: 11vw;
        width: 100%;
        clip-path: unset;
        letter-spacing: .1px;
    }
}

@media screen and (max-width: 575px) {
    .bxflexallwrp .bw-a button {
        position: absolute;
        top: 75px;
        right: 0;
        padding: 7px 9px;
        font-size: 11px;
    }
.clntlst{
    padding: 100px 10px;
}
    .clntlst ul {
        justify-content: center;
        gap: 8px;
        width: 100%;
    }
    .clntlst ul li img {
    width: 100%;
    height: 83px;
    }
    .indexusercontainer {
        gap: 0px;
    }

    .indexlog_in h3 {
        font-size: 13px;
    }
}

@media screen and (max-width: 991px) {
    .cnttab {
        display: none;
    }
    .frombxd{
        margin-top: 70px;
    }
    .ham {
        display: flex !important ;
    }
    .wrpall-cg {
        height: 80vh;
        padding-top: 40px;
        overflow-y: scroll;
        padding-bottom: 20px;
    }

    .jccentero {
        flex-direction: column-reverse;
    }

    #donationForm {
        margin-top: 61px;
    }

    .arowimg {
        display: none;
    }

    .abts-home-content2 {
        padding-right: 0px;
    }

    .accordion {
        padding-right: 0px;
    }

    .abts-home-content {
        padding-left: 0px;
    }

    .box--header-title ul li {
        width: 100%;
    }

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

    .logo img {
        width: 186px;
        padding: 4px 0px;
    }

    .bx-list-mbr {
        display: none;
    }

    .reorder {
        order: -1;
        /* Moves the second column to the first position */
    }

    .abts-ftr {
        border-right: none;
        border-left: none;
        border-bottom: 1px solid #ffffff45;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

    .bxmbrcol {
        width: 29.9%;
    }

    .bxseceq {
        padding: 0px;
    }

    .col-mb30 {
        margin-bottom: 0px;
    }

    .dtpcx h3 {
        font-size: 18px;
    }

    .logo a {
        width: 130px;
        display: block;
    }

    .box--header-title h3 {
        font-size: 29px;
    }

    .box--header-title {
        padding-right: 10px;
    }

    .chat_box {
        padding: 25px 12px;
        width: 200px;
        text-align: center;
        justify-content: space-around;
    }

    .row-reflex {
        flex-direction: row-reverse;
    }

    .contact-support {
        display: none;
    }

    .bx-mpsect {
        padding-right: 0px;
        margin-bottom: 30px;
    }

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

    .bx-sectwrp {
        margin-top: 20px;
    }

    .container-port-new .row .col-lg-6:last-child {
        padding-left: 0px;
    }

    .imgbs {
        padding: 0px;
        padding-bottom: 30px;
    }

    .rmbxcont {
        height: 253px;
    }

    .aboutus-sectin-home {
        padding: 100px 0px;
    }

    .flex-box-list2 ul {
        gap: 10px 39px;
        justify-content: flex-start;
    }

    .pdl40 {
        padding-left: 0px;
    }

    .flexbrd {
        display: flex;
    }

    .contdrc {
        margin-top: 20px;
        text-align: left;
        padding-left: 40px;
    }

    .brddrc {
        margin-top: 50px;
    }

    .bxwrp {
        padding-bottom: 0px;
    }

    .imgbxp {
        margin-left: auto;
        margin-top: 41px;
        width: 79%;
        height: 250px;
        position: unset;
    }
}

@media screen and (max-height: 600px) {
    .bannerbgvid {
        height: 611px;
    }
}

@media screen and (max-width: 865px) {
    .listcritria ul li {
        width: 47%;
    }

    .gpspc {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 767px) {
    .flexbrd {
        flex-direction: column;
    }

    .contdrc {
        text-align: center;
        padding: 0px;
    }

    .cntddtig ul {
        justify-content: flex-start;
    }

    .igcnt {
        display: none;
    }

    .member-list li {
        width: 48%;
    }

    .prst-two {
        padding-left: 0px;
    }

    .box--header-title ul li {
        width: 47%;
    }

    .box--header-title {
        margin-bottom: 30px;
    }

    .ftrrght {
        padding-left: 0px;
        margin-bottom: 20px;
    }

    .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;
        padding-right: 0px;
    }

    .container-port-xl {
        padding: 0px 10px;
    }

    .mrddt p {
        text-align: justify;
    }

    .bx-secleftarp {
        padding-right: 0px;
    }

    .subhdr {
        font-size: 30px;
    }

    .bxmbrcol {
        width: 45%;
    }

    .colspc30 {
        padding: 0px 10px;
    }

    .blwcnt ul li {
        width: 100%;
    }

    .ddcbx table th {
        font-size: 13px;
        padding: 4px 2px;
    }

    .ddcbx table td {
        font-size: 13px;
        padding: 4px 2px;
    }

    .member-list li {
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .imgbxp {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        width: 100%;
    }

    .prdhdr p {
        font-size: 10vw;
    }

    .colt50 {
        width: 50%;
    }

    .cntdt h3 {
    font-size: 24px;
    }
    .fomrbodyb {
        padding: 15px;
    }
.contactdtlst ul li a, .contactdtlst ul li p {
    font-size: 13px;
}
.frombxd h4 {
    font-size: 17px;
}
    .tmpic img {
        width: 104px;
    }

    .teamsection {
        position: relative;
    }

    .teamsection::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url(../images/home/about_us/service-1-shape-1.png);
        background-repeat: no-repeat;
        top: 0;
        left: 0;
        pointer-events: none;
    }

    .teamsection .container-port {
        position: relative;
        z-index: 5;
    }

    .brddrc {
        width: 100%;
        padding: 40px 20px;
    }

    .bannerinnersection {
        height: 300px;
    }

    .brdimg img {
        width: 158px;
    }

    .abts-home-content2 h3 {
        font-size: 26px;
    }

    .flattxtcnt {
        padding: 14px 12px;
    }

    .logo img {
        width: 151px;
    }

    .bylawhdr {
        font-size: 24px;
    }

    .clmdrs h6 {
        font-size: 25px;
    }

    .sliderarrow {
        display: flex !important;
    }

    .flattxtcnt p {
        font-size: 3vw;
        margin-bottom: 5px;
    }

    .brdmbrs h5 {
        font-size: 13px;
    }

    .flattxtcnt a {
        padding: 3px 9px;
        padding-top: 6px;
        font-size: 12px;
    }

    .dtpcx h3 {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .namecap {
        display: block !important;
    }

    .drscdinfo h3 {
        font-size: 26px;
    }

    .brdmbrs p {
        font-size: 9px;
    }

    .blwmark ul li {
        margin-bottom: 15px;
    }

    .bannerinner {
        /* height: 200px; */
    }
.bxsr h1{
    font-size: 8vw;
}
    .bx-hdr h1 {
        font-size: 20px;
    }

    .dvdsec h3 {
        font-size: 25px;
    }

    .blwmark ul li p {
        font-size: 16px;
    }

    .blwmark {
        padding: 20px;
    }

    .blwmark h3 {
        font-size: 29px;
        padding-bottom: 20px;
    }

    .listcritria ul li {
        padding: 12px 1px;
        font-size: 14px;
    }

    .capdtbg {
        /* padding-bottom: 0px; */
    }

    .bannerbgvid {
        height: 100vh;
    }

    .glrycontainer {
        height: 475px;
    }

    .bxnme {
        margin-left: 20px;
    }

    .bxsectionrst {
        border-bottom: 1px solid #545454;
        padding: 4px 0px;
        padding-right: 20px;
    }

    .mobile-menu {
        transform: translateX(-900px);
    }

    .mobile-menu {
        width: 100%;
        padding-top: 83px;
    }

    .close-items {
        height: 83px;
    }

    .logomen {
        display: block;
    }

    .bxsecla h3 {
        font-size: 15px;
        letter-spacing: 2px;
    }

    .bxcontanerhdr h3 {
        font-size: 30px;
    }

    .plvdt {
        opacity: 1;
        position: unset;
        transform: translate(-0%, -0%);
    }

    .plvsec:hover>.plvdisplay {
        opacity: 1 !important;
    }

    .bxmbrcol {
        width: 43%;
    }

    .chrgcrf h5 {
        font-size: 20px;
    }

    .cardTariff p {
        font-size: 12px;
    }

    .headercrt h3 {
        font-size: 31px;
    }

    .listcritria ul {
        gap: 8px;
    }

    .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 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: 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 p {
        max-width: 400px;
    }

    .banner-content-xc p {
        font-size: 12px;
    }

    .abts-home-content {
        margin-top: 0px;
    }

    .abts-home-content {
        padding-right: 0px;
    }

    .list-str ul li {
        margin-bottom: 14px;
        position: relative;
        padding-left: 20px;
    }

    .banner-content-xc a {
        padding: 11px 18px;
        font-size: 12px;
    }

    .abts-home-content h3 {
        font-size: 28px;
    }

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

    .samplebx img {
        width: 100%;
        aspect-ratio: 1 / .4;
        object-fit: cover;
    }

    .hrdabt h2 {
        letter-spacing: 2px;
    }

    .list-abts-items ul li {
        width: 100%;
    }

    .thumbsld {
        display: none;
    }

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

    .thumbsld {
        position: unset;
        background: #000000;
    }

    .gallery-thumbs {
        width: 100%;
        height: 100% !important;
        padding-top: 10px;
    }

    .thumbsld {
        padding: 0px 0px;
    }

    .gallery-thumbs .swiper-wrapper {
        flex-direction: row !important;
        flex-wrap: wrap;
    }

    .bxnme {
        margin-left: 0px;
    }

    .bxsectionrst {
        padding-right: 0px;
        text-align: center;
    }

    .sldthumb {
        height: auto !important;
        width: 50% !important;
    }
}

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

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

.modalboxcontainer {
    position: fixed;
    width: 600px;
    height: 100%;
    z-index: 999999999;
    top: 0;
    display: flex ;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    overflow: hidden;
    right: 0;
    border-left: 1px solid #00000017;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(75px);
    transition: .3s ease;
}

.showclndr {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateX(0px);
}

.modalboxbody {
    width: 90%;
}

.calendar {
    width: 100%;
}

.calendar h2 {
    text-align: center;
    margin-bottom: 21px;
    color: #000;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Manrope';
    text-transform: uppercase;
}

.days, .dates {
    display: grid ;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    gap: 15px;
    margin-bottom: 17px;
}

.days div {
    padding: 5px 0;
    color: #000;
    font-family: 'Inter Tight';
}

.dates div {
    text-align: center;
    display: flex ;
    align-items: center;
    justify-content: center;
    color: #a22d32;
    border-radius: 100px;
    background: #fef2f2;
    border: 1px solid #a22d32;
    aspect-ratio: 1 / 1;
}

.dates div:hover {
    background-color: #f0f0f0;
    cursor: pointer;
}

.availabledate {
    color: #387e39 !important;
    border: 1px solid #387e39 !important;
    background: #f1ffed !important;
}

.closecall {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 25px;
    color: #000;
    cursor: pointer;
}

.headervsb {
    border-bottom: 1px solid #0000002e;
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #c39860;
}








    .slider {position:relative;height:100%;width:100%;pointer-events: none;}

    .slide {
      position:absolute;
      inset:0;
      display:flex;
      align-items:center;
      justify-content:center;
      color:#fff;
      pointer-events: none;
    }

    .bg {
      position:absolute;
      inset:0;
      background-size:cover;
      background-position:center;
      clip-path: inset(0% 0% 1000% 0%);
      z-index:1;
    }

    .content {
      position:relative;
      z-index:2;
      text-align:center;
      opacity:0;
    }

.wave-wrap svg {
  width: 300px;
  height: auto;
}


/* testimonial =============== */

.tstcont{
    padding: 100px 0px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-image: url('../images/home/testimonials/bannertst.webp');
}
.bxtst{
    margin-bottom: 83px;
    text-align: center;
}
.bxtst span{
    display: flex;
    align-items: center;
    color: #ffb905;
    margin: auto;
    font-family: 'Funnel Display';
    font-size: 13px;
    gap: 10px;
    border: 1px dashed #ffb905;
    border-radius: 100px;
    max-width: fit-content;
    padding: 8px 20px;
}

.jcenter{
    justify-content: center;
}

.bxtst span svg{
    width: 17px;
    color: #ffb905;
}

.bxtst h3{
        font-size: 38px;
        font-weight: 700;
        font-family: 'Manrope';
        color: #ffffff;
        line-height: 1.2;
        margin-top: 29px;
        /* max-width: 600px; */
}

.ofset{
    position: absolute;
    width: 50%;
    left: 50%;
    transform: translate(-50%, -0%);
    bottom: 20px;
    opacity: .1;
}

.testimonial-card{

/* text-align: center; */

padding: 24px;

background: #ffffff21;

backdrop-filter: blur(15px);

border-radius: 20px;
}

.testimonial-card p{

font-family: 'Unbounded';

color: #ffffff;

font-size: 18px;

/* background: #fff; */
}

.testimonial-card h4{

}

.testimonial-card span{

}

.rating {
        color: #fdb805;
        margin-top: 0;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        gap: 10px;
}

.testimonial-card span svg{
    
width: 12px;
}

.activeox{
   
}

.activeox.swiper-slide-active{

}

.bxpic img{
    width: 87px;
    border-radius: 1000px;
    aspect-ratio: 1/1;
    object-fit: cover;
    border: 1px dashed #ffb905;
    padding: 5px;
}

.flexbg{

display: flex;

align-items: center;

gap: 22px;
}

.flexbg h4{
    
font-family: 'Funnel Display';
    
color: #ffffff;
    
font-size: 21px;
}

.rdb{position: absolute;bottom: 17%;left: 43%;transform: translate(-50%, -0%);width: 50%;opacity: .05;}

.rdb img{
    width: 100%;
}





/* Popup Background */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);

  display: flex;
  justify-content: center;
  align-items: center;

  /* hidden state */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition: opacity 0.3s ease;

    z-index: 999999999999999;
}

/* Visible state */
.popup.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}


/* Popup Box */
.popup-content {
background: #fff;
    padding: 30px;
    border-radius: 12px;
    width: 520px;
    text-align: center;
    position: relative;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

/* Close Button */
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  cursor: pointer;
}

.popup-content h2{
    color: #000;
    font-family: 'Unbounded';
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 18px;
}

.popup-content p{
    font-family: 'Funnel Display';
    color: #414141;
    margin-bottom: 23px;
}

/* Input */
.popup-content input {
  width: 90%;
  padding: 10px;
  margin-top: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

/* Button */
.popup-content button {
    padding: 15px 33px;
    background: #ffb400;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 35px;
    gap: 14px;
}

.popup-content button:hover {
  background: #ffa000;
}


.prodtc{

}

.prodtc h3{
        font-family: 'Unbounded';
    color: #000;
    font-size: 25px;
    margin-bottom: 28px;
    font-weight: 600;
    text-transform: uppercase;
}

.cntproginer{
    /* margin-top: 30px; */
}

.cntproginer p{color: #000;font-family: 'Funnel Display';margin-bottom: 10px;}

.cntproginer table{

width: 100%;
}
.cntproginer p a{
    color: #FF5722;
    font-family: 'Unbounded';
    font-weight: 600;
}
.cntproginer table tr{ 

}
.cntproginer p a i{
        font-size: 21px;
    position: relative;
    top: 3px;
}
.cntproginer h6{
        color: rgb(34, 34, 195);
    font-family: 'Unbounded';
    text-transform: uppercase;
    font-size: 27px;
    line-height: 1.2;
        margin-bottom: 18px;
    margin-top: 40px;
    max-width: 700px;
}

.cntproginer table tr td{

color: #000;

font-family: 'Funnel Display';

border: 4px solid #ffffff;

padding: 7px 13px;

background: #ffb90526;

border-radius: 14px;
}


.cntproginer table tr th{

color: #000;

font-family: 'Funnel Display';

border: 4px solid #ffffff;

padding: 7px 13px;

background: #ffb905;

border-radius: 14px;
}

.bxlistitem{

padding-right: 50px;
}

.cntproginer h4{
    font-family: 'Funnel Display';
    font-weight: 600;
    color: #c38e22;
    font-size: 21px;
    margin-bottom: 18px;
    margin-top: 40px;
    max-width: 700px;
    line-height: 1;
}

.cntproginer h4:nth-child(1){
    border-left: 4px solid #F44336;
    padding-left: 10px;
}
.cntproginer h5{
    font-family: 'Funnel Display';
    font-weight: 700;
    color: #011b3c;
    font-size: 25px;
    margin-bottom: 11px;
    margin-top: 40px;
}

.cntproginer h2{
    font-family: 'Funnel Display';
    font-weight: 700;
    color: #011b3c;
    font-size: 25px;
    margin-bottom: 11px;
    margin-top: 40px;
}

.cntproginer ul{
    padding-left: 0;
    list-style: none;
}

.cntproginer ul li{
    color: #000;
    font-family: 'Funnel Display';
    margin-bottom: 6px;
    position: relative;
    padding-left: 30px;
}
.cntproginer ul li::before{
      font-family: "Phosphor";
      content: "\E606"; /* house icon */
      position: absolute;
      left: 0;
      width: 23px;
      height: 23px;
      background: #ffb905;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 100px;
      top: 1px;
      color: #011b3c;
      font-size: 20px;
}
.bxlistitem ul{

list-style: none;

padding: 50px 20px;

margin: 0;

display: flex;

flex-direction: column;

/* gap: 17px 0px; */

background: #011b3c;
}

.activetbprg{
        color: #ffb905 !important;
}

.bxlistitem ul li{
}

.bxlistitem ul li a{font-family: 'Funnel Display';color: #ffffff;font-weight: 500;display: block;width: 100%;position: relative;padding-bottom: 15px;margin-bottom: 15px;border-bottom: 1px solid #ffffff1f;padding-left: 25px;}

.bxlistitem ul li a i{
    
position: absolute;
    
left: 0;
    
top: 4px;
}

/* 
.bxlistitem ul li a::before{
content: '';
position: absolute;
width: 4px;
height: 100%;
top: 0;
left: 0;
border-top: 1px solid #000;
border-left: 1px solid #000;
border-bottom: 1px solid #000;
}

.bxlistitem ul li a::after{
content: '';
position: absolute;
width: 4px;
height: 100%;
top: 0;
right: 0;
border-top: 1px solid #000;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
} */

.rltlg{
    padding: 15px 33px;
    background: #ffb400;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
    gap: 14px;
    max-width: fit-content;
    color: #000;
    transition: .3s ease;
}

.rltlg:hover{
    background-color: #000;
    color: #fff;
}

.cbxcl{

width: 100%;

padding: 0px 40px;
}
.fflogo{
    text-align: center;
}
.fflogo img{
    width: 140px;
}

.form{
    
}

.form form{
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.ttle{
    text-align: center;
    font-family: 'Funnel Display';
    font-size: 29px;
    color: #000;
    margin-bottom: 40px;
    margin-top: 38px;
}

.grpfrm button{
    width: 100%;
    height: 50px;
    background: #ffb905;
    color: #011b3c;
    border: none;
    font-family: 'Funnel Display';
    margin-top: 20px;
    border-radius: 14px;
    border: 2px solid #ffb905 !important;
    transition: .3s ease;
}
.grpfrm button:hover{
    background: none;
    color: #ffb905;
}
.regd{
  margin-top: 83px;
}
.regd p{
        text-align: center;
    font-family: 'Funnel Display';
    color: #000;
    font-size: 14px;
}

.grpfrm{

}

.wrpin{
    
position: relative;
}

.grpfrm label{

color: #000;

font-family: 'Funnel Display';

text-transform: uppercase;

font-size: 13px;

font-weight: 600;
}

.grpfrm span{

position: absolute;

left: 16px;

top: 12px;

color: #011b3c;
}

.grpfrm input{

width: 100%;

border: 1px solid #011b3c52;

height: 46px;

padding-left: 50px;

border-radius: 4px;

font-family: 'Funnel Display';

font-size: 15px;
}
/* emds ================= */




/* about us innner page =--------------- */

.aboutussection{
    padding: 100px 0px;
    position: relative;
}
.aboutussection::before{
    content: '';
    position: absolute;
    width: 800px;
    height: 500px;
    background-image: url(../images/home/about_us/abtsbrnd.jpg);
    top: 0;
    left: 0;
    background-position: bottom;
    background-size: cover;
}
.abtssec{

}

.abtssec h3{

font-size: 41px;

font-weight: 700;

font-family: 'Unbounded';

color: #000000;

    line-height: 1.16;

margin-top: 29px;

max-width: 600px;

margin-bottom: 30px;

text-transform: uppercase;
}

.abtssec h3 label{
        color: #ffb400;
        margin: 0;
}

.abtssec p{
    
color: #000;
    
font-family: 'Funnel Display';
    
margin-bottom: 10px;
    
opacity: .8;
    
/* max-width: 500px; */
    
text-align: justify;
}


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

.ttle span {
    display: flex;
    align-items: center;
    color: #011b3c;
    gap: 10px;
    /* border: 1px dashed #ffb905; */
    /* border-radius: 100px; */
    max-width: fit-content;
    padding: 4px 28px;
    margin-bottom: 30px;
    position: relative;
    font-family: 'Unbounded';
    font-size: 29px;
    text-transform: capitalize;
}
.ttle span::before {
    content: '';
    position: absolute;
    width: 7px;
    height: 100%;
    left: 0;
    border-left: 1px solid #000000;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

.ttle span::after {
    content: '';
    position: absolute;
    width: 7px;
    height: 100%;
    right: 0;
    border-right: 1px solid #000000;
    border-top: 1px solid #060606;
    border-bottom: 1px solid #000000;
}


.rowmtp{
    margin-top: 50px;
}




/* testimonials -------------------------- */


.tstinnersec{
    padding: 100px 0px;
    background: #011740;
}

.tstbx{

background: #fff;

padding: 40px;

border-radius: 20px;
transition: .3s ease;
}

.tstbx h3{

font-family: 'Funnel Display';

color: #000;

font-size: 20px;

line-height: 1;

margin-bottom: 16px;

font-weight: 700;
}

.tstbx p{
    
font-family: 'Funnel Display';
    
font-size: 17px;
    
color: #000;
    
opacity: .8;
}

.nmusr{

display: flex;

align-items: center;

gap: 30px;

margin-top: 46px;

border-top: 1px solid #00000017;

padding-top: 22px;
}

.ussrpic img{

width: 81px;

aspect-ratio: 1/1;

border-radius: 100px;

object-fit: cover;
}


.nmusr h4{

font-family: 'Unbounded';

color: #000;

font-size: 19px;

line-height: 1;

margin-bottom: 0;
}


.pdog{
    padding: 15px;
    margin-bottom: 20px;
}

.tstbx:hover{
    /* transform: translateY(-20px); */
}




/* blog page ============= */

.blogseciner{
    background: #011b3c;
}

.blogcard{
    
border: 1px dashed #0000001c;
    
padding: 5px;
    
border-radius: 12px;
padding-bottom: 20px;
}

.blogcard img{
    width: 100%;
    aspect-ratio: 1 / .6;
    object-fit: cover;
    border-radius: 6px;
}

.blgdate{
font-family: 'Funnel Display';
    font-size: 14px;
    margin-bottom: 13px;
}
.blog-card-content{
    margin-top: 20px;
    padding: 0px 11px;
}
.blgtitle{
    font-family: 'Funnel Display';
    font-size: 19px;
    color: #000;
    font-weight: 600;
    margin-bottom: 4px;
}

.blgexcerpt{
font-family: 'Funnel Display';
    color: #000;
    opacity: .8;
    margin-bottom: 30px;
          -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
}

.blgread-more{
    display: block;
    /* border: 1px solid #000; */
    font-family: 'Funnel Display';
    text-align: center;
    padding: 5px 20px;
    color: #000000;
    font-weight: 500;
    background: #ffb905;
    max-width: fit-content;
    border-radius: 100px;
}


.colblg{
    padding: 10px;
    margin-bottom: 30px;
}

/* blog details page ============================= */

.blgdtpic img{
      width: 100%;
      aspect-ratio: 1 / .6;
      object-fit: cover;
      border-radius: 16px;
      height: 490px;
}

.blgdtcnt{

}

.blgdtcnt h3{

font-family: 'Unbounded';

font-size: 29px;

/* text-transform: uppercase; */

color: #000;

font-weight: 600;

max-width: 700px;

margin-bottom: 20px;
}

.blgdtcnt p{

font-family: 'Funnel Display';

color: #000;

margin-bottom: 10px;

opacity: .8;
}

.blgdtcnt ul{
list-style: none;
padding: 0;
padding-left: 20px;
}

.blgdtcnt ul li{

font-family: 'Funnel Display';

color: #000;

margin-bottom: 10px;

opacity: .8;
    position: relative;
    padding-left: 30px;
}


.blgdtcnt ul li::before {
    font-family: "Phosphor";
    content: "\E606";
    position: absolute;
    left: 0;
    width: 23px;
    height: 23px;
    background: #ffb905;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    top: 1px;
    color: #011b3c;
    font-size: 20px;
}

.blgdtcnt h4{
    
font-family: 'Funnel Display';
    
color: #000;
    
font-size: 20px;
    
font-weight: 700;
    
margin-bottom: 10px;
    
margin-top: 18px;
}

.listsbc{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0px;
    border-bottom: 1px dashed #000;
    padding-bottom: 18px;
}

.listsbc span{
    color: #011b3ced;
    font-size: 15px;
    font-family: 'Funnel Display';
    display: flex;
    align-items: center;
    gap: 10px;
}

.listsbc span i{
    
position: relative;
    
top: -1px;
    
color: #011b3c;
}

.blgdtpic{
    position: relative;
}

.mainpic{
    position: relative;
    z-index: 5;
}


.shadowpic{
        position: absolute;
        bottom: 0;
        width: 88%;
        height: 100%;
        filter: blur(10px);
        left: 50%;
        bottom: -7px;
        transform: translate(-50%, -0);
}

.rcntpost{

display: flex;

gap: 20px;

margin-bottom: 16px;
}


.picrcnt img{
    width: 143px;
    /* width: 143px; */
    aspect-ratio: 1 / .7;
    object-fit: cover;
    border-radius: 7px;
}


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

.rcntdt{
    margin-top: 20px;
}

.rcntttle{
        color: #000;
    font-family: 'Funnel Display';
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 1px solid #00000024;
    margin-bottom: 31px;
}

.rcntdt h3{
    font-family: 'Funnel Display';
    color: #000;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 13px;
    font-weight: 500;
}

.rcntdt a{
    display: block;
    max-width: fit-content;
    color: #011b3c;
    font-weight: 500;
    font-family: 'Funnel Display';
    font-size: 14px;
}

.rcconpr{
    /* background:#e6f0ff; */
    /* padding: 25px; */

}

.colrcprnt{
    padding-left: 45px;
}

.rcntpost{

}

.posterfligh{
        margin-top: 105px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.picpst img{
        width: 100%;
    border-radius: 10px;
    aspect-ratio: 1 / 1.2;
    object-fit: cover;
    height: 484px;
}

.cntr{
        padding: 40px;
        position: absolute;
        bottom: 0;
        z-index: 5;
        padding-top: 134px;
        background: linear-gradient(360deg, rgb(1 26 58) 0%, rgb(1 26 58 / 80%) 71%, rgba(0, 0, 0, 0) 100%);
        width: 100%;
}

.cntr h3{
    font-family: 'Unbounded';
    color: #fff;
    font-size: 24px;
    margin-bottom: 34px;
}

.cntr span{
    color: #ffb905;
}

.cntr a{
color: #fff;
    font-family: 'Unbounded';
    font-size: 20px;
    font-weight: 500;
    padding-left: 12px;
}


/* accordian ====================== */
.faqsection{
    background: #011b3c;
    padding: 100px 0px;
}


.headerfq{
    
margin-bottom: 80px;
}

.headerfq span{
    
display: flex;
    
align-items: center;
    
color: #ffb905;
    
font-family: 'Funnel Display';
    
font-size: 13px;
    
gap: 10px;
    
border: 1px dashed #ffb905;
    
border-radius: 100px;
    
max-width: fit-content;
    
padding: 8px 20px;
}

.headerfq span svg {
    width: 17px;
    color: #ffb905;
}
.headerfq h3{
    
font-size: 38px;
    
font-weight: 700;
    
font-family: 'Manrope';
    
color: #ffffff;
    
line-height: 1.2;
    
margin-top: 29px;
    
max-width: 600px;
}

.headerfq p{
    
font-family: 'Funnel Display';
    
color: #fff;
    
max-width: 460px;
    
margin-top: 24px;
}

.accordion {
  width: 90%;
  max-width: 1000px;
  /* margin: 2rem auto; */
  margin-left: auto;
}

.accordion-item {
  background-color: #fff;
  color: #111;
  margin: 1rem 0;
  border-radius: 0.5rem;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.25);
  margin-top: 0;
}

.accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  /* min-height: 5.5rem; */
  line-height: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-family: 'Unbounded';
  color: #011b3c;
  font-weight: 400;
  text-align: left;
  padding: 24px 20px;
  padding-right: 50px;
}

.accordion-item-header::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}

.accordion-item-header.active::after {
  content: "\2212";
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
  padding: 2rem 1rem;
  line-height: 1.5rem;
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
  font-family: 'Funnel Display';
  color: #000;
  text-align: left;
}



.faq-wrapper {
}

.tab-faq-wrapper {
  text-align: center;
  display: block;
  /* margin: auto; */
  /* max-width: 500px; */
}

.faq-tabs {
  margin: 0;
  padding: 0;
  display: flex;
  /* justify-content: center; */
  flex-direction: column;
  gap: 13px 0px;
}

.faq-tab-link {
  list-style: none;
  padding: 10px 40px;
  color: #ffffff;
  cursor: pointer;
  font-weight: 500;
  transition: all ease 0.5s;
  border: 1px solid #fff;
  font-family: 'Funnel Display';
  border-radius: 10px;
}

.faq-tab-link:hover {
  color: #999;
  border-color: #999;
}

.faq-tab-link.active {
  border-color: #ffffff;
  background: #ffffff;
  color: #000;
}



.faq-content-wrapper {
  /* padding: 40px 80px; */
}

.faq-tab-content {
  display: none;
  text-align: center;
  color: #888;
  font-weight: 300;
  font-size: 15px;
  opacity: 0;
  /* transform: translateY(15px); */
  animation: fadeIn 0.5s ease forwards;
}

.faq-tab-content.active {
  display: block;
}

@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
}


/* blogqc sectino ========================== */




.accordion {
  width: 90%;
  max-width: 1000px;
  /* margin: 2rem auto; */
  margin-left: auto;
}

.accordion-item {
  background-color: #fff;
  color: #111;
  margin: 1rem 0;
  border-radius: 0.5rem;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.25);
  margin-top: 0;
}

.accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  /* min-height: 5.5rem; */
  line-height: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-family: 'Unbounded';
  color: #011b3c;
  font-weight: 400;
  text-align: left;
  padding: 24px 20px;
  padding-right: 50px;
}

.accordion-item-header::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}

.accordion-item-header.active::after {
  content: "\2212";
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
  padding: 2rem 1rem;
  line-height: 1.5rem;
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
  font-family: 'Funnel Display';
  color: #000;
  text-align: left;
}



.blog-wrapper {
}

.tab-faq-wrapper {
  text-align: center;
  display: block;
  /* margin: auto; */
  /* max-width: 500px; */
}

.blog-tabs {
  margin: 0;
  padding: 0;
  display: flex;
  /* justify-content: center; */
  flex-direction: column;
  gap: 13px 0px;
}

.blog-tab-link {
    list-style: none;
    padding: 10px 40px;
    color: #ffffff;
    cursor: pointer;
    font-weight: 500;
    transition: all ease 0.5s;
    border: 1px solid #fff;
    font-family: 'Funnel Display';
    border-radius: 10px;
}

.blog-tab-link:hover {
  color: #999;
  border-color: #999;
}

.blog-tab-link.active {
    border-color: #ffffff;
    background: #ffffff;
    color: #000;
}



.blog-content-wrapper {
  /* padding: 40px 80px; */
}

.blog-tab-content {
  display: none;
  text-align: center;
  color: #888;
  font-weight: 300;
  font-size: 15px;
  opacity: 0;
  /* transform: translateY(15px); */
  animation: fadeIn 0.5s ease forwards;
}

.blog-tab-content.active {
  display: block;
}

@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
}






/* gallery page design ===================== */

.gallerybox{
    padding: 100px 0px;
}
.galleryx{
    overflow: hidden;
}
.galleryx img{
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 4px;
    height: 314px;
    transition: .3s ease;
}


.galleryx img:hover{
   transform: scale(1.1);
}

.galleryx video{
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 4px;
    height: 314px;
    transition: .3s ease;
}


.galleryx video:hover{
   transform: scale(1.1);
}

.colbx{
    padding: 16px 1px;
    border-top: 1px solid #0000001c;
    /* border-bottom: 1px solid #000; */
}

.vdbx{
    position: relative;
}
.vdbx span{
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    border: 1px solid #fff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    pointer-events: none;
}


.wrapper {
  /* max-width: 800px; */
  /* margin: auto; */
  /* margin-top: 80px; */
}

.tab-wrapper {
  text-align: center;
  display: block;
  /* margin: auto; */
  /* max-width: 500px; */
}

.tabs {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 14px;
}

.tab-link {
  /* margin: 0 1%; */
  list-style: none;
  padding: 10px 79px;
  cursor: pointer;
  font-weight: 700;
  transition: all ease 0.5s;
  border: 1px solid #000;
  color: #000;
  font-family: 'Funnel Display';
}

.tab-link:hover {
  color: #999;
  border-color: #999;
}

.tab-link.active {
  color: #000000;
  border-color: #ffb905;
  background: #ffb905;
}



.content-wrapper {
  padding: 40px 0px;
}

.tab-content {
  display: none;
  text-align: center;
  color: #888;
  font-weight: 300;
  font-size: 15px;
  opacity: 0;
  transform: translateY(15px);
  animation: fadeIn 0.5s ease 1 forwards;
  width: 100%;
}

.tab-content.active {
  display: block;
}

@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
}


/* contact us page ================= */


.contact-usec{
    padding: 100px 0px;
    background: #011b3c;
    padding-top: 0;
}

.cntdt h3{
        font-size: 37px;
        font-weight: 700;
        font-family: 'Unbounded';
        color: #ffffff;
        line-height: 1.16;
        margin-top: 29px;
        max-width: 600px;
        margin-bottom: 30px;
        text-transform: uppercase;
}


.frombxd h4{
        font-size: 21px;
    font-weight: 700;
    font-family: 'Unbounded';
    color: #ffffff75;
    line-height: 1.16;
    margin-top: 29px;
    max-width: 600px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.cntdt p{
        font-family: 'Funnel Display';
        color: #ffffff;
}

.contactdtlst{

border-top: 1px solid #ffffff1f;

padding-top: 40px;

margin-top: 50px;
}

.contactdtlst ul{

list-style: none;

padding: 0;

display: flex;

flex-direction: column;

gap: 26px 30px;
}

.contactdtlst ul li{

display: flex;

align-items: baseline;

gap: 8px;
}

.contactdtlst ul li span{
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 100px;
    font-size: 21px !important;
    color: #ffb905;
    align-items: center;
    justify-content: center;
color: #fff;
}

.contactdtlst ul li:nth-child(1) span{
    background: #6088a9;
}
.contactdtlst ul li:nth-child(2) span{background-color: #25D366;}
.contactdtlst ul li:nth-child(3) span{
    background: #F44336;
}
.contactdtlst ul li:nth-child(4) span{
    background: #ffb905;
}
.contactdtlst ul li:nth-child(5) span{
    background: #03A9F4;
}


.contactdtlst ul li a{
    
color: #ffffff;
    
font-family: 'Unbounded';
}


.contactdtlst ul li p{
    
color: #ffffff;
    
font-family: 'Unbounded';
}


.fromgrp{

margin-bottom: 22px;
}


.fromgrp label{

font-family: 'Funnel Display';

text-transform: uppercase;

font-size: 13px;

color: #ffffff;
}

.fromgrp input{
    
width: 100%;
    
border: 1px solid #ffffff0a;
    
height: 55px;
    
border-radius: 8px;
    
background: none;
    
padding: 0px 20px;
    
font-family: 'Funnel Display';
    
color: #fff;
    
background: #ffffff08;
}

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

.fromgrp input::placeholder{

}

.fromgrp select{
    
width: 100%;
    
border: 1px solid #ffffff0a;
    
height: 55px;
    
border-radius: 8px;
    
background: none;
    
padding: 0px 20px;
    
font-family: 'Funnel Display';
    
color: #fff;
    
background: #ffffff08;
}

.fromgrp select option{
    color: #000;
    padding: 5px 0px;
}
.fromgrp textarea{
    
width: 100%;
    
border: 1px solid #ffffff0a;
    
height: 108px;
    
border-radius: 8px;
    
background: none;
    
padding: 10px 20px;
    
font-family: 'Funnel Display';
    
color: #fff;
    
background: #ffffff08;
}

.fromgrp button{
    background: #ffb905;
    height: 59px;
    font-family: 'Unbounded';
    border: none;
    color: #000;
    border-radius: 8px;
    width: 100%;
}







/* admission page ================= */

.addmissionsection{
    padding: 100px 0px;
    position: relative;
    background: linear-gradient(90deg, rgb(230 244 255) 0%, rgba(0, 0, 0, 0) 49%);
}

.addmissionsection::before{
    content: '';
    position: absolute;
    width: 36%;
    left: 0;
    top: 0;
    height: 100%;
    /* background: aliceblue; */
}
.fromadrp{
margin-bottom: 29px;
}

.fromadrp div{
    gap: 10px;
}

.fromadrp label{
    font-family: 'Funnel Display';
    text-transform: uppercase;
    font-size: 13px;
    color: #011b3c;
    font-weight: 600;
}

.fromadrp input {width: 100%;border: 1px solid #00000038;height: 46px;border-radius: 5px;background: none;padding: 0px 20px;font-family: 'Funnel Display';color: #000000;background: #ffffff08;}


.fromadrp select {width: 100%;border: 1px solid #00000038;height: 46px;border-radius: 5px;background: none;padding: 0px 20px;font-family: 'Funnel Display';color: #fff;background: #ffffff08;}

.fromadrp input:focus{
        border: 1px solid #3F51B5;
}
.wrpas{
    position: sticky;
    top: 100px;
}

.sbbtm button{
        width: 100%;
    height: 55px;
    background: #011b3c;
    border-radius: 10px;
    color: #fff;
    font-family: 'Unbounded';
    border: none;
}
.picrg {
    margin-top: 50px;
}
.picrg img{
        max-width: 400px;
    aspect-ratio: 1 / 1.2;
    object-fit: cover;
    border-radius: 10px;
}
.fromadrp textarea {width: 100%;border: 1px solid #00000038;height: 109px;border-radius: 8px;background: none;padding: 10px 20px;font-family: 'Funnel Display';color: #000000;background: #ffffff08;}

.flexrd{
        display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    margin-bottom: 10px;
    font-family: 'Funnel Display';
}

.flexrd input {
    width: 16px;
    height: 16px;
}


.formadm{
        background: #fff;
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 10px 14px 12px 0px rgb(0 0 0 / 8%);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    border: 1px solid #0000001c;
    padding: 20px;
    border-radius: 20px;
}

.formadm .col-md-12 h4{
}


.frmheaderx{
    /* max-width: 400px; */
}

.frmheaderx h3{
font-size: 35px;
    font-weight: 700;
    font-family: 'Unbounded';
    color: #000000;
    line-height: 1.16;
    max-width: 600px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.frmheaderx p{
    font-family: 'Funnel Display';
    color: #414141;
}


.frmheaderx ul{padding: 0;margin-top: 22px;list-style: none;}

.frmheaderx ul li{
    color: #011b3c;
    font-family: 'Funnel Display';
    border-left: 1px solid #00000026;
    padding-left: 20px;
    padding-bottom: 20px;
}

.frmheaderx ul li::before {
  font-family: "Phosphor";
  content: "\E18A"; /* user icon unicode */
  margin-right: 6px;
  position: absolute;
  left: -7px;
}


/* document view page ================== */


.docvw{
    padding: 100px 0px;
}

.hdr{

}

.hdr h3{
    font-family: 'Unbounded';
    color: #000;
    font-size: 20px;
    border-bottom: 1px solid #00000017;
    padding-bottom: 12px;
    margin-bottom: 23px;
    font-weight: 600;
    text-transform: uppercase;
}

.docvwxl{

}

.docvwxl ul{

list-style: none;
padding: 0;
margin: 0;
display: flex;
gap: 20px;
flex-wrap: wrap;
}

.docvwxl ul li{

}

.docnm{

height: 100%;
}

.docnm a{

display: flex;

align-items: center;

gap: 10px;

background: #011b3c;

color: #fff;

font-family: 'Funnel Display';

padding: 24px 20px;

width: 174px;

border-radius: 10px;

flex-direction: column-reverse;

text-align: center;

height: 100%;

justify-content: left;

position: relative;

transition: .3s ease;
}

.docnm a::before{
    content: '';
        position: absolute;
    width: 30px;
    height: 30px;
    top: -1px;
    right: -3px;
    background: #fff;
    z-index: 4;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.docnm i{
    
font-size: 42px;
}


.docnm a:hover{
      transform: scale(1.03);
}

.gbov{
    display: flex;
    flex-direction: column;
    gap: 100px 0px;
}
/* login and registration page ============== */




/* .colfrt{
            width: calc(100% - 480px);
            position: relative;
}

.colfrt img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    width: 100%;
}



/* ends */
@media screen and (max-width: 1200px) {
    .progbox h3{
    font-size: 18px;
    }

    .blgdtpic img{
            height: 341px;
    }
}

@media screen and (max-width: 991px) {
    .modalboxcontainer {
        width: 400px;
    }
.footer-column-bk{
        margin-top: 34px;
        margin-bottom: 40px;
}

.picrg{display: none;}
    .colorder{
        
    }

    .frmheaderx{
        margin-bottom: 60px;
        max-width: 500px;
  
    }
    .wrpas{
      position: relative;
        top: 0;
    }
    .right0 {
        right: unset;
        left: 0;
    }

    .rmbxcont {
        overflow: hidden;
    }

    .formbx {
        margin-top: 50px;
    }
    .banner-content-xc h3{
                font-size: 5vw;
    }
    .bxlistitem ul{
        max-width: fit-content;
    }

    .bxlistitem{
        padding: 0;
        margin-top: 60px;
        display: none;
    }

    .colrcprnt{
        padding-left: 15px;
        margin-top: 50px;
    }
}

@media screen and (max-width: 575px) {
    .author_info {
        padding: 10px 10px;
        padding-top: 100px;
    }
.tstslidercontiner{
    padding: 0px 10px;
}
    .abts-home-content3 h3 {
        font-size: 22px;
    }
.blgdtcnt h3{
        font-size: 18px;
}
.testimonial-card p{
    font-size: 16px;
}
.bxpic img {
    width: 69px;
}
        .blgdtpic img {
        height: 214px;
    }
.listsbc span{
        font-size: 12px;
}
.listsbc{
    flex-wrap: wrap;
    gap: 10px 0px;
}
    .abts-home-content3 p:not(:first-of-type) {
        display: none;
    }

    .read-more-btn {
        display: inline-block;
        margin-top: 10px;
        background: #d9534f;
        /* Bootstrap red */
        color: #fff;
        border: none;
        padding: 8px 15px;
        border-radius: 5px;
        cursor: pointer;
        font-size: 14px;
    }

    .banneriner h1 {
        font-size: 23px;
        line-height: 1;
    }

    .headerctn h3 {
        font-size: 29px;
    }

    .cntctflex {
        flex-direction: column;
    }

    .bpr1 .cnt:nth-child(1) {
        margin-bottom: 10px;
    }

    .bpr1 .cnt:nth-child(1) p {
        width: 100%;
    }

    .modalboxcontainer {
        width: 90%;
        height: auto;
        padding: 60px 0px;
        border-radius: 10px;
        top: 50%;
        left: 50%;
        transform: translateY(40px) translate(-50%, -50%);
    }

    .showclndr {
        transform: translateY(0px) translate(-50%, -50%);
    }

    .colpd0 {
        padding: 0px;
    }

    .updatehdr h3 {
        font-size: 25px;
    }
        .flex-box-list2 ul {
        gap: 10px 5vw;
        }

        .flexflx li:nth-child(2) {
    gap: 10px 30px;
    flex-direction: column;
}
    .banner-content-xc h3 {
        font-size: 8vw;
    }
    .objcnt a{
            font-size: 4vw;
    }
  .objcnt a p{
            font-size: 4vw;
    }
    .bxtst h3 {
    font-size: 25px;
    }
    .flx{
            font-size: 8vw;

    }
    .footer-column-bk a span{
        padding: 14px 31px;
    }

    .popup-content{
        width: 95%;
    }

    .popup-content{
                padding: 30px 15px;
                padding-top: 50px;
    }

    .popup-content input {
    width: 100%;
    }
    .cntr a{
            display: block;
    padding: 0;
    margin-top: 10px;
    }
    .cntr {
    padding: 40px 26px;
    }
}

@media screen and (max-width: 991px) {
    .trx_addons_columns_wrap.columns_padding_bottom > [class*=trx_addons_column-], .trx_addons_columns_wrap > [class*=trx_addons_column-].columns_padding_bottom, .row.columns_padding_bottom > [class*=column-], .columns_wrap.columns_padding_bottom > [class*=column-], .row > [class*=column-].columns_padding_bottom, .columns_wrap > [class*=column-].columns_padding_bottom {
        padding-bottom: 1px !important;
    }
.objcnt{
    display: flex;
    align-items: center;
}
    .sidebar .widget .widget_title {
        padding: 0px 26px;
    }

    .sidebar.right.widget_area {
        margin-top: unset !important;
        margin: 40px 0px !important;
    }

    .accordion{
        width: 100%;
    }

    .faq-tabs {
    flex-direction: unset;
    gap: 13px 9px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}
.abtipic{
    padding: 10px 0px;
}

.abtipic img {
    width: 100%;
    height: 266px;
}
}

@media screen and (max-width: 768px) {
    .trx_addons_columns_wrap.columns_padding_bottom > [class*=trx_addons_column-], .trx_addons_columns_wrap > [class*=trx_addons_column-].columns_padding_bottom, .row.columns_padding_bottom > [class*=column-], .columns_wrap.columns_padding_bottom > [class*=column-], .row > [class*=column-].columns_padding_bottom, .columns_wrap > [class*=column-].columns_padding_bottom {
        padding-bottom: 1px !important;
    }
}


@media screen and (max-width: 575px) {
    .faq-tab-link{
            padding: 10px 13px;
            font-size: 12px;
    }
    .accordion-item-header{
        font-size: 13px;
    }
    .accordion-item-body-content{
        font-size: 13px;
    }
    .abtssec h3 {
    font-size: 26px;
    }
    .abtipic img {
    width: 100%;
    height: 200px;
}
.docvwxl ul li {
    width: 47%;
}
.docnm a{
    width: 100%;
    font-size: 3.1vw;
}
}@charset "utf-8"; /*	--------------------------------------------------
Font Setup
-------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Funnel+Display:wght@300..800&family=Italiana&family=Libre+Caslon+Text:ital,wght@0,400;0,700;1,400&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Outfit:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Share+Tech&family=Space+Grotesk:wght@300..700&family=Spline+Sans:wght@300..700&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&family=Unbounded:wght@200..900&display=swap');
@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=Nanum+Gothic+Coding&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Cantata+One&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap'); @import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&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&display=swap'); /*	--------------------------------------------------


Generic CSS Setup
-------------------------------------------------- */
html {
    width: 100%;
    height: 100%;
    background: #fff;
    scroll-behavior: smooth;
}

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: #726d7b;
    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: #726d7b;
    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;
    overflow-x: hidden;
}

/* section cut padding */
/* header ============================================================== */
.top-header--panel {
    background: #f6a201;
    padding: 7px 0px;
}

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

header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    /* box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15); */
    /* background: #000000;
background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); */
    transition: .3s ease;
    background-position: bottom;
    background: #ffc4c000;
    /* backdrop-filter: blur(10px); */
    /* border-bottom: 1px solid #ffffff59; */
}
.fancybox-slide{
    z-index:99999999999999;
}
.scrolled {
    /* background-color: #000; */
    background-image: url('../images/home/about_us/footer.webp');
    background-position: bottom;
    background-size: cover;
}

.header_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 15px 0px; */
    /* border-bottom: 1px solid #d9d9d9; */
    /* border-bottom: 1px solid #d9d9d91f; */
}

.header_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
    /* padding-right: 196px; */
}

.cnttab {
}

.flexalng {
    display: flex;
    gap: 20px;
}

.bxaf a {
    color: #000;
    font-family: 'Manrope';
    font-size: 17px;
    display: flex ;
    gap: 7px;
    align-items: center;
    font-weight: 600;
}

.cntspc {
    text-transform: uppercase;
    font-family: 'artegra-medium';
    color: #dc1a1a;
    font-size: 11px;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 4px;
    font-weight: 700;
}

.bxaf i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: flex ;
    align-items: center;
    justify-content: center;
    background: #4dace5;
    color: #fff;
}

.bxtpheader {
    display: flex;
    align-items: center;
    gap: 66px;
}

.igcnt {
    display: flex ;
    align-items: center;
    gap: 12px;
}

.igcnt a {
    color: #ffff;
    padding: 13px 19px;
    display: block;
    border-radius: 6px;
    font-family: 'Inter Tight';
    text-transform: uppercase;
    font-size: 14px;
    background: linear-gradient(177deg, rgba(46, 49, 142, 1) 0%, rgba(76, 158, 221, 1) 100%);
    font-weight: 600;
    background: #2e318e;
}

.igcnt a i {
    font-size: 19px;
    position: relative;
    top: 2px;
    padding-left: 4px;
}

.cart {
    position: relative;
}

.cart i {
    font-size: 19px;
    color: #000;
}

.srch i {
    font-size: 19px;
    color: #000;
}

.login i {
    font-size: 19px;
    color: #000;
}

.cart span {
    position: absolute;
    width: 18px;
    height: 18px;
    background: #dc1a1a;
    display: flex ;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: #fff;
    font-size: 11px;
    top: -8px;
    right: -12px;
}

.container-port-xl {
    padding: 0px 15px;
    width: 1480px;
    margin: auto;
}
.container-port-xlx{
        padding: 0px 15px;
        width: 99%;
        margin: auto;
}
.logo {
    flex: 0 0 auto;
    text-align: center;
}

.logo a {
    font-family: 'Inter Tight';
    color: #000;
    font-weight: 600;
    font-size: 19px;
    /* position: absolute; */
    top: 0;
    left: 0;
}

.logo img {
    width: 226px;
    /* padding: 5px 0px; */
}

.navigation_lists {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.box-sldnav {
    background: linear-gradient(177deg, rgba(46, 49, 142, 1) 0%, rgba(76, 158, 221, 1) 100%);
}

.main_nav_menu {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 29px;
}

.lgog {
    display: flex ;
    align-items: center;
    justify-content: end;
    gap: 7px;
}

.lgog a {
    color: #fff;
    font-family: 'Manrope';
    display: flex ;
    align-items: center;
    gap: 8px;
}

.list_nav_a {
    display: block;
    color: #ffffff;
    font-size: 15px;
    transition: .3s ease;
    font-weight: 600;
    font-family: 'Unbounded';
    padding: 28px 0px;
    /* border-top: 3px solid #f5b20500; */
}

.dprelative {
    position: relative;
}

.obr {
    position: absolute;
    width: 100%;
    background: #fff;
    height: 39px;
    top: -14px;
    left: 0;
    opacity: 0;
}

.submenu {
    position: absolute;
    background: #fff;
    padding: 22px;
    width: 294px;
    left: 0;
    top: 60px;
    border-radius: 10px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-6px);
    transition: .3s ease;
}

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

.submenu ul li {
    border-bottom: 1px solid #0000001f;
    padding-bottom: 12px;
    margin-bottom: 12px;
    transition: .3s ease;
    transform: translateY(-6px);
    opacity: 0;
    visibility: hidden;
}

.submenu ul li a {
    color: #000000;
    font-size: 14px;
    transition: .3s ease;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Inter Tight';
    letter-spacing: 1px;
}

.submenu ul li:last-child {
    padding-bottom: unset;
    margin-bottom: unset;
    border-bottom: none;
}

.dprelative:hover>.submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0px);
}

.dprelative:hover>.submenu ul li {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.toplft {
    display: flex ;
    align-items: center;
    justify-content: end;
    border-bottom: 1px solid #00000026;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-top: 20px;
    gap: 20px;
}

.toplft a {
    font-family: 'Manrope';
    color: #fff;
    padding: 4px 20px;
    font-size: 15px;
}

.toplft a:nth-child(1) {
    background: #c39860;
}

.toplft a:nth-child(2) {
    background: #29262f;
    display: none;
}

.sclml {
    display: flex ;
    align-items: center;
    justify-content: start;
    border-bottom: 1px solid #00000026;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-top: 29px;
    gap: 20px;
}

.sclml a {
    font-family: 'Manrope';
    font-size: 14px;
    color: #000;
}

.list_nav_a:hover {
    color: #ffb905;
}

.list_nav_menu {
    /* padding: 18px 0px; */
    border-bottom: 2px solid #ffffff00;
}

.activetab {
    color: #011b3c;
    position: relative;
}
.activetab::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.drparent {
}

.sub-menu {
    position: absolute;
    background: #fff;
    top: 122px;
    border-top: 3px solid #ffffff;
    padding: 10px 20px;
    margin: 0px;
    list-style: none;
    width: 389px;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: .3s ease;
    display: flex ;
    flex-wrap: wrap;
}

.sub-menu ul {
}

.sub-menu li {
    width: 47%;
}

.sub-menu li a {
    text-transform: capitalize;
    font-family: 'Manrope';
    color: #53534A;
    display: block;
    padding: 9px 0px;
    transition: .3s ease;
    font-size: 15px;
}

.sub-menu li a:hover {
    color: #bd9860;
}

.sub-menu li:last-child a {
    border-bottom: none !important;
}

.drparent:hover>.sub-menu {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}

.chat_flex_box {
    display: flex;
    margin-left: 50px;
}

.home-h {
    position: relative;
}

.home-h2::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    left: 4%;
    top: 22%;
    transform: rotate(315deg) translate(-50%, -50%);
}

.bx-a {
    display: flex;
    justify-content: center;
}

.bx-a label {
    margin: 0px;
    color: black;
}

.contact-support {
    margin-right: 30px;
    display: flex;
    align-items: center;
}

.contact-support span {
    display: block;
    font-family: 'Inter Tight';
    font-size: 13px;
    color: #fffc;
}

.call-icon-sprt {
    width: 20px;
    margin-right: 10px;
}

.call-icon-sprt svg {
    width: 100%;
    height: auto;
}

.contact-support a {
    color: #ffffff;
    font-family: 'Inter Tight';
    font-size: 16px;
    margin-top: -2px;
    display: block;
}

.chat_box {
    font-family: 'Unbounded';
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    line-height: 1.2em;
    letter-spacing: 0;
    word-spacing: 0;
    color: #011b3c;
    padding: 17px 20px;
    /* border-radius: 100px; */
    white-space: nowrap;
    border: 1px solid #ffb905;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #ffb905;
    position: absolute;
    right: 0;
    top: 15px;
    justify-content: center;
    width: 185px;
    border-radius: 3px;
}

.chat_box svg{
    width: 17px;
}

/* banner section ====================================================== */
.bannerbgvid {
    width: 100%;
    height: 100vh;
}

.bannerbgvid video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-section-box {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.imgbanner {
    /* position: absolute; */
    width: 100%;
    height: 100%;
}

.imgbanner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bx {
    display: flex;
}

.bottomcurve {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 60%;
    z-index: 3;
    /* display: none; */
    left: 50%;
    transform: translate(-50%, 86%);
}
.bottomcurve img{
    width: 100%;
}
.objcnt{
    
position: fixed;
    
right: 70px;
    
height: 70px;
    
z-index: 100;
    
color: #fff;
    
bottom: 0px;
    
background: #FFF7E1;
    
background: linear-gradient(270deg, rgb(255 255 255 / 13%) 0%, rgba(255, 247, 225, 0) 100%);
    
padding: 20px 29px;
    
height: 70px;
    
text-align: left;
transition: .3s ease;
}

.scrlcls{

background: linear-gradient(270deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 79%, rgba(0, 0, 0, 0) 96%) !important;
}
.objcnt a{
    
color: #fff;
    
/* writing-mode: sideways-lr; */
    
text-orientation: mixed;
    
display: flex;
    
align-items: center;
    
gap: 12px;
    
font-family: 'Unbounded';
    text-transform: capitalize;
}

.objcnt p{
    
color: #ffb905;
    
margin: 0;
    
font-family: 'Unbounded';
}
.hidebnr {
    display: none !important;
}

.capdtbg {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999999;
    display: flex;
    align-items: end;
    padding-bottom: 230px;
    background-image: linear-gradient(180deg, #011b3c4a 45%, rgb(8 9 13));
    background-image: url('../images/home/slider/overlay-bg2.png');
    background-position: top;
    background-size: cover;
    background-color: #011b3c4a;
    pointer-events: all;
}

.capdtbg .container-port-xlx{
        margin: 0px auto;
}

.banner-section-box::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
    /* background: #2E318E;
    background: linear-gradient(97deg, rgb(3 5 75) 0%, rgb(3 5 75 / 0%) 100%); */
    background: #00000082;
    pointer-events: none;
}

.banner-parent .row {
    justify-content: center;
}

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

.banner-parent {
    position: relative;
    z-index: 30;
}

.container-port {
    width: 1350px;
    margin: auto;
    padding: 0px 30px;
}

.banner-content-xc {
    overflow: hidden;
    text-align: center;
}

.banner-content-xc span img {
    width: 126px;
    border: 1px solid #ffffff9e;
    height: 136px;
    object-fit: contain;
    margin-bottom: 20px;
}

.banner-content-xc span {color: #ffb905;font-style: italic;/* border-bottom: 2px solid #ffb905; *//* border-top: 2px solid #ffb905; *//* margin: auto; */margin-bottom: 11px;margin-top: 11px;/* display: block; */max-width: fit-content;}

.banner-content-xc h3 {
    color: #ffffff;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-size: 4vw;
    font-weight: 700;
    line-height: 1;
    /* text-align: center; */
    font-family: "Unbounded", sans-serif;
}

.banner-content-xc p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    line-height: 1.4em;
    letter-spacing: 0;
    word-spacing: 0;
    font-family: "Nanum Gothic", sans-serif;
}

.banner-content-xc a {
    display: block;
    max-width: fit-content;
    padding: 20px 30px;
    background: #ffb905;
    font-family: 'Funnel Display';
    color: #000000;
    margin: auto;
    text-transform: capitalize;
    font-weight: 700;
    margin-top: 37px;
    font-size: 16px;
    border-radius: 100px;
    position: relative;
    z-index: 5;
}

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

.link-siblings a:nth-child(1) {
    font-family: 'Euclid Regular';
    color: #fff;
    background-color: #0f1681;
    margin-right: 15px;
    padding: 15px 30px;
}

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

.banner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-wrp {
    text-align: right;
}

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

/* ---- particles.js container ---- */
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    z-index: 2;
}

/* ---- stats.js ---- */
.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13e8e9;
    font-size: 0.8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats, .count-particles {
    -webkit-user-select: none;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}

/* new and events */
.serv-updatesection {
    background-image: url('../images/home/about_us/71-home-1-2-1024x1007.webp');
    background-position: center;
    background-size: cover;
    background-color: #003950;
    background-blend-mode: color-burn;
    padding: 100px 0px;
    position: relative;
}

.serv-updatesection::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../images/home/about_us/service-1-shape-1.png');
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    opacity: .03;
    pointer-events: none;
}

.updatesection {
}

.dotpnt {
    width: 40px;
    height: 4px;
    background-color: #fff;
    border-radius: 100px;
    margin-bottom: 20px;
}

.updateslider {
    height: 100%;
}

.updatebx {
    border-radius: 15px;
    background-color: white;
    box-shadow: 0px 4px 20px 0px rgba(16, 23, 40, 0.06);
    padding: 20px;
}

.updatehdr {
    max-width: 600px;
    margin-bottom: 50px;
}

.updatehdr span {
    color: #4cabe8;
    font-family: 'Manrope';
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.updatehdr h3 {
    font-weight: 800;
    font-size: 44px;
    line-height: 1.1;
    margin-bottom: 20px;
    font-family: 'Manrope';
    color: #fff;
}

.slidernwe {
    position: relative;
    /* width: calc(100vw - ((100vw - 1300px) / 2) - 30px); */
    /* margin-left: calc((100vw - 1350px) / 2 + 30px); */
    max-width: 1300px;
    margin: auto;
}

.updatebx h3 {
    color: #000;
    font-size: 19px;
    margin-bottom: 7px;
}

.updatebx p {
    font-size: 15px;
    color: #4b4b4b;
    font-family: "Manrope", sans-serif;
}

.headernw h3 {
    font-size: 36px;
    font-weight: 600;
    color: #2e318e;
    margin-bottom: 30px;
    padding-left: 50px;
}

.newspic {
}

.bx-wrpnw {
    border-right: 1px solid #ffffff59;
    padding-right: 40px;
}

.newspic img {
    width: 100%;
    aspect-ratio: 1 / .7;
    object-fit: cover;
    border-radius: 10px;
}

.news-dta {
    margin-top: 30px;
    padding: 0px 15px;
}

.news-dta h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
    font-family: 'Poppins';
    font-weight: 600;
}

.news-dta p {
    margin-bottom: 19px;
    font-family: 'Nanum Gothic';
    color: #ffffff;
    font-size: 13px;
    line-height: 26px;
}

.news-dta a {
    color: #ffff;
    padding: 10px 20px;
    display: block;
    font-family: 'Inter Tight';
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    max-width: fit-content;
    border-radius: 100px;
    border: 2px solid #fff;
}

.news-dta a i {
    margin-left: 10px;
}

/* team page =-====================== */
.teamsection {
    padding: 100px 0px;
    background-color: #f7f7f7;
}

.tmheader h3 {
    font-weight: 800;
    font-size: 44px;
    line-height: 1.1;
    font-family: 'Manrope';
    color: #223645;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 78px;
}

.rowcent {
    justify-content: center;
    gap: 30px 0px;
}

.rowcent .col-lg-3 {
    border-right: 1px solid #0000001f;
}

.rowcent .col-lg-3:last-child {
    border: none;
}

.teambxr {
    text-align: center;
}

.tmpic {
    background-image: -webkit-linear-gradient(-96deg, #ebebeb 0%, #f2f2f2 15%, #f9f9f9 100%);
    width: 140px;
    height: 140px;
    border-radius: 200px;
    margin: auto;
    margin-bottom: 40px;
}

.tmpic img {
    width: 112px;
    border-radius: 100px;
    border: 1px solid #4eade8;
    position: relative;
    top: 36px;
}

.teambxr h3 {
    font-family: 'Manrope';
    color: #000;
    font-size: 19px;
    font-weight: 500;
}

.teambxr label {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Manrope';
    font-weight: 600;
    color: #51aae7;
}

/* programmes ------------------- */
.bx-wrp2 {
    background: #dc1a1a;
    padding: 30px;
    border-radius: 10px;
    height: 100%;
}

.abts-home-content4 h3 {
    font-size: 28px;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 14px;
    font-family: 'Phosphor';
    text-transform: uppercase;
    font-family: 'fallback';
}

.abts-home-content4 p {
    margin-bottom: 10px;
    font-family: 'Nanum Gothic';
    color: #fff;
    font-size: 15px;
    line-height: 26px;
}

/* sec sep sectin ============================== */
.glolfacpcontaienr {
    width: 40%;
}

.samplebx img {
    width: 100%;
}

.gpspc {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.col-mb30 {
    width: 50%;
}

.bxseceq {
    background-color: #fff;
    /* box-shadow: 0px 4px 30px 0px rgba(19, 74, 83, 0.05); */
    height: 100%;
    display: block;
}

.dtpcx {
    position: relative;
    height: 100%;
}

.dtpcx span {
    display: block;
    height: 100%;
}

.dtpcx span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1 / .5;
}

.flattxtcnt {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex ;
    justify-content: space-between;
    flex-direction: column;
    padding: 50px 41px;
}

.fl1 {
    background: #dc1a1a;
}

.fl2 {
    background: #4c236a;
}

.fl3 {
    background: #cb7300;
}

.fl4 {
    background: #00BCD4;
}

.flattxtcnt::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../images/home/about_us/bg-aim.png');
    background-size: contain;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: right;
    opacity: .1;
    pointer-events: none;
}

.flattxtcnt h3 {
    color: #ffffff;
    font-family: dubai;
    font-size: 30px;
    margin-bottom: 8px;
    line-height: 1.1;
}

.flattxtcnt p {
    color: #ffffff;
    font-family: 'Inter Tight';
    font-size: 16px;
    max-width: 300px;
}

.flattxtcnt a {
    background: #fff;
    max-width: fit-content;
    font-family: 'Manrope';
    color: #000;
    text-transform: uppercase;
    padding: 8px 18px;
    padding-top: 10px;
}

.bgnimg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.bgnimg img {
    height: 100%;
}

/* about us ======================================= */
.aboutus-sectin-home {
    padding: 200px 0px;
    position: relative;
    background: #f7f6fb;
}

.aboutus-sectin-home::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* clip-path: polygon(50% 8%, 100% 0px, 100% 99%, 0px 100%, 0px 0px); */
    /* background: #2e318e; */
}

.imgbs {
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.imgbs img {
    width: 100%;
    object-fit: cover;
}

.abts-home-content {
    padding-left: 50px;
}

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

.abts-home-content h3 {
    font-size: 54px;
    color: #000000;
    line-height: 1.1;
    margin-bottom: 14px;
    font-family: 'Poppins';
    font-weight: 500;
}

.txtbg {
    background-image: url('../images/bgtxtur.jpg');
    background-position: center;
    background-size: cover;
}

.hrdabt {
    margin-bottom: 21px;
}

.hrdabt h2 {
    font-size: 18px;
    font-family: 'Inter Tight';
    font-weight: 600;
    color: #006a94;
    display: flex;
    align-items: center;
    gap: 20px;
}

.linover {
    width: 59px;
    height: 2px;
    border-bottom: 1px solid #5fc0ff;
}

.abts-home-content h4 {
    font-size: 20px;
    color: #000;
    font-family: 'Manrope';
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 22px;
}

.abts-home-content p {
    margin-bottom: 24px;
    font-family: 'Nanum Gothic';
    color: #000;
    font-size: 15px;
    line-height: 26px;
}

.abts-img-hm {
}

.ourmission {
}

.pvsec {
    display: flex ;
    margin-bottom: 30px;
    gap: 17px;
    background: #ffffff0d;
    padding: 20px;
    border-radius: 11px;
    flex-direction: column;
    text-align: center;
    border: 1px solid #03A9F4;
    height: 100%;
    background: linear-gradient(177deg, rgba(46, 49, 142, 1) 0%, rgba(76, 158, 221, 1) 100%);
}

.imgb {
}

.imgb img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 80px;
    border-radius: 5px;
}

.robm {
    margin-bottom: 100px;
    gap: 15px 0px;
    justify-content: center;
}

.pvc {
}

.pvc h5 {
    color: #FFC107;
    font-size: 20px;
    font-family: 'Manrope';
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.pvc label {
    color: #fff;
    font-family: 'Manrope';
    font-size: 15px;
}

.pvc a {
    color: #fff;
    border-bottom: 1px solid #fff;
    font-family: 'Manrope';
    display: block;
    max-width: fit-content;
    margin: auto;
    margin-top: 11px;
}

.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 {
    background: #000000;
    color: #fff;
    padding: 12px 22px;
    display: flex;
    align-items: center;
    gap: 29px;
    max-width: fit-content;
    margin-top: 30px;
    border-radius: 100px;
    font-weight: 600;
    font-size: 14px;
}

.abts-home-content a i {
    position: relative;
    top: 2px;
}

.col-trm {
    padding: 10px;
}

.bxtrm a {
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.bxtrm img {
    width: 100%;
    aspect-ratio: 1 / .7;
}

.tournamentssection {
    margin-top: 80px;
}

.trmnam {
    font-family: 'Catchy Mager';
    font-size: 40px;
    text-transform: capitalize;
    color: #000;
    text-align: center;
    margin-bottom: 18px;
}

.mtop101 {
    margin-top: 50px;
}

/* sub div section ========================= */
.wprwall {
    background-image: url('../images/home/about_us/las-colinas-slide-2.jpeg');
    background-position: bottom;
    background-size: cover;
    width: 100%;
    height: 100vh;
}

.marslider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    padding: 10px 0px;
    background: #ffffff36;
    padding-top: 12px;
}

.marslider .content {
    display: flex ;
    align-items: center;
    gap: 91px;
}

.marslider .content a {
    color: #fff;
    font-family: 'Manrope';
    line-height: 1;
}

.flexcenter {
    display: flex;
    align-items: center;
}

/* prdslider container ====================== */
.latestprd {
    padding: 100px 0px;
}

.sldprdpic a {
    display: block;
}

.sldprdpic img {
    width: 100%;
    aspect-ratio: 1 / .7;
    object-fit: cover;
    border-radius: 9px;
}

.colglry {
    padding: 4px;
}

.prdhdr {
    text-align: center;
    margin-bottom: 60px;
}

.prdhdr h3 {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.1;
    margin-bottom: 17px;
    font-family: 'Poppins';
    color: #000000;
    text-transform: uppercase;
}

.prdhdr h3 span {
    color: #4dace5;
}

.prdhdr p {
    font-size: 82px;
    font-family: 'Manrope';
    color: #006a94;
    max-width: 700px;
    margin: auto;
    line-height: 1;
    background: -webkit-linear-gradient(#006a94, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sldprd {
    background: #fff;
}

.sldprdddt {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 24px;
}

.sldprdddt h3 {
    color: #000;
    text-transform: uppercase;
    font-family: 'fallback';
    font-size: 17px;
}

.sldprdddt p {
    color: #dc1a1a;
}

.showmore-glry {
    margin-top: 40px;
}

.showmore-glry a {
    max-width: fit-content;
    margin: auto;
    color: #fff;
    background: #000000;
    padding: 14px 48px;
    display: block;
    margin-top: 35px;
    border-radius: 100px;
    font-size: 20px;
    font-family: 'Manrope';
    font-weight: 600;
    border: 2px solid #000000;
    transition: .3s ease;
}

.showmore-glry a:hover {
    border: 2px solid #4dace5;
    color: #4dace5;
    background: #fff;
}

/* services home page -========================================================== */
.wht-are-distinct {
    padding: 80px 0px;
}

.box-btm-content {
    text-align: center;
    margin-bottom: 50px;
}

.box-btm-content span {
    text-transform: uppercase;
    color: #000;
    font-family: 'Manrope';
    font-size: 2rem;
}

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

.serv-box--intitle {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    height: 100%;
}

.icon-srv {
    width: 100%;
    margin-bottom: 20px;
}

.icon-srv img {
    width: 100%;
    aspect-ratio: 1 / 0.8;
    object-fit: cover;
}

.srv--conternt {
    padding: 20px;
    text-align: center;
    background: #faebd7;
    height: 100%;
    padding-top: 40px;
}

.srv--conternt h3 {
    font-size: 20px;
    color: #000;
    margin-bottom: 13px;
    line-height: 1.4;
    text-transform: capitalize;
    font-family: "Cantata One", serif;
}

.srv--conternt span {
    color: #25644c;
    display: block;
    margin-bottom: 20px;
}

.srv--conternt p {
    font-size: 21px;
    font-family: 'Manrope';
    color: #000;
    margin-bottom: 10px;
}

.srv--conternt a {
    background: #25644c;
    color: #ffffff;
    padding: 10px 30px;
    font-size: 13px;
    border-radius: 100px;
    transition: .3s ease;
}

.underlne {
    width: 50px;
    height: 2px;
    background: #25644c;
    margin: auto;
    margin-bottom: 20px;
}

.serv-box--intitle:hover > .srv--conternt a {
    background: #bd9860;
    color: #fff;
}

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

/* thumb slider ================ */
.header-dvd {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-bottom: 36px;
}

.lineoverthrough {
    width: 14%;
    height: 2px;
    border: 1px solid #c39860;
}

.header-dvd h3 {
    color: #0f0f0f;
    font-size: 38px;
    font-family: 'Manrope';
    text-transform: uppercase;
    font-weight: 300;
}

.swiper-container-wrapper {
    position: relative;
}

.thumbsld {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 80;
    height: 100%;
    background: #000000ad;
    padding: 40px 0px;
}

.bxsectionrst {
    border-bottom: 1px solid #545454;
    padding: 1px 0px;
    padding-right: 30px;
}

.bxnme {
    padding: 10px 20px;
    font-family: 'Manrope';
    color: #fff;
    margin-left: 100px;
}

.sldthumb {
    height: auto !important;
}

.glrycontainer {
    height: 785px;
    position: relative;
}

.rcpcnt ul li {
    display: flex;
    margin-bottom: 10px;
    gap: 9px;
}

.rcpcnt ul li p {
    color: #000;
    font-family: 'Manrope';
    margin-bottom: 10px;
}

.dsplayimg {
    position: relative;
}

.namecap {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    display: none;
}

.namecap h3 {
    color: #fff;
    font-family: 'Catchy Mager';
    font-size: 6vw;
}

.counternu {
    position: absolute;
    background: #0000008a;
    display: flex;
    align-items: center;
    gap: 1px;
    z-index: 5;
    right: 16px;
    top: 16px;
    color: #fff;
    padding: 3px 10px;
    border-radius: 100px;
    font-family: 'Manrope';
    font-size: 14px;
    padding-top: 4px;
}

.sliderarrow {
    display: none ;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}

.sldarrow {
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 100px;
    display: flex ;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 19px;
}

/* about us ectin apge ============= */
.bannerinnersection {
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
    position: relative;
}

.abtssectinpage {
    background-image: url('../images/home/about_us/abtsbanner.jpg');
}

.bannerinnersection::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000;
    background: linear-gradient(97deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.bannerinnersection .container-port {
    position: relative;
}

.pagepath {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 46px;
    display: flex;
    align-items: center;
}

.pagepath::before {
    content: '';
    position: absolute;
    width: 50%;
    left: 0;
    background: linear-gradient(97deg, rgba(3, 169, 244, 1) 0%, rgba(3, 169, 244, 0) 100%);
    height: 46px;
    bottom: 0;
}

.pagepath-w {
    display: flex ;
    align-items: center;
    gap: 10px;
}

.pagepath-w a {
    color: #fff;
    font-family: 'Manrope';
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.pagepath-w span {
    color: #fff;
    font-size: 13px;
}

.banneriner {
    width: 100%;
}

.banneriner h1 {
    color: #fff;
    font-size: 42px;
    font-family: 'Manrope';
    text-transform: uppercase;
    font-weight: 700;
}

.abts-home-content2 h3 {
    font-size: 39px;
    color: #2e318e;
    line-height: 1.1;
    margin-bottom: 14px;
    text-transform: uppercase;
    font-family: 'Inter Tight';
    font-weight: 700;
}

.imgbs2 {
    margin-bottom: 40px;
}

.imgbs2 img {
    width: 100%;
    border-radius: 10px;
}

.abts-home-content2 h4 {
    font-size: 20px;
    color: #000;
    font-family: 'Manrope';
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 22px;
}

.abts-home-content2 p {
    margin-bottom: 10px;
    font-family: 'Nanum Gothic';
    color: #333;
    font-size: 15px;
    line-height: 26px;
}

.brdimg img {
    width: 195px;
}

.brddrc {
    border: 1px solid #ffdfb1;
    padding: 40px;
    margin: auto;
    border-radius: 10px;
    text-align: center;
    background: #fcf9f6;
}

.contdrc {
    margin-top: 20px;
}

.contdrc h3 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
    font-family: 'Inter Tight';
}

.contdrc span {
    color: #F44336;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Inter Tight';
    font-weight: 500;
    display: block;
    margin-bottom: 9px;
}

.contdrc p {
    color: #000;
    font-family: 'Manrope';
}

.hrdbr {
    font-size: 31px;
    color: #223645;
    line-height: 1.1;
    margin-bottom: 44px;
    font-family: 'Manrope';
    text-transform: capitalize;
    font-weight: 600;
}

.abts-home-content2 {
    padding-right: 50px;
}

.accordion {
    /* padding-right: 50px; */
    /* margin: 2rem auto; */
}

.accordion-item {
    background-color: #fff;
    color: #111;
    margin: 1rem 0;
    border-radius: 0.5rem;
    box-shadow: 0px 4px 80px 0px rgba(30, 22, 22, 0.06);
}

.accordion-item-header {
}

.accordion-item-header::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 1rem;
}

.accordion-item-header.active::after {
    content: "\2212";
}

.accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
    padding: 1rem;
    line-height: 1.5rem;
    border-top: 1px solid;
    border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}

.accordion-item-body-content p {
    font-family: 'Manrope';
    color: #000;
    margin-bottom: 10px;
    font-size: 15px;
}

@media(max-width: 767px) {
    html {
        font-size: 14px;
    }
}

/* rare contract ======================= */
.rrcntrsectoin {
    padding: 100px 0px;
}

.bxrrbx {
    border: 1px solid #e1a64f63;
    padding: 20px;
    height: 100%;
    border-radius: 10px;
    transition: .3s ease;
}

.rowgp {
    gap: 40px 0px;
}

.bxrrbx h3 {
    color: #000;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    transition: .3s ease;
}

.bxrrbx p {
    color: #4f4f4f;
    font-family: 'Manrope';
    margin-bottom: 10px;
    transition: .3s ease;
}

.bxrrbx a {
    display: flex ;
    align-items: center;
    gap: 8px;
    color: #ce1c00;
}

.bxrrbx a svg {
    fill: #ce1c00;
}

.bxrrbx:hover {
    background-color: #ce1c00;
}

.bxrrbx:hover>h3 {
    color: #fff;
}

.bxrrbx:hover>p {
    color: #fff;
}

.bxrrbx:hover>a {
    color: #ffd24d;
}

.bxrrbx:hover>a svg {
    fill: #ffd24d;
}

/* 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: 500px;
    margin-bottom: 100px;
}

.map iframe {
    width: 100%;
    height: 100%;
}

.hdrcnt {
}

.ccnter {
    display: flex;
    align-items: center;
}

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

.bgimgc img {
    width: 100%;
    border-radius: 100%;
}

.hdrcnt h3 {
    color: #000;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 5px;
}

.hdrcnt p {
    font-family: 'Manrope';
    color: #404040;
    font-size: 16px;
}

.contactinfo {
    margin-top: 38px;
}

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

.contactinfo ul li {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
}

.contactinfo ul li span {
    display: flex ;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: linear-gradient(177deg, rgba(46, 49, 142, 1) 0%, rgba(76, 158, 221, 1) 100%);
    border-radius: 100px;
    color: #fff;
    font-size: 18px;
}

.contactinfo ul li div label {
    display: block;
    margin: 0;
    text-transform: uppercase;
    color: #4073be;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Manrope';
}

.contactinfo ul li div a {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Manrope';
}

.contactinfo ul li div p {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Manrope';
}

/* tab cnt */
.boxtabnew {
    margin-top: 50px;
}

.wrapper3 {
}

.tab-wrapper3 {
    text-align: center;
    display: block;
    margin: auto;
}

.tabs3 {
    margin: 0;
    padding: 0;
    display: flex ;
    justify-content: center;
    flex-wrap: wrap;
    gap: 11px;
}

.tab-link3 {
    list-style: none;
    padding: 6px 17px;
    color: #ffffff;
    cursor: pointer;
    transition: all ease 0.5s;
    background: #2e318e;
    border-radius: 100px;
    font-family: 'Manrope';
    font-size: 15px;
    font-weight: 600;
    border: 2px solid #2e318e;
}

.tab-link3:hover {
    background: #03a9f4;
    border: 2px solid #03a9f4;
}

.tab-link3.active3 {
    border: 2px solid #2e318e;
    background: none;
    color: #2e318e;
}

.content-wrapper3 {
}

.tab-content3 {
    display: none;
    text-align: center;
    color: #888;
    font-weight: 300;
    font-size: 15px;
    opacity: 0;
    transform: translateY(15px);
    animation: fadeIn 0.5s ease 1 forwards;
}

.tab-content3.active3 {
    display: block;
}

@keyframes fadeIn {
    100% {
        opacity: 1;
        transform: none;
    }
}

/* 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%;
}

.drscdinfo {
}

.drscdinfo h3 {
    font-family: 'Catchy Mager';
    font-size: 39px;
    text-transform: uppercase;
    color: #0d6542;
    margin-bottom: 20px;
    max-width: 500px;
    line-height: 1.2;
}

.drscdinfo h4 {
    font-size: 24px;
    border-left: 5px solid #cb984e;
    padding-left: 10px;
    line-height: 1;
    margin-bottom: 10px;
    color: #000;
    font-family: 'Manrope';
}

.drscdinfo h5 {
    font-size: 22px;
    color: #8f6529;
    margin-bottom: 10px;
    margin-top: 20px;
}

.drscdinfo p {
    font-family: 'Manrope';
    color: #000;
    font-size: 19px;
    margin-bottom: 10px;
}

.clmdrs {
    padding: 20px;
    height: 100%;
    border: 1px dashed #00000059;
    border-radius: 10px;
}

.clmdrs h6 {
    color: #25644c;
    font-family: 'Manrope';
    font-size: 26px;
    margin-bottom: 18px;
    font-weight: 600;
}

.mtoptp490 {
    margin-top: 50px;
}

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

.clmdrs ul li {
    font-family: 'Manrope';
    color: #000;
    font-size: 18px;
    margin-bottom: 7px;
    display: flex ;
    margin-bottom: 0px;
    gap: 9px;
}

.paeq40 {
    padding: 15px;
}

.clmdrs ul li p {
    font-family: 'Manrope';
    color: #000;
    width: 90%;
    font-size: 19px;
    margin-bottom: 6px;
}

.clmdrs ul li i {
    width: 18px;
    height: 18px;
    background: #005f39;
    border-radius: 100px;
    color: #fff;
    font-size: 11px;
    display: flex ;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 4px;
}

/* footer ================================================== */
footer {
    /* background-color: #121458; */
    background-color: #0d2332;
    padding-top: 50px;
    position: relative;
}

.container-port-ftr {
    width: 90%;
    margin: auto;
}

.ftrlogo {
    margin-bottom: 31px;
}

.prst-one {
    margin-top: 36px;
}

.ftrrght {
    display: flex ;
    gap: 13px;
    padding-left: 40px;
}

.flexfl ul {
    /* display: flex; */
    /* gap: 38px; */
}

.flexflx {
    display: flex;
    justify-content: space-between;
    margin-bottom: 37px !important;
    flex-wrap: wrap;
    flex-direction: column;
}

.flexflx li div {
    display: flex;
    gap: 10px;
}

.flexflx li:nth-child(2) {
    gap: 30px;
}

.ftrrght a {
    width: 101px;
    /* height: 101px; */
    display: block;
    background: #fff;
    border-radius: 10px;
    padding: 4px;
    box-shadow: 10px 10px 5px 0px rgb(0 0 0 / 29%);
    -webkit-box-shadow: 10px 10px 5px 0px rgb(0 0 0 / 29%);
    -moz-box-shadow: 10px 10px 5px 0px rgb(0 0 0 / 29%);
}

.ftrrght a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    aspect-ratio: 1 / 1;
}

.prst-two {
    margin-bottom: 36px;
}

.prst-one h3 {
    color: #fff;
    font-size: 24px;
    /* font-weight: 600; */
    margin-bottom: 8px;
}

.flexul li a {
    text-transform: lowercase !important;
    border-bottom: 1px solid #ffffff3d;
}

.flexul li {
    display: flex;
    align-items: baseline;
    gap: 9px;
    /* margin-bottom: 0px !important; */
    padding-bottom: 0px !important;
    margin-bottom: 20px !important;
}

.flexul li span {
    color: #ffb905;
    font-size: 21px;
    line-height: 1;
}

.flexul li p {
    font-size: 14px;
    color: #fff;
    font-family: 'Manrope';
    letter-spacing: 1px;
    border-bottom: 1px solid #ffffff3d;
}
.jcend{
        justify-content: end;
}
.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: #ffffff;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 25px;
    font-family: 'Unbounded';
    font-weight: 400;
    text-transform: capitalize;
}
.flx{color: #fff;font-family: 'Unbounded';font-size: 29px;position: relative;top: 0;text-transform: capitalize;font-weight: 500;}


.footer-column-bk{
    /* margin-top: 134px; */
    display: flex;
    align-items: center;
    gap: 20px 66px;
    flex-wrap: wrap;
}
.prgxc{
    margin-top: 40px;
}

.cntscl ul li a{
    
display: flex;
    
align-items: center;
    
gap: 10px;
}
.footer-column-bk h4{
    font-size: 29px;
    font-family: 'Unbounded';
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
}

.footer-column-bk p{color: #fff;font-family: 'Funnel Display';text-transform: capitalize;font-size: 18px;}

.footer-column-bk a{
    display: flex;
    max-width: fit-content;
    border: 1px solid #fff;
    /* margin: 28px 0px; */
    align-items: center;
    color: #fff;
}


.footer-column-bk a i{
    padding: 0px 46px;
}

.footer-column-bk a span{
    background: #fff;
    color: #0d2332;
    padding: 14px 44px;
    display: block;
    font-family: 'Unbounded';
    font-weight: 500;
}
.footer-column-bk label{
    color: #fff;
    opacity: .8;
}
.prst-three h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}
.flexfl ul li a{
        margin-bottom: 20px;
}
.prst-three ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.prst-three ul li {
    margin-bottom: 10px;
}

.prst-three ul li a {
    color: #f5f5f1b3;
}

.sociallist {
}

.sociallist h3 {
    color: #4dace5;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 15px;
}

.sociallist div {
    display: flex ;
    align-items: center;
    gap: 17px;
}

.sociallist a {
    display: flex ;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    color: #fff;
}

.sociallist a:nth-child(1) {
    background-color: #1877F2;
}

.sociallist a:nth-child(2) {
    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%);
}

.sociallist a:nth-child(3) {
    background-color: #000;
}

.sociallist a:nth-child(4) {
    background-color: #0077B5;
}

.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;
    justify-content: center;
    gap: 14px;
}

.flex-box-list-a-links ul li a {
    color: #25644c;
    font-size: 15px;
    width: 40px;
    height: 40px;
    display: flex ;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 100px;
}

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

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

.flex-box-list ul li a i {
    color: #f6a201;
    padding-right: 6px;
    font-size: 10px;
}

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

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

/* 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;
}

/* contact us page =================== */
.bx-wrpcnt {
    background-color: #fff;
    padding: 30px 35px 20px;
    box-shadow: 0px 4px 30px 0px rgba(19, 74, 83, 0.05);
    overflow: hidden;
    position: relative;
    height: 100%;
}

.colpad20 {
    padding: 10px;
}

.bx-wrpcnt span {
    display: block;
    margin-bottom: 20px;
}

.bx-wrpcnt span img {
    width: 50px;
}

.bx-wrpcnt h3 {
    color: #25644c;
    font-family: 'Manrope';
    font-size: 23px;
    margin-bottom: 9px;
}

.bx-wrpcnt p {
    font-family: 'Nanum Gothic';
    color: #000;
    font-size: 14px;
}

.bx-wrpcnt a {
    font-family: 'Nanum Gothic';
    color: #000;
    font-size: 15px;
    display: block;
    margin-bottom: 4px;
}

.tpfrmhdr h2 {
    font-size: 18px;
    letter-spacing: 5px;
    font-family: 'Inter Tight';
    font-weight: 600;
    color: #bd9860;
    display: flex;
    align-items: center;
    gap: 20px;
}

.tpfrmhdr h3 {
    font-size: 2rem;
    color: #fff;
    font-family: 'Manrope';
    margin-top: 19px;
    margin-bottom: 45px;
}

.frmdsp {
    background: #25644c;
    padding: 100px 0px;
}

.frmgrp input {
    color: #fff;
    border: 1px solid #71929a;
    padding: 15px 20px;
    font-weight: 400;
    background: none;
    width: 100%;
    display: block;
}

.frmgrp button {
    background: #fff;
    border: none;
    width: 159px;
    padding: 11px 0px;
    font-family: 'Inter Tight';
    color: #000;
    font-weight: 400;
}

.frmgrp input::placeholder {
    color: #71929a;
}

.frmgrp textarea {
    color: #fff;
    border: 1px solid #71929a;
    padding: 15px 20px;
    font-weight: 400;
    background: none;
    width: 100%;
    height: 100px;
    display: block;
}

.bb30 {
    margin-bottom: 30px;
}

/* tate central scheme -------------- */
.tcs-section {
    padding: 100px 0px;
}

.rowvrtspace {
    gap: 60px 0px;
}

.abts-home-content3 h3 {
    font-size: 39px;
    color: #000000;
    line-height: 1.1;
    margin-bottom: 14px;
    font-family: 'Phosphor';
    text-transform: uppercase;
    font-family: 'fallback';
}

.bx-wrp {
    background-color: #f6f0ec;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
}

.imgbs3 {
    margin-bottom: 20px;
}

.imgbs3 img {
    width: 97px;
}

.abts-home-content3 p {
    margin-bottom: 10px;
    font-family: 'Nanum Gothic';
    color: #333;
    font-size: 15px;
    line-height: 26px;
}

/* program section ==================== */

.programs-section{
    padding: 100px 0px;
    background-color: #04183e;
    background-image: url('../images/home/about_us/bgnw.jpg');
    background-position: 45% -50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-blend-mode: darken;
}

.prgx{
    /* margin-bottom: -228px; */
}

.prgx a{
    display: flex;
    align-items: center;
    color: #ffb905 !important;
    font-family: 'Funnel Display';
    font-size: 13px;
    gap: 10px;
    border: 1px dashed #ffb905;
    border-radius: 100px;
    max-width: fit-content;
    padding: 8px 20px;
}

.prgx a svg{
    width: 17px;
    color: #ffb905;
}

.prgx h3{
        font-size: 38px;
        font-weight: 700;
        font-family: 'Manrope';
        color: #ffffff;
        line-height: 1.2;
        margin-top: 29px;
        max-width: 600px;
}
.ovr{
      border-radius: 14px;
      overflow: hidden;
      position: relative;
      margin-top: 29px;
}
.porgpic img{
    width: 100%;
    aspect-ratio: 1/1.1;
    object-fit: cover;
}

.sliderserv{
        position: relative;
        /* top: 303px; */
        bottom: 0;
        left: 0;
        width: 100%;
        margin-top: 96px;
        padding: 0px 10px;
}

.progbox{border-top: 1px solid #ffffff2e;margin-top: 14px;/* margin-bottom: 14px; */position: relative;display: block;/* margin-top: 20px; */}
.arrowth{
    position: absolute;
    top: 56px;
    right: 20px;
    z-index: 5;
}

.arrowth label{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: 1px dashed #fff;
    border-radius: 100px;
    color: #fff;
    backdrop-filter: blur(5px);
    font-size: 23px;
    transition: .3s ease;
    margin: 0;
    cursor: pointer;
}
.arrowth label:hover{
        background: #ffb905;
    color: #000;
    transform: rotate(45deg);
}
.progbox span{

color: #2361d7;

font-family: 'Unbounded';

display: block;

margin: auto;

margin-top: -13px;

position: relative;

z-index: 4;

background: #04183e;

max-width: fit-content;

/* margin-top: 10px; */

padding: 0px 10px;
}
.porgpic img{
    transition: .5s ease;
}
.progbox:hover > .ovr .porgpic img{
    transform: translateY(-20px) scale(1.1);
}

.cntprog{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    background: #000000;
    background: linear-gradient(0deg, rgb(0 0 0) 0%, rgb(70 91 123 / 0%) 100%);
    padding-top: 80px;
    padding-bottom: 33px;
}

.progbox h3{color: #fff;font-size: 24px;margin-bottom: 28px;/* padding: 0px 20px; */font-family: 'Unbounded';/* margin-top: -34px; */}

.progbox p{
    color: #ffffff;
    font-family: 'Funnel Display';
    opacity: .9;
    font-weight: 100;
    font-size: 16px;
}







/* inner page designs =================================================================== */

.bannerinner{
    width: 100%;
    position: relative;
}

.bannerpic{
          width: 100%;
          height: 400px;
}
.bannerpic img{
        width: 100%;
    height: 100%;
    object-fit: cover;
}


.bannercpcontainer{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background-image: url('../images/home/programs/bgmb.png');
    background-position: center;
    background-size: cover;
    background-color: #011b3c4a;
    padding-top: 100px;
}

.bxsr{

}

.bxsr h1{
    color: #fff;
    font-family: 'Unbounded';
    font-size: 4rem;
    line-height: 1;
    max-width: 1000px;
    margin-bottom: 36px;
}

.rootlink{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.rootlink a{
    color: #fff;
    font-family: 'Funnel Display';
    font-size: 13px;
}

.rootlink span{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    transform: rotate(-90deg);
    margin: 0px 9px;
}
.rootlink a:last-child{
    color: #ffb905 !important;
}

.rowgpdwn{
    gap: 70px 0px;
}

.sliderserv2{
        position: relative;

    width: 100%;
}



/* program details =================================== */





.dtpagebanner{
          width: 100%;
              height: 600px;
              position: relative;
}

.bannerpicdt{
    width: 100%;
    height: 100%;
}
.bannerpicdt img{
        width: 100%;
    height: 100%;
    object-fit: cover;
}


.bannercpcontainerdt{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: end;
        background-image: url('../images/home/programs/bgmb.png');
    background-position: center;
    background-size: cover;
    background-color: #011b3c4a;
    padding-bottom: 100px;
}


.bannercpcontainerdt .container-port{
    margin: 0px auto;
}

.bxsrdt h1{
        color: #fff;
    font-family: 'Unbounded';
    font-size: 4rem;
    line-height: 1;
    max-width: 1000px;
    margin-bottom: 36px;
}


.progdtsec{
    padding: 100px 0px;
}

.propicdt{
    margin-bottom: 30px;
}

.propicdt img{
    width: 100%;
    border-radius: 16px;
}










/* 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 {
    height: 100%;
    border-left: 1px solid #ffffff45;
    border-right: 1px solid #ffffff45;
}

.bx-svg {
    text-align: center;
}

.bx-svg img {
    width: 130px;
}

.footer-footer {
    padding: 28px 0px;
    border-top: 1px solid #ffffff;
    margin-top: 37px;
    padding-bottom: 28px;
}

.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: #ffffffd4;
    font-size: 20px;
    margin-bottom: 30px;
    font-family: 'Manrope';
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

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

.flex-bx-1 {
    margin: 0px;
    padding: 0px;
}

.flex-bx-1 li {
    display: flex;
    gap: 9px;
    margin-bottom: 20px;
}

.flex-bx-1 li span {
    color: #edbd75;
    font-size: 29px;
}

.flex-bx-1 li a {
    display: block;
    font-size: 16px;
    color: #fff;
}

.flex-bx-1 li a label {
    width: 100%;
    font-size: 16px;
    font-family: 'Inter Tight';
    color: #edbd75;
}

.flex-bx-1 li p {
    color: #fff;
    font-family: 'Nanum Gothic';
    font-size: 14px;
}

.flexbxcnt a {
}

.flexbxcnt label {
    width: 100%;
    font-size: 16px;
    font-family: 'Inter Tight';
    color: #edbd75;
}

.flexbxcnt a p {
    color: #fff;
    font-family: 'Nanum Gothic';
    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 {
}

.cnter-reserv p {
    font-size: 13px;
    color: #fff;
    font-family: 'Funnel Display';
}

.cnter-reserv p a img {
    width: 65px;
}

.row-footer {
    /* margin-bottom: 50px; */
}

.footertxt {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    overflow: hidden;
    opacity: .3;
}

.footertxt img {
    width: 100%;
    object-fit: cover;
}

.flex-box-ftr {
    display: flex !important;
    align-items: baseline;
}

.flex-box-ftr-a {
    display: flex !important;
    align-items: center;
    margin-bottom: 7px;
}

.flex-box-list2 ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.pdl40 {
}

.lftabtsarp h3 {
    font-family: 'Manrope';
    font-size: 17px;
    color: #fff;
    max-width: 400px;
}

.cntddtig {
    margin-bottom: 38px;
}

.cntddtig ul {
    display: flex ;
    align-items: center;
    justify-content: end;
    list-style: none;
    padding: 0px;
    margin: 0px;
    gap: 18px;
}

.cntddtig ul li a {
    display: flex ;
    width: 60px;
    height: 60px;
    background: #dc1a1a;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
}

.flex-box-list2 ul li {
    /* padding: 12px 0px; */
    margin-bottom: 10px;
}
.flexul li:nth-child(1){
        /* margin-bottom: 25px; */
}

.flexul li:nth-child(1) p{
    border: none !important;
}
.flex-box-list2 ul li a {
    display: flex;
    font-size: 14px;
    color: #fff;
    font-family: 'Funnel Display';
}

.mapa{
    background: #fff;
    color: #000 !important;
    padding: 2px 10px;
    border-radius: 100px;
    margin-top: 25px;
    font-weight: 500;
    font-family: 'Unbounded';
    align-items: center;
    gap: 4px;
}
.lgftr img{
    width: 200px;
}
.abtsftr p{
        color: #fff;
        font-family: 'Funnel Display';
        font-size: 14px;
        margin-top: 25px;
        max-width: 304px;
}
/* hamburger menu */
.ham {
    width: 30px;
    height: 20px;
    display: none;
    align-items: end;
    justify-content: center;
    flex-direction: column;
    margin-left: 0;
    padding: 0px 4px;
    margin-right: 46px;
    position: relative;
}

.ham::before {
    content: 'Menu';
    display: block;
    right: -47px;
    font-family: 'Manrope';
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 0;
    position: relative;
    top: 11px;
}

.ham span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
}

.ham span:nth-child(1) {
    display: none;
}

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



/* mobile menu --------------------------------- */
.mobile-menu {
    padding: 30px 0px;
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    z-index: 99999999;
    /* background-image: url('../images/home/about_us/aboutus-inner.webp'); */
    background-position: initial;
    background-size: cover;
    background-color: #08111b;
    background-blend-mode: saturation;
    transform: translateX(-500px);
    transition: .3s ease;
    display: none;
    padding-top: 60px;
    backdrop-filter: blur(7px);
}

.close-items {
    width: 58px;
    height: 57px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99999999999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #ffffff;
    border: 1px solid #0000001a;
    border-right: none;
    border-bottom: none;
    border-top: none;
    transform: scaleX(-1);
}

.bglin{
position: absolute;
    width: 500px;
    left: 50%;
    bottom: 0;
    opacity: .2;
}

.bglin img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}

.logomen {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    padding: 10px;

}

.logomen img {
    width: 126px;
}

.wrpall-cg {
    height: 100%;
    padding-top: 40px;
}

.bknw {
    padding: 0px 20px;
    margin-top: 39px;
}

.bknw a {
    background: #181818;
    width: 100%;
    display: block;
    color: #fff;
    text-align: center;
    padding: 13px 10px;
}

.close-items svg {
    fill: #fff;
    width: 100%;
    height: auto;
}

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

.mob-main_nav_menu {
    list-style: none;
    padding: 0px 20px;
    margin: 0px;
}

.mob-list_nav_a {
    padding: 14px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
    font-size: 15px;
    position: relative;
    font-family: 'Unbounded';
    border-bottom: 1px solid #00000010;
    text-transform: uppercase;
    font-weight: 500;
}

.mob-list_nav_a i {
    font-size: 13px;
}

.mob-list_nav_a:hover {
    color: #f7c780;
}

.header-title-mob {
    padding: 0px 30px;
    margin-top: 51px;
}

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

.mob-nav-social ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.mob-nav-social a {
    color: #3e815f;
    display: flex;
    width: 29px;
    height: 29px;
    background: #fff;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.header-title-mob h3 {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Nanum Gothic';
    text-transform: uppercase;
}

@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: 1485px) {
    .container-port-xl {
        width: 95%;
    }

    .slidernwe {
        position: relative;
        width: calc(100vw - ((100vw - 90%) / 2) - 30px);
        margin-left: calc((100vw - 90%) / 2 + 30px);
    }
}

@media screen and (max-width: 1400px) {
    .container-port {
        width: 90%;
    }
}
@media screen and (max-width: 1350px) {
.list_nav_a {
    font-size: 14px;
}
}
@media screen and (max-width: 1300px) {
    .list_nav_a {
        font-size: 13px;
        letter-spacing: 0;
    }

    .main_nav_menu {
        gap: 16px;
    }

    .lgog a {
        font-size: 13px;
    }

    .banner-content-xc h3 {
        font-size: 53px;
    }

    .hdbx h3 {
        font-size: 43px;
    }
}

@media screen and (max-width: 1200px) {
    .listcritria ul li {
        width: 31%;
    }
.clntlst ul{
    justify-content: center;
    gap: 17px;
}
    .banner-content-xc h3 {
        font-size: 4vw;
    }

    .bknw a {
        background: #2d308d;
        width: 100%;
        display: block;
        color: #fff;
        text-align: center;
        padding: 10px 3px;
        border-radius: 100px;
    }

    .submenu {
        background: none;
        visibility: visible;
        pointer-events: all;
        opacity: 1;
        position: unset;
        width: 100%;
        transform: translateY(0px);
        display: none;
        transition: unset;
    }

    .submenu ul li {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        border: none;
    }

    .submenu ul li a {
        color: #000000;
    }

    .blwcnt ul li {
        width: 48%;
    }

    .lgog {
        flex-direction: column;
    }

    .member-list li {
        width: 31%;
    }

    .flexalng {
        display: flex ;
        flex-direction: row;
        gap: 20px;
        margin-right: 44px;
    }

    .igcnt {
        display: none;
    }

    .cntbxb {
        flex-direction: column;
        text-align: center;
    }

    .colgap {
        padding: 10px;
    }

    .cntinfou a {
        justify-content: center;
    }

    .igcnt {
        margin-right: 39px;
    }


}

@media screen and (max-width: 1143px) {
    .navigation_lists {
        display: none;
    }

    .list-info ul {
        flex-wrap: wrap;
    }

    .submenu ul {
        padding: 10px 0px;
    }

    .submenu {
        padding: 0;
        padding-left: 10px;
    }

    .submenu ul li {
        padding: 4px 0px;
    }

    .list-info ul li {
        margin: 10px;
    }

    .chat_flex_box {
        align-items: center;
        width: 65%;
        justify-content: end;
    }
    .chat_box{
        padding: 29px 57px;
        position: unset;
    }
.header_flex{
    padding: 0;
}
    .ham {
        display: flex !important;
        margin-left: 16px;
    }

    .header_container {
        /* padding: 7px 0px; */
    }

    .bx-mpsect h3 {
        font-size: 35px;
    }

    .bx-imgrgh {
        height: 100%;
    }

    .bx-imgrgh img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .bx-mpsect {
        padding-right: 30px;
    }

    .mobile-menu {
        display: block;
    }

    .sub-menu {
        display: none;
    }

    .sub-menu {
        position: unset;
        transition: unset;
        opacity: 2 !important;
        pointer-events: all !important;
        visibility: visible !important;
        background: none !important;
        border: none !important;
        padding: 0px 30px;
    }

    .sub-menu li a {
        color: #000;
        border: none;
    }

    .flattxtcnt h3 {
        font-size: 20px;
    }

    .sub-menu li {
        width: 100%;
    }

    .mob-list_nav_a:hover {
        color: #006a94;
    }

    .bx {
        flex-direction: column;
    }

    .banner-section-box {
        width: 100%;
    }

    .glolfacpcontaienr {
        width: 100%;
    }

    .capdtbg {
        padding-bottom: 100px;
    }

    .capdtbg .container-port {
        margin: 0 auto;
    }

    .capdtbg {
        padding-bottom: 160px;
    }
}

@media screen and (max-width: 700px) {
    .bxflexallwrp .bw-a button {
        /* position: absolute;
    top: 75px;
    right: 0; */padding: 7px 9px;
        font-size: 11px;
    }

    .indexusercontainer {
        gap: 0px;
    }

    .indexlog_in h3 {
        font-size: 13px;
    }
}

@media screen and (max-width: 675px) {
    .banner-content-xc h3 {
        font-size: 11vw;
        width: 100%;
        clip-path: unset;
        letter-spacing: .1px;
    }
}

@media screen and (max-width: 575px) {
    .bxflexallwrp .bw-a button {
        position: absolute;
        top: 75px;
        right: 0;
        padding: 7px 9px;
        font-size: 11px;
    }
.clntlst{
    padding: 100px 10px;
}
    .clntlst ul {
        justify-content: center;
        gap: 8px;
        width: 100%;
    }
    .clntlst ul li img {
    width: 100%;
    height: 83px;
    }
    .indexusercontainer {
        gap: 0px;
    }

    .indexlog_in h3 {
        font-size: 13px;
    }
}

@media screen and (max-width: 991px) {
    .cnttab {
        display: none;
    }
    .frombxd{
        margin-top: 70px;
    }
    .ham {
        display: flex !important ;
    }
    .wrpall-cg {
        height: 80vh;
        padding-top: 40px;
        overflow-y: scroll;
        padding-bottom: 20px;
    }

    .jccentero {
        flex-direction: column-reverse;
    }

    #donationForm {
        margin-top: 61px;
    }

    .arowimg {
        display: none;
    }

    .abts-home-content2 {
        padding-right: 0px;
    }

    .accordion {
        padding-right: 0px;
    }

    .abts-home-content {
        padding-left: 0px;
    }

    .box--header-title ul li {
        width: 100%;
    }

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

    .logo img {
        width: 186px;
        padding: 4px 0px;
    }

    .bx-list-mbr {
        display: none;
    }

    .reorder {
        order: -1;
        /* Moves the second column to the first position */
    }

    .abts-ftr {
        border-right: none;
        border-left: none;
        border-bottom: 1px solid #ffffff45;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

    .bxmbrcol {
        width: 29.9%;
    }

    .bxseceq {
        padding: 0px;
    }

    .col-mb30 {
        margin-bottom: 0px;
    }

    .dtpcx h3 {
        font-size: 18px;
    }

    .logo a {
        width: 130px;
        display: block;
    }

    .box--header-title h3 {
        font-size: 29px;
    }

    .box--header-title {
        padding-right: 10px;
    }

    .chat_box {
        padding: 25px 12px;
        width: 200px;
        text-align: center;
        justify-content: space-around;
    }

    .row-reflex {
        flex-direction: row-reverse;
    }

    .contact-support {
        display: none;
    }

    .bx-mpsect {
        padding-right: 0px;
        margin-bottom: 30px;
    }

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

    .bx-sectwrp {
        margin-top: 20px;
    }

    .container-port-new .row .col-lg-6:last-child {
        padding-left: 0px;
    }

    .imgbs {
        padding: 0px;
        padding-bottom: 30px;
    }

    .rmbxcont {
        height: 253px;
    }

    .aboutus-sectin-home {
        padding: 100px 0px;
    }

    .flex-box-list2 ul {
        gap: 10px 39px;
        justify-content: flex-start;
    }

    .pdl40 {
        padding-left: 0px;
    }

    .flexbrd {
        display: flex;
    }

    .contdrc {
        margin-top: 20px;
        text-align: left;
        padding-left: 40px;
    }

    .brddrc {
        margin-top: 50px;
    }

    .bxwrp {
        padding-bottom: 0px;
    }

    .imgbxp {
        margin-left: auto;
        margin-top: 41px;
        width: 79%;
        height: 250px;
        position: unset;
    }
}

@media screen and (max-height: 600px) {
    .bannerbgvid {
        height: 611px;
    }
}

@media screen and (max-width: 865px) {
    .listcritria ul li {
        width: 47%;
    }

    .gpspc {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 767px) {
    .flexbrd {
        flex-direction: column;
    }

    .contdrc {
        text-align: center;
        padding: 0px;
    }

    .cntddtig ul {
        justify-content: flex-start;
    }

    .igcnt {
        display: none;
    }

    .member-list li {
        width: 48%;
    }

    .prst-two {
        padding-left: 0px;
    }

    .box--header-title ul li {
        width: 47%;
    }

    .box--header-title {
        margin-bottom: 30px;
    }

    .ftrrght {
        padding-left: 0px;
        margin-bottom: 20px;
    }

    .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;
        padding-right: 0px;
    }

    .container-port-xl {
        padding: 0px 10px;
    }

    .mrddt p {
        text-align: justify;
    }

    .bx-secleftarp {
        padding-right: 0px;
    }

    .subhdr {
        font-size: 30px;
    }

    .bxmbrcol {
        width: 45%;
    }

    .colspc30 {
        padding: 0px 10px;
    }

    .blwcnt ul li {
        width: 100%;
    }

    .ddcbx table th {
        font-size: 13px;
        padding: 4px 2px;
    }

    .ddcbx table td {
        font-size: 13px;
        padding: 4px 2px;
    }

    .member-list li {
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .imgbxp {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        width: 100%;
    }

    .prdhdr p {
        font-size: 10vw;
    }

    .colt50 {
        width: 50%;
    }

    .cntdt h3 {
    font-size: 24px;
    }
    .fomrbodyb {
        padding: 15px;
    }
.contactdtlst ul li a, .contactdtlst ul li p {
    font-size: 13px;
}
.frombxd h4 {
    font-size: 17px;
}
    .tmpic img {
        width: 104px;
    }

    .teamsection {
        position: relative;
    }

    .teamsection::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url(../images/home/about_us/service-1-shape-1.png);
        background-repeat: no-repeat;
        top: 0;
        left: 0;
        pointer-events: none;
    }

    .teamsection .container-port {
        position: relative;
        z-index: 5;
    }

    .brddrc {
        width: 100%;
        padding: 40px 20px;
    }

    .bannerinnersection {
        height: 300px;
    }

    .brdimg img {
        width: 158px;
    }

    .abts-home-content2 h3 {
        font-size: 26px;
    }

    .flattxtcnt {
        padding: 14px 12px;
    }

    .logo img {
        width: 151px;
    }

    .bylawhdr {
        font-size: 24px;
    }

    .clmdrs h6 {
        font-size: 25px;
    }

    .sliderarrow {
        display: flex !important;
    }

    .flattxtcnt p {
        font-size: 3vw;
        margin-bottom: 5px;
    }

    .brdmbrs h5 {
        font-size: 13px;
    }

    .flattxtcnt a {
        padding: 3px 9px;
        padding-top: 6px;
        font-size: 12px;
    }

    .dtpcx h3 {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .namecap {
        display: block !important;
    }

    .drscdinfo h3 {
        font-size: 26px;
    }

    .brdmbrs p {
        font-size: 9px;
    }

    .blwmark ul li {
        margin-bottom: 15px;
    }

    .bannerinner {
        /* height: 200px; */
    }
.bxsr h1{
    font-size: 8vw;
}
    .bx-hdr h1 {
        font-size: 20px;
    }

    .dvdsec h3 {
        font-size: 25px;
    }

    .blwmark ul li p {
        font-size: 16px;
    }

    .blwmark {
        padding: 20px;
    }

    .blwmark h3 {
        font-size: 29px;
        padding-bottom: 20px;
    }

    .listcritria ul li {
        padding: 12px 1px;
        font-size: 14px;
    }

    .capdtbg {
        /* padding-bottom: 0px; */
    }

    .bannerbgvid {
        height: 100vh;
    }

    .glrycontainer {
        height: 475px;
    }

    .bxnme {
        margin-left: 20px;
    }

    .bxsectionrst {
        border-bottom: 1px solid #545454;
        padding: 4px 0px;
        padding-right: 20px;
    }

    .mobile-menu {
        transform: translateX(-900px);
    }

    .mobile-menu {
        width: 100%;
        padding-top: 83px;
    }

    .close-items {
        height: 83px;
    }

    .logomen {
        display: block;
    }

    .bxsecla h3 {
        font-size: 15px;
        letter-spacing: 2px;
    }

    .bxcontanerhdr h3 {
        font-size: 30px;
    }

    .plvdt {
        opacity: 1;
        position: unset;
        transform: translate(-0%, -0%);
    }

    .plvsec:hover>.plvdisplay {
        opacity: 1 !important;
    }

    .bxmbrcol {
        width: 43%;
    }

    .chrgcrf h5 {
        font-size: 20px;
    }

    .cardTariff p {
        font-size: 12px;
    }

    .headercrt h3 {
        font-size: 31px;
    }

    .listcritria ul {
        gap: 8px;
    }

    .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 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: 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 p {
        max-width: 400px;
    }

    .banner-content-xc p {
        font-size: 12px;
    }

    .abts-home-content {
        margin-top: 0px;
    }

    .abts-home-content {
        padding-right: 0px;
    }

    .list-str ul li {
        margin-bottom: 14px;
        position: relative;
        padding-left: 20px;
    }

    .banner-content-xc a {
        padding: 11px 18px;
        font-size: 12px;
    }

    .abts-home-content h3 {
        font-size: 28px;
    }

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

    .samplebx img {
        width: 100%;
        aspect-ratio: 1 / .4;
        object-fit: cover;
    }

    .hrdabt h2 {
        letter-spacing: 2px;
    }

    .list-abts-items ul li {
        width: 100%;
    }

    .thumbsld {
        display: none;
    }

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

    .thumbsld {
        position: unset;
        background: #000000;
    }

    .gallery-thumbs {
        width: 100%;
        height: 100% !important;
        padding-top: 10px;
    }

    .thumbsld {
        padding: 0px 0px;
    }

    .gallery-thumbs .swiper-wrapper {
        flex-direction: row !important;
        flex-wrap: wrap;
    }

    .bxnme {
        margin-left: 0px;
    }

    .bxsectionrst {
        padding-right: 0px;
        text-align: center;
    }

    .sldthumb {
        height: auto !important;
        width: 50% !important;
    }
}

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

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

.modalboxcontainer {
    position: fixed;
    width: 600px;
    height: 100%;
    z-index: 999999999;
    top: 0;
    display: flex ;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    overflow: hidden;
    right: 0;
    border-left: 1px solid #00000017;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(75px);
    transition: .3s ease;
}

.showclndr {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateX(0px);
}

.modalboxbody {
    width: 90%;
}

.calendar {
    width: 100%;
}

.calendar h2 {
    text-align: center;
    margin-bottom: 21px;
    color: #000;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Manrope';
    text-transform: uppercase;
}

.days, .dates {
    display: grid ;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    gap: 15px;
    margin-bottom: 17px;
}

.days div {
    padding: 5px 0;
    color: #000;
    font-family: 'Inter Tight';
}

.dates div {
    text-align: center;
    display: flex ;
    align-items: center;
    justify-content: center;
    color: #a22d32;
    border-radius: 100px;
    background: #fef2f2;
    border: 1px solid #a22d32;
    aspect-ratio: 1 / 1;
}

.dates div:hover {
    background-color: #f0f0f0;
    cursor: pointer;
}

.availabledate {
    color: #387e39 !important;
    border: 1px solid #387e39 !important;
    background: #f1ffed !important;
}

.closecall {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 25px;
    color: #000;
    cursor: pointer;
}

.headervsb {
    border-bottom: 1px solid #0000002e;
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #c39860;
}








    .slider {position:relative;height:100%;width:100%;pointer-events: none;}

    .slide {
      position:absolute;
      inset:0;
      display:flex;
      align-items:center;
      justify-content:center;
      color:#fff;
      pointer-events: none;
    }

    .bg {
      position:absolute;
      inset:0;
      background-size:cover;
      background-position:center;
      clip-path: inset(0% 0% 1000% 0%);
      z-index:1;
    }

    .content {
      position:relative;
      z-index:2;
      text-align:center;
      opacity:0;
    }

.wave-wrap svg {
  width: 300px;
  height: auto;
}


/* testimonial =============== */

.tstcont{
    padding: 100px 0px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-image: url('../images/home/testimonials/bannertst.webp');
}
.bxtst{
    margin-bottom: 83px;
    text-align: center;
}
.bxtst a{
    display: flex;
    align-items: center;
    color: #ffb905 !important;
    margin: auto;
    font-family: 'Funnel Display';
    font-size: 13px;
    gap: 10px;
    border: 1px dashed #ffb905;
    border-radius: 100px;
    max-width: fit-content;
    padding: 8px 20px;
}

.jcenter{
    justify-content: center;
}

.bxtst a svg{
    width: 17px;
    color: #ffb905;
}

.bxtst h3{
        font-size: 38px;
        font-weight: 700;
        font-family: 'Manrope';
        color: #ffffff;
        line-height: 1.2;
        margin-top: 29px;
        /* max-width: 600px; */
}

.ofset{
    position: absolute;
    width: 50%;
    left: 50%;
    transform: translate(-50%, -0%);
    bottom: 20px;
    opacity: .1;
}

.testimonial-card{

/* text-align: center; */

padding: 24px;

background: #ffffff21;

backdrop-filter: blur(15px);

border-radius: 20px;
}

.testimonial-card p{

font-family: 'Unbounded';

color: #ffffff;

font-size: 18px;

/* background: #fff; */
}

.testimonial-card h4{

}

.testimonial-card span{

}

.testimonial-card span svg{
    
width: 12px;
}

.activeox{
   
}

.activeox.swiper-slide-active{

}

.bxpic img{
    width: 87px;
    border-radius: 1000px;
    aspect-ratio: 1/1;
    object-fit: cover;
    border: 1px dashed #ffb905;
    padding: 5px;
}

.flexbg{

display: flex;

align-items: center;

gap: 22px;
}

.flexbg h4{
    
font-family: 'Funnel Display';
    
color: #ffffff;
    
font-size: 21px;
}

.rdb{position: absolute;bottom: 17%;left: 43%;transform: translate(-50%, -0%);width: 50%;opacity: .05;}

.rdb img{
    width: 100%;
}





/* Popup Background */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);

  display: flex;
  justify-content: center;
  align-items: center;

  /* hidden state */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition: opacity 0.3s ease;

    z-index: 999999999999999;
}

/* Visible state */
.popup.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}


/* Popup Box */
.popup-content {
background: #fff;
    padding: 30px;
    border-radius: 12px;
    width: 520px;
    text-align: center;
    position: relative;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

/* Close Button */
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  cursor: pointer;
}

.popup-content h2{
    color: #000;
    font-family: 'Unbounded';
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 18px;
}

.popup-content p{
    font-family: 'Funnel Display';
    color: #414141;
    margin-bottom: 23px;
}

/* Input */
.popup-content input {
  width: 90%;
  padding: 10px;
  margin-top: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

/* Button */
.popup-content button {
    padding: 15px 33px;
    background: #ffb400;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 35px;
    gap: 14px;
}

.popup-content button:hover {
  background: #ffa000;
}


.prodtc{

}

.prodtc h3{
        font-family: 'Unbounded';
    color: #000;
    font-size: 25px;
    margin-bottom: 28px;
    font-weight: 600;
    text-transform: uppercase;
}

.cntproginer{
    /* margin-top: 30px; */
}

.cntproginer p{color: #000;font-family: 'Funnel Display';margin-bottom: 10px;}

.cntproginer table{

width: 100%;
}
.cntproginer p a{
    color: #FF5722;
    font-family: 'Unbounded';
    font-weight: 600;
}
.cntproginer table tr{ 

}
.cntproginer p a i{
        font-size: 21px;
    position: relative;
    top: 3px;
}
.cntproginer h6{
        color: rgb(34, 34, 195);
    font-family: 'Unbounded';
    text-transform: uppercase;
    font-size: 27px;
    line-height: 1.2;
        margin-bottom: 18px;
    margin-top: 40px;
    max-width: 700px;
}

.cntproginer table tr td{

color: #000;

font-family: 'Funnel Display';

border: 4px solid #ffffff;

padding: 7px 13px;

background: #ffb90526;

border-radius: 14px;
}


.cntproginer table tr th{

color: #000;

font-family: 'Funnel Display';

border: 4px solid #ffffff;

padding: 7px 13px;

background: #ffb905;

border-radius: 14px;
}

.bxlistitem{

padding-right: 50px;
}

.cntproginer h4{
    font-family: 'Funnel Display';
    font-weight: 600;
    color: #c38e22;
    font-size: 21px;
    margin-bottom: 18px;
    margin-top: 40px;
    max-width: 700px;
    line-height: 1;
}

.cntproginer h4:nth-child(1){
    border-left: 4px solid #F44336;
    padding-left: 10px;
}
.cntproginer h5{
    font-family: 'Funnel Display';
    font-weight: 700;
    color: #011b3c;
    font-size: 25px;
    margin-bottom: 11px;
    margin-top: 40px;
}

.cntproginer h2{
    font-family: 'Funnel Display';
    font-weight: 700;
    color: #011b3c;
    font-size: 25px;
    margin-bottom: 11px;
    margin-top: 40px;
}

.cntproginer ul{
    padding-left: 0;
    list-style: none;
}

.cntproginer ul li{
    color: #000;
    font-family: 'Funnel Display';
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}
.cntproginer ul li::before{
      font-family: "Phosphor";
      content: "\E606"; /* house icon */
      position: absolute;
      left: 0;
      width: 23px;
      height: 23px;
      background: #ffb905;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 100px;
      top: 1px;
      color: #011b3c;
      font-size: 20px;
}
.bxlistitem ul{

list-style: none;

padding: 50px 20px;

margin: 0;

display: flex;

flex-direction: column;

/* gap: 17px 0px; */

background: #011b3c;
}

.activetbprg{
        color: #ffb905 !important;
}

.bxlistitem ul li{
}

.bxlistitem ul li a{font-family: 'Funnel Display';color: #ffffff;font-weight: 500;display: block;width: 100%;position: relative;padding-bottom: 15px;margin-bottom: 15px;border-bottom: 1px solid #ffffff1f;padding-left: 25px;}

.bxlistitem ul li a i{
    
position: absolute;
    
left: 0;
    
top: 4px;
}

/* 
.bxlistitem ul li a::before{
content: '';
position: absolute;
width: 4px;
height: 100%;
top: 0;
left: 0;
border-top: 1px solid #000;
border-left: 1px solid #000;
border-bottom: 1px solid #000;
}

.bxlistitem ul li a::after{
content: '';
position: absolute;
width: 4px;
height: 100%;
top: 0;
right: 0;
border-top: 1px solid #000;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
} */

.rltlg{
    padding: 15px 33px;
    background: #ffb400;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
    gap: 14px;
    max-width: fit-content;
    color: #000;
    transition: .3s ease;
}

.rltlg:hover{
    background-color: #000;
    color: #fff;
}

.cbxcl{
        width: 100%;
    padding: 30px 40px;
    border: 1px solid #011b3c30;
    border-radius: 10px;
    background: #fff;
    position: relative;
}
.fflogo{
    text-align: center;
}
.fflogo img{
    width: 117px;
}

.form{
    
}

.form form{
    display: flex;
    flex-direction: column;
      gap: 10px;
}

.ttle{
    text-align: center;
    font-family: 'Funnel Display';
    font-size: 29px;
    color: #000;
    margin-bottom: 40px;
    margin-top: 29px;
}

.grpfrm button{
}

.regd{
  margin-top: 43px;
}
.regd p{
        text-align: center;
    font-family: 'Funnel Display';
    color: #000;
    font-size: 14px;
}

.grpfrm{

}

.wrpin{
    
position: relative;
}

.grpfrm label{

color: #000;

font-family: 'Funnel Display';

text-transform: uppercase;

font-size: 13px;

font-weight: 600;
}

.grpfrm span{

position: absolute;

left: 16px;

top: 12px;

color: #011b3c;
}

.grpfrm input{

    width: 100%;
    border: 1px solid #011b3c52;
    height: 53px;
    padding-left: 50px;
    border-radius: 14px;
    font-family: 'Funnel Display';
    font-size: 15px;
}
/* emds ================= */




/* about us innner page =--------------- */

.aboutussection{
    padding: 100px 0px;
    position: relative;
}
.aboutussection::before{
    content: '';
    position: absolute;
    width: 800px;
    height: 500px;
    background-image: url(../images/home/about_us/abtsbrnd.jpg);
    top: 0;
    left: 0;
    background-position: bottom;
    background-size: cover;
}
.abtssec{

}

.abtssec h3{font-size: 41px;font-weight: 700;font-family: 'Unbounded';color: #000000;line-height: 1.16;margin-top: 29px;max-width: 600px;margin-bottom: 30px;text-transform: capitalize;}

.abtssec h3 label{
        color: #ffb400;
        margin: 0;
}

.abtssec p{
    
color: #000;
    
font-family: 'Funnel Display';
    
margin-bottom: 10px;
    
opacity: .8;
    
/* max-width: 500px; */
    
text-align: justify;
}


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

/* .ttle span {
    display: flex;
    align-items: center;
    color: #000000;
    font-family: 'Funnel Display';
    font-size: 13px;
    gap: 10px;
    max-width: fit-content;
    padding: 4px 28px;
    margin-bottom: 30px;
    position: relative;
}
.ttle span::before {
    content: '';
    position: absolute;
    width: 7px;
    height: 100%;
    left: 0;
    border-left: 1px solid #000000;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

.ttle span::after {
    content: '';
    position: absolute;
    width: 7px;
    height: 100%;
    right: 0;
    border-right: 1px solid #000000;
    border-top: 1px solid #060606;
    border-bottom: 1px solid #000000;
} */


.rowmtp{
    margin-top: 50px;
}




/* testimonials -------------------------- */


.tstinnersec{
    padding: 100px 0px;
    background: #011740;
}

.tstbx{

background: #fff;

padding: 28px;

border-radius: 20px;

transition: .3s ease;
}

.tstbx h3{

font-family: 'Funnel Display';

color: #000;

font-size: 21px;

line-height: 1;

margin-bottom: 0;

font-weight: 700;
}

.tstbx p{
    
font-family: 'Funnel Display';
    
font-size: 14px;
    
color: #000;
    
opacity: .8;
}

.nmusr{display: flex;align-items: baseline;gap: 0;margin-top: 24px;border-top: 1px solid #00000017;padding-top: 17px;flex-direction: column;}

.ussrpic img{

width: 66px;

aspect-ratio: 1/1;

border-radius: 100px;

object-fit: cover;
}


.nmusr h4{

font-family: 'Unbounded';

color: #000;

font-size: 16px;

line-height: 1;

margin-bottom: 0;
}


.pdog{
    padding: 15px;
    margin-bottom: 20px;
}

.tstbx:hover{
    /* transform: translateY(-20px); */
}




/* blog page ============= */

.blogseciner{
    padding: 100px 0px;
}

.blogcard{
    
border: 1px dashed #0000001c;
    
padding: 5px;
    
border-radius: 12px;
padding-bottom: 20px;
}

.blogcard img{
    width: 100%;
    aspect-ratio: 1 / .6;
    object-fit: cover;
    border-radius: 6px;
}

.blgdate{
font-family: 'Funnel Display';
    font-size: 14px;
    margin-bottom: 13px;
}
.blog-card-content{
    margin-top: 20px;
    padding: 0px 11px;
}
.blgtitle{
    font-family: 'Funnel Display';
    font-size: 19px;
    color: #000;
    font-weight: 600;
    margin-bottom: 4px;
}

.blgexcerpt{
font-family: 'Funnel Display';
    color: #000;
    opacity: .8;
    margin-bottom: 30px;
          -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
}

.blgread-more{
    display: block;
    /* border: 1px solid #000; */
    font-family: 'Funnel Display';
    text-align: center;
    padding: 5px 20px;
    color: #000000;
    font-weight: 500;
    background: #ffb905;
    max-width: fit-content;
    border-radius: 100px;
}


.colblg{
    padding: 10px;
    margin-bottom: 30px;
}

/* blog details page ============================= */

.blgdtpic img{
      width: 100%;
      aspect-ratio: 1 / .6;
      object-fit: cover;
      border-radius: 16px;
      height: 490px;
}

.blgdtcnt{

}

.blgdtcnt h3{

font-family: 'Unbounded';

font-size: 29px;

/* text-transform: uppercase; */

color: #000;

font-weight: 600;

max-width: 700px;

margin-bottom: 20px;
}

.blgdtcnt p{

font-family: 'Funnel Display';

color: #000;

margin-bottom: 10px;

opacity: .8;
}

.blgdtcnt ul{padding-left: 0;}

.blgdtcnt ul li{

font-family: 'Funnel Display';

color: #000;

margin-bottom: 10px;

opacity: .8;
}

.blgdtcnt h4{
    font-family: 'Funnel Display';
    color: #c38e22;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 28px;
}

.listsbc{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0px;
    border-bottom: 1px dashed #000;
    padding-bottom: 18px;
}

.listsbc span{
    color: #011b3ced;
    font-size: 15px;
    font-family: 'Funnel Display';
    display: flex;
    align-items: center;
    gap: 10px;
}

.listsbc span i{
    
position: relative;
    
top: -1px;
    
color: #011b3c;
}

.blgdtpic{
    position: relative;
}

.mainpic{
    position: relative;
    z-index: 5;
}


.shadowpic{
        position: absolute;
        bottom: 0;
        width: 88%;
        height: 100%;
        filter: blur(10px);
        left: 50%;
        bottom: -7px;
        transform: translate(-50%, -0);
}

.rcntpost{

display: flex;

gap: 20px;

margin-bottom: 16px;
}


.picrcnt img{
    width: 143px;
    /* width: 143px; */
    aspect-ratio: 1 / .7;
    object-fit: cover;
    border-radius: 7px;
}


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

.rcntdt{
    margin-top: 20px;
}

.rcntttle{
        color: #000;
    font-family: 'Funnel Display';
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 1px solid #00000024;
    margin-bottom: 31px;
}

.rcntdt h3{
    font-family: 'Funnel Display';
    color: #000;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 13px;
    font-weight: 500;
}

.rcntdt a{
    display: block;
    max-width: fit-content;
    color: #011b3c;
    font-weight: 500;
    font-family: 'Funnel Display';
    font-size: 14px;
}

.rcconpr{
    /* background:#e6f0ff; */
    /* padding: 25px; */

}

.colrcprnt{
    padding-left: 45px;
}

.rcntpost{

}

.posterfligh{
        margin-top: 105px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.picpst img{
        width: 100%;
    border-radius: 10px;
    aspect-ratio: 1 / 1.2;
    object-fit: cover;
    height: 484px;
}

.cntr{
        padding: 40px;
        position: absolute;
        bottom: 0;
        z-index: 5;
        padding-top: 134px;
        background: linear-gradient(360deg, rgb(1 26 58) 0%, rgb(1 26 58 / 80%) 71%, rgba(0, 0, 0, 0) 100%);
        width: 100%;
}

.cntr h3{
    font-family: 'Unbounded';
    color: #fff;
    font-size: 24px;
    margin-bottom: 34px;
}

.cntr span{
    color: #ffb905;
}

.cntr a{
color: #fff;
    font-family: 'Unbounded';
    font-size: 20px;
    font-weight: 500;
    padding-left: 12px;
}


/* accordian ====================== */
.faqsection{
    background: #011b3c;
    padding: 100px 0px;
}


.headerfq{
    
margin-bottom: 80px;
}

.headerfq span{
    
display: flex;
    
align-items: center;
    
color: #ffb905;
    
font-family: 'Funnel Display';
    
font-size: 13px;
    
gap: 10px;
    
border: 1px dashed #ffb905;
    
border-radius: 100px;
    
max-width: fit-content;
    
padding: 8px 20px;
}

.headerfq span svg {
    width: 17px;
    color: #ffb905;
}
.headerfq h3{
    
font-size: 38px;
    
font-weight: 700;
    
font-family: 'Manrope';
    
color: #ffffff;
    
line-height: 1.2;
    
margin-top: 29px;
    
max-width: 600px;
}

.headerfq p{
    
font-family: 'Funnel Display';
    
color: #fff;
    
max-width: 460px;
    
margin-top: 24px;
}

.accordion {
  width: 90%;
  max-width: 1000px;
  /* margin: 2rem auto; */
  margin-left: auto;
}

.accordion-item {
  background-color: #fff;
  color: #111;
  margin: 1rem 0;
  border-radius: 0.5rem;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.25);
  margin-top: 0;
}

.accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  /* min-height: 5.5rem; */
  line-height: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-family: 'Unbounded';
  color: #011b3c;
  font-weight: 400;
  text-align: left;
  padding: 24px 20px;
  padding-right: 50px;
}

.accordion-item-header::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}

.accordion-item-header.active::after {
  content: "\2212";
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
  padding: 2rem 1rem;
  line-height: 1.5rem;
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
  font-family: 'Funnel Display';
  color: #000;
  text-align: left;
}



.faq-wrapper {
}

.tab-faq-wrapper {
  text-align: center;
  display: block;
  /* margin: auto; */
  /* max-width: 500px; */
}

.faq-tabs {
  margin: 0;
  padding: 0;
  display: flex;
  /* justify-content: center; */
  flex-direction: column;
  gap: 13px 0px;
}

.faq-tab-link {
  list-style: none;
  padding: 10px 40px;
  color: #ffffff;
  cursor: pointer;
  font-weight: 500;
  transition: all ease 0.5s;
  border: 1px solid #fff;
  font-family: 'Funnel Display';
  border-radius: 10px;
}

.faq-tab-link:hover {
  color: #999;
  border-color: #999;
}

.faq-tab-link.active {
  border-color: #ffffff;
  background: #ffffff;
  color: #000;
}



.faq-content-wrapper {
  /* padding: 40px 80px; */
}

.faq-tab-content {
  display: none;
  text-align: center;
  color: #888;
  font-weight: 300;
  font-size: 15px;
  opacity: 0;
  /* transform: translateY(15px); */
  animation: fadeIn 0.5s ease forwards;
}

.faq-tab-content.active {
  display: block;
}

@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
}

/* gallery page design ===================== */

.gallerybox{
    padding: 100px 0px;
}
.galleryx{
    overflow: hidden;
}
.galleryx img{
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 4px;
    height: 314px;
    transition: .3s ease;
}


.galleryx img:hover{
   transform: scale(1.1);
}

.galleryx video{
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 4px;
    height: 314px;
    transition: .3s ease;
}


.galleryx video:hover{
   transform: scale(1.1);
}

.colbx{
    padding: 16px 1px;
    border-top: 1px solid #0000001c;
    /* border-bottom: 1px solid #000; */
}

.vdbx{
    position: relative;
}
.vdbx span{
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    border: 1px solid #fff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    pointer-events: none;
}


.wrapper {
  /* max-width: 800px; */
  /* margin: auto; */
  /* margin-top: 80px; */
}

.tab-wrapper {
  text-align: center;
  display: block;
  /* margin: auto; */
  /* max-width: 500px; */
}

.tabs {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 14px;
}

.tab-link {
  /* margin: 0 1%; */
  list-style: none;
  padding: 10px 79px;
  cursor: pointer;
  font-weight: 700;
  transition: all ease 0.5s;
  border: 1px solid #000;
  color: #000;
  font-family: 'Funnel Display';
}

.tab-link:hover {
  color: #999;
  border-color: #999;
}

.tab-link.active {
  color: #000000;
  border-color: #ffb905;
  background: #ffb905;
}



.content-wrapper {
  padding: 40px 0px;
}

.tab-content {
  display: none;
  text-align: center;
  color: #888;
  font-weight: 300;
  font-size: 15px;
  opacity: 0;
  transform: translateY(15px);
  animation: fadeIn 0.5s ease 1 forwards;
  width: 100%;
}

.tab-content.active {
  display: block;
}

@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
}


/* contact us page ================= */


.contact-usec{
    padding: 100px 0px;
    background: #011b3c;
    padding-top: 0;
}

.cntdt h3{
        font-size: 37px;
        font-weight: 700;
        font-family: 'Unbounded';
        color: #ffffff;
        line-height: 1.16;
        margin-top: 29px;
        max-width: 600px;
        margin-bottom: 30px;
            text-transform: capitalize;
}


.frombxd h4{
        font-size: 21px;
    font-weight: 700;
    font-family: 'Unbounded';
    color: #ffffff75;
    line-height: 1.16;
    margin-top: 29px;
    max-width: 600px;
    margin-bottom: 30px;
        text-transform: capitalize;
}

.cntdt p{
        font-family: 'Funnel Display';
        color: #ffffff;
}

.contactdtlst{

border-top: 1px solid #ffffff1f;

padding-top: 40px;

margin-top: 50px;
}

.contactdtlst ul{

list-style: none;

padding: 0;

display: flex;

flex-direction: column;

gap: 26px 30px;
}

.contactdtlst ul li{display: flex;align-items: baseline;gap: 12px;}

.contactdtlst ul li span{color: #ffffff;background: #011b3c;}

.contactdtlst ul li a{
    
color: #ffffff;
    
font-family: 'Unbounded';
}


.contactdtlst ul li p{
    
color: #ffffff;
    
font-family: 'Unbounded';
}


.fromgrp{

margin-bottom: 22px;
}


.fromgrp label{

font-family: 'Funnel Display';

text-transform: uppercase;

font-size: 13px;

color: #ffffff;
}

.fromgrp input{
    
width: 100%;
    
border: 1px solid #ffffff0a;
    
height: 55px;
    
border-radius: 8px;
    
background: none;
    
padding: 0px 20px;
    
font-family: 'Funnel Display';
    
color: #fff;
    
background: #ffffff08;
}

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

.fromgrp input::placeholder{

}

.fromgrp select{
    
width: 100%;
    
border: 1px solid #ffffff0a;
    
height: 55px;
    
border-radius: 8px;
    
background: none;
    
padding: 0px 20px;
    
font-family: 'Funnel Display';
    
color: #fff;
    
background: #ffffff08;
}

.fromgrp select option{
    color: #000;
    padding: 5px 0px;
}
.fromgrp textarea{
    
width: 100%;
    
border: 1px solid #ffffff0a;
    
height: 108px;
    
border-radius: 8px;
    
background: none;
    
padding: 10px 20px;
    
font-family: 'Funnel Display';
    
color: #fff;
    
background: #ffffff08;
}

.fromgrp button{
    background: #ffb905;
    height: 59px;
    font-family: 'Unbounded';
    border: none;
    color: #000;
    border-radius: 8px;
    width: 100%;
}







/* admission page ================= */

.addmissionsection{
    padding: 100px 0px;
    position: relative;
    background: linear-gradient(90deg, rgb(230 244 255) 0%, rgba(0, 0, 0, 0) 49%);
}

.addmissionsection::before{
    content: '';
    position: absolute;
    width: 36%;
    left: 0;
    top: 0;
    height: 100%;
    /* background: aliceblue; */
}
.fromadrp{
margin-bottom: 29px;
}

.fromadrp label{
    font-family: 'Funnel Display';
    text-transform: capitalize;
    font-size: 13px;
    color: #545454;
    font-weight: 600;
}

.fromadrp input {width: 100%;border: 1px solid #00000038;height: 46px;border-radius: 5px;background: none;padding: 0px 20px;font-family: 'Funnel Display';color: #000000;background: #ffffff08;}


.fromadrp select {width: 100%;border: 1px solid #00000038;height: 46px;border-radius: 5px;background: none;padding: 0px 20px;font-family: 'Funnel Display';color: #fff;background: #ffffff08;}

.fromadrp input:focus{
        border: 1px solid #3F51B5;
}
.wrpas{
    position: sticky;
    top: 100px;
}

.sbbtm button{
        width: 100%;
    height: 55px;
    background: #011b3c;
    border-radius: 10px;
    color: #fff;
    font-family: 'Unbounded';
    border: none;
}
.picrg {
    margin-top: 50px;
}
.picrg img{
        max-width: 400px;
    aspect-ratio: 1 / 1.2;
    object-fit: cover;
    border-radius: 10px;
}
.fromadrp textarea {width: 100%;border: 1px solid #00000038;height: 109px;border-radius: 8px;background: none;padding: 10px 20px;font-family: 'Funnel Display';color: #000000;background: #ffffff08;}

.flexrd{
        display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    margin-bottom: 10px;
    font-family: 'Funnel Display';
}

.flexrd input {
    width: 16px;
    height: 16px;
}

.formadm .col-md-12 h4{font-size: 13px;text-transform: uppercase;font-weight: 500;margin-bottom: 25px;margin-top: 0px;font-family: 'Unbounded';padding: 7px 0px;color: #000;}


.frmheaderx{
    /* max-width: 450px; */
}

.frmheaderx h3{
font-size: 35px;
    font-weight: 700;
    font-family: 'Unbounded';
    color: #000000;
    line-height: 1.16;
    max-width: 600px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.frmheaderx p{
    font-family: 'Funnel Display';
    color: #727272;
}


/* blog */

.comment-user div{
        display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 0px;
}
.comment-user h4{
    font-family: 'Unbounded';
    color: #011b3c;
    font-weight: 400;
    font-size: 16px;
}

.comment-user span{
        border-left: 1px solid #000;
    padding-left: 20px;
    line-height: 1;
    display: block;
    margin-left: 20px;
    font-size: 14px;
    color: #40627e;
}


    .form-container-msg {
    width: 90%;
    max-width: 1000px;
    /* margin: 2rem auto; */
    margin-left: auto;
    margin-top: 72px;
    background: #6088a9;
    padding: 17px 30px;
    border-radius: 10px;
    }

    .form-container-msg h2 {
      margin-bottom: 20px;
      text-align: center;
      color: #ffffff;
      font-family: 'Unbounded';
      font-size: 22px;
    }

    textarea {
      width: 100%;
      min-height: 150px;
      padding: 12px;
      border: 1px solid #ccc;
      border-radius: 8px;
      resize: vertical;
      font-size: 16px;
      margin-bottom: 20px;
    }

    .button-group {
      display: flex;
      gap: 10px;
      justify-content: flex-end;
      flex-wrap: wrap;
    }

    .buttonmsg button {
      padding: 10px 34px;
      border: none;
      border-radius: 14px;
      cursor: pointer;
      font-size: 16px;
      transition: 0.3s ease;
      font-weight: 500;
      font-family: 'Funnel Display';
    }

    .submit-btn {
      background: #ffb905;
      color: #000000;
    }

    .submit-btn:hover {
      background: #0056b3;
    }

    .cancel-btn {
      background: #011b3c;
      color: white;
    }

    .cancel-btn:hover {
      background: #a71d2a;
    }

    @media (max-width: 480px) {
      .button-group {
        flex-direction: column;
      }

      button {
        width: 100%;
      }
    }
/* document view page ================== */


.docvw{
    padding: 100px 0px;
}

.hdr{

}

.hdr h3{
    font-family: 'Unbounded';
    color: #000;
    font-size: 20px;
    border-bottom: 1px solid #00000017;
    padding-bottom: 12px;
    margin-bottom: 23px;
    font-weight: 600;
    text-transform: uppercase;
}

.docvwxl{

}

.docvwxl ul{

list-style: none;
padding: 0;
margin: 0;
display: flex;
gap: 20px;
flex-wrap: wrap;
}

.docvwxl ul li{

}

.docnm{

height: 100%;
}

.tstslidercontiner{
    padding: 0px 10px;
}

.docnm a{

display: flex;

align-items: center;

gap: 10px;

background: #011b3c;

color: #fff;

font-family: 'Funnel Display';

padding: 24px 20px;

width: 174px;

border-radius: 10px;

flex-direction: column-reverse;

text-align: center;

height: 100%;

justify-content: left;

position: relative;

transition: .3s ease;
}

.docnm a::before{
    content: '';
        position: absolute;
    width: 30px;
    height: 30px;
    top: -1px;
    right: -3px;
    background: #fff;
    z-index: 4;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.docnm i{
    
font-size: 42px;
}


.docnm a:hover{
      transform: scale(1.03);
}

.gbov{
    display: flex;
    flex-direction: column;
    gap: 100px 0px;
}
/* login and registration page ============== */




.flexrow{
    display: flex;
    height: 100vh;
    /* width: 100vw; */
    /* overflow-x: hidden; */
    justify-content: center;
    /* align-items: center; */
}

.colfrt{
            /* width: calc(100% - 480px); */
            /* position: relative; */
            display: none;
}

.colsec::before {
    content: "";
    position: absolute;
    inset: -7px;
    border-radius: 20000000px;
    background: conic-gradient(from 90deg at 40% -25%, #ffd700, #f79d03, #ee6907, #e6390a, #de0d0d, #d61039, #cf1261, #c71585, #cf1261, #d61039, #de0d0d, #ee6907, #f79d03, #ffd700, #ffd700, #ffd700);
    filter: blur(81px);
    transform: translate(0px, 0px);
    opacity: .1;
}

.colfrt img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    width: 100%;
}

.colsec{
    width: 480px;
    align-items: center;
    /* display: flex; */
    justify-content: center;
    padding: 40px 20px;
    background-color: #fff;
    flex-direction: column;
    /* height: 100%; */
    /* overflow-x: hidden; */
    /* overflow-y: auto; */
    position: relative;
    max-height: fit-content;
    /* padding-top: 100px; */
    margin: auto;
}
/* ends */
@media screen and (max-width: 1200px) {
    .progbox h3{
    font-size: 18px;
    }

    .blgdtpic img{
            height: 341px;
    }
}

@media screen and (max-width: 991px) {
    .modalboxcontainer {
        width: 400px;
    }
.footer-column-bk{
        margin-top: 34px;
        margin-bottom: 40px;
}

.picrg{display: none;}
    .colorder{
        
    }

    .frmheaderx{
        margin-bottom: 60px;
        max-width: 500px;
  
    }
    .wrpas{
      position: relative;
        top: 0;
    }
    .right0 {
        right: unset;
        left: 0;
    }

    .rmbxcont {
        overflow: hidden;
    }

    .formbx {
        margin-top: 50px;
    }
    .banner-content-xc h3{
                font-size: 5vw;
    }
    .bxlistitem ul{
        max-width: fit-content;
    }

    .bxlistitem{
        padding: 0;
        margin-top: 60px;
        display: none;
    }

    .colrcprnt{
        padding-left: 15px;
        margin-top: 50px;
    }
}

@media screen and (max-width: 575px) {
    .author_info {
        padding: 10px 10px;
        padding-top: 100px;
    }

    .abts-home-content3 h3 {
        font-size: 22px;
    }
.blgdtcnt h3{
        font-size: 18px;
}
        .blgdtpic img {
        height: 214px;
    }
.listsbc span{
        font-size: 12px;
}
.listsbc{
    flex-wrap: wrap;
    gap: 10px 0px;
}
    .abts-home-content3 p:not(:first-of-type) {
        display: none;
    }

    .read-more-btn {
        display: inline-block;
        margin-top: 10px;
        background: #d9534f;
        /* Bootstrap red */
        color: #fff;
        border: none;
        padding: 8px 15px;
        border-radius: 5px;
        cursor: pointer;
        font-size: 14px;
    }

    .banneriner h1 {
        font-size: 23px;
        line-height: 1;
    }

    .headerctn h3 {
        font-size: 29px;
    }

    .cntctflex {
        flex-direction: column;
    }

    .bpr1 .cnt:nth-child(1) {
        margin-bottom: 10px;
    }

    .bpr1 .cnt:nth-child(1) p {
        width: 100%;
    }

    .modalboxcontainer {
        width: 90%;
        height: auto;
        padding: 60px 0px;
        border-radius: 10px;
        top: 50%;
        left: 50%;
        transform: translateY(40px) translate(-50%, -50%);
    }

    .showclndr {
        transform: translateY(0px) translate(-50%, -50%);
    }

    .colpd0 {
        padding: 0px;
    }

    .updatehdr h3 {
        font-size: 25px;
    }
        .flex-box-list2 ul {
        gap: 10px 5vw;
        }

        .flexflx li:nth-child(2) {
    gap: 10px 30px;
    flex-direction: column;
}
    .banner-content-xc h3 {
        font-size: 8vw;
    }
    .objcnt a{
            font-size: 4vw;
    }
  .objcnt a p{
            font-size: 4vw;
    }
    .bxtst h3 {
    font-size: 25px;
    }
    .flx{
            font-size: 8vw;

    }
    .footer-column-bk a span{
        padding: 14px 31px;
    }

    .popup-content{
        width: 95%;
    }

    .popup-content{
                padding: 30px 15px;
                padding-top: 50px;
    }

    .popup-content input {
    width: 100%;
    }
    .cntr a{
            display: block;
    padding: 0;
    margin-top: 10px;
    }
    .cntr {
    padding: 40px 26px;
    }
}

@media screen and (max-width: 991px) {
    .trx_addons_columns_wrap.columns_padding_bottom > [class*=trx_addons_column-], .trx_addons_columns_wrap > [class*=trx_addons_column-].columns_padding_bottom, .row.columns_padding_bottom > [class*=column-], .columns_wrap.columns_padding_bottom > [class*=column-], .row > [class*=column-].columns_padding_bottom, .columns_wrap > [class*=column-].columns_padding_bottom {
        padding-bottom: 1px !important;
    }
.objcnt{
    display: flex;
    align-items: center;
}
    .sidebar .widget .widget_title {
        padding: 0px 26px;
    }

    .sidebar.right.widget_area {
        margin-top: unset !important;
        margin: 40px 0px !important;
    }

    .accordion{
        width: 100%;
    }

    .faq-tabs {
    flex-direction: unset;
    gap: 13px 9px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}
.abtipic{
    padding: 10px 0px;
}

.abtipic img {
    width: 100%;
    height: 266px;
}
}

@media screen and (max-width: 768px) {
    .trx_addons_columns_wrap.columns_padding_bottom > [class*=trx_addons_column-], .trx_addons_columns_wrap > [class*=trx_addons_column-].columns_padding_bottom, .row.columns_padding_bottom > [class*=column-], .columns_wrap.columns_padding_bottom > [class*=column-], .row > [class*=column-].columns_padding_bottom, .columns_wrap > [class*=column-].columns_padding_bottom {
        padding-bottom: 1px !important;
    }
}


@media screen and (max-width: 575px) {
    .faq-tab-link{
            padding: 10px 13px;
            font-size: 12px;
    }
    .accordion-item-header{
        font-size: 13px;
    }
    .accordion-item-body-content{
        font-size: 13px;
    }
    .abtssec h3 {
    font-size: 26px;
    }
    .abtipic img {
    width: 100%;
    height: 200px;
}
.docvwxl ul li {
    width: 47%;
}
.docnm a{
    width: 100%;
    font-size: 3.1vw;
}
.aboutussection {
   overflow: hidden;
}
.porgpic img{
          aspect-ratio: 1 / 1.3;
}
.porgpic2 img{
     aspect-ratio: 1 / 1;
}
.prgx h3 {
    font-size: 23px;
}
.sliderser{
        margin-top: 36px;
}
}

.colorsureactive{
        color:#011b3c !important;
}
:root{
  --primary:#0f172a;
  --secondary:#1e293b;
  --accent:#f59e0b;
  --border:#e2e8f0;
  --light:#f8fafc;
  --text:#334155;
  --white:#ffffff;
}

.addmissionsection{
  padding:80px 0;
  background:#f4f7fb;
}

.form-card{
  background:var(--white);
  border-radius:22px;
  padding:40px;
  box-shadow:0 10px 40px rgba(15,23,42,0.08);
  border:1px solid #edf2f7;
}

.info-card{
  background:var(--white);
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 10px 40px rgba(15,23,42,0.08);
  position:sticky;
  top:120px;
}

.info-card img{
  width:100%;
  height:300px;
  object-fit:cover;
}

.info-content{
  padding:35px;
}

.info-content h3{
  font-size:30px;
  font-weight:700;
  margin-bottom:0px;
  color:var(--primary);
}

.info-content p{
  color:#64748b;
  line-height:1.8;
  margin-bottom:20px;
}

.usreq{
  margin:0;
  padding:0;
  list-style:none;
}

.usreq li{
  position:relative;
  padding-left:30px;
    margin-bottom: 10px;
  color:var(--text);
  line-height:1.7;
  font-size:15px;
}

.usreq li::before{
    font-family: "Phosphor";
    content: "\E606";
    position: absolute;
    left: 0;
    width: 23px;
    height: 23px;
    background: #ffb905;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    top: 1px;
    color: #011b3c;
    font-size: 20px;
}

.form-header{
  margin-bottom:35px;
}

.form-header h2{
  font-size:38px;
  font-weight:800;
  color:var(--primary);
  margin-bottom:10px;
}

.form-header p{
  color:#64748b;
  font-size:15px;
  line-height:1.8;
}

.form-section{
  margin-bottom:0px;
}

.form-section h4{
  font-size:22px;
  font-weight:700;
  color:var(--primary);
  margin-bottom:25px;
  padding-bottom:14px;
  border-bottom:1px solid var(--border);
}

.fromadrp{
  margin-bottom:24px;
}

.fromadrp label{
  display:block;
  font-size:14px;
  font-weight:600;
  color:var(--primary);
  margin-bottom:10px;
}

.fromadrp input,
.fromadrp select,
.fromadrp textarea{
  width:100%;
  height:56px;
  border:1px solid var(--border);
  border-radius:14px;
  padding:0 18px;
  background:#fff;
  transition:0.3s;
  font-size:15px;
  color:var(--text);
}

.fromadrp textarea{
  height:140px;
  padding-top:15px;
  resize:none;
}

.fromadrp input:focus,
.fromadrp select:focus,
.fromadrp textarea:focus{
  border-color:var(--accent);
  box-shadow:0 0 0 4px rgba(245,158,11,0.12);
  outline:none;
}

.phone-wrap{
  display:flex;
  gap:12px;
}

.phone-wrap select{
  width:32%;
}

.phone-wrap input{
  width:68%;
}

.flexrd{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:#f8fafc;
  border:1px solid var(--border);
  padding:12px 18px;
  border-radius:12px;
  margin:6px 10px 6px 0;
  font-size:14px;
  cursor:pointer;
  transition:0.3s;
}

.flexrd:hover{
  border-color:var(--accent);
  background:#fffaf0;
}

.flexrd input{
  width:auto;
  height:auto;
}

.course-grid{
  display:flex;
  flex-wrap:wrap;
}

.note-box{
  background:#f8fafc;
  border:1px solid var(--border);
  border-radius:16px;
  padding:20px;
  font-size:14px;
  line-height:1.8;
  color:#475569;
}

.warning-box{
  display:none;
  background:#fef2f2;
  color:#dc2626;
  border:1px solid #fecaca;
  padding:14px 18px;
  border-radius:12px;
  margin-bottom:18px;
  font-size:14px;
  font-weight:600;
}

.error{
  border-color:#ef4444 !important;
}

.sbbtm{
  margin-top:10px;
}

.sbbtm button{
  width:100%;
  height:60px;
  border:none;
  border-radius:16px;
    background: linear-gradient(135deg, #ffb905, #ffb905);
  color:#fff;
  font-size:16px;
  font-weight:700;
  transition:0.3s;
}

.sbbtm button:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 30px rgba(249,115,22,0.25);
}

.alert-success{
  background:#dcfce7;
  border:1px solid #86efac;
  color:#166534;
  padding:16px 20px;
  border-radius:14px;
  margin-bottom:25px;
}

@media(max-width:991px){

  .info-card{
    position:relative;
    top:0;
    margin-bottom:30px;
  }

  .form-card{
    padding:25px;
  }

  .form-header h2{
    font-size:30px;
  }

}








      .tstbx {
  position: relative;
 
}

/* Default visible section */
.tst-visible {
  position: relative;
  z-index: 1;
}

/* Popup layout */
.hover-popup {
position: absolute;
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease;
    z-index: 10;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    left: 50%;
 

    width: 600px;
    max-width: 600px;
top: calc(100% + 20px);
transform: translateX(-50%);
}

/* Hover effect */
.tstbx:hover .hover-popup {
  opacity: 1;
  visibility: visible;
}

/* Optional */
.hover-popup p {
    margin: 15px 0;
    line-height: 1.7;
    margin-bottom: 0;
}

.tstslider {
    overflow: unset !important;
   
}

.login-warning{    color: #fff;
    font-family: 'Unbounded';}


/* =========================================
CREATE BLOG BUTTON
========================================= */

.add-testimonial-btn{
    background: #ffb905;
        color: #011b3c;
    border:none;
    padding:14px 28px;
    border-radius:12px;
    font-size:15px;
    font-weight:600;
    cursor:pointer;
    transition:0.3s ease;
    margin:40px 0 20px;
    font-family:'Unbounded';
        border: 2px solid #ffb905 !important;
            display: block;
    margin-left: auto;
}

.add-testimonial-btn:hover{
background: #011b3c;
    color: #ffb905;
    transform: translateY(-2px);
    border: 2px solid #ffb905;
}



/* =========================================
MODAL
========================================= */

.testimonial-modal{
    position:fixed;
    inset:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.65);
    display:flex;
    align-items:center;
    justify-content:center;
    opacity:0;
    visibility:hidden;
    transition:0.3s ease;
    z-index:99999 !important;
    padding:20px;
}

.testimonial-modal.active{
    opacity:1;
    visibility:visible;
}



/* =========================================
FORM BOX
========================================= */

.testimonial-form-box{
    width:100%;
    max-width:600px;
    background:#fff;
    border-radius:20px;
    padding:35px;
    position:relative;
    transform:translateY(40px);
    transition:0.3s ease;
}

.testimonial-modal.active .testimonial-form-box{
    transform:translateY(0);
}



/* =========================================
CLOSE BUTTON
========================================= */

.close-modal{
    position:absolute;
    top:15px;
    right:20px;
    font-size:32px;
    cursor:pointer;
    line-height:1;
}



/* =========================================
HEADING
========================================= */

.testimonial-form-box h2{
    font-size:24px;
    margin-bottom:25px;
    font-family:'Unbounded';
}



/* =========================================
FORM GROUP
========================================= */

.form-group{
    margin-bottom:20px;
}

.form-group label{
    display:block;
    margin-bottom:10px;
    font-size:14px;
    font-weight:600;
}



/* =========================================
INPUTS
========================================= */

.form-group input,
.form-group textarea{
    width:100%;
    border:1px solid #ddd;
    border-radius:12px;
    padding:16px;
    font-size:15px;
    outline:none;
    transition:0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus{
    border-color:#000;
}

.form-group textarea{
    resize:none;
    min-height:180px;
}



/* =========================================
SUBMIT BUTTON
========================================= */

.submit-review-btn,
.submit-btn{
        background: #ffb400;
       color: #011b3c;
    border:none;
    padding:14px 24px;
    border-radius:12px;
    font-size:15px;
    font-weight:600;
    cursor:pointer;
    transition:0.3s ease;
    border: 2px solid #ffb400;
}

.submit-review-btn:hover,
.submit-btn:hover{
          background: none;
       color: #ffb400;
}



/* =========================================
SUCCESS MESSAGE
========================================= */

.success-message{
    background:#f3fff5;
    color:#1f7a34;
    border:1px solid #b8e7c3;
    padding:14px 18px;
    border-radius:10px;
    margin-bottom:20px;
    font-size:14px;
}



/* =========================================
BLOG LEFT
========================================= */

/* .blog-tabs{
    list-style:none;
    padding:0;
    margin:0;
}

.blog-tab-link{
    background:#fff;
    padding:16px 18px;
    border-radius:14px;
    margin-bottom:12px;
    cursor:pointer;
    transition:0.3s ease;
    font-weight:600;
    border:1px solid #eee;
}

.blog-tab-link.active{
    background:#000;
    color:#fff;
} */



/* =========================================
BLOG CONTENT
========================================= */

.blog-tab-content{
    display:none;
}

.blog-tab-content.active{
    display:block;
}



/* =========================================
ACCORDION
========================================= */

.accordion-item{
    border:1px solid #eee;
    border-radius:18px;
    overflow:hidden;
    margin-bottom:20px;
    background:#fff;
}

.accordion-item-header{
    padding:20px;
}

.accordion-item-body{
    padding:0 20px 20px;
}



/* =========================================
COMMENT USER
========================================= */

.comment-user{
    display:flex;
    gap:15px;
    align-items:center;
}

.comment-user h4{
    margin:0;
    font-size:18px;
}

.comment-user span{
    font-size:13px;
    color:#777;
}



/* =========================================
BLOG IMAGE
========================================= */

.blogthumb{
    width:70px;
    height:70px;
    border-radius:12px;
    overflow:hidden;
    flex-shrink:0;
}

.blogthumb img{
    width:100%;
    height:100%;
    object-fit:cover;
}



/* =========================================
COMMENT FORM
========================================= */

.form-container-msg{
    margin-top:30px;
    margin-bottom:30px;
    padding:25px;
    border:1px solid #eee;
    border-radius:18px;
    background:#fff;
}

.form-container-msg h2{
    margin-bottom:20px;
    font-size:22px;
}

.form-container-msg textarea{
    width:100%;
    border:1px solid #ddd;
    border-radius:14px;
    padding:18px;
    min-height:140px;
    outline:none;
}






/* testimonials ===================== */

      .tstbx {
  position: relative;
 
}

/* Default visible section */
.tst-visible {
  position: relative;
  z-index: 1;
}

/* Popup layout */
.hover-popup{
    position: absolute;
    top: calc(100% + 15px);

    left: 50%;
    transform: translateX(-50%);

    width: 600px;
    max-width: calc(100vw - 20px);

    background: #fff;
    padding: 25px;
    border-radius: 12px;

    opacity: 0;
    visibility: hidden;

    transition: .35s ease;
    z-index: 999;
}

/* SHOW */
.tstbx:hover .hover-popup{
    opacity: 1;
    visibility: visible;
}

/* IF OVERFLOW LEFT */
.hover-popup.left-side{
    left: 0;
    transform: translateX(0);
}

/* IF OVERFLOW RIGHT */
.hover-popup.right-side{
    left: auto;
    right: 0;
    transform: translateX(0);
}

/* Hover effect */
/* .tstbx:hover .hover-popup {
  opacity: 1;
  visibility: visible;
} */

/* Optional */
.hover-popup p {
    margin: 15px 0;
    line-height: 1.7;
    margin-bottom: 0;
}


/* =========================================
LOGIN WARNING
========================================= */

.login-warning{
    background:#fff8e8;
    color:#9c6b00;
    border:1px solid #f1d58a;
    padding:14px 18px;
    border-radius:12px;
}



/* =========================================
MOBILE
========================================= */


@media(max-width:602px){
    .hover-popup{
        width: 100!important;
        max-width: 100% !important;
    }
    .tstbx h3{
            font-size: 17px;
    }
    .rating{
        margin-top: 15px;
    }
    .panel-header h3{
        font-size: 11px !important;
    }
    .panel-header p{
        font-size: 9px !IMPORTANT;
    }
    .panel-header img{
        width: 55px !important;
        height: 55px !IMPORTANT;
    }
    .user-panel{
        width: 195px !important;
        left: -61px !important;
    }
    .panel-links a{
        padding: 5px 4px !IMPORTANT;
        font-size: 13px !important;
    }
}

@media(max-width:768px){

    .testimonial-form-box{
        padding:25px;
    }

    .testimonial-form-box h2{
        font-size:20px;
    }

    .blog-wrapper{
        gap:25px;
    }

}
.tstslidercontiner{.tstslidercontiner}
.tstslidercontiner {
    overflow: hidden;
}