/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,500,600,700');
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}
body {
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	line-height:1.5;
	color:#333333;
	overflow-x: hidden;
}
a {
	text-decoration:none;
	cursor:pointer;
}
a:hover,
a:focus,
a:visited {
	text-decoration:none;
	outline:none;
}
h1,h2,h3,h4,h5,h6 {
	position:relative;
	margin:0px;
	line-height:1.6em;
}

/* Header */
.top-header {
	width:100%;
	float:left;
	background: #fbfbfb;
	border-bottom:1px solid #eeeeee;
}
.top-header .info {
	line-height:30px;
}
.main-header {
	width:100%;
	float:left;
	border-bottom:1px solid #eeeeee;
}
.logo {
	float:left;
	padding:10px 0px;
}
.logo-govt {
	padding:8px 0px;
	float:right;
}
.logo-govt-text {
	padding-top:15px;
	text-align:right;
}
/* Main Navigation */
.nav-header {
	width:100%;
	float: left;
	background: #71b10b;
}
.nav-header.fixed-header {
	position:fixed;
	padding:0px 0px;
	z-index:999;
	opacity:1;
	visibility:visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-o-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
.nav-mobile {
	width:100%;
	float:left;
}
#navigation,
#navigation ul,
#navigation ul li,
#navigation ul li a,
#navigation #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#navigation:after,
#navigation > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#navigation #menu-button {
  display: none;
}
#navigation {   
}
#navigation > ul > li {
  float: left;
}
#navigation.align-center > ul {
  font-size: 0;
  text-align: center;
}
#navigation.align-center > ul > li {
  display: inline-block;
  float: none;
}
#navigation.align-center ul ul {
  text-align: left;
}
#navigation.align-right > ul > li {
  float: right;
}
#navigation > ul > li > a {
  padding: 9px 15px;
  font-size: 14px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
}
#navigation > ul > li:hover > a {
  color: #ffffff;
	background: #26631b;
}
#navigation > ul > li.has-sub > a {
  padding-right: 24px;
}
#navigation > ul > li.has-sub > a:after {
  position: absolute;
  top: 14px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  content: '\f107';
  font: normal normal normal 14px/1 FontAwesome;
} 
#navigation ul ul {
  position: absolute;
  left: -9999px;
	z-index: 9;
}
#navigation.align-right ul ul {
  text-align: right;
}
#navigation ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#navigation li:hover > ul {
  left: auto;
}
#navigation.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#navigation li:hover > ul > li {
  height: 40px; /* you can change sub menu li height */
}
#navigation ul ul ul {
  margin-left: 100%;
  top: 0;
}
#navigation.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#navigation ul ul li a {
  padding: 9px 15px;
  width: 200px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  background: #26631b;
	border-bottom:1px solid rgba(255,255,255,0.1);
}
#navigation ul ul li:last-child > a,
#navigation ul ul li.last-item > a {
  border-bottom: 0;
}
#navigation ul ul li:hover > a,
#navigation ul ul li a:hover {
  color: #ffffff;
	background: #337d25;
}
#navigation ul ul li.has-sub > a:after {
  position: absolute;
  top: 10px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;  
  content: '\f105';
  font: normal normal normal 14px/1 FontAwesome;
}
#navigation.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
} 
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #navigation {
    width: 100%;
  }
  #navigation ul {
    width: 100%;
    display: none;
  }
  #navigation.align-center > ul {
    text-align: left;
  }
  #navigation ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #navigation ul ul li,
  #navigation li:hover > ul > li {
    height: auto;
  }
  #navigation ul li a,
  #navigation ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #navigation > ul > li {
    float: none;
  }
  #navigation ul ul li a {
    padding-left: 25px;
  }
  #navigation ul ul ul li a {
    padding-left: 35px;
  }
  #navigation ul ul li a {
    color: #dddddd;
    background: none;
  }
  #navigation ul ul li:hover > a,
  #navigation ul ul li.active > a {
    color: #ffffff;
  }
  #navigation ul ul,
  #navigation ul ul ul,
  #navigation.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #navigation > ul > li.has-sub > a:after,
  #navigation > ul > li.has-sub > a:before,
  #navigation ul ul > li.has-sub > a:after,
  #navigation ul ul > li.has-sub > a:before {
    display: none;
  }
  #navigation #menu-button {
    display: block;
    padding: 17px;
    color: #dddddd;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #navigation #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 8px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: '';
  }
  #navigation #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #dddddd;
    content: '';
  }
  #navigation #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #navigation #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #navigation .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 56px;
    cursor: pointer;
  }
  #navigation .submenu-button.submenu-opened {
    background: #262626;
  }
  #navigation ul ul .submenu-button {
    height: 45px;
    width: 45px;
  }
  #navigation .submenu-button:after {
    position: absolute;
    top: 22px;
        right: 24px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #navigation ul ul .submenu-button:after {
        top: 19px;
    right: 17px;
  }
  #navigation .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #navigation .submenu-button:before {
    position: absolute;
    top: 19px;
        right: 27px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }
  #navigation ul ul .submenu-button:before {
    top: 16px;
    right: 20px;
  }
  #navigation .submenu-button.submenu-opened:before {
    display: none;
  }
  .navigation #navigation > ul > li > a {
    padding: 16px;
    color: #333;
	}
}
/* Slider */
.banner {
	width:100%;
	float:left;
}
.slider {
	position:relative;
	z-index:8;
	margin-top:10px;
}
.slider .item {
	position:relative;
	border-radius:5px;
}
.slider .item img {
	display: block;
	width: 100%;
	border-radius:5px;
}
.slider:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:#333;
	opacity: 1;
	border-radius:5px;
}
.slider .slider-row {
	position:relative;
	width:100%;
	display:block;
}
.slider .slider-caption {
	position:absolute;
	top: 20%;
	left: 10%;
	width: 80%;
	background: rgba(0,0,0,0);
	border-radius: 5px;
	padding:25px 25px;
}
.slider .slider-title {
	color: #ffffff;
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
	margin-bottom: 15px;
}
.slider .slider-description {
	color: #fff;
	margin-bottom: 15px;
	font-weight: 400;
	font-size: 18px;
	line-height:22px;
}
.slider .owl-theme .owl-controls {
	margin-bottom: -12px;
}
.slider .owl-prev {
	position: absolute;
	left: 15px;
	top: 45%;
}
.slider .owl-next {
	position: absolute;
	right: 15px;
	top: 45%;
}
.slider .owl-prev,
.slider .owl-next {
	background-color: #7fa517;
	border-radius:5px;
	font-size: 24px;
	opacity: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.slider .owl-prev:hover,
.slider .owl-next:hover {
	background-color: #333;
}
.slider .owl-pagination {
	position: absolute;
	bottom: 8px;
	margin: 0 auto;
	width: 100%;
}
/* Home Sections */
.section {
	width:100%;
	float:left;
	padding:50px 0px;
}
.section .section-title {
	position:relative;
	margin-bottom:30px;
}
.section .section-title .heading {
	font-size:24px;
	font-weight:bold;
	line-height:36px;
}
.section .section-title .heading .green {
	color: #72b10b;
}
.section .section-title .sub-heading {
	font-size:16px;
	font-weight:bold;
	line-height:22px;
	margin-bottom:10px;
}
.about-section {
	background: #fff;
	border-bottom:1px solid #b0e755;
}
.ticker-block {
	width:100%;
	float: left;
	border:1px solid #b0e755;
	border-radius:4px;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
}
.ticker-header {
	width:100%;
	float: left;
	border-bottom:1px solid #b0e755;
	border-radius:4px 4px 0px 0px;
}
.ticker-header .ticker-title {
	font-size:18px;
	font-weight:bold;
	padding: 5px 9px;
}
.ticker-body {
	width:100%;
	min-height:300px;
	float: left;
	padding:15px 9px;
}
.cs-section {
	background: #fbfbfb;
}
.cs-block {
	width:100%;
	float:left;
	border-radius:4px;
	background: #fff;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
}
.cs-block .cs-block-header {
	width:100%;
	float:left;
	border-bottom:1px solid #ddd;
}
.cs-block .cs-block-header h3 {
	padding:0px 9px;
}
.cs-block .cs-block-header h4 {
	padding:7px 9px;
	line-height:22px;
}
.cs-block .cs-block-body {
	width:100%;
	float:left;
	padding:15px 9px;
}
.cs-block .cs-block-body .img-map {
	width:200px;
	float:left;
}
.fs-section {
	background: #72b10b;
}
.fs-section .section-title .heading {
	color: #fff;
}
.fs-block {
	width:100%;
	float:left;
	background: #fff;
	border-radius:4px;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
}
.fs-block .fs-block-img {
	width:100%;
	float:left;
	background: #fff;
	border-radius:4px;
}
.fs-block .fs-block-img img {
	max-width:100%;
	border-radius:4px 4px 0px 0px;
}
.fs-block .fs-block-body {
	width:100%;
	float:left;
	background: #fff;
	border-radius:0px 0px 4px 4px;
	padding:12px;
}
.fs-block .fs-block-body h4 {
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	margin-bottom:10px;
}
.partner-section {
	background: #fbfbfb;
}
.partner-inner {
	text-align:center;
}
.partner-logo {
	text-align:center;
	border:1px solid #ddd;
	padding:10px 40px;
	margin-right:20px;
}
.partner-logo {
	height:90px;
}
/* Content */
.content {
	width:100%;
	float:left;
	margin-bottom:30px;
}
.content-img.pull-left {
	margin-right:15px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.content-img.pull-right {
	margin-left:15px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.text-heading {
	margin-bottom:20px;
	font-size:18px;
	font-weight:bold;
}
.text-heading::before {
	position: absolute;
	display: block;
	bottom: -4px;
	content: ' ';
	left: 0;
	width: 60px;
	height: 2px;
	background-color: #1a9602;
}
.page-banner {
	width:100%;
	float:left;
	background-image:url(../img/page-banner.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	padding:35px 0px;
}
.page-title {
	position:relative;	
}
.page-title .h1-title {
	position:relative;
	color:#ffffff;
	font-size:36px;
	font-weight:700;
	line-height:1em;
	padding-bottom:10px;
	margin-bottom:10px;
	font-family: 'Hind Guntur', Helvetica, Arial, sans-serif;
}
.page-title .h1-title:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:50px;
	height:2px;
	background-color:#ffffff;
}
.page-title .page-breadcrumb{
	position:relative;
}
.page-title .page-breadcrumb li {
	position:relative;
	list-style:none;
	display:inline-block;
	margin-right:10px;
	padding-right:10px;
	color:#ffffff;
	font-size:14px;
	font-weight:600;
}
.page-title .page-breadcrumb li:after{
	position:absolute;
	content:'\f105';
	right:-4px;
	top:0px;
	color:#fff;
	font-family: 'FontAwesome';
}
.page-title .page-breadcrumb li:last-child::after{
	display:none;
}
.page-title .page-breadcrumb li:last-child{
	padding-right:0px;
	margin-right:0px;
}
.page-title .page-breadcrumb li a {
	color:#fff;
	font-weight:500;
}
/* Machines */
.mc-block {
	width:100%;
	float:left;
	background: #fff;
	border-radius:4px;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
}
.fs-block .fs-block-img {
	width:100%;
	float:left;
	background: #fff;
	border-radius:4px;
}
.fs-block .fs-block-img img {
	max-width:100%;
	border-radius:4px 4px 0px 0px;
}
.fs-block .fs-block-body {
	width:100%;
	float:left;
	background: #fff;
	border-radius:0px 0px 4px 4px;
	padding:12px;
}
.fs-block .fs-block-body h4 {
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	margin-bottom:10px;
}
.address-block {
	width:100%;
	min-height:200px;
	float:left;
	display:block;
	margin-bottom:50px;
}
.address-block .block {
	width:100%;
	float:left;
	display:block;
	margin-bottom:10px;
}
.address-block .icon {
	width:50px;
	float:left;
	display:block;
	text-align:center;
}
.address-block .icon i {
	font-size: 18px;
	margin-top:2px;
}
.address-block .text {
	width:calc(100% - 80px);
	float:left;
	display:block;
}
/* Footer */
.footer {
	width:100%;
	float: left;
	background: #26631b;
	color: #fff;
	padding:30px 0px;
}
.footer-title {
	width:100%;
	float:left;
	font-size:16px;
	line-height:30px;
	margin-bottom:10px;
}
.footer-title span::before {
	position: absolute;
	display: block;
	bottom: -5px;
	content: ' ';
	left: 0;
	width: 25px;
	height: 2px;
	background-color: #b5e757;
}
.footer-block-body {
	width:100%;
	float:left;
	padding:15px 0px;
}
.footer-block-body ul.link {
	margin:0px;
	padding:0px;
	list-style:none;
}
.footer-block-body ul.link li a {
	color:#def8ae;
}
.footer-block-body ul.link li a:hover {
	color:#ffd400;
}
.footer-address a {
	color:#fff;
}
.footer-address a:hover {
	color:#b5e757;
}
.footer-contact-icon {
	width:24px;
	height:24px;
	float: left;
	text-align:left;
}
.copyright {
	width:100%;
	float: left;
	background: #13380c;
	color: #fff;
}
.copyright a {
	color:#ffd400;
}
.copyright a:hover {
	color:#a3de35;
}
.copyright-by {
	padding:10px 0px;
	text-align:left;
}
.design-by {
	padding:10px 0px;
	text-align:right;
}
.scroll-to-top {
	position:fixed;
	bottom:15px;
	right:15px;
	width:50px;
	height:50px;
	color:#ffffff;
	font-size:24px;
	text-transform:uppercase;
	line-height:42px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#ffd400;
	display:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;		
}
.scroll-to-top:hover{
	color:#ffffff;
	background:#76981a;
}
.ml-15 {
	margin-left:15px;
}
.ml-30 {
	margin-left:30px;
}
.mt-30 {
	margin-top:30px;
}
.btn-default-outline {
	color: #666;
  border: 1px solid #ddd;
	padding: 8px 25px;
}
.btn-default-outline:hover {
  border: 1px solid #999;
	color:#444;
}
.btn-primary {
	color: #fff;
  border: 1px solid #0794ac;
	background: #0794ac;
}
.btn-primary:hover {
  background: #027e93;
  border: 1px solid #027e93;
	color:#ffffff;
}
.btn-primary-outline {
	color: #00859c;
  border: 1px solid #0794ac;
}
.btn-primary-outline:hover {
  background: #0794ac;
	color:#ffffff;
}
.btn-success {
	background: #81c543;
  border: 1px solid #81c543;
}
.btn-success:hover {
	border: 1px solid #68ba1d;
	background: #68ba1d;
}
.btn-success-outline {
	color: #51a604;
  border: 1px solid #81c543;
}
.btn-success-outline:hover {
  background: #81c543;
	color:#ffffff;
}
.btn-rounded {
	border-radius: 50px;
}