@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	text-decoration: none;
	-webkit-transition:all .7s;
	-moz-transition:all .7s;
	transition:	all .7s;
}
html{
	height:100%;
}
body{
	height:100%;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	font-weight:300;
	color:#333333;
	background-color: #F9F7F2;
}
a{
	text-decoration:none;
	-webkit-transition:all .7s;
	-moz-transition:all .7s;
	transition:	all .7s;
}
.newstand  {
	min-width: 60px;
    display: inline-block;
    text-align: center;
    padding: 12px;
    margin: 0 5px 5px;
    border: 1px solid #555;
    border-radius: 18px;
    color: #333;
}
.s9{height:9px;}
.s18{height:18px;}
.s27{height:27px;}
.s36{height:36px;}
.s45{height:45px;}
.s60{height:60px;}
.s90{height:90px;}
.s120{height:120px;}
.clr{clear:both;}
.center{ text-align:center;}
.right{ float:right;}
h1{
	font-size:48px;
	line-height: 54px;
	font-weight:300;
	text-transform:uppercase;
	color:#78D602;
	text-align:center;
	text-shadow:0 7px 9px rgba(0,0,0,.3);
	margin: 0 auto 27px;
}
h2{
	font-size:63px;
	line-height: 79px;
	font-weight:100;
	text-align:center;
	color:#78D602;
	margin:0 auto;
}
h3{
	font-size:32px;
	font-weight:300;
	text-align:center;
}
h4{
	font-size:24px;
	font-weight:300;
	text-align:center;
}
h5{
	font-size:20px;
	font-weight:300;
	text-align:center;
}
.menubar{
	z-index: 5;
	position:fixed;
	height:90px;
	width:100%;
	padding: 0;
	border-bottom:1px solid rgba(255,255,255,.2);
	-webkit-transition:all .7s;
	-moz-transition:all .7s;
	transition:	all .7s;

}
.menubardown{
	z-index: 5;
	position:fixed;
	height:79px;
	width:100%;
	padding: 0;
	background-color: #fff;
	box-shadow: 0 2px 7px rgba(0,0,0,.2);
	-webkit-transition:all .7s;
	-moz-transition:all .7s;
	transition:	all .7s;
}
.logo{
	float: left;
	margin:18px 0 0 0;
	width:138px;
	height:62px;
	background-image:url(../images/logo-w.png);
	background-color: #ccd;
}
.menubardown .logo{
	margin:7px 0 0 0;
	background-image:url(../images/logo.png);
}
.nav{
	text-align: center;
}
.nav a{
	display: inline-block;
	padding: 36px 18px;
	color: #fff;
	text-transform: uppercase;
	background-image:url(../images/roll.jpg);
	background-repeat: repeat-x;
	background-position: 0 -100px;
}
.menubardown .nav a{
	padding: 30px 18px;	
	color: #454545;
}
.nav a:hover{
	color: #fff;
	background-position: 0 0;
}
.nav .icon {
	position: absolute;
	right: 0;
  top: 0;
  display: none;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  padding: 0;
  margin: 20px;
  background-color: #fff;
  cursor: pointer;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.3);
}
.menubardown .nav .icon {
  margin: 13px 20px;
  background-color: #f3f3f3;
}
.nav .icon .a, .nav .icon .b, .nav .icon .c{
	position: absolute;
	width: 28px;
	height: 4px;
	background-color: #999;
	border-radius: 3px;
	top: 16px;
	left: 11px;
}
.nav .icon .b{
	top: 23px;
}
.nav .icon .c{
	top: 30px;
}
.nav .icon:hover{
  background-color: #78D602;
}
.nav .icon:hover .a, .nav .icon:hover .b, .nav .icon:hover .c{
	background-color: #fff;
}
.homebg {
	height: 100%;
	position: relative;
	background: #000;
	color: #fff;
	overflow: hidden;
}
.homebg video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.videobgcover{
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .5);
	backdrop-filter: blur(4px);
}
.homelogo, .hometitle{
	position: absolute;
	height: 341px;
	left: 10%;
	top: calc(50% - 171px);
}
.hometitle{
	font-family: 'Satisfy', cursive;
	position: absolute;
	right: 40px;
	left: auto;
	height: 150px;
	top: 50%;
	font-size: 45px;
	text-shadow: 0 15px 9px rgba(0, 0, 0, .3);
}
.homebottom{
	height: 28px;
	position: absolute;
	width: 100%;
	background-image:url(../images/homebottom.png);
	bottom: 0;
}
.wrapper{
	max-width:1500px;
	padding:0 54px;
	margin:0 auto;
}
.wrapper p{
	text-align: justify;
	margin: 0 0 18px;
}
.aboutsep{
	height: 60px;
	background-image:url(../images/corn.png);
	background-position: center;
}
.cornscbg{
	text-align: center;
	background-image:url(../images/cornbg.png);
	background-repeat:no-repeat;
	background-position: center;
}
.service{
	width: 300px;
	display: inline-block;
	text-align: center;
	margin: 36px 45px;
}
.serviceicon{
	width: 72px;
	height: 72px;
	margin: 0 auto 18px;
}
.photoset{
	position: relative;
}
.titlephotoset{
	text-align: left;
	position: absolute;
	width: 380px;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-weight: 500;
}
.titlephotoset b{
	font-size:63px;
	line-height: 79px;
	font-weight:100;
	color:#78D602;
}
.photoa{
	display: inline-block;
	width: 360px;
	margin: 10px;
	border: 10px solid #78D602;
	vertical-align: bottom;
}
.photoa img{
	width: 100%;
	height: auto;
	display: block;
}
.galbutton{
	display: inline-block;
	border-radius: 40px;
	padding: 15px 22px;
	font-size: 22px;
	background: linear-gradient(180deg, #78D602 0%, #65B600 100%);
	color: #fff;
}
.galbutton:hover {
	background: linear-gradient(180deg, #FF3C21 0%, #D61A00 100%);
	color: #fff;
}
.contactpage{
	background-image:url(../images/footerbg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position:bottom;
}
.contactbox{
	max-width: 1200px;
	margin: 0 auto;
}
.contactbox h2{
	text-align: left;
	padding: 0 0 0 42px;
}
.col40, .col60{
	display: inline-block;
	width: calc(40% - 4px);
	vertical-align: top;
}
.col60{
	width: calc(60% - 4px);
}
.address{
	font-size: 22px;
	padding: 18px 0 18px 45px;
	background-image:url(../images/address.png);
	background-repeat:no-repeat;
	background-position:0;
}
.email, .phone{
	font-size: 27px;
	color: #900000;
	padding: 5px 0 5px 45px;
	background-image:url(../images/email.png);
	background-repeat:no-repeat;
	background-position:0;
}
.phone{
	background-image:url(../images/phone.png);
}
.email:hover, .phone:hover{
	color: #f00;
}
.form input[type=text] {
	width: calc(50% - 90px);
	padding: 12px 15px;
	margin: 10px 27px;
	font-size: 22px;
	border: 1px solid #E3D8BD;
	border-radius: 25px;
	background: #FFF;
	box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.18) inset;
	outline: none;
}
.form textarea {
	width: calc(100% - 90px);
	min-height: 150px;
	max-height: 150px;
	padding: 12px 15px;
	margin: 10px 27px;
	font-size: 22px;
	border: 1px solid #E3D8BD;
	border-radius: 25px;
	background: #FFF;
	box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.18) inset;
	outline: none;
}
.form input[type=text]::placeholder, .form textarea::placeholder{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #999;
	opacity: .5;
}
.form input[type=text]:focus, .form textarea:focus{
  background-color: #BCF277;
}
.form input[type=reset], .form input[type=submit] {
	width: 150px;
	padding: 12px 15px;
	margin: 10px 27px;
	font-size: 22px;
	background: linear-gradient(180deg, #78D602 0%, #65B600 100%);
	color: #fff;
	border: 1px solid #ccc;
	border-radius: 25px;
	box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.18);
	outline: none;
	cursor: pointer;
}
.form input[type=reset]{
	background: #FFDCDC;
	color: #727272;
	border: 1px solid #E1CCB6;
}
.form input[type=submit]:hover {
	background: linear-gradient(180deg, #FF3C21 0%, #D61A00 100%);
	border: 1px solid #D20000;
	color: #fff;
}
.sociallinks{
	text-transform: uppercase;
	font-weight: 500;
}
.socialicon{
	width:50px;
	height:50px;
	border-radius:50px;
	border: 1px solid rgba(0, 0, 0, 0.10);
	background-color: rgba(90, 132, 107, 0.10);
	display:inline-block;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.facebook{
	background-image:url(../images/facebook.png);
}
.insta{
	background-image:url(../images/insta.png);
}
.twitter{
	background-image:url(../images/twitter.png);
}
.linkedin{
	background-image:url(../images/linkedin.png);
}
.youtube{
	background-image:url(../images/youtube.png);
}
.social{
	margin:12px 5px;
	display:inline-block;
}
.social:hover .socialicon{
	border: 1px solid rgba(0, 0, 0, 0.2);
	background-color: #78D602;
	background-position:0 -50px;
}
.bottombar{
	margin: 45px 0 0;
	background-color: #78D602;
	padding: 18px;
	color: #fff;
}
@media screen and (max-width: 1332px) {
	.titlephotoset{
		left: 400px;
		right: 0;
		margin: 0 auto;
	}
	.hometitle{
		width: 500px;
		height: 200px;
		top: calc(50% - 100px);
		font-size: 45px;
	}
}
@media screen and (max-width: 930px) {
	.wrapper{
		padding:0 36px;
	}
	.titlephotoset{
		text-align: center;
		position:static;
		width: 100%;
	}
	.hometitle{
		width: 400px;
	}
	.homelogo{
		height: 240px;
		left: 40px;
		top: calc(50% - 100px);
	}
	.homelogo img{
		height: 240px;
		width: auto;
	}
}
@media screen and (max-width: 800px) {
	.titlephotoset{
		text-align: center;
		position:static;
		width: 100%;
	}
	.col40, .col60{
		width: calc(100% - 70px);
		display: block;
		margin: 0 auto;
	}
	.form input[type=text] {
		width: calc(100% - 90px);
	}
	.hometitle{
		display: none;
	}
}
@media screen and (max-width: 500px) {
	.wrapper{
		padding:0 18px;
	}
	.service{
		width: 100%;
		display: block;
		margin: 36px 0;
	}
	.photoa{
		display:block;
		width: calc(100% - 20px);
		margin: 10px 0;
	}
}
@media screen and (max-width: 800px) {
	.nav a {display: none;}
  .nav .icon {
    display: block;
  }
  .nav.responsive {position: relative;}
  .nav.responsive a{
    float: none;
    display: block;
    text-align: left;
    background-color: #636363;
    padding: 12px 18px;
    border-bottom: 1px dotted #999;
  }
  .menubardown .nav.responsive a{
  	color: #fff;
  }
  .nav.responsive .icon{
    background-color: #78D602;
  }
  .nav.responsive .icon .a, .nav.responsive .icon .b, .nav.responsive .icon .c{
    background-color: #fff;
  }
  .nav.responsive .icon .a{
    background-color: #fff;
    transform: rotate(45deg);
    top: 23px;
  }
  .nav.responsive .icon .b{
  	display: none;
  }
  .nav.responsive .icon .c{
    background-color: #fff;
    transform: rotate(-45deg);
    top: 23px;
  }
}