* {
  font-family: 'Tajawal', tahoma;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #4f60ac;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

*:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body {
  font-size: 15px;
}

li {
  list-style: none;
}

a {
  text-decoration: none !important;
}

.form-check-input:checked {
  background-color: #4f60ac;
  border-color: #4f60ac;
}

.hidden {
  display: none;
}

ul {
  padding: 0;
}

.row, .alert,
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

label {
  width: 100%;
  display: block;
}

.btn-block {
  width: 100%;
  display: block;
}

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

.top-navbar {
  width: 100%;
}

.top_navbar {
  width: 90%;
  padding: 10px 0;
  margin: 0 auto;
}

.top_navbar .navbar-brand > img {
  width: 120px;
}

.top_navbar .nav-link {
  color: #fff;
  font-size: 18px;
  padding: 5px 10px;
  text-align: center;
  margin: 0 5px;
  font-weight: 600;
}

.top_navbar .nav-link.signup {
  border-radius: 30px;
  border: 2px solid #fff;
  width: 110px;
  color: #fff;
  text-align: center !important;
}

.top_navbar .nav-link.signin {
  border-radius: 30px;
  background: #4f60ac;
  width: 110px;
  text-align: center !important;
}

.top-navbar-cats {
  border-top: 1px solid #fff;
  width: 80%;
}

.top-navbar-cats.top_navbar_lite {
  border-top: 1px solid #000;
}

.top_navbar_lite .nav-link {
  color: #000;
  font-size: 18px;
  padding: 5px 10px;
  text-align: center;
  margin: 0 5px;
  font-weight: 600;
}

.top_navbar_lite .nav-link.signup {
  border-radius: 30px;
  border: 2px solid #4f60ac;
  width: 110px;
  color: #000;
}

.top_navbar_lite .nav-link.signin {
  border-radius: 30px;
  background: #4f60ac;
  width: 110px;
  color: #fff;
}

.top_navbar.scrolled .container-fluid .nav-item  .nav-link{
  color: #fff;
}

.nav-cats {
  padding-top: 10px;
}

.nav-cats .nav-item .nav-link {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}

.absolute-navbar {
  position: absolute;
  width: 100%;
  z-index: 999999;
}

.carousel-heading {
  position: absolute;
  top: calc(50% - 50px);
  width: 100%;
  color: #FFF;
  text-align: center;
}

.carousel-heading .h1 {
  font-size: 30px;
  font-weight: 600;
}

.carousel-heading .search-controls {
  padding: 10px;
  border-radius: 50px;
  width: 400px;
  border: 1px solid #fff;
  margin: 20px auto;
}

.carousel-heading .search-controls .search-control {
  background: transparent;
  border: none !important;
  width: calc(100% - 50px);
  color: #FFF;
  outline: none !important;
}

.carousel-heading .search-controls .search-submit {
  background: transparent;
  border: none !important;
  font-size: 17px;
  color: #4f60ac;
  outline: none !important;
}

.carousel-indicators [data-bs-target] {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: transparent;
  border: 1px solid #fff;
}

.carousel-indicators .active {
  background-color: #4f60ac;
  border: 1px solid transparent;
}

.explore-services {
  padding: 120px;
  background: #fff;
}

.explore-services .h1 {
  color: #000;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 18px;
}

.explore-services .row {
  text-align: center;
}

.explore-services .row .cols {
  margin-bottom: 30px;
}

.explore-services .row .cols a .name {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

.explore-services .row .cols a .image img {
  width: 90px;
  height: 90px;
  margin-bottom: 20px;
}

.explore-services .row .cols .borders {
  width: 100px;
  height: 4px;
  background: #4f60ac;
  margin: 10px auto;
}

.more-gigs {
  padding: 120px;
  background: #4f60ac;
  text-align: center;
}

.more-gigs .h1 {
  font-size: 18px;
  color: #fff;
}

.more-gigs .more {
  padding: 10px;
  border-radius: 50px;
  width: 400px;
  border: 1px solid #fff;
  margin: 20px auto;
}

.more-gigs .more a div:first-child {
  width: 80%;
  text-align: left;
  color: #FFF;
  font-size: 20px;
}

.more-gigs .more a div:last-child {
  color: #FFF;
  font-size: 20px;
}

.more-gigs .buttons {
  width: 400px;
}

.more-gigs .buttons a {
  width: 150px;
  background: #fff;
  color: #4f60ac;
  border-radius: 100px;
  padding: 5px 10px;
  display: inline-block;
  margin: 0 20px;
  font-size: 20px;
  font-weight: 600;
}

.bestseller {
  padding: 20px 50px;
}

.bestseller .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bestseller .swiper-container .swiper-wrapper .slide {
  width: 100%;
}

.bestseller .swiper-container .swiper-wrapper iframe {
  width: 100%;
  height: 150px;
}

.bestseller .swiper-container .swiper-button-next,
.bestseller .swiper-container .swiper-button-prev {
  color: #fff;
}

.bestseller .swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.bestseller .swiper-container .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bestseller .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #000;
}

.bestseller .swiper-pagination-bullet-active {
  background: #4f60ac;
  border: 1px solid #4f60ac;
}

.best-seller {
  padding-bottom: 20px;
}

.some-gigs {
  padding-top: 20px;
}

.gig .thumbnail img {
  height: 200px !important;
  width: 100%;
}

.gig .thumbnail iframe {
  height: 200px !important;
  width: 100%;
}

.gig .thumbnail .carousel-inner {
  height: 200px;
}

.gig .bottom {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(#f8f8f887), to(#eaeaeb8c));
  background: linear-gradient(#fff, #f8f8f887, #eaeaeb8c);
}

.gig .bottom .user {
  padding: 10px;
}

.gig .bottom .user .image > img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.gig .bottom .user .user-info {
  text-align: left;
  width: 100%;
  margin-right: 10px;
}

.gig .bottom .user .user-info .name {
  font-weight: 600;
  font-size: 15px;
}

.gig .bottom .user .user-info .job {
  font-size: 14px;
  color: #4f60ac;
}

.gig .bottom .title {
  padding: 5px 10px;
  text-align: left;
  color: #000;
  font-weight: 600;
  max-height: 58px;
  overflow: hidden;
  min-height: 58px;
}

.gig .bottom .rates {
  padding: 0;
  text-align: left;
  margin: 0;
  border: none;
}

.gig .bottom .rates .r-star {
  font-size: 12px;
}

.gig .bottom .price {
  padding: 10px 20px;
  border-top: 1px solid #c3c3c3;
}

.gig .bottom .price .fav {
  color: #4f60ac;
  font-size: 16px;
  cursor: pointer;
}

.gig .bottom .price .number {
  font-size: 18px;
  font-weight: 600;
}

.gig .bottom .price .number > span:first-child {
  color: #000;
  text-transform: uppercase;
  margin-right: 5px;
  font-size: 14px;
}

.gig .bottom .price .number > span:last-child {
  color: #4f60ac;
  font-size: 22px;
}

#footer {
  background: #4f60ac;
  padding: 40px;
}

#footer .fo {
  width: 80%;
  margin: 0 auto;
}

#footer .fo .logo {
  margin-bottom: 20px;
}

#footer .fo .logo img {
  max-width: 200px;
}

#footer .fo .name {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

#footer .fo .value a {
  font-size: 16px;
  color: #fff;
}

#footer .fo .value.contact li {
  margin: 10px 0;
  color: #fff;
  font-size: 16px;
}

#footer .fo .value.contact li img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}

#footer .fo .value.contact .socials a, #footer .fo .value.contact .devices a {
  font-size: 24px;
  margin: 0 5px;
}

#footer .fo .value.contact .bb {
  font-size: 18px;
  margin-right: 10px;
  font-weight: 600;
  color: #fff;
}

#footer .fo .value .icon {
  font-size: 26px;
  margin: 0 5px;
}

#footer .payments img {
  width: 30%;
  min-width: 60px;
  height: 30px;
  margin-top: 10px;
}

.login {
  width: 30%;
  min-width: 300px;
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: 0 0 4px #0000006b;
          box-shadow: 0 0 4px #0000006b;
  margin: 30px auto;
}

.login .input-group-text {
  border-right: none;
  border-radius: 5px 0 0 5px;
}

.login .social-login {
  padding: 5px 10px;
  text-align: center;
  margin: 10px auto;
  border-radius: 10px;
  cursor: pointer;
  font-size: 24px;
  width: 80%;
}

.login .social-login span:first-child {
  float: left;
}

.login .social-login.facebook-login {
  background: #0074ee;
  color: #fff;
}

.login .social-login.google-login {
  background: #fff;
  border: 1px solid #ddd;
}

.login .or {
  margin: 25px 0;
  font-size: 20px;
  text-align: center;
}

.login .h2 {
  margin: 20px 0;
  text-align: center;
  font-weight: 600;
}

.login .row.names {
  margin-bottom: 15px;
}

.login .row.names .cols:first-child {
  padding-left: 0;
}

.login .row.names .cols:last-child {
  padding-right: 0;
}

.langs-popover {
  z-index: 99999999999;
}

.langs-popover a {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
}

.cats {
  width: 80%;
  margin: 30px auto;
  margin-top: 60px;
}

.cats .container-fluid {
  margin-top: 20px;
}

.cats .container-fluid div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cats .cols {
  margin-bottom: 20px;
}

.cats .cols .gig {
  position: relative;
  overflow-y: hidden;
}

.cats .cols .gig .recommended {
  position: absolute;
  background: #4f60ac;
  padding: 2px 41px;
  color: #FFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 32px;
  right: -48px;
  width: 160px;
  text-align: center;
}

.cats .cols .gig .bottom .user .image > img {
  margin-top: 0;
}

.cats .cols .gig .thumbnail > a > img {
  width: 100%;
  height: 180px;
}

.cats .cols .gig .user {
  padding-bottom: 0;
}

.cats .cols .gig .name a {
  color: #000;
}

.cats .cols .gig .title {
  padding-bottom: 0;
}

.cats .cols .gig .title a {
  color: #000;
  font-size: 16px;
}

.cats .page-link {
  color: #4f60ac;
  font-size: 18px;
  font-weight: 600;
  border-color: #b9b9b9;
}

.cats .page-item.active .page-link {
  background-color: #4f60ac;
  border-color: #4f60ac;
}

.cats .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: all;
  cursor: auto;
  background-color: #fff;
  border-color: #b9b9b9;
  cursor: not-allowed;
}

.gigs_cat .containers {
  padding-bottom: 20px;
}

.gig-view {
  width: 80%;
  margin: 20px auto;
}

.gig-view .gig-heading {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #efefef;
  border-radius: 5px;
}

.gig-view .gig-heading .gig-title h1 {
  font-size: 22px;
}

.gig-view .gig-heading .ac-co-orders {
  text-align: left;
}

.gig-view .gig-thumbnail {
  margin-bottom: 20px;
  border: 1px solid #efefef;
  border-radius: 5px;
  overflow: hidden;
}

.gig-view .gig-thumbnail img {
  width: 100%;
  height: 400px;
}

.gig-view .gig-thumbnail iframe {
  width: 100%;
  height: 400px;
}

.gig-view .more_gigs {
  margin-bottom: 20px;
  color: #ccc;
}

.gig-view .gig-description {
  margin-bottom: 20px;
  border: 1px solid #efefef;
  border-radius: 5px;
  padding: 10px;
}

.gig-view .gig-prices .fixed-price {
  border-radius: 5px;
  overflow: hidden;
}

.gig-view .gig-prices .fixed-price .table {
  border: 1px solid #efefef;
}

.gig-view .gig-prices .fixed-price .table th, .gig-view .gig-prices .fixed-price .table td {
  border: 1px dotted #efefef;
  font-size: 18px;
  vertical-align: middle;
}

.gig-view .gig-prices .flexible-price {
  border-radius: 5px;
  overflow: hidden;
}

.gig-view .gig-prices .flexible-price .table {
  border: 1px solid #efefef;
}

.gig-view .gig-prices .flexible-price .table th, .gig-view .gig-prices .flexible-price .table td {
  border: 1px dotted #efefef;
  vertical-align: middle;
}

.gig-view .gig-user {
  padding: 10px;
  border: 1px solid #efefef;
  border-radius: 5px;
}

.gig-view .gig-user .status {
  font-size: 20px;
}

.gig-view .gig-user .thumbnail > img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
}

.gig-view .gig-user .username {
  text-align: center;
  margin: 10px 0;
}

.gig-view .gig-user .username > a {
  color: #4f60ac;
  font-size: 16px;
  text-align: center;
}

.gig-view .gig-user .reviews {
  text-align: center;
  margin: 10px 0;
}

.gig-view .gig-user .description {
  text-align: center;
  margin: 10px 0;
  font-size: 16px;
}

.gig-view .gig-user .user-info .d-flex {
  font-size: 17px;
  padding: 10px;
}

.gig-view .gig-user .contact {
  padding: 10px;
}

.gig-view .gig-user .contact .btn {
  margin: 0 auto;
  display: block;
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
}

.gig-view .gig-user .secure img {
  width: 120px;
}

.gig-view .buy-now {
  padding: 20px 0;
  font-size: 32px;
  font-weight: 600;
  color: #FFF;
  width: 100%;
  margin: 10px auto;
  display: block;
}

.gig-view .buy-now-lite {
  font-size: 20px;
  font-weight: 600;
  color: #4f60ac;
  border: 1px solid #4f60ac;
  border-radius: 5px;
  width: 100%;
  margin: 10px auto;
  display: block;
}

.gig-view .buy-now-lite.active {
  background: #4f60ac;
  color: #fff;
}

.gig-view .nav-tabs {
  margin: 0 15px;
}

.rates {
  padding: 10px;
  border-top: none;
  border-radius: 5px;
  margin: 0 15px;
}

.rates .rates-header .rate .h4 {
  text-transform: capitalize;
}

.rates .rates-header .rate .r {
  text-align: right;
}

.rates .rates-body .rate {
  padding: 10px;
  border-bottom: 1px solid #0000001c;
}

.rates .rates-body .rate:last-of-type {
  border: none;
}

.rates .rates-body .rate .user .thumbnail {
  margin-right: 5px;
}

.rates .rates-body .rate .user .thumbnail > img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.rates .rates-body .rate .user .username_rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rates .rates-body .rate .user .username_rate .username {
  margin-right: 5px;
  font-weight: 600;
  margin-left: 10px;
}

.rates .rates-body .rate .message, .rates .rates-body .rate .time {
  padding: 10px;
  padding-bottom: 0;
}

.rates .rates-body .rate .time {
  padding-top: 0;
  color: #ccc;
}

.rates hr {
  margin: 6px;
  opacity: 0.1;
}

.checkout {
  width: 80%;
  margin: 20px auto;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #efefef;
  border-radius: 5px;
}

.checkout .header .image img {
  width: 100%;
  height: 300px;
}

.checkout .header .image iframe {
  width: 100%;
  height: 300px;
}

.checkout .header .info > h1 {
  font-size: 18px;
  margin: 10px 20px;
}

.checkout .header .info .user-image {
  margin: 10px 20px;
}

.checkout .header .info .user-image > img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.checkout .header .info .user-username {
  font-size: 16px;
  font-weight: 600;
  margin: 10px 20px;
}

.checkout .header .price {
  font-size: 22px;
  font-weight: 600;
}

.checkout .content .d-flex {
  margin: 15px 0;
  font-size: 18px;
  font-weight: 600;
}

.checkout.pay .d-flex .rows {
  padding: 10px;
  margin: 0 10px;
  background: red;
  border-radius: 8px;
  color: #ffff;
  width: 33.33333%;
  text-align: center;
}

.checkout.pay .d-flex .rows .icon {
  width: 40px;
}

.checkout.pay .d-flex .rows .value {
  font-size: 20px;
}

.checkout.pay .d-flex .rows.paypal {
  background: #00457C;
}

.checkout.pay .d-flex .rows.credit {
  background: #8fd9a8;
}

.checkout.pay .d-flex .rows.wallet {
  background: #4f60ac;
}

.request {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(#f8f8f887), to(#eaeaeb8c));
  background: linear-gradient(#fff, #f8f8f887, #eaeaeb8c);
  padding: 10px;
}

.request .thumbnail {
  width: 100px;
  text-align: center;
}

.request .thumbnail img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.request .bottom {
  width: calc(100% - 100px);
}

.request .bottom .title {
  min-height: 39px;
}

.request .bottom .title h1 {
  font-weight: 600;
  font-size: 16px;
}

.request .bottom .info .foo .f {
  margin: 0 5px;
  color: #000;
}

.request .bottom .info .foo .f a {
  color: #000;
}

.request .bottom .description {
  margin-top: 10px;
  padding: 10px;
  min-height: 88px;
}

.request-view {
  width: 80%;
  margin: 0 auto;
  margin-top: 60px;
}

.request-view .cstm {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #efefef;
  border-radius: 5px;
}

.request-view .heading .title h1 {
  font-size: 20px;
}

.request-view .heading .title .cat-date span {
  font-size: 14px;
  margin-right: 10px;
}

.request-view .heading .title .cat-date span > svg {
  font-size: 10px;
}

.request-view .body .row .cols:first-child {
  padding-left: 0;
}

.request-view .body .row .cols:last-child {
  padding-right: 0;
}

.request-view .body .bid, .request-view .body .owner-info {
  padding: 10px 0;
  border-bottom: 2px solid #f8f8f8;
}

.request-view .body .bid:last-child, .request-view .body .owner-info:last-child {
  border-bottom: none;
}

.request-view .body .bid .user, .request-view .body .owner-info .user {
  width: 100px;
  text-align: center;
}

.request-view .body .bid .user img, .request-view .body .owner-info .user img {
  width: 60px;
  border-radius: 50%;
  height: 60px;
}

.request-view .body .bid .info, .request-view .body .owner-info .info {
  width: calc(100% - 100px);
}

.request-view .body .bid .info .username-rate, .request-view .body .owner-info .info .username-rate {
  font-size: 15px;
}

.request-view .body .bid .info .cats, .request-view .body .owner-info .info .cats {
  font-size: 15px;
  margin: 0;
  width: auto;
}

.request-view .body .bid .info .cats span, .request-view .body .owner-info .info .cats span {
  margin-right: 8px;
}

.request-view .body .description {
  padding: 20px;
  font-size: 15px;
}

.request-view .body .project-info b {
  margin: 10px 0;
  font-size: 16px;
}

.request-view .body .owner-info a {
  color: #000;
}

.request-view .body .share-project {
  margin-top: 15px;
}

.request-view .body .share-project .btn {
  margin: 0 5px;
  width: 120px;
}

.request-view .body .share-project .facebook {
  background: #4267B2;
  color: #fff;
}

.request-view .body .share-project .twitter {
  background: #1DA1F2;
  color: #fff;
}

.btn-custom {
  font-size: 14px;
  font-weight: 600;
  background: #4f60ac;
  border-radius: 5px;
  display: block;
  color: #fff !important;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 5px;
  -webkit-transition: .2px;
  transition: .2px;
}

.btn-custom:hover {
  background: #f7b102;
}

.btn-xs {
  padding: 5px 10px;
  font-size: 14px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.somegigs .gig .thumbnail img {
  height: 150px;
}

.somegigs .gig .title a {
  font-size: 16px;
  color: #000;
}

.add-bid {
  margin-top: 20px;
}

.uploader {
  padding: 20px;
  text-align: center;
  min-height: 180px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #fff;
  margin: 5px 0;
  cursor: pointer;
}

.uploader .upload {
  font-size: 16px;
}

.uploader .upload svg {
  font-size: 30px;
  color: #4f60ac;
}

.uploader #previewImg {
  width: 120px;
  height: 120px;
  display: block;
  margin: 20px;
  display: none;
}

.hidden {
  display: none;
}

.user-profile {
  min-height: 50vh;
  padding: 20px 50px;
}

.user-profile .profile-thumbnail img {
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 20px auto;
}

.user-profile .profile-name {
  font-weight: 600;
  text-align: center;
  margin-bottom: 80px;
}

.user-profile .profile-description {
  padding: 10px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 4px #00000018;
          box-shadow: 0 0 4px #00000018;
  width: 78%;
  margin: 0 auto;
  margin-top: 50px;
  position: relative;
}

.user-profile .profile-description .h4 {
  text-align: center;
  margin-top: 75px;
}

.user-profile .profile-description .p {
  padding: 20px;
  width: 70%;
  margin: 20px auto;
}

.user-profile .profile-description .profile-states {
  width: 90%;
  margin: 0 auto;
  background: #4f60ac;
  padding: 10px;
  border-radius: 33px;
  text-align: center;
  position: absolute;
  top: -51px;
  left: calc(50% - 45%);
  min-width: 400px;
}

.user-profile .profile-description .profile-states .sts {
  color: #fff;
  margin: 0 15px;
}

.user-profile .profile-description .profile-states .sts .icon {
  font-size: 24px;
}

.user-profile .profile-description .profile-states .sts .name {
  font-weight: 600;
}

.user-profile .cats {
  width: 100%;
  min-height: auto;
  margin: 0;
}

.user-profile .contes {
  width: 78%;
  margin: 20px auto;
}

.user-profile .contes .tab-content {
  border: 1px solid #dee2e6;
  border-top: 0;
  padding: 20px 0;
}

.show-more {
  cursor: pointer;
}

.no-items {
  text-align: center;
}

.no-items img {
  width: 120px;
  margin-bottom: 20px;
}

.no-items .h1 {
  font-size: 50px;
}

.freelancer {
  padding: 10px;
  margin-bottom: 20px;
  position: relative;
}

.freelancer .user {
  background: #f0f0f0;
  border-radius: 5px;
  padding: 8px;
  text-align: center;
}

.freelancer .user .thumbnail {
  position: relative;
  top: -40px;
  width: 90px;
  margin: 0 auto;
}

.freelancer .user .thumbnail .recommended {
  position: absolute;
  background: #4f60ac;
  color: #fff;
  top: 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: 20px;
  text-align: center;
  height: 20px;
  border-radius: 50%;
  left: 10px;
  font-size: 10px;
  line-height: 23px;
}

.freelancer .user .thumbnail .recommended.verified {
  right: 10px;
  background: green;
  font-size: 10px;
  line-height: 23px;
}

.freelancer .user .thumbnail img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 7px solid #fff;
}

.freelancer .user .fullname {
  font-size: 20px;
}

.freelancer .user .info {
  margin-top: -20px;
}

.freelancer .user .info .in {
  color: #ccc;
  margin-bottom: 10px;
}

.freelancer .user .info .value {
  margin-right: 10px;
}

.freelancer .user .buttons {
  margin-top: 20px;
}

.freelancer .user .buttons a {
  margin: 0 5px;
  display: inline-block;
}

.filters-view {
  background: #f0f0f0;
  border-radius: 5px;
  padding: 0 5px;
}

.filters-view .h4 {
  font-size: 15px;
  margin-bottom: 10px;
}

.filters-view .filter-form .filter {
  margin-bottom: 20px;
}

.filters-view #tags, .filters-view #countries {
  margin-bottom: 20px;
}

.tag.btn {
  display: inline-block;
}

.posts h1 {
  font-size: 16px;
}

.posts .bottom .title {
  min-height: 70px;
}

.project .pro {
  display: block;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 20px;
}

.project .pro .thumbnail img {
  width: 100%;
  height: 150px;
}

.project .pro .title {
  color: #000;
  font-size: 14px;
  padding: 10px;
}

.project .cols .title, .project .cols .thumbnail, .project .cols .description, .project .cols .cc {
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.project .cols .thumbnail img {
  width: 100%;
}

.project .cols .cc {
  text-align: center;
}

.project .cols .cc .user-thumbnail img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.project .cols .cc .username a {
  font-size: 20px;
  color: #4f60ac;
}

.project .cols .cc span {
  margin: 10px 0;
  font-size: 15px;
}

.project .cols .cc .share {
  margin-top: 20px;
}

.project .cols .cc .share span a {
  padding: 3px 10px;
  display: inline-block;
  background: black;
  color: #fff;
  border-radius: 5px;
  margin: 0 10px;
}

.project .cols .cc .share .facebook a {
  background: #3b5998;
}

.project .cols .cc .share .twitter a {
  background: #55acee;
}

.project .cols .cc .share .linkedin a {
  background: #007bb6;
}

.collps {
  display: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.bottom-navbar {
  margin: 0 auto;
  height: 100%;
  z-index: 99999999;
}

.filter-show {
  display: none;
}

.freelancers-search {
  margin-bottom: 20px;
}

.pagination {
  margin-top: 10px;
}

.pagination .page-item.active .page-link {
  background-color: #4f60ac;
  border-color: #4f60ac;
}

.pagination .page-link {
  color: #4f60ac;
}

.flag img {
  width: 20px;
}

.navbar-profile button {
  background: none;
  border: none;
  padding: 0;
  width: 40px;
  height: 40px;
}

.navbar-profile .thumbnail {
  margin: 0 5px;
}

.navbar-profile .thumbnail img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.navbar-profile .dropdown-toggle::after {
  display: none;
}

.navbar-profile .profile-btn {
  padding: 8px 10px;
  background: #4f60ac;
  color: #fff;
  margin: 0 10px;
  border-radius: 5px;
  font-size: 18px;
}

.navbar-profile .thumbnail {
  margin: 0 5px;
}

.navbar-profile .thumbnail > img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.navbar-profile .profile-btn > a {
  padding: 8px 10px;
  background: #4f60ac;
  color: #fff;
  margin: 0 10px;
  border-radius: 5px;
  font-size: 18px;
}

.notifications-chat .dropdown-toggle {
  padding: 8px;
}

.notifications-chat .dropdown-toggle::after {
  display: none;
}

.notifications-chat .dropdown-menu {
  padding: 0;
}

.dropdown-menu {
  z-index: 999999999;
}

.dropdown-menu .count {
  position: absolute;
  font-size: 14px;
  background: #4f60ac;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  left: 15px;
  top: 0px;
  line-height: 24px;
}

.chat-messages {
  width: 300px;
  min-width: 300px;
  border-bottom: 1px solid #4f60ac;
  min-height: 300px;
  position: relative;
}

.chat-messages .chat-message {
  padding: 10px 5px;
  word-break: break-all;
}

.chat-messages .chat-message img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.chat-messages .chat-message .info {
  width: 100%;
  margin-left: 10px;
}

.chat-messages .chat-message .info .username {
  font-weight: 600;
  font-size: 12px;
}

.chat-messages .chat-message .info .time {
  color: #a5a5a5;
  font-size: 11px;
}

.chat-messages .chat-message .info .message {
  padding: 0;
  color: #000;
  font-size: 12px;
}

.chat-messages:last-child {
  border: none;
}

.chat-messages .footer a {
  width: 100%;
  margin: 10px 0 0px 0;
  border-radius: 0;
  position: absolute;
  bottom: 0;
}

.notifications {
  width: 300px;
  min-width: 300px;
  position: relative;
  max-height: 300px;
  min-height: 300px;
  overflow: auto;
}

.notifications .notification {
  padding: 10px;
  border-bottom: 1px solid #4f60ac;
}

.notifications .notification a {
  color: #000;
  font-size: 14px;
}

.notifications .notification:first {
  color: red;
  border: none;
}

.notifications .notification .time {
  color: #c1c1c1;
  font-size: 12px;
}

.notifications .footer a {
  width: 100%;
  margin: 10px 0 0px 0;
  border-radius: 0;
  bottom: 0;
}

.no-chat {
  min-height: 300px;
}

.atached_files {
  line-height: 0.8;
  padding: 20px;
  padding-top: 0;
}

.atached_files a {
  font-size: 14px;
}

.user-reviews {
  margin: 0 20px;
}

.slides-homepage .carousel-item {
  position: relative;
}

.slides-homepage .carousel-item::before {
  background: #0000008c;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
}

.mobile {
  width: 40px !important;
  height: 40px !important;
  display: none;
}

.colps-btn {
  padding: 0 15px;
  border: none;
  background: transparent;
  border-radius: 5px;
  margin-left: 10px;
  color: #fff;
  z-index: 9999999999;
  display: none;
}

.bottom-navbar {
  -webkit-transition: .3s;
  transition: .3s;
}

.bottom-navbar-show {
  right: 0 !important;
}

.dropdown-menu-cats-mobile-btn {
  display: none;
}

.dropdown-menu-cats-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m-show {
  display: none;
}

.top_navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.buttons {
  margin: 0 auto;
}

.swiper-slide .cols {
  width: 100% !important;
}

.filters {
  display: none;
}

.remove-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999999;
  background: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 13px;
  cursor: pointer !important;
}

.last_foo {
  padding: 10px;
  text-align: center;
  background: #4f60ac;
  color: #fff;
}

.why-moregigs .image {
  width: 100px;
  margin: 0 auto;
  display: block;
  margin-bottom: 15px;
}

.why-moregigs .image > img {
  width: 100%;
}

.why-moregigs .h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.why-moregigs .p {
  font-size: 16px;
}

.top_navbar.scrolled {
  background: #4f60ac;
  width: 100%;
  padding: 0;
  position: fixed;
  z-index: 99999999;
  top: 0;
}

.top_navbar.scrolled .container-fluid {
  padding: 10px;
}

.top_navbar.scrolled .container-fluid:first-child {
  width: 80%;
}

.top_navbar.scrolled .container-fluid:last-child {
  display: none;
}

.top_navbar.scrolled .container-fluid .nav-link.signup {
  color: #fff;
}

.faqs .accordion-item {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #cccccc2b;
  border-radius: 0 !important;
  padding: 0;
}

.faqs .accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #e7f1ff0d;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.faqs .accordion-button::after {
  left: 0;
  position: absolute;
}

.faqs .nav-link {
  width: 30%;
  font-weight: 600;
  font-size: 19px;
  border: none;
  color: #000;
  text-align: center !important;
}

.faqs .nav-tabs .nav-item.show .nav-link,
.faqs .nav-tabs .nav-link.active {
  border-bottom: 2px solid #4f60ac;
}

.accordion-button:focus {
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pagination {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination .page-item {
  margin-bottom: 5px;
}
/*# sourceMappingURL=apps.css.map */