.banner .container {
	position: relative;
}

.banner .slider-nav .slick-track {
	top: 0;
	left: -185px;
}

.banner .slider-nav {
	max-width: 185px;
	position: absolute;
	right: 10%;
	bottom: 65px;
}


.banner {
	position: relative;
	padding: 0;
	margin-bottom: 0;
}

.slick-slider {
	margin-bottom: 0 !important;
}

.banner .slick-arrow {
	position: absolute;
	bottom: 50px;
	top: unset;
	width: 26px;
	height: 26px;
	z-index: 1;
	font-size: 26px;
	line-height: 26px;
	color: var(--white-color) !important;
}

.banner .slick-arrow::before {
	display: none;
}

.banner .slick-arrow.slick-prev {
	left: 32%;
}

.banner .slick-arrow.slick-next {
	left: 33.5%;
}


.next-slide-cntr {
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid #FFFFFF;
	backdrop-filter: blur(7px);
	padding: 10px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
}

.next-slide-cntr img {
	width: 39px;
	height: 39px;
	object-fit: cover;
	margin-right: 10px;
}

.next-slide-cntr span {
	font-weight: 400;
	font-size: 7px;
	line-height: 10px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.34);
}

.next-slide-cntr p {
	font-weight: 700;
	font-size: 14px;
	line-height: 19px;
	color: #1B1C31;
	margin: 0;
	width: 75px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.next-slide-cntr svg {
	margin-left: 20px;
}


.video-slide-cntr {
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid #FFFFFF;
	backdrop-filter: blur(7px);
	padding: 10px;
	border-radius: 5px;
	position: absolute;
	right: 290px;
	bottom: 65px;
	width: 162px;
}

.video-slide-cntr span {
	font-weight: 400;
	font-size: 7px;
	line-height: 10px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.34);
}

.video-slide-cntr p {
	font-weight: 700;
	font-size: 14px;
	line-height: 19px;
	color: #1B1C31;
	margin: 0;
}

.video-slide-cntr svg {
	margin-right: 20px;
	margin-top: 5px;
}

.banner-line {
	position: absolute;
	width: 413px;
	height: 4px;
	background: #fff;
	left: 10%;
	bottom: 75px;
}


.banner-line::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0%;
	background: var(--secondary-color);
	;
	transition: all 3s;
}

.next-video-cntr {
	position: relative;
	opacity: 0;
	animation: onload-next 5s ease-in-out 5s both;
}

@keyframes onload-next {

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.slick-slide.slick-current.slick-active .banner-line::after {
	width: 100%;
}


.slider__counter {
	position: absolute;
	left: 8%;
	bottom: 67px;
	font-weight: 300;
	font-size: 15px;
	line-height: 22px;
	text-transform: capitalize;
	color: var(--white-color);
}

.cpat-cntr {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 2.12%, rgba(255, 255, 255, 0) 97.81%);
	backdrop-filter: blur(26px);
	-webkit-backdrop-filter: blur(26px);
	position: absolute;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
}

.banner-text {
	max-width: 640px;
	margin: 0px auto;
}

.banner-text span {
	font-weight: 300;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	color: var(--white-color);
	font-family: var(--font-primary);
}

.banner-text h2 {
	font-weight: 800;
	font-size: 64px;
	line-height: 70px;
	text-transform: capitalize;
	color: var(--white-color);
	margin: 15px 0;
}

.banner-text p {
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	color: var(--white-color);
}

.banner-btn-cntr {
	padding-top: 16px;
}

a.prim-btn {
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 2px;
	padding: 10px 15px 10px 5px;
	font-weight: 500;
	font-size: 11px;
	line-height: 18px;
	text-transform: capitalize;
	color: var(--color-body) !important;
	margin-right: 15px;
	font-family: var(--font-primary);
}

a.prim-btn svg {
	position: relative;
	top: -2px;
	margin-right: 5px;
}

a.prim-btn:hover {
	background: #FFFFFF;
	border: 1px solid var(--main-color);
	color: var(--main-color) !important;
}

a.sec-btn {
	background: var(--color-three);
	border: 1px solid var(--secondary-color);
	border-radius: 2px;
	padding: 10px 30px;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	text-transform: capitalize;
	color: #FFFFFF !important;
}

a.sec-btn svg {
	position: relative;
	top: -1px;
}

a.sec-btn:hover {
	background: #fff;
	border: 1px solid #003676;
	color: #003676 !important;
}

a.btn-3 {
	background: #F57622;
	border-radius: 2px;
	border: 1px solid #F57622;
	border-radius: 2px;
	padding: 10px 30px;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	text-transform: capitalize;
	color: #FFFFFF !important;
}

a.btn-3 svg {
	position: relative;
	top: -2px;
	margin-right: 5px;
}

a.btn-3:hover {
	background: #fff;
	border: 1px solid #F57622;
	color: #F57622 !important;
}

.news-head span {
	position: relative;
	font-weight: 300;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	color: rgba(27, 28, 49, 0.63);
}

.news-head span::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 3px;
	background: #FA6F14;
	top: calc(50% - 1.5px);
	right: -25px;
}

.news-head h3 {
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	text-transform: capitalize;
	color: #1B1C31;
	margin: 10px 0 15px;
}

.news-head p {
	font-weight: 300;
	font-size: 15px;
	line-height: 23px;
	color: rgba(27, 28, 49, 0.67);
	max-width: 640px;
}

.news-head .btn {
	margin-left: 10px;
}

.news-list {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}

.news-list img {
	width: 100%;
	height: 285px;
	object-fit: cover;
	border-radius: 5px;
}

.news-list-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(180deg, #1B1C31 0%, rgba(217, 217, 217, 0) 100%);
	mix-blend-mode: multiply;
	transform: rotate(180deg);
}

.news-list-pist-det {
	position: absolute;
	top: 15px;
	left: 15px;
	width: calc(100% - 30px);
}

.news-list-pist-det span {
	font-weight: 300;
	font-size: 12px;
	line-height: 18px;
	text-transform: capitalize;
	color: #FFFFFF;
}

.news-list-pist-det label {
	background: #FA6F14;
	border-radius: 2px;
	font-weight: 300;
	font-size: 10px;
	line-height: 15px;
	text-transform: capitalize;
	color: #FFFFFF;
	padding: 1px 14px;
}

.news-list-pist-det label.news-lab {
	background: #003676;
}


.news-cont {
	margin-top: 15px;
}


.news-list-det {
	position: absolute;
	bottom: 15px;
	left: 15px;
	width: calc(100% - 30px);
}

.news-list-det h4 {
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	text-transform: capitalize;
	color: #FFFFFF;
	max-width: 180px;
}

.news-list-det svg {
	display: inline-block;
	margin-top: 30px;
}

.more-up span {
	font-weight: 300;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	color: rgba(0, 54, 118, 0.42);
	display: block;
	margin-bottom: 20px;
}

.more-up-list h4 {
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	text-transform: capitalize;
	color: #1B1C31;
	max-width: 400px;
}

.more-up-list label {
	font-weight: 300;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	color: rgba(27, 28, 49, 0.63);

}

@media (max-width: 1700px) {


	.banner-text {
		max-width: 550px;
	}

	.banner .slick-arrow.slick-prev {
		left: 37%;
	}

	.banner .slick-arrow.slick-next {
		left: 38.5%;
	}



	.banner-text h2 {
		font-size: 55px;
		line-height: 60px;
	}

}

@media (max-width: 1545px) {
	.slider__counter {
		left: 7%;
	}

	.banner .slick-arrow.slick-prev {
		left: 39%;
	}

	.banner .slick-arrow.slick-next {
		left: 40.5%;
	}

}


@media (max-width: 1450px) {
	.banner-text {
		max-width: 500px;
	}

	.banner-text h2 {
		font-size: 44px;
		line-height: 50px;
	}

	.banner .slick-arrow.slick-next {
		left: 43%;
	}

	.banner .slick-arrow.slick-prev {
		left: 41%;
	}


	.camp-cnt-cntr {
		padding: 0 25px;
	}

	.team-pic::after {
		left: calc(50% - 100px);
		width: 235px;
		top: 20px;
		height: 94%;
	}

	.news-list img {
		width: 100%;
		height: 345px;
		object-fit: cover;
		border-radius: 5px;
	}


}

@media (max-width: 1370px) {
	.banner .slick-arrow.slick-prev {
		left: 43%;
	}

	.banner .slick-arrow.slick-next {
		left: 45.5%;
	}

	.banner-line {
		width: 32%;
	}

	.banner-text h2 {
		font-size: 44px;
		line-height: 55px;
	}

	.slider__counter {
		left: 7%;
	}

	.main-banner-img {
		height: 500px;
		object-fit: cover;
	}

}

@media (max-width: 1300px) {

	.slider__counter {
		left: 4%;
	}

	.banner-line {
		left: 8%;
	}
}

@media (max-width: 1100px) {
	.banner-line {
		left: 9%;
		bottom: 40px;
	}

	.banner .slick-arrow {

		bottom: 15px;
	}

	.banner .slick-arrow.slick-prev {
		left: 43%;
	}

	.banner .slick-arrow.slick-next {
		left: 46%;
	}

	.slider__counter {
		left: 4.5%;
		bottom: 32px;
	}

	.banner-text {
		padding: 0 25px;
	}

	.news-head h3 {
		line-height: unset;
	}
}

@media (max-width: 992px) {
	.container {
		max-width: 100%;
	}

	.slider-for .slick-slide img {
		height: 75vh;
		object-fit: cover;
		width: 100%;
		min-height: 550px;
	}

	.cpat-cntr {
		width: 100%;
		left: 0%;
		height: 100%;
		background: none;
		padding: 0;
		backdrop-filter: none;

	}

	.cpat-cntr::after {
		content: "";
		width: 100%;
		left: 0%;
		height: 55%;
		padding: 0;
		background: linear-gradient(90deg, #f8f4e1 2.12%, rgba(255, 255, 255, 0) 97.81%);
		backdrop-filter: blur(26px);
		position: absolute;
		top: 0;
		z-index: 1;
	}


	.banner-text {
		padding: 0 30px;
		z-index: 2;
		position: relative;
		max-width: 96%;
	}

	.banner-text a {
		display: block;
		margin: 0;
	}

	.banner-text h2 {
		font-size: 30px;
		line-height: 33px;
		margin: 8px 0;
	}

	.banner-text p {
		font-size: 12px;
		line-height: 16px;
	}

	.banner-text span {
		font-size: 10px;
		line-height: 12px;
	}

	.banner .slick-arrow {
		bottom: unset;
		top: 30px;
		;
	}

	.banner .slick-arrow.slick-next {
		left: unset;
		right: 25px;
	}

	.banner .slick-arrow.slick-prev {
		left: unset;
		right: 49px;
	}

	.banner-line {
		width: 100%;
		height: 2px;
		left: 0%;
		bottom: 0px;
	}

	.banner-btn-cntr {
		margin-bottom: -100px;
	}

	.slider__counter {
		bottom: 20px;
		display: none;
	}

	.banner .slider-nav {
		max-width: 150px;
		right: 6%;
	}

	.banner .slider-nav .slick-track {
		left: -150px;
	}

	.next-slide-cntr p {
		font-size: 12px;
	}

	.next-slide-cntr img {
		width: 30px;
		height: 30px;
	}

	.next-slide-cntr svg {
		margin-left: 5px;
	}


	section {
		padding: 25px 0;
	}


	a.sec-btn {
		padding: 10px;
		font-size: 10px;
		;
	}

	a.btn-3 {
		padding: 10px;
		font-size: 10px;
	}

	.news a.sec-btn {
		position: absolute;
		font-size: 0;
		top: 10px;
		right: 15px;
	}

	.news a.btn-3 {
		min-width: 100px;
	}

	.news-list {
		margin: 0 5px 0;
	}

	.news-list img {
		width: 100%;
		height: 315px;
		object-fit: cover;
	}

	.news .slick-list {
		padding-right: 15%;
	}


}

@media (max-width: 550px) {

	.banner-text {
		margin-bottom: 190px;
		padding: 0 15px;
	}

	.news-list img {
		height: 220px;
	}

	.camp-pic-cntr img {
		display: none;
	}
}

/*=============================
* index--about
==============================*/
.index--about--image {
	position: relative;
}

.index--about--image .qoute {
	position: absolute;
	top: 80px;
	right: -38px;
}

.index--about--image img {
	height: auto;
	width: 100%;
	min-height: 350px;
	max-height: 350px;
	object-fit: cover;
}

/*=============================
	about
===============================*/

.carousel-item img {
	height: auto;
	max-height: 320px !important;
	min-height: 320px !important;
	width: 100%;
	object-fit: cover;
}

.about__background {
	overflow: hidden;
}

.about__content {
	padding: 10px;
}

.about_school_head {
	margin-bottom: 14px;
	margin-top: 10px;
}

.about_school_head .title-right {
	color: var(--color-body);
}

.about_school_head .title-right:after {
	color: var(--main-color);
}

.about_school_head h4 {
	margin-bottom: 14px;
	font-weight: 800;
	color: var(--color-body);
}

.about_school_button .web-btn {
	width: 140px;
	height: 34px;
	font-size: 11px;
	cursor: pointer;
	border: none;
	outline: none;
	background: transparent;
	color: var(--color-body);
	font-family: var(--font-primary);
	font-weight: 500;
	position: relative;
	transition: all 0.5s;
	z-index: 1;
	text-transform: uppercase;
}

.about_school_button .web-btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 100%;
	background-color: var(--main-color);
	z-index: -1;
	transition: all 0.5s;
}

.about_school_button .web-btn:hover::before {
	width: 100%;
}

.about_school_button .web-btn:hover {
	color: var(--white-color);
}

.about_school_button .web-btn:active:before {
	background: #b9b9b9;
}

.title-facilities {
	color: var(--white-color);
	position: relative;
	overflow: hidden;
	margin: 10px;
	font-family: var(--font-primary);
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
}

.title-right {
	color: var(--color-body);
	position: relative;
	overflow: hidden;
	margin: 10px;
	font-family: var(--font-primary);
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 200;
}

.title-right:after {
	content: "";
	color: var(--main-color);
	display: inline-block;
	position: absolute;
	bottom: 4px;
	width: 30%;
	height: 2px;
	margin-left: 5px;
	background-color: currentColor;
}

.about_school_paragraph {
	font-family: var(--font-secondary);
	color: var(--white-color);
}

.about_school_paragraph p {
	color: var(--color-body);
}

.about_school_button {
	padding-top: 16px;
	font-family: var(--font-secondary);
}

.about__section {
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 80px;
}

.album_school_button {
	padding-top: 20px;
	font-family: var(--font-secondary);
}

/*----------------------------------------*/
/*  index--facilities
/*----------------------------------------*/
.facilities-index {
	margin-top: 40px;
	padding-top: 60px;
	padding-bottom: 40px;
	background-color: var(--secondary-color);
	position: relative;
}

.facilities-index::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	height: 100%;
	width: 100%;
	/* background-image: url(/images/about/facilities-bg.png); */
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 1;

}

.facilities-text {
	padding-bottom: 40px;
}
.fancierTitle .sec-title_heading{
	font-family: var(--font-secondary);
	text-transform: uppercase;
	color: var(--black-color);
	margin-bottom: 20px;

}
.toppers-slider {
	max-width: 1200px;
	margin: 0px auto;
	padding: 0 20px;
	text-align: center;
	overflow:hidden;
}

.title {
	font-size: 2rem;
	margin-bottom: 20px;
}

.slider-wrapper {
	position: relative;
	overflow: hidden;
}

.slider-track {
	display: flex;
	transition: transform 0.5s ease-in-out;
}

.topper-slide {
	flex: 0 0 33%;
	/* padding: 30px; */
	box-sizing: border-box;
}

.topper-slide img {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	object-fit: cover;
	border: 3px solid #ccc;
	margin-bottom: 10px;
}
.topper-name{
	font-size:15px;
	font-weight:600 !important;
	color:var(--main-color);
	margin-bottom:2px;
}
.topper-percentage {
	margin-bottom: 2px;
	font-size: 16px;
	font-weight: 500;
	color: #343434;
	font-family: Arial;
}
.topper-class {
	margin-bottom: 2px;
	font-size: 16px;
	font-weight: 500;
	color: #898989;
	font-family: Arial;
}
.topper-rank {
	margin-bottom: 2px;
	font-size: 13px;
	font-weight: 500;
	color: #898989;
	font-family: Arial;
}

.topper-nav {
	position: absolute;
	top: 40%;
	background: rgba(0, 0, 0, 0);
	color: var(--main-color);
	border: none;
	font-size: 24px;
	padding: 10px;
	cursor: pointer;
	z-index: 1;
}

	.topper-nav.prev {
		left: 0;
	}

	.topper-nav.next {
		right: 0;
	}

/* Responsive */
@media (max-width: 992px) {
	.topper-slide {
		flex: 0 0 50%;
	}
}

@media (max-width: 600px) {
	.topper-slide {
		flex: 0 0 100%;
	}
}
/*----------------------------------------*/
/*  Messages
/*----------------------------------------*/
.message {
	background-color: var(--secondary-color);
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
}

.message::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	height: 100%;
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 1;

}

.message-title .title-right {
	color: var(--main-color);
}

.message-title .title-right:after {
	color: var(--main-color);
}

.testimonial-slider {
	position: relative;
	background-color: var(--white-color);
	padding: 30px;
	z-index: 1;
}

.testimonial-slider:hover {
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
}

.testimonial-item {
	display: flex;
	align-items: center;
	gap: 30px;
}

.testimonial-slider-image {
	width: calc(200px - 15px);
}

.testimonial-slider-image figure {
	display: block;
	overflow: hidden;
}

.testimonial-slider-image img {
	width: 100%;
	aspect-ratio: 1 / 0.999;
	object-fit: cover;
}

.testimonial-slider-content {
	width: calc(65% - 15px);
}

.testimonial-rating {
	margin-bottom: 20px;
}

.testimonial-rating i {
	font-size: 16px;
	color: var(--accent-color);
	margin-right: 2px;
}

.testimonial-rating i:last-child {
	margin-right: 0;
}

.testimonial-content {
	margin-bottom: 30px;
}

.testimonial-content p {
	margin-bottom: 0;
}

.author-content h3 {
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.author-content p {
	text-transform: capitalize;
	margin: 0;
}

.testimonial-pagination {
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: right;
	z-index: 1;
}

.testimonial-pagination .swiper-pagination-bullet {
	height: 10px;
	width: 10px;
	background: var(--divider-color);
	opacity: 1;
	margin: 0 3px;
	transition: all 0.4s ease-in-out;
}

.testimonial-pagination .swiper-pagination-bullet-active {
	position: relative;
	width: 22px;
	border-radius: 100px;
	background-color: var(--accent-color);
}

.testimonial-company-slider {
	margin-top: 80px;
}

.testimonial-review-box {
	border-radius: 20px;
	text-align: center;
	padding-bottom: 40px;
}

.italic-note {
	font-size: 14px;
	color: var(--color-body);
	line-height: 1.5re;
}

.message__main_head h4 {
	color: var(--color-body);
}

.message__main_head p {
	color: var(--color-body);
}

/*----------------------------------------*/
/*  index news
/*----------------------------------------*/
.news {
	margin-top: 80px;
}

.blog__single--item {
	max-height: 350px;
	min-height: 350px;
	display: flex;
	gap: 20px;
	align-items: center;
	background: var(--white-color);
	border-color: transparent;
	padding: 20px 35px 20px 20px;
}

.blog__single--item:hover {
	border-color: var(--white-color);
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
}

.blog__single--item--link {
	overflow: hidden;
	min-height: 280px;
	min-width: 280px;
}

.blog__single--item--link img {
	width: 100%;
	transform: scale(1);
	transition: var(--transition);
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	min-height: 300px;
	max-height: 300px;
	object-fit: cover;
	background-size: cover;
	width: 100%;
}

.blog__single--item--link img:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.blog__single--item--meta .blog__cat {
	padding: 6px 15px;
	background: var(--main-color);
	border-radius: 2px;
	font-size: 12px;
	display: inline-block;
	margin-bottom: 10px;
	line-height: 100%;
	color: #ffffff;
	font-family: var(--font-primary);
	font-weight: 300;
}

.blog__single--item--title {
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 18px;
	color: var(--color-body) !important;
}

.blog__single--item--title a {
	transition: var(--transition);
	line-height: 24px;
}

.blog__single--item--info {
	display: flex;
	gap: 10px;
}

.blog__single--item--info .author,
.blog__single--item--info .date {
	display: flex;
	gap: 8px;
	align-items: center;
}

.blog__single--item--info .author span i,
.blog__single--item--info .date span i {
	color: var(--rt-primary-2);
	font-weight: 300;
}

.blog__single--item--info .author,
.blog__single--item--info .date {
	display: flex;
	gap: 8px;
	align-items: center;
}

@media screen and (max-width: 1200px) {
	.blog__single--item {
		flex-direction: column;
		padding: 40px;
		align-items: flex-start;
	}
}

@media screen and (max-width: 1200px) {
	.blog__single--item--link img {
		width: 100%;
		max-height: 350px;
		object-fit: cover;
	}
}

@media screen and (max-width: 1200px) {
	.blog__single--item--link {
		width: 100%;
		width: 100%;
		min-height: 100%;
	}
}

@media screen and (max-width: 768px) {
	.blog__single--item {
		padding: 25px;
	}
}

.lower-content {
	padding: 16px 12px 16px 0px;
	position: relative
}


.read-more {
	position: relative;
	font-size: 12px;
	line-height: 28px;
	font-weight: 300;
	color: var(--color-body);
	font-family: var(--font-primary);
}

.read-more i {
	margin-left: 5px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
}

.read-more:hover {
	color: var(--color-heading);
}

.read-more:hover i {
	opacity: 0;
	margin-left: 10px;
}

.section-title h4 {
	font-weight: 800;
	margin-bottom: 14px;
}

/*----------------------------------------*/
/*  index album
/*----------------------------------------*/

.grid-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(3, 110px);
	gap: 5px;
	width: 100%;
	padding: 5px;
}

.item {
	transition: all 0.5s;
}

.grid-container:hover .item {
	opacity: 0.2;
}

.item:hover {
	opacity: 1 !important;
}

.item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.r-span2 {
	grid-row: span 2;
}

.c-span2 {
	grid-column: span 2;
}

figure {
	margin: 0 0 0rem !important;
}

/*=============================
* text anime
==============================*/
.about-text {
	transform: perspective(800px);
	-webkit-transform: perspective(800px);
	-moz-transform: perspective(800px);
	-ms-transform: perspective(800px);
	-o-transform: perspective(800px);
}

.about-text span,
.about-text h4,
.about-text p {
	transition: all 0.8s ease;
}

.about-text.hidden h4 {
	opacity: 0;
	transform: translate3d(0, 0, 400px) rotateY(-40deg);
}

.about-text.hidden p {
	opacity: 0;
	transform: translate3d(0, 0, 400px) rotateY(40deg);
}

.about-text.hidden span {
	opacity: 0;
	transform: translate3d(0, 0, 400px) rotateY(40deg);
}

.facilities-text {
	transform: perspective(800px);
	-webkit-transform: perspective(800px);
	-moz-transform: perspective(800px);
	-ms-transform: perspective(800px);
	-o-transform: perspective(800px);
}

.facilities-text span,
.facilities-text h4,
.facilities-text p {
	transition: all 0.8s ease;
}

.facilities-text.hidden h4 {
	opacity: 0;
	transform: translate3d(0, 0, 400px) rotateY(-40deg);
}

.facilities-text.hidden p {
	opacity: 0;
	transform: translate3d(0, 0, 400px) rotateY(40deg);
}

.facilities-text.hidden span {
	opacity: 0;
	transform: translate3d(0, 0, 400px) rotateY(40deg);
}

.news-text {
	transform: perspective(800px);
	-webkit-transform: perspective(800px);
	-moz-transform: perspective(800px);
	-ms-transform: perspective(800px);
	-o-transform: perspective(800px);
}

.news-text span,
.news-text h4,
.news-text p {
	transition: all 0.8s ease;
}

.news-text.hidden h4 {
	opacity: 0;
	transform: translate3d(0, 0, 400px) rotateY(-40deg);
}

.news-text.hidden p {
	opacity: 0;
	transform: translate3d(0, 0, 400px) rotateY(40deg);
}

.news-text.hidden span {
	opacity: 0;
	transform: translate3d(0, 0, 400px) rotateY(40deg);
}


.event-text {
	transform: perspective(800px);
	-webkit-transform: perspective(800px);
	-moz-transform: perspective(800px);
	-ms-transform: perspective(800px);
	-o-transform: perspective(800px);
}

.event-text span,
.event-text h4,
.event-text p {
	transition: all 0.8s ease;
}

.event-text.hidden h4 {
	opacity: 0;
	transform: translate3d(0, 0, 400px) rotateY(-40deg);
}

.event-text.hidden p {
	opacity: 0;
	transform: translate3d(0, 0, 400px) rotateY(40deg);
}

.event-text.hidden span {
	opacity: 0;
	transform: translate3d(0, 0, 400px) rotateY(40deg);
}

.message-text {
	transform: perspective(800px);
	-webkit-transform: perspective(800px);
	-moz-transform: perspective(800px);
	-ms-transform: perspective(800px);
	-o-transform: perspective(800px);
}

.message-text span,
.message-text h4,
.message-text p {
	transition: all 0.8s ease;
}

.message-text.hidden h4 {
	opacity: 0;
	transform: translate3d(0, 0, 400px) rotateY(-40deg);
}

.message-text.hidden p {
	opacity: 0;
	transform: translate3d(0, 0, 400px) rotateY(40deg);
}

.message-text.hidden span {
	opacity: 0;
	transform: translate3d(0, 0, 400px) rotateY(40deg);
}

.album-text {
	transform: perspective(800px);
	-webkit-transform: perspective(800px);
	-moz-transform: perspective(800px);
	-ms-transform: perspective(800px);
	-o-transform: perspective(800px);
}

.album-text span,
.album-text h4,
.album-text p {
	transition: all 0.8s ease;
}

.album-text.hidden h4 {
	opacity: 0;
	transform: translate3d(0, 0, 400px) rotateY(-40deg);
}

.album-text.hidden p {
	opacity: 0;
	transform: translate3d(0, 0, 400px) rotateY(40deg);
}

.album-text.hidden span {
	opacity: 0;
	transform: translate3d(0, 0, 400px) rotateY(40deg);
}

/*=============================
* breadcrumbs
==============================*/
.breadcrumb-bg {
	border-top: 1px solid rgba(217, 217, 217, 0.6);
	border-bottom: 1px solid rgba(217, 217, 217, 0.6);
	padding: 10px;
	position: relative;
}

.title-outer {
	justify-content: center;
	text-align: center;
}
.title-outer h4{
		font-weight: 800;
}

.page-title h4 {
	position: relative;
	display: block;
	font-weight: 500;
	font-size: 30px;
	line-height: 41px;
	text-align: center;
	color: var(--main-color);
	margin-bottom: 10px
}

.page-breadcrumb {
	font-size: 15px;
	line-height: initial;
	margin: 5px 0px 10px;
}

.page-breadcrumb li {
	position: relative;
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	color: #555555;
	padding: 0 8px;
	text-transform: capitalize;
	z-index: 1;
	font-family: var(--font-primary);
	font-weight: 400;
}

.page-breadcrumb li:after {
	position: absolute;
	top: 2px;
	right: -5px;
	content: "/";
	font-size: 15px;
	line-height: 20px;
	color: #9a9a9a
}

.page-breadcrumb li:last-child:after {
	display: none
}

.page-breadcrumb li a {
	color: var(--main-color);
	text-transform: capitalize;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.page-breadcrumb li a:hover {
	opacity: .9;
	color: #d84214
}

.breadcrumb-right {
	display: flex;
	justify-content: center;
}

.breadcrumb-right .nav-tabs {
	width: 500px;
	position: relative;
	padding: 0 50px;
	box-sizing: border-box;
	user-select: none;
	background-color: #F2F2F2;
	overflow: hidden;
	border: none;
}

@media only screen and (min-width: 64em) {
	.breadcrumb-right .nav-tabs {
		padding: 0 30px;
	}
}

.breadcrumb-right .nav-tabs .nav-tabs-wrapper {
	display: flex;
	flex-direction: row;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	flex-basis: 100%;
	max-width: 100%;
}

.breadcrumb-right .nav-tabs .nav-tabs-wrapper .nav-tabs-items {
	position: relative;
	list-style-type: none;
	display: flex;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	user-select: none;
	gap: 30px;
}

.breadcrumb-right .nav-tabs .nav-tabs-wrapper .nav-tabs-items .tabs-item {
	display: inline-block;
	padding: 0 10px;
	height: 60px;
	line-height: 60px;
	background-color: #FFFFFF;
	flex-shrink: 0;
	color: #004C97;
	text-align: center;
	font-weight: 700;
	transition: color 0.3s ease-in-out;
	cursor: pointer;
}

.breadcrumb-right .nav-tabs .nav-tabs-buttons .nav-tabs-arrow {
	color: var(--main-color);
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 14px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	transition: opacity 0.3s;
	cursor: pointer;
}

.breadcrumb-right .nav-tabs .nav-tabs-buttons .nav-tabs-arrow:hover {
	color: var(--color-three);
}

.breadcrumb-right .nav-tabs .nav-tabs-buttons .nav-tabs-arrow.nav-tabs-arrow-left {
	left: 5px;
}

.breadcrumb-right .nav-tabs .nav-tabs-buttons .nav-tabs-arrow.nav-tabs-arrow-right {
	right: 5px;
}

.breadcrumb-right .nav-tabs.subcategory-tabs .nav-tabs-wrapper .nav-tabs-items .tabs-item {
	background-color: rgba(0, 0, 0, 0);
	box-shadow: none;
	text-align: center;
	transition: color 0.3s ease-in-out;
	cursor: pointer;
	box-shadow: none;
	font-family: var(--font-primary);
	color: var(--color-body);
	font-weight: 400;
	font-size: 14px;
	display: block;
	justify-content: space-between;

}

.breadcrumb-right .nav-tabs.subcategory-tabs .nav-tabs-wrapper .nav-tabs-items .tabs-item.active a {
	color: var(--main-color);
	font-weight: 600;
}

.breadcrumb-right .nav-tabs.scroll-both .nav-tabs-buttons .nav-tabs-arrow-left,
.breadcrumb-right .nav-tabs.scroll-left .nav-tabs-buttons .nav-tabs-arrow-left {
	opacity: 1;
}

.breadcrumb-right .nav-tabs.scroll-both .nav-tabs-buttons .nav-tabs-arrow-right,
.breadcrumb-right .nav-tabs.scroll-right .nav-tabs-buttons .nav-tabs-arrow-right {
	opacity: 1;
}

.breadcrumb-right .nav-tabs.no-bg {
	background-color: rgba(0, 0, 0, 0);
}

.breadcrumb-right .nav-tabs.no-padding {
	padding: 0;
}

@media only screen and (max-width: 480px) {
	.breadcrumb-right .nav-tabs.full-tabs-mobile .nav-tabs-wrapper .nav-tabs-items .tabs-item {
		width: 100%;
	}
}

/*=============================
* Our School
==============================*/

.about-heading-1 h4{
font-weight: 800;
margin-bottom: 20px;
/* font-size: 28px; */
}
.about--content ul li{
	line-height: 1.5em;
    font-size: 14px;
    color: var(--color-body);
    font-weight: 400 !important;
    font-family: var(--font-primary);
	margin-bottom: 20px;
}

/*=============================
* facilities
==============================*/
.Facilities-card {
	max-width: 310px;
	box-shadow: 0px 14px 20px rgba(184, 184, 184, 0.163);
	width: 90%;
	margin-inline: auto;
	margin-bottom: 15px;
}

.card--1 .img-container {
	height: 400px;
}

.card--1 .img-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.card--3 {
	box-shadow: none;
}

.card--3 .swiper {
	height: auto;
}

.card--3 .swiper .swiper-slide img {
	height: 400px;
}

.card--3 .swiper .swiper-slide .card-content {
	box-shadow: 0px 14px 20px rgba(184, 184, 184, 0.109);
}

.card-content {
	text-align: start;
	background: #fff;
	padding: 10px 10px;
}

.card-content h5 {
	margin-bottom: 8px;
	font-size: 22px;
	font-family: var(--font-secondary);
	font-weight: 600;
	letter-spacing: normal;
	color: var(--main-color);
}

.card-content p {
	font-size: 14px;
	font-family: var(--font-primary);
	font-weight: 300;
	color: var(--color-body);
}

.Facilities-card .swiper {
	max-width: 300px;
	height: auto;
}

.Facilities-card .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 240px;
	min-height: 240px;
	object-fit: cover;
}

/*=============================
* principal message
==============================*/
.principal-head {
	text-align: start;
}

.principal--message-content {
	margin-left: 120px;
}

.principal-head h6 {
	font-weight: 300;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	color: var(--color-heading);
	font-family: var(--font-primary);
}

.principal-head h4 {
	font-size: 38px;
	font-weight: 800;
	line-height: 58px;
	margin-bottom: 15px;
	background: linear-gradient(90deg,rgba(80, 200, 120, 1) 0%, rgba(64, 224, 208, 1) 100%);
 	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}

.principal--image {
	position: relative;
}

.principal--image .qoute {
	position: absolute;
	top: 80px;
	left: -28px;
}

.principal--message-school h5,
.principal--message-school p {
	margin-bottom: 5px;

}
.principal--message-school h5{
	font-family: var(--font-script);
	font-size: 38px;
	color: var(--main-color);
	margin: 20px 0;
}
.principal--message-content .qoute{
	font-style: italic;
	font-family: var(--font-script);
	font-size: 20px;
}

/*=============================
	contact page
===============================*/
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
	color: var(--body-color);
	border-radius: 5px;
	width: 100%;
	height: 60px;
	border: 1px solid var(--main-color);
	padding: 0 15px;
	background: var(--white-color);
	font-family: var(--font-primary);
}

.contact__two-contact-info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-left: 70px;
}

@media (max-width: 1399px) {
	.contact__two-single-info {
		width: 46%;
		margin-right: 15px;
		margin-bottom: 15px;
	}
}

.contact__two-single-info {
	background-color: var(--secondary-color);
	padding: 30px 5px;
	transition: 0.4s;
	text-align: center;
	width: 43%;
	margin-right: 28px;
	margin-bottom: 28px;
}

.contact__two-single-info-icon {
	background-color: var(--color-three);
	width: 65px;
	height: 65px;
	margin: auto;
	margin-bottom: 15px;
	text-align: center;
	line-height: 65px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.contact__two-single-info-content h4 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 7px;
	color: var(--main-color);
	font-family: var(--font-secondary);
}

.contact__two-single-info-content span {
	color: var(--color-body);
	display: block;
	font-size: 14px;
	text-transform: none;
	margin-bottom: 7px;
	font-family: var(--font-primary);
}

.contact__two-title h3 {
	font-family: var(--secondary-color);
	margin-bottom: 10px;
}

.contact__two-head h4 {
	margin-bottom: 20px;
	font-weight: 400;
	color: var(--main-color);
}

.contact-custom-btn {
	width: 200px;
	height: 40px;
	color: #fff;
	padding: 10px 25px;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	background: transparent;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
	box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
		7px 7px 20px 0px rgba(0, 0, 0, .1),
		4px 4px 5px 0px rgba(0, 0, 0, .1);
	outline: none;
	font-size: 15px;
}

.contact-btn-2 {
	background: var(--main-color);
	background: linear-gradient(0deg, #960016 0%, #960016 100%);
	border: none;
}

.contact-btn-2:before {
	height: 0%;
	width: 2px;
}

.contact-btn-2:hover {
	box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .5),
		-4px -4px 6px 0 rgba(116, 125, 136, .5),
		inset -4px -4px 6px 0 rgba(255, 255, 255, .2),
		inset 4px 4px 6px 0 rgba(0, 0, 0, .4);
}

/*=============================
* Contact Location Map
==============================*/
.location-map {
	height: 451px;
	margin-bottom: 6.5%;
}

.location-map iframe {
	width: 100%;
	height: 100%;
}

/*=============================
	inner NEWS PAGE
===============================*/

.main_news {
	padding: 30px;
	position: relative;
	text-align: left;
	border: 1px solid #e2e9ed;
	transition: var(--transition);
	width: 100%;
	margin-bottom: 20px;
	overflow: auto;
}


.main_news:hover {
	border-color: var(--white-color);
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
}

.news-subhead h6 {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5rem;
	margin-bottom: 10px;
}

.wrappedimg {
	float: left;
	margin: 0 15px 0 0;
}

.main_img img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	background-size: cover;
	max-width: 400px;
	min-width: 400px;
}

.main_news h3 {
	-webkit-column-span: all;
	margin-bottom: 20px;
	margin-top: 10px;
	font-weight: 800;
	color: var(--black-color);
	font-size: 28px;
	line-height: 36px;
}

.main_news::-webkit-scrollbar {
	background: white;
	width: 10px;
}

.main_news::-webkit-scrollbar-thumb {
	background: var(--main-color);
}

.date {
	position: relative;
	top: 0;
	background-color: var(--secondary-color);
	left: 0;
	padding: 5px;
	display: flex;
	width: 200px;
	align-items: center;
	justify-content: center;
}

.date h6 {
	color: var(--main-color);
	align-items: center;
	text-align: center;
	font-family: 'Proxima Nova Condensed', sans-serif;
	font-size: 14px;
	font-weight: 100 !important;
}

.date i {
	color: var(--main-color);
	align-items: center;
	text-align: center;
	padding-right: 8px;
}

.rts-blog.v_5 .single-blog {
	border: 1px solid #e2e9ed;
	transition: var(--transition);
	overflow: hidden;
	padding: 30px;
}

.rts-blog.v_5 .single-blog:not(:last-child) {
	margin-bottom: 50px;
}

.rts-blog.v_5 .single-blog:hover {
	border-color: var(--white-color);
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
}

.rts-blog.v_5 .single-blog__content {
	display: flex;
	gap: 20px;
	flex-direction: column;
	align-items: center;
}

.rts-blog.v_5 .single-blog__content .blog__thumb {
	height: max-content;
	position: relative;
	width: 100%;
}

.rts-blog.v_5 .single-blog__content .blog__thumb img {
	object-fit: cover;
	max-height: 450px;
	min-height: 450px;
	width: 100%;
}

.rts-blog.v_5 .single-blog__content .blog__meta {
	padding: 30px 0 20px 0;
}

.rts-blog.v_5 .single-blog__content .blog__meta--da {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
	flex-wrap: wrap;
	font-family: var(--font-primary);
}

@media screen and (max-width: 768px) {
	.rts-blog.v_5 .single-blog__content .blog__meta--da {
		gap: 10px;
	}
}

.rts-blog.v_5 .single-blog__content .blog__meta--da .blog-date,
.rts-blog.v_5 .single-blog__content .blog__meta--da .blog-author,
.rts-blog.v_5 .single-blog__content .blog__meta--da .blog-cat {
	display: flex;
	gap: 8px;
}

.rts-blog.v_5 .single-blog__content .blog__meta--da .blog-date span i,
.rts-blog.v_5 .single-blog__content .blog__meta--da .blog-author span i,
.rts-blog.v_5 .single-blog__content .blog__meta--da .blog-cat span i {
	color: var(--main-color);
}

.rts-blog.v_5 .single-blog__content .blog__meta .blog__title {
	margin-bottom: 20px;
}

.rts-blog.v_5 .single-blog__content .blog__meta .blog__title a {
	color: var(--main-color);
	line-height: 34px;
	transition: var(--transition);
}

.rts-blog.v_5 .single-blog__content .blog__meta .blog__title a:hover {
	color: var(--rt-primary-2);
}

.rts-blog.v_5 .single-blog__content .blog__meta .excerpt {
	margin-bottom: 45px;
}

.rts-blog.v_5 .single-blog__content .blog-place {
	display: flex;
	gap: 8px;
}

.rts-blog.v_5 .single-blog__content .blog-place span i {
	color: var(--rt-primary-1);
}

.rts-blog-list .single-post {
	overflow: hidden;
	background: var(--rt-white);
	box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 60px;
}

.rts-blog-list .single-post a {
	display: inline-block;
}

.rts-blog-list .single-post a img {
	width: 100%;
	object-fit: cover;
}

.rts-blog-list .single-post__meta {
	padding: 40px 50px 50px 50px;
}

.rts-blog-list .single-post__meta .author__date__cat {
	margin-bottom: 30px;
	display: flex;
	gap: 30px;
	color: #74787C;
	line-height: 100%;
	flex-wrap: wrap;
}

.rts-blog-list .single-post__meta .author__date__cat a {
	color: #74787C;
	transition: var(--transition);
	text-transform: capitalize;
}

.rts-blog-list .single-post__meta .author__date__cat a:hover {
	color: var(--rt-primary);
}

.rts-blog-list .single-post__meta .author__date__cat i {
	color: var(--rt-secondary);
	margin-right: 10px;
}

.rts-blog-list .single-post__meta .title {
	font-size: 34px;
	color: var(--rt-secondary);
	line-height: var(--lh-h3);
	transition: var(--transition);
	width: 95%;
	position: relative;
	margin-bottom: 25px;
}

@media screen and (max-width: 576px) {
	.rts-blog-list .single-post__meta .title {
		width: 100%;
	}
}

.rts-blog-list .single-post__meta .title:hover {
	color: var(--rt-primary);
}

.rts-blog-list .single-post__meta .excerpt {
	font-family: var(--font-secondary);
	margin-bottom: 40px;
	line-height: 26px;
}

.rts-blog-list .single-post__meta .readmore__btn {
	max-width: 180px;
	text-align: center;
}

/*=============================
	DOWNLOAD PAGE
===============================*/
#tblDownloads {
	margin-bottom: 10px;
}

.download {
	position: relative;
	padding: 0.7em 1.4em;
	text-decoration: none;
	border: none;
	border-radius: 0.5em;
	box-shadow: 0.5em 0.5em 0.5em rgba(0, 0, 0, 0.12);
	display: flex;
	align-items: center;
	background-color: var(--main-color);
	color: #ffffff !important;
	height: 50px !important;
}

.download::before {
	position: absolute;
	content: '';
	height: 0;
	width: 0;
	top: 0;
	left: 0;
	background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(249, 249, 249) 50%, rgba(150, 4, 31, 1) 50%, rgba(191, 4, 38, 1) 60%);
	border-radius: 0 0 0.5em 0;
	box-shadow: 0.2em 0.2em 0.2em rgba(0, 0, 0, 0.3);
	transition: 0.3s;
}

.download:hover::before {
	width: 1.6em;
	height: 1.6em;
}

.download:active {
	box-shadow: 0.2em 0.2em 0.3em rgba(0, 0, 0, 0.3);
	transform: translate(0.1em, 0.1em);
}

.download h6 {
	color: #ffffff !important;
	font-family: var(--font-primary);
	font-size: 16px;
	font-weight: 400;
}

.buttonDownload {
	display: inline-block;
	position: relative;
	padding: 10px 25px;
	background-color: transparent;
	color: white;
	font-family: sans-serif;
	text-decoration: none;
	font-size: 0.9em;
	text-align: center;
	text-indent: 15px;
	border: none;
}

.buttonDownload:hover {
	background-color: transparent;
	color: var(--color-three);
}

.buttonDownload:before,
.buttonDownload:after {
	content: ' ';
	display: block;
	position: absolute;
	left: 15px;
	top: 52%;
}

.buttonDownload:before {
	width: 10px;
	height: 2px;
	border-style: solid;
	border-width: 0 2px 2px;
}

.buttonDownload:after {
	width: 0;
	height: 0;
	margin-left: 1px;
	margin-top: -7px;
	border-style: solid;
	border-width: 4px 4px 0 4px;
	border-color: transparent;
	border-top-color: inherit;
	animation: downloadArrow 1s linear infinite;
	animation-play-state: paused;
}

.buttonDownload:hover:before {
	border-color: var(--color-three);
}

.buttonDownload:hover:after {
	border-top-color: var(--color-three);
	animation-play-state: running;
}

@keyframes downloadArrow {
	0% {
		margin-top: -7px;
		opacity: 1;
	}

	0.001% {
		margin-top: -15px;
		opacity: 0.4;
	}

	50% {
		opacity: 1;
	}

	100% {
		margin-top: 0;
		opacity: 0.4;
	}
}

/*=============================
		inner TEACHING STAFF
	===============================*/
.at-grid {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	background: #fff;
	border: 1px solid #e2e9ed;
}

.at-grid[data-column="1"] .at-column {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	flex-basis: 100%;
}

.at-grid[data-column="2"] .at-column {
	width: 50%;
	max-width: 50%;
	min-width: 50%;
	flex-basis: 50%;
}

.at-grid[data-column="3"] .at-column {
	width: 33.3333333333%;
	max-width: 33.3333333333%;
	min-width: 33.3333333333%;
	flex-basis: 33.3333333333%;
}

.at-grid[data-column="4"] .at-column {
	width: 25%;
	max-width: 25%;
	min-width: 25%;
	flex-basis: 25%;
}

.at-grid[data-column="5"] .at-column {
	width: 20%;
	max-width: 20%;
	min-width: 20%;
	flex-basis: 20%;
}

.at-grid[data-column="6"] .at-column {
	width: 16.6666666667%;
	max-width: 16.6666666667%;
	min-width: 16.6666666667%;
	flex-basis: 16.6666666667%;
}

.at-grid[data-column="7"] .at-column {
	width: 14.2857142857%;
	max-width: 14.2857142857%;
	min-width: 14.2857142857%;
	flex-basis: 14.2857142857%;
}

.at-grid[data-column="8"] .at-column {
	width: 12.5%;
	max-width: 12.5%;
	min-width: 12.5%;
	flex-basis: 12.5%;
}

.at-grid[data-column="9"] .at-column {
	width: 11.1111111111%;
	max-width: 11.1111111111%;
	min-width: 11.1111111111%;
	flex-basis: 11.1111111111%;
}

.at-column {
	z-index: 0;
	position: relative;
	background: #fff;
	box-shadow: 0 0 0 1px #e2e9ed;
	padding: 10px;
	box-sizing: border-box;
	transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease;
}

.at-column:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.at-column:hover {
	z-index: 1;
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
	transform: scale(1.05);
	transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0s ease;
}

.at-column:hover .at-social {
	margin: 16px 0 0;
	opacity: 1;
}

@media (min-width: 992px) and (max-width: 1600px) {
	.at-column {
		width: 20% !important;
		max-width: 20% !important;
		min-width: 20% !important;
		flex-basis: 20% !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.at-column {
		width: 33% !important;
		max-width: 33% !important;
		min-width: 33% !important;
		flex-basis: 33% !important;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.at-column {
		width: 50% !important;
		max-width: 50% !important;
		min-width: 50% !important;
		flex-basis: 50% !important;
	}
}

@media (min-width: 300px) and (max-width: 575px) {
	.at-column {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 100% !important;
		flex-basis: 100% !important;
	}
}

.at-user {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translate(0, -50%);
	text-align: center;
}

.at-user__avatar {
	width: 130px;
	height: 130px;
	border-radius: 100%;
	margin: 0 auto 20px;
	overflow: hidden;
}

.at-user__avatar img {
	display: block;
	width: 100%;
	max-width: 100%;
}

.at-user__name {
	color: #313435;
	font-family: var(--font-secondary);
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
}

.at-user__title {
	color: #6f808a;
	font-family: var(--font-primary);
	font-size: 14px;
	line-height: 22px;
}

/*=============================
		events slider
	===============================*/
.Events {
	margin-top: 40px;
	margin-bottom: 40px;
}

.calendar-event {
	text-align: left;
	padding: 0;
	box-shadow: 0 0 10px 0 rgba(199, 199, 199, 0.141);
	margin-left: 10px;
	background-color: var(--white-color);
}

.calender-bg {
	position: relative;
}

.calender-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	height: 100%;
	width: 100%;
	background-image: url(/images/about/events-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 1;
}

.calendar-date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #50C878;
	background: linear-gradient(90deg,rgba(80, 200, 120, 1) 0%, rgba(64, 224, 208, 1) 100%);
	height: 70px;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 0 15px;
	margin-bottom: 18px
}

.calendar-date::before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.calendar-date span {
	color: var(--black-color);
	font-weight: 700;
	text-align: left;
	position: relative;
	padding: 0;
	width: calc(100% - 82px);
	text-transform: uppercase
}

.calendar-date .calendar-day-Name {
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
	font-family: var(--font-primary);

}

.calendar-date .calendar-day-month {
	font-size: 16px;
	line-height: 20px;
	font-family: var(--font-primary);
	font-weight: 800;
}

.calendar-date .calendar-day {
	font-size: 1.875rem;
	line-height: 1;
	background: var(--secondary-color);
	color: var(--black-color);
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.calendar-event-name {
	margin-bottom: 15px;
	padding-left: 10px;
}

.calendar-event-name h6 {
	color: #242424;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 15px;
	font-family: var(--font-primary);
}

.calendar-event-details {
	margin-bottom: 15px;
	padding-left: 10px;
}

.calendar-event-details .calendar-event-details-time {
	display: flex;
	margin-bottom: 2px;
}

.calendar-event-details .calendar-event-details-time i {
	margin-right: 8px;
}

.calendar-event-details .calendar-event-details-venue {
	display: flex;
	margin-bottom: 5px;
}

.calendar-event-details .calendar-event-details-venue i {
	margin-right: 8px;
}

.calendar-read-more {
	position: relative;
	font-size: 12px;
	line-height: 28px;
	font-weight: 300;
	color: var(--color-body);
	font-family: var(--font-primary);
}

.calendar-read-more i {
	margin-left: 5px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
}

.calendar-read-more:hover {
	color: var(--color-heading);
}

.calendar-read-more:hover i {
	opacity: 0;
	margin-left: 10px;
}

.calendar-lower-content {
	padding-top: 5px;
	padding-left: 10px;
}

/*=============================
	updating soon
===============================*/

.updating-soon {
	display: flex;
	justify-content: center;
}

.updating-soon img {
	width: 300px;
}

.updating-soon-content {
	text-align: center;
}

.updating-soon-content h4 {
	margin-bottom: 10px;
}

/*=============================
	inner gallery(image-gallery)
===============================*/
.image--gallery--card {
	padding: 20px 20px 20px 20px;
	width: 100%;
	background: #fff;
	box-shadow: 5px 7px 17px rgba(0, 0, 0, 0.052);
	position: relative;
}

.image--gallery--card .rectangle {
	position: absolute;
	top: 16px;
	left: 50%;
	transform: translatex(-50%);
	width: 10px;
	background: #e8e8e8;
	height: 10px;
	display: block;
	border-radius: 50px;
}

.card-content {
	padding-top: 16px;
    height: 100px;
	overflow: auto;
}

.card-content h2 {
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: normal;
	margin-bottom: 8px;
	font-weight: 700;
	line-height: 24px;
}

.card-content p {
	font-size: 14px;
	letter-spacing: normal;
	margin-bottom: 8px;
}

.image--gallery-card-img {
	position: relative;
}

.image--gallery-card-img img {
	min-height: 200px;
	max-height: 200px;
	object-fit: cover;
	width: 100%;
}

.gallery-item-type {
	position: absolute;
	top: 1rem;
	right: 1rem;
	font-size: 22px;
	text-shadow: 0.2rem 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.181);
}

.fa-clone,
.fa-comment {
	transform: rotateY(180deg);
	color: #FFF;
}

/* Post Header */
.post_header {
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 10px;
}

.post_header i {
	position: absolute;
	right: 0;
}

.heading {
	margin-left: 0.4em;
}

.heading .main_heading {
	font-size: 14px;
	margin-bottom: 0;
}

.heading .sub_heading {
	font-size: 10px;
	color: #0000008a;
	margin-bottom: 5px;
}

.post_header img {
	width: 40px;
	height: 40px;
	border-radius: 50px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.108);
	padding: 5px;
}

.custom-btn {
	width: 100%;
	height: 40px;
	color: #fff;
	padding: 10px 25px;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	background: transparent;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
	box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
		7px 7px 20px 0px rgba(0, 0, 0, .1),
		4px 4px 5px 0px rgba(0, 0, 0, .1);
	outline: none;
	font-size: 15px;
	    justify-content: center;
    display: flex
;
}

.gallery-btn-2 {
	background: var(--main-color);
	background: linear-gradient(0deg, #960016 0%, #960016 100%);
	border: none;
}

.gallery-btn-2:before {
	height: 0%;
	width: 2px;
}

.gallery-btn-2:hover {
	box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .5),
		-4px -4px 6px 0 rgba(116, 125, 136, .5),
		inset -4px -4px 6px 0 rgba(255, 255, 255, .2),
		inset 4px 4px 6px 0 rgba(0, 0, 0, .4);
}

/*=============================
	Responsive (All)
===============================*/
@media (min-width: 768px) and (max-width: 992px) {
.banner-text {
	padding: 0 30px;
    z-index: 2;
    position: relative;
    max-width: 86%;
    top: -80px;
}
}
@media (min-width: 579px) and (max-width: 767px) {
.banner-text {
	padding: 0 30px;
    z-index: 2;
    position: relative;
    max-width: 86%;
    top: -80px;
}
.principal--message-content {
    margin-left: 0;
}
.inner--page--bg::before {
	left: 0 !important;
    height: calc(25% + 0px) !important;
}
.principal--image .qoute {
    display: none;
}
}
@media (min-width: 300px) and (max-width: 578px) {
	
.testimonial-item {
    display: block;
}
.testimonial-slider-image {
    width: 100%;
}
.testimonial-slider-content {
    width: 100%;
    padding-top: 15px;
}
.principal--message-content {
    margin-left: 0;
}
.inner--page--bg::before {
	left: 0 !important;
    height: calc(25% + 0px) !important;
}
.principal--image .qoute {
    display: none;
}
}

/*=============================
	progress-bar top
===============================*/

.progress-bar-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #f0f0f0;
  z-index: 9999;
}

.progress-bar {
  height: 100%;
  background-color: var(--main-color);
  transition: all 0.3s ease;
}

/* progress circle */

.progress-circle-container {
    position: fixed;
    bottom: 20px;
    right: 80px;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progress-circle {
  width: 55px;
  height: 55px;
}

.progress-circle-bar {
  fill: none;
  stroke: var(--main-color);
  stroke-width: 5;
  stroke-dasharray: 283;
  stroke-dashoffset: 0;
  transform-origin: center;
  transition: stroke-dashoffset 0.3s ease;
}

.progress-background {
  fill: transparent;
  stroke: #ededed;
  stroke-width: 5;
  stroke-dasharray: none;
}


.scroll-to-top {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: var(--main-color);
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.3s ease;
  z-index: 9998;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.scroll-to-top svg {
  display: block;
  width: 20px;
  height: 20px;
  stroke: white;
  transition: all 0.1s ease;
}

/*=============================
* ALUMNI REGISTRATION
==============================*/
form{
	position:relative;
	min-height:auto;
	background-color:#ffff;
}
.alumni{
  border: 1px solid var(--color-line);
}
.details{
	margin-top:30px;
  margin-bottom: 30px;
}
.details ID{
	margin-top:50px;
}
.alumni__Heading h3{
	font-weight: 800;
}
.title{
	display:block;
	margin-bottom:8px;
	font-size:20px;
	font-weight:500;
	margin:6px 0;
	color:#000000;
  font-family: var(--font-secondary);
}
.title-bg{
  padding: 1px;
  background: linear-gradient(90deg,rgba(80, 200, 120, 1) 0%, rgba(64, 224, 208, 1) 100%);
  margin-bottom: 20px;
}
label{
  font-family: var(--font-secondary);
  color: var(--main-color);
}
.fields{
	display:flex;
	align-items:center;
	justify-content:space-between;
	flex-wrap:wrap;
}
/* column-3 */
.input-fields{
	display:flex;
	width:calc(100% /3 - 15px);
	flex-direction:column;
	margin:4px 0;
}
.input-fields input{
	outline:none;
	font-size:14px;
	font-weight:400;
	color:#333;
	border-radius:5px;
	border:1px solid var(--color-line);
	padding:0 15px;
	height:42px;
	margin:8px 0;
  align-content: center;
} 
.input-fields input:is(:focus,:valid){
	box-shadow:0 3px 6px rgba(0,0,0,0.13);
}
.input-fields input[type="date"]:valid{
	color: #333 ;
}
/* column-2 */
.input-fields-full{
	display:flex;
	width:calc(100%);
	flex-direction:column;
	margin:4px 0;
}
.input-fields-full input{
	outline:none;
	font-size:14px;
	font-weight:400;
	color:#333;
	border-radius:5px;
	border:1px solid var(--color-line);
	padding:0 15px;
	height:42px;
	margin:8px 0;
} 
.input-fields-full input:is(:focus,:valid){
	box-shadow:0 3px 6px rgba(0,0,0,0.13);
}
.input-fields-full input[type="date"]:valid{
	color: #333 ;
}
/* column-2 */
.input-fields-two{
	display:flex;
	width:calc(100% /2 - 15px);
	flex-direction:column;
	margin:4px 0;
}
.input-fields-two input{
	outline:none;
	font-size:14px;
	font-weight:400;
	color:#333;
	border-radius:5px;
	border:1px solid #aaa;
	padding:0 15px;
	height:42px;
	margin:8px 0;
} 
.input-fields-two input:is(:focus,:valid){
	box-shadow:0 3px 6px rgba(0,0,0,0.13);
}
.input-fields-two input[type="date"]:valid{
	color: #333 ;
}
.input-fields span{
  font-size: 12px;
  color: var(--color-body);
}
#file-input::file-selector-button {
  margin-right: 20px;
  border: none;
  background: #084cdf;
  /*padding: 10px 20px;
  */border-radius: 3px;
  color: #fff;
  cursor: pointer;
  transition: background .2s ease-in-out;
}

#file-input::file-selector-button:hover {
  background: #0d45a5;
}
#btn{
	margin-top:30px;
}
#form-second{
	margin-top:30px;
}
#upload{
	margin-top:30px;
}
.alumni-btn {
  background-color: rgb(20, 87, 244);
  border: 1px solid rgb(20, 87, 244);
  padding: 4px 50px;
  border-radius: 7px;
  transition: .3s;
  color: #fff;
 }

 .alumni-btn:hover {
  border: 1px solid rgb(20, 87, 244);
  background-color: transparent;
  color: rgb(20, 87, 244);
 }
 .Reset-btn {
  background-color: rgb(244, 20, 20);
  border: 1px solid rgb(244, 20, 20);
  padding: 4px 50px;
  border-radius: 2px;
  transition: .3s;
  color: #fff;
  font-family: var(--font-primary);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

 .Reset-btn:hover {
  border: 1px solid rgb(194, 28, 28);
  background-color: transparent;
  color: rgb(244, 20, 20);
 }
 .fld {
  position: relative;
  width: 30%;
}

.fld:before {
  content: "*";
  position: absolute;
  top: 5;
  right: calc(1% - 7px);
  color:red;
}


/*=============================
	fee-structure PAGE
===============================*/

.fee__structure {
	padding: 30px;
	position: relative;
	text-align: left;
	border: 1px solid #e2e9ed;
	transition: var(--transition);
	width: 100%;
	margin-bottom: 20px;
	overflow: auto;
}


.fee__structure:hover {
	border-color: var(--white-color);
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
}
.table,
.table-responsive ol li{
	font-family: var(--font-primary);
	font-size: 14px;
}


/*=============================
	toppers-slider
===============================*/


