

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.small-container{
	max-width:680px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
}

.text-uppercase {
    text-transform: uppercase !important;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

/*Btn Style One*/

.btn-style-one{
	position:relative;
	padding:12px 40px;
	line-height:24px;
	color:#ffffff;
	font-size:15px;
	font-weight:700;
	border-radius:5px;
	background: #a7b172;
	text-transform:uppercase;
	font-family: FN !important;
	-webkit-box-shadow:0px 0px 25px 1px rgba(167, 177, 114, 0.30);
	-moz-box-shadow:0px 0px 25px 1px rgba(167, 177, 114, 0.30);
	-o-box-shadow:0px 0px 25px 1px rgba(167, 177, 114, 0.30);
	box-shadow:0px 0px 25px 1px rgba(167, 177, 114, 0.30);
}

.btn-style-one:hover{
	color:#ffffff;
	background:#121212;
}

/*Btn Style Two*/

.btn-style-two{
	position:relative;
	padding:12px 40px;
	line-height:24px;
	color:#ffffff;
	font-size:16px;
	font-weight:700;
	background:#85c977;
	border:2px solid #85c977;
	text-transform:uppercase;
	border-radius:6px 0px 6px 0px;
	font-family: FN !important;
}

.btn-style-two:hover{
	background:#333333;
	color:#ffffff;
	border-color:#333333;
}

.theme_color{
	color:#85c977;
}

img{
	display:inline-block;
	max-width:100%;
}





/*** 

====================================================================
	About Section
====================================================================

***/

.about-section{
	position:relative;
	overflow:hidden;
	padding:100px 0px 100px;
}

.about-section .sec-title{
	margin-bottom:110px;
}

.about-section .right-top-image{
	position:absolute;
	right:-10px;
	top:0px;
}

.about-section .left-middle-image{
	position:absolute;
	left:0px;
	top:300px;
}

/*** 

====================================================================
	Product Tabs Style
====================================================================

***/

.about-section .prod-tabs{
	position:relative;
	margin-top: 70px;	
}

.about-section .prod-tabs .inner-box{
	position:relative;
	padding-left:160px;
}

.about-section .prod-tabs .inner-box:before{
	position:absolute;
	content:'';
	top:-50px;
	left:100px;
	right:120px;
	bottom:-50px;
	background-color:#fafafa; 
	/* 	background-color: #fdfdfd; */
}

.about-section .prod-tabs .tab-btns{
	position:absolute;
	left:40px;
	top:0px;
	z-index:1;
	margin-bottom:20px;
}

.about-section .prod-tabs .tab-btns .tab-btn{
	position:relative;
	width:112px;
	display:block;
	font-size:18px;
	color:#17181a;
	cursor:pointer;
	margin-bottom:8px;
	transition:all 500ms ease;
	text-transform:capitalize;
	border-radius:50%;
}

.about-section .prod-tabs .tab-btns .tab-btn .image{
	overflow:hidden;
	border-radius:50%;
	border:4px solid rgba(167, 177, 114, 0.3);
	transition:all 500ms ease;
}

.about-section .prod-tabs .tab-btns .tab-btn:last-child{
	border:0px;
}

.about-section .prod-tabs .tab-btns .tab-btn.active-btn{
	margin-left:-30px;
}

.about-section .prod-tabs .tab-btns .tab-btn.active-btn .image{
	border-width:7px;
}

.about-section .prod-tabs .tabs-content{
	position:relative;	
}

.about-section .prod-tabs .tabs-content .tab{
	position:relative;
	padding:0px;
	display:none;
}

.about-section .prod-tabs .tabs-content .tab.active-tab{
	display:block;	
}

.about-section .prod-tabs .tabs-content .tab .content-column{
	position:relative;
	margin-bottom:40px;
}

.about-section .prod-tabs .tabs-content .tab .content-column .content-inner{
	position:relative;
	text-align:center;
	padding-left:15px;
	padding-right:15px;
}

.about-section .prod-tabs .tabs-content .tab .content-column .content-inner .title{
	position:relative;
    color: #12120e;
	line-height:1.1;
	font-weight:600;
    margin-bottom: 20px;
    font-size: 30px;
	font-family: FN !important;
}

.about-section .prod-tabs .tabs-content .tab .content-column .content-inner h2{
	position:relative;
	color:#222222;
	font-size:22px;
	margin-bottom:15px;
	text-transform:uppercase;
}

.about-section .prod-tabs .tabs-content .tab .content-column .content-inner .text{
	position:relative;
	color:#424236;
	font-size:14px;
	line-height:1.8em;
	margin-bottom:30px;
}

.about-section .prod-tabs .tabs-content .tab .content .video-column{
	position:relative;
}

/*Video Box*/

.video-box{
	position:relative;
}

.video-box .image img{
	position:relative;
	width:100%;
}

.video-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:center;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.video-box:hover .overlay-box{
	background-color:rgba(143,203,130,0.80);
}

.video-box .overlay-box span{
	position: relative;
	width:58px;
	height:58px;
    top: 46%;
	z-index:99;
	color: #000000;
	font-weight:300;
	font-size:18px;
	margin-top: -28px;
	text-align: center;
	border-radius:50%;
	line-height:58px;
	padding-left:4px;
	display: inline-block;
	background-color:#ffffff;
}

.video-box .overlay-box span:after{
	position:absolute;
	content:'';
	left:-4px;
	top:-4px;
	right:-4px;
	bottom:-4px;
	z-index:1;
	border-radius:50%;
	border:2px solid #ffffff;
}


/*** 

====================================================================
	About Section Two
====================================================================

***/

.about-section-two{
	position:relative;
	padding:150px 0px 180px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

.about-section-two .inner-content{
	position:relative;
	max-width:565px;
	margin:0 auto;
	text-align:center;
	padding:70px 50px 50px;
	background-color:#ffffff;
	outline-offset: -20px;
	outline:1px solid #ecf7ea;
}

.about-section-two .inner-content .sec-title{
	margin-bottom:20px;
}

.about-section-two .inner-content .text{
	position:relative;
	margin-bottom:22px;
}

.about-section-two .inner-content .author-info{
	position:relative;
	text-align:left;
	padding-left:100px;
	display:inline-block;
}

.about-section-two .inner-content .author-info .signature{
	position:absolute;
	left:0px;
	top:0px;
	display:inline-block;
}

.about-section-two .inner-content .author-info h3{
	position:relative;
	font-size:13px;
	font-weight:700;
	color:#222222;
	text-transform:uppercase;
}

.about-section-two .inner-content .author-info .author-post{
	position:relative;
	color:#777777;
	font-size:13px;
}

.about-section-two .inner-content .about-counter{
	position:relative;
	margin-top:40px;
}

.about-section-two .inner-content .about-counter .count-box{
	position:relative;
	text-align:center;
	padding:20px 0px 20px;
	background:url(../images/resource/award-icon.png) center top no-repeat;
}

.about-section-two .inner-content .about-counter .count-box .content .counter-title{
	position:relative;
	font-size:14px;
	color:#777777;
	margin-top:55px;
}

.about-section-two .inner-content .about-counter .count-box .count-text{
	position:relative;
	font-size:21px;
	font-weight:700;
	color:#222222;
	padding-bottom:40px;
}

.about-section-two .inner-content .about-counter .count-box .count-text:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:35px;
	height:1px;
	background-color:#f1cf69;
}






/********************** css for Board of Directors Block in Home page ******************/
.our_farmer {
  position: relative;
  padding: 90px 0 120px;
}
.our_farmer .item {
  margin: 15px 0px 15px 0px
}
.our_farmer .item .img_holder{
  -webkit-transition: .5s ease;
  transition: .5s ease;
  border: 2px solid #fafafa;
}
.our_farmer .item .overlay {
  position: absolute;
  top:0;
  left:0;
  opacity: 0;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.90);
  width:100%;
  height:100%;
  transform: scale(0,0);
  -webkit-transform:scale(0,0);
  -moz-transform:scale(0,0);
  -ms-transform:scale(0,0);
  -o-transform:scale(0,0);
}
.our_farmer .item .overlay .inner-box {
  display: table;
  width:100%;
  height:100%;
  text-align: center;
}
.our_farmer .item .overlay ul {
    margin-top: 40%;
}
.our_farmer .item .overlay ul li {
	width:100%;
    line-height: 28px;
    text-align: center;
	-webkit-transition: .4s ease;
	transition: .4s ease;
}
.our_farmer .item .overlay ul li a span {
  font-size: 15px;
  -webkit-transition: .4s ease;
  transition: .4s ease;
}
.our_farmer .item .overlay ul li:hover a span {
  color: #fff;
  -webkit-transition: .4s ease;
  transition: .4s ease;
}
.our_farmer .item:hover .overlay {
  transform: scale(1);
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
  opacity: 1;
  visibility: visible;
}
.our_farmer .text {
  position: relative;
  background: #fafafa;
  padding: 15px 15px;
  margin: 0 20px;
  text-align:center;
  margin-top: -30px;
  z-index: 999;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  min-height:160px;
}
.our_farmer .item:hover .text {
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.our_farmer .text h4, .our_farmer .text h4 a{
  color: #12120e;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 0px;
}
.our_farmer .text h5 {
  color: #a7b172;
  font-size: 16px;
  font-family: FN !important;
  margin-top: 7px;
  margin-bottom: 10px;
}
.our_farmer .item:hover .text h4, .our_farmer .item:hover .text h4 a {
  color: #fff;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.our_farmer .item:hover .text h5 {
  color: #fff;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.our_farmer .item:hover .text p {
  color: #fff;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.our_farmer.service_grid .item {
  margin: 0 0 50px 0;
}
.our_farmer .item:hover .text{
  background: #12120e;
}
.our_farmer .item .overlay ul li, .our_farmer .item:hover .img_holder {
  border-color:#12120e;
}
.tran3s {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.our_farmer .item .overlay ul li i{
	margin-right:4px;
}

@media (max-width: 575px) {
	.img_holder img {
		height: auto !important;
	}
	.our_farmer .item {
		margin: 15px;
	}
}
/******************** css For Contact US Home Page ****************/

.contact-sec .call-back-content {
    background: #12120e;
    padding: 50px 74px 45px;
    -webkit-box-shadow: 0 0 42px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 42px 0px rgba(0, 0, 0, 0.2);
}
.contact-sec .call-back-content .call-contact-text {
    font-size: 16px;
    font-family: FN !important;
    color: #ededed;
    line-height: 28px;
    display: block;
    margin-bottom: 8px;
}
.contact-sec .call-back-content h3 {
    color: #FFFFFF;
    margin-bottom: 24px;
}
.contact-sec .form-group {
    margin-bottom: 1rem;
}
.contact-sec .call-back-content .call-back-form .call-back-inp {
    font-size: 14px;
    font-family: FN !important;
    color: #FFFFFF;
    background: transparent;
    width: 100%;
	padding:0px 6px;
    border: none;
    border-bottom: 1px solid #535353;
    outline: none;
    position: relative;
    outline: none;
}
.contact-sec .call-back-content h3 span {
    color: #a7b172;
}
.xs-mb-40 {
    margin-bottom: 40px;
}
.xs-btn {
    font-size: 16px;
    font-weight: 600;
    font-family: FN !important;
    color: #12120e;
    background: #a7b172;
    display: inline-block;
    line-height: 54px;
    padding: 0 40px;
    border: 1px solid #a7b172;
    border-radius: 2px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    cursor: pointer;
}
.contact-sec .call-back-content .call-back-form .call-us-number {
    font-size: 14px;
    font-weight: 700;
    font-family: FN !important;
    color: #FFFFFF;
    margin-left: 20px;
}
.contact-sec .call-back-content .call-back-form .call-us-number span {
    color: #a7b172;
}
.contact-sec:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 85%;
    content: '';
   
    background: #fafafa;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.contact-sec .call-back-content .call-back-form select {
    color: #535353;
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #535353;
    height: 54px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 30px;
}
section.contact-sec {
    position: relative;
}
.contact_info_block {
    padding: 15px;
    margin: 30px 0px;
}
ul.contact_info li {
    height: 36px;
    font-size: 14px;
    color: #5a5a48;
}
ul.contact_info li i{
	margin-right:5px;
}
.contact_info h1 {
    color: #a7b172;
    font-size: 36px;
}
.contact_info p {
color:#12120e;
font-size:16px;
}


/**************  css for Partners  ****************/
.partners{
	margin:120px 0px;
}
.cutomers_carousel .img_cutomers {
    width: 100%;
    /* filter: grayscale(100%); */
    opacity: 0.9;
    height: 150px;
    background-color: transparent;
    background-size: 100% 100% !important;
    background-repeat: no-repeat;
    transition: all .6s ease-in-out;
}
.cutomers_carousel .img_cutomers:hover {
    opacity: 1;
    transform: scale(1.2);
    transition: all .6s ease-out-in;
}


/****************** css for header of index2 *************************/
.xs-header-top {
    position: relative;
    background: #d8e499;
}
.xs-header-top .header-top-info {
    position: relative;
}
.xs-header-top .header-top-info ul li:first-child {
    padding-left: 0;
}
.xs-header-top .header-top-info ul li {
    display: inline-block;
    color: #12120e;
    line-height: 35px;
    padding-left: 55px;
	font-size: 12.5px;
}
.xs-header-top .header-top-info ul li i {
    margin-right: 5px;
}
.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}
.xs-header-top .header-top-social ul {
    text-align: right;
}
.xs-header-top .header-top-social ul li {
    display: inline-block;
	margin:2px 0px;
}
.xs-header-top .header-top-social ul li a {
    font-size: 14px;
    color: #12120e;
    padding: 0 0 0 24px;
    line-height: 30px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.xs-header-top .header-top-social ul li a:hover {
    color: #a7b172;
}
.owl-item img{
	text-align:center !important
}
.img_holder img {
    display: block;
    width: 100%;
	height:273px
}
@media only screen and (max-width: 767px){
	.xs-header-top .header-top-info ul li {
		line-height: 28px;
		text-align: center;
		display: block;
		padding: 0;
	}
	.contact-sec:before{
		height:100%;
	}
	.contact_info {
		margin-top: 16px;
		padding-bottom: 17px;
	}
	.owl-theme .owl-nav {
		
		display:none
	}
	.xs-header-top .header-top-social ul {
		text-align: center;
		display: block;
	}
}


/************************* css for Volunteer form Page **********************/
.form_page {
    margin: 90px 0px;
    height: auto;
}
form.volunteer_form {
    padding: 35px;
    margin-bottom: 90px;
    background: #fafafa;
}
.form-control:focus {
    color: #12120e;
    background-color: #fff;
    border-color: #d8e499;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(216, 228, 153, 0.25);
}
.form-control {
    border: 1px solid #d8e499;
	color: #12120e;
}
.volunteer_form label{
	color:#12120e;
	margin-bottom: .2rem;
}
.xs-header-nav {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}



/************************ error page  **************************/
section.error_page {
	padding: 0px;
    margin: 0 auto;
    text-align: center;
    margin-top: 10%;
    margin-bottom: 200px;
}
.error_block h2 {
    color: #5f653b;
    font-size: 45px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.error_block h5 {
    font-size: 22px;
	color: black;
    margin-bottom: 50px;
}
a.home_page {
    padding: 13px 30px;
    background: linear-gradient(to left ,#a1ab69, #5f653b);
    margin-top: 30px;
    font-weight: bold;
    font-size: 20px;
    color: white;
}

.article_page_content ul{
	list-style: inherit;
	margin-left: 30px;
}