/* Base style */
html {
  font-size: 62.5%; }

body {
  font-family: "Raleway", sans-serif;
  overflow-x: hidden;
  font-size: 1.6rem;
  padding: 0px;
  color: #47225F; }

.btn {
  font-family: "Lora", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
  min-width: 121px;
  padding: 10px 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  .btn.btn-pink {
    background-color: #D61D7D;
    border-color: #D61D7D;
    color: #fff; }
    .btn.btn-pink:focus {
      background-color: #D61D7D;
      border-color: #D61D7D;
      color: #fff;
      box-shadow: 0 0 0 0.2rem rgba(214, 29, 125, 0.35); }
  .btn.btn-purple {
    background-color: #47225F;
    border-color: #47225F;
    color: #fff; }
    .btn.btn-purple:focus {
      background-color: #47225F;
      border-color: #47225F;
      color: #fff;
      box-shadow: 0 0 0 0.2rem rgba(214, 29, 125, 0.35); }
  .btn.btn-cyan-border {
    background-color: #fff;
    border-color: #00A4D8;
    color: #47225F;
    border-width: 2px; }
    .btn.btn-cyan-border:focus {
      background-color: #fff;
      border-color: #00A4D8;
      color: #47225F;
      box-shadow: 0 0 0 0.2rem rgba(0, 164, 216, 0.32); }

h1, h2, h3, h4 {
  font-family: "Lora", sans-serif;
  font-weight: normal;
  color: #47225F; }

ul {
  margin: 0px;
  padding: 0px;
  list-style: none; }

a, a:hover {
  text-decoration: none;
  color: inherit; }

p {
  font-size: 1.5rem;
  line-height: 2.5rem;
  margin-bottom: 25px; }

li, .form-control, address {
  font-size: 1.5rem;
  line-height: 2.5rem; }

.sec-pad {
  padding: 50px 0px; }

.has-dark-bg p, .has-dark-bg h2, .has-dark-bg h3, .has-dark-bg h4, .has-dark-bg h5, .has-dark-bg h6, .has-dark-bg ul li, .has-dark-bg address {
  color: #fff; }

.btns .btn:not(:last-child) {
  margin-right: 30px; }

h1 {
  font-size: 4.5rem;
  margin-bottom: 20px; }
  h1 span {
    font-size: 2.2rem;
    font-weight: 700;
    display: block;
    margin-bottom: 10px; }

h3 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: 700; }

h4 {
  font-size: 2.2rem;
  margin-bottom: 12px;
  font-weight: 700; }

.sec-title {
  font-size: 3.5rem;
  margin-bottom: 25px; }
  .sec-title span {
    font-size: 1.4rem;
    text-transform: uppercase; }
  .sec-title + p {
    font-weight: 500;
    margin-bottom: 35px; }

.bg-purple {
  background-color: #47225F !important; }

.bg-pink {
  background-color: #D61D7D !important; }

.bg-cyan {
  background-color: #00A4D8 !important; }

p a {
  text-decoration: underline; }
  p a:hover {
    text-decoration: underline; }

.mb-15 {
  margin-bottom: 15px; }

/* End Base style */
#home {
  height: 85px; }

.navbar-light {
  background-color: #47225F !important;
  padding-top: 0px;
  padding-bottom: 0px;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9999; }
  .navbar-light .navbar-toggler {
    border-color: transparent;
    color: #000; }
    .navbar-light .navbar-toggler:focus {
      outline: 0px;
      box-shadow: none; }
  .navbar-light .navbar-toggler-icon {
    background-image: none;
    width: 30px;
    height: 30px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .navbar-light .navbar-toggler-icon span {
      position: relative;
      height: 4px;
      width: 100%;
      margin: 2px 0px;
      left: 0px;
      background: #fff;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      transition: all 0.2s; }
  .navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon span:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 5px; }
  .navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon span:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -3px;
    left: 0px; }
  .navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon span:nth-of-type(2) {
    display: none; }
  .navbar-light .navbar-nav .nav-item {
    margin: 0px 17px; }
    .navbar-light .navbar-nav .nav-item:last-child {
      margin-right: 0px; }
    .navbar-light .navbar-nav .nav-item .nav-link {
      font-family: "Lora", sans-serif;
      font-size: 1.6rem;
      color: #fff;
      padding: 30px 5px;
      font-weight: 700; }
    .navbar-light .navbar-nav .nav-item .btn {
      padding: 10px 30px; }
    .navbar-light .navbar-nav .nav-item.dropdown {
      position: static; }
      .navbar-light .navbar-nav .nav-item.dropdown:hover a {
        position: relative; }
        .navbar-light .navbar-nav .nav-item.dropdown:hover a:before {
          content: "";
          position: absolute;
          bottom: 0px;
          width: 100%;
          left: 0px;
          height: 5px;
          background: #D61D7D; }
    .navbar-light .navbar-nav .nav-item .dropdown-menu {
      top: 100%;
      border-radius: 0px;
      margin-top: -1px;
      width: 100%;
      background: #D61D7D;
      padding: 17px 0;
      border: none;
      text-align: center; }
      .navbar-light .navbar-nav .nav-item .dropdown-menu .dropdown-item {
        font-family: "Lora", sans-serif;
        display: inline-block;
        width: auto;
        font-size: 1.6rem;
        font-weight: 700;
        color: #fff;
        background-color: transparent !important; }
        .navbar-light .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
          background-color: transparent !important; }
  .navbar-light .dropdown-toggle::after {
    display: none; }

#hero {
  padding: 130px 0px; }
  #hero .hero-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
  #hero .right {
    width: 330px; }
    #hero .right .thumb {
      width: 330px;
      height: 330px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      object-fit: cover; }
  #hero .left {
    width: calc(100% - 330px);
    padding-right: 50px; }
  #hero p {
    font-size: 1.6rem;
    line-height: 3.1rem; }

.text-box {
  padding: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 100%; }
  .text-box h3 {
    margin-bottom: 25px;
    font-size: 2.5rem;
    text-align: center;
    font-weight: 700; }

.c-list li {
  padding-left: 25px;
  background-image: url(../assets/images/Union.svg);
  background-repeat: no-repeat;
  background-position: left 4px;
  background-size: 15px;
  margin-bottom: 15px; }
  .c-list li:last-child {
    margin-bottom: 0px; }

.image-box {
  margin-bottom: 30px; }
  .image-box img {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }

.appointment p, .appointment address {
  font-weight: 500; }

hr {
  border-top-color: #D61D7D;
  margin: 35px auto; }

.price-box {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 30px;
  padding: 30px 15px; }
  .price-box p {
    margin-bottom: 0px;
    color: #fff; }

.tags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -10px; }
  .tags span {
    display: block;
    width: calc(25% - 20px);
    margin: 10px 10px;
    color: #47225F;
    font-weight: 700;
    background: #DAD3DF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: "Lora", sans-serif;
    text-align: center;
    padding: 10px 15px; }

.border-div {
  padding: 25px 20px;
  border: 1px solid #00A4D8;
  height: calc(100% - 20px);
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .border-div p {
    margin-bottom: 15px;
    font-family: "Lora", sans-serif; }
  .border-div span {
    font-family: "Lora", sans-serif;
    font-size: 1.3rem; }

.row.pad-fix {
  margin: 0px -10px; }
  .row.pad-fix div[class^="col-"] {
    padding: 0px 10px; }

.partners img {
  max-width: 100%;
  margin-right: 15px;
  margin-bottom: 15px; }

.contact-sec {
  position: relative; }
  .contact-sec:before {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    background: #D61D7D;
    top: 0px;
    right: 0px; }
  .contact-sec hr {
    border-top-color: #fff; }
  .contact-sec a[href^="tel:"] {
    text-decoration: none !important; }
  .contact-sec .container {
    position: relative;
    z-index: 9; }
  .contact-sec .contact-left {
    width: 100%;
    max-width: 320px; }
    .contact-sec .contact-left p {
      font-weight: 400;
      line-height: 3rem; }
  .contact-sec .contact-right {
    padding-left: 25px; }

.contact-form .form-group {
  margin-bottom: 15px; }
.contact-form .label {
  display: block;
  color: #fff;
  padding-left: 10px;
  font-size: 1.3rem;
  font-weight: 700;
  font-family: "Raleway", sans-serif; }
.contact-form .form-control {
  height: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none !important;
  box-shadow: none !important; }
.contact-form textarea {
  min-height: 100px;
  max-width: 100%; }

#site-footer {
  padding-top: 25px; }
  #site-footer .f-logo {
    margin-bottom: 15px; }
    #site-footer .f-logo img {
      max-width: 100%; }
  #site-footer p {
    font-weight: 400;
    font-size: 1.1rem; }

.logo-black {
  display: none; }

#about .sec-title + p {
  font-weight: 400; }

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 950px; } }
@media only screen and (max-width: 1600px) {
  .navbar-light .navbar-nav .nav-item {
    margin: 0px 9px; }

  .navbar-light .navbar-nav .nav-item .nav-link,
  .navbar-light .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    font-size: 1.3rem; }

  #hero {
    padding: 80px 0px; } }
@media only screen and (max-width: 1200px) {
  .navbar-light {
    padding: 15px 15px; }
    .navbar-light .navbar-brand img {
      height: 49px; }
    .navbar-light.in {
      background-color: #fff !important; }
      .navbar-light.in .logo-white {
        display: none; }
      .navbar-light.in .logo-black {
        display: block; }
      .navbar-light.in .navbar-toggler-icon span {
        background: #47225F; }

  .navbar-nav .dropdown-menu {
    position: static;
    float: none;
    padding: 0px;
    background: transparent;
    border-color: transparent; }

  div#navbarSupportedContent {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0px;
    z-index: 999999;
    background: #fff; }

  .navbar-light .navbar-nav .nav-link {
    padding-left: 15px;
    padding-right: 15px; }

  .navbar-light .navbar-nav .nav-item {
    width: 100%;
    padding: 5px 25px; }
    .navbar-light .navbar-nav .nav-item .nav-link {
      background-color: #47225F;
      display: block;
      text-align: center;
      font-size: 1.4rem;
      padding: 7px 10px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      border-color: #47225F; }

  .navbar-light .navbar-nav .nav-item .dropdown-menu {
    margin-top: 10px;
    background: #fff;
    padding: 0px;
    width: 100%;
    display: block;
    margin-bottom: 0px; }
    .navbar-light .navbar-nav .nav-item .dropdown-menu .dropdown-item {
      display: block;
      width: 100%;
      background-color: #D61D7D !important;
      text-align: center;
      padding: 7px 10px;
      font-size: 1.4rem;
      margin-bottom: 10px;
      border-radius: 5px !important; }
      .navbar-light .navbar-nav .nav-item .dropdown-menu .dropdown-item:before {
        display: none; }
      .navbar-light .navbar-nav .nav-item .dropdown-menu .dropdown-item:last-child {
        margin-bottom: 0px; }
      .navbar-light .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
        background-color: #D61D7D;
        color: #fff;
        border: none; }
        .navbar-light .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover:before {
          display: none; }

  .navbar-light .navbar-nav .nav-item:last-child {
    margin-right: auto;
    margin-left: auto; }

  .navbar-light .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #d61d7d !important; }

  div#navbarSupportedContent {
    overflow-y: auto;
    height: calc(100vh - 85px); } }
@media only screen and (max-width: 992px) {
  #hero .hero-content {
    -webkit-align-items: flex-start;
    align-items: flex-start; }
  #hero .left {
    width: calc(100% - 200px); }
  #hero .right {
    width: 200px; }
    #hero .right .thumb {
      width: 200px;
      height: 200px; }

  .contact-form .btn {
    width: 100%; }

  html {
    overflow-x: hidden; } }
@media only screen and (max-width: 767px) {
  .navbar-light {
    padding: 5px 15px; }

  #hero {
    padding: 45px 0px; }

  .navbar-light .navbar-brand img {
    height: 44px; }

  #hero .right .thumb {
    width: 130px;
    height: 130px; }

  #hero .right {
    width: 130px; }

  #hero .left {
    width: calc(100% - 130px); }

  h1 {
    font-size: 2.8rem; }

  #hero p {
    font-size: 1.4rem;
    width: 280px; }

  #hero .btns {
    width: 280px; }

  .btns .btn {
    margin-bottom: 10px; }

  .sec-pad {
    padding: 30px 0px; }

  .sec-title {
    font-size: 2.8rem; }
    .sec-title span {
      display: block;
      font-size: 1.4rem; }

  p {
    font-size: 1.4rem; }

  li, .form-control, address {
    font-size: 1.4rem; }

  .text-box h3 {
    font-size: 2.2rem; }

  .text-box {
    height: auto;
    margin-bottom: 30px; }

  h3 {
    font-size: 1.8rem; }

  h4 {
    font-size: 1.6rem; }

  .btn {
    font-size: 1.4rem;
    padding: 10px 24px; }

  .tags span {
    width: calc(50% - 20px);
    font-size: 1.4rem;
    padding: 10px 10px; }

  .border-div p {
    font-size: 1.5rem; }

  .contact-sec {
    padding-bottom: 0px; }
    .contact-sec:before {
      display: none; }

  .contact-sec .contact-left {
    padding-bottom: 20px; }

  .contact-sec .contact-right {
    padding-top: 30px;
    background: #D61D7D;
    padding-right: 20px;
    padding-left: 20px;
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 20px; }

  .c-captcha {
    text-align: center; }

  div#navbarSupportedContent {
    height: calc(100vh - 60px); } }
@media only screen and (max-width: 360px) {
  h1 {
    font-size: 2.2rem; }

  h1 span {
    font-size: 1.6rem; } }

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