

.main-banner{
    background: url('../../img/bg-freelancer.jpg') top center / cover no-repeat;
    height: 556px;
    padding-top: 70px;
    text-align: center;
}
.btn-banner{
    display: block;
    max-width: 256px;
    border-radius: 34px;
    color: #fff;
    padding: 9px 50px;
    background: rgb(30, 159, 173);
    text-align: center;
    font-size: 17px;
    position: relative;
}
.btn-banner::after{
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    right: 33px;
}
.landing-one .heading-aligner h1{
    text-align: center;
    font-size: 37px;
    margin-top: 50px;
}
.landing-one .banner-text{
    text-align: center;
    padding: 30px 0;
    font-size: 17px;
}
.banner-txt{
    padding: 15px 0;
    margin-bottom: 15px;
}
.banner-txt p,{
    line-height: 29px;
}
.banner-txt , .banner-txt p{
    font-size: 17px;
}
.btn-iwthire, .btn-finjob, .btn-findfre {
    margin-bottom: 25px;
    background: transparent;
    border: 1px solid #fff;
}
.heading-aligner {
    color: #ffffff;
    margin: 0 auto;
    min-height: 410px;
}
.heading-aligner h1 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: 100;
    font-size: 38px;
    line-height: 50px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
}
.landing-three .heading-aligner h1{
    margin-top: 10px;
}


.btn-banner {
    display: block;
    max-width: 233px;
    border-radius: 5px;
    color: #fff;
    padding: 12px 40px;
    background: #0AD254;
    text-align: center;
    font-size: 17px;
    position: relative;
    text-decoration: none;
}
.btn-banner:hover{
    text-decoration: none;
    color: #fff;
    opacity: 0.7;
}
.btn-banner.btn-iwt-work:hover{
    background-color: #449d44;
    border-color: #398439;
}
.banner-txt{
    margin-bottom: 10px;
}
.btn-iwthire, .btn-finjob, .btn-findfre {
    margin-bottom: 25px;
    background: transparent;
    border: 1px solid #fff;
}
.cover-content {
    padding-top: 120px;
}

.heading-aligner p{
    font-size: 17px;
}
/**
List categoreis
**/
.heading-cat h2{
    font-family: "Raleway", Sans-serif;
    font-size: 33px;
    font-weight: 500;
}
.list-cats li{
	display: inline-block;
	list-style: none;
}
.heading-cat {
    color: #666;
    padding-bottom: 35px;
}
.home-categories h2 {
    text-align: center;
    color: #666;
    font-size: 35px;
}
.heading-cat .break-line {
    width: 100px;
    margin: 15px auto;
    height: 3px;
    color: #61ce70;
    background-color: #61ce70;
    display: block;
}
.head-des {
    text-align: center;
}
.box-common{
	background-color: #F9F9F9;
}
figure {
    margin: 0;
}
.goals {
  text-align: center;
  padding-bottom: 40px;
  display: block;
  overflow: hidden;
  clear: both;
}
.goals article {
  background-color: #F9F9F9;
  margin-bottom: 20px;
}
.goals figure {
    position: relative;
}
.goals .col-md-4 figure img{
    height: 224px;
}
.goals .col-md-3 figure{
    height: 182px;
    overflow: hidden;
}
.goals .hover-block {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(31, 46, 78, 0.77);
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
.goals .hover-block {
    display: block;
    opacity: 0;
}

.hover-block .btn-success {
    color: #fff;
    background-color: #0AD254;
    border-color: #09ba4a;
}
.btn.btn-lg {
    padding: 20px 28.8px;
    font-size: 13px;
    line-height: 1.3333333;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 600;
}
.btn.btn-lg {
    padding-left: 48px;
    padding-right: 48px;
}
.goals .hover-block .btn {
    position: relative;
    top: 50%;
    margin-top: -30px;
}
.goals a:hover .hover-block {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
.goals figure img {
    width: 100%;
    height: auto;
    max-height: 224px;
    overflow: hidden;
}
.goals figcaption {
    padding: 15px 40px;
    min-height: 145px;
}
.goals  a {
    color: #253556;
    text-decoration: none;
}
.goals h4{
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 1.3;
}
.list-cats{
	display: block;
	padding: 0;
	margin: 0;
    overflow: hidden;
    clear: both;
}
.cat-des{
	min-height: 15px;
}
/**
End List categoreis
**/
/**
why-wpfreelance
*/
.why-wpfreelance a{
    font-weight: bold;
    color: #dadada;
}
.why-wpfreelance a:hover{
    color: #dadada;
}
/**
Find Expert Block
**/
.find-expert {
    text-align: center;
    background-color: #00b22d;
    padding: 50px 0;
    color: #fff;
    font-size: 17px;
}
.find-expert ul li{
    list-style: none;
}
/**
End Find Expert Block
**/

@media only screen and (max-width: 480px){
  .goals .col-md-4 figure img{
    height: auto;
  }
}
