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

img {
	vertical-align: top;
}

p {
	margin-bottom: 15px;
}


::selection {
	color: #FFF;
	background-color: #8cc540;
}

*::-moz-selection {
    background-color: #8cc540;
    color: #FFF;
}

/* Header Start */

.header {
	width: auto;
	height: 125px;
}

.header-wapper {
	width: 980px;
	height: 125px;
	padding: 0px;
	margin: 0px auto;
}

.logo {
	width: auto;
	height: auto; 
	float: left;
	padding: 20px;
	background-image: -moz-linear-gradient( 90deg, rgb(246,246,246) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(246,246,246) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(246,246,246) 0%, rgb(255,255,255) 100%);
	box-shadow: 0px 3px 5px 0px rgb( 196, 196, 196 );
	-ms-box-shadow: 0px 3px 5px 0px rgb( 196, 196, 196 );
	position: relative;
	z-index: 2;
	background-image: url(../images/logo-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.hed-right {
	width: auto;
	height: auto;
	float: right;
	margin-top: 27px;
}

.list {
	width: auto;
	height: auto;
}

.list ul {
	padding: 0px;
	margin: 0px;
}

.list li {
	font-family: 'latolight';
	color: #242323;
	font-size: 18px;
	line-height: 22px;
	text-align: right;
	font-weight: 300;
	width: auto;
	height: auto;
}

.list li a {
	color: inherit;
}

.nav-bg {
	width: 100%;
	height: 35px;
	background-image: -moz-linear-gradient( 90deg, rgb(69,116,20) 0%, rgb(138,190,86) 100%);
  	background-image: -webkit-linear-gradient( 90deg, rgb(69,116,20) 0%, rgb(138,190,86) 100%);
  	background-image: -ms-linear-gradient( 90deg, rgb(69,116,20) 0%, rgb(138,190,86) 100%);
	position: relative;
	top: -35px;
	z-index: 1;
	background-image: url(../images/nav-bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
}

.nav-wapper {
	width: 980px;
	height: 35px;
	padding: 0px;
	margin: 0px auto;
	background-image: -moz-linear-gradient( 90deg, rgb(69,116,20) 0%, rgb(138,190,86) 100%);
  	background-image: -webkit-linear-gradient( 90deg, rgb(69,116,20) 0%, rgb(138,190,86) 100%);
  	background-image: -ms-linear-gradient( 90deg, rgb(69,116,20) 0%, rgb(138,190,86) 100%);
}

.nav {
	width: auto;
	height: auto;
	padding-left: 180px;
}

.nav ul {
	padding: 0px;
	margin: 0px;
}

.nav li {
	font-family: 'latolight';
	font-size: 15px;
	color: #FFF;
	text-transform: uppercase;
	float: left;
	border-right: solid 1px #71c267;
}

.nav li a {
	color: inherit;
	display: block;
	padding: 12px 20px 8px 20px;
}

.nav li a:hover, .active {
	background-color: #825c47;
	transition-property: all;
	transition-duration: 1.0s;
}

.nav-sub {
	width: auto;
	height: auto;
	background-color: #5e902a;
}

ul.nav-sub {
	width: auto;
	height: auto;
	position: absolute;
	display: none;
	text-align: left;
	border-top: solid 1px #71c267;
}

.nav-sub li {
	display: block;
	float: none;
	border-bottom: solid 1px #71c267;
	border-right: none;
}

.nav-sub li a {
	color: inherit
}

/*.nav-sub li:last-child {
	border-bottom: none;
}*/

.nav li:hover .nav-sub {
	display: block;
}

/* Header End */


/* Banner Start */

.banner {
	width: 100%;
	max-width: 1920px;
	height: 350px;
	display: block;
	position: relative;
	z-index: 0;
}

/*.banner img {
	width: 100%;
	height: auto;
}*/

.slider-bx .bx-wrapper {
	max-width: 1920px !important;
	height: 350px !important;
	position: relative;
	margin: 0px auto 0px !important;
	padding: 0;
	z-index: 1;
}

.slider-bx .bx-viewport {
	height: 400px !important; 
	left: 0px !important;
}

.slider-bx .bx-wrapper .bx-prev {
	display: none !important;
	visibility: hidden !important;
}

.slider-bx .bx-wrapper .bx-next {
	display: none !important;
	visibility: hidden !important;
}

.slider-bx .bx-wrapper img {
	max-width: none !important;
	position: absolute;
	left: 35%;
	margin-left: -953px;
}

/*.slider-bx #bxslider li{
	width: 100% !important;
	height: 400px;
	overflow: hidden;
	text-align: center;
}*/

/* Banner End */


/* holder Start */

.holder {
	width: auto;
	height: auto;
}

.holder-wapper {
	width: 980px;
	height: auto;
	padding: 0px;
	margin: 0px auto;
}
#clear {
	clear: both;
}


.row {
	width: auto;
	height: auto;
	text-align: center;
	display: block;
}

.heading {
	padding-top: 35px;
}

.heading h1 {
	font-family: 'latolight';
	font-size: 24px;
	color: #3e4094;
	font-weight: 300;
	text-transform: uppercase;
	display: inline-block;
}

.pro-img {
	width: 246px;
	height: auto;
	border:solid 5px #93c85d;
	border-radius: 15px;
	float: left;
}

.pro-text {
	font-family: 'latolight';
	font-size: 20px;
	color: #000;
	font-weight: 300;
	text-transform: capitalize;
	display: inline-block;
	margin: 20px 26px 0px 0px;
}

.holder-2 {
	width: 100%;
	height: auto;
	background-color: #ececec;
	margin-top: 50px;
	display: inline-block;
}

.cols {
	width: 460px;
	height: auto;
	float: left;
}

.heading2 {
	padding-top: 20px;
	padding-bottom: 26px;
}

.margin-60 {
	margin-right: 60px;
}

.heading2 h2 {
	font-family: 'latoregular';
	font-size: 24px;
	color: #3e4094;
	text-transform: uppercase;
	text-align: left;
}

.line {
	width: 100%;
	height: 1px;
	background-color: #bdbdbd;
	float: left;
	margin-top: 8px;
}

.content {
	font-family: 'latolight';
	font-size: 14px;
	color: #676767;
	text-align: justify;
	width: 100%;
	height: auto;
}

.news-box {
	width: auto;
	height: 280px;
	float: left;
	overflow: hidden;
}

#news-list {
	width: auto;
	height: auto;
}

#news-list ul {
	padding: 0px;
	margin: 0px;
}

#news-list li {
	width: 460px;
	height: auto;
	display: block;
	float: left;
	border-bottom: solid 1px #bdbdbd;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

#news-list li a {
}

#news-list li:last-child {
	border-bottom: none;
}


.news-img {
	width: auto;
	height: auto;
	float: left;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	margin-right: 20px;
}

.news-heading {
	font-family: 'latoregular';
	font-size: 16px;
	color: #355316;
	text-transform: uppercase;
	width: 320px;
	float: left;
	text-align: left;
}

.news {
	font-family: 'latolight';
	font-size: 14px;
	color: #676767;
	text-align: justify;
	width: 320px;
	margin-top: 10px;
	float: right;
}

/* holder End */



/* Footer Start */

.footer {
	width: auto;
	height: auto;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 50px;
}

.footer-wapper {
	width: 980px;
	height: 241px;
	padding: 0px;
	margin: 0px auto;
}

.footer-box {
	width: 40%;
	height: auto;
	float: left;
}

.margin-90 {
	margin-right: 90px;
}

.footer-heading {
	font-family: 'latoregular';
	font-size: 16px;
	color: #FFF;
	text-transform: uppercase;
	text-align: left;
	margin-top: 15px;
}

.footer-list {
	width: auto;
	height: auto;
	margin-top: 15px;
}

.footer-list ul {
	padding: 0px;
	margin: 0px;
}

.footer-list li {
	font-family: 'latolight';
	font-size: 14px;
	color: #FFF;
	line-height: 23px;
	text-align: left;
}

.footer-list li a {
	color: inherit;
}

.footer-nav {
	width: auto;
	height: auto;
	text-align: center;
	margin-top: 15px;
	float: right;
}

.footer-nav ul {
	padding: 0px;
	height: auto;
}

.footer-nav li {
	font-family: 'latolight';
	font-size: 14px;
	color: #FFF;
	float: left;
	border-right: solid 1px #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
}

.footer-nav li a {
	color: inherit;
}

.footer-nav li:last-child {
	border-right: none;
	padding-right: 0px;
}

.copyright, .powered {
	font-family: 'latolight';
	font-size: 13px;
	color: #FFF;
	float: right;
	clear: both;
	margin-top: 10px;
}

.powered a {
	color: inherit;
}

.social {
	width: auto;
	height: auto;
	float: right;
	clear: both;
	margin-top: 15px;
}

.social ul {
	padding: 0px;
	margin: 0px auto;
}

.social li {
	width: auto;
	height: auto;
	float: left;
	margin-right: 15px;
}

.social li:last-child {
	margin-right: 0px;
}

/* Footer End */
