@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,700,800,900');
html, body {
	height: 100%;
}
body {
	padding: 0;
	margin: 0;
	font-family: 'Montserrat', sans-serif !important;
	overflow-x: hidden;
}

a {
	text-decoration: none !important;
}
a:hover, a:focus {
	text-decoration: none !important;
	outline:0;
}
.btn-warning{    background: #fff200;
    padding: 14px 24px;
    color: #000;
    font-weight: 600;
	border-color:#fff200;
}
.btn-warning:hover, .btn-warning:focus{background: #e8dd0b; color: #000; border-color:#e8dd0b;}

img {max-width:100%; height:auto;}
/*chand*/
.innerbanner img{width: 100%}
.innercontent p{    font-size: 15.5px;
    margin: 0;
    line-height: 20px;
    font-weight: 500;
    color: #000;}
.innercontent h2{color: #2c4990;
    font-size: 30px;
    font-weight: 700;}
.seminar .e_content_inner {
    margin: 15px 0!important;
    width: 100% !important;
}
.seminarInner2 h4 a{color: #233e80;
    font-size: 20px;
    font-weight: 500;}
.seminarInner2 p{    font-size: 15.5px;
    margin: 0;
    line-height: 20px;
    font-weight: 500;
    color: #000;}
.seminarInner2{    float: left;
    width: 89%;
    margin: 8px 0 0 15px;}
.seminar{padding: 25px 0 0px 0 !important}
.seminar_detail_img {border: #233e80 solid 4px; width: 100% ; padding:5px;}
.seminar span{width: 100% !important;
    text-align: left !important;
    padding: 0 10px !important;
    min-height: auto !important;
    font-size: 20px !important;}
.seminar span br{display: none !important}
.seminar span strong {  font-size: 22px !important; margin: 0 5px;
    display: inline-block !important;
}

/* Prevent scrollbars to appear when waves go out of bound */
.sonar-wrapper {
position: absolute;
    z-index: 0;
    overflow: hidden;
    width: 100%;
    top: 65%;
    left: 0;
}

/* The circle */
.sonar-emitter {
     position: relative;
    margin: 32px auto;
    width: 15px;
    height: 15px;
    border-radius: 9999px;
    background-color: #233e80;
}

/* the 'wave', same shape and size as its parent */
.sonar-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background-color:#233e80 !important;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}

/*
  Animate!
  NOTE: add browser prefixes where needed.
*/
.sonar-wave {
  animation: sonarWave 2s linear infinite;
}

@keyframes sonarWave {
  from {
    opacity: 0.4;
  }
  to {
    transform: scale(3);
    opacity: 0;
  }
}







.header .login a{color: #000 !important}
.header .login{margin: 0 !important; width: auto !important; color: #000 !important}
.single-widget .form-control {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #2c4990 !important;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    font-size: 13px;
    font-weight: 500;
    padding-left: 20px;
    width: 100%;
}
.content_txt{font-size: 16px;
    line-height: 26px;
    color: #484646;
    font-weight: 500;
    margin: 50px 0;}
.single-widget h3 {
    color: #333;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
	font-family: 'Montserrat', sans-serif !important;
}
.single-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.single-widget ul li a {
    display: block;
    padding: 6px 0;
    font-size: 15px;
    color: #2c4990;
    transition: .3s;
	font-weight:500 !important;
	font-family: 'Montserrat', sans-serif !important;
}
.more {
    background: #2c4990 !important;
    display: inline-block;
    border: 0 !important;
    border-radius: 3px !important;
    padding: 4px 15px !important;
    margin: 0px 0 0px 0;
    color: #fff !important;
    font-weight: 400;
    font-size: 16px;
}
.single-widget .cat-list li a:hover {
    margin-left: 5px;
}
.single-widget .cat-list li a::after {
    content: "";
    font-family: fontawesome;
    margin-left: 8px;
    position: absolute;
}
.single-widget .tag-list li a {
    background-color: #2c4990;
    color: #fff;
    display: block;
    font-size: 11px;
    font-weight: 400;
    margin: 2px;
    padding: 3px 8px;
    text-transform: uppercase;
}
.single-widget .tag-list li {
    display: inline-block;
}.single-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.box_blog {
	width: 100%;
	float: left;
	background: #f8f8f8;
	padding: 0px 0 65px 0;
	overflow: hidden;
}
.box_blog .f_detial {
	text-align: center;
}
.box_blog h2 {
	font-size: 28px;
	text-transform: uppercase;
	margin: 40px auto 40px auto;
	width: 100%;
	text-align: center;
	padding: 0 0 0 0;
	font-weight: 600;
	letter-spacing: 1px;
	color: #4a4747;
	line-height: 30px;
	font-family: 'Montserrat', sans-serif;
}
.shadow {
	background: #fff;
	margin: 0 1%;
	border-radius: 8px;
	padding: 0 0 15px 0;
	overflow: hidden;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(217,217,217,1);
	-moz-box-shadow: 0px 5px 15px 0px rgba(217,217,217,1);
	box-shadow: 0px 5px 15px 0px rgba(217,217,217,1);
}
.shadow:hover {
	-webkit-box-shadow: 0px 5px 15px 0px rgba(173,173,173,1);
	-moz-box-shadow: 0px 5px 15px 0px rgba(173,173,173,1);
	box-shadow: 0px 5px 15px 0px rgba(173,173,173,1);
}
.box_blog .f_detial .col-sm-4 img {
	width: 100%;
}
.box_blog .f_detial  img {
	width: 100%;
}
.box_blog .f_detial .col-sm-6{ margin: 0 0 30px 0; }
.box_blog .f_detial  i img {
	width: auto !important;
}
.box_blog .f_detial .colshade a {
	color: #828282;
}
.box_blog .f_detial .colshade a i {
	color: #26af5f
}
.box_blog .f_detial .colshade {
	text-align: left;
	padding: 25px;
	background: #fff;
	margin: 0;
	height: 100%;
}
.box_blog .f_detial h3 {
	color: #000;
	font-size: 20px;
	margin: 0px 0 10px 0;
	padding: 0px 0 0 0;
	font-weight: 500 !important;
	font-family: 'Montserrat', sans-serif;
}
.box_blog .f_detial p {
	color: #666;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	padding: 0px 0% 10px 0%;
	font-family: 'Montserrat', sans-serif;
}
.blog img {
	width: 100%;
}
.box_blog_inner .shadow {
    margin-bottom: 25px !important;
}
.box_blog_inner {
    padding: 35px 0;
}
.box_blog {
    width: 100%;
    float: left;
    background: #f8f8f8;
    overflow: hidden;
}
.form-contact .inputs-wrapper {
    margin-bottom: 0;
}
.form-contact input {
    margin: 0 0 20px 0;
     box-shadow: none;
         width: 100%;
          padding: 16px;
           background: none;
    border: 2px solid rgba(0, 0, 0, 0.2) !important;
}
.contact-thirds h5{margin:10px 10px 10px 10px;}
.contact-thirds .col-sm-12{width: 750px; float: inherit; margin: 0 auto !important}
.form-contact textarea {
    background: none;
    border: 2px solid rgba(0, 0, 0, 0.2) !important;
    box-shadow: none;
      width: 100%;
       margin: 0 0 20px 0;
       min-height: 110px;
    padding: 16px;
}
.send-form{   background: #0f1c3b !important;
    color: #fff !important;
    border-radius: 0;
    border: 0 !important;
    font-size: 21px;
    padding: 10px 0 !important;}
section.section-quaternary {
    background-color: #f2f2f2 !important;
    border-color: #000 !important;
    padding: 80px 0;
    text-align: center;
}
 section.section-quaternary  i {
    font-size: 26px;
    line-height:48px;
    border:#2c4990 solid 1px;
    width: 50px;
    height: 50px; 
    border-radius: 80px;
    color: #2c4990;
}
 section.section-quaternary  h4 {
    color: #000;
}
 section.section-quaternary p {
    color: #333;
}
.carousel-indicators {
    bottom: 45px !important;
}
.carousel-indicators .active {
    width: 16px !important;
    height: 16px !important;
    margin: 0 !important;
    border:0 !important; 
    background-color: #fff200 !important;
}

.carousel-indicators li {
    width: 16px !important;
    height: 16px !important;
    margin: 0 !important;
    background-color: #fff !important;
}
.rmore{background:#23527c;
    padding: 4px 12px;
    color: #fff;
    margin:5px 0 0 0;
    display: inline-block;
    font-weight: 600;}
 .rmore:hover{background:#333; color: #fff !important;
}
.event_inner h2 a{color: #f2f2f2;}
.event_inner { margin:0 0 30px 0;  background: #f2f2f2 !important}
.login{color: #000 !important}
.carousel-inner>.item>{background: #000 !important}
.carousel-inner>.item>img{width: 100%; opacity: 0.5}
#menu ul li a i{margin: 0px 5px 0 0; float: left;}
.header .container{width: 1280px; margin:0 auto;}
.greybg h2{color: #2c4990;
    font-size: 30px;
    line-height: 38px;
    margin: 10px 0 30px 0;
    font-weight: 500;
    text-align: center;}
.sidebar{ overflow: hidden; list-style: none; background: #f2f2f2; margin: 0; padding: 0; border-radius: 8px;}
.sidebar li a{display: block; border-bottom: #ccc solid 1px; padding: 7px 20px; color: #000}
.sidebar li a:hover{background: #2c4990; color: #fff;}
.sidebar li a.active{background: #2c4990; color: #fff;}
.login{margin:40px auto; width: 400px; }
/*.checkbox{width: auto !important;float: left; margin:6px 15px 15px 0!important;}*/
.login .sbtn:hover{background: #333; color: #fff !important;}
.login .sbtn{background: #2c4990; color: #fff; font-size: 15px; border: #2c4990 solid 1px; text-transform: uppercase; font-weight: 500;}
.login input{border: #2c4990 solid 1px; padding: 8px 12px; width: 100%; margin:0 0 10px 0;}
.searchResult{}
.searchResult .sbtn:hover{background: #333; color: #fff !important;}
.searchResult .sbtn{background: #2c4990; color: #fff; font-size: 15px; border: #2c4990 solid 1px; text-transform: uppercase; font-weight: 500; width:auto;}
.searchResult input{border: #2c4990 solid 1px; float: left; width: 20%; padding: 6px 12px; margin:10px 10px 30px 0; border-radius:0; -webkit-border-radius:0;}
.searchResult select{border: #2c4990 solid 1px; float: left; width: 20%; padding: 8.5px 12px; margin:10px 10px 30px 0; min-height:38px;}
.searchResult{}


.searchResult2{}
.searchResult2 .sbtn:hover{background: #333; color: #fff !important;}
.searchResult2 .sbtn{background: #2c4990; color: #fff; font-size: 15px; border: #2c4990 solid 1px; text-transform: uppercase; font-weight: 500; width:auto;}
.searchResult2 input{border: #2c4990 solid 1px; float: left; width: 19%; padding: 8px 12px; margin:10px 10px 30px 0;}
.searchResult2 select{border: #2c4990 solid 1px; float: left; width: 19%; padding: 8.5px 12px; margin:10px 10px 30px 0;}
.searchResult{}


.greybg .sbtn:hover{background: #333; color: #fff !important;}
.greybg .sbtn{background: #2c4990; color: #fff; font-size: 15px; border: #2c4990 solid 1px; text-transform: uppercase; font-weight: 500;}
.greybg{background: #f4f4f4; overflow:hidden; padding: 30px 0; margin:60px 0 0 0;}
.greybg input{border: #2c4990 solid 1px; padding: 8px 12px; width: 100%; margin:0 0 10px 0;}
.greybg textarea{border: #2c4990 solid 1px; padding:8px 12px; min-height: 85px; width: 100%; margin:0 0 10px 0;}
.seminars{ color: #fff; margin:80px 35% 80px 10%; }
.seminars h2{font-size: 29px; font-weight: 500; line-height: 36px;}
.seminars p a{color: #fff200}
.viewall:hover{background: #333; color: #fff;}
.viewall{    background: #fff200;
    padding: 14px 24px;
    color: #000;
    font-weight: 600;
-webkit-box-shadow: 0px 0px 8px 0px rgba(139,139,143,1);
-moz-box-shadow: 0px 0px 8px 0px rgba(139,139,143,1);
box-shadow: 0px 0px 8px 0px rgba(139,139,143,1);
}



.blogs h4{     color: #2c4990;
    font-size: 30px;
    line-height: 38px;
    margin: 10px 0 30px 0;
    font-weight: 500;
    text-align: center;}
.blogs{margin:50px 0 }

.blog_contents_area {padding:15px 25px; min-height:530px;}
.blog_contents_area h3 {margin-top:0; text-align:left;}
.blog_contents_area h3 a {color:#000;}
.blog_contents_area h3 a:hover {color:#666;}
.posted_by {padding:7px 0;}
.blogs .col-md-4 .innerbox{ text-align: center; margin-bottom: 10px; overflow: hidden; background: #fff;
-webkit-box-shadow: 0px 0px 17px 0px rgba(227,227,227,1);
-moz-box-shadow: 0px 0px 17px 0px rgba(227,227,227,1);
box-shadow: 0px 0px 17px 0px rgba(227,227,227,1);
}
.inner_blog{margin-bottom:30px;text-align: center; overflow: hidden; background: #fff;
-webkit-box-shadow: 0px 0px 17px 0px rgba(227,227,227,1);
-moz-box-shadow: 0px 0px 17px 0px rgba(227,227,227,1);
box-shadow: 0px 0px 17px 0px rgba(227,227,227,1);}

.blogs .col-md-4 .imgs, .inner_blog .imgs{ width: 100%; }

.blogs p{text-align: left; font-size: 15px; font-weight:500;  color: #000000;  line-height: 20px; text-align: justify; }
.blogs h2{ text-align: left;font-weight: 600; font-size: 17px; color: #000;  margin:15px 25px 0 25px; }
.blogs .postbtn{ display: inline-block; border:0; margin:0 25px 25px 7px; background: #2c4990;  padding: 8px 30px; font-size: 12px; text-transform: uppercase;  font-weight: 600; margin-top:24px;   color: #fff; }
.blogs .col-md-4:hover .postbtn{background:#333; color:#fff;}
.best_content .viewmore:hover {background:#333; color:#fff;}
.blogs .share .col-md-6{padding: 0; margin:0;}
.shareicons{ text-align: right; display: block;}

.share_detail .shareicons {display:inline-block; text-align:left;}
.shareicons img{margin: 0 0px 0 6px;}
.blogs .share{  text-align: left !important;  width: -webkit-fill-available; margin: 10px 0;}
.blogs textarea{float: left; border:#b6b6b9 solid 2px; min-height: 80px; padding: 15px; width: -webkit-fill-available; margin: 7px 25px 0 25px;}

.best_content .viewmore {
    display: inline-block;
    border: 0;
    margin: 12px 0 12px 0;
    background: #2c4990;
    padding: 6px 25px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    
    color: #fff;
}
.best_content span{display: block; padding: 0 0 15px 0; font-weight: 500}
.best_content{background: #f4f4f4; padding: 10px 30px; min-height:290px;}
.best_content p{    font-size: 15.5px;
    margin: 0;
    line-height: 20px;
    font-weight: 500;
    color: #000; text-align: justify;}
.practices{text-align: center;}
.practices h4{     color: #2c4990;
    font-size: 30px;
    line-height: 38px;
    margin: 0px 0 30px 0;
    font-weight: 500;
    text-align: center;}
.blogs{margin:50px 0 }

.gallery_p  h3{color: #2c4990;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    padding: 10px 0;
    text-align: center;}
	
.newheading{color: #2c4990;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    padding: 10px 0;
    text-align: center;}	
	
.moreProducts{position: relative;}
.moreProducts:hover span{display: block !important;}
.moreProducts span{position: absolute; display: none;
    left: auto;
    top: 0;
    z-index: 500;
    color: #fff;
    font-size: 40px;
    background: rgba(0,0,0,.7);
    width: 100%;
    text-align: center;
    height: 100%;
    line-height: 149px;}
.moreProducts img{width: 100%; border: #233e80 solid 4px; padding:5px; }
.e_content_inner p{margin: 0 0 15px 0 !important;}
.e_content_inner .viewdeclaire{    background: #23527c;
    padding: 7px 19px;
    color: #fff;
    margin: 5px 0 0 0;
    display: inline-block;
    font-weight: 600;}
.e_content_inner .viewdeclaire:hover {
    background: #333;
    color: #fff !important;
}
.e_content_inner{     width: 85.5% !important; margin:15px !important}
.seminars p{ font-size: 15.5px; margin:25px 0 40px 0;  line-height:25px; font-weight: 500; color: #fff;}
.events{position: relative;}
.events img{width: 100%;}
.event{background: #fff; overflow:hidden; color: #000}
.event .e_content{float: left; width: 75%; margin:8px 0 0 15px;}
.event .e_content p{font-size: 15.5px; margin:0;  line-height:20px; font-weight: 500; color: #000;}
.event .e_content ul li{font-size: 15.5px; margin:0;  line-height:22px; font-weight: 500; color: #000;}
.event span strong{display: block; font-size: 46px; line-height: 40px;}
.event span{    background: #233e80;
    color: #fff200;
    padding: 20px 0;
    float: left; line-height: 38px;
    display: inline-block;
    width: 110px;
    text-align: center;
    font-size: 24px;
    min-height: 120px;}
    .events_details h3{font-size: 28px; margin:0 0 30px 0; font-weight:600 }
        .events_details a{font-size: 19px; display: inline-block; color: #fff; margin:26px 0 26px 0; font-weight:600 }
.events_details{position: absolute; top: 12%; color: #fff; left: 10%; right: 10%; margin:0 auto;}
.blueStrip{background-color: #233e80; overflow:hidden;}
.blueStrip .col-md-6{padding: 0}
.map .viewallSchool:hover{background: #333; color: #fff !important;}
.map .viewallSchool{    background: #2c4990;
	text-transform: uppercase;
    padding: 10px 33px;
    color: #fff;
    margin:35px 0 0 0; 
    display: inline-block;
    font-weight: 500;}

.viewmore:hover{background: #333; color: #fff !important;}
.viewmore{    background: #2c4990;
	text-transform: uppercase;
    padding: 8px 0;
    width: 160px;
    text-align: center;
    color: #fff;
    margin:35px 0 0 0; 
    display: block;
    font-weight: 500;}

.carousel-inner>.item{border-bottom: #fff200 solid 2px; background: #000} 
.map{text-align: center;}
.map iframe{border-top:#2c4990 solid 4px; }
.map h2 {
    color: #2c4990;
    font-size: 33px;
    line-height: 38px;
    margin:50px 0 40px 0;
    font-weight: 600;
    text-align: center;
}
.welcome{margin:60px 0;}
.welcome h2{color: #2c4990; font-size: 33px; line-height: 38px; font-weight: 700; }
.welcome p{ font-size: 15.5px; line-height:25px; font-weight: 500; color: #2a2a2a;}
.popsearch input {
    width: 100%;
    padding: 6px 10px;
    border: #ed1c24 solid 1px;
    height: auto;
    border-radius: 4px;
    margin: 5px 0 0 0;
    text-transform: none;
 color: #666;
    font-size: 16px;
   
}

@media only screen and (max-device-width: 1024px) {
    .testimonial_block {
		    margin: 0;
        background-attachment: scroll;
    }
}

.owl-carousel span {
	float: left;
	background: url(../images/tbg.png) no-repeat right bottom;
	font-size: 51px;
	line-height: 100px;
	font-family: verdana;
	color: #fff;
	font-weight: 600;
	width: 106px;
	height: 114px;
	text-align: left;
}
.owl-theme .owl-controls {
	margin-top: -80px !important;
}
.owl-carousel .item img{ width: 100%; }
.owl-carousel .item { padding: 0 5px;}
.owl-carousel .item {
	text-align: center;
}
.owl-buttons {
	top: 37% !important;
	position: absolute;
	width: 100%;
}
.owl-theme .owl-controls .owl-buttons div {
	font-size: 0 !Important;
}
.owl-theme .owl-controls .owl-prev {
	background: url(../images/left1.png) no-repeat right bottom !important;
    height: 54px !important;
    width: 32px !important;
    left: -74px;
    position: absolute;
}
.owl-theme .owl-controls .owl-next {
	background: url(../images/right1.png) no-repeat right bottom !important;
    height: 54px !important;
    width: 32px !important;
    right: -74px;
    position: absolute;
}
.owl-carousel h4 {
	font-size: 12px;
	font-weight: 600;
	width: 190px;
	text-align: left;
	margin: 26px 0 6px 0;
	padding: 0;
	color: #fff;
	float: left;
	line-height: 17px;
}
.owl-pagination {
	display: none;
}
.owl-carousel h5 {
	font-size: 16px;
	width: 80%;
	text-align: left;
	margin: 0;
	padding: 0;
	color: #fff;
}





.s_slider .owl-carousel .item:hover .hoverBox{display: block; }
.owl-carousel .owl-wrapper-outer {
    padding: 0 0 91px 0;
}
.s_slider span{

font-size: 10px;
color: #000;
	}	
.hoverBox{display: none; position: absolute;
    background: #233e80;
    color: #fff;
    padding: 45px 15px;
    top: 19px; min-height:272px;}
.s_slider {
	margin-bottom: 90px;
	background: #fff200;
	padding:0px 0;
	margin-top: 140px;
	min-height: 234px;
	
}
.hoverBox.active{ position: absolute;
    background: #233e80;
    color: #fff;
    padding: 45px 15px;
    top: 19px;
	display:block; min-height:272px;}
.s_slider .col-md-8 {
	padding: 0 4%;
}
.s_slider h3{font-size: 34px; font-weight: 800; margin:0; padding: 12px 0 0 0}
.s_slider .item span{font-size: 24px; display: inline-block;  width: 100%; text-align: center; cursor: pointer; margin:90px 0 0 0;   font-weight: 900; color: #233e80; }
.s_slider h2 {
	color: #2c4990; 
    font-size: 33px;
    line-height: 38px;
    margin:-70px 0 0px 0;
    font-weight: 700;
    text-align: center;
}
.s_slider h2 span {
	color: #868787;
}

.mainslider {
	position: relative;
}


.carousel-control {
	opacity: 10 !Important;
	top: 45% !important;
	width: 4% !important;
	text-shadow: none !important;
	background-image: none !important;
}
.carousel-caption {
    text-shadow: none !important;
	left: 7% !important;
	right: auto !important;
	top: 35% !important;
	text-align: left !important;
	width: 80%;
	bottom: auto !important;
	padding: 0 0 50px 0 !important;
	margin: 0;
}
.carousel-caption h3 {
	font-size: 40px;
	width: auto;
	margin: 0 0 15px 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #fff
}
.carousel-caption h2 {
	font-size: 48px;
	width: auto;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	color: #fff
}

.carousel-caption p {
	font-size: 20px;
	letter-spacing: 2px;
	text-align: left;
	margin: 0 0 30px 120px;
	line-height: 27px;
}
.carousel-caption span img {
	width: auto !important;
	margin: 0 0px 0 10px
}
.carousel-caption span {
	display: block
}
.learmore_cap:hover{background: #333; color: #fff !important;}
.learmore_cap {
	padding: 10px 24px;
	border-radius: 4px;
	margin: 20px 0 0 0;
	font-size: 12.2px;
	background: #fff200;
	color: #000 !important;
	display: inline-block;
	font-weight:600;
	text-transform: uppercase;
	text-shadow: none;
    left: 7%;
    top: 50%;
    position: absolute;
        z-index: 50;
}


/*FOOTER*/

footer {
    font-size: 14px;
    color: #fff;
    background: url(../images/footer.jpg);
    background-size: cover;
    padding: 60px 0 20px 0; 
    margin: 77px 0 0 0;
    float: left;
    width: 100%;
	position:relative;
}
footer:before {position:absolute; left:0; top:0; bottom:0; right:0; content:""; background:rgba(20,33,68,0.90);}
.footer-content h3 {
    color: #fff;
    padding-bottom: 9px;
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 20px;
    border-bottom: 0;
    color: #fff;
    font-weight: 500;
    
}
.footer-content ul li {
	display: inline-block;
	float: left;
}
.bottombtn {
	list-style: none !important;
	margin: 3px 0 0 -15px;
	padding: 0;
}
.bottombtn li a {
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 80px;
	text-align: center;
	line-height: 21px;
	color: #fff !important;
	border: #fff solid 2px !important;
	margin: 3px;
	font-size: 12px;
}
.footer-content h2 {
	margin: 15px 0 15px 0;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	color: #3d3d3d;
	font-size: 19px;
	float: left;
	width: 100%;
}
.footer-content .topbtns {
	margin: 0 !important;
}
.footer-content .topbtns li {
	padding: 0 !important;
}
.footer-content .topbtns li a {
	display: inline-block;
	text-align: center;
	line-height: 30px;
	color: #0066df;
	border: 0;
	width: auto;
	height: auto;
	margin: 0 3px !important;
	font-size: 22px;
}
.footer_form2 .controler {
	border: #ccc solid 1px;
	padding: 10px;
	margin: 10px 0 0 0;
	background: transparent;
	width: 100%;
}
.footer_form2 textarea {
	min-height: 110px;
	border: #ccc solid 1px;
	padding: 10px;
	margin: 10px 0 0 0;
	background: transparent;
	width: 100%;
}
.footer_form2 .controler_btn {
	font-family: 'Montserrat', sans-serif;
	border-radius: 4px;
	width: 30%;
	text-transform: uppercase;
	float: left;
	margin: 0px 0 0 0;
	font-size: 18px;
	background: #017fc5;
	color: #fff;
	padding: 12px 8px 12px 0;
	border: 0;
}
.footer-content {

}
.footer-content ul {
	margin:0;
	padding: 0;
	list-style: none;
}
.footer-content ul li {
	padding: 0 0 10px 0px;
	display: block;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	font-size: 15.80px;
	color: #4a4a4d;
	line-height: 16px;
	font-weight: 600;
}
.footer-content ul li a:hover{ color: #fff;  }
.footer-content ul li a i{
	font-size: 12px;
	font-weight: 200 !important;
	}
	.middle{ margin-left:30px; }
.footer-content ul li a {
	color: #b9bac0;
	font-size: 15.5px;
	line-height: 16px;
	font-weight: 500;
}
.footer-content ul li {
	color: #b9bac0;
	font-size: 15px;
	font-weight: 500;
}
.address li img {
    float: left;
    margin: 0 0 0 -24px;
}
.copyright{margin:80px 0 0 0 }
.address li{padding-left:28px !important; line-height: 22px !important; }
.footer-content ul li span {
	margin: 0 20px 0px 0;
	float: left;
}
.footer_form input.controler {
	width: 63%;
	float: left;
	background: #e5e5e5;
	padding: 15px;
	border: 0;
	border-radius: 4px 0 0 4px;
}
.footer_social_icons a{margin-right: 8px;}
.footer_social_icons a img{width: 32px;}

.breacrumb  {margin: 15px 0; padding: 0; font-size:22px;}
.breacrumb  span{font-family: 'Montserrat', sans-serif !important; font-weight:500; color:#000;}
.breacrumb  a span{color: #2c4990 !important; font-size:13px !imporant ; font-family: 'Montserrat', sans-serif !important;}
.breacrumb .yellow   a {color: #f6921e; font-size :18px;}

.bluecolorheading{color: #2c4990 !important;}
.shadow .school_record_area { border-bottom:1px solid #ddd;}
.school_info_area {margin-bottom:20px;}
.school_info_area h3 {font-weight:700; margin-top:0;}
.school_info_area ul {padding:0; margin:0; list-style:none;}
.school_info_area ul li { font-size:18px; margin-bottom:10px;}
.school_info_area ul li strong {margin-right:3px;}
.school_info_area a {margin:0; margin-top:8px; padding:5px 15px;}

.viewdeclaire2{    background: #23527c;
    padding: 7px 19px;
    color: #fff;
    margin: 5px 0 0 0;
    display: inline-block;
    font-weight: 600;}
.viewdeclaire2:hover {
    background: #333;
    color: #fff !important;
}

.minheight{height:130px !important;}

a.evendefault {white-space:normal; word-break:break-word; line-height:1.4; display:block; text-align:center;}

ul.featured_list {padding:0; margin:20px 0 0; list-style:none; overflow:hidden;}
ul.featured_list li {font-weight:600; padding:4px 0 25px 45px; font-size:16px; display:inline-block; width:calc(33% - 20px); margin-right:15px; position:relative; vertical-align:top;}
ul.featured_list li img {max-height:32px; margin-right:10px; position:absolute; left:0; top:1px;}

.title_blue{
	color: #2c4990; 
    font-size: 33px;
    line-height: 38px;
    font-weight: 700;
    text-align: center;
}