/* reset */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

html, body {
    margin: 0;
    padding: 0;

    font-size: 16px;
    color: #fff;
    line-height: 1;

    font-family: aktiv-grotesk,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-style: normal;
    overflow-x: hidden;

    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}


article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

p {
    margin: 0;
    padding: 0;
}

a {
    outline: 0;
    text-decoration: none;
}

a:hover,
a:focus {
    outline: 0;
    text-decoration: none;
}

a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

ul, ol,
ul li, ol li {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure,
address {
    margin: 0;
}

img {
    max-width: 100%;
}

input,
textarea,
select,
button {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button {
    padding: 0;
    background-color: transparent;
    border: none;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

table {
    border-collapse: collapse;
}

[hidden] {
    display: none !important;
}

/* =========================================== */
/* Typography */
/* =========================================== */
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: bold;
    display: block;
    position: relative;
}

h1 {
  font-size: 55px;
}

h2 {
  font-size: 40px;
  font-family: aktiv-grotesk,sans-serif;
  font-weight: 700;
  font-style: normal;
}

h3 {
    font-size: 32px;
    font-family: aktiv-grotesk,sans-serif;
    font-weight: 700;
    font-style: normal;
}

h4 {

}

h5 {
}

h6 {
}



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

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

@font-face {
    font-family: 'AktivGrotesk-XBold';
    src: url('../fonts/AktivGrotesk-XBold.woff2') format('woff2'),
        url('../fonts/AktivGrotesk-XBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Sans serif fonts */


/* header css start */
.header {
    padding-top: 40px;
    z-index: 1;
    position: absolute;
    top: 0;
    width: 100%;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
}

.header-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 45px;
}

.header .nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 40px;
}

.header .nav ul li {
    padding-left: 65px;
}

.header .nav ul li a {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    font-family: aktiv-grotesk,sans-serif;
    font-weight: 700;
    font-style: normal;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
}

.header .nav ul li a:hover {
    color: #000;
}

.header.fixed {
    position: fixed;
    background: #000000ab;
    padding-top: 12px;
    padding-bottom: 12px;
    top: 0;
}

.header.fixed .logo {
    width: 70px;
}

.header.fixed .nav ul li a {
    font-size: 18px;
}

.header.fixed .nav ul li a:hover {
    color: #8b9091;
}
/* header css end */

 /* Slider section css start  */
 .hero {
     position: relative;
     top: 0;
     height: 1020px;
     width: 100%;
     z-index: 0;
 }

 .hero-slider {
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center;
     width: 100%;
      height: 100%;
 }

  .hero-slider-content,
   .hero-slider-content .container {
       height: 100%;
       position: relative;
   }

 .hero-slider-content img {
     position: absolute;
     top: 50%;
     left: 0;
     transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -o-transform: translateY(-50%);
 }

 .hero-slider {
     position: relative;
     z-index: 0;
 }

 .hero-slider::before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: #000;
     opacity: 0.35;
     z-index: -1;
 }
 /* Slider section css end  */

 /* About-us section css start */
.about-us {
    background: #fff;
    padding: 120px 0 165px;
}

.about-us-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about-us-content_left {
    width: 50%;
}

.about-us-content_right {
    width: 42%;
    padding-top: 90px;
}

.about-us-content_left h2 {
    text-transform: uppercase;
    color: #8b9091;
    padding-bottom: 25px;
    margin-bottom: 20px;
    position: relative;
    font-family: aktiv-grotesk,sans-serif;
    font-weight: 700;
}

.about-us-content_left h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 56px;
    height: 7px;
    background: #000;
}

.about-us-content_left p {
    font-family: aktiv-grotesk,sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 56px;
    line-height: 67px;
}

.about-us-content_right p {
    color: #000000;
    font-size: 20px;
    line-height: 37px;
    font-family: aktiv-grotesk,sans-serif;
    font-weight: 400;
}
 /* About-us section css end */


 /* Contact section css start */
 .contact-us {
     position: relative;
     background-repeat: no-repeat;
     background-position: center;
     background-size: cover;
     padding: 125px 0 120px
 }

  .contact-us::after {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      background-image: url(../images/contact-t-icon.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%;
      width: 678px;
      height: 667px;
      opacity: 0.25;
      z-index: 0;
  }

 .contact-us-form {
     width: 785px;
 }

  .contact-us-form h2 {
      text-transform: uppercase;
      padding-bottom: 25px;
      margin-bottom: 65px;
  }

  .contact-us-form h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 56px;
    height: 7px;
    background: #000;
}

.contact-us-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -20px;
}

.form-group {
    width: 50%;
    margin: 0;
    padding: 0 20px 80px;
    position: relative;
    z-index: 0;
}

.form-group.select::before {
    content: "";
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 15px;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-left: transparent;
    border-bottom: transparent;
    transform: rotate(135deg);
    z-index: -1;
}

.form-group input,
.form-group textarea,
.form-group select {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 50px;
    border: 0;
    border-bottom: 3px solid #fff;
    background: transparent;
    color: #fff;
    font-size: 24px;
    appearance: none;
    -webkit-appearance: none;
}

.form-group select option {
    background: #383d43;
}

.form-group textarea {
    line-height: 31px;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #fff;
}

.form-group input::-moz-placeholder,
.form-group textarea::-moz-placeholder,
.form-group input::-webkit-input-placeholder,
.form-group input:-ms-input-placeholder {
  color: #fff;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-group.message {
    width: 100%;
}

.contact-us-inner {
    padding-left: 20px;
}

.form-group.submit input {
    width: 240px;
    height: 70px;
    border: 3px solid #fff;
    cursor: pointer;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
}

.form-group.submit input:hover {
    background: #fff;
    color: #000;
}

#contactForm {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.form-group select.error-form,
.form-group input.error-form {
    border-bottom: 3px solid #f00;
}

.errorform {
  display: none;
  position: absolute;
  top: 60px;
  font-size: 16px;
  left: 20px;
  color: #f00;
}

.error-email-valid {
  display: none;
  position: absolute;
  top: 60px;
  font-size: 16px;
  left: 20px;
  color: #f00;
}

.form-group.submit .formerror {
    position: absolute;
    top: 90px;
    font-size: 16px;
    left: 20px;
    color: #f00;
}

 /* Contact section css end */


 /* Footer section css start */
 .footer {
     margin: 60px 0 0;
     padding: 110px 0 85px;
     background: #000;
 }

 .footer-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.footer-list {
    width: 20%;
}

.footer-list h3 {
    color: #fff;
    font-family: 'AktivGrotesk-XBold';
    font-weight: bold;
    padding-bottom: 48px;
}

.footer-list a {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    display: inline-block;
    margin-bottom: 35px;
    font-family: aktiv-grotesk,sans-serif;
    font-weight: 400;
    font-weight: normal;
}

.footer-list ul li a {
    margin: 0;
}

.footer-list ul.social-nav  {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 50px;
}

.footer-list ul.social-nav li {
    padding-right: 10px;
}

.footer-list ul.social-nav li a {
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
}

.footer-list ul.social-nav li a:hover {
    background: #000;
    border: 2px solid #fff;
}

.footer-list ul.social-nav li a:hover i {
    color: #fff;
}

.footer-list ul.social-nav li a i {
    color: #000;
}

.footer-list.footer-list-social h3 {
    padding-bottom: 25px;
}

.affiliates-img img + img {
    margin-left: 55px;
}

.footer-list.footer-list-social {
    margin-right: -90px;
}

.footer-wrapper .footer-list:nth-child(2) {
    width: 25%;
}

.footer-wrapper .footer-list:nth-child(3) {
    width: 13%;
}
 /* Footer section css end */


 /* thank-you-page css start */
 .contact-us.thank-you-banner {
    height: 780px;
}

 .contact-us.thank-you-banner .container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
 }

 .thank-you {
    text-align: center;
}

 .thank-you h1 {
     line-height: 75px;
     text-transform: capitalize;
     padding-bottom: 15px;
 }

  .thank-you p {
    color: #fff;
    font-size: 20px;
    line-height: 37px;
    font-family: 'AktivGrotesk';
    font-weight: normal;
  }

  .contact-us.thank-you-banner::after {
      display: none;
  }

  .thank-you-banner .thank-you {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    text-align: left;
    width: 40%;
}

.page-thankyou .footer {
    margin: 0;
}


.mobile-nav-bottom {
    display: none;
}

.nav .logo {
    display: none;
}
