@charset "utf-8";
/**css reset*/

html, body, div, input, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead,
tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    transition: all 0.4s ease-in-out;
}

body {
    direction: rtl;
    font-family: IRANYekan;
    font-size: 10pt;
    color: #f2f2f2;
    background: #2f2f2f;
    transition: all 0.4s ease-in-out;
    box-sizing: border-box;
    cursor: context-menu;
}

hr {
    background-image: linear-gradient(to left, transparent, #ffc600, transparent);
    border: 0;
    height: 1px;
    margin: 10px 0 10px 0;
    box-sizing: content-box;
}

a {
    color: #ffc600;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #ffc60066;
}

.clear {
    clear: both;
}

.container {
    width: calc(100% - 20px);
    max-width: 1260px;
    margin: auto;
}

.btn_purple {
    display: inline-block;
    padding: 10px 20px;
    color: #1e1e1e;
    background: #ffc600;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}

.btn_purple:hover {
    color: #1e1e1e;
    background: #ffc600bb;
}

.header {
    padding: 30px 50px;
    height: 97px;
    box-sizing: border-box;
}

.header .open_menu {
    display: none;
    font-size: 24px;
    padding: 2px;
    cursor: pointer;
    margin-left: 10px;
}

.header h1 {
    display: inline-block;
    font-size: 20pt;
    font-weight: 800;
}

.header .menu {
    display: inline-block;
    margin-right: 50px;
}

.header .menu ul {
    list-style: none;
}

.header .menu ul li {
    display: inline-block;
    position: relative;
    margin: 0 10px;
}

.header .menu ul li a {
    color: #323232;
    font-weight: 600;
    padding: 5px 5px;
}

.header .menu ul li a:hover {
    color: #2e2e2e;
}

.header .menu ul li ul {
    display: none;
    position: absolute;
    width: 200px;
    border-radius: 8px;
    background: #ffffff;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.header .menu ul li:hover ul {
    display: block;
}

.header .menu ul li ul li {
    display: block;
    margin: 0;
}

.header .menu ul li ul li a {
    display: block;
    padding: 10px 10px;
}

.header .menu ul li ul li a:hover {
    background: #8e44ad;
    color: #ffffff;
}

.header .btn_panel {
    float: left;
    margin-top: 5px;
}

.header .btn_panel .btn_purple {
    padding: 5px 20px;
}

.header .btn_panel .btn_purple i {
    display: none;
}

.header .btn_panel .btn_purple span {
    display: inline;
}

.top_image {
    display: block;
    width: 100%;
    height: calc(100vh - 97px);
    overflow: hidden;
}

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

.top_image .top_container {
    position: relative;
    top: -100%;
    width: 60%;
    padding: 50px 50px 0 50px;
    box-sizing: border-box;
}

.top_image .top_container .line {
    width: 50px;
    height: 5px;
    border-radius: 5px;
    background: #8e44ad;
    margin-bottom: 25px;
    margin-top: 35px;
}

.top_image .title {
    display: block;
    font-size: 32pt;
    font-weight: 600;
}

.top_image .title span {
    color: #612e76;
}

.top_image .description {
    display: block;
    color: #6d6d6d;
    margin: 40px 0;
    font-size: 12pt;
    text-align: justify;
}

.top_image .btn {

}

.top_image .btn .btn_null {
    display: inline-block;
    padding: 10px 5px;
    margin-right: 20px;
    color: #6d6d6d;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}

.top_image .btn .btn_null i {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #6d6d6d;
    color: #ffffff;
    text-align: center;
    padding-top: 8px;
    box-sizing: border-box;
    margin-left: 10px;
}

.top_image .btn .btn_null:hover i {
    background: #333333;
}

.top_image .btn .btn_null:hover span {
    color: #333333;
}

.main_slider {
    margin: 50px 0;
}

.main_slider .header_slider {
    margin-bottom: 30px;
}

.main_slider .header_slider i {
    vertical-align: middle;
    font-size: 20px;
    width: 35px;
    height: 35px;
    border-radius: 8px;
    background: #333333;
    color: #ffffff;
    text-align: center;
    padding-top: 7px;
    box-sizing: border-box;
}

.main_slider .header_slider span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14pt;
    font-weight: 600;
    color: #333333;
    margin-right: 20px;
}

.post .header_slider span,
.archive .header_slider span {
    width: calc(100% - 60px);
}

.main_slider .header_slider .btn_slider {
    float: left;
    margin-top: 10px;
}

.main_slider .header_slider .btn_slider .line {
    display: inline-block;
    width: 35px;
    height: 5px;
    border-radius: 4px;
    background: #8e44ad;
    margin: 0 5px;
}

.main_slider .header_slider .btn_slider .line_deactivate {
    background: #8e44ad66;
    cursor: pointer;
}

.main_slider .header_slider .btn_slider .line_deactivate:hover {
    background: #8e44adbb;
}

.main_slider .scroll_container {
    width: calc(345px * 3);
    margin: auto;
    overflow: hidden;
    padding-bottom: 10px;
}

.main_slider .scroll_container .scroll_scroller {
    width: calc(345px * 9);
    margin-right: 0;
    transition: all 0.8s ease-in-out;
}

.post_item {
    position: relative;
    top: 0;
    display: inline-block;
    vertical-align: top;
    width: 300px;
    border-radius: 10px;
    padding: 10px 12px;
    box-sizing: border-box;
    background: #dbdbdb;
    margin: 8px 20px;
    cursor: pointer;
    box-shadow: 0 8px 4px #dbdbdb33;
}

.archive .post_item {
    width: calc(33% - 40px) !important;
    margin: 20px !important;
}

.post_item:hover {
    top: -8px;
    box-shadow: 0 15px 12px #dbdbdb99;
}

.post_item img {
    width: 100%;
    height: 160px;
    border-radius: 10px;
    object-fit: cover;
    box-shadow: 0 8px 10px #8e44ad33;
}

.post_item:hover img {
    box-shadow: 0 8px 10px #8e44ad66;
}

.post_item .item_title {
    padding: 10px 10px;
}

.post_item .item_title span {
    display: inline-block;
    vertical-align: middle;
    color: #333333;
    font-weight: 600;
    width: calc(100% - 42px);
    margin-left: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.post_item .item_title i {
    font-size: 10px;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #8e44ad;
    color: #ffffff;
    text-align: center;
    padding-top: 10px;
    box-sizing: border-box;
}

.post_item:hover .item_title i {
    background: #612e76;
}

.work {
    margin: 50px 0;
}

.work .work_description {
    display: inline-block;
    vertical-align: top;
    width: 380px;
    padding-left: 20px;
    box-sizing: border-box;
}

.work .work_description .work_title {
    display: block;
    font-weight: 600;
    font-size: 18pt;
    color: #333333;
}

.work .work_description .work_text {
    display: block;
    color: #6d6d6d;
    margin: 25px 0;
    font-size: 10pt;
    text-align: justify;
}

.work .work_img {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 690px);
    text-align: center;
}

.work .work_img img {
    display: inline-block;
    width: 100%;
    max-width: 315px;
    object-fit: contain;
}

.work .work_statistic {
    display: inline-block;
    vertical-align: top;
    width: 300px;
}

.statistic_item {
    display: block;
    margin-bottom: 25px;
}

.statistic_item .item_title {
    display: block;
    font-weight: 600;
    font-size: 12pt;
    color: #333333;
}

.statistic_item .item_text {
    display: block;
    font-size: 9pt;
    color: #6d6d6d;
    margin: 15px 0 8px 0;
}

.statistic_item .item_line {
    display: block;
    width: 100%;
    height: 5px;
    background: #ededed;
    border-radius: 5px;
}

.statistic_item .item_line_fill {
    display: block;
    height: 5px;
    background: #8e44ad;
    border-radius: 5px;
}

.customer_slider {
    background: #f5f5f5;
    padding: 50px 0;
    box-sizing: border-box;
    overflow: hidden;
}

.customer_slider .customer_scroller {
    display: block;
    margin: 0;
    transition: all 0.4s ease-in-out;
}

.customer_slider .customer_item {
    display: inline-block;
    vertical-align: top;
    padding: 0 50px;
    box-sizing: border-box;
}

.customer_slider .customer_item .item_img {
    display: inline-block;
    width: 200px;
    vertical-align: top;
}

.customer_slider .customer_item .item_img img {
    border-radius: 5px;
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.customer_slider .customer_item .item_img i {
    font-size: 50px;
    color: #8e44ad;
    margin-top: -20px;
    margin-right: 30px;
    transform: rotateY(180deg);
}

.customer_slider .customer_item .item_description {
    display: inline-block;
    width: calc(100% - 205px);
    padding-right: 50px;
    padding-top: 35px;
    vertical-align: top;
    box-sizing: border-box;
}

.customer_slider .customer_item .item_description .item_text {
    color: #333333;
    font-size: 12pt;
    display: block;
    text-align: justify;
    font-weight: 600;
    margin-bottom: 10px;
    height: 145px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.customer_slider .customer_item .item_description .item_name {
    display: inline-block;
    color: #6d6d6d;
    font-size: 12px;
    padding-top: 5px;
}

.customer_slider .customer_item .item_description .item_name .line {
    display: inline-block;
    background: #6d6d6d;
    width: 10px;
    height: 1px;
    margin-left: 5px;
}

.customer_slider .customer_item .item_description .scroll_btn {
    float: left;
}

.customer_slider .customer_item .item_description .scroll_btn i {
    font-size: 18px;
    margin: 0 5px;
    padding: 5px;
    cursor: pointer;
    color: #333333;
}

.customer_slider .customer_item .item_description .scroll_btn .deactivate {
    color: #33333355;
    cursor: context-menu;
}

.service {
    padding: 50px 0;
    text-align: center;
}

.service .service_item {
    display: inline-block;
    vertical-align: middle;
    width: 310px;
    padding: 0 20px;
    box-sizing: border-box;
}

.service .service_item .item_top {
    margin-bottom: 15px;
}

.service .service_item .item_top .single_i {
    font-size: 26px;
    color: #8e44ad;
}

.service .service_item .item_top .title {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 12pt;
}

.service .service_item .item_top .title i {
    font-size: 16px;
    color: #8e44ad;
}

.service .service_item .item_top .star i {
    color: #ff8c01;
    font-size: 14px;
}

.service .service_item .item_top img {
    display: inline-block;
    width: 35px;
    height: 35px;
    object-fit: cover;
    border-radius: 50%;
    border: solid 2px #ffffff;
    position: relative;
}

.service .separator {
    display: inline-block;
    vertical-align: middle;
    height: 35px;
    width: 3px;
    border-radius: 3px;
    background: #f1f4f9;
    margin: 0 15px;
}

.footer {
    background: #8e44ad;
    padding: 10px 0;
}

.footer .footer_top {
    border-bottom: solid 1px #dbdbdb88;
    padding: 50px 0;
    margin-bottom: 40px;
}

.footer .footer_top .text {
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 5px);
    font-size: 22pt;
    font-weight: 800;
    color: #ffffff;
}

.footer .footer_top .btn {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: calc(50% - 5px);
}

.btn_round {
    display: inline-block;
    background: #ffffff;
    color: #8e44ad;
    padding: 9px 20px;
    border-radius: 30px;
    cursor: pointer;
}

.btn_round:hover {
    background: #ffffffbb;
}

.btn_round i {
    margin-left: 5px;
    vertical-align: middle;
    font-size: 16px;
}

.btn_round span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12pt;
    font-weight: 600;
}

.btn_round_border {
    display: inline-block;
    font-size: 10pt;
    font-weight: 600;
    margin-right: 5px;
    color: #ffc600 !important;
    padding: 3px 15px;
    border-radius: 30px;
    border: solid 1px #ffc600;
    cursor: pointer;
}

.btn_round_border:hover {
    background: #ffc600 !important;
    color: #42494a !important;
}

.btn_round_border i {
    display: inline-block;
    vertical-align: inherit !important;
    font-size: 14px !important;
    width: auto !important;
    font-weight: 400 !important;
    color: #ffc600;
}

.btn_round_border:hover i {
    color: #42494a !important;
}

.footer .footer_bottom {
    padding-bottom: 20px;
}

.footer .footer_bottom .footer_contact {
    display: inline-block;
    vertical-align: top;
    width: calc(55% - 5px);
}

.footer .footer_bottom .footer_contact .title {
    display: block;
    color: #ffffff;
    font-size: 18pt;
    font-weight: 800;
}

.footer .footer_bottom .footer_contact .text {
    display: block;
    color: #bfb2bf;
    width: 140px;
    margin: 20px 0;
}

.footer .footer_bottom .footer_contact .social a {
    display: inline-block;
    background: #ffffff55;
    width: 25px;
    height: 25px;
    color: #ffffff;
    border-radius: 50px;
    text-align: center;
    padding-top: 5px;
    box-sizing: border-box;
    cursor: pointer;
}

.footer .footer_bottom .footer_contact .social a:hover {
    background: #ffffff22;
}

.footer .footer_bottom .footer_menu {
    display: inline-block;
    vertical-align: top;
    width: calc(15% - 5px);
}

.footer .footer_bottom .footer_menu .title {
    display: block;
    color: #ffffff;
    font-weight: 600;
    font-size: 12pt;
    margin-bottom: 15px;
}

.footer .footer_bottom .footer_menu a {
    display: block;
    color: #bfb2bf;
    margin-bottom: 8px;
    cursor: pointer;
    padding: 2px 0;
}

.footer .footer_bottom .footer_menu a:hover {
    color: #8d838d;
}

.copyright {
    background: #612e76;
    color: #f1f4f9;
    font-size: 9pt;
    padding: 15px 0;
    text-align: center;
}

.copyright a {
    color: #f1f4f9aa;
}

.copyright a:hover {
    color: #f1f4f977;
}

.post .header_slider span {
    margin-bottom: 10px;
}

.post .header_slider .date {
    display: block;
    font-size: 9pt;
    color: #6d6d6d;
    margin-right: 60px;
    margin-bottom: 5px;
}

.post .post_img {
    display: block;
    width: 100%;
    max-width: 800px;
    margin: 25px auto;
    border-radius: 8px;
}

.post .post_text {
    display: block;
    margin: 10px 0;
}

.post .post_text ul,
.post .post_text ol {
    display: block;
    margin-right: 25px;
}

.post .post_text img {
    display: block;
    margin: 25px;
}

.comment {
    background: #dbdbdb;
    border-radius: 5px;
    padding: 20px;
    display: block;
    margin: 10px 0;
}

.comment img {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    object-fit: cover;
}

.comment .title {
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
}

.comment .title span {
    display: block;
    color: #6d6d6d;
    font-size: 9pt;
}

.comment .title .name {
    color: #333333;
    font-size: 12pt;
}

.comment .text {
    display: block;
    margin-top: 10px;
    color: #333333;
}

.comment .btn_round_border {
    display: inline-block;
    padding: 2px 20px;
    margin-top: 15px;
    font-size: 10pt;
    color: #612e76;
    border: 1px solid #612e76;
    float: left;
}

.comment .btn_round_border:hover {
    color: #dbdbdb;
    background: #612e76;
    border: 1px solid #612e76;
}

.comment .comment {
    margin-right: 50px;
    border: solid 1px #bfb2bf;
    border-radius: 5px;
}

.comment textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    border: none;
    background: #ffffff66;
    border-radius: 5px;
    height: 90px;
    min-height: 50px;
    max-height: 150px;
    padding: 10px;
    box-sizing: border-box;
}

.side_menu {
    display: inline-block;
    position: fixed;
    height: 100vh;
    width: 250px;
    right: -250px;
    padding-bottom: 10px;
    z-index: 12;
    box-sizing: border-box;
    background: #ffffff;
}

.side_menu .title {
    padding-bottom: 10px;
}

.side_menu .title i {
    margin: 15px 10px;
    font-size: 20px;
    cursor: pointer;
}

.side_menu .title span {
    margin: 15px 0;
    font-size: 14pt;
}

.side_menu .right_item .item {
    display: block;
    margin-bottom: 5px;
    font-size: 10pt;
    color: #333333;
    padding: 8px 15px;
}

.side_menu .right_item .sub {
    display: block;
}

.side_menu .right_item .sub .item {
    display: block;
    font-size: 10pt;
    padding-right: 35px;
}

.side_menu .right_item .item:hover {
    background: #612e76;
    color: #dbdbdb;
}

.black {
    display: none;
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100vh;
    background: #33333355;
}

/***************** PANEL *******************/

.panel_menu {
    float: right;
    height: 100vh;
    width: 200px;
    background: #1e1e1e;
}

.close_menu {
    width: 70px;
}

.panel_menu .title {
    height: 35px;
    padding: 20px 10px;
}

.panel_menu .title span {
    margin: 15px 0;
    font-size: 16pt;
    color: #ffc600;
}

.close_menu .title span {
    display: none;
}

.panel_menu .right_item {
    height: calc(100vh - 75px);
    overflow: auto;
}

.close_menu .right_item {
    text-align: center;
}

.panel_menu .right_item .item {
    display: block;
    font-size: 10pt;
    color: #f2f2f2;
    padding: 8px 15px;
    border-radius: 5px;
    margin: 2px 5px;
}

.panel_menu .right_item .item i {
    float: left;
    font-size: 14px;
}

.close_menu .right_item .item i {
    float: unset;
    font-size: 18px;
}

.close_menu .right_item .item span {
    display: none;
}

.panel_menu .right_item .item:hover {
    background: #ffc600;
    color: #1e1e1e;
}

.panel_menu .right_item .item_selected {
    background: linear-gradient(90deg, #ffc600, #f39c12) !important;
    color: #1e1e1e !important;
    cursor: context-menu;
}

.panel_main {
    float: right;
    width: calc(100% - 200px);
    height: 100vh;
    background: #2f2f2f;
    background: url("../img/bg.jpg");
}

.close_main {
    width: calc(100% - 70px);
}

.panel_main .panel_title {
    display: block;
    height: 35px;
    padding: 20px;
    background: #1e1e1e;
}

.panel_main .panel_title .user_holder {
    float: left;
}

.panel_main .panel_title span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    color: #ffc600;
    margin-left: 10px;
}

.panel_main .panel_title i {
    display: inline-block;
    transform: rotateY(180deg);
    vertical-align: middle;
    color: #ffc600;
    font-size: 20px;
    cursor: pointer;
    padding: 5px;
}

.panel_main .panel_title a i {
    font-size: 14px;
}

.panel_main .panel_title i:hover {
    color: #ffc60066;
}

.panel_main .main {
    height: calc(100vh - 75px);
    overflow: auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.panel_box_transparent {
    display: block;
    padding: 25px 0;
    margin-bottom: 25px;
    box-sizing: border-box;
}

.panel_box_transparent .box_title {
    display: block;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.panel_box_transparent .box_title i {
    vertical-align: middle;
    font-size: 20px;
    width: 35px;
    height: 35px;
    border-radius: 8px;
    background: #ffc600;
    color: #2f2f2f;
    text-align: center;
    padding-top: 7px;
    box-sizing: border-box;
}

.panel_box_transparent .box_title span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14pt;
    font-weight: 600;
    color: #ffc600;
    margin-right: 20px;
    width: calc(100% - 60px);
}

.statistic {
    display: inline-block;
    width: calc(25% - 25px);
    margin: 10px 10px;
    padding: 25px 15px;
    box-sizing: border-box;
    border-radius: 10px;
    color: #ffffff;
    background: linear-gradient(45deg, #27ae60, #1e8449);
}

.statistic_blue {
    background: linear-gradient(45deg, #3498db, #20638f);
}

.statistic_red {
    background: linear-gradient(45deg, #e74c3c, #962d22);
}

.statistic_orange {
    background: linear-gradient(45deg, #ffc600, #e67e22);
}

.statistic i {
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
}

.statistic .title {
    display: block;
    font-size: 12pt;
    margin-bottom: 10px;
}

.statistic .amount {
    display: block;
    font-size: 18pt;
}

.statistic .amount span {
    display: block;
    font-weight: 800;
    font-size: 12pt;
    margin-left: 10px;
}

.panel_box {
    display: block;
    padding: 10px 20px;
    margin: 20px 0;
    box-sizing: border-box;
    background: #42494a;
    border-radius: 5px;
}

.panel_box .box_title {
    display: block;
    padding: 10px 0 20px 0;
    box-sizing: border-box;
}

.panel_box .box_title i {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    width: 35px;
    color: #ffc600;
}

.panel_box .box_title span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12pt;
    font-weight: 600;
    color: #ffc600;
    width: calc(100% - 40px);
}

.panel_box .box_container {
    padding-bottom: 20px;
}

.table_header {
    display: block;
    padding: 10px 0;
}

.table_header span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 12pt;
}

.table_row {
    display: block;
    padding: 10px 5px;
    box-sizing: border-box;
    border-top: solid 1px #ededed66;
}

.table_row:nth-child(2n + 1) {
    background: #f2f2f211;
}

.table_row:hover {
    background: #ededed22;
}

.table_row .title {
    display: none;
    padding-left: 5px;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 11pt;
}

.table_row .content {
    display: inline-block;
    width: 100%;
}

.table_row span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    box-sizing: border-box;
    color: #bdc3c7;
}

/*.table_row .status_approved,*/
/*.table_row .status_rejected,*/
/*.table_row .status_pending {*/
/*display: inline-block;*/
/*vertical-align: middle;*/
/*width: 100%;*/
/*max-width: 90px;*/
/*font-size: 9pt;*/
/*padding: 3px 10px;*/
/*box-sizing: border-box;*/
/*color: #ffffff;*/
/*}*/

.table_row .status_approved {
    /*background: linear-gradient(180deg, #2ecc71, #27ae60);*/
    color: #2ecc71;
    display: inline-block;
    width: auto !important;
}

.table_row .status_rejected {
    /*background: linear-gradient(180deg, #e74c3c, #c0392b);*/
    color: #e74c3c;
    display: inline-block;
    width: auto !important;
}

.table_row .status_pending {
    /*background: linear-gradient(180deg, #f1c40f, #f39c12);*/
    color: #f1c40f;
    display: inline-block;
    width: auto !important;
}

.table_row .btn_table,
.table_row .btn_table_red {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    cursor: pointer;
    padding: 0 2px;
    margin-left: 5px;
}

.table_row .btn_table {
    color: #ffc600;
}

.table_row .btn_table:hover {
    color: #ffc60099;
}

.table_row .btn_table_red {
    color: #e74c3c;
}

.table_row .btn_table_red:hover {
    color: #e74c3c99;
}

.label {
    display: block;
    font-weight: 600;
    font-size: 12pt;
    margin-top: 15px;
    margin-bottom: 5px;
}

input,
textarea,
.input {
    display: inline-block;
    width: 100%;
    max-width: 350px;
    font-family: IRANYekan;
    font-size: 10pt;
    color: #f2f2f2;
    background: #42494a;
    padding: 5px 10px;
    box-sizing: border-box;
    border: none;
    border-bottom: solid 1px #ededed66;
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

textarea {
    min-width: 350px;
    max-width: 350px;
    min-height: 80px;
    max-height: 150px;
}

.select {
    display: inline-block;
    width: 100%;
    height: 30px;
    max-width: 350px;
    overflow: hidden;
    background: #42494a;
    border-bottom: solid 1px #ededed66;
}

.select select {
    display: block;
    width: calc(100% + 20px);
    height: 30px;
    font-family: IRANYekan;
    font-size: 10pt;
    color: #f2f2f2;
    background: #42494a;
    padding: 5px 10px;
    box-sizing: border-box;
    border: none;
}

.select i {
    position: relative;
    float: left;
    top: -20px;
    left: 10px;
    font-size: 16px;
    pointer-events: none;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
.select:hover,
.input:hover {
    border-bottom: solid 1px #ffc60066;
}

.checkbox {
    display: block;
    font-weight: 600;
    font-size: 12pt;
    margin-top: 15px;
    margin-bottom: 5px;
    cursor: pointer;
}

.checkbox i {
    font-size: 22px;
}

.checkbox .fa-toggle-on {
    color: #ffc600;
}

.paging {
    display: block;
    margin: 15px auto;
    text-align: center;
}

.paging a {
    margin: 0 5px;
    color: #ffc600;
    padding: 5px 10px;
    border: 1px solid #ffc600;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 5px;
    cursor: pointer;
}

.paging a:hover {
    color: #ffc60066;
    border: 1px solid #ffc60066;
}

.paging .current {
    color: #42494a !important;
    border: 1px solid #ffc600;
    background: #ffc600;
    cursor: context-menu;
}

/***************** RESPONSIVE *******************/

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

    .main_slider .scroll_container {
        width: calc(305px * 3);
    }

    .main_slider .scroll_container .scroll_scroller {
        width: calc(305px * 9);
    }

    .main_slider .post_item {
        width: 280px;
        padding: 10px 12px;
        margin: 8px 10px;
    }

    .customer_slider .customer_item .item_description {
        padding-top: 15px;
    }

    .customer_slider .customer_item .item_description .item_text {
        font-size: 10pt;
    }

    .service .service_item {
        width: calc(33% - 30px);
    }
}

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

    .header {
        padding: 30px 30px;
    }

    .header .menu {
        margin-right: 30px;
    }

    .header .menu ul li {
        margin: 0 5px;
    }

    .top_image .top_container {
        width: 70%;
    }

    .top_image .title {
        font-size: 26pt;
    }

    .top_image .description {
        margin: 20px 0;
        font-size: 10pt;
    }

    .main_slider .scroll_container {
        width: calc(275px * 3);
    }

    .main_slider .scroll_container .scroll_scroller {
        width: calc(275px * 9);
    }

    .main_slider .post_item {
        width: 260px;
        padding: 10px 12px;
        margin: 8px 5px;
    }

    .archive .post_item {
        width: calc(33% - 22px) !important;
        margin: 20px 10px !important;
    }

    .work .work_description {
        width: 100%;
        margin-bottom: 25px;
    }

    .work .work_img {
        width: calc(100% - 305px);
    }

    .panel_menu {
        float: unset;
        height: 100vh;
        width: 70px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
    }

    .close_menu {
        width: 200px;
    }

    .panel_menu .title span {
        display: none;
    }

    .close_menu .title span {
        display: inline;
    }

    .panel_menu .right_item {
        text-align: center;
    }

    .close_menu .right_item {
        text-align: right;
    }

    .panel_menu .right_item .item i {
        float: unset;
        font-size: 18px;
    }

    .close_menu .right_item .item i {
        float: left;
        font-size: 14px;
    }

    .panel_menu .right_item .item span {
        display: none;
    }

    .close_menu .right_item .item span {
        display: inline-block;
    }

    .panel_main {
        float: unset;
        width: calc(100% - 70px);
        height: 100vh;
        margin-right: 70px;
    }

    .close_main {
        width: calc(100% - 70px);
    }

    .panel_main .panel_menu_btn {
        margin-right: 0;
        transform: rotateZ(0deg) !important;
    }

    .panel_main .panel_menu_btn:before {
        content: "\f0c9" !important;
    }

    .close_main .panel_menu_btn {
        margin-right: 130px;
        transform: rotateZ(90deg) !important;
    }

    .close_main .panel_menu_btn:before {
        content: "\f00d" !important;
    }
}

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

    .main_slider .header_slider .btn_slider {
        display: none;
    }

    .main_slider .scroll_container {
        width: 100%;
        overflow: auto;
    }

    .customer_slider .customer_item .item_description .item_text {
        height: auto;
    }

    .statistic {
        width: calc(50% - 25px);
    }
}

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

    .header .open_menu {
        display: inline-block;
    }

    .header .menu {
        display: none;
    }

    .top_image img {
        opacity: 0.4;
    }

    .top_image .top_container {
        width: 100%;
    }

    .work .work_img {
        display: none;
    }

    .customer_slider .customer_item .item_description {
        padding-top: 5px;
        padding-right: 20px;
    }

    .service .service_item {
        width: 100%;
    }

    .service .separator {
        height: 3px;
        width: 35px;
        margin: 15px 0;
    }

    .archive .post_item {
        width: calc(50% - 25px) !important;
        margin: 20px 10px !important;
    }

    .footer .footer_top .text {
        width: calc(100% - 175px);
        padding-left: 15px;
        box-sizing: border-box;
        font-size: 18pt;
    }

    .footer .footer_top .btn {
        width: 170px;
    }

    .footer .footer_top .btn .btn_round_border,
    .footer .footer_top .btn .btn_round {
        width: 100%;
        margin: 5px 0;
        box-sizing: border-box;
        text-align: center;
    }

    .footer .footer_bottom .footer_contact {
        width: calc(40% - 5px);
    }

    .footer .footer_bottom .footer_menu {
        width: calc(20% - 5px);
    }

    .statistic .title {
        font-size: 10pt;
    }

    .statistic .amount {
        font-size: 16pt;
    }

    .statistic .amount span {
        display: block;
        font-size: 10pt;
    }

    .table_header {
        display: none;
    }

    .table_row span {
        display: block;
        width: calc(100% - 5px) !important;
        padding-bottom: 8px;
    }

    .table_row .title {
        display: inline-block;
        vertical-align: top;
        width: 90px !important;
        padding-bottom: 0;
    }

    .table_row .content {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 95px) !important;
        padding-bottom: 0;
    }

    .table_row .btn_table,
    .table_row .btn_table_red {
        width: auto !important;
        padding-bottom: 0;
    }
}

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

    .customer_slider .customer_item .item_description {
        width: 100%;
        padding-top: 10px;
        padding-right: 0;
    }

    .archive .post_item {
        width: 100% !important;
        margin: 20px 0 !important;
    }

    .statistic {
        display: block;
        width: calc(100% - 25px);
    }
}

@media screen and (max-width: 520px) {
    .footer .footer_bottom .footer_contact,
    .footer .footer_bottom .footer_menu {
        width: 100%;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #dbdbdb88;
    }

    .footer .footer_bottom .footer_menu:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

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

    .header {
        padding: 30px 0;
    }

    .header .btn_panel .btn_purple i {
        display: inline-block;
    }

    .header .btn_panel .btn_purple span {
        display: none;
    }

    .top_image .top_container {
        padding: 0 50px;
    }

    textarea {
        min-width: 100%;
        max-width: 100%;
    }
}
