.dropdown-menu {
    left: 60%;
}
.is-sticky {
  background-color: #303e47 !important;
}
.btn {
    color: #ffffff;
 }
a.nav-item.nav-link:hover,
a.nav-item.nav-link:active,
a.nav-item.nav-link:focus,
a.nav-item.nav-link.active {
  color: #e72f30;
}

.referral__item.section__theme--dark.shove-left, .referral__item.section__theme--dark.shove-right  {
    background-color: rgb(242, 242, 243);
}

@media only screen and (max-width: 576px) {
.row.about.page-bottom.page-banner-slider.slick-initialized.slick-slider {
      display: none !important;
     }
}

@media only screen and (max-width: 768px) {
header.jumbotron.position-relative.top-full.p-0 {
    max-height: 100% !important;
 }
 .btn {
    color: #ffffff;
 }
}

@media only screen and (max-width: 1500px) {
    .dropdown-menu {
        left: 66%;
    }
}
 
@media only screen and (max-width: 1024px) {
.dropdown-menu {
    top: 30% !important;
    left: -20% !important;
 }
}

.social-links a .fa {
    color: #f2f2f3;
}