@charset "UTF-8";
html, body {
	margin: 0;
	padding: 0;
	color: #225201;
	font-family: Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	font-style: normal;
	text-align: left;
	overflow-x: hidden;
	background-color: #EDEDED;
	-webkit-text-size-adjust: 100%;
}

p {
	font-weight: 400;
	font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
	color: #225201;
	font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
	font-style: normal;
	margin: 0 0 10px;
	line-height: 1.3;
	font-weight: 700;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

a {
	color: #FF3C00;
	transition: all .5s ease-in-out;
	text-decoration: none;
}

a:focus, a:hover, .btn:focus {
	text-decoration: underline;
	outline: none;
	color: #0084F6;
}

a, i, ul, ol, li {
	font-style: normal;
	font-weight: 400;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	transition: all .5s ease-in-out;
}

ul, ol {
	margin: 0px;
	padding: 0px;
}

header, banner, main, footer {
	display: block;
	clear: both;
	overflow: hidden;
}

b, strong {
	font-weight: bolder;
}

img {
	max-width: 100%;
	width: auto;
	height: auto;
	box-sizing: border-box;
	border-style: none;
}

input, textarea {
  width: 100%;
  height: 54px;
  border: 1px solid #D8D8D8;
  padding: 2px 10px;
  border-radius: 5px;
}

textarea {
  height: 150px;
	resize: none;
}

button:focus {
	border-color:transparent;
	outline-color:transparent;
}

input:focus, textarea:focus {
  color: #495057;
  background-color: #fff !important;
  border-color: #FF3C00 !important;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(241,42,2,0.25) !important;
}

.container {
	padding: 0;
	position: relative;
	max-width: 1174px;
}

#headerTop {
	color: #fff;
	background: #252628;
	overflow: hidden;
	position: relative;
	padding: 11px 0;
}

#headerTop::before {
	content: "";
	height: 100%;
	width: 65%;
	background: #8cb302;
	position: absolute;
	top: 0;
	left: -30px;
	transform: skew(50deg);
}

.head-topnav li {
	display: inline-block;
	margin-right: 20px;
	list-style: none;
}

.head-topnav li i {
	margin-right: 8px;
}

.head-topnav li a {
	color: #FFFFFF;
}

.head-topnav li a:focus, .head-topnav li a:hover {
	text-decoration: none;
}

.social-nav {
	float: right;
}

.social-nav li {
	margin: 0px 3px;
}

.social-nav li a {
	transition: all .5s ease-in-out;
}

.social-nav li a:hover i, .social-nav li a:focus i {
	color: #8cb302;
}

#headerArea {
	position: relative;
	background: #FFFFFF;
	display: flex;
	justify-content: space-between;
}

.global-nav {
	display: block;
	float: right;
	margin: 30px 0;
}

.global-nav li {
	display: inline-block;
	padding: 8px;
}

.global-nav li a {
	font-size: 16px;
	font-weight: bold;
	color: #485b01;
	padding: 8px 20px 6px;
	border-radius: 5px;
	letter-spacing: 1px;
	line-height: normal;
	transition: all .5s ease-in-out;
}

.global-nav li a:hover, .global-nav li a:focus, .global-nav li.active a {
	background: #8cb302;
	color: #FFFFFF;
	text-decoration: none;
}

#bannerSlider {
	background: url("../images/hero-bg.jpg") no-repeat center/cover;
	position: relative;
}

.banner-wrap, .banner-inner {
	background-color: rgba(0, 0, 0, 0.50);
	color: #FFFFFF !important;
	height: 500px;
	text-align: center;
	-ms-flex-align: center !important;
	align-items: center !important;
	overflow: hidden;
	display: flex;
}

.banner-inner {
	height: 300px;	
}

.banner-wrap h1 {
	font-size: 50px;
	color: #FFFFFF;
	letter-spacing: 3px;
}

.section-wrap {
	padding: 80px 0px;
	background: #FFFFFF;
}

.section-image {
	text-align: center;
}

.section-image img {
	width: 100%;
}

.section-head {
	margin-bottom: 50px;
	overflow: hidden;
}

.section-head h5 {
	font-size: 16px;
	font-weight: 600;
	color: #8cb302;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

.section-head h3 {
	font-size: 35px;
	line-height: 1.2;
	margin-bottom: 10px;
}

.section-head h3 span {
	color: #8cb302;
}

.section-head-hr {
	position: relative;
	display: block;
}

.section-head-hr::before {
	content: "";
	position: absolute;
	left: 10px;
	bottom: 0;
	width: 40%;
	height: 7px;
	background: #FF3C00;
	transform: skewX(65deg);
}

.section-head-hr::after {
	content: "";
	position: absolute;
	left: 10px;
	bottom: 0;
	width: 40%;
	height: 7px;
	background: #FF3C00;
	transform: skewX(-65deg);
}

.section-content {
	overflow: hidden;
}

.section-item {
	padding-top: 20px;
}

.section-item h5 {
	font-size: 18px;
}

.item-image, .item-data {
	display: block;
}

.item-data {
	padding-top: 20px;
}

#secAbout .section-image img {
	border-radius: 0px 15px;
}

#secAbout .item-image, #secServices .item-image, #contactWrap .item-image {
	color: #8cb302;
	font-size: 60px;
	float: left;
	margin-right: 30px;
}

#secAbout .item-data, #secServices .item-data, #contactWrap .item-data {
	padding: 0px;
}

#secProducts {
	background: url("../images/bg-pro.jpg") no-repeat fixed center/cover;
}

#secProducts .section-head {
	margin-bottom: 20px;
}

#secProducts .section-item {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	border: 1px solid #B0B0B0;
}

#secProducts h4, #secServices .section-item h5 {
	color: #8cb302;
}

#secProducts .item-image {
	border-radius: 10px;
	overflow: hidden;
	max-height: 200px;
}

#secProducts .item-data {
	padding: 20px 20px 0px;
}

#secServices {
	color: #FFFFFF;
	background: url(../images/bg-srv.jpg) no-repeat center/cover;
	padding: 25px 0px;
}

#secServices .section-image {
	background: url("../images/bg-dot.png") no-repeat center/cover;
	padding: 30px 40px;
}

#secServices .section-image img {
	border-radius: 25px;
}

#secCallAction {
	background: #F4F7FC url(../images/bg-cta.png) no-repeat center/cover;
}

#secCallAction .section-content {
	background: #FFFFFF;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.4);
}

#secCallAction .section-item {
	padding: 0px 20px 0px 0px;
}

#footerWrap {
	background: #0e0b0b url(../images/bg-foot.png) no-repeat center/cover;
	color: #ffffff;
}

#footerWrap h5 {
	color: #ffffff;
}

#footerWrap .foot-nav {
	margin: 10px 0px 0px;
	padding: 0px;
}

#footerWrap .foot-nav li {
	display: block;
	padding-top: 10px;
	list-style: none;
}

#footerWrap .foot-nav li a {
	transition: all .5s ease-in-out;
	color: #ffffff;
}

#footerWrap .foot-nav li a:hover {
	padding-left: 10px;
	text-decoration: none;
	color: #FF3C00;
}

#footerWrap .contact-box li {
	padding-top: 20px;
}

#footerWrap .social-box li {
	padding: 20px 10px 0px 0px;
	display: inline-block;
}

#footerWrap .icon-nav li i {
	margin-right: 5px;
	color: #ffffff;
	background-color: #8cb302;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	padding: 9px;
	display: inline-block;
	text-align: center;
	font-size: 16px;
}

#footerWrap .social-box li a i {
	transition: all .5s ease-in-out;
}

#footerWrap .social-box li a:hover i, #footerWrap .social-box li a:focus i {
	color: #8cb302;
	background-color: #ffffff;
}

#footerWrap .quick-box {
	padding-left: 50px;
}

#footerWrap .quick-box li i {
	margin-right: 5px
}

#pgProducts #secProducts {
	background-attachment: scroll;
}

#contactWrap {
	background: #FFFFFF;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}

#contactWrap .section-content {
	padding: 50px;
}

#contactWrap .cta-form {
	position: relative;
}

#contactWrap .cta-box {
	background: #252628 url(../images/bg-srv.jpg) no-repeat center/cover;
	color: #FFFFFF;
}

#contactWrap .cta-box .section-item {
	overflow: hidden;
	margin: 20px 20px 10px;
}

#contactWrap .item-image, #contactWrap .cta-box h4 {
	color: #FFFFFF;
}

.btn-cta {
  display: inline-block;
  color: #fff;
	background: #180A00;
  text-align: center;
  vertical-align: middle;
  border: 2px solid transparent;
	cursor: pointer;
  padding: 8px 20px;
	overflow: hidden;
  font-size: 16px;
	font-weight: 400;
  line-height: 1.5;
  border-radius: 5px;
  transition: color .15s ease-in-out, 
		background-color .15s ease-in-out, 
		border-color .15s ease-in-out, 
		box-shadow .15s ease-in-out;
	-webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-cta + .btn-cta {
	margin-left: 20px;
}

.btn-cta i {
	margin-right: 10px;
	font-weight: bolder;
	font-size: 20px;
}

.btn-cta:hover, .btn-cta:focus {
	background: #8cb302;
}

.btn-ib {
	padding: 12px 15px;
	background: #180A00;
	margin: -8px 10px -18px -20px;
	text-align: center;
	vertical-align: middle;
}

.btn-ib i {
	margin: 0px;
}

.btn-ow {
	background: #8cb302;
}

.btn-ow .btn-ib {
	border-right: 2px solid #ccc;
}

.btn-ow a {
	color: #fff;
}

.btn-ow:hover, .btn-ow:focus {
	background: #ffffff;
	color: #8cb302;
	border: 2px solid #8cb302;
}

.btn-ow:hover a, .btn-ow:focus a {
	color: #8cb302;
	text-decoration: none;
	transition: color 0s ease-in-out;
}

#statusMsg {
	display: none;
	font-weight: normal;
	font-size: 16px;
	text-align: center;	
	margin: 0px auto 20px;
	padding: 0px 5px;
	width: 98%;
	color: #6A3800;
	border: 1px dotted #6A3800;
	border-left: 10px solid;
}

#statusMsg.error {
	font-weight: bold;
	color: #C00;
	border-color: #C00;
}

#statusMsg.success {
	color: #2E6E00;
	border-color: #2D6D00;
}

#spinnerWrap {
	position: absolute;
	display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
  top: 0;
  left: 0;
}

.spinner {
  position: absolute;
  width: 96px;
  height: 96px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 5px solid #EABC07;
  border-color: #00b4ff #EABC07;
  -webkit-animation: spinner 1s infinite linear;
  animation: spinner 1s infinite linear;
  left: calc(50% - 48px);
  top: calc(50% - 48px);
  z-index: 50;
}

@-webkit-keyframes spinner {
   0% {
     -ms-transform: rotate(7deg);
     -webkit-transform: rotate(7deg);
    -o-transform: rotate(7deg);
    -moz-transform:rotate(7deg);
     transform: rotate(7deg);
  }

  100% {
     -ms-transform: rotate(360deg);
     -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform:rotate(360deg);
     transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    -o-transform: rotate(7deg);
    -moz-transform:rotate(7deg);
    transform: rotate(7deg);
  }

  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform:rotate(360deg);
    transform: rotate(360deg);
  }
}

.pl30 {
	padding-left: 30px;
}

.pb30 {
	padding-bottom: 30px;
}

.mb50 {
	margin-bottom: 50px;
}
.mb30 {
  margin-bottom: 30px;
}

.flt-right {
	float: right;
}

.flt-left {
	float: left;
}

.flt-none {
	float: none;
}

.txt-right {
	text-align: right;
}

.txt-upper {
	text-transform: uppercase;
}

.txt-lower {
	text-transform: lowercase;
}

.txt-capital {
	text-transform: capitalize;
}

*::-moz-selection, ::-moz-selection, ::selection {
	background: #4fc1f0;
	color: #454545;
	text-shadow: none;
}

::placeholder {
  color: #454545;
  font-size: 16px;
}
