@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: Futura PT;
  font-style: normal;
  font-weight: 400;
  src: url(../font/FuturaPTLight.otf);
}
@font-face {
  font-family: Futura PT;
  font-style: medium;
  font-weight: 500;
  src: url(../font/FuturaPTMedium.otf);
}
@font-face {
  font-family: Futura PT;
  font-style: bold;
  font-weight: 600;
  src: url(../font/FuturaPTBold.otf);
}
@font-face {
  font-family: Parisienne;
  font-style: normal;
  font-weight: 400;
  src: url(../font/Parisienne-Regular.ttf);
}
@font-face {
  font-family: Instrument Serif;
  font-style: normal;
  font-weight: 400;
  src: url(../font/InstrumentSerif-Regular.ttf);
}
a {
  text-decoration: none !important;
}

.text-theme {
  color: #02562e !important;
}

.text-gray {
  color: #4d4c36 !important;
}

body {
  font-family: Futura PT;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.025em;
}

main {
  min-height: 85vh;
}

.btn {
  font-family: Futura PT;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1em;
  min-width: 100px;
  padding: 13px 13px;
  transition: all ease 0.4s;
  border-radius: 0;
  border: 0px;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: #141414 !important;
  border-color: #141414 !important;
  color: #ffffff !important;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  background-color: #141414 !important;
  border-color: #141414 !important;
  color: #ffffff !important;
}

.btn:focus-visible {
  box-shadow: none !important;
  background: #7ca330 0% 0% no-repeat padding-box;
  border-color: #7ca330;
  color: #ffffff;
}

.btn-img {
  background: transparent;
  color: #5a7166;
  position: relative;
  z-index: 0;
}
.btn-img .img-btn {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.4s ease;
}
.btn-img:hover {
  background: transparent;
  color: #03572f;
}
.btn-img:hover .img-btn {
  transform: scale(1.09);
}
.btn-img:focus, .btn-img:active {
  background: transparent;
  color: #03572f;
}

.btn-img.disabled,
.btn-imgn:disabled,
fieldset:disabled .btn-img {
  background: transparent !important;
  color: #5a7166 !important;
  position: relative !important;
  z-index: 0 !important;
}

.btn-primary {
  background: #cbd8d1;
  color: #003b1f;
  border-radius: 10px;
  font-weight: 500;
  font-size: 16px;
  padding: 14px 30px;
}
.btn-primary:hover {
  color: #003b1f;
  background: transparent linear-gradient(93deg, #ffffff 0%, #71c39a 100%) 0% 0% no-repeat padding-box;
}
.btn-primary:focus, .btn-primary:active {
  color: #003b1f;
  background: transparent linear-gradient(93deg, #ffffff 0%, #71c39a 100%) 0% 0% no-repeat padding-box;
}

.btn-third {
  background: #cbd8d1;
  color: #003b1f;
  border-radius: 10px;
  font-weight: 500;
  font-size: 16px;
  padding: 14px 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.btn-third:hover {
  color: #003b1f;
  background: transparent linear-gradient(93deg, #ffffff 0%, #cbd8d1 100%) 0% 0% no-repeat padding-box;
}
.btn-third:focus, .btn-third:active {
  color: #003b1f;
  background: transparent linear-gradient(93deg, #ffffff 0%, #cbd8d1 100%) 0% 0% no-repeat padding-box;
}

.btn-primary-outline {
  background: transparent 0% 0% no-repeat padding-box;
  border: 1px solid #7ca330;
  color: #7ca330;
}
.btn-primary-outline:hover {
  border: 1px solid #7ca330;
  background: #7ca330;
  color: #fff;
}
.btn-primary-outline:focus, .btn-primary-outline:active {
  background: #7ca330 !important;
  color: #fff;
}

.btn-secondary {
  background: #03572f;
  color: #fff;
  border-radius: 10px;
  min-width: 180px;
}
.btn-secondary:hover {
  color: #003b1f;
  background: #cbd8d1 0% 0% no-repeat padding-box;
}
.btn-secondary:focus, .btn-secondary:active {
  color: #003b1f;
  background: #cbd8d1 0% 0% no-repeat padding-box;
}

.btn-light {
  background: #cbd8d1 0% 0% no-repeat padding-box;
  color: #003b1f;
  border-radius: 10px;
  min-width: 180px;
}
.btn-light:hover {
  color: #003b1f;
  background: transparent linear-gradient(93deg, #ffffff 0%, #71c39a 100%) 0% 0% no-repeat padding-box;
}
.btn-light:focus, .btn-light:active {
  color: #003b1f;
  background: transparent linear-gradient(93deg, #ffffff 0%, #71c39a 100%) 0% 0% no-repeat padding-box;
}

.btn-link {
  color: #7ca330;
  text-align: left;
  text-decoration: underline !important;
  padding: 0;
}
.btn-link:hover {
  color: #141414;
}
.btn-link:focus, .btn-link:active {
  color: #141414 !important;
}

.btn-load {
  text-decoration: underline !important;
  font-family: Futura PT;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.1em;
  color: #141414;
}
.btn-load:hover {
  color: #141414;
}

.go-back-two {
  font-family: Futura PT;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #7ca330;
}
.go-back-two:hover {
  color: #7ca330;
}

form .form-group label {
  color: #141414;
  font-family: Futura PT;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: left;
  margin-bottom: 10px;
  text-transform: capitalize;
}
form .form-group .form-control {
  font-family: Futura PT;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #444444;
  opacity: 1;
  border-radius: 0px;
  border: 1px solid #737b7d;
  background: #fff;
  padding: 8px 10px;
  box-shadow: none;
}
form .form-group .form-control::-moz-placeholder {
  color: #444444;
  opacity: 0.7;
}
form .form-group .form-control::placeholder {
  color: #444444;
  opacity: 0.7;
}

.help-block {
  display: inline-block;
  font-size: 13px;
  background: #ff7171;
  color: white;
  padding: 2px 10px;
  margin-top: 8px;
  position: relative;
  border-radius: 3px;
}
.help-block:after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #ff7171;
}

.sub-title {
  font-family: Instrument Serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #cbd8d1;
}

.main-title {
  font-family: Instrument Serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 68px;
  letter-spacing: 0em;
  text-align: left;
  color: #02562e;
  text-transform: capitalize;
}
.main-title.before {
  position: relative;
}
.main-title.before:before {
  content: "";
  position: absolute;
  right: 0;
  top: 41px;
  width: 45%;
  height: 2px;
  background-color: #ddd;
}

.heading-title {
  font-family: Futura PT;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 0em;
  margin-bottom: 30px;
  color: #292929;
  text-transform: capitalize;
}

.heading-title-two {
  font-family: Parisienne;
  font-size: 85px;
  font-weight: 400;
  line-height: 100px;
  letter-spacing: 0em;
  margin-bottom: 30px;
  color: #03572f;
  text-transform: capitalize;
}

.whatsapp-img {
  position: fixed;
  right: 30px;
  bottom: 50px;
  z-index: 999;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent !important;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none !important;
}

.owl-theme .owl-dots .owl-dot span {
  background: #dfe7e3 !important;
  border: 1px solid #707070 !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #02562e !important;
}

/* to remove slide effect  css */
.animated {
  animation-duration: 0 ms !important;
  animation-fill-mode: both !important;
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.owl-theme.top-center-arrow .owl-nav {
  margin-top: 0px;
  position: absolute;
  top: 42%;
  transform: translate(0, -42%);
  left: 0;
  width: 100%;
  height: 55px;
  justify-content: space-between;
}
.owl-theme.top-center-arrow .owl-nav button {
  background-color: transparent !important;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 !important;
}
.owl-theme.top-center-arrow .owl-nav button img {
  width: 30px;
}
.owl-theme.top-center-arrow .owl-next {
  position: absolute;
  right: -45px;
}
.owl-theme.top-center-arrow .owl-prev {
  position: absolute;
  left: -45px;
}

.terms {
  padding: 40px 0;
}
.terms .sidebar a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  padding-bottom: 15px;
  color: #292929;
  font-family: Futura PT;
}
.terms .sidebar .active {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #03572f;
}
.terms .date {
  font-size: 18px;
}
.terms p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
}
.terms li {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
  margin-bottom: 10px;
}

.pagination {
  margin: 50px 0px;
}
.pagination .page-item .page-link {
  border: none;
  box-shadow: none;
  background: transparent;
  letter-spacing: 3px;
  color: #b7b7b7;
  text-align: center;
  font-family: Instrument Serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  padding: 7px 14px;
  text-align: center;
}
.pagination .page-item .page-link.disable {
  opacity: 0.6;
}
.pagination .page-item .page-link .line-bdr {
  width: 70px;
  height: 1px;
  background: #b7b7b7;
  display: inline-block;
  margin-bottom: 5px;
}
.pagination .page-item .active {
  color: #03572f;
  font-style: italic;
  font-weight: 600;
  opacity: 1;
}

.atc-success1 {
  background: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  width: 90%;
  max-width: 650px;
  padding: 20px 15px;
  display: none;
  font-family: Futura PT;
}
.atc-success1 h1 {
  text-align: center;
  font-family: Futura PT;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #000;
  opacity: 1;
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
.atc-success1 h5 {
  text-align: left;
  font-family: Futura PT;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #000000;
  opacity: 1;
}
.atc-success1 h4 {
  color: #7ca330;
  font-family: Futura PT;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}
.atc-success1 img {
  border-radius: 8px;
}

.page-title {
  padding: 160px 0px 45px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  align-items: center;
}
.page-title .main-title {
  font-family: Futura PT;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 3px;
  color: #03572f;
  text-transform: uppercase;
}
.page-title .main-title span {
  font: normal normal normal 24px/30px Instrument Serif;
  letter-spacing: 4px;
  color: #048340;
  text-transform: none;
}
.page-title ul li {
  font-family: Futura PT;
  font-size: 18px;
  font-weight: 400;
  margin: 0 3px;
  line-height: 24px;
  letter-spacing: -0.025em;
  text-align: left;
  color: white;
}
.page-title ul li a {
  color: #ffffff;
}
.page-title .title {
  font: normal normal 600 46px/62px Futura PT;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 0;
}

header {
  position: relative;
}
header .top-bar {
  background-color: #edefe7;
  padding: 4px 0;
}
header .top-bar p {
  font: normal normal 400 13px/20px Futura PT;
  letter-spacing: 0px;
  color: #879589;
}
header .navbar {
  background: rgba(255, 255, 255, 0.9019607843);
  padding: 10px 0px;
  position: absolute;
  top: 28px;
  width: 100%;
  z-index: 99;
}
header .navbar .navbar-brand img {
  width: 160px;
}
header .navbar .navbar-toggler {
  box-shadow: none;
  border: none;
}
header .navbar .navbar-toggler .fa-bars {
  color: #222;
}
header .navbar .navbar-nav .nav-item {
  margin: 30px 8px 10px 8px;
}
header .navbar .navbar-nav .nav-item .nav-link {
  font-family: Futura PT;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  padding: 8px 0px;
  color: #03572f;
  transition: all ease 0.4s;
}
header .navbar .navbar-nav .nav-item .nav-link.active {
  color: #000000;
  text-shadow: 1px 0px 0px #000000;
}
header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #000000;
  text-shadow: 1px 0px 0px #000000;
}
header .navbar .navbar-nav .nav-item .nav-link .fa {
  font-size: 16px;
  position: relative;
  top: 3px;
  right: -3px;
  transition: all ease 0.4s;
}
header .navbar .navbar-nav .has-dropdown {
  position: relative;
  z-index: 1;
}
header .navbar .navbar-nav .has-dropdown .drop-menu {
  position: absolute;
  z-index: 0;
  left: -52px;
  top: 37px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  background: #ffffff 0% 0% no-repeat padding-box;
  padding: 0px;
  min-width: 150px;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.4s;
}
header .navbar .navbar-nav .has-dropdown .drop-menu .nav-item {
  margin: 0;
}
header .navbar .navbar-nav .has-dropdown .drop-menu .nav-item .nav-link {
  font-family: Futura PT;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  padding: 5px 8px;
  text-wrap: nowrap;
  text-decoration: none !important;
  transition: all ease 0.4s;
}
header .navbar .navbar-nav .has-dropdown .drop-menu .nav-item .nav-link:hover {
  background: #03572f;
  color: #fff;
  opacity: 1;
  text-decoration: none !important;
}
header .navbar .navbar-nav .has-dropdown:hover .drop-menu {
  top: 37px;
  visibility: visible;
  opacity: 1;
}
header .navbar .right-nav {
  align-items: center;
  margin-bottom: 0;
}
header .navbar .right-nav .nav-item {
  margin: 0px 12px;
}
header .navbar .right-nav .nav-item .nav-link {
  font-family: Futura PT;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #000000;
  text-transform: uppercase;
  padding: 15px 0px;
}
header .navbar .right-nav .nav-item .nav-link img {
  width: 24px;
}
header .navbar .right-nav .nav-item .nav-link.cart-icon {
  position: relative;
}
header .navbar .right-nav .nav-item .nav-link.cart-icon span {
  position: absolute;
  right: -15px;
  top: 8px;
  line-height: 15px;
  font-size: 10px;
  min-width: 24px;
  border-radius: 3px;
  height: 15px;
  background: #000;
  color: #fff;
  text-align: center;
}
header .navbar .right-nav .nav-item .contact-link {
  padding: 15px 25px;
  border-left: 0.5px solid rgba(57, 45, 90, 0.2509803922);
  border-right: 0.5px solid rgba(57, 45, 90, 0.2509803922);
  transition: all ease 0.4s;
}
header .navbar .right-nav .nav-item .contact-link:hover {
  color: #7ca330;
}
header:hover .navbar {
  background-color: #fff;
}

.fixed {
  background: #ffffff 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.0901960784);
  position: fixed !important;
  top: 0 !important;
  width: 100%;
  left: 0;
  z-index: 9;
}

footer .footer-top {
  background: #03572f 0% 0% no-repeat padding-box;
  padding: 40px 0px 0px 0;
  position: relative;
  z-index: 0;
}
footer .footer-top .footer-content .footer-title {
  font-family: Instrument Serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  color: #ffffff;
}
footer .footer-top .footer-content .divider {
  display: block;
  height: 60px;
  width: 1px;
  background-color: rgba(221, 221, 221, 0.368627451);
  margin: 0 35px;
}
footer .footer-top .footer-content .address {
  padding-left: 4px;
}
footer .footer-top .footer-content .address li {
  margin-bottom: 10px;
  margin-right: 0px;
  display: flex;
  align-items: self-start;
  font-family: Futura PT;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 0;
  color: #c2d8cd;
}
footer .footer-top .footer-content .address li img {
  margin-right: 35px;
  margin-bottom: 18px;
  filter: brightness(5) sepia(5) brightness(5);
}
footer .footer-top .footer-content .address li p {
  text-transform: capitalize;
}
footer .footer-top .footer-content .address li p,
footer .footer-top .footer-content .address li a {
  font-family: Futura PT;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 0;
  color: #c2d8cd;
}
footer .footer-top .footer-content .quick-links {
  -moz-column-count: 2;
       column-count: 2;
}
footer .footer-top .footer-content .quick-links li {
  margin-bottom: 15px;
}
footer .footer-top .footer-content .quick-links li a {
  font-family: Futura PT;
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  letter-spacing: 0px;
  color: #e9f4ee;
}
footer .footer-top .links {
  padding-left: 0px;
  display: flex;
  align-items: center;
  justify-content: start;
}
footer .copyright {
  background-color: #e9f4ee;
  padding: 8px 0;
}
footer .copyright p,
footer .copyright a {
  font-family: Futura PT;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: #1f2c1e;
}

.banner {
  padding-top: 0px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.banner .video-banner video {
  position: absolute;
  left: 0;
  top: -350px;
  right: 0;
}
.banner .banner-top-des {
  background: rgba(255, 255, 255, 0.27);
  border-radius: 300px 300px 0px 0px;
  backdrop-filter: blur(44px);
  -webkit-backdrop-filter: blur(44px);
  width: 465px;
  margin: auto;
  padding: 60px 0 30px 0;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
}
.banner .banner-top-des h2 {
  font-family: Parisienne;
  font-size: 50px;
  font-weight: 400;
  line-height: 53px;
  letter-spacing: 0em;
  color: #293630;
  margin-bottom: 40px;
}
.banner .banner-top-des img {
  margin-bottom: 30px;
}
.banner .banner-top-des p {
  font-family: Instrument Serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  color: #293630;
  margin-bottom: 30px;
}
.banner .banner-top-des .scroll-down a {
  transition: all 0.4s ease;
}
.banner .banner-top-des .scroll-down a img {
  width: 24px;
  margin-bottom: 15px;
}
.banner .banner-top-des .scroll-down a span {
  opacity: 0;
  visibility: hidden;
  color: #010101;
  font-weight: 400;
  font-size: 25px;
  font-family: Parisienne;
  transition: all 0.4s ease;
}
.banner .banner-top-des .scroll-down a:hover img {
  filter: brightness(0.3);
}
.banner .banner-top-des .scroll-down a:hover span {
  opacity: 1;
  visibility: visible;
}
.banner .banner-inner {
  padding-left: 0px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 100%;
  transform: translate(-50%, -50%);
}
.banner .banner-inner .sub-title {
  font-family: Harrington;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  margin-bottom: 0;
  color: #fff;
  text-transform: capitalize;
}
.banner .banner-inner .banner-title {
  font-family: Harrington Bold;
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: 0em;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.banner .banner-img {
  position: relative;
  z-index: -1;
  margin-top: -19px;
}

.popular-categories {
  padding: 70px 0;
}
.popular-categories .owl-theme.owl-categories .owl-dots {
  margin-top: 30px !important;
}

.right-view a {
  font: normal normal normal 28px/32px Parisienne;
  letter-spacing: 0px;
  color: #293630;
}
.right-view a span {
  transition: all 0.4s ease;
  display: inline-block;
}
.right-view a span img {
  width: 11px;
}
.right-view a .month {
  display: inline;
  color: #293630;
  font-size: 22px;
  font-family: Instrument Serif;
}
.right-view a:hover span {
  transform: translate(10px, 0px) rotate(90deg);
  margin-right: 10px;
}

.categories-box {
  position: relative;
}
.categories-box .cat-inner {
  position: relative;
}
.categories-box .cat-inner .cat-img {
  position: relative;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 50px;
  z-index: 0;
}
.categories-box .cat-inner .cat-img img {
  border-radius: 50px;
}
.categories-box .cat-inner .cat-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: #cbd8d1 0% 0% no-repeat padding-box;
  border-radius: 50px;
  opacity: 0;
  z-index: 0;
}
.categories-box .cat-inner .cat-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
}
.categories-box .cat-inner .cat-overlay .title {
  font: normal normal normal 32px/40px Parisienne;
  letter-spacing: 0.5px;
  color: #003b1f;
}
.categories-box:hover .cat-inner {
  position: relative;
}
.categories-box:hover .cat-inner .cat-img:before {
  opacity: 1;
}
.categories-box:hover .cat-inner .cat-overlay {
  opacity: 1;
}
.categories-box .title-wrap .cat-title {
  font: normal normal 500 24px/30px Futura PT;
  letter-spacing: 0.3px;
  color: #003b1f;
  text-align: center;
  margin-top: 15px;
}

.picks-month {
  padding: 70px 0;
  background-image: url(../img/bg-time.webp);
  background-size: cover;
  background-position: center bottom;
}

.arrow-down {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(8, 77, 44, 0.3019607843);
  opacity: 1;
  display: inline-flex;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -40px;
  z-index: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.4s ease;
}
.arrow-down img {
  transform: rotate(90deg) scale(1) translateX(-15px);
  width: 10px;
  transition: all 0.4s ease;
}
.arrow-down:hover {
  z-index: 1;
  transform: translateY(-10px);
}
.arrow-down:hover img {
  transform: rotate(90deg) scale(1.4) translateX(0);
}

.month-box {
  position: relative;
}
.month-box .month-inner .month-img {
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  display: block;
}
.month-box .month-inner .month-img img {
  border-radius: 30px;
}
.month-box .month-inner .month-img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #03572f;
  border-radius: 30px;
  opacity: 0;
  scale: 1.1;
  transition: all 0.6s ease;
}
.month-box .month-inner .month-img:hover:after {
  opacity: 1;
  scale: 1;
}
.month-box .month-wrap .month-title {
  font: normal normal 500 24px/30px Futura PT;
  letter-spacing: 0.38px;
  text-align: center;
  margin-top: 15px;
  color: #293630;
}

.home1 {
  padding: 50px 0px 50px 0px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.home1 .home1-img {
  position: relative;
  z-index: 0;
  padding-right: 12px;
}
.home1 .home1-inner .main-title {
  font-family: Futura PT;
  font-size: 38px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -0.045em;
  text-align: left;
  color: #2c2c2c;
}
.home1 .home1-inner p {
  font-family: Futura PT;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 40px;
  margin-top: 40px;
}
.home1 .evermark {
  position: absolute;
  bottom: -28px;
  right: 0;
  text-align: end;
  z-index: -1;
}
.home1 .evermark h3 {
  font: normal normal bold 110px/80px Futura PT;
  color: #fff;
  opacity: 0.1;
  letter-spacing: 1.5px;
}

.home2 {
  background-image: url(../img/home2-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 80px 0px;
  position: relative;
}
.home2.bg-none {
  background: none !important;
}
.home2 .row p {
  font-family: Futura PT;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #444444;
  margin-bottom: 32px;
}
.home2 .portfolio-overlay .portfolio-inner {
  margin-bottom: 20px;
}
.home2 .portfolio-overlay .portfolio-inner .overlay-img {
  overflow: hidden;
}
.home2 .portfolio-overlay .portfolio-inner .overlay-img img {
  border-top-right-radius: 110px;
  transition: all 0.4s ease;
}
.home2 .portfolio-overlay .portfolio-content {
  padding: 10px 0;
}
.home2 .portfolio-overlay .portfolio-content .portfolio-title {
  font-family: Futura PT;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
  margin-bottom: 0;
  text-transform: capitalize;
}
.home2 .portfolio-overlay .portfolio-content a {
  font-family: Futura PT;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
}
.home2 .portfolio-overlay:hover .portfolio-inner .overlay-img img {
  border-top-right-radius: 0px;
  transform: scale(1.1);
}
.home2 .owl-project .content {
  padding-top: 50px;
}
.home2 .owl-project .content .main-title {
  font-size: 32px;
}
.home2 .owl-project .owl-nav {
  position: absolute;
  top: 0;
  width: 75px;
  display: flex;
  justify-content: space-around;
}
.home2 .owl-project .owl-dots {
  counter-reset: slides-num; /* Initialize counter. */
  position: absolute;
  top: 5px;
  left: 34px;
  z-index: -1;
}
.home2 .owl-project .owl-dot {
  display: inline-block;
  counter-increment: slides-num; /* Increment counter */
  margin-right: 5px;
}
.home2 .owl-project .owl-dot span {
  display: none !important;
}
.home2 .owl-project .owl-dot.active:before {
  content: counter(slides-num); /* Use the same counter to get current item. */
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
}
.home2 .owl-services .owl-nav {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50px, -50%);
  display: grid;
  counter-reset: slides-num; /* Initialize counter. */
}
.home2 .owl-services .owl-nav button {
  margin: 55px 0 !important;
  counter-increment: slides-num; /* Increment counter */
}
.home2 .owl-services .owl-nav button img {
  width: 16px;
  filter: brightness(0.6);
}
.home2 .owl-services .owl-nav button span {
  position: relative;
  width: 20px;
  left: -23px;
  display: inline-block;
  height: 20px;
  transition: all 0.4s ease;
  opacity: 0;
}
.home2 .owl-services .owl-nav button span::after {
  content: counter(slides-num, decimal-leading-zero);
  display: inline-block;
  font-family: Parisienne;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  color: #010101;
  vertical-align: middle;
}
.home2 .owl-services .owl-nav button.owl-prev span:before {
  content: "";
  height: 30px;
  width: 1px;
  background: #888;
  position: absolute;
  left: 10px;
  right: 0;
  top: 29px;
}
.home2 .owl-services .owl-nav button.owl-prev:hover span {
  transform: translateY(-65px);
  opacity: 1;
}
.home2 .owl-services .owl-nav button.owl-next span:before {
  content: "";
  height: 30px;
  width: 1px;
  background: #888;
  position: absolute;
  left: 10px;
  right: 0;
  top: -36px;
}
.home2 .owl-services .owl-nav button.owl-next:hover span {
  transform: translateY(65px);
  opacity: 1;
}
.home2 .owl-services .owl-dots {
  counter-reset: slides-num; /* Initialize counter. */
  position: absolute;
  bottom: -8%;
  right: 17%;
  z-index: -1;
  width: 90px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  height: 30px;
}
.home2 .owl-services .owl-dots:after {
  content: counter(slides-num, decimal-leading-zero);
  display: inline-block;
  font-family: Parisienne;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  color: #010101;
  vertical-align: middle;
}
.home2 .owl-services .owl-dots:before {
  content: "/";
  display: inline-block;
  font-family: Parisienne;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  color: #010101;
  position: absolute;
  right: 31px;
}
.home2 .owl-services .owl-dot {
  display: inline-block;
  counter-increment: slides-num; /* Increment counter */
  margin-right: 5px;
}
.home2 .owl-services .owl-dot span {
  display: none !important;
}
.home2 .owl-services .owl-dot.active:before {
  /* Use the same counter to get current item. */
  content: counter(slides-num, decimal-leading-zero);
  display: inline-block;
  vertical-align: middle;
  font-size: 36px;
  position: absolute;
  font-family: Parisienne;
  left: 0;
  top: 0;
}
.home2 .service-slider .owl-nav {
  margin-top: 0px;
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
}
.home2 .service-slider .owl-nav button {
  background-color: #fff !important;
  box-shadow: 0px 2px 15px 1px rgba(24, 24, 24, 0.2509803922);
  opacity: 1 !important;
  border-radius: 50% !important;
  width: 33px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home2 .service-slider .owl-nav button:hover {
  background-color: white !important;
}
.home2 .service-slider .owl-nav button.disabled {
  background-color: #fff !important;
  display: none;
}
.home2 .service-slider .owl-nav button img {
  width: 18px;
}
.home2 .service-slider .owl-nav .owl-prev {
  position: absolute;
  left: -20px;
}
.home2 .service-slider .owl-nav .owl-next {
  position: absolute;
  right: -20px;
}

.home3 {
  padding: 50px 0;
}
.home3 .client-title {
  font: normal normal 500 22px/28px Futura PT;
  letter-spacing: 0px;
  color: #1e0d49;
  text-transform: capitalize;
}
.home3 .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.home3 .owl-carousel .item {
  display: flex;
  align-items: center;
  justify-content: start;
}
.home3 .owl-carousel .owl-item img {
  width: 75%;
}
.home3 .owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: -40px;
}
.home3 .owl-carousel .owl-nav button:hover {
  background: transparent;
}
.home3 .owl-carousel .owl-nav button img {
  width: 10px;
}

.home4 {
  background-image: url(../img/contact-section.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 110px 0px 40px 0;
}
.home4 .title-top {
  position: absolute;
  background: #63666a;
  padding: 7px 20px;
  top: -30px;
  left: 20px;
}
.home4 .title-top h1 {
  color: #fff;
  font-family: Futura PT;
  font-size: 40px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: -0.02em;
  text-align: left;
  margin-bottom: 0;
}
.home4 .title-bottom {
  position: absolute;
  background: #63666a;
  padding: 7px 35px 7px 20px;
  bottom: -18px;
  right: 20px;
}
.home4 .title-bottom h1 {
  color: #fff;
  font-family: Futura PT;
  font-size: 40px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: -0.02em;
  text-align: left;
  margin-bottom: 0;
  position: relative;
}
.home4 .title-bottom h1 a {
  background: #141414;
  position: absolute;
  right: -55px;
  top: 2px;
  width: 37px;
  height: 37px;
  max-width: 37px;
  display: flex;
  border-radius: 37px;
  padding: 7px;
  transition: all 0.4s ease;
}
.home4 .title-bottom h1 a img {
  filter: invert(1);
}
.home4 .title-bottom h1 a:hover {
  background: #e2e8ec;
}
.home4 .title-bottom h1 a:hover img {
  filter: none;
}
.home4 .contact-wrap {
  padding: 25px 20px 25px 50px;
}
.home4 .contact-wrap h4 {
  font-family: Futura PT;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #141414;
}
.home4 .contact-wrap a {
  font-family: Futura PT;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #141414;
}
.home4 .contact-wrap img {
  width: 35px;
}

.list-wrap {
  border: 1px solid #e6d8cc;
  padding: 20px 20px 30px 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 30px;
}
.list-wrap .title {
  margin-right: 15px;
  min-width: 110px;
}
.list-wrap .title h2 {
  font-family: Futura PT;
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0px;
  text-align: left;
  color: #7ca330;
}
.list-wrap .title .des p {
  font-family: Futura PT;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #444444;
}

.spacer-block {
  height: 90px;
  display: block;
  position: relative;
  z-index: 0;
  background: #fff;
}

.services-section {
  background-image: url(../img/minimal-product.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin: 0px 0;
}
.services-section:before {
  content: "";
  position: absolute;
  right: 2%;
  width: 17%;
  height: 148%;
  top: -17%;
  background-image: url(../img/CUT.webp);
  background-position: center right;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 1;
}
.services-section .items {
  padding-top: 35px;
}
.services-section .testimonials-inner .testimonials-content {
  position: relative;
}
.services-section .testimonials-inner .testimonials-content .quote-img {
  position: relative;
  margin-left: -85px;
  width: 100px;
  margin-top: -72px;
}
.services-section .testimonials-inner .testimonials-content .quote {
  font-size: 225px;
  position: absolute;
  left: -50px;
  font-family: Parisienne;
  line-height: 60px;
  font-weight: normal;
  color: #03572f;
  top: 40px;
  height: 85px;
}
.services-section .testimonials-inner .testimonials-content .heading-title {
  font: normal normal normal 45px/48px Instrument Serif;
  letter-spacing: 0px;
  color: #293630;
  text-align: left;
}
.services-section .testimonials-inner .testimonials-content p {
  font: normal normal 300 16px/24px Futura PT;
  letter-spacing: 0px;
  color: #5a7166;
}

.owl-company .box-one-wrap {
  position: relative;
  transition: all 0.4s ease;
}
.owl-company .box-one-wrap .wrap-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  justify-content: center;
  display: flex;
  align-items: end;
  transition: all 0.4s ease;
}
.owl-company .box-one-wrap .wrap-content .wrap-title {
  margin-bottom: 15px;
  opacity: 0;
  transition: all 0.4s ease;
}
.owl-company .box-one-wrap .wrap-content .wrap-title p {
  font-family: Futura PT;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.025em;
  text-align: center;
  color: #fff;
}
.owl-company .box-one-wrap:hover .wrap-content {
  opacity: 1;
}
.owl-company .box-one-wrap:hover .wrap-content .wrap-title {
  opacity: 1;
}
.owl-company .owl-nav {
  position: absolute;
  top: -40px;
  width: 75px;
  display: flex;
  justify-content: space-between;
  right: 0;
}
.owl-company .owl-nav button {
  margin-right: 15px !important;
}
.owl-company .owl-dots {
  counter-reset: slides-num; /* Initialize counter. */
  position: absolute;
  top: -34px;
  right: 0px;
  z-index: -1;
}
.owl-company .owl-dot {
  display: inline-block;
  counter-increment: slides-num; /* Increment counter */
  margin-right: 5px;
}
.owl-company .owl-dot span {
  display: none !important;
}
.owl-company .owl-dot.active:before {
  content: counter(slides-num); /* Use the same counter to get current item. */
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
}

.subscription {
  position: relative;
  background-color: #fff;
  z-index: 0;
}
.subscription .main-title {
  font-size: 42px !important;
  line-height: 50px !important;
}
.subscription .subscription-one {
  background-color: #03572f;
  padding: 70px 15px 50px 15px;
  border-radius: 20px;
  color: #fff;
  text-align: center;
}
.subscription .subscription-one .m70 {
  margin-top: 70px;
}
.subscription .subscription-one h2 {
  font: normal normal normal 45px/55px Instrument Serif;
  letter-spacing: 0px;
  color: #ffffff;
}
.subscription .subscription-one p {
  font: normal normal 500 16px/24px Futura PT;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
}
.subscription .subscription-one ul li {
  font: normal normal 500 16px/24px Futura PT;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 15px;
}
.subscription .subscription-one .divider {
  width: 100%;
  height: 2px;
  display: block;
  margin: 38px 0;
  background-color: #fff;
}
.subscription .subscription-two {
  background: transparent linear-gradient(180deg, #003b1f 0%, rgba(84, 124, 105, 0.3411764706) 100%) 0% 0% no-repeat padding-box;
  border-radius: 20px;
  padding: 15px;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  transition: all 0.4s ease;
}
.subscription .subscription-two .inner {
  background: transparent linear-gradient(180deg, #cbd8d1 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
  border-radius: 20px;
  padding: 70px 0px 50px 0px;
}
.subscription .subscription-two h2 {
  font: normal normal normal 45px/55px Instrument Serif;
  letter-spacing: 0px;
  color: #003b1f;
}
.subscription .subscription-two p {
  font: normal normal 500 16px/24px Futura PT;
  letter-spacing: 0px;
  color: #03572f;
  text-align: center;
}
.subscription .subscription-two ul li {
  font: normal normal 500 16px/24px Futura PT;
  letter-spacing: 0px;
  color: #03572f;
  margin-bottom: 15px;
}
.subscription .subscription-two ul li img {
  filter: invert(2%) sepia(94%) saturate(8888%) hue-rotate(144deg) brightness(45%) contrast(68%);
}
.subscription .subscription-two .divider {
  width: 100%;
  height: 2px;
  display: block;
  margin: 38px 0;
  background-color: #03572f;
}
.subscription .subscription-two .btn-subscription {
  background: #03572f;
  color: #fff;
  border-radius: 10px;
  min-width: 180px;
}
.subscription .subscription-two .btn-subscription:hover {
  background: transparent linear-gradient(93deg, #ffffff 0%, #71c39a 100%) 0% 0% no-repeat padding-box !important;
}
.subscription .subscription-two:hover {
  background-color: #03572f;
}
.subscription .subscription-two:hover .inner {
  background: transparent;
}
.subscription .subscription-two:hover h2 {
  color: #fff;
}
.subscription .subscription-two:hover p {
  color: #fff;
}
.subscription .subscription-two:hover ul li {
  color: #fff;
}
.subscription .subscription-two:hover ul li img {
  filter: none;
}
.subscription .subscription-two:hover .divider {
  background-color: #fff;
}
.subscription .subscription-two:hover .btn-subscription {
  color: #003b1f;
  background: #cbd8d1 0% 0% no-repeat padding-box;
}

.comman-contact {
  background-image: url(../img/cnt-bg.webp);
  background-position: center bottom;
}
.comman-contact .title-wrap span {
  width: 1px;
  height: 90px;
  background-color: #ddd;
  margin: 0 50px;
}
.comman-contact p {
  font: normal normal normal 17px/24px Futura PT;
  letter-spacing: 0px;
  color: #5a7166 !important;
}
.comman-contact .contact-list {
  padding-left: 38px;
}
.comman-contact .contact-list ul .list {
  display: flex;
  justify-content: start;
  align-items: start;
}
.comman-contact .contact-list ul .list .icon {
  width: 30px;
  text-align: center;
}
.comman-contact .contact-list ul li {
  font: normal normal normal 16px/24px Futura PT;
  letter-spacing: 0px;
  color: #293630;
}
.comman-contact .contact-list .day-width {
  width: 125px;
  display: inline-block;
}
.comman-contact .contact-list .divider {
  width: 30px;
  display: inline-block;
}

.box-wrap-two {
  position: relative;
}
.box-wrap-two .des-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  justify-content: center;
  display: flex;
  align-items: end;
  transition: all 0.4s ease;
}
.box-wrap-two .des-wrap .title {
  font-family: Futura PT;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.025em;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}

.box-wrap-three {
  transition: all 0.4s ease;
  position: relative;
}
.box-wrap-three .wrap-three-inner {
  overflow: hidden;
  position: relative;
}
.box-wrap-three .wrap-three-inner .img-wrap img {
  box-shadow: 0px 2px 20px 0px rgba(74, 74, 74, 0.1019607843);
  filter: saturate(0.5);
  transition: all 0.4s ease;
}
.box-wrap-three .wrap-three-inner .wrap-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  justify-content: center;
  display: flex;
  align-items: end;
  margin-bottom: 20px;
  transition: all 0.4s ease;
  opacity: 0;
}
.box-wrap-three .des-wrap .title {
  font-family: Futura PT;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.025em;
  text-align: center;
  color: #2c2c2c;
  margin-bottom: 10px;
  margin-top: 15px;
}
.box-wrap-three .des-wrap .position {
  font-family: Futura PT;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.025em;
  text-align: center;
  color: #2c2c2c;
}
.box-wrap-three:hover .wrap-three-inner {
  position: relative;
}
.box-wrap-three:hover .wrap-three-inner .img-wrap img {
  transition: all 0.4s ease;
  filter: saturate(1);
  transform: scale(1.08);
}
.box-wrap-three:hover .wrap-three-inner .wrap-link {
  opacity: 1;
}

.team-model .btn-close {
  background: none !important;
  position: absolute;
  right: 15px;
  opacity: 1;
  top: 10px;
  z-index: 1;
}
.team-model .btn-close:focus {
  box-shadow: none !important;
}
.team-model .title {
  font-family: Futura PT;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.025em;
  text-align: left;
  color: #2c2c2c;
}
.team-model .position {
  font-family: Futura PT;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.025em;
  text-align: left;
  color: #2c2c2c;
}
.team-model p {
  color: #2c2c2c;
  font-family: Futura PT;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: -0.025em;
  text-align: left;
}

.service {
  background: transparent linear-gradient(151deg, #ffffff 0%, #ededed 100%) 0% 0% no-repeat padding-box;
  padding: 50px 0;
}

.service-detail {
  background: transparent linear-gradient(175deg, #ffffff 0%, #ededed 100%) 0% 0% no-repeat padding-box;
  padding: 40px 0px 80px 0px;
  position: relative;
  z-index: 0;
}
.service-detail::before {
  content: "";
  position: absolute;
  background-image: url(../img/a1.webp);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  width: 40%;
  height: 30px;
  right: 0;
  z-index: -1;
  bottom: -28px;
}
.service-detail .service-detail-img {
  padding-right: 40px;
}
.service-detail .service-detail-img .back-btn {
  font: italic normal normal 14px/24px Futura PT;
  letter-spacing: 0px;
  color: #4e4e4e;
  opacity: 0.6;
  margin-bottom: 15px;
}
.service-detail .service-detail-inner {
  padding-left: 30px;
}
.service-detail .service-detail-inner p {
  font: normal normal 500 15px/24px Futura PT;
  letter-spacing: 0px;
  color: #4e4e4e;
  margin-bottom: 35px;
}

.about {
  padding: 30px 0 80px 0;
}
.about .about-first {
  box-shadow: 0px 4px 20px 3px #e2e8ec;
  background-color: #e2e8ec;
  padding: 30px;
}
.about .about-inner {
  padding: 0px 30px;
}
.about .about-inner p {
  font-family: Futura PT;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  color: #000000;
}
.about .palm-tree {
  position: absolute;
  bottom: 0;
  margin-left: -50px;
}

.about2 {
  padding: 30px 0px 30px 0;
}
.about2 .testimonials-wrap {
  box-shadow: 0px 2px 20px 0px rgba(143, 143, 143, 0.1490196078);
  background: #ffffff;
  padding: 35px;
  border-radius: 5px;
  height: 100%;
}
.about2 .testimonials-wrap h4 {
  font-family: Futura PT;
  font-size: 21px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  color: #e5848b;
  margin-bottom: 15px;
}
.about2 .testimonials-wrap p {
  font-family: Futura PT;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  color: #292929;
  text-align: center;
  margin-bottom: 0;
}

.shop {
  padding: 65px 0;
}
.shop .shop-sidebar {
  position: relative;
}
.shop .sidebox {
  /* price filter  */
  /* price filter  end */
}
.shop .sidebox .side-title {
  color: #000;
  font-family: Futura PT;
  font-size: 24px;
  font-style: normal;
  margin-bottom: 18px;
  font-weight: 700;
}
.shop .sidebox .accordion {
  --bs-accordion-bg: transparent;
}
.shop .sidebox .accordion .accordion-item {
  border: none;
}
.shop .sidebox .accordion .accordion-item .accordion-header {
  display: flex;
  justify-content: space-between;
  padding: 12px 0px 12px 0px;
  position: relative;
}
.shop .sidebox .accordion .accordion-item .accordion-header .category-name {
  letter-spacing: 0px;
  color: #363636;
  font-family: Instrument Serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  display: flex;
  width: 100%;
  text-wrap: nowrap;
}
.shop .sidebox .accordion .accordion-item .accordion-header .category-name .divider {
  display: block;
  background-color: #ddd;
  height: 1px;
  margin-bottom: 0;
  margin-top: 15px;
  width: -webkit-fill-available;
  margin-left: 20px;
  margin-right: 20px;
}
.shop .sidebox .accordion .accordion-item .accordion-header .category-name.active {
  color: #363636;
}
.shop .sidebox .accordion .accordion-item .accordion-header .category-name:hover {
  color: #363636;
}
.shop .sidebox .accordion .accordion-item .accordion-header .accordion-button {
  color: #363636;
  width: 20px;
  font-family: Futura PT;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding: 5px 0px 5px 0px;
  background: transparent;
  box-shadow: none;
}
.shop .sidebox .accordion .accordion-item .accordion-header .accordion-button::after {
  content: "\f106";
  position: absolute;
  transform: rotate(0);
  background: none;
  right: 0;
  top: 3px;
  font-size: 18px;
  font-weight: 500;
  color: #0f5f39;
  font: normal normal normal 22px/1 FontAwesome;
}
.shop .sidebox .accordion .accordion-item .accordion-header .collapsed::after {
  content: "\f107";
  color: #363636;
}
.shop .sidebox .accordion .accordion-item .accordion-body {
  padding: 0;
}
.shop .sidebox .accordion .accordion-item .accordion-body ul {
  padding: 5px 0px 5px 0px;
  margin-bottom: 0;
}
.shop .sidebox .accordion .accordion-item .accordion-body ul li {
  padding: 5px 0px;
}
.shop .sidebox .accordion .accordion-item .accordion-body ul li a {
  font-family: Futura PT;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  letter-spacing: 0px;
  color: #000;
}
.shop .sidebox .accordion .accordion-item .accordion-body ul li a:hover {
  color: #000;
  opacity: 1;
}
.shop .sidebox .accordion .accordion-item .accordion-body ul li label {
  font-family: Futura PT;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
}
.shop .sidebox .accordion .accordion-item .accordion-body ul li label .form-check-input {
  display: none;
}
.shop .sidebox .accordion .accordion-item .accordion-body ul li label span {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: -1px 15px 0 0;
  border: 1px solid #707070;
  background: #fff;
  vertical-align: middle;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  border-radius: 5px;
}
.shop .sidebox .accordion .accordion-item .accordion-body ul li label input:checked + span {
  background-color: #0f5f39;
}
.shop .sidebox .accordion .accordion-item .accordion-body ul li label input:checked + span.checkbox:before {
  content: "\f00c";
  font: normal normal normal 12px/1 FontAwesome;
  color: #000;
  display: none;
}
.shop .sidebox .accordion .accordion-item .accordion-body ul li label input:checked ~ p {
  color: #000;
}
.shop .sidebox .accordion .accordion-item .accordion-body .categories-list li a {
  background: #f6f6f6 0% 0% no-repeat padding-box;
  border-radius: 27px;
  padding: 7px 20px;
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  font: normal normal normal 16px/23px Futura PT;
  letter-spacing: 0px;
  color: #707070;
}
.shop .sidebox .accordion .accordion-item .accordion-body .categories-list li a:hover {
  color: #707070;
}
.shop .sidebox .accordion .accordion-item .accordion-body .categories-list li a.active {
  font: normal normal 900 16px/23px Futura PT;
  letter-spacing: 0px;
  color: #0f5f39;
  background: #ecefeb 0% 0% no-repeat padding-box;
  padding: 12px 20px;
  border-radius: 20px;
}
.shop .sidebox .categories-list .accordion-header a {
  padding: 7px 32px 7px 20px !important;
}
.shop .sidebox .categories-list .accordion-header .accordion-button {
  position: absolute;
  right: 0;
  top: 15px;
  z-index: 1;
}
.shop .sidebox .categories-list .sub-cat .filter-btn {
  position: relative;
}
.shop .sidebox .categories-list .sub-cat .filter-btn:before {
  content: "";
  position: absolute;
  left: 11px;
  top: 16px;
  width: 5px;
  height: 5px;
  background: #03572f;
  border-radius: 50%;
}
.shop .sidebox .price-filter {
  padding: 12px 0px 12px 0px;
}
.shop .sidebox .price-filter .filter-title {
  letter-spacing: 0px;
  color: #363636;
  font-family: Instrument Serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  width: 100%;
}
.shop .sidebox .price-wrapper .slider {
  height: 2px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.shop .sidebox .price-wrapper .slider .progress {
  height: 100%;
  left: 0%;
  right: 0%;
  position: absolute;
  border-radius: 5px;
  background: #ddd;
}
.shop .sidebox .price-wrapper .range-input {
  position: relative;
}
.shop .sidebox .price-wrapper .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -3px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.shop .sidebox .price-wrapper .price-input {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 10px 0px;
}
.shop .sidebox .price-wrapper .price-input p {
  font: normal normal 300 14px/20px Futura PT;
  letter-spacing: 0px;
  color: #707070;
}
.shop .sidebox .price-wrapper .field input {
  width: 100%;
  border: none;
  font-size: 12px;
  letter-spacing: 0px;
  font: normal normal 300 14px/20px Futura PT;
  letter-spacing: 0px;
  color: #707070;
  text-transform: capitalize;
  opacity: 0.8;
}
.shop .sidebox .price-wrapper input[type=range]::-webkit-slider-thumb {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #0f5f39;
  pointer-events: auto;
  -webkit-appearance: none;
}

.product {
  border-radius: 0px;
  padding: 0px;
  margin-bottom: 40px;
  transition: all ease 0.4s;
}
.product .product-img {
  margin-bottom: 0px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 0px;
  transition: all ease 0.4s;
}
.product .product-img .pro-img {
  border-radius: 0px;
  transition: all ease 0.4s;
}
.product .product-img .product-btn {
  position: absolute;
  z-index: 1;
  top: 0px;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: end;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  justify-content: center;
}
.product .product-img .product-btn .btn-view {
  margin-bottom: 0;
}
.product .product-img .product-btn img {
  width: 65px !important;
}
.product .product-img .product-btn .btn-primary {
  margin-bottom: 0;
}
.product .product-img .product-btn .btn-primary:hover, .product .product-img .product-btn .btn-primary:active, .product .product-img .product-btn .btn-primary:focus {
  background: #7ca330 0% 0% no-repeat padding-box !important;
}
.product .product-inner {
  margin-top: 15px;
}
.product .product-inner .product-title {
  color: #000;
  font-family: Instrument Serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 8px;
}
.product .product-inner .price {
  color: #03572f;
  font-family: Quicksand;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0px;
  text-align: center;
}
.product:hover .product-img .product-btn {
  visibility: visible;
  opacity: 1;
}
.product:hover .product-img .pro-img {
  zoom: 1.08;
  transform: scale(1.08);
}
.product:hover .product-inner .product-title {
  text-shadow: 1px 0px 0px #000;
}

.shop-detail {
  padding: 50px 0px;
  overflow: hidden;
}
.shop-detail.mt115 {
  margin-top: 115px;
}
.shop-detail .breadcrumb-sub {
  position: relative;
}
.shop-detail .breadcrumb-sub::before {
  content: "";
  position: absolute;
  right: -17%;
  top: 12px;
  width: 68%;
  background: #ccc;
  height: 1px;
}
.shop-detail .breadcrumb-sub li {
  display: inline;
  margin-right: 8px;
}
.shop-detail .breadcrumb-sub li:last-child {
  margin-right: 0;
}
.shop-detail .breadcrumb-sub li a {
  font: normal normal normal 16px/24px Futura PT;
  letter-spacing: -0.18px;
  color: #1e1e1e;
}
.shop-detail .breadcrumb-sub li a.active {
  font: normal normal medium 16px/24px Futura PT;
  letter-spacing: -0.18px;
  color: #048340;
}
.shop-detail .product-img {
  text-align: center;
}
.shop-detail .product-img img {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #888888;
  border-radius: 18px;
}
.shop-detail .shop-inner .shop-inner-content {
  padding-bottom: 15px;
}
.shop-detail .shop-inner .shop-inner-content .heading-title {
  font-family: Instrument Serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 45px;
  text-align: left;
  letter-spacing: 0px;
  color: #464646;
}
.shop-detail .shop-inner .shop-inner-content .heading-title span {
  font: normal normal 500 17px/20px Quicksand;
  letter-spacing: 0px;
  color: #8ec373;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 6px 18px;
  margin-left: 20px;
}
.shop-detail .shop-inner .shop-inner-content .price {
  color: #048340;
  font-family: Futura PT;
  font-size: 23px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
}
.shop-detail .shop-inner .shop-inner-content P {
  color: #000;
  font-family: Futura PT;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  margin: 20px 0;
}
.shop-detail .shop-inner .shop-inner-content .day {
  font: normal normal normal 16px/24px Futura PT;
  letter-spacing: 0px;
  color: #048340;
}
.shop-detail .shop-inner .count-list {
  align-items: center;
  margin-top: 0px;
  margin-bottom: 45px;
}
.shop-detail .shop-inner .count-list .qty {
  color: #000;
  font-family: Futura PT;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.02em;
  text-align: left;
  margin-right: 28px;
  margin-bottom: 0;
}
.shop-detail .shop-inner .count-list .counter {
  border-radius: 10px;
  background: #f8f8f8;
  padding: 6px 20px;
  margin-right: 28px;
  margin-bottom: 0;
}
.shop-detail .shop-inner .count-list .counter li a {
  font-family: Futura PT;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #7ca330;
}
.shop-detail .shop-inner .count-list .counter li .count-number {
  font-family: Futura PT;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #000;
  background-color: transparent;
}
.shop-detail .shop-inner .count-list .counter li .count-number:focus-visible {
  outline: none;
}
.shop-detail .shop-inner .counter .counter-inner {
  border: 1px solid rgba(129, 129, 129, 0.5607843137);
  margin-right: 28px;
}
.shop-detail .shop-inner .counter .counter-inner .count-nummber .count-number {
  font: normal normal normal 18px/24px Roboto;
}
.shop-detail .shop-inner .counter .counter-inner ul li {
  border-left: 1px solid rgba(129, 129, 129, 0.5607843137);
  border-bottom: 1px solid rgba(129, 129, 129, 0.5607843137);
  background: #ffffff 0% 0% no-repeat padding-box;
  height: 22px;
  width: 24px;
  display: grid;
  place-items: center;
  transition: all ease 0.3s;
}
.shop-detail .shop-inner .count-number:focus-visible {
  border: 0;
  outline: none;
}
.shop-detail .shop-inner .counter .counter-inner ul li .fa {
  color: #048340;
  font-size: 13px;
  position: relative;
  transition: all ease 0.2s;
}
.shop-detail .shop-inner .counter .counter-inner ul li:hover {
  background: #e7f6e0 0% 0% no-repeat padding-box;
}
.shop-detail .shop-inner .counter .counter-inner ul li:hover .fa {
  color: #000;
}
.shop-detail .shop-inner .counter .counter-inner ul li:hover .fa-angle-up {
  transform: translateY(-2px);
}
.shop-detail .shop-inner .counter .counter-inner ul li:hover .fa-angle-down {
  transform: translateY(2px);
}
.shop-detail .carousel {
  height: 100%;
  margin-right: 0rem;
}
.shop-detail .carousel .carousel-indicators {
  position: absolute;
  left: 0%;
  top: 0;
  right: inherit;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100px;
  display: block;
}
.shop-detail .carousel .carousel-indicators button {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0px;
  opacity: 0.6;
  border-top: 0px;
  border-bottom: 0px;
  margin-bottom: 20px;
  padding: 0;
  margin-right: 6px;
  margin-left: 6px;
  box-shadow: none;
  border: 0px solid #b4b4b4;
}
.shop-detail .carousel .carousel-indicators button:last-child {
  margin-bottom: 0;
}
.shop-detail .carousel .carousel-indicators button img {
  width: 100%;
  padding: 0px;
  border-radius: 0px;
}
.shop-detail .carousel .carousel-indicators .active {
  opacity: 1;
}
.shop-detail .carousel .carousel-inner {
  border-radius: 0px;
  background: #fff;
  box-shadow: none;
  border: 0px solid #b4b4b4;
  width: 80%;
  margin-left: 20%;
  display: flex;
  align-items: center;
  padding: 0px;
}
.shop-detail .carousel .carousel-inner .carousel-item {
  text-align: center;
}
.shop-detail .carousel .carousel-inner .carousel-item img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  border-radius: 0px;
}

.related-product {
  background-image: url(../img/related-bg.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  padding: 80px 0px 60px 0;
}
.related-product .main-title {
  font-size: 32px;
  line-height: 36px;
}
.related-product .main-title .divider {
  background-color: #777;
  height: 1px;
  margin-bottom: 10px;
  width: 60px;
  display: inline-block;
}
.related-product .product-inner {
  margin-top: 0;
  background: #ecefeb;
  padding: 15px 0;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.related-product .related-product-inner .owl-carousel .item {
  padding: 3px 0px;
}
.related-product .related-product-inner .owl-carousel .owl-item img {
  width: auto;
  margin: auto;
}
.related-product .related-product-inner .owl-theme .owl-nav {
  margin-top: 0px;
  position: absolute;
  top: 45%;
  height: 40px;
  transform: translateY(-45%);
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.related-product .related-product-inner .owl-theme .owl-nav button {
  background-color: transparent;
}
.related-product .related-product-inner .owl-theme .owl-nav button img {
  width: 10px;
  filter: invert(25%) sepia(11%) saturate(7028%) hue-rotate(120deg) brightness(90%) contrast(88%);
}
.related-product .related-product-inner .owl-theme .owl-nav button.owl-prev {
  margin-left: -40px;
}
.related-product .related-product-inner .owl-theme .owl-nav button.owl-next {
  margin-right: -40px;
}

.news-page {
  padding: 40px 0;
}
.news-page .news-sidebar {
  background: #7ca330;
  padding: 10px;
}
.news-page .news-sidebar ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.news-page .news-sidebar ul li a {
  font-family: Futura PT;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  display: block;
  padding: 14px 15px;
}
.news-page .news-sidebar ul li a:hover {
  background: rgba(255, 255, 255, 0.37);
}
.news-page .news-sidebar ul li a.active {
  background: rgba(255, 255, 255, 0.37);
}
.news-page .news-wrap {
  border-radius: 8px;
  border: 1px solid rgba(20, 20, 20, 0.05);
  background: #fff;
  box-shadow: 0px 2px 20px 0px rgba(119, 119, 119, 0.17);
}
.news-page .news-wrap .news-content {
  padding: 12px 15px;
}
.news-page .news-wrap .news-content h3 {
  font-family: Futura PT;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
}
.news-page .news-wrap .news-content .date {
  font-family: Futura PT;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
}

.news-slider .carousel .carousel-indicators {
  position: relative;
  right: 0%;
  top: 0;
  left: inherit;
  margin-bottom: 10px;
  margin-top: 15px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.news-slider .carousel .carousel-indicators button {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0px;
  opacity: 0.6;
  border-top: 0px;
  border-bottom: 0px;
  margin-bottom: 10px;
  padding: 0;
  margin-right: 6px;
  margin-left: 6px;
}
.news-slider .carousel .carousel-indicators button img {
  width: 100%;
  padding: 0px;
  border-radius: 0px;
}
.news-slider .carousel .carousel-indicators .active {
  opacity: 1;
}

.carees {
  padding: 40px 0;
}
.carees .careees-wrap {
  border-top: 1px solid #737b7d;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}
.carees .careees-wrap:last-child {
  border-bottom: 1px solid #737b7d;
}
.carees .careees-wrap p {
  font-family: Futura PT;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #292929;
}
.carees .full-time p {
  border: 1px solid #292929;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 30px;
  font-family: Futura PT;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #292929;
}
.carees .content-wrap p b {
  font-family: Futura PT;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #292929;
}
.carees .content-wrap p,
.carees .content-wrap li {
  font-family: Futura PT;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #292929;
}

.careers-model .modal-content {
  background-image: url(../img/subsription-pop-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.careers-model .sub {
  font: normal normal normal 24px/32px Instrument Serif;
  letter-spacing: 0px;
  color: #03572f;
}
.careers-model img.down-subs {
  position: absolute;
  right: -10px;
  top: 17px;
  width: 24px;
}
.careers-model .form-group {
  margin-bottom: 5px;
}
.careers-model .form-group label {
  color: #1d1d1d;
  font-family: Futura PT;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: left;
  margin-bottom: 2px;
  text-transform: capitalize;
}
.careers-model .form-group .upload-control {
  background-color: #f2f2f2;
  display: inline-block;
  margin-top: 7px;
  padding: 5px 50px;
  font-family: Futura PT;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  border-radius: 5px;
}
.careers-model .form-group .form-control {
  font-family: Futura PT;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  color: #000000;
  opacity: 0.47;
  border-radius: 0px;
  border: 0;
  border-bottom: 1px solid #1d1d1d;
  background: transparent;
  padding: 5px 0px;
  box-shadow: none;
}
.careers-model .form-group .form-control::-moz-placeholder {
  color: #444444;
  opacity: 0.7;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
}
.careers-model .form-group .form-control::placeholder {
  color: #444444;
  opacity: 0.7;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
}
.careers-model .form-group .textarea {
  height: 120px;
  overflow-y: scroll;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.careers-model .form-group .textarea::-webkit-scrollbar {
  width: 8px;
  border-radius: 4px;
}
.careers-model .form-group .textarea::-webkit-scrollbar-track {
  background: #d9d9d9;
  border-radius: 4px;
}
.careers-model .form-group .textarea::-webkit-scrollbar-thumb {
  background: #949494;
  border-radius: 4px;
}
.careers-model .form-group .textarea::-webkit-scrollbar-thumb:hover {
  background: #949494;
}
.careers-model .form-group .select {
  position: relative;
}
.careers-model .form-group .select .select-styled {
  font-family: Futura PT;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  border: 1px solid #1d1d1d;
  background: #fff;
  border-radius: 5px;
  padding: 5px 15px;
  margin-top: 5px;
}
.careers-model .form-group .select .select-styled::before {
  content: "\f0d7";
  position: absolute;
  color: #7ca330;
  right: 10px;
  font: normal normal normal 25px/1 FontAwesome;
}
.careers-model .form-group .select .select-styled.active::before {
  content: "\f106";
}
.careers-model .form-group .select .select-options {
  background: #fff;
  z-index: 1;
  list-style: none;
  display: none;
  padding-left: 0;
  position: absolute;
  width: 100%;
}
.careers-model .form-group .select .select-options li {
  color: #444;
  font-family: Futura PT;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  padding: 10px 15px;
  display: block;
  border-bottom: 1px solid #1d1d1d;
  background: #fff;
}
.careers-model .btn-close {
  position: absolute;
  right: 15px;
  top: 10px;
  background: none;
  opacity: 1;
  z-index: 1;
}

.blog {
  padding: 70px 0;
}

.blog-wrap {
  margin-bottom: 15px;
}
.blog-wrap .blog-img {
  margin-bottom: 15px;
  overflow: hidden;
}
.blog-wrap .blog-img img {
  transition: all 0.4s ease;
}
.blog-wrap .blog-des h2 {
  font: normal normal normal 45px/55px Instrument Serif;
  letter-spacing: 0px;
  color: #03572f;
  display: flex;
  justify-content: space-between;
}
.blog-wrap .blog-des h2 .date {
  font: normal normal bold 14px/20px Futura PT;
  letter-spacing: 0px;
  color: #03572f;
  margin-top: 18px;
}
.blog-wrap .blog-des p {
  font: normal normal normal 16px/23px Futura PT;
  letter-spacing: 0px;
  color: #9d9d9d;
}
.blog-wrap:hover .blog-img img {
  transform: scale(1.09);
}

.blog-detail {
  padding: 70px 0;
}
.blog-detail .blog-title h2 {
  font: normal normal normal 45px/55px Instrument Serif;
  letter-spacing: 0px;
  color: #03572f;
  display: flex;
  justify-content: space-between;
}
.blog-detail .blog-title h2 .date {
  font: normal normal bold 14px/20px Futura PT;
  letter-spacing: 0px;
  color: #03572f;
  margin-top: 18px;
}
.blog-detail p {
  font: normal normal normal 16px/23px Futura PT;
  letter-spacing: 0px;
  color: #9d9d9d;
}

.subscriptionpage {
  background-image: url(../img/sub-sbg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.subsription-contact {
  padding: 60px 0;
  position: relative;
  z-index: 0;
}
.subsription-contact .top-right {
  position: absolute;
  top: -40px;
  right: 3%;
  width: 120x;
}
.subsription-contact .img-ab {
  position: absolute;
  left: 39px;
  top: -11px;
  width: 48px;
}
.subsription-contact .quote {
  font-size: 200px;
  position: absolute;
  left: -55px;
  top: 40px;
  height: 85px;
}
.subsription-contact:before {
  content: "";
  position: absolute;
  left: 0%;
  width: 19%;
  height: 148%;
  top: -32%;
  background-image: url(../img/sub-one.webp);
  background-position: center left;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.subsription-contact h3 {
  font-family: Parisienne;
  font-size: 45px;
  line-height: 60px;
  font-weight: normal;
  color: #03572f;
}
.subsription-contact .subscription-text {
  background-image: url(../img/sub-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 50px;
}
.subsription-contact .subscription-text p {
  font: normal normal normal 18px/24px Futura PT;
  letter-spacing: 0px;
  color: #1d1d1d;
}

.service-one {
  padding: 50px 0;
}
.service-one .service-left {
  background-color: #7ca330;
  padding: 20px 90px 20px 50px;
}
.service-one .service-img {
  margin-left: -85px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.service-two {
  padding: 50px 0;
}

.owl-featuredwork .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 80px;
}
.owl-featuredwork .owl-nav button {
  width: 70px;
}
.owl-featuredwork .owl-nav button img {
  width: 100%;
}

.service-three {
  padding-bottom: 50px;
  padding-top: 50px;
}
.service-three p {
  font-family: Futura PT;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.025em;
  text-align: center;
  color: #2c2c2c;
}

.filter-wrap {
  width: 180px;
}
.filter-wrap .dropdown .dropdown-toggle {
  border: 1px solid #d4d4d4;
  font-family: Futura PT;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.03em;
  text-align: left;
  color: #414141;
}
.filter-wrap .dropdown .dropdown-toggle:after {
  content: "\f107";
  border: 0;
  font: normal normal normal 18px/1 FontAwesome;
  color: #7ca330;
  position: absolute;
  right: 15px;
  top: 15px;
}
.filter-wrap .dropdown .dropdown-menu {
  border: 1px solid #d4d4d4;
  border-radius: 0;
  width: 100%;
}
.filter-wrap .dropdown .dropdown-menu .dropdown-item {
  font-family: Futura PT;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.03em;
  text-align: left;
  color: #414141;
}

.location {
  padding: 175px 0px 40px 0;
}
.location .video-banner video {
  position: absolute;
  left: 0;
  top: 0px;
  right: 0;
  z-index: -1;
  opacity: 0.5;
}
.location .map {
  position: relative;
}
.location .map .circle {
  bottom: 40px;
  right: -15px;
}
.location .socail {
  display: flex;
  align-items: center;
}
.location .socail .icon {
  width: 40px;
  margin-right: 10px;
}
.location .socail .text {
  font: normal normal normal 16px/24px Futura PT;
  letter-spacing: 0px;
  color: #293630;
}
.location .main-title {
  letter-spacing: 0px;
  color: #000000;
}
.location .location-inner {
  padding-left: 0px;
}
.location .location-inner .woodland {
  padding: 0px 0px 20px 0px;
  display: flex;
  align-items: start;
}
.location .location-inner .woodland img {
  padding-top: 3px;
  margin-right: 20px;
  margin-bottom: 0px;
}
.location .location-inner .woodland p,
.location .location-inner .woodland a {
  font-family: Futura PT;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
  letter-spacing: 1.08px;
  color: #000000;
}
.location .location-inner .woodland .day-width {
  width: 125px;
  display: inline-block;
}
.location .location-inner .woodland .divider {
  width: 30px;
  display: inline-block;
}
.location .form-group label {
  color: #373737;
  font-family: Futura PT;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.location .form-group .form-control {
  font-family: Futura PT;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #373737;
  opacity: 1;
  border-radius: 0px;
  border: 0;
  border-bottom: 1px solid #737b7d;
  background: transparent;
  padding: 8px 0px;
  box-shadow: none;
}
.location .form-group .form-control::-moz-placeholder {
  color: #373737;
  opacity: 1;
}
.location .form-group .form-control::placeholder {
  color: #373737;
  opacity: 1;
}
.location .form-group textarea.form-control {
  background-color: #fff !important;
  border: 1px solid #707070;
}
.location .form-group .select {
  position: relative;
}
.location .form-group .select .select-styled {
  font-family: Futura PT;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  border-bottom: 1px solid #737b7d;
  background: #fff;
  padding: 8px 0px;
}
.location .form-group .select .select-styled::before {
  content: "\f107";
  position: absolute;
  right: 0;
  font: normal normal normal 25px/1 FontAwesome;
}
.location .form-group .select .select-styled.active::before {
  content: "\f106";
}
.location .form-group .select .select-options {
  background: #fff;
  list-style: none;
  display: none;
  padding-left: 0;
  position: absolute;
  width: 100%;
}
.location .form-group .select .select-options li {
  color: var(--BODY, #444);
  font-family: Futura PT;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  padding: 10px 15px;
  display: block;
  border-bottom: 1px solid #000;
  background: #fff;
}
.location .form-group .btn-submit {
  font: normal normal normal 17px/22px Futura PT;
  letter-spacing: 0px;
  color: #000000;
  border: 0;
  background: transparent;
  position: absolute;
  bottom: 20px;
  right: 30px;
}

.contact {
  position: relative;
  z-index: 0;
  padding: 10px 0px 60px 0;
  background-color: #fff;
}
.contact .form-group label {
  color: #7ca330;
  font-family: Futura PT;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: left;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.contact .form-group .form-control {
  font-family: Futura PT;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #444444;
  opacity: 1;
  border-radius: 0px;
  border: 0;
  border-bottom: 1px solid #737b7d;
  background: #fff;
  padding: 8px 0px;
  box-shadow: none;
}
.contact .form-group .form-control::-moz-placeholder {
  color: #444444;
  opacity: 0.7;
}
.contact .form-group .form-control::placeholder {
  color: #444444;
  opacity: 0.7;
}
.contact .form-group .select {
  position: relative;
}
.contact .form-group .select .select-styled {
  font-family: Futura PT;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: left;
  border-bottom: 1px solid #737b7d;
  background: #fff;
  padding: 8px 0px;
}
.contact .form-group .select .select-styled::before {
  content: "\f107";
  position: absolute;
  right: 0;
  font: normal normal normal 25px/1 FontAwesome;
}
.contact .form-group .select .select-styled.active::before {
  content: "\f106";
}
.contact .form-group .select .select-options {
  background: #fff;
  list-style: none;
  display: none;
  padding-left: 0;
  position: absolute;
  width: 100%;
}
.contact .form-group .select .select-options li {
  color: var(--BODY, #444);
  font-family: Futura PT;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  padding: 10px 15px;
  display: block;
  border-bottom: 1px solid #000;
  background: #fff;
}

.newslatter-model {
  --bs-modal-bg: transparent;
}
.newslatter-model video {
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 120px;
}
.newslatter-model .modal-content {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.newslatter-model .modal-content .newslatter {
  position: relative;
}
.newslatter-model .modal-content .newslatter .close {
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 1;
}
.newslatter-model .modal-content .newslatter .close button {
  background-image: none;
  padding: 0;
  opacity: 1;
  width: 24px;
  height: 24px;
}
.newslatter-model .modal-content .newslatter .close button:focus-visible, .newslatter-model .modal-content .newslatter .close button:focus {
  box-shadow: none;
}
.newslatter-model .modal-content .newslatter .close img:hover {
  filter: invert(88%) sepia(76%) saturate(3068%) hue-rotate(351deg) brightness(95%) contrast(81%);
}
.newslatter-model .modal-content .news-one {
  background-image: url(../img/newrihgt.webp);
  padding: 60px 50px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0px 80px 0px 0px;
  transition: all 0.4s ease;
}
.newslatter-model .modal-content .news-one h2 {
  font: normal normal normal 28px/35px Instrument Serif;
  letter-spacing: 0px;
  color: #ffffff;
}
.newslatter-model .modal-content .news-one .second-title {
  font: normal normal normal 70px/75px Parisienne;
  letter-spacing: 0px;
  color: #e9f4ee;
}
.newslatter-model .modal-content .news-one p {
  font: normal normal normal 24px/32px Instrument Serif;
  letter-spacing: 0px;
  color: #e9f4ee;
  margin-bottom: 0px;
}
.newslatter-model .modal-content .news-one h3 {
  font: normal normal normal 32px/36px Instrument Serif;
  letter-spacing: 0px;
  color: #e9f4ee;
  margin-bottom: 0;
}
.newslatter-model .news-two {
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;
  z-index: -1;
}
.newslatter-model .news-two h2 {
  font: normal normal normal 28px/35px Instrument Serif !important;
  letter-spacing: 0px;
  color: #ffffff;
}
.newslatter-model .news-two h2 span {
  font: normal normal normal 36px/42px Instrument Serif !important;
}
.newslatter-model .news-two form .form-control {
  background: #ffffff 0% 0% no-repeat padding-box;
  opacity: 0.87;
  font: normal normal normal 10px/15px Futura PT;
  letter-spacing: 0px;
  color: #43492b;
}
.newslatter-model .news-two.show {
  opacity: 1;
  z-index: 0;
}
.newslatter-model .close.active ~ .news-two {
  opacity: 1;
}

.instagram-feed {
  position: relative;
  z-index: 0;
}

.eapps-widget-toolbar {
  display: none !important;
}

.eapps-instagram-feed-container {
  margin-bottom: -70px;
  z-index: 999999;
  position: relative;
}

.project {
  background: transparent linear-gradient(181deg, #ffffff 0%, #ededed 100%) 0% 0% no-repeat padding-box;
  padding: 50px 0px;
}
.project .dropdown {
  margin-bottom: 70px;
  z-index: 1;
}
.project .dropdown .btn-light {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 0.5px solid rgba(112, 112, 112, 0.4705882353);
  border-radius: 12px;
  text-align: left;
  padding-left: 25px;
  box-shadow: none;
}
.project .dropdown .btn-light::after {
  position: absolute;
  right: 5%;
  top: 48%;
}
.project .dropdown .dropdown-menu {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 0.5px solid rgba(112, 112, 112, 0.4705882353);
  border-top: none;
  border-radius: 0;
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
  width: 100%;
  padding: 25px 0px 15px 0px;
  z-index: -1;
}
.project .dropdown .dropdown-menu li .dropdown-item {
  font: normal normal 500 15px/22px Futura PT;
  letter-spacing: -0.54px;
  color: #191919;
  text-transform: capitalize;
  opacity: 0.6;
  text-wrap: wrap;
  background: transparent;
}
.project .dropdown:hover > .dropdown-menu {
  display: block;
  transform: translate(0px, -8px);
}
.project .dropdown > .dropdown-toggle:active {
  pointer-events: none;
}
.project .gallery-image {
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.8s ease;
}
.project .gallery-image:before {
  content: "";
  transition: all 0.8s ease;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  opacity: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(124, 163, 48, 0.8) 67.19%);
}
.project .gallery-image a .gallery-overlay {
  overflow: hidden;
}
.project .gallery-image a .gallery-overlay img {
  transition: all 0.4s ease;
  z-index: -1;
  position: relative;
}
.project .gallery-image a .gallery-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-bottom: 15px;
  text-align: center;
}
.project .gallery-image a .gallery-content .gallery-wrap {
  transition: all 0.4s ease;
}
.project .gallery-image a .gallery-content .gallery-wrap .service-icon {
  width: 55px;
  transition: all 0.4s ease;
}
.project .gallery-image a .gallery-content .gallery-wrap .headingh1 {
  font-family: Futura PT;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #ffffff;
  opacity: 0;
  transition: all 0.4s ease;
}
.project .gallery-image a .gallery-content span {
  font-family: Futura PT;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  color: #e2e8ec;
  text-align: center;
  -webkit-text-decoration: underline #e2e8ec !important;
          text-decoration: underline #e2e8ec !important;
  opacity: 0;
  transition: all 0.4s ease;
}
.project .gallery-image:hover:before {
  opacity: 1;
}
.project .gallery-image:hover .gallery-content .gallery-wrap {
  transform: translate(0, 0px);
  transition: all 0.4s ease;
}
.project .gallery-image:hover .gallery-content .gallery-wrap .service-icon {
  filter: brightness(10);
}
.project .gallery-image:hover .gallery-content .gallery-wrap .headingh1 {
  color: #ffffff;
  opacity: 1;
}
.project .gallery-image:hover .gallery-content span {
  opacity: 1;
}

.project-detail {
  padding: 60px 0;
}
.project-detail .main-title {
  font-family: Futura PT;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #7ca330;
}
.project-detail p {
  font-family: Futura PT;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #292929;
}
.project-detail .project-gallery {
  position: relative;
  z-index: 0;
}
.project-detail .project-gallery a {
  display: block;
}

.project-modal .modal {
  background-color: rgba(0, 0, 0, 0.6392156863);
}
.project-modal .modal .modal-dialog {
  top: 28px;
  max-width: 550px;
  width: 100%;
}
.project-modal .modal .modal-dialog .modal-content {
  padding: 0px;
  margin: auto;
  border-radius: 0px;
}
.project-modal .modal .modal-dialog .modal-content .btn-close {
  box-shadow: none;
  position: absolute;
  right: -8%;
  top: -4px;
  z-index: 1;
  font-size: 18px;
  background-image: url(../img/close-btn.webp);
  opacity: 1;
}
.project-modal .modal .modal-dialog .modal-content .modal-body {
  padding: 0px;
}
.project-modal .modal .modal-dialog .modal-content .modal-body .carousel .carousel-item .carousel-caption {
  position: relative;
  z-index: 0;
  left: 0;
  bottom: 0;
  text-align: left;
  padding: 20px 28px;
}
.project-modal .modal .modal-dialog .modal-content .modal-body .carousel .carousel-item .carousel-caption .modal-title {
  font-family: Futura PT;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  margin: 0px;
}
.project-modal .modal .modal-dialog .modal-content .modal-body .carousel .carousel-item .carousel-caption span {
  font-family: Futura PT;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  color: #000;
  text-transform: capitalize;
  opacity: 0.4;
}
.project-modal .modal .modal-dialog .modal-content .modal-body .carousel .carousel-item .carousel-caption p {
  font-family: Futura PT;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  color: #4e4e4e;
  margin-top: 10px;
  margin-bottom: 0;
}
.project-modal .modal .modal-dialog .modal-content .modal-body .carousel .carousel-item .carousel-caption .content-btn {
  position: absolute;
  right: 30px;
  top: 15px;
}
.project-modal .modal .modal-dialog .modal-content .modal-body .carousel .carousel-item .carousel-caption .content-btn .next-btn {
  color: #000;
  opacity: 0.4;
  cursor: pointer;
}
.project-modal .modal .modal-dialog .modal-content .modal-body .carousel .carousel-item .carousel-caption .content-btn .count-number {
  font-family: Futura PT;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  color: #000;
  text-transform: capitalize;
  opacity: 1;
}
.project-modal .modal .modal-dialog .modal-content .modal-body .carousel .carousel-control-prev,
.project-modal .modal .modal-dialog .modal-content .modal-body .carousel .carousel-control-next {
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translate(0%, -50%);
  opacity: 1;
}
.project-modal .modal .modal-dialog .modal-content .modal-body .carousel .carousel-control-prev .fa,
.project-modal .modal .modal-dialog .modal-content .modal-body .carousel .carousel-control-next .fa {
  font-size: 26px;
  color: #fff;
}
.project-modal .modal .modal-dialog .modal-content .modal-body .carousel .carousel-control-prev {
  left: -10%;
}
.project-modal .modal .modal-dialog .modal-content .modal-body .carousel .carousel-control-next {
  right: -10%;
}

.faq {
  padding: 70px 0;
  background: transparent linear-gradient(180deg, rgba(203, 216, 209, 0.1215686275) 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
}
.faq .nav-item {
  margin-right: 25px;
}
.faq .nav-link {
  background: #cbd8d1 0% 0% no-repeat padding-box !important;
  border-radius: 10px;
  padding: 12px 17px;
  min-width: 171px;
  margin-bottom: 10px;
  font: normal normal 500 18px/28px Futura PT;
  letter-spacing: 0px;
  color: #003b1f !important;
  border: 0;
}
.faq .nav-link.active {
  background: transparent linear-gradient(93deg, #ffffff 0%, #cbd8d1 100%) 0% 0% no-repeat padding-box !important;
  color: #003b1f !important;
}
.faq .accordion {
  border: 0 !important;
  margin-bottom: 200px;
}
.faq .accordion .accordion-item {
  border: 0;
  background: transparent;
  margin-bottom: 30px;
}
.faq .accordion .accordion-header {
  margin-bottom: 0px;
}
.faq .accordion .accordion-header .accordion-button {
  background: #f5f8f6 0% 0% no-repeat padding-box;
  padding: 30px 40px 30px 105px;
  font: normal normal normal 18px/26px Futura PT;
  letter-spacing: 0px;
  color: #03572f;
  border-radius: 61px;
}
.faq .accordion .accordion-header .accordion-button:after {
  content: "";
  background-position: center;
  background-image: url(../img/plus.svg) !important;
}
.faq .accordion .accordion-header .accordion-button:not(.collapsed) {
  background: #03572f 0% 0% no-repeat padding-box;
  color: #fff;
  background-position: center;
  transform: none;
}
.faq .accordion .accordion-header .accordion-button:not(.collapsed):after {
  content: "";
  transform: none;
  background-image: url(../img/minus.svg) !important;
}
.faq .accordion .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.faq .accordion .accordion-collapse {
  margin: 0 45px;
  background: #f5f8f6 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 0px 0px 61px 61px;
  opacity: 1;
  padding: 30px 40px;
  font: normal normal normal 16px/24px Futura PT;
  letter-spacing: 0px;
  color: #000000;
}

.testimonials {
  padding: 30px 0 30px 0;
}
.testimonials .testimonials-wrap {
  background: #fbfbfb 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 20px 20px;
  margin: 5px;
  position: relative;
}
.testimonials .testimonials-wrap .social {
  position: absolute;
  width: 50px;
  left: 20px;
  top: 20px;
}
.testimonials .testimonials-wrap .social .icon img {
  height: 24px;
}
.testimonials .testimonials-wrap .social p {
  font: normal normal normal 10px/14px Futura PT;
  letter-spacing: 0px;
  color: #9d9d9d;
}
.testimonials .testimonials-wrap h4 {
  color: #4a4a4a;
  font-family: Instrument Serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
}
.testimonials .testimonials-wrap .testimonials-user {
  display: flex;
  align-items: center;
  color: #000;
  font-family: Futura PT;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.testimonials .testimonials-wrap .testimonials-des p {
  color: #9d9d9d;
  font-family: Futura PT;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
}
.testimonials .testimonials-wrap .btn-img {
  margin-bottom: -56px;
}
.testimonials .testimonials-wrap:hover {
  background: #e7e9e8 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.testimonials .testimonials-wrap:hover .testimonials-des p {
  color: #000;
}
.testimonials .testimonials-wrap:hover .btn-img {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5803921569);
  transform: scale(1.1);
}
.testimonials .testimonials-slider .owl-nav {
  position: absolute;
  top: -65px;
  right: 0;
  width: 80px;
  display: flex;
  justify-content: space-around;
}
.testimonials .testimonials-slider .owl-dots {
  counter-reset: slides-num; /* Initialize counter. */
  position: absolute;
  top: -60px;
  right: 33px;
  z-index: -1;
}
.testimonials .testimonials-slider .owl-dot {
  display: inline-block;
  counter-increment: slides-num; /* Increment counter */
  margin-right: 5px;
}
.testimonials .testimonials-slider .owl-dot span {
  display: none !important;
}
.testimonials .testimonials-slider .owl-dot.active:before {
  content: counter(slides-num); /* Use the same counter to get current item. */
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
}

.testimonials-model .modal-content {
  background-image: url(../img/testimonial-bg-p.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonials-model .title {
  color: #4a4a4a;
  font-family: Instrument Serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: 0em;
  margin-bottom: 15px;
}
.testimonials-model p {
  color: #9d9d9d;
  font-family: Futura PT;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
}
.testimonials-model .btn-close {
  position: absolute;
  right: 10px;
  opacity: 1;
  top: 10px;
}
.testimonials-model .testimonial-img {
  position: absolute;
  right: -30%;
  top: 20%;
  width: 300px;
  transform: rotate(5deg);
}
.testimonials-model .testimonials-vac {
  position: absolute;
  left: -40px;
  border: 0;
  bottom: 0;
  width: 150px;
}
.testimonials-model .social {
  position: absolute;
  right: 20px;
  border: 0;
  bottom: 20px;
  width: 150px;
}
.testimonials-model .social p {
  font-size: 10px;
  line-height: 15px;
}

.contact-section {
  padding: 70px 0;
  background-image: url(../img/contact-section.webp);
  background-position: center;
  background-repeat: no-repeat;
  justify-content: center;
  background-size: cover;
}
.contact-section .title-wrap span {
  width: 1px;
  height: 90px;
  background-color: #ddd;
  margin: 0 50px;
}
.contact-section .contact-list ul .list {
  display: flex;
  justify-content: start;
  align-items: start;
}
.contact-section .contact-list ul .list .icon {
  width: 30px;
  text-align: center;
}
.contact-section .contact-list ul li {
  font: normal normal normal 16px/24px Futura PT;
  letter-spacing: 0px;
  color: #293630;
}
.contact-section .contact-list ul li p {
  font: normal normal normal 16px/24px Futura PT;
  letter-spacing: 0px;
  color: #293630;
}
.contact-section .contact-list .day-width {
  width: 125px;
  display: inline-block;
}
.contact-section .contact-list .divider {
  width: 30px;
  display: inline-block;
}

.about-us-banner {
  position: relative;
  z-index: 0;
  transition: all 0.4s ease;
  overflow: hidden;
  background-color: #e7e7e7;
  min-height: 800px;
  cursor: pointer;
}
.about-us-banner .flower-vactor {
  position: absolute;
  z-index: 1;
  width: 50%;
  bottom: 0;
  right: 0;
}
.about-us-banner .slideone {
  padding: 0;
  position: relative;
  transform: translateX(0%);
  transition: all 0.4s ease;
  z-index: 1;
}
.about-us-banner .slideone .slide-img {
  position: relative;
  top: 0;
  left: 0;
  width: 54%;
}
.about-us-banner .slideone .content .img-wrap {
  display: block;
  position: absolute;
  top: 32%;
  left: 32%;
  transform: translate(0px, 0%);
  transition: all 0.4s ease;
  z-index: 1;
}
.about-us-banner .slideone .content .img-wrap img {
  width: 410px;
}
.about-us-banner .slideone .content .img-wrap img.hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.about-us-banner .slideone .content .img-wrap:hover img.hover {
  opacity: 1;
}
.about-us-banner .slidetwo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 175px 0 60px 0;
  z-index: 1;
  opacity: 0;
  display: none;
}
.about-us-banner .slidetwo:before {
  position: relative;
  content: "";
  background-color: #eeeeee;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 85%;
  height: 100%;
}
.about-us-banner .slidetwo .content .main-title {
  font-size: 110px;
  line-height: 135px;
}
.about-us-banner .slidetwo .content img {
  width: 180px;
  margin-bottom: 30px;
}
.about-us-banner .slidetwo .content .para {
  font: normal normal 300 19px/28px Futura PT;
  letter-spacing: 0px;
  color: #5a7166;
  margin-bottom: 30px;
}
.about-us-banner .slidetwo .content .sign {
  font: normal normal normal 28px/45px Parisienne;
  letter-spacing: 0px;
  color: #293630;
}
.about-us-banner.active .slideone {
  transform: translateX(105%);
  visibility: hidden;
}
.about-us-banner.active .slidetwo {
  opacity: 1;
  display: block;
}

.why-choose-us {
  background-image: url(../img/rose-flowers.webp);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0 150px;
  margin-top: 25px;
  position: relative;
  z-index: 0;
}
.why-choose-us .main-title {
  font-family: Parisienne;
}
.why-choose-us .why-choose-box {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 76px 33px 33px 33px;
  opacity: 1;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  transition: all 0.4s ease;
}
.why-choose-us .why-choose-box .btn-wrap {
  position: absolute;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 12px 40px;
  border-radius: 40px;
  font: normal normal normal 20px/28px Instrument Serif;
  letter-spacing: 0px;
  transition: all 0.7s ease;
  color: #4d4c36;
}
.why-choose-us .why-choose-box .text-wrap {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.4s ease;
}
.why-choose-us .why-choose-box .text-wrap p {
  font: normal normal 300 13px/23px Futura PT;
  letter-spacing: 0px;
  color: #707070;
}
.why-choose-us .why-choose-box:hover .btn-wrap {
  transform: translateY(-150px);
  background: #03572f 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  color: #fff;
}
.why-choose-us .why-choose-box:hover .text-wrap {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.about-we-do {
  padding: 70px 0;
  background: #fff;
  position: relative;
  z-index: 0;
}
.about-we-do video {
  position: absolute;
  top: 9%;
  left: 0;
  width: 718px;
  height: 75%;
  z-index: -1;
  opacity: 0.3;
}
.about-we-do:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 20px;
  background-image: url(../img/flowers.webp);
  width: 100%;
  height: 100%;
  background-position: bottom right;
  background-repeat: no-repeat;
  z-index: -1;
  background-size: 26%;
}
.about-we-do .we-do-title {
  background-image: url(../img/wed-o.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 85px 0;
  margin-right: 45px;
  margin-bottom: 30px;
}
.about-we-do .we-do-title .main-title {
  font: normal normal normal 36px/48px Instrument Serif;
  letter-spacing: 0px;
  color: #003b1f;
}
.about-we-do .we-do-box {
  position: relative;
  z-index: 0;
}
.about-we-do .we-do-box .text-wrap p {
  font: normal normal normal 22px/28px Futura PT;
  letter-spacing: 0px;
  color: #5a7166;
}
.about-we-do .we-do-box .text-wrap .title {
  font: normal normal normal 36px/49px Instrument Serif;
  letter-spacing: 0px;
  color: #293630;
}
.about-we-do .we-do-box .text-bg-img {
  position: relative;
  padding: 60px 40px;
  z-index: 0;
  text-align: center;
}
.about-we-do .we-do-box .text-bg-img::before {
  content: "";
  background-image: url(../img/m-two.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: -188px;
  bottom: 0;
  height: 100%;
  width: 151%;
  z-index: -1;
}
.about-we-do .we-do-box .text-bg-img p {
  font: normal normal normal 22px/28px Futura PT;
  letter-spacing: 0px;
  color: #5a7166;
}
.about-we-do .box-title .fs-first {
  font: normal normal normal 55px/69px Parisienne;
}
.about-we-do .we-one {
  padding-bottom: 130px;
}
.about-we-do .mission-text {
  background-image: url(../img/m-one.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 40px;
  z-index: 1;
  position: relative;
  text-align: center;
}
.about-we-do .mission-text .des-wrap {
  font: normal normal normal 22px/28px Futura PT;
  letter-spacing: 0px;
  color: #5a7166;
}

.about-moments {
  padding: 100px 0;
  margin-bottom: 60px;
  position: relative;
  z-index: 0;
}
.about-moments:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/leaves-flowers.webp);
  background-position: bottom right;
  background-size: 85%;
  background-repeat: no-repeat;
  z-index: -1;
}
.about-moments:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -60px;
  width: 321px;
  height: 257px;
  background: #cbd8d1 0% 0% no-repeat padding-box;
  z-index: -2;
}
.about-moments .main-title {
  color: #293630;
}
.about-moments .flower-img {
  position: absolute;
  top: 25%;
  left: 39%;
}
.about-moments .sub {
  font: normal normal 500 20px/24px Futura PT;
  letter-spacing: 0px;
  color: #003b1f;
  margin-bottom: 13px;
}
.about-moments p {
  font: normal normal normal 16px/24px Futura PT;
  letter-spacing: 0px;
  color: #5a7166;
}

@media (min-width: 1400px) and (max-width: 2340px) {
  .services-section:before {
    content: "";
    position: absolute;
    right: 7.7%;
    width: 14%;
    height: 148%;
    top: -17%;
  }
  .about-us-banner .slideone .content .img-wrap {
    top: 34%;
    left: 36%;
  }
}
@media (min-width: 1399px) {
  .services-section:before {
    right: 3.2%;
  }
  .about-us-banner .slideone .content .img-wrap {
    top: 33%;
    left: 33%;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1370px !important;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1240px;
  }
}
@media (max-width: 1199px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 94%;
    width: 100%;
  }
  header .navbar .navbar-nav .nav-item {
    margin: 0px 12px;
  }
  header .navbar .right-nav .nav-item .contact-link {
    padding: 15px 15px;
  }
  .banner .banner-inner .banner-title {
    font-family: Futura PT;
    font-size: 32px;
    list-style: 42px;
  }
  .home1 .home1-inner .main-title {
    font-family: Futura PT;
    font-size: 32px;
    list-style: 42px;
  }
  .home1 .home1-inner p {
    margin: 16px 0;
  }
  .home2 {
    background-position: center;
  }
  .home2 .row .home2-inner .main-title {
    font-family: Futura PT;
    font-size: 32px;
    font-weight: 400;
    line-height: 42px;
  }
  .page-title .main-title {
    font-family: Futura PT;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
  }
  .page-title ul li {
    font-size: 14px;
  }
  .about .about-inner {
    padding: 0px 40px;
  }
  .about .about-inner p {
    line-height: 22px;
  }
  .project .gallery-image button .gallery-content span {
    font-family: Futura PT;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
  }
  .location .headingh1 {
    margin-bottom: 18px;
  }
  .location .location-inner {
    padding-left: 0px;
  }
  .location .location-inner .woodland {
    margin-bottom: 0px;
  }
  .location .location-inner .woodland p br {
    display: none;
  }
}
@media (max-width: 1099px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    font-family: Futura PT;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
  }
  header .navbar .right-nav .nav-item {
    margin: 0px 10px;
  }
  header .navbar .right-nav .nav-item .contact-link {
    font-family: Futura PT;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
  }
  .about .about-inner {
    padding: 0px 20px;
  }
  .about .about-inner p {
    font-size: 14px;
  }
  .service-detail .service-detail-img {
    padding-right: 10px;
  }
  .service-detail .service-detail-inner {
    padding-left: 10px;
  }
  .about-we-do .we-do-box .text-bg-img::before {
    content: "";
    left: 0px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    padding: 20px 0;
    position: fixed;
    width: 200px;
    left: 0;
    top: 0;
    z-index: 9;
    height: 100vh;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    background: #fff;
  }
  header .navbar {
    top: 0;
  }
  header .navbar .navbar-nav {
    display: block;
  }
  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 12px;
    padding: 7px 0px;
  }
  header .navbar .navbar-nav .has-dropdown .drop-menu {
    position: static;
    display: none;
    width: 100%;
    box-shadow: none;
    background: none;
  }
  header .navbar .navbar-nav .has-dropdown:hover .drop-menu {
    display: block;
  }
  header .navbar .right-nav .nav-item .contact-link {
    font-size: 12px;
    padding: 7px 12px;
  }
  .banner .banner-top-des {
    width: 290px;
    padding: 25px 0 5px 0;
  }
  .banner .banner-inner {
    padding-left: 0;
  }
  .banner .banner-inner .banner-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
  }
  .banner .banner-inner .sub-title {
    font-family: Futura PT;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
  }
  .banner .banner-top-des h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .banner .banner-top-des img {
    margin-bottom: 5px;
  }
  .banner .banner-top-des p {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .banner .banner-top-des .scroll-down a span {
    font-size: 16px;
  }
  .main-title {
    font-family: Instrument Serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 45px;
  }
  .main-title.before:before {
    display: none;
  }
  .sub-title {
    font-size: 18px;
    line-height: 24px;
  }
  .right-view a {
    font: normal normal normal 18px/20px Parisienne;
  }
  .right-view a span img {
    width: 7px;
  }
  .right-view a .month {
    font-size: 18px;
  }
  .heading-title-two {
    font-size: 48px;
    line-height: 60px;
  }
  .about-us-banner .slideone .slide-img {
    display: none;
  }
  .about-us-banner .slideone .content .img-wrap {
    display: block;
    position: absolute;
    top: 0%;
    left: 23%;
    transform: translate(0px, 59%);
    transition: all 0.4s ease;
    z-index: 1;
  }
  .month-box .month-wrap .month-title {
    font: normal normal 500 18px/24px Futura PT;
  }
  .services-section .testimonials-inner .testimonials-content .heading-title {
    font: normal normal normal 28px/36px Instrument Serif;
  }
  .subscription .main-title {
    font-size: 36px !important;
    line-height: 44px !important;
  }
  .subscription .subscription-two h2 {
    font: normal normal normal 36px/42px Instrument Serif;
  }
  .home1 .home1-inner .main-title {
    font-family: Futura PT;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
  }
  .home1 .home1-inner p {
    margin: 12px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
  }
  .home2 .row {
    padding: 0;
  }
  .home2 .row .home2-inner .main-title {
    margin-bottom: 6px;
  }
  .home2 .row .home2-inner p {
    margin-bottom: 15px;
  }
  .home4 .enquire {
    max-width: 100%;
  }
  .about .about-inner p {
    font-size: 15px;
    line-height: 24px;
  }
  .about .palm-tree {
    width: 130px;
    margin-left: 0px;
  }
  .service-detail {
    padding: 25px 0 70px 0;
  }
  .service-detail .service-detail-img {
    padding-right: 0px;
    margin-bottom: 20px;
  }
  .service-detail .service-detail-inner {
    padding-left: 0px;
  }
  .shop-detail.mt115 {
    margin-top: 0px;
  }
  .shop-detail {
    padding: 103px 0px 50px 0;
  }
  .shop-detail .breadcrumb-sub::before {
    display: none;
  }
  .owl-theme.top-center-arrow .owl-prev {
    left: -18px;
  }
  .owl-theme.top-center-arrow .owl-next {
    right: -18px;
  }
}
@media (max-width: 767px) {
  .testimonials .testimonials-slider .owl-item.active {
    transform: scale(1);
    transform-origin: bottom;
  }
  .service-one .service-left {
    padding: 15px;
  }
  .service-one {
    padding: 20px 0;
  }
  .service-two {
    padding: 20px 0;
  }
  .service-three {
    padding: 20px 0;
  }
  .owl-featuredwork .owl-nav {
    padding: 0 0px;
  }
  .owl-featuredwork .owl-nav button {
    width: 50px;
  }
  .project .gallery-image a .gallery-content .gallery-wrap .headingh1 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
  }
  .project-detail {
    padding: 20px 0;
  }
  .project-detail .main-title {
    font-family: Futura PT;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
  }
  .news-page {
    padding: 20px 0;
  }
  .carees {
    padding: 20px 0;
  }
  .carees .careees-wrap {
    display: block;
  }
  .full-time {
    margin-bottom: 15px;
  }
  .banner .carousel .carousel-inner .carousel-item .slide-img {
    height: 600px;
  }
  .faq .accordion .accordion-header .accordion-button {
    padding: 20px 25px 20px 40px;
    border-radius: 61px;
  }
  .testimonials-model .testimonial-img {
    position: relative;
    right: 0%;
    top: 0;
    width: 100%;
    transform: rotate(0deg);
    margin-top: 35px;
  }
  .testimonials-model .testimonials-vac {
    position: absolute;
    left: 0px;
    border: 0;
    bottom: 0;
    width: 65px;
  }
  .faq .accordion .accordion-collapse {
    padding: 15px 5px;
  }
  .contact-section .title-wrap span {
    display: none !important;
  }
  .faq .accordion {
    border: 0 !important;
    margin-bottom: 0px;
  }
  .faq {
    padding: 40px 0;
  }
  .contact-section {
    padding: 40px 0;
  }
  .testimonials-model .modal-content {
    padding-bottom: 45px;
  }
  .blog-wrap .blog-des h2 {
    font: normal normal normal 32px/40px Instrument Serif;
  }
  .blog-detail .blog-title h2 {
    font: normal normal normal 32px/40px Instrument Serif;
  }
  .faq .nav-link {
    padding: 8px 10px;
    min-width: 130px;
  }
  .product .product-inner .product-title {
    font-size: 16px;
    line-height: 20px;
  }
  .product .product-inner .price {
    font-size: 15px;
    line-height: 18px;
  }
  .pagination .page-item a {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .owl-theme.top-center-arrow .owl-nav {
    position: relative;
    justify-content: center;
    transform: translate(0, 0%);
    top: 0;
  }
  .owl-theme.top-center-arrow .owl-nav button {
    display: inline-block;
    position: relative;
    left: 0;
    right: 0;
  }
  .services-section .testimonials-inner .testimonials-content {
    padding-top: 55px;
  }
  .services-section .testimonials-inner .testimonials-content .quote {
    font-size: 170px;
    left: -30px;
    line-height: 60px;
  }
  .services-section:before {
    display: none;
  }
  .home2 .owl-services .owl-dots {
    bottom: 0%;
  }
  .home2 .owl-services .owl-nav button {
    margin: 4px 0 !important;
    counter-increment: slides-num;
  }
  .home2 .owl-services .owl-nav {
    position: absolute;
    right: 0;
    top: 100%;
    transform: translate(0px, -100%);
    display: grid;
  }
  .home1 .home1-img .padding-a {
    padding-left: 0px;
    padding-right: 0px;
  }
  .home1 .home1-img .padding-b {
    padding-left: 0px;
    padding-right: 0px;
  }
  .home1 .home1-img .padding-c {
    padding-right: 0px;
    padding-left: 0px;
  }
  .home1 .home1-img .padding-c1 {
    padding-left: 0px;
  }
  .home1 .home1-img .padding-c2 {
    padding-right: 0px;
  }
  .btn {
    min-width: 120px;
  }
  footer .footer-top {
    padding: 30px 0px;
  }
  footer .footer-top::before {
    display: none;
  }
  footer .footer-top .links {
    padding-left: 0;
  }
  footer .footer-top .footer-content .footer-title {
    margin-bottom: 4px;
  }
  .main-title {
    font-size: 24px;
    line-height: 32px;
  }
  .service-one .service-img {
    margin-left: 0px;
  }
  .testimonials {
    padding: 20px 0 30px 0;
  }
  .box-wrap-two .des-wrap .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .box-wrap-three .des-wrap .title {
    font-size: 18px;
  }
  .box-wrap-three .des-wrap .position {
    font-size: 13px;
    line-height: 22px;
  }
  .home4 .contact-wrap {
    padding: 15px 15px 15px 15px;
  }
  .home4 .title-top {
    top: -30px;
    left: 0px;
  }
  .home4 .title-bottom {
    bottom: -20px;
    right: 0px;
  }
  .home4 .contact-wrap a {
    font-size: 14px;
    line-height: 22px;
  }
  .home4 .contact-wrap h4 {
    font-size: 20px;
    line-height: 28px;
  }
  .home4 .contact-wrap img {
    width: 24px;
  }
  .banner .banner-top-des h2 {
    font-family: Futura PT;
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
  }
  .home1 .home1-img {
    padding-right: 0;
  }
  .home2 {
    top: 0;
    background-position: inherit;
    padding: 40px 0px;
  }
  .home2 .row .home2-inner .main-title {
    font-size: 24px;
  }
  .home2 .owl-project .content .main-title {
    font-size: 24px;
  }
  .home2 .service-slider .owl-nav .owl-prev {
    left: 0px;
  }
  .home2 .service-slider .owl-nav .owl-next {
    right: 0px;
    margin-right: 5px !important;
  }
  .whatsapp-img {
    position: fixed;
    right: 5px;
    bottom: 15px;
    z-index: 999;
  }
  .whatsapp-img img {
    width: 40px;
  }
  .about-us-banner {
    min-height: 435px;
  }
  .about-us-banner .slideone .content .img-wrap img {
    width: 200px;
  }
  .about-us-banner .slidetwo .content .main-title {
    font-size: 36px;
    line-height: 40px;
  }
  .about-us-banner .slidetwo .content img {
    width: 120px;
    margin-bottom: 5px;
  }
  .about-us-banner .slidetwo {
    padding: 100px 0 30px 0;
  }
  .about-us-banner .slidetwo .content .para {
    font: normal normal 300 14px/18px Futura PT;
    margin-bottom: 10px;
  }
  .about-us-banner .slidetwo .content .sign {
    font: normal normal normal 20px/28px Parisienne;
  }
  .about-us-banner .slideone .slide-img {
    display: none;
  }
  .about-us-banner .slideone .content .img-wrap {
    display: inline-block;
    position: relative;
    top: 0%;
    left: 0%;
    transform: translate(0px, 94%);
    transition: all 0.4s ease;
    z-index: 1;
  }
  .subsription-contact h3 {
    font-family: Parisienne;
    font-size: 32px;
    line-height: 36px;
    font-weight: normal;
    color: #03572f;
  }
  .about-we-do .we-one {
    padding-bottom: 20px;
  }
  .about-we-do:before {
    display: none;
  }
  .about-moments {
    padding: 28px 0;
    margin-bottom: 20px;
  }
  .about-moments .flower-img {
    top: 0%;
    left: 50%;
    width: 51px;
  }
  .heading-title-two {
    font-size: 45px;
    line-height: 60px;
  }
  .about-we-do .box-title .fs-first {
    font: normal normal normal 36px/45px Parisienne;
  }
  .about-we-do video {
    position: absolute;
    top: 9%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .home3 .client-title {
    font-size: 20px;
  }
  .home3 .owl-carousel .owl-nav button img {
    width: 8px;
  }
  .home4 {
    padding: 50px 0;
  }
  .home4 .enquire .main-title {
    font-size: 35px;
  }
  .project {
    padding: 40px 0;
  }
  .project-modal .modal .modal-dialog {
    max-width: 450px;
    margin: auto;
  }
  .shop {
    padding: 20px 0;
  }
  .pagination {
    margin: 40px;
  }
  .shop-detail.mt115 {
    margin-top: 0px;
  }
  .shop-detail {
    padding: 80px 0 30px 0;
  }
  .shop-detail .shop-inner {
    margin-top: 30px;
  }
  .shop-detail .shop-inner .shop-inner-content .heading-title {
    font-size: 22px;
  }
  .shop-detail .shop-inner .shop-inner-content span {
    font-size: 22px;
  }
  .shop-detail .carousel {
    margin-right: 0;
  }
  .shop-detail .carousel .carousel-inner {
    width: 100%;
  }
  .related-product .main-title .divider {
    width: 9px;
  }
  .related-product .related-product-inner .owl-theme .owl-nav {
    position: relative;
    top: 0%;
    transform: translateY(0%);
    display: flex;
    justify-content: center;
  }
  .shop-detail .breadcrumb-sub::before {
    display: none;
  }
  .related-product {
    padding: 25px 0px;
  }
  .heading-title {
    font-family: Futura PT;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
  }
  .service {
    padding: 40px 0;
  }
  .service-detail {
    padding: 25px 0 40px 0;
  }
  .service-detail .service-detail-inner p {
    margin-bottom: 25px;
  }
  .location {
    padding: 80px 0 20px 0;
    overflow: hidden;
    position: relative;
  }
  .location .location-inner {
    padding-top: 30px;
  }
  .location .video-banner video {
    position: absolute;
    left: 0;
    top: 0px;
    right: 0;
    z-index: -1;
    height: 1060px !important;
    width: 1876px;
  }
  .project .dropdown .dropdown-menu li .dropdown-item {
    font-size: 14px;
  }
  .shop .sidebox .accordion-item .accordion-header .accordion-button::after {
    left: 12px;
  }
  .location .location-inner .woodland.border-left-right {
    border: 0;
  }
  .testimonials .quote-left {
    width: 70px;
  }
  .testimonials .quote-right {
    width: 70px;
  }
  .testimonials .testimonials-slider .owl-stage-outer {
    padding: 0px !important;
  }
  .contact {
    padding: 10px 0px 20px 0;
  }
  .shop-detail .carousel .carousel-inner {
    margin-left: 0;
  }
  .shop-detail .carousel .carousel-indicators button {
    min-width: 40px;
  }
  .shop-detail .carousel .carousel-indicators {
    display: flex;
    height: auto;
    bottom: 0%;
    left: 0;
    right: 0;
    justify-content: space-between;
    position: relative;
    margin: 10px 0;
  }
  .shop-detail .carousel .carousel-inner {
    width: 100%;
  }
  .shop-detail .shop-inner .shop-inner-content p {
    margin-top: 15px;
  }
  .shop-detail .shop-inner .count-list {
    margin-top: 30px;
    justify-content: space-between;
  }
  .shop-detail .shop-inner .count-list .qty {
    font-size: 16px;
    margin-right: 0;
  }
  .shop-detail .shop-inner .count-list .counter {
    padding: 3px 10px;
    margin-right: 0;
  }
}
@media (max-width: 676px) {
  .comman-contact {
    background-image: none !important;
  }
  footer .footer-top .links {
    display: block;
  }
  footer .footer-top .footer-content .divider {
    display: none !important;
  }
  footer .footer-top .footer-content .footer-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .page-title .main-title {
    font-size: 18px;
  }
  .page-title .main-title span {
    font: normal normal normal 24px/26px Instrument Serif;
  }
  .page-title {
    padding: 80px 0px 14px;
  }
  .banner .carousel .carousel-inner .carousel-item .slide-img {
    height: 490px;
  }
  header .navbar .navbar-brand img {
    width: 130px;
  }
  .banner .banner-inner .sub-title {
    font-family: Futura PT;
    font-size: 16px;
    line-height: 24px;
  }
  .banner .banner-inner .banner-title {
    font-family: Futura PT;
    font-size: 24px;
    line-height: 32px;
  }
  .home1 {
    padding: 40px 0px 20px 0px;
  }
  .home1 .home1-inner .main-title {
    font-family: Futura PT;
    font-size: 24px;
    line-height: 32px;
  }
  .overlay .overlay-inner .overlay-img .overlay-hidden img {
    width: 24px;
  }
  footer .footer-top .footer-content .footer-title {
    font-size: 19px;
  }
  footer .footer-top .footer-content .address li p,
  footer .footer-top .footer-content .address li a {
    font-family: Futura PT;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
  }
  footer .footer-top .footer-content .quick-links li a {
    font-family: Futura PT;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
  }
  footer .footer-bottom .copyright p,
  footer .footer-bottom .copyright a {
    font-size: 13px;
  }
  .home3 .owl-carousel .item {
    justify-content: center;
  }
  .home3 .owl-carousel .owl-item img {
    width: 90%;
  }
  .about .about-inner {
    padding: 0;
  }
  .project .dropdown {
    margin-bottom: 50px;
  }
  .project-modal .modal .modal-dialog {
    max-width: 80%;
  }
  .project-modal .modal .modal-dialog .modal-content .btn-close {
    top: -8%;
    right: 0;
    font-size: 15px;
  }
  .project-modal .modal .modal-dialog .modal-content .modal-body .carousel .carousel-control-prev,
  .project-modal .modal .modal-dialog .modal-content .modal-body .carousel .carousel-control-next {
    width: 35px;
    height: 35px;
  }
  .project-modal .modal .modal-dialog .modal-content .modal-body .carousel .carousel-item .carousel-caption {
    padding: 10px;
  }
  .project-modal .modal .modal-dialog .modal-content .modal-body .carousel .carousel-item .carousel-caption .modal-title {
    font-family: Futura PT;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
  }
  .project-modal .modal .modal-dialog .modal-content .modal-body .carousel .carousel-item .carousel-caption span {
    font-family: Futura PT;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .project-modal .modal .modal-dialog .modal-content .modal-body .carousel .carousel-item .carousel-caption p {
    font-size: 13px;
    margin-top: 0;
  }
  .project-modal .modal .modal-dialog .modal-content .modal-body .carousel .carousel-item .carousel-caption .content-btn .count-number {
    font-size: 13px;
  }
  .related-product .related-product-inner .owl-theme .owl-nav {
    top: inherit;
    left: 0;
    margin: auto;
  }
  .related-product .related-product-inner .owl-theme .owl-nav button img {
    width: 8px;
  }
}
@media (max-width: 460px) {
  .page-title .main-title {
    font-size: 16px;
    line-height: 22px;
  }
  .page-title .main-title span {
    font: normal normal normal 16px/16px Instrument Serif;
  }
  .banner .banner-inner .banner-title {
    font-family: Futura PT;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 5px;
  }
  .home4 .enquire .main-title {
    font-size: 24px;
    line-height: 32px;
  }
  .shop-detail .carousel .carousel-indicators {
    display: flex;
    height: auto;
    bottom: 0%;
    left: 0;
    right: 0;
    justify-content: space-between;
    position: relative;
    margin: 10px 0;
  }
  .shop-detail .carousel .carousel-inner {
    width: 100%;
  }
  .shop-detail .shop-inner .shop-inner-content p {
    margin-top: 15px;
  }
  .shop-detail .shop-inner .count-list {
    margin-top: 30px;
    justify-content: space-between;
  }
  .shop-detail .shop-inner .count-list .qty {
    font-size: 16px;
    margin-right: 0;
  }
  .shop-detail .shop-inner .count-list .counter {
    padding: 3px 10px;
    margin-right: 0;
  }
}/*# sourceMappingURL=style.css.map */