
/* RTL Overrides for TownGov Template */

html, body {
    direction: rtl;
    text-align: right;
}

ul, ol {
    padding-right: 1.5rem;
    padding-left: 0;
}

h1, h2, h3, h4, h5, h6, p {
    text-align: right;
}

a {
    text-align: right;
}

.main-menu-left {
    float: right;
}

.main-menu-right {
    float: left;
}

.slider-content,
.topbar-text,
.topbar-info ul,
.topbar-socials,
.mobile-nav-contact,
.mobile-nav-social,
.navigation {
    text-align: right;
}

.topbar-icon {
    margin-left: 10px;
    margin-right: 0;
}

.menu-item-has-children > ul {
    right: 0;
    left: auto;
}

.dropdown-menu {
    right: 0;
    left: auto;
}

.section-title,
.slider-tagline {
    text-align: right;
}

.elementor-widget-wrap,
.elementor-section {
    direction: rtl;
}

input, textarea {
    text-align: right;
}

.breadcrumb,
.footer-widget,
.contact-info,
.widget,
.news-details-content-box {
    text-align: right;
}

/* Flip directional icons */
.fa-arrow-left::before {
    content: "\f061"; /* right arrow */
}
.fa-arrow-right::before {
    content: "\f060"; /* left arrow */
}



.main-menu-logo {
    min-width: 253px;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 0;
    background: #f7f7f7;
}

.main-menu-logo img, .menu-logo img {
    height: 90px;
}

.owl-carousel .owl-stage {
    transform: translate3d(0px, 0px, 0px) !important;
}

.department-card {
    text-align: center;
    padding: 0px 12px !important;
    position: relative;
}
.department-card .department-card-content .te-title a {
        text-align: center;
            display: block;

}
#mc4wp-form-1, .about-image-caption, .sign-text, .about-author-box, .blog-card-meta, .footer-widget-logo, .footer-inner {
    display: none;
}

.funfact-text{
        text-align: center;
    /* display: block; */
    margin-right: 35px;
    font-weight: bold;
}

.bottom-footer p{
    text-align: center;
}