:root {
  font-size: 62.5%;
}

:root body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.6rem;
}

@media screen and (min-width: 2000px) {
  :root {
    font-size: 90%;
  }
}

.title {
  margin-bottom: 40px;
}

.title h1 {
  font-size: 4.2rem;
  color: #010101;
  margin-bottom: 0;
  line-height: 5.2rem;
  font-weight: 700;
}

.title h4 {
  color: #424242;
  font-weight: 500;
  font-size: 1.6rem;
  margin-top: 4px;
  letter-spacing: .1rem;
}

.title.light h1 {
  color: #fff;
}

.title.light h4 {
  color: #0edc8d;
}

@media screen and (max-width: 1269px) {
  .title h1 {
    font-size: 3.2rem;
    line-height: 3rem;
  }
}

@media screen and (max-width: 769px) {
  .title h3 {
    font-size: 1.6rem !important;
  }
  .title h1 {
    font-size: 2.8rem;
    line-height: 3.5rem;
  }
}

@media screen and (max-width: 450px) {
  .title h3 {
    font-size: 1.4rem !important;
  }
}

h1,
h2,
h3 {
  font-family: "Montserrat", Arial, sans-serif;
  color: #010101;
}

h1 {
  font-size: 3.6rem;
  font-weight: 700;
}

h1 small {
  font-size: 5rem;
}

h2 {
  font-size: 3.2rem;
  font-weight: 600;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 1.8rem;
  color: #010101;
}

h5 {
  font-size: 1.4rem;
  color: #010101;
}

h6 {
  font-size: 1.2rem;
  color: #010101;
}

p {
  color: #424242;
  font-size: 1.6rem;
  line-height: 3rem;
  margin: 20px 0;
}

@media screen and (min-width: 1599px) {
  p {
    font-size: 1.8rem;
  }
}

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

body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

section,
.main-footer {
  padding: 100px 160px;
  overflow: hidden;
}

@media screen and (min-width: 2000px) {
  section,
  .main-footer {
    padding: 100px 15%;
  }
}

@media screen and (max-width: 992px) {
  section,
  .main-footer {
    padding: 100px 40px;
  }
}

@media screen and (max-width: 769px) {
  section,
  .main-footer {
    padding: 100px 24px;
  }
}

.padding-size {
  padding-left: 160px;
  padding-right: 160px;
}

@media screen and (min-width: 2000px) {
  .padding-size {
    padding-left: 15%;
    padding-right: 15%;
  }
}

@media screen and (max-width: 992px) {
  .padding-size {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 769px) {
  .padding-size {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.padding-size-left {
  padding-left: 160px;
}

@media screen and (min-width: 2000px) {
  .padding-size-left {
    padding-left: 15%;
  }
}

@media screen and (max-width: 992px) {
  .padding-size-left {
    padding-left: 40px;
  }
}

@media screen and (max-width: 769px) {
  .padding-size-left {
    padding-left: 24px;
  }
}

.half-width-wrapper {
  padding-left: 54vw;
  padding-right: 4vw;
  padding-top: 10vw;
  position: relative;
}

@media screen and (max-width: 769px) {
  .half-width-wrapper {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0;
  }
}

.img-responsive {
  max-width: 100%;
}

.gutter-50 {
  padding: 25px 0;
}

.gutter-100 {
  padding: 50px 0;
}

.pb-100 {
  padding-bottom: 100px;
}

.breadcrumbs {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.breadcrumbs li::before {
  content: ">";
  margin-left: 8px;
  margin-right: 6px;
  opacity: 0.7;
}

.breadcrumbs li a {
  color: #0eca82;
}

.breadcrumbs li:first-of-type::before {
  content: "";
  margin: 0;
}

.custom-badge {
  display: inline-block;
  background-color: #0eca82;
  color: #fff;
  padding: 2px 10px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.4rem;
}

.custom-badge.custom-badge-success {
  background-color: #31a031;
}

.custom-badge.custom-badge-warning {
  background-color: #ffd747;
  color: rgba(248, 165, 67, 0.7);
}

.custom-badge.custom-badge-light {
  background-color: #f5f5f5;
  color: rgba(248, 165, 67, 0.7);
}

.custom-badge.custom-badge-secondary {
  background-color: #ededed;
  color: rgba(248, 165, 67, 0.7);
}

.hero-btn, .primary-btn, .secondary-btn {
  background-color: #0EDC8D;
  color: #fff;
  text-decoration: none;
  padding: 16px 38px;
  margin-top: 12px;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: .2rem;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

.hero-btn:hover, .primary-btn:hover, .secondary-btn:hover, .hero-btn:focus, .primary-btn:focus, .secondary-btn:focus {
  text-decoration: none;
  color: #fff;
  background-color: #0eca82;
}

.primary-btn {
  margin-top: 32px;
}

.secondary-btn {
  margin-top: 32px;
  background-color: #f8a543;
}

.secondary-btn:hover, .secondary-btn:focus {
  text-decoration: none;
  color: #fff;
  background-color: #e78e29;
}

#hero {
  background-color: #222;
  width: 100%;
  height: 100vh;
  min-height: 580px;
  background-image: url("../img/hero2.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(7, 12, 27, 0.1);
}

#hero .gradient-overlay {
  background: -webkit-gradient(linear, left top, right top, from(rgba(6, 6, 21, 0)), to(rgba(7, 12, 27, 0.7)));
  background: linear-gradient(90deg, rgba(6, 6, 21, 0) 0%, rgba(7, 12, 27, 0.7) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

#hero .mouse {
  position: absolute;
  z-index: 600;
  left: 140px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

#hero .mouse .line {
  height: 140px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  position: relative;
}

#hero .mouse .line:before {
  content: "SCROLL";
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: -50px;
  top: 50px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  font-size: 1.4rem;
  letter-spacing: 0.3rem;
}

#hero .mouse .mouse-body {
  width: 32px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  margin-left: 24px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}

#hero .mouse .mouse-body .scroll {
  width: 2px;
  height: 10px;
  background-color: #fff;
  margin-left: 15px;
  margin-top: 12px;
  border-radius: 100px;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

#hero .mouse:hover .mouse-body {
  border-color: rgba(255, 255, 255, 0.8);
}

#hero .mouse:hover .mouse-body .scroll {
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
}

#hero .content {
  position: relative;
  z-index: 400;
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
}

#hero .content h1 {
  font-size: 7.6rem;
  color: #fff;
  line-height: 10rem;
}

#hero .content p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.8rem;
}

@media screen and (max-width: 1600px) {
  #hero .content h1 {
    font-size: 5.6rem !important;
    line-height: 7rem;
  }
}

@media screen and (max-width: 1360px) {
  #hero .content h1 {
    font-size: 4.6rem !important;
    line-height: 6rem;
  }
  #hero .content p {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
}

.inner-header {
  width: 100%;
  min-height: 500px;
  display: -ms-grid;
  display: grid;
  gap: 30px;
  -ms-grid-columns: 11fr 9fr;
      grid-template-columns: 11fr 9fr;
}

.inner-header .img-cont {
  background-color: #ededed;
}

.inner-header .img-cont .img-wrapper {
  width: 100%;
  height: 100%;
  background-image: url("../img/about.jpg");
  background-size: cover;
}

.inner-header .title-cont {
  padding: 80px;
  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;
}

.inner-header .title-cont h1 {
  font-size: 6rem;
}

.inner-header .title-cont h4 {
  font-size: 2.4rem;
}

.inner-header .title-cont h3 {
  color: #424242;
  line-height: 40px;
  font-weight: 500;
}

@media screen and (max-width: 1400px) {
  .inner-header .title-cont h3 {
    font-size: 1.8rem;
    line-height: 32px;
  }
}

.inner-header.faq-header .img-cont .img-wrapper {
  background-image: url("../img/faq.jpg");
  background-position: top center;
}

.inner-header.how-header .img-cont .img-wrapper {
  background-image: url("../img/how.jpg");
}

.inner-header.contact-header .title-cont {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.inner-header.contact-header .img-cont {
  height: 500px;
  position: relative;
}

.inner-header.contact-header .img-cont .img-wrapper {
  background-image: url("../img/contact1.jpg");
}

.inner-header.contact-header .img-cont .box-cont {
  position: absolute;
  bottom: -140px;
}

.inner-header.contact-header .img-cont .box-cont .book-box {
  position: relative;
  z-index: 400;
  background-color: #fff;
  border-radius: 15px;
  padding: 40px 32px;
  text-align: center;
  margin-top: 80px;
  -webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.06), 0 15px 18px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.06), 0 15px 18px 0 rgba(0, 0, 0, 0.04);
}

.inner-header.contact-header .img-cont .box-cont .book-box h2 {
  font-weight: 700;
}

.inner-header.contact-header .img-cont .box-cont .book-box p {
  color: #424242;
  font-size: 1.4rem;
}

.inner-header.contact-header .img-cont .box-cont .book-box .primary-btn {
  margin: 0;
}

.navigation {
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #fff;
  z-index: 999;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px auto 200px;
      grid-template-columns: 200px auto 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navigation .navigation-btn {
  color: #fff;
  -ms-grid-column-align: end;
      justify-self: end;
  background-color: #0EDC8D;
  border: none;
  padding: 12px 32px;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

.navigation .navigation-btn:hover, .navigation .navigation-btn:focus {
  text-decoration: none;
  background-color: #0eca82;
}

.navigation .logo {
  -ms-grid-column-align: start;
      justify-self: start;
}

.navigation .logo .top {
  font-weight: 300;
  margin: 0;
}

.navigation .logo .bottom {
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.1rem;
}

.navigation .logo:hover, .navigation .logo:focus {
  text-decoration: none;
}

.navigation .nav-links {
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.navigation .nav-links li {
  margin: 0 12px;
}

.navigation .nav-links li a {
  color: #010101;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
}

.navigation .nav-links li a:hover, .navigation .nav-links li a:focus {
  text-decoration: none;
  color: #0eca82;
}

.navigation.home-navigation {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.navigation.home-navigation .navigation-btn {
  color: #fff;
  -ms-grid-column-align: end;
      justify-self: end;
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 12px 32px;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

.navigation.home-navigation .navigation-btn:hover, .navigation.home-navigation .navigation-btn:focus {
  text-decoration: none;
  border-color: #fff;
  background-color: transparent !important;
}

.navigation.home-navigation .logo h3 {
  color: #fff;
}

.navigation.home-navigation .nav-links li a {
  color: #fff;
  opacity: 0.8;
}

.navigation.home-navigation .nav-links li a:hover, .navigation.home-navigation .nav-links li a:focus {
  text-decoration: none;
  opacity: 1;
}

.accordion {
  width: 100%;
  margin: 24px 0;
}

.accordion .question {
  width: 100%;
  margin: 0;
}

.accordion .question .question-header {
  background-color: #f5f5f5;
  padding: 24px 32px;
  margin-bottom: 8px;
  border-left: 6px solid #0eca82;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: auto 18px;
      grid-template-columns: auto 18px;
  cursor: pointer;
}

@media screen and (max-width: 769px) {
  .accordion .question .question-header {
    padding: 24px;
  }
}

.accordion .question .question-header h4 {
  font-size: 1.8rem;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
  color: #010101;
  margin: 0;
  line-height: 2.4rem;
}

.accordion .question .question-header .plus-minus {
  position: relative;
  width: 16px;
  height: 16px;
  transform-origin: center;
  -webkit-transform-origin: center;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

.accordion .question .question-header .plus-minus .line1 {
  height: 2px;
  width: 16px;
  background-color: #0eca82;
  position: absolute;
  left: 0;
  top: 7px;
  transform-origin: center;
  -webkit-transform-origin: center;
}

.accordion .question .question-header .plus-minus .line2 {
  width: 2px;
  height: 16px;
  background-color: #0eca82;
  position: absolute;
  left: 7px;
  top: 0;
  transform-origin: center;
  -webkit-transform-origin: center;
}

.accordion .question .question-body {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 24px;
  margin-left: 6px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.accordion .question .question-body p {
  opacity: 0;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.accordion .question.opened .question-header .plus-minus {
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.accordion .question.opened .question-header .plus-minus .line1 {
  opacity: 0;
}

.accordion .question.opened .question-body {
  padding: 18px 24px;
  max-height: 500px;
  opacity: 1;
  margin-bottom: 8px;
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
}

.accordion .question.opened .question-body p {
  opacity: 1;
}

@media screen and (max-width: 769px) {
  .accordion .question.opened .question-body {
    padding: 24px;
  }
}

.text-link {
  color: #0EDC8D;
}

.text-link:hover, .text-link:focus {
  text-decoration: none;
  color: #0eca82;
}

#about-home .img-cont {
  position: relative;
}

#about-home .img-cont .square-img {
  position: absolute;
  left: 0;
  bottom: -20px;
  max-width: 40%;
}

#intro-home {
  padding-bottom: 80px;
  overflow: visible;
}

#intro-home .main-text {
  line-height: 32px;
}

#intro-home .reviews-wrapper {
  position: relative;
}

#intro-home .reviews-wrapper .arrow-btn {
  position: absolute;
  z-index: 999;
  top: 40%;
  width: 40px;
  height: 40px;
  background-color: rgba(34, 34, 34, 0.1);
  text-align: center;
}

#intro-home .reviews-wrapper .arrow-btn i {
  color: #333;
  line-height: 40px;
}

#intro-home .reviews-wrapper .arrow-btn.arrow-next {
  right: 0;
}

#intro-home .slick-dots {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}

#intro-home .slick-dots li {
  margin: 0 4px;
}

#intro-home .slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: #ededed;
  border: 0;
  border-radius: 100%;
  outline: none !important;
}

#intro-home .slick-dots li.slick-active button {
  background-color: #0eca82;
}

#intro-home .reviews-cont {
  position: relative;
  z-index: 100;
}

#intro-home .reviews-cont:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  background: white;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, white 100%);
  z-index: 990;
}

#intro-home .reviews-cont:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  background: white;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
  z-index: 990;
}

#intro-home .review-box .review-inner {
  margin: 16px;
  background-color: #fff;
  border-radius: 15px;
  padding: 48px 56px;
  border: 1px solid #ededed;
}

#intro-home .review-box .review-inner p {
  margin: 0;
  line-height: 2.5rem;
  font-size: 1.6rem;
}

#intro-home .review-box .review-inner h4 {
  margin: 0;
  margin-top: 12px;
  font-weight: 600;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.6rem;
}

#intro-home .review-box .review-inner .rating {
  margin-bottom: 12px;
}

#intro-home .review-box .review-inner .rating i {
  font-size: 1.2rem;
  color: #f8a543;
}

#how-home {
  background-color: #08071b;
  background-image: url("../img/bg.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

#how-home .gradient-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(#08071b), to(rgba(6, 6, 21, 0)));
  background: linear-gradient(90deg, #08071b 0%, rgba(6, 6, 21, 0) 100%);
  z-index: 200;
}

#how-home .overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(8, 7, 27, 0.7);
  z-index: 100;
}

#how-home .content,
#how-home .title {
  position: relative;
  z-index: 500;
}

#how-home .paragraph {
  margin: 32px 0;
}

#how-home .paragraph h2 {
  color: #fff;
}

#how-home .paragraph p {
  color: rgba(255, 255, 255, 0.8);
}

#how-home .book-box {
  position: relative;
  z-index: 400;
  background-color: #fff;
  border-radius: 15px;
  padding: 40px 32px;
  text-align: center;
  margin-top: 80px;
}

#how-home .book-box h2 {
  font-weight: 700;
}

#how-home .book-box p {
  color: #424242;
  font-size: 1.4rem;
}

#how-home .book-box .primary-btn {
  margin: 0;
}

#faq-home .accordion {
  margin-top: 56px;
}

#footer {
  padding-top: 80px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
  text-align: center;
}

#footer .socials {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
}

#footer .socials li {
  margin: 0 8px;
}

#footer .socials li a {
  color: #010101;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

#footer .socials li a:hover, #footer .socials li a:focus {
  text-decoration: none;
  color: #0EDC8D;
}

#footer .nav-links {
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#footer .nav-links li {
  margin: 0 12px;
}

#footer .nav-links li a {
  color: #010101;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

#footer .nav-links li a:hover, #footer .nav-links li a:focus {
  text-decoration: none;
  color: #0EDC8D;
}

#footer .copy {
  font-size: 1.4rem;
}

#about-intro {
  padding-bottom: 0;
  overflow: visible;
}

#about-intro .quote-text {
  position: relative;
}

#about-intro .quote-text h3 {
  color: #424242;
  line-height: 40px;
  font-weight: 500;
}

@media screen and (max-width: 1400px) {
  #about-intro .quote-text h3 {
    font-size: 1.8rem;
    line-height: 32px;
  }
}

#about-intro .quote-text img {
  width: 50%;
  top: -10%;
  left: -50px;
  opacity: 0.05;
  position: absolute;
  z-index: -2;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

#about-intro .img-cont {
  position: relative;
  z-index: 100;
}

#about-intro .img-cont:before {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -70px;
  width: 40%;
  height: 230px;
  background-color: #f8a543;
  z-index: -2;
}

.form-cont {
  width: 100%;
}

.form-cont #status {
  margin: 0;
}

.form-cont #mybtn {
  margin: 0;
  border: none;
  outline: none !important;
  margin-top: 8px;
}

.form-cont .input-cont {
  width: 100%;
}

.form-cont .input-cont label {
  font-size: 1.2rem;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  color: #0EDC8D;
}

.form-cont input,
.form-cont textarea {
  width: 100%;
  height: 50px;
  border: none;
  border-bottom: 1px solid #424242;
  outline: none !important;
  margin-bottom: 24px;
  font-size: 1.8rem;
}

@media screen and (max-width: 992px) {
  .form-cont input,
  .form-cont textarea {
    font-weight: 1.4rem;
  }
}

.form-cont textarea {
  resize: none;
  height: 100px;
  margin-bottom: 8px;
}

#how .paragraph {
  position: relative;
}

#how .paragraph:nth-of-type(1) {
  margin-bottom: 80px;
}

#how .paragraph::before {
  content: "";
  position: absolute;
  left: -60px;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: #0EDC8D;
}

.steps-cont {
  margin-left: 60px;
  position: relative;
}

.steps-cont:before {
  content: "";
  position: absolute;
  left: 24px;
  height: 74%;
  width: 2px;
  top: 13%;
  background-color: #ededed;
}

.steps-cont .step {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0;
}

.steps-cont .step .circle-cont {
  margin-right: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  position: relative;
}

.steps-cont .step .circle-cont .circle {
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #0EDC8D;
  border-radius: 100%;
  text-align: center;
  line-height: 50px;
}

.steps-cont .step .content {
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #ededed;
  padding: 40px;
  position: relative;
}

.steps-cont .step .content:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 29px;
  background-image: url("../img/triangle.png");
  background-repeat: no-repeat;
  left: -15px;
  top: 50%;
  bottom: 50%;
  margin: auto;
}

.steps-cont .step .content h4 {
  margin-bottom: 16px;
  color: #0EDC8D;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
}

.steps-cont .step .content p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 25px;
}
/*# sourceMappingURL=main.css.map */