@charset "utf-8";
@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=Bebas+Neue&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap);
@import url(https://db.onlinewebfonts.com/c/4567e0e85d4704e940c8711ebb17f145?family=Plus+de+Vagues+NF+W01+Regular);

@font-face {
  font-family: "TestFoundersGroteskMono";
  src: url("../fonts/grotsek/TestFoundersGrotesk-Light-BF66175e9730f02.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "TestFoundersGroteskMono";
  src: url("../fonts/grotsek/TestFoundersGrotesk-Regular-BF66175e972ac1c.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "TestFoundersGroteskMono";
  src: url("../fonts/grotsek/TestFoundersGrotesk-Medium-BF66175e9723b7a.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "TestFoundersGroteskMono";
  src: url("../fonts/grotsek/TestFoundersGroteskText-Semibold-BF66175e96b4a62.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "TestFoundersGroteskMono";
  src: url("../fonts/grotsek/TestFoundersGrotesk-Bold-BF66175e9700615.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}




body,
header,
html {
    width: 100%;
}
.chat_box,
.list_nav_a {
    font-family: 'Inter Tight';
    transition: 0.3s;
}


.submenu{
        position: absolute;
    background: #fff;
    list-style: none;
    padding: 20px;
    width: 272px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    top: 47px;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .3s ease;
}

.has-submenu{
        position: relative;
}
.has-submenu:hover> .submenu{
        opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.list_nav_menu {
        padding: 30px 0px;
        padding-bottom: 43px;
}
.submenu li a{
    color: #000;
    font-family: 'DM Sans';
    font-size: 14px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #00000014;
    justify-content: space-between;
}

.submenu li a i{
        font-size: 11px;
    color: #476d30;
}

.banner-content-xc h3,
.chat_box {
    text-transform: none;
    font-style: normal;
    display: none;
}
.banner-parent,
.home-h {
    position: relative;
}
.chat_box,
.list_nav_a,
.mobile-menu,
.showmbmenu,
.srvsss {
    transition: 0.3s;
}
html {
    height: 100%;
}
body {
    height: 100%;
    font-family: "Segoe UI", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.533;
    box-sizing: border-box;
    color: #726d7b;
    background: #fff;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
div,
fieldset,
footer,
form,
h1,
h2,
h3,
h4,
h5,
header,
input,
p,
section,
select,
td,
textarea,
th,
tr {
    font-family: "Inter Tight", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.533;
    color: #726d7b;
    margin: 0;
    padding: 0;
    border: none;
}
a {
    text-decoration: none !important;
}
* {
    outline: 0;
}
.top-header--panel {
    background: #f6a201;
    padding: 7px 0;
}
.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;
}
.contact-support a,
.contact-support span,
.logo a {
    font-family: "Inter Tight";
}
.flex-cnnt-box a .cnticon {
    transform: scale(0.7);
}
.flex-social-icons {
    display: flex;
    align-items: center;
    justify-content: end;
    height: 100%;
    gap: 20px;
}
.footer-social,
.header_container,
.header_flex {
    align-items: center;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.flex-social-icons a {
    color: #0f1681;
}
header {
    position: absolute;
    z-index: 99999;
    top: 0;
    left: 0;
    /* overflow: hidden; */
}

.headertp{
        background: #e9272d;
    padding: 5px 0px;
    display: flex;
    align-items: center;
    padding-right: 15px;
    justify-content: space-between;
}

.rd--marquee-slider{
        /* padding: 5px 0px; */
        position: relative;
        /* top: -18px; */
        /* background: #e9272d; */
        display: flex;
        align-items: center;
        /* margin: auto; */
        width: 65%;
}
.rd--marquee-slider marquee{

}
.rd--marquee-slider marquee a{
color: #fff;
    font-family: 'TestFoundersGroteskMono';
    padding-right: 44px;
}

/* header::after {
    position: absolute;
    bottom: 0;
    content: "";
    position: absolute;
    z-index: -1;
    height: 1.125rem;
    background-color: #000;
    left: 0;
    right: 0;
    transition-delay: .6s;
} */

.header_container {
    justify-content: space-between;
    /* padding: 20px 0; */
}
.logo {
    /* padding-bottom: 15px; */
}

.logo a {
    color: #000;
    font-weight: 600;
    font-size: 19px;
}
.logo img {
    max-width: 100%;
    height: auto;
    /* padding-top: 8px; */
    position: absolute;
    top: 0;
    border: 1px solid #ffffff66;
    border-top: none;
    border-radius: 0px 0px 20px 20px;
    width: 136px;
}

.logo img:nth-child(2){
    display: none;
}
.navigation_lists {}
.main_nav_menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 20px;
}
.list_nav_a {
    display: block;
    color: #fff;
    font-size: 19px;
    font-family: "TestFoundersGroteskMono";
    font-weight: 500;
}
.list_nav_a2{

}
.rd-navbar--has-dropdown{
    position: relative;
}

.rd-navbar-dropdown{
    position: absolute;
    width: 244px;
    background-color: #fff;
    list-style: none;
    padding: 20px 12px;
    top: 86px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .3s ease;
    border-radius: 6px;
}

.rd-navbar-dropdown li{
    line-height: 1.3;
    cursor: pointer;
}


.rd-navbar-dropdown li:hover>a{
    color: #e9272d;
    transform: translateX(5px);
}
.rd-navbar-dropdown li a{
    color: #000;
    font-family: 'TestFoundersGroteskMono';
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    transition: .3s ease;
    display: block;
}

.rd-navbar-dropdown li a:hover{
    
color: #e9272d;
}

.subdrparent{
    position: relative;
}

.rd-navbar-dropdown2{
    position: absolute;
    width: 244px;
    background-color: #e9272d;
    list-style: none;
    padding: 20px 12px;
    top: -19px;
    left: 239px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .3s ease;
    border-radius: 6px;
}

.subdrparent::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
     left: 22px;
}

.rd-navbar-dropdown2 li a{color: #ffffff;font-family: 'TestFoundersGroteskMono';font-weight: 300;font-size: 16px;line-height: 1;cursor: pointer;}
.rd-navbar-dropdown2 li a:hover{
        color: #ffffff !important;
}
.subdrparent:hover> .rd-navbar-dropdown2{
        opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.rd-navbar--has-dropdown:hover> .rd-navbar-dropdown{
        opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.active-tab{
    border-bottom: 2px solid #8ebd3f !important;
}

.list_nav_a:hover {
    color: #ff0008;
}
.chat_flex_box {
    display: none;
    border: 1px solid #50785d;
    padding: 4px;
    border-radius: 100px;
}
.chat_box,
.colflex a,
.header-title a {
    border-radius: 100px;
}
.bx-a {
    display: flex;
    justify-content: center;
}
.bx-a label {
    margin: 0;
    color: #000;
}
.contact-support {
    margin-right: 30px;
    display: flex;
    align-items: center;
}
.contact-support span {
    display: block;
    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: #fff;
    font-size: 16px;
    margin-top: -2px;
    display: block;
}
.chat_box {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: 0;
    word-spacing: 0;
    color: #fff;
    background-color: #50785d;
    padding: 12px 36px;
}
.chat_box:hover {
    background: 0 0;
    color: #50785d;
}

.container-port-xl{
      width: 100%;
    padding: 0px 15px;
    margin: auto;
}

.wrpnvtp{

}

.topboxlcn{

display: flex;

align-items: center;

justify-content: end;

gap: 34px;

margin-bottom: 20px;
}

.topboxlcn a{

color: #9cd243;

display: flex;

align-items: center;

gap: 6px;

font-family: 'DM Sans';

font-size: 14px;

font-weight: 500;
}

.topboxlcn a i{
    
font-size: 20px;
    
position: relative;
    
top: -2px;
}



.main{
 overflow: hidden;
}

.bannercotent{
    padding-right: 30px;
}

.bannerpic img{
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.row{
    width: 100%;
    margin: auto;
}

.bannercotent .row{
    width: 100%;
    margin: auto;
}

.bannercotent .row .col-lg-6{
 padding: 0;
}

.bannergrip{
 background-position: center;
 background-size: cover;
 height: 100vh;
 display: flex;
 align-items: center;
 position: relative;
}



.bannergrip::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #00000066;
    /* background: #4f4f4f; */
    background: linear-gradient(110deg, rgb(0 0 0 / 15%) 0%, rgba(0, 0, 0, 0.66) 100%);
}

.bannerimgcol{
    padding: 0px;
    margin-bottom: 20px;
}

.container-port{
    max-width: 1480px;
    margin: auto;
    padding: 0px 15px;
}
.bannercap{
    position: relative;
}
.lineblock{
    width: 62px;
    height: 15px;
    background: #e9272d;
    position: absolute;
    bottom: 12px;
    left: -89px;
}

.bannercap h1{
    font-size: 7rem;
    font-family: 'TestFoundersGroteskMono';
    color: #ffffff;
    font-weight: bold;
    line-height: 1.2;
    line-height: .9;
    text-transform: uppercase;
}

.bannercap h1 span{
      -webkit-text-fill-color: rgba(255, 255, 255, 0); /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
}
/* about us bx */

.abtstma{
    margin-top: 40px;
    padding-left: 50px;
  transform: translateY(80px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s cubic-bezier(0.28, 0.75, 0.25, 1);
}

.abtstma.show {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.abtstma h3{
    font-size: 2.1rem;
    color: #000;
    font-family: 'TestFoundersGroteskMono';
    font-weight: 500;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 19px;
}

.abtstma p{
    color: #ffffff;
    font-family: 'TestFoundersGroteskMono';
    font-weight: 300;
    font-size: 17px;
    line-height: 1.4;
    max-width: 650px;
    margin-top: 35px;
}

.bannergrip{
    position: relative;
}
.bannergrip::after{
    bottom: 0;
    content: "";
    position: absolute;
    z-index: -1;
    height: 1.125rem;
    background-color: #000;
    left: 0;
    right: 0;
    transition-delay: .6s;
}

/* events section ================ */

.leftbxmain{
    position: relative;
    height: 100%;
}
.leftbxmain::before{
        position: absolute;
    left: -2.375rem;
    top: 0;
    bottom: 3.125rem;
    content: "";
    width: 1.125rem;
    background-color: #000;
    transition-delay: .6s;
}

.bxevntsh3{
    font-size: 1.625rem;
    font-family: 'TestFoundersGroteskMono';
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    line-height: 1;
    margin-bottom: 42px;
    padding-top: 20px;

}

.bxevntsh3 span{
display: block;
}

.eventsbx ul{
list-style: none;
padding: 0;
display: flex;
flex-direction: column;
gap: 30px;
}

.eventsbx ul li{
    display: flex;
    border-top: 2px solid #000;
    padding-top: 16px;
}
.eventspic{
    width: 100px;
}
.eventspic img{
    width: 100%;
    
}

.mrnes a{
    display: block;
    margin-top: 36px;
    text-align: right;
    margin-bottom: 36px;
    color: #e9272d;
    font-family: 'TestFoundersGroteskMono';
    text-transform: uppercase;
    font-size: 26px;
}

.evntsdt{
    width: 90%;
    padding-left: 30px;
}

.evntsdt p{
    color: #000;
    font-family: 'TestFoundersGroteskMono';
    line-height: 1.2;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 100;
}

.date{
        color: #e9272d;
    font-family: 'TestFoundersGroteskMono';
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
.bxwrapox{
        position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
}
.bxindication{
    padding-top: 20px;
}
.bxindication a{
    background: #e9272d;
    background: linear-gradient(124deg, rgba(237, 33, 36, 1) 0%, rgba(246, 142, 74, 1) 100%);
    color: #fff;
    padding: 18px 20px;
    display: block;
    max-width: fit-content;
    font-family: 'TestFoundersGroteskMono';
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.2;
    position: relative;
    /* margin-bottom: 30px; */
    overflow: hidden;
    margin-left: auto;
}

/* shine layer */
.bxindication a::after{
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.6),
        transparent
    );
    transform: skewX(-20deg);
    animation: shineLoop 2.5s ease-in-out infinite;
}

@keyframes shineLoop{
    0%{
        left: -150%;
    }
    60%{
        left: 150%;
    }
    100%{
        left: 150%;
    }
}


.bxindication a i{

}

.listupa{
        display: flex;
    align-items: center;
    height: 100%;
    justify-content: end;
    gap: 37px;
}

.listupa a{
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'TestFoundersGroteskMono';
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
}

.listupa a i{
    color: #ffffff;
}





/* event detail page ============= */

.evntdtspic{

}


.evntdtspic img{
        width: 100%;
    aspect-ratio: 1 / .5;
    object-fit: cover;
    border-radius: 10px;
}

.evntdt{
    margin-top: 30px;
}

.evntdt h3{
        font-size: 23px;
    color: #000;
    font-family: 'TestFoundersGroteskMono';
    margin-bottom: 11px;
}
.evntdt p{
        color: #000;
    font-family: 'TestFoundersGroteskMono';
    font-size: 19px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 10px;
}

.eventsdt2{

}
.eventsdt2 h3{
    font-size: 17px;
    color: #000;
    font-family: 'TestFoundersGroteskMono';
    margin-bottom: 11px;
    line-height: 1.2;
}
.eventsdt2 p{
    color: #000;
    font-family: 'TestFoundersGroteskMono';
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
}
/* about usection ================== */

.abtssection{
    padding: 100px 0px;
    position: relative;
}


.abtssection::before{
    content: '';
    position: absolute;
    width: 24px;
    height: 40%;
    left: 7%;
    top: 0;
    background: #000000;
    background: linear-gradient(180deg, rgb(233 39 45) 0%, rgba(0, 0, 0, 0) 100%);
}

.abtscnt{

}

.abtscnt span{
    color: #e9272d;
    font-family: 'TestFoundersGroteskMono';
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 16px;
    display: block;
}

.abtscnt h3{
color: #000;
    font-family: 'TestFoundersGroteskMono';
    font-size: 36px;
    line-height: 1;
    margin-bottom: 34px;
    font-weight: 500;
        max-width: 550px;
}

.abtscnt p{
    font-family: 'TestFoundersGroteskMono';
    color: #000;
    font-size: 19px;
    font-weight: 300;
}

.abtscnt a{
        display: block;
    max-width: fit-content;
    margin-top: 40px;
    border: 1px solid #000;
    color: #000;
    font-family: 'TestFoundersGroteskMono';
    padding: 10px 38px;
    border-radius: 100px;
    font-size: 17px;
}

.iconpic img{
    width: 100%;
}








/*  */
.bxclntslider{
background:#393842;
padding: 100px 0px;
background-image: url('../images/bannerclnt.jpg');
background-position: center;
background-size: cover;
}

.flexgap40{

}

.rowcntr{
        padding: 120px 0px;
    margin: 120px 0px;
    border-top: 1px solid #ffffff21;
        border-bottom: 1px solid #ffffff21;
}

.hdrclnt{
      color: #fff;
      font-family: 'TestFoundersGroteskMono';
      font-size: 34px;
      font-weight: 400;
      word-spacing: 4px;
      line-height: 1;
      max-width: 300px;
}

.clntpic{
background: #fff;
border-radius: 4px;

}

.clntpic img{
    width: 100%;
    height: 117px;
    object-fit: contain;
    padding: 10px 20px;
}





/* footer ============================ */

footer{
background-color: #780000;
    padding-top: 100px;
    background-image: url('../images/footer-flow.jpg');
    background-position: center;
    background-blend-mode: multiply;
    background-size: cover;
}

.flex-box-list{

}
.prst-two{
    
}
.prst-two h3{
    color: #ffffff;
    font-family: 'TestFoundersGroteskMono';
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 16px;
    margin-top: 39px;
}

.flex-box-list ul{

list-style: none;

padding: 0;

margin: 0;

display: flex;

flex-direction: column;

gap: 11px;
}

.flex-box-list ul li a{

color: #fff;

font-family: 'TestFoundersGroteskMono';

font-size: 15px;
}


.flex-box-list2 ul{

list-style: none;

padding: 0;

margin: 0;

display: flex;

flex-direction: column;

gap: 11px;
}

.flex-box-list2 ul li{
        display: flex;
    align-items: baseline;
    gap: 12px;
}

.pdl40{
    padding-left: 50px;
}

.flex-box-list2 ul li span i{
    color: #f77303;
    font-size: 19px;
    position: relative;
    top: 3px;
}

.flex-box-list2 ul li a{
    color: #fff;

font-family: 'TestFoundersGroteskMono';

font-size: 15px;

}

.flex-box-list2 ul li p{
    color: #fff;

font-family: 'TestFoundersGroteskMono';

font-size: 15px;

}

.flexli{
    display: flex;
    gap: 10px;
}

.flex-box-list2{
    max-width: 300px;
}

.bxabtsftr{
    max-width: 400px;
        margin-top: 24px;
}

.bxabtsftr img{
	width: 112px;
	margin-bottom: 10px;
	border-radius: 11px;
}

.bxabtsftr p{
        color: #fff;
    font-family: 'TestFoundersGroteskMono';
    font-weight: 100;
    line-height: 1.5;
}


.footer-footer{
        padding: 20px 0px;
        border-top: 1px solid #ffffff42;
        margin-top: 100px;
}

.cnter-reserv p{
    color: #fff;
    font-family: 'TestFoundersGroteskMono';
    font-size: 12px;
}

.sociallnks{

display: flex;

align-items: center;

gap: 20px;

margin-top: 91px;
}

.sociallnks a{

display: flex;

width: 50px;

height: 50px;

color: #fff;

border-radius: 100px;

align-items: center;

justify-content: center;

font-size: 26px;
}

.sociallnks a:nth-child(1){
    background: #1877f2;
}
.sociallnks a:nth-child(2){
    background: #25d366;
}
.sociallnks a:nth-child(3){
    background: #0077b5;
}
.sociallnks a:nth-child(4){
    background: #be2e2a;
}

.pvrflex{
    display: flex;
    align-items: center;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pvrflex li a{
    color: #fff;
    font-size: 13px;
    font-family: 'TestFoundersGroteskMono';
}

.cnter-reserv {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
}



/* ham */

.ham{
    display: none;
}
.dot-menu {
  width: 32px;
  height: 32px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 4px;
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
}

.dot-menu span {
  width: 6px;
  height: 6px;
  background-color: #fff; /* dark blue like your image */
  border-radius: 50%;
}

/* ABOUT US PAGE INNER ======================================= */

.bannerinnersec{
    width: 100%;
    height: 400px;
    background-color: #e9272d;
    display: flex;
    align-items: end;
    background-image: url('../images/overlay-inner.jpeg');
    background-position: center;
    background-size: cover;
    background-blend-mode: multiply;
}

.bannerinnersec .container-port{
    margin: 0 auto;
    width: 100%;
}


.hdr h3{
    color: #000;
    font-family: 'TestFoundersGroteskMono';
    font-size: 36px;
    line-height: 1;
    margin-bottom: 34px;
    font-weight: 500;
    margin-top: 112px;
    padding-left: 15px;
}

.objlist{

}

.objlist ul{
    list-style: none;
    padding: 0;
}

.objlist ul li{
    border-bottom: 1px solid #00000021;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.objlist ul li p{
    font-family: 'TestFoundersGroteskMono';
    color: #000;
    font-size: 19px;
    font-weight: 300;
}


.innercap{
    padding-bottom: 21px;
}
.innercap h1{
    font-size: 3rem;
    color: #fff;
    font-weight: 600;
    font-family: 'TestFoundersGroteskMono';
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 20px;
}

.pgroute{
    display: flex;
    align-items: center;
    gap: 10px;
}

.pgroute a{
    color: #fff;
    font-family: 'TestFoundersGroteskMono';
    text-transform: uppercase;
    font-weight: 300;
}

.pgroute span{
    line-height: 1;
    color: #ffffff;
    font-size: 11px;
}

.pgroute a:last-child{
        color: #e9272d;
}
/* ENDS ========== */


/* Committee Members ===================================== */


.container-port-xlx{
    max-width: 1700px;
    margin: auto;
    padding: 0px 15px;
}

.lstothrmmbrs{
    padding-right: 55px;
}

.lstothrmmbrs ul{
    padding: 0;
    margin: 0;
    list-style: none;
    background: #f3eed9;
    padding: 24px;
}
.lstothrmmbrs ul li {
    padding: 5px 0px;
}
.lstothrmmbrs ul li a{
    color: #000;
    font-family: 'TestFoundersGroteskMono';
    display: flex;
    align-items: center;
    gap: 6px;
}

.lstothrmmbrs ul li a i{
    color: #e9272d;
    font-size: 12px;
}

.act-page a{
      color: #e9272d !important; 
}

.headerwrpfc{

}

.headerwrpfc h3{
    font-size: 27px;
    font-weight: 600;
    font-family: 'TestFoundersGroteskMono';
    text-transform: uppercase;
    color: #000;
    margin-bottom: 50px;
}

.headerwrpfc h4{
    font-size: 29px;
    font-family: 'TestFoundersGroteskMono';
    color: #000;
    margin-bottom: 30px;
    font-weight: 400;
    border-bottom: 1px solid #e9272d;
}

.mnglistssection{
    padding: 100px 0px;
}

.grid-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 53px; /* space between items */
}

.ofbx{

/* border: 1px solid #0000001a; */

/* border-radius: 10px; */
}

.picup{

/* padding: 5px; */
}

.picup img{width: 100%;aspect-ratio: 1/1;border-radius: 10px;object-fit: cover;}

.dtofpersn{

text-align: center;

margin-top: 8px;
}

.dtofpersn h3{

color: #000;

font-family: 'TestFoundersGroteskMono';

font-size: 18px;
}

.dtofpersn label{

text-transform: uppercase;

font-size: 13px;

color: #e9272d;

font-family: 'TestFoundersGroteskMono';
}

.mtop40{
    margin-top: 80px;
}

/* ENDS ========== */




/* Events page desing========================= */

.eventsec{
    padding: 100px 0px;
}

.flexbxi{
       display: flex;
    align-items: center;
    gap:6px 17px;
    border-bottom: 1px solid #0000001a;
    padding-bottom: 11px;
    margin-bottom: 11px;
    flex-wrap: wrap; 
}

.entspic{
    margin-bottom: 11px;
}

.entspic img{

width: 100%;

aspect-ratio: 1/.6;

object-fit: cover;

border-radius: 10px;
}

.eventsdt{

}

.eventsdt h3{

    font-size: 23px;
    color: #000;
    font-family: 'TestFoundersGroteskMono';
    margin-bottom: 11px;
}

.eventsdt p{

    color: #000;
    font-family: 'TestFoundersGroteskMono';
    font-size: 19px;
    font-weight: 300;
    line-height: 1.2;
}

.date-ents{
    font-size: 13px;
color: #6f6f6f;
font-family: 'TestFoundersGroteskMono';
}

.date-ents i{
    color: #e9272d;
}


.plc-ents{
    color: #6f6f6f;
    font-family: 'TestFoundersGroteskMono';
    font-size: 13px;
}

.plc-ents i{
    color: #e9272d;
}

.colmb30{
    margin-bottom: 30px;
}



.eventsbxflex{
       display: flex;
    margin-top: 57px;
}

.entspic3{
        width: 100px;
}
.entspic3 img{
        width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 10px;
}

.eventsdt3{
    width: 77%;
    padding-left: 20px;
}

.eventsdt3 h3{
    font-size: 15px;
    color: #000;
    font-family: 'TestFoundersGroteskMono';
    margin-bottom: 11px;
    line-height: 1.2;
}

.pad0{
    padding: 0;
}

.eventsdt3 p{
    color: #000;
    font-family: 'TestFoundersGroteskMono';
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
}

.plft40{
    padding-left: 50px;
}
/* ENDS ======== */


/* TMA honours and awards ============================= */


.tma-hnr-awdsection{
    padding: 100px 0px;
        background: #f3eed9;
}

.tmahrnbx{

}

.tmahrnbx h3{
    color: #000;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 17px;
}
.tmahrnbx p{
    color: #000;
    font-family: 'TestFoundersGroteskMono';
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 1.4;
}

.mndpic img{
        width: 100%;
    aspect-ratio: 1.1;
    object-fit: cover;
    border-radius: 10px;
}

.row-top30{
    margin-top: 50px;
}

.namemnd{
    text-align: center;
    margin-top: 10px;
    color: #000;
    font-family: 'TestFoundersGroteskMono';
}

.namemnd span{
    display: block;
    color: #e9272d;
}

.colgp30{
    margin-bottom: 30px;
}

/* ends ========= */





/* Gallery ================ */

.gallerybox{
    padding: 100px 0px;
}

.wrapper {
}

.tab-wrapper {
}

.tabs {
    margin: 0;
    padding: 30px;
    display: flex;
    flex-direction: column;
    background: #f3eed9;
}

.tab-link {
    list-style: none;
    color: #000000;
    cursor: pointer;
    font-weight: 400;
    transition: all ease 0.5s;
    font-family: 'TestFoundersGroteskMono';
    padding: 5px 0px;
    position: relative;
    padding-left: 16px;
}


.tab-link i{
    
position: absolute;
    
left: 0;
    
top: 11px;
    
font-size: 13px;
}

.tab-link:hover {
    color: #e9272d;
    border-color: #e9272d;
}

.tab-link.active {
    color: #e9272d;
    border-color: #e9272d;
}

.glryheader{
    padding-left: 7px;
    font-size: 29px;
    margin-bottom: 20px;
    font-family: 'TestFoundersGroteskMono';
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}

.content-wrapper {
}

.tab-content {
    display: none;
    color: #888;
    font-weight: 300;
    font-size: 15px;
    opacity: 0;
    transform: translateY(15px);
    animation: fadeIn 0.5s ease 1 forwards;
}

.tab-content.active {
    display: block;
    transform: none !important;
}

@keyframes fadeIn {
    100% {
        opacity: 1;
        transform: none !important;
    }
}

.colglry{
    padding: 7px;
}

.galleycol a img {
    width: 100%;
    aspect-ratio: 1 / .6;
    object-fit: cover;
    border-radius: 4px;
}
/* ENDS ========= */






/* news  section ==================== */

.news-page{
    padding: 100px 0px;
    background: #f3eed947;
}

.main-news{
    position: relative;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}

.nwspic{

}

.nwspic img{
    width: 100%;
    aspect-ratio: 1 / .6;
    object-fit: cover;
    border-radius: 11px;
}

.flwcnt{
       /* background: linear-gradient(360deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); */
       /* position: absolute; */
       width: 100%;
       margin-top: 16px;
       padding: 0px 10px;
       padding-bottom: 14px;
}

.flwcnt h3{
    color: #000000;
    font-size: 23px;
    font-family: 'TestFoundersGroteskMono';
    margin-bottom: 0px;
}

.flwcnt p{
    color: #000000;
    font-size: 15px;
    font-weight: 300;
    font-family: 'TestFoundersGroteskMono';
}

.flwcnt span{
        color: #626161;
    font-size: 13px;
    display: flex;
    max-width: fit-content;
    border-radius: 100px;
    font-family: 'TestFoundersGroteskMono';
    margin-top: 19px;
    align-items: center;
    gap: 6px;
}

.colpad5{
    padding: 12px;
    margin-bottom: 26px;
}

.bxlistnws{
        display: flex;
}

.picolnw{
width: 89px;
}

.picolnw img{
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.olnwsdt{
        width: 76%;
    padding-left: 19px;
}

.olnwsdt h3{
    color: #000;
    font-family: 'TestFoundersGroteskMono';
    font-size: 18px;
    line-height: 1;
    margin-bottom: 10px;
}

.olnwsdt p{
    font-size: 14px;
    color: #000;
    line-height: 1.2;
    font-family: 'TestFoundersGroteskMono';
    font-weight: 300;
}

.olnwsdt span{
    color: #626161;
    font-size: 13px;
    display: flex;
    max-width: fit-content;
    border-radius: 100px;
    font-family: 'TestFoundersGroteskMono';
    margin-top: 19px;
    align-items: center;
    gap: 6px;
}

.flexgapvert{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
/* ends ========== */

/* career page ========== */

.career-page{
    padding: 100px 0px;
}



        .career-header {
            margin-bottom: 40px;
        }
        .career-header h3 {
            color: #080808;
            margin-bottom: 10px;
            font-family: 'TestFoundersGroteskMono';
              font-size: 29px;
        }
        .career-header p{
    color: #000;
    font-family: 'TestFoundersGroteskMono';
    font-size: 20px;
    font-weight: 100;
        }
        .career-box {
            margin-bottom: 30px;
            border-left: 2px solid #e9272d;
            padding-left: 25px;
            max-width: 700px;
        }
       .career-box h2 {
            color: #e9272d;
            margin-bottom: 15px;
            text-transform: uppercase;
            font-weight: 500;
            font-family: 'TestFoundersGroteskMono';
        }
           .career-box p{
            
color: #000;
            
font-family: 'TestFoundersGroteskMono';
            
font-weight: 300;
            
font-size: 19px;
            
line-height: 1.2;
            
margin-bottom: 15px;
           }
       .career-box ul {
            list-style: none;
            padding: 0;
        }

               .career-box ul li{
            color: #000;
            font-family: 'TestFoundersGroteskMono';
            padding: 3px 0px;
        }
        .apply-box {
            color: #fff;
            padding: 25px;
            border-radius: 4px;
            background: #f3eed9;
        }
        .apply-box a {
            color: #ffdd00;
            text-decoration: none;
            font-weight: bold;
        }
        .apply-box a:hover {
            text-decoration: underline;
        }

        .apply-box{

        }

        .apply-box h2{

font-family: 'TestFoundersGroteskMono';

font-weight: 600;

text-transform: uppercase;

color: #000;

margin-bottom: 12px;

font-size: 13px;

}

        .apply-box p{
            
color: #000;
            
font-family: 'TestFoundersGroteskMono';
            
font-size: 21px;
        }
        .apply-box p a{
                color: #e9272d;
        }
/* ends ===== */

/* contact us page ============= */

.cnt-section{
    padding: 100px 0px;
}





.boxrgof{
        background: #fff;
    padding: 20px;
    margin-top: 43px;
    border-radius: 10px;
}

.headerctn h3 {
    font-size: 44px;
    font-family: 'Inter Tight';
    font-weight: 700;
    line-height: 1.2;
    background: linear-gradient(to bottom right, #000000 0%, #dc1a1a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}
.headerctn p {
    color: #000;
    font-family: 'calibri';
    font-size: 19px;
    opacity: .8;
}
.headodr {
    text-transform: uppercase;
    font-family: 'Inter Tight';
    font-weight: 600;
    color: #dc1a1a;
    display: block;
    margin-top: 35px;
}
.cntctflex{
        display: flex;
        margin-top: 17px;
        flex-direction: column;
        gap: 20px;
}

.cnt{
    display: flex;
    align-items: baseline;
    gap: 3px;
    max-width: 400px;
    /* flex-wrap: wrap; */
}

.cnt span{
    color: #dc1a1a;
    font-size: 20px;
    position: relative;
    top: 2px;
}

.cnt p{
    font-family: 'Inter Tight';
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

.cnt a{
    font-family: 'Inter Tight';
    color: #000;
    font-size: 18px;
    font-weight: 500;
}





.headodr2{
        text-transform: uppercase;
    font-family: 'Inter Tight';
    font-weight: 600;
    color: #dc1a1a;
    display: block;
}

.bpr1{
        border-bottom: 1px solid #0000001f;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.bpr1:last-child{
       border: none;
    padding-bottom: 0px;
}


.bpr1 .cnt:nth-child(1){

}
.bpr1 .cnt:nth-child(1) p{
    width: 75%;
}

.bpr1 .cnt:nth-child(2) a{
        white-space: nowrap;
}

.formbx{
    background: #dc1a1a;
    padding: 40px;
    border-radius: 15px;
}

.formbx form .row{
        gap: 26px 0px;
}

.grpfrm{

}

.grpfrm label{
    color: #fff;
    font-family: 'Inter Tight';
    font-weight: 500;
}

.grpfrm input{
    width: 100%;
    height: 44px;
    border-radius: 7px;
}

.grpfrm textarea{
      width: 100%;
    height: 126px;
    border-radius: 7px; 
}

.grpfrm button{
        width: 100%;
    height: 60px;
    background: #000;
    color: #fff;
    font-family: 'Inter Tight';
    border: none;
    font-weight: 600;
    font-size: 20px;
    border-radius: 10px;
}
.drptable{
        margin-top: 143px;
}
.tblhdr{
    font-size: 25px;
    font-weight: 700;
    color: #94191c;
    text-transform: uppercase;
    margin-bottom: 29px;
}


.map{
    margin-top: 100px;
}
.map iframe{
    width: 100%;
    height: 560px;
}

.msgfrm{

padding: 31px;

border: 1px solid #0000002b;

box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);

-webkit-box-shadow: -13px 15px 13px 0px rgb(0 0 0 / 10%);

-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
margin: auto;
}

.msgfrm h3{
    font-size: 25px;
    font-family: 'TestFoundersGroteskMono';
    font-weight: 700;
    color: #000;
    padding-left: 15px;
    margin-bottom: 20px;
}

.msgfrm form{

}

.frmgrp{margin-bottom: 18px;}

.frmgrp label{

text-transform: uppercase;

font-family: 'TestFoundersGroteskMono';

font-size: 14px;

color: #000;
}

.frmgrp input{

width: 100%;

border: 1px solid #e9272d;

height: 55px;

padding: 10px;

border-radius: 4px;

font-family: 'TestFoundersGroteskMono';
}

.frmgrp textarea{

width: 100%;

border: 1px solid #e9272d;

height: 55px;

padding: 10px;

border-radius: 4px;

font-family: 'TestFoundersGroteskMono';
}

.frmgrp select{

width: 100%;

border: 1px solid #e9272d;

height: 55px;

padding: 10px;

border-radius: 4px;

font-family: 'TestFoundersGroteskMono';
}

.frmgrp button{
    width: 100%;
    height: 50px;
    background: #e9272d;
    border: none;
    color: #fff;
    font-family: 'TestFoundersGroteskMono';
    font-size: 21px;
    font-weight: bold;
    border-radius: 9px;
}
/* ends ======= */





.modltpv{
    max-width: 900px;
}

.modal_text_container{

}

.modal_text_container h1{
    font-family: 'TestFoundersGroteskMono';
    color: #000;
    font-size: 28px;
}

.modal_text_container p{
    color: #000;
    font-family: 'TestFoundersGroteskMono';
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 12px;
}

.modal_text_container p a{
    color: #e9272d;
}

.modal_text_container h2{
    color: #000;
    font-family: 'TestFoundersGroteskMono';
    font-size: 20px;
}

.modal_text_container ul{
        padding-left: 20px;
}

.modal_text_container ul li{
    color: #000;
    font-family: 'TestFoundersGroteskMono';
    font-size: 16px;
}








/* mobile menu --------------------------------- */


    .mobile-menu{
        padding: 30px 0px;
        position: fixed;
        top: 0;
        right: 0;
        width: 271px;
        height: 100%;
        z-index: 99999999;
        /* background-image: url('../images/home/about_us/aboutus-inner.webp'); */
        background-position: initial;
        background-size: cover;
        background-color: #fff;
        background-blend-mode: saturation;
        transform: translateX(500px);
        transition: .3s ease;
        display: none;
        padding-top: 120px;
    }
    .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: 14px;
        color: #000000;
        border: 1px solid #0000001a;
        border-right: none;
        border-bottom: none;
        border-top: none;
        padding: 22px;
    }

    .logomen{
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        padding: 10px;
        display: none;
    }

    .logomen img{
        width: 100%;
    }
    .wrpall-cg{
        background: #efefef36;
        height: 100%;
    }
    .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: #e9272d;
        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: 8px 0px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #0F0F0F;
        font-size: 14px;
        font-weight: 300;
        position: relative;
        font-family: 'TestFoundersGroteskMono';
        border-bottom: 1px solid #00000010;
    }
.mob-list_nav_a:hover{
    color: #e9272d;
}
    .mob-list_nav_a i{
        font-size: 13px;
    }



    .mob-submenu{
    list-style: none;
    padding-left: 10px;
    margin: 0;
    display: none;
    margin-bottom: 10px;
    }

    .mob-submenu li a{
color: #000;
    opacity: .8;
    padding: 4px 0px;
    display: block;
    }
    .header-title-mob{
        position: absolute;
        bottom: 0;
        left: 0;
        padding-bottom: 20px;
        width: 100%;
        display: flex;
        align-items: center;
        padding-left: 20px;
        gap: 11px;
    }

    .mob-nav-social{
        display: flex;
        align-items: center;
    }

    .mob-nav-social ul{
        list-style: none;
        padding: 0px;
        margin: 0px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .mob-nav-social a {
        color: #e9272d;
        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: 'TestFoundersGroteskMono';
        text-transform: uppercase;
    }


/* student chapter ============= */

.stdchapters{
    padding: 100px 0px;
}


.chpstd{

}

.chpstd ul{
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.chpstd ul li{
        color: #fff;
        padding: 20px;
        width: 23%;
        height: 206px;
        display: flex;
        align-items: end;
        font-size: 23px;
        font-family: 'TestFoundersGroteskMono';
        line-height: 1.1;
        font-weight: 600;
        border-radius: 8px;
        text-transform: uppercase;
}
.chpstd ul li a{
    color: #fff;
        font-family: 'TestFoundersGroteskMono';
    line-height: 1.1;
    font-weight: 600;

}

.chpstd ul li:nth-child(1){background: #e9272d;}
.chpstd ul li:nth-child(2){background-color:#a4a7de;}
.chpstd ul li:nth-child(3){background-color: #e29b90;}
.chpstd ul li:nth-child(4){background-color: #798897;}
.chpstd ul li:nth-child(5){background-color: #b17376;}
.chpstd ul li:nth-child(6){background-color: #bea6a1;}
.chpstd ul li:nth-child(7){background-color: #a7ae9c;}
.chpstd ul li:nth-child(8){background-color: #555b8c;}
/* ends */


/* RESPONSIVE MEDIA ================================================
==================================================================== */


@media screen and (max-width:1771px) {
    .container-port-xlx{
        width: 100%;
    }
}

@media screen and (max-width:1351px) {
    .logo img {
    width: 134px;
}
    .header_flex{
        padding-top: 20px;
    }
.list_nav_a{
    font-size: 16px;
}
.bannercap h1{
    font-size: 5rem;
}
.grid-row{
        gap: 25px;
}
.dtofpersn h3{
    font-size: 14px;
}
}

@media screen and (max-width:1313px) {
    .navigation_lists{
        display: none;
    }
    .ham{
        display: grid;
    }
    
    .mobile-menu{
        display: block;
    }
}

@media screen and (max-width:1211px) {
    .grid-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
}

@media screen and (max-width:991px) {
    .innercap h1{
        font-size: 4vw;
    }
    .hdrclnt{
    max-width: 100%;
    margin: auto;
    margin-bottom: 40px;
    text-align: center;
    }
.eventsbxflex{
    margin-top: 0;
    margin-bottom: 57px;
}

.pdlog{
    padding-right: 40px;
}

.chpstd ul li{
    width: 31%;
}

.plft40 {
           padding-left: 15px;
        margin-top: 50px;
}
    .rowcntr {
    padding: 70px 0px;
    margin: 70px 0px;
    }
    .listupa a{
            font-size: 14px;
    }

    .rowrot{
        flex-direction: row-reverse;
    }

    .pdl40{
        padding-left: 15px;
    }
    .rd--marquee-slider{
        width: 46%;
    }
        .abtssection::before{
        width: 40%;
    height: 24px;
    left: 0;
    top: 34px;
        background: linear-gradient(90deg, rgb(233 39 45) 0%, rgba(0, 0, 0, 0) 100%);
    }
    .headerwrpfc h3{
            margin-bottom: 50px;
    margin-top: 50px;
    text-align: center;
    line-height: 1.2;
        font-size: 23px;
    }

    .headerwrpfc h4{
        line-height: 1.1;
    padding-bottom: 12px;
    }
}

@media screen and (max-width:767px) {
        .rowrot {
        flex-direction: column-reverse;
    }
    .chpstd ul li {
        width: 48%;
    }
    .grid-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

    .iconpic{
        margin-top: 40px;
    }
    .pdlog{
        padding-right: 0;
        margin-bottom: 50px;
    }
}

@media screen and (max-width:575px) {

.listupa{        display: none;}
     .bannercap h1{
            font-size: 14vw;
    }
    .bannercap h1 span{
            -webkit-text-stroke-width: 1px;
    }
    .grid-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

}
.evntdtspic img{
    aspect-ratio: unset;
}
.pgroute a{
    font-size: 12px;
}
.innercap h1{
    font-size: 24px;
}
    .dtofpersn h3 {
        font-size: 11px;
    }
    .dtofpersn label{
            font-size: 10px;
    }
    .dtofpersn label{
            margin-top: 0px;
    display: block;
    }
    .grid-row {
        gap: 11px;
    }
    .lineblock{
        left: unset;
        right: 0;
    }
    .abtstma{
        padding-left: 0;
    }

        .logo img {
        width: 110px;
    }

    .listupa{
            height: auto;
    justify-content: end;
    gap: 7px;
    position: absolute;
    right: 0;
    top: 114px;
    width: 100%;
    border-top: 1px solid #ffffff24;
    border-bottom: 1px solid #ffffff24;
    }

    .listupa a{
            padding: 7px 13px;
    padding-right: 12px;
    font-size: 11px;
    }
    .listupa a i {
    color: #ffffff;
    font-size: 19px;
}
    .chpstd ul li {
        width: 46%;
        font-size: 4vw;
        height: 157px;
        padding: 10px;
    }
.rd--marquee-slider{
    width: 100%;
}
.abtscnt h3{
        font-size: 33px;
}

.colpad5{
        padding: 12px 0;
}

.msgfrm {
    padding: 16px;
    margin-top: 53px;
}
    .cnt a{
        font-size: 13px;
    }
    .cnt p{
        font-size: 13px;
    }
    .lineblock{
        opacity: 0;
    }
}






      .memberdt{
        padding: 100px 0px;
      }
      .obpicmbr{
 text-align: center;
      }
            .obpicmbr img{
              width: 300px;
            }

            .mbrdt h3{
    color: #000;
    font-family: 'TestFoundersGroteskMono';
    font-size: 36px;
    line-height: 1;
    margin-bottom: 23px;
    font-weight: 500;
    max-width: 550px;
            }

            .mbrdt p{
font-family: 'TestFoundersGroteskMono';
    color: #000;
    font-size: 19px;
    font-weight: 300;
            }

            .cntdtmbr{
border-top: 1px solid #00000038;
    padding-top: 19px;
    margin-top: 30px;
            }
          .cntdtmbr h3{
              font-family: 'TestFoundersGroteskMono';
    text-transform: uppercase;
            }

                .cntdtmbr a{
                  color: #e9272d;
    font-family: 'TestFoundersGroteskMono';
    font-size: 19px;
    display: flex;
    align-items: center;
    gap: 8px;
            }

                .cntdtmbr a i{
                      color: #004388;
                }

                .mballwrp{
                      padding-right: 70px;
                }