


/*=======================================================================
  events and Activities
=========================================================================*/
.featured-area{
 background:#f7f7f7;	
}

.bg
{
background-image: url(../images/pp.png);
z-index: 1;
background-position: center;
background-repeat: no-repeat;
border-radius: 25px;
}
| .wood
{
background-image: url(../images/wood.jpeg);
z-index: 1;
background-position: center;
background-repeat: no-repeat;
}

.Gd:hover
{
  
    background-color:green;

}

.featured-box {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 30px;
}
.featured-box .featured-img-holder {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.featured-box .featured-img-holder img{
width:100%;	
}
.featured-box .featured-img-holder:before {
  background-color: rgba(0, 46, 59, 0);
  z-index: 1;
  width:100%;
  height:100%;
  content:"";
  position:absolute;
  left:0;
  right:0;
}


.featured-box .featured-content-holder {
  padding: 10px 10px 5px 15px;
}
.featured-box .featured-content-holder h3 {
     font-size: 18px;
    margin-bottom: 5px;
    margin-top: 0;
    font-weight: 700;
}
.featured-box .featured-content-holder h3 a {
  color: #002147;
  text-decoration:none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.featured-box .featured-content-holder h3 a:hover {
  color:#609;
}
.featured-box .featured-content-holder p {
  margin-bottom: 10px;
}
.featured-box2 {
  width: 100%;
  background: #f5f5f5;
  padding: 25px 30px 25px 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.featured-box2 i {
  float: left;
  margin-right: 20px;
  text-align: center;
  height: 60px;
  width: 60px;
  line-height: 58px;
  border-radius: 50%;
  background: #fdc800;
  font-size: 24px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}


.featured-box2 h3 {
  margin-top: 12px;
  font-size: 22px;
  font-weight: 500;
}
.featured-box2 h3 a {
  color: #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.featured-box2 h3 a:hover {
  color: #ffffff !important;
}
.featured-box2:before {
  background: #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.featured-box2:hover i {
  background: #ffffff;
  color: #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.featured-box2:hover h3 a {
  color: #fdc800;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.featured-area {
  padding: 50px 0;
}

.featured-wrapper > div:first-child .featured-img-holder a {
  top: 50%;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.featured-wrapper > div:first-child .featured-img-holder:hover {
  -webkit-transition: all 1.2s ease-out;
  -moz-transition: all 1.2s ease-out;
  -ms-transition: all 1.2s ease-out;
  -o-transition: all 1.2s ease-out;
  transition: all 1.2s ease-out;
}
.featured-wrapper > div:first-child .featured-content-holder {
  padding: 30px 30px 18px 40px;
}
.featured-wrapper > div:first-child .featured-content-holder h3 {
  margin-bottom: 10px;
}
.view-all-btn-area {
  text-align: center;
  margin-top: 30px;
}

/*mentor*/
.img-sec.zoom{
    border:5px solid #002e3b;
    display: inline-block;
}
.mentors .inner-txt{
text-align: center;	
}
.inner-txt h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;    
}
.mentors .title{
margin-bottom:20px;	
}
.mentors p {
    max-width: 509px;
    margin: 0 auto;
	
}

/*counter section start*/
.edu2_counter_wrap{
	background:url(../images/counter-bg.jpg);
	position: relative;
	z-index: 2;
	padding:15px 0px;
	background-position: center;
}
.edu2_counter_wrap:before{
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	background-image:url("../images/counter-bg.png"); 
	z-index: -1;
}
.edu2_counter_des{
	float: left;
	width: 20%;
	border-right: 1px solid rgba(255, 255, 255, 0.31);
	text-align: center;
	padding:10px 0;
}
.edu2_counter_des:last-child {
    border: medium none;
}
.edu2_counter_des span{
	font-size: 30px;
	color: #fff;
	line-height: normal;
	display: block;
    margin: -8px -1px 0;
}
.edu2_counter_des h3{
	font-size: 34px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 9px;
}
.edu2_counter_des h5{
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	margin-bottom: -4px;
	text-transform: uppercase;
}
.edu2_counter_wrap .title h2{
color:#fff;
    margin-top: 0;
    margin-bottom: 35px;	
}
.edu2_counter_wrap .title h2:after{
    background:#e84c3d;
	
}
.news-sec {
    border-top: 2px solid #ccc;
}
.about-school h2{
text-transform:uppercase;
color:#036;	
}
.about-school p {
    color: #666;
    font-size: 13px;
    line-height: 22px;
    text-align: justify;
    padding: 10px 0px 20px 0px;
}
.about-school {
    border-right: 2px solid #ccc;
	padding-right: 40px;
}
#home_news h2 {
    color: #036;
    font-size: 20px;

    text-transform: uppercase;
}
.home-result {
    background: #085078;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #85D8CE, #085078);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #85D8CE, #085078); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    color: #fff;
    padding: 20px;
    font-size: 25px;
    border-radius: 50%;
    margin-top: 12px;
    display: inline-block;
}
/*counter section end*/

/*=======================================================================
  About us page
=========================================================================*/
.about-content{
 padding:30px 0;	
}
.about-content p{
text-align:justify;	
}
.slider-title {
    background: #444;
    color: #fff;
    padding:7px 5px;
}
.slider-title h4 {
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 5px;
 	
}
.slider-title p {
    color: rgba(255,255,255,0.9);
}
.about-amity .footer-title h3{
margin:20px 0 20px;	
}

/*=======================================================================
  mission & statement
=========================================================================*/
.mission-stat p{
 text-align:justify;	
}

/*=======================================================================
  vision & mission
=========================================================================*/
.cntbox {
    background: #333366 none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 40px 25px 25px;
}
.cntbox span {
       font: 400 22px/26px "Roboto Condensed",Arial,Helvetica,sans-serif;
    padding-bottom: 25px;
}
.cntbox h4 {
    font: 900 30px "Roboto Condensed",Arial,Helvetica,sans-serif;
    margin-bottom: 5px;
    margin-top: 20px;
}
.cntbox p {
    font-size: 11px;
    line-height: 18px;
	
}
.about h2 {
    text-transform: capitalize;
    color: #002E5B;
    font-weight: 700;
    font-size: 21px;
    text-align: justify;
}
.about p {
 text-align:justify;	
}
.about blockquote {
    color: #002E5B;
    font-weight: 700;
}
.cntbox2 h4 {
    font: 900 27px "Roboto Condensed",Arial,Helvetica,sans-serif;
}
.cntbox2 p {
    font-size: 13px;
}

/*=======================================================================
 Happenings
=========================================================================*/
.event-menu{
padding-left:0;
    padding-right: 25px;	
}
.event-menu li{
list-style-type:none;
margin-bottom: 5px;	
}
.event-menu li a{
    background-color: #eeeeee;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 10.5px 15px 10.5px 20px;
    display: block;
    color: #808080;
    text-align: left;
    text-transform: uppercase;
    border-radius: 0;	
}
.event-menu > li.active > a{
    background: #002e3b;
    border-left: 4px solid #e84c3d;
    color: #fff;
    position: relative;	
}
.event-menu  li.active ul.inner-menu > li.active > a{
    background: #002e3b;
    border-left: 4px solid #e84c3d;
    color: #fff;
    position: relative;	
}
.event-menu li.active ul.inner-menu li.active ul.inner-menu2 li.active a{
    background: #002e3b;
    border-left: 4px solid #e84c3d;
    color: #fff;
    position: relative;	
}
.event-menu > li.active > a:after{
    bottom: 0;
    content: "";
    height: 21px;
    right: -22px;
    position: absolute;
    top: 0;
    width: 23px;
    width: 0;
    height: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 21px 0 21px 23px;
    border-color: transparent transparent transparent #002e3b;

}
.event-menu li.active ul.inner-menu > li.active > a:after{
    bottom: 0;
    content: "";
    height: 21px;
    right: -22px;
    position: absolute;
    top: 0;
    width: 23px;
    width: 0;
    height: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 21px 0 21px 23px;
    border-color: transparent transparent transparent #002e3b;

}
.event-menu li.active ul.inner-menu li.active ul.inner-menu2 li.active a:after{
    bottom: 0;
    content: "";
    height: 21px;
    right: -22px;
    position: absolute;
    top: 0;
    width: 23px;
    width: 0;
    height: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 21px 0 21px 23px;
    border-color: transparent transparent transparent #002e3b;

}
/*=======================================================================
 principle message
=========================================================================*/

.principle-content p{
text-align:justify;	
}
.principle-content blockquote {
    border-left: 5px solid #e84c3d;
}
.principle-content blockquote span{
font-weight:700;	
}
#principle-slider{
margin-top:20px;	
}
#principle-slider .slider-title {
    min-height: 83px;
}
#principle-slider .owl-nav {
    position: absolute;
    top: -15%;
    opacity: 1;
    width: auto;
    right: 0;
}
#principle-slider .owl-prev,#principle-slider .owl-next {
    width: 30px;
    height: 30px;
    margin-right: 10px;
	border-radius:0;
}
#principle-slider .owl-nav i {
    line-height: 30px;
}

/*=======================================================================
  Contact Page Area
=========================================================================*/
.contact-us-page1-area {
  padding: 90px 0 0;
}

.contact-us-info1 ul {
  margin-top: 11px;
  border: 1px solid #bdbdbd;
  padding-left:0;	
}
.contact-us-info1 ul > li {
  padding: 15px 0 8px 30px;
  position: relative;
  border-bottom: 1px solid #bdbdbd;
  list-style-type:none;
}

.contact-us-info1 ul > li:last-child {
  border-bottom: 0;
}
.contact-us-info1 ul > li i {
  color: #002147;
  position: absolute;
  z-index: 1;
  right: 30px;
  top: 40px;
  font-size: 24px;
}

.contact-us-info1 ul > li h3 {
  text-transform: capitalize;
  color: #111111;
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 0;
  font-weight:600;
}
.contact-us-info1 ul > li .contact-social {
  margin-bottom: 10px;
  border: none;
}

.contact-us-info1 ul > li .contact-social li {
  display: inline;
  margin-right: 15px;
  padding: 0;
  border: none;
}

.contact-us-info1 ul > li .contact-social li a {
  background: transparent;
  border: 1px solid #002147;
  height: 35px;
  width: 35px;
  line-height: 35px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.contact-us-info1 ul > li .contact-social li a i {
  font-size: 20px;
  position: inherit;
  color: #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.contact-us-info1 ul > li .contact-social li:hover a {
  border: 1px solid #002147;
  background: #002147;
}
.contact-us-info1 ul > li .contact-social li:hover a i {
  color: #ffffff;
}
.contact-form1 .form-group {
  margin-bottom: 25px;
}

.contact-form1 .form-group input {
  height: 45px;
}
.contact-form1 .form-response .alert-info {
  background: transparent;
  border: none;
  color: #a8a7a7;
  letter-spacing: 5px;
}
.contact-form1 .form-response .alert-success {
  background-color: transparent;
  color: #00082e;
  letter-spacing: 4px;
  border-color: transparent;
  font-weight: 500;
}

.contact-form1 .form-response .alert {
  border-radius: 0;
  padding: 15px 0;
}

.contact-us-info2 ul {
  margin-top: 10px;
}
.contact-us-info2 ul li {
  position: relative;
  padding: 25px 0 25px 70px;
  border: 1px solid #e6e6e6;
  font-size: 18px;
  color: #002147;
  margin-bottom: 30px;
}
.contact-us-info2 ul li:last-child {
  margin-bottom: 0;
}

.contact-us-info2 ul li i {
  position: absolute;
  left: 23px;
  top: 22px;
  z-index: 1;
  color: #fdc800;
  font-size: 30px;
}

.contact-form2 .form-group {
  margin-bottom: 25px;
}
.contact-form2 .form-group .form-control {
  border-radius: 0;
  background: #f1f1f1;
  box-shadow: none;
  border: none;
}
.contact-form2 .form-group input {
  height: 45px;
  color: #002147;
}
.contact-form2 .form-group textarea {
  height: 178px;
}
.contact-form2 .form-response .alert-info {
  background: transparent;
  border: none;
  color: #a8a7a7;
  letter-spacing: 5px;
}
.contact-form2 .form-response .alert-success {
  background-color: transparent;
  color: #00082e;
  letter-spacing: 4px;
  border-color: transparent;
  font-weight: 500;
}

.contact-form2 .form-response .alert {
  border-radius: 0;
  padding: 15px 0;
}
#contact-form .btn{
    padding: 10px 20px;	
}
#map-outer {
    height: 405px;
    width: 100%;
}
.contact-map .map-heading {
    background:#242C42;
    position: relative;
    text-align: center;
    width: 100%;
}
.contact-map .map-heading h3 {
    color: #fff;
    font-family: "Oswald",sans-serif;
    font-size: 36px;
    font-weight: 300;
    margin: 0;
    padding: 20px 0 20px;
    text-align: center;
    text-transform: uppercase;
}
.contact-map .map-heading i {
    bottom: 0;
    color:#004B8F;
    font-size: 80px;
    margin: 0 0 -45px -30px;
    position: absolute;
    z-index: 1;
}
.fa-location-arrow:before {
    content: "\f124";
}
/*=======================================================================
  Gallery
=========================================================================*/
.abt_banner h3{
margin:30px 0;	
}
.abt_banner a{
 margin:30px 0;	
 display:inline-block;
}

/*=======================================================================
  login form
=========================================================================*/

form.login-form {
    max-width: 350px;
    margin: 0 auto;
    background: #fff;
   padding-bottom:15px;
    border-radius: 10px;
	margin: 83px auto 83px;
}
.login-form .form-group{
 padding: 0 30px;	
}
.login-form .checkbox label{
 padding-left:5px;
 font-weight:600;	
}
.form-title{
background:#2196f3;
padding:20px;
margin-bottom:15px;
border-top-left-radius:10px;
border-top-right-radius:10px;
}
.form-title h2{
color:#fff;
margin-bottom:0;
margin-top:0;	
}
.login-form.change-form{
margin:0 auto;	
}

/*=======================================================================
  Admission
=========================================================================*/
.adm-title h2{
    background: #e84c3d;
    display: inline-block;
    color: #fff;
    padding: 6px 17px;
    font-size: 18px;
}
.adm-list li{
position:relative;
list-style-type:none;	
}
.adm-list li:before{
   font: normal normal normal 14px/1 FontAwesome;
   content: "\f00c";
   position:absolute;
   left: -29px;
   top:5px;
   color: #e84c3d;
   	
}
/*=======================================================================
  Beyond Academics
=========================================================================*/
.children-content blockquote{
 text-transform:uppercase;
 color:#003056;
 font-weight:700;	
}

/*=======================================================================
  Happenings
=========================================================================*/

.happenings-nav li a{
margin-bottom:5px;	
}



/*=======================================================================
  press
=========================================================================*/
.post .box-date {
	float: left;
	width: 70px;
	font-family: 'Open Sans';
	font-size: 11px;
	color: #fff;
	background-color: #26cbbd;
	text-align: center;
}
.post .box-date:after {
	display: block;
	width: 50px;
	height: 4px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	background-color: #f6c640;
	content: '';
}

.post .entry-time {
	display: block;
	margin-top: 20px;
	font-size: 11px;
	color: #888;
	text-transform: uppercase;
}
.post_mod-j .entry-meta {
	float: left;
	    margin: 15px 0;
}
.post_mod-j .box-date {
	position: absolute;
	top: -42px;
	left: 0;
	padding-top: 10px;
	z-index: 100;
}

.post .box-date .number {
	display: block;
	margin-top: 15px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
}

.post .entry-meta {
	font-size: 11px;
	text-transform: uppercase;
	font-weight:600;
}
.post .entry-autor {
    padding-right: 10px;
}
.post_mod-j .entry-date {
    border-left: none;
}
.post_mod-j .entry-links {
    margin-left: 22px;
}
.post_mod-j:last-child {
    padding-bottom: 40px;
}
.post_mod-j {
    position: relative;
    margin-top: 10px;
}
.post .entry-media {
    position: relative;
    z-index: 10;
}
.post_mod-j .post-inner {
    position: relative;
    padding-left: 100px;
}
.widget_courses {
    border-top-color: #ac33c5;
}
.widget-default {
    margin-bottom: 30px;
    padding: 32px;
    border-top: 3px solid transparent;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
}
.list-courses__inner {
    margin-left: 114px;
}
.list-courses__img {
    float: left;
}
.list-courses__title {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    color: #333;
    text-transform: uppercase;
}
.list-courses__title a{
  color: #333;	
}
.list-courses__title a:hover,.video-link__title:hover{
  color:#e84c3d;	
}
.list-courses__meta {
    font-size: 11px;
    color: #3a99d7;
    text-transform: uppercase;
}
.ui-title-inner {
    font-family: Montserrat , arial , arial;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    color: #222;
    text-transform: uppercase;
}
.widget_courses {
    border-top-color: #e84c3d;
	overflow: hidden;
}
.list-courses__item {
    margin-bottom: 33px;
    overflow: hidden;
}
.video-link__inner {
    position: absolute;
    bottom: -1px;
    width: 100%;
    line-height: 18px;
    font-size: 14px ;
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0 ;
    padding: 5px 0 5px 0;
	    text-align: center;
}
.widget_video {
    margin-bottom: 30px;
	position:relative;
}
.video-link__title {
    text-align:center;
    font-size: 15px;
	color:#fff;
}
.video-link img{
 width:100%;	
}
.press-btn{
 margin-top:15px;	
}
.entry-thumbnail {
    overflow: hidden;
    height: 320px;
}
/*=======================================================================
  mun
=========================================================================*/
.mun-content blockquote{
font-weight:700;
color:#009900;	
}


/*=======================================================================
  marquee
=========================================================================*/
.notices {
    background: #002e3b;
    color: #fff;

}
.marquee-list{
margin-bottom:0;

}
  .affix {
      top: 0;
      width: 100%;
  }
.marquee-list li{
position:relative;
padding:5px 10px;	
line-height: 28px;
border-right: 2px solid rgba(255,255,255,0.5);	
}
.marquee-list li:before{
    content: "\f046";
	font: normal normal normal 14px/1 FontAwesome;
	margin-right:5px;
	color:#adff2f;
	font-size: 18px;
}
.notices marquee {
    margin-bottom: -4px;
}
.marquee-list li a{
 color:#FC0;	
}
.marquee-list li a:hover{
 color:#e84c3d;	
}
.btn-marque{
color:#fff !important;
    margin-bottom: 0;	
}


/********************************/
/*      home slider CSS     */
/********************************/
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slider-nav a.carousel-control {
    background-image: none;
    box-shadow: none;
    position: absolute;
    display: inline-block;
    height: 40px;
    float: left;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    top: 50%;
    margin-left: 20px;
    margin-right: 20px;
    background: #002e3b;	
}
.slider-nav .carousel-control:hover,.slider-nav .carousel-control:focus{
background:#e84c3d;	
}
.slider-nav .carousel-control i{
font-size:16px;	
}

/*----------------------------------------*/
/*  11. Gallery Area
/*----------------------------------------*/

.gallery-title h2:after {
    width: 30px;	
}

.filter-button
{  
font-size: 16px;
    background-color: #eeeeee;
    padding: 5px 20px;
    color: #808080;
    text-transform: uppercase;
    border-radius: 5px;
    border: none;
	

}
.filter-button:hover
{
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color:#337ab7;

}
.filter-button.active
{
    background-color:#337ab7 !important;
    color:#fff !important;
	box-shadow:none;
	
}
.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}
.fliter-group{
margin-bottom:30px;	
}
.gallery-nav{
padding-left:0;
list-style:none;
text-align:center;	
}
.gallery-nav li{
display:inline-block;
}
/*----------------------------------------*/
/*  11. Result Page
/*----------------------------------------*/
.result-box{
text-align:center;
border:2px solid #f0a30a;
margin-bottom:20px;	
}
.result-box img{
width:100%;	
}
.result-txt h3{
text-transform:uppercase;
font-size:18px;
font-weight:bold;	
}
.result-wrapper .adm-title h2 {
    background: #a0522d;
}
table#t01 th {
    background-color:#00aba9;
    color: white;
}
.result-list li{
list-style-type:none;
font-size:16px;	
margin-bottom:5px;
}
.result-list li strong {
    min-width: 385px;
    display: inline-block;
}
/*----------------------------------------*/
/*  home-page popup
/*----------------------------------------*/

.white_content_oouter_add a.close_add {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 0 0 5px;
    color: #fff;
    text-decoration: none;
    padding: 0 10px 3px 10px;
    background: #d40022;
}
.white_content_add {
    display: block;
    position: absolute;
    top:10px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: white;
    z-index: 2003;
    max-width: 700px;
    overflow: auto;
    border: 3px #d40022 solid;
    border-radius: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #333;
}
.add_haze{
display:block; 
position: fixed;
 top: 0%;
  left: 0%;
   width: 100%;
    height: 100%;
	 background-color:#000;
	  z-index:2001;
	   -moz-opacity: 0.8;
	    opacity:.80;
		 filter: alpha(opacity=80);	
}

/*----------------------------------------*/
/*  ais school slider
/*----------------------------------------*/

#ais-slider .school-inner {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    margin: 5px 10px;
	position:relative;
	
}
.slider-txt {
    padding: 15px;
}
.slider-txt p{
margin-bottom:0;	
}
.slider-txt h2{
    margin: 20px 0 10px;
	text-transform:uppercase;
	font-size: 14px;
    font-weight: bold;	
}
.school-name2 {
    background: #0050ef;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
    color: #fff;
    display: inline-block;
    font-size: 20px;
    left: 15%;
    padding:8px 25px;
    position: absolute;
    text-align: center;
    top:220px;
    width: 70%;
    font-weight: 500;
}
.school-name2:before{
    border-bottom: 22px solid transparent;
    border-right: 20px solid #0050ef;
    border-top: 22px solid transparent;
    content: "";
    height: 0;
    left: -20px;
    position: absolute;
    top: 0;
    width: 0;	
	
}
.school-name2:after{
    border-bottom: 22px solid transparent;
    border-left: 20px solid #0050ef;
    border-top: 22px solid transparent;
    content: "";
    height: 0;
    right: -20px;
    position: absolute;
    top: 0;
    width: 0;	
	
}
.school-name2:hover{
color:#fff;
background:#e84c3d;	
}
.school-name2:hover:before{

 border-bottom: 22px solid transparent;
  border-right: 20px solid #e84c3d;
    border-top: 22px solid transparent;  
}
.school-name2:hover:after{
 border-bottom: 22px solid transparent;
    border-left: 20px solid #e84c3d;
    border-top: 22px solid transparent;		
}
#ais-slider .owl-dots.disabled,#ais-slider .owl-nav.disabled {
  display:block !important;
}
#ais-slider .owl-nav{
opacity:1;
width:auto;
right:0;
top:-50px;	
}
.ais-schools{
background:#f7f7f7;	
}
/*=======================================
 testimonial section
=========================================*/
.students-say-area{

    background: #f2f5f9;
    background: rgba(0, 0, 0, 0) url(../images/testimonial-bg.jpg) no-repeat fixed left top;
    z-index: 9;
    position: relative;
    text-align: center;
}
.students-say-area:before {
    background: #001f46;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.students-say-area .title h2{
color:#fff;	
}
.students-say-area .single-item-wrapper {
    position: relative
}
.students-say-area .profile-img-wrapper {
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 15px;
}
.students-say-area .profile-img-wrapper a img {
    border: 10px solid #fff;
    width: auto;
    margin: 0 auto
}
.tlp-tm-content-wrapper {
    text-align: left;
}
.students-say-area .tlp-tm-content-wrapper .item-title {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight:700;
    display: inline-block;
    text-align: center;
	    color: #e84c3d;
}
.students-say-area .tlp-tm-content-wrapper .item-title small {
display:block;	
margin-bottom:5px;
    color: #fff;
}

.students-say-area .tlp-tm-content-wrapper .item-designation {
     margin-bottom: 35px;
    display: block;
    color: #fff
}
.students-say-area .item-content {
    position: relative;
    padding:30px;
    background: #f8f8f8;
    color: #646464;
    min-height: 220px;
}
.students-say-area .item-content:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 38px;
    top: -30px;
    border: 15px solid;
    border-color: transparent transparent #f8f8f8 #f8f8f8
}
.students-say-area .rating-wrapper {
    margin-bottom: 40px
}
.students-say-area .rating-wrapper li {
    display: inline;
    color: #ffca28
}
.students-say-area .owl-controls .owl-nav {
    margin-top: 0
}
.students-say-area .owl-dots {
    margin-top: 40px;
	text-align:center;
	margin-bottom: 30px;
}
.students-say-area .owl-dots .owl-dot{
display:inline-block;	
}
.students-say-area .owl-dots .owl-dot span {
    margin: 3px;
    width: 20px;
    height: 8px;
    border-radius: 5px;
    background: #dedede;
    display: block;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}
.students-say-area .owl-dots .owl-dot:hover span {
    background:#e84c3d
}
.students-say-area .owl-dots .active span {
    background:#e84c3d
}
.students-join1-area {
    background: #fdc800;
    padding: 100px 0
}
.testimonial-inner{
border: 2px solid #87794e;
margin-bottom:20px;
background: #f8f8f8;	
}
.testimonial-inner .text-sec {
background:#f8f8f8;
padding:15px;
margin: 0 2px;
	
}
.testimonial-inner .img-sec img{
width:auto;
border-radius:50%;
border:4px solid #00356a;
padding:2px;
margin-top:15px;
margin-bottom:15px;	
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;	
}
.testimonial .adm-title small{
 color:#fff;
 display:block;	
}
.testimonial-inner:hover .img-sec img{
    box-shadow: 0 27px 18px -23px #666;
    -webkit-transform: translate(0px, -5px);
    transform: translate(0px, -5px);
	 -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;	
}














