/**************************************************************
-> Usage: @include aspect-ratio(16, 9);
**************************************************************/
/**************************************************************
-> Usage: @include fluid-type(650px, 1600px, 16px, 32px);
**************************************************************/
/**************************************************************
-> Usage: width:get-vw(100px);
**************************************************************/
/* Breakpoints */
/* Usage eg
@include md-down{
		padding: 42px 10px 32px;
		}

*/
html {
  font-size: 0.52083vw; }
  @media (min-width: 1921px) {
    html {
      font-size: 10px; } }
  @media (max-width: 991px) {
    html {
      font-size: 10px; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -18px; }

.col {
  width: 100%;
  padding: 0 18px; }

.ratio-image {
  position: relative;
  overflow: hidden;
  position: relative; }
  .ratio-image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50%; }
  .ratio-image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.ratio-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  min-width: 100%;
  min-height: 100%; }

.bg-blue {
  background: #219ed9; }

.bg-green {
  background: #3fa535; }

.bg-pink {
  background: #e4097d; }

.btn-pink-border-epic {
  border-color: #e4097d;
  color: #e4097d; }
  .btn-pink-border-epic span:first-child {
    color: #fff; }
  .btn-pink-border-epic span:last-child {
    color: #e4097d; }
  .btn-pink-border-epic:before {
    background: #e4097d; }

a.btn-plain {
  border: 2px solid #2a2a2a;
  color: #2a2a2a;
  height: 53px;
  line-height: 53px;
  border-radius: 4px;
  display: block;
  padding: 0 10px;
  font-size: 14px;
  text-align: center; }
  a.btn-plain:hover {
    background: #2a2a2a;
    color: #fff; }
  a.btn-plain--mauve {
    border-color: #b97ebb;
    color: #b97ebb; }
    a.btn-plain--mauve:hover {
      background: #b97ebb; }
  a.btn-plain--red {
    border-color: #f4524d;
    color: #f4524d; }
    a.btn-plain--red:hover {
      background: #f4524d; }
  a.btn-plain--peach {
    border-color: #f7be68;
    color: #f7be68; }
    a.btn-plain--peach:hover {
      background: #f7be68; }
  a.btn-plain--peach {
    border-color: #f7be68;
    color: #f7be68; }
    a.btn-plain--peach:hover {
      background: #f7be68; }
  a.btn-plain--orange {
    border-color: #f90;
    color: #f90; }
    a.btn-plain--orange:hover {
      background: #f90; }
  a.btn-plain--green {
    border-color: #6dab3c;
    color: #6dab3c; }
    a.btn-plain--green:hover {
      background: #6dab3c; }
  a.btn-plain--blue {
    border-color: #00c1cf;
    color: #00c1cf; }
    a.btn-plain--blue:hover {
      background: #00c1cf; }
  a.btn-plain--terracotta {
    border-color: #ff675b;
    color: #ff675b; }
    a.btn-plain--terracotta:hover {
      background: #ff675b; }

.page-id-93211 .center_content_sec .btn-epic,
.page-id-93137 .center_content_sec .btn-epic {
  display: inline-block;
  width: 20em; }

.page-id-93331 #header {
  display: none; }

.page-id-93331 #footer {
  display: none; }

.page-id-93331 .center_content_sec img {
  width: auto; }

.our_team_list_wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.our_team_sec + .add-button {
  text-align: center; }

@media only screen and (min-width: 992px) {
  .content_sec h1 {
    font-size: 48px; } }

#footer .copyright_text {
  margin-top: 1em; }
  #footer .copyright_text p {
    float: left;
    display: inline; }

#footer .footer__nav {
  display: inline;
  float: left; }
  #footer .footer__nav ul {
    margin-left: 0;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #footer .footer__nav li {
    list-style-type: none;
    margin-left: 1em; }
    #footer .footer__nav li a {
      color: #8a8a8a; }

@media only screen and (max-width: 991px) {
  .site_logo {
    margin: 0 auto; } }

@media only screen and (min-width: 992px) {
  .main_nav {
    margin-right: 15rem; } }

@media (min-width: 1500px) {
  .main_nav {
    margin-right: 3rem; } }

@media only screen and (max-width: 991px) {
  .main_nav {
    display: none; } }

.main_nav li {
  margin-left: 3rem; }
  .main_nav li ul li {
    margin-left: 0; }
    .main_nav li ul li ul {
      left: 100%; }

@media only screen and (max-width: 991px) {
  .menu-icon {
    display: block;
    top: -35px;
    position: relative; } }

.menu-icon .menu-box {
  width: 40px;
  height: 28px;
  margin-right: 20px;
  padding: 5px;
  position: absolute;
  left: 0; }
  .menu-icon .menu-box span {
    width: 100%;
    height: 2px;
    margin-bottom: 6px;
    background: #000;
    display: block;
    border-radius: 2px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s; }

@media only screen and (max-width: 991px) {
  .menu-icon.active span:nth-child(1) {
    transform: rotate(45deg) translateY(7px) translateX(5px);
    -webkit-transform: rotate(45deg) translateY(7px) translateX(5px); }
  .menu-icon.active span:nth-child(2) {
    opacity: 0; }
  .menu-icon.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-6px) translateX(5px);
    -webkit-transform: rotate(-45deg) translateY(-6px) translateX(5px); }
  .main_nav {
    display: none;
    position: absolute;
    background: #ffffff;
    left: -15px;
    right: -15px;
    text-align: left;
    top: 100%;
    margin-top: 10px;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
    padding: 15px; }
  .main_nav li {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: dotted 1px rgba(0, 0, 0, 0.1);
    position: relative; }
  .main_nav li a {
    display: block;
    padding: 0 0;
    padding: 15px 0; }
  .main_nav li a::after {
    display: none; }
  .main_nav li ul {
    margin: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: static !important;
    transition: none;
    -webkit-transition: none;
    -ms-transition: none;
    -o-transition: none;
    -moz-transition: none;
    padding: 0 0 0 20px;
    background: transparent;
    border-top: dotted 1px rgba(0, 0, 0, 0.1); }
  .main_nav li ul li {
    padding: 0; }
  .main_nav li ul li:last-child {
    border-bottom: none; }
  .main_nav li ul li a {
    color: #0a0a0a;
    font-style: italic; }
  .arrow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    z-index: 1;
    cursor: pointer;
    height: 42px; }
  .arrow::after {
    background: url(../images/right-arrow.svg) no-repeat center center;
    width: 18px;
    height: 20px;
    background-size: 100%;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 0;
    content: "";
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear; }
  .arrow::before {
    background: url(../images/right-arrow-hover.png) no-repeat center center;
    width: 18px;
    height: 20px;
    background-size: 100%;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 0;
    content: "";
    opacity: 0;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear; }
  .main_nav li:hover > .arrow::before, .arrow.up::before {
    opacity: 1; }
  .main_nav li:hover > .arrow::after, .arrow.up::after {
    opacity: 0; }
  .arrow.up + a {
    color: #e6007e; } }

.add-button-list {
  text-align: center; }
  .add-button-list__heading {
    font-size: 22px; }
  .add-button-list__item {
    margin-bottom: 22px; }
  .add-button-list a.btn-plain {
    max-width: 623px;
    margin: 0 auto; }

@media (min-width: 1199px) {
  .three-column-section + .center_content_sec {
    padding-top: 80px; } }

/*CTA Carousel*/
.cta-carousel {
  padding-top: 40px;
  padding-bottom: 40px; }
  .cta-carousel__item {
    text-align: center; }
    .cta-carousel__item__image {
      position: relative;
      margin-bottom: 2.5rem; }
      .cta-carousel__item__image::before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 74.46809%; }
      .cta-carousel__item__image > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
    @media only screen and (min-width: 992px) {
      .cta-carousel__item__title {
        font-size: 3.2rem; } }
  .cta-carousel__cta-btn {
    width: 100%;
    display: block;
    margin: 0;
    max-width: 100%;
    margin-top: 6rem; }
  .cta-carousel .slick-arrow {
    width: 49px;
    height: 49px;
    background: transparent;
    z-index: 1; }
  .cta-carousel .slick-arrow:before {
    content: '';
    width: 28px;
    height: 51px;
    background: url(../images/slick-arrow.svg) no-repeat center center;
    display: block;
    background-size: 100% auto;
    marign: 0 auto; }
  .cta-carousel .slick-prev {
    left: -16rem;
    opacity: 1; }
  .cta-carousel .slick-next {
    right: -16rem;
    opacity: 1; }

.image-and-text {
  padding-top: 10rem;
  padding-bottom: 40px; }
  @media only screen and (max-width: 991px) {
    .image-and-text {
      padding-top: 4rem; } }
  @media (min-width: 768px) {
    .image-and-text .col {
      max-width: 50%; } }
  @media only screen and (max-width: 991px) {
    .image-and-text__left-col {
      margin-bottom: 3rem; } }
  .image-and-text__left-col img {
    width: 100%; }
  @media only screen and (min-width: 1200px) {
    .image-and-text__right-col {
      padding-left: 5rem; } }
  .image-and-text__right-col__inner {
    max-width: 23em; }
  @media only screen and (min-width: 1200px) {
    .image-and-text__right-col h2 {
      font-size: 5.7rem; } }
  .image-and-text__right-col p {
    line-height: 1.3; }

@media only screen and (min-width: 1200px) {
  .cta-carousel + .social_icons_sec {
    padding-top: 9rem; } }

@media only screen and (min-width: 1200px) {
  .image-and-text + .social_icons_sec {
    padding-top: 9rem; } }

/*Three column section*/
.three-column-section {
  padding-top: 40px;
  padding-bottom: 40px; }
  .three-column-section .container {
    max-width: 1236px; }

.three-column-section__item {
  margin-bottom: 36px; }
  @media only screen and (min-width: 768px) {
    .three-column-section__item {
      width: 50%; } }
  @media only screen and (min-width: 992px) {
    .three-column-section__item {
      width: 33.33%; } }

.three-column-section__item__inner {
  position: relative; }

.three-column-section__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: multiply; }

.three-column-section__item__image {
  opacity: 0.5;
  position: relative;
  margin: 0; }
  .three-column-section__item__image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 74.46809%; }
  .three-column-section__item__image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.three-column-section__item__content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: white;
  padding: 6rem;
  text-align: center; }
  @media only screen and (max-width: 991px) {
    .three-column-section__item__content {
      padding: 3rem; } }

.three-column-section h3 {
  color: white;
  margin-bottom: 1em;
  font-size: 3.1rem;
  line-height: 1.2em;
  letter-spacing: -0.035em; }

.three-column-section__item .btn-epic {
  margin-bottom: 0;
  margin-top: 0; }

.title_with_banner_slide_sec__wrap {
  position: relative; }

.title_with_banner_slide_sec__badge {
  position: absolute;
  top: 6rem;
  right: 7rem;
  width: 28rem;
  z-index: 3; }
  @media only screen and (max-width: 991px) {
    .title_with_banner_slide_sec__badge {
      width: 17rem;
      top: auto;
      bottom: 2rem;
      right: 2rem; } }
  @media only screen and (max-width: 566px) {
    .title_with_banner_slide_sec__badge {
      width: 10rem; } }
  .title_with_banner_slide_sec__badge img {
    max-width: 100%; }
  .title_with_banner_slide_sec__badge__image {
    width: 14.3rem;
    right: 20.4rem;
    position: absolute;
    top: 3.8rem; }
    @media only screen and (max-width: 991px) {
      .title_with_banner_slide_sec__badge__image {
        width: 10rem;
        right: 14.5rem;
        top: 3rem; } }
    @media only screen and (max-width: 566px) {
      .title_with_banner_slide_sec__badge__image {
        width: 7rem;
        right: 8rem;
        top: 1rem; } }

.title_with_banner_slide_sec--layout-2 {
  padding-top: 20px; }
  @media only screen and (min-width: 992px) {
    .title_with_banner_slide_sec--layout-2 {
      margin-bottom: 9.4rem; } }
  .title_with_banner_slide_sec--layout-2 .title_with_banner_slide_sec__fade {
    position: Absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .title_with_banner_slide_sec--layout-2 .title_with_banner_slide_sec__content {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: 13.5rem;
    z-index: 2;
    color: #fff; }
    @media only screen and (max-width: 991px) {
      .title_with_banner_slide_sec--layout-2 .title_with_banner_slide_sec__content {
        top: 2rem;
        left: 2rem;
        -webkit-transform: none;
                transform: none; } }
    .title_with_banner_slide_sec--layout-2 .title_with_banner_slide_sec__content h1 {
      color: #fff;
      text-transform: none;
      margin-bottom: 0.2em; }
      @media only screen and (min-width: 992px) {
        .title_with_banner_slide_sec--layout-2 .title_with_banner_slide_sec__content h1 {
          font-size: 7rem; } }
      @media only screen and (max-width: 991px) {
        .title_with_banner_slide_sec--layout-2 .title_with_banner_slide_sec__content h1 {
          text-align: left; } }
  .title_with_banner_slide_sec--layout-2 .title_with_banner_slide_sec__image {
    position: relative;
    overflow: hidden;
    position: relative; }
    .title_with_banner_slide_sec--layout-2 .title_with_banner_slide_sec__image::before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 56.83333%; }
    .title_with_banner_slide_sec--layout-2 .title_with_banner_slide_sec__image > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    @media only screen and (max-width: 566px) {
      .title_with_banner_slide_sec--layout-2 .title_with_banner_slide_sec__image {
        position: relative; }
        .title_with_banner_slide_sec--layout-2 .title_with_banner_slide_sec__image::before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 100%; }
        .title_with_banner_slide_sec--layout-2 .title_with_banner_slide_sec__image > .content {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; } }
    .title_with_banner_slide_sec--layout-2 .title_with_banner_slide_sec__image img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      min-width: 100%;
      min-height: 100%; }
  .title_with_banner_slide_sec--layout-2 .slick-dots {
    display: none; }

.page-id-93211 .title_with_banner_slide_sec--layout-2 {
  margin-bottom: 40px; }

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