@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
header .btn-primary {
  font-size: 0.7em;
}

header nav.menu {
  text-transform: uppercase;
  width: 100%;
  height: 5vw;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  z-index: 150;
  padding: 0 2%;
  padding-left: 9%;
}
header nav.menu .logo {
  height: 12em;
  width: 12.2em;
  cursor: pointer;
}
header nav.menu ul {
  display: flex;
  margin: 0;
  align-items: center;
  width: 58%;
  gap: 5%;
}
header nav.menu ul li a {
  display: block;
  color: #fff;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 1px;
  width: 100%;
  position: relative;
}
header nav.menu ul li a:hover {
  opacity: 1;
}
header nav.menu ul li a::before {
  transition: 300ms;
  height: 3px;
  content: "";
  position: absolute;
  background-color: #d81324;
}
header nav.menu ul li a::before {
  width: 0%;
  top: 100%;
}
header nav.menu ul li a:hover::before {
  width: 100%;
}
header nav.menu ul li a:hover {
  color: #d81324;
  transition: 300ms;
}
header nav.menu h2 {
  color: #fff;
  font-size: 2.5em;
  position: relative;
  left: -6.1%;
  padding: 0;
  margin: 0;
  font-family: "Teko", sans-serif;
  cursor: pointer;
}
header nav.menu h2 a {
  color: #fff;
}
@media screen and (max-width: 1000px) {
  header nav.menu {
    display: none;
  }
}

header .carousel {
  height: 88vh;
}
header .carousel .carousel-inner,
header .carousel .carousel-item {
  max-width: 100%;
  max-height: 100%;
}
header .carousel .carousel-item::before {
  background: rgba(0, 0, 0, 0.2);
  content: " ";
  width: 100%;
  height: 100%;
  z-index: 5;
  position: absolute;
}
header .carousel .carousel-item-first:before {
  background: rgba(0, 0, 0, 0.5);
}
header .carousel img {
  max-width: 100%;
  max-height: 100%;
}
header .carousel .carousel-caption {
  left: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  left: 14.5%;
  bottom: 35%;
  z-index: 6;
  background: transparent;
}
header .carousel .carousel-caption.text-caption-first {
  bottom: 46%;
}
header .carousel .carousel-caption h1 {
  font-weight: 700;
  font-size: 4.4em;
  margin-bottom: 0.3em;
  margin-left: 0;
  padding-left: 0;
}
header .carousel .carousel-caption p {
  font-size: 1.35em;
  opacity: 0.9;
  margin-left: 0;
  padding-left: 0;
  color: #fff;
}
header .carousel .carousel-control-prev,
header .carousel .carousel-control-next {
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  header .carousel {
    height: 25em;
  }
  header .carousel .carousel-inner, header .carousel .carousel-item {
    height: 25em;
  }
  header .carousel .carousel-inner img, header .carousel .carousel-item img {
    height: 25em;
  }
}
@media screen and (max-width: 1000px) {
  header .carousel {
    display: none;
  }
}

header {
  max-width: 100%;
  height: auto;
  /*.mobile-hover
  {

      display: none;
      position: relative;

      .mobile-hover-menu{
          display: none;
      }

      @media screen and (max-width: 600px) 
      {
          display: block;
          width: 100%;
          height: 130vw;

          .hamburger{
              z-index: 100;
              width: 4em;

              top: -43%;
              left: 80%;
          }

          img{
              width: 100%;
              height: 100%;
              position: absolute;
          }

          h1,
          h2{
              position: absolute;
              z-index: 100;
              padding: 0 1%;
              text-align: center;
              margin-left: 0;
              padding-left: 0;
          }

          h1{
              color: #fff;
              font-size: 3em;
              top: 2.5em;
              font-weight: 700;

              margin: 0 auto;
              width: 100%;
          }

          h2{
              color: #fff;
              font-size: 1.8em;
              margin-left: 14%;

              display: block;

              &.mobile-hover-h2{
                  margin: 0 auto;
                  padding-left: 11%;
                  margin-top: 6.7em;

                  line-height: 1em;

                  //margin-left: 8.1%;
              }

              &.mobile-hover-h2-red{
                  margin-top: 9.2em;
                  padding-left: 0;
                  margin-left: 14%;
                  color: $bg-secondary;
              }


          }

          a {
              display: inline-block;
              position: relative;
              width: 4.7em;
              z-index: 100;
              top: 13.8em;
              margin: 0 auto;

              border-radius: 20px;
              border: solid $bg-secondary 3px;
              text-align: center;
              font-weight: 700;

              font-size: 1.3em;

              background-color: transparent;
              margin-bottom: 1em;

              left: 22%;
              margin-left: 0.25em;

              padding: 0;
              height: 2.3em;

              line-height: 2.1em;


              //padding: 0 1em;
          }

          .mobile-hover-menu{
              width: 100%;
              height: 10vh;
              background: $main-color;

              display: flex;
              flex-direction: row;
              flex-wrap: nowrap;
              align-items: center;
              justify-content: space-around;

              .mobile-hover-menu-logo
              {
                  z-index: 120;

                  height: 7vh;


                  img{
                      width: 100%;
                      height: 100%;
                      position: relative;
                  }
              }

              .mobile-hover-menu-menu
              {

                  height: 100%;
                  width: 60px;
                  position: relative;

                  top: 42%;

                  cursor: pointer;
                  transition: all 0.5s ease-in-out;

                  font-weight: 600;
                  color: #413f3f;

                  .mobile-hover-menu-menu-burger
                  {
                      position: absolute;
                      //right: 0;
                      //top: 0.5rem;
                      height: 4px;
                      width: 30px;
                      background-color: #413f3f;
                      transition: all 0.5s ease-in-out;

                      &::before
                      {
                          content: "";
                          position: absolute;
                          top: -8px;
                          width: 30px;
                          height: 4px;
                          background: #413f3f;
                          transition: all 0.5s ease-in-out;
                      }

                      &::after{
                          content: "";
                          position: absolute;
                          top: 8px;
                          width: 30px;
                          height: 4px;
                          background: #413f3f;
                          transition: all 0.5s ease-in-out;
                      }
                  }
              }
          }
      }

  }*/
}
header .contact {
  height: 2.5vw;
  width: 100%;
  background: #d81324;
  display: flex;
  padding: 0 18%;
}
@media screen and (max-width: 1000px) {
  header .contact {
    display: none;
  }
}
header .contact .contact-menu {
  list-style: none;
  height: 100%;
  list-style: none;
  display: flex;
  height: 100%;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
header .contact .contact-menu li {
  border-right: 1px solid;
  padding-right: 1%;
  padding-left: 1%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  cursor: pointer;
}
header .contact .contact-menu li img {
  height: 25px;
  width: 35px;
  padding-right: 0%;
}
header .contact .contact-menu li.contact-item-last {
  border: none;
}
header .contact .contact-social {
  list-style: none;
  height: 100%;
  list-style: none;
  display: flex;
  height: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
header .contact .contact-social li {
  border-right: 1px solid;
  padding-right: 1%;
  padding-left: 1%;
  cursor: pointer;
}
header .contact .contact-social li img {
  height: 25px;
  width: 35px;
  padding-right: 0%;
}
header .contact .contact-social li.social-item-last {
  border: none;
}

.mobile-nav {
  display: none;
  width: 100%;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .mobile-nav {
    display: block;
  }
}

.mobile-headline {
  display: none;
}
@media screen and (max-width: 1000px) {
  .mobile-headline {
    display: block;
    height: 68vh;
    width: 100%;
    background-image: url("../img/a.jpg");
    background-position: center;
    position: relative;
  }
  .mobile-headline::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .mobile-headline h1 {
    color: #fff;
    font-size: 3em;
    font-weight: 700;
    margin: 0 auto;
    text-align: center;
    padding-top: 12%;
    position: relative;
    z-index: 250;
    background: rgba(0, 0, 0, 0.1);
  }
  .mobile-headline h2 {
    color: #fff;
    font-size: 1.58em;
    text-align: center;
    top: 0%;
    padding-top: 3%;
    background: rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 250;
  }
}

.mobile-headline-menu {
  margin: 0 auto;
  text-align: center;
}
.mobile-headline-menu ul {
  margin: 0 auto;
  text-align: center;
  margin-top: 2em;
}
.mobile-headline-menu ul li {
  margin-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 1em;
}
.mobile-headline-menu ul li a {
  display: inline-block;
  box-sizing: border-box;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  border-style: solid;
  border-color: #d81324;
  border-radius: 20px 20px 20px 20px;
  padding: 12px 24px;
  line-height: 1;
  border-width: 3px 3px 3px 3px;
  transition: all 0.3s;
}

.navbar-mobile {
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  z-index: 3;
  display: none;
}
.navbar-mobile h2 {
  font-size: 1.8em;
  margin-bottom: -63px;
  padding-top: 6%;
  padding-left: 25%;
}

.navbar-mobile ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.navbar-mobile li a {
  display: block;
  padding: 10px 20px;
  border-right: 1px solid #f4f4f4;
  text-decoration: none;
  color: #0b2154;
  text-align: center;
  font-size: 1.15em;
}
.navbar-mobile li a:focus, .navbar-mobile li a:hover {
  color: #08193f;
}

.navbar-mobile li a:hover,
.navbar-mobile .menu-btn:hover {
  background-color: #f4f4f4;
}

.navbar-mobile .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 9px 0px;
  margin-left: 6%;
  text-decoration: none;
  width: 55px;
  padding-top: 15px;
}
@media screen and (max-width: 1000px) {
  .navbar-mobile .logo img {
    width: 100%;
    height: 100%;
  }
}

/* menu */
.navbar-mobile .menu {
  clear: both;
  max-height: 0;
  transition: max-height 0.3s ease-out;
}

/* menu icon */
.navbar-mobile .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 37px 26px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.navbar-mobile .menu-icon .navicon {
  background: #333;
  display: block;
  height: 4px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 35px;
}

.navbar-mobile .menu-icon .navicon:before,
.navbar-mobile .menu-icon .navicon:after {
  background: #333;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

.navbar-mobile .menu-icon .navicon:before {
  top: 9px;
}

.navbar-mobile .menu-icon .navicon:after {
  top: -9px;
}

/* menu btn */
.navbar-mobile .menu-btn {
  display: none;
}

.navbar-mobile .menu-btn:checked ~ .menu {
  max-height: 70vh;
  transition: 0.8s;
}

.navbar-mobile .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.navbar-mobile .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.navbar-mobile .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.navbar-mobile .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.navbar-mobile .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */
@media (min-width: 1000px) {
  .navbar-mobile li {
    float: left;
  }
  .navbar-mobile li a {
    padding: 20px 30px;
  }
  .navbar-mobile .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .navbar-mobile .menu-icon {
    display: none;
  }
}
@media (max-width: 1000px) {
  .navbar-mobile {
    display: block;
  }
}
.mobile-hover-contact {
  margin: 0 auto;
  text-align: center;
  padding-top: 2%;
}
.mobile-hover-contact .fa-whatsapp {
  font-size: 4em;
}
.mobile-hover-contact img {
  width: 4em;
}
.mobile-hover-contact ul {
  display: flex;
  justify-content: center;
  gap: 0.4em;
}
.mobile-hover-contact ul li a {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 500;
  position: relative;
}

.about-us {
  display: flex;
  gap: 8%;
  padding-top: 7%;
  margin-top: 0;
  padding-bottom: 3%;
  position: relative;
}
.about-us p {
  font-size: 1.15em;
  margin-top: 1em;
}
.about-us img {
  height: 20em;
  position: relative;
}
.about-us .about-us-img::before {
  content: "";
  background: #d81324;
  display: block;
  height: 60%;
  z-index: -1;
  position: absolute;
  width: 45%;
  left: -2.6em;
  bottom: 14%;
}
.about-us .about-us-img-mobile {
  display: none;
}
.about-us .about-us-text img {
  height: 1em;
  padding-right: 1.1em;
}
.about-us .about-us-text ul, .about-us .about-us-text li {
  list-style: none;
  color: rgb(11, 33, 84);
  font-size: 1.06em;
  padding-bottom: 0.46em;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .about-us {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 0;
  }
  .about-us .about-us-img {
    order: 2;
    width: 85%;
    height: 70%;
    margin: 0 auto;
  }
  .about-us .about-us-img::before {
    width: 84%;
    height: 26%;
    left: 2%;
    top: 75.5%;
  }
  .about-us .about-us-img img {
    width: 100%;
    height: 100%;
  }
  .about-us .about-us-text {
    margin-top: 2%;
    padding: 0 2%;
    margin-bottom: 18%;
  }
  .about-us .about-us-text h2 {
    margin-bottom: 3%;
  }
  .about-us .about-us-text ul li {
    font-size: 0.98em;
    padding-bottom: 0.4em;
  }
  .about-us p {
    font-size: 1.22em;
    padding-bottom: 6%;
    margin-bottom: 0;
  }
  .about-us .about-us-img-mobile {
    display: none;
    width: 90%;
    margin: 0 auto;
    margin-left: 7%;
    margin-bottom: 15%;
    margin-top: 2%;
    position: relative;
  }
  .about-us .about-us-img-mobile img {
    height: 100%;
    width: 100%;
  }
  .about-us .about-us-img-mobile::before {
    content: "";
    background: #d81324;
    display: block;
    height: 96%;
    z-index: -1;
    position: absolute;
    width: 90%;
    left: -1.2em;
    bottom: -10%;
  }
  .about-us .about-us-img {
    display: none;
  }
}

.air {
  margin-top: 5%;
  padding-top: 5%;
  padding-bottom: 3%;
  display: flex;
  gap: 8%;
}
.air .air-price {
  margin-top: 10%;
  width: 100em;
}
.air .air-price td, .air .air-price th {
  padding-left: 4%;
  padding-right: 5%;
  font-family: "DM Sans", sans-serif;
  font-size: 1.1em;
}
.air .air-price th {
  font-size: 1.3em;
}
.air .air-price td.second,
.air .air-price th.second {
  text-align: right;
}
.air .btn-primary {
  z-index: 9;
  background-color: #d81324;
  font-family: "DM Sans";
  text-align: left;
  line-height: 56px;
  letter-spacing: 0px;
  font-weight: 700;
  font-size: 14px;
  border-color: rgb(255, 255, 255);
  border-style: none;
  margin: 0px;
  margin-top: 5px;
  border-radius: 0px;
  padding: 0px 30px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  white-space: nowrap;
  width: auto;
  height: auto;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
}
.air .btn-primary:hover,
.air .btn-primary:focus {
  background: rgb(165, 5, 19);
  transition: 0.3s;
}
.air .air-price-mobile {
  display: none;
  padding-bottom: 2%;
  padding-top: 1%;
}
@media screen and (max-width: 600px) {
  .air {
    margin-top: -5%;
    padding: 0 2%;
    padding-top: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .air h2 {
    margin-bottom: 5%;
  }
  .air .air-price-mobile {
    display: block;
    margin-bottom: 2%;
  }
  .air .air-price {
    display: none;
  }
  .air p {
    margin-bottom: 1em;
  }
  .air td, .air th {
    padding-left: 4%;
    padding-right: 5%;
    font-family: "DM Sans", sans-serif;
    font-size: 1em;
  }
  .air th {
    font-size: 1.1em;
  }
  .air td.second,
  .air th.second {
    text-align: right;
  }
}

.contact-address {
  display: flex;
  margin-top: 5%;
  padding-top: 10%;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 7%;
  position: relative;
  gap: 5em;
}
.contact-address .contact-address-img {
  height: 25em;
  position: relative;
}
.contact-address .contact-address-img img {
  height: 80%;
}
.contact-address .contact-address-img::before {
  content: "";
  background: #0b2154;
  display: block;
  height: 82%;
  z-index: -1;
  position: absolute;
  width: 100%;
  left: 3em;
  bottom: 10%;
}
.contact-address ul, .contact-address li {
  list-style: none;
  color: rgb(11, 33, 84);
  font-size: 1.06em;
  padding-bottom: 0.46em;
  font-weight: 700;
}
.contact-address ul img, .contact-address li img {
  height: 1.2em;
  padding-right: 1.1em;
}
@media screen and (max-width: 600px) {
  .contact-address {
    margin-top: 0;
    padding: 0 2%;
    padding-top: 18%;
  }
  .contact-address .contact-address-img {
    display: none;
  }
  .contact-address .contact-address-text h2 {
    margin-bottom: 5%;
  }
  .contact-address .contact-address-text p {
    margin-bottom: 6%;
  }
  .contact-address ul li {
    font-size: 0.98em;
    padding-bottom: 0.4em;
  }
}

.contact-form {
  margin-top: 7em;
  /*START ADDRESS*/
}
.contact-form .container {
  margin-left: 0;
  padding-left: 0;
  margin-right: 0;
  padding-right: 0;
}
.contact-form h2.contact-headline {
  display: none;
}
@media screen and (max-width: 1000px) {
  .contact-form {
    margin: 0;
    padding: 0 2%;
    padding-top: 18%;
  }
  .contact-form .container {
    margin: 0;
    padding: 0;
  }
  .contact-form .container h2 {
    margin-bottom: 5%;
  }
  .contact-form .row .col-lg-5 {
    order: 1;
  }
  .contact-form .row .col-lg-7 {
    order: 2;
    padding-top: 6%;
  }
  .contact-form h2.contact-headline {
    display: inline-block;
    font-size: 2.5em;
  }
}
.contact-form .contact-area {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 1000px) {
  .contact-form .contact {
    margin-bottom: 60px;
  }
}
.contact-form .contact input {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  box-shadow: none;
  height: 3.75em;
  padding: 1.2em;
  width: 100%;
  padding-left: 1.8em;
  transition: all 0.3s ease 0s;
}
.contact-form .contact textarea {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  box-shadow: none;
  padding: 1.2em;
  width: 100%;
  padding-left: 1.8em;
  transition: all 0.3s ease 0s;
}
.contact-form .contact input:focus {
  background: #fff;
  border: 1px solid #fff;
  box-shadow: none;
  outline: 0 none;
}
.contact-form .contact textarea:focus {
  background: #fff;
  border: 1px solid #fff;
  box-shadow: none;
  outline: 0 none;
}
.contact-form .form-control::-moz-placeholder {
  opacity: 1;
}
.contact-form .form-control::placeholder {
  opacity: 1;
}
.contact-form .btn-contact-bg {
  z-index: 9;
  background-color: #d81324;
  font-family: "DM Sans";
  text-align: left;
  line-height: 56px;
  letter-spacing: 0px;
  font-weight: 700;
  font-size: 14px;
  border-color: rgb(255, 255, 255);
  border-style: none;
  margin: 0px;
  margin-top: 5px;
  border-radius: 0px;
  padding: 0px 30px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  white-space: nowrap;
  width: auto;
  height: auto;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
}
.contact-form .btn-contact-bg:hover,
.contact-form .btn-contact-bg:focus {
  color: #fff;
  background: rgb(165, 5, 19);
  transition: 300ms;
}
.contact-form .single_address {
  overflow: hidden;
  margin-bottom: 0.8em;
  padding-left: 3.8em;
  cursor: pointer;
}
.contact-form .single_address p {
  margin-bottom: 0em;
}
@media only screen and (max-width: 1000px) {
  .contact-form .single_address {
    padding-left: 0px;
    margin-bottom: 0em;
  }
  .contact-form .single_address i {
    box-shadow: none;
  }
  .contact-form .single_address p {
    margin-bottom: 0.5em;
  }
}
.contact-form .single_address i {
  background: #fff;
  color: #d81324;
  border-radius: 30px;
  width: 2.7em;
  height: 2.7em;
  line-height: 60px;
  text-align: center;
  float: left;
  margin-right: 14px;
  font-size: 22px;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 1000px) {
  .contact-form .single_address i {
    box-shadow: none;
  }
}
.contact-form .single_address:hover i {
  background: #d81324;
  color: #fff;
}
.contact-form .single_address h4 {
  font-size: 18px;
  margin-bottom: 0px;
  overflow: hidden;
  font-weight: 600;
}
.contact-form .single_address p {
  overflow: hidden;
  margin-top: 5px;
}
.contact-form .section-title {
  padding-bottom: 0em;
}
.contact-form .col-md-6,
.contact-form .col-md-12 {
  margin-bottom: 1em;
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  background: #f5f5f5;
  font-family: "DM Sans", sans-serif;
  height: auto;
}

ul, li, a, img {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: none;
}

h2 {
  color: rgb(11, 33, 84);
  margin-bottom: 20px;
  margin-bottom: 0.4em;
  font-size: 3.5em;
  font-weight: 700;
  letter-spacing: -0.08125rem;
  line-height: 1.2;
}

p {
  font-size: 1.15em;
  line-height: 1.6666em;
  color: #5a5a5a;
  margin-bottom: 1.7em;
}

@media screen and (max-width: 1000px) {
  p {
    font-size: 1.22em;
  }
  ul li {
    font-size: 0.98em;
    padding-bottom: 0.4em;
  }
}
button {
  z-index: 45;
}

.btn-primary {
  z-index: 9;
  background-color: #d81324;
  font-family: "DM Sans";
  text-align: left;
  line-height: 56px;
  letter-spacing: 0px;
  font-weight: 700;
  font-size: 16px;
  border-color: rgb(255, 255, 255);
  border-style: none;
  margin: 0px;
  margin-top: 5px;
  border-radius: 0px;
  padding: 0px 30px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  white-space: nowrap;
  width: auto;
  height: auto;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
}
.btn-primary:hover, .btn-primary:focus {
  background: rgb(165, 5, 19);
  transition: 300ms;
}

main {
  height: auto;
  max-width: 1080px;
  padding-bottom: 4%;
  margin: 0 auto;
  position: relative;
}
main .info {
  display: flex;
  gap: 0px;
  position: relative;
  top: -5%;
  text-align: center;
  background: #f5f5f5;
  padding-bottom: 3%;
  z-index: 10;
}
main .info .info-item {
  position: relative;
  top: -6em;
  padding: 3% 4%;
  padding-bottom: 2%;
  background: #fff;
}
main .info .info-item img {
  width: 32%;
  height: 32%;
  margin-bottom: 7%;
}
main .info .info-item h3 {
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.8rem;
  margin-bottom: 10%;
}
main .info .info-item p {
  color: #596277;
}
main .info .info-item a {
  font-weight: 700;
  text-decoration: none;
  color: #fff;
}
main .info .info-item a img {
  height: 2.5em;
  width: 1.45em;
  position: relative;
  left: 0.3em;
  top: 0.55em;
}
@media screen and (max-width: 1000px) {
  main .info .info-item {
    top: -3em;
    width: 95%;
    margin: 0 auto;
    padding-top: 3em;
  }
  main .info .info-item a {
    font-size: 1.1em;
  }
  main .info .info-item a img {
    top: 0.65em;
  }
  main .info .info-item h3 {
    margin-bottom: 3%;
  }
  main .info .info-item p {
    margin-bottom: 0;
    font-size: 107%;
    padding: 0 2%;
  }
}
main .info .info-item-3 {
  background: #0b2154;
  color: #fff;
}
main .info .info-item-3 p {
  color: #fff;
}
@media screen and (max-width: 1000px) {
  main .info .info-item-3 {
    border-radius: 0 0 20px 20px;
  }
}
main .info .info-item-2 {
  background: #d81324;
  color: #fff;
}
main .info .info-item-2 p {
  color: #fff;
}
@media screen and (max-width: 1000px) {
  main .info .info-item-2 {
    border-radius: 0 0 20px 20px;
  }
}
main .info .info-item-1 {
  color: rgb(11, 33, 84);
}
main .info .info-item-1 p {
  color: rgb(11, 33, 84);
}
main .info .info-item-1 a {
  color: rgb(11, 33, 84);
}
@media screen and (max-width: 1000px) {
  main .info .info-item-1 {
    border-radius: 20px 20px 0 0;
  }
}
@media screen and (max-width: 1000px) {
  main .info {
    top: 0em;
    flex-wrap: wrap;
  }
}
main .mobile-third {
  display: none;
}
@media screen and (max-width: 1000px) {
  main .mobile-third {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  main .mobile-second {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  main .mobile-fourth {
    display: none;
  }
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  background: #fff;
}

footer {
  color: #898585;
  height: 22em;
  width: 100%;
  background: #27282c;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0 auto;
  padding: 8% 12%;
  padding-top: 7%;
}
footer h3 {
  color: #dedbdb;
}
footer .footer-item {
  padding: 0 2%;
  width: 25%;
}
footer p {
  color: #898585;
  line-height: 1.5em;
  font-size: 1.02em;
}
footer ul, footer li {
  list-style-type: none;
  text-decoration: none;
}
footer li a {
  color: #898585;
}
footer li a:hover, footer li a:focus {
  color: #5c5a5a;
}
@media screen and (max-width: 1000px) {
  footer {
    flex-wrap: wrap;
    height: auto;
    padding-left: 1%;
  }
  footer .footer-item {
    width: 100%;
    padding-bottom: 1.9em;
  }
  footer .footer-item.footer-item-nav {
    order: 4;
  }
  footer .footer-item.footer-item-contact {
    order: 1;
    padding-top: 1em;
  }
  footer .footer-item.footer-item-social {
    order: 3;
  }
  footer .footer-item.footer-item-address {
    order: 2;
  }
  footer ul li a {
    margin-bottom: 0em;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0em;
    font-size: 1em;
  }
  footer ul li {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0.1em;
    font-size: 1em;
  }
  footer p {
    font-size: 1em;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}
.encircle {
  width: 64px;
  height: 64px;
  border-radius: 60px;
  border: solid 2px white;
  position: relative;
  top: 10%;
  left: 40%;
}

.arrow {
  margin: 0 auto;
  margin-top: 13px;
  width: 30px;
  height: 30px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
  background-size: contain;
}

.bounce {
  animation: bounce 2s infinite;
}

.display-none {
  display: none;
}

@media screen and (max-width: 1000px) {
  .display-none-mobile {
    display: none;
  }
}

.mt5 {
  margin-top: 5%;
}

.fa-whatsapp {
  color: #fff;
  background: linear-gradient(#25d366, #25d366) 14% 84%/16% 16% no-repeat, radial-gradient(#25d366 60%, transparent 0);
}/*# sourceMappingURL=style.css.map */