/*
======================================
  * CSS TABLE CONTENT *  
======================================
1. HEADER
2. HEADER TOPBAR
3. HEADER LOGO
4. MENU BAR
5. MEGA MENU
6. HEADER TRANSPARENT
7. MENU ICON
8. PAGE BANNER
9. BLOG
10. TESTIMONIALS
11. COUNTERUP
12. FOOTER
13. INNER CONTENT CSS

14 ACCADEMIC
======================================
  * END TABLE CONTENT *  
======================================
*/

/*=================================
	1. HEADER
=================================*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,800');
@import url('https://fonts.googleapis.com/css?family=Lobster');

:root {
	--blue: #1c262f;
	--primary-light: #6495ED;
	--purple: #DE3163;
	--blue-light: #40E0D0;
	--yellow:#FFBF00;
	--sc-primary:yellow;
	--gradient: linear-gradient(to right, #0ee951, #00dabf);
}


html {
  /*font-size: 62.5%;*/
  font-size: 72.5%;
}
body {
 /* font-family: 'Open Sans', sans-serif;*/
  /*font-size: 1.6rem;*/
   /*font-size: 2.6rem;*/
 /* font-weight: 400;*/
  
  font-family: 'Dosis', sans-serif;
    color: #000;
    background: #fff;
}
h1 {
  margin-bottom: 0.5em;
  font-size: 3.6rem;
}
p {
  margin-bottom: 0.5em;
  font-size: 1.6rem;
  line-height: 1.6;
}

/*
.overlay::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .3);
}*/



/*=================================
	2. HEADER TOPBAR
=================================*/
.top-bar {
   /* background-color: #53c6d1;*/
  /*********** background-color: #0f206c;**************/
  /* background-color:#53c6d1; */
   background-color:#DAF7A6; /*#3F9468;*/
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    color: #000;
    padding: 3px 0;
	height:40px;
	
	
}

.topbar-right {
    float: right;
	 padding-left: 5px;
    padding-right: 5px;
	
}



.top-2nd {
   /* background-color: #53c6d1;*/
  /*********** background-color: #0f206c;**************/
  /* background-color:#53c6d1; */
   background-color:#454545;  /*#3D3F3E;*/ /*#fff;*//*#037340; */ /*#1B2FF2; /*#fff;*/
	height:120px;
	/*background-image:url("/uploads/images/bg-pattern-top.jpg");
	background-repeat:repeat;*/
	
	
}

.home-link {
	
	padding-top:50px;
	text-align:right;
	
	
}

.home-link a {
	padding-right:50px;
	color:#fff;
	font-size:1.5em;
	font-weight:bold;
}

.welcome{
	font-size:1.5em;
	font-weight:500;
	color:white;
	
}

.hotline{

	color:white;
}

#hotline-text{
	font-size:1.5em;
	font-weight:600;
}

#hotline-number{
	font-size:1.4em;
	font-weight:200;
	line-spacing:1px;
	
}




.phone{
	padding-left:3px;
	font-weight:bold;
	color:#fff;
}

.container-fluid{
    padding: 0 !important;
}


.page-header{
	
	/*height:50px;
	background-color:#0096db;*/
	margin-bottom:20px;
}





@media only screen and (max-width: 991px) {
	.topbar-right {
		padding-left: 0;
		padding-right: 15px;
	}
	.topbar-left{
		padding-left: 15px;
		padding-right: 0;
	}
}
@media only screen and (max-width: 767px) {
    .top-bar [class*="col-"] {
        width: 100%;
        text-align: right;
        padding: 10px 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .top-bar [class*="col-"]:last-child {
        border-bottom: none;
    }
	.top-bar {
		padding:5px 0;
	}
	.topbar-center,
	.topbar-left,
	.topbar-right {
		display:black;
		width:100%;
		text-align:center;
		
	}
	.topbar-left ul li{
		padding:0 5px;
	}
}
/*================================
 page menu logo
==================================*/

/*=================================
	3. HEADER LOGO
=================================*/
.menu-logo {
    display: table;
    float: left;
    vertical-align: middle;
    padding: 0;
    color: #EFBB20;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
   /* width: 80px;
    height: 60px;*/
    position: relative;
    z-index: 9;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	padding-right:5px;
	text-decoration:none;
}
.menu-logo > a{
    display: table-cell;
    vertical-align: middle;
	text-decoration:none;
}
.menu-logo img{
  /*  max-height: 60px;
	width: auto;
	max-width: 100px;*/
	max-width:200px;
	max-height:200px;
	padding:10px 5px 10px 60px;
	
	
}
.menu-logo span{
    font-size: 3.2em;
    color:#fff; /*#0096db;*/
	font-weight:500;
   letter-spacing: -1px;
}
.is-fixed .menu-logo{
    height: 70px;
    width: 140px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
}
@media only screen and (max-width: 767px) {
    .menu-logo,
	.is-fixed .menu-logo{
        width: 100px;
		max-width: 100px;
		height:50px;
    }
	.menu-logo img{
		max-width: 100px;
	}
    .is-fixed .menu-logo a img{
        vertical-align: sub;
    }
	.header .navbar-toggler,
	.header .is-fixed .navbar-toggler{
		 margin: 18px 0 14px 15px;
	}
	.header .secondary-menu,
	.header .is-fixed .secondary-menu{
		padding: 11px 0;
	}
}

@media only screen and (max-width: 767px) {
    .page-menu-logo,
	{
        width: 100px;
		max-width: 100px;
		height:50px;
    }
	.page-menu-logo img{
		max-width: 100px;
	}
    .is-fixed .page-menu-logo a img{
        vertical-align: sub;
    }
	
}

/* TOP BAR */
.org-name{
color:#fff;
text-decoration:none;	
}


.top-2nd-right{
	
	display:flex;
	margin-top:30px;
}

.top-2nd-right-item span {
	margin-right:100px;
	
}

.emergency-item{
	margin-left:30px;
}

.mail-image {
	
	float:left;
}

.mail-text{
	padding:5px;
	float:left;
	
}

.mail-text,h4,h5{
	color:#fff; /*#C9C0BB;*/
}

.emergency-image{
	float:left;
}

.emergency-text{
	padding:5px;
	float:left;
}

.emergency-text,h4,h5{
	color:#fff; /*#C9C0BB;*/
}


.at-a-glance{
	display:flex;
	margin-top:30px;
	text-decoration:none;
	color:#fff;
}

/*  END TOP BAR */
/********************* menu ************************/








.header-area {
  position: relative;
  /*height: 10vh;*/
  /*background: #5bc0de;
  background:#006edb;*/
   /*background: #210b50;
  background:#ffffb3;
  background:#734d26;*/
  background:#3396FF;         /*#33B5FF;*/ /*#206040; */ /*#bb0a1e;*/ /*#0669AD;*/ /*#3E3E39; */ /*#bb0a1e; *//*#0669AD ;*/ /* #bb0a1e; */ /*#e60000; */ /*white;*/
 
 
 /*#ff9900;             #0000ff;*/
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
}



.navbar {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  width: 100%;
  transition: background 0.6s ease-in;
  z-index: 99999;
  color:#000;
  height:50px;
  
}

.navbar .navbar-brand {
  font-family: 'Lobster', cursive;
  font-size: 2.5rem;
}

.navbar .navbar-toggler {
  position: relative;
  height: 50px;
  width: 50px;
  border: none;
  cursor: pointer;
  outline: none;
}

.navbar .navbar-toggler .menu-icon-bar {
  position: absolute;
  left: 15px;
  right: 15px;
  height: 2px;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  transition: all 0.3s ease-in;
}
.navbar .navbar-toggler .menu-icon-bar:first-child {
  opacity: 1;
  -webkit-transform: translateY(-1px) rotate(45deg);
  -ms-sform: translateY(-1px) rotate(45deg);
  transform: translateY(-1px) rotate(45deg);
}
.navbar .navbar-toggler .menu-icon-bar:last-child {
  opacity: 1;
  -webkit-transform: translateY(-1px) rotate(135deg);
  -ms-sform: translateY(-1px) rotate(135deg);
  transform: translateY(-1px) rotate(135deg);
}
.navbar .navbar-toggler.collapsed .menu-icon-bar {
  opacity: 1;
}
.navbar .navbar-toggler.collapsed .menu-icon-bar:first-child {
  -webkit-transform: translateY(-7px) rotate(0);
  -ms-sform: translateY(-7px) rotate(0);
  transform: translateY(-7px) rotate(0);
}
.navbar .navbar-toggler.collapsed .menu-icon-bar:last-child {
  -webkit-transform: translateY(5px) rotate(0);
  -ms-sform: translateY(5px) rotate(0);
  transform: translateY(5px) rotate(0);
}

.navbar-dark .navbar-nav .nav-link {
  position: relative;
  color: #fff;
  font-size: 1.4rem;
 
}

/* this controls fa-angle-double-down with down-angle class */

.navbar-dark .navbar-nav .nav-link .down-angle{
font-size: 1.1rem;	
color:#fff;               /*#0096db;*/ /* #53c6d1; */
font-weight:bold;
padding-left:2px;
}

/* this controls fa-angle-double-down with down-angle class */



.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
}
.navbar .dropdown-menu {
 
  padding: 0;
  background-color: rgba(0, 0, 0, .9);
  margin-top:-5px;
}
.navbar .dropdown-menu .dropdown-item {
  position: relative;
  padding: 10px 20px;
  color: #fff;
  font-size: 1.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  transition: color 0.2s ease-in;
}
.navbar .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}


.navbar .dropdown-menu .dropdown-item:hover {
  background: transparent;
  color: #53c6d1;     /*#0096db; */ /*#c0ca33;*/
}
.navbar .dropdown-menu .dropdown-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: 5px;
  background-color: #c0ca33;
  opacity: 0;
  transition: opacity 0.2s ease-in;
}



.navbar .dropdown-menu .dropdown-item:hover::before {
  opacity: 1;
}
.navbar.fixed-top {
  position: fixed;
  -webkit-animation: navbar-animation 0.6s;
  animation: navbar-animation 0.6s;
  background-color: rgba(0, 0, 0, .9);
}
.navbar.fixed-top.navbar-dark .navbar-nav .nav-link.active {
  color: #000;  /*#c0ca33;*/
}
.navbar.fixed-top.navbar-dark .navbar-nav .nav-link::after {
  background-color: #c0ca33;
 
}
.content {
  padding: 120px 0;
}

.navbar-nav.navbar-center {
    position: absolute;
    left: 5%;
    /*transform: translatex(-20%);*/
}

.navbar-nav li {
	padding: 0 12px;
}


@media screen and (max-width: 768px) {
  .navbar-brand {
    margin-left: 20px;
  }
  .navbar-nav {
    padding: 0 20px;
    background-color: rgba(0, 0, 0, .9);
  }
  

  .navbar.fixed-top .navbar-nav {
    background: transparent;
  }
}

@media screen and (min-width: 767px) {
  .banner {
    padding: 0 150px;
  }
  .banner h1 {
    font-size: 5rem;
  }
  .banner p {
    font-size: 2rem;
  }
  .navbar-dark .navbar-nav .nav-link {
    padding: 23px 15px;
  }
  .navbar-dark .navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 15px;
    left: 30%;
    right: 30%;
    height: 1px;
    background-color: #fff;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    transition: transform 0.1s ease-in;
  }
  .navbar-dark .navbar-nav .nav-link:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
  .dropdown-menu {
    min-width: 200px;
    -webkit-animation: dropdown-animation 0.3s;
    animation: dropdown-animation 0.3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
  }
}
@-webkit-keyframes navbar-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes navbar-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes dropdown-animation {
  0% {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
  }
  75% {
    -webkit-transform: scaleY(1.1);
    -ms-transform: scaleY(1.1);
    transform: scaleY(1.1);
  }
  100% {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes dropdown-animation {
  0% {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
  }
  75% {
    -webkit-transform: scaleY(1.1);
    -ms-transform: scaleY(1.1);
    transform: scaleY(1.1);
  }
  100% {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
}


.fcolor{
	color:#000;
	font-weight:bold;
}




/* end for testing */
.bg-fix {
    background-attachment: fixed;
	background-size: cover;
}
.sticky-top {
	top:100px;
}
.header {
    position: relative;
    z-index: 99999;
}
.header ul,
.header ol {
    margin-bottom: 0;
}


/*==================================
MBBS Progam Table Image
===================================*/
.mbbs-table-img{
	margin-bottom:30px;
}

/*=================================
	6. HEADER TRANSPARENT
=================================*/
.header-transparent{
	position:absolute;
	width:100%;
}
.header-transparent .menu-bar{
	background-color:rgba(0,0,0,0);
	border-bottom: 1px solid rgba(255,255,255,0.05);
}
.header-transparent .menu-links .nav > li > a{
	color:#fff;
}
.header-transparent .menu-links .nav > li > a,
.header-transparent .secondary-menu .btn-link,
.header-transparent .navbar-toggler{
    color: #fff;
}
.header-transparent .secondary-menu .btn-link:hover{
	color:var(--primary);
}
.header-transparent .navbar-toggler span{
    background-color: #fff;
}
.header-transparent .is-fixed .menu-bar{
	position:fixed;
	background-color:rgba(0,0,0,0.9);
}
.header-transparent .top-bar{
	background-color: rgba(0,0,0,0);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #dfdfdf;
}
.header-transparent .search-btn:after,
.header-transparent .topbar-left ul li:after,
.header-transparent .topbar-right ul li:after{
	background-color:#fff;
}
.fullwidth .container-fluid{
	padding-left: 30px;
    padding-right: 30px;
}
.onepage .navbar{
	margin-bottom:0;
	border:0;
}
.header-transparent .header-lang-bx .btn{
	background-color: transparent !important;
	color:#fff;	
} 
.header-transparent .topbar-right .header-lang-bx ul li a{
	color:#000;	
}
.header-transparent .topbar-left ul li a, 
.header-transparent .topbar-right ul li a{
	color:#fff;	
}
@media only screen and (max-width: 991px) {
	.header-transparent .menu-links .nav > li > a{
		color:#000;
	}
	.header-transparent .menu-links.nav-dark .nav > li > a{
		color:#fff;
	}
}
@media only screen and (max-width: 767px) {
	.fullwidth .container-fluid{
		padding-left: 15px;
		padding-right: 15px;
	}
}
/*=================================
	7. MENU ICON
=================================*/
.menuicon{
  width: 20px;
  height: 14px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.menuicon span{
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.menuicon span:nth-child(1) {
  top: 0px;
}
.menuicon span:nth-child(2) {
  top: 50%;
  transform:translateY(-50%)
}
.menuicon span:nth-child(3) {
  bottom: 0;
}
.menuicon.open span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.menuicon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.menuicon.open span:nth-child(3) {
  top: 7px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/*
.key-information{
	border-top:2px solid blue;
}

*/

.loader-line {
            width: 100%;
            height: 5px;
            position: relative;
            overflow: hidden;
            background-color:#bb0a1e; /*#0096db;*/
            /*margin: 100px auto;*/
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
			
        }

        .loader-line:before {
            content: "";
            position: absolute;
            left: -50%;
            height: 5px;
            width: 40%;
            background-color: #0096db; /* #53c6d1;*/
			
            -webkit-animation: lineAnim 1s linear infinite;
            -moz-animation: lineAnim 1s linear infinite;
            animation: lineAnim 7s linear infinite;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
        }

        @keyframes lineAnim {
            0% {
                left: -40%;
            }
            50% {
                left: 20%;
                width: 80%;
            }
            100% {
                left: 100%;
                width: 100%;
            }
        }
		
		
		
	/***********************/
/*     Information     */


/***********************/
.information .container-fluid .row div:first-child {
  	background-color: #306EFF;
}



.information .container-fluid .row div:nth-child(2) {
  	background-color: #CD5C5C;
	color:black;
}

.information .container-fluid .row div:nth-child(3) {
  	background-color: #89C35C;
}

.information .container-fluid .row div:last-child {
  	background-color: #EDE275;
}

	
/*===================== faculty members 

=====================================*/
		
		
	/*	.faculty-member-card-body p {
			padding:0;
			margin:0;
			line-height:12px;
			font-size:.5em;
		}*/
		
	/*	.faculty-member-card-body .card-text{
    font-size:19px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}*/

/* about us page */

.about-page-details{
	//background-color:#33cccc;
	padding-top:20px;
	padding-bottom:20px;
	
}


/*
-- vision mission page

*/

#vision-mission-page{

	background-color:#33cccc;
}

.vision-mission{
	margin-bottom:20px;
}

.vision-content{
	text-align:justify;=
}

.mission-content{
	text-align:justify;

}

.vision-mission-heading{
	margin-top:20px;
margin-right:10px;

	font-family:'oswald';
}

/*========================
	10. TESTIMONIALS
=========================*/
.testimonial-pic {
    background: #FFF;
    width: 100px;
    height: 100px;
    position: relative;
    display: inline-block;
    border: 5px solid #FFF;
}
.testimonial-pic.radius {
    border-radius: 100%;
    -webkit-border-radius: 100%;
}
.testimonial-pic.radius img {
    width: 100%;
    height: 100;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}
.testimonial-pic.shadow {
    -webkit-box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
    box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
}
.testimonial-text {
    padding: 15px;
    position: relative;
	font-size:15px;
	font-family: "Montserrat",sans-serif;
	font-weight: 400;
}
.testimonial-detail {
    padding: 5px;
}
.testimonial-name{
    font-family: montserrat;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.testimonial-position {
	font-family: montserrat;
    font-size: 12px;
    font-style: inherit;
    text-transform: uppercase;
}
.testimonial-name,
.testimonial-position {
    display: block;
}
.testimonial-text p:last-child {
    margin: 0;
}
/*========================
	11. COUNTERUP
=========================*/
.counter {
    position: relative;
}
.counter-style-1 .counter{
	font-size:50px;
	font-weight:700;
}
.counter-style-1 .counter-text{
	font-size:16px;	
	font-weight: 500;
}
.counter-style-1 .icon{
	font-size:45px;
	margin-right:10px;
}
/*========================
	12. FOOTER
=========================*/
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer h1 a,
footer h2 a,
footer h3 a,
footer h4 a,
footer h5 a,
footer h6 a {
    color: #b0b0b0;
}
footer p,
footer strong,
footer b,
footer {
    color: #b0b0b0;
}
footer h1 a,
footer h2 a,
footer h3 a,
footer h4 a,
footer h5 a,
footer h6 a,
footer p a {
    color: #b0b0b0;
}

footer .btn-link,
footer a,
footer p a {
    color: #b0b0b0;
}
footer a:active,
footer a:focus,
footer a:hover {
    color: #b0b0b0;
}
/* widget color */
footer .widget_categories ul li a,
footer .widget_archive ul li a,
footer .widget_meta ul li a,
footer .widget_pages ul li a,
footer .widget_recent_comments ul li a,
footer .widget_nav_menu li a,
footer .widget_recent_entries ul li a,
footer .widget_services ul li a {
    color: #b0b0b0;
}
footer.text-white .widget_categories ul li a, 
footer.text-white .widget_archive ul li a, 
footer.text-white .widget_meta ul li a, 
footer.text-white .widget_pages ul li a, 
footer.text-white .widget_recent_comments ul li a, 
footer.text-white .widget_nav_menu li a, 
footer.text-white .widget_recent_entries ul li a, 
footer.text-white .widget_services ul li a, 
footer.text-white a, 
footer.text-white .footer-bottom, 
footer.text-white p, 
footer.text-white strong, 
footer.text-white b, 
footer.text-white .widget .post-title, 
footer.text-white .widget-about .ttr-title, 
footer.text-white {
    color: #fff;
}
footer p {
    margin-bottom: 10px;
}
footer p,
footer li {
    font-size: 15px;
    line-height: 22px;
}
footer#footer {
    background-position: center;
    background-size: cover;
}
footer p {
    line-height: 24px;
    margin-bottom: 10px;
}
footer .widget ul {
    list-style: none;
    margin-top: 5px;
}
/*widget li in footer*/
footer .widget_categories ul li,
footer .widget_archive ul li,
footer .widget_meta ul li,
footer .widget_pages ul li,
footer .widget_recent_comments ul li,
footer .widget_nav_menu li,
footer .widget_recent_entries ul li,
footer .widget_services ul li {
    border-bottom: 1px dashed rgba(102, 102, 102, 0.3);
}
footer .widget_services ul li {
	transition:all 1s;
	-ms-transition:all 1s;
	-o-transition:all 1s;
	-moz-transition:all 1s;
	-webkit-transition:all 1s;
	padding: 10px 0px 10px 15px;
}
footer .widget_services ul li:hover {
	transform: translateX(10px);
	-moz-transform: translateX(10px);
	-webkit-transform: translateX(10px);
	-o-transform: translateX(10px);
	-ms-transform: translateX(10px);
}
.footer-top {
   /* background: #303030;
   background:#0096db;*/
   background:#1f2e2e;
    background-size: cover;
    background-position: center;
    padding: 0 0 20px;
	font-family:rubik;
}
.footer-bottom {
   /* background-color:#303030;
   background-color:#53c6d1;*/
   background-color:#141f1f;
    padding: 25px 0;
   /* color: #b0b0b0;*/
   color:#fff;
	border-top:1px solid rgba(255,255,255,0.05);
	font-family:rubik;
}
.footer-bottom ul {
    margin: 0;
}
.footer-title{
	margin-bottom: 25px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    padding-bottom: 15px;
    font-size: 16px;
    position: relative;
}
.footer-title:after{
	width: 50px;
    background: #fff;
    opacity: 0.2;
    height: 1px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}
.footer_widget ul li a{
	padding:5px 0;
	display:block;
	font-weight: 400;
}
/* Subscribe Form */
.subscribe-form input{
	background-color:rgba(0,0,0,0.2);
	border:0;
	height:45px;
	padding:10px 20px;
	margin-right:5px;
	color:#fff;
	font-size:15px;
}
.subscribe-form .btn{
	border-radius: 0;
}
.subscribe-form input.radius-no{
	border-radius:0 !important;
}
.subscribe-form .btn{
	height:45px;
}
.subscribe-form .input-group-btn{
	padding-left: 10px;
}
/* scroll top btn css */
button.back-to-top {
    border-radius: 4px;
    border-style: solid;
    border-width: 0;
    bottom: 15px;
    box-shadow: 2px 2px 12px -5px #000000;
    color: #fff;
    cursor: pointer;
    display: none;
    height: 40px;
    line-height: 26px;
    margin: 0;
    position: fixed;
    right: 15px;
    text-align: center;
    width: 40px;
    z-index: 999;
}
/* Footer Extra */
.pt-exebar{
	border-bottom:1px solid rgba(255,255,255,0.1);
	margin-bottom:50px;
}
.pt-social-link{
	border-left:1px solid rgba(255,255,255,0.1);
	padding:0 20px;
}
.pt-social-link ul{
	margin:0;
	list-style:none;
}
.pt-social-link ul li{
	display:inline-block;
}
.pt-btn-join{
	border-left:1px solid rgba(255,255,255,0.1);
	padding:0 0 0 20px;
}
.pt-logo{
	padding:20px 0;
}

.pt-social-link,
.pt-btn-join,
.pt-logo{
	display: flex;
    align-items: center;
}
/*==== LOADING ====*/
#loading-icon-bx {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 999999999;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: center;
}
/*========================
	13. INNER CONTENT CSS
=========================*/
/* About Section */
.service-info-bx{
	/*margin-top: -215px;*/
	
}
.service-bx{
	box-shadow:0 0 25px 0 rgba(29,25,0,0.25);
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	position:relative;
	background-color:#fff;
}
.service-bx [class*="feature-"]{
	box-shadow: 0 0 25px 0 rgba(29,25,0,0.15);
	/*margin-top: -30px;*/
	position: relative;
	top: -40px;
	margin-bottom: -20px;
}
.service-bx .info-bx{
	padding:30px;
}
.service-bx:hover{
	transform:translateY(-15px);
	-moz-transform:translateY(-15px);
	-webkit-transform:translateY(-15px);
	-ms-transform:translateY(-15px);
	-o-transform:translateY(-15px);
	border-top:1px solid #53c6d1;
	background-color:#0096db;
}
/* Recent News */
.recent-news{
	box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
	background: #fff;
}
.recent-news.blog-lg{
	box-shadow: none;
}
.recent-news.blog-lg .info-bx{
	border:0;
	padding: 20px 0 0 0;
}
.blog-post .post-title,
.recent-news .post-title{
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 6px;
	font-family: roboto;
	line-height: 34px;
}
.recent-news .info-bx{
	padding: 20px;	
    border: 1px solid #EEEEEE;
}
.comments-bx{
	margin-left:auto;
	color:#000;
}
.comments-bx i{
	margin-right:5px;
}
.post-extra {
    display: flex;
    border-top: 1px solid #EEEEEE;
    padding-top: 20px;
	margin-top: 20px;
}
.media-post{
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.media-post,
.post-tag{
	margin-bottom: 5px;
}
.media-post li{
	list-style: none;
	display: inline-block;
	font-size: 13px;
	text-transform: capitalize;
	font-family: ;
	margin-right: 5px;
}
.media-post li a{
	color:var(--primary);
	vertical-align: middle;
}
.media-post li a i{
	margin-right:5px;
	font-size: 13px;
}
.post-tag li{
	display: inline-block;
	font-size: 14px;
	margin-bottom: 5px;
	list-style: none;
}
.post-title a{
	color:#061538;
}
.blog-post p,
.recent-news p{
	margin-bottom: 10px;
	font-size: 14px;
	color:#242424;
}
/* Popular Courses */

.cours-bx .info-bx{
	padding:15px;
	font-size: 13px;
	background-color:#0096db;
	color:white;
}


.cours-bx .action-box .btn{
	border-radius: 0;
	position: absolute;
	bottom: 0;
	left: -50%;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.cours-bx:hover .action-box .btn{
	left: 0;
	
}

.cours-bx{
	box-shadow:0 0 25px 0 rgba(29,25,0,0.25);
	border-radius: 4px;
    overflow: hidden;
}

.cours-more-info{
	border-top: 1px solid #e6e6e6;
	display: flex;
	margin: 0;
}
.cours-star{
	margin:0;
	padding:0;
}
.cours-star li{
	display: inline-block;
	list-style:none;
	color:#d1d1d1;
	font-size:13px;
}
.cours-star li.active{
	color:var(--primary);
}
.cours-more-info .price,
.cours-more-info .review{
	width:50%;
	padding:5px 15px;
}
.cours-more-info .review span{
	font-size:12px;
	color:#3c3c3c;
}
.cours-more-info .price del{
	font-size:12px;
	font-weight:500;
	color:#8e8e8e;
}
.cours-more-info .review{
	border-right: 1px solid #e6e6e6;
}
.cours-more-info .price {
	text-align:right;
}
.cours-more-info .price h5{
	margin-bottom:0;
}

.courses-carousel{
	margin-top:-15px;
}

.courses-carousel .item{
	padding:15px;
}
.courses-carousel .owl-nav{
	position: absolute;
    top: -70px;
    right: 10px;
}
.testimonial-carousel .owl-nav{
	position: absolute;
    top: -80px;
    right: -5px;
}
.recent-news-carousel .owl-nav{
	position: absolute;
    top: -80px;
    right: -5px;
}
.courses-carousel .owl-nav .owl-next,
.courses-carousel .owl-nav .owl-prev,
.recent-news-carousel .owl-nav .owl-next,
.recent-news-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next,
.testimonial-carousel .owl-nav .owl-prev{
	background-color:var(--primary);
	margin: 0 5px !important;
}
.courses-carousel .owl-nav .owl-next:hover,
.courses-carousel .owl-nav .owl-prev:hover,
.recent-news-carousel .owl-nav .owl-next:hover,
.recent-news-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover,
.testimonial-carousel .owl-nav .owl-prev:hover{
	background-color:var(--sc-primary);
}
/* Online Cours */
.online-cours h2{
	font-size:45px;
	margin-top:0;
	margin-bottom:20px;
}
.online-cours h5{
	font-weight:400;
	font-size:24px;
	margin-bottom:40px;
}
.cours-search{
	padding:10px;
	background-color:rgba(255,255,255,0.3);
	border-radius:4px;
	max-width:700px;
	margin:auto;
	margin-bottom:50px;
}
.cours-search .form-control{
	border:0;
	height:50px;
	border-radius:4px !important;
	padding:10px 20px;
	font-size:16px;
}
.cours-search .input-group-append{
	margin-left:10px;
}
.cours-search .input-group-append .btn{
	border-radius:4px;
}
.cours-search-bx{
	text-align:center;
	border-radius:4px;
	color:#fff;
	border:1px solid rgba(255,255,255,0.2);
	background-color:rgba(255,255,255,0.15);
	padding:20px 20px 15px 20px;
}
.cours-search-bx h3{
	color:#fff;
	font-weight:300;
	font-size:45px;
}
.cours-search-bx i{
	margin-right:10px;
	font-size: 40px;
}
/* heading-bx */
.heading-bx.left .title-head{
	margin-bottom: 10px;
    margin-top: 0;
    line-height: 32px;
    padding-left: 10px;
    border-left: 5px solid var(--primary);
}
.heading-bx.left p{
	max-width:500px;
	margin-bottom:0;
}
.title-head span{
	font-weight:400;
}
/* section space */
.section-sp1{
	padding-top:80px;
	padding-bottom:50px;
}
.section-sp2{
	padding-top:80px;
	padding-bottom:80px;
}
.section-sp3{
	padding-top:80px;
	padding-bottom:0;
}
.section-sp4{
	padding-top:50px;
	padding-bottom:50px;
}
/*   */
.ovpr-dark:after{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff5e14+0,ff8e14+100 */
background: #6699ff;/*#ff5e14;*/  /* Old browsers */
background: -moz-linear-gradient(45deg, #6699ff 0%, #6699ff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #6699ff 0%,#6699ff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #6699ff 0%,#6699ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5e14', endColorstr='#ff8e14',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
/* Event Box */
.event-bx{
	box-shadow:0 0 15px 0 rgba(29,25,0,0.25);
}
.upcoming-event-carousel{
	margin-top:-15px;
}
.upcoming-event-carousel .item{
	padding:15px;
}
.event-bx .info-bx{
	padding:30px;
}
.event-time{
	color: #fff;
    background-color: var(--primary);
    text-align: center;
    padding: 15px 10px;
    border-radius: 4px;
    margin-right: 20px;
}
.event-time .event-date{
	font-size: 55px;
    font-family: rubik;
    font-weight: 700;
    line-height: 55px;
}
.event-info .event-title{
	font-family:rubik;
	font-weight:500;
	margin-bottom:5px;
	font-size:24px;
}
.event-info .media-post{
	margin-bottom:10px;
}
.event-info .media-post li a{
	text-transform: capitalize;
    font-size: 14px;
	color:#757575;
}
.event-info p{
	color: #454545;
    margin-bottom: 0;
    font-family: rubik;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}
.upcoming-event-carousel  .owl-item {
	box-shadow: none;
    transform: scale(0.9);
	transition: all 0.5s;
	opacity:0.4;
}
.upcoming-event-carousel .owl-item .item{
	padding:0;
}
.upcoming-event-carousel .owl-item.active.center .item{
	padding:15px;
}
.upcoming-event-carousel .owl-item.active.center{
    transform: scale(1);
	transition: all 0.5s;
	opacity:1;
}
.upcoming-event-carousel.owl-btn-1 .owl-prev,
.upcoming-event-carousel.owl-btn-1 .owl-next{
	margin: 0 100px !important;
    font-size: 20px;
    background-color: var(--primary);
    width: 50px;
    height: 50px;
    line-height: 50px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
}
.upcoming-event-carousel.owl-btn-1 .owl-prev:hover,
.upcoming-event-carousel.owl-btn-1 .owl-next:hover{
	background-color: var(--sc-primary);
}
/* Testimonials */
.testimonial-bx{
	background-color: #fff;
	padding: 20px 20px 20px 70px;
	border-radius: 5px;
	margin-left: 30px;
	border: 1px solid #F0F0F0;
}
.testimonial-bx .testimonial-content p,
.testimonial-bx .testimonial-info p{
	margin: 0;
}
.testimonial-bx .testimonial-info h5{
	font-weight: 500;
	margin-bottom: 0;
}
.testimonial-bx .testimonial-info {
	margin-bottom: 15px;
}
.testimonial-bx .testimonial-info:after {
    content: "\f10e";
    position: absolute;
    font-family: fontawesome;
    font-size: 50px;
    color:#d6d6d6;
    right: 30px;
    top: 10px;
	z-index: 9;
}
.testimonial-thumb {
    width: 80px;
    border-radius: 50px;
    overflow: hidden;
    border: 3px solid #fff;
    box-shadow: 0 0 8px 5px rgba(0,0,0,0.1);
    position: absolute;
    left: 0;
	z-index: 9;
}
.testimonial-bx .testimonial-content p{
	color:#000;
	font-size:15px;
}
.ovbl-middle:after,
.ovbl-light:after,
.ovbl-dark:after{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#391800+0,001739+38,321001+71,011e32+100 */
background: #391800; /* Old browsers */
background: -moz-linear-gradient(left, #391800 0%, #001739 38%, #321001 71%, #011e32 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #391800 0%,#001739 38%,#321001 71%,#011e32 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #391800 0%,#001739 38%,#321001 71%,#011e32 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#391800', endColorstr='#011e32',GradientType=1 ); /* IE6-9 */
}
.our-story{
	position:relative;
	/*margin-top:10px;*/
	z-index: 1;
	background-color:#53c6d1;
}
.our-story:after{
	width:50%;
	content:"";
	height:100%;
	position:absolute;
	left:50%;
	background-color:#53c6d1;
	top:0;
	z-index: -1;
}
.video-bx{
	position:relative;
}

.video-bx img{
	height:300px;
	
}

.video-bx .video{
	width:80px;
	height:80px;
	border-radius:80px;
	line-height:80px;
	text-align:center;
	position:absolute;
	left:50%;
	top:50%;
	background:#fff;
	color:#000;
	font-size:24px;
	transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.video-bx .video:hover{
	transform:translate(-50%, -50%) ro;
	-moz-transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%) rotate(360deg);
	-webkit-transform:translate(-50%, -50%) rotate(360deg);
	-ms-transform:translate(-50%, -50%) rotate(360deg);
	-o-transform:translate(-50%, -50%) rotate(360deg);
}
.counter-style-1 span{
	font-size:45px;
	font-family:rubik;
	font-weight:700;
}
.counter-style-1 .counter-text{
	color: #606060;
	font-size: 16px;
	text-transform: uppercase;
}
.join-content-bx{
	max-width:800px;
	margin:auto;
}
.join-content-bx h2{
	font-size: 45px;
	line-height: 65px;
	margin: 0px 0 20px 0;
}
.join-content-bx h4{
	font-weight:400;
	font-size:30px;
}
.join-content-bx p{
	line-height:24px;
	opacity: 0.8;
}
.choose-bx .choose-bx-in{
	margin-top:-20px;
}
/* Contact */
.contact-info-bx{
	padding:30px;
}
.contact-info-bx .widget_getintuch i{
	font-size: 18px;
	line-height: 16px;
}
.contact-social-bx li a{
	width: 40px;
	padding: 0;
	height: 40px;
	line-height: 38px;
}
.contact-info-bx .widget_getintuch{
	border-top:1px solid rgba(255,255,255,0.2);
	border-bottom:1px solid rgba(255,255,255,0.2);
	padding-top:20px;
	padding-bottom:0;
	margin-bottom:20px;
}
.courses-search-bx .input-group,
.contact-bx .input-group {
	display:block;
	position:relative;
}


.courses-search-bx .input-group .form-control,
.contact-bx .input-group .form-control,
.courses-search-bx .input-group label,
.contact-bx .input-group label{
	width:100%;
}
.courses-search-bx .input-group label,
.contact-bx .input-group label{
	font-size: 14px;
	font-weight: 400;
	color: #606060;
	position: absolute;
	top: 10px;
	left: 0;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.courses-search-bx .focused .input-group label,
.contact-bx .focused .input-group label{
	top: -8px;
	font-size: 10px;
	color:var(--primary);
}
.contact-bx .input-group textarea.form-control{
	height:120px;
}
.courses-search-bx .input-group .form-control,
.contact-bx .input-group .form-control{
	border-width: 0 0 1px 0;
	background-color:rgba(0,0,0,0);
	padding:10px 0;
}
.contact-bx .heading-bx {
    margin-bottom: 30px;
}
.courses-search-bx .input-group .form-control{
	border-width: 0 0 2px 0;
	border-color:#E0E0E0;
}
.faq-bx .panel{
	border: 1px solid #D0D0D0;
	padding: 12px 0px 12px 20px;
	border-radius: 4px;
	margin-bottom: 4px;
}
.faq-bx .acod-title a{
	padding:0px 50px 0px 0px;
	border:0;
	color: #000;
}
.faq-bx .acod-content {
    margin: 10px 0 0 0;
}
.faq-bx .acod-body{
	border:0;
}
/* Gallery Box */
.portfolio-bx{
	margin-bottom:30px;
}
.portfolio-bx .portfolio-info-bx p{
	color:#fff;
	font-size:13px;
	margin-bottom:0;
}
.portfolio-bx .portfolio-info-bx h4{
	margin:0;
	font-size:18px;
}
.portfolio-bx .portfolio-info-bx h4 a{
	color:#fff;
}
.portfolio-bx .portfolio-info-bx{
	bottom: -100%;
	position: absolute;
	width: 100%;
	padding: 10px 20px;
	text-align: left;
	transition: all 0.5s;
}
.portfolio-bx .overlay-icon a{
	font-size:18px;
}
.portfolio-bx .overlay-icon a i{
	background:rgba(0,0,0,0);
	color:#fff;
}
.portfolio-bx:hover .portfolio-info-bx{
	bottom: 0;
}
.portfolio-bx:hover .media-ov2:before, 
.portfolio-bx:hover .media-ov2:after{
	opacity:0.7;
}
.widget-courses .ttr-post-meta .price del,
.widget-courses .ttr-post-meta .price h5{
	display:inline-block;
	font-weight: 400;
}
.widget-courses .ttr-post-meta .price del{
	font-size:10px;
}
.widget-courses .ttr-post-meta .price h5{
	font-size: 13px;
	font-weight: 500;
	margin: 0;
}
.widget-courses .ttr-post-meta .price .free{
	color:#1fd36b;
}
.widget-courses .ttr-post-meta .review{
	font-size: 13px;
	font-weight: 400;
}
/* course detail bx */

.course-detail-bx{
	padding:20px;
	border:1px solid rgba(0,0,0,0.1);
	position: sticky;
	top: 100px;
}
.course-price{
	text-align:center;
	padding: 10px 0 20px;
}
.course-price .price,
.course-price del{
	display:inline-block;
}
.course-price .price{
	font-size:35px;
	margin:0;
}
.teacher-info{
	display:flex;
	align-items: center;
}
.course-price del{
	margin: 0;
}
.teacher-bx{
	border: 1px solid rgba(0,0,0,0.1);
	padding: 10px 20px;
	margin: 20px -20px 0;
	border-width: 1px 0 1px 0;
}
.teacher-name h5{
	font-size:16px;
	margin-bottom: 0;
	line-height: 18px;
	font-weight:400;
	color:#000;
}
.teacher-thumb{
	width:55px;
	height:55px;
	overflow:hidden;
	border-radius:55px;
	margin-right:15px;
}
.teacher-name span{
	font-size:13px;
	color:#6a6a6a;
}
.course-detail-bx .cours-more-info .price span {
    font-size: 12px;
    color: #3c3c3c;
}
.course-detail-bx .cours-more-info .price h5{
	font-size:16px;
	font-weight:400;
}
.course-detail-bx .cours-more-info {
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    margin: 0;
    border-top: 0;
	margin: 0 -20px;
}
.course-detail-bx .cours-more-info .price, .cours-more-info .review {
    padding: 8px 20px;
}
.course-info-list{
	padding-top:20px;
	margin:0 -20px;
}
.course-info-list ul{
	list-style:none;
	margin:0;	
	padding: 0;
}
.course-info-list ul li{
	display: block;
	width: 100%;
}
.course-info-list ul li a{
	padding: 8px 20px;
	font-size: 15px;
	color: #808080;
	display: flex;
	align-items: center;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.course-info-list ul li a.active,
.course-info-list ul li a:hover{
	color:#fff;
	background: var(--primary);
}
.course-info-list ul li a i{
	margin-right:10px;
	font-size:20px;
}
.courses-post .post-title{
	font-size:35px;
	font-weight:500;
}
.course-features{
	margin:0;
	margin-bottom: 30px;
	padding:0;
	list-style:none;
	position:sticky;
	top:80px;
}
.course-features li{
	padding:15px 20px;
	border-bottom:1px solid rgba(0,0,0,0.1);
	display:flex;
	font-size:14px;
	align-items: center;
}
.course-features li i{
	margin-right:10px;
	font-size:16px;
	color:var(--primary);
}
.course-features li .label{
	width:60%;
}
.course-features li .value{
	width:40%;
}

/*=====================================

chairman and principal messages

=============================*/
/*===================
top person msg
====================*/

#person-box {
	background-image:url("/uploads/images/bg-pattern-msg.jpg");
	background-repeat:repeat;
}
#person-box .card{
	border:none;
	background-image:url("/uploads/images/bg-pattern-msg.jpg");
	background-repeat:repeat;
}


	

#person-box .card .card-body .person-box-image img{
	
	border-radius:50%;
}


#person-box .card .card-body .person-box-info h5 {
	/*font-weight:150;*/
	font-size:25px;
	line-height:10px;
	
}

#person-box .card .card-body .person-box-info p .card-text {
	/*font-weight:100;
	color:#666666;*/
	
}

#person-box .card .card-body .person-box-footer{
    font-weight:350;
	/*line-height: .6;*/
	font-size:14px;
	color: #000000;         /*#333333;*/
	padding:0 20px;
	text-align:justify;
	
	
}

#person-box .card .card-body .person-box-footer:first-letter{
	font-size:20px;
	font-weight:200;
	color:red;
}

/*.vertical {
            border-left: 6px solid red;
            height: 300px;
            position:absolute;
            left: 50%;
        }*/

#top-person-msg {
	background-color:#e6faff;
}
#person-box .person-box-footer  .read-more{
	padding:10px;
	border:1px solid #000000;
	background-color:red;
	margin-top: 5px;
	text-align:right;
}

.top-person-msg-footer  .read-more:hover{
		background-color:blue;
	
	
}

.read-more-txt{
	font-size:1.3rem;
	color:#0096db;
	font-weight:bold;
	
}

.pricingtable-inner {
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
	box-shadow: 0 0 15px 0 rgba(17,0,34,0.1);
}
.pricingtable-features,
.pricingtable-features li,
.pricingtable-footer{
	border:0;
}
.pricingtable-features li{
	color: #353535;
	font-size: 14px;
	font-weight: 500;
}
.pricingtable-bx {
	font-size: 120px;
	font-weight: 300;
	line-height: 90px;
	font-family:rubik;
	color:#fff;
}
.priceing-doller {
    vertical-align: top;
	font-size:30px;
	line-height:30px;
	color:#fff;
}
.pricingtable-type{
	color:#fff;
}
.pricingtable-type::before{
	content: "/";
	margin-right: 10px;
	color:#fff;
}
.pricingtable-price{
	padding: 20px 20px;
	background-color: transparent;
	border: 0px solid #E9E9E9;
}
.pricingtable-main{
	background: #ff5e14; /* Old browsers */
	background: -moz-linear-gradient(45deg, #ff5e14 0%, #ff8e14 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #ff5e14 0%,#ff8e14 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #ff5e14 0%,#ff8e14 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5e14', endColorstr='#ff8e14',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.pricingtable-title {
	background-color: rgba(255,255,255,0.2);
	padding: 10px 10px 5px 10px;
}
.pricingtable-title h2{
	font-size: 22px;
	line-height: 26px;
	font-weight: 600;
}
.pricingtable-title p{
	font-size: 13px;
	line-height: 20px;
	font-weight: 500;
}
.pricingtable-features li:nth-child(2n) {
    background-color: rgba(0,0,0,0.1);
}
.pricingtable-footer{
	background-color: rgba(0,0,0,0.1);
}
.pricingtable-footer .btn{
	font-size:16px;
	padding: 10px 30px;
}
/* Profile Box */
.profile-bx{
	border:1px solid #e9e9e9;
	position:sticky;
	top:100px;
}
.user-profile-thumb{
	width:100px;
	height:100px;
	overflow:hidden;
	border-radius:100px;
	border: 5px solid #fff;
	box-shadow:0 0 15px 0 rgba(0,0,0,0.2);
	margin:25px auto 15px; 
}
.profile-info{
	margin-bottom:15px;
}
.profile-info h4{
	font-size:18px;	
	margin-bottom: 0;
}
.profile-info span{
	font-size:14px;
	color:#717171;
}
.profile-social ul li a{
	width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    border: 1px solid #e9e9e9;
    line-height: 34px;
    border-radius: 40px;
    color: #000;
    font-size: 14px;
}
.profile-social{
	border-bottom: 1px solid #e9e9e9;
	padding-bottom:15px;
}
.profile-content-bx{
	border: 1px solid #e9e9e9;
}
.profile-tabnav{ 
	margin:20px 0;
}
.profile-tabnav .nav{ 
	border:0;
}
.profile-tabnav .nav li{  
	display:block;
	width:100%;
}
.profile-tabnav .nav li a{
	border:0;
	color: #8a8a8a;
	font-size: 15px;
	text-align: left;
	padding: 10px 30px;
}
.profile-tabnav .nav li a.active{
	background-color: var(--primary);
	color: #fff;
	border-radius: 0;
}
.profile-tabnav .nav li a i{
	margin-right:10px;
}
.profile-head h3{
	font-size:20px;
	text-transform:uppercase;
	margin-bottom:0;
	font-weight:500;
}
.profile-head{
	display:flex;
	padding: 10px 15px 10px 30px;
	border-bottom: 1px solid #e9e9e9;
	align-items: center;
}
.profile-head .feature-filters{
	margin-bottom:0;
}
.courses-filter .action-card{
	margin-bottom:30px;
}
.courses-filter{
	padding:30px 30px 0 30px;
}
.profile-head .feature-filters.style1 li a{
	font-weight: 400;
	font-size: 15px;
}
.edit-profile h3{
	font-size: 18px;
	font-weight: 400;
	margin: 0;
}
.edit-profile .help{
	font-size:12px;
	line-height:18px;

	display: block;
}
.edit-profile .col-form-label{
	font-size:14px;
	font-weight: 400;
}
.edit-profile{
	padding:30px;
}
.edit-profile .form-group {
	margin-bottom: 15px;
}
/* My Account */
.account-form{
	display:flex;
	width: 100%;
	position: relative;
}
.account-head{
	position: sticky;
	left:0;
	top:0;
	z-index: 1;
	width: 500px;
	min-width: 500px;
	height: 100vh;
	background-position: center;
	text-align: center;
	align-items: center;
	display: flex;
	vertical-align: middle;
}
.account-head a{
	display:block;
	width:100%;
}
.account-head:after{
	opacity:0.9;
	content:"";
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	width:100%;
	height:100%;
	background: #ff5e14; /* Old browsers */
	background: -moz-linear-gradient(45deg, #ff5e14 0%, #ff8e14 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #ff5e14 0%,#ff8e14 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #ff5e14 0%,#ff8e14 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5e14', endColorstr='#ff8e14',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.account-form-inner {
    width: 100%;
	align-self: center;
}
.account-container {
    max-width: 400px;
	margin: auto;
	padding: 30px 0;	
}
.custom-control-label:before{
	width: 20px;
	height: 20px;
	background-color: transparent;
	border: 2px solid var(--primary);
	top: 2px;
}
.custom-control-label:after{
	width: 20px;
	height: 20px;
	top: 2px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before{
	background-color: var(--primary);
}
.account-container .form-forget{
	display:flex;
}
.account-container .form-forget .custom-control-label{
	font-weight:400;
}
.account-container .btn.button-md{
	padding: 12px 40px;
}
.account-container .form-control{
	border-color: rgba(0,0,0,0.2);
}
.account-container .facebook i,
.account-container .google-plus i{
	border-right:1px solid #fff;
	padding-right:10px;
	margin-right:10px;
}
.account-form .heading-bx p a{
	color: var(--primary);
	text-decoration: underline;
	padding-bottom: 0px;
}
/* .g-recaptcha {
  transform-origin: left top;
} */
/* Google Recaptcha */
 
.g-recaptcha,
#rc-imageselect {
    transform:scale(0.99);
    -webkit-transform:scale(0.99);
    -moz-transform:scale(0.99);
    -o-transform:scale(0.99);
    
    transform-origin:0 0;
    -o-transform-origin:0 0;
    -moz-transform-origin:0 0;
    -webkit-transform-origin:0 0;
}
@media screen and (max-width: 575px){
	#rc-imageselect, 
	.g-recaptcha {
        transform:scale(0.77);
        -moz-transform:scale(0.77);
        -o-transform:scale(0.77);
        -webkit-transform:scale(0.77);
        
        transform-origin:0 0;
        -moz-transform-origin:0 0;
        -o-transform-origin:0 0;
        -webkit-transform-origin:0 0;
    
    }
}
.recaptcha-box{
 height:60px;
}
.g-recaptcha > div{
	width:250px !important; 
}
/* Google Recaptcha */
/* error */
.error-page{
	text-align:center;
}
.error-title{
	font-size:140px;
	line-height: 140px;
	margin-bottom: 0;
}
.error-page h3{
	font-size: 50px;
    opacity: 0.2;
}
.error-page h5{
	font-size: 22px;
	opacity: 1;
	font-weight: 500;
	line-height: 35px;
}
.error-page p{
	font-size:16px;
	line-height:26px;
}
.why-chooses-bx .faq-bx{
	max-width: 700px;
	margin: auto;
}
.why-chooses-bx .faq-bx .panel {
	background:#fff;
	margin-bottom: 6px;
}
@media only screen and (max-width: 1200px) {
	.cours-more-info .review{
		padding: 8px 12px;
	}
	.service-info-bx .action-box{
		margin-top: 40px;
	}
	.account-head{
		width: 350px;
		min-width: 350px;
	}
	.service-bx h4{
		font-size:20px;
	}
	.rev-btn{
		padding-left:20px !important;
		padding-right:20px !important;
	}
	.pricingtable-bx {
		font-size: 80px;
	}
}
@media only screen and (max-width: 991px) {
	.event-time .event-date{
		font-size: 30px;
		line-height: 30px;
	}
	.event-month{
		font-size:12px;
	}
	.event-time{
		padding: 10px 8px;
	}
	.event-bx .info-bx {
		padding: 20px;
	}
	.event-info .event-title{
		 font-size: 20px;
	}
	.upcoming-event-carousel.owl-btn-1 .owl-prev, 
	.upcoming-event-carousel.owl-btn-1 .owl-next{
		margin: 0 50px !important;
	}
	.service-info-bx {
		margin-top: 0px;
		padding-top: 80px;
	}
	.service-bx .info-bx {
		padding: 10px 10px 20px 10px;
	}
	.service-bx .info-bx h4 {
		font-size: 16px;
	}
	.service-bx .feature-box-sm {
		width: 60px;
		height: 60px;
		line-height: 60px;
		top: -30px;
	}
	.service-bx .feature-box-sm i {
		font-size: 20px;
	}
	.our-story::after{
		content: unset;
	}
	.bar-bx .side {
		width: 20%;
	}
	.service-info-bx .action-box{
		margin-top: 0;
	}
	.account-head {
		width: 100%;
		min-width: 100%;
		height: 200px;
	}
	.account-form {
		display: block;
	}
	.account-container{
		padding: 50px 20px;
	}
}
@media only screen and (max-width: 767px) {
	.courses-carousel .owl-nav{
		position: unset;
		top: auto;
		right: auto;
		bottom: 0;
		text-align: center;
		margin-top: 20px;
	}
	.section-sp1 {
		padding-top: 50px;
		padding-bottom: 20px;
	}
	.section-sp2 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.upcoming-event-carousel.owl-btn-1 .owl-prev, 
	.upcoming-event-carousel.owl-btn-1 .owl-next{
		margin: 0 0 !important;
	}
	.testimonial-carousel .owl-nav,
	.recent-news-carousel .owl-nav {
		position: unset;
		top: auto;
		right: auto;
		text-align: center;
		margin-top: 10px;
	}
	.testimonial-carousel .owl-nav{
		margin-top: 30px;
	}
	.info-bx{
		font-size: 16px;
	}
	.upcoming-event-carousel.owl-btn-1 .owl-prev, 
	.upcoming-event-carousel.owl-btn-1 .owl-next{
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		position:unset;
		box-shadow:none;
		margin: 0 5px !important;
		transform: translateY(0);
		-o-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
	}
	.upcoming-event-carousel.owl-btn-center-lr .owl-nav{
		text-align:center;
		margin-top:15px	;
	}
	.online-cours h2{
		font-size: 30px;
		margin-bottom: 10px;
	}
	.online-cours h5{
		font-size: 18px;
		margin-bottom: 25px;
	}
	.cours-search{
		margin-bottom: 30px;
	}
	.service-info-bx {
		padding-top: 50px;
	}
	.service-bx{
		margin-bottom:30px;
	}
	.service-bx.m-b0{
		margin-bottom:0;
	}
	.event-time{
		margin-right: 0;
		border-radius: 0;
		position: absolute;
		top: -68px;
		left: 0;
	}
	.rev-btn{
		padding:10px 10px !important;
		font-size:12px !important;
	}
	/* Rev Slide */
	.rev-slider .tp-rightarrow,
	.rev-slider .tp-leftarrow{
		display:none;
	}
}
@media only screen and (max-width: 576px) {
	.footer-title{
		font-size:14px;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	footer p, 
	footer li{
		font-size: 13px;
	}
	footer .widget {
		margin-bottom: 24px;
	}
	.footer-top{
		padding: 0 0 10px;
	}
	.pt-exebar{
		margin-bottom: 30px;
	}
	.pt-logo img{
		width:150px;
	}
	.pt-social-link{
		display:none !important;
	}
	.all-review,
	.bar-bx .side{
		width: 60%;
	}
	.rev-btn{
		padding:10px 15px !important;
	}
	.counter-style-1 span,
	.counter-style-1 .counter{
		font-size: 35px;
		font-weight: 700;
		line-height: 40px;
	}
	.counter-style-1 .counter-text{
		font-size: 12px;
		font-weight: 400;
	}
	.profile-head{
		padding: 10px 15px 10px 15px;
	}
	.edit-profile{
		padding:15px;
	}
	.courses-filter {
		padding: 15px 15px 0 15px;
	}
	.online-cours h5 {
		font-size: 14px;
	}
	.online-cours h2 {
		font-size: 24px;
		margin-bottom: 5px;
	}
}



/*-------------------------------------------------*/
/* =  5.HOME PAGE: EVENT
/*-------------------------------------------------*/
 .ho-ex-title{
     margin-bottom: 35px;
}
 .ho-ex-title h4{
     padding-left: 15px;
     font-size: 26px;
}
 .ho-ex-title h4:before{
     position: absolute;
     content: "";
     width: 4px;
     height: 20px;
     margin-top: 3px;
     background: #03294f;
     top: 2px;
     left: 15px;
}
 .ho-event{
	 margin-left:20px;
}
 .ho-event ul{
}
 .ho-event ul li{
     border-bottom: 1px solid #e0e0e0;
     padding: 15px 0px;
     position: relative;
     overflow: hidden;
}
 .ho-ev-img{
     border-radius: 3px;
     display: inline-block;
     float: left;
     color: #fff;
     text-align: center;
     padding: 0px;
     margin-right: 20px;
     text-transform: uppercase;
     width: 20%;
}
 .ho-ev-img img{
     width:100%;
}
 .ho-ev-date{
     border-radius: 3px;
     display: inline-block;
     float: left;
     color: #fff;
     text-align: center;
     padding: 14px 0;
     margin-right: 20px;
     text-transform: uppercase;
     width: 20%;
     background: #02294e;
     background: -webkit-linear-gradient(to top, #012951, #03294e);
     background: linear-gradient(to top, #012951, #03294e);
}
 .ho-ev-date span:first-child{
     display: block;
     font-size: 25px;
     font-weight: 500;
     margin-top: 0px;
     line-height: 25px;
     color: #fff;
}
 .ho-ev-date span:last-child{
     font-size: 12px;
     color: #fff;
}
 .ho-ev-link{
     float: left;
     width: 60%;
}
 .ho-ev-link a{
}
 .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; 
}
 .ho-ev-link p{
     color: #203245;
     margin-bottom: 0px;
     text-overflow: ellipsis;
     white-space: pre;
     overflow: hidden;
}
 .ho-ev-link span{
     color: #959595;
     font-size: 12px;
     font-weight: 500;
}
 .ho-ev-link-full{
     width:100%;
}
 .ho-ev-latest{
     position: relative;
     overflow: hidden;
     width: 100%;
     padding: 35px;
     margin-bottom: 30px;
     border-radius: 4px;
}
 .ho-ev-latest:before{
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
    /* background: rgba(2, 41, 78, 0.73);
     */
     background: linear-gradient(to top, rgba(3, 41, 79, 0.82), rgba(6, 53, 98, 0.62));
}
 .ho-ev-latest-bg-1{
     background: url(../images/ev-bg1.jpg) no-repeat;
     background-size: cover;
}
 .ho-ev-latest-bg-2{
     background: url(../images/ev-bg2.jpg) no-repeat;
     background-size: cover;
}
 .ho-ev-latest-bg-3{
     background: url(../images/ev-bg.jpg) no-repeat;
     background-size: cover;
     margin-bottom: 0px;
     border-bottom-left-radius: 0px;
     border-bottom-right-radius: 0px;
}
 .in-ev-latest-bg-1{
     background: url(../images/ev-in-bg1.jpg) no-repeat;
     background-size: cover;
}
 .ho-lat-ev{
     position: relative;
}
 .ho-lat-ev a{
     color: #fff;
}
 .ho-lat-ev h4{
     color:#fff;
     font-size: 22px;
     padding-bottom: 14px;
}
 .ho-lat-ev p{
     color: #e2e2e2;
     margin-bottom: 0px;
     font-size: 14px;
}
 .ho-lat-ev span{
}
 .ho-st-login{
     position: relative;
     overflow: hidden;
     background: #ececec;
     padding: 10px 5px 18px 5px;
     border-bottom-left-radius: 4px;
     border-bottom-right-radius: 4px;
}
 .ho-st-login form{
}
 .ho-st-login form input{
     background: #fff;
     border-radius: 2px;
     margin-bottom: 4px;
     padding: 0px 15px;
     box-sizing: border-box;
     font-size: 16px;
     border: 1px solid #cecece;
     height: 45px;
}
 .ho-st-login form input[type="submit"]{
     margin-bottom: 0px;
     width: 100%;
}
 .ho-st-login form label{
     left: 20px !important;
     top: 15px;
     font-size: 13px;
}
 .cor-apply{
     background: #03294e;
     padding: 10px 0px 18px 0px;
     border: 4px dotted #333;
     border-radius: 4px;
}
 .cor-apply form input{
     border: 1px solid #cecece;
     height: 45px;
}
 .light-btn{
     color: #fff;
     background: #f36b3b;
     background: -webkit-linear-gradient(to top, #ef612f, #f36b3b);
     background: linear-gradient(to top, #ef612f, #f36b3b);
     padding: 0px 10px;
     line-height: 40px;
     border-radius: 3px;
     text-transform: uppercase;
     font-weight: 800;
     font-size: 16px;
     display: block;
     text-align: center;
}
 .tabs-hom-reg{
     background:none;
}
 .tabs-hom-reg a{
}
 .tabs-content{
     position: relative;
     overflow: hidden;
     height: 360px !important;
}
 .field-com{
}
 .field-com input{
}
 .field-com.select-dropdown{
     border: 1px solid #cecece;
     height: 45px;
}
 .cor-left-app-tit{
     padding-top: 8px;
     padding-bottom: 8px;
}
 .cor-left-app-tit h4{
     font-size: 24px;
     padding-bottom: 4px;
     color: #fff;
}
 .cor-left-app-tit p{
     font-size: 14px;
     color: #9c9c9c;
}

/* end events */

/*
 * Shortcode: Dividers.less
 * -----------------------------------------------
*/
.divider,
.parallax {
  background-repeat: repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* -------- Parallax ---------- */
.parallax {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: repeat-y;
  background-position: top center;
}
.mobile-parallax {
  background-size: cover !important;
  background-attachment: scroll !important;
  background-position: center center;
}
.divider .container {
  padding-top: 90px;
  padding-bottom: 90px;
}
.divider .container.small-padding {
  padding-top: 30px;
  padding-bottom: 30px;
}
.divider .container.extra-padding {
  padding-top: 180px;
  padding-bottom: 180px;
}

/*

test faculty


*/


/*==================================
Academic
====================================*/

#academic{
	
	overflow:hidden;
	margin-top:20px;
	
	
}

.academic-title h2{
	margin-left:20px;
}

#academic-1{
	height:100px;
	background-color:#9FE2BF;
	margin-left:20px;
	margin-right:20px;
	padding:20px;
}

#academic-2{
	height:100px;
	background-color:#40E0D0;
	margin-left:20px;
	margin-right:20px;
	padding:20px;
}

#academic-3{
	height:100px;
	background-color:#6495ED;
	margin-left:20px;
	margin-right:20px;
	padding:20px;
}


#academic-4{
	height:100px;
	background-color:#CCCCFF;
	margin-left:20px;
	margin-right:20px;
	padding:20px;
}



.text-academic  a {
	
	font-size:20px;
	color:#000;
	font-weight:bold;
	
}


/* academic council member */

.academic-council-member{
	margin-top:20px;
	margin-bottom:20px;
}

.ac-member-col{
	margin-bottom:5px;
	
}
.ac-member-info {
	padding:10px;
}

.ac-member-image {
	padding:10px;
}


/*gallery  */

.gallery-image{
	border:8px solid #000;
	
}

.gallery-image span {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #333;
  color: #fff;
}

.gallery-image:hover span {
  display: block;
}

/* faculty single page */

#faculty-single-page .faculty-header{
	border-bottom:2px solid #000;
}

#faculty-single-page .faculty_name {
	font-size:3em;
	font-family:'oswald';
	padding-top:40px;
	
}

#faculty-single-page .faculty-member-single-footer{
	 text-align:center; 
	 font-size:1.4em;
	
}

/*
#academic .academic-title h2{
  color: #fff;
  font-size: 1.6rem;
  position: relative;
  padding: .8rem 0;
}

#academic .academic-title h2::before{
  background-color:#0096db; 

  bottom: 0;
  content: ' ';
  left: -888rem;
  position: absolute;
  right: -88rem;
  transform-origin: 100% 0;*/
 /* transform: skew(-40deg); */
/* top: 0;
  z-index: -1;
}


.notice-title h2{
  color: #fff;
  font-size: 1.6rem;
  position: relative;
  padding: .8rem 0;
  text-align:center;
}

.notice-title h2::before{
  background-color:#bb0a1e; 

  bottom: 0;
  content: ' ';
 left: -10rem; 
  position: absolute;
right: -888rem;
  transform-origin: 100% 0;*/
 /* transform: skew(-40deg);*/
/*  top: 0;
  z-index: -1;
}





.academic-image{
	margin:3px;
	height:200px;
}


.academic-image-title{
  position: relative;
  padding:0px;
 
  
}

.text-at-image a{
	text-decoration:none;
}

.text-at-image{
  position: absolute;
  top: 50%;
  left: 50%;
  text-decoration:none;
  transform: translate(-50%, -50%);
  border:1px solid #ffffff;
  background-color:#0096db;*/  /*#53c6d1;*/
 /* padding:10px;
  color:#ffffff;

}



.text-at-image:hover{
	background-color:#000000;
	color:#ffffff;
}

*/


/* faculty member inner page */

.tbl-faculty-member-user{
	
	margin:50px 50px;
	
}
 
/*===================================
About scroll indicator
=====================================*/

.progress-container {
  width: 100%;
  height: 8px;
  background: #ccc;
  
}

.progress-bar {
  height: 8px;
  background: #04AA6D;
  width: 0%;
  
}



.slider-content{
	 position: relative;
  height: 100%;
  width: 100%;
}

.banner-carousel .banner-carousel-item {
  height: 600px;  /*700px*/
  color: #fff;
  background-position: 50% 50%;
  background-size: cover;
  
}

@media (max-width: 991px) {
  .banner-carousel .banner-carousel-item {
    height: 550px;
  }
}

@media (max-width: 575px) {
  .banner-carousel .banner-carousel-item {
    height: 450px;
  }
}

/*
.slider-content {
  position: relative;
  height: 100%;
  width: 100%;
}
*/



.slide-title-box {
  font-size: 16px;
  line-height: 39px;
  background: #ffb600;
  color: #fff;
  display: inline-block;
  padding: 0 15px;
  margin: 0 0 10px;
}

.slide-title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  color:#ffff00;   /* #fff;*/
  margin: 20px 0 10px;
}

 .slider-content .slide-text {
  position: absolute; /* Position the background text */
  bottom: 0; /* At the bottom. Use top:0 to append it to the top */
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1; /* Grey text */
  width: 100%; /* Full width */
  padding: 20px; /* Some padding */
}

.slide-text{
/*	background: linear-gradient(135deg, rgba(186, 39, 55, 1) 0%, rgba(186, 39, 55, 1) 51%, rgba(239, 197, 202, 1) 51%, rgba(239, 197, 202, 1) 100%);*/
/*background: linear-gradient(135deg, rgba(186, 39, 55, 1) 0%, rgba(186, 39, 55, .8) 51%, rgba(186, 39, 55, 0.5) 51%, rgba(186, 39, 55, 0.5) 100%); */
	
}

.marquee{
	color:#fff;
	font-size:15px;
	font-weight:300;
	
}


@media (max-width: 991px) {
  .slide-title {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  .slide-title {
    font-size: 16px;
  }
}

.slide-sub-title {
  font-style: normal;
  font-size: 50px;    /* 60 px */
  line-height: 58px;
  margin: 20px 0;
  color: #fff;
  font-weight: 700;  /* 900 */
  text-transform: uppercase;
  letter-spacing: -1px;
}

@media (max-width: 991px) {
  .slide-sub-title {
    font-size: 46px;
  }
}

@media (max-width: 575px) {
  .slide-sub-title {
    font-size: 30px;
    line-height: 30px;
  }
}

.slider-text {
  display: table;
  vertical-align: bottom;
  color: #fff;
  padding-left: 40%;
  width: 100%;
  padding-bottom: 0;
  padding-top: 20px;
}

.slider-text .slide-head {
  font-size: 36px;
  color: #0052a5;
  position: relative;
}

.slider-img {
  display: block;
  position: absolute;
  top: -80px;
  left: 20%;
  width: 314px;
  max-height: 100%;
}

.slider-img img {
  display: block;
  position: relative;
  max-height: 100%;
  width: auto;
}

.slider.btn {
  margin: 15px 5px 0;
  border: 2px solid transparent;
}

@media (max-width: 575px) {
  .slider.btn {
    font-size: 12px;
  }
}

.slider.border {
  background: none;
  border: 2px solid #ffb600 !important;
}

.slider.border:hover {
  background: #ffb600;
  border: 2px solid transparent;
}

/* Carousel control */
.banner-carousel .carousel-control {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  text-shadow: none;
  transition: all .25s ease;
  padding: 0;
  outline: 0;
  border: 0;
}

@media (max-width: 575px) {
  .banner-carousel .carousel-control {
    display: none !important;
  }
}

.banner-carousel .slick-dots {
  opacity: 0;
  filter: alpha(opacity=0);
  bottom: 60px;
}

.slick-dots li button::before {
  font-size: 12px;
}

.slick-dots li button:hover:before, .slick-dots .slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #ffb600;
}

.slick-slide {
  outline: 0;
}

.banner-carousel:hover .carousel-control,
.banner-carousel:hover .carousel-control,
.banner-carousel:hover .slick-dots {
  opacity: 1;
  filter: alpha(opacity=100);
}

.banner-carousel .carousel-control.left {
  left: 20px;
}

.banner-carousel .carousel-control.right {
  right: 20px;
}

.banner-carousel .carousel-control i {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  line-height: 58px;
  width: 60px;
  height: 60px;
  font-size: 22px;
  border-radius: 0;
  transition: all 500ms ease;
}

.banner-carousel .carousel-control i:hover {
  background: #ffb600;
  color: #fff;
}

/*-- Animation */
.banner-carousel [data-animation-in] {
  opacity: 0;
}

/* slick Box slider */
.box-slider-content {
  top: 50%;
  padding: 0;
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  .box-slider-content {
    top: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
  }
}

.box-slider-text {
  background: #111;
  background: rgba(0, 0, 0, 0.65);
  display: inline-block;
  padding: 20px 30px;
  max-width: 650px;
}

.box-slide-title {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  color: #fff;
}

@media (max-width: 767px) {
  .box-slide-title {
    font-size: 16px;
  }
}

.box-slide-sub-title {
  font-size: 36px;
  margin: 8px 0 10px;
  color: #fff;
}

@media (max-width: 767px) {
  .box-slide-sub-title {
    font-size: 26px;
  }
}

.box-slide-description {
  color: #fff;
}

@media (max-width: 767px) {
  .box-slide-description {
    font-size: 15px;
  }
}

.box-slider-text .btn {
  padding: 10px 20px;
}

.box-slide.owl-theme .owl-controls {
  margin: -20px;
}
/* end slide */


/*       bootsnav menu */




/*  end bootsnav menu  */

/***********************
ABOUT US
***********************/
#about-page,#vision-page, #mission-page, #vision-mission-page{

font-size:15px;
}

.about-us-details{
	padding:15px;
	text-align:justify;
	font-size:200px;
	
}

.about-list-points {
	font-size:80px;
}

/* faculty member page */

.single-academic-box {
	margin: 0 auto;
	width: 100%;
	max-width: 320px;
	height: auto;
	display: block;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0, 0.3);
	padding: 10px 10px;
	margin-bottom: 15px;
	box-sizing: border-box;
	overflow: hidden;
}

.single-academic-box:hover {
	box-shadow: 0px 3px 6px 0px rgba(0,0,0, 0.8);
}

.single-academic-image {
	margin: 0 auto;
	display: block;
	width: 100%;
	max-width: 200px;
	height: auto;
	overflow: hidden;
}

.single-academic-image img {
	margin: 0 auto;
	display: block;
	width: 100%;
	height: auto;
}

.single-academic-details {
	float: left;
	width: 100%;
	height: auto;
	display: block;
	padding: 0;
	margin: 0;
	list-style-type: none;
	padding-top: 25px;
	box-sizing: border-box;
	position: relative;
}

.single-academic-details li {
	float: left;
	display: block;
	width: 100%;
	color: #262626;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	line-height: 19px;
	padding: 3px 0;
	box-sizing: border-box;
}

.single-academic-details li:first-child {
	font-weight: 500;
}

.single-academic-details li span {
	float: left;
	width: 25px;
	height: auto;
	text-align: center;
	color: #1B9C87;
	padding-right: 10px;
}

.single-academic-level {
	position: absolute;
	left: 0;
	top: -15px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 500;
	background: #1B9C87;
	padding: 5px 10px;
	box-sizing: border-box;
	border-radius: 4px;
	overflow: hidden;
	display: inline-block;
	box-shadow: 0px 3px 20px 0px rgba(0,0,0, 0.15);
}

.single-academic-footer {
	float: left;
	width: 100%;
	height: auto;
	display: block;
	text-align: center;
	padding: 20px 0 5px 0;
	box-sizing: border-box;
}

.single-academic-footer a {
	color: #1B9C87;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	border: 1px solid #1B9C87;
	border-radius: 4px;
	padding: 4px 10px;
	transition: all 0.3s;
}

.single-academic-footer a:hover {
	color: #fff;
	background: #1B9C87;
	transition: all 0.3s;
}


/* governing body */

.govbody-card {
	
	padding-left:5px;
	
}
.govbody-footer p{
	margin:0;
}

/* rules  page */

.card-rules{
	margin-top:20px;
}

.card-rules .card-title{
	border:1px solid #000;
	padding:20px;
	background-color:#008080; /*#999999;*/
	margin:0px;
	font-size:2em;
	color:#fff;
	
}


.card-rules .card-content{
padding-left:20px; 
padding-right:20px;
padding-top:10px;
padding-bottom:10px;
font-size:16px;
text-align:justify;
}
/* end rules page */

/* examination system page */

.card-examination-system{
	margin-top:20px;
}

.card-examination-system .card-title{
	border:1px solid #000;
	padding:20px;
	background-color:#008080; /*#999999;*/
	margin:0px;
	font-size:2em;
	color:#fff;
	
}


.card-examination-system .card-content{
padding-left:20px; 
padding-right:20px;
padding-top:10px;
padding-bottom:10px;
font-size:16px;
text-align:justify;
}

/* end examination system page */


/****  Contact Page CSS Start  ****/
.contact_form, .contact_info_table {
	padding: 50px 0;
}

.contact-header {
	float: left;
	width: 100%;
	height: 50px;
	background:#33B5FF; /* #29A77C;*/
	display: block;
	padding: 0 5px;
	box-sizing: border-box;
	border-radius: 5px;
	margin-bottom: 10px;
}

.contact-header h4 {
	font-size: 20px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	text-transform: capitalize;
}

.contact_form .form-control, .contact_form .mce-panel {
	border: 1px solid #29A77C;
	box-shadow: 0px 3px 10px rgba(83, 133, 232, 0.4);
}

.contact_form .btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	color: #fff;
	font-size: 24px;
	border-radius: 100px;
	background: #29A77C;
	box-shadow: 0px 3px 10px rgba(83, 133, 232, 0.4);
	font-weight: 400;
	line-height: 1.42857143;
	border-radius: 4px;
	transition: all 0.4s;
}

.contact_form .btn:hover {
	color: #fff;
	background: #29A77C;
	transition: all 0.4s;
}

.con_content {
	float: left;
	padding: 10px 15px;
	display: block;
	text-decoration: none;
	font-size: 16px;
	line-height: 20px;
	color: #141414;
}

.con_content span {
	margin-right: 10px;
	color: #fff;
	font-size: 24px;
	border-radius: 100px;
	background: #29A77C;
	box-shadow: 0px 3px 10px rgba(83, 133, 232, 0.4);
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
}
/****  Contact Page CSS End  ****/