* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none !important;
}

body {
    direction: rtl !important;
    overflow-x: hidden;

}

@font-face {
    font-family: 'vazir';
    src: url('../fonts/Vazir.woff') format('woff');

}

@font-face {
    font-family: 'iransans';
    src: url('../fonts/IRANSansWeb_Medium.woff') format('woff');
}

@font-face {
    font-family: 'sarb';
    src: url('../fonts/Sarb-Regular.woff') format('woff');
}

@font-face {
    font-family: 'iranyekan';
    src: url('../fonts/iranyekanwebbold(fanum).woff') format('woff');
}


nav {
    position: -webkit-sticky;
    position: fixed;
    top: 0;
    height: 69px;

    transition: background .5s; /* control how smooth the background changes */
    z-index: 99999 !important;


}

nav.scrolled {
    background: #370b6f;

}

.menu ul li {
    display: inline-block;
    list-style: none;
    margin-right: 8px;
    margin-top: 0px;

}

.nav-link {
    color: #333333;
    font-family: iransans, sans-serif, Tahoma !important;
    font-size: 1rem;
    font-weight: 500;

}

.nav-link:hover {
    color: #0808f3;
}

.cu-ul-menu a {
    color: #3b3b3b;
    font-family: iransans, sans-serif, Tahoma !important;
    font-size: 1rem;
    font-weight: 600;

    text-decoration: none;
}

.cu-ul-menu a:hover {
    color: #000000;
}

.cu-ul-menu a i {
    color: #afafaf;
}

.navbar {
    padding: 0 !important;
}

.cu-ul-menu {
    margin-bottom: 15px;
    padding: 5px;
    border: 1px solid #e7e1e1;
    background-color: #FAFAFA;
    border-radius: 4px;
}

.cu-ul-menu:hover {
    background-color: #eeebeb;
}

/*megamenu*/
.dropdown-hover:hover > .dropdown-menu {
    display: inline-block;
    visibility: visible !important;
    transition-delay: 10s !important;
}

.dropdown-hover > .dropdown-toggle:active {
    pointer-events: none;

}


/*endgallery*/
.fixed-top {
    background-color: #ffffff;
}

.cu-mod-mob .modal .modal-dialog {
    width: 350px !important;
    margin: auto !important;

}


.modal .modal-dialog .modal-body ul li {
    display: block;
    padding: 5px;
    border-bottom: 1px solid #c5c5c5;
    line-height: 30px;
    cursor: pointer;
}

.modal .modal-dialog .modal-body ul li a {
    text-decoration: none;
    color: #2e2e2e;
    font-size: 15px;
    font-family: iranyekan, sans-serif, Tahoma !important;
}

.modal .modal-dialog .modal-body ul li a:hover {
    color: orangered !important;
}

.inactive {
    display: none;
}

.co-sub {
    color: #000000;
}

.co-sub a {
    color: #5d5d5d !important;
    font-size: 13px !important;
}

.co-sub a:hover {
    color: orangered !important;
    transition: 0.3s !important;
}

.cu-header-mob {

}

.fa-bars {
    font-size: 25px !important;
    color: #454141;
}

.cu-home i {
    color: #24d51c !important;
}

.cu-slider .carousel-inner {
    border-radius: 15px !important;
}

.cu-txt p {
    color: #454141;
    font-size: 14px;
    font-family: iranyekan, sans-serif, Tahoma !important;
}

.cu-cl-txt {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cu-cl-txt p {
    color: #454141;
    font-size: 16px;
    font-family: vazir, sans-serif, Tahoma !important;
    text-align: justify;
    line-height: 27px;
}

video {
    width: 100%;
    height: auto;
    border-radius: 6px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3), 0px 0px 0 1px rgba(44, 68, 84, 0.4);
}

.topdiv {
    margin-top: 130px;
}

.cu-bg {
    background: #F5F5F5;
}

.cu-bor {
    border-bottom: 1px solid #e3e3e3;
}

.cu-ul-pro ul li {
    display: inline-block;
    margin: 15px;
}

.cu-ul-pro ul li a {
    text-decoration: none !important;
    color: #454141;
    font-size: 15px;
    font-family: iranyekan, sans-serif, Tahoma !important;
}

.cu-ul-pro ul li a img {
    border-radius: 10px;
}

.topdiv h4 {
    color: #454141;
    font-size: 22px;
    font-family: iranyekan, sans-serif, Tahoma !important;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 20px;
}

.cu-tabl {
    margin-top: 80px;
}

.cu-tabl ul li {
    display: inline-block;
    margin: 15px;
    border: 1px solid black;
    border-radius: 50%;
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}

.cu-tabl ul li img {
    width: 150px;
    height: 150px;
}

.card img {
    width: 300px;
    height: 300px;
}

.cu-et {
    border: 1px solid #d8d8d8;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;

}

.cu-et img {
    border-radius: 5px;
}

.cu-et a {
    text-decoration: none !important;
}

.cu-et h3 {
    color: #454141;
    font-size: 16px;
    font-family: iranyekan, sans-serif, Tahoma !important;
}

.cu-et p {
    color: #454141;
    font-size: 14px;
    font-family: vazir, sans-serif, Tahoma !important;
    text-align: justify;
    line-height: 27px;
}

.cu-cats {
    margin-top: 30px;
    margin-bottom: 30px;
}

.cu-cats img {
    padding: 35px !important;
}

.cu-catsn .card {
    margin: 5px;
    border: none;
}

.owl-nav .owl-button {
    position: relative !important;
}

.owl-nav .owl-next {
    position: absolute !important;
    left: -20px !important;
    bottom: 20px !important;
    padding: 8px 17px !important;
    background-color: transparent !important;
    border-radius: 50px;
    transition: .5s;
    border: none;
}

.owl-nav .owl-prev {
    position: absolute !important;
    right: -20px !important;
    bottom: 20px !important;
    padding: 8px 17px !important;
    background-color: transparent !important;
    border-radius: 50px;
    transition: .5s;
    border: none;
}

.owl-nav .owl-next::after, .owl-nav .owl-prev::after {
    content: '\f104';
    font-family: FontAwesome;
    color: #000;
    font-size: 45px;

}

.owl-nav .owl-prev::after {
    content: '\f105' !important;

}

.owl-nav .owl-next::hover, .owl-nav .owl-prev::hover {
    background: rgb(173, 34, 34);
}


.txt-slider {
    position: absolute;
    top: 30px !important;
    margin-right: 100px;
    line-height: 30px;
    color: white;
    text-align: justify;
    /* From https://css.glass */
    background-color: rgba(19, 14, 14, 0.18);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(1.6px);
    border: 1px solid rgba(255, 255, 255, 0.46);
}

/*new*/
.cu-txt-h-p h3 {
    color: #2e2e2e;
    font-size: 25px;
    font-weight: 400;
    font-family: iransans, sans-serif, Tahoma !important;
}

.cu-txt-h-p p {
    color: #504e4e;
    font-size: 15px;
    font-weight: 400;
    font-family: iranyekan, sans-serif, Tahoma !important;
    padding: 8px;
}

.cu1 ul li {
    display: inline-block;
    margin: 0 20px;
    margin-bottom: 12px;

}

.cu1 ul li a {
    text-decoration: none !important;
}

.cu1 ul li a h4 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    font-family: vazir, sans-serif, Tahoma !important;
    margin-top: 8px;
}

.cu1 ul li a span {
    color: #000;
    font-size: 14px;
    font-family: iranyekan, sans-serif, Tahoma !important;
}

.cu-cats {
    margin-top: 100px;
}

.cu-card-product p {
    text-align: justify !important;
    color: #2a2929;
    font-size: 15px;
    font-family: vazir, sans-serif, Tahoma !important;
}

.cu-card-product h4 {
    text-align: justify !important;
    color: #000;
    font-size: 20px;
    font-family: iranyekan, sans-serif, Tahoma !important;
}

.card-imgb {
    text-align: right !important;
    padding: 0 !important;
    margin: 0 !important;
}

.cu-card-product span {
    font-size: 40px;
    color: #106CF6;
    margin-bottom: 5px;
}


.cu-card-product a {
    text-decoration: none !important;
}

.cu-a-home h4 {
    color: #267AF7;
    font-size: 30px;
    font-family: iransans, sans-serif, Tahoma !important;
    letter-spacing: 1px;
    font-weight: bolder !important;

}

.cu-p-home p {
    text-align: justify !important;
    color: #565252;
    font-size: 18px;
    font-family: iransans, sans-serif, Tahoma !important;
    line-height: 32px;
    letter-spacing: 1px;
}

.cu-btn-home a {
    text-decoration: none;
    font-size: 16px;
    font-family: iranyekan, sans-serif, Tahoma !important;
    background-image: linear-gradient(109deg, var(--e-global-color-1ca8365) 0%, var(--e-global-color-6308f74) 52%);
}

.cu-bg-homea {
    background-image: url("../img/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 200px;
    height: 700px;
}

.cut-center-home {
    width: 700px;
    background-color: rgba(10, 10, 10, .59);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 15px;
    border-radius: 8px;
}

.cu-a-home-b h4 {
    color: #FFFFFF;
    font-size: 30px;
    font-family: iransans, sans-serif, Tahoma !important;
    letter-spacing: 1px;
    font-weight: bolder !important;

}

.cu-p-home-b p {
    color: #FFFFFF;
    font-size: 18px;
    font-family: iransans, sans-serif, Tahoma !important;
    line-height: 32px;
    letter-spacing: 1px;
}

.cu-blog .card-text {
    font-size: 13px;
    font-family: iranyekan, sans-serif, Tahoma !important;
}

.cu-blog a {
    font-size: 14px;
    font-family: iransans, sans-serif, Tahoma !important;
}

.cu-ab-home h1 {
    font-size: 21px;
    font-family: iransans, sans-serif, Tahoma !important;
    font-weight: 600;
    color: #242424;
    margin-top: 30px;
}
.cu-ab-home p{
    font-size: 15px;
    font-family: vazir, sans-serif, Tahoma !important;
    color: #575656;
    text-align: justify;
    line-height: 30px;
    margin-top: 15px;
}
.cu-bg-homeb{
    background-color: #FAFAFA;
}
.cu-footer{
    background-color: #434852;
}
.cu-footer-a{
    border-left: 1px solid #777171;
}
.cu-footer-a p{
    font-size: 14px;
    font-family: iransans, sans-serif, Tahoma !important;
    color: #FFFFFF;
    text-align: justify;
    line-height: 28px;
}
.cu-footer-b ul li span{
    font-size: 18px;
}
.cu-footer-b ul li{
    display: block;
}
.cu-footer-b ul li a{
    line-height: 35px;
    font-size: 15px;
    font-family: iransans, sans-serif, Tahoma !important;
    color: #FFFFFF;
}
.cu-footer-b ul li a:hover{
    color: #a7a9a8;
}
.cu-footer-b h4{
    font-size: 20px;
    font-family: iransans, sans-serif, Tahoma !important;
    color: #FFFFFF;
}
.cu-footer-c ul li{
    display: block;
    font-size: 15px;
    font-family: iransans, sans-serif, Tahoma !important;
    color: #E2E2E3;
    margin-bottom: 1px;
    text-align: justify;
    line-height: 30px;
}
.cu-footer-c ul li a{
    color: #E2E2E3;
}
.cu-footer-c ul li span{
    font-size: 30px !important;
    color: #E2E2E3;
}

.cu-conect-home{
    background-color: #FFFFFF;
    border-radius: 4px;
}
.cu-conect-home span{
    font-size: 60px;
    color: #116CF6;
    background-color: #E8EFFD;
    padding: 10px;
}
.cu-conect-home p{
    font-size: 30px;
    font-family: iranyekan, sans-serif, Tahoma !important;
    color: #242424;
    letter-spacing: 1px;
}
.cu-conect-home small{
    font-family: iranyekan, sans-serif, Tahoma !important;
}
.cu-conect-home a{
    font-size: 20px;
    font-family: iranyekan, sans-serif, Tahoma !important;
    color: #242424;
}
.cu-border{
    border-bottom: 1px solid #777171;
   margin-bottom: 10px;
}

.up-banner {

    max-width: 100%;
    height: 60px;
    background-repeat: no-repeat;
    background-size: 100% 50px;
    margin: 0 auto;

}

@media only screen and (max-width: 992px) {
    .up-banner {
        background-size: cover;
        background-position: center center;
        margin: 0 auto;
        height: auto;
    }
}

.manmenu a span{
    font-size: 22px !important;
    color: #106CF6 !important;
}
.cu-table{
    font-size: 14px;
    font-family: iranyekan, sans-serif, Tahoma !important;
    color: #242424;
    text-align: center;
}
.cu-table thead tr th{
    font-size: 18px !important;
    color: #242424;
}
.cu-con-table h4{
    font-size: 20px;
    font-family: iranyekan, sans-serif, Tahoma !important;
    color: #242424;
    margin-bottom: 15px;
    border-bottom: 1px solid #e0dddd;
    padding: 10px;
}


.cu-dl dl {
    width: 100%;
    overflow: hidden;
    padding: 20px;
    margin: 0;
    background-color: #FAFAFA;


}
.cu-dl dt {
    float: left;
    width: 50%;
    padding: 10px;
    margin: 0;
    border-bottom: 1px solid #e3e0e0;
    font-size: 15px;
    font-family: iranyekan, sans-serif, Tahoma !important;
    color: #7B7D7B;

}
.cu-dl dd {
    float: left;
    width: 50%;
    padding: 10px;
    margin: 0;
    border-bottom: 1px solid #e3e0e0;
    font-size: 15px;
    font-family: iranyekan, sans-serif, Tahoma !important;
    color: #242424;
}


/*gallery*/
.product_img img {
   /* width: 350px;
    height: 400px;*/
}
.product_img {
    text-align: center !important;
}

.img_box img {
    width: 150px;
    height: 150px;
    border: 1px solid #e5e5e5;
    margin: 5px;
    padding: 5px;
    cursor: pointer;
}

.img_box .pic-hov:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    transition: .5s;
}

.cu-img-modal-title{
    font-size: 16px;
    color: #707070;
    font-family: iranyekan, sans-serif, Tahoma !important;
}
.right-img-box {
    height: 400px !important;
}

.right-img-box img {
    max-height: 600px !important;
}
.left-img-box{
    border-right: 1px solid #cccccc;
    overflow-y: auto;
    height: 600px !important;
}
.left-img-box img{
    width: 60%;
    border: 1px solid #cccccc;
    padding: 5px;
    margin: 3px;
    cursor: pointer !important;
}

#site {
    max-width: 100% !important;
    display: block !important;
    height: auto !important;
}
.left-img-box img:hover{
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    transition: .5s;
    transform: scale(1.1);
}

.cu-bg-all{
    background-color: #FAFAFA;
    padding: 10px;
}

.cu1{
    margin-bottom: 30px;
    text-align: center;
}
.cu1 p{
    font-size: 14px;
    color: #707070;
    font-family: sarb, sans-serif, Tahoma !important;
    letter-spacing: 1px;
    line-height: 30px;

}
.cu1 span{
    font-size: 80px;
    margin-bottom: 25px;
    border: 1px solid #707070;
    border-radius: 50%;
    padding: 10px;
    color: #424040;
    background-color: yellow;
}

.card-title{
    font-size: 17px;
    color: #211b1b;
    font-family: sarb, sans-serif, Tahoma !important;
}