@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Quicksand:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Quicksand:wght@300..700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
}

.text-theme {
  color: #7c61aa !important;
}

.text-gray {
  color: rgba(41, 41, 41, 0.5019607843) !important;
}

body {
  letter-spacing: 0.9px;
  color: #161616;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

main {
  min-height: 75vh;
}

.cursor-pointer {
  cursor: pointer;
}

.btn {
  color: #000;
  text-align: center;
  font-family: Josefin Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.75px;
  line-height: normal;
  padding: 13px 35px;
  transition: 0.4s ease all;
  text-transform: uppercase;
  border-radius: 0px;
}

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

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

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

.btn-primary {
  background: #563476 0% 0% no-repeat padding-box;
  border-color: #563476;
  color: #ffffff;
}
.btn-primary:hover {
  background: #c2ade6 0% 0% no-repeat padding-box;
  border-color: #c2ade6;
  color: #fff;
}
.btn-primary:focus, .btn-primary:active {
  background: #c2ade6 0% 0% no-repeat padding-box;
  border-color: #c2ade6;
  color: #fff;
}

.btn-primary-outline {
  background: transparent 0% 0% no-repeat padding-box;
  border: 1px solid #7c61aa;
  color: #7c61aa;
  transition: 0.4s ease all;
}
.btn-primary-outline:hover {
  border: 1px solid #7c61aa;
  background: #7c61aa;
  color: #fff;
  padding-left: 25px;
  padding-right: 50px;
}
.btn-primary-outline:hover span {
  translate: -10px 0px;
}
.btn-primary-outline:hover span .fa {
  opacity: 1;
  width: auto;
  translate: 10px 0;
  scale: 1;
}
.btn-primary-outline:focus, .btn-primary-outline:active {
  background: #7c61aa !important;
  color: #fff;
}
.btn-primary-outline span {
  transition: 0.5s ease all;
}
.btn-primary-outline span .fa {
  width: 0px;
  margin-left: 0px;
  display: inline-block;
  translate: 20px 0;
  transition: 0.3s ease all;
  scale: 0;
}

.btn-secondary-outline {
  background: transparent 0% 0% no-repeat padding-box;
  border: 1px solid #004046;
  color: #004046;
  transition: 0.4s ease all;
}
.btn-secondary-outline:hover {
  border: 1px solid #004046;
  background: transparent;
  color: #004046;
  padding-left: 25px;
  padding-right: 50px;
}
.btn-secondary-outline:hover span {
  translate: -10px 0px;
}
.btn-secondary-outline:hover span .fa {
  opacity: 1;
  width: auto;
  translate: 10px 0;
  scale: 1;
  color: #7c61aa;
}
.btn-secondary-outline:focus, .btn-secondary-outline:active {
  background: #7c61aa !important;
  color: #fff;
}
.btn-secondary-outline span {
  transition: 0.5s ease all;
}
.btn-secondary-outline span .fa {
  width: 0px;
  margin-left: 0px;
  display: inline-block;
  translate: 20px 0;
  transition: 0.3s ease all;
  scale: 0;
}

.btn-secondary {
  background: #161616;
  color: #e2e8ec;
}
.btn-secondary:hover {
  color: #161616;
  background: #e2e8ec;
}
.btn-secondary:focus, .btn-secondary:active {
  color: #161616;
  background: #e2e8ec 0% 0% no-repeat padding-box !important;
}

.btn-light {
  color: #161616;
  font-weight: 500;
}

.btn-link {
  font: normal normal bold 13px/16px Josefin Sans;
  letter-spacing: 0.75px;
  color: #563476;
  text-transform: uppercase;
  padding: 0;
}
.btn-link:hover {
  color: #c2ade6;
}
.btn-link:hover img {
  opacity: 0.5;
}
.btn-link:focus, .btn-link:active {
  color: #c2ade6 !important;
}

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

.go-back-two {
  color: #7c61aa;
  font-family: Outfit;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 48px */
  letter-spacing: 0.5px;
}
.go-back-two:hover {
  color: #7c61aa;
}

form .form-control {
  border: 0;
  border-radius: 0;
  padding: 7px 15px;
  box-shadow: none;
  color: #c2ade6;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
  background: #fff;
  position: relative;
  z-index: 1;
}
form .form-control::-moz-placeholder {
  color: #c2ade6;
  font-weight: 400;
}
form .form-control::placeholder {
  color: #c2ade6;
  font-weight: 400;
}
form .form-control:focus {
  background: #fff;
  outline: none;
  box-shadow: none;
}
form label {
  padding-left: 0 !important;
}

.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 {
  color: #1c1f35;
  /* mini-header */
  font: normal normal normal 14px/20px Josefin Sans;
  letter-spacing: 1px;
  color: #563476;
  line-height: normal;
  letter-spacing: 1.2px;
}

.main-middle-title {
  text-align: left;
  font: normal normal normal 36px/42px Josefin Sans;
  letter-spacing: 0px;
  color: #563476;
  opacity: 1;
  position: relative;
}
.main-middle-title span {
  display: inline-block;
  position: relative;
}
.main-middle-title span::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 60%;
  translate: 0 -50%;
  height: 40%;
  width: 3px;
  border-radius: 3px;
  background: #7c61aa;
}

.main-title {
  text-align: left;
  font: normal normal normal 42px/50px Josefin Sans;
  letter-spacing: 0px;
  color: #563476;
  opacity: 1;
  position: relative;
}
.main-title span {
  display: inline-block;
  position: relative;
}
.main-title span::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 60%;
  translate: 0 -50%;
  height: 40%;
  width: 3px;
  border-radius: 3px;
  background: #7c61aa;
}

.main-small-title {
  text-align: left;
  font: normal normal normal 28px/36px Josefin Sans;
  letter-spacing: 0px;
  color: #563476;
  opacity: 1;
  position: relative;
}
.main-small-title span {
  display: inline-block;
  position: relative;
}
.main-small-title span::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 60%;
  translate: 0 -50%;
  height: 40%;
  width: 3px;
  border-radius: 3px;
  background: #7c61aa;
}

.heading-title {
  font: normal normal normal 36px/42px Josefin Sans;
  letter-spacing: 0px;
  color: #563476;
  opacity: 1;
}

.heading2 {
  font: normal normal normal 72px/82px Lindsey Signature;
  letter-spacing: 2px;
  color: #036838;
  font-style: normal;
}

.whatsapp-img {
  position: fixed;
  right: 10px;
  bottom: 50px;
  z-index: 999;
  width: 60px;
  border-radius: 50%;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(78, 40, 91, 0.1019607843);
  transition: all 0.4s ease;
}
.whatsapp-img img {
  padding: 13px;
}
.whatsapp-img:hover img {
  opacity: 0.6;
}

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

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none !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;
  }
}
.terms {
  padding: 40px 0;
}
.terms .sidebar a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  padding-bottom: 15px;
  color: #252525;
  font-family: Nunito;
}
.terms .sidebar .active {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #7c61aa;
}
.terms .date {
  font-size: 14px;
}
.terms p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #252525;
}
.terms li {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #252525;
  margin-bottom: 10px;
}

.pagination {
  margin: 50px 0px;
}
.pagination .page-item .page-link,
.pagination .page-item a {
  border: none;
  box-shadow: none;
  background: transparent;
  border: 2px solid #7c61aa;
  font: normal normal bold 16px/24px Nunito;
  letter-spacing: 1.1px;
  color: #7c61aa;
  opacity: 1;
  width: 45px;
  height: 45px;
  border-radius: 0px;
  display: grid;
  place-items: center;
  text-align: center;
  margin: 0 3px;
}
.pagination .page-item .page-link.disable,
.pagination .page-item a.disable {
  opacity: 0.6;
}
.pagination .page-item .page-link img,
.pagination .page-item a img {
  filter: invert(40%) sepia(18%) saturate(1341%) hue-rotate(220deg) brightness(98%) contrast(84%);
}
.pagination .page-item .page-link:hover,
.pagination .page-item a:hover {
  color: #563476;
  border: 2px solid #563476;
}
.pagination .page-item .active {
  color: #563476;
  border: 2px solid #563476;
}

.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 Hv BT;
}
.atc-success1 h1 {
  text-align: center;
  font-family: Futura Hv BT;
  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 Hv BT;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #000000;
  opacity: 1;
}
.atc-success1 h4 {
  color: #7c61aa;
  font-family: Futura Hv BT;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}
.atc-success1 img {
  border-radius: 8px;
}

.page-title {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 45px 0;
}
.page-title .main-title {
  text-align: center;
  font: normal normal bold 24px/28px Nunito;
  letter-spacing: 1.5px;
  color: #563476;
  margin-bottom: 0;
}
.page-title .breadcrumb li {
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0 3px;
  font: normal normal bold 14px/22px Nunito;
  letter-spacing: 0.9px;
}
.page-title .breadcrumb li a {
  color: #563476;
}

.breadcrumb li {
  text-align: center;
  font: normal normal 500 14px/22px Nunito;
  letter-spacing: 0px;
  color: #7c61aa;
}
.breadcrumb li a {
  color: #a1a1a1;
}
.breadcrumb .breadcrumb-item.active {
  color: #7c61aa !important;
}

header .topbar {
  background-color: #7c61aa;
  padding: 8px 0;
}
header .topbar p {
  font: normal normal 600 12px/18px Nunito;
  letter-spacing: 0.75px;
  color: #ffffff;
}
header .navbar {
  background: #faf8ff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(130, 121, 149, 0.1607843137);
  padding: 6px 0px;
}
header .navbar .navbar-brand img {
  height: 60px;
}
header .navbar .navbar-toggler {
  box-shadow: none;
  border: none;
}
header .navbar .navbar-toggler .fa-bars {
  color: #222;
}
header .navbar .navbar-nav .nav-item {
  margin: 0px 13px;
}
header .navbar .navbar-nav .nav-item .nav-link {
  color: #161616;
  font-family: Nunito;
  letter-spacing: 1px;
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  padding: 10px 0px;
  transition: all ease 0.4s;
  position: relative;
}
header .navbar .navbar-nav .nav-item .nav-link.active {
  color: #7c61aa;
}
header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #7c61aa;
}
header .navbar .navbar-nav .nav-item .nav-link img {
  filter: brightness(0);
}
header .navbar .navbar-nav .nav-item .nav-link img:hover {
  filter: none;
}
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: 0;
  top: 20px;
  background: #ffffff 0% 0% no-repeat padding-box;
  padding: 20px 8px 15px;
  min-width: 250px;
  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 a {
  color: #161616;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 8px;
  text-decoration: none !important;
  display: block;
  transition: all ease 0.4s;
}
header .navbar .navbar-nav .has-dropdown .drop-menu .nav-item a:hover {
  color: #7c61aa;
  opacity: 1;
  text-decoration: none !important;
}
header .navbar .navbar-nav .has-dropdown:hover .drop-menu {
  top: 27px;
  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 Bk BT;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #000000;
  text-transform: uppercase;
  padding: 15px 0px;
}
header .navbar .right-nav .nav-item .nav-link img {
  width: 16px;
}
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;
  left: 15px;
  top: 2px;
  line-height: 15px;
  font-size: 10px;
  min-width: 18px;
  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: #7c61aa;
}

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

footer .footer-top {
  background: #563476 0% 0% no-repeat padding-box;
  padding: 60px 0px 40px 0;
  position: relative;
  z-index: 0;
}
footer .footer-top .footer-content .footer-title {
  text-align: left;
  font: normal normal bold 14px/18px Nunito;
  letter-spacing: 1px;
  color: #c2ade6;
  text-transform: uppercase;
  opacity: 1;
  margin-bottom: 12px;
}
footer .footer-top .footer-content .para {
  font: normal normal 600 10px/17px Nunito;
  letter-spacing: 0.75px;
  color: #ffffff;
}
footer .footer-top .footer-content h6 {
  text-align: left;
  font: normal normal bold 18px/24px Nunito;
  letter-spacing: 1.25px;
  color: #ffffff;
  opacity: 1;
}
footer .footer-top .footer-content .quick-links li {
  margin-bottom: 4px;
}
footer .footer-top .footer-content .quick-links li a {
  text-align: left;
  font: normal normal 600 12px/20px Nunito;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  display: flex;
  align-items: center;
}
footer .footer-top .footer-content .quick-links li a span {
  width: 30px;
}
footer .footer-top .links {
  padding-left: 0px;
}
footer .footer-bottom {
  background: #563476;
  border-top: 1px solid rgba(255, 255, 255, 0.3490196078);
}
footer .copyright {
  padding: 12px 0;
}
footer .copyright p,
footer .copyright a {
  text-align: left;
  font: normal normal bold 12px/20px Nunito;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}

.banner {
  padding-top: 0px;
  position: relative;
  z-index: 0;
}
.banner .carousel .carousel-caption {
  position: absolute;
  top: 50%;
  left: 20%;
  z-index: 1;
  transform: translate(-20%, -50%);
  text-align: left;
  width: 40%;
}
.banner .carousel .carousel-caption p {
  font: normal normal 600 14px/22px Nunito;
  letter-spacing: 0.9px;
  color: #563476;
}
.banner .carousel .carousel-indicators {
  bottom: 20px;
  opacity: 1;
}
.banner .carousel .carousel-indicators button {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #7c61aa;
  margin: 0 7px !important;
  opacity: 1;
}
.banner .carousel .carousel-indicators button.active {
  background: #7c61aa;
}
.banner .carousel .prev-next {
  width: 7%;
}
.banner .carousel .prev-next span {
  filter: invert(21%) sepia(21%) saturate(5507%) hue-rotate(239deg) brightness(37%) contrast(230%);
}
.banner .banner-inner {
  padding-left: 0px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 99999;
}

.home1 {
  padding: 0px 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background: #f2eefc 0% 0% no-repeat padding-box;
}
.home1 .logo-about {
  position: absolute;
  right: -70px;
  z-index: 0;
  top: 34%;
  width: 170px;
}

.home-serv {
  background: #dacbf3;
  padding: 50px 0;
}
.home-serv .our-quality {
  padding: 30px;
}
.home-serv .our-quality .img-wrap {
  display: flex;
  margin: auto;
  background: #ffffff 0% 0% no-repeat padding-box;
  padding: 18px;
  width: 100px;
  border-radius: 50%;
  height: 100px;
  justify-content: center;
}
.home-serv .our-quality h5 {
  font: normal normal 600 18px/28px Josefin Sans;
  letter-spacing: 0px;
  color: #563476;
}
.home-serv .our-quality p {
  font: normal normal 600 14px/20spx Nunito;
  letter-spacing: 0.9px;
  color: #563476;
}

.home2 {
  padding: 70px 0;
  position: relative;
  z-index: 0;
}
.home2 .propositions-box {
  text-align: left;
}

.home3 {
  padding: 70px 0;
  background-image: url(../img/home_categoriesbg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow-x: hidden;
}
.home3 .owl-carousel .owl-stage-outer {
  overflow: inherit;
}
.home3 .owl-nav {
  position: absolute;
  right: 0;
  top: -80px;
}
.home3 .owl-nav button {
  position: relative;
  left: 0 !important;
  right: 0 !important;
}
.home3 .owl-nav button:hover {
  background: transparent;
}
.home3 .owl-nav button img {
  width: 50px;
}
.home3 h5 {
  font: normal normal 600 30px/40px Nunito;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}

.categories-box {
  position: relative;
  background-color: #fff;
  padding: 35px 25px 25px;
}
.categories-box p {
  text-align: left;
  font: normal normal 500 16px/23px Nunito;
  letter-spacing: 0px;
  color: #252525;
  opacity: 1;
  padding-top: 15px;
  position: relative;
  z-index: 99;
}
.categories-box h4 {
  font: normal normal normal 50px/63px Lindsey Signature;
  letter-spacing: 2px;
  color: #036838;
  position: relative;
  z-index: 99;
}
.categories-box .other-img {
  width: auto !important;
  position: relative;
  z-index: 99;
}
.categories-box .arrow {
  width: 80px !important;
  position: absolute;
  right: 25px;
  bottom: 25px;
  z-index: 99;
}
.categories-box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 15px;
  bottom: 0px;
  left: 0;
  background-color: #ca1719;
  transition: 0.5s ease all;
}
.categories-box:hover::after {
  height: 100%;
}
.categories-box:hover h4 {
  color: #fff;
}
.categories-box:hover p {
  color: #fff;
}
.categories-box:hover .other-img {
  filter: brightness(10);
}

.owl-nav button {
  position: absolute;
  left: -35px;
  top: 50%;
  translate: 0 -50%;
}
.owl-nav button.owl-next {
  left: inherit;
  right: -35px;
}

.about-one {
  padding: 80px 0;
}
.about-one .main-title {
  text-align: left;
  font: normal normal normal 75px/115px Lindsey Signature;
  letter-spacing: 2px;
  color: #036838;
  opacity: 1;
  position: relative;
}
.about-one p {
  font: normal normal 500 16px/23px Nunito;
  letter-spacing: 0px;
  color: #252525;
}

.about-mission {
  padding: 80px 0;
  background-image: url(../img/ab-mi-vi.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.about-mission .propositions-box {
  background: #ffffff 0% 0% no-repeat padding-box;
  padding: 45px 30px;
  text-align: center;
}
.about-mission .propositions-box h1 {
  font: normal normal normal 75px/115px Lindsey Signature;
  letter-spacing: 2px;
  color: #036838;
  opacity: 1;
  position: relative;
}
.about-mission .propositions-box p {
  font: normal normal 500 16px/23px Nunito;
  letter-spacing: 0px;
  color: #252525;
}

.contact-section {
  padding: 80px 0;
  background: #edf4ef 0% 0% no-repeat padding-box;
  opacity: 1;
  position: relative;
}

.testimonials-box {
  text-align: center;
  padding: 80px;
}
.testimonials-box .qoutes {
  text-align: center;
  font: normal normal normal 200px/200px Prata;
  letter-spacing: 0px;
  color: #036838;
  opacity: 0.5;
  translate: 0 70px;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
}
.testimonials-box h6 {
  text-align: center;
  font: normal normal bold 15px/20px Nunito;
  letter-spacing: 0px;
  color: #252525;
}
.testimonials-box h6 span {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0px;
  color: #a1a1a1;
}
.testimonials-box .rating i {
  color: #7c61aa;
}

.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 Hv BT;
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0px;
  text-align: left;
  color: #7c61aa;
}
.list-wrap .title .des p {
  font-family: Minion Pro;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #444444;
}

.service-section {
  padding: 60px 0;
}
.service-section .service-wrap {
  position: relative;
}
.service-section .service-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #036838 0% 0% no-repeat padding-box;
  opacity: 0;
  transition: all 0.4s ease;
}
.service-section .service-wrap .service-content {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 25px;
  opacity: 0;
  transition: all 0.4s ease;
}
.service-section .service-wrap .service-content .heading-title {
  font: normal normal 600 17px/20px Nunito;
  letter-spacing: 2.5px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.service-section .service-wrap .service-content p {
  font: normal normal 500 14px/20px Nunito;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: left;
}
.service-section .service-wrap .service-action {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  transition: all 0.4s ease;
  transform: translateY(0);
}
.service-section .service-wrap .service-action img {
  width: 50px;
}
.service-section .service-wrap:hover:before {
  opacity: 0.8;
}
.service-section .service-wrap:hover .service-content {
  opacity: 1;
}
.service-section .service-wrap:hover .service-action {
  transform: translateY(10px);
}

.services-tabs {
  padding: 60px 0;
}
.services-tabs .max-content {
  width: -webkit-fill-available;
}
.services-tabs .sub-des {
  font: normal normal 500 14px/20px Nunito;
  letter-spacing: 0px;
  color: #252525;
  display: flex;
  justify-content: end;
  align-items: end;
}
.services-tabs .serices-blocks .tab-content {
  background: #edf4ef 0% 0% no-repeat padding-box;
  border-radius: 10px;
  padding: 30px 20px;
  min-height: 300px;
}
.services-tabs .serices-blocks .tab-content .wrap-left {
  min-width: 353px;
}
.services-tabs .serices-blocks .tab-content .content-wrap .title {
  font: normal normal 600 28px/32px Nunito;
  letter-spacing: 0px;
  color: #036838;
}
.services-tabs .serices-blocks .tab-content .content-wrap .sub {
  font: italic normal 500 13px/18px Nunito;
  letter-spacing: 0px;
  color: #252525;
  border-bottom: 1px solid #d1cd5a;
  padding-bottom: 25px;
}
.services-tabs .serices-blocks .tab-content .content-wrap .des {
  font: normal normal 500 14px/21px Nunito;
  letter-spacing: 0px;
  color: #252525;
  padding-bottom: 15px;
}
.services-tabs .serices-blocks .tab-content .content-wrap .btn {
  font: normal normal 600 14px/20px Nunito;
}
.services-tabs .serices-blocks .nav-pills {
  height: 100%;
  min-height: 300px;
  width: -moz-max-content;
  width: max-content;
}
.services-tabs .serices-blocks .nav-pills .nav-item {
  margin-right: 10px;
  height: 100%;
}
.services-tabs .serices-blocks .nav-pills .nav-item:last-child {
  margin-right: 0;
}
.services-tabs .serices-blocks .nav-pills .nav-item .nav-link {
  background: #036838 0% 0% no-repeat padding-box;
  border-radius: 10px;
  height: 100%;
  position: relative;
  padding: 25px 15px;
}
.services-tabs .serices-blocks .nav-pills .nav-item .nav-link img {
  filter: brightness(10) hue-rotate(45deg) contrast(2.5) sepia(3);
}
.services-tabs .serices-blocks .nav-pills .nav-item .nav-link p {
  font: normal normal 600 14px/20px Nunito;
  letter-spacing: 0px;
  color: #ffffff;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  margin-bottom: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
}
.services-tabs .serices-blocks .nav-pills .nav-item .nav-link .links {
  transition: all 0.4s ease;
  margin-top: 0;
  position: relative;
  height: 100%;
  min-height: 300px;
}
.services-tabs .serices-blocks .nav-pills .nav-item .nav-link:hover .links {
  transition: all 0.4s ease;
  transform: translateY(-10px);
}
.services-tabs .serices-blocks .nav-pills .nav-item .nav-link.active {
  background: #e3f2e7 0% 0% no-repeat padding-box;
}
.services-tabs .serices-blocks .nav-pills .nav-item .nav-link.active p {
  color: #036838;
}
.services-tabs .serices-blocks .nav-pills .nav-item .nav-link.active img {
  filter: none;
}

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

.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 Hv BT;
  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 Bk BT;
  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 Bk BT;
  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 Bk BT;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.025em;
  text-align: left;
  color: #2c2c2c;
}
.team-model .position {
  font-family: Futura Bk BT;
  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: Minion Pro;
  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 Libre Caslon Text;
  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 Libre Caslon Text;
  letter-spacing: 0px;
  color: #4e4e4e;
  margin-bottom: 35px;
}

.about-wrap {
  padding: 10px 0 50px 0;
  position: relative;
}
.about-wrap .flower {
  position: absolute;
  z-index: -1;
  opacity: 0.03;
  filter: brightness(0.5);
}
.about-wrap .flower-left {
  top: -60%;
  left: 0;
}
.about-wrap .flower-right {
  bottom: -20%;
  right: 0;
}

.excel-wrap {
  padding: 100px 0px;
  background: #ccecef;
  position: relative;
}
.excel-wrap::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -40px;
  translate: -50% 0;
  border-top: 40px solid #ccecef;
  border-left: 75px solid transparent;
  border-right: 75px solid transparent;
}
.excel-wrap .excel-box img {
  width: 80px;
}
.excel-wrap .excel-box span {
  position: relative;
  color: #000;
  font-family: Outfit;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
  margin-left: 25px;
  padding-left: 10px;
}
.excel-wrap .excel-box span::after {
  content: "";
  position: absolute;
  height: 20px;
  width: 3px;
  border-radius: 3px;
  background: #7c61aa;
  left: -10px;
  top: 50%;
  translate: 0 -50%;
}

.target-wrap {
  padding: 50px 0;
}
.target-wrap .vision-box {
  border-radius: 80px;
  background: rgba(204, 236, 239, 0.2549019608);
  padding: 50px;
  text-align: center;
  height: 100%;
  transition: 0.3s ease all;
}
.target-wrap .vision-box .des {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.target-wrap .vision-box:hover {
  border-radius: 0;
  background: #ccecef;
}

.objective-wrap {
  padding: 50px 0;
}
.objective-wrap .objective-box {
  border-radius: 20px;
  border: 2px solid #00a1af;
  background: #fff;
  padding: 50px 20px 5px;
  height: 100%;
  position: relative;
  min-height: 230px;
}
.objective-wrap .objective-box img {
  margin-bottom: 20px;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  transition: 0.2s ease all;
}
.objective-wrap .objective-box h4 {
  color: #000;
  text-align: center;
  font-family: Outfit;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
  position: relative;
  transition: 0.5s ease all;
  margin-bottom: 20px;
  translate: 0 125px;
}
.objective-wrap .objective-box h4::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  border-radius: 3px;
  background: #7c61aa;
  left: 50%;
  bottom: -10px;
  translate: -50% 0;
  width: 45px;
}
.objective-wrap .objective-box p {
  opacity: 0;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  padding: 0 20px;
}
.objective-wrap .objective-box:hover img {
  opacity: 0;
}
.objective-wrap .objective-box:hover h4 {
  translate: 0 0;
}
.objective-wrap .objective-box:hover p {
  opacity: 1;
}

.value-wrap {
  padding: 50px 0;
  position: relative;
}
.value-wrap .list {
  color: #7c61aa;
  font-family: Outfit;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.56px;
}
.value-wrap .list span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #c3e5e8;
  margin: 0 15px;
}

.milestones {
  padding: 50px 0;
}
.milestones .all-milestones {
  position: relative;
  height: 100%;
  min-height: 350px;
}
.milestones .all-milestones .flower {
  position: absolute;
}
.milestones .all-milestones .flower .one,
.milestones .all-milestones .flower .two {
  position: relative;
}
.milestones .all-milestones .flower-top-right {
  top: -70px;
  right: 0;
}
.milestones .all-milestones .flower-top-right .two {
  top: -50px;
}
.milestones .all-milestones .flower-bottom-left {
  bottom: -40;
  left: 0;
}
.milestones .all-milestones .flower-bottom-left .one {
  top: -50px;
}
.milestones .all-milestones .flower-bottom-left .two {
  left: 20px;
}
.milestones .all-milestones .flower-bottom-right {
  bottom: -60px;
  right: 0;
}
.milestones .all-milestones .flower-bottom-right .two {
  top: -70px;
}
.milestones .all-milestones .border-row {
  position: relative;
}
.milestones .all-milestones .border-row::after {
  content: "";
  position: absolute;
  left: 0;
  top: 44%;
  translate: 0 -44%;
  width: 100%;
  border-top: 2px solid #c3e5e8;
}
.milestones .all-milestones li {
  list-style: none;
  width: 20%;
  position: relative;
}
.milestones .all-milestones li:nth-child(odd) {
  top: -111px;
}
.milestones .all-milestones li:nth-child(even) {
  scale: -1;
  top: 89px;
}
.milestones .all-milestones li:nth-child(even) p,
.milestones .all-milestones li:nth-child(even) .date {
  scale: -1;
}
.milestones .all-milestones li.active .timeline-box p,
.milestones .all-milestones li.active .timeline-box .date {
  opacity: 1;
}
.milestones .all-milestones li.active .timeline-box .line {
  background: #7c61aa;
  height: 50px;
}
.milestones .all-milestones li.active .timeline-box .circle {
  background: #7c61aa;
}
.milestones .all-milestones .timeline-box {
  position: relative;
  transition: 0.4s ease all;
  min-height: 200px;
  display: grid;
  place-items: end;
}
.milestones .all-milestones .timeline-box div {
  width: 100%;
}
.milestones .all-milestones .timeline-box p {
  border-radius: 20px;
  background: #c3e5e8;
  color: #000;
  font-family: Nunito;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 32px */
  min-height: 60px;
  display: grid;
  place-items: center;
  padding: 10px 5px;
  text-align: center;
  opacity: 0.5;
}
.milestones .all-milestones .timeline-box .line {
  display: block;
  width: 2px;
  height: 25px;
  background-color: #c3e5e8;
  margin: 0 auto;
  transition: 0.5s ease all;
}
.milestones .all-milestones .timeline-box .circle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #c3e5e8;
  margin: 0 auto;
  display: block;
}
.milestones .all-milestones .timeline-box .date {
  color: #000;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 32px */
  position: absolute;
  left: 50%;
  bottom: -30px;
  translate: -50% 0;
  opacity: 0.5;
}

.product-section {
  padding: 70px 0;
  background-color: #f2eefc;
  border-top: 1px solid rgba(194, 173, 230, 0.368627451);
  border-bottom: 1px solid rgba(194, 173, 230, 0.368627451);
}

.shop {
  padding: 65px 0;
  background-color: #f2eefc;
}
.shop .shop-sidebar {
  position: relative;
}
.shop .sidebox .heading-title {
  border-bottom: 2px solid #563476;
  font: normal normal 600 20px/28px Josefin Sans;
  letter-spacing: 0px;
  color: #563476;
  padding-bottom: 4px;
}
.shop .sidebox li {
  display: block;
  margin-bottom: 10px;
}
.shop .sidebox li a {
  text-align: left;
  font: normal normal 600 16px/30px Nunito;
  letter-spacing: 0px;
  color: #161616;
}
.shop .sidebox li a.active, .shop .sidebox li a:hover {
  color: #7c61aa;
}
.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;
}
.shop .sidebox .accordion .accordion-item .accordion-header .category-name {
  color: #563476;
  font-family: Josefin Sans;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
.shop .sidebox .accordion .accordion-item .accordion-header .category-name.active {
  color: #c2ade6;
}
.shop .sidebox .accordion .accordion-item .accordion-header .category-name:hover {
  color: #c2ade6;
}
.shop .sidebox .accordion .accordion-item .accordion-header .accordion-button {
  color: #000;
  width: 20px;
  font: normal normal bold 16px/24px Josefin Sans;
  letter-spacing: 0px;
  color: #563476;
  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: 0px;
  font-size: 18px;
  font-weight: 500;
  color: #563476;
  font: normal normal normal 22px/1 FontAwesome;
}
.shop .sidebox .accordion .accordion-item .accordion-header .collapsed::after {
  content: "\f107";
  color: #563476;
}
.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: 0px 0px 0 15px;
}
.shop .sidebox .accordion .accordion-item .accordion-body ul li a {
  font: normal normal bold 16px/24px Josefin Sans;
  letter-spacing: 0px;
  color: #563476;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
.shop .sidebox .accordion .accordion-item .accordion-body ul li a:hover {
  color: #563476;
  opacity: 1;
}
.shop .sidebox .accordion .accordion-item .accordion-body ul li label {
  font: normal normal bold 16px/24px Josefin Sans;
  letter-spacing: 0px;
  color: #563476;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
.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: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  border: 1px solid #f0f0f0;
  background: #f0f0f0;
  vertical-align: middle;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
}
.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: #7ca330;
}
.shop .sidebox .accordion .accordion-item .accordion-body ul li label input:checked ~ p {
  color: #7ca330;
}

.product {
  border-radius: 0px;
  padding: 0px;
  transition: all ease 0.4s;
}
.product .product-img {
  margin-bottom: 10px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 0px;
  transition: all ease 0.4s;
  background-color: transparent;
}
.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;
  left: 0;
  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 {
  width: 90%;
  height: 40px;
  background: #563476 0% 0% no-repeat padding-box;
  display: grid;
  place-items: center;
  position: absolute;
  left: 0%;
  bottom: 0%;
  translate: 5%;
  border-radius: 0%;
  padding: 10px;
  transition: 0.3s ease all;
  font: normal normal normal 12px/14px Josefin Sans;
  letter-spacing: 0.75px;
  color: #ffffff;
  text-transform: uppercase;
}
.product .product-img .product-btn .btn-view .hover {
  display: none;
}
.product .product-img .product-btn .btn-view:hover {
  background: #c2ade6 0% 0% no-repeat padding-box;
}
.product .product-img .product-btn .btn-view:hover .hover {
  display: block;
}
.product .product-img .product-btn .btn-view:hover .normal {
  display: none;
}
.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: #7c61aa 0% 0% no-repeat padding-box !important;
}
.product:hover .product-img .product-btn {
  visibility: visible;
  opacity: 1;
}
.product .product-inner .product-cat {
  text-align: center;
  font: normal normal bold 12px/18px Nunito;
  letter-spacing: 0.8px;
  color: #7c61aa;
  opacity: 1;
  margin-bottom: 8px;
}
.product .product-inner .product-title {
  text-align: center;
  font: normal normal bold 17px/23px Nunito;
  letter-spacing: 1.1px;
  color: #161616;
  opacity: 1;
  margin-bottom: 8px;
}
.product .product-inner .price {
  text-align: center;
  font: normal normal normal 14px/18px Nunito;
  letter-spacing: 1px;
  color: #161616;
  opacity: 1;
  letter-spacing: 0.3px;
}

.shop-detail {
  padding: 50px 0px;
  background-color: #f2eefc;
}
.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 .pro-cat {
  text-align: left;
  font: normal normal bold 16px/30px Nunito;
  letter-spacing: 1.2px;
  color: #7c61aa;
  opacity: 1;
  margin-bottom: 5px;
}
.shop-detail .shop-inner .shop-inner-content .heading-title {
  text-align: left;
  font: normal normal bold 24px/28px Nunito;
  letter-spacing: 1.65px;
  color: #161616;
  opacity: 1;
}
.shop-detail .shop-inner .shop-inner-content .price {
  text-align: left;
  font: normal normal normal 20px/28px Nunito;
  letter-spacing: 1.5px;
  color: #161616;
  opacity: 1;
}
.shop-detail .shop-inner .shop-inner-content p {
  font: normal normal 600 14px/22px Nunito;
  letter-spacing: 0.9px;
  color: #161616;
}
.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: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 32px */
  letter-spacing: 0.4px;
  margin-right: 28px;
  margin-bottom: 0;
}
.shop-detail .shop-inner .count-list .counter {
  border-radius: 0px;
  border: 1px solid #161616;
  padding: 0px;
  margin-right: 28px;
  margin-bottom: 0;
}
.shop-detail .shop-inner .count-list .counter li a {
  font-family: Nunito;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #161616;
  width: 50px;
  display: inline-block;
  text-align: center;
}
.shop-detail .shop-inner .count-list .counter li .count-number {
  color: #161616;
  font-family: Nunito;
  font-size: 16px;
  border-left: 1px solid #161616 !important;
  border-right: 1px solid #161616 !important;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  height: 41px;
  letter-spacing: 0px;
  background-color: transparent;
}
.shop-detail .shop-inner .count-list .counter li .count-number:focus-visible {
  outline: none;
}
.shop-detail .shop-inner .accordion-item {
  border-left: 0;
  border-right: 0;
  border-top: 1px solid #d1cd5a !important;
  border-bottom: 0px solid #d1cd5a;
}
.shop-detail .shop-inner .accordion-item:last-child {
  border-bottom: 1px solid #d1cd5a;
}
.shop-detail .shop-inner .accordion-item .accordion-button::after {
  width: 20px;
  height: 20px;
  background-position: center !important;
  background-image: url(../img/icon_plus.webp) !important;
  transform: rotate(0deg) !important;
}
.shop-detail .shop-inner .accordion-item .accordion-button:not(.collapsed) {
  color: #161616;
}
.shop-detail .shop-inner .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url(../img/icon_minus.webp) !important;
  transform: rotate(0deg) !important;
}
.shop-detail .carousel {
  margin-right: 0rem;
}
.shop-detail .carousel .carousel-indicators {
  right: inherit;
  top: 0;
  left: 0px;
  bottom: inherit;
  display: block;
  margin-left: 0 !important;
  margin-right: 0 !important;
  height: 100%;
  overflow: hidden;
}
.shop-detail .carousel .carousel-indicators button {
  width: 80px;
  height: auto;
  overflow: hidden;
  opacity: 0.6;
  margin: 0 0 10px;
  padding: 0px;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  text-indent: inherit;
  display: block;
}
.shop-detail .carousel .carousel-indicators button img {
  height: 100%;
  width: 100%;
  padding: 0px;
  border-radius: 0px;
}
.shop-detail .carousel .carousel-indicators .active {
  opacity: 1;
  border: 2px solid #563476;
}
.shop-detail .carousel .carousel-control-prev {
  left: 38px;
  height: 5px;
  opacity: 1;
  display: block;
  transform: rotate(90deg);
  top: -15px;
  width: auto;
  text-align: start;
  right: inherit;
}
.shop-detail .carousel .carousel-control-next {
  left: 38px;
  height: 5px;
  opacity: 1;
  display: block;
  transform: rotate(90deg);
  bottom: -15px;
  width: auto;
  text-align: start;
  right: inherit;
  top: inherit;
}
.shop-detail .carousel .carousel-control-next-icon {
  filter: brightness(0);
}
.shop-detail .carousel .carousel-control-prev-icon {
  filter: brightness(0);
}
.shop-detail .carousel .carousel-inner {
  background: transparent;
  width: 80%;
  margin-left: 20%;
  margin-right: auto;
  display: flex;
  align-items: center;
  padding: 0px;
}
.shop-detail .carousel .carousel-inner .carousel-item {
  text-align: center;
  background: transparent;
  padding: 0px;
}
.shop-detail .rtl-slider-flex {
  display: flex;
  position: relative;
  justify-content: space-between;
}
.shop-detail .rtl-slider-nav .slick-slide.slick-current.slick-active button {
  border: 2px solid #563476 !important;
}
.shop-detail .rtl-slider {
  width: 78%;
}
.shop-detail .controller {
  width: 18%;
  padding: 5px;
}

.related-product {
  position: relative;
  z-index: 0;
  padding: 80px 0px;
  background: #dacbf3;
}
.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: -65px;
  right: 0;
}
.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: 11px;
}

.carees {
  padding: 100px 0;
}
.carees .filter-btns button {
  background-color: transparent;
  border: 0;
  padding: 0 50px;
  text-align: left;
  font: normal normal 600 16px/30px Nunito;
  letter-spacing: 0px;
  color: #252525;
  text-transform: uppercase;
  opacity: 1;
}
.carees .filter-btns button.active, .carees .filter-btns button:hover {
  color: #7c61aa;
}
.carees .filter-btns button:focus {
  background: transparent !important;
}
.carees .filter-btns button:active {
  background: transparent !important;
}
.carees .client-box {
  border-radius: 5px;
  border: 1px solid #efefef;
  background: var(--Pure-White, #fff);
  box-shadow: 0px 20px 30px 0px rgba(190, 190, 190, 0.25);
  height: 100px;
  display: grid;
  place-items: center;
  color: #7c61aa;
  text-align: center;
  font-family: Outfit;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 131%; /* 28.82px */
}

.careers-model .form-group {
  margin-bottom: 35px;
}
.careers-model .form-group label {
  color: #1d1d1d;
  font-family: Futura Hv BT;
  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 Bk BT;
  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 Bk BT;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #444444;
  opacity: 1;
  border-radius: 0px;
  border: 0;
  border-bottom: 1px solid #1d1d1d;
  background: #fff;
  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 .btn-close {
  position: absolute;
  right: 15px;
  top: 10px;
  background: none;
  opacity: 1;
  z-index: 1;
}

.filter-wrap {
  width: 180px;
}
.filter-wrap .dropdown .dropdown-toggle {
  border: 0;
  color: #000;
  font-family: Outfit;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 163%; /* 35.86px */
  border-radius: 5px;
  padding: 15px;
  text-align: left;
  background-color: transparent;
  border-radius: 5px;
  border: 1px solid #efefef;
  background: var(--Pure-White, #fff);
  box-shadow: 0px 20px 30px 0px rgba(233, 233, 233, 0.25);
}
.filter-wrap .dropdown .dropdown-toggle:after {
  content: "\f0d7";
  border: 0;
  font: normal normal normal 18px/1 FontAwesome;
  color: #7c61aa;
  position: absolute;
  right: 15px;
  top: 11px;
  font-size: 35px;
}
.filter-wrap .dropdown .dropdown-menu {
  border: 1px solid #e7e7e7;
  background: #fff;
  box-shadow: 0px 4px 20px 1px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  width: 100%;
}
.filter-wrap .dropdown .dropdown-menu .dropdown-item {
  font-family: Outfit;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.03em;
  text-align: left;
  color: #000;
  padding: 10px;
}
.filter-wrap .dropdown .dropdown-menu .dropdown-item:hover {
  color: #7c61aa;
  background-color: transparent;
}

.location {
  padding: 70px 0px 70px;
  background-color: #f2eefc;
  position: relative;
  z-index: 0;
}
.location:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-image: url(../img/cbt-us-img.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  z-index: -1;
  width: 51%;
  height: 100%;
}
.location .form-contact {
  border: 1px solid #563476;
  padding: 20px 40px;
}
.location .contact-info .icon {
  margin-right: 30px;
}
.location .contact-info .text {
  font: normal normal bold 16px/24px Nunito;
  letter-spacing: 1.1px;
  color: #161616;
}

.project {
  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 Libre Caslon Text;
  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;
}

.load-more {
  color: #7c61aa;
  font-family: Outfit;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline !important;
}
.load-more:hover {
  color: #c3e5e8;
}

.project-modal .modal {
  background-color: rgba(0, 0, 0, 0.6392156863);
}
.project-modal .modal .modal-dialog .modal-content {
  margin: auto;
  background: #f2eefc 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 0px;
}
.project-modal .modal .modal-dialog .modal-content .divider-vertical {
  display: block;
  width: 2px;
  height: 100%;
  margin: auto;
  background-color: #563476;
}
.project-modal .modal .modal-dialog .modal-content .left-product .pro-cat {
  font: normal normal bold 13px/20px Nunito;
  letter-spacing: 0.8px;
  color: #7c61aa;
}
.project-modal .modal .modal-dialog .modal-content .left-product .pro-title {
  font: normal normal bold 18px/24px Nunito;
  letter-spacing: 1.1px;
  color: #161616;
  opacity: 1;
}
.project-modal .modal .modal-dialog .modal-content .btn-close {
  box-shadow: none;
  position: absolute;
  right: -8%;
  top: -4px;
  z-index: 1;
  font-size: 18px;
  opacity: 1;
}
.project-modal .modal .modal-dialog .modal-content .close-btn {
  box-shadow: none;
  position: absolute;
  background: none !important;
  right: 15px;
  top: 15px;
  z-index: 1;
  font-size: 14px;
  opacity: 1;
  border: 0;
  width: 24px !important;
}
.project-modal .modal .modal-dialog .modal-content .close-btn:focus-visible {
  box-shadow: none;
  outline: none;
}
.project-modal .modal .modal-dialog .modal-content .modal-body {
  padding: 35px 70px;
}
.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 Hv BT;
  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 Hv BT;
  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 Hv BT;
  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 Hv BT;
  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%;
}

.product1 {
  padding-bottom: 50px;
  position: relative;
}
.product1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: linear-gradient(180deg, #fff 0%, #def8fb 76.56%);
}
.product1 ul {
  position: relative;
  padding-left: 40px;
}
.product1 ul::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 90px;
  border-left: 2px solid #7c61aa;
  translate: 0 -50%;
}

.product2 {
  padding: 70px 0;
  position: relative;
  background-color: #c3e5e8;
}
.product2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-left: 80px solid #00818c;
  border-top: 197.5px solid transparent;
  border-bottom: 197.5px solid transparent;
}
.product2 .choose-box {
  position: relative;
}
.product2 .choose-box span {
  color: #000;
  font-family: Outfit;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}
.product2 .choose-box span::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 3px;
  border-radius: 3px;
  background: #7c61aa;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  height: 25px;
}

.product3 {
  position: relative;
  padding: 100px 0;
}
.product3::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 70%;
  opacity: 0.9;
  background: var(--Primary-50, #e3fdff);
}
.product3 .carousel-inner {
  background: url(<path-to-image>), lightgray 50%/cover no-repeat;
  box-shadow: 0px 2px 20px 0px rgba(74, 74, 74, 0.1);
}
.product3 .carousel-indicators {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin: 0;
}
.product3 .carousel-indicators button {
  width: auto;
  height: auto;
  margin: 15px 0;
  padding: 0;
  text-indent: inherit !important;
  background-color: transparent;
  border: 0;
  display: block;
  color: #000;
  font-family: Outfit;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 176%; /* 44px */
  opacity: 1;
  text-align: left;
  transition: 0.3s ease all;
}
.product3 .carousel-indicators button.active, .product3 .carousel-indicators button:hover {
  color: #7c61aa;
  font-weight: 500;
}

.product4 {
  padding: 70px 0;
  position: relative;
}
.product4 h5 {
  color: var(--Primary-700, #006169);
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-feature-settings: "liga" off;
  font-family: Outfit;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%; /* 135% */
  letter-spacing: -1px;
  text-transform: capitalize;
}
.product4 p {
  color: #2c2c2c;
  font-size: 20px;
}
.product4 .img {
  position: absolute;
  opacity: 0.1;
  top: 50%;
  translate: 0 -50%;
}
.product4 .img-1 {
  left: 30px;
}
.product4 .img-2 {
  right: 30px;
}

.asrs-products {
  background: #fff;
}
.asrs-products::before {
  display: none;
}
.asrs-products .choose-box img {
  width: 70px;
}
.asrs-products .choose-box svg {
  width: 70px !important;
  height: 70px !important;
}
.asrs-products .choose-box span {
  font-size: 16px;
  width: calc(100% - 70px);
}

.customer-requirements {
  padding: 50px 0;
}
.customer-requirements .customer-box {
  position: relative;
  height: 100%;
}
.customer-requirements .customer-box .box-content {
  border-radius: 0 0 5px 5px;
  border: 1px solid #efefef;
  background: var(--Pure-White, #fff);
  box-shadow: 0px 20px 30px 0px rgba(190, 190, 190, 0.25);
  padding: 15px;
}
.customer-requirements .customer-box .box-content .name {
  color: var(--Main, #00a1af);
  text-align: center;
  font-family: Outfit;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 131%; /* 28.82px */
  padding: 20px 0;
  margin-bottom: 0;
}
.customer-requirements .customer-box .box-content li {
  color: #141414;
  text-align: center;
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 149.5%;
}

.install-asrs {
  padding: 70px 0;
  position: relative;
}
.install-asrs::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, #f1feff 87.08%, rgba(221, 242, 243, 0.37) 94.83%);
  filter: blur(10px);
}
.install-asrs::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  width: 60%;
  height: 90%;
  background-image: url(../img/photo.webp);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  z-index: -1;
}
.install-asrs p {
  font-size: 14px;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
.install-asrs p .circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background-color: #7c61aa;
  color: #fff;
  text-align: justify;
  font-family: Outfit;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.install-asrs p .text {
  width: calc(100% - 40px);
  padding-left: 15px;
}

.why-asrs {
  padding: 50px 0;
  position: relative;
}
.why-asrs .asrs-box {
  text-align: center;
  border-radius: 5px;
  border: 1px solid #efefef;
  background: var(--Pure-White, #fff);
  box-shadow: 0px 20px 30px 0px rgba(190, 190, 190, 0.25);
  padding: 20px;
  min-height: 285px;
}
.why-asrs .asrs-box svg {
  width: 70px;
  height: 70px;
  margin: 0 auto;
}
.why-asrs .asrs-box .name {
  color: #7c61aa;
  text-align: center;
  font-family: Outfit;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 131%; /* 28.82px */
  margin: 20px 0;
}
.why-asrs .asrs-box .des {
  color: #141414;
  text-align: center;
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 149.5%; /* 29.9px */
}

.products-objective-wrap {
  position: relative;
}
.products-objective-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: linear-gradient(180deg, #fff 0%, #def8fb 76.56%);
}

.text-justify {
  text-align: justify;
}

.harmful-wrap1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 80%;
  background: var(--Primary-50, #e3fdff);
  z-index: -1;
}

.harmful-wrap2::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 80%;
  background: var(--Primary-50, #e3fdff);
  z-index: -1;
}

.advantges {
  padding: 50px 0;
}
.advantges a {
  color: #7c61aa;
  text-align: center;
  font-family: Outfit;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 131%; /* 28.82px */
  height: 80px;
  display: grid;
  place-items: center;
  border-radius: 5px;
  border: 1px solid #efefef;
  background: var(--Pure-White, #fff);
  /* float */
  box-shadow: 0px 20px 30px 0px rgba(190, 190, 190, 0.25);
}

.comman-contact {
  background-image: url("../img/contbgimg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  justify-content: center;
  align-items: center;
}
.comman-contact .contact-info .icon {
  margin-right: 30px;
}
.comman-contact .contact-info .text {
  font: normal normal bold 16px/24px Nunito;
  letter-spacing: 1.1px;
  color: #161616;
}

@media (min-width: 1699px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    margin: 0 5px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1370px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .px-lgl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1080px;
  }
}
@media (min-width: 991px) {
  .modal-lg-full {
    --bs-modal-width: 900px;
  }
}
@media (max-width: 1199px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 100%;
    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-size: 32px;
    list-style: 42px;
  }
  .home1 .home1-inner .main-title {
    font-size: 32px;
    list-style: 42px;
  }
  .home1 .home1-inner p {
    margin: 16px 0;
  }
  .home2 {
    background-position: center;
  }
  .home2 .row .home2-inner .main-title {
    font-size: 32px;
    font-weight: 400;
    line-height: 42px;
  }
  .page-title .main-title {
    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 Hv BT;
    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;
  }
  .home3 .nav-pills .nav-link {
    font-size: 15px;
    padding: 0 20px;
  }
}
@media (max-width: 1099px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    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-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;
  }
  .home2 .flower {
    width: 300px;
    height: 300px;
  }
  .objective-wrap .objective-box {
    min-height: 290px;
  }
  .carees .filter-btns button {
    padding: 0 25px;
  }
}
@media (max-width: 991px) {
  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    padding: 20px 0;
    position: fixed;
    width: 250px;
    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 .navbar-nav .has-dropdown .drop-menu .nav-item a {
    font-size: 14px;
  }
  header .navbar .navbar-nav {
    display: block;
  }
  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    padding: 8px;
  }
  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 {
    height: 70vh;
  }
  .banner .banner-inner {
    padding-left: 0;
  }
  .banner .banner-inner .banner-title {
    font-size: 24px;
    line-height: 32px;
  }
  .banner .banner-inner .sub-title {
    font-size: 18px;
    line-height: 24px;
  }
  .banner .carousel-item1,
  .banner .carousel-item,
  .banner .carousel,
  .banner .carousel-inner {
    height: 70vh;
  }
  .main-middle-title {
    font-size: 32px;
    line-height: 38px;
  }
  .home1 .logo-about {
    right: 5%;
    top: 10%;
    width: 80px;
  }
  .home1 .home1-inner .main-title {
    font-size: 28px;
    line-height: 36px;
  }
  .home1 .home1-inner p {
    margin: 12px 0;
    font-size: 16px;
    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;
  }
  .milestones .all-milestones li:nth-child(odd) {
    top: 0;
  }
  .milestones .all-milestones li:nth-child(even) {
    top: 0;
    scale: 1;
  }
  .milestones .all-milestones li:nth-child(even) p,
  .milestones .all-milestones li:nth-child(even) .date {
    scale: 1;
  }
  .milestones .all-milestones .border-row {
    display: block;
  }
  .milestones .all-milestones li {
    width: 100%;
  }
  .milestones .all-milestones .timeline-box {
    width: 100%;
  }
  .milestones .all-milestones .active .timeline-box .line {
    height: 2px;
    width: 40px;
  }
  .milestones .all-milestones .border-row::after {
    display: none;
  }
  .about-wrap .flower {
    width: 450px;
    height: 450px;
    top: 0;
  }
  .milestones .all-milestones .timeline-box {
    min-height: 1px;
    margin-bottom: 55px;
  }
  .main-title {
    font-size: 30px;
  }
  .product2::before {
    display: none;
  }
  .product2 .choose-box svg {
    width: 70px;
    height: 70px;
  }
  .harmful-wrap1::before,
  .harmful-wrap2::before {
    width: 100%;
  }
  .comman-contact {
    padding-top: 20px;
  }
  .shop-detail .shop-inner .count-list .counter {
    width: -moz-max-content;
    width: max-content;
  }
}
@media (max-width: 767px) {
  .banner,
  .banner .carousel-item1,
  .banner .carousel-item,
  .banner .carousel,
  .banner .carousel-inner {
    height: 100%;
  }
  .banner .banner-inner h4 {
    font-size: 22px;
  }
  .banner .banner-inner h3 {
    font-size: 28px;
  }
  .banner .carousel .carousel-indicators {
    bottom: 0px;
    margin-bottom: 5px;
  }
  .max-heading {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .services-tabs {
    padding: 30px 0;
  }
  .services-tabs .serices-blocks .nav-pills .nav-item .nav-link .links {
    min-height: 250px;
  }
  .main-middle-title {
    font-size: 28px;
    line-height: 32px;
  }
  .topbar {
    display: none;
  }
  .project-modal.gallery-model .modal .modal-dialog .modal-content .modal-body .carousel .carousel-control-next {
    right: 1%;
  }
  .project-modal.gallery-model .modal .modal-dialog .modal-content .modal-body .carousel .carousel-control-next span {
    filter: invert(1);
  }
  .project-modal.gallery-model .modal .modal-dialog .modal-content .modal-body .carousel .carousel-control-prev {
    left: 1%;
  }
  .project-modal.gallery-model .modal .modal-dialog .modal-content .modal-body .carousel .carousel-control-prev span {
    filter: invert(1);
  }
  .project-modal.gallery-model .modal .modal-dialog .modal-content .btn-close {
    z-index: 9;
  }
  .about-one {
    padding: 30px 0;
  }
  .about-one .main-title {
    font: normal normal normal 36px/50px Lindsey Signature;
  }
  .about-mission {
    padding: 40px 0;
  }
  .about-mission .propositions-box h1 {
    font: normal normal normal 36px/55px Lindsey Signature;
  }
  .heading2 {
    font: normal normal normal 36px/65px Lindsey Signature;
  }
  .service-direction {
    display: flex;
    flex-direction: column-reverse;
  }
  .services-tabs .sub-des {
    justify-content: start;
  }
  .services-tabs .serices-blocks .tab-content > .tab-pane {
    padding: 0;
  }
  .home3 .nav-pills {
    display: block;
  }
  .home3 .nav-pills .nav-link {
    padding: 10px;
    border: 0 !important;
  }
  .target-wrap .vision-box {
    border-radius: 30px;
    padding: 20px;
  }
  .about-wrap .flower {
    width: 350px;
    height: 350px;
  }
  .contact-section .list-unstyled {
    padding-top: 30px;
  }
  .target-wrap .vision-box {
    margin-bottom: 30px;
    height: auto;
  }
  .product1 ul {
    padding-left: 20px;
  }
  .product1 ul::before {
    display: none;
  }
  .product3 #demo {
    margin-bottom: 30px;
  }
  .carees .filter-btns button {
    padding: 10px 15px;
    font-size: 15px;
  }
  .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-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;
  }
  .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;
  }
  .objective-wrap .objective-box p {
    font-size: 14px;
    line-height: 1.5;
  }
  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-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;
    position: relative;
    z-index: 9;
  }
  .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;
  }
  .home2 .owl-services .owl-nav {
    position: absolute;
    right: 0;
    top: 75%;
    transform: translate(0px, -75%);
    display: grid;
  }
  .home3 .client-title {
    font-size: 20px;
  }
  .home3 .owl-carousel .owl-nav button img {
    width: 20px;
  }
  .home3 .owl-nav button {
    top: 0%;
    translate: 0 0%;
  }
  .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 {
    padding: 20px 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-indicators button {
    width: 60px;
  }
  .shop-detail .carousel .carousel-inner {
    width: 80%;
  }
  .related-product {
    padding: 25px 0px;
  }
  .heading-title {
    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: 20px 0 20px 0;
  }
  .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;
  }
  .install-asrs::before {
    width: 90%;
  }
  .location .woodland {
    margin-top: 35px;
  }
  .owl-nav button {
    left: 0;
  }
  .owl-nav button.owl-next {
    right: 5px;
  }
  .owl-nav button.owl-next img {
    width: 12px;
  }
  .owl-nav button.owl-prev {
    left: 5px;
  }
  .owl-nav button.owl-prev img {
    width: 12px;
  }
  .testimonials-box {
    padding: 75px 40px 0 40px;
  }
  .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
  .comman-contact .contact-info .icon {
    margin-right: 15px;
  }
  .comman-contact .contact-info .text {
    font: normal normal bold 14px/20px Nunito;
  }
  .product .product-inner .product-title {
    font: normal normal bold 14px/18px Nunito;
  }
  .project-modal .modal .modal-dialog .modal-content .modal-body {
    padding: 30px 15px;
  }
  .main-small-title {
    font: normal normal normal 20px/24px Josefin Sans;
  }
  .whatsapp-img {
    right: 10px;
    bottom: 50px;
    width: 45px;
  }
  .whatsapp-img img {
    padding: 10px;
  }
  .product-section {
    padding: 30px 0;
  }
}
@media (max-width: 576px) {
  .btn {
    font-size: 12px;
    padding: 10px 20px;
  }
  .page-title .main-title {
    font-size: 18px;
  }
  .page-title {
    padding: 10px 0;
  }
  .value-wrap .list {
    display: block !important;
    font-size: 15px;
  }
  .value-wrap .list span {
    display: block;
    margin: 8px 0;
  }
  header .navbar .navbar-brand img {
    height: 45px;
  }
  .main-middle-title {
    font-size: 24px;
    line-height: 28px;
  }
  .banner .banner-inner .sub-title {
    font-size: 16px;
    line-height: 24px;
  }
  .banner .banner-inner .banner-title {
    font-size: 24px;
    line-height: 32px;
  }
  .home1 {
    padding: 20px 0px 20px 0px;
  }
  .home1 .home1-inner .main-title {
    font-size: 24px;
    line-height: 32px;
  }
  .overlay .overlay-inner .overlay-img .overlay-hidden img {
    width: 24px;
  }
  footer .footer-top .footer-content .address li p,
  footer .footer-top .footer-content .address li a {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
  }
  footer .footer-top .footer-content .quick-links li a {
    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: 95%;
  }
  .project-modal .modal .modal-dialog .modal-content .btn-close {
    top: 1%;
    right: 1%;
    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-size: 24px;
    font-weight: 400;
    line-height: 32px;
  }
  .project-modal .modal .modal-dialog .modal-content .modal-body .carousel .carousel-item .carousel-caption span {
    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;
  }
  .carees .filter-btns {
    display: block !important;
  }
  .shop-detail .carousel .carousel-indicators {
    display: flex;
    height: auto;
    bottom: 0%;
    left: 0;
    right: 0;
    justify-content: center;
    position: relative;
    margin: 10px 0;
  }
  .shop-detail .carousel .carousel-indicators button {
    margin: 0px 5px 10px;
  }
  .shop-detail .carousel .carousel-inner {
    width: 100%;
    margin-left: 0;
  }
  .shop-detail .carousel .carousel-control-prev {
    left: -12px;
    height: 5px;
    opacity: 1;
    display: block;
    transform: rotate(0deg);
    top: inherit;
    bottom: 38px;
    width: auto;
    text-align: start;
    right: inherit;
  }
  .shop-detail .carousel .carousel-control-next {
    left: inherit;
    height: 5px;
    opacity: 1;
    display: block;
    transform: rotate(0deg);
    bottom: 38px;
    width: auto;
    text-align: start;
    right: -12px;
    top: inherit;
  }
  .shop-detail .carousel .carousel-control-next-icon,
  .shop-detail .carousel .carousel-control-prev-icon {
    width: 15px;
  }
  .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: 0px 10px;
    margin-right: 0;
    width: -moz-max-content;
    width: max-content;
  }
}
@media (max-width: 460px) {
  .page-title .main-title {
    font-size: 18px;
  }
  .page-title .breadcrumb li {
    padding-bottom: 5px;
    padding-top: 0px;
    margin: 0 2px;
    font: normal normal bold 10px/12px Nunito;
    letter-spacing: 0.9px;
  }
  .banner .banner-inner .banner-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 5px;
  }
  .home4 .enquire .main-title {
    font-size: 24px;
    line-height: 32px;
  }
  .about-wrap .flower {
    width: 300px;
    height: 300px;
  }
}/*# sourceMappingURL=style.css.map */