.headingReset, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth; }

a {
  text-decoration: none;
  color: #e02b20;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  display: block; }

ul {
  padding: 0;
  list-style: none; }

.d-flex {
  display: flex; }

.justify-space-between {
  justify-content: space-between; }

.justify-flex-end {
  justify-content: flex-end; }

.justify-flex-start {
  justify-content: flex-start; }

.justify-center {
  justify-content: center; }

.align-center {
  align-items: center; }

.align-start {
  align-items: flex-start; }

.align-end {
  align-items: flex-end; }

.w-100 {
  width: 100%; }

.p-right-5 {
  padding-right: 5px; }

.p-right-10 {
  padding-right: 10px; }

.p-right-15 {
  padding-right: 15px; }

.p-right-20 {
  padding-right: 20px; }

.p-right-30 {
  padding-right: 30px; }

.p-right-40 {
  padding-right: 40px; }

.p-right-45 {
  padding-right: 45px; }

.p-right-50 {
  padding-right: 50px; }

.p-left-5 {
  padding-left: 5px; }

.p-left-10 {
  padding-left: 10px; }

.p-left-15 {
  padding-left: 15px; }

.p-left-20 {
  padding-left: 20px; }

.p-left-30 {
  padding-left: 30px; }

.p-left-40 {
  padding-left: 40px; }

.p-left-45 {
  padding-left: 45px; }

.p-left-50 {
  padding-left: 50px; }

.p-top-5 {
  padding-top: 5px; }

.p-top-10 {
  padding-top: 10px; }

.p-top-15 {
  padding-top: 15px; }

.p-top-20 {
  padding-top: 20px; }

.p-top-30 {
  padding-top: 30px; }

.p-top-40 {
  padding-top: 40px; }

.p-top-45 {
  padding-top: 45px; }

.p-top-50 {
  padding-top: 50px; }

.p-bottom-5 {
  padding-bottom: 5px; }

.p-bottom-10 {
  padding-bottom: 10px; }

.p-bottom-15 {
  padding-bottom: 15px; }

.p-bottom-20 {
  padding-bottom: 20px; }

.p-bottom-30 {
  padding-bottom: 30px; }

.p-bottom-40 {
  padding-bottom: 40px; }

.p-bottom-45 {
  padding-bottom: 45px; }

.p-bottom-50 {
  padding-bottom: 50px; }

.m-right-5 {
  margin-right: 5px; }

.m-right-10 {
  margin-right: 10px; }

.m-right-15 {
  margin-right: 15px; }

.m-right-20 {
  margin-right: 20px; }

.m-right-30 {
  margin-right: 30px; }

.m-right-40 {
  margin-right: 40px; }

.m-right-45 {
  margin-right: 45px; }

.m-right-50 {
  margin-right: 50px; }

.m-left-5 {
  margin-left: 5px; }

.m-left-10 {
  margin-left: 10px; }

.m-left-15 {
  margin-left: 15px; }

.m-left-20 {
  margin-left: 20px; }

.m-left-30 {
  margin-left: 30px; }

.m-left-40 {
  margin-left: 40px; }

.m-left-45 {
  margin-left: 45px; }

.m-left-50 {
  margin-left: 50px; }

.m-top-5 {
  margin-top: 5px; }

.m-top-10 {
  margin-top: 10px; }

.m-top-15 {
  margin-top: 15px; }

.m-top-20 {
  margin-top: 20px; }

.m-top-30 {
  margin-top: 30px; }

.m-top-40 {
  margin-top: 40px; }

.m-top-45 {
  margin-top: 45px; }

.m-top-50 {
  margin-top: 50px; }

.m-bottom-5 {
  margin-bottom: 5px; }

.m-bottom-10 {
  margin-bottom: 10px; }

.m-bottom-15 {
  margin-bottom: 15px; }

.m-bottom-20 {
  margin-bottom: 20px; }

.m-bottom-30 {
  margin-bottom: 30px; }

.m-bottom-40 {
  margin-bottom: 40px; }

.m-bottom-45 {
  margin-bottom: 45px; }

.m-bottom-50 {
  margin-bottom: 50px; }

.p-5 {
  padding: 5px; }

.p-10 {
  padding: 10px; }

.p-15 {
  padding: 15px; }

.p-20 {
  padding: 20px; }

.p-30 {
  padding: 30px; }

.p-40 {
  padding: 40px; }

.p-45 {
  padding: 45px; }

.p-50 {
  padding: 50px; }

.m-5 {
  margin: 5px; }

.m-10 {
  margin: 10px; }

.m-15 {
  margin: 15px; }

.m-20 {
  margin: 20px; }

.m-30 {
  margin: 30px; }

.m-40 {
  margin: 40px; }

.m-45 {
  margin: 45px; }

.m-50 {
  margin: 50px; }

.flex-1 {
  flex: 1; }

.flex-2 {
  flex: 2; }

.flex-3 {
  flex: 3; }

.flex-4 {
  flex: 4; }

.flex-5 {
  flex: 5; }

.button {
  padding: 15px 25px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 500;
  font-size: 1rem; }
  .button:disabled {
    opacity: 0.5; }
  .button-contained {
    background-color: #fff;
    border: 2px solid #fff;
    color: #fff; }
    .button-contained.color-primary {
      background-color: #e02b20;
      border-color: #e02b20;
      color: #fff; }
      .button-contained.color-primary:hover {
        background-color: #c91b11;
        border-color: #c91b11; }
    .button-contained.color-secondary {
      background-color: #393b48;
      border-color: #393b48;
      color: #fff; }
      .button-contained.color-secondary:hover {
        background-color: #b1aba7;
        border-color: #b1aba7; }
  .button-outlined {
    color: #fff;
    border: 2px solid #fff;
    background-color: transparent; }
    .button-outlined.color-primary {
      color: #e02b20;
      border-color: #e02b20; }

.icon-circle {
  border-radius: 100%;
  height: 70px;
  width: 70px;
  min-width: 70px;
  color: #fff;
  background-color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center; }
  .icon-circle.color-primary {
    background-color: #e02b20; }
  .icon-circle.color-secondary {
    background-color: #192132; }
  .icon-circle.small {
    height: 40px;
    width: 40px;
    min-width: 0px; }

.divider {
  width: 100%;
  height: 1px;
  margin: 10px 0;
  background-color: rgba(221, 224, 228, 0.12); }

.card {
  border-radius: 8px;
  background: #fff;
  border: 1px solid #ebebeb;
  overflow: hidden;
  width: 100%;
  height: 100%; }
  .card-header {
    height: 300px !important;
    overflow: hidden; }
  .card-body {
    padding: 20px; }
  .card-title {
    font-weight: 600;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 20px; }

.notifiication {
  padding: 10px;
  border-radius: 6px;
  width: 100%;
  box-sizing: border-box;
  font-family: "Be Vietnam Pro", sans-serif;
  display: none; }
  .notifiication.success {
    background-color: #28a745;
    color: #fff; }
  .notifiication h6 {
    font-weight: 600;
    margin-bottom: 4px; }
  .notifiication.display {
    display: block; }

@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); } }

@keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); } }

@-webkit-keyframes scale-in-hor-right {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 1; }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 1; } }

@keyframes scale-in-hor-right {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 1; }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 1; } }

@-webkit-keyframes slide-left2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  25% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  50% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px); }
  75% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slide-left2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  25% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  50% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px); }
  75% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }

@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }

.swiper {
  width: 100%;
  height: 100%; }
  .swiper-pagination {
    text-align: left !important;
    position: relative !important; }
    .swiper-pagination-horizontal {
      bottom: 0 !important; }
    .swiper-pagination-bullet {
      background: #fff !important;
      opacity: 1 !important;
      width: 15px !important;
      height: 15px !important;
      -webkit-transition: width 200ms ease-in-out;
      border-radius: 10px !important; }
      .swiper-pagination-bullet-active {
        background: #e02b20 !important;
        width: 30px !important;
        height: 15px !important; }
  .swiper-buttons {
    display: flex;
    height: 100%; }
  .swiper-button {
    position: relative !important; }
    .swiper-button-next, .swiper-button-prev {
      display: flex !important;
      align-items: center;
      justify-content: center;
      left: 0 !important;
      right: 0 !important;
      position: relative !important;
      border: 1px solid #fff;
      border-radius: 100%;
      width: 50px !important;
      text-align: center;
      height: 50px !important;
      color: #fff !important;
      font-size: 20px;
      margin-top: 0 !important; }
    .swiper-button-next:after, .swiper-button-prev:after {
      content: "" !important; }
    .swiper-navigation-icon {
      display: none !important; }
    .swiper-button-prev {
      margin-right: 20px; }
    .swiper-button-next {
      background-color: #fff;
      color: #e02b20 !important; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.navbar {
  position: absolute !important;
  z-index: 99;
  top: 0;
  background: transparent;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  padding: 0; }
  .navbar-container {
    padding-top: 20px;
    padding-bottom: 10px;
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto; }
  .navbar-nav {
    color: #fff; }
  .navbar-menu {
    display: flex; }
    .navbar-menu-mobile {
      display: none;
      color: #fff;
      font-size: 30px;
      cursor: pointer; }

.menu {
  align-items: center; }
  .menu-link {
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    font: 600;
    font-family: "Be Vietnam Pro", sans-serif; }

.contact .section-container {
  display: flex; }

.contact-form {
  background-color: white;
  padding: 50px;
  border-radius: 5px; }
  .contact-form-group {
    display: flex; }

.contact-input {
  border: 1px solid #dde0e4;
  font-size: 16px;
  color: #6b7280;
  border-radius: 5px;
  padding: 12px 0px 12px 16px;
  margin-bottom: 19px;
  font-family: "Be Vietnam Pro", sans-serif;
  box-sizing: border-box;
  width: 100%; }

.contact-input:first-child {
  margin-right: 20px; }

.contact-submit {
  background-color: #e02b20;
  border-radius: 4px;
  padding: 11px 31px;
  color: white;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  border: none; }

.contact-subtitle {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px; }

.contact-item {
  margin-bottom: 15px;
  display: flex;
  align-items: center; }
  .contact-item-info {
    color: white;
    font-size: 16px;
    font-weight: 400;
    padding-left: 20px;
    font-family: "Be Vietnam Pro", sans-serif; }

.contact-container {
  flex: 1; }
  .contact-container:first-child {
    margin-right: 50px; }

.contact .divider {
  background-color: rgba(255, 255, 255, 0.44);
  margin-bottom: 20px; }

#message {
  border: 1px solid #dde0e4;
  font-size: 16px;
  color: #42464f;
  border-radius: 5px;
  padding: 12px 0px 12px 16px;
  margin-bottom: 19px;
  font-family: "Be Vietnam Pro", sans-serif;
  box-sizing: border-box;
  width: 50%;
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 150px; }

.nav-item {
  margin: 0 15px 0 15px; }

.nav-link {
  color: #fff;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px; }
  .nav-link:hover {
    color: #e02b20; }

.slide {
  width: 70%;
  margin: 0 auto;
  position: absolute;
  color: #fff;
  text-align: left;
  top: 50%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto; }
  .slide-title {
    font-size: 45px;
    font-weight: 900;
    font-family: "Be Vietnam Pro", sans-serif;
    line-height: 57px; }
  .slide-actions {
    display: flex;
    margin-top: 75px; }

.section {
  box-sizing: border-box;
  padding: 50px 0;
  overflow: hidden;
  position: relative; }
  .section-header-main {
    display: flex;
    justify-content: space-between; }
  .section-header-subtitle {
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #42464f;
    margin-bottom: 16px; }
  .section-header-title {
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 35px;
    font-weight: 600;
    color: #42464f;
    font-weight: 700;
    flex: 1;
    margin-right: 30px; }
  .section-header-subtitle::before {
    background-color: #e02b20;
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 59px;
    margin-right: 17px; }
  .section-header-description {
    flex: 1;
    font-weight: 600;
    font-family: "Be Vietnam Pro", sans-serif;
    margin-top: 8px;
    display: flex;
    justify-content: flex-end;
    color: #42464f; }
  .section-container {
    margin: 0 auto;
    width: 70%;
    position: relative; }
  .section-light {
    background-color: #fff; }
  .section-grey {
    background-color: #f9f9fb; }
  .section-background {
    position: absolute; }

.about .section-container {
  display: flex; }

.about-description {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1rem;
  color: #42464f; }

.about-rectangle {
  position: absolute;
  z-index: 1;
  max-width: 100%;
  height: auto;
  right: 0; }

.about-image {
  position: relative;
  width: 80%;
  float: right;
  margin-bottom: 50px;
  margin-right: 20px;
  margin-top: 20px;
  height: auto;
  border-radius: 6px; }
  .about-image-photo {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 6px;
    z-index: 2; }

.about-testimonial {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: -80px;
  z-index: 98; }
  .about-testimonial-message {
    background-color: #fff;
    box-shadow: 4px 7px 9px rgba(0, 0, 0, 0.04);
    border-radius: 20px;
    text-align: left;
    font-family: 'Be Vietnam Pro';font-size: 14px;
    padding: 20px;
    max-width: 400px;
    color: #42464f; }
  .about-testimonial-avatar {
    width: 90px;
    height: 90px;
    max-width: 100%;
    border-radius: 50%;
    border: solid 3px #e02b20;
    padding: 6px;
    margin-top: 0px;
    margin-right: 10px;
    background-color: #fff; }

.about-textbox {
  max-width: 540px;
  margin-right: 112px;
  padding-top: 0px; }

.about-avatar {
  padding: 0;
  z-index: 99;
  width: 100px;
  height: 100px;
  max-width: 100%;
  border-radius: 50%;
  border: solid 1px #e02b20;
  padding: 2px; }

.about-chat {
  background-color: #fff;
  padding: 20px 52px 39px 37px;
  z-index: 99;
  box-shadow: 4px 7px 9px rgba(0, 0, 0, 0.04);
  border-radius: 20px;
  max-width: 346px; }

.mission-description {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  margin-left: 15px;
  color: #42464f; }
  
.mission-title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-left: 15px;
  color: #42464f; }
.mission-list {
  display: flex;
  width: 100%;
  margin: 0; }

.mission-item {
  display: flex;
  align-items: center;
  width: 100%;
  margin-right: 30px; }
  .mission-item:last-child {
    margin-right: 0; }

.footer {
  background: #393b48;
  text-align: center;
  color: #b1aba7;
  padding-top: 46px;
  padding-bottom: 46px;
  border-bottom: 4px solid #e02b20; }
  .footer-privacy {
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #b1aba7; }
  .footer-subtitle {
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: white; }
  .footer-container {
    width: 70%;
    margin: 0 auto; }
  .footer .contact-list {
    list-style: none;
    display: flex;
    justify-content: center; }
  .footer .contact-list_item {
    margin: 0px 15px;
    display: flex;
    align-items: center;
    text-align: left; }
    .footer .contact-list_item span {
      margin-left: 10px; }
  .footer .contact-text {
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #b1aba7; }
  .footer .contact-text_container {
    max-width: 600px;
    font-weight: 400;
    margin: 20px auto; }

.partners-swiper {
  align-items: center; }

.partners-element {
  width: 80% !important;
  filter: invert(48%) sepia(13%) saturate(30%) hue-rotate(130deg) brightness(95%) contrast(80%);
  transition: ease-out 2s; }

.partners-element:hover {
  filter: grayscale(0%);
  transition: ease-out 2s; }

.hero {
  height: 100vh;
  padding: 0; }

.heroSlider .actions {
  z-index: 99;
  position: absolute;
  bottom: 50px;
  width: 70%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto; }
  .heroSlider .actions-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%; }

.heroSlider .swiper-slide {
  background: transparent !important; }

.heroSlider .swiper-button-next {
  background: #fff !important;
  color: #e02b20 !important; }

.heroSlider .swiper-button-prev {
  border-color: #fff !important;
  color: #fff; }

.heroSlider .swiper-pagination-bullet {
  background: #dde0e4 !important; }
  .heroSlider .swiper-pagination-bullet-active {
    background: #e02b20 !important; }

.services .section-header {
  width: 70%;
  margin: 0 auto;
  position: relative; }

.services .section-container {
  float: right;
  width: 85% !important;
  position: relative; }

.servicesSlider .actions {
  z-index: 99;
  position: relative;
  margin-top: 20px;
  width: 85%; }
  .servicesSlider .actions-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%; }

.servicesSlider .swiper-slide {
  background: transparent !important; }

.servicesSlider .swiper-button-next {
  background: #e02b20 !important;
  color: #fff !important; }

.servicesSlider .swiper-button-prev {
  border-color: #e02b20 !important;
  color: #e02b20 !important; }

.servicesSlider .swiper-pagination-bullet {
  background: #dde0e4 !important; }
  .servicesSlider .swiper-pagination-bullet-active {
    background: #e02b20 !important; }

.service-card {
  width: 100%;
  text-align: left;
  border-radius: 8px;
  border: 1px solid #ebebeb; }

.timeline {
  margin-top: 100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 100%; }
  .timeline-events {
    list-style: none;
    display: flex;
    margin: 0 auto;
    padding: 0;
    width: auto;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 1000px; }
  .timeline-description {
    text-align: center;
    font-family: "Be Vietnam Pro", sans-serif;
    color: #4f5665;
    font-weight: 500;
    width: 80%;
    margin: 40px auto 0px; }
  .timeline .line {
    background-color: #e3e3e3;
    height: 4px; }
    .timeline .line-active {
      background-color: #e02b20; }
  .timeline .label {
    color: #e02b20;
    font-weight: 500;
    font-family: "Be Vietnam Pro", sans-serif;
    margin-bottom: 10px;
    color: #192132;
    transition: margin-top .3s; }
  .timeline .event {
    position: absolute;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    top: -38px;
    left: -120px;
    cursor: pointer;
    transition: transform .3s; }
    .timeline .event-active .label {
      margin-top: -4px;
      font-weight: 700;
      font-size: 1.25rem; }
  .timeline .event-point {
    width: 20px;
    height: 20px;
    background-color: #e3e3e3;
    border-radius: 100%;
    transition: transform .2s; }
    .timeline .event-point-active {
      transform: scale(1.5);
      background-color: #e02b20; }
      .timeline .event-point-active .label {
        font-weight: 700;
        color: #e02b20; }
  .timeline-mobile {
    display: block; }

.contact {
  background-image: url(../assets/bg-contact.png);
  background-color: #cccccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.cookie {
  background-color: #fffafa;
  width: 100%;
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: none;
  z-index: 99;
  max-width: 500px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 8px;
  border-radius: 12px; }
  .cookie-container {
    margin: auto;
    padding: 15px 30px; }
  .cookie-title {
    font-family: "Be Vietnam Pro", sans-serif;
    color: #42464f;
    font-size: 18px;
    font-weight: 600; }
  .cookie-text {
    font-family: "Be Vietnam Pro", sans-serif;
    color: #42464f;
    font-size: 16px; }
  .cookie-actions {
    width: 100%;
    margin: auto;
    justify-content: space-evenly;
    display: flex; }
  .cookie-display {
    display: block; }

.policy {
  background-image: url(../assets/sliders/slider-1.png), linear-gradient(rgba(0, 0, 0, 0.823), rgba(0, 0, 0, 0.823));
  background-blend-mode: overlay;
  background-color: #0000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center; }
  .policy-title {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 700;
    font-size: 45px;
    color: white;
    text-align: center; }
  .policy-text {
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 16px;
    color: #42464f; }
    .policy-text h2 {
      color: #42464f;
      font-size: 30px;
      font-weight: 700; }
    .policy-text ul {
      color: #42464f;
      margin-left: 15px;
      margin-top: 10px;
      margin-bottom: 10px; }
    .policy-text li {
      color: #42464f;
      margin-top: 10px;
      margin-bottom: 10px; }
  .policy-container {
    width: 70%;
    margin: 30px auto; }

.drawer {
  position: fixed;
  height: 100%;
  background-color: #393b48;
  z-index: 99;
  right: 0;
  width: 80%;
  overflow: hidden;
  transform: translateX(100%);
  transition: transform 0.5s ease-out;
  overflow: hidden;
  padding: 40px 0px;
  box-sizing: border-box; }
  .drawer-open {
    transform: translateX(0%); }
  .drawer-body {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%; }
  .drawer-logo {
    max-width: 80%;
    margin-bottom: 20px;
    margin-top: 40px; }
  .drawer-close {
    color: #fff;
    font-size: 36px;
    position: absolute;
    top: 20px;
    right: 20px; }
  .drawer-menu {
    width: 100%;
    margin: 30px 0px; }
    .drawer-menu .menu-item {
      border-bottom: 1px solid #4b4d59; }
      .drawer-menu .menu-item:last-child {
        border-bottom: none; }
      .drawer-menu .menu-item-link {
        padding: 10px 30px;
        font-family: "Be Vietnam Pro", sans-serif;
        color: #fff;
        font-size: 16px;
        font-weight: 500; }
  .drawer .contact-button {
    width: 60%;
    text-align: center; }

.opacity {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 98;
  opacity: 0.4; }

.floating1 {
  clip-path: polygon(0 0, 100% 0, 100% 49%, 0 49%); }

.floating2 {
  clip-path: polygon(0 47%, 100% 48%, 100% 100%, 0% 100%); }

.headingReset, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

.button {
  padding: 15px 25px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 500;
  font-size: 1rem; }
  .button:disabled {
    opacity: 0.5; }
  .button-contained {
    background-color: #fff;
    border: 2px solid #fff;
    color: #fff; }
    .button-contained.color-primary {
      background-color: #e02b20;
      border-color: #e02b20;
      color: #fff; }
      .button-contained.color-primary:hover {
        background-color: #c91b11;
        border-color: #c91b11; }
      .button-paragraf.color-primary {
      background-color: #e02b20;
      border-color: #e02b20;
      color: #fff;
      max-width: 9em;}
      .button-paragraf.color-primary:hover {
        background-color: #c91b11;
        border-color: #c91b11; }
    .button-contained.color-secondary {
      background-color: #393b48;
      border-color: #393b48;
      color: #fff; }
      .button-contained.color-secondary:hover {
        background-color: #b1aba7;
        border-color: #b1aba7; }
  .button-outlined {
    color: #fff;
    border: 2px solid #fff;
    background-color: transparent; }
    .button-outlined.color-primary {
      color: #e02b20;
      border-color: #e02b20; }

.icon-circle {
  border-radius: 100%;
  height: 70px;
  width: 70px;
  min-width: 70px;
  color: #fff;
  background-color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center; }
  .icon-circle.color-primary {
    background-color: #e02b20; }
  .icon-circle.color-secondary {
    background-color: #192132; }
  .icon-circle.small {
    height: 40px;
    width: 40px;
    min-width: 0px; }

.divider {
  width: 100%;
  height: 1px;
  margin: 10px 0;
  background-color: rgba(221, 224, 228, 0.12); }

.card {
  border-radius: 8px;
  background: #fff;
  border: 1px solid #ebebeb;
  overflow: hidden;
  width: 100%;
  height: 100%; }
  .card-header {
    height: 300px !important;
    overflow: hidden; }
  .card-body {
    padding: 20px; }
  .card-title {
    font-weight: 600;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 20px; }

.notifiication {
  padding: 10px;
  border-radius: 6px;
  width: 100%;
  box-sizing: border-box;
  font-family: "Be Vietnam Pro", sans-serif;
  display: none; }
  .notifiication.success {
    background-color: #28a745;
    color: #fff; }
  .notifiication h6 {
    font-weight: 600;
    margin-bottom: 4px; }
  .notifiication.display {
    display: block; }

html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth; }

a {
  text-decoration: none;
  color: #e02b20;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  display: block; }

ul {
  padding: 0;
  list-style: none; }

.d-flex {
  display: flex; }

.justify-space-between {
  justify-content: space-between; }

.justify-flex-end {
  justify-content: flex-end; }

.justify-flex-start {
  justify-content: flex-start; }

.justify-center {
  justify-content: center; }

.align-center {
  align-items: center; }

.align-start {
  align-items: flex-start; }

.align-end {
  align-items: flex-end; }

.w-100 {
  width: 100%; }

.p-right-5 {
  padding-right: 5px; }

.p-right-10 {
  padding-right: 10px; }

.p-right-15 {
  padding-right: 15px; }

.p-right-20 {
  padding-right: 20px; }

.p-right-30 {
  padding-right: 30px; }

.p-right-40 {
  padding-right: 40px; }

.p-right-45 {
  padding-right: 45px; }

.p-right-50 {
  padding-right: 50px; }

.p-left-5 {
  padding-left: 5px; }

.p-left-10 {
  padding-left: 10px; }

.p-left-15 {
  padding-left: 15px; }

.p-left-20 {
  padding-left: 20px; }

.p-left-30 {
  padding-left: 30px; }

.p-left-40 {
  padding-left: 40px; }

.p-left-45 {
  padding-left: 45px; }

.p-left-50 {
  padding-left: 50px; }

.p-top-5 {
  padding-top: 5px; }

.p-top-10 {
  padding-top: 10px; }

.p-top-15 {
  padding-top: 15px; }

.p-top-20 {
  padding-top: 20px; }

.p-top-30 {
  padding-top: 30px; }

.p-top-40 {
  padding-top: 40px; }

.p-top-45 {
  padding-top: 45px; }

.p-top-50 {
  padding-top: 50px; }

.p-bottom-5 {
  padding-bottom: 5px; }

.p-bottom-10 {
  padding-bottom: 10px; }

.p-bottom-15 {
  padding-bottom: 15px; }

.p-bottom-20 {
  padding-bottom: 20px; }

.p-bottom-30 {
  padding-bottom: 30px; }

.p-bottom-40 {
  padding-bottom: 40px; }

.p-bottom-45 {
  padding-bottom: 45px; }

.p-bottom-50 {
  padding-bottom: 50px; }

.m-right-5 {
  margin-right: 5px; }

.m-right-10 {
  margin-right: 10px; }

.m-right-15 {
  margin-right: 15px; }

.m-right-20 {
  margin-right: 20px; }

.m-right-30 {
  margin-right: 30px; }

.m-right-40 {
  margin-right: 40px; }

.m-right-45 {
  margin-right: 45px; }

.m-right-50 {
  margin-right: 50px; }

.m-left-5 {
  margin-left: 5px; }

.m-left-10 {
  margin-left: 10px; }

.m-left-15 {
  margin-left: 15px; }

.m-left-20 {
  margin-left: 20px; }

.m-left-30 {
  margin-left: 30px; }

.m-left-40 {
  margin-left: 40px; }

.m-left-45 {
  margin-left: 45px; }

.m-left-50 {
  margin-left: 50px; }

.m-top-5 {
  margin-top: 5px; }

.m-top-10 {
  margin-top: 10px; }

.m-top-15 {
  margin-top: 15px; }

.m-top-20 {
  margin-top: 20px; }

.m-top-30 {
  margin-top: 30px; }

.m-top-40 {
  margin-top: 40px; }

.m-top-45 {
  margin-top: 45px; }

.m-top-50 {
  margin-top: 50px; }

.m-bottom-5 {
  margin-bottom: 5px; }

.m-bottom-10 {
  margin-bottom: 10px; }

.m-bottom-15 {
  margin-bottom: 15px; }

.m-bottom-20 {
  margin-bottom: 20px; }

.m-bottom-30 {
  margin-bottom: 30px; }

.m-bottom-40 {
  margin-bottom: 40px; }

.m-bottom-45 {
  margin-bottom: 45px; }

.m-bottom-50 {
  margin-bottom: 50px; }

.p-5 {
  padding: 5px; }

.p-10 {
  padding: 10px; }

.p-15 {
  padding: 15px; }

.p-20 {
  padding: 20px; }

.p-30 {
  padding: 30px; }

.p-40 {
  padding: 40px; }

.p-45 {
  padding: 45px; }

.p-50 {
  padding: 50px; }

.m-5 {
  margin: 5px; }

.m-10 {
  margin: 10px; }

.m-15 {
  margin: 15px; }

.m-20 {
  margin: 20px; }

.m-30 {
  margin: 30px; }

.m-40 {
  margin: 40px; }

.m-45 {
  margin: 45px; }

.m-50 {
  margin: 50px; }

.flex-1 {
  flex: 1; }

.flex-2 {
  flex: 2; }

.flex-3 {
  flex: 3; }

.flex-4 {
  flex: 4; }

.flex-5 {
  flex: 5; }

@media screen and (min-width: 320px) and (max-width: 480px) {
  .card-header {
    height: 200px !important; }
  .section-header-title {
    font-size: 1.5rem; }
  .section-header-description {
    margin-top: 20px; }
  .section-header-main {
    flex-direction: column; }
  .section-container {
    width: 90%; }
  .navbar-container {
    padding-top: 20px;
    padding-bottom: 10px;
    width: 90%; }
  .navbar-logo img {
    width: 150px; }
  .navbar-menu {
    display: none; }
    .navbar-menu-mobile {
      display: block; }
  .hero .swiper-pagination {
    display: none; }
  .hero .swiper-buttons {
    justify-content: flex-end; }
  .heroSlider .actions {
    width: 90%; }
    .heroSlider .actions-container {
      justify-content: flex-end; }
  .slide {
    width: 90%; }
    .slide-title {
      font-size: 2rem; }
    .slide-actions button {
      margin-bottom: 10px;
      width: 60%; }
  .about .section-container {
    flex-direction: column-reverse; }
  .about-rectangle {
    width: 70%; }
  .about-image {
    width: inherit;
    margin-bottom: 90px; }
  .about-testimonial-avatar {
    height: 70px;
    width: 70px; }
  .about-testimonial-message {
    padding: 10px; }
  .services .swiper-buttons {
    display: none; }
  .services .section-header {
    width: 90%;
    margin: 0 auto;
    position: relative; }
  .services .section-container {
    float: right;
    width: 95% !important;
    position: relative; }
  .timeline {
    display: none; }
  .timeline-mobile {
    width: 100%;
    height: 100%;
    margin-top: 40px; }
    .timeline-mobile-events {
      position: relative;
      list-style: none;
      flex-direction: column;
      width: 100%;
      height: 100%;
      overflow: hidden; }
    .timeline-mobile .event {
      display: flex;
      font-family: "Be Vietnam Pro", sans-serif;
      position: relative;
      padding-bottom: 30px;
      align-items: center;}
      .timeline-mobile .event:last-child {
        padding-bottom: 0;
        align-items: flex-end;}
      .timeline-mobile .event-line {
        width: 4px;
        height: 100%;
        position: absolute;
        left: 24px;
        z-index: 1;
        background-color: #393b48; }
        .timeline-mobile .event-line-active {
          background-color: #e02b20;
          width: 4px;
          position: absolute;
          left: 24px;
          height: 0px;
          top: 30px;
          z-index: 2;
          top: 0; }
      .timeline-mobile .event-point {
        min-width: 55px;
        min-height: 55px;
        width: 55px;
        height: 55px;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #e3e3e3;
        color: #393b48;
        font-weight: 700;
        font-size: 15px;
        margin-right: 15px;
        z-index: 2; }
        .timeline-mobile .event-point-active {
          background-color: #e02b20;
          color: #fff; }
      .timeline-mobile .event-description {
        color: #4f5665;
        font-weight: 500;
        font-size: 16px;
        margin-top: 5px; }
  .mission-list {
    flex-direction: column; }
  .mission-item {
    margin-bottom: 20px; }
  .contact .section-container {
    flex-direction: column; }
  .contact-form {
    margin-top: 30px;
    background-color: white;
    padding: 20px;
    border-radius: 5px; }
    .contact-form-group {
      flex-direction: column; }
  .contact-input {
    width: 100%; }
  .contact-input:first-child {
    margin-right: 5px; }
  .contact-container:first-child {
    margin: 0; }
  .footer-container {
    width: 90%; }
  .footer-subtitle {
    margin-bottom: 20px; }
  .footer .contact-list {
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .cookie {
    width: 90%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; }
    .cookie-actions {
      flex-direction: column; }
      .cookie-actions .button {
        margin-bottom: 10px; }
  .policy-container {
    width: 85%; }
  .policy-text h2 {
    font-size: 20px; }
  .policy-text ul {
    margin-left: 10px; } }

@media screen and (min-width: 481px) and (max-width: 768px) {
  .card-header {
    height: 200px !important; }
  .section-header-title {
    font-size: 1.5rem; }
  .section-header-description {
    margin-top: 20px; }
  .section-header-main {
    flex-direction: column; }
  .section-container {
    width: 90%; }
  .navbar-container {
    padding-top: 20px;
    padding-bottom: 10px;
    width: 90%; }
  .navbar-logo img {
    width: 150px; }
  .navbar-menu {
    display: none; }
    .navbar-menu-mobile {
      display: block; }
  .hero .swiper-pagination {
    display: none; }
  .hero .swiper-buttons {
    justify-content: flex-end; }
  .heroSlider .actions {
    width: 90%; }
    .heroSlider .actions-container {
      justify-content: flex-end; }
  .slide {
    width: 90%; }
    .slide-title {
      font-size: 2rem; }
    .slide-actions button {
      margin-bottom: 10px;
      width: 60%; }
  .about .section-container {
    flex-direction: column-reverse; }
  .about-rectangle {
    width: 70%; }
  .about-image {
    width: inherit;
    margin-bottom: 90px; }
  .about-testimonial-avatar {
    height: 70px;
    width: 70px; }
  .about-testimonial-message {
    padding: 10px; }
  .services .swiper-buttons {
    display: none; }
  .services .section-header {
    width: 90%;
    margin: 0 auto;
    position: relative; }
  .services .section-container {
    float: right;
    width: 95% !important;
    position: relative; }
  .timeline {
    display: none; }
  .timeline-mobile {
    width: 100%;
    height: 100%;
    margin-top: 40px; }
    .timeline-mobile-events {
      position: relative;
      list-style: none;
      flex-direction: column;
      width: 100%;
      height: 100%;
      overflow: hidden; }
    .timeline-mobile .event {
      display: flex;
      font-family: "Be Vietnam Pro", sans-serif;
      position: relative;
      padding-bottom: 30px;
      align-items: center;
      }
      .timeline-mobile .event:last-child {
        padding-bottom: 0; }
      .timeline-mobile .event-line {
        width: 4px;
        height: 100%;
        position: absolute;
        left: 24px;
        z-index: 1;
        background-color: #393b48; }
  
        .timeline-mobile .event-line-active {
          background-color: #e02b20;
          width: 4px;
          position: absolute;
          left: 24px;
          height: 0px;
          top: 30px;
          z-index: 2;
          top: 0; }
      .timeline-mobile .event-point {
        min-width: 55px;
        min-height: 55px;
        width: 55px;
        height: 55px;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #e3e3e3;
        color: #393b48;
        font-weight: 700;
        font-size: 15px;
        margin-right: 15px;
        z-index: 2; }
        .timeline-mobile .event-point-active {
          background-color: #e02b20;
          color: #fff; }
      .timeline-mobile .event-description {
        color: #4f5665;
        font-weight: 500;
        font-size: 16px;
        margin-top: 20px; }
  .mission-list {
    flex-direction: column; }
  .mission-item {
    margin-bottom: 20px; }
  .contact .section-container {
    flex-direction: column; }
  .contact-form {
    margin-top: 30px;
    background-color: white;
    padding: 20px;
    border-radius: 5px; }
    .contact-form-group {
      flex-direction: column; }
  .contact-input {
    width: 100%; }
  .contact-input:first-child {
    margin-right: 5px; }
  .contact-container:first-child {
    margin: 0; }
  .footer-container {
    width: 90%; }
  .footer-subtitle {
    margin-bottom: 20px; }
  .footer .contact-list {
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .cookie {
    width: 90%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; }
    .cookie-actions {
      flex-direction: column; }
      .cookie-actions .button {
        margin-bottom: 10px; }
  .policy-container {
    width: 85%; }
  .policy-text h2 {
    font-size: 20px; }
  .policy-text ul {
    margin-left: 10px; } }

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .card-header {
    height: 200px !important; }
  .section-header-title {
    font-size: 1.5rem; }
  .section-header-description {
    margin-top: 20px; }
  .section-header-main {
    flex-direction: column; }
  .section-container {
    width: 90%; }
  .navbar-container {
    padding-top: 20px;
    padding-bottom: 10px;
    width: 90%; }
  .navbar-logo img {
    width: 150px; }
  .navbar-menu {
    display: none; }
    .navbar-menu-mobile {
      display: block; }
  .hero .swiper-pagination {
    display: none; }
  .hero .swiper-buttons {
    justify-content: flex-end; }
  .heroSlider .actions {
    width: 90%; }
    .heroSlider .actions-container {
      justify-content: flex-end; }
  .slide {
    width: 90%; }
    .slide-title {
      font-size: 2rem; }
    .slide-actions button {
      margin-bottom: 10px;
      width: 60%; }
  .about .section-container {
    flex-direction: column-reverse; }
  .about-rectangle {
    width: 70%; }
  .about-image {
    width: inherit;
    margin-bottom: 90px; }
  .about-testimonial-avatar {
    height: 70px;
    width: 70px; }
  .about-testimonial-message {
    padding: 10px; }
  .services .swiper-buttons {
    display: none; }
  .services .section-header {
    width: 90%;
    margin: 0 auto;
    position: relative; }
  .services .section-container {
    float: right;
    width: 95% !important;
    position: relative; }
  .timeline {
    display: none; }
  .timeline-mobile {
    width: 100%;
    height: 100%;
    margin-top: 40px; }
    .timeline-mobile-events {
      position: relative;
      list-style: none;
      flex-direction: column;
      width: 100%;
      height: 100%;
      overflow: hidden; }
    .timeline-mobile .event {
      display: flex;
      font-family: "Be Vietnam Pro", sans-serif;
      position: relative;
      padding-bottom: 30px;
       align-items: center;}
      .timeline-mobile .event:last-child {
        padding-bottom: 0; }
      .timeline-mobile .event-line {
        width: 4px;
        height: 100%;
        position: absolute;
        left: 24px;
        z-index: 1;
        background-color: #393b48; }
        .timeline-mobile .event-line-active {
          background-color: #e02b20;
          width: 4px;
          position: absolute;
          left: 24px;
          height: 0px;
          top: 30px;
          z-index: 2;
          top: 0; }
      .timeline-mobile .event-point {
        min-width: 55px;
        min-height: 55px;
        width: 55px;
        height: 55px;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #e3e3e3;
        color: #393b48;
        font-weight: 700;
        font-size: 15px;
        margin-right: 15px;
        z-index: 2; }
        .timeline-mobile .event-point-active {
          background-color: #e02b20;
          color: #fff; }
      .timeline-mobile .event-description {
        color: #4f5665;
        font-weight: 500;
        font-size: 16px;
        margin-top: 20px; }
  .mission-list {
    flex-direction: column; }
  .mission-item {
    margin-bottom: 20px; }
  .contact .section-container {
    flex-direction: column; }
  .contact-form {
    margin-top: 30px;
    background-color: white;
    padding: 20px;
    border-radius: 5px; }
    .contact-form-group {
      flex-direction: column; }
  .contact-input {
    width: 100%; }
  .contact-input:first-child {
    margin-right: 5px; }
  .contact-container:first-child {
    margin: 0; }
  .footer-container {
    width: 90%; }
  .footer-subtitle {
    margin-bottom: 20px; }
  .footer .contact-list {
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .cookie {
    width: 90%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; }
    .cookie-actions {
      flex-direction: column; }
      .cookie-actions .button {
        margin-bottom: 10px; }
  .policy-container {
    width: 85%; }
  .policy-text h2 {
    font-size: 20px; }
  .policy-text ul {
    margin-left: 10px; } }

@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .navbar-container {
    padding-top: 20px;
    padding-bottom: 10px;
    width: 90%; }
  .navbar-logo img {
    width: 150px; }
  .section-container {
    width: 90%; }
  .card-header {
    height: 200px !important; }
  .heroSlider .actions {
    width: 90%; }
    .heroSlider .actions-container {
      justify-content: flex-end; }
  .slide {
    width: 90%; }
  .footer-container {
    width: 90%; } }

/* edit logo bug Andrei */

@media screen and (min-width: 1025px){

  .navbar-logo img {
    width: 150px; } }
    

.about-description .button-paragraf{
   margin-top:3em; 
}
