
*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
}

a{text-decoration: none; cursor: pointer;}
a:hover{text-decoration: none;}
a:visited{text-decoration: none;}
a:focus{text-decoration: none;}
body{overflow-x: hidden;}

button{
    cursor: pointer;
}
button:focus{
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

@font-face {
    font-family: 'Lato-Black';
    src: url('../fonts/lato-black-webfont.woff2') format('woff2'),
         url('../fonts/lato-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'abril_fatfaceregular';
    src: url('../fonts/abrilfatface-regular-webfont.woff2') format('woff2'),
         url('../fonts/abrilfatface-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Regular';
    src: url('../fonts/Lato-Regular.woff2') format('woff2'),
        url('../fonts/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
    font-family: 'Lato-Black';
    color: #7d7c7c;
    background: #f7f7f7;
}
.container{
    width: 1110px;
}
.mainDiv{
    display: table;
    width: 100%;
    height: 100%;
}
.childDiv{
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.navbar{    
    padding: 0px;
    background: #fff;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.3);
}
.navbar-nav{
    display: inline-block;
    vertical-align: middle;
}
.nav{
    width: 70%;
    text-align: center;
}

.nav.navbar-right{
    width: auto;
    float: right;
}
.nav.navbar-right li{
    margin-left: 5px;
    margin-right: 5px;
}
.navbar, .nav{
    min-height: 64px;
    margin-bottom: 0px;
}
.nav li{
    margin: 22px 15px 0px 15px;
    float: none;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
    font-family: 'Lato-Black';
    height: 28px;
}
.nav li:last-child a{
    padding-right: 0px;
}
.nav li a{
    /* line-height: 80px;*/
    padding: 6px 18px; 
    color: #403d3b;
    font-size: 14px;
    text-transform: uppercase;
}
.nav li.active a{
    /* border: 1px solid #a8a8a8; */
    color: #00a551;
}
.navbar-default .navbar-brand{
    height: 80px;
    padding-top: 0px;
}
.navbar-default .navbar-brand img{
    width: 150px;
}
.navbar-toggler{
    width: 36px;
    height: 36px;
    background: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0px 4px;
    display: none;
}
.icon-bar{
    background: #ccc;
    height: 2px;
    margin: 4px 0;
    display: block;
}
.outCollapse{
    width: 100% !important;
    float: none !important;
    text-align: right;
    display: block;
    min-height: auto;
}
.outCollapse li{
    /* margin-top: 5px; */
    vertical-align: middle;
    height: 38px;
    line-height: 38px;
}
.outCollapse li a{
    padding: 6px;
}
.WTImg{
    width: 28px;
}
.loginBtn{
    background: #00a551;
    padding: 8px 35px;
    border: none;
    border-radius: 2px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    box-shadow: 0px 4px 11px 1px rgba(0, 165, 81, 0.3);
}
.inCollapse{
    display: none;
}

/* Home */
.bannerContent{
    position: relative;
}
.socialLink{
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    left: 10vw;
    z-index: 1;
}
.socialLink ul li:first-child{
    margin-bottom: 25px;
}
.socialLink ul li img{
    width: 20px;
}
.fbLink, .YTLink{
    background: #3936cc;
    border-radius: 50%;
    width: 39px;
    height: 39px;
    display: block;
    text-align: center;
    line-height: 35px;
}
.YTLink{
    background: #d40000;
}

.bannerContent{
    height: 450px;
}
.bannerContent #banner, .bannerContent #banner .carousel-inner{
    height: 100%;
}
.bannerContent img{
    position: relative;
    width: 100%;
}
.banner .col-lg-12{
    padding: 0px;
}
.bannerContent .carousel-indicators{
    bottom: 0px;
    top: 0px;
    right: 10vw;
    left: initial;
    margin: 0px;
    width: 50px;
    flex-direction: column;
}
.bannerContent .carousel-indicators li, .bannerContent .carousel-indicators .active{
    width: 60px;
    background: none;
    height: auto;
    cursor: pointer;
}
.bannerContent .carousel-indicators .active span{
    color: #fff;
    border-left: 1px solid #00a551;
}
.bannerContent .carousel-indicators li span{
    display: block;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    line-height: 30px;
    position: relative;
    z-index: 222;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    height: 30px;
    margin: 0px;
    text-indent: 0px;
    padding-left: 15px;
    border-left: 1px solid rgba(204, 204, 204, 0.6);
}
.bannerContent .bannerText{
    position: absolute;
    top: 10vh;
    text-align: center;
    width: 100%;
    color: #fff;
}
.bannerContent h2{
    font-family: 'abril_fatfaceregular';
    font-size: 50px;
}
.bannerContent p{
    font-family: 'Lato-Black';
    font-size: 18px;
    text-transform: uppercase;
}
.bannerContent button.readMoreBtn{
    width: 130px;
    margin: 0px auto;
    margin-top: 30px;
    padding: 6px 0px;
    background: #fff;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
}

.calCDiv{
    width: 60vw;
    margin: 0px auto;
    margin-top: -50px;
    margin-bottom: 20px;
    position: relative;
    
}
.calCDiv p, .calCDiv h6{
    font-size: 14px;
    color: #202020;
    line-height: 20px;
    margin: 5px 0;
    text-transform: uppercase;
}
.calCDiv h3{
    font-family: 'abril_fatfaceregular';
    font-size: 40px;    
    color: #202020;
    margin: 0px;
}
.calCDiv .row{
    background: #fff;
    box-shadow: 0px 0px 14px 4px rgba(0, 0, 0, 0.2);
}
.calCDiv ul{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    margin-bottom: 0px;
    width: 100%;
    height: 100%;
}
.calCDiv ul li{
    border-right: 1px solid #d2d2d2;
    width: 33.333%;
    height: 100%;
}
.calCDiv ul li:last-child{
    border-right: none;
}
.calCDiv ul li h6 span.caret{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #00a551;
    border-right: 4px solid transparent;
    border-bottom: 0 dotted;
    border-left: 4px solid transparent;
    content: "";
}
.calCDiv .calCCol{
    padding: 0px;
}
.calCDiv .calCCol .dropdown button{
    background: none;
    cursor: pointer;
}
.calCDiv .calCCol .dropdown button span.caret{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #00a551;
    border-right: 4px solid transparent;
    border-bottom: 0 dotted;
    border-left: 4px solid transparent;
    content: "";
}
.btn.dropdown-toggle:focus{
    box-shadow: none !important;
}
.btn.dropdown-toggle::after{
    border: none;
}
.promoSide{
    background: #00a551;
    text-align: center;
    padding: 10px 0;
}
.promoSide p{
    color: #fff;
    font-weight: normal;
    margin: 0px;
}
.promoSide button.avabilityBtn{
    background: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 2px;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    width: 60%;
    margin: 15px auto;
    display: block;
}
.promoSide button.avabilityBtn span.caret{
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #00a551;
    content: "";
    float: right;
    margin-top: 7px;
}
.promoSide .promoInner{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;;
}

.bodySec1{
    margin-top: 30px;
}
.bodySec1 h3, .bodySec2 h3, .bodySec3 .videoSlideDiv h3, .bodySec4 h3, .bodySec6 h3{
    font-size: 18px;
    color: #00a551;
    text-align: center;
    letter-spacing: 2.5px;
}
.bodySec1 h2, .bodySec2 h2, .bodySec3 .videoSlideDiv h2, .bodySec4 h2, .bodySec5 h2, .bodySec6 h2{
    font-size: 50px;
    color: #000;
    text-align: center;
    font-family: 'abril_fatfaceregular';
}
.bodySec1 p, .bodySec2 p, .bodySec3 .videoSlideDiv p{
    font-family: 'Lato-Regular';
    text-align: center;
    color: #000;
    font-size: 13px;
    line-height: 20px;
    max-width: 60%;
    margin: 10px auto;
}
.sec1Content{
    margin: 40px 0px 70px 0px;
}
.sec1Content img{
    margin: 15px 0;
    width: 75px;
}
.sec1Content h3, .sec1Content p{
    text-align: left;
}
.sec1Content p{
    max-width: 90%;
    margin: 20px 0;
}
.sec1Content h3{
    font-size: 28px;
    color: #000;
    font-family: 'abril_fatfaceregular';
}
.sec1Content a.bookNowBtn{
    text-align: center;
    background: #00a551;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 20px;
    border: none;
    border-radius: 2px;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    box-shadow: 0px 4px 11px 1px rgba(0, 165, 81, 0.3);
}

.bodySec2{
    padding: 70px 0px 10px 0px;
    background: #fff;
}
.bodySec2 .row{
    margin-bottom: 30px;
}
.bodySec2 h2, .bodySec2 h3, .bodySec2 p{
    text-align: left;
    max-width: 100%;
}
.allPicBtnDiv{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.allPicBtnDiv button{
    border: none;
    border-radius: 2px;
    padding: 10px;
    width: 88%;
    background: #00a551;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0px 4px 11px 1px rgba(0, 165, 81, 0.3);
}

.owl-item .post-img img{
    width: 94%;
}
.owl-pagination{
    display: flex;
    justify-content: center;
    align-items: center;
}
.owl-pagination .owl-page{
    width: 50px;
    height: 50px;
    background: #fff;
    border: 1px solid #00a551;
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 8px;
    box-shadow: 0px 4px 11px 1px rgba(0, 165, 81, 0.3);
}
.owl-pagination .owl-page.active{
    background: #00a551;
}
.owl-pagination .owl-page.active span{
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #fff;
}
.owl-pagination .owl-page:first-child.active span{
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid #fff;
}
.owl-pagination .owl-page span{
    /* display: inline-block !important; */
    width: 0 !important;
    height: 0 !important;
    vertical-align: middle;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #00a551;
    content: "";
    opacity: 1 !important;
    background: none !important;
    border-radius: 0px !important;
    margin: 0px !important;
}
.owl-pagination .owl-page:first-child span{
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid #00a551;
    margin-left: -12px !important;
}

.bodySec3{
    background: #000;
    padding: 80px 0;
}
.bodySec3 #slider .carousel-inner img{
    width: 100%;
}
.bodySec3 #slider .carousel-inner .iframeDiv{
    width: 100%;
    height: 500px;
    margin: 0px auto;
}
.bodySec3 #slider .carousel-inner .iframeDiv iframe{
    width: 100%;
    height: 100%;
}
.bodySec3 #slider .carousel-inner .videoSlideDiv{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.bodySec3 .videoSlideDiv h3{
    text-transform: uppercase;
}
.bodySec3 .videoSlideDiv h2, .bodySec3 .videoSlideDiv p{
    color: #fff;
}
.bodySec3 .videoSlideDiv p{
    text-align: left;
    max-width: 80%;
    margin: 15px 0px;
}
.carousel-control-next, .carousel-control-prev{
    width: auto;
    opacity: 1;
}
.carousel-control-prev{
    left: -25px;
}
.carousel-control-next{
    right: -25px;
}
.carouselLeftSpan, .carouselRightSpan{
    width: 50px;
    height: 50px;
    background: #fff;
    border: 1px solid #00a551;
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 0px;
    box-shadow: 0px 4px 11px 1px rgba(0, 165, 81, 0.3);
}
.carouselLeftSpan span, .carouselRightSpan span{
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #00a551;
    content: "";
    /* background: #fff; */
    border-radius: 0px;
    margin: 0px;
}
.carousel-control-next:hover .carouselRightSpan ,
.carousel-control-prev:hover .carouselLeftSpan{
    background: #00a551;
}
.carousel-control-next:hover .carouselRightSpan span{
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #fff;
}
.carousel-control-prev:hover .carouselLeftSpan span{
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid #fff;
}
.carouselLeftSpan span{
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid #00a551;
    margin-left: -12px !important;
}

.bodySec4{
    padding: 80px 0;
    background: #fff;
}
.bodySec4 h3{
    text-transform: uppercase;
}
.bodySec4 .amentiesBtnDiv{
    margin: 30px 0;
    width: 100%;
}
.bodySec4 .amentiesBtnDiv a, .bodySec4 .amentiesBtnDiv button{
    width: 100%;
    border: none;
    background: #eb5a35;
    color: #fff;   
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 15px;
}
.bodySec4 .amentiesBtnDiv a img{
    width: 40px;
}
.bodySec4 .amentiesBtnDiv a p{
    margin: 0px;
}
.bodySec4 .amentiesBtnDiv a span{
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #fff;
}
.bodySec4 .amentiesBtnDiv a.amentiesBtn2{
    background: #eaab00;
}
.bodySec4 .amentiesBtnDiv a.amentiesBtn3{
    background: #2a9bdb;
}
.bodySec4 .amentiesBtnDiv a.amentiesBtn4{
    background: #af3ccc;
}

.bodySec5{
    padding: 80px 0;
}
.bodySec5 .container form{
    width: 70%;
    margin: 0px auto;
    margin-top: 40px;
    padding: 40px;
    background: #fff;
    box-shadow: 0px 8px 20px 4px rgba(0, 0, 0, 0.1);
}
.bodySec5 .container form .form-group{
    width: 48%;
    display: inline-block;
    vertical-align: middle;
}
.bodySec5 .container form .form-group label{
    color: #000;
    margin: 6px 0px 0px 0px !important;
    font-size: 14px;
    line-height: 16px;
}
.bodySec5 .container form .form-group input{
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #7e7e7e;
    padding-left: 0px;
    padding-top: 0px;
    color: #000;
}
.bodySec5 .container form .form-group input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000;
  }
.bodySec5 .container form .form-group input::-moz-placeholder { /* Firefox 19+ */
    color: #000;
  }
.bodySec5 .container form .form-group input:-ms-input-placeholder { /* IE 10+ */
    color: #000;
  }
.bodySec5 .container form .form-group input:-moz-placeholder { /* Firefox 18- */
    color: #000;
  }
.bodySec5 .container form .form-group:nth-child(even){
    margin-left: 2%;
}
.bodySec5 .container form button{
    width: 100%;
    margin: 0px auto;
    margin-top: 20px;
    border-radius: 2px;
    background: #00a551;
    border-color: #00a551;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
}

.bodySec6{
    background: url('../images//mapImg.png') no-repeat center center;
    background-size: cover;
    padding: 80px 0px;
}
.bodySec6 h3{
    text-align: left;
    text-transform: uppercase;
    color: #569842;
}
.bodySec6 h2{
    color: #fff;
    text-align: left;
}
.bodySec6 .addressBlock h5{
    font-family: 'abril_fatfaceregular';
    font-size: 20px;
    color: #fff;
    margin-top: 25px;
}
.bodySec6 .addressBlock p{
    font-size: 14px;
    margin: 6px 0px 0px 0px ;
    color: #bfbfbf;
    font-family: 'Lato-Regular';
}
.mapouter{
    width: 100% !important;
    height: auto !important;
    padding: 40px 0px 0px 0px;
    position: relative;
    overflow: visible;
}
.mapouter .gmap_canvas{
    width: 85%;
    padding: 20px;
    height: auto;
    position: relative;
    overflow: visible;
}
.mapouter .gmap_canvas::after{
    content: '';
    position: absolute;
    top: -30px;
    left: -30px;
    border: 1px solid #00a551;
    border-radius: 8px;
    width: calc( 100% - 80px );
    height: calc( 100% - 50px );
    z-index: 1;
}
.mapouter iframe{
    width: 100%;
    min-height: 400px;
    z-index: 999;
    position: relative;
}



.footer{
    padding: 25px 0;
    position: relative;
    z-index: 111;
    background: #fff;
}
.footer .menuRow{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}
.footer ul li{
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}
.footer ul li img{
    width: 26px;
}
.footer p{
    color: #000;
    font-size: 16px;
    margin: 0px;
    font-family: 'Lato-Regular';
}
.footer img{
    float: right;
    width: 140px;
}


/* Gallery Page */
.galSec1{
    padding: 40px 0;
}
.galSec1 .container .row{
    margin-bottom: 20px;
}
.galSec1 .container .row div.imageDiv{
    width: 100%;
    max-height: 220px;
    margin: 0px auto;
}
.galSec1 .container .row div.imageDiv a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 220px;
}
.galSec1 .container .row div.imageDiv a:hover img{
    transform: scale(1.1);
}
.galSec1 .container .row div a img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 4px;
    transition: transform .2s; /* Animation */
}


.bodySec3 {
  background: #d6e0d6; /* Light grey background */
  padding: 60px 0;
  text-align: center;
  border-top: 3px solid #e0e0e0;
  border-bottom: 3px solid #e0e0e0;
}

.bodySec3 h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #222;
}

.bodySec3 .services-list {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}

.bodySec3 .services-list li {
  font-size: 18px;
  margin: 10px 0;
  color: #333;
  font-weight: 500;
}

.bodySec3 p {
  font-size: 16px;
  color: #555;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}
