/*Admission enquiry form start*/

select.form-control {
	appearance: auto;
}

@media (min-width: 1200px) {
	.modal-md {
		max-width: 600px;
	}
}

@media (min-width: 992px) {
	.modal-md {
		max-width: 600px;
	}
}

/* sticky button */

#btnAdmission {
	height: 0px;
	width: 69px;
	position: fixed;
	right: 0;
	top: 56%;
	z-index: 9999;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#btnAdmission a {
	display: block;
	border-radius: 10px 12px 0px 10px;
	background-color: var(--color-primary);
	padding: 8px;
	width: 159px;
	height: 221px;
	text-align: center;
	color: var(--color-heading);
	font-family: Arial, sans-serif;
	font-size: 14px !important;
	font-weight: 600;
}

#btnAdmission a:hover {
	background-color: var(--color-secondary);
}

#quickenquire em {
	color: red;
}

.modal-enquiryForm .btn-primary[type="submit"] {
	width: 100%;
	background-color: var(--color-primary);
	color: var(--color-heading);
	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: var(--color-secondary);
}

.modal-enquiryForm .form-group {
	margin-bottom: 10px;
}

/* 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 */


/* contact page */

.contactInfo-strip h5 {
	font-family: var(--font-primary);
	font-size: 22px;
	font-style: normal;
	margin-bottom: 0;
	font-weight: 700;
}

.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: var(--color-primary);
	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;
	}
}

/* contacy page end */


/* Dynamic Faculty and faculty details starts*/


.staffback {
	padding: 20px;
	background-color: #f1f1f1 !important;
	border-radius: 16%;
	padding-top: 10px;
}
.card-holder-faculty {
	text-align: center;
	padding: 10px;
	margin-bottom: 0px;
}

.fac-coll img {
	width: 200px !important;
	height: 200px !important;
	border-radius: 50%;
	background-color: white !important;
	margin: 0 auto;
	box-shadow: 2px 2px 4px #888888;
	padding: 8px !important;
	margin-top: 25px;
	border: none !important;
}

.read-more-faculty {
	color: var(--color-primary);
}

.faculty-main-whitePanel {
	background-color: #fff;
	box-shadow: 2px 2px 4px #888888;
	margin-right: -12px;
	border-top: 1px solid;
}

.fac-img-details {
	width: 185px;
	height: 190px;
}

.Faculty-details {
	margin-top: 25px;
	margin-left: 21px;
}

.faculty-Tab-Info {
	margin-top: 20px;
	border-top: 1px solid #bbbbbb;
}

.readmore {
	display: inline-block;
	font-weight: 600;
	color: #00155e !important;
	margin: 0;
	text-align: left;
}

/* Faculty and faculty details End*/

.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;
}


.owl-nav button {
	position: absolute;
	top: 50%;
	background-color: var(--color-default);
	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: var(--color-default);
}

.owl-dots button.owl-dot:focus {
	outline: none;
}

.owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav button:focus {
	outline: none;
}

.owl-dots {
	text-align: center;
	bottom: 5px;
	width: 100%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.owl-dot {
	border-radius: 50px;
	height: 10px;
	width: 10px;
	display: inline-block;
	background: rgba(127, 127, 127, 0.5);
	margin-left: 5px;
	margin-right: 5px;
}

.owl-carousel .owl-nav span {
	font-size: 45px !important;
	color: var(--color-primary);
}

.owl-carousel .owl-nav owl-next:hover span,
.owl-carousel .owl-nav owl-prev:hover span {
	color: var(--color-primary);
}

/*----------------------inner page iqac Quick Links--------------------------------- */
.quick-1 {
	padding: 10px 20px !important;
	background-color: var(--color-primary);
	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: #fdbd0f;
}

.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;
}

.quick-1.sec-2 .quick-title a:hover {
	color: var(--color-default);
	cursor: unset;
}

/*----------------------end inner page iqac Quick Links--------------------------------- */

/* Gallery slider */
.modal-content {
	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 */

/*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;
}


.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;
}

.tabsName-holder .nav-link:hover {
	background-color: var(--color-secondary) !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--color-secondary);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: normal;
}

.top-bott.btn-primary {
	color: #fff;
	background-color: var(--color-primary);
	border-color: white;
}

.btn-primary:hover {
	background-color: var(--color-secondary);
	color: var(--font-primary);
}

.submit-btn{
	background-color: var(--color-primary);
	color: var(--color-heading);
	border: none;
}
