@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoons/icomoon.eot");
  src: url("../fonts/icomoons/icomoon.eot?pr359g#iefix") format("embedded-opentype"), url("../fonts/icomoons/icomoon.ttf?pr359g") format("truetype"), url("../fonts/icomoons/icomoon.woff?pr359g") format("woff"), url("../fonts/icomoons/icomoon.svg?pr359g#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-youtube:before {
  content: "\e900";
}

.icon-arow-down:before {
  content: "\e901";
  color: #d35a5a;
}

.icon-arrow-down:before {
  content: "\e902";
  color: #fff;
}

.icon-arrow-right:before {
  content: "\e903";
  color: #fff;
}

.icon-arrow-up:before {
  content: "\e904";
  color: #79d35a;
}

.icon-call:before {
  content: "\e905";
}

.icon-email:before {
  content: "\e906";
}

.icon-facebook .path1:before {
  content: "\e907";
  color: #333333;
  opacity: 0.4;
}

.icon-facebook .path2:before {
  content: "\e908";
  margin-left: -1em;
  color: white;
  opacity: 0.4;
}

.icon-instagram:before {
  content: "\e909";
}

.icon-location:before {
  content: "\e90a";
}

.icon-map:before {
  content: "\e90b";
}

.icon-twitter:before {
  content: "\e90c";
}

.icon-linkedin:before {
  content: "\e90c";
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoons/icomoon.eot");
  src: url("../fonts/icomoons/icomoon.eot?pr359g#iefix") format("embedded-opentype"), url("../fonts/icomoons/icomoon.ttf?pr359g") format("truetype"), url("../fonts/icomoons/icomoon.woff?pr359g") format("woff"), url("../fonts/icomoons/icomoon.svg?pr359g#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-youtube:before {
  content: "\e900";
}

.icon-arow-down:before {
  content: "\e901";
  color: #d35a5a;
}

.icon-arrow-down:before {
  content: "\e902";
  color: #fff;
}

.icon-arrow-right:before {
  content: "\e903";
  color: #fff;
}

.icon-arrow-up:before {
  content: "\e904";
  color: #79d35a;
}

.icon-call:before {
  content: "\e905";
}

.icon-email:before {
  content: "\e906";
}

.icon-facebook .path1:before {
  content: "\e907";
  color: #333333;
  opacity: 0.4;
}

.icon-facebook .path2:before {
  content: "\e908";
  margin-left: -1em;
  color: white;
  opacity: 0.4;
}

.icon-instagram:before {
  content: "\e909";
}

.icon-location:before {
  content: "\e90a";
}

.icon-map:before {
  content: "\e90b";
}

.icon-twitter:before {
  content: "\e90c";
}

.icon-linkedin:before {
  content: "\e90c";
}

.navbar {
  padding: 10px;
  width: 100%;
  height: 75px;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  /* animation magic */
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media (min-width: 992px) {
  .navbar {
    padding: 0;
    height: 90px;
  }
}

.navbar.shrink {
  z-index: 100000;
  height: 70px;
  -webkit-box-shadow: 0 2px 16px 0 rgba(24, 24, 24, 0.24);
          box-shadow: 0 2px 16px 0 rgba(24, 24, 24, 0.24);
}

@media (min-width: 992px) {
  .navbar.shrink .navbar-nav .nav-link {
    height: 69px;
  }
}

.navbar.shrink .navbar-brand .header-logo {
  max-width: 150px;
}

.navbar .navbar-collapse {
  z-index: 9;
}

@media (min-width: 992px) {
  .navbar .navbar-collapse {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.navbar .navbar-nav {
  padding: 0;
  height: 100vh;
  margin-top: 8px;
  background-color: #fff;
  border-top: 1px solid rgba(235, 238, 255, 0.2);
  -webkit-box-shadow: 0 2px 16px 0 rgba(24, 24, 24, 0.24);
          box-shadow: 0 2px 16px 0 rgba(24, 24, 24, 0.24);
}

@media (min-width: 992px) {
  .navbar .navbar-nav {
    margin-top: 0;
    height: inherit;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-top: none;
  }
}

.navbar .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0;
}

.navbar .navbar-nav .nav-link {
  padding: 20px 15px;
  font-size: 15px;
  line-height: 14px;
  color: #5C687D;
  font-family: "montserratregular";
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}

@media (min-width: 992px) {
  .navbar .navbar-nav .nav-link {
    padding: 0 10px;
    height: 89px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1200px) {
  .navbar .navbar-nav .nav-link {
    padding: 0 13px;
  }
}

.navbar .navbar-nav .nav-link:focus, .navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
  color: #fff;
  background: #B73D91;
}

@media (min-width: 992px) {
  .navbar .navbar-nav .nav-link:focus, .navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
    font-weight: bold;
    color: #B73D91;
    background: #fff;
  }
}

.navbar .navbar-brand {
  font-size: inherit;
  padding: 0;
  margin: 0;
}

@media (max-width: 991.98px) {
  .navbar .navbar-brand .header-logo {
    max-width: 150px;
  }
}

.navbar .navbar-brand .header-heart {
  border-left: 2px solid #D9D9D9;
  padding-left: 7px;
  margin-left: 7px;
}

.navbar .navbar-brand .header-heart p {
  font-family: "montserratregular";
  font-weight: normal;
  font-size: 8px;
  line-height: 8px;
  color: #000000;
  margin: 0;
  max-width: 100px;
  white-space: normal;
  padding-left: 10px;
}

.navbar .icon-logo {
  font-size: 35px;
}

@media (min-width: 992px) {
  .navbar .icon-logo {
    font-size: 42px;
  }
}

.navbar .icon-logo:before {
  color: #0a1132;
}

.navbar .navbar-toggler {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  padding: 0;
  border-color: transparent;
}

@media (min-width: 992px) {
  .navbar .navbar-toggler {
    display: none;
  }
}

.navbar .navbar-toggler:focus {
  outline: none;
}

.navbar .navbar-toggler .navbar-toggler-icon {
  display: none;
}

.navbar .navbar-toggler span {
  width: 32px;
  height: 3px;
  margin-bottom: 6px;
  background-color: #B73D91;
  border-radius: 12px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 1;
}

.navbar .navbar-toggler span:nth-child(1) {
  -webkit-transition: -webkit-transform .35s ease-in-out;
  transition: -webkit-transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

.navbar .navbar-toggler span:nth-child(2) {
  width: 22px;
}

.navbar .navbar-toggler span:nth-child(3) {
  margin-bottom: 0;
  -webkit-transition: -webkit-transform .35s ease-in-out;
  transition: -webkit-transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

.navbar .navbar-toggler[aria-expanded="true"] span:nth-child(1) {
  margin-top: 0px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  opacity: 0.9;
}

.navbar .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}

.navbar .navbar-toggler[aria-expanded="true"] span:nth-child(3) {
  margin-top: -27px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  opacity: 0.9;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoons/icomoon.eot");
  src: url("../fonts/icomoons/icomoon.eot?pr359g#iefix") format("embedded-opentype"), url("../fonts/icomoons/icomoon.ttf?pr359g") format("truetype"), url("../fonts/icomoons/icomoon.woff?pr359g") format("woff"), url("../fonts/icomoons/icomoon.svg?pr359g#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-youtube:before {
  content: "\e900";
}

.icon-arow-down:before {
  content: "\e901";
  color: #d35a5a;
}

.icon-arrow-down:before {
  content: "\e902";
  color: #fff;
}

.icon-arrow-right:before {
  content: "\e903";
  color: #fff;
}

.icon-arrow-up:before {
  content: "\e904";
  color: #79d35a;
}

.icon-call:before {
  content: "\e905";
}

.icon-email:before {
  content: "\e906";
}

.icon-facebook .path1:before {
  content: "\e907";
  color: #333333;
  opacity: 0.4;
}

.icon-facebook .path2:before {
  content: "\e908";
  margin-left: -1em;
  color: white;
  opacity: 0.4;
}

.icon-instagram:before {
  content: "\e909";
}

.icon-location:before {
  content: "\e90a";
}

.icon-map:before {
  content: "\e90b";
}

.icon-twitter:before {
  content: "\e90c";
}

.icon-linkedin:before {
  content: "\e90c";
}

.footer {
  background: #F9F9F9;
}

.footer-top {
  padding-top: 24px;
  padding-bottom: 40px;
}

.footer-top img {
  margin-bottom: 15px;
}

.footer-top h3 {
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  font-family: "montserratbold";
  margin-bottom: 20px;
  padding-top: 40px;
}

@media (min-width: 768px) {
  .footer-top h3 {
    padding-top: 0;
  }
}

.footer-top p,
.footer-top a {
  font-size: 14px;
  line-height: 26px;
  color: #6F6F6F;
  font-family: "montserratregular";
}

.footer-top .footer-info {
  padding-top: 40px;
}

@media (min-width: 768px) {
  .footer-top .footer-info {
    padding-top: 50px;
  }
}

.footer-top .footer-info li:last-child a {
  padding-bottom: 0;
}

.footer-top .footer-info li a {
  padding-bottom: 20px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.7);
}

.footer-top .footer-info li a i {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
  padding-right: 15px;
}

.footer-top .input-group input {
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  height: 45px;
  font-size: 14px;
  line-height: 22px;
  font-family: "montserratregular";
  color: rgba(187, 187, 187, 0.9);
}

.footer-top .input-group input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 22px;
  font-family: "montserratregular";
  color: rgba(187, 187, 187, 0.9);
}

.footer-top .input-group input:-ms-input-placeholder {
  font-size: 14px;
  line-height: 22px;
  font-family: "montserratregular";
  color: rgba(187, 187, 187, 0.9);
}

.footer-top .input-group input::-ms-input-placeholder {
  font-size: 14px;
  line-height: 22px;
  font-family: "montserratregular";
  color: rgba(187, 187, 187, 0.9);
}

.footer-top .input-group input::placeholder {
  font-size: 14px;
  line-height: 22px;
  font-family: "montserratregular";
  color: rgba(187, 187, 187, 0.9);
}

.footer-top .input-group .input-group-append .btn {
  background: #B73D91;
  border-radius: 0px 3px 3px 0px;
  font-size: 14px;
  line-height: 22px;
  font-family: "montserratregular";
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgba(255, 255, 255, 0.9);
}

.footer-top .social-links {
  padding-top: 10px;
}

.footer-top .social-links a {
  display: block;
  padding-right: 25px;
}

.footer-top .social-links a span,
.footer-top .social-links a i {
  font-size: 18px;
}

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

.footer-bottom p {
  font-size: 12px;
  line-height: 11px;
  font-family: "montserratregular";
  color: rgba(0, 0, 0, 0.7);
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoons/icomoon.eot");
  src: url("../fonts/icomoons/icomoon.eot?pr359g#iefix") format("embedded-opentype"), url("../fonts/icomoons/icomoon.ttf?pr359g") format("truetype"), url("../fonts/icomoons/icomoon.woff?pr359g") format("woff"), url("../fonts/icomoons/icomoon.svg?pr359g#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-youtube:before {
  content: "\e900";
}

.icon-arow-down:before {
  content: "\e901";
  color: #d35a5a;
}

.icon-arrow-down:before {
  content: "\e902";
  color: #fff;
}

.icon-arrow-right:before {
  content: "\e903";
  color: #fff;
}

.icon-arrow-up:before {
  content: "\e904";
  color: #79d35a;
}

.icon-call:before {
  content: "\e905";
}

.icon-email:before {
  content: "\e906";
}

.icon-facebook .path1:before {
  content: "\e907";
  color: #333333;
  opacity: 0.4;
}

.icon-facebook .path2:before {
  content: "\e908";
  margin-left: -1em;
  color: white;
  opacity: 0.4;
}

.icon-instagram:before {
  content: "\e909";
}

.icon-location:before {
  content: "\e90a";
}

.icon-map:before {
  content: "\e90b";
}

.icon-twitter:before {
  content: "\e90c";
}

.icon-linkedin:before {
  content: "\e90c";
}

@font-face {
  font-family: 'Neue-Black';
  src: url("../fonts/webfonts/NeueHaasDisplay-Black.eot");
  src: url("../fonts/webfonts/NeueHaasDisplay-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/NeueHaasDisplay-Black.woff2") format("woff2"), url("../fonts/webfonts/NeueHaasDisplay-Black.woff") format("woff"), url("../fonts/webfonts/NeueHaasDisplay-Black.ttf") format("truetype"), url("../fonts/webfonts/NeueHaasDisplay-Black.svg#NeueHaasDisplay-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neue-Light';
  src: url("../fonts/webfonts/NeueHaasDisplay-Light.eot");
  src: url("../fonts/webfonts/NeueHaasDisplay-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/NeueHaasDisplay-Light.woff2") format("woff2"), url("../fonts/webfonts/NeueHaasDisplay-Light.woff") format("woff"), url("../fonts/webfonts/NeueHaasDisplay-Light.ttf") format("truetype"), url("../fonts/webfonts/NeueHaasDisplay-Light.svg#NeueHaasDisplay-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neue-Bold';
  src: url("../fonts/webfonts/NeueHaasDisplay-Bold.eot");
  src: url("../fonts/webfonts/NeueHaasDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/NeueHaasDisplay-Bold.woff2") format("woff2"), url("../fonts/webfonts/NeueHaasDisplay-Bold.woff") format("woff"), url("../fonts/webfonts/NeueHaasDisplay-Bold.ttf") format("truetype"), url("../fonts/webfonts/NeueHaasDisplay-Bold.svg#NeueHaasDisplay-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neue-SemiBold';
  src: url("../fonts/webfonts/NeueHaasDisplay-Roman.eot");
  src: url("../fonts/webfonts/NeueHaasDisplay-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/NeueHaasDisplay-Roman.woff2") format("woff2"), url("../fonts/webfonts/NeueHaasDisplay-Roman.woff") format("woff"), url("../fonts/webfonts/NeueHaasDisplay-Roman.ttf") format("truetype"), url("../fonts/webfonts/NeueHaasDisplay-Roman.svg#NeueHaasDisplay-Roman") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neue-Normal';
  src: url("../fonts/webfonts/NeueHaasDisplay-Mediu.eot");
  src: url("../fonts/webfonts/NeueHaasDisplay-Mediu.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/NeueHaasDisplay-Mediu.woff2") format("woff2"), url("../fonts/webfonts/NeueHaasDisplay-Mediu.woff") format("woff"), url("../fonts/webfonts/NeueHaasDisplay-Mediu.ttf") format("truetype"), url("../fonts/webfonts/NeueHaasDisplay-Mediu.svg#NeueHaasDisplay-Mediu") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham-Normal';
  src: url("../fonts/webfonts/Gotham-Book.eot");
  src: url("../fonts/webfonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/Gotham-Book.woff2") format("woff2"), url("../fonts/webfonts/Gotham-Book.woff") format("woff"), url("../fonts/webfonts/Gotham-Book.ttf") format("truetype"), url("../fonts/webfonts/Gotham-Book.svg#Gotham-Book") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham-Bold';
  src: url("../fonts/webfonts/Gotham-Bold.eot");
  src: url("../fonts/webfonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/webfonts/Gotham-Bold.woff") format("woff"), url("../fonts/webfonts/Gotham-Bold.ttf") format("truetype"), url("../fonts/webfonts/Gotham-Bold.svg#Gotham-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/webfonts/Gotham-Bold_1.eot");
  src: url("../fonts/webfonts/Gotham-Bold_1.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/Gotham-Bold_1.woff2") format("woff2"), url("../fonts/webfonts/Gotham-Bold_1.woff") format("woff"), url("../fonts/webfonts/Gotham-Bold_1.ttf") format("truetype"), url("../fonts/webfonts/Gotham-Bold_1.svg#Gotham-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham-Semibold';
  src: url("../fonts/webfonts/Gotham-Black.eot");
  src: url("../fonts/webfonts/Gotham-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/Gotham-Black.woff2") format("woff2"), url("../fonts/webfonts/Gotham-Black.woff") format("woff"), url("../fonts/webfonts/Gotham-Black.ttf") format("truetype"), url("../fonts/webfonts/Gotham-Black.svg#Gotham-Black") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham-Light';
  src: url("../fonts/webfonts/Gotham-Light.eot");
  src: url("../fonts/webfonts/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/Gotham-Light.woff2") format("woff2"), url("../fonts/webfonts/Gotham-Light.woff") format("woff"), url("../fonts/webfonts/Gotham-Light.ttf") format("truetype"), url("../fonts/webfonts/Gotham-Light.svg#Gotham-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on May 23, 2021 */
@font-face {
  font-family: 'montserratbold';
  src: url("../fonts/webfonts/montserrat-bold-webfont.woff2") format("woff2"), url("../fonts/webfonts/montserrat-bold-webfont.woff") format("woff"), url("../fonts/webfonts/montserrat-bold-webfont.ttf") format("truetype"), url("../fonts/webfonts/montserrat-bold-webfont.svg#montserratbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'montserratlight';
  src: url("../fonts/webfonts/montserrat-light-webfont.woff2") format("woff2"), url("../fonts/webfonts/montserrat-light-webfont.woff") format("woff"), url("../fonts/webfonts/montserrat-light-webfont.ttf") format("truetype"), url("../fonts/webfonts/montserrat-light-webfont.svg#montserratlight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'montserratmedium';
  src: url("../fonts/webfonts/montserrat-medium-webfont.woff2") format("woff2"), url("../fonts/webfonts/montserrat-medium-webfont.woff") format("woff"), url("../fonts/webfonts/montserrat-medium-webfont.ttf") format("truetype"), url("../fonts/webfonts/montserrat-medium-webfont.svg#montserratmedium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'montserratregular';
  src: url("../fonts/webfonts/montserrat-regular-webfont.woff2") format("woff2"), url("../fonts/webfonts/montserrat-regular-webfont.woff") format("woff"), url("../fonts/webfonts/montserrat-regular-webfont.ttf") format("truetype"), url("../fonts/webfonts/montserrat-regular-webfont.svg#montserratregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'montserratsemibold';
  src: url("../fonts/webfonts/montserrat-semibold-webfont.woff2") format("woff2"), url("../fonts/webfonts/montserrat-semibold-webfont.woff") format("woff"), url("../fonts/webfonts/montserrat-semibold-webfont.ttf") format("truetype"), url("../fonts/webfonts/montserrat-semibold-webfont.svg#montserratsemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'montserratthin';
  src: url("../fonts/webfonts/montserrat-thin-webfont.woff2") format("woff2"), url("../fonts/webfonts/montserrat-thin-webfont.woff") format("woff"), url("../fonts/webfonts/montserrat-thin-webfont.ttf") format("truetype"), url("../fonts/webfonts/montserrat-thin-webfont.svg#montserratthin") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoons/icomoon.eot");
  src: url("../fonts/icomoons/icomoon.eot?pr359g#iefix") format("embedded-opentype"), url("../fonts/icomoons/icomoon.ttf?pr359g") format("truetype"), url("../fonts/icomoons/icomoon.woff?pr359g") format("woff"), url("../fonts/icomoons/icomoon.svg?pr359g#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-youtube:before {
  content: "\e900";
}

.icon-arow-down:before {
  content: "\e901";
  color: #d35a5a;
}

.icon-arrow-down:before {
  content: "\e902";
  color: #fff;
}

.icon-arrow-right:before {
  content: "\e903";
  color: #fff;
}

.icon-arrow-up:before {
  content: "\e904";
  color: #79d35a;
}

.icon-call:before {
  content: "\e905";
}

.icon-email:before {
  content: "\e906";
}

.icon-facebook .path1:before {
  content: "\e907";
  color: #333333;
  opacity: 0.4;
}

.icon-facebook .path2:before {
  content: "\e908";
  margin-left: -1em;
  color: white;
  opacity: 0.4;
}

.icon-instagram:before {
  content: "\e909";
}

.icon-location:before {
  content: "\e90a";
}

.icon-map:before {
  content: "\e90b";
}

.icon-twitter:before {
  content: "\e90c";
}

.icon-linkedin:before {
  content: "\e90c";
}

body {
  font-family: "montserratregular";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

body main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 75px;
}

@media (min-width: 992px) {
  body main {
    padding-top: 90px;
  }
}

section {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  section {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

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

h1.section-title {
  font-size: 32px;
  line-height: 46px;
  color: #430129;
  font-family: "Neue-Normal";
}

@media (min-width: 992px) {
  h1.section-title {
    font-size: 46px;
    line-height: 65px;
  }
}

h2.section-subtitle {
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  font-family: "montserratregular";
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoons/icomoon.eot");
  src: url("../fonts/icomoons/icomoon.eot?pr359g#iefix") format("embedded-opentype"), url("../fonts/icomoons/icomoon.ttf?pr359g") format("truetype"), url("../fonts/icomoons/icomoon.woff?pr359g") format("woff"), url("../fonts/icomoons/icomoon.svg?pr359g#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-youtube:before {
  content: "\e900";
}

.icon-arow-down:before {
  content: "\e901";
  color: #d35a5a;
}

.icon-arrow-down:before {
  content: "\e902";
  color: #fff;
}

.icon-arrow-right:before {
  content: "\e903";
  color: #fff;
}

.icon-arrow-up:before {
  content: "\e904";
  color: #79d35a;
}

.icon-call:before {
  content: "\e905";
}

.icon-email:before {
  content: "\e906";
}

.icon-facebook .path1:before {
  content: "\e907";
  color: #333333;
  opacity: 0.4;
}

.icon-facebook .path2:before {
  content: "\e908";
  margin-left: -1em;
  color: white;
  opacity: 0.4;
}

.icon-instagram:before {
  content: "\e909";
}

.icon-location:before {
  content: "\e90a";
}

.icon-map:before {
  content: "\e90b";
}

.icon-twitter:before {
  content: "\e90c";
}

.icon-linkedin:before {
  content: "\e90c";
}

.our-mission-wrapper .our-mission-intro {
  height: 100%;
}

.our-mission-wrapper .our-mission-intro h1 {
  margin-bottom: 10px;
}

.our-mission-wrapper .our-mission-intro p {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 38px;
  color: #333333;
  font-family: "montserratregular";
}

@media (min-width: 768px) {
  .our-mission-wrapper .our-mission-intro p {
    font-size: 22px;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .our-mission-wrapper .mission-img {
    height: 400px;
  }
}

.our-mission-wrapper .our-mission-tile {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 8px 13px #fff4fa;
          box-shadow: 0px 8px 13px #fff4fa;
  border-radius: 10px;
  padding: 30px 26px;
  margin-top: 30px;
  min-height: 172px;
}

.our-mission-wrapper .our-mission-tile p {
  font-size: 20px;
  line-height: 28px;
  font-family: "montserratregular";
}

.our-mission-wrapper .our-mission-tile p span {
  color: #B73D91;
  font-family: "montserratbold";
}

.our-mission-wrapper .patient-section {
  margin-top: 60px;
  background: #FBF5FA;
  padding: 30px 15px;
}

@media (min-width: 768px) {
  .our-mission-wrapper .patient-section {
    padding: 30px;
  }
}

.our-mission-wrapper .patient-section img {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .our-mission-wrapper .patient-section img {
    margin-bottom: 0;
  }
}

.our-mission-wrapper .patient-section p,
.our-mission-wrapper .patient-section strong {
  font-size: 18px;
  line-height: 30px;
  font-family: "montserratregular";
}

@media (min-width: 768px) {
  .our-mission-wrapper .patient-section p,
  .our-mission-wrapper .patient-section strong {
    font-size: 20px;
  }
}

.our-mission-wrapper .patient-section p {
  color: #333333;
  margin-bottom: 30px;
}

.our-mission-wrapper .patient-section h1 {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .our-mission-wrapper .patient-section h1 {
    margin-bottom: 0;
  }
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoons/icomoon.eot");
  src: url("../fonts/icomoons/icomoon.eot?pr359g#iefix") format("embedded-opentype"), url("../fonts/icomoons/icomoon.ttf?pr359g") format("truetype"), url("../fonts/icomoons/icomoon.woff?pr359g") format("woff"), url("../fonts/icomoons/icomoon.svg?pr359g#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-youtube:before {
  content: "\e900";
}

.icon-arow-down:before {
  content: "\e901";
  color: #d35a5a;
}

.icon-arrow-down:before {
  content: "\e902";
  color: #fff;
}

.icon-arrow-right:before {
  content: "\e903";
  color: #fff;
}

.icon-arrow-up:before {
  content: "\e904";
  color: #79d35a;
}

.icon-call:before {
  content: "\e905";
}

.icon-email:before {
  content: "\e906";
}

.icon-facebook .path1:before {
  content: "\e907";
  color: #333333;
  opacity: 0.4;
}

.icon-facebook .path2:before {
  content: "\e908";
  margin-left: -1em;
  color: white;
  opacity: 0.4;
}

.icon-instagram:before {
  content: "\e909";
}

.icon-location:before {
  content: "\e90a";
}

.icon-map:before {
  content: "\e90b";
}

.icon-twitter:before {
  content: "\e90c";
}

.icon-linkedin:before {
  content: "\e90c";
}

section.platform-wrapper {
  padding-top: 20px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  section.platform-wrapper {
    padding-bottom: 100px;
  }
}

section.platform-wrapper h1 {
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  section.platform-wrapper h1 {
    padding-bottom: 0;
  }
}

.platform-wrapper {
  scroll-margin-top: 5em;
}

@media (min-width: 992px) {
  .platform-wrapper .container {
    padding: 0 75px;
  }
}

.platform-wrapper h2.section-subtitle {
  margin-bottom: 70px;
}

.platform-wrapper .platform-info {
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .platform-wrapper .platform-info {
    margin-bottom: 30px;
  }
}

.platform-wrapper .platform-info img {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .platform-wrapper .platform-info img {
    margin-bottom: 0;
  }
}

.platform-wrapper .platform-info h3 {
  font-size: 24px;
  line-height: 28px;
  color: #333333;
  margin-bottom: 8px;
  font-family: "montserratbold";
}

.platform-wrapper .platform-info p {
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  font-family: "montserratregular";
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoons/icomoon.eot");
  src: url("../fonts/icomoons/icomoon.eot?pr359g#iefix") format("embedded-opentype"), url("../fonts/icomoons/icomoon.ttf?pr359g") format("truetype"), url("../fonts/icomoons/icomoon.woff?pr359g") format("woff"), url("../fonts/icomoons/icomoon.svg?pr359g#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-youtube:before {
  content: "\e900";
}

.icon-arow-down:before {
  content: "\e901";
  color: #d35a5a;
}

.icon-arrow-down:before {
  content: "\e902";
  color: #fff;
}

.icon-arrow-right:before {
  content: "\e903";
  color: #fff;
}

.icon-arrow-up:before {
  content: "\e904";
  color: #79d35a;
}

.icon-call:before {
  content: "\e905";
}

.icon-email:before {
  content: "\e906";
}

.icon-facebook .path1:before {
  content: "\e907";
  color: #333333;
  opacity: 0.4;
}

.icon-facebook .path2:before {
  content: "\e908";
  margin-left: -1em;
  color: white;
  opacity: 0.4;
}

.icon-instagram:before {
  content: "\e909";
}

.icon-location:before {
  content: "\e90a";
}

.icon-map:before {
  content: "\e90b";
}

.icon-twitter:before {
  content: "\e90c";
}

.icon-linkedin:before {
  content: "\e90c";
}

.approach-wrapper {
  background: linear-gradient(99.66deg, #F8B78A -29.3%, #9D3883 56.27%);
  color: #fff;
  position: relative;
  scroll-margin-top: 5em;
}

.approach-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url("../images/question-mark.png");
  height: 350px;
  width: 223px;
  background-repeat: no-repeat;
}

.approach-wrapper h1 {
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .approach-wrapper h1 {
    padding-bottom: 0;
  }
}

.approach-wrapper h1,
.approach-wrapper h2 {
  color: #fff;
}

.approach-wrapper h2 {
  margin-bottom: 45px;
}

.approach-wrapper .approach-info {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .approach-wrapper .approach-info {
    margin-bottom: 30px;
  }
}

.approach-wrapper .approach-info img {
  min-height: 125px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .approach-wrapper .approach-info img {
    margin-bottom: 14px;
  }
}

.approach-wrapper .approach-info h3 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 3px;
  font-family: "montserratbold";
}

.approach-wrapper .approach-info p {
  font-size: 18px;
  line-height: 28px;
  font-family: "montserratregular";
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoons/icomoon.eot");
  src: url("../fonts/icomoons/icomoon.eot?pr359g#iefix") format("embedded-opentype"), url("../fonts/icomoons/icomoon.ttf?pr359g") format("truetype"), url("../fonts/icomoons/icomoon.woff?pr359g") format("woff"), url("../fonts/icomoons/icomoon.svg?pr359g#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-youtube:before {
  content: "\e900";
}

.icon-arow-down:before {
  content: "\e901";
  color: #d35a5a;
}

.icon-arrow-down:before {
  content: "\e902";
  color: #fff;
}

.icon-arrow-right:before {
  content: "\e903";
  color: #fff;
}

.icon-arrow-up:before {
  content: "\e904";
  color: #79d35a;
}

.icon-call:before {
  content: "\e905";
}

.icon-email:before {
  content: "\e906";
}

.icon-facebook .path1:before {
  content: "\e907";
  color: #333333;
  opacity: 0.4;
}

.icon-facebook .path2:before {
  content: "\e908";
  margin-left: -1em;
  color: white;
  opacity: 0.4;
}

.icon-instagram:before {
  content: "\e909";
}

.icon-location:before {
  content: "\e90a";
}

.icon-map:before {
  content: "\e90b";
}

.icon-twitter:before {
  content: "\e90c";
}

.icon-linkedin:before {
  content: "\e90c";
}

.outcomes-wrapper {
  padding-bottom: 0;
  scroll-margin-top: 5em;
}

.outcomes-wrapper h2 {
  margin-bottom: 60px;
}

.outcomes-wrapper .outcomes-info {
  margin-bottom: 50px;
}

.outcomes-wrapper .outcomes-info .img-info {
  min-height: 70px;
  margin-bottom: 30px;
}

.outcomes-wrapper .outcomes-info i {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
}

.outcomes-wrapper .outcomes-info p {
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  font-family: "montserratregular";
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoons/icomoon.eot");
  src: url("../fonts/icomoons/icomoon.eot?pr359g#iefix") format("embedded-opentype"), url("../fonts/icomoons/icomoon.ttf?pr359g") format("truetype"), url("../fonts/icomoons/icomoon.woff?pr359g") format("woff"), url("../fonts/icomoons/icomoon.svg?pr359g#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-youtube:before {
  content: "\e900";
}

.icon-arow-down:before {
  content: "\e901";
  color: #d35a5a;
}

.icon-arrow-down:before {
  content: "\e902";
  color: #fff;
}

.icon-arrow-right:before {
  content: "\e903";
  color: #fff;
}

.icon-arrow-up:before {
  content: "\e904";
  color: #79d35a;
}

.icon-call:before {
  content: "\e905";
}

.icon-email:before {
  content: "\e906";
}

.icon-facebook .path1:before {
  content: "\e907";
  color: #333333;
  opacity: 0.4;
}

.icon-facebook .path2:before {
  content: "\e908";
  margin-left: -1em;
  color: white;
  opacity: 0.4;
}

.icon-instagram:before {
  content: "\e909";
}

.icon-location:before {
  content: "\e90a";
}

.icon-map:before {
  content: "\e90b";
}

.icon-twitter:before {
  content: "\e90c";
}

.icon-linkedin:before {
  content: "\e90c";
}

.partnerships-wrapper {
  padding-bottom: 0;
}

.partnerships-wrapper h1 {
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .partnerships-wrapper h1 {
    padding-bottom: 0;
  }
}

.partnerships-wrapper h2 {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .partnerships-wrapper h2 {
    margin-bottom: 30px;
  }
}

.partnerships-wrapper img {
  margin-bottom: 50px;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoons/icomoon.eot");
  src: url("../fonts/icomoons/icomoon.eot?pr359g#iefix") format("embedded-opentype"), url("../fonts/icomoons/icomoon.ttf?pr359g") format("truetype"), url("../fonts/icomoons/icomoon.woff?pr359g") format("woff"), url("../fonts/icomoons/icomoon.svg?pr359g#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-youtube:before {
  content: "\e900";
}

.icon-arow-down:before {
  content: "\e901";
  color: #d35a5a;
}

.icon-arrow-down:before {
  content: "\e902";
  color: #fff;
}

.icon-arrow-right:before {
  content: "\e903";
  color: #fff;
}

.icon-arrow-up:before {
  content: "\e904";
  color: #79d35a;
}

.icon-call:before {
  content: "\e905";
}

.icon-email:before {
  content: "\e906";
}

.icon-facebook .path1:before {
  content: "\e907";
  color: #333333;
  opacity: 0.4;
}

.icon-facebook .path2:before {
  content: "\e908";
  margin-left: -1em;
  color: white;
  opacity: 0.4;
}

.icon-instagram:before {
  content: "\e909";
}

.icon-location:before {
  content: "\e90a";
}

.icon-map:before {
  content: "\e90b";
}

.icon-twitter:before {
  content: "\e90c";
}

.icon-linkedin:before {
  content: "\e90c";
}

.new-blog-wrapper {
  background: #FAFBFD;
}

.new-blog-wrapper h2 {
  margin-bottom: 30px;
}

.new-blog-wrapper .news-content {
  position: relative;
  margin-bottom: 30px;
}

.new-blog-wrapper .news-content .news-details {
  position: absolute;
  bottom: 18px;
  left: 40px;
}

.new-blog-wrapper .news-content .news-details p {
  font-size: 15px;
  line-height: 17px;
  color: #fff;
  margin-bottom: 5px;
  font-family: "montserratregular";
}

.new-blog-wrapper .news-content .news-details a {
  font-size: 16px;
  line-height: 20px;
  color: #CF4A8C;
  font-family: "montserratbold";
}

.new-blog-wrapper .news-content .news-details a i {
  padding-left: 10px;
}

.new-blog-wrapper .news-content .news-details a i:before {
  color: #CF4A8C;
}

.new-blog-wrapper .btn {
  background-color: transparent;
  border: 1px solid rgba(183, 61, 145, 0.8);
  font-size: 16px;
  line-height: 15px;
  color: #B73D91;
  height: 40px;
  width: 160px;
  font-family: "montserratregular";
  margin: 0 auto;
}

.new-blog-wrapper .btn i {
  padding-left: 5px;
  font-size: 14px;
}

.new-blog-wrapper .btn i:before {
  color: #B73D91;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoons/icomoon.eot");
  src: url("../fonts/icomoons/icomoon.eot?pr359g#iefix") format("embedded-opentype"), url("../fonts/icomoons/icomoon.ttf?pr359g") format("truetype"), url("../fonts/icomoons/icomoon.woff?pr359g") format("woff"), url("../fonts/icomoons/icomoon.svg?pr359g#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-youtube:before {
  content: "\e900";
}

.icon-arow-down:before {
  content: "\e901";
  color: #d35a5a;
}

.icon-arrow-down:before {
  content: "\e902";
  color: #fff;
}

.icon-arrow-right:before {
  content: "\e903";
  color: #fff;
}

.icon-arrow-up:before {
  content: "\e904";
  color: #79d35a;
}

.icon-call:before {
  content: "\e905";
}

.icon-email:before {
  content: "\e906";
}

.icon-facebook .path1:before {
  content: "\e907";
  color: #333333;
  opacity: 0.4;
}

.icon-facebook .path2:before {
  content: "\e908";
  margin-left: -1em;
  color: white;
  opacity: 0.4;
}

.icon-instagram:before {
  content: "\e909";
}

.icon-location:before {
  content: "\e90a";
}

.icon-map:before {
  content: "\e90b";
}

.icon-twitter:before {
  content: "\e90c";
}

.icon-linkedin:before {
  content: "\e90c";
}

.conversation-wrapper {
  background: linear-gradient(99.66deg, #F8B78A -29.3%, #9D3883 56.27%);
  scroll-margin-top: 5em;
}

.conversation-wrapper .section-title {
  color: #fff;
  margin-bottom: 45px;
}

.conversation-wrapper .conversation-details {
  margin-bottom: 18px;
}

.conversation-wrapper .conversation-details h3 {
  font-size: 18px;
  line-height: 33px;
  color: #FFFFFF;
  font-family: "montserratregular";
}

@media (min-width: 768px) {
  .conversation-wrapper .conversation-details h3 {
    font-size: 34px;
  }
}

.conversation-wrapper .conversation-details input,
.conversation-wrapper .conversation-details select,
.conversation-wrapper .conversation-details span {
  margin-left: 10px;
  display: block;
  font-size: 18px;
  font-family: "montserratregular";
  line-height: 33px;
  min-height: 45px;
}

@media (min-width: 768px) {
  .conversation-wrapper .conversation-details input,
  .conversation-wrapper .conversation-details select,
  .conversation-wrapper .conversation-details span {
    font-size: 34px;
  }
}

.conversation-wrapper .conversation-details input:focus, .conversation-wrapper .conversation-details input:focus-visible,
.conversation-wrapper .conversation-details select:focus,
.conversation-wrapper .conversation-details select:focus-visible,
.conversation-wrapper .conversation-details span:focus,
.conversation-wrapper .conversation-details span:focus-visible {
  outline: none;
}

.conversation-wrapper .conversation-details select,
.conversation-wrapper .conversation-details span {
  background: rgba(250, 251, 253, 0.2);
  border-radius: 2px;
  color: #fff;
  padding: 3px 6px;
}

.conversation-wrapper .conversation-details input {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid rgba(250, 251, 253, 0.2);
  width: 100px;
  color: #fff;
}

.conversation-wrapper .conversation-details input::-webkit-input-placeholder {
  font-size: 18px;
  font-family: "montserratregular";
  line-height: 33px;
  color: rgba(255, 255, 255, 0.2);
}

.conversation-wrapper .conversation-details input:-ms-input-placeholder {
  font-size: 18px;
  font-family: "montserratregular";
  line-height: 33px;
  color: rgba(255, 255, 255, 0.2);
}

.conversation-wrapper .conversation-details input::-ms-input-placeholder {
  font-size: 18px;
  font-family: "montserratregular";
  line-height: 33px;
  color: rgba(255, 255, 255, 0.2);
}

.conversation-wrapper .conversation-details input::placeholder {
  font-size: 18px;
  font-family: "montserratregular";
  line-height: 33px;
  color: rgba(255, 255, 255, 0.2);
}

@media (min-width: 768px) {
  .conversation-wrapper .conversation-details input::-webkit-input-placeholder {
    font-size: 34px;
  }
  .conversation-wrapper .conversation-details input:-ms-input-placeholder {
    font-size: 34px;
  }
  .conversation-wrapper .conversation-details input::-ms-input-placeholder {
    font-size: 34px;
  }
  .conversation-wrapper .conversation-details input::placeholder {
    font-size: 34px;
  }
}

.conversation-wrapper .conversation-details .email_input {
  width: 350px;
}

.conversation-wrapper .conversation-details select {
  border: none;
}

.conversation-wrapper .conversation-details select option {
  color: #333;
}

.conversation-wrapper textarea {
  background-color: transparent;
  border: none;
  resize: none;
  display: block;
  margin: 0 auto 30px;
  font-size: 14px;
  width: 100%;
  line-height: 13px;
  color: rgba(255, 255, 255, 0.6);
  font-family: "montserratregular";
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 50px;
}

@media (min-width: 992px) {
  .conversation-wrapper textarea {
    width: 730px;
    margin-top: 20px;
  }
}

.conversation-wrapper textarea::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 13px;
  color: rgba(255, 255, 255, 0.6);
  font-family: "montserratregular";
}

.conversation-wrapper textarea:-ms-input-placeholder {
  font-size: 14px;
  line-height: 13px;
  color: rgba(255, 255, 255, 0.6);
  font-family: "montserratregular";
}

.conversation-wrapper textarea::-ms-input-placeholder {
  font-size: 14px;
  line-height: 13px;
  color: rgba(255, 255, 255, 0.6);
  font-family: "montserratregular";
}

.conversation-wrapper textarea::placeholder {
  font-size: 14px;
  line-height: 13px;
  color: rgba(255, 255, 255, 0.6);
  font-family: "montserratregular";
}

.conversation-wrapper textarea:focus, .conversation-wrapper textarea:focus-visible {
  outline: none;
}

.conversation-wrapper .btn {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  padding: 7px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 130px;
  margin: 0 auto;
}

.conversation-wrapper .btn i {
  padding-left: 8px;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoons/icomoon.eot");
  src: url("../fonts/icomoons/icomoon.eot?pr359g#iefix") format("embedded-opentype"), url("../fonts/icomoons/icomoon.ttf?pr359g") format("truetype"), url("../fonts/icomoons/icomoon.woff?pr359g") format("woff"), url("../fonts/icomoons/icomoon.svg?pr359g#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-youtube:before {
  content: "\e900";
}

.icon-arow-down:before {
  content: "\e901";
  color: #d35a5a;
}

.icon-arrow-down:before {
  content: "\e902";
  color: #fff;
}

.icon-arrow-right:before {
  content: "\e903";
  color: #fff;
}

.icon-arrow-up:before {
  content: "\e904";
  color: #79d35a;
}

.icon-call:before {
  content: "\e905";
}

.icon-email:before {
  content: "\e906";
}

.icon-facebook .path1:before {
  content: "\e907";
  color: #333333;
  opacity: 0.4;
}

.icon-facebook .path2:before {
  content: "\e908";
  margin-left: -1em;
  color: white;
  opacity: 0.4;
}

.icon-instagram:before {
  content: "\e909";
}

.icon-location:before {
  content: "\e90a";
}

.icon-map:before {
  content: "\e90b";
}

.icon-twitter:before {
  content: "\e90c";
}

.icon-linkedin:before {
  content: "\e90c";
}

.hero-banner {
  background: linear-gradient(99.66deg, #F8B78A -29.3%, #9D3883 56.27%);
}

.hero-banner h1,
.hero-banner h2 {
  color: #fff;
}

.careers-wrapper {
  padding-bottom: 15px;
}

.careers-details {
  margin-bottom: 40px;
}

.careers-details h3 {
  font-size: 24px;
  line-height: 28px;
  color: #B73D91;
  margin-bottom: 15px;
  font-family: "montserratregular";
}

.careers-details .careers-detials-info {
  background: #FAFBFD;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 40px 30px;
}

.careers-details .careers-detials-info h4 {
  font-size: 24px;
  line-height: 28px;
  color: #333333;
  margin-bottom: 5px;
  font-family: "montserratbold";
}

.careers-details .careers-detials-info p {
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  font-family: "montserratregular";
}

.careers-details .careers-detials-info p span {
  font-family: "montserratbold";
}

.careers-details .careers-detials-info .btn {
  background: #B73D91;
  border-radius: 3px;
  border-color: #B73D91;
  font-size: 18px;
  color: #FFFFFF;
  margin-top: 30px;
  font-family: "montserratregular";
  padding: 0 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 40px;
}

@media (min-width: 768px) {
  .careers-details .careers-detials-info .btn {
    margin-top: 0;
  }
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoons/icomoon.eot");
  src: url("../fonts/icomoons/icomoon.eot?pr359g#iefix") format("embedded-opentype"), url("../fonts/icomoons/icomoon.ttf?pr359g") format("truetype"), url("../fonts/icomoons/icomoon.woff?pr359g") format("woff"), url("../fonts/icomoons/icomoon.svg?pr359g#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-youtube:before {
  content: "\e900";
}

.icon-arow-down:before {
  content: "\e901";
  color: #d35a5a;
}

.icon-arrow-down:before {
  content: "\e902";
  color: #fff;
}

.icon-arrow-right:before {
  content: "\e903";
  color: #fff;
}

.icon-arrow-up:before {
  content: "\e904";
  color: #79d35a;
}

.icon-call:before {
  content: "\e905";
}

.icon-email:before {
  content: "\e906";
}

.icon-facebook .path1:before {
  content: "\e907";
  color: #333333;
  opacity: 0.4;
}

.icon-facebook .path2:before {
  content: "\e908";
  margin-left: -1em;
  color: white;
  opacity: 0.4;
}

.icon-instagram:before {
  content: "\e909";
}

.icon-location:before {
  content: "\e90a";
}

.icon-map:before {
  content: "\e90b";
}

.icon-twitter:before {
  content: "\e90c";
}

.icon-linkedin:before {
  content: "\e90c";
}

.our-team-wrapper {
  padding-bottom: 20px;
  background: #FAFBFD;
  scroll-margin-top: 5em;
}

.our-team-wrapper .portfolioFilter {
  margin-top: 40px;
  margin-bottom: 70px;
  padding: 0;
  overflow-y: scroll;
}

@media (min-width: 992px) {
  .our-team-wrapper .portfolioFilter {
    overflow-y: inherit;
  }
}

.our-team-wrapper .portfolioFilter a {
  font-family: "montserratregular";
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  font-size: 18px;
  color: rgba(51, 51, 51, 0.6);
  padding: 9px 27px;
  margin: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
}

.our-team-wrapper .portfolioFilter a:hover {
  text-decoration: none;
  background-color: #B73D91;
  color: #fff;
}

.our-team-wrapper .portfolioFilter a.current {
  background-color: #B73D91;
  color: #fff;
}

.our-team-wrapper .portfolio-image {
  cursor: pointer;
  text-align: center;
  margin-bottom: 50px;
}

.our-team-wrapper .portfolio-image .image-wrap {
  margin-bottom: 22px;
  position: relative;
  display: inline-block;
}

.our-team-wrapper .portfolio-image .image-wrap .linkdin {
  position: absolute;
  bottom: 0;
  right: 0;
}

.our-team-wrapper .portfolio-info h4 {
  font-size: 18px;
  line-height: 28px;
  color: #B73D91;
  font-family: "montserratbold";
}

.our-team-wrapper .portfolio-info h5 {
  font-size: 16px;
  line-height: 18px;
  color: #333333;
  margin-bottom: 5px;
  font-family: "montserratregular";
}

.our-team-wrapper .portfolio-info h6 {
  font-size: 14px;
  line-height: 18px;
  color: #E67F26;
  font-family: "montserratregular";
  margin-bottom: 10px;
  height: 18px;
}

.our-team-wrapper .portfolio-info ul li {
  margin-right: 10px;
  min-height: 30px;
}

.our-team-wrapper .portfolio-info ul li img {
  max-height: 30px;
}
