body {
    direction: rtl !important;
    overflow-x: hidden !important;
    background: #F3F4F4 !important;
    font-family: iranyekanbold !important;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

@font-face {
    font-family: 'vazir';
    src: url('../fonts/Vazir.woff') format('woff');

}

@font-face {
    font-family: 'iranyekanbold';
    src: url('../fonts/iranyekanwebbold(fanum).woff') format('woff');
}

@font-face {
    font-family: 'iransansmedium';
    src: url('../fonts/IRANSansWeb_Medium.woff') format('woff');
}


@font-face {
    font-family: tanhadig;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/tanha/Tanha-FD.eot');
    src: url('../fonts/tanha/Tanha-FD.eot?#iefix') format('embedded-opentype'), url('../fonts/tanha/Tanha-FD.woff2') format('woff2'), url('../fonts/tanha/Tanha-FD.woff') format('woff'), url('../fonts/tanha/Tanha-FD.ttf') format('truetype');
}

@media screen and (min-width: 1200px) {
    .cu-header-mob {
        display: none !important;
    }

    .cu-cat-new {
        display: none;
    }

    .nav__menu {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    #sticky-sidebar {
        display: none;
    }

    .cu-size {
        flex: 0 0 auto !important;
        width: 100% !important;
    }

    .cu-header {
        display: none !important;
    }


}


.cu-container {
    max-width: 1200px;
}


.cu_card .card {
    border: 1px solid #88bfec;
    border-radius: 0 !important;
}

.cu_card .card img {
    padding: 2px;
}


.cu_card h3 {
    font-family: iranyekanbold, sans-serif, Tahoma !important;
    font-size: 16px;
    color: black;
}


.cu_card .card-body .cu-btn a {
    font-family: iranyekanbold, sans-serif, Tahoma !important;
    font-size: 14px;
    color: black;
}
.cu_card .card img:hover{
    padding: 6px !important;
    transition: 0.4s;
}
.cu_card .card:hover{
    border: 1px solid #12d038;
    transition: 0.4s;
}
.cu-bg-a {
    background-color: #ffffff;
}

.cu-aside {
    position: fixed;

}

.cu-body {
    position: relative;
    left: 0;
}

#sticky-sidebar {
    background-color: #FFFFFF;
}

#sticky-sidebar ul {
    padding: 5px !important;
}

#sticky-sidebar ul li {
    margin-bottom: 2px;

}

#sticky-sidebar ul li a {
    font-size: 14px;
    color: #2f2e2e;
    border: 1px solid #92c1e8;
    padding: 8px;
    border-radius: 5px;
    background-color: #f6f4f4;
    font-family: vazir, sans-serif, Tahoma !important;
}

#sticky-sidebar ul li a:hover {
    background-color: #f5f1f1;
    transition: 0.4s;
    color: red;

}

.cu-fix-side {
    position: sticky;
    top: 20px;
    right: 20px;
    font-family: tanhadig, sans-serif, Tahoma !important;
    font-size: 17px;
    color: black;
}

.cu-header {
    background-color: #FFFFFF;
    margin-bottom: 25px;
    padding: 12px 5px;
    border-bottom: 2px solid #e7e4e4;

}

.cu-menu-pc a {
    margin: 0 10px;
    font-family: iranyekanbold, sans-serif, Tahoma !important;
    font-size: 15px;
    color: #504f4f;
}

.cu-menu-pc a:hover {
    color: red;
    transition: 0.4s;
}

.btn-outline-danger {
    font-family: tanhadig, sans-serif, Tahoma !important;
    font-size: 14px;
    color: black;
}

.cu-img-header img {
    margin-bottom: 10px;
    border-radius: 4px;

}

#particles-js {
    position: absolute;
    width: 100%;
    height: auto;
}

.cu-logo {
    text-align: center;
    margin-bottom: 20px;
}

.cu-i-a {
    font-size: 22px;
    color: #198cea;
}

.bx-chevron-left {
    font-size: 27px;
    color: #198cea;
}

.cu-header-mob {
    padding: 10px;
    background-color: #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    margin-bottom: 5px;

}

.cu-body .row > * {

    padding-left: calc(var(--bs-gutter-x) * .2);
    padding-right: calc(var(--bs-gutter-x) * .2);
}

.cu-body .row {
    padding: 0 10px !important;
}


/*menufooter*/
@media screen and (max-width: 767px) {
    .nav__menu {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 4rem;
        display: grid;
        text-align-all: center !important;
        background-color: #FFFFFF;
        border-top: 2px solid #e5e2e2;
    }

    .cu-btn-contact-mob {
        padding: 8px 0;
        bottom: 60px;
        width: 100%;
        background-color: #ffffff;
    }

    .cu-text h3{
        font-size: 12px !important;
    }
    .cu-img-header{
        display: none;
    }

}

@media screen and (max-width: 320px) {
    .nav__name {
        display: none;
    }
}

@media screen and (min-width: 576px) {
    .nav__list {
        justify-content: center;
        column-gap: 3rem;
    }
}

@media screen and (min-width: 767px) {
    body {
        margin: 0;
    }

    .section {
        padding: 7rem 0 2rem;
    }


    .nav__img {
        display: none;
    }

    .nav__icon {
        display: none;
    }

    .nav__name {
        font-size: 13px;
        font-weight: 100 !important;
    }


    /* First design, remove if you choose the minimalist design */
    .active-link::before {
        content: '';
        position: absolute;
        bottom: -.75rem;
        width: 4px;
        height: 4px;
        border-radius: 50%;
    }

}

@media screen and (min-width: 968px) {
    :root {
        --h1-font-size: 2.25rem;
        --normal-font-size: 1rem;
    }
}

.nav__list,
.nav__link {
    display: flex;
}

.nav__link {
    flex-direction: column;
    align-items: center;
    row-gap: 1px;
    font-weight: 600;
    padding-top: 5px;
}

.nav__menu ul {
    padding: 8px !important;
    margin: 0 !important;
}

.nav__name {
    font-size: 13px;
    font-weight: 100 !important;
    color: rgba(42, 4, 4, 0.85);
}

.nav__icon {
    font-size: 1.4rem;
    color: rgba(0, 0, 0, 0.56);

}

.nav__item i {
    color: #797777;

}

.nav__item i:hover {
    color: #7a0707 !important;
}

.whatsapp {
    color: #13a92c !important;
}

.cu-cat-new section {
    position: relative;
    transition: 0.5s ease;
}

.main-container {
    position: relative;
}

.tab-menu {
    padding: 20px 0 5px 0 !important;
    white-space: nowrap;
    background-color: #FFFFFF;
    overflow-x: auto;
}

.tab-menu li {
    border-radius: 4px;
}

.tab-menu li a {
    font-size: 13px !important;
    font-family: iranyekanbold, sans-serif, Tahoma !important;
    color: #FFFFFF;

}

.cu-cat-new section {
    position: relative;
    transition: 0.5s ease;
}

.main-container {
    position: relative;
}

.tab-btn {
    display: inline-block;
    font-size: 5px;
    margin: 0 1px;
    padding: 5px 10px;
    background-color: #3097EC;
    cursor: pointer;
    user-select: none;
    font-family: vazir, sans-serif, Tahoma !important;
}

.tab-navigation {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: fit-content;
    margin: 0 auto;
}

.cu-menu-mob ul {
    padding: 0 !important;

}

.cu-menu-mob ul li a {
    margin-bottom: 10px;
    font-family: tanhadig, sans-serif, Tahoma !important;
    font-size: 14px;
    color: black;
    border: 1px solid #92c1e8;
    border-radius: 4px;
    padding: 5px;
    background-color: #fff3cd;
}

.cu-scroll {
    overflow-y: auto;
    max-height: 350px;
}



/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: auto;
    scrollbar-color: #fff3cd #add8e6;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 12px;
}

*::-webkit-scrollbar-track {
    background: #add8e6;
}

*::-webkit-scrollbar-thumb {
    background-color: #45a049;
    border-radius: 10px;
    border: 2px solid #ffffff;
}



.cu-text h3 {
    font-family: tanhadig, sans-serif, Tahoma !important;
    font-size: 15px;
    color: black;
    background-color: #FFFFFF;
    padding: 5px;
    margin: 0 !important;
}
.cu-text small{
    font-family: iranyekanbold, sans-serif, Tahoma !important;
    font-size: 13px;
    color: rgba(59, 56, 56, 0.91);
    padding: 4px;
}
.cu-mb{
    margin-bottom: 100px;
}
.cu-title-code{
    padding: 5px;
}
.cu-title-code h3{
    font-family: tanhadig, sans-serif, Tahoma !important;
    font-size: 15px;
    color: black;
}
/*social*/
#social-sidebar {
    left: 0;
    position: fixed;
    top: 30%;
    z-index: 9999 !important;
}

#social-sidebar li:first-child a { border-top-right-radius: 5px; }
#social-sidebar li:last-child a { border-bottom-right-radius: 5px; }

#social-sidebar a {
    background: rgba(0, 0, 0, .7);
    color: #fff;
    text-decoration: none;
    display: block;
    height: 50px;
    width: 50px;
    font-size: 24px;
    line-height: 50px;
    position: relative;
    text-align: center;
    cursor: pointer;
}
#social-sidebar a:hover span {
    left: 120%;
    opacity: 1;
}
#social-sidebar a span {
    font-family: tanhadig, sans-serif, Tahoma !important;
    font-size: 12px;
    text-transform: uppercase !important;
    border-radius: 3px;
    line-height: 24px;
    left: -100%;
    margin-top: -16px;
    opacity: 0;
    padding: 4px 8px;
    position: absolute;
    transition: opacity .3s, left .4s;
    top: 50%;
    z-index: -1;
    width: 100px;
}

#social-sidebar a span:before {
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    left: -4px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
}

#social-sidebar a[class*="bxl-whatsapp"]:hover,
#social-sidebar a[class*="bxl-whatsapp"] span,
#social-sidebar a[class*="bxl-whatsapp"] span:before {background: #13a92c;}

#social-sidebar a[class*="bx-phone"]:hover,
#social-sidebar a[class*="bx-phone"] span,
#social-sidebar a[class*="bx-phone"] span:before {background: #3B5998;}

#social-sidebar a[class*="bx-user-plus"]:hover,
#social-sidebar a[class*="bx-user-plus"] span,
#social-sidebar a[class*="bx-user-plus"] span:before {background: #ff1742;}

#social-sidebar a[class*="bx-log-in"]:hover,
#social-sidebar a[class*="bx-log-in"] span,
#social-sidebar a[class*="bx-log-in"] span:before {background: #E34429;}

#social-sidebar a[class*="dribbble"]:hover,
#social-sidebar a[class*="dribbble"] span,
#social-sidebar a[class*="dribbble"] span:before {background: #ea4c89;}

#social-sidebar a[class*="dropbox"]:hover,
#social-sidebar a[class*="dropbox"] span,
#social-sidebar a[class*="dropbox"] span:before {background: #8DC5F2;}

#social-sidebar a[class*="github"]:hover,
#social-sidebar a[class*="github"] span,
#social-sidebar a[class*="github"] span:before {background: #9C7A5B;}

#social-sidebar a[class*="evernote"]:hover,
#social-sidebar a[class*="evernote"] span,
#social-sidebar a[class*="evernote"] span:before {background: #6BB130;}

/*end*/
.aca-btn{
    --bs-btn-border-radius: 0 !important;
}
.cu-pro {
    border: 1px solid #88bfec;
    padding: 2px;
    border-radius: 10px;
    margin-bottom: 50px;
}
.cu-pro img{
    border-radius: 10px;
}

/* Icon pulse */
.pulse {
    display: inline-block;
    -moz-animation: pulse 2s infinite linear;
    -o-animation: pulse 2s infinite linear;
    -webkit-animation: pulse 2s infinite linear;
    animation: pulse 3s infinite linear;
    font-size: 20px !important;
    font-weight: 700;
    color: red;
}

@-webkit-keyframes pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.cu-title-code{
    padding: 5px;
}
.cu-title-code h3{
    font-family: tanhadig, sans-serif, Tahoma !important;
    font-size: 15px;
    color: black;
}

.login_box{
    background-color: #ffffff;
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);

}
.login_box h5{
    font-family: iranyekanbold, sans-serif, Tahoma !important;
    max-width: 100% !important;
    font-size: 16px;

}
.login_box .btn-primary{
    width: 100%;
    font-size: 18px;
}
.login_box p{
    color: #434343;
    font-size: 14px;
    font-family: iranyekanbold, sans-serif, Tahoma !important;
}

.login_box span{
    color: #434343;
    font-size: 14px;
    font-family: iranyekanbold, sans-serif, Tahoma !important;
}

#site {
    max-width: 100% !important;
    display: block !important;
    height: auto !important;
}
.cu-page{
    background-color: #FFFFFF;
    padding: 10px;
}
.cu-page h3{
    color: #434343;
    font-size: 18px;
    font-family: iranyekanbold, sans-serif, Tahoma !important;
}
.cu-page p{
    color: #312f2f;
    font-size: 15px;
    line-height: 30px;
    font-family: iranyekanbold, sans-serif, Tahoma !important;
    text-align: justify;
}
.cu-textcat{
    line-height: 30px !important;
    font-size: 15px;
}
.cu-phone{
    font-size: 14px;
    color: #434343;
    font-family: iranyekanbold, sans-serif, Tahoma !important;
}
.cu-phone span{
    color: #d00e0e;
}
.cu-activea{
    background-color: #CFF4FC !important;
    color: #052d36 !important;
}

.cu-activeb{
    background-color: #CFF4FC !important;
    color: #052d36 !important;

}
.cu-activeb a{
    color: #a61212 !important;
}
.cu-price{
    background-color: #ffffff;
}
.cu-price del{
    font-size: 13px;
    color: red;
    font-family: tanhadig, sans-serif, Tahoma !important;
}
.cu-price span{
    font-size: 15px;
    color: #1275e7;
    font-family: tanhadig, sans-serif, Tahoma !important;
}

.cu-login-num{
    font-size: 14px;
    color: red;
    font-family: tanhadig, sans-serif, Tahoma !important;
}
#heremobile{
    text-align: left !important;
}
#heremobileactive{
    text-align: left !important;
}
.cu-alert{
    font-size: 14px;
    font-family: tanhadig, sans-serif, Tahoma !important;
    background-color: #CFE2FF;
    padding: 15px;
    margin-bottom: 15px;
    color: #084298;
    border-color: #b6d4fe;
}
/*comment*/

.slide-contentcomment .card {

    background-color: #f6f4f4;
    border: none !important;

}

.image-content,
.card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
}

.image-content {
    position: relative;
    row-gap: 5px;
    padding: 25px 0;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #89C1F0;
    border-radius: 25px 25px 0 25px;
}

.overlay::before,
.overlay::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 40px;
    width: 40px;
    background-color: #89C1F0;
}

.overlay::after {
    border-radius: 0 25px 0 0;
    background-color: #FFF;
}

.card-image {
    position: relative;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background: #FFF;
    padding: 3px;
}

.card-image .card-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #89C1F0;
}
.name {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    font-family: iranyekanbold, sans-serif, Tahoma !important;
}

.description {
    font-size: 14px;
    color: #707070;
    text-align: center;
    font-family: tanhadig, sans-serif, Tahoma !important;
}

.button:hover {
    background: #265DF2;
}

.cu-h3 h3{
    text-align: center;
    margin-bottom: 25px;
    font-family: tanhadig, sans-serif, Tahoma !important;
    font-size: 25px;

}

.cu-contact-btn a{
    padding:10px 25px;
    border-radius: 25px;
    font-family: iranyekanbold, sans-serif, Tahoma !important;
    font-size: 13px;
    background-color: #8BC4F3;
    color: #440404;
    text-align: center;
}
.cu-contact-btn a:hover {
    color: #FFFFFF;
    background-color: #3780bd;
}
.cu-commment{
    font-family: tanhadig, sans-serif, Tahoma !important;
    font-size: 16px;
    color: black;
    text-align: center;
}
textarea {
    resize: none;
}
.cu-form-com textarea {
    font-size: 14px;
    text-align: justify;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.56);
}
.cu-form-com textarea:focus {
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #DC3545;
    color: rgba(0, 0, 0, 0.56);
}
.slide-contentcomment .card-content{
    background-color: #ffffff !important;
}
.slide-contentcomment .card-content h2{
    font-family: iranyekanbold, sans-serif, Tahoma !important;
    font-size: 15px;
    color: #424040;
}
.slide-contentcomment .card-content span{
     font-family: tanhadig, sans-serif, Tahoma !important;
     font-size: 14px;
     color: #444343;
    text-align: justify;
 }

