/* Colors */

/* BS colors */

/* Fonts */

/** =============================================================== **/

/** HTML Main CSS **/

/** =============================================================== **/

html {
  font-size: 17px;
}

@media (max-width: 991.98px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 130%;
  font-weight: 400;
  position: relative;
  color: #211b45;
  background-color: #ffffff;
  -moz-osx-font-smoothing: grayscale;
}

/** =============================================================== **/

/** Standard Bootstrap CSS **/

/** =============================================================== **/

a {
  display: inline-block;
  color: #f08000;
  text-decoration: underline;
}

a:hover {
  color: #211b45;
}

a.no-decoration {
  text-decoration: none !important;
}

.image-full {
  width: 100%;
  max-width: 100%;
}

.font-normal {
  font-weight: 400;
}

.font-semi {
  font-weight: 600;
}

.color-secondary {
  color: #f08000;
}

.font-bold,
strong,
b {
  font-weight: 700;
}

h1,
.h1 {
  font-size: 2.353rem;
  /* 40px */
  line-height: 105%;
  font-weight: bold;
}

h2,
.h2 {
  font-size: 1.588rem;
  /* 27px */
  line-height: 105%;
  font-weight: bold;
}

.btn {
  font-size: 0.9rem;
  text-decoration: none;
  font-weight: 600;
  padding: 1rem 1.6rem;
}

.btn:hover {
  background-color: #f08000;
  border-color: #f08000;
}

.fas {
  margin-right: 0.5rem;
}

/** =============================================================== **/

/** Main styles **/

/** =============================================================== **/

header {
  width: 100%;
  display: block;
  position: relative;
  height: 7rem;
  font-size: 1.059rem;
  font-weight: 400;
}

header .logo img {
  max-width: 155px;
}

header strong {
  font-weight: 600;
}

@media (max-width: 767px) {
  header {
    height: auto;
  }
}

.top-banner {
  width: 100%;
  display: block;
  position: relative;
  background-image: url(../images/main-bg.png?b2f650c6892b82185092644fff63e868);
  background-color: #666666;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  font-size: 1.118rem;
  line-height: 150%;
  letter-spacing: 0.02rem;
  color: #ffffff;
}

.top-banner .smartphone-body {
  position: relative;
  width: 320px;
  max-width: 100%;
  height: 450px;
  margin: auto;
  border: 12px black solid;
  border-top-width: 1.2rem;
  border-bottom: none;
  border-top-right-radius: 2rem;
  border-top-left-radius: 2rem;
}

.top-banner .smartphone-body .mobile-slide {
  background-position: top center;
  background-size: cover;
  height: 100%;
  background-repeat: no-repeat;
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
}

.main {
  width: 100%;
  position: relative;
  display: block;
}

footer {
  width: 100%;
  display: block;
  font-weight: 600;
  font-size: 0.765rem;
  line-height: 177%;
  color: #ffffff;
}

footer a,
footer a:hover {
  color: #ffffff;
}

/** =============================================================== **/

/** Responsive CSS below **/

/** =============================================================== **/


/*# sourceMappingURL=theme-main.css.map*/