/* @import "GillassThemeCss.css"; */

/*
Menu Start Form Line 11 to End Line 52
Slider Start From Line 56 to End Line 109

*/

/* -------------------------------------------------------------------------- */
/*                                   General                                  */
/* -------------------------------------------------------------------------- */

.textGreen {
    color: green;
}
.textRed {
    color: red;
}
.backgroundOrange {
    background: #f5671b;
}
.textWithe {
    color: #fff;
}
.textOrange {
    color: #f5671b;
}

.textBlue {
    color: #1243B4!important;
}

.backgroundWhite {
    background: #FFF;
}

a {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
a:hover {
    text-decoration: none;
}
html{
    overflow-x: hidden;
    width: 100%;
}
body {
    direction: rtl;
    text-align: right;
    font: 1rem/1.6 IRANSans, dana;
}
.rtl{
    direction: rtl;
}
.ltr{
    direction: ltr;
}
.rounded-lg {
    border-radius: .8rem!important;
}
.myFormItem {
    border: 1px solid #f5671b;
}
.text-orange-m {
    color: orange;
}

/* -------------------------------------------------------------------------- */
/*                                    Pages                                   */
/* -------------------------------------------------------------------------- */

/*Nav Tabs for All Page*/
.nav-tabs{
    padding: 15px 0;
    width: 82%;
    margin-right: 55px;
    justify-content: center;
    border-top: 1px dashed #9E9E9E;
    border-bottom: 0;
}
.nav-tabs .nav-item .nav-link{
    position: relative;
    width: 25px;
    border: 1px solid #000;
    color:#f5671b;
    border-radius: 100%;
    height: 25px;
    padding: 0;
    margin: 0 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-tabs .nav-item .nav-link::after{
    content: "";
    width: 70px;
    height: 1px;
    background: black;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 35px;
}
.nav-tabs .nav-item:last-of-type .nav-link::after{
    content: none;
}
.nav-tabs .nav-item .nav-link.active{
    border: 1px solid #f5671b;
}
.nav-tabs .nav-item .nav-link.active::after{
    background: #f5671b;
}

label[class="container"]{
    direction: ltr;
}
input::placeholder , textarea::placeholder{
    font-size: 12px;
}

/*StartMenu*/
.myNavBar {
    margin-right: 2rem;
    padding-top: 0;
}

.listMenu {
    margin-left: auto;
}

.listMenu li hr {
    margin: 0;
    width: 0;
    transition: 0.2s;
    height: 1px;
}

.nav-item:hover hr {
    width: 100%;
}

.listMenu li {
    margin-left: 15px;
    float: right;
    text-align: right;
    color: #3e3e3e;
    font-family: IRANSans;
    font-weight: 300;
}

.listMenu li a {
    color: #3e3e3e;

}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'><path stroke='rgb(245, 102, 27)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

.navbar-toggler {
    border: 1px solid #f5671b;

}

.MyBtnHover:hover {
    border: 1px solid #f5671b;
    background: transparent;
    color: #f5671b;
}

/*endMenu*/


/*StartSlider*/

.triangle {
    direction: rtl;
    float: right;
    text-align: right;
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    border-style: solid;
    border-width: 400px 0 0 1000px;
    border-color: transparent transparent transparent #f5671b;
}

.input-groupMy {
    width: 87%;
}

ul.list-group li {
    list-style-type: none;
    margin-left: 40px;
    margin-bottom: 20px;
}

.iconImage {
    height:100%;
    background: #fff;
    width: 84%;
    text-align: center;
    margin: auto;
    float: none;
    border: 1px solid #ececec;
    padding: 14px 23px;
}

.profileImage {
    bottom: 0;
    width: 30%;
    position: absolute;
    left: 190px;
}

.bestProfileText {
    position: absolute;
    bottom: 6px;
    font-size: 12px;
    left: 14px;
}

.bestProfileTitle {
    position: absolute;
    bottom: 6px;
    font-size: 12px;
    left: 260px;
}

.star {
    margin: 0;
    font-size: 10px
}

.activeStar {
    color: #f7bd08;
}

/*endSlider*/
/*startProduct*/
.imageSlider {
    width: 100%;
    position: relative;
}

.sliderP {
    padding-right: 10px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(85, 82, 81, 0) 105%, rgba(0, 212, 255, 1) 100%);
}

.itemSlider {

    cursor: pointer;
}

.iconSlider {
    width: 30%;
    position: absolute;
    z-index: 99999;
    visibility: hidden;
    top: 36%;
    right: 35%
}

.itemSlider:hover .imageSlider {
    visibility: hidden;
}

.itemSlider:hover .iconSlider {
    visibility: visible;
}

.itemSlider:hover .sliderP {
    background: transparent;
}


/*endProduct*/

/*start Category*/
.container-fluid.backgroundWhite {
    overflow: visible;
}

.categoryHover {
    margin-top: 20px;
}

.categoryHover h1 i {
    cursor: pointer;
    padding: 10px;
}

.categoryHover:hover h1 i {
    background: #f5671b;
    color: #ffffff;
}

.categoryHover:hover p {
    color: #f5671b;
}

/*endCategory*/
/*Start Poster*/
.posterDiv {
    background: url("../../media/img/poster.jpg");
    background-size: cover;
    margin: auto;
    float: none;
}

.btnOrange {
    background: transparent;
    border: 1px solid rgba(245, 103, 27, 0.55);
    color: rgba(245, 103, 27, 0.55);
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 5px 10px;
}

.btnOrange:hover {
    border: 1px solid rgba(245, 103, 27, 1);
    color: rgba(245, 103, 27, 1);

}

/*end Poster*/

/*start Service*/
.titleServiceP {
    width: 100%;
}

.titleServiceP span {
    font-weight: bold;
    border-radius: 4px;
    padding: 0 10px;
    cursor: pointer;
    color: #ffffff;
    background: linear-gradient(0deg, rgba(251, 100, 98, 1) 0%, rgba(250, 148, 60, 1) 100%, rgba(250, 148, 60, 1) 100%);
    position: relative;
    bottom: 2px;
}

.titleServiceP span:hover {
    background: linear-gradient(0deg, rgba(251, 100, 98, 1) 100%, rgba(250, 148, 60, 1) 0%, rgba(250, 148, 60, 1) 0%);

}

.angelDiv {
    background: linear-gradient(90deg, rgba(251, 107, 112, 1) 0%, rgba(250, 148, 60, 1) 100%, rgba(253, 130, 63, 1) 100%);
    -ms-transform: skewY(-2deg);
    /* IE 9 */
    transform: skewY(-2deg);
}

.angelDivR {
    background: linear-gradient(90deg, rgba(251, 107, 112, 1) 0%, rgba(250, 148, 60, 1) 100%, rgba(253, 130, 63, 1) 100%);
    -ms-transform: skewY(2deg);
    /* IE 9 */
    transform: skewY(2deg);
}

.textServiceP {
    width: 100%;
}

.textServiceP span {
    color: #121695;
}

.unAngelDiv {
    margin-top: 40px;
    margin-bottom: 30px;
    -ms-transform: skewY(2deg);
    /* IE 9 */
    transform: skewY(2deg);
}

.unAngelDivR {
    margin-top: 40px;
    margin-bottom: 30px;
    -ms-transform: skewY(-2deg);
    /* IE 9 */
    transform: skewY(-2deg);
}

/*end Service*/
/*Start Advantage*/
.AdvantageP span {
    color: #f5671b;
    margin-bottom: 15px;
    font-size: 1rem;
}

.AdvantageP {
    margin-bottom: 10px;
    font-size: .9rem;
    color: rgba(0, 0, 0, 0.6);
}

/*end Advantage*/

/*start academy*/
.academyItem {
    cursor: pointer;
    background: #ffffff;
    border-radius: 2px;
    box-shadow: 3px 3px 9px -4px grey;
}

.academyP span {
    font-size: 11px;
    color: rgba(0, 0, 0, 0.6);

}

/*end academy*/
/*startFooter*/
.logoFooter {
    float: right;
    width: 120px;
}

.footerUl {
    font-family: IRANSans;
    font-weight: 200;
    list-style-type: none;
    float: right;
    text-align: right;
    padding: 0;
}

.footerUl li {
    cursor: pointer;
}

/*end Footer*/
.imgSocial {
    width: 20px;
    float: right;
    margin-left: 15px;
    margin-bottom: 10px;
}

.imgCertificate {
    width: 60px;
    float: right;

}

/*profile1*/

.imgPath {
    position: relative;
    vertical-align: center;
    top: 13px;
    margin-right: 17px;
}

.profileName {
    position: relative;
    top: 10px;
    margin-right: 15px;
    border-left: 1px solid #FE6D41;
    padding-left: 24px;

}

.profileParent {
    cursor: pointer;

}

.iconNotification {
    position: relative;
    cursor: pointer;
}

#iconNotification {
    position: relative;
    font-size: 1.2rem;
    color: #707070;
    cursor: pointer;
}

#iconNotification::after {
    content: '';
    width: 0.7rem;
    height: 0.7rem;
    position: absolute;
    top: -4px;
    right: -7px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 10;
    background: #FFC06A;
}

#top_header .left_section .fa.fa-comments {
    font-size: 1.2rem;
    color: #707070;
    cursor: pointer;
}

#top_header .left_section .fa.fa-chevron-down {
    color: #A4AFB7;
}


#top_header .left_section .divider {
    border-left: 2px solid #FE6D41;
    height: 2rem;
}

#top_header .left_section i {
    cursor: pointer;
}


.counterNotification {
    border: 1px solid #ffffff;
    border-radius: 100%;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 8px;
    z-index: 2;
    left: 68px;
}

.iconChat {
    position: relative;
    top: 11px;
    width: 16px;
    margin-right: 30px;

}

.notificationMenu {
    position: absolute;
    width: 400px;
    min-height: 40px;
    z-index: 99;
    top: 45px;
    left: 15px;
    background: #FFE6BA;
    display: none;
    border-radius: 0 5px 5px 5px;
    padding: 1rem;
}

.notificationMenu li {
    list-style-type: none;
    text-align: right;

}

.notificationMenu:after {
    content: "";
    position: absolute;
    top: -10px;
    left: 0px;
    border: 7px solid #FFE6BA;
}

.MyMenu {
    background: #000000;
    /* margin-top: 40px; */
}

.container-fluid {
    overflow: visible;
}

#top_header .logo {
    width: 8rem;
}

#top_header .logo img {
    width: 100%;
}


.mainMenu {
    float: right;
    margin: 0;
    background: #000;
    width: 100%;
}

.topMenu {
    background: #000;
}

.mainMenu>li:first-child {
    margin-right: 0px;
}

.mainMenu>li {
    float: right;
    color: #ECECEC;
    list-style-type: none;
    /* padding-top: 20px;
    padding-bottom: 20px; */
    cursor: pointer;
    margin-right: 15px;
}

.mainMenu>li:after {
    margin-right: 38px;
    margin-left: 15px;
    content: url('../../media/img/Polygon 4.png');
}

.mainMenu>li form.search {
    position: relative;
    width: 395px;
    background: transparent;
    border: 0;

}

.mainMenu>li form.search .form-control {
    background: transparent;
    border: 0;
    color: #fff;
}

.mainMenu>li form.search .form-control:focus {
    border: 1px solid #FE6D41;
    box-shadow: none !important;
}

.mainMenu>li form.search .form-control::placeholder {
    color: #fff;
    font-size: 0.9rem;
}

.mainMenu>li form .fa {
    position: absolute;
    top: 58%;
    left: 1rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    color: #f5671b;
    font-size: 18px;
}

.mainMenu>li:last-child {
    padding-top: 1rem;
}

.mainMenu>li:last-child::after {
    content: '';
}

.mainMenu>li img {
    width: 18px;
    margin-right: 10px;
    margin-left: 10px;
}


.subMenu {
    position: relative;
}

.subMenu ul.masterSubMenu {
    display: none;
    position: absolute;
    width: 333px;
    top: 64px;
    padding: 0px;
    z-index: 99999;
    background: #ffffff;
}

.masterSubMenu>li {
    text-align: right;
    float: right;
    display: inline-block;
    margin-left: 14px;
    padding-right: 10px;
    border-right: rgba(108, 108, 108, 0.16) 1px solid;
}

.masterSubMenu>li:first-child {
    border-right: rgba(108, 108, 108, 0.16) 0px solid;

}

.masterSubMenu li {
    list-style-type: none;
    color: #0b2e13;

}

.masterSubMenu>li>ul {
    padding-right: 0;

}

.masterSubMenu>li>ul>li:first-child {
    border-bottom: 1px solid #f5671b;
    padding: 10px 0 10px 0;
    margin: 10px;
}

.secondMenu>ul>li:first-child {
    margin-right: 0;
    margin-top: 16px;
    margin-bottom: 5px;
    padding-right: 15px;
}

.secondMenu>ul>li {
    font-size: 12px;
    margin-right: 0px;
    margin-top: 4px;
    padding: 13px 43px;
}

.secondMenu>ul>li>img {
    width: 13px;
}

.secondMenu>ul>li>span {
    color: #B4B4B4;
}

.secondMenu>ul>li:after {
    content: ">";
    position: relative;
    left: -83px;
    font-weight: bold;
    top: 1px;
}

.secondMenu>ul>li:first-child:after {
    content: "";
}

.secondMenu>ul {
    position: relative;
}

li.subMenu:hover {
    background: #F5F5F5;
    color: #303030;
}

li.subMenu:hover>div {
    background-position: 0 -60px;
}

li.subMenu:hover>ul.masterSubMenu {
    display: block;

}


/* -------------------------------------------------------------------------- */
/*                                user_profile                                */
/* -------------------------------------------------------------------------- */
.user_profile ul li a {
    text-decoration: none;
    color: #FE6D41;
}

.user_account a {
    color: #303030;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.user_account a:hover {
    text-decoration: none;
    color: #FE6D41;
}

.user_account .nav-link.active {
    cursor: pointer;
    box-shadow: inset -4px 0 0 #f5671b;
    background: #FFE9E2;
}

.user_account .collapse {
    background: #F9F9F9;
}

.userAreaMenuUL>li.active span {
    border-right: 3px solid #f5671b;
    background: #FFE9E2;
    display: inline-block;
    width: 100%;

}

.requset_active_service_box form .fa.fa-upload {
    color: #f5671b;
}

.requset_active_service_box form button {
    color: #f5671b;
}

.requset_active_service_box form .upload-btn {
    cursor: pointer;
}



.imgProfile {
    position: absolute;
    float: none;
    margin: auto;
    /* bottom: 100px; */
    right: 35px;
    bottom: -10px;
}

.profileBtn li {
    list-style-type: none;
    float: right;
    margin-left: 10px;
    cursor: pointer;
}

.profileBtn li:first-child {
    font-family: IRANSans;
    background: #6C6C6C;
    padding: 3px 5px;
    border-radius: 4px;
    color: white;
}

.profileBtn li:nth-child(2) {
    font-family: IRANSans;
    background: #03ACED;
    padding: 3px 5px;
    border-radius: 4px;
    color: white;
}

.profileBtn li:nth-child(3) {
    font-family: IRANSans;
    background: #03ACED;
    padding: 3px 5px;
    border-radius: 4px;
    color: white;
}

.profileBtn li:nth-child(4) {
    font-family: IRANSans;
    background: #FE6D41;
    padding: 3px 5px;
    border-radius: 4px;
    color: white;
}

.profileBtn2 li {
    list-style-type: none;
    float: right;
    margin-left: 14px;
    cursor: pointer;
}

.profileBtn2 li:first-child {
    font-family: IRANSans;
    padding: 3px 6px;
    border-radius: 4px;
    color: white;
}

.profileBtn2 li:nth-child(2) {
    font-family: IRANSans;
    background: #303030;
    padding: 3px 6px;
    border-radius: 4px;
    color: white;
}

.profileBtn2 li:nth-child(3) {
    font-family: IRANSans;
    background: #303030;
    padding: 3px 6px;
    border-radius: 4px;
    color: white;
}

.profileBtn2 li:nth-child(4) {
    font-family: IRANSans;
    background: #303030;
    padding: 3px 6px;
    border-radius: 4px;
    color: white;
}

.profileBtn li:nth-child(2):after {
    content: url("../../media/img/Icon awesome-plus.png");
    position: relative;
    top: 2.3px;
}

.profileBtn li:nth-child(3):after {
    content: url("../../media/img/Icon material-message.png");
    position: relative;
    top: 4px;
}

.profileBtn li:nth-child(4):after {
    content: url("../../media/img/Icon material-flag.png");
    position: relative;
    top: 4px;
}

.profileBtn2 li:nth-child(2):after {
    content: url("../../media/img/Icon material-visibility.png");
    position: relative;
    top: 2.3px;
}

.profileBtn2 li:nth-child(3):after {
    content: url("../../media/img/Icon material-visibility.png");
    position: relative;
    top: 4px;
}

.profileBtn2 li:nth-child(4):after {
    content: url("../../media/img/Icon material-visibility.png");
    position: relative;
    top: 4px;
}

.profileBtn {
    padding: 10px 0px 10px 0px;
    float: none;
    margin: auto;
    overflow: hidden;
    width: fit-content;
}

.profileBtn2 {
    padding: 10px 0px 10px 0px;
    float: none;
    margin: auto;
    overflow: hidden;
    width: fit-content;
}

.level {
    margin: 0;
    color: #000;
    text-align: center;
}

.skillUlJobFinal {
    width: fit-content;
    overflow: hidden;
    padding: 0;
    margin: 0;

}

.skillUlJobFinal li {
    font-family: IRANSans;
    font-size: 12px;
    float: right;
    list-style-type: none;
    padding: 0 10px 0 10px;
    border-left: 1px solid #f5671b;
}

.skillUlJobFinal li:first-child {
    padding-right: 0;
}

.skillUlJobFinal li:last-child {
    border-left: 0px;
}

.skillUl {
    width: fit-content;
    overflow: hidden;
    padding: 0;
    margin: auto;
    float: none;
}

.skillUl li {
    color: #f5671b;
    list-style-type: none;
    float: right;
    border-left: 1px #9A9A9A solid;
    padding: 0px 40px;
    font-family: IRANSans;
}

.skillUl li:last-child {
    border-left: 0 solid transparent;
}

.SocialProfile a {
    margin-left: 10px;
}

.SocialProfile a:last-child {
    margin-left: 0;
}

.tabMenu {
    margin: auto;
    float: none;
    width: fit-content;
    padding: 5px;
    overflow: hidden;
}

.tabMenu li {
    margin-left: 30px;
    list-style-type: none;
    float: right;
    padding: 10px 10px;
    border-radius: 5px;
    /* cursor: pointer; */
    font-family: IRANSans;
}

.tabMenu li.active {
    background: #ECECEC;
}

.tabMenu li:hover {
    background: #fd7e14;
    color: #FFF;
}

.comments_box .right_section {
    width: 25%;
}
.comments_box .left_section {
    width: 75%;
}
.comments_box .left_section a {
    color: #f5671b;
}

.advertisting_box .divider {
    border: 1px solid #F5F6FA;
}
.advertisting_box .month .fa.expired {
    color: #BC0000;
}

.advertisting_box  .title p {
    color: #7A0B00;
}

.ProfileShape {
    border: 18px solid #FFF
}

.titleProfile {
    border-bottom: 1px solid;
}

.InsideShape {
    padding: 10px;
}

.Title {
    margin: auto;
    float: none;
    width: fit-content;
    position: relative;
    top: 10px;
    padding: 0 30px;
}

.item {
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}

.itemIcons {
    margin-left: 30px;
}

.imageTitleProfile {
    width: 18px;
    margin-left: 8px;
}

.uni {
    color: #5a6268;
    margin-right: 29px
}

.verfIcon {
    width: 18px;
}

.listSpecialSkill {
    overflow: hidden;
    padding: 0;
}

.listSpecialSkill li {
    list-style-type: none;
    text-align: center;
    float: right;
    padding: 17px;
    font-size: 14px;
    font-family: IRANSans;
}

.TitleComment {
    padding: 8px 7px;
    margin: 0;
}

.subTitleComment {
    padding: 5px 10px;

}

.BtnCommentParent {
    bottom: 0;
}

.ulAbout {
    width: 100%;
    margin: 0;
    padding: 0;
}

.ulAbout li {
    margin-top: 5px;
    text-align: right;
    list-style-type: none;
    font-family: IRANSans;
    font-size: 12px;
}

.ulAbout>li:before {
    content: "-";
    margin-left: 5px;

}

.ulAboutFinalJob {
    width: 100%;
    margin: 0;
    padding: 0;
}

.ulAboutFinalJob li {
    margin-top: 5px;
    text-align: right;
    list-style-type: none;
    font-family: IRANSans;
    font-size: 12px;
}

.ulAboutFinalJob>li:before {
    background: #6C6C6C;
    border-radius: 100%;
    color: #F5F6FA;
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f053";
    margin-left: 5px;
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
    text-align: center;

}

.loginTextInComment {
    cursor: pointer;
}

.filterSelected {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: IRANSans;
}

.filterSelected li {
    padding: 5px 16px;
    margin-left: 12px;
    color: rgba(112, 112, 112, 0.7);
    float: right;
    list-style-type: none;
    border-radius: 5px;
    border: 1px solid rgba(112, 112, 112, 0.7);
    cursor: pointer;
    margin-top: 8px;
}

.filterSelected li i {
    position: relative;
    top: 2px;
    left: -4px;

}

.tabFilterUl {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: IRANSans;
}

.tabFilterUl li {
    cursor: pointer;
    float: right;
    list-style-type: none;
    text-align: center;
    padding: 15px;
}

.tabFilterUl li.active {
    border-bottom: 2px solid #f5671b;
}

.categoryFilterUl {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: IRANSans;
}

.categoryFilterUl>li {
    cursor: pointer;
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    list-style-type: none;
    height: fit-content;
    text-align: right;
    direction: rtl;
}

.categoryFilterUl>li>i {
    margin-left: 5px;
}

.subCategoryFilterUl {
    width: 100%;
    font-family: IRANSans;
    border-right: 2px solid black;
    padding-right: 15px;
    margin-right: 20px;
}

.subCategoryFilterUl>li {
    margin-top: 20px;
    list-style-type: none;
    color: black;
}

.subCategoryFilterUl>li>ul {
    font-family: IRANSans;
    padding-right: 15px;
    margin-right: 20px;
    border-right: 2px solid #f5671b;
}

.subCategoryFilterUl>li>ul>li {
    margin-top: 20px;
    color: black;
    list-style-type: none;
}

.custom-select {

    background: #fff url("../../media/img/Group 8720.png") no-repeat left .75rem center/15px 10px;
    padding: .375rem 0.75rem .375rem .75rem;
    height: 50px;
}

.custom-select option {
    font-family: IRANSans;
    padding: 10px;
}

.slider-selection {
    background: #f5671b;
    background-image: none !important;
}

.dropdown-menu {
    text-align: right;
    cursor: pointer;
}

.dropdown-menu h6 {
    padding: 10px;
}

.dropdown-menu h6:hover {
    background: #f5671b;
    color: #FFF;
}

.modelView {
    cursor: pointer;
}

.backgroundImageProfile {
    right: 0;
    z-index: 99;
}

.userAreaProfileImage {
    border-radius: 100%;
    border: 1px solid #f5671b;
}

.skillUlUserArea {
    width: fit-content;
    overflow: hidden;
    padding: 0;
    margin: auto;
    float: none;
}

.skillUlUserArea li {
    color: #f5671b;
    list-style-type: none;
    float: right;
    border-left: 1px #9A9A9A solid;
    padding: 0px 16px;
    font-family: IRANSans;
}

.skillUlUserArea li:last-child {
    border-left: 0 solid transparent;
}

.userAreaMenuUL {
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: auto;
    float: none;
}


.userAreaMenuUL>li>p {
    border-right: 3px solid transparent;
    cursor: pointer;
    width: 100%;
    color: black;
    list-style-type: none;
    float: right;
    padding: 10px 20px;
    font-family: IRANSans;
    text-align: right;
    margin-bottom: 0px;
}

.userAreaMenuUL li {
    list-style-type: none;
    /* margin-bottom: 10px; */
}

.userAreaMenuUL li i {
    position: relative;
    top: 2px;
    margin-left: 6px;
}

.userAreaMenuUL>li.active p {
    border-right: 3px solid #f5671b;
    background: #FFE9E2;

}

.userAreaMenuUL>li>ul {
    float: right;
    width: 100%;
}

.userAreaMenuUL>li>ul>li {
    list-style-type: none;
    text-align: right;
    cursor: pointer;
    font-size: 0.9rem;
}

.userAreaMenuUL>li>ul>li.active>a>i {
    color: black;
}

.userAreaMenuUL>li>ul>li.active {
    color: #f5671b;
}

.userAreaMenuUL>li>ul.show {
    display: block;
}

.userAreaMenuUL>li>ul {
    display: none;
}

.CounterForm div {
    float: right;
    display: inline-block;
    margin: 0;
}

.CounterForm .LineBetween.active {
    background: #f5671b;
}

.CounterForm .LineBetween {
    position: relative;
    top: 12px;
    height: 1px;
    width: 80px;
    background: black;
    margin: 0 10px;
}

.CounterForm div.Number.active {
    border: 1px solid #f5671b;
}

div.Number i {
    position: relative;
    top: 2px;
    color: #ffffff;
}

.Number.active.Finish {
    background: #f5671b;
}

.CounterForm div.Number {
    border: 1px solid black;
    border-radius: 100%;
    font-family: IRANSans;
    width: 24px;
    color: #f5671b;
    height: 24px;
    text-align: center;
}

.CounterForm {
    width: fit-content;
    margin: auto;
    float: none;
}

.myFormLabel {
    /* margin-top: 20px; */
    text-align: right;
    float: right;
    font-family: IRANSans;
}

.myFormLabel.required:after {
    content: "*";
    color: red;
}

.myFormLabel:after {
    content: "(اختیاری)";
    color: gray;
}

.myFormItem {
    border: 1px solid #f5671b;
}

.tagSelect li {
    list-style-type: none;
    float: right;
    display: inline-block;
    background: #ECECEC;
    color: #f5671b;
    padding: 3px 9px;
    margin-left: 5px;
    font-family: IRANSans;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 5px;

}

.tagSelect li>i {
    margin-right: 4px;
    position: relative;
    top: 3px;

}

.userAreaTHead {
    background: #D1D1D1;


}

.userAreaTHead tr {}

.userAreaTHead th,
.userAreaTHead td,
.userAreaTbody td {
    text-align: right;
    font-family: IRANSans;
    font-weight: 400;
}

.userAreaTbody tr:first-child {
    border-top: 0px solid #FFE6BA;
}

.userAreaTbody tr {
    background: #ECECEC;
    border-top: 4px solid white;
}

.table {
    text-align: right;
    direction: rtl;
    font-family: IRANSans;
    font-weight: 200 !important;
}

.theadD>tr>th {
    font-weight: 300;
}

.theadD {
    background: #F5F6FA;
}

.badgeSign,
.badgeLevel {
    background: #ECECEC;
    padding: 2px 10px;
    color: #303030;
}

.badgeSign.active i {
    color: green;
}

.badgeLevel.active i {
    color: #f5671b;
}

.badgeSign i,
.badgeLevel i {
    position: relative;
    top: 2px;
    color: #9e9e9e;
    margin-right: 2px;
}

.allServiceUpDown {
    bottom: 17px;
    left: 32px;
}

.allServicePrice {
    left: 5px;
}

.badgePriceAll {
    bottom: 8px;
    position: relative;
    left: -3px;
}

.pointUser {
    position: relative;
    right: 10px;
    top: 23px;
}

.PointUpDown {
    bottom: 0px;
    left: -2px;
}

.oneSeeTable tr {
    border-top: 1px solid #E8E9EC;
}

.oneSeeTable>tr>td:last-child {
    text-align: left;
}

.oneSeeTable tr td {
    padding: 8px 0;
    font-family: IRANSans;
    font-weight: 300;
    text-align: right;
}

.oneSeeTable tr td img {
    width: 25px;
}

.TabTopMenuProfile {
    width: 100%;

    overflow: hidden;
    margin: 0 0 20px;
    padding: 10px;
    background: #ffffff;
}

.TabTopMenuProfile li {
    list-style-type: none;
    float: right;
    border-left: 1px solid lightgray;
    padding: 12px;
}

.TabTopMenuProfile li:last-child {
    border-left: 0;
}

@media (min-width:767px) {

    .TabTopMenuProfile li:nth-child(2) {
        border: 0px solid !important
    }


}

.TabTopMenuProfile li img {
    width: 20px;
}

.table.tbl-contract tbody {
    background: #f8f8f8;
}
.backgroundGray{
    background: #f8f8f8;
}
.finalJobImg {
    float: right;
    width: 53px;
    margin-top: 13px;
}

.pYourJobs.active:before {
    content: url("../../media/img/Icon ionic-ios-checkmark-circle.png");
    position: relative;
    top: 4px;
    margin-left: 3px;
}

.pYourJobs:before {
    content: url("../../media/img/Icon ionic-ios-checkmark-circle-outline.png");
    position: relative;
    top: 4px;
    margin-left: 3px;
}

.beforeCheck:before {
    content: url("../../media/img/Icon ionic-ios-checkmark-circle-outline.png");
    margin-left: 5px;
    position: relative;
    top: 5px;
}

.starBeforeSpan span {
    font-size: 12px;
    font-family: IRANSans;
    width: 100%;
    display: block;
    text-align: right;
}

.starBeforeSpan span:before {
    content: url("../../media/img/Icon material-stars.png");
    position: relative;
    top: 6px;
    margin-left: 6px;
}

.SlickSliderNav img {
    margin-left: 10px;
}

.borderDashedBottom {
    border-bottom: 1px dashed #f5671b;
}

.plusMoneyAdd {
    right: 12px;
    bottom: 8px;
}

.minusMoneyAdd {
    left: 12px;
    bottom: 8px;
}

.cursorPointerMaster>div {
    cursor: pointer;
}

.cacheBackUl {
    width: 100%;
    padding: 0;
    margin: 0;
}

.cacheBackUl li {
    margin-bottom: 5px;
    font-family: IRANSans;
    font-size: 12px;
    text-align: right;
    list-style-type: none;
}

.cacheBackUl li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    font-weight: 900;
    margin-left: 3px;
    position: relative;
    top: 2px;
    color: gray;
}

.MottoLogo {
    position: relative;
    top: 16px;
    right: -26px;
}

.textYellow {
    color: #FFC06A;
}

.backgroundYellow {
    background: #FFC06A;
}

.cityTop {
    position: relative;
    top: 10px;
    margin-right: 9px;
    border-left: 1px solid #FE6D41;
    padding-left: 19px;
    margin-left: 25px;
}

.MyIcons {
    height: 20px;
    width: 20px;
    background-image: url("../../media/img/icons.png");
}

.MyIconsSmall {
    height: 17px;
    width: 20px;
    background-image: url("../../media/img/icons.png");
}

.icon1 {
    background-position: 0 0;
}

.icon2 {
    background-position: 0 -40px;
}

.icon3 {
    background-position: 0 -80px;
}

.icon4 {
    background-position: 0 -114px;
}

.serviceStatic {
    background: #F5F5F5;
    position: absolute;
    padding: 0;
    top: 64px;
    display: none;
}

.serviceStatic li {
    font-size: 14px;
    color: #6C6C6C;
    font-family: IRANSans;
    font-weight: normal;
    text-align: center;
    width: 100%;
    list-style-type: none;
    padding: 15px 29.2px;
}

.serviceStatic li:hover {
    color: #f5671b;
    background: #ffffff;
}

.serviceStaticParent:hover .serviceStatic {
    display: block;
}

.serviceStaticParent:hover {
    background: #F5F5F5;
    color: #303030;
}

.serviceStaticParent:hover>div {
    background-position: 0 -20px;
}

.categoryMenu:hover {
    background: #ffffff;
    color: #f5671b;
}

.categoryMenu.active {
    background: #ffffff;
    color: #f5671b;
}

.subMenuLevel2 {
    position: absolute;
    left: -332px;
    padding: 0;
    top: -78px;
    width: 332px;
    display: none;

}

.subMenuLevel2>li:first-child {
    border-bottom: 1px solid #f5671b;
    padding: 10px 0 10px 0;
    margin: 10px;
    font-size: 15px;
}

.subMenuLevel2>li:nth-child(2) {
    margin-right: 0;
    margin-top: 16px;
    margin-bottom: 5px;
    padding-right: 15px;
}

.subMenuLevel2>li {
    font-size: 12px;
    margin-right: 0px;
    margin-top: 0px;
    padding: 13px 43px;
}

.subMenuLevel2>li:after {
    content: ">";
    position: relative;
    left: -180px;
    font-weight: bold;
    top: 1px;
}

.subMenuLevel2>li:first-child:after,
.subMenuLevel2>li:nth-child(2):after {
    content: "";
}

.hoveredSecondMenu:hover {
    background: #F5F5F5;
    color: #f5671b;
}

.hoveredSecondMenu.active {
    background: #F5F5F5;
    color: #f5671b;
}

.hoveredSecondMenu3:hover {
    background: #F5F5F5;
    color: #f5671b;
}

.hoveredSecondMenu3.active {
    background: #F5F5F5;
    color: #f5671b;
}

.subMenuLevel2>li>span {
    color: #B4B4B4;
    margin-right: 5px;
}

.subMenuLevel3 {
    position: absolute;
    left: -334px;
    padding: 0;
    top: 0;
    width: 332px;
    display: none;

}

.subMenuLevel3>li:first-child {
    border-bottom: 1px solid #f5671b;
    padding: 10px 0 10px 0;
    margin: 10px;
    font-size: 15px;
}

.subMenuLevel3>li:nth-child(2) {
    margin-right: 0;
    margin-top: 16px;
    margin-bottom: 5px;
    padding-right: 15px;
}

.subMenuLevel3>li {
    font-size: 12px;
    margin-right: 0px;
    margin-top: 0px;
    padding: 13px 43px;
}

.subMenuLevel3>li>span {
    color: #B4B4B4;
    margin-right: 5px;
}

.searchInputHeader {
    width: 381px;
    text-align: right;
    font-family: iranSans;
    border: 0;
    background: #000;
    color: #ffffff;
}

input.searchInputHeader:focus {
    border: 0 solid transparent !important;
}

input.searchInputHeader::placeholder {
    color: #ffffff;
}

.responsiveMenu {
    margin: 0;
    padding: 25px;
}

.responsiveMenu li {
    color: #ffffff;
    text-align: right;
    display: inline-block;
    margin: 0;
    font-size: 20px;
}

.responsiveMenuIcon {
    top: 10px;
    left: -43px;
}

.responsiveMenu li:last-child:after {
    margin-right: 12px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 9px;
    content: "\f002";
    color: #f5671b;
    font-size: 25px;
    left: 27px;
}

.responsiveMenu100Vh {
    padding: 10px;
    position: fixed;
    top: 0;
}

.responsiveMenu100Vh li {
    position: relative;
    padding: 20px;
    text-align: right;
    font-size: 25px;
}

.Menu100VhParent {
    z-index: 9999;
    position: fixed;
    top: 0;
}

.responsiveMenu100Vh>li>div {
    position: relative;
    top: 13px;
    margin-left: 14px !important;
}

.responsiveMenu100Vh li:after {
    margin-right: 12px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 16px;
    content: "\f104";
    color: gray;
    font-size: 31px;
    left: 27px;
}

.responsiveMenu100Vh li:first-child:after {
    margin-right: 12px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 16px;
    content: "\f410";
    color: #f5671b;
    font-size: 31px;
    left: 27px;
}

/* -------------------------------------------------------------------------- */
/*                                  cover_pic                                 */
/* -------------------------------------------------------------------------- */
.cover_pic img {
    height: 250px;
    object-fit: cover;
}

.profile_pic {
    width: 9rem;
    height: 9rem;
    position: relative;
    top: -2rem;
    z-index: 10;

}
.profile_pic img {
    width: 100%;
    height: 100%;
}
/* .profile_pic::after {
    content: '';
    border-bottom: 1px solid #3e3e3e;
    display: table;
    width: 100%;
    height: 1px;
} */
.line_under {
    position: relative;
    border-bottom: 2px solid #dee2e6;
    display: table;
    width: 100%;
    height: 1px;
    top: -65px;
    z-index: 0;
}
.skillUl li a {
    color: #f5671b;
}
.SocialProfile a {
    width: 2rem;
    height: 2rem;
    display: block;
    text-align: center;
    background: #869BAB;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.SocialProfile a i {
    color: #fff;
    line-height: 2rem;
}


/* -------------------------------------------------------------------------- */
/*                                 Uptab page                                 */
/* -------------------------------------------------------------------------- */

.orders_in_glance .orders_box .orders_item i {
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    background:#daf7e8 ;
    color: #53db97;
    font-size: 0.7rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.orders_in_glance .orders_box .orders_item .divider {
    border-left: 1px solid lightgray;
    height: 3rem;
}

.view__ready_services .table-responsive td a {
    color: #1243B4 !important;
}


/*=============================================
=                 Footer            =
=============================================*/

#footer .title_logo {
    width: 150px;
    height: 45px;
}

#footer ul.list-group li {
    margin: 0;
}

#footer .title_logo img {
    width: 100%;
    height: 100%;
}

/*----------  About us  ----------*/

#footer .abous_us .description p {
    font-size: 0.9rem;
    color: rgb(57, 57, 57);
}

/*----------  Footer links  ----------*/

#footer .footer_links {
    margin-bottom: 1rem;
}

.footer_links .list-group-item.active {
    background: transparent;
    color: rgb(57, 57, 57);
    border: 0;
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.footer_links .list-group-item {
    border: 0;
    line-height: 1;
}

.footer_links .list-group-item a {
    color: rgb(57, 57, 57);
    font-size: 0.9rem;
}

.footer_links .list-group-item a:hover {
    padding-right: 0.3rem;
    color: rgb(255, 138, 65);
}

#footer .w-100 {
    border-bottom: 1px solid rgba(57, 57, 57, 0.3);
}

#footer .copyright {
    /* max-width: 75%; */
    font-size: 0.9rem;
}
#footer .abous_us .social_links  a {
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #FE6D41;
}
#footer .abous_us .social_links  a i {
    color: #fff;
    line-height: 1.5rem;
    font-size: 0.8rem;
}

/*----------  Bottom sectionn of footer  ----------*/

#footer .title.social_networks h6 {
    font-size: 1.2rem;
}

#footer .social_icons i {
    background: -webkit-linear-gradient(top, #fa943cff, #fc6560ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

#footer .social_icons i:hover {
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
}

#footer .e_logos .img {
    width: 100px;
    height: 100px;
}

#footer .e_logos .img img {
    width: 100%;
    height: 100%;
}

/*=====  End of Footer  ======*/


/* 
.container input:checked ~ .checkmark {
    background-color: #f5671b;
    border: transparent;
}

.checkmark {
    position: absolute;
    top: 0;
    right: 8px;
    height: 16px;
    width: 16px;
    border-radius: 100%;
    background-color: transparent;
    border: 1px solid gray;
} */
.status_of_money p {
    font-size: 0.79rem;
}



.mainMenu{
    float: right;
    margin: 0;
}
.mainMenu>li:first-child{
    margin-right: 0px;
}
.mainMenu>li{
    float: right;
    color: #ECECEC;
    list-style-type: none;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
    margin-right: 15px;
}
.mainMenu>li:after{
    margin-right: 12px;
    content: url('../../media/img/Polygon 4.png');
}
.mainMenu>li:last-child:after{
    margin-right: 12px;
    position: absolute;
    top: 14px;
    content: url('../../media/img/Icon feather-search.png');
}
.mainMenu>li:last-child{
    padding-top: 11px;
}

.mainMenu>li img{
    width: 18px;
    margin-right: 10px;
    margin-left: 10px;
}


.subMenu {
    position: relative;
}
.subMenu ul.masterSubMenu{
    display: none;
    position: absolute;
    background: white;
    width: 750px;
    top:52px;
    border: 2px solid #0b2e13;
    padding: 8px;
    border-radius: 5px;
    z-index: 99999;
}
.masterSubMenu>li{
    text-align: right;
    float: right;
    display: inline-block;
    margin-left: 14px;
    padding-right: 10px;
    border-right: rgba(108, 108, 108, 0.16) 1px solid;
}
.masterSubMenu>li:first-child{
    border-right: rgba(108, 108, 108, 0.16) 0px solid;

}
.masterSubMenu>li:first-child>ul>li:first-child {
    padding-right: 10px;
}

.masterSubMenu>li:first-child>ul>li:first-child:before{
        content: url(../../media/img/categories1.png);
        top: 19px;
        left: 5px;
        position: absolute;
}
.masterSubMenu li{
    list-style-type: none;
        color: #0b2e13;

}
.masterSubMenu>li>ul{
    padding-right: 0;

}
.masterSubMenu>li>ul>li:first-child{
    border-bottom: 2px solid #f5671b;
    padding: 10px 0 10px 0 ;
}
.secondMenu>ul>li:first-child{
    margin-right: 0;
    margin-top: 16px;
    margin-bottom: 10px;
}
.secondMenu>ul>li{
    font-size: 12px;
    margin-right: 16px;
    margin-top: 5px;
}
.secondMenu>ul>li>img{
    width: 13px;
}
.secondMenu>ul>li>span{
    color: #B4B4B4;
}
.secondMenu>ul>li:after{
    content: ">";
    position: absolute;
    left: 0;
}
.secondMenu>ul>li:first-child:after{
    content: "";
}
.secondMenu>ul{
    position: relative;
}
li.subMenu:hover>ul.masterSubMenu{
    display: block;
}


/* -------------------------------------------------------------------------- */
/*                             Responsive Elements                            */
/* -------------------------------------------------------------------------- */
@media screen and (min-width:992px) {
    #footer .copyright {
        width: 75% !important;
    }
}
@media screen and (max-width:1090px) {
    .mainMenu>li {
        padding: 1.5rem 0;
    }

}

@media screen and (max-width:991px) {
    #top_header .left_section {
        justify-content: center !important;
    }

    #top_header .notificationMenu {
        width: 250px;
    }
    #footer .copyright {
        width: 100% !important;
    }
    .orders_in_glance .orders_box .orders_item .divider {
        display: none;
    }
    .status_of_money p {
        font-size: 0.9rem;
    }
}
@media screen and (max-width:767px) {
    .line_under {
       top: -186px;
    }
    .comments_box .right_section , .comments_box .left_section {
        width: 100%;
    }
}



