#header {
	/* background: url('../images/img-homepage-banner.jpg') no-repeat;
	background-size: cover;
	height: 100vh; */
	margin-bottom: -3px;
	position: relative;

  }

.enq-bullet-wrapper {
    /*display: inline-block;
    max-width: 670px;*/
    text-align: left;
    margin-left: 24px;
}
.enquiries-bullet {
    text-align: left;
    font-size: 18px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 30px;
    color: #000000;
}

.enquiries-bullet li:not(:first-child) {
    margin-top: 12px;
}

p a, li a {
    color: #2553C8;
    text-decoration: underline;
    font-weight: 500;
}

	.abs-wrapper img.desktop-view {
		display: block;
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
	.abs-wrapper img.mobile-view {display: none;}
/*  #header .abs-wrapper img {
	object-fit: cover;
	width: 200%;
	height: 100%;

	animation: bannerMove 10s linear infinite;
  }


  @keyframes bannerMove {
	0%   {transform: translateX(-50%);}
	25%  {transform: translateX(-25%);}
	50%  {transform: translateX(0);}
	75%  {transform: translateX(-25%);}
	100% {transform: translateX(-50%);}
  } */
.tab-menu-wrapper.sticky{
	margin-top: 0 !important;
	padding-top: 0;
	position: fixed;
	top:72px;
	height:80px;
}
#home-tab-progress-bar.sticky ~ .welcome-inner-wrapper{
	padding-top:200px !important;
}
#header .header-inner-wrapper {
	box-sizing: border-box;
	padding: 25px 50px;
	height: 100%;
}

#header .header-inner-wrapper .flex-wrapper {
	justify-content: space-between;
	height: 100%;
	align-items: center;
}

#header .header-inner-wrapper .flex-wrapper .flex-col-wrapper {
	width: 100%;
}


#header .header-inner-wrapper .flex-wrapper .flex-col-wrapper.flex-row-1st {
	justify-content: flex-start;
}

#header .header-inner-wrapper .flex-wrapper .flex-col-wrapper.flex-row-2nd {
	justify-content: center;
}

#header .header-inner-wrapper .flex-wrapper .flex-col-wrapper.flex-row-2nd .flex-col-inner {
	text-align: center;
}

#header .header-inner-wrapper .flex-wrapper .flex-col-wrapper.flex-row-3rd {
	/* justify-content: flex-end; */
	justify-content: flex-start;
	max-width: 80%;
	margin-bottom: 30px;
}

#header .logo {
	/* max-width: 186px; */
	max-width: 370px;
	width: 100%;
}

#header .header-inner-wrapper .flex-wrapper .flex-col-wrapper.flex-row-3rd .flex-col-inner-wrapper {
	display: flex;
	/* flex-direction: row; */
	/* justify-content: flex-end; */
	flex-direction: column;
	justify-content: flex-start;
}
#header .header-inner-wrapper .flex-wrapper .flex-col-wrapper.flex-row-3rd .flex-col-inner-wrapper .sfContentBlock{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}
#header  ul.header-menu {
	list-style: none;
	/* width: 65%; */
	display: inline-block;
	width: 100%;
	column-count: 3;
}

#header ul.header-menu li, #header p.heading {
	color: #ffffff;
	font-size: 16px;
	font-family: 'IBM Plex Sans', sans-serif;

}

#header ul.header-menu li.heading, #header p.heading {
	font-weight: bold;
	margin-bottom: 15px;

}

#header ul.header-menu li a {
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
	display: flex;
	flex-direction: row;
	align-items: center;
}

#header .header-menu img {
    max-width: 15%;
}

.scroll-down-box {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    text-align: center;
}

.scroll-down-box p {
    margin: 0;
    font-size: 16px;
    color: white;
    writing-mode: vertical-rl;
    text-orientation: mixed;
	transform: rotate(180deg);
}

.scroll-down-box img{
	margin-left: 3px;
	margin-top: 10px;
}

#welcome-section h1 {
	margin-bottom: 30px;
}

#welcome-section .welcome-inner-wrapper {
	
	margin: 0 auto;
	text-align: center;
	max-width: 1000px;
}

#welcome-section video {
	width: 100%;
}

#welcome-section .tab-menu-wrapper {
	z-index:4;
	width: 100%;
	background-color: white;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin: 0 0 50px 0;
}

#welcome-section .tab-menu-wrapper ul {
	list-style: none;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

#welcome-section .tab-menu-wrapper ul li {
	text-align: center;
	box-sizing: border-box;
	padding: 30px 50px;
}

#welcome-section .tab-menu-wrapper ul li a {
	text-decoration: none;
	color: #000000;
}

.welcome-inner-wrapper #collection-of-cert{
	
	background: url(../images/background.jpg),linear-gradient(#e44a4a,#9c1a1f);
	background-blend-mode: multiply;
	background-repeat: no-repeat;
	background-size: cover;
	width: fit-content;
	/* max-width: 1440px; */
	/* height: 400px; */
}
.tab-title{
	
	display: flex;
	align-items: center;
	
	
	
}
.tab{
	margin:0 auto;
	padding:5rem 1rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.tab-progress{
	cursor: pointer;
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 14px;
	font-weight: 500;
}
.tab-title{
	margin-bottom:1.5rem;
}

.home-quick-list {text-align:left; width:fit-content; margin:auto;}
.home-quick-list h4 {margin-bottom:4px; text-align:center; color:#2553C8;}
.home-quick-list li {list-style-type: none; text-align: center;}
.home-quick-list span {white-space: nowrap;}
  
  

#collection-of-cert h3{
	color:white;
	width: 426px;
	text-align: left;
	
}
#collection-of-cert-container{
	width:1180px;
	margin: auto;
}

#collection-of-cert .collection-of-cert-description{
	width: 650px;
	margin:auto;
	margin-right:0;
	color: white;
	text-align: left;
}
.enquiries-title{
	/* color: white; */
	justify-content: center;
	text-align: center;
}
.tab-title h3{
	font-size: 36px;
}

#graduation-moments {
	/* background: url(../images/background.jpg),linear-gradient(#1043b6,#15304e);
	background-blend-mode: multiply;
	background-repeat: no-repeat;
	background-size: cover; */
	width: fit-content;
	padding: 2.5rem 1rem;
	padding-top: 0;
    display: none;
}
#graduation-moments .graduation-moments-title,
#graduation-moments .graduation-moments-description {
	/* color: white; */
	line-height: 300%;
}
#graduation-moments-container{
	/* width:700px; */
	margin:auto;
}
#graduation-moments-feed {
	width: 100%;
	padding: 5rem 1rem;
    padding-top: 0;
    display: none;
}
/* .flockler-posts{ */
	/* display:flex; */
/* } */
.graduation-moments-title{
	justify-content: center;
}
#enquiries{
	/* background: url("../images/img-bg-homepage-enquiries.png") no-repeat ;
	background-size: 100% 100%; */
	width: fit-content;
	padding: 2.5rem 1rem;
	

}
#enquiries-container{
	width:650px;
	margin:0 auto;
}

.enquiries-description {
    /* color:white */
    text-align: left;
}
#welcome-section .welcome-inner-wrapper #nafa-convocation-2022{
	max-width: 648px;
	margin:0 auto;
}

/* HomePage Tab Progress bar */
.tab-progress {
	position:relative;
}
.tab-progress div{
	z-index: -1;
	position: absolute;
	height:80px;
	background-color:#c3c3c3;
	top:0;
	left:0;

}
/* Mobile progress bar */
.tab-menu-mobile-wrapper{
	width:100%;
	height: 10px;
	background-color: #f2f2f2;
	display:none;
	
}
.tab-menu-wrapper.sticky + .tab-menu-mobile-wrapper{
	position: fixed;
	
	
}
.home-heading-wrapper{
	width:auto;
}
.home-heading-wrapper img{
	width:100%
}
.tab-menu-mobile-wrapper{
	z-index: 4;
}
.mobile-progress-bar{
	height: 10px;
	background-color: black;
}

.tab-title img{
		margin-left:-15px;
	}
/* 
	.tab-title.graduation-moments-title {
		position: relative;
		display: flex;
		align-items: center;
	  }

	  .tab-title.graduation-moments-title::after {
		content: '';
		position: absolute;
		top: calc(50% - 24px);
		left: calc(50% - 208px);
		width: 48px;
		height: 48px;
		background: url('/nafa-convocation-2025/theme/default/images/icon-right-arrow-hover.png') no-repeat center center;
		background-size: contain;
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.3s ease;
		z-index: 1;
	  }
	  @media screen and (max-width: 767px ){
		.tab-title.graduation-moments-title::after {left: calc(50% - 149px);}
	  }
	  @media screen and (min-width: 350px ){
		.tab-title.graduation-moments-title:hover::after {
			opacity: 1;
		  }
	  } */

@media screen and (min-width: 1280px){
	.collection-of-cert-title{
		align-items:flex-start;
	}
}

@media screen and (max-width: 1540px) {

}

@media screen and (max-width: 1280px) {
	.collection-of-cert-description,.collection-of-cert-title h3{
		width: auto !important;
	}
	
	.welcome-inner-wrapper #collection-of-cert{
		background-position: center;
		width: auto;
	}
	
/* .tab-title img{
		margin-left:-10px;
	} */
	
	
}

@media screen and (max-width: 1024px) {
	#home-tab-progress-bar{
		display: none;
	}
	.tab-menu-mobile-wrapper{
		display: block;
	}
	.tab-menu-wrapper.sticky + .tab-menu-mobile-wrapper{
		top:72px;
	}
	.welcome-inner-wrapper #collection-of-cert #collection-of-cert-container{
		width: 700px;
	}
	
	#header .header-inner-wrapper .flex-wrapper .flex-col-wrapper.flex-row-3rd{ 
		max-width: 100%;
	}
	
}

@media screen and (max-width: 960px) {

	
}

@media screen and (max-width: 768px ){
	.tab-menu-wrapper.sticky + .tab-menu-mobile-wrapper{
		top:72px;
	}
	
	#header .header-inner-wrapper .flex-wrapper .flex-col-wrapper.flex-row-3rd {
		max-width: 100%;
	}
	
	#header ul.header-menu {
		width: 100%;
	}
	
	#header ul.header-menu li a {
		font-size: 12px;
	}
}
@media screen and (max-width: 767px ){
	.abs-wrapper img.mobile-view {display: block; object-fit: cover; width: 100%; height: 100%;}

    .abs-wrapper img.desktop-view {display: none;}

	.home-quick-list {margin:0;}
	.home-quick-list h4, .home-quick-list li {text-align:left;}

	h1 {
		font-size: 24px;
		text-align:left;
		line-height: 120%;
	}
	#header ul.header-menu{
		width:100%
	}
	#header li img{
		width:30px;
	}
	#header .header-inner-wrapper{
		padding-left: 1rem;
		padding-right: 1rem;
	}
	#graduation-moments-container{
		width: auto;
	}
	.tab-title,.tab-title img{
		display: block;
	}
	.tab-title h3{
		text-align: left;
		font-size:24px;
		margin-bottom: 1rem;
	}
	.tab p{
		text-align: left;
	}
	#enquiries-container{
		width: 100%;
	}
	.tab{
		width: auto !important;
	}
	.welcome-inner-wrapper #collection-of-cert #collection-of-cert-container{
		width: auto;
	}
	.scroll-down-box {
		position: absolute;
		left: 10px; /* Adjust position as needed */
		top: 55%; /* Adjust position as needed */
		transform: translateY(-50%);
		padding: 10px;
		text-align: center;
	}
}

@media screen and (max-width: 430px) {
	#header .header-inner-wrapper {
	
	padding-top:20px;
	padding-bottom:20px;
	}
	
	#header  ul.header-menu {
		list-style: none;
		/* width: 65%; */
		display: inline-block;
		width: 100%;
		column-count: 1;
	}
}

@media screen and (max-width: 414px) {
	
}

@media screen and (max-width: 390px) {
	
}

@media screen and (max-width: 360px) {

}

@media screen and (max-width: 310px) {

}