/*
 * Font Family: Assistant
 * Fonts Weights: 200, 300, 400, 600, 700, 800
 */
@font-face {
  font-family: 'Assistant';
  font-weight: 200;
  font-style: normal;
  src: url(../fonts/assistant/Assistant-ExtraLight.eot);
  src: url(../fonts/assistant/Assistant-ExtraLight.woff) format("woff"), url(../fonts/assistant/Assistant-ExtraLight.ttf) format("truetype"), url(../fonts/assistant/Assistant-ExtraLight.svg) format("svg"); }
@font-face {
  font-family: 'Assistant';
  font-weight: 300;
  font-style: normal;
  src: url(../fonts/assistant/Assistant-Light.eot);
  src: url(../fonts/assistant/Assistant-Light.woff) format("woff"), url(../fonts/assistant/Assistant-Light.ttf) format("truetype"), url(../fonts/assistant/Assistant-Light.svg) format("svg"); }
@font-face {
  font-family: 'Assistant';
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/assistant/Assistant-Regular.eot);
  src: url(../fonts/assistant/Assistant-Regular.woff) format("woff"), url(../fonts/assistant/Assistant-Regular.ttf) format("truetype"), url(../fonts/assistant/Assistant-Regular.svg) format("svg"); }
@font-face {
  font-family: 'Assistant';
  font-weight: 600;
  font-style: normal;
  src: url(../fonts/assistant/Assistant-SemiBold.eot);
  src: url(../fonts/assistant/Assistant-SemiBold.woff) format("woff"), url(../fonts/assistant/Assistant-SemiBold.ttf) format("truetype"), url(../fonts/assistant/Assistant-SemiBold.svg) format("svg"); }
@font-face {
  font-family: 'Assistant';
  font-weight: 700;
  font-style: normal;
  src: url(../fonts/assistant/Assistant-Bold.eot);
  src: url(../fonts/assistant/Assistant-Bold.woff) format("woff"), url(../fonts/assistant/Assistant-Bold.ttf) format("truetype"), url(../fonts/assistant/Assistant-Bold.svg) format("svg"); }
@font-face {
  font-family: 'Assistant';
  font-weight: 800;
  font-style: normal;
  src: url(../fonts/assistant/Assistant-ExtraBold.eot);
  src: url(../fonts/assistant/Assistant-ExtraBold.woff) format("woff"), url(../fonts/assistant/Assistant-ExtraBold.ttf) format("truetype"), url(../fonts/assistant/Assistant-ExtraBold.svg) format("svg"); }
body {
  font-family: 'Assistant';
  margin: 0;
  padding-top: 194px;
  background: #fff; }
  body * {
    box-sizing: border-box;
    min-width: 0;
    min-height: 0; }
  body button {
    cursor: pointer; }
  body .container {
    width: 1180px;
    max-width: 100%;
    margin: auto;
    padding: 0 15px; }
  body .content {
    margin-top: 0; }
    body .content li {
      font-family: 'Assistant'; }
  body .fade-in {
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
    opacity: 0; }
  body .clearfix:after {
    display: table;
    clear: both;
    content: ''; }
  body .entry-content {
    font-size: 22px; }
    body .entry-content p {
      margin: 0 0 20px; }
  body .entry-image img {
    display: block;
    max-width: 100%; }
  body h1,
  body h2,
  body h3,
  body h4,
  body h5,
  body input,
  body .entry-content {
    font-family: 'Assistant'; }
  body .site-main-header {
    position: fixed;
    z-index: 99;
    top: 0;
    width: 100%;
    padding: 30px 100px 20px 45px;
    background: #fff;
    -webkit-box-shadow: 1px 2px 5px 0 rgba(145, 145, 145, 0.75);
    -moz-box-shadow: 1px 2px 5px 0 rgba(145, 145, 145, 0.75);
    box-shadow: 1px 2px 5px 0 rgba(145, 145, 145, 0.75); }
    body .site-main-header .header-top .site-logo {
      float: right;
      margin-left: 10px; }
    body .site-main-header .header-top .main-navigation {
      float: right;
      margin-top: 50px; }
      body .site-main-header .header-top .main-navigation ul {
        margin: 0;
        padding: 0;
        list-style-type: none; }
        body .site-main-header .header-top .main-navigation ul li {
          position: relative;
          float: right; }
          body .site-main-header .header-top .main-navigation ul li a {
            -webkit-transition: all 150ms ease;
            -moz-transition: all 150ms ease;
            -ms-transition: all 150ms ease;
            -o-transition: all 150ms ease;
            transition: all 150ms ease;
            font-size: 26px;
            font-weight: 500;
            position: relative;
            padding: 0 10px 10px;
            text-decoration: none;
            color: #050505; }
            body .site-main-header .header-top .main-navigation ul li a:hover {
              color: #00aeea;
              border-bottom: 1px solid #00aeea; }
              body .site-main-header .header-top .main-navigation ul li a:hover:after {
                position: absolute;
                top: 100%;
                right: 0;
                left: 0;
                width: 0;
                height: 0;
                margin: auto;
                content: '';
                border-top: 7px solid #00aeea;
                border-right: 7px solid transparent;
                border-left: 7px solid transparent; }
          body .site-main-header .header-top .main-navigation ul li:hover ul.sub-menu {
            z-index: 5;
            visibility: visible;
            opacity: 1; }
          body .site-main-header .header-top .main-navigation ul li ul.sub-menu {
            -webkit-transition: all 150ms ease;
            -moz-transition: all 150ms ease;
            -ms-transition: all 150ms ease;
            -o-transition: all 150ms ease;
            transition: all 150ms ease;
            position: absolute;
            z-index: -1;
            top: 100%;
            right: 0;
            visibility: hidden;
            min-width: 280px;
            padding: 30px 10px 10px;
            text-align: center;
            white-space: nowrap;
            opacity: 0;
            background: #fff; }
            body .site-main-header .header-top .main-navigation ul li ul.sub-menu li {
              float: none;
              border-bottom: 1px solid #eee; }
              body .site-main-header .header-top .main-navigation ul li ul.sub-menu li:last-child {
                border-bottom: none; }
              body .site-main-header .header-top .main-navigation ul li ul.sub-menu li a {
                display: block;
                padding: 5px 0; }
                body .site-main-header .header-top .main-navigation ul li ul.sub-menu li a:hover {
                  border-bottom: none; }
                  body .site-main-header .header-top .main-navigation ul li ul.sub-menu li a:hover:after {
                    display: none; }
              body .site-main-header .header-top .main-navigation ul li ul.sub-menu li:hover ul.sub-menu {
                z-index: 5;
                visibility: visible;
                opacity: 1; }
              body .site-main-header .header-top .main-navigation ul li ul.sub-menu li ul.sub-menu {
                z-index: -1;
                top: 0;
                right: 100%;
                visibility: hidden;
                padding-top: 5px;
                padding-bottom: 10px;
                opacity: 0; }
    body .site-main-header .header-top .header-phone {
      float: left;
      margin-top: 39px; }
      body .site-main-header .header-top .header-phone a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        align-items: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        text-decoration: none; }
        body .site-main-header .header-top .header-phone a .entry-text {
          font-size: 46px;
          font-weight: 700; }
        body .site-main-header .header-top .header-phone a .entry-icon {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          justify-content: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          align-items: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          font-size: 38px;
          width: 49px;
          height: 49px;
          margin-right: 10px;
          border: 2px solid #00aeea;
          border-radius: 50%;
          border-radius: 50%; }
  body ul.slider {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  body .section-main-slider {
    padding: 0; }
    body .section-main-slider .entry-slider-home .slider .slide {
      height: 530px;
      padding-top: 150px;
      background-position: center center;
      background-size: cover; }
      body .section-main-slider .entry-slider-home .slider .slide .entry-caption .title {
        font-size: 82px;
        font-weight: 800;
        color: #fff; }
  body .sticky-form {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    position: fixed;
    top: 210px;
    left: 40px;
    width: 315px;
    padding: 0 25px 35px;
    border: 2px solid #00aeef;
    border-radius: 30px;
    background: #fff; }
    body .sticky-form.open {
      -moz-transform: translate(-40px, 0);
      -o-transform: translate(-40px, 0);
      -ms-transform: translate(-40px, 0);
      -webkit-transform: translate(-40px, 0);
      transform: translate(-40px, 0); }
    body .sticky-form .btn-form-toggle-js {
      -webkit-transition: all 150ms ease;
      -moz-transition: all 150ms ease;
      -ms-transition: all 150ms ease;
      -o-transition: all 150ms ease;
      transition: all 150ms ease;
      position: fixed;
      top: 30px;
      left: 313px;
      display: block;
      display: none;
      padding-top: 8px;
      border: none;
      border-radius: 5px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
      body .sticky-form .btn-form-toggle-js .fa {
        font-size: 32px;
        width: 42px;
        height: 42px;
        color: #fff; }
    body .sticky-form .form-wrap .header-form {
      padding: 0 8px;
      text-align: center; }
      body .sticky-form .form-wrap .header-form .entry-title {
        font-size: 33px;
        font-weight: 800;
        position: relative;
        padding-bottom: 10px;
        border-bottom: 1px solid #00aeef; }
        body .sticky-form .form-wrap .header-form .entry-title:after {
          position: absolute;
          top: 100%;
          right: 0;
          left: 0;
          width: 0;
          height: 0;
          margin: auto;
          content: '';
          border-top: 7px solid #00aeea;
          border-right: 7px solid transparent;
          border-left: 7px solid transparent; }
      body .sticky-form .form-wrap .header-form .entry-text {
        font-size: 23px;
        margin-bottom: 40px; }
    body .sticky-form .wpcf7 br {
      display: none; }
    body .sticky-form .wpcf7 .wpcf7-form-control-wrap {
      display: block;
      margin-bottom: 18px; }
      body .sticky-form .wpcf7 .wpcf7-form-control-wrap ::-webkit-input-placeholder {
        color: #000; }
      body .sticky-form .wpcf7 .wpcf7-form-control-wrap :-moz-placeholder {
        color: #000; }
      body .sticky-form .wpcf7 .wpcf7-form-control-wrap ::-moz-placeholder {
        color: #000; }
      body .sticky-form .wpcf7 .wpcf7-form-control-wrap :-ms-input-placeholder {
        color: #000; }
      body .sticky-form .wpcf7 .wpcf7-form-control-wrap input {
        font-size: 26px;
        font-weight: 300;
        display: block;
        width: 100%;
        height: 45px;
        padding: 0 10px 3px;
        border: none;
        border-radius: 15px;
        background: #d9f3fd; }
        body .sticky-form .wpcf7 .wpcf7-form-control-wrap input.wpcf7-not-valid {
          background: #ffc2c2; }
    body .sticky-form .wpcf7 .submit-wrap [type='submit'] {
      -webkit-transition: all 150ms ease;
      -moz-transition: all 150ms ease;
      -ms-transition: all 150ms ease;
      -o-transition: all 150ms ease;
      transition: all 150ms ease;
      font-size: 42px;
      font-weight: 700;
      width: 100%;
      height: 75px;
      cursor: pointer;
      color: #fff;
      border: none;
      border-radius: 10px; }
      body .sticky-form .wpcf7 .submit-wrap [type='submit']:hover {
        opacity: .75; }
    body .sticky-form .wpcf7 .wpcf7-not-valid-tip {
      display: none; }
    body .sticky-form .wpcf7 .wpcf7-response-output {
      width: 100%;
      margin: 0 !important;
      padding: 0;
      background: none; }
  body section {
    padding: 70px 0; }
  body .section-about .cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify; }
    body .section-about .cols .col-right {
      flex: 0 1 570px;
      -webkit-flex: 0 1 570px;
      -ms-flex: 0 1 570px;
      -webkit-box-flex: 0 1 570px;
      -moz-box-flex: 0 1 570px;
      -moz-flex: 0 1 570px;
      margin-left: 30px; }
      body .section-about .cols .col-right .entry-image {
        margin-top: 35px; }
    body .section-about .cols .col-left {
      flex: 1 550px;
      -webkit-flex: 1 550px;
      -ms-flex: 1 550px;
      -webkit-box-flex: 1 550px;
      -moz-box-flex: 1 550px;
      -moz-flex: 1 550px; }
      body .section-about .cols .col-left .entry-title {
        font-size: 65px;
        font-weight: 800;
        line-height: 1;
        margin: 0 0 15px;
        color: #000; }
      body .section-about .cols .col-left .entry-content h3,
      body .section-about .cols .col-left .entry-content h4 {
        font-size: 47px;
        font-weight: 800;
        margin: 10px 0;
        color: #000; }
  body hr {
    width: 93%;
    margin: auto;
    padding: 0 65px;
    border: .5px solid #dfdfdf; }
  body .section-offers {
    padding-bottom: 0; }
    body .section-offers .section-title {
      font-size: 51px;
      font-weight: 800;
      margin-bottom: 25px;
      text-align: center;
      color: #16b5f0; }
    body .section-offers .offers {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      margin: 0;
      padding: 45px 0 0;
      list-style-type: none;
      background-repeat: no-repeat;
      background-position: center top 10px; }
      body .section-offers .offers li {
        width: 50%;
        margin-bottom: 40px; }
        body .section-offers .offers li:nth-child(odd) {
          padding-left: 150px; }
        body .section-offers .offers li:nth-child(even) {
          padding-right: 150px; }
          body .section-offers .offers li:nth-child(even) a {
            margin-right: auto; }
        body .section-offers .offers li a {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          width: 390px;
          max-width: 100%;
          text-decoration: none; }
          body .section-offers .offers li a .entry-icon {
            flex: 0 0 90px;
            -webkit-flex: 0 0 90px;
            -ms-flex: 0 0 90px;
            -webkit-box-flex: 0 0 90px;
            -moz-box-flex: 0 0 90px;
            -moz-flex: 0 0 90px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            justify-content: center;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            align-items: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            font-size: 50px;
            height: 90px;
            margin-left: 30px;
            border: 3px solid #00aeef;
            border-radius: 50%; }
          body .section-offers .offers li a .entry-content {
            flex: 0 1 265px;
            -webkit-flex: 0 1 265px;
            -ms-flex: 0 1 265px;
            -webkit-box-flex: 0 1 265px;
            -moz-box-flex: 0 1 265px;
            -moz-flex: 0 1 265px; }
            body .section-offers .offers li a .entry-content .entry-title {
              font-size: 25px;
              font-weight: 600;
              margin: 0 0 5px;
              color: #16b5f0; }
            body .section-offers .offers li a .entry-content .entry-text {
              font-size: 20px;
              font-weight: 300;
              line-height: 1.2;
              color: #000; }
  body .section-logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    position: relative;
    height: 185px;
    margin-top: -15px;
    padding: 30px 135px;
    background: #e3e2e2; }
    body .section-logos *:focus {
      outline: none; }
    body .section-logos .slick-arrow {
      -moz-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      font-size: 52px;
      position: absolute;
      top: 50%;
      color: #fff;
      border: none;
      background: none; }
      body .section-logos .slick-arrow.slick-prev {
        right: -50px; }
      body .section-logos .slick-arrow.slick-next {
        left: -50px; }
    body .section-logos .slider .entry-image {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      align-items: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      height: 150px;
      padding: 0 35px; }
  body .section-testimonials .section-title {
    font-size: 51px;
    font-weight: 800;
    margin: 0 0 75px;
    text-align: center;
    color: #16b5f0; }
  body .section-testimonials .slider li {
    list-style-type: none; }
    body .section-testimonials .slider li .slide {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify; }
      body .section-testimonials .slider li .slide .entry-image {
        flex: 0 0 150px;
        -webkit-flex: 0 0 150px;
        -ms-flex: 0 0 150px;
        -webkit-box-flex: 0 0 150px;
        -moz-box-flex: 0 0 150px;
        -moz-flex: 0 0 150px;
        margin-left: 25px; }
        body .section-testimonials .slider li .slide .entry-image img {
          border: 3px solid #16b5f0;
          border-radius: 50%; }
      body .section-testimonials .slider li .slide .details {
        margin-top: -10px; }
        body .section-testimonials .slider li .slide .details .entry-title {
          font-size: 35px;
          font-weight: 400;
          margin: 0 0 10px;
          color: #16b5f0; }
        body .section-testimonials .slider li .slide .details .entry-text {
          font-size: 23px;
          font-weight: 300;
          margin-bottom: 15px;
          color: #000; }
        body .section-testimonials .slider li .slide .details .entry-name {
          font-size: 20px;
          font-weight: 300;
          color: #16b5f0; }
  body .slick-dots {
    margin-top: 60px;
    text-align: center; }
    body .slick-dots li {
      display: inline-block;
      overflow: hidden;
      margin-left: 20px; }
      body .slick-dots li button {
        -webkit-transition: all 150ms ease;
        -moz-transition: all 150ms ease;
        -ms-transition: all 150ms ease;
        -o-transition: all 150ms ease;
        transition: all 150ms ease;
        width: 23px;
        height: 23px;
        padding: 0;
        text-indent: -9999px;
        border: none;
        border: 1px solid #00aeef;
        border-radius: 50%;
        background: #fff; }
      body .slick-dots li.slick-active button {
        background: #00aeef; }
  body .section-media .section-title {
    font-size: 51px;
    font-weight: 800;
    margin: 0 0 85px;
    text-align: center;
    color: #16b5f0; }
  body .section-media .slider {
    overflow: hidden; }
    body .section-media .slider .slick-list {
      overflow: visible; }
    body .section-media .slider li.slick-slide {
      padding: 0 17.5px; }
      body .section-media .slider li.slick-slide .slide {
        height: 455px;
        text-align: center;
        border-radius: 20px;
        box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2); }
        body .section-media .slider li.slick-slide .slide *:focus {
          outline: none; }
        body .section-media .slider li.slick-slide .slide a {
          text-decoration: none; }
          body .section-media .slider li.slick-slide .slide a .entry-image {
            margin-bottom: 0; }
          body .section-media .slider li.slick-slide .slide a .image-logo {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            justify-content: center;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            align-items: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            height: 90px; }
            body .section-media .slider li.slick-slide .slide a .image-logo img {
              max-height: 40px; }
          body .section-media .slider li.slick-slide .slide a .entry-footer {
            display: block;
            padding: 0 30px; }
            body .section-media .slider li.slick-slide .slide a .entry-footer .entry-title {
              font-size: 32px;
              font-weight: 400;
              line-height: 1;
              margin: 0 0 10px;
              color: #16b5f0; }
            body .section-media .slider li.slick-slide .slide a .entry-footer .entry-text {
              font-size: 22px;
              font-weight: 300;
              padding: 0 40px;
              color: #000; }
  body .section-tabs {
    direction: rtl; }
    body .section-tabs *:focus {
      outline: none; }
    body .section-tabs .tabs {
      display: none; }
      body .section-tabs .tabs.ui-tabs {
        display: block; }
        body .section-tabs .tabs.ui-tabs .ui-tabs-panel {
          padding: 0; }
        body .section-tabs .tabs.ui-tabs ul.ui-tabs-nav {
          margin-bottom: 45px; }
          body .section-tabs .tabs.ui-tabs ul.ui-tabs-nav li {
            display: inline-block;
            float: right;
            margin: 0 0 20px 90px; }
            body .section-tabs .tabs.ui-tabs ul.ui-tabs-nav li:last-child {
              margin-left: 0; }
            body .section-tabs .tabs.ui-tabs ul.ui-tabs-nav li .ui-tabs-anchor {
              font-size: 27px;
              float: right;
              padding: 0 10px 10px;
              color: #000;
              border-bottom: 1px solid #000; }
            body .section-tabs .tabs.ui-tabs ul.ui-tabs-nav li.ui-state-active {
              font-weight: none; }
              body .section-tabs .tabs.ui-tabs ul.ui-tabs-nav li.ui-state-active .ui-tabs-anchor {
                color: #00aeef;
                border-bottom-color: #00aeef; }
                body .section-tabs .tabs.ui-tabs ul.ui-tabs-nav li.ui-state-active .ui-tabs-anchor:after {
                  position: absolute;
                  top: calc(100% - 1px);
                  right: 0;
                  left: 0;
                  width: 0;
                  height: 0;
                  margin: auto;
                  content: '';
                  border-top: 7px solid #00aeea;
                  border-right: 7px solid transparent;
                  border-left: 7px solid transparent; }
      body .section-tabs .tabs .tab-content .entry-title {
        font-size: 55px;
        font-weight: 900;
        margin-top: 0;
        margin-bottom: 30px;
        color: #16b5f0; }
      body .section-tabs .tabs .tab-content .cols {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify; }
        body .section-tabs .tabs .tab-content .cols .col {
          flex: 0 1 530px;
          -webkit-flex: 0 1 530px;
          -ms-flex: 0 1 530px;
          -webkit-box-flex: 0 1 530px;
          -moz-box-flex: 0 1 530px;
          -moz-flex: 0 1 530px;
          font-size: 20px;
          color: #000; }
          body .section-tabs .tabs .tab-content .cols .col.col-right {
            margin-left: 40px; }
  body .site-footer {
    display: block;
    clear: both; }
    body .site-footer .footer-top {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      padding: 40px 7% 45px 25px;
      color: #fff;
      background: #00aeef; }
      body .site-footer .footer-top .footer-menus {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        flex: 0 1 700px;
        -webkit-flex: 0 1 700px;
        -ms-flex: 0 1 700px;
        -webkit-box-flex: 0 1 700px;
        -moz-box-flex: 0 1 700px;
        -moz-flex: 0 1 700px;
        max-width: 100%; }
        body .site-footer .footer-top .footer-menus .footer-nav {
          float: right;
          margin-left: 40px; }
          body .site-footer .footer-top .footer-menus .footer-nav .entry-title {
            font-size: 27px;
            position: relative;
            margin: 0;
            padding-bottom: 10px;
            text-align: center;
            color: #fff;
            border-bottom: 1px solid #fff; }
            body .site-footer .footer-top .footer-menus .footer-nav .entry-title:after {
              position: absolute;
              top: 100%;
              right: 0;
              left: 0;
              width: 0;
              height: 0;
              margin: auto;
              content: '';
              border-top: 7px solid #fff;
              border-right: 7px solid transparent;
              border-left: 7px solid transparent; }
          body .site-footer .footer-top .footer-menus .footer-nav ul {
            padding: 0;
            list-style-type: none; }
            body .site-footer .footer-top .footer-menus .footer-nav ul li {
              margin-bottom: 10px;
              text-align: center; }
              body .site-footer .footer-top .footer-menus .footer-nav ul li a {
                font-size: 21px;
                font-weight: 300;
                text-decoration: none;
                color: #fff; }
                body .site-footer .footer-top .footer-menus .footer-nav ul li a:hover {
                  text-decoration: underline; }
      body .site-footer .footer-top .footer-contact {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        flex: 0 1 930px;
        -webkit-flex: 0 1 930px;
        -ms-flex: 0 1 930px;
        -webkit-box-flex: 0 1 930px;
        -moz-box-flex: 0 1 930px;
        -moz-flex: 0 1 930px;
        float: left; }
        body .site-footer .footer-top .footer-contact .entry-text {
          flex: 0 1 375px;
          -webkit-flex: 0 1 375px;
          -ms-flex: 0 1 375px;
          -webkit-box-flex: 0 1 375px;
          -moz-box-flex: 0 1 375px;
          -moz-flex: 0 1 375px;
          font-size: 25px;
          font-weight: 300;
          position: relative;
          margin-left: 20px; }
          body .site-footer .footer-top .footer-contact .entry-text .socials {
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 50px; }
            body .site-footer .footer-top .footer-contact .entry-text .socials a {
              font-size: 50px;
              display: block;
              margin-bottom: 5px; }
              body .site-footer .footer-top .footer-contact .entry-text .socials a:hover {
                opacity: .75; }
              body .site-footer .footer-top .footer-contact .entry-text .socials a span {
                display: block; }
              body .site-footer .footer-top .footer-contact .entry-text .socials a:hover {
                text-decoration: none; }
          body .site-footer .footer-top .footer-contact .entry-text h4 {
            font-size: 34px;
            font-weight: 800;
            margin: 0;
            color: #fff; }
          body .site-footer .footer-top .footer-contact .entry-text a {
            text-decoration: none;
            color: #fff; }
            body .site-footer .footer-top .footer-contact .entry-text a:hover {
              text-decoration: underline; }
          body .site-footer .footer-top .footer-contact .entry-text p {
            margin: 0; }
        body .site-footer .footer-top .footer-contact .map-wrap {
          flex: 0 1 540px;
          -webkit-flex: 0 1 540px;
          -ms-flex: 0 1 540px;
          -webkit-box-flex: 0 1 540px;
          -moz-box-flex: 0 1 540px;
          -moz-flex: 0 1 540px;
          color: #000; }
          body .site-footer .footer-top .footer-contact .map-wrap .map-canvas {
            width: 100%;
            height: 265px; }
    body .site-footer .footer-bottom {
      height: 50px;
      background: #015372; }
  body .sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }

#mn-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  position: fixed;
  z-index: 9999;
  top: 24px;
  left: 10px;
  width: 35px;
  height: 35px;
  border: none;
  border-radius: 5px;
  background: #16ace4; }
  #mn-trigger:focus {
    outline: none; }
  #mn-trigger:hover {
    opacity: 1; }
  #mn-trigger #mn-icon {
    position: relative;
    width: 30px;
    height: 40px;
    cursor: pointer; }
    #mn-trigger #mn-icon .mn-line {
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -ms-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease;
      position: absolute;
      left: 0;
      display: block;
      width: 100%;
      height: 3px;
      opacity: 1;
      border-radius: 9px;
      background: white; }
      #mn-trigger #mn-icon .mn-line:nth-child(1) {
        top: 6px; }
      #mn-trigger #mn-icon .mn-line:nth-child(2), #mn-trigger #mn-icon .mn-line:nth-child(3) {
        top: 15px; }
      #mn-trigger #mn-icon .mn-line:nth-child(4) {
        top: 24px; }

#mn-menu {
  -moz-transform: translate(250px, 0);
  -o-transform: translate(250px, 0);
  -ms-transform: translate(250px, 0);
  -webkit-transform: translate(250px, 0);
  transform: translate(250px, 0);
  -webkit-box-shadow: 2px 0 5px 2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 0 5px 2px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 0 5px 2px rgba(0, 0, 0, 0.75);
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  overflow: auto;
  width: 250px;
  height: 100%;
  padding: 20px;
  background: #16ace4; }
  #mn-menu ul:not(.sub-menu) {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    #mn-menu ul:not(.sub-menu) > li {
      position: relative;
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid #eee; }
      #mn-menu ul:not(.sub-menu) > li:last-child {
        border-bottom: none; }
      #mn-menu ul:not(.sub-menu) > li > a {
        font-size: 18px;
        display: block;
        text-decoration: none;
        color: #fff; }
      #mn-menu ul:not(.sub-menu) > li.menu-item-has-children:after {
        font-family: 'FontAwesome';
        position: absolute;
        top: 4px;
        left: 0;
        content: '\f107';
        color: #fff; }
      #mn-menu ul:not(.sub-menu) > li ul.sub-menu {
        display: none;
        margin: 0;
        padding: 0;
        list-style-type: none;
        opacity: 1; }
        #mn-menu ul:not(.sub-menu) > li ul.sub-menu li {
          display: block;
          padding: 5px 0; }
          #mn-menu ul:not(.sub-menu) > li ul.sub-menu li > a {
            font-size: 16px;
            display: block;
            text-decoration: none;
            color: #fff; }

#mn-overlay {
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  opacity: 0; }

body.mn-active {
  overflow: hidden; }
  body.mn-active #site-wrap {
    overflow: hidden; }
  body.mn-active #mn-trigger #mn-icon span:nth-child(1), body.mn-active #mn-trigger #mn-icon span:nth-child(4) {
    top: 16px;
    left: 50%;
    width: 0; }
  body.mn-active #mn-trigger #mn-icon span:nth-child(2) {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  body.mn-active #mn-trigger #mn-icon span:nth-child(3) {
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  body.mn-active #mn-menu {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  body.mn-active #mn-overlay {
    position: fixed;
    z-index: 9998;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: rgba(0, 0, 0, 0.7); }

.show-for-mobile {
  display: none !important; }

.btn-link-arrow {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  position: relative;
  top: -6px;
  width: 23px;
  height: 23px;
  text-decoration: none;
  border: 1px solid #00aeef;
  border-radius: 50%; }

.page-id-47 .post-47 .entry-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify; }
.page-id-47 .one-half {
  padding-left: 30px; }
.page-id-47 .wpcf7 .wpcf7-response-output {
  clear: both;
  margin: 0;
  padding: 0;
  border: none; }
.page-id-47 .wpcf7 .wpcf7-not-valid {
  border: 1px solid red !important; }
.page-id-47 .wpcf7 .wpcf7-not-valid-tip {
  display: none; }
.page-id-47 .wpcf7 .wpcf7-validation-errors {
  color: red; }
.page-id-47 .wpcf7 .wpcf7-mail-sent-ok {
  color: green; }
.page-id-47 .wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 5px; }
.page-id-47 .wpcf7 input,
.page-id-47 .wpcf7 select,
.page-id-47 .wpcf7 textarea {
  font-family: 'Assistant';
  padding: 10px; }
.page-id-47 .wpcf7 .wpcf7-submit {
  font-size: 20px;
  float: left;
  width: 200px;
  color: #fff;
  border: none; }

.page-id-47 .content {
  float: none; }

.gallery-columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap; }
  .gallery-columns-3 .gallery-item {
    width: 33%;
    margin: 0 0 50px;
    padding: 0 15px; }
    .gallery-columns-3 .gallery-item img {
      max-width: 100%;
      height: auto; }

.section-testimonials-bottom {
  clear: both;
  padding: 65px 0;
  background: #f7f7f7; }
  .section-testimonials-bottom .section-title {
    font-size: 52px;
    font-weight: 900;
    margin-top: 0;
    text-align: center; }
  .section-testimonials-bottom .testimonial-content .cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center; }
    .section-testimonials-bottom .testimonial-content .cols .col-image {
      flex: 0 1 165px;
      -webkit-flex: 0 1 165px;
      -ms-flex: 0 1 165px;
      -webkit-box-flex: 0 1 165px;
      -moz-box-flex: 0 1 165px;
      -moz-flex: 0 1 165px;
      margin-left: 50px; }
      .section-testimonials-bottom .testimonial-content .cols .col-image img {
        border: 2px solid #16b5f0;
        border-radius: 50%; }
    .section-testimonials-bottom .testimonial-content .cols .col-content {
      flex: 0 1 830px;
      -webkit-flex: 0 1 830px;
      -ms-flex: 0 1 830px;
      -webkit-box-flex: 0 1 830px;
      -moz-box-flex: 0 1 830px;
      -moz-flex: 0 1 830px; }
      .section-testimonials-bottom .testimonial-content .cols .col-content .entry-title {
        font-size: 32px;
        margin-top: 0;
        margin-bottom: 10px; }
      .section-testimonials-bottom .testimonial-content .cols .col-content .entry-text {
        font-size: 18px;
        margin-bottom: 15px;
        text-align: justify; }
      .section-testimonials-bottom .testimonial-content .cols .col-content .entry-name {
        font-size: 18px;
        color: #16b5f0;
        margin-bottom: 10px; }
      .section-testimonials-bottom .testimonial-content .cols .col-content .more {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        align-items: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center; }
        .section-testimonials-bottom .testimonial-content .cols .col-content .more .line {
          width: 100%;
          height: 6px;
          border-top: 1px solid #16b5f0;
          border-bottom: 1px solid #16b5f0; }
        .section-testimonials-bottom .testimonial-content .cols .col-content .more a {
          flex: 0 0 200px;
          -webkit-flex: 0 0 200px;
          -ms-flex: 0 0 200px;
          -webkit-box-flex: 0 0 200px;
          -moz-box-flex: 0 0 200px;
          -moz-flex: 0 0 200px;
          font-size: 24px;
          font-weight: 700;
          position: relative;
          top: -3px;
          margin-right: 20px;
          text-align: left;
          text-decoration: none; }
          .section-testimonials-bottom .testimonial-content .cols .col-content .more a span {
            display: -webkit-inline-box;
            display: -webkit-inline-flex;
            display: -moz-inline-flex;
            display: -ms-inline-flexbox;
            display: inline-flex;
            justify-content: center;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            align-items: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            font-size: 16px;
            position: relative;
            top: -2px;
            width: 25px;
            height: 25px;
            border: 1px solid #16b5f0;
            border-radius: 50%; }

/*# sourceMappingURL=ys-style.css.map */
