* {
  padding: 0;
  margin: 0;
}

body {
  background: #F8F4E9;
  /*    overflow-x: hidden;*/
  overscroll-behavior: none;
}

body,
html {
  font-family: "Lilita One", sans-serif;
}

::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #000;
}

div#exampleModal {
  background: #4d4d4d33;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 9999999;
}

p {
  font-family: "Mouse Memoirs", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  color: #323232;
}

.common_padding_top {
  padding-top: 100px;
}

.common_padding_bottom {
  padding-bottom: 100px;
}

.common_paragraph p {
  color: #464547;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

.common_paragraph_light p {
  color: #FFFFFF;
  font-weight: 300;
}

.common_title {
  color: #323232;
  font-size: 56px;
  font-weight: 400;
  line-height: 50px;
  width: 450px;
  margin: 0 auto 30px;
}

.text_blue {
  color: #F4502A !important;
}

#button {
  display: flex;
  background-color: #F4502A;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 20px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  border: 1px solid #ffffff26;
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

.text_white {
  color: #fff !important;
}

.paragraph_light {
  color: #FFF;
}

.head_centre {
  text-align: center;
  margin-bottom: 70px;
}

.btn_img img {
  width: 25px;
  animation: float2 6s ease-in-out infinite;
}

@keyframes float2 {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-5px);
  }

  100% {
    transform: translatey(0px);
  }
}

.btn_text {
  background: #F4502A;
  padding: 10px 20px;
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  transition: all .2s linear;
  border: 0;
}
.wpcf7-form-control-wrap {
    position: relative;
    padding-top: 14px;
    display: inline-block;
    width: 100%;
}
.contact_input:focus {
    border-color: #F4502A;
}
.common_btn:hover .btn_text {
  background: #323232;
  transition: all .2s linear;
}

.btn_text_dark {
  background: #323232;
}

.common_btn {
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: all .2s linear;
}

.btn_img {
  width: 45px;
  height: 45px;
  background: #323232;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scroll_down {
  position: absolute;
  top: 60%;
  right: 10px;
  z-index: 99;
}

.scroll_down img {
  width: 70px;
  mix-blend-mode: multiply;
}

.whatsapp {
  position: fixed;
  right: 20px;
  bottom: 110px;
  z-index: 99;
}

.whatsapp img {
  width: 50px;
}

#common_banner {
  padding-top: 130px;
  padding-bottom: 100px;
}

.breadcrum a {
  text-decoration: none;
  color: #323232;
  font-size: 18px;
}

.breadcrum {
  position: relative;
  z-index: 9;
  color: #323232;
  display: flex;
  gap: 5px;
  align-items: center;
}

.current_page {
  color: #f4502a !important;
}

.common_banner_content {
  text-align: center;
  margin-top: 30px;
}

.common_banner_content h1 {
  font-size: 62px;
  color: #323232;
  width: 530px;
  margin: 0 auto 30px;
  line-height: 56px;
}

.common_banner_content p {
  width: 835px;
  margin: auto;
}

section .container {
  position: relative;
  z-index: 9;
}

section {
  position: relative;
  z-index: 9;
  overflow: hidden;
}