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

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

@font-face {
	font-family: "Cambria";
	src: url("fonts/Cambria.ttf") format("truetype");
}

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

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

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

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

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

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

.committee-button {
	border-radius: 5px;
	border: 1px solid #000;
	padding: 10px 10px;
	width: 100%;
	height: 4.5em;
	cursor: pointer;
	background-color: #10315d;
	color: #fff;
}

.committee-button:hover {
	background-color: #09cbff;
	color: #000;
}

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

.main-menu .navbar-nav .nav-item.active a {
	color: #ffffff;
	background: #10315d;
}

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

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

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

.search-btn {
	position: relative;
	right: -1%;
}
ul.navbar-nav.second-menu.tp-1.myCustomTopLeftMenu.myCustomTopRightMenu {
	text-align: center;
	/* float: right; */
}
.site-header {
	/* text-align: center;
    padding-top: 15px !important;
    padding-bottom: 0px !important;*/
}

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

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

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

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

.tp-1 {
	width: auto;
}

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

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

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

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

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

.topbar-menu {
	z-index: 1021;
}
.top-menu-right {
    padding: 0px 5px 0px 50px !important;
    background: linear-gradient(242deg, #23ccad 96%, rgba(45, 45, 45, 0) 96%);
    border-bottom-left-radius: 100px;
}
ul.navbar-nav.second-menu.tp-1.myCustomTopLeftMenu.myCustomTopRightMenu.top-menu-right
	li
	a {
	color: #fff;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 131.262%;
	text-transform: capitalize;
}

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

.rightlogo-holder img {
	width: 67px !important;
	display: inline-block;
}

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

.responsive-logo {
	display: none;
}

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

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

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

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

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

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

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

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

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

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

.navbar-nav .dropdown-menu li:last-child {
	border-bottom: 0px !important;
}
s span.top-line {
	margin: 0px 12px 0px 12px;
}
.title-lines {
    position: relative;
    top: -21px;
}

h3.head-line1 {
    font-weight: 700 !important;
    color: #000;
    font-family: Cambria;
    font-size: 30px;
    font-style: normal;
    line-height: normal;
    margin: 0px;
}
h3.head-line2.cname-holder {
	color: #000;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 600 !important;
	line-height: normal;
	text-transform: capitalize;
}
h3.head-line3 {
	color: rgba(0, 0, 0, 0.8);
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.top-menu {
	padding-top: 0px;
	padding-bottom: 0px;
}

.top-line .second-menu li :hover {
	color: white !important;
}

.top-menu li {
	display: flex;
}

.second-menu {
	margin: auto;
}

.main-menu {
	background-color: transparent;
}
div#gfg {
	background: #06297a;
}

.main-menu .navbar-nav .nav-item a {
	color: #fff;
	font-family: Roboto !important;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 700;
	line-height: 131.262%;
	text-transform: capitalize;
}

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

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

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

.main-menu .dropdown-item {
	/* background-color: #2326257d; */
	padding: 10px 9px;
}

.dropdown-menu {
	background-color: #ffffff;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
	color: #06297a;
	background: #23ccad;
}
.dropdown-menu li a:hover,
.dropdown-menu li a.active {
	background: #003187;
}

.topbar-menu .phnno a {
	color: #fff;
}

.text-red-head {
	font-size: 1.6rem !important;
	color: #f0512b !important;
}

.text-blue-head {
	font-size: 1.6rem !important;
	color: #10315d !important;
}

p.head-line.cname-holder {
	font-size: 15px !important;
}

.head-line {
    color: #06297a;
    font-family: Carlito;
    font-size: 20px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal;
    text-transform: capitalize;
}

/* end header */

/* Home slider start */
#header-carousel .carousel-control-prev-icon img,
#header-carousel .carousel-control-next-icon img {
	width: 3rem;
	height: 3rem;
	border-radius: 3rem;
	background-color: rgba(255, 255, 255, 0.77);
	border: 10px solid rgba(255, 255, 255, 0.77);
	filter: invert(100%) grayscale(100%);
	background-image: none;
}
#header-carousel .carousel-control-prev-icon,
#header-carousel .carousel-control-next-icon {
	background-image: none;
	background-color: transparent !important;
	border: none !important;
}

/* Home slider end */
.heading-all2 h2 {
	color: #000;
	font-family: Cairo;
	font-size: 30px;
	font-style: normal;
	font-weight: 700 !important;
	line-height: normal;
	text-transform: capitalize;
}
.aa-heading {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30%;
}
/* About section */
.about-section {
	display: flex;
	gap: 30px;
}
.about-para h2 {
	color: #000;
	font-family: Cairo;
	font-size: 30px;
	font-style: normal;
	font-weight: 700 !important;
	line-height: normal;
	text-transform: capitalize;
}
.about-section img {
	width: 323px;
}
.about-para p {
	color: rgba(0, 0, 0, 0.8);
	font-family: Roboto !important;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 400 !important;
	line-height: 141.604%;
	text-transform: capitalize;
	text-align: justify;
}
.about-para a {
	color: #06297a;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	padding: 10px 20px;
	border-radius: 4px;
	background: #ecf0f3;
}

/* news section */
.view-btn a {
	color: #06297a;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	padding: 10px 20px;
	border-radius: 4px;
	background: #ecf0f3;
}
.holder ul li {
    display: flex;
    align-items: center;
    overflow: hidden;
    /* border-radius: 10px; */
    background: #ecf0f3;
    margin-bottom: 20px;
    width: 460px;
    height: 50px;
    flex-shrink: 0;
}
.news-date {
	background: #23ccad;
	padding: 15px;
	color: #fff !important;
	font-family: Roboto !important;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 500 !important;
	line-height: normal;
	text-transform: capitalize !important;
	margin: 0px 10px 0px 0px;
	width: 87px;
	height: 50px;
	flex-shrink: 0;
	text-align: center;
}

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

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

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

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

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

/* Achievement section end */

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

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

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

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

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

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

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

/* Features section end */
.banner-slider img {
	height: 500px;
	object-fit: contain;
}
ul.indicators {
	display: none;
}
.banner-slider {
	background-image: url("https://dsbcop.edu.in/uploads/college-banner.png");
	background-size: cover;
}

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

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

.quick-inner {
	background-color: #fff;
}

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

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

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

/* marquee end */

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

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

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

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

.quick-links .quick-inner-sec {
	border: 1px solid #003188;
	height: 210px;
	padding: 25px 25px;
	background: #003188;
	margin: 10px;
}

.quicklink p {
	color: #fff;
}

/* .quick-inner img {
	height: 55%;
	padding-bottom: 15%;
	padding-top: 6%;
} */

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

.top-bott.btn-primary:hover {
	color: #ffffff;
	background-color: #06297a !important;
}

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

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

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

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

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

/* quick links end */

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

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

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

.holder ul li a {
	padding-bottom: 4px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #000;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	padding: 10px;
}

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

.quick-links .col-lg-8 .quick-inner,
.quick-links .col-lg-4 .quick-inner {
	padding: 0px 20px;
}
.quick-links .col-lg-4 li {
	border-bottom: 1px solid gray;
	padding: 15px 0px;
}

.view-all {
	text-align: end;
	margin-top: 15px;
}

.view-all a {
	color: #000;
	text-decoration: underline;
}

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

/* Vertical News end*/

.heading-1 h2 {
	color: #000;
	font-family: Cairo !important;
	font-size: 30px;
	font-style: normal;
	font-weight: 700 !important;
	line-height: normal;
	text-transform: capitalize;
	text-align: center;
}
/* @ BCOP */
.BCOP {
  background: #dae1e7;
}

.BCOP .col-lg-4 a {
  display: flex;
  justify-content: center;
}
.flip-card {
  perspective: 1000px;
}

/* Base card setup */
.BCOP .card {
    border-radius: 0;
    width: 348px;
    height: 313px;
    perspective: 1000px;
    position: relative;
    background-color: unset;
    border: none !important;
}

/* Flip mechanism */
.card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .card-inner {
  transform: rotateY(180deg);
}
.flip-card:hover .card-back {
  z-index: 2;
  pointer-events: auto; /* allow interaction only on back side */
}

/* Front and Back faces */
.card-front,
.card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 0;
  top: 0;
  left: 0;
  overflow: hidden;
pointer-events: none; /* prevent both from capturing clicks by default */

}
.back-btn {
    border-radius: 4px;
    background: #23CCAD;
    color: #FFF;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.card-front {
  z-index: 2;
}

/* Back face with overlay */
.card-back {
  background: rgba(6, 41, 122, 0.90);
  transform: rotateY(180deg);
  z-index: 1;
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
}

/* Semi-transparent image on back */
.back-img-wrap {
    position: absolute;
    top: 0px;
    left: 0;
    height: 360px;
    width: 100%;
    z-index: 1;
    overflow: hidden;
}

.back-img-wrap img {
    width: 348px !important;
    object-fit: cover;
    opacity: 0.3;
    height: 360px !important;
}

/* Text content on back */
.back-content {
  position: relative;
  z-index: 2;
  background: none;
  padding: 1rem;
  text-align: center;
  width: 100%;
}

.card-back h3 {
    color: #FFF;
    font-family: Roboto;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
    text-transform: capitalize;
	margin-bottom: 10px;
}

.card-back p {
    text-align: center;
    margin: 0;
    color: #FFF;
    font-family: "DM Sans";
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
	margin-bottom: 15px;
}
.card-back span{
    text-align: center;
    margin: 0;
    color: #FFF;
    font-family: "DM Sans";
    font-size: 16px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
    text-transform: capitalize;
}
.m-pharm-sub ul li {
    color: #FFF;
    font-family: "DM Sans";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    text-align: left;
}

/* Program image on front only (fully opaque) */
.card-front img.program-img {
  height: 313px;
  width: 100%;
  object-fit: cover;
  opacity: 1;
}

/* Program title overlay */
.BCOP .card-body.porgram-body {
  background: rgba(6, 41, 122, 0.9);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
}

.BCOP .card-body.porgram-body .card-title {
  color: #fff;
  font-family: Roboto !important;
  font-size: 20px;
  font-weight: 600 !important;
  text-transform: capitalize;
  text-align: center;
  margin: 0;
}

/* Estimation badge */
.est-img {
  background: #1ecbad;
  position: absolute;
  top: 0%;
  left: 74.1%;
  width: 90px;
  height: 90px;
  padding: 9px;
  z-index: 3;
}

h2.est-heading {
  padding-top: 5px !important;
  border: 1px dashed #fff;
  padding-bottom: 7px !important;
  color: #fff;
  text-align: center;
  font-family: Roboto !important;
  font-size: 20px;
  font-weight: 700 !important;
  line-height: 139.044%;
  text-transform: capitalize;
}

span.p-date {
  color: #fff;
  font-family: Roboto !important;
  font-size: 20px;
  font-weight: 700 !important;
  letter-spacing: 0.32px;
}

/* Responsive */
@media (max-width: 767px) {
  .BCOP .card {
    width: 100%;
  }
  .card-inner {
    height: 420px;
  }
}



/* proud fact */
.counter-sec {
	background: #ecf0f3;
}
.counts-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.counts.quick-links-text.col-md-2.col-sm-6.text-center.pt-2 {
	background: #23ccad;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
	display: flex;
	align-items: center;
	flex-direction: column;
	height: 170px;
	width: 170px;
	justify-content: center;
	color: #fff;
	gap: 6px;
}
span.display-5.mb-0 {
	color: #fff;
	font-family: Roboto;
	font-size: 24px !important;
	font-style: normal;
	font-weight: 700 !important;
	line-height: normal;
	text-transform: capitalize;
}
.counts p.pb-0 {
	color: #fff;
	font-family: Roboto !important;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 700 !important;
	line-height: normal;
	text-transform: capitalize;
}
.counts:hover {
	animation: blink-bg 0.8s infinite;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
		rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
		rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 4px !important;
}

@keyframes blink-bg {
	0% {
		background-color: #06297a;
	} /* light blue */
	50% {
		background-color: #06297a;
	} /* light gray */
	100% {
		background-color: #06297a;
	}
}

/* life @ BOCP */
.life-sec {
	background: url(../img/life-back.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.life-name {
	color: #000;
	font-family: Roboto !important;
	font-size: 24px !important;
	font-style: normal;
	font-weight: 700 !important;
	line-height: normal;
	text-transform: capitalize;
	display: flex;
}
.life-name::after {
	content: "";
	display: block;
	width: 37px;
	height: 3px;
	flex-shrink: 0;
	border-radius: 3px;
	background: #23ccad;
	margin-top: 17px;
	margin-left: 15px;
}
.owl-prev {
	display: none;
}
.owl-next {
	display: none;
}

/* Our Achievement */
section.achievement-sec.py-5 {
	background: #06297a;
}
.heading-achieve h2 {
	color: #fff;
	text-align: center;
	font-family: Cairo !important;
	font-size: 30px;
	font-style: normal;
	font-weight: 700 !important;
	line-height: 142.836%;
	text-transform: capitalize;
}
.heading-achieve p {
	color: #fff;
	text-align: center;
	font-family: Roboto !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 400 !important;
	line-height: normal;
	text-transform: capitalize;
}
.heading-achieve a {
	border-radius: 4px;
	background: #eff1f5;
	padding: 8px 16px;
	color: #06297a;
	font-family: Roboto;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	text-align: center !important;
	align-items: center;
}
.heading-achieve {
	display: flex;
	align-items: center;
	flex-direction: column;
}
.aa-con {
	border-radius: 12px;
	border: 1px solid rgba(0, 0, 0, 0.4);
	background: #fff;
	padding: 10px;
}
.aa-para p {
	color: rgba(0, 0, 0, 0.9);
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 127.869%;
}
.aa-contaent {
	margin-left: 25px;
}
.horizontal-l {
	background: linear-gradient(90deg, #004182 0%, #fff 50%, #004182 100%);
	width: 78px;
	height: 3px;
	flex-shrink: 0;
}

/* Our-institute */
h2.institute-heading {
	color: #000;
	font-family: Cairo;
	font-size: 30px;
	font-style: normal;
	font-weight: 700 !important;
	line-height: normal;
	text-transform: capitalize;
}
h2.news-heading {
	color: #000;
	font-family: Cairo;
	font-size: 30px;
	font-style: normal;
	font-weight: 700 !important;
	line-height: normal;
	text-transform: capitalize;
	margin-left: 32px;
}
.events-container {
	display: flex;
	justify-content: end;
}
.events-details {
	border-radius: 8px;
	border: 3px solid #000;
	width: 334.853px;
	height: 293px;
}
.news-heading a {
	border-radius: 4px;
	background: #eff1f5;
	padding: 8px 16px;
	color: #06297a;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	text-align: center !important;
	align-items: center;
}
.news-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* Recruiters */
section.recruiter-sec.py-5 {
	background: #dae1e7;
}
.recruiter-head {
	color: #000;
	font-family: Cairo;
	font-size: 30px;
	font-style: normal;
	font-weight: 700 !important;
	line-height: normal;
	text-transform: capitalize;
}
.re-logo {
	margin-right: 15px;
}

/* New Footer css */
.delonix-contacts {
	display: flex;
	border-radius: 30px;
	background: rgba(217, 217, 217, 0.1);
	box-shadow: 46.833px -46.833px 46.833px 0px rgba(165, 165, 165, 0.1) inset,
		-46.833px 46.833px 46.833px 0px rgba(255, 255, 255, 0.1) inset;
	backdrop-filter: blur(46.83333206176758px);
	align-items: center;
	padding: 25px 50px;
	justify-content: space-between;
}
.footer-address {
	display: flex;
	gap: 20px;
}
.footer-email-icon {
	display: flex;
	align-items: center;
	gap: 20px;
}
.footer-phone {
	display: flex;
	gap: 20px;
}
.phone-v-line {
	width: 1px;
	height: 87px;
	flex-shrink: 0;
	background: #d9d9d9;
}
.footer-address p {
	color: #fff;
	font-family: "Roboto" !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	margin: 0;
}
a.header-email {
	color: #fff;
	font-family: Roboto !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 400 !important;
	line-height: normal;
}
.head-phone a {
	color: #fff;
	font-family: Roboto;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.imp-links h2 {
	color: #fff;
	font-family: Cairo !important;
	font-size: 24px;
	font-style: normal;
	font-weight: 700 !important;
	line-height: normal;
	text-transform: capitalize;
}
.footer-icons {
	gap: 15px;
}
.imp-links h3 {
	color: #fff;
	font-family: Cairo;
	font-size: 24px;
	font-style: normal;
	font-weight: 700 !important;
	line-height: normal;
	text-transform: capitalize;
	margin-top: 42px !important;
}
iframe.footer-map {
	border-radius: 15px;
}

/* Programs start */
.programs-offered {
	background: url("../img/clg slider.png") !important;
	box-shadow: inset 0 0 0 2000px rgb(25 71 145 / 88%);
	background-position: center center !important;
}

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

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

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

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

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

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

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

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

/* Programs end */

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

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

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

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

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

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

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

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

/* features start */

.facilities-sec {
	background-color: #1a4791;
}

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

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

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

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

.fac {
	padding-bottom: 40px;
}

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

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

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

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

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

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

/* features end */

/* Footer Section start */

.footer {
	background: #06297a;
}

.c-time {
	font-size: 20px !important;
	color: #fff;
}

.right-res {
	background: #23ccad;
}
.copyright {
	color: #fff;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	text-align: center;
}
.copyright a {
	color: #fff;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	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;
}

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

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

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

.footer-section .imp-links a {
	color: #fff !important;
}

.footer p,
.footer h2,
.footer a,
.footer h3 {
	color: #fff !important;
}

.footer .btn.btn-link:hover {
	color: #ffffff !important;
}

.social-icon a {
	color: #fff;
	border: 1px solid #fff;
}

.footer-section a:hover i {
	color: #09cbff;
}

.footer-section h2,
.footer-section h3 {
	font-style: normal;
}

a.email {
	text-decoration: underline;
	color: #ffff;
	font-size: 16px !important;
}

a.contact {
	color: black !important;
}

.footer-section a:hover {
	color: #fff !important;
}

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

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

/* Footer section end */

/* About page start */
.bred-img {
	height: 283px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center;
	padding: 0px !important;
	background: url("https://dsbcop.edu.in/uploads/copy-1751348103-bred-img.png");
	filter: drop-shadow(5px 5px 15.4px rgba(0, 0, 0, 0.37));
}

.bred-head {
	padding-top: 95px;
	margin-bottom: 0px;
	text-align: left;
	color: #fff;
	font-family: Cairo;
	font-size: 30px;
	font-style: normal;
	font-weight: 700 !important;
	line-height: normal;
	position: relative;
	left: 65px;
	text-wrap: wrap !important;
	overflow: hidden !important;
	width: 85%;
}

.breadcrumb {
	justify-content: flex-start;
	width: unset;
	align-items: flex-start;
	margin: 0px;
	display: flex;
	text-align: left;
}
.bred-pos {
	height: 283px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center;
	padding: 0px !important;
	background: url(https://dsbcop.edu.in/uploads/copy-1751348103-bred-img.png);
	filter: drop-shadow(5px 5px 15.4px rgba(0, 0, 0, 0.37));
}
.bred-pos .breadcrumb {
	justify-content: flex-start;
	width: unset;
	align-items: flex-start;
	margin: 0px;
	display: flex;
	text-align: left;
	position: relative;
	left: 77px;
}

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

.breadcrumb li a {
	text-decoration: none;
	color: #fff;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

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

.breadcrumb-item.active {
	color: #fff;
	font-family: Roboto;
	font-size: 16px;
	padding-top: 3px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.page-headings {
	border-bottom: 3px solid #bbbbbb;
	margin-bottom: 20px !important;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 25.6px !important;
	color: #1d4892;
	font-weight: 600 !important;
	font-family: "Roboto", sans-serif;
	font-style: normal;
}

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

.image-sec img {
	width: 225px;
	box-shadow: 2px 2px 4px #888888;
}

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

/* About page end */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* End Naac Pages */

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

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

/* other colleges end */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* accordian end */
/* Media Queries */

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

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

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

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

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

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

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

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

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

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

	.icn {
		bottom: -10% !important;
	}

	.logo-holder,
	.title-holder,
	.cname-holder {
		margin-top: 13% !important;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		width: 90% !important;
	}
}

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

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

	.icn {
		bottom: -10% !important;
	}

	.logo-holder,
	.title-holder,
	.cname-holder {
		margin-top: 0% !important;
		margin-bottom: 3px;
		text-align: center;
	}

	.title-lines,
	.head-holder {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		justify-content: center;
		flex-wrap: nowrap;
	}

	img.header-logo {
		margin-top: 16% !important;
		margin-bottom: -1px !important;
	}
}

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

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

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

		margin-left: -40px !important;
	}

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

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

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

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

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

	ul.list-principals {
		display: block;
	}

	img.header-logo {
		margin-top: 0% !important;
		margin-bottom: -1px;
	}
	.front-back {
		height: 168px !important;
	}
	.card-space .card {
		height: 408px !important;
		width: 100% !important;
	}
	.bred-pos {
		height: 130px;
	}
	.bred-head {
		font-size: 15px;
		display: none;
	}
	.breadcrumb-item.active {
		color: #ffffff;
		text-align: center;
		padding-left: 0px;
	}
	.breadcrumb {
		margin: 0px;
		display: flex;
		text-align: left;
		position: relative;
		left: 28px;
		top: 45px;
		width: 45% !important;
	}
	.bred-img .breadcrumb {
		margin: 0px;
		display: flex;
		text-align: left;
		position: relative;
		left: 19px;
		top: 18px;
		width: unset !important;
		flex-direction: column;
	}
	.bred-pos .breadcrumb {
		position: relative;
		left: 40px;
	}
	.bred-img {
		height: 95px !important;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		width: 90% !important;
	}
	.about-section {
		gap: 15px;
		flex-direction: column;
		align-items: center;
	}
	.heading-all2 h2 {
		font-size: 23px;
	}
	.view-btn a {
		font-size: 13px !important;
		padding: 7px 14px;
	}
	.about-para a {
		font-size: 13px !important;
		padding: 7px 14px;
	}
	.counts-content {
		justify-content: space-evenly;
		gap: 19px;
	}
	.aa-contaent {
		margin-left: 0px;
	}
	h2.news-heading {
		font-size: 25px;
		margin-left: 0px;
	}
	.news-heading a {
		padding: 7px 14px;
		font-size: 13px !important;
	}
	.news-heading {
		margin-top: 20px;
	}
	.events-container {
		justify-content: center;
	}
	h2.institute-heading {
		font-size: 25px;
	}
	.heading-achieve h2 {
		font-size: 28px;
	}
	.about-para h2 {
		font-size: 25px;
	}
	.heading-1 h2 {
		font-size: 25px;
	}
	.recruiter-head {
		color: #000;
		font-family: Cairo;
		font-size: 25px;
	}
	.title-lines,
	.head-holder {
		display: flex;
		flex-direction: column;
	}
	.head-line {
		text-align: center;
	}
	h3.head-line1 {
		text-align: center;
	}
	h3.head-line2.cname-holder {
		text-align: center;
	}
	h3.head-line3 {
		text-align: center;
	}
	.breadcrumb-item + .breadcrumb-item::before {
		float: left;
		padding-right: 0.5rem;
		color: #6c757d;
		content: var(--bs-breadcrumb-divider, "/")
			/* rtl: var(--bs-breadcrumb-divider, "/") */;
		display: none;
	}
}

@media only screen and (max-width: 741px) {
	.visionMission > div {
		flex-direction: column !important;
	}
	.brdr-rght {
		border-right: none !important;
	}
	.list-principals li {
		flex-basis: 30% !important;
	}
	.right-res p,
	.right-res a,
	.right-res span {
		text-align: center;
	}

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

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

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

	.auditorium-gallery {
		padding-left: 0px !important;
	}
	.title-lines,
	.head-holder {
		display: flex;
		flex-direction: column;
	}
	.head-line {
		text-align: center;
	}
	h3.head-line1 {
		text-align: center;
	}
	h3.head-line2.cname-holder {
		text-align: center;
	}
	h3.head-line3 {
		text-align: center;
	}
}

/* # Tablet */
@media only screen and (max-width: 768px) {
	.bred-img {
		height: auto;
	}
	.pimg {
		width: 40%;
	}
	.naac-section a:before {
		margin-right: 10px !important;
	}

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

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

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

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

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

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

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

	.fac {
		padding-bottom: 5px;
	}

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

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

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

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

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

	.infra-gal.col-lg-3.col-md-3.col-sm-6 {
		width: 282px !important;
	}
	.title-lines,
	.head-holder {
		display: flex;
		flex-direction: column;
	}
	.head-line {
		text-align: center;
	}
	h3.head-line1 {
		text-align: center;
	}
	h3.head-line2.cname-holder {
		text-align: center;
	}
	h3.head-line3 {
		text-align: center;
	}
}

@media only screen and (max-width: 808px) {
	img.header-logo {
		width: 187px;
		margin-top: 10px;
		margin-bottom: 28px;
	}

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

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

	.responsive-logo2 {
		display: none;
	}

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

	.quick-hover-section:hover {
		opacity: 1 !important;
		border: 1px solid transparent !important;
		left: -92px !important;
	}
	.title-lines,
	.head-holder {
		display: flex;
		flex-direction: column;
	}
	.head-line {
		text-align: center;
	}
	h3.head-line1 {
		text-align: center;
	}
	h3.head-line2.cname-holder {
		text-align: center;
	}
	h3.head-line3 {
		text-align: center;
	}
}

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

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

/* # Desktop */
@media only screen and (max-width: 992px) {
	.top-menu-border {
		border-top: 1px solid #fceea3;
	}

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

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

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

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

	img.header-logo {
		width: 187px;
		margin-top: -16px;
	}

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

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

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

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

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

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

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

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

	.facilities-sec img {
		display: none;
	}

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

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

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

	.contac {
		display: contents !important;
	}

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

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

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

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

	.text {
		padding-left: 20px;
	}

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

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

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

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

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

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

	/* .navbar-nav .second-menu{
        border-top: 1px solid #EEEEEE;
    } */
	.icn {
		bottom: 0% !important;
	}

	.navbar-toggler-icon {
		filter: contrast(0) !important;
	}
	.Addmision-btn a {
		padding: 7px 14px;
		font-size: 10px !important;
	}
	.Addmision-btn {
		text-align: left;
	}
	.aa-heading {
		display: flex;
		justify-content: space-between;
		align-items: center;
		/* gap: 30%; */
		margin-top: 30px;
	}
	.BCOP .card {
		margin-bottom: 20px;
	}
	.counts.quick-links-text.col-md-2.col-sm-6.text-center.pt-2 {
		height: 136px;
		width: 129px;
	}
	.heading-achieve {
		margin-bottom: 25px;
	}
	.delonix-contacts {
		align-items: baseline;
		flex-direction: column;
		gap: 20px;
	}
	.phone-v-line {
		display: none;
	}
}

@media only screen and (max-width: 1200px) {
	.address-icon {
		font-size: 45px !important;
		margin-left: -10px !important;
	}

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

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

	.infra-gal {
		width: 302px;
	}

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

	.list-right {
		padding-left: 15px !important;
	}

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

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

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

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

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

@media only screen and (max-width: 1400px) {
	.main-menu .navbar-nav .nav-item a {
		color: #fff;
		text-transform: uppercase;
		/* margin-top: 4px;
		margin-bottom: 4px; */
		/* padding: 10px !important; */
	}
	.est-img {
		left: 72%;
	}
	.events-details {
		width: 289.853px;
		height: 252px;
	}
	img.header-logo {
		margin-left: -30px;
	}
}

/* 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;
	/* text-transform: capitalize; */
}

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

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

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

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

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

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

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

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

.btn-primary {
	background-color: #0dcaf0;
	border-color: #194791;
}

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

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

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

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

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

.subheader {
	padding: 0;
	margin: 0 0 5px 0;
	font-weight: 700 !important;
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-size: 18px;
}

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

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

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

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

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

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

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

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

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

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

.sub-head {
	border-bottom: 3px solid #bbbbbb;
	margin-bottom: 8px;
	padding-bottom: 8px;
	font-family: "Roboto", sans-serif;
	font-style: normal;
}

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

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

.vtabs .nav-tabs .nav-link {
	padding: 10px 20px !important;
	margin-bottom: 10px;
	background: #ffffff;
	color: #ffffff;
	font-family: Poppins !important;
	font-style: normal;
	filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.15)) !important;
	color: #082c50;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.vtabs .nav-tabs .nav-link:hover {
	background-color: #003187 !important;
}
.vtabs .nav-tabs .nav-link:hover::before {
	background-color: #0080ff !important;
}

.vtabs .nav-tabs .nav-link::before {
	content: "";
	background: #082c50 !important;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 0px 10px 10px 0px;
	width: 8px;
	height: 100%;
}
.left-tabs li.nav-item a::before {
	content: "";
	background: #082c50 !important;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 0px 10px 10px 0px;
	width: 8px;
	height: 100%;
}

.vtabs .nav-tabs .nav-link.active {
	background-color: #003187 !important;
	padding: 20px;
	margin-bottom: 10px;
	filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.15)) !important;
	flex-shrink: 0 px;
	color: #fff !important;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.vtabs .nav-tabs .nav-link.active::before {
	content: "";
	background: #0080ff !important;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 0px 10px 10px 0px;
	width: 8px;
	height: 100%;
}

.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;
}
/* .coc-block:nth-child(even){background:#e9f5f7; border:1px solid #b7dce2}*/

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

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

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

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

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

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

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

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

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

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

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

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

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

a.mobile {
	text-decoration: underline;
	color: #ffff;
	font-size: 16px !important;
}

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

li#google_translate_element {
	background-color: transparent;
}

li#google_translate_element img {
	display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal-content {
	width: 700px;
	border: none;
}

.modal-body {
	padding: 0;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23eee' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
	width: 30px;
	height: 48px;
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23eee' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
	width: 30px;
	height: 48px;
}

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

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

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

.ssr1 {
	background-color: #000;
}

.ssr2 {
	background-color: #000;
}

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

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

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

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

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

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

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

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

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

/* styles added by pranali */

.tabletext {
	vertical-align: middle;
}

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

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

.btn-year {
	border: 1px solid;
	padding: 6px 36px;
	border-radius: 5px;
	background-color: #c04848;
	color: #fff;
	text-transform: uppercase;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-dark {
	background-color: #003187 !important;
}

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

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

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

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

/* Rights */

img.header-logo {
	width: 118px;
	margin-top: 0px;
}
.title-holder {
	padding-left: 10px;
}
.Addmision-btn {
    text-align: center;
    margin-top: 11%;
}
.Addmision-btn a {
	background: #ff5c5c;
	color: #fff;
	padding: 10px 20px;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 131.262%;
	text-transform: capitalize;
}
/* Top Menue hover */
.dropdown-menu > li a:hover,
.dropdown-menu > li.show {
	background: #003187;
}

/* .navbar-nav .dropdown-menu li > ul > li:hover a {
	color: #003187 !important;
} */

/*.main-menu {
    border-top: 1px solid #c04848;
    border-bottom: 1px solid #fefdfd;
}*/

.title-lines,
.head-holder {
	display: flex;
	align-items: center;
}

.cname-holder {
	clear: both !important;
	/* padding-left: 1.3%; */
}

/* main menu hover */
.navbar-expand-lg .navbar-nav .dropdown-menu {
	position: absolute;
	background-color: #23262587;
	width: 280px;
}
ul.dropdown-menu.sub-menu.show li a {
	text-wrap-mode: wrap;
}

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

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

/* Program */

.menu-alignment {
	display: contents;
}

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

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

p.placement-header {
	padding-top: 0px;
}

h2.text-center {
	padding-bottom: 20px;
	font-weight: bold !important;
}

.box h2 {
	font-weight: bold !important;
	font-size: 23px;
}

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

.row.cl-lg-12.pi {
	padding-left: 85px;
}

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

.infra-row {
	justify-content: center;
}

.conatiner-fluid.page-back {
	padding-left: 1px;
	background-image: url("https://dsbcop.edu.in/uploads/Rectangle-22920.png");
	background-size: revert;
	background-repeat: no-repeat;
	background-position: right;
	background-attachment: fixed;
}

.infra-gal {
	position: relative;

	display: inline-block;
	overflow: hidden;
	z-index: 0;
}

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

.infra-nostack {
	border: none;
	float: left;
	height: 175px;
	width: 100%;
	margin-bottom: 20px;
	position: relative;
	box-shadow: none;
	border-radius: 50%;
}

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

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

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

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

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

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

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

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

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

p.aqar-metrics {
	padding: 8px 15px;
}

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

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

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

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

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

.hds:before {
	/*width: calc(5% - 50px) !important;*/
	display: inline-block !important;
	background: #09cbff;
	margin-right: 1%;
	color: #09cbff;
	content: "|";
}

.bg-pic {
	background: url("../img/Layer01.png"), #fff !important;
	background-repeat: no-repeat !important;
	background-size: 37% !important;
	background-position-y: 97% !important;
	background-position-x: center !important;
}

/*home page programs tabs*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 992px) {
	ul.quick-1 {
		display: none;
	}

	.quick-second.quick-1.mt-4 {
		display: none;
	}

	.home-programs-tabs .left-tabs .nav-link {
		padding: 11px 15px 14px 15px !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Plan Of Action */
.table-responsive.plan {
	padding: 8px 15px;
}

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

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

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

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

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

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

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

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

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

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

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

.owl-dots {
	text-align: center;

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

.owl-dot {
	border-radius: 50px;
	height: 10px;
	width: 10px;
	display: inline-block;
	background: rgba(127, 127, 127, 0.5);
	margin-left: 5px;
	margin-right: 5px;
}
.owl-carousel .owl-nav span {
	font-size: 27px !important;
	color: #ffffff !important;
	background-color: #a3a6a8 !important;
	border: 10px solid #a3a6a8 !important;
	border-radius: 21px;
}
.owl-carousel .owl-nav .owl-next:hover span,
.owl-carousel .owl-nav .owl-prev:hover span {
	background: #10315d !important;
	border: 10px solid #10315d !important;
}

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

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

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

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

.holder.myTicker {
	height: 234px !important;
}

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

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

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

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

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

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

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

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

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

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

.contactInfo-strip h5 {
	font-family: "Roboto", sans-serif;
	font-size: 22px;
	font-style: normal;
	margin-bottom: 0;
	font-weight: 400;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.saftey {
	margin-top: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

.second-menu li :hover {
	color: #ffffff !important;
	/* background: #10315d !important; */
}

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

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

p.aqar-metrics.pt-6 {
	padding-top: 50px;
}

.pt-6 {
	padding-top: 50px;
}

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

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

.btn-square,
.btn-sm-square,
.btn-lg-square {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: normal;
}

.rounded-circle {
	border-radius: 50% !important;
}

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

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

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

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

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

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

.news-div .btn-news {
	border: none;
	color: #e5dcdc;
	background-color: white;
	float: right;
}
.goToSectionmenu .dropdown-item.active {
	color: #000;
	font-weight: 400 !important;
	background-color: var(--color-primary);
}

.holders li {
	list-style: none;
}

.quick-inner.news-circular {
	padding-bottom: 27px !important;
}

.news-home-part {
	margin-top: 0px;
}

/*bulletinboard start*/
.evenoddrow span i {
	color: #0057a0;
}

.evenoddrow p:nth-child(even) {
	background: #f2f2f2;
}

.evenoddrow p {
	margin: 0 0 0px;
	padding: 9px 0px;
}

.evenoddrow .col-md-1 {
	width: 6%;
}

.boxhead span {
	font-size: 1.4rem !important;
	font-weight: bold !important;
	display: inline-block !important;
}

.boxhead .col-md-1 {
	width: 5% !important;
	font-style: normal !important;
}

.new {
	background: #cc3232;
	padding: 3px 10px;
	color: #fff;
	margin-left: 3%;
	animation: blinker 1s linear infinite;
}

@keyframes blinker {
	50% {
		opacity: 0;
	}
}

.ehight {
	height: 255px;
	overflow-y: auto;
}

/* width */
.ehight::-webkit-scrollbar {
	width: 10px;
}

/* Track */
.ehight::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 0px;
}

/* Handle */
.ehight::-webkit-scrollbar-thumb {
	background: #b3b5b7;
	border-radius: 10px;
}

/* Handle on hover */
.ehight::-webkit-scrollbar-thumb:hover {
	background: #b3b5b7;
}

/*bulletinboard end*/

/* Vertical News end*/
a.active.aqar-quickl {
	color: #000;
}

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

.noRecords {
	color: #babcc0;
}

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

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

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

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

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

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

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

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

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

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

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

/* CSS */
.btn-readmore {
	align-items: center;
	background-color: #194791;
	border: 2px solid #194791;
	border-radius: 0px;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	height: 30px;
	justify-content: center;
	line-height: 24px;
	max-width: 100%;
	padding: 0 25px;
	position: relative;
	text-align: center;
	text-decoration: none;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
}

.btn-readmore:after {
	background-color: #fff;
	border-radius: 0px;
	content: "";
	display: block;
	height: 28px;
	left: 0;
	width: 100%;
	position: absolute;
	top: -2px;
	transform: translate(8px, 8px);
	transition: transform 0.2s ease-out;
	z-index: -1;
	border: 1px solid #78cfa3;
}

.btn-readmore:hover:after {
	transform: translate(0, 0);
}

.btn-readmore:active {
	background-color: #ffdeda;
	outline: 0;
}

.btn-readmore:hover {
	outline: 0;
}

.btn-rd {
	text-align: center;
}

@media (min-width: 768px) {
	.btn-readmore {
		padding: 0 10px;
	}
}

/*home photo galley start*/
.clg-tour .card {
	background: transparent !important;
	border-radius: 0px;
	text-align: center;
	border: none;
}

.titleimg {
	background: #09cbff;
}

.programs-offere {
	background: #e7e7e7;
}

.spacing {
	background: #fff !important;
	padding-top: 25px;
	padding-bottom: 25px;
}

.clg-tour .card-img,
.clg-tour .card-img-bottom {
	border-radius: 0px !important;
}

.card-img img:after {
	background-color: #fff;
	border-radius: 0px;
	content: "";
	display: block;
	height: 28px;
	left: 0;
	width: 100%;
	position: absolute;
	top: -2px;
	transform: translate(8px, 8px);
	transition: transform 0.2s ease-out;
	z-index: -1;
	border: 1px solid #78cfa3;
}

/*home photo galley start*/

.principal-sec .home-gallery img {
	width: 100% !important;
	height: 250px !important;
}

.principal-sec .home-gallery {
	padding-left: 0px !important;
}

.text-red {
	color: #f0512b;
	font-weight: 600 !important;
}

.text-black {
	color: #333333;
	font-weight: 600 !important;
}

.link-blue a {
	color: #10315d !important;
}

.bg-blue i,
.bg-blue p,
.bg-blue span {
	color: #fff;
}

p.prname {
	padding-top: 6%;
	font-weight: 600;
	font-size: 26px !important;
	color: #003188;
}

.innersec:hover {
	background: #09cbff !important;
}

.vms:hover img {
	filter: brightness(0.5);
}

.pimg {
	width: 60%;
}

.bg-blue {
	background: #03419f;
	padding: 20px 0 0 0;
}

.allspace {
	padding: 20px;
	height: 384px;
	overflow-y: scroll;
}

.brdr-rght {
	border-right: 1px solid #003188;
}

.icn {
	position: relative;
	bottom: -70%;
	left: -15px;
}

.bg-lightblue {
	background: #09cbff;
}

.bg-lightblue .fa,
.bg-lightblue .fas {
	color: #244268;
	padding-bottom: 5%;
}

.bg-lightblue .timer,
.bg-lightblue p {
	color: #10315d;
	font-weight: 600 !important;
}

img.priciimg {
	width: 80%;
	padding-bottom: 6%;
}

.p-name {
	font-weight: 600;
	font-size: 19px !important;
}

.txt-blue {
	color: #10315d;
}

.bg-blues {
	background: #10315d !important;
}

.bg-blues img {
	width: 90%;
}

.vmsec {
	vertical-align: middle !important;
	position: relative;
	padding: 20px;
	color: #fff !important;
}

.bg-blues i {
	color: #fff;
}

.bg-blues .v-m {
	padding-top: 3%;
}

.hds {
	color: #10315d;
	font-weight: 600 !important;
}

.bg-gray {
	background: #e7e7e7;
}

.bg-white {
	background: #fff;
}

.collapse.navbar-collapse.justify-content-center.web-cust-menu.mnmenu {
	display: inline-block !important;
	float: left !important;
}

.news-home-part {
	height: 370px;
}

h2.text-left.py-2.hds.text-red {
	color: #f0512b !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	background-color: #10315d !important;
	border: 10px solid #10315d !important;
}

#visitor {
	color: #fff !important;
	font-size: 27px !important;
}

div#gfg\ mob .topbar-menu {
	display: none;
}

.owl-dot.active {
	background: #0f315d !important;
}

span.dphrm {
	font-weight: 100;
}

.sm {
	margin-bottom: 5px !important;
}

.counter img {
	height: 40%;
	padding-bottom: 5%;
}

h2.timer.count-title.count-number {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

p.count-text {
	font-size: 17px !important;
}

.fas.fa-chevron-circle-right:hover {
	transform: translateY(-8px);
}

.mob .phnno {
	display: none !important;
}

.quick-links .quick-inner-sec:hover {
	border-color: #09cbff;
	background: #09cbff;
}

.vms img {
	width: 100%;
}

.pm {
	margin: 2%;
	padding: 3%;
}

.card-img:hover {
	filter: brightness(0.5);
}

.link-blue a:hover {
	color: #fff !important;
	box-shadow: inset 200px 0 0 0 #10315d;
	padding: 0 5px;
}

.clg-tour .card-img {
	height: 120px;
	background: #fff;
}

.card {
	border: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.card .img-responsive.img-thumbnail {
	border: none !important;
}

.clg-tour .carousel-control-prev-icon {
	left: -20px !important;
	position: absolute;
}

.clg-tour .carousel-control-next-icon {
	right: -20px;
	position: absolute;
}

.read-more-faculty {
	cursor: pointer;
}

.card-holder-faculty {
	text-align: center;
	padding: 10px;
	margin-bottom: 0px;
}

.fac-coll img {
	box-shadow: 2px 2px 4px #888888;
	border: 1px solid #000;
	box-shadow: 2px 2px 4px #888888;
	margin-top: 22px;
	border-radius: 5px;
}

/* sticky button */

#btnAdmission {
	height: 0px;
	width: 85px;
	position: fixed;
	right: 0;
	top: 45%;
	z-index: 9000;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#btnAdmission a {
	display: block;
	background: #f0502c;
	height: 52px;
	padding-top: 10px;
	width: 190px;
	text-align: center;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
}

#btnAdmission a:hover {
	background: #10315d;
	/* background: #a32c30; */
}

/* enquiry form */

#quickenquire em {
	color: red;
}

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

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

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

.item.Partners img {
	width: auto !important;
	/* height: 120px !important; */
}

.item.Partners {
	text-align: center !important;
	display: flex;
	justify-content: center;
	background: #fff;
	border: 0.2px solid #bbbbbb;
	padding: 4px;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: block !important;
}

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

/* Admission enquiry form end*/
@media only screen and (max-width: 768px) {
	.banner-slider img {
		height: auto;
		object-fit: cover;
	}

	.bred-img {
		background: url("https://dsbcop.edu.in/uploads/bred-img.png");
		/* height: 200px; */
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

	.about-bred {
		padding: 35px;
	}

	.btn-year {
		margin: 2px;
		display: flex;
		border: 1px solid;
		padding: 6px 36px;
		border-radius: 5px;
		background-color: #c04848;
		color: #fff;
		text-transform: uppercase;
	}

	.clg-name {
		width: 100%;
		text-align: center;
	}

	.clg-approval {
		width: 100%;
		text-align: center;
	}
}
.fa-file-pdf:before {
	content: "\f1c1";
}
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.fa,
.fas {
	font-weight: 900;
}
p.dphrm1 {
	font-size: 14px !important;
}
@media only screen and (max-width: 768px) {
	.modal-content {
		width: 375px;
		border: none;
	}

	.quick-inner img {
		height: 67%;
		padding-bottom: 13%;
		padding-top: 4%;
	}

	.pimg {
		width: 50%;
	}

	.counter img {
		height: 35%;
		padding-bottom: 5%;
	}

	.clg-tour .carousel-control-next-icon {
		right: -29px;
		position: absolute;
	}

	.clg-tour .carousel-control-prev-icon {
		left: -29px !important;
		position: absolute;
	}
}
@media (max-width: 575px) {
	.owl-nav .owl-next {
		right: -1px !important;
	}

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

	.infra-gal {
		width: 302px !important;
	}
	ul.navbar-nav.second-menu.tp-1.myCustomTopLeftMenu.myCustomTopRightMenu {
		text-align: left;
		float: left;
	}
	.pimg {
		width: 40%;
	}
}

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

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

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

/* inner page */

a.l-link::before {
	content: "\f1c1";
	font-family: "Font Awesome 5 Free";
	color: #000;
	width: 23px !important;
	display: inline-block;
	font-size: 19px;
}
.card-space {
	perspective: 1000px;
}

.card-space:hover .card {
	transform: rotateY(-180deg);
}

.card-space .card {
	border-radius: 10px;
	height: 300px;
	margin: 10px;
	width: 100%;
	position: relative;
	transform-style: preserve-3d;
	transition: all 0.6s ease;
}

.card-space .card h1 {
	margin-top: 5px;
}

.card-space .card p {
	margin-top: 0px;
}

.face {
	border-radius: 10px;
	box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.1);
	background-color: #f9f9f9; /* lighten base bg */
	padding: 20px;
	position: absolute;
	height: 100%;
	width: 100%;
	backface-visibility: hidden;
}

.face h1 {
	padding: 0;
	color: #fff;
}

.face.front {
	text-align: center;
	z-index: 20;
	transform: rotateY(0deg);
	background: #1b4791;
	position: relative;
	overflow: hidden;
}
.front-back {
	position: absolute;
	height: 200px;
	top: -27px;
	left: -43px;
	display: none !important;
}

.face.back {
	transform: rotateY(180deg);
	background: #1b4791;
}
.face.back p {
	color: #fff;
}

button.button-css {
	width: 40px;
	height: 40px;
	position: relative;
	left: 107px;
	bottom: -11px;
}
img.staff-details-goback {
	width: 40px;
	height: 28px;
	position: relative;
	left: -7px;
	bottom: 1px;
}

.custom-table {
	/* border-collapse: collapse; */
	border: none;
	width: 100%;
}

.custom-table td {
	padding: 0px;
	border: none;
}
td.subject {
	font-weight: 600;
	font-size: 15px !important;
}
td.marks {
	font-size: 15px !important;
}

/* Optional: you can add specific styles if needed */
.subject {
	text-align: left;
}

.marks {
	text-align: right;
}
a.admission-link {
	background: #d50000;
	box-shadow: 3px 3px 6.4px 0px rgba(0, 0, 0, 0.25);
	padding: 6px 15px;
	color: #fff;
}
a.admission-link:hover {
	background: #ffa700;
}
