
.section-wrap--pt-180 {
    padding: 20px 0;
}
.promo__img-1 {
	    max-width: 100%;
    /*box-shadow: -5px 10px 25px rgba(8, 15, 26, 0.3);*/
}
.name{
    font-weight:bold;
    color:#8b1614;
}
/*.promo__img-2 {
	    max-width: 100%;
    box-shadow: -30px 30px 40px rgba(22, 19, 62, 0.2);
    position: absolute;
    top: -74px;
    right: 30px;
}*/
.mt-md-72{
	padding-left: 50px;
}
.carousel-inner a{
    color:#01573c;
    font-weight:bold;
}
.carousel-inner a:hover{
    color:#01573c;
    font-weight:bold;
    text-decoration:none;
}
.promo__title{
color:#002776;
}
.promo__text{
	font-size: 15px;
}


.about-section{
	position: relative;
	z-index: 1;
	background: #fafafa;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    padding: 20px 0;
}
.about-section:before{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50%;
	height: 100%;
	content: '';
	z-index: -1;
	background: url(..//images/resource/about.jpg)right no-repeat;
}
.about-left-column{
	margin-right: 30px;
	padding: 50px 61px 63px 43px;
	background: #01573c;
}
.about-left-column .text{
	font-size: 18px;
	color: #ffffff;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 23px;
	
}
.sec-title h2 {
    position: relative;
    font-size: 35px;
    font-weight: 700;
    color: #ffffff;
    line-height: 50px;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.about-left-column p{
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 30px;
}
.about-right-column{
	padding: 25px 0px 40px;
	margin-left: -20px;
}
.about-item-one{
	padding: 28px;
	background: #ffffff;
	margin-bottom: 40px;
	    border: 1px solid #ccc;
	transition:all 300ms ease;
}
.about-item-one:hover{
	box-shadow: 0 0 20px 2px #efe3e3;
	transition:all 300ms ease;
}
.about-item-one i:before{
	font-size: 34px;
	line-height: 45px;
	color: #ff6e6e;
}
.about-item-one i img{
	height: 40px;
}
.about-item-one h6{
	font-size: 17px;
	line-height: 44px;
	color: #222222;
	font-weight: 500;
	display: inline;
	padding-left: 10px;
	vertical-align: top;
}
.about-item-one p{
	font-size: 14px;
	line-height: 24px;
	color: #888888;
	font-weight: 400;
	margin-top: 10px;
}
.sec-title h2:before {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 110px;
    height: 2px;
    content: '';
    background: #FFC107;
}
.sec-title h6 {
    font-size: 12px;
    font-weight: 700;
    line-height: 26px;
    color: #ffffff;
    letter-spacing: 8px;
    padding-bottom: 5px;
}
.about-item-one:hover{
    box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.2);
    transform: translateY(-8px);
}
#exp-section h2{
color:#fff;
}

#exp-section ul li{
	list-style-type: none;
	line-height: 35px;
}
#exp-section ul li::before{
    content: "\f00c";
    font-family: 'FontAwesome';
    padding-right: 15px;
    font-size: 20px;
    line-height: 30px;
    color: #e87e24;
}
.exp-tit{
	color: #012167;
}
#exp-section h6 {
    font-size: 13px;
    font-weight: 700;
    line-height: 26px;
    color: #1d5c42;
    letter-spacing: 8px;
    padding-bottom: 5px;
}
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	/*min-width: 320px;
	max-width: 480px;
	
	width: 48%;*/
	max-height: 460px;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
figure.effect-roxy {
	background: -webkit-linear-gradient(45deg, #e87e24 0%,#18573c 100%);
	background: linear-gradient(45deg, #e87e24 0%,#18573c 100%);
}

figure.effect-roxy img {
	max-width: none;
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50px,0,0);
	transform: translate3d(-50px,0,0);
}

figure.effect-roxy figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-20px,0,0);
	transform: translate3d(-20px,0,0);
}

figure.effect-roxy figcaption {
	padding: 3em;
	text-align: left;
}

figure.effect-roxy h2 {
	padding: 30% 0 10px 0;
}

figure.effect-roxy p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
}

figure.effect-roxy:hover img {
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-roxy:hover figcaption::before,
figure.effect-roxy:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.divider {
    height: 3px;
    width: 80px;
    margin: 0 0 15px;
    border-bottom: 2px solid #ff9800;
    position: relative;
    display: inline-block;
}
.h1-c{
	color: #18573c;
	text-transform: uppercase;
}
/*.divider:before {
    width: 45px;
    height: 2px;
    margin-left: 17px;
    content: "";
    display: block;
    background: #f51e46;
    margin: 5px auto;
}*/
.history-section{
	padding-bottom: 110px;
}
.history-area{
	padding: 140px 0px 50px;
	margin-bottom: 55px;
	border-bottom: 1px solid #e5e5e5;
}
.history-text-left{
	position: relative;
	float: left;
	padding-right: 45px;
	margin-right: 45px;
}
.history-text-left:before{
	position: absolute;
	right: 0px;
	top: -25px;
	width: 1px;
	height: 140px;
	content: '';
	background: #e5e5e5;
}
.history-text-left h3{
	font-size: 35px;
	color: #222222;
	line-height: 45px;
	font-weight: 700;
}
.history-text-left h3 span{
	font-size: 35px;
	color: #222222;
	line-height: 45px;
	font-weight: 300;
	
}
.history-text-right p{
	font-size: 14px;
	color: #888888;
	line-height: 24px;
	font-weight: 400;
}

.service-item-two{
	padding: 40px 15px;
	border-radius: 15px;
	background: #fafafa;
	margin-bottom: 40px;
	border: 1px solid #f5e9e9;
	transition: all 500ms ease;
}
.service-item-two:hover{
	border-color: #ccc;
	transition: all 500ms ease;
	box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.2);
    transform: translateY(-8px);
}
.service-item-two .image-box{
	margin-bottom: 30px;
	height: 70px;
}
.service-item-two h6{
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	color: #18573c;
	padding-bottom: 15px;
}
.service-item-two:hover h6{
	/*color: #ff6363;*/
}
.service-item-two p{
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #888888;
	padding-bottom: 5px;
}
.service-item-two .link-btn a{
	font-size: 15px;
	line-height: 24px;
	font-weight: 700;
	color: #e87e24;
	text-transform: uppercase;
}
.service-item-two .link-btn i{
	margin-left: 10px;
}
.image-box img{
	height: 80px;
}
#exp-section{
	padding: 30px 0;
}
.why-d-p p{
	line-height: 30px;
}

#testim h1{
	text-align: center;
}
#test-sec{
	padding:30px 0;
	/*background-image: url(../images/slider2.jpg);*/
	background-size: cover;
}
#testimonial-slider{
    max-width: 800px;
    width: 100%;
    margin: auto;
}
/*.lines {
    height: 3px;
    width: 80px;
    margin: 0 0 15px;
    border-bottom: 2px solid #ff9800;
    position: relative;
    display: inline-block;
}

.lines:before {
    width: 45px;
    height: 2px;
    margin-left: 17px;
    content: "";
    display: block;
    background: #f51e46;
    margin: 5px auto;
}*/
.testimonial{
    margin: 20px 15px 0;
}
.testimonial .pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    float: left;
    border: 5px solid #fff;
    box-shadow: 0px 2px 12px 2px rgba(0, 0, 0, 0.35);
    position: relative;
}
/*.testimonial .pic:after{
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    background: #33d286;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 65px;
    left: 0;
}*/
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonial .testimonial-content{
    padding: 10px;
    margin-left: 120px;
}
.testimonial .description{
    font-size: 14px;
    color: #555;
    line-height: 24px;
}
.testimonial .testimonial-title{
    font-size: 19px;
    color: #33d286;
    text-transform: capitalize;
    display: inline-block;
}
.testimonial .post{
    font-size: 14px;
    font-style: italic;
    color: #444;
    margin-top: 10px;
}
.owl-theme .owl-buttons{
    margin-top: 20px;
}
.owl-theme .owl-controls .owl-buttons div{
    padding: 5px 11px;
    background: #0f64bc;
    border-radius: 0;
    opacity: 1;
    /*border-bottom: 2px solid #9f3c3c;*/
}
.owl-theme .owl-controls .owl-buttons div:hover{
    background: #0f64bc;
}
.owl-prev:before,
.owl-next:before{
    content: "\f053";
    font-family: "FontAwesome"; font-weight: 900;
    color: #fff;
}
.owl-next:before{
    content: "\f054";
}
@media only screen and (max-width: 480px) {
    .testimonial{
        text-align: center;
    }
    .testimonial .pic{
        float: none;
        margin: 0 auto;
    }
    .testimonial .testimonial-content{
        margin-left: 0;
    }
    .owl-theme .owl-buttons{
        margin-top: 0;
    }
}
.owl-theme .owl-controls .owl-buttons div{
    padding: 8px 9px !important;
	opacity: 1 !important;
}
#social {
  margin: 20px 0px;
  /*text-align: center;*/
}

.smGlobalBtn{ /* global button class */
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 40px;
    /* box-shadow: 0 2px 2px #999; */
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 21px;
    font-weight: normal;
    line-height: 2em;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
}

/* facebook button class*/
.facebookBtn{
    background: #4060A5;
}

.facebookBtn:before{ /* use :before to add the relevant icons */
    font-family: "FontAwesome";
    content: "\f09a"; /* add facebook icon */
}

.facebookBtn:hover{
    color: #4060A5;
    background: #fff;
}

/* twitter button class*/
.twitterBtn{
    background: #00ABE3;
}

.twitterBtn:before{
      font-family: "FontAwesome";
      content: "\f099"; /* add twitter icon */
}

.twitterBtn:hover{
      color: #00ABE3;
      background: #fff;
}

/* google plus button class*/
.googleplusBtn{
    background: #e64522;
}

.googleplusBtn:before{
      font-family: "FontAwesome";
      content: "\f0d5"; /* add googleplus icon */
}

.googleplusBtn:hover{
      color: #e64522;
      background: #fff;
}

/* linkedin button class*/
.linkedinBtn{
    background: #0094BC;
}

.linkedinBtn:before{
      font-family: "FontAwesome";
      content: "\f0e1"; /* add linkedin icon */
}

.linkedinBtn:hover{
      color: #0094BC;
      background: #fff;
}

/* pinterest button class*/
.pinterestBtn{
    background: #cb2027;
}

.pinterestBtn:before{
      font-family: "FontAwesome";
      content: "\f0d2"; /* add pinterest icon */
}

.pinterestBtn:hover{
      color: #cb2027;
      background: #fff;
}

/* tumblr button class*/
.tumblrBtn{
    background: #3a5876;
}

.tumblrBtn:before{
      font-family: "FontAwesome";
      content: "\f173"; /* add tumblr icon */
}

.tumblrBtn:hover{
      color: #3a5876;
      background: #fff;
}

/* rss button class*/
.rssBtn{
    background: #e88845;
}

.rssBtn:before{
      font-family: "FontAwesome";
      content: "\f09e"; /* add rss icon */
}

.rssBtn:hover{
      color: #e88845;
      background: #fff;
}

.ts-features [class*=col] {
  padding: 0;
}
.ts-features p{
    line-height:24px;
}
.feature-box1,
.feature-box2,
.feature-box3 {
  position: relative;
  background-size: cover;
  background-position: center;
}

.ts-features-col {
  padding-top: 0;
}
.ts-features-col .feature-box1,
.ts-features-col .feature-box2,
.ts-features-col .feature-box3 {
  overflow: hidden;
}
.ts-features-col .feature-box1:after,
.ts-features-col .feature-box2:after,
.ts-features-col .feature-box3:after {
  background: #222222;
}
.ts-features-col .feature-box1:after {
  background: #2154cf;
}
.ts-features-col .feature-box2:after {
  background: #0f2765;
}

.feature-box1:after,
.feature-box2:after,
.feature-box3:after {
  position: absolute;
  content: '';
  background: rgba(24, 87, 60, 0.65);
  width: 100%;
  height: 100%;
  top: 0;
}

.ts-feature .ts-feature-info {
  color: #fff;
  z-index: 1;
  position: relative;
  padding: 50px;
}
@media screen and (min-width: 1500px) {
  .ts-feature .ts-feature-info {
    padding: 90px 50px;
    height: 420px;
  }
}

.ts-feature-title {
  font-size: 28px;
  margin: 30px 0 20px;
  color: #fff;
}

.ts-feature-info i {
  font-size: 60px;
}

.feature-box1:after {
  background: rgba(33, 84, 207, 0.85);
}

.feature-box2:after {
  background: rgba(230, 116, 19, 0.79);
}

/* Feature Icon Left */
.ts-feature-info.icon-left .feature-icon {
  float: left;
  color: #2154cf;
}
.ts-feature-info.icon-left .feature-icon i {
  font-size: 50px;
}

.ts-feature-info.icon-left .feature-content {
  margin-left: 80px;
}
.ts-feature-info.icon-left .feature-content h3 {
  color: #252a37;
}
.ts-feature-info.icon-left .feature-content p {
  color: #626c84;
}

.ts-feature-info.icon-left .ts-feature-title {
  font-size: 22px;
  margin: 0 0 5px 0;
}
.no-padding {
    padding: 0 !important;
}
.ts-features [class*=col] {
    padding: 0;
}
.ts-features .icon img{
 height: 80px;
}
#ser-secn .serviceBox{
    padding: 35px 20px 35px 90px;
    position: relative;
    background-color: #fff;
    margin-bottom: 10px;
    height: 205px;
}
#ser-secn .serviceBox:before{
    content: "";
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px 0 rgba(119, 94, 28, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: scale3d(1.08, 1.08, 1.08);
    transition: all 0.33s ease 0s;
}
#ser-secn .serviceBox:hover:before{
    opacity: 1;
    transform: scale3d(1, 1, 1);
}
#ser-secn .serviceBox .service-icon{
    width: 50px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    color: #ff5157;
    text-align: center;
    border: 2px solid #16706e;
    position: absolute;
    top: 55px;
    left: 20px;
    transition: all 0.3s ease 0s;
}
#ser-secn .serviceBox:hover .service-icon{ transform: translateY(20px); }
#ser-secn .serviceBox .service-icon:before,
#ser-secn .serviceBox .service-icon:after{
    content: "";
    height: 2px;
    background: #16706e;
    position: absolute;
    top: -20px;
    left: 10px;
    right: 10px;
    transition: all 0.3s ease 0s;
}
#ser-secn .serviceBox .service-icon:after{
    top: auto;
    bottom: -20px;
    left: 10px;
    right: 10px;
}
#ser-secn .serviceBox:hover .service-icon:before{
    top: -25px;
    transform: rotate(90deg);
}
#ser-secn .serviceBox:hover .service-icon:after{
    transform: rotate(-90deg);
    bottom: -25px;
}
#ser-secn .serviceBox .title{
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #474747;
    text-transform: uppercase;
    margin: 0 0 12px 0;
    position: relative;
}
#ser-secn .serviceBox .description{
    font-size: 13px;
    color: #807d7d;
    line-height: 27px;
    letter-spacing: 1px;
    margin: 0;
}


/*======enquiry page==============*/
.can_tit {
    padding: 50px;
    text-align: center;
    color: #fff;
}
#cnt_bansec {
    padding-top: 50px;
    background: linear-gradient(rgb(24, 87, 60), rgba(231, 126, 35, 0.35)), url(../images/banner1.jpg);
    background-position: center;
}
.can_tit h1 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
}
.can_tit p {
    color: #fff;
}
.can_tit a {
    color: #fff;
    font-weight: bold;
}
.cat-btn {
    padding: 8px 20px;
    border: none;
    background-color:#18573c;
    color: #fff;
    margin-bottom: 15px;
    float: right;
    margin-right: 15px;
}
.enquiry_sec h5{
  color: #18573c;
  font-weight: bold;
  padding-left: 15px;
}
.enquiry_sec .form-control {
  border-radius: 0px;
}
.enquiry_sec {
  padding-top: 25px;
  padding-bottom: 25px;
}
.admission_sec p{
    line-height:24px;
}
.admission_sec li{
    line-height:24px;
}
.admission_sec{
  padding-bottom: 25px;
  padding-top: 25px;
}
.admission_sec img{
  width: 100%;
}
.adm img{
  max-width: 500px;
    width: 100%;

}
.admission_sec h4{
  color: #18573c;
    font-weight: bold;
}
.admission_sec ul{
  padding-left: 20px;
}

/*=====contact page=====*/
.career_form input {
    width: 100%;
    border: 1px solid #b5b5b5;
    padding: 8px;
    margin-bottom: 8px;
}
.career_form textarea {
    width: 100%;
    border: 1px solid #b5b5b5;
}
.career_form h4 {
    color: #18573c;
    font-weight: bold;
}
.address-sec h4 {
    color: #18573c;
    font-weight: bold;
}
.address-sec i {
    font-size: 20px;
    line-height: 40px;
    width: 45px;
    height: 45px;
    color: #da2b2b;
    border: 2px solid #20256b;
    border-radius: 5px;
    margin-bottom: 10px;
}
.carousel-caption{
    max-width: 750px;
    margin: 0 auto;
    width: 100%;
}
.main-links{
    margin-right: 67px;
    margin-top: -12px;
    font-size:22px;
}














@media only screen and (max-width:1440px){

}
@media only screen and (max-width:990px){
  #ser-secn .serviceBox{ margin-bottom: 30px; }
}
@media only screen and (max-width:768px){
    .carousel-inner a {
        font-size: 20px;
}
 .carousel-caption {
        width:auto;
    }
    .main-links {
    margin-right: 0px;
    margin-top: 4px;
    font-size: 22px;
}
}
@media only screen and (max-width:767px){
   #ser-secn .serviceBox:before{ transform: scale3d(1, 1, 1); }
   #ser-secn .serviceBox .service-icon{ top: 30px; }
}

@media only screen and (max-width:480px){
    #ser-secn .serviceBox .service-icon{ top: 40px; }
}
#ser-secn .serviceBox img{
    height: 35px;
}
.theme-btn{
    color: #e87e24;
}
#ser-secn{
    background-image:url(../images/slider6.jpg);
    background-size: cover;
    padding: 80px 0;
    background-attachment: fixed;
}




@media only screen and (max-width:425px){
    .main-links {
        display:none;
    }
   
}

@media only screen and (max-width: 480px) {
.about-left-column{
	margin-right: 0;

}
h2{
font-size: 22px !important;
}
.about-left-column {
    margin-right: 0px;
    padding: 13px 6px 18px 24px;
    background: #01573c;
}
.about-right-column{
    margin-left: 0px;
}
.ts-feature-title{
    font-size: 22px;
}
.about-left-column .text{
    font-size: 14px;
}
}