body
{
    background-color: #f6f1eb;
    min-width: 320px;
    font-family: "IRANYekan", "CenturyGothic";
    font-size: 10pt;
    line-height: 2em;
    color: #444444;
    cursor: default;
    direction: rtl;
    overflow-x: hidden;
}
body, html
{
    width: 100%;
    height: 100%;
}

.main-body
{
    /*background-image: url("../../img/body-bg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;*/
    background-color: #f6f1eb;
    width: 100%;
    float: right;
    /*padding-top: 53px;*/
    /*
    margin-top: 52px;*/
}/*
@media (max-width: 767px)
{
    .body-home .main-body
    {
        padding-top: 50px;
    }
}*/
/*
.body-home .main-body
{
    margin-top: 0;
}*/

/* * */

.dir-ltr
{
    direction: ltr !important;
}
.dir-rtl
{
    direction: rtl;
}

a:hover, a:focus
{
    text-decoration: none;
}

button:focus
{
    outline:0 !important;
}

.display-none
{
    display: none;
}
.display-inline-block
{
    display: inline-block;
}

.clear-both
{
    clear: both;
}

.tooltip
{
    font-family: "IRANYekan", "CenturyGothic";
    white-space: nowrap;
}

/* loader-wait */
form .loader-wait
{
    float: right;
}

.disabled
{
    cursor: no-drop !important;
}

/* * */
li
{
    list-style: none;
}

/* line-height */
.line-height-2
{
    line-height: 2em !important;
}

a, i
{
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    -moz-transition-delay: 0s !important;
    transition-delay: 0s !important;
}

/*
***********************************************************************************************************************/

.img
{
    position: relative;
    overflow: hidden;
}
.img img
{
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
}
.img:hover img, a:hover .img img
{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: transform .2s linear;
    -moz-transition: transform .2s linear;
    -o-transition: transform .2s linear;
    transition: transform .2s linear;
}

/* width
***********************************************************************************************************************/

.width-100-percent
{
    width: 100%;
}
.width-50-percent
{
    width: 50%;
}
.width-33-percent
{
    width: 33.33%;
}
.width-25-percent
{
    width: 25%;
}
.width-24
{
    width: 24px;
}
.width-40
{
    width: 40px;
}
.width-80
{
    width: 80px;
}
.width-85
{
    width: 85px;
}
.width-100
{
    width: 100px !important;
}
.width-120
{
    width: 120px !important;
}
.width-140
{
    width: 140px !important;
}
.width-180
{
    width: 180px;
}
.width-200
{
    width: 200px;
}
.width-max-150
{
    max-width: 150px;
}
.width-max-300
{
    max-width: 300px;
}
.width-max-400
{
    max-width: 400px;
}
.width-max-500
{
    max-width: 500px;
}

/* height
***********************************************************************************************************************/

.height-20
{
    height: 20px !important;
}
.height-120
{
    height: 120px !important;
}
.height-200
{
    height: 200px !important;
}

/* margin
***********************************************************************************************************************/

.m-l-r-auto
{
    margin-right: auto !important;
    margin-left: auto !important;
}

/* top */
.m-t-2
{
    margin-top: 2px !important;
}
.m-t-5
{
    margin-top: 5px !important;
}
.m-t-10
{
    margin-top: 10px !important;
}
.m-t-20
{
    margin-top: 20px !important;
}
.m-t-30
{
    margin-top: 30px !important;
}
.m-t-40
{
    margin-top: 40px !important;
}
.m-t-50
{
    margin-top: 50px !important;
}
.m-t-70
{
    margin-top: 70px !important;
}
.m-t-100
{
    margin-top: 100px !important;
}

/* right */
.m-r-5
{
    margin-right: 5px !important;
}
.m-r-10
{
    margin-right: 10px !important;
}
.m-r-15
{
    margin-right: 15px !important;
}
.m-r-20
{
    margin-right: 20px !important;
}
.m-r-30
{
    margin-right: 30px !important;
}
.m-r-40
{
    margin-right: 40px !important;
}
.m-r-45
{
    margin-right: 45px !important;
}
.m-r-50
{
    margin-right: 50px !important;
}
.m-r-60
{
    margin-right: 60px !important;
}
.m-r-70
{
    margin-right: 70px !important;
}
.m-r-75
{
    margin-right: 75px !important;
}

/* bottom */
.m-b-0
{
    margin-bottom: 0 !important;
}
.m-b-2
{
    margin-bottom: 2px !important;
}
.m-b-10
{
    margin-bottom: 10px !important;
}
.m-b-15
{
    margin-bottom: 15px !important;
}
.m-b-20
{
    margin-bottom: 20px !important;
}
.m-b-30
{
    margin-bottom: 30px !important;
}
.m-b-50
{
    margin-bottom: 50px !important;
}

/* left */
.m-l-5
{
    margin-left: 5px !important;
}
.m-l-10
{
    margin-left: 10px !important;
}
.m-l-20
{
    margin-left: 20px !important;
}

/* padding
***********************************************************************************************************************/

.p-0
{
    padding: 0 !important;
}
.p-10
{
    padding: 10px;
}
.p-20
{
    padding: 20px;
}

/* top */
.p-t-0
{
    padding-top: 0;
}

/* right */
.p-r-0
{
    padding-right: 0 !important;
}
.p-r-5
{
    padding-right: 5px !important;
}
.p-r-10
{
    padding-right: 10px !important;
}
.p-r-15
{
    padding-right: 15px !important;
}
.p-r-20
{
    padding-right: 20px !important;
}
.p-r-25
{
    padding-right: 25px !important;
}
.p-r-30
{
    padding-right: 30px !important;
}
.p-r-35
{
    padding-right: 35px !important;
}
.p-r-40
{
    padding-right: 40px !important;
}
.p-r-45
{
    padding-right: 45px !important;
}
.p-r-50
{
    padding-right: 50px !important;
}

/* bottom */
.p-b-10
{
    padding-bottom: 10px !important;
}
.p-b-70
{
    padding-bottom: 70px !important;
}

/* left */
.p-l-0
{
    padding-left: 0 !important;
}
.p-l-5
{
    padding-left: 5px !important;
}
.p-l-10
{
    padding-left: 10px !important;
}
.p-l-15
{
    padding-left: 15px !important;
}
.p-l-20
{
    padding-left: 20px !important;
}
.p-l-25
{
    padding-left: 25px !important;
}
.p-l-30
{
    padding-left: 30px !important;
}
.p-l-35
{
    padding-left: 35px !important;
}
.p-l-40
{
    padding-left: 40px !important;
}
.p-l-45
{
    padding-left: 45px !important;
}
.p-l-50
{
    padding-left: 50px !important;
}

/*
***********************************************************************************************************************/

.font-size-8
{
    font-size: 8pt;
}
.font-size-9
{
    font-size: 9pt !important;
}
.font-size-10
{
    font-size: 10pt;
}
.font-size-11
{
    font-size: 11pt;
}
.font-size-12
{
    font-size: 12pt;
}
.font-size-14
{
    font-size: 14pt;
}
.font-size-16
{
    font-size: 16pt;
}

.font-en
{
    font-family: "CenturyGothic" !important;
}
.font-bold
{
    font-weight: bold !important;
}
.font-normal
{
    font-weight: normal;
}

/* *** */
::-webkit-input-placeholder
{
    font-family: "IRANYekan", "CenturyGothic";
    direction: rtl;
}
:-moz-placeholder
{
    font-family: "IRANYekan", "CenturyGothic";
    direction: rtl;
}
::-moz-placeholder
{
    font-family: "IRANYekan", "CenturyGothic";
    direction: rtl;
}
:-ms-input-placeholder
{
    font-family: "IRANYekan", "CenturyGothic";
    direction: rtl;
}

::-webkit-input-placeholder
{
    color: #444444!important
}
:-moz-placeholder
{
    color: #444444!important
}
::-moz-placeholder
{
    color: #444444!important
}
:-ms-input-placeholder
{
    color: #444444!important
}

/* *** */
::selection
{
    background-color: #d7b46a;
    color: #ffffff;
}
::-moz-selection
{
    background-color: #d7b46a;
    color: #ffffff;
}

/* *** */
.letter-spacing-0-3
{
    letter-spacing: 0.3em;
}

/* *** */
.form-horizontal .control-label
{
    text-align: right;
}

/*
***********************************************************************************************************************/

.border-0
{
    border: 0;
}

/*
***********************************************************************************************************************/

.float-right
{
    float: right !important;
}
.float-left
{
    float: left !important;
}
.float-none
{
    float: none;
}

/*
***********************************************************************************************************************/

a, /*a:visited, */a:focus
{
    color: #444444;
}
a:hover
{
    color: #d7b46a;
}

/*
***********************************************************************************************************************/

.btn-circle, a.btn-circle
{
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
    color: #ffffff;
}

/*
***********************************************************************************************************************/

.divider-black
{
    fill: #444444;
}
.divider-orange
{
    fill: #d7b46a;
}

/* pagination
***********************************************************************************************************************/

.pagination-box
{
    text-align: center;
    padding-top: 40px;
    clear: both;
}
.pagination
{
    margin: 0;
}
.pagination li
{
    float: left;
}
.pagination a, .pagination a:visited,
.pagination li span, .pagination li span:focus, .pagination li span:hover
{
    background-color: #e3e3e3 !important;
    width: 40px;
    height: 40px;
    color: #8a8c8e !important;
    font-size: 11pt;
    text-align: center;
    padding: 11px 5px 5px 5px !important;
    margin: 0 3px !important;
    border: 0 !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}
.pagination a:hover
{
    background-color: #d7b46a !important;
    color: #ffffff !important;
}
.pagination li.active a
{
    background-color: #8a8c8e !important;
    color: #e3e3e3 !important;
}

/* file btn
***********************************************************************************************************************/

.input-file-box
{
    background: #f5f5f5;
    float: right;
    position: relative;
    cursor: pointer;
    margin: 0 0 2px 2px;
}
.input-file-box:hover
{
    background: #fafafa;
}

.input-file-box .fa
{
    background-color: transparent;
    border: 0;
}

/* * */
.input-file-no-image-box
{
}
.input-file-no-image-box .file-name
{
    float: right;
    margin: 10px 5px 5px 5px;
    direction: ltr;
}
.input-file-no-image-box .fas
{
    color: #444444;
    font-weight: 900;
    float: left;
    margin: 5px;
}

/* image */
.input-file-image-box
{
    width: 100px;
    height: 100px;
}
.input-file-image-box img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
}
.input-file-image-box .fas
{
    color: #444444;
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.input-file-btn-box
{
    width: 100%;
    height: 100%;
}

/*
***********************************************************************************************************************/

.form-group.form-group-label-floating
{
    margin: 0 0 1.5rem 0;
    position: relative;
}
.form-group.form-group-label-floating .form-control-placeholder
{
    width: 100%;
    font-weight: normal;
    padding: 6px 12px;
    position: absolute;
    top: 0;
    transition: all 200ms;
    cursor: text;
}
.form-group.form-group-label-floating input:focus~.form-control-placeholder,
.form-group.form-group-label-floating textarea:focus~.form-control-placeholder,
.form-group.form-group-label-floating.valid .form-control-placeholder
{
    font-size: 8pt;
    top: -28px;
    opacity: 0.7;
}

/*
***********************************************************************************************************************/

.showSweetAlert .fa.fa-circle
{
    color: #a6a6a6;
    font-size: 6pt;
}
.showSweetAlert p
{
    color: #444444;
    font-size: 10pt;
    line-height: 2em;
}

/*
***********************************************************************************************************************/

.form-star
{
    color: #a6a6a6;
    font-size: 7pt;
    margin-right: 5px;
}

.form-field-star:after
{
    color: #d3d3d3;
    font-family: "Font Awesome 5 Pro";
    font-size: 7pt;
    font-style: normal;
    font-weight: 900;
    content: "\f005" !important;
    position: absolute;
    top: 3px;
    left: 20px;
}

.input-checkbox-style, .input-radiobox-style
{
    display: none;
}
.input-checkbox-style-box, .input-radiobox-style-box
{
    width: 15px;
    height: 15px;
    float: right;
    position: relative;
}
.input-checkbox-style-box:before, .input-radiobox-style-box:before
{
    color: #222222;
    font-family: 'Font Awesome 5 Pro';
    font-size: 12pt;
    font-weight: normal;
    content: "\f0c8";
    position: absolute;
    right: 0;
    top: 0;
}
.input-radiobox-style-box:before
{
    content: "\f111";
}
.input-checkbox-style:checked + .input-checkbox-style-box:before, .input-radiobox-style:checked + .input-radiobox-style-box:before
{
    content: "\f14a";
}
.input-radiobox-style:checked + .input-radiobox-style-box:before
{
    content: "\f058";
}

/* page loading-wait
***********************************************************************************************************************/

.page-loading-wait
{
    background-color: rgba(65, 64, 66, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
}
.page-loading-wait .sk-spinner
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.page-loading-wait .sk-spinner div
{
    background-color: #ffffff;
}

/* btn-go-to-top
***********************************************************************************************************************/

.btn-go-to-top
{
    background-color: #06060f;
    width: 36px;
    height: 36px;
    color: #99a9b5 !important;
    font-size: 14pt;
    text-align: center;
    line-height: 50px;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 1000;
    border-radius: 10px;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transform: rotate(45deg);
}
.btn-go-to-top i
{
    position: absolute;
    top: 45%;
    left: 45%;
    transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
}

.btn-go-to-top.visible
{
    opacity: 0.5;
    visibility: visible;
}

/* light gallery
***********************************************************************************************************************/

body.lg-on
{
    overflow: hidden;
}
.lg-backdrop
{
    background-color: rgba(59, 29, 54, 0.8);
}

/*
***********************************************************************************************************************/
/*
@media (min-width: 1400px)
{
    .container
    {
        width: 1370px;
    }
}
*/
/*
***********************************************************************************************************************/