@charset "utf-8";



/* CSS Document */



@font-face {
 font-family: 'Nunito';
 src:url(../fonts/Nunito-Regular.ttf);
 font-weight:500
}
 @font-face {
 font-family: 'Nunito';
 src:url(../fonts/Nunito-SemiBold.ttf);
 font-weight:600
}
@font-face {
 font-family: 'Nunito';
 src:url(../fonts/Nunito-Bold.ttf);
 font-weight:700
}
 @font-face {
 font-family: 'Open Sans';
 src:url(../fonts/OpenSans.ttf);
}

ul, ol, li {
	padding:0;
	list-style:none;
}
.h2, h2 {
	font-size:36px;
}
.zmdi {
	line-height: 1;
	vertical-align:middle
}
.f12 {
	font-size:12px
}
.f14 {
	font-size:14px
}
.f16 {
	font-size:16px
}
.f20 {
	font-size:20px
}
.divider {
	height: 1px;
	background-color: #ddd;
}
/* COLORS (TEXT/BACKGROUND) */

.f00 {
	color:#f00
}
.blue {
	background-color: #2196F3 !important;
}
.blue-text {
	color: #2196F3 !important;
}
.red {
	background-color: #F44336 !important;
}
.red-text {
	color: #F44336 !important;
}
.green {
	background-color: #26ae4c !important;
}
.green-text {
	color: #26ae4c !important;
}
.orange {
	background-color: #ff9800 !important;
}
.orange-text {
	color: #ff9800 !important;
}
.grey {
	background-color: #9e9e9e !important;
}
.grey-text {
	color: #9e9e9e !important;
}
/* COLORS END */



.zmdi-18x, .fa-18x {
	font-size:18px
}
.zmdi-20x, .fa-20x {
	font-size:20px
}
.m-0 {
	margin:0
}
.mb-10 {
	margin-bottom:10px
}
.mb-15 {
	margin-bottom:15px
}
.mb-20 {
	margin-bottom:20px
}
.mt-0 {
	margin-top:0
}
.p-15 {
	padding:15px
}
/* BOOTSTRAP */

.form-group {
	margin-bottom:1.25rem
}
select.input-sm {
	padding: 1px 10px;
}
.carousel-indicators {
	margin-bottom: 0;
}
.navbar-brand {
	height: auto;
	padding:10px 15px
}
.btn-sm, .btn-group-sm > .btn {
	padding: 0 12px;
	font-size: 13px;
	line-height: 32px;
	height: 32px;
	border-radius: 3px;
}
.btn-xs, .btn-group-xs > .btn {
	padding: 0 10px;
	font-size: 13px;
	height:28px;
	line-height: 28px;
	border-radius: 3px;
}
a.button {
	box-shadow: 0 4px 12px rgba(102, 103, 107, 0.15);
	border:none;
	border-radius: 4px;
	color:#fff;
	position:relative;
	overflow: hidden;
	z-index: 1;
	height: 45px;
	line-height: 45px;
	font-size: 15px;
	padding:0 20px;
	vertical-align: middle;
}
.button.disabled, .button:disabled {
	opacity: 0.65;
}
.btn-grey {
	background-color: #777;
	border-color: #777;
	color: #fff;
}
.btn-grey:hover, .btn-grey:focus {
	background-color: #444;
}
.btn-group.open .dropdown-toggle {
	border: none;
	box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
}
.ourWork p {
	font-size:1.05em;
	margin-bottom:24px
}
ul.introList {
}
ul.introList li {
	margin:10px 0;
	padding-left: 30px;
	position:relative
}
ul.introList li:before {
	content: '\f269';
	color:#00c019;
	font-family: 'Material-Design-Iconic-Font';
	font-size: 22px;
	position:absolute;
	left:0;
	top: 0;
	line-height: 1;
}
.ourProject figure {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 150px;
	height: 150px;
	margin: 0 auto 20px;
	border-radius: 50%;
 -webkit-transition: all .2s ease-out;
 transition: all .2s ease-out;
}
.ourProject .category figure:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 148px;
	height: 148px;
	border: 2px solid #ddd;
	border-radius: 50%;
	content: "";
 -webkit-transition: all .1s ease-out;
 transition: all .1s ease-out;
}
.ourProject .category:hover > figure:after {
	opacity: .3;
	top: -1px;
	left: -1px;
	border: 2px solid #00d8d8;
	-webkit-transform: scale(.9);
	transform: scale(.9);
}
.ourProject .category {
	color:#555;
	display:block;
	text-align:center
}
.ourProject .category p {
	color:#00d8d8
}
/* put toggle bars on the left :: not using button */



#slide-nav .navbar-toggle {
	cursor: pointer;
	position: relative;
	line-height: 0;
	margin: 0;
	height: 40px;
	padding: 12px 0 0 0;
	border: 0;
	background: transparent;
}
.navbar-toggle {
	border: none;
	border-radius: 0;
	margin-top: 20px;
}
.navbar-default {
	border-color: #2c597a;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #2bb5f4;
}
.navbar-default .navbar-toggle .icon-bar {
/*background-color: #fff;*/



}
.navbar-default .navbar-toggle.slide-active .icon-bar {
	background: #2bb5f4
}
.nav > li > a {
	padding-left: 12px;
	padding-right: 12px
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color:#f6f6f6
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
	border-radius: 0;
	font-size:16px;
}
/*.pagination > li > a, .pagination > li > span {

	color: #00d8d8;

}*/

.modal-title {
	font-size:20px;
	line-height:1
}
.modal-footer {
	border-color: transparent
}
.table>thead>tr>th {
	border-bottom-width: 1px;
	font-weight: 500;
}
/*.pagination > li > a, .pagination > li > span {



	color: #00d8d8;



	background-color: #fff;



	background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);



	border: 1px solid #ddd;



}



.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {



	color: #fff;



	background-color: #fff;



	background-image: -webkit-linear-gradient(top, #00d8d8 0%, #039be5 100%);



	border-color: #039be5;



}



.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {



	color: #00d8d8;



	background-color: #fff;



	background-image: -webkit-linear-gradient(top, #fff 0%, #fff 100%);



	border-color: #00d8d8;



}*/



.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: 1px solid #e0e0e0;
}
.well {
	padding: 20px;
	background-color: #ffffff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	border-radius: 4px;
}
.not-found {
	background-color: #e0e0e0;
	border-radius: 4px;
	display: block !important;
	margin: 10px 0 !important;
	padding:15px 20px;
}
.panel > .panel-heading {
	background-color: #fff;
	border-bottom: 1px solid #e0e0e0;
	padding:0.75rem 1.25rem
}
.panel > .panel-body {
	padding:20px
}
.panel .panel-heading h4 {
	margin: 0
}
.panel {
	background-color:#fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	border-radius: 0;
}
.breadcrumb>.active {
	color: #fff;
}
.list-group-item {
	border-radius:0 !important
}
.badge {
	font-size:80%;
	font-weight:500
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #f5f5f5;
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border-bottom-width: 0;
}
.alert {
	text-align:center
}

/* BOOTSTRAP END */



/* ERROR MESSAGE */







.rerror {
	color:#f00
}
/* ERROR MESSAGE END */







.tu {
	text-transform:uppercase
}
.whiteBg, .white {
	background-color:#fff;
}
/* DATEPICKER */



.ui-datepicker .ui-datepicker-header, .ui-datepicker {
	border-radius: 0;
}
.menuA .navbar-default {
	/*background-color: rgba(44, 89, 122, 0.75);*/



	background-color: #fff;
	margin-bottom: 0;
}
.menuA .navbar-nav .dropdown-menu>li>a {
	padding:5px 10px
}
.menuA .navbar-default .navbar-nav > li > a {
	text-transform:uppercase
}
.menuA .navbar-nav .dropdown-menu>li>a:focus, .menuA .navbar-nav .dropdown-menu>li>a:hover {
	color: #ffffff;
	background-color: #00d8d8;
}
.menuA .navbar-form .input-group {
	border: 1px solid #eee
}
.menuA .navbar-form {
	margin-top: 0;
}
.menuA .navbar-form .form-control, .menuA .navbar-form .input-group-addon {
	border:none;
	height: 40px;
}
.navbar-form .btn {
	text-transform:uppercase;
	height: 40px;
	line-height: 2;
}
.menuA .navbar-default .navbar-nav {
	margin:0;
}
.menuA .navbar-default .navbar-nav > li > a:hover, .menuA .navbar-default .navbar-nav > li > a:focus {
	color: #00d8d8;
}
.menuA .navbar-right > li > a {
	padding:10px;
}
.sec {
}
.banner {
}
.banner h1 {
	color:#fff;
}
.title-sm {
	text-transform:uppercase;
	font-weight:600;
	margin-bottom: 15px;
}
.siteC {
	color:#00d8d8;
}
.title {
	color:#c31d24;
	font-weight:600;
	font-family:'Poppins-Bold', sans-serif;
	text-transform:capitalize;
	text-align:center;
	margin-top:0;
	margin-bottom: 30px;
	position:relative
}
.our-skills {
	background:#ebebeb;
}
.skill-widgets {
	text-align: center;
	background-color: #fff;
	color:#fff;
	padding: 8px;
	margin-bottom:25px;
	position:relative
}
.skillOverlay {
	background-color:#00d8d8;
	background-color:rgba(41, 170, 227, 0.75);
	position:absolute;
	padding: 20px 0;
	left:8px;
	top:8px;
	height:calc(100% - 16px);
	width:calc(100% - 16px);
	display:none
}
.skill-widgets h5 {
	font-size: 1.25em;
	font-weight: 600;
	margin: 30px 0 10px 0;
}
.skill-widgets a {
	color: #fff;
}
.skill-widgets .icon {
	text-align: center;
	display: block;
	width:100%;
	margin:0 auto;
}
.skill-widgets:hover .skillOverlay {
	display:block
}
.skill-widgets a.icon>img {
	width:100%
}
.skill-widgets .btn-default {
	margin-top: 25px;
	border:1px solid #fff;
	background-color:transparent;
	color:#fff;
}
.skill-widgets .btn-default:hover {
	border:1px solid #fff;
	background-color:rgba(255, 255, 255, 0.25);
	color:#fff;
}
.center-block.text-center .xs-block {
	margin-top:10px
}
.freeStart {
	background-color:#00d8d8;
	color:#fff;
	position:relative;
	overflow:hidden
}
.freeStart h2 {
	margin-top:0;
	text-transform:uppercase
}
.freeStart h2 span {
	color:#333
}
.freeStart h4 {
	line-height:24px;
}
.freeStart .btn-white {
	text-transform: uppercase;
}
.partner {
	background-color:#fff;
	background-attachment:fixed;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	min-height:150px;
	text-align: center
}
.partner .carousel-inner>.item a {
	background-color: #fff;
	display:block;
}
.partner .carousel-inner>.item a>img {
	max-width:100%;
}
.happyClient {
	/*background-image:url(../images/bg.jpg);



	background-attachment:fixed;



	background-position:center center;



	background-repeat:no-repeat;



	background-size:cover;*/



	background-image: radial-gradient(#00d8d8 20%, #2c597a 100%);
	min-height:500px;
	color:#fff;
	position:relative;
	z-index: 9;
}
.happyClient h2, .projects h2 {
	color:#fff;
}
.testimonials .zmdi-quote {
	font-family: 'Material-Design-Iconic-Font';
	font-size: 45px;
	display: inline-block;
	line-height: 0;
}
.testimonials .zmdi-quote.start {
	-webkit-transform: rotate(180deg) translateY(-7.5px);
	-moz-transform: rotate(180deg) translateY(-7.5px);
	-o-transform: rotate(180deg) translateY(-7.5px);
}
.testimonials .zmdi-quote.end {
	transform: translateY(15px);
}
.overlay {
	background-color:rgba(41, 182, 246, 0.75);
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index: 0;
}
.happyClient .client p {
	margin-top:20px;
}
.happyClient .client {
	margin-top:30px;
	text-align:center
}
.client .img-circle {
	width: 100px;
	height: 100px !important;
	margin-left: auto;
	margin-right: auto;
}
.client>.item {
	height: 350px;
}
.happyClient .client .name {
	color: #ffffff;
	padding: 15px 0 0;
	text-shadow: none;
}
/* TEAM */



.ourTeam {
	background-color:#f5f5f5;
}
.team {
	background-color:#fff;
	min-height:250px;
	padding-bottom: 10px;
	border: 1px solid #e0e0e0
}
.team:hover .hexagon {
	background-color: #00d8d8;
}
.hexagon {
	position: relative;
	background-color: #fff;
	margin-bottom: 20px;
	padding-top:15px;
	text-align: center;
	max-height: 200px;
	overflow: hidden;
}
.hexagon a>img {
	max-width:128px;
	max-height:128px;
}
.uDetails {
	padding:0 15px;
}
.team h4, .team p {
	text-align:center;
}
.team h5 {
	height: 15px;
	text-align:center;
	text-transform:uppercase;
	overflow:hidden
}
.uDetails img.flag {
	margin-top:-5px
}
.uDetails .progress {
	border-radius:0;
	height: 8px;
	margin-bottom:10px
}
 .uDetails .row .col-xs-6:nth-child(1) {
 border-right: 1px solid #e5e5e5;
}
.diamondSquare {
	text-align:center;
	margin: 0;
	border-radius:50%;
	padding:15px;
}
.diamond-lg {
	background-color: #00d8d8;
	color:#fff;
}
.diamond-sm {
	background: #fff;
	color:#333;
}
.diamond-sm h3 span {
	color: #00d8d8;
	margin-top: 10px;
	display: block;
}
.diamondSquare h3 {
	margin-top:0;
}
.breadcrumb-classic {
	background-color: #000;
	color:#fff;
	position: relative;
	padding:30px 0;
	background-image:url(../images/short_banner.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}
.breadcrumb-classic:before {
	background-color: rgba(44, 89, 122, 0.35);
	content:'';
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
}
.breadcrumb-classic h3 {
	color:#fff;
	font-weight:500;
	line-height: 40px;
	margin-bottom:0;
}
.breadcrumb-classic h1 {
	font-size:36px;
	text-align:center;
}
.breadcrumb-classic h3 {
	font-size:22px;
	margin-top:0;
	text-transform: uppercase
}
.breadcrumb {
	background-color:transparent;
	text-transform:uppercase;
	font-weight: 600;
	margin-bottom: 0;
	padding: 10px 0;
	position: relative;
}
.breadcrumb li a {
	color:#fff;
}
.breadcrumb li a:hover {
	text-decoration:underline;
}
.breadcrumb-classic .svg-triangle-bottom {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 60px;
	height: 30px;
	margin-left: -25px;
	z-index: 2;
	transform: rotate(180deg);
	display:none
}
.gotop {
	background-color: #00d8d8;
	border: 2px solid transparent;
	color: #fff;
	cursor: pointer;
	float: right;
	position: fixed;
	right: 15px;
	z-index: 999;
	font-size: 18px;
	transition: all 0.3s ease-in-out;
	padding: 6px 10px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}
.gotop:hover {
	background-color:#fff;
	border: 2px solid #039be5;
	color: #039be5;
}
ul.skills li {
	display:inline-block;
	margin-bottom: 5px;
	margin-right: 5px;
}
ul.skills li a {
	background-color:rgba(0, 216, 216, 0.07);
	display: inline-block;
	float: left;
	padding: 0 12px;
	border-radius: 4px;
	cursor: default;
	height: 35px;
	line-height: 35px;
	box-sizing: border-box;
	animation: KeywordIn 0.3s ease-in-out;
	animation-fill-mode: both;
	transition: 0.4s;
	overflow: hidden;
	max-width: 100%;
	font-size: 14.7px;
}
ul.skills li a:hover {
	background-color:#00d8d8;
	color: #fff;
	text-decoration:none
}
.listing .block .ratingreview {
	border-bottom: 1px dashed #999;
	margin-bottom: 15px;
}
.listing .block .ratingreview:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.triangle-icon {
	background-color:#00d8d8;
	background: linear-gradient(90deg, #00d8d8 0%, #2c597a 100%);
	padding:25px 0;
	min-height:100px;
}
/* *SIGN UP* */



.signup {
	color:#fff;
	position:relative;
	overflow:hidden;
	z-index: 1;
}
.signup .nav-tabs>li {
	width:50%;
}
.signup .nav-tabs>li>a {
	border-radius:0;
	font-size: 18px;
	text-align:center;
	margin:0;
	cursor: pointer;
	text-transform:uppercase
}
 .signup .nav-tabs>li:nth-of-type(1).active>a, .signup .nav-tabs>li:nth-of-type(1).active>a:focus, .signup .nav-tabs>li:nth-of-type(1).active>a:hover {
 color: #f5f5f5;
 background-color: #2c597a;
 border-color: #2c597a;
}
 .signup .nav-tabs>li:nth-of-type(2).active>a, .signup .nav-tabs>li:nth-of-type(2).active>a:focus, .signup .nav-tabs>li:nth-of-type(2).active>a:hover {
 color: #f5f5f5;
 background-color: #00d8d8;
 border-color: #00d8d8;
}
.signup h3 {
	text-transform:uppercase;
	text-align:left;
	margin-top:0;
}
.for-employer {
	min-height:300px;
	padding-right:15px;
	text-align:center;
}
.for-freelancer {
	min-height:300px;
	padding-left:15px;
	text-align:center;
}
.for-employer article, .for-freelancer article {
	margin:30px 0 0 0;
}
.for-freelancer article a {
	color:#fff;
}
.signup .btn {
	min-width:120px;
	line-height: 30px;
	text-transform:uppercase;
	font-size: 15px;
}
label>span {
	color: #f00;
	font-size: 17px;
	line-height: 12px;
	display: inline-block;
}
footer {
	position: relative;
	z-index: 100;
}
footer > div {
	background-color:#111;
	padding:60px 0;
	font-size:13px;
	color: #fff;
}
footer h4 {
	font-size:16px;
	text-transform:uppercase;
}
ul.foot-nav li {
	line-height: 24px;
	border: none;
}
ul.foot-nav li a {
}
.newsletter .form-control {
	text-align:center;
	margin-bottom:10px;
	background-color:#f5f5f5;
	border-color:#f5f5f5;
}
.copyright a {
	color:#fff
}
.copyright a:hover {
	color: #00d8d8
}
.copyright p {
	margin:0;
}
.nav-tabs {
	/*border-bottom: 0;*/

	flex-wrap: nowrap;
	margin-bottom: 1.25rem;
	overflow-y: hidden;
	white-space: nowrap;
}
.nav-tabs > li.nav-item,  .nav-tabs > li {
	margin-bottom:0
}
.nav-tabs > li > a {
	border-radius:0;
	border:none;
	border-bottom-width:1px;
	display: inline-block;
}
.nav-tabs > li > a:hover {
	border-color:transparent;
	background-color:transparent
}
.nav-tabs > li > a.active, .nav-tabs > li > a.active:hover, .nav-tabs > li > a.active:focus {
	background-color: transparent;
	border: none;
	border-bottom:1px solid #00d8d8;
}
.nav-tabs > li > a.active, .nav-tabs > li > a.active:hover, .nav-tabs > li > a.active:focus {
	color: #00d8d8;
	cursor: default;
}
.nav > li > a {
	color:#333;
	font-weight:normal;
	padding: 8px 15px;
}
.nav > li > a:hover, .dashboard .nav > li > a:focus {
	text-decoration: none;
	color: #00d8d8;
}
.panel-details .table {
	margin:0
}
.panel-details .table tr>td {
	border:none
}
.panel-details .table tr>td span, .dashboard_New .table tr>td span {
	color:#00d8d8;
	font-weight:bold
}
.panel-details h4 {
	color:#00d8d8;
	font-size:16px;
	font-weight: 600;
	margin-bottom: 10px;
}
.panel-details h4 span {
	font-size: 14px;
	font-weight: 400;
	color: #333;
}
.post-form {
}
.form-horizontal .post-form .control-label {
	padding:0
}
ul.sitemap {
	margin:0;
	overflow:hidden;
}
ul.sitemap li {
	color:#00d8d8;
	float:left;
	margin: 5px 0;
	padding-left: 1.5em;
	position: relative;
	width:50%;
}
ul.sitemap li:after {
	content: '';
	height: .5em;
	width: .5em;
	background: #00d8d8;
	display: block;
	position: absolute;
	transform: rotate(45deg);
	top: .25em;
	left: .25em;
}
ul.sitemap li a {
	color:#00d8d8;
	text-decoration:none;
}
ul.sitemap li a:hover {
	color:#039be5;
	text-decoration: underline;
}
.profile-section {
	background-color:#fff;
	position:relative;
	margin-bottom:20px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.parallax-banner-sm {
	width:100%;
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:top center;
	position:relative;
	padding: 35px 0 15px;
}
.parallax-banner-sm .title-sm {
	color:#fff;
}
.posRelative {
	position:relative;
}
.btn-border-ccc {
	border:1px solid #ccc;
	color:#fff;
}
.btn-border-ccc:hover {
	border:1px solid #fff;
	background-color:#fff;
	color:#00d8d8;
}
.parallax-banner-sm h1 {
	color:#fff;
	text-transform:uppercase
}
.parallax-banner-sm:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	background-color:rgba(44, 89, 122, 0.5);
	height:100%;
	width:100%;
}
.listing .block.panel {
	padding:0;
}
.listing .block h4.block-title {
	font-size:18px;
	margin: 5px 0
}
.btn-del, .btn-edit, .btn-aktive, .btn-circle {
	color: #fff;
	width:28px;
	height:28px;
	border-radius:15px;
	text-align: center;
	font-size: 16px;
	border-radius: 15px;
	padding: 3px;
	display:inline-block;
	margin-left:5px;
	border:none;
}
.btn-del:hover, .btn-edit:hover, .btn-aktive:hover {
	color: #fff;
}
.btn-del {
	background-color:#f00;
}
.btn-edit {
	background-color:#666
}
.btn-aktive {
	background-color:#0c0;
}
.edit_info {
	background-color: #eee;
	border-radius: 50%;
	display: inline-block;
	line-height:30px;
	width: 30px;
	height: 30px;
	text-align:center;
	font-size: 15px;
	background-color: #e0e0e0;
	color: #fff;
}
.edit_info:hover {
	background-color: #00d8d8;
	color:#fff !important;
}
.edit_info i {
	top:0 !important
}
.round-button.btn-aktive {
	background-color:transparent;
	color: #0c0;
	border: 1px solid #0c0;
}
.round-button.btn-del {
	background-color:transparent;
	color: #f00;
	border: 1px solid #f00;
}
.noConversation {
	padding: 10px 15px;
	color: #777
}
.btn-circle {
}
ul.sorting {
}
ul.sorting li {
	float:left;
	margin-left:5px;
}
ul.sorting li a {
	background-color: #00d8d8;
	border-color: #00d8d8;
	color: #fff;
	padding: 4px 10px;
	font-size: 13px;
	font-family: sans-serif;
}
.table-responsive {
	background-color:#fff;
	box-shadow:0 2px 8px rgba(0, 0, 0, 0.08);
	margin-bottom: 20px;
}
.table-responsive .table {
	margin-bottom:0;
}
.table-dashboard {
/*border: 1px solid #e0e0e0;



	border-top: none;



	background-color:#fff;*/



}
.carousel-showsixmoveone .carousel-control {
	width: 4%;
	background-image: none;
}
.carousel-showsixmoveone .carousel-control.left {
	margin-left: 15px;
}
.carousel-showsixmoveone .carousel-control.right {
	margin-right: 15px;
}
.carousel-showsixmoveone .cloneditem-1, .carousel-showsixmoveone .cloneditem-2, .carousel-showsixmoveone .cloneditem-3, .carousel-showsixmoveone .cloneditem-4, .carousel-showsixmoveone .cloneditem-5 {
	display: none;
}
 @media all and (min-width: 768px) {
 .carousel-showsixmoveone .carousel-inner > .active.left, .carousel-showsixmoveone .carousel-inner > .prev {
 left: -33.333%;
}
 .carousel-showsixmoveone .carousel-inner > .active.right, .carousel-showsixmoveone .carousel-inner > .next {
 left: 33.333%;
}
 .carousel-showsixmoveone .carousel-inner > .left, .carousel-showsixmoveone .carousel-inner > .prev.right, .carousel-showsixmoveone .carousel-inner > .active {
 left: 0;
}
 .carousel-showsixmoveone .carousel-inner .cloneditem-1, .carousel-showsixmoveone .carousel-inner .cloneditem-2 {
 display: block;
}
}
 @media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
 .carousel-showsixmoveone .carousel-inner > .item.active.right, .carousel-showsixmoveone .carousel-inner > .item.next {
 -webkit-transform: translate3d(33.333%, 0, 0);
 transform: translate3d(33.333%, 0, 0);
 left: 0;
}
 .carousel-showsixmoveone .carousel-inner > .item.active.left, .carousel-showsixmoveone .carousel-inner > .item.prev {
 -webkit-transform: translate3d(-33.333%, 0, 0);
 transform: translate3d(-33.333%, 0, 0);
 left: 0;
}
 .carousel-showsixmoveone .carousel-inner > .item.left, .carousel-showsixmoveone .carousel-inner > .item.prev.right, .carousel-showsixmoveone .carousel-inner > .item.active {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 left: 0;
}
}
 @media all and (min-width: 992px) {
 .carousel-showsixmoveone .carousel-inner > .active.left, .carousel-showsixmoveone .carousel-inner > .prev {
 left: -16.666%;
}
 .carousel-showsixmoveone .carousel-inner > .active.right, .carousel-showsixmoveone .carousel-inner > .next {
 left: 16.666%;
}
 .carousel-showsixmoveone .carousel-inner > .left, .carousel-showsixmoveone .carousel-inner > .prev.right, .carousel-showsixmoveone .carousel-inner > .active {
 left: 0;
}
 .carousel-showsixmoveone .carousel-inner .cloneditem-3, .carousel-showsixmoveone .carousel-inner .cloneditem-4, .carousel-showsixmoveone .carousel-inner .cloneditem-5 {
 display: block;
}
}
 @media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
 .carousel-showsixmoveone .carousel-inner > .item.active.right, .carousel-showsixmoveone .carousel-inner > .item.next {
 -webkit-transform: translate3d(16.666%, 0, 0);
 transform: translate3d(16.666%, 0, 0);
 left: 0;
}
 .carousel-showsixmoveone .carousel-inner > .item.active.left, .carousel-showsixmoveone .carousel-inner > .item.prev {
 -webkit-transform: translate3d(-16.666%, 0, 0);
 transform: translate3d(-16.666%, 0, 0);
 left: 0;
}
 .carousel-showsixmoveone .carousel-inner > .item.left, .carousel-showsixmoveone .carousel-inner > .item.prev.right, .carousel-showsixmoveone .carousel-inner > .item.active {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 left: 0;
}
}
.selection {
}
.ui.dropdown .menu>.item {
	border-bottom: 1px solid #ddd;
	position: relative;
	cursor: pointer;
	display: block;
	line-height:24px;
	padding: 10px;
	padding-left:75px;
	font-weight: 400;
	box-shadow: none;
	text-align:left;
	height:auto;
}
.ui.dropdown .menu>.item:last-child {
	border-bottom:0
}
.ui.dropdown .menu>.item.selected {
	background-color:#f5f5f5
}
.ui.dropdown .menu>.item em {
	font-style:normal
}
.ui.dropdown .menu>.item .user {
	position:absolute;
	left:10px;
	top: 10px;
	padding:0;
}
.ui.selection.dropdown {
	position:relative;
}
.ui.selection.dropdown .menu {
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 250px;
	background-color: #fefefe;
	border: 1px solid #ddd;
	border-top: none;
	width:100%;
}
.ui.selection.dropdown .menu .hourly_rate {
	float:right
}
.process .media {
	padding: 15px 0;
	position: relative;
}
.process .border-top {
	border-top: 1px solid #e1e1e1
}
.box {
	background: #fff;
	padding: 25px 30px;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.08);
	transition: all 200ms ease-in;
}
.box.dark-layer {
	background: rgba(31, 33, 36, 0.45);
	box-shadow: none;
}
.box.jumbo {
	padding: 70px;
	margin: 90px 0 20px;
}
.construction .logo {
	margin-bottom: 30px;
}
.browseCat .col-xs-12 {
	margin-bottom:20px
}
/*.box-color {



    padding: 15px 30px 10px 30px;



    color: #FFF;	



}*/



.box-color .icon-large {
	font-size: 48px;
	margin-bottom: 10px;
	min-height:58px
}
.box-color h4 {
	font-size: 21px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.row-no-padding .box-color {
	padding-top: 65px;
	padding-bottom: 60px;
}
 .box-color h4, .box-color [class*="icon-"] {
 color: inherit
}
.box-color.blue {
	background: #67b7d4
}
.box-color.pink {
	background: #ef6578
}
.box-color.green {
	background: #53cfc2
}
.box-color.yellow {
	background: #f5ae56
}
 .box-color::before, .box-color::after {
 position: absolute;
 top: 10px;
 right: 25px;
 bottom: 10px;
 left: 25px;
 content: '';
 opacity: 0;
 -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
 transition: opacity 0.5s, transform 0.5s;
 pointer-events: none;
}
 .row-no-padding .box-color::before, .row-no-padding .box-color::after {
 right: 10px;
 left: 10px;
}
 .box-color::before {
 border-top: 1px solid rgba(255, 255, 255, 0.8);
 border-bottom: 1px solid rgba(255, 255, 255, 0.8);
 -webkit-transform: scale(0, 1);
 transform: scale(0, 1);
}
 .box-color::after {
 border-right: 1px solid rgba(255, 255, 255, 0.8);
 border-left: 1px solid rgba(255, 255, 255, 0.8);
 -webkit-transform: scale(1, 0);
 transform: scale(1, 0);
}
 .box-color:hover::before, .box-color:hover::after {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}
.panel > .panel-heading .title-sm {
	margin:5px 0
}
ul.profile-list {
	margin:0 -15px
}
ul.profile-list li {
	padding: 6px 15px;
	border-bottom: 1px solid #f5f5f5;
}
ul.profile-list li:last-child {
	border-bottom: none;
}
.secondary_info {
	top:0;
	border:1px solid #e0e0e0;
	height:100%;
	padding:15px;
}
ul.alert_list {
}
ul.alert_list li {
	display: inline-block;
	padding: 0 5px;
}
ul.alert_list li a {
	background-color: #fff;
	color: #00c851;
	padding: 0 10px;
	border-radius: 10px;
}
ul.alert_list li a:hover {
	background-color: #1b496b;
	color: #00c851;
}
.skill_search {
	margin-bottom:20px;
}
.skill_search .chip {
	display: inline-block;
	height: 26px;
	font-size: 13px;
	font-weight: 300;
	color:#fff;
	line-height: 28px;
	padding: 0 12px;
	border-radius: 13px;
	background-color: #00d8d8;
	margin-bottom: 5px;
	margin-right: 5px;
}
.skill_search .chip .zmdi {
	cursor: pointer;
	color:#eee;
	float: right;
	font-size: 16px;
	line-height: 26px;
	padding-left: 8px;
}
.dashboard_New {
	position: relative;
}
.dashboard_New .inner {
	background-color: rgba(255, 255, 255, 0.9);
	padding: 15px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
	min-height: 353px
}
.dashboard_New .c_details {
	background-color: rgba(255, 255, 255, 0.9);
	min-height: 300px
}
/*ul.list-group li {



	border-left:none;



	border-right:none



}*/



.zmdi-check.active, .zmdi-thumb-up.active {
	color:#0c0
}
.zmdi-thumb-down.deactive {
	color:#f00
}
.approved {
	position: absolute;
	border-radius: 11px;
	bottom: 10px;
	z-index: 999;
	right: 8px;
	padding: 2px 0;
	height: 22px;
	width:22px;
	text-align:center;
	background-color: #7bc74d;
	color:#fff
}
.approved:hover {
	color:#fff
}
.flisttext {
	margin-top:10px;
}
.flisttext .zmdi-delete {
	color:#f00;
	cursor:pointer;
	margin-left:15px;
	font-size: 19px;
}
.plans {
	height:176px;
	overflow:hidden;
}
.autoH {
	height:auto;
	overflow: visible
}
.mobile-menu {
	color:#fff
}
.left_panel {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.14), 0 0 5px 1px rgba(0, 0, 0, 0.12), 0 0 1px 0 rgba(0, 0, 0, 0.2);
	background-color:#fff;
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	min-height:500px;
	z-index:9
}
.right_panel {
	top:0;
	width:100%;
	height:100%;
	padding-bottom: 20px;
	z-index:9
}
.card {
	margin-bottom:20px;
}
.card > .card-body {
	padding: 1.25rem
}
.card .card-action {
	position: relative;
	background-color: inherit;
	border-top: 1px solid rgba(160, 160, 160, 0.2);
	padding:10px 15px;
}
.choose_favourite>a {
	color:#ddd;
	cursor:default
}
.choose_favourite>a.active {
	color:#f00;
	cursor:pointer
}
table thead > tr > th[align="center"], table tbody > tr > td[align="center"] {
	text-align: center;
}
/*.table thead > tr > td:last-child, .table thead > tr > th:last-child, .table tbody > tr > td:last-child, .table tbody > tr > th:last-child, .table tfoot > tr > td:last-child, .table tfoot > tr > th:last-child {

	text-align:right

}*/







.not-found .text-404 {
	font-weight: 500;
	letter-spacing: -5px;
	margin: 0 0 30px;
}
.not-found i {
	color: #F03;
}
/* MESSAGE */



.conversation_loop {
	display: flex;
	align-items: flex-start;
	margin-top: 10px;
	padding-bottom: 10px;
	border-radius: 4px;
}
.flex-body {
	background-color: #eee;
	flex: 0 1 auto;
	padding: 10px 15px;
	position: relative;
	border-radius: 10px;
	max-width: 480px;
}
.carousel-fade .carousel-inner .item {
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.input-with-button {
	position:relative
}
.input-with-button input {
	padding-right: 45px;
}
.input-with-button .btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 8px;
}






/* END CSS */
