.home-banner {
  margin-top: 30px;
  overflow: hidden;
}

.home-banner .slide-item {
  position: relative;
}

.home-banner .slide-item .slide-content {
  position: absolute;
  max-width: 805px;
  left: 0;
  right: 0;
  bottom: 100px;
  display: inline-block;
  margin: 130px auto;
  text-align: center;
}
.home-banner  .owl-nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
}

.home-banner  .owl-nav button{
  height: 50px;
  width: 50px;
  background: #8fbb3e96 !important;
  border-radius: 5px;
  color: #fff !important;
  font-size: 40px !important;
  outline: none;
  transition: .3s linear;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -ms-transition: .3s linear;
  -o-transition: .3s linear;
}
.home-banner  .owl-nav button:hover{
  background: #12461d73 !important;
}

.home-banner  .owl-nav button span{
  display: block;
  line-height: normal;
  margin-bottom: 6px;
}

.home-banner .slide-item .slide-content h3 {
  font-size: 70px;
  font-weight: 500;
  color: #fff;
  text-shadow: 2px 1px 0px #12461d73;
}

.home-banner .slide-item .slide-content p {
  color: #fff;
  flex: 14;
  margin: 30px 0 34px 0;
  text-shadow: 2px 1px 0px #12461d73;
}

.header-banner{
  height: 110px;
}
.common-section {
  padding: 100px 0;
}

.common-section p {
  margin-top: 20px;
  color: #10441a;
  font-size: 12px;
  font-weight: 500;
}

.primary-heading {
  font-size: 60px;
  font-weight: 500;
  color: #10441a;
}

.secendory-heading {
  font-size: 48px;
  font-weight: 500;
  color: #10441a;
}

.secendory-heading:after {
  content: '';
  border-bottom: 1px solid #ebebeb;
  display: block;
  margin-top: -12px;
}

.owl-dots {
  margin-top: 20px;
}

.owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  display: inline-block;
  border: 1px solid #8fbb3e !important;
  margin: 0 5px;
  border-radius: 3px;
}

.owl-dots .owl-dot.active {
  background: #8fbb3e;
  outline: none;
}

.about-puranico {
  background: url(../images/leaf.png) center left no-repeat;
  background-size: 695px;
  background-position-y: 275px;
  padding-top: 70px;
}

.about-puranico p {
  margin: 40px 0;
  font-size: 18px;
  font-weight: 500
}

.about-puranico .featues h4 {
  font-size: 16px;
  color: #10441a;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 15px;
}

.about-puranico .featues p {
  font-size: 12px;
  margin-top: 0;
  margin: 0;
  font-weight: 500;
}

.featured-products .products-list {
  margin-top: 70px;
}

.featured-products .products-list h4 {
  font-size: 24px;
  color: #10441a;
  margin: 15px 0 10px;
  font-weight: 600;
}

.featured-products .products-list p {
  font-size: 10px;
  color: #73a77d;
  margin-top: 0;
  font-weight: 600;
}

.featured-products .products-list a {
  color: #8fbb3e;
  font-size: 10px;
  margin-top: 12px;
  text-transform: uppercase;
  height: 21px;
  line-height: 20px;
  border-radius: 20px !important;
  min-width: 135px;

}

.featured-products .products-list a:hover {
  color: #fff;
  font-weight: 600;
}

.parallex {
  background: url("../images/clients-land.jpeg");
  min-height: 210px;
  background-attachment: fixed;
  margin-top: 20px !important;
}

.about-features {
  margin-top: 80px;
}

.about-features p {
  color: #10441a;
}

.mission-vision p {
  font-size: 14px;
  color: #10441a;
  margin-bottom: 0;
  margin-top: 0;
}

.product-list {
  margin-top: 80px;
}

.product-list .product-item {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ebebeb;
}
.product-list .product-item:hover img ,.product-list .product-item:hover h4{
  transform: scale(1.1  );
  -webkit-transform: scale(1.1  );
  -moz-transform: scale(1.1  );
  -ms-transform: scale(1.1  );
  -o-transform: scale(1.1  );
}

.product-list .product-item img, .product-list .product-item h4 {
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
}

.products .secendory-heading{
  font-size: 72px;
}
.products .secendory-heading:after {
  margin-top: -19px;
}

.product-list .product-item h4 {
  font-size: 24px;
  color: #10441a;
  font-weight: 600;
}

.product-list .product-item p {
  margin-top: 10px;
  font-size: 10px;
  color: #10441a;
  font-weight: 600;
}

.product-list .product-item:nth-child(1) , .product-list .product-item:nth-child(2), .product-list .product-item:nth-child(3) , .product-list .product-item:nth-child(4){
  padding-top: 0;
}
.product-list .product-item:nth-of-type(1n + 1) {
  border-right: 1px solid #ebebeb;
}

.product-list .product-item:nth-of-type(4n + 4) {
  border-right: none;
}


.product-deatils {
  margin-top: 60px;
}

.product-deatils .product-deatils-content h1 {
  font-size: 60px;
  font-weight: 500;
  color: #10441a;
}

.product-deatils .product-deatils-content p {
  font-size: 16px;
  color: #10441a;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 500 !important;
}

.product-deatils .product-deatils-content .nav-tabs {
  border: none;
}

.product-deatils .product-deatils-content .nav-tabs li a {
  padding-left: 0;
  border: none;
  color: #10441a;
  font-size: 24px;
  border-bottom: 2px solid #708573;
  font-weight: 500;
}

.product-deatils .product-deatils-content .nav-tabs li a:before {
  height: 19px;
  width: 16px;
  display: inline-block;
  margin-right: 10px;
  background-size: 15px !important;
}

.product-deatils .product-deatils-content .nav-tabs li:first-child a:before {
  content: '';
  background: url("../images/features-icon.png") no-repeat;
}

.product-deatils .product-deatils-content .nav-tabs li:last-child a:before {
  content: '';
  background: url("../images/resource-icon.png") no-repeat;
}

.product-deatils .product-deatils-content .nav-tabs li a.active {
  border-color: #8fbb3e;
}

.product-deatils .product-deatils-content .nav-tabs li a.active:before {
  background-position-y: bottom;
}

.product-deatils .product-deatils-content .tab-content .feature-list li {
  color: #10441a;
  font-size: 14px;
  font-weight: 500;
  list-style: none;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #d7d7d7;
}

.product-deatils .product-deatils-content .tab-content .feature-list li:last-child {
  border: none;
}

.product-deatils .product-deatils-content .scent-packsize {
  border-top: 1px solid #ddeac5;
  border-bottom: 1px solid #ddeac5;
  padding-top: 14px;
  padding-bottom: 14px;
  margin-top: 20px;
}

.product-deatils .product-deatils-content .scent-packsize li {
  list-style: none;
}

.product-deatils .product-deatils-content .scent-packsize li h5 {
  font-size: 12px;
  color: #10441a;
  font-weight: 600;
}

.product-deatils .product-deatils-content .scent-packsize li p {
  font-size: 14px;
  color: #69a101;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.contact-us .secendory-heading{
  font-size: 72px;
}
.contact-us  .secendory-heading:after{
  margin-top: -18px;
}

.contact-us-content{
  margin-top: 50px;
  text-align: left;
}
.contact-email-phon-no a{
  transition: .3s linear;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -ms-transition: .3s linear;
  -o-transition: .3s linear;
}
.placeholder{
  font-weight: 500;
}
.contact-email-phon-no a:hover{
  color: #8fbb3e;
}
.contact-email-phon-no h5{
  color: #10441a;
  font-weight: 600;
}