/********** Template CSS **********/
:root {
  --vp-shadow-1: 0 1px 2px rgba(0, 0, 0, .04), 0 1px 2px rgba(0, 0, 0, .06);
  --vp-shadow-2: 0 3px 12px rgba(0, 0, 0, .07), 0 1px 4px rgba(0, 0, 0, .07);
  --vp-shadow-3: 0 12px 32px rgba(0, 0, 0, .1), 0 2px 6px rgba(0, 0, 0, .08);
  --vp-shadow-4: 0 14px 44px rgba(0, 0, 0, .12), 0 3px 9px rgba(0, 0, 0, .12);
  --vp-shadow-5: 0 18px 56px rgba(0, 0, 0, .16), 0 4px 12px rgba(0, 0, 0, .16)
}  
body{
	font-family: "Roboto",sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7;
	color: #444;
	/*color: #4d5470;*/
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  font-family: "Poppins",Sans Pro;
  color: #065a9d;
}
a {
  color: #ea981a;
  text-decoration: none;
}
a:hover, a:focus {
  color: #612a80;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-medium {
    font-weight: 500;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
	font-family: "Raleway",sans-serif;
    transition: .5s;
    font-weight: 500;
	border-radius:5px;
	padding:2px 10px;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--bs-light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--bs-dark);
}

.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;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-weight: normal;
}
.btn-sm,.btn-group-sm>.btn {
  font-size:12px;
}
.icon-box-primary,
.icon-box-light {
    position: relative;
    padding: 0 0 10px 10px;
    z-index: 1;
}

.icon-box-primary i,
.icon-box-light i {
    font-size: 40px;
    line-height: 0;
}

.icon-box-primary::before,
.icon-box-light::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    left: 0;
    bottom: 18px;
    border-radius: 35px;
    transition: .5s;
    z-index: -1;
}

.icon-box-primary::before {
    background: #FFC107;
}

.icon-box-light::before {
    background: #E2EAF9;
}
/*** Topbar ***/
.top-bar{
	background-color: #e7e7e7; /*bisque;*/
	color: #964949;
}

.top-bar a {
  color: #964949;
}
.top-bar a:hover, .top-bar a:focus {
	text-decoration:underline;
}
.logo-bar{
	background-color:#FFF;	
	/*background-color:#7ab5b0;	*/
}
.logo-bar .logo{
		height:120px;
	}
.logo-bar h1{
	font-family: "Roboto","Red Rose",cursive;
	font-size:41px;
	color:#333;
}
.logo-bar h5{
	color:#545454;
}
@font-face {
font-family: 'Odia';
src: url(font/NotoSansOriya-Bold.ttf) format('truetype')
}
.logo-bar .odia{
	font-family: "Odia","Roboto","Red Rose",cursive;
	font-weight:400;
}
@media (max-width: 991.98px) {
    .logo-bar .logo{
		height:150px;
	}
}
/*** Navbar ***/
.sticky-top {
    top: -100px;
	background-color: #97485c ;
	border-bottom:1px solid #fff;
	border-top:1px solid #86364a;/* #e8cbf8;*/ /*#267871;*/
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    padding: 10px 17px;
    /*color: var(--bs-dark);*/
	color:#FFF;
    font-size: 15px;
    font-weight: 300;
    outline: none;
	text-transform:uppercase;
	border-right:1px dotted #c286e5;
}
@media (min-width: 1400px) {
	
	.navbar .navbar-nav .nav-link {
		padding: 10px 27px;
	}
}
.navbar .navbar-nav .nav-link:last-child {
	border-right:0px dotted #c286e5;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
   /* color: #562DC8;*/
	background-color: #eccaca;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}
.navbar .left-toggle::after {
    border: none;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}
.navbar .nav-item .dropdown-menu {
	font-size:15px;
	padding: 0px;
	box-shadow: var(--vp-shadow-3);
}
.navbar .nav-item .dropdown-menu .sub-item{
	position:relative;	
}
.navbar .nav-item .dropdown-submenu {
	position:absolute;
	display: block;
	width: 100%;
	background-color:#fff;
	left:110%;
	top: 0%;
	min-width:250px;
	border: none; 
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	box-shadow: var(--vp-shadow-3);
}
.navbar .dropdown-menu .sub-item:hover .dropdown-submenu  {
	top: 0%;
	left:100%;
	visibility: visible;
	transition: .5s;
	opacity: 1;
}	

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px;
		border:0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
	.navbar .nav-item .dropdown-submenu {
		top: 0%;
		left:0%;
	}
	.navbar .dropdown-menu .sub-item:hover .dropdown-submenu  {
		top: 100%;
		left:0%;
		visibility: visible;
		transition: .5s;
		opacity: 1;
	}	
	
}

@media (min-width: 992px) {
    .sticky-top {
        /*margin-top: -34px;*/
    }

   /* .navbar {
        height: 68px;
    }*/

    .navbar .nav-item .dropdown-menu {	
        display: block;
		width: 100%;
		min-width:250px;
        border: none;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }
	.navbar .nav-item:hover .dropdown-menu{
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
	.navbar .dropdown-menu .sub-item:hover .dropdown-submenu  {
		top: 0%;
		visibility: visible;
		transition: .5s;
		opacity: 1;
	}	
}

.navbar .nav-item .dropdown-menu .dropdown-item {
	border-bottom:1px solid #E7E2EA;
}

.dropdown-item:hover,
.dropdown-item:focus {
	color: #dc3545;
	background-color: #fff
}

/*.dropdown-menu .dropdown-submenu {
    left: 100%;
    position: absolute;
    top: -100px;
	background-color: #fff;

}*/


/*** Header ***/
@media (min-width: 992px) {
    .header-carousel,
    .page-header {
        margin-top: -34px;
    }
}
.banner_item{
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 480px;
	position: relative;
	z-index: 0;
	display: grid;
	align-items: center;
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: rgba(3, 27, 78, .3);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    background-color: #ECA600;
    border: 15px solid #ECA600;
}

@media (max-width: 767.98px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 300px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.ticker-bar{
	background-color:#FC6;
	color:#3a2402;
	font-size:14px;
	font-weight:500;
}

.ticker-bar p{margin-right: 41px;display: inline}

@keyframes marquee {
  0% {
    left: 100%;
  }
  100% {
    left: -100%
  }
}
.msg-section{
	color:#fff;
	/*background: #9c9d56 url(../images/msg.png)  no-repeat;*/
	background-size:cover;
	background-color:#d1d1d1;	
}
.news_list{
	padding:15px;
	/*border: 10px solid #5179aa;*/
  	border-radius: 15px;
}
.news_list ul, .tender_panel ul{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
}
.news_list ul li, .tender_panel ul li{
	margin:0;
	padding:10px 0;
	border-bottom:1px solid #ddd;
	font-size:15px;
	float:left;
	width:100%;
}
.news_list ul li:before, .tender_panel ul li:before{
/*	content:'\f0a9';
	font-family: 'FontAwesome';
	margin-right:8px;
	color:#a4112c;*/
}
.news_list ul li span.dt
{
	text-decoration:underline;
	font-weight:500;
	margin-right:8px;
}
.news_list ul li span.txt
{
	text-align:justify;
}
.news_list ul li span, .tender_panel ul li span{
	/*display:block;*/
	/*color:#fff;
	background-color:#eca600;
	border-radius:5px;*/
/*	padding:5px 10px;
	margin-right:5px;
	font-size:13px;
	font-weight:500;*/
}
.page-header {
    background: linear-gradient(rgba(213, 188, 194, 0.6), rgba(252, 253, 255, 0.3)) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
	content:'\f101';
    color: #888;
	font-family:'FontAwesome';
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 12px;
    color: #926674;
}


/*** Features ***/
.feature {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/feature.jpg) left center no-repeat;
    background-size: cover;
}

.feature-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.feature-item {
    border: 1px solid #d8e1ed;/*rgba(0, 0, 0, .03) !important;*/
	background-color:#fff;
	transition: .5s;
}
.feature-item:hover{
	/*border-color: #eee;*/
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.experience .progress {
    height: 5px;
}

.experience .progress .progress-bar {
    width: 0px;
    transition: 3s;
}

.experience .nav-pills .nav-link {
    color: var(--dark);
}

.experience .nav-pills .nav-link.active {
    color: #FFFFFF;
}

.experience .tab-content hr {
    width: 30px;
}


/*** About ***/
.about-fact {
    width: 220px;
    height: 220px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

@media (min-width: 576px) {
    .about-fact.mt-n130 {
        margin-top: -130px;
    }
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 36px;
    height: 46px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: var(--bs-primary);
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--bs-primary);
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--bs-primary);
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: 3px;
    border-left: 30px solid #FFFFFF;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** Service ***/
.container-service {
	position: relative;
	background-color: var(--bs-light);
}

.container-service::before {
    position: absolute;
    content: '';
    /*background: var(--bs-light);*/
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    clip-path: polygon(0 0, 100% 0, 100% 30%, 0 70%);
    z-index: -1;
}

.service-item {
    position: relative;
    height: 100%;
    padding: 25px;
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.service-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    transition: .5s;
    background: var(--bs-primary);
}

.service-item:hover::before {
    height: 100%;
    top: 0;
}

.service-item * {
    position: relative;
    transition: .5s;
    z-index: 1;
}
.service-item h6{
	color:#f26800;
}

.service-item:hover h5,.service-item:hover h6,
.service-item:hover p {
    color: var(--bs-white);
}

.service-item:hover .icon-box-primary::before {
    background: var(--bs-dark);
}

.service-item:hover .icon-box-primary i {
    color: var(--bs-white) !important;
}


/*** Team ***/
.container-team {
    position: relative;
}

.container-team::before {
    position: absolute;
    content: '';
    background: var(--bs-light);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    clip-path: polygon(0 70%, 100% 30%, 100% 100%, 0% 100%);
    z-index: -1;
}

.team-item {
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.team-item .team-social {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    transition: .5s;
    background: #97485C;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-item:hover .team-social {
    width: 100%;
    left: 0;
}

.team-item .team-social .btn {
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-social .btn {
    opacity: 1;
}

.team-item img {
	height:200px;
}

/*** Testimonial ***/
.testimonial {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/testimonial.jpg) left center no-repeat;
    background-size: cover;
}

.testimonial-item img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 60px;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-left: 15px;
    color: var(--bs-primary);
    font-size: 30px;
    line-height: 0;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--bs-dark);
}


/*** Contact ***/
@media (min-width: 992px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 0px;
        height: 100%;
        top: 0;
        left: 50%;
        border-left: 1px dashed rgba(255, 255, 255, .2);
    }
}

@media (max-width: 991.98px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 0px;
        top: 50%;
        left: 0;
        border-top: 1px dashed rgba(255, 255, 255, .2);
    }
}


/*** Footer ***/
.footer {
   /* background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/footer.png) center center no-repeat;*/
   background-color: rgb(91, 44, 104);
    background-size: contain;
}

@media (min-width: 992px) {
    .footer::after {
        position: absolute;
        content: "";
        width: 0px;
        height: 100%;
        top: 0;
        left: 50%;
        border-left: 0px dashed rgba(255, 255, 255, .2);
    }
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #fff;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
	font-family: "Roboto",sans-serif;
	font-size:15px;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: rgba(255, 255, 255, .5);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: #ffc107;
	text-decoration:underline;
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    border-top: 1px dashed rgba(255, 255, 255, .2);
}

.copyright a {
    color: var(--bs-white);
}

.copyright a:hover {
    color: var(--bs-primary);
	color: #5B2C68;
	text-decoration:underline;
}

.bg-primary {
  background-color: #3f0560 !important;
}
.bg-dark {
  background-color: #d3840a !important;
}
.text-dark {
  color: #323232 !important;
}

.btn-primary {
  color: #fff;
  background-color: #562dc8;
  border-color: #4f2ab6;
}
.btn-primary {
  color: #fff;
  background-color: #d3840a;
  border-color: #d3840a;
}

.separetor-middle {
    width: 100%;
    height: 1px;
    float: none;
    background:#fff;
    margin: 15px auto 35px;
}
.separetor-middle-inner {
    width: 100%;
    height: 100%;
    background: #ee5a15;
   /* margin: 0px auto;*/
    position: relative;
}
.separetor-middle-inner.two {
	background-image: linear-gradient(to right, #ee5a15, #fff);
	 width: 70%;
}
.separetor-middle-bullet {
    width: 16px;
    height: 16px;
    background: #fff;
    position: absolute;
    left: 48%;
    top: -8px;
    border-radius: 100%;
	padding:2px;
	border:1px solid #ee5a15
}
.separetor-middle-bullet.left-0{
	left: 0;
}
.separetor-middle-bullet:after {
	content:'';
	display:block;
	background: #7e7a88;
	width: 10px;
	height: 10px;
	border-radius: 100%;
}
.event_block{
	min-height: 260px;
	border-right: 2px solid #eaefef;
}
.event_block:last-child{
	border-right:0;
}
@media (max-width: 991px) {
    .event_block{
		border-right:0;
		margin-bottom:15px;
	}
}
.newstape {
  max-height: 320px;
  overflow: hidden;
}
.news-block{
	float:left;
	width:100%;
	position:relative;
	padding-left:0px;
	padding-bottom:0px;
	margin-bottom:10px;
	border-bottom:1px dashed #898989;
	background-color:#f1f1f1;
}
.news-block h3{
	font-size: 15px;
    line-height: 20px;
	margin:0 0 0 5px;
    float: left;
    width: 75%;
}

.news-block .dt{
	font-size: 12px;
	background-color: #826194;
	color:#fff;
	padding:2px 2px;
	float: left;
	width: 20%;
	text-align:center;
	border-radius:5px;
}
.news-block .dd{
	font-size: 22px;
	line-height:24px;
	font-weight:600;
	display:block;
}
.news-block .cont{
	font-size: 14px;
    line-height: 20px;
	margin:0 0 0 5px;
    float: left;
    width: 75%;
	padding:5px ;
}

.newstape-content {
	position: relative;
	float:left;
	width:100%;
	height:100%;
}

.newstape-drag { cursor: ns-resize; }
.shadow-2{
box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;	
}
.list2{
	list-style:none;
	margin:0;
	padding:0;	
}
.list2 li{
	margin-bottom:10px;
}
.list2 li a{
	padding:5px 10px;
	background-color: #9ebf97;
	color: #0d3505;
	font-size:21px;
	font-weight:500;
	display:block;
	border-radius:5px;
	transition: all 0.5s ease-in-out;
	text-align:center;
}
.list2 li a:hover{
	text-decoration:none;
	background-color:#123C68;
	color:#fff;
	padding-left:20px;
	
}
.left_hd{
	background-color: #2d3349;
	padding: 2px 0;
	border-radius: 5px;
	text-align:center;
	color:#fff;
}
.left_menu_box{
	border-radius:5px;
	background-color:#fff;
	border:1px solid #eee;
	padding:5px;
}
.quicklink_list{
	margin:0;
	padding:0;
}
.quicklink_list li{
	list-style:none;
	border:0;
}
.quicklink_list li a{
	border-bottom:1px solid #eee;
	border-top:1px solid #fff;
	padding:8px 10px;
	display:block;
	font-family: "Poppins",Sans Pro;
	background-color: #f4d5d7;
	color: #b31f28;
	font-size: 16px;
	border-radius: 5px;
	transition: all 0.5s ease-in-out;
}
.quicklink_list li a:hover, .quicklink_list li a:focus, .quicklink_list li a.active{
	background-color: #CC3333;
	color: #fff;
}
.quicklink_list li a i{
	color:#333;
	margin-right:5px;
	font-size: 12px;
}
.quicklink_list li a:hover i, .quicklink_list li a:focus i, .quicklink_list li a.active i{
	color:#fff;
}

.quicklink_list li li a{
	padding:5px 10px;
	background-color:transparent;
	color:#444;
	font-size: 15px;
}
.quicklink_list li li a:hover, .quicklink_list li li a.active{
	background-color: #777;
	color:#fff;
}
.department_bar{
	border-radius: 5px;
}
.department_bar ul{
	list-style:none;
	margin:0;
	padding:0;
}
.department_bar ul li{
	list-style:none;
	display:inline-block;
}
.department_bar ul li a{
	padding: 2px 14px;
	color: #000;
	display: inline-block;
	float: left;
	font-size: 14px;
	border: 1px solid #E8C1C1;
	border-radius: 4px;
	text-decoration: none;
	background-color: #f4d5d7;
}

.department_bar ul li a:hover, .department_bar ul li a.active{
	background-color:#CC3333;
	color: #fff;
}
.faculty_block{
	padding:10px 5px;
	background-color:#fff;	
	border:1px solid #ddd;
	border-radius:5px;
	text-align:center;
	min-height:290px;
	margin-bottom: 15px;
	position:relative;
	transition:all .5s;
}
.faculty_block:hover{
	background-color: #ebf5ff;
	border: 1px solid #c9dcef;	
	/*box-shadow: inset 0 -3em 3em rgba(0, 0, 0, 0.1), 0 0 0 2px rgb(255, 255, 255),
    0.3em 0.3em 1em rgba(0, 0, 0, 0.3);*/
}
.faculty_block img{
	width:40%;
}

.faculty_block h4{
	font-size:16px;
	text-align:center;
	margin:10px 0;
	color:#c12844;
}
.faculty_block p{
	font-size:13px;
	margin-bottom: 10px;
}
.faculty_block i{
	font-size:15px;
	margin-right: 8px;
	color:#c12844
}
.faculty_block a{
	text-align: center;
	background-color: #06c;
	color: #fff;
	border-radius: 4px;
	padding: 4px 10px;
	text-decoration:none;
	/*position: absolute;
	bottom: 10px;
	left: 25%;*/
}
.faculty_block a:hover, .faculty_block a:focus{
	background-color: #111;
}

.pagination_link {
    float: right;
	margin-bottom: 2px;
}
.pagination_link a{
	padding:5px;
	border:1px solid #ddd;
}
#page_a_link, #page_links, #page_links_prev, #page_links_next{
	background-color: #5a607a;
	border: 1px solid #525a77;
	padding: 4px 8px;
	margin: 1px;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	border-radius:4px;
}
#page_links {
	background-color: #ea981a;
	border: 1px solid #d3840a;
	font-weight:bold;
}
#page_links_prev, #page_links_next{
	background-color: #eee;
	border: 1px solid #ddd;
	color: #635e5e;
}
.sticky_department{
	top: 45px;
	background-color: #474747;
	transition: .5s;
	position: sticky;
	z-index: 1000;
}
.list-1{
	padding:0;
	margin:10px 0;
}
.list-1 li {
    border-bottom: 1px solid #eee;
    line-height: 25px;
    margin-bottom: 15px;
    padding: 10px;
    font-size: 14px;
	list-style: none;
}
.list-1 span {
    font-size: 14px;
    color: #1c7bcc;
}
.list-1 li h5 {
    font-size: 18px;
    margin-bottom: 10px;
}
.list-1 li:hover{
	background-color:var(--bs-light);
}
.div-spn-error, .errMsgText{
	color:#F30;
	font-size:14px;
}
.registration_block .form-floating > label {
  color: #d3840a;
}
.modal .close{
	position:absolute;
	right:10px;
	color:#D9534F;
	opacity:1;
	z-index:1;
}
.modal .modal-title{
	/*font-family:'Inter';*/
	font-weight:600;
}

.frontend_alumni{
	display: table;
}
.indalumni{
	width: 100%;
    display: table-cell;
    text-align: center;
}
.frontend_alumni img{
    display: inline-table;
	border: 2px solid #ffd0dc;
    padding: 6px;
    margin-bottom: 10px;
	float: none;
	margin-left: 0;
	transition : border 500ms ease-out;
}
.frontend_alumni:hover img{
	border: 2px solid #ccc;
}
.frontend_alumni b{
    text-transform: uppercase;
}
.form-floating > textarea.form-control {
  height: calc(1.5em + 0.75rem + 80px);
}

/*--thank you pop starts here--*/
.thank-you-pop{
	width:100%;
 	padding:20px;
	text-align:center;
}
.thank-you-pop img{
	width:76px;
	height:auto;
	margin:0 auto;
	display:block;
	margin-bottom:25px;
}

.thank-you-pop h1{
    margin-bottom: 25px;
	color:#5C5C5C;
}
.thank-you-pop h4.cupon-pop{
	font-size: 20px;
    margin-bottom: 40px;
	color:#222;
	display:inline-block;
	text-align:center;
	padding:10px 20px;
	border:2px dashed #222;
	clear:both;
	font-weight:normal;
}
.thank-you-pop h4.cupon-pop span{
	color:#03A9F4;
}
.thank-you-pop a{
	display: inline-block;
    margin: 0 auto;
    padding: 9px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #8BC34A;
    border-radius: 17px;
}
.thank-you-pop a i{
	margin-right:5px;
	color:#fff;
}
#thankyouModal .modal-header{
    border:0px;
}
#thankyouModal .btn-close {
  background:#dc3545 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 1px solid #dc3545;
}

div.img{
	text-align: center;
	padding: 0;
	width: 50%;
	margin: auto;
}
.img input{
	display: none;
  }
.img label{
	cursor: pointer;
	color: #666;
}
#imageName{
	color: #000;
	font-weight: bold;
}
.div-spn-error{
	color: #dc3545;
	font-size: 12px;
	margin-top: 4px;
}
.gal_cat{
	position:relative;
}
.gal_cat a{
	display:block;
	position:relative;
}
.gal_cat a .overlay{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .3s ease;
	transition: .3s ease;
	background: rgba(211, 132, 10, 0.4);
	}
.gal_cat:hover a .overlay{  
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	}			


.dept-content .tab-content{
	padding:20px 0;

}
.dept-content .nav-tabs > li > a {
	font-size:18px;
}

.dept-content .nav-tabs .nav-link.active, .dept-content .nav-tabs .nav-item.show .nav-link{
	color: #fff;
	background-color: #2b699f;
	border: 1px solid #2f72ac;
}
.dept-content .page-title{
	margin-bottom:25px;
}

.hd1{
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	color:#C00;
}
.table{
	color:#333;	
}