@import url("https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Oswald:400,500,600,700&display=swap");
html {
  font-size: 14px;
  overflow-x: hidden; }
  html.menu-active {
    overflow-y: hidden; }

body {
  font-size: 1rem;
  font-family: "Work Sans", sans-serif;
  color: #000;
  overflow-x: hidden;
  line-height: 1.3; }

img {
  max-width: 100%;
  height: auto; }
  @media (max-width: 991px) {
    img {
      max-width: 100%; } }

a, input, button, .banner__arrow {
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease; }

.menu {
  list-style: none;
  margin: 0;
  padding: 0; }
  .menu li {
    display: inline-block; }
    .menu li a {
      display: block; }

.container {
  max-width: 1000px; }

.button {
  background: #498185;
  display: inline-block;
  color: #fff;
  padding: 15px 25px;
  font-size: .9rem;
  font-weight: bold;
  border: 0; }
  .button:hover {
    background: #376164;
    color: #fff;
    text-decoration: none; }

.big-btn {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff863), to(#ffb963));
  background-image: -webkit-linear-gradient(#fff863, #ffb963);
  background-image: -o-linear-gradient(#fff863, #ffb963);
  background-image: linear-gradient(#fff863, #ffb963);
  display: inline-block;
  font-size: 3rem;
  font-family: "Oswald", sans-serif;
  padding: 10px 30px;
  border-radius: 10px;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }
  .big-btn:hover {
    background: #ffb963;
    -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    color: #000; }

h2 {
  font-size: 3rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  margin: 0 0 40px; }
  @media (max-width: 991px) {
    h2 {
      font-size: 2rem; } }
  h2 span {
    color: #498185; }

h3 {
  font-size: 2.2rem;
  font-family: "Oswald", sans-serif;
  margin: 0 0 25px; }

.testi {
  font-size: 1.2rem;
  position: relative; }
  @media (max-width: 991px) {
    .testi {
      margin: 0 0 30px; } }
  .testi:before {
    content: "";
    display: block;
    position: absolute;
    top: -25px;
    left: -10px;
    background: url(../images/quote.png) no-repeat left top;
    height: 75px;
    width: 130px; }
  .testi p {
    font-weight: bold;
    margin: 0 0 25px; }
  .testi span {
    display: block;
    text-align: right; }
  .testi > div {
    position: relative; }

.bar {
  margin: 0 0 35px;
  font-size: 1.2rem; }
  .bar h2 {
    margin: 0;
    position: relative;
    font-size: 2.5rem; }
    .bar h2:before {
      content: "";
      height: calc(100% + 10px);
      background: #cbf5cd;
      left: -15px;
      width: 8px;
      display: block;
      position: absolute; }
  .bar p strong {
    color: #498185; }

.btn-center {
  text-align: center;
  padding-top: 40px; }

.img-center {
  text-align: center; }

.titem {
  max-width: 300px;
  margin: 0 auto;
  text-align: center; }
  .titem img {
    max-width: 250px;
    margin: 0 auto 15px;
    display: block; }
  .titem p {
    font-weight: bold;
    font-style: italic; }

.box {
  background: #cff5d2;
  text-align: center;
  padding: 50px;
  border-radius: 15px;
  height: 100%; }
  @media (max-width: 991px) {
    .box {
      padding: 40px;
      margin: 0 0 20px; } }
  .box img {
    margin: 0 auto 25px; }

.con {
  text-align: center; }
  .con *:not(h3) {
    max-width: 270px;
    margin: 0 auto; }
  .con ul {
    background: url(../images/x.png) no-repeat left center;
    padding: 30px;
    background-size: 100px auto;
    margin: 0 auto 25px;
    list-style: none; }
  .con--check ul {
    background-image: url(../images/check.png); }
  .con h3 {
    margin-bottom: 45px; }
  .con p {
    margin-bottom: 30px; }
  .con .big-btn {
    max-width: none; }

.header {
  position: relative;
  background: #fff;
  padding: 15px 0;
  background: url(../images/banner.jpg) no-repeat top center;
  background-size: cover; }
  .header__top {
    margin: 0 0 30px; }
  .header__big {
    padding: 5vh 0; }
    @media (max-width: 991px) {
      .header__big {
        padding: 30px 0;
        text-align: center; } }
    .header__big h1 {
      font-family: "Oswald", sans-serif;
      font-size: 3.4rem;
      display: inline-block; }
      @media (max-width: 991px) {
        .header__big h1 {
          font-size: 1.7rem; } }
      .header__big h1 strong {
        color: #498185;
        font-size: 4.2rem; }
        @media (max-width: 991px) {
          .header__big h1 strong {
            font-size: 2rem; } }
      .header__big h1 span {
        text-align: right;
        display: block; }
        @media (max-width: 991px) {
          .header__big h1 span {
            font-size: 1.7rem;
            display: inline; } }
  .header__list {
    padding-top: 15vw;
    padding-bottom: 20vw;
    font-size: 1.5rem;
    color: #fff; }
    .header__list__inner {
      padding-left: 23%;
      text-align: center; }
      @media (max-width: 991px) {
        .header__list__inner {
          padding-left: 0; } }
    .header__list p {
      margin: 0 0 30px; }
    .header__list ul {
      list-style: none;
      margin: 0 0 50px; }
      .header__list ul li {
        display: inline-block;
        vertical-align: middle;
        margin-right: 15px; }
        .header__list ul li:before {
          content: "";
          display: inline-block;
          vertical-align: middle;
          height: 5px;
          width: 5px;
          border-radius: 50%;
          background: #fff;
          margin-right: 7px; }

@media (max-width: 991px) {
  .nav {
    padding: 20px 0;
    display: none; } }

.nav ul {
  text-align: right;
  width: 100%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0; }
  @media (max-width: 991px) {
    .nav ul {
      text-align: left;
      padding: 0;
      display: block;
      background: #498185; } }
  .nav ul li {
    position: relative;
    margin-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    text-align: center; }
    @media (max-width: 991px) {
      .nav ul li {
        display: block;
        margin: 0 0 10px;
        margin: 0; } }
    .nav ul li a {
      font-size: 1.1rem;
      font-weight: bold;
      color: #000; }
      @media (max-width: 991px) {
        .nav ul li a {
          font-size: 1.1rem;
          color: #fff;
          padding: 10px;
          display: block;
          border-bottom: 1px solid #fff; }
.nav ul li a:hover {
    color: #cbf5cd !important;
    text-decoration: none !important;}}
      .nav ul li a:hover {
        color: #498185;
        text-decoration: none !important; }
      .nav ul li a i {
        font-size: 13px;
        color: #498185; }
        @media (max-width: 991px) {
          .nav ul li a i {
            position: absolute;
            top: 0;
            right: 0; } }
    .nav ul li:hover > ul {
      display: block; }
    .nav ul li > ul {
      width: 200px;
      background: #fff;
      margin: 0;
      padding: 0;
      position: absolute;
      top: 100%;
      left: 0;
      text-align: left;
      display: none; }
      @media (max-width: 991px) {
        .nav ul li > ul {
          display: block;
          background: none;
          width: auto;
          position: relative;
          top: auto;
          padding-top: 5px; } }
      .nav ul li > ul li {
        display: block;
        margin: 0; }
        .nav ul li > ul li a {
          color: #000;
          padding: 10px; }
          @media (max-width: 991px) {
            .nav ul li > ul li a {
              color: #000; } }
          .nav ul li > ul li a:hover {
            background: #498185;
            color: #fff; }

.logo {
  position: relative;
  max-width: 220px;
  display: block; }
  @media (max-width: 991px) {
    .logo img {
      max-width: 170px; } }

.menu-tog {
  display: none;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #000;
  color: #fff;
  padding: 10px 15px;
  border-radius: 4px; }
  @media (max-width: 991px) {
    .menu-tog {
      display: block; } }

.s1 {
  padding: 100px 0;
  background: url(../images/section1.jpg) no-repeat;
  background-size: 100% 100%; }
  @media (max-width: 991px) {
    .s1 {
      padding: 50px 0; } }
  .s1 h2 {
    margin: 0 0 60px; }

.s2 {
  padding: 50px 0 80px;
  background: url(../images/s2.jpg) no-repeat;
  background-size: cover; }
  @media (max-width: 991px) {
    .s2 {
      padding: 50px 0; } }
  .s2__inner {
    position: relative; }
  .s2__vid {
    position: absolute;
    top: 20%;
    left: 0;
    max-width: 550px;
    z-index: 1; }
    @media (max-width: 991px) {
      .s2__vid {
        position: static;
        max-width: none; } }
    .s2__vid h3 {
      font-family: "Oswald", sans-serif;
      color: #fff;
      margin: 20px;
      font-size: 2.5rem; }
      .s2__vid h3 span {
        display: block;
        font-family: "Work Sans", sans-serif;
        padding-top: 5px;
        font-size: 1.1rem; }
  .s2__right {
    margin-top: -93px;
    text-align: center; }
    @media (max-width: 991px) {
      .s2__right {
        margin-top: -85px; } }
    .s2__right img {
      margin: 0 0 30px; }

.s3 {
  padding: 124px 0 50px;
  background: url(../images/s3.jpg) no-repeat center bottom;
  background-size: cover; }
  @media (max-width: 991px) {
    .s3 {
      padding: 50px 0; } }
  .s3 .img-center {
    padding-top: 50px; }

.s4 {
  padding: 100px 0;
  background: url(../images/s4.jpg) no-repeat left top;
  background-size: cover;
  font-size: 1.2rem; }
  @media (max-width: 991px) {
    .s4 {
      padding: 50px 0; } }
  .s4__title {
    margin: 0 0 70px; }
    @media (max-width: 991px) {
      .s4__title {
        margin: 0 0 40px;
        text-align: center; } }
    .s4__title h2 {
      font-size: 2.4rem; }
    .s4__title p {
      margin: 0; }

.s5 {
  padding: 70px 0;
  background: url(../images/s5.jpg) no-repeat left top;
  background-size: cover;
  font-size: 1.2rem;
  border-top: 8px solid #cff5d2; }
  @media (max-width: 991px) {
    .s5 .row {
      display: block; } }

.s6 {
  padding: 80px 0;
  font-size: 1.2rem; }
  .s6 h3 {
    text-transform: uppercase; }

.s7 {
  padding: 140px 0;
  background: url(../images/s7.jpg) no-repeat left top;
  background-size: 60% auto;
  font-size: 1.2rem; }
  @media (max-width: 991px) {
    .s7 {
      background-size: cover; } }

.s8 {
  background: url(../images/s8.jpg) no-repeat center center;
  background-size: cover;
  padding: 300px 0;
  font-size: 1.2rem;
  color: #fff;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.6); }
  @media (max-width: 991px) {
    .s8 {
      padding: 100px 0; } }
  .s8__inner {
    max-width: 510px; }
  .s8 h2 {
    font-size: 2.5rem;
    margin: 0 0 30px; }
  .s8 p {
    margin: 0 0 30px; }
    .s8 p:last-child {
      margin: 0 0 75px; }
  .s8 .big-btn {
    text-shadow: none; }

.s9 {
  background: url(../images/s9.png) no-repeat center center;
  background-size: cover;
  padding: 150px 0;
  text-align: center;
  margin-top: -13vh; }
  @media (max-width: 991px) {
    .s9 {
      padding: 80px 0; } }
  .s9 h2 {
    font-size: 5rem; }
    @media (max-width: 991px) {
      .s9 h2 {
        font-size: 3rem;
        margin: 0 0 30px; } }

.vid-hold {
  width: 550px;
  margin: 0 auto; }
  @media (max-width: 991px) {
    .vid-hold {
      width: 100%; } }

.vid-embed {
  position: relative;
  padding-top: 56.25%; }
  .vid-embed iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block; }
