.no-margin {
  margin: 0;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.content-row {
  padding: 100px 0;
}

.product-row .product-info h1 {
  font-family: "Cinzel", serif;
  font-size: 40px;
  font-weight: 400;
  color: #464644;
}

/* Blog stylings started */
.blog-row h1 {
  font-family: "Cinzel", serif;
  font-size: 40px;
  font-weight: 400;
  color: #464644;
}

.blog-row hr {
  border-color: #cccccd;
  margin: 1px 0;
}

.blog_container_background_new {
  border: 1px solid #78ac3c;
  padding: 5px;
  border-radius: 8px;
  height: 300px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.blog_update_continer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog_update_continer .blog_container_background_new {
  display: flex;
  align-items: center;
}

.blog_container {
  height: 250px;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.blog_container .blogImage {
  object-fit: cover;
  filter: grayscale(60%);
  aspect-ratio: 3/2;
  height: "100%";
  width: "auto";
}

.blog_container .blogImage:hover {
  transform: scale(1.1);
  transition: transform 0.8s;
  filter: grayscale(0%);
}

.text-substring {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.blog-row-container h1 {
  font-family: "Cinzel", serif;
  font-size: 22px;
  font-weight: bold;
  color: #464644;
}

.blog-row-container hr {
  border-color: #cccccd;
  margin: 1px 0;
}

@media only screen and (max-width: 767px) {
  .blog-row h1 {
    font-size: 30px;
    font-weight: 400;
    color: #464644;
  }

  .blog_container_background_new {
    height: 500px;
    display: block;
  }

  .blog_container .blogImage {
    object-fit: cover;
    filter: grayscale(100%);
  }
}

/* Blog styling ended */

.product-row .product-info .btn-product-readmore,
#contact-row #contact-form-wrap .contact-body .form-group .btn.btn-default {
  font-family: "Cinzel", serif;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  padding: 20px 50px;
  border: none;
  border-radius: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.product-desc-wrap+[data-readmore-toggle],
.product-desc-wrap[data-readmore] {
  display: inline-block !important;
  width: auto !important;
}

.bread-crumb.breadcrumb-no-bg {
  background: transparent;
  color: #464644;
}

.bread-crumb.breadcrumb-no-bg span {
  color: #464644;
}

.bread-crumb.breadcrumb-no-bg a {
  color: #464644;
}

.bread-crumb.breadcrumb-no-bg a.breadcrumb-current {
  color: #64c652;
}

.bread-crumb.breadcrumb-no-bg a:hover {
  text-decoration: underline;
}

.carousel-indicators {
  bottom: 0px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1155px;
  text-align: right;
}

.carousel-indicators li {
  width: 15px;
  height: 9px;
  border-radius: 0;
  background: #64c652;
}

.carousel-indicators li.active {
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  background: #e3c54b;
  margin: 1px;
  width: 15px;
  height: 9px;
}

.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

.product-row {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .product-row {
    margin-bottom: 20px;
  }
}

.product-row .product-info h1 {
  margin-bottom: 0;
}

.product-row .product-info hr {
  border-color: #cccccd;
  margin: 30px 0;
}

.product-row .product-info .btn-product-readmore {
  background: #64c652;
  margin-top: 45px;
}

.product-row .product-info .btn-product-readmore:hover {
  background: #4bac39;
}

@media only screen and (max-width: 767px) {
  .product-row .product-info .btn-product-readmore {
    margin-top: 30px;
    margin-bottom: 45px;
  }
}

.product-row .product-img {
  padding: 0 30px;
  background: transparent url("../images/water-mark3.png") no-repeat scroll right bottom;
  background-size: 60%;
}

@media only screen and (max-width: 767px) {
  .product-row .product-img {
    background-size: 40%;
    background-position: 60% bottom;
  }
}

@media only screen and (max-width: 320px) {
  .product-row .product-img {
    background-size: 60%;
    background-position: right bottom;
  }
}

.product-row .product-img.reverse {
  background: transparent url("../images/water-mark1.png") no-repeat scroll left bottom;
  background-size: 60%;
}

#contact-row {
  display: flex;
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  #contact-row {
    flex-wrap: wrap;
  }
}

#contact-row #contact-banner {
  background: transparent url("../images/contact-banner.jpg") no-repeat scroll center center;
  background-size: cover;
}

@media only screen and (max-width: 992px) {
  #contact-row #contact-banner {
    background-position: left center;
  }
}

@media only screen and (max-width: 767px) {
  #contact-row #contact-banner {
    height: 300px;
  }
}

#contact-row #contact-form-wrap {
  padding: 0;
}

#contact-row #contact-form-wrap .contact-head {
  background: #4ba351;
}

#contact-row #contact-form-wrap .contact-head h3 {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  margin: 0;
  padding: 12px 30px;
}

#contact-row #contact-form-wrap .contact-body {
  background: #f2f2f2;
  padding: 25px 25px 15px 25px;
}

#contact-row #contact-form-wrap .contact-body .form-group {
  margin-bottom: 10px;
}

#contact-row #contact-form-wrap .contact-body .form-group .form-control {
  border-radius: 0;
  border-color: #e0e0e0;
  box-shadow: none;
  padding-left: 40px;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: 10px center;
}

#contact-row #contact-form-wrap .contact-body .form-group .form-control#name {
  background-image: url("../images/icon1.gif");
}

#contact-row #contact-form-wrap .contact-body .form-group .form-control#email {
  background-image: url("../images/icon2.gif");
}

#contact-row #contact-form-wrap .contact-body .form-group .form-control#subject {
  background-image: url("../images/icon3.gif");
}

#contact-row #contact-form-wrap .contact-body .form-group .btn.btn-default {
  width: 100%;
  padding: 10px;
  font-family: "Open Sans", sans-serif;
  background: #64c652;
}

#contact-row #contact-form-wrap .contact-body .form-group .btn.btn-default:hover {
  background: #4ba351;
}

#contact-row #contact-form-wrap .contact-body .form-group textarea {
  width: 100%;
  resize: none;
  padding: 10px 20px;
  border: 1px solid #e0e0e0;
}

#contact-row #contact-form-wrap .contact-foot {
  padding: 25px;
  color: #000;
  font-size: 14.5px;
  background: transparent url("../images/form-footer.jpg") no-repeat scroll center center;
  background-size: cover;
}

#contact-row #contact-form-wrap .contact-foot span {
  margin-right: 10px;
}

#contact-row #contact-form-wrap .contact-foot a {
  color: #000;
}

#contact-row #contact-form-wrap .contact-foot span i {
  color: #ccb677;
}

#contact-row #contact-form-wrap .contact-foot span i.fa-square {
  background: #3f3f3f;
  color: #3f3f3f;
}

/*# sourceMappingURL=style.css.map */

.product-row .product-info .btn-product-readmore {
  margin-top: 25px;
  background: #75AB3F none repeat scroll 0% 0%;
  padding: 10px 50px;
  color: #FFF;
  text-transform: uppercase;
  font: 400 14px Cinzel, serif;
  text-decoration: none;
  transition: all 0.35s ease 0s;
  cursor: pointer;
}

.product-row .product-info .btn-product-readmore:hover {
  background: #1D6917 none repeat scroll 0% 0%;
}


@media screen and (max-width: 767px) {
  /*.product-top-inner-right h1,
	.product-top-inner-right h3 {text-shadow: 0px 0px 10px rgba(0,0,0,0.5);}
	
	.product-top-inner-right p {text-shadow: 0px 0px 10px rgba(0,0,0,0.5);}*/
}

@media screen and (max-width: 480px) {
  /*	.product-top-inner-right img {display: none;}
	
	.product-top-inner-right p {text-shadow: 0px 0px 2px rgba(0,0,0,0.75); color: #fff !important}*/
}

.green {
  color: #5c8828;
}


/*
.contact-title {
    margin-top: 100px;
    text-transform: uppercase;
    transition: all 4s ease-in-out;
    text-align: center;
}

.contact-title h2{
 font-size: 16px;
}

.contact-form2{
    padding-left: 30%;
    padding-right: 30%;
}


.form{
    margin-top: 500px;
}

.form-control{
    
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid green;
    color: #000;
    font-size: 18px;
    margin-bottom: 16px;
}


form .submit {
    background: green;
    border-color: transparent;
    color: white;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    height: 50px;
    margin-top: 20px;
}


form .submit:hover {
    background-color: white;
    cursor: pointer;
    border-color: green;
    color: green; 
*/
/*}*/


.container2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 100px;
}

.container2:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/images/contact-earth-essence.jpg) no-repeat;
  background-size: cover;
  z-index: -1;
  filter: blur(50px);
}

.contact-box {
  max-width: 850px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  align-content: center;
  text-align: center;
}

.left {
  height: 100%;
  background: url(/images/contact-earth-essence.jpg) no-repeat;
  background-size: cover;
}

.right {
  padding: 25px 40px;
}