@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-40%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

* {
  font-family: 'Maven Pro', sans-serif; }

.blog-content {
  margin: 60px 0; }

.admin-bar {
  padding-top: 30px; }
  .admin-bar .nav {
    top: 30px !important; }

h1 {
  font-size: 56px;
  font-weight: 600;
  margin-top: 60px; }
  @media only screen and (max-width: 1200px) {
    h1 {
      font-size: 44px;
      margin-bottom: 45px;
      margin-top: 15px; } }
  @media only screen and (max-width: 768px) {
    h1 {
      font-size: 28px;
      margin-bottom: 0px; } }

h2 {
  font-size: 38px; }
  @media only screen and (max-width: 1200px) {
    h2 {
      font-size: 28px; } }
  @media only screen and (max-width: 768px) {
    h2 {
      font-size: 24px; } }

h3 {
  font-size: 52px;
  margin-bottom: 15px;
  font-weight: 500; }
  h3 span {
    color: #E553AD; }
  @media only screen and (max-width: 1200px) {
    h3 {
      font-size: 36px; } }

@media only screen and (max-width: 1000px) {
  .page-id-137 .header .svg-container .svg2 {
    width: 130% !important; } }

.container-slim {
  max-width: 840px; }

img {
  max-width: 100%; }

p {
  font-size: 19px; }

a {
  transition: color 0.3s ease; }
  a:hover {
    color: #E553AD; }

@media only screen and (min-width: 1200px) {
  .container-fluid {
    --bs-gutter-x: 8rem; }
    .container-fluid.max {
      padding: 0; }
    .container-fluid.max-right {
      padding-right: 0; }
    .container-fluid.max-left {
      padding-left: 0; } }

.btn {
  border-radius: 90px;
  border: 0;
  font-size: 17px;
  font-weight: 600;
  padding: 20px 45px; }

.btn-primary {
  background-color: #E553AD;
  text-transform: uppercase;
  color: #FFF; }
  .btn-primary:hover, .btn-primary:active {
    background-color: #de2798 !important; }

.btn-secondary {
  background-color: #fff;
  text-transform: uppercase;
  color: #E553AD; }
  .btn-secondary:hover, .btn-secondary:active {
    background-color: #e6e6e6 !important;
    color: #de2798 !important; }

.container.slim {
  max-width: 980px; }

.fade-in {
  opacity: 0;
  transition: opacity 2s ease; }

.padded-container {
  padding: 0 120px; }
  @media only screen and (max-width: 1200px) {
    .padded-container {
      padding: 0 30px; } }

.svg-container {
  position: relative;
  min-height: 600px; }
  .svg-container .svg1,
  .svg-container .svg2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    max-width: none;
    width: 100%; }
  .svg-container .svg1 {
    height: 100%; }
  .svg-container .svg2 {
    height: 100%; }
  @media only screen and (max-width: 768px) {
    .svg-container {
      min-height: 390px; } }
  @media only screen and (max-width: 1200px) {
    .svg-container {
      min-height: 450px; } }

.nav {
  background-color: #fffafc;
  padding-top: 60px; }
  @media only screen and (max-width: 768px) {
    .nav {
      padding-top: 30px; } }
  .nav .logo {
    height: 85px;
    transition: height 0.3s ease-in-out; }
    @media only screen and (max-width: 768px) {
      .nav .logo {
        height: 45px; } }
  .nav .navbar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block; }
    .nav .navbar-nav > li {
      position: relative;
      display: inline-block;
      margin-left: 30px; }
      .nav .navbar-nav > li a {
        text-transform: uppercase;
        color: #000;
        font-size: 16px;
        text-decoration: none;
        font-weight: 600; }
        .nav .navbar-nav > li a:hover {
          color: #E553AD; }
      .nav .navbar-nav > li .sub-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 9999;
        background-color: #fff;
        border-radius: 5px;
        padding: 15px 0;
        border-radius: 10px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        /* Show sub-sub-menu on hover */ }
        .nav .navbar-nav > li .sub-menu li {
          display: block;
          padding: 5px;
          position: relative; }
          .nav .navbar-nav > li .sub-menu li a {
            padding: 10px 30px; }
            .nav .navbar-nav > li .sub-menu li a:hover {
              background: #f6f6f6; }
          .nav .navbar-nav > li .sub-menu li .sub-menu {
            position: absolute;
            top: 0;
            left: 100%;
            /* Position to the right of the sub-menu */
            display: none; }
            .nav .navbar-nav > li .sub-menu li .sub-menu li {
              margin-right: 0;
              margin-bottom: 0; }
              .nav .navbar-nav > li .sub-menu li .sub-menu li a {
                font-size: 16px; }
          .nav .navbar-nav > li .sub-menu li:hover .sub-menu {
            display: block; }
        .nav .navbar-nav > li .sub-menu:hover .sub-menu .sub-menu {
          display: block;
          top: 0;
          left: 100%; }
      .nav .navbar-nav > li:hover .sub-menu {
        display: block; }
  .nav .navbar-toggler {
    font-size: 40px; }
  .nav #mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
    background: #efefef;
    z-index: 100;
    overflow-y: scroll; }
    .nav #mobile-menu.navbar-collapse {
      max-height: 1000px;
      transform: translateX(100%);
      transition: transform 0.3s ease-in-out;
      background-color: #ffffff;
      padding: 15px; }
      .nav #mobile-menu.navbar-collapse.show {
        transform: translateX(0); }
    .nav #mobile-menu .navbar-toggler {
      margin: 30px; }
    .nav #mobile-menu .navbar-nav {
      display: flex;
      justify-content: center;
      height: 100%; }
    .nav #mobile-menu ul li {
      display: block;
      margin-right: 30px;
      margin-bottom: 15px; }
      .nav #mobile-menu ul li .sub-menu {
        position: relative;
        top: 0;
        width: 100%;
        display: none;
        box-shadow: none;
        padding: 0; }
        .nav #mobile-menu ul li .sub-menu li {
          margin-right: 0;
          margin-bottom: 0; }
          .nav #mobile-menu ul li .sub-menu li .sub-menu {
            left: 0; }
          .nav #mobile-menu ul li .sub-menu li a {
            font-size: 16px;
            padding: 10px 0; }
      .nav #mobile-menu ul li a {
        font-size: 20px; }
      .nav #mobile-menu ul li .chevron {
        padding-left: 15px; }
      .nav #mobile-menu ul li .chevron-down {
        display: none; }

.fixed-nav {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: top 0.3s ease-in-out; }

body.scrolled .fixed-nav {
  top: -60px;
  top: 0;
  padding-bottom: 15px;
  padding-top: 15px; }
  body.scrolled .fixed-nav .logo {
    height: 45px; }

.header {
  background-color: #fffafc;
  overflow: hidden;
  padding-top: 215px; }
  .header h2 {
    color: #E553AD; }
  .header .btn {
    margin-top: 60px; }
  @media only screen and (max-width: 768px) {
    .header .btn {
      margin-bottom: 60px; } }

.page-template-default .header .svg-container {
  min-height: 400px; }
  .page-template-default .header .svg-container .svg2 {
    height: 125%;
    margin-top: -55px; }

.home .header .svg-container {
  min-height: 650px; }
  .home .header .svg-container .svg1 {
    height: 110%;
    width: 110%; }

@media only screen and (max-width: 568px) {
  .page-id-186 .svg-container .svg2 {
    height: 160% !important;
    margin-left: -15%;
    width: 140%; } }

@media only screen and (max-width: 480px) {
  .page-id-186 .svg-container .svg2 {
    height: 160% !important;
    margin-left: -30%;
    width: 160%; } }

@media only screen and (max-width: 568px) {
  .page-id-137 .header .col-md-7 {
    position: relative;
    height: 250px;
    padding: 0; }
    .page-id-137 .header .col-md-7 .page-template-default .header .svg-container {
      min-height: 210px; }
    .page-id-137 .header .col-md-7 .page-template-default .header .svg-container .svg2 {
      margin-top: -10px;
      margin-bottom: -70px; } }

@media only screen and (max-width: 768px) {
  .header {
    padding-top: 60px; }
    .header .svg-container {
      margin-top: 45px; }
    .header .btn {
      margin-top: 15px; }
  .home .header .svg-container {
    min-height: 300px; } }

.half {
  overflow-x: hidden; }
  .half .icon {
    margin-bottom: 15px; }
  .half.padded {
    padding: 120px 0; }
  .half .ticked-list {
    height: 100%; }
    .half .ticked-list p {
      line-height: 36px;
      margin-bottom: 15px; }
  .half .btn {
    margin-bottom: 30px; }
  .half .svg-container {
    overflow: hidden;
    margin-top: 120px;
    width: 100%; }
    .half .svg-container.right .svg1, .half .svg-container.right .svg2 {
      right: 60px;
      left: auto; }
    .half .svg-container .svg1, .half .svg-container .svg2 {
      height: 130%; }
    .half .svg-container .svg2 {
      max-width: 100%; }
  .half .vertical-padding {
    padding: 90px 0; }
  @media only screen and (min-width: 1200px) {
    .half .text-right {
      padding: 30px 120px 0 60px; }
    .half .text-left {
      padding: 30px 60px 0 120px; } }
  @media only screen and (max-width: 768px) {
    .half .text-right, .half .text-left {
      margin: 30px 0;
      padding: 0 1.5rem; }
    .half .svg-container {
      margin-top: 0; }
    .half .container-fluid {
      --bs-gutter-x: 0; }
    .half.padded {
      padding: 30px 0; }
    .half .vertical-padding {
      padding: 0; } }

.numbered-images {
  background-color: #F5F5F7;
  padding: 90px 0; }
  .numbered-images .row > div {
    position: relative; }
  .numbered-images h2 {
    margin-bottom: 60px; }
  .numbered-images .text {
    padding-left: 90px; }
    .numbered-images .text h3 {
      padding: 0 40px; }
  .numbered-images .number-circle {
    font-weight: 600;
    position: absolute;
    top: 10%;
    left: 5%;
    border: 4px solid #E553AD;
    color: #E553AD;
    width: 110px;
    height: 110px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    font-size: 46px; }
  .numbered-images .arrow {
    max-width: 150px;
    position: absolute;
    bottom: -80px; }
    .numbered-images .arrow.arrow-left {
      left: -10px; }
    .numbered-images .arrow.arrow-right {
      right: -10px; }
  @media only screen and (max-width: 1200px) {
    .numbered-images .number-circle {
      width: 80px;
      height: 80px;
      font-size: 30px; }
    .numbered-images .text {
      padding-left: 0; } }
  @media only screen and (max-width: 768px) {
    .numbered-images .text {
      margin-top: 30px; } }

.blocks {
  margin: 60px 0; }
  .blocks .row > div {
    margin-bottom: 1.5rem; }
  .blocks .mobile-header {
    background: #fff;
    margin-bottom: -15px;
    z-index: 1000;
    position: relative;
    border-radius: 15px 15px 0px 0px;
    padding: 30px; }
    .blocks .mobile-header .btn {
      font-size: 15px;
      padding: 15px 35px; }
  .blocks .background {
    border-radius: 10px;
    min-height: 530px;
    background-position: center;
    background-size: cover;
    padding: 60px; }
    .blocks .background p {
      color: #E553AD;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 14px; }
    .blocks .background:hover {
      cursor: pointer; }
      .blocks .background:hover .btn {
        display: block !important; }
    @media only screen and (max-width: 360px) {
      .blocks .background {
        min-height: 350px; } }
  @media only screen and (max-width: 768px) {
    .blocks {
      background: #F9F9F9;
      padding: 40px 5.5%;
      margin: 0; }
      .blocks .container-fluid {
        --bs-gutter-x: 0rem; }
      .blocks .background {
        border-radius: 10px;
        min-height: 250px;
        background-position: center;
        background-size: cover;
        padding: 60px;
        margin-bottom: 30px; } }

footer .top {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 70px 0; }

footer .map-link {
  color: #75B5C7;
  font-weight: 500;
  text-decoration: none; }

footer .bottom {
  padding: 30px 0; }

footer .spacer {
  min-height: 35px; }

footer .small {
  font-size: 17px; }

footer .title {
  font-size: 13px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  font-weight: 700;
  color: #E553AD; }

footer a {
  text-decoration: none;
  color: #000; }

footer ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  footer ul li {
    font-size: 17px; }

@media only screen and (max-width: 768px) {
  footer {
    text-align: center; }
    footer .logo {
      max-height: 45px; } }

@media only screen and (max-width: 1510px) {
  footer p {
    font-size: 16px; } }

.thirds {
  padding: 120px 0; }
  .thirds h2 {
    font-size: 44px;
    margin-bottom: 120px; }
    @media only screen and (max-width: 768px) {
      .thirds h2 {
        font-size: 36px;
        margin-bottom: 30px; } }
  .thirds h3 {
    font-size: 35px; }
    @media only screen and (max-width: 768px) {
      .thirds h3 {
        font-size: 30px; } }
  .thirds .thirds-btn {
    padding: 10px 30px; }
  .thirds .col-lg-4 {
    margin-bottom: 60px; }
  .thirds .icon {
    height: 80px;
    margin-bottom: 15px; }
  .thirds ul {
    list-style: none;
    padding: 0; }
    .thirds ul li::before {
      content: "\25BA";
      display: inline-block;
      margin-right: 15px;
      font-size: 10px; }
  @media only screen and (max-width: 768px) {
    .thirds {
      padding: 30px 0; } }

.cta {
  background: linear-gradient(132deg, #E553AD 27.33%, #719ABE 73.81%);
  padding: 120px 0;
  color: #fff; }
  .cta h2 {
    font-size: 56px; }
    @media only screen and (max-width: 768px) {
      .cta h2 {
        font-size: 38px; } }
  .cta p {
    font-size: 19px;
    line-height: 36px; }
  @media only screen and (max-width: 768px) {
    .cta {
      padding: 60px 0; } }

.team-member {
  padding: 120px 0; }
  .team-member h2 {
    font-size: 44px; }
    @media only screen and (max-width: 768px) {
      .team-member h2 {
        font-size: 36px; } }
  .team-member h3 {
    font-size: 27px;
    color: #E553AD; }
  @media only screen and (max-width: 768px) {
    .team-member {
      text-align: center;
      padding: 30px 0; } }

.center-text {
  padding: 120px 0; }
  .center-text img {
    height: 40px;
    margin-bottom: 30px; }
  .center-text .main p {
    font-size: 35px;
    line-height: 51px; }
  @media only screen and (max-width: 768px) {
    .center-text .main {
      padding: 0 15px; }
      .center-text .main p {
        font-size: 26px;
        line-height: 36px; } }
  .center-text span {
    color: #E553AD; }
  @media only screen and (max-width: 768px) {
    .center-text .carousel-inner {
      padding: 0 30px; } }
  @media only screen and (min-width: 768px) {
    .center-text .carousel-control-prev {
      left: -75px; }
    .center-text .carousel-control-next {
      right: -75px; } }
  @media only screen and (max-width: 768px) {
    .center-text {
      padding: 60px 0; } }
  .center-text .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e"); }
  .center-text .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }

.contact {
  padding: 120px 0; }
  .contact form .form-control {
    border-radius: 6px;
    background: #F5F5F7;
    border: 0;
    padding: 15px 30px;
    height: 65px; }
  .contact form .wpcf7-spinner {
    float: left;
    margin-right: 5px; }
  .contact form textarea.form-control {
    height: 160px; }
  @media only screen and (max-width: 768px) {
    .contact {
      padding: 0 15px; } }

section.blog {
  padding: 120px 0; }
  section.blog .thumbnail {
    width: 100%; }
  section.blog .content {
    padding: 60px;
    background: #F5F5F7; }
    section.blog .content h2 {
      margin-bottom: 0;
      min-height: 92px; }
  section.blog .date {
    margin-bottom: 15px; }
