.page-content {
    padding-top: 50px;
    padding-bottom: 50px;
}

.modal {
    z-index: 20000;
}

.js-navbar-sticky {
    border-bottom: 1px solid #fff;
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.75) !important;
}

.primary-footer p {
    color: #dfdfdf !important;
}

.banner-title h1, .banner-title h2, .banner-title h3{
    color: #efefef !important;
}

.carousel-inner {
    text-align: center;
    min-height:50px;
}

.carousel-control {
     color: #0A3041;
     width: 10% !important;
     top: 50%;
 }

.carousel-control:hover, .carousel-control:active, .carousel-control::selection {
    color: #f48867 !important;
}

.carousel-indicators {
    bottom: -50px !important;
}

.carousel-indicators .active {
    background-color: #f48867;
}

.carousel-indicators li {
    background-color: #999;
}

.news-read-more {
    margin-left: 18px;
}

.bold {
    font-weight: bold;
}

.underline {
    text-decoration: underline;
}

.banner-main-title {
    font-size: 45px !important;
}

.btn {
    margin-top: 15px;
}