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

/* Colors */
:root {
	--color-primary: #25006a;
	--color-secondary: #ff7f00;
	--color-heading: #fff;
	--color-default: #000000;

}

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

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,

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

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

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

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

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

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

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

/* Home Page Headings */

.homePage-sectionHeading {
	color: #ffffff;
	font-family: Inter;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.homePage-sectionHeading::after{
	content: "//";
	color: #FFC248;
	font-family: Inter;
	font-size: 30px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	letter-spacing: -2.8px;
	padding-left: 10px;
}
.home-sectionHeading{
	color: #1C1919;
	font-family: Inter;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.home-sectionHeading::after{
	content: "//";
	color: #FFC248;
	font-family: Inter;
	font-size: 30px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	letter-spacing: -2.8px;
	padding-left: 10px;
}

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

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

/* Home Page Headings End */

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

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

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

.topbar-menu .navbar-nav a {
    margin: 0px;
    padding: 0px 12px;
    color: #fefefe !important;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

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

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

.top-menu-left a {
	color: #fff;
	padding-right: 50px;
}

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

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

.top-menu li {
	display: flex;
}

.second-menu {
	justify-content: end;
	margin: auto;
}
a.website-link {
	text-decoration: underline;
}

a.mobile {
	text-decoration: underline;
}

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

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

/*  header College Name */

.site-header {

	padding-bottom: 0px;
}
.title-lines {
    display: flex;
    gap: 26px;
    padding-top: 25px;
}

.bg-header {
    background-image: url(../img/header-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: -19px;
    padding: 0;
    background-position: center;
}

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

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

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

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

.responsive-logo {
	display: none;
}

.header-college-name {
    color: #272727;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 121.985%;
}

.head-line1{
	color: #25006a;
	text-align: center;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align: start;
}
.head-line{
	color: #25006a;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

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

img.header-logo {
	width: 113px;
	margin-top: -15px;
	margin-bottom: 37px;
}

.header-row {
	margin-top: -47px;
}

.topbar-menu {
    top: -19px;
    position: relative;
    padding-left: 40px !important;
    background: linear-gradient(296deg, #ff7f00 96%, rgba(45, 45, 45, 0.00) 96%);
}


/* ul.navbar-nav.second-menu.myCustomTopLeftMenu a {
	color: #25006a !important;
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
} */
ul.navbar-nav.second-menu.myCustomTopLeftMenu ul li a {
	color: #fff !important;
	font-size: 15px;
	font-family: Inter;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
/* ------- main menu ---------------- */
.main-menu {
	background-color: var(--color-primary);
	font-family: Inter;
}

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

.web-cust-menu {
    background-color: #25006a !important;
}
.menu-border {
    background: #25006a !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.main-menu .navbar-nav .nav-item a {
    color: #ffffff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 8px 10px;
}

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

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

.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
    font-weight: 600;
    color: #ffffff;
}

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

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

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

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

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

.top-menu #navbarNavDropdown {
	justify-content: end !important;
}
nav#main_navbar {
	margin-bottom: -7px;
}

.topbar-menu .navbar-nav ul li :hover {
	background-color: var(--color-secondary);
}
.second-menu{
	justify-content: end;
	margin: auto;
}

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

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

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

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



.navbar-expand-lg .navbar-nav .dropdown-menu {
	position: absolute;
	background-color: #25006a;
}

/* important */
.importantNews-section{
	height: 31px;
	margin-top: 14px;
}
.importantNews-section a{
	color: #25006a !important;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/*  */

/* Home slider start */

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

.banner-slider img {
	background: #25006a;
	height: 550px;
	object-fit: cover !important;
}

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

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

	.indicators {
		position: absolute;
		bottom: 30px;
		left: 50%;
		transform: translateX(-50%);
		display: flex;
		list-style: none;
		padding-left: 0;
		margin-bottom: 0;
	}
	
	.indicators li {
		background-color: rgba(255, 255, 255, 0.5);
		border-radius: 50%;
		width: 8px;
		height: 8px;
		margin: 0 5px;
		cursor: pointer;
		transition: background-color 0.3s;
	}
	
	.indicators li.active {
		background-color: transparent;
		border: 1px solid #fff;
	}

/*  Home slider end */

/* news marquee start */

.news-events .homePage-sectionHeading {
	margin: 0;
	padding: 8px 0px;
	border-radius: 10px 10px 0px 0px;
	background: #fff;
	box-shadow: 4px 0px 8px 2px rgba(0, 0, 0, 0.15);
}

.news-circular {
	border-radius: 0px 0px 10px 10px;
	background: #110069;
	padding: 20px;
	height: 380px;
}
.news-dowanload-btn a{
	font-family: "Podkova", serif !important;
	color: #25006a !important;
	text-decoration: underline !important;
	font-size: 18px !important;
}

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

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

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

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

.holder ul li {
	padding: 12px 10px !important;
    display: flex;
    border-bottom: 1px solid #25006a;
	padding-left: 10px;
	padding-right: 10px;
	align-items: center;
	overflow: hidden;
}

.holder ul li a {
	padding-bottom: 4px;
	display: flex;
	text-decoration: none;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #1E1B19;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal; 
	line-break:anywhere !important;
}

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

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


.news-date {
	border-radius: 6px;
    border: 0.5px solid #25006a;
    background: #FFC248;
    width: 60px;
    height: 60px;
    padding: 10px;
    color: #000 !important;
    text-align: center;
	font-family: "Podkova", serif;
    font-size: 22px !important;
    font-weight: 700 !important;
    letter-spacing: 1.25px;
    text-transform: uppercase !important;
    margin: 0px 10px 0px 0px;
}

.news-date::first-line {
    color: #000 !important;
    text-align: center;
	font-family: "Inter", sans-serif;
    font-size: 16px !important;
    font-weight: 600 !important;
    letter-spacing: 1.25px;
    text-transform: uppercase !important;
}

.web-button a {
    background: #25006a;
    color: #fff !important;
    padding: 11px 20px 11px 20px;
    border-radius: 50px;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    border-radius: 9px;
    margin-bottom: 20px !important;
}
.web-button a:hover {
    background:transparent;
    color: #25006a !important;
    padding: 11px 20px 11px 20px;
    border: 1px solid #25006a;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    border-radius: 9px;
    margin-bottom: 20px !important;
}
/* Events & Programs */

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

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

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

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

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

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

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

.view-all a {
	font-weight: 500;
	padding-top: 5px;
	color: var(--color-heading);
	text-decoration: underline;
	float: right;
	text-decoration: underline;
}

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

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

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

.events-program-box {
	padding-right: 50px;
	/* border-right: 2px dashed #8b7ed2; */
}
.news-category {
	display: none;
}
/* marquee end- */

/* program orderring */
.po-box {
    margin-top: 22px;
    /* height: 259px; */
    border-radius: 6px;
    border: 1px solid #25006a;
    padding: 20px;
    background: #FFF;
}
.po-box:hover {
    margin-top: 22px;
    /* height: 259px; */
    border-radius: 6px;
    border: 1px solid #25006a;
    padding: 20px;
    background: #FFC248;
}
.po-con{
	display: flex;
	gap: 20px;
}
.po-name{
	color: #25006a;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.po-main{
	display: flex;
}


/* about-college */
.about-clg {
    background: url(../img/ab-background.png);
    border-radius: 0px 9px 9px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}
.ab-main{
	display: flex;
	justify-content: space-evenly;
	flex-direction: column;
	padding-left: 100px;
}
.ab-name{
	color: #FFF;
	font-family: Inter;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.ab-para{
	color: #FFF;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.ab-button a {
    color: #fff !important;
    padding: 11px 19px 11px 19px;
    border-radius: 9px;
    border: 1px solid #FFF;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    border-radius: 9px;
    margin-bottom: 20px !important;
}
.ab-button a:hover{
	background: #25006a;
}
.ab-button {
	margin-bottom: 31px;
}

.vision-main{
	display: flex;
	gap: 40px;
}
.vision-main img{
	height: 68px;
}
.vision-main p{
	color: #6B5B4C;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.mission-main{
	display: flex;
	gap: 40px;
} 

.mission-main img{
	height: 68px;
}
.mission-main p{
	color: #6B5B4C;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

/* students-achivment */
.students-ach{
	background: #25006a;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.sa-name{
	color: #FFF;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.sa-sec1 p{
	color: #FFF;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.sa-images {
    display: flex;
    justify-content: space-around;
    padding-top: 10px;
    flex-wrap: wrap;
    row-gap: 15px;
}

/* desk */
.desk-content {
    display: flex;
    gap: 60px;
}

.desk-name {
    margin-bottom: 0px;
    margin-top: 14px;
    color: #25006a !important;
    font-family: Inter;
    font-size: 19px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal;
}
.dask-dec {
	margin-top: 8px;
    color: #2c2c2c !important;
    font-family: Inter;
    font-size: 16px !important;
  
}
.desk-content p{
	color: #1C1C1C;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.desk-content span a{
	color: #25006a;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

/* home page quick links */

.section-back {
	/* height: 320px; */
	background: url(../img/quick-link-back.png);
}
.quick-links h2{
	color: #FFF;
	font-family: Inter;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.ql-section {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 10px;
}

.segment-item p {
	color: #FFF;
	text-align: center;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px; /* 125% */
}

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

.segment-item img {
    width: 84px;
    margin: auto;
    transition: all 1.9s;

}

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

/* home page quick links */

/*  Departments Home Dept */

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

/* alumini start */
.alumini-content {
    display: inline-flex;
    padding: 12px 17px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
	gap: 10px;
}

.alumini-speakes-head {
    display: flex;
    justify-content: space-between;
}

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

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

.alumini-box {
    height: 276px;
    margin: 15px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 9px;
    border: 0.5px solid #B3B3B3;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.alumini-box1 {
	height: 276px;
	 margin: 15px;
	 display: inline-flex;
	 flex-direction: column;
	 justify-content: center;
	 align-items: flex-start;
	 border-radius: 9px;
	 border: 0.5px solid #B3B3B3;
	 background: #FFC248;
	 box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
 }

.alumini-speak-img {
    width: auto !important;
    height: 50px !important;
    border-radius: 50%;
}

.a-name {
    margin: 0;
	color: #25006a;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px; /* 142.857% */
    text-align: left;
}
.alumini-name p{
	color: #25006a;
	font-family: Poppins;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	margin: 0px;
}
.alumini-para{
	margin: 0px;
	color: #1E1E1E;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
.alumini-para1{
	margin: 0px;
	color: #25006a;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.a-designation {
    color: #475569;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
}

.owl-carousel-alumini .owl-nav {
    display: flex;
}

.alumini-main .alumini-box:nth-child(odd) {
    margin-top: 50px !important;
}

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

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

.bred-pos {
    margin-top: -201px;
    margin-bottom: 74px;
}

.footer-section {
    background-color: #25006a;
}

.right-res {
	background-color: #ffffff;
	
}
.footer-end {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.right-res p,
.right-res a,
.right-res span {
	color: #101010;
	text-align: right;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.footer-section p,
.footer-section a,
.footer-section span {
	color: #fff !important;
	font-style: normal;
	font-size: 18px;
}
.right-res h6{
	color: #101010;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.right-res p a {
	color: #101010;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-decoration: underline !important;
}

.right-res p a:hover {
	text-decoration: none !important;
}
h2.quick-head-back-event {
    background-color: #FF9F2A;
    margin-bottom: 0px;
    padding: 7px 7px 10px 20px;
    color: #fff;
    border-radius: 10px 10px 0px 0px;

}

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

.social-icon a {
  
    font-size: 22px !important;
    padding: 4px 14px 4px 1px;
}

.footer-section h2, .footer-section h3 {
    color: #FFF;
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

a.email {
	text-decoration: underline;
}

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

.f-address {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.contacts-place {
    display: flex;
}
.contacts-place p{
	color: #FFF;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.contacts-place p a{
	color: #FFF;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.contacts-place i {
    padding-right: 12px !important;
    color: #ffffff !important;
    padding-top: 9px;
}
/* Styles for website counter container */
.website-counter {
	font-size: 28px !important;
	color: var(--color-default);
}
.website-counter #visitor_counter li {
    background: #25006a !important;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 4px 8px 4px 0px;
}


/* student achivment */


.students-achievements {
    display: flex;
    justify-content: space-between;
}
.students-achievements select {
    display: flex;
    color: #ffffff;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
    background-color: transparent;
    border-bottom: 2px solid white !important;
    border: none;
    outline: white !important;
    width: 140px;
	background-image: url(../img/stat_minus_1.svg) !important;
	background-size: 30px;
	
}
.students-achievements select option {
    color: #000000;
}
.students-achievements select option:active {
    background: #FFC248 !important;
}

.students-achievements .form-select:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

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

.students-achievements select option:hover {
    background: yellow !important;
}
/* Footer section end */

/* breadcrumb */

.bred-img {
    background-image: url("../img/banner.png");
    height: 220px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--color-primary) !important;
    display: flex;
    align-items: center;
}

.bred-head {
	/* text-align: center; */
	padding-top: 50px;
	margin-bottom: 0px;
	color:var(--color-secondary);
	/* color: #fff; */
	font-weight: bold;
	font-family: lato;
	/* font-size: 35px; */
	font-size: 24px;
	text-transform: capitalize !important;
}

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


.breadcrumb li a,
.breadcrumb-item+.breadcrumb-item::before {
	/* color: white; */
	color: var(--color-secondary);
}

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

.breadcrumb li a:hover {
	text-decoration: none;
}
.breadcrumb-item.active {
	/* color: white; */
	color: var(--color-secondary);
}

.responsive-breadcrumb {
	width: 100%;
}

@media (max-width: 991.98px) {
	.responsive-breadcrumb {
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}

	.bred-head {
		padding-top: 0;
		color: #fff;
	}

	    .bred-pos .row {
        text-align: center;
    
    }

    .bred-pos .breadcrumb {
        justify-content: center;
    }
    .bred-img1 {
        background-image: none !important;
        background-color: var(--color-secondary) !important;
    }

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

	}

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

@media (min-width: 769px) and (max-width: 991px) {
	.bred-head {
		padding-top: 50px;

	}
}

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

.container-fluid.bred-img1.ng-scope {
    display: none;
}
.container-fluid.bred-pos {
    background: url(https://sardacollege.ac.in/uploads/copy-1753942339-banner.png);
    background-repeat: no-repeat;
    margin: 0;
    background-size: cover;
    background-position: center;
    height: 220px;
    padding: 50px 0;

}
@media (max-width: 425px) {
    .container-fluid.bred-pos{
height: auto;
}
}
/* -End breadcrumb- */

/* -Inner Page Style- */

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

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

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

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

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

.page-back {
	/* background-color: #e5dcdc; */
	background: url(../img/b-img.png);
    background-repeat: no-repeat;
    background-size: cover;
}

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

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

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

/* -End Naac Pages-- */

/* accordian start*/

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

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

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

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

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

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

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

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

/* accordian end */


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.owl-prev {
		padding-left: 23px;
	}
	.alumini-main .alumini-box:nth-child(odd) {
		margin-top: 13px !important;
	}
	.centerflipcards .square, .centerflipcards .square2 {
        padding-top: 100%;
    }
}

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

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

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

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

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

/* styles added by pranali */

.tabletext {
	vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.link-active {
	background-color: #fdbd0f !important;
	padding: 15px 10px !important;
	color: #fff !important;
}
.main-whitePanel {
	background-color: #fff;
	box-shadow: 2px 2px 4px #888888;
}

/* CMS Photo Gallery*/

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

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

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

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

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

/* Plan Of Action */

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

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

img.img-fluid.naac {
	width: 450px;
	height: 500px;
}.inner-category-gallery {
	border-bottom: 2px solid;
}


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

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

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

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

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

.saftey {
	margin-top: 10px;
}

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

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

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

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

.noRecords {
	color: #babcc0;
}

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

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

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

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

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

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

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

/*  End Departments Home Dept */

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

.footer .btn.btn-link {
	display: block;
	margin-bottom: 5px;
	padding: 0;
	text-align: left;
	font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
	font-weight: normal;
	text-transform: capitalize;
	transition: 0.3s;
}

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

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

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



/* Start Media Queries */




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

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

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

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

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

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

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

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

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

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

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

	img.header-logo {
		width: 113px;
		margin-top: -15px;
		margin-bottom: 37px;
	}

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

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

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

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

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

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

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

	img.header-logo {
		width: 113px;
		margin-top: -15px;
		margin-bottom: 37px;
	}
	.site-header img.logo {
		width: 100px;
	}

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

	.responsive-logo2 {
		display: none;
	}

	.site-header {
		text-align: center;
		padding-top: 0px !important;
		padding-bottom: 0px !important;
		max-width: 100% !important;
	}
	.logo-holder, .title-holder {
		display: inline-block;
		vertical-align: top;
		margin-bottom: 39px;
	}
	.desk-main {
		gap: 25px;
	}
}

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

	.naac-section a:before {
		margin-right: 10px !important;
	}
	.header-college-name {
    color: #272727;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 121.985%;
}
	.head-line1 {
		color: #25006a;
		text-align: center;
		font-family: Montserrat;
		font-size: 20px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
	}
	.ab-main {
		display: flex;
		justify-content: space-evenly;
		flex-direction: column;
		padding-left: 38px;
	}
	.ab-button{
		margin-bottom: 31px;
	}
	.centerflipcards .col-lg-4 {
        margin-bottom: 30px;
    }
}

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


@media only screen and (max-width: 500px) {
	.header-row {
		margin-right: 0px !important;
		margin-left: 0px !important;
	}
	.vision-main {
		display: flex;
		gap: 40px;
		align-items: center;
	}
	.mission-main {
		display: flex;
		gap: 40px;
		align-items: center;
	}
	.row.a-main {
		gap: 20px;
	}
	.row.ne-main {
		gap: 20px;
	}
	.desk-content {
		display: flex;
		gap: 23px;
		flex-direction: column;
		align-items: center;
	}
}

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

	span.carousel-control-next-icon {
		margin-right: 18px !important;
		padding-right: 7px !important;
	}
	.footer-end {
		flex-direction: column;
	}
	.right-res p, .right-res a, .right-res span {
		text-align: center;	
	}
}



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


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

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

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

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

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

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

.news-events .card-img img {
	height: 270px;
	width: 100%;
}
/* .event-description {
    max-height: 3em; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
} */


/* home news & event */



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

.view-all-event a {
    color: var(--color-default);
    text-decoration: underline;
    float: left;
    left: 10px;
    margin-top: -0.5em;
}
.view-all-event a {
    color: #ffffff !important;
    text-decoration: none;
    background-color: #FF9F2A;
    border-radius: 10px;
    padding: 7px 63px
}

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

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

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

}

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

}

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

.news-events {
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-radius: 9px;
    background: #FFC248;
    margin-top: 28px;
}

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

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

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

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

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

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

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

/* home news & event */


.quick-inner-top {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 10px;

}


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

.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-dot.active {
    background-color: #febe20;
}

.square-flip{
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;

	-webkit-transform: perspective(1000px);
	-moz-transform: perspective(1000px);
	-ms-transform: perspective(1000px);
	transform: perspective(1000px);

	-webkit-transform-style: preserve-3d; 
	-moz-transform-style: preserve-3d; 
	-ms-transform-style: preserve-3d; 
	transform-style: preserve-3d; 

	/*border:1px solid #efefef;*/
	
	position:relative;
	float:left;
	margin:20px;

	}
	.square-flip{
		width:400px;
		height:400px;
	}
	.square,.square2{
		width:100%;
		height:100%;
	}
	.square{

		background-size: cover;
		background-position:center center;

		-ms-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
			transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
			-webkit-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
		overflow: hidden;

		position:absolute;
		top:0;


		-webkit-backface-visibility: hidden; 
		backface-visibility: hidden;
	}
	.square-flip .square{
		-webkit-transform: rotateY(0deg);
		-moz-transform: rotateY(0deg);
		-o-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		transform: rotateY(0deg);
		transform-style: preserve-3d;
		z-index:1;
	}
	.square-flip:hover .square{
		-webkit-transform: rotateY(-180deg);
		-moz-transform: rotateY(-180deg);
		-o-transform: rotateY(-180deg);
		-ms-transform: rotateY(-180deg);
		transform: rotateY(-180deg);
		transform-style: preserve-3d;
	}


	.square2{

		background-size: cover;
		background-position:center center;

		-ms-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
			transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
			-webkit-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
		overflow: hidden;

		position:absolute;
		top:0;

		-webkit-backface-visibility: hidden; 
		backface-visibility: hidden;
	}
	.square-flip .square2{
		-webkit-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
		-o-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		transform: rotateY(180deg);
		transform-style: preserve-3d;
		z-index:1;
	}
	.square-flip:hover .square2{
		-webkit-transform: rotateY(0deg);
		-moz-transform: rotateY(0deg);
		-o-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		transform: rotateY(0deg);
		transform-style: preserve-3d;
	}

	/*Square content*/
	.square-container{
		
		text-align:center;
		position:relative;
		top:50%;

		-ms-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
			transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
			-webkit-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);

	
		-webkit-transform: translateY(-50%) translateX(0px)  scale(1);
		-ms-transform: translateY(-50%) translateX(0px)  scale(1);
transform: translateY(-50%) translateX(0px)  scale(1);
		transform-style: preserve-3d;
		z-index:2;
	}
	.square-flip:hover .square-container{
		
		-webkit-transform: translateY(-50%) translateX(-650px)  scale(.88);
		-ms-transform: translateY(-50%) translateX(-650px)  scale(.88);
  transform: translateY(-50%) translateX(-650px)  scale(.88);
		transform-style: preserve-3d;

	}

	.square-container2{
		
		text-align:center;
		position:relative;
		top:50%;

		-ms-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
			transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
			-webkit-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);

		
		-webkit-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
		-ms-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
  transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);

		transform-style: preserve-3d;
		z-index:2;
	}
	.square-flip:hover .square-container2{
		
		-webkit-transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
		-ms-transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
		transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
  transform-style: preserve-3d;
	}



	/*Style text*/
	.square-flip h2{
		color:white;
		font-family: "Open Sans";
		font-weight:700;
		font-size:22px;
	}
	.square-flip h3{
		color:white;
		font-family: "Open Sans";
		font-weight:500;
		font-size:16px;
		line-height:26px;
	}
	/*Elements*/
	.flip-overlay{
		display:block;
		background:rgba(0,0,0,0.5);
		width:100%;
		height:100%;
		position:absolute;
		top:0;
	}
	.align-center{
		margin:0 auto;
	}
	.kallyas-button{
		display:block;
		width:160px;
		padding:18px 30px;
		font-family:"Open Sans";
		font-weight:600;
		color:#fff;
		background:#FF2024;
		margin:0 auto;
		border-radius:2px;
		text-decoration:none;

		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffa067+0,ff2959+49,ff2024+100 */
		background: #ffa067; /* Old browsers */
		background: -moz-linear-gradient(-45deg,  #ffa067 0%, #ff2959 49%, #ff2024 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(-45deg,  #ffa067 0%,#ff2959 49%,#ff2024 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(135deg,  #ffa067 0%,#ff2959 49%,#ff2024 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa067', endColorstr='#ff2024',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}


	/*ADD SHADOWS OPTIONAL*/
	.square-flip .square .boxshadow, .square-flip .square .textshadow, .square-flip .square2 .boxshadow, .square-flip .square2 .textshadow{
		-ms-transition: 0.60s;
			transition: 0.60s;
			-webkit-transition: 0.60s;
	}

	.square-flip .square .boxshadow{
		-webkit-box-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
		-moz-box-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
		box-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
	}
	.square-flip .square .textshadow{
		-webkit-text-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
		-moz-text-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
		text-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
	}
	.square-flip:hover .square .boxshadow, .square-flip:hover .square .textshadow{
		-webkit-box-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
		-moz-box-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
		box-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
	}


	.square-flip .square2 .boxshadow{
		-webkit-box-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
		-moz-box-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
		box-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
	}
	.square-flip .square2 .textshadow{
		-webkit-text-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
		-moz-text-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
		text-shadow: 240px 42px 58px -8px rgba(0,0,0,0.0);
	}
	.square-flip:hover .square2 .boxshadow, .square-flip:hover .square2 .textshadow{
		-webkit-box-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
		-moz-box-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
		box-shadow: 24px 42px 58px -8px rgba(0,0,0,0.3);
	}

	
	/*You can delete this style*/
	/* .centerflipcards{
  display:block;
		width:1330px;
  height:440px;
		text-align:center;
		margin:0 auto;
		margin-top:25px;
					margin-left: -21px;
	}
.clearfix{clear:both;}
.centerflipcards p{
  font-family:"Open Sans";
  font-size:13px;
  margin-top:10px;
  font-weight:700;
}

.boxshadow {
height: 100%;
width: 100%;

}

.nav-link {
display: block;
padding: .5rem 1rem;
color: #000;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
color: #fff;
background-color: #202875;
}
.gallery-image {
padding: 20px;
display: flex;
flex-wrap: wrap;
justify-content: start;
}
.photo-box {
border: 10px solid #fff;
box-shadow: 0px 0px 6px 0px #22222273;
box-sizing: content-box;
margin: 10px;
height: 250px;
width: 350px;
overflow: hidden;
display: inline-block;
color: white;
position: relative;
background-color: white;
}
.gallery-image img {
height: 250px;
width: 350px;
transform: scale(1);
transition: transform 0.4s ease;
}
.transparent-box {
height: 250px;
width: 350px;
background-color: rgba(0, 0, 0, 0);
position: absolute;
top: 0;
left: 0;
transition: background-color 0.3s ease;
}
.photo-box {
border: 10px solid #fff;
box-shadow: 0px 0px 6px 0px #22222273;
box-sizing: content-box;
margin: 10px;
height: 250px;
width: 350px;
overflow: hidden;
display: inline-block;
color: white;
position: relative;
background-color: white;
}
.caption {
position: absolute;
bottom: 5px;
left: 20px;
opacity: 0;
transition: transform 0.3s ease, opacity 0.3s ease;
}
.about-page .about-info p {
margin-bottom: 0px !important;
}
.caption p {
color: #f1f1f1;
}
.photo-box:hover .transparent-box {
background-color: rgba(0, 0, 0, 0.5);
}
.list-items-pdf {
list-style: none;
padding: 0 0 0 21px;
}
.list-items-pdf li {
margin-bottom: 8px;
border-bottom: 1px solid #ddd;
padding-bottom: 10px;
}
.list-items-pdf a {
text-decoration: underline;
}
.list-items-pdf a:hover {
text-decoration: none;
}
.list-items-pdf a::before {
content: "\f1c1";
font-family: 'Font Awesome 5 Free';
color: #a82427;
width: 23px !important;
display: inline-block;
font-size: 19px;
}
.photo-box:hover {
cursor: pointer;
}
.photo-box:hover img {
transform: scale(1.1);
}
.photo-box:hover .transparent-box {
background-color: rgba(0, 0, 0, 0.5);
}
.photo-box:hover .caption {
transform: translateY(-20px);
opacity: 1;
}
.vision-mission {
position: relative;
}

.about-page .about-info p {
margin-bottom: 0px !important;
}
.clg-img img {
    margin-top: -9px;
}
.pillars-of-support-inner {
border-bottom: 1px dashed #003294;
}
.pillars-of-support-img {
width: 95%;
position: relative;
border: 10px solid #fff;
box-shadow: 0px 0px 6px 0px #22222273;
}
.img-box {
position: relative;
}
.img-box::before {
top: -20px;
left: -20px;
content: "";
position: absolute;
width: 113px;
height: 133px;
background: #003294;
}
.title-inner .sub-text {
color: black;
font-weight: 600;
}

.description {
text-align: justify;
font-weight: 500;
color: #282829;
}
h2 {
font-family: El Messiri !important;
}


.title-inner .sub-text {
color: black;
font-weight: 600;
font-size: 20px;
}
h5.title {
font-size: 35px;
}
.title-inner.pb-3 {
float: right;
padding-top: 60px;
}
h1.highlighter-header.text-center {
font-size: 36px;
color: #31285f;
}
.highlighter-header {
font-family: "Playfair Display", serif;
font-size: 26px;
font-weight: bold;
margin-bottom: -17px;
padding-bottom: 7px;
padding-top: 25px;
position: relative;
color: #d9321f;
}

.thumbnail {
display: block;
padding: 8px 10px;
margin-bottom: 20px;
border: 1px solid #ddd;
border-radius: 10px;
height: 93%;
text-align: center;
}
.thumbnail img {
width: 140px !important;
height: 150px !important;
}
.about-page .about-info p {
margin-bottom: 0px;
}
.thumbnail p {
color: black;
font-size: 15px !important;
} */

/* Vision & Mission */

.vision-mission {
    position: relative;
}
.vision h1 {
    font-family: "Playfair Display", serif;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 32px;
    padding-bottom: 9px;
    position: relative;
    color: #d9321f;
}
.vision h1::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: var(--color-primary);
    bottom: 0;
    left: 0;
}
.vision p::before {
    color: #003294;
    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: absolute;
    left: -9px;
}
.vision p {
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 0px !important;
    padding: 0 0 20px 20px;
    margin-top: -2px;
    position: relative;
}

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

.pillars-of-support-inner {
    border-bottom: 1px dashed #003294;
}
.pillars-of-support-img {
    width: 95%;
    position: relative;
    border: 10px solid #fff;
    box-shadow: 0px 0px 6px 0px #22222273;
}
.img-box {
    position: relative;
}
.img-box::before {
    top: -17px;
    left: -19px;
    content: "";
    position: absolute;
    width: 125px;
    height: 127px;
    background: #003294;
}
.title-inner .sub-text {
    color: black;
    font-weight: 600;
}

.description {
    text-align: justify;
    font-weight: 500;
    color: #282829;
}
h2 {
    font-family: El Messiri !important;
}


.title-inner .sub-text {
    color: black;
    font-weight: 600;
    font-size: 20px;
}
h5.title {
    font-size: 28px;
}
.title-inner.pb-3 {
    float: right;
    padding-top: 60px;
}
h1.highlighter-header.text-center {
    font-size: 36px;
    color: #31285f;
}
.highlighter-header {
    font-family: "Playfair Display", serif;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: -6px;
    padding-bottom: 21px;
    padding-top: 15px;
    position: relative;
    color:#110069;
}

.thumbnail {
    display: block;
    padding: 8px 10px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    height: 93%;
    text-align: center;
}
.thumbnail img {
    width: 140px !important;
    height: 150px !important;
}
.about-page .about-info p {
    margin-bottom: 0px;
}
.thumbnail p {
    color: black;
    font-size: 15px !important;
}
img.img-fluid.w-100 {
    border: 10px solid #f2f2f2;
}

.card-holder-faculty {
    height: 375px;
    border: 5px solid #e9e9e9;
    background: #f1f1f1;
    text-align: center;
    padding: 12px;
    margin-bottom: 22px;
    /* overflow: scroll; */
}

.image-container {
    position: relative;
    overflow: hidden;
}

.image-container img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.image-container:hover img {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.view-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(25 26 25);
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.3s ease;
    text-decoration: none;
}

.image-container:hover .view-button {
    opacity: 1;
}

.mb-4 {
    margin-bottom: 30px !important;
}

/* General styles */
.header-logo {
    max-width: 150px; /* Adjust as needed */
    height: auto;
}

/* Centering and spacing for the title-lines */
.title-lines {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Mobile responsiveness */
@media (max-width: 767px) {
    .title-lines {
        flex-direction: column;
    }
}

/* Tablet and above (md and lg) */
@media (min-width: 768px) {
    .title-lines {
		flex-direction: row;
		align-items: center;
		padding-bottom: 35px;
	}
	/* .head-line1 {
		padding-left: 90px;
	} */
    .header-logo {
        max-width: 120px; /* Adjust as needed for medium and larger screens */
    }
    
    .title-lines .col-md-4 {
        margin-right: 20px; /* Adjust margin as needed */
    }
}



@media (max-width: 767px) {
    .segment-item {
        text-align: center;
    }

    .quick-link-icon {
        max-width: 80px; /* Adjust as needed for smaller screens */
    }
}

@media (max-width: 991px) {
    .ql-section {
		flex-direction: column;
	}}

	.college-info-up{
		--bs-gutter-x: 0px !important;
	}
	.a-main {
		--bs-gutter-x: 0px !important;
	}
ul#menuItemOl_288 {
    left: -100%;
}
ul#menuItemOl_274 {
    left: -100%;
}
ul#menuItemOl_275 {
    left: -100%;
}
ul#menuItemOl_283 {
    left: -100%;
}

