@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Proza+Libre:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap");

body {
  font-family: "Roboto", 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;
}

.top_bar {
  background: #6a775c;

  padding: 5px 0;
}

.call {
  font-size: 13px;

  color: #fff;

  font-weight: 400;
}

.call i {
  background: #1d5242;

  border-radius: 100%;

  width: 25px;

  height: 25px;

  margin-right: 7px;

  display: flex;

  align-items: center;

  justify-content: center;
}

.scl_media {
  list-style-type: none;
}

.scl_media li a {
  color: #fff;

  font-size: 13px;
}

.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: #1d5242;

  padding: 14px 0;
}

.logo img {
  max-width: 240px;
}

.right_sec {
  flex-grow: 2;
}

.right_sec ul {
  list-style-type: none;
}

.right_sec nav {
  padding-left: 7rem;
}

.right_sec ul li a {
  font-size: 14px;

  color: #fff;

  text-decoration: none;

  padding: 7px 0;
}

.right_sec ul li .dropdown-item:hover {
  color: #fff;

  background: #1d5242;

  border-radius: 5px;
}

.right_sec ul li .dropdown-item {
  padding: 9px 14px;

  margin: 2px 0;
}

.shop_icons {
  display: flex;

  align-items: center;

  gap: 14px;
}

.right_sec .shop_icons li a {
  font-size: 18px;
}

.right_sec .shop_icons li a .bi.bi-person {
  font-size: 21px;
}

.carousel-caption h2 {
  font-size: 55px;
}

.carousel-caption h2 span {
  color: #fbb935;
}

.carousel-caption p {
  font-size: 17px;

  margin: 18px 0;
}

.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: 12px;

  color: #000;

  font-weight: 450;

  display: flex;

  align-items: flex-start;

  flex-wrap: wrap;
}

.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;
}

.light_gray_bg {
  background: #f4f7f2;
}

.abt_img_2 img {
  max-width: 97%;

  border-radius: 14px;

  border: 5px solid #fff;

  box-shadow: -10px -10px 0 #2a6452;
}

.benf {
  list-style-type: none;
}

.benf li {
  display: flex;

  gap: 15px;

  margin-bottom: 18px;
}

.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: 17px;

  margin-bottom: 4px;
}

.benf_cont p {
  font-size: 13px;

  line-height: 18px;
}

.green_banner {
  background: url(../images/green_bg.png) no-repeat left top / cover;
}

.brown_banner {
  background: url(../images/brown_bg.png) no-repeat left top / cover;
}

.brown_banner h2 {
  text-align: center;

  font-size: 30px;

  color: #000;
}

.brown_banner h2 span {
  color: #2a6452;

  font-weight: bold;
}

.green_banner h2 {
  text-align: center;

  font-size: 30px;

  color: #fff;
}

.yellow_banner h2 {
  text-align: center;

  font-size: 30px;

  color: #000;

  font-weight: 300;
}

.yellow_banner h2 span {
  color: #2a6452;

  font-weight: 500;
}

.green_banner h2 span {
  color: #ffc234;
}

.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: #1b4d3e;
}

.text-green {
  color: #1b4d3e;
}

.text-white {
  color: #fff;
}

.h3 {
  font-size: 24px;
}

.h3 span {
  color: #1b4d3e;

  font-weight: bold;
}

.prod_pic {
  overflow: hidden;

  border-radius: 10px;
}

.prod_dt h2 {
  font-size: 16px;
  text-transform: uppercase;
  min-height: 40px;
}

.prod_dt {
  padding: 16px 0;
}

.prod_dt p {
  margin: 12px 0;
  min-height: 63px;
}

.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 0.4s linear;

  -webkit-transition: all 0.4s linear;

  -moz-transition: all 0.4s linear;

  -o-transition: all 0.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: #1b4d3e;

  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: #1b4d3e !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 0.3s ease-in-out !important;

  -webkit-transition: all 0.3s ease-in-out !important;

  -moz-transition: all 0.3s ease-in-out !important;

  -o-transition: all 0.3s ease-in-out !important;
}

.disc_grid {
  border: 1px solid #2a6452;

  border-radius: 10px;

  padding: 7px;
}

.disc_cont {
  padding: 17px 0;
}

.disc_img {
  border: 1px solid #2a6452;

  border-radius: 7px;

  overflow: hidden;

  text-align: 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: #1b4d3e;
}

.footer_logo img {
  max-width: 220px;
}

.footer_logo {
  margin-bottom: 27px;
}

.fst_col_ftr p {
  color: #fff;

  margin-bottom: 14px;
}

.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: 80px 0 16px;
}

.ftr_mnu {
  list-style-type: none;
}

.ftr_mnu li a {
  color: #fff;

  font-size: 13px;

  text-decoration: none;
}

.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: #1b4d3e;

  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 #2f6253;
}

.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 {
  bottom: -0.5rem;

  z-index: 9999;
}

#home .item {
  padding-bottom: 35px;
}

#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%;
}

/**search popup**/

#search {
  position: fixed;

  top: 0px;

  left: 0px;

  width: 100%;

  height: 100%;

  background-color: rgba(0, 0, 0, 0.8);

  -webkit-transition: all 0.5s ease-in-out;

  -moz-transition: all 0.5s ease-in-out;

  -ms-transition: all 0.5s ease-in-out;

  -o-transition: all 0.5s ease-in-out;

  transition: all 0.5s ease-in-out;

  -webkit-transform: translate(0px, -100%) scale(0, 0);

  -moz-transform: translate(0px, -100%) scale(0, 0);

  -ms-transform: translate(0px, -100%) scale(0, 0);

  -o-transform: translate(0px, -100%) scale(0, 0);

  transform: translate(0px, -100%) scale(0, 0);

  opacity: 0;

  display: none;
}

#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);

  -moz-transform: translate(0px, 0px) scale(1, 1);

  -ms-transform: translate(0px, 0px) scale(1, 1);

  -o-transform: translate(0px, 0px) scale(1, 1);

  transform: translate(0px, 0px) scale(1, 1);

  opacity: 1;

  z-index: 106;

  display: block;
}

#search .srch_contnr {
  position: absolute;

  top: 50%;

  left: 0;

  margin-top: -51px;

  width: 50%;

  margin-left: 25%;

  background: #fff;

  border: 2px solid rgba(255, 255, 255, 0.5);

  padding: 20px 17px;

  border-radius: 5px;
}

#search .srch_contnr input {
  width: 100%;

  color: rgb(0, 0, 0);

  background: #fff;

  border: 1px solid rgba(7, 7, 7, 0.5);

  font-size: 14px;

  font-weight: 400;

  text-align: left;

  padding: 10px;

  border-radius: 5px;

  margin-bottom: 14px;
}

.com_btn {
  background: #1d5242;

  color: #fff;

  font-size: 14px;

  width: 125px;

  border: none;

  padding: 10px 0;

  border-radius: 80px;

  font-weight: 400;
}

#search .srch_contnr h2 {
  text-align: left;

  font-size: 22px;

  margin: 0 0 14px;
}

#search .close {
  position: absolute;

  top: -15px;

  right: -10px;

  opacity: 1;

  font-size: 17px;

  color: #fff;

  cursor: pointer;

  width: 30px;

  display: flex;

  justify-content: center;

  height: 30px;

  font-family: verdana;

  background: #d40606;

  border-radius: 100%;

  padding: 6px;

  line-height: 15px;
}

/**search popup**/

.active_menu {
  color: #f6b630 !important;
}

/**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: 17px;

  padding: 0 5px;
}

.breadcrumb li.act {
  color: #d7d7d7;
}

.breadcrumb > li a {
  color: #fff;

  text-decoration: none;
}

.breadcrumb > li + li::before {
  padding: 0 5px;

  color: #ccc;

  content: "/\00a0";
}

/**Inspiration Gallery**/

.post--item a {
  text-decoration: none;
}

.post--item .content-overlay {
  background: rgba(0, 0, 0, 0.4);

  border-radius: 7px;

  position: absolute;

  height: 100%;

  width: 100%;

  left: 0;

  top: 0;

  bottom: 0;

  right: 0;

  opacity: 0;

  -webkit-transition: all 0.4s ease-in-out 0s;

  -moz-transition: all 0.4s ease-in-out 0s;

  transition: all 0.4s ease-in-out 0s;
}

.post--item:hover .content-details {
  top: 50%;

  left: 50%;

  opacity: 1;
}

.post--item:hover .content-overlay {
  opacity: 1;
}

.content-details {
  position: absolute;

  text-align: center;

  padding-left: 1em;

  padding-right: 1em;

  width: 100%;

  top: 50%;

  left: 50%;

  opacity: 0;

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  -webkit-transition: all 0.3s ease-in-out 0s;

  -moz-transition: all 0.3s ease-in-out 0s;

  transition: all 0.3s ease-in-out 0s;
}

.content-details h3 {
  color: #fff;

  font-weight: 500;

  font-size: 14px;
}

.grid--content .column--wrapper {
  display: column;

  columns: 5;

  gap: 20;

  break-inside: avoid;
}

.post--item {
  break-inside: avoid;

  position: relative;
}

.post--masonry {
  display: block;

  text-align: center;

  font-weight: bold;

  font-size: 30px;

  margin-top: 100px;

  margin-bottom: 30px;
}

.grid--content .column--wrapper .post--item img {
  box-shadow: 0 0 3px 2px #00000021;

  border-radius: 10px;

  width: 100%;

  margin-bottom: 10px;
}

.grid--content .post--title {
  font-weight: 500;

  color: #1d2327;

  margin-bottom: 15px;

  font-size: 13px;
}

.grid--content .post-user {
  margin: 10px 0;
}

.grid--content .post-user a {
  display: flex;

  align-items: center;

  text-decoration: none;
}

.grid--content .post-user img {
  border-radius: 100% !important;

  max-width: 35px;

  max-height: 35px;

  margin: 0;

  margin-bottom: 0 !important;
}

.grid--content .post-user span {
  margin-left: 10px;

  color: #949494;

  font-size: 14px;
}

.grid--content .post-user a:hover {
  background-color: #f0f0f0;

  border-radius: 50px;
}

.grid--content {
  width: 100%;

  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .grid--content .post-user img {
    max-width: 20px;

    max-height: 20px;
  }

  .grid--content .post-user span {
    font-size: 11px;
  }

  .grid--content .post--title {
    font-size: 12px;
  }

  .grid--content .column--wrapper {
    columns: 2;
  }
}

.accordion-button:not(.collapsed) {
  color: #fff;

  background-color: #1d5242;
}

.accordion-button::after {
  filter: invert(100%);
}

.accordion-button {
  font-weight: 500;
}

.accordion-body p {
  font-size: 13px;
}

.blog_pge .disc_grid {
  margin-bottom: 20px;
}

/**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: #1d5242;
}

.sidebar-recent-news {
  background: #6a775c;

  padding: 25px 18px;

  border-radius: 7px;
}

.sidebar-recent-news h4 {
  font-weight: 500;

  border-bottom: 1px solid #455238;

  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 #455238;

  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: #1d5242;

  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: #1d5242;
}

.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: #6a775c;
  }

  .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 #1d5242;

  border-radius: 10px;

  padding: 14px;

  border-left: 4px solid #1d5242;

  background: #f4fffc;

  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
}

.grid_exp_prod h2 {
  font-size: 20px;

  color: #1d5242;

  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: #1b4d3e;

  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: #1b4d3e;
}

.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*/

@-webkit-keyframes box-rotate {
  0%,
  10% {
    transform: rotate(12deg);
  }

  10%,
  20% {
    transform: rotate(-15deg);
  }

  20%,
  30% {
    transform: rotate(12deg);
  }

  30%,
  40% {
    transform: rotate(0deg);
  }

  40%,
  50% {
    transform: rotate(12deg);
  }

  50%,
  60% {
    transform: rotate(12deg);
  }

  60%,
  70% {
    transform: rotate(12deg);
  }

  70%,
  100% {
    transform: rotate(12deg);
  }
}

/**Whatsapp**/

.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-background-clip: text;

  -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: #1d5242;
}

.scrolled-up {
  transition: background-color 0.3s;

  position: fixed;

  top: 0;

  z-index: 9;

  width: 100%;
}

.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;
}

.benf.botf {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.benf.botf li {
  display: flex;

  gap: 15px;

  margin-bottom: 24px;

  flex-direction: column;

  width: 32%;

  align-content: center;

  border: 1px solid #2a6452;

  border-radius: 7px;

  padding: 14px;

  background: #fff;
}

.benf.botf .benf_ico {
  margin: -38px auto 7px;

  border-radius: 100px;
}

.benf.botf .benf_cont {
  width: 100%;

  text-align: center;
}

.benf.botf li {
  transition: 0.3s ease-in-out;

  top: 0;

  left: 0;

  position: relative;
}

.benf.botf li:hover {
  transition: 0.3s ease-in-out;

  top: -7px;

  left: 0;
}

.about-banner.banner_in {
  overflow: hidden;
}

/**Contact**/

.conr_grid {
  background-color: #1d5242;

  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: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 21px;
}

.frid_gff_txt p {
  font-size: 14px;

  min-height: 95px;
}

.grid_gff {
  border: 1px solid #2a6452;

  border-radius: 7px;

  padding: 14px;

  margin-bottom: 20px;
}

.frid_gff_ico {
  background: #2a6452;

  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;
}
.prod_grid {
  background: #fff;
  padding: 10px;
  border-radius: 15px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  margin: 0 0 24px;
}
.image_spc {
  margin-bottom: 14px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.image_spc img {
  max-width: 100%;
}
.prod_desc_spc {
padding: 0 0px 10px;
}
.prod_desc_spc h3 {
font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 20px;
  color: #545454;
}
.price h2 {
font-size: 22px;
  display: flex;
  align-items: start;
  line-height: 19px;
  color: #1d5242;
}
.com_btn_4 {
  padding: 12px 55px;
  border: none;
  border-radius: 50px;
}
.cart_btn {
 background: #2a6452;
  padding: 7px 7px;
  width: 240px;
  display: block;
  text-align: center;
  border-radius: 70px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  margin: 12px 0 0;
}
.price h2 i {
  font-size: 10px;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.prod_det_wrap img {
  max-width: 100%;
}
.breadcrumb > li a {
  color: #1b6630;
  text-decoration: none;
}
.right-box-contain .name {
  font-size: 20px;
  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;
  margin: 5px 0;
}
.right-box-contain h4 {
  font-weight: 600;
  margin-bottom: calc(10px + (12 - 10) * ((100vw - 320px) / (1920 - 320)));
  letter-spacing: 0.4px;
  font-size: 16px;
}
.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 {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
.benf.benf_2 li i {
  background: #2a6452;
  padding: 4px 4px;
  border-radius: 100%;
  color: #fff;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-right: 10px;
  font-size: 12px;
}
.benf_cont {
  width: 80%;
}
.benf_cont h5 {
  font-size: 15px;
  margin-bottom: 4px;
}
.breadcrumb > li {
  display: inline-block;
  font-size: 13px;
  padding: 0 5px;
    padding-left: 5px;
}


/**modal**/

.cont_wrap {
  width: 850px;
  max-width: 97%;
  border-radius: 15px;
  margin: 0 auto;
  padding: 30px;
  background: #1d5242;
  position: relative;
}
.cont_wrap h2 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  margin: 7px 0 15px;
  position: relative;
  text-transform: uppercase;
}
.cont_wrap h2 span {
  font-size: 17px;
  display: block;
}
.modal-content {
  background-color: #fff;
  margin: auto;
  padding: 27px 25px;
  width: 100%;
  z-index: 999;
  position: relative;
  border-radius: 4px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}
.frgt, a { cursor: pointer;}
.frgt-det span.fa-star.checked {
  color: orange;
}
.frgt-det span.fa-star {
  font-size: 16px;
  color: #b0b0b0;
  margin: 0px 5px 7px;
  cursor: pointer;
}
.form_group_cnt label {
  width: 100%;
  font-weight: normal;
  margin: 0 0 4px;
  font-size: 14px;
}
.form_group_cnt input {
  width: 100%;
  background: transparent;
  border: 1px solid #d4d4d4 !important;
  box-shadow: none;
  padding: 10px 10px;
  font-size: 14px;
  color: #1d1d1d;
  opacity: 1;
  line-height: 17px;
  margin-bottom: 15px;
  border-radius: 6px;
}
.form_group_cnt select {
  width: 100%;
  background: transparent;
  border: 1px solid #d4d4d4 !important;
  box-shadow: none;
  padding: 8px 10px;
  font-size: 14px;
  color: #1d1d1d;
  opacity: 1;
  line-height: 17px;
  margin-bottom: 15px;
  border-radius: 6px;
}
.pop-btns {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}
.pop-btns button {
  width: 140px;
}
.cancel {
  background: #fff;
  border: 1px solid #1c5040;
  padding: 11px 20px;
  color: #1b4e3e;
  border-radius: 5px;
  line-height: 15px;
  font-weight: 500;
  font-size: 15px;
}
button.login {
  background: #1c5040;
  border: 0;
  padding: 8px 0px;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
  font-weight: 600;
}
.close_pp {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 22px;
  color: #fff !important;
  padding: 5px 15px;
}
.modal {
  display: none;
  position: fixed;
  z-index: 99999;
  padding-top: 37px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0, 0, 0, 0.7);
}
.form_group_cnt textarea {
  width: 100%;
  background: transparent;
  border: 1px solid #d4d4d4 !important;
  box-shadow: none;
  border: 0;
  padding: 8px 10px;
  font-size: 14px;
  color: #1d1d1d;
  opacity: 1;
  font-weight: 500;
  margin-bottom: 10px;
  border-radius: 6px;
  height: 120px;
}
/**modal**/

/**pagination**/
.pagination {
  display: inline-block;
}

.pagination a {
  color: #000;
  float: left;
  padding: 6px 12px;
  text-decoration: none;
  border: 1px solid #bbb;
  border-radius: 100%;
  margin: 0 4px;
  font-size: 13px;
}

.pagination a.active {
  background-color: #1d5242;
  color: #fff;
  border: 1px solid #1d5242;
  padding: 6px 12px;
}

.pagination a:hover:not(.active) {
  color: #1d5242;
}

.pagination a:first-child {
  border: 1px solid #bbb;
  border-radius: 5px;
}

.pagination a:last-child {
  border: 1px solid #bbb;
  border-radius: 5px;
}
/**pagination**/

.prod_dc_t_nw h2 {
  font-size: 25px;
}
.prod_dc_t_nw h3 {
  font-size: 18px;
  color: #2a6452;
}
/**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%;
  }
}

@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%;
  }
}

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

  /*sidenav*/

  .sidenav {
    height: 100%;

    width: 0;

    position: fixed;

    z-index: 99999;

    top: 0;

    left: 0;

    background-color: #1d5242;

    overflow-x: hidden;

    transition: 0.5s;

    padding-top: 60px;
  }

  .right_sec .sidenav a {
    padding: 8px 8px 8px 32px;

    text-decoration: none;

    font-size: 16px;

    color: #fff;

    display: block;

    transition: 0.3s;

    cursor: pointer;
  }

  .sidenav a:hover {
    color: #ffd701;
  }

  .right_sec .sidenav .closebtn {
    position: absolute;

    top: 0;

    right: 20px;

    font-size: 36px;

    margin-left: 50px;
  }

  .menu_bar_2 {
    font-size: 20px;

    color: #fff;

    cursor: pointer;
  }

  .right_sec {
    flex-grow: 0;

    gap: 30px;
  }

  .disc_grid {
    margin-bottom: 17px;
  }

  /**accordian**/

  .accordion {
    transition: 0.4s;

    position: relative;
  }

  .panel {
    padding: 0 14px;

    display: none;

    background-color: #6a775c;

    overflow: hidden;
  }

  .right_sec .sidenav .panel li a {
    padding: 8px 8px 8px 19px;

    font-size: 13px;
  }

  .accordion:after {
    content: "\002B";

    color: #ece9e9;

    font-weight: bold;

    float: right;

    margin-left: 5px;

    position: absolute;

    right: 12px;

    top: 8px;
  }

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

  /**accordian**/

  .vsn_icn_txt .benf li {
    display: flex;

    flex-wrap: nowrap;

    gap: 0;
  }

  /**mob menu**/
}

@media (max-width: 767px) {
  .carousel-caption {
    right: 10%;

    left: 10%;
  }

  .carousel-caption h2 {
    font-size: 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;
  }
}

@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 p {
    font-size: 13px;

    margin: 10px 0;

    display: none;
  }

  .carousel-caption h2 {
    font-size: 18px;

    margin-bottom: 10px;
  }

  #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: 26px;
  }

  .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 {
    padding-bottom: 35px;

    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;
  }
  .blog_pge #portfoliolist .portfolio {
    margin: 0.5% !important;
    width: 48.8% !important;
  }
}

@media (min-width: 768px) {
  .hidden-tab-desk {
    display: none;
  }
}

/**Hover**/

.right_sec ul li a:hover {
  color: #f6b630 !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: #1b4d3e;

  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: #1b4d3e;
}

.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: #1b4d3e;
}

.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 0.4s linear;

  -webkit-transition: all 0.4s linear;

  -moz-transition: all 0.4s linear;

  -o-transition: all 0.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**/
