
/*explore page heading*/

#careers h2::after {
		bottom: 290px !important;
	}

.main_heading{
    margin-top: 50px;
}
 .section-title-center{
            font-size:clamp(20px,4vw,40px);
            font-weight:700;
            margin:0 auto;
            border-bottom:3px solid #2c3e50;
            padding-bottom:8px;
            width:fit-content;
        }

@font-face {
	font-family: droid-serif-bold;
	src: url('../fonts/DroidSerif-Bold.ttf');
}

@font-face {
	font-family: lucida;
	src: url('../fonts/lucida-handwriting/LucidaHandwritingStdRg.TTF');
}

/* @font-face { 
    font-family: sign; 
    src: url('../fonts/Sacramento-Regular.ttf'); 
}  */
@font-face {
	font-family: sign;
	src: url('../fonts/Broetown\ Signature.ttf');
}

html,
body {
	overflow-x: hidden;
	/* Prevent scroll on narrow devices */
	font-family: 'Inter', sans-serif;
}

/* body {
  padding-top: 76px;
} */


:root {
	--copyright-bg: #2e3192;
	--footer-bg: #f0f0f0;
	--span-bg: #fcefba;
	--footer-icons: #333333;
	--black: #000000;
	--white: #ffffff;
	--sub-head: #282828;
	--red: #ee1c25;
	--yellow: #f5c408;
	--heading: #373588;
	--line: #848484;
	--btn-gradient: #1d22d3;
	--red-line: #ed101b;
	--text-color:  #6c757d;
}

::-webkit-scrollbar {
	display: none;
}


/* ******* 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 ******* */


.navbar {
	/* padding: 0; */
	z-index: 108;
}

.navbar .container-fluid {
	padding: 0 50px;
}

.navbar-brand img {
	width: 120px;
	position: absolute;
	top: 20px;
}

.navbar .line {
	display: block;
	width: 35px;
	height: 3px;
	background-color: var(--black);
	margin-block: 7px;
	border-radius: 4px;
	transition: transform 0.5s, opacity 0.25s;
	margin-left: auto;
}

.navbar-light .navbar-toggler {
	border: none;
}

.navbar-toggler:focus {
	box-shadow: 0 0 0 0;
}

.line:nth-child(1) {
	width: 25px;
}

.line:nth-child(3) {
	width: 20px;
}

.navbar .navbar-toggler:hover .line:nth-child(1) {
	transform: translateX(-10px);
}

.navbar .navbar-toggler:hover .line:nth-child(3) {
	transform: translateX(-15px);
}

.offcanvas-header {
	justify-content: end;
}

.offcanvas-header .btn-close {
	box-shadow: 0 0 0 0;
}

.header-content {
	display: flex;
	align-items: center;
}

.powered {
	display: flex;
	align-items: center;
	margin-right: 70px;
	position: relative;
}

.powered::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 40px;
	background-color: var(--black);
	right: 100px;
}

.cbse {
	display: flex;
	align-items: center;
	margin-right: 30px;
}

.cbse-info {
	margin-left: 10px;
}

.cbse-info p {
	margin-bottom: 0;
	font-weight: 400;
}

.cbse-info h5 {
	margin-bottom: 0;
	font-weight: bold;
}

.lead p {
	margin-bottom: 0;
	font-size: 10px;
}

.admissions {
	margin-right: 25px;
	text-align: center;
}

.admissions h4 {
	margin-bottom: 0;
	font-weight: bold;
	color: var(--red);
	font-size: 20px;
}

.admissions a {
	text-decoration: none;
	color: var(--sub-head);
	font-weight: 500;
}

#banner .carousel-caption {
	bottom: 40%;
	right: 66.5%;
}

#banner {
	position: relative;
}

#banner .carousel-caption p:nth-child(1) {
	color: var(--black);
	font-size: 19px;
	margin-bottom: 0;
	font-weight: 400;
}

#banner .carousel-caption h2 {
	color: var(--black);
	font-size: 30px;
	margin-bottom: 10px;
	font-weight: 900;
}

#banner .carousel-caption h4 {
	color: var(--white);
	font-weight: bold;
	background: linear-gradient(to bottom, var(--btn-gradient), var(--copyright-bg));
	padding: 4px;
	margin-bottom: 0;
	font-size: 16px;
}

#banner .carousel-caption p:last-child {
	color: var(--black);
	margin-bottom: 0;
	font-weight: 500;
	background-color: var(--white);
}

.latest {
	background-color: var(--yellow);
	display: flex;
	align-items: center;
	border-radius: 50px 0 0 50px;
	padding: 5px 0;
	padding-left: 10px;
	padding-right: 50px;
}

.latest img {
	width: 65px;
}

.latest p {
	margin-bottom: 0;
	font-weight: bold;
}

.announcement {
	display: flex;
	align-items: center;
	width: 70%;
	position: absolute;
	right: 0;
	bottom: -40px;
}

marquee {
	background-color: var(--copyright-bg);
	padding: 30.5px 0;
	padding-left: 30px;
	height: 85px;
}

marquee ul {
	list-style: none;
	padding: 0;
	margin: 0;
	color: var(--white);
	font-weight: 400;
    display: flex;
}

marquee ul li {
    margin-right: 30px;
}


#welcome {
	padding-top: 120px;
	padding-bottom: 50px;
}

#welcome .first-sec h1 {
	font-family: droid-serif-bold;
	color: var(--heading);
	font-weight: bold;
	margin-bottom: 0;
	font-size: 58px;
	text-align: center;
}

#welcome .first-sec h4 {
	color: var(--sub-head);
	font-weight: 500;
	text-align: center;
	font-size: 26px;
}

#welcome .first-sec span {
	background-color: var(--span-bg);
	width: 100%;
	text-align: center;
	display: block;
	border-radius: 50px;
	padding: 5px 0;
	font-family: lucida;
	font-size: 14px;
	margin: 20px 0;
}

#welcome .first-sec p {
	text-align: justify;
	color: var(--sub-head);
}

#welcome .first-sec a {
	text-decoration: none;
	color: var(--white);
	background-color: var(--heading);
	padding: 10px 20px;
	border-radius: 50px;
	transition: all 0.5s ease;
	border: 2px solid var(--heading);
	font-weight: 500;
}

#welcome .first-sec a:hover {
	color: var(--heading);
	background-color: var(--white);
}

#welcome .first-sec .button {
	margin-top: 40px;
}

#welcome .second-sec .chairmen-message {
	display: flex;
	padding-left: 70px;
}

#welcome .second-sec {
	position: relative;
}

#welcome .second-sec::before {
	content: '';
	position: absolute;
	width: 1px;
	height: 420px;
	background-color: var(--line);
	top: 20px;
	left: 40px;
}

#welcome .second-sec .chairmen-message .cm {
	width: 310px;
}

#welcome .second-sec .chairmen-message .message {
	padding-left: 50px;
	position: relative;
}

#welcome .second-sec .chairmen-message .quote {
	margin-bottom: 20px;
}

#welcome .second-sec .chairmen-message h2 {
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 20px;
}

#welcome .second-sec .chairmen-message .message p:nth-child(3) {
	text-align: justify;
	color: var(--sub-head);
}


#welcome .second-sec .chairmen-message .message p:nth-child(4) {
	margin-bottom: 0;
	background-color: var(--heading);
	position: absolute;
	left: -24px;
	padding: 10px 0px;
	width: 105%;
	padding-left: 70px;
	font-size: 18px;
	font-family: sign;
}

#welcome .second-sec .chairmen-message .message p:nth-child(4) span.typed-text {
	color: var(--white);
	font-size: 28px;

}

/* #welcome .second-sec .chairmen-message .message p:nth-child(4) span.cursor {  
    display: inline-block;  
    background-color: #ccc;  
    margin-left: 0.1rem;  
    width: 3px;  
    animation: blink 1s infinite;  
}  
#welcome .second-sec .chairmen-message .message p:nth-child(4) span.cursor.typing {  
    animation: none;  
}

@keyframes blink {  
    0% { 
        background-color: #ccc; 
    }  
    49% { 
        background-color: #ccc; 
    }  
    50% { 
        background-color: transparent; 
    }  
    99% { 
        background-color: transparent; 
    }  
    100% { 
        background-color: #ccc; 
    }  
} */


#academics {
	position: relative;
}

#academics h2 {
	font-family: droid-serif-bold;
	font-weight: bold;
	color: var(--black);
	text-align: center;
	position: relative;
}

#academics h2::after {
	content: '';
	position: absolute;
	height: 2px;
	width: 70px;
	background-color: var(--red-line);
	left: 50%;
	transform: translateX(-50%);
	bottom: -10px;
}

#academics .row {
	margin-top: 40px;
}

#academics .card {
	border: none;
	box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

#academics .btn {
	color: var(--red-line);
	border: 1px solid var(--red-line);
	border-radius: 10px;
	float: right;
}

#academics .acad-img {
	position: absolute;
	top: 61%;
	z-index: -1;
}


#facilities {
	padding: 50px 0;
	margin-top: 400px;
}

#facilities h2 {
	font-family: droid-serif-bold;
	color: var(--copyright-bg);
	text-align: center;
}

#facilities .sub-head {
	color: var(--sub-head);
	text-align: center;
}

#parents .row {
	padding-top: 60px;
	padding-bottom: 50px;
}

#parents .card {
	width: 500px;
	height: 300px;
	/* padding: 70px 25px; */
	position: relative;

	border-radius: 35px;
	/* z-index: auto; */
	text-align: center;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	padding: 0 41px;
	border: 5px solid #f5c408;
	z-index: 1;
}

#parents .row .card:after {
	content: "";
	border: 3px dashed #2e3192;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transform: rotate(-5deg);
	border-radius: 25px;
	z-index: -1;
}

#parents .row .testi {
	position: relative;
}

#parents .row .card .img-b {
	position: absolute;
	bottom: -30px;
	width: 60px;
}

#parents .row .card .img-a {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
	width: 60px;

}

#parents .row .carousel-indicators {
	margin-bottom: -4rem;
}

#parents .row .carousel-indicators [data-bs-target] {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #3a5796;
}

#parents .carousel-inner {
	overflow: unset;
	overflow-x: hidden;
	padding: 30px 20px;
}

#parents .row .card .img-c {
	position: absolute;
	top: -30px;
	width: 60px;
}

#parents .row .card .img-d {
	bottom: -30px;
	position: absolute;
	left: 44%;
	width: 60px;
}

#facilities .card-group .card .row {
	justify-content: center;
	align-items: center;
}

#facilities .card-group h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}

#facilities .card {

	flex: 1 0 23%;

	padding: 10px 0;
	border: 1px solid white;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


#facilities .card .row .col-lg-8 {
	border-left: 1px solid black;
}

#parents iframe {
	z-index: -60;
	height: 298px;
	width: 490px;
	border-radius: 30px;
}

#facilities .card-group {
	display: flex;
	flex-flow: row wrap;
	flex-wrap: wrap;
	margin-top: 70px;
	gap: 20px;
}


#parents {
	padding: 50px 0;
}

#parents h2 {
	font-family: droid-serif-bold;
	color: var(--copyright-bg);
	text-align: center;
}

#parents .sub-head {
	color: var(--sub-head);
	text-align: center;
}

.offcanvas-header .add ul a {
	color: white;
	text-decoration: none;
}

footer {
	background-color: var(--footer-bg);
	padding: 30px 0;
}

/* footer .row {
    align-items: end;
} */
footer iframe {
	border-radius: 30px;
	border: 2px dashed var(--copyright-bg);
	padding: 5px;
	height: 190px;
}

footer .logo {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: var(--black);
}

footer .logo img {
	width: 100px;
}

footer .logo h4 {
	font-weight: bold;
	font-size: 22px;
	margin-left: 10px;
}

footer .address {
	margin-left: 20px;
}

footer .address p {
	margin-bottom: 0;
	font-weight: 500;
}

footer .address-info {
	display: flex;
	align-items: flex-start;
	margin-top: 30px;
	margin-left: 20px;
}

footer .connects h5 {
	font-size: 18px;
	color: var(--copyright-bg);
	position: relative;
}

footer .connects h5::after {
	content: '';
	height: 1px;
	width: 50px;
	background-color: var(--copyright-bg);
	position: absolute;
	left: 0;
	bottom: -5px;
}

footer .phone-mail {
	margin: 20px 0;
}

footer .phone img,
footer .mail img {
	width: 25px;
}

footer .phone a,
footer .mail a {
	text-decoration: none;
	color: var(--black);
	font-weight: 500;
}

footer .connects ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	margin-top: 15px;
}

footer .connects ul li:not(:last-child) {
	margin-right: 5px;
}

footer .connects ul li a {
	text-decoration: none;
}

footer .connects ul li i {
	font-size: 31px;
	color: var(--footer-icons);
	border: 1px solid var(--footer-icons);
	padding: 4px;
	height: 35px;
	width: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
}

/* footer .connects ul li {
    border: 1px solid var(--footer-icons);
} */

#copyright {
	background-color: var(--copyright-bg);
	padding: 8px 0;
}

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

#copyright .container p {
	margin-bottom: 0;
	color: var(--footer-bg);
}

#copyright .container a {
	text-decoration: none;
	color: var(--footer-bg);
}

#about {
	padding: 100px 0;
	background-image: url(../../img/gallery/about-student.webp);
	background-repeat: no-repeat;
	background-position: right 190px;
	background-size: 200px;
}

#about .row .col-lg-6 {
	position: relative;
}

#about .row .col-lg-6 .img4 {
	position: absolute;
	top: -171px;
	right: -110px;
	z-index: -1;
}

#about .row .col-lg-6 p {
	text-align: justify;
}

#about .row .col-lg-6 h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
}

#about .row .col-lg-6 .button-gp {
	display: flex;
	margin-top: 40px;
}

#about .row .col-lg-6 .button-gp .button:nth-child(2) a:hover,
#about .row .col-lg-6 .button-gp .button a {
	text-decoration: none;
	color: var(--white);
	background-color: var(--heading);
	padding: 10px 20px;
	border-radius: 50px;
	transition: all 0.5s ease;
	border: 2px solid var(--heading);
	font-weight: 500;
}

#about .row .col-lg-6 .button-gp .button:nth-child(1) a {
	margin-right: 20px;
}

#about .row .col-lg-6 .button-gp .button:nth-child(1) a:hover,
#about .row .col-lg-6 .button-gp .button:nth-child(2) a {
	color: var(--heading);
	background-color: var(--white);

}

.img1 {
	text-align: right;
}

.img1 img {
	width: 221px;
}

.img3 {
	position: absolute;
	right: -10px;
	top: -35px;
}

#about .row .col-lg-5 .card {
	width: 200px;
	color: #212529;
	background-color: #f5c408;
}

#about .row .col-lg-5 .card hr {
	width: 40px;
	opacity: 1;
}


#about .row .col-lg-5 .card p {
	font-weight: bold;
	font-size: 18px;
	white-space: nowrap;
}

#about .row .col-lg-5 {
	position: relative;
}

#about .row .col-lg-5 .card {
	position: absolute;
}

#about .row .col-lg-5 .card p:nth-child(1),
#about .row .col-lg-5 .card p:nth-child(2) {
	margin: 0;

}

#about .row .col-lg-5 .card p:nth-child(1) {
	font-weight: 400;
}

#about .row .col-lg-5 .img2 {
	text-align: right;
}

#about .row .col-lg-5 .img2 img {
	width: 420px;
}

#about .row .col-lg-5 .card {
	position: absolute;
	padding: 20px;
	font-size: 21px;
	white-space: nowrap;
	bottom: 170px;
	height: 230px;
	width: 230px;

}

#about .row .col-lg-5 .card p:nth-child(2) {
	font-size: 24px;
}

#about .row .col-lg-6 {
	padding-top: 70px;
}

#about .row .col-lg-5 .card {
	left: 11px;
}

#about .row .col-lg-5 .card .line {
	width: 35px;
	height: 1px;
	color: black;
	/* border: 1px solid black; */
	border-bottom: 2px solid black;
	margin: 8px 0;
}


.offcanvas-end {
	width: 100%;
	background: var(--copyright-bg);
}

/* .navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:hover {

	padding-left: 120px;
	color: #A299ED;
	border-bottom: 2px solid #A299ED;
	margin-top: 41px;
} */

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:hover {
	color: #eee;
	padding-left: 120px;
}




.navbar-light .navbar-nav .nav-link i,
.navbar-light .navbar-nav .nav-link:hover i {
	border: 1px solid white;
	border-radius: 50%;
	padding: 3px;
	margin-left: 5px;
	background-color: white;
	color: #22226e;

}


.navbar-light .navbar-nav .nav-link:focus {
	color: white;
}

.justify-content-end {
	align-items: end;
	width: fit-content;
	margin-top: 50px;
}

/*.navbar-light .navbar-nav .nav-link.active{*/
/*	color: #A299ED;*/
/*}*/
.navbar-light .navbar-nav .nav-link:hover {
	color: #A299ED;

}

/* .navbar-light .navbar-nav .nav-link.active i,
.navbar-light .navbar-nav .nav-link.active i:hover {
	background-color: #A299ED;
	border-color: #A299ED;


} */

.navbar-light .navbar-nav .nav-link:hover i {
	background-color: #A299ED;
	border-color: #A299ED;
}

.navbar-light .navbar-nav .nav-link {
	border-bottom: 2px solid transparent;
}

.navbar-light .navbar-nav .nav-link:hover {
	border-bottom: 2px solid #A299ED;
}

.offcanvas-body .img {
	background-color: white;
	text-align: right;
	padding: 10px 10px;
	border-radius: 0 80px 80px 0;
}


.offcanvas-body .img img {
	width: 250px;
}

.offcanvas-end .row .col-lg-8 {
	padding: 0;
}

.offcanvas-body {
	padding-left: 0;
	padding-top: 35px;
}

.offcanvas-header {
	display: inline-block;
}

.offcanvas-header h3 {
	color: white;
	font-size: 24px;
	margin-bottom: 20px;
}

.offcanvas-header .buttons .button a {
	color: white;
	text-decoration: none;
	color: var(--white);
	background-color: var(--heading);
	padding: 10px 20px;
	border-radius: 50px;
	transition: all 0.5s ease;
	/*border: 2px solid var(--heading);*/
	font-weight: 500;
	background-image: linear-gradient(90deg, #363587 0%, #1195DA 100%);
	background-color: transparent;

}

.offcanvas-header .buttons .button:nth-child(1) {
	margin-bottom: 40px;
}

.offcanvas-header .buttons .button:hover a {
	background-color: transparent;
	background-image: linear-gradient(180deg, #1195DA 0%, #363587 100%);
}

.offcanvas-header .add ul {
	color: white;
	list-style: none;
	padding: 0;
}

.offcanvas-header .add {
	margin-top: 50px;
}

.offcanvas-header .add ul li {
	margin-bottom: 10px;
	/* font-weight: bold; */
}

.offcanvas-header .add ul li .fa-phone,
.offcanvas-header .add ul li .fa-envelope,
.offcanvas-header .add ul li .fa-location-dot {
	font-size: 24px;
	margin-right: 10px;

}

.offcanvas-header .parent-login {
	margin-top: 50px;
}

.offcanvas-header .add ul li ul {
	display: flex;
	padding: 0;
	margin-top: 20px;
}

.offcanvas-header .add ul li ul li {
	margin-right: 15px;
}

.offcanvas-header .add ul li ul li i {
	height: 30px;
	width: 30px;

	border: 1px solid white;
	background-color: white;
	color: #22226e;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 21px;
}

.offcanvas-header .add ul li ul li i:hover {
	border-radius: 50%;
	transition: all 0.5s ease;
	;
}

#banner .carousel-caption {
	bottom: 40%;
	right: 64.5%;
}

.fa-lock {
	margin-right: 10px;
}

.parent-login h3 a {
	color: white;
	text-decoration-line: none;
	font-size: 22px;

}

.parent-login .line-a {
	border-bottom: 1px solid white;
	margin-bottom: 40px;
	opacity: 0.3;

}

.offcanvas-end {
	overflow: scroll;
	/* position: relative; */
}

.offcanvas-end .btn-close {
	background: url(../../img/icons/menu.svg);
	position: absolute;
	right: 50px;
	top: 30px;
	background-size: 18px;
	background-repeat: no-repeat;
	opacity: 1;
}

.navbar-nav li a.active {
    border-bottom: 2px solid #A299ED !important;
    color: #A299ED !important;
}
.navbar-nav li a.active i {
        background-color: #A299ED !important;
    border-color: #A299ED !important;
}

.img-thumbnail {
	border-color: transparent;
}

#academics .card:hover .img-thumbnail {
	background-color: #f5c408;
	border: 1px solid #f5c408;
}

#academics .card:hover {
	background-color: #f5c408;
}

#academics .card h5 {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
}

#academics .card span {
	font-weight: bold;

}


#facilities .card:hover {
	background-color: var(--copyright-bg);
	border: 1px solid var(--copyright-bg);
}

#facilities .card:hover img {
	display: none;
}

/* #facilities .card .bg-img {
    background-image: url('../../img/icons/mind-blue.png');
    height: 100px;
} */
#facilities .card:nth-child(1):hover .bg-img {
	background-image: url('../../img/icons/mind-white.png');
	height: 70px;
	background-size: 70px;
	background-repeat: no-repeat;
}

#facilities .card:nth-child(2):hover .bg-img {
	background-image: url('../../img/icons/classroom-white.png');
	height: 70px;
	background-size: 70px;
	background-repeat: no-repeat;
}

#facilities .card:nth-child(3):hover .bg-img {
	background-image: url('../../img/icons/teacher-white.png');
	height: 70px;
	background-size: 70px;
	background-repeat: no-repeat;
}

#facilities .card:nth-child(4):hover .bg-img {
	background-image: url('../../img/icons/campus-white.png');
	height: 70px;
	background-size: 70px;
	background-repeat: no-repeat;
}

#facilities .card:nth-child(5):hover .bg-img {
	background-image: url('../../img/icons/accr-white.png');
	height: 70px;
	background-size: 70px;
	background-repeat: no-repeat;

}

#facilities .card:nth-child(6):hover .bg-img {
	background-image: url('../../img/icons/accampus-white.png');
	height: 70px;
	background-size: 70px;
	background-repeat: no-repeat;
}

#facilities .card:nth-child(7):hover .bg-img {
	background-image: url('../../img/icons/certificate-white.png');
	height: 70px;
	background-size: 70px;
	background-repeat: no-repeat;
}

#facilities .card:nth-child(8):hover .bg-img {
	background-image: url('../../img/icons/digital-white.png');
	height: 70px;
	background-size: 70px;
	background-repeat: no-repeat;
}

#facilities .card:nth-child(9):hover .bg-img {
	background-image: url('../../img/icons/lab-white.png');
	height: 70px;
	background-size: 70px;
	background-repeat: no-repeat;
}

#facilities .card:nth-child(10):hover .bg-img {
	background-image: url('../../img/icons/library-white.png');
	height: 70px;
	background-size: 70px;
	background-repeat: no-repeat;
}

#facilities .card:nth-child(11):hover .bg-img {
	background-image: url('../../img/icons/events-white.png');
	height: 70px;
	background-size: 70px;
	background-repeat: no-repeat;
}

#facilities .card:nth-child(12):hover .bg-img {
	background-image: url('../../img/icons/bus-white.png');
	height: 70px;
	background-size: 70px;
	background-repeat: no-repeat;
}

#facilities .card:hover h3 {
	color: white;
}

#facilities .card:hover .row .col-lg-8 {
	border-left: 1px solid white;
}

.offcanvas-end .col-md-5 {
	display: flex;
	justify-content: center;
	box-shadow: rgb(11 14 98) 6px 0px 6px 0px inset;
}

#academics .card p {
	display: block;
	display: -webkit-box;
	max-width: 400px;
	height: 72.8px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.4;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 10px;
}

.offcanvas-end .row {
	position: relative;
	height: 100%;
}

footer .connects ul li .fa-facebook-square {
	color: #4267B2;
	border: 1px solid #4267B2;
}

footer .connects ul li .fa-twitter-square {
	color: #00acee;
	border: 1px solid #00acee;
}

footer .connects ul li .fa-instagram {
	color: var(--white);
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

footer .connects ul li .fa-linkedin {
	color: #0e76a8;
	border: 1px solid #0e76a8;
}

footer .connects ul li .fa-youtube-square {
	color: #c4302b;
	border: 1px solid #c4302b;
}

/* #about-banner{
    background-image: url('../../img/banners/about-us-page-banner.jpg');
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-position: center center;
    height: 250px;
} */
#contact h3 {
	text-transform: capitalize;
	color: #274b7e;
	font-size: 34px;
	margin-top: 40px;
	font-weight: bold;
}

#contact .con h3 {
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #274b7e;
	text-align: center;
	margin-top: 0;
}

#contact .con {
	border: 3px dashed #de0124;
	padding: 20px 20px 40px 20px;
	border-radius: 5px;
	margin: 20px 0;
	box-shadow: 5px 4px 15px #36363650;
}

#contact .con .btn {
	background-color: #00a650;
	width: 100%;
	color: white;
}

#contact iframe {
	height: 350px;

}

#contact p span {
	font-weight: bold;
}

#contact .cont-m {
	margin: 50px 0;
}

#contact .cont-a h3 {
	text-align: center;
	color: #de0124;
	font-weight: bold;
	font-size: 34px;
	margin-top: 50px;
}

#contact .cont-a p {
	width: 530px;
	text-align: center;
	margin: auto;
	font-weight: bold;
	color: #5b5b5bbd;
}

#contact .cont-a {
	margin-bottom: 50px;
}

#about-banner .about-a img {
        width: 100vw !important;
	border-bottom-left-radius: 120px;

}
#about-banner .about-a {
    width: 100% !important;
}

#about-cm {

	padding: 50px 0;
	background-color: #f4f6f8;

}

#about-cm .row .col-lg-5 .chairmen-message h2 {
	font-weight: bold;
	font-size: 34px;
	margin-bottom: 20px;
}

#about-cm .row .col-lg-5 .chairmen-message .message p:nth-child(3) {
	text-align: justify;
	color: var(--sub-head);
}

#about-cm .row .col-lg-5 {
	position: relative;
}

#about-cm .row .col-lg-5 .chairmen-message .message p:nth-child(4) {
	margin-bottom: 0;
	background-color: var(--heading);
	position: absolute;
	left: -20px;
	padding: 10px 0px;
	width: 105%;
	padding-left: 70px;
	font-size: 18px;
	font-family: sign;
}
#about-cm .row .col-lg-5 .chairmen-message .message p:nth-child(4) {
		padding-left: 50px;
	}
	#about-cm .row .col-lg-5 .chairmen-message h2 {
			font-size: 36px;
			}

#about-cm .row .col-lg-5 .chairmen-message .quote {
	margin-bottom: 20px;
}

#about-cm .row .col-lg-5 .chairmen-message .message p:nth-child(4) span.typed-text {
	color: var(--white);
	font-size: 28px;
}

#about-banner .about-a .redire {
	position: absolute;
	bottom: -18px;
	left: 160px;
	color: #212529;
	margin-bottom: 0;
	border: 1px solid #6867EF;
	padding: 5px 20px;
	border-radius: 3px;
	background: linear-gradient(90deg, #6867EF 0%, #2F9BFE 100%);
	margin: 10px 0px 0px 0px;
	background-color: transparent;
	background-image: linear-gradient(90deg, #6867EF 0%, #2F9BFE 100%);
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
	border-radius: 30px 30px 30px 30px;

}

#about-banner .about-a .redire p {
	margin: 0;
	color: white;
	/* font-weight: bold; */
}

#about-banner .about-a .redire p a {
	margin: 0;
	color: white;
	/* font-weight: bold; */
	text-decoration-line: none;
}

#about-banner .about-a {
	position: relative;
	/* background: #f4f6f8; */

}

#about-us {
	padding: 80px 0;
	/* background: #ebeff38f; */
}

#about-us .row .col-lg-6 h2 {

	font-weight: bold;
	font-size: 24px;
	margin-bottom: 20px;
	color: #f00;


}

#about-us .row .col-lg-6 p {
	text-align: justify;
}

#about-us .about-t h2 {
	color: #373588;
	font-weight: bold;
	font-family: droid-serif-bold;
	margin: 0;
}

#about-us .about-t .line {
	height: 2px;
	width: 100px;
	border-bottom: 2px solid #dc3545;
	margin-bottom: 15px;

}

#co-corculer .about-t .line {
	height: 2px;
	width: 100px;
	border-bottom: 2px solid #dc3545;
	margin-bottom: 35px;

}

#about-us .row .col-lg-6 {
	position: relative;
}

#about-us .row .col-lg-6 .img-icon img {
	width: 71px;
	position: absolute;
	top: 150px;
	right: 25px;
}

#vision .row .col-lg-4:nth-child(1) .card {
	padding: 20px;
	text-align: justify;
	background-color: #373588;
	color: white;
	height: 370px;
}

#vision .row .col-lg-4:nth-child(2) .card {
	padding: 20px;
	text-align: justify;
	background-color: #b81115;
	color: white;
	height: 370px;
}

#vision .row .col-lg-4:nth-child(3) .card {
	padding: 20px;
	text-align: justify;
	background-color: #005729;
	color: white;
	height: 370px;
}

#vision .row .col-lg-4 .card h3 {
	font-family: droid-serif-bold;
	font-size: 24px;
}


#vision {
	padding: 50px 0;
}

#about-cm .row {
	justify-content: center;
}

footer .row .col-lg-4:nth-child(2) {
	padding-top: 30px;


}

footer .row .col-lg-4:nth-child(1) {
	padding-top: 30px;


}

footer .row .col-lg-4:nth-child(3) .map iframe {
	margin-top: 25px;
}

footer .row .col-lg-4:nth-child(3) {
	margin-top: 25px;
}

#welcome .second-sec .chairmen-message {

	padding-left: 40px;
}

#welcome .second-sec::before {
	left: 20px;
}

#border-directors .row {
	text-align: center;
	justify-content: center;
	padding: 50px 0;
}

#border-directors .row .img-thumbnail {
	padding: 0.25rem;
	background-color: #fff;
	border: 1px solid #198754;
	border-radius: 0;
	cursor: pointer;
	max-width: 100%;
	height: auto;
	box-shadow: 8px 8px 0px 0px #198754;
	transition: all 0.5s;
	margin: 0 10px;
	width: 90%;
}

#border-directors .row .img-thumbnail:hover {
	transition: all 0.5s;
	box-shadow: 0px 0px 0px 0px #ccc;
}

#border-directors .row .col-lg-3 h3 {
	font-size: 18px;
	margin-top: 30px;
	color: #b81115;
	font-weight: bold;
	margin-bottom: 0;

}

#border-directors .row .col-lg-3 h5 {
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;

	margin-bottom: 0;
}

#about-us iframe {
	height: 280px;
	border-radius: 0px 20px 20px 20px;
	width: 500px;
}

/* #about-us .row {
	align-items: center;
} */

#border-directors h2 {
	font-family: droid-serif-bold;
	color: var(--copyright-bg);
	text-align: center;
	position: relative;

	font-size: 30px;
	padding-top: 20px;
}

#border-directors h2::after {
	content: '';
	position: absolute;
	height: 2px;
	width: 70px;
	background-color: var(--red-line);
	left: 50%;
	transform: translateX(-50%);
	bottom: -10px;
}

#border-directors {
	background-color: #f4f6f8;
}

#m-dis {

	padding: 60px 0;
}

#m-dis .container {
	display: flex;
	justify-content: space-around;
}

#m-dis ul li {
	list-style: none;
	margin-bottom: 15px;
}

#m-dis ul li img {
	margin-right: 15px;
	border-radius: 0px 5px 0px 5px;
	width: 25px;
}

#m-dis ul li a {
	color: #0069b5;
	text-decoration: none;
	font-weight: bold;

}

#m-dis h2 {
	font-family: droid-serif-bold;
	color: var(--copyright-bg);
	text-align: center;
	position: relative;
	margin-bottom: 51px;
}

#m-dis h2::after {

	content: '';
	position: absolute;
	height: 2px;
	width: 70px;
	background-color: var(--red-line);
	left: 50%;
	transform: translateX(-50%);
	bottom: -10px;
}

.card-bunch .card {
	text-align: center;
	padding: 20px;
	background-color: #dee2e694;
	border-color: #dee2e694;
	align-items: center;
	width: 380px;
	height: 360px;
	border-radius: 10px;


}

.card-bunch .card p {
	text-align: center;
	font-size: 14px;
}

.card-bunch {
	display: flex;
	/* position: relative; */
}

.card-bunch .card img {
	width: 100px;
}

.card-bunch .card:nth-child(2) {
	background-color: #be1e2d;
	border-color: #be1e2d;
	color: white;
	z-index: 1;
	height: 430px;
	bottom: 45px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}


.card-bunch .card h3 {
	font-weight: bold;
	font-size: 24px;
	margin: 0;
	margin-top: 15px;
	margin-bottom: 10px;

}


#vision h3:nth-child(1) {
	font-size: 21px;
	width: 762px;
	margin: auto;
	margin-bottom: 50px;
	font-weight: bold;
	text-align: center;
}

#facilites-a {
	padding: 50px 0;
}

#facilites-a h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	padding-left: 10px !important;
}

#facilites-a h4 {
	margin-bottom: 20px;
	color: rgba(37, 37, 37, 1);
	font-size: 24px;
	line-height: 32px;
	text-transform: uppercase;
	font-weight: 300;
}

#facilites-a h3::before {
	background: var(--red);
	position: absolute;
	content: "";
	width: 4px;
	height: 18px;
	margin-top: 3px;
	top: -4px;
	left: 0;

}

#co-corculer .card h6 {
	font-size: 16px;
	color: #00ac52;
	font-weight: 400;
}

#facilites-a h2 {
	font-family: droid-serif-bold;
	color: var(--copyright-bg);
	text-align: center;
	position: relative;

	text-transform: capitalize;
}

#facilites-a h2::after {
	content: '';
	position: absolute;
	height: 2px;
	width: 50px;
	background-color: var(--red-line);
	left: 50%;
	transform: translateX(-50%);
	bottom: -10px;
}

#facilites-a h5 {
	margin-bottom: 20px;
	color: rgba(37, 37, 37, 1);
	font-size: 24px;
	line-height: 32px;
	text-transform: uppercase;
	font-weight: 300;
}

#facilites-a p {
	text-align: justify;
}

#co-corculer h2 {
	color: #373588;
	font-weight: bold;
	font-family: droid-serif-bold;

}

#co-corculer .card {
	margin-top: 50px;
	padding: 20px;
	box-shadow: 0px 0px 10px 0px rgb(158 158 158 / 30%);
	border: white;
	position: relative;
}

#co-corculer .card h3 {
	line-height: 30px;
	margin-top: 0;
	color: #3e3c35;
	font-weight: 700;
	font-size: 20px;
	margin-top: 20px;

}

#co-corculer .card a {
	padding: 5px 15px;
	background: #e4701e;
	text-decoration: none;
	color: #fff;
	display: block;
	width: 135px;
	margin-top: 20px;
	text-align: center;
	text-transform: capitalize;
	width: 120px
}

#co-corculer .card p {
	color: #3e3c35;
	font-size: 16px;
	text-align: justify;

}

#co-corculer .card .grad {
	position: absolute;
	right: -5px;
	top: -5px;
	padding: 7px 20px;
	margin: 5px;
	background: #e4701e;
	border-radius: 25px 0 0 25px;
	color: #fff;
	font-weight: #3e3c35;

	box-shadow: 0px 0px 10px 0px rgb(158 158 158 / 30%);

}

#co-corculer .row {
	margin-bottom: 50px;
}

#co-corculer h3 {
	color: #e4701e;
	font-weight: 500;
	font-family: droid-serif-bold;
	font-size: 24px;

}

.faculty {
	margin: 50px 0;
}

.faculty h2 {
	color: #373588;
	font-weight: bold;
	font-family: droid-serif-bold;
	text-align: center;
	margin-bottom: 50px;
	text-transform: capitalize;
}

.faculty h2::after {
	content: '';
	position: absolute;
	height: 2px;
	width: 40px;
	background-color: var(--red-line);
	left: 50%;
	transform: translateX(-50%);
	bottom: 286px;
}

#co-corculer {
	margin-bottom: 50px;
}

/* #co-corculer .card p{
    display: block;
    display: -webkit-box;
    max-width: 400px;
  
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.4;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
} */
#facilites-a .row {
	margin-top: 50px;
}

#gallery .row .col-lg-4 {
	margin-bottom: 20px;
}

#gallery .row {
	margin: 60px 0;
}

#gallery .row .col-lg-4 .gal {
	position: relative;
	overflow: hidden;

}

#gallery .row .col-lg-4 .gal p {
	background: rgba(7, 7, 7, 0.5);
	color: white;
	position: absolute;
	bottom: -16px;
	width: 100%;
	padding: 5px;
	border-radius: 0px 0px 0px 25px;

}

#gallery .row .col-lg-4 .gal:hover p {
	border-radius: 0;
}

#gallery .row .col-lg-4 .gal p i {
	margin-left: 20px;
	margin-right: 10px;
}

#gallery .row .col-lg-4 .gal img:hover p {
	color: white;

}

#gallery .row .col-lg-4 .gal:hover img {

	transform: scale(1.1);


}

#gallery .row .col-lg-4 .gal img {
	transition: all 0.5s ease;
	border-radius: 0px 25px 0px 25px;
	width: 100%;

}


table tr .img-w {
	width: 30%;
}

table tbody tr:nth-child(2) td:nth-child(1) {
	width: 20%;
}

#academic {
	padding: 80px 0;
	background-color: #e9ecef70;
}

/* #academic li svg {
	
	fill: #0ab565;
	top: 0px;
	position: absolute;
	right: -68px;
	height: 66px;
} */

#academic .nav-tabs li {
	position: relative;

}

#academic .nav-tabs.nav-tabs .nav-link.active {
	border: #0ab565;
	background-color: #0ab565;
	border-radius: 0;
	color: var(--white);
	border-top-left-radius: 20px;
	border-top-right-radius: 0;
}

#academic #timetable-tab li svg:nth-child(2) {
	transform: scale3d(-1, 1, 1);
}

#academic #strength table {
	width: 700px;
}

#academic .tab-pane {
	padding: 50px 20px;
	background-color: white;
}

#academic table thead th {
	background-color: #9d070d;
	color: white;
	font-size: 18px;
    padding: 5px 0;

}

#academic #schedule table tbody tr:nth-child(2) td:nth-child(1) {
	width: 30%;
}


/* #academic table{
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
} */
#academic .table>:not(:first-child) {
	border-top: none;

}

/* #academic table  tr td{
white-space: nowrap;
} */
nav .breadcrumb {
	margin: 0;


}

nav .breadcrumb li a {
	color: white;
	text-decoration: none;

}

.breadcrumb-item.active {
	color: white;
}

.breadcrumb-item+.breadcrumb-item::before {
	color: #fbfbfb;
}

table td {
	font-size: 15px;
}

.faculty-ch {
	margin-bottom: 50px;
	display: flex;

	align-items: end;

}

.faculty-ch-info {
	display: block;
	margin-bottom: 20px;
}

.faculty-ch-info p {
	margin-bottom: 0;
	padding-left: 20px;
}

.faculty-ch-info p:first-child {
	background-color: var(--copyright-bg);
	color: var(--white);
	padding: 5px 20px;
	font-weight: bold;
}

/* .faculty-ch-info .img-thumbnail {
    border-color: #e9ecef;
} */


#academic .tab-pane ul li {
	margin-bottom: 10px;
	font-size: 15px;
}

#academic .tab-pane ul {
	margin-top: 20px;
}

#academic .nav-tabs {
	border-bottom: 1px solid #fbfbfb;
}

#academic .nav-tabs .nav-link:hover {
	border-color: var(--white)
}

#academic .nav-tabs .nav-link {
	margin-bottom: -1px;
	background: 0 0;
	border: 1px solid transparent;
	/* border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem; */
	background-color: var(--white);
	margin-right: 10px;
	/* height: 66px; */
}

#academic .nav-tabs .nav-link:hover {
	margin-bottom: -1px;
	background: 0 0;
	border: 1px solid #0ab565;
	/* border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem; */
	background-color: #0ab565;
	margin-right: 10px;
}

#academic .nav-link {
	display: block;
	/* padding: 20px 50px; */
	color: #2c3e50;

}

#calender {
	padding: 50px 0;
}

.fc .fc-button-primary {
	color: #fff;
	color: var(--fc-button-text-color, #fff);

	background-color: #0069b5;

	border-color: #0069b5;
}

.fc .fc-button-primary:hover {
	color: #fff;
	color: var(--fc-button-text-color, #fff);
	background-color: var(--red);
	border-color: var(--red);
}

.fc .fc-button-primary:focus,
.fc .fc-button-primary:not(:disabled).fc-button-active:focus,
.fc .fc-button-primary:not(:disabled):active:focus {
	box-shadow: none
}

.fc-col-header-cell-cushion {
	color: green;
	text-decoration: none;
}

.fc .fc-button-primary:not(:disabled).fc-button-active {
	color: #2c3e50;
	background-color: #dee2e6;
	border-color: #dee2e6;
}

.fc .fc-button-primary:disabled {
	color: #2c3e50;
	background-color: #dee2e6;
	border-color: #dee2e6;
}


#calender .calender-title h2:nth-child(1) {
	color: #373588;
	font-weight: bold;
	font-family: droid-serif-bold;
	text-align: center;
	margin-bottom: 50px;
	text-transform: capitalize;
}

#calender .calender-title h2:nth-child(1)::after {
	content: '';
	position: absolute;
	height: 2px;
	width: 70px;
	background-color: var(--red-line);
	left: 50%;
	transform: translateX(-50%);
	top: 100px;
}

#calender {
	position: relative;
}

.fc-daygrid-day-top a {
	text-decoration: none;
	color: black;
}

#achivement {
	/* margin: 80px 0; */
	margin-top: 50px;

}

#gallery h2 {
	font-family: droid-serif-bold;
	color: var(--copyright-bg);
	text-align: center;
	position: relative;
	padding-top: 41px;
	text-transform: capitalize;
}

#gallery h2::after {
	content: '';
	position: absolute;
	height: 2px;
	width: 40px;
	background-color: var(--red-line);
	left: 50%;
	transform: translateX(-50%);
	bottom: -10px;
}

#academic h2 {
	font-family: droid-serif-bold;
	color: var(--copyright-bg);
	text-align: center;
	position: relative;
	padding-top: 20px;
	text-transform: capitalize;
	margin-bottom: 50px;
}

#achivement .achive {
	text-align: center;
	/* padding-top: 50px; */

}

#achivement .achive h4 {
	color: var(--red);
	margin-bottom: 20px;
	width: 600px;
	margin: auto;
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 30px;
	text-align: center;
	margin-top: 10px;
}

#achivement .row .student-info {
	text-align: center;
	margin-bottom: 20px;

}

#achivement .row .student-info h3 {
	font-size: 18px;
	font-weight: bold;
	color: var(--heading);
	margin-top: 10px;
	margin: 0;
	line-height: 2;

}

#achivement .row .student-info h4 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: green;
}

#achivement .row {
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	/*padding-bottom: 50px;*/

}

#achivement .achive img {
	margin-bottom: 10px;
}

.achive-two {
	background-color: #f8f9fa;
	padding-top: 50px;
}

#ecamination h2 {
	color: #373588;
	font-weight: bold;
	font-family: droid-serif-bold;
	color: #198754;
	font-size: 26px;
	margin-bottom: 20px;
}

#gallery-ach #mixedSlider {
	position: relative;
}

#gallery-ach #mixedSlider .MS-content {
	white-space: nowrap;
	overflow: hidden;
}

#gallery-ach {
	padding: 50px 0;
}

#gallery-ach #mixedSlider .MS-content .item {
	display: inline-block;
	width: 33.3333%;
	position: relative;
	vertical-align: top;
	overflow: hidden;
	height: 100%;
	white-space: normal;
	padding: 20px 10px;
}

#gallery-ach #mixedSlider .MS-controls button {
	position: absolute;
	border: none;
	background-color: transparent;
	outline: 0;
	font-size: 35px;
	top: -62px;
	color: var(--white);
	transition: 0.15s linear;
	background-color: #98a3a3;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	padding: 20px;

}


#gallery-ach #mixedSlider .MS-controls button {
	position: absolute;
	border: none;
	background-color: transparent;
	outline: 0;
	font-size: 35px;
	top: -35px;
	color: var(--white);
	transition: 0.15s linear;
	background-color: #98a3a3;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	padding: 20px;

}

#gallery-ach #mixedSlider .MS-controls .MS-left {
	right: 50px;
}

#gallery-ach #mixedSlider .MS-controls .MS-right {
	right: 0px;
}

#ecamination .container p:nth-child(4) {
	font-weight: bold;

}

#gallery-ach #mixedSlider .MS-content .item .card p {
	text-align: justify;
	padding: 20px 10px;
}

#gallery-ach #mixedSlider .MS-content .item .card {
	border-color: transparent;
	/* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.sports {
	margin: 50px 0;
}

.sports img {
	width: 400px;
	margin-top: 20px;
}

.sports h2 {
	color: #373588;
	font-weight: bold;
	font-family: droid-serif-bold;
	color: #198754;
	font-size: 26px;
	margin-bottom: 10px;
}

.sports h4 {
	font-size: 18px;
	color: #3a51a2;
	font-weight: bold;
}

.sports h5 {
	font-size: 19px;
	color: var(--red);
	font-weight: bold;
}

#achivement .achive p {
	color: #198754;
}

#ecamination {
	background: #f8f9fa;
	padding-top: 50px;

}

#iit {
	margin-top: 50px;
}

#academic h2::after {
	content: '';
	position: absolute;
	height: 2px;
	width: 50px;
	background-color: var(--red-line);
	left: 50%;
	transform: translateX(-50%);
	bottom: -10px;
}

#academic {
	padding-top: 0;
}

#careers {
	margin: 50px 0;

}

#careers .container .cr-form {
	padding: 50px 20px;
	background-color: #e9ecef6e;
	/* font-size: 15px; */
}

/*label {*/

/*	color: white;*/
/*}*/
/*.captcha-code {*/
/*    display: flex;*/
/*}*/
#contact .code.row {
    align-items: center;
}

#contact .code.row input {
    flex: 1 0;
}

#careers .submit {
	background-color: #04a158;
	border-color: #04a158;
	color: var(--white);
	/* width: 100%; */

}

.submit:focus,
.form-select:focus,
#careers .form-control:focus {
	box-shadow: none;
}

#careers .form-control {
	border: 0;
	background-color: #dee2e6;
	border-bottom: 1px solid #dee2e6;
	color: var(--text-color);
	border-radius: 0;
	/* font-size: 15px; */
	border-radius: 5px;
}

#careers .form-control::placeholder {
	color: var(--text-color);
}

#careers .form-select {
	border: 0;
	background-color: #dee2e6;
	border-bottom: 1px solid var(--white);
	color: var(--text-color);
	border-radius: 0;
	/* font-size: 15px; */
	border-radius: 5px;

}

#careers .heading .c-title {
	font-size: 19px;
	background-color: var(--heading);
	color: var(--white);
	border-radius: 5px;
	padding: 5px 0;
	font-weight: bold;
	padding-left: 20px;
	display: flex;
	margin-bottom: 10px;
}

#careers .heading h3 {
	font-size: 19px;
	color: var(--white);
	font-weight: bold;
	padding-left: 10px;
	font-family: droid-serif-bold;
	margin-bottom: 0;


}

#careers .heading {
	margin-bottom: 30px;
}

#careers h2 {
	color: #373588;
	font-weight: bold;
	font-family: droid-serif-bold;
	text-align: center;
	margin-bottom: 36px;
	text-transform: capitalize;
	font-size: 28px;
}

/*#careers h2::after {*/
/*	content: '';*/
/*	position: absolute;*/
/*	height: 2px;*/
/*	width: 40px;*/
/*	background-color: var(--red-line);*/
/*	left: 50%;*/
/*	transform: translateX(-50%);*/
/*	bottom: 135px;*/
/*}*/
#careers h2::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 60px;
    background-color: var(--red-line);
    left: 50%;
    transform: translateX(-50%);
    bottom: 290px !important;
}
#facilites-a .carousel-indicators button.thumbnail {
	width: 100px;
}

#facilites-a .carousel-indicators button.thumbnail:not(.active) {
	opacity: 0.7;
}

#facilites-a .carousel-indicators {
	position: static;
}

/* .carousel .carousel-inner {
    max-height: 70vh;
} */
#facilites-a .carousel {
	display: flex;
	justify-content: center;
}

#facilites-a .carousel-indicators {
	margin-right: 0;
	margin-left: 0;
	width: 17%;
	display: block;
	height: 100%;
}

#facilites-a .carousel .carousel-item img {
	border: 5px solid #e9ecef;
}

#facilites-a .carousel-indicators [data-bs-target] {
	margin-top: -9px !important;
}

.text-top {
	margin-top: 10px;
}

.admssion h3 a {
	color: white;
	text-decoration-line: none;
	font-size: 22px;
}

.admssion .line-a {
	border-bottom: 1px solid white;
	margin-bottom: 20px;
	opacity: 0.3;
}

.offcanvas-header .admssion {
	margin-top: 30px;
}

.admission-open .cr-form h2::after {
	display: none;

}

.admission-open #careers h2 {
	color: #373588;
	margin-bottom: 25px;
	font-size: 26px;
}

.admission-open #careers .container .cr-form {
	padding-top: 30px;
}

.admission-open #careers .container .cr-form .form-label {
	color: var(--text-color);
}

.admission-open #careers .container .cr-form label {
	color: var(--text-color);
}

#principal-madam {
	padding: 50px 0;
	/* background-color:  #ebeff38f;    */

}

#principal-madam h3 {
	font-family: droid-serif-bold;
	color: var(--copyright-bg);
	padding-top: 20px;
	font-size: 30px;
}

#principal-madam .row {
	align-items: center;
	justify-content: center;
}

#principal-madam .row p {
	text-align: justify;
}

#banner .carousel-caption h3 {
	font-size: 20px;
	color: black;
	font-weight: bold;
}

#banner .carousel-caption.strip-3 h3 {
	font-size: 18px;
}

#gallery-ach h2 {
	text-transform: uppercase;
	color: var(--red);
	position: relative;
	margin-bottom: 0;


}

#gallery-ach h2::after {
	content: '';
	height: 1px;
	width: 82%;
	display: block;
	background-color: var(--line);
	position: absolute;
	left: 8%;
	top: 50%;
	transform: translateY(-50%);
}
#batukamma h2::after {
	content: '';
	position: absolute;
	height: 2px;
	width: 60px;
	background-color: var(--red-line);
	left: 50%;
	transform: translateX(-50%);
	bottom: -10px;
}

.heading table a {
	text-decoration: none;
	color: var(--red);
	font-weight: bold;
}
#co-corculer {
   text-align: justify;
}
#banner .carousel-caption.strip-2 h3 b {
     font-size: 30px;
}
#banner .carousel-caption.strip-3 h3 b {
     font-size: 26px;
}
#banner .carousel-caption.strip-3 h3 {
    font-size: 19px;
    line-height: 25px;
}
#banner .carousel-caption.strip-2 h3 {
    line-height: 25px;
}

.scroll #myBtn {

    position: fixed;
    width: 50px;
    height: 50px;
    background: var(--red);
    right: 1%;
    /* bottom: 8%; */
		    bottom: 10%;
     display: flex;
    -webkit-box-pack: center;
      justify-content: center;
    -webkit-box-align: center;
       align-items: center;
    border-radius: 50%;
    color: var(--white);
    cursor: pointer;
    border: 2px solid var(--red);
    display: none;
    z-index: 100;

  }
  .scroll #myBtn:hover{
    background: var(--red);
    border: 2px solid var(--red);

  }
  .scroll i{
  transition: all 0.3s ease-in-out;
  }
  .scroll:hover i {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}





.container > section {
    /* padding: 5em 0; */
    font-size: 1.25em;
    min-height: 100%;
}
nav, section {
    display: block;
}
.tabs-style-shape {
    max-width: 1200px;
}
.tabs {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    font-weight: 300;
	z-index: 0;
	
}
.tabs nav {
    text-align: center;
}
.tabs nav ul {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    list-style: none;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.tabs-style-shape nav ul li.tab-current {
z-index: 100;
}
.tabs-style-shape nav ul li:first-child {
margin-left: 0;
}
.tabs-style-shape nav ul li {
margin: 0 3em;
}
.tabs nav ul li {
position: relative;
z-index: 1;
display: block;
margin: 0;
text-align: center;
-webkit-flex: 1;
-moz-flex: 1;
-ms-flex: 1;
flex: 1;
}
.tabs nav li.tab-current a {
color: #74777b;
}
.tabs nav li.tab-current a:hover {
    color: #ffffff;
}
.tabs-style-shape nav li a {
overflow: visible;
margin: 0 -3em 0 0;
padding: 0;
color: #fff;
font-weight: 500;
}
.tabs nav a {
position: relative;
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
line-height: 2.5;
}
a {
color: #2CC185;
text-decoration: none;
outline: none;
}
.tabs-style-shape nav li.tab-current a svg {
fill: #fff;
}
.tabs-style-shape nav li.tab-current a span, .tabs-style-shape nav li.tab-current a svg {
-webkit-transition: none;
transition: none;
}
.tabs-style-shape nav li a svg {
pointer-events: none;
}
.tabs-style-shape nav li a svg {
position: absolute;
left: 100%;
margin: 0;
width: 3em;
height: 100%;
fill: #bdc2c9;
}
svg:not(:root) {
overflow: hidden;
}
.tabs-style-shape nav li a svg use {
pointer-events: auto;
}
.tabs-style-shape nav li.tab-current a span {
background: #fff;
}
.tabs-style-shape nav li.tab-current a span, .tabs-style-shape nav li.tab-current a svg {
-webkit-transition: none;
transition: none;
}
.tabs-style-shape nav li:first-child a span {
padding-left: 2em;
border-radius: 30px 0 0 0;
}
.tabs-style-shape nav li a span {
display: block;
overflow: hidden;
padding: 0.65em 0;
background-color: #bdc2c9;
text-overflow: ellipsis;
white-space: nowrap;
}
.tabs nav a span {
vertical-align: middle;
font-size: 0.75em;
}
.tabs-style-shape nav ul li {
margin: 0 3em;
}
.tabs nav ul li {
position: relative;
z-index: 1;
display: block;

text-align: center;
-webkit-flex: 1;
-moz-flex: 1;
-ms-flex: 1;
flex: 1;
}
.tabs-style-shape nav li a:hover svg {
fill: #2CC185;
}
.tabs-style-shape nav li a {
overflow: visible;
margin: 0 -3em 0 0;
padding: 0;
color: #fff;
font-weight: 500;
}
.tabs nav a {
position: relative;
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
line-height: 2.5;
}
a {
color: #2CC185;
text-decoration: none;
outline: none;
}
.tabs-style-shape nav li a svg {
pointer-events: none;
}
.tabs-style-shape nav li a svg {
position: absolute;
left: 100%;
margin: 0;
width: 3em;
height: 100%;
fill: #bdc2c9;
}
svg:not(:root) {
overflow: hidden;
height: 0;
}
.tabs-style-shape nav li a svg use {
pointer-events: auto;
}
.tabs-style-shape nav li a svg:nth-child(2), .tabs-style-shape nav li:last-child a svg {
right: 100%;
left: auto;
-webkit-transform: scale3d(-1,1,1);
transform: scale3d(-1,1,1);
}
.tabs-style-shape nav li a svg {
pointer-events: none;
}
.tabs-style-shape nav li a svg {
position: absolute;
left: 100%;
margin: 0;
width: 3em;
height: 100%;
fill: #bdc2c9;
}
.tabs-style-shape nav li a span {
display: block;
overflow: hidden;
padding: 0.65em 0;
background-color: #bdc2c9;
text-overflow: ellipsis;
white-space: nowrap;
}
.tabs-style-shape nav li:last-child a span {
    border-radius: 0 30px 0 0;
}
.tabs nav a span {
vertical-align: middle;
font-size: 0.75em;
}
.tabs-style-shape .content-wrap {
background: #fff;
}
.content-wrap {
position: relative;
}
.content-wrap section.content-current {
display: block;
}
.content-wrap section {
display: none;
margin: 0 auto;
padding: 1em;
max-width: 1200px;
text-align: center;
}
.content-wrap section p {
margin: 0;
padding: 0.75em 0;
color: rgba(40,44,42,0.05);
font-weight: 900;
font-size: 4em;
line-height: 1;
}
/* p {
text-align: center;
padding: 1em;
} */
.tabs-style-shape nav li a:hover span {
background-color: #2CC185;
}

#academic #section-shape-3 table tbody tr:nth-child(2) td:nth-child(1) {
    width: 40%;
}
#academic #section-shape-2 table tbody tr:nth-child(2) td:nth-child(1),

#academic #section-shape-4 table tbody tr:nth-child(2) td:nth-child(1) {
    width: 10%;
}

#academic table tbody th{
font-size: 16px;
}
#academic .pera{
	font-size: 16px;
	text-align: left;
}
.latest p{
	font-size: 15px;
}
#about-us .button-gp a{
text-decoration: none;
    color: var(--white);
    background-color: var(--heading);
    padding: 10px 20px;
       transition: all 0.5s ease;
    border: 2px solid var(--heading);
    font-weight: 500;
}
#about-us .button-gp a:hover {
    color: var(--heading);
    background-color: var(--white);
}

#about-us p {
    margin-bottom: 3rem;
}
#academic .cbse-cur h3 {
    font-family: droid-serif-bold;
    color: var(--white);
    position: relative;
    text-transform: capitalize;
    margin: 0;
    background-color: #00acc1;
    font-size: 21px;
    padding: 5px 0px 5px 15px;
}

#academic .cbse-cur p{
	text-align: justify;
	margin-bottom: 20px;
	margin-top: 10px;
}
#contact .con label {
    color: #6c757d;
}
#careers .cr-form .inputbox {
	position: relative;
    display: flex;
    align-items: center;
   
}
#careers .cr-form .inputbox.exp {
    display: none;
}
#careers .code.row.cap-m {
    align-items: center;
}
#careers .code.row.cap-m input {
    flex: 1 0;
}
#careers .cr-form .exp {
    display: none;
}
#careers .cr-form .inputbox .form-label {
	position: absolute;
    margin: 0;
    text-align: center;
	margin-left: 20px;
	color: #6c757d;
}
#careers .cr-form .inputbox span {
	color: var(--red);
}
#careers .cr-form .inputbox input{
   width: 100%;
    padding: 5px;
    border: 1px solid #eef0f2;
    border-radius: 5px;
    outline: none;
    color: black;
    font-size: 1rem;
}
#careers .container .cr-form {
    padding: 20px 20px;
    background-color: #e9ecef6e;
   }
#careers .container .cr-form .faculty-detail b{
	color: #373588;
    font-weight: bold;
    font-family: droid-serif-bold;
    text-align: center;
    margin-bottom: 36px;
    text-transform: capitalize;
    font-size: 18px;
}
.admission-open #careers .container .cr-form span{
    color: var(--red);
}
/*#careers h2::after {*/
/*		bottom: 300px;*/
/*	}*/
	.prince .prince_text h4{
        FONT-SIZE: 19PX;
        COLOR: #dd1e1c;
        margin-top: 10px;
        font-weight: bold;
        margin-bottom: 0;
	}
	.prince_text p{
        font-size: 14px;
        font-weight: bold;
	}
	.prince {
        position: relative;
	}
		.prince::after {
           position: absolute;
    content: '';
    height: 450px;
    width: 260px;
    background-color: #fdefbb;
    top: -9px;
    z-index: -1;
    left: -10px;
	}

/*explore page heading*/
.main_heading{
    margin-top: 50px;
}
 .section-title-center{
            font-size:clamp(20px,4vw,40px);
            font-weight:700;
            margin:0 auto;
            border-bottom:3px solid #2c3e50;
            padding-bottom:8px;
            width:fit-content;
        }

 