body, html{
	font-family: 'Lato', sans-serif;
	color:#222;	
	font-weight:500;
	font-size: 15px;
}
a {text-decoration:none !important;}
.topbar{
	background-color:#07af4f;
	padding:2px 0;
	color:#FFF;
}
.topbar a{
	color:#fff;
}
.text-green{
	color: #07af4f;
}
.bg-odd{
	background-color:#d0e1f9;
}
.title-head{
	color:#f92e26;
}
.title-color{
	color:#000;
}
.text-green{
	color:#07af4f;
}
/*============================================================*/
/* logo colors */
.bg-red{
	background-color:#cf3537;
}  
.bg-orange{
	background-color:#f57433;
}  
.bg-yello{
	background-color:#f9bb2c;
} 
.bg-lawn_green{
	background-color:#9cca44;
} 
.bg-green{
	background-color:#06b057;
} 
.bg-turquoise{
	background-color:#12aab5;
} 
.bg-blue{
	background-color:#026bb0;
} 
.bg-indigo{
	background-color:#623c91;
} 
.bg-violetred{
	background-color:#a13694;
} 
.inner-btn {
    background-color: #012a58;
    padding: 10px;
    color: #fff;
    border-radius: 10px 0px;
    display: block;
    margin-top: 13px;
}
/*------------------------------------------------------------------
[Preloader]
*/

.page-loader {
	background: #FFF;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 9998;
}

.loader {	
	position: absolute;
	left: 45%;
	top: 32%;
}
.logo {
    top: -58px;
    position: absolute;
    z-index: 1000;    
}
.position-center-y {
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0px);
    z-index: 1000;    
}
.inner-banner{position: relative;width: 100%}
.inner-banner-img{width: 100%;height: 150px;}
.inner-banner h1 {position: relative;color: #1C204D;font-size: 50px;font-weight: 800;padding-bottom: 17px;line-height: 60px;text-align: center;}
.inner-banner .inner-con{position: absolute;top: 40%;left: 50%;transform: translate(-50% , -50%);}

/* nav bar */
#menufixed {
	margin-top:	38px;
}
.navbar img{
	height: 100px;
	width: 100px;
}
.main-banner{
	margin-top:	170px;
}
.navbar.navbar-expand-lg.navbar-light {
	padding: 0px;
}
.navbar-light .navbar-nav  a{
    color: #000 !important;
}
.navbar-light .navbar-nav .dropdown-menu a{
    color: #fff !important;
    padding:0.5rem 1rem;
}
.navbar-light .navbar-nav ul li a {
    color: #fff !important;
}
.navbar-light .navbar-nav ul li:hover a{
    color: #000 !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu{
    background-color: #012a58;
    margin-top: 10px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu.medium{
    background-color: #07af4f;
    margin-top: -5px;
    width:500px;
}
/*-------------------------------------------------*/
/* =  home slider
/*-------------------------------------------------*/
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}
.slider-right {
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	z-index: 999;
	right: 35px;
	top: 240px;
}
.homeSlider {margin-top: 194px;}
.homeSlider .carousel-inner{ position:static; height: 100%; max-height: calc(100vh - 145px); }
.homeSlider .carousel-inner{ max-height: calc(100vh - 145px); }
.homeSlider .carousel-item{ height: 100%; background: rgba(0,0,0,0.3) !important; }

.homeSlider .carousel-item img{ height:calc(100vh);   -webkit-animation: zoom 20s; animation: zoom 20s; }
.homeSlider .carousel-caption { background:rgba(0,0,0,0.7); width: 600px; left: 20px;}
.homeSlider .carousel-caption h3{
	color:#07af4f;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #677f9b;
}
.about-section{
	padding:80px 0;
}
.section-title {
    color: #222222;
    display: block;
    font-size: 30px;
    margin-bottom: 30px;
    position: relative;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}
.section-title.light-title {
    color: #fff;
}
.section-title.light-title > span.sub-title {
    color: #fff;
}
.section-title.light-title > span.linner {
    border-color: #fff;
}
.section-title.section-title-center {
    margin-bottom: 40px;
    text-align: center;
}
.section-title.section-title-center > span.linner {
    margin-left: auto;
    margin-right: auto;
}
.section-title > span.sub-title {
    color: #616161;
    display: block;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.section-title > span.linner {
    border-bottom: 2px solid #000;
    border-top: 2px solid #000;
    display: block;
    height: 20px;
    margin-top: 25px;
    width: 70px;
}
.section-title > span.linner::after {
    background-color: #f5ab35;
    content: "";
    display: block;
    height: 2px;
    margin: 7px auto;
    width: 70%;
}
ul.feature-list {
    display: block;
    float: left;
    margin: 30px 0;
    width: 100%;
}
ul.feature-list li {
    display: inline-block;
    margin-right: 25px;
}
ul.feature-list li:last-child {
    margin-right: 0;
}
ul.feature-list li > a {
    color: #616161;
    display: block;
    font-size: inherit;
    line-height: inherit;
    margin-bottom: inherit;
    text-decoration: none;
    transition: all 450ms ease-in-out 0s;
}
ul.feature-list li > a:hover {
    color: #f5ab35;
}
ul.feature-list li > a:hover i {
    color: #f5ab35;
}
ul.feature-list li > a:hover h2 {
    color: #f5ab35;
}
ul.feature-list li > a:hover h2 > span {
    color: #f5ab35;
}
ul.feature-list li > a i {
    color: #616161;
    font-size: 34px;
    margin-right: 10px;
    margin-top: -4px;
    transition: all 450ms ease-in-out 0s;
    vertical-align: top;
}
ul.feature-list li > a h2 {
    color: #222222;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    transition: all 450ms ease-in-out 0s;
}
ul.feature-list li > a h2 > span {
    display: block;
    font-size: 15px;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 5px;
    text-align: left;
    transition: all 450ms ease-in-out 0s;
}
.framed-images {
    float: left;
    line-height: 0;
    position: relative;
    width: 100%;
}
.framed-images > .frame-border {
    border-left: 250px solid transparent;
    border-top: 250px solid #f5ab35;
    height: 0;
    position: absolute;
    right: -3px;
    top: -3px;
    width: 0;
    z-index: 1;
}
.framed-images > .frame-border::before {
    border-left: 255px solid transparent;
    border-top: 255px solid #f5ab35;
    content: "";
    height: 0;
    position: absolute;
    right: -2px;
    top: -252px;
    width: 0;
    z-index: 3;
}
.framed-images > .frame-border > span {
    border-left: 257px solid transparent;
    border-top: 257px solid #fff;
    display: block;
    height: 0;
    position: absolute;
    right: -3px;
    top: -253px;
    width: 0;
    z-index: 2;
}
.framed-images > .frame-border::after {
    border-left: 266px solid transparent;
    border-top: 266px solid #f5ab35;
    content: "";
    height: 0;
    position: absolute;
    right: -8px;
    top: -258px;
    width: 0;
    z-index: 1;
}
.framed-images > img {
    position: relative;
    width: 100%;
    z-index: 20;
}
.footer-bg{
	background-image:url(../images/footer-bg.jpg);
	padding:70px 0 0px 0;
	color:#FFF;
	background-attachment:fixed;
	background-position:top center;
}
.footer-bottom{
	color:#FFF;
}
.foot-well h3{
	border-left:3px solid #D7273C;
	padding-left:10px;
	margin-bottom:25px;
}
.foot-well a, .footer-bottom a{
	color:#FFF;
}
ul.fot-list {margin-left:-40px;}
ul.fot-list li i{margin-right:5px;}
ul.fot-list li{list-style:none;padding:3px;transition: all 0.5s ease 0s;}
ul.fot-list li a{color:#FFF;text-decoration:none;transition: all 0.5s ease 0s;}
ul.fot-list li a:hover{color:#AD1111;text-decoration:none;transition: all 0.5s ease 0s;}
ul.fot-list li a i{padding-right:5px}
.client-section{
	background-color:#EBEBEB;
	padding:30px 0;
}
.box-section{
	background-color:#FFF;
	padding:90px 0;
}
.box-section .thumbnail{
	position:relative;
}
.box-section .more{
	position:absolute;
	bottom:-20px;
	left:28%;
}
.box-section .thumbnail:hover .btn-col{
	border:3px solid #F5AB35;
	transition: all 0.4s ease-out 0s;
}
.box-section .more .btn-col{
	background-color:#008D9C;
	transition: all 0.4s ease-out 0s;
	border-radius:0px;
	padding:10px 50px;
	color:#FFF;
	border:3px solid #FFF;
}
.box-section .thumbnail{
	background-color:#353535;
	color:#FFF;
	padding:0px;
	border:0;
	border-radius:0;
}
.box-section .caption h3{
	margin-top:0;
	color:#F5AB35;
}
.box-section .caption{
	color:#FFF;
	padding:20px 20px 30px 20px;
	text-align:center;
}
.box-section .caption p{
	line-height:1.8;
}
.p-block{
	background-image:url(../images/bg1.jpg);
	background-attachment:cover;
	background-size:100%;
	background-position:top center;
	padding:100px 0;
	color:#FFF;
}
.fot-s a{
	margin:0 5px;	
}
.fot-s a:first-child{
	margin-left:0;
}
.fot-s a img{
	border-bottom:2px solid transparent;
	padding-bottom:5px;
	transition: all 0.4s ease-out 0s;
}
.fot-s a:hover img{
	border-bottom:2px solid #FFF;
	transition: all 0.4s ease-out 0s;
}


.feature-column{ text-align: center;}
.feature-column .feature-icon{ margin: 50px 0 70px; display: inline-block; height: 180px; width: 180px; line-height: 180px; position: relative;
-ms-transform: rotate(47deg);
-webkit-transform: rotate(47deg);
transform: rotate(47deg);}
.feature-column .feature-icon img{
-ms-transform: rotate(-47deg);
-webkit-transform: rotate(-47deg);
transform: rotate(-47deg);}
.feature-column .feature-icon::before,
.feature-column .feature-icon::after{ content: ""; height: 50px; width: 50px; position: absolute; opacity: 0.8;
-ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transform: rotate(90deg);}
.feature-column .feature-icon::before{ right: -11px; top: -11px;}
.feature-column .feature-icon::after{ left: -11px; bottom: -11px;}
.feature-column:hover .feature-icon::before,
.feature-column:hover .feature-icon::after{ opacity: 1;
-ms-transform: rotate(0);
-webkit-transform: rotate(0);
transform: rotate(0);}

.feature-column h4{ text-transform: capitalize;}
.feature-column h3{ font-weight: bold; font-size: 28px; color: #07af4f;}
.feature-column p{ padding: 0 30px; font-size: 14px;}
.feature-column .btn:hover{ background: #fff;}
.top-bar, .sperater i, .btn.white:hover, .owl-dot.active, .datepicker, .btn:hover, .f-courses-detail, .f-courses.active .name-tag, .news-column:hover .dates, .feature-column .feature-icon, .feature-column .feature-icon::before, .feature-column .feature-icon::after, .most-f-course-btm, .lectures-column .overlay .social-icons ul li a:hover, .long-batch, .event-grid-detail ul li i, .blog-detail-img .dates, .Category-list ul li span, .sec-nu, .course-reviews, .lecturers-column.style-4 .social-icons li a:hover, .tc-per, .tc-tab-nav li.active a, .icon-heading h4 i, .contact-info, .nav-list li ul li a:hover, .feature-service:hover .plus-icon {
    background: #2d4262 none repeat scroll 0 0;
}
/* Theme transition Effect */
*:after,
*:before,
a,
p,
h1,h2,h3,h4,h5,h6,
button,
.on-hover,
.courses-column,
.dates,
.owl-item.active.center,
.overlay,
.nav-list ul li a::before,
.event-column,
span,
.lectures-list li,
.lectures-list li .overlay,
.lecturers-column.style-3 img,
.lectures-detail,
.lectures-name,
.nav-list li > ul,
.f-courses-detail
{-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;}


.btn{ height: 50px; line-height: 50px; font-size: 14px;text-transform: uppercase; padding: 0 45px; border-radius: 0!important;
border-top: 1px solid; border-bottom: 1px solid; border-left: 0; border-right: 0; position: relative;}
.btn.full-width{ width: 100%!important;}
.btn:hover{ color: #000!important;}
.btn:hover::before{ height: 100%;}
.btn:hover::after{ height: 100%;}
.btn::before,
.btn::after{ content: ""; position: absolute; height: 21px; border-left: 1px solid;}
.btn::before{ left: 0; top: 0;}
.btn::after{ right: 0; bottom: 0;}
.btn.white{ background: #fff; color: #454545;}
.btn.orange{ background: #f8b239; color: #fff; border: 0;} 
.btn.orange::before,
.btn.orange::after{ display: none;}
.btn.orange i{ margin: 0 0 0 10px;}

.sperater .active, .sperater::before, .sperater::after, .teacher-img, .btn, .btn::before, .btn::after, .lectures-column .overlay .social-icons ul li a:hover, .pagination-holder ul li a.active::before, .lecturers-column.style-4 .social-icons li a:hover, .tc-tab-nav, .event-detail-img h2::before {
    border-color: #2d2b5e;
}
.about-section{
	padding:50px 0; 
}
.sperater i{ height: 9px; width: 9px; display: inline-block; margin: 0 0 0 6px;
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);}
.sperater.l{ position: relative; width: 100px; display: inline-block; margin: 0 0 20px;}
.sperater{ position: relative; width: 170px; display: inline-block; margin: 0 0 40px;}
.sperater i:first-child{ margin: 0;}
.sperater .active{ border: 1px solid; background: none; height: 12px; width: 12px;}
.sperater::before,
.sperater::after{ content: ""; position: absolute; width: 27%; top: 50%; border: 1px solid;}
.sperater.l::after{ content: ""; position: absolute; width: 100%; top: 50%; border: 1px solid;}
.sperater::before{ left: 0;}
.sperater::after{ right: 0;}
.home-section h5{
	color: #222222 !important;
	margin-bottom: 38px;
	margin-top: -42px;
	font-size: 22px;
	font-weight: 900;
}

.home-section{
	clear:both;
	color:#000;
}
.home-section .details{
	padding:20px 0 50px 0;
}
.home-section .details .info{
	z-index: 999;
	position: relative;
	bottom: 75px;
	border: 1px solid #fff;
	border-radius: 50%;
	box-shadow: 0px 2px 2px 2px #e5e5e5;
}
.home-section .details i {
	width: 8rem;
	background-color: #fff;
	height: 8rem;
	padding-top: 1.5rem;
}
.home-section .br-r{
	border-right:1px solid #eeeeee;
}
.program-section h4{
	position: absolute;
	bottom: 29%;
	left: 10%;
	width: 60%;
	color: #fff;
	line-height: 1.1;
	z-index: 12;
	font-weight: 700;
	font-size:30px;
	color:#ac0006;
}
.program-section img{
	width: 354px;
	height: 349px;
	filter: grayscale(70%);
}


.about-section .infomation{
	box-shadow: 0px 2px 1px 2px #e5e5e5;
	border-radius: 25px;
}
.about-section .infomation img{
	height: 250px;
}
.info-section .line {
	border-left: 1px;
	widtH: 1px;
	height: 100px;
	background: #7B9EED;
	margin: 0 auto 40px;
}
.info-section h4{
	font-size: 17px;
	line-height: 26px;
	color: #ac0006;
	text-transform: uppercase;
	color: #07AF4F;
}
.info-section h4 strong{
	font-size: 30px;
	font-weight: 900;;
}
.counter-section1 .h3{
	font-size: 50px;
	color: #2979ff;
}
.blog-section{
	padding:50px 0;
}
.blog-section .col-sm-4{
	padding-left:0;
	padding-right:0;
}
.blog-section h3{
	margin-top:0;
}
.blog{min-height:321px;}
.blog-gray{background-color:#4cb5f5;padding:40px;color:#FFF;min-height:322px;}
.blog-green{background-color:#4cb5f5;padding:38px;color:#FFF;min-height:322px;}

.r-b{
	min-height:300px;
	position:relative;
}
.r-1{
	background-image:url(../images/front-resource1.jpg);
	color:#FFF;
}

.r-2{
	background-image:url(../images/front-resource2.jpg);
	color:#FFF;
}

.r-3{
	background-image:url(../images/front-resource3.jpg);
	color:#FFF;
}


.r-b{
	background-color:#dfdfdf;
}
.overlay {
    background: rgba(46, 26, 81, 0.7);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index:3;
}
.r-details{
	padding:80px 40px;
}
.footer-section{
	color:#FFF;
	background-size:100%;
	background-color:#2d4262;
}
.footer-section h3{
	color: #fff;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	inline-size: max-content;
	padding-bottom: 10px;
}
.footer-section img{
	width: 100px;
	height: 100px;
	background-color: #fff;
	padding: 0%;
	border-radius: 100%;
	text-align: center;
}
.footer-section .line{
	background: url(../images/footer-logo-strike.png) no-repeat center center;
}
ul.short-links{
	margin-left:-25px;
	list-style:none;	
}
ul.short-links a{
	font-size: 16px;
	color:#fff;
}
ul.short-links a:hover{
	color:#fff;
}
ul.short-links li{
	padding:4px 0;
}
.img-section img{
	height:100px;
}
.footer-bottom{
	background-color:#07af4f;
	padding:10px 0;
}
#page-content h1{
	font-size: 1.75rem;
}
#page-content h2{
	font-size: 1.50rem;
}
#page-content h3{
	font-size: 1.20rem;
}
#page-content h3{
	font-size: 1rem;
}
/*-------------------------------------------------*/
/* =  about page
/*-------------------------------------------------*/
.inner-con{
	padding-top:80px;
}
.inner_content p{
	color: #333333;
	font-size: 17px;
	text-align: justify;
	line-height: 1.7;
}
.page-banner-section {  
  background-image:url(../images/inner-banner.jpg);
  padding: 100px 0 100px 0;
  position: relative;
  background-position:center top;
  background-attachment:fixed;
  background-size:100% auto;  
}
.page-banner-section h1{
	color:#fff;
}
.page-banner-section .container {
  position: relative;
  z-index: 2;
}
.page-banner-section h2 {
  color: #FFF;
  font-size: 36px;
  font-weight: 100;
  margin: 0 0 15px;
  margin: 10px 0 0;
  margin-bottom: 0;
  text-align: right;
}
.page-banner-section ul.page-depth {
  margin: 0;
  padding: 0;
  text-align: right;
}
.page-banner-section ul.page-depth li {
  display: inline-block;
  margin-left: 1px;
}
.page-banner-section ul.page-depth li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 13px;  
  color: #FFF;
}
.page-banner-section ul.page-depth li a:hover {
  color: #FFF;
}
.page-banner-section ul.page-depth li:before {
  content: '-';
  font-size: 13px;  
  color: #FFF;
  margin-right: 5px;
}
.page-banner-section ul.page-depth li:first-child:before {
  content: '';
  margin-right: 0;
}
.page-banner-section:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}
.breadcrumb-item.active {
    color: #fff !important;
}
.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #fff;
    content: var(--bs-breadcrumb-divider, "/");
}
.inner-page{
	padding:50px 0;
}
ul.side-menu{
	margin-left:-20px;
}
ul.side-menu li a{
	color:#000;
	text-decoration:none;
}
ul.side-menu li {
	padding:4px 0;
}

.campuses-countn-section1 {
	background-color:#2d4262;
	margin-top:125px;
}
.campuses-countn-section1 h3{
	font-size: 62px !important;
	font-weight: 900;
	color: #fff;
	padding-bottom: 10px;
	text-transform: uppercase;
	text-align: center;
}
.campuses-countn-section1 p{
	font-weight: 400;
	color: #fff;
	font-size: 20px;
}
.campuses-countn-section1 h5{
	font-weight: 900;
	color: #ffffff;
	text-align: right;
	font-size: 26px;
	text-align: center;
}
.campuses-countn-section1 h2{
	font-size: 45px;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	text-transform: uppercase;
}
.campuses-countn-section2 {
	background-color:#f5f5f5;
}
.campuses-countn-section2 .thumbnail {
	border:0px;
	box-shadow: 0px 2px 1px 1px #e5e5e5;
}
.campuses-countn-section2 .thumbnail .caption {
	min-height:220px !important;
}
.campuses-countn-section2 .thumbnail .caption h3{
	min-height: 80px;
}
.infra-navbar{border-bottom:1px solid #e5e5e5;}

.bg-skylight{ background-color:#e5e5e5; }
.bg-light{ background-color:#f5f5f5; }


.home-section .btn:hover {
    background: #fff;
}

/*img hovre css */
.resources-section .img-hover {
  position: relative;
}
.resources-section  .img-hover:hover .overlay {
  opacity: 1;
}
.resources-section .text {
  color: white;
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.resources-section .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #4A976982;
}
.resources-section .image {
  display: block;
  width: 100%;
  height: auto;
}
/*End img hovre css */

.officer .left{
	background-color:#2d4262;
}
.officer .right{
	background-color:#d0e1f9;
}
.latest-update .left{
	background-color:#acc3e7;
	height:calc(80vh);
}
.latest-update .right{
	background-color:#d0e1f9;
	height:calc(80vh);
}
.officer img{
    text-align: center;
    width: 150px;
    height: 150px;
    border-radius: 20%;
    text-align: center;
    z-index: 1;
    margin: 0 auto;
    border: 4px solid #fff;
	position: relative;
	top: 35px;
	margin-bottom: 60px;
}

.gallery-img, .abox.thumbnail{
    margin: 0px 0px 30px 0px;
    position: relative;
    padding: 5px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    box-sizing: border-box;
}

.gallery-img .gallery-open{
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(181,26,86,0.80);
    display: block;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
}

.gallery-img:hover .gallery-open{
    visibility: visible;
    opacity: 1;
}

.gallery-img .gallery-open i{
    color: #fff;
    position: absolute;
    font-size: 20px;
    top:50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn-gallery{
	background-color:#FFF;
	border:2px solid #CCC;
	color:#222;
	border-radius:0;
}

.staff .name{
	background-color:#07af4f;
	color:#FFF;
	padding:5px;
	margin-bottom: 5px;
}
.staff{
	background-color:#07AF4F21;
	padding:10px;
}
.staff-type{
	padding-top:10px;
}
.staff-type div{
	border-bottom:1px solid #CCC;
	padding:5px 0;
}
.staff-type div:last-child{
	border-bottom:0px solid #CCC;
	padding:5px 0;
}

.side-box .list-group-item-light.list-group-item-action.active {
    color: #000;
    background-color: #fff !important;
    border-color: #e5e5e5 !important;
}
.side-box .list-group-item {
	border: 0px solid rgba(0,0,0,.125);
	border-bottom: 1px solid #e5e5e5;
	color: #6c757d;
	border-radius: 0px;
}
.side-box .list-group a{
	padding-left: .25rem !important;
	font-size: 1rem !important;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #000;

}
.medium a {
    float: none;
    color: #333;
    padding: 5px 5px;
    text-decoration: none;
    display: block;
    text-align: left;
}
/*-------------------------------------------------*/
/* =  Stff page css
/*-------------------------------------------------*/
.countfaculty {
	margin-left: 145px;
}
.staff-top {
	background-color:#012a58;
	margin-top: 148px;
}
.about-top {
	background-color:#012a58;
	margin-top: 145px;
}
.card-team {
  overflow: visible;
  margin-top: 3rem;
}
.faculty img{
	border-radius: 50%;
}
.card-team .card-body {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  text-align: center;
}
.card-team .card-body .card-team-img {
  box-shadow: 0 0.125rem 0.25rem 0 rgba(33, 40, 50, 0.2);
}
.card-team .card-body .card-team-name {
  font-weight: 500;
  font-size: 1.6rem;
}
.card-team .card-body .card-team-position {
  font-style: italic;
  color: #000;
  font-size: 1rem;
}
.section .card {
  box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15);
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #000;
    background-color: #fff;
}

.nav-pills .nav-link {
   border-bottom: 1px solid #e5e5e5;
	color: #6c757d;
	border-radius: 0px;
}
.nav-pills .nav-link:last-child{
   border-bottom: 0px solid;
}

/*--------------------------------------------------------------
# Employye Details CSS
--------------------------------------------------------------*/
.employeeDetails .card-team {
  overflow: visible;
  margin-top: 3rem;
}
.employeeDetails .card-team .card-body {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 1.5rem;
  text-align: center;
}
.employeeDetails .card-team .card-body .card-team-img {
  height: 18rem;
  width: 17.7rem;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(33, 40, 50, 0.2);
  border-radius: 50%;
}
.employeeDetails .card-team .card-body .card-team-name {
  font-weight: 500;
  font-size: 1.1rem;
}
.employeeDetails .card-team .card-body .card-team-position {
  font-style: italic;
  color: #000;
  font-size: 1rem;
}
.employeeDetails .card {
  box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15);
}
.employeeDetails .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #000;
    background-color: #fff;
}

.employeeDetails .nav-pills .nav-link {
   border-bottom: 1px solid #e5e5e5;
	color: #6c757d;
	border-radius: 0px;
}
.employeeDetails .nav-pills .nav-link:last-child{
   border-bottom: 0px solid;
}

/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
.events h5 {
	background-color:#4cb5f5;
	padding: 8px 16px;
	font-size: 16px;
	line-height: 20px;
	color:#fff;
}
.events .eventtitle {
	color:#333338;
	font-size:20px;
	line-height: 35px;
	font-weight: 600;
}
.events .eventtitle:hover {
	color:#012a58;
	
}
.events .eventsub{
	font-size: 14px;
	line-height: 18px;
	letter-spacing: .02em;
	margin-bottom: 8px;
	text-transform: uppercase;
	color: #444;
}
.events .eventdesc {
	font-size: 14px;
	line-height: 24px;
	color: #272727;
}
.events .eventtime {
	font-size: 15px;
	line-height: 19px;
	color: #000;
	margin-bottom: 5px;
}
.eventdetails h1{
	font-family: inherit;
	font-weight: 700;
	margin-bottom: 10px;
	color: #012a58;
	font-size: 2rem;
	line-height: 1.3;
	letter-spacing: -.05rem;
	word-spacing: .05rem;
}
.eventdetails span {
	padding-left: 0;
	font-weight: 700;
	color: #012a58;
	font-size: 15px;
	line-height: 19px;
}
.eventdetails h4 {
	font-size: 16px;
	margin-bottom: 15px !important;
	font-family: inherit;
	font-weight: 700;
	margin-bottom: 0;
	color: #07af4f;
}
.eventdetails .descrpition {
	font-size: 14px;
	line-height: 24px;
	color: #272727;
	margin-top:20px;
}
.eventdetails .card {
	border-top: 4px solid #012a58;
}
.eventdetails .card h5{
	font-weight: 700;
	color: #012a58;
}
/*--------------------------------------------------------------
# faq Details
--------------------------------------------------------------*/
.faq .accordion-header {
	margin-top: 10px;
	border: 1px solid;
}
.faq .accordion-body{
	border: 1px solid;
}

/*--------------------------------------------------------------
# Cource Details
--------------------------------------------------------------*/
.course-details h3 {
  font-size: 24px;
  margin: 30px 0 15px 0;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
}
.course-details h3:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #eef0ef;
  bottom: 0;
  left: 0;
}
.course-details h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 1px;
  background: #5fcf80;
  bottom: 0;
  left: 0;
}
.course-details .course-info {
  background: #f6f7f6;
  padding: 10px 15px;
  margin-bottom: 15px;
}
.course-details .course-info h5 {
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  font-family: "Poppins", sans-serif;
}
.course-details .course-info p {
  margin: 0;
  font-weight: 600;
}
.course-details .course-info a {
  color: #657a6d;
}
.wrapper {
	background-color: #f9f9f6;
}
.wrapper 
.g-tit {
	position: relative;
}
.g-tit::before {
	background-color: #999;
	bottom: -5px;
	content: "";
	display: inline-pro;
	height: 2px;
	left: 0px;
	position: absolute;
	width: 6%;
}
.department .deptinfo{
	color:#333333;
	font-size:17px;
	text-align: justify;
	line-height: 1.7;
	margin-top: 25px;
}
.department .Syllabus .table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.dep-event .card:first-child {
  margin-top: 0px !important;
}

.dtitle i{
	color:#000;
}
.dtitle{
	font-size:20px;
	background-color:#d0e1f9;
	padding:8px 20px;
	margin-bottom:10px;
}
.dbox{
	margin-bottom:30px;	
}
.dbox li i{
	font-size:18px;
	padding:4px 0;
}
.dbox li a{
	font-size:18px;
	color:#555;
}
.dbox li{
	margin-left:20px;
	padding:4px 0;
}

#button-info {
	height: 27px;
	width: 27px;
	border-radius: 50px;
	color: #000;
}
/*--------------------------------------------------------------
# Happenings
--------------------------------------------------------------*/
.happing {
	background: linear-gradient( 135deg, rgb(208, 225, 249), rgba(13, 45, 98, 0.9));
}
.happing .card:hover{
	background-color:#000;
}
.happing .card:hover h4{
	font-size:20px;
}
.happing .card:hover p{
	font-size:22px;
}
.club h4.main{
	font-size: 17px;
	line-height: 26px;
	text-transform: uppercase;
	color: #919191;
}
.club h4 p.center{
    font-size: 20px;
    font-weight: 900;
    color: #4cb5f5 !important;
}
/* Sticky Social Icons  */
#fixed-social {
	z-index: 1000;
	position: fixed;
	top: 236px;
	margin-left:10px;
}
.footer-section a{
	color:#fff !important;
}
#fixed-social a {
	z-index: 1000;
	color: #fff;
	display: block;
	padding: 0.5rem;
	position: relative;
	text-align: center;
	margin-bottom: 0px;
	font-weight:bold;
}
#fixed-social a span {
	padding: 1rem;
    position: absolute;
    text-align: center;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1000;
    opacity: 0;    
	margin-top: 0px;
	font-weight:bold;	
}
.fixed-facebook{
	background-color: #3B5998;
}
.fixed-twitter{
	background-color: #00aced;
}
.fixed-youtube{
	background-color: #EE1C1B;
}
.fixed-instagram{
    background: rgb(43,89,234);
    background: linear-gradient(180deg, rgba(43,89,234,1) 0%, rgba(158,53,183,1) 34%, rgba(253,117,87,1) 100%); 
}
/*
.facebook {
	background-color: #3b5998;
	border: 1px solid #fff;
	color: #fff;
	padding: 10px;
}	
.twitter {
	background-color: #00aced;
	border: 1px solid #fff;
	color: #fff;
	padding: 10px;
}	
.youtube {
	background-color: #bb0000;
	border: 1px solid #fff;
	color: #fff;
	padding: 10px;
}	
.insta {
	background: linear-gradient(30deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	border: 1px solid #fff;
	color: #fff;
	padding: 10px;
}	
*/

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../images/cta-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.testimonials-title {
	position: inherit;
	color:#fff;
	text-align: center;
}
.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(11, 41, 55, 0.9);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.testimonials .owl-dot.active {
  background-color: #49b5e7 !important;
}

.ho-ev-date {
    border-radius: 1px;
    display: block;
    float: left;
    color: #F1F3CE;
    text-align: center;
    margin-right: 15px;
    text-transform: uppercase;
    width: 80%;
    background: #07af4f;
}
.ho-ev-date span:first-child {
    display: block;
    font-weight: 500;
    margin-top: 0px;
    line-height: 25px;
    color: #F1F3CE;
}
.ho-ev-link a h4 {
    color: #112842;
    padding-bottom: 5px;
    margin-bottom: 3px;
    border-bottom: 0px;
    text-overflow: ellipsis;
    white-space: pre;
    overflow: hidden;
    letter-spacing: 0px;
    margin-top: 4px;
}


.back-to-top {
  position: fixed;
  right: 100px;
  bottom: 30px;
  z-index: 99999;
}
.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #07af4f;;
  color: #fff;
  transition: all 0.4s;
}


@media (min-width: 992px) {
	.navbar-transparent {
		background-color:transparent;
		box-shadow:0px 0px 0px #CFCFCF !important;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.navbar-transparent a,
	.navbar-transparent .nav > li > a:focus {
		color: #fff;
	}
	.navbar-custom .navbar-brand {
		padding-left: 0;
	}

	.navbar-custom .nav-item {
		padding: 0.7rem 0rem;
	}

	.navbar-custom .navbar-nav > li > a {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.navbar-custom .dropdown-menu {
		position: absolute;
		display: block;
		visibility: hidden;
		opacity: 0;
		-webkit-transform: translateY(50px);
		   -moz-transform: translateY(50px);
		    -ms-transform: translateY(50px);
		     -o-transform: translateY(50px);
		        transform: translateY(50px);
		-webkit-transition: opacity 0.4s ease 0s, -webkit-transform 0.4s ease 0s, visibility 0.4s linear 0s;
		   -moz-transition: opacity 0.4s ease 0s, -moz-transform 0.4s ease 0s, visibility 0.4s linear 0s;
		    -ms-transition: opacity 0.4s ease 0s, -ms-transform 0.4s ease 0s, visibility 0.4s linear 0s;
		     -o-transition: opacity 0.4s ease 0s, -o-transform 0.4s ease 0s, visibility 0.4s linear 0s;
		        transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, visibility 0.4s linear 0s;
	}

	.navbar-custom .open > .dropdown-menu {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateY(0px);
		   -moz-transform: translateY(0px);
		    -ms-transform: translateY(0px);
		     -o-transform: translateY(0px);
		        transform: translateY(0px);
	}

	.navbar-right .dropdown-menu {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu .sub-menu {
		display: none;
		position: absolute;
		left: 100%;
		top: -7px;
	}
	.dropdown-menu > li:hover > .sub-menu {
		display: block;
	}
	
    .breadcrumb { float: right !important; }
}

@media (max-width: 991px) {

	.navbar-custom .navbar-nav {
		margin-top: 1px;
		margin-bottom: 0;
	}

	.navbar-custom .dropdown-menu,
	.navbar-custom .dropdown-menu .dropdown-menu {
		padding-top: 0;
		margin-top: 0;
	}

	.navbar-custom .dropdown-menu li {
		padding-left: 0;
		padding-right: 0;
	}

	.navbar-custom li a,
	.navbar-custom .dropdown-menu > li:last-child > a {
		border-bottom: 1px solid #2b2b2b;
	}

	.navbar-custom .navbar-nav > li:last-child > a {
		border-bottom: 0;
	}

	.navbar-custom .navbar-nav > li > a,
	.navbar-custom .navbar-nav .open .dropdown-menu > li > a,
	.navbar-custom .navbar-nav .open .dropdown-menu .dropdown-header {
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
		padding-left: 30px;
	}
	.breadcrumb { float: right !important; }

}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
	.unilogo{ margin-right:250px; margin-bottom:10px;}
	.seslogo{ margin-right:40px; margin-top: -100px; margin-bottom:10px;}
	.homeSlider .carousel-item img { height: 100%; min-height:183px; }
	#fixed-social, .slider-right{ display:none; }
	.inner_content img { width:100%; height: auto;}
	.breadcrumb { float: left !important; }
	.about-top { margin-top:214px;}
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
	.homeSlider .carousel-item img { height: 100%; min-height:183px; }
	#fixed-social, .slider-right{ display:none; }
	.breadcrumb { float: left !important; }
	.about-top { margin-top:214px;}
}
/* Screen Slider */
.screenSlider .carousel-inner{ position:static; height: 100%;}
.screenSlider .carousel-item{ height: 100%; background: rgba(0,0,0,0.3) !important; }
.screenSlider .carousel-caption { background:rgba(0,0,0,0.7); width: 600px; left: 20px;}