/* Homepage Slider */
.slider2 .bs-slider, .slider2 .carousel-item {
  max-height: 400px;   
}

/* Colors */
.bg-custom {
    background-color: #2a5a80;
}

/* Main Nav */
.main-nav > li:last-child {
    background-color: #263892;
    border-radius: 60px;
    -webkit-border-radius: 60px;
}
.main-nav > li:last-child:hover {
    background-color: #1D2A6E;
}

.main-nav > li:last-child > a.nav-link {
    color:white!important;
    text-align: center;
}

/* Headings */
h5, .h5 {
    font-weight: 700;
}

/* Lists */

ul.list-icon-check>li::before {
    content: "\e080";
    font-family: 'simple-line-icons';
    color: #188ef4;
    padding: 0 10px 0 0;
}

/* Alerts */
.alert-dark {
    background-color: #f4f8fa;
    border-color: #dff2fb;
    border-color: rgba(120, 130, 140, 0.13);
}

