@charset "utf-8";
/* CSS Document */

/* My CSS */
th {
    font-weight: 500;
}
.table-middle td {
	vertical-align:middle
}
table td {
	position:relative
}
.bg-gray {
    background-color: #eee;
}
.freelancer a > .img-fluid {
	border-radius: 4px 4px 0 0;
    object-fit: cover;
	width: 100%;
}

/**************New loader start*******************/
.MYspinner {
  -webkit-animation: rotator 1.4s linear infinite;
          animation: rotator 1.4s linear infinite;
}

@-webkit-keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}

@keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}
.path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
          animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

@-webkit-keyframes colors {
  0% {
    stroke: #4285F4;
  }
  25% {
    stroke: #DE3E35;
  }
  50% {
    stroke: #F7C223;
  }
  75% {
    stroke: #1B9A59;
  }
  100% {
    stroke: #4285F4;
  }
}

@keyframes colors {
  0% {
    stroke: #4285F4;
  }
  25% {
    stroke: #DE3E35;
  }
  50% {
    stroke: #F7C223;
  }
  75% {
    stroke: #1B9A59;
  }
  100% {
    stroke: #4285F4;
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg);
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg);
  }
}
/**************New loader end*******************/
.searchBox > ul {
	display:flex;
	margin:0
}
.searchBox > ul li {
    flex: 1;
	border: 1px solid #999;
	margin-right: -1px;
}
.searchBox > ul > li > a,
.searchBox > ul > li > span {
    background-color: rgba(0,0,0,0.5);
    display: flex;
	justify-content: center;
    text-align: center;
    position: relative;
    color: #fff;
    margin-top: 0;
	padding: 10px 0;	
    /*min-height: 70px;*/
    overflow: hidden;    
    flex-wrap: wrap;
    align-items: center;
}
.searchBox > ul li a > span,
.searchBox > ul li span {
	display:block;
	width: 100%;
}

.headerCat {
	background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
	box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.12);  
    transition: all 0.3s ease-in-out;	
}

.headerCat ul {
    margin: 0;
    display: flex;
	flex-wrap: wrap;
    min-height: 45px;
    justify-content: space-between;
    align-items: center;
}
.headerCat ul > li {
    display: inline-block;
}
.headerCat ul > li > a {
    color: #333;
	font-weight: 500;
}

.headCatList {
	position: absolute;
    left: 0;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 0 12px #ddd;
    padding: 20px;
	columns: 4;
    z-index: 101;
}
.headCatList ul {
    padding: 15px;
}
.headCatList ul > li {
	margin:5px 0
}
.headCatList ul li h5 {
	font-size: 1.15rem;
}
.headCatList ul > li > a,
ul.stateList > li > a {
	color:#333
}

.category-box:hover .category-box-icon img {
	filter:brightness(0) invert(1)
}

ul.stateList > li {
	margin-bottom:0.5rem
}
ul.cityList {
    left: -5px;
}
ul.cityList, ul.subCatList {
    margin-bottom: 0;
    width: calc(100% + 10px);
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
ul.cityList > li, ul.subCatList > li {
    position: relative;
    margin: 5px;
    align-content: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.cat-trigger, .map-trigger {
	font-size: 24px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: #333;
    margin-top: 2px;
}
@media (min-width: 992px) {
	
	.allCategory {
		position: relative;
		z-index: 998;
	}
	ul.cityList > li {
		flex: 1 1 calc(25% - 10px)
	}
	ul.subCatList > li {
		flex: 1 1 calc(33% - 10px)
	}
	.cat-trigger, .map-trigger {	
		display:none
	}
}

ul.cityList > li > a, ul.subCatList > li > a {
    background-color: #fff;
    color: #333;
    display: block;
    padding: 10px;
    box-shadow: 0 2px 6px #ddd;
    border-radius: 4px;
    transition: 0.3s;
}
.input-group-prepend > .btn-group > .btn {
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-file {
	transform: rotate(45deg);
    padding: 1px;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    /*min-width: 100%;
    min-height: 100%;*/
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;	
}
.btn-file i {
	font-size:24px;
    line-height: 36px;
}
input.with-border.is-valid, input.with-border.is-valid, input.with-border.is-valid:focus{
    border-color: #28a745;
}
input.with-border.is-invalid, input.with-border.is-invalid, input.with-border.is-invalid:focus {
    border-color: #dc3545;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}
.remove_arrow_select .dropup .dropdown-toggle::after{
	content: inherit;
	display: none;
}
.nationality_select .dropdown-menu{
	max-height: 305px; overflow: hidden;
}
.dataprofile{
	position: relative;
}
.dataprofile.active .user-details:after{
	content: '';
    z-index: 4;
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #37A000;
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.edit_account_btn{
	/* visibility: hidden;*/
}
.show_edit_btn{
	cursor: pointer;
}
.show_edit_btn:hover .edit_account_btn{
	 visibility: visible;
}
.mycustom-modal .modal-header {
    border-radius: 3px;
    padding: 17px 21px;
    background-color: #5c5c5c;
    background-color: rgba(49, 49, 49, 0.9);
    color: #fff;
    text-align: center;
    position: relative;
}
.mycustom-modal .modal-header h4{
	    font-size:1.4rem;
	    color: #fff
}
.language-input .radio{
	display: block;
}
.bootstrap-select .dropdown-menu{
	max-height: 200px;
    overflow: hidden;
}
.bootstrap-select.show .dropdown-menu {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}

.bootbox .modal-header .pull-right, .bootbox  .modal-header .btn-success, .bootbox  .modal-header .btn-primary {
    position: absolute;
    right: 21px;
    top: 13px;
}
.bootbox  .modal-header .pull-left, .bootbox  .modal-header .btn-black, .bootbox  .modal-header .btn-danger {
    position: absolute;
    left: 21px;
    top: 13px;
}
.bootbox  .modal-header{
	display: block
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 80%;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.label-info {
    background-color: #2a41e8;
}
/* ---------------------------------- */
/* Photo Box
------------------------------------- */
.photo-box-portfolio {
	border-radius: 4px;
	height: 325px;
	display: block;
	position: relative;
	background-size: cover;
	background-position: 100%;
	box-shadow: 0 3px 10px rgba(0,0,0,0.2);
	transition: 0.4s;
	margin: 0 0 25px 0;
}

.photo-box-portfolio:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #333;
	opacity: 0.5;
	border-radius: 4px;
	transition: 0.4s;
}

.photo-box-portfolio h3 {
	padding: 30px;
	color: #fff;
	font-size: 20px;
	line-height: 28px;
	position: relative;
}
.photo-box-portfolio p {
	padding: 0px 30px;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
	position: relative;
}
.photo-box-portfolio-content {
	position: absolute;
	bottom: 30px;
	left: 30px;
}

.photo-box-portfolio-content h4 {
	color: #fff;
	font-size: 15px;
	line-height: 28px;
}

.photo-box-portfolio-content span {
	color: #333;
	background: #fff;
	border-radius: 4px;
	font-size: 15px;
	font-weight: 500;
	padding:  4px 10px;
	line-height: 20px;
	margin-top: 8px;
	display: inline-block;
}

/* Hover State */
.photo-box-portfolio:hover {
	box-shadow: 0 4px 12px rgba(102,103,107,0.25);
	transform: translateY(-10px);
}

.photo-box-portfolio:hover:before {
	background: #66676b;
	opacity: 0.95;
}

/* Small Photobox Styles */
.photo-box-portfolio.small { height: 160px; margin-bottom: 30px }
.photo-box-portfolio.small:hover { transform: translateY(-5px);}

.photo-box-portfolio.small .photo-box-portfolio-content {
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	bottom: auto;
	top: 50%;
	transform: translateY(-49%);
}

.photo-box-portfolio.small .photo-box-portfolio-content h3 {
	font-size: 16px;
	font-weight: 600;
}

.photo-box-portfolio.small .photo-box-portfolio-content span {
	color: #fff;
	background: #66676b;
	font-size: 14px;
	line-height: 18px;
	margin-top: 5px;
	transition: 0.3s;
}

.photo-box-portfolio.small:hover .photo-box-portfolio-content span {
	color: #fff;
	background: rgba(0,0,0,0.2);
}

/* AVATAR */
.avatar-view {
	display: block;
	height: 220px;
	width: 220px;
	border: 3px solid #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .15);
	cursor: pointer;
	overflow: hidden;
}
.avatar-view img {
	width: 100%;
}
.avatar-upload {
	overflow: hidden;
}
.avatar-alert {
	margin-top: 10px;
	margin-bottom: 10px;
}
/*.avatar-wrapper {
	min-height:280px;
	width: 100%;
	margin-top: 15px;
	background-color: #fafafa;
	border: 1px solid #e1e1e1;
	overflow: hidden;
}*/
.avatar-wrapper img {
	display: block;
	height: auto;
	max-width: 100%;
}
.avatar-preview {
	float: left;
	margin-top: 15px;
	margin-right: 15px;
	border: 1px solid #eee;
	border-radius: 4px;
	background-color: #fff;
	overflow: hidden;
}
.avatar-preview:hover {
	border-color: #ccf;
	box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}
.avatar-preview img {
	width: 100%;
}
.preview-lg {
	height: 125px;
	width: 125px;
	margin-top: 15px;
	border-radius:50%;
}
.preview-md {
	height: 100px;
	width: 100px;
	border-radius:50%;
	margin: 15px auto;
}
.preview-sm {
	height: 50px;
	width: 50px;
	border-radius:50%;
	margin: 15px auto;
}

/* upload drag drop */
.upload-area{
    width: 100%;
    height: 75px;
    border: 2px dashed lightgray;
    border-radius: 3px;
    margin: 0 auto;
    text-align: center;
    overflow: auto;
    margin-bottom: 20px;
	overflow: hidden;
}
.upload-area:hover{
    cursor: pointer;
}
.upload-area h4{
	color: #777;
    font-size: 13px;
    padding: 12px;
}
#fileinput{
    display: none;
}
.thumbnail_sec {
	word-break: break-all;
    width: 60px;
    height: 66px;
    display: inline-block;
    padding: 10px;
    border: 1px dotted #ccc;
    position: relative;
    background-size: cover;
    margin-right: 13px;
}
.thumbnail_sec .btn{
	position: absolute;
	right: -10px;
	top:-10px;
}
/* radion style post project */
.myradio .btn-group {
display:flex
}
.myradio .btn-group > .btn {
box-shadow: 0 1px 4px rgba(0,0,0,0.25);
border-radius: 4px !important;
flex: 1;
margin:0 1rem;
padding: 2rem 1rem;
}
.myradio .btn-group .btn + .btn {
margin-left:1rem
}
.myradio .btn-group > .btn:last-child {
    margin-right: 0;
}

.myradio .btn-group > .btn:active, .myradio .btn-group > .btn.active {
    color: #00a500;
    background-color: #ffffff;
    border-color: transparent;
border-bottom:3px solid;
}
.myradio .btn-group > .btn i {
font-size:2rem
}
.icon-material-OneTime:before{
	content: "\e907";
}
.icon-material-Ongoing:before{
	content: "\e919";
}
.icon-material-NotSure:before{
	content: "\e92d";
}
.icon-feather-entry:before{
	content: "\e954";
}
.icon-feather-intermediate:before{
	content: "\e954\e954";
}
.icon-feather-expert:before{
	content: "\e954\e954\e954";
}
.icon-line-awesome-Less1month:before{
	content: "\f15e";
}
.icon-line-awesome-1To2month:before{
	content: "\f15c";
}
.icon-line-awesome-More3month:before{
	content: "\f160";
}
.icon-feather-FullTime:before{
	content: "\e939";
}
.icon-feather-PartTime:before{
	content: "\e939";
}
.icon-feather-NotSure:before{
	content: "\e902";
}
.heading-background-gray{
	background-color: #f9f9f9;
    border: 1px solid #e4e4e4;
}
.disabled{
	opacity: 0.65;
	pointer-events: none;
}
.single-page-header .header-details h1 {
    color: #fff;
    font-size: 28px;
    margin: 0;
    padding: 0;
    margin-bottom: 12px;
    margin-top: 3px;
    line-height: 36px;
    position: relative;
    padding-right: 0;
    display: inline-block;
}
.details-budget{
	display:flex;
}
.details-budget div{
	flex: 1;
}

.mytabs,.tabs{
	background:none;
	box-shadow: none;
}
.mytabs ul.nav li a{ 
    color: #9fa4a8;
	border-bottom: 1px solid #ddd;
}
.mytabs ul.nav li a {
	border: none;
}
.mytabs ul.nav {
	 border-bottom: 1px solid #ddd;
}
.mytabs ul.nav li a.active, .mytabs ul.nav li a:hover {
    border-bottom: 2px solid #051f74;
    color: #051f74;
}

.tip {
    background: url(../images/info.svg) no-repeat scroll 5px 8px;
    border: 1px solid #202223;
    border-radius: 3px;
    padding: 7px 7px 7px 26px;
    display: none;
    z-index: 1;
    color: #000;
    font-size: 11px;
}
.tip:before {
    content: "";
    height: 0;
    position: absolute;
    width: 0;
}

#title-chars-message{
	font-size: 12px;
}

.tip {
    right: auto;
    top: auto;
     line-height: 20px;
}
.rtfError .tip {
    background: none;
    border: 1px solid #bb2126;
    color: #bb2126;
    padding: 7px;
}
.rtfError .realtime {
    background: url(../images/error.svg) no-repeat scroll left center transparent;
    top: 7px;
    width:20px;
    height: 20px;
    position: absolute;
}
.rtfOk .realtime {
    background: url(../images/ok.svg) no-repeat scroll left center transparent;
    left: -5px;
    top: 8px;
    width:20px;
    height: 20px;
    position: absolute;
}
.rtfError input, .rtfError select, .rtfError .floatingBox input, .rtfError .floatingBox select {
    border: 1px solid #bb2126!important;
}

@media (min-width: 768px) {
	.tip {
		position: absolute;
		margin-left: 10px;
    	width: 230px;
	}
	.tip:before {
		border-bottom: 4px solid transparent;
		border-right: 5px solid #202223;
		border-top: 4px solid transparent;
		border-left: 0px;
		margin: 4px 0 0 -42px;
		left: 36px;
		right: auto;
	}
	
	.rtfError .tip:before {
		border-right: 5px solid #bb2126;
		border-bottom: 4px solid transparent;
	}
	.rtfError .realtime {
		left: -5px;
	}
}
@media (min-width: 992px) {
	.tip {
    	width: 270px;
	}
}

@media (max-width: 767px) {
	.tip {
		margin-bottom:10px
	}
	.tip:before {
		border-left: 4px solid transparent;
		border-top: 0;
		border-right: 4px solid transparent;
		border-bottom: 5px solid #202223;
		top: -5px;
	    left: 25px;
	}
	.rtfError .tip {
		padding-left:35px
	}
	.rtfError .realtime {
		left: 25px;
	}
	.rtfOk .realtime {
		right: 22px;
		left:auto;
		top: -46px;
	}
	#item-title-p.rtfOk .realtime {
		top: -66px;
	}
	.nextbtnproject{
		width: 100%;
	}
}

.category {
	position:relative
}
.categoryModal {
	display:none;
	position: absolute;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    border: 1px solid #ddd;
    padding:8px 15px;
	border-radius: 4px;
	left: 0;
    top: 35px;
}
ul.categoryList {
	padding:0
}
ul.categoryList li {
	list-style:none;
	margin: 6px 0;
}
ul.categoryList li a {
    color: #333;
    display: block;		
}
ul.categoryList li a:hover,
ul.categoryList li a.active {
	color: #007bff;
}
ul.subCat {
	display:none
}
ul.categoryThumb {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin:10px -6px 0;
}
ul.categoryThumb > li {	
    padding: 6px;
}
ul.firstCat > li > a,
ul.firstCat > li > .job-box,
ul.firstCat > li > .split-box {
	height: 120px;
}
ul.categoryThumb > li > a,
ul.categoryThumb > li > .job-box,
ul.categoryThumb > li > .split-box {	
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px;
    text-align: center;
    font-size: 0.933rem;
    border-radius: 0.25rem;
	border: 1px solid transparent;
	overflow: hidden;
}

ul.categoryThumb > li > .split-box {
	align-items: inherit;
	border:none;
	padding:0;
	display:none;
	width:100%
}
ul.categoryThumb > li.active > .split-box {
	display:flex
}
ul.categoryThumb > li.active > .job-box {
	display:none
}

ul.categoryThumb > li > div > a {
	color: #fff;
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
ul.categoryThumb > li > .split-box > a {
    align-items: center;
    border-bottom:1px solid #555;
	background-color: #333;
}
ul.categoryThumb > li > .split-box > a:hover {
    background-color: #555;
}
ul.categoryThumb > li span {
	width:100%
}
ul.childList {
	display:flex;
	flex-wrap: wrap;
	margin-top: 1rem;
}
ul.childList > li {
	margin: 3px 0;
}
ul.childList > li > a {
	color: #333;
}
ul.childList > li > a:hover {
	color: #bb2126;
}
.postAds .badge {
    font-size: 1rem;
	font-weight:600
}
.badge-close {
	color: #fff;
	margin-left:5px;
	opacity: 0.5;
}
.badge-close > i {
	font-weight: 600;
}
ul.breadcrumbCat {
	padding:0
}
ul.breadcrumbCat li {
	display:inline-block;
	line-height: 1;
}
ul.breadcrumbCat li:before {
    content: '\f105';
	font-family: 'Font Awesome 5 Pro';
	content: "\e930";
	font-family: 'Feather-Icons';
    color: #666;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    font-size: 25px;
    margin: 0 10px 0 8px;
    -webkit-font-smoothing: antialiased;
}
ul.breadcrumbCat li:first-child:before {
	display:none
}
.category-popular > h4 > a {
	 color:#333
}
.category-popular, .cityCat ul.list {
	margin-bottom: 2rem;
}
.postAds {
	max-width:600px;
	margin:0 auto;
}
.card-header {
	background-color:#fff
}
.card-header > p,
.card-header > h4,
.card-header > .card-title {
	margin-bottom:0
}
.well {
	padding:15px;
	border:1px solid #e1e1e1;
}
.nav-link {
    color: #333;
}
.general-form {
	background-color:#fff;
	box-shadow: 0 10px 30px 0 #f5f5f5;
    padding: 20px;
	position:relative
}
.general-form h1 {
	font-size: 1.75rem;
}
.close-box {
	position:absolute;
	color:#777;
	font-size: 1.65rem;
    top: 20px;
}
.btn-fb {	
	background-color:#1877f2;
	color:#fff;
	position:relative
}
.btn-fb:hover {	
	background-color:#0063e4;
	color:#fff;
}
.btn-google {
	position:relative
}
.btn-fb:before, .btn-google:before {
	width: 24px;
    height: 24px;
    display: block;
    content: "";
    position: absolute;    
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
}
.btn-fb:before {
	background-image: url('../images/facebook-24.png');
}
.btn-google:before {
	background-image: url('../images/google-24.png');
}
@keyframes slide-down {
        0% {
            transform: translateY(-100%);
        } 
        100% {
            transform: translateY(0);
        } 
}
.filterTop {
/*	background-color:#333;
	color:#fff;*/
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.12);	
	width: 100%;
    z-index: 999;	
}
.filterTop.bg-white {
	animation: normal 0.7s;
    transition: all 0.7s;
	display:none
}
.is-sticky .filterTop.bg-white {
	animation: slide-down 0.7s;
	display:block
}
.filterTop .sidebar-widget h4,
.filterTop.bg-dark,
.filterTop.bg-dark .sort-by .btn-group button {
	color:#fff
}
.filterTop.bg-dark .form-control {
	border-color:#e9ecef
}
.btn-outline-white {
	border:1px solid #fff;
}
.filterTop .intro-search-field > .dropdown-menu {
    width: 360px;
    padding: 15px;
}
.filterTop .dropdown-menu .form-control {
	border-color: #ced4da
}
.drop {
	position:relative
}
.drop:before {
	content: "\e92e";
	font-family: 'Feather-Icons';
	position:absolute;
	right: 10px;
    top: 6px;
    color: #333;
    font-size: 1.25rem;
	cursor:pointer
}
.drop > input {
	cursor:pointer
}
.form-field {
	margin-bottom:1rem
}
.filterTop .intro-search-field > .key-dropdown {
	overflow-x: hidden;
    overflow-y: auto;
	padding:0
}
.dropdown-content {
	position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 300px;
    padding: 15px;
}
.dropdown-foot {
	padding: 15px;
    border-top: 1px solid #ddd;
}
.card-footer {
	border-bottom: 1px solid #ddd
}
.toggleUD {
	font-size: 20px;
    line-height: 1;
	margin-top: -3px;
}
.toggleUD.active {
    transform: rotate(180deg) translate(0, -5px);
}
.toggleUD > i {
    top: 3px;
    position: relative;
}
.with-space > .form-control {
	border-radius: 0.25rem !important;
}
.with-space > span {
    padding: 5px;
}
ul.specs {
	display:flex;
	flex-wrap: wrap;
	margin-left:-6px;
	margin-right:-6px;
	text-align:center
}
ul.specs > li > div {	
    margin: 6px;
	background-color: #fff;
	border:1px solid #ddd;
	padding:10px;
}
ul.specs > li > div > span,
ul.specs > li > div > b {
	display:block
}
ul.specs > li > div > i {
	font-size:1.75rem
}
ul.inline-list > li {
	display:inline-block;
	margin-right:15px
}

.related-ads a {
	color:#333;
	margin-top: 1rem;
}
.related-ads .media img {
	border-radius:0.2rem;
	max-width:100px
}
.related-ads .media p {
	margin-bottom: 5px;
}

.fav {
	position:absolute;
	right:10px;
	top:10px;
	color: #fff;
    font-size: 1.35rem;
	transition:all 0.3s ease-in-out
}
.fav:hover {
	color:#fff;
	transform:scale(1.15)
}

.dropdown.log-in-button {
	padding:0
}
.dropdown.log-in-button .dropdown-menu {
    margin-left: -16px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top: 0;
	border-color:#eee;
}


.header-widget .dropdown:hover>.dropdown-menu {
  display: block;
}

.language-switcher.btn-group > .btn {
	width:auto
}
.accordion>.card .card-header {
    margin-bottom: -1px;
}
.req {
	color: #bb2126;
	font-size: 24px;
    line-height: 0;
    position: relative;
    top: 5px;
}
.header-widget .dropdown-item.active {
	background-color:#fff;
	color: #212529;
	position:relative
}
.header-widget .dropdown-item.active:before {
	content:'\e92b';
	position:absolute;
	top:5px;
	right:15px;
	font-family:'Feather-Icons';
	color:#bb2126
}
.hide_categories{
	display:none;
}
.brr-0 {
	border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.ad-banner > .advdata {
	padding: 1.333rem 0;
    background-color: #fafafa;
	text-align:center
}
ul.table-list {
	display: flex;
    flex-wrap: wrap;
	
}
ul.table-list > li > ul {
	display: flex;
	position:relative;
    padding: 12px 0;
	border-top: 1px solid #dee2e6;
}
ul.table-list-head > li {
	font-weight:600
}
ul.table-list > li > ul > li {
    flex:1
}
ul.table-list > li {
    flex:1
}
.drop-action {
	position:absolute;
	right:20px
}
.drop-action > .dropdown-menu {
}

.intro-banner-search-form .with-autocomplete .input-with-icon i {
	left:auto;
	right:10px
}
.edit_logo_btn {
	width: 30px;
    height: 30px;
    position: absolute;
    left: 40%;
    top: 40%;
    display: block;
}
.avatar-crop-wrapper {
	border:1px solid #ddd;
	height:300px;
	width:100%;
}

.show_categories, .hide_categories {
	border-top:0
}
.filter-header {
	border-bottom:1px solid #ddd;
	padding: 15px 20px;
}
.filter-header > h3 {
	margin-bottom:0
}

.body-backdrop {
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
	transition: opacity 0.15s linear;
	opacity: 0.5;
	z-index: 997;
}

.row-5 {
	margin-left:-5px;
	margin-right:-5px;
}
.row-5 [class*="col"]{
	padding-left:5px;
	padding-right:5px;
}
.row-10 {
	margin-left:-10px;
	margin-right:-10px;
}
.row-10 [class*="col"]{
	padding-left:10px;
	padding-right:10px;
}

.featured-icon {
	position: absolute;
    right: 1rem;
	top: 1rem;
    background-color: #bb2126;
    color: #fff;
    height: 32px;
    width: 32px;
    text-align: center;
    border-radius: 50%;
    line-height: 32px;
    font-size: 18px;
}
.task-listing.featured {
	background-color: #feffe6;
}

/* Button Group */
.btn-group-justified {
    display: flex;
    width: calc(100% + 20px);
}
.btn-group > .btn {
    border-radius:0.3rem !important
}

.btn-group-justified>.btn, .btn-group-justified>.btn-group {
	flex: 1;
    margin-right: 20px;
}

[data-toggle=buttons]>.btn input[type=checkbox], [data-toggle=buttons]>.btn input[type=radio], [data-toggle=buttons]>.btn-group>.btn input[type=checkbox], [data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}
.btn-group > .btn:last-child {
    margin-right: 0;
}

.btn-outline-black {
	border:1px solid #333;
	color:#333;
}
.btn-outline-black.active {
	border:1px solid #bb2126;
	color:#bb2126;
}
.btn-outline-black.focus {
	box-shadow:none
}
.pricing-group {
	display: flex;
    width: calc(100% + 1.25rem);
    flex-wrap: wrap;
}
.pricing-group > .btn {
    margin-right: 1.25rem;
    margin-bottom: 1rem;
    padding: 1rem;
}

.dashboard-box ul > li {
	position:relative
}
.small-footer {
	z-index: 999
}
.small-footer > ul {
	display: flex;
    flex-wrap: wrap;
	margin: -1px;
    text-align: center;
}
.small-footer > ul > li {
	border: 1px solid #ddd;
    margin-left: -1px;
	flex:1
}
.small-footer > ul.sf-contact > li {
	padding:8px
}
.small-footer > ul.sf-contact > li > .btn {
    min-width: 80%;
}
.small-footer > ul > li > a {
	color: #333;
	display: block;
    padding:6px;
}
.small-footer > ul > li > a > i {
	display:block;
	font-size: 1.5rem;
}
.freelancer-footer {
	background-color: #f5f5f5;
	padding:10px 15px
}
.featured-ads .freelancer-details {
    min-height: 100px;
}
ul.list-4 {
	display: flex;
	flex-wrap: wrap;
}
ul.list-4 > li {
	margin: 0;
	padding-right:1rem
}
.defaultImage {
	border: 1px solid #dc3545;
	position:relative
}
.defaultImage:before {
	content: '\e92b';
    position: absolute;
    left: 50%;
    top: 50%;
    font-family: 'Feather-Icons';
    transform: translate3d(-50%,-50%,0);
    color: #ffffff;
    background-color: rgba(0,200,0,0.75);
    width: 22px;
    height: 22px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    line-height: 22px;
}
.show_details_room {
	display:flex;
	align-items: center;
	padding:1rem
}

ul.saved-list > li {
	padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.tippy-popper {
	/* display:none */
}
.langseperator{
	color: #ccc;
    font-weight: 300;
}
.setlang.active{
	color: #000;
	font-weight: bold;
	cursor: default;
}
.mm-listview>li>a.setlang,
.mm-listview>li>span.langseperator {
	display:inline-block
}
.mm-listview>li>span.langseperator {
	padding-left: 0;
    padding-right: 0;
}

.freelancer-details p.location{
	display: block;
    /*display: -webkit-box;*/
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
}
.freelancer-details  i{
color: #bb2126;
}

.freelancer .freelancer-overview .price{
	position: absolute;
    right: 0;
    bottom: 1rem;
    background-color: rgb(0 0 0 / 75%);
    color: #ffffff;
    height: 2rem;
    text-align: center;
    border-radius: 1rem 0 0 1rem;
    line-height: 2rem;
    font-size: 1rem;	
    font-weight: 500;
    padding: 0 0.75rem;
}
.freelancer-footer .user-circle{
	position: relative;
    background-color: #fff;
    border-radius: 50%;
    height: 36px;
    width: 36px;
}
.freelancer-footer .verified-badge{
	position:absolute;
	bottom:0;
	right:-3px;
	transform:scale(0.8)
}
.app{

}
.app > a{
	display:inline-block;
	position:relative;
	overflow:hidden;
}
.app > a > img{
	max-height:48px;
}
.app .coming-soon {
    background-color: #bb2126;
    color: #fff;
    position: absolute;
    top: 0;
    right: -20px;
    font-size: 10px;
    letter-spacing: -0.25px;
    padding: 0.25rem 1rem 0.25rem 3rem;
    transform: rotate(30deg);
    text-transform: uppercase;
}
.fade-in {
	animation-name: fadeIn;
	animation-duration: 1.3s;
	animation-timing-function: cubic-bezier(0, 0, 0.4, 1);
	animation-fill-mode: forwards;
  }

  @keyframes fadeIn {
	from {
	  opacity: 0;
	}

	to {
	  opacity: 1;
	}
  }

.centered {
 display:block;
 margin:0 auto;
 max-width: 75%;
}
.js-lazy-image--handled{
	max-width: inherit;
}
#location-modal ul.other-country-list{
	display: flex;
    flex-wrap: wrap;
}
#location-modal ul.other-country-list li{
	flex: 50%;
	padding: 3px 5px;
}



/* END CSS */