html,
body {
	overflow-x: hidden;
	/* Prevent scroll on narrow devices */
}

body {
	padding-top: 0px;
	font-family: 'Poppins', sans-serif;
	scroll-behavior: smooth;
}

/* ******* 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: #ffff;
	--black: #000;
	--button2: #f8f8f8;
}


h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

li {
	list-style-type: none;
}

.header{
   background-color: var(--header-color);
}

.navbar {
	display: block;
	background-color: var(--header-color);
	color: var(--white);
	border-bottom: 1px solid var(--white);
	padding: 0;
	/*padding: 10px 0;*/
	/*margin-top: 45px;*/
    z-index: 2;
    transition: all .5s ease-in-out;
}


.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}



.navbar .admission {
	font-weight: bold;
	background-color: var(--addmision);
	border-radius: 25px;
	padding: 0 20px;
	font-size: 18px;
}

.navbar-expand-lg .navbar-nav {
	gap: 20px;
}

.header {
	padding: 8px 0;
	border-bottom: 1px solid var(--white);
}

.header .container {
	color: var(--white);
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 50px;
}

.header a,
.header a i {
	color: var(--white);
}

.header .head-phone i {
	border: 2px solid var(--white);
	border-radius: 50%;
	padding: 5px;
	margin-right: 10px;
}

.header .head-mail i {
	margin-right: 10px;
	font-size: 21px;
}

#carouselSVSMBnr .carousel-caption {
	right: 0;
	bottom: 16.25rem;
	left: 10%;
	text-align: left;
	margin-left: 130px;
}

#carouselSVSMBnr .carousel-caption h5 {
	font-size: 23px;
	color: var(--circle-color);
	margin-bottom: 20px;
	font-weight: bold;
}

#carouselSVSMBnr .carousel-caption h2 {
	width: 45%;
	font-size: 50px;
	font-weight: bold;
}

#carouselSVSMBnr .carousel-caption p {
	width: 620px;
	margin-top: 30px;
	margin-bottom: 70px;
	font-size: 21px;
}

#carouselSVSMBnr .carousel-caption a:hover {
	background-color: transparent;
	border: 2px solid var(--circle-color);
	color: var(--circle-color);
}

#carouselSVSMBnr .carousel-caption a {
	color: var(--black);
	background-color: var(--circle-color);
	padding: 10px 35px;
	border-radius: 25px;
	font-weight: 500;
	font-size: 18px;
	transition: all .5s;
	border: 2px solid transparent;
}

#carouselSVSMBnr .carousel-inner .carousel-item img {

	height: 100vh;
	width: 100%;

}

.section_1 {
	height: auto;
}

.tab-nav {
	display: none;
}

.about {
	height: calc(100vh - 162px);
}

.about-sec {
	background: url('../../img/index/background-img.webp');
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	/* align-items: center; */
	justify-content: center;
	color: var(--white);
	height: 640px;
	padding: 60px 0;
}

.about-sec h3 {
	font-weight: bold;
	font-size: 36px;
	padding-bottom: 20px;
	border-bottom: 2px solid var(--white);
	width: fit-content;
	margin-bottom: 30px;
}

.about-sec h4 {
	font-size: 35px;
	font-weight: bold;
}

.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: -50px;
}

.about-sec .card .chairman-img img {
	position: absolute;
	bottom: -450px;
	left: -50px;
	width: 625px;
	z-index: 1;
}


.about-sec .row .col-lg-6 a {
	color: var(--black);
	background-color: var(--button2);
	font-weight: 500;
	padding: 10px 20px;
	transition: all .5s;
	border: 2px solid transparent;
}

.about-sec .row .col-lg-6 a:hover {
	color: var(--white);
	background-color: transparent;
	border: 2px solid var(--button2);


}

.arrow-cript {
	padding: 10px;
	background-color: #374b99;
	position: relative;
	z-index: -1;
}



.charman-details {
	margin-top: 30px;
}

.charman-details h3 {
	color: var(--addmision);
	font-weight: bold;
	margin-bottom: 5px;
}

.charman-details p {
	font-size: 19px;
}

.infrastructure {
	/* padding: 50px 0; */
	height: calc(100vh - 162px);
	align-items: center;
	justify-content: center;
	display: flex;

}

.infrastructure .row .col-lg-2 .card {
	height: 230px;
	width: 100%;
	border-radius: 40px;
	border: 2px dashed #c8c8c8;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	z-index: 0;
	transition: all .5s ease;
}

.infrastructure .row .col-lg-2 .card:hover {
	border: none;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.infrastructure .row {
	row-gap: 50px;
	justify-content: center;
}

.infrastructure .row .col-lg-2 h4 {
	font-weight: bold;
	margin-top: 10px;
	font-size: 21px;
	font-weight: bold;
	/* margin-bottom: 20px; */
}

.infrastructure .row .col-lg-5 .card {
	border: 2px dashed transparent;
	border-radius: 40px;
	padding: 20px;
	background-color: #f6f6f6;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.moon-title h3 {
	font-weight: bold;
	font-size: 38px;
	margin-bottom: 30px;
	position: relative;
	color: black;
}



.moon-title a {
	color: var(--white);
	background-color: var(--button);
	padding: 10px 25px;
	border-radius: 25px;
	transition: all .5s ease;
	border: 2px solid transparent;
}

.moon-title a:hover {
	background-color: transparent;
	border: 2px solid var(--button);
	color: black;
	color: var(--button);
}

.moon-title h3::before {
	position: absolute;
	content: '';
	height: 130px;
	width: 130px;
	border-radius: 50%;
	background-color: var(--circle-color);
	z-index: -1;
	left: -50px;
	top: -20px;
}

.card-ima {
	z-index: 0;
	position: relative;
}

.infrastructure .col-lg-2 .card .card-image::before {
	content: '';
	position: absolute;
	top: 50px;
	left: 53px;
	width: 85px;
	height: 85px;
	background-color: #f6f6f6;
	border-radius: 50%;
	z-index: -1;
	transition: 0.5S all ease;
}

.infrastructure .col-lg-2 .card:hover .card-image::before {
	width: 100%;
	height: 100%;
	border-radius: 0;
	top: 0;
	left: 0;
	border-radius: 40px;
}

.infrastructure .row .col-lg-2 .card-image {
	margin-bottom: 10px;
}

/* .infrastructure .row .col-lg-2 .card-image {
  height: 100px;
  width: 100px;
  background-color: #e9ecef;
  border-radius: 50%;
  display: flex;
  flex-direction: column;

} */
.infrastructure .row .col-lg-2 .card-image img {
	width: 60px;
	margin: auto;
}

.infrastructure .row .col-lg-5 .card .form-control {
	border-radius: 25px;
	border-color: #ededed;
	background-color: #ededed;
}

.infrastructure .row .col-lg-5 .row {
	row-gap: 0;
}

.infrastructure .row .col-lg-5 .row .btn-book {
	border-color: var(--button);
	border-radius: 25px;
	background-color: var(--button);
	color: var(--white);
	width: 100%;
	font-weight: 500;
	border: 2px solid transparent;
}

.infrastructure .row .col-lg-5 .row .btn-book:hover {
	transition: all .5s ease;
	border: 2px solid var(--button);
	background-color: transparent;
	color: var(--button);
}

.awards-accolades .row1 {
	align-items: center;
	justify-content: center;
}

.awards-accolades {
	padding: 50px 0;
}

.crmn_main .carousel-inner .carousel-item img {
	border-radius: 20px;
}
.carousel-inner .carousel-item{
	text-align: center;
}
.award_sec img{
    width:100%;
    border-radius:20px;
}
#carouselExampleCaptions2 .carousel-caption {
	position: initial;
	color: var(--black);
}

.awards-accolades .moon-title h3::before {
	left: -67px;
	top: -60px;
}

.awards-accolades .row .col-lg-2 {
	position: relative;
}

.awards-accolades .row .col-lg-2::after {
	content: '';
	position: absolute;
	height: 100px;
	width: 2px;
	background-color: #636464;
	right: 50px;
	top: 0;
}
/*.awards-accolades .row .col-lg-6{*/
/*    text-align: end;*/
/*}*/

.footer-logs {
	text-align: center;
	z-index: 0;
}

.address h3 {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 10px;
	color: var(--white);
}

.address {
	margin-bottom: 20px;
}

.footer-sec {
	background-color: var(--footer-color);
	color: var(--white);
	position: relative;
	padding-bottom: 30px;
	padding-top: 70px;
}


.footer-sec .row .col-lg-3 .line {
	height: 160px;
	width: 2px;
	background-color: var(--white);
	margin: auto;
	margin-left: 150px;
	margin-top: 20px;
}

.footer-sec .row .col-lg-4 .add {
	gap: 10px;
	display: flex;
}



.school-logo img {
	position: relative;
	bottom: -60px;
}

.ekashila-logo {
	width: 100%;
	position: relative;
	margin: auto;
}

.ekashila-logo::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: var(--white);
	z-index: 0;
	left: 0;
	top: 50%;
	box-shadow: 0px 0px 1px 40px #4c4c4c;
}

.ekashila-logo img {
	background-color: #4c4c4c;
	padding: 0 20px;
	width: 300px;
	position: relative;
	z-index: 1;
}

/* .address ul li{
flex: 0 0 33.3%;
} */

/* .school-logo::after{
  content: '';
  position: absolute;
  width:100%;
  height: 2px;
  background-color: var(--white);
  left: 0;
  top: 50%;
} */
.cirlc-logo {}

.footer-sec .col-lg-10 ul {
	display: flex;
}

.footer-sec .col-lg-10 ul li span {
	margin: 0 10px;
}

.footer-sec .col-lg-10 .city {
	margin-bottom: 10px;
}


/* .footer-sec .school-logo {
  position: absolute;
  top: 0;
  left: 47%;
} */
.footer-sec .footer-add {
	margin-top: 30px;
}

.cirlc-logo .line1 {
	height: 2px;
	width: 100%;
	background-color: white;
	z-index: 6;
	position: static;
}

.footer-add {
	padding-left: 80px;
}

.footer-sec a {
	color: var(--white);
	transition: all .3s;
}

.footer-sec a:hover {

	color: var(--circle-color);
}

#carouselExampleCaptions2 .carousel-indicators [data-bs-target] {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #141619;
}

#carouselExampleCaptions2 .carousel-indicators .active {
	background-color: var(--addmision);
}



.footer-sec .col-lg-5 .address {
	margin-top: 20px;
}

.footer-sec .col-lg-5 h3 {

	font-size: 24px;
	font-weight: bold;
}

.footer-sec .address ul li {}

.doublequates img {
	position: absolute;
	top: -40px;
	right: 41px;
	background-color: #1d4381;
	width: 120px;
}


.map-section {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.map-section img:nth-child(1) {
	width: 450px;
	height: fit-content;
}

.map-section img:nth-child(2) {
	width: 250px;
}

/* .section2-btns {
	display: flex;
	gap: 30px;
} */


.maps-group hr {
	border-top: 2px solid;
	opacity: 1;
	margin: 0;
	margin-bottom: 50px;
}

.maps-group .btn1 a {
	background-color: var(--addmision);
	color: var(--white);
	padding: 10px 20px;
	font-weight: bold;
	transition: all 280ms ease-in-out;
	border: 2px solid transparent;
}

.maps-group .btn1 a:hover {
	background-color: white;
	color: var(--black);
	border: 2px solid var(--addmision);

}

.maps-group .btn2 a {
	background-color: #b3b3b3;
	color: black;
	padding: 10px 20px;
	font-weight: bold;
	transition: all 280ms ease-in-out;
	border: 2px solid transparent;
}

.maps-group .btn2 a:hover {
	background-color: var(--white);
	/*color: var(--white);  */
	border: 2px solid #b3b3b3;
}



.maps-group .row {
	align-items: end;
	margin-top: 100px;
}

.maps-group .row .col-lg-2 {
	text-align: center;
}

.maps-group {
	height: calc(100vh - 162px);
	align-items: center;
	justify-content: center;
	display: flex;
}

/*
.btn-2 {
	letter-spacing: 0;
}


.btn-2:after,
.btn-2:before {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border: 1px solid rgba(255, 255, 255, 0);
	bottom: 0px;
	content: " ";
	display: block;
	margin: 0 auto;
	position: relative;
	transition: all 280ms ease-in-out;
	width: 0;
}


 .btn-2.active:after,
  .btn-2.active:before,
 .btn-2:hover:after,
.btn-2:hover:before {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-color: #fff;
	transition: width 350ms ease-in-out;
	width: 100%;
}

.btn-2:hover:before {
	bottom: auto;
	top: 0;
	width: 100%;
}*/



.about-sec .col-lg-6 .hvr-rectangle-out:before {

	background: var(--addmision);


}

.about-sec .col-lg-6 a:hover {

	color: white;
}

.infrastructure .row .col-lg-5 .row .hvr-rectangle-out:before {
	border-radius: 25px;
	border-color: var(--addmision);
	background-color: var(--addmision);

}

.infrastructure .row .col-lg-5 .row .btn-book {
	color: white;
}

.chairman-imgfile {
	position: absolute;
	bottom: -264px;
	z-index: 1;
}

#carouselSVSMBnr .carousel-caption.caption-color h5 {
	color: var(--addmision);
}

#carouselSVSMBnr .carousel-caption.caption-color h2 {
	color: var(--header-color);
}

.carousel-caption.caption-color p {
	color: var(--black);
}

.infrastructure .row .col-lg-2.dance .card-image img {
	margin-top: 30px;
}

/*.chairman-img h3{*/
/*      display: none;*/
/*}*/

.row-part2 {
	display: none
}

/*.city ul li:last-child span{*/
/*    display:none;*/
/*}*/
.mobile-banner {
	display: none;
}

.form {
	height: calc(100vh - 162px);
	display: flex;
	align-items: center;
}

.form h3 {
	font-weight: bold;
	font-size: 36px;
	padding-bottom: 20px;
	border-bottom: 2px solid #1e4585;
	width: fit-content;
	margin-bottom: 30px;
}

.form .form-control,
.form .form-select {
	border-radius: 0;
	border: 1px solid #1e4585;
}

.form .form-control:focus,
.form .form-select:focus {
	box-shadow: 0 0 0 0;
	border: 1px solid #ffd800;
	background-color: #1e458529;
}

.form .btn_sumbit {
	background-color: #2e7c3c;
	color: #fff;
	border: 2px solid #2e7c3c;
	border-radius: 36px;
	padding: 6px 30px;
	font-weight: bold;
	transition: all 0.5s ease;
}

.form .btn_sumbit:hover {
	background-color: #fff;
	color: #2e7c3c;
}

/*.inner-body {*/
/*	padding-top: 162px;*/
/*}*/

.navbar .admission {
	transition: all .5s;
	border: 2px solid transparent;
}
.head-mail,
.head-phone{
    display: flex;
    align-items: center;
    gap: 5px;
}

.navbar .admission:hover {
	background-color: white;
	border: 2px solid #e92e28;
	color: #e92e28;

}

.navbar .admission:hover a {
	color: #e92e28;
}

.down-mfacilities {
	display: none;
}

.copy-right .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
}

.copy-right {
	background-color: #3a4fa2;
	color: var(--white);
}

.copy-right p a {
	color: var(--circle-color);

}

.tab-logo {
	display: none;
}

.video-section {
	height: calc(100vh - 162px);
	background-image: linear-gradient(to bottom, #ededed 40%, #1e4585 40%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.video-section iframe {
	width: 100%;
	height: 401px;
	border-radius: 20px;
}

.video-section .card {
	padding: 35px;
	border-color: transparent;
	border-radius: 20px;
	height: 400px;
}

.video-section .card h2 {
	font-weight: bold;
	font-size: 45px;
}

.video-section .card hr {
	border-top: 2px solid;
	opacity: 1;
	margin: 25px 0;
}

.video-section .card p {
	text-align: justify;
	margin-bottom: 20px;
}

.video-section .card a {
	margin-top: 10px;
	text-align: inherit;
	background-color: var(--button);
	color: white;
	font-weight: bold;
	width: fit-content;
	padding: 5px 41px;
	border-radius: 25px;
}

.video-section .row:nth-child(3) {
	color: white;
	margin-top: 70px;
}

.video-section .row:nth-child(3) h3 {
	/*font-weight: bold;*/
	font-size: 18px;

}

.video-section .row:nth-child(3) .col-lg-2 {
	/*border-right: 1px solid white;*/
	text-align: center;

	z-index: 0;

}

.video-section .row:nth-child(3) .col-lg-2 .number-count h2 {
	position: relative;
}

.video-section .row:nth-child(3) .col-lg-2:last-child {
	border-right: none;
}

.video-section .row:nth-child(3) h2 {
	width: fit-content;
	margin-bottom: 20px;
	font-size: 46px;
	font-weight: bold;
	margin: auto;
	color: white;
}

.video-section .row:nth-child(3) .col-lg-2 .number-count h2::before {
	content: '';
	position: absolute;
	height: 30px;
	width: 30px;
	background-color: #ffd800c9;
	right: unset;
	left: 0;
	top: 0;
	z-index: -1;
	/* border-radius: 50%; */
}

.video-section .title h2 {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 30px;
	border-bottom: 1px solid black;
	width: fit-content;
	padding-bottom: 15px;
}



.navbar .nav-link {
    position: relative;
    color: var(--white);
    font-size: 18px;
    text-transform: capitalize;
    padding: 10px 0.5rem;
    transition: 0.5s all;
    /* font-weight: 600 !important; */
    /* margin-bottom: -13px; */
    display: flex;
    align-items: center;
    justify-content: center;
}
/*
.navbar .nav-link {
	color: var(--white);
	transition: 0.5s all;
	position: relative;
}
*/

.navbar .nav-link::before {

    content: "";
    position: absolute;
    /* z-index: -1; */
    left: 0;
    right: 100%;
    bottom: -28px;
    background: var(--circle-color);
    height: 3px;
    -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;

}
.nav-link:hover:before, .nav-link:focus:before, .nav-link:active:before {
    right: 0;
}

.navbar .admission {
	font-weight: bold;
	background-color: var(--addmision);
	border-radius: 25px;
	padding: 0 20px;
	font-size: 18px;
}

.navbar .nav-item {
	position: relative;
    width: fit-content;
}
.navbar .active::before {
	/* text-decoration: underline;
    text-decoration-color: var(--circle-color);
    text-decoration-thickness: 3px;
    text-underline-offset: 42px; */

	content: "";
    position: absolute;
    /* z-index: -1; */
    left: 0;
    right: 100%;
    width: 100%;
    bottom: -24px;
    background: var(--circle-color);
    height: 3px;
    -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;
}

.navbar-expand-lg .navbar-nav {
	gap: 20px;
}

.header {
	/*padding: 15px 0;*/
	border-bottom: 1px solid var(--white);
}

.header .container {
	color: var(--white);
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 50px;
}

.header a,
.header a i {
	color: var(--white);
}

.header .head-phone i {
	border: 2px solid var(--white);
	border-radius: 50%;
	padding: 5px;
	margin-right: 10px;
	font-size: 14px;
}

.header .head-mail i {
	margin-right: 10px;
	font-size: 20px;
}

#carouselSVSMBnr .carousel-caption {
	right: 0;
	bottom: 17.25rem;
	left: 10%;
	text-align: left;
	margin-left: 130px;
}

#carouselSVSMBnr .carousel-caption h5 {
	font-size: 23px;
	color: var(--circle-color);
	margin-bottom: 20px;
	font-weight: bold;
}

#carouselSVSMBnr .carousel-caption h2 {
	width: 45%;
	font-size: 42px;
	font-weight: bold;
}

#carouselSVSMBnr .carousel-caption p {
	width: 620px;
	margin-top: 30px;
	margin-bottom: 70px;
	font-size: 18px;
}

#carouselSVSMBnr .carousel-caption a:hover {
	background-color: transparent;
	border: 2px solid var(--circle-color);
	color: var(--circle-color);
}

#carouselSVSMBnr .carousel-caption a {
	color: var(--black);
	background-color: var(--circle-color);
	padding: 10px 35px;
	border-radius: 25px;
	font-weight: 500;
	font-size: 18px;
	transition: all .5s;
	border: 2px solid transparent;
}

#carouselSVSMBnr .carousel-inner .carousel-item img {

	height: calc(100vh - 146px);
	width: 100%;
	background-color: var(--header-color);
	

}

.section_1 {
	height: auto;
}

.tab-nav {
	display: none;
}

.about {
	height: calc(100vh - 101px);
}

.about-sec {
	background: url('../../img/index/background-img.webp');
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	/* align-items: center; */
	justify-content: center;
	color: var(--white);
    height: 680px;
    padding-top: 100px;
}

.about-sec h3 {
	font-weight: bold;
	font-size: 36px;
	padding-bottom: 20px;
	border-bottom: 2px solid var(--white);
	width: fit-content;
	margin-bottom: 30px;
}

.about-sec h4 {
    font-size: 28px;
    font-weight: bold;
    margin-top: 20px;
    line-height: 40px;
}
.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: -50px;
	transition: all .3s ease-in-out;
}

.about-sec .card .chairman-img img {
	position: absolute;
	bottom: -450px;
	left: -50px;
	width: 625px;
	z-index: 1;
}

.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: 60px;
}


.about-sec .row .col-lg-6 a {
	color: var(--black);
	background-color: var(--button2);
	font-weight: 500;
	padding: 10px 20px;
	transition: all .5s;
	border: 2px solid transparent;
}

.about-sec .row .col-lg-6 a:hover {
	color: var(--white);
	background-color: transparent;
	border: 2px solid var(--button2);


}

.arrow-cript {
	padding: 10px;
	background-color: #374b99;
	position: relative;
	z-index: -1;
}

.arrow-cript::after {
	position: absolute;
	content: '';
	height: 20px;
	width: 20px;
	background-color: #374b99;
	transform: rotate(45deg);
	left: 350px;
}

.charman-details {
	margin-top: 30px;
}

.charman-details h3 {
	color: var(--addmision);
	font-weight: bold;
	margin-bottom: 5px;
}

.charman-details p {
	font-size: 19px;
}

.infrastructure {
	/* padding: 50px 0; */
	height: calc(100vh - 101px);
	align-items: center;
	justify-content: center;
	display: flex;

}

.infrastructure .row .col-lg-2 .card {
	height: 230px;
	width: 100%;
	border-radius: 25px;
	border: 2px dashed #c8c8c8;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	z-index: 0;
	transition: all .5s ease;
}

.infrastructure .row .col-lg-2 .card:hover {
	border: none;
	/* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
	box-shadow: #1e4585d1 0px 5px 15px;
}

.infrastructure .row {
	row-gap: 70px;
	justify-content: center;
}

.infrastructure .row .col-lg-2 h4 {
	font-weight: bold;
	margin-top: 10px;
	font-size: 19px;
	font-weight: bold;
	/* margin-bottom: 20px; */
}

.infrastructure .row .col-lg-5 .card {
	border: 2px dashed transparent;
	border-radius: 25px;
	padding: 20px;
	background-color: #f6f6f6;
	/* background-color: var(--header-color); */
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	transition: all .5s ease;
}

.moon-title h3 {
	font-weight: bold;
	font-size: 38px;
	margin-bottom: 30px;
	position: relative;
	color: black;
}

.infrastructure .row .card-form h4 {
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 20px;
	line-height: 30px;
	color: var(--addmision);
}
.infrastructure .row .card-form:hover h4 {
	color: var(--white);
}
.infrastructure .row .col-lg-5 .card:hover {
	background-color: var(--button);
}


.moon-title a {
	color: var(--white);
	background-color: var(--button);
	padding: 10px 25px;
	border-radius: 25px;
	transition: all .5s ease;
	border: 2px solid transparent;
}

.moon-title a:hover {
	background-color: transparent;
	border: 2px solid var(--button);
	color: black;
	color: var(--button);
}

.moon-title h3::before {
	position: absolute;
	content: '';
	height: 130px;
	width: 130px;
	border-radius: 50%;
	background-color: var(--circle-color);
	z-index: -1;
	left: -50px;
	top: -20px;
}

.card-ima {
	z-index: 0;
	position: relative;
}

.infrastructure .col-lg-2 .card .card-image::before {
	content: '';
	position: absolute;
	top: 50px;
	left: 53px;
	width: 85px;
	height: 85px;
	background-color: #f6f6f6;
	border-radius: 50%;
	z-index: -1;
	transition: 0.5S all ease;
}

.infrastructure .col-lg-2 .card:hover .card-image::before {
	width: 100%;
	height: 100%;
	border-radius: 0;
	top: 0;
	left: 0;
	border-radius: 25px;
	background-color: var(--header-color);
}

.infrastructure .row .col-lg-2 .card-image {
	margin-bottom: 10px;
}

/* .infrastructure .row .col-lg-2 .card-image {
  height: 100px;
  width: 100px;
  background-color: #e9ecef;
  border-radius: 50%;
  display: flex;
  flex-direction: column;

} */
.infrastructure .row .col-lg-2 .card-image img {
	width: 60px;
	margin: auto;
}
.navbar-brand img{
	width: 310px;
}

.infrastructure .row .col-lg-2 .card:hover .card-image img{
    /* filter: invert(0%) sepia(60%) saturate(0%) hue-rotate( 327deg ) brightness(95%) contrast(80%); */
	filter: invert(1) brightness(20);
}

.infrastructure .row .col-lg-5 .card .form-control {
	border-radius: 25px;
	border-color: #ededed;
	background-color: #ededed;
}

.infrastructure .row .col-lg-5 .row {
	row-gap: 0;
}

.infrastructure .row .col-lg-5 .row .btn-book {
	border-color: var(--button);
	border-radius: 25px;
	background-color: var(--button);
	color: var(--white);
	width: 100%;
	font-weight: 500;
	border: 2px solid transparent;
}

.infrastructure .row .col-lg-5 .row .btn-book:hover {
	transition: all .5s ease;
	border: 2px solid var(--button);
	background-color: transparent;
	color: var(--button);
}

/* .awards-accolades .row {
	align-items: center;
	justify-content: center;
} */

.awards-accolades {
	padding: 70px 0;
}

.crmn_main .carousel-inner .carousel-item img {
    border-radius: 20px;
    width: 100%;
}

#carouselExampleCaptions2 .carousel-caption {
	position: initial;
	color: var(--black);
}

.awards-accolades .moon-title h3::before {
	left: -67px;
	top: -60px;
}

.awards-accolades .row .col-lg-3 {
	position: relative;
}

.awards-accolades .row .col-lg-3::after {
    content: '';
    position: absolute;
    height: 130px;
    width: 2px;
    background-color: #63646499;
    right: 45px;
    top: -35px;
}

.footer-logs {
	text-align: center;
	z-index: 0;
}


.address {
	margin-bottom: 20px;
}



.footer-sec .row .col-lg-3 .line {
	height: 150px;
	width: 1px;
	background-color: var(--white);
	margin: auto;
	margin-left: 150px;
	margin-top: 20px;
}

.footer-sec .row .col-lg-4 .add {
	gap: 15px;
	display: flex;
}

.school-logo {
	width: 130px;
	margin: auto;
	box-shadow: 0px 10px 1px 43px #4c4c4c;
	z-index: 4;
	position: relative;
}

.school-logo img {
	position: relative;
	bottom: -60px;
}



.ekashila-logo {
	width: 100%;
	position: relative;
	margin: auto;
}

.ekashila-logo::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: var(--white);
	z-index: 0;
	left: 0;
	top: 50%;
	box-shadow: 0px 0px 1px 40px #4c4c4c;
}

.ekashila-logo img {
	background-color: #4c4c4c;
	padding: 0 20px;
	width: 260px;
	position: relative;
	z-index: 1;
}


.cirlc-logo {}

.footer-sec .col-lg-10 ul {
	display: flex;
}

.footer-sec .col-lg-10 ul li span {
	margin: 0 10px;
}

.footer-sec .col-lg-10 .city {
	margin-bottom: 5px;
}





.cirlc-logo .line1 {
	height: 2px;
	width: 100%;
	background-color: white;
	z-index: 6;
	position: static;
}

.footer-add {
	padding-left: 80px;
}

.footer-sec a {
	color: var(--white);
	transition: all .3s;
}

.footer-sec a:hover {

	color: var(--circle-color);
}

#carouselExampleCaptions2 .carousel-indicators [data-bs-target] {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #141619;
}

#carouselExampleCaptions2 .carousel-indicators .active {
	background-color: var(--addmision);
}

#carouselExampleCaptions2 .carousel-indicators {
	bottom: -20px;
}

.footer-sec .col-lg-5 .address {
	margin-top: 20px;
}

.footer-sec .col-lg-5 h3 {

	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.footer-sec .address ul li img{
    
  transition: all .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%);
}

.doublequates img {
	position: absolute;
	top: -40px;
	right: 41px;
	background-color: #1d4381;
	width: 120px;
	transition: all .3s ease-in-out;
}


.map-section {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.map-section img:nth-child(1) {
	width: 450px;
	height: fit-content;
}

.map-section img:nth-child(2) {
	width: 250px;
}

/* .section2-btns {
	display: flex;
	gap: 30px;
} */


.maps-group hr {
	border-top: 2px solid;
	opacity: 1;
	margin: 0;
	margin-bottom: 50px;
}

.maps-group .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	background-color: var(--addmision);
	color: var(--white);
	padding: 10px 20px;
	font-weight: bold;
	transition: all 280ms ease-in-out;
	border: 2px solid transparent;
	border-radius: 0;
}

.maps-group .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active:hover {
	background-color: white;
	color: var(--black);
	border: 2px solid var(--addmision);

}

.maps-group .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link{
	background-color: #b3b3b3;
	color: black;
	padding: 10px 20px;
	font-weight: bold;
	transition: all 280ms ease-in-out;
	border: 2px solid transparent;
	border-radius: 0;
}

.maps-group .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
	background-color: var(--white);
	/*color: var(--white);  */
	border: 2px solid #b3b3b3;
}
.maps-group .nav-tabs {
	border: none;
	gap: 30px;
}

.maps-group h3 {
	font-weight: bold;
	font-size: 20px;
	color: var(--addmision);
	margin-top: 20px;
	transition: all .3s ease-in-out;

}

.infrastructure .row .col-lg-2 h4 {
   transition: all .3s ease-in-out;
}
.infrastructure .row .col-lg-2 h4 a{
      color: #00000099;;
   transition: all .3s ease-in-out;
}
.maps-group h3 a{
   color: var(--addmision);
   transition: all .3s ease-in-out;
   
}
.infrastructure .row .col-lg-2 h4{
     color: var(--addmision);
    
}
.maps-group h3 {
  color: var(--black);
  transition: all .3s ease-in-out;
       
}
.maps-group .col-lg-2:hover h3 {
       color: var(--black);
}

.infrastructure .row .col-lg-2 .card:hover h4 a{
     color: var(--circle-color);
}
.maps-group h3 a{
   transition: all .3s ease-in-out;
}
.maps-group .col-lg-2:hover h3 a{
   color: var(--black);
}
.maps-group .row .col-lg-2 img{
   transition: all .3s ease-in-out;
}
.maps-group .row .col-lg-2:hover img{
   filter: drop-shadow(2px 4px 6px black);
   transform: scale(1.1);
}
.about-sec:hover .card {
    border: 3px solid var(--circle-color);
    
}
/*.about-sec:hover .doublequates img {*/
/*    filter: invert(5%) sepia(13%) saturate(3207%) hue-rotate(327deg) brightness(95%) contrast(80%);*/
/*        background-color: #1d4585;*/
/*}*/



.maps-group .row {
	align-items: end;
	margin-top: 100px;
}

.maps-group .row .col-lg-2 {
	text-align: center;
	transition: all .3s ease-in-out;
}

.maps-group {
	height: calc(100vh - 101px);
	align-items: center;
	justify-content: center;
	display: flex;
}


.btn-2 {
	letter-spacing: 0;
}



.about-sec .col-lg-6 .hvr-rectangle-out:before {

	background: var(--addmision);


}

.about-sec .col-lg-6 a:hover {

	color: white;
}

.infrastructure .row .col-lg-5 .row .hvr-rectangle-out:before {
	border-radius: 25px;
	border-color: var(--addmision);
	background-color: var(--addmision);

}

.infrastructure .row .col-lg-5 .row .btn-book {
	color: var(--white);
}
.infrastructure .row .col-lg-5 .card:hover .row .btn-book {
	border-color: var(--circle-color);
	background-color: var(--circle-color);
	color: var(--black)
}

.chairman-imgfile {
	position: absolute;
	bottom: -225px;
	z-index: 1;
}

#carouselSVSMBnr .carousel-caption.caption-color h5 {
	color: var(--addmision);
}

#carouselSVSMBnr .carousel-caption.caption-color h2 {
	color: var(--header-color);
}

.carousel-caption.caption-color p {
	color: var(--black);
}

.infrastructure .row .col-lg-2.dance .card-image img {
	margin-top: 30px;
}

/*.chairman-img h3{*/
/*      display: none;*/
/*}*/

.row-part2 {
	display: none
}

/*.city ul li:last-child span{*/
/*    display:none;*/
/*}*/
.mobile-banner {
	display: none;
}

.form {
	height: calc(100vh - 162px);
	display: flex;
	align-items: center;
}

.form h3 {
	font-weight: bold;
	font-size: 36px;
	padding-bottom: 20px;
	border-bottom: 2px solid #1e4585;
	width: fit-content;
	margin-bottom: 30px;
}

.form .form-control,
.form .form-select {
	border-radius: 0;
	border: 1px solid #1e4585;
	margin-bottom: 20px;
}

.form .form-control:focus,
.form .form-select:focus {
	box-shadow: 0 0 0 0;
	border: 1px solid #ffd800;
	background-color: #1e458529;
}

.form .btn_sumbit {
	background-color: #2e7c3c;
	color: #fff;
	border: 2px solid #2e7c3c;
	border-radius: 36px;
	padding: 6px 30px;
	font-weight: bold;
	transition: all 0.5s ease;
}

.form .btn_sumbit:hover {
	background-color: #fff;
	color: #2e7c3c;
}

/*.inner-body {*/
/*	padding-top: 162px;*/
/*}*/

.navbar .admission {
	transition: all .5s;
	border: 2px solid transparent;
}

.navbar .admission:hover {
	background-color: white;
	border: 2px solid #e92e28;
	color: #e92e28;

}

.navbar .admission:hover a {
	color: #e92e28;
}

.down-mfacilities {
	display: none;
}

.copy-right .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
}

.copy-right {
	background-color: #3a4fa2;
	color: var(--white);
}

.copy-right p a {
	color: var(--circle-color);

}

.tab-logo {
	display: none;
}

.video-section {
	height: calc(100vh - 101px);
	background-image: linear-gradient(to bottom, #ededed 40%, #1e4585 40%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.video-section iframe {
	width: 100%;
	height: 401px;
	border-radius: 20px;
}

.video-section .card {
	padding: 35px;
	border-color: transparent;
	border-radius: 20px;
	height: 400px;
}

.video-section .card h2 {
	font-weight: bold;
	font-size: 45px;
	color: var(--button);
}

.video-section .card hr {
	border-top: 2px solid;
	opacity: 1;
	margin: 25px 0;
}

.video-section .card p {
	text-align: justify;
	margin-bottom: 20px;
}

.video-section .card a {
	margin-top: 10px;
	text-align: inherit;
	background-color: var(--button);
	color: white;
	font-weight: bold;
	width: fit-content;
	padding: 5px 41px;
	border-radius: 25px;
	transition: all .5s;
	border: 2px solid transparent;
}
.video-section .card a:hover {
    border: 2px solid var(--button);
    color: var(--button);
    background-color: transparent;
}

.video-section .row:nth-child(3) {
	color: white;
	margin-top: 80px;
}

.video-section .row:nth-child(3) h3 {
	/*font-weight: bold;*/
	font-size: 20px;

}

.video-section .row:nth-child(3) .col-lg-2 {
    position: relative;
	text-align: center;
	z-index: 0;

}
.video-section .row:nth-child(3) .col-lg-2::after {
    position: absolute;
    content: '';
    height: 80px;
    width: 1px;
    background-color: white;
    right: 0;
    right: 0;
    top: 23px;
}
.video-section .row:nth-child(3) .col-lg-2:last-child::after {
    display: none;
}

/*.video-section .row:nth-child(3) .col-lg-2 .number-count h2 {*/
/*	position: relative;*/
/*}*/

.video-section .row:nth-child(3) .col-lg-2:last-child {
	border-right: none;
}

.video-section .row:nth-child(3) h2 {
	width: fit-content;
	margin-bottom: 20px;
	font-size: 46px;
	font-weight: bold;
	margin: auto;
	color: white;
}

.video-section .row:nth-child(3) .col-lg-2 .number-count h4 span{
   	position: relative; 
   	line-height: 80px;
}
.video-section .row:nth-child(3) .col-lg-2 .number-count h4 span::before {
	content: '';
	position: absolute;
	height: 30px;
	width: 30px;
	background-color: #ffd800e3;
	right: unset;
	left: -5px;
	top: 8px;
	z-index: -1;
	 border-radius: 50%; 
}

.video-section .title h2 {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 30px;
	border-bottom: 1px solid black;
	width: fit-content;
	padding-bottom: 15px;
}
/*.video-section .row:nth-child(3) .col-lg-2 .number-count{*/
/*    margin-bottom: 20px;*/
/*}*/

.maps-group{
	
}

svg:hover path {
    fill: #ffd800;
}


.footer-sec .row .col-lg-3.col-md-2 {
     position: relative;
}
.footer-sec .row .col-lg-3.col-md-2 img {
    width: 120px;
    position: absolute;
    top: -90px;
    left: 9px;
}
.footer-sec .col-lg-5 .address {

    margin-bottom: 0;
}


.non-logo{
    display: none;
}

.logo-line{
    position: absolute;
    height: 1px;
    width: 68%;
    background-color: white;
    top: 70px;
}







/*#shiva {*/
/*  width: 100px;*/
/*  height: 100px;*/
/*  background: red;*/
/*  -moz-border-radius: 50px;*/
/*  -webkit-border-radius: 50px;*/
/*  border-radius: 50px;*/
/*  float: left;*/
/*  margin: 5px;*/
/*}*/
.count {
    font-weight: bold;
    line-height: 100px;
    color: white;
    /*margin-left: 30px;*/
    font-size: 45px;
}
#talkbubble {
  width: 120px;
  height: 80px;
  background: red;
  position: relative;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  float: left;
  margin: 20px;
}
#talkbubble:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 26px;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-right: 26px solid red;
  border-bottom: 13px solid transparent;
}

.linker {
  font-size: 20px;
  font-color: black;
}
#shiva h4{
    display: flex;
    align-items: center;
    justify-content: center;
}
#shiva h4{
    font-size: 45px;
    font-weight: bold;
}

.video-section .container.row:nth-child(2){
  margin-bottom: 50px;
}
.header-breadcrumb .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* .header-breadcrumb .container nav ol{

	margin: 0;
}
.header-breadcrumb{
padding: 5px 0;
background-color: #4c4c4ca6;
}
.header-breadcrumb .container nav ol li{
	color: var(--white);
}
.header-breadcrumb .container nav ol li a{
	color: var(--white);
}
.breadcrumb-item+.breadcrumb-item::before {
    color: var(--white);
} */
/*.aboutus-section{
	padding: 50px 0;
	background-color: var(--header-color);
	color: var(--white);
}*/
.aboutus-section h5{
	position: relative;
    font-size: 19px;
	margin-bottom: 20px;
	color: var(--white);
}
.aboutus-section h5::after {
    position: absolute;
    content: '';
    height: 1px;
    width: 500px;
    right: 0;
    background-color: var(--white);
    border: -7px;
    bottom: 6px;
    left: 100px;
}
.aboutus-section h2{
font-weight: bold;
font-size: 37px;
text-transform: uppercase;
color: var(--circle-color);
margin-bottom: 20px;
}

.aboutus-section p {
    text-align: justify;
    margin-bottom: 20px;
    font-size: 15px;
	    color: var(--white);
}

.aboutus-section .breadcrumb a{
color: var(--white);
align-items: center;
display: flex;
gap: 10px;
}

.aboutus-section  .about-img{
	position: relative;
}
.aboutus-section .about-img img {
    position: absolute;
    top: 0px;
    left: 12px;
	width: 90%;
	/*border-radius: 20px;*/
}
.about-us {
    /*padding-bottom: 80px;*/
	
    height: calc(100vh - 146px);
    background-image: linear-gradient(to bottom, #1e4585 45%, #ffff 45%);
    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;

}
.aboutus-section{
	
   margin-bottom: 175px;
}
	
.aboutus-section .bottpm-arrow{

	position: relative;
}
.bottpm-arrow i{
	position: absolute;
}
.aboutus-section .row .bottpm-arrow a i{
	color: var(--white);
	height: 41px;
	width: 41px;
	background-color: var(--addmision);
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
    top: 20px;
	}
	.our-history h3{
	font-weight: bold;
    font-size: 28px;
    color: var(--addmision);
    margin-bottom: 20px;
	}
	
	.our-history p{
		margin-bottom: 15px;
		text-align: justify;
		font-size: 15px;
        line-height: 25px;
	}
	#chairmandesk .chairmen-desk-sec{
		background: url(../../img/index/background-img.webp);
		background-repeat: no-repeat;
		background-size: cover;
		display: flex;
		/* align-items: center; */
		justify-content: center;
		color: var(--white);
		/* height: 680px;
		padding-top: 100px; */
		padding-top: 25px;
		height: 560px;

	}
	#chairmandesk h4 {
		font-weight: bold;
		font-size: 30px;
		padding-bottom: 10px;
		border-bottom: 2px solid var(--white);
		width: fit-content;
		margin-bottom: 30px;
		margin-top: 40px;
	}
	.founder-awards{
		margin-top: 30px;
		}
	.founder-awards li{
    margin-bottom: 15px;
	}
	#chairmandesk p {
	margin-bottom: 15px;
    line-height: 25px;
    text-align: justify;
	font-size: 15px;
	}

	#chairmandesk h6{
		margin-bottom: 20px;
		font-size: 17px;
	}
	

	#chairmandesk h6 b{
		margin-bottom: 20px;
		font-size: 17px;
		color: var(--circle-color);
		font-style: italic;
	}
	
	#chairmandesk .col-lg-5 img{
	width: 420px;
	}



	#chairmandesk{
		height: calc(100vh - 101px);
	}

	#chairmandesk .arrow-cript {
		background-color: var(--button);
		padding: 2px;
		
	}
	#chairmandesk .row .col-lg-8 #carouselExampleCaptions2 img{
		width: 100%;
		border-radius: 20px;
	}


	#mailstones{
		padding-top: 10px;
		background-image: linear-gradient(to bottom, #1e4585 58%, #ffff 58%);
	}
	#mailstones h3{
	text-transform: uppercase;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    margin-top: 50px;
    color: var(--white);
	margin-left: 70px;
    border-bottom: 1px solid white;
    width: fit-content;
    padding-bottom: 10px;
	}
	.MS-right i,
	.MS-left i{
    color: #ffffffc9;
    font-size: 44px;
	}
	
	.chairmen-desk-sec .col-lg-8 h3{
	font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
    color: var(--circle-color);
	}
		
	
	
	#chairmandesk .row .col-lg-4 img{
	  width: 320px;
	}
	
	#chairmandesk  .arrow-cript::after {
		display: none;
	}


#chairmandesk #carouselExampleCaptions2{
	    margin-top: 30px;
}
	#chairmandesk .charman-details p{
		font-size: 18px;
	}
	
#mailstones h2 { margin:30px auto;}
/* #mailstones .container { margin:150px auto;} */
#mixedSlider {
  position: relative;
}
#mixedSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 5%;
  padding: 50px 0px;
}
#mixedSlider .MS-content .item {
  display: inline-block;
  width: 25%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  padding: 0 10px;
  background-color: var(--white);
  transition: all .5s;
  padding-bottom: 10px;
}
#mixedSlider  .item:hover {
    transform: scale(1.1);
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 2px 20px rgba(34, 30, 31, 0.4);
	z-index: 1;
}
#mixedSlider .MS-content .item .card-body{
padding: 20px 0;
}
@media (max-width: 991px) {
  #mixedSlider .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-content .item {
    width: 100%;
  }
}
#mixedSlider .MS-content .item .imgTitle {
  position: relative;
}
/* #mixedSlider .MS-content .item .imgTitle .blogTitle {
  margin: 0;
  text-align: left;
  letter-spacing: 2px;
  color: #252525;
  font-style: italic;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  bottom: 0;
  font-weight: bold;
  padding: 0 0 2px 10px;
} */
#mixedSlider .MS-content .item .imgTitle img {
  height: auto;
  width: 100%;
}
#mixedSlider .MS-content .item p {
  font-size: 14px;
  margin: 2px 10px 0 5px;
}
#mixedSlider .MS-content .item a {
  float: right;
  margin: 0 20px 0 0;
  font-size: 16px;
  font-style: italic;
  color: rgba(173, 0, 0, 0.82);
  font-weight: bold;
  letter-spacing: 1px;
  transition: linear 0.1s;
}
#mixedSlider .MS-content .item a:hover {
  text-shadow: 0 0 1px grey;
}
#mixedSlider .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 50px;
  top: 150px;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.15s linear;
}
#mixedSlider .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  #mixedSlider .MS-controls button {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls button {
    font-size: 20px;
  }
}
#mixedSlider .MS-controls .MS-left {
  left: 0px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-left {
    left: -10px;
  }
}
#mixedSlider .MS-controls .MS-right {
  right: 0px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-right {
    right: -10px;
  }
}
#basicSlider { position: relative; }

#basicSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 2%;
  height: 50px;
}

#basicSlider .MS-content .item {
  display: inline-block;
  width: 20%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  line-height: 50px;
  vertical-align: middle;
}
@media (max-width: 991px) {

#basicSlider .MS-content .item { width: 25%; }
}
@media (max-width: 767px) {

#basicSlider .MS-content .item { width: 35%; }
}
@media (max-width: 500px) {

#basicSlider .MS-content .item { width: 50%; }
}

#basicSlider .MS-content .item a {
  line-height: 50px;
  vertical-align: middle;
}

#basicSlider .MS-controls button { position: absolute; }

#basicSlider .MS-controls .MS-left {
  top: 35px;
  left: 10px;
}

#basicSlider .MS-controls .MS-right {
  top: 35px;
  right: 10px;
}


#mixedSlider .MS-content .item h4{
	font-weight: bold;
    color: var(--addmision);
    font-size: 18px;

}

 .aboutus-section .about-img img{
border-radius:0
}
#chairmandesk .chairman h4{
display:none;
}
.admission .nav-link::before {
    display:none;
}
.award-part-2 {
    display: none;
}

.nalgonda-branch{
	padding-top: 40px;
    padding-bottom: 50px;
}
.nalgonda-branch .row .col-lg-4 .branch-logo img {
    width: 80px;
    position: absolute;
    top: -45px;
    right: 30px;
    z-index: 1;
    border: 3px solid var(--white);
    border-radius: 50%;
    background-color: var(--white);
}
.nalgonda-branch .row .col-lg-4 .card-title {
    display: flex;
    align-items: baseline;
    gap: 115px;
}
.nalgonda-branch .row .col-lg-4 .card-title h3{
	font-weight: bold;
     font-size: 14px;
    text-transform: uppercase;
	margin-top: 10px;
	margin-left: 2px;
}
.nalgonda-branch .row .col-lg-4 .card{
   border-color: transparent;

}
.nalgonda-branch .row .col-lg-4 .card .school-img{
	position: relative;
}
.nalgonda-branch .row .col-lg-4 .card .school-img::before {
    position: absolute;
    content: '';
    top: 41px;
    left: -12px;
    right: 0;
    bottom: 0;
    background-color: var(--circle-color);
    z-index: -1;
    height: 240px;
    width: 60%;
}
.nalgonda-branch .row .col-lg-4 a{
	color: var(--black);
	font-weight: bold;
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--addmision);
}
.nalgonda-branch .row{ 
row-gap: 70px;
}
.nalgonda-branch .title h4{
    font-weight: bold;
    color: var(--addmision);
    padding-bottom: 10px;
	margin-bottom: 70px;
	border-bottom: 1px solid var(--black);
    text-transform: uppercase;
}
.submit_button{
margin-top: 20px;
}











    