@import url("https://fonts.googleapis.com/css2?family=Lato&family=Roboto:wght@300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato&family=Roboto+Condensed:wght@400;700&family=Roboto:wght@300;400;700;900&display=swap");
html, body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

* {
  font-family: 'Roboto', sans-serif;
}

*::-moz-selection {
  background-color: #11224E;
  color: #f3f3f3;
}

*::selection {
  background-color: #11224E;
  color: #f3f3f3;
}

h1, .heading {
  margin-left: 8rem;
  margin-right: 8rem;
  line-height: 110%;
  font-size: 5rem;
  font-weight: 600;
  font-family: 'Roboto Condensed', sans-serif;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

sup {
  font-size: 50%;
  top: -1em;
}

.heading-right {
  text-align: right;
}

.heading-left {
  text-align: left;
}

p, .paragraph, li {
  font-size: 1.3rem;
  font-family: 'Roboto', sans-serif;
  line-height: 150%;
  letter-spacing: 150%;
  font-weight: lighter;
}

.info-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@media (min-width: 1700px) {
  .heading {
    margin-left: 15%;
    margin-right: 15%;
  }
}

@media (max-width: 768px) {
  .heading {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

@media (max-width: 680px) {
  .heading {
    font-size: 3rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  p, .paragraph, li {
    font-size: 1rem;
  }
}

.button-primary {
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  padding-top: .7rem;
  padding-bottom: .7rem;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 50px;
  font-family: 'Roboto', sans-serif;
  background-color: #f1832c;
  border: 2px solid #f1832c;
  color: #f3f3f3;
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
}

.button-primary:hover,
.button-primary:active,
.button-primary:focus {
  color: #f1832c;
  background-color: transparent;
}

.header {
  background-color: #030C24;
  -webkit-box-shadow: 0 3px 4px #00000040;
          box-shadow: 0 3px 4px #00000040;
  z-index: 10;
}

.header * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 8vh;
  margin-left: -3rem;
}

.header .navbar {
  margin-left: 5%;
  margin-right: 5%;
}

.header .header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: .5rem;
  margin-top: .5rem;
}

.header .header-logo svg {
  width: 180px;
  height: auto;
}

.header .header-logo svg path {
  fill: white;
}

.header .navbar-toggler-icon svg path {
  fill: white;
}

.header .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 50%;
}

.header .nav-links .nav-link {
  text-transform: uppercase;
}

.header .nav-links li {
  list-style: none;
}

.header .nav-links a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  text-transform: uppercase;
}

.header .nav-links .nav-item {
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}

.header .nav-links .nav-item .dropdown-menu {
  display: none;
  margin-top: 0;
  border: none;
  border-radius: 0;
  padding-left: .5rem;
  padding-right: .5rem;
  background-color: #030C24;
  -webkit-box-shadow: 0 3px 4px #00000040;
          box-shadow: 0 3px 4px #00000040;
}

.header .nav-links .nav-item .dropdown-menu a {
  color: #f3f3f3;
  padding-left: 1rem;
  padding-right: 1rem;
  text-transform: capitalize;
}

.header .nav-links .nav-item .dropdown-menu a:hover {
  color: #030C24;
}

.header .nav-links .nav-item .dropdown-menu a:active {
  background-color: #ebebeb;
}

@media (min-width: 991.5px) {
  .header .nav-links .nav-item:hover .dropdown-menu {
    display: block;
  }
}

.header .div-bar {
  width: 2px;
  height: 25px;
  background-color: white;
}

.header .navbar-toggler {
  outline: none !important;
}

.header .nav-language-button, .header .nav-language-button a {
  color: #f3f3f3;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  font-size: small;
}

.header .nav-language-button a:hover {
  color: #f3f3f3;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media (max-width: 991.5px) {
  .header {
    -webkit-box-shadow: 0 3px 5px #00000040;
            box-shadow: 0 3px 5px #00000040;
  }
  .header .header-logo svg {
    width: 160px;
  }
  .header .navbar {
    margin: 0;
    background-size: 1px 15px;
  }
  .header .nav-links {
    text-align: center;
    width: 100%;
  }
  .header .nav-links .div-bar {
    display: none;
  }
}

@media (max-width: 376px) {
  .header .navbar {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .header .header-logo svg {
    width: 130px;
  }
}

.footer-section {
  background-color: #030C24;
  color: #f3f3f3;
}

@media (max-width: 400px) {
  .footer-section .container-fluid {
    padding-right: 0px;
  }
}

.footer-section a {
  color: #f3f3f3;
}

.footer-section .footer-col li {
  list-style: none;
}

.footer-section .footer-logo img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 55%;
  height: auto;
}

.footer-section .footer-logo h3 {
  font-size: 1.6rem;
}

@media (min-width: 1500px) {
  .footer-section .footer-logo img {
    -o-object-fit: contain;
       object-fit: contain;
    max-width: 40%;
    height: auto;
  }
  .footer-section .footer-logo h3 {
    font-size: 2.5vw;
  }
}

.footer-section .footer-col h5 {
  font-size: 1rem;
  margin-bottom: 1vw;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) and (max-width: 868px) {
  .footer-section .footer-col h5 {
    font-size: 0.9rem !important;
  }
}

.footer-section .footer-info-navs {
  margin-top: 2rem;
}

.footer-section #info a, .footer-section #contact a {
  font-size: 0.9rem;
  text-transform: capitalize;
}

.footer-section #info a:hover, .footer-section #contact a:hover {
  color: #f1832c;
}

.footer-section #contact .fa-facebook, .footer-section #contact .fa-instagram, .footer-section #contact .fa-twitter {
  font-size: 1.3rem;
  text-decoration: none !important;
}

.footer-section #contact .fa-facebook:hover {
  color: #3b5998;
}

.footer-section #contact .fa-instagram:hover {
  color: #eb5d93;
}

.footer-section #contact .fa-twitter:hover {
  color: #00aced;
}

.footer-section .company {
  font-size: 0.8rem;
}
/*# sourceMappingURL=common.css.map */