:root {
font-size: 16px;
}
#main{
	margin-top: 65px;
}
p{
	font-family: 'Open Sans', sans-serif;
	/*font-size: 	0.9375rem;
	line-height: 1.625rem;*/
	font-size: 0.875rem;
    line-height: 1.375rem;
	font-weight:400;
	/*color: rgba(0,0,0,0.6);*/
	color: #1d1f21;
}
.p-small{
	font-family: 'Open Sans', sans-serif;
	font-size: 	0.6875rem;
	line-height: 1.375rem;
	font-weight:300;
	color: #1d1f21;
}
a{
	color: #e51b24;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
    font-size: 	0.75rem;
}
textarea{
	border-radius: 15px !important;
}
.mdj-logo{
	height: 30px;
}
.mdj-logo-sm{
	width: 40px;
}
.mdj-logo-nav-sm{
	height: 45px;
}
.nav{
	background-color: rgba(255,255,255,0.97) !important;
}
.navbar-fixed{
	position: fixed;
	z-index: 999;
	top: 0;
	width: 100%;
	display: block;
	box-shadow: 0 0 8px 1px rgba(0,0,0,.09);
}
.pad-15{
	padding-top: 10px;
	padding-bottom: 10px;
}
.pad-30{
	padding-top: 30px;
	padding-bottom: 30px;
}
.btn-red-fill{
	color:#fff;
	letter-spacing: 1px;
	background-color: #e51b24;
	border: 1px solid #e51b24;

}
.btn-red-fill:hover {
	/*color: #1d1f21;*/
	background-color: #8a0a1f;
	color: rgba(255,255,255,1);
}
.btn-purple-fill{
	color:#fff;
	background-color: rgba(29, 31, 33, 0.71);
	border: 1px solid rgba(29, 31, 33, 0.71);
	margin-left: 5px;

}
.btn-purple-fill:hover {
	/*color: #1d1f21;*/
	background-color: #565353;
	color: rgba(255,255,255,1);
}
.jumbotron h3{
	color: #1d1f21;
	/*text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);*/
}
h3 {
	color: #1d1f21;
}
.head-underline:after{
	background: #e51b24;
    content: "";
    display: block;
    height: 5px;
    margin-top: 10px;
    width: 32px;
}

.pull-right{
	float: right;
	position: relative;
}
.job-title{
	font-size: 0.9375rem;
	color: #1d1f21 !important;
	font-weight: 600;
	display: block;
	line-height: 1.7rem;
}
.job-title-divider{
	/*background-color: #ddd;
	padding: 13px 1px;*/
	background-color: #1d1f21;
	padding: 3px;
	margin-top: 9px;
	display: block;
	float: left;
	position: relative;
	display: none;

}
.company-name
{
	/*background-color: rgba(255,255,255,1);*/
	font-size: 12px;/*
	border-radius: 3px;
	color: rgba(29, 31, 33, 0.71);
	border:1px solid #ddd;*/
}
.sponsored{
	background-color: #f1f1e0 !important;
	border-bottom: 1px solid #ddd !important;
}
.sponsored:hover{
	background-color: #f5f5f5;
}
.company-name-sponsored a{
	font-size: 12px;
	background-color: #e51b24;
	color: rgba(255,255,255,1) !important;
	margin-left: 10px;
}
.company-name-sponsored a:hover{
	/*border-color: #e51b24;
	color: rgba(255,255,255,1) !important;
	background-color: #e51b24;*/
	text-decoration: underline;
}

.job-row:hover .company-name-sponsored a{
	color: #e51b24;
}
.company-name a:hover{
	/*background-color: #e51b24;
	color: rgba(255,255,255,1) !important;*/
}
.job-title:hover{
	color: #e51b24 !important;
}
.job-row:hover .company-name a{
	border-color: #e51b24;
	color: #e51b24;
}
/*.border-2right{
	border-right: 2px solid #fff;
}*/
.company-name a{
	color: rgba(29, 31, 33, 0.71);
	font-weight: 400;
	border: 1px solid #eee;
}
.date{
	color: rgba(29, 31, 33, 0.71);
	font-size: 0.6875rem;
	display: inline-block;
}
.job-list-date{
	font-size: 0.6875rem;
	color: rgba(29, 31, 33, 0.71);
}
.date p{
	font-size: 0.6875rem;
	color: rgba(29, 31, 33, 0.71);
	font-weight: 300;
}
.job-row{
	/* margin-bottom: 2px; */
    /* box-shadow: 0 0 3px 2px #eee; */
    border-radius: 10px;
    padding: 18px 15px 18px 0px;
    z-index: 33;
    border-bottom: 1px solid #eee;
    transition: all .4s ease-in-out;
    /*background: white;
    margin-bottom: 3px;*/
    /* margin-bottom: 20px; */
}
.home-blog-block{
	background-color: rgba(255,255,255,1);
	overflow: hidden;
	-webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
    box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
    margin-bottom: 15px;
    border-radius: 10px;
    padding: 10px;
    /*min-height: 260px;*/
}
.job-related-block{
	overflow: hidden;
    border-radius: 10px;
    padding: 15px;
	margin-bottom: 15px;
	border: 1px solid #eee;
}
.job-row:hover,
.home-blog-block:hover,
.blog-block:hover,
.job-related-block:hover{
	/*background-color: #f1f1f1;*/
	/*-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.07);
    box-shadow: 0 1px 2px rgba(0,0,0,.07);*/
    -webkit-box-shadow: 0 0 30px 10px rgba(0,0,0,.05);
    box-shadow: 0 0 30px 10px rgba(0,0,0,.05)
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    background-color: rgba(255,255,255,1);
    border-radius: 10px; 
}
.subscribe{
	background-color: #ddd;
    color: rgba(255,255,255,1);
	/*background-color: #1d1f21;
	margin-top: 50px;
	color: rgba(255,255,255,1);
	border-bottom: 1px solid #1c2228;*/
}
/*Form*/
.input-group{
	/*background-color: rgba(255,255,255,1);*/
}
.subscribe h3{
	color: rgba(255,255,255,1);
}
.btn-subscribe{
	color: rgba(255,255,255,1)fff;
    background-color: #1d1f21; 
}
.subscribe-input{
	color: #1d1f21;
	background-color: transparent !important;
	text-align: left;
	margin-bottom: 5px;
	border:2px solid #e51b24;/*4#1d1f21;*/
	padding: 14px ;
	outline: 0;
	border-radius: 50px;
	margin-right: 5px;
	min-width: 250px;
	max-width: 300px;
}
.subscribe-input:focus{
	border:2px solid #1d1f21;
	background-color: rgba(255,255,255,1) !important;
}
.btn-subscribe{
	letter-spacing: 3px;
	color: #e51b24;
    background-color: rgba(255,255,255,1);
    border: 1px solid transparent;
    padding: 15px 20px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    padding-top: 17px;
    padding-bottom: 14px;
    -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
    box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
    transition: all .2s ease-in-out;
}
	/*color: rgba(255,255,255,1);
    background-color: #e51b24;
    border: 1px solid #e51b24;*/
.btn-subscribe:hover{
	color: rgba(255,255,255,1);
	background-color: #e51b24;
	-webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 0 1px 1px rgba(0,0,0,.1);
	/*color: rgba(255,255,255,1);
	background-color: #c91420;*/
}
footer{
	background-color: #1d1f21;
	
}
footer h4 , footer p , footer p a{
	color: #444 !important;
    font-size: 0.75rem;
    font-weight: 500;
    text-align: center;
}
/*search*/
#custom-search-input{
    /*padding: 3px;
    border: 2px solid #ddd;*/
    border-radius: 6px;
   	background-color: rgba(255,255,255,0.9);
}
#custom-search-input:hover ,
#custom-search-input input:focus #custom-search-input{
	/*border:2px solid #1d1f21;*/
	background-color: rgb(255, 255, 255, 1);
}
#custom-search-input input{
    border: 0;
    box-shadow: none;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #1d1f21;
    padding: 0 15px 0 15px;
    /*border-left: solid 1px #ccc;*/
    display: inline-block;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
    color: #e51b24;
}

#custom-search-input .glyphicon-search{
    font-size: 23px;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.lang{
	padding: 8px 18px;
	margin-bottom: 10px;
	border-radius: 3px;
	font-size: 13px;
}
.detail p{
	line-height: 1.8em;
	font-size: 15px;
	color: rgba(29, 31, 33, 0.71);
}
.modal-header .close{
	border: none !important;
	padding-top: 5px;
	background-color: transparent;
	color: rgba(29, 31, 33, 0.71);
}
.modal-header .close:hover
{
	color: #1d1f21 ;
}
.modal-footer a{
	color: rgba(29, 31, 33, 0.71);
}
.modal-footer a:hover{
	color: #1d1f21 ;
}
.btn-sign-in{
	color: rgba(255,255,255,1);
	padding-top: 8px;
    padding-bottom: 10px;
    margin: 3px;
    min-width: 230px;
}
.btn-fb,
.btn-twitter,
.btn-google,
.btn-linkedin{
	color: rgba(255,255,255,1);
	width: 50px;
}
.btn-fb{
	background-color: black;
}
.btn-twitter{
	background-color: #55acee;
}
.btn-google{
	background-color: #dd4b39;
}
.btn-linkedin{
	background-color: #007bb5;  
}
.pager a{
	color: rgba(29, 31, 33, 0.71);
	margin-bottom: 5px;
}
.pager-active{
	color: #1d1f21 !important;
	border-color: #1d1f21 !important;
}
.previous a, .next a{
	color: #1d1f21 !important;
}
.form-group label{
	text-align: left !important;
	padding-top: 10px;
}
.job-create-input{
	margin-right: 10px;
    color: #1d1f21;
    background-color: transparent !important;
    text-align: left;
    margin-bottom: 5px;
    border: 1px solid #1d1f21;
    padding: 13px;
    outline: 0;
    border-radius: 50px;
    width: 100%;
}
.job-create-input:focus{
	border-color: #e51b24;
}
trix-editor{
	border-radius: 15px !important;
	border:1px solid #1d1f21 !important;
}
.job-create-label{
	
}
.job-description{
	min-height: 100px;
}

/*.alert{
	border-top:1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 10px 20px 20px 20px;
	border-radius: 3px;
	margin-bottom: 20px;
}*/
.text-red{
	color: #e51b24;
}
.btn-black-stoke{
	color: #1d1f21;
    background-color: rgba(255,255,255,1);
    border: 1px solid #1d1f21;
}
.btn-black-stoke:hover{
	background-color: #1d1f21;
	color: rgba(255,255,255,1);
}
.company-logo{
	padding: 10px 0 2px 0;
}
.company-logo-img{
	
	height: 100px;
	background-color: #eee;
	border:1px solid #eee;
}
.btn-user {
    line-height: 1.3333333;
    border-radius: 3px;
    font-weight: 500;
    color: #1d1f21;
    /* background-color: rgba(255,255,255,0.1); */
    background-color: rgba(28, 37, 50, 0.07);

}
.btn-user:hover {
    color: rgba(255,255,255,1);
    /* border-color: #1d1f21; */
    background-color: #1d1f21;
}
/* Dropdown Button */
.dropbtn {
    
}

.dropdown {
    position: relative;
    display: inline-block;
    z-index: 999;
}
.blog-block{
	background-color: rgba(255,255,255,1);
    box-shadow: 0 1px 2px rgba(0,0,0,0.07);
    margin-bottom: 15px;
    border-radius: 10px;
    padding: 10px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(255,255,255,1);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
    right: 0;
}

.dropdown-content a {
    color: black;
    padding: 18px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    font-size: 12px;
}
.dropdown-content a:last-child{
	border-top:2px solid #eee;
}
.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    /*background-color: #3e8e41;*/
}
.content-min-heigh{
	min-height: 450px;
	padding-top: 10px;
    /*padding-bottom: 50px;*/
}
.not-found-404{
	padding-top: 12%;
	padding-bottom: 10%;
}
.error {
	color: red;
}
[v-cloak] > * { display:none }

.detail-color {
	color: rgba(29, 31, 33, 0.71);
	line-height: 1.8em;
	font-size: 1rem;
}

/*Home ads*/
.home-kyaw-nyar{
	display: block;
	background-color: #eee;
	background-image: url("../img/pattern-2.png");
	border-bottom: 1px solid #e3e3e3;
	text-align: center;
}
.home-kyaw-nyar h3{
	color: #e51b24;
	font-size: 26px;
}
.home-kyaw-nyar h4{
	color: rgba(29, 31, 33, 0.71);
	font-size: 16px;
	font-weight: 400;
}

.interview {
	line-height: 3.5em;
	padding: 1em;
    color: #444;
    /*text-transform: uppercase;*/
    letter-spacing: 0.5px;
}
.interview:hover {
    color: #e51b24;
}
.category {
	font-size: 0.6875rem;
	color: rgba(29, 31, 33, 0.71);
	line-height: 2.5em;
	display: inline-block;
}
.bg-white {
	background-color: rgba(255,255,255,1);
	/*box-shadow: 0 0 2px rgba(0,0,0,0.14);*/
}
.detail-margin {
	padding-top: 6%;
	/*padding-bottom: 8%;*/
}

.noti:after {
	color: #da1323;
	content: '';
	display: inline-block;
	border: 3px solid red;
	border-radius: 3px;
	margin-left: 3px;
	vertical-align: text-top;
}
.border-not-ads {
	border:1px solid #f5f5f5;
}

.jumbotron {
   /*padding-top: 11%;
   padding-bottom: 10%;*/
   /*background-image: url(/img/bg-4.png);*/
   background-size: contain;
   background-repeat: no-repeat;
   background-position: right top;
}

.home-side-search-btn {
	right: 45px;
	z-index: 9999;

}
.home-search-input{
	border: none;
	background-color: rgba(255,255,255,0.9);
}
.home-search-input:focus{
	border: none;
	background-color: rgba(255,255,255,1);
}
.search-no-border{
	border:none;
	color: rgba(29, 31, 33, 0.71);
	background-color: transparent;
}
.search-no-border:hover, 
.search-no-border:focus,
.search-no-border:visited{
	background-color: transparent;
	color:#333;
}
.search-font-size{
	font-size: 20px !important;
}
.home-search-input{
	border-radius: 5px !important;
}
.sub-nav{
	line-height: 3em;
	background-color: #1d1f21;
	border-bottom: 1px solid #eee;
}
.sub-nav a{
	color: #fff;
	text-align: center;
	/*display: block;*/
	font-weight: 300;
}
/*search*/
/*home Search*/
.home-search .home-search-wrapper {
  height: auto;
  width: auto;
  max-width: 100%;
  overflow: hidden;
  background: transparent;
  margin: 0;
  position: static;
}
  
.home-search .home-search-form {
  overflow: hidden;
  position: relative;
}
  
.home-search .home-search-input-wrapper {
  padding: 0 15px 0 0; /* Right padding for submit button width */
  overflow: hidden;
}

.home-search .home-search-input {
  width: 100%;
}

/***********************
 * Configurable Styles *
 ***********************/


.home-search .home-search-input {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 45px;
  padding: 0px 0px 0 10px;
  border-color: transparent;
  border-radius: 50px !important;
  border-style: solid;
  border-width: 5px;
  margin-top: 15px;
  color: #444;
  font-family: 'Helvetica', sans-serif;
  font-size: 0.9375rem;
  -webkit-appearance: none;
  -moz-appearance: none;/*
  background-color: #DDE0E2;*/
  /*background-color: #EEEFF0;*/
  background-color: #eee;
  border: 1px solid transparent;
}
.home-search-input{
  background-color: #eee;
}  
.home-search .home-search-submit {
	position: absolute;
    z-index: 99;
    right: 0px;
    top: -12px;
    display: block;
    /* width: 49px; */
    background-color: rgba(255,255,255,1);
    border-radius: 50px;
    /* box-shadow: 1px 1px 1px 1px #eeee; */
    padding: 0;
    border: none;
    margin-top: 28px;
    margin-right: 4px;
    /* background: transparent; */
    color: #e51b24;
    font-family: 'Helvetica', sans-serif;
    font-size: 0.9375rem;
    /* line-height: 60px; */
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    padding: 12px 15px;
}

.home-search .home-search-input:focus {
  outline: none;
  background-color: #ddd;
}

.home-search .home-search-input:focus.home-search-submit {
  color: #333; 
}

.home-search .home-search-submit:hover {
  color: #1d1f21;
  cursor: pointer;
  box-shadow: 0 1px 15px rgba(0,0,0,.2);
}

::-webkit-input-placeholder {
  color: #888;  
}

input:-moz-placeholder {
  color: #888
}

.hidden-overflow {
	overflow: hidden;
}

/*Jun 11*/
/*.text-uppercase{
	text-transform: uppercase;
}*/
.btn-dropshadow{
	-webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
    box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
}
.btn{
	border: transparent;
	border-radius: 50px;
	font-weight: 700;
	margin-left: 10px;
	font-size: 0.75rem;
    transition: all .2s ease-in-out;
}
.btn-signin{
	background-color: #eee;/*
	border: 1px solid #1d1f21;*/
	color: #1d1f21;
}
.btn-signin:hover{
	color: rgba(255,255,255,1);
	background-color: #1d1f21;
}
.btn-register{
	background-color: transparent;
	color: #1d1f21;
}
.btn-register:hover{
	color: #e51b24;
}
.padding0{
	padding: 0;
}
.home-search-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:rgba(255,255,255,0.5);
   /*olor: #fff;*/
    opacity: 1; /* Firefox */
}
.btn-social{
	font-size: 0.5rem;
}
.btn-edit{
	background-color: #eee;
	padding: 5px 15px;
	border-radius: 2px;
	color: rgba(29, 31, 33, 0.71);
	margin-left: 5px;
	display: inline-block;
}
p .user-job-total-view{
	margin-top: 10px !important;
}
.recent-jobs-title{
	opacity: 0.5;
	font-weight: 500;
}
.no-margin{
	margin: 0;
}
.user-form-jun-13 form{
	display: inline-block;
}
.pad50{
	padding-bottom: 50px;
	padding-top: 50px;
}
.pad65{
	padding-bottom: 5%;
	padding-top: 5%;
}
.primary-txt-color{
	color: #1d1f21;
}
.footer-block{
	/*background-image: url("../img/s-1.jpg"); */
	/*background-color: rgba(255,255,255,1);*/
}
.active{
	color: #1d1f21;
	font-weight: 700;
	/*background-image: url(/img/nav-active-bg.png);*/
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.text-white{
	color: rgba(255,255,255,1) !important;
}
.text-white-op7{
	color: rgba(255,255,255,.7) !important;
}
.text-black{
	color: rgba(29, 31, 33,1) !important;
}
.text-black-op7{
	color: rgba(29, 31, 33,.7) !important;
}
.text-red{
	color: #e51b24 !important;
}
.text-dark-blue{
	color: #1d1f21 !important;
}
.text-experience{
	color: #2C3176 !important;
	font-weight: 700;
	font-size: 0.75rem;
}
.text-opacity-50{
	opacity: 0.7;
}
.home-blog-block img{
	background-color: #1d1f21;
	margin-bottom: 10px;
}
.home-blog-block a:hover,
.job-related-block a:hover{
	color: #e51b24 !important;
}
.padding-left-right{
	padding-left: 5px;
	padding-right: 5px;
}
.blog-block:hover .blog-list-title h6 a,
.blog-block:hover a h6 {
	color: #e51b24 !important;
}
.blog-list-title h6 a {
	font-size: 0.9375rem !important;
	font-weight: 700;
}
.margin0{
	margin: 0;
}
.blog-big-img-height{
	/* height: 300px; */
	width: 100%;
}
.skill-text{
	border:1px solid rgba(0,0,0,0.07);
	background-color: rgba(255,255,255,0.05);
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 2px 7px;
    color: rgba(0,0,0,0.6);
    border-radius: 2px;
    line-height: 1.625rem;
    font-weight: 300;
}
.view-profile-btn{
    display: block;
    border-radius: 2px;
    line-height: 2.25rem;
    color: rgba(0,0,0,0.7);/*
    border: 1px solid rgba(0,0,0,0.1);*/
    transition: all .15s ease-in-out;
    background-color: rgba(1,22,39,0.07);
}
.blog-block:hover .view-profile-btn{
	background-color: #1d1f21;
	color: rgba(255,255,255,0.7);
}
.blog-block:hover .skill-text{
	color: rgba(0,0,0,0.9);
}
.freelence-profile-img{
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.freelence-profile-img-square{
	height: 190px;
	overflow: hidden;
}

/*freelencer serach Input*/

.freelencer-search-input{
     /* background-color: #eee; */
    height: 45px;
    /* border: 1px solid transparent; */
    /* color: #1d1f21; */
    margin-right: 10px;
    color: #1d1f21;
    background-color: transparent !important;
    text-align: left;
    margin-bottom: 5px;
    border: 1px solid #1d1f21;
    padding: 13px;
    outline: 0;
    border-radius: 50px;
}
.select-input-round{
	padding-top: 1px;
	border-radius: 50px;
	border:1px solid #1d1f21;
	margin-right: 15px;
}
.select-input-round select{
	height: 41px;
    background-color: transparent;
    border-color: transparent;

}
.height43{
  height: 45px;
}
.freelencer-search-input:focus{
  background-color: transparent;
  border-color: transparent;
}
.btn-dark-blue-fill{
	background-color: rgba(1,22,39,1);
    /* border: 1px solid #e51b24; */
    color: rgba(255,255,255,1);
}
.btn-dark-blue-fill:hover{
	background-color: rgba(1,22,39,0.8);
    /* border: 1px solid #e51b24; */
    color: rgba(255,255,255,1);
}
.btn-line{
	letter-spacing: 3px;
    /* color: #fff; */
    position: relative;
    border-radius: 50px;
    line-height: 13px;
    z-index: 1;
    font-weight: 700;
    padding: 20px 40px;
    display: inline-block;
    border: 2px solid #e51b24;
    margin-top: 20px;
    transition: all .1s linear; 
}
.btn-line:hover{
	background-color: #e51b24;
	color: #fff; 
}
.more-jobs{
	letter-spacing: 3px;
    position: relative;
    border-radius: 50px;
    line-height: 13px;
    z-index: 1;
    font-weight: 700;
    padding: 11px 20px;
    display: inline-block;
    transition: all .1s linear; 
}
.more-jobs:hover{
	background-color: #e51b24;
	color: #fff; 
}
/*.lnr-arrow-right:before {
    content: "\f061";
}*/
.padding-left-0{
	padding-left: 0;
}


.hidden-overflow {
	overflow: hidden;
}
#select-experience,
#freelencer-search{
	width: 100%
}
/*.bg-green{
	background-color: #7EBDC2;
}
.bg-yellow{
	background-color: #EEE3AB;
}
.bg-blue{
	background-color: #7EB2DD;
}
.bg-red{
	background-color: #E51B24;
}
.bg-grey-ddd{
	background-color: #ddd !important;
}
.bg-dark-red
{
	background-color: #3B1F2B;
}*/
.pad-round-15{
	padding: 15px;
}
.project-info-text{
	display: inline-block;
	border-left: 2px solid rgba(0,0,0,0.1);
	padding: 0 10px;
}
.modal-freelencer-width{
	width: 85%;
	height: 90%;
}
.modal-content-100{
	/*height: 100% !important;*/
}
.freelence-profile-detail-img{
	height: 200px;
}
.freelencer-info-detail-block{
	background-color: #fafafa;
}

.success {
	background-color: #dff0d8;
    padding: 15px;
    border-radius: 2px;
	border: 1px solid #d6e9c6;
	color:#3c763d;
}

.error {
	background-color: #f2dede;
    padding: 15px;
    border-radius: 2px;
	border: 1px solid #ebccd1;
	color:#a94442;
}
.bgf7f7f7{
	background-color: #fafafa;
}
.display_inline_block{
	display: inline-block;
}
.fa-facebook, .fa-twitter, .fa-linkedin, .fa-google-plus{
	font-size: 1.5em;
	padding: 7px 5px;
}
.banner-bg-img{
	background-color: red;
	position: absolute;
	top: 0;
}
.footer-social{
	background-color: rgb(255,255,255,0.06);
	-webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
    box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
    padding: 6px 15px;
    border-radius: 44px;
    transition: all .2s ease-in-out;
}
.footer-social:hover{
	background-color: rgb(4, 4, 4);
	-webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 0 1px 1px rgba(0,0,0,.1);
}
.footer-social a{
	color: white;
}
.footer-social:hover a{
	/*color: #e51b24;*/
}
.social-subscribe{
	background-color: #1d1f21;
	/*background: url(/img/sub-bg-2.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
.detail-bg{
	background-color: #fafafa;
}
.job-description-bg{
	background: #fff;
    box-shadow: 0 0 10px 2px #eee;
    padding: 35px;
    border-radius: 10px;
    margin: 30px 0;
}
.no-padding{
	padding: 0;
}
.div-padding{
	padding-top: 7%;
	padding-bottom: 7%;
}
.detail-padding{
	padding-top: 4%;
	padding-bottom: 4%;
}
.bg-gradient{
	background: #ff00cc;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #333399, #ff00cc);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #333399, #ff00cc); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.bg-gradient-1{
	background: #606c88;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #3f4c6b, #606c88);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #3f4c6b, #606c88); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.blog-text{
	line-height: 1.8rem !important;
	font-size:1rem !important;
}
/*.blog:before{
	content: '';
    position: absolute;
    right: 0;
    width: 550px;
    height: 550px;
    background-image: url(/img/w-img.svg);
    background-size: 1000px 550px;
    background-repeat: no-repeat;
}*/
/*.home-banner-img:before{
	content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 600px;
    height: 682px;
    background-image: url(/img/banner-img-2.png);
    background-size: 600px 526px;
    background-repeat: no-repeat
}*/
