*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 62,5%;
}

body {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
}

.scrollup {
  position: fixed;
  bottom: 40px;
  right: 25px;
  width: 50px;
  height: 50px;
  background-color: transparent;
  opacity: 0;
}

.show {
  opacity: 1;
}

.show i {
  font-size: 2.5rem;
  padding: 0.75em;
  color: #e99a08;
  cursor: pointer;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  height: auto;
}

h3.section-title {
  padding: 3em 0 .2em 0;
  text-align: center;
  font-size: 1.6rem;
}

.underline {
  width: 50px;
  height: 4px;
  margin: 0 auto;
  background-color: #EEBD00;
  margin-bottom: 2em;
}

.section-hero-shadow {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.header {
  position: relative;
  height: 75vh;
  overflow: hidden;
}

.header nav.mobile {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em;
  z-index: 21;
}

.header nav.mobile .nav__band-img {
  width: 80%;
  margin: 0.5em 0 0 0.5em;
}

.header nav.mobile .bars__btn {
  margin-right: 0.5em;
  background-color: transparent;
  padding: 0.5em;
  border: 1px solid transparent;
  z-index: 80;
}

.header nav.mobile .bars__btn:focus {
  border: 1px solid #EEBD00;
}

.header nav.mobile .bars__btn i {
  font-size: 2.5rem;
  color: #fff;
}

.header nav.mobile .mobile-list {
  display: none;
}

.header nav.mobile .mobile-list ul {
  list-style-type: none;
}

.header nav.mobile .mobile-list ul .nav__item {
  display: block;
  padding: 0.5em;
}

.header nav.mobile .mobile-list ul .nav__item a {
  text-decoration: none;
  font-size: 1rem;
  color: #fff;
}

.header nav.mobile .nav-active {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 40;
  overflow: hidden;
}

.header nav.desktop {
  position: absolute;
  width: 100%;
  display: none;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header nav.desktop .nav__band-img {
  margin-top: 0.75em;
}

.header nav.desktop .nav__items ul {
  list-style-type: none;
}

.header nav.desktop .nav__items ul .nav__item {
  display: inline-block;
}

.header nav.desktop .nav__items ul .nav__item a {
  text-decoration: none;
  padding: 1em;
  font-size: 1rem;
  color: #ddd;
  -webkit-transition: color .6s;
  transition: color .6s;
}

.header nav.desktop .nav__items ul .nav__item a:hover {
  color: #EEBD00;
}

.header nav.desktop .nav__contact-btn {
  background-color: #EEBD00;
  border: 1px solid transparent;
  font-size: 1.1rem;
  color: #000;
  padding: 0.5em 1em;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: color .6s, background-color .4s, border .4s;
  transition: color .6s, background-color .4s, border .4s;
}

.header nav.desktop .nav__contact-btn:hover {
  color: #EEBD00;
  background-color: transparent;
  border: 1px solid #EEBD00;
}

.header__hero-img {
  width: 100%;
  height: 100%;
  background-image: url("../img/header_mobile.jpg");
  background-position: center;
  background-size: cover;
}

.header__hero-img .header-text {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: 2px 2px 10px #000;
  text-align: center;
  text-transform: uppercase;
}

.header__hero-img .header-text h1 {
  letter-spacing: 5px;
  font-weight: lighter;
}

.header__hero-img .header-box-up {
  position: absolute;
  bottom: 1em;
  left: 50%;
  width: 50px;
  height: 50px;
  background-color: transparent;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
}

.header__hero-img .header-box-up i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-size: 2rem;
  color: #EEBD00;
  --animate-duration: 2.5s;
  padding: 1em;
}

.header__hero-shadow {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
}

.aboutus {
  overflow: hidden;
}

.aboutus p.section-body {
  padding: 1em 2em;
  line-height: 170%;
  font-size: 1rem;
}

.aboutus .section-aboutus-boxs {
  width: 100%;
  margin: 3em 0;
  padding: 2.5em 0;
  background: #fab800;
  background: linear-gradient(132deg, #fab800 12%, #ffeb00 100%);
  overflow: hidden;
}

.aboutus .section-aboutus-position-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.aboutus .section-aboutus-box-l,
.aboutus .section-aboutus-box-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.aboutus .section-aboutus-box-l p.box-l,
.aboutus .section-aboutus-box-r p.box-l {
  font-size: 2rem;
}

.aboutus .section-aboutus-box-l p.box-r,
.aboutus .section-aboutus-box-r p.box-r {
  padding: 1em;
  margin-left: 6em;
}

.aboutus .section-aboutus-box-l {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.aboutus .section-aboutus-box-r {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.aboutus p.section-body-boxs {
  padding: 1em 2em;
  line-height: 140%;
  font-size: 1rem;
  letter-spacing: 1px;
}

.aboutus .section-cert-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.aboutus .section-cert-box i {
  padding: 0.5em 0.5em 0.5em 1em;
  font-size: 2.5rem;
  color: #EEBD00;
}

.aboutus .section-cert-box p {
  padding: 1em;
}

.offers {
  background-color: rgba(0, 0, 0, 0.04);
  text-align: center;
}

.offers .offers-content-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.offers .offers-content-boxes .content-box {
  position: relative;
  width: 27%;
  height: 400px;
  margin: 2em;
  border-radius: 8px;
  -webkit-box-shadow: 3px 5px 7px #8d8989;
          box-shadow: 3px 5px 7px #8d8989;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow .6s, -webkit-transform .6s;
  transition: -webkit-box-shadow .6s, -webkit-transform .6s;
  transition: box-shadow .6s, transform .6s;
  transition: box-shadow .6s, transform .6s, -webkit-box-shadow .6s, -webkit-transform .6s;
}

.offers .offers-content-boxes .content-box .img-bhp {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 45;
  background-image: url("/img/offers-bhp-mobile.jpg");
}

.offers .offers-content-boxes .content-box .img-bhp .content-in-box {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 60;
}

.offers .offers-content-boxes .content-box .img-bhp .content-in-box p {
  font-size: 1.8rem;
  color: #EEBD00;
  padding: 2em 0 1em;
}

.offers .offers-content-boxes .content-box .img-bhp .content-in-box a {
  text-decoration: none;
  padding: 1em 0 2em;
  color: #fff;
}

.offers .offers-content-boxes .content-box .img-ppoz {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 45;
  background-image: url("/img/offers-ppoz-mobile.jpg");
}

.offers .offers-content-boxes .content-box .img-ppoz .content-in-box {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 60;
}

.offers .offers-content-boxes .content-box .img-ppoz .content-in-box p {
  font-size: 1.8rem;
  color: #EEBD00;
  padding: 2em 0 1em;
}

.offers .offers-content-boxes .content-box .img-ppoz .content-in-box a {
  text-decoration: none;
  padding: 1em 0 2em;
  color: #fff;
}

.offers .offers-content-boxes .content-box .img-other {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 45;
  background-image: url("/img/offers-other-mobile.jpg");
}

.offers .offers-content-boxes .content-box .img-other .content-in-box {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 60;
}

.offers .offers-content-boxes .content-box .img-other .content-in-box p {
  font-size: 1.8rem;
  color: #EEBD00;
  padding: 2em 0 1em;
}

.offers .offers-content-boxes .content-box .img-other .content-in-box a {
  text-decoration: none;
  padding: 1em 0 2em;
  color: #fff;
}

.offers .offers-content-boxes .content-box:hover {
  -webkit-box-shadow: 2px 3px 5px #8d8989;
          box-shadow: 2px 3px 5px #8d8989;
  -webkit-transform: scale(0.99);
          transform: scale(0.99);
}

.offers p.section-offers {
  padding: 1em 2em;
  line-height: 160%;
  font-size: 1rem;
  text-align: center;
}

.offers .section-drive-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.offers .section-drive-box i {
  padding: 0.5em 0.5em 0.5em 1em;
  font-size: 2.5rem;
  color: #8E1600;
}

.offers .section-drive-box p {
  padding: 1em;
}

.learning {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.learning .img-bg {
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-image: url("/img/learning_mobile.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.learning .section-learning-hero-shadow {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
}

.learning .section-learning-hero-shadow h3.section-learning {
  color: #fff;
}

.learning .section-learning-hero-shadow p.learning-info {
  padding: 1em 2em;
  line-height: 140%;
  font-size: 1.2rem;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
}

.learning .section-learning-hero-shadow .section-learning-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.learning .section-learning-hero-shadow .section-learning-box i {
  padding: 0.5em 0.5em 1em;
  font-size: 2.5rem;
  color: #EEBD00;
  margin: 1.5em;
  -webkit-transition: color .5s, -webkit-transform .5s;
  transition: color .5s, -webkit-transform .5s;
  transition: color .5s, transform .5s;
  transition: color .5s, transform .5s, -webkit-transform .5s;
}

.learning .section-learning-hero-shadow .section-learning-box i:hover {
  color: #ffe168;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.carrier p.carrier-info {
  padding: 0.5em 1em;
  line-height: 140%;
  font-size: 1.2rem;
  letter-spacing: 1px;
  text-align: center;
}

.carrier p.carrier-info span, .carrier p.carrier-info i, .carrier p.carrier-info a {
  color: #000000;
}

.carrier p.carrier-info a {
  text-decoration: none;
  font-weight: bold;
}

.carrier p:last-child {
  margin-bottom: 5em;
}

.contact {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
}

.contact .img-bg-contact {
  width: 100%;
  height: 100%;
  background-image: url("/img/contact-desktop.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact .img-bg-contact .section-contact-hero-shadow {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.68);
  padding-bottom: 2em;
}

.contact .img-bg-contact .section-contact-hero-shadow h3 {
  color: #fff;
}

.contact .img-bg-contact .section-contact-hero-shadow .contact-position-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.contact .img-bg-contact .section-contact-hero-shadow .contact-position-boxes .contac-box-text-l, .contact .img-bg-contact .section-contact-hero-shadow .contact-position-boxes .contac-box-text-c, .contact .img-bg-contact .section-contact-hero-shadow .contact-position-boxes .contac-box-maps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 27%;
  height: 300px;
  margin: 2em;
  padding: 1em;
}

.contact .img-bg-contact .section-contact-hero-shadow .contact-position-boxes .contac-box-text-l h2, .contact .img-bg-contact .section-contact-hero-shadow .contact-position-boxes .contac-box-text-c h2, .contact .img-bg-contact .section-contact-hero-shadow .contact-position-boxes .contac-box-maps h2 {
  color: #fff;
  padding-bottom: 1em;
}

.contact .img-bg-contact .section-contact-hero-shadow .contact-position-boxes .contac-box-text-l p, .contact .img-bg-contact .section-contact-hero-shadow .contact-position-boxes .contac-box-text-c p, .contact .img-bg-contact .section-contact-hero-shadow .contact-position-boxes .contac-box-maps p {
  font-size: 1em;
  color: #fff;
  padding: 0.5em;
}

.contact .img-bg-contact .section-contact-hero-shadow .contact-position-boxes .contac-box-text-l a, .contact .img-bg-contact .section-contact-hero-shadow .contact-position-boxes .contac-box-text-c a, .contact .img-bg-contact .section-contact-hero-shadow .contact-position-boxes .contac-box-maps a {
  color: #EEBD00;
  text-decoration: none;
}

.contact .img-bg-contact .section-contact-hero-shadow .contact-position-boxes .contac-box-text-l .a_tel, .contact .img-bg-contact .section-contact-hero-shadow .contact-position-boxes .contac-box-text-c .a_tel, .contact .img-bg-contact .section-contact-hero-shadow .contact-position-boxes .contac-box-maps .a_tel {
  color: #fff;
}

.contact .img-bg-contact .section-contact-hero-shadow .contact-position-boxes .contac-box-text-l iframe, .contact .img-bg-contact .section-contact-hero-shadow .contact-position-boxes .contac-box-text-c iframe, .contact .img-bg-contact .section-contact-hero-shadow .contact-position-boxes .contac-box-maps iframe {
  width: 90%;
  height: 100%;
  border-radius: 8px;
  -webkit-filter: grayscale(40%);
          filter: grayscale(40%);
}

.contact .img-bg-contact .section-contact-hero-shadow .contact-position-boxes .contac-box-text-l .contact-padding, .contact .img-bg-contact .section-contact-hero-shadow .contact-position-boxes .contac-box-text-c .contact-padding, .contact .img-bg-contact .section-contact-hero-shadow .contact-position-boxes .contac-box-maps .contact-padding {
  padding-bottom: 2em;
}

.footer {
  width: 100%;
  background-color: #000;
}

.footer .footer-mobile {
  display: none;
}

.footer .footer-mobile p {
  padding: 2em 0 0;
}

.footer .footer-mobile p.footer-reserved-mobile {
  padding: 0.6em 0 1em;
}

.footer p {
  padding: 3em 0 1.5em;
  color: #fff;
  text-align: center;
  font-size: 0.8rem;
}

.footer p span.footer-copmany {
  color: #EEBD00;
  font-size: 1.2rem;
}

.offer-out-file {
  overflow: hidden;
}

.offer-out-file .out-file-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.offer-out-file .out-file-box .out-content-box {
  width: 50%;
  margin: 1em 0.5em 3em;
  padding: 1em;
}

.offer-out-file .out-file-box .out-content-box p {
  padding: 0.45em;
}

.offer-out-file .out-file-box .out-content-box p i {
  color: #EEBD00;
}

.offer-out-file .out-file-box .out-content-box img {
  width: 90%;
}

.offer-out-file p.out-file {
  text-align: center;
  padding: 0 0 3em;
}

.offer-out-file p.out-file a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

@media (max-width: 484px) {
  .header__hero-img .header-text h1 {
    letter-spacing: 0px;
    font-size: 1.6em;
  }
}

@media (min-width: 768px) {
  .header nav.mobile {
    display: none;
  }
  .header nav.desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .header__hero-img {
    background-image: url("../img/header_desktop.jpg");
  }
  .learning .img-bg {
    background-image: url("/img/learning_desktop.jpg");
  }
}

@media (max-width: 768px) {
  .aboutus p.section-body {
    letter-spacing: 1px;
  }
  .aboutus .section-aboutus-position-boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .aboutus .section-aboutus-position-boxes .section-aboutus-box-r {
    width: 100%;
  }
  .aboutus .section-aboutus-position-boxes p.box-l {
    font-size: 1.8rem;
    padding: 1em 0;
  }
  .aboutus .section-aboutus-position-boxes .section-aboutus-box-r p.box-r {
    margin: 0 auto;
  }
  .contact .contact-position-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
  }
  .contact .contact-position-boxes .contac-box-text-l, .contact .contact-position-boxes .contac-box-text-c, .contact .contact-position-boxes .contac-box-maps {
    min-width: 80%;
    max-height: 200px;
  }
  .footer .footer-mobile {
    display: block;
  }
  .footer .footer-desktop {
    display: none;
  }
}

@media (max-width: 992px) {
  .offers-content-boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .offers-content-boxes .content-box {
    min-width: 70%;
  }
  .offer-out-file .out-file-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .offer-out-file .out-file-box .out-content-box {
    width: 80%;
    margin: 0 auto;
  }
  .offer-out-file .out-file-box .out-content-box img {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
}
