body {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1.063rem;
  font-weight: 400;
  line-height: 1.7rem;
}

.all-section.hero-section {
  background-color: #1f1f1f;
  background-image: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 170px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.all-section.aboutus-section {
  background-color: #1f1f1f;
  background-image: linear-gradient(#1f1f1f1f 87%, #932339);
  padding-top: 64px;
  padding-bottom: 64px;
}

.all-section.services-section {
  background-color: #1f1f1f;
  padding-top: 64px;
  padding-bottom: 64px;
  transition: all .3s;
}

.all-section.fourth-section {
  background-color: #1f1f1f;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
  transition: all .3s;
  display: flex;
}

.all-section.footer {
  background-color: #1f1f1f;
  padding-top: 32px;
  padding-bottom: 24px;
  position: relative;
  overflow: hidden;
}

.all-section.faq-section {
  background-color: #1f1f1f;
  background-image: url('../images/sun-tornado-1.svg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 120px;
  transition: transform .25s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.all-section.contact-section {
  background-color: #1f1f1f;
  padding-top: 0;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.container {
  width: auto;
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.container.hero-container {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 170px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.container.aboutus-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1296px;
  display: flex;
}

.container.orp-container {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1296px;
  display: flex;
  overflow: visible;
}

.container.cta-container {
  z-index: 300;
  width: auto;
  max-width: 1296px;
  padding-left: 20px;
  position: relative;
}

.container.footer-container {
  justify-content: space-between;
  align-items: center;
  display: block;
  position: static;
}

.container.faq-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-start;
  width: auto;
  max-width: 1296px;
  display: flex;
  overflow: visible;
}

.container.service-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1296px;
  display: flex;
}

.container.contact-container {
  padding-top: 120px;
}

.container.cont-faq {
  flex: 0 auto;
  order: 0;
  align-self: stretch;
  padding-top: 120px;
}

.hero-content-wrapper {
  z-index: 50;
  flex: 0 auto;
  position: relative;
}

.hero-img-wrapper {
  text-align: right;
  flex: 0 auto;
  position: relative;
}

.hero-heading {
  max-width: 39.75rem;
  margin-bottom: 24px;
  font-family: Bebas Neue, sans-serif;
  font-size: 3.75rem;
  line-height: 4.2rem;
}

.hero-paragraph {
  max-width: 39.75rem;
  margin-bottom: 24px;
}

.hero-btn {
  color: #fff;
  text-align: center;
  border: 1px solid #932339;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 252px;
  min-width: 0;
  height: 48px;
  min-height: 0;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.hero-btn:hover {
  background-color: #932339;
  font-size: 19px;
  font-weight: 500;
}

.hero-btn.red-btn {
  background-color: #932339;
  margin-top: 48px;
}

.hero-btn.red-btn.cta-btn {
  background-color: #93233900;
  margin-top: 12px;
}

.hero-btn.red-btn.cta-btn:hover {
  background-color: #932339;
}

.hero-btn.red-btn.services-btn {
  background-color: #93233900;
  margin-top: 32px;
}

.hero-btn.red-btn.services-btn:hover {
  background-color: #932339;
}

.hero-img {
  z-index: 50;
  display: inline-block;
  position: relative;
}

.hero-btn-text {
  text-decoration: none;
}

.navbar-links {
  color: #fff;
  font-size: 1.25rem;
}

.navbar-links:hover {
  color: #932339;
  mix-blend-mode: normal;
}

.navbar-links.w--current {
  color: #fff;
  font-size: 1.25rem;
}

.navbar-links.w--current:hover {
  color: #932339;
}

.navbar-links.is-mobile {
  display: none;
}

.navbar {
  background-color: #ddd0;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .3s;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.brand {
  padding-top: 20px;
  padding-bottom: 20px;
}

.hero-red-line {
  background-color: #932339;
  width: 3000px;
  height: 10px;
  position: absolute;
  inset: 8.4vh 0% auto;
}

.hero-red-line.faq-line, .hero-red-line.contac-line {
  top: 8.4vh;
}

.aboutus-content-wrapper {
  flex: 1;
  padding-left: 10px;
}

.aboutus-img-wrapper {
  flex: 1;
  padding-right: 10px;
}

.second-heading {
  max-width: 526px;
  margin-bottom: 12px;
  font-family: Bebas Neue, sans-serif;
  font-size: 3rem;
  line-height: 3.875rem;
}

.second-heading.red-heading {
  color: #932339;
  text-align: center;
  margin-bottom: 12px;
  padding-bottom: 0;
}

.second-heading.red-heading.cta-heading {
  text-align: left;
  margin-bottom: 12px;
}

.second-heading.red-heading.our-oredering-h2 {
  margin-top: 0;
  margin-bottom: 60px;
}

.second-heading.red-heading.faq-heading {
  text-align: left;
  max-width: none;
  margin-top: 0;
}

.about-us-paragraph {
  max-width: 526px;
}

.aboutus-text {
  color: #932339;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 3.25rem;
}

.services-text-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-paragraph {
  max-width: 740px;
  margin-bottom: 32px;
}

.grid-wrapper {
  text-align: center;
  border: 2px solid #932339;
  border-radius: 20px;
  flex: none;
  width: 416px;
  height: 319px;
}

.grid-heading {
  text-align: center;
  height: 80px;
  margin-top: 24px;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 2rem;
  line-height: 2.625rem;
}

.grid-icon {
  margin-bottom: 48px;
}

.grid-paragraph {
  margin-left: 12px;
  margin-right: 12px;
}

.line-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.red-line {
  background-color: #932339;
  border: 0 solid #932339;
  min-width: 832px;
  max-width: 1046px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
}

.div-block {
  width: 24px;
  height: 24px;
}

.red-circle {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  background-color: #932339;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  right: 77px;
}

.scale-wrapper {
  align-self: center;
  position: relative;
}

.line-wrapper2 {
  justify-content: flex-start;
  align-items: center;
}

.circle-wrapper {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: -10px;
  right: -5px;
}

.red-circle2 {
  background-color: #932339;
  border-radius: 50px;
  width: 24px;
  height: 24px;
  position: relative;
  right: -59px;
}

.red-circle2.red-margin {
  right: -37px;
}

.red-circle2.red-margin3 {
  right: -13px;
}

.red-circle2.red-margin4 {
  height: 24px;
  right: 3px;
}

.red-circle2.red-margin1 {
  right: -79px;
}

.context-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex: 0 auto;
  order: 0;
  display: flex;
}

.orp-wrapper {
  width: 190px;
  max-width: none;
}

.third-heading {
  margin-top: 32px;
  margin-bottom: 12px;
  font-family: Bebas Neue, sans-serif;
  font-size: 2rem;
  line-height: 2.625rem;
}

.third-heading.h3-red {
  color: #932339;
  margin-top: 0;
}

.third-heading.h3-red.how-heading-margin, .third-heading.h3-red.how-long-h3-margin, .third-heading.h3-red.margin-h3 {
  margin-top: 24px;
}

.third-heading.h3-red.move-heading {
  padding-top: 26px;
}

.third-heading.h3-red.margine-heading3 {
  padding-top: 1px;
}

.third-heading.h3-red.margine {
  margin-top: 0;
}

.third-heading.h3-red.margin {
  margin-top: 48px;
}

.third-heading.is-red {
  color: #932339;
}

.all-secton.cta-section {
  background-color: #1f1f1f;
  background-image: none;
  background-size: auto;
  padding-top: 96px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.cta-text {
  max-width: 472px;
}

.links-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  padding-right: 134px;
  display: flex;
}

.social-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link, .footer-link {
  color: #fff;
  text-decoration: none;
}

.first-footer-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.second-footer-wrapper {
  text-align: center;
  margin-top: 36px;
  position: static;
}

.footer-red-line {
  background-color: #932339;
  width: 3000px;
  height: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.line-footer {
  background-color: #932339;
  width: 3000px;
  height: 10px;
  position: absolute;
  inset: 48% 0% 0%;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-text-block {
  width: auto;
  max-width: none;
}

.faq-wrapper2 {
  flex-flow: column wrap;
  place-content: flex-start space-between;
  align-items: center;
  display: flex;
}

.faq-content-wrapper {
  max-width: 483px;
  max-height: 248px;
}

.faq-content-wrapper.margin-move {
  margin-top: 27px;
  padding-top: 0;
}

.faq-main-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: stretch;
  min-width: 1024px;
  max-width: 1280px;
  margin-top: 48px;
  padding-top: 0;
  display: flex;
}

.faq-heading-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-bottom: 12px;
  display: flex;
}

.faq-cont-wrap {
  width: 448px;
  height: 297px;
}

.faq-cont-wrap.faq-margine {
  width: auto;
  max-width: 448px;
  height: 297px;
  max-height: none;
}

.red-line-faq {
  background-color: #762233;
  width: 3px;
  height: 980px;
  position: relative;
}

.red-line-faq-wrapper {
  position: relative;
  top: 7px;
}

.faq-red-circle {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  background-color: #762233;
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding-top: 0;
  display: flex;
  position: static;
  inset: auto auto 0% 0%;
}

.faq-red-circle.faq-redcircle1 {
  padding-top: 0;
  position: absolute;
  inset: 30% 0% 0% -330%;
}

.faq-red-circle.faq-redcircle2 {
  position: absolute;
  bottom: 37%;
  left: -330%;
}

.circle-faq-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.red-cricele {
  background-color: #762233;
  border-radius: 50px;
  width: 24px;
  height: 24px;
}

.red-cricele.red1 {
  position: absolute;
  left: -10px;
}

.red-cricele.red2 {
  position: absolute;
  top: 30%;
  left: -10px;
}

.red-cricele.red3 {
  position: absolute;
  bottom: 37%;
  left: -10px;
}

.circle-faq-wrapper2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.faq-red-line2 {
  background-color: #762233;
  width: 3px;
  height: 980px;
}

.second-wrapper-faq {
  position: relative;
  top: 7px;
}

.contact-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact-form {
  border: 2px solid #932339;
  border-radius: 20px;
  align-self: center;
  width: 48%;
  min-width: auto;
  max-width: none;
  height: auto;
  max-height: 790px;
}

.contact-info {
  flex: none;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.form-block {
  margin-left: 32px;
  margin-right: 32px;
}

.text-label {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 1.25rem;
  font-weight: 300;
}

.text-field {
  border-radius: 10px;
  height: 48px;
  margin-bottom: 24px;
}

.contact-us-heading {
  color: #932339;
  margin-top: 16px;
  margin-bottom: 32px;
  margin-left: 32px;
  font-family: Bebas Neue, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.875rem;
}

.contact-us-heading.is-white {
  color: #fff;
  margin-bottom: 0;
}

.submit-button {
  background-color: #932339;
  border-radius: 20px;
  width: 252px;
  height: 48px;
  margin-top: 24px;
  font-size: 1.25rem;
  font-weight: 500;
  overflow: hidden;
}

.contact-message {
  border-radius: 10px;
  min-height: 80px;
  margin-bottom: 0;
}

.location-div, .email-div, .phone-div {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-info {
  max-width: 179px;
}

.tablet-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.scale-wrapper-tablet {
  display: none;
}

.tablet-wrapper2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.hamburger {
  color: #932339;
}

.grid-main-warpper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  flex: none;
  display: flex;
}

.success-message {
  background-color: #932339;
  border-radius: 20px;
}

.text-block {
  font-size: 1.25rem;
  font-weight: 600;
}

.error-message {
  background-color: #932339;
  border-radius: 20px;
}

.text-block-2 {
  font-weight: 500;
}

.faq-btn {
  color: #fff;
  text-align: center;
  background-color: #1f1f1f00;
  border: 1px solid #932339;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 252px;
  height: 48px;
  margin-top: 48px;
  text-decoration: none;
  display: flex;
}

.faq-btn:hover {
  background-color: #932339;
  transform: scale(1.025);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

._404-section {
  background-color: #1f1f1f;
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
  overflow: hidden;
}

._404-main-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._404-btn {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  text-decoration: none;
}

._404-paragraph {
  text-align: center;
}

.img-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

._404-text {
  color: #932339;
  font-size: 16rem;
  font-weight: 800;
  line-height: 22.5rem;
}

.text-block-3 {
  color: #fff;
  background-color: #932339;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 252px;
  height: 60px;
  text-decoration: none;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.service-circle-main-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.service-circle {
  background-color: #932339;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.dashed-circle {
  border: 1px dashed #932339;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 132px;
  height: 132px;
  display: flex;
}

.circle-heading-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 22%;
  height: 300px;
  display: flex;
}

.one-circle {
  background-color: #f14063;
  border-radius: 50%;
  width: 150px;
  height: 150px;
}

.two-circle {
  background-color: #e43f5f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  display: flex;
}

.three-circle {
  background-color: #cf3654;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 350px;
  display: flex;
}

.four-circle {
  background-color: #bc2e4a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 450px;
  height: 450px;
  display: flex;
}

.fifth-circle {
  background-color: #a8263f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 550px;
  height: 550px;
  display: flex;
}

.sixht-circle {
  background-color: #932339;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 650px;
  height: 650px;
  display: flex;
}

.seven-circle {
  background-color: #832235;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 750px;
  height: 750px;
  display: flex;
}

.circle-absoulte {
  z-index: 150;
  display: block;
  position: absolute;
  inset: -11vh -43vh 0% auto;
}

.section-cta {
  background-color: #1f1f1f;
  padding-top: 96px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.image-wrapper {
  flex: 0 auto;
  width: 49%;
  position: relative;
}

.contact-paragraph {
  z-index: 150;
  max-width: 600px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  position: absolute;
  inset: auto 0% 0% 1%;
}

.image-overlay {
  z-index: 100;
  background-color: #0006;
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

.contact-info-wrapper {
  background-color: #932339;
  background-image: linear-gradient(85deg, #932339 27%, #4a569d);
  border-radius: 20px;
  width: 48%;
  height: 790px;
  max-height: 764px;
}

.heading-four {
  margin-top: 32px;
  margin-bottom: 8px;
  margin-left: 32px;
  font-family: Bebas Neue, sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
}

.info-paragraph {
  margin-bottom: 0;
  margin-left: 32px;
}

.social-medai-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-top: 8px;
  margin-left: 32px;
  display: flex;
}

.image-2 {
  width: auto;
  max-width: 100%;
}

.faq-wrapper-main {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  display: flex;
}

.faq-item {
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.faq-question {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-para {
  margin-bottom: 12px;
}

.faq-quest {
  color: #932339;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 2rem;
  line-height: 2.6rem;
}

.div-block-2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.faq-main {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.lottie-faq, .lottie-animation-2, .lottie-animation-3, .lottie-animation-4, .lottie-animation-5, .lottie-animation-6 {
  width: 3rem;
  height: 3rem;
}

.hero-shine-wrapper {
  width: 100%;
  height: 10px;
  margin-top: 0;
  padding-top: 0;
  position: relative;
  top: 8vh;
  overflow: hidden;
}

.hero-shine-line {
  background-color: #932339;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.big-red-cricle {
  z-index: 0;
  filter: blur(44px);
  background-color: #932339;
  border-radius: 50%;
  width: auto;
  height: auto;
  position: absolute;
  inset: 0%;
}

@media screen and (min-width: 1280px) {
  .all-section.faq-section {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container.faq-container {
    overflow: hidden;
  }

  .hero-red-line.faq-line {
    top: 8.4vh;
  }

  .third-heading.h3-red, .third-heading.h3-red.margine {
    margin-top: 0;
  }

  .all-secton.cta-section {
    background-image: url('../images/Desktop---80.webp');
  }

  .faq-main-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 40px;
  }

  .faq-cont-wrap {
    height: 297px;
  }

  .faq-cont-wrap.faq-margine {
    height: 297px;
    max-height: none;
  }

  .red-line-faq {
    height: 980px;
  }

  .red-line-faq-wrapper {
    top: 7px;
  }

  .faq-red-circle.faq-redcircle1 {
    top: 30%;
  }

  .faq-red-circle.faq-redcircle2 {
    bottom: 37%;
  }

  .red-cricele.red2 {
    top: 30%;
  }

  .red-cricele.red3 {
    bottom: 37%;
  }

  .faq-red-line2 {
    height: 980px;
  }

  .second-wrapper-faq {
    top: 7px;
  }

  .grid-main-warpper {
    display: block;
  }

  .faq-btn {
    color: #fff;
    background-color: #76223300;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 252px;
    height: 48px;
    margin-top: 48px;
    text-decoration: none;
    display: flex;
  }

  ._404-section {
    background-color: #1f1f1f;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  ._404-main-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._404-btn {
    color: #fff;
    text-align: center;
    background-color: #932339;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 252px;
    height: 60px;
    text-decoration: none;
    display: flex;
  }

  ._404-paragraph {
    text-align: center;
  }

  .img-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._404-text {
    color: #932339;
    font-size: 16rem;
    font-weight: 800;
    line-height: 22.5rem;
  }

  .circle-absoulte {
    position: absolute;
    inset: -11vh -43vh 0 auto;
  }

  .section-cta {
    height: 500px;
    right: auto;
  }
}

@media screen and (max-width: 991px) {
  .all-section.hero-section {
    padding-bottom: 96px;
  }

  .all-section.aboutus-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .all-section.services-section {
    padding-top: 24px;
  }

  .all-section.fourth-section {
    padding-top: 36px;
  }

  .all-section.footer {
    overflow: hidden;
  }

  .all-section.faq-section {
    padding-top: 0;
  }

  .container {
    width: auto;
    max-width: 1296px;
    position: relative;
    overflow: hidden;
  }

  .container.hero-container {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 1296px;
  }

  .container.aboutus-container {
    flex-flow: column;
    width: auto;
    max-width: 1296px;
  }

  .container.orp-container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row;
    width: auto;
    max-width: 1296px;
  }

  .container.cta-container {
    width: auto;
    max-width: 1296px;
    padding-left: 20px;
  }

  .container.footer-container {
    flex-flow: column;
    width: auto;
    max-width: 1296px;
    display: flex;
  }

  .container.service-container {
    width: auto;
    max-width: 1296px;
  }

  .container.cont-faq {
    padding-top: 120px;
  }

  .hero-content-wrapper {
    flex-flow: column;
    flex: 0 auto;
    order: 1;
    justify-content: center;
    align-items: flex-start;
    padding-left: 10px;
    display: flex;
  }

  .hero-img-wrapper {
    flex: 0 auto;
    order: 1;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: visible;
  }

  .hero-heading {
    text-align: left;
    font-size: 3rem;
    line-height: 4rem;
  }

  .hero-paragraph {
    text-align: left;
  }

  .hero-btn {
    text-align: center;
    width: 216px;
  }

  .hero-img {
    max-width: 80%;
  }

  .navbar-links, .navbar-links.w--current {
    font-size: 1rem;
  }

  .navbar {
    padding-left: 10px;
    position: absolute;
  }

  .hero-red-line, .hero-red-line.faq-line, .hero-red-line.contac-line {
    top: 8.4vh;
  }

  .aboutus-content-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .aboutus-img-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .aboutus-img {
    text-align: center;
    max-width: 90%;
  }

  .second-heading {
    text-align: center;
    max-width: 500px;
    font-size: 2.5rem;
    line-height: 3.2rem;
  }

  .second-heading.red-heading.our-oredering-h2 {
    margin-bottom: 48px;
  }

  .about-us-paragraph {
    text-align: center;
  }

  .aboutus-text {
    text-align: center;
    font-size: 2rem;
    line-height: 2.75rem;
  }

  .services-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-wrapper {
    flex: 0 auto;
    width: auto;
    min-width: 354px;
    max-width: 416px;
    height: 351px;
  }

  .grid-heading {
    font-size: 1.75rem;
    line-height: 2.3rem;
  }

  .grid-heading.grid-margin {
    margin-bottom: 6px;
  }

  .scale-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .line-wrapper2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .context-wrapper {
    flex-flow: column;
    order: 1;
  }

  .third-heading {
    margin-top: 16px;
    font-size: 1.75rem;
    line-height: 2.3rem;
  }

  .third-heading.h3-nomargin {
    margin-top: 0;
    font-size: 1.75rem;
    line-height: 2.3rem;
  }

  .third-heading.h3-secondmargin {
    margin-top: 16px;
    font-size: 1.75rem;
    line-height: 2.3rem;
  }

  .oup-text {
    margin-bottom: 10px;
  }

  .all-secton.cta-section {
    background-image: url('../images/Desktop---80.png');
    background-position: 100%;
    background-size: cover;
  }

  .links-wrapper {
    padding-right: 0;
  }

  .first-footer-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .line-footer {
    top: 71%;
  }

  .faq-main-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-width: auto;
    max-width: 1296px;
  }

  .faq-heading-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .faq-cont-wrap, .faq-cont-wrap.faq-margine {
    height: 254px;
  }

  .red-line-faq {
    height: 760px;
  }

  .faq-red-circle.faq-redcircle1 {
    top: 33%;
  }

  .faq-red-circle.faq-redcircle2 {
    bottom: 31%;
  }

  .red-cricele.red2 {
    top: 33%;
  }

  .red-cricele.red3 {
    bottom: 31%;
  }

  .faq-red-line2 {
    height: 760px;
  }

  .second-wrapper-faq {
    top: 6px;
  }

  .contact-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .contact-form {
    width: auto;
  }

  .contact-us-heading, .contact-us-heading.is-white {
    font-size: 2.5rem;
    line-height: 3.2rem;
  }

  .submit-button {
    width: 515px;
  }

  .tablet-scale {
    background-color: #832235;
    flex: none;
    width: 2px;
    max-width: none;
    height: 1046px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .tablet-wrapper {
    margin-bottom: 24px;
  }

  .tablet-circle-wrapper {
    flex-flow: column;
    display: flex;
    position: absolute;
  }

  .vertical-circle {
    background-color: #932339;
    border-radius: 50px;
    width: 24px;
    height: 24px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .vertical-circle.vc-margin2 {
    margin-bottom: 0;
    position: absolute;
    top: -313px;
    right: -12px;
  }

  .vertical-circle.vc-mar3 {
    position: absolute;
    top: -538px;
    right: -12px;
  }

  .vertical-circle.vc-margin4 {
    position: absolute;
    bottom: 122px;
    right: -12px;
  }

  .vertical-circle.vc-margin5 {
    position: absolute;
    top: 76px;
    right: -12px;
  }

  .vertical-circle.vc-margin6 {
    position: absolute;
    top: 273px;
    right: -12px;
  }

  .scale-wrapper-tablet {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    top: 39px;
  }

  .grid-main-warpper {
    flex-flow: row;
    flex: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  ._404-paragraph {
    text-align: center;
  }

  .image-wrapper {
    width: auto;
  }

  .contact-info-wrapper {
    width: 586px;
  }

  .heading-four, .faq-quest {
    font-size: 1.75rem;
    line-height: 2.3rem;
  }

  .faq-main {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .big-red-cricle {
    width: auto;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.025rem;
  }

  .all-section.hero-section {
    padding-top: 0;
    padding-bottom: 48px;
  }

  .all-section.aboutus-section {
    padding-top: 48px;
  }

  .all-section.faq-section {
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .all-section.contact-section {
    padding-bottom: 96px;
  }

  .container {
    overflow: visible;
  }

  .container.hero-container {
    flex-flow: column;
    padding-top: 120px;
  }

  .container.cta-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-content-wrapper {
    justify-content: center;
    align-items: center;
    padding-right: 10px;
  }

  .hero-img-wrapper {
    order: -1;
  }

  .hero-heading {
    text-align: center;
    font-size: 2.7rem;
    line-height: 3.5rem;
  }

  .hero-paragraph {
    text-align: center;
    font-size: 1.025rem;
  }

  .hero-btn {
    width: 216px;
  }

  .hero-btn.red-btn.cta-btn {
    border-color: #fff;
    width: 216px;
  }

  .hero-btn.red-btn.cta-btn:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff0;
    font-weight: 600;
  }

  .hero-btn.red-btn.services-btn {
    width: 216px;
    margin-top: 0;
  }

  .navbar-links, .navbar-links.is-home {
    font-size: 1.5rem;
  }

  .navbar-links.is-mobile {
    display: block;
  }

  .navbar-links.is-mobile.w--current {
    font-size: 1.5rem;
  }

  .navbar {
    padding-left: 0;
    display: block;
    overflow: visible;
  }

  .hero-red-line {
    top: 22.5vh;
    right: 0%;
  }

  .hero-red-line.faq-line, .hero-red-line.contac-line {
    top: 22.5vh;
  }

  .aboutus-img {
    max-width: 80%;
  }

  .second-heading {
    max-width: 390px;
    margin-top: 12px;
    font-size: 2.2rem;
    line-height: 2.7rem;
  }

  .second-heading.red-heading {
    font-size: 2.2rem;
  }

  .second-heading.red-heading.cta-heading {
    color: #fff;
  }

  .second-heading.red-heading.our-oredering-h2 {
    margin-bottom: 24px;
  }

  .aboutus-text {
    font-size: 1.75rem;
  }

  .services-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .grid-wrapper {
    max-width: 70%;
  }

  .third-heading.h3-red {
    font-size: 1.75rem;
  }

  .all-secton.cta-section {
    background-image: linear-gradient(#1f1f1f73, #1f1f1f73), url('../images/Desktop---80.png');
    background-position: 0 0, 100%;
    background-size: auto, cover;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .cta-text {
    text-align: center;
  }

  .nav-menu {
    background-color: #1f1f1fed;
    flex-flow: column;
    height: 100vh;
    max-height: none;
    display: flex;
  }

  .faq-text-block {
    text-align: center;
  }

  .faq-main-wrapper {
    justify-content: center;
    align-items: center;
  }

  .faq-cont-wrap {
    width: 405px;
    height: 280px;
  }

  .faq-cont-wrap.faq-margine {
    max-width: 405px;
    height: 280px;
    max-height: none;
  }

  .faq-cont-wrap.faq-margine-second {
    height: 237px;
  }

  .faq-par {
    font-size: 1rem;
  }

  .faq-par.tablet-par {
    max-width: 400px;
  }

  .red-cricele.red2 {
    top: 280px;
  }

  .red-cricele.red3 {
    bottom: 31%;
  }

  .second-wrapper-faq {
    top: 4px;
  }

  .contact-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .contact-form {
    flex: 0 auto;
    align-self: center;
    width: 460px;
    min-width: auto;
    max-width: none;
  }

  .contact-info {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .text-label {
    margin-bottom: 8px;
    font-size: 1rem;
  }

  .contact-us-heading, .contact-us-heading.is-white {
    font-size: 2.2rem;
    line-height: 2.7rem;
  }

  .submit-button {
    width: 393px;
  }

  .location-div {
    margin-left: 18px;
  }

  .phone-div {
    margin-right: 23px;
  }

  .tablet-scale {
    height: 1043px;
  }

  .vertical-circle.vc-margin2 {
    top: -311px;
  }

  .vertical-circle.vc-mar3 {
    top: -534px;
  }

  .vertical-circle.vc-margin4 {
    bottom: 120px;
  }

  .vertical-circle.vc-margin5 {
    top: 79px;
  }

  .vertical-circle.vc-margin6 {
    top: 273px;
  }

  .scale-wrapper-tablet {
    top: 36px;
  }

  .tablet-wrapper2 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 48px;
  }

  .menu-button {
    background-color: #c2bebe00;
  }

  .menu-button.w--open {
    background-color: #93233900;
    justify-content: center;
    align-items: center;
    padding: 5px;
    font-size: 3rem;
    display: flex;
  }

  .icon-2 {
    color: #932339;
  }

  .hamburger {
    padding: 5px;
    font-size: 3rem;
  }

  .hamburger.w--open {
    background-color: #c8c8c800;
  }

  .grid-main-warpper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .faq-btn {
    margin-top: 24px;
  }

  ._404-paragraph {
    text-align: center;
  }

  ._404-text {
    font-size: 12rem;
    line-height: 18rem;
  }

  .image {
    max-width: 40%;
    max-height: 80%;
  }

  .circle-heading-wrapper {
    width: 48%;
  }

  .circle-absoulte {
    top: -55.6vh;
    right: -120vh;
  }

  .contact-info-wrapper {
    width: 460px;
    min-width: auto;
    max-width: none;
  }

  .lottie-faq {
    flex: none;
    width: 2rem;
    height: 2rem;
  }

  .sm-icon {
    width: 36px;
    height: 36px;
  }

  .hero-shine-wrapper {
    top: 22.5vh;
  }

  .big-red-cricle {
    width: auto;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .all-section.hero-section {
    padding-top: 0;
    padding-bottom: 48px;
  }

  .all-section.faq-section {
    padding-bottom: 64px;
  }

  .all-section.contact-section {
    padding-top: 0;
    padding-bottom: 48px;
  }

  .container.hero-container {
    padding-top: 96px;
  }

  .hero-heading {
    font-size: 2.3rem;
    line-height: 3rem;
  }

  .hero-btn {
    width: 216px;
  }

  .hero-btn.red-btn.cta-btn {
    border-color: #fff;
    transition-property: all;
    transition-duration: .25s;
  }

  .hero-btn.red-btn.cta-btn:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff0;
    font-weight: 600;
  }

  .hero-btn.red-btn.services-btn {
    width: 216px;
    margin-top: 16px;
  }

  .hero-img, .navbar-logo {
    max-width: 80%;
  }

  .navbar {
    padding-left: 0;
  }

  .brand.w--current {
    max-width: 65%;
    padding-left: 0;
  }

  .brand.brand-combo {
    max-width: 50%;
  }

  .brand.brand-combo.w--current {
    max-width: 50%;
    padding-bottom: 0;
  }

  .hero-red-line {
    top: 10vh;
  }

  .hero-red-line.faq-line {
    top: 68px;
  }

  .hero-red-line.contac-line {
    top: 9vh;
  }

  .aboutus-img {
    max-width: 80%;
  }

  .second-heading {
    max-width: 250px;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .second-heading.red-heading {
    font-size: 2rem;
  }

  .second-heading.red-heading.our-oredering-h2 {
    margin-bottom: 24px;
  }

  .second-heading.red-heading.faq-heading {
    max-width: 316px;
    font-size: 2.3rem;
    line-height: 3rem;
  }

  .services-paragraph {
    margin-bottom: 24px;
    font-size: 1rem;
  }

  .grid-wrapper {
    flex: 1;
    width: auto;
    min-width: 290px;
    max-width: 70%;
  }

  .grid-heading {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .grid-icon {
    margin-bottom: 48px;
  }

  .grid-paragraph {
    font-size: 1rem;
  }

  .third-heading {
    font-size: 1.5rem;
  }

  .third-heading.h3-red {
    text-align: center;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .third-heading.h3-nomargin {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .third-heading.h3-secondmargin {
    font-size: 1.5rem;
  }

  .oup-text {
    font-size: 1rem;
  }

  .all-secton.cta-section {
    background-image: linear-gradient(#00000042, #00000042), url('../images/Desktop---80.png');
    background-position: 0 0, 77%;
  }

  .cta-text {
    font-size: 1rem;
  }

  .logo-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .links-wrapper {
    flex-flow: column;
    font-size: 1rem;
  }

  .logo-footer {
    text-align: center;
    max-width: 70%;
  }

  .sm-img {
    max-width: 60%;
  }

  .first-footer-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .second-footer-wrapper {
    margin-top: 48px;
  }

  .line-footer {
    position: absolute;
    top: 81%;
  }

  .faq-main-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .faq-wrap1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-wrap2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .faq-cont-wrap {
    flex-flow: column;
    width: auto;
    max-width: 405px;
    height: auto;
    max-height: none;
    margin-top: 24px;
  }

  .faq-cont-wrap.faq-margine {
    height: auto;
  }

  .faq-par {
    text-align: center;
  }

  .red-line-faq-wrapper, .faq-line-wrapper2, .second-wrapper-faq {
    display: none;
  }

  .contact-form {
    flex: auto;
    align-self: stretch;
    width: auto;
    min-width: 300px;
    max-width: 464px;
    height: 679px;
  }

  .contact-info {
    justify-content: center;
    align-items: center;
    margin-top: 90px;
  }

  .form-block {
    margin-left: 12px;
    margin-right: 12px;
  }

  .text-label {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .text-field {
    height: 36px;
  }

  .contact-us-heading {
    margin-top: 8px;
    margin-left: 12px;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .contact-us-heading.is-white {
    margin-top: 12px;
    margin-left: 12px;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .submit-button {
    text-align: center;
    width: 216px;
    min-width: auto;
    max-width: none;
    height: 48px;
    margin-top: 12px;
    overflow: visible;
  }

  .location-div {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .email-div {
    flex-flow: column;
  }

  .phone-div {
    flex-flow: column;
    margin-right: 0;
  }

  .icon {
    width: 50%;
    max-width: 50%;
  }

  .text-info {
    text-align: center;
    max-width: 129px;
    font-size: .8rem;
  }

  .footer-logo.w--current {
    text-align: center;
  }

  .tablet-wrapper {
    justify-content: center;
    align-items: center;
  }

  .vertical-circle.vc-margin4 {
    bottom: 122px;
  }

  .scale-wrapper-tablet {
    top: 49px;
  }

  .tablet-wrapper2 {
    margin-top: 0;
  }

  .icon-2 {
    font-size: 2.2rem;
  }

  .hamburger, .grid-main-warpper {
    margin-top: 12px;
  }

  .error-message {
    margin-top: 20px;
  }

  ._404-paragraph {
    text-align: center;
  }

  ._404-text {
    font-size: 9rem;
    line-height: 14rem;
  }

  .image {
    max-width: 36%;
  }

  .circle-heading-wrapper {
    height: 250px;
  }

  .circle-absoulte {
    top: -55vh;
    right: -44vh;
  }

  .contact-info-wrapper {
    align-self: stretch;
    width: auto;
    min-width: 310px;
    max-width: 480px;
    height: 610px;
    max-height: none;
    padding-right: 12px;
  }

  .heading-four {
    margin-top: 16px;
    margin-left: 12px;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .info-paragraph, .social-medai-wrapper {
    margin-left: 12px;
  }

  .faq-quest {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .hero-shine-wrapper {
    top: 10vh;
  }
}


