
.uk-navbar-toggle-animate svg>[class*=line-] {
    color: #fff;
}

.owl-carousel .owl-nav {
    text-align: left;
    margin-top: 3.125rem;
}

.owl-carousel .owl-nav button span {
    display: none;
}

.owl-carousel .owl-nav button {
    position: relative;
}

.owl-carousel .owl-nav button.owl-prev:after {
    font: var(--fa-font-solid);
    content: "\f060";
    color: #1f5e61;
}

.owl-carousel .owl-nav button.owl-next:after {
    font: var(--fa-font-solid);
    content: "\f061";
    color: #1f5e61;

}

footer ul li,
.main_nav ul li {
    list-style:none;
}


.main_nav .uk-navbar-dropdown {
    width: 15.625rem !important;
    background-color: rgba(31, 94,97, 0.8);
}

.main_nav .uk-navbar-dropdown-nav>li>a span,
.main_nav .uk-navbar-dropdown-nav>li>a {
    color: #fff !important;
}

.main_nav .uk-navbar-dropdown-nav>li>a:hover span,
.main_nav .uk-navbar-dropdown-nav>li>a:hover,
.main_nav ul li a:hover {
    color: #333 !important;
}

.about_num:after {
    content: '';
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 80px solid #1f5e61;
    position: absolute;
    left: -58px;
    top: -22px;
    transform: rotate(-64deg);
}

.testimonial_carousel .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.testimonial_carousel .owl-nav button {
    background-color: #1f5e61 !important;
    color: #fff !important;
    height: 2.5rem;
    width: 2.5rem;
}

.testimonial_carousel .owl-nav button:hover {
    background-color: #2EB7C2 !important;
}

.testimonial_carousel .owl-nav button:after {
    color: #fff !important;
}

.custom_pagination {
    margin-top: 30px;
}

.hover_custom_btn:hover {
    background: #1f5e61;
    color:#fff;
}

.prose ol,
.prose ul {
    padding-left:30px;
}

.back-to-top {
    position: fixed;
    bottom: 80px;
    right: 1.5625rem;
    display: none;
    z-index: 2;
    background: #1f5e61;
    border: 2px solid #fff;
    color: #ffca3c;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
}

.back-to-top i {
    color: #fff;
}

.back-to-top:hover i {
    color: #1f5e61;
}

.back-to-top:hover {
    background: #fff;
    border-color: #1f5e61;
    color: #fff;
}

.custom_pagination ul li.active a {
    background-color: #1f5e61;
    color: #ffffff;
}