.navbar-main .navbar{
    padding: 5px 0;
}
.navbar-brand img {
    max-height: 85px;
}

.header-1 .navbar-main .navbar-brand {
    top: -88px;
}

.navbar-brand span {
    font-family: Arial, Helvetica, sans-serif;
    color: #165ca1;
    font-weight: 700;
}

.navbar-brand div {
    display: flex;
    justify-items: center;
    flex-direction: column;
    float: right;
    align-items: baseline;
    margin: 12px;
}

.nav-link {
    text-transform: uppercase;
    font-size: 13px;
}

.footer .footer-item .footer-title {
    text-transform: uppercase;
}

.footer .footer-item .list li a {
    padding-left: 20px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    color: #ffffff;
    font-size: 18px;
    margin: 5px;
    background: #333333;
    display: inline-block;
    cursor: pointer;
    width: 50px;
    height: 50px;
    padding-top: 11px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.webmail a {
    margin-top: -3px;
    padding: 5px 10px;
    background: #FF7000;
}

.section-heading,
.section-heading-events {
    padding-top: 0;
    font-size: 32px;
}

.section-subheading p {
    text-align: justify;
    color: #000;
}

.section-content p {
    text-align: justify;
    color: #000;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Times New Roman', Times, serif;
}

.signature {
    display: flex;
    flex-direction: column;
    color: #000;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Times New Roman', Times, serif;
}

.sidebar .card {
    margin-bottom: 20px;
}

.sidebar .card-body {
    margin: 0;
    padding: 0;
}

.sidebar .footer-item {
    padding: 0 15px;
}

.sidebar .footer-item ul {
    list-style: none;
    margin-bottom: 0;
}

.sidebar .footer-item .list li a:before {
    content: '\f0a4';
    font-family: "Font Awesome 5 Free";
    left: 5px;
    position: absolute;
}

@media (min-width: 300px) and (max-width: 767px) {
    .navbar-main .navbar {
        padding: 0;
        margin: 10px 0;
    }
    .brand-title {
        display: none !important;
    }
}