@font-face {
	font-family: 'OutFit';
	src: url('fonts/outfit/OutfitRegular.ttf');
}

@font-face {
	font-family: 'Noto Serif Bengali';
	src: url('fonts/NotoSerifBengali-Regular.ttf');
}

:root{
	--site-color1: var(--primary-color);
    --site-color1-hover: var(--primary-color);
	--border-color: var(--primary-color);

	
	--inner-bg: #f0f8ff; 
	--white-color : #fff; 
	--white-color-2 : #f6f6f6; 
	--white-color-3 : #f8f8f8; 
	--light-bg: #f9f9f9; 
}


html {
	scroll-behavior: smooth;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'OutFit', 'Noto Serif Bengali', sans-serif;
}


a {
	text-decoration: none;
}


@media (min-width: 1320px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 80%;
    }
}
@media (min-width: 991px ) and (max-width: 1319px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 90%;
    }
}


.themeIcon{
	font-size: 1.5rem;
    color: var(--secondary-color);
}
.home-sidebar-widget-title svg{
	width: 30px;
	fill: var(--primary-color);
}

.mh-55vh{
	min-height: 55vh;
}
.form-control:focus{
	outline: none;
	box-shadow: none;
}

.inner-bg{
	background: var(--inner-bg);
    padding: 25px 15px;
    border-radius: 10px;
}

.theme-link {
	font-weight: 600;
	color: var(--primary-color);
}
.theme-link:hover{
	color: var(--secondary-color);
}

.hidden {
	visibility: hidden;
}

.homeDep a {
	color: #000;
}



.alignItemsC {
	align-items: center;
}

.height100 {
	height: 100%;
}

/*************************************
******** PRELOADER CSS  **********
*************************************/

.preloader-area {
	position: fixed;
	width: 100%;
	height: 100vh;
	background: #ffffff;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
}

.preloader-area.load {
	background: #2a2a2a4f !important;
}

.theme-loader {
	width: 70px;
	height: 70px;
	margin: auto;
	transform-style: preserve-3d;
	animation: animate 4.59s ease-in-out infinite;
	z-index: 999;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.theme-loader:before,
.theme-loader:after {
	content: "";
	width: 50px;
	height: 50px;
	border: 15px solid #f95700;
	border-radius: 50%;
	position: absolute;
	animation: animate_1 1.73s ease-in-out infinite both reverse;
}

.col-div-20 {
	width: 20% !important;
}

.col-div-25 {
	width: 25% !important;
}

.theme-loader:after {
	border-color: #142160;
	animation-delay: -0.86s;
}

@keyframes animate {

	0%,
	100% {
		transform: rotateX(8.75deg) rotateY(35deg);
	}

	50% {
		transform: rotateX(35deg) rotateY(-35deg) rotate(180deg);
	}
}

@keyframes animate_1 {

	0%,
	100% {
		transform: translateZ(25px) rotateX(14deg);
	}

	33% {
		transform: translateZ(-25px) scale(0.4);
	}

	66% {
		transform: translateZ(-25px);
	}
}



/* Loader 3 */
/* .loader-3 {
height: 32px;
width: 32px;
} */
.loader-3 span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	height: 32px;
	width: 32px;
}

.loader-3 span::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	height: 32px;
	width: 32px;
	border: 3px solid #ff5d1e;
	border-bottom: 3px solid transparent;
	border-radius: 50%;
	-webkit-animation: loader-3-1 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
	animation: loader-3-1 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}

@-webkit-keyframes loader-3-1 {
	0% {
		-webkit-transform: rotate(0deg);
	}

	40% {
		-webkit-transform: rotate(180deg);
	}

	60% {
		-webkit-transform: rotate(180deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes loader-3-1 {
	0% {
		transform: rotate(0deg);
	}

	40% {
		transform: rotate(180deg);
	}

	60% {
		transform: rotate(180deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.loader-3 span::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 6px;
	height: 6px;
	background: #ff5d1e;
	border-radius: 50%;
	-webkit-animation: loader-3-2 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
	animation: loader-3-2 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}

@-webkit-keyframes loader-3-2 {
	0% {
		-webkit-transform: translate3d(0, -32px, 0) scale(0, 2);
		opacity: 0;
	}

	50% {
		-webkit-transform: translate3d(0, 0, 0) scale(1.25, 1.25);
		opacity: 1;
	}

	100% {
		-webkit-transform: translate3d(0, 8px, 0) scale(0, 0);
		opacity: 0;
	}
}

@keyframes loader-3-2 {
	0% {
		transform: translate3d(0, -32px, 0) scale(0, 2);
		opacity: 0;
	}

	50% {
		transform: translate3d(0, 0, 0) scale(1.25, 1.25);
		opacity: 1;
	}

	100% {
		transform: translate3d(0, 8px, 0) scale(0, 0);
		opacity: 0;
	}
}


/*************************************
******** PRELOADER CSS  **********
*************************************/


#myBtn {
	position: fixed;
	bottom: 50px;
	right: -35px;
	z-index: 99;
	font-size: 12px;
	outline: none;
	color: #f3511e;
	cursor: pointer;
	padding: 10px 0px;
	border: 0;
	background-color: transparent;
	font-weight: bold;
	transform: rotate(-90deg);
	align-items: center;
	display: none;
}

#myBtn .scroll-bar {
	width: 50px;
	height: 4px;
	position: relative;
	margin-left: 10px;
}

#myBtn .scroll-bar:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background-color: #f3511e;
}

/* Header */
.navbar-nav {
	display: block;
}

.header .nav li {
	float: left;
	position: relative;
	margin-right: 5px;
}

.header .nav li:last-child {
	margin-right: 0px;
}

.header .nav li a {
	font-size: 14px;
	text-transform: capitalize;
	padding: 10px;
	display: block;
	position: relative;
	text-shadow: none;
	text-decoration: none;
	font-weight: 500;
	letter-spacing: 0.2px;
	color: var(--white-color);
}

.header .nav li a i {
	margin-left: 5px;
}

.header .nav li .dropdown {
	background: #fff;
	width: 220px;
	position: absolute;
	left: 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0;
}

.header .nav li:hover .dropdown {
	transform: scale(1.0);
	opacity: 1;
	visibility: visible;
}

.header .nav li .dropdown li {
	float: none;
	margin: 0;
	border-bottom: 1px solid #0b26531f;
}

.header .nav li .dropdown li:last-child {
	border-bottom: none;
}

.header .nav li .dropdown li a {
	padding: 10px 15px;
	color: #000;
	display: block;
	font-weight: 400;
	text-transform: capitalize;
	background: transparent;
	transition: 0.1s ease;
}
.header .nav li .dropdown li a:hover {
	background-color: var(--primary-color);
	color: #fff;
}

.header .nav li .dropdown li i {
	float: right;
}

.header .nav li .dropdown.submenu {
	left: 100%;
	top: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
}

.header .nav li .dropdown li:hover .dropdown.submenu {
	opacity: 1;
	visibility: visible;
	transform: scale(1.0);
}

.header .nav li .dropdown li .dropdown.submenu li a {
	color: #000;
	background: transparent;
}

.header .nav li .dropdown li .dropdown.submenu li a:hover {
	background-color: var(--primary-color);
	color: #fff;
}




/* Header Sticky */
.header.sticky .header-menu {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	animation: fadeInDown 1s both 0.2s;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.30);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.30);
	z-index: 1000;
}

/* Header */



/* Topbar */
.header-menu {
	background: var(--primary-color);
}

.header-menu .nav-link {
	color: #fff;
}

.header .top-bar {
	padding: 2.5px 0px;
}

.header .top-bar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header .top-bar-inner .list-unstyled {
	display: flex;
	align-items: center;
}

.header .top-bar .content {
	float: left;
}

.header .top-bar .content li {
	display: inline-block;
	margin-right: 10px;
	font-weight: 500;
	font-size: 12px;
}

.header .top-bar .content li:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border-right: 0px;
}

.header .top-bar .content li i {
	margin-right: 5px;
	padding-right: 10px;
}

.header .top-bar .social li {
	display: inline-block;
	margin: 0;
	margin-right: 10px;
}

.header .top-bar .social li .sc-icon {
	display: inline-block;
	margin: 0;
	font-size: 12px;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header .top-bar .social li:last-child {
	margin-right: 0px;
}

/* .header .top-bar .social li a {
border-right: 1px solid #ffc122;
border-radius: 5px;
padding-right: 6px;
padding-top: 5px;
padding-bottom: 6px;
} */
.header .top-bar .social li a img {
	width: 100px;
	padding: 2.5px 5px;
	background: white;
	border-radius: 2.5px;
}



.header .header-top {
	padding: 10px 0px;
	align-items: center;
	display: flex;
	background: #fff;
}

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

.header .logo img {
	width: 90px;
	margin-right: 10px;
}

.header .logo p {
	margin: 0;
}

.header .logo h2 {
	margin: 0;
}

.header .button-widget {
	text-align: right;
}

/* header end */


.code-section .bg-1 {
	background-color: var(--primary-color);
	color: #fff;
}

.code-section .bg-2 {
	background-color: var(--secondary-color);
	color: #fff;
}



.top-content {
	background-image: url(../image/abstract-background.jpg);
}

.top-content .image {
	width: 100%;
	position: relative;

}

.top-content .image img {
	width: 100%;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #ededed;
}

/* to-content */


/* slider-section */
.slider-section .slideshow-container {
	max-width: 1000px;
	position: relative;
	margin: auto;
}

.slider-section .slider-img {
	aspect-ratio: 19/6;
}

.slider-section .mySlides {
	display: none;
}

.slider-section .prev,
.next {
	cursor: pointer;
	position: absolute;
	width: auto;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}

.slider-section .next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

.slider-section .prev:hover,
.next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.slider-section .text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}

.slider-section .numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

.slider-section .dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.slider-section .active,
.dot:hover {
	background-color: #717171;
}

.slider-section .fade {
	animation-name: fade;
	animation-duration: 1.5s;
}

.slider-section .carousel-control-next-icon,
.carousel-control-prev-icon {
	display: inline-block;
	width: 3rem;
	height: 3rem;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100% 100%;
	background-color: #142160a1;
	border-radius: 3px;
}

@keyframes fade {
	from {
		opacity: .4
	}

	to {
		opacity: 1
	}
}

.slider-section .carousel-item:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(45deg, #0d112854 0%, #ffbd4256 100%);
}

.slider-section .carousel-caption {
	z-index: 9;
}

/* top-content end */

.message .head h2 {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	padding-bottom: 4px;
	border-bottom: 1px solid #ffc107;
}

.message .image {
	border-radius: 8% 18% 40% 5%;
	display: inline-block;
	overflow: hidden;
	position: relative;
	padding: 5px 0px 0px 5px;
}

.message .image img {
	width: 100%;
}

/* message-section end */

.Teacher-section {
	position: relative;
}

.Teacher-section .lab-team {
	position: relative;
    /* overflow: hidden; */
    box-shadow: rgba(0, 0, 0, 0.10) 0px 0px 20px, rgba(0, 0, 0, 0) 0px 5px 5px;
    height: 100%;
}

.Teacher-section .lab-team .lab-media {
	background-color: #fff;
	/* position: relative; */
	overflow: hidden;
}

.Teacher-section .lab-team .lab-media img {
	height: 100%;
	width: 100%;
	aspect-ratio: 9/11;
	object-fit: cover;
}

.Teacher-section .lab-team .lab-info {
	/* position: absolute; */
    bottom: 0;
    background: #00000073;
	width: 100%;
	padding: 6px 6px;
	text-align: center;
	transition: all .8s;
}

.Teacher-section .lab-team .lab-info .lab-title {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: -1px;
	font-weight: 600;
}

.Teacher-section .lab-team .lab-info .lab-title a {
	text-decoration: none;
	color: #fff;
}

.Teacher-section .lab-team .lab-info .lab-title a:hover {
	color: var(--secondary-color);
}

.lab-position {
	color: #fff !important;
}

.image {
	text-align: center;
}

.dp_head {
	display: flex;
	flex-direction: row;
	align-items: center;
	border-bottom: 2px solid #eeeeee;
	margin-bottom: 23px;
}

.dp_head .head_content {
	margin-left: 13px;
	width: 70%;
}

.dp_head .head_image {
	display: flex;
	align-items: center;
}

.dp_head .head_image img {
	width: 200px;
	border: 1px solid #f18815;
	border-radius: 5%;
}

.Teacher-section .lab-team .lab-info .lab-position {
	font-weight: normal !important;
	font-size: 12px;
	letter-spacing: 1px;
}

.Teacher-section .lab-team .lab-info .lab-social-icon {
	margin: 0 -3px;
	padding: 0;
	text-align: center;
	display: block;
	margin-top: 15px;
}

.Teacher-section .lab-team .lab-info .lab-social-icon li {
	display: inline-block;
	padding: 0;
	font-size: 12px;
	margin-left: 2px;
	margin-right: 2px;
}

.Teacher-section .lab-team .lab-info .lab-social-icon li a {
	display: inline-block;
	width: 32px;
	height: 32px;
	border: 1px solid #fff;
	border-radius: 4px;
	font-size: 16px;
	line-height: 30px;
	padding: 0;
	color: #fff;
}

/* .Teacher-section .lab-team .lab-info:after {
	content: "";
	width: 15px;
	height: 15px;
	background: var(--primary-color);
	position: absolute;
	top: -7px;
	left: 47%;
	transform: rotate(45deg);
}

.Teacher-section .lab-team:hover .lab-info:after {
	background: var(--secondary-color);
} */

.Teacher-section .lab-team:hover .lab-info {
	bottom: 0;
}

/* .Teacher-section .lab-team:hover .lab-info .lab-title a {
	color: #fff;
}

.Teacher-section .lab-team:hover .lab-info .lab-position {
	color: #fff;
} */


/* Teacher-section */
.counter-box {
	background-color: #f2f2f2;
	text-align: center;
	border-radius: 10px;
	padding: 10px 0px;
}

.counter-box i {
	font-size: 29px;
	padding: 24px;
	border-radius: 50%;
	background-color: var(--site-color1)6b;
	box-shadow: rgba(255, 255, 255, 0.56) 0px 22px 70px 4px;
}

.counter-box .data {

	align-items: center;
	justify-content: center;
}

.counter-box:hover {
	box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset,
		rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset,
		rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset,
		rgba(0, 0, 0, 0.06) 0px 2px 1px,
		rgba(0, 0, 0, 0.09) 0px 4px 2px,
		rgba(0, 0, 0, 0.09) 0px 8px 4px,
		rgba(0, 0, 0, 0.09) 0px 16px 8px,
		rgba(0, 0, 0, 0.09) 0px 32px 16px;
}



.stats-section .counter-box:hover {
	box-shadow: none;
	color: #fdbe00;
}



/* countering */

.data-model .data-box {
	padding: 25px;
}

.data-model .content-title {
	text-transform: uppercase;
}


/* data-model */


.department-corner {
	background-color: #f6f6fd;
}

.department-corner .head h2 {
	color: #000;
}

.department-corner .card::before {
	background-color: #142160;
}

.department-corner .card {
	background-color: #ffffff;
}

.department-corner .card h2 {
	color: #142160;
}

.department-corner .card p {
	color: #111;
}


.department-corner .card::before {
	content: "";
	position: absolute;
	top: -40px;
	height: 0;
	width: 80%;
	/* background-color: #142160; */
	z-index: -1;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	transition: all 0.5s ease-in-out;
	left: 10%;
}

.department-corner .card-title {
	font-size: 17px;
	color: #000000;
	font-weight: 500;
	margin-top: 10px;
}

.department-corner .card {
	height: 100%;
	overflow: hidden;
	z-index: 3;
	transition: all 0.5s ease-in-out;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	/* border: 1px solid #084298; */
}

.department-corner .card:hover::before {
	height: 120px;
}

.department-corner .card .img-container {
	width: 130px;
	height: 130px;
	transition: all 0.5s ease-in-out;
}


.department-corner .card .img-container img {
	width: 100%;
	height: 100%;
	/* object-fit: cover; */
	transform: scale(1);
	transition: all 0.5s ease-in-out;
}

.department-corner .card:hover .img-container img {
	transform: scale(0.8);
}

.department-corner .card h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 8px;
	pointer-events: none;
	/* color: #111; */
}

.department-corner .card p {
	font-size: 14px;
}


/* department-corner */


.count-section {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
}

.count-section .counter-box {
	background: #84b2ff33;
	color: #fff;
	padding: 25px 0;
}

.counter-box {
	background-color: #fff;
	text-align: center;
	border-radius: 10px;
	padding: 10px 0px;
}



.g-page {
	background-color: #f6f6fd";

}

.g-page .card {
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}



.Statitics {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
}

.link-section {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
}

.link-section .head h1 {
	display: inline-block;
	padding-bottom: 5px;
	font-size: 35px;
}

/* link-section */

/* .gellary-section {
background-image: url(../image/29d1523e353f29aeb7881f46867363c5.jpg);
} */

.gellary-section .gellary-box {
	position: relative;
}

.gellary-section .gellary-box .text p {
	font-size: 15px;
	color: #fff;
	position: absolute;
	bottom: 0;
	background: #2e3094;
	width: 100%;
	text-align: center;
	opacity: 1;
	margin: 0;
}

.gellary-section .gellary-box img {
	width: 100%;
	aspect-ratio: 16/9;
	object-fit: cover;
}

.gellary-section .gellary-box .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #06060654;
	overflow: hidden;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .3s ease;
	transition: .3s ease;
	opacity: 1;
}

.gellary-section .gellary-box:hover .overlay {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.gellary-section .gellary-box .overlay .text a {
	opacity: 1;
	color: white;
	font-size: 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	overflow: visible;
}

.gallery-content {
	margin: 10px;
}

.gellary-section .gallery-content a {
	color: #222;
}

.gellary-section .gallery-content a:hover {
	opacity: 0.8;
}

.gellary-section .gallery-content a h2 {
	font-size: 1.2rem;
	line-height: 1.27;
	margin: 5px;
}

.eventPart .card {
	padding: 4px;
	border: none;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
	height: 100%;
}

/* gellary-section */


.connect-section .info li {
	display: inline-flex;
}

.connect-section .info li a {
	color: #fff;
	border-radius: 5px;
	width: 25px;
	height: 25px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .5s;
}

.connect-section .info li a:hover {
	border: 1px solid #fff;
}

.connect-section {
	border-bottom: 1px solid #fff;
}



/* connect-section */
.socialIconFooter {
	display: flex;
	margin-left: -22px;
}

.socialIconFooter li {
	padding: 0 15px 0 0;
}

.footerLink .colLink {
	padding-left: 0px;
	padding-right: 0px;
}

.footerLink a {
	font-size: 14px;
	color: #fff;
}
.footerLink a:hover{
	color: var(--footer-text-color-hover);
}

.footer-section {
	position: relative;
	background: var(--primary-color);
	color: #fff;
}

.footer-section .footer-logo {
	border-radius: 5px;
}

.footer-section .footer-title {
	font-variant: small-caps;
}

.footer-section::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-image: url('../../assets/images/cover/footer-cover.png');
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
}

.footer-section .over-div {
	z-index: 2;
}

.over-div1 {
	align-items: center;
	display: flex;
	justify-content: center;
}

.footer-section .pathshala-login-footer {
	width: 150px;
	padding: 10px;
	background: white;
	border-radius: 5px;
}

.footer-section .copyright {
	text-align: center;
	height: 100%;
	justify-content: center;
}

.footer-section .copyright p {
	text-align: center;
	font-size: 14px;
	letter-spacing: 1px;
	margin: 0;
	padding-bottom: 10px;
}

.footer-section .copyright img {
	width: 35px;
	margin-right: 3px;
}

.footer-top td {
	padding: 5px 0px;
	border: 0;
}

.footer-top .text-center {
	font-size: 25px;
}

.footer-top ul li {
	font-size: 14px;
}
.footer-top ul.socialIconFooter li a{
	color: var(--secondary-color);
    background: #fff;
    width: 20px;
    height: 20px;
    display: block;
    aspect-ratio: 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-top ul.socialIconFooter li a:hover{
	color: var(--primary-color);
}

.footer-top .table a {
	font-size: 14px;
	color: var(--secondary-color);
}

.footer-top .table a:hover {
	color: var(--white-color);
}

.footerp1 {
	align-items: center;
	justify-content: start;
}

.footerp2 {
	align-items: center;
	justify-content: end;
}
.footer-bottom  a{
	color: #fff;
}






.header .top-bar .content li:hover {
	color: #fff;
}

/* .header .nav li a:hover {
	color: var(--site-white-hover) !important;
} */

.stats-section {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding: 50px;
	box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.7);

}




/* .stats-section:after {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
content: '';
z-index: -1;
opacity: .8;
background: #0d1128;
background: #0d1128;
background: -moz-linear-gradient(45deg, #0d1128 0%, #FFBC42 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, #0d1128), color-stop(100%, #FFBC42));
background: -webkit-linear-gradient(45deg, #0d1128 0%, #FFBC42 100%);
background: -o-linear-gradient(45deg, #0d1128 0%, #FFBC42 100%);
background: -ms-linear-gradient(45deg, #0d1128 0%, #FFBC42 100%);
background: linear-gradient(45deg, #0d1128 0%, #FFBC42 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d1128', endColorstr='#FFBC42', GradientType=1);
} */


.about1 {
	background-color: var(--site-bg-2) !important;
}

.singlPages {
	background-color: var(--site-bg-1);
}

.stats-section .about-content h1 {
	font-weight: bold;
	color: #fff;
}

.stats-section .about-content p {
	color: #ffffff;
	font-size: 18px;
	line-height: 1.55;
	font-weight: normal;
	letter-spacing: 1px;
}


.stats-section .about-post {
	position: relative;
}

.stats-section .play_button {
	padding: 5px 10px;
	border-radius: 10px;
	background: #fd1f1f69;
}

.stats-section .popup,
.stats-section .popup-yt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #fff;
}

.notes h5 {
	font-size: 18px;
	letter-spacing: 0.5px;
	color: #2c2c2c;
	line-height: 1.5;
}

.owl-corner .owl-nav button.owl-next,
.owl-corner .owl-nav button.owl-prev,
.owl-corner button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	font: inherit;
	height: 25px;
	width: 25px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.iconPM {
	border: none;
	display: inline-block;
	animation: blink 2s ease-in infinite;
	color: rgb(255, 45, 45);
}

@keyframes blink {

	from,
	to {
		opacity: 1
	}

	50% {
		opacity: 0
	}
}

.trickers .news-item h6 {
	width: 75px;
}

.news-item h6 {
	width: 75px;
}

.news-item span {
	display: block;
	margin: 0;
}

.nodiceP {
	font-size: 13px;
	margin: 0px;
}

.noticeDm {
	background-color: var(--secondary-color);
	color: #fff;
	border-radius: 0.375rem 0.375rem 0 0;
	padding: 0.25rem;
	font-weight: 600;
}

.noticeY {
	font-size: 16px;
	background-color: #ffffff;
	padding: 4px 0;
	border-top: 0;
	border-radius: 0 0 0.375rem 0.375rem;
	color: #9da9bb;
	font-weight: 700;
}

.borderC {
	margin-right: 3px;
}

.borderh {
	margin: 0;
}

.custom-title {
	display: inline-block;
	border-bottom: 2px solid #dddddd40;
	padding-bottom: 5px;
	font-size: 2.5rem;
}

.heading-title h1 {
	font-size: 2rem;
	border-left: 5px solid var(--primary-color);
	line-height: 1;
	padding-left: 10px;
	margin-bottom: 25px;
}

.heading-title h2 {
	border-left: 5px solid var(--primary-color);
	line-height: 1;
	padding-left: 10px;
}

.notice-list .news-item {
	border-bottom: unset;
	padding: 0px 10px 0 0;
}

.notice-list .cardNotice {
	border-left: 2px solid #ececec !important;
}

.notice-list .card {
	border: 0px solid #ececec;
    border-left: 2px solid var(--primary-color);
    background: #f7f7f7;
    margin-bottom: 15px !important;
}

.notice-list .card:hover {
	border-left: 2px solid var(--secondary-color);
}

.notice-list .details-body h5 {
	font-size: 1rem;
    margin: 0;
    font-weight: bold;
}

.notice-list .details-body .d-t {
	font-size: 16px;
}

.g-page .card-body img {
	aspect-ratio: 16/9;
	object-fit: cover;
}

.g-page .card-content h2 {
	font-size: 18px;
	padding: 5px 0px 0px 4px;
}

.g-page .card-body {
	padding: 2px;
}

.e-details .e-img {
	width: 100%;
	aspect-ratio: 16/9;
	object-fit: cover;
}

.e-details .card-body h5 {
	font-size: 16px;
	font-weight: bold;
}

.e-details .e-title-caption {
	display: inline-block;

	background: #2e3094;
	padding: 3px 10px;
	font-size: 20px;
	color: #ffffff;
	border-radius: 5px;
	border-bottom: solid #f18815;
	font-variant: small-caps;
}

.p-event .e-title {
	font-weight: bold;
	font-size: 2rem;
}

.p-event .e-time {
	color: #606060;
	font-size: 14px;
	text-decoration: blink;
}

.student-form .form-label,
#daily_attendance .form-label,
#monthly_attendance .form-label {
	margin-bottom: 0.05rem;
	font-size: 14px;
	color: #4e4e4e;
}

#daily_attendance .form-group,
#monthly_attendance .form-group {
	margin-bottom: 5px;
}

.student-form .form-label .req {
	color: #ff0000;
	font-size: 15px;
}

.student-form .closebtn,
.d-at .closebtn,
.m-at .closebtn {
	width: 25px;
	height: 25px;
	background: #2e3094;
	float: right;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	color: #fff;
	border-radius: 5px;
}

.student-form h4.total-student {
	font-size: 14px;
	display: inline-block;
	padding: 2.5px 5px;
	border-radius: 3px;
}

.m-at td,
.m-at th,
.d-at td,
.d-at th {
	padding: 10px;
	border: 1px solid #ccc;
	text-overflow: clip;
	white-space: nowrap;
}

.os-x {
	overflow-x: auto;
}

.corner-box {
	margin: 15px 0;
	padding: 20px;
	box-shadow: 0px 0px 10px 0px #e7e7e7;
	background-color: #fff;
}

.corner-box .corner-img img {
	min-width: 200px;
	margin-right: 20px;
	width: 450px;
}

.corner-box .corner-img {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 35px 0 35px 0;

}


.corner-box .col-12 {
	display: flex;
	align-items: center;
}

.corner-box .corner-info {
	width: 100%;
}

.corner-box .corner-info h1 {
	font-size: 2rem;
	border-left: 2px solid #ddd;
	padding-left: 10px;
}

/* Contact Page  */
.contact-head .contact-info {
	text-align: center;
	padding: 10px;
	aspect-ratio: 16 / 8;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 5px 5px 10px #78787800;
	background: var(--light-bg);
	border-radius: 10px;
}

.contact-head .contact-info .icon {
	display: flex;
	justify-content: center;
}

.contact-head .contact-info .icon i {
	background: var(--secondary-color);
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: #fff;
}

.contact-head .contact-info h3 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
	text-transform: uppercase;
}

.contact-head .contact-info p {
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

.contact-bottom .form-group {
	margin-bottom: 15px;
}

/* Contact Page  */


.mediaDownload {
	background: #181a83;
	padding: 10px;
	display: block;
	height: 42px;
}

.mediaDownload .downloadName {
	float: left;
}

.mediaDownload .downloadFile {
	float: right;
}

.slicknav_arrow {
	font-size: 1em !important;
}


/* 
Title Style
-----------------------
*/



/* .theme-btn{
	outline: 0;
	box-shadow: none;
	transition: .2s ease-in-out;
}
.btn.theme-btn:focus, .btn.theme-btn:active{
	background: var(--site-btn-hover);
	color: #fff !important;
}
.theme-btn:hover{
	background: var(--site-btn-hover);
	outline: 0;
	box-shadow: none;
	color: #fff !important;
} */


.theme-btn2-mdi {
	padding: 10px 0;
}



.theme-btn2 {
	background: var(--site-btn-hover);
	outline: 0;
	box-shadow: none;
	transition: .2s ease-in-out;
	color: #fff !important;
}

.btn.theme-btn2:focus,
.btn.theme-btn2:active {
	background: var(--site-btn);
	color: #fff !important;
}

.theme-btn2:hover {
	background: var(--site-btn);
	outline: 0;
	box-shadow: none;
	color: #fff !important;
}

.Facultyne-section {
	background: var(--site-bg-1);
}

.Facultyne-section .dp_head {
	display: flex;
	flex-direction: row;
}

.Facultyne-section .dp_head .head_image img {
	width: 100%;
	border-radius: 8%;
	border: 1px solid #181a83;
}

.Facultyne-section .dp_head .head_content {
	margin-left: 13px;
	width: 70%;
}

.Facultyne-section .dp_head .head_content h2 {
	font-size: 26px;
	margin-bottom: 10px;
	font-weight: bold;
}

.facultyhead_section {
	background: var(--site-bg-2);
}



/* facultyhead_section member */

.facultyhead_section .member {
	text-align: center;
	background-color: var(--site-color2-opacity);
	height: 100%;
	border-radius: 0.5em;
	padding: 15px;
}

.facultyhead_section .member .memberCardDiv {
	padding: 20px 1px;
	border: 1px solid var(--site-color2);
	border-radius: 10px;
	background-color: var(--site-bg-2);
}

.facultyhead_section .member .memberImg {
	padding: 0 10px;
}

.facultyhead_section .member .memberImg img {
	width: 100%;
	border: 3px solid #c7c7c7;
	border-radius: 10px;
}

.facultyhead_section .member .memberTitle {
	font-weight: bold;
	color: var(--site-title);
	font-size: 18px;
	padding: 10px 0 5px 0;
	margin: 0;
}

.facultyhead_section .member .memberName {
	color: var(--site-desp2);
	font-size: 16px;
	margin: 0;
	line-height: 1.3;
}

.facultyhead_section .member .memberName1 {
	color: var(--site-desp2);
	font-size: 17px;
	color: #0b2653;
	font-weight: bold;
	margin: 0;
	line-height: 1.3;
}

/* facultyhead_section  member*/



/* New Top 1 Section start*/
.TopSection1 {
	background-color: var(--site-bg-2);
}

.TopSection1 .colDiv1 {
	width: 50%;
}

.TopSection1 .colDiv2 {
	width: 100%;
}

.TopSection1 .member {
	text-align: center;
	background-color: var(--site-color2-opacity);
	height: 100%;
	border-radius: 0.5em;
	padding: 15px;
}

.TopSection1 .member .memberImg {
	padding: 0 0;
}

.TopSection1 .memberSlider {
	height: 100%;
	position: relative;
}

.TopSection1 .memberSlider img {
	width: 100%;
	height: 100%;
}

.TopSection1 .member .memberImg img {
	width: 100%;
	border: 2px solid #c7c7c7;
	border-radius: 10px;
}

.TopSection1 .member .memberTitle {
	font-weight: bold;
	color: var(--site-title);
	font-size: 14px;
	padding: 10px 0 5px 0;
	margin: 0;
}

.TopSection1 .member .memberName {
	color: var(--site-desp2);
	font-size: 14px;
	margin: 0;
	line-height: 1.3;
}

.TopSection1 .TopSection1Slider div,
.TopSection1 .TopSection2Slider div {
	height: 100% !important;
}

.TopSection1Slider,
.TopSection2Slider {
	height: 100% !important;
}


.TopSection1 .memberSlider .SliderTitleDiv {
	bottom: 0;
	background-color: #0b265380;
	height: 50px;
	z-index: 9999;
	position: absolute;
	width: 100%;
	height: 50px !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.TopSection1 .memberSlider .SliderTitleDiv h3 {
	color: #fff;
	font-size: 20px;
	padding: 0 10px;
}

/* New Top 1 Section end*/











/* Counter Section 1 */
.CounterSection1 {
	padding: 50px;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	box-shadow: inset 0 0 0 2000px rgb(11 38 83 / 55%);
	background-color: var(--site-bg-2);
	display: block;
}

.CounterSection1 .counterBox {
	color: var(--site-white);
	text-align: center;
}

.CounterSection1 .counterBox i {
	display: inline-block;
	font-size: 40px;
	color: var(--site-color2);
	background: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	height: 100px;
	width: 100px;
	line-height: 100px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.7);
}

.CounterSection1 .counterBox .data {
	color: var(--site-white);
}

.CounterSection1 .counterBox .data h2 {
	margin-top: 20px;
	font-size: 36px;
	line-height: 1;
	letter-spacing: 0.6px;
	font-weight: 700;
}

.CounterSection1 .counterBox .data h3 {
	margin-top: 12px;
	font-weight: 600;
	font-size: large;
	letter-spacing: 0.6px;
}

.CounterSection1 .BgOpacity {
	opacity: 0.6;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
}

/* Counter Section 1 */







/* Counter Section 2 */
.CounterSection2 {
	padding: 50px 5px;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	box-shadow: inset 0 0 0 2000px rgb(11 38 83 / 55%);
	background-color: var(--site-bg-2);
	display: block;
}

.CounterSection2 .counterBox {
	color: #ffffff;
	text-align: center;
	padding: 25px 0;
	border: 1px solid #5a5a5a;
	background-color: #7a7a7a26;
	border-radius: 9px;
}

.CounterSection2 .counterBox i {
	display: inline-block;
	font-size: 26px;
	color: var(--site-color2);
	background: #fff;
	border-radius: 50%;
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: center;
	border: 1px solid #fff;
}

.CounterSection2 .counterBox .data {
	color: var(--site-white);
}

.CounterSection2 .counterBox .data h2 {
	margin-top: 20px;
	font-size: 36px;
	line-height: 1;
	letter-spacing: 0.6px;
	font-weight: 700;
}

.CounterSection2 .counterBox .data h3 {
	margin-top: 12px;
	font-weight: 600;
	font-size: large;
	letter-spacing: 0.6px;
}

.CounterSection2 .BgOpacity {
	opacity: 0.6;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
}

/* Counter Section 1 */






/* Department 1 Section */
.DepartmentSection1 {
	background-color: #f6f6fd;
}

.DepartmentSection1 .head h2 {
	color: #000;
}

.DepartmentSection1 .card::before {
	background-color: #142160;
}

.DepartmentSection1 .card {
	background-color: #ffffff;
}

.DepartmentSection1 .card h2 {
	color: #142160;
}

.DepartmentSection1 .card p {
	color: #111;
}

.DepartmentSection1 .card::before {
	content: "";
	position: absolute;
	top: -40px;
	height: 0;
	width: 80%;
	z-index: -1;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	transition: all 0.5s ease-in-out;
	left: 10%;
}

.DepartmentSection1 .card-title {
	font-size: 17px;
	color: var(--site-title);
	font-weight: 500;
	margin-top: 10px;
}

.DepartmentSection1 .card {
	height: 100%;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.DepartmentSection1 .card:hover::before {
	height: 120px;
}

.DepartmentSection1 .card .img-container {
	width: 130px;
	height: 130px;
	transition: all 0.5s ease-in-out;
}

.DepartmentSection1 .card .img-container img {
	width: 100%;
	height: 100%;
	transform: scale(1);
	transition: all 0.5s ease-in-out;
}

.DepartmentSection1 .card:hover .img-container img {
	transform: scale(0.8);
}

.DepartmentSection1 .card h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 8px;
	pointer-events: none;
}

.DepartmentSection1 .card p {
	font-size: 14px;
}

/* Department 1 Section */



/* Faculty Section 1 */
.FacultySection1 {
	background-color: #f6f6fd;
}

.FacultySection1 .head h2 {
	color: #000;
}

.FacultySection1 .card::before {
	background-color: #142160;
}

.FacultySection1 .card {
	background-color: #ffffff;
}

.FacultySection1 .card h2 {
	color: #142160;
}

.FacultySection1 .card p {
	color: #111;
}

.FacultySection1 .card::before {
	content: "";
	position: absolute;
	top: -40px;
	height: 0;
	width: 80%;
	z-index: -1;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	transition: all 0.5s ease-in-out;
	left: 10%;
}

.FacultySection1 .card-title {
	font-size: 17px;
	color: var(--site-title);
	font-weight: 500;
	margin-top: 10px;
}

.FacultySection1 .card {
	height: 100%;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.FacultySection1 .cardBtn {
	display: block;
	padding: 0px 50px;
}

.FacultySection1 .cardBtn a {
	padding: 4px 0px 5px 0px;
	font-size: 13px;
	position: relative;
}

.FacultySection1 .cardBtn a .ISpan {
	position: absolute;
	right: 7px;
	background: var(--site-color1);
	font-size: 10px;
	padding: 4px;
	height: 22px;
	width: 22px;
	border-radius: 50%;
	border: none;
}

.FacultySection1 .cardBtn a:hover .ISpan {
	background: var(--site-color2);
}

.FacultySection1 .card:hover::before {
	height: 120px;
}

.FacultySection1 .card .img-container {
	width: 130px;
	height: 130px;
	transition: all 0.5s ease-in-out;
}

.FacultySection1 .card .img-container img {
	width: 100%;
	height: 100%;
	transform: scale(1);
	transition: all 0.5s ease-in-out;
}

.FacultySection1 .card:hover .img-container img {
	transform: scale(0.8);
}

.FacultySection1 .card h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 8px;
	pointer-events: none;
}

.FacultySection1 .card p {
	font-size: 14px;
}

/* Faculty Section 1 */






/* Faculty Section 2 */
.FacultySection2 {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: var(--site-bg-1);
}

.FacultySection2 .cardBtn {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.FacultySection2 .cardBtn a {
	padding: 5px 0px 8px 0px;
	font-size: 14px;
	position: relative;
	background: var(--primary-color);
	outline: 0;
	box-shadow: none;
	transition: .2s ease-in-out;
	color: #fff !important;
	border: none;
}

.FacultySection2 .cardBtn a .ISpan {
	position: absolute;
	right: 7px;
	background: var(--secondary-color);
	font-size: 10px;
	padding: 4px;
	height: 22px;
	width: 22px;
	border-radius: 50%;
	border: none;
}

.FacultySection2 .cardBtn a:hover {
	transform: translateY(-3px);
	box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}

.FacultySection2 .card {
	background-color: #ffffff;
	border: 0;
	padding: 4px;
	height: 100%;
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.FacultySection2 .card:hover {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.FacultySection2 .card:hover .cardImage img {
	transform: scale(1.1);
}

.FacultySection2 .card .cardImage {
	overflow: hidden;
}

.FacultySection2 .card .cardImage img,
.faculty_dep .card .cardImage img {
	object-fit: cover;
	aspect-ratio: 16/9;
	transition: 0.5s all ease-in-out;
}

.FacultySection2 .card h2 {
	font-size: 27px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: bold;
	text-transform: capitalize;
}

.FacultySection2 .card .card-title {
	color: var(--primary-color);
	text-transform: capitalize;
	padding-bottom: 5px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	height: 30px;
	text-align: left;
	margin-bottom: 15px;
	font-weight: normal;
	line-height: 1.2;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0;
	margin: 0;
	font-size: 18px;
}

.FacultySection2 .card .card-body {
	padding: 15px;
}

.FacultySection2 .card .card-text {
	font-family: "Raleway", sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #080808;
}

/* Faculty Section 2 */





/* Faculty Section 2 */
.FacultySection3 {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: var(--site-bg-1);
}

.FacultySection3 .cardBtn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #e7e7e7;
	margin-top: 20px;
	padding-top: 13px;
}


.FacultySection3 .cardBtn a {
	padding: 7px 0px 8px 0px;
	font-size: 14px;
	position: relative;
	background: var(--primary-color);
	outline: 0;
	box-shadow: none;
	transition: .2s ease-in-out;
	border: none;
}

.FacultySection3 .cardBtn a .dSpan {
	color: #fff;
}

.FacultySection3 .cardBtn a .ISpan {
	position: absolute;
	right: 7px;
	background: var(--secondary-color);
	font-size: 10px;
	padding: 4px;
	height: 22px;
	width: 22px;
	border-radius: 50%;
	border: none;
}

.FacultySection3 .cardBtn a:hover {
	transform: translateY(-3px);
	box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}

.FacultySection3 .card {
	background-color: #ffffff;
	border: 0;
	padding: 4px;
	height: 100%;
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.FacultySection3 .card:hover {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.FacultySection3 .card:hover .cardImage img {
	transform: scale(1.1);
}

.FacultySection3 .card .cardImage {
	overflow: hidden;
}

.FacultySection3 .card .cardImage img,
.faculty_dep .card .cardImage img {
	object-fit: cover;
	aspect-ratio: 16/9;
	transition: 0.5s all ease-in-out;
}

.FacultySection3 .card h2 {
	font-size: 27px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: bold;
	text-transform: capitalize;
}

.FacultySection3 .card .card-title {
	color: var(--site-title);
	text-transform: capitalize;
	padding-bottom: 5px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	height: 31px;
	text-align: center;
	margin-top: 4px !important;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0;
	margin: 0;
	font-size: 16px;
}

.FacultySection3 .card .card-body {
	padding: 10px;
}

.FacultySection3 .card .card-text {
	font-family: "Raleway", sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #080808;
}

/* Faculty Section 3 */




/* News Section 1 */
.NewsSection1 {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: var(--site-bg-1);
}

.NewsSection1 .cardBtn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #e7e7e7;
	margin-top: 20px;
	padding-top: 13px;
}

.NewsSection1 .cardBtn a {
	padding: 7px 0px 8px 0px;
	font-size: 14px;
	position: relative;
	background: var(--primary-color);
	outline: 0;
	box-shadow: none;
	transition: .2s ease-in-out;
	color: #fff !important;
	border: none;
}

.NewsSection1 .cardBtn a .ISpan {
	position: absolute;
	right: 7px;
	background: var(--secondary-color);
	font-size: 10px;
	padding: 4px;
	height: 22px;
	width: 22px;
	border-radius: 50%;
	border: none;
}

.NewsSection1 .cardBtn a:hover {
	transform: translateY(-3px);
	box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}

.NewsSection1 .card {
	background-color: #ffffff;
	border: 0;
	padding: 4px;
	height: 100%;
	box-shadow: rgba(17, 12, 46, 0.05) 0px 48px 100px 0px;
}

.NewsSection1 .card:hover {
	box-shadow: rgba(50, 50, 93, 0.10) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.NewsSection1 .card:hover .cardImage img {
	transform: scale(1.1);
}

.NewsSection1 .card:hover .card-title {
	color: var(--secondary-color);
}

.NewsSection1 .card .cardImage {
	overflow: hidden;
}

.NewsSection1 .card .cardImage img,
.faculty_dep .card .cardImage img {
	object-fit: cover;
	aspect-ratio: 16/9;
	transition: 0.5s all ease-in-out;
}

.NewsSection1 .card h2 {
	font-size: 27px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: bold;
	text-transform: capitalize;
}

.NewsSection1 .card .card-title {
	text-transform: capitalize;
	padding-bottom: 5px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	height: 60px;
	text-align: left;
	margin-bottom: 15px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0;
	margin: 0;
	font-size: 16px;
}

.NewsSection1 .card .card-body {
	padding: 15px 25px;
}

.NewsSection1 .card .card-date {
    font-size: 0.8rem; 
    margin: 0;
    color: #7e7e7e;
}

.NewsSection1 .card .card-date .news-icom {
	color: var(--site-color2);
}

.NewsSection1 .card .card-body-date {
	border-bottom: 1px solid #e7e7e7;
	padding: 12px 30px;
	background: #fafafa;
}

.NewsSection1 .card .card-text {
	font-family: "Raleway", sans-serif;
	font-weight: 300;
	font-size: 12px;
	color: var(--site-desp);
	margin: 0;
}

/* News Section 1 */





/* Corner 1 Slider */
.corner1Slider .cornerSlider .imgDiv {
	padding: 0px 17px;
}

.corner1Slider .cornerSlider .imgText {
	padding-left: 0px;
}

.corner1Slider .cornerSlider .imgText h2 {
	font-size: 17px;
	font-weight: bold;
	color: #2e2e2e;

}

.corner1Slider .cornerSlider img {
	width: 100%;
	aspect-ratio: 16/10;
	border-radius: 5%;
	color: #2e2e2e;
}

/* Corner 1 Slider */




/* Corner Section Slider 2 */
.CornerSection2 {
	background-color: var(--site-bg-1);
}

.CornerSectionSlider2 {
	margin-bottom: 0px !important;
}

.CornerSectionSlider2 .cornerSlider .cornerRow {
	background-color: var(--site-color1);
	border-radius: 10px;

}

.CornerSectionSlider2 .cornerSlider .cornerRow {
	background-color: var(--site-white-hover);
	border-radius: 10px;
	border: 1px solid var(--site-color1);
}

.CornerSectionSlider2 .cornerSlider .cornerRow:hover .imgText h2 {
	color: var(--site-color2);
}

.CornerSectionSlider2 .cornerSlider .imgDiv {
	padding: 0px;
}

.CornerSectionSlider2 .cornerSlider .imgText {
	padding-left: 0px;
}

.CornerSectionSlider2 .cornerSlider .imgText h2 {
	font-size: 17px;
	font-weight: bold;
	color: var(--site-color1);
}

.CornerSectionSlider2 .cornerSlider img {
	width: 100%;
	aspect-ratio: 16/16;
	border-radius: 5%;
	padding: 10px;
}

/* Corner Section Slider 2 */





/* Corner Section Slider 1 */
.CornerSection1 {
	background-color: var(--site-bg-2);
}

.CornerSectionSlider1 {
	margin-bottom: 0px !important;
}

.CornerSectionSlider1 .cornerSlider .cornerRow {
	background-color: var(--site-color1);
	border-radius: 10px;
}

.CornerSectionSlider1 .cornerSlider .cornerRow:hover .imgText h2 {
	color: var(--site-white-hover);
}

.CornerSectionSlider1 .cornerSlider .imgDiv {
	padding: 0px;
}

.CornerSectionSlider1 .cornerSlider .imgText {
	padding-left: 0px;
}

.CornerSectionSlider1 .cornerSlider .imgText h2 {
	font-size: 17px;
	font-weight: bold;
	color: var(--site-white);
}

.CornerSectionSlider1 .cornerSlider img {
	width: 100%;
	aspect-ratio: 16/10;
	border-radius: 5%;
	padding: 10px;
}

/* Corner Section Slider 1 */




/* About Section 1 */

.AboutSection1 {
	background-color: var(--site-bg-1);
}

.AboutSection1 .card {
	border: none;
	padding: 40px 16px;
	background-color: #ffffff;
	transition: all 0.5s ease-in-out;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

.AboutSection1 .ImageDiv img {
	width: 100%;
	/* aspect-ratio: 16/10; */
	color: #2e2e2e;
}

.AboutSection1 .ImageDiv {
	display: flex;
	justify-content: center;
	align-items: center;
}

.AboutSection1 .DescDiv h1 {
	color: var(--site-title);
	font-size: 35px;
	line-height: 1.55;
	font-weight: 600;
	letter-spacing: 1px;
}

.AboutSection1 .DescDiv p {
	color: var(--site-desp);
	font-size: 18px;
	line-height: 1.55;
	font-weight: normal;
	letter-spacing: 1px;
}

/* About Section 1 */




/* About Section 2 */

.AboutSection2 {
	background-color: var(--site-bg-2);
}

.AboutSection2 .card {
	border: none;
	padding: 40px 0px;
	background-color: transparent;
}

.AboutSection2 .ImageDiv img {
	width: 100%;
	color: #2e2e2e;
}

.AboutSection2 .ImageDiv {
	display: flex;
	justify-content: center;
	align-items: center;
}

.AboutSection2 .DescDiv h1 {
	color: var(--site-title);
	font-size: 35px;
	line-height: 1.55;
	font-weight: 600;
	letter-spacing: 1px;
}

.AboutSection2 .DescDiv p {
	color: var(--site-desp);
	font-size: 18px;
	line-height: 1.55;
	font-weight: normal;
	letter-spacing: 1px;
}

/* About Section 2 */






/* Header Top 1 */
.header-top1 {
	background-color: var(--site-white-hover);
}

.logo h1 a{
	color: var(--primary-color);
}

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

.header-top1 .logo .data h2,
.header-top1 .logo .data h1 {
	font-size: 22px;
	margin: 0.2rem 0;
}

.header-top1 .logo .data p {
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 0;
}

.header-top1 .logo .data h6 {
	font-size: 14px;
	margin: 0px;
	font-weight: normal;
}


.header-top1 .phone_div .phone_header {
	display: flex;
	align-items: center;
	margin: auto;
	justify-content: end;
}

.mbPhone {
	margin-bottom: 10px !important;
}

.header-top1 .phone_div .phone_header .title_phone .pnone_title {
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	color: #686868;
	font-size: 12px;
	line-height: 1.5;
}

.header-top1 .phone_div .phone_header .title_phone .phone {
	display: block;
	color: #000000;
	font-size: 14px;
}

.header-top1 .phone_div .phone_header .fa_icon {
	color: var(--site-color1);
	font-size: 10px;
	line-height: 1.5;
	border: 1px solid var(--site-color1);
	padding: 6px;
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin-right: 6px;
}

/* Header Top 1 */








/* Topbar 1 */
.top-bar1 {
	padding: 5px 0px;
	background-color: var(--primary-color);
}

.top-bar1-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.top-bar1-inner .list-unstyled {
	display: flex;
	align-items: center;
}

.top-bar1 .content .LangBtn {
	font-size: 12px;
	background-color: var(--secondary-color);
	color: #fff;
	padding: 2px 10px;
	border-radius: 4px;
	font-weight: 400;
}

.top-bar1 .content li {
	display: inline-block;
	margin-right: 10px;
	font-weight: 500;
	font-size: 12px;
}

.top-bar1 .content li:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border-right: 0px;
}

.top-bar1 .content li i {
	margin-right: 5px;
	padding-right: 10px;
}

.top-bar1 .social li {
	display: inline-block;
	margin: 0;
	margin-right: 10px;
}

.top-bar1 .social li .sc-icon {
	display: inline-block;
	margin: 0;
	font-size: 12px;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--secondary-color);
	background: #ffffff;
    border-radius: 2.5px;
}
.top-bar1 .social li .sc-icon:hover{
	color: var(--primary-color);
}

.top-bar1 .social li:last-child {
	margin-right: 0px;
}

.top-bar1 .social li a img {
	width: 100px;
	padding: 2.5px 5px;
	background: white;
	border-radius: 2.5px;
}

/* Topbar 1 */








/* NoticePart1 marquee 1 */
.NoticePart1 {
	background-color: var(--site-white-hover);
}

.NoticePart1 .simple-marquee-container {
	background-color: var(--site-white-hover);
	width: 100%;
	display: flex;
	overflow: hidden;
	box-sizing: border-box;
	height: 30px;
	position: relative;
	cursor: pointer;
}

.NoticePart1 .simple-marquee-container .marquee-sibling {
	width: 24%;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	text-align: center;
	float: left;
	left: 0;
	z-index: 11;
	font-size: 13px;
	padding: 0px 10px;
	margin-right: 20px;
}

.NoticePart1 .simple-marquee-container .marquee-sibling a {
	background-color: var(--site-color2) !important;
	color: #fff !important;
}

.NoticePart1 .simple-marquee-container .marquee-sibling {
	background-color: var(--site-color2) !important;
	color: #fff !important;
}

.NoticePart1 .simple-marquee-container .marquee-content-items {
	padding: 5px;
	margin: 0;
	height: 30px;
	position: relative;
	display: flex;
	align-items: center;
}

.NoticePart1 .simple-marquee-container .marquee-content-items li {
	color: var(--site-black);
	font-size: 13px;
}

.NoticePart1 .simple-marquee-container .marquee-content-items li a {
	color: var(--site-black);
}

/* NoticePart1 marquee 1 */




/* gellary-section 2 */
.gellary-section2 {
	background-color: var(--site-bg-2);
}

.gellary-section2 .theme-btn {
	font-size: 12px;
	padding: 3px 10px;
}

.gellary-section2 .head h2 {
	color: var(--site-title);
}

.gellary-section2 .head h6 {
	color: var(--site-title);
}

.gellary-section2 .gallery-content a {
	color: #000000;
}


.gellary-section2 .gellary-box {
	position: relative;
}

.gellary-section2 .gellary-box .text p {
	font-size: 15px;
	color: #fff;
	position: absolute;
	bottom: 0;
	background: #2e3094;
	width: 100%;
	text-align: center;
	opacity: 1;
	margin: 0;
}

.gellary-section2 .gellary-box img {
	width: 100%;
	aspect-ratio: 16/9;
	object-fit: cover;
}

.gellary-section2 .gellary-box .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #06060654;
	overflow: hidden;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .3s ease;
	transition: .3s ease;
	opacity: 1;
}

.gellary-section2 .gellary-box:hover .overlay {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.gellary-section2 .gellary-box .overlay .text a {
	opacity: 1;
	color: white;
	font-size: 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	overflow: visible;
}

.gellary-section2 .gallery-content {
	margin: 10px 10px 0px 10px;
}

.gellary-section2 .gallery-content a {
	color: #222;
}

.gellary-section2 .gallery-content a:hover {
	opacity: 0.8;
}

.gellary-section2 .gallery-content a h2 {
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
	color: var(--site-title);
}

.eventPart .card {
	padding: 4px;
	border: none;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
	height: 100%;
}

/* gellary-section 2 */


/* .TopSection2Slider .slick-prev {
    top: 50%;
    left: 1%;
    z-index: 999;
    background: #0b2653;
    font-size: 24px;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 20px;
} */

/* breadcrumb Div */

.breadcrumbDiv {
	/* background-color: #fff;
	background: #f9f9f9; */
	background: linear-gradient(#ffffffe0, #e1e1e1), url('../css/images/bg.jpg') no-repeat center center fixed;
    background-size: contain;
    box-shadow: 5px 5px 10px #27272714;
}
.breadcrumbDiv h1{
	font-size: 2rem;
    font-weight: bold;
    margin-top: 20px;
}
.breadcrumbDiv .breadcrumb-item a{
	color: var(--primary-color);
}

.breadcrumbDiv .breadcrumb {
	justify-content: center;
	margin: 0;
}

.breadcrumbDiv .breadcrumb-item.active {
	color: var(--secondary-color);
}

.breadcrumbDiv .breadcrumb-item {
	font-size: 14px;
}

/* breadcrumb Div */
.textBlack {
	color: var(--site-black);
	font-weight: bold;
}

.textBlack:hover {
	color: var(--site-black);
}




.slick-prev:before {
	content: "\2039";
	color: #FFF;
	font-weight: bold;
	font-size: 30px;
	margin-top: -5px;
}

.slick-next:before {
	content: "\203A";
	color: #FFF;
	font-weight: bold;
	font-size: 30px;
	margin-top: -5px;
}

.slick-prev {
	background: var(--site-color2-opacity);
	border-radius: 50%;
	width: 25px;
	height: 25px;
	left: 1%;
	z-index: 99;
	align-items: center;
	display: flex;
	justify-content: center;

}

.slick-next {
	background: var(--site-color2-opacity);
	border-radius: 50%;
	width: 25px;
	height: 25px;
	right: 1%;
	z-index: 99;
	align-items: center;
	display: flex;
	justify-content: center;

}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: var(--site-btn);
}

.noticeTopTitel {
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--site-color2-opacity);
}

.noticeTopTitel h1 {
	font-size: 30px;
	margin-bottom: 10px;
	color: var(--site-title);
}

.noticeTopTitel p {
	font-size: 12px;
	margin-bottom: 0;
	color: #ffffff;
	background-color: var(--site-color2);
	display: inline;
	padding: 4px 20px;
	font-weight: bold;
	border-radius: 6px;
}


.profile-section .profileImg {
	width: 100%;
	padding: 13px 40px 0 40px;
}

.profile-section .teachers-info {
	text-align: center;
}

.profile-section .teachers-info h1 {
	color: var(--site-title);
	font-size: 25px;
}

.profile-section .teachers-info span {
	color: var(--site-desp);
	font-size: 16px;
}

.profile-section .cardDetails {
	padding: 17px;
	height: 100%;
	background-color: #ffffff;
	border: none;
}

.profile-section .cardImage {
	height: 100%;
	align-items: center;
	justify-content: center;
	background-color: var(--site-color2-opacity);
	border: none;
}




.linkSection1 {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
}

.linkSection1 .head h1 {
	display: inline-block;
	padding-bottom: 5px;

	font-size: 35px;
}

.linkSection1 .link-box a {
	background-color: #fff;
	color: var(--site-title);
	width: 100%;
	display: block;
	font-weight: 600;
	padding: 7px 2px;
	border-radius: 10px 0px;
	font-size: 13px;
	transition: 0.5s;
}

.linkSection1 .link-box a:hover {
	color: #fff;
	background-color: #ad0080;
}





/* Group Style 1 */
.GroupStyle1 {
	background-color: var(--site-bg-1);
}

.GroupStyle1 .news-item {
	border-bottom: unset;
	padding: 0px 10px;
}

.GroupStyle1 .cardNotice {
	border-left: 2px solid #ececec !important;
}

.GroupStyle1 .card {
	border: 1px solid #ececec;
	border-left: 2px solid #2e3094;
	margin-bottom: 10px;
}

.GroupStyle1 .card .card-body {
	padding: 10px;
	display: flex;
	align-items: center;
}

.GroupStyle1 .card:hover {
	border-left: 2px solid var(--site-color2-hover);
}

.GroupStyle1 .details-body h5 {
	font-size: 18px;
	margin: 0;
}

.GroupStyle1 .details-body .d-t {
	font-size: 16px;
}

.GroupStyle1 .boxDiv {
	display: flex;
	margin-bottom: 10px;
	align-items: center;
	background-color: var(--site-white-hover);
	padding: 10px 10px;
	border-radius: 5px;
	border-bottom: 1px solid #0035f747;
}

.GroupStyle1 .boxDiv .boxImage {
	width: 18%
}

.GroupStyle1 .boxDiv .boxImage img {
	aspect-ratio: 16/10;
	object-fit: cover;
}

.GroupStyle1 .boxDiv .boxDec {
	padding: 0 10px 0 15px;
	width: 82%;
}

.GroupStyle1 .boxDiv .boxDec h2 {
	font-size: 16px;
	color: var(--site-black);
	display: block;
}

.GroupStyle1 .boxDiv:hover .boxDec h2 {
	color: var(--site-color1);
}

.GroupStyle1 .boxDiv .boxDec a {
	font-size: 10px;
}

.GroupStyle1 .cardBox1 {
	background-color: var(--site-color2-opacity);
	padding: 20px 15px;
	border-radius: 8px;
	height: 100%;
}

.GroupStyle1 .cardBox2 {
	background-color: var(--site-color2-opacity);
	padding: 20px 15px;
	border-radius: 8px;
	height: 100%;
}

/* notice-list */

.Teacher-section  .form-control{
    font-size: .9rem;
    line-height: 1.7;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid var(--primary-color);
}
.Teacher-section button{
	border-radius: 0;
}

.MemberDiv{
	background: #fff;
    padding: 10px;
    border-radius: 5px;
    height: 100%;
}

.MemberDiv .MemberImageDiv img {
    width: 100%;
    aspect-ratio: 1.77 / 2.17;
    object-fit: cover;
    border-radius: 5px;
	transition: 0.5s ease;
}
.MemberDiv .MemberInfoDiv{
	text-align: center;
}
.MemberDiv .MemberInfoDiv h4{
	margin: 10px 0 0;
    line-height: 1.27;
	color: var(--primary-color);
	font-weight: bold;
	font-size: 1.1rem;
	transition: 0.5s ease;
}
.MemberDiv .MemberInfoDiv span{
	font-size: 0.9rem;
	color: var(--secondary-color);
}
.MemberDiv a:hover img{
	transform: scale(1.025);
}
.MemberDiv a:hover h4{
	color: var(--secondary-color);
}

/* Button Glowing CSS */
.button {
	background-color: #222;
	-webkit-border-radius: 10px;
	border-radius: 2px;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-family: Arial;
	font-size: 13px;
	padding: 0px 10px;
	text-align: center;
	text-decoration: none;
	-webkit-animation: glowing 1500ms infinite;
	-moz-animation: glowing 1500ms infinite;
	-o-animation: glowing 1500ms infinite;
	animation: glowing 1500ms infinite;
}

:root {
	--color-one: var(--primary-color);
	--color-two: var(--site-color2);
}

@-webkit-keyframes glowing {
	0% {
		background-color: var(--color-one);
		-webkit-box-shadow: 0 0 3px var(--color-one);
	}

	50% {
		background-color: var(--color-two);
		-webkit-box-shadow: 0 0 10px var(--color-two);
	}

	100% {
		background-color: var(--color-one);
		-webkit-box-shadow: 0 0 3px var(--color-one);
	}
}

@-moz-keyframes glowing {
	0% {
		background-color: var(--color-one);
		-moz-box-shadow: 0 0 3px var(--color-one);
	}

	50% {
		background-color: var(--color-two);
		-moz-box-shadow: 0 0 40px var(--color-two);
	}

	100% {
		background-color: var(--color-one);
		-moz-box-shadow: 0 0 3px var(--color-one);
	}
}

@-o-keyframes glowing {
	0% {
		background-color: var(--color-one);
		box-shadow: 0 0 3px var(--color-one);
	}

	50% {
		background-color: var(--color-two);
		box-shadow: 0 0 10px var(--color-two);
	}

	100% {
		background-color: var(--color-one);
		box-shadow: 0 0 3px var(--color-one);
	}
}

@keyframes glowing {
	0% {
		background-color: var(--color-one);
		box-shadow: 0 0 3px var(--color-one);
	}

	50% {
		background-color: var(--color-two);
		box-shadow: 0 0 10px var(--color-two);
	}

	100% {
		background-color: var(--color-one);
		box-shadow: 0 0 3px var(--color-one);
	}
}

/* Button Glowing CSS */

/***** Multi Checkbox ******/
.checkbox-div {
	background: #f0f0ff;
	display: inline-block;
	padding: 2px 10px;
	border-radius: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.border-success {
	border: 2px solid #2ebb00;
}

.shaker {
	/* Start the shake animation and make the animation last for 0.5 seconds */
	animation: shake 0.3s;
	/* When the animation is finished, start again */
	animation-iteration-count: 1;
}

@keyframes shake {
	0% {
		transform: translate(1px, 1px) rotate(0deg);
	}

	10% {
		transform: translate(-1px, -2px) rotate(-1deg);
	}

	20% {
		transform: translate(-3px, 0px) rotate(1deg);
	}

	30% {
		transform: translate(3px, 2px) rotate(0deg);
	}

	40% {
		transform: translate(1px, -1px) rotate(1deg);
	}

	50% {
		transform: translate(-1px, 2px) rotate(-1deg);
	}

	60% {
		transform: translate(-3px, 1px) rotate(0deg);
	}

	70% {
		transform: translate(3px, 1px) rotate(-1deg);
	}

	80% {
		transform: translate(-1px, -1px) rotate(1deg);
	}

	90% {
		transform: translate(1px, 2px) rotate(0deg);
	}

	100% {
		transform: translate(1px, -2px) rotate(-1deg);
	}
}


/*============================================================================================
	Hero Area
==============================================================================================*/
.hero-area {
	padding-bottom: 10px;
}

.hero-slider {
	margin-top: 24px;
}

.hero-single-slider {
	height: 480px;
	border-radius: 8px;
	position: relative;
	background-size: 100% 100%;
}

.hero-single-slider .row.justify-content-center {
	height: 480px;
}

.hero-single-slider::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(180deg,
			rgba(44, 51, 51, 0) 0%,
			rgba(44, 51, 51, 0) 41.46%,
			#20262e 100%);
	border-radius: 8px;
}

.hero-content {
	z-index: 2;
	position: relative;
	margin-bottom: 48px;
	text-align: center;
}

.hero-content-title {
	color: #fff;
	margin: 0;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.hero-area .owl-item.active .hero-content-title {
	animation: fadeInUp 1s both 1.2s;
}

/* Slider Control */
.hero-area .owl-controls {
	position: absolute;
	width: 100%;
	bottom: 16px;
}

.hero-area .owl-nav {
	position: absolute;
	right: 16px;
	bottom: 0;
}

.hero-area .owl-dots {
	position: absolute;
	left: 14px;
	bottom: 0;
}

.hero-area .owl-theme .owl-nav [class*="owl-"] {
	border-radius: 4px;
	padding: 0;
	margin: 0;
	width: 32px;
	height: 32px;
	line-height: 35px;
	background: var(--secondary-color);
	color: var(--primary-color);
	font-size: 20px;
	transition: all 0.4s ease;
}

.hero-area .owl-theme .owl-nav [class*="owl-"]:hover {
	opacity: 0.8;
}

.hero-area .owl-prev {
	margin-right: 12px !important;
}

.hero-area .owl-theme .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	margin: 0 2px;
	background: var(--secondary-color);
	transition: all 0.4s ease;
}

.hero-area .owl-theme .owl-dots .owl-dot.active span,
.hero-area .owl-theme .owl-dots .owl-dot:hover span {
	background: var(--primary-color);
}

@media only screen and (max-width: 767px) {
	.hero-single-slider {
		height: 320px;
	}

	.hero-single-slider .align-self-end {
		align-self: initial !important;
	}

	.hero-content-title {
		font-size: 24px;
		margin-top: 60%;
	}

	.hero-content {
		margin-bottom: 0;
		padding: 0px 16px;
	}

	.hero-area .owl-theme .owl-nav [class*="owl-"] {
		width: 28px;
		height: 28px;
		line-height: 32px;
	}

	.hero-single-slider::before {
		background: linear-gradient(180deg,
				rgba(44, 51, 51, 0) 0%,
				rgba(44, 51, 51, 0.27) 41.46%,
				#20262e 100%);
	}

	.hero-area .owl-nav {
		bottom: -3px;
	}
}

/*============================================================================================
	  End Hero Area
  ==============================================================================================*/



/*============================================================================================
	About Us Area
==============================================================================================*/
.about-us-area {
	position: relative;
}

.about-us-img {
	position: relative;
}

.about-us-img::before {
	position: absolute;
	content: "";
	width: 424px;
	height: 520px;
	top: 0;
	left: 0;
	border-radius: 8px;
	background: linear-gradient(180deg,
			rgba(44, 51, 51, 0) 0%,
			rgba(44, 51, 51, 0) 48.75%,
			#20262e 100%);
}

.about-us-img img {
	width: 424px;
	height: 520px;
	object-fit: cover;
	border-radius: 8px;
}

.about-content {
	background: var(--white-color);
	border-radius: 8px;
	box-shadow: 0px 16px 48px 0px rgba(32, 38, 46, 0.08);
	padding: 24px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	width: 70%;
}

.about-cont-title {
	font-size: 31px;
	position: relative;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
}

.title-seperetor {
	width: 217px;
	height: 5px;
	background: var(--secondary-color);
	display: block;
}

.about-cont-text {
	margin: 0;
	padding-top: 16px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.about-cont-btn {
	margin-top: 12px;
}

.about-cont-btn .theme-btn {
	border-radius: 24px;
	font-weight: 600;
	padding: 7px 16px;
	line-height: 150%;
}

/* About Us Page */
.about-us-page-img {
	padding-right: 12px;
}

.about-us-page-img img {
	width: 100%;
	height: 480px;
	object-fit: cover;
	border-radius: 8px;
}

.about-us-page-content {
	padding-left: 24px;
}

.about-us-page-cont-title {
	position: relative;
	padding-bottom: 8px;
	margin-bottom: 24px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.about-us-page-cont-title::before {
	position: absolute;
	content: "";
	width: 217px;
	height: 5px;
	background: var(--secondary-color);
	bottom: 0;
	left: 0;
}

/* Institute Statistics  */
.institute-statistics-group {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 80px;
}

.about-mission-vission.bg-color {
	background: #f8f8f8;
}

.single-institute-card {
	text-align: center;
	border: 1px solid var(--border-color);
	border-radius: 100%;
	padding: 56px 24px;
	width: 200px;
	height: 200px;
	overflow: hidden;
	transition: all 0.4s ease;
	margin-top: 24px;
}

.single-institute-card:hover {
	border: 1px solid var(--primary-color);
}

.single-institute-card h3 {
	margin-bottom: 4px;
	color: var(--primary-color);
	font-weight: 800;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.single-institute-card p {
	font-size: 18px;
	margin: 0;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

/* About Mission Vission */
.about-mission-vission.bg-color {
	background: #f8f8f8;
}

.about-mission-vission-cont-title {
	position: relative;
	padding-bottom: 8px;
	margin-bottom: 24px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.about-mission-vission-cont-title::before {
	position: absolute;
	content: "";
	width: 222px;
	height: 5px;
	background: var(--secondary-color);
	bottom: 0;
	left: 0;
}

.about-mission-vission-cont-text {
	margin-bottom: 24px;
}

.about-mission-vission-cont-list-title {
	margin-bottom: 24px;
	display: block;
	font-weight: 700;
	color: var(--title-color);
}

.about-mission-vission-cont-list ul li {
	position: relative;
	margin-bottom: 8px;
	padding-left: 12px;
}

.about-mission-vission-cont-list ul li::before {
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 100%;
	top: 10px;
	left: 0;
	background: var(--title-color);
}

.about-mission-vission-img {
	position: relative;
}

.about-mission-vission-img::before {
	position: absolute;
	content: "";
	width: 648px;
	height: 480px;
	background: linear-gradient(180deg,
			rgba(44, 51, 51, 0) 0%,
			rgba(44, 51, 51, 0) 48.75%,
			#20262e 100%);
	top: 0;
	left: 0;
	border-radius: 8px;
}

.about-mission-vission-img img {
	width: 100%;
	height: 480px;
	object-fit: cover;
	border-radius: 8px;
}

.about-mission-vission-content {
	margin-right: 24px;
}

.about-mission-vission-img {
	margin-left: 12px;
}

.about-mission-vission-img.style-2 {
	margin: 0;
	margin-right: 12px;
}

.about-mission-vission-content.style-2 {
	margin: 0;
	margin-left: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.institute-statistics-group {
		grid-template-columns: repeat(4, 1fr);
		gap: 24px;
	}

	.about-mission-vission-img::before {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about-mission-vission-content.style-2 {
		margin-left: 0;
		margin-top: 24px;
	}

	.about-mission-vission-img {
		margin-left: 0;
		margin-top: 24px;
	}

	.institute-statistics-group {
		grid-template-columns: repeat(3, 1fr);
		gap: 24px;
	}

	.about-us-page-content {
		padding-left: 0;
		margin-top: 24px;
	}
}

@media only screen and (max-width: 767px) {
	.about-us-img img {
		width: 100%;
		height: 320px;
	}

	.about-us-img::before {
		width: 100%;
		height: 100%;
	}

	.about-content {
		padding: 19px;
		position: inherit;
		transform: none;
		width: 100%;
		margin-top: 24px;
	}

	.about-cont-title {
		font-size: 24px;
	}

	.title-seperetor {
		width: 92px;
		height: 4px;
	}

	.about-us-page-img img {
		height: 260px;
	}

	.about-us-page-img {
		padding-right: 0;
	}

	.about-us-page-content {
		padding-left: 0;
		margin-top: 24px;
	}

	.about-us-page-cont-title {
		margin-bottom: 16px;
		font-size: 24px;
	}

	.about-us-page-cont-title::before {
		width: 100px;
		height: 4px;
	}

	.institute-statistics-group {
		grid-template-columns: repeat(2, 1fr);
		gap: 24px;
	}

	.single-institute-card {
		padding: 30px 12px;
		width: 130px;
		height: 130px;
		margin-top: 0;
	}

	.single-institute-card h3 {
		font-size: 28px;
	}

	.single-institute-card p {
		font-size: 14px !important;
	}

	.about-mission-vission-cont-title {
		margin-bottom: 16px;
		font-size: 24px;
	}

	.about-mission-vission-cont-title::before {
		width: 100px;
		height: 4px;
	}

	.about-mission-vission-content {
		margin-right: 0;
	}

	.about-mission-vission-img {
		margin-left: 0;
	}

	.about-mission-vission-img img {
		height: 260px;
	}

	.about-mission-vission-img::before {
		width: 100%;
		height: 100%;
	}

	.about-mission-vission-content.style-2 {
		margin-left: 0;
		margin-top: 24px;
	}

	.about-mission-vission-img {
		margin-top: 24px;
	}

	.col-lg-6.col-12.order-class {
		order: -1;
	}

	.col-lg-6.col-12.order-class .about-mission-vission-img {
		margin: 0;
		margin-bottom: 24px;
	}
}

/*============================================================================================
	  End About Us Area
  ==============================================================================================*/
.section-head {
	margin: 25px 0;
}

.section-head-title {
	margin: 0;
	font-size: 31px;
	display: flex;
	align-items: baseline;
	gap: 16px;
	white-space: nowrap;
}
.section-head a{
	color: #222;
}
.section-head a:hover{
	color: var(--primary-color);
}


.title-line.style-4 {
	width: 52%;
}

.title-line.style-3 {
	width: 85%;
}

.title-line {
	width: 100%;
	height: 1px;
	bottom: 0;
	right: 0;
	background: var(--site-color1);
	display: block;
}

/*============================================================================================
	Corner Message Area
==============================================================================================*/
.single-corner-message {
	background: var(--white-color-2);
	padding: 20px 20px 24px 20px;
	border-radius: 8px;
	transition: all 0.4s ease;
}

/* .single-corner-message:hover {
	background: var(--white-color);
	box-shadow: 0px 16px 48px 0px rgba(32, 38, 46, 0.08);
  } */
.corner-message-img img {
	width: 160px !important;
	height: 180px !important;
	border-radius: 12px;
	box-shadow: 0px 2px 2px 0px rgba(32, 38, 46, 0.08);
	object-fit: cover;
}

.corner-message-top {
	display: flex;
	align-items: center;
	gap: 20px;
}

.corner-message-info {
	text-align: left;
}

.corner-message-info i {
	font-size: 2rem;
	color: var(--primary-color);
}

.corner-message-info-title {
	font-size: 1.1rem;
	line-height: 140%;
	margin-bottom: 12px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.corner-message-info-name {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	padding-top: 12px;
}

.c-message-title-seperetor {
	width: 88px;
	height: 3px;
	background: var(--secondary-color);
	display: block;
}

.corner-message-bottom {
	margin-top: 24px;
}

.corner-message-text {
	margin-bottom: 24px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.corner-message-btn {
	margin-top: 40px;
}

.corner-message-btn .theme-btn {
	border-radius: 16px;
	padding: 8px 12px;
	font-size: 14px;
	font-weight: 600;
	line-height: 120%;
	height: 32px;
}

.corner-message-btn .theme-btn i {
	font-size: 16px;
	top: 1px;
}

/* Slider Arrow */
.corner-message-area .owl-nav {
	position: absolute;
	right: 0;
	top: -58px;
}

.corner-message-area .owl-theme .owl-nav [class*="owl-"] {
	margin: 0;
	padding: 0;
	width: 32px;
	height: 32px;
	background: #fbfbfb;
	color: var(--hints-color);
	font-size: 24px;
	transition: all 0.4s ease;
	line-height: 37px;
	border-radius: 4px;
}

.corner-message-area .owl-theme .owl-nav [class*="owl-"]:hover {
	background: #f8f8f8;
	color: var(--title-color);
}

.corner-message-area .owl-prev {
	margin-right: 12px !important;
}

/* Corner Message Page */
.corner-message-page-widget-inner {
	background: var(--white-color);
	border-radius: 8px;
	box-shadow: 0px 12px 24px 0px rgba(32, 38, 46, 0.08);
	padding: 32px;
}

.corner-message-page-widget-top {
	padding: 0px 224px;
}

.c-message-page-widget-top-info {
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: center;
	margin-bottom: 24px;
	padding: 0px 150px;
}

.c-message-page-widget-top-info .corner-message-img img {
	width: 220px !important;
	height: 248px !important;
	max-width: 220px !important;
}

.corner-message-page-widget-bottom {
	border-top: 1px solid var(--border-color);
	padding-top: 24px;
	margin-top: 24px;
	position: relative;
}

.corner-message-page-widget-bottom::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translate(-50%);
	background: var(--border-color);
}

.c-message-page-widget-list {
	margin-bottom: 32px;
}

.c-message-page-widget-bottom-left {
	padding-right: 28px;
}

.c-message-page-widget-bottom-right {
	padding-left: 28px;
}

.c-message-page-widget-list:last-child {
	margin: 0;
}

.c-message-page-widget-list h6 {
	font-size: 20px;
	font-weight: 600;
	line-height: 150%;
	margin-bottom: 20px;
}

.c-message-page-widget-list ul li {
	margin-bottom: 20px;
	position: relative;
	padding-left: 14px;
}

.c-message-page-widget-list ul li:last-child {
	margin: 0;
}

.c-message-page-widget-list ul li::before {
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 100%;
	top: 9px;
	left: 0;
	background: var(--title-color);
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.corner-message-page-widget-top {
		padding: 0px 24px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.corner-message-text {
		height: auto;
	}

	.single-corner-message {
		min-height: 100%;
	}

	.corner-message-page-widget-top {
		padding: 0px 24px;
	}

	.c-message-page-widget-top-info {
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	.corner-message-top {
		display: block;
		width: 100%;
		text-align: center;
	}

	.corner-message-info-title {
		margin-bottom: -7px;
	}

	.corner-message-info {
		margin-top: 12px;
		text-align: center;
	}

	.corner-message-img img {
		width: 110px !important;
		height: 110px !important;
		display: inline-block !important;
	}

	.corner-message-info-title {
		font-size: 18px;
		margin-bottom: -6px;
	}

	.corner-message-img {
		text-align: center;
		display: inline-block;
	}

	.corner-message-info img {
		text-align: center;
		display: inline-block !important;
	}

	.c-message-title-seperetor {
		text-align: center;
		display: inline-block;
	}

	.corner-message-info-name {
		padding-top: 0;
	}

	.corner-message-text {
		margin-bottom: 0;
		height: 100%;
	}

	.corner-message-btn {
		margin-top: 24px;
	}

	.corner-message-area .owl-nav {
		top: -52px;
	}

	.corner-message-page-widget-top {
		padding: 0;
	}

	.c-message-page-widget-top-info {
		padding: 0;
		text-align: center;
		display: block;
	}

	.c-message-page-widget-top-info .corner-message-img img {
		width: 180px !important;
		height: 180px !important;
		max-width: 180px !important;
	}

	.corner-message-page-widget-inner {
		padding: 24px 16px;
	}

	.corner-message-page-widget-bottom::before {
		display: none;
	}

	.c-message-page-widget-list h6 {
		font-size: 18px;
		margin-bottom: 12px;
	}

	.c-message-page-widget-list ul li {
		font-size: 15px;
	}

	.c-message-page-widget-bottom-right {
		padding-left: 0;
		margin-top: 24px;
	}
}

/*============================================================================================
	  End Corner Message Area
  ==============================================================================================*/
/*============================================================================================
	Teachers Area
==============================================================================================*/
.teachers-area {
	padding-top: 40px;
}

.teachers-card-group {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 32px 24px;
}

.teachers-area.teachers-page .teachers-card-group {
	grid-template-columns: repeat(3, 1fr);
}

.single-teachers {
	display: flex;
	align-items: center;
	gap: 20px;
	box-shadow: 0px 2px 2px 0px rgba(32, 38, 46, 0.08);
	background: var(--white-color);
	border-radius: 12px;
	height: 180px;
	overflow: hidden;
	transition: all 0.4s ease;
}

.single-teachers:hover {
	box-shadow: 0px 16px 48px 0px rgba(32, 38, 46, 0.08);
}

.teachers-img img {
	width: 160px !important;
	height: 180px !important;
	max-width: 160px !important;
	border-radius: 12px;
	object-fit: cover;
}

.teachers-name {
	font-size: 20px;
	margin-bottom: 6px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	padding: 2px 0px;
}

.teachers-designation {
	color: var(--hints-color);
	margin: 0;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.teachers-social {
	margin-top: 12px;
}

.teachers-social li {
	display: inline-block;
	margin-right: 10px;
}

.teachers-social li a {
	width: 24px;
	height: 24px;
	line-height: 24px;
	background: var(--secondary-color);
	border-radius: 4px;
	color: var(--white-color);
	text-align: center;
	font-size: 14px;
}

.teachers-social li a:hover {
	background: var(--primary-color);
}

.teachers-social li:last-child {
	margin: 0;
}

.teachers-btn {
	margin-top: 16px;
}

.teachers-btn .theme-btn.secondary {
	border-radius: 16px;
	padding: 8px 16px;
	height: 32px;
	font-size: 14px;
	font-weight: 600;
	line-height: 120%;
}

.teachers-btn .theme-btn.secondary i {
	font-size: 16px;
	margin-left: 6px;
	position: relative;
	top: 1px;
}

/* Teacher Details */
.teacher-details-widget {
	background: var(--white-color);
	box-shadow: 0px 16px 48px 0px rgba(32, 38, 46, 0.08);
	padding: 24px;
	display: flex;
	align-items: center;
	gap: 24px;
}

.teacher-details-img img {
	max-width: 512px;
	height: 586px;
	width: 512px;
	object-fit: cover;
	border-radius: 16px;
}

.t-details-widget-info-top {
	border-bottom: 2px solid var(--secondary-color);
	padding-bottom: 12px;
	margin-bottom: 12px;
}

.t-details-widget-info-top h5 {
	line-height: 140%;
	margin-bottom: 6px;
}

.t-details-widget-info-top p {
	margin: 0;
	color: var(--hints-color);
	font-size: 18px;
}

.t-details-widget-info-bottom {
	display: flex;
	gap: 110px;
}

.t-details-widget-info-bottom-left p {
	font-size: 18px;
	margin-bottom: 8px;
	color: var(--hints-color);
}

.t-details-widget-info-bottom-left p:last-child {
	margin: 0;
}

.t-details-widget-info-bottom-left p span {
	display: inline-block;
	margin-left: 4px;
	color: var(--paragraph-color);
	font-weight: 700;
}

.t-details-widget-info-bottom-social span {
	color: var(--hints-color);
	font-size: 18px;
	margin-bottom: 6px;
	display: block;
}

.t-details-widget-info-bottom-social ul li {
	display: inline-block;
	margin-right: 8px;
}

.t-details-widget-info-bottom-social ul li:last-child {
	margin: 0;
}

.t-details-widget-info-bottom-social ul li a {
	width: 32px;
	height: 32px;
	line-height: 32px;
	background: var(--secondary-color);
	color: var(--white-color);
	font-size: 16px;
	transition: all 0.4s ease;
	text-align: center;
	border-radius: 4px;
}

.t-details-widget-info-bottom-social ul li a:hover {
	background: var(--primary-color);
}

.teacher-details-widget-content-main {
	margin-top: 36px;
}

.teacher-details-widget-content-main h6 {
	line-height: 150%;
	display: flex;
	align-items: baseline;
	white-space: nowrap;
	gap: 16px;
	margin-bottom: 20px;
}

.teacher-details-widget-content-main h6 span {
	margin: 0;
}

.teacher-details-widget-content-main p {
	margin-bottom: 24px;
}

.teacher-details-widget-content-main span {
	font-weight: 600;
	margin-bottom: 24px;
	display: block;
}

.teacher-details-widget-content-main ul li {
	position: relative;
	line-height: 150%;
	padding-left: 14px;
	margin-bottom: 8px;
}

.teacher-details-widget-content-main ul li:last-child {
	margin: 0;
}

.teacher-details-widget-content-main ul li::before {
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: var(--title-color);
	left: 0;
	top: 7px;
}

/* Related Teachers */
.related-teachers-area {
	padding: 40px 0px;
	background: #f8f8f8;
	overflow: hidden;
}

.related-teachers-area .owl-stage-outer {
	overflow: visible;
}

.related-teachers-area .owl-item {
	opacity: 0;
	transition: opacity 500ms;
}

.related-teachers-area .owl-item.active {
	opacity: 1;
}

/* Slider Arrow */
.related-teachers-area .owl-nav {
	position: absolute;
	right: 0;
	top: -58px;
}

.related-teachers-area .owl-theme .owl-nav [class*="owl-"] {
	margin: 0;
	padding: 0;
	width: 32px;
	height: 32px;
	background: #fbfbfb;
	color: var(--hints-color);
	font-size: 24px;
	transition: all 0.4s ease;
	line-height: 37px;
	border-radius: 4px;
}

.related-teachers-area .owl-theme .owl-nav [class*="owl-"]:hover {
	background: #f8f8f8;
	color: var(--title-color);
}

.related-teachers-area .owl-prev {
	margin-right: 12px !important;
}

.teachers-card-group::-webkit-scrollbar {
	width: 4px !important;
	height: 4px !important;
	display: block;
}

.teachers-card-group::-moz-scrollbar {
	width: 4px !important;
	height: 4px !important;
	display: block;
}

.teachers-card-group::-ms-scrollbar {
	width: 4px !important;
	height: 4px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.teachers-card-group {
		grid-template-columns: repeat(1, 1fr);
	}

	.teachers-area.teachers-page .teachers-card-group {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.teacher-details-widget {
		display: block;
	}

	.teacher-details-img img {
		max-width: 500px;
		height: 500px;
		width: 500px;
	}

	.teacher-details-widget-content {
		margin-top: 24px;
	}

	.t-details-widget-info-top {
		display: inline-block;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.school-commite-card {
		margin-top: 24px;
	}

	.teachers-area.teachers-page .teachers-card-group {
		grid-template-columns: repeat(2, 1fr);
	}

	.teacher-details-widget {
		display: block;
	}

	.teacher-details-img img {
		max-width: 500px;
		height: 500px;
		width: 500px;
	}

	.teacher-details-widget-content {
		margin-top: 24px;
	}

	.t-details-widget-info-top {
		display: inline-block;
	}
}

@media only screen and (max-width: 767px) {
	.teachers-card-group {
		grid-template-columns: repeat(5, 1fr);
		overflow-y: scroll;
		padding-bottom: 32px;
	}

	.single-teachers {
		display: block;
		height: auto;
		text-align: center;
		padding: 24px;
		width: 246px;
	}

	.teachers-img img {
		width: 100px !important;
		height: 100px !important;
		max-width: 100px !important;
		display: inline-block !important;
	}

	.teachers-name {
		font-size: 18px;
	}

	.teachers-content {
		margin-top: 12px;
	}

	.teachers-area.teachers-page .teachers-card-group {
		grid-template-columns: repeat(1, 1fr);
		overflow: initial;
		padding: 0;
		gap: 24px;
		justify-items: center;
	}

	.teacher-details-img img {
		max-width: 100%;
		height: 200px;
		width: 100%;
	}

	.t-details-widget-info-top h5 {
		font-size: 20px;
	}

	.t-details-widget-info-bottom-social span {
		font-size: 16px;
	}

	.teacher-details-widget {
		padding: 24px 16px;
		display: block;
	}

	.teacher-details-widget-content-main ul li {
		font-size: 15px;
	}

	.teacher-details-widget-info {
		margin-top: 12px;
	}

	.t-details-widget-info-bottom-social {
		margin-top: 12px;
	}

	.related-teachers-area .owl-nav {
		top: -52px;
	}

	.t-details-widget-info-bottom {
		display: block;
	}

	.related-teachers-slider .single-teachers {
		width: 100%;
		margin-bottom: 36px;
		margin-top: 16px;
	}

	.related-teachers-area .owl-stage-outer {
		overflow: hidden;
	}

	.related-teachers-area .owl-item {
		opacity: 1;
	}

	.related-teachers-area .owl-item.active {
		opacity: 1;
	}

	.related-teachers-slider.owl-carousel .owl-item {
		width: 258px !important;
	}
}


.home-sidebar-widget {
	background: var(--white-color-2);
	padding: 24px 16px;
	border-radius: 8px;
	margin-top: 24px;
}

.home-sidebar-widget-title img {
	width: 32px;
	height: 32px;
	margin-right: 8px;
}

.home-sidebar-widget-title {
	text-align: center;
	font-size: 25px;
	font-weight: 600;
	line-height: 140%;
	margin-bottom: 20px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.sidebar-widget-list {
	background: var(--white-color);
	box-shadow: 0px 2px 2px 0px rgba(32, 38, 46, 0.08);
	padding: 8px 12px;
	border-radius: 6px;
	display: flex;
	align-items: center;
	gap: 8px;
	justify-content: space-between;
	margin-bottom: 12px;
	transition: all 0.4s ease;
}

.sidebar-widget-list:last-child {
	margin: 0;
}

.sidebar-widget-list:hover {
	box-shadow: 0px 16px 48px 0px rgba(32, 38, 46, 0.08);
}

.sidebar-widget-list-content {
	display: flex;
	align-items: center;
	gap: 8px;
}

.sidebar-widget-list-content p {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	font-weight: 600;
	margin: 0;
}

.sidebar-widget-list-content img {
	width: 32px;
	height: 32px;
	object-fit: contain;
}

.home-sidebar-widget.important-links .sidebar-widget-list-content img {
	width: 24px !important;
	height: 24px !important;
}

.sidebar-widget-list-btn .theme-btn.secondary {
	padding: 8px 12px;
	border-radius: 16px;
	font-weight: 600;
	font-size: 14px;
	height: 29px;
	white-space: nowrap;
}

.home-sidebar-widget-btn {
	text-align: center;
	margin-top: 20px;
}

.home-sidebar-widget-btn .theme-btn {
	height: 46px;
}

@media only screen and (max-width: 767px) {
	.sidebar-widget-list {
		display: block;
	}

	.home-sidebar-widget-title {
		font-size: 20px;
	}

	.sidebar-widget-list-content p {
		font-size: 14px !important;
	}

	.sidebar-widget-list-btn {
		margin-top: 8px;
		margin-left: 38px;
	}

	.home-sidebar-widget.important-links .sidebar-widget-list-btn {
		margin-left: 30px;
	}
}

/*============================================================================================
	End Home Sidebar Widget Area
==============================================================================================*/


/*============================================================================================
	Gallery Area
==============================================================================================*/
.single-gallery {
	position: relative;
}

.gallery-img {
	position: relative;
}

.gallery-img::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(180deg,
			rgba(44, 51, 51, 0) 0%,
			rgba(44, 51, 51, 0) 48.75%,
			#20262e 100%);
	border-radius: 8px;
	z-index: 1;
}

.gallery-content {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	padding: 20px 24px;
	text-align: center;
	width: 100%;
}

.gallery-content-title {
	font-size: 20px;
	color: var(--white-color);
	margin: 0;
	font-weight: 600;
	line-height: 150%;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	height: 60px;
}

.single-gallery .gallery-img {
	overflow: hidden;
	border-radius: 8px;
}

.single-gallery:hover .gallery-img img {
	transform: scale(1.03);
}

.gallery-img img {
	width: 100% !important;
	height: 400px !important;
	object-fit: cover;
	border-radius: 8px;
}

.image-view-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 36px;
	height: 36px;
	background: var(--secondary-color);
	border-radius: 100%;
	text-align: center;
	line-height: 40px;
	color: var(--white-color);
	font-size: 18px;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
}

.image-view-btn:hover {
	background: var(--white-color);
	color: var(--secondary-color);
}

.single-gallery:hover .image-view-btn {
	opacity: 1;
	visibility: visible;
}

/* Slider Arrow */
.gallery-area .owl-nav {
	position: absolute;
	right: 0;
	top: -58px;
}

.gallery-area .owl-theme .owl-nav [class*="owl-"] {
	margin: 0;
	padding: 0;
	width: 32px;
	height: 32px;
	background: #fbfbfb;
	color: var(--hints-color);
	font-size: 24px;
	transition: all 0.4s ease;
	line-height: 37px;
	border-radius: 4px;
}

.gallery-area .owl-theme .owl-nav [class*="owl-"]:hover {
	background: #f8f8f8;
	color: var(--title-color);
}

.gallery-area .owl-prev {
	margin-right: 12px !important;
}

/* Gallery Page */
.gallery-page-area {
	padding: 24px 0px 40px;
}

.gallery-page-tab-menu {
	margin-bottom: 24px;
}

.gallery-page-tab-menu .list-group {
	display: flex;
	flex-direction: row;
	margin-bottom: 0;
	justify-content: center;
	background: var(--white-color-2);
	padding: 8px 12px;
	border-radius: 8px;
	margin: 0px 44px;
}

.gallery-page-tab-menu .list-group-item {
	background: transparent;
	border: none !important;
	padding: 12px 20px;
	font-weight: 500;
	font-size: 16px;
	border-radius: 6px !important;
	margin: 0 !important;
	position: relative;
}

.gallery-page-tab-menu .list-group-item::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 24px;
	background: var(--border-color);
	right: 0;
	top: 13px;
}

.gallery-page-tab-menu .list-group-item:last-child::before {
	display: none;
}

.gallery-page-tab-menu .list-group-item.active::before {
	display: none;
}

.gallery-page-tab-menu .list-group-item.active {
	background: var(--primary-color);
	color: var(--white-color);
}

.gallery-page-tab-details .single-gallery {
	margin-top: 24px;
}

@media only screen and (max-width: 767px) {
	.gallery-area .owl-nav {
		top: -52px;
	}

	.gallery-img img {
		height: 320px !important;
	}

	.gallery-content-title {
		font-size: 18px;
	}

	.gallery-page-tab-menu .list-group {
		margin: 0;
		white-space: nowrap;
		justify-content: left;
		width: fit-content;
	}

	.gallery-page-tab-menu {
		overflow-x: scroll;
		padding-bottom: 12px;
	}

	.gallery-page-tab-menu::-webkit-scrollbar {
		width: 4px !important;
		height: 4px !important;
		display: block;
	}

	.gallery-page-tab-menu::-moz-scrollbar {
		width: 4px !important;
		height: 4px !important;
		display: block;
	}

	.gallery-page-tab-menu::-ms-scrollbar {
		width: 4px !important;
		height: 4px !important;
	}

	.gallery-page-tab-menu .list-group-item {
		font-size: 15px;
	}
}

/*============================================================================================
	  End Gallery Area
  ==============================================================================================*/
.section-bottom-btn {
	text-align: center;
	margin-top: 32px;
}

/* Theme Button */
.theme-btn {
	display: inline-flex;
	padding: 13px 16px;
	background: var(--primary-color);
	color: var(--white-color);
	border-radius: 6px;
	margin-right: 12px;
	line-height: 20px;
	align-items: center;
	font-weight: 700;
}

.theme-btn:hover,
.theme-btn.secondary {
	background: var(--white-color-3);
	color: var(--primary-color);
}

.theme-btn:last-child {
	margin: 0;
}

.theme-btn i {
	font-size: 20px;
	margin-left: 8px;
	position: relative;
	top: 1px;
}

.theme-btn.secondary:hover {
	background: var(--primary-color);
	color: var(--white-color);
}

@media only screen and (max-width: 767px) {
	.theme-btn {
		padding: 11px 17px;
		font-size: 15px;
		margin-right: 12px;
	}

	.theme-btn i {
		font-size: 18px;
		position: relative;
		top: 2px;
	}
}


/*============================================================================================
	Total Students Area
==============================================================================================*/
.total-students-area {
	background: #fff;
}

.total-students-group {
	/* display: grid;
	grid-template-columns: repeat(4, 1fr);
	justify-content: center;
	gap: 100px; */
	display: flex;
	justify-content: space-around;
}

.total-students-card {
	text-align: center;
	border: 1px solid var(--border-color);
	border-radius: 100%;
	padding: 44px 24px;
	width: 200px;
	height: 200px;
	overflow: hidden;
	transition: all 0.4s ease;
	margin-top: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.total-students-card:hover {
	border: 1px solid var(--primary-color);
}

.total-students-number {
	font-weight: 800;
	color: var(--primary-color);
	margin-bottom: 4px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.total-students-text {
	margin-bottom: 8px;
	font-size: 18px;
	color: var(--title-color);
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.total-students-class {
	color: var(--hints-color);
	font-weight: 600;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.total-students-group {
		grid-template-columns: repeat(4, 1fr);
		gap: 24px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.total-students-group {
		grid-template-columns: repeat(3, 1fr);
		gap: 24px;
	}
}

@media only screen and (max-width: 991px) {
	.total-students-group {
		text-align: center;
	}

	.total-students-card {
		width: 130px;
		height: 130px;
	}

	.total-students-number {
		font-size: 22px;
	}

	.total-students-group {
		grid-template-columns: repeat(2, 1fr);
        gap: 45px;
        display: grid !important;
        text-align: center;
        place-self: center;
	}

	.total-students-card {
		padding: 26px 14px;
		margin-top: 0;
	}

	.total-students-text {
		margin-bottom: 3px;
		font-size: 13px !important;
	}

	.total-students-class {
		font-size: 14px !important;
	}
}

/*============================================================================================
	  End Total Students Area
  ==============================================================================================*/


.section-padding {
	padding: 40px 0px;
}

/* Department Page */
	.stats-section{
		color: var(--light-bg); 
	}
	.oneTitle  h2{
		font-size: 1.5rem;
    	font-weight: bold;
		color: var(--primary-color); 
	}
	.Teacher-section h1 {
		padding-top: 10px;
		padding-bottom: 0px;
		font-size: 30px;
		margin-top: 0px;
		font-weight: bold;
		text-transform: capitalize;
		color: #181a83;
	}

	.Teacher-section .separator {
		background: #181a83;
		height: 3px;
		margin-bottom: 24px;
		margin-left: 457px;
		margin-right: 457px;
	}
	.deptHead{
		width: 100%;
		padding: 10px;
		background: var(--light-bg);
		border-radius: 10px;
		display: flex;
		height: 80%;
	}
	.deptHeadImg{
		max-width: 200px;
		min-width: 200px; 
		margin: 0 15px 10px 0;
	}
	.memberTitle{
		font-size: 1.5rem;
		font-weight: bold;
		margin-top: 10px;
		color: var(--primary-color);
		margin-bottom: 0px; 
	}
	.memberDesignation{
		font-size: 1.2rem;
		font-weight: bold;
		color: var(--secondary-color);
		margin-bottom: 10px; 
	}
	.speech{
		font-size: 0.95rem;
		line-height: 1.27; 
	}
/* Department Page */

/* Department Notice */

.noticeHeading{
	font-size: 1.5rem;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 5px;
	color: var(--primary-color);
	width: 100%;
	transition: 0.1s ease;
	display: block;
}
.noticeHeading:hover{
	color: var(--secondary-color);
}
.noticeHeading i{
	color: var(--secondary-color);
}

.deptNoticeBox{
	display: flex;
	align-items: center;
	background: #ffffff;
	margin-bottom: 5px;
	padding: 5px;
	border-radius: 5px
}
.noticeIcon img{
	width: 50px;
	margin-right: 10px;
	opacity: .9;
}
.noticeTitle{
	font-size: 1rem;
    font-weight: bold;
	color: var(--primary-color);
	margin-bottom: 0;
	transition: 0.5s ease;
}
.noticeTime{
	color: #818181;
    font-size: .8rem;
	margin: 0;
}
.noticeLink:hover .noticeTitle{
	color: var(--secondary-color);
}
/* Department Notice */

/* Heading */
.oneTitle i {
    color: var(--secondary-color);
}
.oneTitle svg {
    fill: var(--secondary-color);
	width: 1.5rem;
}
.oneTitle a:hover h2{
	color: var(--secondary-color);
}
/* Heading */


.card.cardNotice{
    background: #f5f5f5;
    border: 0;
    box-shadow: none;
    border-left: 0 !important;
    margin-top: 20px !important;
    border-bottom: 2px solid #ededed;
}
.cardNotice .form-control, .cardNotice .theme-btn{
	font-size: 14px; 
}
.cardNotice .theme-btn{
    padding: 6px !important;
}

.fas {
    margin-right: 4px !important;
    /*override*/
}

.pagination .fas {
    margin-right: 0px !important;
    /*override*/
}

.card-header {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;

}

.card-footer a {
    float: right;
    margin: 0;
}

.card ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.page-link:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: 0 0 0 0;
}

.news-item {
    padding: 10px 5px;
    margin: 0px;
    border-bottom: 1px dotted #555;
}

.news-item img {
    border-radius: 50%;
}



/* Founder & Donor */
.f-team .team-member {
    position: relative;
    background-color: transparent;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    transition: 0.3s;
    margin-bottom: 25px;
    /* cursor: pointer; */
}

.f-team .team-member .member-img {
    flex: 0 0 200px;
    overflow: hidden;
}
.f-team .team-member .member-img img{
    height: auto;
    object-fit: cover;
    margin: 10px;
    border-radius: 5px;
	width: 95%;
	transition: 0.4s ease;
}
.f-team .team-member .member-info {
    padding: 25px;
    text-align: left;
}
.f-team .team-member .member-info h4 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 5px;
    color: var(--heading-color);
}

.f-team .team-member .member-info span {
    font-size: 0.9rem;
    font-weight: 400;
    color: color-mix(in srgb, var(--primary-color), transparent 30%);
    display: block;
    margin-bottom: 15px;
}
.f-team .team-member .member-info p {
    font-size: 0.9rem;
    margin-bottom: 20px;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
}
.f-team .team-member .member-info .social {
    display: flex;
    gap: 10px;
}
.f-team .team-member .member-info .social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    font-size: 1rem;
    color: var(--heading-color);
    transition: 0.3s;
    border-radius: 4px;
    border: 1px solid #ebebeb;
}
.f-team .team-member:hover .member-img img{
    transform: scale(1.05);
}
.f-team .team-member:hover .member-info h4{
    color: var(--primary-color);
}
.f-team .team-member .member-info .social a:hover {
    color: var(--primary-color);
    border-color: var(--primary-color);
    background: transparent;
}

.f-team.d-team .team-member .member-img {
    flex: 0 0 120px;
    overflow: hidden;
}


@media (max-width: 767px) {
    .f-team .team-member {
        flex-direction: column;
    }
    .f-team .team-member .member-img {
        flex: auto;
    }
    .f-team .team-member .member-img img {
        width: 100%;
        border-radius: 8px 8px 0 0;
    }
    .f-team .team-member .member-info {
        text-align: center;
        padding: 15px 5px;

    }
    .f-team .team-member .member-info .social {
        justify-content: center;
    }
    .f-team .team-member .member-info p {
        font-size: 75%;
    }
}
/* Founder & Donor */


    .Teacher-section .lab-team .lab-media img {aspect-ratio: 1.77 / 2.17; transition: 0.5s ease}
    .Teacher-section .lab-team .lab-info {background: #ffffffe0;}
    
    .Teacher-section .lab-team .lab-info .lab-title {
        color: var(--primary-color) !important;
        font-size: 1.1rem;
    }
    .profile-link:hover .lab-team .lab-info .lab-title{
        color: var(--secondary-color) !important;
    }
    .profile-link:hover .lab-team .lab-media img{
        transform: scale(1.05); 
    }
    .Teacher-section .lab-team .lab-info .lab-position {
        font-weight: normal !important;
        font-size: 0.9rem;
        letter-spacing: 0;
        color: #4b4b4b !important;
        margin: 5px 0;
        display: block;
    }


/* Scrollbar */
.scrollBackColor {
    background: #f9f9f9;
}

.my_wrapper{
	float:left;
	width:100%; 
	margin:0px;
	padding:0px; height:31px;
	overflow:hidden;
}
	#latest_news_top{
		float:left;
		font-size:14px;
		margin:0;
		width:100%;
		padding:0px;
		line-height:31px;
		text-decoration:none;
		color:#FFFFFF;
		text-align:center;
		font-weight:normal;
		background:var(--secondary-color); 
		text-transform: uppercase;
	}
	
	.marquee{
		position:relative;
		overflow:hidden;
		float:left;
		height:20px;
		margin: 2.5px 0px;
	}

		.marquee span{
		padding-left:10px;
		height:30px;
		white-space: nowrap;
		display:inline;
		position: relative;
		left:0%;
		-moz-animation: marquee 25s infinite linear 1s;   /* Scrolling Timer : Speed 10s */
		-webkit-animation: marquee 25s infinite linear 1s;
		-o-animation: marquee 25s infinite linear 1s;
		animation: marquee 25s infinite linear 1s;
		}
			
			.marquee a i{
			font-size:10pt;
			line-height:20px; color: var(--secondary-color); /* #8AB5D6; */
			}
			
			.marquee a{
			font-size: 14px;
			margin: 0px 5px 0px 0px;
			padding-left: 15px;
			line-height: 1.27;
			text-decoration: none;
			color: #3b3b3b;
			font-weight: normal;
			}
				.marquee a:hover{
				color:var(--primary-color);
				}

			.marquee:hover span{
			-webkit-animation-play-state: paused;
			-moz-animation-play-state: paused;
			-o-animation-play-state: paused;
			animation-play-state: paused;
			}
			.marquee span:after {content:attr(rel); display:inline; color:black; padding-left:10px;}

			@-webkit-keyframes marquee{
			0% {left: 0%;}
			100% {left: -50%;}
			}
			@-moz-keyframes marquee{
			0% {left: 0%;}
			100% {left: -50%;}
			}
			@-o-keyframes marquee{
			0% {left: 0%;}
			100% {left: -50%;}
			}
			@keyframes marquee{
			0% {left: 0%;}
			100% {left: -50%;}
			}
/* Scrollbar */
