@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Castoro:ital@0;1&display=swap");
:root {
  --whiteColor: #fcfaf6;
  --lightcolor: #d3c7ad;
  --darkcolor: #754437;
  --textColor: #333;
  --whatsapp: #25d366;
  --whatsapphover: #075e54;
  --fontFamPrimary: "Lexend", sans-serif;
  --fontFamSecondary: "Castoro", serif;
  --bar: 5rem;
  --header: calc(var(--bar) * 2);
}
html {
  box-sizing: border-box;
  font-size: 62.5%;
  font-size-adjust: 100%;
  margin-right: 0 !important;
  -ms-overflow-style: scrollbar;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
html,
body {
  height: 100%;
}
body {
  color: var(--textColor);
  font-family: var(--fontFamPrimary);
  background-color: #fff;
  font-optical-sizing: auto;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
}
.offscroll {
  overflow-y: hidden !important;
}
body::-webkit-scrollbar {
  width: 0.8rem;
}
body::-webkit-scrollbar-track {
  background-color: var(--lightcolor);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--darkcolor);
}
::-moz-selection {
  background-color: var(--darkcolor);
  color: #fff;
}
::selection {
  background-color: var(--darkcolor);
  color: #fff;
}
br {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--fontFamSecondary);
  margin: 0;
}
p,
figure,
address {
  margin: 0;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
ul,
ol {
  margin: 0;
  list-style-type: none;
  padding: 0;
}
img {
  width: 100%;
  height: auto;
}
span,
i {
  display: inline-block;
}
button {
  padding: 0;
  border: none;
  outline: none;
}
.equal [class^="col"] {
  display: flex;
}
.p0 {
  padding: 0;
}
.mt1 {
  margin-top: 1rem;
}
.mt2 {
  margin-top: 2rem;
}
.mb1 {
  margin-bottom: 1rem;
}
.mb2 {
  margin-bottom: 2rem;
}
.header {
  background-color: #f5edda;
}
.headerside {
  height: var(--header);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menulinks {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.menulinks ul {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 3rem;
}
.mainli {
  height: 100%;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.maina {
  color: var(--textColor);
  text-transform: uppercase;
  font-size: 1.5rem;
  transition: color 300ms ease;
}
.mainli:hover .maina {
  color: var(--darkcolor);
}
.maina i {
  transition: transform 300ms ease;
}
.mainli:hover .maina i {
  transform: rotate(-45deg);
}
.headersideend {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 0.5rem;
}
.slide {
  height: calc(100% - var(--bar) - var(--header));
  overflow: hidden;
}
.logotext {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.logotext a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.logotext a {
  font-weight: 400;
  font-size: 1.2rem;
  color: var(--textColor);
  opacity: 0.8;
}
@media (min-width: 576px) {
  .logotext a {
    font-size: 1.4rem;
  }
}
.logotext a span {
  text-transform: uppercase;
  font-weight: 700;
  color: var(--textColor);
  font-size: 1.8rem;
  opacity: 1;
}
@media (min-width: 576px) {
  .logotext a span {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .logotext a span {
    font-size: 2.2rem;
  }
}
.footerbox .logotext a,
.footerbox .logotext a span {
  color: #fff;
}
.footerbox .logotext a span {
  opacity: 1 !important;
}
@media (max-height: 500px) {
  .slide {
    height: 40rem;
  }
}
.swiperslide {
  height: 100%;
}
.slideside {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
}
.slideside::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--darkcolor);
  opacity: 0.5;
}
.slideside .container {
  height: 100%;
  padding: 0;
}
.slidetext {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  cursor: grab;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .slidetext {
    max-width: 50rem;
  }
}
@media (min-width: 992px) {
  .slidetext {
    max-width: 65rem;
  }
}
@media (min-width: 1200px) {
  .slidetext {
    max-width: 80rem;
  }
}
@media (min-width: 1600px) {
  .slidetext {
    max-width: 90rem;
  }
}
.slidetext:active {
  cursor: grabbing;
}
.slidetext h1 {
  color: #fff;
  font-size: 3rem;
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .slidetext h1 {
    font-size: 4rem;
  }
}
@media (min-width: 768px) {
  .slidetext h1 {
    font-size: 5rem;
  }
}
.slidetext p {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .slidetext p {
    font-size: 1.6rem;
  }
}
@media (min-width: 1600px) {
  .slidetext p {
    font-size: 1.8rem;
  }
}
.swiperslide .swiper-slide-active .slidetext h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.6s;
}
.swiperslide .swiper-slide-active .slidetext p {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 1.2s;
}
.dropdownMenu {
  position: absolute;
  z-index: 20;
  top: 100%;
  left: -5rem;
  background-color: #f5edda;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 25rem;
  transition: transform 0.3s ease-in-out;
  transform-origin: top right;
  transform: perspective(600px) rotateX(-90deg);
  border-radius: 0 0 0.3rem 0.3rem;
}
.mainli:hover .dropdownMenu {
  display: block;
  transform: perspective(600px) rotateX(0deg);
}
.dropdownMenu a {
  width: 100%;
  display: block;
  border-radius: 0.3rem;
  padding: 1rem;
  font-size: 1.5rem;
  color: var(--textColor);
  transition: all 300ms ease;
}
.dropdownMenu a:not(:last-child) {
  margin-bottom: 0.2rem;
}
.dropdownMenu a:hover {
  background-color: var(--darkcolor);
  color: #fff;
}
.padding {
  padding: 5rem 0;
}
@media (min-width: 768px) {
  .padding {
    padding: 8rem 0;
  }
}
.homeabout {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-top: 5rem;
}
@media (min-width: 576px) {
  .homeabout {
    padding: 0 2rem;
  }
}
@media (min-width: 768px) {
  .homeabout {
    padding: 0 6rem;
  }
}
@media (min-width: 992px) {
  .homeabout {
    padding: 0 0 0 5rem;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .homeabout {
    padding-left: 8rem;
    height: 100%;
    margin-top: 0;
  }
}
.homeabouttitle {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 2rem;
}
.homeabouttitle h2 {
  color: var(--greenColorDark);
  font-size: 2.5rem;
  font-weight: 700;
}
.homeabout .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.homeabout .content p {
  margin-bottom: 1rem;
  font-weight: 300;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .homeabout .content p {
    font-size: 1.6rem;
  }
}
@media (min-width: 1500px) {
  .homeabout .content p {
    font-size: 1.7rem;
  }
}
.homeaboutimages {
  position: relative;
}
.hai1 {
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}
.mainlink {
  display: inline-block;
  border-radius: 0.3rem;
  padding: 1.2rem 2.4rem;
  background: var(--darkcolor);
  color: #fff;
  position: relative;
  transition: all 300ms ease;
  overflow: hidden;
  z-index: 0;
}
@media (min-width: 1200px) {
  .mainlink {
    padding: 1.5rem 3rem;
  }
}
.mainlink::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--lightcolor);
  transform: scalex(0);
  transform-style: preserve-3d;
  transition: transform 0.4s ease-in-out;
  transform-origin: right center;
  z-index: -1;
}
.mainlink:hover::before {
  transform: scalex(1);
  transform-origin: left center;
}
.mainlink:hover {
  color: var(--darkcolor);
}
.services {
  background-color: #f8f5f2;
}
.serviceshead {
  text-align: center;
  margin-bottom: 4rem;
}
.serviceshead h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--darkcolor);
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .serviceshead h2 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .serviceshead h2 {
    font-size: 3.5rem;
  }
}
@media (min-width: 992px) {
  .serviceshead h2 {
    font-size: 4rem;
  }
}
.servicebox {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  background-color: #fff;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}
.servicebox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  clip-path: polygon(100% 0, 0 0, 88% 26%);
  background-color: var(--lightcolor);
  height: 30rem;
  transition: all 300ms ease;
}
.servicebox:hover::before {
  background-color: var(--darkcolor);
}
.serviceboxmain {
  display: flex;
  flex-direction: column;
  padding: 5rem 3rem;
  flex: 1;
}
@media (min-width: 992px) {
  .serviceboxmain {
    padding: 5rem;
  }
}
.servicebox .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}
.servicebox .content h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .servicebox .content h3 {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .servicebox .content h3 {
    font-size: 2.2rem;
  }
}
.servicebox .content h3 a {
  color: var(--darkcolor);
  transition: color 300ms ease;
}
.servicebox:hover .content h3 a {
  color: var(--darkcolor);
}
.servicebox .content p {
  font-size: 1.6rem;
  font-weight: 300;
  flex: 1;
}
@media (min-width: 1500px) {
  .servicebox .content p {
    font-size: 1.7rem;
  }
}
.serviceboxicon {
  width: 6rem;
  height: 6rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}
.serviceboxend {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: var(--lightcolor);
  height: 12rem;
  overflow: hidden;
  transition: all 300ms ease;
}
.servicebox:hover .serviceboxend {
  background-color: var(--darkcolor);
}
.serviceboximage {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 20rem;
  overflow: hidden;
  height: 100%;
}
@media (min-width: 450px) {
  .serviceboximage {
    width: 25rem;
  }
}
@media (min-width: 992px) {
  .serviceboximage {
    width: 20rem;
  }
}
@media (min-width: 1400px) {
  .serviceboximage {
    width: 30rem;
  }
}
.serviceboximage img {
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}
.servicebox:hover .serviceboximage img {
  transform: scale(1.1);
}
.serviceboxlink {
  width: calc(100% - 20rem);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 450px) {
  .serviceboxlink {
    width: calc(100% - 25rem);
  }
}
@media (min-width: 992px) {
  .serviceboxlink {
    width: calc(100% - 20rem);
  }
}
@media (min-width: 1400px) {
  .serviceboxlink {
    width: calc(100% - 30rem);
  }
}
.serviceboxlink a {
  width: 6rem;
  height: 6rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--whiteColor);
  color: var(--darkcolor);
  font-size: 3rem;
  transition: all 300ms ease;
}
.servicebox:hover .serviceboxlink a {
  transform: rotate(45deg);
  color: #fff;
  background-color: var(--lightcolor);
}
.bgc {
  background-color: var(--greenColorDark);
  overflow: hidden;
}
.blogbox {
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  background-color: var(--darkcolor);
}
.blogboximage {
  width: 100%;
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
  position: relative;
}
.blogbox .content {
  padding: 2rem;
  background-color: var(--darkcolor);
}
@media (min-width: 1200px) {
  .blogbox .content {
    padding: 5rem;
  }
}
@media (min-width: 1400px) {
  .blogbox .content {
    padding: 8rem 5rem;
  }
}
.blogbox .content h3 {
  font-size: 2rem;
}
@media (min-width: 576px) {
  .blogbox .content h3 {
    font-size: 2.2rem;
  }
}
@media (min-width: 992px) {
  .blogbox .content h3 {
    font-size: 2.5rem;
  }
}
.blogbox .content h3 a {
  color: var(--whiteColor);
  transition: color 300ms ease;
}
.blogbox .content h3:hover a {
  color: var(--lightcolor);
}
.blogbox .content p {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.blogbox2 p {
  font-size: 1.5rem;
  margin: 1rem 0;
}
.blogbox2:nth-child(2) p {
  color: #fff !important;
}
.date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 0.5rem;
  margin-bottom: 2rem;
  color: var(--whiteColor);
  font-weight: 300;
}
.blogside {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .blogside {
    margin-top: 0;
    padding-left: 2rem;
  }
}
@media (min-width: 1400px) {
  .blogside {
    padding-left: 5rem;
  }
}
.blogbox2 {
  height: calc(100% / 3);
  padding: 3rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1400px) {
  .blogbox2 {
    padding: 5rem;
  }
}
.blogbox2:nth-child(2) {
  background-color: var(--darkcolor);
}
.blogbox2 h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .blogbox2 h3 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .blogbox2 h3 {
    margin-bottom: 0;
  }
}
.blogbox2 h3 a {
  color: var(--greenColorDark);
  transition: color 300ms ease;
}
.blogbox2 h3:hover a {
  color: var(--greenColorLight);
}
.blogbox2:nth-child(2) h3 a {
  color: #fff;
}
.blogbox2:nth-child(2) h3:hover a {
  color: var(--greenColorLight);
}
.blogbox2:first-child {
  border-radius: 1rem 1rem 0 0;
}
.blogbox2:last-child {
  border-radius: 0 0 1rem 1rem;
}
.bloglink2 {
  border-radius: 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--lightcolor);
  width: 100%;
  padding: 1rem 2rem;
  color: var(--darkcolor);
  transition: all 300ms ease;
}
.bloglink2:hover {
  color: var(--lightcolor);
  background-color: var(--darkcolor);
}
.mobilemenuicon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--textColor);
  font-size: 2rem;
}
@media (min-width: 576px) {
  .mobilemenuicon {
    margin-left: 1rem;
  }
}
.mobilemenu {
  padding: 1rem 0;
  display: none;
  background-color: #f5edda;
}
.mobilemenucontent {
  display: flex;
  flex-direction: column;
  row-gap: 0.2rem;
}
.mobilemenucontent a {
  font-size: 1.5rem;
  color: var(--textColor);
  display: block;
  width: 100%;
  border-radius: 0.3rem;
  padding: 1rem;
  transition: all 300ms ease;
}
.mobiledropdown {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.3rem;
  padding: 1rem;
  transition: all 300ms ease;
}
.mobilemenucontent a:hover {
  background-color: var(--greenColorDark);
  color: #fff;
}
.mobiledropdown:hover {
  background-color: var(--greenColorDark);
  color: #fff;
}
.mobileran {
  text-align: center;
  background-color: var(--greenColorLight);
  color: var(--greenColorDark);
}
.dropdowncontent {
  background-color: #f1f1f1;
  padding: 1rem;
  border-radius: 0.3rem;
  display: none;
}
.back2top {
  width: 5rem;
  height: 5rem;
  border-radius: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--darkcolor);
  color: #fff;
  font-size: 2rem;
  position: fixed;
  z-index: 100;
  bottom: -12rem;
  right: 2rem;
  transition: all 300ms ease;
  cursor: pointer;
  opacity: 0;
}
@media (min-width: 768px) {
  .back2top {
    width: 6rem;
    height: 6rem;
    font-size: 2.5rem;
  }
}
.back2top:hover {
  background-color: var(--lightcolor);
  color: var(--darkcolor);
}
.back2top i {
  animation: upNdown ease-in-out 1.2s infinite;
}
@keyframes upNdown {
  0% {
    transform: translateY(0.5rem);
  }
  100% {
    transform: translateY(-0.5rem);
  }
}
.back2Act {
  bottom: 2rem;
  opacity: 1;
}
.loaderLine {
  height: 0.2rem;
  background-color: #ddd;
  width: 15rem;
  position: relative;
}
.loaderLine:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 7rem;
  background-color: var(--greenColorLight);
  transition: all 0.3s ease;
  animation: moveLine 2s linear infinite;
}
@keyframes moveLine {
  0% {
    left: 0;
  }
  50% {
    left: calc(100% - 7rem);
  }
  100% {
    left: 0;
  }
}
.loader {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--lightcolor);
}
.spinners {
  width: 5rem;
  height: 5rem;
  border: 0.5rem solid var(--darkcolor);
  border-bottom-color: #fff;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.footer {
  padding: 5rem 0 2rem 0;
  background-color: var(--textColor);
}
.footerlogo {
  width: 20rem;
}
@media (min-width: 576px) {
  .footerlogo {
    width: 22rem;
  }
}
@media (min-width: 768px) {
  .footerlogo {
    width: 25rem;
  }
}
.footerbox {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
}
.footerbox h4 {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: var(--fontFamPrimary);
  color: #fff;
  margin-bottom: 2rem;
  position: relative;
}
.footerbox h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: var(--whiteColor);
  border-radius: 50%;
}
.footerbox h4::after {
  content: "";
  position: absolute;
  left: 1rem;
  bottom: -0.9rem;
  width: 5rem;
  height: 0.15rem;
  background-color: var(--darkcolor);
}
.footerbox ul li {
  padding: 0.3rem 0;
}
.footerbox ul li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.6rem;
  font-weight: 300;
  transition: all 300ms ease;
}
.footerbox ul li:hover a {
  color: rgba(255, 255, 255, 1);
}
.footeritembox {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.footeritemboxicon {
  width: 3.5rem;
  height: 3.5rem;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  z-index: 0;
  overflow: hidden;
  transition: all 300ms ease;
}
.footeritemboxicon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  background-color: var(--whiteColor);
  z-index: -1;
  transition: all 300ms ease;
}
.footeritembox:hover .footeritemboxicon::before {
  height: 100%;
}
.footeritembox:hover .footeritemboxicon {
  color: var(--darkcolor);
}
.footeritembox .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(100% - 3.5rem);
  padding-left: 1.5rem;
}
.footeritembox:not(:last-child) {
  margin-bottom: 2rem;
}
.footeritembox .content span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.3rem;
  font-weight: 300;
  margin-bottom: 0.3rem;
}
.footeritembox .content p,
.footeritembox .content a {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
  transition: all 300ms ease;
  padding-right: 1rem;
}
.footeritembox .content a:hover {
  color: #fff;
}
@font-face {
  font-family: pill;
  src: url(../fonts/magnolia_sky.ttf);
}
.footerend {
  border-top: 0.1rem solid rgba(255, 255, 255, 0.1);
  padding: 3rem 0 1rem 0;
  text-align: center;
  margin-top: 5rem;
}
.footerend a {
  font-family: "pill";
  color: rgba(255, 255, 255, 0.6);
  transition: all 300ms ease;
  font-size: 2.5rem;
  line-height: 1;
}
.footerend a:hover {
  color: rgba(255, 255, 255, 1);
}
.pageheader {
  padding: 2rem 0;
  background-color: var(--darkcolor);
}
.pageheaderside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 0.5rem;
}
@media (min-width: 768px) {
  .pageheaderside {
    flex-direction: initial;
    align-items: center;
    justify-content: space-between;
    row-gap: 0;
  }
}
.pageheaderside h1 {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--fontFamPrimary);
}
@media (min-width: 768px) {
  .pageheaderside h1 {
    font-size: 1.8rem;
    white-space: nowrap;
    overflow: hidden;
    width: 50%;
    text-overflow: ellipsis;
  }
}
@media (min-width: 1200px) {
  .pageheaderside h1 {
    font-size: 2rem;
  }
}
.breads {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 2rem;
}
@media (min-width: 768px) {
  .breads {
    justify-content: flex-end;
    flex-wrap: nowrap;
  }
}
.breads li {
  position: relative;
  color: #fff;
}
.breads li:not(:last-child)::after {
  content: "\F3C1";
  font-family: "remixicon";
  position: absolute;
  right: -1.3rem;
  font-size: 0.5rem;
  color: #fff;
  top: 0.9rem;
}
.breads li a {
  transition: color 300ms ease;
  color: #fff;
}
.breads li:hover a {
  color: #fff;
}
.breads li.active {
  font-weight: 700;
}
.cleantext p {
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .cleantext p {
    font-size: 1.6rem;
  }
}
.cleantext h1,
.cleantext h2,
.cleantext h3,
.cleantext h4,
.cleantext h5,
.cleantext h6 {
  margin-bottom: 1rem;
  font-size: 2rem;
  color: var(--darkcolor);
  font-weight: 600;
}
.cleantext ul,
.cleantext ol {
  padding-left: 2rem;
  margin-bottom: 1rem;
}
.cleantext li {
  font-size: 1.5rem;
  font-weight: 300;
  position: relative;
  padding: 0.5rem 0;
}
@media (min-width: 768px) {
  .cleantext li {
    font-size: 1.6rem;
  }
}
.cleantext li strong {
  font-weight: 700;
  color: var(--darkcolor);
  display: block;
}
.cleantext li::before {
  content: "\F309";
  font-family: "remixicon";
  position: absolute;
  left: -2rem;
  color: var(--darkcolor);
}
.cleantext li p {
  margin: 0;
}
.serviceimages {
  border-radius: 1rem;
  margin-bottom: 2rem;
  overflow: hidden;
}
.pl {
  padding-top: 2rem;
}
@media (min-width: 992px) {
  .pl {
    padding-left: 3rem;
    padding-top: 0;
  }
}
.otherbox {
  padding: 1rem;
  border-radius: 0.5rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  background-color: #fff;
  margin: 0 0 2rem 0;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}
.otherbox a {
  border-radius: 0.3rem;
  padding: 1rem;
  color: var(--textColor);
  transition: all 300ms ease;
  width: 100%;
  display: block;
  font-size: 1.5rem;
}
.otherbox a:hover {
  background-color: var(--darkcolor);
  color: var(--whiteColor);
}
.otherbox a:not(:last-child) {
  margin-bottom: 0.3rem;
}
@media (min-width: 992px) {
  .affix {
    position: sticky;
    top: 1rem;
  }
}
@media (min-width: 768px) {
  .questionside {
    width: 80rem;
    margin: 0 auto;
  }
}
.questionitem {
  background-color: #fff;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  cursor: pointer;
}
.questionitemtitle {
  padding: 1.5rem;
}
.questionitemtitle h3 {
  color: var(--greenColorDark);
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .questionitemtitle h3 {
    font-size: 1.8rem;
  }
}
.questionitem .content {
  padding: 1.5rem;
  border-top: 0.1rem solid #eaeaea;
  display: none;
}
.questionitem .content p {
  font-size: 1.5rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  .questionitem .content p {
    font-size: 1.6rem;
  }
}
.blogs {
  margin-bottom: 2rem;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.blogsimage {
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
  height: 30rem;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--greenColorDark);
}
.blogsimage a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blogsimage img {
  transition: all 300ms ease;
  height: 100%;
  object-fit: cover;
}
.blogs:hover .blogsimage img {
  transform: scale(1.1);
}
.blogs .content {
  padding: 2rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}
@media (min-width: 1200px) {
  .blogs .content {
    padding: 2rem 4rem;
  }
}
.blogs .content h3 {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--greenColorDark);
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .blogs .content h3 {
    font-size: 1.8rem;
  }
}
.blogs .content h3 a {
  color: var(--greenColorDark);
  transition: color 300ms ease;
}
.blogs .content p {
  font-weight: 300;
  flex: 1;
}
.blogs:hover .content h3 a {
  color: var(--greenColorLight);
}
.emp {
  width: 20rem;
  object-fit: contain !important;
}
.randevu {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 2rem;
  border-radius: 0.3rem;
}
@media (min-width: 992px) {
  .randevu {
    width: 80rem;
    padding: 5rem;
  }
}
.form-group {
  margin-bottom: 1rem;
}
label {
  font-weight: 500;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}
.form-control {
  padding: 1rem;
  font-size: 1.6rem;
  font-weight: 300;
  transition: all 300ms ease;
  border: 0.2rem solid #f1f1f1;
}
.form-control,
.form-control:hover,
.form-control:focus {
  outline: none;
  box-shadow: none;
}
.form-control:hover,
.form-control:focus {
  border: 0.2rem solid var(--darkcolor);
}
.randevutitle {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.randevutitle h2 {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 700;
  color: var(--greenColorDark);
}
.randevutitle p {
  margin-bottom: 0.3rem;
  font-size: 1.5rem;
  font-weight: 300;
}
.contactbox {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.contactboxtitle {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.contactboxtitle h2 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  color: var(--greenColorDark);
}
@media (min-width: 768px) {
  .contactboxtitle h2 {
    font-size: 3rem;
  }
}
.contactboxtitle p {
  font-weight: 300;
}
.contactboxitem {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.contactboxicon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.3rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--darkcolor);
  color: #fff;
  transition: all 300ms ease;
}
.contactboxitem .content {
  width: calc(100% - 3.5rem);
  padding-left: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 1200px) {
  .contactboxitem .content {
    padding-right: 8rem;
  }
}
.contactboxitem .content a {
  font-weight: 300;
  color: var(--textColor);
  transition: color 300ms ease;
}
.contactboxitem .content a {
  color: var(--greenColorDark);
}
.contactboxitem .content a:not(:last-child) {
  margin-bottom: 0.5rem;
}
.contactboxitem .content h3 {
  font-weight: 600;
  color: var(--greenColorDark);
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.contactBG {
  padding: 2rem;
  border-radius: 0.5rem;
  background-color: #fbfbfb;
}
@media (min-width: 768px) {
  .contactBG {
    padding: 5rem;
  }
}
.empty {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  background-color: #fff;
  border-radius: 0.3rem;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .empty {
    width: 80rem;
    padding: 5rem;
  }
}
.empty h1 {
  font-size: 3rem;
  font-weight: 800;
  color: var(--greenColorDark);
  margin-bottom: 1rem;
}
.empty h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.empty p {
  font-weight: 300;
}
.personitem {
  margin-bottom: 2rem;
  width: 100%;
  display: flex;
}
.personcontenttext {
  flex: 1;
}
.personimages {
  border-radius: 0.5rem;
  overflow: hidden;
}
.personimages img {
  height: 100%;
  object-fit: cover;
}
.personcontent {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 2rem;
}
@media (min-width: 992px) {
  .personcontent {
    padding: 0;
  }
}
.personcontenttext p {
  font-weight: 300;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.personcontenthead {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 1rem;
}
.personcontenthead h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--greenColorDark);
}
.personcontenthead span {
  display: block;
  width: 100%;
  margin-bottom: 0.3rem;
  font-weight: 300;
}
.personlink {
  font-size: 1.5rem;
  background-color: var(--greenColorDark);
  color: #fff;
  padding: 1rem 2rem;
  transition: all 300ms ease;
  border-radius: 0.3rem;
}
.personlink:hover {
  background-color: var(--greenColorLight);
  color: var(--greenColorDark);
}
.swiperservice .swiper-slide {
  display: flex;
}
.swiper-slide .servicebox {
  margin-bottom: 0 !important;
}
.swiperservice .swiper-wrapper {
  height: auto !important;
}
.swiperservice {
  display: flex;
}
.wpcontact {
  background-color: var(--whatsapp);
  color: #fff;
  border-radius: 5rem;
  padding: 0.8rem 2rem;
  font-size: 1.4rem;
  transition: all 300ms ease;
}
.wpcontact i {
  margin-right: 0.5rem;
}
.wpcontact:hover {
  color: #fff;
  background-color: var(--whatsapphover);
}
.alert {
  width: 100%;
  font-weight: 400;
  font-size: 1.4rem;
}
.bloginlinebox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.bloginlinebox figure {
  overflow: hidden;
  border-radius: 0.5rem;
}
.bloginlinebox figure img {
  height: 100%;
  transition: all 1.2s ease-in-out;
}
.bloginlinebox:hover figure img {
  transform: scale(1.2);
  filter: brightness(0.6);
}
.bloginlinebox .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  padding: 2rem;
}
.blogdates {
  background-color: var(--darkcolor);
  border-radius: 0.3rem;
  padding: 0.6rem 1rem;
  font-size: 1.4rem;
  color: #fff;
  display: inline-block;
  margin-bottom: 1rem;
}
.bloginlinebox .content h3 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .bloginlinebox .content h3 {
    font-size: 1.8rem;
  }
}
.bloginlinebox .content h3 a {
  color: var(--textColor);
  transition: color 300ms ease;
}
.bloginlinebox:hover .content h3 a {
  color: var(--darkcolor);
}
.bloginlinebox .content p {
  font-size: 1.4rem;
  opacity: 0.8;
}
.readmore {
  color: var(--darkcolor);
  font-size: 1.4rem;
  font-weight: 500;
  transition: all 300ms ease;
  margin-top: 1rem;
  display: inline-block;
}
.readmore i {
  display: inline-block;
  transition: all 300ms ease;
}
.readmore:hover {
  color: var(--darkcolor);
}
.readmore:hover i {
  transform: translateX(0.5rem);
}
.footerboxsocialicons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  column-gap: 1rem;
}
.footerboxsocialicons a {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 300ms ease;
}
.footerboxsocialicons a:hover {
  background-color: var(--lightcolor);
  color: var(--textColor);
  transform: rotate(360deg);
}
.fixedwp {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--whatsapp);
  color: #fff;
  font-size: 1.6rem;
  transition: all 300ms ease;
  z-index: 6;
}
.fixedwp:hover {
  background-color: var(--whatsapphover);
  color: #fff;
}
.fixedwp a {
  color: #fff;
  font-size: 2rem;
}
.fixedwp a:hover {
  color: #fff;
}
#maps {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  #maps {
    margin-bottom: 0;
  }
}
.infobox {
  background-color: var(--darkcolor);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 5rem;
  position: relative;
  background-image: url(../images/shape.png);
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
}
.infoboxtitle {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 2rem;
}
.infoboxtitle h2 {
  color: #fff;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1rem;
}
.infoboxtitle p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.4rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  .infoboxtitle p {
    font-size: 1.5rem;
  }
}
.infobox .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.infobox .content ul {
  padding-left: 3rem;
  margin-top: 2rem;
}
.infobox .content ul li {
  padding: 1rem 0.5rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
  position: relative;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .infobox .content ul li {
    font-size: 1.6rem;
  }
}
.infobox .content ul li::before {
  content: "\EB7B";
  font-family: "remixicon";
  position: absolute;
  left: -3rem;
  color: #fff;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--lightcolor);
  border-radius: 50%;
  font-size: 1.4rem;
  top: 1rem;
}
.infobox .content ul li span {
  display: block;
  font-weight: 500;
}
.infobox .content p {
  font-size: 1.4rem;
  color: #fff;
}
@media (min-width: 1500px) {
  .infobox .content p {
    font-size: 1.5rem;
  }
}
.infoimage {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.infoimage img {
  height: 100%;
  object-fit: cover;
}
.bgc {
  background-color: var(--darkcolor);
  overflow: hidden;
}
.iconlink {
  width: 3.7rem;
  height: 3.7rem;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--darkcolor);
  color: #fff;
  transition: all 300ms ease;
  font-size: 1.4rem;
}
.iconlink:hover {
  background-color: var(--darkcolor);
  color: #fff;
  transform: rotate(360deg);
}
