body {
	color: #000;
	line-height: 1.5rem;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	color: #000;
	font-weight: 400 !important;
	font-family: "Poppins", sans-serif;
	font-size: 1.6rem;
}

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

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

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

p,
a,
li {
	color: #000;
}

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

/* Admission enquiry form start*/

select.form-control {
	appearance: auto;
}

@media (min-width: 1200px) {
	.modal-md {
		max-width: 600px;
	}
}

@media (min-width: 992px) {
	.modal-md {
		max-width: 600px;
	}
}

a.admission-blinkser {
    display: inline-block;
    height: auto;
    margin: 10px auto;
    vertical-align: middle;
    background-color: #f4e840;
    text-align: center;
    clear: both;
    width: 36%;
    /* -webkit-animation: blinker 1s infinite; */
    /* -moz-animation: blinker 1s infinite; */
    /* -o-animation: blinker 1s infinite; */
    /* animation: blinker 1s infinite; */
    box-shadow: 3px 4px 4px #ccc;
}
.admission-blinkser p {
    padding: 10px 0px 0;
    display: block;
    color: #000;
    font-size: 17px !important;
    font-weight: 400;
}
p.dte-code {
    display: inline-block;
    margin: 0 20px;
    font-size: 18px;
    font-family: 'El Messiri';
    color: #d00000;
    font-weight: 600;
}
.admission-blinkser:hover {
	background-color: #0a8d49;
	box-shadow: 5px 7px 7px #999;
}
.admission-blinkser:hover p {
	color: #fff;
}
@-webkit-keyframes blinker {
	0%,
	49% {
		background-color: #23b14d;
	}
	50%,
	100% {
		background-color: #fff;
	}
}

/*Social Strip*/
.icon-bar {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 10000;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.icon-bar a {
	display: block;
	text-align: center;
	padding: 16px;
	transition: all 0.3s ease;
	color: #fff;
	font-size: 20px;
}

.facebook {
	background: #4167b2;
	color: #fff;
}

.instagram {
	background: #c23584;
	color: #fff;
}

.twitter {
	background: #00acee;
	color: #fff;
}

.linkedin {
	background: #0072b1;
	color: #fff;
}

.youtube {
	background: #fe0000;
	color: #fff;
}

.whatsapp {
	background: #25d266;
	color: #fff;
}

/* sticky button */

#btnAdmission {
	position: fixed;
	left: -70px;
	top: 50%;
	z-index: 9999;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#btnAdmission a {
	border-radius: 5px;
	display: block;
	background: #23b14d;
	padding: 15px 15px;
	text-align: center;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

#btnAdmission a:hover {
	background: #fba510;
	/* background: #800000; */
}

/* enquiry form */

#quickenquire em {
	color: red;
}

.modal-enquiryForm .btn-primary[type="submit"] {
	width: 100%;
	background-color: #800000;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 7px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.modal-enquiryForm .btn-primary[type="submit"]:hover {
	background-color: #fba510;
}

.modal-enquiryForm .form-group {
	margin-bottom: 10px;
}

/* Admission enquiry form end*/

/* header */
.main-menu ul li,
.main-menu ul li ul li .dropdown-item {
	/* background-color: #fba510; */
	color: white;
}

.web-cust-menu .active {
	background-color: #feca06 !important;
	background: #feca06 !important;
}

.search-button .btn,
.search-button .form-control {
	line-height: 0.5;
}

.search-button .btn:hover {
	background-color: #16a2b9;
}

.search-button .form-control {
	padding: 2px 5px;
	margin-left: 10px;
	width: 70% !important;
}

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

.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;
}

.tp-1 {
	width: auto;
}

.tp-2 {
	margin-right: initial;
	width: 100%;
	justify-content: start;
}

.navbar .navbar-nav .nav-link {
	color: #fff;
	-webkit-text-stroke-width: 0.20000000298023224;
	-webkit-text-stroke-color: #fff;
	font-family: Blinker;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	padding: 15px 10px;
}

.topbar-menu .navbar-nav .nav-item.dropdown ul li {
	border-right: 0px;
}

.topbar-menu .navbar-nav .nav-item.dropdown ul li a {
	padding: 10px 12px !important;
}

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

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

.topbar-menu {
	margin-top: 0px;
}
.navbar-expand-lg .top-menu-left-tabs .navbar-nav .dropdown-menu {
	z-index: 9999 !important;
	background: #000;
}

.title-holder {
	padding-left: 2%;
}

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

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

.responsive-logo {
	display: none;
}

.navbar .navbar-nav .nav-link {
	padding: 15px 10px;
}

.top-menu .navbar-nav .nav-link {
	padding: 0px !important;
	color: #fff;
	margin-right: 0px;
}

.coll-logo {
	text-align: right !important;
	padding: 0px 35px 0px 0px !important;
}

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

.top-menu a:hover {
	color: #16a2b9 !important;
}

.top-menu .dropdown-item {
	background-color: #16a2b9;
	padding: 10px 9px;
	color: #fff;
}

.top-menu .dropdown-item:hover {
	background-color: #064065;
	color: #fff !important;
}

.topbar-menu .dropdown-menu {
	background-color: #800000;
}

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

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

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

span.top-line {
	margin: 0px 12px 0px 12px;
}

h3.head-line1 {
	color: #000000;
	font-weight: 700 !important;
	font-size: 26px;
	line-height: 38px;
	font-family: Kanit;
	font-style: normal;
	margin-bottom: 2px;
}

p.head-line.naac-grade {
	font-family: El Messiri;
	font-size: 18px !important;
	font-weight: 700;
	color: #d00000;
	margin-bottom: 0;
}

p.head-line {
	font-family: Poppins;
	font-size: 14px !important;
	font-weight: 600;
	line-height: 24px;
}

.top-menu {
	padding-top: 0px;
	padding-bottom: 0px;
}

.top-menu li {
	display: flex;
}

.second-menu {
	margin: 0;
}

.main-menu .second-menu {
	margin: 0 10%;
}

.main-menu {
	background-color: #ffffff;
}

.main-menu .navbar-nav .nav-item a {
	color: #fff;
	text-transform: none;
	font-family: "Blinker";
	font-size: 16px !important;
}

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

.main-menu .dropdown-item:hover {
	background-color: #fdbd0f;
	color: #000000;
	cursor: pointer;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
	color: #000;
}

.main-menu .dropdown-item {
	background-color: #800000;
	padding: 10px 9px;
}

.dropdown-menu {
	background-color: #ffffff;
}

.social-icon span {
	display: inline-block;
	margin-right: 15px;
}

.social-icon i {
    font-size: 18px;
    color: #909090;
}

/* end header */

/* Testimonials */
.testi-wrapper {
	width: 800px;
	margin: 0 auto;
	font-family: "open sans", arial, sans-serif;
	margin-top: 45px;
}
.testi-title {
	font-size: 45px;
	font-weight: bolder;
	padding-bottom: 25px;
	border-bottom: 5px solid #ccc;
	margin-bottom: 5px;
	color: #fff;
}
.title-info {
	padding-bottom: 25px;
	font-variant: small-caps;
	color: #fff;
}
.testi-client {
	margin-bottom: 1.71875em;
	padding: 40px;
}
.testi-client {
	margin: 25px auto;
	padding: 10px 20px;
	position: relative;
	width: 95%;
}
/* color list */
.testi-dark {
	background-color: #333333;
}
/* .salmon { background-color:#FA8072;}
.purple { background-color:#800080;}
.darkcyan { background-color:#008B8B;}
.crimson { background-color:#DC143C;} */
.testi-dark testi-.image-container img {
	border: 5px solid #333333;
}
/* .salmon .image-container img {border: 5px solid #FA8072;}
.purple .image-container img {border: 5px solid #800080;}
.darkcyan .image-container img {border: 5px solid #008B8B;}
.crimson .image-container img {border: 5px solid #DC143C;} */
/* color list */
.testi-image-container {
	display: block;
	height: 100%;
	left: 0;
	box-shadow: 0 5px 15px #cccccc;
	margin: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.testi-image-container img {
	left: -15px;
	position: absolute;
	top: -15px;
}
.testi-image-container img {
	border-radius: 50%;
	height: 80px;
	margin-bottom: 1.375em;
	vertical-align: middle;
	width: 80px;
}
.testi-heading {
	display: inline-block;
	font-size: 16px;
	text-transform: none;
	vertical-align: middle;
	color: #fff;
	line-height: 24px;
	font-weight: 700 !important;
	margin: 0 0 0 63px;
}
.testi-sub-heading {
	margin: 0 0 20px 63px !important;
	padding: 0 !important;
	color: #fff;
	font-size: 14px;
}
.testi-info {
	font-style: italic;
	line-height: 1.54688em;
	position: relative;
	z-index: 1;
	color: #fff;
}
@media screen and (max-width: 810px) {
	.testi-wrapper {
		width: 500px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 600px) {
	.testi-wrapper {
		width: 400px;
		margin: 0 auto;
	}

	.cet-reg-cont{
		flex-direction: column;
	}
}
@media screen and (max-width: 450px) {
	.testi-wrapper {
		width: 100%;
		margin: 0 auto;
		padding: 5px;
	}
	.testi-image-container img {
		left: 15px;
		position: absolute;
		top: 15px;
	}
	.testi-heading {
		margin: 0 0 1.83333em 97px;
	}
}

/* Testimonials End */

/* Home slider start */
.carousel-control-prev,
.carousel-control-next {
	position: absolute;
	top: 0;
	bottom: auto;
	z-index: 1;
	display: block;
	opacity: 1;
	width: auto;
}

#header-carousel .carousel-control-prev-icon,
#header-carousel .carousel-control-next-icon {
	width: 36px;
	height: 36px;
	border-radius: 50px;
	background-color: #d9d9d9;
	border: 10px solid #d9d9d9;
	filter: invert(0) grayscale(100);
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: 0 0;
}
#header-carousel .carousel-control-prev-icon img,
#header-carousel .carousel-control-next-icon img {
	width: 18px;
}

.carousel-control-prev {
	left: 1% !important;
	top: 45% !important;
}

.carousel-control-next {
	right: 1% !important;
	top: 45% !important;
}

/* .carousel-control-prev-icon{
    background-image: url("../img/prev.png") ;
}

.carousel-control-next-icon{
    background-image: url("../img/next.png") ;
} */

/* Home slider end */

.news,
.events {
	display: block;
	width: 100%;
}

.news h3.head,
.events h3.head {
	font-size: 20px !important;
	font-family: "Poppins" !important;
	font-weight: 600 !important;
	font-style: normal;
}

.news-details {
	height: 120px;
	background: #ccc;
}

.news ul {
	padding: 0;
}
.news ul li {
	list-style: none;
	margin: 0 auto 10px auto;
	display: flex;
	clear: both;
}
.news li div {
	width: 80%;
	display: inline-block;
}
.news p.nwsDate {
	font-weight: 600;
	margin: 0 0;
}
.news li a {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 18px;
}

.date {
	background: #d00000;
	height: 120px;
	padding: 30px;
	color: #fff;
	width: 25%;
	float: left;
}

div.month,
div.day {
	display: block;
	width: 100%;
	font-family: "Poppins";
	text-align: center;
}

div.month {
	font-size: 16px !important;
	font-weight: 400;
}

div.day {
	font-size: 20px !important;
	font-weight: 600;
}

.details {
	width: 75%;
	background: #f0f0f0;
	display: flex;
	height: 120px;
	float: left;
	align-items: center;
	justify-content: center;
}

.events-details figcaption {
	position: relative;
	margin-top: -2em;
	padding: 2px 15px;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	font-family: "Poppins";
	font-weight: 600;
	font-size: 16px;
}

.notice-section {
	display: block;
	width: 100%;
	margin: 50px auto;
	padding: 0 45px;
}

h2.notice-head {
	font-size: 20px !important;
	font-family: "Poppins" !important;
	font-weight: 600 !important;
	font-style: normal;
	text-align: center;
	background: #d00000;
	color: #fff;
	padding: 10px 0;
	margin-bottom: 0;
}

.notice-info {
	background: #f0f0f0;
	height: 327px;
	margin: 0 auto;
	padding: 0 0;
}

.notice-single {
	padding: 0px 25px;
}

.notice-single .main-head {
	font-size: 20px !important;
	font-weight: 600;
	font-family: "Poppins";
}

.notice-single .sub-head {
	margin-bottom: 0;
	padding-bottom: 0;
	font-family: "Poppins";
	font-style: normal;
	font-size: 16px !important;
}

/*Campus, Directors Message */
.images-sec {
	background: url(../../web-assets/img/ncrd-pic.png);
	min-height: 500px;
	background-repeat: no-repeat;
	background-size: contain;
}

.years-exp {
	background: #d00000;
	width: 120px;
	height: 120px;
	display: flex;
	align-items: center;
	position: relative;
	text-align: center;
	left: -9%;
	top: 3em;
}

.years-exp p {
	margin: 0 10px;
	color: #fff;
	font-size: 16px !important;
	padding: 15px 0px;
	font-weight: 500;
	border: 1px dashed;
}

.years-exp p span.num {
	display: block;
	font-size: 20px !important;
	font-weight: 700;
	font-family: "Poppins";
}

.dir-img-sec {
	width: 320px;
	height: 320px;
	position: relative;
}

.img-part {
	width: 300px;
	height: 300px;
	padding: 23px 0 0 25px;
}

.img-part img {
	width: 240px;
	height: 240px;
	box-shadow: 3px 3px 1px #b9b9b9;
}

.our-campus-sec span.line {
	background: #d00000;
	display: inline-block;
	width: 40px;
	margin-right: 10px;
	height: 3px;
	vertical-align: middle;
}

.placement .our-campus-sec span.line {
	margin-top: 20px;
}

.our-campus-sec .title span.head-text {
	font-size: 36px !important;
	font-family: "Poppins" !important;
	font-style: normal !important;
	font-weight: bold !important;
}
.our-campus-sec .title span.head-text2 {
	font-size: 26px !important;
	font-family: "Poppins" !important;
	font-style: normal !important;
	font-weight: bold !important;
}
.place-year {
	color: #fff;
	font-family: "Poppins" !important;
	font-size: 35px;
	font-style: normal;
	font-weight: 700;
	line-height: 25px;
	text-transform: uppercase;
}

.our-campus-sec p.info {
	font-size: 16px !important;
	font-family: "Poppins";
	color: #707070;
	font-weight: 600;
	text-align: justify;
}

a.rm-abt {
	color: #707070;
	font-size: 14px !important;
	font-family: "Poppins" !important;
	text-transform: uppercase;
	font-style: normal;
	text-decoration: underline;
}

.dir-message {
	position: relative;
	background: #d9d9d9;
	padding: 15px 35px;
}

.dir-message:before {
	content: "";
	position: absolute;
	border: 20px solid transparent;
	border-top: 15px solid #d9d9d9;
	top: 0px;
	left: -20px;
}

.dir-message h3.name {
	font-size: 20px;
	font-weight: 900 !important;
	font-family: "Poppins";
	font-style: normal;
	color: #d00000;
}

.dir-message p.message {
	font-size: 16px !important;
	font-family: "Poppins";
}

.display-5 {
	font-size: 28px !important;
	font-weight: 900 !important;
	font-family: "Poppins";
	color: #d00000;
	font-style: normal;
}

.counts p {
	font-size: 14px !important;
	text-align: center;
	font-family: "Poppins";
}

.facilities h2.title {
	text-align: center;
}

#facilitiesCarousel .carousel-inner {
	position: relative;
	width: 90%;
	margin: 0 auto;
}

#facilitiesCarousel .carousel-control-prev {
	left: 0 !important;
	top: 44% !important;
	width: 9%;
}

#facilitiesCarousel .carousel-control-next {
	right: 0 !important;
	top: 44% !important;
	width: 9%;
}

#facilitiesCarousel .carousel-indicators {
	bottom: -12% !important;
}

#facilitiesCarousel .carousel-indicators [data-bs-target] {
	background-color: #000000 !important;
	background-clip: unset !important;
	border-top: 0px solid transparent !important;
	border-bottom: 0px solid transparent !important;
	border-radius: 50px !important;
	height: 9px !important;
	width: 9px !important;
}

#facilitiesCarousel figure {
	margin: 0;
}

#facilitiesCarousel img {
	border-radius: 5px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

#facilitiesCarousel figcaption {
	background: #d00000;
	text-align: center;
	color: #fff;
	font-family: "Poppins";
	font-size: 16px;
	font-weight: 700;
	padding: 5px 0;
	margin-top: 0px;
	margin-bottom: 0;
	border-radius: 5px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

#facilitiesCarousel .carousel-control-prev-icon,
#facilitiesCarousel .carousel-control-next-icon {
	width: 2rem;
	height: 2rem;
	border-radius: 3rem;
	background-color: #999;
	border: 10px solid #999;
}

.placement .our-campus-sec p {
	padding-right: 50px;
}

.placement-number {
	background: #d00000;
	height: 500px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	width: 90%;
	margin: 0 auto;
}

.placement-number .num-sec {
	border: 1px solid #f34638;
	height: 250px;
	display: table;
}

.place-details {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

span.num-count {
	color: #fff;
	font-size: 36px !important;
	font-family: "Poppins" !important;
	font-weight: 900 !important;
	display: inline-block;
	width: 100%;
}

span.num-title {
	font-size: 15px !important;
	font-family: "Poppins" !important;
	display: inline-block;
	width: 100%;
	line-height: 0;
}

.place-badge {
	position: absolute;
	background-image: url(../../web-assets/img/star-badge.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-align: center;
	width: 100%;
}

.cover-item {
	float: left;
	width: 18%;
}

.cover-item img {
	margin: 9px auto;
	width: 180px;
	/* box-shadow: 0px 0px 5px #dcdcdc; */
}

.single-industry {
	background: #fff;
	box-shadow: 1px 1px 1px #dcdcdc;
	position: relative;
	z-index: 999;
	margin-top: -26px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 20px;
	padding: 10px 20px;
}

.industry-info {
	background: #fff;
	box-shadow: 1px 1px 1px #dcdcdc;
	position: relative;
	z-index: 999;
	margin-top: 0px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 10px 20px;
	margin-bottom: 0px;
}

.industry-lable {
	background: #d00000;
	color: #fff;
	font-size: 16px !important;
	font-family: "Poppins";
	font-style: normal;
	clip-path: polygon(100% 0%, 90% 50%, 100% 100%, 0% 100%, 10% 50%, 0% 0%);
	position: relative;
	top: -1.5em;
}

h4.industry-name {
	font-size: 20px !important;
	font-family: "Poppins";
	font-style: normal;
	font-weight: 600 !important;
	margin-bottom: 15px;
}

p.visit-info {
	font-size: 15px !important;
	font-family: "Poppins";
}

.single-testimoni {
	padding: 0 0 0 25px;
}

p.testi-message,
p.alumni-name span {
	font-size: 14px !important;
	font-family: "Poppins";
	color: #585858;
	line-height: 20px;
	font-weight: 400;
}

p.alumni-name {
	font-size: 16px !important;
	font-family: "Poppins";
	color: #d00000;
	line-height: 20px;
	font-weight: 600;
	margin-bottom: 0;
}

p.alumni-company {
	font-size: 14px !important;
	font-family: "Poppins";
	color: #000;
	line-height: 20px;
}

.join-alumni {
	display: flex;
	align-items: center;
	justify-content: center;
}

.join-alumni-pic {
	float: left;
	width: 30%;
}

.join-alumni-link {
	float: left;
	width: 60%;
}

.join-alumni-link h4 {
	font-size: 16px !important;
	font-family: "Poppins";
	font-weight: 600 !important;
	color: #d00000;
	font-style: normal;
}

.join-alumni-link a {
	color: #989898;
	text-decoration: underline;
	font-family: "Poppins";
	font-size: 16px !important;
}

.footer-copyright p {
	font-size: 14px !important;
	font-family: "Poppins";
	font-style: normal;
	text-align: right;
}

/* Achievement section start */
.achievement {
	justify-content: center;
	background-color: #e3e3e3;
	padding: 10px 0px;
	display: flex;
}

.achievement ul {
	margin-bottom: 0px;
}

.achievement li {
	list-style: none;
	display: initial;
	padding: 0px 10px;
}

.achievement span img {
	width: 20px;
	padding-right: 2px;
}

.features .col-lg-3 {
	height: 185px;
}

/* Achievement section end */

/* Features section start*/
.features .ps-3 div {
	padding-top: 8px;
}

.features-row {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 10px;
}

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

.features .ps-3 {
	text-align: center;
}

.features .d-flex {
	justify-content: center;
}

.achi {
	border-radius: 0px 0px 0px 10px;
}

.achi1 {
	border-radius: 0px 0px 10px 0px;
}

/* Features section end */
.banner-slider img {
	/* height: 550px; */
}

/* marquee start*/
.hor-marquee1 {
	display: flex;
	color: #000;
}

.hor-marquee1 span {
	padding: 15px 25px 15px 20px;
	background-color: #16a2b9;
	color: #fff;
	font-weight: 600;
	white-space: nowrap;
	border-radius: 10px 0px 0px 10px;
	box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px,
		rgb(60 64 67 / 15%) 0px 2px 6px 2px !important;
}

.quick-inner {
	border-radius: 10px;
	background-color: #ffffff;
}

.hor-marquee1 marquee {
	padding: 15px 0px;
	background-color: #16a2b9;
	border-radius: 0px 7px 7px 0px;
	box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px,
		rgb(60 64 67 / 15%) 0px 2px 6px 2px !important;
}

.hor-marquee1 marquee a {
	color: #fff;
	padding-right: 20px;
	text-decoration: underline;
}

.hor-marquee1 marquee a:hover {
	text-decoration: none;
}

/* marquee end */

/* Quick links */
h2.quick-head-back {
	background-color: #d00000;
	margin-bottom: 0px;
	padding: 7px 7px 10px 20px;
	color: #fff;
	border-radius: 10px 10px 0px 0px;
}

.quick-links .col-lg-3 p {
	margin: 0px;
	padding-top: 15px;
}

.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;
	height: 100%;
	background-color: #f0f0f0;
}

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

.quick-links .quick-inner-sec {
	border: 1px solid #c04848;
	height: 160px;
	padding: 20px 12px;
}

.top-bott.btn-primary {
	color: #fff;
	background-color: #fba510 !important;
	border-color: #fba510 !important;
}

.top-bott.btn-primary:hover {
	color: #800000;
	background-color: transparent !important;
}

.quick-hover-section {
	position: absolute;
	top: 0px;
	left: -93px;
	right: 0px;
	opacity: 0;
	height: 160px;
	padding: 20px 12px;
	background: #800000;
	transition: all 0.3s;
}

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

.quick-links-anch {
	position: relative;
}

.quick-hover-section a {
	background-color: #064065;
	padding: 7px 12px;
	color: #fff;
	border-radius: 6px;
}

.quick-hover-section p {
	margin-top: 10px !important;
}

/* quick links end */

/* Vertical News Starts */
.holder {
    height: 314px !important;
    overflow: hidden;
    padding: 10px;
}

.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 a {
	margin-top: 10px;
	color: #000;
	text-decoration: underline;
	display: flex;
	text-decoration: none;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

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

.quick-links .col-lg-8 .quick-inner,
.quick-links .col-lg-4 .quick-inner {
	padding: 20px;
}

/* .quick-links .col-lg-4 li a::before {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    background-color: #fba510;
    margin-right: 10px;
    border-radius: 3px;
    margin-top: 6px;
} */

.quick-links .col-lg-4 li {
	background: #f1f1f1;
	padding: 0px !important;
}

/* test alumini */
.alumini .col-lg-8 .quick-inner,
.alumini .col-lg-4 .quick-inner {
	padding: 20px;
}

.alumini .col-lg-4 li a::before {
	content: "";
	width: 14px;
	height: 14px;
	display: inline-block;
	background-color: #fba510;
	margin-right: 10px;
	border-radius: 3px;
	margin-top: 6px;
}

.alumini .col-lg-4 li {
	border-bottom: 1px solid gray;
	padding: 15px 0px;
}

.alumni-link {
	height: 330px;
}

.owl-carousel-alumni .alumni-item,
.owl-carousel-videos .videos-item {
	position: relative;
	z-index: 100;
	margin: auto;
	height: auto;
}

.owl-carousel-alumni .alumni-item .alumni-title,
.owl-carousel-videos .videos-item .videos-title {
	margin-top: 1em;
	margin: auto;
	font-weight: bold;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 10em;
	padding: 1em 0em 0.5em 0em;
}

.owl-carousel-alumni .alumni-item .alumni-text,
.owl-carousel-videos .videos-item .videos-text {
	height: 5em;
	width: 10em;
	text-align: center;
	font-size: 0.9em !important;
	margin: auto;
}

.owl-carousel-alumni,
.owl-carousel-alumni .owl-item,
.owl-carousel-videos,
.owl-carousel-videos .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}

.owl-carousel-alumni,
.owl-carousel-videos {
	display: none;
	width: 95%;
	z-index: 1;
	margin: 0 auto;
}
.owl-carousel-videos {
	padding: 0 5%;
}

.owl-carousel-alumni .owl-stage,
.owl-carousel-videos .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden;
}

.owl-carousel-alumni .owl-stage:after,
.owl-carousel-videos .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel-alumni .owl-stage-outer,
.owl-carousel-videos .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel-alumni .owl-item,
.owl-carousel-alumni .owl-wrapper,
.owl-carousel-videos .owl-item,
.owl-carousel-videos .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel-alumni .owl-item,
.owl-carousel-videos .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}

.owl-carousel-alumni .owl-item img,
.owl-carousel-videos .owl-item img {
	display: block;
	width: 9em;
	margin: auto;
}

.owl-carousel-alumni .owl-dots.disabled,
.owl-carousel-alumni .owl-nav.disabled,
.owl-carousel-videos .owl-dots.disabled,
.owl-carousel-videos .owl-nav.disabled {
	display: block;
}

.no-js .owl-carousel-alumni,
.owl-carousel-alumni.owl-loaded,
.no-js .owl-carousel-videos,
.owl-carousel-videos.owl-loaded {
	display: block;
}

.owl-carousel-alumni .owl-dot,
.owl-carousel-alumni .owl-nav .owl-next,
.owl-carousel-alumni .owl-nav .owl-prev,
.owl-carousel-videos .owl-dot,
.owl-carousel-videos .owl-nav .owl-next,
.owl-carousel-videos .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel-alumni.owl-loading,
.owl-carousel-videos.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel-alumni.owl-hidden,
.owl-carousel-videos.owl-hidden {
	opacity: 0;
}

.owl-carousel-alumni.owl-refresh .owl-item,
.owl-carousel-videos.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel-alumni.owl-drag .owl-item,
.owl-carousel-videos.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel-alumni.owl-grab,
.owl-carousel-videos.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel-alumni.owl-rtl,
.owl-carousel-videos.owl-rtl {
	direction: rtl;
}

.owl-carousel-alumni.owl-rtl .owl-item,
.owl-carousel-videos.owl-rtl .owl-item {
	float: right;
}

.owl-carousel-alumni .animated,
.owl-carousel-videos .animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.owl-carousel-alumni .owl-animated-in,
.owl-carousel-videos .owl-animated-in {
	z-index: 0;
}

.owl-carousel-alumni .owl-animated-out,
.owl-carousel-videos .owl-animated-out {
	z-index: 1;
}

.owl-carousel-alumni .fadeOut,
.owl-carousel-videos .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.owl-height {
	transition: height 0.5s ease-in-out;
}

.owl-carousel-alumni .owl-item .owl-lazy,
.owl-carousel-videos .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 0.4s ease;
}

.owl-carousel-alumni .owl-item img.owl-lazy,
.owl-carousel-videos .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

.owl-carousel-alumni .owl-video-wrapper,
.owl-carousel-videos .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel-alumni .owl-video-play-icon,
.owl-carousel-videos .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 0.1s ease;
}

.owl-carousel-alumni .owl-video-play-icon:hover,
.owl-carousel-videos .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel-alumni .owl-video-playing .owl-video-play-icon,
.owl-carousel-alumni .owl-video-playing .owl-video-tn,
.owl-carousel-videos .owl-video-playing .owl-video-play-icon,
.owl-carousel-videos .owl-video-playing .owl-video-tn {
	display: none;
}

.owl-carousel-alumni .owl-video-tn,
.owl-carousel-videos .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 0.4s ease;
}

.owl-carousel-alumni .owl-video-frame,
.owl-carousel-videos .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

/* test alumini end */

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

.view-all a {
	color: #000;
	text-decoration: underline;
	float: left;
	left: 10px;
	margin-top: -0.5em;
}

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

.news-div {
	background-color: #f0f0f0;
}

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

/* Vertical News end*/

/* Programs start */
.programs-offered {
	background-color: #ffffff;
}

.programs-offered h2,
.programs-offered h4,
.programs-offered p {
	color: black;
	margin-bottom: 0px;
	padding-bottom: 20px;
}

.programs-offered h3 {
	color: #fbb019;
}

.programs-offered h2,
.programs-offered h4 {
	font-weight: 400 !important;
}

.course-name {
	border-right: 3px solid #cabe76;
	height: 109px;
}

.course-name1 {
	border-right: 3px solid #cabe76;
	padding-top: 20px;
}

hr.hor-line {
	color: #cabe76 !important;
	opacity: 1;
	margin-bottom: 0px;
	height: 3px;
}

.hor-line-row {
	padding: 0px 90px;
}

.prog-line p,
.prog-line a {
	color: #bfc7cf !important;
}

/* Programs end */

/* Principal section start */
.principal-sec .col-lg-9 p {
	margin-bottom: 0px !important;
}

.glance-sec {
	background-color: #ededed;
}

.principal-sec iframe {
	width: 470px !important;
	height: 235px !important;
}

.princ-sec {
	text-align: justify;
	padding-right: 35px;
}

.princ-sec a {
	text-decoration: underline;
}

.princ-sec a:hover {
	text-decoration: none;
	color: #000;
}

.princ-sec::before {
	content: "";
	background: url("/img/shape-creative.png");
	position: absolute;
	top: 0px;
	left: 0px;
}

/* Principal section end */
/* Home gallery */
.home-gallery .carousel-control-prev-icon,
.home-gallery .carousel-control-next-icon {
	width: 3rem;
	height: 3rem;
	border-radius: 3rem;
	background-color: #348e3800 !important;
	border: none !important;
}

.bred-img1 {
    height: 209px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* features start */

.facilities-sec {
	background-color: #cabe76;
}

.facilities-sec h2 {
	color: #000000;
}

.facilities-sec img {
	position: absolute;
	left: 0;
	margin: auto;
	right: 0;
}

.fac-tab-sec a {
	font-family: "IBM Plex Serif";
	padding: 6px 22px 11px 22px;
	margin: 2px 8px;
	background-color: #16a2b9;
	color: #fff;
	border-radius: 25px;
	font-style: italic;
	font-size: 20px !important;
	border: 1px solid #16a2b9;
}

.fac-tab-sec a:hover {
	border: 1px solid #16a2b9;
	background-color: #fff;
	color: #000;
	transition: 0.3s;
}

.bred-pos {
    margin-top: -154px;
    margin-bottom: 57px;
}

.fac {
	padding-bottom: 40px;
}

.fac-tab-sec {
	padding-top: 100px !important;
}

.fac-more {
	padding-left: 12px;
}

.home-gallery img {
	height: 170px !important;
	width: 215px !important;
}

.home-gallery {
	padding-left: 50px;
}

.fac-tab-sec {
	background-color: #ededed;
}

.fac-tab-sec .carousel-inner {
	padding: 4px;
	background-color: #fff;
}

/* features end */

/* Footer Section start */
.footer-section {
	background: linear-gradient(0deg, rgb(2 1 1 / 81%), rgb(8 6 7 / 91%)),
		url(../../web-assets/img/campus1.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.right-res {
	background-color: #064065;
}

.right-res p,
.right-res a,
.right-res span {
	color: #fff;
	font-style: normal;
	font-size: 16px;
}

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

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

.footer-section .imp-links a,
.footer .btn.btn-link {
	color: #fff;
}

.social-icon .btn-square i {
	color: #fff;
	width: 36px;
	height: 36px;
	line-height: 36px;
}
.social-icon .btn-square i.fa-instagram {
	background: #000;
	background: #f09433;
	background: -moz-linear-gradient(
		45deg,
		#f09433 0%,
		#e6683c 25%,
		#dc2743 50%,
		#cc2366 75%,
		#bc1888 100%
	);
	background: -webkit-linear-gradient(
		45deg,
		#f09433 0%,
		#e6683c 25%,
		#dc2743 50%,
		#cc2366 75%,
		#bc1888 100%
	);
	background: linear-gradient(
		45deg,
		#f09433 0%,
		#e6683c 25%,
		#dc2743 50%,
		#cc2366 75%,
		#bc1888 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.social-icon .btn-square i.fa-facebook-f {
	background: #4167b2;
}

.social-icon .btn-square i.fa-linkedin-in {
	background: #0072b1;
}

.footer-section h2,
.footer-section h3,
.footer-section p,
.footer-section a {
	font-style: normal;
	color: #fff;
}

.footer-logo {
	background-color: #fff;
	padding: 5px 5px;
}

img.footer-logo {
	width: auto;
	height: 100px;
	border-radius: 5px;
}

.footer h3.clg-name {
	font-size: 30px !important;
	font-family: "KANIT" !important;
	font-weight: 900 !important;
}

.footer .clg-name span {
	font-size: 27px !important;
	font-family: "KANIT" !important;
	font-weight: 500 !important;
}

.top-social .social-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	float: right;
}

.footer .social-icon .btn-square {
	margin: 0 10px;
	border: none;
}

.footer .social-icon .btn-square i {
	font-size: 30px;
}

.footer-bottom {
	border-top: 2px solid #d00000;
}

.footer-bottom::after {
	content: "";
	height: 1px;
	/* I've removed the vendor prefixes, if you are looking to support older browsers
       then refer to older version of this answer.
    */
	background: linear-gradient(
		to right,
		rgba(0, 0, 0, 0) 0%,
		rgba(208, 0, 0, 1) 50%,
		#d00000 100%
	);
	display: block;
	margin-bottom: 10px;
	margin-top: 30px;
}

.footer-bottom h2 {
	color: #ffc905;
	font-family: Poppins;
	font-size: 20px !important;
	font-weight: 700 !important;
}

.border-rght {
	border-right: 1px solid #d00000;
	padding: 20px 25px;
}

.border-none {
	border: 0;
	padding: 20px 25px;
}

/* .border-rght::after{
    content: "";
    height: 1px;
    background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(147,147,147,1) 50%,rgba(0,0,0,0) 100%);
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
} */
a.email {
	text-decoration: underline;
}

.footer-section a:hover {
	color: #ffc905 !important;
}
/* Styles for website counter container */
.website-counter {
	font-size: 28px !important;
	color: #000;
}

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

/* Footer section end */
.top-social {
	position: relative;
	float: right;
	right: 5%;
}

.top-social .btn-square {
	margin: 0 5px;
}

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

.top-menu-left-news {
	background: #23b14d;
	-webkit-clip-path: polygon(7% 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(4% 0%, 100% 0%, 100% 100%, 0% 112%);
	padding: 4px 15px 0 45px;
	margin: 0 0 0 3.5%;
	width: 96.5%;
	/* background: rgb(217, 217, 217);
    background: linear-gradient(143deg, rgb(134 134 134 / 0%) 9%, rgba(35, 177, 77, 1) 9%, rgba(35, 177, 77, 1) 100%); */
}
/* .top-menu-left-news:before {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0%;
    top: 0;
    height: 47%;
    width: 90%;
    background-color: inherit;
    -webkit-transform: skewX(121deg);
    -moz-transform: skewX(121deg);
    -ms-transform: skewX(121deg);
    transform: skewX(121deg);
  } */

.top-menu-left-news p {
	font-family: "Poppins";
	font-size: 16px !important;
	color: #fff;
}

.top-menu-left-tabs {
	background: #000000;
	/* -webkit-clip-path: polygon(7% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(7% 0%, 100% 0%, 100% 100%, 0 100%); */
	padding: 0px 65px;
	/* background: rgb(217, 217, 217);
    background: linear-gradient(145deg, rgb(134 134 134 / 0%) 9%, rgba(0, 0, 0, 1) 9%, rgba(0, 0, 0, 1) 100%); */
	display: block;
	position: relative;
}
.top-menu-left-tabs:before {
	content: "";
	left: 0;
	-webkit-clip-path: polygon(0% -10%, 110% -20%, 0% 100%, 0% 90%);
	clip-path: polygon(0% -10%, 110% -20%, 0% 100%, 0% 90%);
	position: absolute;
	background: #fff;
	height: 40px;
	width: 30px;
	top: 0;
}

.mobile-header {
	padding-left: 60px;
}

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

.top-menu-left a:hover {
	color: #16a2b9 !important;
}

/* About page start */
.bred-img {
    background-image: url("../img/bread-img.jpg");
    height: 177px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.bred-head {
	padding-top: 19px;
	margin-bottom: 0px;
	color: #fff;
	font-size: 35px;
}

.bred-head {
	color: #ffffff;
	font-weight: 600 !important;
	font-size: 35px;
	line-height: 38px;
	font-family: Kanit;
	font-style: normal;
	margin-bottom: 2px;
	text-align: center;
}

.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;
}

.quick-1 {
	padding: 10px 20px !important;
	background-color: #800000;
	box-shadow: 2px 2px 4px #888888;
}

.quick-1 .sec-2 {
	background-color: #fff;
}

.quick-1 li {
	list-style: none;
	padding-left: 0px !important;
	padding: 8px 0px;
	display: grid;
	border-bottom: 1px solid #fff;
}

.quick-1 .sec-2 li {
	border-bottom: 1px solid #b2b2b2;
}

.quick-1 .sec-2 a {
	color: #000;
}

.quick-1 li:last-child {
	border-bottom: none;
}

.quick-1 a {
	color: #fff;
}

.quick-1 a:hover {
	color: #fba510;
}

.quick-title {
	font-size: 25.6px !important;
	border-bottom: 3px solid #bbbbbb !important;
	margin-bottom: 10px;
}

.quick-second.quick-1 ul {
	padding-left: 0px;
}

.quick-second.quick-1 {
	background-color: #fff;
}

.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-back::after {
    background-image: url(../img/pattern-square.svg);
    background-position: top;
    bottom: 0;
    content: "";
    height: 312px;
    left: 0;
    -webkit-mask-image: linear-gradient(0deg,transparent 35%,#000 75%);
    mask-image: linear-gradient(0deg,transparent 35%,#000 75%);
    padding: 40px 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
} */

.page-headings {
	font-family: Kanit;
	border-bottom: 3px solid #bbbbbb;
	margin-bottom: 20px !important;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 25.6px !important;
	color: #800000;
	font-weight: 600 !important;
	/* font-family: 'IBM Plex Serif', serif; */
	/* font-style: italic; */
}

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

.page-back {
    z-index: 1;
    position: relative;
    background: #ffffff;
} 	
.image-sec img {
	width: 225px;
	box-shadow: 2px 2px 4px #888888;
}

.quick-1.sec-2 .quick-title a:hover {
	color: #000;
	cursor: unset;
}

/* About page end */

/* about tab section start */
.tabs-section button.active {
	background-color: #16a2b9 !important;
}

.tabs-section button {
	background-color: #e6e6e6 !important;
}

.tabs-section button.active p {
	color: #fff;
}

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

.tabs-section div#nav-tabContent {
	padding: 15px 0px 0px 15px !important;
}

.about-coll img {
	box-shadow: 2px 2px 4px #888888;
	padding: 8px;
	border: 1px solid #000;
	box-shadow: 2px 2px 4px #888888;
}

/* about tab section end */
/* college history */
.image-sec img {
	box-shadow: 2px 2px 4px #888888;
	padding: 8px;
	border: 1px solid #000;
	width: 195px;
	box-shadow: 2px 2px 4px #888888;
}

.prin-msg {
	float: left;
	margin-right: 20px;
}

.coll-hist p {
	padding-bottom: 10px;
}

.text-justi p {
	text-align: justify;
}

.coll img {
	float: left;
	margin-right: 20px;
	height: 235px;
}

/* 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: #a82427;
	width: 2.5% !important;
	display: inline-block;
	font-size: 19px;
	margin-right: 0px;
}

/* End Naac Pages */

/* other colleges start */
.other-col .other-col-inner {
	border: 1px solid #fff;
	padding: 15px;
	box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px,
		rgb(60 64 67 / 15%) 0px 2px 6px 2px !important;
}

p.coll-head {
	font-size: 20px !important;
	font-weight: 600;
	border-left: 3px solid #16a2b9;
	margin-bottom: 11px !important;
	padding-left: 8px;
}

/* other colleges end */

/* Departments pages start */
.department-pages {
	background-color: #fff;
	box-shadow: 2px 2px 4px #888888;
}

.department-pages .nav-link {
	background: #f5f5f5;
	box-shadow: inset -11px 0px 8px -11px rgba(112, 108, 112, 1) !important;
}

.department-pages .nav-link {
	width: 200px;
}

.department-pages .nav-link.active {
	background-color: #16a2b9 !important;
}

.department-pages .nav-link:hover {
	background-color: #16a2b9 !important;
	color: #fff;
}

.department-pages .nav-link {
	background-color: #ccc;
	border-radius: 0;
	border-bottom: 1px solid #fff;
	color: #000;
	text-align: left;
}

.department-pages .tab-content-section {
	padding-left: 15px !important;
	background-color: #fff;
	width: 100%;
	border-left: 3px solid #16a2b9;
	/* box-shadow: rgb(0 0 0 / 45%) -30px 25px 5px -27px; */
}

.faculty-style img {
	border: 1px solid #ddd;
	padding: 5px;
	box-shadow: 2px 2px 4px #888888;
}

.faculty-style .faculty-details p {
	margin-bottom: 0px;
}

.faculty-style .faculty-details .det-profile {
	text-decoration: underline;
	color: #656565;
}

.faculty-style .faculty-details a:hover {
	text-decoration: none;
}

.tabsName-holder .nav-link:hover {
	background-color: #fba510 !important;
	color: #fff !important;
}

hr.faculty-hr {
	margin: 25px 0px;
}

.faculty-style img {
	border: 1px solid #ddd;
	padding: 5px;
	box-shadow: 2px 2px 4px #888888;
	height: 153px;
}

.table-structure .table {
	/* width: 480px; */
	margin: auto;
	border: 1px solid #ccc;
}

p.dep-sub-head {
	font-size: 25px !important;
	border-bottom: 4px solid #16a2b9;
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	box-shadow: 0px 3px 7px 1px #ccc;
}

.table-structure .table tr > td:first-child {
	text-align: end;
}

.department-pages .tab-content-section li {
	list-style: square;
}

.department-pages .tab-content-section li::marker {
	color: #064065;
}

.table-structure .table tr > th:first-child {
	text-align: end;
}

.table-structure .table a {
	color: #16a2b9;
	text-decoration: underline;
}

.table-structure .table a:hover {
	text-decoration: none;
}

.table-withsrno tr th:first-child {
	width: 75px !important;
}

.table-withsrno tr th {
	vertical-align: middle;
}

.table-withsrno tr td:first-child {
	text-align: right;
}

/* Departments pages end */
/* accordian start*/

.accordion-button:not(.collapsed) {
	color: #000;
	background-color: #dff5f9;
	box-shadow: rgba(0, 0, 0, 0.125);
}

.accordion-button:focus {
	z-index: 3;
	border-color: 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 */
/* Media Queries */

/* # Mobile */
@media only screen and (max-width: 319px) {
	img.img-placement.axis.bank.one.two {
		margin-left: -13px !important;
	}

	img.img-placement.iifl.bank.one.two {
		margin-left: -25px !important;
	}

	img.img-placement.kotak.bank.one.two {
		margin-left: -7px !important;
	}

	span.carousel-control-prev-icon {
		margin-left: 35px !important;
	}
}

@media only screen and (max-width: 400px) {
	.hostel-gallery.gal {
		width: 250px !important;
	}

	.auditorium-gallery.gal {
		width: 250px !important;
	}
}

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

	span.carousel-control-next-icon {
		margin-right: 18px !important;
		padding-right: 7px !important;
	}

	.col-lg-4.list_item.lists_1.msg {
		display: grid !important;
	}

	.list-right.text {
		padding-left: -10px !important;
		padding-left: 0px !important;
	}
}

@media only screen and (max-width: 480px) {
	.hostel-gallery.gal {
		/* margin-left: 30px; */
		width: 325px;
	}

	.auditorium-gallery.gal {
		/* margin-left: 30px; */
		width: 325px;
	}

	.owl-carousel-alumni.owl-drag .owl-item {
		margin-left: -2px;
	}
}

@media only screen and (max-width: 500px) {
	.header-row {
		margin-right: 0px !important;
		margin-left: 0px !important;
	}

	.top-menu-left-news {
		width: 100% !important;
		display: block;
		padding: 5px 5px 5px 50px;
	}
	.top-menu-left-news:before {
		position: relative !important;
		width: 100%;
	}

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

	img.img-placement.icici.bank {
		text-align: center !important;

		margin-left: -40px !important;
	}

	img.img-placement.axis.bank {
		margin-right: 50px !important;
		/* width: 269px !important; */
	}

	img.img-placement.iifl.bank {
		margin-right: 74px !important;
		/* width: 269px !important; */
	}

	i.fas.fa-address-card.address-icon {
		font-size: 35px !important;
		margin-left: -10px !important;
	}

	i.fas.fa-solid.fa-envelope.gmail-icon {
		font-size: 35px !important;
		margin-top: 1px !important;
	}

	i.fas.fa-solid.fa-mobile.mobile-menu {
		font-size: 35px !important;
		margin-top: 1px !important;
	}

	ul.list-principals {
		display: block;
	}
}

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

	.visionMission > div {
		flex-direction: column !important;
	}

	.list-principals li {
		flex-basis: 30% !important;
	}

	.hostel-gallery img {
		width: 375px !important;
		height: 200px !important;
	}

	.hostel-gallery {
		padding-left: 0px !important;
	}

	.auditorium-gallery img {
		width: 375px !important;
		height: 200px !important;
	}

	.auditorium-gallery {
		padding-left: 0px !important;
	}
}

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

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

	.quick-inner .row {
		margin-top: 0px !important;
	}

	.quick-links .quick-inner-sec {
		margin-bottom: 20px;
	}

	.course-name {
		border-right: none;
		height: auto;
	}

	.hor-line-row {
		display: none;
	}

	.programs-offered .col-lg-3.col-md-3.col-sm-6.col-xs-6 {
		border: 1px solid #053452;
	}

	.course-name1 {
		border-right: none;
	}

	.fac-tab-sec a {
		padding: 8px 16px;
		margin: 2px 8px;
		background-color: #16a2b9;
		color: #fff;
		border-radius: 25px;
		font-style: italic;
		font-size: 20px !important;
		border: 1px solid #16a2b9;
		display: inline-block;
	}

	.fac {
		padding-bottom: 5px;
	}

	.fac-tab-sec {
		padding-top: 10px !important;
	}

	.home-gallery {
		padding-left: 0px;
		padding-top: 20px;
	}

	.fac-more h2 {
		font-size: 22px;
	}

	.princ-sec .col-lg-3 {
		text-align: center;
	}

	.princ-sec .col-lg-9 {
		padding-bottom: 19px;
	}

	.infra-gal.col-lg-3.col-md-3.col-sm-6 {
		width: 282px !important;
	}
}

@media only screen and (max-width: 808px) {
	.header-row {
		margin-top: 0px !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;
		/* width: 565px !important; */
		max-width: 100% !important;
	}

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

@media only screen and (max-width: 900px) {
	/* .gallery-holder.infrastructure-gallery.gal.tab {
        width: 120% !important;
        margin-left: -33px !important;
    } */
	.row.cont {
		display: block;
	}

	.visionMission > div {
		flex-basis: 45% !important;
		/* margin: 0 32px 15px 0 !important; */
	}
}

/* # Desktop */
@media only screen and (max-width: 992px) {
	.main-menu .navbar-nav .nav-item a {
		font-size: 11px !important;
		padding: 10px 7px !important;
	}

	/*----Header Logo Section---*/
	.title-holder .col-sm-3.col-xs-3 {
		width: 25%;
	}

	.title-holder .col-sm-9.col-xs-9 {
		width: 75%;
		text-align: left;
		padding-left: 25px;
	}

	img.header-logo {
		width: 90px !important;
		margin-top: -55px;
		margin-bottom: 10px;
	}

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

	h3.head-line1 {
		font-size: 18px !important;
		line-height: 23px !important;
	}

	p.head-line.naac-grade {
		font-size: 12px !important;
	}

	p.head-line {
		font-size: 11px !important;
		line-height: 15px;
	}

	/*-------Header Logo Section End-----*/
	/*--------Slider Section-------*/
	.carousel-caption h3.title {
		font-size: 30px;
	}

	.carousel-caption p.sub-title {
		font-size: 12px !important;
	}

	.carousel-caption a.btn.btn-link {
		font-size: 12px !important;
		padding: 10px 10px;
	}

	#header-carousel .carousel-control-prev-icon,
	#header-carousel .carousel-control-next-icon {
		width: 40px;
		height: 40px;
	}

	#header-carousel .carousel-control-prev-icon img,
	#header-carousel .carousel-control-next-icon img {
		width: 20px;
	}

	.carousel-control-prev {
		right: 5% !important;
	}

	.carousel-control-next {
		right: 0% !important;
		top: 45% !important;
	}

	/*------End Slider-------*/

	/*-------Placement Assistance----*/
	.col-lg-6.col-md-6.col-sm-6.num-sec {
		width: 50%;
	}

	/*----------End Placement Assistance---------*/
	/*-----------Director Section------*/
	.dir-img-sec {
		width: 25%;
		height: auto;
		position: relative;
		left: -6%;
		bottom: -2em;
		float: left;
		z-index: 99;
	}

	.img-part {
		padding: 15px 0 0 15px;
	}

	.img-part img {
		width: 100%;
		height: 270px;
		margin-bottom: 20px;
	}

	.dir-message {
		padding: 19px 6px;
		float: left;
		width: 75%;
		z-index: 99;
	}

	/*----------End Director Section----------*/

	.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;
	}

	.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;
	}

	.row.col-lg-12.pi {
		padding-left: 27px !important;
	}

	.gallery .desc {
		padding: 15px;
		text-align: center;
		font-size: 16px !important;
	}

	.p-3 {
		padding: 0rem !important;
	}

	.quick-links .col-lg-4 {
		margin-top: 25px;
	}

	.facilities-sec img {
		display: none;
	}

	.hor-line-row {
		padding: 0px;
	}

	app-quickl-one,
	app-quickl-two {
		display: none;
	}

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

	.contac {
		display: contents !important;
	}

	i.fas.fa-solid.fa-mobile.mobile-menu {
		margin-left: -9px;
	}

	.row.cont {
		padding-right: -35px !important;
		justify-content: space-around;
	}

	.col-lg-4.msg {
		display: flex;
	}

	/* .col-lg-3.mobile-no {
        padding-left: 14px;
    } */

	.text {
		padding-left: 20px;
	}

	/* .infra-gal {
        width: 245px !important;
    } */
	.infra-gal {
		width: 248px !important;
	}

	.infra-nostack {
		width: 210px !important;
	}

	.col-lg-4.list_item.lists_1.msg {
		/* margin-top: 6px; */
		padding-top: 5px;
	}

	.hostel-gallery {
		text-align: -webkit-center;
		padding-top: 10px;
	}

	.auditorium-gallery {
		text-align: -webkit-center;
		padding-top: 10px;
	}

	.ncc-nostack {
		width: 210px !important;
	}
}

@media only screen and (max-width: 1200px) {
	.main-menu .navbar-nav .nav-item a {
		font-size: 11px !important;
		padding: 10px 7px !important;
	}
	.top-menu-left-news {
		width: 91%;
		margin: 0 0 0 9%;
	}
	.top-menu-left-tabs {
		width: 100%;
		margin: 0 0 !important;
	}
	.navbar .navbar-nav .nav-link,
	.top-menu-left-news p {
		font-size: 11px !important;
	}
	.topbar-menu {
		margin-top: 90px;
	}

	.address-icon {
		font-size: 45px !important;
		margin-left: -10px !important;
	}

	.quick-link-home {
		height: -webkit-fill-available !important;
	}

	.gmail-icon {
		font-size: 50px !important;
		margin-top: -1px !important;
		padding-left: 0px !important;
	}

	.mobile-menu {
		font-size: 50px !important;
		padding-left: 10px !important;
	}

	.infra-gal {
		width: 302px;
	}

	/* .top-menu-hide {
        display: none;
    } */
	.list-right {
		padding-left: 15px !important;
	}

	i.fas.fa-solid.fa-mobile.mobile-menu {
		padding-top: 10px !important;
		padding-right: 8px !important;
	}

	i.fas.fa-solid.fa-envelope.gmail-icon {
		padding-top: 10px !important;
	}

	i.fas.fa-address-card.address-icon {
		padding-left: 10px;
		padding-top: 10px;
	}
}

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

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

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

.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 {
	background-color: #800000;
	border-color: #800000;
}

.btn-primary:hover {
	background: #fba510;
	color: #ffffff;
}

.btn-primary:focus {
	color: #000;
	background-color: #fba510;
	border-color: #fba510;
	box-shadow: 0 0 0 0.25rem rgba(44, 121, 48, 0.5);
}

.link-moreData {
	background: #16a2b9;
	border: 1px solid #16a2b9;
	padding: 5px 15px;
	font-style: italic;
	font-size: 1.2rem !important;
	display: inline-block;
	color: white;
	border-radius: 15px;
	margin-bottom: 15px;
	cursor: pointer;
}

.link-moreData:hover {
	border: 1px solid #16a2b9;
	background: white;
	color: black;
}

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

.subheader {
	padding: 0;
	margin: 0 0 5px 0;
	font-weight: 700 !important;
	font-family: "humnst777-regu";
	font-style: normal;
	font-size: 16px;
}

.coc-block {
	border: 1px solid #ccc;
	font-size: 16px;
	margin-bottom: 15px;
	color: black;
	padding: 15px;
}

.coc-block .fas {
	float: left;
	margin-right: 10px;
	/* border: 1px solid #b7dce2; */
	padding: 8px;
	font-size: 33px;
	background: #e9f5f7;
	color: #16a2b9 !important;
	width: 60px;
}

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

.open-leftSide {
	left: -75% !important;
	bottom: -0% !important;
}

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

.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;
}

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

.vtabs .tabsName-holder {
	background: #800000;
	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: #fba510;
	color: white;
}

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

	.owl-prev {
		padding-left: 23px;
	}

	.infra-gal {
		width: 302px !important;
	}

	/* .visionMission>div {
        flex-basis: 60% !important;
        margin: 0 15px 15px 0 !important;
        border: 1px solid #ccc !important;
        padding: 10px !important;
        background: #800000 !important;
    } */
}

@media (max-width: 741px) {
	.visionMission {
		display: block !important;
	}
}

@media (min-width: 768px) {
	.col-md-3.col-custom-20 {
		width: 20%;
	}

	.col-md-9.col-custom-80 {
		width: 80%;
	}
}

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

/* .coc-block:nth-child(even){background:#e9f5f7; border:1px solid #b7dce2}*/

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

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

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

.topbar-menu .ser-form input {
	width: 100%;
	box-sizing: border-box;
	margin-left: 0px;
	padding-left: 35px;
	border-width: 0 0 1px 0;
	background-color: transparent;
	box-shadow: unset;
	border-color: #ddd;
}

.ser-form {
	display: flex;
	margin: 5px 15px;
}

.topbar-menu .ser-form i {
	margin-right: -25px !important;
	padding-top: 6px;
	color: #e3e3e3db;
}

.topbar-menu .ser-form a {
	padding: 0px !important;
}

.topbar-menu .ser-form input::placeholder {
	color: #c3ccd1;
}

.topbar-menu .ser-form input[type="text"] {
	color: #c3ccd1;
}

a.ssr-active {
	color: #febd0f;
}

.princ-sec .col-lg-4 {
	text-align: center;
}

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

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

a.mobile {
	text-decoration: underline;
}

li#google_translate_element {
	font-size: 20px;
	padding-block-start: initial;
	padding: 7px;
}

li#google_translate_element {
	background-color: transparent;
}

li#google_translate_element img {
	display: none;
}

.goog-te-gadget-simple {
	background-color: transparent !important;
	border-left: none !important;
	border-top: none !important;
	border-bottom: none !important;
	border-right: none !important;
}

.goog-te-gadget-simple .goog-te-menu-value span {
	border-left: 0px !important;
}

.goog-te-gadget-simple .goog-te-menu-value:after {
	content: "Language";
}

.goog-te-menu-value {
	padding: 12px 20px 12px 10px !important;
}

.goog-te-gadget-simple .goog-te-menu-value span:before {
	border: none;
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	vertical-align: middle;
	margin-left: 2px;
}

.goog-te-gadget-simple .goog-te-menu-value span {
	display: none;
	text-decoration: none;
}

.goog-te-menu2 tr td a div {
	width: 120px !important;
}

.dropdown-menu.iiqa {
	left: -100% !important;
}

.dropdown-menu.ssr {
	left: -129% !important;
}

.btn btn-primary px-3 {
	color: #064065;
}

.btn-check:focus + .btn-primary:focus {
	color: #000;
	background-color: #417c85;
	border-color: #417c85;
	box-shadow: 0 0 0 0.25rem rgba(44, 121, 48, 0.5);
}

button.btn.btn-primary.px-3 {
	color: var(--light);
}

.quick-hover-section p {
	color: white;
}

.quick-hover-section p {
	color: white;
	padding-top: 7px !important;
}

/* .skiptranslate.goog-te-gadget::after {
    border: none;
    content: "\f107" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: -4px;
    color: #fff;
    vertical-align: bottom;
} */

.goog-te-gadget-simple img {
	display: none;
}

.goog-te-menu-frame {
	box-shadow: none !important;
}

.goog-te-gadget-simple .goog-te-menu-value:hover .goog-te-menu2 {
	visibility: collapse !important;
}

.goog-te-menu2 {
	position: absolute !important;
}

/* Gallery slider */
.img-size {
	/* 	padding: 0;
        margin: 0; */
	height: 450px;
	width: 700px;
	background-size: cover;
	overflow: hidden;
}

.modal-content {
	border: none;
}

.modal-body {
	padding: 0;
}

/* Gallery slider */
/* ssr-breadcrumb */
.ssr-breadcrumb li a:first-child {
	margin-left: 0px;
}

.ssr-breadcrumb li a {
	border: 1px solid #064065;
	padding: 6px 36px;
	margin: 0px 23px;
	background-color: #064065;
	color: #fff;
	text-transform: uppercase;
	border-radius: 20px;
}

.ssr-breadcrumb li a:hover {
	background-color: #16a2b9;
	color: #fff;
	border-color: #16a2b9;
}

.ssr1 {
	background-color: #000;
}

.ssr2 {
	background-color: #000;
}

.ssr-bread .breadcrumb li a {
	color: #fdbd0f;
	font-size: 32px !important;
	border-bottom: 1px solid;
}

.ssr-bread .breadcrumb li a:hover {
	border-bottom: none;
}

.ssr-bread .breadcrumb li {
	color: #fff;
	font-size: 40px;
}

.ssr-bread .breadcrumb {
	padding-top: 49px;
}

.crit-head {
	display: inline-block;
	font-size: 28px !important;
	border-bottom: 2px solid #fdbd0f;
}

.crit-head-div {
	text-align: center;
}

/* ssr-breadcrumb end */
/* 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;
}

/* 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: #c04848;
	color: #fff;
	text-transform: uppercase;
}

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

.btn-year.active {
	background-color: #fba510;
}

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: #fba510;
	position: absolute;
	top: 29%;
	left: 24%;
	color: #fff;
	transform: translateY(400px);
	transition: all 0.3s ease 0s;
}

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

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

/*
  div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 200px;
  }

  div.gallery:hover {
    border: 1px solid #777;
  }



  */
.bg-dark {
	background-color: #800000 !important;
}

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

.placement-header {
	text-align: center;
}

.img-fluid-placement {
	width: 210px;
	height: 110px;
}

.row.col-lg-12.pi {
	padding-left: 80px !important;
	text-align: center;
}

.pb-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}

/* Rights */
.right-res {
	background-color: #800000;
}

img.header-logo {
	width: 90%;
}

/* Top Menue hover */
.dropdown-menu > li a:hover,
.dropdown-menu > li.show {
	background: #fdbd0f;
}

.main-menu {
	border-top: 1px solid #800000;
	border-bottom: 1px solid #800000;
	background: #800000;
}

/* main menu hover */
.navbar-expand-lg .navbar-nav .dropdown-menu {
	position: absolute;
	background-color: #800000;
}

img.program-img {
	height: 50px;
	width: 300px;
}

.prog-img {
	justify-content: center;
}

/* Program */

.menu-alignment {
	display: contents;
}

.header-row {
	margin-top: 0;
	height: auto;
	/* overflow: hidden; */
}

/* Infrastructure */
#infrastructure-carousel .carousel-control-prev-icon,
#infrastructure-carousel .carousel-control-next-icon {
	width: 3rem;
	height: 8rem;
	border-radius: 3rem;
}

.infrastructure-slider img {
	height: auto;
	width: 215px;
}

p.placement-header {
	/* height: 4rem; */
	padding-top: 30px;
}

h2.text-center {
	padding-bottom: 20px;
}

.column {
	float: left;
	width: 33.33%;
	padding: 5px;
}

.row.cl-lg-12.pi {
	/* width: 100%; */
	padding-left: 85px;
}

#infrastructure-carousel .carousel-control-prev-icon,
#infrastructure-carousel .carousel-control-next-icon {
	width: 2rem;
	height: 4rem;
	border-radius: 3rem;
	background-color: #e4deca;
	border: 10px solid #e4deca;
}

/* .conatiner-fluid.page-back.infrastructure {
    padding-left: 80px;
} */
.infra-row {
	justify-content: center;
}

.conatiner-fluid.page-back {
	/* padding-left: -20px; */
	padding-left: 1px;
}

.infra-gal {
	position: relative;
	/* width: 302px; */
	display: inline-block;
	overflow: hidden;
	z-index: 0;
}

.infra-gal .desc {
	padding: 15px;
	text-align: center;
	/* font-size: 16px !important; */
}

.infra-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);
}

.infra-nostack img {
	width: 100%;
	height: 100%;
}

/* About College */
.principal-icon {
	width: 20px;
}

span.principal-names {
	color: #000;
}

span.principal-work {
	color: #000;
}

th.aqar-name {
	width: 550px;
}

.row.contact-form {
	margin-bottom: 25px;
}

/*AQAR Support Documents */
a.aqar_support {
	text-decoration: underline;
}

button.accordion-button.collapsed.aqar-tabs {
	padding: 13px 10px;
	background-color: #ffff;
}

button.accordion-button.aqar-tabs {
	padding: 13px 10px;
	background-color: #d3d3d3;
}

p.aqar-metrics {
	/* padding: 0px 5px; */
	/* padding-top: 2px;
    padding-left: 10px; */
	padding: 8px 15px;
}

ul.aqar-matrics-points {
	padding-left: 25px;
}

.accordion-collapse .collapse .aqar-collapse :after {
	padding: 0px 10px !important;
}

a.aqar-quick:active {
	color: #fdbd0f;
}

a.aqar-quick {
	color: #fdbd0f;
}

.aqar-quick a::after {
	color: #fdbd0f;
}

/*home page programs tabs*/

.title-home-programs .left-corner,
.title-home-programs .right-corner {
	width: 54px;
	height: 40px;
	position: absolute;
	z-index: -1;
	top: 14px;
	content: "";
	background-size: cover;
}

.title-home-programs .left-corner {
	left: -34px;
	background-image: url(../img/ribbon-piece-left.png);
}

.title-home-programs .right-corner {
	background-image: url(../img/ribbon-piece-right.png);
	right: -32px;
}

.title-home-programs {
	position: relative;
}

.title-home-programs .middle-piece {
	display: inline-block;
	z-index: 0;
	padding: 9px 50px;
	font-size: 21px !important;
	font-family: initial;
	background: url(../img/ribbon-piece-middle.png);
	background-color: #d9cd81;
}

.programs-offered .title-home-programs {
	text-align: center;
	font-style: normal;
	font-size: 21px;
	color: black;
	display: inline-block;
	z-index: 0;
	width: auto;
	margin-bottom: 15px;
}

.programs-offered li.nav-item {
	width: 33%;
}

.programs-offered .form-check .form-check-input {
	float: none;
	margin-left: 0;
	margin-right: 5px;
}

.home-programs-tabs .form-check-label {
	font-size: 20px !important;
	font-family: "IBM Plex Serif", serif;
	padding: 12px;
	cursor: pointer;
	width: 100%;
}

.home-programs-tabs .vtabs .tabsName-holder {
	box-shadow: none !important;
}

.home-programs-tabs .active .form-check-label {
	background: #800000;
	border-radius: 15px 15px 0 0;
}

.home-programs-tabs .left-tabs.nav-tabs {
	border-bottom: 0;
}

.home-programs-tabs .form-check {
	margin-bottom: 0;
	padding-left: 0;
}

.home-programs-tabs .vtabs .tabsName-holder {
	background: transparent;
}

.home-programs-tabs .vtabs .nav-tabs .nav-link {
	color: #fceea3;
	border: 0;
	padding: 0;
	font-size: 20px !important;
	font-family: "IBM Plex Serif", serif;
	text-align: center;
	height: 100%;
}

.home-programs-tabs .left-tabs.nav-tabs {
	border-right: 0;
	box-shadow: none;
}

.home-programs-tabs .vtabs .tabsName-holder {
	box-shadow: 0 !important;
	border-bottom: 1px solid #cabe76;
}

.home-programs-tabs .vtabs .nav-tabs .nav-link.active {
	border: 1px solid #cabe76;
	margin-bottom: -1px;
	background: #800000;
	border-bottom: 0;
	border-radius: 15px 15px 0 0;
	box-shadow: 0px -5px 0px 5px rgb(0 0 0 / 20%);
}

.home-programs-tabs .tabsName-holder .nav-link:hover {
	background-color: transparent !important;
}

.home-programs-tabs .tabsName-holder .nav-link.active:hover {
	background-color: #800000 !important;
}

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

.home-programs-tabs .accordion-item {
	background: none;
	color: #fff;
}

.home-programs-tabs .vtabs .nav-tabs .nav-link.active {
	color: #fff;
}

.home-programs-tabs .program-holder h3 {
	font-size: 20px !important;
	font-family: "IBM Plex Serif", serif;
	color: #fff;
	font-style: normal;
	margin-bottom: 20px;
}

.home-programs-tabs .program-holder-wrapper {
	padding: 20px;
}

.home-programs-tabs .box-program2,
.home-programs-tabs .box-program3 {
	border-left: 1px solid #cabe76;
	padding-left: 32px;
}

.home-programs-tabs .program-holder ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: white;
	float: left;
}

.home-programs-tabs .program-holder ul:nth-of-type(1) {
	margin-right: 39px;
}

.home-programs-tabs .program-holder ul li {
	color: white;
	margin-bottom: 5px;
}

.home-programs-tabs .program-holder ul li:before {
	content: "- ";
	color: #cabe76;
}

.home-programs-tabs .form-check-input:checked[type="radio"] {
	background-image: none;
}

.home-programs-tabs input:checked[type="radio"] {
	background-image: none;
	background: #3b3b3b;
	border: 4px solid #ffffff;
}

.home-programs-tabs .form-check-label {
	font-size: 20px !important;
	font-family: "IBM Plex Serif", serif;
}

.home-programs-tabs .form-check-input:checked {
	background-color: #ffffff;
	border-color: #d5cea5;
}

.home-programs-tabs .accordion-button {
	color: #fff !important;
	text-align: left;
	background-color: #800000;
	border: 1px solid #efe190;
}

.home-programs-tabs .accordion-button:after {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><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 .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>");
}

@media (max-width: 992px) {
	.home-programs-tabs .left-tabs .nav-link {
		padding: 11px 15px 14px 15px !important;
	}

	i.fas.fa-address-card.address-icon {
		padding-left: 10px;
	}

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

@media (max-width: 767px) {
	.home-programs-tabs .left-tabs li.nav-item {
		width: 33% !important;
	}

	.home-programs-tabs .left-tabs .nav-link {
		padding: 11px 10px 14px 10px !important;
		width: 100%;
		white-space: normal;
	}

	.home-programs-tabs .program-holder-wrapper {
		padding: 0;
	}

	.home-programs-tabs .box-program2,
	.home-programs-tabs .box-program3 {
		border-left: 0;
		padding: 10px 0;
		border-top: 1px solid #cabe76;
	}
}

@media (max-width: 428px) {
	.home-programs-tabs .vtabs button.accordion-button:focus {
		border: 1px solid #efe190;
	}
}

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

.tabsName-holder .nav-link:hover {
	font-weight: 600;
	color: #000 !important;
	background-color: #feca06 !important;
}

.navbar .navbar-nav .nav-link,
.navbar .navbar-nav .nav-item .link-active {
	padding: 10px !important;
}

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

/* fix blank or flashing items on carousel */
.owl-carousel .item {
	position: relative;
	z-index: 100;
	/* -webkit-backface-visibility: hidden;  */
}

/* end fix */
.owl-nav > div {
	margin-top: -26px;
	position: absolute;
	top: 50%;
	color: #cdcbcd;
}

.owl-nav i {
	font-size: 52px;
}

.owl-nav .owl-prev {
	left: -30px;
}

.owl-nav .owl-next {
	right: -30px;
}

.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;
}

.table-responsive {
	width: 100% !important;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch !important;
}

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

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

.owl-nav button {
	position: absolute;
	top: 50%;
	background-color: #000;
	color: #fff;
	margin: 0;
	transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
	left: 0;
}

.owl-nav button.owl-next {
	right: 0;
}

.owl-dots {
	text-align: center;
	padding-top: 15px;
}

.owl-dots button.owl-dot {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inline-block;
	background: #ccc;
	margin: 0 3px;
}

.owl-dots button.owl-dot.active {
	background-color: #000;
}

.owl-dots button.owl-dot:focus {
	outline: none;
}

.owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav button:focus {
	outline: none;
}

.owl-dots {
	text-align: center;

	bottom: 5px;
	width: 100%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.owl-dot {
	border-radius: 50px;
	height: 10px;
	width: 10px;
	display: inline-block;
	background: rgba(127, 127, 127, 0.5);
	margin-left: 5px;
	margin-right: 5px;
}

.owl-carousel .owl-nav span {
	font-size: 45px !important;
	color: #a3a6a8 !important;
}

.owl-carousel .owl-nav owl-next:hover span,
.owl-carousel .owl-nav owl-prev:hover span {
	color: #800000 !important;
}

/* Principal  */
.principal-img {
	width: 180px;
	height: 200px;
}

/* Inspiration */
.row.inspiration {
	text-align: center;
}

.col-lg-4.inspi-col {
	padding: 0px 15px;
}

.bred-head {
	text-align: center;
}

h4.sub-heading {
	border-bottom: 1px solid #ddd;
}

/* .container.about-page h4{border-bottom: 1px solid #ddd;} */
.container.about-page h4 span {
	font-size: 1.6rem !important;
	font-style: normal;
	display: inline-block;
	border-bottom: 2px solid #800000;
	padding-right: 16px;
}

.list-principals {
	display: flex;
	flex-wrap: wrap;
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
}

.list-principals li {
	font-weight: bold;
	padding: 10px;
	flex-basis: 23%;
	margin: 0 15px 15px 0;
	border: 1px solid #ccc;
	box-shadow: 2px 2px 4px #d9d8d8;
	border-left: 3px solid #cabe76;
}

.list-principals span {
	display: block;
	font-weight: normal;
	font-size: 15px !important;
}

.visionMission {
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
}

.visionMission > div {
	flex-basis: 31%;
	margin: 0 15px 15px 0;
	border: 1px solid #ccc;
	padding: 10px;
	background: #800000;
}

.visionMission h4 {
	color: #fceea3;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}

.visionMission div,
.visionMission li {
	color: white;
}

.motto-holder {
	text-align: center;
	font-size: 1.4rem !important;
	line-height: normal;
}

.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%);
}

.contactInfo-strip h5 {
	font-family: "humnst777-bold";
	font-size: 22px;
	font-style: normal;
	margin-bottom: 0;
}

.contactInfo-strip {
	border-top: 1px solid #ccc;
	padding-top: 15px;
	margin-top: 15px;
}

.contactInfo-left {
	padding-top: 5px;
	background-color: #f2f2f2;
	width: 80px;
	height: 80px;
	line-height: 80px;
	overflow: hidden;
	text-align: center;
	float: left;
	border-radius: 5px;
	border: 1px solid #ddd;
}

.contactInfo-left i {
	font-size: 35px;
	color: #800000;
	padding-top: 15px;
}

.contactInfo-right {
	margin-left: 100px;
	word-wrap: break-word;
}

@media only screen and (max-width: 949px) {
	.contactInfo-left {
		width: 60px;
		height: 60px;
		line-height: 60px;
	}

	.contactInfo-right {
		margin-left: 70px;
	}
}

@media only screen and (max-width: 780px) {
	.contactInfo-left {
		width: 60px;
		height: 60px;
		line-height: 60px;
		float: none;
		margin: auto;
	}

	.contactInfo-right {
		margin-left: 0px;
		text-align: center;
	}
}

@media only screen and (max-width: 580px) {
	.contactInfo-strip .info-holder {
		padding-bottom: 25px;
	}

	.contactInfo-left {
		width: 80px;
		height: 80px;
		line-height: 80px;
		float: left;
		margin: auto;
	}

	.contactInfo-right {
		margin-left: 100px;
		text-align: left;
	}
}

/* .container.main-whitePanel h4{border-bottom: 1px solid #ddd;} */
.container.main-whitePanel h4 span {
	font-size: 1.6rem !important;
	font-style: normal;
	display: inline-block;
	border-bottom: 2px solid #800000;
	padding-right: 16px;
}

/* Hostel Gallery */
.hostel-gallery .carousel-control-prev-icon,
.hostel-gallery .carousel-control-next-icon {
	width: 3rem;
	height: 3rem;
	border-radius: 3rem;
	background-color: #348e3800 !important;
	border: none !important;
}

.hostel-gallery img {
	height: 300px;
	width: 510px;
}

.hostel-gallery {
	padding-left: 50px;
}

/* .host {
    background: rgb(0 0 0 / 10%);
    border: 1px solid #e5dcdc;
    border-radius: 10px;
} */
.saftey {
	margin-top: 10px;
}

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

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

/* Auditorium Gallery */
.auditorium-gallery .carousel-control-prev-icon,
.auditorium-gallery .carousel-control-next-icon {
	width: 3rem;
	height: 3rem;
	border-radius: 3rem;
	background-color: #348e3800 !important;
	border: none !important;
}

.auditorium-gallery img {
	height: 500px;
	width: 895px;
}

.auditorium-gallery {
	padding-left: 50px;
}

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

.ncc-nostack img {
	width: 100%;
	height: 100%;
}

span.carousel-control-next-icon.inner-page-icon {
	margin-bottom: 75px;
}

span.carousel-control-prev-icon.inner-page-icon {
	margin-bottom: 75px;
}

/* 
.nav-item :hover{
    background-color: #fba510 ;
} */

/* .nav-item :active{
    background-color: #fba510 ;
} */
/* .main-menu .navbar-nav .nav-item a :active {
    color: #ffff;
} */

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

.topbar-menu .navbar-nav ul li :hover {
	background-color: #fba510;
}

.second-menu li :hover {
	background-color: #fba510;
}

.second-menu li :active {
	background-color: #fba510;
}

a.active.aqar-quickl {
	color: #fba510;
}

.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;
}

.accordion-flush .accordion-collapse {
	padding-bottom: 15px;
}

.aqar-matrics-points {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.aqar-matrics-points li:before {
	content: "\f016";
}

.aqar-matrics-points li:before {
	border: none;
	content: "\f1c1";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	vertical-align: middle;
	margin-left: 2px;
	color: #5c5b5b;
}

.aqar-matrics-points li span:before {
	content: "\f016";
}

.aqar-matrics-points li span:before {
	border: none;
	content: "\f0c5";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	vertical-align: middle;
	margin-left: 2px;
	color: #bbb8b8;
}

.aqar-matrics-points li span:hover::before {
	color: gray !important;
}

.chat-bar-collapsible {
	position: fixed;
	bottom: 0;
	right: 50px;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.collapsible {
	background-color: #d9cd81;
	color: white;
	cursor: pointer;
	padding: 18px;
	width: 350px;
	text-align: left;
	outline: none;
	font-size: 16px;
	border-radius: 10px 10px 0px 0px;
	border: 3px solid white;
	border-bottom: none;
}

.content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	background-color: #f1f1f1;
}

.full-chat-block {
	width: 350px;
	background: white;
	text-align: center;
	overflow: auto;
	scrollbar-width: none;
	height: max-content;
	transition: max-height 0.2s ease-out;
}

.outer-container {
	min-height: 500px;
	bottom: 0%;
	position: relative;
}

.chat-container {
	max-height: 500px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	scroll-behavior: smooth;
	hyphens: auto;
}

.chat-container::-webkit-scrollbar {
	display: none;
}

.chat-bar-input-block {
	display: flex;
	float: left;
	box-sizing: border-box;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	background-color: rgb(235, 235, 235);
	border-radius: 10px 10px 0px 0px;
	padding: 10px 0px 10px 10px;
}

.chat-bar-icons {
	display: flex;
	justify-content: space-evenly;
	box-sizing: border-box;
	width: 25%;
	float: right;
	font-size: 20px;
}

#chat-icon:hover {
	opacity: 0.7;
}

/* Chat bubbles */

#userInput {
	width: 75%;
}

.input-box {
	float: left;
	border: none;
	box-sizing: border-box;
	width: 100%;
	border-radius: 10px;
	padding: 10px;
	font-size: 16px;
	color: #000;
	background-color: white;
	outline: none;
}

.userText {
	color: white;
	font-family: Helvetica;
	font-size: 16px;
	font-weight: normal;
	text-align: right;
	clear: both;
}

.userText span {
	line-height: 1.5em;
	display: inline-block;
	background: #800000;
	padding: 10px;
	border-radius: 8px;
	border-bottom-right-radius: 2px;
	max-width: 80%;
	margin-right: 10px;
	animation: floatup 0.5s forwards;
}

.botText {
	color: #000;
	font-family: Helvetica;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
}

.botText span {
	line-height: 1.5em;
	display: inline-block;
	background: #e0e0e0;
	padding: 10px;
	border-radius: 8px;
	border-bottom-left-radius: 2px;
	max-width: 80%;
	margin-left: 10px;
	animation: floatup 0.5s forwards;
}

/* 
.send-btn {
    color: #008cba !important;
}

.fa .fa-fw .fa-send .send-btn {
    color: #008cba;
} */

@keyframes floatup {
	from {
		transform: translateY(14px);
		opacity: 0;
	}

	to {
		transform: translateY(0px);
		opacity: 1;
	}
}

@media screen and (max-width: 600px) {
	.full-chat-block {
		width: 100%;
		border-radius: 0px;
	}

	.chat-bar-collapsible {
		position: fixed;
		bottom: 0;
		right: 0;
		width: 100%;
	}

	.collapsible {
		width: 100%;
		border: 0px;
		border-top: 3px solid white;
		border-radius: 0px;
	}
}

.news-circular {
    height: 412px;
}
.acedemic-calender {
	height: 250px;
}

.quick-link-home {
	height: 650px;
	/* height: 650px; */
	height: 553px;
}

/* Faculty and faculty details starts*/

.card-holder-faculty {
	/* border: 1px solid #ccc; */
	text-align: center;
	padding: 10px;
	margin-bottom: 0px;
}

img.fac-img {
	height: 60%;
}

.read-more-faculty {
	color: #800000;
}

.faculty-main-whitePanel {
	background-color: #fff;
	box-shadow: 2px 2px 4px #888888;
	margin-right: -12px;
	border-top: 1px solid;
}

.fac-img-details {
	width: 185px;
	height: 190px;
}

.Faculty-details {
	margin-top: 25px;
	margin-left: 21px;
}

.faculty-Tab-Info {
	margin-top: 20px;
	border-top: 1px solid #bbbbbb;
}

/* Faculty and faculty details End*/

.text-noData {
	color: #adadad !important;
	font-style: italic;
	font-family: inherit;
	font-size: 1.4rem;
	padding: 20px 0;
	font-weight: 200 !important;
	/* text-align: left !important; */
}

.owl-carousel-alumni .owl-nav span {
	font-size: 44px !important;
	color: #a3a6a8 !important;
}

/* Chatbot */
.botIcon {
	position: fixed;
	z-index: 9999;
	right: 33px;
	bottom: 87px;
}

.iconInner {
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	background: #a64bf4;
	background: -webkit-linear-gradient(
		to left,
		#00dbde,
		#fc00ff,
		#00dbde,
		#fc00ff
	);
	background: -o-linear-gradient(to left, #00dbde, #fc00ff, #00dbde, #fc00ff);
	background: -moz-linear-gradient(to left, #00dbde, #fc00ff, #00dbde, #fc00ff);
	background: linear-gradient(to left, #00dbde, #fc00ff, #00dbde, #fc00ff);
	background-position: 50%;
	background-size: 300%;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 1.7em;
	height: 2.7em;
	justify-content: center;
	width: 2.7em;
}

.botSubject,
.messages,
.showBotSubject .botIconContainer,
.showMessenger .botIconContainer {
	display: none;
}

.botIcon .Messages,
.botIcon .Messages_list {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.chat_close_icon {
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	position: absolute;
	right: 12px;
	z-index: 9;
}

.chat_on {
	background-color: #8a57cf;
	bottom: 20px;
	border-radius: 50%;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
	color: #fff;
	cursor: pointer;
	display: block;
	height: 45px;
	padding: 9px;
	position: fixed;
	right: 15px;
	text-align: center;
	width: 45px;
	z-index: 10;
}

.chat_on_icon {
	color: #fff;
	font-size: 25px;
	text-align: center;
}

.botIcon .Layout {
	-webkit-animation: appear 0.15s cubic-bezier(0.25, 0.25, 0.5, 1.1);
	-ms-animation: appear 0.15s cubic-bezier(0.25, 0.25, 0.5, 1.1);
	animation: appear 0.15s cubic-bezier(0.25, 0.25, 0.5, 1.1);
	-webkit-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	background-color: rgb(63, 81, 181);
	bottom: 20px;
	border-radius: 10px;
	box-shadow: 5px 0 20px 5px rgba(0, 0, 0, 0.1);
	box-sizing: content-box !important;
	color: rgb(255, 255, 255);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	max-height: 30px;
	max-width: 300px;
	min-width: 50px;
	opacity: 0;
	pointer-events: auto;
	position: fixed;
	-webkit-transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
		bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
		min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
		max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
		min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
		max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
		border-radius 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
		background-color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
		color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s;
	-ms-transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
		bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
		min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
		max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
		min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
		max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
		border-radius 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
		background-color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
		color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s;
	transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
		bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
		min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
		max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
		min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
		max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
		border-radius 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
		background-color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
		color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s;
	z-index: 999999999;
}

.botIcon .Layout-open {
	border-radius: 10px;
	color: #fff;
	height: 500px;
	max-height: 500px;
	max-width: 300px;
	overflow: hidden;
	-webkit-transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
		bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1.1),
		min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
		max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
		max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
		min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
		border-radius 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
		background-color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
		color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1);
	-ms-transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
		bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1.1),
		min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
		max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
		max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
		min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
		border-radius 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
		background-color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
		color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1);
	transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
		bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1.1),
		min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
		max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
		max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
		min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
		border-radius 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
		background-color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
		color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1);
	width: 100%;
}

.botIcon .Layout-expand {
	display: none;
	height: 400px;
	max-height: 100vh;
	min-height: 300px;
}

.showBotSubject.botIcon .Layout-expand {
	margin-left: -315px;
	display: block;
}

.botIcon .Layout-mobile {
	bottom: 10px;
}

.botIcon .Layout-mobile.Layout-open {
	min-width: calc(100% - 20px);
	width: calc(100% - 20px);
}

.botIcon .Layout-mobile.Layout-expand {
	border-radius: 0 !important;
	bottom: 0;
	height: 100%;
	min-height: 100%;
	min-width: 100%;
	width: 100%;
}

.botIcon .Messenger_messenger {
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	width: 100%;
}

.botIcon .Messenger_header,
.botIcon .Messenger_messenger {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.botIcon .Messenger_header {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgb(163 44 48);
	color: rgb(255, 255, 255);
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 40px;
	padding-left: 10px;
	padding-right: 40px;
}

.botIcon .Messenger_header h4 {
	-webkit-animation: slidein 0.15s 0.3s;
	-ms-animation: slidein 0.15s 0.3s;
	animation: slidein 0.15s 0.3s;
	-webkit-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	font-size: 16px;
	opacity: 0;
}

.botIcon .Messenger_prompt {
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: white;
}

.botIcon .Messenger_content {
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 80px;
}

.botIcon .Messages {
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 10px;
	position: relative;
	-webkit-overflow-scrolling: touch;
}

.botIcon .Input {
	background-color: #fff;
	border-top: 1px solid #e6ebea;
	color: #96aab4;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-bottom: 15px;
	padding-top: 17px;
	position: relative;
	width: 100%;
}

.botIcon .Input-blank .Input_field {
	max-height: 20px;
}

.botIcon .Input_field {
	background-color: transparent;
	border: none;
	outline: none;
	padding-left: 20px;
	padding-right: 45px;
	resize: none;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	min-height: 20px !important;
}

.botIcon .Input_button-emoji {
	right: 45px;
}

.botIcon .Input_button {
	background-color: transparent;
	border: none;
	bottom: 15px;
	cursor: pointer;
	height: 25px;
	outline: none;
	padding: 0;
	position: absolute;
	width: 25px;
}

.botIcon .Input_button-send {
	right: 15px;
}

.botIcon .Input-emoji .Input_button-emoji .Icon,
.botIcon .Input_button:hover .Icon {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.botIcon .Input-emoji .Input_button-emoji .Icon path,
.botIcon .Input_button:hover .Icon path {
	fill: #2c2c46;
}

.Icon svg {
	height: auto;
	width: 100%;
}

.msg {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.msg.user {
	-webkit-box-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.msg + .msg {
	margin-top: 15px;
}

span.responsText {
	color: #000;
	display: inline-block;
	margin-left: 10px;
	vertical-align: top;
	max-width: calc(100% - 50px);
}

.msg.user span.responsText {
	margin-left: 0;
	margin-right: 10px;
}

span.avtr {
	display: inline-block;
	width: 30px;
}

span.avtr figure {
	background-color: #ccc;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50%;
	display: block;
	margin: 0;
	padding-bottom: 100%;
}

@-webkit-keyframes appear {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-ms-keyframes appear {
	0% {
		opacity: 0;
		-ms-transform: scale(0);
		transform: scale(0);
	}

	100% {
		opacity: 1;
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes appear {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes slidein {
	0% {
		opacity: 0;
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-ms-keyframes slidein {
	0% {
		opacity: 0;
		-ms-transform: translateX(10px);
		transform: translateX(10px);
	}

	100% {
		opacity: 1;
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes slidein {
	0% {
		opacity: 0;
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@media only screen and (max-width: 412px) {
	.botIcon .Layout-open {
		width: 250px;
	}
}

.Messages_list p {
	font-size: 15px !important;
}

.Messages_list .bubble {
	border-radius: 0.4em;
	border: 1px solid transparent;
	padding: 7px 11px;
	transition: width 2s;
	word-break: break-word;
	line-height: 19px;
	background-color: #ebebeb;
	text-align: initial;
}

.Messages_list .bubble-label {
	color: #455a64;
	font-size: 15.5px;
}

.Messages_list .option-wrapper {
	overflow-x: hidden;
	margin-top: 5px;
}

.Messages_list .option.bubble {
	background-color: #fff;
}

.Messages_list .theme-border {
	border-color: #800000;
}

.Messages_list .bubble-inline {
	display: inline-block;
}

.Messages_list .option {
	position: relative;
	padding: 5px 5px 5px 5px !important;
	margin: 3px;
}

.Messages_list .option:hover {
	cursor: pointer;
	background: #800000;
	color: white;
}

.Messages_list span {
	line-height: initial;
	font-size: 15px !important;
	text-transform: capitalize;
}

.tooltip-wrap {
	position: relative;
}

.tooltip-wrap .tooltip-content {
	display: none;
	position: absolute;
	bottom: 5%;
	left: 5%;
	right: 14%;
	background-color: #fff;
	padding: 0;
	min-width: 0rem;
	left: 0;
	height: 2em;
	min-height: 1em;
	border: 2px solid #a9a9a9;
	border-radius: 5px;
	bottom: -12px;
	font-weight: bold;
	text-align: center;
	font-size: 0.8em !important;
}

.tooltip-wrap:hover .tooltip-content {
	display: block;
}

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

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

	.top-menu-mobile-view li a {
		color: var(--color-heading) !important;
		/* font-weight: 600 !important; */
	}
}

.staffback {
	padding: 20px;
	background-color: #f1f1f1 !important;
	border-radius: 16%;
	padding-top: 10px;
}

.fac-coll img {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background-color: white !important;
	margin: 0 auto;
	box-shadow: 2px 2px 4px #888888;
	border: 5px solid white;
}

.readmore {
	display: inline-block !important;
	font-weight: 600;
	color: #1d2570;
	margin: 0;
	text-align: left;
}

@media only screen and (max-width: 768px) {
	.img-part img {
		width: 300px;
		height: 279px;
		object-fit: cover;
		margin-left: 35px;
		width: 100%;
		margin-bottom: 20px;
	}

	.dir-message {
		/* background: none; */
		justify-content: end !important;
	}

	.top-menu-left-news {
		margin: 0 0 0 0%;
	}

	.top-menu-left-tabs {
		background: none;
	}

	.carousel-caption h3.title {
		position: absolute;
		bottom: 0;
		font-size: 20px;
	}

	.carousel-caption a.btn.btn-link {
		padding: 20px 20px;
		bottom: 88px;
		position: absolute;
		margin-right: 0px;
	}
	.btn-year {
		margin: 2px;
		display: flex;
		border: 1px solid;
		padding: 6px 36px;
		border-radius: 5px;
		background-color: #c04848;
		color: #fff;
		text-transform: uppercase;
	}
}

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

.quick-link-home-2 {
    background: #f1f1f1;
    height: 387px;
}
.holder-1 li {
	list-style: none;
}

.myTicker3 {
    padding: 20px;
    background: #f0f0f0;
    height: 400px !important;
}
.myTicker2 {
    padding: 20px;
    height: 412px !important;
}

.news-bt-down {
	padding: 8px;
	background: none;
	border: none;
}

.news-bt-up {
	padding: 8px;
	background: none;
	border: none;
}

.news-div .btn-news-3 {
	float: right;
	padding-top: 0.5em;
	background-color: white;
	color: #800000;
	border: none;
}

.news-div .btn-news-down-3 {
	float: right;
	background-color: white;
	color: #800000;
	margin-top: 2.5em;
	border: none;
}

.news-div .btn-news-3 {
	float: right;
	background-color: white;
	color: #800000;
	padding-top: 0.5em;
	border: none;
}

.news-div .btn-news-down-3 {
	float: right;
	padding-top: 8px;
	padding-bottom: revert-layer;
	color: #800000;
	background-color: white;
	/* float: inline-end; */
	margin-top: 2.5em;
}

.admission-news {
    display: block;
    margin: 0px;
    color: #5e5e5e;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-transform: capitalize;
}

.news-date {
	font-family: "Poppins", sans-serif;
	background: #d00000;
	width: 70px;
	height: 70px;
	padding: 12px;
	color: #ffffff !important;
	text-align: center;
	font-size: 18px !important;
	font-weight: 700 !important;
	letter-spacing: 1.25px;
	text-transform: uppercase !important;
	margin: 0px 10px 0px 0px;
	float: left;
}

.holder ul li {
	margin: 10px auto;
	padding: 0px;
	background: #f1f1f1;
	display: flex;
}

.holder-1 ul li a {
	color: #000;
	font-family: Poppins;
	font-size: 20px !important;
	font-style: normal;
	font-weight: 500 !important;
	line-height: 25px;
	/* 125% */
	text-transform: capitalize;
}

a.read-btn {
	color: #d00000;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
}

.rm-link {
    text-transform: capitalize;
    color: #d00000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.custom-image-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 20px;
}
.custom-image-container .partners-logos img {
	object-fit: contain;
	aspect-ratio: 3/2;
	width: 100%;
	max-width: 200px;
	height: auto;
	margin: 10px;
}
.footer .btn.btn-link:hover {
	color: #ffc905 !important;
	letter-spacing: 1px;
	box-shadow: none;
}

.about-college-name {
    font-size: 26px;
    margin-bottom: 14px !important;
    padding-bottom: 4px;
    position: relative;
    font-family: Kanit;
    font-weight: 700;
    color: #d00000;
    margin-bottom: 10px;
}
.about-college-name::after {
    /* margin-bottom: 20px; */
    content: "" !important;
    position: absolute !important;
    display: block;
    width: 108px;
    height: 3px;
    background: #feca06;
    bottom: 0;
    left: 0;
}

p.tag-line {
	font-family: El Messiri;
	font-size: 21px !important;
	font-weight: 700;
	color: #800000;
	margin-bottom: 0;
}
.para-line p {
	font-weight: 500;
	color: #2a2a2a;
}
p.tag-line-2 {
	font-family: El Messiri;
	font-size: 19px !important;
	font-weight: 700;
	color: #000000;
	margin-bottom: 0;
}
.bg-gray-900 {
	font-weight: 600;
	border-radius: 10px;
	background: #f1f1f1;
}

.verify-lines::before {
    color: #23b14d;
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    content: "\f4b5";
    position: relative;
    left: -9px;
}
li.verify-lines {
    list-style: none;
}
.ncrd-images {
    padding: 8px;
    box-shadow: 0px 1px 5px #888888;
}
.holder-1.myTicker3 ul {
    margin: 0;
    padding: 0;
}
.news-image-box {
    width: 100% !important;
    position: relative !important;
}
.news-box-news {
    display: block;
    width: 100% !important;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    color: white !important;
    position: relative;
    bottom: 58px;
    left: 0px;
}
.holder-3 ul li {
    list-style: none;
}

.feel-free-contact-us {
    margin-top: 25px;
}
.lists-to-contact li {
    list-style: none !important;
}
ul.lists-to-contact {
    padding: 0;
}
.conr-admission {
    box-shadow: 1px 5px 2px #d1d1d1;
    border-radius: 10px;
    padding: 15px;
    background: #fff8f8;
    margin-bottom: 10px;
    word-wrap: break-word;
}
.img-pod img {
    object-fit: cover;
    height: 222px;
}

.social-icon {
    justify-content: end;
}

img.event-image {
    object-fit: cover;
    width: 95%;
    height: 205px;
}
.events-details figure {
	width: 100%;
    height: 200px;
}

.team-members {
    height: 362px;
    margin-bottom: 25px;
    box-shadow: 0px 1px 5px #888888;
    border-radius: 12px;
    background: #f1f1f1;
    text-align: center;
    padding: 10px;
}

.team-members img {
    height: 200px !important;
    border-radius: 50%;
}
.bg-red{
	color: #d00000;
}

.blog-circular{
	overflow: hidden;
}


/*  */
.myTicker2 {
	/* height: 300px;  */
	overflow: hidden;
	position: relative;
}

.events-container {
	position: absolute;
	width: 100%;
	animation: ticker 12s linear infinite;
}

@keyframes ticker {
	0% {
		top: 100%;
	}
	100% {
		top: -100%;
	}
}

.events-details {
	margin-bottom: 30px;
	border-bottom: 1px solid red;
}
/* why choose us */
.wcu-p{
	color: #666;
	text-align: center;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}

.po-box {
    margin-top: 22px;
    border-radius: 10px;
	border: 0.5px solid #6D6D6D;
    padding: 20px;
    background: #FFF;
}
.po-box:hover {
    margin-top: 22px;
    border-radius: 10px;
	border: 0.5px solid #6D6D6D;
    padding: 20px;
    background: #D00000;
}
.po-con{
	display: flex;
	justify-content: center;
	gap: 10px;
	align-items: center;

}
.po-name{
	color: #000;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.po-box:hover .po-name{
	color: #FFF;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.po-main{
	display: flex;
}
.po-para p{
	color: #666;
	text-align: center;
	font-family: Poppins;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.po-box:hover .po-para p{
	color: #FFF;
	text-align: center;
	font-family: Poppins;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.po-img{
	width: 38px;
	height: 38px;
	fill: #AAA;  
}
.po-box:hover .po-img img{
	filter: brightness(0) invert(1);
    -webkit-text-stroke: 0.9px;
    color: #fff;
}

/* faq section */
.faq-sec{
	border-radius: 30px;
	background: #FFF1F1;
}
div#faqAccordion {
    padding: 20px;
}
.faq-sec .accordion-button {
    background-color: transparent !important;
    padding-right: 3rem !important; 
    align-items: center !important;
    position: relative !important;
    font-family: 'Poppins' ;
    font-size: 17px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	border-bottom: 1px solid #777 !important;
	padding: 1.25rem 1.25rem !important;
}

.faq-sec .accordion-button::after {
    content: '+';
    background-color: #D00000 !important;
    font-size: 1.5rem;
    color: white;
    position: absolute !important;
    right: 0.8rem;
    top: 50%;
    transform: translateY(-50%);
    background-image: none !important;
    border-radius: 50%;
    padding: 0.5rem;
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1; 
	border-bottom: 1px solid #ddd;
}
.faq-sec .accordion-button:not(.collapsed)::after {
    content: '-';
}

.faq-sec .accordion-item:first-of-type {
    border-top-left-radius: none;
    border-top-right-radius: none;
}
.faq-sec .accordion-item {
    border: none !important;
    margin-bottom: 5px;
    background: transparent;
}
.faq-sec .accordion-header {
    margin-bottom: 0;
    background: transparent !important;
    color: #000;
    
}
.faq-sec .accordion-body {
    padding: 1rem 1.25rem;
    color: #666;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.faq-sec .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

/* our program */
.our-program{
	background: #F5F5F5;
}

.programs {
    display: flex;
    gap: 50px;
    justify-content: center;
    padding-top: 20px;
}
.program-of {
	overflow: hidden;
	width: 300px;
	text-align: center;
	position: relative;
}

.badge {
	position: absolute;
	top: 1px;
	left: 23px;
	background-image: url('../img/Vector.svg'); 
	background-size: cover;
	background-repeat: no-repeat;
	color: white;
	padding: 5px 20px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px; 
	width: 70px; 
	border-radius: 0px;
}
.program-content {
	background-color: #FFF;
	padding: 15px;
	position: relative;
	top: -30px; 
	margin: 0 20px;
	border: 1px #D9D9D9;
}
.program-content p{
	color: #8B8B8B;
	text-align: center;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; 
}
@media only screen and (max-width: 992px){
	.faq-sec .accordion-button {
		padding: 1.25rem 2rem !important;
	}
}
@media only screen and (max-width: 768px){
	.programs {
		flex-direction: column;
		row-gap: 25px;
		align-items: center;
	}
	
}
.top-marquee a {
    margin-right: 15px;
}
.top-marquee a:hover {
    color: #000 !important;
}
.footer-links {
    padding-left: 0px;
}
.a.read-more {
    color: red;
}

/*admission page changes */

a.adm-pg-link {
    background-color: #f4e840;
    padding: 20px;
    border-radius: 5px;
    display: block;
    height: 100%;
    transition: transform 0.1s linear;
}

a.adm-pg-link:hover {
    transform: scale(1.1);
    color: #000;
}

.cet-reg-cont{
	display: flex;
	align-items: center;
	gap: 20px;
	height: 100%;
}

.cet-link-qr {
    background-color: #f4e840;
    padding: 15px;
    border-radius: 5px;
    transition: transform 0.1s linear;
}

.cet-link-qr:hover {
    transform: scale(1.1);
}

.cet-link-qr a:hover {
	color: #000;
}

.link-outer-cont {
	display: flex;
	flex-direction: column;
	gap: 15px;

}

.link-img-cont{
	display: inline-block;
	height: 100%;
	width: 100%;
}

.cet-qr{
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}