@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap');
@font-face{
	src:url("font/AbrilFatface-Regular.ttf");
	font-family: 'family1';
}
@font-face{
	src:url("/font-awesome/font/freehand_521_bt.ttf");
	font-family:"freehand";
}
body{
	font-family: 'Iner', sans-serif;
	font-size: 16px;
line-height: 1.42857143;
color: #555;
}
h1,h2,h3,h4,h5,h6{
	color:#333;
	font-family: 'Roboto Slab', serif;
}
.header{
	background-color: white;
	}
	
.logo img{
	margin:18px 0px;
}
.row.site-logo {
	width: 315px;
	height: 141px;
	display: flex;
	align-items: center;
	justify-content: center;
  }
.row.header-menu {
	background: #fff;
  }
  .row.site-logo div {
	padding: 1px;
  }
  .site-logo .col-xs-4 {
	width: 105px;
  }
  .site-logo .col-xs-8 {
	width: 210px;
  }
  .row.site-logo {
	width: 315px;
	height: 141px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
  }

.site-logo a:hover{
	text-decoration: none;
}
.site-logo .solgon{
	padding-left: 0px;
}
.site-logo p {
	font-size: 24px;
	font-family: 'Roboto Slab', serif;
	/* padding-top: 42px; */
	font-weight: 800;
	color: #571250;
  }
.site-logo h5{
	color: #c59527;
    font-style: italic;
    font-weight: bold;
}
.navbar{
	background-color: white;
	border-style: none;
	margin-bottom: 0px;
}
.last-menu{
	padding-right: 0px;
}
.navbar-nav {
    float: right;
	margin-bottom: -1px;
}
.navbar-default .navbar-toggle {
	z-index: 9999;
}
.navbar-default .navbar-nav > li > a {
	color: black;
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
  }
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover , .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	background: transparent;
	color: #7b9f0b;
  }
 
.carousel-indicators li {
	display: none;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
	width: 100%;
}
.section1{
	background-color: #f7f7f7;
	padding-bottom: 50px;
	margin-top: 80px;
}
.section1 .section1-content-col {
    border: 2px solid #739a0166;
    border-top: 8px solid #739a01;
    margin-top: -8px;
    padding-bottom: 30px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-top: -70px; 
     background: #f7f7f7;
}
.section1 .section1-content-col .section1-icon i{
	padding:20px 50px 50px 50px;
	background-color: #f7f7f7;
	font-size: 36px;
	border-radius: 50%;
}
.section1 .section1-content-col .section1-icon{
	margin-top: -50px;
	display: inline-block;
	padding: 20px 40px 35px 40px;
    border-radius: 100%;
    background-color: #f7f7f7;
}
.section1 .section1-text h4{
	font-size: 18px;
	font-family: 'Roboto Slab', serif;
	text-transform: uppercase;
	margin-top: -30px;
    padding-top: 0px;
}
.section1 .section1-text p{
	line-height: 25px;
	padding: 15px;
	padding-top: 10px;
	min-height: 130px;
	padding-bottom: 20px;
}
.section1 .section1-text .more-btn{
	background-color: #739a01;
	text-decoration: none;
	color: white;
	font-size: 16px;
	padding:10px 25px;
	border-radius: 3px;
}
.section2{
	padding: 100px 0px 100px 0px;
}

.section4{
	padding: 0px 0px 100px 0px;
}
.section2 .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
	display: none;
}
.section2 .owl-dots{
	margin-top: 30px;
	display: inline-flex;
    position: relative;
    left: 45%;
    background: white;
    padding: 0px 35px;
}
.section2 hr{
	margin-top: -17px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #739a01;
}
.section3 {
	background-color: #f7f7f7;
	padding: 80px 0px;
  }
.section2 .item{
	background-size:contain;
	transform: translateY(-0%);;
	transition: 500ms linear;
	background-repeat: no-repeat;
}
/* .section2 .item img:hover{
	opacity: 0;
	transition: all 0.4s linear 0s;
	
} 
.section2 .item .image:hover{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.section2 .item.item1 .image:hover{
	background-image: url("/images/1.JPG");
	
}
.section2 .item.item2 .image:hover{
	background-image: url("/images/1.JPG");
}
.section2 .item.item3 .image:hover{
	background-image: url("/images/1.JPG");
}
.section2 .item.item4 .image:hover{
	background-image: url("/images/1.JPG");
}


.section3 .about-title {
	font-family: 'Roboto Slab', serif;
	padding-bottom: 15px;
	margin-top: 0px;
	font-weight: bold;
}
.section3 p{
	line-height: 24px;
}
.section3 p a{
	color: #444;
}
.section3 p br{
   display: none;
}
.section2 .owl-carousel .owl-item .image {
	border: 1px dashed #d5ee4a;
	border-radius: 10px;
	overflow: hidden;
}
.home-image {
	border: 1px dashed #d5ee4a;
	border-radius: 10px;
	overflow: hidden;
  }
/* .section2 .owl-carousel .owl-item .image img{
	border: 1px dashed #d5ee4a;
	border-radius: 10px;
} */
.section3 .read-more-about{
	background-color: #739a01;
	padding: 10px 20px;
	float: right;
	color: white;
	border-radius: 3px;
	text-transform: uppercase;
	text-decoration: none;
}
.section3 .about-section-img{
	margin-bottom: 15px;
	display: flex;
    align-items: center;
}
.section3 .about-section-img h5 {
	margin-top: 0px;
	font-style: italic;
	font-size: 18px;
	color: #4e6803;
	font-weight: 500;
  }
.section3 .about-section-img a:hover{
	text-decoration-color: #739a01;
}
.section3 .some-image .news{
	float:right;
	color: #739a01;
	font-size: 22px;
	text-decoration: none;
	font-family: 'Roboto Slab', serif;
}
.padding-right-5{
	padding-right: 5px;
}
.section3 .some-image .news span{
	padding: 2px 5px;
    font-size: 12px;
    color: white;
    background-color: #739a01;
    border-radius: 25px;
}
footer {

    padding: 30px 0px 0px 0px;
    background: #648504;
    color: #ddd;

}
footer a{
	color: #ddd;
}
footer a:hover{
	color: #ddd;
}
footer h4{
	margin-bottom:30px;
	text-transform: uppercase;
	color: #fff;
}
footer .foot-service{
	font-size: 18px;
	text-transform:none;
	margin-bottom: 5px;
}
footer p{
	line-height: 25px;
}
footer p {
	font-size: 15px;
  }
  .design-by p {
	font-size: 13px !important;
  }
footer .design{
	float: right;
}
footer .inline-flex-icon .icon-facebook{
	padding: 15px 21.5px;
}
footer .inline-flex-icon i{
	font-size: 22px;
padding: 8px 10px;
margin-right: 1px;
background: #3962c6;
color: #fff;
border-radius: 50%;
}
footer .inline-flex-icon a:hover{
	text-decoration: none;
}
footer .inline-flex-icon .icon-envelope{
	padding: 8px 9px;
}
footer hr{
	margin-bottom:0px;
	border-top: 1px solid #597800;
}
footer .design-by {
	padding-top: 10px;
	color:#aaa;
	font-size: 13px;
}
footer .design-by a {
	color: #fff;
  }
  footer .design-by {
	color: #fff;
	font-size: 13px;
  }
.fancybox-button--thumbs,.fancybox-button--play{
	display: none;
}
.fancybox-inner .fancybox-infobar{
	display: none;
}
.banner h3{
	color: #333;
background: white;
padding: 0px 30px;
text-align: center;
margin-top: 20px;
text-transform: uppercase;
font-family: 'Roboto Slab', serif;
font-weight: bold;
display: inline-block;
}

.banner hr{
	border: 1px solid #fff12a;
	margin-top: -25px;
	margin-bottom: 50px;
}
.d-flex{
	display: flex;
}
.location-map {
	line-height: 0px;
}
.location-map iframe{
	line-height: 0px;
}
.get-in-touch .address{
	margin-bottom: 10px;
}
.get-in-touch .address i{
	font-size: 30px ;
	color: #c49426;
}
.get-in-touch .address a{
	color: #333;
}
.get-in-touch .address img{
	width: 30px;
}
.get-in-touch .address .icon{
	min-width: 50px;
}
.pb-50{
	padding-bottom: 50px;
}
.get-in-touch .address h5{
	font-weight: bold;
	margin-top: 0px;
	font-size: 16px;
}
.contact-us-form{
	background-color: #f7f7f7;
	border-radius: 10px;
	padding:20px 30px  40px 30px;
}
p{
	line-height: 24px;
}
.contact-us-page h3{
	font-weight: bold;
	margin-bottom: 20px;
}
.contact-us-form .input-group {
    width: 100%;
}
.contact-us-form .input-group .form-control {
	border-radius: 7px;
}
.contact-us-form .btn-block {
    background: #739a01;
    color: #fff;
    outline: none;
	border-radius: 7px;
    padding: 8px 15px;
	font-size: 16px;
    text-transform: uppercase;
	font-weight: bold;
}
.form-control:focus {
    border-color: #ddd;
	box-shadow:none;
}
.mb-20{
	margin-bottom: 20px;
}
.mt-20{
	margin-top: 20px;
}
.pt-50{
	padding-top: 50px;
}
.about-product h3{
	font-weight: bold;
	color: #739a01 !important;
}
.about-page  img{
	margin-top: 25px;
}
.about-page h3, .page2 h3, .page1 h3{
	font-weight: bold;
	color: #333;
	font-family: 'Roboto Slab', serif;
}
.about-page p{
	text-align: justify;
}
.about-page .second-section{
	background-color: #f7f7f7;

}
.about-page .first-section p{
	/* text-align: right; */
	text-align: justify;
}
.about-page .third-section .icon img{
	width: 70px;
	height: auto;
	margin: auto;
	
}
.about-page .third-section {
	background-color: #f7f7f7;
	padding-top: 50px;
  }
.about-page .third-section .icon{
	display: inline-block;
	padding: 10px;
	border-radius: 50%;
	background-color: #f7f7f7;
}
.about-page .third-section .craft-wrapper{
	position: relative; 
    height: auto;
	padding:40px 20px 20px 20px ;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	background-color: #000000;
}

.about-page .third-section .craft-wrapper::before {    
	content: "";
	background-image: url('/images/background-bg.jpg');
	background-size: cover;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	opacity: 0.3;
}
.about-page .third-section .text{
	font-size: 16px;
	margin-bottom: 20px;
	color: #eee;
	font-family: 'Roboto Slab', serif;
	padding: 10px 20px;
}
.about-page .third-section .underline{
	margin-bottom: 40px;
	text-decoration: underline;
	text-underline-position: right under;
	margin-top: 0px;
	text-align: center;
	color: #eee;
}
.green-and-natural h3{
	font-weight: bold;
	font-size: 20px;
}
.green-and-natural a{
	text-decoration: underline;
	color: #444;
	font-style: italic;
}
.section2 h4{
	color: #739a01;
	margin-top: 15px;
	/* font-style: italic; */
	/* text-shadow: -1px 1px 0 #effc41,
          1px 1px 0 #effc41,
         1px -1px 0 #effc41,
        -1px -1px 0 #effc41; */
	font-size: 18px;
	font-weight: bold;
}
.p-title{
-webkit-border-radius: 30px;
border-radius: 30px;
-webkit-transition: 0.5s all;
transition: 0.5s all;
display: inline-block;
vertical-align: top;
margin: 0 17px 10px 0;
padding: -2px 20px;
color: #909e1a;
background: #fefff2;
border: 1px solid #bccb3e;
margin: 0 17px 10px 0;
  margin-top: 0px;
-webkit-box-shadow: 0 5px 0 0 #909e1a;
box-shadow: 0 5px 0 0 #909e1a;
transition: 0.5s all;
width: 200px;
margin-top: -20px;
margin-left: 50%;
transform: translate(-50%);
}
.section2 a{
	color: #333;
	text-decoration: none;
}
#more1 ,#more2 ,#more3 ,#more4 {display: none;
margin-bottom: 50px;
}
.more-about-product {
	background-color: #739a01;
	color: #eee;
	padding: 7px 20px;
	border-radius: 3px;
	outline: none;
	text-transform: uppercase;
	border: none;
	font-weight: unset;
  }
.product-page .product-info h3{
	margin-top: 0px;
	margin-bottom: 5px;
}
.no-padding-right{
	padding-right: 0px;
}
.no-padding-left{
	padding-left: 0px;
}
.about-product .product-info{
	background-color: #f7f7f7;
}
.product-details.no-padding-left {
    padding: 20px 35px 20px 20px;
}
.product-details.no-padding-right {
    padding: 20px 20px 20px 35px;
}
.about-product .product-info h4{
	font-weight: bold;
	margin-top: 0px;
}
.pages-content{
	padding-top: 140px;
}
.header{
	position: fixed;
	box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
	width: 100%;
	z-index:9;
}
.xs-br{
	display: none;
}
.hidden-xs{
	display: block;
}
.hidden-md{
	display: none;
}
footer p b {
	color: #fff;
  }
.navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
}
footer .footer-address .bold{
	min-width: 50px;
}
footer .footer-address .col-md-5 p{
display: flex;
margin-bottom: 0px;
}
footer .inline-flex-icon{
	padding-left: 27%;
}
.glyphicon-chevron-right:before {
    content: "\276F";
}
.glyphicon-chevron-left:before {
    content: "\276E";
}
.customerize p{
	background-color: #a3ad17;
	padding: 10px 20px;
	color: white;
	border-radius: 5px;
}
.product-page,.contact-us-page {
	padding-top: 25px;
}
.certificate-lnk > li > a{
	overflow-wrap: break-word;
}
.reference{
	background: #a4750c;
    padding: 5px 10px;
    color: #fff;
    border-radius: 7px;
}

.reference:hover{
	color: #fff  !important;
	text-decoration: none  !important;
}




@media (min-width: 992px) and (max-width: 1199px) {
	p{
		font-size: 14px;
	}
	.site-logo p {
		padding-top: 25px;
		font-size: 22px;
	}
	.navbar-default .navbar-nav>li>a {
		min-width: 105px;
		padding: 40px 4px;
	
	}
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
		padding-top: 37px;
	}
	.section1 .section1-text h4 {
		font-size: 20px;
	}
	.section1 .section1-text .more-btn {
		font-size: 14px;
	}
	.section2 {
		padding: 50px 0px 40px 0px;
	}
	.section2 .owl-dots {
		margin-top: 17px;
	}
	.section3 p {
		line-height: 22px;
		font-size: 14px;
	}
	.section3 .read-more-about {
		padding: 7px 15px;
		font-size: 14px;
	}
	.section3 .about-section-img h5 {
		margin-top: -5px;
		margin-bottom: 2px;
		font-size: 14px;
	}
	.section3 .some-image .news {
		font-size: 20px;
	}
	footer h3 {
		margin-bottom: 20px;
		font-size: 22px;
	}
	.pages-content {
		padding-top: 200px;
	}
	.section1 h4{
		min-height: 44px;
	}
	.section1 .section1-text p{
		min-height: 155px;
	}
	
	footer .design-by p {
		font-size: 13px;
	}
	.about-page .image1 {
		margin-top: 85px;
	}
	.more-about-product {
		margin-bottom: 20px;
	}
	.navbar-collapse {
		padding-right: 0px;
		padding-left: 0px;
	}
	footer p {
			font-size: 13px;
		}
		footer .inline-flex-icon {
			padding-left: 30%;
		}
}












@media (min-width: 768px) and (max-width: 991px) {
	p{
		font-size: 15px;
		line-height: 25px;
	}
	.logo img {
		padding:0px;
	}
	.site-logo .solgon{
		padding:0px;
	}
	.site-logo p {
		font-size: 18px;
		/* padding-top: 28px; */
		margin-bottom:5px;
	}
	.site-logo  h5{
		margin-top: 0px;
	}
	.nav-bg-color{
		padding:0px;
	}
	/* .navbar-default .navbar-nav>li>a {
		font-size: 13px;
		padding: 40px 3px;
		min-width: 80px;
	} */
	.navbar-default .navbar-collapse{
		padding-left: 0px;
	}
	/* .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
		padding-top: 36px;
	} */
	.section1 {
		padding-bottom: 50px;
	}
	.section2 hr {
		display: none;
	}
	.section1 .section1-content-col .section1-icon i {
		padding: 20px 30px 30px 30px;
	}
	.section1 .section1-text h4 {
		font-size: 16px;
		padding-top: 10px;
	}
	.section1 .section1-text p {
		line-height: 25px;
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 15px;
	}
	.section1 .section1-text .more-btn {
		font-size: 14px;
		padding: 7px 15px;
	}
	.section2 {
		padding: 30px 0px 15px 0px;
	}
	.section2 .owl-dots {
		margin-top: 5px;
    position: static;
    display: block;
	}
	.section3 .about-title {
		padding-bottom: 5px;
		font-size: 20px;
	}
	.section3 p {
		line-height: 20px;
	}
	.section3 .about-section-img h5 {
		margin-top: -5px;
		margin-bottom: 3px;
		font-size: 14px;
	}
	.section3 .read-more-about {
		padding: 7px 10px;
		font-size: 13px;
	}
	.section3 .some-image .news {
		font-size: 18px;
	}
	footer h3 {
		margin-bottom: 15px;
		font-size: 20px;
	}
	footer h4{
		font-size: 18px;
	}
	footer p {
		line-height: 20px;
		font-size: 14px;
	}
	footer .inline-flex-icon i {
		padding: 5px 6px;
	}
	footer .inline-flex-icon .icon-facebook {
		padding: 5px 10px;
	}
	.pages-content {
		padding-top: 163px;
	}
	.navbar-nav {
		margin-bottom: -1px;
	}
	.section1 .sm-margin{
		margin-top: 60px;
	}
	.section1 .section1-content-col .section1-icon, .section1 .section1-content-col {
		background-color: white;
		margin-top: 0px;
	}
	.section3 p br {
		display: block;
	}
	
	 footer .design-by p{
		font-size: 13px;
	}
	footer .inline-flex-icon .icon-envelope {
		padding: 5px 6px;
	}
	footer .inline-flex-icon .icon-youtube{
		padding: 5px 7px;
	}
	footer .inline-flex-icon .icon-facebook {
		padding: 5px 10px;
	}
	.d-flex.first-section, .second-section .d-flex {
		display: block;
	}
	.d-flex.first-section .text-right {
		text-align: left;
	}
	.about-page .first-section p {
		text-align: left;
	}
	.about-page img {
		margin-top: 0px;
	}
	.about-page .third-section .text {
		min-height: 123px;
	}
	.product-details.no-padding-left {
		margin-bottom: 10px;
	}
	.about-product .product-info {
		margin-bottom: 20px;
	}
	.no-padding-right {
		padding-right: 15px;
	}
	.product-details.no-padding-left {
		padding: 20px 30px 20px 30px;
	}
	.about-product .hidden-md {
		display: block;
	}
	.about-product .hidden-xs {
		display: none;
	}
	.no-padding-left {
		padding-left: 15px;
	}
	.banner hr {
		margin-bottom: 30px;
	}
	.navbar-collapse {
		padding-right: 15px;
		padding-left: 15px;
	}
	footer .footer-address .col-md-5 p {
		margin-bottom: 5px;

	}
	footer .inline-flex-icon {
		padding-left: 20%;
	}
	.about-product .product-info img{
		max-width: 50%;
		padding: 20px 20px 0px 20px;
	}
	.customerize {
		padding-top: 20px;
	}
	.contact-us-page h3 {
		margin-top: 0px;
	}
	.get-in-touch{
		margin-bottom: 20px;
	}
}









@media(max-width: 767px){	
	p {
		font-size: 15px;
		line-height: 22px;
	}
	.site-logo p {
		font-size: 22px;
    padding-top: 23px;
	margin-bottom:5px;
	}
	.site-logo h5 {
    margin-top: 0px;
	}
	.pages-content {
		padding-top: 154px;
	}
	.section2 hr  {
		display: none;
	}
	.section2 .owl-dots {
		margin-top: 5px;
    position: static;
    display: block;
	}
	.logo {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	/* .logo img {
		max-width: 90%;
    padding-top: 0px;
    margin: 0px;
	} */
	.section1 .col-1{
		margin-top:-38px;
	}
	.section1 .section1-content-col .section1-icon i {
		padding: 15px 25px 20px 25px;
		font-size: 30px;	
		border-top: 1px solid #739a01;
	}
	.section1 .section1-text h4 {
		font-size: 16px;
		padding-top: 10px;
	}
	.section1 .section1-text p {
		line-height: 22px;
		padding-top: 5px;
		padding-bottom: 10px;
	}
	.section1 .section1-text .more-btn {
		font-size: 14px;
		padding: 7px 15px;
	}
	.section1 .section1-content-col {
		border-top: 8px solid #739a01;
		margin-top: 30px;
		border-left: 1px solid #739a01;
		border-right: 1px solid #739a01;
	}
	.section2 {
		padding: 30px 0px 17px 0px;
	}
	.section3 .about-title {
		padding-bottom: 0px;
    font-size: 20px;
    padding-top: 10px;
	}
	.section3 {
		padding: 20px 0px;
	}
	.section3 .read-more-about {
		padding: 7px 10px;
		font-size: 14px;
		float: left;
		margin-bottom: 20px;
	}
	.section3 p br{
		display: block;
	 }
	.section3 .about-section-img h5 {
		margin-bottom: 7px;
		margin-top: -3px;
		font-size: 15px;
	}
	.section3 .some-image h3{
		padding-bottom: 10px;
	}
	.section3 p {
		line-height: 23px;
	}
	.section3 .some-image .news {
		font-size: 16px;
	}
	footer {
		padding: 10px 0px 0px 0px;
	}
	footer h3 {
		margin-bottom: 10px;
		font-size: 20px;
		margin-top: 5px;
	}
	footer h4{
		font-size: 17px;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	footer .design-by p {
		font-size: 13px;
		margin-bottom: 0px;
	}
	.section1 .section1-content-col .section1-icon,.section1 .section1-content-col  {
		background-color: white;
	}
	.section1 .col-md-3 {
		margin-top: 40px;
	}
	.section1 .section1-text p {
		min-height: 0px;
	}
	.xs-br{
		display: block;
	}
	footer .inline-flex-icon {
		margin-top: -18px;
		margin-bottom: 15px;
	  }
	footer .design-by {
		color: #aaa;
		font-size: 13px;
		text-align: center;
		padding-bottom: 10px;
	}
	footer .design {
		text-align: center;
		float: none;
		margin-top: -5px;
	}
	/* .banner img{
		display: none;
	} */
	.d-flex.first-section, .second-section .d-flex {
		display:block;
	}
	.d-flex.first-section .text-right{
		text-align: center;
	}
	.about-page .first-section p {
		text-align: center;
	}
	.second-section.pt-50{
		padding-top: 20px;
	}
	.no-padding-right {
		padding-right: 15px;
	}
	.no-padding-left {
		padding-left: 15px;
	}
	.product-details.no-padding-left {
		padding: 20px 30px 20px 30px;
	}
	.hidden-xs{
		display: none;
	}
	.hidden-md{
		display: block;
	}
	.product-details.no-padding-left {
		margin-bottom: 10px;
	}
	.about-product .product-info{
		margin-bottom: 20px;
	}
	.contact-us-page h3 {
		font-size: 20px;
		margin-top: 10px;
		font-weight: bold;
		margin-bottom: 20px;
	}
	.contact-us-form .input-group.xs-margin {
		width: 100%;
		margin-bottom: 15px;
	}
	.contact-us-form .input-group .form-control {
		min-height: 40px;
	}
	footer p {
		font-size: 13px;
	}
	footer .footer-address .col-md-5 p {
		display: block;
	}
	footer .inline-flex-icon {
		padding-left: 0%;

	}
	.banner hr {
		margin-bottom: 20px;
	}
	.banner h3 {
		font-size: 18px;
		padding: 0px 15px;
	}
	.customerize{
		padding-top: 10px;
	}
	.inner-page .container{
		padding-bottom: 30px;
	}
}


@media (min-width: 391px) and (max-width: 450px) {
	.pages-content {
		padding-top: 154px;
	}
}

@media (min-width:376px) and (max-width:  390px) {
	/* .pages-content {
		padding-top: 140px;
	} */
	.xs-br.only-320{
		display: none;
	}
	.site-logo p {
		padding-top: 18px;
	}
}
@media (min-width: 361px) and (max-width: 375px) {
	/* .pages-content {
		padding-top: 133px;
	} */
	.xs-br.only-320{
		display: none;
	}
	.site-logo p {
		padding-top: 18px;
	}
}
@media (min-width: 321px) and (max-width: 360px) {
	/* .pages-content {
		padding-top: 130px;
	} */
	.site-logo p {
		font-size: 18px;
	}
	.mm-navbar img {
		max-width: 24%;
	}
	.site-logo p {
		padding-top: 18px;
	}
}

@media (max-width: 320px){
	/* .pages-content {
		padding-top: 116px;
	} */
	.logo img {
		max-width: 100%;
	}
	.site-logo p {
		font-size: 18px;
		padding-top: 12px;
	}
	.mm-navbar img {
		max-width: 24%;
	}
}


/*......................go top button......................*/
.scrollTop{
    text-decoration: none;
    cursor: pointer;
    background-color: white;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 25px;
	padding-top:5px;
    display: none;
    z-index: 100;
    font-size: 20px;
    text-align: center;
    border-style: hidden;
    border-color: #739a01;
    justify-content: center;
    align-items: center;
    color: #739a01;
}
.section1 img {
    max-width: 80px;
}
.mb50{
	margin-bottom: 50px;
}
.section1-text h4 {
	color: #333;
	font-weight: 600;
	font-size: 17px !important;
  }

  .section2 .item.item4 .image:hover {
	background-image: url("/images/ale.png");
  }
  @media (min-width: 768px){
  .navbar-nav {
	display: flex;
	float: unset;
	align-items: center;
	justify-content: center;  min-height: 60px;
}
}
  @media (min-width:1200px){
	.navbar-nav {
		float: right;
		min-height: 141px;
		display: flex;
		align-items: center;
	  }
	  .header-menu .col-lg-4 {
		width: 29.333%;
	  }
  }
  .row.header-menu .col-lg-4, .row.header-menu .col-lg-8 {
	padding: 0;
  }
  @media(max-width:991px){
	.row.site-logo {
		width: 301px;
		height: 104px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: auto;
	  }
	  .navbar-default .navbar-nav > li > a {
		font-size: 14px;
	  }
	  .form-right {
		margin-bottom: 30px;
	  }
  }
.img-box img, .productpage img {

    object-fit: cover;
    padding: 5px;
    margin-top: 10px;
    border-radius: 10%;

}
  .img-box {
	display: flex;
  }
  .lemonale-flex{
	justify-content:center;
  }
  .img-box.flex-col{
	flex-direction: column;
  }
  .img-box.flex-col img{
	max-width:100%;
  }
  .text-start.bg{
	background: rgba(213, 225, 183, 0.2);
min-height: 350px;
display: flex;
flex-direction: column;
justify-content: center;
padding: 20px;
  }
  .productpage ul {
	list-style: outside;
	margin: 0;
	padding: 10px;
	line-height: 1.6;
  }
  .productpage p {
	text-align: justify;
  }
  .productpage h3 {
	color: #719810;
  }
  .text-start b {
	color: #a4750c;
  }
  .pd30{
	padding-top: 30px;
	padding-bottom: 30px;
  }
  .pd50{
	padding-top: 50px;
	padding-bottom: 50px;
  }
  .text-start {
	margin-bottom: 20px;
  }
  .dividerb{
	border-bottom: 1px solid #eee;
	margin-bottom: 50px;
	padding-bottom: 20px;
  }
  .img-box a {
	max-width: 50%;
  }
  .img-box.flex-col a {
	max-width: 100%;
  }
  .text-start h4 {
	color: #759b00;
  }
  .farmers {
	background-image: url(../images/farmers/23.png);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 50px;
	padding-bottom: 120px;
	background-color: #eff2f5;
  }

  .farmers .left img{
	background: url(../images/farmers/37.png);
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-size: auto;
	content: "";
	z-index: -1;
	border-radius: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
  }
  .farmers .left img {
	max-width: 450px;
	padding: 57px;
	border-radius: 100%;
	margin: auto;
  }
  @media(min-width:992px){
	.info-wrapper {
		min-height: 360px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	  }
  }
  .flex {
	display: inline-flex;
	justify-content: space-around;
	width: 49%;
	border-radius: 5px;
	padding: 0px 0px;
	margin-bottom: 6px;
  }
  .flex .icon {
	font-size: 21px;
	color: #c49426;
	margin-right: 10px;
	margin-top: 4px;
  }
.flex .text p {

    margin: 0;

}
  .flex .text h3 {
	font-size: 18px;
	margin: 0;
	  margin-bottom: 0px;
	margin-bottom: 20px;
  }
  .flex .text h3 span {
	font-size: 15px;
	font-weight: normal;
  }
  .flex .text {
	width: 90%;
	margin-top: 7px;
	font-size: 15px;
	color: #424242;
	text-transform: capitalize;
  }
  .testimonial {
	margin-top: 20px;
	border: 1px solid #fff;
	padding: 20px;
	font-size: 15px;
	border-radius: 20px;
	background: rgba(213, 225, 183, 0.1);
  }
  .testimonial p {
	text-align: left;
  }
  .info-wrapper h2 {
	margin-bottom: 30px;
	font-weight: bold;
  }
  @media(max-width:991px){
	.farmers {
		padding-top: 30px;
		padding-bottom: 30px;
	  }
	.info-wrapper h2 {
		text-align: center;
	}
  }
  .collaborate {
	margin-top: 20px;
  }
  .collaborate a {
	background: #749b01;
	color: #fff;
	padding: 10px 20px;
	font-size: 15px;
	border-top-right-radius: 20px;
	margin: auto;
	border-bottom-right-radius: 20px;
	transition: 0.5s all ease;
  }
  .collaborate:hover a {
	background: transparent;
	color: #749b01;
	padding: 10px 20px;
	font-size: 15px;
	border-top-right-radius: 20px;
	margin: auto;
	border-bottom-right-radius: 20px;
	border: 1px solid #749b01;
	font-weight: bold;
  }
  @media(max-width:767px){
	.farmers .left img {
		background: unset;
		padding: unset;
	  }
	  .testimonial p {
		text-align: left;
		line-height: 2;
	  }
  }
  .farmers h1.underline::after {
	content: "";
	position: absolute;
	width: 67px;
	bottom: -12px;
	border-bottom: 3px solid #749b01;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 100%;
  }
  .farmers .underline {
	position: relative;
	text-align: center;
	background: url(../images/farmers/37.png) no-repeat center;
	  background-size: auto;
	background-size: contain;
	margin-bottom: 50px;
  }

.aboutpara{
	line-height: 24pt !important;
}
.product-title{
	border-bottom: 2px solid #739a01;
    display: inline-block;
    border-top: 2px solid #739a01;
}

.mb-20{
	margin-bottom:20px !important;
}
.lemon-list{
	list-style-type: none !important;
}

.fa-check-double{
	margin-right: 10px !important;
}

.section4 h4 {
    color: #739a01;
    margin-top: 15px;
    /* font-style: italic; */
    /* text-shadow: -1px 1px 0 #effc41, 1px 1px 0 #effc41, 1px -1px 0 #effc41, -1px -1px 0 #effc41; */
    font-size: 18px;
    font-weight: bold;
}
.facebook{
	margin-right:10px;
}

.mb30{
	margin-bottom:30px;
}