@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
   font-family: "Fira Sans", sans-serif;
}
:root {
  --star-size: 28px;
  --star-color: #acacac;
  --star-background: #fc0;
}
body, p, h1, h2, h3, h4, h5, h6, span, ul, li, a { padding: 0; margin: 0;}
a {
  cursor: pointer;
}
.top_bar {
 background: #1b6630;
  padding: 5px 0;
}
.call {
  font-size: 13px;
  color: #fff;
  font-weight: 400;
}
.call i {
  background: #e1b58e;
  border-radius: 100%;
  width: 27px;
  height: 27px;
  margin-right: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1b6630;
}
.scl_media { list-style-type: none;}
.scl_media li a {
  color: #fff;
  font-size: 13px;
}
.right-box-contain .scl_media li a {
  color: #fff;
  font-size: 13px;
  background: #1b6630;
  display: block;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  text-decoration: none;
}
.btn_1 {
  background: #fbb935;
  padding: 8px 14px;
  font-size: 13px;
  text-decoration: none;
  color: #000;
  border-radius: 100px;
  width: 135px;
  text-align: center;
}
.btn_2 {
  background: transparent;
  outline: 1px solid #fbb935;
  outline-offset: -1px;
  padding: 8px 14px;
  font-size: 13px;
  text-decoration: none;
  color: #fbb935;
  border-radius: 100px;
  width: 135px;
  text-align: center;
}
header {
  background: #fff;
  padding: 14px 0;
  z-index: 9;
  position: relative;
  z-index: 9999;
}
.logo img {
  max-width: 190px;
}

nav ul {
  list-style-type: none;
}
nav ul li a {
  font-size: 14px !important;
  color: #000;
  text-decoration: none;
  padding: 7px 0 !important;
  line-height: 14px !important;
}
.nav02 ul li a {
  width: 100%;
  border-bottom: 1px solid #bfccc3;
  display: flex;
  align-items: center;
  gap: 0 5px;
}
.nav02 ul li:last-child a {
  border-bottom: none;
}
nav ul li .dropdown-item:hover {
color: #000 !important;
  background: #e1b58e;
  border-radius: 5px;
}
nav ul li .dropdown-item {
  padding: 9px 14px !important;
  margin: 2px 0;
  color: #000;
}
.shop_icons {
  display: flex;
  align-items: center;
  gap: 14px;
}
.carousel-caption h2 {
  font-size: 52px;
  color: #010101;
  font-weight: bold;
}
.carousel-caption h2 span {
  color: #4f3218;
  font-size: 36px;
  display: block;
  font-weight: 400;
  margin-bottom: 5px;
}
.carousel-caption p {
  font-size: 30px;
  margin: 15px 0;
  color: #1b6630;
  font-weight: 500;
}
.btn_3 {
  background: #fbb935;
  width: 175px;
  padding: 12px 15px;
  border-radius: 150px;
  color: #000;
  text-decoration: none;
  border: none;
}
.btn_4 {
  background: #fff;
  outline: 1px solid #fbb935;
  outline-offset: -1px;
  width: 175px;
  padding: 12px 15px;
  border-radius: 150px;
  color: #000;
  text-decoration: none;
}
.list-none {
  list-style-type: none;
}
.bottom_banner_sec ul {
  gap: 3rem;
  color: #2a6452;
  font-size: 16px;
  font-weight: 500;
}
.bottom_banner_sec ul li i {
  margin-right: 7px;
  color: #bebebe;
}
.abt_img img {
  max-width: 100%;
}
.h2 {
  color: #171717;
  font-size: 30px;
  font-weight: 600;
}
.h2 span {
  color: #2a6452;
  text-transform: uppercase;
}
.com_p {
  font-size: 14px;
  font-weight: 400;
}
.com_p_2 {
  font-size: 13px;
  font-weight: 400;
  color: #000;
}
.gray {
  color: #515151;
}
.about_Sec ul li {
  font-size: 13px;
  list-style-type: none;
  margin-bottom: 7px;
  color: #151515;
  display: flex;
  align-items: flex-start;
}
.about_Sec ul li span {
  color: #1d5645;
}
.about_Sec ul li i {
  background: #2a6452;
  padding: 3px 4px;
  border-radius: 100%;
  color: #fff;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-right: 10px;
}
.abt_img_2 img {
  max-width: 97%;
  border-radius: 14px;
  border: 5px solid #fff;
  box-shadow: -10px -10px 0 #2a6452;
}

.benf_ico {
  background: #2a6452;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  overflow: hidden;
}
.com_btn_2 {
  margin: 17px auto 0;
  display: block;
  max-width: fit-content;
  text-decoration: none;
  border-radius: 100px;
  padding: 14px 30px;
  font-size: 15px;
}
.com_btn_3 {
  display: block;
  min-width: 160px;
  text-decoration: none;
  border-radius: 100px;
  padding: 14px 30px;
  font-size: 15px;
  outline: 1px solid #2a6452;
  text-align: center;
  outline-offset: -1px;
}
.bg-yellow {
  background: #ffc234;
}
.bg-green {
  background: #1b6630;
}
.text-green {
  color: #1b6630;
}
.text-white {
  color: #fff;
}
.h3 {
  font-size: 24px;
}
.h3 span {
  color: #1b6630;
  font-weight: bold;
}
.prod_pic {
  overflow: hidden;
  border-radius: 10px;
}
.prod_dt h2 {
  font-size: 16px;
  text-transform: uppercase;
}
.prod_dt {
  padding: 16px 0;
}
.prod_dt p {
  margin: 12px 0;
}
.prod_dt a {
  font-size: 14px;
  padding: 8px 20px;
  display: block;
  max-width: fit-content;
  border-radius: 100px;
  text-decoration: none;
}
.yellow_banner {
  background: url(../images/yellow_bg.png) no-repeat left top / cover;
}
.text-normalcase {
  text-transform: capitalize !important;
}
.grid_trns {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: all .4s linear;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
}
.grid_trns img {
  max-width: 100%;
}
.rev_box {
  outline: 1px solid #2a6452;
  border-radius: 7px;
  padding: 24px 24px;
  text-align: center;
  outline-offset: -2px;
}
.rev_box p {
  font-style: italic;
  font-weight: 500;
  margin-bottom: 12px;
  min-height: 97px;
}
.testi_img {
  width: 65px;
  border-radius: 100%;
  overflow: hidden;
  height: 65px;
  border: 4px solid #fff;
}
.testi_img img {
  width: 100%;
}
.testi_name {
  font-size: 13px;
  color: #1b6630;
  text-align: left;
}
.testi_name h3 {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  margin-bottom: 3px;
}
.owl-carousel .owl-dots {
  text-align: center;
  margin: 0;
  position: absolute;
  width: 100%;
  bottom: -54px;
  left: auto;
  right: auto;
  padding: 10px 0;
  border-radius: 30px 30px 0 0;
}
.owl-carousel .owl-dots .active span {
  background-color: #1b6630  !important;
}
.owl-carousel .owl-dots .owl-dot span {
  display: inline-block;
  background-color: #bbb;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin: 0px 10px;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}
.disc_grid {
  border: 1px solid #a9cbb0;
  border-radius: 10px;
  padding: 14px;
  background: #fff;
  position: relative;
}
.disc_cont {
  padding: 17px 0;
}
.disc_img {
/* border: 1px solid #2a6452; */
  border-radius: 7px;
  overflow: hidden;
  text-align: center;
  background: #fff;
  min-height: 172px;
  max-height: 172px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.disc_grid h3 {
  font-size: 16px;
  text-transform: uppercase;
  min-height: 40px;
}
.disc_grid a {
  font-size: 14px;
  padding: 8px 20px;
  display: block;
  max-width: fit-content;
  border-radius: 100px;
  text-decoration: none;
}
.hlp_grid {
  background: #2a6452;
  border-radius: 10px;
  display: flex;
  align-content: center;
  gap: 14px;
  padding: 7px;
}
.hlp_ico {
  background: #175743;
  padding: 7px 7px;
  border-radius: 10px;
  border: 1px solid #3c816c;
  width: 100px;
  height: 114px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hlp_ico img {
  max-width: 70%;
}
.hlp_cont {
  width: 81%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hlp_cont h4 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 7px;
}
.hlp_cont p {
  color: #fff;
  margin-bottom: 7px;
}
.hlp_cont a {
  color: #ffc234;
  font-size: 13px;
}
.ftr_strip {
  background: #6a775c;
  text-align: center;
}
.ftr_strip {
  color: #fff;
}
.text-yellow {
  color: #ffc234;
}
footer {
  background: #1b6630;
}
.footer_logo img {
  max-width: 220px;
}
.footer_logo {
  margin-bottom: 27px;
}
.fst_col_ftr p {
  color: #fff;
  margin-bottom: 14px;
  font-size: 13px;
  line-height: 24px;
  text-align: justify;
}
.fst_col_ftr ul {
  list-style-type: none;
}
.fst_col_ftr ul li {
  font-size: 13px;
  color: #fff;
}
.fst_col_ftr ul li span {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 10px;
}
footer h3 {
font-size: 18px;
  color: #fff;
  margin: 55px 0 16px;
}
.ftr_mnu {
  list-style-type: none;
  line-height: 27px;
}
.ftr_mnu li a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  display: flex;
  align-items: baseline;
  line-height: 24px;
}
.ftr_mnu li a i {
  margin-right: 7px;
}
.notif_form {
  background: #fff;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 4px 5px;
  border-radius: 5px;
}
.notif_form .fa-envelope {
  color: #b7b7b7;
  font-size: 20px;
  padding: 0 3px;
  margin-left: 5px;
}
.notif_form input {
  border: none;
  font-size: 13px;
  width: 100%;
  padding: 9px 7px;
}
.notif_form button {
  background: #1b6630;
  padding: 5px 10px;
  border-radius: 5px;
  border: none;
  color: #fff;
}
.cpy_rit {
  text-align: left;
  font-size: 13px;
  color: #fff;
}
.cpy_rit_dv {
  border-top: 1px solid #426d60;
}
.ftr_mnu_2 li a {
  border-right: 1px solid #fff;
  padding-right: 10px;
  margin-right: 10px;
}
.ftr_mnu_2 li:last-child a {
  border-right: none;
  padding-right: 0;
  margin-right: 0; 
}
.carousel-caption {
z-index: 9999;
  right: auto;
  left: 122px;
  width: 38%;
  text-align: left;
  bottom: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#home .owl-carousel .owl-nav .owl-next {
  right: 0;
}
#home .owl-carousel .owl-nav .owl-prev {
  left: 0;
}
#home .owl-carousel .owl-nav button {
  background: rgba(0, 0, 0, 0.5);
  padding: 4px 4px !important;
  float: left;
  font-size: 24px;
  text-align: center;
  border-radius: 3px;
  font-weight: normal;
  color: #fff;
  position: absolute;
  border: none;
  top: 40%;
  width: 45px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#prods .owl-carousel .owl-nav .owl-next {
  right: -50px;
}
#prods .owl-carousel .owl-nav .owl-prev {
  left: -50px;
}
#prods .owl-carousel .owl-nav button {
  padding: 4px 4px !important;
  float: left;
  font-size: 24px;
  text-align: center;
  border-radius: 3px;
  font-weight: normal;
  color: #000;
  position: absolute;
  border: none;
  top: 40%;
  width: 45px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qts {
  font-family: "Proza Libre", serif;
  font-size: 60px;
  color: #2a6452;
  font-weight: bold;
  position: absolute;
}
.lft_qts {
  left: 0;
}
.rit_qts {
  right: 0;
}
.about_Sec ul li div {
  width: 92%;
}
.active_menu {
  color: #1b6630  !important;
}
.contact_btn {
  background: #1b6630;
  padding: 9px 26px;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s ease-in-out;
}
.comn_btn {
  transition: 0.3s ease-in-out;
}
.contact_btn:hover, .comn_btn:hover {
  background: #2d9c4c;
}
/**About**/
.banner_in img { 
  max-width: 100%;
  width: 100%;
}
.banner_in .inner_cap {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.banner_in .inner_cap h2 {
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 0px 0 5px;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 0px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  padding: 0;
}
.breadcrumb > li {
  display: inline-block;
  font-size: 13px;
  padding: 0 5px;
}
.breadcrumb li.act {
  color: #d7d7d7;
}
.banner_in .breadcrumb > li a {
  color: #fff;
  text-decoration: none;
}
.breadcrumb > li a {
  color: #1b6630;
  text-decoration: none;
}
.breadcrumb > li + li::before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

/**blog det**/

.blg_det h1 {
  font-size: 24px;
  margin: 0 0 7px;
}
.blg_det p {
	width: 100%;
	text-align: left;
  }
  .det_image {
	margin: 5px 0 20px;
  overflow: hidden;
  border-radius: 10px;
  }
  .det_image img {
	max-width: 100%;
  }
  .blg_det p {
	width: 100%;
	text-align: left;
	line-height: 25px;
  }
  .per {
    color: #1b6630;
    width: auto !important;
  }
  .sidebar-recent-news {
  background: #1b6630;
  padding: 25px 18px;
  border-radius: 7px;
  }
  .sidebar-recent-news h4 {
	font-weight: 500;
	border-bottom: 1px solid #0e4a1f;
	padding-bottom: 15px;
	margin-bottom: 25px;
	margin-top: 0;
	font-size: 20px;
	color: #fff;
  }
  .sidebar-recent-news ul li {
	list-style-type: none;
	border-bottom: 1px solid #0e4a1f;
	margin-bottom: 8px;
	padding-bottom: 8px;
  }
  .sidebar-recent-news ul li a {
    color: #fff;
    text-decoration: none;
  }
  .float-left {
	float: left;
  }
  .sidebar-recent-news ul li a img {
	border-radius: 2px;
	border: 2px solid #f6f6f6;
  }
  .sidebar-recent-news ul li img {
	width: 110px;
  }
  .sidebar-recent-news ul li .post {
    width: calc(100% - 110px);
    padding-left: 11px;
    text-align: left;
  }
  .post h6 a {
	font-size: 14px;
	color: #fff;
	line-height: 18px;
	text-decoration: none;
	font-weight: 400;
  }
  .post span {
    color: #f5d452 !important;
	font-size: 12px;
	margin-top: 7px;
	display: block;
  }
  /**blog det**/
  
  /**contact**/
  .contact-detail-box {
    display: flex;
    flex-wrap: wrap;
    gap: calc(2px + (5 - 2) * ((100vw - 320px) / (1920 - 320)));
    align-items: center;
    background-color: #fff;
    padding: 17px 34px;
    position: relative;
    border-radius: 10px;
    margin-left: 22px;
    box-shadow: 0 0 4px #d2d2d2;
    }
    .contact-icon {
      top: 50%;
      transform: translateY(-50%);
      position: absolute;
      left: -21px;
      background: #1b6630;
      padding: 13px;
      border-radius: 7px;
      display: inherit;
      color: #fff;
      width: 51px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
    }
  .contact-detail-contain {
    width: 100%;
    }
   .contact-detail-title h4 {
    font-weight: 600;
    font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
    margin-top: -2px;
    }
    .contact-detail-contain p {
    margin: 0;
      margin-bottom: 0px;
    font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1.5;
    color: #4a5568;
    margin-bottom: -5px;
    }
    .contact-detail-contain p a {
      color: #4a5568;
  text-decoration: none;
    }
    .g_map_lnk {
      margin: 7px 0 0;
  display: block;
  font-size: 14px;
  color: #1b6630;
    }
  .right-sidebar-box {
    padding: 17px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0 4px #d6d6d6;
    }
    .custom-form label {
    color: #4a5568;
    display: block;
    font-size: 16px;
    margin-bottom: calc(3px + (8 - 3) * ((100vw - 320px) / (1920 - 320)));
    }
   .custom-input .form-control,    .custom-input .form-select {
    padding: 12px 14px 12px 48px;
    border: none;
    background: #fafafa;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    appearance: auto;
    }
    .custom-textarea .form-control {
    padding: 12px 14px 12px 48px;
    border: none;
    background: #fafafa;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    }
    .custom-textarea { position: relative;}
  .custom-form .custom-input i {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 0 calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
    color: #4a5568;
    }
    .custom-form .custom-textarea i {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 18px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    color: #4a5568;
    }
    .contact-box-section .left-sidebar-box .contact-title {
    margin-bottom: calc(20px + (32 - 20) * ((100vw - 320px) / (1920 - 320)));
    }
    .custom-form .custom-input i {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 0 calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
    color: #4a5568;
    }
    .custom-input {
    position: relative;
    }
    /**contact**/
    
    @media screen and (min-width: 992px) {
      .navbar {
        padding: 0;
        line-height: 3rem;
      }
      .navbar .dropdown-menu {
        line-height: initial;
      }
    
      .dropdown .dropdown-menu {
        display: none;
        padding: 6px 5px;
      }
    
      .dropdown:hover > .dropdown-menu,
    .dropend:hover > .dropdown-menu {
        display: block;
     background: #1b6630;
      }
    
      .dropdown:hover > .dropdown-menu {
        margin-top: 0;
      }
    
      .dropend:hover > .dropdown-menu {
        position: absolute;
        top: -0.5rem;
        left: 100%;
        margin-left: 0;
      }
    }
    #our_clients .item {
      height: 100px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    #our_clients .item img {
      max-width: 87px;
    }
    .grid_exp_prod {
      border: 1px dashed #1b6630;
    border-radius: 10px;
    padding: 14px;
    border-left: 4px solid #1b6630;
    background: #f4fffc;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
    }
    .grid_exp_prod h2 {
      font-size: 20px;
    color: #1b6630;
    font-weight: 550;
    margin: 0 0 5px;
    }
    .grid_exp_prod p {
      font-size: 15px;
  color: #000;
  margin-bottom: 10px;
    }
    .grid_exp_prod ul {
      margin: 7px 0;
      padding: 0;
    }
    .grid_exp_prod ul li {
      margin: 0 0 5px;
      padding: 0;
      font-weight: 400;
      color: #000;
    }
    .left_prod_img {
      width: 220px;
      overflow: hidden;
      border-radius: 10px;
      margin-right: 14px;
    }
    .left_prod_img img {
      max-width: 100%;
    }
    .grid_exp_prod a {
      padding: 8px 30px;
    display: block;
    max-width: fit-content;
    margin: 17px 0 0;
    text-decoration: none;
    border-radius: 100px;
    background: #1b6630;
    color: #fff;
    }
    .rit_prod_des {
      width: 73%;
    }
    .vsn_bx {
      outline: 1px solid #2a6452;
      border-radius: 7px;
      padding: 14px 14px;
      outline-offset: -2px;
      margin-top: 8px;
      display: flex;
    }
    .vsn_bx h2 {
      font-size: 22px;
  margin-bottom: 14px;
  color: #2a6452;
    }
    .sidebar-recent-news.abt_side {
      background: #2a6452;
      margin-bottom: 20px;
    }
    .sidebar-recent-news.abt_side ul li {
      border-bottom: 1px solid #3a7965;
      margin-right: 10px;
    }
    .vsn_ico {
      width: 100px;
      height: 100px;
      background: #2a6452;
      border-radius: 7px;
      margin: 0;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .vsn_ico img {
      max-width: 68%;
    }
    .active_abt {
      color: #ffbf00 !important;
    }
    .vsn_icn_txt {
      width: 88%;
      padding-left: 15px;
    }
    .abt_inner_ad h2 {
      font-size: 24px;
    }
    .lgb_2 {
      /* border: 1px solid #7fb4a4; */
  border-radius: 7px;
    }
    h4.h4 {
      font-size: 18px;
  margin: 13px 0;
  color: #1b6630;
    }
    .inner_cap p {
      font-size: 17px;
      margin: 18px 0;
      color: #fff;
    }
    .inner_cap .btn_3 {
      width: auto;
    }
    #accordion02 .accordion-body h3 {
      font-size: 15px;
  margin-bottom: 5px;
    }
    .accordion-button {
      background-color: #f2fdfa;
    }

    /**Whatsapp**/

    .wats {
      position: fixed;
      bottom: 35px;
      left: 24px;
      width: 62px;
      height: 65px;
      z-index: 9999;
      font-size: 63px;
      color: #2dbe8e;
      cursor: pointer;
      text-align: center;
      -webkit-animation: box-rotate infinite;
      animation: box-rotate infinite;
        animation-duration: 0s;
        animation-timing-function: ease;
        animation-delay: 0s;
      animation-duration: 0s;
      animation-timing-function: ease;
      animation-delay: 0s;
      animation-duration: 0s;
      animation-timing-function: ease;
      animation-delay: 0s;
      -webkit-animation-duration: 3s;
      animation-duration: 3s;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      -webkit-animation-delay: 0.1s;
      -webkit-animation-delay: 0.1s;
    }
    .wats img {
      width: 50px;
      z-index: 99;
      position: relative;
    }
    /*box rotate animation*/

    .Stars {
      --percent: calc(var(--rating) / 5 * 100%);
      display: inline-block;
      font-size: var(--star-size);
      font-family: Times;
      line-height: 1;
      margin-bottom: 7px;
    }
    .Stars::before {
      content: "★★★★★";
      letter-spacing: 3px;
      background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
      -webkit-text-fill-color: transparent;
    }
    .rev_box.vdo_rev {
      padding: 0;
    overflow: hidden;
    height: 100%;
    outline-offset: 0;
    }
    .trms_pge h3 {
      font-size: 22px;
      margin: 45px 0 14px;
      font-weight: 550;
    }
    .trms_pge h4 {
      font-size: 18px;
      margin: 17px 0;
    }
    .trms_pge p {
      font-weight: 400;
      font-size: 14px;
    }
    .trms_pge ul li {
      list-style-type: disclosure-closed;
      padding: 0 0px;
      margin: 8px 12px;
      font-weight: 400;
      font-size: 14px;
      display: flow-root list-item;
    }
    .left-sidebar-box h3 {
      font-size: 20px;
      text-align: center;
    }
    .left-sidebar-box h3 span {
      color: #1b6630;
    }
    .scrolled-up {
  transition: background-color 0.3s;
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 2px #908b8b;
  }
  .rtngs {
    max-width: 130px;
  }

  .cont_adrs_bx {
    margin-left: 0;
   flex-direction: column;
  }
  .cont_adrs_bx .contact-icon {
    position: unset;
    margin-top: -15px;
  }
  .cont_adrs_bx .contact-detail-contain p {
    text-align: center;
    font-size: 15px;
  }
  .brwn_bg {
    border: 1px solid #d3bc9f;
  border-radius: 7px;
  padding: 20px 14px;
  background: #fff6eb;
  }
  .brwn_bg li i {
    background: #bc9564 !important;
  }
  .brwn_bg li span {
    color: #5b3709 !important;
  }
  .c_s_brdr li {
    border: 1px solid #2a6452;
  padding: 5px 7px;
  border-radius: 5px;
  border-left: 4px solid #2a6452;
  }
  .about-banner.banner_in {
    overflow: hidden;
  }

  /**Contact**/

  .conr_grid {
    background-color: #1b6630;
    border-radius: 14px;
    padding: 45px 57px;
  }
  .title_2 h2 {
    font-size: 40px;
    font-weight: 500;
    position: relative;
    color: #fff;
  }
  .form-group input, .form-group select, .form-group textarea {
    width: 100%;
    background: transparent;
    color: #fff;
    font-size: 15px;
    border: none;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    padding: 8px 0;
    font-family: "Poppins", serif;
    appearance: auto;
  }
  .form-group textarea {
    min-height: 100px;
  }
  .form_addrs ul li {
    list-style-type: none;
    font-size: 18px;
    color: #fff;
    display: flex;
    gap: 10px;
    align-items: baseline;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .form_addrs li {
    font-size: 17px;
  }
  .form_addrs ul li i {
    font-size: 20px;
  }
  .form_addrs ul li p {
    font-size: 14px;
    line-height: 24px;
    background: #fff;
    border: 1px dashed #a73c1c;
    border-radius: 5px;
    width: 100%;
    color: #000;
    padding: 5px 12px;
  }
  .form_addrs ul li p a {
    color: #000;
    text-decoration: none;
  }
  .form_addrs li span {
    display: block;
    font-size: 17px;
    margin-bottom: 5px;
    font-weight: 550;
  }
  .form-group {
    margin-bottom: 20px;
  }
  .map {
    width: 100%;
    height: 250px;
    border: 2px solid #d4d4d4;
    border-radius: 14px;
    overflow: hidden;
  }
  .abt_sec_03 img {
    max-width: 100%;
  }
  .frid_gff_txt h3 {
font-size: 20px;
  margin-bottom: 10px;
  }
   .frid_gff_txt p {
 font-size: 14px;
  margin-bottom: 14px;
  }
  .grid_gff {
  border: 1px solid #dba676;
  border-radius: 7px;
  padding: 14px;
  height: 100%;
  }
  .frid_gff_ico {
    background: #e1b58e;
    border-radius: 10px;
    width: 100px;
    height: 100px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
  }
  .frid_gff_ico img {
    max-width: 100%;
  }
  .faq_pge .accordion::after {
    content: '';
    display: none;
  }
  .lst_upd {
    color: #696969;
  font-style: italic;
  }
  .testimonial_sec__2 .rev_box p {
    min-height: 125px;
  }
  input:focus, select:focus, textarea:focus  {
    outline: none;
    box-shadow: none !important;
  }
  select option {
    color: #000;
  }
  .top_bar_img {
    width: 100%;
    position: absolute;
    bottom: -9px;
    left: 0;
  }
  .top_bar h3 {
    font-size: 14px;
  color: #fff;
  }
  .img_bot_slider {
    width: 100%;
  position: absolute;
  bottom: -7px;
  z-index: 9;
  }
  .leaf_bg {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 330px;
  }

  /***tab***/
   .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
color: #fff;
  background-color: #1b6630;
}
.nav-pills .nav-link {
background: transparent;
  border-radius: 100px;
  border: 1px solid #1b6630;
  color: #1b6630;
  padding: 7px 10px;
  font-size: 14px;
  margin: 4px 0;
  min-width: 110px;
  font-weight: 500;  
}
.nav {
  gap: 0 10px;
  justify-content: center;
  background: rgba(228, 237, 230, 0.8);
  border-radius: 100px;
  padding: 5px 20px;
  max-width: fit-content;
  margin: 0 auto 20px;
}
.pointer {
  cursor: pointer;
}
  /****tab****/
.prod_img img {
  max-width: 100%;
    transition: 0.3s ease-in-out;
}
.prod_img {
  border-radius: 4px;
  overflow: hidden;
}
.prod_det {
  padding: 14px 0;
  margin-bottom: 14px;
  transition: 0.3s ease-in-out;
}
.prod_det h2 {
font-size: 20px;
  line-height: 28px;
  margin: 0 0 10px;
}
.prod_det p {
  font-size: 14px;
  color: #4b4949;
  margin: 0px 0 14px;
}
.prod_det a {
  font-size: 14px;
  color: #1b6630;
}
.latest_post .row {
  z-index: 99;
  position: relative;
}
.comn_btn {
 background: #1b6630;
  padding: 11px 28px;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  border: none;
}
.blog_sec {
  background: #e4ede6;
}
.date {
  background: #1b6630;
  border-radius: 50px;
  padding: 2px 10px;
  display: inline-block;
  margin: 0 0 10px;
  color: #fff;
  font-size: 14px;
}
.disc_grid:hover .date {
  background: #ffd11c;
  color: #000;
}
.ftr_call_dt li {
list-style-type: none;
  color: #fff;
  font-size: 14px;
  margin-bottom: 4px;
}
.ftr_call_dt li a {
  color: #fff;
  text-decoration: none;
}
.ftr_call_dt {
  margin: 12px 0;
}
.disc_img img {
  max-width: 100%;
}
/* Pagination */
.pagination {
	flex-wrap: wrap;
	gap: 4px;
	justify-content: center;
  }
  .pagination a:first-child {
	border: 1px solid #bbb;
	border-radius: 5px;
  }
  .pagination a {
	color: #000;
	float: left;
	padding: 6px 12px;
	text-decoration: none;
	border: 1px solid #bbb;
	border-radius: 4px;
	margin: 0 4px;
	margin-bottom: 5px;
  }
  .pagination a.active {
background-color: #1b6630;
  color: #fff;
  border: 1px solid #1b6630;
  padding: 6px 12px;
  }
  .pagination a:last-child {
	border: 1px solid #bbb;
	border-radius: 5px;
  }
/* Pagination */
.pos_a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  z-index: 9;
}
.blog_pge {
border-top: 1px solid #e1e1e1;
}

 /**drodown**/
 .rit_icons ul { list-style-type: none;}
 .onhover-dropdown {
   color: #222;
   font-size: 14px;
   position: relative;
   list-style-type: none;
   }
   .onhover-dropdown .onhover-div {
   position: absolute;
   top: 60px;
   background-color: #fff;
   z-index: 1001;
   right: 0;
   width: 320px;
   padding: 20px;
   border-radius: 10px;
   padding: calc(14px + (30 - 14) * ((100vw - 320px) / (1920 - 320))) calc(11px + (20 - 11) * ((100vw - 320px) / (1920 - 320)));
   opacity: 0;
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   visibility: hidden;
   }
   header .onhover-dropdown .onhover-div-login {
   left: 0px;
   width: 207px;
   padding: 14px 14px;
   border: 1px solid #bfbfbf;
   }
 .onhover-div-login:hover .onhover-div::after {
   content: "";
   position: absolute;
   border: solid transparent;
   border-color: rgba(194, 225, 245, 0);
   border-bottom-color: rgba(194, 225, 245, 0);
   border-bottom-color: rgba(194, 225, 245, 0);
   border-bottom-color: #fff;
   border-width: 17px;
   margin-left: -39px;
   right: 39px;
   top: -33px;
   }
 .onhover-div-login:hover .onhover-div::before {
   content: "";
   position: absolute;
   border: solid transparent;
   border-color: rgba(194, 225, 245, 0);
   border-bottom-color: rgba(194, 225, 245, 0);
   border-bottom-color: rgba(194, 225, 245, 0);
   border-bottom-color: rgba(194, 225, 245, 0);
   border-bottom-color: rgba(194, 225, 245, 0);
   border-bottom-color: #131313;
   border-width: 17px;
   margin-left: -39px;
   right: 39px;
   top: -33px;
   }
 .onhover-dropdown:hover .onhover-div {
     opacity: 1;
    top: 23px;
     visibility: visible;
   }
  .user-box-name {
    display: block !important;
  }
  nav ul li a i {
    font-size: 12px;
  }
   /**drodown**/

   .breadcrumb-item a {
   color: #868686;
}

.right-box-contain .name {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 12px;
  font-weight: 500;
}
.right-box-contain h3 {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 20px;
  color: #666;
}
.right-box-contain h4 {
  font-weight: 600;
  margin-bottom: calc(10px + (12 - 10) * ((100vw - 320px) / (1920 - 320)));
  letter-spacing: 0.4px;
  font-size: 16px;
}
.prod_dec_wrap {
 /* border: 1px solid #dfdfdf; */
  border-radius: 4px;
  overflow: hidden;
  /* padding: 12px; */
  font-size: 14px;
}
.light_gray_bg {
  background: #fff;
}
.benf {
  list-style-type: none;
}
.benf li {
display: flex;
  gap: 15px;
  margin-bottom: 14px;
  /* border-bottom: 1px solid #457868; */
  padding-bottom: 14px;
}
.benf li:last-child {
  border-bottom: none;
  padding: 0;
  margin: 0;
}
.benf_ico {
  background: #2a6452;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  overflow: hidden;
}
.benf_ico img {
  max-width: 38px;
}
.benf_cont {
  width: 80%;
}
.benf_cont h5 {
  font-size: 15px;
  margin-bottom: 4px;
}
.benf_cont p {
  font-size: 13px;
  line-height: 18px;
}
.benf.benf_2 li i {
  background: #2a6452;
  padding: 3px 4px;
  border-radius: 100%;
  color: #fff;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-right: 10px;
  font-size: 14px;
}
.right-box-contain p {
  font-size: 14px;
  line-height: 24px;
}
.com_btn_4 {
  margin: 0;
  display: block;
  max-width: fit-content;
  text-decoration: none;
  border-radius: 100px;
  padding: 8px 40px;
  font-size: 15px;
  border: none;
  font-weight: 500;
}
/* .prod_det_wrap {
  border: 1px solid #e1e1e1;
} */
.prod_det_wrap img {
  max-width: 100%;
}
.prod_grdss {
border-radius: 7px;
  overflow: hidden;
  margin-bottom: 16px;
  transition: 0.3s ease-in-out;
}
.prod_grdss:hover .prod_img img {
   transform: scale(1.1);
}
footer {
  overflow-x: hidden;
}
.filters {
  background: #e9f1eb;
  border-radius: 10px;
}
.filters h1 {
  padding: 14px 14px;
  font-size: 20px;
  background: #1b6630;
  border-bottom: 1px solid #ccc;
  margin: 0 0 17px;
  border-radius: 5px 5px 0 0;
  color: #fff;
}
.head {
font-weight: 500;
  padding: 13px 14px;
  margin: 4px 0 20px;
  font-size: 20px;
  border-bottom: 1px solid #ccc;
  color: #000;
}

/**side menu**/
.group-list a, .group-list label {
padding-left: 37px;
color: #4d4b4b !important;
background-color: transparent;
border: none;
font-weight: normal !important;
}
.group-list a:focus, .group-list a:hover, .group-list label:focus, .group-list label:hover {   color: #000;
 background-color: #f5f5f5; }
.sub-group-list a, .sub-group-list label {
  padding-left: 100px;
     color: #000;
 background-color: #f5f5f5;
 border: 1px solid #efefef;
}
.sub-group-list a:focus, .sub-group-list a:hover, .sub-group-list label:focus, .sub-group-list label:hover {    color: #000;
 background-color: #f5f5f5;}

.sub-sub-group-list a, .sub-sub-group-list label {
  padding-left: 6rem;
  background: #454545;
  box-shadow: inset 0 -1px #575757;
}
.sub-sub-group-list a:focus, .sub-sub-group-list a:hover, .sub-sub-group-list label:focus, .sub-sub-group-list label:hover { background: #333333; }
.group-list, .sub-group-list, .sub-sub-group-list {
  height: 100%;
  display:none;
  overflow: hidden;
  -webkit-transition: max-height .5s ease-in-out;
  transition: max-height .5s ease-in-out;
}
.nav__list input[type=checkbox]:checked + label + ul { /* reset the height when checkbox is checked */
display:none !important;
}
.nav__list li label { 
  width: 100%;
  font-weight: 500;
  color: #000;
  font-size: 14px;
  display: flex;
  align-items: baseline;
  gap: 0 7px;
 }
 .sub_catss {
  padding: 6px 17px 0;
 }
 .sub_catss li a {
  color: #383838;
 }
  .sub_catss li a:hover {
  color: #2d9c4c;
 }
 .nav__list li {
  display: block !important;
 }
.nav__list li span {
  margin: 0;
}
.nav__list input[type=checkbox]:checked + label > span {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.nav__list.nav_list02 input[type=checkbox]:checked + label > span {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.nav02 {
  padding: 0 14px;
}
/**side menu**/

.prod_list_sec .prod_det h2 {
  min-height: 54px;
}
.prod_list_sec .prod_det p {
  height: 105px;
  overflow: hidden;
  text-overflow: ellipsis; 
}
/**Responsive**/

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .right_sec nav {
    padding-left: 1rem;
  }
  #prods .owl-carousel .owl-nav .owl-prev {
    left: 0;
  }
  #prods .owl-carousel .owl-nav .owl-next {
    right: 0;
  }
  #prods .owl-carousel .owl-nav button {
    top: 33%;
  }
  .sidebar-recent-news ul li .post {
    width: 100%;
    padding-left: 0;
    margin: 10px 0;
  }
  .logo img {
    max-width: 177px;
  }
  .right_sec nav .d-flex.align-items-center.gap-4 {
    gap: 1.3rem !important;
  }
  .rit_prod_des {
    width: 68%;
  }
  .about_Sec ul li {
  flex-wrap: wrap;
}
.prod_list_sec .prod_det h2 {
  min-height: 85px;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
#prods .owl-carousel .owl-nav .owl-prev {
  left: -32px;
}
#prods .owl-carousel .owl-nav button {
  top: 33%;
}
#prods .owl-carousel .owl-nav .owl-next {
  right: -32px;
}
.bottom_banner_sec ul {
  gap: 1rem;
}
.carousel-caption h2 {
  font-size: 36px;
}
.disc_cont .com_p_2 {
  min-height: 82px;
}
.rit_prod_des {
  width: 56%;
}
.carousel-caption {
  right: auto;
  left: 39px;
  width: 56%;
  text-align: left;
  bottom: 0;
  height: 100%;
}
.carousel-caption h2 span {
  font-size: 28px;
}
  .prod_grdss:hover .prod_det {
    padding: 14px 7px !important;
  }
}

@media (max-width: 991px) {
.right_sec nav {
  display: none;
}

}

@media (max-width:767px) {
  .carousel-caption {
   right: 10%;
    left: 4%;
    width: 60%;
  }
  .carousel-caption h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .bottom_banner_sec ul {
    gap: 1rem;
  }
  .abt_img, .abt_img_2 {
    margin-bottom: 2rem;
  }
  #prods .owl-carousel .owl-nav .owl-next {
    right: 0;
  }
  #prods .owl-carousel .owl-nav .owl-prev {
    left: 0;
  }
  .cpy_rit {
    text-align: center;
  }
  #search .srch_contnr {
    width: 90%;
    margin-left: 5%;
  }
  .left_prod_img {
    width: 220px;
    margin: 0 0 14px;
  }
  .rit_prod_des {
    width: 100%;
  }
  .vsn_bx {
    flex-direction: column;
    gap: 15px;
  }
  .vsn_icn_txt {
    width: 100%;
    padding-left: 0;
  }
  .vsn_bx .benf li {
    gap: 0;
  }
  .benf.benf_2 li {
    gap: 0;
  }
  .btn_2_grd {
    flex-direction: column;
    padding: 0 10px;
  }
  .btn_2_grd a {
    width: 100%;
    display: block;
    min-width: 100%;
    text-align: center;
  }
  .blog_pge #portfoliolist .portfolio {
    width: 100%;
  }
  .benf.botf li {
    width: 48%;
  }
  .inner_cap.inner_cap02 {
    position: unset;
  padding: 21px 15px;
  text-align: center;
  background-color: rgb(46, 99, 81);
  }
  .inner_cap.inner_cap02  .btn_3 {
    width: auto;
    padding: 10px 30px;
  }
  .hidden-mob {
    display: none;
  }
  .for_mob_top_bar_cls {
    width: 100%;
    justify-content: space-between;
  }
  .carousel-caption h2 span {
  font-size: 16px;
  line-height: 17px;
  }
  .carousel-caption p {
  font-size: 16px;
  margin: 2px 0;
  font-weight: 500;
}
.leaf_bg {
  max-width: 280px;
  z-index: -1;
}
  .disc_grid {
  max-width: 350px;
 margin: 0 auto 17px;
}
.hidden_767 {
  display: none;
}

/*sidenav*/
.sidenav {
   height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: #1b6630;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    box-shadow: 1px 0 7px rgba(0, 0, 0, 0.5);
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #fff !important;
  display: block;
  transition: 0.3s;
  cursor: pointer;
}
.sidenav a:hover {
  color: #ffd701;
}
.sidenav .closebtn {
   position: absolute;
    top: 10px;
    right: 10px;
    font-size: 11px;
    margin-left: 0;
    background: #fff;
    padding: 0;
    height: 27px;
    width: 27px;
    color: #000 !important;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu_bar_2  {
font-size: 22px;
    color: #000;
    cursor: pointer;
}
.disc_grid {
  margin-bottom: 17px;
}

/**accordian**/
.accordion {
  transition: 0.4s;
  position: relative;
}
.panel {
    padding: 0 14px;
    display: none;
    background-color: #fff;
    overflow: hidden;
}
.sidenav .panel li a {
    padding: 8px 8px 8px 19px;
    font-size: 14px;
    color: #000 !important;
}
.sidenav .panel li a:hover {
  color: #2d9c4c !important;
}
.sidenav .panel li {
  list-style-type: none;
}
.accordion:after {
    content: '\002B';
    color: #ece9e9;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    position: absolute;
    right: 15px;
    top: 6px;
    font-size: 20px;
}

.accordion.active:after {
  content: "\2212";
}
/**accordian**/

.vsn_icn_txt .benf li {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
}
.logo {
  display: flex;
  align-items: center;
  gap: 0 15px;
}
.logo img {
  max-width: 120px;
}
/**mob menu**/
.contact_btn {
  padding: 6px 20px;
  font-size: 14px;
}
.nav {
  border-radius: 10px;
}
.prod_det h2 {
  line-height: 22px;
}
.grid_gff {
  text-align: center;
}
.frid_gff_ico {
  margin: 0 auto 20px;
}
  .about_Sec ul li {
    text-align: left;
  }
    #mob_accrd {
    display: none;
  }
    #mob_accrd.open_mnu {
    display: block;
  }
  .head-panel {
    background: #1b6630;
    padding: 7px 14px;
    color: #fff;
    width: 152px;
    font-size: 17px;
    border-radius: 5px;
    margin: 0 auto 14px;
}
#accnt_menu_mob {
  cursor: pointer;
}
}

@media (max-width: 565px) {
  .logo img {
    max-width: 130px;
  }
  .btn_3 {
    width: 175px;
    padding: 10px 10px;
    font-size: 13px;
  }
  .btn_4 {
    width: 175px;
    padding: 10px 10px;
    font-size: 13px;
  }
  .carousel-caption h2 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  #home .owl-carousel .owl-nav button {
    display: none;
  }
  .right_sec .shop_icons li a .bi.bi-person {
    font-size: 17px;
  }
  .right_sec .shop_icons li a {
    font-size: 15px;
  }
  .menu_bar_2 {
    font-size: 17px;
  }
  .bottom_banner_sec ul {
    font-size: 13px;
  }
  .h2 {
    font-size: 22px;
  }
  .about_Sec ul li div {
    width: 88%;
  }
  .green_banner h2 {
    font-size: 20px;
    padding: 7px 14px;
  }
  .yellow_banner h2 {
    font-size: 26px;
  }
  .qts {
    display: none;
  }
  .com_btn_2 {
    padding: 14px 18px;
    font-size: 14px;
  }
  .com_btn_3 {
    padding: 14px 18px;
    font-size: 14px;
  }
  .ftr_strip {
    font-size: 14px;
  }
  footer h3 {
    margin: 27px 0 16px;
  }
  .ftr_mnu_2 li a {
    padding-right: 6px;
    margin-right: 6px;
  }
  .banner_in .inner_cap h2 {
    font-size: 18px;
    line-height: 26px;
  }
  .breadcrumb > li {
    font-size: 14px;
  }
  .about_Sec ul li {
    font-size: 15px;
  }
  .com_p {
    font-size: 15px;
  }

  #home .item {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  #home .item img {
    width: auto;
    height: 200px;
  }
  .banner_in img {
    width: 100%;
  }

  #filters li span {
    padding: 10px 3px;
    font-size: 13px;
    text-align: center;
    line-height: 16px;
  }
  #filters li {
    width: 50%;
  }
  .about_Sec.py-5, .py-5 {
    padding-top: 2rem !important;
  padding-bottom: 2rem !important;
  }
  .py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .img_bot_slider {
  bottom: -2px;
}
  .leaf_bg {
    max-width: 140px;
  }
  .prod_det h2 {
  font-size: 16px;
}
}

@media (min-width: 768px) {
  .hidden-tab-desk {
    display: none;
  }
  .prod_grdss:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.prod_grdss:hover .prod_det {
  padding: 14px 14px;
}
.only_list_bnr {
  max-height: 250px;
  display: flex;
  align-items: center;
}
}

/**Hover**/

nav ul li a:hover {
  color: #1b6630  !important;
}
  /**hover button**/
.btn_hover i {
	position: absolute;
	width: 1.1em;
	right: 0px;
	right: 1rem;
	opacity: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 300ms ease-out;
	will-change: right, opacity;
  }
  .btn_hover span {
	display: inline-block;
	position: relative;
	transition: all 300ms ease-out;
	will-change: transform;
	margin: 0;
  }
  .btn_hover:hover i {
	opacity: 1;
	right: -1.7rem;
  }
  .btn_hover:hover span {
	transform: translate3d(-0.6rem, 0, 0);
  }
  .prod_dt a:hover {
    background: #1b6630;
    color: #fff;
  }
  .bottom_banner_sec ul li {
    transition: 0.3s ease-in-out;
    top: 0;
    position: relative;
  }
  .bottom_banner_sec ul li:hover {
    transition: 0.3s ease-in-out;
    top: -10px;
  }

  .about_Sec ul li:hover i, .scl_media li a i {
    transform: rotate(360deg);
  }
  .about_Sec ul li i, .scl_media li a:hover i {
    transition: 0.3s ease-in-out;
    transform: rotate(0deg);
  }

  .benf li, .ftr_mnu li a {
    transition: 0.3s ease-in-out;
    left: 0;
    position: relative;
  }
  .benf li:hover, .ftr_mnu li:hover a {
    transition: 0.3s ease-in-out;
    left: -7px;
  }

  .rev_box:hover {
    background: #1b6630;
  }
  .rev_box:hover p {
    color: #fff;
  }
  .rev_box:hover .testi_name h3 {
    color: #fff;
  }
  .rev_box:hover .testi_name {
    color: #fff;
  }

  .disc_grid:hover {
    background: #1b6630;
  }
  .disc_grid:hover h3 {
    color: #fff;
  }
  .disc_grid:hover p {
    color: #fff;
  }

  .hlp_grid  {
    transition: 0.3s ease-in-out;
    top: 0;
    position: relative;
  }
  .hlp_grid:hover {
    transition: 0.3s ease-in-out;
    top: -10px;
    box-shadow: 0px 8px 6px rgba(0, 0, 0, 0.4);
  }
  .overlay{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    background: rgba(27, 77, 62, 0.8);
    opacity: 0;
    visibility: hidden;
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  }
  .overlay-1 {
		height: 0px;
		right: 0;
		left:initial;
		width: 0px;
	}
	.grid_trns:hover .overlay-1 {
		visibility: visible;
		opacity: 1;
		width: 100%;
		height: 100%;
	}
/**hover button**/