/* Fonts */
:root {
	--font-primary: "Blinker", sans-serif;
	--font-secondary: "Poppins", sans-serif;
}

/* Colors */
:root {
	--color-primary: #6d1219;
	--color-secondary: #fdbd0f;
	--color-heading: #fff;
	--color-default: #000000;
}

/* Smooth scroll behavior */
:root {
	scroll-behavior: smooth;
}

body {
	color: var(--color-primary);
	line-height: 1.5rem;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	color: var(--color-primary);
	font-family: var(--font-primary);
	font-weight: 400;
	font-size: 1.6rem;
}

body,
p,
div,
button,
span,
td,
th,
a {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
}

p,
span,
a {
	line-height: initial;
}

table,
th,
td {
	border: 1px solid #ddd;
	color: #000;
}

p,
a,
li {
	color: var(--color-default);
}

li,
td,
button {
	font-size: 16px;
}

.shadow {
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
		rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

/* Home Page Headings */

.homePage-sectionHeading {
	color: var(--color-primary);
	font-size: 30px;
	font-weight: 500 !important;
	line-height: normal;
}

.homePage-sectionHeading-white {
	color: #ffffff;
	font-size: 30px;
	font-weight: 600 !important;
	line-height: normal;
}

.page-back-blue {
	background-color: var(--color-primary);
}

/* Home Page Headings End */

/* header */
/* ------- top menu ---------------- */
/* .web-cust-menu {
	background-color: var(--color-primary) !important;
} */

.web-cust-menu .active {
	background-color: var(--color-primary);
}

.top-menu-left a {
	color: #fff;
}

.topbar-menu .navbar-nav a {
	color: #fff !important;
	margin: 0px;
	padding: 0px 12px;
}

.topbar-menu {
	z-index: 1021;
}

.top-menu-right {
	padding-left: 59px !important;
	background: linear-gradient(298deg, #45abcd 96.5%, rgba(45, 45, 45, 0) 90%);
	border-top-left-radius: 100px;
}

.top-menu-left {
	background: transparent !important;
}

.top-menu-left {
	display: flex;
}

.top-menu-left a {
	margin-left: 75%;
	color: #6d1219 !important;
	text-align: center;
	font-family: Raleway;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
}

.top-menu-left a:hover {
	color: var(--color-secondary) !important;
}

.second-menu {
	/* justify-content: end; */
	margin: auto;
}

.top-menu li {
	display: flex;
}

a.website-link {
	text-decoration: underline;
}

a.mobile {
	text-decoration: underline;
}

@media (max-width: 992px) {
	.top-menu-mobile-view {
		border-top: 1px solid #676a6d !important;
	}

	.top-menu-mobile-view li a {
		color: var(--color-heading) !important;
	}
}

.container-fluid.main-menu.bg-dark.text-light.px-0.top-line.web-cust-menu.top-header {
	background: transparent !important;
}
ul.navbar-nav.second-menu.tp-1.myCustomTopLeftMenu.myCustomTopRightMenu li a {
	color: #fff;
	text-align: center;
	font-family: Raleway;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 19.268px;
}
.title-lines {
	display: flex;
	gap: 9px;
	padding-top: 44px;
	margin-bottom: -23px;
}
.title-holder {
	text-align: start;
	margin-top: 10px;
}
p.head-line1.mb-1 {
	color: #696984;
	font-family: Raleway;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
}
p.head-line.mb-0 {
	color: #696984;
	font-family: Raleway;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
}

/*  header College Name */

.site-header {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 0px;
}

.logo-holder,
.title-holder {
	display: inline-block;
	vertical-align: top;
}

.logo-holder {
	margin-top: -15px;
}

.left-logo {
	text-align: left;
}

.right-logo {
	text-align: right;
}

.responsive-logo {
	display: none;
}

.header-college-name {
	color: #a32b2f;
	font-family: Montserrat;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 7px !important;
}

.site-header img.logo {
	width: 125px;
}

img.header-logo {
	width: 160px;
	margin-top: -43px;
	margin-bottom: 40px;
}

.header-row {
	margin-top: -47px;
}
.right-logos.d-flex {
	padding-top: 43px;
	gap: 1px;
}
p.logo-caption {
	color: #696984;
	text-align: center;
	font-family: Raleway;
	font-size: 9.415px;
	font-style: normal;
	font-weight: 500;
	line-height: 10.268px;
	margin-top: 5px;
	padding: 5px;
}
.govt-logo p {
	margin-bottom: 0px !important;
}

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

.main-menu ul li,
.main-menu ul li ul li .dropdown-item {
	color: var(--color-heading);
}

.web-cust-menu .active {
	background-color: var(--color-secondary);
}

.main-menu .navbar-nav .nav-item a {
	color: #ffffff;
}

.main-menu .dropdown-menu a {
	color: #fff !important;
}

.main-menu .dropdown-item:hover {
	background-color: var(--color-secondary);
	color: #000000;
	cursor: pointer;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
	font-weight: 400;
	color: var(--color-default);
}

.main-menu .dropdown-item {
	background-color: var(--color-primary);
	padding: 10px 9px;
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
	background-color: var(--color-secondary);
	font-weight: 400;
}

.navbar-nav .dropdown-menu li {
	border-bottom: 1px solid #cabe76 !important;
}

.topbar-menu .navbar-nav .dropdown-menu li {
	border-bottom: 1px solid var(--color-secondary) !important;
}

.navbar-nav .dropdown-menu li:last-child {
	border-bottom: 0px !important;
}

.top-menu #navbarNavDropdown {
	justify-content: end !important;
}

nav#main_navbar {
	margin-bottom: -7px;
}

.topbar-menu .navbar-nav ul li :hover {
	background-color: var(--color-secondary);
}

.second-menu li :hover {
	background-color: var(--color-secondary);
}

.second-menu li :active {
	background-color: var(--color-secondary);
}

.topbar-menu .second-menu li .link-active {
	background-color: #000000 !important;
}

.topbar-menu .second-menu li a {
	padding: 12px 10px !important;
}

.menu-alignment {
	display: contents;
}

/* Top Menue hover */
.dropdown-menu > li a:hover,
.dropdown-menu > li.show {
	background-color: var(--color-secondary);
}

.menu-border {
	border-top: none;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
	width: 300px !important;
	position: absolute;
	background-color: var(--color-primary);
}

/* Home slider start */

#header-carousel .carousel-control-prev-icon,
#header-carousel .carousel-control-next-icon {
	width: 3rem;
	height: 3rem;
	border-radius: 3rem;
	background-color: #323232;
	border: 10px solid #43371d;
}

.banner-slider img {
	background: var(--color-primary);
	height: 550px;
	object-fit: cover !important;
}

.carousel-caption {
	font-family: var(--font-secondary) !important;
	color: var(--color-default);
}

.carousel-caption span {
	font-size: 28px;
	font-weight: 600;
	font-family: var(--font-primary);
	font-style: normal;
	background: rgba(46, 46, 46, 0.5);
	padding: 10px 12px;
	border-radius: 5px;
}

.carousel-caption p {
	padding-top: 18px;
}

.side-column {
	padding: 0px !important	;
}
.home-slider-column {
	padding: 0px !important;
	z-index: -1;
}

.admission-data {
	height: 550px;
	background: #1a1c51;
	padding: 55px 126px 0px 57px;
	width: 144%;
	position: relative;
	left: -83px;
	clip-path: polygon(0% 0%, 0% 100%, 80% 100%, 90% 46%, 100% 0%);
}
/* button.carousel-control-prev {
	display: none;
}
button.carousel-control-next {
	display: none;
} */
a.prospectus-link {
	color: var(--White, #fff);
	font-family: Raleway;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
	text-transform: uppercase;
	text-align: center;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
}
.see-more {
	gap: 42px;
}
/*  Home slider end */

/* Academic Section Start */
h3.academic-heading {
	color: var(--Grey-2, #d3d0d0);
	font-family: Raleway;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 6px;
	text-transform: uppercase;
}
h2.academic-subheading {
	color: #1a1c51;
	font-family: Montserrat;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px;
	text-transform: capitalize;
	padding: 24px;
	padding-left: 0px !important;
	padding-right: 7% !important;
}
span.holistic {
	color: #45abcd;
	font-family: Montserrat;
	font-size: 45px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px;
	text-transform: capitalize;
}
span.chronicles {
	color: #45abcd;
	font-family: Montserrat;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px;
	text-transform: capitalize;
}
p.academic-paragraph {
	color: var(--Grey-2, #777);
	font-family: Raleway;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	padding-right: 5%;
}
a.academic-btn {
	border-radius: 6px;
	background: #6d1219;
	display: inline-flex;
	padding: 15px 40.5px;
	justify-content: center;
	align-items: center;
	gap: 12px;
	color: #fff;
	text-align: center;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-top: 21px;
}
.academic-section {
	background-color: #2c97ea0a;
	padding-bottom: 99px !important;
}

@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Quicksand:wght@300..700&display=swap");

*,
*:before,
*:after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Quicksand", sans-serif;
}

/* Stacked Cards */

.academic-stack {
	position: relative;
	top: 53%;
}

.academic-card {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 0%;
	left: 50%;
	width: 300px;
	height: 364px;
	border-top: 7px solid #fff;
	border-bottom: 7px solid #fff;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25),
		0 15px 20px 0 rgba(0, 0, 0, 0.125);
	transition: transform 0.6s;
	user-select: none;
}

.academic-card img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	object-fit: cover;
	pointer-events: none;
}

.academic-card:nth-last-child(3) {
	--x: calc(-50% + 120px);
	transform: translate(var(--x), -50%) scale(0.85); /* Smallest */
}

.academic-card:nth-last-child(2) {
	--x: calc(-50%);
	transform: translate(var(--x), -50%) scale(1); /* Medium */
}

.academic-card:nth-last-child(1) {
	--x: calc(-50% - 120px);
	transform: translate(var(--x), -50%) scale(1.15); /* Largest */
}

/* .academic-card:nth-last-child(1) img {
  box-shadow: 0 1px 5px 5px rgba(255, 193, 111, 0.5);
} */

.swap {
	animation: swap 1.3s ease-out forwards;
}

@keyframes swap {
	30% {
		transform: translate(calc(var(--x) - 250px), -50%) scale(0.85) rotate(-5deg)
			rotateY(65deg);
	}
	100% {
		transform: translate(calc(var(--x) - 30px), -50%) scale(0.5);
		z-index: -1;
	}
}

/* Media queries for keyframes */

@media (max-width: 1200px) {
	@keyframes swap {
		30% {
			transform: translate(calc(var(--x) - 200px), -50%) scale(0.85)
				rotate(-5deg) rotateY(65deg);
		}

		100% {
			transform: translate(calc(var(--x) - 30px), -50%) scale(0.5);
			z-index: -1;
		}
	}
}

@media (max-width: 1050px) {
	@keyframes swap {
		30% {
			transform: translate(calc(var(--x) - 150px), -50%) scale(0.85)
				rotate(-5deg) rotateY(65deg);
		}

		100% {
			transform: translate(calc(var(--x) - 30px), -50%) scale(0.5);
			z-index: -1;
		}
	}
}

/* Media queries for other classes */

@media (max-width: 1200px) {
	.academic-card {
		width: 250px;
		height: 380px;
	}
}

@media (max-width: 1050px) {
	.academic-card {
		width: 220px;
		height: 350px;
	}
}

@media (max-width: 990px) {
	.academic-card {
		width: 200px;
		height: 300px;
	}
}

@media (max-width: 950px) {
	.academic-stack {
		grid-area: stacked;
	}
}

@media (max-width: 650px) {
	.academic-card {
		width: 124px;
		height: 191px;
	}
	.carousel {
		width: 115% !important;
		position: relative;
		left: -43px !important;
	}
	.admission-data {
		height: 448px !important;
		background: #1a1c51;
		padding: 64px 75px 30px 57px !important;
		width: 115% !important;
		position: relative;
		left: -43px !important;
		clip-path: none;
	}
	.about-us {
		background: #1a1c51;
		padding: 15px 20px 77px 20px !important;
		width: 100% !important;
		position: relative;
		left: 0px !important;
		top: -24px;
		z-index: -1;
	}
	.Campus-headlines {
		margin-left: 12% !important;
	}
	.Campus-headlines2 {
		margin-left: 12% !important;
	}
	h2.admission-heading {
		margin-left: 40px !important;
	}
	img.admission-video {
		left: 26px !important;
		padding-top: 7%;
	}
	.alumni-con {
		padding: 20px;
		width: 491px !important;
		background: #696984;
		height: 165px;
	}
	div#carousel-alumni .item {
		padding-left: 20px !important;
	}
}

/* Aboutus Section */
h2.campue-heading {
	color: #1a1c51;
	font-family: Montserrat;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.VPS-heading {
	color: #1a1c51;
	font-family: Montserrat;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin-top: 65px;
}
h3.card-date {
	color: #fff;
	font-family: Raleway;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 0px !important;
}
h3.card-desc {
	color: #fff;
	text-align: right;
	font-family: Raleway;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 0px !important;
}
.card-text.program-text {
	display: flex;
	justify-content: space-around;
}
h2.aboutus-heading {
	color: #fff;
	font-family: Montserrat;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.about-us {
	background: #1a1c51;
}
p.aboutus-para1 {
	color: var(--Grey-3, #c4c4c4);
	font-family: Raleway;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}
p.aboutus-para2 {
	color: var(--Grey-3, #c4c4c4);
	font-family: Raleway;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}
.about-us {
	background: #1a1c51;
	padding: 22px 140px 77px 106px;
	width: 550px;
	position: relative;
	left: -48px;
	top: -24px;
	z-index: -1;
}
a.aboutus-btn {
	border-radius: 6px;
	background: #feaf20;
	display: inline-flex;
	padding: 15px 40px;
	justify-content: center;
	align-items: center;
	gap: 13px;
	color: #6d1219;
	text-align: center;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.card-body.porgram-body {
	background: #6d1219;
	position: relative;
	top: -48px;
	padding: 10px;
}
img.admission-video {
	position: relative;
	left: -43px;
}
h2.admission-heading {
	color: #6d1219;
	font-family: Montserrat;
	font-size: 25px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	margin-left: 69px;
	padding: 20px;
}
span.admission {
	color: #fb6400;
	font-family: Montserrat;
	font-size: 25px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.learn-more-btn.d-flex {
	margin-top: 41px;
}
.Campus-headlines {
	width: 428px;
	height: 222px;
	border: 5px solid #fff;
}
.Campus-headlines2 {
	width: 428px;
	height: 222px;
	position: relative;
	/* left: 64px; */
	top: 40px;
	border: 5px solid #fff;
}
.aboutus-section {
	position: relative;
	padding-top: 6% !important;
}

/* Principal Section */
.principal-section {
	background-color: #2c97ea0a;
}

.principal-image {
	position: relative;
	top: 78px;
}
p.chairman-name {
	color: #6d1219;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	text-align: center;
	padding-top: 7px;
}
span.orange-clr {
	color: #fb6400;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}

/* Principal msg */
.chairman-img.d-flex {
	gap: 35px;
	justify-content: center;
}
.chairman-image img {
	box-shadow: 10px 15px 60px 0px rgba(44, 151, 234, 0.15);
}
.principal-image img {
	box-shadow: 10px 15px 60px 0px rgba(44, 151, 234, 0.15);
}

/*  Counter Section */
span.display-5.mb-0 {
	color: #000;
	font-family: "Kumbh Sans";
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}
p.counter-desc {
	color: #666;
	font-family: "Kumbh Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
}
a.counter-btn {
	border-radius: 6px;
	background: #feaf20;
	display: inline-flex;
	padding: 15px 28px;
	justify-content: center;
	align-items: center;
	gap: 13px;
	color: #6d1219;
	text-align: center;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

/* Photo Gallery */
section.photo-gallery-section {
	background: #1a1c51;
}
.container-fluid.gallery-container {
	display: flex;
	padding: 0px !important;
}
.photo-column img {
	position: relative;
	left: -14%;
}
/* .photo-content {
	padding-top: 12%;
} */
.photo-subheading {
	color: #fff;
	font-family: Montserrat;
	font-size: 45px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px;
	text-transform: capitalize;
	padding: 24px;
	padding-left: 0px !important;
	/* padding-right: 7% !important; */
}
.photo-subheading2 {
	color: #fff;
	font-family: Montserrat;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px;
	text-transform: capitalize;
	padding: 24px;
	padding-left: 0px !important;
	/* padding-right: 7% !important; */
}

.content-column {
	padding: 0px !important;
}
.photo-column {
	padding: 0px !important;
}
.photo-gallery-desc {
	padding: 0px !important;
}
.photo-gallery-img.item {
	width: 178.667px !important;
	height: 100px;
}
.photo-gallery-img img {
	object-fit: cover;
	width: 178.667px !important;
	height: 100px;
	flex-shrink: 0;
}
.slider {
	max-width: 1000px;
	margin: 0 auto;
}
.slick-slide {
	margin: 0 5px;
}
.slick-list {
	margin: 0px -5px 0px -5px;
}
button.slick-next,
button.slick-next:hover {
	position: absolute;
	top: 22%;
	right: -47px;
	width: 47px;
	height: 75px;
	background-image: url("//web-assets/img/Button.svg");
	background-size: 95px;
}
button.slick-prev,
button.slick-prev:hover {
	position: absolute;
	top: 45%;
	left: 15px;
	z-index: 1;
	width: 47px;
	height: 75px;
	background-image: url("http://maggiesadler.com/wp-content/uploads/2015/10/left-right-arrow.png");
	background-size: 95px;
	background-position-x: right;
}
.slick-prev:before,
.slick-next:before {
	font-size: 70px;
	color: #ea8496;
	line-height: inherit;
	font-weight: bold;
}
.slider img {
	height: 100px;
}

/* Slick Slider Styles -- Provided by https://kenwheeler.github.io/slick/ */
/* Slider */
.slick-slider {
	position: relative;

	display: block;

	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;

	display: block;
	overflow: hidden;

	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;

	display: block;
}
.slick-track:before,
.slick-track:after {
	display: table;

	content: "";
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;

	height: 100%;
	min-height: 1px;
}
[dir="rtl"] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
	width: 178.667px !important;
	height: 100px !important;
	flex-shrink: 0;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;

	height: auto;

	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
/* @charset 'UTF-8'; */
/* Slider */
.slick-loading .slick-list {
	background: #fff
		url("http://maggiesadler.com/wp-content/uploads/2015/10/ajax-loader.gif")
		center center no-repeat;
}

/* Icons */
@font-face {
	font-family: "slick";
	font-weight: normal;
	font-style: normal;

	src: url("file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.eot");
	src: url("file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.eot?#iefix")
			format("embedded-opentype"),
		url("file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.woff")
			format("woff"),
		url("file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.ttf")
			format("truetype"),
		url("file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.svg#slick")
			format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;

	position: absolute;
	top: 50%;

	display: block;

	width: 20px;
	height: 20px;
	margin-top: -10px;
	padding: 0;

	cursor: pointer;

	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;

	opacity: 0.75;
	color: white;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}
[dir="rtl"] .slick-prev {
	right: -25px;
	left: auto;
}
.slick-prev:before {
	content: "";
}
[dir="rtl"] .slick-prev:before {
	content: "";
	font-weight: bold;
	font-size: 20px;
}

.slick-next {
	right: -25px;
}
[dir="rtl"] .slick-next {
	right: auto;
	left: -25px;
}
.slick-next:before {
	content: "";
}
[dir="rtl"] .slick-next:before {
	content: "";
}

/* Dots */
.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -45px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;

	position: absolute;
	top: 0;
	left: 0;

	width: 20px;
	height: 20px;

	content: "•";
	text-align: center;

	opacity: 0.25;
	color: black;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	opacity: 0.75;
	color: black;
}
.custom-dots {
	text-align: center;
	margin-top: 15px;
	list-style: none;
	padding: 0;
	display: none;
}

.custom-dot {
	display: inline-block;
	margin: 0 6px;
}

.custom-dot button {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: white;
	border: 2px solid black;
	cursor: pointer;
}

.custom-dot.active button {
	background-color: #feaf20;
}

/* Empty section */
.empty-section {
	height: 57px;
}

/* Testimonials */
section.testimonial-section {
	background-color: #2c97ea0a;
}
/* Testimonials */
div#carousel-alumni .item {
	text-align: center;
	/* display: flex; */
	justify-content: center;
	flex-wrap: wrap;
	padding-left: 0px;
	padding-right: 20px;
}
.alumni-con {
	padding: 20px;
	width: 572px;
	background: #696984;
	height: 165px;
}
.alumni-con p {
	color: #fff;
	text-align: center;
	font-family: Raleway;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}
.al-ip {
	display: flex;
	align-items: center;
	position: relative;
}
.al-name h3 {
	color: #6d1219;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.al-name p {
	color: #fb6400;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.almni-i {
	position: relative;
}
.almni-i img {
	height: 116px;
	width: 116px !important;
	position: absolute;
	bottom: -78px;
	left: 10px;
}
.alumni-i {
	border-radius: 42%;
	background: #f7fbfe;
	width: 120px;
	height: 72px;
	position: relative;
	left: -6px;
	top: -13px;
}
.alumni-i img {
	height: 122px;
	position: absolute;
	top: 11px;
}
.al-name {
	position: absolute;
	left: 22%;
	top: 33px;
	text-align: left;
}
.test-icon {
	position: absolute;
	top: -1px;
	left: 31%;
}
.owl-dot.active {
	height: 10px;
	width: 50px !important;
	display: inline-block;
	border-radius: 280px;
	background: #feaf20;
}
.slider-container {
	padding-top: 35px;
}

.owl-carousel-photo .item {
	position: relative;
	z-index: 100;
	height: 100px !important;
	flex-shrink: 0;
	padding-right: 20px !important;
}

/* news marquee start */

.news-events .homePage-sectionHeading {
	margin: 0;
	padding: 8px 0px;
	border-radius: 10px 10px 0px 0px;
	background: #6d1219;
	padding-left: 25px;
	color: #fff;
	font-family: Kameron;
	font-size: 28px;
	font-style: normal;
	line-height: normal;
	border-radius: 8px 8px 0px 0px;
	box-shadow: -4px -4px 8px 0px rgba(0, 0, 0, 0.1),
		4px 4px 8px 0px rgba(0, 0, 0, 0.1);
}

.news-circular {
	border-radius: 0px 0px 10px 10px;
	background: #ffffff;
	padding: 20px;
	height: 330px;
	box-shadow: -4px -4px 8px 0px rgba(0, 0, 0, 0.1),
		4px 4px 8px 0px rgba(0, 0, 0, 0.1);
}

.holder {
	height: 250px !important;
	overflow: hidden;
	padding: 10px;
}

.quick-link-home {
	height: 372px;
}

.holder marquee {
	position: relative;
	left: 0px;
	top: 10px;
	height: 200px;
	overflow: hidden;
}

.holder ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}

.holder ul li {
	padding: 10px 0px;
	border-bottom: 1px solid rgb(225, 225, 225);
	display: flex;
	align-items: center;
	gap: 10px;
}

.holder ul li a {
	font-weight: 500;
	padding-bottom: 4px;
	color: #110069;
	display: flex;
	text-decoration: none;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.holder ul li a::before {
	border-radius: 2px;
	background: #feaf20;
}

.holder ul li i {
	color: var(--color-secondary);
	font-size: 15px;
	margin-right: 10px;
}

.holder ul li span {
	color: var(--color-heading);
	font-size: 15px;
}

.news-date {
	border-radius: 2px;
	background: #feaf20;
	height: 10px;
	width: 10px;
}

/* Events & Programs */

.holder-2 {
	height: 327px !important;
	overflow: hidden;
	padding: 10px;
}

.holder-2 marquee {
	position: relative;
	left: 0px;
	top: 10px;
	height: 200px;
	overflow: hidden;
}

.holder-2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}

.holder-2 ul li {
	padding: 10px 0px;
	border-bottom: 1px solid rgb(225, 225, 225);
}

.holder-2 ul li a {
	font-weight: 500;
	padding-bottom: 4px;
	color: var(--color-default);
	display: flex;
	text-decoration: none;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.holder-2 ul li i {
	color: var(--color-secondary);
	font-size: 15px;
	margin-right: 10px;
}

.holder-2 ul li span {
	color: var(--color-primary);
	font-size: 15px;
}

.view-all a {
	font-weight: 500;
	padding-top: 5px;
	color: #45abcd;
	text-decoration: underline;
	text-decoration: underline;
}
.view-all-news a {
    /* font-weight: 500; */
    padding-top: 5px;
    color: #45abcd;
    text-decoration: underline;
    text-decoration: underline;
}


.read-btn {
	font-weight: 500;
	padding-top: 5px;
	color: var(--color-default);
	text-decoration: underline;
	float: right;
	text-decoration: underline;
}

.news-div .btn-news {
	border: none;
	color: #ffffff;
	background-color: transparent;
	float: right;
}

.news-div .btn-news-down {
	border: none;
	color: #ffffff;
	background-color: transparent;
	float: right;
	margin-top: 0.5em;
}

.events-program-box {
	padding-right: 50px;
	border-right: 2px dashed #8b7ed2;
}

.news-category {
	display: none;
}

/* marquee end- */

.heading-al {
	color: #6d1219;
	font-family: Inter;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.heading-ap {
	color: #696984;
	text-align: center;
	font-family: Raleway;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
}

/* home page quick links */

.section-back {
	background-color: var(--color-primary);
}

.segment-item p {
	margin-bottom: 0px;
	color: white;
	font-size: 18px;
	font-weight: 500;
}

.segment-item img:hover {
	transform: rotateY(360deg);
}

.segment-item img {
	width: 65px;
	margin: auto;
	transition: all 0.9s;
}

.segment-item .icon-holder {
	border-radius: 50%;
	height: 79px;
	width: 79px;
	margin: auto;
	margin-bottom: auto;
}

/* home page quick links */

/* course/department */
.courses {
	position: relative;
}

.light {
	position: absolute;
	border-radius: 500px;
	opacity: 0.5;
	background: var(--Yellow, #facd49);
	filter: blur(250px);
	height: 500px;
	width: 500px;
	top: -82%;
	overflow: hidden !important;
	z-index: -1;
	right: 0px;
}

.program-holder-1 {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	border-radius: 20px;
	padding: 30px;
	margin: 0px 20px;
	border-radius: 20px;
	background: rgba(69, 171, 205, 0.1);
	box-shadow: 0px 10px 60px 0px rgba(38, 45, 118, 0.08);
}

.icon-our-program-1 {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	/* background-color: #032747; */
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #45abcd;
	filter: drop-shadow(0px 10px 40px rgba(54, 61, 136, 0.06));
}

.program-holder-1 h3 {
	color: #2f327d;
	text-align: center;
	font-family: Poppins;
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.program-holder-2 {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	border-radius: 20px;
	padding: 30px;
	margin: 0px 20px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0px 10px 60px 0px rgba(38, 45, 118, 0.08);
}

.icon-our-program-2 {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #feaf20;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.program-holder-2 h3 {
	color: #2f327d;
	text-align: center;
	font-family: Poppins;
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

p.course-para {
	color: #696984;
	text-align: center;
	font-family: Raleway;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
}

/* Quick links new */
.q-links {
	position: relative;
}

.scroll-content.ql-1 {
	display: flex;
	align-items: center;
	border-radius: 20px;
	background: rgba(69, 171, 205, 0.2);
	padding: 15px;
	gap: 25px;
	width: 341px;
	height: 107px;
	flex-shrink: 0;
}

.scroll-content.ql-2 {
	display: flex;
	align-items: center;
	border-radius: 20px;
	background: rgba(254, 175, 32, 0.2);
	padding: 15px;
	gap: 25px;
	width: 341px;
	height: 107px;
	flex-shrink: 0;
}

.icon-q1 {
	border-radius: 15px;
	background: #45abcd;
	width: 65px;
	height: 65px;
	flex-shrink: 0;
	text-align: center;
	padding-top: 10px;
}

.icon-q1 img {
	width: 45px;
	height: 45px;
	text-align: center;
}

.icon-q2 {
	border-radius: 15px;
	background: #feaf20;
	width: 65px;
	height: 65px;
	flex-shrink: 0;
	text-align: center;
	padding-top: 10px;
}

.icon-q2 img {
	width: 45px;
	height: 45px;
	text-align: center;
}

.ql-content h3 {
	color: #050038;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin: 0px;
}

.ql-content p {
	color: #45abcd;
	font-family: Raleway;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.ql-content2 h3 {
	color: #050038;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin: 0px;
}

.ql-content2 p {
	color: #feaf20;
	font-family: Raleway;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.owl-carousel-qlink2 .owl-stage {
	direction: ltr;
	/* Keeps the item order the same */
}

/* gallery-new */

.gallery-con ul li {
	margin-right: 23px;
}

.gallery-con .nav-tabs {
	border-bottom: none;
}

.gallery-con .nav-link {
	display: block;
	padding: 0.5rem 1rem;
	color: #050038;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	/* 142.857% */
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out;
	border-radius: 24px;
	border: 1px solid #f2f2f2;
}

.gallery-con .nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
	border-color: none;
	isolation: isolate;
}

.gallery-con .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: #495057;
	border-radius: 24px;
	border: 1px solid #f2f2f2;
	background: #f1f3fd;
}

.gal-name {
	color: #050038;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 25px;
}

.gal-para {
	color: rgba(5, 0, 56, 0.7);
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 25px;
}

.gal-btn {
	color: #45abcd;
	font-family: Raleway;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}

/*  Departments Home Dept */

.departments .departments-item {
	box-sizing: content-box;
	margin: 30px 25px;
	box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
	position: relative;
	background: #fff;
	border-radius: 10px;
}

/* Photo Gallery */

.photo-gallerys-section {
	background-color: var(--color-primary);
}

.photo-gallerys-section ul li.nav-item button {
	width: 200px;
	font-weight: 600;
	font-size: 20px !important;
	color: #b2b2b2 !important;
	border: 2px solid #b2b2b2 !important;
	padding: 7px 15px;
	border-radius: 17px;
	background-color: var(--color-primary);
}

.photo-gallerys-section ul li.nav-item {
	margin: 0 auto;
	margin-bottom: 20px;
}

.photo-gallerys-section ul li.nav-item button.active {
	background-color: #ffffff !important;
	color: var(--color-primary) !important;
	font-weight: 600;
}

/* .photo-gallery-img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	border: 2px solid white;
} */

/*  Photo Gallery */

/* gallery-new css */
.gallery-sec {
	position: relative;
}

.gallery-1 {
	border-radius: 16px;
	background: linear-gradient(0deg, #e5e5e5 0%, #e5e5e5 100%), #909090;
	height: 184px;
	flex-shrink: 0;
	margin-top: 80%;
}

.gallery-2 {
	border-radius: 16px;
	background: linear-gradient(0deg, #e5e5e5 0%, #e5e5e5 100%), #909090;
	height: 199px;
	flex-shrink: 0;
}

.gallery-3 {
	border-radius: 16px;
	background: linear-gradient(0deg, #e5e5e5 0%, #e5e5e5 100%), #909090;
	height: 184px;
	flex-shrink: 0;
	margin-top: 15px;
}

.gallery-4 {
	border-radius: 16px;
	background: linear-gradient(0deg, #e5e5e5 0%, #e5e5e5 100%), #909090;
	height: 425px;
	flex-shrink: 0;
}

.light2 {
	position: absolute;
	border-radius: 500px;
	opacity: 0.5;
	background: var(--Yellow, #facd49);
	filter: blur(250px);
	height: 500px;
	width: 500px;
	bottom: 0%;
	overflow: hidden !important;
	z-index: -1;
	left: 0px;
}

/* Alumni sec css */
.Alumni-sec {
	background: rgba(247, 201, 95, 0.3);
}

.alumini-box.py-2 {
	border-radius: 48px;
	background: #fff;
	box-shadow: 12px 12px 20px 0px rgba(0, 0, 0, 0.1);
	padding: 36px 36px 96px 36px;
	margin: 15px;
}

.al-img {
	width: 101px;
	height: 30px;
}

p.alumini-para {
	color: #02033b;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	padding-top: 30px;
}

.alumini-i-n p {
	color: #45abcd;
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 800;
	line-height: 20px;
}

.placement-para {
	color: #02033b;
	font-family: Inter;
	font-size: 25px;
	font-style: normal;
	font-weight: 600;
	line-height: 35px;
}

/* ------Home page Section start--------- */

.bred-img1 {
	background-color: var(--color-primary) !important;
	height: 120px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.bred-pos {
	/* margin-top: -125px; */
	margin-bottom: 14px;
}

/* .footer-section {
	background-color: var(--color-primary);
} */

.right-res {
	background: #1a1c51;
}
hr.horizontal-line {
	color: #fff;
	width: 60%;
	position: relative;
	left: 19%;
}

.right-res p,
.right-res a,
.right-res span {
	font-size: 14px !important;
	color: #fff;
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
}

.footer-section p,
.footer-section a,
.footer-section span {
	/* color: #040404 !important; */
	/* font-style: normal; */
	/* font-size: 18px; */
	color: var(--Neutral-500, #888b97) !important;
	font-family: Raleway !important;
	font-size: 14px !important;
	font-style: normal !important;
	font-weight: 600;
	line-height: normal;
	text-transform: none;
}

.right-res p a {
	text-decoration: underline !important;
}

.right-res p a:hover {
	text-decoration: none !important;
}

h2.quick-head-back-event {
	background-color: #ff9f2a;
	margin-bottom: 0px;
	padding: 7px 7px 10px 20px;
	color: #fff;
	border-radius: 10px 10px 0px 0px;
}

.footer-section .imp-links a,
.footer .btn.btn-link {
	color: rgb(255, 255, 255);
}

.social-icon a {
	color: #ffffff;
}
/* 
.footer-section h2,
.footer-section h3 {
	color: #fff !important;
	font-family: Raleway;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 12px; 
} */

a.email {
	text-decoration: underline;
}

.footer-section a:hover {
	color: var(--color-primary);
}

.social-icon .twitter img {
	filter: invert(1) grayscale(100);
	-webkit-text-stroke: 0.9px;
}

/* Styles for website counter container */
.website-counter {
	font-size: 28px !important;
	color: var(--color-default);
}

/* Styles for reset button */
#reset {
	margin-top: 20px;
	background-color: #008cba;
	cursor: pointer;
	font-size: 18px !important;
	padding: 8px 20px;
	color: white;
	border: 0;
}

.foot-name {
	color: #fff !important;
	font-family: Raleway;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 25px;
}

.foot-name2 {
	color: #fff !important;
	font-family: Raleway;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 25px; /* 66.667% */
}
h2.foot-name3 {
	color: #696984 !important;
	font-family: Raleway;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
}
.footer-img {
	margin-bottom: 20px;
}
.container-fluid.footer-section.footer.pt-5.pb-4.wow.fadeIn.animated {
	background: #1a1c51;
}
.footer-links {
	color: #feaf20;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
}
p.college-time {
	color: #fff !important;
	font-family: Raleway;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}
/* Footer section end */

/* breadcrumb */

.bred-img {
	background-image: url("../img/banner.jpg");
	height: 120px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: var(--color-primary) !important;
}

.bred-head {
	text-align: center;
	padding-top: 28px;
	margin-bottom: 0px;
	color: #fff;
	font-size: 35px;
}

.breadcrumb {
	justify-content: center;
	width: auto;
	align-items: center;
	margin: 6px auto auto auto;
}

.breadcrumb li a,
.breadcrumb-item + .breadcrumb-item::before {
	color: white;
}

.breadcrumb li a {
	text-decoration: underline;
}

.breadcrumb li a:hover {
	text-decoration: none;
}

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

/* -End breadcrumb- */

/* -Inner Page Style- */

.about-info {
	padding: 0px 0px 0px 25px;
}

.about-info .page-insight {
	box-shadow: 2px 2px 4px #888888;
	padding: 5px 10px 20px 10px;
	background-color: #fff;
}

.page-headings {
	border-bottom: 3px solid #bbbbbb;
	margin-bottom: 20px !important;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 25.6px !important;
	color: var(--color-primary);
	font-weight: 600 !important;
}

.sub-heading {
	padding-bottom: 8px;
	color: var(--color-primary);
	font-family: "Blinker", sans-serif !important;
	font-size: 25px !important;
	font-weight: 600 !important;
	line-height: 38px;
	letter-spacing: 0.02em;
}

.about-page .about-info p {
	margin-bottom: 0px !important;
}

.page-back {
	background-color: #e5dcdc;
}

/* NAAC Pages */
.naac-section a {
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 10px 0px 10px 0px;
	text-decoration: underline;
}

.naac-section a:hover {
	text-decoration: none;
}

.naac-section a:before {
	content: "\f1c1";
	font-family: "Font Awesome 5 Free";
	color: var(--color-primary);
	width: 2.5% !important;
	display: inline-block;
	font-size: 19px;
	margin-right: 0px;
}

/* -End Naac Pages-- */

/* accordian start*/

.accordion-button:not(.collapsed) {
	color: var(--color-default);
	background-color: #dff5f9;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.accordion-button:focus {
	z-index: 3;
	border: none !important;
	outline: 0;
	box-shadow: none !important;
}

.accordion-button {
	color: #000 !important;
}

.accordion-item {
	border: 1px solid #a59a9a !important;
	margin-bottom: 5px;
}

.tab-horizontal1,
.tab-horizontal2 {
	width: 100% !important;
}

.tab-horizontal1 ul {
	flex-direction: inherit !important;
}

.inner-accordion-header {
	border: 1px solid #a59a9a !important;
}

.inner-accordion-header .accordion-button:not(.collapsed) {
	background: #f8f8f8 !important;
}

/* accordian end */

/* Styles added by Shruti J */
.table th,
table th {
	padding: 0.5rem 0.5rem;
	background: #ececec;
	border-color: #d9d9d9;
	box-shadow: inset 0 4px 3px -2px rgb(0 0 0 / 4%);
	text-align: center;
	font-weight: 700 !important;
}

.table .text-link {
	text-decoration: underline;
}

.table p {
	margin-bottom: 0px;
}

.table .text-link:hover {
	text-decoration: none;
	vertical-align: middle;
}

.text-link {
	text-decoration: underline;
}

.text-link:hover {
	text-decoration: none;
	cursor: pointer;
}

.table td,
table td {
	border-color: #d9d9d9;
	padding: 0.5rem 0.5rem;
}

.table th.srno {
	width: 75px !important;
}

.table td.al-right,
.table .srno {
	text-align: right;
}

.btn-primary:focus {
	color: var(--color-default);
	background-color: var(--color-secondary);
}

.content-holder {
	background: white;
	padding: 0 25px;
}

.subheader {
	padding: 0;
	margin: 0 0 5px 0;
	font-weight: 700 !important;
	font-family: var(--font-primary);
	font-style: normal;
	font-size: 18px;
}

@media only screen and (max-width: 980px) {
	.about-info {
		padding: 0 25px;
		margin: 25px 0 0;
	}
}

.vtabs .tabs-right {
	padding: 0;
}

.vtabs .tabs-right .tab-content {
	padding: 0;
}

.vtabs .tabsContent-holder {
	padding-left: 0;
}

.vtabs .tab-content {
	padding: 0.5rem;
}

.vtabs .accordion-item {
	border: 0 !important;
}

.sub-head {
	border-bottom: 3px solid #bbbbbb;
	margin-bottom: 8px;
	padding-bottom: 8px;
	font-family: var(--font-primary);
	font-weight: 700;
	font-style: normal;
}

.vtabs .accordion-body {
	padding: 0.5rem 1.25rem;
}

.vtabs .tabsName-holder {
	background-color: var(--color-primary);
	padding-left: 0;
	padding-right: 0;
	box-shadow: inset -11px 0px 8px -11px rgba(112, 108, 112, 1) !important;
}

.vtabs .nav-tabs .nav-link {
	color: #fff;
	margin-bottom: -1px;
	background: none;
	border: 1px solid #06406570;
	border-radius: 0;
}

.vtabs .nav-tabs .nav-link.active {
	background-color: var(--color-secondary);
	color: white;
}

.vtabs .accordion-button:not(.collapsed) {
	color: #064065;
	background: #dff5f9;
}

.vtabs .accordion-button:not(.collapsed) {
	color: #000 !important;
	background: #efe290;
	border: 1px solid #9d9355;
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
}

.vtabs .accordion-button:not(.collapsed):after {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}

.vtabs .nav-tabs .nav-link.active {
	background-color: #fff;
	color: #0b0a0a;
}

@media (max-width: 575px) {
	.owl-nav .owl-next {
		right: 8px !important;
	}

	.owl-prev {
		padding-left: 23px;
	}
	.about-us {
		background: #1a1c51;
		padding: 20px 41px 28px 40px;
		width: 100% !important;
		position: relative;
		left: 0px !important;
		top: 3px;
		z-index: -1;
	}
	.carousel {
		width: 100% !important;
		position: relative;
		left: -11px !important;
	}
	.admission-data {
		height: 467px !important;
		background: #1a1c51;
		padding: 37px 35px 52px 57px !important;
		width: 100% !important;
		position: relative;
		left: -11px !important;
		clip-path: none;
	}
	.academic-card {
		top: 196px !important;
		width: 167px;
		height: 211px;
	}
	.Campus-headlines2 {
		margin-left: 11%;
	}
	.Campus-headlines2 {
		margin-left: 11%;
	}
	img.admission-video {
		left: 50px !important;
	}
	.Campus-headlines {
		margin-left: 13% !important;
	}
	.Campus-headlines2 {
		margin-left: 13% !important;
	}
}

.link-active {
	background-color: #064065 !important;
	padding: 15px 10px !important;
}

.form-control:focus {
	box-shadow: 0 0 0 0.25rem rgb(6 64 101 / 18%);
}

/* ssr table */
.ssr-table tr td:first-child {
	text-align: center;
}

.ssr-table th:nth-child(3) {
	width: 185px;
}

.ssr-table th:first-child {
	width: 100px;
	text-align: center;
}

/* styles added by pranali */

.tabletext {
	vertical-align: middle;
}

#carousel-placement img {
	object-fit: contain;
	aspect-ratio: 3/2;
	padding: 4px 10px;
}

/* CMS Photo Gallery*/
.list-horizontal {
	padding: 0;
	margin: 0;
}

.list-horizontal li {
	display: inline-block;
	margin-right: 10px;
}

.btn-year {
	border: 1px solid;
	padding: 6px 36px;
	border-radius: 5px;
	background-color: var(--color-primary);
	color: #fff;
	text-transform: uppercase;
	line-height: 40px;
}

.btn-year:hover {
	color: white;
}

.btn-year.active {
	background-color: var(--color-secondary);
}

a.btn-year.ng-binding {
	cursor: pointer;
}

a.btn-year.ng-binding.active {
	cursor: auto;
}

.gallery {
	position: relative;
	width: 302px;
	display: inline-block;
	overflow: hidden;
	z-index: 0;
}

.gallery .viewGallery {
	background-color: green;
	color: #fff;
	display: inline-block;
	padding: 5px 25px 0;
	text-decoration: none;
	position: absolute;
	left: 25%;
	transform: translateY(400px);
	transition: all 0.3s ease 0s;
}

.gallery .desc {
	padding: 15px;
	text-align: center;
}

.gallery:hover .viewGallery {
	transform: translateY(100px);
}

.stack,
.nostack {
	border: 6px solid #fff;
	float: left;
	height: 175px;
	width: 240px;
	margin: 20px;
	position: relative;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.stack img,
.nostack img {
	width: 100%;
	height: 100%;
}

.stack:before,
.stack:after {
	content: "";
	height: 175px;
	width: 240px;
	position: absolute;
	z-index: -1;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	border: 6px solid #fff;
}

.stack:before {
	background: #eff4de;
	top: 0px;
	left: -10px;
	transform: rotate(-5deg);
}

.stack:after {
	background: #768590;
	top: 5px;
	left: 0px;
	transform: rotate(4deg);
}

.firstImage:after {
	display: block;
	content: "View Gallery";
	padding: 8px 15px;
	margin: auto;
	background-color: var(--color-secondary);
	position: absolute;
	top: 29%;
	left: 24%;
	color: #fff;
	transform: translateY(400px);
	transition: all 0.3s ease 0s;
}

.firstImage:hover:after {
	transform: translateY(30px);
}

.firstImageForCollegeNews:after {
	display: block;
	content: "View Paper";
	padding: 8px 15px;
	margin: auto;
	background-color: var(--color-secondary);
	position: absolute;
	top: 29%;
	left: 24%;
	color: #fff;
	transform: translateY(400px);
	transition: all 0.3s ease 0s;
}

.firstImageForCollegeNews:hover:after {
	transform: translateY(30px);
}

.first-image:hover:after {
	transform: translateY(30px);
}

.link-active {
	background-color: #fdbd0f !important;
	padding: 15px 10px !important;
	color: #fff !important;
}

.main-whitePanel {
	background-color: #fff;
	box-shadow: 2px 2px 4px #888888;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
	position: relative;
	z-index: 100;
	height: 300px;
}

.carousel-wrap {
	margin: 90px auto;
	padding: 0 5%;
	width: 80%;
	position: relative;
}

.mydiv .owl-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0 10px;
	pointer-events: none;
	box-sizing: border-box;
}

.mydiv .owl-nav .owl-prev,
.mydiv .owl-nav .owl-next {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 !important;
	font-family: Arial !important;
	font-size: 22px !important;
	line-height: 1 !important;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.85) !important;
	pointer-events: all;
}

.mydiv .owl-nav .owl-prev.disabled,
.mydiv .owl-nav .owl-next.disabled {
	visibility: hidden;
}

/* Plan Of Action */

.table-responsive.plan {
	padding: 8px 15px;
}

a.btn.btn-primary.naac-certificate {
	padding-bottom: 11px;
	margin-top: 18px;
}

img.img-fluid.naac {
	width: 450px;
	height: 500px;
}

.inner-category-gallery {
	border-bottom: 2px solid;
}

.gallery-category {
	position: relative;
	display: inline-block;
	overflow: hidden;
	z-index: 0;
}

.gallery-category .viewGallery {
	background-color: green;
	color: #fff;
	display: inline-block;
	padding: 5px 25px 0;
	text-decoration: none;
	position: absolute;
	left: 25%;
	transform: translateY(400px);
	transition: all 0.3s ease 0s;
}

.gallery-category .desc {
	padding: 15px;
}

.gallery-category:hover .viewGallery {
	transform: translateY(100px);
}

.btn-handy {
	border: 1px solid #b5b5b5;
	background: #f2f2f2;
	margin-right: 10px;
	text-decoration: none;
	padding: 3px 8px;
	box-shadow: 0px 2px 2px rgb(0 0 0 / 20%);
}

.container.main-whitePanel h4 span {
	font-size: 1.6rem !important;
	font-style: normal;
	display: inline-block;
	border-bottom: 2px solid var(--color-primary);
	padding-right: 16px;
}

.saftey {
	margin-top: 10px;
}

.section.row.host.saftey {
	margin-left: 0px;
}

.lib-text {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}

a.active.aqar-quickl {
	color: var(--color-secondary);
}

.yearHolder {
	background: #e7e7e7 !important;
	vertical-align: middle;
}

.noRecords {
	color: #babcc0;
}

.link-holder a {
	color: #333;
	text-decoration: underline !important;
}

.link-holder a:hover {
	color: #333;
	text-decoration: none !important;
}

.files-noMeric {
	padding: 15px 15px 15px 25px !important;
}

.faculty-text-center {
	text-align: center !important;
}

.text-justify {
	text-align: justify !important;
}

.dept-faculty {
	text-align: center !important;
}

.department-faculty-all-div {
	display: inline-table;
}

/*  End Departments Home Dept */

/* Department start css */
.newspannel {
	font-size: 26px;
	font-family: "Marcellus", serif;
	color: var(--mainColor);
	font-weight: 600 !important;
}

.newspanneltext {
	color: #babcc0;
	font-size: 16px;
	padding-right: 15px;
	font-weight: 400;
	margin: auto;
}

#newstext {
	font-size: 17px;
	margin: 0px;
}

.shareicon {
	text-align: right;
}

.bred-pos {
	margin-top: -125px !important;
}

#clickhere {
	text-decoration: underline;
	color: #fff;
	font-size: 16px;
	margin: 0px;
}

.goToSection {
	border: 1px solid;
}

.goToSectionmenu a {
	font-size: 22px;
	color: black;
	font-weight: 400 !important;
	padding: 0.75rem 1.5rem;
	margin: 0px;
	background-color: white;
}

.SectionmenuView {
	border-radius: 0px 0px 10px 10px;
	padding: 13px;
	background-color: white;
}

.goToSectionmenu a:hover {
	color: #fff;
	font-weight: 400 !important;
	background-color: var(--color-primary);
}

.goToSectionmenu .dropdown-item.active {
	color: #fff;
	font-weight: 400 !important;
	background-color: var(--color-primary);
}

.new-ui-margin {
	padding: 15px;
	border-bottom: 2px solid #cacaca;
}

.goToSectionmenu h4 {
	font-size: 26px;
	font-family: "Marcellus", serif;
	color: black;
	font-weight: 600 !important;
	padding: 0.75rem 1.5rem;
}

.categoriesmanu {
	padding: 0px;
	margin: 0px;
	color: #fff;
}

.newslist {
	padding: 10px 5px 5px 13px;
}

.category {
	width: 100%;
	padding: 3px;
	border-radius: 4px;
	margin: 3px;
	background-color: #ebebeb;
	font-size: 16.5px !important;
}

.quick-head-back {
	background-color: var(--color-primary);
	margin-bottom: 0px;
	padding: 7px 7px 10px 20px !important;
	font-size: 20px !important;
	color: #fff;
	border-radius: 10px 10px 0px 0px;
}

/* Department End css */

.btn-lg-square {
	width: 48px;
	height: 48px;
}

.footer .btn.btn-link {
	display: block;
	margin-bottom: 5px;
	padding: 0;
	text-align: left;
	text-transform: capitalize;
	transition: 0.3s;
	color: #fff !important;
	font-family: Raleway;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}

.footer .btn.btn-link::before {
	position: relative;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 10px;

	/* display: none; */
}

.footer .btn.btn-link:hover {
	color: var(--color-secondary);
	letter-spacing: 1px;
	box-shadow: none;
}

.back-to-top {
	position: fixed;
	display: none;
	right: 30px;
	bottom: 30px;
	z-index: 99;
}

/* Start Media Queries */

@media only screen and (max-width: 1280px) {
	.naac-section a:before {
		margin-right: 5px;
	}

	.top-menu-hide {
		display: none;
	}
}

@media only screen and (max-width: 992px) {
	.events-program-box {
		padding-right: 0px;
		border-right: none;
		border-bottom: 2px dashed #8b7ed2;
	}

	.container.about-page {
		margin-left: 11px;
	}

	.title-lines {
		margin-right: 0px !important;
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: static !important;
	}

	.quick-hover-section {
		display: none;
	}

	.quick-inner-top {
		margin-top: 25px;
	}

	.view-all a {
		margin-top: -2em;
	}

	.news-div .btn-news-down {
		margin-top: -0.7em;
	}

	.top-line {
		padding-bottom: 25px;
	}

	img.header-logo {
		width: 139px;
		margin-top: -55px;
		margin-bottom: 40px;
	}

	.header-logo {
		margin-top: 0px !important;
	}

	.site-header {
		text-align: center;
		padding-top: 0px !important;
		padding-bottom: 0px !important;
		width: 100%;
		max-width: 100%;
	}

	.holder {
		height: 210px;
		margin-top: 25px;
	}

	.quick-hover-section:hover {
		opacity: 1;
		border: 1px solid transparent;
		left: -63px;
	}

	.container.about-page {
		max-width: 100%;
		padding-right: 40px;
	}

	.photo-gallery-img {
		width: 210px !important;
	}

	.row.pt-5.program-boxs {
		gap: 70px;
	}

	.gallery-1 {
		margin-top: 10%;
	}

	.gallery-2 {
		margin-top: 15px;
	}

	.gallery-4 {
		margin-top: 15px;
	}

	.gallery-con .nav-tabs {
		border-bottom: none;
		gap: 10px;
		justify-content: space-evenly;
	}
	.title-lines {
		padding-top: 104px;
		justify-content: space-evenly;
	}
	.admission-data {
		height: 435px;
		background: #1a1c51;
		padding: 64px 126px 0px 57px;
		width: 108%;
		position: relative;
		left: -35px;
		clip-path: none;
	}
	.see-more {
		justify-content: flex-start !important;
	}
	.carousel {
		width: 108%;
		position: relative;
		left: -28px;
	}
	.academic-section {
		padding-bottom: 63% !important;
	}
	.academic-card {
		top: 250px;
	}
	h2.campue-heading {
		text-align: center;
	}
	.VPS-heading {
		text-align: center;
	}
	.about-us {
		left: 63px;
		top: 3px;
		z-index: -1;
	}
	.Campus-headlines {
		margin-left: 20%;
	}
	.Campus-headlines2 {
		margin-left: 20%;
	}
	img.admission-video {
		left: 96px;
		padding-top: 7%;
	}
	.chairman-img.d-flex {
		padding-top: 40px;
		flex-direction: column;
		gap: 0px;
	}

	.academic-section {
		padding-bottom: 65% !important;
	}
	.aboutus-section {
		padding-top: 8% !important;
	}
	.photo-column img {
		left: 0%;
		top: 36px;
	}
	.photo-content.text-center.text-lg-start {
		padding-top: 49px;
	}
	p.logo-caption {
		font-size: 11.415px;
		line-height: 16.268px;
	}
	div#carousel-alumni .item {
		padding-left: 68px !important;
	}
	h2.academic-subheading {
		padding-right: 0% !important;
	}
	section.principal-section.py-5 {
		padding-bottom: 7% !important;
	}
	.chairman-image {
		text-align: center !important;
	}
	.principal-image {
		text-align: center !important;
	}
	.principal-image {
		position: relative;
		top: 26px;
	}
	.counts.col-lg-2.quick-links-text.col-md-2.col-sm-6.text-center.pt-2 {
		padding-left: 0px !important;
	}
	.test-icon {
		position: absolute;
		top: -3px !important;
		left: 31%;
	}
	.owl-carousel-photo .owl-next {
		display: none !important;
	}
}

@media only screen and (max-width: 808px) {
	.header-row {
		margin-top: -61px !important;
	}

	img.header-logo {
		width: 139px;
		margin-top: -55px;
		margin-bottom: 40px;
	}

	.site-header img.logo {
		width: 100px;
	}

	.responsive-logo {
		display: inline-block;
	}

	.responsive-logo2 {
		display: none;
	}

	.site-header {
		text-align: center;
		padding-top: 0px !important;
		padding-bottom: 0px !important;
		max-width: 100% !important;
	}
}

@media only screen and (max-width: 768px) {
	.bred-img {
		height: auto;
	}

	.naac-section a:before {
		margin-right: 10px !important;
	}
}

@media only screen and (max-width: 741px) {
	.owl-nav .owl-next {
		right: -22px !important;
	}
}

@media only screen and (max-width: 500px) {
	.title-lines {
		flex-direction: column;
		padding-top: 80px;
	}

	.title-holder {
		text-align: center;
	}
	ul.navbar-nav.second-menu.tp-1.myCustomTopLeftMenu.myCustomTopRightMenu li a {
		color: #ffffff !important;
		text-align: start;
	}
	.banner-slider img {
		height: 250px;
	}

	.header-row {
		margin-right: 0px !important;
		margin-left: 0px !important;
	}

	.light {
		width: 250px;
	}

	.light2 {
		width: 250px;
	}
	.admission-data {
		height: 435px;
		background: #1a1c51;
		padding: 31px 49px 0px 57px;
		width: 97%;
		position: relative;
		left: 0px;
		clip-path: none;
	}
	h3.academic-heading {
		font-size: 14px;
		letter-spacing: 0px;
	}
	.photo-subheading {
		font-size: 21px;
		line-height: 18px;
		padding: 9px;
		padding-left: 0px !important;
	}
	span.holistic {
		font-size: 24px;
	}
	.see-more {
		flex-direction: column;
		gap: 8px;
	}
	.academic-card {
		top: 166px !important;
	}
	.learn-more-btn.d-flex {
		margin-top: 0px;
	}
	h2.academic-subheading {
		font-size: 24px;
		line-height: 25px;
		padding: 0px;
	}
	.academic-section {
		padding-bottom: 94% !important;
	}
	.academic-card:nth-last-child(2) {
		--x: calc(-38%);
		transform: translate(var(--x), -50%) scale(1);
	}
	.academic-section {
		padding-bottom: 75% !important;
	}
	.academic-card {
		top: 145px !important;
		left: 193px !important;
		width: 132px !important;
		height: 191px !important;
	}
	.carousel {
		width: 97%;
		position: relative;
		left: 0px;
	}
	.Campus-headlines {
		margin-left: 0px !important;
		width: 370px;
		height: 222px;
		border: 5px solid #fff;
	}
	.Campus-headlines2 {
		margin-left: 0px !important;
		width: 370px;
		height: 222px;
		position: relative;
		border: 5px solid #fff;
		top: 0px;
		left: 0px;
	}
	.VPS-heading {
		margin-top: 0px;
	}
	.about-us {
		background: #1a1c51;
		padding: 20px 20px 28px 23px;
		width: 100%;
		position: relative;
		left: 0px;
		top: 3px;
		z-index: -1;
	}
	img.admission-video {
		left: 0px !important;
		padding-top: 7%;
		width: 100%;
		/* padding-right: 20%; */
	}
	h2.admission-heading {
		font-size: 20px;
		margin-left: 0px;
	}
	span.admission {
		font-size: 20px;
	}
	section.principal-section.py-5 {
		padding-top: 35px !important;
	}
	.learn-more-btn2.d-flex {
		justify-content: center;
	}
	h2.academic-subheading {
		font-size: 21px;
		line-height: 31px;
		padding: 0px;
	}
	span.holistic {
		font-size: 19px;
	}
	.alumni-con {
		padding: 13px !important;
		width: 567px !important;
		background: #696984;
		height: 192px !important;
		margin-top: 14px !important;
	}
	.alumni-con p {
		color: #fff;
		text-align: center;
		font-family: Raleway;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 24px !important;
		padding-right: 37% !important;
	}
	.alumni-i {
		border-radius: 42%;
		background: #f7fbfe;
		width: 120px !important;
		height: 72px !important;
		position: relative;
		left: 0% !important;
		top: -20px !important;
	}
	.test-icon {
		position: absolute;
		top: -1px;
		left: 56% !important;
	}
	div#carousel-alumni .item {
		padding-left: 0px !important;
	}
	.al-name {
		left: 40% !important;
	}
	.owl-carousel-photo .item {
		padding-right: 32px !important;
		width: 90%;
	}
	.owl-carousel-photo .owl-next {
		display: none !important;
	}
	img.header-logo {
		width: 92px;
	}
	.header-college-name {
		font-size: 21px;
	}
}

@media only screen and (max-width: 428px) {
	span.carousel-control-prev-icon {
		margin-left: 18px !important;
		padding-left: 7px !important;
	}

	span.carousel-control-next-icon {
		margin-right: 18px !important;
		padding-right: 7px !important;
	}
	.academic-card {
		left: 220px;
	}
	h2.campue-heading {
		font-size: 21px;
	}
	.Campus-headlines {
		margin-left: 19px;
	}
	.Campus-headlines2 {
		margin-left: 19px;
	}
	.VPS-heading {
		font-size: 21px;
	}
	span.holistic {
		font-size: 21px;
	}
	h2.aboutus-heading {
		font-size: 21px;
	}
}

/* home news & event */
/* .news-events .news-notice-view {
    border: 1px solid #ccc;
    padding: 10px;
    display: inline-block;
    float: right;
}

.news-events {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.news-events .event-title {
    background-color: var(--color-primary);
    margin-bottom: 0px;
    color: #fff;
    padding: 10px 15px;
}

.news-events .news-text-line {
    margin-top: 10px;
    background-color: none;
}

.news-events .card-img-overlay {
    padding: 0rem;
    top: 25px;
}

.news-events .event-title {
    background-color: var(--color-primary);
    margin-bottom: 0px;
    color: #fff;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
}

p.event-date-overlay {
    margin-bottom: 0px;
    background-color: var(--color-primary);
    display: inline-block;
    padding: 10px;
    color: #fff;
    font-size: 25px;
    text-align: center;
}

.news-events .event-title a i {
    color: #fff;
}

.news-events .card-img img {
    height: 270px;
    width: 100%;
}
.view-all-past-event {
    display: flex;
    justify-content: flex-end;
}
.view-all-past-event a {
    color: #ffffff !important;
    text-decoration: none;
    background-color: var(--color-primary);
    border-radius: 10px;
    padding: 7px 63px
    
}
.event-description {
    max-height: 3em; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-events .card-img-overlay{
    color: #fdbd0f !important;
} */

/* home news & event */
/* home news & event */
.news-events .news-notice-view a {
	border: 1px solid #ccc;
	padding: 10px;
	display: inline-block;
	float: right;
	margin-top: 25px;
}

.news-events {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.news-events .event-title {
	background-color: var(--main-color);
	margin-bottom: 0px;
	color: #fff;
	padding: 10px 15px;
}

.news-events .news-text-line {
	margin-top: 10px;
	background-color: white;
	color: black;
	max-height: 15em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-events .card-img-overlay {
	padding: 0rem;
	top: 25px;
}

.news-events .event-title {
	background-color: #110069;
	margin-bottom: 0px;
	color: #fff;
	padding: 10px 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

p.event-date-overlay {
	margin-bottom: 0px;
	background-color: #110069;
	display: inline-block;
	padding: 10px;
	color: #fff;
	font-size: 15px;
	text-align: center;
}

.news-events .event-title a i {
	color: #fff !important;
}

a.view-event-link {
	color: white !important;
}

.news-events .card-img img {
	height: 270px;
	width: 100%;
}

/* .event-description {
    max-height: 3em; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
} */

/* home news & event */

.view-all-event {
	text-align: end;
	margin-top: 18px;
	margin-left: 14px;
}

.view-all-event a {
	color: var(--color-default);
	text-decoration: underline;
	float: left;
	left: 10px;
	margin-top: -0.5em;
}

.view-all-event a {
	color: #ffffff !important;
	text-decoration: none;
	background-color: #ff9f2a;
	border-radius: 10px;
	padding: 7px 63px;
}

.view-all-event a:hover {
	text-decoration: none;
}

.event-div {
	background-color: white;
}

.event-div .btn-news {
	border: none;
	color: #ff9f2a;
	background-color: white;
	float: right;
}

.event-div .btn-news-down {
	border: none;
	color: #ff9f2a;
	background-color: white;
	float: right;
	margin-top: 0.5em;
}

/* home news & event */
.news-events .news-notice-view {
	border: 1px solid #ccc;
	padding: 10px;
	display: inline-block;
	float: right;
	margin-top: 25px;
}

.news-events {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.news-events .event-title {
	background-color: var(--color-primary);
	margin-bottom: 0px;
	color: #fff;
	padding: 10px 15px;
}

.news-events .news-text-line {
	margin-top: 10px;
	background-color: var(--color-primary);
	color: #fff;
}

.news-events .card-img-overlay {
	padding: 0rem;
	top: 25px;
}

.news-events .event-title {
	background-color: var(--color-primary);
	margin-bottom: 0px;
	color: #fff;
	padding: 10px 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

p.event-date-overlay {
	margin-bottom: 0px;
	background-color: #ff9f2a;
	display: inline-block;
	padding: 10px;
	color: #fff;
	font-size: 15px;
	text-align: center;
}

.news-events .event-title a i {
	color: #fff;
}

.news-events .card-img img {
	height: 270px;
	width: 100%;
}

/* home news & event */

.quick-inner-top {
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
		rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	border-radius: 10px;
	/* position: fixed;
    top: 52%;
    left: 10%;
    right: 90%;
    width: 18%; /* Adjust width as needed */
	/* background-color: #fff; /* Background color of the fixed section */
	/* z-index: 999; Ensure it's above other content */
}

.quick-links .col-lg-3 {
	text-align: center;
}

.events-readmore {
	border: 1px solid #ccc;
	padding: 10px;
	display: inline-block;
	float: right;
	margin-top: 25px;
}

/* whatsaap popup */
/* a:link,
a:visited {
  text-decoration: none;
  transition: all 0.4s ease-in-out;
} */

/* CSS Multiple Whatsapp Chat */
.whatsapp-name {
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 0px;
	margin-bottom: 0px;
	line-height: 1.5;
	color: white;
}

#whatsapp-chat {
	box-sizing: border-box !important;
	outline: none !important;
	position: fixed;
	width: 350px;
	border-radius: 10px;
	box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
	bottom: 164px;
	right: 160px;
	overflow: hidden;
	z-index: 1103;
	animation-name: showchat;
	animation-duration: 1s;
	transform: scale(1);
}

a.blantershow-chat {
	/* background: #009688; */
	/* background: #fff; */
	color: #404040;
	position: fixed;
	display: flex;
	font-weight: 400;
	justify-content: center;
	z-index: 6;
	bottom: 90px;
	right: 107px;
	font-size: 15px;
	padding: 27px 20px;
	border-radius: 87px;
	/* box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28); */
}

a.blantershow-chat svg {
	transform: scale(2.2);
	margin: 0 0px 0 0;
	background-size: cover;
}

.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
	z-index: 9999;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}

	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom: 91px;
	right: 102px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 0px;
	border: 16px solid #25d366;
	opacity: 0;
	animation-name: pulse-border;
	animation-duration: 1.8s;
	animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}

	75% {
		padding: 50px;
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

.header-chat {
	background: #009688;
	background: #095e54;
	color: #fff;
	padding: 20px;
}

.header-chat h3 {
	margin: 0 0 10px;
}

.header-chat p {
	font-size: 14px;
	line-height: 1.7;
	margin: 0;
}

.info-avatar {
	position: relative;
}

.info-avatar img {
	border-radius: 91%;
	width: 63px;
	height: 49px;
	float: left;
	margin: -2px 11px 2px 0px;
}

a.informasi {
	padding: 20px;
	display: block;
	overflow: hidden;
	animation-name: showhide;
	animation-duration: 0.5s;
}

a.informasi:hover {
	background: #f1f1f1;
}

.info-chat span {
	display: block;
}

#get-label,
span.chat-label {
	font-size: 12px;
	color: #888;
}

#get-nama,
span.chat-nama {
	margin: 5px 0 0;
	font-size: 15px;
	font-weight: 700;
	color: #222;
}

#get-label,
#get-nama {
	color: #fff;
}

div#admission {
	z-index: 1043;
}

span.my-number {
	display: none;
}

/* .blanter-msg {
  color: #444;
  padding: 20px;
  font-size: 12.5px;
  text-align: center;
  border-top: 1px solid #ddd;
} */
textarea#chat-input {
	font-family: "Arial", sans-serif;
	width: 100%;
	height: 50px;
	padding: 10px;
	font-size: 14px;
}

a#send-it {
	width: 48px;
	/* margin-left: 10px; */
	font-weight: 900;
	padding: 12px 13px 5px;
	background: #dadada;
	/* border-radius: 10px;*/

	svg {
		fill: #a6a6a6;
		height: 24px;
		width: 24px;
	}
}

input.styles-module_input__2IYfc {
	background-color: #fefefe;
	border: none;
	outline: none;
	border-radius: 20px;
	min-height: 45px;
	padding: 0 10px;
	transition: box-shadow 0.2s ease-in-out;
	width: 100%;
}

.first-msg {
	background: transparent;
	padding: 30px;
	text-align: center;

	& span {
		background: #e2e2e2;
		color: #333;
		font-size: 14.2px;
		line-height: 1.7;
		border-radius: 10px;
		padding: 15px 20px;
		display: flex;
		padding: 10px;
		background: #dcdcdc;
	}
}

.start-chat .blanter-msg {
	display: flex;
	padding: 10px;
	background-color: #dadada;
}

#get-number {
	display: none;
}

a.close-chat {
	position: absolute;
	top: 5px;
	right: 15px;
	color: #fff;
	font-size: 30px;
}

@keyframes ZpjSY {
	0% {
		background-color: rgb(182, 181, 186);
	}

	15% {
		background-color: rgb(17, 17, 17);
	}

	25% {
		background-color: rgb(182, 181, 186);
	}
}

@keyframes hPhMsj {
	15% {
		background-color: rgb(182, 181, 186);
	}

	25% {
		background-color: rgb(17, 17, 17);
	}

	35% {
		background-color: rgb(182, 181, 186);
	}
}

@keyframes iUMejp {
	25% {
		background-color: rgb(182, 181, 186);
	}

	35% {
		background-color: rgb(17, 17, 17);
	}

	45% {
		background-color: rgb(182, 181, 186);
	}
}

@keyframes showhide {
	from {
		transform: scale(0.5);
		opacity: 0;
	}
}

@keyframes showchat {
	from {
		transform: scale(0);
		opacity: 0;
	}
}

@media screen and (max-width: 480px) {
	#whatsapp-chat {
		width: auto;
		left: 5%;
		right: 5%;
		font-size: 80%;
	}
}

.hide {
	display: none;
	animation-name: showhide;
	animation-duration: 0.5s;
	transform: scale(1);
	opacity: 1;
}

/* .show {
  display: block !important;
  animation-name: showhide;
  
  transform: scale(1);
  opacity: 1;
} */

.whatsapp-message-container {
	display: flex;
	z-index: 1;
}

.whatsapp-message {
	padding: 7px 14px 6px;
	background-color: rgb(255, 255, 255);
	border-radius: 0px 8px 8px;
	position: relative;
	transition: all 0.3s ease 0s;
	opacity: 0;
	transform-origin: center top 0px;
	z-index: 2;
	box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
	margin-top: 4px;
	margin-left: -54px;
	max-width: calc(100% - 66px);
}

.whatsapp-chat-body {
	padding: 20px 20px 20px 10px;
	background-color: rgb(230, 221, 212);
	position: relative;

	&::before {
		display: block;
		position: absolute;
		content: "";
		left: 0px;
		top: 0px;
		height: 100%;
		width: 100%;
		z-index: 0;
		opacity: 0.08;
		background-image: url("https://elfsight.com/assets/chats/patterns/whatsapp.png");
		/* background-image: url('assets/images/whatsaap-bg.png'); */
	}
}

.dAbFpq {
	display: flex;
	z-index: 1;
}

.eJJEeC {
	background-color: rgb(255, 255, 255);
	width: 52.5px;
	height: 32px;
	border-radius: 16px;
	display: flex;
	-moz-box-pack: center;
	justify-content: center;
	-moz-box-align: center;
	align-items: center;
	margin-left: 10px;
	opacity: 0;
	transition: all 0.1s ease 0s;
	z-index: 1;
	box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
	position: relative;
	display: flex;
}

.ixsrax {
	height: 5px;
	width: 5px;
	margin: 0px 2px;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	animation-duration: 1.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	top: 0px;
	background-color: rgb(158, 157, 162);
	animation-name: ZpjSY;
}

.dRvxoz {
	height: 5px;
	width: 5px;
	margin: 0px 2px;
	background-color: rgb(182, 181, 186);
	border-radius: 50%;
	display: inline-block;
	position: relative;
	animation-duration: 1.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	top: 0px;
	animation-name: hPhMsj;
}

.kAZgZq {
	padding: 7px 14px 6px;
	background-color: rgb(255, 255, 255);
	border-radius: 0px 8px 8px;
	position: relative;
	transition: all 0.3s ease 0s;
	opacity: 0;
	transform-origin: center top 0px;
	z-index: 2;
	box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
	margin-top: 4px;
	margin-left: -54px;
	max-width: calc(100% - 66px);

	&::before {
		position: absolute;
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: contain;
		content: "";
		top: 0px;
		left: -12px;
		width: 12px;
		height: 19px;
	}
}

.bMIBDo {
	font-size: 13px;
	font-weight: 700;
	line-height: 18px;
	color: rgba(0, 0, 0, 0.4);
}

.iSpIQi {
	font-size: 14px;
	line-height: 19px;

	margin-top: 4px;
	color: rgb(17, 17, 17);
}

.iSpIQi {
	font-size: 14px;
	line-height: 19px;
	margin-top: 4px;
	color: rgb(17, 17, 17);
}

.cqCDVm {
	text-align: right;
	margin-top: 4px;
	font-size: 12px;
	line-height: 16px;
	color: rgba(17, 17, 17, 0.5);
	margin-right: -8px;
	margin-bottom: -4px;
}

.limited-lines {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	/* Limit to 3 lines */
}

/* Alumni Registration state */

.autocomplete {
	position: relative;
}

.autocomplete-items {
	position: absolute;
	border: none !important;
	z-index: 99;
	top: 100%;
	left: 0;
	right: 0;
}

.autocomplete-items div {
	padding: 5px;
	cursor: pointer;
	background-color: #efeeee;
	border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
	background-color: #e9e9e9;
}

.autocomplete-active {
	background-color: DodgerBlue !important;
	color: #ffffff;
}

/* admissiom form */

.wizard,
.wizard .nav-tabs,
.wizard .nav-tabs .nav-item {
	position: relative;
}

.wizard .nav-tabs:after {
	content: "";
	width: 80%;
	border-bottom: solid 2px #ccc;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	top: 38%;
	z-index: -1;
}

.wizard .nav-tabs .nav-item .nav-link {
	width: 34px;
	height: 34px;
	margin-bottom: 2%;
	background: #110069;
	border: 2px solid #110069;
	color: #ccc;
	z-index: 10;
}

.wizard .nav-tabs .nav-item .nav-link:hover {
	color: #333;
	border: 2px solid #333;
}

.wizard .nav-tabs .nav-item .nav-link.active {
	background: #fdbd0f;
	border: 2px solid #fdbd0f;
	color: #110069 !important;
}

.wizard .nav-tabs .nav-item .nav-link:after {
	content: " ";
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	opacity: 0;
	margin: 0 auto;
	bottom: 0px;
	border: 5px solid transparent;
	border-bottom-color: #0dcaf0;
	transition: 0.1s ease-in-out;
}

/* .nav-tabs .nav-item .nav-link.active:after {
	content: " ";
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	opacity: 1;
	margin: 0 auto;
	bottom: 0px;
	border: 10px solid transparent;
	border-bottom-color: #931962;
} */

.wizard .nav-tabs .nav-item .nav-link svg {
	font-size: 25px;
}

.section-program {
	padding: 30px 15px;
	border-radius: 15px;
	background: #f5f5f5;
}

.admission-form-header {
	color: #000;
	font-family: "Roboto";
	font-size: 20px;
	font-style: normal;
	font-weight: 600 !important;
	line-height: normal;
	margin-bottom: 10px;
}

.modal-enquiryForm-section label {
	margin-bottom: 10px;
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
}

.modal-enquiryForm-section label em {
	margin-bottom: 10px;
	color: #ff0000;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
}

.otp-linkHolder {
	display: flex;
	justify-content: center;
	gap: 7px;
	vertical-align: middle;
	align-items: center;
}

.otp-linkHolder a {
	text-decoration: underline;
}

.msg-OTPsent {
	display: block;
	color: black;
	font-size: 14px !important;
	margin-bottom: 15px;
	font-style: italic;
}

.email-id-group {
	margin: 0 auto;
	display: flow;
	text-align: center;
}

.email-varify-btn {
	color: #000000;
	text-align: center;
	font-family: "Rounded Mplus 1c";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 14px;
	width: 144px;
	height: 45px;
	border-radius: 40px;
	border: 1.333px solid #f1efff;
	background: var(--Neutral-Colors-White, #fff);
	box-shadow: 5px 3px 5px -2px rgb(199 192 244);
}

select.form-control {
	font-size: 14px;
	appearance: auto;
}

.adhar-input {
	padding: 6px;
}

.education-form-header {
	color: #460b2f;
	font-family: Poppins;
	font-size: 17px;
	font-style: normal;
	font-weight: 600 !important;
	line-height: normal;
}

.form-control {
	font-size: 14px !important;
	display: block;
	width: 100%;
	padding: 0.475rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	appearance: none;
	border-radius: 4px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.admission-enquiryForm-header {
	color: #110069;
	font-family: Poppins;
	font-size: 23px;
	font-style: normal;
	font-weight: 600 !important;
	line-height: normal;
}

.wizard-count {
	margin: 0;
	color: white;
	font-family: Poppins;
	font-size: 25px;
	font-style: normal;
	font-weight: 600 !important;
	line-height: normal;
}

.wizard-titel {
	font-weight: 500;
}

.wizard .nav-tabs .nav-item .nav-link ::after {
	content: "";
	height: 2px;
	width: 100%;
	background-color: #000;
}

.email.varification.image {
	width: 300px;
}

.email-id-group .form-group .form-control {
	text-align: center;
	font-size: 14px !important;
	display: block;
	width: 100%;
	padding: 0.475rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	appearance: none;
	border-radius: 4px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-info {
	color: #ffffff;
	background-color: #110069 !important;
	border-color: #ffffff;
}

.btn-info:hover,
.btn-info:focus {
	color: #110069 !important;
	background-color: #fdbd0f !important;
	border-color: #ffffff !important;
}

.btn-secondary {
	color: #ffffff !important;
	background-color: #110069 !important;
	border-color: #ffffff !important;
}

.form-control:focus {
	color: #525368;
	background-color: #fff;
	border-color: none !important;
	outline: 0;
	box-shadow: none !important;
}

.wizard .nav-tabs .nav-item .nav-link.active i {
	color: white !important;
}

.wizard .nav-tabs .nav-item .nav-link .active .wizard-count {
	color: #ffffff !important;
}

.wizard .nav-tabs .nav-item .nav-link.active p {
	color: #fff;
}

.verify-mail-box {
	margin: 0 auto;
	width: 400px;
}

.search-container {
	position: relative;
	display: inline-block;
}

.search-input {
	width: 200px;
	padding: 10px;
	display: none;
	position: absolute;
	top: 37px;
	right: -2px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	background-color: white;
}

.search-icon {
	cursor: pointer;
	font-size: 22px;
	color: #555;
	transition: color 0.3s ease;
	top: 6px;
	right: -8px;
	position: inherit;
}

.search-icon:hover {
	color: #000;
}

.fac-coll {
	padding: 0px;
	text-align: center;
	position: relative;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #f1f1f1;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 18px;
}

.button-css {
	position: relative;
	height: 0px;
	width: 100px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0px;
	background-color: transparent;
	border: none;
	top: 47px;
	left: 15px;
}

.staff-details-goback {
	height: 45px;
	width: auto;
	position: relative;
}

/* Skeleton Loader Container */
.skeleton-loader {
	/* background-color: #f0f0f0; */
	border-radius: 4px;
	margin: 10px 0;
	overflow: hidden;
	position: relative;
}

/* Individual skeleton blocks (title, content) */
.skeleton-title,
.skeleton-content {
	background-color: #e0e0e0;
	background-image: linear-gradient(
		90deg,
		#e0e0e0 25%,
		#f0f0f0 50%,
		#e0e0e0 75%
	);
	background-size: 200% 100%;
	animation: shimmer 1.5s infinite;
	border-radius: 4px;
}

.skeleton-title {
	height: 20px;
	width: 60%;
	margin-bottom: 15px;
}

.skeleton-content {
	height: 15px;
	width: 100%;
	margin-bottom: 10px;
}

/* Shimmer Animation */
@keyframes shimmer {
	0% {
		background-position: -200% 0;
	}

	100% {
		background-position: 200% 0;
	}
}

.skeleton-loader:empty {
	display: block;
	background-color: #bdc3c7 !important;
	border-color: #bdc3c7 !important;
	animation-name: skeletonAnimation;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.skeleton-loader:empty.others {
	height: 200px;
}

.skeleton-loader:empty.prod-name {
	height: 20px;
}

.skeleton-loader:empty.prod-description {
	width: 80%;
	height: calc(100% - 30px);
}

@keyframes skeletonAnimation {
	0% {
		opacity: 0.8;
	}

	50% {
		opacity: 0.4;
	}

	100% {
		opacity: 0.8;
	}
}

/*From here the styles are for demo purpose only*/
.wrapper {
	margin: auto;
	display: flex;
	width: 80%;
	padding: 0 30px;
	border-radius: 6px;
	border: 1px solid lightgray;
	box-shadow: 0px 0px 18px -1px #2e2e2e;
	font-family: "Open Sans", sans-serif;
	flex-wrap: wrap;
}

.wrapper .row {
	width: 100%;
	margin: 30px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.wrapper .row .prod-img {
	border: 1px solid lightgray;
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

.wrapper .row .details {
	width: calc(100% - 95px);
	height: 80px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.wrapper .row .details .prod-name {
	width: 100%;
}

.wrapper .row .others {
	width: 30%;
	margin-top: 30px;
}

.tynmce-css {
	padding: 29px 25px 10px 10px;
}
