@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,700&display=swap");
html, body {
  height: 100%; }

body {
  font: normal 18px/1.65 Montserrat, sans-serif;
  color: #162a4f; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2 {
  margin: 0 auto 30px;
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 700;
  color: #fff; }

label {
  font-size: 14px; }

input[type="text"],
input[type="email"],
input[type="tel"],
select {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 4px 10px;
  border: 1px solid #ddd;
  border-radius: 2px; }

select {
  height: 34px; }

button {
  margin-top: 40px;
  padding: 10px 40px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  background: #028bb3;
  color: #fff;
  border: none;
  border-radius: 5px; }
  button:hover {
    background: #18aeda; }

.social {
  margin: 20px 0 0;
  padding: 0;
  list-style-type: none; }
  .social li {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 10px;
    cursor: pointer; }
    .social li .iconic * {
      fill: #18aeda; }
    .social li:hover .iconic * {
      fill: #028bb3;
      stroke: #028bb3; }

section {
  padding: 60px 0; }
  section#hero {
    display: flex;
    align-items: center;
    height: 630px;
    background: url(../images/hero-bg.jpg) no-repeat center center/cover;
    color: #fff; }
    section#hero .row > div:first-of-type {
      position: relative;
      z-index: 10; }
    section#hero #hero-image-wrap {
      position: relative; }
    section#hero .hero-image {
      position: absolute;
      height: 630px;
      top: -122px;
      opacity: 0; }
      section#hero .hero-image[data-hero="1"] {
        opacity: 1;
        right: -195px; }
      section#hero .hero-image[data-hero="2"] {
        right: -240px; }
      section#hero .hero-image[data-hero="3"] {
        right: -280px; }
    section#hero p {
      margin: 0;
      font-size: 24px; }
    section#hero button {
      background: #fff;
      color: #18aeda; }
      section#hero button:hover {
        opacity: 0.8; }
  section.s1 img {
    border-radius: 20px; }
  section.s1 p:last-of-type {
    margin-bottom: 0; }
  section.s1 img {
    float: left; }
  section.gray {
    background: #f2f3f4; }
    section.gray img {
      float: right;
      border-radius: 20px; }
    section.gray button {
      display: block;
      margin: 20px auto 0; }
    section.gray p:last-of-type {
      margin-bottom: 0; }
  section.s2 {
    background: #18aeda;
    color: #fff; }
    section.s2 p {
      margin: 0;
      font-size: 26px;
      font-weight: 700; }
  section.s3 .video-track {
    margin: 0 auto 40px; }
  section.s3 .row:last-of-type p {
    margin-bottom: 0;
    font-weight: 700; }
  section.s4 {
    background: url(../images/s4-bg-3.jpg) no-repeat center center/cover;
    color: #fff; }
    section.s4 p {
      margin: 0;
      font-size: 24px;
      font-weight: 500; }

footer {
  padding: 30px 0;
  background: #18aeda;
  color: #fff;
  font-size: 14px;
  font-weight: 500; }
  footer p {
    margin: 0; }
  footer .header-about-me {
    text-align: right;
    font-size: 13px;
    line-height: 24px; }
    footer .header-about-me img {
      float: right;
      margin: 0 0 0 15px;
      max-height: 62px;
      width: auto;
      border: 1px solid #5e6d70;
      border-radius: 3px; }
    footer .header-about-me a {
      color: #fff;
      text-decoration: underline; }
      footer .header-about-me a:hover {
        color: #fff;
        opacity: 0.8; }
    footer .header-about-me .header-name {
      font-weight: 700;
      cursor: pointer; }
    footer .header-about-me div {
      margin-bottom: -5px; }

.modal .modal-dialog {
  width: 95%;
  max-width: 660px; }

.modal .modal-content {
  border: none;
  border-radius: 0; }

.modal .modal-header {
  padding: 0;
  border: none;
  border-radius: 0;
  background: #18aeda;
  color: #fff; }
  .modal .modal-header .close {
    margin: 0;
    padding: 0; }
  .modal .modal-header .inner {
    width: 100%;
    padding: 20px 30px; }
    .modal .modal-header .inner h4 {
      margin: 0;
      text-transform: uppercase;
      font-weight: 700;
      color: #fff; }
  .modal .modal-header .modal-title {
    font-size: 20px;
    text-transform: none; }
  .modal .modal-header .close:hover {
    background: none;
    color: #fff; }

.modal#form-modal .modal-header .inner {
  padding: 20px 30px 15px; }

.modal#form-modal .thanks {
  display: none;
  text-align: center; }

.modal #amm-tabs {
  border: none;
  background: #ddd; }
  .modal #amm-tabs .nav-item {
    margin: 0;
    padding: 14px 30px;
    color: #222;
    font-size: 14px;
    text-transform: uppercase;
    background: none;
    border: none;
    border-radius: 0; }
    .modal #amm-tabs .nav-item.active {
      box-shadow: inset 0 -2px 0 #18aeda; }

.modal #form-post {
  display: none; }

.modal .modal-body {
  padding: 20px 30px;
  border-bottom: 1px solid #e6e6e6; }
  .modal .modal-body p {
    margin: 0 0 20px; }
    .modal .modal-body p:last-of-type {
      margin: 0; }
  .modal .modal-body .note {
    margin: 20px 0 !important;
    font-size: 14px; }
  .modal .modal-body button {
    display: block;
    margin: 0 auto; }

.modal #amm-head {
  text-align: center; }

.modal #amm-profileimage {
  display: block;
  margin: 0 auto 20px;
  max-width: 150px;
  max-height: 150px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }

.modal #amm-name {
  font-size: 24px;
  font-weight: 700;
  color: #222; }

.modal .bx-viewport {
  border: none;
  box-shadow: none; }

.modal .bx-wrapper {
  margin: 0 auto; }
  .modal .bx-wrapper .bx-pager {
    position: relative;
    bottom: 0; }

.modal #amm-slider div img {
  margin: 0 auto 20px; }

.modal #amm-slider p {
  text-align: center; }

.modal #video-page iframe {
  margin-bottom: 20px; }

.modal #video-page p {
  text-align: center; }

#loadingGraphic {
  display: none;
  padding: 2px 0 3px; }

#loader {
  width: 44px;
  height: 44px;
  margin: 6px auto;
  -webkit-animation: 1s ease-in-out infinite animball_two;
  animation: 1s ease-in-out infinite animball_two; }
  #loader .loaderBall {
    width: 44px;
    height: 44px;
    position: absolute; }
    #loader .loaderBall .ball {
      position: absolute;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      -webkit-animation: 1s ease-in-out infinite animball_one;
      animation: 1s ease-in-out infinite animball_one; }
      #loader .loaderBall .ball.ball1 {
        background-color: #18aeda;
        top: 0;
        left: 0; }
      #loader .loaderBall .ball.ball2 {
        background-color: #18aeda;
        top: 0;
        left: 24px; }
      #loader .loaderBall .ball.ball3 {
        background-color: #18aeda;
        top: 24px;
        left: 0; }
      #loader .loaderBall .ball.ball4 {
        background-color: #18aeda;
        top: 24px;
        left: 24px; }

@-webkit-keyframes animball_one {
  0% {
    position: absolute; }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5; }
  100% {
    position: absolute; } }

@keyframes animball_one {
  0% {
    position: absolute; }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5; }
  100% {
    position: absolute; } }

@-webkit-keyframes animball_two {
  0% {
    -webkit-transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(360deg) scale(1.3); }
  100% {
    -webkit-transform: rotate(720deg) scale(1); } }

@keyframes animball_two {
  0% {
    transform: rotate(0deg) scale(1); }
  50% {
    transform: rotate(360deg) scale(1.3); }
  100% {
    transform: rotate(720deg) scale(1); } }

@media (max-width: 1199px) {
  h1, h2 {
    font-size: 32px; }
  section#hero .hero-image {
    top: -113px; }
    section#hero .hero-image[data-hero="1"] {
      right: -185px; }
  section.s1 img, section.gray img {
    float: none !important;
    width: 100%; } }

@media (max-width: 991px) {
  section#hero .hero-image {
    top: -107px; }
  section#hero p {
    font-size: 20px; }
  section.s1 img, section.gray img {
    display: block;
    width: 80%;
    margin: 0 auto 30px; }
  section.s2 p {
    font-size: 24px; }
  section.s4 p {
    font-size: 22px; } }

@media (max-width: 767px) {
  body {
    font-size: 16px; }
  section {
    padding: 40px 0; }
    section#hero {
      height: auto;
      padding-bottom: 0; }
      section#hero #hero-image-wrap {
        height: 290px;
        margin-top: 30px; }
      section#hero .hero-image[data-hero="1"],
      section#hero .hero-image[data-hero="2"],
      section#hero .hero-image[data-hero="3"] {
        top: 0;
        right: 0;
        height: 290px; }
    section.s2 p, section.s4 p {
      font-size: 18px; } }
