 @charset "utf-8";
/* CSS Document */
/*------------------------------------------------------------------
    File Name: style.css
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
    IMPORT FONTS
-------------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,600,700,900);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700,700i);
@import url(https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);

/*------------------------------------------------------------------
    IMPORT FILES
-------------------------------------------------------------------*/

@import url(animate.css);
@import url(prettyPhoto.css);
/*@import url(owl.carousel.css);*/
@import url(font-awesome.min.css);

/*------------------------------------------------------------------
    SKELETON
-------------------------------------------------------------------*/
*:focus {
    outline: 0 !important;
}
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#333333;
	/*text-align:center;*/
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
    line-height: 1.80857;
}
body::selection {
  background: #2aaae6 !important;
  color: #FFF;
  text-shadow: -1px -1px rgba(0,0,0,0.3);
}
p{
	font-size:15px;	
}
a {
   /* color: #0a58ca;*/
   	color:#fd2d2d;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
a:hover { color: #333; outline: none; text-decoration:none;}
/*------------------------------------------------------------------
    HEADER
-------------------------------------------------------------------*/
.container ::selection {
  background: #0d96c0 !important;
  color: #FFF;
  text-shadow: -1px -1px rgba(0,0,0,0.3);
}
.container{
	max-width:1170px;
}
.header-top{
	background-color:#ffbf00;;
	font-size:13px;
	padding:5px 0;
}

ul.social-link{
	margin:0;
	padding:3px 0 0 0;
}
ul.social-link li{
	display:inline-block;
	margin-right:5px;
	}
ul.social-link li a{
    display: inline-block;
    background: #fff;
    height: 20px;
    width: 20px;
    text-align: center;
    border-radius: 50%;
	line-height:20px;
	color: #3e2f01;
}	
ul.social-link li a i{
    font-size: 12px;
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    font-style: normal;
    margin: 0;
}
ul.social-link li a:hover{
	background: #3e2f01;
	color:#fff;
}	

ul.top-address{
	margin:0;
	padding:0;
}	
ul.top-address li{
	list-style:none;
	display:inline-block;
	border-left:1px solid #fed65d;
	padding:0px 10px;
	margin:3px 0;
	color:#3e2f01;
}
ul.top-address li:last-child{
	border-right:1px solid #fed65d;
}
ul.top-address li i{
	font-size: 14px;
	color: #3e2f01;
	font-family: 'FontAwesome';
	display: inline-block;
	margin-right: 6px;
	font-style: normal;
}	
ul.top-address li a{ color:#fcfeff; text-decoration:none;}				
/*------------------------------------------------------------------
    LOGO
-------------------------------------------------------------------*/
.header-logo{
	background-color:#b6eeff;
	/*border-bottom:5px solid #fe5a0e;*/
	background:#b6eeff url(../images/bg.png) repeat top left;
}
.header-logo .navbar-brand {
  margin-right: 0;
}
.header-logo img{
	height:150px;
	width:auto;
}
.header-logo h1{
	font-size:28px;
	font-weight:600;
	margin-bottom: .3rem;
}
.header-logo span{
	font-size:16px;
}
.odia {
    font-family: 'Noto Sans Oriya';
}
.header-logo .odia span{
	font-size:17px;
}

/*------------------------------------------------------------------
    MENU
-------------------------------------------------------------------*/
.header-menu{
	background-color:#16647c;
	margin-bottom:0px;
}
.main-menu{
	background-color:#16647c;
	padding-top: 0;
	padding-bottom: 0;
}
.main-menu .navbar-nav .nav-item{
	border-right: 1px dotted #7bc1d6;
	border-left: 1px dotted #042631;
}
.main-menu .navbar-nav .nav-item:first-child{
	border-left:0px dotted #a83703;
}
.main-menu .navbar-nav .nav-item:last-child{
	border-right:0px dotted #ffbd9f;
}
.main-menu .navbar-nav .nav-link{
	color:#ffffff;
	font-size:15px;
	padding:8px 13px;
	text-transform:uppercase;
	font-weight:500;
}
.main-menu .navbar-nav .nav-item:first-child .nav-link{
	padding:9px 5px 8px 5px;
	font-size:26px;
	line-height:1;
}
.main-menu .navbar-nav .nav-link:hover{
	color:#333;
	background-color: #ffbf00;
}
.navbar-dark .navbar-nav .nav-link.active{
  	color: #333;
	background-color: #ffbf00;
}
.main-menu .navbar-toggler {
	background-color: #ffbf00;
	padding: .2rem .5rem;
}
.main-menu .navbar-toggler-icon {
  width: 1em;
  height: 1.2em;
}
.main-menu .dropdown-menu {
  min-width: 15rem;
  padding: 0 0;
  margin: 0;
  font-size: 14px;
  color: #212529;
  background-color: #fff;
  border:0;
  border-top: 1px solid #16647c;
  border-bottom: 2px solid #16647c;
  border-radius: 0;
  top:99%;
  
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.main-menu .dropdown-menu .dropdown-item  {
	color: #333333;
	border-top: 1px solid #e0e0e0;
	padding: .3rem 1rem;
}
.main-menu .dropdown-menu a:hover.dropdown-item {
	color: #ffffff;
	background-color: #16647c;
}

@media all and (min-width: 992px) {

	.dropdown-menu li{
		position: relative;
	}
	.dropdown-menu .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:0px;
	}
	.dropdown-menu .submenu-left{ 
		right:100%; left:auto;
	}

	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {

.dropdown-menu .dropdown-menu{
		margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
}

}	

.main-menu .dropdown:hover>.dropdown-menu {
  display: block;
}

/*.main-menu .dropdown>.dropdown-toggle:active {
    pointer-events: none;
}*/

@keyframes menu_sticky {
    0% {
        margin-top: -100px;
    }
    50% {
        margin-top: -90px;
    }
    100% {
        margin-top: 0;
    }
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    animation-name: menu_sticky;
    animation-duration: 0.60s;
    animation-timing-function: ease-out;
    -webkit-box-shadow: 0px 13px 30px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 13px 30px -12px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 13px 30px -12px rgba(0, 0, 0, 0.75);
}

/*------------------------------------------------------------------
    SLIDER
-------------------------------------------------------------------*/
.slider{
	background:#262626;
	height:404px;
	padding:0;
}
.carousel-item {
	text-align:center;
}
.slider .carousel-caption {
	position:relative;
	color: #fff;
	text-align:left;
	padding:0;
	height:380px;
	left:0;
}
.slider .carousel-caption h1{
	font-weight:700;
}
.slider .carousel-caption p{
	font-size:18px;
}
a.viewall{
	padding:6px 20px;
	border-radius:6px;
	color: #fff;
	background-color: #0d96c0;
	border-color: #0d96c0;
}
a.viewall i{
	margin-left:5px;
}
.btn-wc{
	width:190px;	
}
.btn-bg1{
	background-color:#FC3 !important;
	border:1px solid #FC3 !important;
	color:#3e2f01 !important;
}
a.viewall:hover, .btn-bg1:hover{
	color: #fff !important;
	background-color: #555 !important;
	border-color: #555 !important;
}
.slider .carousel-indicators [data-bs-target] {
	width: 35px;
	height:5px;
	border-top: 0;
	border-bottom: 0;
	opacity: 1;
	/*border-radius: 50%;*/
	margin-right: 8px;
	margin-left: 8px;
}
.slider .carousel-indicators .active {
  opacity: 1;
  background-color:#FFBF00;
}
.slider .carousel-control-prev {
  left: 0px;
  opacity:1;
}
.slider .carousel-control-next {
  right: 0px;
   opacity:1;
}
.slider .carousel-control-next-icon, .slider .carousel-control-prev-icon {
	background-color:#333;
	padding-top:25px;
	padding-bottom:25px;
	background-size:100% 50%;
}
.slider .carousel-control-prev-icon:hover, .slider .carousel-control-next-icon:hover{
	background-color:#000;
}

.welcome{
	background-color:#fbfbfb;
	min-height: 292px;	
}
.heading h1{
	color:#25394e;	
	font-size:24px;
	font-weight:700;
	margin-bottom:15px;
	padding-bottom:2px;
	border-bottom:1px solid #eee;
}
.welcome .heading h1 {
	padding-bottom:24px;
    border-bottom: 1px solid #ddd;
	text-align: center;
	font-size: 25px;
}
.heading h4{
	color:#0d96c0;
	font-size:18px;
	font-weight:400;
	margin-bottom:5px;
}

.right_heading h3{
color: #fff;
font-size: 19px;
font-weight: 400;
margin-bottom: 0px;
background-color: #f54a4a;
padding: 7px 10px;
border-left: 4px solid #6d0f0f;
border-bottom: 4px solid #cccccc;
}
.right_heading h3 a{
	color:#FFF;
	text-decoration:none;
}
.right_heading h3 i{
	margin-right:10px;
}
.right_panel{

}
.right_panel .content{
	padding:15px 18px;
	background-color:#efefef;
	border-bottom:4px solid #cccccc;
}
.right_panel .list1{
	margin:0;
	padding:0;
	list-style:none;
}
.right_panel .list1 li{
	margin:0;
	padding:5px 0;
	list-style:none;
	font-size:16px;
	border-top:1px dotted #bbb;
	border-bottom:1px dotted #ffffff;
}
.right_panel .list1 li:first-child{
	border-top:0px dotted #bbb;
}
.right_panel .list1 li:last-child{
	border-bottom:0px dotted #ffffff;
}
.right_panel .list1 li:before {
	content: "\f021";
	font-family: Icofont;
	color: #f54a4a;
	margin-right:10px;
}
.right_panel .list1 li a{
	font-size:16px;
	color:#333;
}
.right_panel .list1 li a:hover{
	color:#0d96c0;
}
.tender{
	list-style:none;
	margin:0;
	padding:0;
}
.tenderitem{
	padding:5px 0px;
	margin-bottom:5px;
	font-size:16px;
	border-bottom:1px solid #ddd;
}
.tenderitem:before{
	content:'\2605';
	margin-right:5px;
	font-size:16px;
	color:#0D96C0;
}
.tenderitem span{
	font-weight:600;
	font-size:14px;
	color:#0d96c0;
}
.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:#eee;
}
.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: #fd2d2d;
	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; }

#tendertape .carousel-item span{ font-size:13px; color:#F00; border-bottom:4px solid #eee;}
#tendertape .carousel-item p{ font-size:17px; line-height:20px; font-weight: 600; margin-top:10px; margin-bottom:0;}
#tendertape .carousel-item a{ color:#333;}
#tendertape .carousel-item a:hover{ color:#36F;}

#tendertape .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

#tendertape .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
#tendertape .carousel-control-prev, #tendertape .carousel-control-next{
  top: 50%;
}

.event-date{
	border: 1px solid #ccc;
	position: absolute;
	left: 0;
	vertical-align: middle;
	border-radius: 3px;
	text-align:center;
	font-size:13px;
}
.event-date .event-day{
	background-color: #fd2d2d;
    padding: 0px 6px;
	color:#fff;
	letter-spacing: 2px;
	font-size:20px;
}
.event-date .event-month{
	padding: 2px 6px;
}
.mission{
	background:url(../images/bg.png);
}
.infobox{
	padding:15px 10px;
	text-align:center;
	background-color: #e7f8ff;
	border: 1px solid #d0edf9;
}
.infobox h3{
	font-size:28px;
	margin:15px 0 15px 0;
}
.infobox i{
	font-size:50px;
}
.infobox p{
	margin-bottom:10px;
}
.infobox.active, .infobox:hover{
	background-color: #fd384b;
	border: 1px solid #d72435;
}
.infobox.active i, .infobox:hover i, .infobox.active h3, .infobox:hover h3{
	color:#fff;
}
.activity{
	background:#eeeeee;
}
.activity h3{
	font-size:16px;
	margin:5px 0;
}
.activity img{
	width:170px;
	height:160px;
}
.activity .carousel-item-next, .activity .carousel-item-prev, .activity .carousel-item.active {
  display: flex;
}

.committee_list{
	background-color:#FFBF00;
}

.committee_list ul{
	margin:0
}
.committee_list ul li{
	margin:2px 0;
}
.committee_list ul li a{
	padding:5px 0;
	color:#000;
}

/*------------------------------------------------------------------
    FOOTER
-------------------------------------------------------------------*/

.footer{
	background-color:#111e45;
	color:#ffffff;
}
.footer .logo {
    width: 150px;
    margin-bottom: 5px;
}
.footer-info {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}
.footer h3 {
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
	margin:15px 0 0 0
}
.footer-info h3 {
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
}
.footer-info ul{
	padding:0px;
	margin:0px;
}
.footer-info ul li{
	list-style: none;
	position: relative;
	box-sizing: border-box;
	padding: 5px 0 5px 25px;
	font-size: 14px;
	line-height: 20px;
}
.footer-info ul li:before{
	content: "\ea69";
	font-family: Icofont;
	position: absolute;
	left: 0;
	color: #FFBF00;
}
.footer-info ul li a{
	color:#ffffff;
}
.footer-info ul li a:hover{
	color:#FFBF00;
}
.footer-info p{
	margin-bottom:10px;
	display:block;
	float:left;
	width:100%;
}
.footer-info i{
	font-size:16px;
	margin-right:5px;
	margin-top:4px;
	color: #FFBF00;
	float:left;
	width:20px;
	display:block;
}
.footer-info span{
	float:left;
	width:90%;
	display:block;
}
.footer p {
    font-weight: 400;
}
.social-links {
	margin:0;
    padding: 0;
    list-style: none;
}
.social-links li {
    margin: 0;
	padding:0;
	display:inline;
}
.social-links li a {
	background-color:#FFBF00;;
	color:#111E45;
	border-radius:50%;
	width:35px;
	height:35px;
	display:inline-block;
	font-size:18px;
	text-align:center;
	line-height:35px;
	margin:0 5px;
}
.copyrights{
	background-color:#FFBF00;
}
.copyrights p{
	font-size:15px;
	margin:10px 0;
	color:#3e2f01;
}
.backtotop {
	background-color: #FFBF00;;
	color: #3e2f01 !important;
	width: 50px;
	height: 50px;
	line-height:47px;
	display:block;
	text-align: center;
	font-size: 28px;
	border-radius: 100px;
	position: fixed;
	bottom: -100px;
	right: 50px;
	z-index: 9;
	cursor: pointer;
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	-ms-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}
.left_img{
	border: 1px solid #dee2e6;
}
.left_img img{
	border: none;
}

.content{
	background-color:#fff;
}
.content .heading h1 {
	margin-bottom:36px;
	padding-bottom:10px;
    border-bottom: 1px solid #ddd;
	text-align: center;
	font-size: 25px;
}
.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
  color: inherit;
  font-size: 13px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: .2em .9em !important;
  background: #aaebff;
}

#activity .nav-tabs {
	border:0;
}
#activity .nav-item {
	margin:0 8px 0 0;
}
#activity .nav-item:last-child {
	margin-right:0;
}
#activity .nav-tabs .nav-link {
	background-color:#d8d8d8;
	color:#333;
	text-transform:uppercase;
	border:1px solid #ccc;
	border-radius: .4rem;
	font-size:16px;
	font-weight:600;
	position:relative;
	width:auto;
	padding-left:0;
	padding-right:0;
}
#activity .nav-tabs .nav-link.active, #activity .nav-tabs a.nav-link:hover {
	background-color: #ffbf00;
	border: 1px solid #efb405;
	color: #333;
}
#activity .nav-tabs .nav-link.active:after {
    content:  "▼";
	position:absolute;
	color:#efb405;
	display:block;
	left:45%;
}

#activity .tab-content {
  background-color: #ffffff;
  padding : 30px 0px;
}

#activity .tab-content h5 {
  font-size:20px;
  font-weight:600;
  margin-bottom:15px;
}
.hd1{
	background-color:#41BDE3;
	color:#fff;
	border-radius:5px;
	padding:4px 0;
	margin:20px 0;
}
.des2{
	background-color:#16647C;
}
.des2 h4{
	color:#fff;
	margin:15px 0 15px 0;
	font-weight: 700;
}
.des2 h4 a{
	color:#fff;
	font-weight: 500;
	float:right;
	font-size:14px;
	background-color:#FD2D2D;
	padding:5px 10px;
}

.des2 .details{
	background-color:#fff;
	padding:15px;
}
.hd2{
	background-color:#BBEFFF;
	color:#232323;
	border-left:4px solid #16647c;
	
	padding:5px 10px;
	font-weight:600;
}/*Start hiding from IE Mac \*/
/*Stop hiding from IE Mac */

.gallery {
	background-color:#fff;
}
.photo_block{
	background-color:#fff;
	padding:15px 15px;
}
.video_block{
	background-color:#fff;
	padding:15px 15px;
}
.photo_block h4, .video_block h4{
	color:#333;
	font-weight:600;
	margin-bottom:20px;
	writing-mode: vertical-lr;
	text-orientation:upright;
}
.video_block iframe{
	height:120px;
}
.gallery-box a h4{
	background-color:#e54e4e;
	color:#fff;
	font-size:16px;
	padding:5px 15px;
	text-align:center;
	margin:0;
	transition: 0.3s;
}
.gallery-box a:hover h4{
  background-color: #3e8e41;
  color: white;
}

article {
    display: inline-block;
    width: 18%;
    margin: 0 auto;
    margin-right: auto;
    height: auto;
    margin-right: 1%;
}
.portfolio-item {
    /*border: 1px solid #ddd;*/
    margin-bottom: 20px;
   /* padding: 0 0 0px;*/
}
.portfolio-item .gallery_cat_img {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    max-width: 100%;
    min-height: 135px;
}
.folio-info-gallery h5 {
    text-transform: none;
    padding: 0px 5px;
}
.leftbar{
	background-color: #16647C;
	border: 5px solid #b9edff;	
}
.dept{
	padding:10px 0px;
}
.dept h4{
	background-color:#ffbf00;
	color:#333;
	margin:0;
	padding:5px 10px;
	font-size:18px;
}
.dept ul{
	list-style:none;
	margin:0;
	padding:0;
}
.dept ul li{
	list-style:none;
	margin:0 0;
	padding:0;
}
.dept ul li a{
	padding:4px 10px;
	background-color:#16647C;
	color:#FFF;
	display:block;
	font-size:15px;
	border-bottom:1px solid #277A93;
	border-top:1px solid #10576C;
}
.dept ul li a::before { 
 	content: "\f061"; 
    font-family: FontAwesome;
    margin-right: 10px;
    position: relative;
}
.dept ul li a:hover, .dept ul li a.active{
	background-color:#0c4e62;
}
.faculty_block{
	padding:10px;
	background-color:#f1efef;	
	border:1px solid #ddd;
	border-radius:5px;
	text-align:center;
	min-height:320px;
	position:relative;
}
.faculty_block:hover{
	background-color:#fff;	
	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:50%;
}

.faculty_block h4{
	font-size:16px;
	text-align:center;
	margin:10px 0;
}
.faculty_block p{
	font-size:13px;
	margin-bottom: 10px;
}
.faculty_block i{
	font-size:15px;
	margin-right: 5px;
}
.faculty_block a{
	text-align: center;
	background-color: #f33;
	color: #fff;
	border-radius: 4px;
	padding: 4px 4px 4px 10px;
   /* position: absolute;
    bottom: 10px;
    left: 25%;*/
}
.faculty_block a:hover, .faculty_block a:focus{
	background-color: #111;
}
.profile_details{
	padding-top:10px;
	padding-bottom:10px;
}
.profile_details h4{
	padding:0 0 4px 0;
    font-size: 22px;
    font-weight: 600;
    color: #000000;
	text-align:left;
	line-height:22px;
	margin-bottom:5px;
}
.profile_details .designation{
    font-size: 16px;
	font-weight:500;
}
.profile_details p{
    font-size: 14px;
	margin: 0 0 4px 0;
}
.profile_details p i{
    font-size: 16px;
}
#faculty_accordion .accordion-button {
	padding:10px 20px;
	font-weight:600;
}
#faculty_accordion .accordion-button:not(.collapsed) {
  color: #333;
  background-color: #ffdf7e;
}
.faculty_details_tb
{
	color:#333;	
}

.faculty_details_tb h6{
	font-size:18px;
	font-weight:600;
	margin-top: 5px;
	margin-bottom: 20px;
	background-color: #aaebff;
	padding: 4px 10px;
	color: #06313e;
}
.faculty_details_tb p{
	margin-left: 10px;
	margin-bottom: 10px;
}
.contact-block {
  text-align: center;
  border: 5px solid #EEF2F6;
  padding: 15px 15px;
}

.contact-block i {
  font-size: 50px;
  margin-bottom: 15px;
  display: inline-block;
  color: #ffbf00;
}
.contact-form-wrap .form-group {
  margin-bottom: 20px;
}
.contact-form-wrap .form-group .form-control {
  box-shadow: none;
  width: 100%;
  border-radius:0;
  font-size:14px;
  height:50px;
}
.breadcrumb {
	font-size:12px;
	justify-content: center;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, ">");

}