a,
a:hover {
    color: #E51D20;
}
.register{
	/* margin-top: 3%; */
	padding: 3%;
	padding-bottom: 85px;
}
 .register-right{
	background: #ffffff;
    border-radius: 4px;
    border: 1px solid #ddd;
}
.tab-switcher{
	display: flex;
    justify-content: flex-end;
    padding: 20px 0;
}
.register-left-block-content div h3{
	margin: 0;
}
.register-left-block-content div p{
	font-weight: lighter;
	margin: 0;
}
.register .register-form{
	padding: 30px;
}
.btnRegister{
	float: right;
    margin-top: 10%;
    border: none;
    border-radius: 4px;
    padding: 2%;
    background: #E51D20;
    color: #fff;
    font-weight: 600;
    width: 218px!important;
    min-width: 218px!important;
    max-width: none;
    cursor: pointer;
    text-align: center;
}
.register .nav-tabs{
	border: none;
	background: #E51D20;
	width: 30%;
	float: right;
	border-radius: 4px;
}
.register .nav-tabs .nav-link{
	padding: 2%;
	height: 40px;
	font-weight: 600;
	color: #fff;
	line-height: 2.4;
	border-radius: 4px;
}
.register .nav-tabs .nav-link:hover{
	border: none;
}
.register .nav-tabs .nav-link.active{
	width: 100px;
	color: #E51D20;
	border: 2px solid #E51D20;
}
.register-heading{
	text-align: center;
	color: #495057;
}
.nav-tabs .nav-item{
	margin-bottom: 0 !important;
}
/* login CSS */
.login{
	padding: 30px;
	margin: 30px 30px;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #ededed;
}
.login .login-text-header{
	text-align: center;
}
.login-text-header h1{
	font-size: 24px;
}
.login .login-content{
	margin-top: 40px;
}
.login-content .btn-login{
	width: 148px !important;
    min-width: 148px !important;
    max-width: none;
    border: 1px solid #ededed;
    color: #E51D20;
}
.signup{
	margin-top: 60px;
	border-top: 1px solid #ededed;
	padding-top: 30px;
	padding-bottom: 30px;
}
.signup .singup-text-heading{
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	overflow: hidden;
}
.signup .singup-text-heading::after{
	background-color: #8f8e8e;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
    left: 10px;
    margin-right: -50%;
}
.signup .singup-text-heading::before{
	background-color: #8f8e8e;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
    right: 10px;
    margin-left: -50%;
}
.signup .signup-btn{
	width: 218px!important;
    min-width: 218px!important;
    max-width: none;
    border: 1px solid #ededed;
    color: #E51D20;
    margin: 0 auto;
    margin-top: 30px
}
/* Hire Content CSS */
.hire-scope-bg{
	background-color: #fff;
}
.hire-item{
	padding: 10px 20px;
}
.hire-item .bar{
	width: 31px;
	height: 7px;
	background: #E51D20;
	margin-bottom: 10px;
}
.hire-item .dash-xs{
	height: 1px;
    background-color: #e0e0e0;
}
.hire-item .dash-vertical{
	position: absolute;
	background: #e0e0e0;
	width: 1px;
	right: 0;
	top: 0;
	height: 100%;
}
.hire-mt-mb{
	margin-top: 20px;
	margin-bottom: 20px;
}
.hire-mx-20{
	margin-left: 20px;
	margin-right: 20px;
}
/* How it Works CSS */
.how-it-works-container{
	background-color: #fff;
	margin-bottom: 85px;
	padding-bottom: 85px;
}
.how-it-works-header{
	padding-bottom: 30px;
	padding-top: 60px;
	text-align: center;
}
.hiw-item{
	width: 100%;
}
.hiw-item div img{
	width: 100%;
	max-width: 100px;
	object-fit: cover;
	margin: 0 auto;
	display: block;
	padding-bottom: 20px;
}
.hiw-dash{
	margin-top: 20px;
	margin-bottom: 20px;
}
.hiw-dash div{
	height: 1px;
	background-color: #e0e0e0;
}
.hiw-item-text h3{
	text-align: center;
}
.hiw-item-text p{
	text-align: justify;
}
/* EXPERT CSS */
.exapert-area{
	background-color: #fff;
	margin-bottom: 85px;
	padding-bottom: 85px;
}
.exapert-area-header{
	padding-bottom: 30px;
	padding-top: 60px;
}
.expert-item .expert-info div img{
	width: 100%;
	max-width: 100px;
	object-fit: cover;
	height: 100px;
    overflow: hidden;
    border-radius: 50%;
}
.expert-info{
	width: 100%;
	padding: 0 15px;
}
.expert-name{
	margin-bottom: 10px;
	display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   font-size: 14px;
   margin-top: 10px;
}
.expert-rating strong{
	font-size: 24px;
	color: #000;
}
.expert-rating div{
	font-size: 18px;
    color: #ff9e2b;
}
.expert-item-text h3{
	font-size: 15px;
}
.expert-item-text p{
	border-radius: 8px;
	max-width: 100%;
	text-align: center;
	background: #f2f2f2;
	padding: 8px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.expert-item-text p small{
	display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
}
/* Job List  */
.connect-job-list-area{
	padding-bottom: 60px;
}
.job-list-bg{
	padding:  20px;
}
.job-list-header{
    border-bottom: 2px solid #ddd
}
.job-list-header h2{
    font-size: 24px;
    margin-bottom: .5rem;
}
.job-list-content{
	border-bottom: 1px solid #ededed;
	padding: 30px 30px;
    margin-top: 30px;
    background: #fff;
   /* min-height: 367px;*/
}
.job-list-content-header h3 {
    font-size: 18px;
    color: #E51D20;
    margin: 0 0 15px 0;
}
.job-list-content-header h6{
	margin:0;
}
.job-list-content-header h5 {
    margin: 3px 0 7px 0;
    font-size: 14px;
    color: #a0a0a0;
}
.fav-icon{
	border: 1px solid #ededed;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}
.fav-icon span{
	display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
}
.fav-icon:hover{
	background: #fff;
}
.job-short-head p{
	font-size: 14px;
	color: #0000009e;
}
.job-short-head strong{
    color: #000;
}
.job-tag{
	padding-bottom: 20px;
}
.job-tag a{
	background: #f2f2f2;
    padding: 7px 10px;
    border-radius: 12px;
    font-size: 12px;
    text-transform: lowercase;
    color: #a5a5a5;
}
.job-tag a:hover{
	color: #000;
	background: #e0e0e0;
}
.jobs-proposal p{
	font-size: 13px;
}
/* Job Details */
.connect-job-details-area{
	/* margin-top: 3%; */
	padding: 3%;
	padding-bottom: 85px;
}
.job-detail-body{
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.detail-body-up-header {
	padding: 15px;
	border-bottom: 1px solid #ddd;
}
.detail-body-up-header h3{
	margin-top: 15px;
}
.job-detail-short-des{
	padding: 15px;
	border-bottom: 1px solid #ddd;
}
.job-detail-long-des{
	padding: 15px;
	border-bottom: 1px solid #ddd;
}
.project-budget{
	padding: 15px;
	border-bottom: 1px solid #ddd;
	display: flex;
}
.price{
	width: 40%;
}
.price h5{
	margin-bottom: 0;
}
.price h5 span{
	margin-right: 10px;
    transform: rotate(-30deg);
    display: inline-block;
}
.price small{
	margin-left: 30px;
}
.expertice{
	width: 50%;
}
.expertice h5{
	margin-bottom: 0;
}
.expertice h5 span{
	margin-right: 10px;
}
.project-type{
	padding: 15px;
	border-bottom: 1px solid #ddd;
}
.project-type h5{
	margin-bottom: 0;
}
.project-type h5 span{
    color: #b9b9b9;
}
.job-activity{
	padding: 15px;
}
.submit-proposal{
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	min-height: 300px;
	padding: 30px;
}
.submit-proposal-sticky{
	background-color: #fff;
	border-radius: 4px;
	padding: 30px;
	position: sticky;
    bottom: 0;
    left: 0;
    margin-top: -1px;
    border-top: 1px solid #ddd;
}
.btn-submit-proposal {
	color: #fff;
	background-color: #E51D20;
	border-color: transparent;
	border-radius: 4px;
}
.btn-submit-proposal:hover {
	color: #fff;
	background-color: #E51D20;
}
.copy-link-text{
	color: #E51D20;
	cursor: pointer;
	margin-top: 5px !important;
}
.job-custom-input{
	display: block;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    padding: 9px;
}
.share-job{
	margin-top: 30px;
	border-top: 1px solid #ddd;
	padding-top: 30px;
}
.or-text{
	margin-bottom: 10px;
    text-align: center;
}
/* empty-pagg */
.mrg-btm-50{
	margin-bottom: 50px;
}
.empty-page-card{
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	flex: 1;
}
.empty-page p{
	color: #595959;
	font-size: 36px;
	text-align: center;
	line-height: 1;
	font-weight: 500;
	text-shadow: 10px 6px 8px rgba(117, 117, 117, 0.8);
}
.empty-icon{
	text-align: center;
	margin-bottom: 5px;
}
.empty-icon i{
	font-size: 50px
}
/* message page */
.media-body-custom{
	margin-right: 0.75rem;
	margin-left: 0;
}
.body-custom-p{
	display: flex;
	justify-content: flex-end;
}
.chat-item-body-custom{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.chat-module-body-custom{
	background: #fff8f5;
	padding: 20px
}
/* Landing Page CSS */
.banner_area{
	position: relative;
	width: 100%;
	height: calc(100vh - 400px);
}
.banner_area img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.search_area{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.search_card p{
	color: #fff;
	margin-bottom: 0;
}
.search_input{
	flex: 1 1 auto;
    min-height: 1px;
}
.search_input .form-control-lg{
	height: 60px;
	background: #ffffffd6;
	border: 0;
}
.search_input button{
	position: absolute;
    left: auto;
    right: 14px;
    top: 0;
	height: 60px !important;
	width: 160px !important;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	border: 0;
}
.search_input button:hover{
}
/* Proposal Submit */
.proposal-submit-area{
	padding: 3%;
	padding-bottom: 85px;
}
.proposal-form{
	background: #fff;
	padding: 30px;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.additonal-details{
	border-bottom: 1px solid #ddd;
}
.additonal-details h3{
	margin-top: 15px;
}
.file-input-custom{
	opacity: 1;
	position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
	background: none repeat scroll 0% 0% #fff;
	border: 2px dashed #a7a7f0;
	min-height: 50px;
	padding: 10px;
	cursor: pointer;
}
.btn-purple{
	color: #fff;
    background-color: #E51D20;
    border-color: #E51D20;
    width: 218px!important;
    min-width: 218px!important;
    max-width: none;
    border-radius: 4px;
}
.btn-purple:hover{
	color: #fff;
	background-color: #E51D20;
    border-color: #E51D20;
}
.submit-form{
	background: #fff;
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-top: 30px;
}
/* Categor Css */
.category{
	background-color: #fff;
	border-radius: 2px;
    box-shadow: 0 1px 6px rgba(57,73,76,.35);
}
.category a{
    text-decoration: none;
    position: relative;
    overflow: hidden;
}
.category-item img{
	width: 100%;
	object-fit: cover;
	height: 125px;
}
.fixed-footer{
	position: fixed;
	z-index: 1;
}
/*=================================
	New Hero Area
	Author: Md Sazzad Hossain
	Date: 22th Dec 2020;
===================================*/
.dez-bnr-inr.dez-bnr-inr-md {
    height: 400px;
}
.dez-bnr-inr {
    background-size: cover;
    background-position: center center;
    display: table;
    width: 100%;
    text-align: left;
    position: relative;
}
.overlay-black-dark:after {
	opacity: .8;
	background: #192665;
	background: -moz-radial-gradient(center,ellipse cover,#192665 0,#09123f 49%,#222845 100%);
	background: -webkit-radial-gradient(center,ellipse cover,#192665 0,#09123f 49%,#222845 100%);
	background: radial-gradient(ellipse at center,#192665 0,#09123f 49%,#222845 100%);
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.dez-bnr-inr-entry.align-m {
    vertical-align: middle;
	display: table-cell;
	text-align: center;
}
.dez-bnr-inr .container {
    display: table;
    height: 100%;
    position: relative;
    z-index: 1;
}
.job-search-form h2 {
    font-size: 50px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 50px;
    color: #fff;
}
.job-search-form h3 {
    font-size: 24px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 30px;
    color: #fff;
}
.job-search-form form {
    padding: 15px;
    background-color: rgba(255,255,255,.2);
    border-radius: 10px;
    margin-bottom: 20px;
}
.job-search-form .form-control {
    height: 60px;
    border-radius: 0!important;
    margin-right: 0;
}
.job-search-form .input-group-prepend .site-button {
    height: 60px;
    border-radius: 0;
    padding: 0 30px;
    font-size: 18px;
    background-color: #E51D20;
    border:0;
    color: #fff;
}
p {
    line-height: 28px;
}
/* profile css */
.message-list{
	margin-bottom: 20px;
}
.message-form{
	padding: 10px;
    cursor: pointer;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.message-form h4{
	margin-bottom: 0;
}
.view-all-message-list{
	margin-top: 5px;
	text-align: right;
}
.message-from-person{
	width: 80%;
}

.message-from-person p{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.4;
}

.message-time{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
}
.message-time img{
	width: 100%;
	max-width: 50px;
	height: 50px;
	object-fit: cover;
	margin-bottom: 1px;
}


/* Success Page CSS */
.success-container{
    padding: 2rem 0;
    background: #fff;
}
.job-post-success img{
	max-width: 90px;
}
.back-to p{
	margin-bottom: 0;
}
.back-to a span{
	margin-right: 4px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff!important;
    background-color: #4CAF50;
}
.tab-outline .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    color: #ffffff !important;
}
.reg_note {
    margin-top: 31px;
    text-align: center;
}

.reg_note h4{
	font-weight: bold;
}
.share-job a{
	margin-right: 10px;
}


/* messaging css */
.message-list-header{
	padding:  15px 0;
}
.message-list-header h3{
	margin-bottom: 0;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
}
.chat-with{
	display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.chat-with img{
	width: 100%;
	max-width: 50px;
	border-radius: 50%;
	height: 50px;
	object-fit: cover;
}

.chat-with p{
	font-size: 18px;
    margin-left: 15px;
}

/*
=================================
	Scroll To Top
=================================
*/
#back-to-top {
    position: fixed;
    z-index: 9999;
    width: 28px;
    height: 41px;
    line-height: 40px;
    cursor: pointer;
    border: 0;
    border-radius: 50px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    background-color: #E51D2085;
    color: #fff;
    right: 20px;
    bottom: 60px;
    text-align: center;
    font-size: 16px;
}

#back-to-top.show {
  opacity: 1;
}

span.down_arrow {
    float: right;
    transform: translate(-16px,-27px);
}

#get_otp:hover{
	color: #fff;
}

#hide_reg,
#otp_hide,
#error_nonumber{
	display: none;
}

.user_welcome h3 {
    line-height: 49px;
    text-align: center;
    font-size: 23px;
}

.user_welcome{
 	padding: 20px 10px;
}

.user_welcome_suc i {
    font-size: 86px;
    color: #4CAF50;
}

.user_welcome_suc {
    text-align: center;
    margin-bottom: 15px;
}

.button_work_welcome {
	background: #E51D20;
	color: #fff;
	padding: 6px 26px;
	border-radius: 23px;
	display: block;
	margin: 10px 0 0;
	text-align: center;
}

.button_work_welcome:hover{
	color: #fff;
}

.otp_area {
    border: 2px dashed #e8adad;
    padding: 15px;
    display: block;
    margin-top: 25px;
}

.custom_padding {
    text-align: center;
    padding: 15px;
}

.width-84 {
    width: 84%;
}

#search_header{
	color:#fff;
}

.search_mobile {
    background-color: #E51D20;
    border: 0;
    color: #fff;
    padding: 8px 10px;
    width: 100%;
}

.search_area_float {
	display: none;
    background-color: #fff;
    padding: 15px;
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: 9;
    box-shadow: 0px 3px 5px 0 #00000024;
}

.show_search{
	display: block;
}

.job_list_border_top {
    border-top: 1px dashed #ddd;
    padding-top: 15px;
}

.profile_status {
    max-width: 15px;
}

.link_details_view {
    margin-bottom: 25px;
}

.jop_apply {
    padding: 30px 0 15px 0;
    border-top: 1px solid #ddd;
    position: relative;
}
.caret_pos {
    position: absolute;
    right: 0;
    top: -42px;
}

.caret_pos i{
    font-size: 60px;
    color: #ddd;
}

.share_btn {
    border-radius: 100%;
    height: 40px;
    width: 40px;
}
.share_btn i {
    font-size: 22px;
    margin-left: -7px;
}

.share_block_area{
	margin: 30px 0 0 0;
}
.share_block_area a{
	margin-right: 15px;
}

.fbclr{
	color:#0C86EF;
}

.whatsclr{
	color: #5ED071;
}

.mailclr{
	color: #EA4335;
}

.time_elapsed_string{
	margin-top: 5px !important;
	margin-bottom: 10px !important;
}

a.bistarito_job_list {
    background: #E51D20;
    color: #fff;
    padding: 10px;
    margin-right: 10px;
    display: inline-block;
    line-height: 1;
    margin-top: 21px;
    box-shadow: 2px 5px 15px 1px #00000030;
}
.job-list-content-header h5 a {
	color: #a9a9a9;
}
.job-list-content-header h5 a:hover {
	color: #E51D20;
}

.public_profile{
	background-color: #fff;
	padding: 30px;
	margin-top: 25px;
}

.profile_data h1{
	font-size: 22px;
	margin-top: 15px;
	margin-bottom: 0;
}
.profile_data h4{
	font-size: 14px;
}
.verification_info{
	border-top: 1px dashed #ddd;
	padding-top: 15px;
	margin-top: 35px;
}
.verification_info ul{
	margin: 0;
	padding: 0;
}

.verification_info ul li {
	list-style: none;
	margin-bottom: 10px;
	font-size: 14px;
	margin-bottom: 0;
}
.jobs_by_user{
	margin-top: 25px;
}

.jobs_by_user h3{
	margin-bottom: 0;
}

.red {
    background: #f00;
    color: #fff;
    padding: 2px;
    border-radius: 50px;
    font-size: 11px;
}

.green {
    color: #009688;
}

.system_summarize ul {
    margin: 0;
    padding: 0;
    display: flex;
}

.system_summarize ul li {
    list-style: none;
    text-align: center;
    margin-right: 15px;
}

.system_summarize {
    margin-top: 30px;
}

.influencer-profile-data h3{
	font-size: 18px;
}

.job_appy_personal_data{
	border-bottom: 2px dashed #ddd; 
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
}

.right_pic_applist img {
    max-width: 40px;
}

.right_pic_applist {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    overflow: hidden;
}
.applist_wapper{
	width: 100%;
}

.applist_wapper p {
    margin: 0;
}
.send_message_sd_p p{
	margin-bottom: 0;
}
.send_message_sd_p p:nth-child(2){
	font-size: 14px;
}

.send_message_sd_p .profile_status {
    max-width: 15px;
    height: 15px;
}

.opacity_class{
	opacity: 0.5;
}

.job_own_info {
    border: 1px dashed #ddd;
    padding: 15px;
    margin-bottom: 25px;
}

.job_own_info p{
	margin-bottom: 0;
}

.user_image{
	height: 80px;
	width: 80px;
	background-size: cover;
	background-position: top center;
	border-radius: 50%;
	margin-right: 10px;
}

.profile_username{
	font-style: italic;
}

.theme-color{
	color: #E51D20;
}