:root {
    --accent-color: #619997;
    --color-secondary: #47706f !important;
    --ticker-duration: 100s;
    /* Default duration */
}

.axil-header .logo a img {
    max-height: 100px;
}

.banner-add img {
    border: 1px solid rgb(51 130 126 / 15%);
}

.bg-accent {
    background-color: var(--accent-color);
}

.accent-color {
    background-color: var(--accent-color);
}

.hover-flip-item span:after,
.hover-flip-item span:before {
    color: var(--accent-color);
}

.post-thumbnail {
    position: relative;
}

.progress-bar-container {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 20px;
    background-color: #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.progress-bar-value {
    transition: .5s;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: var(--accent-color);
    width: 0;
}

.donation-amount,
.donation-goal {
    position: absolute;
    top: 0;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    padding: 2px 5px;
}

.donation-amount {
    right: 0;
    background-color: var(--accent-color);
}

.donation-goal {
    left: 0;
    color: #333;
}


.guide-section .single-cat {
    -webkit-flex-basis: unset;
    -ms-flex-preferred-size: unset;
    flex-basis: unset
}

.btn.btn-default {
    font-size: 2rem !important;
    background-color: var(--accent-color);
    color: #fff;
    border: 1px solid var(--accent-color);
    border-radius: 5px;
}

.btn.btn-default:hover {
    background-color: #fff;
    color: var(--accent-color);
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(51 130 126 / 25%);
}

.bn-red>.bn-title {
    background: var(--accent-color);
}

.breakingNews>ul>li {
    line-height: 1.5;
}

.programs-section .post-content {
    -webkit-box-shadow: var(--shadow-primary);
    box-shadow: var(--shadow-primary);
    background: var(--color-white);
}

.newsletter .axil-single-widget {
    background-color: transparent;
}

.form-group input,
.form-group textarea,
.form-group select {
    border-color: var(--accent-color);
}

.mainmenu-nav ul.mainmenu>li.active>a {
    color: var(--accent-color);
}

.mainmenu-nav ul.mainmenu>li.active>a::after {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: var(--accent-color);
    content: "";
    right: 0;
    border-radius: 10px 10px 0 0;
}

.axil-header.header-style-3 .header-bottom {
    border-bottom: 1px solid var(--color-lightest);
}

.about-gallery .single-cat .inner:before {
    content: none;
}

.pagination a.page-link {
    color: var(--accent-color);
}

.pagination a.page-link:hover {
    color: #fff;
    background-color: var(--accent-color);
}

.pagination .page-link {
    padding: .75rem 1.5rem;
}

.page-link:focus {
    box-shadow: 0 0 0 0.25rem rgb(97 153 151 / 25%);
}

.pagebar .pagebar-list {
    display: inline-flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

.pagebar-list li {
    margin: 0 15px;
    position: relative;
}

.pagebar-list li:after {
    content: ">";
    position: absolute;
    left: -20px;
    top: 2px;
}

/* .pagebar-list li:last-child:after {content: none;} */
.map {
    height: 500px;
}

.pagebar h3 {
    margin: 0;
    margin-bottom: 30px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #fff;
    background-color: var(--accent-color) !important;
    border-color: var(--accent-color) !important;
    opacity: .8;
    box-shadow: 0 0 0 0.25rem rgb(97 153 151 / 25%);
}

.contact-box-area {
    text-align: center;
    border: 1px solid #61999752;
    padding: 50px 0;
    border-radius: 10px;
}

.phone-number-ar {
    direction: ltr;
    float: left;
}

.about-author img {
    width: 200px;
}

.pagebar-list {
    margin-bottom: 0;
}

.breadcrumb-item:before {
    content: ">" !important;
    float: left !important;
    margin-right: 10px;
    padding-left: 0 !important
}

.breadcrumb-item:a {
    content: ">" !important;
    float: left !important;
    margin-right: 10px;
}

.breadcrumb .breadcrumb-item:last-child:before {
    content: none !important;
}

form select {
    padding: 0 20px;
    height: 50px;
    background-color: #f0f2f5;
    border: 1px solid transparent;
}

.municipality-item a {
    text-align: center;
    display: block;
    padding: 30px;
    border: 1px solid var(--accent-color);
    transition: .5s;
}

.municipality-item a:hover {
    color: #fff;
    background-color: var(--accent-color);
}

.swiper-container {
    width: 100%;
    height: 70vh;
}

.swiper-slide {
    position: relative;
    height: 100%;
}

.swiper-parallax-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.swiper-slide-caption {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    z-index: 10;
}

.swiper-slide-caption .caption-title {
    color: #fff;
}

.swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-parallax-bg:after {
    content: "";
    background-color: rgb(44 92 91 / 33%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.swiper-pagination-bullet {
    opacity: 1;
    width: 12px;
    height: 12px;
    background: #999;
    background: -moz-linear-gradient(top, #999999 0%, #e1e1e1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(100%, #e1e1e1));
    background: -webkit-linear-gradient(top, #999999 0%, #e1e1e1 100%);
    background: -o-linear-gradient(top, #999999 0%, #e1e1e1 100%);
    background: -ms-linear-gradient(top, #999999 0%, #e1e1e1 100%);
    background: linear-gradient(to bottom, #999999 0%, #e1e1e1 100%);
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr="#999999", endcolorstr="#e1e1e1", gradienttype=0);
    border: 3px solid #e5e5e5;
    border-radius: 50%;
    cursor: pointer;
    box-sizing: content-box;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background: #999;
    background: -moz-linear-gradient(top, #999999 0%, #e1e1e1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(100%, #e1e1e1));
    background: -webkit-linear-gradient(top, #999999 0%, #e1e1e1 100%);
    background: -o-linear-gradient(top, #999999 0%, #e1e1e1 100%);
    background: -ms-linear-gradient(top, #999999 0%, #e1e1e1 100%);
    background: linear-gradient(to bottom, #999999 0%, #e1e1e1 100%);
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr="#999999", endcolorstr="#e1e1e1", gradienttype=0);
    border: 3px solid #e5e5e5;
    border-radius: 50%;
    cursor: pointer;
    box-sizing: content-box;
    background: var(--accent-color) !important;
}

.swiper-button-prev,
.swiper-button-next {
    top: 50%;
    transform: translateY(-50%);
}

.tag p {
    text-align: right;
    color: #fff;
    background-color: var(--accent-color);
    width: fit-content;
    width: -moz-fit-content;
    padding: 5px 10px;
    border-radius: 3px;
    margin-bottom: 15px;
}

.swiper-slide-caption a h3 {
    transition: .5s;
}

.swiper-slide-caption a:hover h3 {
    color: var(--accent-color);
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    bottom: 20px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 30px;
    color: #000;
}

.swiper-button-next,
.swiper-button-prev {
    background-color: rgba(255, 255, 255, 0.502);
    padding: 30px 30px;
}

.my_switcher {
    z-index: 1;
}

.main-slider {
    position: relative;
}

.axil-post-details .social-share-block {
    border-top: 1px solid var(--color-lighter);
    border-bottom: unset;
    padding-top: 20px;
    padding-bottom: 0;
}

.auhtor-item img {
    border-radius: 50rem;
    /* margin-bottom: 20px; */
}

.auhtor-item h4 {
    text-align: center;
}

.auhtor-item {
    margin-bottom: 50px;
}

.auhtor-item .img-hover {
    border-radius: 50rem;
    margin-bottom: 20px;
}

.img-hover {
    position: relative;
    overflow: hidden;
}

.img-hover img {
    transition: transform 0.3s ease-in-out;
}

.img-hover:hover img {
    transform: scale(1.1);
}

.bg-color-grey2 {
    background-color: #e9e9e9;
}

.disabled {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}

@media(max-width: 600px) {
    .swiper-slide-caption {
        right: -40px;
    }

    .swiper-container {
        height: 400px;
    }

    .swiper-slide-caption {
        right: -50px;
    }

    .swiper-slide-caption .caption-title {
        font-size: 2rem;
    }
}