/* Base Styles -------------------- */
@media screen {
  /*IOS FIX*/
  body.iosBugFixCaret.modal-open {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%; }
  /*SITE LOADER*/
  .site-loader {
    position: fixed;
    background-color: white;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 100;
    opacity: 0.8;
    transition: 0.3s; }
    .site-loader .wrap {
      display: table;
      width: 100%;
      height: 100%; }
      .site-loader .wrap .inner-wrap {
        display: table-cell;
        width: 100%;
        height: 100%;
        vertical-align: middle; }
  /*GRAVITY FORMS*/
  .gform_wrapper .gform_body .gform_validation_container {
    display: none; }
  /*WORDPRESS CORE*/
  .alignnone {
    margin: 5px 20px 20px 0; }
  .aligncenter,
  div.aligncenter {
    display: block;
    margin: 5px auto 5px auto; }
  .alignright {
    float: right;
    margin: 5px 0 20px 20px; }
  .alignleft {
    float: left;
    margin: 5px 20px 20px 0; }
  a img.alignright {
    float: right;
    margin: 5px 0 20px 20px; }
  a img.alignnone {
    margin: 5px 20px 20px 0; }
  a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0; }
  a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center; }
  .wp-caption.alignnone {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignright {
    margin: 5px 0 20px 20px; }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }
  .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px; }
  /* Text meant only for screen readers. */
  .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; } }


.img-wrap {
  display: block;
  overflow: hidden;
  position: relative; }
  .img-wrap span {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    padding-bottom: 63%;
    transition: all 0.3s ease; }
    .img-wrap span:hover, .img-wrap span:active, .img-wrap span:focus {
      transform: scale(1.1); }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  color: #000;
  margin: 0 0 20px; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

p {
  margin: 0 0 10px; }

a {
  color: #dd1658;
  cursor: pointer; }
  a:active, a:focus, a:hover {
    color: #e25982;
    text-decoration: none; }

b,
strong {
  font-weight: bold; }

blockquote {
  padding: 0 20px;
  border-left: 5px solid #e9e9e9; }

.typo .heading {
    font-family: 'Noto Serif';
}

.typo h1,
.typo h2,
.typo h3,
.typo h4,
.typo h5,
.typo h6 {
  font-family: inherit;
  font-weight: normal;
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    .typo h1 br,
    .typo h2 br,
    .typo h3 br,
    .typo h4 br,
    .typo h5 br,
    .typo h6 br {
      display: none; } }
  .typo h1 .fas,
  .typo h2 .fas,
  .typo h3 .fas,
  .typo h4 .fas,
  .typo h5 .fas,
  .typo h6 .fas {
    font-size: 75%; }

.typo h1 {
  font-size: 40px; }

.typo h2 {
  font-size: 30px; }

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

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

.typo h5 {
  font-size: 18px; }

.typo h6 {
  font-size: 16px; }

.typo td,
.typo p,
.typo li {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 25px; }
  @media (max-width: 991px) {
    .typo td br,
    .typo p br,
    .typo li br {
      display: none; } }

.typo ul,
.typo ol {
  padding-left: 17px;
  margin-bottom: 20px; }

.typo a {
  color: #e1a426; }
  .typo a:hover, .typo a:active, .typo a:focus {
    color: #b5841f; }

.typo .btn {
  color: #fff; }
  .typo .btn:hover, .typo .btn:active, .typo .btn:focus {
    color: #fff; }

.typo .iframe-wrap {
  position: relative;
  padding-bottom: 56%; }
  .typo .iframe-wrap > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.typo.alter-typo h1,
.typo.alter-typo h2,
.typo.alter-typo h3,
.typo.alter-typo h4,
.typo.alter-typo h5,
.typo.alter-typo h6,
.typo.alter-typo p,
.typo.alter-typo li {
  color: #fff; }

@media (max-width: 767px) {
  .typo .alignright,
  .typo .alignleft {
    float: none;
    display: block;
    margin: 0 auto 20px; } }

.back-top {
  background-color: #dd1658;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  height: 46px;
  padding: 5px 3px 0 3px;
  width: 48px;
  color: #fff;
  left: auto;
  right: 15px;
  z-index: 2;
  bottom: 15px;
  position: fixed;
  text-align: center;
  transition: all 0.2s ease; }
  .back-top .fa {
    display: block;
    font-size: 20px; }
  .back-top span {
    display: block;
    font-size: 8px;
    font-weight: bold;
    line-height: 14px;
    text-transform: uppercase; }
  .back-top:hover {
    background-color: #e25982; }

.site-loader {
  transition: all 0.3s ease; }
  .site-loader.hide-loader {
    opacity: 0;
    visibility: hidden; }

* {
  text-decoration: none;
  outline: none !important; }

html {
  overflow-x: hidden;
  min-height: 100%; }

body {
  background-color: #fff;
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 300;
  min-height: 100%;
  min-width: 320px;
  overflow-x: hidden;
  /*padding-top: 80px;*/
  position: relative; }
  body.modal-open {
    padding-right: 0 !important; }
  body.loading {
    overflow: hidden; }
  @media (min-width: 768px) {
    body {
      /*padding-top: 65px;*/ } }
  @media (min-width: 992px) {
    body {
      /*padding-top: 87px;*/ } }

img {
  max-width: 100%;
  height: auto; }

.mainpanel {
  background-color: #fff; }

.container {
  width: 100%;
  max-width: 1164px;
  margin: 0 auto !important; }

.container-fluid {
  max-width: 1440px; }

#sidepanel {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  z-index: 8;
  background-color: #fff;
  height: 100%;
  padding: 100px 20px 20px;
  opacity: 0;
  visibility: hidden;
  transform: translate(50px, 0);
  transition: all 0.4s ease; }
  #sidepanel.active {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
    z-index:99 }
  @media (min-width: 569px) {
    #sidepanel {
      width: 300px; } }
  @media (min-width: 992px) {
    #sidepanel.active {
      opacity: 0;
      visibility: hidden;
      transform: translate(50px, 0); } }
  #sidepanel .close-toggle {
    float: right;
    font-weight: bold;
    font-size: 24px;
    display: inline-block;
    width: 36px;
    text-align: center;
    color: #5d3e13; }
  #sidepanel .mobile-menu {
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0; }
    #sidepanel .mobile-menu a {
      font-weight: 300;
      text-transform: uppercase;
      line-height: 40px; }

.default-section {
  padding: 50px 0 30px; }

.shade-dark {
  position: relative;
  z-index: 1; }
  .shade-dark:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.45);
    z-index: -1; }

.btn {
    background-color: #ed1386;
    border: 5px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 22px;
    padding: 8px 23px;
    text-transform: uppercase;
}

.btn:hover,
.btn:active,
.btn:focus {
    color: #fff;
    background-color: #65c7c1;
}


  .btn.alter-btn {
    background-color: #f8df5f;
    color: #40444d; }
    .btn.alter-btn:hover, .btn.alter-btn:active, .btn.alter-btn:focus {
      color: #fff;
      background-color: #66c6c2; }
  @media (min-width: 992px) {
    .btn {
      font-size: 22px;
      line-height: 26px;
      padding: 15px 30px 13px; } }

.s-media ul {
  padding: 10px 0 0px;
  margin: 0; }
  .s-media ul .me-wrp {
    display: inline-block;
    vertical-align: middle;
    padding: 0 4px;
    font-size: 30px; }

.wpcf7-validation-errors {
  display: none; }

.wpcf7-mail-sent-ok {
  margin: 0 20px 20px !important; }

.list-form-items {
  list-style: none;
  padding: 20px 0;
  margin: 0; }
  @media (min-width: 992px) {
    .list-form-items {
      padding: 20px; } }
  .list-form-items .form-item {
    display: block;
    margin-bottom: 15px;
    position: relative; }
    .list-form-items .form-item .wpcf7-not-valid-tip {
      position: absolute;
      top: 13px;
      border: 1px solid #f00;
      border-radius: 5px;
      font-size: 16px;
      padding: 0 5px;
      background-color: #fff;
      right: 12px; }
    .list-form-items .form-item .wpcf7-form-control-wrap {
      position: unset; }
    .list-form-items .form-item label {
      display: block;
      color: #636363;
      font-size: 16px;
      font-weight: 300;
      margin: 3px 0 0; }
    .list-form-items .form-item input,
    .list-form-items .form-item select,
    .list-form-items .form-item textarea {
      width: 100%;
      border: 1px solid #c8c8c8;
      padding: 8px 10px;
      line-height: 20px;
      max-height: 120px;
      resize: none;
      border-radius: 0;
      font-weight: 300;
      font-size: 16px; }
      .list-form-items .form-item input.wpcf7-not-valid,
      .list-form-items .form-item select.wpcf7-not-valid,
      .list-form-items .form-item textarea.wpcf7-not-valid {
        border-color: #f00; }
  .list-form-items .form-submit input {
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background-color: #197d8e;
    padding: 5px 20px;
    border-radius: 10px;
    display: inline-block;
    border: 2px solid #197d8e!important;
    border-style: solid;
    font-size: 18px;
    transition: all 0.4s ease;
    font-weight: 500; }
    .list-form-items .form-submit input:hover, .list-form-items .form-submit input:active, .list-form-items .form-submit input:focus {
      background-color: #fff;
      border-color: #197d8e;
      color: #197d8e; }
  .list-form-items .color-red {
    color: #ec0089; }

#modal-contact form.sent {
  padding: 1px; }

#modal-contact .modal-content {
  border: none;
  background-color: transparent; }
  #modal-contact .modal-content .modal-body {
    border-top: 40px solid transparent;
    padding: 0; }
    #modal-contact .modal-content .modal-body .wpcf7 {
      background-color: #fff;
      border-radius: .3rem;
      padding: 0 15px; }

#modal-contact button.close {
  top: -34px;
  position: absolute;
  right: 15px;
  color: #fff;
  opacity: .7; }
  #modal-contact button.close:hover, #modal-contact button.close:active, #modal-contact button.close:focus {
    opacity: 1; }

.modal-backdrop.show {
  opacity: .9; }


/******************************************/
/***************** HEADER *****************/
/******************************************/
.header {
    padding: 0 0 15px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

.header .top {
    background-color: #008080;
    text-align: center;
    padding: 5px 0;
}

.header .top ul {
    padding: 0;
    margin: 0;
}

.header .top ul li {
    margin: 0 15px;
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

.header .top a {
    text-transform: uppercase;
    color: #fff;
    transition: all 0.4s ease;
}

.header .top a:hover,
.header .top a:active,
.header .top a:focus {
    color: #c29049;
}

.header .top a.address_link:before {
    content: "\f3c5";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    margin-right: 4px;
}

a[href^=tel] i {
    transform: scaleX(-1);
}

.header .bottom {
    background-color: transparent;
    background-size: 100% 100%;
    background-position: left bottom;
    background-size: cover;
    border: none;
    background-repeat: no-repeat;
    padding-top: 0px;
}

.header .tb-layout {
    display: table;
    width: 100%;
}

.header .tb-layout .tb-item {
    display: table-cell;
    vertical-align: middle;
}

.header .tb-layout .tb-item.left {
    padding-right: 15px;
}

.header .tb-layout .tb-item.right {
    text-align: right;
}

.header .bottom .desktop-view {
    display: none;
}

.header .bottom .mobile-trigger {
    padding: 10px 10px 5px;
}

.header .bottom .mobile-trigger .fa {
    color: #013724;
    font-size: 30px;
}

@media(max-width: 767px) {
    .header .top ul li+li {
        margin-top: 5px;
    }
}

@media (min-width: 768px) {
    .header {
        border: none;
        padding: 0;
    }

    .header .top ul li {
        display: inline-block;
    }

    .header .tb-layout .tb-item.right {
        vertical-align: middle;
    }
}


@media (min-width: 992px) {
    .header {
        /*padding-bottom: 25px;*/
    }

    .header .bottom .mobile-trigger {
        display: none;
    }

    .header .bottom {
        /*padding-bottom: 6rem;*/
    }

    .header .bottom .tb-layout .tb-item {
        vertical-align: middle;
    }

    .header .bottom .tb-layout .tb-item.right {
        vertical-align: middle;
    }

    .header .bottom .desktop-view {
        display: block;
    }

    .header.bottom .mobile-view {
        display: none;
    }

    .header .bottom .phone-details {
        font-weight: 300;
        color: #fff;
        font-size: 16px;
    }

    .header .phone-details a {
        color: #fff;
        font-weight: bold;
        transition: all 0.2s ease;
    }

    .header .phone-details a:hover,
    .header .phone-details a:active,
    .header .phone-details a:focus {
        color: #e1a426;
    }

    .header .address-details {
        font-weight: 300;
        color: #fff;
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .scroll-menu-wrap .scroll-menu {
        font-size: 0;
        margin: 0;
        padding: 0;
        text-align: right;
    }

    .scroll-menu-wrap .scroll-menu>li {
        line-height: 25px;
        display: inline-block;
        padding: 0 10px;
        font-size: 16px;
        text-transform: uppercase;
    }

    .scroll-menu-wrap .scroll-menu>li a {
        transition: all 0.4s ease;
        color: #000;
        display: block;
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        padding-bottom: 11px;
        padding-top: 10px;
        position: relative;
    }

    .scroll-menu-wrap .scroll-menu>li a:after {
        content: '';
        background-color: transparent;
        height: 4px;
        width: 100%;
        transition: all 0.3s ease;
        position: absolute;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .scroll-menu-wrap .scroll-menu>li a:hover,
    .scroll-menu-wrap .scroll-menu>li a:active,
    .scroll-menu-wrap .scroll-menu>li a:focus {
        color: #65c7c1;
    }

    /*.scroll-menu-wrap .scroll-menu>li a:hover:after,
    .scroll-menu-wrap .scroll-menu>li a:active:after,
    .scroll-menu-wrap .scroll-menu>li a:focus:after {
        content: '';
        background-color: #65c7c1;
    }*/
}

@media (min-width: 1200px) {
    .scroll-menu-wrap .scroll-menu>li {
        padding: 0 12px;
        font-size: 20px;
    }
}

/******************************************/
/***************** FOOTER *****************/
/******************************************/
.footer:before {
    content: '';
    display: block;
    background-size: 100% 100%;
    background-position: left bottom;
    background-size: cover;
    border: none;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

.footer {
    color: #fff;
    line-height: 1.2em;
    /*position: absolute;
    bottom: 0;
    left: 0;
    right: 0;*/
    z-index: 1;
}

.footer .top {
    background-color: #65c7c1;
    padding: 20px 0 40px;
}

.footer .top .footer-desc {
    color: #40444d;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}

.footer .bottom {
    padding: 20px 0;
    background-color: #ed1386;
}

.footer .bottom a {
    color: #fff;
}

.footer .bottom a:hover,
.footer .bottom a:active,
.footer .bottom a:focus {
    color: #f8dd6b;
}

.footer a[href^=tel] {
    font-weight: 400;
}

.footer p,
.footer li,
.footer a {
    color: #013724;
}

.footer .bottom .copyright-wrap p {
    color: #fff;
}

.footer a {
    transition: all 0.4s ease;
}

.footer a:hover,
.footer a:active,
.footer a:focus {
    color: #182e44;
}

.footer .footer-item {
    margin-bottom: 15px;
    text-align: center;
}

.footer iframe {
    width: 100%;
    /*max-width: 400px;*/
    height: 230px;
    margin-bottom: 10px;
}

.footer .phone-details {
    margin-bottom: 10px;
}

.footer .footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-menu li {
    font-size: 20px;
    line-height: 30px;
}

.footer .address-wrap p {
    margin-bottom: 10px;
}

.footer .footer-item {
    margin-bottom: 0;
}

.footer .top .footer-desc,
.footer .footer-menu,
.footer .address-wrap p,
.footer .phone-details {
    text-align: center;
}

.footer .widget-item+.widget-item {
    margin-top: 50px;
}

.footer .s-media {
    text-align: center;
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
    .footer .s-media {
        padding-left: 0px;
    }

    .footer .s-media a {
        font-size: 30px;
    }

    .footer .footer-item {
        text-align: left;
    }

    .footer .top {
        padding: 30px 0 60px;
    }

    .footer .footer-menu li {
        margin-top: 10px;
    }

    .footer .footer-item {
        /*max-width: 400px;*/
        margin: 0 auto;
    }

    .footer .widgets-wrap {
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .footer .widgets-wrap .widget-item:nth-child(2) {
        /*width: 100%;
        max-width: 50%;*/
    }

    .footer .widget-item+.widget-item {
        margin-top: 0px;
    }

    .footer .top .footer-desc,
    .footer .footer-menu,
    .footer .address-wrap p,
    .footer .phone-details {
        text-align: left;
    }
}



.main-banner {
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .main-banner .title {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 34px;
    line-height: 1.2em; }
  .main-banner .caption {
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    font-style: italic;
    line-height: 1.2em; }
  .main-banner .content {
    padding: 80px 0; }
  @media (min-width: 768px) {
    .main-banner {
      background-position: center top 20%; }
      .main-banner .content {
        padding: 100px 0 20px; }
      .main-banner .title {
        font-size: 44px; }
      .main-banner .caption {
        font-size: 30px; } }
  @media (min-width: 992px) {
    .main-banner .title {
      font-size: 80px;
      line-height: 89px; }
    .main-banner .caption {
      font-size: 36px;
      line-height: 43px;
      max-width: 717px;
      margin: 0 auto 30px; } }

/* ========================== */
.main-menu-wrap {
  display: none;
  text-align: center;
  padding: 40px 0 10px; }
  @media (min-width: 992px) {
    .main-menu-wrap {
      display: block; } }
  .main-menu-wrap .desktop-menu {
    margin: 0 -10px;
    display: inline-block;
    padding: 0; }
    .main-menu-wrap .desktop-menu:after {
      content: '';
      display: block;
      clear: both; }
    .main-menu-wrap .desktop-menu > li {
      display: inline-block;
      float: left;
      padding: 0 10px;
      margin: 0; }
      .main-menu-wrap .desktop-menu > li a {
        font-weight: 700;
        color: #000;
        position: relative;
        display: block;
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 11px;
        font-weight: 700;
        text-transform: uppercase;
        transition: all 0.4s ease; }
        .main-menu-wrap .desktop-menu > li a:after {
          content: '';
          background-color: transparent;
          height: 4px;
          width: 100%;
          transition: all 0.3s ease;
          position: absolute;
          top: auto;
          right: 0;
          bottom: 0;
          left: 0; }
        .main-menu-wrap .desktop-menu > li a:hover, .main-menu-wrap .desktop-menu > li a:active, .main-menu-wrap .desktop-menu > li a:focus {
          color: #dd1658; }
          .main-menu-wrap .desktop-menu > li a:hover:after, .main-menu-wrap .desktop-menu > li a:active:after, .main-menu-wrap .desktop-menu > li a:focus:after {
            content: '';
            background-color: #dd1658; }
      @media (min-width: 1200px) {
        .main-menu-wrap .desktop-menu > li {
          padding: 0 12px; }
          .main-menu-wrap .desktop-menu > li a {
            font-size: 20px; } }

/* ========================== */
.module-content-img .top {
    padding: 25px 15px 5px;
    text-align: center;
}

.module-content-img .top .title {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2em;
    font-family: 'Noto Serif';
}

.module-content-img .top .caption {
    font-size: 25px;
    font-weight: 300;
    line-height: 1.2em;
    font-family: 'Noto Serif';
}

.module-content-img .top .highlight {
    color: #e1a426;
    font-weight: 900;
    font-size: inherit;
}

@media (min-width: 768px) {
    .module-content-img .top {
        padding-top: 100px;
        padding-bottom: 30px;
    }

    .module-content-img .top .title {
        font-size: 40px;
        max-width: 930px;
        margin-left: auto;
        margin-right: auto;
    }

    .module-content-img .top .caption {
        font-size: 30px;
        max-width: 980px;
        margin-left: auto;
        margin-right: auto;
    }
}

.module-content-img .bottom .content {
    padding: 25px 15px 5px;
}

.module-content-img .bottom .content h1,
.module-content-img .bottom .content h2,
.module-content-img .bottom .content h3 {
    margin-bottom: 5px;
}

.module-content-img .bottom .content h1 strong,
.module-content-img .bottom .content h2 strong,
.module-content-img .bottom .content h3 strong {
    font-weight: 900;
}

.module-content-img .bottom .image-wrap {
    padding-bottom: 60%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .module-content-img .bottom .tb-layout {
      display: table;
      width: 100%;
      min-height: 480px;
  }

  .module-content-img .bottom .tb-layout .tb-item {
      display: table-cell;
      vertical-align: middle;
  }

  .module-content-img .bottom .tb-layout .tb-item.right {
      width: 40%;
  }

  .module-content-img .bottom .tb-layout .tb-item.left {
      width: 60%;
  }

  .module-content-img.inverted .bottom .tb-layout .tb-item.right {
    border-top-right-radius: 80px;
  }
  .module-content-img.regular .bottom .tb-layout .tb-item.right {
    border-top-left-radius: 80px;
  }


  .module-content-img .bottom .content {
    max-width: 900px;
    padding: 50px 40px 30px 20px;
    margin: 0 0 0 auto; }
  .module-content-img .bottom .image-wrap {
    padding-bottom: 0; } }

@media (max-width: 767px) {
  .module-content-img.inverted .tb-layout {
    display: flex;
    flex-direction: column; }
    .module-content-img.inverted .tb-layout .left {
      order: 1; }
    .module-content-img.inverted .tb-layout .right {
      order: 2; } }

@media (min-width: 768px) {
  .module-content-img.inverted .bottom .content {
    padding: 50px 20px 30px 40px;
    margin: 0 auto 0 0; } }

/* ========================== */
.module-contact-us {
  padding: 25px 0;
  text-align: center; 
}
  .module-contact-us .title {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    font-family: 'Noto Serif'; 
  }
  @media (min-width: 768px) {
    .module-contact-us .title {
      margin-bottom: 0; }
    .module-contact-us .tb-layout {
      display: table;
      width: 100%; }
      .module-contact-us .tb-layout .tb-item {
        display: table-cell;
        vertical-align: middle; }
        .module-contact-us .tb-layout .tb-item.left {
          text-align: left; }
        .module-contact-us .tb-layout .tb-item.right {
          text-align: right; } }
  @media (min-width: 992px) {
    .module-contact-us .title {
      font-size: 40px; } }
  @media (min-width: 1200px) {
    .module-contact-us {
      padding: 30px 0; } }

/* ========================== */
.custom-mcs {
  background-color: #fff; }
  .custom-mcs .container-fluid {
    max-width: 1340px; }
    @media (min-width: 768px) {
      .custom-mcs .container-fluid {
        padding-left: 20px;
        padding-right: 20px; } }
  .custom-mcs .top-wrap {
    padding: 50px 0 60%;
    position: relative;
    z-index: 1; }
    .custom-mcs .top-wrap .bg {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-repeat: no-repeat;
      background-position: bottom right;
      opacity: 1;
      z-index: -1;
      transition: all 0.2s ease; }
      @media (max-width: 767px) {
        .custom-mcs .top-wrap .bg {
          background-size: contain; } }
      @media (min-width: 768px) {
        .custom-mcs .top-wrap .bg {
          opacity: 1; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .custom-mcs .top-wrap .bg {
          background-size: 60%; } }
    .custom-mcs .top-wrap .title {
      text-align: center;
      font-size: 30px;
      color: #ec0089;
      font-weight: 700;
      margin-bottom: 30px; }
    .custom-mcs .top-wrap .content {
      max-width: 450px; }
      .custom-mcs .top-wrap .content h1,
      .custom-mcs .top-wrap .content h2,
      .custom-mcs .top-wrap .content h3 {
        margin-bottom: 5px; }
        .custom-mcs .top-wrap .content h1 strong,
        .custom-mcs .top-wrap .content h2 strong,
        .custom-mcs .top-wrap .content h3 strong {
          font-weight: bolder; }
    @media (min-width: 768px) {
      .custom-mcs .top-wrap {
        padding-bottom: 30px; } }
    @media (min-width: 992px) {
      .custom-mcs .top-wrap {
        padding-top: 100px; }
        .custom-mcs .top-wrap .title {
          font-size: 40px;
          margin-bottom: 70px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .custom-mcs .container-fluid:after {
      content: '';
      display: block;
      clear: both; }
    .custom-mcs .top-wrap .bg {
      background-size: 400px; }
    .custom-mcs .top-wrap .content {
      width: 50%;
      float: left; }
      .custom-mcs .top-wrap .content.one {
        padding-right: 15px; }
      .custom-mcs .top-wrap .content.two {
        padding-left: 15px; } }
  .custom-mcs .bottom-wrap {
    background-color: #e1a426;
    text-align: center;
    padding: 25px 0; }
    .custom-mcs .bottom-wrap .bottom-title {
      font-size: 48px;
      color: #fff;
      font-family: Anke_Calligraphic_FG, sans-serif;
      font-size: 30px;
      margin-bottom: 0;
      line-height: 1.2em; }
    @media (min-width: 992px) {
      .custom-mcs .bottom-wrap .bottom-title {
        font-size: 40px; } }
    @media (min-width: 1200px) {
      .custom-mcs .bottom-wrap {
        padding: 30px 0; }
        .custom-mcs .bottom-wrap .bottom-title {
          font-size: 48px; } }

/* ========================== */
.custom-ttd {
  text-align: center;
  padding-top: 50px; }
  .custom-ttd .container-fluid {
    position: relative;
    max-width: 1340px; }
  .custom-ttd .title {
    text-align: center;
    font-size: 30px;
    color: #ec0089;
    font-weight: 700;
    margin-bottom: 30px; }
  .custom-ttd .featured-items {
    font-size: 0; }
    .custom-ttd .featured-items .list-featured-image {
      list-style: none;
      padding: 0;
      margin: 0; }
      .custom-ttd .featured-items .list-featured-image li {
        margin-bottom: 30px;
        padding: 0 20px;
        min-width: 287px;
        display: inline-block;
        vertical-align: top; }
  @media (min-width: 992px) {
    .custom-ttd {
      padding-top: 120px; }
      .custom-ttd .title {
        font-size: 40px;
        margin-bottom: 70px; } }
  @media (min-width: 1200px) {
    .custom-ttd .featured-image {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
    .custom-ttd .featured-items {
      position: relative;
      z-index: 1; }
      .custom-ttd .featured-items .list-featured-image {
        height: 881px;
        position: relative; }
        .custom-ttd .featured-items .list-featured-image > li:nth-child(1) {
          position: absolute;
          left: 0;
          bottom: 83px; }
        .custom-ttd .featured-items .list-featured-image > li:nth-child(2) {
          position: absolute;
          left: 130px;
          bottom: 449px; }
        .custom-ttd .featured-items .list-featured-image > li:nth-child(4) {
          position: absolute;
          right: 130px;
          bottom: 449px; }
        .custom-ttd .featured-items .list-featured-image > li:nth-child(5) {
          position: absolute;
          right: 0;
          bottom: 83px; } }

/* ========================== */
.module-content-img-featured {
  padding: 50px 0 30px; }
  .module-content-img-featured .container-fluid {
    position: relative;
    max-width: 1300px; }
  .module-content-img-featured .title {
    text-align: center;
    font-size: 40px;
    color: #40444d;
    font-weight: 400;
    margin-bottom: 30px; 
    font-family: 'Noto Serif';
  }
  .module-content-img-featured .image-wrap {
    text-align: center;
    margin-bottom: 20px; }
    .module-content-img-featured .image-wrap img {
      display: inline-block; }
  @media (min-width: 992px) {
    .module-content-img-featured {
      padding: 120px 0 80px; }
      .module-content-img-featured .content {
        max-width: 600px; }
      .module-content-img-featured .tb-layout {
        display: table;
        width: 100%; }
        .module-content-img-featured .tb-layout .tb-item {
          display: table-cell;
          vertical-align: middle;
          width: 50%; }
          .module-content-img-featured .tb-layout .tb-item.left {
            padding-right: 30px; }
      .module-content-img-featured .title {
        margin-bottom: 40px; } }

/* ========================== */
.content-bg {
    padding: 50px 0 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    text-align: center;
}

.content-bg .container-fluid {
    max-width: 1200px;
}

@media (min-width: 768px) {
    .content-bg {
        padding: 350px 0 180px;
    }

    .content-bg h2 {
        font-size: 40px;
    }

    .content-bg h3 {
        font-size: 25px;
        font-weight: 400;
    }

    .content-bg p {
        font-size: 20px;
        font-weight: 300;
    }
}

@media (min-width: 992px) {
    .content-bg {
        padding: 300px 0;
    }

    .content-bg h2 {
        font-size: 48px;
    }

    .content-bg h3 {
        font-size: 30px;
        font-weight: 400;
    }

    .content-bg p {
        font-size: 24px;
        font-weight: 300;
    }
}

/* ========================== */
/* ========================== */
/* ========================== */
@media (max-width: 992px) {
    .stellar-bg {
        background-attachment: unset !important;
        background-position: top center !important;
    }
}

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


.display-none {
    display: none;
}

.mfp-iframe-holder .mfp-close:before {
    content: "CLOSE";
    font-weight: 700;
    color: #fff;
    font-size: 16px;
}

.mfp-iframe-holder .mfp-close {
    color: transparent;
    right: -20px;
}

.iframe-wrap {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.iframe-container {
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}

/* Then style the iframe to fit in the container div with full height and width */
.inline-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.height-inner-adjust {
    padding-top: 36px;
    padding-bottom: 35px;
}

body:not(.home) .default-section .title {
    font-size: 40px;
    color: #ec0089;
    font-weight: 700;
}

.default-section+.career-module {
    padding-top: 20px;
    margin-bottom: 150px;
}

.acn {
    margin: 0 auto;
}

.acn .heading {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    line-height: 28px;
    padding: 15px;
    cursor: pointer;
    background: #eee;
}

.acn .heading .fas {
    transform: rotate(0);
    /*transition: all 0.2s;*/
    font-size: 20px;
}

.acn .active.heading .fas {
    transform: rotate(-180deg);
}

.acn .not-active.heading .fas {
    transform: rotate(0deg);
}

.acn .contents+.heading {
    margin-top: 10px;
}

.acn .contents {
    display: none;
    background: #eee;
    padding: 0 15px 50px 15px;
}

.acn-wrapper {
    margin-bottom: 10px;
    background: #eee;
}

.acn .heading span {
    /*transition: all 0.4s ease;*/
}

.acn .heading span:hover {
    /*color: #ed0089;*/
}

.career-modal.link-btn a {
    background-color: #eb0887;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 37px;
    padding: 8px 15px;
    border-radius: 8px;
    border: none;
    transition: all 0.4s ease;
}

.career-modal.link-btn a:hover,
.career-modal.link-btn a:active,
.career-modal.link-btn a:focus {
    color: #fff;
    background-color: #e25982;
}

.career-module .acn .heading {
    transition: all 0.4s ease;
}

.career-module .acn .heading:hover,
.career-module .acn .heading.active {
    background: #eb0887 !important;
    color: #fff !important;
}

.career-module .acn .contents {
    padding-top: 15px;
}


.content-bg h2 {
    font-style: italic;
}

.team-section h2.heading {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #e91e83;
}

.experience-section h3 {
    font-weight: 700;
    color: #ed1386;
}

.experience-section li+li {
    margin-top: 10px;
}


.team-section h2.heading+p {
    font-family: 'Noto Serif';
    font-style: italic;
    font-size: 28px;
    line-height: 32px;
}

.module-content-img .content-wrap {
    background-repeat: no-repeat;
    background-position: center center;
}

.top-title {
    display: block;
    text-align: center;
    font-weight: 600;
    color: #63c7c3;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.caption-module h3,
.caption-module p {
    color: #128482;
    margin-bottom: 0;
}

.caption-module .top {
    padding: 60px 0;
}

.goal-section .content {
    text-align: left;
    width: 100%;
    max-width: 850px;
}

.goal-section .content ul {
    max-width: 500px;
}

.banner-module {
    background-color: #ed1386;
    overflow: hidden;
}
.banner-module h1.title {
  font-family: 'Noto Serif';
}

.banner-module h1.title,
.banner-module p {
    color: #fff;
    margin-bottom: 20px !important;
}

.banner-module.module-content-img .bottom .tb-layout .tb-item.left {
    padding: 9rem 0;
}

@media (max-width: 768px) {
    #quote.content-bg {
        padding: 200px 0 300px;
    }

    .banner-module.module-content-img .bottom .tb-layout .tb-item.left {
        padding: 200px 0;
    }

    .banner-module.module-content-img .bottom .tb-layout .tb-item.right {
        padding: 350px 0;
    }
}

@media (min-width: 768px) {
    .content-bg.goal-section {
        padding: 100px 0;
    }

    .banner-module.module-content-img .bottom .tb-layout .tb-item.right {
        width: 50%;
        border-bottom-left-radius: 80px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .banner-module.module-content-img .bottom .tb-layout .tb-item.left {
        width: 50%;
    }

    .banner-module.module-content-img .bottom .content {
        max-width: 700px;
    }
}

@media (min-width: 1600px) {
    .banner-module.module-content-img .bottom .tb-layout .tb-item.left {
        padding: 13rem 0;
    }
}

.links {
  margin-top: 10px;
}
.links ul {
  padding: 0;
  margin: 0;
}
.links ul li {
  list-style: none;
  display: inline-block;
}
.banner-module .btn {
  font-size: 16px;
  padding: 10px 20px;
}