html {
	scroll-behavior: smooth !important;
}

body {
	/* font-family: 'Roboto', sans-serif !important; */
	font-family: 'Montserrat', sans-serif !important;
	color: #010101 !important;
	line-height: 1.5 !important;
}

html,
body {
	-webkit-font-smoothing: antialiased !important;
	font-synthesis: none !important;
	text-rendering: optimizeLegibility !important;
	background: #f7f7f7 !important;
}

.btn-red {
	background-color: #ca0808 !important;
	color: #fff !important;

}
.btn-yellow{
	background-color: #F2B90D !important;
	color: #141414 !important;
}

.btn-black{
	background-color: #000 !important;
	color: #fff !important;
}

.btn-custom {
	position: relative;
	display: inline-block;
	font-size: 13px !important;
	padding: 5px 10px !important;
	overflow: hidden;
	z-index: 1 !important;
	border: none;
	font-weight: 500 !important;
	text-decoration: none !important;
	cursor: pointer;
	line-height: 40px !important;
	min-width: 260px;
	text-transform: uppercase;
	text-align: center;
}

.btn--animated::before {
	content: "";
	position: absolute !important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #F2B90D !important;
	transform: scaleX(0);
	transform-origin: 0 50%;
	transition-property: transform;
	transition-duration: 2s;
	transition-timing-function: ease-out;
	z-index: -1 !important;
}

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: none !important;
}


.underline2 {
	padding: 2px !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	font-family: 'Montserrat', sans-serif !important;
	color: #cf0f0f !important;
}

.mbanner {
	width: 100%;
	max-width: 100%;
	position: relative;
	background-size: cover;
	padding: 0px;
}

.w-100 {
	width: 100% !important;
	height: 100% !important;
}

header {
	position: absolute;
	width: 100%;
	z-index: 9999;

}

.header-active {
	/* background-color:greenyellow !important; */
	/* box-shadow: 5px 0 5px rgba(0,0,0,0.5); */
	background-color: #fff !important;
}

.bg-overlay {
	background: rgba(0, 0, 0, 0);
	height: 100vh;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	-webkit-transition: background 0.15s linear;
	-o-transition: background 0.15s linear;
	transition: background 0.15s linear;
}



/* form popup window */

.custom-model-main {
	text-align: center;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/* z-index: 1050; */
	-webkit-overflow-scrolling: touch;
	outline: 0;
	opacity: 0;
	-webkit-transition: opacity 0.15s linear, z-index 0.15;
	-o-transition: opacity 0.15s linear, z-index 0.15;
	transition: opacity 0.15s linear, z-index 0.15;
	z-index: -1;
	overflow-x: hidden;
	overflow-y: auto;
}

.model-open {
	z-index: 99999;
	opacity: 1;
	overflow: hidden;
}

.custom-model-inner {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	display: inline-block;
	vertical-align: middle;
	width: 400px !important;
	margin: 30px auto;
	max-width: 100%;
}

.custom-model-wrap {
	display: block;
	width: 100%;
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: 0;
	text-align: left;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-height: calc(100vh - 70px);
	overflow-y: auto;
}

.model-open .custom-model-inner {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	position: relative;
	z-index: 999;
}

.model-open .bg-overlay {
	background: rgba(0, 0, 0, 0.6);
	z-index: 99;
}

.bg-overlay {
	background: rgba(0, 0, 0, 0);
	height: 100vh;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	-webkit-transition: background 0.15s linear;
	-o-transition: background 0.15s linear;
	transition: background 0.15s linear;
}

.close-btn {
	position: absolute !important;
	right: 35px !important;
	top: 0px !important;
	cursor: pointer !important;
	z-index: 9999 !important;

}

/* .close-btn .fa{
	  font-size: 30px !important;
	color: #971e1e !important;
	background-color: rgba(0, 0, 0, 0.5) !important;
	padding: 10px !important;
	
	border-radius: 50% !important;
	  
	} */
.close-btn::after {
	content: "\00D7";
	box-shadow: 0px 0px 12px -3px rgb(0 0 0 / 35%);
	background-color: #c92626 !important;
	color: #fff !important;

	font-size: 20px;
	position: absolute;
	/* width: 30px !important;
  height: 30px !important; */
	/* border-radius: 50% !important; */
	padding: 10px;

}

@media screen and (min-width:800px) {
	.custom-model-main:before {
		content: "";
		display: inline-block;
		height: auto;
		vertical-align: middle;
		margin-right: -0px;
		height: 100%;
	}
}

@media screen and (max-width:799px) {
	.custom-model-inner {
		margin-top: 45px;
	}

	.custom-model-wrap {
		width: 90% !important;
		margin: auto !important;
		height: auto !important;
	}

	.close-btn {
		right: 55px !important;
	}

	/* h1::before, h2::before,h3::before{
	  background: transparent !important;
	
	} */


}


/************** accordinos ***********/


.accordion {
	width: 100% !important;
	/* max-width: 1000px; */
	/* margin: 2rem auto; */
}

.accordion-item {
	background-color: #fff;
	color: #333;
	margin: 1rem 0;
	font-weight: 400 !important;
	/* border-radius: 0.5rem; */
	/* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25); */
}

.accordion-item-header {
	padding: 0.5rem 3rem 0.5rem 1rem;
	min-height: 3.5rem;
	line-height: 1.25rem;
	font-weight: 500 !important;
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
	font-size: 16px !important;
	font-family: 'Montserrat', sans-serif !important;
}

.accordion-item-header::after {
	content: "\002B";
	font-size: 1.5rem;
	position: absolute;
	right: 1rem;
}

.accordion-item .active {
	border-radius: 0 !important;
	border-bottom: 1px solid #da1010;
	background: none !important;
	color: #cf1313 !important;
	font-weight: 600 !important;
}

.accordion-item-header.active::after {
	content: "\2212";
}

.accordion-item-body {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
	padding: 1rem;
	line-height: 1.5rem;
	/* border-top: 1px solid; */
	border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}

/* top to bottom button */

#top-button {
	text-decoration: none !important;
	display: inline-block;
	/* background-color: #49b5e7; */
	background: linear-gradient(to left, #5f2d2d, #ac0000);
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 10px;
	right: 10px !important;
	transition: background-color .3s,
		opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}

#top-button::after {
	content: "\f062";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
	line-height: 40px;
	color: #fff;
}

#top-button:hover {
	cursor: pointer;
	background-color: #333;
}

#top-button:active {
	background-color: #555;
}

#top-button.show {
	opacity: 1;
	visibility: visible;
}

/* screen width increased  */

@media (min-width: 1400px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1360px !important;
	}
}

@media (min-width: 1400px) {
	.c-colum {
		max-width: 1400px !important;
	}
}







/* students and alumin testimonial's */

.vide-card {
	width: 100% !important;
	height: auto !important;

}

.s-testimonial {
	padding: 70px 0 !important;
	position: relative !important;
	/* background: #333 !important; */
	background-image: linear-gradient(360deg, #110506, #9e0c0c);
}

.s-testimonial h2 {
	color: #fff !important;
	text-align: center;
	margin-bottom: 10px !important;
}
.s-testimonial p{
	color: #fff !important;
}

.play-icon {
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	opacity: 1 !important;
	z-index: 99 !important;
	transform: translate(-50%, -50%) !important;
	border-radius: 9999px;

	-webkit-animation: shadow-pulse1 1.5s infinite;
	animation: shadow-pulse1 1.5s infinite;
}
.play-icon img {
  width: 65px !important;
  height: 65px !important;
}


.s-testimonial .carousel-item a .play-icon {
	text-align: center;
}

.s-testimonial h1 {
	/* color: #fff !important; */
	margin-bottom: 20px !important;
}

.s-testimonial .swiper-button-next,
.swiper-button-prev {
	color: #d50b15 !important;
}

@media (max-width:791.5px) {
	.s-testimonial {
		background: linear-gradient(to top, #2e2d2d 30%, #be0505 70%);

	}
}

/* floating action icons */


#f-icons {
	right: 25px;
	bottom: 15% !important;
	position: fixed;
	z-index: 9999;
}

.f-icons-inner {
	padding: 10px !important;

}

.f-icons-inner a {
	display: block !important;
	position: relative;
}

#f-icons .f-icons-inner a {
	text-decoration: none !important;
	color: #000 !important;
	box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.1);
}

#f-icons .f-icons-inner a i {
	background-color: #129bf4;
	color: #fff;
	line-height: 40px;
	margin-top: 10px;
	border: none;
	cursor: pointer;
	font-size: 20px;
	width: 40px !important;
	height: 40px !important;
	text-align: center;
	border-radius: 100%;


}

#f-icons .f-icons-inner a span {
	padding-left: 10px !important;
}

.f-icons-inner a {
	display: none !important;

}

.f-icons-inner .active {
	display: block !important;

	padding: 10px !important;

}


.open-icon i {
	background-color: #c51010;
	color: #fff;
	line-height: 55px;
	margin-top: 10px;
	border: none;
	cursor: pointer;
	font-size: 23px;
	width: 55px;
	height: 55px;
	text-align: center;
	border-radius: 100%;
	text-transform: capitalize !important;

}

.open-icon i.fa-comment-dots {
	-webkit-animation: shadow-pulse 1.5s infinite !important;
	animation: shadow-pulse 1.5s infinite !important;
}

.open-icon {
	color: #000 !important;
}

.open-icon i.fa-times {
	display: none;
	top: -40px !important;
	right: 15% !important;
	position: absolute !important;
	/* background: transparent !important; */
	/* color:#129bf4 !important; */

}

#f-icons .f-icons-inner a.email i {
	background-color: #b92b27;
}

#f-icons .f-icons-inner a.instagram i {
	background-color: #e4405f;
}

#f-icons .f-icons-inner a.messenger i {
	background-color: #0084ff;
}

#f-icons .f-icons-inner a.whatsapp i {
	background-color: #25d366;
}

#f-icons .f-icons-inner a.call i {
	background-color: #ff6600;
}

.open-icon i span {
	font-size: 10px !important;
	text-transform: lowercase !important;
	bottom: -35px !important;
	right: -100px !important;
	position: absolute;
	width: 250px !important;
	margin: auto !important;
	color: #000 !important;
}

.p-text {
	text-align: center !important;
	color: #0084ff !important;
	width: 100% !important;
	height: auto !important;
	font-size: 16px !important;
	border-bottom: 1px solid rgb(236, 224, 231);
}

.f-inner {
	background: #fff !important;
	box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.2);
	border-radius: 15px !important;
}

/* exams dates and important dates */
.date-card {
	width: 32% !important;
	height: auto !important;
	padding: 20px 0 !important;
	/* margin: 2px !important; */
	text-align: center !important;
	/* border-radius: 20px !important; */
}

@media (max-width:791.5px) {
	.date-card {
		width: 98% !important;
		height: auto !important;
	}

	.p-0 {
		padding: 10px !important;
		margin: 10px !important;
	}

	.exams-img {
		display: none !important
	}
}

.p1 {
	background: #b8d8db;
}

.p2 {
	background: #dfc75d;
}

.p3 {
	background: #cacdd0;
}

.date-card h5 {
	margin-bottom: 20px !important;
	border-bottom: 1px solid #a87c7c;
	display: inline-block;
	color: #b40a26 !important;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 600 !important;
}


.date-card p {
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 600 !important;
	color: #081c86 !important;
}

.date-card p span {
	color: #111 !important;
}

.date-info {
	color: #333 !important;
	text-align: center;
}

.date-info p {
	font-size: 16px !important;
}

.date-info a {
	color: #d9a304;
}

/* .exams-img img {
	border-radius: 20px !important;
} */

.exams-details .tab-wrapper {
	text-align: center;
	display: block;
	margin: auto;
	max-width: 100% !important;
}

@media (max-width:791.5px) {
	.exams-details .tabs {
		flex-direction: column !important;
		width: 100% !important;


	}

	/* .exams-details .tab-link {
		border-bottom: 1px solid #fff  !important;
	} */

}