﻿@font-face {
    font-family: 'Vazir';
    src: url('fonts/Vazir-FD.eot') format('eot');
    src: url('fonts/Vazir-FD.woff') format('woff');
    src: url('fonts/Vazir-FD.ttf') format('truetype');
}

* {
    padding: 0;
    margin: 0;
    outline: 0;
    outline: none;
    font-family: Vazir;
    box-sizing: border-box !important;
}

input::placeholder {
    color: #ccc;
    text-align: right;
}

.clr {
    padding: 0;
    margin: 0;
    clear: both;
}

.brk {
    flex-basis: 100% !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.ic {
    font-size: 20px;
    font-style: normal;
}

    .ic:before {
        font-family: FontAwesome;
    }

    .ic:hover {
        cursor: pointer;
        transition: margin-right .5s;
        transition: 0.5s;
    }

    .ic.ibtn {
        padding: 0 3px;
    }

        .ic.ibtn:before {
            font-size: 20px;
        }

::selection {
    background: #ec1163;
    color: #fff;
    text-shadow: none;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by any browser but < IE9 */
    background: none;
}

body {
    margin: 0;
    padding: 0;
    color: #333;
    background: #fff;
    font: 13px/24px Vazir, tahoma;
    direction: rtl;
    text-align: justify;
    display: flex;
    flex-direction: column;
}

a, a:visited, a:hover, a:visited:hover {
    text-decoration: none;
    color: #ec1163;
}

.hr {
    border: none;
    border-top: 3px solid #ec1163;
    margin-top: 10px;
}

li {
    margin-right: 30px;
}

section {
    padding: 0;
    margin: 0;
    clear: both;
}

.rgb {
    background: #ec1163;
    color: #fff;
}

.rgb2 {
    background-color: #011b54;
    color: #fff;
}

.rgb3 {
    background: #e5eef7;
}

.rgb a, .rgb a:visited, .rgb2 a, .rgb2 a:visited {
    color: #fff !important;
}

    .rgb a:hover, .rgb a:visited:hover, .rgb2 a:hover, .rgb2 a:visited:hover {
        color: #ddd !important;
    }

.container {
    margin: 20px auto;
    position: relative;
}

.c-bg {
    border: 1px solid #E4EEF7;
    border-radius: 20px;
    padding: 20px;
}

.content-item-poll-form, .content-item-poll-item {
    border: 1px solid #E4EEF7;
    border-radius: 20px;
    margin: 20px 0;
    padding: 20px;
}

    .content-item-poll-form > .title, .content-item-poll-item > .title {
        font-size: 26px;
        margin: 0px;
        padding-bottom: 20px;
        font-weight: bold;
    }
    .content-item-poll-item > .p-item {
        margin: 10px 0px;
        padding-bottom: 20px;
        border: 1px solid #E4EEF7;
        border-radius: 20px;
        padding: 0 20px;
    }
        .content-item-poll-item > .p-item > .p-head {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            margin: 20px 0;
        }
            .content-item-poll-item > .p-item > .p-head > .icon i {
                font-size: 40px;
            }
            .content-item-poll-item > .p-item > .p-head > .name {
                padding:0 10px;
                font-size: 10px;
                text-align:right;
                flex-grow:1;
                color:#9f9f9f;
                line-height:18px;
            }
                .content-item-poll-item > .p-item > .p-head > .name > .p-i-b {
                    font-weight: bold;
                    color: #081b53;
                    font-size: 14px;
                }
            .content-item-poll-item > .p-item > .p-head > .reply {
                font-size: 12px;
            }
            .content-item-poll-item > .p-item > .p-head > .reply > i {
                padding-right:10px;
                font-size:14px;
            }
            .content-item-poll-item > .p-item > .message {
                padding: 0 50px 20px 0;
                text-align: justify;
            }

@media only screen and (max-width: 768px) {
    .c-bg {
        padding: 5px;
        border:none !important;
    }
    .content-item-poll-form > .title, .content-item-poll-item > .title {
        padding-right: 20px;
    }
    .content-item-poll-form, .content-item-poll-item {
        padding: 20px 5px;
    }
    .content-item-poll-item > .p-item > .message {
        padding: 0 0px 20px 0;
        text-align: justify;
    }
}

    .login-container {
        padding: 20px;
        margin: 0 auto;
        width: 33.33%;
    }

header.-b {
    height: 0;
    display: flex;
    flex-direction: column;
    -webkit-sticky: sticky;
    position: sticky;
    top: 0;
    z-index: 99;
}

    header.-b i:before {
        font-size: 14px;
        margin: 0 5px;
    }

    header.-b img.logo {
        height: 60px;
        width: auto;
    }

        header.-b img.logo.small {
            height: 35px;
        }

    header.-b .top-menu {
    }

        header.-b .top-menu ul {
            display: flex;
            flex-direction: row;
            list-style-type: none;
        }

        header.-b .top-menu li {
            margin-left: 10px;
            margin-right: 0;
        }

    header.-b i#nav-menu-icon {
        left: 0;
        position: absolute;
        margin: 12px;
        z-index: 100;
        cursor: pointer;
    }

        header.-b i#nav-menu-icon:before {
            color: #333;
            font-size: 24px;
        }

        header.-b i#nav-menu-icon.open {
            top: 12px;
            left: 185px;
            position: absolute;
            margin: 14px;
        }

    header.-b .shd {
    }

        header.-b .shd i {
            color: #fff;
        }

        header.-b .shd.shd-a, .shd-2.shd-a {
            background: #fff;
            box-shadow: 0px 0px 19px -6px #000;
            transition: all .9s;
        }

            header.-b .shd.shd-a i, .shd-2.shd-a i {
                color: #000;
            }

    header.-b .shd-02 {
        /*background: linear-gradient(0deg, rgba(255, 255, 255, 0) 10%, rgba(120,120,120,100) 150%);*/
        background: #011b54;
    }

header.p-02 {
    display: flex;
    flex-direction: column;
    height: auto;
    margin-bottom: 60px;
}

.head {
    display: flex;
    flex-direction: row;
}

.left {
    text-align: left;
    direction: ltr;
    flex-grow: 1;
}

nav.ws-menu {
}

    nav.ws-menu a {
        text-decoration: none;
        color: #fff;
        padding: 8px 10px 8px 0;
        display: block;
    }

        nav.ws-menu a:hover, nav.ws-menu ul li:hover > a {
            color: #ec1163;
            background: #fff;
        }

    nav.ws-menu > ul {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
    }

        nav.ws-menu > ul > li {
        }

            nav.ws-menu > ul > li > a {
                padding: 20px 8px 20px;
            }

                nav.ws-menu > ul > li > a.small {
                    padding: 8px;
                }

                nav.ws-menu > ul > li > a:not(:only-child):after {
                    font-family: FontAwesome;
                    font-size: 16px;
                    content: "\f107";
                    position: relative;
                    padding-right: 7px;
                }

            nav.ws-menu > ul > li:hover > ul {
                border-top: 3px solid #ec1163;
                z-index: 1000;
            }

    nav.ws-menu ul {
        list-style: none;
        position: relative;
        padding: 0;
    }

        nav.ws-menu ul li {
            position: relative;
            margin: 0;
        }

        nav.ws-menu ul ul {
            display: none;
            position: absolute;
            -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 40%);
            box-shadow: 0 6px 12px rgb(0 0 0 / 40%);
            z-index: 1001;
        }

            nav.ws-menu ul ul a:not(:only-child):after {
                font-family: FontAwesome;
                font-size: 16px;
                content: "\f104";
                position: absolute;
                left: 7px;
            }

            nav.ws-menu ul ul li {
                width: 220px;
                border-bottom: 1px dotted #ddd;
                background: #fff;
            }

                nav.ws-menu ul ul li a {
                    color: #000;
                }

            nav.ws-menu ul ul ul {
                display: none;
                position: absolute;
                top: 0;
                right: 220px;
            }

    nav.ws-menu > ul li:hover > ul {
        display: block;
    }

div.ws-menu-mega01 {
    width: 100vw;
    height: 100vh;
    padding: 4px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    background: #081b53;
    color: #fff;
    display: none;
    z-index: 20;
}

    div.ws-menu-mega01 * {
        color: #fff !important;
    }

    div.ws-menu-mega01 .col-row.dp50 > div {
        padding: 5px 50px !important;
    }

    div.ws-menu-mega01 div.title {
        border-bottom: 1px solid #fff;
        padding-bottom: 10px;
        margin: 10px 0 5px;
    }

    div.ws-menu-mega01 ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        div.ws-menu-mega01 ul li {
            padding: 6px 0;
            margin: 0;
        }

@media only screen and (max-width: 1024px) {
    div.ws-menu-mega01 ul li {
        padding: 4px 0;
    }
}

.mega-i-b {
    position: fixed;
    bottom: 50px;
    margin: 5px auto;
    left: calc((100% - 400px) / 2);
}

    .mega-i-b .mega-i-ig {
        margin: 5px auto;
        align-items: center;
    }

        .mega-i-b .mega-i-ig img {
            margin: 5px auto;
            max-height: 50px;
        }

        .mega-i-b .mega-i-ig a {
            margin: 2px 5px;
        }

@media only screen and (max-width: 768px) {

    div.ws-menu-mega01 {
        padding: 5px 0px !important;
    }

    .mega-i-b {
        display: none;
        width: 0;
        height: 0;
    }
}

.h-hgb {
    margin: 10px auto;
}

i.mg-05 {
    text-align: left;
    color: #fff;
}

    i.mg-05:before {
        font-size: 25px !important;
    }

ul.ws-slider {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 500px;
}

    ul.ws-slider > li {
        position: absolute;
        top: 0;
        left: 0;
        padding: 0;
        margin: 0;
        width: 100%;
        height: 100%;
    }

        ul.ws-slider > li > img {
            width: 100%;
            height: 100%;
            border-radius: 20px 20px 0 0;
        }

        ul.ws-slider > li > div {
            position: absolute;
            bottom: 0;
            left: 0;
            padding: 15px 20px;
            margin: 0;
            width: 100%;
            background: #111;
            opacity: 0.8;
            color: #fff;
        }

div.ws-logo-carousel {
    list-style: none;
    display: flex;
    flex-direction: row;
    padding: 20px;
    margin: 0;
    width: 100%;
    height: 100px;
}

    div.ws-logo-carousel > a {
        padding: 5px;
        margin: 2px;
        text-align: center;
        width: 100%;
        height: 100%;
        background: #ddd;
        border: 1px solid #ccc;
    }

        div.ws-logo-carousel > a > img {
            width: 100%;
            height: auto;
        }

footer {
    padding-top: 30px;
}

    footer div.sign {
        clear: both;
        font: normal 13px/18px 'Segoe UI';
        direction: ltr;
        text-align: left;
    }

.sign {
    clear: both;
    font: normal 13px/18px 'Segoe UI';
    direction: ltr;
    text-align: left;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
    color: #fff !important;
}

.widget-title {
    margin-bottom: 32px;
    font-size: 19px;
}

.widget-desc {
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
}

#totop {
    display: none;
    position: fixed;
    left: 34px;
    bottom: 34px;
    z-index: 10;
    text-align: center;
    border-radius: 50%;
    background: #e40060;
    -webkit-box-shadow: 0 6px 9px rgb(0 0 0 / 15%);
    box-shadow: 0 6px 9px rgb(0 0 0 / 15%);
}

    #totop.top-visible {
        height: 40px;
        width: 40px;
        padding-top: 8px;
    }

        #totop.top-visible i:before {
            margin-top: 7px;
            color: #fff;
            font-size: 24px;
        }

.content-title {
    color: #ec1163;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0;
    padding: 15px;
    border-bottom: 2px solid #eee;
    text-align: center;
    display: none;
}

.content-date {
    color: #bbb;
    font-size: 11px;
    text-align: left;
    margin: -20px 5px 0;
}

    .content-date .ic:before {
        color: #bbb;
        font-size: 13px;
        margin: 0 0 0 7px;
    }

.content-text {
    margin: 10px;
    line-height: 30px;
    text-align: justify;
}

    .content-text ul {
        padding-right: 30px;
    }

.content-category-list-item {
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
}

    .content-category-list-item:last-of-type {
        border-bottom: none;
    }

    .content-category-list-item h1 {
        font-size: 14px;
        color: #ec1163;
    }

    .content-category-list-item .info {
        font-size: 11px;
        color: #aaa;
    }

        .content-category-list-item .info i.ic:before {
            font-size: 13px;
            color: #aaa;
            margin: 0 0 0 5px;
        }

.content-category-list-item2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 12px;
}

    .content-category-list-item2 img {
        width: 65px;
        height: auto;
        border-radius: 5px;
        margin: 4px 0 4px 10px;
    }

    .content-category-list-item2 a {
        color: #000000;
    }

.tag-list {
    margin: 10px 0;
    border-top: 1px dotted #eee;
    padding: 5px;
}

.tag-item {
    width: auto;
    font-size: 11px;
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 8px 0 8px 0;
    padding: 2px 4px;
    line-height: 28px;
}

    .tag-item:hover {
        background: #bbb;
        color: #fff;
    }

ul.user-account-links {
    display: flex;
    flex-direction: row;
    list-style: none;
}

    ul.user-account-links li {
        background: #f5f5f5;
        border: 1px solid #ccc;
        padding: 7px 15px;
        border-radius: 8px 0 8px 0;
        text-align: center;
        margin-right: 3px;
    }

        ul.user-account-links li:hover {
            background: #f1f1f1;
            color: #fff;
        }

ul.link-list,
ul.contact-list,
ul.web-visit-statistic {
    list-style: none;
}

    ul.link-list li,
    ul.contact-list li,
    ul.web-visit-statistic li {
        margin: 0 0 12px 0;
    }

        ul.link-list li i:before,
        ul.contact-list li i:before,
        ul.web-visit-statistic li i:before,
        ul.link-list li i.title,
        ul.contact-list li i.title,
        ul.web-visit-statistic li i.title {
            color: #fff;
            font-size: 16px;
            margin-left: 5px;
        }

        ul.web-visit-statistic li span.title {
            width: 40%;
            display: inline-block;
        }

ul.social-icons {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

    ul.social-icons li {
        margin: 0 8px;
        padding: 0 2px;
    }

        ul.social-icons li i:before {
            font-family: fontawesome;
            font-size: 20px;
            margin: 0;
            padding: 0;
            font-size: 24px;
        }

ul.notice-list {
    list-style: none;
    margin: 10px 0;
    padding: 10px;
    -webkit-box-shadow: 0 6px 9px rgb(0 0 0 / 15%);
    box-shadow: 0 6px 9px rgb(0 0 0 / 15%);
    line-height: 28px;
    width: 100%;
}

    ul.notice-list li {
        margin: 7px;
    }

.description {
    list-style: none;
    margin: 10px 0;
    padding: 10px;
    -webkit-box-shadow: 0 6px 9px rgb(0 0 0 / 15%);
    box-shadow: 0 6px 9px rgb(0 0 0 / 15%);
    width: 100%;
    text-align: justify;
}

ul.user-dashboard-menu-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 15px 0;
}

    ul.user-dashboard-menu-list li {
        list-style: none;
        display: flex;
        width: 20%;
        padding: 3px;
        margin: 0;
        -webkit-transition: all .3s ease 0s;
        -moz-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

        ul.user-dashboard-menu-list li a {
            width: 100%;
            text-align: center;
            border: 1px solid #ccc;
            border-radius: 4px;
            padding: 20px 0;
            background: #fff;
            color: #ec1163;
        }

            ul.user-dashboard-menu-list li a:hover {
                -webkit-box-shadow: 0 6px 9px rgb(0 0 0 / 15%);
                box-shadow: 0 6px 9px rgb(0 0 0 / 15%);
                background: #ec1163;
                color: #fff;
            }

.btn {
    border: 0 !important;
    background: #e40060 !important;
    color: #fff;
    padding: 7px 15px;
    border-radius: 10px !important;
    text-align: center;
    margin-right: 1px;
    display: inline-block;
}

    .btn:hover {
        background: #4aa0e5;
        cursor: pointer;
    }

    .btn:disabled,
    .btn:disabled:hover,
    .btn.disabled,
    .btn.disabled:hover {
        border-color: #ccc;
        background: #ccc;
        color: #888;
        cursor: not-allowed;
    }

    .btn.success {
        background: #ec1163;
    }

        .btn.success:hover {
            background: #4aa0e5;
        }

    .btn.info {
        background: #07d;
    }

        .btn.info:hover {
            background: #0b7dda;
        }

    .btn.warning {
        background: #ff9800;
    }

        .btn.warning:hover {
            background: #e68a00;
        }

    .btn.danger {
        background: #b00;
    }

        .btn.danger:hover {
            background: #da190b;
        }

    .btn.small, .btn.small:before {
        background: #f1f1f1;
        color: #000;
    }

        .btn.small:hover, .btn.small:hover:before {
            background: #ddd;
            color: #000;
        }

    .btn[class^="fa-"]:before, .btn[class*=" fa-"]:before {
        padding: 0;
        margin: 4px -2px 0;
        font-size: 14px;
    }

.ct-footer-bottunbar {
    margin: 15px 0 10px;
    padding: 10px 10px 0 0;
    border-top: 1px dotted #dfdfdf;
    width: 100%;
}

@media only screen and (max-width: 320px) {
    .login-container {
        width: 100%;
    }

    ul.ws-slider {
        height: 190px;
    }

    ul.user-dashboard-menu-list li {
        width: 100%;
    }
}

@media only screen and (min-width: 321px) and (max-width:480px) {
    .login-container {
        width: 100%;
    }

    ul.ws-slider {
        height: 190px;
    }

    ul.user-dashboard-menu-list li {
        width: 50%;
    }
}

@media only screen and (min-width: 481px) and (max-width:768px) {
    .login-container {
        width: 66.66%;
    }

    ul.ws-slider {
        height: 370px;
    }

    ul.user-dashboard-menu-list li {
        width: 33.33%;
    }
}

@media only screen and (min-width: 769px) and (max-width:1024px) {
    ul.user-dashboard-menu-list li {
        width: 25%;
    }
}

@media only screen and (min-width: 1025px) {
    .container {
        min-width: 1025px;
        max-width: 1140px;
    }
}

@media only screen and (max-width: 768px) {
    header i#nav-menu-icon {
        display: block;
    }

    nav.ws-menu {
        display: none;
        height: 100%;
        width: 250px;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background: #111;
        color: #fff;
        overflow-y: auto;
        transition: 0.5s;
        padding-top: 74px;
    }

        nav.ws-menu * {
            width: 100% !important;
            position: relative !important;
            float: none;
            background: #111 !important;
        }

        nav.ws-menu > ul {
            flex-direction: column;
        }

            nav.ws-menu > ul > li a {
                padding: 8px 10px 8px 0 !important;
                color: #bbb;
            }

            nav.ws-menu > ul > li > a:not(:only-child):after {
                position: absolute;
                left: 15px;
            }

        nav.ws-menu ul ul a:not(:only-child):after {
            content: "\f107";
            position: absolute;
            left: 15px;
        }

        nav.ws-menu ul ul ul {
            right: 0;
        }
}

.light {
    color: #999;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
}

.foot-slogn, .foot-logo-list, .foot-logo-list2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    padding: 0 !important;
}

    .foot-logo-list2 > div {
        width: 60px;
        height: 60px;
        border-radius: 150px;
        background: #fff;
        margin: 5px;
        display: flex;
        align-items: center;
    }

    .foot-slogn img {
        height: 65px;
        width: auto;
        margin: 1px 20px;
    }

    .foot-logo-list img {
        height: auto;
        width: 70%;
        margin: 10px;
        filter: brightness(0) invert(1);
    }

    .foot-logo-list2 div img {
        height: auto;
        width: 70%;
        margin: 10px;
    }

.f-lo > div {
    padding: 0;
}

@media only screen and (max-width: 768px) {
    .foot-logo-list img {
        height: 30px;
        margin: 1px 8px
    }

    .foot-slogn img {
        height: 40px;
    }

    .col-row.col3.f-lo > div {
        width: 33.33%;
    }
}

.arch1 {
    border-radius: 0 0 20px 20px;
}

.more-link-icon-title {
    padding: 50px 50px 0 0;
    font-size: 25px;
    color: #fff;
}

.more-link-icon {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 30px 170px 80px;
}

    .more-link-icon li {
        width: 16.66%;
        padding: 22px;
        margin: 0;
        text-align: center;
    }

        .more-link-icon li img {
            width: 80%;
            height: auto;
        }

@media only screen and (max-width: 320px) {

    .more-link-icon {
        padding: 30px 10px 80px;
    }

        .more-link-icon li {
            width: 25%;
        }
}

@media only screen and (min-width: 321px) and (max-width:480px) {

    .more-link-icon {
        padding: 30px 10px 30px;
    }

        .more-link-icon li {
            width: 25%;
            padding: 7px;
        }
}

@media only screen and (min-width: 481px) and (max-width:768px) {
}

@media only screen and (min-width: 769px) and (max-width:1024px) {
}

@media only screen and (min-width: 1025px) {
}


.card-slider {
    height: 300px;
    position: relative;
    overflow: hidden;
}

    .card-slider .card-list {
        display: flex;
        width: 1000%;
        height: 100%;
        transition: all .5s;
    }

        .card-slider .card-list .item {
            width: 20%;
            padding: 40px 10px;
            margin: 10px;
            background: #ccc;
            border-radius: 15px;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

            .card-slider .card-list .item img {
                flex-grow: 1;
                width: 50%;
                height: auto;
            }

            .card-slider .card-list .item label {
                color: #fff;
                font-weight: bold;
                padding: 25px 0 0;
                font-size: 16px;
            }

    .card-slider .arrow {
        /*position: absolute;
        top: calc(50% - 30px);*/
        background: #ffffff63;
        border-radius: 4px;
        width: 60px;
    }

        .card-slider .arrow i:before {
            font-size: 35px;
        }

        .card-slider .arrow:hover {
            transform: scale(1.2);
        }

        .card-slider .arrow.inactive {
            border-color: rgb(153, 121, 126);
        }

        .card-slider .arrow:first-of-type {
            left: 10px;
        }

        .card-slider .arrow:last-of-type {
            right: 10px;
        }

    .card-slider .card-list .item span {
        color: white;
        font-size: 150px;
    }

.ws-t {
    /*height: 380px;*/
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

    .ws-t .ws-t-s {
        display: flex;
        width: 175%;
        height: 100%;
        transition: all .5s;
    }

        .ws-t .ws-t-s > .t-i {
            width: 20%;
            margin: 10px;
            border-radius: 15px;
        }

            .ws-t .ws-t-s > .t-i > a, .ws-t .ws-t-s > .t-i > a:visited {
                color: #000;
            }

                .ws-t .ws-t-s > .t-i > a > div {
                    background: #fff;
                    border-radius: 0 0 20px 20px;
                    padding: 5px 12px 20px;
                    display: flex;
                    flex-direction: column;
                    min-height: 170px;
                }

            .ws-t .ws-t-s > .t-i img {
                border-radius: 20px 20px 0 0;
                width: 100%;
                height: 180px;
            }

            .ws-t .ws-t-s > .t-i > a > div p {
                line-height: 20px;
                font-size: 12px;
                flex-grow: 1;
            }

            .ws-t .ws-t-s > .t-i > a > div > h2 {
                font-size: 13px;
                margin: 10px 0;
                color: #081b53;
            }

            .ws-t .ws-t-s > .t-i > a > div > div.lnk {
                margin-top: 15px;
            }

            .ws-t .ws-t-s > .t-i > a > div > div.lnk {
                color: #ED1164;
                font-weight: bold;
            }

                .ws-t .ws-t-s > .t-i > a > div > div.lnk i {
                    font-size: 95%;
                    font-weight: bold;
                    margin-right: 7px;
                }

    .ws-t .arrow {
        background: #e5eef7;
        border-radius: 4px;
        padding: 0 20px;
        width: 50px;
        background-repeat: no-repeat;
        z-index: 1;
        background-position: center;
        background-size: 100%;
    }

        .ws-t .arrow:hover {
            background-size: 90%;
        }

    .ws-t .arrow-right {
        background-image: url('/media/happinesscastle.ir/temp-assets/Icons/Body/Branches Slider Arrow Right.svg');
    }

    .ws-t .arrow-left {
        background-image: url('/media/happinesscastle.ir/temp-assets/Icons/Body/Branches Slider Arrow Left.svg');
    }

@media only screen and (min-width: 1100px) {

    .ws-t .ws-t-s > .t-i {
        width: 20%;
    }

    .card-slider- .card-list .item, .ws-t- .ws-t-s > .t-i {
        width: calc(2.5% - 20px);
    }

    footer {
        background-size: auto !important;
    }
}

@media only screen and (max-width: 1100px) {

    .ws-t .ws-t-s > .t-i {
        width: 20%;
    }

    .ws-t- {
        height: 460px;
    }

        .card-slider- .card-list .item, .ws-t- .ws-t-s > .t-i {
            width: calc(3.3333333% - 20px);
        }

    footer {
        background-size: auto !important;
    }
}

@media only screen and (max-width: 900px) {

    .card-slider- .card-list .item, .ws-t- .ws-t-s > .t-i {
        width: calc(5% - 20px);
    }

    .container {
        padding: 0 10px;
    }

    footer {
        background-size: 60% !important;
    }
}

@media only screen and (max-width: 550px) {
    .ws-t .ws-t-s > .t-i {
        width: 50%;
    }

    .card-slider- .card-list .item, .ws-t- .ws-t-s > .t-i {
        width: calc(10% - 20px);
    }

    footer {
        background-size: 70% !important;
    }
}

.tiling {
    height: 470px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #e5eef7;
}

    .tiling > div > a, .tiling > div > a:visited {
        color: #000;
    }

        .tiling > div > a > div.v2 {
            background: #e5eef7;
            border-radius: 0 0 20px 20px;
            padding: 0 20px 20px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            height: 200px;
        }

        .tiling > div > a > div > img {
            border-radius: 20px 20px 0 0;
            width: 100%;
            height: 230px;
        }

        .tiling > div > a > div p {
            line-height: 20px;
            height: 80px;
        }

        .tiling > div > a > div > h2 {
            font-size: 15px;
            margin: 10px 0;
            color: #081b53;
            flex-grow: 1;
        }

    .tiling div.lnk, .tiling div.lnk {
        color: #ED1164;
        font-weight: bold;
        margin-top: 15px;
        color: #ec1163;
    }

    .tiling > div > a > div > div.lnk i {
        font-size: 95%;
        font-weight: bold;
        margin-right: 7px;
    }

.m-t, .m-t2 {
    font-size: 30px;
    padding: 5px;
    margin: 25px 10px 15px;
    font-weight: 800;
    color: #081b53;
}

.m-t2 {
    text-align: center;
}

.s-ci-01, .s-ci-02 {
    max-width: 700px;
    padding: 35px;
    background: #081b53;
    border-radius: 20px;
    color: #fff;
    line-height: 20px;
    font-size: 13px;
    margin: 60px auto;
}

    .s-ci-01 .tl {
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 20px;
    }
.s-ci-02 {
    max-width: 500px;
}

    .ctrl.cus input[type=text] {
        background: transparent;
        border-color: #626981;
        border-radius: 10px;
        color: #fff;
    }

    .ctrl.cus input[type=text]:focus {
        border-color: #626981;
        border-radius: 10px;
    }

.ctrl.cus input::placeholder {
    color: #626981;
}

.mn-p-l {
}

.mn-s-t {
}

    .mn-s-t i {
        color: #000;
    }

.content-inline-image {
    width: 70%;
    margin: 30px 0;
    border-radius: 10px;
}

@media only screen and (max-width: 768px) {
    .content-inline-image {
        width: 100%;
    }
}


.g-b-02 .col-row > div > div {
    background: #fff;
    margin: 5px;
    border-radius: 15px;
    padding: 25px 25px 15px;
    min-height: 290px;
    display: flex;
    flex-direction: column;
}

.co-3 {
    background: #081b53;
}

.c-t-1 {
    color: #081b53;
    font-size: 13px;
    padding: 2px 5px;
    font-weight: bold;
}

.c-t-2 {
    color: #e40060;
    font-size: 12px;
    padding: 2px 5px;
    font-weight: bold;
}

    .c-t-2 i {
        font-size: 95%;
        font-weight: bold;
        margin-right: 7px;
    }

.c-t-t {
    font-size: 12px;
    color: #ccc;
    padding: 2px 5px;
    flex-grow: 1;
}

    .c-t-t a, .c-t-t a:visited {
        color: #ccc;
        padding: 5px;
    }

.c-f-1 {
    margin: 10px 15% 50px;
    border: 2px solid #ddd;
    background: #fff;
    border-radius: 15px;
    padding: 60px;
}

.c-f-t {
    font-size: 30px;
    color: #081b53;
    font-weight: bold;
    margin: 5px 5px 30px;
}

.c-f-d {
    font-size: 13px;
    color: #081b53;
    margin: 10px 5px;
}

input.c-f-i, textarea.c-f-i, select.c-f-i {
    border: 1px solid #ddd;
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
    font-size: 13px;
    width: calc(100% - 10px);
}

    input.c-f-i::placeholder, textarea.c-f-i::placeholder {
        color: #ddd;
    }

input.c-f-b {
    background: #e40060;
    border: 0;
    color: #fff;
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
    font-size: 13px;
    width: calc(100% - 10px);
}

.b-2c {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

    .b-2c > div:first-child {
        margin: 5px;
        width: 70%;
        border: 1px solid #E4EEF7;
        border-radius: 20px;
    }

    .b-2c > div:last-child {
        margin: 5px;
        width: 30%;
    }

@media only screen and (max-width: 768px) {

    .b-2c {
        flex-direction: column;
    }

        .b-2c > div:first-child {
            width: 100%;
        }

        .b-2c > div:last-child {
            width: 100%;
        }
}

label.l44 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}


.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    background: #000000b0;
}

    .modal .body {
        border-radius: 10px;
        width: 30vw;
        height: 80vh;
        margin: 150px auto 0;
        text-align: center;
    }

        .modal .body video {
            width: 30vw;
            box-shadow: 2px 2px 20px 5px #2f2f2f9c;
        }

        .modal .body .close {
            color: #ffffff;
            position: absolute;
            margin: 15px 10px;
            text-shadow: 2px 4px 12px #52555A;
            top: 10px;
            right: 30px;
        }

            .modal .body .close .ic {
                font-size: 30px;
            }


@media only screen and (max-width: 480px) {
    .modal .body {
        width: 100vw;
    }

        .modal .body video {
            width: 80vw;
        }
}


.a-effect02 {
    animation: effect03;
    animation-duration: 20s;
    position: relative;
}

@-webkit-keyframes effect02 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.share-box {
    padding: 30px 5px;
}

.btn-share {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    background: #081b53 !important;
    border-radius: 40px !important;
    padding: 10px 30px;
}

    .btn-share i {
        margin-left: 10px !important;
    }
.captcha-style {
    width:150px !important;
}


.slider-wrapper {
    overflow: hidden;
    margin: 0 0px 0px;
}

.card-list .card-item {
    height: auto;
    color: #fff;
    user-select: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    backdrop-filter: blur(30px);
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

    .card-list .card-item .user-image {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        margin-bottom: 40px;
        border: 3px solid #fff;
        padding: 4px;
    }

    .card-list .card-item .user-profession {
        font-size: 1.15rem;
        color: #e3e3e3;
        font-weight: 500;
        margin: 14px 0 40px;
    }

    .card-list .card-item .message-button {
        font-size: 1.25rem;
        padding: 10px 35px;
        color: #030728;
        border-radius: 6px;
        font-weight: 500;
        cursor: pointer;
        /*background: #fff;
        border: 1px solid transparent;*/
        transition: 0.2s ease;
    }

        .card-list .card-item .message-button:hover {
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid #fff;
            color: #fff;
        }

.slider-wrapper .swiper-pagination-bullet {
    background: #fff;
    height: 13px;
    width: 13px;
    opacity: 0.5;
}

.slider-wrapper .swiper-pagination-bullet-active {
    opacity: 1;
}

.slider-wrapper .swiper-slide-button {
    color: #fff;
    margin-top: -55px;
    transition: 0.2s ease;
}

    .slider-wrapper .swiper-slide-button:hover {
        color: #4658ff;
    }

@media (max-width: 768px) {
    .slider-wrapper {
        margin: 0 0px 0px;
    }

        .slider-wrapper .swiper-slide-button {
            display: none;
        }
}
a.btn, a.btn:visited, a.btn:hover, a.btn:visited:hover {
    color: #fff;
}



.rw-rp {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: #edf1e3;
    text-align: center;
}

    .rw-rp > .r-c1 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .rw-rp > div {
        padding: 20px;
    }

    .rw-rp > .r-c1 > .c-itm {
        display: flex;
        flex-direction: column;
        border-radius: 7px;
        background: #fff;
        padding: 20px;
        margin: 5px 0;
        width: 280px;
    }

        .rw-rp > .r-c1 > .c-itm.s2 {
            flex-grow: 1;
        }

        .rw-rp > .r-c1 > .c-itm > .b-w-1 {
            font-weight: bold;
            font-size: 12px;
        }

        .rw-rp > .r-c1 > .c-itm > .b-w-2 {
            font-size: 10px;
            margin: 5px 0;
        }

        .rw-rp > .r-c1 > .c-itm > .b-w-3 {
            font-size: 26px;
            font-weight: bold;
            margin: 20px 0 0;
        }

    .rw-rp > .r-c2 {
        flex-grow: 1;
    }

    .rw-rp > .r-c3 {
    }

        .rw-rp > .r-c3 > .c-itm {
        }

@media only screen and (max-width: 480px) {
    .rw-rp {
        flex-direction: column;
    }
}