@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;900&display=swap");
body {
  font-family: 'Poppins', sans-serif;
}

main, #main-content {
  margin-top: 130px;
}

a {
  color: #343a40;
}

a :hover {
  color: #264a9f;
}

h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 2rem;
}

h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
}

h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #264a9f;
  font-size: 1.3rem;
}

h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
}

.button-default {
  display: inline-block;
  padding: .75rem 1.25rem;
  border-radius: 10rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: .10rem;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-decoration: none;
}

.button-default:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #264a9f;
  border-radius: 10rem;
  z-index: -2;
}

.button-default:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #172d61;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 10rem;
  z-index: -1;
}

.button-default:hover {
  color: #fff;
}

.button-default:hover:before {
  width: 100%;
}

.fadeIn {
  opacity: 0;
}

.fadeIn.animated {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.logo {
  height: 55px;
}

.navbar {
  margin-top: 24px;
}

.navbar-nav li.nav-item.active a.nav-link {
  color: #264a9f !important;
  font-weight: 600;
  border-bottom: 5px solid #264a9f;
}

.navbar-nav li {
  padding: 0 10px;
}

.log ul {
  list-style: none;
  -webkit-margin-before: 0px;
          margin-block-start: 0px;
  -webkit-margin-after: 0px;
          margin-block-end: 0px;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

.log ul li a {
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.carousel-image {
  background: black;
  overflow: hidden;
}

.carousel-image img {
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.3;
}

.carousel-caption-cust {
  position: absolute;
  right: 5%;
  top: 15%;
  left: 5%;
  z-index: 10;
  color: #fff;
  text-align: center;
}

.bg-byron {
  background-color: #000000;
}

.bg-byron img {
  border: 3px solid #264a9f;
  border-radius: 500px;
}

.byron {
  font-size: 12px;
}

.home-cards:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(211, 211, 211, 0.2), 0 6px 20px 0 rgba(211, 211, 211, 0.19);
          box-shadow: 0 4px 8px 0 rgba(211, 211, 211, 0.2), 0 6px 20px 0 rgba(211, 211, 211, 0.19);
}

.mission-img {
  height: 200px;
}

.accordion-button {
  font-weight: 600;
}

.accordion-button:not(.collapsed) {
  color: #264a9f;
  background-color: #f6f6f6;
}

.page-subtitle {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3px;
}

.hero {
  position: relative;
}

.hero img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero div {
  position: absolute;
  right: 5%;
  top: 30%;
  left: 5%;
  z-index: 9;
  text-align: center;
  color: #fff;
}

#testimonials .carousel-indicators li {
  background-color: #c0c0c0;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}

#testimonials .carousel-indicators .active {
  background-color: #264a9f;
}

#testimonials .carousel-item {
  padding-top: 30px;
}

#testimonials small {
  font-weight: 600;
}

.test-img {
  width: 100px;
  height: 100px;
  border: 5px solid #264a9f;
  border-radius: 50%;
  margin: 0 auto;
}

.test-img img {
  width: 100%;
}

.test-text {
  text-align: center;
  color: #343a40;
}

.test-text h2 {
  font-size: 25px;
  font-weight: normal;
}

.test-text p {
  font-size: 15px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #fff;
  color: #264a9f;
  border-bottom: 5px solid #264a9f;
  text-transform: uppercase;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  font-weight: 600;
}

.nav-tabs {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0 0 0;
  border: 0;
  background-color: #ececec;
}

.nav-tabs .nav-link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0px;
  font-weight: 600;
}

.nav-tabs .nav-link:hover {
  background-color: #264a9f;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.product-logo {
  height: 50px;
  margin: 0 auto;
}

.updated-dashboard a {
  text-align: center;
  text-decoration: none;
  padding: 10px;
}

.updated-dashboard a img {
  width: 70px;
  margin: auto;
  padding-bottom: 10px;
}

.updated-dashboard a.active {
  background-color: #ececec;
  border-bottom: 5px solid #264a9f;
  border-radius: 5px;
}

.edit-profile-bg, .edit-pass-bg, .request-payout-bg, .mlm-bg, .profile-bg, .loading-bg, .activate-bg, .register-bg {
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.edit-profile-bg h3, .edit-pass-bg h3, .request-payout-bg h3, .mlm-bg h3, .profile-bg h3, .loading-bg h3, .activate-bg h3, .register-bg h3 {
  padding-top: 90px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

.dash-title {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

.edit-profile-bg {
  background-image: url("../images/new-assets/f1.jpg");
}

.edit-pass-bg {
  background-image: url("../images/new-assets/f2.jpg");
}

.register-bg {
  background-image: url("../images/new-assets/f3.jpg");
}

.request-payout-bg {
  background-image: url("../images/new-assets/f4.jpg");
}

.mlm-bg {
  background-image: url("../images/new-assets/f5.jpg");
}

.profile-bg {
  background-image: url("../images/new-assets/f6.jpg");
}

.loading-bg {
  background-image: url("../images/new-assets/f7.jpg");
}

.activate-bg {
  background-image: url("../images/new-assets/f8.jpg");
}

.mlm-level {
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 0;
  background-color: #264a9f !important;
  color: #fff;
}

@font-face {
  font-family: SocialIcons;
  src: url(../fonts/SocialCircles.otf);
}

footer {
  background-color: #000000;
}

footer ul {
  list-style: none;
}

footer ul li {
  font-size: 14px;
}

footer ul li a {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

footer .footer-text {
  font-size: 12px;
  color: #c0c0c0;
}

footer .social {
  font-family: SocialIcons;
  margin: 0px;
  padding: 0px;
  font-size: 60px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

footer .social:hover {
  color: #264a9f;
}

footer .social-icons a.android-icon {
  padding-top: 25px;
}

footer .social-icons .android {
  background-image: url("../images/new-assets/android-logo.png");
  width: 36px;
  height: auto;
  background-size: contain;
  background-repeat: no-repeat;
}

footer .social-icons .android:hover {
  background-image: url("../images/new-assets/android-logo-hover.png");
}

@media (min-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }
  h4 {
    font-size: 1.4rem;
  }
}
/*# sourceMappingURL=styles.css.map */