/*----------------------------------------*/
/*  Theme CSS
/*----------------------------------------*/
html, body {
    height: 100%;
}
body {
    background: #fff none repeat scroll 0 0;
    color: #585757;
    font-family: 'Poppins',sans-serif;
    font-size: 14px;
    text-align: left;
    overflow-x: hidden;
    line-height: 28px;
}
.float-none{
    float: none;
    margin:0 auto;
}
.floatleft {
    float:left;
}
.floatright {
    float:right;
}
.alignleft {
    float:left;
    margin-right:15px;
    margin-bottom: 15px;
}
.alignright {
    float:right;
    margin-left:15px;
    margin-bottom: 15px;
}
.aligncenter {
    display:block;
    margin:0 auto 15px;
}
.text-left{
    text-align: left!important;
}
.p0{
    padding: 0px
}
a:focus {
    outline:0px solid;
}
img {max-width:100%;
    height:auto;
}
.fix {
    overflow:hidden;
}
p {
    margin:0 0 15px;
    color: #585757;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    color: #555;
    font-weight: 700;
    font-family: 'Merriweather', serif;
}
h1{
    font-size: 35px;
    line-height: 54px;
        
}
h2{
    font-size: 30px;
    line-height: 42px;
        
}
h3{
    font-size: 25px;
    line-height: 36px;
        
}
h4{
    font-size: 20px;
    line-height: 34px;
        
}
h5{
    font-size: 18px;
    line-height: 30px;
        
}
h6{
    font-size: 16px;
    line-height: 28px;
        
}
a {
    transition: all 0.3s ease 0s;
    text-decoration:none;
}
a:active, a:hover {
  outline: 0 none;
}
a:hover, a:focus {
    color: #003cc4;
    text-decoration: none;
}
.pt10{
    padding-top:10px;
}
.pt20{
    padding-top:20px;
}
.pt30{
    padding-top:30px;
}
.pt40{
    padding-top:40px;
}
.pt50{
    padding-top:50px;
}
.pb10{
    padding-bottom:10px;
}
.pb20{
    padding-bottom:20px;
}
.pb30{
    padding-bottom:30px;
}
.pb40{
    padding-bottom:40px;
}
.pb50{
    padding-bottom:50px;
}
.p10{
    padding:10px;
}
.p20{
    padding:20px;
}
.p30{
    padding:30px;
}
.p40{
    padding:40px;
}
.p50{
    padding:50px;
}
.mt10{
    margin-top:10px;
}
.mt20{
    margin-top:20px;
}
.mt30{
    margin-top:30px;
}
.mt40{
    margin-top:40px;
}
.mt50{
    margin-top:50px;
}
.mb10{
    margin-bottom:10px;
}
.mb20{
    margin-bottom:20px;
}
.mb30{
    margin-bottom:30px;
}
.mb40{
    margin-bottom:40px;
}
.mb50{
    margin-bottom:50px;
}
.m10{
    margin:10px;
}
.m20{
    margin:20px;
}
.m30{
    margin:30px;
}
.m40{
    margin:40px;
}
.m50{
    margin:50px;
}
.bg-yellow{
   background:#fdd55c; 
}
.bg-black{
    background:#000;
}

.section-padding{
    padding: 60px 0px;
}
.social-icon ul{
    display: inline-flex;
    padding: 0px;
    list-style: none;
    margin-top: 7px;
}
.social-icon ul li{
    margin-right:20px;
}
.social-icon ul li i{
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #b5e637;
    text-align: center;
    color: #fff;
}
/*----------------------------------------*/
/* header Area
/*----------------------------------------*/
.contact-head{
    display: inline-flex;
    list-style: none;
    margin-top: 28px;
}
.contact-head li i{
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #b6e738;
    margin-right: 14px;
    color: #fff;
    font-size: 25px;
}
.media-body span{
    font-size: 20px;
    color: #2b873a;
}
.media-body{
    font-size: 12px;
}
.bg-1{
    background:#2196f3;
    height: 50px;
}
.bg-2{
    background: #2196f3;
    height: 50px;
}
.time-div{
    list-style: none;
    margin-bottom: 0px;
    float: right;
}
.section-news{
    width: 100%;
    float: left;
    background-color: #3a2e16;
    padding: 0px 0px 0px;
    margin-bottom: 60px;
}
.news_icon {
    padding: 11px;
    font-size: 30px;
    margin-right: 10px;
    float: left;
    color: #9bb81a;
    background: rgba(255, 255, 255, 0.1);
}
.news h2 {
    font-size: 17px;
    text-align: left;
    width: 100%;
    color: #fff;
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: 100;
    padding: 5px 0px 5px 0px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.1);
}
.news h2 span {
    color: #18ba60;
    font-size: 12px;
}
.news-marquee {
    margin-top: 12px;
    font-size: 16px;
    color: #fff;
}
marquee p {
    color: #fff;
margin-bottom: 0px;}
.border-btm{
    border-bottom: 1px solid #eee;
}
.time-div li{
    color:#fff;
    font-size: 18px;
    /* padding: 10px; */
}
.time-div li i{
    margin-right: 10px;
}
.social-icons{
    list-style: none;
    text-align: right;
    margin-bottom: 0px;
}
.social-icons li {
    display: inline-block;
    padding: 7px 0px;
}
.social-icons li a {
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    margin-right: 5px;
    width: 32px;
    height: 32px;
    background: #2196f3;
    transition: 0.4s;
    border-radius: 50%;
}
.social-icons li a:hover{
    color: #003cc4;
    background: transparent;
    transition: 0.4s
}
.header-info{
    padding: 0px;
    list-style: none;
    display: inline-flex;
    float: right;
    margin-bottom: 0px;
    margin-top: 17px;
}
.header-info li{
    color: #3a2e16;
    margin-left: 15px;
    border-right: 1px solid #eee;
    padding-right: 15px;
font-size: 18px;}
.header-info li:last-child{
    border-right:none;
}
.header-info li i{
    margin-right: 15px;
color: #9cb629;}
.logo img{
    width: 100%;
    background: #fff;
}
.logo h2{
    color: #020288;
    font-weight: 700;
    font-size: 29px;
    text-transform: uppercase;
    margin: 0;
}
.icon{
    float: left;
    width: 20%;
}
.info-div{
    margin-left: 25%;
}
.info-div h4{
    margin-bottom: 0px;
    color: #19191a;
}
.middle-header{
    background: #2b873a;
}
.main-menu ul.navbar-nav li {
    position: relative;
}
.main-menu ul.navbar-nav > li >a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #ffffff;
    font-size: 15px;
    padding: 15px 20px;
    text-transform: uppercase;
    border-left: 1px solid #eee;
}
.main-menu ul.navbar-nav li a:hover{
    color: #9bb81a;
}
.main-menu ul.navbar-nav li:last-child{
border-right: 1px solid #eee;
}
.main-menu ul.navbar-nav >li:hover > a:before, .main-menu ul.navbar-nav >li.active > a::before {
    width: 100%;
}
.main-menu ul.navbar-nav li.active a:focus {
    color: #333;
}
.main-menu ul.navbar-nav li.active a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #003cc4;
    position: relative;
    z-index: 9999999;
}
.navbar {
    border: medium none;
    margin-bottom: 0;
}
.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.navbar-brand{
    padding: 5px 0px;
}
.main-menu ul.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: none;
    color:#333;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #fff;
}
.main-menu ul.nav li ul.sub-menu {
    background: #fff;
    border-top: 2px solid #583f13;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 115%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 220px;
    z-index: -99;
    padding: 0;
    list-style: none;
}
.pagess {
    position: relative;
}
.navbar.navbar-default {
    float: left;
}
.main-menu ul.nav li ul.sub-menu li {
    border-bottom: 1px solid #ddd;
    padding: 0;
    position: relative;
    width: 100%;
}
.main-menu ul.nav li:hover ul.sub-menu{
    top:100%;
    opacity:1;
    z-index:999;
    visibility:visible;
}
.main-menu ul.nav li ul.sub-menu li a {
    color: #666;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 15px;
    text-transform: capitalize;
}
.main-menu ul.nav li:hover ul.sub-menu li a:hover{
    color:#fff;
    background: #b6e738;
}
.main-menu ul.nav li ul.sub-menu li:last-child {
    border:none;
}
.menu-header {
    background-color: #2196f3;
    width: 75%;
    float: none;
    margin: 0 auto;
}
.bg-call{

}
.call-now{
    text-align: center;
    background: #7db84a;
    height: 50px;
    padding-top: 10px;
}
.call-now a{
    color:#fff;
    text-transform: uppercase;
}
.top-header{
    background: #ffffff;
}
.appointment-btn{
    margin-top: 30px;
    float: right;
}
.appointment-btn a{
    background: #fff323;
    padding: 14px 10px;
    font-size: 15px;
    color: #13287e;
    border-radius: 11px;
}

/*----------------------------------------*/
/*  Main Slider
/*----------------------------------------*/
.main-slider{
    position: relative;
}

.main-slider .title{
    position:relative;
    font-size:22px;
    color:#ffffff;
    padding-bottom:18px;
    
}

.main-slider .title:before{
    position:absolute;
    content:'';
    left:50%;
    bottom:0px;
    height:2px;
    width:50px;
    margin-left:-25px;
    background-color:#e9c37a;
}
.rev_slider{
    height: 600px!important;
}
.rev_slider_wrapper{
    height: 600px!important;
}

.main-slider .title-two{
    position:relative;
    font-size:18px;
    font-weight:600;
    color:#222222;
    padding-bottom:18px;
}

.main-slider .title-two:before{
    position:absolute;
    content:'';
    left:0px;
    bottom:0px;
    height:2px;
    width:50px;
    background-color:#e9c37a;
}

.main-slider h2{
    position: relative;
    display: block;
    font-size: 46px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.1em;
    z-index:1;
}

.main-slider h2.style-three{
    font-size:64px;
    font-weight:400;
    color:#222222;
    
}

.main-slider h2.style-two{
    color:#222222;
}

.main-slider .text.style-two{
    color:#222222;
}

.main-slider .text{
    position: relative;
    font-size:18px;
    color: #ffffff;
    font-weight: 400;
    line-height: 30px;
    padding-right:64px;
    text-transform:capitalize;
    display:inline-block;
    z-index:1;
    
}
.main-slider .text:before{
    position: absolute;
    content: '';
    right: 80px;
    top: 12px;
    height: 2px;
    width: 50px;
    background-color: #ffd000;
}
.main-slider .link-box{
    position: relative;
    z-index:1;
}
.main-slider .link-box .theme-btn{
    position: relative;
    margin-right: 20px;
}
.main-slider .social-links{
    position: fixed;
    right:0;
    top:50%;
    margin-top:-100px;
    z-index:99;
    padding:50px 35px 40px;
    border:1px solid rgba(0,0,0,0.05);
    border-right:none;
    background-color:#ffffff;
}
.main-slider .social-links li{
    position: relative;;
    display:block;
    margin-bottom:10px;
}
.slider-overlay{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: var( --e-global-color-05f908f );
    opacity: 0.6;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.main-slider .social-links li:last-child{
    margin: 0;
}
.main-slider .social-links a{
    position:relative;
    display:block;
    color:#222222;
    font-size:16px;
    line-height:40px;
}
.main-slider .social-links a:hover{
    color:#e9c37a;  
}

.main-slider.home-three .theme-btn{
    margin:0;   
}
.btn-style-one {
    position: relative;
    line-height: 24px;
    color: #2b873a;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.05em;
    background: #b6e738;
    padding: 12px 31px !important;
    text-transform: uppercase;
}
.section-padding{
    padding: 60px 0px;
}
.text-center{
    text-align: center;
}
/*----------------------------------------*/
/* services Area
/*----------------------------------------*/
.ser-1{
    background: #2b873a;
}
.ser-2{
    background: #b5e637;
}
.ser-div{
    padding: 30px;
    height: 420px;
}
.ser-div h3{
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
}
.ser-div p{
    color:#fff;
}
.ser-div a{
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 10px 0px;
}
/*----------------------------------------*/
/* about Area
/*----------------------------------------*/
.about-desc{
    padding: 30px 50px;
    background: #cbff4438;
    height: 449px;
}
.about-desc h3{
    color: #b5e637;
    text-transform: uppercase;
}
.about-desc h1{
    color: #2b873a;
    font-size: 30px;

}
.about-desc a{
    padding: 10px 0px;
    border-bottom: 2px solid #b5e637;
    color: #2b873a;
}
.section-title{
    text-align: center;
    margin-bottom: 40px;
}
.section-title h3{
    margin-bottom: 0px;
    color: #b5e637;
    font-size: 20px;
}
.section-title h1{
    color: #2b873a;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.facility-div:hover{
    background: #b5e637;
}
.facility-div:hover h3{
    color: #fff;
}
.facility-div:hover p{
    color: #fff;
}
/*----------------------------------------*/
/* facility Area
/*----------------------------------------*/
.facility-div img{
    float: left;
    width: 60px;
}
.facility-desc{
    margin-left: 75px;
}
.facility-desc h3{
    margin-bottom: 0px;
    color: #2b873a;
}
.facility-div{
    border: 1px solid #eee;
    padding: 20px;
    margin-bottom: 30px;
}
.faci-call h3{
    background: #b5e637;
    text-align: center;
    padding: 20px;
    color: #fff;
    text-transform: uppercase;
}
/*----------------------------------------*/
/* appointment Area
/*----------------------------------------*/
.section-bg{
    background: linear-gradient(45deg, #157224d9, #2b873ac4),url(img/slider-1.jpg);
}
.video-div{
    background: #b5e63759;
    text-align: center;
    padding: 50px;
}
.video-div img{
    margin-bottom: 30px;
}
.video-div h3{
    color: #fff;
}
.video-div p{
    color: #fff;
}
.app-form-div{
    padding: 50px;
}
.app-form-div h2{
    color: #fff;
}
.app-form-div p{
    color: #fff;
}
.app-form-div input{
   border:none;
   height: 45px;
}
.app-form-div select{
   border:none;
   height: 45px;
}
.app-form-div textarea{
    border:none;
    height: 60px;
}
.call-us i{
    float: left;
    margin-top:10px;
    color: #fff;
    font-size: 40px;
}
.app-form-div button{
    background: #b5e637;
    padding: 10px 20px;
    color: #fff;
}
.call-body{
    margin-left: 56px;
    font-size: 17px;
    color: #2b873a;
}
.call-body span{
    color: #fff;
    font-size: 25px;
}
.call-us{
    background: #b5e637;
    padding: 20px;
}
.testimonial{
    margin: 0 15px;
    padding: 20px 0;
}
.testimonial .testimonial-profile{
    float: left;
    width: 135px;
    border: 2px solid #2b873a;
    margin-right: 7%;
background: #2b873a;}
.testimonial .testimonial-profile img{
    width: 100%;
    height: auto;
    transform: translate(10px,10px);
}
.testimonial .testimonial-content{
    position: relative;
    overflow: hidden;
    padding-left: 10px;
}
.testimonial .testimonial-content:before{
    content: "\f10d";
    font-size: 35px;
    font-family: "FontAwesome";
    font-weight: 900;
    color: rgb(181 230 55);
    position: absolute;
    top: 2px;
    left: 0;
}
.testimonial .testimonial-title{
    margin: 30px 0 8px 0;
    font-size: 20px;
    font-weight: bold;
    color: #2b873a;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.testimonial .testimonial-post{
    display: block;
    color: #b5e637;
    margin-bottom: 10px;
}
.testimonial .testimonial-description{
    color: #605b5b;
    line-height: 23px;
    margin-bottom: 30px;
}
.owl-theme .owl-controls{
    position: absolute;
    bottom: 0;
    left: 50%;
}
.owl-theme .owl-controls .owl-buttons div{
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 5px 10px;
    background: transparent;
}
.owl-prev:before,
.owl-next:before{
    content: "\f053";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    color: #fff;
}
.owl-next:before{
    content: "\f054";
}
@media only screen and (max-width: 767px) {
	.inner-page-abt h1 {
		font-size: 26px;
		line-height: 40px;
	}
	.navbar.navbar-default {
		float: none;
	}
    .testimonial .testimonial-profile{
        float: none;
        margin: 0 0 15px 0;
    }
    .testimonial .testimonial-content{
        padding-left: 25px;
    }
    .testimonial-content:before{
        left: 10px;
    }
    .owl-theme .owl-controls{
        left: 3%;
    }
}
.contact-info i{
    font-size: 27px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    background: #2b873a;
    color: #b6e738;
}
.app-form-div h3{
    font-size:40px;
    margin-bottom:30px;
    color: #2b873a;
}
.contact-info{
    text-align: center;
}
.info-detail{
    background: #fff;
    padding: 20px;
    border: 1px solid #eeeeee3b;
    box-shadow: 0px 0px 10px #eeeeee8c;
    margin-top: -80px;
}
.contact-form{
    text-align: center;
}
.blog-desc ul {
    display: inline-flex;
    list-style: none;
    padding: 0px;
    color: #b6e738;
}
.blog-desc ul li{
    margin-right: 20px;
}
.blog-desc h3{
    color: #000;
}
.blog-desc {
    border: 1px solid #eee;
    padding: 50px 20px 20px 20px;
}
.blog-img img{
    padding: 25px;
    margin-bottom: -70px;
}
.coming-sson{
    background: url(img/slider-1.jpg);
    padding:60px 0px;
}
.coming-div{
    text-align: center;
    padding: 50px;
}
.coming-div h1{
    color: #fff;
    font-size: 60px;
    margin-bottom: 40px

}
.coming-div a{
    background: #b6e738;
    padding: 5px;
    color: #fff;
}
.coming-div p{
    color: #b6e738;
}
.error-div{
    text-align: center;
    padding: 50px;
}
.error-div h1{
    color: #b6e738;
    font-size: 95px;
}
.error-div h2{
        color: #2b873a;
}
.error-div a{
    background: #b6e738;
    padding: 5px;
    color: #fff;
}
/*----------------------------------------*/
/* Footer Area
/*----------------------------------------*/
.inner-page{
    background: linear-gradient(45deg, #b6e738, transparent),url(img/slider-2.jpg);
    background-size: 100%;
}
.inner-page h1{
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0px;
}
.quick-news p {
    padding: 6px;
    margin: 0;
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.quick-news .yellow-bg {
    background-color: #8bc34a;
    position: relative;
}
.quick-news .blue-bg {
    background-color:#2d2d2d;
    color: #ffffff;
    padding: 23.5px 0px;
    text-align: center;
}
.quick-news .blue-bg:before {
    content: "";
    display: block;
    position: absolute;
    left: -25px;
    width: 49px;
    height: 119px;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    background-color: #8bc34a;
    z-index: 00;
    top: 0px;
    border-right: 10px solid #fff;
} 
.lets-talk h4{
    color:#fff;
    letter-spacing: 5px;
}
.lets-talk h5{
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 0px;
    color: #000;
}
.make-call{
    background: #b5e637;
    padding: 20px;
border-radius: 10px;}
.make-call h3{
    margin-bottom: 0px;
}
.make-call i{
    float: left;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    margin-top: 14px;
    text-align: center;
    background: #2b873a;
    font-size: 35px;
    border-radius: 10px;
}
.make-call-desc{
    margin-left: 70px;
}
.quick-news .btn-borders.btn-primary {
    background: transparent;
    border-color: #8bc34a;
    color: #8bc34a;
    text-shadow: none;
    margin: 14px;
    font-size: 21px;
}
.lets-talk {
    padding: 20px 22px;
}
footer .footertitle {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 48px;
    color: #fff;
    min-height: 48px;
    line-height: 48px;
}
footer .footertitle span {
    background: #8bc34a;
    padding: 15px;
    display: inline-block;
    margin-right: 20px;
    color: #fff;
    position: relative;
    min-height: 48px;
}
footer .footertitle span:after {
    border-bottom: 10px solid transparent;
    border-left: 10px solid #8bc34a;
    border-top: 10px solid transparent;
    content: "";
    position: absolute;
    right: -10px;
}
.footer-info{
    background: #2b873a;
    padding: 50px;
}
.footer-fix h3{
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
}
.fotr-ser  ul{
    list-style: none;
    padding: 0px;
}
.fotr-ser  ul li:before {
    content: "\f105";
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    font-family: FontAwesome;
    color: #8BC34A;
}
.fotr-ser ul li{
    border-bottom: 1px dashed rgba(102,102,102,.3);
    padding-bottom: 18px;
    position: relative;
    padding: 10px 10px 10px 15px;
    margin-bottom: 0;
    line-height: 25px;
    color: #fff;
    margin-bottom: 10px;
}
.footer-fix img{
    background: #fff;
    width: 200px;
    margin-bottom: 15px;
}
.fotr-ser ul li a{
    color:#eee;
}
.make-call{
    margin-bottom: 20px;
}
.footer-contact li{
    padding: 0px!important;
}
.footer-fix p{
    color:#eee;
}
.height-comn{
    height:370px;
}
.enqury input{
    background: none;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #000;
    border-radius: 0px;
}
.enqury textarea{
    background: none;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #000;
    border-radius: 0px;
}
.contact-info h1{
    color: #fff;
}
.info{
    list-style: none;
    padding: 0;
}
.info li{
    color: #fff;
    font-size: 18px;
    margin-bottom: 18px;
}
.info li img{
    margin-right: 15px;
}
.fut-col-new{
    background: #b5e637;
    padding: 20px;
    height: 40
}
.footer-icons ul li {
    display: inline-block;
}
.footer-icons ul li a {
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    margin-right: 5px;
    width: 35px;
    height: 35px;
    background: #9bb81e;
    transition: 0.4s;
}
.footer-icons ul li a:hover{
    color: #003cc4;
    background: transparent;
     transition: 0.4s
}
.footer-tags li {
    float: left;
}
.footer-tags li a {
    color: #ddd;
    display: block;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    margin: 3px;
    border: 1px solid #020e29;
    background: #020e29;
    font-weight: 600;
    padding: 3px 5px;
    border-radius: 2px;
}

.suscribe-input input {
    color: #ddd;
    font-size: 15px;
    line-height: 24px;
    padding: 11px 15px;
    height: 52px;
    border-radius: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #07183a;
}
.suscribe-input button {
    background: #e84f1e;
    border: 1px solid #e84f1e;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 2px;
    transition: 0.4s;
    margin-top: 15px;
    text-transform: capitalize;
    font-weight: 700;
    transition: 0.4s;
}
.suscribe-input button:hover {
    background: transparent;
    color: #e84f1e;
    transition: 0.4s;
}
.footer-contacts p span {
    color: #003cc4;
    font-weight: 700;
}
.footer-content {
    display: block;
    overflow: hidden;
}
.footer-list li a {
    color: #ddd;
    padding: 3px 0px 3px 20px;
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 15px;
}
.footer-list li:first-child a{
    padding-top: 0px;
}
.footer-list li:last-child a{
    padding-bottom: 0px;
}
.footer-list li a::after {
    position: absolute;
    content: "\e876";
    right: auto;
    top: 2px;
    font-family: tionscal;
    font-size: 10px;
    left: 0;
}
.footer-list li a:hover {
    color: #e84f1e;
}
.footer-icons{
    float: right;
}

.footer-copyright {
    background: #146a22;
    padding: 10px 0;
    text-align: center;
}
.copyright-text a:hover{
    text-decoration: underline;
    color:#003cc4;
}
.copyright-text a {
    color: #ddd;
}
.copyright > p {
    margin-bottom: 0;
    color: #ddd;
}
.copyright a {
    color: #003cc4;
}
.copyright{
    margin-top: 5px;
}
/*Responsive*/
@media only screen and (max-width: 300px){
    
}
@media only screen and (max-width: 420px){
    
}
@media only screen and (max-width: 600px){
    
}
@media only screen and (max-width: 767px){
.ser-div p, .inner-page-abt p { text-align: justify;}
.app-form-div,.footer-info, .about-desc {
    padding: 10px;
}
.main-slider h2{
    font-size: 30px;
}
.main-slider .text {
	    margin: 15px 0;
}
.main-slider .link-box {
	margin: 20px 0;
}
.media-body p {
    margin-bottom: 0px;
    font-size: 14px;
}
.rev_slider{
    height:435px!important;
}
.rev_slider_wrapper{
    height:435px!important;
}
.about-desc{
    height: auto;
}
.about-desc{
    text-align:justify;
}

.about-desc h1{
    font-size: 22px;
}
.founder-div p{
    text-align:justify;
}
.testimonial {
	text-align: justify;
	border: 1px solid #ddd;
	padding: 10px;
}
.testimonial .testimonial-content:before{
    display:none;
}
.footer-info{
    text-align: center;
}
.main-menu ul.navbar-nav > li >a{
    border:none;
}
.ser-div{
    text-align:center;
}
.middle-header img{
    width:100%;
}
.achiver-gall {
    height: auto;
    margin-bottom: 30px;
}
.facility-desc h3{
        font-size: 17px;
}
.navbar-toggle{
    background-color: #b6e738!important;
}
.contact-head{
    padding:0px;
	display: none;
}
}
@media only screen and (max-width: 991px){

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

}
