html,
body {
	overflow-x: hidden;
	/* Prevent scroll on narrow devices */
}

body {
	padding-top: 120px;
	font-family: "Inter", sans-serif;
	font-family: "Poppins", sans-serif;
}

/* ******* navbar dropdown on click ******* */

.dropdown-menu.show {
	display: block;
}

/* ******* navbar dropdown on click ******* */

/* ******* navbar dropdown on hover ******* */

.dropdown:hover .dropdown-menu {
	display: block;
}

/* ******* navbar dropdown on hover ******* */
:root {
	--header-color: #1e4585;
	--addmision: #e92e28;
	--button: #2e7c3c;
	--circle-color: #ffd800;
	--footer-color: #4c4c4c;
	--white: #ffffff;
	--black: #000000;
	--button2: #f8f8f8;
}

:root {
	--red: #e92e28;
	--white: #fff;
	--black: #000000;
	--light-black: #57585a;
	--yellow: #ffd800;
	--blue: #1e4585;
	--green: #2e7c3c;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

li {
	list-style-type: none;
}

.figure,
.figure-img {
	margin-bottom: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
	color: var(--black);
	text-transform: uppercase;
}

.navbar .admission .nav-link {
	color: var(--white);
	padding: 8px 25px;
}

.navbar .admission a {
	font-weight: bold;
	background-color: var(--addmision);
	border-radius: 25px;
	font-size: 18px;
	color: var(--white);
	transition: 0.5s all;
	border: 2px solid transparent;
}

.navbar .admission a:hover {
	background-color: var(--white);
	border: 2px solid var(--addmision);
	color: var(--addmision);
}

.navbar-expand-lg .navbar-nav {
	align-items: center;
	gap: 10px;
	font-weight: 500;
}

.banner-news {
	background-color: var(--circle-color);
	/* padding: 25px 0; */
	height: 55px;
	z-index: 1;
	position: relative;
}

marquee ul {
	display: flex;
	gap: 50px;
}

marquee li::marker {
	content: url("https://api.iconify.design/ic/baseline-star.svg");
}

marquee li {
	padding-left: 10px;
}

.banner-news .nu,
.banner-news .news {
	display: flex;
	align-items: center;
}

.banner-news .nu {
	background-color: var(--header-color);
	color: var(--white);
	gap: 20px;
	padding: 15px 30px;
	position: relative;
	/* background-image: url('../../img/bg/new-bg.webp'); */
	height: 70px;
	margin-top: -15px;
}

.banner-news .nu::before,
.banner-news .nu::after {
	content: "";
	position: absolute;
	/* background-color: var(--header-color); */
	background-color: transparent;
	width: 0;
	height: 0;
	top: 0;
	border-bottom: 15px solid #11294f;
}

.banner-news .nu::before {
	border-left: 15px solid transparent;
	border-right: 0 solid transparent;
	left: -15px;
}

.banner-news .nu::after {
	border-left: 0 solid transparent;
	border-right: 15px solid transparent;
	right: -15px;
}

.banner-news .nu i {
	transform: rotate(-30deg);
	font-size: 20px;
}

.banner-news .nu h5 {
	white-space: nowrap;
	font-weight: 600;
}

.index-about {
	/* padding: 50px 0; */
	background: linear-gradient(var(--white) 69.3%, var(--header-color) 50%);
	height: calc(100vh - 120px);
	display: flex;
	align-items: center;
}

/* .index-about .row {
  align-items: end;
} */
.index-about h1 {
	color: var(--addmision);
	font-weight: 600;
	font-size: 36px;
	position: relative;
}

.index-about h1::after {
	content: "";
	position: absolute;
	width: 86%;
	height: 1px;
	background-color: var(--black);
	bottom: -20px;
	left: 0;
}

.index-about .content h2 {
	color: var(--circle-color);
	font-size: 50px;
	/* margin-top: 50px; */
	font-weight: 600;
}

.index-about .content p:nth-child(2) {
	margin-top: 40px;
	margin-bottom: 20px;
}

.index-about .content p:nth-child(3) {
	margin-bottom: 20px;
}

.index-about .readmore {
	margin-top: 50px;
	margin-bottom: 80px;
}

.index-about .readmore-btn {
	background-color: var(--addmision);
	color: var(--white);
	padding: 10px 40px;
	border-radius: 36px;
	border: 2px solid var(--addmision);
}

.index-about .acres {
	display: flex;
	align-items: center;
	justify-content: center;
	/* gap: 200px; */
	margin-top: -30px;
}

.index-about .acres .text {
	display: flex;
	align-items: center;
	gap: 20px;
}

.index-about .acres p {
	/* margin-top: 10px !important; */
	color: var(--white);
	margin: 0 !important;
	border-left: 1px solid;
	padding-left: 20px;
	font-size: 18px;
	line-height: 24px;
}

.index-about .acres a {
	background-color: var(--addmision);
	color: var(--white);
	padding: 10px 40px;
	border-radius: 36px;
}

.index-about .image img {
	box-shadow: 10px -10px 0 0 var(--circle-color);
	position: relative;
	z-index: 1;
}

.index-about .video {
	background-color: var(--button);
	display: flex;
	align-items: center;
	gap: 20px;
	margin-right: 0;
	margin-top: 0;
	width: 60%;
	margin-left: -90px;
	padding: 20px;
	/* padding-top: 30px; */
}

.index-about .video .play i {
	color: var(--white);
	font-size: 50px;
}

.index-about .video .campus {
	/* background-color: var(--addmision); */
	color: var(--white);
	/* padding: 10px 40px; */
	border-radius: 36px;
	font-size: 22px;
	font-weight: bold;
}

.index-about .video .btn:hover {
	border: 1px solid var(--addmision);
}

.about {
	height: calc(100vh - 120px);
}

.about-sec {
	background: url(../../img/bg/background-img.webp);
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	/* align-items: center; */
	justify-content: center;
	height: 680px;
}

.about-sec h3 {
	font-weight: bold;
	font-size: 36px;
	width: fit-content;
	margin-bottom: 5px;
}

.about-sec .row .col-lg-6 p {
	text-align: justify;
	line-height: 28px;
	margin-bottom: 15px;
}

.about-sec .row .col-lg-6 p:nth-child(4) {
	margin-bottom: 50px;
}

.about-sec .row .col-lg-3 a {
	color: var(--white);
	background-color: var(--addmision);
	font-weight: 500;
	padding: 10px 40px;
	transition: all 0.5s;
	border: 2px solid transparent;
}

.about-sec .chairman-img {
	position: relative;
}

/* .about-sec .card {
  border: 3px solid white;
  border-radius: 0;
  width: 100%;
  height: 550px;
  background-color: transparent;
  padding: 41px;
  position: absolute;
  right: unset;
  transition: all .3s ease-in-out;
  left: -32px;
} */

/* .about-sec:hover .card {
  border: 3px solid var(--circle-color);
} */
/* 
.doublequates img {
  position: absolute;
  top: -40px;
  right: 41px;
  background-color: #1d4381;
  width: 120px;
  transition: all .3s ease-in-out;
} */

.about-sec h4 {
	font-size: 28px;
	font-weight: bold;
	margin-top: 20px;
	line-height: 40px;
}

.chairman-imgfile {
	position: absolute;
	bottom: -230px;
	z-index: 1;
}

.row-part2 {
	display: none;
}

.facilities {
	/* padding: 50px 0; */
	height: calc(100vh - 120px);
	position: relative;
	display: flex;
	align-items: center;
}

.facilities h2 {
	margin-bottom: 80px;
	color: var(--addmision);
	font-weight: 600;
	font-size: 36px;
	/* border-bottom: 1px solid var(--black); */
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 20px;
}

.facilities .row {
	row-gap: 24px;
}

.facilities .figure {
	position: relative;
	width: 100%;
	transition: all 0.5s ease-in-out;
}

.facilities .figure::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, var(--black), transparent);
	/* border-radius: 6px; */
	left: 0;
	transition: all 0.5s ease-in-out;
}

.facilities .figure:hover::after {
	background: var(--black);
	opacity: 0.5;
	transition: all 0.5s ease-in-out;
}

.facilities .figure img {
	width: 100%;
	/* height: 330px;
  object-fit: cover; */
}

.facilities .caption {
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 1;
	transition: all 0.5s ease-in-out;
}

.facilities .figure:hover .caption {
	top: 50%;
	transform: translateY(-50%);
	bottom: auto;
	transition: all 0.5s ease-in-out;
}

.facilities .caption a {
	color: var(--white);
	font-size: 22px;
}

.facilities .caption a:first-child {
	font-weight: 600;
	text-transform: uppercase;
}

.facilities .caption a:last-child {
	display: none;
	transition: all 0.5s ease-in-out;
}

.facilities .figure:hover .caption a:last-child {
	display: block;
	font-size: 16px;
	transition: all 0.5s ease-in-out;
}

.facilities .col-lg-4:first-child {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.facilities .readmore {
	margin-top: 40px;
	/* text-align: end; */
}

.facilities .readmore-btn {
	background-color: var(--addmision);
	color: var(--white);
	padding: 10px 40px;
	border: 2px solid var(--addmision);
	/* border-radius: 36px; */
}

.footer-sec {
	background-color: var(--footer-color);
	color: var(--white);
	position: relative;
	/* padding-bottom: 30px;
  padding-top: 70px; */
	padding-bottom: 50px;
	padding-top: 100px;
}

.school-logo {
	width: 130px;
	margin: auto;
	box-shadow: 0px 10px 1px 43px #4c4c4c;
	z-index: 4;
	position: relative;
}

.non-logo {
	display: none;
}

.school-logo img {
	position: relative;
	bottom: -60px;
}

.logo-line {
	position: absolute;
	height: 1px;
	width: 68%;
	background-color: white;
	top: 100px;
}

.footer-add {
	padding-left: 80px;
	margin-top: 30px;
}

.footer-sec .row .col-lg-4 .add {
	gap: 15px;
	display: flex;
}

.address {
	margin-bottom: 20px;
}

.address h3 {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 10px;
	color: var(--white);
}

.footer-sec .row .col-lg-3.col-md-2 {
	position: relative;
}

.school-logo {
	width: 130px;
	margin: auto;
	box-shadow: 4px 10px 1px 43px #4c4c4c;
	z-index: 4;
	position: relative;
}

.school-logo img {
	position: relative;
	bottom: -60px;
}

.footer-sec .row .col-lg-3.col-md-2 img {
	width: 120px;
	position: absolute;
	top: -90px;
	left: 9px;
}

.footer-sec .row .col-lg-3 .line {
	height: 150px;
	width: 1px;
	background-color: var(--white);
	margin: auto;
	margin-left: 147px;
	margin-top: 20px;
}

.footer-sec .col-lg-5 h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.footer-sec .col-lg-10 ul {
	display: flex;
	margin-bottom: 5px;
}

.footer-sec a {
	color: var(--white);
	transition: all 0.3s;
}

.footer-sec a:hover {
	color: var(--circle-color);
}

.footer-sec .col-lg-10 ul li span {
	margin: 0 10px;
}

.footer-sec .col-lg-5 .address {
	margin-top: 20px;
	margin-bottom: 0;
}

.footer-sec .address ul li img {
	transition: all 0.3s ease-in-out;
	width: 40px;
}

.footer-sec .address ul li img:hover {
	filter: invert(5%) sepia(13%) saturate(3207%) hue-rotate(327deg)
		brightness(95%) contrast(80%);
}

.footer-logs {
	text-align: center;
	z-index: 0;
}

.ekashila-logo {
	width: 100%;
	position: relative;
	margin: auto;
}

.ekashila-logo img {
	background-color: #4c4c4c;
	padding: 0 20px;
	width: 260px;
	position: relative;
	z-index: 1;
}

.ekashila-logo::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: var(--white);
	z-index: 0;
	left: 0;
	top: 50%;
	box-shadow: 0px 0px 1px 40px #4c4c4c;
}

.copy-right {
	background-color: #3a4fa2;
	color: var(--white);
	padding: 10px 0;
}

.copy-right .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.copy-right p {
	font-size: 14px;
}

.copy-right p a {
	color: var(--circle-color);
}

#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: var(--circle-color);
	border: 2px solid var(--circle-color);
	color: var(--black);
	border-radius: 50%;
	width: 40px;
	height: 40px;
}

#myBtn:hover {
	background-color: transparent;
	color: var(--circle-color);
}

.testimonials {
	height: calc(100vh - 120px);
	display: flex;
	align-items: center;
	background: linear-gradient(var(--white) 79.8%, var(--circle-color) 70%);
	position: relative;
	z-index: 0;
}

.testimonials h2 {
	margin-bottom: 30px;
	color: var(--addmision);
	font-weight: 600;
	font-size: 36px;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 20px;
}

/* .testimonials .row {
  align-items: center;
} */
.testimonials .row.video {
	margin-top: 50px;
	display: none;
}

.testimonials .student-testimonials .carousel-indicators {
	margin-bottom: 0;
	bottom: 45px;
	left: -110px;
}

.testimonials .student-testimonials .carousel-indicators [data-bs-target] {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	/* background-color: var(--footer-color); */
}

.testimonials .student-testimonials .carousel-indicators .active {
	background-color: var(--circle-color);
}

.testimonials .student-testimonials .carousel-item {
	/* padding: 20px; */
	padding-top: 100px;
	padding-left: 100px;
	padding-right: 0;
	padding-bottom: 30px;
}

.testimonials .student-testimonials .card {
	border: 0;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	/* padding: 40px 80px 40px; */
	padding-top: 30px;
	padding-left: 140px;
	padding-right: 80px;
	padding-bottom: 60px;
	background-color: var(--button);
	color: var(--white);
}

.testimonials .student-testimonials .card h3 {
	font-size: 24px;
	margin-bottom: 10px;
}

.testimonials .student-testimonials .image {
	position: absolute;
	background-color: var(--white);
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: 20px 30px;
	border-radius: 4px;
	/* padding-right: 60px; */
	text-align: center;
	top: -80px;
	left: -80px;
}

.testimonials .student-testimonials .figure img {
	border-radius: 50%;
	width: 120px;
}

.testimonials .student-testimonials .figure h4 {
	color: var(--addmision);
	margin-top: 10px;
	font-size: 20px;
}

.testimonials .student-testimonials .quote {
	position: absolute;
	top: 30px;
	right: 20px;
}

/* .testimonials .student-testimonials .quote2 {
      bottom: 20px;
        top: unset;
} */

.testimonials .student-testimonials .quote img {
	width: 40px;
	filter: invert(1) brightness(1) contrast(5);
}

.testimonials .video h3 {
	font-weight: bold;
	font-size: 32px;
	margin-bottom: 55px;
	position: relative;
	color: black;
}

/* .testimonials .video h3::before {
  position: absolute;
  content: '';
  height: 130px;
  width: 130px;
  border-radius: 50%;
  background-color: var(--button);
  z-index: -1;
  left: -50px;
  top: -20px;
} */

.testimonials .student-video-testimonials {
	position: relative;
}

/* .testimonials .student-video-testimonials::after {
  content: '';
  position: absolute;
  width: 65%;
  height: 480px;
  background-color: var(--header-color);
  right: 0;
  z-index: -1;
  top: -80px;
  border-radius: 4px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
} */

.testimonials .student-video-testimonials .carousel-indicators {
	margin: auto;
	margin-bottom: 0;
	bottom: 0;
	justify-content: start;
	width: 100%;
	left: -150px;
}

.testimonials
	.student-video-testimonials
	.carousel-indicators
	[data-bs-target] {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: var(--button);
}

.testimonials .student-video-testimonials .carousel-indicators .active {
	background-color: var(--button);
}

.testimonials .student-video-testimonials iframe {
	height: 145px;
	width: 100%;
	border-radius: 6px 6px 0 0;
}

.testimonials .video a {
	background-color: var(--button);
	color: var(--white);
	padding: 10px 40px;
	border-radius: 36px;
	border: 2px solid var(--button);
}

.testimonials .video .card {
	border: 0;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.testimonials .video .card .card-content {
	position: relative;
	padding: 40px 30px;
}

.testimonials .video .card .card-content h5 {
	color: var(--addmision);
	font-size: 20px;
}

.testimonials .video .card .card-content p {
	font-size: 14px;
}

.testimonials .video .card .card-content img {
	position: absolute;
	width: 40px;
	top: -20px;
	left: 20px;
	background-color: var(--button);
	border-radius: 50%;
	padding: 8px;
}

/* .navbar {
  background-color: var(--circle-color) !important;
} */
.navbar .nav-link::before {
	background: var(--addmision) !important;
}

.dropdown_list {
	left: 0 !important;
}

.dropdown_list li:not(:last-child) {
	border-bottom: 1px solid #f5f5f599;
}

.navbar .nav-link.oc::after {
	content: "";
	position: absolute;
	left: 0;
	right: 100%;
	background: var(--button);
	height: 10px;
	bottom: -5px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	z-index: 2;
	width: 100%;
}

.navbar .nav-link.da::after {
	background: var(--header-color);
}

/* .navbar .navbar-brand {
      font-size: 27px !important;
} */
.navbar .home i {
	color: var(--addmision);
	font-size: 20px;
}

.navbar .navbar-brand img {
	width: 300px;
}

/* .navbar .container {
  align-items: end;
} */

.head_inn_img_head img {
	width: 300px;
}

.digital-facilities .right-fa-img .img-flex .icon-image::before,
.digital-facilities .right-fa-img .facilities-img::after {
	background-color: var(--addmision) !important;
}

.digital-facilities .right-fa-img .img-flex .icon-image img {
	filter: invert(1);
}

.blue-section {
	background-color: var(--header-color) !important;
}

.navbar2 {
	height: 120px;
	padding: 0;
	background-color: var(--white) !important;
	z-index: 10;
	width: 100%;
	transition: all 0.5s ease;
}

.navbar1 {
	position: absolute;
	background-image: linear-gradient(
		-135deg,
		var(--footer-color) 64.5%,
		var(--white) 63%
	);
	padding: 8px 0;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 0;
}

.navbar1 .container {
	display: flex;
	justify-content: end;
	gap: 20px;
	align-items: end;
}

.m-nav.container {
	align-items: end;
}

.navbar1 .header_contact ul {
	list-style: none;
	display: flex;
	padding: 0;
	margin: 0;
}

.navbar1 .header_contact ul li:not(:last-child) {
	margin-right: 25px;
}

.navbar1 .header_contact ul li:not(:last-child) a {
	border-right: 1px solid var(--white);
	padding-right: 25px;
}

.navbar1 .header_contact ul a {
	color: var(--white);
	font-size: 16px;
	font-weight: 200;
	text-decoration: none;
}

.navbar1 .header_contact ul i {
	margin-right: 7px;
}

.navbar1 .header_contact ul .fa-phone-volume {
	transform: rotate(-45deg);
}

.navbar1 .header_icons ul {
	list-style: none;
	display: flex;
	padding: 0;
	margin: 0 0 0 10px;
}

/* .navbar2 ul a {
  font-size: 18px;
} */
.navbar1 .header_icons ul .fab {
	color: var(--white);
	font-size: 18px;
}

.navbar1 .header_icons ul li:not(:first-child) {
	margin-left: 15px;
}

/* .navbar-brand {
  margin-right: 0;
  width: 50%;
} */
.stick {
	width: 35px;
	height: 3px;
	margin-bottom: 7px;
	background-color: var(--button);
	display: inline-block;
}

.stick:last-child {
	margin-bottom: 0;
}

.chairman-img {
	position: relative;
	top: 23px;
}

.section_1 {
	height: calc(100vh - 120px);
}

.section_1 img {
	height: calc(100vh - 120px);
	width: 100%;
}

#carouselSVSMBnr .carousel-indicators {
	margin: auto;
	margin-bottom: 0;
	width: 100%;
	justify-content: end;
	bottom: 30px;
	left: -70px;
}

#carouselSVSMBnr .carousel-indicators [data-bs-target] {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: var(--footer-color);
	border: 2px solid var(--white);
}
#carouselSVSMBnr .carousel-indicators .active {
	background-color: var(--addmision);
}

.bars {
	width: 35px;
	height: fit-content;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.stick-1.open {
	animation: stick-1-open 0.6s ease-out forwards;
}

.stick-2.open {
	animation: stick-2-open 0.6s linear forwards;
	margin-top: 25px;
	margin-right: 15px;
}

.stick-3.open {
	animation: stick-3-open 0.6s linear forwards;
	margin-right: 15px;
}

.stick-1.close {
	width: 8px;
	transform: translate(27px, 26px);
	animation: stick-1-close 0.6s ease-out forwards;
}

.stick-2.close {
	transform: translate(0px, 0px) rotate(40deg);
	animation: stick-2-close 0.6s ease-out forwards;
}

.stick-3.close {
	transform: translate(0px, -23px) rotate(-40deg);
	animation: stick-3-close 0.6s ease-out forwards;
	margin-right: 0;
}

.stick-2.open.close {
	margin-top: 0;
	margin-right: 0;
}

@keyframes stick-1-open {
	0% {
		width: 35px;
	}

	40% {
		background-color: var(--addmision);
		width: 8px;
		transform: translate(40px, 0px);
	}

	75%,
	80% {
		width: 8px;
		transform: translate(40px, -50px);
		animation-timing-function: cubic-bezier(0, 1, 1, 1);
	}

	100% {
		background-color: var(--addmision);
		width: 0;
		transform: translate(35px, 46px);
	}
}

@keyframes stick-2-open {
	80% {
		background-color: var(--button);
		transform: translate(0px, 0px) rotate(0deg);
	}

	100% {
		background-color: var(--addmision);
		transform: translate(8px, -13px) rotate(40deg);
	}
}

@keyframes stick-3-open {
	80% {
		background-color: var(--button);
		transform: translate(0px, 0px) rotate(0deg);
	}

	100% {
		background-color: var(--addmision);
		transform: translate(8px, -23px) rotate(-40deg);
	}
}

@keyframes stick-1-close {
	0%,
	70% {
		width: 0;
	}

	100% {
		width: 35px;
		transform: translate(0, 0);
	}
}

@keyframes stick-2-close {
	0% {
		background-color: var(--addmision);
		width: 35px;
	}

	20% {
		background-color: var(--addmision);
		width: 8px;
		transform: translate(0px, 0px) rotate(40deg);
	}

	40% {
		background-color: var(--button);
		width: 0;
	}

	65% {
		transform: translate(0, -70px);
		animation-timing-function: cubic-bezier(0, 1, 1, 1);
	}

	80% {
		width: 0;
	}

	100% {
		width: 35px;
		transform: translate(0, 0px);
	}
}

@keyframes stick-3-close {
	0% {
		background-color: var(--addmision);
		width: 35px;
	}

	20% {
		background-color: var(--addmision);
		width: 8px;
		transform: translate(0px, -23px) rotate(-40deg);
	}

	40% {
		background-color: var(--button);
	}

	65% {
		transform: translate(0, -93px);
		animation-timing-function: cubic-bezier(0, 1, 1, 1);
	}

	90% {
		width: 8px;
	}

	100% {
		width: 35px;
		transform: translate(0, 0px);
	}
}
/* career-section */
.form .row {
	margin-bottom: 50px;
}

section.branch-details {
	display: none;
	margin-bottom: 50px;
}

section.branch-details .row {
	align-items: center;
	background-color: var(--white);
	box-shadow: 1px 1px 25px 1px #4c4c4c30;
	padding: 20px;
}
.career_link {
	display: flex;
	margin-top: 30px;
	gap: 20px;
}
.figure,
.figure-img {
	margin-bottom: 0;
	width: 100%;
}
.career_head {
	padding: 15px 0;
}
.career_head h2 {
	font-size: 30px;
	color: var(--addmision);
	font-weight: bold;
}
.career_head hr {
	border: solid 1px var(--addmision);
	background-color: var(--addmision);
	opacity: 1;
	width: 80px;
	margin-top: 10px;
	margin-left: 2px;
}
.branch-details h2 {
	color: var(--addmision);
	font-weight: 600;
	font-size: 36px;
	position: relative;
}
.branch-details h2::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 60px;
	height: 2px;
	background-color: var(--addmision);
}
.branch-details p {
	font-size: 16px;
	color: #000000b8;
	text-align: justify;
}
.branch-details a {
	font-size: 18px;
	/* font-weight: 600; */
	color: var(--white);
	background-color: var(--addmision);
	padding: 8px 10px;
	text-align: center;
}
.branch-details .enroll-link a {
	margin-top: 20px;
	color: var(--black);
	background-color: var(--circle-color);
}
.form label {
	color: #4c4c4c;
	padding: 10px 0;
	font-size: 18px;
	font-weight: 600;
}
.form .form-select:focus {
	border: solid 1px #ced4da;
	box-shadow: none;
}

/* changes_innerpages */
#life_skills_main #carouselExampleIndicators11 {
	width: 100%;
}
.board #carouselExampleIndicators17,
.board #carouselExampleIndicators19 {
	width: 100% !important;
}
.holistic #carouselExampleIndicators16,
.holistic #carouselExampleIndicators11 {
	width: 100% !important;
}
.being #carouselExampleIndicators12,
.being #carouselExampleIndicators14 {
	width: 100% !important;
}

/* 14th March 2023 */

.admission_form {
	padding: 50px 0;
}
.admission_form .career_head {
	padding: 0;
	margin-bottom: 40px;
}
.admission_form .row {
	margin-bottom: 0;
}
.admission_form .row .col-lg-6,
.admission_form .row .col-lg-12 {
	margin-bottom: 1rem;
}
.admission_form label {
	padding: 0;
	font-weight: unset;
	font-size: 16px;
}
.admission_form input,
.admission_form select,
.admission_form textarea {
	border-radius: 0;
	border: 1px solid var(--header-color);
}
.admission_form input:focus,
.admission_form select:focus,
.admission_form textarea:focus {
	box-shadow: 0 0 0 0;
	border: 1px solid var(--header-color);
}
.admission_form .exp-sal {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.admission_form .btn {
	background-color: var(--addmision);
	border: 1px solid var(--addmision);
	color: var(--white);
	transition: all 0.4s ease-in-out;
}
.admission_form .btn:hover {
	background-color: var(--white);
	color: var(--addmision);
	border: 1px solid var(--addmision);
}

.career_form input[type="checkbox"] {
	display: none;
}
.career_form input[type="checkbox"] + label::before {
	font-family: FontAwesome;
	display: inline-block;
	content: "\f096";
	letter-spacing: 10px;
	font-size: 20px;
}
.career_form input[type="checkbox"]:checked + label::before {
	content: "\f046";
	letter-spacing: 7.5px;
	color: var(--button);
}
.career_form .checkbox {
	margin-bottom: 5px;
}
.career_form .language_experience {
	/* align-items: center; */
	margin-top: 1rem;
}
.career_form .teaching,
.career_form .classes,
.career_form .board,
.career_form .non-teaching,
.career_form .others {
	display: none;
}

/* testimonial_redign_section */
.testimonials .student-testimonials .card {
	height: 460px;
	justify-content: center;
	text-align: justify;
}
.testimonials .student-testimonials .carousel-indicators [data-bs-target] {
	border-top: none;
	border-bottom: none;
}
.testimonials h2 {
	margin-bottom: 60px;
}
.testimonials {
	background: linear-gradient(var(--white) 61.5%, var(--circle-color) 55%);
}
#myBtn {
	z-index: 9;
}
.testimonials .testi_sec1 {
	display: none;
}
.video-brocher {
	display: flex;
}
.index-about .video.brochure {
	margin-left: 0px;
	background-color: var(--black);
	margin-right: -10px;
	margin-top: -10px;
}
.index-about .video.brochure .campus {
	color: black;
}
.index-about .video.brochure .play i {
	font-size: 30px;
	color: black;
}

.index_chairman .row .col-lg-6:nth-child(2) {
	padding-left: 50px;
}

/* testimonials2 */
.testimonials_index .card {
	border-color: transparent;
	margin-left: 60px;
	margin-top: 41px;
}

.testimonials_index .carousel-inner {
	padding: 50px 0 100px 0;
}
/*.testi_index{*/
/* margin-left: 150px;*/
/*}*/
.testimonials_index .card p {
	text-align: justify;
	line-height: 30px;
	font-size: 18px;
}

.index_chairman {
	background: linear-gradient(to right, #2e7c3c 50%, white 50%);
	height: calc(100vh - 120px);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.index_chairman .ch_desk img {
	/* position: absolute; */
	height: 520px;
	width: 800px;
	/* top: 110px; */
	/* left: 150px; */
	object-fit: contain;
}
.index_chairman .charman-details {
	margin-top: 20px;
	margin-left: 60px;
}
.index_chairman .charman-details p {
	color: var(--white);
}
/* .chairman_ms{
  margin-bottom: 180px;
} */
.index_chairman .row .col-lg-5 h3 {
	border-bottom: 2px solid var(--black);
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.index_chairman .learnmore {
	margin-top: 55px;
}
.facilities_index_sec h2 {
	padding-bottom: 10px;
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 36px;
	width: fit-content;
	margin: auto;
	margin-bottom: 41px;
	z-index: 20;
	position: sticky;
}

/* facilities new design start*/
/* .fac_index_sec {
	height: calc(100vh - 120px);
	padding: 70px 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.fac_index_sec .container .row {
	row-gap: 15px;
}

.fac_index_sec .col-lg-3 {
	padding: 20px;
}

.fac_index_sec h2 {
	text-align: center;
	padding-bottom: 10px;
	font-weight: 700;
	font-size: 36px;
	width: fit-content;
	margin: auto;
	margin-bottom: 50px;
}

.fac_imgs_box {
	position: relative;
}

.fac_imgs_box::after {
	content: "";
	position: absolute;
	width: 74%;
	height: 185px;
	left: 10px;
	bottom: -6px;
	z-index: 1;
}

.fac_img {
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.fac_img img {
	transition: transform 0.6s linear;
}

.fac_img img:hover {
	transform: scale(1.3);
	
}

.fac_txt_div {
	position: absolute;
	z-index: 3;
	top: -21px;
	padding: 8px 10px;
	left: 11px;
	text-transform: uppercase;
	color: #fff;
	width: 214px;
	text-align: center;
}

/* after bottom line ================================================*/
/* .fac_index_sec .row .col-lg-3:nth-child(1) .fac_imgs_box::after {
	background-color: #1e4585;
}
.fac_index_sec .row .col-lg-3:nth-child(2) .fac_imgs_box::after {
	background-color: #ffd800;
}
.fac_index_sec .row .col-lg-3:nth-child(3) .fac_imgs_box::after {
	background-color: #2e7c3c;
}
.fac_index_sec .row .col-lg-3:nth-child(4) .fac_imgs_box::after {
	background-color: #e92e28;
}
.fac_index_sec .row .col-lg-3:nth-child(5) .fac_imgs_box::after {
	background-color: #2e7c3c;
}
.fac_index_sec .row .col-lg-3:nth-child(6) .fac_imgs_box::after {
	background-color: #1e4585;
}
.fac_index_sec .row .col-lg-3:nth-child(7) .fac_imgs_box::after {
	background-color: #e92e28;
}
.fac_index_sec .row .col-lg-3:nth-child(8) .fac_imgs_box::after {
	background-color: #ffd800;
}
.fac_index_sec .row .col-lg-3:nth-child(9) .fac_imgs_box::after {
	background-color: #e92e28;
}
.fac_index_sec .row .col-lg-3:nth-child(10) .fac_imgs_box::after {
	background-color: #4c4c4c;
} */

/* facilities textbg==========================================  */
/* .fac_index_sec .row .col-lg-3:nth-child(1) .fac_txt_div {
	background-color: #1e4585;
}

.fac_index_sec .row .col-lg-3:nth-child(2) .fac_txt_div {
	background-color: #ffd800;
	color: #000;
}

.fac_index_sec .row .col-lg-3:nth-child(3) .fac_txt_div {
	background-color: #2e7c3c;
}

.fac_index_sec .row .col-lg-3:nth-child(4) .fac_txt_div {
	background-color: #e92e28;
}

.fac_index_sec .row .col-lg-3:nth-child(5) .fac_txt_div {
	background-color: #2e7c3c;
}

.fac_index_sec .row .col-lg-3:nth-child(6) .fac_txt_div {
	background-color: #1e4585;
}

.fac_index_sec .row .col-lg-3:nth-child(7) .fac_txt_div {
	background-color: #e92e28;
}

.fac_index_sec .row .col-lg-3:nth-child(8) .fac_txt_div {
	background-color: #ffd800;
	color: #000;
}

.fac_index_sec .row .col-lg-3:nth-child(9) .fac_txt_div {
	background-color: #e92e28;
}

.fac_index_sec .row .col-lg-3:nth-child(10) .fac_txt_div {
	background-color: #4c4c4c;
} */

/* facilities new design end*/

.slick-prev:before,
.slick-next:before {
	font-size: 16px;
}
.index_chairman.about-sec .row .col-lg-5 {
	padding-left: 30px;
}

.bitg_title h1 {
	font-size: 120px;
	color: #ffffff;
	position: absolute;
	right: 300px;
	top: 20px;
	opacity: 0.2;
}
.index_chairman.about-sec .bitg_title h1 {
	position: absolute;
	right: unset;
	left: 300px;
	top: -10px;
	opacity: 0.1;
}

.facilities_index_sec .bitg_title h1 {
	font-size: 120px;
	color: #cfcfcf;
	position: absolute;
	right: 700px;
	top: 55px;
	opacity: 0.5;
	font-weight: bold;
}

/*.index_chairman.about-sec .row{*/
/*   padding-top: 100px; */
/*}*/

.testimonials_index .testi_video {
	position: relative;
}
.testimonials_index .testi_video img {
	position: absolute;
	bottom: -41px;
	right: -30px;
	width: 160px;
}
.testimonials_index .testi_video iframe {
	height: 360px;
	border-radius: 0 50px 0 0;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px,
		rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}

/* footer techno */
.footer-sec .row .col-lg-4 .add ul {
	gap: 10px;
	display: flex;
}
.social {
	margin-left: 70px;
}
.footer-sec {
	background-color: var(--header-color);
}
.ekashila-logo::after {
	box-shadow: 0px 0px 1px 40px var(--header-color);
}
.ekashila-logo img {
	background-color: var(--header-color);
}
.copy-right {
	background-color: var(--footer-color);
	color: var(--white);
	padding: 10px 0;
}

.footer-logs {
	margin-bottom: 50px;
}

.footer-sec {
	padding-top: 70px;
}
/* .ekashila-logo img {
  background-color: transparent;

} */

.footer_line {
	position: relative;
}
.footer_line::after {
	content: "";
	position: absolute;
	height: 120px;
	width: 1px;
	top: 0;
	background-color: white;
	right: 25px;
}

.director_msg .fondr_inn_sec p {
	color: var(--button2);
}
.director_msg .fondr_inn_sec h2 {
	color: var(--circle-color);
}
.director_msg .fondr_inn_sec hr {
	border: solid 1px var(--white);
	background-color: var(--white);
}

/* footer techno */

/*facilites styles techno*/

.facilities_3 {
	height: calc(100vh - 158px);
}
.fa_bg {
	background-image: linear-gradient(
		to right,
		#003862 75%,
		var(--addmision) 25%
	);
	width: 100%;
	height: 72%;
	padding-top: 110px;
}
.fa_bg p {
	color: white;
	line-height: 30px;
	text-align: justify;
}
.fa_bg .fa_title h4 {
	color: var(--white);
}
#atl_lab .fa_card,
#it_lab .fa_card,
#library .fa_card,
#scincelab .fa_card {
	margin-left: 50px;
}
.fa_bg .carousel-inner {
	border: 11px solid green;
	border-image-source: linear-gradient(51deg, #e92e28 37%, #fff 35%);
	border-image-slice: 20;
	width: 100%;
	margin-top: 80px;
}
.techno_cntrl {
	display: flex;
	position: relative;
	right: 100px;
	top: -70px;
	gap: 10px;
}
.fa_bg2 .techno_cntrl {
	display: flex;
	position: relative;
	right: -550px;
	top: -70px;
	gap: 10px;
}
.fa_bg.fa_bg2 {
	background-image: linear-gradient(to left, #2f7c3d 75%, #ffd800 25%);
}
#math_lab .fa_card,
#transportation .fa_card,
#playway .fa_card,
#smart_class .fa_card {
	margin-right: 50px;
}
.fa_bg.fa_bg2 .carousel-inner {
	border: 11px solid green;
	border-image-source: linear-gradient(311deg, #ffd800 37%, #fff 35%);
	border-image-slice: 20;
}
.fa_bg.fa_bg2 .carousel-control-next-icon,
.fa_bg.fa_bg2 .carousel-control-prev-icon {
	background-color: #ffd800;
}
.fa_bg2 .techno_cntrl {
	display: flex;
	position: relative;
	right: -650px;
	top: -70px;
	gap: 10px;
}
.fa_bg.fa_bg3 {
	background-image: linear-gradient(to right, #4c4c4c1a 75%, #4c4c4c 25%);
	width: 100%;
	height: 70%;
	padding-top: 110px;
}
.fa_bg.fa_bg3 p {
	color: black;
}
.fa_bg.fa_bg3 .carousel-inner {
	border: 11px solid green;
	border-image-source: linear-gradient(51deg, #4c4c4c 37%, #fff 35%);
	border-image-slice: 20;
}
.fa_bg.fa_bg3 .carousel-inner {
	border: 11px solid green;
	border-image-source: linear-gradient(51deg, #4c4c4c 37%, #fff 35%);
	border-image-slice: 20;
}
.fa_bg.fa_bg3 .fa_title h4 {
	color: var(--black);
}
.fa_bg.fa_bg3 .carousel-control-next-icon,
.fa_bg.fa_bg3 .carousel-control-prev-icon {
	background-color: #4c4c4c;
}
#testimonials {
	height: calc(100vh - 120px);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background-image: url(../../img/banners/testimonials_bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -1;
	height: 720px;
	/* position: fixed; */
}
/* .testimonials2 {
  background-color: #3f51b5a6;
  width: 100%;
  height: calc(100vh - 120px);

} */
/* #testimonials::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  background: linear-gradient(to right, rgb(6 95 212 / 65%), rgb(6 95 212 / 54%));
  opacity: .85;
}
#testimonials .testi2{
  position: relative;
  z-index: 1;
}
#testimonials .testi2 h3{
text-align: center;
margin-bottom: 70px;
font-weight: bold;
font-size: 38px;
color: white;
}
.std_img{
  text-align: center;
}
.std_img img{
border-radius: 50%;
margin-bottom: 50px;
}
.testi2 p {
  color: var(--white);
  width: 900px;
  text-align: center;
  margin: auto;
  margin-top: 50px;
  line-height: 28px;
}
#testimonials .carousel-control-next, #testimonials .carousel-control-prev {
  top: 50%;
  bottom: 0;
  width: 32px;
  height: 32px;
  background-color: red;
  opacity: 1;
}
#testimonials .testi2 .std_name{
  color: var(--circle-color);
  font-weight: 500;
  text-transform: uppercase;
  font-size: 30px;
  text-align: center;
}
#testimonials .carousel-indicators [data-bs-target] {
  text-indent: unset;
}
.testimonials2{
  height: calc(100vh - 120px);
  position: relative;
  z-index: 0;
}
.testimonials2 .carousel-indicators [data-bs-target] {
  width: 80px;
  height: 80px;
  border: 0;
  border: 2px solid white;
  border-radius: 50%;
  opacity: 1;
}
.testimonials2 .carousel-indicators [data-bs-target] img{
border-radius: 50%;
}
.testimonials2 .carousel-indicators .active img {
  opacity: 10;
  transform: scale(1.2);
  transition: 0.5s;
  border: 2px solid  white;
}
.testimonials2 .carousel-indicators {
  gap: 25px;
  bottom: -140px;
}
 */

.testmonial-section {
	height: calc(100vh - 120px);
	/* padding-top: 100px;
  padding-bottom: 100px; */
	/* background-color: black; */
	display: flex;
	align-items: center;
	background-image: url(../../img/banners/testimonials_bg.webp);
	background-repeat: no-repeat;
	object-fit: cover;
	/* background: linear-gradient(to bottom, var(--green)88%, var(--white) 20%); */
}
.testmonial-section .carousel {
	position: relative;
	width: 100%;
}
.testmonial-section #carouselExampleCaptions-testmonial .carousel-indicators {
	bottom: 25px;
}
.testmonial-section
	#carouselExampleCaptions-testmonial
	.carousel-indicators
	[data-bs-target] {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	text-indent: unset !important;
	margin-right: 15px;
	margin-left: 15px;
	opacity: 1;
}
#carouselExampleCaptions-testmonial .carousel-indicators img {
	height: 80px;
	width: 80px;
	border-radius: 50%;
	background-color: var(--circle-color);
	padding: 2px;
}
#home-top-video:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	background: linear-gradient(
		to right,
		rgb(6 95 212 / 90%),
		rgb(6 95 212 / 90%)
	);
	height: 80.1vh;
}
#home-top-video {
	position: relative;
}
.testmonial-section .carousel-inner video {
	height: calc(100vh - 120px);
	width: 100%;
	object-fit: fill;
	padding-bottom: 94px;
}
#home-top-video {
	position: relative;
}
.testmonial-section h1 {
	color: #ffffff;
	font-weight: 500;
	text-align: center;
	padding-bottom: 0;
	font-size: 41px;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	top: 55px;
	z-index: 2;
}
/* .testmonial-section .carousel-item {
  height: calc(100vh - 97.47px);
} */
.testmonial-section .carousel-caption {
	z-index: 1;
	width: unset;
	margin: auto;
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
}
#carouselExampleCaptions-testmonial .carousel-caption {
	color: black;
}
.testmonial-section .caption-img-container {
	padding: 15px 20px;
	width: fit-content;
	margin: auto;
}
.testmonial-section #carouselExampleCaptions-testmonial .carousel-caption img {
	height: 200px;
	width: 200px;
	border-radius: 50%;
}
.testmonial-section .carousel-caption h5 {
	font-size: 28px;
	font-weight: bold;
	color: #ffd800;
}
.testmonial-section .carousel-caption p {
	padding-top: 25px;
	color: white;
	font-size: 22px;
	width: 90%;
	margin: auto;
	text-align: center;
}
.testmonial-section .carousel-control-next,
.testmonial-section .carousel-control-prev {
	top: 50%;
	bottom: 0;
	width: 32px;
	height: 32px;
	background-color: red;
	opacity: 1;
}
.testmonial-section .carousel-control-prev {
	left: 200px;
}
#carouselExampleCaptions-testmonial .carousel-control-next {
	right: 200px;
}

.testmonial-section .carousel-caption {
	z-index: 1;
	width: unset;
	margin: auto;
	position: absolute;
	top: 180px;
}
#carouselExampleCaptions-testmonial .carousel-indicators .active img {
	opacity: 10;
	transform: scale(1.2);
	transition: 0.5s;
}

/* ------------------------------------Facilities-section--------------------- */
.Facilities-section {
	height: calc(100vh - 97.17px);
	display: flex;
	align-items: center;
	padding: 50px 0px;
	background-color: #dddddd;
}

.Facilities-section .row {
	justify-content: center;
	row-gap: 24px;
}

.Facilities-section-img img {
	height: 250px;
	object-fit: cover;
	width: 100%;
}

.Facilities-section .row .col-lg-3 {
	padding: 6px;
}

.position {
	position: relative;
	overflow: hidden;
}

.Facilities-section .Facilities-section-img {
	position: relative;
	border-bottom-right-radius: 20px;
}

.Facilities-section .Facilities-section-img:hover.Facilities-section-img h6 {
	display: none;
}

.Facilities-section-img .hover-content p {
	padding-bottom: 20px;
	text-align: initial;
}

.Facilities-section .Facilities-section-img::after {
	position: absolute;
	content: " ";
	background-color: #000000aa;
	width: 100%;
	height: 100%;
	z-index: 0;
	top: 0;
	left: 0;
	opacity: 0.7;
}

.Facilities-section-img p {
	color: white;
}

.Facilities-section .hover-content i {
	color: white;
	font-size: 30px;
	padding-left: 10px;
}

.Facilities-section .hover-content a {
	font-size: 14px;
	display: flex;
	align-items: center;
	font-weight: 700;
}

.Facilities-section .hover-content a {
	color: white;
}

.Facilities-section-img h6 {
	position: absolute;
	bottom: 30px;
	color: white;
	font-weight: 700;
	left: 15px;
	/* padding-bottom: 31px; */
	z-index: 1;
	font-size: 18px;
}

.Facilities-section-img:hover.position-color1::before {
	width: 100%;
	height: 85%;
}

.Facilities-section-img:hover.position-color2::before {
	width: 100%;
	height: 85%;
}

.Facilities-section-img:hover.position-color3::before {
	width: 100%;
	height: 85%;
}

.Facilities-section-img:hover.position-color4::before {
	width: 100%;
	height: 85%;
}

.Facilities-section-img:hover.position-color5::before {
	width: 100%;
	height: 85%;
}

.Facilities-section-img:hover.position-color6::before {
	width: 100%;
	height: 85%;
}

.Facilities-section-img:hover.position-color7::before {
	width: 100%;
	height: 85%;
}

.Facilities-section-img:hover.position-color8::before {
	width: 100%;
	height: 85%;
}

.section-main-headings h1 {
	color: #1e4585;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	/* padding-bottom: 20px; */
	position: relative;
	margin-bottom: 57px;
}

.section-main-headings h1::after {
	content: " ";
	position: absolute;
	height: 3px;
	width: 50px;
	background-color: #e92e28;
	left: 50%;
	transform: translate(-50%);
	bottom: -6px;
}

.Facilities-section-img img {
	height: 250px;
	object-fit: cover;
	width: 100%;
}

.position .hover-content {
	position: absolute;
	bottom: 20px;
	right: 0;
	/* background: black; */
	color: white;
	margin-bottom: 5px;
	font-family: sans-serif;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s, opacity 0.5s linear;
	transition: visibility 0s, opacity 0.5s linear;
}

.position:hover .hover-content {
	text-align: initial;
	width: 100%;
	padding: 10px 25px;
	visibility: visible;
	opacity: 1;
	z-index: 1;
	color: white;
}

.position::before {
	content: "";
	background-color: var(--maroon-color);
	position: absolute;
	height: 40px;
	width: 65%;
	bottom: 20px;
	z-index: 1;
	border-top-right-radius: 20px;
	transition: 0.5s;
}

.hover-content h4 {
	font-size: 20px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #ffd800;
}

.position-color1::before {
	background-color: var(--blue);
}

.position-color2::before {
	background-color: var(--red);
}

.position-color3::before {
	background-color: var(--green);
}

.position-color4::before {
	background-color: var(--light-black);
}

.position-color5::before {
	background-color: var(--light-black);
}

.position-color6::before {
	background-color: var(--green);
}

.position-color7::before {
	background-color: var(--red);
}

.position-color8::before {
	background-color: var(--blue);
}
/* ------------------------------------Facilities-section--------------------- */

/* ------------------------------------Activities-section--------------------------- */
#Activities-section {
	height: calc(100vh - 94.17px);
	display: flex;
	align-items: center;
	padding: 40px 0px;
	/* background: linear-gradient(to bottom, #fff 0%, rgba(27, 127, 204, .8) 96%);
background: linear-gradient(to bottom, #fff 0%, rgba(27, 127, 204, .8) 96%); */
}

#Activities-section .row {
	justify-content: center;
	row-gap: 24px;
}

#Activities-section .section-main-headings h5 {
	color: var(--dark-black);
	text-align: start;
	font-weight: bold;
	padding-bottom: 35px;
}

#Activities-section .carousel-control-next,
#Activities-section .carousel-control-prev {
	height: 30px;
	width: 30px;
	opacity: 1;
}

#Activities-section .carousel-control-next {
	left: 108px;
	color: var(--dark-black);
	font-size: 25px;
	top: 1px;
}

#Activities-section .carousel-control-prev {
	left: 0px;
	color: var(--dark-black);
	font-size: 25px;
	top: 1px;
}

#Activities-section .carousel-indicators .active {
	transform: scale(1.2);
	background-color: #e92e28 !important;
}

#Activities-section .carousel-indicators [data-bs-target] {
	width: 20px;
	height: 6px;
}

#Activities-section .carousel-indicators {
	position: absolute;
	left: 340px;
	bottom: -32px;
	z-index: 2;
	display: flex;
	padding: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	width: fit-content;
}

#Activities-section .carousel-indicators .gray {
	background-color: #0f0f0fb8;
	opacity: 1;
}

#Activities-section .carousel-indicators .blue {
	background-color: #0f0f0fb8;
	opacity: 1;
}

#Activities-section .carousel-indicators .red {
	background-color: #0f0f0fb8;
	opacity: 1;
}

#Activities-section .carouselExampleIndicators-3 {
	position: relative;
}

#Activities-section .corousel-bottom-anchor {
	position: absolute;
	bottom: -30px;
	/* right: 0; */
}

#Activities-section .corousel-bottom-anchor a {
	color: white;
	font-weight: 600;
	background-color: var(--blue);
	padding: 6px 40px;
	clip-path: polygon(0 0, 93% 0, 100% 100%, 0 100%);
}

#Activities-section .carousel-item .activities-hover-content {
	position: absolute;
	padding: 40px;
	color: var(--white);
	font-weight: bold;
	top: 0;
	opacity: 0;
}

#Activities-section .carousel-item:hover .activities-hover-content {
	opacity: 1;
	background-color: var(--black);
	height: 100%;
}

/* -----------------Video-section---------------------- */
.video-section {
	height: auto;
	display: flex;
	align-items: center;
	padding-top: 40px;
}

.video-container {
	position: relative;
}

.video-content {
	display: flex;
	align-items: center;
	position: absolute;
	width: 100%;
	bottom: 0;
	background-color: var(--blue);
	color: white;
	padding: 15px 10px;
	transition: 0.5s;
}

.video-content:hover {
	background-color: var(--yellow);
	color: black;
}

.video-content:hover h5 {
	font-weight: bold;
}

.video-content img {
	width: 10%;
	padding-right: 10px;
}

.video-content h5 {
	font-size: 20px;
}

.video-content h5 {
	font-size: 16px;
}
