@media screen and (min-width: 768px) and (max-width: 992px) {

	/* Your styles for screen widths between 768px and 992px go here */
	#horiznav li a {
		width: 120px !important;

	}
}

@media screen and (min-width: 576px) and (max-width: 768px) {

	/* Your styles for screen widths between 768px and 992px go here */
	#horiznav li a img {
		margin-top: -25px !important;
	}
}

@media screen and (min-width: 240px) and (max-width: 450px) {

	/* Your styles for screen widths between 768px and 992px go here */
	#horiznav li a img {
		margin-top: -25px !important;
	}
	
	
}
@media screen and (max-width: 575px) {
	.social_news{
		border-bottom:unset !important;
		border-top: 1.0px dashed #FFF;
	}
	.green_social_news{
		border-bottom:unset !important;
		border-top: 1.0px dashed #014900;
	}

}
@media screen and (max-width: 767px) {

	/* Hide this div on small screens */
	.show-on-md {
		display: none;
	}
	.container{
		max-width: 100% !important;
	}

	#horiznav {
		height: 40px;
	}

	#horiznav li ul {

		width: 100%;
		text-align: center;
		top: 20px !important;

	}
.fill-width{
	width:100vw !important;
	margin-left: -20px !important;
	
}
	#horiznav li ul li {

		border-top-width: 1px;
		border-style: solid;
		border-color: #0e8b23f2;
		width: 100%;
		padding: 20px;

	}

	#horiznav li ul li:first-of-type {

		border-top: none;


	}

	#horiznav li a img {
		margin-top: -40px;
		float: right;
		margin-right: 20px;

	}

	#horiznav li ul li a {
		width: 100%;
		text-align: center;
		font-size: 1em;

	}

	#horiznav li {

		width: 100% !important;

	}

	#horiznav li a {
		float: right;
		width: 100%;

	}

	/*body {
		background: unset !important;
		background-color: rgb(3, 61, 3) !important;

	}*/

	.fleft {
		float: unset !important;
		text-align: left;
	}

	.fright {
		margin-top: 20px;
		float: unset !important;
		text-align: left !important;
	}

	.footer {
		height: max-content !important;
	}

	

}

.container {
	padding-left: 20px !important;
	padding-right: 20px !important;
}


/* Getting the new tags to behave */
article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
video {
	display: block;
}

mark,
rp,
rt,
ruby,
summary,
time {
	display: inline;
}

/* Global properties ======================================================== */
html {
	width: 100%;
}

td{
	vertical-align: middle !important;
}
body {

	font-family: 'Poppins', sans-serif;
	overflow-x: hidden;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	font-size: 14px;
	/*color: #7f7f7f;

	font-family: Arial, Helvetica, sans-serif;*/
	background: url(../images/bg5.jpg);
	background-size: cover;
	background-position: top;
}

.ic {
	border: 0;
	float: right;
	background: #fff;
	color: #f00;
	width: 50%;
	line-height: 10px;
	font-size: 10px;
	margin: -220% 0 0 0;
	overflow: hidden;
	padding: 0
}

.bg {
	width: 100%;
	background: center 0 no-repeat;
}

.main {

	padding: 0;
	margin: 0 auto;
	font-size: 13px;
	line-height: 25px;
}

.main1 {

	padding: 0;
	margin: 0 auto;
	font-size: 13px;
	line-height: 25px;
}


a {
	color: #7f7f7f;
	outline: none;
}

a:hover {
	text-decoration: none;
}

.col-1,
.col-2,
.column-1,
.column-2 {
	float: left;
}

.wrapper {
	width: 100%;
	overflow: hidden;
}

.extra-wrap {
	overflow: hidden;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

p {
	margin-bottom: 18px;
}

.p1 {
	margin-bottom: 8px;
}

.p2 {
	margin-bottom: 15px;
}

.p3 {
	margin-bottom: 30px;
}

.p4 {
	margin-bottom: 40px;
}

.p5 {
	margin-bottom: 50px;
}

.reg {
	text-transform: uppercase;
}

.fleft {
	float: left;
	text-align: left;
}

.fright {
	float: right;
	text-align: right;
}

.alignright {
	text-align: right;
}

.aligncenter {
	text-align: center;
}

.it {
	font-style: italic;
}

.color-1 {
	color: #fff;
}

.color-2 {
	color: #c42e02;
}

.color-3 {
	color: #769e02 !important;
}

.img-border {
	border: 10px solid #fff;
}

/*********************************boxes**********************************/
.indent {
	padding: 20px;
}

.indent-left {
	padding-left: 10px;
}

.indent-right {
	padding-right: 50px;
}

.indent-bot {
	margin-bottom: 20px;
}

.indent-bot2 {
	margin-bottom: 30px;
}

.indent-bot3 {
	margin-bottom: 45px;
}

.prev-indent-bot {
	margin-bottom: 10px;
}

.img-indent-bot {
	margin-bottom: 25px;
}

.margin-bot {
	margin-bottom: 35px;
}

.img-indent {
	float: left;
	margin: 0 30px 0px 0;
}

.img-indent2 {
	float: left;
	margin: 0 13px 0px 0;
}

.img-indent-r {
	float: right;
	margin: 0 0px 0px 40px;
}

.buttons a:hover {
	cursor: pointer;
}

.menu li a,
.list-1 li a,
.link,
.button-1,
.button-2,
h1 a {
	text-decoration: none;
}

/*********************************header*************************************/
header {
	width: 100%;
	position: relative;
	z-index: 2;
}

.row-top {
	width: 100%;
	padding: 30px 0;
	height: 70px;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	text-transform: capitalize;
	font-weight: bold;
	font-size: 18px;
}

.logo {
	padding: 0px 0 0 10px;
	float: left;
	margin-left: -10px;
}

h1 a {
	display: inline-block;
	font-size: 50px;
	font-weight: normal;
	line-height: 1.4em;
	color: #fff;
	letter-spacing: -3px;
	margin-top: -10px;
}

h1 a span {
	color: #c52e02
}

h2 {
	font-size: 60px;
	font-weight: normal;
	line-height: 108px;
	color: #fff;
	text-align: center;
}

h2 span {
	color: #000;
}

#page1 h2 {
	margin-bottom: 9px;
}

/***** menu *****/
.menu {
	padding: 26px 10px 0 0;
	float: right;
}

.menu li {
	float: left;
	padding-left: 40px;
}

.menu li a {
	font-size: 14px;
	line-height: 18px;
	padding: 0;
	color: #fff;
}

.menu li a.active,
.menu>li>a:hover {
	color: #c52e02;
}

.row-bot {
	width: 100%;

}

.row-bot-bg {
	width: 100%;
	min-height: 122px;
	background: #b5f136;
	height: 425px;
}

.row-bot-bg-inner {
	width: 100%;
	min-height: 60px;
	background: #b5f136;
	height: 10px;
}

/***** slider *****/
.slider-wrapper {
	width: 1100px;
	height: 466px;
	overflow: hidden;
}

.slider {
	width: 1100px;
	height: 466px;
}

.items {
	display: none;
}

.pagination {
	position: absolute;
	left: 950px;
	bottom: 10px;
	z-index: 99;
}

.pagination li {
	float: left;
	padding-right: 4px;
}

.pagination a {
	display: block;
	width: 22px;
	height: 22px;
	background: url(../images/slider-dot.png) right top no-repeat;
	cursor: pointer;
}

.pagination li.current a {
	cursor: default;
}

.pagination li.current a,
.pagination a:hover {
	background-position: left top;
}

/*********************************content*************************************/
#content {

	padding: 15px 0 50px;
	position: relative;
	z-index: 1;
}

#content1 {

	padding: 15px 0 50px;
	position: relative;
	z-index: 1;
}

.spacer-1 {
	width: 100%;
	background: 217px 0 repeat-y;
}

h3 {
	font-size: 24px;
	line-height: 2em;
	color: #404040;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 5px;
}

h5 {
	margin-bottom: 2px;
}

h6 {
	color: #769e02;
}

.border-bot {
	width: 100%;
	padding-bottom: 20px;
	background: 0 bottom repeat-x;
}

.box {
	width: 100%;
	background: 0 0 repeat-x;
}

.button-1 {
	display: inline-block;
	padding: 12px 19px;
	font-size: 13px;
	line-height: 1.23em;
	color: #fff;
	background: url(../images/button1-tail.gif) 0 0 repeat-x #c42e02;
	cursor: pointer;
}

.button-1:hover {
	background: #c42e02;
}

.button-2 {
	display: inline-block;
	padding: 12px 19px;
	font-size: 13px;
	line-height: 1.23em;
	color: #fff;
	background: url(../images/button2-tail.gif) 0 0 repeat-x #779f02;
	cursor: pointer;
}

.button-2:hover {
	background: #779f02;
}

.submit {
	background-image: url(../images/button2-tail.gif) !important;
	background-repeat: x-repeat;
	width: 80px !important;
	padding: 12px 19px !important;
	font-size: 13px !important;
	line-height: 1.23em !important;
	color: #fff !important;
	cursor: pointer;
	height: 40px !important;
	margin: 12px 0px !important;
}

.submit:hover {
	background: #779f02 !important;
}

.list-1 li {
	line-height: 18px;
	padding: 6px 0 6px 20px;
	background: url(../images/marker-1.png) 0 12px no-repeat;
}

.list-1 a {
	display: inline-block;
	color: #7f7f7f;
}

.list-1 a:hover {
	color: #d53a03;
	text-decoration: underline;
}

.list-1 span {
	display: block;
	line-height: 25px;
	padding: 8px 0 17px;
}

.list-1 strong {
	display: block;
}

.list-2 {
	width: 270px;
}

.list-2 dt {
	font-weight: bold;
	margin-bottom: 5px;
}

.list-2 dt,
.list-2 dd {
	width: 100%;
	overflow: hidden;
}

.list-2 em {
	font-style: normal;
	float: left;
}

.list-2 span {
	float: right;
	text-align: right;
	width: auto;
	font-weight: normal;
}

.list-2 dt span {
	font-weight: bold;
}

.price-list li {
	overflow: hidden;
	vertical-align: top;
	line-height: 18px;
	padding: 6px 0 6px 20px;
	background: url(../images/marker-2.png) 0 12px no-repeat;
}

.price-list strong {
	display: block;
	overflow: hidden;
}

.price-list span {
	float: right;
	color: #7f7f7f;
}

.price-list a {
	float: left;
	text-decoration: none;
	color: #7f7f7f;
}

.price-list a:hover {
	color: #81a60b;
	text-decoration: underline;
}

.link:hover {
	text-decoration: underline;
}

.link-1 {
	display: inline-block;
	font-size: 14px;
	padding-right: 8px;
	background: right 8px no-repeat;
}

.link-1:hover {
	color: #fff;
}

.text-1 {
	font-size: 14px;
}

dl span {
	float: left;
	width: 96px;
	font-weight: bold;
}

/***** bx-slider *****/
.bx-wrapper {
	overflow: hidden;
	position: relative;
}

#page2 .bx-wrapper {
	width: 450px !important;
	height: 545px;
}

#page3 .bx-wrapper {
	width: 1100px !important;
	height: 752px;
}

.bx-window {
	height: 510px;
	overflow: hidden;
	width: 100%;
	position: relative;
}

#page3 .bx-window {
	height: 710px;
}

#slider {
	width: 100%;
	height: 510px;
	overflow: hidden;
}

#slider>div {
	overflow: hidden;
	width: 160px;
	height: 510px;
}

#slider-2>div {
	overflow: hidden;
	width: 240px;
	height: 710px;
}

#slider figure {
	margin-bottom: 8px;
}

#slider-2 figure {
	margin-bottom: 17px;
}

#slider-2 h5 {
	margin-bottom: 5px
}

.bx-next {
	display: inline-block;
	font-size: 19px;
	line-height: 1.2em;
	color: #72ad1a;
	text-transform: capitalize;
	text-decoration: none;
	position: absolute;
	z-index: 99;
	left: 63px;
	bottom: 4px;
}

.bx-prev {
	display: none !important;
}

.bx-pager {
	padding: 16px 0 0 0;
	text-align: center;
}

#page3 .bx-pager {
	text-align: right;
	padding: 23px 20px 0 0;
}

.pager-link {
	display: inline-block;
	color: #c42e02;
	margin-right: 12px;
	cursor: pointer;
	text-decoration: none;
}

.pager-link:hover,
.pager-active {
	color: #7f7f7f;
}

.pager-active {
	cursor: default;
}

/***** Lightbox image *****/
.lightbox-image {
	position: relative;
	z-index: 1;
	overflow: hidden;
	display: inline-block;
	cursor: pointer;
}

.lightbox-image img {
	position: relative;
	z-index: 1;
}

.lightbox-image span {
	display: inline-block;
	position: absolute;
	left: 0px;
	top: -100%;
	width: 100%;
	height: 100%;
	background: url(../images/magnify.png) no-repeat 50% 50%;
	z-index: 2;
	padding: 0;
}

/***** contact form *****/
#contact-form {
	display: block;
	width: 100%;
}

#contact-form label {
	display: block;
	height: 30px;
	overflow: hidden;
}

#contact-form input {
	float: left;
	width: 255px;
	height: 20px;
	font-size: 12px;
	line-height: 1.25em;
	color: #808080;
	padding: 2px 10px;
	margin: 0;
	/*font-family: Arial, Helvetica, sans-serif;*/
	border: 1px solid #CCC;
	background: #fff;
	outline: none;
}

#contact-form textarea {
	width: 255px;
	float: left;
	color: #808080;
	padding: 5px 10px;
	margin: 0;
	/*font-family: Arial, Helvetica, sans-serif;*/
	border: 1px solid #CCC;
	background: #fff;
	outline: none;
	height: 150px;
}

.text-form {
	float: left;
	display: block;
	line-height: 24px;
	width: 115px;
}

.buttons {
	padding: 10px 0 0 0;
	text-align: left;
}

.buttons a {
	margin-left: 6px;
	padding: 12px 35px;
}

/****************************footer************************/
.footer {
	border-top: #4cbc02 8px solid;
	background: #014900;
	width: 100%;
	padding: 11px 0 20px;
	color: #fff;
	height: 85px;
	vertical-align: unset !important;
}

.footer a {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 14px;
	color: #4cbc02;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
	color: #FFF;
}

.footer span {
	display: block;
}

.footer .main {
	font-size: 14px;
	line-height: 15px;
}

.list-services {
	padding: 0;
}

.list-services li {
	float: left;
	padding: 0 0 0 10px;
}





.text-title {
	color: #FFF;
	padding: 20PX 0;

	font-size: 26px;
	text-transform: capitalize;
}

.title {
	color: #F00;
	padding: 20PX 0;

	font-size: 26px;
	text-transform: capitalize;
}

.services_text {
	margin-top: 15px;

	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	font-style: normal;
	line-height: 20px;
}

.services_text a {
	margin-top: 15px;
	text-decoration: underline;
	color: #FFF;
}
.green_services_text a {
	margin-top: 15px;
	text-decoration: underline;
	color: #014900;
}
.green_services_text a {
	margin-top: 15px;
	text-decoration: underline;
	color: #014900;
}

.services_text a:hover {
	text-decoration: underline;
}
.social_news a {
	text-decoration: underline;
}


.social_news {
	/*margin-right: 40px;*/
	margin-bottom: 15px;
	color: #FFF;
	padding: 20PX 5px;

	font-size: 24px;
	font-weight: normal;
	border-bottom: 1.0px dashed #FFF;
}
.green_social_news {
	/*margin-right: 40px;*/
	margin-bottom: 15px;
	color: #014900;
	padding: 20PX 5px;

	font-size: 24px;
	font-weight: normal;
	border-bottom: 1.0px dashed #014900;
}


.input {
	background: url(../images/buttons.png);
	height: 38px;
	width: 169px;
	border: none;
	cursor: pointer;
	text-align: left;
	padding-left: 15px;
	margin-top: 10px;
	color: #FFF;
	margin-bottom: 10px;
}

.textbox {
	padding: 5px;
	border-radius: 3px;
	border: 1.0px #CCC solid;
	color: #999;
	width: 100%;
	height: auto;
}

.textarea {
	padding: 5px;
	border-radius: 3px;
	border: 1.0px #CCC solid;
	color: #999;
	width: 100%;
	height: 125px;
	resize: vertical;

	font-size: 13.5px;
}


ul#horiznav,
#horiznav ul {
	/*remove the bullets from the dropdown ul as well*/
	margin: 0;
	padding-top: 13px;

	list-style-type: none;

}

#horiznav li :last {
	padding-left: 5px;

}

#horiznav li {
	padding-left: 5px;

	float: right;
	width: auto;
	position: relative
		/*set position:relative as the start point for absolutely positioning the dropdown*/
}

#horiznav li a {
	display: block;

	font-size: 17px;
	font-weight: bold;
	width: 150px;
	line-height: 30px;
	text-align: left;
	color: white;
	text-decoration: none;
}

#horiznav li a:hover {
	color: #cc0000;
}


#horiznav li ul {
	background-color: #6C3;
	z-index: 9999;
	display: none;
	/*hide the dropdown*/
	position: absolute;
	/*position it absolutely..*/
	left: 0;
	/*...align the left edge with the left edge of the parent li...*/
	top: 45px;
	/*...and 32px down from the top - 30px height + 2px for the border*/
}

#horiznav li:hover ul {
	display: block
		/*display the ul when the parent li is hovered*/
}



#horiznav li ul a {

	font-size: 13px;
	line-height: normal;
	z-index: 999999;

	padding: 5px;
	/*the dropdown a different background colour*/
}

#horiznav li ul a:hover {
	color: #000;
}