/* ==========================================================================
   Wave - Powerful Freelance Marketplace System
   ========================================================================== */
/*
* Author Name: TheMashaBrand
* Author URI: http://themeforest.net/user/themashabrand
* Website: http://www.themashabrand.com

/* ------------------------------------------------------------------- */
/* Import Section
---------------------------------------------------------------------- */
@import url("base.css");				/* Default Reset, Typography, Forms, etc. */
@import url("bootstrap.min.css");			/* Bootstrap 3.3.7 */
@import url("font-awesome.min.css");		/* Font-awesome 4.5.0 */
@import url("feathericon.min.css");		/* Feather Icons */
@import url("animate.css");		/* Animate CSS */
@import url("http://fonts.googleapis.com/css?family=Montserrat:400,700");
@import url("https://fonts.googleapis.com/css?family=Varela+Round");
@import url("https://fonts.googleapis.com/css?family=Pacifico");
@import url("https://fonts.googleapis.com/css?family=Abhaya+Libre");
@import url("https://fonts.googleapis.com/css?family=Poppins");
@import url("https://fonts.googleapis.com/css?family=Lato");
@import url("https://fonts.googleapis.com/css?family=Rokkitt");

/* ------------------------------------------------------------------- */
/* Navbar Section
---------------------------------------------------------------------- */
.navbar.navbar-default {
  padding: 25px 0px;
  margin-bottom: 0;
  border-radius: 0;
  border: 0;
  background-color: #fff;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.2);
  z-index: 1030;
}
.navbar.small {
  padding: 0px 0px;
  margin-bottom: 0;
  border-radius: 0;
  border: 0;
  background-color: #fff;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.2);
  z-index: 1030;
}
@media(min-width:1200px) {
	.navbar.small .container{
	  width: 1250px !important;
	}
}
.navbar-brand {
    font-family: 'Abhaya Libre', serif;
    font-size: 28px;
    color: #474B59 !important;
    -webkit-transition-duration: 0;
    transition-duration: 0;
}
a.navbar-brand:hover {
    color: #00C4CF !important;
}
.navbar-brand img{
  float: left;
  margin-right: 6px;
  width: 160px;
  height: 39px;
  position: relative;
  top: -4px;
}
.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li.active>a,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.tr-dropdown-menu li a:hover {
    color: #00C4CF;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a {
    padding: 15px 10px;
    line-height: 35px;
}
.navbar-default .navbar-nav li a{
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    color: #858686;
    font-size: 14px;
    border-radius: 4px;
    margin-right: 2px;
    -webkit-transition-duration: 0;
    transition-duration: 0;
}
.navbar-default .navbar-nav li a:hover{
    color: #00C4CF !important;
}
.navbar-default .navbar-nav li i{
    padding: 2px 0px;
    color: #858686;
    font-size: 14px;
    line-height: 25px;
	position: relative;
    top: 5px;
}
.navbar-default .navbar-nav li sup {
 font-family: "Poppins", sans-serif;
 font-size: 10px !important;
 padding: 4px 8px;
 border-radius: 50%;
 background: #00C4CF;
 color: #fff;
 text-align: center;
 position: relative;
 top: -14px !important;
}
.small .navbar-nav li.unread > a:before {
    background-color: #F5AC1B;
}
.small .navbar-nav li.unread > a:before {
    content: "";
    position: absolute;
    top: 30px;
    left: -2px;
    width: 6px;
    height: 6px;
    border-radius: 10px;
	margin-right: 10px;
}

.navbar-default .navbar-right .kafe-btn{
    font-family: "Poppins", sans-serif;
	font-size: 14px;
    margin: 15px 2px;
}
.down-header.navbar-default .navbar-nav > li > a{
	float: center;
}

.navbar-right {
    display: inline;
    margin-right: 35px;
}
.navbar-right li {
    display: inline-block;
}

/* ==========================================================================
   Dropdown Menu
   ========================================================================== */
.click{
 cursor: pointer;
}
.avatar {
	width: 32px;
	height: 32px;
	text-align: center;
}
.avatar img{
 width: 30px;
 height: 30px;
 margin-left: 10px;
}
.w {
  width: 200px;
  position: absolute;
  top: 118% !important;
}
.w a{
  font-family: "Poppins", sans-serif;
  font-size: 14px !important;
}

.dropdown-menu::before {
    position: absolute;
	color: #fff;
    top: -8px;
    right: 16px;
    display: inline-block;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e1e6ef;
    border-left: 8px solid transparent;
    content: '';
}
.dropdown-menu.pull-right {
  left: auto;
  right: 0;
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
}
.mega-avatar > li.dropdown-menu{
  left: 0;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 2rem;
  color: #373a3c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 20px;
  clear: both;
  font-size: 40px !important;
  font-weight: 400;
  color: #373a3c;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0;
}
.dropdown-item:hover{
  background: #eee;
}

@media(max-width:768px) {
	.navbar-brand {
		font-size: 18px;
	}
	.navbar-default .navbar-nav>li>a {
		padding: 10px 10px;
		line-height: 4px;
	}
	.navbar-right {
	    padding: 4px 0;
		margin-right: 0;
	}
	.navbar-default .navbar-nav li i{
		padding-top: 4px;
		padding-left: 20px;
		padding-right: 0px !important;
		line-height: 4px;
	}
	.navbar-default .navbar-right .navbar-nav {
		padding-bottom: 0px !important;
		margin-bottom: 0px !important;
	}
	.navbar-default .navbar-right li a {
		padding-top: 4px !important;
		padding-right: 20px !important;
		padding-bottom: 0px !important;
		line-height: 4px;
	}
	.navbar-right .kafe-btn {
		margin: 2px 20px;
	}

	.dropdown-menu.pull-right {
	  position: relative;
	  left: 20px !important;
	}
	.navbar-default .navbar-right li a.dropdown-item {
	  display: block;
	  width: 100%;
	  padding-top: 13px !important;
	  padding-right: 0px !important;
	  padding-bottom: 13px !important;
	  padding-left: 10px !important;
	  clear: both;
	  font-weight: 400;
	  color: #373a3c;
	}
	.navbar-default .navbar-right li a.dropdown-item:hover{
	  background: #eee;
	}
	.small .navbar-nav li.unread > a:before {
		content: "";
		position: absolute;
		top: 10px;
		left: 0px;
		width: 6px;
		height: 6px;
		border-radius: 10px;
		margin-right: 10px;
	}
}

/* ------------------------------------------------------------------- */
/* Header Section
---------------------------------------------------------------------- */
.tr-banner {
  height: 100vh !important;
  width: 100%;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  color: #fff;
}
.tr-banner .container {
 z-index: 100;
 padding: 130px 10px 0px !important;
 margin-bottom: 0px !important;
}
.banner-headline h3{
 font-family: "Poppins", sans-serif;
 font-size: 48px;
 font-weight: 700;
 color: #fff;
 line-height: 20px;
 margin-bottom: 25px;
}
.banner-headline h4 {
 font-family: "Poppins", sans-serif;
 font-size: 20px;
 font-weight: 700;
 color: #f1be5a;
 line-height: 20px;
}
.search-form {
 margin-top: 95px !important;
 display: flex;
 width: 100%;
 background-color: #fff;
 border-radius: 4px;
 box-shadow: 0 2px 12px rgba(0,0,0,.09);
}
.search-contents {
 padding: 0px 12px !important;
 border-right: 1px solid #e4e4e4;
 flex: 1;
 align-items: center;
 display: flex;
 position: relative;
}
.search-contents .label {
 content: attr(data-field-tiele);
 position: absolute;
 top: 0;
 left: 0;
 background: transparent;
 color: #fff;
 border-radius: 4px;
 padding: 10px 0px;
 line-height: 22px;
 transform: translateY(calc(-100% - 15px));
 cursor: default;
 font-family: "Poppins", sans-serif;
 font-size: 20px;
}
.select{
 position: relative;
 display: inline-block;
 margin: 0px;
 width: 100%;
}

.select select {
 position: relative;
 display: inline-block;
 height: 48px;
 padding: 0 20px;
 margin: 0;
 outline: 0;
 font-size: 16px;
 color: #7a7b7c !important;
 max-width: 100%;
 width: 100%;
 box-sizing: border-box;
 display: block;
 font-weight: 500;
 opacity: 1;
 border-radius: 4px;
 border: none;
 box-shadow: 0 1px 4px 0 rgba(0,0,0,.12);
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}
.select select::-ms-expand{
 display: none;
}
.select select:hover,
.select select:focus{
 color: #7a7b7c !important;
 background: #fff;
}
.select select:disabled{
 opacity: 0.5;
 pointer-events: none;
}
.select .select__arrow{
 position: absolute;
 top: 17px;
 right: 15px;
 width: 0;
 height: 0;
 pointer-events: none;
 border-style: solid;
 border-width: 8px 5px 0 5px;
 border-color: #7B7B7B transparent transparent transparent;
}
.select select:hover,
.select select:focus{
 border-top-color: #fff;
}
.select select:disabled{
 border-top-color: #fff;
}
.search-form input {
 color: #7a7b7c !important;
 padding: 10px 15px;
 box-shadow: none;
 font-size: 18px;
 margin: 0;
 -webkit-transition: all .1s ease-in-out;
 -moz-transition: all .1s ease-in-out;
 -o-transition: all .1s ease-in-out;
 -ms-transition: all .1s ease-in-out;
 transition: all .1s ease-in-out;
}
.search-form input[type="text"]{
 height: 48px;
 line-height: 48px;
 padding: 5px 20px;
 outline: none;

 font-family: "Poppins", sans-serif;
 font-size: 16px;
 color: #7a7b7c !important;

 margin: 0px;
 max-width: 100%;
 width: 100%;
 box-sizing: border-box;
 display: block;
 background-color: #fff;
 font-weight: 500;
 opacity: 1;
 border-radius: 4px;
 border: none;
 box-shadow: none;
}
.search-button {
 margin: 8px;
 flex: auto;
 flex-grow: 1;
 flex-grow: 0;
 display: flex;
 align-items: center;
 padding-left: 8px;
 padding-right: 8px;
}
.search-button .kafe-btn-mint {
 font-family: "Poppins", sans-serif;
 font-size: 16px;
}

.banner-stats {
 margin-top: 45px !important;
 list-style: none;
 padding: 0;
 margin: 0;
 display: flex;
}
.banner-stats li {
 border-right: 1px solid rgba(255,255,255,.25);
 flex: auto;
 flex-grow: 0;
 margin-right: 35px;
 padding-right: 25px;
 border-right: 2px solid #fff;
}
.banner-stats li:last-child {
 border-right: none;
}
.banner-stats li span, .banner-stats li strong {
 display: block;
 margin: 0;
 padding: 0;
}
.banner-stats li strong {
 font-family: "Poppins", sans-serif;
 font-size: 28px;
 font-weight: 600;
 color: #fff;
 margin-bottom: 2px;
}
.banner-stats li span {
 font-family: "Poppins", sans-serif;
 font-size: 16px;
 font-weight: 700;
 color: #f1be5a;
}


@media(max-width:768px) {
	.tr-banner {
	  height: 620px !important;
	}
	.tr-banner .container {
	 padding: 100px 10px 0px;
	}
	.banner-headline h3{
	 font-size: 45px;
	 line-height: 35px;
	}
	.banner-headline h4 {
	 font-size: 17px;
	}
	.search-contents .label {
	 font-size: 17px;
	}
	.search-button .kafe-btn-mint {
	 font-size: 14px;
     padding: 8px 10px;
	}
	.search-form input[type="text"]{
	 font-size: 14px;
	}
}


/* ==========================================================================
   Developers
   ========================================================================== */

.top-developers{
 background-color: #ff8d85;
 padding-bottom: 60px;
}
.developer-box {
 float: left;
 width: 100%;
 padding: 20px;
 background: #fff;
 margin: -100px 0 0px;
 position: relative;
 border-radius: 10px 10px 10px 10px;
 box-shadow: 14px -14px 30px -12px rgba(0,0,0,.42),0 11px 20px 0 rgba(0,0,0,.12),0 18px 10px -5px rgba(0,0,0,.2);
}
.developer-box h4{
  font-family: 'Abhaya Libre', serif;
  font-size: 30px;
 color: rgba(0, 196, 207, 1) !important;
  margin-bottom: 10px;
}
.developer-box img {
 display: inline-block;
 width: 150px;
 height: 150px;
 margin-bottom: 40px;
 border: 10px solid transparent;
 box-shadow: 5px 3px 0 rgba(0, 196, 207, 0.4);
}

@media(max-width:768px) {
	.developer-box {
	 margin: -100px 0px 0px 0px;
	}
	.developer-box h4{
	  font-size: 20px;
	}
	.developer-box img {
	 width: 80px;
	 height: 80px;
	}
}


/***

====================================================================
	Category Section
====================================================================

***/

.category-section{
position: relative;
padding: 33px 0px 73px;
}
.category-section h2{
text-align: center;
margin: 30px 0px 40px 0px;
font-size: 50px;
font-family: "Poppins", sans-serif;
font-weight: 400;
line-height: 1.05;
letter-spacing: -.035em;
color: #2C3E50;
}
.category-section h2::after {
content: '—-';
display: block;
}
.category-block{
padding: 0px 15px;
margin-bottom: 30px;
}
.category-block .inner-box{
position: relative;
}
.category-block .inner-box .image{
position: relative;
}
.category-block .inner-box .image img{
position: relative;
width: 100%;
display: block;
}
.category-block .inner-box .image{
position: relative;
}
.category-block .inner-box .image .overlay-box{
position:absolute;
left:0px;
top:0px;
width:100%;
height:100%;
display:block;
text-align:center;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
background-color: rgba(0, 0, 0, 0.4);
}
.category-block .inner-box .image .overlay-box:before{
position: absolute;
content: '';
left: 0px;
top: 0px;
width: 100%;
height: 100%;
display: block;
opacity: 0;
visibility: hidden;
transition: all 900ms ease;
-moz-transition: all 900ms ease;
-webkit-transition: all 900ms ease;
-ms-transition: all 900ms ease;
-o-transition: all 900ms ease;
background-color: rgba(255, 141, 133, 0.7);
transform: rotateX(-180deg);
}
.category-block .inner-box:hover .image .overlay-box:before{
transform: rotateX(0deg);
opacity: 1;
visibility: visible;
}
.category-block .inner-box .image .overlay-box .overlay-inner{
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
display: table;
vertical-align: middle;
}
.category-block .inner-box .image .overlay-box .overlay-inner .content{
position: relative;
display: table-cell;
vertical-align: middle;
padding: 20px;
}
.category-block .inner-box .image .overlay-box h3{
position:relative;
font-family: "Poppins", sans-serif;
color:#ffffff;
font-size:20px;
font-weight:500;
margin-bottom:-2px;
}
.category-block .inner-box .image .overlay-box h3 a{
position:relative;
color:#ffffff !important;
transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
-webkit-transition:all 0.3s ease;
-ms-transition:all 0.3s ease;
-o-transition:all 0.3s ease;
}
.category-block .inner-box .image .overlay-box button {
background: none!important;
border: none;
padding: 0!important;
font-family: "Poppins", sans-serif;
color: #fff;
font-size:20px;
font-weight: 400 !important;
cursor: pointer;
}
.category-block .inner-box .image .overlay-box button:hover {
text-decoration: underline;
}
.category-block .inner-box .image .overlay-box h3 a:hover{
opacity: 0.8;
}


@media(max-width:768px) {
	.category-section h2{
	font-size: 30px;
	}
}

/* ==========================================================================
   Slick Section
   ========================================================================== */
.slick{
background-color: #ffffff;
width: 100%;

display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin: 20px 0px 30px;
padding-bottom: 50px;
}
.container-max {
 max-width: 100% !important;
}
.slick h2{
text-align: center;
margin: 30px 0px 40px 0px;
font-size: 50px;
font-family: "Poppins", sans-serif;
font-weight: 400;
line-height: 1.05;
letter-spacing: -.035em;
color: #2C3E50;
}
.slick h2::after {
content: '—-';
display: block;
}



.slick-slider .design-card-list__item img.img-pill{
  width: 100% !important;
  height: 450px !important;
  display: block;
  padding: 0px 20px 0px 20px;
}

.slick-dots {
    margin-top: 50px !important;
    text-align: center;
    padding: 0;
}
.slick-dots li {
    display: inline-block;
    margin: 0 3px;
}

.slick-active button {
    background: #ff8d85 !important;
    width: 40px;
}
.slick-active button {
    background: #ff8d85;
}
.slick-slider button {
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    position: relative;
    width: 30px;
    height: 5px;
    box-shadow: none;
    border: none;
    background: rgba(205,209,212,.75);
    border-radius: 7px;
    transition: 400ms;
    padding: 3px;
}
.slick-arrow{
	display: none !important;
}

.design-box {
width: 450px !important;
height: auto;
display: inline-block;
position: relative;
vertical-align: top;
margin: 0px 40px 0px 20px;
}
.design-box .design-card {
box-shadow: 0 7px 21px 0 rgba(0,0,0,.1);
text-align: left;
height: 100%;
width: 100%;
position: relative;
}
.design-box .design-card-pill {
position: absolute;
bottom: 20px;
left: 20px;
}
.design-box .sticker {
display: inline-block;
border-radius: 20px;
padding: 4px 10px;
background-color: #f16859;
font-family: "Poppins", sans-serif;
font-size: 14px;
}
.design-box .sticker-content {
color: #fff;
}
.design-box .design-img{
width: 100% !important;
height: 450px !important;
display: block;
padding: 0px;
}
.design-footer {
margin-top: 15px;
white-space: normal;
}
.design-footer {
width: 100%;
line-height: 1;
padding: 10px 0px;
}
.design-footer-inner {
display: inline-block !important;
}
.design-footer-image {
padding-right: 15px;
display: table-cell;
vertical-align: middle;
}
.design-footer-image img {
width: 60px;
height: 60px;
-o-object-fit: cover;
object-fit: cover;
max-width: none;
}
.design-footer-details {
display: table-cell;
vertical-align: middle;
}
.design-footer-name a{
color: #adce8a;
font-family: "Poppins", sans-serif;
font-size: 18px;
font-weight: 700;
line-height: 1.5;
color: inherit;
display: block;
}
.design-footer-job {
font-family: 'Abhaya Libre', serif;
font-size: 15px;
color: #88898a;
display: block;
}
@media(max-width:768px) {
	.design-box {
	width: 300px !important;
	height: auto;
	}
	.design-box .design-img{
	width: 100% !important;
	height: 250px !important;
	}
	.slick h2{
	font-size: 30px;
	}
}


/* ------------------------------------------------------------------- */
/* How it works Section
---------------------------------------------------------------------- */
.how-it-works {
    background: #ffffff;
	padding: 50px 0px;
}
.how-it-works .main-heading {
    text-align: center;
    margin-bottom: 2em;
}
.how-it-works .main-heading p {
    font-size: 16px;
    color: #707c88;
    margin-bottom: 5px;
}
.how-it-works .main-heading h2 {
    color: #ff8d85;
    position: relative;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 10px;
}
.how-it-works .working-process {
    text-align: center;
    position: relative;
    margin-top: 30px;
}
.how-it-works span.process-img {
    width: 80px;
    height: 80px;
    margin: 15px auto 0;
    position: relative;
    display: inline-block;
}
.how-it-works span.process-num {
    position: absolute;
    font-size: 60px;
    font-weight: 600;
    color: #bbc7e1;
    left: -30px;
    top: -10px;
    opacity: 0.2;
}
.how-it-works .working-process h4 {
margin: 10px 0;
font-family: 'Poppins', sans-serif;
color: #ff8d85;
font-size: 20px;
letter-spacing: 1px;
}
.how-it-works .working-process p {
padding: 2px 15px;
line-height: 1.9;
font-family: 'Poppins', sans-serif;
color: #707c88;
font-size: 14px;
letter-spacing: 1px;
}



/* ------------------------------------------------------------------- */
/* Testimonials Section
---------------------------------------------------------------------- */
.testimonial5 {
font-family: "Montserrat", sans-serif;
color: #8d97ad;
font-weight: 300;
padding: 50px 0px;
background-color: #f4f4f4;
}
.testimonial5 h3{
font-size: 30px;
font-family: "Poppins", sans-serif;
font-weight: 400;
line-height: 1.05;
letter-spacing: -.035em;
color: #ff8d85;
text-align: center;
padding-bottom: 30px;
}
.testimonial5 h6{
font-size: 18px;
font-family: "Poppins", sans-serif;
font-weight: 400;
line-height: 1.05;
letter-spacing: -.035em;
color: #ff8d85;
text-align: center;
}
.testimonial5 p{
font-family: "Poppins", sans-serif;
font-size: 15px;
line-height: 30px;
color: #898b8c;
}
.testimonial5 .font-weight-medium {
font-weight: 500;
}
.testimonial5 .subtitle {
color: #8d97ad;
line-height: 24px;
}
.testimonial5 .testi5 {
position: relative;
}
.testimonial5 .testi5 .content {
font-family: "Poppins", sans-serif;
font-size: 21px;
line-height: 30px;
padding: 50px 30px;
background: #ffffff;
color: #898b8c;
}
.testimonial5 .testi5 .owl-item.center .content {
font-family: "Poppins", sans-serif;
color: #898b8c;
background: #ffffff;
}
.testimonial5 .testi5 .customer-thumb {
margin-top: -30px;
display: none;
}
.testimonial5 .testi5 .customer-thumb img {
width: 60px;
margin-bottom: 20px;
}
.testimonial5 .testi5 .owl-item.center .customer-thumb {
display: block;
}
.testimonial5 .owl-carousel .owl-item img {
margin-left: auto;
margin-right: auto;
}
.testimonial5 .owl-theme .owl-dots .owl-dot.active span,
.testimonial5 .owl-theme .owl-dots .owl-dot:hover span {
  background: #ff8d85;
}


/* ------------------------------------------------------------------- */
/* Join Us
---------------------------------------------------------------------- */
.join-us {
padding: 130px 0;
text-align: center;
}
.ps-btn{
display: inline-block;
padding: 15px 45px;
font-size: 14px;
font-weight: 600;
line-height: 20px;
border: none;
font-weight: 400;
border-radius: 50px;
background-color: #ff8d85;
-webkit-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
color: #ffffff;
cursor: pointer;
}
.ps-btn--lg{
padding: 25px 70px;
font-size: 18px;
font-weight: 600;
}
.join-us .ps-btn {
padding-left: 100px;
padding-right: 100px;
text-align: center;
text-transform: capitalize;
}
.ps-btn:hover {
  color: #fff !important;
  background: #f7a092;
  text-decoration: none;
}
.join-us .join-box {
padding: 0px 140px;
margin-bottom: 30px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
}
.join-us p{
text-align: center;
font-family: "Poppins", sans-serif;
margin-bottom: 30px;
font-size: 30px;
font-weight: 300;
color: #898b8c;
line-height: 1.4em;
}

@media(max-width:768px) {
	.join-us p{
	font-size: 20px;
	line-height: 1em;
    }
	.join-us .join-box {
	padding: 0px 30px;
	}
}

.main-footer {
padding-top: 50px;
padding-bottom: 50px;
border-top: 1px solid var(--light-grey-color, #EAEEF3);
border-bottom: 1px solid var(--light-grey-color, #EAEEF3);
}
.main-footer h4{
font-family: "Poppins", sans-serif;
font-weight: 400;
line-height: 1.05;
letter-spacing: -.035em;
color: #2C3E50;
font-size: 18px;
margin-bottom: 20px !important;
}
.main-footer h5{
font-family: "Poppins", sans-serif;
font-weight: 400;
line-height: 1.05;
letter-spacing: -.035em;
color: #ff8d85;
font-size: 16px;
}
.main-footer p span{
font-family: "Poppins", sans-serif;
color: #5e6d77;
font-size: 16px;
margin-bottom: 5px;
}
.main-footer p a i{
color: #898b8c;
font-size: 16px;
margin-right: 20px;
}
.main-footer p a:hover i{
color: #ff8d85;
}
.separator {
height: 2px;
border-top: 1px solid #ebebeb;;
display: block;
position: relative;
top: 1px;
width: 100px;
margin-bottom: 30px !important;
}
.toolbox {
border-left-width: 3px !important;
padding-left: 20px !important;
border-left-color: #ff8d85 !important;
border-left-style: solid !important;
margin-bottom: 35px !important;
}
.main-footer .menu {
list-style: none;
padding-left: 0;
}
.main-footer .footer-wrapper {
margin-bottom: 70px !important;
}
.main-footer .menu li {
display: block;
}
.main-footer .menu li a {
margin-bottom: 25px;
font-family: "Poppins", sans-serif;
color: #5e6d77;
font-size: 17px;
font-weight: 500;
display: block;
}
.footer-logo{
padding-bottom: 20px;
}
.footer-logo img {
height: 56px;
width: 170px;
}


/* ------------------------------------------------------------------- */
/* We are Section
---------------------------------------------------------------------- */

.we-are-section{
position: relative;
padding: 103px 0px 41px;
margin-top: 40px;
}
.we-are-section .content-column{
position: relative;
margin-bottom: 40px;
}
.we-are-section .content-column .inner-column{
position: relative;
}
.we-are-section .content-column h2{
font-family: "Poppins", sans-serif;
font-size: 30px;
font-weight: 300;
letter-spacing: -.035em;
color: #ff8d85;
line-height: 1.4em;
margin-bottom: 20px;
}
.we-are-section .content-column p{
font-family: "Poppins", sans-serif;
color: #616162;
font-size: 18px;
line-height: 1.6em;
margin-bottom: 15px;
}
.we-are-section .content-column h4{
font-family: "Pacifico", sans-serif;
color: #ff8d85;
font-size: 50px;
line-height: 1.6em;
margin-bottom: 15px;
}
.we-are-section .content-column .bold-text span{
background-color: #f9f19a;
}
.we-are-section .content-column .text{
position: relative;
color: #878788;
font-size: 14px;
line-height: 1.8em;
margin-bottom: 25px;
}
.we-are-section .content-column .signature{
position: relative;
}
.we-are-section .image-column{
position: relative;
}
.we-are-section .image-column .inner-column{
position: relative;
}
.we-are-section .image-column .inner-column .image{
position: relative;
padding: 18px;
border: 1px solid #ebebeb;
}
.we-are-section .image-column .inner-column .image img{
width:100%;
display:block;
}

@media(max-width:768px) {
	.we-are-section .content-column h4{
	font-size: 30px;
	}
}


/* ------------------------------------------------------------------- */
/* Wojo Grid Section
---------------------------------------------------------------------- */
.wojo-grid {
padding: 50px 0;
border-bottom: 1px solid var(--light-grey-color, #EAEEF3);
}
.wojo-grid h2{
text-align: center;
margin: 30px 0px 40px 0px;
font-size: 50px;
font-family: "Poppins", sans-serif;
font-weight: 400;
line-height: 1.05;
letter-spacing: -.035em;
color: #ff8d85;
}
.wojo-grid h2::after {
content: '—-';
display: block;
}
.row.gutters > .column, .row.gutters > .columns {
margin-bottom: 80px;
}
.wojo.image {
position: relative;
display: inline-block;
vertical-align: middle;
max-width: 100%;
box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
}
.wojo.image.effect.winston {
background: #162633;
text-align: left;
}
.wojo.image img {
width: auto;
max-width: 100%;
max-height: 100%;
vertical-align: top;
border: 0;
}
.wojo.image.effect img {
position: relative;
display: block;
min-height: 100%;
max-width: 100%;
opacity: 0.8;
}
.wojo.image.effect.winston img {
-webkit-transition: opacity 0.45s;
transition: opacity 0.45s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.wojo.image.effect.winston:hover img {
opacity: 0.6;
}
.wojo.image.effect figcaption {
padding: 2em;
color: #fff;
font-size: 1.25em;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
display: block;
text-align: left;
}
.wojo.image.effect figcaption,
.wojo.image.effect figcaption > a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.wojo.image.effect figcaption::before,
.wojo.image.effect figcaption::after {
pointer-events: none;
}
.wojo.white.text {
color: #fff;
}
.wojo.image.effect h3 {
font-family: "Poppins", sans-serif;
word-spacing: -0.15em;
font-weight: 300;
font-size: 24px;
}
.wojo.image.effect h3,
.wojo.image.effect p {
margin: 0;
}
.wojo.image.effect.winston h3 {
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
.wojo.image.effect.winston h3 span {
font-family: "Poppins", sans-serif;
display: block;
font-weight: 800 !important;
}
.wojo.image.effect h4 {
font-family: "Poppins", sans-serif;
word-spacing: -0.15em;
font-size: 16px;
font-weight: 300;
margin-top: 50px;
}
.wojo.image.effect.winston h4 {
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
.wojo.image.effect p {
    letter-spacing: 1px;
    font-size: 68.5%;
}
.wojo.image.effect.winston p {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 1.5em 7% 0;
    color: #fff !important;
}
.wojo.image.effect.winston a {
    margin: 0 10px;
    color: #fff !important;
    font-size: 170%;
}
.wojo.image.effect.winston p a i {
    color: #fff !important;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
}

.wojo.image.effect.winston:hover figcaption::before {
    opacity: 0.7;
    -webkit-transform: rotate3d(0, 0, 1, 20deg);
    transform: rotate3d(0, 0, 1, 20deg);
}
.wojo.image.effect.winston:hover h3,
.wojo.image.effect.winston:hover h4 {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.wojo.image.effect.winston:hover p a:first-child i {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.wojo.image.effect.winston:hover p i {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


@media(max-width:768px) {
	.wojo-grid h2{
	font-size: 30px;
	}
}




/* ------------------------------------------------------------------- */
/* Sidenav Section
---------------------------------------------------------------------- */
.ps-categories {
margin-top: 10px;
margin-bottom: 20px;
padding: 14px 20px 19px;
border: 1px solid #ddd;
border-radius: 6px;
height: 450px;
overflow-y: scroll;
}
.ps-categories h6 {
font-family: "Poppins", sans-serif;
font-size: 20px;
font-weight: 500;
line-height: 1.5em;
padding-bottom: 12px;
border-bottom: 1px solid #eee;
color: #ed8f80 !important;
margin: 0;
}
.ps-checkbox {
display: grid;
padding-top: 15px;
height: auto;
}
.ps-checkbox .form-check {
padding: 0;
}
.ps-checkbox label {
position: relative;
display: flex;
justify-content: space-between;
font: 400 0.875rem/1.571429em "Open Sans", sans-serif;
color:
#767676;
padding-left: 20px;
cursor: pointer;
}


/* The customcheck */
.customcheck {
    display: block;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	color: rgba(255,255,255,.4);
}


/* Hide the browser's default checkbox */
.customselect {
	margin-left: 10px;
	font-family: "Poppins", sans-serif;
	font-size: 18px;
line-height: 1em;
}
.items {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
line-height: 1.5em;
}
.customcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.customcheck:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.customcheck input:checked ~ .checkmark {
    background-color: #f7a092;
    border-radius: 5px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.customcheck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.customcheck .checkmark:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media(max-width:768px) {
	.ps-categories {
	margin-bottom: 40px;
	}
}



/* ------------------------------------------------------------------- */
/* Card Section
---------------------------------------------------------------------- */
.card.card-shadow {
 -webkit-box-shadow: 0 0 0 0 #eee;
 box-shadow: 0 0 0 0 #eee;
 -webkit-box-shadow: 0 14px 33px -3px rgba(0, 0, 0, 0.078);
 box-shadow: 0 14px 33px -3px rgba(0, 0, 0, 0.078);
 -webkit-transition: 0.2s cubic-bezier(0.5, 0, 0.35, 1);
 transition: 0.2s cubic-bezier(0.5, 0, 0.35, 1);
}
.card.card-shadow:hover{
 box-shadow: 14px -14px 30px -12px rgba(0,0,0,.42),0 11px 20px 0 rgba(0,0,0,.12),0 18px 10px -5px rgba(0,0,0,.2);
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}
.card-body {
 padding: 40px;
}
.card h2{
 position: relative;
 color: #f7a092;
 font-family: "Poppins", sans-serif;
 font-size: 34px;
 font-weight: 300;
 line-height: 1.2em;
 margin-bottom: 5px;
 padding: 0px 0px;
}
.card h4 {
 font-family: "Poppins", sans-serif;
 font-size: 34px;
 font-weight: 600;
 line-height: 1.2em;
 color: #f7a092;
 margin-bottom: 10px;
}
@media(max-width:768px) {
	.card h2{
	 font-size: 25px;
	}
	.cart-banner .cart-content .banner-title{
	 font-size: 35px;
	}
}

/* ------------------------------------------------------------------- */
/* Latest Jobs Section
---------------------------------------------------------------------- */
.latest-jobs{
 padding: 40px 0px;
 background: #f9f9f9;
}
.latest-jobs .jobs-headline {
 margin-bottom: 35px !important;
 margin-top: 0 !important;
 display: block;
 position: relative;
 padding-right: 20%;
}
.latest-jobs .jobs-headline h3{
 font-family: "Poppins", sans-serif;
 font-size: 26px;
 line-height: 36px;
 font-weight: 700;
 color: #7a7b7c !important;
}
.latest-jobs .jobs-headline a{
 position: absolute;
 right: 0;
 bottom: 0;
 font-family: "Poppins", sans-serif;
 font-size: 16px;
 color: #f46f80;
 text-decoration: none;
}
.latest-jobs .jobs-headline a:hover{
 color: #f46f80 !important;
}
.latest-jobs .jobs-headline a::after {
 content: "\f178";
 font-family: FontAwesome;
 font-style: normal;
 font-weight: normal;
 text-decoration: inherit;

 font-size: 14px;
 line-height: 0;
 position: relative;
 top: 1px;
 margin-left: 5px;
}
@media(max-width:768px) {

	.latest-jobs .jobs-headline a {
	 position: relative;
	 margin-top: 10px;
	 display: inline-block;
	}
}


.job-box {
 border-radius: 4px;
 box-shadow: 0 2px 12px rgba(0,0,0,.12);
 margin-bottom: 30px;
 background-color: #fff;
 transition: .3s;
 position: relative;
 display: flex;
 justify-content: center;
 cursor: pointer;
 text-decoration: none !important;
}
.job-box:hover {
 box-shadow: 14px -14px 30px -12px rgba(0,0,0,.42),0 11px 20px 0 rgba(0,0,0,.12),0 18px 10px -5px rgba(0,0,0,.2);
}
.job-box-details {
 padding: 10px 35px 15px;
 flex: 1;
}
.job-box .job-box-description {
 flex: 1;
 align-items: center;
 justify-content: center;
}
.job-box h3.job-box-title {
 font-family: "Poppins", sans-serif;
 font-size: 18px;
 color: #00C4CF;
 line-height: 28px;
 cursor: pointer;
 font-weight: 700;
 padding-top: 2px;
}
.job-box .job-box-icons {
 list-style: none;
 padding: 0;
 margin: 3px 0 0 3px;
}
.job-box .job-box-icons li {
 display: inline-block;
 padding: 0;
 margin: 0;
 margin-right: 15px;
 font-family: 'Lato', serif;
 font-size: 14px;
 color: #7a7b7c;
}
.job-box .job-box-icons i {
 color: #909090;
 font-size: 15px;
 position: relative;
 top: 1px;
 margin-right: 5px;
}
.job-box .job-box-description p {
 font-family: "Poppins", sans-serif;
 font-size: 14px;
 margin: 15px 0 0;
 padding: 0;
 color: #7a7b7c;
}
.job-box-tags {
 font-family: "Poppins", sans-serif;
 font-size: 16px;
 color: #7a7b7c;
 display: block;
 margin: 23px 0 3px;
}
.job-box-tags span {
 font-family: "Poppins", sans-serif;
 font-size: 13px;
 border-radius: 4px;
 color: #ffffff;
 display: inline-block;
 padding: 4px 10px;
 margin: 2px 0;
 line-height: 24px;
 background-color: #abacad;
}
.job-box-bid {
 flex: 0 0 240px;
 background-color: #f4f4f4;
 position: relative;
 display: flex;
 align-items: center;
 justify-content: center;
}
.job-box-bid-inner {
 width: 100%;
 padding: 35px;
}
.job-box-bid .job-box-offers {
 margin-bottom: 15px;
}
.job-box-bid .job-box-offers h4 {
 font-family: "Poppins", sans-serif;
 font-size: 18px;
 color: #f1be5a;
 display: block;
 font-weight: 700;
 line-height: 18px;
}
.job-box-bid .job-box-offers span {
 display: block;
 font-family: "Poppins", sans-serif;
 font-size: 14px;
 color: #7a7b7c;
 line-height: 24px;
}
.job-box-bid h5 {
 font-family: "Poppins", sans-serif;
 font-size: 14px;
 color: #f35f72;
 display: block;
 font-weight: 600;
 line-height: 18px;
}
@media(max-width:768px) {

	a.headline-link {
		position: relative;
		margin-top: 10px;
		display: inline-block;
	}
	.job-box {
		flex-direction: column;
	}
	.job-box-bid {
		flex: 1;
		padding: 30px 0;
	}
}


/* ------------------------------------------------------------------- */
/* Pagination - User List Page
---------------------------------------------------------------------- */
.paginationCommon {
    margin-bottom: 35px;
    margin-top: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.paginationCommon.blogPagination nav {
    margin: 0;
    border: none;
}
.paginationCommon.blogPagination nav .pagination {
    margin: 0;
}
.paginationCommon .pagination li {
    float: left;
    margin: 25px 5px 5px 0;
}
ul li {
    list-style-type: none;
}
.paginationCommon .pagination li.details {
 font-family: "Poppins", sans-serif;
    padding-top: 12px;
    margin-right: 10px;
}
.paginationCommon .pagination li:first-child a {
    border-radius: 0;
}
.paginationCommon .pagination li a {
    border-color: #e5e5e5;
    float: none;
    padding-top: 10px;
    display: block;
    text-align: center;
    width: 50px;
    height: 50px;
    font-family: "Poppins", sans-serif;
    line-height: 30px;
    font-size: 14px;
    color: #222222;
    font-weight: 400;
}
.paginationCommon .pagination li a:hover {
    color: #fff !important;
	text-decoration: none;
    background-color: #f1be5a !important;
    border-color: #f1be5a !important;
}

.paginationCommon .pagination li a span {
    font-size: 17px;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #fff !important;
    cursor: default;
    background-color: #f1be5a !important;
    border-color: #f1be5a !important;
}
@media(max-width:992px) {
	.paginationCommon.blogPagination {
		margin-top: 0;
	}
}
@media(max-width:768px) {
	.paginationCommon {
		display: inline-block;
		margin-bottom: 45px;
		margin-top: 15px;
	}
	.paginationCommon nav {
		margin: 0 0 70px 0px;
	}
	.paginationCommon .pagination li {
		margin: 10px 10px 0 0;
	}
	.paginationCommon .pagination li a {
		width: 45px;
		height: 45px;
		line-height: 19px;
		font-size: 16px;
	}
	.paginationCommon .pagination li:first-child a {
		margin-left: 20px;
	}
	.paginationCommon .pagination li:second-last a {
		margin-left: 20px;
	}
}

/* ------------------------------------------------------------------- */
/* Footer Section
---------------------------------------------------------------------- */

.site-footer {
 border-top: none;
 clear: both;
 font-weight: bold;
 position: relative;
 z-index: 0;
 background: #fff !important;
}
#footer-menu {
 padding-top: 5px;
 padding-bottom: 5px;
 border-top: 1px solid #e3e3e3;
 background: #fff;
 text-align: center;
}
#footer-menu ul {
 list-style: none outside none;
 margin: 0;
 padding: 0;
 text-align: center;
}
#footer-menu ul li {
 margin: 0 15px;
 display: inline;
 font-size: 16px;
}
#footer-menu ul li a {
 font-family: "Poppins", sans-serif;
 color: #00C4CF;
 font-size: 16px;
 text-decoration: none;
 font-weight: 700;
 padding-bottom: 4px;
 -webkit-font-smoothing: antialiased !important;
}
.footer-social-icons .social-icons i {
 margin-top: 15px;
}
.footer-social-icons .social-icons i {
 color: #ccc;
 font-size: 25px !important;
 margin-right: 5px;
 -webkit-font-smoothing: antialiased !important;
}
.footer-social-icons .social-icons i:hover {
 color: #f35f72;
}
.footer-copyright {
 font-family: "Poppins", sans-serif;
 color: #88898a;
 margin-top: 20px;
 font-size: 15px;
}

#scrollup {
  background: url("../img/arrowup.png") no-repeat 0px 0px;
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 14px;
  right: 3%;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border: none;
  text-indent: 100%;
  cursor: pointer;
}

/* ------------------------------------------------------------------- */
/* Joblist Header Section
---------------------------------------------------------------------- */
.search-header {
  background-size: cover;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  color: #fff;
  height: 40vh;
  width: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.search-header .container {
 z-index: 100;
 padding: 0px 10px 0px;
}
@media(max-width:768px) {
	.search-header {
	  height: 60vh;
	  width: 100%;
	}
}

/* ------------------------------------------------------------------- */
/* Job post Header Section
---------------------------------------------------------------------- */
.jobpost-header {
  background-size: cover;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  color: #fff;
  height: 53vh;
  width: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.jobpost-header .post-heading{
 padding: 100px 0 50px;
 color: #ffffff;
}
.jobpost-header .post-heading .entry-meta {
 color: #ffffff;
 font-family: "Poppins", sans-serif;
 font-size: 15px;
 font-style: normal;
 letter-spacing: 1px;
 margin-bottom: 20px;
 text-transform: uppercase;
}
.jobpost-header .post-heading .entry-meta a {
 border: none;
 color: #f1be5a;
}
.jobpost-header .post-heading .entry-meta a:hover {
 color: #f1be5a !important;
}
.jobpost-header h1 {
 font-family: "Poppins", sans-serif;
 font-weight: 700;
 text-align: center;
 color: #fff;
 letter-spacing: 0px;
 font-size: 55px;
}
@media only screen and (max-width: 768px) {
	.jobpost-header {
	  height: 60vh;
	  width: 100%;
	}
	.jobpost-header .post-heading {
	 padding: 150px 0;
	}
	.jobpost-header h1 {
	 font-size: 25px;
	}
}
/* ==========================================================================
   Header Avatar Section
   ========================================================================== */
.header-avatar {
 margin-bottom: -110px;
 position: relative;
 top: -40px;
 text-align: center;
}
.header-avatar img{
 border: 7px solid #f5f5f6;
 border-radius: 50%;
 float: none;
 height: 80px;
 width: 80px;
}
.header-avatar p {
 color: #868585 !important;
 font-family: "Poppins", sans-serif;
 font-size: 16px;
 font-weight: 700;
 margin-bottom: 0;
}


/* ==========================================================================
   Entry Content Section
   ========================================================================== */
.job-content {
 background: #f9f9f9;
 padding: 40px 0px;
}
.job-content .top{
 margin-top: 55px;
}
.job-content .content-base{
 margin-top: 55px;
 padding: 10px 40px;
 background: #ffffff;
 box-shadow: 0 3px 8px rgba(0,0,0,.08);
}
.single-page-section {
 margin-bottom: 55px;
 display: block;
}
.single-page-section h3 {
 font-family: "Poppins", sans-serif;
 margin-bottom: 30px;
 font-size: 20px;
 font-weight: 700;
 color: #00C4CF !important;
}
.single-page-section p {
 font-family: "Poppins", sans-serif;
 font-size: 16px;
 color: #858686;
 line-height: 27px;
 margin-top: 0;
 margin-bottom: 1rem;
}


/* ------------ Skills ---------------- */
.skills {
 font-family: "Poppins", sans-serif;
 font-size: 16px;
 color: #7a7b7c;
 display: block;
 margin: 23px 0 3px;
}
.skills span {
 font-family: "Poppins", sans-serif;
 font-size: 13px;
 border-radius: 4px;
 color: #ffffff;
 display: inline-block;
 padding: 4px 10px;
 margin: 2px 0;
 line-height: 24px;
 background-color: #abacad;
}

/* ------------ Info Box ---------------- */
.info-box {
 border-radius: 4px;
 box-shadow: 0 3px 8px rgba(0,0,0,.08);
 background-color: #fff;
 display: inline-block;
 padding: 20px 25px;
 margin-left: auto;
 margin-bottom: 20px;
}
.info-box .info-type {
 font-family: "Poppins", sans-serif;
 font-size: 16px;
 color: #888;
 line-height: 20px;
 margin: 3px 0 8px;
}
.info-box .info-amount {
 font-family: "Poppins", sans-serif;
 color: #f1be5a;
 font-size: 28px;
 line-height: 36px;
 font-weight: 700;
}

.info-box-red {
 border-radius: 4px;
 box-shadow: 0 3px 8px rgba(0,0,0,.08);
 background-color: #f1be5a;
 color: #fff;
 display: inline-block;
 padding: 20px 25px;
 margin-left: auto;
 margin-bottom: 20px;
}
.info-box-red .info-amount {
 font-family: "Poppins", sans-serif;
 color: #fff;
 font-size: 28px;
 line-height: 36px;
 font-weight: 300;
}

/* ------------------------------------------------------------------- */
/* Freelancer Section
---------------------------------------------------------------------- */
.freelancers{
 padding: 40px 0px;
 background: #f9f9f9;
}
.freelancers .headline {
 margin-bottom: 35px !important;
 margin-top: 0 !important;
 display: block;
 position: relative;
 padding-right: 20%;
}
.freelancers .headline h3{
 font-family: "Poppins", sans-serif;
 font-size: 26px;
 line-height: 36px;
 font-weight: 700;
 color: #7a7b7c !important;
}

.freelancer-box {
 border-radius: 4px;
 box-shadow: 0 2px 12px rgba(0,0,0,.12);
 margin-bottom: 30px;
 background-color: #fff;
 transition: .3s;
 position: relative;
 display: flex;
 justify-content: center;
 text-decoration: none !important;
}
.freelancer-box:hover {
 box-shadow: 14px -14px 30px -12px rgba(0,0,0,.42),0 11px 20px 0 rgba(0,0,0,.12),0 18px 10px -5px rgba(0,0,0,.2);
}
.freelancer-box-details {
 padding: 10px 35px 15px;
 flex: 1;
}
.freelancer-box .freelancer-box-description {
 flex: 1;
 align-items: center;
 justify-content: center;
}
.freelancer-box h3{
 font-family: "Poppins", sans-serif;
 font-size: 18px;
 color: #00C4CF;
 line-height: 18px;
 cursor: pointer;
 font-weight: 700;
 padding-top: 2px;
}
.freelancer-box h3.verified::after {
 content: "\f19a";
 font-family: feathericon;
 font-size: 18px;
 color: #00C4CF;
 margin-left: 10px;
}

.freelancer-box h4{
 font-family: "Poppins", sans-serif;
 font-size: 14px;
 color: #7a7b7c;
 line-height: 18px;
 padding-top: 2px;
}

.star-rating {
    display: inline-block;
}
.star-rating::before {
    content: attr(data-rating);
    float: left;
    border-radius: 4px;
    background-color: #febe42;
    color: #fff;
    font-size: 14px;
    line-height: 15px;
    font-weight: 700;
    padding: 5px 7px;
    position: relative;
    top: 1px;
    margin-right: 10px;
}
.star-rating .star {
    display: inline-block;
    margin: 0;
        margin-right: 0px;
    padding: 0;
    float: left;
    margin-right: 0;
    position: relative;
}
.star-rating .star.half::after, .star-rating .star::before {
    font-family: feathericon;
    content: "\f151";
    display: block;
    color: #febe42;
    font-size: 22px;
}
.star-rating .star.half::before {
    color: #ddd;
}
.star-rating .star.half::after {
    color: #febe42;
    position: absolute;
    top: 0;
    width: 50%;
    display: block;
    height: 100%;
    overflow: hidden;
}
.star-rating .star.empty::before {
    color: #ddd;
}

.freelancer-box .freelancer-box-icons {
 list-style: none;
 padding: 0;
 margin: 3px 0 0 3px;
}
.freelancer-box .freelancer-box-icons li {
 display: inline-block;
 padding: 0;
 margin: 0;
 margin-right: 15px;
 font-family: 'Lato', serif;
 font-size: 14px;
 color: #7a7b7c;
}
.freelancer-box .freelancer-box-icons i {
 color: #909090;
 font-size: 15px;
 position: relative;
 top: 1px;
 margin-right: 5px;
}
.freelancer-box .freelancer-box-description p {
 font-family: "Poppins", sans-serif;
 font-size: 14px;
 margin: 15px 0 0;
 padding: 0;
 color: #7a7b7c;
}
.freelancer-box-tags {
 font-family: "Poppins", sans-serif;
 font-size: 16px;
 color: #7a7b7c;
 display: block;
 margin: 10px 0 3px;
}
.freelancer-box-tags span {
 font-family: "Poppins", sans-serif;
 font-size: 13px;
 border-radius: 4px;
 color: #ffffff;
 display: inline-block;
 padding: 4px 10px;
 margin: 2px 0;
 line-height: 24px;
 background-color: #abacad;
}


.freelancer-box-img {
 flex: 0 0 0px 0px;
 background-color: #f4f4f4;
 position: relative;
 display: flex;
 align-items: center;
 justify-content: center;
}
.freelancer-box-img-inner {
 width: 100%;
 padding: 15px;
}
.freelancer-box-img-inner img{
 width: 100px;
 height: 100px;
}

@media(max-width:768px) {
	.freelancer-box{
	 flex-direction: column;
	}
	.freelancer-box-bid {
     flex: 1;
	 width: 100%;
	}
}


/* ==========================================================================
   Freelancer Profile Page
   ========================================================================== */
/* ------------------------------------------------------------------- */
/* Header Section
---------------------------------------------------------------------- */
.profile-banner {
  background-size: cover;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  color: #fff;
  height: 60vh;
  width: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
.profile-banner .banner-content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.profile-banner .banner-content a img{
 width: 100px;
 height: 100px;
 margin-bottom: 10px;
 border: 10px solid transparent;
 box-shadow: 5px 3px 0 rgba(241, 190, 90, 0.8);
}
.profile-banner .banner-content h1 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-top: 0px !important;
}
.profile-banner .banner-content h1.verified::after {
 content: "\f19a";
 font-family: feathericon;
 font-size: 18px;
 color: #ffffff;
 margin-left: 10px;
}
.profile-banner .banner-content h2 {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  margin-top: 0px !important;
  margin-bottom: 0;
  color: #f1be5a;
}
.profile-banner .banner-content h3 {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  margin-top: 7px !important;
}
.profile-banner .banner-content .button-wrapper {
 display: inline-block;
 margin-top: 10px;
}
.profile-banner .banner-content h4 a {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  margin-top: 0px !important;
  margin-bottom: 0;
  color: #f1be5a;
}

@media(max-width:992px) {
	.profile-banner {
	  height: 80vh;
	}
	.profile-banner .banner-content h1{
	  font-size: 22px;
	}
	.profile-banner .banner-content h2 {
	  font-size: 18px;
	}
	.profile-banner .banner-content h3 {
	  font-size: 16px;
	}
}
@media(max-width:768px) {
	.profile-banner {
	  height: 80vh;
	}
	.profile-banner .banner-content h1{
	  font-size: 22px;
	}
	.profile-banner .banner-content h2 {
	  font-size: 18px;
	}
	.profile-banner .banner-content h3 {
	  font-size: 16px;
	}
}


/* ------------------------------------------------------------------- */
/* Navbar-box Section
---------------------------------------------------------------------- */
.navbar-box{
    margin-bottom: 0px;
    height: 70px;
    width: 100%;
    margin-top: 0px;
    background: #fff;
    margin-bottom: 0px;
    border-bottom: 1px solid #f0f0f0;
}
.navbar-box ul {
    display: inline-block;
    overflow: hidden;
    height: 70px;
    width: 100%;
}
.navbar-box ul li.active {
    background: #00C4CF;
}
.navbar-box ul li.active a{
	color: #fff !important;
}
.navbar-box ul li {
    display: inline-block;
    height: 100%;
    border-right: 1px solid #f0f0f0;
	padding: 0px !important;
	margin: 0px !important;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
}
.navbar-box ul li a{
  font-family: "Poppins", sans-serif;
    color: #88898a;
    font-size: 14px;
    line-height: 18px;
    line-height: 65px;
    width: 240px;
    display: block;
    cursor: pointer;
	text-decoration: none;
}
@media(max-width:768px) {
	.navbar-box ul {
	 padding-left: 0px !important;
	}
	.navbar-box ul li.active {
		background: #fff;
	}
	.navbar-box ul li.active a{
		color: #00C4CF !important;
	}
	.navbar-box ul li{
    display: inline;
	padding-right: 20px;
	float: none;
	text-align: left;
	border: none;
	}
	.navbar-box ul li a {
		line-height: 60px;
		font-size: 14px;
		width: auto;
		display: inline;
	}
}

/* ------------------------------------------------------------------- */
/* Freelancer Content Section
---------------------------------------------------------------------- */
.freelancer-content{
 padding: 40px 0px;
 background: #f9f9f9;
}
.gal-container{
 padding: 0px;
}
.gal-item{
 overflow: hidden;
 padding: 20px;
 box-shadow: 0 2px 12px rgba(0,0,0,.12);
 margin-bottom: 30px;
}
.gal-footer{
 overflow: hidden;
 padding: 20px 0px 0px 0px;
 text-align: center;
}
.gal-item img.box-img{
 height: 250px;
 width: 100%;
 object-fit:cover;
 -o-object-fit:cover;
}
.gal-item img.modal-img{
 height: 100%;
 width: 100%;
 object-fit:cover;
 -o-object-fit:cover;
}

.modal-open .gal-container .modal{
 background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
 padding: 0px;
}
.modal-open .gal-item button.close{
 position: absolute;
 width: 25px;
 height: 25px;
 background-color: #000;
 opacity: 1;
 color: #fff;
 z-index: 999;
 right: -12px;
 top: -12px;
 border-radius: 50%;
 font-size: 15px;
 border: 2px solid #fff;
 line-height: 25px;
 -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
 box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
 outline: none;
}
.modal-open .gal-item button.close span{
 position: relative;
 top: -3px;
 font-weight: lighter;
 text-shadow:none;
}
.gal-container .modal-dialogue{
 width: 80%;
}
.gal-container .description{
 position: relative;
 height: inherit;
 top: -40px;
 padding: 25px 25px;
 background-color: #fff !important;
 text-align: left;
}
.gal-container .description h4{
 font-family: "Poppins", sans-serif;
 color: #7a7b7c;
 font-size: 15px;
 font-weight: 700;
 line-height: 28px;
 margin:0px;
}
.gal-container .description p{
 font-family: "Poppins", sans-serif;
 color: #7a7b7c;
 font-size: 13px;
 font-weight: 300;
 line-height: 28px;
 margin:0px;
}
.gal-container .modal.fade .modal-dialog {
 -webkit-transform: scale(0.1);
 -moz-transform: scale(0.1);
 -ms-transform: scale(0.1);
 transform: scale(0.1);
 top: 100px;
 opacity: 0;
 -webkit-transition: all 0.3s;
 -moz-transition: all 0.3s;
 transition: all 0.3s;
}
.gal-container .modal.fade.in .modal-dialog {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
 -webkit-transform: translate3d(0, -100px, 0);
 transform: translate3d(0, -100px, 0);
 opacity: 1;
}
@media (min-width: 768px) {
	.gal-container .modal-dialog {
	 width: 55%;
	 margin: 50 auto;
	}
}
@media (max-width: 768px) {
	.gal-container{
	 padding: 0px 20px !important;
	}
    .gal-container .modal-content{
     height: inherit;
    }
	.gal-item{
	 margin-bottom: 30px;
	}
	.gal-item img.box-img{
	 height: 100%;
	 width: 100%;
	 object-fit:cover;
	 -o-object-fit:cover;
	}

}
@media(max-width:992px) {
	.gal-item{
	 margin-bottom: 30px;
	}
}



.freelancer-content .headline {
 margin-bottom: 25px !important;
 margin-top: 0 !important;
 display: block;
 position: relative;
 padding-right: 20%;
}
.freelancer-content .headline h3{
 font-family: "Poppins", sans-serif;
 font-size: 18px;
 line-height: 36px;
 font-weight: 700;
 color: #7a7b7c !important;
}


.about-box {
 border-radius: 4px;
 box-shadow: 0 2px 12px rgba(0,0,0,.12);
 margin-bottom: 30px;
 background-color: #fff;
 transition: .3s;
 position: relative;
 display: flex;
 justify-content: center;
 text-decoration: none !important;
}
.about-box:hover {
 box-shadow: 14px -14px 30px -12px rgba(0,0,0,.42),0 11px 20px 0 rgba(0,0,0,.12),0 18px 10px -5px rgba(0,0,0,.2);
}
.about-box-details {
 padding: 10px 35px 15px;
 flex: 1;
}
.about-box ..about-box-description {
 flex: 1;
 align-items: center;
 justify-content: center;
}
.about-box h3{
 font-family: "Poppins", sans-serif;
 font-size: 16px;
 color: #00C4CF;
 line-height: 18px;
 font-weight: 700;
 padding-top: 2px;
}
.about-box h4{
 font-family: "Poppins", sans-serif;
 font-size: 14px;
 color: #7a7b7c;
 line-height: 18px;
 padding-top: 2px;
}

.about-box .about-box-description p {
 font-family: "Poppins", sans-serif;
 font-size: 14px;
 margin: 15px 0 0;
 padding: 0;
 color: #7a7b7c;
}
.about-box-tags {
 font-family: "Poppins", sans-serif;
 font-size: 16px;
 color: #7a7b7c;
 display: block;
 margin: 10px 0 3px;
}
.about-box-tags span {
 font-family: "Poppins", sans-serif;
 font-size: 13px;
 border-radius: 4px;
 color: #ffffff;
 display: inline-block;
 padding: 4px 10px;
 margin: 2px 0;
 line-height: 24px;
 background-color: #abacad;
}

.about-box-img {
 flex: 0 0 0px 0px;
 background-color: #f4f4f4;
 position: relative;
}
.about-box-img-inner {
 width: 100%;
 padding: 15px;
}
.about-box-img-inner img{
 width: 100px;
 height: 100px;
}

@media(max-width:768px) {
	.about-box{
	 flex-direction: column;
	}
	.about-box-img {
     flex: 1;
	 width: 100%;
	}
}


/* ------------------------------------------------------------------- */
/* How Header Section
---------------------------------------------------------------------- */
.how-header {
  background: linear-gradient( rgba(34,34,34,0.6), rgba(34,34,34,0.6) ), url('../img/market.jpg') no-repeat center center fixed;
  background-size: cover !important;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  color: #fff;
  height: 40vh;
  width: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.how-header .post-heading{
 color: #ffffff;
}
.how-header h1 {
 font-family: "Poppins", sans-serif;
 font-weight: 700;
 text-align: center;
 color: #fff;
 letter-spacing: 0px;
 font-size: 45px;
}
.how-header h4 {
 font-family: "Poppins", sans-serif;
 font-weight: 700;
 text-align: center;
 color: #fff;
 letter-spacing: 0px;
 font-size: 22px;
}
@media only screen and (max-width: 768px) {
	.how-header {
	  height: 60vh;
	  width: 100%;
	}
	.how-header .post-heading {
	 padding: 150px 0;
	}
	.how-header h1 {
	 font-size: 25px;
	}
}
/* ==========================================================================
   How Avatar Section
   ========================================================================== */
.how-avatar {
 margin-bottom: -110px;
 position: relative;
 top: -40px;
 text-align: center;
}
.how-avatar img{
 border: 7px solid #f5f5f6;
 border-radius: 50%;
 float: none;
 height: 80px;
 width: 80px;
 background: #fff;
}
.how-avatar p {
 color: #868585 !important;
 font-family: "Poppins", sans-serif;
 font-size: 16px;
 font-weight: 700;
 margin-bottom: 0;
}

/* ------------------------------------------------------------------- */
/* How Content Section
---------------------------------------------------------------------- */
.how-content{
 padding: 40px 0px;
 background: #f9f9f9;
}
.how-row{
 margin-top: 70px;
}
.how-content .headline {
 margin-bottom: 25px !important;
 margin-top: 50px !important;
 display: block;
 position: relative;
 padding-right: 20%;
}
.how-content .headline h3{
 font-family: "Poppins", sans-serif;
 font-size: 18px;
 line-height: 36px;
 font-weight: 700;
 color: #7a7b7c !important;
}
















.dashboard-header{
 background: #f3c66e;
padding: 20px 0px;
}
.dashboard-header .media{
 display: flex;
}


#bigFace
{
  overflow:hidden;
}
#bigFace img
{
}
.uploadFile{
background: url('../img/whitecam.png') no-repeat;
height: 32px;
width: 32px;
overflow:hidden;
cursor:pointer;
}
.uploadFile input {
   filter: alpha(opacity=0);
   opacity: 0;
   margin-left:-110px

}
.timelineUploadImgBig
{
position: absolute;
margin-top: 75px;
margin-left: 5px;
height:32px;
  width:32px;
}
.custom-file-input{height:25px;cursor:pointer}

.dashboard-header .avatar-box{
 margin-right: 20px;
}
.dashboard-header .avatar-box img{
 width: 105px;
 height: 105px;
}
.dashboard-header .media-body{
 -ms-flex: 1;
 flex: 1;
}
.dashboard-header .media-body h2{
 font-family: "Poppins", sans-serif;
 font-size: 20px;
 color: #ffffff;
}
.dashboard-header .media-body span{
 /*display: block !important;*/
 font-family: "Poppins", sans-serif;
 font-size: 24px;
 color: #ffffff;
}
.dashboard-header .media-body span small{
 font-size: 10px;
}
.dashboard-header .breadcrumb-box .breadcrumb {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 padding: 1.5rem 1rem;
 margin-bottom: 0rem;
 list-style: none;
 background-color: transparent;
 border-radius: 0.25rem;
}
.breadcrumb .breadcrumb-item {
 font-family: "Poppins", sans-serif;
 font-size: 14px;
 color: #fff;
}
.breadcrumb .breadcrumb-link {
 color: #ffffff;
}
.breadcrumb .breadcrumb-link:hover,
.breadcrumb .breadcrumb-link:focus {
 color: #ffffff !important;
}
.breadcrumb .breadcrumb-item::before {
 color: rgba(255, 255, 255, 0.7);
}
.breadcrumb-item::before {
 display: inline-block;
 padding-right: 0.5rem;
 color: #97a4af;
 content: "";
}

@media only screen and (min-width: 900px) {
	.dashboard-header .breadcrumb-box{
	 display: flex;
	  justify-content: flex-end;
	}
}

/* ------------------------------------------------------------------- */
/* Dashboard Section
---------------------------------------------------------------------- */
.dashboard{
 padding: 40px 0px;
 background: #f9f9f9;
}
.dashboard .headline {
 margin-bottom: 35px !important;
 margin-top: 0 !important;
 display: block;
 position: relative;
 padding-right: 20%;
}
.dashboard .headline h3{
 font-family: "Poppins", sans-serif;
 font-size: 20px;
 line-height: 36px;
 font-weight: 700;
 color: #7a7b7c !important;
}
.dashboard .headline h4{
 font-family: "Poppins", sans-serif;
 font-size: 18px;
 line-height: 26px;
 font-weight: 700;
 color: #00C4CF !important;
}
.dashboard .headline h5{
 font-family: "Poppins", sans-serif;
 font-size: 14px;
 line-height: 26px;
 font-weight: 700;
 color: #f35f72 !important;
}
.dashboard .headline a{
 position: absolute;
 right: 0;
 bottom: 0;
 font-family: "Poppins", sans-serif;
 font-size: 16px;
 color: #f46f80;
 text-decoration: none;
}
.dashboard .headline a:hover{
 color: #f46f80 !important;
}
.dashboard .headline a::after {
 content: "\f178";
 font-family: FontAwesome;
 font-style: normal;
 font-weight: normal;
 text-decoration: inherit;

 font-size: 14px;
 line-height: 0;
 position: relative;
 top: 1px;
 margin-left: 5px;
}
@media(max-width:768px) {

	.dashboard .headline a {
	 position: relative;
	 margin-top: 10px;
	 display: inline-block;
	}
}

.project-box {
 border-radius: 4px;
 box-shadow: 0 2px 12px rgba(0,0,0,.12);
 margin-bottom: 30px;
 background-color: #fff;
 transition: .3s;
 position: relative;
 display: flex;
 justify-content: center;
 text-decoration: none !important;
}
.project-box:hover {
 box-shadow: 14px -14px 30px -12px rgba(0,0,0,.42),0 11px 20px 0 rgba(0,0,0,.12),0 18px 10px -5px rgba(0,0,0,.2);
}
.project-details {
 padding: 10px 35px 15px;
 flex: 1;
}
.project-box .project-description {
 flex: 1;
 align-items: center;
 justify-content: center;
}
.project-box a.project-title h3{
 font-family: "Poppins", sans-serif;
 font-size: 18px;
 color: #00C4CF;
 line-height: 28px;
 cursor: pointer;
 font-weight: 700;
 padding-top: 2px;
}
.project-box .project-description h4{
font-family: "Poppins", sans-serif;
font-size: 14px;
color: #7a7b7c;
line-height: 18px;
padding-top: 2px;
}
.project-icons {
 list-style: none;
 padding: 0;
 margin: 3px 0 10px 3px;
}
.project-icons li {
 display: inline-block;
 padding: 0;
 margin: 0;
 margin-right: 15px;
 font-family: 'Lato', serif;
 font-size: 14px;
 color: #7a7b7c;
}
.project-icons i {
 color: #909090;
 font-size: 15px;
 position: relative;
 top: 1px;
 margin-right: 5px;
}
.project-icons li strong{
 display: inline-block;
 padding: 0;
 margin: 0;
 margin-right: 15px;
 font-family: 'Lato', serif;
 font-size: 14px;
 color: #f35f72;
}
.project-icons li a{
font-family: "Poppins", sans-serif;
font-size: 16px;
color: #f46f80;
cursor: pointer;
}
.project-icons li a:hover{
color: #f46f80 !important;
}
.project-box .project-btns {
 padding: 0;
 margin: 3px 0 10px 3px;
}
.project-box .project-btns .kafe-btn-mint-small{
 font-family: "Poppins", sans-serif;
}
.project-box .project-description p {
 font-family: "Poppins", sans-serif;
 font-size: 14px;
 margin: 15px 0 0;
 padding: 0;
 color: #7a7b7c;
}
.project-tags {
 font-family: "Poppins", sans-serif;
 font-size: 16px;
 color: #7a7b7c;
 display: block;
 margin: 23px 0 3px;
}
.project-tags span {
 font-family: "Poppins", sans-serif;
 font-size: 13px;
 border-radius: 4px;
 color: #ffffff;
 display: inline-block;
 padding: 4px 10px;
 margin: 2px 0;
 line-height: 24px;
 background-color: #abacad;
}
.project-bid {
 flex: 0 0 240px;
 background-color: #f4f4f4;
 position: relative;
 display: flex;
 align-items: center;
 justify-content: center;
}
.project-bid-inner {
 width: 100%;
 padding: 35px;
}
.project-bid .project-offers {
 margin-bottom: 15px;
}
.project-bid .project-offers h4 {
 font-family: "Poppins", sans-serif;
 font-size: 18px;
 color: #00C4CF;
 display: block;
 font-weight: 600;
 line-height: 18px;
}
.project-bid .project-offers span {
 display: block;
 font-family: "Poppins", sans-serif;
 font-size: 14px;
 color: #f1be5a;
 line-height: 24px;
}
.project-bid span {
 display: block;
 font-family: "Poppins", sans-serif;
 font-size: 14px;
 color: #7a7b7c;
 line-height: 24px;
}
.project-bid h5 {
 font-family: "Poppins", sans-serif;
 font-size: 18px;
 color: #f35f72;
 display: block;
 font-weight: 600;
 line-height: 18px;
}

.project-img {
 flex: 0 0 240px 0px;
 background-color: #f4f4f4;
 position: relative;
 display: flex;
 align-items: center;
 justify-content: center;
}
.project-img-inner {
 width: 100%;
 padding: 15px 15px 20px 15px;
}
.project-img-inner img{
 width: 100px;
 height: 100px;
 margin-bottom: 10px;
}
.project-box h4{
 font-family: "Poppins", sans-serif;
 font-size: 14px;
 color: #7a7b7c;
 line-height: 28px;
 font-weight: 400;
 padding-top: 2px;
}
@media(max-width:768px) {

	a.headline-link {
		position: relative;
		margin-top: 10px;
		display: inline-block;
	}
	.project-box {
		flex-direction: column;
	}
	.project-bid {
		flex: 1;
		padding: 30px 0;
	}
}


.proposal-box {
 border-radius: 4px;
 box-shadow: 0 2px 12px rgba(0,0,0,.12);
 margin-bottom: 30px;
 background-color: #fff;
 transition: .3s;
 position: relative;
 display: flex;
 justify-content: center;
 text-decoration: none !important;
}
.proposal-box:hover {
 box-shadow: 14px -14px 30px -12px rgba(0,0,0,.42),0 11px 20px 0 rgba(0,0,0,.12),0 18px 10px -5px rgba(0,0,0,.2);
}
.proposal-details {
 padding: 10px 35px 15px;
 flex: 1;
}
.proposal-box .proposal-description {
 flex: 1;
 align-items: center;
 justify-content: center;
}
.proposal-box h3{
 font-family: "Poppins", sans-serif;
 font-size: 18px;
 color: #00C4CF;
 line-height: 18px;
 cursor: pointer;
 font-weight: 700;
 padding-top: 2px;
}
.proposal-box h3.verified::after {
 content: "\f19a";
 font-family: feathericon;
 font-size: 18px;
 color: #00C4CF;
 margin-left: 10px;
}
.proposal-box h4{
 font-family: "Poppins", sans-serif;
 font-size: 14px;
 color: #7a7b7c;
 line-height: 18px;
 padding-top: 2px;
}
.proposal-box h4 a{
 font-family: "Poppins", sans-serif;
 font-size: 14px;
 color: #7a7b7c;
 line-height: 18px;
 padding-top: 2px;
}
.proposal-box h4 a:hover,
.proposal-box h4 a:focus{
 color: #ea4c89 !important;
}

.proposal-box h5{
 font-family: "Poppins", sans-serif;
 font-size: 12px;
 color: #febe42;
 line-height: 18px;
 padding-top: 2px;
}


.proposal-box .proposal-description p {
 font-family: "Poppins", sans-serif;
 font-size: 14px;
 margin: 15px 0 0;
 padding: 0;
 color: #7a7b7c;
}
.proposal-tags {
 font-family: "Poppins", sans-serif;
 font-size: 16px;
 color: #7a7b7c;
 display: block;
 margin: 10px 0 3px;
}
.proposal-tags span {
 font-family: "Poppins", sans-serif;
 font-size: 13px;
 border-radius: 4px;
 color: #ffffff;
 display: inline-block;
 padding: 4px 10px;
 margin: 2px 0;
 line-height: 24px;
 background-color: #abacad;
}

.proposal-box .project-icons {
 list-style: none;
 padding: 0;
 margin: 3px 0 10px 3px;
}
.proposal-box .project-icons li {
 display: inline-block;
 padding: 0;
 margin: 0;
 margin-right: 15px;
 font-family: 'Lato', serif;
 font-size: 14px;
 color: #7a7b7c;
}
.proposal-box .project-icons i {
 color: #909090;
 font-size: 15px;
 position: relative;
 top: 1px;
 margin-right: 5px;
}
.proposal-box .project-icons li strong{
 display: inline-block;
 padding: 0;
 margin: 0;
 margin-right: 15px;
 font-family: 'Lato', serif;
 font-size: 14px;
 color: #f35f72;
}


.proposal-img {
 flex: 0 0 0px 0px;
 background-color: #f4f4f4;
 position: relative;
 display: flex;
 align-items: center;
 justify-content: center;
}
.proposal-img-inner {
 width: 100%;
 padding: 15px;
}
.proposal-img-inner img{
 width: 100px;
 height: 100px;
}
.proposal-box .proposal-description h6::before {
    background-color: #F5AC1B;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 15px;
    height: 15px;
    border-radius: 10px;
	margin-right: 10px;
}


.proposal-bid {
 flex: 0 0px 0px 0px;
 background-color: #f4f4f4;
 position: relative;
 display: flex;
 align-items: center;
 justify-content: center;
}
.proposal-bid-inner {
 width: 100%;
 padding: 15px;
}
.proposal-bid-inner .most-popular {
	position: absolute;
	top: 38px;
	right: -90px;
}
.proposal-bid-inner .most-popular span {
	font-family: 'Abhaya Libre', serif;
	color: #fff;
	display: block;
	font-size: 14px;
	padding: 10px 30px 10px 30px;
	background-color: #00C4CF;
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
}
.proposal-box .proposal-bid h4{
 font-family: "Poppins", sans-serif;
 font-size: 14px;
 color: #7a7b7c;
 line-height: 18px;
 padding-top: 2px;
}
.proposal-bid .proposal-offers {
 margin-bottom: 15px;
}
.proposal-bid .proposal-offers h4 {
 font-family: "Poppins", sans-serif;
 font-size: 18px;
 color: #00C4CF;
 display: block;
 font-weight: 600;
 line-height: 18px;
}
.proposal-bid .proposal-offers span {
 display: block;
 font-family: "Poppins", sans-serif;
 font-size: 14px;
 color: #7a7b7c;
 line-height: 24px;
}
.proposal-bid h5 {
 font-family: "Poppins", sans-serif;
 font-size: 18px;
 color: #f35f72;
 display: block;
 font-weight: 600;
 line-height: 18px;
}

@media(max-width:768px) {
	.proposal-box{
	 flex-direction: column;
	}
	.proposal-bid {
     flex: 1;
	 width: 100%;
	}
}

.add-box {
 border-radius: 4px;
 box-shadow: 0 2px 12px rgba(0,0,0,.12);
 margin-bottom: 30px;
 background-color: #fff;
 transition: .3s;
 text-decoration: none !important;
 padding: 20px 40px 30px;
}
.add-box .form-group{
 margin-bottom: 40px;
}
.add-box .form-group label{
 font-family: "Poppins", sans-serif;
 font-size: 18px;
 color: #00C4CF;
 margin-bottom: 10px;
}
.add-box h3.add-box-title{
 font-family: "Poppins", sans-serif;
 font-size: 18px;
 color: #00C4CF !important;
 margin-bottom: 10px;
}

.add-box .form-group input[type="checkbox"]:checked {
    background-image: url('../img/check.png');
    background-repeat: no-repeat;
    background-position: center;
}
.add-box .form-group input[type="checkbox"] {
    background-color: #FFF;
    border: 1px solid #D9D9D9;
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
.add-box .form-group label.help-text-label {
 font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #7a7b7c !important;
    line-height: 1.5;
	padding-left: 10px;
}

.add-box .form-group input.form-control {
  width: 100%;
  height: 57px;
  padding: 10px 23px 10px 31px;
  font-family: 'Varela Round', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  color: #868585;
  border: 0;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
 box-shadow: 0 2px 12px rgba(0,0,0,.12);
}
.add-box .form-group select.form-control {
  width: 100%;
  height: 57px;
  padding: 10px 23px 10px 31px;
  font-family: 'Varela Round', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  color: #868585;
  border: 0;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
 box-shadow: 0 2px 12px rgba(0,0,0,.12);
}
.add-box .form-group textarea.form-control {
  width: 100%;
  height: 300px !important;
  padding: 10px 23px 10px 31px;
  font-family: 'Varela Round', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  color: #868585;
  border: 0;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
 box-shadow: 0 2px 12px rgba(0,0,0,.12);
}

.installation-box {
 border-radius: 4px;
 box-shadow: 0 2px 12px rgba(0,0,0,.12);
 margin-bottom: 30px;
 background-color: #fff;
 transition: .3s;
 text-decoration: none !important;
 padding: 20px 40px 30px;
 overflow: hidden;
 position: relative;
width: 100%;
}
.installation-box h3{
 font-family: "Poppins", sans-serif;
 font-size: 18px;
 color: #00C4CF !important;
 margin-bottom: 10px;
}
.installation-box p{
 font-family: "Poppins", sans-serif;
 font-size: 14px;
 color: #7a7b7c !important;
 margin-bottom: 10px;
}
.installation-box .oxy-product-card__price {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    font-size: 14px !important;
    font-weight: 700;
    position: absolute;
    top: 100%;
    left: 100%;
    transform: translate3d(-70%, -50%, 0);
    transition: transform .4s;
        transition-delay: 0s;
    transition-delay: 0.25s;
	background-color: #f35f72 !important;
}
.installation-box .oxy-product-card__price > span {
    display: block;
    margin: 12px 16px;
    line-height: 1.2;
 font-family: "Poppins", sans-serif;
 font-size: 12px;
}

.installation-box  .list-group-item{
 margin-bottom: 10px;
 border-radius: 4px;
 box-shadow: 0 2px 12px rgba(0,0,0,.12);
 border: none;
 font-family: "Poppins", sans-serif;
 font-size: 14px;
 color: #7a7b7c !important;
}
.installation-box  .list-group-item .label-info{
 background: #0fc19e !important;
}

/* ------------------------------------------------------------------- */
/* Chat Section
---------------------------------------------------------------------- */
.chat-headline {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.chat-headline h3{
 font-family: "Poppins", sans-serif;
 font-size: 24px;
 color: #f35f72;
 display: block;
 font-weight: 600;
 line-height: 18px;
}
.chat-headline h4{
 font-family: "Poppins", sans-serif;
 font-size: 18px;
 color: #7a7b7c;
 font-weight: 300;
 line-height: 18px;
}
.chat-headline .chat-btns{
 margin-bottom: 15px;
}
.chat-headline .chat-btns .kafe-btn{
 margin-bottom: 15px;
}

/* ------------- Chat Box ------------- */
.chat-box{
 background-color: #fff;
 margin-bottom: 100px;
 box-shadow: 0 2px 12px rgba(0,0,0,.12);
}
.chat-box .no-border {
 font-family: "Poppins", sans-serif;
 font-size: 16px;
 border-color: transparent;
 border-width: 0;
}
.chat-box .box-footer{
 padding: 1rem;
}

/* ----------------  Profile    --------------- */

.change-photo {
 margin-bottom: 15px;
 overflow: hidden;
}
.change-photo .user-image {
 float: left;
 margin: 0 10px 0 0;
 border: none;
}
.change-photo .user-image{
 width: 130px;
 height: 130px;
 overflow: hidden;
 display: inline-block;
 border-radius: 100%;
 margin-bottom: 30px;
}
.change-photo .user-image img {
 width: 100%;
 height: 100%;
 display: inline-block;
}
.change-photo .upload-photo {
 margin-top: 45px;
}
.change-photo .upload-photo .btn {
 font-size: 12px;
 cursor: pointer;
 margin-right: 15px;
 text-transform: uppercase;
 color: #fff;
 padding: 8px 20px 5px;
 border-radius: 30px;
 font-size: 14px;
 position: relative;
 z-index: 1;
 overflow: hidden;
}
.change-photo .upload-photo input {
 display: none;
}

/* ----------------  Plans    --------------- */
.pricing-box {
 background-color: #fff;
 padding: 30px 20px;
 margin-bottom: 30px;
 text-align: center;
 border: 1px solid #eee;
 -webkit-transition: .3s ease-in-out;
 -o-transition: .3s ease-in-out;
 transition: .3s ease-in-out;
}
.pricing-box h6 {
 font-family: 'Abhaya Libre', serif;
 text-transform: uppercase;
 color: #96a2b2;
 font-weight: 700;
 font-size: 14px;
}
.pricing-box .price {
 font-family: 'Abhaya Libre', serif;
 font-weight: 700;
 font-size: 55px;
 line-height: 55px;
 color: #00C4CF !important;
 padding: 10px 0;
}
.pricing-box .price sup {
 font-size: 28px;
 vertical-align: super;
}
.pricing-box .price span {
 display: block;
 font-family: Montserrat,sans-serif;
 font-size: 12px;
 font-weight: 400;
 line-height: 25px;
 color: #96a2b2;
}
.pricing-box p {
 font-family: 'Abhaya Libre', serif;
 color: #848484;
 font-size: 16px;
}
.pricing-box p strong {
 color: #f1be5a;
 font-size: 20px !important;
 font-weight: 700;
}
.pricing-box p a{
 font-family: 'Abhaya Libre', serif;
 color: #00C4CF;
 font-size: 20px;
}


.withdraw-box {
 border-radius: 4px;
 box-shadow: 0 2px 12px rgba(0,0,0,.12);
 margin-bottom: 30px;
 background-color: #fff;
 transition: .3s;
 position: relative;
 display: flex;
 justify-content: center;
 text-decoration: none !important;
}
.withdraw-box:hover {
 box-shadow: 14px -14px 30px -12px rgba(0,0,0,.42),0 11px 20px 0 rgba(0,0,0,.12),0 18px 10px -5px rgba(0,0,0,.2);
}
.withdraw-details {
 padding: 10px 35px 15px;
 flex: 1;
}
.withdraw-box .withdraw-description {
 flex: 1;
 align-items: center;
 justify-content: center;
}
.withdraw-box a.project-title h3{
 font-family: "Poppins", sans-serif;
 font-size: 18px;
 color: #00C4CF;
 line-height: 20px;
 cursor: pointer;
 font-weight: 700;
}
.withdraw-box .withdraw-description h4{
 font-family: "Poppins", sans-serif;
 font-size: 14px;
 color: #7a7b7c;
 line-height: 28px;
 font-weight: 500;
 padding-top: 2px;
}
.withdraw-box .withdraw-description p {
 font-family: "Poppins", sans-serif;
 font-size: 14px;
 margin: 15px 0 0;
 padding: 0;
 color: #7a7b7c;
}
.withdraw-bid {
 flex: 0 0 240px;
 background-color: #f4f4f4;
 position: relative;
 display: flex;
 align-items: center;
 justify-content: center;
}
.withdraw-bid-inner {
 width: 100%;
 padding: 5px 35px 5px 35px;
}
.withdraw-bid .withdraw-bid-inner h4 {
 font-family: "Poppins", sans-serif;
 font-size: 18px;
 color: #00C4CF;
 display: block;
 font-weight: 600;
 line-height: 18px;
}
.withdraw-bid .withdraw-bid-inner h5 {
 font-family: "Poppins", sans-serif;
 font-size: 16px;
 color: #f1be5a;
 display: block;
 font-weight: 600;
 line-height: 18px;
}
.withdraw-box h2 {
 font-family: "Poppins", sans-serif;
 font-size: 16px;
 color: #f1be5a;
 display: block;
 font-weight: 600;
 line-height: 18px;
}
@media(max-width:768px) {
	.withdraw-box {
		flex-direction: column;
	}
	.withdraw-bid {
		flex: 1;
		padding: 30px 0;
	}
}

/* ----------------  Modal    --------------- */
.modal .modal-header{
 padding: 9px 10px !important;
}
.modal .modal-header .modal-title{
 font-family: "Poppins", sans-serif;
 font-size: 20px;
 color: #f1be5a !important;
}
.modal .modal-header button{
 color: #00C4CF !important;
}
.modal .modal-body label{
 font-family: "Poppins", sans-serif;
 font-size: 16px;
 color: #00C4CF !important;
}
.modal .modal-body .form-control{
 font-family: "Poppins", sans-serif;
 font-size: 16px;
 color: #848484 !important;
}
 .modal .modal-body .form-control:focus {
  border: 1px solid #00C4CF;
}
.modal .modal-body .field_notice{
 font-family: "Poppins", sans-serif;
 font-size: 16px;
 color: #848484 !important;
}


/* ----------------  Ratings Box    --------------- */
.ratings-box {
 border-radius: 4px;
 box-shadow: 0 2px 12px rgba(0,0,0,.12);
 margin-bottom: 30px;
 background-color: #fff;
 transition: .3s;
 text-decoration: none !important;
 padding: 20px 40px 30px;
}
.ratings-box .ratings-title{
 font-family: "Poppins", sans-serif;
 font-size: 20px;
 color: #00C4CF !important;
 line-height: 28px;
 padding-bottom: 20px;
}

/* ----------------  404 Error    --------------- */
.error-header{
 height: 100vh;
 width: 100%;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 text-align: center;
}
.notfound {
 width: 100%;
 max-width: 410px;
}
.notfound .notfound-404 {
 height: 280px;
 position: relative;
 z-index: -1;
}
.notfound .notfound-404 h1 {
 font-family: 'Montserrat', sans-serif;
 font-size: 230px;
 margin: 0;
 font-weight: 900;
 color: #f1be5a;
}
.notfound h2 {
 font-family: "Poppins", sans-serif;
 color: #00C4CF;
 font-size: 24px;
 font-weight: 700;
 margin-top: 0;
}
.notfound p {
 font-family: "Poppins", sans-serif;
 color: #7a7b7c;
 font-size: 14px;
 font-weight: 400;
 margin-bottom: 20px;
 margin-top: 0;
}
@media(max-width:768px) {
	.notfound {
	 max-width: 310px !important;
	}
	.notfound .notfound-404 {
	 height: 90px;
	}
	.notfound .notfound-404 h1 {
	 font-family: 'Montserrat', sans-serif;
	 font-size: 70px;
	 margin-bottom: 0px !important;
	 font-weight: 900;
	 color: #f1be5a;
	}
}

/* ----------------  Prop Info    --------------- */
.prop-info {
  padding: 40px 20px;
  background-color: #fff;
  border-radius: 4px;
  color: #a0a0a0;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 20px;
 box-shadow: 0 2px 12px rgba(0,0,0,.12);

 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 text-align: center;
}
.prop-info i{
  color: #f1be5a !important;
}
.prop-info img{
 height: 100px;
 width: 100px;
}
.prop-info h3{
  font-family: 'Abhaya Libre', serif;
  font-size: 24px;
  color: #848484 !important;
}
.prop-info p{
  font-family: 'Abhaya Libre', serif;
  font-size: 18px;
  color: #848484 !important;
}
.prop-info p a{
  font-family: 'Abhaya Libre', serif;
  font-size: 18px;
  color: #fff !important;
}


/* ------------------------------------------------------------------- */
/* Mini-Post
---------------------------------------------------------------------- */
.mini-post {
 display: -moz-flex;
 display: -webkit-flex;
 display: -ms-flex;
 display: flex;
 -moz-flex-direction: column-reverse;
 -webkit-flex-direction: column-reverse;
 -ms-flex-direction: column-reverse;
 flex-direction: column-reverse;
 background: #ffffff;
 border: solid 1px rgba(160, 160, 160, 0.3);
 margin: 0 0 2em 0;
}
.mini-post header {
 padding: 1.25em 4.25em 0.1em 1.25em;
 min-height: 4em;
 position: relative;
 -moz-flex-grow: 1;
 -webkit-flex-grow: 1;
 -ms-flex-grow: 1;
 flex-grow: 1;
}
.mini-post header h3 {
 font-size: 12px;
 color: #ea4c89;
 font-family: 'Rokkitt', serif;
 font-weight: 800;
 letter-spacing: 0.25em;
 line-height: 1.65;
 margin: 0 0 1em 0;
}
.mini-post header h3 a{
 color: #ea4c89;
}
.mini-post header .icons {
 display: block;
 font-family: 'Rokkitt', serif;
 font-size: 12px;
 font-weight: 400;
 margin: -0.625em 0 1.7em 0;
 color: #9fa0a1;
}
.mini-post header .icons span{
 margin-right: 6px;
}
.mini-post header .author {
 position: absolute;
 right: 2em;
 top: 2em;
}
.mini-post header .author {
 display: -moz-flex;
 display: -webkit-flex;
 display: -ms-flex;
 display: flex;
 -moz-flex-direction: row;
 -webkit-flex-direction: row;
 -ms-flex-direction: row;
 flex-direction: row;
 -moz-align-items: center;
 -webkit-align-items: center;
 -ms-align-items: center;
 align-items: center;
 -moz-justify-content: -moz-flex-end;
 -webkit-justify-content: -webkit-flex-end;
 -ms-justify-content: -ms-flex-end;
 justify-content: flex-end;
 border-bottom: 0;
 font-family: "Raleway", Helvetica, sans-serif;
 font-size: 0.6em;
 font-weight: 400;
 letter-spacing: 0.25em;
 text-transform: uppercase;
 white-space: nowrap;
}
.mini-post header .author img {
 border-radius: 100%;
 display: block;
 width: 4em;
}
.mini-post .image {
 overflow: hidden;
 width: 100%;
 border: 0;
 display: inline-block;
 position: relative;
}
.mini-post .image img {
 -moz-transition: -moz-transform 0.2s ease-out;
 -webkit-transition: -webkit-transform 0.2s ease-out;
 -ms-transition: -ms-transform 0.2s ease-out;
 transition: transform 0.2s ease-out;
 width: 100%;
 display: block;
}


.portfolio-box{
 background: #fff !important;
 margin-bottom: 40px;
 box-shadow: 0 2px 12px rgba(0,0,0,.12);
}
.portfolio-box .preview {
 position: relative;
 width: 100%;
 min-height: 100px;
 display: block;
 overflow: hidden;
 background: #F7F9FB;
 border: 3px solid #fff;
 border-radius: 2px;
}
.portfolio-box .preview img {
 width: 100%;
 height: 270px;
}
.portfolio-footer{
 background: #fff !important;
 padding: 20px 20px 5px 20px;
 display: flex;
 justify-content: center;
}

.portfolio-footer .portfolio-avatar {
 width: 54px;
 height: 54px;
 margin-right: 20px;
}
.portfolio-footer .portfolio-avatar img{
 width: 54px;
 height: 54px;
}

.portfolio-box .portfolio-information {
 flex: 1;
 align-items: center;
 justify-content: center;
 padding-top: 0px !important;
 margin-top: 0px !important;
}
.portfolio-information a h3{
 font-family: "Poppins", sans-serif;
 font-size: 14px;
 color: #00C4CF;
 line-height: 18px;
 cursor: pointer;
 font-weight: 700;
 padding-top: 0px !important;
 margin-top: 0px !important;
}
.portfolio-information h3.verified::after {
 content: "\f19a";
 font-family: feathericon;
 font-size: 16px;
 color: #00C4CF;
 margin-left: 10px;
}
.portfolio-information h4{
 font-family: "Poppins", sans-serif;
 font-size: 12px;
 color: #7a7b7c;
 line-height: 10px;
}
.portfolio-information h5{
 font-family: "Poppins", sans-serif;
 font-size: 10px;
 color: #f1be5a;
 line-height: 4px;
}


/*New*/
.choose-file{
	position:relative;
	margin-bottom: 30px;
}
.user-avatar{
	position: relative;
	top: 5px;
}


/* ------------------------------------------------------------------- */
/* Listing Nav Section
---------------------------------------------------------------------- */
.listing-nav {
 box-shadow: 0 1px 6px rgba(0, 0, 0, 0.09);
 border-top: none;
 position: relative;
 width: 100%;
 padding: 10px 0px;
 margin-bottom: 60px;
}
.listing-nav ul {
 display: block;
 float: left;
 margin: 0px;
 padding: 0px;
}
.listing-nav ul li {
 display: inline-block;
 margin: 0px;
 padding: 0px 25px;
}
.listing-nav ul li:first-of-type {
 padding-left: 0px;
}
.listing-nav ul li {
 padding-right: 20px;
}
.listing-nav ul li a {
 font-family: "Poppins", sans-serif;
 padding: 18px 0px 20px;
 line-height: 1.4;
 display: block;
 color: #777;
 font-weight: 300;
 font-size: 14px;
 letter-spacing: 1.5px;
}
.listing-nav ul li a.active {
 color: #00C4CF !important;
 font-weight: 600;
}
.listing-nav ul li a:hover {
 text-decoration: none;
}
.listing-nav ul.nav-right {
 float: right;
}

@media (max-width: 767px) {
	.listing-nav ul li {
	 width: 100%;
	}
	.listing-nav ul li {
	 padding-left: 0px;
	}
	.listing-nav ul.nav-right {
	 float: left;
	}
	.listing-nav ul li a {
	 padding: 10px 0px 10px;
	}
}

/* ----------------  Listing Info    --------------- */
.listing-info {
  padding: 40px 20px;
  background-color: #fff;
  border-radius: 4px;
  color: #a0a0a0;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 20px;
 box-shadow: 0 2px 12px rgba(0,0,0,.12);

 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 text-align: center;
}
.listing-info i{
  color: #f1be5a !important;
}
.listing-info img{
 height: 100px;
 width: 100px;
}
.listing-info h3{
  font-family: 'Abhaya Libre', serif;
  font-size: 24px;
  color: #848484 !important;
}
.listing-info p{
  font-family: 'Abhaya Libre', serif;
  font-size: 18px;
  color: #848484 !important;
}
.listing-info p a{
  font-family: 'Abhaya Libre', serif;
  font-size: 18px;
  color: #fff !important;
}


.payment-box {
 border-radius: 4px;
 box-shadow: 0 2px 12px rgba(0,0,0,.12);
 margin-bottom: 30px;
 background-color: #fff;
 transition: .3s;
 position: relative;
 display: flex;
 justify-content: center;
 text-decoration: none !important;
}
.payment-box:hover {
 box-shadow: 14px -14px 30px -12px rgba(0,0,0,.42),0 11px 20px 0 rgba(0,0,0,.12),0 18px 10px -5px rgba(0,0,0,.2);
}
.payment-details {
 padding: 10px 35px 15px;
 flex: 1;
}
.payment-box .payment-description {
 flex: 1;
 align-items: center;
 justify-content: center;
}
.payment-box .payment-description h4{
 font-family: "Poppins", sans-serif;
 font-size: 18px;
 color: #00C4CF;
 line-height: 28px;
 font-weight: 700;
 padding-top: 2px;
}
.payment-box .payment-description p {
 font-family: "Poppins", sans-serif;
 font-size: 14px;
 margin: 15px 0 0;
 padding: 0;
 color: #7a7b7c;
}
.payment-bid {
 flex: 0 0 240px;
 background-color: #f4f4f4;
 position: relative;
 display: flex;
 align-items: center;
 justify-content: center;
}
.payment-bid-inner {
 width: 100%;
 padding: 35px;
}
@media(max-width:768px) {
	.payment-box {
		flex-direction: column;
	}
	.payment-bid {
		flex: 1;
		padding: 30px 0;
	}
}


