/*scroll-btn*/
.scrollup {
    position: fixed;
    bottom: 10px;
    right: calc((100vw - 95%) / 2);
    z-index: 9;
}
.scrollup-wrap {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
}
.scrollup-wrap .svg {
   width: 100%;
   height: 100%;
}
.page404 {
    padding: 10% 0;
    margin-top: 110px;
}
.notfound-content {
    font-size: 24px;
    line-height: 1.4;
}

.not-found-heading {
    max-width: 644px;
    margin: 0 auto;
}
.owl-carousel .owl-dots .owl-dot.active {
    background: var(--color--green);
    opacity: 1;
}
.owl-carousel .owl-dots .owl-dot {
    background: var(--color--green);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 5px;
    opacity: 0.2;
}
.owl-nav {
    display: none;
}
.yoast-breadcrumbs span {
    margin-right: 15px;
    margin-left: 15px;
}
.yoast-breadcrumbs a {
    color: var(--color--black);
    opacity: 0.5;
}
.yoast-breadcrumbs span:first-child {
    margin-left: 0;
}
.wp-block-group__inner-container .container {
    padding-left: 0;
}
.about-desc p {
    text-align: justify;
}

