
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;500;700;900&display=swap');

body {
  background: #fff;
  color: #444;
  font-family: "Tajawal", sans-serif;
 /* direction: rtl;*/
}

a {
  color: #000;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #000;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 ;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Markazi Text", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;

}
label{
    font-size: 15px;
    font-weight: 600;
}
.r_to_l{direction: rtl;}
.l_to_r{direction: ltr;}
.form-control input:focus, .form-control select:focus, .form-control button:focus{outline: none !important;}
.bor:before {
    height: 25px;
    content: " ";
    position: absolute;
    right: -1px;
    border: 1px solid #d2d1d1;
    top: 10px;
}
.new_bor{position: relative;}
.new_bor:before {
    height: 25px;
    content: " ";
    position: absolute;
    right: -1px;
    border: 1px solid #206dfb;
    top: 10px;
}
#main{min-height: 100px;padding-top: 70px;}

.dashboard{
    min-height: 500px !important;
}
.all_btn{border: 1px solid #E60026;
    padding: 10px 20px;
    width: 100%;
    transition: var(--bs-transition-base, 0.3s);
    font-size: 18px;
    font-family: "Markazi Text", sans-serif;
    border-radius: var(--bs-radius-sm, 8px);
    font-weight: 600;
    background: linear-gradient(135deg, #E60026, #B8001F);}
.all_btn a, .all_btn {color: #fff;}
.head_icon i{padding-left: 10px; color:#E60026;}


/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #E60026;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#registration .input-group-text i{color:#E60026;}
#header nav ul{position: relative;}
#header {
  height: 110px;
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

/* Flexbox layout for header container - vertically centers logo and nav */
#header > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

#header .logo.float-left,
#header .logo.float-right {
  float: none !important;
}

#header .main-nav.float-right,
#header .main-nav.float-left {
  float: none !important;
}

/*#header.header-scrolled .main-nav ul li a{color: #464545;}*/
#header.header-scrolled .main-nav ul .all_btn a{color: #fff;}
#header.header-scrolled,
#header.header-pages {
  height: 70px;
  padding: 15px 0;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#header.header-scrolled #topbar,
#header.header-pages #topbar {
  display: none;
}

#header .logo h1 {
  font-size: 22px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  letter-spacing: 2px;
  }

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #000;
  text-decoration: none;
}
.logo {padding-top: 10px;}
#header.header-scrolled .logo h1 a, #header .header-scrolled .logo h1 a:hover{color: #000;}


#header .logo img {
  padding: 0;
  max-height: 37px;
}

.main-pages {
  margin-top: 60px;
}


/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
.select_profile{
    width: 100%;
    float: left;
}
.select_profile select{
    width: 100%;
    margin-bottom: 15px;
    float: left;
}


.age_to h4{
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    padding-top: 15px;
}


.category_info{/*background:#fff;*/
  -webkit-box-shadow: 0px 3px 14px -4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 14px -4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 14px -4px rgba(0, 0, 0, 0.1);
    margin-top: 10px;

}
.header_text {margin-top: 50px;}
.home_gradient h1{background: radial-gradient(#f19f9e, #f9e9e9);
    color: #f5252a;}
.header_text h1{
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
}
.header_text p{font-weight: 600;
    text-align: center;
    font-size: 14px;
  margin-bottom: 30px;}


.sub_category_info_border{border-right: 1px solid #f1f0f0;
}

/*.sub_category_info a:hover{background: #ff7c0b;}
.sub_category_info:hover.sub_category_info h3{color: #fff !important;}
.sub_category_info:hover.sub_category_info .icon_1 i{color: #fff !important;}
.sub_category_info:hover.sub_category_info p{color: #fff !important;}*/

.sub_category_info{width: 100%;
    float: left;
    background: #f5f8fd;}
.sub_category_info a{color: #000; width: 100%; float:left; padding: 30px 15px;}
.sub_category_info h3{
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}
.icon_1, .sub_category_info{width: 100%; float: left;}
.icon_1 i{
    color: #ed2224;
    font-size: 45px;
    display: block;
    margin: auto;
    text-align: center;
    padding: 8px 0;
}
.latest_category_job a{padding: 30px 21px;}
.latest_category_job p{
  color: #6f6f6f;
    font-weight: 600;
    font-size: 14px !important;
    text-align: right !important;
    padding-top: 5px !important;
    width: 100%;
    float: left;}
.sub_category_info p{
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    padding-top: 15px;
    width: 100%;
    float: left;}

.info_tab{padding-top: 40px;}
.tops_1{margin-top: 205px;}
#intro {
  background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    width: 100%;
    min-height: 525px;
    position: relative;
}
#intro:before{
  content: "";
  background: #111;
  position: absolute;
  width: 100%;
  height: 100%;
  /*z-index: -1;*/
  opacity: .1;  
}
#intro .banner_header h1:before{
  content: '';
  background: #fff;
  width: 94.5%;
  height: 94px;
  position: absolute;
  z-index: 0;
  opacity: .6;
  border-radius: 5px;
}
.h1_title{
  opacity: .9;
}
@media screen and (max-width: 768px) {
  #intro .banner_header h1{
    font-size: 23px;
  }
  #intro .banner_header h1:before{
    content: '';
    background: #fff;
    width: 90%;
    height: 100%;
    position: absolute;
    z-index: 0;
    opacity: .6;
    border-radius: 5px;
  }
}
@media screen and (max-width: 600px) {
  #intro .banner_header h1:before{
    content: '';
    background: #fff;
    width: 90%;
    height: 90px;
    position: absolute;
    z-index: 0;
    opacity: .6;
    border-radius: 5px;
  }
}
#intro .banner_header h1 {
  color: #000;
  margin-bottom: 9px;
    font-size: 29px;
  font-weight: 600;
  
}
.all_info .icons i{
    color: #fff;
    font-size: 55px;
}
.all_info {
    width: 100%;
    padding: 15px;
    float: left;
}
.icons, .sub_info{float: left;}
.sub_info{color: #fff;padding-left: 10px;}
.sub_info p, .sub_info h2{margin: 0;}
.sub_info p{font-weight: 600;
    color: #e2e0e0;}
.counter{
    font-size: 25px;
    font-weight: 600;
}
.adjust_padding{padding: 0 5px;}
.search_info label{
    font-size: 14px;
    font-weight: 600;
}

.category_body ul{
    padding: 0;
    list-style-type: none;
    text-align: center;
    margin: 0;
}
.category_body{
    height: 100%;
    border-bottom: 1px solid #f1f0f0;
}
/*.home_category_info{box-shadow: none;}*/
.category_body a{height: 100%;}
.latest_category_body a{background: #fff;}
.category_body h3{margin-bottom: 6px;}
.latest_category_body a:hover{background: #e4ecf9;}
.latest_category_body a p:hover{color: #E60026;}
/****************************************************





/*search box css start here*/
.recharge_wallet .input-group-text{font-weight: 600;}
.recharge_wallet input{
    height: 43px;
    font-weight: 600;
    font-size: 14px;
}
.recharge_wallet button{
    margin-top: 5px;
}
.search_form_group{position: relative;}
.search_form_group .icon {
    position: absolute;
    top: 51%;
    left: 10px;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #d9d9d9;
}
.search_form_group .form-control {
    padding-left: 30px;
    display: block;
    width: 100%;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.7) !important;
    background: white !important;
}
.search-slt{
    display: block;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: calc(3rem + 2px) !important;
    border-radius:0;
}
.wrn-btn{
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    height: calc(3rem + 2px) !important;
    border-radius:0;
}











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


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */



.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: right;
}

.main-nav a {
  display: block;
    text-transform: uppercase;
    position: relative;
    color: #464545;
    padding: 10px 8px;
    transition: 0.3s;
    font-size: 15px;
    font-family: var(--bs-font-family, 'Tajawal', sans-serif);
    font-weight: 600;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #ce1126;
  text-decoration: none;
}
.drop i{padding: 0 5px;font-size: 12px;}
.main-nav .drop-down ul {
  display: block;
  position: absolute !important;
  left: 0;
  top: calc(100% - 30px);
  z-index: -99;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}
.language a{
    padding: 6px 0 6px 12px;
}
.language a img{
    width: 30px;
}
.main-nav .drop-down ul li a{display: block;
    text-transform: uppercase;
    position: relative;
    color: #464545;
    padding: 10px 15px;
    transition: 0.3s;
    float: right;
    font-size: 15px;
    font-family: "Markazi Text", sans-serif;
    font-weight: 600;}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #065e77;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #E60026;
}

.main-nav .drop-down > a>span {
  line-height: 0;
    font-size: 18px;
    padding-right: 10px;
    color: #E60026;
}
.main-nav .drop-down > a>strong{
    color: #E60026;
    padding-right: 10px;
    font-weight: 600;
}
.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Login/Signup CTA Buttons (Phase 4 - F5) */
.btn-nav-login {
  padding: 8px 20px;
  color: #E60026;
  border: 2px solid #E60026;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}
.btn-nav-login:hover,
.nav-cta-login .btn-nav-login:hover {
  background: #E60026;
  color: #fff;
  text-decoration: none;
}
.btn-nav-signup {
  padding: 8px 20px;
  background: linear-gradient(135deg, #E60026, #B8001F);
  color: #fff;
  border: 2px solid #E60026;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}
.btn-nav-signup:hover,
.nav-cta-signup .btn-nav-signup:hover {
  background: #fff;
  color: #E60026;
  border-color: #E60026;
  box-shadow: 0 4px 12px rgba(230, 0, 38, 0.15);
  transform: translateY(-1px);
  text-decoration: none;
}
.nav-cta-login,
.nav-cta-signup {
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.main-nav > ul > li.language {
  margin-right: 4px;
}
.nav-cta-login .btn-nav-login,
.nav-cta-signup .btn-nav-signup {
  padding: 8px 20px;
}
.nav-cta-signup .btn-nav-signup {
  color: #fff;
}

/* Header Search Input (Phase 4 - F9) */
.nav-search-item {
  display: flex;
  align-items: center;
  padding: 0 8px !important;
}
.header-search-form {
  display: flex;
  align-items: center;
  position: relative;
  background: #f5f6f8;
  border-radius: 8px;
  border: 1px solid #e0e2e7;
  overflow: hidden;
  transition: all 0.3s ease;
  direction: rtl;
}
.header-search-form:focus-within {
  border-color: #E60026;
  box-shadow: 0 0 0 3px rgba(230, 0, 38, 0.1);
  background: #fff;
}
.header-search-input {
  border: none;
  background: transparent;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 500;
  color: #333;
  width: 140px;
  outline: none;
  font-family: 'Tajawal', sans-serif;
  direction: rtl;
  text-align: right;
}
.header-search-input::placeholder {
  color: #9ca3af;
  font-weight: 400;
}
.header-search-btn {
  background: none;
  border: none;
  padding: 6px 10px;
  color: #6B7280;
  cursor: pointer;
  transition: color 0.3s ease;
  font-size: 13px;
}
.header-search-btn:hover {
  color: #E60026;
  background: none !important;
}

/* Freelancer Search Card Enhancements (Phase 4 - F11/F12) */
.btn-view-profile:hover {
  background: #E60026 !important;
  color: #fff !important;
  text-decoration: none;
}
.btn-invite-freelancer:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(230, 0, 38, 0.3);
  color: #fff;
  text-decoration: none;
}
.freelancer-card-actions {
  margin-top: 0;
}
.trust-badge {
  white-space: nowrap;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #f5f8fd;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
    position: relative;
    font-size: 14px;
    color: #000;
    padding: 10px 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.mobile-nav .drop-down > a>strong {
    color: #E60026;
    padding-left: 10px;
}
.mobile-nav .drop-down > a>span {
    line-height: 0;
    font-size: 18px;
    padding-left: 10px;
    color: #E60026;
}
.mobile-nav .active ul{background: #fff;}
.mobile-nav .drop-down ul li a{
    padding: 10px;
    font-size: 13px;
}
.mobile-nav .language{
    padding-left: 15px;
    width: 50px;
    float: left;
    padding-top: 10px;
}
.mobile-nav .language a{
    padding: 0;
}
.mobile-nav .language a img {
    display: block;
    width: 30px;
    margin: auto;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #ce1126;
  text-decoration: none;
}

.mobile-nav .drop-down > a>span {
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

/*.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}*/

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  /*position: fixed;*/
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  float: right;
}

.mobile-nav-toggle i {
 margin: 9px 0px 0 0;
  color: #ce1126;
}
.header-scrolled .mobile-nav-toggle i{color: #ce1126;}
.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0,0,0,.5);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 28px;
  color: #413e66;
  text-align: center;
  font-weight: 600;
  position: relative;
  font-family: "Markazi Text", sans-serif;
  margin-bottom: 7px;
}

.section-header p {
  font-weight: 600;
    text-align: center;
    margin: auto;
    font-size: 14px;
  padding-bottom: 60px;
  color: #535074;
  width: 50%;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #f5f8fd;
}

/*#intro .overlay{position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .8;
    background: #000000;
    background: #207dff;
    background: -moz-linear-gradient(left, #207dff 0%, #a16ae8 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #207dff), color-stop(100%, #a16ae8));
    background: -webkit-linear-gradient(left, #207dff 0%, #a16ae8 100%);
    background: -o-linear-gradient(left, #207dff 0%, #a16ae8 100%);
    background: -ms-linear-gradient(left, #207dff 0%, #a16ae8 100%);
    background: -webkit-gradient(linear, left top, right top, from(#207dff), to(#a16ae8));
    background: linear-gradient(to right, #207dff 0%, #a16ae8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#207dff', endColorstr='#a16ae8', GradientType=1 );
}*/

/* About Us Section
--------------------------------*/

#about {
  padding: 80px 0;
}

#about .about-content {
  padding-top: 40px;
}

#about .about-content h2 {
  color: #413e66;
  font-family: "Markazi Text", sans-serif;
  font-weight: 700;
}

#about .about-content h3 {
  color: #696592;
  font-weight: 400;
  font-size: 22px;
  font-style: italic;
}

#about .about-content ul {
  list-style: none;
  padding: 0;
}

#about .about-content ul li {
  padding-bottom: 10px;
}

#about .about-content ul li i {
  font-size: 20px;
  padding-right: 4px;
  color: #1bb1dc;
}

#about .about-img {
  position: relative;
  margin: 30px 30px 30px 30px;
}

#about .about-img img {
  width: 100%;
  border: 8px solid #fff;
  transition: .5s;
}

#about .about-img img:hover {
  width: 100%;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

#about .about-img::before {
  position: absolute;
  left: -31px;
  top: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #ebf1fa;
  transition: .5s;
}

#about .about-img::after {
  position: absolute;
  right: -31px;
  bottom: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #ebf1fa;
  transition: .5s;
}

/* Top Categories
--------------------------------*/

#services {
  padding: 60px 0 40px 0;
}

.mb-30{margin-bottom: 30px;}




/* Features Section
--------------------------------*/

#features {
  padding: 35px 0;
}

#features h1 {
  font-weight: 600;
  font-size: 18px;
  margin-top: 8px;
  margin-bottom: 7px;
}
.tips h2{
    font-weight: 600;
    font-size: 18px;
    margin-top: 8px;} 
.discover_freelancers{font-weight:600;color: #ed2224; font-size:14px;}

/* Happy Stories
--------------------------------*/
/***************Happy Stories*******************/

.multi-carousel {
  opacity: 0;
  
}
.multi-carousel .carousel-control-next,
.multi-carousel .carousel-control-prev {
  width: 25px;
   
}
.pr_icon i{
    color: #ff7c0b;
    font-size: 45px;
}

.couple_info h3{font-size: 16px; margin: 0px;padding: 10px 0;}
.couple_info p{
    font-size: 13px;
}
.carousel-grid{
    
    
}
.carousel_body{background: #f5f8fd; padding: 15px;border-radius: 5px;}
/****************Happy Stories*****************/



.app-button .btn i {
    display: inline-block;
    font-size: 30px;
    float: left;
    line-height: 36px;
    margin-right: 10px;
}
.app-button .btn span {
    font-size: 13px;
    font-weight: 400;
}
.btn-border {
    color: #206dfb;
    border-style: solid;
    border-width: 2px;
    cursor: pointer;
    background-color: transparent;
    position: relative;
    
}
.other_color .all_btn{
    background: #000 !important;
	border: 1px solid #000 !important;
}
.app-button .btn {
    border-radius: 4px;
    /* width: 200px; */
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding: 7px 17px;
    text-transform: capitalize;
}
.home_info {
    min-height: 500px;
}
.feature-item h4{text-align: right;}
.home_info p{min-height: 58px;}
.feature-item p{margin-bottom: 8px;
    font-size: 18px;text-align: right;}
.app-button .btn-border:hover{color:#206dfb;}
.btn-common:hover{color: #fff;}
.about h6{font-weight: 500;}
.about p{
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
}
.about p span i{
    padding-right: 10px;
    color: #ff7c0b;
}


/* Testimonials Section
--------------------------------*/

#testimonials {
  padding:0 0 60px 0;
}

#testimonials .section-header {
  margin-bottom: 40px;
}

#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  float: left;
}

#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
  margin-left: 140px;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
  margin-left: 140px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 140px;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #ed2224;
}
/*


#call-to-action .cta-btn {
  font-family: "Markazi Text", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #1bb1dc;
  border: 3px solid #1bb1dc;
}*/


/************login and registration ************/

.all_radio [type="radio"]:checked,
.all_radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.all_radio [type="radio"]:checked + label,
.all_radio [type="radio"]:not(:checked) + label
{
    position: relative;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-gray-600, #4B5563);
    font-weight: 600;
    border: 1.5px solid var(--bs-gray-200, #E5E7EB);
    border-radius: var(--bs-radius-sm, 8px);
    background: #fff;
    transition: var(--bs-transition-fast, 150ms ease);
    text-align: center;
    width: 100%;
    margin: 0;
}
.all_radio [type="radio"]:not(:checked) + label:hover {
    border-color: var(--bs-primary, #E60026);
    color: var(--bs-primary, #E60026);
    background: #fff5f5;
}
.all_radio [type="radio"]:checked + label:before,
.all_radio [type="radio"]:not(:checked) + label:before {
    display: none;
}
.all_radio [type="radio"]:checked + label:after,
.all_radio [type="radio"]:not(:checked) + label:after {
    display: none;
}
.all_radio [type="radio"]:checked + label{
    color: #fff !important;
    background: linear-gradient(135deg, #E60026, #B8001F) !important;
    border-color: #E60026 !important;
    box-shadow: 0 2px 8px rgba(230, 0, 38, 0.25);
}
.all_radio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
}
.all_radio [type="radio"]:checked + label:after {
    opacity: 0;
}








.user_card {
      max-width: 420px;
      width: 90%;
      margin-top: auto;
      margin-bottom: auto;
      background: #fff;
      position: relative;
      display: flex;
      justify-content: center;
      flex-direction: column;
      padding: 40px 30px;
      box-shadow: var(--bs-shadow-lg, 0 10px 15px rgba(0, 0, 0, 0.1));
      border-radius: var(--bs-radius-md, 12px);
}
.brand_logo_container h1{
    font-size: 24px;
    font-weight: 700;
    color: #1a1a2e;
}
.brand_logo_container p{
    font-size: 16px;
    color: var(--bs-gray-500, #6B7280);
}
.brand_logo_container {
      text-align: center;
      margin-bottom: 28px;
}

/*.login_btn {
      width: 100%;
      background: #1c5c93 !important;
      color: white !important;
}
.login_btn:focus {
      box-shadow: none !important;
      outline: 0px !important;
}*/
.login_container {
      padding: 0 2rem;
}

.input_user,
.input_pass:focus {
      box-shadow: none !important;
      outline: 0px !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
      background-color: #c0392b !important;
}
.user_card form input{
    height: 42px;
    font-size: 16px;
    border-radius: var(--bs-radius-sm, 8px);
}
.user_card .form-control {
    border: 1.5px solid var(--bs-gray-200, #E5E7EB);
    border-radius: var(--bs-radius-sm, 8px);
    transition: var(--bs-transition-fast, 150ms ease);
}
.user_card .form-control:focus {
    border-color: var(--bs-primary, #E60026);
    box-shadow: 0 0 0 3px rgba(230, 0, 38, 0.12) !important;
    outline: none !important;
}
.user_card .input-group-text {
    border-radius: 0 var(--bs-radius-sm, 8px) var(--bs-radius-sm, 8px) 0;
    border: 1.5px solid var(--bs-gray-200, #E5E7EB);
    border-left: none;
    background: var(--bs-gray-50, #F9FAFB);
}
.user_card .text-danger {
    display: block;
    font-size: 0.85rem;
    color: var(--bs-danger, #e74c3c);
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 6px;
    padding: 6px 10px;
    margin-bottom: 8px;
}
.user_card .text-danger:empty { display: none; }
.links{font-size: 17px;}
.links a{ color: var(--bs-primary, #E60026); font-weight: 500; }
.links a:hover {
  color: var(--bs-primary-dark, #B8001F);}
form {
    width: 100%;
    position: relative;
}
#registration{padding:102px 0; background: var(--bs-gray-50, #F9FAFB);}
#country_id{
    height: 42px;
    font-size: 16px;
}
.field-icon {
    color: var(--bs-primary, #E60026);
}
/************end login and registration *********/

/*******************post_project*****************/

.post_project{
    background: #ffff;
    padding: 15px;
    -webkit-box-shadow: 0px 3px 14px -4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 14px -4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 14px -4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    text-align: right;
}
.post_project_fild label{
    font-size: 16px;
    color: #252424;
    font-weight: 700;
}



/*Checkboxes styles*/
.terms_box input[type="checkbox"] { display: none; }

.terms_box input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-right: 27px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.terms_box input[type="checkbox"] + label:last-child { margin-bottom: 0; }

.terms_box input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border: 2px solid #E60026;
  position: absolute;
  right: 0;
  top: 2px;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

.terms_box input[type="checkbox"]:checked + label:before {
  width: 10px;
  height: 17px;
  top: -2px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.terms_box a{color:#E60026;}
.tips{padding:15px; height:100%; border-radius:5px;}
.tips h4{text-align: right;}
.tips p{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 17px;
	color: #757474;
  text-align: right;
}
.tips p a{color:#E60026; font-size:14px; font-weight:600;}

/*******************end post_project*****************/


/******************search-projects************************/
.project_search_body, .project_search_body a{width:100%; float:left;}
.project_search_body{
    margin-bottom: 18px;
}
.project_search_body a:hover{background:#fff;}
.project_search_price h4{
    /*font-size: 22px !important;*/
    font-size: 28px !important;
	margin-top: 0 !important;
    margin: 0;
    text-align: left;
}
.price {
    font-size: 15px;
    padding: 7px;
    color: #6f6b6b;
}
.price_icon{
    padding: 6px;
    font-size: 27px;
}
.proposal_btn{
    padding: 5px;
    width: 80%;
    margin-top: 7px;
    float: left;
    /*display: block;*/
    font-size: 13px;
}
.project_search_detals {
    /*margin-top: 33px;*/
    margin-top: 40px;
}
.detals_btn{
    padding: 5px;
    width: 100%;
    background: #fff;
    margin-top: 7px;
    display: block;
    font-size: 13px;
    color: #E60026;
}
.detals_btn:hover{color: #fff;}
.project_search_body_1{
    padding: 15px;
    -webkit-box-shadow: 0px 3px 14px -4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 14px -4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 14px -4px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    background: #f5f8fd;
}
.project_search_body_1 {
    margin-bottom: 18px;
}
.project_search_body_1:hover{background: #fff;}
.project_search_body a{
    padding: 15px;
    -webkit-box-shadow: 0px 3px 14px -4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 14px -4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 14px -4px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    background: #f5f8fd;
}
.project_search_info h3{
    /*font-size: 17px;*/
    font-size: 24px;
    font-weight: 500;
	margin-bottom: 10px;
  text-align: right;
}
.project_search_info p{
    /*font-size: 13px;
    font-weight: 600;
    color: #4c4b4b;
    text-align: right;*/

    font-size: 16px;
    font-weight: 500;
    color: #717070;
    text-align: right;
}
.project_search_info h3 span{
    font-size: 13px;
    color: #fff;
    padding: 5px 15px;
	margin-left: 15px;
}
.featured_details {
    font-size: 13px;
    color: #fff;
    padding: 5px 15px;
    margin-left: 15px;
}
.bid_profile_info p{
    font-size: 12px;
    margin-top: 5px;
    font-weight: 600;
}
.project_bid_listing{
    padding: 15px;
	-webkit-box-shadow: 0px 3px 14px -4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 14px -4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 14px -4px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    background: #f5f8fd;
}
.bid_profile_info{padding-top:10px;}
.project_search_info p span{padding-left: 7px;}
.info_icon{
    padding-right: 13px;
}
.file{
    height: 38px;
    padding: 8px;
    font-size: 10px;
}
.for_bid{
    padding-right: 14px !important;
}
.featured{background: #424040;}
.opportunity{background:#715e0a;}
.project_search_body a:hover{color:#000;}
.search_project{
    padding: 0 15px;
}
.search_project .search-slt{
    display: block;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    height: calc(3rem + 2px) !important;
    border-radius:0;
}
.search_project .wrn-btn{
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    height: calc(3rem + 2px) !important;
    border-radius:0;
}







/******************end-search-projects************************/


/***********************project-details*************************/

.milestone_payment_table .rwd-table {
  margin: auto;
  min-width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}

.milestone_payment_table .rwd-table tr:first-child {
  border-top: none;
  background: #fff;
  color: #000;
}
.invoice{
    padding: 2px 15px;
}

.milestone_payment_table .rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f5f9fc;
}

.milestone_payment_table .rwd-table tr:nth-child(odd):not(:first-child) {
  background-color: #ebf3f9;
}

.milestone_payment_table .rwd-table th {
  display: none;
}

.milestone_payment_table .rwd-table td {
  display: block;
}

.milestone_payment_table .rwd-table td:first-child {
  margin-top: .5em;
}

.milestone_payment_table .rwd-table td:last-child {
  margin-bottom: .5em;
}

.milestone_payment_table .rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 120px;
  display: inline-block;
  color: #000;
}

.milestone_payment_table .rwd-table th,
.milestone_payment_table .rwd-table td {
  text-align: left;
}

.milestone_payment_table .rwd-table {
  color: #333;
  overflow: hidden;
}

.milestone_payment_table .rwd-table tr {
  border-color: #bfbfbf;
}

.milestone_payment_table .rwd-table th,
.milestone_payment_table .rwd-table td {
  padding: .5em 1em;
}
@media screen and (max-width: 601px) {
  .milestone_payment_table .rwd-table tr:nth-child(2) {
    border-top: none;
  }
}
@media screen and (min-width: 600px) {
 .milestone_payment_table .rwd-table tr:hover:not(:first-child) {
    background-color: #d8e7f3;
  }
  .milestone_payment_table .rwd-table td:before {
    display: none;
  }
  .milestone_payment_table .rwd-table th,
  .milestone_payment_table .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .milestone_payment_table .rwd-table th:first-child,
  .milestone_payment_table .rwd-table td:first-child {
    padding-left: 0;
  }
  .milestone_payment_table .rwd-table th:last-child,
  .milestone_payment_table .rwd-table td:last-child {
    padding-right: 0;
  }
  .milestone_payment_table .rwd-table th,
  .milestone_payment_table .rwd-table td {
    padding: 1em !important;
  }
}





/********************************************/
.for_milestone input, .for_milestone textarea{
    font-size: 13px;
    height: 35px;
    font-weight: 600;
}
.for_milestone label{font-size: 13px;
    width: 100%;
    font-weight: 600;
    color: #000;}
.create_milestone .project_bid_payment h4{
    margin-bottom: 12px;
}
.create_milestone .project_bid_payment p{
    font-size: 14px;
}
.payment_summary_body{
    padding: 15px;
    box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
}
.milestone{width: 55%;
    float: right;}
.milestone button{
    padding: 6px;
    font-size: 13px;
}
 button:hover{background: #E60026 !important;}
.payment_summary_info h4{
    font-size: 16px;
    font-weight: 600;
    margin-top: 4px;
    margin-bottom: 0;
}
.project_bid_price p{
    float: right;
    font-size: 17px;
    font-weight: 600;
}
.project_bid_pic{
    width: 65px;
    float: left;
}
.project_bid_payment h4{
    font-size: 18px;
    font-weight: 600;
}
.milestone_payment_table h5{
    font-size: 14px;
    color: #4a4747;
    font-weight: 600;
}
.no_padding{padding: 0px !important;}
.payment_summary_body .modal-footer{width: 100%;border: 0 !important;}
.all_invoice button{
    font-size: 14px;
    font-weight: 600;
    color: #464444;
}
.invoice:hover {
    background: #fff !important;
}
.all_invoice{float: right;}
.released{
    color: #47d618;
}
.create_milestone .modal-body{
    padding: 0 ;
}
.payment_summary_info p{
    font-size: 13px;
    font-weight: 600;
    color: #6f6e6e;
}
.project_bid_price p small{    font-size: 12px;
    font-weight: 600;
    color: #676666;
}
.project_bid_info{float: right;padding: 8px 15px;}
.project_bid_info h3{
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 7px;
}
.project_bid_info p{
    font-size: 11px;
    font-weight: 600;
}
.project_bid_info_status i{
    font-size: 9px;
    margin-left: 3px;
    color: #5cb85c;
}
.project_bid_info p a{border: 1px solid #ccc;
    color: #696767;
    padding: 1px 10px 2px;}
.project_details_broder{border-bottom: 1px solid #ccc;}
.post_project_details_info_body {
    padding: 15px;
}
.detail_info p{
    text-align: center;
    font-size: 17px;
    font-weight: 600;
}
.detail_info p span{
    font-size: 12px;
    color: #6d6b6b;
}
.no_padding{padding:0px;}
.detail_info h2{
    font-weight: 600;
   font-size: 17px;
    text-align: center;
    color: #848181;
    margin-top: 8px; margin-bottom:0px !important;}
.details_btn{
    font-size: 12px !important;
    padding: 12px !important;
}
.or p{
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #696868;
    padding: 10px 0;
}
.project_client h2 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}
.client_profile_info h3{
    padding-top: 16px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 7px;
}
.client_profile_info_1 p{
    font-size: 13px;
    font-weight: 600;
}
.client_profile_info_1 p span{
    padding-left: 10px;
    color: #696565;
}
.project_description h2{
    font-size: 17px;
    font-weight: 600;
	margin-bottom: 10px;
}
.project_description p{font-size: 13px;
    color: #636161;margin-bottom: 7px;}
.bid_profile_pic img{width:100%;border-radius: 50%;}
.bid_profile_info h3{
    font-size: 17px;
    font-weight: 600;
	margin-bottom: 7px;
}
/***********************end project-details*************************/


/*******************dashboard**********************/
.account_number{
    float: right;
    color: red;
    font-size: 12px;
}
.all_masg_body{
    overflow-y: scroll;
    height: 475px;
}
  .bounceInDown {
  position: relative;
}
.bounceInDown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bounceInDown ul li {
  /* Sub Menu */
}
.sidebar-menu ul{background: #f5f6fa;}
/*.bounceInDown ul li a {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.bounceInDown ul li a:hover {
  background: #f8f8f8;
  color: #515151;
}*/
.bounceInDown ul li a .fa {
  width: 16px;
  text-align: center;
  margin-right: 5px;
  float:right;
  padding-top: 7px;
}
.bounceInDown ul ul {
  background-color:#ebebeb;
}
.bounceInDown ul li ul li a {
  background: #f8f8f8;
  border-left: 4px solid transparent;
  padding: 10px 20px;
}
.bounceInDown ul li ul li a:hover {
  background: #ebebeb;
  border-left: 4px solid #3498db;
}



/*#sidebar{position:absolute;}*/
.dashboard .page-wrapper{position:relative;min-height: 515px;}
.dashboard{position: relative; background: #f5f9fc;}
.dashboard_body {
  margin-top: 30px;
  background: #fff;
  padding: 15px;
    box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
}
.dashboard_body h1{
   font-size: 19px;
    font-weight: 600;
	margin-bottom: 5px;
}
.border_add{
    border-left: 1px solid #a09f9f;
}
.post_header{
   margin-bottom: 12px !important;
    font-size: 16px !important;
}
.freelancer_text span{float:right;}
.profile_form label{
    font-size: 13px;
    font-weight: 600;
}

.freelancer_text span a{    font-size: 12px;
    padding: 7px 25px;
    color: #fff;
    background: #E60026;
}

.profile_form input{
font-size: 13px;
    height: 40px;
}

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



.card-body h2,
.card-body h5,
.card-body .h2,
.card-body h5 {
font-family: "Markazi Text", sans-serif;
font-weight: 600;
line-height: 1.5;
margin-bottom: .5rem;
color: #32325d;
}

.card-body h2,
.card-body .h2 {
font-size: 14px;
}

.card-body h5,
.h5 {
  padding-top: 10px;
font-size: 13px;
}
.card-title span{
    padding: 0 8px;
}



.card {
  box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
border: 1px solid rgba(0, 0, 0, .05);
border-radius: .375rem;
background-color: #fff;
background-clip: border-box;
}

.card-body {
padding: 1rem;
flex: 1 1 auto;
}

.card-title {
margin-bottom: 1.25rem;
}



.bg-info {
background-color: #E60026 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
background-color: #0da5c0 !important;
}

.rounded-circle {
border-radius: 50% !important;
}

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

@media (min-width: 1200px) {

.justify-content-xl-between {
justify-content: space-between !important;
}
}

.shadow {
box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .15) !important;
}



.icon {
width: 3rem;
height: 3rem;
}

.icon i {
font-size: 2.25rem;
}

.icon-shape {
display: inline-flex;
padding: 12px;
text-align: center;
border-radius: 50%;
align-items: center;
justify-content: center;
}

.icon-shape i {
font-size: 1.25rem;
}












/**********************************************************************/
@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(5deg);
  }
  70% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*----------------page-wrapper----------------*/


.page-wrapper .theme {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 4px;
  margin: 2px;
}

.page-wrapper .theme.chiller-theme {
  background: #1e2229;
}

/*----------------toggeled sidebar----------------*/

@media screen and (min-width: 768px) {
  .mobile_menu h3{display: none;}
  .sidebar-wrapper {
  left: -300px;
}
  .page-wrapper.toggled .sidebar-wrapper {
  left: 0px;
  margin-top: -33px;
    /*z-index: 2147483647;*/
    position: relative;
    display: block;
}
.page-wrapper.toggled #show-sidebar {
  left: -40px;
}
  /*.page-wrapper.toggled .page-content {
    padding-left: 270px;
  }*/

}

/*----------------show sidebar button----------------*/
#show-sidebar {
  /*position: fixed;*/
  left: 0;
  top: 10px;
  border-radius: 0 4px 4px 0px;
  width: 35px;
  transition-delay: 0.3s;
}
.page-wrapper.toggled #show-sidebar {
  left: -40px;
}
/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
  /*width: 260px;*/
  height: 100%;
  max-height: 100%;
 /* position: absolute;*/
  top: 0;
  z-index: 9;
}

.sidebar-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sidebar-wrapper a {
  text-decoration: none;
}

/*----------------sidebar-content----------------*/

.sidebar-content {
 /* max-height: calc(100% - 30px);
  height: calc(100% - 30px);
  overflow-y: auto;*/
  position: relative;
}

.sidebar-content.desktop {
  overflow-y: hidden;
}

/*--------------------sidebar-brand----------------------*/

.sidebar-wrapper .sidebar-brand {
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

.sidebar-wrapper .sidebar-brand > a {
  font-weight: bold;
 font-size: 17px;
  flex-grow: 1;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
  cursor: pointer;
  font-size: 20px;
}
/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-header {
  padding: 20px;
  overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic {
  float: left;
  width: 60px;
  padding: 2px;
  border-radius: 12px;
  margin-right: 15px;
  overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.sidebar-wrapper .sidebar-header .user-info {
  float: left;
}

.sidebar-wrapper .sidebar-header .user-info > span {
  display: block;
}

.sidebar-wrapper .sidebar-header .user-info .user-role {
  font-size: 12px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status {
  font-size: 11px;
  margin-top: 4px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status i {
  font-size: 8px;
  margin-right: 4px;
  color: #5cb85c;
}



.sidebar-wrapper .sidebar-menu {
  padding-bottom: 10px;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
  font-weight: bold;
  font-size: 14px;
  padding: 15px 20px 5px 20px;
  display: inline-block;
}

.sidebar-wrapper .sidebar-menu ul li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 8px 30px 8px 20px;
}

.sidebar-wrapper .sidebar-menu ul li a i {
  margin-right: 10px;
  font-size: 15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
}
.side_message{
    position: absolute;
    right: 0;
}
.messages_counter{
    position: absolute;
    right: 5px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    top: -8px;
    font-weight: 700;
    background: #E60026;
    height: 17px;
    padding: 3px;
    font-size: 8px !important;
    width: 17px;
}
.dashboard_messages i{
    width: 15px;
    height: 15px;
    font-size: 17px;
}
.dashboard_messages{position: relative;}
.dashboard_messages .messages_counter{border: 1px solid #fff;}
.sidebar-wrapper .sidebar-menu ul li a:hover, .sidebar-wrapper .sidebar-menu ul .active a{background: #e8e9ed;}
.sidebar-wrapper .sidebar-menu ul li a span{font-size: 13px;
    font-weight: 600;}
.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
  display: inline-block;
  animation: swing ease-in-out 0.5s 1 alternate;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-style: normal;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: 0 0;
  position: absolute;
  right: 15px;
  top: 14px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
  padding: 5px 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
  padding-left: 25px;
  font-size: 13px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  font-size: 8px;
}



.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
  float: right;
  margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
  display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
  transform: rotate(90deg);
  right: 17px;
}


/*--------------------------page-content-----------------------------*/

.page-wrapper .page-content {
  display: inline-block;
  width: 100%;
  padding-left: 0px;
  padding-bottom: 35px;
}



.page-wrapper .page-content {
  overflow-x: hidden;
}

/*------scroll bar---------------------*/

::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #525965;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #525965;
}
::-webkit-scrollbar-thumb:active {
  background: #525965;
}
::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: transparent;
}
::-webkit-scrollbar-track:active {
  background: transparent;
}
::-webkit-scrollbar-corner {
  background: transparent;
}


/*-----------------------------chiller-theme-------------------------------------------------*/

.chiller-theme .sidebar-wrapper {
    background: #f5f6fa;
}

.chiller-theme .sidebar-wrapper .sidebar-header,
.chiller-theme .sidebar-wrapper .sidebar-search,
.chiller-theme .sidebar-wrapper .sidebar-menu {
    border-top: 1px solid #e0e0e0;
}

.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    border-color: #e0e0e0;
    box-shadow: none;
}

.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
.chiller-theme .sidebar-wrapper .sidebar-brand>a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
.chiller-theme .sidebar-footer>a {
    color: #333333;
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover>a,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info,
.chiller-theme .sidebar-wrapper .sidebar-brand>a:hover,
.chiller-theme .sidebar-footer>a:hover i {
    color: #E60026;
}

.page-wrapper.chiller-theme.toggled #close-sidebar {
    color: #666666;
}

.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
    color: #333333;
}

.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus+span,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
    color: #E60026;
    text-shadow:0px 0px 10px rgba(230, 0, 38, 0.5);
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    background: #e8e9ed;
}

.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
    color: #666666;
}



.avatar{
  border-radius:100px;
  width:80px;
  height:80px;
  float:left;
}
.message{
  position:relative;
}
.message .avatar{
  margin-top:5px;
}
.message p{
  position: relative;
    float: left;
    color: #6b6a6a;
    width: 470px;
    margin: 0;
    font-size: 13px;
    /* margin-left: 15px; */
    margin-top: 5px;
    padding: 15px;
    background-color: #fafafa;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 10px;
    line-height: 22px;
}
.only_me p{
    float: right;
    background-color: #f1eeee;
}
.message_send{width: 100%;}
.postform form label textarea {
    width: 100%;
    height: 275px;
    border-radius: 10px;
    background-color: #efefef;
    border: 0;
    padding: 10px;
    font-size: 12pt;
    color: #333;
    font-style: italic;
}
.message p span{
    float: right;
    font-size: 9px;
    color: #212020;
    font-weight: 600;
}
.message p em.info{
  display:block;
  text-align:right;
  margin-top:10px;
  font-size:12px;
  font-weight:bold;
  color:#666;
}
.message p strong{
  display:block;
  color:#428bca;
  border-bottom:1px solid #ddd;
  margin-bottom:10px;
}
.message p strong em{
  font-weigh:normal;
  color:#333;
  font-size:10pt;
}
.message .triangle{
  display:block;
  position:absolute;
  left:85px;
  top:25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 15px 10px 0;
  border-color: transparent #eeeeee transparent transparent;
}

.inverse .avatar{float:right;}
.inverse p{float:none;background-color:#eee;}
.inverse .triangle{
  display:block;
  position:absolute;
  left:490px;
width: 0;
height: 0;
border-style: solid;
border-width: 10px 0 10px 15px;
border-color: transparent transparent transparent #eeeeee;
}

.postform{
  display:block;
  padding-left:18px;
  border-left:2px solid #eee;
}
.postform form label{
  display:block;
}
.postform form label textarea{
  width: 100%;
  height: 275px;
  border-radius:10px;
  background-color:#efefef;
  border:0;
  padding:10px;
  font-size:12pt;
  color:#333;
  font-style:italic;
}
.postform form div.headform{
  padding-bottom:10px;
  color:#666;
}
.postform form div.headform strong{
  display:block;
  font-size:15px;
  color:#E60026;
  padding-bottom:10px;
}
.postform form div.headform strong span{
  color:#333;
}
.postform form .submit{
  display: block;
    background-color: #428bca;
    color: #fff;
    border: 0;
    float: right;
    cursor: pointer;
}
.postform a{
  color:#428bca;
}

 .view_bid a{padding: 8px 15px;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    float: left;
    background: #E60026;
}
@media screen and (max-width: 1140px) {
  #global{width:100%;}
  .message{float:none;margin:auto;}
  .messages{float:none;margin:auto;}
  .postform{float:none;height:275px;margin:auto;border:0;}
  .postform form label textarea {height:150px;}
}
@media screen and (max-width: 620px) {
  
 
  .message .avatar,.inverse .avatar,.message .triangle,.inverse .triangle{display:none;}
  .postform,.postform form label textarea,.message,.message p{width:100%;}
  .postform{height:initial}
  .postform form .submit{margin:auto;margin:10px 0;}
}

@media (min-width: 576px){
.create_milestone {
    max-width: 750px !important;
    margin: 1.75rem auto;
}

}

/*******************end employer-projets**********************/

/*******************freelancer-projets**********************/


.info_text p span{
    padding: 0px 10px;
}
.services_body{width: 100%;}
.services_body, .services_body a, .services_body .service_icon, .service_icon_text{float: left;}
 .services_body a{border: 1px solid #FFE082;color: #000;width: 100%;padding: 7px;}
 .service_icon_text p{
    padding-left: 10px;
    font-size: 13px;
    font-weight: 600;
}
.service_icon img{width: 40px;
    height: 40px;}
.service hr{margin-bottom: 15px;}
.no_padding{padding: 0px;}


.magazine{width: 20%;}
.magazine a{font-size: 15px;
    border-radius: 0 !important;
    text-transform: capitalize !important;
    font-weight: 600 !important;
    padding: 7px;
	background: #f5f9fc;border-bottom:2px solid #f5f9fc !important;}
.magazine .active{border-bottom:2px solid #E60026 !important; color: #E60026 !important;background: #f5f9fc !important;}




/* With arrow tabs */

.with-arrow .nav-link.active {
  position: relative;
}

.with-arrow .nav-link.active::after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #2b90d9;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}

/* lined tabs */

.lined .nav-link {
  border: none;
  border-bottom: 3px solid transparent;
}

.lined .nav-link:hover {
  border: none;
  border-bottom: 3px solid transparent;
}

.lined .nav-link.active {
  background: none;
  color: #555;
  border-color: #2b90d9;
}

/*
*
* ==========================================
* FOR DEMO PURPOSE
* ==========================================
*
*/



.nav-pills .nav-link {
  color: #555;
}
.text-uppercase {
  letter-spacing: 0.1em;
}



/*******************freelancer-projets**********************/

.tab_border{border-left:1px solid #ccc;border-right:1px solid #ccc;}
.rwd-table {
  margin: auto;
  min-width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}

.rwd-table tr:first-child {
  border-top: none;
  background: #676565;
  color: #fff;
  text-transform: uppercase;
}

.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ccc;
  background-color: #f5f9fc;
}

.rwd-table tr:nth-child(odd):not(:first-child) {
  background-color: #ebf3f9;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:first-child {
  margin-top: .5em;
}

.rwd-table td:last-child {
  margin-bottom: .5em;
}

.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 120px;
  display: inline-block;
  color: #000;
}

.rwd-table th,
.rwd-table td {
  text-align: left;
}

.rwd-table {
  color: #333;
 border: 1px solid #ccc;
  overflow: hidden;
}

.rwd-table tr {
  border-color: #bfbfbf;
}

.rwd-table th,
.rwd-table td {
  padding: .5em 1em;
}
@media screen and (max-width: 601px) {
  .rwd-table tr:nth-child(2) {
    border-top: none;
  }
}
@media screen and (min-width: 600px) {
  .rwd-table tr:hover:not(:first-child) {
    background-color: #d8e7f3;
  }
  .rwd-table td:before {
    display: none;
  }
  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }
  .rwd-table th,
  .rwd-table td {
   font-size: 12px;
    padding: 10px !important;
  }
}





@-webkit-keyframes leftRight {
  0%    { -webkit-transform: translateX(0)}
  25%   { -webkit-transform: translateX(-10px)}
  75%   { -webkit-transform: translateX(10px)}
  100%  { -webkit-transform: translateX(0)}
}
@keyframes leftRight {
  0%    { transform: translateX(0)}
  25%   { transform: translateX(-10px)}
  75%   { transform: translateX(10px)}
  100%  { transform: translateX(0)}
}

/*
    Don't look at this last part. It's unnecessary. I was just playing with pixel gradients... Don't judge.
*/
/*
@media screen and (max-width: 601px) {
  .rwd-table tr {
    background-image: -webkit-linear-gradient(left, #428bca 137px, #f5f9fc 1px, #f5f9fc 100%);
    background-image: -moz-linear-gradient(left, #428bca 137px, #f5f9fc 1px, #f5f9fc 100%);
    background-image: -o-linear-gradient(left, #428bca 137px, #f5f9fc 1px, #f5f9fc 100%);
    background-image: -ms-linear-gradient(left, #428bca 137px, #f5f9fc 1px, #f5f9fc 100%);
    background-image: linear-gradient(left, #428bca 137px, #f5f9fc 1px, #f5f9fc 100%);
  }
  .rwd-table tr:nth-child(odd) {
    background-image: -webkit-linear-gradient(left, #428bca 137px, #ebf3f9 1px, #ebf3f9 100%);
    background-image: -moz-linear-gradient(left, #428bca 137px, #ebf3f9 1px, #ebf3f9 100%);
    background-image: -o-linear-gradient(left, #428bca 137px, #ebf3f9 1px, #ebf3f9 100%);
    background-image: -ms-linear-gradient(left, #428bca 137px, #ebf3f9 1px, #ebf3f9 100%);
    background-image: linear-gradient(left, #428bca 137px, #ebf3f9 1px, #ebf3f9 100%);
  }
}*/




/*******************my-projets end**********************/

/*******************Messages*************************/



/*******************Messages end*************************/
.chat-list-box {
    display: inline-block;
    width: 100%;
    background: #fff;
}

.flat-icon li{
	display: inline-block;
    padding: 0px 8px;
    vertical-align: middle;
    position: relative;
    top: 7px;
}

.flat-icon a img {
    width: 22px;
    border-radius: unset !important;
}

ul.list-inline.text-left.d-inline-block.float-left {
    margin-bottom: 0;
}

.chat-list-box ul li img {
    border-radius: 50px;
}

.message-box{
	display: inline-block;
    width: 100%;
    background: #fff;
	border-right: 1px solid #f1eeee;
	border-top: 1px solid #f1eeee;
    /*box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);*/
}

.msg-box li{
	display:inline-block;
	padding-left: 10px;
}

.msg-box img{
	border-radius:50px;
}

.msg-box li span{
	padding-left:8px;
	color:#545454;
	font-weight:550;
}
.flip{
    border-bottom: 1px solid #f1eeee;
}
.flip, .flip li{float:left; width:100%;}
.head-box {
    display: flow-root;
    padding: 10px;
    background: #E60026;
}

.chat-person-list{
	padding: 0;
    width: 100%;
    height: 538px;
    overflow: overlay;
    float: left;
	border-right: 1px solid #f1eeee;
	border-top: 1px solid #f1eeee;
}
.chat-person-list ul{width:100%; float:left;}

.chat-person-list ul li img{
	width:40px;
	border-radius:50px;
}
.pro_pic, .pro_name{float:left;}
.chat-person-list ul li .pro_name {
    padding-left: 15px;
}

.chat-person-list ul li{padding: 6px;}
.chat-person-list ul a:hover{
  background:#e2e8f3;
    
}
.chat-person-list ul a .active{
  background:#e2e8f3;
    
}
.pro_name span{
    font-size: 14px;
    color: #333;
    font-weight: 600;
}
.chat-time {
    color: #757474;
    font-weight: 600;
    font-size: 12px;
}

.head-box-1{
	display: flow-root;
    padding: 10px;
    background: #E60026;
}
.head-box-1 ul li i{
    color:#fff;
    cursor:pointer;
}
.head-box-1 ul li span{
    color:#fff;
    position:relative;
    top:-10px;
}
.msg_history {
    padding: 10px;
    height:503px;
    overflow: overlay;
}
.incoming_msg_img {
    display: inline-block;
    width: 6%;
}
.timee{  
    position: absolute;
    left: 101px;
    top: 30px;
    color: #fff;}
.head-box ul li a {
    color: #fff;
}
.received_msg {
    display: inline-block;
    padding: 0 0 0 10px;
    vertical-align: top;
    width: 92%;
}
.received_withd_msg {
    width: 60%;
}
.received_withd_msg p {
   /*background: rgba(218,0,0,.5) none repeat scroll 0 0;*/
   background:#dbdee4;
    border-radius: 3px;
    color: #000;
    font-size: 13px;
    margin: 0;
    padding: 15px;
    width: 100%;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}
.time_date {
    color: #747474;
    display: block;
    font-size: 12px;
    margin: 8px 0 0;
}
.incoming_msg_img img {
    width: 100%;
    border-radius: 50px;
    float: left;
}
.outgoing_msg {
    overflow: hidden;
    margin: 10px 0 10px;
}
.sent_msg {
    float: right;
    width: 50%;
	margin-right: 8px;
}

.message_details_body {
    padding: 15px;
	border-top: 1px solid #f1eeee;
}
.message_sub_text h2{
    font-size: 16px;
    font-weight: 600;
	margin:0px;
}
.project_details_info h3{font-size: 13px;
    font-weight: 600;
	margin: 0;
}
.project_details_info p{font-size: 13px;
    margin-top: 6px;
}
.message_profile h3{
    padding-top: 11px;
}
.message_profile_client h3{
    padding-top: 5px;
	margin-bottom: 0;
}
.message_profile_client p{
    font-size: 11px;
    font-weight: 600;
    color: #6b6a6a;
}
 .project_details_info h3 span i{ color: #E60026;
    padding-right: 5px;
}
.project_details_info p span i {
    color: #E60026;
    padding-right: 5px;
}
.project_details_info h3 a{color: #007bff;}
.sent_msg p {
  background: #eceff5;
    border-radius: 3px;
    font-size: 13px;
    margin: 0;
    color: #232323;
    padding: 15px;
    width: 100%;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}
.chat-person-list ul li a {
    color: #545454;
    text-decoration: none;
}
.attachement {
    background: #777;
    position: absolute;
    width: 220px;
    right: 30%;
    top: 42px;
    display: none;
}
.attachement ul li {
    display: -webkit-inline-box;
    margin: 0px 19px 15px 20px;
}
.attachement ul li a{
	color:#fff;
}

.setting-drop{
	display: none;
    position: absolute;
    width: 130px;
    height: 148px;
    right: 0;
    top: 42px;
    background: #ffffff;
    color: #545454;
    box-shadow: 1px 1px 15px 1px #0000001f;
}

.send-message {
    /*padding: 12px;
    background: #E60026;*/
    height: auto;
}
.send-message textarea:focus {
    box-shadow: none;
    outline: none;
	border-color:#ddd;
}
.send-message ul li {
    display: -webkit-inline-box;
    padding-left: 15px;
}
.send-message ul li i{color:#E60026;}
.send-message ul li a{color:#E60026;}
.send-message ul {
   position: absolute;
    right: 0;
    height: 34px;
    margin: 0;
    top: 3%;
    border-left: 1px solid #e8e6e6;
}
.send-message .message_fild{
    /*border-radius: 50px;*/
	height: 35px;
    width: 100%;
    border: 1px solid #e8e6e6;
    font-size: 13px;
    padding: 7px 10px;
}
.send-message form{height: 35px;}
.send_btn{
    font-size: 13px;
    color: #fff;
    border-radius: 0;
    font-weight: 600;
    background: #E60026;
    text-transform: uppercase;
}
@media only screen and (max-width: 800px) {
	
.message-box {
    display: none;
	position:relative;
	top:-100%;
}

}

/*******************dashboard end**********************/





/*****************freelancer-profile*******************/

.freelancer_profile_pic img{width:100%;}
.freelancer_profile_body{padding:15px;}
.freelancer_profile_info h1{
    font-weight: 600 !important;
    margin: 0;
    font-size: 21px !important;
    margin-top: 0px !important;
}
.freelancer_profile_info h2{
    margin: 0;
    padding-top: 5px;
    font-size: 13px;
    font-weight: 600}
.freelancer_profile_info p{
    font-size: 13px;
    font-weight: 600;
    padding: 1px 0 3px;
    color: #656464;
}
.post_rating p{padding: 0px; margin-top:0px;}
.post_project_detail_info h2 {
    font-weight: 600;
    font-size: 14px;}
.freelancer_profile_info p span i{
    color: #f5831a;
}
.rating{
    padding-right: 5px;
}
.review p{
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}
.review .price {
    font-weight: 600;
    font-size: 17px;
    padding: 7px;
    color: #6f6b6b;
}

.review{    margin-top: 10px;
}
.freelancer_profile_skill a {
   font-size: 12px;
    margin-left: 4px;
    float: right;
    color: #3e3d3d;
    border-radius: 5px;
    font-weight: 600;
    padding: 3px 10px;
    border: 1px solid #d68b87;
    margin-bottom: 5px;
}
.freelancer_profile_skill a:hover{background:#E60026; color:#fff}
.freelancer_profile_about p {
  font-size: 15px;
    font-weight: 500;
    padding-top: 8px;
    color: #585757;}


/********************* Shopping Demo-5 **********************/
.product-image5 .pic-1,.product-image5 .pic-2{backface-visibility:hidden;transition:all .5s ease 0s}
.product-grid5{font-family:"Markazi Text", sans-serif; position:relative}
.product-grid5 .product-image5{overflow:hidden;position:relative}
.product-grid5 .product-image5 a{display:block}
.product-grid5 .product-image5 img{width:100%;height:auto}
.product-image5 .pic-1{opacity:1}
.product-image5 .vip{padding-top: 19px !important;}
.product-image5 .vip small{font-size: 16px;}
.product-image5 .real span{
    font-size: 8px;
}
.product-image5 .real{
    padding:13px 6px !important;
}


.product-grid5 .social li:hover{color:#fff;background:#dc1d24}
.product-grid5 .select-options{color: #fff;
   background-image: linear-gradient(180deg,transparent,rgba(0,0,0,.75));
    font-size: 20px;
    font-weight: 500;
    padding: 25px 15px 10px;
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: -100px;
    right: 0;
    transition: .5s ease 0s;}
.product-grid5 .escort_md_name p{
    font-size: 18px;
    margin: 0;
    line-height: 1;
}
.product-grid5 .escort_md_name span{font-size: 12px;}
.product-grid5:hover .select-options{opacity:1;bottom:0px}


.skills_info h3{
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 11px;
}

.skills_info input{height: auto; margin-right: 7px;}
.skills_info label{
    margin-right: 10px;
    margin-bottom: 25px;
}





/* 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;
}
/* The star of the show */
.rate > label:before {
    display: inline-block;
   font-size: 40px;
    padding: .3rem .2rem;
    margin: 0;
    cursor: pointer;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f005 "; /* full star */
}
.rateing > label:before {
  content: " " !important;
    position: absolute;
    display: inline-block;
    font-size: 40px;
    padding: .3rem .2rem;
    margin: 0;
    height: 21px;
    width: 21px;
    top: 4px;
    cursor: pointer;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  }

.rateing label span{
    font-size: 20px;
    margin-right: 5px;
}
.rateing label:hover, .rateing label:hover ~ label {color: inherit !important;} /* color previous stars on hover */

/* Hover highlights */
.rateing input:checked + label:hover, .rateing input:checked ~ label:hover, /* highlight current and previous stars */
.rateing input:checked ~ label:hover ~ label, /* highlight previous selected stars for new rating */
.rate label:hover ~ input:checked ~ label /* highlight previous selected stars */ {color: #FDCC0D !important;} 
.rating_count{
    float: left;
    font-size: 13px;
    color: #464646;
    padding-left: 5px;
    padding-top: 10px;
    font-weight: 700;
}
.rateing{float: left;}

.rating_count_time{
    font-size: 11px;
    padding-top: 14px;
    padding-left: 11px;
    color: #464646;
    float: left;
    font-weight: 700;
}


/* Zero stars rating */
.rate > label:last-child:before {
    content: "\f006 "; /* empty star outline */
}
/* Half star trick */
.rate .half:before {
    content: "\f089 "; /* half star no outline */
    position: absolute;
    padding-right: 0;
}
/* Click + hover color */
.rate input:checked ~ label, /* color current and previous stars on checked */
.rate label:hover, .rate label:hover ~ label { color: #FDCC0D;  } /* color previous stars on hover */

/* Hover highlights */
.rate input:checked + label:hover, .rate input:checked ~ label:hover, /* highlight current and previous stars */
.rate input:checked ~ label:hover ~ label, /* highlight previous selected stars for new rating */
.rate label:hover ~ input:checked ~ label /* highlight previous selected stars */ { color: #FDCC0D;  } 



/*******************end-freelancer-profile*****************/




#footer {
  padding: 0 0 30px 0;
  font-size: 14px;
  background: #f5f8fd;
    /*background: -moz-linear-gradient(left, #207dff 0%, #a16ae8 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #207dff), color-stop(100%, #a16ae8));
    background: -webkit-linear-gradient(left, #207dff 0%, #a16ae8 100%);
    background: -o-linear-gradient(left, #207dff 0%, #a16ae8 100%);
    background: -ms-linear-gradient(left, #207dff 0%, #a16ae8 100%);
    background: -webkit-gradient(linear, left top, right top, from(#207dff), to(#a16ae8));
    background: linear-gradient(to right, #207dff 0%, #a16ae8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#207dff', endColorstr='#a16ae8', GradientType=1 );
    background-size: cover;*/
    
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  /*background: #f5f8fd;*/
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
  text-align: right;
}

#footer .footer-top .footer-info h3 {
    font-size: 24px;
    padding-bottom: 10px;
    padding: 0;
    font-weight: 600;
    font-family: "Markazi Text", sans-serif;
    color: #676464;
   
    letter-spacing: 3px;
  
}

#footer .footer-top .footer-info p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
  color: #989595;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #ed2224;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #000;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 17px;
  font-weight: bold;
  color: #676464;
  
  position: relative;
  padding-bottom: 10px;
}

#footer .footer-top .footer-links {
 /* margin-bottom: 30px;*/
  color: #989595;
  text-align: right;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 3px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  font-size: 17px;
  color: #989595;
}
.footer-links p{
    font-size: 16px;
}
#footer .footer-top .footer-links ul a:hover {
  color: #989595;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 15px;
}

.footer-newsletter p{margin-bottom: 15px; color: #989595;}
#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
  border: 1px solid #d9dde6;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #ed2224;
  border: 1px solid #ed2224;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}
#footer hr{padding: 0; margin: 0; background: #ccc;}
#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #E60026;
}

#footer .footer-top .form .form-group {
  margin-bottom: 15px;
}

#footer .footer-top .form #sendmessage {
  color: #fff;
  background: #E60026;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#footer .footer-top .form #errormessage {
  color: #fff;
  display: none;
  background: red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#footer .footer-top .form #sendmessage.show,
#footer .footer-top .form #errormessage.show,
#footer .footer-top .form .show {
  display: block;
}

#footer .footer-top .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#footer .footer-top .form label {
  color: #413e66;
  font-weight: 500;
}

#footer .footer-top .form input,
#footer .footer-top .form textarea {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #dce1ec;
  font-size: 14px;
}

#footer .footer-top .form input::-webkit-input-placeholder,
#footer .footer-top .form textarea::-webkit-input-placeholder {
  color: #a2a0bd;
}

#footer .footer-top .form input::-moz-placeholder,
#footer .footer-top .form textarea::-moz-placeholder {
  color: #a2a0bd;
}

#footer .footer-top .form input:-ms-input-placeholder,
#footer .footer-top .form textarea:-ms-input-placeholder {
  color: #a2a0bd;
}

#footer .footer-top .form input::placeholder,
#footer .footer-top .form textarea::placeholder {
  color: #a2a0bd;
}

#footer .footer-top .form button[type="submit"] {
  background: #1bb1dc;
  border: 0;
  border-radius: 3px;
  padding: 8px 30px;
  color: #fff;
  transition: 0.3s;
}

#footer .footer-top .form button[type="submit"]:hover {
  background: #0a98c0;
  cursor: pointer;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #989595;
  font-size: 18px;
}

#footer .credits {
  text-align: center;
  font-size: 16px;
  padding-top: 4px;
  color: #989595;
}

#footer .credits a {
  color: #ed2224;
  font-weight: 600;
}

#footer .credits a:hover {
  color: #000;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/
@media (max-width: 1199px) {
  .all_info .icons i {font-size: 37px;}
  .sub_info p {font-size: 13px;}
  .counter {font-size: 19px;}
  #intro .banner_header h2 {font-size: 25px;}
  .job_category_icon {font-size: 26px;padding-right: 3px;}
  .job_category_text {font-size: 12px;}

  }
@media (max-width: 1000px) {
   .info_tab .tabs ul li label {
     white-space: initial;
  }
   .info_tab .tabs ul li label br {
     display: initial;
  }
   .info_tab .tabs ul li label svg {
     height: 1.5em;
  }
}
 @media (max-width: 600px) {
  .banner_header {padding-top: 20px;
}
.banner_header p {
    font-size: 16px;}
#intro .banner_header h2 {
    font-size: 18px;
}
  .multi-carousel .carousel-control-next, .multi-carousel .carousel-control-prev {
    width: inherit;
}
   .info_tab .tabs ul li label {
     padding: 5px;
     border-radius: 5px;
  }
   .info_tab .tabs ul li label span {
     display: none;
  }
   
   .info_tab .tabs .content {
     margin-top: 20px;
  }
  .info_tab  .tabs .content .search_content h2 {
     display: block;
  }
  .info_tab .tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
     background: rgba(0, 0, 0, 0.08);
  }
  .info_tab .tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
     background: rgba(0, 0, 0, 0.08);
  }
  .info_tab .tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
     background: rgba(0, 0, 0, 0.08);
  }
  .info_tab .tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
     background: rgba(0, 0, 0, 0.08);
  }
}

@media (min-width: 991px) {
  #call-to-action .cta-btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (min-width: 992px) {
  #intro .intro-info {
    padding-top: 80px;
  }

}
@media (min-width: 768px) {
 .sidebar-wrapper .sidebar-brand #close-sidebar{display: none !important;}
}
@media (max-width: 991px) {
	.client_profile_info h3 {
    padding-top: 11px;}
  .help_desk{
    width: 100px;
    text-align: center;
    margin-top: 15px;
}
#header.header-scrolled, #header.header-pages {
    height: 65px;}
  .for_mobile_btn{width: 50%; float:left; position: relative;}
  .info_tab ul li{width: 25%;}
  
}

  .sub_category_info h3 {
    font-size: 17px;
   
}
  #topbar {
    display: none;
  }

  #header {
    height: 70px;
    padding: 15px 0;
    background-color: #fff;
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 3px 0;
  }
.logo{padding-top: 0px;}
  #why-us .why-us-content {
    padding-top: 30px;
  }

  #pricing {
    padding-bottom: 30px;
  }

  #pricing .card {
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  #faq #faq-list a {
    font-size: 18px;
  }

  #faq #faq-list i {
    top: 13px;
  }
}

@media (max-width: 767px) {
  
  .container_nav_body{
    width: 100%;
    float: left;
    background: #31353D;
    margin-bottom: 15px;
}
  .sidebar-wrapper {
    width: 100%;
    height: 100%;
    max-height: 100%;
    /*position: absolute;*/
    /* top: 0; */
    z-index: 9;
}
  .mobile_menu{
    padding: 8px 0;
    float: left;
    width: 100%;
    /* background: #ccc; */
}
  .mobile_menu h3{
   float: left;
    font-size: 14px;
    color: #fff;
    margin: 0;
    font-weight: 600;
    padding-top: 8px;
}
  .container_nav {
    max-width: 540px;
    display: block;
    margin: auto;
}
.container_nav #show-sidebar{float: right;}
  .mobile_sidebar{display: none;}
  #intro {
    width: 100%;
    min-height: 360px;}
  .info_tab ul li {
    width: 30%;
}
.mobile_padding_add {
    margin: 0px 0 !important;
}


  .sub_category_info h3 {
    font-size: 16px;}
  .job_post_bor{border: none;}
  .category_job {text-align: center;}
  .mobile_padding_add{margin: 15px 0; border: 1px solid #eae9e9;}
  .tops_1{margin-top: 0px;}
  #intro {
    height: auto;
    padding: 80px 0 60px 0;
  }

  #intro .container {
    height: auto !important;
  }

  #intro .intro-img {
    width: 80%;
  }

  #intro .intro-info {
    text-align: center;
    padding-top: 40px;
  }

  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .section-header p {
    width: 100%;
  }

}
@media (max-width: 575px) {
  .mobile_width{width: 50%; float: left;}
}
/*.main-nav a {
    padding: 10px 8px;font-size: 13px;color: #000;}*/
#header .logo h1 {
    font-size: 23px;
    padding: 3px 0;
}
}
@media (max-width: 574px) {

  .info_tab ul li label {
    font-size: 12px;padding: 12px;}

.info_tab ul li {
    width: 42%;
}
  #footer .footer-top .social-links a {
    margin-bottom: 25px;
  }
}
@media (max-width: 465px) {
  .mobile_width{width: 100%; float: left;}
  .app-button a{display: block; margin: auto;}
  #header .logo h1 {
    font-size: 21px;
}
.drop i {
    padding: 0 0 0 5px;
    font-size: 12px;
}

.main-nav a {
    padding: 10px 4px;
    font-size: 11px;
}
.help {
    padding: 10px 0 10px 5px !important;
}
#header.header-scrolled, #header.header-pages {
    height: 60px;}
.help_info {
    width: 100%;
    top: 40px;
    min-width: 291px;
    width: 100%;}

  }
/* ========================================
   VICTORY DEMO SPRINT - ARABIC RTL MOBILE FIXES
   Date: 2025-12-26
   Purpose: Optimize Arabic RTL for mobile devices
   Target: iPhone SE (375px), iPhone 12 (414px), Android
   ======================================== */

/* Fix 1: RTL Stack CTA buttons properly on mobile */
@media (max-width: 575px) {
  #intro .app-button {
    width: 100% !important;
    margin-bottom: 15px;
    text-align: center;
  }

  #intro .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Fix 2: RTL Touch targets for Arabic */
@media (max-width: 767px) {
  .btn, .all_btn, .btn-common {
    min-height: 48px !important;
    padding: 14px 20px !important;
    font-size: 16px !important;
  }
}

/* Fix 3: RTL Typography - Arabic fonts on mobile */
@media (max-width: 575px) {
  body {
    font-size: 16px !important;
    direction: rtl !important;
    text-align: right !important;
  }

  #intro .banner_header h1 {
    font-size: 24px !important;
    line-height: 1.5 !important;
    text-align: right !important;
  }

  h2, h3, p {
    text-align: right !important;
  }
}

/* Fix 4: RTL Project cards - single column with proper alignment */
@media (max-width: 767px) {
  .project_search_body_1 {
    margin-bottom: 25px;
    padding: 15px;
    text-align: right;
  }

  .project_search_info {
    text-align: right !important;
  }

  .project_search_info h3,
  .project_search_info p {
    text-align: right !important;
  }
}

/* Fix 5: RTL No horizontal scroll */
@media (max-width: 767px) {
  .r_to_l {
    direction: rtl !important;
  }
}

/* Fix 6: RTL Hero section mobile */
@media (max-width: 767px) {
  #intro .banner_header {
    text-align: right !important;
  }
}

/* Fix 7: RTL Navigation menu */
@media (max-width: 991px) {
  .navbar-nav {
    text-align: right;
  }

  .navbar-nav .nav-link {
    text-align: right !important;
  }
}

/* Fix 8: RTL Forms - right-aligned labels */
@media (max-width: 767px) {
  label {
    text-align: right !important;
    display: block;
  }

  input[type="text"],
  input[type="email"],
  input[type="password"],
  select,
  textarea {
    text-align: right !important;
    direction: rtl !important;
  }
}

/* Fix 9: RTL Latest Projects section */
@media (max-width: 767px) {
  .header_text {
    text-align: right !important;
  }

  .header_text h2 {
    text-align: right !important;
  }
}

/* Fix 10: RTL Footer mobile */
@media (max-width: 767px) {
  footer {
    text-align: right !important;
  }

  footer h3,
  footer p,
  footer ul {
    text-align: right !important;
  }

  footer ul {
    padding-right: 0 !important;
    padding-left: 20px !important;
  }
}

/* Fix 11: RTL Rating stars alignment */
@media (max-width: 575px) {
  .rate {
    direction: ltr !important;
    text-align: left !important;
  }

  .rating_count {
    margin-right: 10px;
    margin-left: 0;
  }
}

/* Fix 12: RTL Icons and arrows flip */
@media (max-width: 767px) {
  .fa-arrow-right::before {
    content: "\f060" !important; /* Arrow left */
  }

  .fa-arrow-left::before {
    content: "\f061" !important; /* Arrow right */
  }
}

/* Fix 13: RTL Margins and paddings mirror */
@media (max-width: 767px) {
  .mr-2 { margin-right: 0 !important; margin-left: 0.5rem !important; }
  .mr-3 { margin-right: 0 !important; margin-left: 1rem !important; }
  .ml-2 { margin-left: 0 !important; margin-right: 0.5rem !important; }
  .ml-3 { margin-left: 0 !important; margin-right: 1rem !important; }
  
  .pr-2 { padding-right: 0 !important; padding-left: 0.5rem !important; }
  .pr-3 { padding-right: 0 !important; padding-left: 1rem !important; }
  .pl-2 { padding-left: 0 !important; padding-right: 0.5rem !important; }
  .pl-3 { padding-left: 0 !important; padding-right: 1rem !important; }
}

/* Fix 14: RTL Bid/Proposal cards */
@media (max-width: 767px) {
  .bid_body,
  .proposal_body {
    text-align: right !important;
  }

  .bid_info h3,
  .proposal_info h3 {
    text-align: right !important;
  }
}

/* Fix 15: RTL Alerts and notifications */
@media (max-width: 575px) {
  .alert {
    text-align: right !important;
  }
}

/* ========================================
   END VICTORY DEMO SPRINT - ARABIC RTL MOBILE FIXES
   ======================================== */

/* ========================================
   VICTORY DEMO SPRINT - DAY 2 ARABIC RTL MOBILE FIXES
   Registration & Dashboard RTL Optimization
   Date: 2025-12-27
   ======================================== */

/* REGISTRATION PAGE - RTL MOBILE */

/* Fix 1: RTL Registration card */
@media (max-width: 767px) {
  #registration .user_card {
    direction: rtl !important;
    text-align: right !important;
  }

  #registration .brand_logo_container h1,
  #registration .brand_logo_container p {
    text-align: right !important;
  }
}

/* Fix 2: RTL Form inputs */
@media (max-width: 767px) {
  #registration .form-control {
    text-align: right !important;
    direction: rtl !important;
  }

  #registration .input-group-text {
    text-align: center !important;
  }
}

/* Fix 3: RTL Radio buttons */
@media (max-width: 575px) {
  #registration .all_radio {
    direction: rtl !important;
    text-align: right !important;
  }

  #registration .all_radio input[type="radio"] {
    margin-right: 0;
    margin-left: 10px;
  }

  #registration .all_radio label {
    text-align: right !important;
  }
}

/* Fix 4: RTL Error messages */
@media (max-width: 767px) {
  #registration .text-danger {
    text-align: right !important;
  }
}

/* Fix 5: RTL Password toggle */
@media (max-width: 767px) {
  #registration .toggle-password {
    right: auto !important;
    left: 15px !important;
  }
}

/* DASHBOARD PAGE - RTL MOBILE */

/* Fix 6: RTL Dashboard cards */
@media (max-width: 767px) {
  .dashboard_body {
    direction: rtl !important;
    text-align: right !important;
  }

  .card-stats .card-body {
    direction: rtl !important;
    text-align: right !important;
  }

  .card-stats .h2,
  .card-stats h5 {
    text-align: right !important;
  }
}

/* Fix 7: RTL Dashboard headings */
@media (max-width: 767px) {
  .dashboard_body h1,
  .dashboard_sub {
    text-align: right !important;
  }
}

/* Fix 8: RTL Sidebar mobile */
@media (max-width: 991px) {
  .sidebar {
    direction: rtl !important;
  }

  .sidebar ul li a {
    text-align: right !important;
  }
}

/* Fix 9: RTL Icons in dashboard cards */
@media (max-width: 767px) {
  .card-stats .fa-arrow-right::before {
    content: "\f060" !important; /* Arrow left for RTL */
  }
}

/* Fix 10: RTL Form links */
@media (max-width: 767px) {
  #registration .register_link,
  #registration .login_link {
    text-align: center !important;
  }
}

/* ========================================
   END DAY 2 ARABIC RTL MOBILE FIXES
   ======================================== */

/* ========================================
   VICTORY DEMO SPRINT - DAY 3 ARABIC RTL MOBILE FIXES
   Project Listings & Profile Pages RTL
   Date: 2025-12-27 (Sunday)
   ======================================== */

/* PROJECT SEARCH RTL MOBILE */

/* Fix 1: RTL Search filters */
@media (max-width: 991px) {
  .search_project {
    direction: rtl !important;
  }

  .search_project .form-control {
    text-align: right !important;
    direction: rtl !important;
  }
}

/* Fix 2: RTL Project cards */
@media (max-width: 767px) {
  .project_search_body,
  .project_search_body_1 {
    direction: rtl !important;
    text-align: right !important;
  }

  .project_search_info h3,
  .project_search_info p {
    text-align: right !important;
  }
}

/* Fix 3: RTL Filters sidebar */
@media (max-width: 991px) {
  .filter_sidebar {
    direction: rtl !important;
  }

  .filter_section h4 {
    text-align: right !important;
  }
}

/* Fix 4: RTL Pagination */
@media (max-width: 575px) {
  .pagination {
    direction: ltr !important; /* Numbers stay LTR */
  }
}

/* PROFILE PAGE RTL MOBILE */

/* Fix 5: RTL Profile header */
@media (max-width: 767px) {
  .freelancer_profile_header {
    direction: rtl !important;
  }

  .profile_name h2,
  .profile_title {
    text-align: center !important;
  }
}

/* Fix 6: RTL Profile stats */
@media (max-width: 767px) {
  .profile_stats {
    direction: rtl !important;
  }

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

/* Fix 7: RTL Profile sections */
@media (max-width: 767px) {
  .profile_section {
    direction: rtl !important;
    text-align: right !important;
  }

  .profile_section h3,
  .profile_section p,
  .profile_section li {
    text-align: right !important;
  }
}

/* Fix 8: RTL Skills tags */
@media (max-width: 767px) {
  .skills_list {
    direction: rtl !important;
    justify-content: flex-start;
  }
}

/* Fix 9: RTL Reviews */
@media (max-width: 767px) {
  .review_card {
    direction: rtl !important;
    text-align: right !important;
  }

  .review_text,
  .review_author {
    text-align: right !important;
  }
}

/* Fix 10: RTL Breadcrumbs */
@media (max-width: 575px) {
  .breadcrumb {
    direction: rtl !important;
  }

  .breadcrumb-item + .breadcrumb-item::before {
    content: "\\" !important; /* Flip separator */
  }
}

/* ========================================
   END DAY 3 ARABIC RTL MOBILE FIXES
   ======================================== */
