@font-face {
  font-family: avenir;
  src: url("../assets/fonts/avenir-roman-opentype_bigfontsite.com.otf");
}
@font-face {
  font-family: "minerva-modern";
  src: url("https://use.typekit.net/af/0de237/000000000000000077359a4c/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/0de237/000000000000000077359a4c/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/0de237/000000000000000077359a4c/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: bely;
  src: url("../assets/fonts/Bely Display W00 Regular.ttf");
}
.minerva {
  font-family: "minerva-modern";
}

.playfairy {
  font-family: "Playfair Display", serif;
}

.bely {
  font-family: bely, sans-serif;
}

.avenir {
  font-family: "avenir";
}

.dot {
  height: 10px;
  width: 10px;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
  padding-bottom: 5px;
}

.on-focus:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.opacity-09 {
  opacity: 0.9;
}

.bg-primary {
  background-color: #553160 !important;
}

.primary-color {
  color: #553160;
}

.secondary-color {
  color: #f86cb5 !important;
}

.third-color {
  color: #fae2e3;
}

.fourth-color {
  color: #faf7f0;
}

.white-text {
  color: #faf5e6;
}

.white-text-2 {
  color: #fffae9;
}

.mt-10 {
  margin-top: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-50 {
  margin-left: 50px;
}

@media only screen and (min-width: 425px) {
  .ml-sm-30 {
    margin-left: 30px;
  }
}
.my-btn {
  border-radius: 25px;
  font-size: 20px;
  padding: 10px 20px;
  border: 2px solid #f86cb5;
  text-decoration: none;
  color: #553160;
  font-weight: bold;
  cursor: pointer;
}
.my-btn:hover {
  color: #f86cb5;
}
.my-btn img {
  height: 30px;
  margin-left: 10px;
}

.nav-btn {
  border-radius: 25px;
  font-size: 20px;
  padding: 2px 8px;
  border: 2px solid #f86cb5;
  text-decoration: none;
  color: #553160;
  font-weight: bold;
  cursor: pointer;
}
.nav-btn:hover {
  background-color: #f86cb5;
}

.form-btn {
  border-radius: 25px;
  font-size: 20px;
  padding: 4px 8px;
  border: 2px solid #f86cb5;
  text-decoration: none;
  color: white;
  font-weight: bold;
  cursor: pointer;
}
.form-btn:hover {
  color: white;
  background-color: #f86cb5;
}

.heading-1 {
  color: #553160;
}
@media only screen and (min-width: 1200px) {
  .heading-1 {
    font-size: 85px;
  }
}
@media only screen and (max-width: 1200px) {
  .heading-1 {
    font-size: 55px;
  }
}
@media only screen and (max-width: 720px) {
  .heading-1 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 450px) {
  .heading-1 {
    font-size: 35px;
  }
}

.heading-2 {
  color: #553160;
  font-weight: bold;
}
@media only screen and (min-width: 1200px) {
  .heading-2 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1200px) {
  .heading-2 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 720px) {
  .heading-2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 450px) {
  .heading-2 {
    font-size: 30px;
  }
}

.heading-3 {
  color: #553160;
  font-weight: bold;
  font-family: "Playfair Display";
}
@media only screen and (min-width: 1200px) {
  .heading-3 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 1200px) {
  .heading-3 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 720px) {
  .heading-3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 450px) {
  .heading-3 {
    font-size: 25px;
  }
}

.heading-4 {
  color: #553160;
  font-weight: bold;
}
@media only screen and (min-width: 1200px) {
  .heading-4 {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1200px) {
  .heading-4 {
    font-size: 55px;
  }
}
@media only screen and (max-width: 720px) {
  .heading-4 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 450px) {
  .heading-4 {
    font-size: 35px;
  }
}

.heading-5 {
  font-weight: 400;
}
@media only screen and (min-width: 1200px) {
  .heading-5 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .heading-5 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 720px) {
  .heading-5 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 450px) {
  .heading-5 {
    font-size: 20px;
  }
}

.services-heading {
  color: #553160;
}
@media only screen and (min-width: 1200px) {
  .services-heading {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .services-heading {
    font-size: 30px;
  }
}

.subtitle-1 {
  color: #f86cb5;
  font-weight: normal;
}
@media only screen and (min-width: 1200px) {
  .subtitle-1 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .subtitle-1 {
    font-size: 18px;
  }
}

.subtitle-2 {
  font-weight: 100;
}
@media only screen and (min-width: 1200px) {
  .subtitle-2 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  .subtitle-2 {
    font-size: 14px;
  }
}

.para-1 {
  color: #553160;
  letter-spacing: -0.23px;
  text-align: left;
  font-weight: normal;
}
@media only screen and (min-width: 1200px) {
  .para-1 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 1200px) {
  .para-1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 720px) {
  .para-1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 450px) {
  .para-1 {
    font-size: 24px;
  }
}

.para-2 {
  color: #fae2e3;
  line-height: 53%;
  letter-spacing: 0.64px;
  font-weight: normal;
}
@media only screen and (min-width: 1200px) {
  .para-2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .para-2 {
    font-size: 33px;
  }
}
@media only screen and (max-width: 720px) {
  .para-2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 450px) {
  .para-2 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .para-3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .para-3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 720px) {
  .para-3 {
    font-size: 18px;
  }
}

.para-4 {
  color: #553160;
  font-weight: normal;
  font-family: "Playfair Display";
}
@media only screen and (min-width: 1200px) {
  .para-4 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .para-4 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 720px) {
  .para-4 {
    font-size: 24px;
  }
}

.font-20 {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .text-center-on-small {
    text-align: center;
  }
}
@media only screen and (max-width: 425px) {
  .my-btn {
    padding: 5px 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .footerimage {
    width: 572px;
  }
}
@media only screen and (max-width: 1200px) {
  .footerimage {
    width: 572px;
  }
}
@media only screen and (max-width: 720px) {
  .footerimage {
    width: 500px;
  }
}
@media only screen and (max-width: 450px) {
  .footerimage {
    width: 410px;
  }
}

body {
  overflow-x: hidden !important;
}
body section.hmain {
  min-height: calc(94vh - 100px) !important;
  height: calc(90vh - 100px);
}
body section.service {
  padding: 5rem 0;
}
body section.service:nth-of-type(2n + 1) {
  background-color: #fae2e3;
}
body section.service:nth-of-type(2n) {
  background-image: url("../assets/images/Services bg overlay@2x.png") !important;
  background-size: cover !important;
  background-color: #faf7f0;
}
body section.service .service-creative-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
body section.service .service-creative-container img {
  max-width: 70px;
}
body section.service .service-creative-container h2 {
  margin-left: 20px;
}
body section.service .service-description {
  color: #553160;
  padding: 20px;
  font-size: 1.5rem;
  opacity: 0.9;
  font-weight: 100;
}
body section.service .procedure-card .procedure-title {
  color: #553160;
  font-weight: 100;
}
body section.service .procedure-card li::marker {
  color: #f86cb5;
}
body section.contact {
  background: #341e3a;
  color: white;
  padding: 2rem 0 0 0;
}
body section.contact .phone,
body section.contact .social,
body section.contact .email {
  color: #fff;
  padding: 20px;
  font-size: 1.5rem;
  opacity: 0.9;
  font-weight: 100;
}
body section.contact .social img.contact-icon {
  color: white;
  font-size: 1.5rem;
  max-width: 1.5rem;
  max-height: 1.5rem;
}
body section.contact .social a {
  text-decoration: none;
  color: white;
}
body section.contact .social a:visited {
  color: white;
}
body section.contact .copyright,
body section.contact .copyright-mobile {
  color: #aaa;
}
body section.contact .section-title {
  opacity: 0.5;
}
body footer {
  background: white;
}

/*# sourceMappingURL=services.css.map */
