/*
	Theme Name: Internet Foundation
	Description: Internet Foundation Theme
	Version: 1.0.0
	Author: Creative Monster
	Author URI: https://www.creativemonster.co.uk/
*/
@import url(css/normalize.min.css);
@import url(css/owl.carousel.min.css);
@import url(css/owl.theme.default.min.css);
@import url(css/lity.min.css);
@font-face {
  font-family: 'Neptune';
  src: url("fonts/Neptune-Light.woff2") format("woff2"), url("fonts/Neptune-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Neptune';
  src: url("fonts/Neptune-ExtraboldItalic.woff2") format("woff2"), url("fonts/Neptune-ExtraboldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: 'Neptune';
  src: url("fonts/Neptune-BoldItalic.woff2") format("woff2"), url("fonts/Neptune-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Neptune';
  src: url("fonts/Neptune-Extrabold.woff2") format("woff2"), url("fonts/Neptune-Extrabold.woff") format("woff");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Neptune';
  src: url("fonts/Neptune-Italic.woff2") format("woff2"), url("fonts/Neptune-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Neptune';
  src: url("fonts/Neptune-Extralight.woff2") format("woff2"), url("fonts/Neptune-Extralight.woff") format("woff");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Neptune';
  src: url("fonts/Neptune-Regular.woff2") format("woff2"), url("fonts/Neptune-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Neptune';
  src: url("fonts/Neptune-ExtralightItalic.woff2") format("woff2"), url("fonts/Neptune-ExtralightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'Neptune';
  src: url("fonts/Neptune-Medium.woff2") format("woff2"), url("fonts/Neptune-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Neptune';
  src: url("fonts/Neptune-MediumItalic.woff2") format("woff2"), url("fonts/Neptune-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Neptune';
  src: url("fonts/Neptune-Bold.woff2") format("woff2"), url("fonts/Neptune-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Neptune';
  src: url("fonts/Neptune-LightItalic.woff2") format("woff2"), url("fonts/Neptune-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic; }

/*! Pushy - v1.1.0 - 2017-1-30
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */
/* Menu Appearance */
.pushy {
  position: fixed;
  width: 300px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #00a1df;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */ }
  .pushy a {
    display: block;
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
    outline: 0; }
  .pushy ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .pushy a:hover {
    color: #FFF; }
  .pushy ul:first-child {
    margin-top: 10px; }
  .pushy.pushy-left {
    left: 0; }
  .pushy.pushy-right {
    right: 0; }

.pushy-content {
  visibility: hidden;
  margin-top: 60px; }

/* Menu Movement */
.pushy-left {
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0); }

.pushy-open-left #container,
.pushy-open-left .push {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0); }

.pushy-right {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0); }

.pushy-open-right #container,
.pushy-open-right .push {
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0); }

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
  visibility: visible; }

/* Menu Transitions */
#container,
.pushy,
.push {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99), -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99); }

.pushy-content {
  -webkit-transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99); }

/* Site Overlay */
.site-overlay {
  display: none; }

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
  animation: fade 500ms; }

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

@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* Submenu Appearance */
.pushy-submenu {
  /* Submenu Buttons */
  /* Submenu Icon */ }
  .pushy-submenu ul {
    padding-left: 15px;
    -webkit-transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
    transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out; }
    .pushy-submenu ul .pushy-link {
      -webkit-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out; }
  .pushy-submenu button {
    width: 100%;
    color: #b3b3b1;
    padding: 15px 30px;
    text-align: left;
    background: transparent;
    border: 0; }
    .pushy-submenu button:hover {
      color: #FFF; }
  .pushy-submenu > a,
  .pushy-submenu > button {
    position: relative; }
  .pushy-submenu > a::after,
  .pushy-submenu > button::after {
    content: '';
    display: block;
    height: 11px;
    width: 8px;
    position: absolute;
    top: 50%;
    right: 15px;
    background: url("../img/arrow.svg") no-repeat;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s; }

/* Submenu Movement */
.pushy-submenu-closed ul {
  max-height: 0;
  overflow: hidden;
  visibility: hidden; }

.pushy-submenu-closed .pushy-link {
  opacity: 0; }

.pushy-submenu-open {
  /* Submenu Icon */ }
  .pushy-submenu-open ul {
    max-height: 1000px;
    visibility: visible; }
  .pushy-submenu-open .pushy-link {
    opacity: 1; }
  .pushy-submenu-open a::after,
  .pushy-submenu-open button::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg); }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

html {
  font-size: 1rem;
  overflow-x: hidden; }

body {
  font-family: "Neptune", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #7b858c;
  position: relative;
  background-image: -webkit-linear-gradient(104deg, #eef1f6, #fcfdfd);
  background-image: linear-gradient(346deg, #eef1f6, #fcfdfd);
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal; }
  h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    color: #08597a; }

h1 {
  font-size: 2.25rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: normal; }

h2 {
  font-size: 2rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal; }

p {
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: normal;
  margin: 0 0 20px; }

ul {
  padding: 0 0 0 15px;
  margin: 20px 0;
  list-style: none; }
  ul li {
    margin-bottom: 10px;
    position: relative; }
    ul li::before {
      content: "\2022";
      color: #00a1df;
      display: inline-block;
      width: 1rem;
      margin-left: -1rem;
      position: absolute;
      top: -10px;
      font-size: 2rem; }

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  outline: 0; }
  a:hover {
    font-weight: bold; }
  a:focus {
    outline: 0; }

img {
  display: block;
  max-width: 100%;
  vertical-align: middle; }

.heading-border {
  position: relative;
  margin-bottom: 40px; }
  .heading-border::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #00a1df; }
  .heading-border.center::after {
    right: 0;
    margin: auto; }

.heading-number {
  position: relative;
  padding-left: 100px;
  padding-top: 12px; }
  .heading-number::before {
    position: absolute;
    content: '3';
    font-size: 3.25rem;
    width: 75px;
    height: 75px;
    background-color: #08597a;
    border-radius: 50%;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    left: 0;
    top: 0; }
  .heading-number::after {
    left: 100px; }

.btn {
  height: 50px;
  border-radius: 30px;
  box-shadow: 0 5px 20px 0 rgba(123, 133, 140, 0.25);
  background-color: #ffffff;
  line-height: 50px;
  padding: 0 30px;
  min-width: 150px;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  font-weight: 400; }
  .btn:focus {
    outline: 0; }
  .btn:hover {
    background-color: #08597a;
    color: #fff;
    font-weight: 400; }
  .btn.azure {
    background-color: #00a1df;
    color: #fff; }
    .btn.azure:hover {
      background-color: #08597a;
      color: #fff; }

.btn-img {
  padding-left: 70px;
  position: relative;
  background-color: #fff;
  color: #00a1df;
  box-shadow: 0 5px 20px 0 rgba(61, 65, 66, 0.05); }
  .btn-img:hover {
    background-color: #08597a;
    color: #fff; }
    .btn-img:hover::before {
      background-color: #08597a; }
  .btn-img::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    background-color: #00a1df;
    border-radius: 30px 0 0 30px;
    background-image: url(img/play-arrow.svg);
    background-size: 14px 15px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .btn-img.medium::before {
    background-image: url(img/medium.svg);
    background-size: 23px 19px;
    background-position-x: 16px; }

.btn-group .btn:first-of-type {
  margin-right: 20px; }
  @media (max-width: 1200px) {
    .btn-group .btn:first-of-type {
      margin-right: 15px; } }
  @media (max-width: 991px) {
    .btn-group .btn:first-of-type {
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .btn-group .btn:first-of-type {
      margin-bottom: 0; } }
  @media (max-width: 575px) {
    .btn-group .btn:first-of-type {
      margin-bottom: 20px;
      margin-right: 0; } }

.wrapper {
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1250px; }
  @media (max-width: 991px) {
    .wrapper {
      padding-left: 15px;
      padding-right: 15px; } }

.col-wrap {
  margin: 0 -25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start; }
  @media (max-width: 991px) {
    .col-wrap {
      margin: 0 -15px; } }
  @media (max-width: 767px) {
    .col-wrap {
      display: block; } }
  .col-wrap.wrap {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap; }
  .col-wrap .col-01,
  .col-wrap .col-02,
  .col-wrap .col-03,
  .col-wrap .col-04,
  .col-wrap .col-3rd {
    margin: 0 25px;
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      .col-wrap .col-01,
      .col-wrap .col-02,
      .col-wrap .col-03,
      .col-wrap .col-04,
      .col-wrap .col-3rd {
        margin-bottom: 0;
        margin: 0 15px; } }
  .col-wrap .col-01 {
    -webkit-flex-basis: 100%;
            flex-basis: 100%; }
  .col-wrap .col-02 {
    -webkit-flex-basis: 50%;
            flex-basis: 50%; }
  .col-wrap .col-03 {
    -webkit-flex-basis: 33.33333%;
            flex-basis: 33.33333%; }
  .col-wrap .col-04 {
    -webkit-flex-basis: 25%;
            flex-basis: 25%; }
  .col-wrap .col-3rd {
    -webkit-flex-basis: 66.6666%;
            flex-basis: 66.6666%; }
  .col-wrap.center {
    text-align: center; }
  .col-wrap.justify {
    text-align: justify; }

.img-wrap {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  margin: 0 auto;
  min-height: 200px;
  width: auto;
  max-width: 100%; }
  @media (max-width: 767px) {
    .img-wrap {
      margin-top: 30px; } }

.bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-image: url(img/bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1; }

@media (min-width: 768px) {
  .bg-top {
    position: absolute;
    top: -14%;
    right: 0;
    left: 8%;
    margin: auto;
    z-index: -1;
    background-color: rgba(8, 89, 122, 0.8);
    width: 1426px;
    height: 1426px;
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
    border-radius: 100px;
    overflow: hidden; } }

@media (min-width: 1000px) {
  .bg-top {
    left: 18%; } }

@media (min-width: 1400px) {
  .bg-top {
    left: 25%; } }

@media (min-width: 1800px) {
  .bg-top {
    left: 30%; } }

@media (min-width: 2400px) {
  .bg-top {
    right: 0;
    left: 20%; } }

@media (min-width: 768px) {
  .bg-top .image {
    position: absolute;
    bottom: -50px;
    width: 100%;
    height: 100%;
    background-image: url(img/top.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center; } }

@media (min-width: 768px) {
  .bg-left {
    position: absolute;
    left: 0;
    height: 1450px;
    z-index: -2;
    background-image: url(img/bg-left-combined.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top right;
    top: 1200px;
    width: 350px; } }

@media (min-width: 1400px) {
  .bg-left {
    width: 600px;
    top: 900px; } }

@media (min-width: 1200px) {
  .bg-right {
    position: absolute;
    top: 2700px;
    right: 0;
    width: 300px;
    height: 850px;
    z-index: -2;
    background-image: url(img/bg-right-combined.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top right; } }

@media (min-width: 1400px) {
  .bg-right {
    top: 2500px; } }

.card-full {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px 0 rgba(123, 133, 140, 0.1);
  margin-top: 80px;
  min-height: 465px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  margin: 80px 15px 0; }
  @media (max-width: 991px) {
    .card-full {
      margin-left: 0;
      margin-right: 0;
      margin-top: 50px; } }
  .card-full .image {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    padding-right: 50px; }
    @media (max-width: 991px) {
      .card-full .image {
        padding-right: 30px; } }
    @media (max-width: 767px) {
      .card-full .image {
        padding: 0 15px 15px; } }
    .card-full .image .img-wrap {
      height: 400px;
      width: 100%;
      border-radius: 12px; }
      @media (max-width: 767px) {
        .card-full .image .img-wrap {
          margin-top: 0; } }
  .card-full .text {
    padding: 50px 25px;
    margin-bottom: 0; }
    @media (max-width: 991px) {
      .card-full .text {
        padding: 50px 15px; } }
    @media (max-width: 767px) {
      .card-full .text {
        padding: 25px 0; } }
    .card-full .text p {
      opacity: 0.8;
      margin-bottom: 30px; }
    .card-full .text p:first-of-type {
      font-size: 1.25rem;
      margin-bottom: 20px; }
    .card-full .text .btn-group .btn:first-of-type {
      margin-bottom: 20px; }

.card-small {
  text-align: center;
  border-radius: 12px;
  background-color: #fff;
  padding: 50px;
  box-shadow: 0 10px 30px 0 rgba(123, 133, 140, 0.1);
  max-width: 666px;
  margin: 80px auto 0;
  width: 100%; }
  @media (max-width: 991px) {
    .card-small {
      margin-top: 50px; } }
  .card-small p {
    opacity: 0.8;
    margin-bottom: 30px; }
  .card-small p:first-of-type {
    font-size: 1.25rem;
    margin-bottom: 20px; }
  .card-small .btn {
    margin-top: 20px; }

header {
  padding-top: 45px;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }
  header .logo {
    max-width: 80%; }

@media (max-width: 767px) {
  #main-menu {
    display: none; } }

#main-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  #main-menu ul li {
    display: inline-block;
    margin-right: 40px;
    color: #fff; }
    #main-menu ul li::before {
      display: none; }
    #main-menu ul li:last-child {
      margin-right: 0; }
    #main-menu ul li.button a {
      width: 100px;
      height: 40px;
      border-radius: 20px;
      border: solid 2px #ffffff;
      padding: 8px 18px;
      display: block;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      #main-menu ul li.button a:focus {
        outline: 0; }
      #main-menu ul li.button a:hover {
        background-color: #00a1df;
        color: #fff;
        border-color: #00a1df; }
    #main-menu ul li:hover a {
      font-weight: 400;
      color: #00a1df; }

.menu-btn {
  display: none;
  background-image: url(img/menu-icon.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 13px;
  width: 34px; }
  @media (max-width: 767px) {
    .menu-btn {
      display: block; } }

a.close-btn {
  background-image: url(img/close.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 24px;
  width: 24px;
  display: block;
  padding: 0;
  position: absolute;
  right: 30px;
  top: 30px; }

footer #subscribe {
  padding: 80px 0;
  background: #fff; }
  @media (max-width: 767px) {
    footer #subscribe {
      padding-bottom: 140px; } }
  footer #subscribe .sign-up {
    max-width: 100%;
    width: 640px;
    height: 60px;
    margin: 0 auto;
    border-radius: 30px;
    border: solid 2px rgba(123, 133, 140, 0.1);
    background-color: #ffffff;
    padding: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center; }
    footer #subscribe .sign-up input {
      border: 0 none;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
              flex-grow: 1;
      padding-left: 25px;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
      footer #subscribe .sign-up input::-webkit-input-placeholder {
        opacity: 0.8;
        color: #7b858c;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
      footer #subscribe .sign-up input:-ms-input-placeholder {
        opacity: 0.8;
        color: #7b858c;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
      footer #subscribe .sign-up input::-ms-input-placeholder {
        opacity: 0.8;
        color: #7b858c;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
      footer #subscribe .sign-up input::placeholder {
        opacity: 0.8;
        color: #7b858c;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
    footer #subscribe .sign-up .btn {
      border: 0 none; }
      @media (max-width: 767px) {
        footer #subscribe .sign-up .btn {
          position: absolute;
          bottom: -60px;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); } }
      footer #subscribe .sign-up .btn img {
        margin-left: 10px;
        width: 30px;
        display: inline-block;
        vertical-align: text-bottom; }

footer .footer {
  background: #EEF1F6;
  padding: 50px 0; }
  footer .footer .logo {
    display: block;
    margin: 0 auto; }
  footer .footer .footer-lower {
    margin: 60px 0 0;
    border-top: solid 2px rgba(123, 133, 140, 0.1);
    padding-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center; }
    @media (max-width: 575px) {
      footer .footer .footer-lower .copyright {
        max-width: 50%; } }
    footer .footer .footer-lower .social {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center; }
      footer .footer .footer-lower .social a {
        display: block;
        margin: 0 20px 0 0; }
        footer .footer .footer-lower .social a:last-child {
          margin: 0; }
        footer .footer .footer-lower .social a img {
          display: block;
          vertical-align: middle; }

#hero .col-wrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between; }
  @media (max-width: 1200px) {
    #hero .col-wrap {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
              justify-content: center; } }

#hero .col-02 {
  max-width: 450px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0; }
  @media (max-width: 1200px) {
    #hero .col-02 {
      max-width: 300px; } }
  @media (max-width: 767px) {
    #hero .col-02 {
      max-width: 100%;
      text-align: center; } }
  @media (max-width: 767px) {
    #hero .col-02 h1.heading-border::after {
      right: 0;
      margin: auto; } }
  #hero .col-02 p {
    opacity: 0.8;
    line-height: 1.63;
    margin-bottom: 30px; }
    #hero .col-02 p.lead {
      font-size: 1.25rem;
      line-height: 1.4;
      margin-bottom: 20px; }
  #hero .col-02 .btn-group .btn:first-child {
    margin-bottom: 20px; }

#hero .cards {
  max-width: 600px;
  margin: 0 25px;
  opacity: 0; }
  @media (max-width: 991px) {
    #hero .cards {
      max-width: 400px;
      margin: 0 15px; } }
  @media (max-width: 767px) {
    #hero .cards {
      width: 400px;
      max-width: 100%;
      margin: 0 auto; } }
  @media (max-width: 575px) {
    #hero .cards {
      width: 210px;
      margin: 0 auto; } }
  #hero .cards .owl-stage-outer {
    padding: 80px 0 40px 10px; }
    @media (max-width: 575px) {
      #hero .cards .owl-stage-outer {
        padding-top: 40px;
        padding-bottom: 20px; } }
    #hero .cards .owl-stage-outer .active .card {
      box-shadow: 0 5px 10px 0 rgba(123, 133, 140, 0.15); }
  #hero .cards .card {
    border-radius: 12px;
    background-color: #ffffff;
    width: 180px;
    height: 290px;
    padding: 30px 20px 20px;
    position: relative; }
    #hero .cards .card .title {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
              align-items: flex-end;
      margin-bottom: 12px; }
      #hero .cards .card .title h3 {
        font-size: 1.5rem; }
      #hero .cards .card .title .icon {
        margin-right: 10px;
        background-color: #00a1df;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
                align-items: center;
        width: 36px;
        height: 36px;
        border-radius: 12px; }
        #hero .cards .card .title .icon img {
          height: 20px;
          width: auto; }
    #hero .cards .card p {
      opacity: 0.8;
      line-height: 1.38; }
    #hero .cards .card a {
      color: #00a1df;
      line-height: 1;
      display: block;
      position: absolute;
      right: 20px;
      bottom: 20px; }
      #hero .cards .card a img {
        vertical-align: middle;
        width: 6px;
        display: inline-block; }
  #hero .cards .owl-nav {
    text-align: right;
    margin-top: 0; }
    @media (max-width: 767px) {
      #hero .cards .owl-nav {
        margin-right: 20px; } }
    @media (max-width: 575px) {
      #hero .cards .owl-nav {
        margin-right: 0;
        text-align: center; } }
    #hero .cards .owl-nav button {
      margin: 0;
      width: 40px;
      height: 40px;
      box-shadow: 0 5px 20px 0 rgba(123, 133, 140, 0.25);
      background-color: #ffffff;
      border-radius: 50%;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      position: relative;
      outline: 0; }
      #hero .cards .owl-nav button:hover {
        background-color: #00a1df; }
        #hero .cards .owl-nav button:hover.owl-prev span {
          background-image: url(img/arrow-left.svg); }
        #hero .cards .owl-nav button:hover.owl-next span {
          background-image: url(img/arrow-right.svg); }
      #hero .cards .owl-nav button.owl-prev {
        margin-right: 15px; }
        #hero .cards .owl-nav button.owl-prev span {
          background-image: url(img/arrow-left-azure.svg); }
      #hero .cards .owl-nav button span {
        display: block;
        background-image: url(img/arrow-right-azure.svg);
        background-size: 16px 14px;
        background-position: center;
        background-repeat: no-repeat;
        width: 16px;
        height: 14px;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s; }

.block {
  margin-top: 90px; }
  @media (max-width: 991px) {
    .block {
      margin-top: 50px; } }
  .block .col-wrap {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch; }
  .block .col-02 {
    max-width: 50%; }
    @media (max-width: 767px) {
      .block .col-02 {
        max-width: 100%; } }
  .block .text.padding {
    padding: 50px 0;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .block .text.padding {
        padding: 0; } }
  .block .text p {
    opacity: 0.8;
    margin-bottom: 30px; }
  .block .text p:first-of-type {
    font-size: 1.25rem;
    margin-bottom: 20px; }
  .block .text p:last-of-type {
    margin-bottom: 0; }
  .block .text .btn-group {
    margin-top: 30px; }
  .block .image .img-wrap {
    border-radius: 12px;
    height: 100%;
    min-height: 300px; }
  .block.border {
    border-bottom: 2px solid rgba(123, 133, 140, 0.1);
    padding-bottom: 20px; }
    @media (max-width: 991px) {
      .block.border {
        padding-bottom: 50px; } }
  .block.reverse .col-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .block.image-bg .image {
    position: relative; }
    .block.image-bg .image::before {
      position: absolute;
      content: '';
      width: 100%;
      height: calc(100% - 60px);
      border-radius: 12px;
      background-color: rgba(123, 133, 140, 0.05);
      left: 0;
      top: 30px;
      z-index: -1; }
    .block.image-bg .image .img-wrap {
      width: 425px;
      border-radius: 12px;
      background-position: top; }
      @media (max-width: 767px) {
        .block.image-bg .image .img-wrap {
          width: 100%; } }
  .block.image-bg-wide .image {
    position: relative; }
    .block.image-bg-wide .image::before {
      position: absolute;
      content: '';
      width: 100%;
      height: calc(100% - 220px);
      border-radius: 12px;
      background-color: rgba(123, 133, 140, 0.05);
      left: 0;
      top: 100px;
      z-index: -1; }
      @media (max-width: 767px) {
        .block.image-bg-wide .image::before {
          height: 100%;
          top: 0; } }
    .block.image-bg-wide .image .img-wrap {
      width: 100%;
      height: 100%;
      background-size: contain; }

#team {
  margin-top: 90px;
  position: relative;
  margin-bottom: 80px; }
  @media (max-width: 575px) {
    #team {
      margin-bottom: 40px; } }
  #team .wrapper {
    padding-bottom: 50px;
    border-bottom: 2px solid rgba(123, 133, 140, 0.1); }
    @media (max-width: 575px) {
      #team .wrapper {
        padding-bottom: 10px; } }
  #team .col-wrap {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch; }
  #team .team-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between; }
    @media (max-width: 575px) {
      #team .team-header {
        display: block;
        margin-bottom: 30px; } }
    #team .team-header h2 {
      max-width: 300px; }
      @media (max-width: 575px) {
        #team .team-header h2 {
          margin-bottom: 30px;
          max-width: 100%; } }
  #team .team-member {
    background-color: rgba(123, 133, 140, 0.05);
    border-radius: 12px;
    background-color: #fff; }
    @media (max-width: 767px) {
      #team .team-member {
        margin-bottom: 30px; } }
    #team .team-member img {
      border-radius: 12px 12px 0 0; }
    #team .team-member .body {
      padding: 30px; }
      #team .team-member .body h3 {
        margin-bottom: 5px; }
      #team .team-member .body h4 {
        color: #00a1df;
        line-height: 1.63;
        opacity: 0.8;
        font-weight: 400;
        margin-bottom: 20px; }

#news {
  position: relative;
  margin-bottom: 80px; }
  @media (max-width: 575px) {
    #news {
      margin-bottom: 40px; } }
  #news .wrapper {
    position: relative;
    z-index: 2;
    padding-bottom: 80px;
    border-bottom: 2px solid rgba(123, 133, 140, 0.1); }
    @media (max-width: 575px) {
      #news .wrapper {
        padding-bottom: 40px; } }
  @media (max-width: 1200px) {
    #news .col-wrap {
      -webkit-justify-content: space-around;
              justify-content: space-around; } }
  #news .col-03 {
    -webkit-flex-shrink: 0;
            flex-shrink: 0; }
  @media (max-width: 1200px) {
    #news .btn {
      min-width: 140px; } }
  @media (max-width: 991px) {
    #news .btn {
      width: 200px; } }
  #news .news-slider {
    width: 700px;
    opacity: 0; }
    @media (max-width: 1200px) {
      #news .news-slider {
        max-width: 502px;
        margin: 0 25px; } }
    @media (max-width: 991px) {
      #news .news-slider {
        max-width: 240px; } }
    @media (max-width: 767px) {
      #news .news-slider {
        max-width: 500px;
        margin: 30px auto 0; } }
    @media (max-width: 575px) {
      #news .news-slider {
        max-width: 240px; } }
    #news .news-slider .item {
      width: 220px;
      min-height: 410px;
      position: relative;
      background-color: #fff;
      border-radius: 6px; }
      @media (max-width: 1200px) {
        #news .news-slider .item {
          width: 240px; } }
      #news .news-slider .item .img-wrap {
        -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 55%, 50% 100%, 0 55%, 0 0);
                clip-path: polygon(50% 0%, 100% 0, 100% 55%, 50% 100%, 0 55%, 0 0);
        min-height: 188px;
        border-radius: 6px 6px 0 0; }
        @media (max-width: 575px) {
          #news .news-slider .item .img-wrap {
            margin-top: 0; } }
      #news .news-slider .item .body {
        padding: 20px 20px 0; }
        #news .news-slider .item .body p {
          font-size: 0.875rem;
          letter-spacing: 0.4px;
          font-weight: 500; }
      #news .news-slider .item .footer {
        padding: 0 20px 30px;
        position: absolute;
        bottom: 0;
        left: 0; }
        #news .news-slider .item .footer span {
          display: block;
          opacity: 0.8;
          font-weight: 600;
          line-height: 1.13;
          margin-top: 9px; }
          #news .news-slider .item .footer span.source {
            color: #00a1df;
            font-size: 1.125rem;
            font-weight: bold;
            font-style: italic;
            line-height: 1;
            margin: 0; }
    #news .news-slider .owl-dots {
      margin-top: 20px; }
      #news .news-slider .owl-dots .owl-dot {
        outline: 0; }
        #news .news-slider .owl-dots .owl-dot span {
          width: 8px;
          height: 8px;
          background-color: transparent;
          border: solid 1px #00a1df;
          margin: 0 20px 0 0; }
        #news .news-slider .owl-dots .owl-dot.active span {
          background-color: #00a1df; }
        #news .news-slider .owl-dots .owl-dot:last-child span {
          margin: 0; }

#contact {
  text-align: center; }
  #contact #contact-form {
    background-color: #fff;
    padding: 60px;
    border-radius: 12px;
    box-shadow: 0 10px 30px 0 rgba(123, 133, 140, 0.25);
    text-align: left;
    position: relative;
    z-index: 3; }
    @media (max-width: 767px) {
      #contact #contact-form {
        padding: 20px; } }
    #contact #contact-form .wpforms-label-hide, #contact #contact-form .wpforms-field-hp {
      display: none; }
    #contact #contact-form label.wpforms-error {
      position: absolute;
      color: #00a1df;
      font-size: 1rem;
      top: 0;
      right: 0; }
    #contact #contact-form .wpforms-field-container {
      max-width: 100%; }
      #contact #contact-form .wpforms-field-container .wpforms-field {
        position: relative;
        width: 48%; }
        @media (max-width: 767px) {
          #contact #contact-form .wpforms-field-container .wpforms-field {
            width: 100%; } }
        #contact #contact-form .wpforms-field-container .wpforms-field.wpforms-one-half {
          display: inline-block; }
          @media (max-width: 767px) {
            #contact #contact-form .wpforms-field-container .wpforms-field.wpforms-one-half {
              display: block; } }
        #contact #contact-form .wpforms-field-container .wpforms-field.wpforms-one-half.wpforms-first {
          float: left;
          clear: both;
          margin-right: 30px; }
          @media (max-width: 991px) {
            #contact #contact-form .wpforms-field-container .wpforms-field.wpforms-one-half.wpforms-first {
              margin-right: 20px; } }
          @media (max-width: 767px) {
            #contact #contact-form .wpforms-field-container .wpforms-field.wpforms-one-half.wpforms-first {
              float: none; } }
        #contact #contact-form .wpforms-field-container .wpforms-field.full-width {
          width: 99%; }
          @media (max-width: 767px) {
            #contact #contact-form .wpforms-field-container .wpforms-field.full-width {
              width: 100%; } }
        #contact #contact-form .wpforms-field-container .wpforms-field .wpforms-field-label {
          text-transform: capitalize;
          margin-bottom: 10px;
          display: inline-block; }
          #contact #contact-form .wpforms-field-container .wpforms-field .wpforms-field-label .wpforms-required-label {
            color: #00a1df; }
        #contact #contact-form .wpforms-field-container .wpforms-field input, #contact #contact-form .wpforms-field-container .wpforms-field textarea {
          border-radius: 0;
          border: solid 2px rgba(123, 133, 140, 0.25);
          margin-bottom: 20px;
          padding: 15px;
          width: 100%;
          height: 50px;
          background-color: #fff;
          outline: none;
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none; }
          #contact #contact-form .wpforms-field-container .wpforms-field input::-webkit-input-placeholder, #contact #contact-form .wpforms-field-container .wpforms-field textarea::-webkit-input-placeholder {
            opacity: 0.5;
            color: #7b858c;
            -webkit-appearance: none;
                    appearance: none; }
          #contact #contact-form .wpforms-field-container .wpforms-field input:-ms-input-placeholder, #contact #contact-form .wpforms-field-container .wpforms-field textarea:-ms-input-placeholder {
            opacity: 0.5;
            color: #7b858c;
            appearance: none; }
          #contact #contact-form .wpforms-field-container .wpforms-field input::-ms-input-placeholder, #contact #contact-form .wpforms-field-container .wpforms-field textarea::-ms-input-placeholder {
            opacity: 0.5;
            color: #7b858c;
            appearance: none; }
          #contact #contact-form .wpforms-field-container .wpforms-field input::placeholder, #contact #contact-form .wpforms-field-container .wpforms-field textarea::placeholder {
            opacity: 0.5;
            color: #7b858c;
            -webkit-appearance: none;
               -moz-appearance: none;
                    appearance: none; }
        #contact #contact-form .wpforms-field-container .wpforms-field textarea {
          height: 200px;
          resize: none;
          width: 100%; }
    #contact #contact-form .wpforms-field-checkbox, #contact #contact-form .wpforms-field-mailchimp {
      width: 99%; }
      #contact #contact-form .wpforms-field-checkbox ul, #contact #contact-form .wpforms-field-mailchimp ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        #contact #contact-form .wpforms-field-checkbox ul li::before, #contact #contact-form .wpforms-field-mailchimp ul li::before {
          display: none; }
        #contact #contact-form .wpforms-field-checkbox ul li input[type="checkbox"], #contact #contact-form .wpforms-field-mailchimp ul li input[type="checkbox"] {
          box-shadow: none !important;
          display: inline;
          height: auto;
          max-height: 14px;
          margin: 0 0 0 0;
          margin-right: 10px;
          -webkit-appearance: checkbox;
             -moz-appearance: checkbox;
                  appearance: checkbox;
          width: auto;
          max-width: 14px; }
        #contact #contact-form .wpforms-field-checkbox ul li label, #contact #contact-form .wpforms-field-mailchimp ul li label {
          display: inline;
          line-height: 1.25;
          margin: 0;
          padding: 0; }
    #contact #contact-form .wpforms-submit-container {
      margin-top: 30px;
      text-align: center; }
      #contact #contact-form .wpforms-submit-container .btn {
        border: 0 none; }
    #contact #contact-form .wpforms-confirmation-container {
      text-align: center; }
      #contact #contact-form .wpforms-confirmation-container p {
        margin-bottom: 0; }

#locations {
  background-color: #08597a;
  padding-top: 240px;
  padding-bottom: 50px;
  margin-top: -200px;
  position: relative;
  z-index: 2;
  text-align: left;
  color: #fff; }
  #locations .locations-map {
    max-width: 870px;
    width: 100%;
    margin: 0 auto;
    display: block; }
    #locations .locations-map path.loc {
      -webkit-transition: 0.3s;
      transition: 0.3s;
      cursor: pointer; }
  #locations .locations-text {
    font-size: 2.625rem;
    font-weight: 200;
    line-height: 1.37;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center; }
    @media (max-width: 991px) {
      #locations .locations-text {
        bottom: -40px; } }
    @media (max-width: 575px) {
      #locations .locations-text {
        font-size: 1.75rem; } }
    #locations .locations-text .location {
      cursor: pointer;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      #locations .locations-text .location:hover {
        color: #00a1df; }
      #locations .locations-text .location span {
        opacity: 0.1;
        display: inline-block;
        margin: 0 4px; }
/*# sourceMappingURL=style.css.map */