@charset "utf-8";
/* CSS Document */

.space{
	padding: 80px 0px;
}
.text-justify {
    text-align: justify;
}
.cbd-oil-dropper::before {
  transform: translate(-50%, -50%);
  left: 50%;
  width: 600px;
  height: 600px;
  border: 3px dashed #ffc743;
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 50%;
  animation: rotate360 30s infinite linear;
}
.hero-img {
  margin-top: 40px;
    margin-bottom: 40px;
}
.font-20 {
    font-size: 20px;
    line-height: 32px;
}
.borderr-radius-40 {
    border-radius: 40px;
}
.bg-why-us {
    background-color: #fdfffc;
background-image: url("https://www.transparenttextures.com/patterns/clean-textile.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
.bg-1 {
background-color: #30ca3029;
  background-image: url("https://www.transparenttextures.com/patterns/paper-fibers.png");
}
.products-img {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    border: 1px solid #ADADAD;
    margin-bottom: 10px;
}
.pb-60 {
	padding-bottom: 60px;
}
.pb-60 {
	padding-bottom: 60px;
}
/*
.breadcumb-wrapper {
  background-image: url("../../agnis-assets/banner/01-banner.jpg");
  background-size: cover;       
  background-position: center;   
  background-repeat: no-repeat;  
  padding: 113px 0;
}
*/
.breadcumb-wrapper {
  text-align: center;              /* text center */
  background-image: url("../../agnis-assets/banner/01-banner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
padding: 75px 0 40px 0px;
}

.breadcumb-wrapper .row {
  justify-content: center !important;    
}

.breadcumb-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;          
	padding-top: 30px;
}

.breadcumb-title {
  width: 100%;
  font-size: 41px;
  color: #fff;
  line-height: 1.1;
  margin: -0.14em 0 15px 0;
  margin-top: -0.14em;
  margin-bottom: 15px;
  padding-top: 36px;
  font-weight: 600;
}
.breadcumb-menu-wrap h1 {
  font-size: 18px;
  font-weight: 500 !important;
  margin: 0;
	color:#fff;
}
.contact-box__title {
  font-size: 27px;
  margin-top: -0.22em;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 6px;
}
	.contact-box {
  margin-right: 30px; 
}
.contact-box {
  border: 1px solid #00923f;;      
  padding: 25px;               
  border-radius: 10px;         
  background: #fff;            
}
.form-style2 iframe {
  border-radius: 15px;
  overflow: hidden;
}
	.panel-success {
  border-color: #00923f!important;
}
	.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
	.panel-success > .panel-heading {
  color: #fff;
  background-color: #00923f;
  border-color: #d6e9c6;
  font-size: 23px;
}
	
	.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
    border-bottom-color: transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
		.panel-body {
  padding: 15px;
}
	.panel-success {
  border-color: #d6e9c6;
}

@media (max-width: 767px) {
  .img-box1 .img1::before {
    display: none;
        height: auto;
  }
    .hidden-xs {
       display: none;
    }
}
.product-grid{
    text-align: center;
    padding: 10px 10px;
    margin: 0 auto;
    border: 2px solid #dedade;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
	margin-bottom: 10px;
	background: #f0f0f0;
}
.product-grid:hover{ border: 2px solid #003844;}
.product-grid .product-image{
    position: relative;
}
.product-grid .product-image a.image{display: block; }
.product-grid .product-image img{
    width: 100%;
    height: auto;
}
.product-image .pic-1{ transition: all .5s ease; }

.product-grid .product-content{ padding: 10px 0 0; }
.product-grid .rating{
    color: #ffd200;
    font-size: 14px;
    padding: 0;
    margin: 0 0 10px;
    list-style: none;
    display: inline-block;
}
.product-grid .title{
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 15px;
}
.product-grid .title a{
    color: #000;
    transition: all 0.3s ease 0s;
}
.product-grid .title a:hover{ color: #003844; }
.product-grid .price{
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 5px;
}
.product-grid .add-cart{
    color: #003844;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 11px 12px 10px;
    border: 1px solid #003844;
    display: block;
    position: relative;
    transition: all .3s ease;
    z-index: 1;
}
.product-grid .add-cart i{ margin: 0 5px 0 0; }
.product-grid .add-cart:hover{ color: #fff; }
.product-grid .add-cart:before{
    content: "";
    background: #003844;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}
.product-grid .add-cart:hover:before{ width: 100%; }
@media screen and (max-width: 990px){
	.product-grid{ margin-bottom: 30px; }}

.seven-col {
    flex: 0 0 14.28%;
    max-width: 14.28%;
}

/* Mobile: 1 column full width */
@media (max-width: 768px) {
    .seven-col {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .counter-media {
  margin-bottom: 20px;
}
.hero-content.style3 .hero-text {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
.review-title {
  font-family: var(--body-font);
  font-size: 22px;
}
.font-20 {
  font-size: 17px;
  line-height: 28px;
}
.breadcumb-title {
  width: 100%;
  font-size: 26px;
  color: #fff;
  line-height: 1;
  margin: -0.14em 0 15px 0;
    margin-top: -0.14em;
    margin-bottom: 15px;
  margin-top: -0.14em;
  margin-bottom: 15px;
  padding-top: 20px;
  font-weight: 600;
}
}
.hidden {
	display: none !important;
}
.font-18 {
	font-size: 18px;
}