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

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

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

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

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

body,
p,
div,
button,
span,
td,
th,
a {
	font-family: var(--font-secondary);
	font-size: 18px;
}

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

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

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

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

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

/* Home Page Headings */

.homePage-sectionHeading {
	color: var(--color-primary);
	font-family: var(--font-primary);
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}

.homePage-sectionHeading-white {
	color: #fff;
	font-family: var(--font-primary);
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}

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

.addmission-popup-img {
	background-image: url(../img/counts-numbers.jpg);
	background-position: center;
	background-size: cover;
}

.txt-color-title {
	color: #fff;
}

.txt-color-course {
	color: #feca58;
}


/* Home Page Headings End */

/* header */
/* ------- top menu ---------------- */

.website-header {
	background-image: url(../img/headerbg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.top-menu-border {
	position: relative;
}

.top-menu-border::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(to right, #ff000000 58%, #370417 99%);
}

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

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

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

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

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

/*  header College Name */

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

.logo-holder,
.title-holder {
	display: inline-block;
	vertical-align: top;
	margin-left: -5px;
	margin-top: -25px;
}

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

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

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

.responsive-logo {
	display: none;
}

.head-line2 {
	color: #000;
	font-family: var(--font-secondary);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: 4px;
	margin-top: 24px;
}

.head-line {
	margin: 0;
	color: #003046;
	font-family: var(--font-secondary);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	text-transform: capitalize;
}

.head-line1 {
	margin: 0;
	color: #9c0007;
	font-weight: 700 !important;
	font-size: 35px;
	line-height: 49px;
	font-style: normal;
	text-shadow: -2px 0px #8e20209c;
}

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

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

/* ------- main menu ---------------- */

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

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

.main-menu .navbar-nav .nav-item a {
	color: #fff;
	-webkit-text-stroke-color: #fff;
	font-family: var(--font-secondary);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	color: #ffffff;
	padding: 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: var(--color-default);
}

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

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .nav-link.active {
	background-color: var(--color-secondary);
	font-weight: 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: 0px;
	padding: 0px 17px !important;
}

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

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

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

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

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

.menu-alignment {
	display: contents;
}

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

.menu-border {
	/* border-top: 4px solid #ff9f2a; */
}

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

/* Home slider start */

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

.banner-slider img {
	background: var(--color-primary);
	height: 600px;
	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;
}

/*  Home slider end */

/* news marquee start */
.news-event-p {
	padding: 43px 0px;
}

.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: #f7ede3;
	padding: 0px 20px;
	max-height: 580px;
}

.nav-pills {
	justify-content: space-between;
	/* margin-left: -56px; */
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	background: #350417 !important;
	color: #fff !important;
}

.nav-link {
	color: #350417;
	font-weight: 400;
}

.nav-pills .nav-link {
	border-radius: 0px;
	color: #300415;
	font-family: var(--font-secondary);
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	background: none;
	border: 1px solid #350417;
}

.whyAtss-heading {
	font-size: xx-large;
	margin-top: 41px;
	color: #fff;
	font-family: var(--font-primary);
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}

.why-atss-heading {
	color: #ffb708;
	text-align: center;
	font-family: var(--font-secondary);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	text-transform: capitalize;
	margin: 0;
}

.why-atss-subheading {
	margin: 0;
	color: #fff;
	text-align: center;
	font-family: var(--font-secondary);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	text-transform: capitalize;
}

.holder {
	height: 333px !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 {
	height: 130px;
	padding: 10px 0px;
	border-bottom: 1px solid rgb(225, 225, 225);
}

.holder ul li a {
	margin-top: 5px;
	padding-left: 22px;
	color: #000;
	font-family: var(--font-secondary);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	padding-bottom: 4px;
	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;
}

.tab-content {
	padding: 0rem;
}

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

/* 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: #370417;
	background-color: transparent;
	float: right;
}

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

.events-program-box {
	border-right: 2px dashed #8b7ed2;
	background-color: #370417;
}

.news-and-event {
	background-color: #f7ede3;
	margin-top: 30px;
}

/* marquee end- */

/* ATSS Trust start */
.Founder-heading {
    /* font-size: larger; */
    /* font-weight: 600; */
    /* color: #003046; */
    color: #003046;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.Founder-subheading {
    /* font-size: larger; */
    color: rgba(0, 0, 0, 0.80);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    /* top: 20px !important; */
    margin-top: -16px;
}

.Founder-p {
    /* font-size: medium; */
    /* color: #370417; */
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
.Founder-p a{
	color: #F38E00;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: auto;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
text-transform: capitalize;
}
.chair-person {
    padding-bottom: 86px !important;
    background-image: url(../img/foundarbg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 108px !important;
}
.founder {
    position: relative;
    right: -91px;
}
.fonder-section {
    width: 535px;
    height: 250px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: -2px 0px 0px 0px;
    margin: 0px 0px 20px 29px;
    position: relative;
}
.Founder-name {
    width: 172px !important;
    /* height: 46px; */
    flex-shrink: 0;
    /* color: white; */
    /* border-radius: 10px; */
    position: absolute;
    left: 129px;
    bottom: 82px;
}
.fouder-text {
    position: absolute;
    left: 153px;
    color: white;
    /* bottom: 19px; */
    margin-top: 30px;
    font-size: 14px;
    font-weight: 600;
}
.trusty-name {
    position: absolute;
    left: 128px;
    bottom: 152px;
    column-span: none;
}

.Founder-btn {
	padding: 44px;
	justify-content: center;
}

.btn-Founder {
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	margin: 10px;
	text-decoration: none;
	background-color: #ffffff;
	color: #fff;
	border: none;
	cursor: pointer;
}

.btn-Founder.active {
	color: white !important;
	background-color: #370417 !important;
}

.btn-Founder.active::after {
	content: "" !important;
	position: absolute;
	left: 49%;
	bottom: -13px;
	transform: translateX(-50%);
	border-width: 15px 22px 0;
	border-style: solid;
	border-color: #370417 transparent transparent;
	display: none;
}

.btn-Founder.active::after {
	display: block !important;
}

.btn-Founder {
	border: 1px solid #6b0011;
	color: #6b0011;
	margin: 0px 9px;
	width: 200px;
}

.btn-ReadMore {
	border: 1px solid #6b0011;
	color: #ffb804;
	margin: 0px 35px;
	padding: 7px 37px;
	background-color: #6b0011;
}

.btn-ReadMore:hover {
	color: white;
	background-color: #370417;
}

/* ATSS Trust end */
.Awards-heading {
	font-size: xx-large;
	font-weight: 700;
	font-family: var(--font-primary);
	padding: 38px;
}

.Awards-card {
	padding: 17px;
}

.card-text:last-child {
	color: #000;
	text-align: center;
	font-family: var(--font-secondary);
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 14px;
	text-transform: capitalize;
	font-size: 14px;
}

.Rank-Number {
	color: #000;
	font-family: "Abril Fatface";
	font-size: 35px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}

.card-Ranked {
	margin-bottom: 0;
	color: #000;
	font-family: var(--font-secondary);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	margin-top: 15px;
}

/* .card-img-overlay {
	padding: 12px;
} */
/* home page quick links */

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

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

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

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

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

/* home page quick links */

/* CBSCA IN NUMBERS :start */
div.row.text-center {
	margin: 10px;
}

.counts-heading {
	color: white;
}

.counts-box {
	padding: 20px 10px;
	border: 3px dotted #858585;
	height: 150px;
	width: 100%;
}

.counts-number {
	font-size: 41px;
	color: #feca58;
}

.counts-title {
	margin: 0;
	color: white;
	font-size: smaller;
}

/* CBSCA IN NUMBERS :end */

/*  Departments Home Dept */

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

/* Photo Gallery */

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

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

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

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

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

.photoGallary5 {
	height: 255px;
}

/*  Photo Gallery */

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

.breadcrumb-activity {
	filter: drop-shadow(4px 4px 4px rgba(0, 47, 99, 0.25));
	z-index: 11;
	margin-bottom: -23px;
	bottom: 0px;
	position: relative;
	padding: 7px 20px;
	border-radius: 3px;
	background: #ffb804;
	width: auto;
	align-items: center;
}

.bred-img1 {
	padding: 100px;
	position: relative;
	height: 340px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: var(--color-primary);
	/* z-index: -2; */
}

.bred-img1::before {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	z-index: 0;
	opacity: 1;
	background: linear-gradient(90deg,
			#370417 0%,
			#370417 29.44%,
			rgba(55, 4, 23, 0) 100%);
}

.breadcrumb-dept {
	filter: drop-shadow(4px 4px 4px rgba(0, 47, 99, 0.25));
	z-index: 11;
	margin-bottom: -23px;
	bottom: 0px;
	position: relative;
	padding: 7px 20px;
	border-radius: 3px;
	background: #ffb804;
	width: auto;
	align-items: center;
}

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

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

.right-res p,
.right-res a,
.right-res span {
	margin: 0;
	color: #003046;
	font-family: Raleway;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	text-transform: capitalize;
}

.footer-section p,
.footer-section a,
.footer-section span {
	color: #003046 !important;
	font-family: Raleway;
	font-size: 16px;
	font-style: normal;
	font-weight: 500 !important;
	line-height: 20px;
	/* text-transform: capitalize !important; */
}

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

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

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

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

.footer-section h2,
.footer-section h3 {
	font-style: normal;
	font-weight: 600 !important;
	color: #6b0011;
}

a.email {
	text-decoration: underline;
}

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

.footer-section {
	background-image: url(../img/footerbg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

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

.footer-contain {
	justify-content: space-evenly;
	margin-top: 99px;
	padding: 12px;
}

.Footermap {
	width: 200px;
}

.footerlogo {
    /* padding: 19px 153px 20px 0px; */
    margin-top: -101px;
    height: 91px;
    /* align-items: center; */
    position: absolute;
    /* margin: 0px 101px 0px 0px; */
    left: 198px;
}

.social-icon {
	display: flex !important;
}

.For-Student-footer {
	margin-top: -9px;
}

.footer-email {
	margin-top: 15px;
}

.right-res {
	position: relative;
	background-color: #f7ede3;
}

.right-res::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-image: linear-gradient(to right,
			#f0e6e600 13%,
			#814e4e 51%,
			#ff000000 93%);
	z-index: 1;
}

/* Footer section end */

/* breadcrumb */

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

.bred-img::before {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	z-index: 0;
	opacity: 1;
	background: linear-gradient(90deg,
			#370417 0%,
			#370417 29.44%,
			rgba(55, 4, 23, 0) 100%);
}

.bred-head {
	padding-top: 38px;
	z-index: 2;
	margin-bottom: 0px;
	color: #fdbd0f;
	font-size: 35px;
	font-family: var(--font-secondary);
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.bred-head-dept {
	z-index: 2;
	padding: 150px 0px;
	margin-bottom: 0px;
	color: #fdbd0f;
	font-size: 35px;
	font-family: var(--font-secondary);
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.breadcrumb::after {
	z-index: -1;
	content: "";
	position: absolute;
	border: 17px solid transparent;
	border-top: 43px solid #ffb804;
	top: 0px;
	right: -17px;
}

.breadcrumb {
	filter: drop-shadow(4px 4px 4px rgba(0, 47, 99, 0.25));
	z-index: 11;
	margin-bottom: -23px;
	bottom: 0px;
	position: absolute;
	padding: 7px 20px;
	border-radius: 3px;
	background: #ffb804;
	width: auto;
	align-items: center;
}

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

.breadcrumb li a {
	color: #370417;
	font-family: var(--font-secondary);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

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

.breadcrumb-item.active {
	font-weight: 500;
	color: #370417;
}

/* -End breadcrumb- */

/* -Inner Page Style- */

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

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

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

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

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

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

/* 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 {
	color: #370417;
	font-feature-settings: "clig" off, "liga" off;
	font-family: var(--font-secondary);
	font-size: 25px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	border-bottom: 3px solid #bbbbbb;
	margin-bottom: 8px;
	padding-bottom: 8px;
}

.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 {
	border-radius: 0px 26.5px 26.5px 0px;
	background: #003046;
	border: 0.2px solid rgba(255, 215, 215, 0);
	background: #003046;
	margin-right: 10px;
	padding: 10px;
	margin-bottom: 5px;
	color: #ffffff;
	font-family: Poppins !important;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 600;
}

.vtabs .nav-tabs .nav-link.active {
	clip-path: polygon(0% 0%, 93% 0%, 100% 50%, 93% 100%, 0% 100%);
	color: #370417;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	background-color: var(--color-secondary);
}

/* .vtabs .nav-tabs .nav-link:hover {
    clip-path: polygon(0% 0%, 93% 0%, 100% 50%, 93% 100%, 0% 100%);
    color: #370417;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    background-color: var(--color-secondary);
} */

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

.left-tabs.nav-tabs {
	border-right: none;
	border-bottom: none;
}

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

@media (max-width: 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;
}

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

/* CMS Photo Gallery*/

/* EVENTS & ACTIVITIES start */

.events_activities {
	padding: 0px 7px 90px 7px;
}

.card-events {
	background: #f7ede3;
	border-radius: 351px 0px 0px 376px;
}

.EVENTS-title-head {
	color: #000;
	font-family: var(--font-secondary);
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	padding: 11px;
}

.EVENTS-title {
	color: #6b0011;
	font-family: var(--font-secondary);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	padding: 0px 10px 10px 10px;
}

/* EVENTS & ACTIVITIES end */

/* fix blank or flashing items on carousel */

.img-placement {
	object-fit: contain;
	aspect-ratio: 3/2;
	padding: 17px;
}

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

.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::before {
	position: relative;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 10px;
	display: none;
}

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

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

.header-logo {
	padding: 0px 22px;
	margin-left: 5px;
}

.events-program-box .col-md-6:nth-child(1) {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.events-program-box .col-md-6:nth-child(2) {
	border-bottom: 1px solid #fff;
}

.events-program-box .col-md-6:nth-child(3) {
	border-right: 1px solid #fff;
}

/* 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) {

	.footer-contain {
		justify-content: left;
		margin-top: 99px;
		padding: 12px;
	}

	.Founder-btn {
		padding: 20px;
		justify-content: left;
	}

	.btn-Founder.active::after {
		display: none !important;
	}

	.navbar-toggler {
		background-color: #fff;
	}

	.main-menu {
		background-color: rgb(156, 0, 7);
		padding: 2px 0px !important;
	}

	.top-menu-mobile-view {
		border-top: 1px solid #676a6d !important;
	}

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

	.events-program-box {
		padding-right: 0px;
		border-right: none;
		border-bottom: 2px #8b7ed2;
	}

	.nav-pills .nav-link {
		margin: 7px !important;
		padding: 10px 10px 10px 10px;
		width: 150px;
	}

	.btn-Founder {
		margin: 5px !important;
	}

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

	img.header-logo {
		width: 139px;
		margin-bottom: 15px;
		margin-top: 10px;
	}

	.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;
	}
	.bred-head-dept {
		z-index: 2;
		padding: 150px 0px;
		margin-bottom: 0px;
		color: #fdbd0f;
		font-size: 34px;
		font-family: var(--font-secondary);
		font-style: normal;
		font-weight: 600;
		line-height: normal;
	}
	
}

@media only screen and (max-width: 1400px) {
	.navbar>.container, .navbar>.container-fluid, .navbar>.container-sm, .navbar>.container-md, .navbar>.container-lg, .navbar>.container-xl, .navbar>.container-xxl {
		justify-content: center;
	}
	
	.main-menu .navbar-nav .nav-item a {
		font-size: 13px;
	}

}

@media only screen and (max-width: 808px) {
	.header-row {
		width: 780px;
	}

	.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;
	}
	.bred-head-dept {
		z-index: 2;
		padding: 150px 0px;
		margin-bottom: 0px;
		color: #fdbd0f;
		font-size: 34px;
		font-family: var(--font-secondary);
		font-style: normal;
		font-weight: 600;
		line-height: normal;
	}
}

@media only screen and (max-width: 768px) {
	.footerlogo {
		padding: 0px;
		margin-top: 0px;
	}

	div#myTabContent .col-md-4>img {
		width: 250px !important;
		margin-bottom: 10px;
	}

	.nav-pills {
		justify-content: left;
		margin-left: 0px;
	}

	.news-circular {
		padding: 20px 20px;
	}

	.events-program-box .col-md-6:nth-child(1) {
		border-right: none;
	}

	.events-program-box .col-md-6:nth-child(3) {
		border-right: none;
	}

	.banner-slider img {
		border-radius: 0px;
		padding: 0px;
		height: 250px;
	}

	.bred-img {
		height: auto;
	}

	.news-circular {
		padding: 62px 20px;
	}

	.border-whyatss-down {
		border-right: none;
		border-top: none;
		border-bottom: white 1px solid;
	}

	.owl-carousel .owl-nav span {
		display: none;
	}
	.bred-head-dept {
		z-index: 2;
		padding: 150px 0px;
		margin-bottom: 0px;
		color: #fdbd0f;
		font-size: 34px;
		font-family: var(--font-secondary);
		font-style: normal;
		font-weight: 600;
		line-height: normal;
	}

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

@media only screen and (max-width: 741px) {
	.owl-nav .owl-next {
		/* right: -22px !important; */
		display: none;
	}
	.read-more {
		align-content: center;
		margin: 13px -34px;
		
	}
	.bred-head-dept {
		z-index: 2;
		padding: 150px 0px;
		margin-bottom: 0px;
		color: #fdbd0f;
		font-size: 34px;
		font-family: var(--font-secondary);
		font-style: normal;
		font-weight: 600;
		line-height: normal;
	}

}

@media only screen and (max-width: 767px) {

	.card-events {
		border-radius: 0px;
	}

	.card-events .col-md-4>img {
		width: 250px !important;
		margin-top: 10px;
	}

	.card-events .col-md-4 {
		display: flex;
		justify-content: center;
	}

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

	.news-view-all-btn {
		float: none;
		padding: 8px 31px;
		align-content: center;
        margin: 8px 88px;
		align-content: center;
        margin: 8px 88px;
	}

	.btn-Founder.active {
		margin-top: 10px !important;
	}

	.btn-ReadMore {
		margin: 0px 163px;
		padding: 7px 37px;
	}
	.bred-head-dept {
		z-index: 2;
		padding: 150px 0px;
		margin-bottom: 0px;
		color: #fdbd0f;
		font-size: 34px;
		font-family: var(--font-secondary);
		font-style: normal;
		font-weight: 600;
		line-height: normal;
	}
}

@media only screen and (max-width: 500px) {
	.header-row {
		margin-right: 0px !important;
		margin-left: 0px !important;
		width: auto;
	}
	.footer-logo {
		text-align: center;
	}
	.read-more {
		align-content: center;
		margin: 13px -34px;
		
	}
	.bred-head-dept {
		z-index: 2;
		padding: 150px 0px;
		margin-bottom: 0px;
		color: #fdbd0f;
		font-size: 34px;
		font-family: var(--font-secondary);
		font-style: normal;
		font-weight: 600;
		line-height: normal;
	}
	img.founder-name.me-2 {
		display: none !important;
	}
	.chair-person {
		padding-top: 85px !important;
	}
	.fonder-section {
		width: 90% !important;
		height: 216px !important;
		position: relative;
		left: -102px;
	}
}

@media only screen and (max-width: 428px) {
	.Founder-btn li:nth-child(4) {
		margin-bottom: 15px;
	}

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

	#header-carousel .carousel-control-prev-icon,
	#header-carousel .carousel-control-next-icon {
		width: 2rem;
	}

	.text-end {
		text-align: center;
	}

	.news-circular {
		padding: 0px !important;
	}
	.read-more {
		align-content: center;
		margin: 13px -34px;
		
	}
	.bred-head-dept {
		z-index: 2;
		padding: 150px 0px;
		margin-bottom: 0px;
		color: #fdbd0f;
		font-size: 34px;
		font-family: var(--font-secondary);
		font-style: normal;
		font-weight: 600;
		line-height: normal;
	}
	

	/* .btn-ReadMore {
    margin: 0px 115px;
} */
	.Founder-btn {
		padding: 0px;
	}

	.chair-person {
		padding-bottom: 0px !important;
	}

	.news-view-all-btn {
		padding: 5px 23px !important;
		float: inline-start !important;
		align-content: center;
        margin: 8px 88px;
	}

	.btn-Founder.active {
		margin: 10px !important;
	}
	#btnAdmission a {
        padding: 3px;
    }
	.read-more {
		align-content: center;
		margin: 13px -34px;
		
	}
	.bred-head-dept {
		z-index: 2;
		padding: 150px 0px;
		margin-bottom: 0px;
		color: #fdbd0f;
		font-size: 34px;
		font-family: var(--font-secondary);
		font-style: normal;
		font-weight: 600;
		line-height: normal;
	}
	

}

@media only screen and (max-width: 320px) {
	.btn-ReadMore {
		margin: 0px 68px;
	}

	.news-view-all-btn {
		padding: 3px 42px !important;
		float: inline-end !important;
		align-content: center;
        margin: 8px 88px;
	}

	.btn-Founder.active {
		margin: 10px !important;
	}

	.btnAdmission a {
		padding: 3px;
	}
	.read-more {
		align-content: center;
		margin: 13px -34px;
		
	}
	.bred-head-dept {
		z-index: 2;
		padding: 150px 0px;
		margin-bottom: 0px;
		color: #fdbd0f;
		font-size: 34px;
		font-family: var(--font-secondary);
		font-style: normal;
		font-weight: 600;
		line-height: normal;
	}
	

}

.page-back-dept {
	background: linear-gradient(0deg, #fff 0%, #fffefd 6.4%, #ffeedc 100%);
}

.main-whitePanel-dept {
	background: linear-gradient(0deg, #fff 0%, #fffefd 6.4%, #ffeedc 100%);
}

.dept-accordion-body {
	background: transparent !important;
}

.main-whitePanel-dept .vtabs .accordion-item {
	background-color: transparent;
	border: 0 !important;
}

.bred-head-activity {
	bottom: 68px;
	z-index: 2;
	position: relative;
	margin-bottom: 0px;
	color: #fdbd0f;
	font-size: 35px;
	font-family: var(--font-secondary);
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.breadcrumb-activity {
	display: flex;
	list-style: none;
	filter: drop-shadow(4px 4px 4px rgba(0, 47, 99, 0.25));
	z-index: 11;
	margin-bottom: 51px;
	bottom: -50px;
	position: relative;
	padding: 7px 17px;
	border-radius: 3px;
	background: #ffb804;
	width: auto;
	align-items: center;
}

.breadcrumb-activity::after {
	z-index: -1;
	content: "";
	position: absolute;
	border: 17px solid transparent;
	border-top: 43px solid #ffb804;
	top: 0px;
	right: -17px;
}

.container.about-page {
	padding-top: 40px;
}

.news-date {
	color: #de2e00;
	font-family: "Playfair Display", serif;
	font-size: 25px;
	font-weight: 700 !important;
	letter-spacing: 2px;
	text-transform: capitalize;
	float: left;
	background: #ffffff;
	border-right: 2px solid #de2e00;
	width: 90px;
	height: 86px;
	padding: 9px;
	text-align: center;
}

.news-view-all-btn {
	float: right;
	padding: 9px 30px;
	color: #fff;
	font-family: var(--font-secondary);
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	border-radius: 5px;
	background: #6b0011;
}

.news-view-all-btn a {
	color: #fff;
}

.news-view-all-btn:active {
	background: #6b0011;
	color: #fff;
}

.chair-person {
	padding-bottom: 86px !important;
	background-image: url(../img/foundarbg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.alumini {
	background-image: url(../img/counts-numbers.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.photo-gallary-set img {
	object-fit: cover;
	width: 153px !important;
	height: 120px;
}

.photo-gallary-set {
	height: 40%;
	gap: 10px;
	display: flex;
}

.photo-gallary-set-2 img {
	object-fit: cover;
	margin-top: 3px;
	height: 60%;
}

.photo-gallary-item {
	height: 315px;
}

/* shubham css start */
.our-inspiration-img {
	width: 250px;
	height: 250px;
	border-radius: 15px;
}


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

/* shubham css end */


/* Akanksha css start*/

.Exam-timetable-title {
	font-size: 40px;
}

/* Akanksha css end*/
@media only screen and (max-width: 480px){
	.nav-pills {
		justify-content: center;
		padding: 20px;
	}
	.Founder-btn {
        padding: 20px;
        justify-content: center;
    }
	.btnAdmission a {
        padding: 3px;
    }
	.footer-logo {
		text-align: center;
	}
	.read-more {
		align-content: center;
		margin: 13px -34px;
		
	}
	.bred-head-dept {
		z-index: 2;
		padding: 150px 0px;
		margin-bottom: 0px;
		color: #fdbd0f;
		font-size: 34px;
		font-family: var(--font-secondary);
		font-style: normal;
		font-weight: 600;
		line-height: normal;
	}
	
	
	
	
}
@media only screen and (max-width: 592px) {
	.nav-pills {
		justify-content: center;
		padding: 20px;
	}
    .Founder-btn {
        padding: 20px;
        justify-content: center;
    }
	.btnAdmission a {
        padding: 3px;
    }
	.counts-box {
		padding: 20px 10px;
		border: 3px dotted #858585;
		height: 150px;
		width: 250px;
		
	}
	.footer-logo {
		text-align: center;
	}
	.read-more {
		align-content: center;
		margin: 13px -34px;
		
	}
	.bred-head-dept {
		z-index: 2;
		padding: 150px 0px;
		margin-bottom: 0px;
		color: #fdbd0f;
		font-size: 29px;
		font-family: var(--font-secondary);
		font-style: normal;
		font-weight: 600;
		line-height: normal;
	}


	
}
.list-items-pdf a {
    text-decoration: underline;
}
.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::before {
    content: "\f1c1";
    font-family: 'Font Awesome 5 Free';
    color: #a82427;
    width: 23px !important;
    display: inline-block;
    font-size: 19px;
}
.modal-content {
    width: 100%;
    margin-left: 40px;
}
.btn.btn-ReadMore {
   margin-left: 211px;
}
.banner-slider ul.indicators {
    list-style: none;
}
#menuItem_256 {
    background-color: #fdbd0f;
    color: #fff !important;
}
