@font-face {
    font-family: 'Iransans_Thin';
    src: url("../fonts/Iransans5/fonts/eot/IRANSansWeb_Light.eot");
    src: url("../fonts/Iransans5/fonts/eot/IRANSansWeb_Light.eot#iefix") format("embedded-opentype"), url("../fonts/Iransans5/fonts/woff/IRANSansWeb_Light.woff") format("woff"), url("../fonts/Iransans5/fonts/ttf/IRANSansWeb_Light.ttf") format("truetype"), url("../fonts/Iransans5/fonts/IRANSansWeb_Light.svg#CartoGothicStdBook") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Iransans_Web';
    src: url("../fonts/Iransans5/fonts/eot/IRANSansWeb.eot");
    src: url("../fonts/Iransans5/fonts/eot/IRANSansWeb.eot#iefix") format("embedded-opentype"), url("../fonts/Iransans5/fonts/woff/IRANSansWeb.woff") format("woff"), url("../fonts/Iransans5/fonts/ttf/IRANSansWeb.ttf") format("truetype"), url("../fonts/Iransans5/fonts/IRANSansWeb.svg#CartoGothicStdBook") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IransansWeb_Black';
    src: url("../fonts/Iransans5/fonts/eot/IRANSansWeb_Black.eot");
    src: url("../fonts/Iransans5/fonts/eot/IRANSansWeb_Black.eot#iefix") format("embedded-opentype"), url("../fonts/Iransans5/fonts/woff/IRANSansWeb_Black.woff") format("woff"), url("../fonts/Iransans5/fonts/ttf/IRANSansWeb_Black.ttf") format("truetype"), url("../fonts/Iransans5/fonts/IRANSansWeb_Black.svg#CartoGothicStdBook") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IransansWeb_Medium';
    src: url("../fonts/Iransans5/fonts/eot/IRANSansWeb_Medium.eot");
    src: url("../fonts/Iransans5/fonts/eot/IRANSansWeb_Medium.eot#iefix") format("embedded-opentype"), url("../fonts/Iransans5/fonts/woff/IRANSansWeb_Medium.woff") format("woff"), url("../fonts/Iransans5/fonts/ttf/IRANSansWeb_Medium.ttf") format("truetype"), url("../fonts/Iransans5/fonts/IRANSansWeb_Medium.svg#CartoGothicStdBook") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IransansWeb_UltraLight';
    src: url("../fonts/Iransans5/fonts/eot/IRANSansWeb_UltraLight.eot");
    src: url("../fonts/Iransans5/fonts/eot/IRANSansWeb_UltraLight.eot#iefix") format("embedded-opentype"), url("../fonts/Iransans5/fonts/woff/IRANSansWeb_UltraLight.woff") format("woff"), url("../fonts/Iransans5/fonts/ttf/IRANSansWeb_UltraLight.ttf") format("truetype"), url("../fonts/Iransans5/fonts/IRANSansWeb_UltraLight.svg#CartoGothicStdBook") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Iransans';
    src: url("../fonts/Iransans5/fonts/eot/IRANSansWeb.eot");
    src: url("../fonts/Iransans5/fonts/eot/IRANSansWeb.eot#iefix") format("embedded-opentype"), url("../fonts/Iransans5/fonts/woff/IRANSansWeb.woff") format("woff"), url("../fonts/Iransans5/fonts/ttf/IRANSansWeb.ttf") format("truetype"), url("../fonts/Iransans5/fonts/IRANSansWeb.svg#CartoGothicStdBook") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Iransans_Bold';
    src: url("../fonts/Iransans5/fonts/eot/IRANSansWeb_Bold.eot");
    src: url("../fonts/Iransans5/fonts/eot/IRANSansWeb_Bold.eot#iefix") format("embedded-opentype"), url("../fonts/Iransans5/fonts/woff/IRANSansWeb_Bold.woff") format("woff"), url("../fonts/Iransans5/fonts/ttf/IRANSansWeb_Bold.ttf") format("truetype"), url("../fonts/Iransans5/fonts/IRANSansWeb_Bold.svg#CartoGothicStdBook") format("svg");
    font-weight: normal;
    font-style: normal;
}




body {
    background-color: #fff;
    font-family: IRANSans, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
button,
input,
figure,
li,
textarea {
    font-family: IRANSans, sans-serif;
}

.Header_Fixed {
    z-index: 100;
    position: fixed;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    padding-top: 15px;
    padding-bottom: 15px;
}

.Header_Fixed .Sign_in_Box {
    max-width: 60%;
    flex: 0 0 60%;
    padding-left: 15px;
}

.Header_Fixed .Sign_in_Box a:last-child {
    color: #333;
}

.Header_Fixed .Sign_in_Box .btn_custom,
.Header_Fixed .Sign_in_Box .btn_custom_success,
.Header_Fixed .Sign_in_Box .btn_custom_danger {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #0077a5;
    color: #fff;
    box-shadow: 0 1px 2px 1px #e6e6e6;
    position: relative;
    top: 0;
    transition: all .3s linear;
}

.Header_Fixed .Sign_in_Box .btn_custom:hover {
    top: -2px;
}

.Header_Fixed .Sign_in_Box:last-child {
    font-weight: 100;
    color: #333 !important;
}

.Header_Fixed .logo_box {
    max-width: 40%;
    flex: 0 0 40%;
    padding-right: 15px;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.Header_Fixed .logo_box img {
    /*width: 100%;*/
    width: 122px;
    height: 47px !important;
}

.btn-blue {
    display: block;
    border: none;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff !important;
    margin: 0px 0px 0px 8px;
    background: #0098c9;
    border-radius: 5px;
    font-size: 15px;
    transition: all ease 0.4s;
    font-weight: normal !important;
}

.panel-body .btn-blue {
    width: 100%;
}

.btn-blue:hover,
.btn-blue:active,
.btn-blue:focus {
    background: #007eaf !important;
}

.btn-green {
    display: block;
    border: none;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff !important;
    margin: 0px 0px 0px 8px;
    border-radius: 5px;
    font-size: 15px;
    transition: all ease 0.4s;
    font-weight: normal !important;
    background: #41CB52 !important;
}

.btn-green:hover,
.btn-green:active,
.btn-green:focus {

    background: #1f8235 !important;
}


.btn_custom_success {
    background-color: #33cc33 !important;
    color: #fff;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

.btn_custom_danger {
    background-color: #ff1a1a !important;
    color: #fff;
    border: none;
    cursor: pointer;
    text-decoration: none;
}


.search_box {
    direction: rtl;
    margin: 15px 0;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    padding: 15px;
}

.search_box button {
    width: 100%;
    padding: 0;
}

.search_box button,
.search_box select,
.search_box input {
    font-weight: normal;
    font-size: 16px;
    min-height: 40px;
    line-height: 40px;
}

.search_box .select2-selection__rendered,
.search_box .select2-container--default .select2-selection--single,
.search_box .selection {
    min-height: 40px;
    line-height: 40px !important;
    text-align: right !important;
    font-size: 16px !important;
    font-weight: normal;
}

.search_box .select2-container--default .select2-selection--single .select2-selection__arrow {
    min-height: 50px;
}

.select2-container--default .select2-results>.select2-results__options,
.select2-results,
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    text-align: right !important;
}

.Header_Image {
    display: flex;
    position: relative;
    z-index: 1;
    align-items: center;
    text-align: center;
    background-image: url("../images/bg_image.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 400px;
    padding-top: 75px;
}

.Header_Image:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
}

.Header_Image .row {
    align-items: center;
}

.Header_Image .col-md-4,
.Header_Image .col-md-8 {
    padding: 15px;
}

.Header_Image h2,
.Header_Image p {
    color: #fff;
    font-weight: bold;
    z-index: 1;
}

.Header_Image p {
    font-size: 18px;
    margin: 0 0 25px;
}

.Header_Image h2 {
    margin: 0 0 25px;
}

.Header_Image .search_box {
    position: relative;
}

.Header_Image .search_box .search_field {
    box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2;
    color: #000;
    transition: all .3s linear;
    width: 100%;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-right: 120px;
    background-color: #fff;
    border: 1px solid #eee;
    direction: rtl;
    border-radius: 5px;
}

.Header_Image .search_box .search_field::placeholder {
    color: gray;
    font-weight: normal;
}

.Header_Image .search_box .search_field:active {
    outline: none;
    box-shadow: 0 4px 5px 0 rgba(255, 255, 255, 0.14), 0 1px 10px 0 rgba(255, 255, 255, 0.12), 0 2px 4px -1px rgba(255, 255, 255, 0.3);
}

.Header_Image .search_box .search_field:focus {
    outline: none;
    box-shadow: 0 4px 5px 0 rgba(255, 255, 255, 0.14), 0 1px 10px 0 rgba(255, 255, 255, 0.12), 0 2px 4px -1px rgba(255, 255, 255, 0.3);
}

.Header_Image .search_box .search_btn {
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 8px;
    z-index: 2;
    border: none;
    padding: 10px 25px;
    border-radius: 5px;
    color: #fff;
    background-color: #36C186;
}

.Header_Image .location_box {
    position: relative;
    z-index: 2;
    margin-top: 15px;
}

.Header_Image .location_box .form-control {
    direction: rtl;
    height: calc(2.25rem + 10px);
}

.Header_Image .banner_img {
    text-align: center;
}

.Header_Image .presenter_rating {
    background: #3bcc27;
    width: fit-content;
    margin: 10px auto 0 auto;
    padding: 5px 8px;
    border-radius: 5px;
    display: inline-block;
}

.Header_Image .presenter_rating i {
    font-size: 13px;
}

.Header_Image .presenter_rating span {
    font-size: 13px;
    font-weight: 500;
}

.Header_Image .banner_details {
    margin-top: 20px;
}

.Header_Image .banner_details ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.Header_Image .banner_details ul li {
    line-height: 30px;
}

.Header_Image .banner_details ul li i {
    margin-left: 5px;
}

.Header_Image .banner_details ul p,
.Header_Image .banner_details ul li span {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}

.Header_Image .banner_contact {
    margin-top: 15px;
}

.Header_Image .banner_contact ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.Header_Image .banner_contact ul li {
    margin-left: 5px;
    display: inline-block;
}

.btn_custom {
    padding: 8px 10px;
    border-radius: 5px;
    outline: none;
    transition: all 150ms ease;
}

.btn_custom:hover {
    background: #007eaf !important;
}

.Header_Image .banner_contact .select_presenter {
    background: #28a745 !important;
    transition: all 150ms ease;
}

.Header_Image .banner_contact .select_presenter:hover {
    background: #299145 !important;
}

.Profile_Header.Header_Image:before {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.1)
}

.Profile_Header {
    min-height: 400px;
    direction: rtl;
    text-align: right;
    color: #fff;
    padding: 35px 0 0 0;
}

.Profile_Header img {
    width: 160px;
    height: 160px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    background: #fff;
    display: block;
    margin: 0 auto;
}

/*===== Nav Tabs =====*/
.nav_tabs>ul {
    display: inline-flex;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    padding: 0;
    /*border: 1px solid #dcdcdc;*/
    border-bottom: 0;
    position: relative;
    top: 1px;
    /*box-shadow: 0 -2px 9px 0 rgba(0,0,0,.04);*/
}

.nav-tabs>li>a {
    border-bottom: 0;
}

.nav_tabs>ul>li:last-child a {
    border-left: 0;
}

.nav_tabs>ul>li:first-child a {
    border-right: none;
}

.nav_tabs .nav-link {
    font-size: 16px;
    padding: 15px 0;
    padding: 14px 40px;
    border-left: 1px #dcdcdc solid;
    border-top: 0 !important;
    border-radius: 0 !important;
    background: #fff;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;

}

.nav_tabs .nav-link:hover {
    border-radius: 0 !important;
}

.nav-tabs>li {
    border-bottom: 1px solid #dcdcdc;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:active {
    background: #fff;
    color: #000;
    border-bottom: 0;
    color: #0098c9;
}

.presenter_about .show {
    display: block !important;
}

.presenter_about .btn_custom {
    padding: 8px 10px;
    border-radius: 5px;
    outline: none;
    transition: all 150ms ease;
}

.presenter_about .btn_custom:hover {
    background: #007fac !important;
}

.modal .modal-body {
    direction: rtl;
}

.call_info {
    background: #eee;
    padding: 10px;
    border-radius: 3px;
    text-align: center;
}

.call_info ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.call_info ul li {
    display: flex;
    justify-content: space-between;
    line-height: 40px;
}

.call_info button.btn_custom {
    background: #28a745 !important;
    transition: all 150ms ease;
}

.call_info button.btn_custom:hover {
    background: #288c45 !important;
}

.comments_header {
    background: #f5f5f5;
    padding: 0 15px;
}

.nav_tabs .comments_header {
    background: transparent;
}

.comments_body {
    padding: 15px;
}

.comments_body p {
    margin: 0;
    text-align: justify;
}

.comments_details {
    padding: 0;
    margin: 0;
    list-style: none;
}

.comments_details li {
    font-size: 15px;
    font-weight: 500;
    line-height: 35px;
    display: inline-block;
}

.comments_details li i {
    font-size: 22px;
    vertical-align: middle;
}

.comments_details li.cd_name {
    font-weight: bold;
    margin-left: 10px;
}

.comments_details li.cd_date {
    color: #888;
}

.comments_details li.cd_status {
    float: left;
}

.comments_details .status_red {
    color: #dc3545;
}

.comments_details .status_yellow {
    color: #ffc107;
}

.comments_details .status_green {
    color: #28a745;
}

/*===== Responsibility =====*/
.responsibility a {
    text-decoration: none;
    color: #0077a5;
}

.responsibility .share_link {
    padding: 0 25px;
    margin: 0 0 15px 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #eee;
    border-radius: 5px;
}

.responsibility .share_link li {
    line-height: 50px;
    color: #888;
}

.responsibility .share_link p {
    margin: 0;
}

.responsibility .resp_problem {
    text-align: left;
}

.responsibility .resp_problem a {
    color: #fff;
}

.responsibility .resp_problem a.btn_custom {
    padding: 9px 10px;
    min-height: 40px;
    border-radius: 5px;
    outline: none;
    background: #dc3545 !important;
    transition: all 150ms ease;
}

.responsibility .resp_problem a.btn_custom:hover {
    background: #b93443 !important;
}

.Services {
    position: relative;
    top: -40px;
    z-index: 2;
}

.Services .title {
    direction: rtl;
    margin: 30px 0;
}

.Services .service_holder {
    padding-top: 10px;
    padding-bottom: 35px;
    padding-right: 25px;
    padding-left: 25px;
    background-color: #fff;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    overflow: hidden;
}

.Services .service_holder a {
    text-decoration: none;
    color: #000;
}

.Services .service_holder .service_box {
    transition: all .2s linear;
    position: relative;
    top: 0;
    border-radius: 5px;
    overflow: hidden;
    padding: 10px 0;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.Services .service_holder .service_box h5 {
    transition: all .2s linear;
}

.Services .service_holder .service_box:hover {
    top: -5px;
}

.Services .service_holder .service_box:hover h5 {
    color: #0098c9;
}

.Services .service_holder .service_box .icon_service {
    transform: scale(1.3);
    width: 70px;
    height: 90px;
    display: inline-block;
    background-image: url("../image/icons/icons-01.svg");
    background-size: 1366px 768px;
    background-repeat: no-repeat;
}

.Services .service_holder .service_box .electric {
    background-position: -64px 6px;
}

.Services .service_holder .service_box .piping {
    background-position: -153px 8px;
}

.Services .service_holder .service_box .clear {
    background-position: -244px 5px;
}

.Services .service_holder .service_box .cleaning {
    transform: scale(1);
    background-position: -322px -5px;
}

.Services .service_holder .btn_more {
    border: 1px solid #0089B6;
    margin-top: 30px;
    padding: 15px 10px;
    position: relative;
    color: #fff;
    background-color: #0089B6;
    transition: all .3s linear;
    z-index: 10;
}

.Services .service_holder .btn_more:hover {
    transform: scale(1.05);
    -webkit-box-shadow: 0px 0px 10px 0px #0089b6;
    -moz-box-shadow: 0px 0px 10px 0px #0089b6;
    box-shadow: 0px 0px 10px 0px #0089b6;
}

.About_Us {
    padding-top: 50px;
    padding-bottom: 25px;
    position: relative;
    background-image: url("../image/bg_2_middle.png");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.About_Us:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 5;
}

.About_Us .About_Holder {
    position: relative;
    z-index: 10;
    direction: rtl;
}

.About_Us .About_Holder .title {
    color: #0089B6;
    font-weight: 600;
    margin-bottom: 30px;
}

.About_Us .About_Holder .description {
    line-height: 2.5;
    direction: rtl;
    font-weight: 100;
    color: #fff;
    max-width: 600px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
}

.About_Us .About_Holder .Option figure {
    text-align: center;
}

.About_Us .About_Holder .Option figure img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
}

.About_Us .About_Holder .Option figure h2 {
    font-size: 100px;
    color: #0077a5;
}

.About_Us .About_Holder .Option figure figcaption {
    color: #fff;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
}

.About_Us .About_Holder .Option figure p {
    color: #ccc;
}

.About_Us:last-child {
    flex-direction: row-reverse;
}

.Download_App {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}

.Download_App .Send_Link {
    padding-top: 80px;
}

.Download_App .Send_Link .option_list {
    direction: rtl;
    padding: 0;
}

.Download_App .Send_Link .option_list li {
    cursor: pointer;
    transition: all .2s linear;
    position: relative;
    padding-right: 10px;
    right: 0;
    list-style: none;
    line-height: 2.5;
    font-weight: normal;
}

.Download_App .Send_Link .option_list li:hover {
    right: 7px;
    border-right: 2px solid #0089B6;
}

.Download_App .Send_Link .option_list li:first-child {
    font-size: 20px;
    margin-top: 20px;
}

.Download_App .Send_Link .option_list li:first-child:hover {
    border-right: none;
    right: 0;
}

.Download_App .Send_Link .description {
    direction: rtl;
    font-weight: 100;
    margin: 15px 0;
}

.Download_App .Send_Link .sec_title {
    direction: rtl;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0;
}

.Download_App .Send_Link .send_link_form {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: relative;
}

.Download_App .Send_Link .send_link_form .send_link {
    box-shadow: 0 3px 10px 2px rgba(0, 0, 0, 0.14), 0 3px 8px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2;
    color: #000;
    transition: all .3s linear;
    width: 100%;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-right: 10px;
    background-color: #fff;
    border: 1px solid #eee;
    direction: rtl;
    border-radius: 5px;
}

.Download_App .Send_Link .send_link_form .send_link::placeholder {
    color: gray;
    font-weight: normal;
    font-size: 20px;
}

.Download_App .Send_Link .send_link_form .send_link:active {
    outline: none;
    box-shadow: 0 4px 5px 0 rgba(255, 255, 255, 0.14), 0 1px 10px 0 rgba(255, 255, 255, 0.12), 0 2px 4px -1px rgba(255, 255, 255, 0.3);
}

.Download_App .Send_Link .send_link_form .send_link:focus {
    outline: none;
    box-shadow: 0 4px 5px 0 rgba(255, 255, 255, 0.14), 0 1px 10px 0 rgba(255, 255, 255, 0.12), 0 2px 4px -1px rgba(255, 255, 255, 0.3);
}

.Download_App .Send_Link .send_link_form .send_link_btn {
    background: #0089B6;
    border: none;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    position: absolute;
    left: 10px;
    top: 8px;
    z-index: 2;
}

.Download_App .phone_img img {
    width: 100%;
    max-width: 300px;
}

footer {
    padding-top: 20px;
    background-color: #161e2c;
}

footer .footer_col {
    padding: 0;
    margin: 0;
    list-style: none;
    direction: rtl;
}

footer .footer_col li.social {
    text-align: center;
}

footer .footer_col li.social img {
    width: 35px;
    height: 35px;
    margin: 7.5px;
    display: inline-block;
}

footer .footer_col li {
    list-style: none;
    text-align: right;
    line-height: 2.5;
}

footer .footer_col li a {
    transition: all .1s linear;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
}

footer .footer_col li a:hover {
    color: #BEC0C2;
}

footer .footer_col.sec li {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

footer .footer_col.sec li .footer_icon {
    width: 100px;
    height: 70px;
    display: inline-block;
    background-image: url("../image/icons/icons-01.svg");
    background-repeat: no-repeat;
    background-size: 1366px 768px;
}

footer .footer_col.sec li p {
    color: #fff;
    direction: rtl;
    margin-right: 10px;
}

footer .footer_col.sec li p:last-child {
    margin-top: 23px;
}

footer .footer_col.sec li .address {
    transform: scale(0.9);
    background-position: -856px -5px;
}

footer .footer_col.sec li .telephone {
    width: 65px;
    background-position: -912px -5px;
}

footer .Download_Link .logo {
    width: 100%;
    max-width: 130px;
}

footer .Download_Link .footer_title {
    color: #BEC0C2;
    direction: rtl;
    margin-top: 20px;
    margin-bottom: 30px;
}

footer .Download_Link .download_list {
    padding: 0;
    direction: rtl;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}

footer .Download_Link .download_list li {
    list-style: none;
    display: inline-block;
}

footer .Download_Link .download_list li img {
    width: 100%;
    max-width: 120px;
}

footer .copy_right {
    color: #BEC0C2;
}

.Search_Result {
    position: relative;
    padding: 20px;
    background-color: #fff;
    direction: rtl;
    z-index: 10;
}

.Search_Result header {
    margin-bottom: 20px;
}

.Search_Result .user_box .row .image-area {
    padding: 0;
}

.Search_Result .user_box .row .image-area a {
    display: block;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    overflow: hidden;
}

.Search_Result .user_box .row .image-area a img {
    width: 100%;
    height: auto;
}

.Search_Result .user_box {
    background: #fff;
    border: 1px solid #ccc;
    margin: 10px 0;
    border-radius: 3px;
    /*text-align: right;
    direction: rtl;
    overflow: hidden;
    transition: all 150ms ease; 
    display: flex;
    justify-content: space-between;
    align-items: flex-start;*/
}

@media screen and (max-width: 991px) {
    /*.Search_Result .user_box {*/
    /*    flex-direction: column;*/
    /*    align-items:center;*/
    /*}*/
    /*.Search_Result .user_box figure img {
            width: 140px !important;
            height: 140px !important;
        }*/
    /*.Search_Result .user_box article {*/
    /*    flex-direction: column;*/
    /*}*/
}

.Search_Result .user_box:hover {
    -webkit-box-shadow: 0 0 25px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 25px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px 3px rgba(0, 0, 0, 0.1);
}

.Search_Result .user_box figure {
    /*padding: 20px 0;*/
    position: relative;
    text-align: center;
    margin: 0;
}

.Search_Result .user_box figure img {
    width: 170px;
    height: 170px;
    border-radius: 5px;
}

.Search_Result .user_box article {
    padding: 10px;
    /*text-align: center; */
    display: flex;
    align-items: start;
    width: 100%;
}

/*.Search_Result .user_box article h5 {*/
/*  margin-bottom: 30px; }*/
.Search_Result .user_box article h5 a {
    color: #000;
    text-decoration: none;
    transition: all .2s ease-in;
    font-size: 16px;
    font-weight: bold;
}

.Search_Result .user_box article h5 a:hover {
    color: #0098c9;
}

.Search_Result .user_box article p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #888;
}

.Search_Result .user_box article a.btn_custom {
    padding: 8px 10px;
    border-radius: 5px;
    outline: none;
    transition: all 150ms ease;
    display: block;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 15px;
    width: 125px;
    margin: 0 auto;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Search_Result .user_box article a.btn_custom:hover {
    background: #007fac !important;
}

.Search_Result .user_box .user_rating {
    background: #3bcc27;
    /* width: fit-content;*/
    padding: 3px 5px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    border-radius: 3px;
    margin-top: 10px;
    /*margin: 0 auto; */
    width: 50px;
    text-align: center;

}

.Search_Result .user_box .user_rating_holder {
    position: relative;
}

/*.Search_Result .user_box .user_rating_holder:before {*/
/*  border-top: 1px solid #dbdbdb;*/
/*  content: "";*/
/*  margin: 0 auto;*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 0;*/
/*  width: 35%; }*/
/*.Search_Result .user_box .user_rating_holder:after {*/
/*  border-top: 1px solid #dbdbdb;*/
/*  content: "";*/
/*  margin: 0 auto;*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  right: 0;*/
/*  width: 35%; }*/
.Search_Result .user_box .user_location {
    margin: 10px 0;
    text-align: right;
}

.Search_Result .user_box .user_location span {
    font-size: 13px;
    font-weight: 400;
    color: #aaa;
}

/*.Search_Result .categories {*/
/*  text-align: right;*/
/*  overflow: hidden;*/
/*  max-width: 95%;*/
/*  margin-top: -55px;*/
/*  margin-right: 0;*/
/*  margin-bottom: 0;*/
/*  margin-left: auto;*/
/*  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);*/
/*  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);*/
/*  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }*/
/*  .Search_Result .categories ul {*/
/*    padding: 0;*/
/*    margin: 0;*/
/*    list-style: none;*/
/*    border-radius: 3px;*/
/*    background: #fff;*/
/*    overflow: hidden; }*/
/*    .Search_Result .categories ul li {*/
/*      line-height: 50px;*/
/*      border-bottom: 1px solid #eee;*/
/*      transition: all 100ms ease;*/
/*      overflow: hidden;*/
/*      text-overflow: ellipsis;*/
/*      white-space: nowrap; }*/
/*      .Search_Result .categories ul li a {*/
/*        text-decoration: none;*/
/*        color: #0077a5;*/
/*        display: block; }*/
/*      .Search_Result .categories ul li:last-child {*/
/*        border: none; }*/
/*    .Search_Result .categories ul li.cat_title {*/
/*      text-align: center;*/
/*      font-weight: bold;*/
/*      font-size: 18px; }*/
/*    .Search_Result .categories ul li.cat_item {*/
/*      cursor: pointer; }*/


/*      .Search_Result .categories ul li.cat_item i {*/
/*        margin-right: 10px;*/
/*        background: #0089B6;*/
/*        width: 30px;*/
/*        height: 30px;*/
/*        text-align: center;*/
/*        line-height: 30px;*/
/*        border-radius: 50px;*/
/*        vertical-align: middle;*/
/*        color: #fff;*/
/*        font-size: 13px; }*/
/*      .Search_Result .categories ul li.cat_item span {*/
/*        margin-right: 5px; }*/
/*      .Search_Result .categories ul li.cat_item:hover {*/
/*        background: #eee; }*/
/*  .Search_Result .categories ul.sub_menu {*/
/*    border: none;*/
/*    z-index: 99999;*/
/*    display: none; }*/


/*    .Search_Result .categories ul.sub_menu li {*/
/*      padding-right: 20px;*/
/*      font-size: 15px; }*/
/*      .Search_Result .categories ul.sub_menu li:hover {*/
/*        background: #f7f7f7; }*/
/*  .Search_Result .categories .active {*/
/*    background: #ccc; }*/


.Search_Result .cc-1 {
    background: #fa86be !important;
}

.Search_Result .cc-2 {
    background: #a275e3 !important;
}

.Search_Result .cc-3 {
    background: #f89d13 !important;
}

.Search_Result .cc-4 {
    background: #6b76ff !important;
}

.Search_Result .cc-5 {
    background: #fd0054 !important;
}

.Search_Result .cc-6 {
    background: #1fe5bd !important;
}

.Search_Result .sr_pagination {
    padding-top: 15px;
    direction: ltr;
}

.Search_Result .sr_pagination .pagination {
    padding: 0;
    justify-content: center;
}

.Profile {
    padding: 50px;
    position: relative;
    text-align: right;
    direction: rtl;
    background: #f5f5f5;
}

.Profile section {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 25px;
    padding: 15px;
}

.Profile section.nav_tabs {
    background: #f5f5f5;
}

.Profile section h3 {
    padding: 15px 0;
}

.Profile section:last-child {
    margin: 0;
}

.Profile section img {
    width: 100%;
}

.Profile section.portfolio {
    padding: 20px 0;
}

.Profile section.portfolio .col-md-3 {
    margin-bottom: 15px;
    border-radius: 3px;
    overflow: hidden;
}

.Profile section.portfolio .col-md-3 img {
    border-radius: 5px;
}

.Profile .comment {
    margin: 0px 0 10px;
    direction: rtl;
    border-radius: 5px;
    overflow: hidden;
}

.Profile .comment .col-md-2 {
    text-align: center;
    color: #0098c9;
    font-weight: bold;
}

.portfolio_gallery .img_holder {
    position: relative;
}

.portfolio_gallery .img_holder .img_title {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: center;
    padding: 0 5px;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    border-radius: 0 0 5px 5px;
    line-height: 35px;
    -webkit-box-shadow: inset 0px 0px 0px 2000px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0px 0px 0px 2000px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0px 0px 0px 2000px rgba(0, 0, 0, 0.6);
}

.mobile-provience {
    display: none;
}

/*===== BreakPoints =====*/
@media screen and (max-width: 991px) {
    .container {
        max-width: 95%;
    }

    .Search_Result {
        padding: 25px 15px;
    }

    .Profile {
        padding: 50px 15px;
    }

    .Header_Image .banner_img {
        padding-top: 35px;
    }

    .Profile_Header {
        min-height: 360px;
        padding-bottom: 20px;
    }

    .user_rating_holder:before,
    .user_rating_holder:after {
        width: 30% !important;
    }
}

@media screen and (max-width: 880px) {
    .result_items .col-md-4 {
        max-width: 50%;
        flex: 0 0 50%;
    }
}


@media screen and (min-width:1200px) {
    .city-label {
        min-width: 130px;
        width: auto;
        font-size: 11px;
        margin-right: 20px !important;
    }
}

@media screen and (max-width: 768px) {
    .Search_Result .categories {
        margin-top: -65px;
        max-width: 100%;
        box-shadow: none;
        border: 1px solid #dee2e6 !important;
    }

    .navbar {
        position: relative !important;
    }

    .acares,
    .acares-success {
        margin: 0 10px;
    }

    .top-parents {
        margin-bottom: 0 !important;
    }

    .navbar-nav {
        margin-bottom: 0;
    }

    .banner_content {
        padding-top: 15px;
    }

    .Header_Image {
        padding: 85px 0 15px 0;
    }

    .Header_Image h1 {
        font-size: 30px;
        text-align: center;
    }

    .Download_Link {
        text-align: center !important;
    }

    .footer_col li {
        justify-content: center;
        text-align: center !important;
    }

    .footer_links {
        order: 2;
    }

    .footer_socials {
        order: 1;
    }

    .footer_app {
        order: 0;
    }
}

@media (max-width: 600px) {
    .Profile {
        padding: 50px 0;
    }
}

@media screen and (max-width: 576px) {
    .Header_Image {
        padding-top: 35px;
    }

    .banner_content {
        padding-top: 50px;
    }

    .Search_Result {
        padding: 25px 10px;
    }

    .nav_tabs .nav-link {
        font-size: 15px;
    }
}

@media screen and (max-width: 480px) {
    .result_items .col-md-4 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .nav_tabs .nav-item {
        width: 100%;
    }
}

/*START PRELOADER DESIGN*/
.preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.loaded .preloader {
    display: none;
}

.loaded {
    display: none;
}

.status-mes {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 5px solid rgba(0, 0, 0, 0.08);
    border-right: 5px solid rgba(0, 0, 0, 0.08);
    border-bottom: 5px solid rgba(0, 0, 0, 0.08);
    border-left: 5px solid #41CB52;
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
    z-index: 10000;
}

.categories-header i {
    display: none;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.no-padding {
    padding: 0
}


.activeItem {
    background: #efefef;
}

.post-tags a:before {
    content: '#';
}

.post-tags a:hover {
    color: #009688;
}

.post-tags ul li {
    display: inline-block;
}

.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 54px !important;
    max-height: 300px !important;
}

.c-select .select2-container {
    width: 100% !important;
    height: 40px !important;
    max-height: 300px !important;
}

.c-select .select2-selection--multiple {
    height: 40px !important;
    max-height: 300px !important;
}

.choose-location ul {
    margin: 0;
    padding: 1rem;
    text-align: center;
}

.choose-location ul li {
    display: inline-flex;
    flex-flow: wrap;
    width: calc(25% - 0.3em);
}

.choose-location ul li:hover a {
    background: #0098c9;
    color: #fff;
    transition: all ease 0.3s;
}

#open-categories {
    display: none;
}

@media screen and (max-width:1200px) {
    .choose-location ul li {
        width: calc(45% - 1em);
    }
}

@media screen and (max-width:750px) {
    .choose-location ul li {
        width: calc(95% - 1em);
    }

    #open-categories {
        display: block;
    }

    .categories {
        display: none;
    }

    .navbar-brand img {
        max-width: 100px !important;
    }

    .navbar-default .navbar-brand {
        padding: 10px 7px;
        margin-top: 11px;
    }

    .navbar-toggle {
        margin-left: 0;
        margin-right: 5px;
    }

    .city-label {
        font-size: 10px;
        margin: 0 auto;
        margin-bottom: 5px;
        padding-left: 3.071em !important;
    }

    .navbar-fixed-top .navbar-collapse {
        max-height: 100vh;
        overflow-y: auto;
        position: absolute;
        z-index: 22222;
        background: #fff;
        width: 100%;
        top: 68px;
        right: 0;
        height: auto;
    }

    .navbar-nav>li {
        border-bottom: 1px solid #ccc;
        padding-bottom: 5px;
    }

    .navbar-nav>li:last-child,
    .navbar-nav>li:nth-last-child(2) {
        border-bottom: 0;
    }
}

.choose-location ul li a {
    width: 100%;
    border: 1px solid #0098c9;
    background: #fff;
    color: #666;
    padding: 8px;
    border-radius: 3px;
    margin: 10px;
    text-align: center;
    text-decoration: none;
}

.choose-location ul li a.active {
    background: #0098c9 !important;
    color: #fdfdfd !important;
}

.choose-location ul li.active {
    background: red !important;
    color: #fdfdfd !important;
}

.select2-selection--multiple {
    border: 0 !important;
}

.search_box .select2-selection__rendered {
    padding: 0 6px !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.select2-selection__choice {
    color: #555;
}

.search_box .select2-container--default .select2-selection--multiple {
    background-color: transparent;
}

.search_box .select2-selection__rendered li {
    height: 30px !important;
    display: flex;
    align-items: center;
    font-size: 14px;
}

/*.select2-results__options[aria-multiselectable=true] .select2-results__option[aria-selected=true]:before {*/
/*    content: '☑';*/
/*    padding: 0 0 0 4px;*/
/*}*/
/*.select2-results__options[aria-multiselectable=true] .select2-results__option:before {*/
/*        content: '◻';*/
/*        padding: 0 0 0 4px;*/
/*}*/

.select2-results__option[aria-selected=true] {
    display: none;
}



.categories {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    position: relative;
    top: -65px;
    margin-bottom: 15px;
    overflow-x: hidden;
    /*min-height: 900px;*/
}

@media screen and (max-width: 768px) {
    .categories {
        top: -30px;
    }

    #frm_search .row>div {
        margin-bottom: 10px;
    }

    #open-categories i {
        margin-left: 7px;
    }

    .search_box button,
    .search_box select,
    .search_box input {
        font-size: 12px;
    }

    .banner_content {
        padding-top: 0;
    }

    .Header_Image .banner_contact ul li {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }

    .Header_Image .banner_contact ul li .btn {
        width: 100%;
    }

    .Profile_Header img {
        display: block;
        margin: 0 auto;
    }

    .Header_Image .presenter_rating {
        display: inline-block;
    }

    .modal-title {
        display: inline-block;
    }

    .banner_content h2 {
        font-size: 25px;
        line-height: 32px;
    }

    .navbar-default .navbar-toggle {
        border: none;
    }

    .navbar-toggle.collapsed .icon-bar {
        transform: rotate(0deg) !important;
        -webkit-transform: rotate(0deg) !important;
        -moz-transform: rotate(0deg) !important;
        -ms-transform: rotate(0deg) !important;
        display: block !important;
    }

    .navbar-toggle .icon-bar {
        transition: all ease 0.3s;
    }

    .navbar-toggle .icon-bar:nth-child(2) {
        transform: rotate(45deg) translate(2px, 2px);
        -webkit-transform: rotate(45deg) translate(2px, 2px);
        -moz-transform: rotate(45deg) translate(2px, 2px);
        -ms-transform: rotate(45deg) translate(2px, 2px);
    }

    .navbar-toggle .icon-bar:nth-child(3) {
        display: none;
    }

    .navbar-toggle .icon-bar:nth-child(4) {
        transform: rotate(-45deg) translate(2px, -2px);
        -webkit-transform: rotate(-45deg) translate(2px, -2px);
        -moz-transform: rotate(-45deg) translate(2px, -2px);
        -ms-transform: rotate(-45deg) translate(2px, -2px);
    }

    .filter-pan {
        display: block !important;
        margin-top: 10px !important;
        position: static !important;
    }

    .filter-pan .menu-group {
        display: none;
    }

    .filter-pan .categories-header {
        cursor: pointer;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background: transparent;
    }

    .navbar-default .navbar-nav>li>a::before,
    .navbar-default .navbar-nav>li>a:after {
        display: none;
    }

    .nav>li {
        margin-bottom: 5px;
        text-align: center;
    }

    .bottom-login-pan {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ccc;
    }

    .nav_tabs .nav-item {
        width: 50%;
    }

    .nav_tabs .nav-link {
        padding: 10px;
    }

    .Header_Image .banner_img {
        padding-top: 35px;
    }

    .Profile_Header {
        min-height: 360px !important;
        padding-bottom: 20px !important;
    }

    .Profile_Header {
        padding-top: 15px;
    }

    .Header_Image h1 {
        margin-top: 15px !important;
    }

    .nav_tabs>ul {
        display: block;
    }

    .nav_tabs>ul>li {
        margin-bottom: 0;
        border-bottom: none;
    }

    .nav-tabs {
        box-shadow: none;
    }

    .tab-content {
        border-radius: 0 !important;
    }

    .nav-tabs>li {
        border-bottom: none !important;
    }

    .categories .categories-header {
        font-weight: normal !important;
        color: #000 !important;
        font-size: 14px !important;
        text-align: right !important;
        display: inline-flex !important;
        padding-right: 14px !important;
        height: 40px !important;
    }

    .categories-header i {
        display: block;
    }

    .categories .categories-header i {
        margin-left: 6px;
    }
}

.categories .categories-header {
    font-size: 16px;
    padding: 0 8px;
    height: 45px;
    display: flex;
    align-items: center;
    /*background: #e5e5e5;*/
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    font-weight: bold;
    color: #666;
    justify-content: center;
}

.categories .menu-group {
    margin: 0;
    padding: 0;

}

.categories .menu-group .menu-item {
    display: block;
}

.categories .menu-group .menu-item:last-child a {
    border-bottom: none;
}

.categories .menu-group .menu-item .input-wrapper {
    width: 100%;
    position: relative;
}

.categories .menu-group .menu-item .input-wrapper .input-control {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 50;
}

.categories .menu-group .menu-item .input-wrapper .input-control:checked+label:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);

}

.categories .menu-group .menu-item .input-wrapper label {
    font-size: 15px;
    color: #555;
    position: relative;
    display: block;
    padding: 7px;
    padding-right: 35px;
    font-weight: normal;
}

.categories .menu-group .menu-item .input-wrapper label:before {
    content: '';
    position: absolute;
    right: 16px;
    top: 11px;
    width: 12px;
    height: 12px;
    background: #fff;
    border: 1px solid #ccc;

}

.categories .menu-group .menu-item .input-wrapper label:after {
    content: '';
    position: absolute;
    right: 18px;
    top: 13px;
    width: 8px;
    height: 8px;
    transition: all ease 0.4s;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    background: #0098c9;
}




.categories .menu-group .menu-item .menu-link {
    padding: 0 8px;
    height: 45px;
    width: 100%;
    text-align: right;
    text-decoration: none;
    font-size: 15px;
    color: #555;
    transition: 0.2s;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.categories .menu-group .menu-item .menu-link:hover {
    background: rgba(0, 0, 0, 0.03);
    transition: 0.2s;
}

.categories .menu-group .menu-item .menu-link.active,
.categories .menu-group .menu-item .sub-menu-group .sub-menu-item .sub-menu-link.active {
    background: rgba(0, 0, 0, 0.07);
}

.categories .menu-group .menu-item .menu-link i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-left: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.categories .menu-group .menu-item .sub-menu-group {
    background: #fff;
    display: none;
}

.categories .menu-group .menu-item .sub-menu-group.show {
    transform: translateX(0);
    transition: all 0.6s ease-in-out;
    /*opacity: 1;*/
}

.categories .menu-group .menu-item .sub-menu-group {
    margin: 0;
    padding: 0;
}

.categories .menu-group .menu-item .sub-menu-group .sub-menu-item {
    display: flex;
}

.categories .menu-group .menu-item .sub-menu-group .sub-menu-item .sub-menu-link {
    padding: 0 8px;
    height: 45px;
    width: 100%;
    text-align: right;
    text-decoration: none;
    font-size: 15px;
    color: #555;
    transition: 0.2s;
    display: flex;
    align-items: center;
    padding-right: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.categories .menu-group .menu-item .sub-menu-group .sub-menu-item.parent-item .sub-menu-link {
    justify-content: space-between;
}

.categories .menu-group .menu-item .sub-menu-group .sub-menu-item.parent-item {
    /*background: rgba(0,0,0,0.09);*/
    /*height: 44px;*/
    display: flex;
}

.categories .menu-group .menu-item .sub-menu-group .sub-menu-item.parent-menu {
    background: rgba(0, 0, 0, 0.07);
    /*height: 44px;*/
    display: flex;
}

.categories .menu-group .menu-item .sub-menu-group .sub-menu-item .sub-menu-link:hover {
    background: rgba(0, 0, 0, 0.03);
    transition: 0.2s;
}

.categories .menu-group .menu-item .sub-menu-group .sub-menu-item .sub-menu-link i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-left: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.mobile-nav {
    position: fixed;
    /*left: 0;*/
    background: #fff;
    top: 71px;
    width: 100%;
    /*height: 100%;*/
    z-index: 111;
    text-align: center;
    transform: translateY(-500px);
    transition: 0.4s;
    box-shadow: 1px 10px 10px rgba(0, 0, 0, 0.08);
    padding: 10px 0;
}

.mobile-nav.open {
    transform: translateY(0);
    transition: 0.4s;
}


.mobile-nav a {
    display: flex;
    flex-direction: column;
    padding: 8px;
    /*background: #fff;*/
    /*border-radius: 0;*/
    /*color: #666;*/
    /*text-align: right;*/
    color: #fff;
    text-decoration: none;
}

/*.mobile-nav button{*/
/*    margin: 10px 10px 0;*/
/*}*/

/*.mobile-nav a:hover{*/
/*    background: rgba(0,0,0,0.08);*/
/*}*/

#mobile-nav-button {
    height: 40px;
    width: 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
}

.select2-selection--single {
    border: 0 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    border: 1px solid #ccc !important;
    border-radius: 4px;
}

.categories .menu-group .menu-item .sub-menu-group .sub-menu-back,
.categories .menu-group .menu-item .sub-menu-group .sub-menu-item.parent-menu {
    display: none;

}

.categories .menu-group .menu-item .sub-menu-group .sub-menu-back a {
    background: #fff !important;
    padding: 0 8px;
    height: 45px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #666;
    justify-content: center;
}


.mobile-categories {
    background: #fff;
    position: fixed;
    overflow-x: hidden;
    height: 100%;
    z-index: 99999999;
    top: 0;
    right: 0;
    /*bottom: 0; left: 0;*/
    display: none;
    text-align: right;
    direction: rtl;
    width: 100%;
}

.mobile-categories.open-mobile {
    display: block;
}


.mobile-categories .categories-header {
    font-size: 16px;
    padding: 0 8px;
    height: 60px;
    display: flex;
    align-items: center;
    /*background: #e5e5e5;*/
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    font-weight: bold;
    color: #666;
    justify-content: center;
}

.mobile-categories .menu-group {
    margin: 0;
    padding: 0;

}

.mobile-categories .menu-group .menu-item {
    display: flex;
    justify-content: right;
}

.mobile-categories .menu-group .menu-item .menu-link {
    padding: 0 8px;
    height: 45px;
    width: 100%;
    text-align: right;
    text-decoration: none;
    font-size: 15px;
    color: #555;
    transition: 0.2s;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    justify-content: right;
}

.mobile-categories .menu-group .menu-item .menu-link:hover {
    background: rgba(0, 0, 0, 0.03);
    transition: 0.2s;
}

.mobile-categories .menu-group .menu-item .menu-link.active,
.categories .menu-group .menu-item .sub-menu-group .sub-menu-item .sub-menu-link.active {
    background: rgba(0, 0, 0, 0.07);
}

.mobile-categories .menu-group .menu-item .menu-link i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-left: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.mobile-categories .menu-group .menu-item .sub-menu-group {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    transform: translateX(100%);
    transition: all 0.6s ease-in-out;
    background: #fff;
    /*opacity: 0;*/
    overflow: auto;
}

.mobile-categories .menu-group .menu-item .sub-menu-group.show {
    transform: translateX(0);
    transition: all 0.6s ease-in-out;
    /*opacity: 1;*/
}

.mobile-categories .menu-group .menu-item .sub-menu-group {
    margin: 0;
    padding: 0;
    height: 100%;
}

.mobile-categories .menu-group .menu-item .sub-menu-group .sub-menu-item {
    display: flex;
}

.mobile-categories .menu-group .menu-item .sub-menu-group .sub-menu-item .sub-menu-link {
    padding: 0 8px;
    height: 45px;
    width: 100%;
    text-align: right;
    text-decoration: none;
    font-size: 15px;
    color: #555;
    transition: 0.2s;
    display: flex;
    align-items: center;
    padding-right: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.mobile-categories .menu-group .menu-item .sub-menu-group .sub-menu-item.parent-item .sub-menu-link {
    justify-content: space-between;
}

.mobile-categories .menu-group .menu-item .sub-menu-group .sub-menu-item.parent-item {
    /*background: rgba(0,0,0,0.09);*/
    /*height: 44px;*/
    display: flex;
}

.mobile-categories .menu-group .menu-item .sub-menu-group .sub-menu-item.parent-menu {
    background: rgba(0, 0, 0, 0.07);
    /*height: 44px;*/
    display: flex;
}

.mobile-categories .menu-group .menu-item .sub-menu-group .sub-menu-item .sub-menu-link:hover {
    background: rgba(0, 0, 0, 0.03);
    transition: 0.2s;
}

.mobile-categories .menu-group .menu-item .sub-menu-group .sub-menu-item .sub-menu-link i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-left: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.mobile-categories .menu-group .menu-item .sub-menu-group .sub-menu-back {
    display: block;

}

.mobile-categories .menu-group .menu-item .sub-menu-group .sub-menu-back a {
    background: #fff !important;
    padding: 0 8px;
    height: 45px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #666;
    justify-content: center;
}

.cc-1 {
    background: #fa86be !important;
}

.cc-2 {
    background: #a275e3 !important;
}

.cc-3 {
    background: #f89d13 !important;
}

.cc-4 {
    background: #6b76ff !important;
}

.cc-5 {
    background: #fd0054 !important;
}

.cc-6 {
    background: #1fe5bd !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    direction: rtl !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    text-align: right;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
    text-align: right;
}



.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    /* border: #eee solid 1px;*/
    border-radius: 5px;
    height: 54px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
     background-color: #fff !important; 
     border: 1px solid  #e6e6e6 !important; 
    border-radius: 4px;
    cursor: default;
    float: right;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.btn,
button,
.btn_custom {
    min-height: 40px;
}

.btn {
    padding: 8px 12px;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav .btn:active {
    outline: none;
    border-color: transparent;
    box-shadow: none;
}

.navbar-default .navbar-nav>li>a {
    position: relative;
}

.bottom-login-pan {
    text-align: center;
}


.select2-container--default .select2-search--inline .select2-search__field {
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: flex !important;
    overflow-x: auto !important;
}

.select2-selection__rendered::-webkit-scrollbar {
    width: 2px;
}

.select2-selection__rendered::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 1);
    border-radius: 10px;
    cursor: pointer;
}

.select2-selection__rendered::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 1);
    cursor: pointer;
}

.city-label {
    font-weight: 400;
    text-shadow: none !important;
    text-transform: none;
    padding-left: 4.07142857em !important;
    padding-right: 1.5em !important;
    position: relative;
    background: transparent none !important;
    border-radius: 3px;
    border: none;
}

.city-label:hover,
.city-label {
    background: #fff !important;
    box-shadow: inset 0 0 0 1px rgba(34, 36, 38, .35), inset 0 0 0 0 rgba(34, 36, 38, .15);
    color: rgba(0, 0, 0, .8) !important;
}

.city-label i {
    background-color: rgba(0, 0, 0, .05);
    border-bottom-left-radius: inherit;
    border-radius: 0;
    border-top-left-radius: inherit;
    box-shadow: inset -1px 0 0 0 transparent;
    color: "";
    height: 100%;
    left: 0;
    line-height: 1;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 2.57142857em;
    display: flex;
    justify-content: center;
    align-items: center;
}

#close-mobile-categories {
    margin-left: 10px;
    margin-top: 6px;
}

.btn-success,
.acares-success {
    background: #28a745 !important;
    transition: all ease 0.6s;
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.acares-success:hover,
.acares-success:active,
.acares-success:focus {
    background: #1f8235 !important;
    transition: all ease 0.6s;
}

.btn-info,
.btn_custom {
    background-color: #0098c9 !important;
}

.btn-primary,
.acares,
.btn,
.btn_custom,
.Header_Image .banner_contact .select_presenter,
.btn_custom {
    transition: all ease 0.6s;
}

.nav-tabs>li:last-child.active>a:hover {
    border-left: none;
}

.tab-content {
    background: #fffefe;
    padding: 20px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .11);
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    min-height: 140px;
    height: auto;
    border-bottom-right-radius: 10px;
}

#presenter_about .portfolio {
    background: transparent;
}

.nav_tabs {
    border: none !important;
    padding: 0 !important;
}

.Header_Image h1 {
    margin-top: 0;
}


@media (min-width: 768px) {
    .navbar-right:last-child {
        margin-top: 15px !important;
    }
}

.modal-title {
    display: inline-block;
}

.close {
    min-height: auto;
}

.user_box h5 a {
    font-size: 18px;
}

.navbar-brand {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.navbar-brand>img {
    max-width: 130px !important;
}

.categories .menu-group .menu-item .menu-link i {
    display: none;
}

.categories .menu-group .menu-item .menu-link {
    position: relative;
    padding-right: 20px;
}

.categories .menu-group .menu-item .menu-link:before,
.categories .menu-group .menu-item .menu-link:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 2px;
    background: #9a9898;
    right: 5px;
    top: 22px;
}

.categories .menu-group .menu-item .menu-link:after {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transition: all ease 0.5s;
}

.categories .menu-group .menu-item.actived .menu-link:after {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
}

.no-left-padding {
    padding-left: 0 !important;
}

.no-right-padding {
    padding-right: 0 !important;
}

footer {
    background-color: #2b373a !important;
}

.footer-links li a {
    color: #fff;
    font-size: 15px;
}

.footer-title {
    font-size: 15px;
    color: #fff;
}

.footer-about {
    color: #fff;
    line-height: 27px;
    text-align: justify;

}

.footer-links li {
    margin-bottom: 7px;
}

.footer-download-title {
    font-size: 14px;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 0;
}

.download-icon-list li {
    width: 50%;
    float: right;
}

.download-icon-list li a {
    padding: 3px 5px;
    display: block;
}

.download-icon-list li a img {
    max-width: 150px;
    max-height: 40px;
}

.footer-copyright {
    background: #263033;
    padding-top: 16px;
    padding-bottom: 10px;
    text-align: center;
}

.footer-copyright p {
    color: #fff;
    line-height: 25px;
    padding-right: 10px;
    font-size: 12px;
}

.footer-upper-container {
    padding-bottom: 25px;
}

.footer-social {
    float: right;
}

.footer-social .social-title {
    font-size: 13px;
    color: #fff;
    display: inline-block;
    margin-left: 15px;
}

.footer-social ul {
    display: inline-block;
    position: relative;
    top: 4px;
}

.footer-social ul li {
    display: inline-block;
}

.footer-social ul li i {
    font-size: 20px;
    color: #fff;
}

.footer-social ul li i:hover {
    color: #98394d;
}

.categories .menu-group .menu-item .sub-menu-group .sub-menu-item {
    padding-right: 8px;
}

.btn-inline {
    display: inline-block;
}

.inner-heder {
    height: 250px !important;
    position: relative;
}

.inner-heder>.container>.row:first-child {
    padding-top: 50px !important;
}

.inner-heder:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
}