body {
	font-family: 'Montserrat', sans-serif;
}

/** Navigation **/
.navbar.navigation {	
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	padding: 0;
	margin: 0;
	min-height: auto;
	border: 0;
	border-radius: 0;
}

.navbar.navigation.nav-scroll {
	background-color: #12a2b2;
    /*position: fixed;*/
    top: -50px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}
.navbar.navigation.nav-scroll .noborder {
	display: none;
}
.navbar.navigation.nav-scroll a.custom-logo-link img {
	/*max-height: 45px;*/
}

.navbar.navigation .container {
	padding-left: 0;
	padding-right: 0;
}
a.custom-logo-link {
    display: table;
    max-width: 100%;
    padding: 0;
}
a.custom-logo-link img {
	display: block;
	max-width: 100%;
	height: auto;
}
.nav-head {
	position: relative;
}
.nav-burger {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 100;
	left: 0;
}
.navbar.navigation .navbar-nav > li > a { 
	font-weight: 400;
	font-size: 15px;
	line-height: 30px;
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
	outline: 0 none; 
	position: relative; 
	text-transform: uppercase;
	-webkit-transition: all .3s ease-in-out; 
	-moz-transition: all .3s ease-in-out; 
	-o-transition: all .3s ease-in-out; 
	transition: all .3s ease-in-out;
}
.navbar.navigation .navbar-nav > li.current-menu-item > a,
.navbar.navigation .navbar-nav > li > a:focus, 
.navbar.navigation .navbar-nav > li > a:hover { 
	background: none;
}
.navbar.navigation .navbar-nav > li i {
	font-size: 13px;
	position: relative;
	top: -1px;
}

/* Sub Menu */
.navigation .dropdown-menu {
	left: 0;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	
	z-index: 999;
	padding: 7.5px 0;
	margin: 0;
	display: none;
	border: none;
	border-radius: 0;
	min-width: 160px;
	text-align: left;
	white-space: nowrap;
}
.dropdown-menu > li > a,
.dropdown-menu ul > li > a {
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	font-family: 'Montserrat', sans-serif;
	color: #061540;
	padding: 2.5px 15px;
	outline: 0 none; 
	
	position: relative; 
	display: inline-block;
	-webkit-transition: all .3s ease-in-out; 
	-moz-transition: all .3s ease-in-out; 
	-o-transition: all .3s ease-in-out; 
	transition: all .3s ease-in-out;
	
	white-space: nowrap;
}

.dropdown-menu ul > li {
	position: relative;
}
.dropdown-menu > li:last-child,
.dropdown-menu ul > li:last-child {
	border-bottom: none;
}
.dropdown-menu > li,
.dropdown-menu ul > li {
	display: block;	
}
.dropdown-menu > li a,
.dropdown-menu ul > li a {
	white-space: nowrap;
	text-decoration: none;
	position: relative;
	display: inline-block;
}
.dropdown-menu ul > li.current-menu-parent > a,
.dropdown-menu ul > li.current-menu-item > a,
.dropdown-menu > li > a:hover,
.dropdown-menu ul > li > a:hover {
	color: #f8a021;
	background: none ;
}

#topmenu li.twoColumns ul.dropdown-menu > li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

@media (min-width: 768px){
	.navigation .nav > li:hover > .dropdown-menu{
		display: block;
	}
	.dropdown-menu > li:hover > .dropdown-menu {
		display: block;
	}
}

.dropdown-menu > li.menu-item-has-children .icon{
	position: absolute;
	right: 5px;
	top: 14px;
	transform: rotate(-90deg);
} 
.dropdown-menu > li > .dropdown-menu {
	left: 100%;
	top: 0;
}
.dropdown-menu > li.subselect > a:after{
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid #8c8373;
	margin-left: 3px;
	vertical-align: middle;
	top: 10px;
	position: absolute;
	right: 15px;
}
.dropdown-menu > li > .dropdown-menu:after {
	content: '';
	display: none;
	background: none;
	
}


/** **/
.profile-circle {
	width: 35px;
	height: 35px;
	display: block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	overflow: hidden;
	background-color: #fefefe;
	margin-right: 10px;
}
.profile-circle img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.profile-kelen i {
	margin-left: 5px;
}

/** **/
.bar-cols {
	display: block;
	vertical-align: middle;
	position: relative;
	top: -2.5px;
	margin: 0;
	border: none;
}
.bar-rows {
	width: 25px;
	height: 2px;
	background-color: #ffffff;
	display: block;
}
.bar-rows+.bar-rows {
	margin-top: 4px;
}
.bar-cols .bar-rows:nth-of-type(2) {
	top: 1px;
}

.bar-cols .bar-rows:nth-of-type(3) {
  	top: 2px;
}

.bar-cols .bar-rows {
	position: relative;
	transition: all 200ms ease-in-out;
}

.bar-cols.active .bar-rows:nth-of-type(1) {
	top: 7px;
	transform: rotate(45deg);
}

.bar-cols.active .bar-rows:nth-of-type(2) {
	background-color: transparent;
}

.bar-cols.active .bar-rows:nth-of-type(3) {
	top: -5px;
	transform: rotate(-45deg);
}

.nav-side {
	margin-left: 15px;
}

/** **/
.banner-section { 
	position: relative; 
	z-index: 5;
	width: 100%;
}

.banner-section .item > a > img,
.banner-section .item > img { 
	background-size: cover; 
	margin-left: auto;
	margin-right: auto;
	width: 100%; 
}
.banner-section .item {
	position: relative;
}
.banner-captions.search-captions {
	top: 65%;
}
.banner-captions,
.video-captions {
	top: 55%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	right: 0;
	left: 0;
	z-index: 10;
}
.hero-captions,
.banner-captions {
	padding-top: 20px;
	padding-bottom: 20px;
}
.banner-text {
	font-weight: 300;
    font-size: 20px;
    line-height: 35px;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
}

.left-banner-cap,
.right-banner-cap {
	padding: 30px 75px;
}

.video-bg {
	position: relative;
	min-height: 670px;
	width: 100%;
	overflow: hidden;
}
.video-bg:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	margin: 0;
	background-color: rgba(18,162,178,0.45);
	z-index: 1;
}
.video-section {
    position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}




/** **/
.featjob-box {
	margin-bottom: 30px;
	max-width: 360px;
	margin-left: auto;
	margin-right: auto;
}
.featjob-header {
	background-color: #fcfcfc;
	padding: 15px;
}
.featjob-footer {
	font-weight: 600;
	font-size: 15px;
	line-height: 25px;
	font-family: 'Montserrat', sans-serif;
		
	z-index: 0;
	position: relative;
	padding: 8px 30px;
	text-align: center;
	background-color: #c9c9c9;
	color: #ffffff;  
	border: 0;
	border-radius: 0;
	
	box-shadow: 0px 5px 7px rgba(0,0,0,.1) inset;
}
.featjob-footer:hover {
	background-color: #f8a021;
}
.featjob-box a {
	text-decoration: none;
}
.featjob-figure {
	width: 140px;
	height: 130px;
	line-height: 128px;
	text-align: center;
	margin-right: 15px;
	position: relative;
}
.featjob-figure:after {
	content: '';
	height: 125px;
	width: 9px;
	display: block;
	background-image: url('../images/featjob-shad.png');
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: -20px;
	top: 0;
}
.featjob-figure img {
	max-width: 105px;
	max-height: 128px;
	vertical-align: middle;
	display: inline-table;
}
.featjob-right {
	padding: 15px 15px 0;
}
.featjob-head {
	font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
    color: #12a2b2;
}

/** **/
.why-emplyee {
	background-color: #13919f;
	padding: 50px 0 100px;
}
.why-emplyee .container {
	position: relative;
	z-index: 10;
}
.why-employers-head {
	font-weight: 600;
    font-size: 23px;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
}
.why-employers-text {
	font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
}

.why-employers-ads.emp-right {
	text-align: right;
}
.why-employers-ads+.why-employers-ads {
	margin-top: 30px;
}
.why-buttons {
	margin-top: 30px;
}

.why-emplyee {
	position: relative;
}
.why-emplyee:after {
	content: '';
	display: block;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 600px;
	background-size: contain;
	background-image: url('../images/why-bgbottom.png');
	background-position: bottom center;
	right: 0;
	bottom: 0;
	left: 0;
}
.why-emplyee:before {
	content: '';
	display: block;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 25px;
	background-color: #d2d1c6;
	right: 0;
	bottom: 0;
	left: 0;
}


/** **/
.how-it-work {
	background-color: #efeff0;
}
.how-it-box:hover .how-it-infigure{
	box-shadow: 0 0 5px rgba(248,160,33,.5);
}
.how-it-figure {
	width: 150px;
	height: 150px;
	background-color: #f49d20;
	border-radius: 50%;
	padding: 12.5px;
	margin-left: auto;
	margin-right: auto;
}
.how-it-figure.why-reg {
	background-color: #ededed;
}
.how-it-infigure {
	width: 125px;
	height: 125px;
	background-color: #f9f9f9;
	border-radius: 50%;
	box-shadow: 0 0 12px rgba(0,0,0,.1);
	line-height: 124px;
	text-align: center;
}
.how-it-infigure img {
	max-height: 124px;
	display: inline-table;
	vertical-align: middle;
}
.how-it-head {
	font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
    color: #12a2b2;
}

.how-it-hr {
    background-color: #f8a021;
    height: 3px;
    border: none;
    margin: 15px auto;
    max-width: 58px;
    border-radius: 5px;
}
.how-it-text {
	font-weight: 300;
    font-size: 14px;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
    color: #545454;
}

.our-solutions-box{
	box-shadow: 0 0 5px rgba(248,160,33,.5);
    padding: 5px 5px;
}

.our-solutions-box:hover{
	box-shadow: 0 0 5px rgba(248,160,33,.5);
}

/** **/
.testimonails-more {
	
}
.tstmonals-figure {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	
	border: 15px solid #f5bb69;
	box-shadow: 0 0 0 12px #f3ce9b;
	overflow: hidden;
	margin: 15px auto 20px;
}

.tstmonals-head {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    font-family: 'Montserrat', sans-serif;
    color: #2ca9b8;
}
.tstmonals-head-a {
    font-weight: 400;
    font-size: 23px;
    line-height: 35px;
    font-family: 'Montserrat', sans-serif;
    color: #2ca9b8;
}
.tstmonals-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
    color: #545454;
}

.tstmonals-crousel.owl-theme .owl-dots .owl-dot.active span, 
.tstmonals-crousel.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #2ca9b8;
}

/** Trusted By **/
.owl-carousel .owl-item .trusted-figure img {
	display: inline-table;
	vertical-align: middle;
	max-height: 74px;
	width: auto;
}
.trusted-figure {
	height: 130px;
	line-height: 130px;
	text-align: center;
	width: auto;
	border: 1px solid #218b98;
	padding-left: 15px;
	padding-right: 15px;
}
.trusted-figure img {
	display: inline-table;
	vertical-align: middle;
	max-height: 74px;
}

.owl-theme.tstmonals-crousel .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
}

/** **/
.row.log-rows,
.row.signup-rows {
	margin-left: 0;
	margin-right: 0;
}
.row.log-rows [class*="col-md"],
.row.signup-rows [class*="col-md"] {
	padding-left: 0;
	padding-right: 0;
}
.log-forms {
	background-color: #efefef;
	padding: 30px;
	height: 100%;
}
.login-forms-a .form-group {
	margin-bottom: 25px;
}

.forgot-pass {
	font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
    color: #454545;
}
.forgot-pass a {
	color: #454545;
}


/** **/
.log-figures {
	position: relative;
	height: 100%;
	min-height: 650px;
}
.logfull-img {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	top: 0;
	object-fit: cover;
}

.log-incaptions {
	position: relative;
	z-index: 10;
	padding: 50px 60px;
}
.info-text-a {
	font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
}
.info-text-a a {
	color: #f8a021;
	text-decoration: none;
}

.line-a {
	font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
    color: #454545;
	margin-right: 15px;
}

.register-lines .btn.btn-a {
	padding: 8px 20px;
}
.divbox {
	max-width: 585px;
	margin-left: auto;
	margin-right: auto;
}
.divbox {
	position: relative;
	height: 100%;
}
.divbox-captions {
	position: absolute;
	left: 0;
	z-index: 0;
}

.emplyers-boxcontent {
	position: relative;
	z-index: 10;
	padding-left: 27%;
	padding-right: 40px;
}

.freelancers-boxcontent {
	position: relative;
	z-index: 10;
	padding-right: 25%;
	padding-left: 40px;
}

.emplyers-text-x1 {
	font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
}
.freelancers-text-x1 {
	font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    font-family: 'Montserrat', sans-serif;
    color: #676767;
}

.banner-text-a {
	font-weight: 300;
    font-size: 20px;
    line-height: 35px;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
}


/** **/
.row.row-platform {
	margin-left: 0;
	margin-right: 0;
}
.row.row-platform [class*="col-md"] {
	padding-left: 0;
	padding-right: 0;
}

.platform-bg {
	height: 100%;
}
.platform-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.platform-ads+.platform-ads {
	margin-top: 30px;
}
.platform-ads h3{
	font-weight: 600;
    font-size: 20px;
    line-height: 35px;
    font-family: 'Montserrat', sans-serif;
    color: #12a2b2;
	margin-bottom: 5px;
}
.platform-ads p {
	font-weight: 300;
    font-size: 14px;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
    color: #545454;
}
.platform-ads p+p {
	margin-top: 15px;
}
.platform-content {
	background-color: #fcfcfc;
	height: 100%;
	padding: 20px;
}

/** **/
.benefits-row {
	background-color: #13919f;
}
.benefits-box {
	max-width: 340px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.benefits-box:hover .benefits-infigure{
	box-shadow: 0 0 5px rgba(248,160,33,.5);
}
.benefits-figure {
	width: 163px;
	height: 163px;
	background-color: #5ab2bc;
	border-radius: 50%;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}
.benefits-infigure {
	width: 143px;
	height: 143px;
	background-color: #f9f9f9;
	border-radius: 50%;
	box-shadow: 0 0 12px rgba(0,0,0,.1);
	line-height: 142px;
	text-align: center;
}
.benefits-infigure img {
	max-height: 124px;
	display: inline-table;
	vertical-align: middle;
}
.benefits-head {
	font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
}

/** **/
.signup-column {
	height: 100%;
	position: relative;
	min-height: 1px;
}
.signup-in-column {
	width: 100%;
	-webkit-flex: 1;
	-moz-flex: 1;
	flex: 1;
	
	padding: 30px;
}
.signup-left-box {
	background-color: #12a2b2;
}
.signup-right-box {
	background-color: #efefef;
}
.label-havecheck {
	font-size: 14px;
}
.label-havecheck a {
	color: #f8a021;
}

/** **/
.benefits-list > li {
	position: relative;
	padding-left: 50px;
	padding-bottom: 40px;
}
.benefits-list > li:last-child:after {
	display: none;
}
.benefits-counts {
    width: 36px;
    height: 36px;
	line-height: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #ffffff;
    display: block;
	
	font-weight: 600;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #f8a021;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.benefits-list > li:after {
    content: '';
	position: absolute;
	top: 0;
	left: 17px;
	width: 3px;
	height: 100%;
	background-color: #ffffff;
	z-index: 0;
	display: block;
}
.benefits-list > li {
	font-weight: 600;
    font-size: 16px;
	line-height: 25px;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
}

/** **/
.banner-views {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.5);
	padding: 15px 0;
	z-index: 1;
}
.box-views {
	display: table;
	margin-right: 0;
	margin-left: auto;
}
.list-view {
	display: inline-flex;
	align-items: center;
}
.list-view > li {
	float: left;
	margin-left: 5px;
	padding-left: 5px;
}
a.text-view-link {
	font-weight: 600;
    font-size: 15px;
	line-height: 25px;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
a.text-view-link:hover {
	color: #f8a021;
}
.list-view > li .btn-a {
	/*font-size: 15px;
	padding: 5px 20px; */
    font-size: 12px;
	padding: 2px 20px;
}


/** **/
.quick-sections {
	background-color: #efeff0;
	padding-bottom: 50px;
}

.quick-figure-top {
	margin-top: -127.5px;
	position: relative;
	z-index: 100;
}
.quick-figure {
	width: 235px;
	height: 235px;
	background-color: rgba(255,255,255,.5);
	border-radius: 50%;
	padding: 17.5px;
	margin-left: auto;
	margin-right: auto;
}
.quick-infigure {
	width: 200px;
	height: 200px;
	background-color: #ffffff;
	border-radius: 50%;
	box-shadow: 0 0 12px rgba(0,0,0,.1);
	line-height: 195px;
	text-align: center;
	overflow: hidden;
}
.quick-infigure img {
	max-height: 200px;
	display: inline-table;
	vertical-align: middle;
}

.img-responsive.object {
	object-fit: cover;
	width: 100%;
	height: 100%;
}	

.quick-bvtext {
	font-weight: 600;
    font-size: 16px;
	line-height: 25px;
    font-family: 'Montserrat', sans-serif;
    color: #545454;
}
.quickcombs-rows {
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.quick-pipe {
	padding: 0 15px;
}
.cmb-text {
	font-weight: 400;
    font-size: 18px;
	line-height: 25px;
    font-family: 'Montserrat', sans-serif;
    color: #545454;
}

.box-panel {
	background-color: #ffffff;
	box-shadow: 0 0 12px rgba(0,0,0,.1);
	padding: 40px 30px;
	position: relative;
} 
.box-panel-a {
	background-color: #ffffff;
	box-shadow: 0 0 12px rgba(0,0,0,.1);
	position: relative;
} 
.box-inpanel-a {
	padding: 30px;
}
.box-panel+.box-panel-a,
.box-panel+.box-panel {
	margin-top: 30px;
}
.list-arrows > li {
	padding-left: 40px;
}

.list-with-icon > li {
	padding-left: 45px;
}

.list-account > li {
	font-weight: 400;
    font-size: 15px;
	line-height: 25px;
    font-family: 'Montserrat', sans-serif;
    color: #545454;
	position: relative;
	
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #bfbfbf;
}
.list-account > li:last-child {
	border-bottom: none;
}
.list-arrows > li:before {
	content: '';	
	
	border: solid #f8a021;
    border-width: 0 2px 2px 0;
    padding: 4px;
	position: absolute;
	top: 8px;
	left: 15px;
	
	display: inline-block;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	
	transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
	
}
.list-account > li a {
	color: #f8a021;
}
.list-account > li a.text-underline {
	text-decoration: underline;
}

.account-icons {
	width: 30px;
	height: 25px;
	display: block;
	line-height: 25px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}
.account-icons img {
	max-height: 25px;
	vertical-align: middle;
	display: inline-table;
}

/** **/
.list-banner > li {
	font-weight: 400;
    font-size: 22px;
	line-height: 31px;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
	
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
}
.list-banner > li:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	left: 8px;
	top: 8px;
	background-color: #f26100;
	border-radius: 50%;
}

/** **/
.members-box {
	border: 1px solid #dedede;
	background-color: #fcfcfc;
	padding: 5px 7px;
    margin: 0 auto 30px;
    height: 254px;
}
.members-figure {
	width: 130px;
	height: 130px;
	display: block;
	border-radius: 50%;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
.members-figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.members-head {
	font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
    color: #12a2b2;
}
.members-text {
	font-weight: 600;
    font-size: 14px;
   /* line-height: 25px; */
    font-family: 'Montserrat', sans-serif;
    color: #545454;
}
.members-shad {
	display: table;
	margin: 15px auto;
}
.members-btn .btn.btn-a {
	font-size: 15px;
	line-height: 25px;
	padding: 7px 25px;
}



/** **/
.subnav-section {
	margin-top: -22.5px;
	position: relative;
	z-index: 10;
}
.sub-navigate {
	display: table;
	background-color: #efeff0;
	width: 100%;
}
.sub-navigate > li {
	display: table-cell;
	text-align: center;
}
.sub-navigate > li > a {
	font-weight: 600;
    font-size: 15px;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
	color: #545454;
	padding: 15px;
	display: block;
	text-decoration: none;
}
.sub-navigate > li > a:hover {
	color: #f26100;
}
.sub-navigate > li.see-active a {
	background-color: #9C9C9C;
	color: #ffffff;
}

.sub-navigate > li > img {
	padding: 20px 0px 0px 15px;
	display: block;
	text-decoration: none;
    height: 50px;
}

.other-emp {
	background-color: #efeff1;
}



/* Accordian */
.panel-group .panel {
    border-radius: 0;
    border: none;
	box-shadow: 0 1px 1px #c9c9c9;
	background-color: transparent;
}
.panel-default .panel-title {
	font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
    color: #12a2b2;
}
.panel-default .panel-title a {
	text-decoration: none;
}
.panel-default>.panel-heading {
	padding: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
}

.panel-default>.panel-heading a {
	display: block;
	padding: 15px 15px 15px 45px;
	position: relative;
}

.panel-default>.panel-heading a:after {
	content: "";
	position: absolute;
	top: 21px;
	left: 12px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: transform .25s linear;
	-webkit-transition: -webkit-transform .25s linear;
	color: #f8a021;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
  /*background-color: #eee;*/
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
	content: "\2212";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
	content: "\002b";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
}
.panel-default .panel-body {
	font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
    color: #454545;
	padding: 0 15px 20px 45px;
}
/** **/

.jobs-projects {
	background-color: #f8f8fa;
}
.professionals-box {
	border: 1px solid #dedede;
	background-color: #fcfcfc;
	padding: 30px 20px;
	margin-bottom: 30px;
	min-height: 280px;
}

.professionals-figure {
    width: 110px;
    height: 110px;
    display: table;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 15px;
}
.right-professionals {
	padding-left: 20px;
}
.professionals-head {
	font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
    color: #12a2b2;
}
.professionals-head a {
	color: #12a2b2;
	text-decoration: none;
}
.professionals-price {
	font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
    color: #545454;
}
.professionals-content {
	font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #545454;
}
.pro-shad {
	padding: 15px 0;
}
.professionals-exp {
	font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #545454;
}
.btn.btn-professionals {
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	font-family: 'Montserrat', sans-serif;
	z-index: 0;
	position: relative;
	padding: 6px 15px;
	text-align: center;
	background-color: #dedede;
	color: #545454;
	border: 0;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 5px;
}
.btn.btn-professionals:hover {
	color: #ffffff;
	background-color: #f26100;
}

.star-box {
/*	background-image: url('../images/star-blank.png');
	background-repeat: no-repeat;*/
/*	width: 108px; */
	height: 19px;
	display: block;
}
.star-range {
	/* background-image: url('../images/star-fill.png');
	background-repeat: no-repeat; */
	height: 100%;
	display: block;
}


/** **/
body.nav-expanded {
	margin-left: 0em;
	transition: right 0.4s ease-in-out 0s;
	-webkit-transition: right 0.4s ease-in-out 0s;
	-moz-transition: right 0.4s ease-in-out 0s;
	-o-transition: right 0.4s ease-in-out 0s;
	
}
body.nav-expanded .closehidden {
	content: '';
	background-color: rgba(255,255,255,.8);
	height: 100%;
	width: 100%;
	display: inline-block;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	z-index: 1000;
	cursor: pointer;
}
.nav-expanded nav {
	right: 0;
}
.nav-expanded a.nav-expander.fixed {
	right: 14em;
}
a.nav-expander {
	color: #FFFFFF;
	display: block;
	margin-right: 0;
	padding: 15px;
	position: fixed;
	right: 0;
	text-decoration: none;
	text-transform: uppercase;
	top: 0;
	z-index: 1000;

	transition: right 0.3s ease-in-out 0s;
	-webkit-transition: right 0.3s ease-in-out 0s;
	-moz-transition: right 0.3s ease-in-out 0s;
	-o-transition: right 0.3s ease-in-out 0s;
}

#nav-close {
	color: #f8a021;
	font-size: 40px;
	padding: 0;
	text-align: center;
	line-height: 30px;
	display: inline-block;
	position: absolute;
	top: 0px;
	z-index: 10;
	left: 5px;
	text-decoration: none;
}

.navbar-wrapper {
	background: #ffffff;
	display: block;
	height: 100%;
	overflow: auto;
	position: fixed;
	right: -22em;
	font-size: 15px;
	top: 0;
	width: 22em;
	z-index: 1000;
	
	box-shadow: 0 0 15px rgba(0,0,0,.15);

	transition: right 0.3s ease-in-out 0s;
	-webkit-transition: right 0.3s ease-in-out 0s;
	-moz-transition: right 0.3s ease-in-out 0s;
	-o-transition: right 0.3s ease-in-out 0s;
}

.navbox-wrapper {
    height: 100%;
    position: relative;
    padding: 20px 15px;
}

.main-menu {
	padding-top: 15px;
}
.main-menu > li {
	text-align: left;
	border-bottom: 1px dashed #959595;
	padding-left: 10px;
	position: relative;
}
.main-menu > li:last-child {
	border-bottom: none;
}
.main-menu > li >a {
	font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
    color: #12a2b2;
	text-decoration: none;
	display: block;
	position: relative;
	padding: 10px 15px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	
}
.main-menu > li.active >a,
.main-menu > li >a:hover {
	color: #f8a021;
}

.main-menu > li:last-child >a {
	border-bottom: none;
}


.main-menu > li:before {
	content: '';	
	
	border: solid #f8a021;
    border-width: 0 2px 2px 0;
    padding: 4px;
	position: absolute;
	top: 17.5px;
	left: 5px;
	
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	
	transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
	
}

.main-menu li .sub-nav {
	border-bottom: 0px;
	padding: 4px;
}
.overlayout {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.66);
	z-index: 999;
	display: none;
	cursor: pointer;
}
.nav-expanded .overlayout {
	display: block;
}


.btn-b.view-mapbtn {
	font-size: 14px;
	line-height: 20px;
	padding: 5px 15px;
	margin-left: 10px;
}


/** **/
.folio-box {
	position: relative;
	height: 243px;
	background-color: #d0d0d0;
}
.folio-box .folio-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.folio-caps {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	opacity: 0;
	text-align: center;
}
.folio-box:hover .folio-caps{
	opacity: 1;
}
a.folio-circle {
	display: block;
	width: 65px;
	height: 65px;
	line-height: 64px;
	text-align: center;
	background-color: rgba(248,160,33,.77);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-decoration: none;
}
a.folio-circle:hover {
	background-color: rgba(248,160,33,1);
}
a.folio-circle img {
	display: inline-table;
	vertical-align: middle;
}
a.folio-circle+a.folio-circle {
	margin-left: 15px;
}

button.close {
    color: #12a2b2;
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 30px;
    line-height: 1;
    z-index: 999;
	opacity: 1;
}
.modal-wrapper {
    padding: 40px 50px;
    position: relative;
}
.modal-wrapper-a {
    padding: 30px 15px 15px;
    position: relative;
}

.maximum-text {
	font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    font-family: 'Montserrat', sans-serif;
    color: #696969;
}

.btn.btn-cancel {
	font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
    color: #383838;
	text-decoration: underline;
}	


/** **/
#custom-button {
	font-weight: 600;
	font-size: 16px;
	line-height: 25px;
	font-family: 'Montserrat', sans-serif;
	color: #33a9b8;
	box-shadow: none;
	height: 47px;
	border-radius: 25px;
	padding: 6px 20px;
	background-color: #ffffff;
	border: 1px solid #b7b7b7;
	cursor: pointer;
	width: 100%;
}

#custom-button:hover {
	background-color: #f8a021;
	border: 1px solid #f8a021;
	color: #ffffff;
}

#custom-text {
	font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
    color: #696969;
}

.add-form .form-group {
	margin-bottom: 20px;
}

/** **/
.location-map iframe {
	width: 100%;
}

.btn-a.cyan-bg {
	background-color: #12a2b2;
}
.hearts i {
	margin-left: 7px;
	font-size: 18px;
	vertical-align: middle;
}

/** **/
.list-availables > li {
	padding: 30px 0;
	border-bottom: 1px solid #bfbfbf;
}
.list-availables > li:last-child {
	border: none;
}

.availables-left,
.availables-right {
	float: left;
}

.availables-left {
	width: 100px;
	height: 100px;
	line-height: 98px;
	text-align: center;
	background-color: #eeeeee;
	overflow: hidden;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-right: 15px;
}
.availables-right {
	padding-left: 15px;
}
.avail-head-a {
	font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
    color: #12a2b2;
}
.avail-head-a1 {
	font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
    color: #12a2b2;
}
.avail-head-b1 {
	font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
    color: #12a2b2;
}
.avail-head-a2 {
	font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
    color: #383838;
}

.list-dart > li {
	font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
    color: #383838;
	
	position: relative;
	padding-left: 20px;
	background-image: url('../images/left-arrow.png');
	background-position: 0 5px;
	background-repeat: no-repeat;
	margin-right: 10px;
}
.list-dart > li strong {
	font-weight: 600;
}

.list-service-area > li {
	font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
    color: #383838;
	position: relative;
	padding-left: 0px;
    border-right: solid 1px black;
	/*background-image: url('../images/left-arrow.png');*/
	background-position: 0 1px;
	background-repeat: no-repeat;
	margin-right: 5px;
}
.list-service-area > li strong {
	font-weight: 600;
}
.list-service-area > li:last-child{
	border-right: none;
}
.list-service-area > li:first-child{
	border-right: none;
}

.available-tbd {
	width: 72px;
	height: 75px;
	line-height: 70px;
	background-color: #f5f5f5;
	border: 1px solid #d6d6d6;
	border-radius: 7px;
	text-align: center;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.available-tbd-a > img,
.available-tbd > img {
	max-height: 70px;
	vertical-align: middle;
	display: inline-table;
}

/** **/
.checkbox.inline-check {
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.btn.btn-clear {
	font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
    color: #f8a021;
	text-decoration: underline;
}	
.star-srch {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	position: relative;
	top: -.15em;
}
.available-tbd-a {
	padding-left: 15px;
	padding-right: 15px;
	min-width: 190px;
	height: 75px;
	line-height: 70px;
	border: 1px solid #d6d6d6;
	border-radius: 7px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.avail-exp {
	font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
    color: #383838;
	display: inline-table;
	vertical-align: middle;
}
.avail-exp strong {
	font-weight: 600;
	color: #12a2b2;
}
.available-tbd:last-child {
	margin-right: 0;
}
.available-tbd-a.bg-gray {
	background-color: #f5f5f5;
}

.buttons-srch {
	text-align: right;
}
.buttons-srch .btn-a {
	font-size: 12px;
	line-height: 25px;
	padding: 5px 20px;
	min-width: 95px;
}

.box-panel-head {
	padding: 10px 15px;
	background-color: #12a2b2;
	min-height: 66px;
}

.newest-heads {
	font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
}
.sort-inputs {
	display: table;
	margin-left: auto;
}
.sort-inputs .form-control.select-a {
	height: 40px;
}

/** **/
.favourites-table {
	background-color: #ffffff;
	box-shadow: 0 0 12px rgba(0,0,0,.1);
	margin-top: 30px;
}
.favourites-table-head {
	font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
	background-color: #12a2b2;
	padding: 20px 45px;
}
.favourites-table-body {
	padding-left: 15px;
	padding-right: 15px;
}
.favourites-table-body .favourites-table-rows:last-child {
	border-bottom: none;
}
.favourites-table-rows {
	border-bottom: 1px solid #bfbfbf;
	padding: 20px 30px;
}
.fav-coxes-figure {
	width: 55px;
	height: 55px;
	display: block;
	overflow: hidden;
}
.fav-coxes-content {
	font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
    color: #12a2b2;
	padding-left: 15px;
}

.coxes-figer {
	width: 45px;
	height: 45px;
	line-height: 44px;
	float: left;
	text-align: center;
	margin-left: 15px;
}
.coxes-figer img {
	max-height: 45px;
	display: inline-table;
	vertical-align: middle;
}
.coxes-figline .coxes-figer:first-child {
	margin-left: 0;
}

.coxes-action i{
	font-size: 24px;
	color: #f8a021;
}

/** **/
.fav-box {
	background-color: #ffffff;
	box-shadow: 0 0 12px rgba(0,0,0,.1);
	margin-top: 30px;
}
.table.tablefav {
	margin: 0;
}
.table.tablefav > thead {
	border-right: 15px solid #12a2b2;
	border-left: 15px solid #12a2b2;
}
.table.tablefav > tbody {
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
}
.table.tablefav > thead > tr > th,
.table.tablefav > tbody > tr > td {	
	vertical-align: middle;
}
.table.tablefav > thead > tr > th {
	border-top: 0;
	border-bottom: 0;
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
	background-color: #12a2b2;
	padding: 15px;
	
}
.table.tablefav > tbody > tr > td {
	padding: 15px;
	border-color: #bfbfbf;
}
.table > tbody > tr:first-child td{
	border-top: none;
}

.search-group {
	position: relative;
}
.search-been {
	position: absolute;
	height: 100%;
	right: 10px;
	top: 0;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	border: 0;
	color: #13a2b2;
	font-size: 20px;
}
.search-group .form-control.input-a {
	padding-right: 50px;
}

/** **/
.settings-tabs {
	margin-bottom: 15px;
}
.list-setting-tabs04 {
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.list-setting-tabs04 > li{
	float: left;
	margin-left: 2px;
}
.list-setting-tabs04 > li:first-child a {
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}
.list-setting-tabs04 > li:last-child a {
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}
.list-setting-tabs04 > li > a {
	font-weight: 600;
	font-size: 16px;
	line-height: 25px;
	font-family: 'Montserrat', sans-serif;	
	color: #ffffff;
	background-color: #13a2b2;
	float: left;
	text-transform: uppercase;
	padding: 10px 30px;
	display: block;
	text-decoration: none;
	min-width: 185px;
	text-align: center;
}

.list-setting-tabs04 > li.active > a,
.list-setting-tabs04 > li > a:hover {
	background-color: #f8a022;
	color: #ffffff;
}

.list-setting-02 > li {
	padding-bottom: 30px;
	margin-bottom: 30px;
}


.buttons-srch-a .btn-a {
	font-size: 12px;
	line-height: 20px;
	padding: 5px 15px;
	min-width: 95px;
}
.ptitle {
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	font-family: 'Montserrat', sans-serif;
	color: #12a2b2;
	position: relative;
	padding-left: 20px;
	background-image: url('../images/left-arrow.png');
	background-position: 0 2.5px;
	background-repeat: no-repeat;
	margin-right: 10px;
}

.select-a.event {
	height: 40px;
}

.chosse-project-right {
	padding-left: 15px;
}

.view-mess-text {
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	font-family: 'Montserrat', sans-serif;
	color: #383838;
}
.view-mess-text i {
	font-size: 22px;
	color: #12a2b2;
	margin-right: 10px;
}
.view-links {
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	font-family: 'Montserrat', sans-serif;
	color: #f8a021;
	text-align: right;
}
.view-links a {
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	font-family: 'Montserrat', sans-serif;
	color: #f8a021;
}

/** **/
.list-messges-read > li {
    padding: 15px 0;
    border-bottom: 1px solid #bfbfbf;
}

.chat-wleft {
    width: 53px;
    height: 53px;
    line-height: 50px;
    text-align: center;
    background-color: #eeeeee;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 15px;
	flex: 0 0 auto;
}

.chat-head-a {
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	font-family: 'Montserrat', sans-serif;
	color: #12a2b2;
}
.chat-text {
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	font-family: 'Montserrat', sans-serif;
	color: #383838;
}
.chat-date {
	font-weight: 600;
	font-size: 12px;
	line-height: 20px;
	font-family: 'Montserrat', sans-serif;
	color: #12a2b2;
}

/** **/
.message-field-box {
	border: 1px solid #b7b7b7;
	padding: 10px;
	border-radius: 7px;
	margin-top: 15px;
}
.message-field-box-a {
	border: 1px solid #b7b7b7;
	padding: 10px;
	border-radius: 7px;
}
.form-control.message-input {
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	font-family: 'Montserrat', sans-serif;	
	color: #a4a4a4;
	box-shadow: none;
	background-color: #ffffff;
	border: none;
	padding: 7px;
	resize: none;
	min-height: 151px;
}


.message-field-caps {
	border-top: 1px solid #a4a4a4;
	padding-top: 10px;
}
.message-field-caps a{
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	font-family: 'Montserrat', sans-serif;	
	color: #606060;
	text-decoration: none;
}
.message-field-caps a:hover {
	color: #12a2b2;
}
.message-field-caps i {
	margin-right: 5px;
	font-size: 20px;
	color: #12a2b2;
}

a.delete-anchor,
a.delete-anchor-a {
	width: 40px;
	height: 40px;
	line-height: 38px;
	background-color: #12a2b2;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
	
}
a.delete-anchor {
	margin-left: 10px;
}
a.delete-anchor img,
a.delete-anchor-a img {
	max-height: 20px;
	display: inline-table;
	vertical-align: middle;
}
a.delete-anchor:hover,
a.delete-anchor-a:hover {
	background-color: #f8a021;
}

.chat-text.chat-oranges {
	color: #f8a021;
}

.model-message-body {
	padding-left: 15px;
	padding-right: 15px;
}

.end-discus {
	font-weight: 600;
	font-size: 12px;
	line-height: 20px;
	font-family: 'Montserrat', sans-serif;	
	color: #12a2b2;
	display: table;
	margin-left: auto;
	
}
.end-discus a {
	text-decoration: none;
	color: #12a2b2;
}
/** **/
.overview-box {
	max-width: 270px;
	padding: 15px;
	background-color: #fcfcfc;
	margin-bottom: 30px;
}
.overview-figure {
	height: 125px;
	line-height: 123px;
	text-align: center;
	position: relative;
}
.overview-figure > img {
	max-height: 123px;
	display: inline-table;
	vertical-align: middle;
}
.overview-head {
	font-weight: 600;
	font-size: 14px;
	line-height: 25px;
	font-family: 'Montserrat', sans-serif;	
	color: #545454;
	min-height: 50px;
}

/** **/
.recent-bg {
	background-color: #fcfcfc;
}
.list-recent-a > li {
	background-color: #ffffff;
	box-shadow: 0 2px 5px rgba(0,0,0,.09);
	padding: 15px 20px;
	margin-bottom: 7px;
}
.list-recent-a > li .row {
	margin-left: -5px;
	margin-right: -5px;
}
.list-recent-a > li .row > [class*="col-md"] {
	padding-left: 5px;
	padding-right: 5px;
}
.recent-head-a {
	font-weight: 500;
	font-size: 16px;
	line-height: 25px;
	font-family: 'Montserrat', sans-serif;	
	color: #12a2b2;
}
.recent-text-a {
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	font-family: 'Montserrat', sans-serif;	
	color: #545454;
}
.recent-buttuns-a {
	text-align: right;
}
.recent-buttuns-a .btn-a {
	font-size: 14px;
	line-height: 25px;
	padding: 7px 20px;
}


.list-recent-alert > li {
	background-color: #ffffff;
    border: 1px solid #ff0000;
	padding: 7px 20px;
	margin-bottom: 7px;
}
.list-recent-alert > li .row {
	margin-left: -5px;
	margin-right: -5px;
}
.list-recent-alert > li .row > [class*="col-md"] {
	padding-left: 5px;
	padding-right: 5px;
}
.recent-head-alert {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Montserrat', sans-serif;	
	color: #ff0000;
}

.recent-buttuns-alert {
	text-align: right;
}
.recent-buttuns-alert .btn-a {
	font-size: 12px;
	line-height: 20px;
	padding: 7px 20px;
}



/** **/
.experience-box {
	border: 1px solid #dedede;
	padding: 25px 25px 30px;
	background-color: #fcfcfc;
	position: relative;
}
.exper-head-a {
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	font-family: 'Montserrat', sans-serif;	
	color: #12a2b2;
}
.exper-text-a {
	font-weight: 600;
	font-size: 16px;
	line-height: 25px;
	font-family: 'Montserrat', sans-serif;	
	color: #545454;
}
.exper-date {
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	font-family: 'Montserrat', sans-serif;	
	color: #545454;
}
.exper-text-b {
	font-weight: 300;
	font-size: 14px;
	line-height: 25px;
	font-family: 'Montserrat', sans-serif;	
	color: #545454;
	padding-right: 30px;
	min-height: 50px;
}

.dele-buttons {
	position: absolute;
	right: 7px;
	bottom: 7px;
}

.avhire-cell {
	font-weight: 600;
	font-size: 19px;
	line-height: 25px;
	font-family: 'Montserrat', sans-serif;	
	color: #f8a021;
}

.avhire-text, 
.avhire-cell {
	display: inline-block;
	vertical-align: middle;
}


/** **/
.toggle-switch {
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.toggle-switch input[type=checkbox] {
	display:none;
}
.toggle-switch label {
	cursor:pointer;
}
.toggle-switch label .toggle-track {
	display:block;
	height: 34px;
	width: 75px;
	background:#f8a021;
	border-radius:20px;
	position:relative;
	transition: background .2s ease-in;
}

.toggle-switch .toggle-track:before{
	content:'';
	display:inline-block;
	height: 28px;
	width: 28px;
	background: #ffffff;
	border-radius: 20px;
	position:absolute;
	top:3px;
	right:4px;
	transition: right .2s ease-in;
	box-shadow: 0 0 5px rgba(0,0,0,.35);
}
.toggle-switch input[type="checkbox"]:checked + label .toggle-track {
	background: #12a2b2;
}
.toggle-switch input[type="checkbox"]:checked + label .toggle-track:before{
	right:43px;
}

.btn-a.red-bg {
	background-color: #c21818;
}

.like-icons {
	font-size: 20px;
	color: #f8a021;
}

/** **/
.list-notified-read > li {
    padding: 15px 0 15px 50px;
    border-bottom: 1px solid #bfbfbf;
	position: relative;
}
.list-notified-read > li:last-child {
	border: none;
}
.notificate-wleft {
    width: 60px;
    height: 60px;
    line-height: 58px;
    text-align: center;
    background-color: #eeeeee;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 15px;
    flex: 0 0 auto;
}
a.noti-close {
	position: absolute;
	left: 15px;
	top: 30px;
	color: #8e8e8e;
	text-decoration: none;
}
a.noti-close:hover {
	color: #f8a022;
}
a.noti-close i {
	font-size: 20px;
}
.notificate-text strong {
	font-weight: 600;
	font-size: 14px;
	color: #12a2b2;
}
.notificate-text {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
    color: #383838;
}
.notificate-date {
	font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
    color: #545454;
}

.start-date .radio {
	display: inline-block;
	margin-right: 30px;
}


/** **/
.project-detail-box {
	background-color: #ffffff;
	box-shadow: 0 0 12px rgba(0,0,0,.1);
	position: relative;
} 

.pd-full {
	background-color: #fafafa;
	height: 100%;
	padding: 50px 30px;
}
.ject-figure {
	width: 75px;
	margin-right: 15px;
}

.ject-img {
	width: 73px;
	height: 73px;
	text-align: center;
	background-color: #eeeeee;
	overflow: hidden;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.ject-head {
	font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
    color: #12a2b2;
}

.text-a.ject-text strong {
	font-weight: 600;
	color: #f8a021;
}

.ject-buttons .btn-a {
	font-size: 14px;
	line-height: 25px;
	padding: 7px 15px;
}

.pd-full-a {
	background-color: #ffffff;
	height: 100%;
	padding: 30px;
}

.list-ject > li {
	float: left;
	width: 50%;
	margin-right: -1px;
	margin-bottom: -1px;
}
.ject-pro-box {
	border: 1px solid #bfbfbf;
	padding: 30px;
	min-height: 149px;
}
.ject-pro-inbox h4 {
	font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
    color: #12a2b2;
}

/** ***/
.list-notified-x1 > li {
    padding: 10px 25px 10px 15px;
    border-bottom: 1px solid #bfbfbf;
	position: relative;
}
.list-notified-x1 > li:last-child {
	border: none;
}
.strongs {
	font-weight: 600;
}
.list-notified-x1 > li .notificate-text {
	white-space: normal;
	font-size: 14px;
}

.dropdown-menu.right-auto {
	right: 0;
	left: auto;
}
.list-notified-x1 .chat-wright {
	min-width: 250px;
}
.list-notified-x1 .chat-wrbox{
	position: relative;
}
.noti-close-a {
	position: absolute;
	right: -10px;
	top: 8px;
	color: #8e8e8e;
	text-decoration: none;
	cursor: pointer;
}
.noti-close-a:hover {
	color: #f8a022;
}
.noti-close-a i {
	font-size: 20px;
}
/* STAR RATING*/
.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
}
.rating > a {
  display: inline-block;
  position: relative;
  width: 1.1em;
    color: #f8a021;
    font-size: 17px;
}
.rating > a:hover:before{
   content: "\2605";
    color: #f8a021;
   position: absolute;
}
.rating > a:hover ~ a:before {
   content: "\2605";
    color: #f8a021;
   position: absolute;
}


/* Rating Star Widgets Style */
.rating-stars ul {
  list-style-type:none;
  padding:0;
  
  -moz-user-select:none;
  -webkit-user-select:none;
}
.rating-stars ul > li.star {
  display:inline-block;
  
}

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
  font-size:2em; /* Change the size of the stars */
  color:#ccc; /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
  color:#FFCC36;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
  color:#FF912C;
}


/*** ***/

.icon-browse,
.icon-post,
.icon-search {
	width: 1.5em;
	height: 1.5em;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	position: relative;
	margin-right: 10px;
	position: relative;
	top: 3px;
}
.icon-browse {
	background-image: url('../images/browse_profiles_icon.png');
}	
.icon-post {
	background-image: url('../images/post_projects.png');
}	
.icon-search {
	background-image: url('../images/search_projects.png');
}	

.input-message {
	position: relative;
	cursor: pointer;
	overflow: hidden;
	display: table;
}
.input-message .input-file {
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	height: 100%;
	margin: 0;
	padding: 0;
	display: block;
	cursor: pointer;
	width: 100%;
}

.file-show {
	margin-left: 15px;
	font-size: 13px;
}

/** language work **/
.flag-subhead-a {
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
}

.flag-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.flag-list > li {
	-ms-flex-preferred-size: 25%;
	-webkit-flex-basis: 25%;
	flex-basis: 25%;
	width: 25%;
	max-width: 25%;
	
	padding: 15px 5px 0 5px;
}

.flag-list > li .flag-link {
	display: block;
	width: 100%;
	text-align: left;
	outline: 0;
	background: 0;
	border: 0;
	padding: 12px 15px;
	border-radius: 2px;
	color: #333;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

.flag-list > li .flag-link:hover {
	background: #f5f5f5;
	
}
.flag-list > li .flag-link:focus {
	background: #e4f4ff;
}

.flag-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.flag-icon {
	margin-right: 16px;
	-ms-flex-negative: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.flag-icon-small {
	position: relative;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	background-color: #333;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
}

.flag-icon-small img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	background-color: #bdbdbd;
}

.flag-content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}

/** ES **/
.btn-flag .flag-icon {
    margin: 0;
}


/** **/
.btn-flag {
	border: 0;
	display: inline-block;
	vertical-align: middle;
	outline: 0;
}

/** **/
.add-banner {
	/*position: relative;
	left: 35%;*/
	display: table;
	margin: auto;
    background-color: #f8a021;
    padding: 10px 10px;
    border-radius: 4%;
}
.banner-edit-group {
	position: relative;
}
.banner-edit-group input[type="file"] {
	position: absolute;
	z-index: -1;
	top: -3px;
	left: 20px;
	font-size: 14px;
	color: #fff;
	opacity: 0;
}
.new-button {
	font-weight: 600;
	font-size: 15px;
	line-height: 25px;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
    display: inline-block;
    padding: 8px 12px; 
    cursor: pointer;
    border-radius: 5px;
    background-color: #f8a021;
}

.quick-figpick {
	display: table;
	margin: auto;
}

.dark-bg {
	position: relative;
}
.dark-bg:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3);
}

/** **/
.client-list {
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.client-list > li {
	float: left;
	margin-right: 30px;
}
.client-list > li:last-child {
	margin-right: 0;
}

.client-figure {
	width: 250px;
	height: 100px;
	line-height: 95px;
	text-align: center;
}
.client-figure img {
	max-height: 95px;
	display: inline-table;
	vertical-align: middle;
}


/*=== Read more==*/
.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
    display: none;
}

.addReadMore.showmorecontent .readMore {
    display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
    font-weight: bold;
    margin-left: 2px;
    color: #f8a021;
    cursor: pointer;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
    display: block;
}

.alert-info {
    color: #ffffff;
    background-color: #f8a021 !important;
    border-color: #f8a021;
}

.readMore {
    font-weight: bold;
    margin-left: 2px;
    color: #f8a021;
    cursor: pointer;
}



@media (min-width: 992px) { 
	.visible-mobile {
		display: none;
	}
   
}

.inbox-flex {
    flex: 1;
    text-align: center;
}

.progress {
    height: 20px  !important;
    margin-bottom: 20px  !important;
    overflow: hidden  !important;
    background-color: #f26100  !important;
    border-radius: 4px  !important;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1)  !important;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1) !important;
}

.progress-bar {
    height: 100% !important;
    font-size: 10px  !important;
    line-height: 20px  !important;
    color: #fff  !important;
    text-align: center  !important;
    background-color: #12a2b2  !important;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}