
/*@import url(https://fonts.googleapis.com/css?family=Work Sans:300, 300i, 400, 400i, 500, 600, 700);

@import url(https: //fonts.googleapis.com/css?family=Josefin+Sans:300, 300i, 400, 400i, 600, 600i, 700, 700i);*/

/*@font-face {
font-family: ProximaNovaRegular;
src: url(../fonts/ProximaNovaRegular.woff);
}
@font-face {
font-family: Metropolis-Black;
src: url(../fonts/Metropolis-Black.woff);
}
@font-face {
font-family: Metropolis-Bold;
src: url(../fonts/Metropolis-Bold.woff);
}*/
em {
	text-decoration: none;
	font-style: normal;
}
::selection {
	background: #0a6ed4;
	color: #fff;
	text-shadow: none;
}
.white_bg {
	background-color: #fff !important;
	box-shadow: 0 2px 6px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.05);
	/*top: 0px;*/
}
.heading h2, body, p {
	font-family: 'Lexend', sans-serif !important; 
}
.btn, body{
	position: relative;
	font-weight: 500;
}
body, html {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
body {
	font-weight: 400;
	font-size: 14px;
	color: var(--black);
	line-height: 24px;
}
body.modal-open {
	padding-right: 0 !important;
}
.profile-page-sec{
	background-color: #fff;
	padding-top: 40px;
}
.profile-page-sec .col-md-12.col-sm-12 {
	padding-right: 0;
	padding-left: 0;
}
.profile-page-sec .col-md-12.devs-main-fullcol {
	padding-left: 15px;
	padding-right: 15px;
}
.padd-less-col .col-md-4 {
	padding-right: 0;
}
.padd-less-col .col-md-3 {
	padding-left: 0;
}
.padd-less-col .col-md-5 {
	padding-left: 10px;
	padding-right: 10px;
}
.heading p, p {
	line-height: 1.8;
	font-weight: 500;
}
p {
	-webkit-transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	transition: .2s ease-in;
}

p a {
	color: #3d82ab;
}
a {
	color: #3d82ab;
}
a, a:active, a:focus, 
a:hover {
	color: #3d82ab;
	outline: 0;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.btn, .btn-square {
	/* transition: all ease .4s;*/
}
.centered {
	display: table;
	margin: 0 auto;
}
.badge {
	font-weight: 600;
}
.text-center {
	text-align: center;
}
/*section {
	padding: 4em 0 3em;
}*/
.small-pad {
	padding: 1em 0 1.5em;
}
section.gray {
	background: #eff2f5;
}
.light-gray {
	background: #F5F7F8;
}
a.btn.call-btn {
	background: #fff;
	border-radius: 4px;
	padding: .8em 2em;
	color: #ff7c39;
}
.d-block {
	display: block;
	margin-bottom: 10px;
}
.btn-square, 
.btn-square-large {
	display: inline-block;
	text-align: center;
}
.no-shadow, .no-shadow:focus, .no-shadow:hover {
	box-shadow: none!important;
}
.heading {
	padding: 0 0 25px;
	margin-bottom: 20px;
	text-align: center;
}
.heading h2 {
	font-weight: 500;
	margin-top: 0;
}
.heading p {
	font-size: 15px;
}
button:focus, button:hover, input:focus, input:hover {
	outline: 0;
}
.btn {
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 400;
	border: 1px solid;
	background-image: none;
	padding: 10px 15px;
}
button.btn.btn-default {
	background-color: var(--black);
	color: #fff;
	border: none;
	border-radius: 2px;
	padding: 10px 25px;
	font-weight: 600;
	letter-spacing: 0px;
	text-transform: capitalize;
}
button.btn.btn-submit{
	background-color: #0a6ed4;
	color: #fff;
	border: none;
	border-radius: 2px;
	padding: 10px 25px;
	font-weight: 600;
	letter-spacing: 0px;
	text-transform: capitalize;
}
button.btn.btn-default:hover, button.btn.btn-default:focus, button.btn.btn-default:active {
	background-color: var(--black);
	color: #fff;
	border: none;
}
.btn-m {
	padding: 14px 30px;
	font-size: 16px;
}
.radius-0 {
	border-radius: 0;
}
.btn-l {
	padding: 16px 35px;
	font-size: 17px;
}
.btn-xl {
	padding: 20px 40px;
	font-size: 18px;
}
.btn-square {
	width: 44px;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	border-radius: 4px;
	margin: 5px;
}
.btn-square-large {
	width: 55px;
	height: 55px;
	line-height: 55px;
	font-size: 18px;
	border-radius: 4px;
	margin: 7px;
}
.light-gray-btn {
	background: #e8edf1;
	border: 1px solid #e5eaef;
}
.light-gray-btn:focus, 
.light-gray-btn:hover {
	color: #fff;
	background: #3d82ab;
	border: 1px solid #3d82ab;
}
.btn-general-white-bg {
	background: #fff;
	color: #ff7c39;
	border-color: #fff;
}
.btn-general-theme-bg, 
.btn-general-white-bg:focus, 
.btn-general-white-bg:hover {
	background: #ff7c39;
	color: #fff;
	border-color: #ff7c39;
}
.btn-general-theme-bg:focus, 
.btn-general-theme-bg:hover {
	background: #fff;
	color: #ff7c39;
	border-color: #fff;
}
.btn-general-theme-trans-bg {
	background: rgba(255, 58, 114, .1);
	border-color: #ff7c39;
	color: #ff7c39;
}
.btn-general-theme-trans-bg:focus, 
.btn-general-theme-trans-bg:hover {
	background: rgba(255, 58, 114, 1);
	border-color: #ff7c39;
	color: #fff;
}
.full-width {
	width: 100%
}
.btn-width-200 {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}
.form-control {
	height: 35px;
	border: 1px solid #ebebeb;
	margin-bottom: 22px;
	box-shadow: none;
	border-radius: 2px;
	background: #f9f9f9;
	font-size: 14px;
	color: var(--black);
	font-weight: 500;
}
.form-control.otp-mobile {
	margin-bottom: 0;
}
.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.bootstrap-select.form-control{
	padding: 0;
	margin-bottom: 10px;
	border: 1px solid #dde6ef;
}
.form-control:focus, .form-control:hover {
	border: 1px solid #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
}
.signup-form-sec .has-success .form-control:focus {
	-webkit-box-shadow: none !important;
	box-shadow:  none !important;
}
.form-control .btn.dropdown-toggle.btn-default:focus, .form-control 
.btn.dropdown-toggle.btn-default:hover {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
}
span.input-group-addon {
	color: #677782;
	border-color: #dde6ef;
	background: #fbfdff;
	border-left: 0;
}
nav.navbar.navbar-default.navbar-fixed.white.bootsnav.shadow.on.menu-center.no-full {
	box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
}
.bootstrap-select button.btn.dropdown-toggle.bs-placeholder.btn-default {
	background: 0 0;
	height: 46px;
	border: 1px solid transparent;
	color: #445461;
	text-shadow: none;
	border-radius: 0;
	box-shadow: none;
}
.btn.btn-primary, .btn.btn-primary:focus, 
.btn.btn-primary:hover {
	border: 1px solid #0a6ed4 !important;
	border-radius: 2px;
	height: 45px;
	background: #0a6ed4 !important;
	color: #fff !important;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0px;
}
.btn-default.active.focus, .btn-default.active:focus,
.btn-default.active:hover, .btn-default:active.focus, 
.btn-default:active:focus, .btn-default:active:hover, 
.open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, 
.open>.dropdown-toggle.btn-default:hover {
	color: var(--black);
	background-color: transparent;
	border-color: transparent;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
	background: #25b1ff !important;
}
.bootstrap-select .dropdown-toggle:focus {
	outline: 0!important;
	outline-offset: 0!important;
}
.file-upload-input, .main-banner fieldset .form-control:focus, .main-banner fieldset .seub-btn:focus, .main-banner fieldset select.selectpicker:focus, .slick-initialized .slick-slide:focus {
	outline: 0;
}
.bootstrap-select.btn-group .dropdown-menu li a {
	padding: 8px 10px;
}
.bootstrap-select.btn-group .dropdown-menu li a:hover {
	box-shadow: none;
	background: #ff7c39;
	color: #fff;
}
.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
	color: #445461;
	background-color: transparent;
	border-color: transparent;
}
button.btn.dropdown-toggle.btn-default {
	background: 0 0;
	border: none;
	box-shadow: none;
	height: 46px;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	background-color: #ff7c39;
}
.chosen-container-single .chosen-single {
	background: #fbfdff;
	border: 1px solid #dde6ef;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #445461;
	height: 50px;
	line-height: 50px;
	margin-bottom: 10px;
	border-radius: 0;
}
.chosen-container-single .chosen-single div {
	top: 8px;
}
.chosen-container-active.chosen-with-drop .chosen-single {
	background-color: #fff;
	border: 1px solid #dde6ef;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
}
.chosen-container-single .chosen-search input[type=text] {
	border: 1px solid #dde6ef;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 1px 0;
	padding: 4px 20px 4px 4px;
	width: 100%;
	border-radius: 0;
}
.chosen-container .chosen-results li.highlighted {
	background-color: #f4f5f7;
	background-image: none;
	color: #445661;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: -15px 7px;
}
.chosen-container 
.chosen-drop {
	background: #fff;
	border: 1px solid #dde6ef;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-box-shadow: 0 2px 10px 0 #d8dde6;
	box-shadow: 0 2px 10px 0 #d8dde6;
	margin-top: -1px;
	position: absolute;
	top: 100%;
	left: -9000px;
	z-index: 1060;
}
.wysihtml5-toolbar a.btn {
	background: #fbfdff;
	color: #35434e;
	margin-right: 5px;
	border-color: #dde6ef;
}
.bootstrap-wysihtml5-insert-link-modal [class*=" icon-"],.btn .icon-share, .btn-group [class^=icon-] {
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 14px;
	vertical-align: text-top;
	background-image: url(../img/glyphicons-halflings.png);
	background-repeat: no-repeat;
}
.bootstrap-wysihtml5-insert-link-modal [class*=" icon-"], .btn-group [class^=icon-] {
	background-position: 14px 14px;
}
.btn-group .icon-indent-left {
	background-position: -384px -48px;
}
.btn .icon-share {
	background-position: -120px -72px;
}
.btn-group .icon-indent-right {
	background-position: -408px -48px;
}
.btn-group .icon-th-list {
	background-position: -264px 0;
}
.btn-group .icon-list {
	background-position: -360px -48px;
}
.form-control.textarea {
	height: 180px;
	border-radius: 4px;
}
.box, .box-body {
	border-radius: 2px;
}
.box {
	position: relative;
	width: 100%;
	-webkit-transition: .5s;
	transition: .5s;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #fdfdfd;
	border: 1px solid #f1f1f1;
	padding: 20px;
	margin-bottom: 20px;
}
.profile-page-sec .box {
	margin-bottom: 10px;
}
.box-body>:last-child, .box-header {
	margin-bottom: 0;
}
.box-header {
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 8px;
	margin-bottom: 15px;
}
.box-header h4{
	margin-top: 0;
	font-size: 20px;
	font-weight: 600;
	color: var(--black);
	letter-spacing: 0px;
	margin-bottom: 0;
}
.box-body {
	padding: 3em 2em;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.box-hover-shadow:hover {
	-webkit-box-shadow: 0 0 35px rgba(0, 0, 0, .07);
	box-shadow: 0 0 35px rgba(0, 0, 0, .07);
}
.pagination {
	display: table;
	padding-left: 0;
	border-radius: 4px;
	margin: 20px auto;
}
.pagination>li>a{
	position: relative;
	float: left;
	padding: 0px 15px;
	margin: 5px;
	color: #5a6f7c;
	text-decoration: none;
	background-color: #fff;
	border-radius: 2px;
	width: auto;
	height: 35px;
	text-align: center;
	line-height: 32px;
	border: 1px solid #eaeff5;
	-webkit-box-shadow: 0px 0px 9px 0 rgba(0, 0, 0, 0.14);
	box-shadow: 0px 0px 9px 0 rgba(0, 0, 0, 0.14);
}
.pagination>li>span {
	position: relative;
	float: left;
	padding: 0;
	margin: 5px;
	color: #5a6f7c;
	text-decoration: none;
	background-color: #fff;
	border-radius: 2px;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	border: 1px solid #eaeff5;
	-webkit-box-shadow: 0px 0px 9px 0 rgba(0, 0, 0, 0.14);
	box-shadow: 0px 0px 9px 0 rgba(0, 0, 0, 0.14);
}
.pagination>.active>a, .pagination>.active>a:focus, 
.pagination>.active>a:hover, .pagination>.active>span, 
.pagination>.active>span:focus, .pagination>.active>span:hover, 
.pagination>li>a:focus, .pagination>li>a:hover {
	z-index: 2;
	color: #fff;
	cursor: pointer;
	background-color: #0a6ed4;
	border-color: #0a6ed4;
}
.pagination li:first-child a {
	background: #0a6ed4;
	border: 1px solid #0a6ed4;
	border-radius: 2px;
	color: #fff;
}
.pagination li:last-child a {
	background: #0a6ed4;
	border: 1px solid #0a6ed4;
	border-radius: 2px;
	color: #fff;
}
div.datedropper.my-style {
	border-radius: 8px;
	width: 180px;
}
.table, html body .full-width {
	width: 100%
}
div.datedropper.my-style .picker {
	border-radius: 8px;
	box-shadow: 0 0 32px 0 rgba(0, 0, 0, .1);
}
div.datedropper.my-style .pick-l {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
div.datedropper.my-style .pick-lg-b .pick-sl:before, div.datedropper.my-style .pick-lg-h, div.datedropper.my-style .pick-m, div.datedropper.my-style .pick-submit, div.datedropper.my-style:before {
	background-color: #1cc100;
}
div.datedropper.my-style .pick-l, div.datedropper.my-style .picker, div.datedropper.my-style.picker-tiny .pick-m, div.datedropper.my-style.picker-tiny:before {
	background-color: #FFF;
}
div.datedropper.my-style .pick li span, div.datedropper.my-style .pick-btn, div.datedropper.my-style .pick-lg-b .pick-wke, div.datedropper.my-style .pick-y.pick-jump {
	color: #1cc100;
}
div.datedropper.my-style .pick-arw, div.datedropper.my-style .pick-l, div.datedropper.my-style .picker {
	color: #3a465e;
}
div.datedropper.my-style .pick-lg-b .pick-sl, div.datedropper.my-style .pick-lg-h, div.datedropper.my-style .pick-m, div.datedropper.my-style .pick-m .pick-arw, div.datedropper.my-style .pick-submit {
	color: #FFF;
}
div.datedropper.my-style.picker-tiny .pick-m, div.datedropper.my-style.picker-tiny .pick-m .pick-arw {
	color: #3a465e;
}
div.datedropper.my-style.picker-lkd .pick-submit {
	background-color: #FFF;
	color: #3a465e;
}
.theme-bg, .theme-bg p {
	color: #fff;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #f9f9f9;
	opacity: 1;
}
.form-control.gry-input[disabled], .form-control.gry-input[readonly]{
	background-color: #e4e4e4;
	opacity: 0.8;
	color: #9e9e9e;
}
.table {
	max-width: 100%;
	margin-bottom: 1rem;
	background-color: transparent;
}
.table thead th {
	vertical-align: bottom;
	border-bottom: 1px solid transparent;
	border-top: 0!important;
}
table.table tr td, table.table.table-lg tr th {
	border-color: #eaeff5;
	padding: 15px;
	vertical-align: middle;
	font-size: 14px;
}
table.table.admin_table tr td{
	padding: 10px;
}
.table-hover tbody tr:hover {
	background-color: #f4f5f7;
}
table.table td a {
	font-weight: 500;
	display: inline-block;
	text-decoration: none;
}
table.table td img {
	margin-right: 10px;
}
table.table td .label {
	padding: 5px 15px;
}
.comp-cont-table table.table tr td{
	border-color: #fff;
	padding: 5px;
	word-break: break-all;
}
.comp-cont-table .table>tbody>tr>th{
	padding: 5px;
	border-top: 0px solid #ddd;
}
.theme-bg {
	background: #ff7c39;
}
.dark-bg {
	background: #2a3646;
}
.light-bg {
	background: #fff;
}
.gray-bg {
	background: #f4f5f7;
}
.theme-cl {
	color: #ff7c39;
}
.theme-btn, .theme-btn:focus, .theme-btn:hover {
	color: #fff;
	background: #25b1ff;
	border: 1px solid #25b1ff;
}
.theme-overlap {
	background: url(../img/slider-2.jpg);
	background-position: center!important;
	background-size: cover!important;
	position: relative;
}
.theme-overlap:before {
	background: #ff7c39;
	opacity: .8;
	content: "";
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}
.avatar, .custom-checkbox {
	position: relative;
}
.btn-radius {
	border-radius: 50px;
}
.btn.theme-btn-outlined, a.theme-btn-outlined {
	background: 0 0;
	border: 1px solid #ff7c39;
	color: #ff7c39;
}
.btn.theme-btn-outlined:focus, .btn.theme-btn-outlined:hover, a.theme-btn-outlined:focus, a.theme-btn-outlined:hover {
	background: #ff7c39;
	border-color: #ff7c39;
	color: #fff;
}
.btn.theme-btn-trans-radius, a.theme-btn-trans-radius {
	background: rgba(255, 58, 114, .1);
	color: #ff7c39;
	border-radius: 50px;
	border: 1px solid #ff7c39;
}
.btn.theme-btn-trans-radius:focus, .btn.theme-btn-trans-radius:hover, a.theme-btn-trans-radius:focus, a.theme-btn-trans-radius:hover {
	background: rgba(255, 58, 114, 1);
	color: #fff;
	border-radius: 50px;
	border: 1px solid #ff7c39;
}
.btn.theme-btn-trans, a.theme-btn-trans {
	background: rgba(255, 58, 114, .1);
	color: #ff7c39;
	border-radius: 4px;
	border: 1px solid #ff7c39;
}
.btn.theme-btn-trans:focus, .btn.theme-btn-trans:hover, a.theme-btn-trans:focus, a.theme-btn-trans:hover {
	background: rgba(255, 58, 114, 1);
	color: #fff;
	border-radius: 4px;
	border: 1px solid #ff7c39;
}
.btn.btn-light-outlined, a.btn-light-outlined {
	background: rgba(255, 255, 255, .1);
	border: 1px solid #fff;
	color: #fff;
}
.btn.btn-light-outlined:focus, .btn.btn-light-outlined:hover, a.btn-light-outlined:focus, a.btn-light-outlined:hover {
	background: rgba(255, 255, 255, 1);
	border: 1px solid #fff;
	color: #ff7c39;
}
.btn.light-btn, a.light-btn {
	background: #fff;
	border: 1px solid #fff;
	color: #ff7c39;
}
.btn.light-btn:focus, .btn.light-btn:hover, a.light-btn:focus, a.light-btn:hover {
	background: #ff7c39;
	border: 1px solid #ff7c39;
	color: #fff;
}
html body .padd-0 {
	padding: 0;
}
html body .padd-5 {
	padding: 5px;
}
html body .padd-10 {
	padding: 10px;
}
html body .padd-15 {
	padding: 15px;
}
html body .padd-20 {
	padding: 20px;
}
.edu-history, html body .padd-bot-0 {
	padding-bottom: 0;
}
html body .padd-l-0 {
	padding-left: 0;
}
html body .padd-l-5 {
	padding-left: 5px;
}
html body .padd-l-10 {
	padding-left: 10px;
}
html body .padd-l-15 {
	padding-left: 15px;
}
html body .padd-r-0 {
	padding-right: 0;
}
html body .padd-r-5 {
	padding-right: 5px;
}
html body .padd-r-10 {
	padding-right: 15px;
}
html body .padd-top-0 {
	padding-top: 0;
}
html body .padd-top-5 {
	padding-top: 5px;
}
html body .padd-top-10 {
	padding-top: 10px;
}
html body .padd-top-15 {
	padding-top: 15px;
}
html body .padd-top-20 {
	padding-top: 20px;
}
html body .padd-top-25 {
	padding-top: 25px;
}
html body .padd-top-30 {
	padding-top: 30px;
}
html body .padd-top-40 {
	padding-top: 40px;
}
html body .padd-bot-5 {
	padding-bottom: 5px;
}
html body .padd-bot-10 {
	padding-bottom: 10px;
}
html body .padd-bot-15 {
	padding-bottom: 15px;
}
html body .padd-bot-20 {
	padding-bottom: 20px;
}
html body .padd-bot-25 {
	padding-bottom: 25px;
}
html body .padd-bot-30 {
	padding-bottom: 30px;
}
html body .padd-bot-40 {
	padding-bottom: 40px;
}
html body .mrg-0 {
	margin: 0;
}
html body .mrg-5 {
	margin: 5px;
}
html body .mrg-10 {
	margin: 10px;
}
html body .mrg-15 {
	margin: 15px;
}
html body .mrg-20 {
	margin: 20px;
}
html body .mrg-l-0 {
	margin-left: 0;
}
html body .mrg-l-5 {
	margin-left: 5px;
}
html body .mrg-l-10 {
	margin-left: 10px;
}
html body .mrg-l-15 {
	margin-left: 15px;
}
html body .mrg-r-0 {
	margin-right: 0;
}
html body .mrg-r-5 {
	margin-right: 5px;
}
html body .mrg-r-10 {
	margin-right: 10px;
}
html body .mrg-r-15 {
	margin-right: 15px;
}
html body .mrg-top-0 {
	margin-top: 0;
}
html body .mrg-top-5 {
	margin-top: 5px;
}
html body .mrg-top-10 {
	margin-top: 10px;
}
html body .mrg-top-15 {
	margin-top: 15px;
}
html body .mrg-top-20 {
	margin-top: 20px;
}
html body .mrg-top-25 {
	margin-top: 25px;
}
html body .mrg-top-30 {
	margin-top: 30px;
}
html body .mrg-top-40 {
	margin-top: 40px;
}
html body .mrg-bot-0 {
	margin-bottom: 0;
}
html body .mrg-bot-5 {
	margin-bottom: 5px;
}
html body .mrg-bot-10 {
	margin-bottom: 10px;
}
html body .mrg-bot-15 {
	margin-bottom: 15px;
}
html body .mrg-bot-20 {
	margin-bottom: 20px;
}
html body .mrg-bot-25 {
	margin-bottom: 25px;
}
html body .mrg-bot-30 {
	margin-bottom: 30px;
}
html body .mrg-bot-40 {
	margin-bottom: 40px;
}
html body .extra-mrg-5 {
	margin: 0 -5px;
}
html body .extra-mrg-10 {
	margin: 0 -10px;
}
html body .extra-mrg-15 {
	margin: 0 -15px;
}
html body .extra-mrg-20 {
	margin: 0 -20px;
}
html body .bg-white {
	background: #fff;
}
html body .bg-dark {
	background: #11161c;
}
html body .bg-light-dark {
	background: #151c26;
}
html body .bg-info {
	background: #01b2ac!important;
}
html body .bg-primary {
	background: #1194f7!important;
}
html body .bg-danger {
	background: #f21136!important;
}
html body .bg-warning {
	background: #ff9800!important;
}
html body .bg-success {
	background: #0fb76b!important;
}
html body .bg-purple {
	background: #c580ff!important;
}
html body .bg-default {
	background: #283447!important;
}
html body .bg-info-light {
	background: rgba(1, 178, 172, .1)!important;
	color: #01b2ac!important;
}
html body .bg-primary-light {
	background: rgba(17, 148, 247, .1)!important;
	color: #1194f7!important;
}
html body .bg-danger-light {
	background: rgba(255, 17, 54, .1)!important;
	color: #f21136!important;
}
html body .bg-warning-light {
	background: rgba(255, 152, 0, .1)!important;
	color: #ff9800!important;
}
html body .bg-success-light {
	background: rgba(15, 183, 107, 0.88)!important;
	color: #ffffff!important;
}
html body .bg-purple-light {
	background: rgba(197, 128, 255, .1)!important;
	color: #c580ff!important;
}
html body .bg-default-light {
	background: rgba(40, 52, 71, .1)!important;
	color: #283447!important;
}
html body .bg-trans-info {
	background: rgba(2, 182, 179, .12);
}
html body .bg-trans-primary {
	background: rgba(17, 148, 247, .12);
}
html body .bg-trans-danger {
	background: rgba(242, 17, 54, .12);
}
html body .bg-trans-warning {
	background: rgba(255, 152, 0, .12);
}
html body .bg-trans-success {
	background: rgba(15, 183, 107, .12);
}
html body .bg-trans-purple {
	background: rgba(197, 128, 255, .12);
}
html body .bg-trans-default {
	background: rgba(40, 52, 71, .12);
}
html body .bg-info-br {
	border: 1px solid #01b2ac;
	background: rgba(2, 182, 179, .12);
}
html body .bg-primary-br {
	border: 1px solid #1194f7;
	background: rgba(17, 148, 247, .12);
}
html body .bg-danger-br {
	border: 1px solid #f21136;
	background: rgba(242, 17, 54, .12);
}
html body .bg-warning-br {
	border: 1px solid #ff9800;
	background: rgba(255, 152, 0, .12);
}
html body .bg-success-br {
	border: 1px solid #0fb76b;
	background: rgba(15, 183, 107, .12);
}
html body .bg-purple-br {
	border: 1px solid #c580ff;
	background: rgba(197, 128, 255, .12);
}
html body .bg-default-br {
	border: 1px solid #283447;
	background: rgba(40, 52, 71, .12);
}
html body .cl-info {
	color: #01b2ac;
}
html body .cl-primary {
	color: #1194f7;
}
html body .cl-danger {
	color: #f21136;
}
html body .cl-warning {
	color: #ff9800;
}
html body .cl-success {
	color: #0fb76b;
}
html body .cl-purple {
	color: #c580ff;
}
html body .cl-default {
	color: #283447;
}
.avatar, html body .cl-white {
	color: #fff;
}
html body .br-light {
	border-color: #eaeff5!important;
}
html body .br-info {
	border-color: #01b2ac;
}
html body .br-primary {
	border-color: #1194f7;
}
html body .br-danger {
	border-color: #f21136;
}
html body .br-warning {
	border-color: #ff9800;
}
html body .br-success {
	border-color: #0fb76b;
}
html body .br-purple {
	border-color: #c580ff;
}
html body .br-default {
	border-color: #283447;
}
html body .bg-online {
	background: #68c70b;
}
html body .bg-offline {
	background: #e02b0d;
}
html body .bg-busy {
	background: #2196f3;
}
html body .bg-working {
	background: #ff9800;
}
html body .normal-height {
	height: 46px;
}
html body .height-10 {
	height: 10px;
}
html body .height-20 {
	height: 20px;
}
html body .height-30 {
	height: 30px;
}
html body .height-40 {
	height: 40px;
}
html body .height-50 {
	height: 50px;
}
html body .height-60 {
	height: 60px;
}
html body .height-70 {
	height: 70px;
}
html body .height-80 {
	height: 80px;
}
html body .height-90 {
	height: 90px;
}
html body .height-100 {
	height: 100px;
}
html body .height-110 {
	height: 110px;
}
html body .height-120 {
	height: 120px;
}
html body .height-130 {
	height: 130px;
}
html body .height-140 {
	height: 140px;
}
html body .height-150 {
	height: 150px;
}
html body .height-160 {
	height: 160px;
}
html body .height-170 {
	height: 170px;
}
html body .height-180 {
	height: 180px;
}
html body .height-190 {
	height: 190px;
}
html body .height-200 {
	height: 200px;
}
html body .height-210 {
	height: 210px;
}
html body .height-220 {
	height: 220px;
}
html body .height-230 {
	height: 230px;
}
html body .height-240 {
	height: 240px;
}
html body .height-250 {
	height: 250px;
}
html body .height-260 {
	height: 260px;
}
html body .height-270 {
	height: 270px;
}
html body .height-280 {
	height: 280px;
}
html body .height-290 {
	height: 290px;
}
html body .height-300 {
	height: 300px;
}
html body .height-350 {
	height: 350px;
}
html body .height-400 {
	height: 400px;
}
html body .height-450 {
	height: 450px;
}
html body .width-30 {
	width: 30px;
}
html body .width-40 {
	width: 40px;
}
html body .width-50 {
	width: 50px;
}
html body .width-60 {
	width: 60px;
}
html body .width-70 {
	width: 70px;
}
html body .width-80 {
	width: 80px;
}
html body .width-90 {
	width: 90px;
}
html body .width-100 {
	width: 100px;
}
html body .width-110 {
	width: 110px;
}
html body .width-120 {
	width: 20px;
}
html body .width-130 {
	width: 130px;
}
html body .width-140 {
	width: 140px;
}
html body .width-150 {
	width: 150px;
}
html body .width-160 {
	width: 160px;
}
html body .width-170 {
	width: 170px;
}
html body .width-180 {
	width: 180px;
}
html body .width-190 {
	width: 190px;
}
html body .width-200 {
	width: 200px;
}
html body .width-210 {
	width: 210px;
}
html body .width-220 {
	width: 220px;
}
html body .width-230 {
	width: 230px;
}
html body .width-240 {
	width: 240px;
}
html body .width-250 {
	width: 250px;
}
html body .width-260 {
	width: 260px;
}
html body .width-270 {
	width: 270px;
}
html body .width-280 {
	width: 280px;
}
html body .width-290 {
	width: 290px;
}
html body .width-300 {
	width: 300px;
}
html body .line-height-10 {
	line-height: 10px;
}
html body .line-height-12 {
	line-height: 12px;
}
html body .line-height-14 {
	line-height: 14px;
}
html body .line-height-16 {
	line-height: 16px;
}
html body .line-height-18 {
	line-height: 18px;
}
html body .line-height-20 {
	line-height: 20px;
}
html body .line-height-22 {
	line-height: 22px;
}
html body .line-height-24 {
	line-height: 24px;
}
html body .line-height-26 {
	line-height: 26px;
}
html body .line-height-28 {
	line-height: 28px;
}
html body .line-height-30 {
	line-height: 30px;
}
html body .line-height-32 {
	line-height: 32px;
}
html body .line-height-34 {
	line-height: 34px;
}
html body .line-height-36 {
	line-height: 36px;
}
html body .line-height-38 {
	line-height: 38px;
}
html body .line-height-40 {
	line-height: 40px;
}
html body .line-height-42 {
	line-height: 42px;
}
html body .line-height-44 {
	line-height: 44px;
}
html body .line-height-46 {
	line-height: 46px;
}
html body .line-height-48 {
	line-height: 48px;
}
html body .line-height-50 {
	line-height: 50px;
}
html body .line-height-60 {
	line-height: 60px;
}
html body .line-height-70 {
	line-height: 70px;
}
html body .line-height-80 {
	line-height: 80px;
}
html body .line-height-90 {
	line-height: 90px;
}
html body .line-height-100 {
	line-height: 100px;
}
html body .line-height-110 {
	line-height: 110px;
}
html body .line-height-120 {
	line-height: 120px;
}
html body .line-height-130 {
	line-height: 130px;
}
html body .line-height-140 {
	line-height: 140px;
}
html body .line-height-150 {
	line-height: 150px;
}
html body .line-height-160 {
	line-height: 160px;
}
html body .line-height-170 {
	line-height: 170px;
}
html body .line-height-180 {
	line-height: 180px;
}
html body .line-height-190 {
	line-height: 190px;
}
html body .line-height-200 {
	line-height: 200px;
}
html body .line-height-210 {
	line-height: 210px;
}
html body .line-height-220 {
	line-height: 220px;
}
html body .line-height-230 {
	line-height: 230px;
}
html body .line-height-240 {
	line-height: 240px;
}
html body .line-height-250 {
	line-height: 250px;
}
html body .line-height-260 {
	line-height: 260px;
}
html body .line-height-270 {
	line-height: 270px;
}
html body .line-height-280 {
	line-height: 280px;
}
html body .line-height-290 {
	line-height: 290px;
}
html body .line-height-300 {
	line-height: 300px;
}
html body .line-height-350 {
	line-height: 350px;
}
html body .line-height-400 {
	line-height: 400px;
}
html body .line-height-450 {
	line-height: 450px;
}
.avatar {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 100%;
	background-color: #f5f6f7;
}
.avatar-dxl {
	width: 100px;
	height: 100px;
	line-height: 100px;
	font-size: 2rem;
}
.avatar-xl {
	width: 65px;
	height: 65px;
	line-height: 65px;
	font-size: 1.5rem;
}
.avatar-lg {
	width: 48px;
	height: 48px;
	line-height: 48px;
	font-size: 1.125rem;
}
.avatar-sm {
	width: 29px;
	height: 29px;
	line-height: 29px;
	font-size: .75rem;
}
.avatar img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}
.avatar-bordered {
	border: 4px solid rgba(255, 255, 255, .27);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.facebook-cl {
	color: #3c66c4;
}
.twitter-cl {
	color: #00aced;
}
.google-plus-cl {
	color: #0077B5;
}
.linkedin-cl {
	color: #1895c3;
}
.instagram-cl {
	color: #bc44bd;
}
.pinterest-cl {
	color: #bd081c;
}
.facebook-bg {
	background: #3c66c4;
	color: #fff;
}
.twitter-bg {
	background: #00aced;
	color: #fff;
}
.googl-plus-bg {
	background: #dc473a;
	color: #fff;
}
.linkedin-bg {
	background: #1895c3;
	color: #fff;
}
.instagram-bg {
	background: #bc44bd;
	color: #fff;
}
.pinterest-bg {
	background: #bd081c;
	color: #fff;
}
html body .font-10 {
	font-size: 10px;
}
html body .font-12 {
	font-size: 12px;
}
html body .font-13 {
	font-size: 13px;
}
html body .font-16 {
	font-size: 16px;
}
html body .font-18 {
	font-size: 18px;
}
html body .font-15 {
	font-size: 15px;
}
html body .font-20 {
	font-size: 20px;
}
html body .font-25 {
	font-size: 25px;
}
html body .font-30 {
	font-size: 30px;
}
html body .font-35 {
	font-size: 35px;
}
html body .font-40 {
	font-size: 40px;
}
html body .font-45 {
	font-size: 45px;
}
html body .font-50 {
	font-size: 50px;
}
html body .font-60 {
	font-size: 60px;
}
html body .font-70 {
	font-size: 70px;
}
html body .font-80 {
	font-size: 80px;
}
html body .font-90 {
	font-size: 90px;
}
html body .font-100 {
	font-size: 100px;
}
html body .font-bold {
	font-weight: 700;
}
html body .font-normal {
	font-weight: 400;
}
html body .font-midium {
	font-weight: 500;
}
html body .font-light {
	font-weight: 300;
}
html body .font-italic {
	font-style: italic;
}
html body .label-info {
	background: #01b2ac;
}
html body .label-primary {
	background: #1194f7;
}
html body .label-danger {
	background: #f21136;
}
html body .label-warning {
	background: #ff9800;
}
html body .label-success {
	background: #0fb76b;
}
html body .label-purple {
	background: #c580ff;
}
html body .label-default {
	background: #283447;
}
.custom-checkbox input[type=checkbox] {
	opacity: 0;
	position: absolute;
	margin: 5px 0 0 3px;
	z-index: 9;
}
.custom-checkbox label:before {
	width: 18px;
	height: 18px;
	content: '';
	margin-right: 12px;
	display: inline-block;
	vertical-align: text-top;
	background: #fff;
	border: 1px solid #bbb;
	border-radius: 4px;
	box-sizing: border-box;
	z-index: 2;
}
.custom-checkbox input[type=checkbox]:checked+label:after {
	content: '';
	position: absolute;
	left: 6px;
	top: 3px;
	width: 6px;
	height: 11px;
	border: solid #000;
	border-width: 0 3px 3px 0;
	transform: inherit;
	z-index: 3;
	transform: rotateZ(45deg);
}
.custom-checkbox input[type=checkbox]:checked+label:before {
	border-color: #ff7c39;
	background: #ff7c39;
}
.custom-checkbox input[type=checkbox]:checked+label:after {
	border-color: #fff;
}
.custom-checkbox input[type=checkbox]:disabled+label:before {
	color: #b8b8b8;
	cursor: auto;
	box-shadow: none;
	background: #ddd;
}
.custom-radio [type=radio]:checked, .custom-radio [type=radio]:not(:checked) {
	position: absolute;
	left: -9999px;
}
.custom-radio [type=radio]:checked+label, .custom-radio [type=radio]:not(:checked)+label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	width: 25px;
	height: 9px;
}
.custom-radio [type=radio]:checked+label:before, .custom-radio [type=radio]:not(:checked)+label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #ddd;
	border-radius: 100%;
	background: #fff;
}
.custom-radio [type=radio]:checked+label:after, .custom-radio [type=radio]:not(:checked)+label:after {
	content: '';
	width: 10px;
	height: 10px;
	background: #ff7c39;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 100%;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.custom-radio [type=radio]:not(:checked)+label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.custom-radio [type=radio]:checked+label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.custom-file-upload-hidden {
	display: none;
	visibility: hidden;
	position: absolute;
	left: -9999px;
}
.custom-file-upload {
	display: block;
	width: auto;
	font-size: 16px;
	border: 1px solid #dde6ef;
	height: 50px;
}
.file-upload-input {
	width: 120px;
	color: #fff;
	font-size: 16px;
	padding: 11px 17px;
	border: none;
	background-color: red;
}
.file-upload-button {
	cursor: pointer;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	padding: 11px 20px;
	border: none;
	margin-left: -1px;
	background-color: red;
	float: left;
}
.custom-file-upload input[type=file] {
	-webkit-appearance: none;
	text-align: left;
	-webkit-rtl-ordering: left;
	width: 100%
}
.custom-file-upload input[type=file]::-webkit-file-upload-button {
	-webkit-appearance: none;
	float: right;
	margin: 0 0 0 10px;
	border: none;
	height: 48px;
	border-left: 1px solid #dde6ef;
	border-radius: 0;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#fbfdff), to(#fbfdff));
	background-image: -moz-linear-gradient(90deg, #fbfdff 0, #fbfdff 100%);
}
html body .bg-a {
	background: #f73d51;
}
html body .bg-b {
	background: #8a7cd9;
}
html body .bg-c {
	background: #ffb390;
}
html body .bg-d {
	background: #37b475;
}
html body .bg-e {
	background: #4b5e6c;
}
html body .bg-f {
	background: #f5b83b;
}
html body .bg-g {
	background: #5565d0;
}
html body .bg-h {
	background: #18bad9;
}
html body .bg-i {
	background: #433c63;
}
html body .bg-j {
	background: #ad4f87;
}
html body .bg-k {
	background: #ee7d4e;
}
html body .bg-l {
	background: #ff465a;
}
html body .bg-m {
	background: #f5b83b;
}
html body .bg-o {
	background: #18bad9;
}
html body .bg-p {
	background: #6877de;
}
html body .bg-q {
	background: #14af69;
}
html body .bg-r {
	background: #576977;
	color: #576977;
}
html body .bg-s {
	background: #fd5c05;
}
html body .bg-t {
	background: #8a7cd9;
}
html body .bg-u {
	background: #ff465a;
}
html body .bg-v {
	background: #8a7cd9;
}
html body .bg-x {
	background: #18bad9;
}
html body .bg-y {
	background: #f5b83b;
}
html body .bg-z {
	background: #ff8645;
}
.br-0 {
	border: none!important;
}
.b-1 {
	border: 1px solid #dde6ef!important;
}
.b-2, .b-3 {
	border: 3px solid #dde6ef!important;
}
.b-4 {
	border: 4px solid #dde6ef!important;
}
.bl-1 {
	border-left: 1px solid #dde6ef!important;
}
.bl-2 {
	border-left: 2px solid #dde6ef!important;
}
.bl-3 {
	border-left: 3px solid #dde6ef!important;
}
.bl-4 {
	border-left: 4px solid #dde6ef!important;
}
.br-1 {
	border-right: 1px solid #dde6ef!important;
}
.form-control.br-1 {
	border-right: 0px solid #dde6ef!important;
}
.br-2 {
	border-right: 2px solid #dde6ef!important;
}
.br-3 {
	border-right: 3px solid #dde6ef!important;
}
.br-4 {
	border-right: 4px solid #dde6ef!important;
}
.bt-1 {
	border-top: 1px solid #dde6ef!important;
}
.bt-2 {
	border-top: 2px solid #dde6ef!important;
}
.bt-3 {
	border-top: 3px solid #dde6ef!important;
}
.bt-4 {
	border-top: 4px solid #dde6ef!important;
}
.bb-1 {
	border-bottom: 1px solid #dde6ef!important;
}
.bb-2 {
	border-bottom: 2px solid #dde6ef!important;
}
.bb-3 {
	border-bottom: 3px solid #dde6ef!important;
}
.bb-4 {
	border-bottom: 4px solid #dde6ef!important;
}
.br-info {
	border-color: #01b2ac!important;
}
.br-primary {
	border-color: #1194f7!important;
}
.br-danger {
	border-color: #f21136!important;
}
.br-warning {
	border-color: #ff9800!important;
}
.br-success {
	border-color: #0fb76b!important;
}
.br-purple {
	border-color: #c580ff!important;
}
.br-default {
	border-color: #283447!important;
}
ul {
	margin-top: 0;
	margin-bottom: 0px;
	padding: 0;
	list-style: none;
}
ol.check-job>li, ul.check-job>li {
	position: relative;
	letter-spacing: -.2px;
	list-style: none;
}
ol.check-job>li:before, ul.check-job>li:before {
	content: "\f00c";
	font-family: FontAwesome;
	font-size: 1em;
	margin-right: 7px;
	color: #ff7c39;
}
.quote-card {
	background: #fff;
	padding: 20px 20px 20px 50px;
	box-sizing: border-box;
	position: relative;
	min-height: 100px;
	border-left: none;
}
.quote-card p {
	font-size: 22px;
	line-height: 1.5;
	margin: 0;
	max-width: 90%
}
.quote-card cite {
	font-size: 16px;
	margin-top: 10px;
	display: block;
	font-weight: 400;
	color: #ff7c39;
}
.quote-card:before {
	font-family: Georgia, serif;
	content: "“";
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 50px;
	color: #ff7c39;
	font-weight: 400;
}
p.smalltext-li {
	margin-bottom: 0;
	font-size: 11px;
	text-align: center;
}
nav.navbar.bootsnav ul.nav.devs-btn-sec > li > a.devs-btn {
	background-color: #0a6ed4 !important;
	color: #fff;
	padding: 10px 30px;
	border-radius: 2px;
	height: auto;
	font-size: 17px;
	margin: 0px 5px 2px;
	border-color: transparent !important;
	font-weight: 700;
	letter-spacing: 0;
	transition: 0.5s ease-in-out;
	text-transform: capitalize;
	box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.18);
}
nav.navbar.bootsnav ul.nav.devs-btn-sec > li > a.devs-btn:hover{
	box-shadow: 0px 2px 12px 2px rgba(0, 0, 0, 0.2);
}
nav.navbar.bootsnav ul.nav.devs-btn-sec > li > a.login-btn {
	background-color: #fff !important;
	color: #0a6ed4;
	padding: 10px 15px;
	border-radius: 2px;
	height: auto;
	font-size: 17px;
	margin-left: 10px;
	border-color: #0a6ed4 !important;
	border: 1px solid #0a6ed4;
	font-weight: 600;
	text-transform: capitalize;
	box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.18);
}
nav.navbar.bootsnav ul.nav.devs-btn-sec > li > a.login-btn:hover{
	background-color: #0a6ed4!important;
	box-shadow: 0px 2px 12px 2px rgba(0, 0, 0, 0.2);
}
nav.navbar.bootsnav ul.nav.devs-btn-sec.sticky-btns > li > a.devs-btn.apply-btn {
	display: none;
}
.navbar-nav>li.btn-dvd {
	border-right: 1px solid #ddd;
	height: 45px;
}
.top-nav-sec .navbar-brand {
	float: left;
	height: auto;
}
a#rejected_modal {
	cursor: pointer;
}
/*header notification switch side dev to client button*/
button.btn-switch-side { 
	background-color: #3ebbcb;
	color: #fff;
	border-radius: 3px;
	text-decoration: none;
	border: none;
	font-size: 13px;
	font-weight: 500;
	padding: 1px 14px;
	margin-left: 10px;
}
/* //header notification switch side dev to client button*/

.freelancer.banner h2, .freelancer.banner p {
	font-family: Poppins, sans-serif;
}
nav.navbar.bootsnav ul.nav>li.active>a {
	color: #0CAA41;
}
nav.navbar.bootsnav ul.nav>li>a.btn-signup.red-btn {
	background: #ff7c39!important;
	padding: 11px 20px;
	color: #fff!important;
	border-radius: 4px;
	margin-top: 13px;
}
nav.navbar.bootsnav ul.nav>li>a.btn-signup.red-btn span {
	margin-right: 7px;
}
i.login-icon {
	margin-right: 10px;
}
.banner, .main-banner {
	background-size: cover!important;
	background-position: center!important;
	margin: 0;
	position: relative;
}
.banner {
	padding: 14% 0;
	color: #fff;
}
.main-banner {
	padding: 12% 0;
}
.main-banner .caption {
	position: relative;
}
.main-banner h2 {
	color: #fff;
	font-weight: 400;
	display: block;
	margin-bottom: 12px;
}
.main-banner:before {
	content: "";
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	background: #1491de;
	background: -webkit-gradient(left, rgba(20, 145, 222, 1) 0, rgba(185, 57, 208, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(20, 145, 222, 1) 0, rgba(185, 57, 208, 1) 100%);
	background: -moz-linear-gradient(left, rgba(20, 145, 222, 1) 0, rgba(185, 57, 208, 1) 100%);
	background: -ms-linear-gradient(left, rgba(20, 145, 222, 1) 0, rgba(185, 57, 208, 1) 100%);
	background: -o-linear-gradient(left, rgba(20, 145, 222, 1) 0, rgba(185, 57, 208, 1) 100%);
	background: linear-gradient(to left, rgba(20, 145, 222, 1) 0, rgba(185, 57, 208, 1) 100%);
	opacity: .8;
}
.main-banner fieldset .form-control, .main-banner fieldset .seub-btn, 
.main-banner fieldset select.selectpicker {
	width: 100%;
	padding: 19px 15px;
	border: none;
	border-radius: 0;
	height: auto;
	line-height: 1.5;
	font-size: 15px;
	max-height: 60px;
}
.main-banner p {
	margin-bottom: 40px;
}
.freelancer.banner h2 {
	font-weight: 600;
	margin-bottom: 5px;
	line-height: 1.1;
}
.freelancer.banner p {
	font-weight: 300;
	color: #8492af;
	font-size: 17px;
	margin-bottom: 20px;
}
.freelancer.banner .no-br {
	border: none!important;
}
.freelancer.banner .input-group {
	padding: 5px;
	border: 1px solid #d6dce4;
	border-radius: 50px;
	max-width: 470px;
}
.freelancer.banner .input-group .form-control {
	height: 40px;
	background: 0 0;
}
.freelancer.banner .input-group-btn:last-child>.btn, 
.freelancer.banner .input-group-btn:last-child>.btn-group {
	margin-left: 0;
	border-radius: 50px;
	height: 40px;
	padding-left: 30px;
	padding-right: 30px;
	background: #1491de;
	background: -webkit-gradient(left, rgba(20, 145, 222, 1) 0, rgba(185, 57, 208, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(20, 145, 222, 1) 0, rgba(185, 57, 208, 1) 100%);
	background: -moz-linear-gradient(left, rgba(20, 145, 222, 1) 0, rgba(185, 57, 208, 1) 100%);
	background: -ms-linear-gradient(left, rgba(20, 145, 222, 1) 0, rgba(185, 57, 208, 1) 100%);
	background: -o-linear-gradient(left, rgba(20, 145, 222, 1) 0, rgba(185, 57, 208, 1) 100%);
	background: linear-gradient(to left, rgba(20, 145, 222, 1) 0, rgba(185, 57, 208, 1) 100%);
}
.home-form-1, .home-form-2 {
	margin-top: 20px;
	padding: 10px;
	border-radius: 6px;
	margin-bottom: 20px;
}
.freelancer.banner .banner-btn:focus, .freelancer.banner .banner-btn:hover {
	color: #fff;
	background: #1491de;
	background: -webkit-gradient(left, rgba(20, 145, 222, 1) 0, rgba(185, 57, 208, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(20, 145, 222, 1) 0, rgba(185, 57, 208, 1) 100%);
	background: -moz-linear-gradient(left, rgba(20, 145, 222, 1) 0, rgba(185, 57, 208, 1) 100%);
	background: -ms-linear-gradient(left, rgba(20, 145, 222, 1) 0, rgba(185, 57, 208, 1) 100%);
	background: -o-linear-gradient(left, rgba(20, 145, 222, 1) 0, rgba(185, 57, 208, 1) 100%);
	background: linear-gradient(to left, rgba(20, 145, 222, 1) 0, rgba(185, 57, 208, 1) 100%);
}
.home-form-1 {
	background: rgba(255, 255, 255, .2);
	width: 100%
}
.choose-opt-box, .choose-opt-box span {
	position: relative;
	height: 40px;
	width: 40px;
	display: inline-block;
}
.home-form-2 {
	background: #fff;
}
.home-form-1 .form-control, .main-banner .form-group {
	margin-bottom: 0;
}
.choose-opt {
	position: relative;
	margin: 30px 0;
}
.choose-opt-box {
	text-align: center;
}
.choose-opt-box span {
	color: #fff;
	line-height: 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .1);
	box-shadow: 0 0 0 6px rgba(255, 255, 255, .15);
	-webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, .15);
}
.choose-opt-box span:after, .choose-opt-box span:before {
	position: absolute;
	content: "";
	width: 80px;
	height: 1px;
	top: 20px;
	background: rgba(255, 255, 255, .3);
	display: block;
}
.choose-opt-box span:before {
	left: 46px;
}
.choose-opt-box span:after {
	right: 46px;
}
.btn-hiring {
	background: rgba(255, 255, 255, .1);
	border: 1px solid #fff;
	color: #fff;
}
.btn-hiring:focus, .btn-hiring:hover {
	background: #fff;
	color: #ff7c39;
}
.icon-addon {
	position: relative;
	display: block;
}
.icon-addon:after, .icon-addon:before {
	display: table;
	content: " "
}
.skill-tag:after, .skill-tag:before, .work-process:before {
	content: ""
}
.icon-addon:after {
	clear: both;
}
.icon-addon .fa, .icon-addon .glyphicon, .icon-addon.addon-md .fa, .icon-addon.addon-md .glyphicon {
	position: absolute;
	z-index: 2;
	left: 10px;
	font-size: 14px;
	width: 20px;
	margin-left: -2.5px;
	text-align: center;
	padding: 15px 0;
	top: 0px;
	color: #a0afbb;
}
.icon-addon.addon-lg .form-control {
	padding-left: 40px;
}
.icon-addon.addon-sm .form-control {
	font-size: 12px;
	line-height: 1.5;
}
.icon-addon.addon-lg .fa, .icon-addon.addon-lg .glyphicon {
	font-size: 18px;
	margin-left: 0;
	left: 11px;
	top: 12px;
}
.icon-addon .form-control, .icon-addon.addon-md .form-control {
	padding-left: 30px;
	float: left;
	font-weight: 400;
}
.icon-addon.addon-sm .fa {
	margin-left: 0;
	font-size: 12px;
	left: 5px;
	top: -1px;
}
.icon-addon .form-control:focus+.fa, .icon-addon .form-control:focus+.glyphicon, 
.icon-addon:hover .fa, .icon-addon:hover .glyphicon {
	color: #a0afbb;
}
.cmp-overview {
	width: 100%;
	display: flex;
	color: var(--black);
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}
.cmp-overview .cmp-icon {
	float: left;
	position: relative;
	width: 40px;
	height: 40px;
}
.cmp-icon img {
	width: 100%;
}
.cmp-detail {
	margin-left: 10px;
	display: inline-block;
	text-align: left;
}
.cmp-detail h3 {
	margin-bottom: 0;
	color: #3d82ab;
	font-size: 18px;
	font-weight: 600;
	margin-top: 0;
}
.cmp-detail span {
	font-size: 14px;
	float: left;
	text-transform: uppercase;
	color: var(--black);
	font-weight: 700;
}
.vrt-job-act {
	margin-top: 2.5em;
}
.grid-job-widget {
	background-color: #fff;
	padding: 60px 0 50px;
	box-shadow: 0 5px 25px 0 rgba(41, 128, 185, .15);
	-webkit-box-shadow: 0 5px 25px 0 rgba(41, 128, 185, .15);
	border-radius: 6px;
	text-align: center;
	overflow: hidden;
	transition: .7s;
	margin-bottom: 30px;
	position: relative;
	min-height: 300px;
}
.grid-job-widget .u-img {
	margin-bottom: -42px;
	height: 150px;
}
.grid-job-widget .avatar {
	margin: 0 auto 2rem;
	position: relative;
	display: block;
	max-width: 80px;
	width: 80px;
	height: 80px;
	border-radius: 0;
	background: #fff;
	overflow: hidden;
}
.grid-job-widget .avatar img {
	max-width: 75px;
	margin: 3px;
	border-radius: 0;
}
.grid-job-widget .job-type {
	padding: 3px 25px;
	border-radius: 50px;
	border: 1px solid #eaeff5;
	font-size: 11px;
	display: inline-block;
	text-transform: uppercase;
	position: absolute;
	top: 15px;
	left: 15px;
}
.grid-job-widget .text-muted, .text-muted {
	color: #8492af;
	font-size: 13px;
}
.job-browse-btn {
	font-size: 12px;
}
.full-type {
	color: #0fb76b!important;
}
.part-type {
	color: #feb801!important;
}
.internship-type {
	color: #f21136!important;
}
.freelancer-type {
	color: #ff9800!important;
}
.job-like {
	position: absolute;
	top: 20px;
	right: 35px;
}
.job-featured {
	position: absolute;
	top: 0;
	right: 0;
	width: 38px;
	height: 38px;
	background: url(../img/job-featured.png) no-repeat;
	background-size: cover;
}
.job-verticle-list {
	display: block;
	width: 100%;
	margin-bottom: 30px;
	background: #fff;
	overflow: hidden;
	position: relative;
	border-radius: 6px;
	padding: 0 25px;
	box-shadow: 0 5px 25px 0 rgba(41, 128, 185, .15);
	-webkit-box-shadow: 0 5px 25px 0 rgba(41, 128, 185, .15);
}
.vertical-job-card {
	width: 100%
}
.vertical-job-body {
	border-top: 1px solid #eaeff5;
	border-bottom: 1px solid #eaeff5;
	padding: 15px 0;
	width: 100%
}
.vertical-job-header {
	display: inline-block;
	width: 100%;
	padding: 12px 0 10px;
	align-items: center;
}
.vrt-job-cmp-logo {
	max-width: 55px;
	float: left;
}
.com-tagline, .vertical-job-header h4 {
	margin-left: 75px;
}
.vertical-job-header h4 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0;
	line-height: 1;
	margin-top: 7px;
}
.vertical-job-header .com-tagline {
	font-size: 13px;
	margin-bottom: 2px;
	display: block;
}
.vertical-job-card ul {
	margin: 0;
	padding: 0;
}
.vertical-job-card ul li {
	list-style: none;
}
.vertical-job-body ul li {
	padding: 8px 0;
}
.vrt-job-act {
	text-align: center;
	display: table;
}
.btn-job {
	display: inline-block;
	min-width: 140px;
	text-align: center;
	border-radius: 50px;
	padding: 6px 20px;
	border: 1px solid transparent;
	margin: 6px auto;
}
.cmp-job-rating .rating-counter, .cmp-job-review ul li i {
	margin-left: 10px;
}
.vertical-job-footer {
	padding: 15px 0;
}
.cmp-job-rating ul li, .cmp-job-review ul li {
	font-size: 14px;
	display: inline-block;
}
.cmp-job-rating .rate {
	color: orange;
}
img.logo {
	width: auto;
	height: 30px;
}
.cmp-job-rating ul li strong {
	margin-right: 7px;
}
.cmp-job-review {
	float: right;
}
.cmp-job-rating.stars-tip:hover + span .tip-contenttwo {
	display: block !important;
}
.cmp-job-rating.stars-tip {
	width: auto;
}
.vertical-job-body ul.can-skils li strong {
	width: 150px;
	display: inline-block;
}
span.pull-right.vacancy-no {
	position: absolute;
	right: 50px;
	top: 25px;
}
span.pull-right.vacancy-no span.v-count {
	background: rgba(255, 124, 57, .1);
	color: #ff7c39;
	width: 30px;
	height: 30px;
	display: inline-block;
	border-radius: 50%;
	margin-left: 4px;
	border: 1px solid #ff7c39;
	text-align: center;
	font-size: 13px;
	font-weight: 600;
	line-height: 28px;
}
.vertical-job-body ul.can-skils li i {
	margin-right: 12px;
	font-size: 20px;
}
span.pull-right.job-type {
	position: absolute;
	right: 25px;
	top: 25px;
	padding: 1px 22px;
	border-radius: 50px;
	border: 1px solid #eaeff5;
	box-shadow: 1px 0 5px rgba(0, 0, 0, .07);
	-webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, .07);
	font-size: 11px;
}
span.verified-span {
	padding: 4px 22px;
	border-radius: 50px;
	font-size: 13px;
	background-color: #21aa29;
	color: #fff;
	margin-left: 3px;
	display: inline-block;
}
.category-box {
	position: relative;
	height: 250px;
	background: #fff;
	box-shadow: 0 5px 25px 0 rgba(41, 128, 185, .15);
	-webkit-box-shadow: 0 5px 25px 0 rgba(41, 128, 185, .15);
	border-radius: 5px;
	text-align: center;
	padding: 50px 12px 30px;
	box-sizing: border-box;
	margin-bottom: 30px;
	overflow: hidden;
	transition: .6s linear;
}
.category-box .category-desc .category-icon, .category-box .category-desc i, a.btn.width-170 {
	color: #ff7c39;
	transition: .6s cubic-bezier(.45, .01, .1, 1.49);
}
.category-box .category-desc {
	z-index: 2;
}
.category-box .category-desc .category-icon {
	font-size: 40px;
	margin-bottom: 10px;
}
.category-box .category-desc i {
	font-size: 40px;
	margin-bottom: 7px;
}
.category-box .category-desc .category-detail h4 {
	font-weight: 500;
	margin-bottom: 5px;
}
.category-box .category-desc .category-detail p {
	margin-bottom: 5px;
}
.category-box .category-desc .category-detail span {
	font-weight: 400;
	font-size: 14px;
}
a.btn.width-170 {
	width: 150px;
	box-shadow: 0 2px 10px 0 #d8dde6;
	border: 1px solid #f9f9f9;
	background: #fff;
	padding: 10px;
	border-radius: 50px;
	font-size: 16px;
	font-weight: 500;
}
.category-box .category-desc i.abs-icon {
	position: absolute;
	bottom: 5px;
	left: 5px;
	opacity: 0;
	transition: all ease-in .4s;
	color: #eff1f3;
}
.category-box:hover i.abs-icon {
	position: absolute;
	bottom: 25px;
	left: 25px;
	opacity: 1;
	color: #eff1f3;
}
.employer-widget {
	background-color: #fff;
	padding: 60px 0 50px;
	box-shadow: 0 5px 25px 0 rgba(41, 128, 185, .15);
	-webkit-box-shadow: 0 5px 25px 0 rgba(41, 128, 185, .15);
	border-radius: 6px;
	text-align: center;
	overflow: hidden;
	transition: .7s;
	margin-bottom: 30px;
	position: relative;
}
.employer-widget .u-img {
	margin-bottom: -42px;
	height: 150px;
}
.employer-widget .u-content {
	padding: 0 1.25rem 1.25rem;
}
.employer-widget .avatar {
	margin: 0 auto 2rem;
	position: relative;
	display: block;
	max-width: 85px;
	width: 80px;
	height: 80px;
	border-radius: 0;
	background: #fff;
	overflow: hidden;
}
.employer-widget .avatar img {
	max-width: 75px;
	margin: 3px;
}
.u-content h5 {
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: 500;
}
.employer-browse-btn {
	font-size: 12px;
	border: 1px solid #f9f9f9;
	padding: 8px 15px;
}
.work-process {
	text-align: center;
	position: relative;
}
.process-icon {
	float: none;
	display: inline-block;
	position: relative;
	width: 100px;
	height: 100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	line-height: 98px;
	font-size: 35px;
	text-align: center;
	color: #ff7c39;
	background: #f5f9fc;
	border-color: #f5f9fc;
}
span.process-count {
	position: absolute;
	right: 0;
	bottom: 5px;
	line-height: 30px;
	width: 30px;
	height: 30px;
	background: #ff7c39;
	font-size: 14px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
}
.work-process h4 {
	margin: 10px 0;
}
.work-process p {
	font-size: 13px;
}
.work-process:before {
	position: absolute;
	left: 50%;
	top: 60px;
	width: 270px;
	height: 36px;
	background-image: url(../img/dot-line-1.png);
	z-index: 1;
	margin-left: 61px;
}
.work-process.step-2:before {
	background-image: url(../img/dot-line-2.png);
	top: 13px;
}
.work-process.step-3:before {
	background-image: none;
	top: 13px;
}
.features-content {
	border: 1px solid #d4d9e3;
	padding: 20px 15px;
	text-align: center;
	border-radius: 5px;
	margin-bottom: 30px;
	box-shadow: 0 0 10px 0 rgba(107, 121, 124, .2);
	-webkit-box-shadow: 0 0 10px 0 rgba(107, 121, 124, .2);
}
.features-content h3 {
	font-weight: 400;
	color: #475052;
	font-size: 18px;
	margin-bottom: 0;
}
.features-content p {
	font-weight: 300;
	color: #6b797c;
	line-height: 1.8;
	font-size: 14px;
}
.features-content span {
	font-size: 45px;
	margin-bottom: 25px;
	color: #0CAA41;
}
.half-box {
	padding: 80px 20px;
	background-size: cover;
	position: relative;
	background-position: center;
}
.half-box h2, .half-box p {
	color: #fff;
	position: relative;
}
.half-box a {
	position: relative;
	display: inline-block;
	margin-top: 20px;
}
.candidate-box:before, .employer-box:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: block;
	right: 0;
}
.employer-box:before {
	width: 100%;
	height: 100%;
	opacity: .7;
	background: #1491de;
	background: -webkit-gradient(left, rgba(20, 145, 222, 1) 0, rgba(185, 57, 208, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(20, 145, 222, 1) 0, rgba(185, 57, 208, 1) 100%);
	background: -moz-linear-gradient(left, rgba(20, 145, 222, 1) 0, rgba(185, 57, 208, 1) 100%);
	background: -ms-linear-gradient(left, rgba(20, 145, 222, 1) 0, rgba(185, 57, 208, 1) 100%);
	background: -o-linear-gradient(left, rgba(20, 145, 222, 1) 0, rgba(185, 57, 208, 1) 100%);
	background: linear-gradient(to left, rgba(20, 145, 222, 1) 0, rgba(185, 57, 208, 1) 100%);
}
.candidate-box:before {
	background: #1d2c3e;
	opacity: .8;
}
.apply-job-btn {
	padding: 10px 30px;
}
.place-box {
	height: 350px;
	display: inline-block;
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 90;
	margin: 10px 0;
	border-radius: 6px;
}
.job-count {
	padding: 3px 25px;
	background: rgba(255, 255, 255, .2);
	position: absolute;
	top: 25px;
	left: 20px;
	z-index: 1;
	border-radius: 50px;
	color: #fff;
	font-size: 13px;
	border: 1px solid #fff;
}
.place-box-content {
	text-align: center;
	top: 50%;
	margin: 0 auto;
	z-index: 101;
	transform: translate(0, -50.5%);
}
.place-box-bg, .place-box-bg:before, .place-box-content {
	width: 100%;
	position: absolute;
}
.contact-box, .mng-jb, .top-box {
	position: relative;
}
.place-box-bg:before {
	height: 100%;
	background: rgba(12, 12, 12, .3);
}
.place-box-bg {
	top: 0;
	left: 0;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	transition: transform .35s ease-out;
}
.place-box-content h4 {
	font-size: 27px;
	line-height: 35px;
	color: #fff;
	margin: 0;
}
.place-box-content span {
	color: #fff;
}
.place-box:hover .place-box-bg {
	transform: scale(1.07);
}
.mng-jb {
	display: table;
	margin-left: 60px;
	bottom: 12px;
	font-size: 12px;
	opacity: .8;
}
.search-form {
	background: #fff;
	position: relative;
	z-index: +99;
	border-radius: 6px;
	padding: 15px 15px 10px;
	box-shadow: 0 5px 25px 0 rgba(41, 128, 185, .15);
	-webkit-box-shadow: 0 5px 25px 0 rgba(41, 128, 185, .15);
	-ms-transform: translatey(-30px);
	-webkit-transform: translatey(-30px);
	transform: translatey(-30px);
}
.search-wide p{
	font-size: 16px;
}
.search-wide {
	min-width: 65px;
	float: left; 
}
.search-wide.full {
	min-width: 150px;
	float: left;
}
a.fl-right {
	color: #3d82ab;
}
.side-list .blog-post-meta span, .side-list ul li span.custom-checkbox {
	float: none;
}
.search-wide .form-control {
	height: 30px;
	padding: 2px 10px;
	line-height: 30px;
	font-size: 14px;
	margin-bottom: 0px;
	background-color: #efefef;
	border-color: transparent;
}
.search-wide .form-control:focus {
	border-color: transparent;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.search-wide .form-control[option] {
	font-weight: normal;
	display: block;
	white-space: pre;
	min-height: 30px;
	padding: 0px 2px 1px;
}
.contact-box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid #e8eef1;
	border-radius: .25rem;
	padding-top: 25px;
}
.top-box {
	width: 100%;
	padding: 7px 12px;
}
.contact-img {
	max-width: 90px;
	display: table;
	margin: 15px auto;
	border-radius: 50%;
	border: 2px dashed #e8eef1;
	padding: 5px;
}
.contact-caption {
	text-align: center;
	padding-bottom: 20px;
}
.contact-caption h4 {
	margin-bottom: 3px;
	font-size: 18px;
	font-weight: 500;
}
.contact-footer {
	padding: 0 10px;
	border-top: 1px solid #e8eef1;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.contact-footer a.col-half {
	width: 50%;
	float: left;
	padding: 12px 0;
	text-align: center;
}
.contact-footer a.col-half i {
	margin-right: 10px;
}
.contact-action {
	text-align: center;
	margin-bottom: 20px;
}
.contact-action a {
	margin: 5px;
}
.toggler {
	color: #e6edf5;
	cursor: pointer;
	font-size: 20px;
	margin-bottom: 0;
	line-height: 1;
}
.toggler [type=checkbox]:checked, .toggler [type=checkbox]:not(:checked) {
	position: absolute;
	left: -9999px;
	opacity: 0;
}
.toggler input {
	display: none;
}
.toggler input:checked+i {
	color: #ff526c;
}
.toggler input:checked+i.fa-check {
	color: #4caf50;
}
.panel-default {
	border-color: #eaeff5;
	box-shadow: 0 0 10px 0 rgba(88, 96, 109, .1);
	-webkit-box-shadow: 0 0 10px 0 rgba(88, 96, 109, .1);
	-moz-box-shadow: 0 0 10px 0 rgba(88, 96, 109, .1);
}
.job-owner-detail, .white-shadow {
	box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08);
}
.panel-group .panel {
	margin-bottom: 10px;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #eaeff5;
}
.panel-default>.panel-heading {
	color: #334e6f;
	padding: 14px 15px;
	background-color: #fff;
	border-color: #eaeff5;
}
.panel-default>.panel-heading img {
	position: relative;
	max-width: 80px;
	float: right;
	top: -6px;
	max-height: 30px;
}
label {
	font-weight: 600;
	letter-spacing: 0px;
	margin-bottom: 2px;
}
label.error {
	font-size: 11px;
	line-height: normal;
	color: #da0400;
	font-weight: 600;
	position: absolute;
	bottom: -18px;
}
label#hdn_video-error {
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: -8px;
}
.dev-error {
	position: absolute;
	bottom: -5px;
	font-size: 11px;
	color: #da0400;
	font-weight: 600;
}
.price-input .dev-error {
	bottom: 0px;
	left: 0;
	width: 100%;
	line-height: normal;
}
.clnt-prf-error label.error {
	font-size: 10px;
	bottom: 2px;
}
.edit-prf-error label.error {
	font-size: 11px;
	line-height: normal;
	color: #da0400;
	font-weight: 600;
	position: absolute;
	bottom: -2px;
	left: 15px;
}
.price-input label.error {
	font-size: 11px;
	line-height: normal;
	color: #da0400;
	font-weight: 600;
	position: absolute;
	bottom: 0;
	display: inherit;
	left: 0;
}
#loginform .form-group {
	margin-bottom: 20px;
	position: relative;
}
.detail-section {
	position: relative;
	color: #fff;
	background-size: cover!important;
	background-position: center!important;
	height: 510px;
}
.detail-section .overlay {
	-webkit-backface-visibility: hidden;
	position: absolute;
	width: 100%;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	opacity: .4;
	background-color: #242429;
	transition: opacity .3s ease-in-out;
}
.profile-cover-content {
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: right;
	z-index: 10;
}
.cover-buttons>ul>li {
	float: left;
	position: relative;
	padding-left: 5px;
	list-style: none;
}
.buttons {
	font-size: 13px;
	font-weight: 400;
	padding: 15px 30px;
	display: inline-block;
	overflow: hidden;
	border-radius: 4px;
	line-height: 16px;
	transition: all .2s ease;
}
.cover-buttons {
	float: right;
}
.cover-buttons .button-outlined, .cover-buttons .button-plain {
	padding: 14px 18px!important;
	font-weight: 400;
}
.cover-buttons .btn-outlined {
	color: #fff;
	border: 1px solid hsla(0, 0%, 100%, .5);
}
.cover-buttons .btn-outlined:focus, .cover-buttons .btn-outlined:hover {
	color: #ff7c39;
	background: #fff;
	border: 1px solid #fff;
}
.buttons i, .cover-buttons .btn-outlined i, .cover-buttons .button-plain i {
	margin-right: 8px;
	font-size: 17px;
}
.job-rating {
	font-size: 16px;
	line-height: 1.2;
}
.job-owner {
	position: absolute;
	min-width: 310px;
	bottom: -50px;
	left: 5%
}
.job-owner-avater {
	max-width: 80px;
	display: inline-block;
	float: left;
}
.job-owner-detail {
	text-align: left;
	margin-left: 0;
	padding: 16px 0 8px 90px;
	border-radius: 50px;
	height: 80px;
	background: #fff;
	margin-top: 0;
	border: 1px solid #eaeff5;
	-webkit-box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08);
	-moz-box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08);
}
.job-owner-detail h4 {
	margin-bottom: 1px;
	font-size: 17px;
	margin-top: 0;
}
.job-owner-detail span {
	font-size: 13px;
}
.detail-wrapper {
	width: 100%;
	display: table;
	margin-bottom: 40px;
	background-color: #fdfdfd;
	border: 1px solid #f7f7f7;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.67);
	-moz-box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.67);
	box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.67);
	position: relative;
}
.white-box {
	background: #fff;
	border-radius: 6px;
}
.white-shadow {
	border: 1px solid #eaeff5;
	-webkit-box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08);
	-moz-box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08);
}
.detail-wrapper-body {
	padding: 15px;
}
.detail-wrapper-header {
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 8px;
	margin-bottom: 15px;
}
.detail-wrapper-header h4 {
	margin-top: 0;
	font-size: 20px;
	font-weight: 600;
	color: var(--black);
	letter-spacing: 0px;
	margin-bottom: 0;
}
.detail-wrapper-header p {
	margin-bottom: 0;
	margin-top: 2px;
	font-weight: 600;
	letter-spacing: 0px;
}
a.btn.btn-primary.btn-pay {
	width: 100%;
}
.payment-text img {
	width: 100px;
}
.detail-list-rating {
	float: left;
	margin-right: 15px;
}
.detail-list-rating i {
	color: #ffc107;
}
span.job-tag {
	font-size: 12px;
	padding: 5px 15px;
	border-radius: 50px;
	top: -3px;
	position: relative;
}
.detail-wrapper-body ul.detail-check {
	margin: 0;
	padding: 0;
	width: 100%;
	display: inline-table;
}
.detail-wrapper-body ul.detail-check li {
	list-style: none;
	display: inline-block;
	width: 33.333333%;
	padding: 6px 0 5px 30px;
	position: relative;
}
.detail-wrapper-body ul.detail-check li:before {
	width: 19px;
	height: 19px;
	content: "\f00c";
	font-family: FontAwesome;
	font-size: 12px;
	color: #fff;
	display: inline-block;
	left: 0;
	top: 8px;
	text-align: center;
	line-height: 16px;
	background-color: #ff7c39;
	transition: border-color 0s;
	border-radius: 4px;
	position: absolute;
	border: 1px solid #eaeff5;
	box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08);
	-webkit-box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08);
	-moz-box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08);
}
.detail-list {
	margin: 0 0 20px;
	padding: 0;
	display: inline-block;
	width: 100%
}
.detail-list li {
	list-style: none;
	float: left;
	width: 100%;
	margin: 0 0 12px;
	position: relative;
	padding-left: 23px;
	line-height: 22px;
	font-size: 14px;
}
.detail-list li::before {
	position: absolute;
	left: 0;
	top: 13px;
	width: 10px;
	height: 1px;
	content: "";
	background: #677782;
}
.edu-history {
	float: left;
	width: 100%;
	display: table;
	position: relative;
	padding-left: 40px;
	margin-bottom: 24px;
}
.edu-history:before, .edu-history>i {
	position: absolute;
	content: "";
}
.edu-history:before {
	left: 7px;
	top: 20px;
	width: 2px;
	height: 100%;
	background: #eaeff5;
}
.edu-history:last-child:before {
	display: none;
}
.edu-history>i {
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	border: 2px solid #ff7c39;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.edu-history.success>i {
	border-color: #0fb76b;
}
.edu-history.danger>i {
	border-color: #f21136;
}
.edu-history.warning>i {
	border-color: #ff9800;
}
.edu-history.info>i {
	border-color: #01b2ac;
}
.detail-info {
	display: table-cell;
	vertical-align: top;
}
.detail-info>h3 {
	float: left;
	width: 100%;
	font-family: Open Sans;
	font-size: 16px;
	color: #ff7c39;
	margin: 10px 0 0;
}
.detail-info>i, .detail-info>p {
	float: left;
	font-size: 14px;
	font-style: normal;
	width: 100%
}
.detail-info>i {
	margin-top: 7px;
}
.detail-info>p {
	margin: 10px 0 0;
	line-height: 24px;
}
.signup-modal-logo img {
	margin-bottom: 25px;
	width: 400px;
}
.signup-modal-logo {
	text-align: center;
	width: 100%;
}
.signup-modal-logo a {
	display: inline-block;
}
.filter-sidebar {
	background-color: #fdfdfd;
	padding: 10px;
	border: 1px solid #f7f7f7;
}
#accordion2 .panel-title a.collapsed:hover:after, 
#accordion2 .panel-title a:hover:after, .style-1#accordion 
.panel-title a.collapsed:hover:after, .style-1#accordion .panel-title a:hover:after {
	transform: rotate(360deg);
}
.widget-boxed-header h4 {
	margin: 0;
}
.widget-boxed-body {
	padding: 0px 0px 10px;
}
.side-list ul {
	margin: 0;
	padding: 0;
}
.devs-details1 strong {
	font-weight: 600;
}
.side-list ul li {
	list-style: none;
	padding: 0px !important;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	line-height: 12px;
	width: 100%;
	border-bottom: 1px dashed #eaeff5;
}
ul.side-list-inline.social-side li {
	display: inline-block;
	width: auto;
	padding: 10px 0 10px 3px;
}
.side-list ul li span {
	float: left;
	margin-right:3px;
}
.side-list ul li:last-child, .side-list.no-border ul li {
	border-bottom: none;
}
ul.side-list-inline.social-side li a i {
	width: 45px;
	height: 45px;
	display: inline-block;
	line-height: 45px;
	text-align: center;
	border-radius: 50%;
	transition: all ease .4s;
	border: 1px solid #eaeff5;
	box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08);
	-webkit-box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08);
	-moz-box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08);
}
.features-box, .testimonial-detail {
	box-shadow: 0 5px 25px 0 rgba(41, 128, 185, .15);
}
ul.side-list-inline.social-side li a :focus, ul.side-list-inline.social-side li a :hover {
	background: #ff7c39;
	color: #fff;
}
.widget-boxed-body a.full-width i {
	margin-right: 5px;
}
.testimonial-detail {
	padding: 40px;
	border-radius: 6px;
	position: relative;
	margin: 20px 50px;
	-webkit-box-shadow: 0 5px 25px 0 rgba(41, 128, 185, .15);
}
.testimonial-detail .pic {
	position: absolute;
	top: -10px;
	left: -10px;
}
.testimonial-detail h3.user-testimonial-title {
	font-size: 18px;
	margin-bottom: 10px;
}
.testimonial-detail .user-description {
	line-height: 1.7;
	font-size: 16px;
	font-weight: 300;
	font-family: 'Josefin Sans', sans-serif;
	font-style: italic;
}
#accordion2 .panel-title a, .style-1#accordion .panel-title a {
	display: block;
	font-weight: 600;
	transition: all .3s ease 0s;
	background: #fff;
}
.testimonial-detail .client-rating {
	position: absolute;
	top: 20px;
	right: 20px;
}
.testimonial-detail .client-rating i {
	font-size: 12px;
	color: #ff7c39;
}
.style-1#accordion .panel {
	border: none;
	box-shadow: none;
	border-radius: 10px;
	margin-bottom: 10px;
}
.style-1#accordion .panel-heading {
	padding: 0;
	border: none;
	border-radius: 10px;
}
.style-1#accordion .panel-title a {
	padding: 15px 35px;
	font-size: 20px;
	color: #334e6f;
	position: relative;
	border: 1px solid #eaeff5;
}
.style-1#accordion .panel-title a.collapsed:after, .style-1#accordion .panel-title a:after {
	content: "\f068";
	font-family: fontawesome;
	width: 32px;
	height: 32px;
	line-height: 25px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	font-size: 14px;
	color: #ff7c39;
	border: 4px solid #eaeff5;
	position: absolute;
	top: 10px;
	left: -20px;
	transition: all .3s ease 0s;
	box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08);
	-webkit-box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08);
	-moz-box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08);
}
.style-1#accordion .panel-title a.collapsed:after {
	content: "\f067";
}
.style-1#accordion .panel-body {
	padding: 15px 25px;
	background: #fff;
	font-size: 14px;
	color: #8c8c8c;
	line-height: 25px;
	border-top: none;
	position: relative;
}
#accordion2 .panel {
	border: none;
	box-shadow: none;
	border-radius: 10px;
	margin-bottom: 10px;
}
#accordion2 .panel-heading {
	padding: 0;
	border: none;
	border-radius: 10px;
}
#accordion2 .panel-title a {
	padding: 15px 35px;
	font-size: 20px;
	color: #334e6f;
	position: relative;
	border: 1px solid #eaeff5;
}
#accordion2 .panel-title a.collapsed:after, #accordion2 .panel-title a:after {
	content: "\f068";
	font-family: fontawesome;
	width: 32px;
	height: 32px;
	line-height: 25px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	font-size: 14px;
	color: #3d82ab;
	border: 4px solid #eaeff5;
	position: absolute;
	top: 10px;
	left: -20px;
	transition: all .3s ease 0s;
	box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08);
	-webkit-box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08);
	-moz-box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08);
}
.tab.style-1 .nav-tabs li a, .tab.style-2 .nav-tabs li a {
	font-weight: 600;
	text-transform: uppercase;
	margin-right: 0;
	transition: all .5s ease 0s;
	position: relative;
}
#accordion2 .panel-title a.collapsed:after {
	content: "\f067";
}
#accordion2 .panel-body {
	padding: 15px 25px;
	background: #fff;
	font-size: 14px;
	color: #8c8c8c;
	line-height: 25px;
	border-top: none;
	position: relative;
}
#accordion2.panel-group.style-2 .panel-title a.collapsed {
	color: #fff;
	background: #ff7c39;
}
.tab.style-2 {
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid #eaeff5;
	-webkit-box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08);
	-moz-box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08);
}
.tab.style-2 .nav-tabs li a {
	font-size: 15px;
	padding: 15px 30px;
	background: #fff;
	border-radius: 0;
	border: none;
	border-right: 1px solid #eaeff5;
}
.log-btn, .log-form label {
	font-weight: 500;
}
.blog-box, .log-btn, .package-box, body .tag-content a {
	transition: all ease .4s;
}
.tab.style-2 .nav-tabs li a:hover, .tab.style-2 .nav-tabs li.active a {
	color: #fff;
	border-bottom: 2px solid #ff7c39;
	background: #ff7c39;
}
.features-box {
	margin-bottom: 30px;
	padding: 25px 20px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 25px 0 rgba(41, 128, 185, .15);
}
.features-box h4 {
	font-size: 17px;
	margin-bottom: 10px;
}
.features-box i {
	font-size: 35px;
	margin-bottom: 15px;
}
.newsletter {
	background: #f4f5f7;
	position: relative;
	background-size: cover;
}
.newsletter-box {
	padding: 40px 0;
}
.newsletter-box .input-group {
	margin-bottom: 20px;
	background: #fff;
	border-radius: 50px;
	padding: 5px 10px;
	box-shadow: 0 5px 25px 0 rgba(41, 128, 185, .15);
	-webkit-box-shadow: 0 5px 25px 0 rgba(41, 128, 185, .15);
}
.newsletter-box .input-group .form-control {
	height: 60px;
	border: none;
	box-shadow: none;
	background: 0 0;
}
.newsletter-box .input-group .input-group-addon {
	border: none;
	font-size: 18px;
	background: 0 0;
}
.newsletter-box .btn {
	padding: 18px 35px;
}
.log-box {
	max-width: 700px;
	margin: 0 auto;
	padding: 30px;
	border-radius: 2px;
	box-shadow: 0 5px 25px 0 rgba(41, 128, 185, .15);
	-webkit-box-shadow: 0 5px 25px 0 rgba(41, 128, 185, .15);
	background-color: #fdfdfd;
	border: 1px solid #f7f7f7;
	position: absolute;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.log-box img {
	margin: 20px auto;
}
.log-option {
	text-align: center;
	margin: 30px 0 20px;
	border-top: 1px solid #eaeff5;
}
.log-option span {
	background: #fff;
	width: 40px;
	height: 40px;
	border: 1px solid #eaeff5;
	display: inline-block;
	line-height: 40px;
	border-radius: 50%;
	top: -20px;
	position: relative;
}
.log-btn {
	border: 2px solid #eaeff5;
	padding: 14px 15px;
	border-radius: 4px;
	width: 100%;
	font-size: 16px;
	display: inline-block;
	text-align: center;
}
.log-btn i {
	margin-right: 10px;
}
.fb-log-btn {
	color: #4167b2;
	border-color: #4167b2;
}
.fb-log-btn:focus, .fb-log-btn:hover {
	background: #4167b2;
	color: #fff;
}
.gplus-log-btn {
	color: #eb5425;
	border-color: #eb5425;
}
.gplus-log-btn:focus, .gplus-log-btn:hover {
	background: #eb5425;
	color: #fff;
}
.nav.nav-tabs.nav-advance {
	background: #334e6f;
	border-radius: 50px;
	padding: 8px 4px;
	max-width: 410px;
	margin: 10px auto 50px;
}
.nav-tabs.nav-advance>li {
	width: 50%;
	text-align: center;
	padding: 0 4px;
}
.nav-tabs.nav-advance>li>a {
	background: 0 0;
	color: #fff;
	padding: 12px 15px;
	font-weight: 500;
	border-radius: 50px;
}
.nav-tabs.nav-advance>li.active>a, .nav-tabs.nav-advance>li>a:focus, .nav-tabs.nav-advance>li>a:hover {
	background: #fff!important;
	color: #ff7c39!important;
}
.nav-tabs.nav-advance>li>a i {
	margin-right: 10px;
}
.tab-content>.tab-pane {
	display: none!important;
}
.tab-content>.active {
	display: block!important;
}
.tag-sec {
	background-size: cover!important;
	background-position: center!important;
	position: relative;
}
.tag-sec::before {
	content: "";
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	background: #1a2135;
	opacity: .8;
}
.tag-content {
	text-align: center;
	position: relative;
	padding: 50px 0;
}
.tag-content img {
	margin: 10px auto;
	display: table;
	max-width: 220px;
}
.tag-content h2 {
	font-weight: 600;
	color: #fff;
}
.tag-content p {
	color: #fff;
	font-size: 16px;
	line-height: 1.88;
}
body .tag-content a {
	color: #fff;
	padding: 15px 30px;
	display: inline-block;
	margin: 30px 0 0;
}
.tag-content a:focus, body .tag-content a:hover {
	color: #ff7c39;
	background: #fff;
	border-color: #fff;
}
.tag-content a:focus i, body .tag-content a:hover i {
	color: #ff7c39;
}
.tag-content a i {
	margin-left: 7px;
}
.pricing {
	background: #f4f5f7;
}
.package-box {
	background: #fff;
	border-radius: 6px 6px 0 0;
	overflow: hidden;
	margin-bottom: 30px;
	text-align: center;
	padding: 0 0 1em;
	border: 1px solid #f4f5f7;
	-webkit-box-shadow: 0 0 10px 0 rgba(107, 121, 124, .2);
	box-shadow: 0 0 10px 0 rgba(107, 121, 124, .2);
}
.package-box:focus, .package-box:hover {
	-webkit-box-shadow: 0 10px 30px 0 rgba(58, 87, 135, .15);
	-moz-box-shadow: 0 10px 30px 0 rgba(58, 87, 135, .15);
	box-shadow: 0 10px 30px 0 rgba(58, 87, 135, .15);
}
.package-header {
	padding: 25px 0 20px;
	background: #2a3646;
}
.active .package-header {
	background: #ff7c39;
}
.package-header i {
	font-size: 3em;
	color: #8594a9;
}
.active .package-header i {
	color: rgba(255, 255, 255, .7);
}
.package-header h3 {
	font-family: Work Sans, sans-serif;
	color: #7f90a7;
	font-size: 20px;
	font-weight: 500;
}
.active .package-header h3 {
	color: #fff;
}
.package-info ul {
	padding: 0 15px;
	margin: 0;
}
.package-info ul li {
	padding: 10px 0;
	list-style: none;
	border-bottom: 1px solid #f4f5f7;
}
.package-price {
	padding: 20px 0;
}
.package-price h2 {
	color: #2a3646;
	font-weight: 600;
}
.package-price h2 sub, .package-price h2 sup {
	font-size: 20px;
	opacity: .7;
}
button.btn.btn-package {
	background: #ff7c39;
	color: #fff;
	padding: 10px 32px;
	border-radius: 50px;
	margin-top: 30px;
}
button.btn.btn-package:focus, button.btn.btn-package:hover {
	background: #2a3646;
}
.slick-next, .slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: 0;
	background: 0 0;
}
.slick-prev {
	left: -35px;
}
.slick-next {
	right: -25px;
}
.slick-next:before, .slick-prev:before {
	font-family: FontAwesome;
	font-size: 12px;
	opacity: 1;
	color: #ff7c39;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	line-height: 26px;
	text-align: center;
	display: inline-block;
	background: #fff;
	border: 1px solid #eaeff5;
	transition: all ease .4s;
	-webkit-box-shadow: 0 2px 10px 0 #d8dde6;
	box-shadow: 0 2px 10px 0 #d8dde6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-next:before {
	content: '\f061';
}
.slick-prev:before {
	content: '\f060';
}
.employer-widget {
	margin: 0 10px 20px;
}
.error-page {
	text-align: center;
}
.error-page p {
	font-size: 17px;
	text-transform: initial;
}
.error-page i {
	width: 100px;
	height: 100px;
	display: table;
	margin: 0 auto;
	background: #fff;
	line-height: 100px;
	font-size: 45px;
	color: #f21136;
	border-radius: 50%;
	border: 1px solid #ffcad3;
	box-shadow: 0 0 10px 1px #ffb4c1;
	-webkit-box-shadow: 0 0 10px 1px #ffb4c1;
	-moz-box-shadow: 0 0 10px 1px #ffb4c1;
}
.notice {
	padding: 15px;
	background-color: #fff;
	margin-bottom: 10px;
	border-radius: 4px;
	border: 1px solid #eaeff5;
	border-left: 6px solid #838992;
	-webkit-box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08);
	-moz-box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08);
}
.notice-sm {
	padding: 10px;
	font-size: 80%;
}
.notice-lg {
	padding: 35px;
	font-size: large;
}
.notice-success {
	border-left-color: #74ba28;
}
.notice-success>strong {
	color: #74ba28;
}
.notice-info {
	border-left-color: #1db4bd;
}
.notice-info>strong {
	color: #1db4bd;
}
.notice-warning {
	border-left-color: #fea911;
}
.notice-warning>strong {
	color: #fea911;
}
.notice-danger {
	border-left-color: #eb344f;
}
.alert-success {
	color: #74ba28;
	background-color: #e6ffcb;
	border-color: #d4f9ac;
	padding: 5px 15px;
}
.alert-info {
	color: #4dccd3;
	background-color: #d0fdff;
	border-color: #b2fbff;
}
.alert-warning {
	color: #ffbc44;
	background-color: #fff6e5;
	border-color: #ffe2ae;
}
.alert-danger {
	color: #d00000;
	background-color: #ffd6d6;
	border-color: transparent;
	padding: 5px 15px;
	border-radius: 2px;
}
.alert-danger.alert-dismissable .close, .alert-danger.alert-dismissible .close {
	top: 0px;
	right: 0;
}
.alert-success.alert-dismissable .close, .alert-success.alert-dismissible .close {
	top: 0px;
	right: 0;
}
.registration-body .alert {
	width: 55%;
	margin: 0 auto;
}
.registration-body .alert-dismissable .close, .alert-dismissible .close {
	position: relative;
	top: 0;
	right: 0;
	color: inherit;
}
.close {
	opacity: .8;
}
.blog-box {
	border: 1px solid #eaeff5;
	box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08);
	-webkit-box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08);
	-moz-box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08);
	margin-bottom: 30px;
	border-radius: 6px;
	overflow: hidden;
}
.blog-grid-box-img {
	height: 250px;
	max-height: 250px;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.blog-grid-box-content {
	padding: 20px 15px;
}
.blog-box:focus, .blog-box:hover {
	-webkit-box-shadow: 0 10px 30px 0 rgba(58, 87, 135, .15);
	-moz-box-shadow: 0 10px 30px 0 rgba(58, 87, 135, .15);
	box-shadow: 0 10px 30px 0 rgba(58, 87, 135, .15);
}
.blog-avatar {
	display: table;
	margin: -58px auto 0;
}
.blog-avatar.text-center img {
	max-width: 70px;
	border-radius: 50%;
	margin: 0 auto 5px;
	border: 4px solid rgba(255, 255, 255, 1);
	box-shadow: 0 2px 10px 0 #d8dde6;
	-webkit-box-shadow: 0 2px 10px 0 #d8dde6;
	-moz-box-shadow: 0 2px 10px 0 #d8dde6;
}
.short-blog {
	padding: 0;
	margin-bottom: 2em;
	border: 1px solid #d6e3ec;
}
figure.img-holder {
	position: relative;
}
.blog-post-date {
	position: absolute;
	bottom: 15px;
	left: 15px;
	padding: 5px 30px;
	border-radius: 4px;
	color: #fff;
	text-transform: capitalize;
}
.blog-content {
	padding: 40px 25px;
	font-size: 15px;
	line-height: 1.8;
	color: #636d75;
}
.post-meta {
	font-size: 18px;
	font-family: initial;
}
.full-blog {
	border: 1px solid #e0ecf5;
}
.full-blog .blog-content {
	padding: 40px 25px 20px;
}
.blog-footer-social {
	padding: 10px 0 0;
	border-top: 1px solid #e0ecf5;
	margin-top: 20px;
}
ul.list-inline.social {
	padding: 0;
	margin: 0;
	float: none;
	display: inline-block;
}
ul.list-inline.social li {
	list-style: none;
	display: inline-block;
	padding: 0 10px;
}
ul.list-inline.social li i {
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	border: 1px solid #e0ecf5;
	color: #71818e;
	line-height: 38px;
	text-align: center;
	font-size: 16px;
	transition: all ease-in-out .4s;
}
ul.list-inline.social li i:focus, ul.list-inline.social li i:hover {
	background: #eff2f5;
}
.comments {
	width: 100%;
	display: block;
	overflow: hidden;
	border-radius: 6px;
	margin-bottom: 40px;
	border: 1px solid #eaeff5;
	box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08);
	-webkit-box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08);
	-moz-box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08);
}
.comments-title {
	padding: 1em 1em 1em 1.5em;
	border-bottom: 1px solid #eaeff5;
}
.single-comment, .single-comment .single-comment {
	padding-left: 90px;
}
.comments-title h4 {
	margin: 0;
	font-weight: 600;
	letter-spacing: 0px;
	color: var(--black);
}
.single-comment {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 20px;
	margin-top: 10px;
	padding-right: 30px;
}
.single-comment .img-holder {
	left: 25px;
	border-radius: 50%;
	overflow: hidden;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	box-shadow: 0 2px 10px 0 #d8dde6;
	-webkit-box-shadow: 0 2px 10px 0 #d8dde6;
	-moz-box-shadow: 0 2px 10px 0 #d8dde6;
}
.single-comment .img-holder img{
	width: 100%;
	height: 100%;
}
.review-sec-name h4 {
	margin-top: 0;
	margin-bottom: 0;
}
.single-comment .text-holder {
	border: 1px solid #eaeff5;
	padding: 15px;
}
.single-comment .text-holder .top {
	margin: 0 0 5px;
	overflow: hidden;
}
.name.pull-left h4 {
	margin-top: 0;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0;
	font-style: italic;
}
.text-holder .small {
	color: #898989;
	font-size: 10px;
}
.rating.pull-right li {
	list-style: none;
	display: inline-block;
}
.rating.pull-right li i {
	font-size: 13px;
	margin-right: 3px;
}
.rating.pull-right li i.active {
	color: orange;
}
.comments-form textarea.form-control {
	height: 150px;
}
.comments-form form {
	margin: 10px -15px;
}
.side-list ul.side-blog-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 5px;
	align-items: center;
}
.blog-list-img {
	display: inline-block;
	width: 55px;
	max-width: 55px;
	overflow: hidden;
	height: 55px;
	border-radius: 4px;
	position: relative;
	margin: 0 10px 0 0;
	vertical-align: text-bottom;
}
.blog-post-meta {
	font-size: 90%;
}
.nav-tabs {
	border: 1px solid #e8ebef;
	border-left: none;
	border-right: none;
}
.nav-tabs-custom .nav-tabs>li>a:hover {
	border-color: #e8ebef;
	background: #e8ebef;
	border-radius: 0;
}
.nav-tabs-custom {
	border-right: 1px solid #e8ebef;
	border-left: 1px solid #e8ebef;
	border-bottom: 1px solid #e8ebef;
}
.nav-tabs>li>a {
	border-radius: 0;
	padding: 10px;
}
.fontawesome-icon-list .col-md-3.col-sm-4 {
	padding: 10px;
}
.bs-glyphicons li {
	width: 24.5%;
	height: 115px;
	padding: 10px;
	margin: 0 -1px -1px 0;
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
	border: 1px solid #e8edef;
	display: inline-block;
}
.bs-glyphicons .glyphicon {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 24px;
}
.bs-glyphicons .glyphicon-class {
	display: block;
	text-align: center;
	word-wrap: break-word;
}
.icon-container {
	width: 240px;
	padding: .7em 0;
	float: left;
	position: relative;
	text-align: left;
}
.footer {
	padding: 50px 0 0;
	border-top: 1px solid #f6f7f9;
}
.footer h4 {
	font-size: 15px;
	color: #ff7c39;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.footer ul {
	padding: 0;
	margin: 0;
	padding-left: 20px;
}
.f-social-box ul {
	padding-left: 0;
	margin-bottom: 30px;
}
.footer ul li {
	padding: 0;
	list-style: none;
}
.footer ul li a {
	font-size: 13px;
	line-height: normal;
	color: #334e6f;
	opacity: .7;
	display: block;
	font-weight: normal;
	margin-bottom: 13px;
	transition: all ease .4s;
}
.footer .f-social-box ul li a, .footer ul li a:focus, .footer ul li a:hover {
	opacity: 1;
}
.footer .f-social-box {
	margin-top: 30px;
	margin-bottom: 25px;
}
.footer .f-app-box ul li, .footer .f-social-box ul li {
	display: inline-block;
}
.footer .f-social-box ul li a i {
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border-radius: 50%;
	margin-right: 10px;
	border: 0px solid #dce1e6;
	transition: all ease .4s;
	background-color: #fff;
	font-size: 18px;
}
.footer .f-social-box ul li a i:focus, .footer .f-social-box ul li a i:hover {
	background: #ff7c39;
	color: #fff!important;
	border-color: #ff7c39;
}
.footer .f-app-box ul li a {
	font-size: 18px;
	opacity: .6;
	margin-right: 10px;
	padding: 12px 20px;
	border-radius: 4px;
	margin-bottom: 5px;
	border: 1px solid #dce1e6;
	transition: all ease .4s;
}
.footer .f-app-box ul li a i {
	font-size: 22px;
	margin-right: 10px;
}
footer .input-group {
	border: 1px solid #dce1e6;
	border-radius: 4px;
}
footer.footer .input-group-btn .btn {
	color: #ff7c39;
}
footer .btn.btn-default, footer .btn.btn-default:focus, footer .btn.btn-default:hover, footer input.form-control, footer input.form-control:focus, footer input.form-control:hover {
	height: 50px;
	border: none;
	background: 0 0;
}
.footer.dark-bg .f-app-box ul li a, footer.dark-bg .input-group {
	border: 1px solid #47586d;
}
.copyright {
	padding: 30px;
	margin-top: 40px;
}
.copyright p {
	font-size: 94%
}
.footer.dark-bg h4 {
	color: #fff;
	font-weight: 600;
	letter-spacing: 0px;
}
.footer.dark-bg ul li a {
	color: #ced5e0;
	font-size: 16px;
}
footer.dark-bg .btn.btn-default, footer.dark-bg .btn.btn-default:focus, footer.dark-bg .btn.btn-default:hover, footer.dark-bg input.form-control, footer.dark-bg input.form-control:focus, footer.dark-bg input.form-control:hover {
	color: #fff;
}
.footer.dark-bg .copyright {
	border-top: 1px solid #212b3a;
}
a.btn.btn-more {
	background-color: #2a3646;
	border: 1px solid #4a5b71;
	color: #fff;
	font-size: 16px;
}
a.btn.btn-more:hover, a.btn.btn-more:focus, a.btn.btn-more:active{
	background-color: #2a3646;
	border: 1px solid #3f4e63;
	color: #fff;
	opacity: 0.6;
}
hr.footer-hr {
	/*margin-top: 0px;*/
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #475669;
}
span.numb-span {
	font-size: 13px;
	padding: 0px 10px;
	white-space: normal;
	display: inline-block;
}
span.no-dvdline {
	margin: 0px;
}
.bottom-cpy p {
	text-align: center;
	color: #747e8e;
	margin-bottom: 5px;
	font-weight: 600;
}
.footer-more-btn {
	text-align: center;
	margin: 30px 0px;
	padding-top: 30px;
	border-top: 1px solid #475669;
}
.btm-browse-list {
	width: 1170px;
	margin: 0 auto;
}
.browse-devs-sec h4 {
	font-size: 19px;
	margin-bottom: 40px !important;
	text-align: center;
}
/*----------- Job Payment Option ------------*/
.payment-box {
	border:  1px solid #eaeff5;
	display:  inline-block;
	border-radius:  6px;
	overflow:  hidden;
	width:  100%;
}
.pay-box-footer  {
	padding: 5px;
	display: inline-block;
	width:  100%;
}
/*----------- Employer Detail-------------*/
.emp-detail ul {
	width: 100%;
	display: flex;
}
.emp-detail ul li {
	width:  33.6666%;
	text-align: center;
	font-weight:  500;
	text-transform:  uppercase;
	display:  inline-block;
}
.emp-detail ul li span {
	font-size: 35px;
	display:  block;
	margin-bottom:  10px;
}
.custom.dropdown  {
	margin-bottom:  10px;
}
.custom .dropdown-menu>li>a  {
	padding:  10px 15px;
	color:  #6c7580;
}
.nav>li>a>img  {
	float:  left;
	position:  relative;
	top:  -4px;
	margin-right:  5px;
	width:  30px;
}
.top-nav-sec nav.navbar.bootsnav.navbar-fixed {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 0px;
	background-color: #fff;
	border-bottom: 0px solid #ddd;
}
.top-nav-sec.topbar-fixed nav.navbar.bootsnav.navbar-fixed {
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.17);
}
.top-nav-sec .navbar-brand {
	padding: 0px 15px;
}
.top-nav-sec.fixed {
	position: fixed;
	z-index: 9;
	width: 100%;
}
.bar-contain a {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
}
span.text-underline {
	border-bottom: 1px solid #fff;
}
.horn-icon img {
	width: 28px;
	margin-right: 5px;
}
.bar-contain {
	text-align: center;
	padding: 7px;
}
.top-bar{
	background-color: #000;
}
.brand {
	padding:  0;
	margin: 0 auto !important;
	display: table !important;
}
.brand li {
	list-style:  none;
	display: inline-block;
	padding-left:  24px;
}
.brand li a {
	color: #fff!important;
}
.grid-job-widget .u-content {
	padding: 0 15px !important;
}
.grid-job-widget .u-content p{
	font-size: 15px;
}
nav.navbar.navbar-default.navbar-mobile.navbar-fixed.light.bootsnav.on.headertwofixed.fadeIn {
	background: #fff !important;
}
.headertwofixed ul.nav.navbar-nav.navbar-right li a {
	color: #000 !important;
}
#verifyModal .modal-dialog {
	max-width: 80% !important;
	width: 100% !important;
}
.white_bg .navbar-left li a{
	color:#6b797c !important;
}
.alert-group {
	position: fixed;
	z-index: 9999;
	width: 50%;
	left: 50%;
	top: 0;
	transform: translate(-50%);
}
.alert-group.error-center-top {
	left: 50%;
	transform: translate(-50%);
}
ul.category-list .active {
	color: #25b1ff;
	background-color: #ddd;
	width: 100% !important;
	display: block;
}
.text-head{
	margin-bottom: 0px;
}
span.help-block.form-error {
	text-transform: none;
	position: absolute;
	font-size: 11px;
	top: -25px;
	color: #da0400;
}
.techs-table table.table tr td{
	border-color: transparent;
	padding: 10px 15px;
	vertical-align: middle;
	font-size: 14px;
}
.techs-table .table {
	margin-bottom: 0rem;
}
.top-thinbar {
	background-color: #2d2654;
	color: #fff;
	text-align: center;
	padding: 3px 0px;
}
.top-thinbar p {
	margin-bottom: 0;
}
.top-thinbar p a:hover {
	color: #059ff5;
}
.top-thinbar i {
	width: 25px;
	height: 25px;
	background-color: #25b1ff;
	border-radius: 28px;
	line-height: 25px;
	font-size: 16px;
}
.modal-close-btn {
	border-radius: 3px;
	text-transform: uppercase;
	border-color: transparent;
}
.center_headr h4 {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 50px;
}
.user-menu {
	left: 0px !important;
	right: -31px !important;
}
.navbar-right.client-btn {
	margin-right: 0;
	margin-top: 3px;
	display: table;
}
.widget-signup-header {
	padding: 14px 10px;
	border-bottom: 1px solid #eaeff5;
}
.signuo-widget-form {
	padding: 10px 20px;
}
.wistia_responsive_padding.blur-block {
	filter: blur(3px);
}
.blur-sec {
	position: absolute;
	z-index: 999;
	width: 100%;
	height: 100%;
}
.agree-p {
	font-size: 12px;
	margin-top: 10px;
}
.agree-p a {
	font-weight: 600;
}
.agree-p a:hover {
	text-decoration: underline;
}
.contenttwotab span.help-block.form-error{
	position: absolute;
	top: -22px;
	font-size: 12px;
	color: #da0400;
	margin-top: 0;
	margin-bottom: 0;
}
#otp_error{
	font-size: 12px;
	color: #da0400;
}
#desc_error {
	top: 35px;
	font-size: 12px;
	color: #da0400;
	position: absolute;
}
#mobile_error{
	position: absolute;
	top: -22px;
	font-size: 12px;
	color: #da0400;
}
.form-control.signup-input {
	margin-bottom: 22px;
}
.signup-p input.form-control{
	margin-bottom: 23px;
}
.footer .f-social-box ul li a i:hover, .footer .f-social-box ul li a i:focus {
	background: #0a6ed4 !important;
	border-color: #0a6ed4 !important;
}
span.index-error {
	color: #ff0000;
	display: none;
}
.err_inp {
	border: 1px solid #ff0000 !important;
	color: #ff0000 !important;
}

/*search result page section style*/
.filter-option-sec p {
	font-size: 16px;
}
.filter-result-opt p {
	font-size: 16px;
}
.filter-result-opt {
	margin-left: 8px;
}
.list-filter-sec {
	display: -webkit-box;
}
.dev-search-bock .clickable-btn{
	background-color: #fff;
	border-radius: 3px;
	padding: 20px;
	box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
	z-index: 999;
	border-color: transparent;
	text-align: left;
	width: 100%;
	/*opacity: 0.9;*/
	transition: 0.5s ease-in-out;
}
.dev-search-bock button:hover{
	box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.2);
	/*opacity:1;*/
}
.dev-list-img {
	width: 120px;
	height: 120px;
	background-color: var(--black);
	border-radius: 50%;
	overflow: hidden;
	-webkit-overflow :hidden;
	margin: 0px auto;
}
.dev-list-img img {
	width: 100%;
	height: 100%;
}
.devs-name{
	font-size: 28px;
	font-weight: 600;
	color: #3d82ab;
	display: inline-block;
	vertical-align: -webkit-baseline-middle;
	margin-right: 50px;
}
.span-green {
	background-color: #0a6ed4;
	color: #fff;
	padding: 5px 15px;
	border-radius: 30px;
	display: inline;
	box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.22);
	margin-right: 13px;
	font-size: 13px;
}
.span-blue {
	background-color: #3d82ab;
	color: #fff;
	padding: 5px 15px;
	border-radius: 30px;
	display: inline;
	box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.22);
	margin-right: 13px;
	font-size: 13px;
}
.devs-details1 p {
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 0;
	margin-top: 5px;
	line-height: 1.5;
	width: 75%;
}
.exp-sec {
	display: inline-flex;
	font-size: 15px;
	margin-bottom: 7px;
}
.rating-stars li {
	display: inline-block;
	list-style: none;
	color: #f7941d;
}
.vr-line {
	margin: 0px 10px;
}
.rating-stars {
	margin-right: 10px;
}
p.timezone-sec {
	font-size: 15px;
	margin-bottom: 5px;
}
p.dev-avial-sec {
	margin-bottom: 10px;
	font-size: 15px;
}
.devs-skills-sec {
	margin-top: 20px;
}
p.about-cont {
	font-size: 15px;
	line-height: normal;
}
.devs-skills-sec li {
	display: inline-block;
	background-color: #3d82ab;
	padding: 3px 12px;
	border-radius: 2px;
	color: #fff;
	margin-bottom: 8px;
}
.devs-skills-sec li.more-skill-btn{
	background-color: var(--black);
}
.devs-skills-sec li a{
	color: #fff;
}
a.searchlist-achor-sec {
	color: var(--black);
	display: inline-block;
	width: 100%;
	position: relative;
}
.video-add-sec span {
	font-size: 15px;
	color: #0a6ed4;
	font-weight: 600;
	letter-spacing: 0px;
}
.video-add-sec {
	margin-top: 20px;
	display: grid;
}
.video-add-sec a i {
	font-size: 20px;
	margin-bottom: 12px;
	vertical-align: top;
}
.list-btns-sec {
	text-align: center;
}
a.btn.hire-btn {
	background-color: #0a6ed4;
	border-color: transparent;
	border-radius: 2px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0px;
	text-transform: uppercase;
	max-width: 100%;
	min-width: 120px;
}
a.btn.btn-outline {
	background-color: #fff;
	color: #0a6ed4;
	font-size: 16px;
	text-transform: capitalize;
	margin-top: 20px;
	font-weight: 600;
}
.list-btns-sec p {
	font-size: 12px;
	margin-top: 5px;
	font-weight: 600;
	letter-spacing: 0.5px;
}
.devs-cont1 {
	margin: 5px 0px 15px;
}
a.clickable {
	z-index: 0 !important;
}
.sec-join-btn {
	text-align: center;
	margin-top: 40px !important;
}
li.sec-join-btn {
	margin-top: 0 !important;
}
a.btn.sec-btn-join {
	background-color: #0a6ed4;
	border-color: #0a6ed4;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	padding: 12px 80px;
	height: 50px;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3)
	margin-bottom: 5px;
}
a.btn.sec-btn-join:hover{
	background-color: #004182;
/*	box-shadow: 0px 2px 15px 3px rgba(0, 0, 0, 0.25);*/
}
button.btn.sec-btn-join {
	background-color: #0a6ed4;
	border-color: #0a6ed4;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0px;
	text-transform: uppercase;
	padding: 10px 30px;
	box-shadow: 0px 2px 12px 2px rgba(0, 0, 0, 0.2);
	margin-bottom: 5px;
}
button.btn.sec-btn-join:hover, button.btn.sec-btn-join:focus, button.btn.sec-btn-join:active{
	box-shadow: 0px 2px 15px 3px rgba(0, 0, 0, 0.25);
	background-color: #004182;
	border-color: #004182;
	color: #fff;
}
a.btn.sec-btn-join.report-btn{
	margin-bottom: 0px;
}
.btn.update-btn {
	background-color: #0a6ed4;
	border-color: #0a6ed4;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0px;
	text-transform: uppercase;
	padding: 10px 30px;
	box-shadow: 0px 2px 12px 2px rgba(0, 0, 0, 0.2);
	margin-bottom: 5px;
}
.btn.update-btn:hover{
	background-color: #004182;
/*	box-shadow: 0px 2px 15px 3px rgba(0, 0, 0, 0.25);*/
}
p.sec-btn-p {
	color: var(--black);
	font-size: 14px;
	letter-spacing: 0px;
}
.footer-more-btn p.sec-btn-p {
	color: #fff;
	margin-bottom: 0;
}
.dev-img-hover {
	position: absolute;
	top: 0;
	left: 50%;
	height: 120px;
	width: 120px;
	opacity: 0;
	transition: .5s ease;
	background-color: rgba(0,0,0,0.5);
	transform: translate(-50%);
	border-radius: 50%;
}
.img-htext {
	color: white;
	font-size: 12px;
	position: absolute;
	top: 50%;
	width: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
.dev-search-bock .clickable-btn:hover .dev-img-hover {
	opacity: 1;
}
.dev-search-bock {
	margin-bottom: 40px;
}
.developer-listing {
	margin-left: 8px;
}
.no-result-img {
	text-align: center;
}
.dev-search-bock .col-md-2 {
	padding-right: 0px;
	padding-left: 10px;
}
.side-list .checkbox input[type=checkbox] {
	margin-left: 0;
}
.side-list .checkbox {
	margin-top: -3px;
	float: left;
	display: inherit;
}
.side-list .checkbox input[type=checkbox] {
	height: 20px;
}
.side-list ul li span {
	line-height: normal;
	font-size: 12px;
	font-weight: 500;
	display: contents;
}
.side-list ul li .checkbox label, .hidden_skills.radio label {
	min-height: 15px;
	padding-left: 15px;
}
.side-list ul li input[type=checkbox], input[type=radio] {
	margin: 0px 0 0;
	margin-top: 1px\9;
	line-height: normal;
}
.devs-time-amnt-sec .radio-inline input[type=radio] {
	position: absolute;
	margin-top: 2px;
	margin-left: -20px;
}
.side-list ul li.jobtype-li {
	display: inline-table;
}
.exp-sec-mobile{
	display: none;
}
.input-group.availability-group.jobtype-sub-li {
	display: block;
	margin-bottom: 5px;
}
.jobtype-sub-li .radio-inline{
	padding-left: 15px;
	margin-top: 6px;
	font-size: 12px;
}
.jobtype-sub-li .radio-inline+.radio-inline {
	margin-left: 18px;
}
.jobtype-sub-li .radio-inline input[type=radio] {
	margin-left: -17px;
}
.jobtype-sub-input input.form-control.available_from {
	height: 25px;
	border-radius: 2px;
	font-size: 14px;
	color: var(--black);
	background-color: #efefef;
}
.jobtype-sub-input{
	margin-bottom: 5px;
	margin-top: 5px;
}
.navbar-toggle.sidbar-modal-btn {
	background-color: #0a6ed4 !important;
	border: none;
	padding: 5px 15px;
	font-size: 18px;
	position: relative;
	top: 0px;
	margin: 0;
	line-height: 30px;
	border-radius: 2px;
	color: #fff;
	box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.18);
}
.tab-menu-bar .navbar-toggle.sidbar-modal-btn{
	display: none;
}
.ui-autocomplete {
	z-index: 99;  
	background-color: #f5f8f9;
}
.ui-menu-item {
	border-bottom: 1px solid #b4c4d4 !important;
}
.ui-state-highlight a {
	font-weight: bold;
	color: #002e5b !important;
}
.ui-state-highlight {
	font-weight: bold;
	color: #002e5b !important;
}
.ui-autocomplete {
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
}
/*//search result page section style*/

/*developer full profile page css*/
.dummy-video-sec {
	position: relative;
	display: flow-root;
}
.bredcrum-sec {
	background-color: #f1f1f1;
	padding: 10px 0px;
}
.bredcrum-sec p{
	margin-bottom: 0px;
}
.bredcrum-sec p a{
	color: var(--black);
	font-weight: 600;
	font-size: 16px;
}
.devs-video-sec {
	box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.31);
	margin-bottom: 20px;
}
.devs-main-details {
	background-color: #fdfdfd;
	border: 1px solid #f7f7f7;
	padding: 15px;
	-webkit-box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.67);
	-moz-box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.67);
	box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.67);
}
.more-btn a {
	background-color: var(--black);
	color: #fff;
	padding: 0px 12px;
	border-radius: 50px;
	display: inline-block;
	margin-top: 10px;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.23)
}
.more-btn-right {
	text-align: right;
}
.devs-exp-details li {
	font-size: 13px;
}
.devs-name-heading h4 {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 600;
	color: var(--black);
	letter-spacing: 0px;
	font-size: 22px;
}
.devs-name-heading p {
	text-transform: uppercase;
	letter-spacing: 0px;
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: 600;
	line-height: 1.3;
	margin-top: 7px;
}
li.overall-li {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 600;
	color: #3d82ab;
}
.ovr-skills li strong {
	background-color: #ececec;
	padding: 0px 12px;
	border-radius: 40px;
	margin: 3px;
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	color: #656565;
}
.overall-li strong {
	color: var(--black);
}
.ovr-skills li {
	font-size: 14px;
	font-weight: 600;
}
li.skillsedit-icon {
	float: right;
}
.job-time-head {
	font-weight: 600;
	font-size: 14px;
}
.price-box p {
	font-size: 10px;
	font-weight: 600;
	margin-bottom: 2px;
}
.nav-tabs.jobtype-li>li.price-box>a {
	background-color: #fff;
	border: 1px solid #ddd;
	color: var(--black);
	margin-right: 0;
	padding: 5px;
	font-size: 11px;
	height: 85px;
}
.jobtype-li li {
	display: inline-block;
	width: 33%;
	padding: 0px 5px;
}
.devs-timezone-sec {
	border: 1px solid #ddd;
	padding: 10px;
	margin-top: 10px;
	position: relative;
}
.devs-timezone-sec h4 {
	margin-top: 0px;
	font-weight: 600;
	color: var(--black);
	font-size: 16px;
}
.devs-travel-sec {
	border: 1px solid #ddd;
	padding: 6px 10px;
	margin-top: 10px;
}
.devs-travel-sec p {
	margin-bottom: 0;
	font-size: 14px;
}
.devs-avial-sec {
	border: 1px solid #ddd;
	padding: 6px 10px;
	margin-top: 20px;
}
.devs-avial-sec p {
	margin-bottom: 0;
	font-size: 16px;
}
.btn.signup-btn {
	padding: 10px 60px;
	margin-bottom: 5px;
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.18);
}
.nextBtn-btn {
	text-align: center;
}
.devs-head-section {
	margin-bottom: 30px;
}
.image {
	display: block;
	width: 100%;
	height: auto;
}
.port-img-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(57, 178, 73, 0.75);
	overflow: hidden;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .3s ease;
	transition: .3s ease;
}
.devs-port-block a:hover .port-img-overlay {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.port-img-text {
	color: white;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	padding: 15px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
.devs-port-block{
	background-color: #fff;
	padding: 10px;
	border-radius: 3px;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
}
.devs-port-block a {
	overflow: hidden;
	display: inline-block;
	position: relative;
	width: 100%;
	height: auto;
}
.port-img-text h4 {
	color: #fff;
	font-weight: 600;
	letter-spacing: 0px;
}
.port-img-text span {
	width: auto;
	background-color: #fff;
	color: #0a6ed4;
	border-radius: 50px;
	padding: 2px 17px;
	font-size: 16px;
}
.devs-feat-bar {
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.devs-detail-bar-header h4 {
	font-weight: 700;
	color: var(--black);
	letter-spacing: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	font-size: 18px;
}
.detail-bar-body {
	display: inline-block;
	width: 100%;
}
.certify-cont {
	white-space: pre-wrap;
}
.achiev-star {
	width: 20%;
	display: inline;
}
.achiev-detail {
	width: 80%;
	display: inline-grid;
}
.achiev-star img {
	vertical-align: text-top;
}
.achiev-detail p {
	margin-bottom: 0px;
}
p.ach-cont {
	line-height: 1.2;
	font-size: 12px;
}
table.table.certify-table tr td{
	border-color: transparent;
	padding: 5px;
	vertical-align: middle;
	font-size: 14px;
}
span.table-tag {
	background-color: #3d82ab;
	color: #fff;
	font-size: 10px;
	padding: 3px 7px;
	border-radius: 20px;
}
.review-breakdown .col-sm-12{
	padding-right: 0;
	padding-left: 0;
}
.bar-total-rating {
	display: inline-block;
	margin: 0;
}
.bar-reviwcounttxt {
	position: absolute;
	padding: 2px 7px;
	border-radius: 3px;
	font-size: 15px;
}
.pf-row {
	display: inline-flex;
	width: 100%;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.pf-img-block {
	width: 25%;
	display: inline;
}
.pf-img-block .pf-main-img {
	width: 100%;
	height: auto;
	border: 1px solid #ddd;
	padding: 5px;
	border-radius: 2px;
	overflow: hidden;
}
.pf-main-img img{
	width: 100%;
}
.pf-detials-block {
	width: 75%;
	display: inline;
	margin-left: 15px;
}
.pf-detials-block h4 {
	margin-top: 0;
	font-weight: 600;
	color: #3d82ab;
	margin-bottom: 10px;
}
p.dvs-pf-link {
	line-height: 1.4;
	font-weight: 500;
}
.dvs-pf-link span {
	font-size: 15px;
	font-weight: 600;
}
.dvs-pf-link a {
	font-size: 13px;
}
.dvs-pf-link strong {
	font-weight: 500;
	font-size: 12px;
}
.pf-main-img iframe {
	width: 100%;
}
.pf-detials-block p {
	margin-bottom: 2px;
}
p.devs-pf-desc {
	font-size: 15px;
	font-weight: 600;
}
p.devs-pf-desc span{
	font-size: 13px;
	font-weight: 500;
}
p.devs-pf-desc {
	margin-top: 8px;
	line-height: 1.4;
	margin-bottom: 8px;
}
.devs-pf-desc strong {
	font-size: 14px;
	font-weight: 600;
}
.more-btn-sec {
	text-align: center;
	display: block;
}
a.btn.btn-upload-res {
	width: 48%;;
	padding: 8px 10px;
	color: #fff;
	border: none;
	background-color: #0a6ed4;
	border-radius: 2px;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
}
a.btn.btn-upload-res:hover, a.btn.btn-upload-res:focus, a.btn.btn-upload-res:active{
	color: #fff;
	border-color: transparent;
	background-color: #0a6ed4;
}
a.btn-download-res {
	width: 50%;
	padding: 8px 10px;
	color: #fff;
	border: none;
	background-color: var(--black);
	border-radius: 2px;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
}
a.btn.btn-download-res:hover, a.btn.btn-download-res:focus, a.btn.btn-download-res:active{
	color: #fff;
	border-color: transparent;
	background-color: #0a6ed4;
}
.stars-tip li a {
	font-size: 14px;
	color: var(--black);
	font-weight: 600;
}
li.star-dvd-line {
	font-weight: 600;
	margin: 0px 5px;
}
.projects-table-cols .dataTables_scrollBody {
	height: auto !important;
}
/*edit_profile_test*/
.profile-box{
	border: 1px solid #dad8d8;
}
.profile-box .box-header{
	border-bottom: 1px solid #dad8d8 !important;
	margin: 0px 25px;
	padding: .60rem 1.25rem !important;
}
.profile-box .box-body{
	padding: 1.5em 2em !important ;
}
.profile-box .form-control {
	height: 35px;
	background: #f6f6f6;
}
.profile-box .language_one select{
	padding: 0px !important; 
}
button.btn-rem {
	background: red;
	border-radius: 50%;
	font-size: 20px;
	padding: 3px 10px;
	color: white;
	/* margin-left: 15px; */
}
.filter-mob {
	display: none;
}
.btn-change-no {
	background-color: transparent;
	border-color: transparent;
	color: #3d82ab;
	font-weight: 600;
	letter-spacing: 0px;
	font-size: 12px;
	padding: 0px;
	border-radius: 0px;
	margin: 0;
	position: absolute;
	bottom: 0px;
	line-height: normal;
	font-style: italic;
}
.btn-change-no:hover {
	text-decoration: underline;
}
.email-subtext{
	font-size: 12px;
	color: #3d82ab;
	position: absolute;
	bottom: 0px;
	font-weight: 600;
	line-height: normal;
}
.banner-heading h4 {
	text-align: center;
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 600;
	color: var(--black);
	letter-spacing: 0px;
}
.text-des1 a {
	font-weight: 600;
	text-decoration: underline;
}

.devs-int-vblock {
	display: inline-block;
	width: 100%;
}
.zsiq_floatmain, .zsiq_custommain {
	z-index: 999 !important;
}
/*//developer full profile page css*/

/*developers edit profile page css*/
.quick-links-list a {
	font-size: 14px;
	color: var(--black);
	font-weight: 600;
	letter-spacing: 0px;
	padding: 1px 10px;
	display: inline-block;
	margin-bottom: 1px;
	border-left: 2px solid #fff;
	width: 100%;
}
.quick-links-list a:hover, .quick-links-list a:focus, .quick-links-list a:active {
	color: var(--black) !important;
	background-color: #f1f1f1;
	border-left: 2px solid #0a6ed4;
}
.quick-links-list a.active:hover, .quick-links-list a.active:focus, .quick-links-list a.active:active {
	color: var(--black) !important;
	background-color: #f1f1f1;
	border-left: 2px solid #0a6ed4;
}
.quick-links-header h4 {
	font-size: 20px;
	font-weight: 600;
	color: var(--black);
	letter-spacing: 0px;
	margin-bottom: 10px;
}
.quick-links-list .active {
	color: var(--black) !important;
	background-color: #f1f1f1;
	border-left: 2px solid #0a6ed4;
}
.avial-time-block {
	border: 1px solid #ddd;
	border-radius: 2px;
	padding: 15px;
}
.devs-profil-img-sec {
	display: inline-block;
	width: 100%;
	margin-top: 10px;
}
.devs-img-cont {
	margin-top: 15px;
}
.devs-img-cont p {
	font-size: 12px;
}
label.with-p {
	margin-bottom: 0;
	line-height: normal;
}
.label-p{
	color: #000;
	font-size: 11px;
	line-height: normal;
}
.text-des1 {
	color: var(--black) !important;
	font-size: 12px !important;
}
.devs-work-time-block .checkbox label, .radio label {
	font-weight: 600;
	font-size: 12px;
	padding-left: 0;
	line-height: 1.4;
}
.t-zone {
	line-height: normal;
	margin-top: 5px;
	font-size: 12px;
	color: #7d7d7d;
}
.devs-work-time-row .col-md-3 {
	border-right: 1px solid #ddd;
}
.devs-work-time-row .col-md-3:last-child {
	border-right: 0px solid #ddd;
}
span.more-space {
	margin: 0px 15px;
}
.dublicat-box.lang-gry-sec {
	position: relative;
	background-color: #efefef;
	margin-bottom: 20px;
	padding: 15px 15px 5px 15px;
}
.disabled-box {
	opacity: 0.7;
}
p.support-text {
	font-size: 12px;
	color: #3d82ab;
	font-weight: 600;
	position: absolute;
	font-style: italic;
	bottom: -5px;
}
button.delete-item {
	background: #f70000;
	border-radius: 50%;
	font-size: 20px;
	padding: 0;
	color: white;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	position: absolute;
	top: -10px;
	border: none;
	right: 0;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.28);
}
button.delete_lang:hover, button.delete_lang:focus, button.delete_lang:active {
	color: #fff;
	background-color: #d20000;
}
.add-row-btn {
	text-align: center;
}
button.btn.add-green-btn {
	background-color: #0a6ed4;
	border: none;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	padding: 2px 0;
	line-height: 50px;
	font-size: 22px;
	color: #fff;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
}
button.btn.add-green-btn:hover, button.btn.add-green-btn:focus, button.btn.add-green-btn:active {
	color: #fff;
	background-color: #0a6ed4;
	border: none;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
}
.intro-vdo-row {
	margin-top: 10px;
}
.devs-about-sec {
	position: relative;
}
.lang-gry-sec.employer-detail-row {
	padding-bottom: 15px ;
}
.lang-gry-sec.project-detail-row {
	padding-bottom: 15px;
}
.bonus-block {
	background-color: #fff;
	text-align: center;
	box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.18);
	border-radius: 2px;
	margin-bottom: 20px;
}
.devs-bonus-blocks {
	margin-top: 20px;
}
.bonus-block-head {
	background-color: #e4e4e4;
	padding: 10px 0px;
}
.bonus-block-head h4 {
	color: var(--black);
	margin-top: 0;
	margin-bottom: 0;
	letter-spacing: 0px;
	font-size: 15px;
}
.bonus-block p {
	font-size: 18px;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 0;
	padding-bottom: 10px;
}
.bonus-block-head.green-head {
	background-color: #0a6ed4;
}
.bonus-block-head.green-head h4 {
	color: #fff;
}
.devs-time-check-sec .checkbox.rate-checkbox label {
	font-size: 16px;
	font-weight: 600;
	padding-left: 0;
}
p.time-text-des {
	font-size: 14px;
	line-height: 1.3;
	margin-top: 10px;
}
.amt-sec-label {
	font-weight: 600;
	font-size: 12px;
	margin-bottom: 2px;
}
.devs-time-days-sec {
	margin-bottom: 15px;
}
.devs-time-check-sec {
	min-height: 150px;
}
.devs-time-amnt-sec {
	min-height: 170px;
}
.bonus-block.hourly-bonus-block {
	visibility: hidden;
}
button.btn.submit-btn {
	background-color: #0a6ed4;
	color: #fff;
	border: none;
	border-radius: 2px;
	padding: 15px 30px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0px;
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.21);
}
.input-group-addon.dv-dollar {
	border: 1px solid #ebebeb;
	background-color: #f9f9f9;
	color: #0a6ed4;
}
.input-group-addon.dv-time {
	background-color: transparent;
	border: none;
	color: var(--black);
	font-size: 16px;
}
.input-group.price-input {
	padding-bottom: 30px;
}
.green-feat-header-sec {
	background-color: #0a6ed4;
	color: #fff;
	padding: 10px 25px;
	border-radius: 2px;
	box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.3);
	margin-bottom: 30px;
}
span.grn-feat-heading {
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0px;
	text-align: right;
}
.grn-feat-amnt-sec {
	text-align: left;
}
.grn-feat-amnt-sec span {
	display: inline-grid;
	font-size: 16px;
	text-align: center;
}
span.top-green-btn {
	float: right;
}
.btn.btn-greenbar {
	background-color: #0a6ed4;
	border: 1px solid #ffffff;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0px;
	padding: 9px 30px;
	box-shadow: 0px 2px 18px 2px rgba(0, 0, 0, 0.3);
}
.btn.btn-greenbar:hover, a.btn.btn-greenbar:focus, a.btn.btn-greenbar:active {
	text-decoration: none;
	background-color: #0a6ed4;
	border: 1px solid #ffffff;
	color: #fff;
}
.btn.btn-greenbar.btn-greenbar-gry {
	background-color: #ddd;
	border-color: #ddd;
	color: #8a8a8a;
}
.btn.submit-btn.btn-greenbar-gry {
	background-color: #ddd;
	border-color: #ddd;
	color: #8a8a8a;
}
.grn-feat-amnt-sec table.table tr td, .grn-feat-amnt-sec table.table.table-lg tr th {
	border-color: transparent;
	padding: 0px 5px;
	vertical-align: top;
}
.grn-feat-amnt-sec .table {
	margin-bottom: 0;
}
span.small-txt {
	font-size: 12px;
	line-height: normal;
}
.green-feat-sticky {
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
	left: 0;
}
.navbar-right.custom-inner-nav {
	float: right!important;
	margin-right: 0;
}
.user-profile-btn a {
	background-color: #fff;
	padding: 0px;
	text-align: center;
	float: left;
	border-radius: 2px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.19);
	color: var(--black);
	font-size: 14px;
	max-width: 200px;
	min-width: 150px;
	height: 41px;
	font-weight: 600;
}
.user-profile-btn .dropdown-menu ul li a {
	height: auto;
}
span.clnt-profile-btn {
	display: inline-block;
	margin: 3px 5px;
}
span.dev-profile-btn {
	display: block;
	margin: 6px 0px;
}
.rviewbtn1 {
	text-align: center;
}
.user-profile-btn .dropdown-menu a {
	background-color: #fff;
	padding: 8px 16px;
	text-align: left;
	float: none;
	border-radius: 2px;
	box-shadow: none;
	color: var(--black);
	font-weight: 600;
	font-size: 13px;
	height: auto;
}
.user-profile-btn.dropdown-menu>li>a:hover, .user-profile-btn .dropdown-menu>li>a:focus, 
.user-profile-btn.dropdown-menu>li>a:active {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
}
.user-profile-btn.dropdown-menu>li>a:hover,
.user-profile-btn img {
	width: 25px;
	height: 25px;
	border-radius: 30px;
	margin-right: 8px;
}
.dev-profile-btn i {
	float: right;
	border-left: 1px solid #ddd;
	padding: 5px;
}
.profile-btn-name i {
	float: right;
	border-left: 1px solid #ddd;
	padding: 10px 5px;
}
.user-profile-btn .clnt-profile-btn img {
	vertical-align: text-top;
}
span.profile-btn-name {
	display: inline-block;
	position: relative;
	min-width: 110px;
	text-align: left;
}
.devs-heading-mobile {
	display: none;
}
.video-prev-sec a {
	display: inline-block;
	width: 200px;
	height: 80px;
	border: 1px solid #ddd;
	color: #9e9e9e;
	text-align: center;
	line-height: 80px;
	font-size: 25px;
	border-radius: 2px;
	background-color: #ddd;
}
.custom-modal-new .modal-dialog {
	width: 700px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) !important;
}
.custom-modal-new .modal-content {
	background-color: #fdfdfd;
	border: 1px solid #f7f7f7;
	border-radius: 2px;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.custom-modal-new .modal-body {
	padding: 30px;
}
.login-modal-heading {
	padding: 0px 15px;
}
.modal-login-btn {
	background-color: #0a6ed4;
	border-color: #0a6ed4;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0px;
	text-transform: uppercase;
	padding: 10px 30px;
	box-shadow: 0px 2px 12px 2px rgba(0, 0, 0, 0.2);
	margin-bottom: 5px;
	transition: 0.5s ease-out;
}
.btn.modal-login-btn:hover, .btn.modal-login-btn:focus, .btn.modal-login-btn:active {
	color: #fff;
	box-shadow: 0px 2px 15px 3px rgba(0, 0, 0, 0.25);
	outline: none;
}
.btn.modal-login-btn[disabled] {
	background-color: var(--black) !important;
	opacity: 0.3 !important; 
	border-color: var(--black) !important;
}
.login-modal-heading h3 {
	text-align: center;
	margin-bottom: 30px;
	text-transform: uppercase;
	color: var(--black);
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0px;
}
.payment-text {
	font-weight: 600;
	letter-spacing: 0px;
	float: right; 
}
p.ttl-amnt-p {
	margin-bottom: 0;
}
.payment-text1 {
	font-size: 16px;
}
.payment-text1 p {
	margin-bottom: 0;
	margin-top: 5px;
}
.other-paymnt-txt p {
	margin-bottom: 0;
	margin-top: 5px;
}
.other-paymnt-txt {
	font-weight: 600;
	letter-spacing: 0px;
	text-align: center;
}
.col-md-3.devs-bar-cols3 {
	padding-left: 0;
}
#filter-sidbar-mob li {
	cursor: pointer;
}
.footer-more-btn ul {
	padding-left: 0;
}
.footer-more-btn ul li {
	list-style: none;
	display: inline-block;
	color: #fff;
	vertical-align: top;
}
li.sec-join-btn {
	margin-top: 0;
}
.footer-more-btn ul li a {
	color: #fff !important;
	opacity: 1;
}
li.join-p {
	margin-right: 60px;
}
.join-p p {
	font-size: 20px;
	margin-top: 10px;
}
.ftr-or p {
	font-size: 18px;
	margin-top: 10px;
}
li.ftr-or {
	margin: 0px 20px;
}
.mobile-view-filter-sec{
	display: none;
}
#sidbar_mob.fade.left .modal-dialog {
	right: -320px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}
#sidbar_mob.fade.in.left .modal-dialog {
	right: 0;
}
p.tollfree-sec {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translate(-50%);
	font-size: 16px;
	color: var(--black);
	font-weight: 600;
	letter-spacing: 0px;
	margin-bottom: 0;
}
p.top-tollfree-sec {
	position: absolute;
	font-size: 16px;
	color: var(--black);
	font-weight: 600;
	letter-spacing: 0px;
	margin-bottom: 0;
	margin-top: 5px;
	text-align: center;
	width: 100%;
}
.top-tollfree-sec span {
	margin-left: 0px;
}
.pymt-tollfree-no p {
	font-size: 16px;
	color: var(--black);
	font-weight: 600;
	letter-spacing: 0px;
	margin-bottom: 0;
	text-align: center;
}
.tollfree-sec i {
	color: #fff;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	background-color: var(--black);
	border-radius: 50%;
}
.top-tollfree-sec i {
	color: #fff;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	background-color: var(--black);
	border-radius: 50%;
	margin-right: 10px;
}
.pymt-tollfree-no i {
	color: #fff;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	background-color: var(--black);
	border-radius: 50%;
}
.upload-resm-input {
	background-color: #f7f7f7;
	border: 1px solid #f1f1f1;
	padding: 5px;
}
.resume-file {
	visibility: hidden;
	position: absolute;
}
.form-control.upload-custum-input {
	height: 45px;
}
.upload-filename a {
	color: var(--black);
	font-size: 12px;
	font-weight: 600;
	margin-left: 15px;
}
.btn-bs-file{
	position:relative;
	background-color: #ddd;
	padding: 2px 10px;
}
.btn-bs-file input[type="file"]{
	position: absolute;
	top: -9999999;
	filter: alpha(opacity=0);
	opacity: 0;
	width:0;
	height:0;
	outline: none;
	cursor: inherit;
}
.devs-time-amnt-sec .radio-inline {
	line-height: normal;
}
.has-error .form-control {
	margin-bottom: 22px;
}
.comment-text .has-error .form-control {
	margin-bottom: 0;
}
.has-error .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
a.btn.btn-pay {
	width: 100%;
	background-color: #ddd;
	padding: 0px 30px;
	border: 1px solid #cacaca;
	border-radius: 2px;
}
p.term-p{
	margin-bottom: 0;
	margin-top: 15px;
}
.typeahead__container.custom-typehead {
	font-family: 'Work Sans', sans-serif !important;
}
.custom-typehead .typeahead__list {
	position: static;
	left: 0;
	z-index: 1000;
	width: auto;
	min-width: 300px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-clip: padding-box;
	top: 60px;
	font-size: 13px;
}
.typeahead__container.hint.custom-typehead .typeahead__field input{
	background: #f9f9f9 ;
}
.popover-content {
	padding: 6px !important;
	font-family: 'Work Sans', sans-serif !important;
	font-size: 11px !important;
	font-weight: 500 !important;
}
.popover {
	border: 1px solid #ddd !important;
	border-radius: 2px !important;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2) !important;
	box-shadow: 0px 0px 16px rgba(0,0,0,.2) !important;
}
.popover.top>.arrow {
	border-top-color: #ddd;
}
.popover.left>.arrow{
	border-left-color: #ddd;
}
.home-go-sec {
	text-align: center;
	margin-bottom: 60px;
	margin-top: 25px;
}
img.page-logo {
	text-align: center;
	width: 300px;
	margin: 0 auto;
	display: inherit;
	opacity: 0.8;
	margin-top: 30px;
}
/*//developers edit profile page css*/

/*New employment section css*/
.emply-heading-sec h4 {
	text-transform: capitalize;
	font-weight: 700;
	color: #3d82ab;
	letter-spacing: 0px;
	display: inline-block;
	width: 70%;
	float: left;
	margin-top: 0;
	font-size: 18px;
}
.emply-main-heading {
	display: inline-block;
	width: 100%;
}
.job-duration {
	font-weight: 700;
	float: right;
	font-size: 14px;
}
.emply-heading-sec p {
	font-size: 14px;
	font-weight: 600;
	text-transform: initial;
}
.emly-skills span {
	font-weight: 500;
}
p.role-p {
	font-size: 15px;
	font-weight: 600;
}
p.emly-skills {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}
.role-p span {
	font-weight: 400;
	font-size: 13px;
}
span.skills-tag {
	background-color: #ececec;
	padding: 1px 12px;
	border-radius: 40px;
	margin: 4px;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	color: #a0a0a0;
}
span.compny-location {
	margin-left: 15px;
}
.employment-details-sec {
	margin-top: 25px;
}
.small-screen-view {
	width: 100%;
	height: 100vh;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.screen-img {
	width: 400px;
	height: auto;
	margin: 0 auto;
}
.screen-img img {
	width: 100%;
}
.small-screen-view p {
	text-align: center;
	width: 80%;
	margin: 0 auto 20px;
	font-size: 18px;
	font-weight: 600;
	color: #3d82ab;
	line-height: 1.3;
}
.goto-link a {
	font-style: italic;
	font-size: 13px;
	text-decoration: underline;
	font-weight: 600;
	color: #000;
}
.screen-full-center {
	margin: auto;
}
span.select2-container.select2-container--default.select2-container--open {
	z-index: 10000;
}
.otp-timer {
	display: flex;
	font-size: 11px;
	color: var(--black);
	text-align: center;
	width: 100%;
	position: relative;
}
.otp-timer p {
	margin-bottom: 0;
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	transform: translate(-50%);
}
.bold-otp {
	font-size: 14px;
	font-weight: 700;
	color: #3d82ab;
}
.bold-text-otp {
	font-weight: 700;
}
.zsiq_floatmain, .zsiq_custommain {
	z-index: 999 !important;
}
.help-numb ul {
	padding: 0;
	color: #fff;
}
.devs-btn-sec-mobile {
	display: none;
}
.sidbar-filter-mobile {
	display: none;
}

@media (max-width: 2560px) and (min-width: 1600px){
	.devs-head-section .container {
		width: 1440px !important;
	}
	.devs-body-section .container {
		width: 1440px !important;
	}
}
@media (max-width:1600px) {
	.category-box-content {
		bottom: 95px;
	}
	.category-box-btn {
		left: 32px;
		right: auto;
	}
	.tab-content>.tab-pane {
		padding: 0 1em;
	}
	.tab.style-1 {
		background: #fff;
		border-radius: 6px;
		overflow: hidden;
		border: 1px solid #eaeff5;
		box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08);
		-webkit-box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08);
		-moz-box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08);
	}
	.notice, .tab.style-2 {
		box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08);
	}
	.tab.style-1 .nav-tabs {
		position: relative;
		background: #fff;
		border: 1px solid #eaeff5;
	}
	.tab.style-1 .nav-tabs li {
		text-align: center;
		margin-right: 0;
	}
	.tab.style-1 .nav-tabs li a {
		font-size: 15px;
		padding: 15px 30px;
		background: #fff;
		border-radius: 0;
		border: none;
		border-right: 1px solid #eaeff5;
	}
	.tab .nav-tabs li:last-child a:hover, .tab.style-1 .nav-tabs li:last-child a, 
	.tab.style-1 .nav-tabs li:last-child.active a {
		border-right: 1px solid #eaeff5;
	}
	.tab.style-1 .nav-tabs li a:hover, .tab.style-1 .nav-tabs li.active a {
		color: #ff7c39;
		border-bottom: 2px solid #ff7c39;
	}
	.tab.style-1 .tab-content {
		font-size: 14px;
		padding: 20px 10px;
		margin-top: 10px;
	}
	.tab.style-1 .tab-content h3 {
		font-size: 24px;
		margin-top: 0;
	}
}
@media (min-width: 1200px){
	.devs-head-section .container {
		width: 1240px !important;
	}
	.devs-body-section .container {
		width: 1240px !important;
	}
	.devs-profile-form-page .container {
		width: 1240px !important;
	}
}

@media (max-width: 2560px) and (min-width: 1600px) {
	.devs-profile-form-page .container {
		width: 1440px !important;
	}
}

@media(min-width: 1600px) and (max-width: 2560px){
	.container {
		width: 1440px;
	}
	.pf-img-block img {
		width: 80%;
	}
	.log-box {
		max-width: 60%;
		margin: 0 auto;
		padding: 50px;
	}
	p.tollfree-sec {
		bottom: 13%;
	}
	.green-feat-sticky .row {
		width: 1440px;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 1280px){
	.job-duration {
		margin-top: -3px;
	}
	.devs-work-time-row .col-md-3 {
		padding-right: 5px;
		padding-left: 10px;
	}
	.devs-work-time-block label {
		font-size: 12px;
	}
	.checkbox label{
		padding-left: 15px;
	}
	.grn-feat-amnt-sec span {
		font-size: 14px;
	}
	span.small-txt {
		font-size: 10px;
	}
}

@media(min-width: 1200px){
	.dev_hire{
		padding: 20px 0px;
	}
	.devsection-3 {
		background: #f9f9f9;
	}
	.devfeat-block {
		box-shadow: 0 0 20px #ddd;
		min-height: 270px;
		background: #fff !important;
	}
	.devfeat-cont h4 {
		line-height: 30px;
	}
	.copyright-small .f-social-box {
		margin-top: 0;
		margin-bottom: 0;
	}
	.copyright-small ul li a {
		margin-bottom: 0;
	}
	footer.dark-bg.footer.small_footer {
		padding: 50px 0 10px;
	}
	.small_footer h4 {
		margin-bottom: 18px;
	}
	.cpy {
		text-align: center;
		padding-top: 30px;
		margin-top: 10px;
		color: #ddd;
		padding-bottom: 20px;
		border-top: 1px solid #475669;
	}
	.cpy p {
		color: #8397b1;
	}
	.loader {
		position: fixed;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		z-index: 9999;
		background: url('../img/dev-loader-new-1.gif') 50% 50% no-repeat rgb(249,249,249);
		opacity: 1.8;
	}
	.disable-price {
		opacity: 0.1;    
		cursor: not-allowed;
	}
}

@media(min-width: 1024px){
	.comp-cont-table table.table tr td b {
		white-space: nowrap;
		padding-right: 30px;
	}
	.alrt-box .alert-group {
		position: fixed;
		z-index: 9999;
		top: 0;
	}
	#myHeader .widget-boxed-header h4 {
		margin: 15px;
	}
	#myHeader .side-list ul li {
		padding: 5px 5px !important;
	}
	.hidden-xs {
		display: block!important; 
	}
	.col-md-2.col-sm-4.padd-less-col h4 {
		text-align: center;
	}
	.tab-panel-sec {
		border: 0px solid #e8ebef;
		padding: 10px;
		width: 100%;
		background-color: #fff;
		box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.09);
		margin-top: 20px;
	}
	#regForm input{
		height: 35px;
	}
	#hire_form input {
		height: 35px;
	}
	.rprt{
		text-align: center;
		margin-top: 10px;
	}
	.widget-boxed-body hr {
		margin: 10px 0;
	}
	.tab-btn-lg {
		text-align: center;
	}
	p.back_btn{
		text-align: right;
	}
	.aggreement{
		padding: 12px 0;
		margin: 0;
	}
	button.agree_submit.on_agree {
		background: #f5f5f5;
		padding: 4px 20px;
		border: 1px solid #ddd;
		margin-top: 26px;
		height: 35px;
	}
	.agree_submit img {
		height: 20px;
		width: auto;
	}
	#divOuter span.help-block.form-error{
		position: static;
	}
	nav.navbar li.dropdown ul.dropdown-menu {
		border: none!important;
		border-radius: 4px!important;
		-webkit-border-radius: 4px!important;
		box-shadow: 0 0 20px 0 rgba(62, 28, 131, .1)!important;
		-webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, .1)!important;
		margin-top: 5px;
	}
}

@media(min-width: 451px) and (max-width: 999px){
	.profiles-tags-sec .owl-carousel .owl-nav .owl-prev {
		position: absolute;
		top: -8px !important;
		left: -30px !important;
	}
	.profiles-tags-sec .owl-carousel .owl-nav .owl-next {
		position: absolute;
		top: -8px !important;
		right: -30px !important;
	}
	.owl-carousel .owl-nav.disabled {
		display: block !important;
	}
}
@media(min-width: 451px) and (max-width: 862px){
	.col-xs-4.cmp-col-right-paddless {
		padding-right: 0;
	}
	.cmp-icon img {
		width: 40px;
	}
	.footer.dark-bg ul li a {
		color: #bdc6d4;
		font-size: 16px;
	}
}
@media only screen and (max-width: 1152px){
	.container {
		width: 100%;
	}
	.footer .f-social-box ul li a i {
		width: 30px;
		height: 30px;
		line-height: 30px; 
		margin-right: 7px;
		font-size: 14px;
	}
	.video-add-sec span {
		font-size: 13px;
		white-space: pre;
		vertical-align: top;
	}
	.video-add-sec a i {
		font-size: 18px;
		vertical-align: -webkit-baseline-middle;
	}
	p.top-tollfree-sec {
		font-size: 12px;
	}
	.top-tollfree-sec i {
		margin-right: 5px;
	}
	.top-tollfree-sec span {
		margin-left: 5px;
	}
	p.top-tollfree-sec {
		-webkit-margin-top: 5px;
	}
	a.btn.btn-greenbar {
		padding: 9px 15px;
	}
	.jobtype-li li {
		padding: 0px 2px;
	}
}

@media only screen and (max-width: 1140px){
	.devs-time-amnt-sec .radio-inline {
		margin-left: 0;
		margin-top: 10px;
		display: block;
	}
	.top-nav-sec #mobile-shadow .navbar-brand {
		padding: 15px 5px;
		float: left;
		height: auto;
		margin-right: 0;
	}
	.top-nav-sec #mobile-shadow li {
		float: left;
		list-style-type: none;
		border-radius: 5px;
		margin-right: 8px;
	}
	#mobile-shadow  ul.custom-navbar > li > a {
		font-size: 13px;
		padding: 8px 5px;
		cursor: pointer;
	}
}

@media only screen and (max-width: 1024px){
	.grid-job-widget {
		padding: 30px 0 50px;
		height: 320px;
	}
	.client-btn>li>a {
		font-size: 9px;
		margin: 0 3px;
	}
	img.logo.logo-scrolled {
		display: none;
	}
	.container {
		width: 100%;
	}
	.homepage-sec .container {
		padding-left: 30px;
		padding-right: 30px;
	}
	img.logo {
		width: auto;
		height: 35px;
	}
	.navbar-nav>li.btn-dvd {
		height: 42px;
	}
	.btm-browse-list {
		width: auto;
	}
	.footer .f-social-box ul li a i {
		width: 35px;
		height: 35px;
		line-height: 35px;
		margin-right: 5px;
	}
	.devs-btn-sec .dropdown-menu{
		min-width: 165px;
	}
	.devs-name {
		margin-right: 15px;
		font-size: 24px;
	}
	.devs-details1 p {
		font-size: 14px;
	}
	.exp-sec {
		font-size: 14px;
		margin-bottom: 5px;
	}
	p.timezone-sec {
		font-size: 14px;
	}
	p.dev-avial-sec {
		font-size: 14px;
	}
	p.about-cont {
		font-size: 14px;
		line-height: 1.3;
	}
	.devs-skills-sec li {
		margin-bottom: 5px;
		font-size: 12px;
	}
	a.btn.btn-outline {
		font-size: 14px;
		width: 100%;
		padding: 10px;
	}
	.scinter-btn-sec a.btn.btn-outline{
		margin-top: 0;
		padding: 4px 10px;
		font-size: 14px;
	}
	.video-add-sec a {
		font-size: 13px;
		white-space: pre;
		letter-spacing: normal;
	}
	.list-btns-sec p {
		white-space: pre;
		font-size: 10px;
	}
	.video-add-sec a i {
		font-size: 18px;
		vertical-align: -webkit-baseline-middle;
	}
	.side-list .checkbox input[type=checkbox] {
		height: 12px;
		margin: 3px 0 0;
	}
	.side-list ul li {
		font-size: 12px;
		line-height: 14px;
	}
	.side-list .checkbox label{
		min-height: 20px;
	}
	.side-list ul li span {
		margin-right: 0px;
	}
	.filter-sidebar {
		padding: 5px;
	}
	.developer-listing {
		margin-left: 0px;
	}
	.filter-result-opt {
		margin-left: 32px;
	}
	.devs-exp-details li {
		font-size: 15px;
	}
	.devs-head-section .col-md-3 {
		padding-left: 0;
	}
	.achiev-cont {
		display: inline-flex;
	}
	.achiev-star {
		margin-right: 5px;
	}
	table.table.certify-table tr td {
		padding: 3px;
		font-size: 11px;
	}
	.starsone i {
		font-size: 24px;
	}
	.col-md-6.col-sm-6.col-xs-6.profilerating {
		padding-left: 0;
	}
	.nextBtn-btn p {
		font-size: 12px;
	}
	.col-md-3.devs-bar-cols3 {
		padding-left: 0;
	}
	.grn-feat-heading p {
		font-size: 15px;
	}
	.quick-links-list a {
		font-size: 13px;
		letter-spacing: initial;
	}
	.col-md-2.custom-col-size {
		width: 19.66666667%;
	}
	.col-md-10.custom-col-size {
		width: 80.33333333%;
	}
	.log-box {
		max-width: 80%;
	}
	span.help-block.form-error {
		top: -20px;
		line-height: normal;
		font-size: 10px;
	}
	.devs-widget-signup-header p {
		line-height: normal;
		margin-top: 8px;
	}
	p.col-md-12.input-col-padless {
		line-height: normal;
	}
	.timezon-li li {
		font-size: 12px;
	}
	.col-md-5.profilerating {
		padding-left: 0;
	}
	li.join-p {
		margin-right: 20px;
	}
	li.ftr-or {
		margin: 0px 10px;
	}
	.join-p p {
		font-size: 18px;
	}
	.ftr-or p {
		font-size: 16px;
	}
	p.tollfree-sec {
		bottom: 5%;
	}
	p.top-tollfree-sec {
		margin-top: 0;
		text-align: center;
	}
	p.top-tollfree-sec.dev-tollfree {
		text-align: right;
		top:10px;
	}
	.top-tollfree-sec span {
		display: block;
	}
	.static .top-tollfree-sec span {
		display: initial;
	}
	.img-htext {
		font-size: 14px;
		transform: translate(8px, -50%);
	}
	h5.charges-h5 {
		margin-bottom: 10px;
		font-size: 12px;
		font-weight: 600;
	}
	.nav-tabs.jobtype-li>li.price-box>a {
		font-size: 11px;
	}
	a.btn.btn-upload-res {
		width: 100%;
		margin-bottom: 15px;
	}
	a.btn-download-res {
		width: 100%;
	}
	.grn-feat-amnt-sec span {
		font-size: 13px;
	}
	span.grn-feat-heading{
		text-align: left;
		line-height: 1.5;
	}
	a.btn.btn-greenbar {
		padding: 9px 10px;
		font-size: 12px;
	}
	.green-feat-header-sec {
		padding: 10px;
	}
	span.small-txt {
		font-size: 10px;
	}
	p.time-text-des {
		font-size: 12px;
	}
	.devs-time-check-sec {
		min-height: 125px;
	}
	.col-sm-4.right-col-paddless {
		padding-right: 5px;
	}
	.col-sm-4.both-col-paddless {
		padding-left: 5px;
		padding-right: 5px;
	}
	.col-sm-4.left-col-paddless {
		padding-left: 5px;
	}
	section.create-company {
		min-height: 80vh;
	}
	.top-nav-sec #mobile-shadow .navbar-brand {
		padding: 10px 15px;
		float: left;
		height: auto;
		margin-right: 0;
	}
	.top-nav-sec #mobile-shadow li {
    float: none;
	}
}

@media only screen and (max-width: 992px){
	.sidbar-mobile-new .modal-dialog {
		position: relative;
		width: 250px;
		margin: 10px;
		height: 100%;
		float: right;
	}
	.sidbar-mobile-new .modal-body {
		padding: 0px; 
	}
	.sidbar-mobile-new .modal-content {
		border: 0px solid #999;
		border: 0px solid rgba(0,0,0,.2);
		border-radius: 0;
		outline: 0;
		height: auto;
		min-height: 100vh;
		-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
		box-shadow: 0 3px 9px rgba(0,0,0,.5);
	}
	.modal-side-menu {
		display: inline-block;
		width: 100%;
		min-height: 100%;
	}
	.modal-side-menu .navbar-nav {
		margin: 0;
		width: 100%;
	}
	.modal-side-menu .navbar-nav>li>a {
		border-bottom: 1px solid #ddd;
		color: var(--black);
	}
	.modal-side-menu .nav>li {
		width: 100%;
	}
	.sidbar-mobile-new button.close{
		background-color: #0a6ed4 !important;
		border: none;
		padding: 8px 12px;
		font-size: 18px;
		position: relative;
		line-height: normal;
		border-radius: 2px;
		color: #fff;
		box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.18);
		opacity: 1;
	}
	.sidbar-mobile-new .modal-dialog {
		margin: 0px;
	}
	.devs-btn-sec-mobile{
		display: block;
	}
	.devs-btn-sec-desk{
		display: none;
	}
	p.tollfree-sec {
		bottom: 2%;
		width: 100%;
		text-align: center;
	}
	.agree-p {
		margin-top: 5px;
		margin-bottom: 0;
	}
	p.top-tollfree-sec.user-tollfree {
		margin-top: 5px;
	}
	.top-tollfree-sec span {
		display: -webkit-inline-box;
	}
	.nav-tabs.jobtype-li>li.price-box>a {
		font-size: 10px;
	}
	.devs-work-time-row .col-md-3 {
		border-right: 0px solid #ddd;
		border-bottom: 1px solid #ddd;
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 5px;
		padding-bottom: 5px;
	}
	span.work-auth-cont {
		width: 80%;
		display: inline-block;
		line-height: 1.3;
	}
	.top-nav-sec nav.navbar.bootsnav.navbar-fixed {
		padding: 10px 0px;
	}
}

/*mobile view sidebar css*/

@media only screen and (max-width: 992px){
	body.side-right > .wrapper {
		margin-left: 0;
		margin-right: 0 !important;
	}
}

@media only screen and (max-width: 900px){
	p.email-input {
		margin-bottom: 30px;
	}
	.contenttwotab span.help-block.form-error {
		top: -20px;
	}
	.span-green {
		padding: 0px 10px;
		display: inline-block;
		margin-right: 5px;
		font-size: 12px;
		width: auto;
	}
	.span-blue {
		padding: 0px 12px;
		display: inline-block;
		font-size: 12px;
	}
	.agree-p {
		font-size: 12px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.avial-time-block {
		padding: 15px 10px;
	}
}

@media (min-width: 766px) and (max-width: 862px){
	.top-nav-sec .navbar-brand {
		width: 300px;
		float: left;
		height: auto;
	}
	img.logo {
		width: 100%;
		height: auto;
	}
	.col-xs-4.cmp-col-right-paddless {
		padding-right: 0;
	}
	.contenttwotab span.help-block.form-error {
		top: -14px;
	}
	.user-profile-btn a {
		padding: 6px 10px 10px;
		font-size: 15px;
	}
}

@media only screen and (max-width: 862px){
	.devs-btn-sec-desk {
		display: none;
	}
	.devs-btn-sec-mobile {
		display: block;
	}
	.cpy {
		text-align: center;
		margin-top: 5px;
	}
	.list-btns-sec {
		text-align: left; 
		display: inline-flex;
		width: 100%;
		margin-top: 10px;
	}
	.hire-btn-sec {
		float: left;
		text-align: center;
		margin-right: 15px;
		width: 100%;
	} 
	.scinter-btn-sec {
		width: 100%;
	}   
	a.btn.hire-btn {
		font-size: 13px;
		width: 100%;
		padding: 4px 10px;
	} 
	a.btn.btn-outline {
		font-size: 14px;
		width: 100%;
	}
	.footer-more-btn p.sec-btn-p {
		font-size: 10px;
	}
	li.join-p {
		margin-right: 10px;
	}
	li.ftr-or {
		margin: 0px 8px;
	}
	.tab-menu-bar .navbar-toggle.sidbar-modal-btn{
		display: block;
	}
	.navbar-right.custom-inner-nav {
		display: none;
	}
	.mobile-menu-bar .navbar-toggle.sidbar-modal-btn{
		display: none;
	}
	.navbar-right.client-btn {
		display: none;
	}
	.col-md-2.custom-col-size {
		width: 25%;
	}
	.col-md-10.custom-col-size {
		width: 75%;
	}
	.devs-details1 p {
		width: 100%; 
	}
	.filter-result-opt {
		margin-left: 0;
	}
	.nav-tabs.jobtype-li>li.price-box>a {
		height: 80px;
	}
	.price-box p {
		font-size: 9px;
		margin-bottom: 5px;
		line-height: normal;
	}
	.col-md-6.col-xs-6.col-mobile-full {
		width: 100%;
	}
	.timezon-li li {
		font-size: 14px;
	}
	.jobtype-li li {
		padding: 0px 2px;
	}
	span.grn-feat-heading {
		margin-right: 0px;
	}
	.grn-feat-amnt-sec span {
		font-size: 10px;
	}
	.grn-add {
		margin: 0px 5px;  
	}
	a.btn.btn-greenbar {
		padding: 9px 10px;
		font-size: 12px;
	}
	label {
		font-size: 12px;
	}
	.employer-detail-row .select2-container--default .select2-selection--multiple .select2-selection__choice {
		font-size: 12px;
	}
	.devs-img-cont {
		margin-top: 0;
	}
	.grn-feat-amnt-sec table.table tr td, .grn-feat-amnt-sec table.table.table-lg tr th {
		padding: 0px 2px;
	}
	p.top-tollfree-sec.dev-tollfree {
		text-align: center;
		top: 7px;
	}
	.input-group-addon.dv-time, .input-group-addon.dv-dollar {
		padding: 6px 2px;
	}
	.input-group-addon.dv-time {
		font-size: 12px;
	}
	.bonus-block p {
		font-size: 15px;
	}
	.bonus-block-head h4 {
		font-size: 13px;
	}
	a.btn.sec-btn-join {
		width: 230px;
		padding: 12px;
	}
	.browse.btn.btn-primary{
		font-size: 13px;
	}
	.detail-bar-body .bar-reviwcounttxt {
		padding: 2px;
		font-size: 13px;
	}
	.review-breakdown .col-sm-12 {
		padding-right: 0;
		padding-left: 8px;
	}
	.top-nav-sec #mobile-shadow .navbar-brand {
		padding: 25px 15px;
		float: left;
		height: auto;
		margin-right: 0;
	}
}

@media only screen and (max-width: 768px) {
	nav.navbar.bootsnav .navbar-toggle {
		position: fixed;
		z-index: 999999999999;
		right: 0;
		top: 30px;
	}
	.exp-sec {
		font-size: 13px;
		margin-bottom: 0px;
	}
	.contenttwotab span.help-block.form-error {
		top: -21px;
	}
	.pf-detials-block h4 {
		font-size: 16px;
	}
	.logo-img {
		margin-top: 5px;
	}
	.client-btn>li>a {
		font-size: 9px;
		margin: 0 3px;
	}
	.dev-header-cont {
		width: 100% !important;
		margin-top: 95px;
	}
	.dev-header-cont h2 {
		line-height: 42px;
	}
	.projects-gradient-section, .pro-block, .devloper-sec-block {
		margin-bottom: 15px;
		display: table;
		margin: auto;
		margin-bottom: 15px;
	}
	nav.navbar.bootsnav .navbar-toggle {
		display: inline-block;
		float: right;
		margin-right: 20px;
		margin-top: 10px;
		height: 42px;
	}
	nav.navbar.bootsnav .navbar-brand {
		display: block;
		float: left;
		margin: 0;
	}
	.modal-dialog {
		margin: 30px auto;
	}
	.modal-footer .theme-btn {
		padding-right: 80px;
	}
	button.btn.remove-field.light-gray-btn {
		margin: -15px 4px !important;
		padding: 0px 3px;
		right: 5px;
	}
	.input-group {
		margin-bottom: 10px;
	}
	.comment-text .input-group {
		margin-bottom: 20px;
	}
	.alert-group {
		top: 0px !important;
	}
	.alert {
		padding: 5px 30px;
	}
	.col-md-5.col-xs-10.language_one {
		width: 100%;
	}
	#add_skill .form-control {
		width: 100% !important;
	}
	.select2-container--default .select2-selection--single {
		width: 150px;
	}
	p.input-col-padless {
		line-height: normal;
	}
	span.help-block.form-error {
		line-height: normal;
		top: 32px;
	}
	.nextBtn-btn p {
		font-size: 10px;
	}
	.devs-widget-signup-header p {
		font-size: 12px;
	}
	.devs-detail-bar-header h4 {
		font-size: 14px;
	}
	.card-body.card-block .row.form-group {
		padding: 0 15px;
	}
	.select2-container--default .select2-selection--single {
		height: 35px !important;
		border: 1px solid #dde6ef !important;
		margin-bottom: 15px;
		box-shadow: none;
		border-radius: 0 !important;
		background: #fbfdff !important;
		font-size: 15px;
		color: #6b7c8a;
		font-weight: 400;
		padding: 4px 10px;
	}
	.select2-container--default .select2-selection--single .select2-selection__arrow {
		top: 0px !important;
		height: 35px !important;
	}
	.col-md-2.padd-less-col{
		padding-right: 0px;
	}
	.brand li {
		list-style: none;
		display: inline-block;
		padding: 5px;
	}
	.brand li a {
		color: #fff!important;
		font-size: 12px;
	}
	.footer .f-social-box ul li a i {
		width: 35px;
		height: 35px;
		line-height: 35px;
		margin-right: 5px;
	}
	.footer .f-social-box {
		margin-top: 10px;
		margin-bottom: 25px;
	}
	.detail-wrapper-body {
		padding: 10px;
	}
	.company-detail-wrapper .detail-wrapper-body {
		padding: 0px;
	}
	.job-desc-wrapper .detail-wrapper-body {
		padding: 0px;
	}
	.detail-wrapper-body .col-md-12 {
		padding-right: 0;
		padding-left: 5px;
	}  
	.job-title-bar h3 {
		margin-top: 0;
	}
	.nav-tabs>li.price-box>a {
		margin-right: 0px;
		font-size: 10px;
		padding: 5px;
	}
	.widget-boxed {
		padding: 0 5px 32px 5px;
	}
	.average-rating-sec {
		height: 150px;
	}
	.wistia_responsive_padding {
		height: auto;
	}
	.inner-header-sec.change-inner-header {
		position: relative;
		width: 100%;
		z-index: 9;
	}
	.devs-main-details .col-sm-5 {
		padding-right: 0;
	}
	.jobtype-li li {
		padding: 0px 3px;
	}
	.job-time-head {
		font-size: 13px;
	}
	.devs-exp-details li {
		font-size: 12px;
	}
	.devs-travel-sec p {
		font-size: 12px;
	}
	.timezon-li li {
		font-size: 10px;
	}
	.btn.signup-btn {
		padding: 8px 0px;
		width: 100%;
	}
	.pf-detials-block p {
		margin-bottom: 0px;
		font-size: 12px;
	}
	a.btn.btn-upload-res {
		width: 100%;
		margin-bottom: 10px;
	}
	a.btn-download-res {
		width: 100%;
	}
	.devs-detail-wrapper-body.employment-sec{
		padding:0px;
	}
	.grey_box h3 {
		font-size: 20px;
	}
	.col-md-12.profilerating {
		padding-left: 0;
		padding-right: 0;
	}
	.devs-name {
		font-size: 20px;
	}
	.devs-details1 p {
		font-size: 13px;
	}
	p.timezone-sec {
		font-size: 13px;
		margin-bottom: 0px;
	}
	p.dev-avial-sec {
		font-size: 13px;
		margin-bottom: 5px;
	}
	p.about-cont {
		font-size: 13px;
	}
	.img-htext {
		font-size: 14px;
		transform: translate(10px, -50%);
	}
	.devs-skills-sec {
		margin-top: 10px;
	}
	.devs-skills-sec li {
		padding: 0px 10px;
		font-size: 12px;
	}
	.hire-btn-sec {
		float: left;
		text-align: center;
		margin-right: 20px;
	}
	a.btn.btn-outline {
		font-size: 11px;
		width: 100%;
	}
	a.btn.hire-btn{
		font-size: 14px;
		width: 100%;
		padding: 4px 10px;
	}
	.list-btns-sec p {
		font-size: 10px;
		margin-bottom: 0;
	}
	.video-add-sec a {
		font-size: 14px;
	}
	.video-add-sec a i {
		font-size: 16px;
		margin-bottom: 8px;
	}
	.filter-option-sec p {
		font-size: 14px;
	}
	.filter-result-opt p {
		font-size: 14px;
	}
	.search-wide p {
		font-size: 14px;
	}
	.search-wide .form-control {
		height: 26px;
	}
	.footer ul {
		padding-left: 10px;
	}
	.footer-more-btn ul {
		padding-left: 0;
	}
	.user-profile-btn a {
		padding: 8px 10px;
		font-size: 14px;
	}
	.user-profile-btn img {
		width: 20px;
		height: 20px;
		margin-right: 5px;
	}
	.side-right{
		max-height: 100vh;
		overflow: hidden;
	}
	.devs-cont1 {
		margin: 5px 0px 10px;
	}
	.col-md-2.custom-col-size {
		width: 22.66666667%;
	}
	.col-md-10.custom-col-size {
		width: 77.33333333%;
	}
	.filter-result-opt {
		margin-left: -20px;
	}
	.header-searchbar .input-group {
		margin-bottom: 0px;
	}
	.contenttwotab span.help-block.form-error {
		top: -20px;
	}
	.green-feat-header-sec {
		padding: 10px;
	}
	.homepage-sec .container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.top-nav-sec #mobile-shadow .navbar-brand {
		padding: 23px 15px;
		float: left;
		height: auto;
		margin-right: 0;
	}
	.top-nav-sec #mobile-shadow li {
		float: none;
		list-style-type: none;
		border-radius: 5px;
		margin-right: 0;
	}
}

@media only screen and (max-width: 766px){
	.navbar-right.client-btn {
		margin-left: auto;
		width: 50%;
		margin-top: 0px;
	}
	.nav.client-btn>li {
		display: inline-block;
		width: 50%;
	}
	.list-filter-sec {
		display: inline-table;
		width: 100%;
	}
	.filter-result-opt {
		margin-left: 0;
	}
	.dev-search-bock .col-md-2 {
		display: inline-flex;
	}
	.dev-list-img {
		width: 100px;
		height: 100px;
		float: left;
		margin-right: 20px;
	}
	.contenttwotab span.help-block.form-error {
		top: -18px;
	}
	.devs-main-details .col-sm-5 {
		padding-right: 15px;
	}
	.col-md-3.devs-bar-cols3 {
		padding-left: 15px;
	}
	.average-rating-sec {
		height: 250px;
	}
	.col-xs-4.devs-bar-cols3 {
		padding-left: 0;
	}
	.btm-browse-list .col-xs-6 {
		width: 25%;
	}
	li.join-p {
		margin-right: 0px;
		margin-bottom: 20px;
		display: block !important;
	}
	.user-profile-btn a {
		padding: 8px 6px;
		font-size: 12px;
	}
	.navbar-right.custom-inner-nav {
		margin: 0;
	}
	.col-xs-4.filtr-fullcols {
		padding-left: 0;
	}
	.top-tollfree-sec span {
		margin-left: 0px;
	}
	.top-tollfree-sec i {
		margin-right: 0px;
	}
	p.top-tollfree-sec {
		font-size: 12px;
		margin-top: 10px
	}
	.top-tollfree-sec i {
		width: 20px;
		height: 20px;
		line-height: 21px;
		font-size: 12px;
	}
	.devs-heading-mobile{
		display: block;
	}
	.devs-heading-desktop{
		display: none;
	}
	.dev-img-hover {
		left: 0;
		height: 100px;
		width: 100px;
		transform: none;
	}
	.img-htext {
		font-size: 13px;
		transform: translate(5px, -50%);
	}
	.achiev-star {
		width: 9%;
	}
	.achiev-detail {
		width: 91%;
		display: inline;
		margin-top: 10px;
	}
	.resume-upload-btn {
		display: flex;
	}
	a.btn.btn-upload-res {
		width: 100%;
		margin: 0px 5px;
		display: inline-block;
	}
	a.btn-download-res {
		width: 100%;
		margin: 0px 5px;
		display: inline-block;
	}
}

@media only screen and (max-width: 670px){
	nav.navbar.bootsnav .navbar-toggle {
		margin-right: 0;
		margin-top: 8px;
	}
	.col-md-2.custom-col-size {
		width: 100%;
	}
	.col-md-10.custom-col-size {
		width: 100%;
	}
	.filter-result-opt {
		margin-left: 0;
	}
	.client-btn>li {
		display: inline-block;
		width: 100%;
	}
	.filter-mob a {
		letter-spacing: 2px;
		color: #fff;
		font-size: 16px;
		background-color: #3d82ab;
		padding: 0px 30px;
		border-radius: 50px;
		display: inline-block;
		box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.32);
		width: auto;
		margin-bottom: 10px;
	}
	.filter-mob{
		display: block;
		text-align: center;
	}
	.filter-desk{
		display: none;
	}
	.desktop-filter-sidebar{
		display: none;
		width: 250px;
		padding: 5px;
		background-color: #fff;
	}
	.sidbar-filter-mobile{
		display: block;
	}
	.sidbar-filter-mobile .modal-dialog {
		margin: 0px;
	}
	.sidbar-filter-mobile .modal-content {
		position: relative;
		background-color: #fff;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		border: 0px solid #999;
		border: 0px solid rgba(0,0,0,.2);
		border-radius: 0;
		outline: 0;
		-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
		box-shadow: 0 3px 9px rgba(0,0,0,.5);
		width: 60%;
	}
	.modal-open {
		overflow: hidden;
	}
	.exp-sec-mobile{
		display: block;
	}
	.exp-sec-desk{
		display: none;
	}
	.rat-rev-sec {
		display: flex;
	}
	button.close.filter-close-btn{
		background-color: #0a6ed4 !important;
		border: none;
		padding: 8px 12px;
		font-size: 18px;
		position: relative;
		line-height: normal;
		border-radius: 2px;
		color: #fff;
		box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.18);
	}
	.custom-modal-new .modal-dialog {
		width: 95%;
	}
	.navbar-right.client-btn {
		margin-left: auto;
		width: auto;
		margin: 0px;
	}
	.user-profile-btn a {
		padding: 8px 4px;
		font-size: 11px;
	}
	.nav.client-btn>li {
		display: table-cell;
		width: 50%;
	}
	p.tollfree-sec {
		bottom: 5px;
	}
	.col-xs-3.filtr-fullcols {
		width: 100%;
	}
	.col-xs-4.filtr-fullcols {
		width: 50%;
		padding-left: 15px;
	}
	.col-xs-5.table-col-rightpadd {
		width: 50%;
	}
	p.top-tollfree-sec {
		margin-top: 0;
	}
	.top-tollfree-sec span {
		display: -webkit-inline-box;
	}
	span.numb-span {
		font-size: 11px;
		padding: 0px 5px;
	}
	.cmp-detail {
		margin-left: 10px;
	}
	div#titlediv {
		display: none;
	}
	.img-htext {
		font-size: 12px;
		transform: translate(5px, -50%);
	}
	.modal-dialog .box-body {
		padding: 10px 5px;
	}
	.custom-typehead .typeahead__list {
		width: auto;
		min-width: min-content;
	}
}

@media only screen and (max-width: 600px){
	.top-nav-sec .navbar-brand.home-logo {
		padding: 2px 15px;
	}
	.top-nav-sec #mobile-shadow .navbar-brand {
		padding: 15px 0;
	}
}

/*mobile view sidebar css*/
@media only screen and (max-width: 568px){
	.footer ul {
		padding-left: 0px;
	}
	li.join-p {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.navbar-toggle.sidbar-modal-btn{
		display: inline-block;
	}
	.navbar-right.custom-inner-nav {
		display: none;
	}
	.mobile-view-filter-sec{
		display: block;
	}
	.pf-row {
		display: inline-block;
	}
	.pf-img-block {
		width: auto;
		display: inline-block;
	}
	.pf-detials-block {
		width: 100%;
		display: block;
		margin-left: 0;
	}
	.col-xs-6.table-col-rightpadd {
		padding-left:  0;
	}
	p.tollfree-sec {
		font-size: 14px;
	}
	.typeahead__container .typeahead__field input{
		padding-right: 5px !important;
	}
	.top-nav-sec nav.navbar.bootsnav.navbar-fixed {
		padding: 7px 0px;
	}
	.screen-img {
		width: auto;
	}
	p.top-tollfree-sec {
		font-size: 10px;
	}
	p.top-tollfree-sec.user-tollfree {
		margin-top: 0;
	}
	.pagination {
		display: inherit;
	}
	.top-nav-sec #mobile-shadow .navbar-brand {
		padding: 13px 0;
		float: left;
		height: auto;
		margin-right: 0;
		width: auto;
	}
}

@media only screen and (max-width:480px) {
	.tab.style-1 .nav-tabs li, .tab.style-2 .nav-tabs li {
		width: 100%;
		border-right: 1px solid #ddd;
		margin-bottom: 8px;
	}
}

@media only screen and (max-width: 450px){
	.white_bg .navbar-brand img {
		max-width: 120px !important;
	}
	.footer h4 {
		font-size: 13px;
		margin-bottom: 25px;
		text-transform: uppercase;
		line-height: 20px;
	}
	.devloper-sec-block {
		width: auto !important;
		margin: 15px 5px;
	}
	.profiles-tags-sec .owl-carousel .owl-nav .owl-prev {
		position: absolute;
		top: 5px !important;
		left: -25px !important;
	}
	.profiles-tags-sec .owl-carousel .owl-nav .owl-next {
		position: absolute;
		top: 5px !important;
		right: -25px !important;
	}
	.comp-cont-table table td {
		vertical-align: top !important;
	}
	.alert {
		width: 100% !important;
	}
	.alert-group {
		width: 100%;
		padding: 0 !important;
	}
	.dropmenu_header li {
		padding: 15px 15px !important;
	}
	h3.text_heading_banner{
		font-size: 22px;
	}
	.tip-contenttwo {
		border: transparent;
	}
	.col-md-3.devs-bar-cols3 {
		padding-left: 15px;
	}
	.dev-img-hover {
		top: 0;
		left: 0;
		height: 100px;
		width: 100px;
		transform: none; 
		border-radius: 50%;
	}
	.dev-list-img {
		width: 100px;
		height: 100px;
		float: left;
		margin-right: 20px;
	}
	.dev-search-bock .col-md-2 {
		display: inline-flex;
		width: 100%;
	}
	.exp-sec {
		font-size: 13px;
	}
	.list-filter-sec {
		display: inline-block;
	}
	.hire-btn-sec {
		float: none;
		text-align: center;
		margin-right: 0;
	}
	.list-btns-sec {
		display: inline-block;
	}
	a.btn.btn-outline {
		font-size: 13px;
		width: 100%;
		padding: 10px;
		margin-top: 15px;
	}
	.filter-result-opt p {
		font-size: 12px;
	}
	.search-wide {
		min-width: 50px;
		float: left;
	}
	.search-wide.full {
		width: 90px;
		min-width: unset;
		float: left;
	}
	.devs-main-details .col-sm-5 {
		padding-right: 15px;
	}
	.col-xs-4.cmp-col-right-paddless {
		padding-right: 15px;
	}
	.search-wide p {
		font-size: 12px;
		margin-bottom: 0;
	}
	.search-wide .form-control {
		height: 20px;
		font-size: 12px;
	}
	.exp-sec-desk{
		display: none;
	}
	.devs-details1 p {
		font-size: 13px;
		width: 100%;
	}
	.col-xs-8.devs-main-fullcol {
		width: 100%;
	}
	.col-xs-4.devs-main-fullcol {
		width: 100%;
	}
	.col-xs-4.col-fullrtng {
		width: 100%;
	}
	.col-xs-8.col-fullrtng {
		width: 100%;
	}
	.col-xs-4.col-fullvideo {
		width: 100%;
	}
	.col-xs-6.col-fullempnt {
		width: 100%;
	}
	.btm-browse-list .col-xs-6 {
		width: 50%;
	}
	.footer-more-btn ul li {    
		display: block;
	}
	.logo-img.mobile-img-sec {
		margin-top: 0px;
		width: 80%;
		display: inline-block;
	}
	.mobile-menu-bar {
		width: 20%;
		display: inline;
	}
	.dummy-video-sec {
		position: relative;
		display: flow-root;
	}
	p.tollfree-sec {
		bottom: 0;
		position: static;
		transform: none;
		margin-top: 20px;
		font-size: 14px;
	}
	p.top-tollfree-sec {
		position: static;
		margin-top: 0;
		font-size: 16px;
	}
	.achiev-star {
		width: 20%;
	}
	nav.navbar.bootsnav .navbar-toggle {
		height: auto;
	}
	.sidbar-mobile-new .modal-dialog {
		width: 60%;
		float: right;
	}
	.modal-side-menu .nav>li {
		width: 100%;
	}
	.video-add-sec a i {
		vertical-align: unset;
	}
	.log-box {
		padding: 40px 20px;
		max-width: 90%;
	}
	.devs-name {
		font-size: 24px;
		margin-right: 0;
		display: -webkit-box;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.list-btns-sec p {
		margin-top: 2px;
	}
	.span-green {
		padding: 4px 10px;
		display: initial;
		margin-right: 10px;
		font-size: 12px;
	}
	.span-blue {
		padding: 4px 12px;
		display: initial;
		font-size: 12px;
	}
	.tab-menu-bar .navbar-toggle.sidbar-modal-btn {
		display: none;
	}
	.mobile-menu-bar .navbar-toggle.sidbar-modal-btn{
		display: block;
	}
	.tollfree-sec span {
		display: block;
	}
	.tollfree-sec i {
		line-height: 27px;
	}
	p.tollfree-sec {
		bottom: 2%;
	}
	.top-tollfree-sec span {
		display: block;
	}
	.video-add-sec span {
		font-size: 12px;
	}
	.scinter-btn-sec {
		margin-top: 15px;
	}
	.col-xs-5.colsfull-head {
		width: 100%;
	}
	.col-xs-7.colsfull-head {
		width: 100%;
	}
	.static .top-tollfree-sec span {
		display: block;
	}
	.bar-contain a {
		font-size: 14px;
	}
	.horn-icon img {
		width: 18px;
	}
	.bar-contain {
		padding: 4px;
	} 
}

@media screen and (max-width: 414px) {
	.col-md-2.padd-less-col {
		padding-right: 15px;
		padding-left: 15px;
	}
	.col-md-10.col-sm-8.padd-less-col {
		padding-left: 15px;
		padding-right: 15px;
	}
	.navbar-right.client-btn {
		margin: 0 auto;
		text-align: center;
	}
	.t-zone {
		width: auto;
		font-size: 12px;
	}
	.detail-wrapper.portfolio-det-wrapper {
		display: inline;
	}
	.single-comment {
		padding-right: 10px;
		padding-left: 10px;
	}
	li.overall-li {
		margin-bottom: 2px;
		margin-top: 15px;
	}
	.dummy-video-block {
		margin-bottom: 20px;
	}
	.client-btn>li>a {
		font-size: 9px;
		margin: 0 0px;
	} 
	#mobile_error {
		font-size: 10px;
		top: -14px;
	}
	.contenttwotab span.help-block.form-error {
		top: -12px;
		font-size: 10px;
	}
	#otp_error{
		font-size: 10px;
	}
	.col-xs-5.table-col-rightpadd {
		padding-left: 0;
	}
	.search-wide {
		min-width: 40px;
	}
	.achiev-star {
		width: 20%;
	}
	.average-rating-sec {
		min-height: 400px;
	}
	.inner-header-sec.change-inner-header {
		position: static;
		width: 100%;
		z-index: 9;
	}
	.client-btn>li {
		display: inline-block;
	}
	.wistia_responsive_padding {
		height: auto;
	}
	.grid-job-widget {
		height: auto;
	}
	.cmp-overview {
		align-items: center;
		justify-content: left;
		margin-top: 4em;
	}
	.cmp-overview .cmp-icon {
		width: 70px;
		float: left;
	}
	.cmp-overview .cmp-icon .cmp-i {
		font-size: 50px;
	}
	.cmp-overview .cmp-icon i.fa {
		right: 0px;
	}
	.footer ul {
		padding-left: 0;
	}
	.emply-heading-sec h4 {
		display: inline-block;
		width: 100%;
		float: none;
		margin-top: 0;
	}
	.job-duration {
		margin-top: 0;
		float: none;
	}
	span.compny-location {
		margin-left: 0;
		display: block;
	} 
}
@media screen and (max-width: 320px){
	.search-wide {
		min-width: 45px;
	}
	.search-wide.full {
		width: 90px;
		min-width: unset;
		float: left;
	}
	.search-wide .form-control {
		padding: 2px 3px;
		font-size: 12px;
	}
	.rating-stars {
		margin-right: 15px;
		display: inline-block;
	}
	.cmp-overview {
		margin-top: 25px;
	}
	.dev-img-hover {
		top: 0;
		left: 0;
		height: 100px;
		width: 100px;
		transform: none; 
		border-radius: 50%;
	}
	.img-htext {
		top: 40%;
		left: 5px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.client-btn>li>a {
		font-size: 9px;
		margin: 0 0px;
	}
	.pagination>li>a, .pagination>li>span {
		margin: 3px;
		width: 25px;
		height: 25px;
		font-size: 12px;
		line-height: 25px;
	}
	.agree-p {
		font-size: 10px;
	}
	#mobile_error {
		font-size: 9px;
		line-height: normal;
	}
	.job-time-head {
		font-size: 11px;
	}
	.nav-tabs.jobtype-li>li.price-box>a {
		height: 100px;
	}
	.span-green {
		font-size: 10px;
	}
	.span-blue {
		font-size: 10px;
	}
	p.top-tollfree-sec {
		font-size: 14px;
	}
	.nav-tabs.jobtype-li>li.price-box>a {
		padding: 10px;
		height: auto;
		margin-bottom: 10px;
	}
	.jobtype-li li {
		width: 100%;
	}
	.modal-content img {
		margin-bottom: 15px;
	}
	.agree-p {
		margin-top: 5px;
	}
	.devs-profile-img1 {
		width: 100%;
		max-height: 250px;
		overflow: hidden;
		border: 1px solid #ebebeb;
		padding: 5px;
	}
	.devs-profile-img1 img {
		width: 200px;
		height: 100%;
		padding-bottom: 0px !important;
		margin: auto;
	}
	#correctionModal ul {
		padding-left: 38px;
		list-style: unset;
	}
	#correctionModal ol {
		padding-left: 38px;
	}
	#crazycall-click-to-call{
		left: 10px !important;
		bottom: 10px
	}
	.bar-contain a {
    font-size: 10px;
	}
	.top-nav-sec #mobile-shadow .navbar-brand {
    padding: 18px 0;
    max-width: 150px;
    width: auto;
	}
}

