@charset "utf-8";

html {
	border:none;
	height:100%;
	margin:0;
	padding:0;
	width:100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;	
}

body {
	color:#5f3714;
	height:100%;
	margin:0;
	padding:0;
	width:100%;
    transition: background-color .5s;
    -webkit-transition: background-color .5s;
}

/* Gallery styles starts*/
body:after {
    content: url(../images/close.svg) url(../images/ajax-loader.gif) url../images/prev.png) url(../images/next.png);
    display: none;
  }
    
  body.lb-disable-scrolling {
    overflow: hidden;
  }
  
  .lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
  }
  
  .lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
  }
  
  .lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    border-radius: 3px;
  }
  
  .lightbox a img {
    border: none;
  }
  
  .lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
  }
  
  .lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .lb-container {
    padding: 4px;
  }
  
  .lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
  }
  
  .lb-cancel {
    display: block;
    width: 64px;
    height: 64px;
    margin: 0 auto;
    background: url(../images/ajax-loader.gif) no-repeat;
  }
  
  .lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
  }
  
  .lb-container > .nav {
    left: 0;
  }
  
  .lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
  }
  
  .lb-prev,
  .lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
  }
  
  .lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../images/prev.png) left 48% no-repeat;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
  }
  
  .lb-nav a.lb-prev:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  
  .lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../images/next.png) right 48% no-repeat;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
  }
  
  .lb-nav a.lb-next:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  
  .lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  
  .lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .lb-data {
    padding: 0 4px;
    color: #ccc;
  }
  
  .lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
  }
  
  .lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
  }
  
  .lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
  }
  
  .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url('../images/close.svg') top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  
  .lb-close:hover {
    cursor: pointer;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
/*Gallery styles ends*/

html, body, p{font-size: 16px;font-family: 'Roboto', sans-serif, helvetica;text-rendering: optimizelegibility; color: #434343;}
p strong, p b{color: #5f3714;}
h1, h2, h3, h4, h5, h6{font-family:'Roboto', sans-serif, helvetica;text-rendering: optimizelegibility;color: #5f3714;}

h1, .o-common-sectionInnerfront h2{font-size: 40px;}
h2 {font-size: 35px;}
h3 {font-size: 30px;}
h4 {font-size: 25px;}
h5 {font-size: 20px;}
h6 {font-size: 16px;}
a {
	color: #5f3714;
	text-decoration: none;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
}

a:hover {
	text-decoration:none;
	color: #434343;
}

iframe {
	width:100%;
    border: none;
}
.slick-prev, .slick-next{
    z-index: 2;
}
.slick-prev:before, .slick-next:before{
    color: #5f3714;
}
.search-form{
    position: relative;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="search"], select, textarea{
    width: 100%;
    padding: 5px 10px;
    font-family:'Roboto', sans-serif, helvetica;
    font-size: 16px;
    border: 1px solid #81b71e;
    color: #434343;
    caret-color: #81b71e;
    outline: none;
}
textarea{
    height: 125px;
    resize: none;
}
input[type="submit"], input[type="reset"], button{
    height: 32px;
    min-width: 106px;
    color: #fff;
    font-family:'Roboto', sans-serif, helvetica;
    font-size: 14px;
    background: #81b71e;
    text-transform: uppercase;
    border: none;
    outline: none;
    cursor: pointer;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
}
.search-submit{
    position: absolute;
    top: 0;
    right: 0;
    height: 100% !important;
}
input[type="submit"]:hover, input[type="reset"]:hover, button:hover{
    background: #5f3714;
}

::placeholder{
    opacity: 1;    
    font-family:'Roboto', sans-serif, helvetica;
    font-size: 14px;
    color: #434343;
}
:-moz-placeholder{
    opacity: 1;    
    font-family:'Roboto', sans-serif, helvetica;
    font-size: 14px;
    color: #434343;
}
:-ms-input-placeholder{
    opacity: 1;    
    font-family:'Roboto', sans-serif, helvetica;
    font-size: 14px;
    color: #434343;
}
::-webkit-input-placeholder{
    opacity: 1;    
    font-family:'Roboto', sans-serif, helvetica;
    font-size: 14px;
    color: #434343;
}
ul, ol{padding: 0;margin:0;}
li {font-family: 'Roboto', sans-serif, helvetica; list-style: none;}

img{max-width: 100%; height: auto;}
.alignleft, .alignright, .aligncenter, .alignnone{
    border: #79a224 2px solid;
}
.alignleft {
    float: left;
    margin: 0.3rem 2rem 2rem 0;
}
.alignright {
    float: right;
    margin: 0.3rem 0 2rem 2rem;
}
.aligncenter {
    margin: 0.3rem auto 2rem auto;
}

.greenborder {
	border:3px #76a226 solid;
    background: #76a226;
	clear:both;
	width:79px;
    opacity: 1;
    margin: 55px auto 0;
}

.o-link{
    color: #76a226;
    font-size: 16px;
    font-weight: 700;
}

.o-link:hover{
    color: #5f3714;
}

.siteHeader{
    width: 100%;
    float: left;
    padding: 46px 0 0;
}

.yearcount, .yeartagline{
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.yearcount{
	font-family: 'Fjalla One', sans-serif;
	color: #85c511;
}
.yeartagline{
    line-height: 30px;
	font-family: 'Roboto', sans-serif, helvetica;
	font-weight: 100;
	color: #5f3714;
	text-transform: capitalize;
}

.contact-top{
    float: right;
}
.contactBox{
    width: 100%;
    display: flex;
    align-items: center;
}
.contactBox:not(:last-child){
    margin-bottom: 9px;
}
.contactBox a {
	color: #5f3714;
	font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contactBox a:not(:last-child){
    margin: 0 5px 0 0;
}
.contactBox a:last-child{
    margin: 0 0 0 5px;
}

.contactBox a:hover {
	color: #76a226;
}
.contactBox .fa{
	width: 32px;
    height: 32px;
	margin: 0 9px 0 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
	background:#76a226;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	color:#fff;
	float:left;
	font-size:14px;
}
.contactBox .fa-phone{
    font-size: 17px;
}
.menu{
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 46px 0 0;
}
.menu li{
    margin:0 10px;
}
.menu li a{
    padding: 0 15px 21px;
    font-size: 16px;
    color: #5f3714;
    position: relative;
    display: block;
}
.menu li a:after{
    position: absolute;
    bottom: 0;
    height: 4px;
    background: #76a226;
    content: '';
    z-index: -1;
    opacity: 0;
    left: 50%;
    right: 50%;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
}

.menu li a:hover, .menu li.current-menu-item a{
	color:#76a226;
}
.menu li a:hover:after, .menu li.current-menu-item a:after{
    opacity: 1;
    z-index: 1;
    left: 0;
    right: 0;
}

.siteBanner{
    width: 100%;
    float: left;
    height: 650px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-size: cover !important;
}
.bannerContent h3{
    font-size: 72px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    margin: 0 0 36px;
}
.bannerContent p{
    font-size: 18px;
    color: #fff;
    margin: 0 0 45px;
    line-height: initial;
}

.siteBanner--innner{
    height: 278px;
}

.bttn{
    font-size: 120%;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 66px;
    padding: 0 55px;
	border-radius: 65px;
    text-transform: uppercase;
	-webkit-border-radius: 65px;
}

.bttn-green{
	background:#76a226;
}
.bttn-green:hover{
    color: #fff;
	background:#5f3714;
}
.fullWidthContentBox{
    padding: 79px;
}
.fullWidthContentBox img{
    margin: 0 auto;
}

.fullImage{
    height: 100%;
    width: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.o-blanklink{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
}
.bg-pink{
    background: #faffc3;
}
.o-common-sectionInner{
    width: 100%;
    float: left;
}
.o-common-section{
    width: 100%;
    float: left;
}
.o-common-sectionInner--pages{

}

.o-common-sectionInner--pages h2, .o-common-sectionInner--pages h3, .o-common-sectionInner--pages h4, .o-common-sectionInner--pages h5, .o-common-sectionInner--pages h6{
    color:#5f3714;
    font-weight: 700;
}
.o-common-sectionInner:not(:last-child){
    margin: 0 0 70px;
}
.o-common-sectionInner h1, .o-common-sectionInnerfront h2{
    font-weight: 700;
    margin: 0 0 36px;
}
.o-common-sectionInner p{
    color: #434343;
}
.o-common-sectionInner ul {
	float:left;
	margin:0 0 20px 20px;
	width:100%;
}
.o-common-sectionInner li {
	padding:0 0 15px 20px;
    position: relative;
    color: #434343;
}
.o-common-sectionInner li:before {
	clear: both;
	color:#6C0;
	content:"\f138";
    position: absolute;
    top: 0;
    left: 0;
	font-family:'FontAwesome';
	font-size:14px;
}

.o-common-sectionInner #youtube {
	height:600px;
}

.o-footer{
    width: 100%;
    float: left;
    background: #1b0800 url(../images/footer-bg.jpg) 0 0 / cover no-repeat;
}
.rsform-block{
    margin: 0 0 11px;
}
.rsform-block-send{
    margin-top: 21px;
}
.o-footer input[type="text"], .o-footer input[type="email"], .o-footer input[type="tel"], .o-footer input[type="url"], .o-footer input[type="password"], .o-footer input[type="search"], .o-footer select, .o-footer textarea{
    background: transparent;
    background: none;
    border: 3px solid #fff;
    color: #fff;
    caret-color: #fff;
    padding: 15px 26px;
    font-size: 16px;
}
.o-footer input[type="submit"], .o-footer input[type="reset"], .o-footer button{
    height: 58px;
    font-size: 20px;
    min-width: 166px;
}

.o-footer ::placeholder{
    color: #fff;
    font-size: 16px;
}
.o-footer :-moz-placeholder{
    color: #fff;
    font-size: 16px;
}
.o-footer :-ms-input-placeholder{
    color: #fff;
    font-size: 16px;
}
.o-footer ::-webkit-input-placeholder{
    color: #fff;
    font-size: 16px;
}

.o-footerTop{
    width: 100%;
    float: left;
    padding: 100px 0;
}
#sb_instagram #sbi_images{
	padding-left: 0 !important;
}
.footerRight{
    padding: 65px 0 0;
}
.o-footerTop h3, .o-footerTop h4{
    color: #fff;
    margin: 0 0 25px;
}
.o-footerTop h3{
    font-size: 40px;
    font-weight: 700;
}
.o-footerTop h4{
    font-size: 30px;
    font-weight: 300;
}
.o-footerBottom{
    width: 100%;
    float: left;
    background: #160600;
}
.o-footerBottom p{
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    margin: 35px 0;
}
.o-footerBottom p a{
    color: #fff;
}
.o-footerBottom p a:hover{
    color: #76a226;
}

.infoList:not(:last-child){
    margin: 0 0 22px;
}
.infoList a{
    font-size: 18px;
    color: #fff;
    font-weight: 100;
    display: inline-flex;
    align-items: center;
}
.infoList .icon, .infoList{
    margin: 0 23px 0 0;
    color: #fff;
    display: flex;
    align-items: center;
}
.phone a{
    font-size: 24px;
}
.phone{
    font-size: 24px;
}
.phone, .infoList a:hover{
    color: #76a226;
}
.infoList .icon:before{
    font-size: 30px;
    color: #76a226;
}

.servicesWrap{
    margin: 51px 0 0;
}
.servicesBox{
    width: 100%;
    height: 100%;
    position: relative;
}
.servicesBoxWrap{
    margin: 0 0 30px;
}
.servicesBox img{
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.servicesDetails{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    padding: 24px;
    text-align: center;
    background: rgba(129, 183, 30, 0.9);
	transition: opacity 500ms ;
	-webkit-transition: opacity 500ms;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}

.servicesDetails p{
    font-size: 13px;
}

.servicesBox .o-blanklink:hover ~ .servicesDetails{
    opacity: 1;
}

.servicesDetails h3, .servicesDetails p, .servicesDetails a{
    color: #fff;
}
.servicesDetails p{
    margin-bottom: 0;
}
.sidebarBox{
    width: 100%;
    float: left;
}
.sidebarBox:not(:last-child){
    margin: 0 0 30px;
}
.sidebarHeading{
    background: #76a226;
    padding: 1rem;
    width: 100%;
    float: left;
}
.sidebarHeading h5{
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}
.sidebarContent{
    padding: 1rem;
    width: 100%;
    float: left;
}
.sidebarContent ul{
    margin-left: 0;
}

.infoContact .contactBox{
    margin: 0 0 15px;
}
.infoContact .contactBox a, .infoContact .contactBox span{
    color: #434343;
    font-weight: 700;
    font-size: 20px;
}
.infoContact .contactBox a:hover{
    color: #160600;
}

.infoContact .contactBox .fa{
    font-size: 26px;
    width: 52px;
    height: 52px;
}
.infoContact .contactBox .fa-mobile{
    font-size: 33px;
}

.galleryRow{
    width: 100%;
    float: left;
}
.galleryBox{
    margin: 0 0 30px;
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
    height: 250px;
    overflow: hidden;
    background: #fff;
	position: relative;
    box-shadow: 5px 5px 0 #dedede;
}
.galleryCount{
	position: absolute;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    padding: 10px;
    background: rgba(118, 162, 38,0.7);
	color: #fff;
    font-size: 12px;
	font-weight: 700;
}
.galleryBox a{
    width: 100%;
    height: 100%;
    display: block;
}
.galleryBox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.wpcf7-response-output{
    border: none !important;
    color: #434343 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.o-footerTop .wpcf7-response-output{
    color: #fff !important;
}
.search-result{
    padding: 15px;
    border: 1px solid #e9efab;
}
.search-result:not(:last-child){
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
    .galleryRow [class*=col-]:nth-last-child(-n+4) .galleryBox {
        margin-bottom: 0;
    }
    .yearcount{
        font-size: 72px;
    }
    .yeartagline{
        font-size: 34px;
    }
    .o-common-section{
        padding: 103px 0;
    }
    .moduletable{
        padding: 70px;
    }
    .moduletable p {
        margin:20px 0 10px;
    }
    .custom-services p{
        font-size: 20px;
    }
}

@media (min-width: 1600px) {
    .fullWidthContentBox {
        padding: 109px;
    }
}

@media (max-width: 1199px) {
    html, body, p{font-size: 13px;}

    h1, .o-common-sectionInnerfront h2 {
        font-size: 28px;
    }
    h2 {font-size: 25px;}
    h3, .o-footerTop h3{font-size: 25px;}
    h4 {font-size: 20px;}
    h5 {font-size: 18px;}
    h6 {font-size: 16px;}
    .o-common-section{
        padding: 45px 0;
    }
    .servicesDetails{
        opacity: 1;
        padding: 7px;
    }
    .menu li a{
            padding: 0 5px 11px;
    }
    .moduletable{
        padding: 20px;
    }
    .moduletable p {
        margin:20px 0 10px;
    }
    .custom-services p{
        font-size: 15px;
    }
    .bttn, input[type="submit"], input[type="reset"], button, .o-footer input[type="submit"], .o-footer input[type="reset"], .o-footer button{
        font-size: 100%;
        height: 36px;
        padding: 0 35px;
    }

    .o-footer input[type="submit"], .o-footer input[type="reset"], .o-footer button{
        min-width: 116px;
    }
    .galleryBox{
        height: 170px;
    }
}
@media (max-width: 1024px) {
	.lb-nav a.lb-prev, .lb-nav a.lb-next{
		opacity: 1 !important;
	}	
}
@media (max-width: 991px) {
    .yearcount{
        max-width: 42px;
    }
    .yeartagline{
        font-size: 14px;
    }
    .o-common-sectionInner:not(:last-child) {
        margin: 0 0 20px;
    }
    .o-common-section{
        padding: 20px 0;
    }
    .o-common-sectionInner #youtube {
        height: 280px;
    }
    .o-common-sectionInner h1, .o-common-sectionInnerfront h2 {
        font-weight: 700;
        margin: 0 0 20px;
    }
    .o-common-sectionInner ul{
        margin-left: 0;
    }
    .celebrationWrap{
        text-align: center;
    }
    .yeartagline{
        font-weight: 400;
        line-height: normal;
    }
    .siteHeader{
        padding: 20px 0;
    }

    .custom-logo-link img{
        max-width: 80%;
        margin: 0 auto;
        display: block;
    }
    .menuIcon{
        font-size: 30px;
        cursor: pointer;
    }
    .sidenav {
        height: 100%;
        width: 250px;
        position: fixed;
        z-index: 3;
        top: 0;
        left: -250px;
        background-color: #fff;
        overflow-x: hidden;
        transition: 0.5s;
    }
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }     
    
    .menu{
        flex-direction: column;
    }
    .menu li {
        margin: 0;
        width: 100%;
        display: block;
        padding: 5px;
    }

    .menu li a{
        padding: 5px 10px;
    }

    .siteBanner{
        height: 400px;
    }
    .bannerContent h3{
        font-size: 32px;
        margin: 0 0 20px;
    }
    .bannerContent p {
        font-size: 15px;
        margin: 0 0 20px;
    }

    .servicesBoxWrap{
        margin-bottom: 0;
    }

    .servicesBoxWrapSmall{
        padding-bottom: 20px;
    }

    .fullWidthContentBox {
        padding: 20px;
    }

    .greenborder{
        margin-top: 20px;
    }

    .o-footerTop {
        padding: 20px 0;
    }
    
    .footerRight {
        padding: 20px 0 0;
    }
    .phone, .phone a {
        font-size: 15px;
    }
    .o-footerTop h3, .o-footerTop h4 {
        margin: 0 0 20px;
    }

    .bodyopen{
        position: fixed;
    }
    .bodyopen:after {
        background: rgba(0,0,0,0.5);
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
    }
    .galleryBox{
        height: 130px;
    }
    .siteBanner--innner {
        height: 148px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .alignleft, .alignright, .aligncenter, .alignnone{
        max-width: 200px;
    }
    .galleryBox{
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .sidebar{
        margin-top: 15px;
    }
    .sidebarBox:not(:last-child) {
        margin: 0 0 15px;
    }
    .galleryBox{
        margin-bottom: 0;
    }
}
@media (max-width: 480px) {
    .alignleft, .alignright, .aligncenter, .alignnone{
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}
