@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 100;
    src: url("../fonts/IRANSansX-Thin.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/IRANSansX-UltraLight.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/IRANSansX-Light.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/IRANSansX-Medium.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: IRANSansXd;
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/IRANSansX-Demibold.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/IRANSansX-Black.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/IRANSansX-Bold.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/IRANSansX-Regular.woff2") format("woff2");
    font-display: swap;
}


body {
    font-family: "IRANSansX";
    background-color: rgb(248 252 255);
    direction: rtl;
    padding-top: 92px;
}


.top-menu>li {
    display: inline-block;
    margin-left: 25px;
    position: relative;
}


.top-menu {
    margin: 0;
    padding: 0;
}

.shapes img {
    z-index: -1;
}

.header-logo a img {
    height: 60px;
}

.top-menu>li::before {
    content: "";
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 0;
    height: 3px;
    border-radius: 2px;
    background-color: rgb(62, 90, 252);
    transition: all .3s ease;
}



.top-menu>li:hover::before {
    width: 100%;
}


.top-menu li a {
    color: #000;
    text-decoration: none;
    position: relative;
}









.top-menu>li ul {
    position: absolute;
    min-width: 200px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
    top: 45px;
    right: -50px;
    list-style-type: none;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.15);
    transform: translateY(0px);
    padding-right: 20px;
    z-index: 2;
}

.top-menu>li ul li a {
    display: block;
    padding: 5px;
    font-size: 14px;
    transition: all .3s;
    position: relative;
}

.top-menu>li ul li a:hover {
    color: #3f51b5;
    margin-right: 5px;
    font-weight: bold;
}

.top-menu>li ul li a:hover:before {
    left: 0px;
}


.top-menu>li>ul>li>ul {
    right: 205px;
    top: 5px;
}

.top-menu>li:hover>ul {
    opacity: 1;
    transform: translateY(-5px);
    transition: all .3s;
    visibility: visible;
}

.top-menu>li>ul>li:hover>ul {
    opacity: 1;
    transform: translateY(-5px);
    transition: all .3s;
    visibility: visible;
}





.top-menu>li>a:before {
    content: '';
    background-image: url("../images/icons/chevron-down-svgrepo.svg");
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 3px;
    position: absolute;
    left: -19px;
    font-size: 7px;
    top: 6px;
}



.top-menu>li>ul>li a:before {
    content: '';
    background-image: url("../images/icons/chevron-left-svgrepo.svg");
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 3px;
    position: absolute;
    font-size: 7px;
    left: 0;
    top: 25px;
    transition: all .3s;
}



.top-menu>li>ul>li a:before {
    content: '';
    font-size: 10px;
    color: #fff;
    padding-left: 3px;
    position: absolute;
    left: 10px;
    top: 13px
}

.top-menu>li>a:only-child:after,
.top-menu>li>ul>li a:only-child:after {
    content: '' !important;
    background-image: none !important;

}

.top-menu>li>a:only-child:before,
.top-menu>li>ul>li a:only-child:before {
    content: '' !important;
    background-image: none !important;

}

.mobile-menu {
    margin-top: 30px;
    margin-right: 15px;
    list-style-type: none;
}

.mobile-menu ul {
    display: none;
    margin-right: 10px;
}

.mobile-menu li {
    padding: 5px;
    border-radius: 5px;
    border-bottom: 1px dashed #c3c0c0;
}

.mobile-menu li:last-child {
    border-bottom: none;
}

.mobile-menu li a:hover {
    background-color: #d3d3d3;
}

.mobile-menu li a {
    padding: 5px;
    display: block;
    border-radius: 5px;
    position: relative;
    color: #000;
    text-decoration: none;
    padding: 10px 5px;
}

.mobile-menu>li>a:before {
    content: '';
    background-image: url("../images/icons/chevron-down-svgrepo.svg");
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 3px;
    position: absolute;
    left: 10px;
    font-size: 7px;
    transition: all 0.3s;
    top: 16px;
}


.mobile-menu>li>ul>li a:before {
    content: '';
    background-image: url("../images/icons/chevron-down-svgrepo.svg");
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 3px;
    position: absolute;
    font-size: 7px;
    left: 10px;
    top: 16px;
    transition: all 0.3s;
}

.mobile-menu>li>a:only-child:after,
.mobile-menu>li>ul>li a:only-child:after {
    content: '' !important;
    background-image: none !important;

}

.mobile-menu>li>a:only-child:before,
.mobile-menu>li>ul>li a:only-child:before {
    content: '' !important;
    background-image: none !important;

}


.sidebar-overlay {
    z-index: 999999999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.92);
    position: fixed;
    right: 0px;
    top: 0px;
    display: none;
}

.sidebar-menu {
    position: fixed;
    z-index: 999999999;
    background: #fff;
    width: 315px;
    height: 100%;
    top: 0;
    right: -400px;
    transition: all 0.2s;
    overflow-y: scroll;
}

#category-wrapper {
    padding-top: 120px;
    padding-bottom: 20px;
}

@media (max-width:576px) {

    body {
        padding-top: 60px;
    }
    .header-logo a img {
        height: 40px;
    }
}

.text-editor * {
    text-align: justify;
}

.text-editor *:not(h1, h2, h3, h4, h5, h6) {
    line-height: 33px;
    font-size: 15px;
}

.text-editor p {
    color: #404040;
}

.text-editor img {
    max-width: 100%;
    height: auto;
}

.text-editor a {
    color: #4169e1;
    text-decoration: none;
}


.text-editor ul li::marker {
    color: #4169e1;
}



.footer-wrapper {
    background: linear-gradient(to top, #09203f 0%, #537895 100%);
    padding: 40px;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.footer-links li a {
    color: #fff;
}

.footer-links li {
    margin-left: 30px;
    display: inline-block;
}

.footer-logo img {
    height: 50px;
}

.footer-text {
    color: #d6d6d6;
    font-size: 13px;
    line-height: 26px;
}

.footer-content {
    padding: 25px;
    border-radius: 15px;
    background-color: #06224733;
}

.footer-content .title {
    color: #d6d6d6;
}

.footer-call-info {
    padding-top: 10px;
}

.footer-call-info li {
    color: #d6d6d6;
    margin-bottom: 10px;
}

.footer-call-info li a {
    color: #d6d6d6;
}

.footer-bottom p {
    font-size: 13px;
    color: #3f3f3f;
}

.footer-social li {
    display: inline-block;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
}

.sidebar-menu.show-menu {
    right: -1px ;
}

.sidebar-logo a img {
    height: 40px;
}