.fa, .fas, .pretty {
    line-height: 1;
    display: inline-block
}

.fa, .fas, .pretty, .pretty .state label {
    display: inline-block
}

.pretty input, body {
    margin: 0;
    padding: 0
}

.pretty *, .search input {
    box-sizing: border-box
}

.dropbtn::after, .fa, .fas {
    font-family: "Font Awesome 5 Free"
}

.fa, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 900
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-download:before {
    content: "\f019"
}

.fa-film:before {
    content: "\f008"
}

.fa-home:before {
    content: "\f015"
}

.fa-search:before {
    content: "\f002"
}

.fa-th:before {
    content: "\f00a"
}

.fa-times:before {
    content: "\f00d"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-user:before {
    content: "\f007"
}

.fa-comments:before {
    content: "\f086"
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../webfonts/fa-brands-400.eot);
    src: url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-brands-400.woff2) format("woff2"), url(../webfonts/fa-brands-400.woff) format("woff"), url(../webfonts/fa-brands-400.ttf) format("truetype"), url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../webfonts/fa-regular-400.eot);
    src: url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-regular-400.woff2) format("woff2"), url(../webfonts/fa-regular-400.woff) format("woff"), url(../webfonts/fa-regular-400.ttf) format("truetype"), url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../webfonts/fa-solid-900.eot);
    src: url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.woff) format("woff"), url(../webfonts/fa-solid-900.ttf) format("truetype"), url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pretty {
    position: relative;
    margin-right: 1em;
    white-space: nowrap
}

.pretty input {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 1em;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    cursor: pointer
}

.pretty .state label {
    position: initial;
    font-weight: 400;
    margin: 0;
    text-indent: 1.5em;
    min-width: calc(1em + 2px)
}

.pretty .state label:after, .pretty .state label:before {
    content: '';
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    display: block;
    box-sizing: border-box;
    border-radius: 0;
    border: 1px solid transparent;
    z-index: 0;
    position: absolute;
    left: 0;
    top: calc((0% - (100% - 1em)) - 8%);
    background-color: transparent
}

.pretty.p-default .state label:after {
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    transform: scale(.6)
}

.pretty.p-curve .state label:after, .pretty.p-curve .state label:before {
    border-radius: 20%
}

.pretty input:checked ~ .state.p-primary-o label:after {
    background-color: transparent
}

@media print {
    .pretty .state label:after, .pretty .state label:before, .pretty .state:before {
        color-adjust: exact;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact
    }
}

.site-header {
    width: 100%;
    background-color: #080728;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3);
    left: 0;
    margin: auto;
    direction: rtl;
}

.site-header .right-div {
    width: 200px;
    height: 80px;
    padding: 5px 0 10px
}

.main-logo {
    height: 100%;
    text-align: center;
    width: 100%
}

.main-logo img {
    height: auto;
    width: 120px;
    margin: 6px auto 0
}

.site-header .left-div {
    width: calc(100% - 200px);
}

.site-header .left-div .top {
    width: 100%;
    height: 5px
}

.site-header .left-div .bottom {
    width: 100%;
    padding-right: 10px
}

.site-header .left-div .bottom li {
    margin-right: 25px;
    line-height: 70px
}

.site-header .left-div .bottom li a {
    color: #f999b7;
    direction: rtl
}

.site-header .left-div .bottom li .active, .site-header .left-div .bottom li a:hover {
    color: #f2789f
}

.site-header .left-div .bottom li a i {
    margin-left: 10px;
    font-size: 18px;
    color: #f9c5d5
}

.head-search-box {
    height: 80px;
    padding: 9px 0;
    position: absolute;
}

.open-menu {
    display: none;
    float: right;
    width: 30px;
    font-size: 32px;
    margin-left: 20px;
    margin-right: 5px;
    margin-top: 15px;
    color: #f999b7
}

.close-menu {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 35px;
    display: none
}

body {
    background: #fee3EC91
}

.search {
    width: 250px
}

.search input {
    direction: rtl;
    text-align: right;
    padding: 10px;
    height: 50px;
    background: #f999b7;
    border: 4px solid #f999b7;
    font-size: 18px;
    color: #000;
    outline: 0;
    width: 250px;
    border-radius: 10px
}

.search input:focus {
    width: 200px
}

.search i {
    color: #f2789f;
    position: absolute;
    top: 19px;
    left: 10px;
    font-size: 30px
}

@media only screen and (max-width: 1500px) {
    .site-header .left-div .bottom li {
        margin-right: 15px
    }

    .site-header .left-div .bottom li a i {
        margin-left: 5px
    }
}

@media only screen and (max-width: 1200px) {
    .site-header .right-div {
        width: 180px;
        padding: 7px 2px 8px 0
    }

    .site-header .left-div {
        width: calc(100% - 180px)
    }

    .site-header .left-div .bottom {
        width: 100%
    }
}

@media only screen and (max-width: 990px) {
    .close-menu, .open-menu {
        display: block
    }

    .site-header {
    }

    .site-header ul {
        display: block !important;
    }

    .site-header .right-div {
        width: 150px
    }

    .site-header .left-div {
        width: calc(100% - 205px);
    }

    .site-header .left-div .bottom {
        width: 150%;
        height: 100%;
        position: fixed;
        right: -160%;
        top: 0;
        z-index: 1001;
        padding: 100px 50px;
        transition: .4s;
        background: -moz-linear-gradient(left, rgba(0, 22, 31, 0) 0, rgba(0, 22, 31, .9) 13%, rgba(0, 22, 31, .9) 41%, rgba(0, 22, 31, .9) 99%);
        background: -webkit-linear-gradient(left, rgba(0, 22, 31, 0) 0, rgba(0, 22, 31, .9) 13%, rgba(0, 22, 31, .9) 41%, rgba(0, 22, 31, .9) 99%);
        background: linear-gradient(to right, rgba(0, 22, 31, 0) 0, rgba(0, 22, 31, .9) 13%, rgba(0, 22, 31, .9) 41%, rgba(0, 22, 31, .9) 99%)
    }

    .site-header .left-div .bottom nav {
        width: 300px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        background-color: #fff;
        z-index: 1001;
        padding: 100px 10px;
        box-shadow: -5px 2px 4px 0 rgba(0, 0, 0, .1)
    }

    .site-header .left-div .bottom li {
        width: 100%;
        margin-bottom: 15px;
        line-height: initial
    }

    .site-header .left-div .bottom li a {
        color: #222
    }

    .open-menu {
        line-height: 43px
    }

    .search, .search input {
        width: 100%
    }

    .search input:focus {
        width: 82%
    }
}

.search-main-in .item li a .large-span, .search-main-in .item li a .normal-l-span, .search-main-in .item li a .normal-span, .search-main-in .item li a .small-span {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 28px;
    float: left;
    padding: 0;
    line-height: 24px;
    margin-left: 20px;
    direction: ltr;
    color: #777;
    text-align: right;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    direction: ltr
}

@media only screen and (max-width: 600px) {

    .site-header .left-div {
        width: 100%;
        height: 60px;
        position: absolute;
        top: 60px;
        left: 0
    }

    .open-menu {
        color: #f999b7
    }
}

.slider-area {
    display: block;
    position: relative;
    overflow: hidden
}

.dropbtn {
    background-color: #f9c5d5;
    color: #020f36;
    padding: 16px 26px 16px 16px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: right;
    float: right;
    position: relative;
    display: inline-block
}

.dropbtn::after {
    content: "\f107";
    position: absolute;
    left: 15px;
    top: 22px;
    font-weight: 700;
    font-size: 21px
}

.dropbtn:focus, .dropbtn:hover {
    background-color: #c2c2c2;
    color: #000
}

.show {
    display: block
}

.dropdown-toggle::after {
    border: none;
    left: 30px;
    font-size: 23px
}

.pretty .state label:before, .pretty input:checked ~ .state.p-primary-o label:before {
    border-color: #848484
}

.pretty.p-default input:checked ~ .state label:after, .pretty.p-default:not(.p-fill) input:checked ~ .state.p-primary-o label:after {
    background-color: #000 !important
}

.search-main-in .item li a .large-span {
    width: calc(100% - 50px)
}

.search-main-in .item li a .normal-span {
    width: calc(100% - 80px)
}

.search-main-in .item li a .normal-l-span {
    width: calc(100% - 60px)
}

.search-main-in .item li a .small-span {
    width: calc(100% - 110px)
}

@media only screen and (max-width: 1200px) {
    .dropbtn {
        font-size: 14px
    }

    .search-main-in .item li a .large-span {
        width: calc(100% - 50px);
        color: #ff6f00
    }

    .search-main-in .item li a .normal-span {
        width: calc(100% - 73px);
        color: #ff6f00
    }

    .search-main-in .item li a .normal-l-span {
        width: calc(100% - 55px);
        color: #ff6f00
    }

    .search-main-in .item li a .small-span {
        width: calc(100% - 100px);
        color: #ff6f00
    }
}
