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

body {
  background: #014e56;
  overflow-x: hidden;
  max-width: 100vw;
}

html,
body {
  max-width: 100vw;
  overflow-x: hidden;
}

h1 {
  font-family: "Livvic", sans-serif;
  line-height: 2.5rem;
}

h2 {
  font-family: "Livvic", sans-serif;
}

h3 {
  font-family: "Livvic", sans-serif;
}

p {
  font-family: "Livvic", sans-serif;
  color: white;
  line-height: 2rem;
}

a {
  text-decoration: none;
  font-family: "Livvic", sans-serif;
  color: white;
}

ul {
  list-style-type: none;
}

header {
  background: #014e56;
  padding: 3em 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 0;
  top: 0;
  width: 100vw;
  position: absolute;
}

header .logo {
  width: 8rem;
}

header .hamburger-btn {
  position: absolute;
  right: 0;
  padding: 1em 1.5em;
  cursor: pointer;
}

header .nav-menu {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
  position: fixed;
  visibility: hidden;
  z-index: 100;
  overflow-x: hidden;
  -webkit-perspective: 500rem;
  perspective: 500rem;
}

header .nav-menu .navbar {
  position: absolute;
  top: 0;
  right: 0;
  width: 62vw;
  height: 100vh;
  background: #2c6269;
  -webkit-transform: translateX(100vw);
  transform: translateX(100vw);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 10;
  -webkit-perspective: 500rem;
  perspective: 500rem;
}

header .nav-menu .navbar .close-nav-btn {
  float: right;
  padding: 3.5em 1.5em;
  cursor: pointer;
}

header .nav-menu .navbar ul {
  padding: 8em 3em;
}

header .nav-menu .navbar li {
  margin-bottom: 1.8em;
}

header .nav-menu__normal {
  display: none;
}

header .nav-btn-normal {
  display: none;
}

footer {
  width: 100vw;
  background: #002529;
  text-align: center;
  padding-bottom: 3em;
}

footer .footer-logo {
  width: 6rem;
  padding-top: 5em;
  margin-bottom: 1.7em;
}

footer .nav-footer {
  margin-bottom: 1.7em;
}

footer .nav-footer a:hover {
  color: #f67e7e;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

footer .footer-contact-details {
  margin-bottom: 2em;
}

footer .footer-social-media {
  margin-bottom: 0.5em;
  margin-top: 0px;
}

footer .footer-social-media .social-icon {
  margin: 0 0.5em 0 0.5em;
  cursor: pointer;
  padding-top: 0.1em;
}

footer .footer-social-media .social-icon:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navbar-brand {
  font-family: "Ubuntu";
  font-size: 3rem;
  font-weight: bold;
}

.main-container {
  max-width: 100vw;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #ff0000;
}

.h1-intro {
  color: white;
  font-size: 40px;
  width: 15rem;
  margin: 0 auto 0.5em auto;
  overflow: hidden;
}

.h1-intro span {
  color: #f67e7e;
}

.home-container-2__h1 {
  color: white;
  line-height: 2rem;
  overflow: hidden;
  font-size: 32px;
}

.home-container-3__h1 {
  color: #012f34;
  font-size: 32px;
  line-height: 2rem;
  margin-bottom: 1.1em;
  overflow: hidden;
}

.about-intro__h1 {
  font-size: 40px;
  color: white;
  text-align: center;
  margin-bottom: 0.5em;
  overflow: hidden;
}

.contact-container-h1 {
  font-size: 40px;
  color: white;
  text-align: center;
  margin-bottom: 0.5em;
  overflow: hidden;
}

.contact-container-h2 {
  font-size: 32px;
  color: #f67e7e;
  text-align: center;
}

.home-features__h3 {
  color: #f67e7e;
  margin-bottom: 0.5em;
  font-size: 18px;
}

.p-intro {
  font-weight: 300;
  width: 21rem;
  margin: 0 auto;
  font-size: 15px;
}

.home-features__p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7rem;
  font-size: 15px;
}

.footer-contact__p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.7rem;
}

.footer-copyright {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
}

.about-intro__p {
  font-size: 15px;
  color: white;
  width: 20rem;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 0.5em;
}

.contact-features__p {
  font-size: 18px;
  width: 14rem;
  line-height: 1.7rem;
}

.input-name {
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  margin-left: 2.5em;
}

.input-email {
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  margin-left: 2.5em;
}

.input-message {
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  margin-left: 2.5em;
}

.input-title {
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  margin-left: 2.5em;
}

.input-company {
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  margin-left: 2.5em;
}

.footer-nav-link {
  font-size: 15px;
  margin: 0 0.8em 0 0.8em;
}

.nav-btn {
  border: solid 2px white;
  padding: 0.7em 2em;
  border-radius: 30px;
  position: absolute;
  margin-top: 0.5em;
}

.nav-btn:hover {
  background-color: white;
  color: #002529;
}

.home-container-3__btn {
  border: solid 2px #012f34;
  padding: 0.7em 2em;
  border-radius: 30px;
  color: #012f34;
  text-align: center;
  cursor: pointer;
  z-index: 100;
}

.home-container-3__btn:hover {
  background-color: #012f34;
  color: white;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.form-btn {
  border-radius: 30px;
  display: inline-block;
  border: none;
  outline: none;
  color: #004047;
  background-color: white;
  padding: 0.7em 0.5em;
  text-align: center;
  font-weight: 200;
  font-family: "Livvic", sans-serif;
  width: 7em;
  font-size: 18px;
  margin-left: 1em;
  cursor: pointer;
}

.home-container {
  margin-top: 10em;
  width: 100vw;
}

.home-container .home-intro-text {
  width: 100vw;
  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;
  text-align: center;
  padding: 0 1em;
  margin-bottom: 7em;
}

.home-container .bg-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-container .home-container__2 {
  background-color: #012f34;
  z-index: 0;
  overflow: hidden;
  padding-bottom: 1em;
}

.home-container .home-container__2 .home-container-2__heading {
  width: 15rem;
  padding: 4em 0 0 1.5em;
}

.home-container .home-container__2 .home-container-2__heading hr {
  height: 0.2rem;
  width: 2.8rem;
  background-color: #f67e7e;
  border: none;
  margin-bottom: 2em;
}

.home-container .home-container__2 .home-container-2__img {
  position: absolute;
  top: 37.5rem;
  right: -6.3rem;
}

.home-container .home-container__2 .home-container-2-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  margin: 4em 1em 0 1.5em;
}

.home-container .home-container__2 .home-container-2-features .home-features {
  margin: 0 0.3em 3em 0.3em;
}

.home-container
  .home-container__2
  .home-container-2-features
  .home-features
  img {
  margin-bottom: 1em;
}

.home-container .home-container__3 {
  background-color: #f67e7e;
  height: 18.3rem;
  overflow: hidden;
}

.home-container .home-container__3 .home-container-3__text {
  width: 15rem;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  padding: 5em 0 1em 0;
}

.home-container .home-container__3 .home-container__img {
  margin-top: -2.8em;
}

.about-container__1 {
  height: 38rem !important;
}

.extra {
  height: 23rem !important;
}

.extra1 {
  height: 21rem !important;
}

.about-container__1 .about-intro {
  margin-top: 10.5em;
}

.about-container__1 .about-intro__img {
  float: right;
  margin-right: -6.5em;
  padding-bottom: -20em;
}

.contact-container {
  margin-top: 10em;
}

.contact-container .contact-features {
  margin-top: 2.5em;
}

.contact-container .contact-features .contact-features {
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4em;
}

.contact-container .contact-features .contact-features .contact-features__img1 {
  margin-left: 1.95em;
}

.contact-container .contact-features .contact-features img {
  margin: 0 1.5em 0 1.5em;
  max-width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.contact-container form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: -70px;
}

.contact-container form input {
  margin: 0 1.5em 2em 1.5em;
  background-color: #014e56;
  outline: none;
  border: none;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.9);
  padding: 0 1em;
  color: white;
  font-size: 15px;
}

.contact-container form .input-error {
  border-bottom: 1.5px solid #f67e7e;
}

.contact-container form .input-valid {
  border-bottom: 1.5px solid #79c8c7;
}

.contact-container form textarea {
  background-color: #014e56;
  outline: none;
  border: none;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.9);
  color: white;
  margin: 0 1.5em 2em 1.5em;
  padding: 1em;
  resize: none;
}

.contact-container .contact-bg__mobile {
  float: right;
  margin-right: -6.4em;
  margin-top: -1.5em;
}

.contact-footer {
  margin-top: -7.3em;
  position: absolute;
}

.footer-link {
  color: #fff;
  text-decoration: none;
}

.footer-link:hover {
  color: #f67e7e;
}

.design {
  color: rgba(255, 255, 255, 0.76);
}

.design:hover {
  color: #f67e7e;
}

.googlemap {
  width: 100%;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .contact-bg__tablet {
    display: none;
  }
  .hr-intro {
    display: none;
  }
  .home-bg {
    display: none;
  }
  .hr-about {
    display: none;
  }
  .contact-box {
    display: none;
  }
  .contact-bg-tablet__2 {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  header .logo {
    position: absolute;
    top: 10px;
    width: 180px;
    left: 10px;
  }

  footer .footer-social-media {
    margin-left: 10px;
  }
  footer .footer-copyright {
    position: relative;
    margin-left: 20px !important;
    margin-top: 0.5rem;
  }
  form {
    margin-top: 90px !important;
    margin-bottom: 100px !important;
  }

  .home-container .home-container__2 {
    background-color: #012f34;
    z-index: 0;
    height: 980px !important;
    overflow: hidden;
    padding-bottom: 1em;
  }

  .contact-features {
    margin-left: 75px;
    max-width: 400px;
    border-right: 70px solid #014e56 !important;
  }
  .feature {
    margin-right: 1em;
    margin-right: 15px;
    color: #79c8c7;
  }
  .feature1 {
    margin-right: 1em;
    margin-right: 15px;
    color: #79c8c7;
  }

  .about-container__1 {
    height: 51rem !important;
  }

  .extra {
    height: 21rem !important;
  }

  .extra1 {
    height: 14rem !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1439px) {
  header {
    padding: 4.5em 2.5em;
  }
  header .logo {
    position: absolute;
    top: 2.5rem;
    width: 190px;
    left: 10px;
  }
  header .nav-menu__normal {
    margin-left: 13em;
    margin-top: 0.3em;
    display: block;
  }
  header .nav-menu__normal .nav-link-normal {
    font-size: 18px;
    margin-right: 2em;
  }

  header .nav-menu__normal .nav-link-normal:hover {
    color: #f67e7e;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  header .nav-btn-normal {
    font-size: 18px;
    border: solid 2px white;
    padding: 0.7em 2em;
    border-radius: 30px;
    position: absolute;
    right: 2.5rem;
    top: 3.9rem;
    display: block;
  }
  header .nav-btn-normal:hover {
    background-color: white;
    color: #002529;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }

  footer {
    margin-top: -6em;
    z-index: 10;
    -webkit-perspective: 10rem;
    perspective: 10rem;
  }

  footer .footer-logo {
    float: left;
    margin-top: -1.5em;
    margin-left: 2.5em;
  }

  footer .nav-footer {
    float: left;
    margin-top: 9em;
    margin-left: -6.8em;
  }

  footer .footer-social-media {
    float: left;
    margin-top: 0.5em;
    margin-left: 30px;
  }

  footer .footer-social-media .social-icon {
    margin: 0 0.3em 0 0.3em;
  }

  footer .footer-contact-details {
    text-align: right;
    margin-top: 3.5em;
    margin-bottom: 50px;
    margin-right: 2.5em;
  }

  footer .footer-copyright {
    position: relative;
    margin-left: 385px !important;
    margin-top: 18px;
  }

  form {
    width: 36rem;
    margin: 0 auto;
    margin-top: 80px !important;
  }

  .hamburger-btn {
    display: none;
  }
  .nav-menu {
    display: none;
  }

  .home-container .home-container__2 {
    background-color: #012f34;
    z-index: 0;
    height: 770px !important;
    overflow: hidden;
    padding-bottom: 1em;
  }

  .home-container {
    margin-top: 15em;
  }
  .home-container .home-bg {
    display: none;
  }
  .home-container .h1-intro {
    font-size: 64px;
    width: 22rem;
    height: 7rem;
    line-height: 3.5rem;
  }
  .home-container .p-intro {
    width: 29.5rem;
    margin-bottom: 3em;
    margin-top: -0.5em;
  }
  .home-container .hr-intro {
    display: none;
  }
  .home-container-2__img {
    margin-top: 8.1em;
  }
  .home-container-2__heading {
    margin-left: 4em;
    margin-top: 2.2em;
    overflow: visible;
  }
  .home-container-2__heading .home-container-2__h1 {
    width: 30rem;
  }
  .home-features {
    text-align: left;
    overflow: visible;
    padding-left: 4.3em;
  }
  .home-features img {
    float: left;
    margin-right: 1.5em;
  }
  .feature {
    float: left;
    margin-right: 1em;
    margin-right: 15px;
    color: #79c8c7;
  }

  .feature1 {
    float: left;
    margin-right: 1em;
    margin-right: 20px;
    color: #79c8c7;
  }

  .home-features h3 {
    margin-bottom: 1em;
  }

  .home-features p {
    width: 30rem;
  }

  .card-success-stories {
    margin: 0 4.5em;
  }

  .home-container__3 {
    margin-top: -4em;
  }

  .home-container__3 .home-container-3__text .home-container-3__h1 {
    position: absolute;
    left: 6.1rem;
    overflow: visible;
  }

  .home-container__3 .home-container-3__text .home-container-3__btn {
    position: absolute;
    right: 6.3rem;
    margin-top: -0.3em;
    z-index: 10;
  }

  .home-container__img {
    position: relative;
    display: block;
    margin-left: -0.1em;
    padding-top: 1.4em;
    z-index: 0;
  }

  .about-container__1 {
    height: 44rem !important;
  }

  .extra {
    height: 23rem !important;
  }

  .extra1 {
    height: 23rem !important;
  }

  .about-container__1 .about-intro {
    padding-top: 4em;
  }

  .about-container__1 .about-intro h1 {
    font-size: 64px;
    overflow: visible;
  }

  .about-container__1 .about-intro .hr-about {
    display: none;
  }

  .about-container__1 .about-intro p {
    width: 28rem;
  }

  .about-container__1 .about-intro__img {
    margin-top: -6em;
  }

  .about-footer {
    margin-top: -5.5em;
    -webkit-perspective: 200rem;
    perspective: 200rem;
  }

  .contact-container {
    margin-bottom: 100px !important;
  }

  .contact-intro {
    margin-top: 5em;
    overflow: visible;
  }

  .contact-intro h1 {
    font-size: 64px;
    overflow: visible;
    z-index: 10;
  }

  .contact-features {
    margin-left: 190px;
    padding-top: -5em;
    text-align: center;
    max-width: 400px;
    border: 10px solid #014e56 !important;
  }

  .contact-features .contact-features p {
    width: 30rem;
  }

  .contact-features .contact-features img {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .contact-box {
    display: block;
    margin-left: -6.25em;
    margin-top: 4em;
    position: absolute;
  }

  .contact-bg-tablet__2 {
    position: absolute;
    right: 0;
    margin-top: -7em;
    margin-right: -6.4em;
  }

  .contact-footer {
    -webkit-perspective: 10rem;
    perspective: 10rem;
    margin-top: 7em;
  }
}

@media screen and (min-width: 1440px) {
  header {
    padding: 4.5em 2.5em;
    padding-left: 11em;
  }

  header .logo {
    position: absolute;
    top: 2rem;
    width: 250px;
    left: 100px;
  }

  header .nav-menu__normal {
    margin-left: 11em;
    margin-top: 0.3em;
    display: block;
    padding-top: 0.2em;
    margin-left: 15em;
  }

  header .nav-menu__normal a {
    font-size: 18px;
  }

  header .nav-menu__normal .nav-link-normal {
    font-size: 18px;
    margin-right: 2em;
  }

  header .nav-menu__normal .nav-link-normal:hover {
    color: #f67e7e;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }

  header .nav-btn-normal {
    font-size: 18px;
    border: solid 2px white;
    padding: 0.7em 2em;
    border-radius: 30px;
    position: absolute;
    right: 2.5rem;
    top: 3.9rem;
    display: block;
    right: 11rem;
  }

  header .nav-btn-normal:hover {
    background-color: white;
    color: #002529;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }

  footer {
    margin-top: -5.35em;
    height: 12.5rem;
    overflow: hidden;
  }

  footer .footer-wrapper {
    margin: 3em 10.5em;
  }

  footer .footer-wrapper .footer-logo {
    float: left;
    margin-top: -5em;
    width: 159.95px;
  }

  footer .footer-wrapper .nav-footer {
    float: left;
    margin-left: -10.9em;
    margin-top: 4.5em;
  }

  footer .footer-wrapper .nav-footer a {
    font-size: 18px;
  }

  footer .footer-wrapper .footer-contact-details {
    float: left;
    margin-left: 8em;
    text-align: left;
  }

  footer .footer-wrapper .footer-social-media {
    -webkit-transform: translateX(16.8rem);
    transform: translateX(16.8rem);
  }

  footer .footer-wrapper .footer-copyright {
    -webkit-transform: translateX(12.2rem);
    transform: translateX(12.2rem);
    margin-top: 3.3em;
  }

  form {
    width: 35rem;
    float: right;
    margin-top: 80px !important;
    -webkit-transform: translateY(-37.5rem);
    transform: translateY(-37.5rem);
    margin-right: 9.7em;
  }

  .hamburger-btn {
    display: none;
  }

  .nav-menu {
    display: none;
  }

  .home-intro-text {
    padding-bottom: 10em;
  }

  .home-intro-text h1 {
    position: absolute;
    left: 10.7rem;
    text-align: left;
    margin-top: 4.5em;
    font-size: 100px;
    width: 35rem;
    overflow: visible;
    line-height: 6rem;
  }

  .home-intro-text p {
    position: absolute;
    right: 11rem;
    top: 16.5rem;
    margin-top: 4.2em;
    width: 27rem;
    text-align: left;
    font-size: 18px;
    line-height: 1.8rem;
  }

  .home-intro-text .hr-intro {
    display: block;
    height: 0.2rem;
    width: 2.8rem;
    background-color: #79c8c7;
    border: none;
    position: absolute;
    right: 35.2rem;
    margin-top: 14em;
  }

  .intro-text__lg {
    display: block;
  }

  .home-bg {
    display: block;
    position: absolute;
    margin-left: -6.25em;
    margin-top: 6em;
    padding-bottom: 15em;
  }

  .bg-home {
    margin-top: 27.5em;
    margin-right: -45.5em;
  }

  .home-container-2__heading {
    margin-left: 9.5em;
    margin-top: 5em;
    overflow: visible;
  }

  .home-container-2__heading hr {
    margin-left: 0.2em;
  }

  .home-container-2__heading h1 {
    font-size: 48px;
    overflow: visible;
    width: 30rem;
    line-height: 3rem;
    padding-top: 0.3em;
  }

  .home-container-2-features {
    float: right;
    text-align: left;
    -webkit-transform: translateY(-13rem) translateX(-9em);
    transform: translateY(-13rem) translateX(-9em);
  }

  .home-container-2-features .home-features {
    text-align: left;
    padding-left: 0.5em;
    width: 33.5rem;
    margin-right: 10em;
  }

  .home-container-2-features .home-features h3 {
    padding-bottom: 0.5em;
  }

  .home-container-2-features .home-features img {
    float: left;
    padding-right: 1em;
  }

  .home-container-2-features .feature {
    float: left;
    margin-right: 1em;
    margin-right: 15px;
    color: #79c8c7;
  }

  .home-container-2-features .feature1 {
    float: left;
    margin-right: 1em;
    margin-right: 30px;
    color: #79c8c7;
  }

  .home-container-2__img {
    margin-top: 35em;
  }

  .home-container__3 {
    margin-top: -1.7em;
  }

  .home-container__3 .home-container-3__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 63%;
    margin-top: 0.3em;
  }

  .home-container__3 .home-container-3__text h1 {
    font-size: 48px;
    overflow: visible;
  }

  .home-container__3 .home-container-3__text .home-container-3__btn {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 18px;
    margin-top: -2.5em;
    cursor: pointer;
  }

  .home-container__3 .home-container__img {
    -webkit-transform: translateY(-4.5rem);
    transform: translateY(-4.5rem);
  }

  .about-intro {
    overflow: visible;
  }

  .about-intro .about-intro__h1 {
    font-size: 64px;
    float: left;
    position: absolute;
    padding: 1em 0;
    margin-top: 0.7em;
    margin-left: 2.7em;
  }

  .about-intro .about-intro__p {
    width: 45rem;
    text-align: left;
    font-size: 18px;
    margin-right: 9em;
    -webkit-transform: translateY(7em);
    transform: translateY(7em);
  }

  .about-intro .hr-about {
    display: block;
    height: 0.2rem;
    width: 2.8rem;
    background-color: #f67e7e;
    border: none;
    position: relative;
    -webkit-transform: translateY(5.5em) translateX(-52.2em);
    transform: translateY(5.5em) translateX(-52.2em);
    float: right;
  }

  .about-intro__img {
    margin-top: 1.5em;
  }

  .about-footer {
    margin-top: -5.3em;
    height: 12.5rem;
    overflow: hidden;
    -webkit-perspective: 20rem;
    perspective: 20rem;
  }

  .about-footer .about-footer__wrapper {
    margin: 3em 10.5em;
  }

  .about-footer .about-footer__wrapper .footer-logo {
    float: left;
    margin-top: -5em;
    width: 159.95px;
  }

  .about-footer .about-footer__wrapper .nav-footer {
    float: left;
    margin-left: -10.9em;
    margin-top: 4.5em;
  }

  .about-footer .about-footer__wrapper .nav-footer a {
    font-size: 18px;
  }

  .about-footer .about-footer__wrapper .footer-contact-details {
    float: left;
    margin-left: 8em;
    text-align: left;
  }

  .about-footer .about-footer__wrapper .footer-social-media {
    -webkit-transform: translateX(16.8rem);
    transform: translateX(16.8rem);
  }

  .about-footer .about-footer__wrapper .footer-copyright {
    -webkit-transform: translateX(12.2rem);
    transform: translateX(12.2rem);
    margin-top: 3.3em;
  }

  .contact-container {
    overflow: hidden;
  }

  .contact-intro {
    float: left;
    margin-left: 10.8em;
    margin-top: -15em;
  }

  .contact-intro h1 {
    font-size: 64px;
    overflow: visible;
    padding-top: 0em;
    margin-top: 50px;
    padding-bottom: 0.3em;
  }

  .contact-intro h2 {
    font-size: 32px;
    text-align: left;
  }

  .contact-box {
    margin-left: -6.2em;
    margin-top: 5em;
  }

  .contact-features {
    margin-left: 165px;
    max-width: 400px;
    border: 10px solid #014e56 !important;
    -webkit-transform: translateY(-3em);
    transform: translateY(-3em);
  }

  .contact-features .contact-features p {
    width: 23rem;
  }

  .contact-bg-tablet__2 {
    display: none;
  }

  .contact-bg__mobile {
    position: absolute;
    right: 0;
    -webkit-transform: translateY(-7.8em);
    transform: translateY(-7.8em);
  }

  .contact-footer {
    height: 12.5rem;
    overflow: hidden;
    -webkit-perspective: 20rem;
    perspective: 20rem;
    -webkit-transform: translateY(10em);
    transform: translateY(10em);
  }

  .contact-footer .contact-footer__wrapper {
    margin: 3em 10.5em;
  }

  .contact-footer .contact-footer__wrapper .footer-logo {
    float: left;
    margin-top: -5em;
    width: 159.95px;
  }

  .contact-footer .contact-footer__wrapper .nav-footer {
    float: left;
    margin-left: -10.9em;
    margin-top: 4.5em;
  }

  .contact-footer .contact-footer__wrapper .nav-footer a {
    font-size: 18px;
  }

  .contact-footer .contact-footer__wrapper .footer-contact-details {
    float: left;
    margin-left: 8em;
    text-align: left;
  }

  .contact-footer .contact-footer__wrapper .footer-social-media {
    -webkit-transform: translateX(16.8rem);
    transform: translateX(16.8rem);
  }

  .contact-footer .contact-footer__wrapper .footer-copyright {
    -webkit-transform: translateX(12.2rem);
    transform: translateX(12.2rem);
    margin-top: 3.3em;
  }
}
