:root{
    --yellow:#EBE42D;
    --black:#000000;
    --white:#FFFFFF;
    --orange:#FFA306;
    --red:#C8274E;
    --blue:#2553C8;

}
@font-face {
    font-family: "BW Gradual";
    src: url("https://www.nafa.edu.sg/nafa-corp/theme/default/fonts/Bw\ Gradual\ family/woff/BwGradual-Regular.woff");
}
@font-face {
    font-family: "BW Gradual Bold";
    src: url("https://www.nafa.edu.sg/nafa-corp/theme/default/fonts/Bw\ Gradual\ family/woff/BwGradual-Bold.woff");
}
@font-face {
    font-family: "BW Gradual Italic";
    src: url("https://www.nafa.edu.sg/nafa-corp/theme/default/fonts/Bw\ Gradual\ family/woff/BwGradual-RegularItalic.woff");
}
@font-face {
    font-family: "IBM Plex Sans";
    src: url("../fonts/IBM Plex Sans/IBMPlexSans-Regular.ttf");
}
@font-face {
    font-family: "IBM Plex Sans Bold";
    src: url("../fonts/IBM Plex Sans/IBMPlexSans-Bold.ttf");
}
@font-face {
    font-family: "IBM Plex Sans Italic";
    src: url("../fonts/IBM Plex Sans/IBMPlexSans-Italic.ttf");
}
*{
    text-underline-offset: 5px;
}
*:focus {
    outline: 0;
}
ol.alpha{
list-style-type: lower-alpha;	
}
body{
	min-height:500px;
}
body,html{
    overflow-x: hidden;
}
h1{
    font-size: 65px;
    font-family:"BW Gradual Bold";
    text-transform: uppercase;
}
h2{
    font-size: 30px;
    font-family: "BW Gradual";
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 20px;
}

p,div{
    font-size:16px;
    font-family: "IBM Plex Sans";
}
ul{
    padding-left: 0;
    margin-bottom: 0;
}
a{
    cursor: pointer;
    font-family: "IBM Plex Sans";
    color: var(--black);
    text-decoration: none;
    transition: all 0.3s;
}
a:not([href]){
	cursor:default;
}
a:hover{
    color: var(--yellow);
}

a:hover p {
	color: var(--black);
}

.navigation-tiles-wrapper a:hover p {
	color: var(--white);
}

.font-size-55{
	font-size:55px;
}
.content-wrapper a:hover,.sfContentBlock a:hover{
	color:var(--blue);
}
button,input{
    font-family: "IBM Plex Sans";
}
/* Sitefinity sf layout */
.sf_cols.sf-content-wrapper{
	margin:auto;
	width:1440px;
}
.sf_cols.sf-content-wrapper .content-wrapper{
	width:auto;
}
.row{
    margin-left: 0;
    margin-right: 0;
}
.row > * {
	/*padding-left:0;
	padding-right:0;*/
}

.cus-padding-right-15px {
  padding-right: 15px;
} 

.cus-padding-left-15px {
  padding-left: 15px;
} 


.font-size-14{
    font-size: 14px;
}
.font-weight-bold{
    font-weight: bold;
}
.font-size-20{
	font-size:20px;
}
.info-paragraph{
    
    font-size: 28px;
}

.text-color-white{
    color:white;
}
.text-color-black{
    color:#000000;
}
.text-color-grey{
    color:#f1f1f1;
}
.text-color-red{
    color:var(--red) !important;
}
.text-color-orange{
    color:var(--orange);
}
.text-color-blue{
    color:var(--blue);
}



a:hover p.text-color-white {
	color:white;
}
a:hover p.text-color-black {
	color:#000000;
}
a:hover p.text-color-grey {
	color:#f1f1f1;
}
a:hover p.text-color-red {
	color:var(--red) !important;
}
a:hover p.text-color-orange {
	color:var(--orange);
}
a:hover p.text-color-blue {
	color:var(--blue);
}


.margin-bt-5{
    margin-bottom: 5rem;
}
.bg-orange{
    background-color: var(--orange) !important;
}
.bg-red{
	background-color: var(--red) !important;
}
.scroll-lock{
	
  position: relative;
 
  overflow: hidden;

}
/*HV Start*/
.text-color-yellow {
    color:var(--yellow)
}
.content-wrapper p a,.sfContentBlock p a, .accordion-item-info a {
	text-decoration: underline !important;
}
a[href^="mailto:"],    
a[href^="tel:"]{
	text-decoration: underline;
}

a.read-detail {
	text-decoration: underline;
}

.content-wrapper li a {
	text-decoration: underline;
}

.content-wrapper > div > a {
	text-decoration: underline;
}
.accordion-wrapper a{
	text-decoration: underline;
}
.content-wrapper .tab-menu-wrapper li a {
	text-decoration: none !important;
}

.flex-item-wrapper p a {
	overflow-wrap:break-word;
	text-decoration: none !important;
}

.content-wrapper p + ul{
	margin-left: 20px;
	margin-bottom: 20px;
}

.content-wrapper ol li {
	margin-bottom: 10px;
}
.loader {
  margin:20px auto;
  width: 150px;
  height: 20px;
  background:#F1F1F1;
  position:relative;
  overflow:hidden;
}
.loader::before{
content:"";
position:absolute;
display:inline-block;
height:100%;
width:30px;
background:var(--yellow);
animation: spin 1s linear infinite;
left:0;
}

@keyframes spin {
  0% { left:0;}
  100% {left:100%; }
}
.underline {
    text-decoration: underline;
}

.w-fit {
    width: fit-content;
}

hr.black {

    border-top: 1px solid #000000;
    opacity: 1;
}

.min-h-300 {
    min-height: 300px;
}

.cus-padding-right-15 {
    padding-right: 15px !important;
}

.mw-996 {
    max-width: 996px;
}

.mw-538 {
    max-width: 996px;
}

.footer-third-cot-bot {
	margin-top: 2rem !important;
}

.courses-btn-grp a {
	text-decoration: none !important;
}
/*HV End*/

.body-wrapper{
    width:1440px;
    margin: auto;
   
}
.btn-tab{
    padding:4px 24px;
    border-radius:50px;
    display: inline-block;
    margin-right:20px;
    margin-bottom:10px;
}
.btn-tab:last-child{
    margin-right: 0;
}
.btn-cus{
    padding:8px 25px;
    border-radius:50px;
    display: inline-block;
    
}
.btn-long{
    padding:5px 40px;
    border-radius:50px;
    display: inline-block;
    margin-right:20px;
}
.btn-round{
    border-radius: 50%;
    display: inline-flex;
	width: 46px;
    height: 46px;
    justify-content: center;
    align-items: center;
    border-radius:50%;
	/*display: inline-block;
    width: 46px;
    text-align: center;
    vertical-align: bottom;
    height: 46px;
    
    border-radius: 50%;*/
    
   
}
#btn-go-to-top{
	position:fixed;
	right:20px;
	bottom:20px;
}
.btn-round-arrow-up{
   
    border-radius: 50%;
    display: flex;
    width: 46px;
    height: 46px;
    justify-content: center;
    align-items: center;
    
}
.btn-round-arrow-up::after{
    content: "";
    background: url(../images/arrow-up.svg);
    display: inline-block;
    width: 15px;
    height: 17px;
}

@keyframes  upAndDown{
    0%{transform:translateY(-10px);}
    50%{transform:translateY(10px);}
    0%{transform:translateY(0px);}
}
a+span{
    cursor: pointer;
}


a.btn-white{
    background-color: var(--white);
    border: 1px solid var(--black);
    z-index: 0;
    position: relative;
    overflow: hidden;
    transition: transform .3s;
}
a.btn-white::before,a.btn-yellow::before{
    top:0;
    left:0;
    bottom: 0;
    right: 0;
    will-change: transform;
    visibility: hidden;
    content: "";
    
    
    z-index: -1;
    height:100%;
    width: 100%;
    position: absolute;
    transform: translate(-100%,0);
    transition: transform .3s
   
}
a.btn-white::before{
    background-color: var(--yellow);
}
a.btn-white:hover{
    color:#000000
}
@media (hover: hover) {
	.btn-round-arrow-up:hover{
		animation: 1s upAndDown ease-in-out infinite;
	}
	a.btn-white:hover::before,a.btn-yellow:hover::before{
		visibility: visible;
		transform: translate(0,0);
	}
 }

a.btn-yellow, .content-wrapper a.btn-yellow{
	text-decoration:none !important;
    color:black;
    background-color: var(--yellow);
    border: 1px solid var(--yellow);
    
}
a.btn-yellow:hover{
    
    border: 1px solid var(--black);
    color: var(--black);
    
}
a.btn-black{
    background-color: var(--black);
    border: 1px solid var(--white);
    color:white;
}
a.btn-black:hover{
    background-color: var(--yellow);
    border: 1px solid var(--yellow);
    color:black;
}
.underline{
    text-decoration: underline;
}
a.text-color-white:hover{
    color:white
}

a.btn-yellow{
    z-index: 0;
    position: relative;
    overflow: hidden;
    transition: transform .3s;
}
a.btn-yellow::before{
    
    background-color: white;
    
   
}
a.btn-cus:hover,a.btn-round:hover,a.btn-tab:hover{
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0px 4px 4px -2px rgb(0,0,0,.5);
    
}
a.btn-img-right::after{
    content: "";
    width: 16px;
    background: url(../images/arrow-right.svg);
	/*position:absolute;
	right:20px;*/
	background-repeat:no-repeat;
    display: inline-block;
    height: 13px;
    
}
a.btn-img-right:hover::after{
    animation: swipe .6s;
    
}
a.btn-cus.btn-img-right::after{
    margin-left: 34px;
}

a.back-button {
    display: block;
    width: fit-content;
    top: 20px;
	margin-bottom:40px;
	display: none;
}


a.back-button.active {
	display: block;
}

a.btn-img-left {
    padding-left: 75px;
    padding-right: 25px;
}

a.btn-img-left::after{
    content: "";
    width: 20px;
    background: url(../images/arrow-left.svg);
	background-repeat:no-repeat;
    display: inline-block;
    height: 15px;
	position: absolute;
	left: 0;
	left: 25px;
    top: 13px;
	background-size: 15px;
    
}
a.btn-img-left:hover::after{
    animation: swipe .6s;
    
}
a.btn-cus.btn-img-left::after{

}






a.btn-underline-hover-effect{
    background-image: linear-gradient(
    to right,
    black,
    black 50%,
    #000 50%
  );
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  padding: 5px 0;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
 
}
a.btn-underline-hover-effect.text-color-white{
    background-image: linear-gradient(
    to right,
    white,
    white 50%,
    white 50%
  )
}
a.btn-underline-hover-effect.text-color-white::before{
    background-image: linear-gradient(
        to right,
        
        white 50%,
       white 50%
      ) !important;
}
a.btn-underline-hover-effect.text-color-white::after{
	background:url(../images/arrow-right-white.svg);
}
a.btn-underline-hover-effect::after{
    content: "";
    display: inline-block;
    height: 13px;
    
    background: url(../images/arrow-right.svg);
    
    transform: translateX(-10px);
    opacity: 0;
    width: 0;
    transition: all .3s;
}
a.btn-underline-hover-effect::before{
    content: '';
    background: linear-gradient(
        to right,
        
        black 50%,
        #000 50%
      );
  display: block;
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 200%;
  height: 2px;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
}
a.btn-underline-hover-effect:hover{
    background-position: 0;
    
}
a.btn-underline-hover-effect:hover::before{
    transform: translateX(0);
}
a.btn-underline-hover-effect:hover::after{
    transform: translateX(0);
    width: 16px;
    opacity: 1;
    margin-left: 20px;
}
@keyframes swipe { 
    0%{transform: translateX(-5px)}
    40% {transform: translateX(5px) } 
    60%{transform: translateX(-5px);}
    100% {transform: translateX(0)} 
 }

.logo-wrapper img{
    width: 350px;
	transition: width 0.5s;
}
.top-navbar-wrapper{
    
    background-color: var(--black);
}
.top-menubar{
    
    
    margin:0;
    display: flex;
    list-style-type: none;
    
    justify-content: space-between;
   
}

.top-navbar{

    display: flex;
    justify-content: flex-end;
}
.top-navbar-wrapper .row {
    width: 100%;
    max-width: 1600px;
    margin: auto;
}
.top-menubar li{
    font-size: 14px;
    
}
.top-menubar li a{
    color:var(--white);
}
.social-icons{
   
    margin: 0 1rem;
   display: flex;
   width: 18%;
   justify-content: space-around;
   align-items:flex-start
}

.social-icons img{
    max-width: 27px;
    height:auto;
	vertical-align:text-bottom;
}
.social-icons a{
    transition: transform .5s;
}
.search-icon-wrapper{
    cursor: pointer;
    margin-right:10px;
    transition: transform .5s;
}
.social-icons a:hover,.search-icon-wrapper:hover{
    transform: scale(1.3);
}


.wechat-popup {
    display: none;
    position: absolute;
    top: 50px; /* Adjust based on the height of the icon */
    right: 1%;
    transform: translateX(-50%);
    width: 450px;
    background: #000;
    padding: 20px;
    z-index: 1000;
}

.qr-codes {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 50px;
}

.qr-code {
    text-align: center;
}

    .qr-code img {
        width:150px;
        border: 1px solid #ddd;
        border-radius: 5px;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    }

    .qr-code p {
        margin-top: 8px;
        font-size: 14px;
        color: #fff;
    }

.wechat-icon {
    position: relative;
    max-width:27px;
}

	.wechat-icon img {
        width:27px;
    }

.wechat-popup .close-popup {
    position: absolute;
    top: 0px;
    right: 5px;
    background: transparent;
    border: none;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
}

.top-navbar{
    padding: .8rem 0;
}

.submenu-wrapper.active{
    visibility: visible;
    opacity: 1;
    
}
.submenu-inner-wrapper {
    max-width: 1600px;
    width: 100%;
    margin: auto;
}
.submenu-inner-wrapper ul{
	margin-left:0;
}
.submenu-wrapper{
	background-color:black;
    display: flex;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 99;

}
.submenu-wrapper ul{
    margin-bottom: 0;
    padding-left: 0;
}
.header.sticky .submenu-wrapper{
    width: 100%;
}
.submenu-wrapper a{
    color:white;
    font-size: 20px;
}
.submenu-wrapper a:hover{
    color: var(--yellow);
}

.submenu-wrapper a[data-submenu-id]::after{
content: "";
background: url(../images/arrow-white-right-btn.svg);
display:inline-block;
margin-left:10px;
height:13px;
width:16px;
}
.submenu-wrapper a.active[data-submenu-id]::after, .submenu-wrapper a[data-submenu-id]:hover::after {
    background: url(../images/arrow-right-yellow.svg) !important;
}
.submenu-wrapper li{
    margin-bottom: 10px;
    font-size: 20px;
}
.header{
    transition: transform 0.5s;
    
}
@keyframes slideDown { 
    0%{transform: translateY(-10%);opacity: 0;}
    40% {opacity: 0.5;} 
    60%{opacity: 0.8;}
    100% {transform: translateY(0);opacity: 1;} 
 }

.top-submenu-wrapper , .submenu-wrapper{
    
    transition: opacity .5s;
   
}

.tab-menu-item.active{
    display: block;
}

.tab-list a.active, .tab-submenu a.active {
    color: var(--yellow);
}

.tab-list p{
margin-bottom: 5px;
    margin-top: 5px;
}
.tab-list{
    padding:2rem 0rem;
    background-color: #000000;
    color: white;
    transform: translateX(-100%);
    
    opacity: 0;
    transition: transform .6s,opacity .8s;
}
.tab-list li{
    list-style-type: none;
}
.tab-submenu{
    color: white;
    padding-left:1rem;
    padding-right: 1rem;
    background-color: #000000;
    transition: transform .6s,opacity .8s;
    opacity:0;
    transform: translateX(100%);

}
.tab-submenu ul{
    list-style-type: none;
    padding:2rem 0;
}
.submenu-wrapper.active .tab-list,.submenu-wrapper.active .tab-submenu{
    transform: translateX(0);
    opacity: 1;
}
.top-menubar a{
    padding:10px 24px;
    border-bottom: 6px solid #000000;
}
.top-menubar a:hover,.top-menubar a.active{
    border-bottom: 6px solid var(--yellow);
}

.top-submenu-item{
    
    max-height: 0px;
    opacity: 0;
    display: none;
}
.top-submenu-item.active{
    max-height: none;
    opacity: 1;
    display: block;
    animation: bounce .5s;
}
.top-submenu-wrapper{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background-color: #000000;
    z-index: 100;
    padding: 1rem 2rem;
   
}
.top-submenu-wrapper ul{
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
	margin-left:0;
}
.top-submenu-wrapper ul a{
    color:white
}
.top-submenu-wrapper ul a:hover{
    color:var(--yellow)
}
.top-submenu-wrapper.active{
    visibility: visible;
    opacity: 1;
  
    
}

.top-submenu-item li{
    margin-bottom: 10px;
}
.tab-menu-item{
    display:none;
}
@keyframes bounce { 
    0%{transform: translateY(-10px);opacity: 0;}
    40% {transform: translateY(20px);opacity: 0.5;} 
    60%{transform: translateY(-10px);opacity: 0.8;}
    100% {transform: translateY(0);opacity: 1;} 
 }
.btn-apply-wrapper{
    padding-right:0
}
.btn-apply-wrapper a{
    padding:.8rem 0;
	border-bottom: 1px solid var(--yellow);
    color: black;
    border-top: 1px solid var(--yellow);
	background:var(--yellow);
    width: 100%;
    height: 100%;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    transition:all 0.3s;
    
    border-left: 1px solid black;
    
}
.btn-apply-wrapper.sticky{
    position: fixed;
    bottom: -300px;
    height: unset;
    z-index: 20;
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
    right: 0;
    border-radius: 12px 12px 0 0;
    background: var(--yellow);
    padding: 0;
}
.btn-apply-wrapper.sticky a{
	border-radius: 12px 12px 0 0;
	color:black;
border: none;
}
.btn-apply-wrapper a:hover{
    background-color: var(--white);
    color: var(--black);
	
    border: 1px solid black;
}
.btn-apply-wrapper.sticky a:hover{
	border-radius: 12px 12px 0 0;
}
.btn-img-right-white{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btn-img-right-white span{
    content: "";
    width: 16px;
    background: url(../images/arrow-right-white.svg);
    display: inline-block;
    height: 13px;
}
.btn-img-right-white span:hover{
	background: url(../images/arrow-right-yellow.svg);
}
.menu-bar-wrapper{
    background-color: white;
}
.menu-bar{
    background-color: white;
    justify-content: space-between;
	align-items:center;
    display: flex;
    padding-left: 50px;
    padding-right:50px;
    
    
}

.header.sticky .menu-bar {
    width: auto;
    max-width: 1700px;
    margin: auto;
}
.logo-wrapper{
    padding-top: 20px;
    padding-bottom: 20px;
}
.content-wrapper ul{
	margin-left:20px;
}

/*HV Start*/
ul {
	
    margin-bottom: 20px;
    /*padding-left: 20px;*/
	margin-left: 20px;
}

ol {
	
    margin-bottom: 20px;
    /*padding-left: 20px;*/
	margin-left: 0 !important;
}

table.rdTable tbody tr {
    border-top: none;
}

table tbody tr {
	
	border-top: 1px solid #000000;

	
}

/*Old table, don't show !*/
.mobile-only.table-scheme {
	display: none;
	
}

.content-wrapper ul li {
	margin-bottom: 10px;
}

.content-wrapper ol li {
	margin-bottom: 10px;
}

footer ul {
	margin-left: 0;
}
/*HV End*/

ul.navbar{
    list-style-type: none;
    text-transform: uppercase;
    margin-bottom: unset;
    padding-left: unset;

}
ul.list-news{
	margin-left:0;
	padding-left:0;
}
.navbar a:hover,.navbar a.active{
    color: black;
    border-bottom: 6px solid var(--yellow);
}





.navbar{
    padding:0;
}
.navbar a{
    display: inline-block;
    padding: 38px 17px;
    border-bottom: 6px solid white;
    font-size: 20px;
}

footer{
    color: white;
    padding-top:50px;
    background-color: black;
   
}

footer ul{
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    padding-right: 1.2rem;
}
footer ul li{
    margin-bottom:.7rem;

}
footer a{
    color: white;
}
footer .menu{
    border-bottom: 1px solid white;
    padding-bottom: 2rem;
}
footer .menu-title{
    font-weight: bold;
}
footer .menu-title a{
    font-family: "IBM Plex Sans Bold";
}
footer .sign-up-form-wrapper input[type=text]{
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}
footer .sign-up-form-wrapper button{
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}
.footer-wrapper > .row.menu > div{
	width:20%;
}
.sign-up-form-wrapper{
    width: 100%;
    display: flex;
    
}
.sign-up-form-wrapper input, .sign-up-form-wrapper button{
    border: none;
}
.sign-up-form-wrapper input{

    background-color: white;
    padding:1rem 20px;
    width: 60%;
}
.sign-up-form-wrapper button{
    width: 40%;
    padding: 15px 20px;
    background-color: var(--yellow);
    color:black
}
.sign-up-form-wrapper button:hover{
    background-color: white;
    border-left: 1px solid black;
}
.header.sticky{
position: fixed;
top:0;
left:0;
right:0;
z-index: 10;
margin: 0 auto;
}
.header + *, .header + .sf_cols{
    margin-top: 161px !important;
}
.header + .course-tabs.sticky {
    margin-top: 0 !important;
}
.burger-menu-wrapper,.search-btn-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.search-btn-wrapper{
    cursor: pointer;
    margin-right: 20px;
    height: 23px;
    width: 23px;
    background: url(../images/search-icon.svg);
}
.search-btn-wrapper.active{
	position: relative;
    height: 3px;
    width: 30px;
    background: #000000;
    display: block;
    transition: all .25s;
    transform: rotate(-45deg);
}
.search-btn-wrapper.active::before{
	height: 3px;
    content: "";
    position: absolute;
    top: 0;
    width: 30px;
    background-color: #000000;
    display: block;
    transition: all .25s;
	transform: rotate(90deg);
}

.burger-menu::before{
    height: 3px;
    content: "";
    position: absolute;
    top:-10px;
    width: 30px;
    background-color: #000000;
    display: block;
    transition: all .25s;
}
.burger-menu-wrapper.active .burger-menu{
    transform:rotate(-45deg);
}
.burger-menu-wrapper.active .burger-menu::before{
    transform:rotate(90deg);
    top:0
}
.burger-menu-wrapper.active .burger-menu::after{
    width: 0;
    opacity: 0;
}
.burger-menu::after{
    height: 3px;
    content: "";
    position: absolute;
    bottom:-10px;
    width: 30px;
    background-color: #000000;
    display: block;
    transition: all .25s;
}
i.burger-menu{
    position: relative;
    height: 3px;
    width: 30px;
    background-color: #000000;
    display: block;
    transition: all .25s;
}
.mobile-menu{
    
    width: 0;
    height: 100vh;
    max-height: calc(100% - 111px);
    
    visibility: hidden;
    width: 100vw;
    
    transform: translateX(100%);
    /*transition: transform .3s,visibility .5s;*/
    background: black;
    display: none;
    
}
.mobile-menu-wrapper{
    height:100%;
    
    position: relative;
}
.mobile-menu.active{
    /*position:fixed;*/
    display: block;
    transform: translate(0);
    visibility: visible;
}
.mobile-menu .mobile-navbar{
    height: 100%;
}
.mobile-menu .mobile-navbar{
    color:white;
    
    
    position: absolute;
    left:0;
    transform: translateX(100%);
    width: 100%;
    visibility: hidden;
    transition: transform .5s,opacity 1s;
    
}
.mobile-menu .mobile-navbar > ul{
    list-style-type: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 0;
}
.mobile-menu .mobile-navbar > ul:last-child{
    padding-bottom: 5rem;
}
.mobile-menu .mobile-navbar.active{
    transform: translateX(0);
    visibility: visible;
    opacity:1;
    overflow-y: auto;
    max-height:100%;
    position: initial;
}
.mobile-menu .mobile-navbar.active[data-mobile-link="main-menu"]{
    max-height:100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.mobile-menu .mobile-navbar.active[data-mobile-link="main-menu"]> ul{
    height:80%;
    overflow: auto;
}
.mobile-menu .mobile-navbar.active[data-mobile-link="main-menu"] > ul >li{
    padding-left:.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.mobile-menu .mobile-navbar.active[data-mobile-link="main-menu"] > ul >li span{
font-size: 40px;
line-height: 15px;
}
.mobile-menu .mobile-navbar ul li{
    padding:0.5rem 1rem ;
}

.mobile-menu .mobile-navbar li a{
    color:white;
    font-size: 18px;
	min-width:75%;
	max-width: 90%;
}
.mobile-menu .mobile-navbar li a:hover{
	color:var(--yellow)
}
.mobile-navbar.prev {
    visibility: hidden;
    opacity:0;
    transform:translateX(-10px)
}
.mobile-menu .mobile-social-icons{
    display: flex;
    width: 100%;
    
    padding:1rem;
   
   
}
.mobile-menu .mobile-social-icons a{
	margin-right:20px;
}
.mobile-menu-footer{
    
    width: 100%;
}
.mobile-menu-footer .btn-yellow{
    padding: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu-accordion-list{
    list-style-type: none;
    margin-left:1rem;
    
max-height: 0;
overflow: hidden;
    padding-left: 0;
    transition: max-height .3s;
}
.menu-accordion-list.active{
    max-height:120%;
    
}
.btn-wrapper,.burger-menu-wrapper{
    cursor: pointer;
}
.close-button-tab .btn-wrapper{
    margin:1rem;
    width: 20px;
    height: 20px;

}
.close-button-tab .btn-wrapper .btn-close-menu{
    display: block;
    width: 20px;
    top:8px;
    height: 3px;
    border-radius: 12px;
    background-color: white;
    transform: rotate(-45deg);
    position: relative;
    z-index: 4;
}
.close-button-tab .btn-wrapper .btn-close-menu::after{
    content: "";
    display: block;
    width: 20px;
    height: 3px;
    border-radius: 12px;
    background-color: white;
    transform: rotate(90deg);
    position: absolute;
   
}
.back-button-tab{
    padding: .5rem 1rem;
    
    max-height: 10%;
    background-color: var(--yellow);
    display: none;
    align-items: center;
    justify-content: space-between;
    
}
.back-button-tab.active{
    display: flex;
}
.back-button-tab::before{
    content: "";
    background: url(../images/arrow-left.svg);
    width: 16px;
    height: 16px;
    display: inline-block;
}
.back-button-tab .btn-wrapper{
    display: none;
    margin-left:1rem;
    
    position: relative;
    width: 20px;
    height: 30px;
}
.back-button-tab .btn-wrapper.active{
    display:block
}
.btn-back{
    display: block;
    width: 20px;
    height: 3px;
    border-radius: 12px;
    background-color: white;
    transform: rotate(-45deg);
    position: absolute;
    top:8px;
}
.btn-back::after{
    content: "";
    display: block;
    width: 20px;
    height: 3px;
    border-radius: 12px;
    background-color: white;
    transform: rotate(90deg);
    position: relative;
    bottom: -9px;
    left: -9px;
}
.mobile-navbar-view{
    display: none;
}
.event-img,.news-img{
    position: relative;
}
.category-tag{
    background-color: white;
    display: inline;
    position: absolute;
    top:0;
    left:0;
    margin-left:15px;
    margin-top:15px;
    padding:5px 20px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    z-index: 1;
    font-family: "IBM Plex Sans Bold";
   
}
.mobile-navbar p.title{
    margin-bottom: 0;
    padding-top:1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    color:var(--yellow);
    font-size: 20px;
}
.mobile-navbar p.title a{
    margin-bottom: 0;
    padding-top:1rem;
    padding-right: 1rem;
    color:var(--yellow);
    font-size: 20px;
}
.nafa-slider .slick-dots{
    bottom:25px;
}
.nafa-slider .slick-prev::before,.nafa-slider .slick-next::before,.nafa-slider .slick-dots button::before{
    content: none;
}
.nafa-slider img{
    width: 100%;
}
.nafa-slider .slick-dots li button{
    background: url(../images/slider-dot.png);
    background-size: 8px 8px;
    background-repeat: no-repeat;
}
.nafa-slider .slick-dots li.slick-active{
    width: 34px;
}
.nafa-slider .slick-dots li.slick-active button{
    background: url(../images/slider-dot-active.png);
    background-repeat: no-repeat;
    width: 34px;
    background-size: 34px 8px;
}
.footer-wrapper{
    width: 1600px;
    margin:0 auto
}
.slick-dotted.slick-slider{
    margin-bottom: 0;
}
.round-border{
    border-radius:12px
}
 .mobile-menu-wrapper > .mobile-navbar > ul{
	 
 }
.mobile-menu{
    display: none !important;
}
.top-navbar-wrapper .search-input-wrapper.active {
    top:50px;
    /* left: 0; */
    opacity: 1;
    visibility: visible;
    z-index: 3;
}
.search-mobile-input-wrapper.active{
	top:95px;
    /* left: 0; */
    opacity: 1;
    visibility: visible;
    
}
.top-navbar-wrapper .search-input-wrapper, .search-mobile-input-wrapper{
    position: absolute;
    top: 0;
    /* left: -100%; */
    right: 0;
    background: #000000;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 15px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.8s;
    z-index: -1;
}

.top-navbar-wrapper .search-input-wrapper .search-button,.search-mobile-input-wrapper .search-button {
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: url(../images/search-icon-white.svg) no-repeat;
    background-size: 30px;
    background-position: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
}
.top-navbar-wrapper .search-input-wrapper .flex-row{
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    max-width: 70%;
    margin: 0 auto;
}
.search-mobile-input-wrapper .flex-row {
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    max-width: 100%;
    margin: 0 auto;
}
.top-navbar-wrapper .search-input-wrapper .flex-row .flex-left,.search-mobile-input-wrapper .flex-row .flex-left {
    width: 95%;
}
.flex-row {
    display: flex;
    flex-direction: row;
}
.top-navbar-wrapper .search-input-wrapper input,.search-mobile-input-wrapper input {
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    font-size: 18px;
    margin: 0 auto;
    border: none;
    border-bottom: 1px solid #a9a9a9;
    background: #000000;
    color: #ffffff;
    user-select: text;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    outline: none;
}
.menu-bar.minimize .logo-wrapper img{
    width: 320px !important;
}
.menu-bar.minimize .logo-wrapper{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.menu-bar.minimize .navbar a{
    padding: 29px 18px!important
}
.navbar li:last-of-type a,.menu-bar.minimize .navbar li:last-of-type a{
    padding-right:0 !important;
}
.menu-bar-wrapper{
    
}


/*404 Page*/
.not-found-wrapper {
	position: relative;
	min-height: 500px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.not-found-wrapper .text-wrapper {
	position: relative;
	z-index: 1;
}

.not-found-wrapper .img-wrapper {
	position: absolute;
	
}

.not-found-wrapper .img-wrapper img {
	max-width: 500px;
}

.not-found-wrapper .img-wrapper.top-left {
	top: 50px;
	left: 0;
	
}


.not-found-wrapper .img-wrapper.bottom-right {
	bottom: 50px;
	right: 0;
	
}



/*Default Table*/
.responsive-table tbody, .responsive-table td, .responsive-table tfoot, .responsive-table th, .responsive-table thead, .responsive-table tr {
    border-width: 1px;
}

.responsive-table td a {
	text-decoration: underline;
}

.responsive-table tr:first-child td {
	background: #000000;
	color: #ffffff;
	font-weight: bold;
	border-color: #ffffff;
}

.responsive-table.no-heading tr:first-child td {
	background: #f1f1f1;
	color: #000000;
	font-weight: normal;
	border: none;
}

/*.responsive-table thead + tbody tr:first-child td {
	background: #ffffff;
	color: #000000;
	font-weight: normal;
	border-color: #000000;
}*/
.responsive-table thead + tbody tr:first-child td {
	background: #f1f1f1;
	color: #000000;
	font-weight: normal;
	border-color: #000000;
}

.responsive-table thead + tbody tr:first-child td a {
	color: #ffffff;
}

.responsive-table tr:first-child td a {
	color: #ffffff;
}


.responsive-table tr:first-child th {
	background: #000000;
	color: #ffffff;
	font-weight: bold;
	border-color: #ffffff;
}

.responsive-table td.black-cell {
	background: #000000;
	color: #ffffff;
	font-weight: bold;
	border-color: #ffffff;	
}

/*Normal Table*/
table thead th {
	background: #000000;
	color: #ffffff;
	font-weight: bold;
	border-color: #ffffff;
}


img[height="1"] {
    display: none;
}


@media screen and (max-width: 1680px) {
    .submenu-wrapper .tab-list{
        padding-left: 50px;
    }
	.footer-wrapper{
        width: auto;
		padding: 0 50px;
    }
}
@media screen and (max-width: 1520px) {
	.navbar a {
		font-size: 19px;
		padding: 38px 14px;
	}
	.menu-bar.minimize .navbar a {
		padding: 29px 14px !important;
	}
}

@media screen and (max-width: 1500px){
	
		.menu-bar{
		padding-left:20px;
		padding-right:20px;
	}
	
}

@media screen and (max-width: 1440px){
    .footer-wrapper{
        
		padding: 0 20px;
    }
	
	.logo-wrapper img{
        width: 320px;
    }
	
	.menu-bar.minimize .logo-wrapper img {
		width: 290px !important;
	}
	.menu-bar{
		padding-left:30px;
		padding-right:30px;
	}
}
@media screen and (max-width: 1380px){
	
	.menu-bar.minimize .logo-wrapper img {
		width: 280px !important;
	}
	.logo-wrapper img{
		width: 300px !important;
	}
	.menu-bar{
		padding-left:10px;
		padding-right:10px;
	}
	.navbar a {
		font-size: 18px;
	}
}

@media screen and (max-width: 1280px){
    .body-wrapper{
        width: auto;
        max-width: none;
    }
    .sign-up-form-wrapper button{
        padding-right:20px;
        padding-left:20px
    }
    .navbar a{
        display: inline-block;
        padding: 44px 13px;
        border-bottom: 6px solid white;
        font-size: 17px;
    }
	.menu-bar{
		padding-left:10px;
		padding-right:10px;
	}
	.logo-wrapper img{
        width: 280px !important;
    }
}
@media screen and (max-width: 1195px){
	.logo-wrapper img{
        width: 260px !important;
    }
	
	.menu-bar.minimize .logo-wrapper img {
		width: 250px !important;
	}
}
@media screen and (max-width: 1180px) {
	.logo-wrapper img{
        width: 300px !important;
    }
    .desktop-navbar-view{
    display: none;
    }
    .mobile-menu.active,.mobile-menu-wrapper{
        display: block !important;
    }
.menu-bar{
    padding-left: 30px;
    padding-right: 30px;
}
.mobile-navbar-view{
    display: flex;
	align-items: center;
}
.top-navbar-wrapper{
    display: none;
}

.header + *{margin-top:80px !important;}
}

.hidden-sitemap {
	display: none;
}

/*Table*/


tr {
	text-align: left;
}

table.acc-table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

table.acc-table td, table.acc-tableth {
  border: 1px solid #000000;
  padding: 8px;
}

table.acc-table tr:nth-child(even){}

table.acc-table tr:hover {}

table.acc-table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  color: white;
}



@media screen and (max-width: 1025px) {
	
		.wechat-icon img {
        width:27px;
    }
	
	.wechat-popup {
        top: auto; /* Reset top */
        bottom: 95px; /* Popup will appear above the icon */
        left: 50%;
        transform: translateX(-50%);
        width:100%;
    }

    .qr-codes {
        flex-direction:column;
        gap: 20px;
    }

    .wechat-popup .close-popup{
        font-size:40px;
        right:10px;
    }
}
@media screen and (max-width: 992px) {
	.footer-wrapper > .row.menu > div{
		width:100%
	}
    footer{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    footer .menu div{
        margin-bottom: 1rem;
    }
	

}
@media screen and (min-width: 768px){
.width-md-75{
	width:75%;
}
.max-width-700{
	max-width:700px;
}
}
@media screen and (max-width: 768px) {
	.info-paragraph{
		font-size:20px;
	}
	
    h1{
        font-size: 36px;
    }
    h2{
        font-size: 24px;
    }
    
    .header.sticky{
            max-width: none;
    width: 100vw;
    margin: 0;
	
    }
	.header.sticky:has(.mobile-menu.active){
		height:100%;
	}
    .footer-wrapper{
        
    padding: 0px;
    }
    
    
    .sign-up-form-wrapper button{
        padding:.5rem;
    }
	
	
	.cus-padding-right-15px {
	  padding-right: 0;
	} 

	.cus-padding-left-15px {
	  padding-left: 0;
	}

    .wechat-icon img {
        width:27px;
    }
    .wechat-popup {
        top: auto; /* Reset top */
        bottom: 95px; /* Popup will appear above the icon */
        left: 50%;
        transform: translateX(-50%);
        width:100%;
    }

    .qr-codes {
        flex-direction:column;
        gap: 20px;
    }

    .wechat-popup .close-popup{
        font-size:40px;
        right:10px;
    }
}

@media screen and (max-width: 767px) {
	.cus-padding-right-15{
		padding-right:0 !important;
	}
	.cus-mobile-min-h-100p{
		min-height: 170px;
	}
	

}
@media screen and (max-device-width: 480px) {
    .logo-wrapper img{
        width: 240px!important;
    }
    .mobile-menu{
        max-height: calc(100% - 97px);
    }
}
@media screen and (max-device-width: 430px) {
	.logo-wrapper img{
        width: 220px!important;
    }
}
@media screen and (max-width: 390px) {}
@media screen and (max-width: 360px) {
	.logo-wrapper img{
        width: 190px;
    }
}

@media screen and (max-width: 330px) {
	.logo-wrapper img{
        width: 170px;
    }
}