﻿@font-face {
    font-family: 'Yekan';
    src: url('../fonts/BYekan.eot');
    src: url('../fonts/BYekan.eot?#iefix') format('embedded-opentype'), url('../fonts/BYekan.woff') format('woff'), url('../fonts/BYekan.ttf') format('truetype'), url('../fonts/BYekan.svg#BYekan') format('svg');
}

@font-face {
    font-family: 'web_Yekan';
    src: url('../fonts/Yekan.eot');
    src: url('../fonts/Yekan.eot?#iefix') format('embedded-opentype'), url('../fonts/Yekan.woff') format('woff'), url('../fonts/Yekan.ttf') format('truetype'), url('../fonts/Yekan.svg#BYekan') format('svg');
}

@font-face {
    font-family: 'IranSans';
    src: url('../fonts/IrSans.ttf');
}

@font-face {
    font-family: 'IranSans_farsiNum';
    src: url('../fonts/IRANSansWeb(FaNum)_Bold.woff');
}


@font-face {
    font-family: 'IranSans_farsiNum';
    src: url('../fonts/IRANSansWeb(FaNum)_Bold.woff');
}


@font-face {
    font-family: 'IRANSansWeb_Medium';
    src: url('../fonts/IRANSansWeb_Medium.woff');
}


@font-face {
    font-family: 'IRANSansWeb';
    src: url('../fonts/IRANSansWeb.woff');
}


@font-face {
    font-family: 'IranNastaliq';
    src: url('../fonts/IranNastaliq.ttf') format('truetype');
}
@font-face {
    font-family: 'Yekan';
    src: url('/Content/fonts/Yekan.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BYekan';
    src: url('/Content/fonts/BYekan.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*start from digi*/
@font-face {
    font-family: IRANYekan;
    src: url(../fonts/699085bd.eot);
    src: url(../fonts/699085bd.eot?#iefix) format("embedded-opentype"),url(../fonts/a80f71ff.woff2) format("woff2"),url(../fonts/088dfe8a.woff) format("woff"),url(../fonts/2c83275a.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: IRANYekan;
    src: url(../fonts/5bea6c32.eot);
    src: url(../fonts/5bea6c32.eot?#iefix) format("embedded-opentype"),url(../fonts/1fdcadec.woff2) format("woff2"),url(../fonts/56a1baa4.woff) format("woff"),url(../fonts/79533773.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: IRANYekan;
    src: url(../fonts/7c912e00.eot);
    src: url(../fonts/7c912e00.eot?#iefix) format("embedded-opentype"),url(../fonts/fe12f13a.woff2) format("woff2"),url(../fonts/2d7cc7cd.woff) format("woff"),url(../fonts/a7d41f91.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: IRANSans;
    src: url(../fonts/a83daff6.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
}

/* استایل‌های پایه برای جدول پروژه‌ها */
.project-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}

.project-table-container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.project-table {
    width: 100%;
    min-width: 100%;
    table-layout: auto;
    border-collapse: collapse;
    white-space: nowrap;
}

    .project-table th {
        background-color: #f8f9fa;
        font-weight: bold;
        position: sticky;
        top: 0;
        z-index: 10;
    }

    .project-table th,
    .project-table td {
        padding: 8px 12px;
        text-align: center;
        vertical-align: middle;
        border: 1px solid #ddd;
        white-space: normal;
        word-wrap: break-word;
        max-width: 200px;
    }

/* استایل‌های رسپانسیو و خاص برای ستون‌های حاوی متن طولانی */
.project-title-cell {
    max-width: 250px;
    min-width: 150px;
    white-space: normal;
    word-break: break-word;
}

/* استایل‌های دکمه و نمایش متن */
.toggle-desc {
    padding: 2px 5px;
    font-size: 12px;
    vertical-align: middle;
    white-space: nowrap;
}

.short-desc, .full-desc {
    display: inline-block;
    max-width: 100%;
    word-break: break-word;
}

/* استایل‌های رسپانسیو */
@media (max-width: 1200px) {
    .project-table th,
    .project-table td {
        padding: 6px 8px;
        font-size: 0.9em;
    }

    .project-title-cell {
        max-width: 180px;
    }
}

@media (max-width: 768px) {
    .project-container {
        padding: 0 5px;
    }

    .project-table th,
    .project-table td {
        padding: 4px 6px;
        font-size: 0.85em;
    }

    .project-title-cell {
        max-width: 120px;
    }
}

@media (max-width: 576px) {
    .project-table-container {
        border: none;
        box-shadow: none;
    }

    .project-table {
        display: block;
    }

        .project-table thead {
            display: none;
        }

        .project-table tbody,
        .project-table tr,
        .project-table td {
            display: block;
            width: 100%;
        }

        .project-table td {
            text-align: right;
            padding-left: 50%;
            position: relative;
            max-width: 100%;
            border-bottom: 1px solid #eee;
        }

            .project-table td::before {
                content: attr(data-label);
                position: absolute;
                left: 10px;
                width: 45%;
                padding-right: 10px;
                text-align: left;
                font-weight: bold;
            }

    .project-title-cell {
        max-width: 100%;
    }
}

/*end from digi*/

body {
    font-family: IRANSansWeb;
    font-size: 14px;
    direction: rtl;
    background-color: #fcfcfc;
}


p {
    font-family: IranSans_farsiNum;
}

a {
    font-family: IranSans_farsiNum;
}

.margin-auto {
    margin: auto;
}

section {
    width: 80%;
    margin: 30px auto;
}

.section90 {
    width: 90%;
}

.section98 {
    width: 98%;
}

@media(max-width:480px) {
    section {
        width: 100%;
        margin: 5px auto;
        padding: 0px;
    }

    .section90 {
        width: 100%;
        padding: 0px;
    }

    .container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        /*color: white !important;*/
        text-shadow: 2px;
    }

    .body-content {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media(max-width:768px) {
    section {
        width: 100%;
        margin: 7px auto;
        padding: 0px;
    }

    .section90 {
        width: 100%;
        padding: 0px;
    }

    .container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        /*color: white !important;*/
        text-shadow: 2px;
    }

    .body-content {
        padding-left: 3px;
        padding-right: 3px;
    }
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
    font-family: 'web_Yekan';
    font-size: 14px;
    font-weight: 500;
    color: #7e7e7e;
    border-width: 1px;
    border-style: solid;
    padding: 0 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: border linear .3s;
    -webkit-transition: border linear .3s;
    -o-transition: border linear .3s;
    transition: border linear .3s;
    font-family: IRANSansWeb_Medium;
}

label {
    font-family: IRANSansWeb_Medium;
}

textarea {
    padding: 15px;
}

    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="email"]:focus,
    textarea:focus {
        background: rgba(251, 213, 193, 0.50);
        border-color: #8d2e00 !important;
        box-shadow: 0 0 5px rgb(200, 139, 115);
        outline: none;
        color: #333;
    }

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

h1 h2 h3 h4 h5 h6 {
    font-family: web_Yekan;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: #016cd7;
}

ul > li {
    direction: rtl;
    font-size: 14px;
}

@media(max-width:480px) {
    ul > li {
        width: 100%;
        text-align: center;
        border: 1px solid #555;
        direction: rtl;
    }

        ul > li :hover {
            background-color: red;
        }
}

.navbar-nav > li {
    float: right;
    direction: rtl;
}


a:focus {
    outline: none;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: IranSans_farsiNum;
}

h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin: 0;
    padding-bottom: 10px;
}

img {
    border: none;
}

.blink_me {
    animation: blinker 1s linear infinite;
    color: #b20000 !important;
    margin-right: 30px;
}


@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.beautiful-content {
    font-family: IRANSansWeb_Medium;
    line-height: 180%;
    font-size: 15px;
}

.btn {
    font-family: 'IRANYekan';
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
}

    .btn:focus {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none;
    }

.cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2;
}

/*for modal that is hidden behinde the gray page*/
/*.container {
        position: relative;
        z-index: 3;
    }*/

/*Top nav left*/
.top-nav {
    color: #fff;
    line-height: 40px;
}

/*Top left Menu*/
.top-left {
    float: left;
}

    .top-left ul > li {
        display: inline-block;
        margin-right: 15px;
    }

    .top-left a {
        font-size: 16px;
        color: #333;
    }

        .top-left a:hover {
            color: #8d2e00;
        }

/*Top Right Menu*/
.top-right {
    float: right;
    margin-right: 150px;
}

    /*.top-right p:before {
	content: "\f2bb";
	font-family: 'FontAwesome';
	font-size: 16px;
	color: #8d2e00;
	margin-right: 10px;
}*/

    .top-right p {
        font-family: 'web_Yekan';
        font-weight: 700;
        font-size: 14px;
    }

        .top-right p > span {
            margin-left: 5px;
            font-style: italic;
            font-weight: 400;
        }

/*Affix*/
#main-nav {
    border-bottom: solid 1px #ccc;
    border-top: solid 1px #ccc;
    background-color: #f7f8fa;
}

    #main-nav.affix {
        position: fixed;
        top: 0;
        width: 100%;
        background-color: rgba(255,255,255,0.9);
        color: #fff;
        z-index: 10;
        -moz-box-shadow: 0 1px 2px #ebebeb;
        -webkit-box-shadow: 0 1px 2px #ebebeb;
        box-shadow: 0 5px 5px rgba(0,0,0,.15);
        transition: all 0.3s;
    }

.navbar {
    margin: 0;
}

#main-nav .navbar-header a {
    color: #fff;
}
/*Toggle Menu*/
#main-nav .navbar-toggle {
    background-color: #ff5b13;
}

    #main-nav .navbar-toggle span {
        background-color: #fff;
    }

/*Main Menu*/
#main-nav .navbar-right {
    margin-top: 10px;
}

    #main-nav .navbar-right li > a {
        font-family: 'web_Yekan';
        font-size: 15px;
        font-weight: 700;
        line-height: 30px;
        color: #555;
        padding-top: 0;
        padding-bottom: 0;
        text-transform: uppercase;
    }

        #main-nav .navbar-right li > a:focus {
            color: #8d2e00;
            background: none;
            outline: none;
        }

#main-nav .navbar-nav > li > a:hover,
#main-nav .navbar-nav > li.active > a {
    color: #085eb4;
    background: none;
}

/*Search Form*/
.search-form {
    padding: 10px;
    position: absolute;
    bottom: -76px;
    right: 15px;
    z-index: 3;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transition: opacity .5s linear;
    -moz-box-shadow: 0 1px 2px #ebebeb;
    -webkit-box-shadow: 0 1px 2px #ebebeb;
    box-shadow: 0 1px 2px #ebebeb;
}

    .search-form.visible {
        visibility: visible;
        opacity: 1;
    }

    .search-form input {
        height: 40px;
        width: 275px;
        border-color: #e8e8e8;
    }



/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}





/*User Cp Icon*/
.cp-icon {
    font-size: 71px;
    color: #b79033;
    padding-bottom: 8px;
}

.cp-main-div {
    border: 1px solid #b77433;
    border-radius: 6px;
    min-height: 125px;
    padding-top: 14px;
    padding-right: 0px;
    padding-left: 0px;
    width: 80%;
}

.cp-sub-div {
    background-color: #7fe4e7;
    color: #000000;
    min-height: 28px;
    padding-top: 6px;
}


.cp-icon-container {
    margin-bottom: 15px;
    min-height: 100px;
    text-align: center;
}

.cp-main-div:hover {
    background-color: #dd8d52;
    color: #dde9fb !important;
}

    .cp-main-div:hover > .cp-icon {
        color: #fff;
    }

#maindiv:hover > #subdiv > #cpicon {
    color: #ffffff;
}

.cp-icon:hover {
    color: #ffeeda;
}

.cp-icon-maincontainer {
    border: 1px dashed #b47708;
    border-radius: 5px;
    padding: 20px 0 20px 0px;
    background-color: #ffeeda;
}


.footer-container {
    background-color: #000;
    min-height: 200px;
    margin-top: -30px;
    color: #fff;
    height: 100%;
}

label {
    font-weight: normal;
}

.user_cp_box_title {
    margin-left: 10px;
}





/* Preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff; /* change if the mask should have another color then white */
    z-index: 99999; /* makes sure it stays on top */
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%; /* centers the loading animation horizontally one the screen */
    top: 50%; /* centers the loading animation vertically one the screen */
    background-image: url(../../assets/images/loader.gif); /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px; /* is width and height divided by two */
}

/*scrol to top*/

.scrollToTop {
    bottom: 60px;
    border-radius: 4px;
    display: none;
    font-size: 32px;
    line-height: 45px;
    font-weight: bold;
    height: 50px;
    position: fixed;
    right: 50px;
    text-align: center;
    text-decoration: none;
    width: 50px;
    z-index: 999;
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .scrollToTop:hover,
    .scrollToTop:focus {
        background-color: #fff;
        text-decoration: none;
        outline: none;
    }

/*--------------------*/
/* HEADER */
/*--------------------*/

#header {
    float: left;
    display: inline;
    width: 100%;
}

.header-top {
    background-color: #333;
    display: none;
    float: left;
    width: 100%;
    padding: 20px 0;
}

#search {
    margin: 0 auto;
    width: 70%;
}

    #search input {
        background-color: inherit;
        border: medium none;
        color: #fff;
        float: left;
        height: 100%;
        text-align: center;
        width: 95%;
    }

    #search button[type="submit"] {
        background: inherit;
        border: medium none;
        color: #fff;
        height: 20px;
        width: 30px;
    }

#search-icon {
    font-size: 20px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    right: 8%;
    text-align: center;
    top: 20px;
    width: 35px;
}

.header-bottom {
    background-color: rgba(0, 0, 0, 0.02);
    border-bottom: 1px solid #e4e4e4;
    color: #949494;
    font-size: 12px;
    height: 40px;
    display: inline;
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 0 15px;
    transition: all 0.3s ease 0s;
}

.header-contact {
    display: inline;
    float: left;
    width: 100%;
}

    .header-contact ul {
    }

        .header-contact ul li {
            border-left: 1px solid #e4e4e4;
            display: inline-block;
            float: left;
            margin-right: 10px;
            padding: 10px 12px;
        }

            .header-contact ul li:last-child {
                border-right: 1px solid #e4e4e4;
            }

.phone {
    font-size: 14px;
}

    .phone i {
        margin-right: 5px;
    }

.mail {
    font-size: 14px;
}

    .mail i {
        margin-right: 5px;
    }

.header-login {
    display: inline;
    float: left;
    text-align: right;
    width: 100%;
}

.login {
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    color: #949494;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 15px;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .login:hover,
    .login:focus {
        color: #fff;
        text-decoration: none;
        outline: none;
    }

/*login modal window*/
#loginForm {
    margin: auto;
    width: 90%;
    padding: 10px;
}

#login-form {
    background-color: rgba(0, 0, 0, 0.7);
}

    #login-form .modal-dialog {
        margin: 130px auto;
        width: 400px;
    }

#login-content {
    border-radius: 0;
}

    #login-content .modal-title {
        font-size: 20px;
    }

        #login-content .modal-title i {
            margin-right: 5px;
        }

    #login-content .form-group input {
        height: 35px;
        border-radius: 0;
    }

    #login-content .form-control:focus {
        box-shadow: none;
    }

.loginbox label {
    float: left;
    width: 100%;
}

    .loginbox label input {
        float: left;
        margin-right: 5px;
    }

    .loginbox label span {
        font-weight: normal;
    }

.loginbox .signin-btn {
    border-radius: 0;
    margin-top: 10px;
    color: #fff;
}

.footer-box {
    text-align: left;
    font-size: 15px;
}

    .footer-box a:hover,
    .footer-box a:focus {
        text-decoration: none;
        outline: none;
    }

#signup-content {
    display: none;
}

#signup-content {
    border-radius: 0;
}

    #signup-content .modal-title {
        font-size: 20px;
    }

        #signup-content .modal-title i {
            margin-right: 5px;
        }

    #signup-content .form-group input {
        height: 35px;
        border-radius: 0;
    }

    #signup-content .form-control:focus {
        box-shadow: none;
    }

.signupbox span {
    display: inline-block;
    font-size: 15px;
    margin-bottom: 10px;
}

    .signupbox span a:hover {
        text-decoration: none;
        outline: none;
    }

/*--------------------*/
/* MENU */
/*--------------------*/

#menu-area {
    background-color: #fff;
    display: inline;
    float: left;
    width: 100%;
    position: relative;
}

    #menu-area #navbar {
        padding-right: 70px;
    }

    #menu-area .navbar-default {
        background-color: #fff;
        border-color: #fff;
        margin-bottom: 0;
    }

.navbar-brand {
    font-family: 'web_Yekan';
    font-size: 25px;
    font-weight: bold;
    /*margin-top: 14px;*/
    text-transform: uppercase;
}

    .navbar-brand:hover,
    .navbar-brand:focus {
        text-decoration: none;
        outline: none;
    }

    .navbar-brand > img {
        display: block;
        margin-top: -5px;
    }

.main-nav li {
    padding: 15px 0;
    position: relative;
    margin: 0 5px;
}

.navbar-default .navbar-nav > li > a {
    color: #333;
    display: inline-block !important;
    font-family: 'web_Yekan';
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
    width: 100%;
}

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        border-top: 0px solid #4396ff;
        background: none;
    }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
}

.navbar-nav > li > a::before {
    background-color: transparent;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 0;
}

.main-nav > li > a:hover::before,
.navbar-default .navbar-nav > .active > a::before,
.navbar-default .navbar-nav > .open > a:hover::before {
    width: 100%;
}

.main-nav .dropdown:hover .dropdown-toggle::before {
    width: 100%;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
}

.navbar-nav > li > .dropdown-menu li {
    padding: 0;
}

.navbar-nav > li > .dropdown-menu > li > a {
    color: #333;
    font-family: 'web_Yekan';
    font-size: 14px;
    padding: 8px 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .navbar-nav > li > .dropdown-menu > li > a:hover,
    .navbar-nav > li > .dropdown-menu > li > a:focus {
        background-color: transparent;
    }


/*--------------------*/
/* SLIDER */
/*--------------------*/


#slider {
    display: inline;
    float: left;
    width: 100%;
}

.main-slider {
    display: inline;
    float: left;
    height: 600px;
    margin-bottom: 0;
    width: 100%;
}

    .main-slider .slick-list {
        height: 100%;
    }

.single-slide {
    float: left;
    display: inline;
    width: 100%;
}

    .single-slide img {
        width: 100%;
    }

.slide-content {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.main-slider .slick-prev {
    left: 23px;
}

.main-slider .slick-next {
    right: 20px;
}

.main-slider .slick-prev,
.main-slider .slick-next {
    background-color: rgba(0,0,0,0.5);
    top: 48%;
    height: 50px;
    width: 50px;
    z-index: 999;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .main-slider .slick-prev::before {
        content: "\f104";
        font-family: fontAwesome;
        font-size: 30px;
    }

    .main-slider .slick-next::before {
        content: "\f105";
        font-family: fontAwesome;
        font-size: 30px;
    }

.main-slider .slick-dots {
    bottom: 10px;
}

    .main-slider .slick-dots li {
        background-color: rgba(0, 0, 0, 0.6);
        border-radius: 50%;
    }

        .main-slider .slick-dots li button::before {
            font-size: 25px;
            line-height: 21px;
        }

.slide-article {
    display: inline;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 150px;
    width: 100%;
}

    .slide-article h1 {
        color: #fff;
        font-size: 45px;
        font-weight: bold;
        line-height: 55px;
        margin-bottom: 25px;
        text-transform: uppercase;
    }

    .slide-article p {
        color: #fff;
        margin-bottom: 50px;
    }

.read-more-btn {
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    padding: 12px 22px;
    font-weight: 700px;
    font-size: 16px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .read-more-btn:hover,
    .read-more-btn:focus {
        color: #fff;
        text-decoration: none;
        outline: none;
    }

.slider-img {
    display: inline;
    float: left;
    padding: 0 30px;
    width: 100%;
}

/*--------------------*/
/* FEATURE */
/*--------------------*/
#download_apps {
    background-color: #fff;
}

#feature {
    background-color: #fff;
    display: inline;
    float: left;
    padding: 70px 0;
    width: 100%;
}

.title-area {
    display: inline;
    float: left;
    padding: 0 150px;
    text-align: center;
    width: 100%;
}

    .title-area .title {
        font-size: 35px;
        font-weight: 700;
        line-height: 35px;
        text-transform: uppercase;
    }

    .title-area .line {
        background-color: #777;
        display: inline-block;
        height: 2px;
        width: 60px;
    }

    .title-area p {
        color: #777777;
        line-height: 25px;
        margin-top: 20px;
    }

.feature-content {
    display: inline;
    float: left;
    width: 100%;
}

.single-feature {
    display: inline;
    float: left;
    padding: 15px;
    width: 100%;
}

    .single-feature:hover .feature-icon {
        color: #444;
    }

    .single-feature .feature-icon {
        font-size: 35px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

.feat-title {
    font-weight: normal;
    font-size: 20px;
    color: #031164;
}



.single-feature p {
    text-shadow: none;
    text-align: justify;
    font-size: 14px;
    line-height: 180%;
}

/*--------------------*/
/* ABOUT */
/*--------------------*/
#store_ver {
    display: inline;
    float: right;
    direction: rtl;
    padding: 70px 0;
    width: 100%;
}

#download_apps {
    background-color: #ffffff;
    display: inline;
    float: right;
    direction: rtl;
    padding: 70px 0;
    width: 100%;
}


#customer_ver {
    background-color: #f8f8f8;
    display: inline;
    float: right;
    direction: rtl;
    padding: 70px 0;
    width: 100%;
}

.about-content {
    display: inline;
    float: left;
    margin-top: 50px;
    width: 100%;
}

.our-skill {
    display: inline;
    float: left;
    width: 100%;
}

    .our-skill h3 {
        position: relative;
    }

        .our-skill h3::after {
            content: "";
            height: 2px;
            left: 0;
            position: absolute;
            top: 40px;
            width: 65px;
        }

.our-skill-content {
    display: inline;
    float: left;
    width: 100%;
    margin-top: 50px;
}

    .our-skill-content p {
        margin-bottom: 32px;
    }

    .our-skill-content .progress {
        background-color: #f5f5f5;
        height: 30px;
        border-radius: 0;
        margin-bottom: 24px;
    }

    .our-skill-content .progressbar-back-text,
    .our-skill-content .progressbar-front-text {
        font-size: 14px;
        height: 100%;
        line-height: 30px;
    }

.progress-title {
    font-size: 15px;
    font-weight: bold;
    left: 20px;
    line-height: 29px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
}

.why-choose-us {
    display: inline;
    float: left;
    width: 100%;
}

    .why-choose-us h3 {
        position: relative;
    }

        .why-choose-us h3::after {
            content: "";
            height: 2px;
            left: 0;
            position: absolute;
            top: 40px;
            width: 65px;
        }

.why-choose-group {
    margin-top: 50px;
}

.panel-group .panel {
    border-radius: 0px;
}

.panel-default > .panel-heading {
    background-color: #fff;
    border-color: #ddd;
    border-radius: 0;
    color: #333;
    padding: 0;
}

.panel-title > a {
    color: #222;
    display: block;
    padding: 10px 15px;
}

    .panel-title > a:hover,
    .panel-title > a:focus {
        text-decoration: none;
        outline: none;
    }

    .panel-title > a span {
        float: right;
        font-size: 20px;
    }

.why-choose-group .panel-body p {
    color: #555;
    font-size: 15px;
    line-height: 22px;
}

.why-choose-img {
    display: inline-block;
    float: left;
    margin-right: 14px;
    margin-bottom: 3px;
    width: 20%;
}

.six-sec-ease-in-out {
    -webkit-transition: width 6s ease-in-out;
    -moz-transition: width 6s ease-in-out;
    -ms-transition: width 6s ease-in-out;
    -o-transition: width 6s ease-in-out;
    transition: width 6s ease-in-out;
}

/*--------------------*/
/* COUNTER */
/*--------------------*/

#counter {
    background-attachment: fixed !important;
    background-image: url("../Content/images/counter-bg.png");
    background-repeat: repeat;
    background-size: cover;
    color: #ffffff;
    display: inline;
    float: left;
    width: 100%;
    font-family: IranSans_farsiNum;
}

.counter-overlay {
    background: rgba(15, 22, 30, 0.5) none repeat scroll 0 0;
    color: #ffffff;
    display: inline;
    float: left;
    padding: 90px 0;
    width: 100%;
}

.counter-area {
    display: inline;
    float: left;
    width: 100%;
}

.single-counter {
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
}

    .single-counter .counter-icon {
        display: inline;
        float: left;
        width: 100%;
        color: #fff;
        font-size: 30px;
    }

    .single-counter .counter-no {
        color: #fff;
        display: inline;
        float: left;
        font-size: 45px;
        font-weight: bold;
        text-align: center;
        width: 100%;
        line-height: 60px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .single-counter .counter-label {
        color: #fff;
        display: inline;
        float: left;
        font-size: 20px;
        width: 100%;
    }

        .single-counter .counter-label::after {
            content: "";
            height: 2px;
            margin: 8px auto;
            width: 35px;
            display: block;
        }

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

#counter span {
    display: block;
    font-size: 1.4em;
    font-weight: 500;
}

/* divider */


.divider-new {
    width: 70%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 30px auto;
    color: #030564;
}

    .divider-new::after, .divider-new::before {
        content: '';
        height: 1.5px;
        background: #666;
    }

    .divider-new:before,
    .divider-new:after {
        background-color: #000;
        content: "";
        display: inline-block;
        height: 1px;
        position: relative;
        vertical-align: middle;
        width: 50%;
    }

    .divider-new::before {
        flex: 1;
        margin: 0 .45em 0 0;
    }

.divider-new {
    font-weight: 300;
}

/*--------------------*/
/* Commissons Part  */
/*--------------------*/
#commissions {
    width: 90%;
    margin: 50px auto;
}

.section img {
    max-width: 50%;
    text-align: center;
    height: auto;
}

.avatar {
    margin: auto;
}
/*--------------------*/
/* LATEST NEWS */
/*--------------------*/


/*.news-section {
    display: inline;
    width: 95%;
    margin: 30px auto;
}*/
.card {
    margin-top: 10px;
}

.card-text, .card-title {
    text-shadow: none;
    text-align: justify;
    font-size: 14px;
    line-height: 180%;
}

.news-type-title {
    font-size: 14px;
    padding-bottom: 10px;
    color: #8d2e00;
    border-bottom: 2px solid #8d2e00;
}

.news-type {
    padding: 15px;
    border-bottom: #8d2e00 1px solid;
}

/*--------------------*/
/* SUBSCRIBE US */
/*--------------------*/


#subscribe {
    background-attachment: fixed !important;
    background-image: url("../../assets/images/subscribe-bg.jpg");
    background-repeat: repeat;
    background-size: cover;
    color: #ffffff;
    display: inline;
    float: left;
    width: 100%;
}

.subscribe-overlay {
    background-color: rgba(0,0,0,0.6);
    padding: 90px 0;
    float: left;
    width: 100%;
}

.subscribe-area {
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
}

    .subscribe-area h2 {
        letter-spacing: 0.5px;
        margin-bottom: 30px;
        text-transform: uppercase;
    }

.subscrib-form {
    margin: 0 auto;
    width: 600px;
    position: relative;
}

    .subscrib-form input {
        border: medium none;
        border-radius: 4px;
        color: #444;
        font-size: 18px;
        height: 50px;
        outline: medium none;
        padding: 5px 105px 5px 10px;
        width: 100%;
    }

.subscribe-btn {
    border: medium none;
    border-radius: 0 4px 4px 0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    top: 0;
    letter-spacing: 0.5px;
    outline: medium none;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    width: 120px;
}


/*--------------------*/
/* FOOTER */
/*--------------------*/


#footer {
    font-family: IranSans_farsiNum;
    background-color: rgb(233 223 196);
    display: inline;
    float: left;
    padding: 10px 0px 10px 10px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 2;
}

footer .footer-menu, footer .contactinfo-widget {
    color: #000000;
}

.contactinfo-widget a {
    color: #fff;
}


.p-t-2 {
    padding-top: 2rem !important;
}

footer {
    line-height: 2;
    background-color: #0a2250;
}

    footer .widget .title {
        color: #000000;
        border-bottom: 1px solid #fff;
        padding-bottom: 8px;
    }

.contactinfo-widget .title {
    font-size: 16px;
    padding-bottom: 5px;
    border-bottom: 2px solid #0D2B67;
}

.title {
    font-family: IranSans_farsiNum;
}

.list-unstyled {
    padding-right: 0;
    padding-left: initial;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

footer .copyright .copyright-text {
    text-align: center;
    color: #000000;
}

.copyright-text a {
    color: #f51313;
}

.copy-right {
    background: #ccc;
}

footer .footer-menu a:hover, footer .contactinfo-widget a:hover {
    color: #000000;
}

footer .footer-menu a, footer .contactinfo-widget a {
    color: #000000;
}

footer .footer-logo {
    margin-top: 5px;
}

footer .footer-logo {
    margin-top: 30px;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

footer .footer-icons {
    margin-top: 30px;
    text-align: center;
}

/*--------------------*/
/* CONTACT PAGE */
/*--------------------*/

#contact {
    display: inline;
    float: left;
    padding: 70px 0;
    width: 100%;
}

.cotact-area {
    display: inline;
    float: left;
    margin-top: 50px;
    width: 100%;
}

.contact-area-left {
    display: inline;
    float: left;
    width: 100%;
}

    .contact-area-left h4 {
        color: #333;
        font-size: 20px;
        font-weight: 300;
        margin-bottom: 25px;
        position: relative;
    }

        .contact-area-left h4::after {
            content: "";
            height: 2px;
            left: 0;
            position: absolute;
            top: 30px;
            width: 30px;
        }

    .contact-area-left p {
        font-size: 15px;
    }

    .contact-area-left .single-address {
        font-size: 15px;
        padding-right: 62px;
    }

.contact-area-right {
    display: inline;
    float: left;
    width: 100%;
}

.contact-form textarea {
    width: 100%;
}

.contact-social {
    text-align: left;
    margin-top: 10px;
}

#google-map {
    display: inline;
    float: left;
    width: 100%;
}

    #google-map iframe {
        margin-bottom: -5px;
    }


/*--------------------*/
/* ERROR PAGE */
/*--------------------*/


#error {
    display: inline;
    float: left;
    padding: 70px 0;
    width: 100%;
}

.errror-page-area {
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
}

.error-title {
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 75px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 40px 50px;
}

.error-content {
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
}

    .error-content span {
        font-size: 35px;
        font-weight: 300;
    }

    .error-content p {
        font-size: 18px;
        margin-top: 10px;
    }

    .error-content .error-home {
        color: #fff;
        display: inline-block;
        margin-top: 60px;
        padding: 10px 15px;
    }

/*LOGIN section*/
#login-dp {
    min-width: 250px;
    padding: 14px 14px 0;
    overflow: hidden;
    background-color: rgba(255,255,255,.8);
}

    #login-dp .help-block {
        font-size: 12px;
    }

    #login-dp .bottom {
        background-color: rgba(255,255,255,.8);
        border-top: 1px solid #ddd;
        clear: both;
        padding: 14px;
    }

    #login-dp .social-buttons {
        margin: 12px 0;
    }

        #login-dp .social-buttons a {
            width: 49%;
        }

    #login-dp .form-group {
        margin-bottom: 10px;
    }

.btn-fb {
    color: #fff;
    background-color: #3b5998;
}

    .btn-fb:hover {
        color: #fff;
        background-color: #496ebc;
    }

.btn-tw {
    color: #fff;
    background-color: #55acee;
}

    .btn-tw:hover {
        color: #fff;
        background-color: #59b5fa;
    }

@media(max-width:768px) {
    #login-dp {
        background-color: inherit;
        color: #fff;
    }

        #login-dp .bottom {
            background-color: inherit;
            border-top: 0 none;
        }
}



/*======================///////////////
			START RESPONSIVE STYLE
=====================///////////////////////*/


@media(max-width:1199px ) {
    #search-icon {
        right: 4%;
    }

    .slide-article {
        padding-left: 30px;
        padding-right: 0;
        padding-top: 90px;
    }

        .slide-article h1 {
            font-size: 40px;
        }

    .blog-news-title h2,
    .blog-news-title h2 > a {
        font-size: 18px;
    }

    .main-slider {
        height: auto;
    }
}


@media(max-width:991px ) {
    #menu-area #navbar {
        padding-right: 55px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 13px;
        padding-left: 4px;
        padding-right: 4px;
    }

    #search {
        margin: 0 auto;
        width: 90%;
    }

    #search-icon {
        right: 3%;
    }

    .slide-article {
        padding-left: 60px;
        padding-right: 0;
        padding-top: 15px;
    }

        .slide-article h1 {
            font-size: 30px;
            line-height: 35px;
        }

        .slide-article p {
            color: #fff;
            margin-bottom: 40px;
        }

    .why-choose-us {
        margin-top: 20px;
    }

    .single-counter {
        margin-bottom: 30px;
    }

    .single-table-price {
        margin-bottom: 40px;
    }

    .single-team-member {
        margin-bottom: 50px;
    }

    .slick-prev {
        left: -10px;
    }

    .slick-next {
        right: -10px;
    }

    .blog-news-single {
        margin-bottom: 30px;
    }

    .title-area {
        padding: 0 100px;
    }

    .single-portfolio {
        width: 33.33%;
    }

    .single-item-content::after {
        width: 87%;
    }

    .blog-side-bar {
        margin-top: 50px;
    }

    .contact-area-right {
        margin-top: 40px;
    }
}


@media(max-width:767px ) {
    .header-bottom {
        padding: 0;
    }

    .header-contact ul li:last-child {
        display: none;
    }

    .navbar-brand {
        margin-top: 0;
    }

    #search-icon {
        right: 11%;
        top: 5px;
    }

    .main-nav li {
        padding: 0;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #fff;
    }

    #search {
        width: 100%;
    }

    #menu-area #navbar {
        padding-right: 15px;
    }

    .slider-img {
        display: none;
    }

    .slide-article {
        padding-top: 10px;
    }

    .title-area {
        padding: 0 30px;
    }

    .single-feature {
        text-align: center;
        padding: 0 15px;
    }

    .single-page-header-left {
        text-align: center;
    }

    .single-page-header-right .breadcrumb {
        text-align: center;
        margin-top: 20px;
    }

    .footer-left {
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-right {
        text-align: center;
    }

    .portfolio-menu {
        padding: 0;
    }

        .portfolio-menu ul li {
            margin: 0 3px 10px;
            padding: 6px 10px;
        }

    .blog-single-tag {
        text-align: center;
    }

    .blog-single-social {
        text-align: center;
        margin-top: 20px;
    }
}

@media(max-width:480px ) {
    #search input {
        width: 85%;
    }

    #search-icon {
        right: 15%;
        top: 5px;
    }

    .slide-article h1 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .slide-article p {
        margin-bottom: 15px;
        font-size: 14px;
    }

    .read-more-btn {
        font-size: 14px;
        padding: 8px 14px;
    }

    .main-slider .slick-prev, .main-slider .slick-next {
        height: 40px;
        top: 46%;
        width: 40px;
    }

    .title-area .title {
        font-size: 25px;
        line-height: 26px;
        padding-bottom: 0px;
    }

    .title-area {
        padding: 0;
    }

        .title-area p {
            line-height: 23px;
            font-size: 15px;
        }

    .single-feature p {
        font-size: 14px;
    }

    .our-skill-content p {
        font-size: 14px;
    }

    .why-choose-group .panel-body p {
        font-size: 14px;
    }

    .subscrib-form {
        width: 100%;
    }

    .footer-left {
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-right {
        text-align: center;
    }

    #login-form .modal-dialog {
        width: 350px;
    }

    .overlay {
        padding: 50px 0;
    }

    .single-portfolio {
        width: 50%;
    }

    .single-item-content::after {
        width: 85%;
    }

    .portfolio-menu ul li {
        padding: 4px 5px;
        font-size: 12px;
    }

    .blog-archive-left .blog-news-img {
        height: 320px;
    }

    .blog-navigation-prev {
        margin-bottom: 10px;
    }
}


@media(max-width:360px ) {
    .login {
        padding: 10px;
    }

    .single-slide {
        height: 200px;
    }

        .single-slide img {
            height: 100%;
        }

    #menu-area .navbar-toggle {
        padding: 8px 6px;
    }

    .phone {
        font-size: 12px;
    }

    .header-contact ul li {
        margin-right: 0;
        padding: 10px 8px;
    }

    #search-icon {
        right: 20%;
        top: 5px;
    }

    .slide-article {
        padding-top: 0;
        padding-left: 0;
    }

        .slide-article p {
            font-size: 12px;
            margin-bottom: 10px;
        }

        .slide-article h1 {
            font-size: 15px;
            line-height: 16px;
            margin-bottom: 8px;
        }

    .read-more-btn {
        font-size: 12px;
        padding: 5px 8px;
    }

    #testimonial .title-area {
        padding: 0;
    }

    .subscribe-area h2 {
        font-size: 25px;
        letter-spacing: 0;
        margin-bottom: 25px;
    }

    .subscrib-form input {
        font-size: 15px;
        height: 40px;
    }

    .subscribe-btn {
        font-size: 15px;
        height: 40px;
        width: 95px;
    }

    #login-form .modal-dialog {
        width: 320px;
    }

    #search input {
        font-size: 14px;
    }

    .overlay {
        padding: 20px 0;
    }

    .single-portfolio {
        width: 100%;
    }

    .single-item-content::after {
        left: 15px;
        width: 92%;
    }

    .portfolio-menu ul li {
        padding: 4px 5px;
        font-size: 12px;
    }

    .blog-archive-left .blog-news-img {
        height: 250px;
    }

    .comments-form textarea {
        width: 100%;
    }

    .header-contact {
        margin-left: -10px;
    }

        .header-contact ul li {
            border: none;
        }

    .phone {
        font-size: 12px;
        width: 135%;
    }
}


@media(max-width:320px ) {
    #login-form .modal-dialog {
        width: 300px;
    }

    .footer-box {
        font-size: 14px;
    }

    .header-contact ul li {
        padding: 10px 0 10px 3px;
    }

    .subscribe-area h2 {
        font-size: 22px;
    }

    .footer-left p {
        font-size: 12px;
    }

    .footer-right a {
        font-size: 16px;
    }

    .single-item-content::after {
        width: 91%;
    }

    .blog-archive-left .blog-news-img {
        height: 220px;
    }
}



.custom-lable {
    font-family: 'web_Yekan';
    width: 150px;
}

/*for invoice*/
.invoice-title h2, .invoice-title h3 {
    display: inline-block;
}

.table > tbody > tr > .no-line {
    border-top: none;
}

.table > thead > tr > .no-line {
    border-bottom: none;
}

.table > tbody > tr > .thick-line {
    border-top: 2px solid;
}

/* Makes images fully responsive */

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    width: 100%;
    height: auto;
}

.img-responsive-counter {
    display: block;
    height: auto;
}

/* ------------------- Carousel Styling ------------------- */

.carousel-inner {
    border-radius: 15px;
}

.carousel-caption {
    background-color: rgba(0,0,0,.5);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 0 0 10px 25px;
    color: #fff;
    text-align: left;
}

.carousel-indicators {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 15;
    margin: 0;
    padding: 0 25px 25px 0;
    text-align: right;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}




/* ------------------- Section Styling - Not needed for carousel styling ------------------- */

.section-white {
    padding: 10px 0;
}

.section-white {
    background-color: #fff;
    color: #555;
}

@media screen and (min-width: 768px) {

    .section-white {
        padding: 1.5em 0;
    }
}

@media screen and (min-width: 992px) {

    .container {
        max-width: 100%;
    }
}


body, html {
    height: 100%;
}

nav.sidebar, .main {
    -webkit-transition: margin 200ms ease-out;
    -moz-transition: margin 200ms ease-out;
    -o-transition: margin 200ms ease-out;
    transition: margin 200ms ease-out;
}

.main {
    padding: 10px 10px 0 10px;
}

@media (min-width: 765px) {

    .main {
        position: absolute;
        width: calc(100% - 40px);
        margin-left: 40px;
        float: right;
    }

    nav.sidebar:hover + .main {
        margin-left: 200px;
    }

    nav.sidebar.navbar.sidebar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 0px;
    }

    nav.sidebar .navbar-brand, nav.sidebar .navbar-header {
        text-align: center;
        width: 100%;
        margin-left: 0px;
    }

    nav.sidebar a {
        padding-right: 13px;
    }

    nav.sidebar .navbar-nav > li:first-child {
        border-top: 1px #e5e5e5 solid;
    }

    nav.sidebar .navbar-nav > li {
        border-bottom: 1px #e5e5e5 solid;
    }

    nav.sidebar .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    nav.sidebar .navbar-collapse, nav.sidebar .container-fluid {
        padding: 0 0px 0 0px;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

    nav.sidebar {
        width: 200px;
        height: 100%;
        margin-left: -160px;
        float: left;
        margin-bottom: 0px;
    }

        nav.sidebar li {
            width: 100%;
        }

        nav.sidebar:hover {
            margin-left: 0px;
        }

    .forAnimate {
        opacity: 0;
    }
}

@media (min-width: 1330px) {

    .main {
        width: calc(100% - 200px);
        margin-left: 200px;
    }

    nav.sidebar {
        margin-left: 0px;
        float: right;
    }

        nav.sidebar .forAnimate {
            opacity: 1;
        }
}

nav.sidebar .navbar-nav .open .dropdown-menu > li > a:hover, nav.sidebar .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #CCC;
    background-color: transparent;
}

nav:hover .forAnimate {
    opacity: 1;
}

.profile-userpic img {
    float: none;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.profile-usertitle {
    text-align: center;
    margin-top: 20px;
}

.profile-usertitle-name {
    color: #5a7391;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
}

.profile-usertitle-job {
    text-transform: uppercase;
    color: #5b9bd1;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}

.profile-userbuttons {
    text-align: center;
    margin-top: 10px;
}

    .profile-userbuttons .btn {
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 600;
        padding: 6px 15px;
        margin-right: 5px;
    }

        .profile-userbuttons .btn:last-child {
            margin-right: 0px;
        }

.vertical-menu {
    /* width: 150px; Set a width if you like */
}

    .vertical-menu a {
        background-color: #ccc;
        color: black; /* Black text color */
        display: block; /* Make the links appear below each other */
        padding: 12px; /* Add some padding */
        text-decoration: none; /* Remove underline from links */
    }

        .vertical-menu a:hover {
            background-color: #bb654d; /* Dark grey background on mouse-over */
        }

        .vertical-menu a.active {
            background-color: #982707; /* Add a green color to the "active/current" link */
            color: white;
        }

.menu_top:hover {
    background-color: #ae4915;
    color: whitesmoke;
}

.menu_top {
    background-color: #e4e4e4;
    color: #ae4915;
}

/*Custom Panel */

.panel-Fazilat {
    border-color: #023f88;
}

.panel-FazilatLogin {
    border-color: #023f88;
}

.panel-Fazilat > .panel-heading {
    color: #000000;
    background-color: #92e96a;
    border-color: #023f88;
    text-align: center;
    font-size: 14px;
    font-weight: bolder;
}

.panel-FazilatLogin > .panel-heading {
    color: #000000;
    background-color: #92e96a;
    border-color: #023f88;
    text-align: center;
    font-size: 14px;
    font-weight: bolder;
}

.panel-Fazilat > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #023f88;
}

.panel-FazilatLogin > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #023f88;
}

.panel-Fazilat > .panel-body {
    padding: 5px;
}

.panel-FazilatLogin > .panel-body {
    padding: 20px;
}

.panel-title {
    text-align: center;
}

.panel-Fazilat > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #023f88;
}

.panel-FazilatLogin > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #023f88;
}




.panel-Fazilat-light {
    border-color: #bbdefb;
}

    .panel-Fazilat-light > .panel-heading {
        color: #fafafa;
        background-color: #c6e4fc;
        border-color: #bbdefb;
        text-align: center;
    }

        .panel-Fazilat-light > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #bbdefb;
        }

    .panel-Fazilat-light > .panel-body {
        padding: 20px;
    }


    .panel-Fazilat-light > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #bbdefb;
    }
/*----------------------------------*/



/*-------------dropdown start---------------------*/
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

    .dropdown-content > li > a {
        text-decoration: none;
    }
/*.dropdown-content > li:hover {
        background-color:#CCC;
        color:#fff;
    }*/

.dropdown:hover .dropdown-content {
    display: block;
}

/*-------------dropdown end---------------------*/

.title-15 {
    font-size: 15px;
}

.title-18 {
    font-size: 20px;
    margin: 20px;
}

/* form amib perisan calendar*/
.form-control-calendar {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.workshop-small-card {
    /*height: 330px;*/
    width: 280px;
    display: block;
    float: right;
    margin: 10px;
    position: relative;
    padding: 10px;
    text-align: right;
    border: #ebebeb 1px solid;
    border-radius: 10px;
}


    .workshop-small-card:hover {
        box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
        transition: all 200ms ease-out;
    }

.p-small-gray p {
    font-size: 12px;
    color: #555;
}

.p-small-gray a {
    text-align: center;
}

.btn-register {
    font-family: IRANSansWeb;
    font-size: 13px;
    font-weight: 600;
    height: 30px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
    color: #fff;
    background-color: #1caff6;
    border-color: #46b8da;
    border-radius: 3px;
    padding: 5px 15px;
}

    .btn-register:focus {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none;
    }



/*Notices */
.notice {
    padding: 15px;
    background-color: #fafafa;
    border-left: 6px solid #7f7f84;
    border-right: 6px solid #7f7f84;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
    box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
}

.notice-sm {
    padding: 10px;
    font-size: 80%;
}

.notice-lg {
    padding: 35px;
    font-size: large;
}

.notice-success {
    border-left-color: #2b542c;
    border-right-color: #2b542c;
    color: #2b542c;
    background-color: rgba(43, 84, 44, 0.1);
}

    .notice-success > strong {
        color: #80D651;
    }

.notice-info {
    border-left-color: #5bc0de;
    border-right-color: #5bc0de;
    color: #5bc0de;
    background-color: rgba(91, 192, 222, 0.1);
    font-size: large;
}

    .notice-info > strong {
        color: #45ABCD;
    }

.notice-warning {
    border-left-color: #f0ad4e;
    border-right-color: #f0ad4e;
    color: #f0ad4e;
    background-color: rgba(240, 173, 78, 0.1);
}

    .notice-warning > strong {
        color: #FEAF20;
    }

.notice-danger {
    border-left-color: #d9534f;
    border-right-color: #d9534f;
    color: #d9534f;
    background-color: rgba(217, 83, 79, 0.1);
    font-size: 18px !important;
}

    .notice-danger > strong {
        color: #d73814;
    }
/*MSG */
.big-link {
    font-size: 14px; /* یا هر سایز دلخواه مثل 20px */
    font-weight: bold; /* درشت‌تر کردن متن */
}


.msg {
    background: #fefefe;
    color: #666666;
    font-weight: bold;
    font-size: small;
    padding: 12px;
    padding-left: 16px;
    border-top: solid 3px #CCCCCC;
    border-radius: 5px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 10px 10px -5px rgba(0,0,0,.08);
    -moz-box-shadow: 0 10px 10px -5px rgba(0,0,0,.08);
    box-shadow: 0 10px 10px -5px rgba(0,0,0,.08);
}

.msg-clear {
    border-color: #fefefe;
    -webkit-box-shadow: 0 7px 10px -5px rgba(0,0,0,.15);
    -moz-box-shadow: 0 7px 10px -5px rgba(0,0,0,.15);
    box-shadow: 0 7px 10px -5px rgba(0,0,0,.15);
}

.msg-info {
    border-color: #b8dbf2;
}

.msg-success {
    border-color: #cef2b8;
}

.msg-warning {
    border-color: rgba(255,165,0,.5);
}

.msg-danger {
    border-color: #ec8282;
}

.msg-primary {
    border-color: #9ca6f1;
}

.msg-magick {
    border-color: #e0b8f2;
}

.msg-info-text {
    color: #39b3d7;
}

.msg-success-text {
    color: #80d651;
}

.msg-warning-text {
    color: #db9e34;
}

.msg-danger-text {
    color: #c9302c;
}

.msg-primary-text {
    color: rgba(47,106,215,.9);
}

.msg-magick-text {
    color: #bb39d7;
}

.alert-green {
    background-color: #dadef7;
}

.alert-pink {
    background-color: #fec4ff;
}

.single-line {
    white-space: nowrap;
    overflow: hidden;
}

.discount-price {
    color: red;
    text-decoration: line-through;
    font-size: 16px;
}


/*Wizard*/
.wizard {
    margin: 20px auto;
    border: #ccc solid 1px;
    border-radius: 7px;
    background: #fff;
}

    .wizard .nav-tabs {
        position: relative;
        margin: auto;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}


.wizard .nav-tabs > li.passed > a, .wizard .nav-tabs > li.passed > a:hover, .wizard .nav-tabs > li.passed > a:focus {
    color: #08b7fa;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

    span.round-tab i {
        color: #555555;
    }

.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5b96de;
}

    .wizard li.active span.round-tab i {
        color: #5bc0de;
    }

.wizard li.passed span.round-tab i {
    color: #0350a3;
}

.wizard li.passed span.round-tab {
    background: #729ef8;
    border: 2px solid #0337a3;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 20%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 14px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .wizard .nav-tabs > li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}



.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

    /* The navigation menu links */
    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        /* When you mouse over the navigation links, change their color */
        .sidenav a:hover {
            color: #f1f1f1;
        }

    /* Position and style the close button (top right corner) */
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

.custom-message {
    font-size: 16px;
    font-weight: bold;
    color: red; /* اگر می‌خواهید رنگ متن را نیز تغییر دهید */
}

/* استایل برای فیلد ورودی کپچا */
#CaptchaInput {
    font-size: 18px; /* اندازه فونت بزرگ‌تر */
    padding: 10px; /* اضافه کردن padding برای بزرگ‌تر شدن فیلد */
    width: 200px; /* عرض فیلد ورودی */
    height: 40px; /* ارتفاع فیلد ورودی */
}


.expired {
    position: absolute;
    top: 50px;
    left: 10px;
    padding: 10px;
    background-color: red;
    color: white;
    font-size: 16px;
    text-align: center;
    width: 250px;
    transform: rotate(-25deg);
    opacity: 0.75;
    font-family: 'B Yekan';
    border: 5px solid whitesmoke;
    border-radius: 5px;
    font-weight: bold;
}

.form-control-oneline {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}


.panel-heading-fd {
    font-family: 'Open Sans', Helvetica, sans-serif;
    background: #39b1cc;
    background: -moz-linear-gradient(top, #51bbd2 0%, #2d97af 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #51bbd2), color-stop(100%, #2d97af));
    background: -webkit-linear-gradient(top, #51bbd2 0%, #2d97af 100%);
    background: -o-linear-gradient(top, #51bbd2 0%, #2d97af 100%);
    background: -ms-linear-gradient(top, #51bbd2 0%, #2d97af 100%);
    background: linear-gradient(to bottom, #51bbd2 0%, #2d97af 100%);
    color: #ffffff;
    padding: 5px 17px 8px;
}

.panel-title-fd {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    /*color: #d3eced;*/
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-blue {
    font-family: IranSans_farsiNum;
}

a {
    color: #023f88;
}

.dropdown-menu li a:hover {
    color: #f31111 !important;
    text-decoration: underline !important;
}

.star-rating {
    font-size: 36px;
    direction: rtl; /* برای نمایش از راست به چپ */
    unicode-bidi: bidi-override;
}

    .star-rating .star {
        color: #ccc; /* رنگ پیش‌فرض خالی */
        cursor: pointer;
        display: inline-block;
        padding: 0 5px;
        transition: color 0.3s;
    }

        .star-rating .star.hover,
        .star-rating .star.active {
            color: #66e52b;
            /* رنگ ستاره انتخاب شده */
        }


/* فرمت‌های مجاز */
.formats-container {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #e9ecef;
    margin: 15px 0;
}

.formats-title {
    font-weight: 600;
    margin-bottom: 10px;
    color: #495057;
    font-size: 14px;
}

.formats-list {
    font-family: 'Courier New', monospace;
    font-size: 13px;
    color: #007bff;
    font-weight: 500;
    line-height: 1.6;
    word-wrap: break-word;
    overflow-wrap: break-word;
    direction: ltr;
}

/* ریسپانسیو برای موبایل */
@media (max-width: 768px) {
    .formats-list {
        font-size: 12px;
        line-height: 1.8;
    }
}

@media (max-width: 480px) {
    .formats-list {
        font-size: 11px;
        line-height: 2;
    }

    .formats-container {
        padding: 12px;
    }

    .form-group {
        display: flex;
        flex-direction: column;
        margin-bottom: 15px;
    }

    .control-label {
        margin-bottom: 5px;
        text-align: right !important;
    }

    .col-md-10 {
        width: 100%;
        float: none;
    }

    .checkbox {
        margin-top: 0 !important;
        text-align: right;
    }
}

/* در استایل‌های پروژه */
.excel-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    flex-direction: column;
}

.loader {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading-text {
    color: white;
    margin-top: 20px;
    font-size: 18px;
    font-family: 'B Nazanin', Tahoma;
}