.navbar-top,
.header-with-topbar .top-header-area {
    position: relative;
}

.header-with-topbar .navbar-top,
.header-with-topbar .navbar-fixed-top {
    top: 0;
}

a:hover,
a:active {
    color: var(--wb-primary-color);
}

.btn {
    letter-spacing: 0;
}

.feature-box-9:hover p {
    color: var(--wb-primary-color);
}

.primary-opacity-btn-color {
    background-color: rgba(0, 107, 178, 0.1);
    color: var(--wb-primary-color);
}

.primary-opacity-btn-color:hover {
    background-color: var(--wb-primary-color);
    box-shadow: 2px 2px 20px rgb(0 107 178 / 50%);
    color: #fff;
}

.accordion-style2 .panel .panel-heading {
    border-radius: 0.5rem;
}

.tab-style1 .nav-tabs li:hover i,
.tab-style1 .nav-tabs li.active i {
    color: var(--wb-primary-color);
}

.form-control {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border-radius: 0;
}

a.text-link-white:hover,
a.text-link-white:hover i,
a.text-link-white:focus,
a.text-link-white:focus i {
    color: var(--wb-primary-color);
}

.social-icon-style-8 a:hover {
    color: var(--wb-primary-color);
}

.article-wrapper {
    border-radius: 2rem;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-top: 15px;
    background: #f8f8f8;
}

.article-wrapper img {
    border-radius: 1.4rem;
}

.article-wrapper:hover img {
    opacity: 1;
    transform: scale(0.9) rotate(0deg);
    transition: all 0.3s ease 0s;
}

.article-details-wrapper p {
    text-align: justify;
}

.article-details-wrapper .article-details-img img {
    box-shadow: 2px 2px 20px rgb(0 0 0 / 10%);
    border-radius: 30px;
}

.feature-box-8:hover .feature-box-overlay {
    background-color: var(--wb-primary-color);
}

header nav .nav-header-container {
    display: block;
}

/* -----------------------------------------------
                begin::Edit copyright WillaArt
 ----------------------------------------------- */
.wb-copy-right .wb-inline-block .wb-title-fa {
    font-size: 13px !important;
}

.wb-copy-right i {
    font-size: 28px !important;
    position: relative;
    top: -3px;
}

.wb-copy-right .wb-inline-block .wb-title-en {
    font-size: 10px !important;
}

.wb-link::after {
    background-color: white !important;
}

.WMi-wa-fit-2:before {
    margin-right: 0 !important;
}

/* -----------------------------------------------
                end
 ----------------------------------------------- */
.border-radius-5rem {
    border-radius: 5rem;
}

.border-radius-2rem {
    border-radius: 2rem;
}

.border-radius-1rem {
    border-radius: 1rem;
}

.border-radius-30px {
    border-radius: 30px;
}

.ltr-num {
    direction: ltr;
    unicode-bidi: embed;
}

.mt-2rem {
    margin-top: 2rem;
}

.mb-4rem {
    margin-bottom: 4rem;
}

.primary-color {
    color: var(--wb-primary-color);
}

.primary-bg-color {
    background-color: var(--wb-primary-color);
}

.border-primary-color {
    border-color: var(--wb-primary-color);
}

.border-lightgray {
    border: 1px solid #e0e0e2;
}

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

.rtl {
    direction: rtl;
}

.montserrat-black {
    font-family: montserrat-black;
}

.wila-ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.wila-ul li {
    margin: 0 5px;
    cursor: pointer;
    background: #dad9d9;
    border-radius: 6px;
    padding: 2px 14px;
    text-align: center;
    transition: all 0.5s;
}

.wila-ul li:hover {
    transform: scale(0.95);

}

.wila-ul li a {
    color: #222;

}

.wila-ul li a svg {
    margin: 0 5px;
}

.wila-ul li .sp {
    display: flex;
    align-items: center;
}

.icon-social-large {
    padding: 2px 15px;
    margin: 0 10px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    align-self: center;
    transition: all 0.5s;
    background-color: #dad9d9;
}

/* .icon-social-large.what{

}
.icon-social-large.insta{

} */

.icon-social-large span {
    font-size: 10px;
    color: #222;
}

.icon-social-large i {
    margin: 0;
    color: #222;
}

.icon-social-large:hover {
    transform: scale(0.95);
}

.footer-standard-dark.bg-extra-dark-gray {
    background-color: #1c1c1c;
}

.bgdarck-wila::after {
    background-color: transparent !important;
}

.megamenu-fw {
    transition: all 0.5s;
}

.megamenu-fw:hover {

}

.h-wila {
    height: 555px;
}

.mfp-arrow-right:before {
    content: '\e819';
    font-family: "fontello";
}

.mfp-arrow-left:before {
    content: '\e80f';
    font-family: "fontello";
}

@media screen and (max-width: 480px) {

    .row-revers-w {
        flex-direction: column-reverse !important;
    }

    .sm-height-400px {
        height: 25vh;
    }

    .cover-background {
        background-size: 150% 68% !important;
    }

    .swiper-full-screen.swiper-container.border-radius-30px {
        border-radius: 0 !important;
    }

    .h-wila {
        height: 35vh;
    }
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #000;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #9fd9f6;
}

.flex100 {
    flex: 0 0 100%;
    text-align: center;
}

.contain-background {
    position: relative !important;
    background-size: contain !important;
    overflow: hidden !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.input-border-bottom {
    transition: all 0.5s;
}

.input-border-bottom:focus {
    background: #fff;
    border: 0;
    border-bottom: 0px solid #ffffff;
    box-shadow: 0 0 8px -2px #0378bd52;
}

.input-border-bottom:hover {
    transform: translateX(-10px);
}


.cod12589 .d-flex {
    flex-wrap: wrap
}

.cod12589 .box-text {
    color: #222;
    direction: rtl
}

.cod12589 .box-text h3 {
    font-size: 20px
}

.cod12589 .list-w h3 {
    font-size: 20px;
    flex: 0 0 100%;
}

.cod12589 .box-text li {
    font-size: 14px
}

.cod12589 .list-w {
    list-style: none;
    direction: rtl;
    color: #222;
}

.cod12589 .list-w .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.cod12589 .list-w li {
    margin: 10px;
    padding: 10px;
    border-radius: 50px;
    font-size: 14px;
    flex: 0 0 60%;
    border: 1px solid #efefef;
}

.cod12589 .list-w .container i {
    color: #006bb2;
    font-size: 20px !important;
    width: 34px;
    height: 34px;
    display: inline-flex;
    background-color: #0a82c340;
    border-radius: 157px;
    align-items: center;
    justify-content: center;
    padding: 25px;
}

.cod12589 .list-none {
    list-style: none;
}

.cod12589 .box {
    flex: 0 0 49.3%;
    border-radius: 0px;
    border: 1px solid #efefef;
    border-left: 3px solid #006bb2;
    padding: 10px 25px;
    margin: 0 0 20px 0
}

.cod12589 .box h6 {
    font-size: 18px;
    margin-bottom: 10px
}

.cod12589 .box p {
    font-size: 14px;
    text-align: justify
}

.cod12589 .flex-wila-1-s {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap
}

.cod12589 .baner-w {
    border-radius: 20px;
    margin-bottom: 20px
}

.cod12589 .social {
    position: relative;
    text-align: center;
    margin: 10px 0 0 0;
}

.cod12589 .social a, .cod12589 .social a i {
    font-size: 14px;
}

.cod12589 .social a {
    color: #111;
    padding: 10px;
}

.cod12589 .social a i {
    color: #006bb2;
}

#wb-comment-container {
    direction: rtl;
    position: relative;
}

#wb-comment-container .comment-box {
    margin: 10px;
    max-width: 100%;
    padding: 15px 65px;
    border-radius: 10px 10px 40px 10px;
    border: 2px solid #0e87c610;
    background: #fff;
}

#wb-comment-container .wb-comment-name {
    font-size: 16px;
    margin: 0 !important;
}

#wb-comment-container .wb-comment-created_at {
    font-size: 12px;
}

#wb-comment-container .wb-comment-message {
    font-size: 14px;
}

#wb-comment-container .wb-comment-reply-name {
    font-size: 16px;
    margin: 0 !important;
}

#wb-comment-container .wb-comment-reply-created_at {
    font-size: 12px;
}

#wb-comment-container .wb-comment-reply-message {
    font-size: 14px;
}
#wb-comment-form textarea {
    margin: 10px;
    border-radius: 10px 10px 40px 10px;
    padding: 10px 20px;
    max-width: 100%;
    min-height: 200px;
}

#wb-comment-form button {
    margin-top: 20px;
    display: block;
    margin-right: auto;
    padding: 6px 40px;
    border: none;
    border-radius: 50px;
    background-color: rgba(0, 107, 178, 0.1);
    color: var(--wb-primary-color);
}

#wb-comment-form button:hover {
    background-color: var(--wb-primary-color);
    color: #fff;
}
.videos h6 {
    font-size: 18px !important;
}
.videos img {
    border-radius: 15px;
}
@media screen and (max-width: 768px) {
    .SubHeader .TitleEn {
        font-size: 22px !important;
    }

    .SubHeader .TitleFa {
        font-size: 10px !important;
    }

    .t-center-md {
        text-align: center !important;
    }

    .row {
        margin: 0 !important;
    }

    .cod12589 .box {
        flex: 100%;
    }

    .cod12589 .list-none {
        padding: 10px 0;
    }

    .list-w {
        padding: 0;
    }

    .cod12589 .list-w li {
        flex: 0 0 100%;
        display: flex;
    }

    .cod12589 .list-w li span {
        padding: 0 5px;
        display: inline-flex;
        align-items: center;
    }
}
