*{
  font-family: sans-serif;
}
:root{
  --text-primary-heading-color: #4D4D4D;
  --text-secondary-heading-highlight: #008925;
  --bg-primary-success-color:hsl(108, 38%, 95%);
  --bg-secondary-grey-color:#656565;
  --text-secondary-success-highlight:#068100;
  --paragraph-color: #1f2223;
  --btn-success-shadow:#146400;
  --text-title-color:#4E4E4E;
  --text-card-color:#5A5A5A;
  --text-color-success:#039600;
  --text-primary-orange-color:#de7900;
}
/* --primary-color: #DE7900;
--secundary-color: #46866C;
--primary-heading: #000000;
--paragraph-color: #1f2223;
--background-color: #F8F8F8; */
  .text-blue{
    color: blue !important;
  }
  .text-white{
    color: #fff !important;
  }
  .logofullsize{
    width: 150px !important;
  }
  .justify-content-center{
    justify-content: center;
  }
  .m-20percent{
    margin: 0% 20% 0% 20%;
  }
  .pt-50{
    padding-top:50px !important ;
  }

  @media (max-width: 680px) {
    .logofullsize{
      width: auto !important;
    }
}
.bgprimaryin{
  background: #eff7ed;
}
.font-family-sans{
  font-family: sans-serif;
}
.bg-white{
  background: #fff !important;
}
.highlight2{
  color: var(--text-color-success) !important;
  font-family: "Alata", Sans-serif;
  font-size: 30px;
  font-weight: 600;

}
.section_header{
  margin-top: 20px !important;
  color: #222222 !important;
  font-family: "Playfair Display", Sans-serif;
  font-size: 48px !important;
  font-weight: 600 !important;
  line-height: 1.2em !important;
}
.productDetails{
  position: relative;
  background-color: transparent;
  background-image: linear-gradient(180deg, #1DA800 0%, #085100 100%);

}
.productDetails .container{
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 60px 0px 80px 0px;
}
.titlecolor{
  color: var(--text-title-color);
}
.text-dark{
  color: #000;
}
.mt-2{
  margin-top: 2px;
}
.p-15{
  padding: 15px;
}
.fw-800{
  font-weight: 800;
}
.fs-20{
  font-size: 20px;
}
/* ===================================
 Heading All 
 =================================== */
 .headingProduct{
  font-family: "Roboto Slab", Sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: var(--text-primary-heading-color);
 }
 .headingProduct span{
  color: var(--text-secondary-heading-highlight);
 }
 .fs-25{
  font-size: 25px;
 }
 .fs-22{
  font-size: 22px;
 }
 .cardHeading{
  color: var(--text-card-color);
 }
 .headingSecondary{
  
    font-family: "Alata", Sans-serif;
    font-size: 20px;
    font-weight: 500;
 }
 .headingHighlight{
  color: var(--text-secondary-success-highlight) !important;
  font-family: "Alata", Sans-serif;
  font-size: 47px;
  font-weight: 600;
  margin-top: 15px;
 }
 .paraColor{
  margin: 0 0 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: var(--paragraph-color);
 }
 .bg-secondary{
  background: var(--bg-primary-success-color);
 }
 .headingProduct::after
{
  content: '';
  border-bottom: 1px solid #000;
  width: 100px;
  display: block;
  position:absolute;
  left: 46%;
}
.product-body{
    webkit-box-shadow: -1.216px 6.894px 25px 0 rgb(0 0 0 / 7%);
    box-shadow: -1.216px 6.894px 25px 0 rgb(0 0 0 / 7%);
    border-radius: 10px;
    background-color: rgba(255,255,255,.9);
    padding: 30px 40px;
    position: relative;
    z-index: 2;
    margin-top: -20px;
}

/*==================================
Btn
====================================*/
.btn{
    border-radius: 5px;
    font-size: 15px;
    padding: 15px 30px;
    display: inline-block;
    color: #fff !important;
    position: relative;
    display: inline-block;
    line-height: 1;
}

/*=================================
About Section
==================================*/
.aboutSection{
  background-image: url('../images/products/background1.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 10px;
}
.mb-0{
  margin-bottom: 0 !important;
}
.px-0{
  padding: 0;
}
.mt-33{
  margin-top: 33px !important;
}
.shadowbtn{
  color: #ffffff;
  background-color: var(--btn-success-shadow);
  border-radius: 30px;
  box-shadow: 0px 0px 10px 0px var(--btn-success-shadow);
  padding: 20px 30px;
  margin-top: 15px;
}

/*==================================
Why Choose Us 
===================================*/
.right-round{
  border-radius: 0px 55px 55px 0px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);

}
.chooselist{
  list-style-type: none;

}
.chooselist li{
  line-height: 2;
}
.chooselist li span{
  font-family: "Alata", Sans-serif;
  font-size: 26px;
  font-weight: 400;
}
.iconSize{
  font-size: 24px;
}

/*=====================
======================*/
.card{
  box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 50%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px 0px -10px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: -10px;
    background: #fff;
    border-radius: 10px;
    border-radius: 20px 20px 20px 20px;
    padding: 20px;
}

/*=======================
========================*/
.ha-social-icons-wrapper i{
  padding: 10px;
  background: #ffff;
  color: #095600;
  border-radius: 10px;
  border-radius: 4px;
  font-size: 20px;
  margin-right: 8px;
}

/*=====================
======================*/
.flex-direction-nav .flex-nav-prev a,
.flex-direction-nav .flex-nav-next a{
  color: #000 !important;
  opacity: 0.6;
  background: #fff !important;
  border-radius: 100px;
}

.productimg{
  min-height: 400px;
  width: 100%;
  object-fit: cover;
}

/*=====================
=====================*/
.pages-title h5 {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 5px;
    color: var(--text-primary-orange-color);
    margin-bottom: 0px;
}


.pages-title h1 {
  color: #FFF;
  margin: 10px 0px 5px;
}
.page_breadcrumbs .container{
  position: absolute;
  bottom: 0;
}

.min-h-250{
  min-height: 250px;

}
.pl-60{
  padding-left: 60px;
}

/*=======================
=======================*/
.aboutPending{
  padding: 80px 10px;
  background: #fff;
}
.pt-150{
  padding-top: 150px !important;
}

/*====================================================
    5. SERVICES. 
  ====================================================*/
  .service-box-alt {
    background-color: #fff;
    -webkit-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    -moz-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    padding: 40px 30px;
    border-radius: 5px;
    margin: 15px 0px;
  }
  
  .circle-icon {
    width: 70px;
    height: 70px;
    /* background-color: var( --text-primary-orange-color); */
    position: relative;
    /* outline: 1px dashed #fff; */
    outline-offset: -7px;
    
  }
  
  .sb-icon-alt {
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  
  .service-box-alt h4 {
    margin: 20px 0px 12px;
  }
  
  .service-box-alt p {
    margin-bottom: 0px;
  }
  
  .service-box-bg{
      background-color: var(--background-color);
      padding: 60px 0px 80px;
  }

  /*=============================
  ==============================*/
  .viewallpost{
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.4em;
    letter-spacing: 0.5px;
    fill: #212529;
    color: #212529 !important;
    background-color: rgba(40, 125, 254, 0);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #E5E6EA;
    border-radius: 40px 40px 40px 40px;
    padding: 17px 35px 15px 35px;
  }
  .viewallpost:hover{
    color: #ffffff !important;
    background-color: #212529;
    border-color: #212529;
  }
  .bg-unset{
    background: unset !important;
  }
  ul{
    padding-left: 0;
  }
  .min-h-400{
    min-height: 400px;
  }

  .contactBottom{
    bottom: 100px !important;
  }
  .contactContainer{
    margin-top: -100px;
    position: relative;
    z-index: 4;
    background: #FFF;
    padding-bottom: 0;
    padding: 0px !important;
  }
  .contactBtn{
    background-color: var(--text-primary-orange-color);
    border: 1px solid var(--text-primary-orange-color);
    color: #fff !important;
  }

  .p-20{
    padding:20px !important;
  }
.pb-110px{
  padding-bottom: 110px !important;
}
.star-rating:before, .star-rating span:before {
  content: none !important;
}

.chatIcon{
  width: 50px;
  height: 50px;
  position: fixed;
  z-index: 9999;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
}