.nav-link-title {
    font-weight: 700;
    text-transform: uppercase;
}

.services-card {
    color: #fff;
    box-shadow: none;
    background-color: transparent !important;
    border: none;
}

.avatar-rounded:hover {
    animation: pulse 1s ease-out .1s
}

.services-card .avatar {
    color: #206bc4;
}

.hero-card-1 {
    margin-top: 20px;
    border-bottom: 0px !important;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: rgba(255, 255, 255, 0.8);
}

.hero-card-2 {
    border-top: 0px !important;
    border-bottom: 0px !important;
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0.8)
}

.hero-card-3 {
    border-top: 0px !important;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-color: rgba(255, 255, 255, 0.8)
}

.call-center {
    font-size: 2.1rem;
    color: #206bc4;
}

.call-center-number {
    font-size: 2.3rem;
    font-weight: 700;
}

.mr-2 {
    margin-right: 20px
}

.navbar .navbar-nav .nav-link {
    color: #333;
}

@media (min-width: 1024px) {
    .services-panel {
        margin-top: 50vh;
    }
}

@media (min-width: 1600px) {
    .services-panel {
        margin-top: 30vh;
    }
}

/* news */
#news .card {
    border: none;
}

#news .col {
    border: 1px solid rgba(0,0,0,.125);
}

#news .news-item {
    padding: 10px;
}

.post-avatar {
    width: 12rem;
    height: 12rem;
}

.blue-header {
    background-image: linear-gradient(to right, #0063B1, #0078D7);
    color: #fff;
}

.text-right {
    text-align: right !important;
}

.text-bold {
    font-weight: bold
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.ml-1 {
    margin-left: 0.25rem !important;
}

.nav-link-icon {
    width: 1rem;
}

.sticky {
    position: sticky !important;
    top: 0;
}

#btnScroll {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    cursor: pointer; /* Add a mouse pointer on hover */
    width: 50px;
    height: 50px;
    background: #fff;
    border: 1px solid #e5e5e5;
    line-height: 50px;
    text-align: center;
    border-radius: 3px;
}

    #btnScroll:hover {
        background-image: linear-gradient(to right, #2B579A, #0070C0);
        color: #fff;
    }

.highcharts-title {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
    font-weight: bold;
}
