body {
    font-size: 15px;
    line-height: 26px;
    background: #f2f2f2 !important;
}

html body footer .footer .copyright {
    font-size: 13px;
}

html body header {
    border-bottom: 5px solid #ed1c24;
}

.section-info {
    margin-top: -50px;
    z-index: 2;
    -webkit-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
    background: rgb(147,11,11);
    background: linear-gradient(0deg, rgba(147,11,11,1) 15%, rgba(237,28,36,1) 100%);
}

.section-info a {
    color: #fff;
}

.section-info a:hover {
    color: #fff;
    text-decoration: underline;
}

.home-news-update h1 {
    border-bottom: 3px solid;
}

.home-news-update .card {
    background: #ccc;
    border: 0;
    text-align: center;
}

.home-news-update .card-body {
    position: relative;
    margin: -50px 20px 20px;
    background: #fff;
}

.home-news-update h2 {
    color: #212529;
}

.subscribe-wrapper, html body footer .footer-wrapper .follow-us-wrapper .visitor-counter {
    display: none !important;
}

.icon-facebook {
    width: 38px;
}

.advance-footer, .footer-wrapper, .field-referral {
    display: none;
}

footer {
    background: #fff;
    margin-top: 50px;
}

footer .container {
    display: flex;
    width: 100%;
}

.g-recaptcha > div {
    margin: 10px auto 0;
}

@media (max-width: 992px) {
    .header-tag-nav {
        display: block !important;
        margin: 1rem;
    }
    
    .header-tag-nav .btn {
        display: none;
    }
    
    .section-info {
        margin-top: -30px;
    }
    
    .section-contact-form {
        border-left: none !important;
        padding-top: 20px;
        border-top: 1px solid #ccc;
    }
}

.section-contact-form {
    order: 2;
    border-left: 1px solid #ccc;
}

.section-contact-info {
    order: 1;
    padding-top: 20px;
}

.page-description iframe {
    width: 100%;
}

html body header .container .navigation .nav-wrapper nav ul.navbar-nav li ul.dropdown-submenu {
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}

.news-events-wrapper .gallery .gallery-holder-event {
    column-count: 3 !important;
}

.event-gallery.card {
    background: none;
}

.section-info .no-underline:hover {
    text-decoration: none;
}