<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'UTF-8';

.about_us ._left a &gt; *, .slick-slide.dragging img, .slideshow .item a {
    pointer-events: none
}

.slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden
}

.slick-dots li button:before, .slick-next:before, .slick-prev:before {
    font-family: slick;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.about_us, .about_us ._left a span, .slideshow .pagination {
    display: flex;
    align-items: center;
    justify-content: center
}

@font-face {
    font-family: Light;
    src: url(src/font/IRANSansLight.woff?469a8f6aa5b4631045b7d922102392ac) format("woff")
}

@font-face {
    font-family: Medium;
    src: url(src/font/IRANSansMedium.woff?7e5c1289975b413a1f109bc490d7508c) format("woff")
}

.svg_icons {
    display: none !important
}

.news_box .news_carousel .slick-arrow {
    display: none
}

.news_box .news_carousel .slick-dots .slick-active button:before {
    color: #44a6f0
}

.slideshow {
    position: relative;
    width: 100%;
    height: calc(100vh - 45px - 58px + 4px)
}

@media (max-width:500px) {
    .slideshow {
        height: 500px
    }
}

.slideshow .item {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    transition: all .22s ease-in-out;
    -moz-transition: all .22s ease-in-out;
    -webkit-transition: all .22s ease-in-out;
    z-index: 1;
    opacity: 0
}

    .slideshow .item img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .slideshow .item.current {
        opacity: 1;
        z-index: 2
    }

    .slideshow .item:nth-child(1) {
        background: #ccc
    }

    .slideshow .item:nth-child(2) {
        background: #0e1d25
    }

.slideshow .pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 36px;
    transition: all .18s ease-in-out;
    -moz-transition: all .18s ease-in-out;
    -webkit-transition: all .18s ease-in-out;
    opacity: 0;
    z-index: 10
}

    .slideshow .pagination span {
        cursor: pointer;
        width: 10px;
        height: 10px;
        background: #fff;
        box-shadow: 0 0 5px rgba(53,53,53,.49);
        -webkit-box-shadow: 0 0 5px rgba(53,53,53,.49);
        -moz-box-shadow: 0 0 5px rgba(53,53,53,.49);
        border-radius: 50%;
        margin: 0 8px;
        transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out
    }

        .slideshow .pagination span.current {
            background: #44a6f0;
            transform: scale(1.28);
            -moz-transform: scale(1.28);
            -webkit-transform: scale(1.28);
            -ms-transform: scale(1.28)
        }

        .slideshow .pagination span:hover {
            background: #44a6f0
        }

.slideshow .controller button {
    width: 44px;
    height: 44px;
    background: 0 0;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
    transition: all .18s ease-in-out;
    -moz-transition: all .18s ease-in-out;
    -webkit-transition: all .18s ease-in-out;
    opacity: 0
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before, .slideshow:hover .controller button, .slideshow:hover .pagination {
    opacity: 1
}

.slideshow .controller button i {
    font-size: 44px;
    pointer-events: none;
    color: #fff;
    text-shadow: 0 0 5px rgba(53,53,53,.49)
}

.slideshow .controller .prev_item {
    right: 34px;
    justify-content: flex-start
}

    .slideshow .controller .prev_item:hover {
        right: 26px
    }

.slideshow .controller .next_item {
    left: 34px;
    justify-content: flex-end
}

    .slideshow .controller .next_item:hover {
        left: 26px
    }

.about_us {
    padding: 6em calc(10em - 60px)
}

@media (max-width:880px) {
    .about_us {
        padding: 6em 1.84em;
        flex-direction: column
    }
}

.about_us ._right {
    position: relative;
    width: 55%;
    padding-left: 1.62em
}

@media (max-width:880px) {
    .about_us ._right {
        width: calc(100% - 30px);
        padding: 0;
        margin: 0 0 2.84em
    }
}

.about_us ._right::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% + 60px);
    background: url(src/icon/About_Us.svg?dc43f64a213d337f89344289617a3c42) center right no-repeat;
    background-size: auto 100%;
    top: -24px;
    right: -60px
}

.about_us ._right img {
    position: relative;
    border-radius: 10px;
    width: 100%;
    display: block;
    z-index: 2
}

.about_us ._left {
    width: 45%;
    padding-right: 1.62em
}

@media (max-width:880px) {
    .about_us ._right::before {
        height: calc(100% + 30px);
        top: -12px;
        right: -30px
    }

    .about_us ._left {
        width: 100%;
        padding: 0
    }
}

.about_us ._left p {
    font-size: 2.12em;
    font-weight: 700;
    color: #44a6f0;
    line-height: 1;
    margin-bottom: 18px
}

.about_us ._left &gt; span {
    display: block;
    font-size: .92em;
    font-weight: 700;
    color: #505050;
    text-align: justify
}

.about_us ._left a {
    border-radius: 42px;
    cursor: pointer;
    background: #44a6f0;
    font-size: .98em;
    font-weight: 400;
    color: #fff;
    padding: 8px 14px 8px 12px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

    .about_us ._left a:hover {
        background: #319dee
    }

    .about_us ._left a span {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background: #fff;
        margin-right: 42px
    }

        .about_us ._left a span i {
            color: #44a6f0;
            font-size: 13.33px;
            height: 12px
        }

.news_box {
    position: relative;
    padding: 0 calc(10em - 60px);
    margin: 1em 0 7em
}

@media (max-width:880px) {
    .news_box {
        padding: 0 1.84em
    }
}

.news_box .news_bg {
    position: absolute;
    top: 60%;
    right: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 100%;
    z-index: -1
}

.slick-list, .slick-slider, .slick-track {
    position: relative;
    display: block
}

.news_box &gt; .title_h4 {
    font-size: 1.64em;
    font-weight: 700;
    color: #44a6f0;
    cursor: default;
    text-align: center;
    margin-bottom: .87em
}

.news_box .news_carousel .slick-track {
    padding: 12px 0
}

.news_box .news_carousel .items {
    margin: 0 7px;
    border: 1px solid rgba(204,204,204,.11);
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 5px 3px rgba(0,0,0,.03);
    -webkit-box-shadow: 0 0 5px 3px rgba(0,0,0,.03);
    -moz-box-shadow: 0 0 5px 3px rgba(0,0,0,.03)
}

    .news_box .news_carousel .items:active, .news_box .news_carousel .items:focus {
        box-shadow: 0 0 5px 3px rgba(0,0,0,.03);
        -webkit-box-shadow: 0 0 5px 3px rgba(0,0,0,.03);
        -moz-box-shadow: 0 0 5px 3px rgba(0,0,0,.03);
        outline: 0
    }

    .news_box .news_carousel .items .image_box {
        width: 100%
    }

        .news_box .news_carousel .items .image_box img {
            width: 100%;
            height: 178px;
            object-fit: cover;
            display: block
        }

    .news_box .news_carousel .items &gt; .details {
        background: #fff
    }

        .news_box .news_carousel .items &gt; .details .Title {
            display: block;
            padding: 20px 20px 12px;
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 1.08em;
            font-weight: 700;
            color: #0e1d25
        }

        .news_box .news_carousel .items &gt; .details .details {
            padding: 0 20px;
            display: block;
            font-size: .86em;
            font-weight: 700;
            min-height: 154px;
            color: #505050;
            text-align: justify
        }

        .news_box .news_carousel .items &gt; .details .time {
            display: block;
            margin: 12px 20px 14px;
            font-size: .84em;
            color: #646464;
            text-align: left
        }

        .news_box .news_carousel .items &gt; .details .link {
            color: #44a6f0;
            text-align: center;
            font-size: .88em;
            font-weight: 700;
            display: block;
            border-top: 1px solid rgba(204,204,204,.36);
            padding: 10px 0;
            transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out
        }

            .news_box .news_carousel .items &gt; .details .link:hover {
                color: #1e94ed
            }

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: 0
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto
}

    .slick-track:after, .slick-track:before {
        display: table;
        content: ''
    }

    .slick-track:after {
        clear: both
    }

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-dots, .slick-next, .slick-prev {
    position: absolute;
    display: block;
    padding: 0
}

.slick-loading .slick-list {
    background: url(../src/js/slick/ajax-loader.gif?c5cd7f5300576ab4c88202b42f6ded62) center center no-repeat #fff
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(../src/js/slick/fonts/slick.eot?ced611daf7709cc778da928fec876475);
    src: url(../src/js/slick/fonts/slick.eot?ced611daf7709cc778da928fec876475?#iefix) format('embedded-opentype'),url(../src/js/slick/fonts/slick.woff?b7c9e1e479de3b53f1e4e30ebac2403a) format('woff'),url(../src/js/slick/fonts/slick.ttf?d41f55a78e6f49a5512878df1737e58a) format('truetype'),url(../src/js/slick/fonts/slick.svg?f97e3bbf73254b0112091d0192f17aec#slick) format('svg')
}

.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

    .slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
        color: transparent;
        outline: 0;
        background: 0 0
    }

    .slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
        opacity: .25
    }

    .slick-next:before, .slick-prev:before {
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        color: #fff
    }

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

.slick-next:before, [dir=rtl] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

    [dir=rtl] .slick-next:before {
        content: '←'
    }

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    bottom: -25px;
    width: 100%;
    margin: 0;
    list-style: none;
    text-align: center
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: 0;
            background: 0 0
        }

            .slick-dots li button:focus, .slick-dots li button:hover {
                outline: 0
            }

                .slick-dots li button:focus:before, .slick-dots li button:hover:before {
                    opacity: 1
                }

            .slick-dots li button:before {
                font-size: 6px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                content: '•';
                text-align: center;
                opacity: .25;
                color: #000
            }

        .slick-dots li.slick-active button:before {
            opacity: .75;
            color: #000
        }

        .slick-dots li button:before {
            font-size: 24px !important
        }

@media (min-width: 880px) {
    .slick-dots {
        display: none
    }
}

.lists{
    z-index:100 !important;
   
}
    .lists &gt; ul {
        z-index: 2000000 !important;
        position:relative !important;
    }
    .lists &gt; ul &gt; li {
        cursor: pointer !important;
           z-index:400000 !important;
    }

#news img {
    width: 100% !important;
    height: 200px !important;
}</pre></body></html>