﻿@charset "utf-8";
/* CSS Document */

.scrollup {
    padding: 10px;
    opacity: 0.8;
    position: fixed;
    bottom: 50px;
    right: 100px;
    display: none;
    text-align: center;
    text-decoration:none;
    background: linear-gradient(45deg, #ac1453, #bf6c34 60%);
    color: #fff;
    transition: 300ms ease-in-out;
    border-radius: 50%;
    z-index: 99;
}
.scrollup:hover{
	color:#fff;
	opacity:1;
	text-decoration:none;
}


.overlay {
	position: fixed;
	background:rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	z-index: 100000000;
	.overlayDoor {
		&:before, &:after {
			content: "";
			position: absolute;
			width: 50%;
			height: 100%;
			background: #111;
			transition: .5s cubic-bezier(.77,0,.18,1);
			transition-delay: .8s;
		}
		&:before {
			left: 0;
		}
		&:after {
			right: 0;
		}
	}
	&.loaded {
		.overlayDoor {
			&:before {
				left: -50%;
			}
			&:after {
				right: -50%;
			}
		}
		.overlayContent {
			opacity: 0;
			margin-top: -15px;
		}
	}
	.overlayContent {
		position: relative;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		transition: .5s cubic-bezier(.77,0,.18,1);
		.skip {
			display: block;
			width: 130px;
			text-align: center;
			margin: 50px auto 0;
			cursor: pointer;
			color: #fff;
			font-family: 'Nunito';
			font-weight: 700;
			padding: 12px 0;
			border: 2px solid #fff;
			border-radius: 3px;
			transition: 0.2s ease;
			&:hover {
				background: #ddd;
				color: #444;
				border-color: #ddd;
			}
		}
	}
}

.loader {
	transition:1000ms ease-in-out;
	top:50%;
	left:50%;
	margin-top:300px;
	width: 60px;
	height: 60px;
	border: 3px solid #fff;
	border-bottom: 3px solid transparent;
	border-radius: 50%;
	position: relative;
	animation: spin 1s linear infinite;
	display: flex;
	justify-content: center;
	align-items: center;
	.inner {
		width: 64px;
		height: 64px;
		border: 3px solid transparent;
		border-top: 3px solid #fff;
		border-radius: 50%;
		animation: spinInner 1s linear infinite;
	}
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes spinInner {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(-720deg);
	}
}


a:hover {
    text-decoration: none;
}



body {
   font-family: 'Alkatra', cursive;
   font-family: 'Cardo', serif;
   font-family: 'Vidaloka', serif;
   font-family: 'Roboto', sans-serif;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link .active {
    color: rgb(255, 255, 255);
}
.nopad
{
	padding-left: 0;
	padding-right: 0;
}
p,a
{
	padding:0;
	margin:0;
}

.res-img
{
	width: 100%;
}
/* changes */

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 998;
}
/* changes */
.navbar-default {
	font-weight:700;
    background-color: #335d7e;
    padding: 0px 0;
    -webkit-transition: padding .8s;
    -moz-transition: padding .8s;
     transition: padding .8s;
}
.navbar-default .nav-link {
        font-size: 14px;
        -webkit-transition: all .8s;
        -moz-transition: all .8s;
        transition: all .8s;
    }
.navbar-default .navbar-shrink {
        padding: 8px 0;
    }

    .navbar-default.navbar-shrink .nav-link {
		margin:8px 0;
        font-size: 15.1px;
    }


.hdr1
{
	/*background:#272727;*/
    background: #3c4446;
}
.feed
{
	color:#fff;
	padding-top:5px;
	padding-bottom:5px;
}
.mrq1 {
    padding-left:0px;
    padding-right:0px;
    width:86%;
    height:40px;
}
.news1 {
    padding-top: 2px;
    padding-bottom: 5px;
    font-size: 25px;
    font-weight: bold;
    padding-left: 10px;
    box-sizing: border-box;
    color: #06295e;
    float: left;
    padding-right: 0px;
    width: 14%;
    background: #b6f7d2;
}
.mrq2 {
    color:#FFFFCC;
    font-size:16px;
    padding-top:11px;
}
.ph
{
	color:#fff;
	padding-top:5px;
	padding-bottom:5px;
}
.sc
{
	color:#fff;
	padding-top:5px;
	padding-bottom:5px;
}
.log1
{
	color:#fff;
	padding-top:5px;
	padding-bottom:5px;
	text-align:right;
}
.inputbox {
    position: absolute;
    top: 15px;
    right: 45px;
    box-sizing: border-box;
    width: 20px;
    height: 40px;
    padding: 0 20px;
    outline: none;
    font-size: 14px;
    border-radius: 50px;
    color: #29313a;
    border: 3px solid #427a9d;
    transition: all 0.8s ease;
}

::-webkit-inputbox-placeholder {
  /* Chrome/Opera/Safari */
  color: #62d474;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #62d474;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #62d474;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #62d474;
}

.btn7777 {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #427a9d;
    border-radius: 50%;
    right: 42px;
    top: 10px;
    cursor: pointer;
    text-align: center;
    line-height: +;
    font-size: 30px;
    color: #fff;
    transition: all 0.8s ease;
}

.inputbox.active {
  width: 100%;
  right: 0;
}

.btn7777.animate {
  transform: rotate(-360deg);
  right: 0;
}
.hdr2
{
	background: linear-gradient(90deg, rgb(160 255 229) 0%, rgb(224 233 174) 100%);
}
.logo
{
	font-size:36px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:5px;
	line-height:38px;
    padding-left:0;
    padding-right:0;
}
.clg-nm {
    text-align: center;
    /* font-size: 36px; */
    font-weight: bold;
    color: #0a0051;
    /*text-transform: uppercase;*/
    /* letter-spacing: 5px; */
    /* line-height: 38px; */
}
.log
{
	color:#c10000;
	font-weight:bold;
	margin-top:5px;
	text-align:right;
}
.log a
{
	color:#383838;
	display:inline-block;
	text-decoration:none;
}
.log a:hover
{
	color:#0079a7;
}
.s1
{
	color:#c10000;
}
.frm-field3
{
	height: 35px;
	background:none;
	border: 2px solid #183559;
	border-radius:15px;
	font-size: 14px;
	color: #fff;
	box-sizing: border-box;
	font-weight:bold;
	margin-top:20px;
	
}
.sctx1
{
	margin-top:0px;
	margin-bottom:0px;
}
.sctx1 ul {
  margin: 0;
  padding: 0;
}

.sctx1 ul li {
  list-style: none;
  margin: 0 5px;
}

.sctx1 ul li a {
  position: relative; 
  display: block;
  width:25px;
  height:25px;
  text-align: center;
  line-height:20px;
  background: #333;
  border-radius: 50%;
  font-size:14px;
  color: #fff;
  border:2px solid #fff;
  transition: .5s;
}

.sctx1 ul li a::before {
  content: '';
  position: absolute;
  top:0px;
  left:0px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ffee10;
  transition: .5s;
  transform: scale(.9);
  z-index: -1;
}

.sctx1 ul li a:hover::before {
  transform: scale(1.1);
  box-shadow: 0 0 15px #ffee10;
}

.sctx1 ul li a:hover {
  color: #ffee10;
  box-shadow: 0 0 5px #ffee10;
  text-shadow: 0 0 5px #ffee10;
}
.sec1
{
	background:#335d7e;
}
.navbar {
	padding-top: 5px;
	padding-bottom: 5px;
}
.nv2
{
	background:#335d7e;
}
/*.nv1
{
	margin-left:25px;
	margin-right:25px;
	line-height:0.8;
}*/

.nv1 {
    margin-left: 22px;
    margin-right: 22px;
    line-height: 0.8;
}
.navbar-light .navbar-nav .nav-link {

    color:rgb(255, 206, 126);

}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {

    color:rgb(226, 160, 131);

}
.sec2
{
    background: linear-gradient(to bottom, #928b99 20%, #487091 100%);
	/*background: linear-gradient(to bottom, #6d5c7d 20%, #335d7e 100%);*/
}

.Important {
    background: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
}
.txt-box
{
	margin-top:10px;
	padding-bottom:20px;
}
.txt-box1
{
	background:#0097d7;
}
.txt1 {
    text-align: center;
    /*color: #335d7e;*/
    color: #001756;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight: bold;
    background: #f09977;
    border-top-right-radius: 25px;
}
/*.txt2
{
	text-align:center;
	color:red;
	font-size:12px;
	padding-bottom:5px;
	font-weight:bold;
}*/
/*.txt2 a
{
	text-decoration:none;
	color:#007bff;
	transition:500ms;
	-moz-transition:500ms;
	-o-transition:500ms;
	-webkit-transition:500ms;
	-ms-transition:500ms;
}*/
.txt2 a {
	color: #00578b;
	text-align: center;
	display: block;
	font-size: 16px;
	padding-bottom: 5px;
	font-weight: bold;
	/* background: #fdf1ec; */
	/* margin: 3px 0; */
	/* transition: all 0.6s; */
	padding: 5px 0;
	text-decoration: none;
}
.txt2 a:hover {
    color: white;
    text-decoration: none;
    background: #f09977;
}
.txt3 {
    text-align: center;
    color: #014f6c;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: bold;
}

.txt4
{
	padding-bottom:2px;
	text-align:center;
	color:#000;
	font-size:14px;
	font-weight:bold;
}
.sec3
{
	background: linear-gradient(90deg, rgb(160 255 229) 0%, rgb(224 233 174) 100%);
}
.txt-box2 {
	background: #f9b294;
	min-height: 272px;
	border-bottom-left-radius: 25px;
}
.txt1_1
{
	text-align:center;
	color:#fff;
	font-size:18px;
	padding-top:20px;
	padding-bottom:10px;
	font-weight:bold;
	background:#335d7e;
    border-top-right-radius: 25px;
}
.sec4 {
    background: #c9ccd5;
    padding: 25px 0;
}
.txt4_1 {
    color: #062762;
    text-align: justify;
    padding: 5px;
    box-sizing: border-box;
    font-family: 'Vidaloka', serif;
    line-height: 20px;
    font-size: 15px;
}
.what
{
    background:#335d7e;
    width: 100%;
}
.sec5
{
	background:#d2d2d2;
}
.mbox1
{
	border:2px solid #333;
	background:#fff;
	box-sizing:border-box;
	border-top-left-radius:20px;
	border-bottom-right-radius:20px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#0078dd;
	margin-top:10px;
	margin-bottom:30px;
}
.img2
{
	margin-top:15px;
	margin-bottom:10px;
}
.text-1
{
	margin-bottom:15px;
}
.text-1 a
{
	text-decoration:none;
	/*color:#007bff;*/
    color: #017c66;
	transition:500ms;
	-moz-transition:500ms;
	-o-transition:500ms;
	-webkit-transition:500ms;
	-ms-transition:500ms;
}
.text-1 a:hover
{
	color:red;
}
.text-2
{
	text-align:center;
	font-size:36px;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:1px;
	color:#ff5969;
	margin-top:20px;
}
.sec6
{
	background:#9bdfd0;
}
.gallery
{
	background:#4dbebe;
	border-top-left-radius:20px;
	border-bottom-right-radius:20px;
	margin-bottom:20px;
	padding-top:10px;
	box-sizing:border-box;
	border:#333 1px solid;
}
.gallery2
{
	background:#d9a100;
	border-top-left-radius:20px;
	border-bottom-right-radius:20px;
	margin-bottom:20px;
	padding-top:10px;
	border:#333 1px solid;
	box-sizing:border-box;
}
.gallery3
{
	background:#ef4a94;
	border-top-left-radius:20px;
	border-bottom-right-radius:20px;
	margin-bottom:20px;
	padding-top:10px;
	border:#333 1px solid;
	box-sizing:border-box;
}
.gallery4
{
	background:#aa88ff;
	border-top-left-radius:20px;
	border-bottom-right-radius:20px;
	margin-bottom:20px;
	padding-top:10px;
	border:#333 1px solid;
	box-sizing:border-box;
}
.txt5
{
	text-align:center;
	font-size:14px;
	font-weight:bold;
	text-transform:capitalize;
	padding-top:5px;
	padding-bottom:10px;
	box-sizing:border-box;
}
.txt5 a
{
	text-decoration:none;
	/*color:#282828;*/
        color: #ffffff;
	transition:500ms;
	-moz-transition:500ms;
	-o-transition:500ms;
	-webkit-transition:500ms;
	-ms-transition:500ms;
}
.txt5 a:hover
{
	color:red;
}
.text-2
{
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	font-size:30px;
	padding-top:30px;
	padding-bottom:30px;
	/*text-decoration:underline;*/
	letter-spacing:1px;
	/*color:#0097d7;*/
    color: #002a6a;
    font-family: 'Alkatra', cursive;
}
.sec7
{
	background:#335d7e;
}
.ftr {
    /* background: linear-gradient(90deg, rgb(91 116 109) 0%, rgb(224 233 174) 100%); */
    margin-top: 25px;
    background: #003e62;
}
.copy {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}
.text-2-1
{
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	font-size:30px;
	padding-top:25px;
	letter-spacing:1px;
	color:#d9a100;
}


.collegename {
    font-size: 29px;
    font-family: 'Vidaloka', serif;
    color: #003266;
}

.collegeadres {
    font-size: 14px;
    color: #404040;
    /*font-family: 'Vidaloka', serif;*/

}

footer.ft_bg {
    background: #335d7e;
    padding-top: 20px;
}

.footer_hd h2 {
    font-size: 22px;
    padding: 10px 0;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 10px;
    color: #ffcb0d;
    font-weight: bold;
    font-style: italic;
}

.ft_link {
    list-style: none;
}

.ft_link li > a {
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
}

ul.ft_link li > a:hover {
    color: #70e3ff;
}


.facelink {
    color: #fff;
}

.facelink:hover {
    color: #fff;
    text-decoration: none;
}

.aboutfooter {
    color: #fff;
    text-align: justify;
}


.navul {
   background: #2d7ab7;
}


.navul .dropdown-item {
  color: #fff; 
  padding: 10px 6px;
  width: 100%; 
}

.navul .dropdown-item:hover {
    background: #335d7e;
    color: #fff;
}

.navul .dropdown-item:active {
    background: #335d7e;
    color: #fff;
}

.navul .dropdown-item:focus {
    background: #335d7e;
    color: #fff;
}


.bodyheadtext {
    font-family: 'Alkatra', cursive;
    font-size: 35px;
    margin-top: 20px;
    color: #002d50;
    text-align: center;
}

.bodypara {
    font-family: 'Vidaloka', serif;
    font-size: 16px;
    text-align: justify;
    padding: 6px 0;
    color: #3e3e3e;
}

.presentpara {
    text-align: center;
    color: #000;
    font-size: 20px;
    font-family: 'Cardo', serif;
    margin: 12px 0;
    font-weight: 600;
}
h5#gen{
	text-align: center;
    color: #000;
    font-size: 20px;
    font-family: 'Cardo', serif;
    margin: 12px 0;
    font-weight: 600;
}
h4#gen{
	text-align: center;
    color: #002d50;
    font-size: 25px;
    font-family: 'Cardo', serif;
    margin: 12px 0;
    font-weight: 600;
}
.presentpara2{
	text-align: center;
    color: #002d50;
    font-size: 18px;
    font-family: 'Cardo', serif;
    margin: 12px 0;
    font-weight: 600;
}
.presentpara2 span{
	text-align: center;
    color: #000;
    font-size: 18px;
    font-family: 'Cardo', serif;
    margin: 12px 0;
    font-weight: 300;
}
.mission span{
	text-align: center;
    color: #002d50;
    font-size: 18px;
    font-family: 'Cardo', serif;
    margin: 12px 0;
    font-weight: 600;
}
.mission{
	text-align: center;
    color: #000;
    font-size: 18px;
    font-family: 'Cardo', serif;
    margin: 12px 0;
    font-weight: 300;
}
h5#listaff{
	text-align: center;
    color: #002d50;
    font-size: 20px;
    font-family: 'Cardo', serif;
    margin: 12px 0;
    font-weight: 600;}
.iqac_info {
    padding: 20px 0;
}
.iqac_info ul#rules{
	padding: 0;
    list-style-type: upper-alpha;
    padding: 0px 0 70px 0;}
.iqac_info ul#rules li{
	text-align: justify;}

.iqac_info ul#objectives{
	padding: 0;
	list-style-type: disc;
	/*padding: 0px 0 70px 0;*/}
.iqac_info ul#objectives li{
	text-align: justify;}

/*.iqac_info .studentunion{
	padding: 20px 20px 70px 20px;}*/
.iqac_info .studentunion h1.bodyheadtext{
	margin-bottom: 25px;}

/*.iqac_info .activities{
	padding: 10px 40px 70px 40px;}*/
.iqac_info .activities ul li{
    list-style-type: decimal;}

.iqac_info .nss {
	padding: 0 0 40px 0;
}

.img-fluid{
   max-width: 100%;
   height: auto;}

/*.facilities {
	font-family: roboto, sans-serif;
	font-size: 25px;
	font-weight: bolder;
}*/

.facily2 {
    font-family: 'Vidaloka', serif; 
    font-size: 25px;
	font-weight: bolder;
    margin-bottom: 15px;
}
/*.facilities p{
	font-family: roboto, sans-serif;
	font-size: 16px;
	margin-bottom: 3%;
}*/

.facilyinfo {
    font-family: roboto, sans-serif;
	font-size: 16px;
	margin-bottom: 25px;
}
/* gallery */
#gallery {
    padding-top: 40px;

	@media screen and (min-width: 991px) {
	  padding: 60px 30px 0 30px;
	}
  }
  
  .img-wrapper {
	position: relative;
	margin-top: 15px;
	img {
	  width: 100%;
	}
  }
  .img-overlay {
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	i {
	  color: #fff;
	  font-size: 3em;
	}
  }
  
  #overlay {
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
	// Removes blue highlight
	--webkit-user-select: none;
	--moz-user-select: none;
	--ms-user-select: none;
	user-select: none;
	img {
	  margin: 0;
	  width: 80%;
	  height: auto;
	  object-fit: contain;
	  padding: 5%;
	  @media screen and (min-width: 768px) {
		width: 60%;
	  }
	  @media screen and (min-width: 1200px) {
		width: 50%;
	  }
	}
  }
  
  #nextButton {
	color: #fff;
	font-size: 2em;
	transition: opacity 0.8s;
	&:hover {
	  opacity: 0.7;
	}
	@media screen and (min-width: 768px) {
	  font-size: 3em;
	}
  }
  
  #prevButton {
	color: #fff;
	font-size: 2em;
	transition: opacity 0.8s;
	&:hover {
	  opacity: 0.7;
	}
	@media screen and (min-width: 768px) {
	  font-size: 3em;
	}
  }
  
  #exitButton {
	color: #fff;
	font-size: 2em;
	transition: opacity 0.8s;
	position: absolute;
	top: 15px;
	right: 15px;
	&:hover {
	  opacity: 0.7;
	}
	@media screen and (min-width: 768px) {
	  font-size: 3em;
	}
  }
  
/* gallery */

/* changes */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: #fff;
	background-color: transparent;
  }
/* changes */

.textmidd {
    border: 1px solid #000 !important;
    background: #335d7e !important;
    color: #fff;
}

.rtispcl {
    font-size: 18px;
    color: #00b795;
    text-decoration: none;
    font-weight: 500;
}

.rtiheadcl {
    font-size: 17px;
    color: #0068a5;
    margin-top: 11px;
    display: inline-block;
    font-weight: 600;
}


.rtireplcl {
    color: #c96600;
    font-size: 16px;
    font-family: 'Vidaloka', serif;
}

.bodypara2 {
    font-size: 17px;
    color: #007a6f;
    line-height: 20px;
    font-weight: 500;
    padding: 10px 0;
}


/*-- Photo gallery section start --*/


.img-wrapper > a> img {
    height: 210px;
    min-height: 210px;
    width: 100%;
}

a.iqaslink {
    display: block;
    color: #007083;
    font-size: 18px;
    font-weight: 600;
}


/*-- library section start --*/
.questionlink {
    text-align: center;
    display: inline-block;
    color: #278301;
    font-weight: 600;
    font-size: 17px;
    padding: 5px 0;
}

.opaclink {
    text-align: center;
    display: inline-block;
    color: #007c26;
    font-weight: 600;
    font-size: 25px;
}


.card-horizontal {
    display: flex;
    flex: 1 1 auto;
}


.pimgcll {
    width: 250px;
    height: 253px;
}

.img-side-text {
    width: 25%;
    float: left;
    margin-right: 15px;
}

.importantboxnt {
    background: #f1efef;
    padding: 14px 10px;
    min-height: 385px;
    box-shadow: 4px 0px 11px 1px #b3b3b3;
}

.importantboxnt h4 {
    text-align: center;
    background: #98d1b9;
    padding: 7px 0;
    color: #000;
    font-size: 23px;
   font-family: 'Cardo', serif;

}

.importgb {
    color: #006a74;
    padding: 5px 0;
    display: inline-block;
    /*display: block;*/
}
.libtext {
   text-align: justify;
}

a.questionlink2 {
    color: #02415e;
    font-weight: 500;
    font-size: 17px;
    padding: 5px 0;
    display: inline-block;
}

p.libcontbox2 {
    border: 1px solid #000;
    margin: 20px 0;
    padding: 20px;
    border-radius: 8px;
}

p.servcl {
    color: #14597a;
    font-size: 25px;
    padding: 12px 0;
}

/* accordion */

#main {
	margin: 50px 0;
  }
  
  #main #faq .card {
	margin-bottom: 5px;
	border: 0;
  }
  
  #main #faq .card .card-header {
	border: 0;
	-webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
			box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
	border-radius: 2px;
	padding: 0;
  }
  
  #main #faq .card .card-header .btn-header-link {
	display: block;
	text-align: left;
	background: #14597a;
	color: #ffffff;
	padding: 15px;
  }
  
  #main #faq .card .card-header .btn-header-link:after {
	content: "\f107";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	float: right;
  }
  
  #main #faq .card .card-header .btn-header-link.collapsed {
	background: #14597a;
	color: #fff;
  }
  
  #main #faq .card .card-header .btn-header-link.collapsed:after {
	content: "\f106";
  }
  
  #main #faq .card .collapsing {
	background: #fff6ce;
	line-height: 30px;
  }
  
  #main #faq .card .collapse {
	border: 0;
  }
  
  #main #faq .card .collapse.show {
	background: #fff6ce;
	line-height: 30px;
	color: #222;
  }

/* accordion */

/*.programmebtn{
	text-align: center;
}*/


/*-- faculty section start --*/
.facultysub {
   background: #9ce5c0;
}

.faculnm {
    background: #86cbf3;
    border: 1px solid #000 !important;
}
tr.facultysub th {
    border: 1px solid #000;
}

.facultyall tr td {
    border: 1px solid #000;
}

.imgcalend {
    border: 1px solid #000;
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.academichead {
    text-align: center;
    font-size: 25px;
    /*padding: 15px 0;*/
    color: #009faf;
    font-weight: 500;
}



.accordion-button {
            background: linear-gradient(to right, #6a11cb, #2575fc);
            color: #fff;
            font-weight: bold;
            padding: 15px;
            border-radius: 8px;
            transition: all 0.3s ease;
        }

            .accordion-button:not(.collapsed) {
                background: linear-gradient(to right, #2575fc, #6a11cb);
                box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
            }

            .accordion-button::after {
                filter: invert(1);
            }

        .accordion-item {
            border: none;
            margin-bottom: 10px;
            border-radius: 8px;
            overflow: hidden;
        }

        .accordion-body {
            background: #f8f9fa;
            padding: 20px;
            border-radius: 0 0 8px 8px;
        }

            .accordion-body ul {
                padding-left: 20px;
                list-style: none;
            }

            .accordion-body li {
                padding: 5px 0;
            }

            .accordion-body a {
                color: #2575fc;
                font-weight: 600;
                text-decoration: none;
                transition: color 0.3s;
            }

                .accordion-body a:hover {
                    color: #6a11cb;
                }

        .accordion-button:not(.collapsed) {
            color: #fff !important;
        }

        .accordion-button {
            color: #fff !important;
        }
        /* Responsive tweaks */
        @media (max-width: 768px) {
            .accordion-button {
                font-size: 14px;
                padding: 12px;
            }

            .accordion-body {
                font-size: 14px;
                padding: 15px;
            }
        }