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

/* Colors */
:root {
	--color-primary: #110069;
	--color-secondary: #F9CE69;
	--color-heading: #fff;
	--color-default: #000000;
}

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

body {
	/*background: #F3FAFD;*/
	color: var(--color-primary);
	line-height: 1.5rem;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	color: #69359C;
	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;
}

#btnAdmission a {
	display: block;
	border-radius: 10px 12px 0px 10px;
	background-color: #3f4797 !important;
	padding: 8px;
	width: 159px;
	height: 221px;
	text-align: center;
	color: var(--color-heading);
	font-family: Arial, sans-serif;
	font-size: 14px !important;
	font-weight: 600;
}

#accessibilityBar button#universalAccessBtn {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1;
	color: #fff;
	background-color: #3f4797 !important;
	width: 2.5rem;
	height: 2.5rem;
	padding: 0;
	border-radius: 50%;
	border: none;
	position: fixed;
	top: 24px;
	transform: translate(-110%, -50%);
	cursor: pointer;
}

#accessibilityBar button.setAccessibility strong {
	color: #fff;
	background-color: #006B3C;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: .2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: .25rem;
}

#accessibilityBar button.setAccessibility strong {
	color: #fff;
	background-color: #006B3C !important;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: .2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: .25rem;
}

/* Enquiry form  */
.modal-enquiryForm .btn-primary[type="submit"] {
    width: 100%;
    padding: 10px 24px;
    background: #e3bb60;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-family: Poppins;
    font-size: 18px;
}
.form-group label {
    font-family: "Quicksand";
    font-size: 16px !important;
}
.account-form .container label {
	font-family: "Quicksand";
	font-size: 16px !important;
}
/* Home Page Headings */

.homePage-sectionHeading {
    font-family: Questrial;
    color: #fff;
    font-size: 24px;
    font-weight: 400 !important;
    line-height: normal;
}

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

.page-back-blue {
	background-color: transparent !important;
}

/* Home Page Headings End */

/* header */
/* ------- top menu ---------------- */
.web-cust-menu {
    background-color: #3F4797 !important;
}

div#gfg {
    background-color: #3F4797;
}
.web-cust-menu .active {
	background-color: var(--color-primary);
}

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

.topbar-menu .navbar-nav a {
    color: #4741a6 !important;
    margin: 0px;
    padding: 8px 10px;
    font-family: Blinker !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

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

ul.navbar-nav.second-menu.myCustomTopLeftMenu ul li a {
	color: #fff !important;
	font-family: Blinker;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}



.topbar-menu {
    z-index: 1021;
    top: 6.3px;
    position: relative;
    /* background: #9BBBFC; */
    background: linear-gradient(300deg, #fff 92%, rgba(45, 45, 45, 0.00) 92%);
    padding: 7px 37px !important;
    margin-top: 17px;
}

/* .topbar-menu::before {
    clip-path: polygon(12% -96%, 100% -5%, 104% 100%, 0% 100%);
    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: #3f4797;
    height: 48px;
    width: 36px;
    top: 0;
} */

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

@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 */
.container.px-0.py-2.site-header {
	display: inline-block;
	background-color: #1B4821;
}

.initial-title {
    color: #EAFB97;
    font-family: Quicksand;
    font-size: 16px;
    /* font-style: italic; */
    font-weight: 400;
    line-height: 120.4%;
    letter-spacing: 0.64px;
    position: relative;
    top: 10px;
    left: -31px;
}

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

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

.college-info-up {
    position: relative;
    top: -13px;
    --bs-gutter-x: 0px !important;
}

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

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

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

.responsive-logo {
	display: none;
}

.header-college-name {
    margin: 0;
    font-family: "Questrial", sans-serif;
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
    text-transform: uppercase;
}

.header-college1 {
    margin: 0;
    color: #F9CE69;
    font-family: Quicksand;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    letter-spacing: 1.92px;
}

.header-college2 {
    color: #FFFFFF;
	font-family: Quicksand;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    letter-spacing: 1.92px;
}

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

.bg-header {
    /* background-image: url(../img/bg-header1.png); */
    /* background-repeat: no-repeat; */
    margin-bottom: -25px;
    padding: 0;
    background: #178D69;
}

img.header-logo {
	position: relative;
	z-index: 2;
    /*width: 107%;*/
}
.logo-image{
    margin-bottom: -31px;
}
.header-row {
	margin-top: -47px;
}

.title-lines {
    display: flex;
    gap: 23px;
    padding-top: 25px;
}

.title-lines > div{
    /*margin-bottom: 30px;*/
}

.orange-bg-text {
    /*padding-right: 175px;*/
    background: linear-gradient(122deg, #FFF 96%, rgb(255 255 255 / 0%) 96%);
    margin-top: 25px;
}

.head-line {
    color: #3F4797;
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    line-height: 15.279px;
    /* position: relative; */
    right: -24.8%;
    /* width: 100%; */
    font-weight: 600;
    /* left: 25%; */
    padding-left: 248px !important;
    padding-right: 50px !important;
}


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

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

.web-cust-menu .active {
    background-color: #ffffff;
}

.main-menu .navbar-nav .nav-item a {
    color: #ffffff;
    -webkit-text-stroke-color: #FFF;
    font-family: Blinker;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding: 10px;
}

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

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

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
	font-weight: 600;
	color: #4741A6!important;
}

.main-menu .dropdown-item {
	background-color: #6E7175 !important;
	padding: 10px 9px;
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .nav-link.active {
	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 li :hover {
    background-color: #fff;
}

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

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

.menu-alignment {
	display: contents;
}

/* Marque */
section.container-fluid {
    background: #fff;
}
.importantNews-section {
    /*border-bottom: 1px solid #C4C4C4;*/
}
.slider-sec{
    background-color: #fff;
}

a.hor-marquee-a {
    padding-right: 68px;
    /* border-spacing: 39px; */
    color: #495B9B;
    font-family: Quicksand;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


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

.menu-border {
    border-top: 6px solid #178d69;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    background-color: #3f4797;
    width: 270px;
}

/* Home slider start */

.carousel-inner {
	/* background: url(<path-to-image>) lightgray 50% / cover no-repeat; */
	border-radius: 14px;
	position: relative;
	width: 100%;
	overflow: hidden;
}

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

.banner-slider img {
	/* background: var(--color-primary); */
	border-radius: 20px;
	height: 550px;
	object-fit: cover !important;
	margin-bottom: 28px;
}

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

.slider-sec {
	position: relative;
}

.img-particle {
	overflow: hidden;
	position: absolute;
	height: 293px;
	z-index: -1;
	bottom: -150px;
	display: none;
}

/*  Home slider end */

/* Principle-desk */
.principle-desk h3 {
	color: #000;
	font-family: Inter;
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.p-desk-p p {
	color: #000;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}



.principle-desk {

	text-align: center;
}

.p-read-more a {
    color: #ffffff;
	float: right;
}

.p-read-more a:hover {
	cursor: pointer;
	color: #ffffff;
}
.p-read-more-president a {
        color: #ffffff;
	float: left;
}

.p-read-more-president a:hover {
	cursor: pointer;
	color: #ffffff;
}

.p-read-more-vission {
	font-family: "Poppins", sans-serif;
	font-size: 12px;
}

/* president desk */
.about-title2{
	align-items: end;
}

/* news marquee start */
.news-date.ng-binding {
	color: #69359C;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}

.news-and-event {
	position: relative;
}

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

.news-circular {
    /* border: 0.5px solid #C4C4C4; */
    border-radius: 0px 0px 10px 10px;
    background: #ffffff;
    /*padding: 20px;*/
    height: 382px;
}

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

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

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

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

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

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

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

.holder ul li span {
	color: black;
	font-size: 15px;
}

.view-all {
	margin: 0;
	padding: 20px 0px;
	border-radius: 0px 0px 10px 10px;
	/* border: 0.5px solid #C4C4C4; */
	background: #EEF8FB;
	text-align: center;
	position: relative;
	bottom: 60px;
}

.view-all-1 {
	margin: 0;
	padding: 20px 0px;
	border-radius: 0px 0px 10px 10px;
	background: #EEF8FB;
	/* border: 0.5px solid #C4C4C4; */
	text-align: center;
	position: relative;
	bottom: 7px;
}


/* Events & Programs */

.holder-2 {
    height: 330px !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 {
	color: #222 !important;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	padding-bottom: 4px;
	text-decoration: none;
	overflow: hidden;

}

.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 {
	color: #000;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	text-transform: uppercase;
}

.view-all-1 a {
	color: #000;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	text-transform: uppercase;
}

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

.vector-r {
	z-index: -1;
	bottom: 0;
	position: absolute;
	left: 82%;
	top: 93%;
}


/* marquee end- */

/* Motto,Vision,Mission */
.mvm-sec {
	position: relative;
	display: flex;
}

.main-3 {
	display: flex;
	flex-direction: column;
	gap: 21px;
}

.motto {
	gap: 18px;
	padding: 18px;
	display: flex;
	border-radius: 10px;
	background: #edecf6;
	box-shadow: 4px 4px 10px 1px rgba(0, 0, 0, 0.15);
}

.motto-title {
	color: #222;
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-weight: 500;
	line-height: 140.9%;
}

.motto-title h1 {
    color: #17928b;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.motto-title p {
	font-size: 11px;
}

.motto-title a {
    font-size: 11px;
    color: #3f4797;
}


/* .motto-title p{
	font-size: 11px;
} */

.motto-img {
	align-content: center;
}

/* About Society */
.academic-excellence {
	position: relative;
}

.about {
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Questrial;
	font-size: 35px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}



.s-about {
    color: #178D69;
}

.s-society {
    color: #178D69;
}

.ab-head {
    color: #000;
    font-family: 'Questrial';
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.ab-subhead {
	color: #000;
	font-family: Questrial;
	font-size: 23px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.about-desc {
	width: 100%;
}

.about-read-more {
	position: relative;
	bottom: 21px;
	width: 16%;
	left: 82%;
	text-align: center;
	padding: 10px 24px;
	border-radius: 5px;
	background: linear-gradient(93deg, #FB9D21 -12.77%, #E76310 110.55%);
}

.about-read-more a {
	color: #FFF;
	text-align: center;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 108%;
}

.p-desk{
	color: #1C1C1C;
	text-align: center;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.p-desk-con {
    color: #1C1C1C;
    font-family: 'Quicksand';
    padding-top: 20px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150.6%;
}

/* Awards */
.awards {
	/*background: #F3FAFD;*/
}

.award-img {
	display: flex;
	justify-content: space-between;
	/* flex-wrap: wrap; */
	row-gap: 15px;
}
.award-img img {
	width: 18% !important;
}

/* Academic Excellence */
.main-student h1 {
	width: 65%;
	margin-bottom: 30px;
}

.img1 {
	display: flex;
}

.ace-back {
	top: 90px;
	left: -68px;
	padding: 30px;
	position: relative;
	background: #FFF;
	box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.15);
	border-radius: 25px;
	z-index: 1;
	width: 170.754px !important;
	height: 123.251px;
}

.ace-back p {
	color: #222;
	text-align: center;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 107.912%;
}

.ace-back h1 {
    color: #4741A6;
    text-align: center;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 107.912%;
}

.ace {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.ace-count {
	text-align: center;
	padding: 30px;
	position: relative;
	background: #FFF;
	box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.15);
	border-radius: 25px;
	z-index: 1;
	width: 170.754px !important;
	height: 123.251px;
}

.ace-back1 {
    color: #322E76;
    text-align: center;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 107.912%;
}

.ace-back2 {
	color: #322E76;
	text-align: center;
	font-family: Poppins;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 107.912%;
	/* 34.532px */

}

.ace-back3 {
    color: #322E76;
    text-align: center;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 107.912%;
}

.ace-back4 {
    color: #322E76;
    text-align: center;
    font-family: Poppins;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 107.912%;
}

.ace-p {
	color: #152232;
	text-align: center;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 107.912%;
	/* 21.582px */
}


.read-more {
    cursor: pointer !important;
    position: relative;
    top: 25px;
    text-align: center;
    padding: 10px 24px;
    width: 170px;
    border-radius: 5px;
    /* background: linear-gradient(93deg, #3F4797 -12.77%, #178D69 110.55%); */
    background: #E3BB60;
}
.academic-desc p {
    color: #1c1c1c;
    font-family: "Quicksand";
    padding-top: 5px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.read-more a {
	/* cursor: pointer; */
	color: #FFF;
	text-align: center;
	font-family: Questrial;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 108.412%;
}

.vector-m {
	position: absolute;
	bottom: 385px;
	z-index: -1;
	display: none;
}

/* Program Offered */
.program-offered {
	/*background: #F3FAFD;*/
}

.program-off {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.b-pharm {
	width: 570px;
	height: 149px;
	position: relative;
	border-radius: 5px;
	border: 0.5px solid #8EC9D1;
	background-image: url("../img/back2.png");
	box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.m-pharm {
	width: 570px;
	height: 149px;
	position: relative;
	border-radius: 5px;
	border: 0.5px solid #8EC9D1;
	background-image: url("../img/back1.png");
	box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.b-pharm-btn {
    display: flex;
    width: 72px;
    padding: 13px 24px 11px 25px;
    justify-content: center;
    align-items: center;
    border-radius: 0px 0px 5px 0px;
    background: #E3BB60;
    top: 101px;
    left: 87.5%;
    position: absolute;
}

.ph {
	color: #fff;
	font-family: Poppins;
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.pp {
    color: #fff;
    font-family: 'Quicksand';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

/* home page quick links */

section.quick-links img {
    width: 60px;
}

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

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

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

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

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

.Vector-Rb {
    left: 85.8%;
    bottom: 72%;
    z-index: 1;
    position: absolute;
    top: 79%;
    overflow: hidden;
display:none;
}

/* home page quick links */
.vector-r {
	z-index: -1;
	bottom: 0;
	position: absolute;
	left: 86.5%;
	top: 75%;
	display: none;
}

.quick-links {
    position: relative;
    /*background: #F3FAFD;*/
}

.q-title {
	text-align: center;
	margin-bottom: 20px;
}
.q-title2 {
    text-align: end;
    padding-right: 40px;
}

.s-link {
	display: flex;
	justify-content: space-around;
}

.admission {
    display: flex;
    justify-content: start;
    gap: 20px;
    align-items: center;
    text-align: center;
    width: 276px;
    height: 97px;
    border-radius: 9px;
    border: 1px solid #3F4797;
    /*background: #F3FAFD;*/
    z-index: 2;
    padding-left: 18px;
}

.admission.ad-img:hover {
	fill: white !important;
	background: #3F4797;
}

.ad-img i {
	height: 25px;
	width: 25px;
}

.admission a {
	color: #3F4797;
	font-family: "Rubik", sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
}

/* .admission a :hover{
    color: #ffffff;
    font-family: Rubik;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
} */

/*  Departments Home Dept */

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

/* Photo Gallery */
.photo-gallery {
	position: relative;
	/*background: #F3FAFD;*/

}

.ph-text p {
	color: #606060;
	font-family: Quicksand;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	text-transform: capitalize;
}

.ph-2 {
	display: flex;
	justify-content: space-evenly;
	/*flex-wrap: wrap;*/
}
.ph-2 img {
    width: 100%;
}

.py-con {
	background: #fff;
}

/*  Company */
/* .comp-border {
	border-bottom: 20px solid #F5F5F5;
	border-top: 20px solid #F5F5F5;
} */

.company {
	position: relative;
	/*background: #F3FAFD;*/
}

/* alumini speaks start */
.vector-lb {
    position: absolute;
    bottom: 14.6%;
    z-index: 1;
    overflow: hidden;
}

.alumini-content {
	display: inline-flex;
	padding: 29px 48px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 19px;
}

.alumini-i-n {
	border-radius: 59px;
	border: 0.5px solid #C4C4C4;
	background: #FFF;
	padding: 6px 21px 6px 7px;
	align-items: center;
	display: flex;
	gap: 24px;
}

.alumini-speakes {
    /* background: linear-gradient(180deg, #F3FAFD 0%, rgba(255, 255, 255, 0.71) 80.83%, #b4b2b2 118.13%); */
	/*background:  #F3FAFD;*/
}

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


/* #carousel-alumini .owl-stage-outer{
	padding: 20px 0px;
} */



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

.alumini-box {
	box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
	border-radius: 26px;
	margin: 15px;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	border-radius: 26px;
	border: 0.5px solid #C4C4C4;
	background: #FFF;
	/* box-shadow: 10px 51px 94px 0px rgba(0, 0, 0, 0.11), 10px 20.718px 33.619px 0px rgba(0, 0, 0, 0.07), 0px 11.89px 16.44px 0px rgba(0, 0, 0, 0.05), 0px 6.994px 8.206px 0px rgba(0, 0, 0, 0.04), 0px 3.307px 3.318px 0px rgba(0, 0, 0, 0.02); */
}

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

.a-name {
	margin: 0;
	color: #000000;
	font-family: Roboto;
	font-size: 18px;
	font-weight: 400;
	line-height: 28.8px;
	text-align: left;
}

.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 speaks end */

/* Contact */
.contactInfo-right p {
	margin-bottom: 0;
}

/* ------Footer section start--------- */
/* .imp-links {
    border: 2px solid;
    border-radius: 22.5px;
    background: #00234F;
    padding: 38.25px 166.5px 0px 30.5px;
    display: inline-flex;
} */

.imp-h2 {
    color: #3F4797!important;
    font-size: 15px;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 128.182%;
    text-transform: capitalize;
    font-family: Questrial;
}

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

.contacts-place {
	display: flex;
	align-items: baseline;
}

.contacts-place i {
    padding-right: 12px !important;
    color: #3F4797 !important;
    padding-top: 9px;
}


.f-li li {
	position: relative;
	left: -30px;
	color: #3F4797 !important;
	list-style: none;
	display: flex;
}

.f-li li::before {
	position: relative;
	content: "\f105" !important;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 17px;
	bottom: -5px;
	margin-bottom: 0px;
}

.f-para {
	/* color: #E2E8F0 !important; */
	color: #E2E8F0;
	font-family: Poppins;
	font-size: 14px !important;
	font-style: normal !important;
	font-weight: 400;
	line-height: 149.61%;
	text-transform: capitalize;
}

.f-time {
	float: left !important;
	padding-left: 42px;
}

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

.bred-pos {
	margin-top: -170px;
	margin-bottom: 35px;
}

.footer-section {
    background-color: #FFF;
}

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

.right-res p,
.right-res a,
.right-res span {
	color: white;
	font-style: normal;
	font-size: 18px !important;
	font-weight: 500;
}

.footer-section p,
.footer-section a,
.footer-section span {
	color: #3F4797 !important;
	font-style: normal;
	font-size: 15px;
}

.right-res p a {
	text-decoration: underline !important;
	color: var(--Blue-Gray-200, #E2E8F0);
	font-family: Roboto;
	font-size: 14px !important;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.tag-line p {
	color: var(--Blue-Gray-200, #E2E8F0);
	font-family: Questrial;
	font-size: 14px !important;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

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

.footer-section .imp-links a, .footer .btn.btn-link {
    color: #3F4797 !important;
    font-family: "Open Sans";
    font-size: 13.5px;
    font-style: normal;
    font-weight: 600;
    line-height: 200%;
    text-transform: capitalize;
}


.imp-foot {
    gap: 21px;
    /* border: 2px solid; */
    border-radius: 22.5px;
    background: #fff;
    padding: 38.25px 34.5px 0px 30.5px;
    display: inline-flex;
}

.social-icon a {
	color: #ffffff;
}

.footer-section h2,
.footer-section h3 {
	font-style: normal;
	font-weight: 700 !important;
	color: white;
}



.email {
	text-decoration: none;
}

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

.website-counter {
	font-size: 28px !important;
	color: var(--color-default);
}

#visitor_counter {
	display: flex;
	justify-content: left;
	padding-left: 0;
}

#visitor_counter li {
	background-color: transparent !important;
	list-style: none;
	padding: 0% 1% !important;
	margin-left: 1%;
	color: #fff;
	font-size: 20px;
}

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

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

.right-res hr {
    position: relative;
    left: 7%;
    width: 85%;
    background: #BBBABA;
}

.tag-line {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.f-address p {
    font-family: 'Questrial';
    line-height: 24px;
}
/* Footer section end */

/* breadcrumb */

.bred-img {
	background-image: url("../img/bread-i.jpg");
	opacity: 0.9;
	height: 180px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	/* background-color: var(--color-primary) !important; */
}

.bred-head {
	text-align: center;
	padding-top: 50px;
	margin-bottom: 0px;
	color: #69359C !important;
	font-size: 40px;
}

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

.breadcrumb li a,
.breadcrumb-item+.breadcrumb-item::before {
	color: #69359C;
}

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

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

.breadcrumb-item.active {
	color: #69359C;
}

/* -End breadcrumb- */

/* -Inner Page Style- */

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

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

.page-headings {
	font-family: Montserrat;
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	color: #69359C;
	/* border-bottom: 3px solid #bbbbbb; */
	margin-bottom: 20px !important;
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight: 600 !important;
}

.page-headings::after {
	content: "" !important;
	display: block;
	width: 10%;
	height: 4px;
	background: #FFA800;
	margin-top: 3px;
	left: calc(50% - 25px);
}


.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: url(../img/back-blur.jpg);
	opacity: 0.9;
	/* height: 120px; */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;

}

/* 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 {
	background-color: transparent;
	/* 	border: 1px solid rgba(0, 0, 0, 0.125); */
}

.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.table {
    background: #fff;
}
table.table tbody tr td a {
    text-decoration: underline;
}
table.table.table-responsive.table-bordered {
    background: #fff;
}
.table th, table th {
    padding: 0.5rem 0.5rem;
    background: #110069;
    border-color: #d9d9d9;
    box-shadow: inset 0 4px 3px -2px rgb(0 0 0 / 4%);
    text-align: center;
    font-weight: 700 !important;
    color: #fff;
}

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

	.clg-img.about-img {
		width: 100% !important;
	}
}

.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::after {
	content: "" !important;
	display: block;
	width: 15%;
	background: #FFA800;
	margin-top: 3px;
	left: calc(50% - 25px);
	padding-bottom: 4px;
	font-family: var(--font-primary);
	font-weight: 500;
	font-style: normal;
}

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

.vtabs .tabsName-holder {

	padding-left: 0;
	padding-right: 0;
	box-shadow: inset -11px 0px 8px -11px rgba(112, 108, 112, 1) !important;
}

.vtabs .nav-tabs .nav-link {
	margin-right: 10px;
	padding: 10px;
	margin-bottom: 5px;
	border-left: 5px solid #006b3c;
	border-radius: 6px;
	background: rgba(238, 238, 238, 0.76);
	color: #000;
	font-family: Poppins !important;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 600;
}

.left-tabs.nav-tabs {
	padding: 10px;
	border-right: 1px solid #dee2e6;
	border-bottom: none;
}

.vtabs .nav-tabs .nav-link.active {
	background-color: var(--color-secondary) !important;
	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;
	}
}

.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;
	background: #fff;
}

/* 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;
	color: var(--color-heading);
	font-weight: normal;
	text-transform: capitalize;
	transition: 0.3s;
} */
.footer .btn.btn-link {
    color: #3F4797!important;
    font-family: "Open Sans";
    font-size: 13.5px;
    font-style: normal;
    margin-bottom: 5px;
    padding: 0;
    text-align: left !important;
    display: block;
    font-weight: 600;
    line-height: 200%;
    transition: 0.3s;
    text-transform: capitalize;
}

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

.submit-btn {
	color: #FFF;
	text-align: center;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 108%;
}

.submit-btn {
    text-align: center !important;
    padding: 10px 24px;
    border-radius: 5px;
    background: #e3bb60;
}
.submit-btn:hover {
    color: #fff;
}
/* shubhamJ css start */

.home-prin-border {
    border-radius: 10px;
    width: 100%;
}

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

.about-info .page-insight {
	/* box-shadow: 2px 2px 4px #888888; */
	padding: 5px 10px 20px 10px;

	background-color: transparent !important;
}

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

.our-inspiration-img {
	width: 250px;
	height: 250px;
	border-radius: 15px;
}

.clg-img.about-img {
	float: right;
	margin-left: 25px;
	width: 570px;
	margin-left: 25px;
}

.clg-img img {
	border-radius: 14px;
	border: 0.5px solid #7F7F7F;
	box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

/* shubhamJ css end */



/* Start Media Queries */


/* Start Media Queries */

/* @media only screen and (min-width: 1800px) {
	.bg-header {
		background-size: cover !important;
		background-position: center !important;

	}

	.bg-header::before {
		height: 51%;

	}

	.topbar-menu::before {
		height: 49px;
		width: 36px;
		top: -3px;
	}

	.topbar-menu {
		top: 11px;

	}

	.head-line {
		left: 40.3%;
		width: 74%;
	}

	.vector-r {
		left: 89.2%;

	}

	.Vector-Rb {
		left: 88.5%;

	}
} */

/* @media only screen and (max-width: 1490px) {
	.menu-border {
		border-top: 0px solid #F5F5F5;
	}

	.topbar-menu {
		top: 14px;

	}

	.bg-header {

		margin-bottom: -28px;

	}

	.orange-bg-text {
		position: relative;
		bottom: 4px;
	}

	.head-line {
		left: 26.2%;

	}

	.topbar-menu::before {
		left: -1px;
		height: 51px;
		width: 38px;
		top: -1px;
	}

	.vector-r {
		left: 85.5%;

	}

	.Vector-Rb {
		left: 84.8%;
	}

} */

/* @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: 1050px) {
	.vector-r {
		display: none;

	}

	.Vector-Rb {
		display: none;
	}

	.imp-foot {
		padding: 40px 77px 0px 95.5px;
	}

	.read-more {
		top: 0px;

	}


	.head-line {
		left: 18.2%;
		width: 100% !important;
	}

	.topbar-menu {
		top: -5px;
	}


	.about-read-more {

		width: 21%;
		left: 78%;

	}


	.main-student h1 {
		width: 54%;
	}

	.owl-carousel-alumini .owl-nav>div {
		left: -257px !important;
	}


	.award-img {
		justify-content: space-evenly;
		row-gap: 20px;
	}

	
	.b-pharm {
		margin-bottom: 15px;
	}

	.admission {
		margin: 0 10px;
		padding: 0 10px;
		gap: 11px;

	}

	.vector-lb {
		display: none;

	}

	.f-address {
		align-items: center;
	}

	.footer-add {
		text-align: center;
	}


} */

/* @media only screen and (max-width: 992px) {
	.events-program-box {
		padding-right: 0px;
		border-right: none;

	}
	.initial-title {
		left: 60px;
	}

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


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

	
	.orange-bg-text {
		background: linear-gradient(122deg, #fff 96%, rgba(45, 45, 45, 0.00) 118%);
	}

	
	.about-img {
		text-align: center;
	}

	.about-title.pb-2 {
		text-align: center;
	}



	.n-event {
		width: 93%;
		position: relative;
		left: 16px;
	}


	.mvm-sec {
		margin-top: 30px;
	}




	.footer-add {
		text-align: center;
	}

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

	.vector-lb {
		display: none;

	}

	.read-more {
		top: -7px;
	}

	.about-main2.row.pt-3 {
		flex-direction: column-reverse;
	}
	.q-title2 {
		text-align: start;
		
	}
	.about-title2 {
		align-items: end;
		text-align: center !important;
	}
} */

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

	img.header-logo {
		left: 10px;
		bottom: 5px;
		margin-top: -55px;
	}

	.logo-holder,
	.title-holder {
		margin-bottom: 10px;
	}

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

	.header-college-name {
		text-align: center;
	}

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

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

	.orange-bg-text {
		position: relative;
		background: linear-gradient(122deg, #fff 96%, rgba(45, 45, 45, 0) 113%);
	}

	.head-line {
		width: 100%;
		text-align: center;
		left: 24.2%;
	}

	.n-event {
		width: 94%;
		position: relative;
		left: 15px;
	}

	.mvm-sec {
		margin-top: 23px;
	}

	.motto {
		width: 95%;
		left: 17px;
		position: relative;
	}

	.vector-r {
		left: 66.5%;
		opacity: 0.8;
		top: 95%;
	}

	.about-img.col-lg-3 {
		text-align: center;
	}

	.about-title.pb-2 {
		margin-top: 10px;
		text-align: center;
	}

	.award-img {
		justify-content: space-evenly;
		row-gap: 20px;
	}

	.main-student h1 {
		width: 61%;
	}

	.s-link {
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
		row-gap: 20px;
	}

	.Vector-Rb {
		left: 71.5%;
		top: 87%;
	}

	.read-more {
		top: -7px;
	}

	.photo-1 {
		position: relative;
		text-align: center;
		left: 20px;
	}

	.footer-add {
		text-align: center;
	}

	.contacts-place {
		justify-content: center;
	}
} */

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

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

	.about-read-more {
		bottom: 20px;
		width: 37%;
		left: 30%;
		top: 1px;
	}

	.program-off {
		gap: 20px;
	}

	.ph-gallery {
		display: block;
	}

	.Vector-Rb {
		left: 71.5%;
	}

	.img1 img {
		width: 100%;
		height: 102%;
	}

	.img2 {
		left: 27px;
		position: relative;
	}

	.img2 div img {
		width: 77%;
	}

	.ace-count {
		width: 123.754px !important;
		height: 89.251px;
		padding: 20px;
	}

	.ace-back {
		top: 15px;
		left: -35px;
		padding: 21px 17px;
		height: 99.251px;
	}

	.ace-back h1 {
		font-size: 24px;
	}

	.ace-back p {
		font-size: 16px;
	}

	.ace-p {
		font-size: 15px;
	}

	.ace-back1 {
		font-size: 24px;
		line-height: 88.912%;
	}

	.ace-back2 {
		font-size: 24px;
		line-height: 88.912%;
	}

	.ace-back3 {
		font-size: 24px;
		line-height: 88.912%;
	}

	.ace-back4 {
		font-size: 22px;
		line-height: 88.912%;
	}

	.vector-m {
		bottom: 397px;
	}
} */

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

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

	.main-3 {
		display: flex;
		flex-direction: column;
		gap: 21px;
		margin-top: 35px;
	}

	.about-society {
		text-align: center;
	}

	.vector-r {
		display: none;
	}

	.initial-title {
		font-size: 14px;
		top: 10px;
		left: 0px;
	}

	.title-lines {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.about {
		font-size: 25px;
	}
	.homePage-sectionHeading {
		font-size: 22px;
	}

	.header-college1 {
		font-size: 15px;
	}

	.header-college-name {
		font-size: 20px;
		line-height: 24px;
	}

	.orange-bg-text {
		padding-right: 148px;
		background: linear-gradient(122deg, #fff 96%, rgba(45, 45, 45, 0) 115%);
	}

	.head-line {
		text-align: center;
		width: 151% !important;
		left: 0;
	}

	img.header-logo {
		width: 100%;
		position: relative;
		top: 13px;
	}

	.news-and-event {
		margin-top: 30px;
	}

	.n-event {
		width: 90%;
		position: relative;
		left: 15px;
	}

	.img1 img {
		width: 100%;
		height: 100%;
	}

	.about-description {
		padding-top: 25px;
	}

	.award-img {
		row-gap: 30px;
		justify-content: center;
	}

	.ace-back {
		top: 435px;
		left: -247px;
		position: relative;
		padding: 26px 15px;
		height: 99.251px;
	}

	.img2 div img {
		width: 102%;
	}

	.img2 {
		left: 0px;
		position: relative;
	}

	.ace {
		display: flex;
		flex-direction: column;
		justify-content: space-evenly;
		flex-wrap: wrap;
		flex-direction: row;
		gap: 10px;
		align-items: center;
		position: relative;
		top: 36px;
	}

	.ace-back h1 {
		font-size: 22px;
	}

	.ace-back p {
		font-size: 14px;
	}

	.read-more {
		position: relative;
		left: 30%;
		margin-bottom: 15px;
		top: 1;
	}

	.Vector-Rb {
		width: 38%;
		left: 62.3%;
		z-index: 1;
		position: absolute;
		top: 92%;
		overflow: hidden;
	}

	.s-link {
		flex-wrap: wrap;
	}

	.vector-lb {
		bottom: 14.8%;
	}

	.footer-add {
		text-align: center;
	}

	.f-time {
		padding-left: 9px;
	}

	.tag-line {
		text-align: center;
		justify-content: center;
	}

	.q-title2 {
		text-align: center;
	}
	.about-title2 {
		text-align: center !important;
	}
	.p-read-more a {
		float: left;
	}
	.banner-slider img {
		height: 224px;
		object-fit: cover !important;
	}
	.ph-2 div img {
		width: 100%;
	}
} */

/* @media only screen and (max-width: 428px) {
	.imp-foot {

		display: block;
	}
	span.carousel-control-next-icon {
		margin-right: 33px !important;
		padding-right: 8px !important;
	}
	.top-line {
		padding-bottom: 0px;
	}

} */

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

	.banner-slider img {
		height: 224px;
		object-fit: cover !important;
	}


	.bg-header {
		background: #178d69;
	}

	.title-holder {
		text-align: center;
		display: inline-block;
		vertical-align: top;
		margin-bottom: 8px;
	}


	.img-particle {
		bottom: -192px;
		opacity: 0.7;
	}

	.slider-sec {
		padding-bottom: 0px !important;
	}





	.about-read-more {
		bottom: 20px;
		width: 43%;
		left: 27%;
		top: 1px;

	}


	.program-off {
		gap: 20px;
	}

	.b-pharm-btn {
		left: 82.4%;

	}

	.main-3 {
		display: flex;
		flex-direction: column;
		gap: 21px;
		margin-top: 0px;
	}

	.main-student h1 {
		width: 100%;

	}

	
	.program-offered {
		text-align: center;
	}


	.admission {
		margin-bottom: 15px;
	}



	.ph-gallery div img {
		width: 106%;
		position: relative;
		left: 4px;
	}

	.ace-count {
		margin: 3px 10px;
	}

	.ph-2 div img {
		width: 100%;
	}

	.photo-gallery {
		text-align: center;
	}


	.vector-lb {
		bottom: 14.5%;
	}

	.alumini-i-n {
		gap: 0px;
	}
	.web-cust-menu {
		background-color: #3f4797 !important;
	}
	.site-header {
		background-color: #3f4797 !important;
	}
	
} */

/* @media only screen and (max-width: 400px) {
	.b-pharm-btn {
		left: 80.3%;
	}


	.initial-title {

		font-size: 10px;
		font-weight: 500;
		line-height: 44.4%;
		position: relative;
		top: 12px;
		left: 0px !important;
	}

	img.header-logo {
		position: relative;
		width: 80%;
	}

	.header-college1 {
		font-size: 12px;
	}

	.header-college-name {

		font-size: 16px;
		line-height: 24px;
	}

	.head-line {

		font-size: 12px;
		line-height: 16.279px;
		text-align: center;
	}

	.orange-bg-text {
		padding-right: 0px !important;

		background: linear-gradient(122deg, #fff 96%, rgba(45, 45, 45, 0.00) 116%);
	}

	.head-line {
		left: 0 !important;
		width: 100% !important;
	}




	.p-desk {
		text-align: center;
		padding-left: 0;
	}


	.events-program-box.news-events {
		position: relative;
		bottom: 35px;
	}

	.n-event {
		width: 87%;
		left: 15px;
	}



	.ace-back {
		top: 398px;
		left: -236px;
	}

	.read-more {
		top: -1;
	}



	.contacts-place i {
		padding-right: 12px !important;
		color: #B7D3FF !important;
		padding-top: 6px;
	}

	.footer-section p,
	.footer-section a,
	.footer-section span {
		text-align: left !important;
	}
} */

.owl-carousel-alumini .owl-nav>div {
	left: -315px;
	margin: 10px;
	margin-top: -26px;
	position: relative !important;
	top: 50%;
	color: #cdcbcd;
}

.owl-carousel .owl-nav span {
	font-size: 17px !important;
	font-weight: 600;
	padding: 0px 9px;
	/* color: #969696; */
	/* border: 4px solid #969696; */
	border-radius: 99px;
	bottom: 33px;
	position: relative;

}

.admission:hover {
	background: #3F4797;
}

.admission:hover .ad-name a {
	color: #ffffff;
}

.admission:hover .ad-img img {
	filter: brightness(0) invert(1);
}

/*akanksha css*/
.list-items-pdf {
	list-style: none;
	padding: 0 0 0 21px;
}

.list-items-pdf a::before {
	content: "\f1c1";
	font-family: 'Font Awesome 5 Free';
	color: #a82427;
	width: 23px !important;
	display: inline-block;
	font-size: 19px;
}

.list-items-pdf li {
	margin-bottom: 8px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.staffback-background {
	background: #fff !important;
}

@media only screen and (min-width: 992px) {}


img.img-fluid.vision-img {
	border-radius: 10px;

}
.banner-slider ul.indicators {
    list-style-type: none;
}


@media only screen and (min-width: 768px) and (max-width: 1024px)  {

        .p-read-more-president a {
              float: right;
        }
}

/* Persistant Desk, Programs Offered & header css */

@media only screen and (min-width: 768px) and (max-width: 1024px)  {

    span.p-read-more-president {
        float: right;
     }

     .m-pharm {
        margin-bottom: 20px;
      }

      .row.college-info-up {
        margin-top: 10px;
    }

    .owl-carousel-alumini .owl-nav>div{
        top: 75px !important;
        left: 300px !important;
      }

}



@media only screen and (max-width: 500px) {
	.Vector-Rb {
		display: none !important;
	}
        .events-program-box {
           padding-right: 0px !important;
          /* border-right: 2px dashed #8b7ed2; */
        }
	.motto {
		padding: 1px !important;
	}
	.motto-title p {
		font-size: 10px !important;
	}
	.p-desk-con {
		font-size: 15px !important;
	}
	.about-description.col-lg-9.col-md-9 {
		padding-left: 79px !important;
	}
	.award-img img {
		height: 115px !important;
	}
	.ph-2 {
		flex-wrap: nowrap;
		padding-top: 41px !important;
	}
	.ph-2.pt-3 img {
		width: 100% !important;
	}
}
@media only screen and (max-width: 428px) {
	.Vector-Rb {
		display: none !important;
	}
	.motto {
		padding: 0px !important;
	}
	.motto-title p {
		font-size: 10px !important;
	}
	.p-desk-con {
		font-size: 15px !important;
	}
	.about-description.col-lg-9.col-md-9 {
		padding-left: 79px;
	}
	.award-img img {
		height: 115px !important;
	}
	.ph-2 {
		flex-wrap: nowrap;
		padding-top: 41px !important;
	}
	.ph-2.pt-3 img {
		width: 100% !important;
	}
}


/* calender */
.fc-bg table tbody {
    background: #fff;
}
.fc-row .fc-content-skeleton {
    position: relative;
    z-index: 4;
    padding-bottom: 10px;
    top: 35px;
    right: 76px;
}



/*end*/