/* Base setup */

@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
.footer .c_firstFooter {
    background: #f7f6f6 url(../images/foo_Background.png) center no-repeat;
}

.page_login {
    background: url(../images/h_slides.png) top center no-repeat;
    background-size: 100%;
}

/********/

.slider {
    background: url(../images/h_slides.png) no-repeat;
    background-size: 100% 100%;
}

.about_us {
    background: url(../images/aboutbackground.png) bottom left no-repeat;
    background-position-y: 95%;
}

.c_relatednews h4:after {
    content: "";
    position: absolute;
    bottom: -20px;
    right: 0;
    width: 55px;
    height: 8px;
    background: url(../images/relatedbg.png) bottom left no-repeat;
}

/* progress bar  */

.c_progress {
    padding: 0 !important;
    width: 100%;
    height: 30px;
    overflow: hidden;
    background: #e5e5e5;
    border-radius: 10px;
}

.c_bar {
    position: relative;
    float: right;
    min-width: 1%;
    height: 100%;
    background: #0a0;
}

.c_percent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-family: tahoma, arial, helvetica;
    font-size: 12px;
    color: white;
}

/* Drop Down Styles
================================ */

.c_filieress .drop-down {
    list-style: none;
    overflow: auto;
    height: 500px;
    /* 172px = (38 (li) + 5 (li border)) * 4 (number of li) */
    background-color: #495940;
    font-family: Arial;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
}



.c_filieress .drop-down.closed {
    /*  When toggled via jQuery this class will reduce the height of the ul which inconjuction
        with overflow: hidden set on the ul will hide all list items apart from the first */
    /* current li height 38px + 5px border */
    height: 0;
}

.c_filieress .drop-down li a.nav-button {
    display: block;
    color: #ecf0f1;
    text-decoration: none;
    padding: 10px;
    /* Larger touch target area */
}

.c_filieress .btn-primary a {
    color: #fff !important;
}

/*.c_filieress .drop-down li:first-child a:after {
    content: "\25BC";
    float: right;
    margin-left: -30px;
    margin-right: 5px;
  } */

/*********/

/****************rate neww*******************/

.c_review {
    display: flex;
    margin: 10px 0;
}

.c_review .c_rat_num {
    margin-right: 10px;
}

/* Ratings widget */

.rate {
    display: inline-block;
    border: 0;
}

/* Hide radio */

.rate > input {
    display: none;
}

/* Order correctly by floating highest to the right */

.rate > label {
    float: right;
    position: relative;
    color: #f9dfcc;
}

/* The star of the show */

.rate > label:before {
    display: inline-block;
    font-size: 15px;
    padding: 0 4px;
    margin: 0;
    cursor: pointer;
    font-family: FontAwesome;
    content: "\f005 ";
    /* full star */
}

/* Half star trick */

.rate .half:before {
    content: "\f089 ";
    /* half star no outline */
    position: absolute;
    padding-right: 0;
    left: 0;
}

.c_check_star ~ label {
    color: #fda257;
}

thead.mdb-color.darken-3 {
    background: #42618a;
}

/* chatbox by : Mohammed Salah */

.chatbox-list {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
}

.chatbox {
    display: inline-block;
    position: relative;
}

.chat-mg {
    display: inline-block;
    position: relative;
}

.chat-mg img {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}

.chat-mg span {
    position: absolute;
    top: -5px;
    right: 10px;
    width: 20px;
    height: 20px;
    background-color: #42618a;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}

.chat-mg.bx img {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.conversation-box {
    position: absolute;
    bottom: 132%;
    right: 0;
    width: 350px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    border-radius: 10px 10px 0 0;
}

.conversation-box.active {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}

.conversation-box:before {
    content: "";
    position: absolute;
    bottom: -7px;
    right: 26px;
    border-top: 15px solid #fff;
    border-right: 15px solid transparent;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}

.con-title {
    float: left;
    width: 100%;
    background-color: #42618a;
    padding: 5px;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

.con-title h3 {
    float: left;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}

.con-title > a {
    float: right;
    color: #fff;
    font-size: 20px;
}

.chat-list {
    float: left;
    width: 100%;
    min-height: 390px;
}

.conv-list {
    float: left;
    width: 100%;
    display: table;
    padding: 20px;
    position: relative;
}

.conv-list:hover,
.conv-list.active {
    background-color: #efefef;
}

.msg-numbers {
    position: absolute;
    bottom: 18px;
    right: 25px;
    width: 25px;
    height: 25px;
    background-color: #e77667;
    text-align: center;
    line-height: 25px;
    color: #fff;
    font-size: 13px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}

.usrr-pic {
    /* display: table-cell; */
    position: relative;
}

.active-status {
    width: 9px;
    height: 9px;
    border: 2px solid #ecf5fb;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    position: absolute;
    top: -3px;
    right: 0;
}

.activee {
    background-color: #0ed145;
}

.usy-info {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    padding: 0 10px;
}

.usy-info h3 {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.usy-info span {
    color: #686868;
    font-size: 16px;
}

.usy-info span img {
    padding-left: 5px;
    float: right;
}

.ct-time {
    position: absolute;
    top: 20px;
    right: 25px;
}

.ct-time span {
    color: #b2b2b2;
    font-size: 14px;
}

.st-icons {
    float: right;
    /* margin-top: 7px; */
}

.st-icons a {
    color: #fff;
    font-size: 20px;
    margin-right: 5px;
    float: left;
}

.chat-hist {
    float: left;
    width: 100%;
    background-color: #fff;
    height: 280px;
    overflow: auto;
}

.chat-msg {
    float: left;
    width: 100%;
    padding-right: 25px;
    margin-bottom: 15px;
}

.chat-msg p {
    color: #ffffff;
    font-size: 14px;
    background-color: #42618a;
    line-height: 18px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    padding: 10px 15px;
    width: 80%;
    float: right;
    margin-bottom: 10px;
    overflow-wrap: break-word !important;
}

.mg-3 {
    margin-bottom: 3px;
}

.chat-msg span {
    float: right;
    color: #b1b1b1;
    width: 100%;
    font-size: 9px;
    text-align: right;
}

.status-info {
    width: 8px;
    height: 8px;
    background-color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    display: inline-block;
    margin-left: 7px;
}

.chat-user-info h3 {
    margin-top: 7px;
    margin-left: 10px;
}

.date-nd {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.date-nd:before,
.date-nd:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 15px;
    width: 92px;
    height: 1px;
    background-color: #e5e5e5;
}

.date-nd:after {
    left: auto;
    right: 15px;
}

.date-nd span {
    color: #b1b1b1;
    font-size: 12px;
    text-align: center;
}

.chat-msg.st2 p {
    background-color: #efefef;
    color: #686868;
    float: left;
    width: 65%;
    overflow-wrap: break-word !important;
}

.chat-msg.st2 {
    padding-left: 25px;
}

.chat-msg.st2 span {
    float: left;
    text-align: left;
}

/********/

.chatbox-list .conversation-box .chat-user-info img {
    display: none !important;
}

.chatbox-list .typing-msg {
    position: relative;
    display: inline-block;
    width: 100%;
}

ul.ft-options {
    position: absolute;
    bottom: 7px;
    right: 7px;
    margin: 0;
}

ul.ft-options li {
    float: left;
}

/* End Chat Box */

/*************** تمييز الاعلانات **************/

.c-type-ads {
    float: left;
    background: url(../images/typegaold.png) center no-repeat;
    width: 130px;
    height: 33px;
    margin-bottom: 10px;
}

.c-type-free-ads {
    float: left;
    background-color: green;
    width: 130px;
    height: 33px;
    margin-bottom: 10px;
    display: none;
}

.c-active-ads {
    float: left;
    background-color: rgb(105, 122, 105);
    width: 130px;
    height: 33px;
    margin-bottom: 10px;
}

.c-type-bronze-ads {
    float: left;
    background: url(../images/bronsads.png) center no-repeat;
    width: 130px;
    height: 33px;
    margin-bottom: 10px;
    display: none;
}

.c-type-silver-ads {
    float: left;
    background: url(../images/typefde.png) center no-repeat;
    width: 130px;
    height: 33px;
    margin-bottom: 10px;
    display: none;
}

.c-type-ads h4 {
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 7px 0 0px 33px;
}

.c-type-free-ads h4 {
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 7px 0 0px 33px;
}

.c-active-ads h4 {
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 7px 0 0px 33px;
}

.c-type-bronze-ads h4 {
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 7px 0 0px 33px;
}

.c-type-silver-ads h4 {
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 7px 0 0px 33px;
}

.chat-btn {
    z-index: 999;
    margin-bottom: 10%;
    position: fixed;
    left: 94%;
}

/* Chat Bot By : Mohammed Salah */

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css");

/* Chatbot */

.botIcon {
    bottom: 10px;
    left: 10px;
    position: fixed;
    z-index: 9999;
}

.iconInner {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    /* Updated Branding Gradient: Burgundy and Charcoal */
    background: #731420;
    background: -webkit-linear-gradient(
        to left,
        #731420,
        #19171c,
        #b72c3b,
        #731420
    );
    background: -o-linear-gradient(to left, #731420, #19171c, #b72c3b, #731420);
    background: -moz-linear-gradient(
        to left,
        #731420,
        #19171c,
        #b72c3b,
        #731420
    );
    background: linear-gradient(to left, #731420, #19171c, #b72c3b, #731420);

    background-position: 50%;
    background-size: 300%;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.7em;
    height: 50px;
    justify-content: center;
    width: 50px;
    transition: background 0.5s ease;
}

.iconInner:hover {
    /* Subtle shift on hover using your secondary Sage color */
    background: #495940;
    box-shadow: 0 0 15px rgba(115, 20, 32, 0.4);
}

.botSubject,
.messages,
.showBotSubject .botIconContainer,
.showMessenger .botIconContainer {
    display: none;
}

/* .showBotSubject .botSubject {display: block;}
.showMessenger .messages {display: block;}
.botSubject {position: relative;width: 300px;}
.botIcon .messages {background: none;border: none;border-radius: 0;bottom: 0;box-shadow: 0px 0px 30px -5px #000;min-height: 250px;max-height: 50vh;margin: 0;padding: 0;position: relative;right: 0;width: 300px;}
.screen {background-color: #fff;position: absolute;height: 100%;overflow: hidden;width: 100%;}
.botIcon .messages .body {box-sizing: border-box;height: calc(100% - 40px);overflow-y: auto;padding: 0px 12px 6px;}
.botIcon .messages .body .msg {-webkit-animation: msg 1s;-moz-animation: msg 1s;-ms-animation: msg 1s;-o-animation: msg 1s;animation: msg 1s;background-color: #1666af;border-radius: 0px 10px 10px 10px;box-sizing: border-box;clear: both;color: #fff;margin-top: 10px;opacity: 1;display: block;overflow: hidden;padding: 10px 10px;width: 100%;float: left;width: auto;}
.messages .body .msg.user {background-color: #fff;box-shadow: 0 0 4px rgba(0, 0, 0 , .5);border-radius: 10px 0px 10px 10px;color: #000;float: right;width: auto;}
.botIcon .messages .footer, .botSubject > form {box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.5);bottom: 0;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;padding: 0;position: absolute;width: 100%;z-index: 100;}
.botSubject > form {background-color: #fff;padding: 20px 15px;position: static;}
.botIcon .messages .footer input, .botSubject input {border-width: 0px;box-sizing: border-box;font-size: 1em;margin: 0;padding-left: 10px;}
.botIcon .messages .footer input[type="text"], .botSubject input[type="text"] {border: 1px solid;width: calc(100% - 70px);}
.botIcon .messages .footer input[type="submit"], .messages .footer input[type="button"], .messages .footer button, .botSubject input[type="submit"], .botSubject input[type="button"], .botSubject button {width: 60px;}
.botIcon .messages .footer input, .messages .footer button, .botSubject input, .botSubject button {height: 40px;}
.botIcon .messages .footer button, .botSubject button {background-color: #123123;border: 0px solid black;color: white;width: 70px;margin: 0px;outline: none;}
.botIcon .messages .footer button:hover, .botSubject button:hover {opacity: 0.7;}
.botIcon .btn.btn-default.buyc_btn {border-radius: 0 !important;color: #fff;margin: 0;padding: 0;}
.botIcon .btn.btn-default.buyc_btn:hover {padding: 0;}
.closeBtn {background: #a64bf4;background: -webkit-linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);background: -o-linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);background: -moz-linear-gradient(right,#00dbde, #fc00ff, #00dbde,#fc00ff);background: linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);background-position: 50%;background-size: 300%;border-radius: 50%;height: 30px;position: absolute;right: 0;top: 0;-webkit-transform: translate(50%, -50%);-ms-transform: translate(50%, -50%);transform: translate(50%, -50%);width: 30px;z-index: 999;}
.closeBtn::before, .closeBtn::after {background-color: #fff;content: "";display: block;height: 2px;left: 50%;position: absolute;top: 50%;-webkit-transform: translate(-50%, -50%) rotate(45deg);-ms-transform: translate(-50%, -50%) rotate(45deg);transform: translate(-50%, -50%) rotate(45deg);width: 20px;}
.closeBtn::after {-webkit-transform: translate(-50%, -50%) rotate(-45deg);-ms-transform: translate(-50%, -50%) rotate(-45deg);transform: translate(-50%, -50%) rotate(-45deg);}

@-webkit-keyframes msg {
	0% {opacity: 0;-webkit-transform: translateY(20px);}
	100% {opacity: 1;-webkit-transform: translateY(0px);}
}
@-o-keyframes msg {
	0% {opacity: 0;-o-transform: translateY(20px);}
	100% {opacity: 1;-o-transform: translateY(0px);}
}
@-moz-keyframes msg {
	0% {opacity: 0;-moz-transform: translateY(20px);}
	100% {opacity: 1;-moz-transform: translateY(0px);}
}
@-ms-keyframes msg {
	0% {opacity: 0;-ms-transform: translateY(20px);}
	100% {opacity: 1;-ms-transform: translateY(0px);}
}
@keyframes msg {
	0% {opacity: 0;transform: translateY(20px);}
	100% {opacity: 1;transform: translateY(0px);}
}

@media only screen and (max-width: 412px) {
	.botSubject, .botIcon .messages {width: 280px;}
} */

.botIcon .Messages,
.botIcon .Messages_list {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.chat_close_icon {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    right: 12px;
    z-index: 9;
}

.chat_on {
    background-color: #8a57cf;
    bottom: 20px;
    border-radius: 50%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16),
        0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 45px;
    padding: 9px;
    position: fixed;
    right: 15px;
    text-align: center;
    width: 45px;
    z-index: 10;
}

.chat_on_icon {
    color: #fff;
    font-size: 25px;
    text-align: center;
}

.botIcon .Layout {
    -webkit-animation: appear 0.15s cubic-bezier(0.25, 0.25, 0.5, 1.1);
    -ms-animation: appear 0.15s cubic-bezier(0.25, 0.25, 0.5, 1.1);
    animation: appear 0.15s cubic-bezier(0.25, 0.25, 0.5, 1.1);
    -webkit-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    background-color: rgb(63, 81, 181);
    bottom: 20px;
    border-radius: 10px;
    box-shadow: 5px 0 20px 5px rgba(0, 0, 0, 0.1);
    box-sizing: content-box !important;
    color: rgb(255, 255, 255);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-height: 30px;
    max-width: 300px;
    min-width: 50px;
    opacity: 0;
    pointer-events: auto;
    position: fixed;
    -webkit-transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
        bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
        min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
        max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
        min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
        max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
        border-radius 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
        background-color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
        color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s;
    -ms-transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
        bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
        min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
        max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
        min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
        max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
        border-radius 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
        background-color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
        color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s;
    transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
        bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
        min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
        max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
        min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
        max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
        border-radius 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
        background-color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
        color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s;
    z-index: 999999999;
}

.botIcon .Layout-open {
    border-radius: 10px;
    color: #fff;
    height: 500px;
    max-height: 500px;
    max-width: 300px;
    overflow: hidden;
    -webkit-transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
        bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        border-radius 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
        background-color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
        color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1);
    -ms-transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
        bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        border-radius 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
        background-color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
        color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1);
    transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
        bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
        border-radius 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
        background-color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
        color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1);
    width: 100%;
}

.botIcon .Layout-expand {
    display: none;
    height: 480px;
    max-height: 122vh;
    min-height: 300px;
    width: 500px;
    max-width: 500px;
}

.showBotSubject.botIcon .Layout-expand {
    display: block;
    left: 2%;
}

.botIcon .Layout-mobile {
    bottom: 10px;
}

.botIcon .Layout-mobile.Layout-open {
    min-width: calc(100% - 20px);
    width: calc(100% - 20px);
}

.botIcon .Layout-mobile.Layout-expand {
    border-radius: 0 !important;
    bottom: 0;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    width: 100%;
}

.botIcon .Messenger_messenger {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 100%;
}

.botIcon .Messenger_header,
.botIcon .Messenger_messenger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.botIcon .Messenger_header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #42618a;
    color: rgb(255, 255, 255);
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 40px;
    padding-left: 10px;
    padding-right: 40px;
}

.botIcon .Messenger_header h4 {
    -webkit-animation: slidein 0.15s 0.3s;
    -ms-animation: slidein 0.15s 0.3s;
    animation: slidein 0.15s 0.3s;
    -webkit-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    font-size: 16px;
    opacity: 0;
}

.botIcon .Messenger_prompt {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.botIcon .Messenger_content {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 80px;
}

.botIcon .Messages {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px;
    position: relative;
    -webkit-overflow-scrolling: touch;
}

.botIcon .Input {
    background-color: #fff;
    border-top: 1px solid #e6ebea;
    color: #96aab4;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-bottom: 15px;
    padding-top: 17px;
    position: relative;
    width: 100%;
}

.botIcon .Input-blank .Input_field {
    max-height: 20px;
}

.botIcon .Input_field {
    background-color: transparent;
    border: none;
    outline: none;
    padding-left: 20px;
    padding-right: 45px;
    resize: none;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    min-height: 20px !important;
}

.botIcon .Input_button-emoji {
    right: 45px;
}

.botIcon .Input_button {
    background-color: transparent;
    border: none;
    bottom: 15px;
    cursor: pointer;
    height: 25px;
    outline: none;
    padding: 0;
    position: absolute;
    width: 25px;
}

.botIcon .Input_button-send {
    right: 15px;
}

.botIcon .Input-emoji .Input_button-emoji .Icon,
.botIcon .Input_button:hover .Icon {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.botIcon .Input-emoji .Input_button-emoji .Icon path,
.botIcon .Input_button:hover .Icon path {
    fill: #2c2c46;
}

.Icon svg {
    height: auto;
    width: 100%;
}

.msg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.msg.user {
    -webkit-box-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.msg + .msg {
    margin-top: 15px;
}

span.responsText {
    color: #000;
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
    max-width: calc(100% - 50px);
}

.msg.user span.responsText {
    margin-left: 0;
    margin-right: 10px;
}

span.avtr {
    display: inline-block;
    width: 30px;
    margin: 0 5px;
}

span.avtr figure {
    background-color: rgb(156, 148, 148);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    display: block;
    margin: 0;
    padding-bottom: 100%;
}

.c_img_mees.c_img_user span.avtr figure {
    background: url(../images/profilcon.png) center no-repeat;
    background-size: 100% 100%;
}

.c_img_mees.c_img_bot span.avtr figure {
    background: #42618a;
    background-size: 100% 100%;
}

@-webkit-keyframes appear {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes appear {
    0% {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes appear {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes slidein {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-ms-keyframes slidein {
    0% {
        opacity: 0;
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        opacity: 1;
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slidein {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@media only screen and (max-width: 412px) {
    .botIcon .Layout-open {
        width: 250px;
    }
}

.filter-option-inner-inner {
    text-align: right;
}

/***********CSS***************/

.page_workGalleries .c_galleries .swiper-button-next:after,
.page_workGalleries .c_galleries .swiper-button-prev:after {
    display: none;
}

/* .page_workGalleries .c_galleries .swiper-button-next,
.page_workGalleries .c_galleries .swiper-button-prev {
    position: absolute;
    bottom: 30%;
    top: auto;
} */

.page_workGalleries .c_galleries .swiper-button-next,
.page_workGalleries .c_galleries .swiper-container-rtl .swiper-button-prev {
    right: 40px;
    left: auto;
    background: #ffffffd1;
}

.page_workGalleries .c_galleries .swiper-button-prev,
.page_workGalleries .c_galleries .swiper-container-rtl .swiper-button-next {
    left: 40px;
    right: auto;
    background: #ffffffd1;
}

.page_workGalleries .c_item img {
    height: 250px;
}

/****** 25 - 11 - 2021 *******/

.bootstrap-select > .dropdown-toggle,
.c_filieress .c_content_filters .form-group label,
.c_filieress .c_content_filters .form-group input {
    border-radius: 0;
    height: 40px;
}

.btn-light {
    background-color: #fff !important;
}

.c_meitem_mobile {
    display: none;
}

/******menu mobile ****/

/* 2. Home 1 Header css here */

/* 01. header css here */

.off_canvars_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    cursor: crosshair;
    background: #333333;
    top: 0;
}

.off_canvars_overlay.active {
    opacity: 0.5;
    visibility: visible;
}

.Offcanvas_menu {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .Offcanvas_menu {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .Offcanvas_menu {
        display: block;
    }
}

.Offcanvas_menu_wrapper {
    width: 0%;
    position: fixed;
    background: #fff;
    z-index: 99;
    top: 0;
    height: 100vh;
    transition: 0.5s;
    left: 0;
    padding: 0px;
    overflow-y: auto;
}

.Offcanvas_menu_wrapper.active {
    /* margin-left: 0; */
    width: 90%;
    padding: 50px 20px 30px;
}

.Offcanvas_menu_wrapper .slinky-theme-default {
    background: inherit;
    min-height: 300px;
    overflow-y: auto;
}

.Offcanvas_menu_wrapper .header_block_right {
    display: block;
    padding-left: 0;
    text-align: center;
    margin-bottom: 19px;
}

.Offcanvas_menu_wrapper .header_block_right > ul > li {
    position: relative;
}

.Offcanvas_menu_wrapper .header_block_right > ul > li:first-child a {
    border-left: 1px solid #e5e5e5;
}

.Offcanvas_menu_wrapper .header_block_right > ul > li > a {
    line-height: 45px;
    font-size: 22px;
    width: 50px;
    border: 1px solid #e5e5e5;
    color: #333333;
}

.Offcanvas_menu_wrapper .mini_cart_wrapper > a span {
    width: 17px;
    height: 17px;
    font-size: 11px;
    line-height: 16px;
    background: #000;
    color: #fff;
    top: 7px;
    right: 4px;
}

.Offcanvas_menu_wrapper .setting_wrapper {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: inherit;
    z-index: 999;
}

.Offcanvas_menu_wrapper .setting_wrapper.active {
    padding: 20px 10px;
    border: 1px solid #ddd;
    max-height: 400px;
}

.Offcanvas_menu_wrapper .header_top_right {
    display: block;
}

.offcanvas_main_menu li {
    position: relative;
}

.offcanvas_main_menu li:last-child {
    margin: 0;
}

.offcanvas_main_menu li span.menu-expand {
    position: absolute;
    right: 0;
}

.offcanvas_main_menu li a {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.offcanvas_main_menu li a:hover {
    color: #23b1a5;
}

.offcanvas_main_menu li ul.sub-menu {
    padding-left: 20px;
}

.Offcanvas_footer {
    margin-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.Offcanvas_footer span a {
    font-size: 14px;
}

.Offcanvas_footer span a:hover {
    color: #23b1a5;
}

.Offcanvas_footer ul {
    margin-top: 20px;
}

.Offcanvas_footer ul li {
    display: inline-block;
    margin-right: 4px;
}

.Offcanvas_footer ul li:last-child {
    margin-right: 0;
}

.Offcanvas_footer ul li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    font-size: 13px;
    color: #ffffff;
}

.Offcanvas_footer ul li.facebook a {
    background: #3c5b9b;
}

.Offcanvas_footer ul li.facebook a:hover {
    background: #23b1a5;
}

.Offcanvas_footer ul li.twitter a {
    background: #1da1f2;
}

.Offcanvas_footer ul li.twitter a:hover {
    background: #23b1a5;
}

.Offcanvas_footer ul li.pinterest a {
    background: #bd081b;
}

.Offcanvas_footer ul li.pinterest a:hover {
    background: #23b1a5;
}

.Offcanvas_footer ul li.google-plus a {
    background: #dd4d42;
}

.Offcanvas_footer ul li.google-plus a:hover {
    background: #23b1a5;
}

.Offcanvas_footer ul li.linkedin a {
    background: #010103;
}

.Offcanvas_footer ul li.linkedin a:hover {
    background: #23b1a5;
}

.canvas_close {
    position: absolute;
    top: 10px;
    right: 13px;
}

.canvas_close a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    width: 32px;
    height: 32px;
    display: block;
    text-align: center;
    line-height: 31px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
}

.canvas_close a:hover {
    background: #23b1a5;
    border-color: #23b1a5;
    color: #fff;
}

.canvas_open {
    display: none;
    justify-content: space-between;
    border: 1px solid #e5e5e5;
    padding: 7px 20px 6px;
}

.canvas_open span {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
}

.canvas_open a {
    font-size: 28px;
    color: #333333;
}

.Offcanvas_menu_two .canvas_close a:hover {
    background: #be8658;
    border-color: #be8658;
}

.Offcanvas_menu_two .offcanvas_main_menu li a:hover {
    color: #be8658;
}

.Offcanvas_menu_two .Offcanvas_footer span a:hover {
    color: #be8658;
}

.setting_wrapper {
    background: #fff;
    width: 375px;
    max-height: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    overflow: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 99;
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .setting_wrapper {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .setting_wrapper {
        display: none;
    }
}

.setting_wrapper.active {
    max-height: 100%;
    padding: 30px;
}

@media only screen and (max-width: 767px) {
    .setting_wrapper .logo a img {
        width: 120px;
    }
}

.setting_close_btn {
    cursor: pointer;
    margin-bottom: 23px;
    text-align: center;
}

.setting_close_btn i {
    font-size: 26px;
    color: #595959;
}

.setting_close_btn i:hover {
    color: #23b1a5;
}

/******end menu mobile ****/

/*********/

.c_select_coutnrrr button.btn.dropdown-toggle {
    height: 30px;
    font-size: 13px;
    border-radius: 4px;
    padding: 5px 15px;
    color: #828a94;
    max-width: 150px;
}

.c_formjob .modal-dialog {
    max-width: 1000px;
}

.c_formjob .c_form_edit.card .form-group label {
    float: none;
    width: 80%;
    /* margin: auto; */
    /* vertical-align: middle; */
    text-align: right;
    margin: 5px 0;
}

.page_login button.btn.dropdown-toggle.btn-light {
    text-align: right;
    height: 50px;
    color: #2f2f2f;
    width: 100%;
    border-radius: 15px !important;
    border: 1px solid #ddd;
    background-position-x: 5%;
}

/* web scraping design */

.scraping_jobs .jobs .c_item {
    height: auto !important;
}

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

.bg-gradient {
    background-color: #fff;
    background-image: linear-gradient(
        8.32deg,
        hsla(0, 0%, 100%, 0.37),
        #f9fbfc
    );
}

.pb-24,
.py-24 {
    padding-bottom: 120px !important;
}

.text-lg-center {
    text-align: center !important;
}

.pt-8,
.py-8 {
    padding-top: 40px !important;
}

.home-companies-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.pb-5,
.py-5 {
    padding-bottom: 25px !important;
}

.bg-white-hover:hover {
    background: #fff;
}

.shadow-md-hover:hover {
    box-shadow: 0 10px 18px rgba(0, 0, 255, 0.1) !important;
}

.home-companies-wrap .home-company-wrap .home-company {
    width: 160px;
}

.home-company-wrap {
    flex-basis: 20%;
    display: flex;
    justify-content: center;
}

.rtl .text-center {
    text-align: center !important;
}

.mw-100 {
    max-width: 100% !important;
}

.justify-content-center {
    justify-content: center !important;
}

.flex-column {
    flex-direction: column !important;
}

.d-flex {
    display: flex !important;
}

.home-companies-wrap .home-company-wrap .home-company .img {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-companies-wrap .home-company-wrap .home-company .img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
}

.home-companies-wrap .home-company-wrap .home-company .text {
    min-height: 50px;
    padding-top: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.fs-14 {
    font-size: 14px !important;
}

.bg-white-hover {
    transition: all 0.3s;
}

.shadow-md-transparent {
    transition: all 0.3s;
    box-shadow: 0 10px 18px hsla(0, 0%, 100%, 0) !important;
}

.mt-6,
.my-6 {
    margin-top: 30px !important;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-center {
    justify-content: center !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.rounded {
    border-radius: 6px !important;
}

.home-companies-wrap .home-company-wrap .home-company .text span.fs-14 {
    color: #000;
}

.c_logadmin {
    margin: 60px 0;
}

.c_logadmin h4 {
    color: #fff;
}

.c_notfondj {
    color: red;
    padding: 15px 25px;
    background: #fff;
    border: 1px solid #ddd;
    width: 100%;
    font-size: 32px;
}

.post_details .modal-body .c_tupemessge.input-group select.form-control {
    text-align: left;
}

.people_profile.page_services_pu .jobs .c_item {
    border-radius: 10px;
    height: auto !important;
}

.scraping_jobs .c_show_jog {
    text-align: left;
}

.post_details .c_descriotn_jobb .c_rown a {
    display: inline-block;
    margin: 10px 0;
}

.post_details .c_descriotn_jobb .c_rown a i {
    font-size: 50px;
}

a.process button {
    padding: 5px;
    display: inline-block;
    font-size: 12px;
}

.home-companies-wrap.pb-5 {
    border: 1px solid #ddd;
}

/* bot Animation : Mohammed Salah */

.tiblock {
    align-items: center;
    display: flex;
    height: 17px;
}

.ticontainer .tidot {
    background-color: #90949c;
}

.tidot {
    -webkit-animation: mercuryTypingAnimation 1.5s infinite ease-in-out;
    border-radius: 2px;
    display: inline-block;
    height: 4px;
    margin-right: 2px;
    width: 4px;
}

@-webkit-keyframes mercuryTypingAnimation {
    0% {
        -webkit-transform: translateY(0px);
    }
    28% {
        -webkit-transform: translateY(-5px);
    }
    44% {
        -webkit-transform: translateY(0px);
    }
}

.tidot:nth-child(1) {
    -webkit-animation-delay: 200ms;
    background: #000;
}

.tidot:nth-child(2) {
    -webkit-animation-delay: 300ms;
    background: #000;
}

.tidot:nth-child(3) {
    -webkit-animation-delay: 400ms;
    background: #000;
}

.tidot:nth-child(4) {
    -webkit-animation-delay: 400ms;
    background: #000;
}

.tidot:nth-child(5) {
    -webkit-animation-delay: 400ms;
    background: #000;
}

/*********/

.c_meniu_pc {
    display: flex;
    justify-content: center;
    align-items: center;
}
.header .c_lang a.dropdown-toggle {
    color: #fff;
    font-size: 14px;
}
.header .c_lang {
    margin: 0 5px;
}

/****/

.c_notifactions_page .table thead th {
    vertical-align: middle;
}

/****************************************************************/
/* BRANDING UPDATES: BASE SETUP & WIDGETS */
/****************************************************************/

/* Progress Bar Update */
.c_bar {
    position: relative;
    float: right;
    min-width: 1%;
    height: 100%;
    background: #731420; /* Updated from green to Primary Burgundy */
}

/* Table Header */
thead.mdb-color.darken-3 {
    background: #19171c; /* Using Primary Charcoal for table headers */
}

/****************************************************************/
/* CHATBOX & MESSAGING UPDATES */
/****************************************************************/

.chat-mg span {
    background-color: #731420; /* Primary Burgundy for notification badges */
    color: #fff;
}

.con-title {
    background-color: #731420; /* Primary Burgundy for Chat Header */
}

.chat-msg p {
    background-color: #731420; /* Primary Burgundy for sent messages */
    color: #ffffff;
}

[lang="en"] .chat-msg p {
    font-family: "Univers LT Std", sans-serif;
    font-size: 12px;
    letter-spacing: 1.5px;
}

[lang="ar"] .chat-msg p {
    font-family: "GE Flow", sans-serif;
    font-size: 12px;
}

.chat-msg.st2 p {
    background-color: #cfc9af; /* Secondary Cream for received messages */
    color: #19171c;
}

/* Chat Bot Icon & Header */
.botIcon .Messenger_header {
    background-color: #731420; /* Primary Burgundy */
}

.c_img_mees.c_img_bot span.avtr figure {
    background: #731420; /* Primary Burgundy Bot Avatar */
}

.chat_on {
    background-color: #731420; /* Primary Burgundy Float Button */
}

/****************************************************************/
/* MOBILE MENU & OVERLAYS */
/****************************************************************/

.offcanvas_main_menu li a:hover,
.Offcanvas_footer span a:hover,
.canvas_close a:hover,
.setting_close_btn i:hover {
    color: #b72c3b; /* Secondary Red for Hover */
}

.Offcanvas_footer ul li.facebook a,
.Offcanvas_footer ul li.twitter a,
.Offcanvas_footer ul li.linkedin a {
    background: #19171c; /* Brand Charcoal for Social Icons */
}

.Offcanvas_footer ul li a:hover {
    background: #731420 !important; /* Brand Burgundy on Hover */
}

/****************************************************************/
/* FORMS & LOGIN UPDATES */
/****************************************************************/

.page_login button.btn.dropdown-toggle.btn-light,
.c_select_coutnrrr button.btn.dropdown-toggle {
    border: 1px solid #cfc9af !important; /* Secondary Cream border */
    color: #19171c;
}

/* Typography Logic for Login & Profile Headlines */
[lang="en"] .page_login .c-left .c_tuser h6 {
    font-family: "Univers LT Std", sans-serif;
    font-weight: 700;
    font-size: 18px;
}

[lang="ar"] .page_login .c-left .c_tuser h6 {
    font-family: "GE Flow", sans-serif;
    font-weight: bold;
    font-size: 18px;
}

/****************************************************************/
/* SCRAPING & MISC COMPONENTS */
/****************************************************************/

.home-companies-wrap .home-company-wrap .home-company .text span.fs-14 {
    color: #19171c;
}

.c_notfondj {
    color: #b72c3b; /* Primary Red for Errors */
    border: 1px solid #cfc9af;
}

/* Rating Stars */
.c_check_star ~ label {
    color: #d7b28a; /* Secondary Gold for Active Stars */
}

.rate > label {
    color: #cfc9af; /* Secondary Cream for Inactive Stars */
}

/* Gallery Buttons */
.page_workGalleries .c_galleries .swiper-button-next,
.page_workGalleries .c_galleries .swiper-button-prev {
    background: #731420 !important;
    color: #fff;
    border-radius: 50%;
}
