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

* {
	word-wrap:break-word
}
html {
	font-size:14px;
	height:100%
}
.align-center {
	align-items: center;
    justify-content: center;
}
/* SOCIAL ICONS */
.social-icons .fa, .social-icons .zmdi {
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.icons-A .fa, .icons-A .zmdi {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	background-color:#29aae3;
	color:#fff;
}
.social-icons.icon-circle .zmdi {
	border-radius: 50%;
}
.social-icons .zmdi:hover, .social-icons .zmdi:active {
	color: #FFF;
}
.social-icons.icon-zoom .fa:hover, .social-icons.icon-zoom .fa:active {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.social-icons.icon-rotate .fa:hover, .social-icons.icon-rotate .fa:active {
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
	transform: scale(1.1) rotate(360deg);
}
.social-icons li a:hover > .zmdi-facebook, .social-icons li a:hover > .zmdi-facebook-box {
	background-color:#3C599F;
	border-color:#3C599F
}
.social-icons li a:hover > .zmdi-pinterest, .social-icons li a:hover > .zmdi-pinterest-box {
	background-color:#CC2127;
	border-color:#CC2127
}
.social-icons li a:hover > .zmdi-twitter, .social-icons .zmdi-twitter-box {
	background-color:#32CCFE;
	border-color:#32CCFE
}
.social-icons li a:hover > .zmdi-linkedin, .social-icons li a:hover > .zmdi-linkedin-box {
	background-color:#007ab5;
	border-color:#007ab5;
}
.social-icons li a:hover > .zmdi-google-plus, .social-icons li a:hover > .zmdi-google-plus-box {
	background-color:#CF3D2E;
	border-color:#CF3D2E
}
.social-icons li a:hover > .zmdi-youtube, .social-icons li a:hover > .zmdi-youtube-play, .social-icons li a:hover > .zmdi-youtube-box {
	background-color:#C52F30;
	border-color:#C52F30
}
.social-icons li a:hover > .zmdi-dribbble {
	background-color:#e74b87;
}
.social-icons li a:hover > .zmdi-rss {
	background-color:#ef802e;
}
.social-icons li a:hover > .zmdi-instagram {
	background-color:#A1755C;
}
.social-icons {
	overflow:hidden;
}
.icons-A {
	margin:10px 0 0;
}
.icons-A li a {
	display:block;
	text-align:center
}
.icons-A li {
	display:inline-block;
	padding: 3px;
}
icons-A li+li {
	border-left:1px solid #666;
}
/* */



.language {
	margin-top: 4px
}
.language .dropdown-menu > li > a {
	cursor: pointer;
	padding:0 6px
}
#srch_txt {
	max-width: 120px;
	display: inline-flex;
	overflow: hidden;
}
.shadow_1 {
	box-shadow:0 2px 8px rgba(0, 0, 0, 0.1);
}
.bootstrap-datetimepicker-widget.dropdown-menu {
	border:none !important;
	padding:0 !important
}
.pricing-table {
	list-style: none;
	margin-bottom: 30px;
	padding: 0;
	display: table;
	width: 100%;
}
.pricing-table > .price {
	list-style: none;
	padding: 0;
	margin: 0;
	display: table-cell;
	background: #f4f4f4;
	/*border: 1px solid transparent;*/

    border-left-width: 0;
	text-align: center;
	font-size: 14px;
	width: 20%;
	vertical-align: middle;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
	border-bottom: 5px solid #fff;
	transition: 0.3s all ease-in-out;
}
.pricing-table > .price:first-child {
	border-left-width: 1px;
}
.price {
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 0;
	overflow: auto;
	padding: 0;
}
.pricing-table > .price .name {
	background-color:#f0f0f0;
	color:#fff;
	line-height: 50px;
	padding:50px 10px;
	min-height:176px;
}
.p_table > .price .name {
	color: #fff;
	line-height: 25px;
	padding:25px 10px;
	min-height:120px;
}
.pricing-table > .price .name h2 {
	text-transform: uppercase;
	font-weight:700;
	font-size:30px;
	margin:10px 0 0;
}
.pricing-table > .price .name h4 {
	font-style:italic;
	font-weight:400;
	margin:0;
}
.pricing-table > .price .name h4 span {
	font-size: 30px;
	font-weight: 700;
}
 .pricing-table > .price > ul li:nth-child(1n) {
 background: #fff;
}
 .pricing-table > .price > ul li:nth-child(2n) {
 background: #e5e5e5;
}
.pricing-table > .price > ul li {
	padding: 0 15px;
	line-height: 50px;
	height: 50px;
	font-size:16px
}
.pricing-table > .price > ul li:last-child {
	border-bottom-width: 0;
}
.pricing-table > .price > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #01090C;
}
.autoH .pricing-table > .price:hover {
	position: relative;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
	transform: scale(1.1);
	z-index: 10;
}
.pricing-table > .price:first-child:hover {
	box-shadow: none;
	transform: scale(1);
}
.free .zmdi-close {
	color:#f04e4e;
}
.silver .zmdi-check {
	color:#00aae2;
}
.gold .zmdi-check {
	color:#cc9900;
}
.platinum .zmdi-check {
	color:#fc7e66;
}
/*.unfold > .btn {

	border-top-left-radius:50%;

	border-bottom-left-radius:50%;

	height:40px;

    line-height: 1.9;

}

.unfold > button {

	background-color:#00d065;

    padding: 10px 15px;

}

.unfold .btn .zmdi {

	font-size:20px;

	line-height:20px;

}*/



.thin-line {
	height: 1px;
	margin-left: 0;
	width: 100px;
}
.facts {
	text-align:center;
	text-transform:uppercase;
	margin-top:50px
}
.projects {
	background-color:#29aae3;
	background-image: url(../images/facts.jpg);
	background-attachment:fixed;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	color:#fff;
	position:relative;
	min-height:400px;
}
.projects .subtitle {
	font-size:16px;
	line-height:24px;
	max-width:800px;
	margin:10px auto;
	position:relative
}
.facts h2 {
	font-size:40px;
	font-weight:700;
}
ul.diamondShape-icon {
	margin-bottom:0;
}
ul.diamondShape-icon li {
	display: inline-block;
}
ul.diamondShape-icon li a {
	color:#fff;
	display: block;
}
ul.diamondShape-icon .zmdi {
	border-radius:50%;
	color:#fff;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 22px;
}
ul.diamondShape-icon li a:hover .zmdi {
	color:#fff;
}
ul.list-style li {
	padding:4px 0;
	border-top:1px solid #3f3f3f;
	border-bottom:1px solid #3f3f3f;
	margin-bottom: -1px;
	padding-left:20px;
	position:relative
}
ul.list-style li:before {
	content:'\f105';
	font-family: 'FontAwesome';
	position:absolute;
	left:0;
}
ul.list-style li:first-child {
	border-top:none
}
ul.list-style li:last-child {
	border-bottom:none
}
ul.twitter-widget li {
	padding: 15px 0;
	border-top:1px solid #3f3f3f;
}
ul.twitter-widget li:first-child {
	border:none;
}
ul.twitter-widget li span {
	display:table-cell;
}
ul.twitter-widget li .fa {
	min-width:28px;
	font-size:18px;
	display:table-cell;
}
.left_sidebar .btn-group {
	flex-flow: row wrap;
}
.sidebar-widget .btn-default:active, .sidebar-widget .btn-default.active, .sidebar-widget .open > .dropdown-toggle.btn-default {
	background-color:#fff;
	border-color:transparent
}
.left_sidebar .dropdown-menu {
	border-radius: 0;
	box-shadow: none;
	max-height: 300px !important;
	padding: 0;
	overflow-y:auto
}
.left_sidebar ul.list-group {
	background-color:#fff;
	margin:0;
	width: 100%;
}
.left_sidebar ul.list-group li {
	position: relative;
}
.left_sidebar ul.list-group li:last-of-type {
	border-bottom: none;
}
/*.left_sidebar ul.list-group li a {

	padding: 7px 10px;

    text-decoration: none;

    color: #808080;

    line-height: 21px;

    display: block;

}*/

.scroll-bar {
	box-shadow:0 3px 4px 0px rgba(0, 0, 0, 0.12);
	max-height:413px;
	overflow:auto;
	position:relative
}
.listing {
	/*margin-bottom:20px;*/

	width:100%;
}
.listing .media {
	background-color: #fff;
	padding: 25px;
}
.listing .listBox {
	padding:20px;
	background-color:#fff;
	position:relative
}
/*.listingCat {

	box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12); 

}

.listingCat .listBox {

	box-shadow:none;

	margin:0

}

.listingCat .listBox:nth-child(2n) {

	background-color: #f5f5f5;

}

.listingCat .listBox:before {

	content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 3px;

    height: 100%;

    display: block;

    background: #ff1748;

    transition: 0.3s;

    opacity: 0;

}

.listing .listBox:hover:before {

	opacity: 1;

}*/

.listBox {
}
.listing .listBox:hover {
}
.listing .media-heading {
/*font-size:16px;*/

}
.listing .media-object {
	border:1px solid #b7b7b7;
}
.listing .media-right {
	min-width:130px;
	text-align:center;
}
.listing .media-right h4 {
	margin-top:0
}
.listing .media-body {
}
.listing .media-body .bio {
	margin-bottom: 5px;
	color:#656565;
}
.listing .media-body .designation a {
	font-weight:bold
}
.listing .media-right p {
	margin-top:10px
}
.listing .media-right .zmdi {
	color: #29aae3;
}
/*.findtalent ul.skills {

    margin-top: -25px;

}*/



.searchbox {
	width: 100%;
	margin-bottom:15px;
}
.searchbox > form {
	margin-bottom:0;
}
.searchbox > p {
}
.searchbox .form-control {
	font: normal 15px/24px 'Raleway', sans-serif;
}
.searchbox .input-group .input-group-addon {
	padding:0;
	border:none;
}
.searchbox button {
	height: 46px;
}
.searchbox .zmdi-search {
	font-size:18px
}
.title-sm span {
	color:#999;
	font-weight:400
}
.sec-60 {
	padding:50px 0;
}
ul.social-share {
	float:right;
	font-size: 24px;
	margin: 8px 0 0;
}
ul.social-share li {
	display:inline-block
}
.listing ul.list li, .panel-details ul.list li {
	padding-left:18px;
	position:relative;
	margin-bottom:8px;
}
.listing ul.list li:before, .panel-details ul.list li:before {
	content: '\f26b';
	font-family: 'Material-Design-Iconic-Font';
	position:absolute;
	left:0
}
.c_details {
	position:relative;
	padding:0 15px;
	overflow: hidden;
}
.profile {
	display:flex;
	position:relative;
	padding:15px 0;
	z-index:9
}
.pic-sm {
	height:64px;
	width:64px;
	margin:0 15px 20px 0;
	float:left
}
.profile_pic {
	text-align:center;
	position:relative;
	text-align:center;
	height:64px;
	width:64px;
	margin-right: 15px;
	z-index:1;
	position:relative
}
.profile_pic > span {
	display: block;
	vertical-align: middle;
	height:64px;
	width:64px;
	background-color: #eee;
	border: 1px solid #eee;
	overflow: hidden;
	border-radius:50%;
}
.profileName {
	align-self: center;
	flex: 1;
}
.profileName > p {
	margin-bottom:0
}
.pic-sm > span {
	height:64px;
	width: 64px
}
.profile_pic a > img, .profile_pic > img, .profile_pic > span > img {
	width:100%;
	height:100%
}
ul.profile-list .zmdi, ul.profile-list .fa {
	font-size:18px;
	min-width: 20px;
	text-align: center;
}
.c_details h4, .profile-details h4 {
	color:#29aae3;
	margin-bottom: 10px;
	text-transform:uppercase
}
.c_details>p {
	margin-bottom:0;
}
.c_details>p>span {
	font-size:13px;
}
/* 23-09-2016 */

.left_sidebar ul.sub_cat {
	max-height:300px;
	overflow-x:auto;
	border: 1px solid #ccc;
	margin-top: -1px;
}
.left_sidebar ul.sub_cat>li {
	padding:3px 0
}
.left_sidebar ul.sub_cat>li>a {
	font-size:13px;
}
/*ul.skills li:first-child {    

	height: 32px;

    float: left;

    padding-right: 10px;

}*/





/* Profile Start */



.u_details {
	margin-bottom: 20px;
}
.u_details .profile_pic img {
	max-width:100%;
	position:relative;
	z-index:99
}
.u_details {
	background-color:#fff;
	border:1px solid #e0e0e0
}
.u_details .details {
	padding:15px;
}
.listing .block {
	padding: 15px;
	background-color: #fff;
	margin-bottom: 20px;
	position:relative;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.listing .block h4 {
	/*color: #29aae3;*/

	font-size:16px;
}
.listing .block .itm {
	position:relative;
	margin:10px 0;
}
.listing .block .hover_itm {
	background-color:rgba(43, 181, 244, 0.8);
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:none;
	transition: all 0.3s ease-in-out;
	text-align:center;
	color:#fff;
	padding: 20px;
}
.listing .block .itm:hover .hover_itm {
	display:block
}
.listing .block .hover_itm h5 {
	font-size:15px;
	text-transform:uppercase
}
.listing .block .hover_itm .btn {
	border:1px solid #fff;
	background-color:transparent;
	color:#fff;
}
.listing .block .hover_itm .btn:hover {
	border:1px solid #fff;
	background-color:#fff;
	color:#29aae3;
}
.listing .block .hover_itm:before {
	content:'';
	width:35px;
	height:35px;
	background-image:url(../images/paper_fold.jpg);
	background-repeat:no-repeat;
	position:absolute;
	right:0;
	top:0;
}
.navigation {
	background-color:#1f1f1f;
	margin-bottom:0;
	border:none
}
.navigation .navbar-nav {
	margin-top:0;
	margin-bottom:0
}
.navigation .navbar-nav > li > a {
	color:#eee;
	text-transform:uppercase;
	font-size:13px;
}
.navigation .navbar-nav > .active > a, .navigation .navbar-nav > .active > a:hover, .navigation .navbar-nav > .active > a:focus {
	color:#29aae3;
	background-color:transparent
}
/* BOOTSTRAP */

label, .label {
	font-weight: 500;
}
 .has-feedback label ~ .form-control-feedback {
 top: 35px;
}
.popover {
	max-width:320px;
	min-width:300px
}
/* ******************************************** */



.form-title {
	margin-top: 0;
	text-align:center
}
.general-form .has-error .control-label, .general-form .has-error .help-block, .general-form .has-error .form-control-feedback {
	color:#ff3f3c;
}
.general-form .has-success .control-label, .general-form .has-success .help-block, .general-form .has-success .form-control-feedback {
	color: #29aae3;
}
.general-form .glyphicon-ok:before {
	content: "";
	background: url(../images/ok.png);
	padding: 2px 20px;
}
.general-form .glyphicon-remove:before {
	content: "";
	background: url(../images/remove.png);
	padding: 2px 20px;
}
.general-form .form-control {
}
.radio-inline, .checkbox-inline {
	display: inline-block;
	margin-right: 15px;
	vertical-align:middle;
}
.b {
	font-weight:600;
}
.table-dashboard > tbody > tr > td {
	background-color: #fff;
	position:relative;
	z-index:inherit;
}
.table-dashboard > tbody > tr > td.icons a {
	font-size:18px;
	color:#666;
	margin:5px;
}
.table-dashboard > tbody > tr > td.icons a:hover {
	color:#29aae3;
}
.table-dashboard > tbody > tr:hover td:before {
	background-color:#e8f8ff;
	position:absolute;
	left:0;
	top:0;
	content:'';
	width:100%;
	height:100%;
	z-index:-1
}
.table-dashboard p.price {
	font-size:13px;
}
.table-dashboard > thead > tr > th {
	background-color: #0000ff;
	border-bottom: 1px solid #0000ff;
	color:#fff;
	position: relative;
}
.table-dashboard > tfoot > tr > td {
	background-color:#333;
	border-bottom: 1px solid #e0e0e0;
	color:#fff;
	position: relative;
	bottom: -2px;
	text-transform:uppercase;
	font-size:13px;
	padding:15px;
}
.table-dashboard > tfoot > tr > td a {
	color:#ffb03d;
}
.table-dashboard > tfoot > tr > td a:hover {
	color:#fff;
}
.entryShow {
	min-height: 50px;
	background-color: #fff;
	padding: 8px 15px;
	border: 1px solid #ccc;
	line-height: 32px;
}
.entryShow .form-control {
	float:right;
	width:auto
}
/*.tab-content .table-dashboard > thead > tr > th {

	background-color:#ffb03d;

	padding:15px;

	color:#333;

} */

.table-dashboard a.pic {
	float:left;
	margin-right:10px;
}
.table-dashboard p.name {
	font-size:13px;
}
.mini-inp {
	width: 33%;
	height: 32px;
}
.btn-ok {
	padding: 5px 8px;
	height: 32px;
	float: right;
}
ul.cat li {
	margin-bottom:10px;
}
ul.cat li a.list-group-item {
	border: 1px dashed #29aae3;
	color:#29aae3;
}
ul.cat li a.list-group-item.active, ul.cat li a.list-group-item.active:hover, ul.cat li a.list-group-item:hover {
	background-color: #29aae3;
	color:#fff;
}
.profile .edit {
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	font-family: raleway;
	font-size: 12px;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 6px 10px;
}
.block a.edit {
	margin-top: -5px
}
.block a.edit, .block a.icon-round {
	color: #fff;
	cursor:pointer;
	font-size: 15px;
	background-color: #e0e0e0;
	line-height:30px;
	height:30px;
	width:30px;
	border-radius: 50%;
	text-align: center;
}
.block a.edit:hover, .block a.icon-round:hover {
	background-color: #ff1748;
	color:#fff;
}
.profileEdit {
	position:relative;
}
.btn-cover {
	background-color:rgba(0, 0, 0, 0.25);
	color:#eee;
	position:absolute;
	top: -50px;
	right: 0;
}
.btn-cover:hover {
	background-color:rgba(255, 255, 255, 0.9);
	color:#29aae3
}
/*
.profile-pic-cam {
	position: absolute;
	top: 50%;
    left: 50%;
	color: rgb(42, 65, 232, 0.75);
	transform: translate(-10px, -10px);
	display:none
}
.avatar-wrapper:hover .profile-pic-cam {
	display:block
}
*/
.widget-workroom {
	background-color: #fff;
	padding: 10px;
	display: table-cell;
	border: 1px solid #ddd;
	text-align: center;
	width: 1%;
	height: 113px;
	vertical-align: middle;
}
.row-5, .form-horizontal .form-group.row-5 {
	margin-left:-5px;
	margin-right:-5px;
}
 .row-5 [class^="col-xs"], .row-5 [class*=" col-xs-"] {
 padding-left:5px;
 padding-right:5px;
}
.row-10 {
	margin-left:-10px;
	margin-right:-10px;
}
 .row-10 [class^="col-"], .row-10 [class*=" col-"] {
 padding-left:10px;
 padding-right:10px;
}
.row-0 {
	margin-left:0;
	margin-right:0;
}
 .row-0 [class^="col-xs"], .row-0 [class*=" col-xs-"] {
 padding-left:0;
 padding-right:0;
}
.row-10:before, .row-10:after, .row-5:before, .row-5:after, .row-0:before, .row-0:after {
	display: table;
	content: " ";
}
.row-10:after, .row-5:after, .row-0:after {
	clear: both;
}
ul.tab {
	overflow:hidden;
	position: relative;
}
ul.tab li {
	float:left;
	margin-left:5px;
}
ul.tab li:first-child {
	margin-left:0;
}
ul.tab li a {
	background-color: #29aae3;
	color: #fff;
	display:block;
	font-size: 14px;
	padding: 8px 16px;
	text-decoration: none;
}
ul.tab li a:hover, ul.tab li a.selected {
	background-color: #2c597a;
	color: #fff;
}
/*.table-striped > tbody > tr:nth-of-type(even) {

	background-color:#f5f5f5;

*/

.whiteSec {
	background-color: white;
	overflow: hidden;
	padding: 25px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
/* SPACE & DIVIDE */



.spacer-10 {
	height:10px
}
.spacer-12 {
	height:12px
}
.spacer-15 {
	height:15px;
}
.spacer-20 {
	height:20px;
}
.spacer-25 {
	height:25px;
}
.spacer-30 {
	height:30px;
}
.spacer-35 {
	height:30px;
}
.spacer-40 {
	height:40px;
}
.spacer-50 {
	height:50px;
}
.spacer-10, .spacer-12, .spacer-15, .spacer-20, .spacer-25, .spacer-30, .spacer-35, .spacer-40, .spacer-50 {
	clear:both;
	overflow: hidden;
}
.back-home {
	margin-bottom:30px;
}
.table-middle > tbody > tr > td {
	vertical-align:middle
}
.btn-file {
	position: relative;
	overflow: hidden;
	height:40px;
}
.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}
.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}
.drop {
	border:1px dashed #e0e0e0;
	box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.05);
	padding:25px;
	height:75px;
	color:#999;
	text-align:center;
	width:100%;
	cursor: pointer;
}
.select2-search__field {
	padding:6px 12px;
	width:100% !important;
	margin-top:2px
}
.select2-results__options {
	background-color:#f5f5f5;
	max-height:300px;
	overflow:auto;
}
.select2-results__options li {
	padding:5px 12px;
}
.labelBlock {
	margin-bottom:20px;
}
.labelBlock p {
	float:left;
	width:100%;
}
.labelBlock p > label {
	float:left;
	width:30%;
	font-weight:600;
}
.labelBlock p > span {
	float:left;
	width:70%;
}
.error-invite {
	color:#f00;
	font-size:12px
}
.close {
	font-weight: normal;
	line-height: 18px;
}
.profile-img {
	width:120px;
	height:120px;
	margin:20px auto 15px;	
	overflow:hidden;
	border-radius: 50%;
	background-color: #fff;
	border: 3px solid #26ae4c;
    padding: 4px;
}
.profile-img > a > img {
	border-radius:50%;
	width:100%;
}
.featuredimg2 {
	float:right
}
.listing .media .media-object {
	max-width:110px;
}
.postjob-alert-title {
	margin: 10px 0 30px 0;
}
ul.alert-choice {
	margin: 15px 0 0;
}
ul.alert-choice li {
	display:inline-block;
	padding:5px;
}
ul.alert-choice li a {
	display:block;
	background-color:#fff;
	padding:4px 12px;
	border-radius:14px;
}
.zmdi-star {
/*color:#29aae3; add parent class effect on another page*/

}
.ratingtext {
}
.listing .block .ratingtext h4 {
	margin: 0 0 15px 0;
	color:#333;
}
.ratingtext p {
}
.ratingtext_right {
	min-width: 220px;
	text-align: right;
}
.ratingtext_right p {
	font-size: 15px;
	line-height: 20px;
	margin: 0;
}
.ratingtext_right h4 span {
	color: #aaa;
	font-size: 12px;
	font-weight: normal
}
.icon-set {
	min-width:130px;
}
.mytracker {
	background-color:#fff;
	margin-bottom:20px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
.myfund .heading, .mytracker .heading {
	background-color: #5e7f98;
	color: #fff;
	padding: 10px 15px;
	margin:0;
	font-weight: 600;
	text-transform: uppercase;
}
.myfund .body, .mytracker .body {
	padding:15px;
}
.transbox {
	background-color: #ffffff;
	font-weight: normal;
	float: left;
	padding: 0 15px;
	margin-bottom: -1px;
	border: 1px solid #e0e0e0;
	width: 100%;
}
.transbox h5 {
	color: #333333;
	font-size: 16px;
	float: left;
	margin: 0;
	padding: 10px 0;
	text-align: left;
	width:50%;
	line-height: 27px;
}
.transbox p {
	color: #333333;
	float: left;
	text-align:right;
	margin: 0;
	padding: 10px 0;
	width: 50%;
}
.transbox h3 span {
	color: #333333;
	font-style:italic;
}
.notiftext h4 {
	margin:0
}
div.content-box.big {
	padding:0 7% 30px;
	box-shadow:0 0 5px #ccc;
	background-color:#fff;
 -webkit-transition: background .2s ease-in-out;
 -moz-transition: background .2s ease-in-out;
 -o-transition: background .2s ease-in-out;
 -ms-transition: background .2s ease-in-out;
 transition: background .2s ease-in-out;
}
div.content-box.big .ch-info-wrap {
	margin: -42px auto 35px;
	position:relative;
	left:auto;
	top:auto;
}
div.content-box.big:hover {
	background: #2c597a;
	background-image: -webkit-linear-gradient(top, #ffffff, #2c597a);
	color: #fff;
}
div.content-box.big div.content-box-info {
	padding-left: 0;
	text-align:center;
	margin:25px 0 0;
}
div.content-box.big div.content-box-info p {
	text-align:center;
	margin-top: 25px;
}
.service-reasons div.content-box.big {
	transition:none;
	margin-top: 30px;
	border: 1px solid #fff;
}
.main-content h3 {
	color: #666;
	line-height: 32px;
	margin: 0 0 5px;
}
.author-content, div.content-box.big, #cn-tabs .service, .comment-des, .contact-box {
	border-style:solid;
	border-width: 1px 1px 3px;
	border-color: #ddd;
	background-color: #fff;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#29aae3), to(#fff));
	background-image:-webkit-linear-gradient(top, #29aae3, #fff);
	background-image:-moz-linear-gradient(top, #29aae3, #fff);
	background-image:-ms-linear-gradient(top, #29aae3, #fff);
	background-image:-o-linear-gradient(top, #29aae3, #fff);
}
.dash_content {
	overflow: hidden;
}
.dash_content5 ul {
	background-color: #fff;
	margin-bottom: 20px;
	padding: 10px 5px;
	overflow: hidden;
}
.dash_content5 ul li {
	padding: 3.5px 10px;
	float: left;
	width: 50%;
}
.dash_content5 ul li label {
	font-weight: 600;
}
.dash_content4 {
	background-color: #fff;
	border: 1px solid #ebebeb;
	overflow: hidden;
	padding: 15px;
}
/* Sidebar */

.unique-sidebar {
	background-color:#fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	padding:15px;
}
ul.slide li {
	padding-left: 0;
 -webkit-transition: all .5s ease-in-out;
 -moz-transition: all .5s ease-in-out;
 -o-transition: all .5s ease-in-out;
 -ms-transition: all .5s ease-in-out;
 transition: all .5s ease-in-out;
	position:relative
}
ul.slide li:hover {
	padding-left: 6px;
 -webkit-transition: all .5s ease-in-out;
 -moz-transition: all .5s ease-in-out;
 -o-transition: all .5s ease-in-out;
 -ms-transition: all .5s ease-in-out;
 transition: all .5s ease-in-out;
}
ul.slide li:before {
	content: '\f30f';
	font-family: 'Material-Design-Iconic-Font';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	padding-right: 10px;
}
.sidebar p {
	margin: 0
}
.search-input {
	height: 38px !important;
	width: 218px;
}
.proamount {
	background-color: #fff;
	float: left;
	min-height: 100px;
	width: 100%;
}
.proamount ul {
	background: none;
	float: left;
	margin: 0px 0;
	padding: 0px 0px;
	width:100%;
	list-style:none
}
.proamount li {
	font-weight: 500;
	padding: 8px 15px;
	width:100%;
}
.proamount li span {
	background-color: #29aae3;
	font-size:13px;
	font-family: sans-serif;
	float:right
}
.dash_table {
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
#uploded_img {
	max-width:150px;
	max-height:150px;
	margin-bottom:10px
}
.featuredimg {
	position:absolute;
	top:-3px;
	z-index:1;
}
.online-sign {
	background: #0c0;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	border:2px solid #fff;
}
ul.parent_skill {
	text-align:center;
	margin-left:-5px;
	margin-right:-5px;
	max-height: 400px;
	overflow-x: auto;
}
ul.parent_skill li {
	float: left;
	min-height: 80px;
	width: 33.333%;
	padding: 5px;
}
ul.parent_skill li a {
	padding: 10px;
	display: table-cell;
	border: 1px solid;
	height: 70px;
	width: 1%;
	vertical-align: middle;
}
ul.child_skill, ul.selected_skill {
	max-height: 300px;
	overflow-x: auto;
	border:1px solid #ddd;
	padding:10px 0
}
ul.child_skill {
	padding:10px 0
}
ul.selected_skill {
	background-color: #eee;
	min-height:200px;
	padding:10px
}
ul.selected_skill li {
	margin-bottom: 10px;
}
ul.child_skill li {
	float: left;
	width: 50%;
	padding:0 10px;
	margin-bottom: 10px;
}
/* DISPUTE ROOM CSS */



.top-setting-bar {
	padding: 15px;
	border: 1px solid #e0e0e0;
	overflow:hidden
}
.top-setting-bar li {
	float:left; /*margin-left:10px;*/
	height: 40px;
	line-height: 40px;
	width: 40px;
	text-align:center;
	float: left;
	border: 1px solid #202020;
	border-radius: 100%;
}
.top-setting-bar a {
	font-size:20px;
	/*color:#202020;

	padding: 6px 12px;*/

	margin-right: 10px;
}
.top-setting-bar .dropdown-menu {
	left:auto;
}
.top-setting-bar .dropdown-menu li {
	float:none;
	border:none;
	width:100%;
	right:-2px;
	height:auto
}
.top-setting-bar .dropdown-menu li a {
	font-size:14px;
	padding:7px 0;
}
.top-setting-bar .dropdown-menu li a:hover {
	background:#8abc08;
}
.top-setting-bar > li {
	background:red;
}
.well-style {
}
.well-style .btn {
	border:1px solid;
	border-radius:0;
	color:#29aae3;
	background-color: #fff;
}
.well-style .btn:hover, .well-style .active, .well-style .btn:focus {
	background:#29aae3;
	color: #fff !important;
	border:1px solid #29aae3;
	box-shadow:none;
	outline:none;
	outline-offset:0;
}
.left-autocomplete {
	float: left;
	width: 100%;
}
.sidebar .left-autocomplete .nice-select {
	margin-top:10px;
	border-radius:0;
}
.setting-circle {
	width:30px;
	height:30px;
	border:1px solid #666;
	border-radius:50%;
	cursor:pointer;
	position:absolute;
	text-align:center;
	top:10px;
	padding: 6px 0;
	display:none
}
.menu_hide {
	position: absolute;
	top:10px;
}
.messagtext2:hover .setting-circle {
	display:block
}
.star-style {
	color:#ccc;
	font-size:18px;
}
.top-setting-bar h3 {
	font-weight:600;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.conversation_loop .add_fav {
	display: none;
}
.conversation_loop:hover .add_fav {
	display:inline-block;
}
.messge_body {
	font-size: 14px;
	word-wrap: break-word;
}
.messge_body a {
	text-decoration:none;
	cursor:pointer;
	color:#333;
}
.messge_body span {
	text-align: right;
	font-style:italic;
	float:right;
}
.conversation_loop .conversation_loop figure {
}
.conversation_loop #txt_msg > span {
	position: absolute;
	right: 0;
	top: 0;
}
.conversation_loop em {
	width:100%;
	float:left;
	font-style:normal
}
.conversation_loop em a {
	color:#000
}
.conversation_loop p {
	word-wrap:break-word;
	width:100%;
	margin-bottom:0
}
.chat-section {
	background-color:#fff;
	border-bottom:none;
	overflow: hidden;/*padding:17px;*/
}
.leftWidth {
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	padding: 15px;
}
.conversation_loop.me .flex-body {
	background-color:#c7edfc;
	border-color:#c7edfc;
}
.conversation_loop.me .file_attach a .zmdi-download {
	color:#fff;
	margin-left: 10px;
}
.conversation_loop.other .flex-body {
	background-color:#f0f4f8;
	border-color:#f0f4f8;
}
/*.info-conversation {

	float: left;

	position: relative;

	width: 100%;

	padding:8px 10px;

}

.info-conversation>.arrow, .info-conversation>.arrow:after {

	position: absolute;

	display: block;

	width: 0;

	height: 0;

	border-color: transparent;

	border-style: solid;

}

.info-conversation>.arrow {

	border-width: 11px;

}

.info-conversation>.arrow {

	top: 50%;

	left: -11px;

	margin-top: -11px;

	border-left-width: 0;

}

.info-conversation>.arrow:after {

	content: "";

	border-width: 10px;

}

.info-conversation>.arrow:after {

	bottom: -10px;

	left: 1px;

	content: " ";

	border-left-width: 0;

}

.me .info-conversation>.arrow {

	border-right-color: #c7edfc;

}

.me .info-conversation>.arrow:after {

	border-right-color: #c7edfc;

}

.other .info-conversation>.arrow {

	border-right-color: #f0f4f8;

}

.other .info-conversation>.arrow:after {

	border-right-color: #f0f4f8;

}

.conversation_loop {

	margin: 0;

	padding: 10px;

	overflow:visible

}

.sendconversation_loop {

	border-bottom: 1px solid #cde0e7;

	float: left;

	margin: 5px 6px;

	padding: 7px 15px;

	width: 100%;

}



.conversation_loop .media-body {

	position:relative;

	overflow:visible;

	width:auto

}*/

.media .profile-imgEc {
	border-radius:50%;
	border: 1px solid #ddd;
	position:relative;
	width:50px;
	height:50px
}
.media .profile-imgEc > img {
	border-radius: 50%;
	cursor: pointer;
	width: 100%;
}
.conversation_loop .starred {
	position:absolute;
	top:0;
}
.conversation_loop .media-right {
	min-width:100px;
}
.chat_date {
	color:#999;
	font-size: 12px;
	margin:0;
	text-align:center
}
.chat_date > span {
	background-color:#29aae3;
	border-radius: 2px;
	color:#fff;
	padding:0 5px
}
.msgTime {
	color: #777;
	font-size: 12px;
	margin-left:10px
}
.acount_form textarea {
	resize:none
}
.chat_scroll {
	height:420px;
	overflow-x: auto;
	clear:both
}
.moneyRequest .form-control {
	margin-bottom:10px
}
.chat-body {
	padding:15px
}
.messagtext2 {
	margin: 0;
	width: 100%;
	border-bottom:1px solid #eee;
	position:relative;
	overflow:hidden
}
.nicescroll-rails {
	z-index:99 !important
}
ol.counter-list {
	counter-reset: list;
	padding-left: 20px
}
ol.counter-list li {
	margin-bottom: 10px;
	position:relative
}
ol.counter-list li:after {
	position: absolute;
	top: -2px;
	left: -2.5em;
	width: 2em;
	text-align: right;
	color: #29aae3;
	font-weight: 600;
	font-size: 15px;
	content: counter(list) ".";
	counter-increment: list;
}
.dataList-items {
	border-bottom: 1px solid #e1e1e1;
	margin-bottom:15px
}
.label-tag {
	display: inline;
	padding: .2em .8em .2em;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .15em;
}
.border-tag {
	padding:0 10px;
	border:1px solid
}
.border-tag-success {
	color:#0C0;
}
.border-tag-danger {
	color:#E00;
}
.breadcrumb-classic .caption-text {
	position: absolute;
	padding: 10px 0;
	width: 100%;
	top: 0;
	background-color: rgba(0, 0, 0, 0.25);
}
.breadcrumb-classic .caption-text h5 {
	color:#fff
}
ul.lightgallery {
	overflow:hidden
}
ul.lightgallery li > div {
	background-color:#fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	padding:10px;
	margin-bottom:20px
}
.ratingtext p span {
	display: inline-block;
	min-width: 150px;
}
.ratingtext p .zmdi-star {
	color: #febe42;
	font-size: 20px;
}
.ratingtext p .zmdi-star.empty {
	color: #ddd;
	font-size: 20px;
}
.user-sidebar-info .profile-img {
	width: 100px;
	height: 100px;
}
/* ERROR MSG */
.incorrect_parent {
	border:1px solid #f00 !important;
	border-radius:4px
}
.incorrect {
	border-color:#f00 !important
}
.error-msg, .errorvalidation, .invalid {
	color:#f00;
	display: block;
	font-size: 14px;
}
.error-msg2 {
	color: #f00;
	font-size: 13px;
	margin-top: 5px;
	display: block;
}
.error-msg2 p {
	color: red;
	float: left;
	margin: -2px 0 0;
	font-size: 13px !important;
	text-align: left;
	width: auto;
}
.error-msg13 {
}
.card > .picture {
	height:200px;
	overflow:hidden;
	position:relative
}
.card > .picture > a {
	cursor:zoom-in;
}
.card > .picture .card-img-top {
	transition:all 0.5s ease-in-out
}
.card > .picture:hover .card-img-top {
	opacity:0.5;
	transform:scale(1.2, 1.2)
}
.card > .picture:hover {
	background-color:#000;
}
.hoverBlock {
	position:absolute;
	top:80px;
	left:0;
	text-align:center;
	width:100%;
	display:none
}
.card > .picture:hover > .hoverBlock, .card:hover > .picture:before {
	display:block
}
.entry-rating .zmdi {
	color: #0d0;
	font-size:18px;
	margin-right:3px
}
.notifbox {
	border: 1px solid #ddd;
	display:flex;
	margin-bottom: -1px;
	padding:10px 15px 10px 30px;
	background-color: #fff;
	position:relative
}
.notifbox .rmv_notof {
	position:absolute;
	left:10px
}
.notifbox p {
	margin: 0;
}
.notifbox span {
	color: #333333;
	flex:1;
	text-align: right;
	min-width: 110px;
}
.inputBox .input-group {
	border:1px solid #ddd
}
.inputBox .input-group .form-control {
	border:none;
	height:44px
}
.inputBox .input-group .input-group-btn .btn-file .fa-paperclip {
	line-height:30px
}
.inputBox .input-group .input-group-btn .btn {
	background-color:#fff;
	border:none;
	color:#29aae3;
	height:44px
}
.file_attach {
	overflow:hidden
}
.file_attach a {
	color:#0066ff
}
.file_attach a > img {
	float: left;
	margin-right: 10px;
}
.canvasjs-chart-credit {
	display:none
}
.msg-count {
	position:absolute;
	top:10px;
	right:0;
}
.messagtext2 > a {
	display:block;
	padding:10px 15px
}
.messagtext2 > a:hover, .messagtext2 > a.active {
/* background-color: #29aae3;
	color:#fff */
}
.messagtext2 > a > p {
	color:#666;
	font-size: 12px;
}
.messagtext2 > a:hover > p, .messagtext2 > a.active > p {
	color:#fff;
}
.fRibbon {
	color:#f00;
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 9;
	font-size: 2rem;
}
.well h3, .well h4 {
	margin-bottom: 15px;
}
.well h5, .well h6 {
	margin-bottom: 10px;
}
/*.freelancer-desc {
	flex: 1 100%;
	padding:0 25px 15px
}*/
.compact-list.freelancers-list-layout .listing .freelancer {
	flex-flow: row wrap;
}
.balance {
	margin-bottom:15px
}
.heading-box {
	background-color:#fff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
	margin-bottom:20px;
	padding:15px 20px;
}
.heading-box p {
	margin-bottom:0
}
.heading-box i {
	color:#ff1748
}
.findtalent .freelancer {
	display:block;
	overflow:hidden
}
.findtalent .freelancer-overview, .findtalent .freelancer-details {
	padding-bottom:0
}
.findtalent .media.desc {
	margin-bottom: 15px;
	padding:0 20px
}
.findtalent .media.desc .media-left {
	min-width:120px
}
.findtalent .media.desc .media-body {
}
.file_upload_bx {
	width: 100px;
	height: 100px;
	margin: auto auto;
	position: relative;
	border: 2px dashed #ff1748;
}
.file_upload_bx input[type=file] {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
	z-index: 9;
}
.file_upload_bx i {
	font-size: 2rem;
	position: absolute;
	left: 50%;
	top: 50%;
	color: #ff1748;
	transform: translate(-12px, -12px);
	z-index: 1;
}
.bootstrap-select .dropdown-toggle::after {
 display:none
}
.hidden, .hide {
	display:none !important
}
.profile_progress {
	margin-bottom:1rem;
	width:100%
}
.sort-by.color {
	float: none;
	display: inline-block;
	vertical-align: middle;
}
.sort-by.color .bootstrap-select.btn-group button {
	margin:0;
	padding: 0 16px;
	padding-right: 24px;
	background-color: #666;
	box-shadow: none;
	height: 32px;
	font-size: 14px;
	color: #fff;
	top:0
}
.sort-by.color.interview .bootstrap-select.btn-group button {
	background-color: #a323f7
}
.sort-by.color.offer .bootstrap-select.btn-group button {
	background-color: #00b300
}
.sort-by.color.reject .bootstrap-select.btn-group button {
	background-color: #c9302c
}
.sort-by.color .bootstrap-select.btn-group .dropdown-toggle .caret {
	right: 12px;
	border-top-color: #fff;
}
.loader {
	height: 100px;
	vertical-align: middle;
	display: flex;
	align-items: center;
	justify-content: center;
}
.avatarOnly {
	position:relative;
	width:84px;
}
.btn-post {
	background-color:#26ae4c;
}
.log-in-button .btn-post {
	text-transform: uppercase;
}
.doller i {
	font-size:16px
}
.workers .freelancer {
	width:100%
}
.task-tags span.disabled {
	background-color: #eee;
	color: #333;
}
.message-bubble .highlight {
	border-radius: 4px;
	font-size:14px;
	padding: 5px 10px;
	margin-bottom: 8px;
}
.message-bubble.me .highlight {
	border: 1px solid #26e4e4;
	border-left: 4px solid #ff1748;
}
.message-bubble.me .highlight span {
	color:#03F;
}
.message-bubble .highlight a {
	color: #333;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.message-bubble.other .highlight {
	background: #ffffffa6;
	border: 1px solid #e0e8e8;
	border-left: 4px solid #4CAF50;
}
.btn-group-justified {
	display: flex;
	width: 100%;
}
.btn-group-justified .btn {
	flex: 1;
}
 [data-toggle=buttons]>.btn input[type=checkbox], [data-toggle=buttons]>.btn input[type=radio], [data-toggle=buttons]>.btn-group>.btn input[type=checkbox], [data-toggle=buttons]>.btn-group>.btn input[type=radio] {
 position: absolute;
 clip: rect(0,0,0,0);
 pointer-events: none;
}
.candidatePanel {
	padding: 0 20px;
	margin-top: 15px;
	width:100%;
}
.candidateHead {
}
.candidateHead > a {
	color:#333;
	text-transform:uppercase;
}
.candidateHead > a i {
	font-size:24px;
	float:right
}
ul.candidateList {
	margin-top: 15px;
	width:100%;
}
ul.candidateList li {
	padding: 10px;
	border: 1px solid #ddd;
	margin-bottom: -1px;
}
body.modal-open .mm-page {
	position: initial;
}
.ourProject .media {
	position:relative;
	padding:30px 0;
	overflow:hidden;
}

.ourProject .text-center h3 {
	font-weight:600;
}
.ourProject .work-icon {
	position:relative;
	width:128px;
	height:128px;
	margin: 0 auto 20px;
	z-index:9
}
/*
.ourProject .media:last-child {
	padding-bottom:0
}
.ourProject .media:before {
	content:'';
	background-color:#ccc;
	width:calc(100% - 128px);
	height:1px;
	position:absolute;
	bottom:0;
	left:64px
}
.ourProject .media:last-child:before {
	display:none
}.ourProject .work-icon:before, .ourProject .work-icon:after {
	position:absolute;
	content:'';
	background-color:#ccc;
	width:1px;
	height:30px;
	left:64px;
}
.ourProject .work-icon:before {
	top:-30px;
}
.ourProject .work-icon:after {
	bottom:-30px;
}
.ourProject .media:first-child .work-icon:before, .ourProject .media:last-child .work-icon:after {
	display:none
}*/
.stepbar {
	margin-bottom: 0;
	overflow: hidden;
	counter-reset: step;
	text-align:center
}
.stepbar li {
	list-style-type: none;
	color: #333;
	text-transform: uppercase;
	font-size: 15px;
	width: 33.33%;
	float: left;
	position: relative;
}
.stepbar li.active {
	color: #26ae4c;
}
.stepbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 40px;
	height: 40px;
	line-height: 44px;
	display: block;
	font-size: 24px;
	color: #333;
	background: #fff;
	box-shadow: 0 1px 3px #999;
	border-radius: 20px;
	margin: 0 auto 10px auto;
}
.stepbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #333333;
	position: absolute;
	left: -50%;
	top: 20px;
	z-index: -1;
}
.stepbar li:first-child:after {
	content: none;
}
.stepbar li.active:before, .stepbar li.active:after {
	background-color: #26ae4c;
	color: #fff;
}
.company {
	background-color:#f5f5f5;
	position: relative;
	max-width: 900px;
    margin: -250px auto 0;
    min-height: 200px;
	z-index: 99;
}
/*.company:before {
    content: '';
    position: absolute;
    left: 0;
    top: -290px;
    background-image: url(../images/gradient_bg.png);
    width: 100%;
    height: 290px;
    background-size: cover;
}*/

.dark-tabs {
	background-color:#000;
	text-transform:uppercase
}
.dark-tabs .nav-link {
	color: #ff1748;
    padding: 1rem
}
.dark-tabs .nav-link.active, .dark-tabs .nav-item.show .nav-link {
	color: #fff;
	background-color: transparent;
	border-color: transparent;
}
.dark-tabs .nav-link:hover, .dark-tabs .nav-link:focus {
	border-color: transparent;
}
.nav-link:hover, .nav-link:focus {
    color: #26ae4c;
}
.company .tab-pane {
	padding:0 20px 20px
}
ul.addressInfo {
	display: flex;
	flex-wrap: wrap;
}
.photoAlbum {	
	text-align:center;
	overflow:hidden;
}
ul.photoAlbum {
	display:flex;
	flex-wrap: wrap;
	margin-bottom:0;
	margin-left:-10px;
	margin-right:-10px;
}
ul.photoAlbum li {
	padding:0 10px;	
}
.photoAlbum div {
	position:relative
}
.photoAlbum figure {
	height: 150px;
	position:relative;
}
.photoAlbum figure>img {
	height:100%
}
.photoAlbum .btn-delete {
	position: absolute;
    top: 0.25rem;
    right: 0.25rem;
    background-color: rgba(255,0,0,0.75);
    color: #fff;
    padding: 0 10px;
    line-height: 30px;
    height: 30px;
    font-size: 15px;
}
.photoAlbum .btn-delete:hover {
	background-color: #F00;
}
ul.photoAlbum li a {
	display:block
}
ul.photoAlbum li a figure{
    display: table-cell;
    vertical-align: middle;
	width: 1%;
}
.photoAlbum h5 {
	text-align:center;
	margin:15px 0 0
}
.subscription input.account-type-radio:empty ~ label {
 height:auto
}
ul.planList {
}
ul.planList li {
	margin-left: 20px;
	text-align: left;
	list-style:disc;
}
.filter {
	display:flex;
    margin: 0 -10px 20px;
}
.filterLabel {
	flex: 1 1 25%;
	padding: 0 10px;
	position:relative
}
.filterLabel .btn-group > .btn-secondary {
	border-color: #51575d;
	margin-bottom: 0;
}
.filterPopup {
	background-color:#fff;
	padding:15px;
	box-shadow:0 1px 4px #ccc;
	position: absolute;
	top: 52px;
    left: 10px;
	width: 400px;
	display:none;
	z-index: 9;
	max-height: 350px;
	overflow: auto;
}

/* Bootstrap */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
 color: #fff;
 background-color: #ff1748;
 border-color: #ff1748;
}
/*.project .task-listing-bid {
	flex: 0 0 180px;
}*/
.project span.bookmark-icon {
	width: 30px;
	height: 30px;
	line-height: 16px;
}
.paddingBox {
	overflow:hidden;
	padding:15px 20px
}
ul.share-links {
	margin:0
}
ul.share-links li {
	border:0;
	display: inline-block;
    margin-right: 6px;    
}
ul.share-links li:hover {
	background-color:transparent
}
ul.share-links li a {
	padding:0;
	color: #707070;
    display: block;
	transition: 0.3s;
}
ul.share-links li a i {
	padding-right: 8px;
    width: 28px;
    font-size: 20px;
}
.commentSection {
	background-color:#fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	margin-bottom:20px
}
.commentBox {
	
}
.commentBox .media {
	border-bottom: 1px solid #eee;
    padding: 15px 20px;
}
.me.media {
    background-color: #fafafa;
}
.commentHead {
	display:flex;
	flex-wrap: wrap;
	margin-bottom:15px
}
.commentHead > a {
	flex:1
}
.commentRight {
	margin-left: 20px;
}
.commentHead .star-rating .star {
	float:none
}
.commentSection .message-reply {
	background-color: #f5f5f5;
	margin-top:0;
	padding: 10px 20px;
}
.coverPhoto {
	background-size:cover;
	min-height: 250px;
	position:relative;
}
.coverPhoto:before {
	content:'';
	position:absolute;
	background-color:rgba(0, 0, 0, 0.5);
	left:0;
	top:0;
	height:100%;
	width:100%
}
.uploadButton .uploadButton-button {
	display:inline-block
}
.coverPhoto .uploadButton {
	display: block;
}
.coverPhoto .uploadButton .uploadButton-file-name {
	color:#eee;
	display: block;
}
.coverPhoto .btn {
	position:relative
}
.btn-site-border {
	background-color:#ff1748;
}
.btn-border, .btn-site-border:hover {
	color: #ff1748;
	background-color:transparent;
	border: 1px solid #ff1748;
}
.btn-border:hover {
	color: #fff;
	background-color:#ff1748;
	border: 1px solid #ff1748;
}

.reviews .compact-list-layout .job-listing {
	padding-right:25px
}
ul.terms li {
	margin-bottom:15px
}

.table-list ul {
    margin-bottom: 0;
}
ul.table-head {
    border-bottom: 1px solid #ddd;
	background-color: #ddd;
    font-weight: bold;
}
.table-list li {
	display: inline-block;
    padding: 8px 12px;
    word-wrap: break-word;
}
ul.table-body:nth-child(odd) {
    background-color: #f1f1f1;
}
.categorySec {
	background-color: #f9f9f9;
    border-top: 1px solid #ddd;
}
ul.catList {
    display: flex;
    flex-wrap: wrap;
	margin-bottom:0
}
ul.catList > li {
	margin: 5px 0;
	position:relative;
	width:100%
}
ul.subcatList {
}

ul.catList li > a {
}
ul.catList li a:first-letter {
	text-transform:uppercase
}
ul.catList li > a:hover {
    color:#ff1748;
}
.categorySec .catBox {
	background-color:#fff;
	border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
	padding:20px;
    min-height: 136px;
}
.bannerAll {
	padding:120px 0;
	background-color: #ff1748;
}

.boxItem {
    background-color:#fff;
	border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    padding: 25px 20px 15px;
    position: relative;
	margin-bottom:15px
}
.boxItem .icon {
	margin-bottom:15px
}
ul.contactSocial {
	margin-bottom:0
}
ul.contactSocial li {
	display: inline-block;
    margin: 5px 8px 0;
}
ul.contactSocial li a {
	font-size:1.25rem
}

.single-page-header.userProfile .header-image {
	border: 5px solid rgba(255,255,255,0.5);
    background-color: transparent;
}
.messageBox {
	background-color:#fff;
	padding:15px
}
.invoiceList .task-listing-bid {
    flex: 0 0 60px
}

@media (max-width: 1200px) {
.invoiceList .task-listing-bid {
    flex: 0 0 60px
}
}

.dashboard-nav .verified-badge-with-title {
	margin-bottom:10px
}

.clientLogo {
	
}
.clientLogo > a {
	border: 1px solid #ccc;
    display: inline-block;
    margin: 5px;
    padding: 6px;
    background-color: #fff;
}
ul.info li {
	display: flex;
	flex-wrap: wrap;
	margin: 5px 0;
}
ul.info li span {
	flex: 0 0 50%;
}

.job-listing .message-reply {
	padding: 0;
    background-color: #fff;
}
.notif_active a {
	color: #007bff;
}
.notif_active a:hover {
	color: #ff1748;
}

.company-details-page nav .dark-tabs  a.nav-link{
	    color: #fff;
}
.company-details-page nav .dark-tabs  a.active{
	color: #26ae4c;
}
.company-details-page nav .dark-tabs  a.nav-link:hover{
	color: #ff1748;
}

.company-details-page ul.photoAlbum li a figure img{
	max-height: 145px;
	min-height: 145px;
}
.company-details-page ul.photoAlbum li a {
    display: inline-block;
    text-align: center;
}
.general-form input[type="number"]::-webkit-outer-spin-button, 
.general-form input[type="number"]::-webkit-inner-spin-button,
.general-form input[type="number"] {
	-webkit-appearance: none;
	-moz-appearance: textfield;
}
.blogList .card .card-text {
	min-height:42px
}
.blogDetail .card .card-image {
	max-height:450px;
	overflow:hidden
}














/* END CSS */
 