/*   
Theme Name: Green Bus
Description: This is an exclusive, fully SEO optimized Wordpress theme developed  for Green bus.
Author: Website Author
Author URI: 
*/


@font-face {
    font-family: 'ComicSansMS';
    src: url('fonts/ComicSansMS.eot?#iefix') format('embedded-opentype'),  url('fonts/ComicSansMS.woff') format('woff'), url('fonts/ComicSansMS.ttf')  format('truetype'), url('fonts/ComicSansMS.svg#ComicSansMS') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Adikku_Pandai_Menari';
    src: url('fonts/Adikku_Pandai_Menari.eot?#iefix') format('embedded-opentype'),  url('fonts/Adikku_Pandai_Menari.woff') format('woff'), url('fonts/Adikku_Pandai_Menari.ttf')  format('truetype'), url('fonts/Adikku_Pandai_Menari.svg#Adikku_Pandai_Menari') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Harrington';
    src: url('fonts/Harrington.eot?#iefix') format('embedded-opentype'),  url('fonts/Harrington.woff') format('woff'), url('fonts/Harrington.ttf')  format('truetype'), url('fonts/Harrington.svg#Harrington') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
    font-family:"Raleway";
    font-size: 16px;
    background: transparent;
    color: #444444;
}
* {
    margin:0;
    padding:0;
}
a, .blue, a:hover, a:focus {
    color: #0000D2;
    outline: 0 !important;

}
a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
footer a:hover{
    text-decoration: underline;
}
.blue-bg {
    color: #fff;
    background: #0DA3FF !important
}
.fullwidth {
    float:left;
    width:100%;
}
.halfwidth {
    float:left;
    width:50%;
}
.first {
    margin-left: 0 !important;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: inline-block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
img, iframe {
    max-width: 100%;
    border: 0 none !important;
}
.padd-0 {
    padding: 0 !important;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/**************************************/
/*************Common*******************/
/**************************************/

h2{

    font-size: 42px;
    margin-top: 0;
    margin-bottom: 15px;
}
h4{
    font-size: 21px;


}
h5{ font-size: 19px;}
h3{

    font-size: 28px;

}
/**************************************/
/*************Header*******************/
/**************************************/
#header{
    border-radius: 0;
    width: 100%;
    z-index: 9999;
    position: fixed;
    padding: 9px 0;
    top:0;
    background: transparent;
    transition:all 0.3s ease;
}
#header.headerAnimate{
    background: rgba(0,0,0,0.8);
}
.header-inner-row{
    position: relative;
}
.social-desktop-hide{
    position: absolute;
    right: 100px;
}
.logo {
    float: left;
    margin: 0 0 0 0px;
}
#header .navbar-nav > li > a {
    color: #000;
    font-size: 14px;
    font-style: normal;

    line-height: 13px;
    padding: 0 12px;
    text-transform: uppercase;

}
#header .navbar-nav > li{
    position: relative;
}
#header .navbar-nav > li:last-child > a{
    border-right: 0px;
}
#header .current-menu-item a, 
#header .navbar-nav > li > a:hover,
#header .navbar-nav > li > a:focus{
    background-color: transparent;
    color: #5daa45 !important;
    outline: 0;
}
#header .navbar-nav > li.current-menu-parent:before,
#header .navbar-nav > li.current-menu-item:before{
    content: url(img/smile1.png);
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}




#header.sticky .navbar-nav > li > a {
    color: #000;
}
/**************************************/
/*************Footer*******************/
/**************************************/
#footer {
    padding: 0;
    color: #858585;
    font-size: 13px;
    font-weight: 400;
    /*background: #191919;*/
    background-size: cover;
    line-height: 1.4;
}
.footer-upper-section {
    /* background: #222222; */
    background: url('img/foot-bg.png')no-repeat top -12px center;
    background-size: cover;
}
.footertop{background: #191919; padding: 40px 0px !important;}
.footerbottom{background: #000; padding: 12px 0 !important;}

#footer a, #footer-bottom a{
    color: #909090;    
}
.footertop1Inner{ border-bottom: 2px solid #564f45;padding-bottom: 20px !important;}
.footertop2{ margin-top: 30px;}

#menu-footer-menu li {
    display: inline;
    margin-left: 20px;
}
#menu-footer-menu li:first-of-type{
    margin-left: 0px;
}
#menu-footer-menu li a{
    text-transform: uppercase;
    color: #b1b1b1;
    font-size: 15px;
}
.footertoparea { color: #b1b1b1 }
.copyrighttxt{ margin-bottom: 0px;}
h3.widgettitle {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
    font-family: "SourceSansPro-Regular";
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0;
    margin: 0 0 15px;
    padding-bottom: 10px;
    position: relative;
    text-transform: none;
}

.pgtitle strong {
    color: #00874c;
}

/**************************************/
/****************Home******************/
/**************************************/

#home-banner{ position: relative; margin-top: -50px;}
.carousel-control em{ position: absolute; top: 50%; transform: translateY(-50%); font-size: 30px;}

/**************************************/
/**************PAGES*******************/
/**************************************/
#page-wrap {
    margin-top:0px;
}

.homecontactInfo a {
    color: #00874c;
    text-decoration: underline;
}

/**************************************/
/***********Contact Form***************/
/**************************************/
div.wpcf7 .ajax-loader{ float: left; margin-top: 12px;}
.form-group.full {
    float: left;
    width: 95%;
}
.wpcf7-form-control.wpcf7-email, 
.wpcf7-form-control.wpcf7-text, 
.wpcf7-form-control.wpcf7-textarea,
.wpcf7-date,.wpcf7-select{
    border: 2px solid #cecece !important;
    box-shadow: none !important;
    border-radius: 0px;
    float: left;
    height: 50px;
    margin-bottom: 20px;
    padding: 0px 20px;
    width: 100%;
    background: #dff3ff;
    border-radius: 25px;
    font-size: 14px;
    outline: none !important;
}
.wpcf7-form-control.wpcf7-textarea {
    height: 170px !important;
    resize: none;
    padding: 15px 15px 10px;
}
.wpcf7-form-control-wrap {
    float: left;
    width: 100%;
}
.form-control:focus{
    box-shadow: none !important;
}
span.wpcf7-not-valid-tip {
    background: #f00 none repeat scroll 0 0;
    bottom: 19px;
    color: #fff;
    font-size: 11px !important;
    font-weight: 400;
    padding: 0 10px;
    position: absolute;
    right: 4px;
    top: auto;
}
form.wpcf7-form {
    position: relative;
    width: 100%;
    float: left;
}
div.wpcf7{
    width: 100%;
    float: left;
}
div.wpcf7 .ajax-loader{
    margin-top: 0 !important;
}
div.wpcf7-response-output {
    font-size: 12px;
    /* font-weight: bold; */
    margin-left: 0px;
    padding: 5px !important;
    text-align: center;
    max-width: 970px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0px;
    margin: auto;
    width: 100%;
    border: none !important;
}
.main-contact-outer div.wpcf7-response-output{
    bottom: -24px !important;
}
.wpcf7-submit {
    background-color: #53448d;
    border: 0 none;
    color: #fff;
    float: left;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}
.contact-row .col-sm-4 { /*Contact Page Sidebar*/
    background-color: #faf7f7;
    border: 1px solid #eee;
    border-radius: 4px;
    color: #585858;
    font-size: 17px;
    font-weight: 300;
    padding: 15px 20px;
}
/******************** Header Css *************************/

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}
.dropdown-menu > li > a{
    padding: 7px 10px !important;
    text-transform: uppercase;
    font-size: 13px !important;
}
.text-white{
    color:#fff;
}
#menu-primary-menu {
    list-style: none; 
    font-family: 'Raleway', sans-serif;
}
/**************************** Header Css New ************************/

.btn.primarybtn {
    text-transform: uppercase;
    color: #fff;
    background: #e76801 !important;
    transition: all ease-in-out 0.5s;
    border: 1px solid #666;
    font-size: 12px;
    padding: 0 30px;
    height: 40px;
    line-height: 38px;
    border-radius: 50px;
    text-decoration: none !important;
}  

.nopadding{ padding: 0px;}

.banner-slidshow{
    height:100vh;
    width:100%;
}

#slideshow > .banner-slidshow-images { 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    right: 0px; 
    bottom: 0px; 
}   
#slideshow > .banner-slidshow-images{
    width:100%;
}  
#menu-primary-menu {
    display: flex;
    flex-direction: row;
}
.theme-logo img{
    max-width:400px;
}
#header .navbar-nav > li > a{
    font-family:"Raleway";
    color:#fff;
    font-size:15px;
    font-weight:600;
}
.headersocial > a {

    font-weight: 600;
    margin: 0px 5px;

}
.green-btn {
    width: 140px;
    background: 
        #64A434 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    padding: 8px 6px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-family: "Raleway";
    font-weight: 600;
    text-transform: uppercase;
}
.banner-image{
    height:100vh;
    width:100%;
}
.banner-content-wrap{
    height:100vh;
    color:#fff;
    position: relative;
}
.single-item {
    height: 100vh;
    background-size: cover !important;
    background-position: top center !important;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    position: relative;
}

.single-item:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(35, 0, 2,0.5);
    z-index: 1;
}
.single-item .container{
    position: relative;
    z-index: 10;
}
.home-contact {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 1010;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.text-white{
    color:#fff;
}
#slideshow > .banner-slidshow-images::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content:"";
    background: 
        rgba(35, 0, 2,0.5);
}

.bg-green {
    background: rgba(0, 135, 77,.71);
    border-radius: 5px;
}
.font-raleway{
    font-family:"Raleway";
}
.banner-form{
    max-width:400px;
}
.banner-form div.wpcf7-response-output{
    bottom: -14px;
}
.wpcf7-form-control.wpcf7-email, .wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-textarea, .wpcf7-date, .wpcf7-select {
    border: 2px solid 
        #fff !important;
    box-shadow: none !important;
    border-radius: 0px;
    float: left;
    height: 40px;
    margin-bottom: 15px;
    padding: 0px 10px;
    width: 100%;
    background:
        #fff;
    border-radius: 5px;
    font-size: 14px;
    outline: none !important;
    font-family: "Raleway";
}
.wpcf7-submit {
    background-color: #64A434 !important;
    border: 0 none;
    color: #fff;
    float: left;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    width: 100%;
    font-family: "Raleway";
    font-weight: 600;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}
strong {
    font-weight: 600;
}
.bg-white{
    background: #fff;
} 
.text-black{
    color:#000;
}
.font-14px{
    font-size:14px;
}
.bg-dark-black{
    background:#222222;
}  
.text-white{
    color:#fff;
}
.text-green{
    color:#1ABA66 !important;
}
.text-red{
    color:rgba(35, 0, 2, 1) !important;
}
.font-24px{
    font-size:24px;
}
.font-16px{
    font-size:16px;
}
.border-radius-5px{
    border-radius:5px;
}
.service-block{
    height: 320px;
}
.font-34px{
    font-size: 34px;
}
.bg-red{
    background:rgba(35, 0, 2, 1)
}
.font-20px{
    font-size: 20px;
}
.font-44px{
    font-size:44px;
}
.text-uppercase{
    text-transform: uppercase;
}
.red-overlay,
.green-overlay{
    position:relative;
    background-size: cover !important;
    background-position: center !important;
}
.red-overlay:before,
.green-overlay:before{
    position: absolute;
    content:"";
    left:0;
    top:0;
    bottom:0;
    right:0;
    width:100%;
    height:100%;
}
.red-overlay:before{
    background:rgba(35, 0, 2, 0.85);
}
.green-overlay:before{
    background:rgba(0, 135, 77, 0.85);
}
.bg-light-green{
    background:rgba(100, 164, 52, 1);
}
.ht-100{
    height:100%;
}
.bg-light-grey{
    background:#eff6ea;
}
.font-24px{
    font-size: 24px;
}
.service-block h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: 
        rgba(0, 135, 77, 0.9);
    margin-bottom: 00;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    opacity: 1;
    transition: all 0.4s;
}
.service-block-content{    
    background:rgba(0, 135, 77, .7);
    position:absolute;
    top:0;
    left:0;  
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    display:flex;
    border-radius:20px;
    opacity: 0;
    transition: all 0.4s;
}
.service-image{
    border-radius:20px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.service-block:hover .service-block-content{
    opacity: 1;
}
.service-block:hover h3{
    opacity: 0000;
}
.round-image{
    border-radius: 50%;
}
.wpcf7-form-control.wpcf7-textarea{
    height:110px !important;
}
.announcement-row{
    flex-direction: row-reverse;
}
.timetables-wrap .btn-new {
    margin: 18px 0 0;
    display: inline-block;
    padding: 12px 24px 10px !important;
    font-size: 14px !important;
    font-weight: 500;
}
.announce-title {
    padding-left: 60px;
    background: url('img/speek.png')no-repeat left center;
    background-size: 45px;
}
.announcement-content-wrap ul li {
    position: relative;
    padding-left: 32px;
    list-style: none;
    margin: 3px 0 5px;
    background: url('img/text.png')no-repeat left top 6px;
    background-size: 16px;
}
.announcementimage-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.announcement-content-wrap ul li:before{
    position:absolute;
    content:"";
    left:0;
    background:url('') no-repeat;
    top:5px;
    width:20px;
    height:20px;
}
.border-radius-20px{
    border-radius:20px;
}
.border-radius-10px{
    border-radius:10px;
}
.photo-gallery-wrap .html5lightbox {
    cursor: move;
}
.photo-gallery-content {
    left: 0;
    right: 0; 
    bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
    background: rgba(35, 0, 2, .85);
    opacity: 0;
    transition: all 0.3s ease;
}
.gallery-col:hover .photo-gallery-content{
    opacity: 1;
}
.photo-gallery-content p {
    margin-bottom: 0;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
}
.photo-gallery-content-inner-wrap{
    border-radius: 20px;
    magin-top:0px;
    margin-bottom:30px;
}
.photo-gallery-content-inner-wrap img{
    width:100%;
    height:100%;
    display:block;
}
div#html5-watermark{
    display: none !important;
}
.footer-logo{
    max-width:250px;
}
.text-big-phone-text {
    background: url('img/call-icon.png') no-repeat center left;
    background-size: 34px;
    padding-left: 60px;
    text-decoration: none !important;
    margin: 35px 0 0;
    display: inline-block;
    font-size: 28px;
}
.footer-menu ul li{
    margin-bottom: 10px;
    position: relative;
}
.footer-menu ul li a{
    padding-left: 22px;
    display: inline-block;
    position: relative;
}
.footer-menu ul li a::before {
    content: "\f30b";
    font-family: "Font Awesome 5 Free";
    color: #1ABA66;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-weight: 900;
    height: 16px;
    line-height: 16px;
    text-rendering: auto;
    width: 16px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 2px;
    left: 0;
}
.contact-div{
    margin: 20px 0 !important;
}
.contact-div a{
    color: #1ABA66 !important
}
.contact-div > *{
    display: inline-block; 
    vertical-align: middle; 
}
.icon-span {
    background-repeat: no-repeat !important;
    background-position: center left !important;
    width: 50px;
    height: 20px;
    display: inline-block;
    background-size: 20px !important;
}
.message-icon{
    background: url('img/message-icon.png');
}
.call-icon{
    background: url('img/call-icon.png');
}
.footer-p{
    border-left:1px solid #fff;
    margin-bottom: 0;
}
.foot-upper-right {
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-social a{
    color: #1ABA66;
    margin: 0 20px 0 0;
    display: inline-block;
}
.footer-social a  em{
    color: #1ABA66;
}
.foot-form-col form{
    padding-bottom: 20px;
}
.copyright-text p, .copyright-text a{
    font-weight: 500;
    color: #000 !important;
    font-size: 12px !important;
}
.copyright-text a{
    margin-top: 2px;
    display: inline-block;
    padding: 0 2px;
}
/*=====================================*/

.bannertxt {
    position: absolute;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    top: 50%;
}
h1.page-title {
    margin: 0px;
    color: #fff;
    font-size: 45px;
    font-weight: 700;
}
.section {
    padding: 60px 0px;
    overflow: hidden;
    float: left;
    width: 100%;
}
#innerpage-banner{ position: relative;}


.social-icons .fab:hover, .social-icons .fab:active {
    color: #FFF;
    -webkit-box-shadow: 1px 1px 3px #333;
    -moz-box-shadow: 1px 1px 3px #333;
    box-shadow: 1px 1px 3px #333; 
}
.social-icons.icon-zoom .fab:hover, .social-icons.icon-zoom .fab:active { 
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); 
}

/*Change icons size here*/
.social-icons .fab {
    font-size: 1.4em;
}
/*Change icons circle size and color here*/
.social-icons .fab {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #FFF;
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.social-icons .fa-adn{background-color:#504e54;} 
.social-icons .fa-apple{background-color:#aeb5c5;} 
.social-icons .fa-android{background-color:#A5C63B;}  
.social-icons .fa-bitbucket,.social-icons .fa-bitbucket-square{background-color:#003366;} 
.social-icons .fa-bitcoin,.social-icons .fa-btc{background-color:#F7931A;} 
.social-icons .fa-css3{background-color:#1572B7;} 
.social-icons .fa-dribbble{background-color:#F46899;}  
.social-icons .fa-dropbox{background-color:#018BD3;}
.social-icons .fa-facebook-f{background-color:#3C599F;}  
.social-icons .fa-flickr{background-color:#FF0084;}
.social-icons .fa-foursquare{background-color:#0086BE;}
.social-icons .fa-github,.social-icons .fa-github-alt,.social-icons .fa-github-square{background-color:#070709;} 
.social-icons .fa-google-plus,.social-icons .fa-google-plus-square{background-color:#CF3D2E;} 
.social-icons .fa-html5{background-color:#E54D26;}
.social-icons .fa-instagram{background-color:#A1755C;}
.social-icons .fa-linkedin,.social-icons .fa-linkedin-square{background-color:#0085AE;} 
.social-icons .fa-linux{background-color:#FBC002;color:#333;}
.social-icons .fa-maxcdn{background-color:#F6AE1C;}
.social-icons .fa-pagelines{background-color:#241E20;color:#3984EA;}
.social-icons .fa-pinterest,.social-icons .fa-pinterest-square{background-color:#CC2127;} 
.social-icons .fa-renren{background-color:#025DAC;}
.social-icons .fa-skype{background-color:#01AEF2;}
.social-icons .fa-stack-exchange{background-color:#245590;}
.social-icons .fa-stack-overflow{background-color:#FF7300;}
.social-icons .fa-trello{background-color:#265A7F;}
.social-icons .fa-tumblr,.social-icons .fa-tumblr-square{background-color:#314E6C;} 
.social-icons .fa-twitter,.social-icons .fa-twitter-square{background-color:#32CCFE;} 
.social-icons .fa-vimeo-square{background-color:#229ACC;}
.social-icons .fa-vk{background-color:#375474;}
.social-icons .fa-weibo{background-color:#D72B2B;}
.social-icons .fa-windows{background-color:#12B6F3;}
.social-icons .fa-xing,.social-icons .fa-xing-square{background-color:#00555C;} 
.social-icons .fa-youtube,.social-icons .fa-youtube-play,.social-icons .fa-youtube-square{background-color:#C52F30;}

.social-icons{ margin-top: 20px;}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

div.wpcf7 .ajax-loader{ float: left; margin-top: 18px;}
.form-group.full {
    float: left;
    width: 95%;
}
.wpcf7-form-control.wpcf7-email, 
.wpcf7-form-control.wpcf7-text, 
.wpcf7-form-control.wpcf7-textarea {
    border: 1px solid #cecece !important;
    box-shadow: none !important;
    border-radius: 0px;
    float: left;
    height: 50px;
    margin-bottom: 20px;
    padding: 0px 20px;
    width: 100%;
    background: #f8f8f8;
    border-radius: 2px;
    font-size: 14px;
    outline: none !important;
}
.wpcf7-form-control.wpcf7-textarea {
    height: 170px !important;
    resize: none;
    padding: 15px 15px 10px;
}
.wpcf7-form-control-wrap {
    float: left;
    width: 100%;
}
.form-control:focus{
    box-shadow: none !important;
}
span.wpcf7-not-valid-tip {
    background: #f00 none repeat scroll 0 0;
    bottom: 20px;
    color: #fff;
    font-size: 11px !important;
    font-weight: 400;
    padding: 0 10px;
    position: absolute;
    right: 0px;
    top: auto;
}
div.wpcf7-response-output {
    font-size: 13px;
    font-weight: bold;    
    margin-left: 0px;
    padding: 5px !important;
    text-align: center;
    width: calc(100% - 45px);
    position: absolute;
    bottom: 0px;
    left: 15px;
    margin: auto;
}
.wpcf7-submit {
    background-color: #53448d;
    border: 0 none;
    color: #fff;
    float: left;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}
.homecontactInfo h5, .locationbox h5 {
    color: #000;
    margin-top: 0px;
    margin-bottom: 20px;
}

/*===================================*/
.serviceBlock1{
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.serviceBlock1:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 135, 77,.71);
    z-index: 1;
}
.serviceBlock1 .container {
    z-index: 10;
    position: relative;
    color: #fff;
}
.serviceBlock1 h2{
    color: #fff;
}

.service-single{
    padding: 40px 0;
}
.service-single:nth-of-type(odd){
    background: #eff6ea;
}
.service-single:nth-of-type(even) .service-inner-row{
    flex-direction: row-reverse;
}
/*===============================*/
.table-pages{

}
.table-pages a {
    display: inline-block;
    margin: 5px;
    color: #000;
    border-radius: 4px;
    background: #c9dfb8 !important;
    padding: 8px 18px 7px;
    font-weight: 600;
    font-size: 18px;
}
.table-pages a:hover,
.table-pages a.active{
    color: #fff;
    background: #64a434 !important;
}
.card{
    border:none !important;
}
.card-header {
    background: #00874D;
    border: none !important;
    border-radius: 0 !important;
}
.card-header button {
    width: 100%;
    padding: 12px 64px 12px 18px;
    font-size: 20px;
    text-align: left;
    color: #fff !important;
    font-weight: 700;
    text-decoration: none !important;
    position: relative;
    white-space: normal;
}
.card-header button::after {
    content: "";
    border-radius: 50%;
    color: #717171;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 22px;
    width: 40px;
    background-image: url(img/minus-i.png);
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: center center;
}
.card-header button.collapsed::after {
    background-image: url(img/plus-i.png);
}
.card-body{
    padding: 0;
}
.caption-col{
    background: #c9dfb8;
    padding: 6px 20px;
    font-size: 15px;
    font-weight: 600;
}
.table-wrap .time-table td{
    padding: 0;
}
.table-wrap .time-table ul{
    width: 100%;
    float: left;
}
.table-wrap .time-table ul li {
    list-style: none;

    padding: 6px 20px;
    font-size: 15px;
}
.table-wrap .time-table ul li:nth-of-type(even){
    background: #e5f3ed;
}
.table-wrap .time-table ul li > div{
    max-width: 450px;
}
.table-bottom-head em{
    font-weight: 600;
}
.table-bottom tr:nth-of-type(odd){
    background: #e5f3ed;
}
.table-bottom td {
    padding-top: 6px;
    padding-bottom: 6px;
    border: none;
    font-size: 15px;
}
.page-id-235 #page-content-wrap h1{
    margin-bottom: 40px;   
}
.page-id-235 #page-content-wrap h3{
    font-size: 22px;
}
.page-id-235 #page-content-wrap a{
    color: #00874c !important;
    text-decoration: underline;
}
.note-section a {
    color: #03874c;
    text-decoration: underline;
}
