body {
    direction: rtl !important;
    overflow-x: hidden !important;
    background: #ffffff !important;
    font-family: iransans !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');
}

/*menu*/


.author {
    position: fixed;
    bottom: 15px;
    right: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #999;
}

.author a {
    color: #777;
    text-decoration: none;
}

.author a:hover {
    color: blue;
}

.header.dark blockquote {
    color: #fff;
}

.header.light blockquote {
    color: #000;
}

blockquote {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 16px;
    border-left: 0px;
    padding: 20px;
}

blockquote h2 {
    padding-right: 40px;
    margin: 0px;
}

.header.dark blockquote a {
    color: orange;
    text-decoration: underline;
}

.header.light blockquote a {
    text-decoration: underline;
}

.header.dark {
    background-color: #444;
}

.header.light {
    background-color: #000000;
}

.cu-bg {
    position: absolute;
    top: 10px;
    z-index: 999999999999 !important;

}

.top-level-link a span {
    font-family: iranyekanbold, sans-serif, Tahoma !important;
    color: #000;
    cursor: pointer;
    font-size: 15px;
}

.top-level-link a span:hover {
    color: orange;
}

.sub-menu-head {
    font-family: iranyekanbold, sans-serif, Tahoma !important;
    color: #000000;
    cursor: pointer;
    font-size: 15px !important;
    border-bottom: 1px solid #e5e0e0;
    padding: 8px;
    text-align: center;
    background-color: #ffffff;
}

.sub-menu-head a {
    color: #000000;
}

.sub-menu-head a:hover {

}

.sub-menu-head:hover {

    background-color: #1090F3;
    color: #ffffff !important;
    border-radius: 5px;
}


/* Navigation Styles */
nav {
    position: relative;
}


ul.main-nav {
    list-style-type: none;
    padding: 0px;
    font-size: 0px;
    max-width: 1000px;
    margin: 0 auto;
}

ul.main-nav > li {
    display: inline-block;
    padding: 0;
}

ul.main-nav > li > a {
    display: block;
    padding: 20px 10px;
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    box-sizing: border-box;
}

ul.main-nav > li:hover {

}

ul.main-nav > li:hover > a {
    color: #333;
    font-weight: 400;
}

ul.main-nav > li ul.sub-menu-lists {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: block;
}

ul.main-nav > li ul.sub-menu-lists > li {
    padding: 2px 0;
}

ul.main-nav > li ul.sub-menu-lists > li > a {
    font-size: 14px;
}

.ic {
    position: fixed;
    cursor: pointer;
    display: inline-block;
    right: 25px;
    width: 32px;
    height: 24px;
    text-align: center;
    top: 0px;
    outline: none;
}

.cu-bg .row {

    padding: 5px;
}


.cu-bg-b {
    background-color: #ffffff !important;
    z-index: 99999999999999999999999999999999 !important;
}


.ic.close {
    opacity: 0;
    font-size: 0px;
    font-weight: 300;
    color: #000 !important;
    top: 8px;
    height: 40px;
    display: block;
    outline: none;
}

/* Menu Icons for Devices*/
.ic.menu {
    top: 25px;
    z-index: 20;


}

.ic.menu .line {
    height: 4px;
    width: 100%;
    display: block;
    margin-bottom: 6px;
    color: red;
}

.ic.menu .line-last-child {
    margin-bottom: 0px;
}

.sub-menu-head {
    margin: 10px 0;
}

.banners-area {
    margin-top: 20px;
    padding-top: 15px;
}

.banners-area img {
    width: 150px;
}


@media only screen and (max-width: 768px) {




    .sub-menu-head {
        color: orange;
    }

    .ic.menu {
        display: block;
    }

    .header .ic.menu .line {
        background-color: #2d0c0c;
    }

    .header.light .ic.menu .line {
        background-color: #000000 !important;
    }

    .ic.menu .line {
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;

    }

    .header.dark blockquote {
        color: #fff;
    }

    .header.light blockquote {
        color: #000;
    }

    .ic.menu:focus .line {
        background-color: #000000 !important;
    }

    .ic.menu:focus .line:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .ic.menu:focus .line:nth-child(2) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: -10px;
    }

    .ic.menu:focus .line:nth-child(3) {
        transform: translateY(15px);
        opacity: 0;
    }

    .ic.menu:focus {
        outline: none;
    }

    .ic.menu:focus ~ .ic.close {
        opacity: 1;
        z-index: 21;
        outline: none;
    }

    /*

    .ic.menu:focus ~ .ic.close { opacity: 1.0; z-index : 21;  }
    .ic.close:focus { opacity: 0; }
    */
    .ic.menu:hover,
    .ic.menu:focus {
        opacity: 1;
    }


    nav {
        background-color: transparent;
    }

    /* Main Menu for Handheld Devices  */
    ul.main-nav {
        z-index: 2;
        padding: 50px 0;
        position: fixed;
        right: 0px;
        top: 0px;
        width: 0px;
        background-color: rgba(0, 0, 0, 1);
        height: 100%;
        overflow: auto;
        /*CSS animation applied : Slide from Right*/
        -webkit-transition-property: background, width;
        -moz-transition-property: background, width;
        -o-transition-property: background, width;
        transition-property: background, width;
        -webkit-transition-duration: 0.6s;
        -moz-transition-duration: 0.6s;
        -o-transition-duration: 0.6s;
        transition-duration: 0.6s;
    }

    .ic.menu:focus ~ .main-nav {
        width: 300px;
        background-color: #ffffff;
    }

    ul.main-nav > * {
        -webkit-transition-property: opacity;
        -moz-transition-property: opacity;
        -o-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-duration: 0.4s;
        -moz-transition-duration: 0.4s;
        -o-transition-duration: 0.4s;
        transition-duration: 0.4s;
        opacity: 0;
    }

    .ic.menu:focus ~ .main-nav > * {
        opacity: 1;
    }

    ul.main-nav > li > a:after {
        display: none;
    }

    ul.main-nav > li:first-child {
        border-radius: 0px;
    }

    ul.main-nav > li {
        display: block;
        border-bottom: 1px solid #f3eeee;
    }

    ul.main-nav > li > a {
        font-weight: 600;
    }

    ul.main-nav > li ul.sub-menu-lists > li a {
        color: #eee;
        font-size: 14px;
    }

    .sub-menu-head {
        font-size: 16px;
    }

    ul.main-nav > li:hover {
        background-color: transparent;
    }

    ul.main-nav > li:hover > a {
        color: #fff;
        text-decoration: none;
        font-weight: 600;
    }

    .ic.menu:focus ~ ul.main-nav > li > div.sub-menu-block {
        border-left: 0px solid #ccc;
        border-right: 0px solid #ccc;
        border-bottom: 0px solid #ccc;
        position: relative;
        visibility: visible;
        opacity: 1.0;
    }

    .sub-menu-block {
        padding: 0 30px;
    }

    .banners-area {
        padding-bottom: 0px;
    }

    .banners-area div {
        margin-bottom: 15px;
    }

    .banners-area {
        border-top: 1px solid #444;
    }
    .cu-bg-pro h3{
        text-align: center;
    }
}

@media only screen and (min-width: 769px) {

    .ic.menu {
        display: none;
    }

    /* Main Menu for Desktop Devices  */
    ul.main-nav {
        display: block;
        position: relative;
    }

    .sub-menu-block {
        padding: 15px;
    }

    /* Sub Menu */
    ul.main-nav > li > div.sub-menu-block {
        visibility: hidden;
        background-color: #f9f9f9;
        position: absolute;
        margin-top: 0px;
        color: #333;
        righ: 0;
        box-sizing: border-box;
        z-index: 3;
        font-size: 16px;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        opacity: 0;

        /*CSS animation applied for sub menu : Slide from Top */
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        -webkit-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg);
        transform: rotateX(90deg);
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center;

    }

    .sub-menu-block {
        border-top: 2px solid red;
    }

    .sub-menu-block ul {
        padding: 0;

        padding-bottom: 10px;
    }

    .sub-menu-block ul li {
        margin-bottom: 15px;
        border-bottom: 1px solid #eae6e6;

    }

    .sub-menu-block ul li a {
        margin-bottom: 10px;
        color: rgba(110, 110, 111, 1);
        font-family: vazir, sans-serif, Tahoma !important;
        font-size: 13px;
    }

    .sub-menu-block ul li a:hover {
        color: red;
    }

    ul.main-nav > li:hover > div.sub-menu-block {
        background-color: #f9f9f9;
        visibility: visible;
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }

    ul.main-nav > li > div.sub-menu-block > * {
        -webkit-transition-property: opacity;
        -moz-transition-property: opacity;
        -o-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-duration: 0.4s;
        -moz-transition-duration: 0.4s;
        -o-transition-duration: 0.4s;
        transition-duration: 0.4s;
        opacity: 0;
    }

    ul.main-nav > li:hover > div.sub-menu-block > * {
        opacity: 1;
    }

    .sub-menu-head {
        font-size: 20px;
    }

    /* List Separator: Outer Border */
    .header.dark ul.main-nav > li > a {
        border-right: 1px solid #bbb;
    }

    .header.light ul.main-nav > li > a {
        border-right: 1px solid #666;
    }

    /* List Separator: Inner Border */
    ul.main-nav > li > a:after {
        content: '';
        width: 1px;
        height: 62px;
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: 2;
    }

    .header.dark ul.main-nav > li > a:after {
        background-color: #777;
    }

    .header.light ul.main-nav > li > a:after {
        background-color: #999;
    }

    /* Drop Down/Up Arrow for Mega Menu */
    ul.main-nav > li > a.mega-menu > span {
        display: block;
        vertical-align: middle;
    }

    ul.main-nav > li > a.mega-menu > span:after {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #000;
        content: '';
        background-color: transparent;
        display: inline-block;
        margin-left: 10px;
        vertical-align: middle;
    }

    ul.main-nav > li:hover > a.mega-menu span:after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 0px solid transparent;
        border-bottom: 5px solid #666;
    }

    .banners-area {
        border-top: 1px solid #ccc;
    }
}


/*slider*/
.autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;

    font-family: tanhadig, sans-serif, Tahoma !important;
    font-size: 20px;
    color: #c91e1e !important;
}

.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: var(--swiper-theme-color);
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}

/*about*/
img {
    max-width: 100%;
    height: auto;
}


.about-section {
    position: relative;
    padding: 120px 0 70px;
}

.about-section .sec-title {
    margin-bottom: 45px;
}

.sec-title h2 {
    color: #000000;
    font-family: iranyekanbold, sans-serif, Tahoma !important;
}

.cu-text {
    color: #232222;
    font-family: iranyekanbold, sans-serif, Tahoma !important;
    text-align: justify;
    line-height: 30px;
    font-size: 14px;

}

.cu-text h3 {
    text-align: right;
    margin-bottom: 25px;
    font-family: iranyekanbold, sans-serif, Tahoma !important;
    font-size: 16px;
    margin-top: 30px;
    border-bottom: 1px solid #b2adad;
    padding: 10px;
}

.about-section .content-column {
    position: relative;
    margin-bottom: 50px;
}

.about-section .content-column .inner-column {
    position: relative;
    text-align: center;
}

.about-section .text {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
}

.about-section .list-style-one {
    margin-bottom: 45px;
}

.about-section .btn-box {
    position: relative;
}

.about-section .btn-box a {
    padding: 15px 50px;
}

.about-section .image-column {
    position: relative;
}

.about-section .image-column .text-layer {
    position: absolute;
    right: -110px;
    top: 50%;
    font-size: 325px;
    line-height: 1em;
    color: #ffffff;
    margin-top: -175px;
    font-weight: 500;
}

.about-section .image-column .inner-column {
    position: relative;
    padding-left: 80px;
    padding-bottom: 0px;
}

.about-section .image-column .inner-column .author-desc {
    position: absolute;
    bottom: 16px;
    z-index: 1;
    background: orange;
    padding: 10px 15px;
    left: 96px;
    width: calc(100% - 152px);
    border-radius: 50px;
}

.about-section .image-column .inner-column .author-desc h2 {
    font-size: 21px;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    margin: 0;
    font-family: iranyekanbold, sans-serif, Tahoma !important;
}

.about-section .image-column .inner-column .author-desc span {
    font-size: 16px;
    letter-spacing: 6px;
    text-align: center;
    color: #fff;
    display: block;
    font-weight: 400;
}

.about-section .image-column .inner-column:before {
    content: '';
    position: absolute;
    width: calc(50% + 80px);
    height: calc(100% + 160px);
    top: -80px;
    left: -3px;
    background: transparent;
    z-index: 0;
    border: 10px double #8bc4f3;
    border-radius: 10px;
}

.about-section .image-column .image-1 {
    position: relative;
}

.about-section .image-column .image-2 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img {
    box-shadow: 0 30px 50px rgba(8, 13, 62, .15);
    border-radius: 46px;
}

.about-section .image-column .video-link {
    position: absolute;
    left: 70px;
    top: 170px;
}

.about-section .image-column .video-link .link {
    position: relative;
    display: block;
    font-size: 22px;
    color: #191e34;
    font-weight: 400;
    text-align: center;
    height: 100px;
    width: 100px;
    line-height: 100px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 30px 50px rgba(8, 13, 62, .15);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.about-section .image-column .video-link .link:hover {
    background-color: #191e34;
    color: #ffffff;
}

video {
    width: 100%;
    height: 600px;
    object-fit: cover;
    z-index: 100;
}

.video {
    margin-top: 100px;
    border-bottom: 2px solid #89C1F0;
    border-top: 2px solid #89C1F0;
}

/*card*/
:root {
    --surface-color: #fff;
    --curve: 40;
}

.cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 4rem 3vw;
    padding: 0;
    list-style-type: none;
}

.card {
    position: relative;
    display: block;
    height: 100%;
    border-radius: calc(var(--curve) * 1px);
    overflow: hidden;
    text-decoration: none;
}

.card__image {
    width: 100%;
    height: auto;
}

.card__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    border-radius: calc(var(--curve) * 1px);
    background-color: var(--surface-color);
    transform: translateY(100%);
    transition: .2s ease-in-out;
}

.card:hover .card__overlay {
    transform: translateY(0);
}

.card__header {
    position: relative;
    display: flex;
    align-items: center;
    gap: 2em;
    padding: 2em;
    border-radius: calc(var(--curve) * 1px) 0 0 0;
    background-color: var(--surface-color);
    transform: translateY(-100%);
    transition: .2s ease-in-out;
}

.card__arc {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 100%;
    right: 0;
    z-index: 1;
}

.card__arc path {
    fill: var(--surface-color);
    d: path("M 40 80 c 22 0 40 -22 40 -40 v 40 Z");
}

.card:hover .card__header {
    transform: translateY(0);
}

.card__thumb {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.card__title {
    font-size: 1em;
    color: #6A515E;
    padding: 0 !important;
    margin: 0 !important;
}

.card__tagline {
    display: block;
    margin: 1em 0;
    font-family: "MockFlowFont";
    font-size: .8em;
    color: #D7BDCA;
}

.card__status {
    font-size: .8em;
    color: #D7BDCA;
}

.card__description {
    padding: 0 2em 2em;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-family: iranyekanbold, sans-serif, Tahoma !important;
    font-size: 13px;
    color: #174472 !important;
    text-align: justify;
}

.card h3 {
    font-family: iranyekanbold, sans-serif, Tahoma !important;
    font-size: 20px;
    color: #174472 !important;
}

.cu-card {
    margin-bottom: 25px;
}

.cu-bg-c {

}

/*slider*/

.slide-content {
    margin: 0 40px;
    overflow: hidden;
    border-radius: 25px;
}

.card {
    border-radius: 25px;
    background-color: #FFF;
}

.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;
}

.footer-widgets .card-title {
    font-family: iranyekanbold, sans-serif, Tahoma !important;
    font-size: 15px;

}

.footer-menu li {
    margin-bottom: 5px;
}

.footer-menu li a {
    font-family: iranyekanbold, sans-serif, Tahoma !important;
    font-size: 14px;
    color: #000 !important;
}

.footer-menu li a:hover {
    color: #d91414 !important;
}

.footer-widgets .card {
    border: none !important;
    border-radius: 0 !important;
    padding: 10px;
    background-color: transparent;
}

.site-description {
    font-family: tanhadig, sans-serif, Tahoma !important;
    font-size: 14px;
    text-align: justify !important;
    color: #FFFFFF;
}
.cu-location p{
    font-size: 14px;
    font-family: iranyekanbold, sans-serif, Tahoma !important;
    font-weight: 600;
}

.socials p {
    font-family: tanhadig, sans-serif, Tahoma !important;
    font-size: 14px;

}

.socials a img {
    width: 40px;
}

.socials a {
    display: inline-block;
}

.cu-img-footer {
    border: 1px solid #adabab;
    padding: 30px;
    border-radius: 25px;
}

#site {
    max-width: 100% !important;
    display: block !important;
    height: auto !important;
}

@media screen and (max-width: 768px) {
    .logo {
        display: none !important;
    }

    .shadow {
        box-shadow: none !important
    }

    .cu-border-bo {
        border-bottom: 2px solid #ffffff !important;
        padding: 5px;
        box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
    }

    .img_box img {
        margin: 0px auto;
        height: 398px;
        width: auto;

    }

    .about-section {
        position: relative;
        padding: 120px 0 0 0;
    }

    .author-desc {
        display: none !important;
    }

    .video {
        margin-top: 2px;
    }

}


.main-footer {
    padding: 60px 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 33%, rgba(4, 153, 249, 0.9948354341736695) 100%);

}

.box {

    --mask: radial-gradient(158.76px at 50% 213px, #000 99%, #0000 101%) calc(50% - 142px) 0/284px 100%,
    radial-gradient(158.76px at 50% -142px, #0000 99%, #000 101%) 50% 71px/284px 100% repeat-x;
    -webkit-mask: var(--mask);
    mask: var(--mask);
}

.boxb {


    --mask: radial-gradient(111.8px at 50% calc(100% - 150px), #000 99%, #0000 101%) calc(50% - 100px) 0/200px 100%,
    radial-gradient(111.8px at 50% calc(100% + 100px), #0000 99%, #000 101%) 50% calc(100% - 50px)/200px 100% repeat-x;
    -webkit-mask: var(--mask);
    mask: var(--mask);


}

.cu-menu {

}

.bx-menu {
    font-size: 30px;
    color: #000000;
}

.cu-mod-mob .modal .modal-dialog {
    width: 350px !important;
    margin: auto !important;

}

.manmenu a span {
    font-size: 22px !important;
    color: #106CF6 !important;
}

.cu-mod-mob .modal .modal-dialog {
    width: 350px !important;
    margin: auto !important;

}


.modal .modal-dialog .modal-body ul li {
    display: block;
    padding: 5px;
    line-height: 30px;
    cursor: pointer;
}

.modal .modal-dialog .modal-body ul li a {
    text-decoration: none;
    color: #2e2e2e;
    font-size: 15px;
    font-family: iranyekanbold, sans-serif, Tahoma !important;
}

.modal .modal-dialog .modal-body ul li a:hover {
    color: orangered !important;
}

.inactive {
    display: none;
}

.header-bg {
    background-color: #FFFFFF;
}

.bx-down-arrow-circle {
    color: #000000;
}


.logo {
    padding: 5px;
}

.logo img {
    width: 120px;
    height: 49px;

}

.cu-logo-mobile img {
    width: 120px;
    height: 40px;

}

.cu-pro {
    margin-top: 1px;
    padding: 50px 0;
}

.cu-bg-pro {
    margin-bottom: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    background-color: #f8f6f6;

}

.cu-bg-pro h3 {
    color: #2e2e2e;
    font-size: 19px;
    font-family: iranyekanbold, sans-serif, Tahoma !important;
    font-weight: 700;

    padding-bottom: 5px;
}

.cu-container {
    max-width: 1200px;
    margin: 0 auto;
}
.cu-containerb {
    max-width: 1200px;
    margin: 0 auto;
}

.cu-title {
    margin-top: 5px;
}
.cu-c h3{
    color: #110101 !important;
}
.cu-title h3 {
    color: #696666;
    font-size: 14px;
    font-family: iranyekanbold, sans-serif, Tahoma !important;
    text-align: center;
    padding: 5px 2px;
}

.mySwiperb{
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;

}
.ff{

    --mask:
            linear-gradient(0,#0000 264vw,#000 0),
            radial-gradient(264vw,#000 calc(100% - 1px),#0000) bottom/488.4vw 528vw;
    -webkit-mask: var(--mask);
    mask: var(--mask);


}
.cu-card-pro img {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;

}
.cu-img img{
    width: 300px;
    height: 225px;
}
.cu-img-cat {
    border: 1px solid #f5f3f3;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    margin-bottom: 10px;
    background-color: #ee2020;
}

.cu-img-cat img {
    padding: 10px 5px;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 25px;
}

.cu-img-cat h3 {
    font-family: iranyekanbold, sans-serif, Tahoma !important;
    text-align: center;
    font-size: 1.50rem;
    padding: 10px 0 0 0;
}

.cu-card-pro img:hover {
    opacity: 0.7;
}

.cu-ban img {
    border-radius: 5px;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    margin-bottom: 10px;
}

.cu-pro .cu-h3 h3 {
    font-size: 15px;
    font-family: iranyekanbold, sans-serif, Tahoma !important;
    font-weight: 600;
    color: #000;
    padding: 10px;
    text-align: right;
    border-bottom: 1px solid #d3d0d0;
}

.cu-pro .cu-h3 {
    border-radius: 8px;
}

.cu-all-pro {
    margin-top: 30px;
    padding: 10px 0;
}

.cu-all-pro .cu-card-pro {
    margin: 10px 0;
}

.cu-pro span {
    font-size: 20px;
    color: rgba(36, 139, 211, 0.64);
}

.cu-all-pro h3 {
    font-size: 15px;
    font-family: iranyekanbold, sans-serif, Tahoma !important;
    font-weight: 600;
    color: #000;
    padding: 10px;
    border-bottom: 2px dotted #d3d0d0;
    text-align: right;
}

.cu-all-pro span {
    font-size: 20px;
    color: rgba(36, 139, 211, 0.64);
}

.cu-all-pro .cu-card-pro {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.img_box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cu-top {
    margin-top: 80px;
}

.cu-bottom {
    margin-bottom: 80px;
}

.cu-about {
    background-color: #ffffff;
}

.cu-phone {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 5px 0;
}

.cu-phone a {
    font-size: 18px;
    font-family: iranyekanbold, sans-serif, Tahoma !important;
    font-weight: 600;

}

.cu-phone span {
    font-size: 23px;
    vertical-align: -5px;
    color: orangered;
}

.cu-ad p {
    font-size: 14px;
    font-family: iranyekanbold, sans-serif, Tahoma !important;
    font-weight: 600;
}

.cu-bg-d {
    margin-bottom: 10px;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 39%, rgba(103, 128, 241, 0.99) 90%);
}

.cu-border img{
    padding: 4px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 33%, rgba(4, 153, 249, 0.9948354341736695) 100%);

}
.cu-border span{
    font-size: 25px;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 44%, rgba(238, 108, 15, 0.99) 99%);
    border-radius: 50%;
    padding: 5px;
}

/*progress*/
/*progres up*/
.progress-wrap {
    position: fixed;
    left: 50px;
    bottom: 50px;
    height: 55px;
    width: 55px;
    cursor: pointer;
    display: block;
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f106";
    font: normal normal normal 14px/1 FontAwesome;
    text-align: center;
    line-height: 55px;
    font-size: 30px;
    color: var(--grey);
    left: 0;
    top: 0;
    height: 55px;
    width: 55px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::after {
    opacity: 0;
}

.progress-wrap::before {
    position: absolute;
    font-family: "boxicons";
    content: "\f106";
    font: normal normal normal 14px/1 FontAwesome;
    text-align: center;
    line-height: 55px;
    font-size: 30px;
    opacity: 0;
    background-image: linear-gradient(298deg, var(--red), var(--yellow));
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 55px;
    width: 55px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::before {
    opacity: 1;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #bb0c0c;
    stroke-width: 5;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.sub-menu-block ul li a{
    font-size: 16px;
}
.cu-cat h3{
    font-size: 17px;
    font-family: iranyekanbold, sans-serif, Tahoma !important;
    color: #000;
    padding: 10px;
    border-bottom: 2px dotted #d3d0d0;
    text-align: right;
}
.cu-cat .cu-container{
    background-color: #f5f2f2;
    padding: 10px;
    border-radius: 5px;
}
.cu-shortext{
    text-align: justify;
    line-height: 28px;
}
.cu-containerb{
    background-color: #ffffff;
    padding: 10px;
    border-radius: 5px;
}
.cu-title h5{
    color: #696666;
    font-size: 14px;
    font-family: iranyekanbold, sans-serif, Tahoma !important;
    text-align: center;
    padding: 5px 2px;
}
.cat-card{
    background-color: #ffffff;
    padding: 5px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    margin-bottom: 10px;
}
.copy span{
    color: #000;
    font-size: 14px;
    font-family: iranyekanbold, sans-serif, Tahoma !important;
}

/*text slider*/

.cu-s {
    position: relative;
    text-align: center;
    color: white;
}

.cu-s span{
    font-family: iranyekanbold, sans-serif, Tahoma !important;
    padding: 5px;
    border-radius: 4px;
    line-height: 50px;

}
.dd{
    font-size: 10px !important;
}

.cu-right{
    position: absolute;
    top: 1px;
    right: 16px;
}

/* Centered text */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 10px !important;

}


.cu-gallery{
    margin-top: 100px;
}
.cu-gallery h1{
    color: #000;
    font-size: 20px;
    font-family: iranyekanbold, sans-serif, Tahoma !important;
    text-align: center;
    margin-bottom: 50px;
    border-bottom: 1px solid #807b7b;
    padding: 10px;
}

.phone{
    font-family: iranyekanbold, sans-serif, Tahoma !important;
}
.t-phone{
    color: #b62020;
    font-size: 30px;
}
.socials a img{
    width: 30px;
}

/*form*/
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="password"], .contact-form select, .contact-form textarea
.Specificity
{
    display: block;
    width: 100%;
    line-height: 28px;
    height: 50px;
    font-size: 14px;
    padding: 10px 22px;
    background: none;
    color: #888888;
    border: 1px solid #dddddd;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: iranyekanbold, sans-serif, Tahoma !important;
    margin-bottom: 10px;
}
.contact-form textarea {
    height: 180px;
    resize: none;
    font-size: 14px;
    background: none;
    border: 1px solid #dddddd;
    font-family: iranyekanbold, sans-serif, Tahoma !important;
    margin-bottom: 10px;
}
.contact-form-section .title-box .text {
    position: relative;
    color: #b01f1f;
    font-size: 15px;
    line-height: 1.8em;
    margin-bottom: 10px;

    font-family: iranyekanbold, sans-serif, Tahoma !important;
}
.contact-form-section .title-box .title {
    position: relative;
    color: #b01f1f;
    font-size: 16px;
    line-height: 1.8em;

    margin: 0 auto;
    font-family: iranyekanbold, sans-serif, Tahoma !important;
}
.btn-danger{
    font-family: iranyekanbold, sans-serif, Tahoma !important;
}
.ok{
    font-family: iranyekanbold, sans-serif, Tahoma !important;
}

/*video*/
video {
    width: 100%;
    height: auto;
    filter: brightness(65%);
}
.mySwiperprice .swiper-slide .card .card-title {
    font-family: iranyekanbold, sans-serif, Tahoma !important;
    font-size: 15px;
}
.mySwiperprice .swiper-slide .card {
    border-radius: 3px !important;

    padding: 2px;
    border: 1px solid #b0afaf;
}
.login_box{
    width: 500px;
    background-color: #ffffff;
    margin: 100px auto;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.1);
    padding: 30px;
    font-family: iranyekanbold, sans-serif, Tahoma !important;
    max-width: 100% !important;
}
.login_box .btn-primary{
    width: 100%;
    font-size: 18px;
}
.login_box .form-control{
    text-align: left;
    font-size: 22px !important;
    font-weight: 100 !important;
}
.login_box .btn-danger {
    width: 100%;
    font-size: 16px;
}
.cu-input-name input {
    border: none !important;
    outline: none !important;
    padding: 5px !important;
    background-color: transparent;
    border-radius: inherit;
    height: auto;
    line-height: 28px;
    caret-color: #292929;
    font-weight: 700;
    font-size: 1rem;
    color: black;
    min-width: 5rem;
    max-width: unset;
    width: 7rem;
    flex-grow: 1;
    resize: none;
    font-family: iranyekanbold, sans-serif, Tahoma !important;

}

.cu-input-name {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 0;
    height: 48px;
    border-radius: 8px;
    border: 1px solid dimgray;
    transition: all .1s ease-in-out;
    margin-bottom: 10px;
}
.cu-input-name input[type=text] {
    font-size: 16px !important;
    outline: none !important;
    text-align: left;
    font-weight: 400 !important;
}
.cu-input-ok input{
    text-align: center !important;
    font-size: 22px !important;
    font-weight: 100 !important;
}
.cu-login a{
    font-family: iranyekanbold, sans-serif, Tahoma !important;
}

.form-group label{
    font-family: iranyekanbold, sans-serif, Tahoma !important;
    font-size: 14px;
    color: #4d4a4a;
}
.contact-form p{
    font-family: iranyekanbold, sans-serif, Tahoma !important;
    font-size: 13px !important;
}

/*ganem*/
.cu-btn-ganem-add{
    font-family: iranyekanbold, sans-serif, Tahoma !important;
    font-size: 13px !important;
}

.gradient-custom-1 {
    /* fallback for old browsers */
    background: #cd9cf2;

    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to top, rgba(205, 156, 242, 1), rgba(246, 243, 255, 1));

    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to top, rgba(205, 156, 242, 1), rgba(246, 243, 255, 1))
}

table td,
table th {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-family: iranyekanbold, sans-serif, Tahoma !important;
    font-size: 13px !important;
}
tbody td {
    font-weight: 500;
    color: #999999;
    font-family: iranyekanbold, sans-serif, Tahoma !important;
    font-size: 13px !important;
}

/*comment*/
.cu-top {
    margin-top: 100px;
}

.cu-comment span {
    font-weight: 500;
    color: #0e0101;
    font-family: iranyekanbold, sans-serif, Tahoma !important;
    font-size: 20px !important;
    border-bottom: 2px solid red;
}

.cu-comment p {

    color: #333131;
    font-family: tanhadig, sans-serif, Tahoma !important;
    font-size: 14px !important;
    line-height: 30px;
    text-align: justify;
    border-bottom: 2px double #afabab;
    padding: 10px;
}
.us .num{
    font-size: 14px !important;
    color: #333131 !important;
    border: none !important;
}
.bx-user-circle{
    font-size: 25px !important;
    color: #726f6f !important;
}
.cu-comment a{
    font-family: iranyekanbold, sans-serif, Tahoma !important;
}
.cu-comment-modal{
    font-family: iranyekanbold, sans-serif, Tahoma !important;
}
.modal-header{
    font-family: iranyekanbold, sans-serif, Tahoma !important;
}
.cu-comment .cu-check{
    font-size: 14px !important;
    color: red !important;
    border: none !important;
}
.cu-comment .com-active{
    font-size: 14px !important;
    color: #298f07 !important;
    border: none !important;
}