@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,700;1,400&display=swap");
body {
  font: normal 18px/1.8 Poppins, sans-serif;
}

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

h1 {
  font-weight: 700;
  font-size: 44px;
}

h2 {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.3;
}

.fake-link {
  color: #60c1d8;
  text-decoration: underline;
  cursor: pointer;
}

.fake-link:hover {
  color: #89d1e2;
}

.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: #bababa;
}

.social li:hover .iconic * {
  fill: #222;
  stroke: #222;
}

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;
  background: #fff;
  border-radius: 2px;
}

select {
  height: 38px;
}

button {
  margin: 0 auto;
  padding: 8px 40px;
  font-size: 24px;
  font-weight: 700;
  background: #646f72;
  border: none;
  border-radius: 3px;
  color: #fff;
  transition: background 150ms ease-in-out;
}

button:hover {
  background: #4c5557;
}

header {
  padding: 10px 0;
}

section {
  padding: 60px 0;
  background: #fff;
}

section.hero {
  padding: 120px 0;
  background: url(../images/hero.png) no-repeat center center/cover;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

section.hero p {
  margin: 0;
  font-size: 20px;
}

section.hero .video-track {
  border: 10px solid #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

section.s1 {
  box-shadow: inset 0 170px 0 0 #646f72;
}

section.s1 img {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 40px;
}

section.s2 {
  background: #646f72;
  color: #fff;
}

section.s2 p:last-of-type {
  margin: 0;
}

section.s3 .about-box {
  padding: 40px;
  border-radius: 5px;
  background: #f1f2f3;
}

section.s3 .about-box img {
  width: 100%;
  border-radius: 5px;
}

section.s3 .about-box h2 {
  margin-top: 20px;
}

section.s3 .about-box p:last-of-type {
  margin: 0;
}

section.cta-dark {
  background: #646f72;
}

section.cta-dark button {
  background: #60c1d8;
}

section.cta-dark button:hover {
  background: #37b1ce;
}

section.testimonials .quotation .material-icons {
  font-size: 100px;
  color: #646f72;
}

section.testimonials .quote {
  font-size: 14px;
  font-style: italic;
}

footer {
  padding: 20px 0;
  background: #000;
  color: #fff;
}

footer p {
  margin: 0;
  font-size: 14px;
}

footer .header-about-me {
  font-size: 13px;
  line-height: 24px;
}

footer .header-about-me img {
  float: left;
  margin: 0 15px 0 0;
  max-height: 62px;
  width: auto;
  border: 1px solid #5e6d70;
}

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: #60c1d8;
  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 #60c1d8;
}

.modal .modal-body {
  padding: 20px 30px;
  font-size: 85%;
  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;
}

.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;
}

#form-modal input[type="checkbox"] {
  transform: translateY(-1px);
  margin-right: 3px;
}

#form-modal .note {
  margin: 0 0 20px;
  font-size: 14px;
}

#form-thanks {
  display: none;
}

#form-thanks p {
  margin: 0;
}

#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: #60c1d8;
  top: 0;
  left: 0;
}

#loader .loaderBall .ball.ball2 {
  background-color: #60c1d8;
  top: 0;
  left: 24px;
}

#loader .loaderBall .ball.ball3 {
  background-color: #60c1d8;
  top: 24px;
  left: 0;
}

#loader .loaderBall .ball.ball4 {
  background-color: #60c1d8;
  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 {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  h1 {
    font-size: 40px;
  }
  section {
    padding: 40px 0;
  }
  section.hero {
    padding: 60px 0;
  }
  section.hero .video-track {
    margin-bottom: 40px;
  }
  section.s3 .about-box img {
    display: block;
    width: 300px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 1.4;
  }
  section.hero {
    padding: 60px 0;
  }
  section.hero p {
    font-size: 18px;
    line-height: 1.5;
  }
  section.s1 {
    box-shadow: inset 0 320px 0 0 #646f72;
  }
  section.s1 img {
    margin-bottom: 10px;
  }
  section.s1 h2 {
    margin-top: 30px;
  }
  section.s3 .about-box {
    text-align: center;
  }
  section.s3 .about-box img {
    width: 100%;
  }
}
