.header-badge {
    background-color: var(--light);
}

.news_marquee span {
    display: inline-block;
    min-width: fit-content;
    padding: 6px 15px;
    background: var(--main);
    color: white;
    border-radius: 5px;
    margin: .5rem 0;
    font-size: 14px;
    pointer-events: none;
    width: fit-content;
    flex-basis: content;
    display: flex;
}

.news_marquee>a {
    display: block;
    text-decoration: none;
    color: black;
    font-size: 14px;
    direction: rtl;
    margin-right: .5rem;
}

.header-badge .time,
.header_social>a {
    color: var(--sky);
}

.header_social>a:hover {
    color: var(--main);
}

.header-badge .time:before {
    content: '';
    position: absolute;
    right: -10px;
    width: 3px;
    height: 3px;
    background: var(--sky);
    top: 6px;
    border-radius: 10px;
}

.header-badge .time {
    position: relative;
}

.top-menu li {
    list-style: none;
}

.header-call {
    direction: ltr;
}

.header-call a .icon {
    width: 50px;
    height: 50px;
    background: var(--light);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--main);
}

.call-data em {
    font-style: normal;
}

ins {
    text-decoration: none;
}

.call-data span ins:first-child {
    color: var(--sky);
}

.call-data span {
    color: var(--main);
}

.call-data em {
    color: #999;
    font-size: 13px;
}

li.panel-login>a {
    padding: 7px 10px !important;
    border-radius: 5px;
    font-size: 14px;
    color: white !important;
    background: var(--main);
}

.panel-login a:hover {
    background: var(--sky);
}

.register-condition,
.commission {
    position: relative;
    padding-bottom: 1rem;
}

.register-condition:before,
.commission .shadow-sm:before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    width: 5vw;
    background: var(--sky);
    height: 5px;
    border-radius: 0 0 10px 10px;
    margin: auto;
}

.register-condition ul li {
    flex: 1;
    list-style: none;
    position: relative;
}

.register-condition ul li:before {
    content: '';
    position: absolute;
    right: 0;
    width: 3px;
    height: 100%;
    border-right: 2px dashed #ddd;
}

.register-condition ul li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 10px;
    width: 3px;
    background: var(--sky);
    height: 50px;
}

.register-condition>a {
    background: var(--main);
    color: white;
    padding: 1rem;
    display: block;
    width: fit-content;
    margin: 3rem auto 1rem;
    border-radius: 10px;
}

.register-condition ul li .icon {
    padding: 1rem;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DDD;
    border-radius: 10px;
    color: var(--sky);
    margin: .5rem 0 1rem;
}

.register-condition ul li .content h3 {
    display: block;
    font-size: 15px;
    font-weight: bold;
}

.register-condition ul li .content p {
    margin: 1rem 0;
    display: block;
    font-size: 14px;
    line-height: 1.5rem;
    color: #868686;
}

.back-footer {
    background: #EBEBEB;
}

.about-us a {
    background: var(--main);
    color: white;
    padding: 5px 1rem;
    border-radius: 10px;
    width: fit-content;
}

.about-us .content {
    color: #666666;
    font-weight: 300;
    text-align: justify;
}

.about-us h2 {
    color: var(--sky);
}


.newsSwiper {
    margin: 0 10px !important;
    padding: 0;
    height: 20px;
    line-height: 1;
}

.smallest .newpost-thumbnail img {
    display: block;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
}

.smallest .newpost-thumbnail {
    width: 20%;
}

.newpost-content h2,
.newpost-content h3 {
    text-wrap: auto;
    text-align: justify;
    line-height: 1.5rem;
    font-weight: 400;
}

.blog-post .thumbnail img {
    height: 150px;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
}

.post_style .thumbnail img {
    display: block;
    height: 450px;
    object-fit: cover;
    margin: 1rem auto;
}

.post_style img {
    border-radius: 10px;
}

.post_style {
    line-height: 1.5rem;
    text-align: justify;
    font-weight: 300;
    color: #444;
    width: 100%;
}

.post_style h2,
.post_style h3,
.post_style h4,
.post_style h5,
.post_style h6 {
    display: block;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 2rem;
}

.post_style.inner,
.sidebar.inner,
.post-comment.inner,
.related-posts.inner {
    box-shadow: 17px 17px 86px 10px rgb(102 95 130 / 10%);
    padding: 1rem;
    border-radius: 10px;
    margin-bottom: 2rem;
}

strong.sidebar-title {
    padding: 0 0 1rem;
    border-bottom: 1px dashed var(--main);
    color: var(--main);
    margin: 0 auto;
    width: 90%;
    pointer-events: none;
}

.sidebar .blog-post {
    padding: 10px;
    background: #f9f9f9;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 1px solid #EEE;
}

.sidebar .blog-post .content h3 {
    display: block;
    font-size: 13px;
    color: black;
    font-weight: 400;
    line-height: 1.5rem;
    text-align: justify;
}

.sidebar .blog-post .content {
    border-top: 1px solid #DDD;
    margin-top: 10px;
}

.biggest .newpost-thumbnail img {
    display: block;
    border-radius: 10px;
    height: 270px;
    object-fit: cover;
}

.newposts .biggest .newpost {
    background: #f9f9f9;
    padding: 1rem;
    border-radius: 10px;
}

.biggest .newpost-content h3 {
    display: block;
    margin: 1rem 0 0;
    color: black;
}

.biggest .newpost-content p {
    margin: 0;
    font-weight: 300;
    color: #666;
    margin-top: 5px;
}

.biggest .newpost-data .continue {
    background: var(--main);
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    transition: all .2s ease-in-out;
}

.biggest .newpost:hover .continue {
    background: var(--sky);
}

.biggest .newpost-data .info,
.blog-post .info {
    color: #666;
    font-weight: 300;
}

.biggest .newpost-data .info span,
.smallest .newpost-data .info span,
.blog-post .info span {
    border-left: 1px solid #DDD;
    padding: 0 0 0 5px;
}

.biggest .newpost-data .info span:last-child,
.smallest .newpost-data .info span:last-child,
.blog-post .info span:last-child {
    border: 0;
}

.smallest .newpost a {
    display: flex;
    align-items: flex-start;
    width: 100%;
    text-decoration: none;
}

.smallest .newpost-thumbnail {
    flex: 0 0 30%;
    max-width: 30%;
}

.smallest .newpost-content {
    flex: 0 0 70%;
    max-width: 70%;
    padding-left: 15px;
}

.smallest .newpost-content .content h2 {
    margin: 0 0 10px 0;
}

.smallest .newpost-content .content p {
    margin: 0 0 10px 0;
}

.smallest .newpost-data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.smallest .newpost-data .info {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
}

.smallest .newpost-data .continue {
    display: flex;
    align-items: center;
}

.smallest .newpost-data .continue {
    background: var(--main);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: var(--sky);
}

.smallest .newpost-data .continue:hover {
    background: var(--sky);
    color: var(--main);
}

.commission .icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: var(--sky);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    color: white;
}

.brder:before {
    content: '';
    position: absolute;
    top: 69px;
    width: 90%;
    height: 2px;
    left: 0;
    border-top: 1px dashed #DDD;
    z-index: -1;
    margin: 0 auto;
    right: 0;
}

.brder {
    position: relative;
    z-index: 0;
}

.commission .content p {
    display: block;
    font-size: 14px;
    text-align: center;
    line-height: 1.5rem;
    color: #666;
    width: 90%;
    margin: 0 auto;
}

.commission:before {
    content: '';
    position: absolute;
    left: 0;
    width: 500px;
    height: 500px;
    background: linear-gradient(45deg, var(--main), var(--sky));
    top: 0;
    z-index: -1;
    filter: blur(81px);
    opacity: .1;
}

.commission .shadow-sm {
    background: white;
}

.light-2 {
    background-color: #F3F3F3;
}

.footer-p {
    line-height: 1.5rem;
    font-size: 14px;
    text-align: justify;
    margin: 10px 0;
}

footer li {
    list-style: none;
}

footer ul {
    padding-right: 0 !important;
}

.blog-post .content h3 {
    display: block;
    margin: 10px 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5rem;
    width: 100%;
    /* text-align: justify; */
    width: 100%;
    text-wrap: auto;
}

.blog-post .content {
    color: black;
}

.blog-post .content p {
    font-size: 13px;
    color: #666;
    text-align: justify;
}

.blog-post .info {
    font-size: 14px;
}

.footer-quick li {
    display: block;
    line-height: 2rem;
}

.footer-quick li a {
    display: block;
    color: #444;
    font-size: 14px;
}

.footer-quick li:hover a {
    padding-right: 5px;
    color: var(--sky);
}

.footer-contact li {
    display: block;
    line-height: 1.5rem;
    text-align: justify;
    font-size: 14px;
    color: #666;
    font-weight: 300;
    margin-bottom: 10px;
}

.footer-contact li i {
    font-size: 1rem;
}

.footer-contact li a {
    color: #666;
}

.footer-contact li span {
    font-weight: 400;
}

.copy-right {
    font-size: 13px;
}

.about-us:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 200px;
    background: linear-gradient(45deg, var(--main), var(--sky));
    transform: rotate(25deg);
    right: -20%;
    top: 19%;
    filter: blur(51px);
    opacity: .1;
    z-index: -1;
}

.about-us {
    position: relative;
}

.post-comment textarea {
    width: 100%;
    display: block;
    margin: 10px 0;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
}

.post-comment input {
    display: block;
    margin: 10px 0;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
}

.post-comment textarea:focus,
.post-comment input:focus {
    outline: none;
}

.post-comment .comment-form-author,
.post-comment .comment-form-email,
.post-comment .form-submit {
    width: 32%;
    display: inline-flex;
    flex-direction: column;
}

.post-comment .form-submit {
    position: relative;
    top: 40px;
}

.post-comment .form-submit input {
    height: 47px;
    background: var(--main);
    color: white;
}

strong.title {
    border-right: 4px solid var(--main);
    padding: 5px;
    color: var(--main);
}

.related-posts .swiper-button-prev,
.related-posts .swiper-button-next {
    background: var(--light);
    width: 50px;
    height: 50px;
    border-radius: 5px;
    color: var(--main);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.related-posts .swiper-button-prev:after,
.related-posts .swiper-button-next:after {
    font-size: 20px;
}

.related-posts .swiper-pagination-bullet-active {
    background-color: var(--sky);
}

.related-posts .blog-post img {
    transition: all .2s ease-in-out;
}

.related-posts .blog-post:hover img {
    opacity: .7;
}

.post-comment.loggedin .form-submit {
    position: static;
}

p.logged-in-as {
    font-size: 14px;
}

p.logged-in-as a {
    color: #666;
}

.top-menu li>a {
    color: #6B7280;
    padding: 10px 0;
}

.top-menu li:hover>a {
    color: var(--main);
}

.top-menu li {
    position: relative;
}

.panel-login:before,
.panel-login:after {
    display: none;
}

.breadcr {
    font-size: 14px;
    font-weight: 400;
    margin: 1rem auto;
}

.breadcr a {
    color: #333;
}

.pagination ul {
    text-align: center;
    display: flex;
    margin: 2rem auto;
    gap: 10px;
}

.pagination ul li span,
.pagination ul li a {
    width: 45px;
    height: 45px;
    background: var(--light);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: var(--main);
    font-size: 14px;
}

.pagination ul li a {
    color: var(--main);
}

.pagination ul li.active span,
.pagination ul li:hover a {
    background: var(--main);
    color: white;
}

.category .blog-post .inner {
    border: 1px solid #DDD;
    border-radius: 10px;
    padding: 10px;
    min-height: 330px;
}

.category .blog-post .inner .content {
    min-height: 110px;
}

.post_style strong {
    font-weight: bold;
}

.post_style .title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: var(--main);
}

.bod .card .card-body span {
    display: block;
    font-weight: 500;
    color: var(--main);
}

.bod .card .card-body p {
    font-size: 14px;
    color: #666;
}

.bod .card .card-body .thumbnail img {
    display: block;
    border: 1px solid #DDD;
}


.blog-swiper .swiper-button-next,
.blog-swiper .swiper-button-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    width: 40px;
    height: 40px;
}

.blog-swiper .swiper-button-next:after,
.blog-swiper .swiper-button-prev:after {
    font-size: 16px;
    color: var(--main);
}

.blog-swiper .swiper-pagination span.swiper-pagination-bullet-active {
    background: var(--sky);
}

.blog-post .content h3 {
    text-align: right;
}

.blog-home .title h2 {
    display: block;
    font-size: 1.5rem;
    text-align: right;
}

.archive-member .card-item {
    float: right;
    padding: .3rem;
}

.archive-member {
    display: flow-root;
}

.archive-member .card .card-img-top img {
    display: block;
    width: 100%;
    height: 100px;
    object-fit: contain;
}

.archive-member .card .card-img-top {
    height: 100px;
    margin-bottom: 1rem;
    padding-bottom: .5rem;
}

.archive-member .card-item .data h5 {
    display: block;
    text-align: center;
    font-size: 1rem;
    margin: 1rem auto;
    text-wrap: unset;
}

.archive-member .card-item .data ul li {
    width: fit-content;
    display: inline-block;
    float: right;
    background-color: #f9f9f9;
    padding: 0 3px;
    border-radius: 3px;
    margin: 3px;
    font-size: 12px;
}

.archive-member .card .card-text {
    font-size: 14px;
    line-height: 2rem;
}

.archive-member .card .card-text a {
    display: block;
    direction: ltr;
    background: #f9f9f9;
    border-radius: 5px;
    padding: 0 5px;
    text-align: center;
    font-size: 13px;
}

.archive-member .card-body {
    min-height: 370px;
}


.archive-member {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.card-item {
    flex: 1 1 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
}

.header-mobile {
    display: none;
}

.about-us h2 {
    width: 100%;
    text-wrap: unset;
}

.top-menu li.menu-item-has-children:before {
    content: '\f078';
    position: absolute;
    color: #666;
    left: -14px;
    font-family: 'Font Awesome 6 Pro';
    font-size: 11px;
}

.back-footer .call-us span {
    direction: ltr;
    margin-right: 5px;
}

.top-menu li.menu-item-has-children>ul {
    position: absolute;
    right: 0;
    width: 200px;
    box-shadow: 17px 17px 86px 10px rgb(102 95 130 / 10%);
    padding: 10px 10px 0;
    line-height: 1.5rem;
    background: white;
    border-radius: 10px;
    top: 40px;
    font-size: 14px;
    transition: all .2s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.top-menu li.menu-item-has-children>ul li {
    margin-bottom: 1rem;
}

.top-menu li.menu-item-has-children {
    margin-left: 10px;
}

.top-menu li.menu-item-has-children:hover>ul {
    opacity: 1;
    visibility: visible;
    top: 25px;
}

.partners .thumbnail {
    width: 30%;
}

.partners .card {
    min-height: 130px;
}

.contact-page .section-title {
    width: fit-content;
}

.map iframe {
    width: 100%;
    height: 100%;
}

@media (max-width: 1024px) {
    .card-item {
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}

@media (max-width: 768px) {
    .card-item {
        flex: 1 1 100%;
        max-width: 100%;
    }
}


@media(min-width:300px) and (max-width:768px) {
    .header-desktop {
        display: none;
    }

    .header-mobile {
        display: block;
    }

    .biggest .newpost-data {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 1rem !important;
    }

    .newposts .biggest .newpost {
        margin-bottom: 1rem;
    }

    .newposts .row {
        margin: 0;
    }

    .smallest .newpost a {
        flex-direction: column;
    }

    .smallest .newpost-thumbnail img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .smallest .newpost-thumbnail {
        width: 100%;
        height: auto;
        max-width: 100%;
    }

    .smallest .newpost-content {
        max-width: 100%;
    }

    .register-condition:before,
    .commission .shadow-sm:before {
        width: 20%;
    }

    .register-condition ul {
        flex-direction: column;
        padding: 0 15px;
    }

    .register-condition {
        width: 95%;
    }

    .about-us .container {
        flex-direction: column;
    }



    .commission {
        width: 95%;
        margin: 0 auto;
    }

    .brder:before {
        display: none;
    }

    .brder {
        flex-direction: column;
        gap: 10px;
        padding-top: 0 !important;
    }

    footer .light-2 .d-flex {
        flex-direction: column;
    }

    .blog-swiper .swiper-pagination {
        position: static;
        margin-top: 1rem;
    }

    .single .container.d-flex {
        flex-direction: column;
    }

    .breadcr {
        line-height: 2rem;
    }

    .post_style .thumbnail img {
        height: auto;
    }

    .post-comment h3 {
        display: block;
        font-size: 1.5rem;
        color: var(--main);
        margin-bottom: 1rem;
    }

    .post-comment p {
        line-height: 1.5rem;
        font-size: 14px;
    }

    .post-comment h3 {
        display: block;
        font-size: 1.5rem;
        color: var(--main);
        margin-bottom: 1rem;
    }

    .post-comment p {
        line-height: 1.5rem;
        font-size: 14px;
    }

    .post-comment textarea {
        height: 100px;
    }

    .post-comment .comment-form-author,
    .post-comment .comment-form-email,
    .post-comment .form-submit {
        width: 100%;
    }

    .post-comment .comment-form-author input,
    .post-comment .comment-form-email input {
        height: 40px;
    }

    .post-comment .form-submit {
        top: 0;
    }

    .back-footer .container {
        flex-direction: row !important;

    }

    .back-footer .container .logo-footer img {
        width: 130px;
        margin: 10px 0;
    }

    .back-footer .call-us span {
        direction: ltr;
        margin-right: 6px;
    }

    .post_style .title h1 {
        font-size: 1.2rem !important;
        text-wrap: unset;
        line-height: 2rem;
    }

    .archive-member .card-item {
        float: none;
    }
}