body {
	background: #fff;
	font-size: 17px;
	font-family: "Poppins", sans-serif;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
	color: #484848;
	letter-spacing: 0rem;
	line-height: 1.2;
}
.white-placeholder::placeholder {
  color: white;
  opacity: 1; /* Ensures full visibility */
}
/* For better browser support */
.white-placeholder input::placeholder,
.white-placeholder textarea::placeholder {
  color: white;
  opacity: 1;
}
.white-placeholder input:-ms-input-placeholder, /* IE 10-11 */
.white-placeholder textarea:-ms-input-placeholder {
  color: white;
}
.white-placeholder input::-ms-input-placeholder, /* Edge */
.white-placeholder textarea::-ms-input-placeholder {
  color: white;
}
.white-placeholder select option {
  background-color: #fff;
  color: #000;
  border-radius: 0 !important;
}
a {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Inter", sans-serif;
	font-weight: 600;
}
b, strong {
	font-weight: 700;
}
ul, li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
p {
	line-height: 1.525rem;
	font-family: "Poppins", sans-serif;
	font-weight: normal;
	color: #474747;
	font-size: 0.938rem;
}
.ff-inter{
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.ff-poppins{
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.section {
	position: relative;
	display: block;
}
.header {
	position: relative;
	left: 0;
	right: 0;
	z-index: 101;
	top: 0;
	display: block;
	padding:  0;
	background-color: transparent;
}
.svg-icon{
	width: 40px;
	height: 40px;
	fill: currentColor;
}
.hero-image {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	position: relative;
}
.slider-arrow {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	z-index: 100;
	background-color: transparent !important;	
	transform: rotate(0deg);
	transition: transform 1s linear;
	border: none !important;
	font-size: 50px;
	color: #26aae1;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 !important;
	padding: 0 !important;
	transform: translateY(-50%);
}
.slider-arrow.nav-button-prev {
	left: -50px;	
}
.slider-arrow.nav-button-next {
	right: -50px;
}
.slider-section .slider-arrow.nav-button-prev{
	left: 0;
}
.slider-section .slider-arrow.nav-button-next {
	right: 0px;
}
.slider-section .slider-arrow{
	color: #fff;
}
#slide-carousel .slider-arrow{
	top: 50%;
}
.carousal-slider-section .slider-arrow{
	background-color: transparent !important;
	height: 46px;
	width: 46px;
	border-radius: 50%;
	font-size: 40px;
	border: none;
	color: #000;
}
.slider-section.carousal-slider-section .slider-arrow.nav-button-prev {
  left: -40px;
}
.slider-section.carousal-slider-section .slider-arrow.nav-button-next {
  right: -40px;
}
.heading {
	position: relative;
	display: block;
}
.heading h2 {
	font-size: 35px;
	color: #0b0f28;
	line-height: 100%;
	letter-spacing: 0.01rem;
	font-weight: 700;
	position: relative;
}
.sub-heading {
	display: block;
	position: relative;
	color: #e42032;
	font-size: 18px;
	text-transform: capitalize;
	letter-spacing: 0.02rem;
	width: 100%;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
	margin-bottom: 20px;
	margin-top: 5px;
}
.padding-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.padding-100{
	padding-top: 100px;
	padding-bottom: 100px;
}
.padding-top-100{
	padding-top: 100px;
}
.padding-30{
	padding-top: 30px;
	padding-bottom: 30px;
}
.padding-90{
	padding-top: 90px;
	padding-bottom: 90px;
}
.padding-top-100{
	padding-top: 100px;
}
.img-cover{
	width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.font-size-14{
	font-size: 14px;
}
.font-size-16{
	font-size: 16px;
}
.font-size-18{
	font-size: 18px;
}
.font-size-20{
	font-size: 20px;
}
.custom-btn {
	border-radius: 0px;
	color: #fff;
	background-color: #e42032;
	font-size: 18px;
	letter-spacing: 0.01rem;
	padding: 1rem 2rem;
	border-color: transparent;
	line-height: 100%;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border-radius: 50rem;
}
.custom-btn-arrow{
	position: relative;
	width: auto;
	height: 100%;
	background-color: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	right: 0;
	top: 0;
}
.custom-btn svg{
	width: 14px;
	height: 14px;
}
.custom-btn:hover {
	background-color: #000;
	color: #fff;
}
.border-btn {
	border: 2px solid transparent;
	background-color: transparent !important;
}
.white-border {
	border-color: #fff;
	color: #fff;
}
.black-border {
	border-color: #000;
	color: #000;
}
.red-border {
	border-color: #e42032;
	color: #e42032;
}
.big-btn {
	padding: 15px 45px;
}
.btn-with-arrow{
	padding: 15px 45px;
}
.white-border:hover {
	border-color: #fff;
	color: #e42032;
	background-color: #fff !important;
}
.black-border:hover {
	border-color: #000;
	color: #fff;
	background-color: #000 !important;
}
.black-border:hover .custom-btn-arrow{
	color: #fff;
}
.red-border:hover {
	border-color: #e42032;
	color: #fff;
	background-color: #e42032 !important;
}
.red-border:hover .custom-btn-arrow{
	color: #fff;
}
.white-border .custom-btn-arrow{
	color: #fff;
}
.white-border:hover .custom-btn-arrow{
	color: #e42032;
}
.medium-btn{
	font-size: 14px;
	padding: 0.825rem 1.625rem;
}
.medium-btn svg{
	width: 10px;
	height: 10px;
}
.social-icon a {
	width: 36px;
	height: 36px;
	border: 2px solid #e42032;
	border-radius: 50%;
	display: block;
	color: #e42032;
}
.social-icon svg {
	width: 18px;
	height: 18px;
	display: block;
}
.social-icon a.facebook svg {
	width: 20px;
	height: 20px;
}
.social-icon a:hover {
	border-color: #e42032;
	background-color: #e42032;
	color: #fff;
}
.icon-btn {
	font-size: 21px;
	color: #e42032;
	border: none;
	padding: 0;
	letter-spacing: 0.02rem;
	font-weight: 700;
}
.icon-btn i {
	margin-right: 10px;
}
.icon-btn i svg {
	width: 42px;
	height: 42px;
	color: #e42032;
}
.icon-btn span {
	font-size: 17px;
	font-weight: 500;
	color: #e42032;
	display: block;
	letter-spacing: 0.01rem;
}
.icon-btn:hover {
	color: #e42032
}
.grey-bg{
	background-color: #f7f7f7 !important;
}
.gold-bg{
	background-color: #e42032;
}
.scrollup {
  width: 50px;
  height: 50px;
  opacity: 1;
  position: fixed;
  bottom: 8px;
  left: 15px;
  display: none;
  text-indent: -9999px;
  background: url(../images/icons/circle-arrow.svg) no-repeat;
  z-index: 5;
  background-size: 100% auto;
}
.hero-slider-caption-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.55);	
	padding-top: 0;
}
.banner-caption h1 {
	font-size: 44px;
  color: #ffffff;
  text-transform: capitalize;
  line-height: 120%;
  letter-spacing: 0.01rem;
  font-weight: 600;
}
.banner-caption h2 {
	font-size: 49px;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 100%;
	letter-spacing: 0.06rem;
	font-weight: 600;
}
.banner-caption h6 {
	font-size: 24px;
	font-weight: 400;
	margin: 0;
	line-height: 2rem;
	letter-spacing: 0.01rem;
	font-family: "Poppins", sans-serif;
}
.hero-content-inner{
	display: flex;
	flex-direction: column;
	position: relative;
}
.bg-cover{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.overlay-bg {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
}
.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
ul.list-inline li {
	display: inline-block;
	vertical-align: top;
	border-right: 1px solid #fff;
	padding: 0 20px;
	font-size: 16px;
	text-transform: capitalize;
	letter-spacing: 0.02rem;
}
ul.list-inline li:last-child{
	border-right: none !important;
}
ul.list-inline li a {
	color: #fff;
	text-decoration: none !important;
}
ul.list-inline li a:hover {
	color: #e42032;
}
.medium-heading{
	font-size: 27px;
	color: #000000;
	font-weight: 700;
	letter-spacing: 0.02rem;
}
.testimonial-box {
	display: block;
	background-color: #fff;
	padding: 2rem 2rem;
	position: relative;
	min-height: 250px;
	border-radius: 1rem;
	margin: 30px 12px 20px 12px;
}
.testimonial-slider .slider-arrow {
	margin-top: -4%;
}
.review-star {
	font-size: 17px;
	color: #ff8e00;
}
.content-icon-btn .icon-btn {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
	max-width: 340px;
}
.content-icon-btn .icon-btn span {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	letter-spacing: 0.0rem;
	font-family: "Poppins", sans-serif;
	margin-bottom: 0px;
}
.content-icon-btn .icon-btn i svg {
	width: 44px;
	height: 44px;
	color: #000;
}
.content-icon-btn .icon-btn i {
	margin-right: 12px;
}
.top-bar-section{
	padding: 0.625rem 0;
	background-color: #0b0f28;
}
.top-bar-section .icon-btn i svg{
	width: 25px;
	height: 25px;
	color: #fff;
}
.top-bar-section  .icon-btn{
	font-size: 14px;
	color: #ffffff;
	font-weight: 300;
	border-right: 1px solid #e42032;
  padding-right: 20px;
  margin-right: 20px;
}
.top-bar-section .icon-btn:last-child{
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}



/* ===== NAVBAR ===== */
.navbar {
  background: #fff;
  color: #000;
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 0;
}
.navbar-container {
  max-width: 1320px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 15px;
}
.navbar-brand {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
/* ===== HAMBURGER ===== */
.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  z-index: 1001;
}
.menu-toggle span {
  width: 28px;
  height: 3px;
  background: #000;
  border-radius: 2px;
  transition: .4s ease;
}
.menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}
/* ===== MENU ===== */
.nav-menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 25px;
  margin: 0;
}
.nav-menu li {
  position: relative;
}
.nav-menu a {
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  padding: 22px 0;
  transition: .3s;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
}
.nav-menu a:hover {
  color: #e42032;
}
.arrow {
  font-size: 12px;
  transition: transform .3s ease;
}
.rotate {
  transform: rotate(180deg);
}
/* ===== DROPDOWN ===== */
.dropdown-menu {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  color: #333;
  border-radius: 8px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  display: none;
  min-width: 220px;
  z-index: 999;
  animation: fadeDown .3s ease;
}
@keyframes fadeDown {
 from {
opacity:0;
transform:translateY(-10px);
}
to {
  opacity: 1;
  transform: translateY(0);
}
}
.dropdown-menu li a {
  color: #000;
  padding: 10px 16px;
  display: flex;
  transition: .3s;
  justify-content: space-between;
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 0.01rem;
  font-weight: 500;
  line-height: 1.4rem;
}
.dropdown-menu li a:hover {
  background: #f3f3f3;
  color: #e42032;
}
.custom-navbar-section .dropdown-toggle:after {
  display: none!important;
}
@media (min-width:992px) {
body:not(.mobile-active) .nav-menu li:hover>.dropdown-menu {
  display: block;
}
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0;
}

.custom-navbar-wrapper{
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
}

/* ===== MOBILE ===== */
@media (max-width:991px) {
.menu-toggle {
  display: flex;
}
.nav-menu {
  flex-direction: column;
  position: absolute;
  background: #000;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
  padding: 0;
  gap: 0;
  margin-top: 8px;
}
.nav-menu.active {
  display: flex;
}
.nav-menu a {
  padding: 14px 20px;
  justify-content: space-between;
  width: 100%;
}
.dropdown-menu {
  position: static;
  background: #e42032;
  display: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  border: none;
}
.dropdown-menu.active {
  display: block;
}
.dropdown-menu li a {
  color: #fff;
  padding: 0.5rem 1rem;
}
.nav-menu > li {
  border-bottom: 1px solid rgba(255,255,255,0.2);
  width: 100%;
}
.nav-menu a{
	color: #fff;
}

}
/* ===== SEARCH ICON IN NAV ===== */
.search-toggle {
  font-size: 1.3rem;
  color: #000;
  cursor: pointer;
  margin-left: 15px;
  transition: 0.3s;
}
.search-toggle:hover {
  color: #e42032;
}
/* ===== SEARCH POPUP ===== */
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2000;
}
.search-popup.active {
  display: flex;
  animation: fadeIn .3s ease;
}
@keyframes fadeIn {
from {
opacity:0;
}
to {
  opacity: 1;
}
}
.search-popup-content {
  background: #fff;
  padding: 30px 20px;
  border-radius: 8px;
  width: 90%;
  max-width: 500px;
  position: relative;
  text-align: center;
}
.search-popup-content input {
  width: 100%;
  padding: 12px 15px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  outline: none;
}
.search-popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 1.6rem;
  color: #333;
  cursor: pointer;
}
.custom-navbar-section .navbar-brand{
	padding: 0;
}
#hero-carousel .glide__slide{
	position: relative;
}

#home-scroll-down {
	z-index: 7;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	bottom: -43px;
	left: 50%;
	width: 82px;
	height: 82px;
	border-radius: 50%;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: background-color .2s ease-in-out;
	-o-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
}
#home-scroll-down:after {
	content: '';
	display: block;
	position: absolute;
	border-radius: 50%;
	top: -10px;
	left: -10px;
	bottom: -10px;
	right: -10px;
	border: dashed 1px rgba(255,255,255,.55);
}
#home-scroll-down:before{
	-webkit-animation: sdb031 3s infinite;
  animation: sdb031 3s infinite;
  content: '';
  display: block;
  position: absolute;
  border-radius: 50%;
  top: -10px;
  left: -10px;
  bottom: -10px;
  right: -10px;
  opacity: 0;
}
#home-scroll-down i {
	font-size: 22px;
	color: #fff;
}

@-webkit-keyframes sdb031 {
0% {
opacity: 0;
}
30% {
opacity: 1;
}
60% {
box-shadow: 0 0 0 60px rgba(255,255,255,.1);
opacity: 0;
}
100% {
opacity: 0;
}
}
@keyframes sdb031 {
0% {
opacity: 0;
}
30% {
opacity: 1;
}
60% {
box-shadow: 0 0 0 60px rgba(255,255,255,.1);
opacity: 0;
}
100% {
opacity: 0;
}
}
.text-red{
	color: #e42032;
}

.courses-box-wrapper {
	display: block;
	background-color: #fff;
	border-radius: 10px;
	margin: 0.725rem 0.925rem 1.26rem;
}
.courses-box-image {
	display: block;
	position: relative;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
	height: 205px;
}
.courses-box-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.courses-box-content {
	padding: 1.625rem;
}
.courses-title {
	margin-bottom: 10px;
	min-height: 60px;
	text-align: center;
}
.courses-title a {
	font-size: 1.25rem;
	color: #000000;
	font-weight: 600;
	letter-spacing: 0.01rem;
	text-decoration: none !important;
}
.courses-review {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	color: #919191;
}
.courses-review-rating {
	font-size: 18px;
	color: #ffc107;
}
.courses-mode-wrapper {
	display: flex;
	justify-content:center;
	align-items: center;
	gap: 1rem;
}
.courses-mode h6 {
	font-size: 16px;
	color: #000000;
	font-weight: 600;
	margin-bottom: 0;
	letter-spacing: 0;
}
.courses-mode-time {
	gap: 6px;
}
.course-para{
	font-size: 15px;
	line-height: 1.4rem;
	color: #000000;
	padding: 1.725rem 0;
	min-height: 100px;
}
.courses-listing-bottom{
	padding-bottom: 1rem;
}
.colm-box-image{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	min-width: 100px;
}
.colm-box-image img{
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: cover;
	object-position: center;
}
.read-more-btn{
	font-size: 16px;
	font-weight: 500;
	color: #0b0f28;
	text-decoration: none;
}
.read-more-btn:hover{
	color: #e42032;
}
#partner-carousel .glide__arrows{
	display: none !important;
}
.partner-logo-box img{
	filter: grayscale(100%) brightness(0) invert(50%) sepia(0%) saturate(0%) hue-rotate(0deg);
  transition: filter 0.3s ease;
}
.partner-logo-box:hover img{
	filter: invert(28%) sepia(87%) saturate(4844%) hue-rotate(357deg) brightness(97%) contrast(94%);
}
.images-box-warrper-cover {
  overflow: hidden;
  width: 100%;
}
.image-cover {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.sector-inner-box {
  padding: 5rem;
}
.activites-count{
	font-size: 62px;
	color: #e42032;
	font-weight: 600;
	width: 50px;
	min-width: 50px;
	line-height: 100%;
	text-align: left;
}
.activites-title{
	font-size: 25px;
	color: #0b0f28;
	font-weight: 600;
	line-height: 120%;
	flex-grow: 1;
}
.achievement-box-wrapper .courses-box-image{
	height: 380px;
	border-radius: 10px;
}
.achievement-box-wrapper .courses-title{
	min-height: 26px;
	margin-bottom: 0;
}
.project-upper-section{
	padding-bottom: 200px;
}
.project-box{
	background-color: #ffffff;
	padding: 1rem;
	border-radius: 10px;
	overflow: hidden;
	height: 330px;
}
.project-box img{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	object-fit: cover;
	object-position: center;
}
.project-wrapper-container{
	display: block;
	position: relative;
	top: -160px;
}
.text {
  display: inline;
  position: relative;
}
.show-toggle {
  color: #e42032;
  cursor: pointer;
  font-weight: 500;
}
.show-toggle:hover {
  text-decoration: underline;
}
.blog-box .courses-box-image {
  height: 380px;
  border-radius: 10px;
}
.blog-box.courses-box-wrapper {
  margin: 0;
}
.upcoming-events-wrapper{
	background: #e42032;
  width: 100%;
  display: flex;
  padding: 2rem 3rem;
  justify-content: space-between;
  position: relative;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  z-index: 2;
  margin-bottom: -65px;
}
.medium-heading{
	font-size: 25px;
	font-weight: 500;
	margin: 0;
}
.upcoming-left-section{
}
.event-icon{
	color: #fff;
}
.event-icon svg{
	width: 80px;
	height: 80px;
}
.upcoming-left-section{
	width: 100%;
	max-width: 600px;
}
.upcoming-events-wrapper:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/footer-wave.png) no-repeat;
  position: absolute;
  background-size: 100%;
  left: 0;
  opacity: .1;
  z-index: -1;
}
.footer{
	background-color: #0b0f28;
	padding: 10rem 0 1.625rem;
}
.footer-box-wrapper{
	display: block;
	position: relative;
}
.footer-box-wrapper h5{
	font-size: 1.325rem;
}
.grey-text{
	color: #cfcfcf;
}
.footer-box-wrapper .icon-btn {
  font-size: 14px;
  color: #ffffff;
  font-weight: 300;
}
.footer-menu-box ul li {
	float: left;
	display: block;
	font-size: 14px;
	color: #cfcfcf;
	margin-bottom: 20px;
	width: 100%;
	letter-spacing: 0.01rem;
	font-weight: 300;
}
.footer-menu-box ul li a {
	display: block;
	color: #cfcfcf;
	text-decoration: none !important;
}
.footer-menu-box ul li a:hover {
	color: #fff;
}
.footer-menu-box ul.list-50 li {
	width: 50%;
}
.footer-contact-details .icon-btn i svg {
  width: 32px;
  height: 32px;
  color: #e42032;
}
.footer-bottom-section{
	display: block;
	position: relative;
}
.footer-bottom-wrapper{
	display: block;
	margin: 35px 0 0;
	padding: 25px 0 0;
	border-top: 1px solid #e42032;
}
.custom-breadcrumb .breadcrumb-item.active,
.custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before{
	color: #fff;
}
.custom-breadcrumb{
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.02rem;
}
.inner-banner-section .hero-image{
	object-position: center;
}
.hero-section.inner-banner-section{
	height: 300px;
}
.content-inner-content-box .medium-heading{
	position: relative;
	display: block;
	padding-left: 25px;
}
.content-inner-content-box .medium-heading:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 2px;
	background-color: #e42032;
}
.category-list-wrapper{
	display: block;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	background-color: #0b0f28;
}
.category-list-head{
	background-color: #e42032;
	padding: 1.25rem 2rem;
	color: #fff;
}
.category-list-head-icon{
	font-size: 30px;
	color: #fff;
}
.category-list-head h4{
	font-size: 20px;
	color: #ffffff;
	font-weight: 600;
	margin: 0;
}
.category-list-wrapper-content{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: start;
	padding: 1.25rem 2rem;
	gap: 10px;
}
.category-list-wrapper-content a{
	display: block;
	padding: 6px 0;
  border: 1px solid hsla(0,0%,85%,.2);
  font-size: 1rem;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  width: 30.333%;
}
.category-list-wrapper-content a:hover{
	color: #e42032;
	border-color: #e42032;
}


.sidebar-section {
	transition: transform 0.4s ease, opacity 0.4s ease;
}

/* --- Mobile View --- */
@media (max-width: 991px) {
/* Hidden by default */
.sidebar-section {
	display: none;
	opacity: 0;
	transform: translateX(-30px);
	animation: slideInLeft 0.35s ease forwards;
}
/* When active - show + slide in from left */
.sidebar-section.active {
	display: block;
	opacity: 1;
	transform: translateX(0);
	animation: slideInLeft 0.35s ease forwards;
}

  /* Smooth slide-in animation */
  @keyframes slideInLeft {
 0% {
 transform: translateX(-100%);
 opacity: 0;
}
 100% {
 transform: translateX(0);
 opacity: 1;
}
}
/* Toggle button styling */
.sidebar-toggle-btn {
	display: inline-flex;
	align-items: center;
	background:transparent;
	color: #000;
	border: none;
	padding: 0;
	border-radius: 0x;
	margin-bottom: 15px;
	cursor: pointer;
	font-weight: 500;
	transition: background 0.3s ease;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0.04rem;
	gap: 5px;
}
.sidebar-toggle-btn i{
	font-size: 24px;
}
.sidebar-toggle-btn:hover {
	background: transparent;
	color: #a00;
}
}

/* --- Desktop View --- */
@media (min-width: 992px) {
.sidebar-toggle-btn {
	display: none;
}
}

.latest-blog-box{
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.latest-blog-box .courses-box-content{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	background: #000000;
	background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
	background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
	display: flex;
	justify-content: center;
	align-items: end;
}
.latest-blog-box .courses-title a{
	color: #fff;
	font-size: 1rem;
}
.latest-blog-box .courses-title {
  margin-bottom: 0;
  min-height: inherit;
}
.blog-box.latest-blog-box .courses-box-image {
  height: 280px;
}
.blog-details-wrapper{
	display: block;
	opacity: relative;
}
.blog-details-wrapper p{
	color: #656565;
	line-height: 1.6rem;
}
.blog-published-date{
	display: flex;
	align-items: center;
	justify-content: start;
	font-size: 18px;
	color: #000000;
	font-weight: 500;
	gap: 10px;
	border-bottom: 1px solid #e42032;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.blog-published-date svg{
	width: 32px;
	height: 32px;
}
.sidebar-section-alt{
	display: block !important;
	opacity: 1;
  transform: translateX(0px) !important;
}
.box-wrapper{
	overflow: hidden;
	border-radius: 10px;
}
.box-wrapper-inner-space{
	padding: 2rem;
}
.contact-colm-span{
	color: #000 !important;
}



.filter-sidebar {
  background: #fff;
  border-radius: 0;
}
.custom-filter-sidebar .accordion-button{
	font-size: 15px;
	font-weight: 600;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 0.02rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	background-color: #fff;
	box-shadow: none;
}
.custom-filter-sidebar .accordion-body{
	padding-top: 1rem;
	padding-bottom: 1rem;
	gap: 15px;
}
.custom-filter-sidebar .accordion-item{
	border-left: none;
	border-right: none;
	border-top: none;
}
@media (min-width: 992px) {
  .filter-sidebar {
    position: static;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .filter-sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100%;
    overflow-y: auto;
    z-index: 9999;
    transition: right 0.3s ease-in-out;
}
.filter-sidebar.open {
    right: 0;
}
.filter-header {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1rem;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 1;
}

}
.check-colm{
	color: #6a6a6a;
	margin-bottom: 10px;
}
#filterToggleBtn,
#filterCloseBtn{
	background-color: transparent !important;
	border: none !important;
	box-shadow: none !important;
	outline: none !important;
	color: #000;
	font-size: 36px;
	gap: 10px;
	/*width: 44px;*/
	/*height: 44px;*/
	display: flex;
	justify-content: center;
	align-items: center;
}
#filterToggleBtn i{
	width: 36px;
	/*height: 34px;*/
}



.courses-list-head{
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 10px;
	font-size: 18px;
  color: #000000;
  font-weight: 500;
}
.courses-list-icon svg{
	width: 30px;
	height: 30px;
	color: #000;
}
.courses-list{
	display: flex;
	flex-direction: column;
	background-color: #fff;
	padding: 1.5rem;
	margin-top: 1.625rem;
	border-radius: 10px;
}
.courses-list ul{
	display: block;
	padding: 0;
	margin: 0;
}
.courses-list ul li{
	display: block;
	position: relative;
	font-size: 16px;
	color: #6a6a6a;
	font-weight: 400;
	margin-bottom: 1rem;
	letter-spacing: 0.02rem;
}
.courses-list ul li.courses-list-title{
	font-weight: 600;
	color: #000000;
}
.courses-list ul li a{
	display: block;
	position: relative;
	color: #6a6a6a;
	text-decoration: none;
	padding-left: 25px;
	font-size: 14px;
	line-height: 1.2rem;
}
.courses-list ul li > ul{
	margin-left: 0px;
	margin-top: 1rem;
}
.courses-list ul li a:before{
	content: "\F26B";
	position: absolute;
	left: 0;
	top: 0;
	font-family: bootstrap-icons !important;
	font-size: 18px;
	color: #e42032;
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.courses-list ul > li{
	margin-top: 1rem;
}
.courses-listing-section .courses-box-wrapper{
	margin: 0;
	height: 100%;
}
.coures-published-date .blog-published-date{
	border: none !important;
	padding-bottom: 0;
}
.coures-published-date{
	border-bottom: 1px solid #e42032;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.gallery-section ul {
	list-style: none;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 0 auto 20px;
}
.gallery-section ul li {
}
.filter-list .nav-link {
	color: #333;
	font-weight: 500;
	border-radius: 5px;
	padding: 6px 12px;
	margin: 4px;
	transition: all 0.2s ease-in-out;
}
.filter-list .nav-link:hover {
	background-color: #eee;
}
.filter-list .nav-link.active {
	background-color: #e42032;
	color: #fff;
	font-weight: 500;
}
.grid .img-fluid{
	width: 100%;
}




.cutom-onload-pop .modal-content {
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(15px);
	border: none;
	border-radius: 20px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
	overflow: hidden;
	animation: fadeIn 0.8s ease-in-out;
}
.cutom-onload-pop .modal-header {
	border-bottom: none;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 1.5rem;
	background: rgba(0, 0, 0, 1);
}
.cutom-onload-pop .modal-title {
	font-size: 1.2rem;
	font-weight: 600;
	color: #fff;
	letter-spacing: 0.5px;
}
.cutom-onload-pop .btn-close {
	background-color: #fff !important;
	border-radius: 50%;
	opacity: 0.8;
	box-shadow: 0 0 10px #fff;
	transition: 0.3s;
}
.cutom-onload-pop .btn-close:hover {
	opacity: 1;
	transform: rotate(90deg);
}
.cutom-onload-pop .modal-body {
	height: 80vh;
	padding: 0;
}
.cutom-onload-pop .pdf-viewer {
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 0 0 20px 20px;
	overflow-y: auto;
}

/* Fade-in animation */
@keyframes fadeIn {
 from {
 opacity: 0;
 transform: scale(0.9);
}
to {
	opacity: 1;
	transform: scale(1);
}
}


/* Optional glowing heading on background */
h1.glow-title {
	position: absolute;
	top: 20%;
	font-size: 3rem;
	font-weight: 700;
	text-shadow: 0 0 20px #fff, 0 0 40px #f0f, 0 0 80px #0ff;
	animation: pulse 2s infinite alternate;
}
 @keyframes pulse {
 from {
text-shadow: 0 0 20px #fff, 0 0 40px #f0f, 0 0 80px #0ff;
}
to {
	text-shadow: 0 0 10px #fff, 0 0 20px #0ff, 0 0 40px #f0f;
}
}

.images-wrapper-right{
	width: 100%;
	max-width: 51.887%;
}
.images-wrapper-left{
	width: 100%;
	max-width: 46.113%;
}
.images-wrapper-right img,
.images-wrapper-left img{
	width: 100%;
	height: auto;
}

.custom-table-section table > thead{
  white-space: nowrap;
}
.active-btn{
	border-color: #e42032 !important;
	color: #e42032 !important;
}
.sidebar-latest-blog-wrapper{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.blog-box .courses-listing-bottom {
  padding-bottom: 0;
}
.footer-sticky-btn{
	position: fixed;
  bottom: 97px;
  right: 109px;
  z-index: 100;
}
a.play-btn {
  width: 150px;
  height: 150px;
  background: #e42032;
  color: #fff;
  border-radius: 50%;
  line-height: 104px;
  font-size: 15px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  border: #fff;
  border-style: solid;
  display: inline-block;
}
.donate-txt {
  position: relative;
  top: 40px;
  left: -7px;
  line-height: 23px;
}
.sidebar-section{
	position: sticky;
	top: 0;
}
.custom-contact-modal .btn-close{
	position: absolute;
	right: -18px;
	top: -18px;
	width: 30px;
	height: 30px;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	opacity: 1 !important;
	z-index: 10;
	box-shadow: 0px 0px 10px #00000050 !important;
}



.blog-details-wrapper span span,
.blog-details-wrapper p strong,
.blog-details-wrapper span,
.blog-details-wrapper p span,
.blog-details-wrapper p {

	font-family: "Poppins", sans-serif !important;
	font-weight: normal !important;
	font-style: normal !important;
}

.is-compact .fancybox__footer .fancybox__caption{
	text-align: center;
}
.footer-menu-box ul li{
	position: relative;
	padding-left: 20px;
}
.footer-menu-box ul li:before{
	font-family: bootstrap-icons !important;
	content: "\f134";
	color: #e42032;
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}



.contact-form {
  background-color: rgba(255,255,255,1);
  padding: 30px;
  border-radius:0.5rem;
  border-top: 10px solid #e42032;
}
.contact-form .form-control, .contact-form .form-select {
  height: 3rem;
  border: 1px solid #d4d4d4;
  background-color: transparent;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  border-radius: 0.425rem;
  padding: 0.625rem 1rem;
  color: #000;

  -webkit-box-shadow: inset 1px 1px 4px 1px rgba(0,0,0,0.1);
  box-shadow: inset 1px 1px 4px 1px rgba(0,0,0,0.1);
}
.contact-form textarea {
  height: auto !important;
}
.form-title {
  font-size: 1.813rem;
  font-weight: 700;
  color: #0c1d2b;
  margin: 0 0 0px;
  text-align: center;
  text-transform: capitalize;
}
.contact-form p{
	font-size: 16px !important;
	color: #606060 !important;
	font-weight: 400 !important;
	margin-bottom: 0;
}
.dob-admission{
	font-size: 14px;
	color: #000;
	padding-bottom: 10px;
}

