@charset "utf-8";
    body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'Circular Air Book';
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    box-sizing: border-box;
    background: #fff;
    color: #2c3e50;
}
header, section, footer, aside, nav, article, figure, hgroup, figcaption {
    display: block;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s;
    transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s;
}
img {
    border: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}


@font-face {
    font-family: 'Circular Air Book';
    src: url(../fonts/CircularAir-Book.eot);
    src: url(../fonts/CircularAir-Book.eot?#iefix) format("embedded-opentype"), url(../fonts/CircularAir-Book.woff) format("woff"), url(../fonts/CircularAir-Book.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'hand_of_sean_demoregular';
    src: url(../fonts/hand_of_sean_demo-webfont.woff2) format("woff2"), url(../fonts/hand_of_sean_demo-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Circular Air';
    src: url(../fonts/CircularAir-Black.eot);
    src: url(../fonts/CircularAir-Black.eot?#iefix) format("embedded-opentype"), url(../fonts/CircularAir-Black.woff) format("woff"), url(../fonts/CircularAir-Black.ttf) format("truetype");
    font-weight: 900;
    font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Circular Air'}
.h1, h1 {
    font-size: 60px;
}
.h2, h2 {
    font-size: 35px;
}
h2.large {
    font-size: 48px;
}
.h3, h3 {
    font-size: 26px;
}
h3.large {
    font-size: 30px;
}
.h4, h4 {
    font-size: 22px;
}
.h5, h5 {
    font-size: 20px;
}
.h6, h6 {
    font-size: 16px;
}
.main {
    width: 100%;
    float: left;
}
.navbar-brand > img {
    width: 135px;
}
.container {
    width: 100%;
    max-width: 1170px;
}
.head {
    width: 100%;
    float: left;
    position: absolute;
}
.mobile-head {
    display: none;
}
.banner {
    width: 100%;
    float: left;
    background: rgba(0, 0, 0, 0) url(../landing-images/employer-landing-one.jpg) no-repeat scroll center top;
    padding:0px 0 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height:auto !important;
    box-shadow: inset 0 0 400px rgba(0, 0, 0, 0.50);
}
.banner-emplanding {
    width: 100%;
    float: left;
    background: rgba(0, 0, 0, 0) url(../landing-images/employer-landing-one.jpg) no-repeat scroll center top;
    padding: 30px 0 40px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: auto!important;
    box-shadow: inset 0 0 400px rgba(0, 0, 0, 0.50);
}


/*.nav > li > a i {
    width: 25px;
    height: 23px;
    background: url(../landing-images/nav-icon.svg) left top no-repeat;
    display: block;
    float: left;
    margin: -2px 8px 0 0;
}

.nav > li > a i.loc-icon {
    width: 25px;
    height: 23px;
    background: url(../landing-images/nav-location-icon-emp.svg) left top no-repeat;
    display: block;
    float: left;
    margin: 1px -4px 0 0;
}

.nav > li > a i.mobile-icon {
    background-position: 8px top;
}
.nav > li > a i.chat-icon {
    background-position: -34px top;
}*/

.ban-content-left {
    margin-top: 0px;
    position: relative;
    text-align: left;
}
.ban-content-left h2 {
    color: #fff;
    line-height: 32px;
    background: url(../landing-images/border.svg) left bottom no-repeat;
    padding:200px 0 30px 0;
    font-family: 'hand_of_sean_demoregular';
    font-size: 28px;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
}
.ban-content-left h2.large {
    color: #fff;
    font-style: normal;
    line-height: 48px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    margin: 0;
    padding-bottom: 12px;
    padding-right: 130px;
    font-family: 'Circular Air';
    font-size: 48px;
    background: none;
}
.ban-content-left h1 {
    color: #fff;
    font-style: normal;
    line-height: 40px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    margin: 0;
    padding-bottom: 12px;
    padding-right: 130px;
    font-family: 'Circular Air';
    font-size: 36px;
    background: none;
}
.arrow {
    position: absolute;
    right: 15px;
    top: 109px;
}
.arrow-one {
    position: absolute;
    left: 40px;
    top: 220px;
}
.form-filled {
    border-radius:0px;
    background: #f6f8f9;
    padding: 20px 30px;
    margin: 0px 0 0;
}
.form-filled h3.large {
    color: #27c483;
    margin: 0;
    padding-bottom: 6px;
    text-align: left;
}
.form-filled h1 {
    font-size: 21px;
    color: #27c483;
    margin: 0;
    padding-bottom: 6px;
    text-align: left;
}
.form-filled h3 em {
    font-style: normal;
}
.filled {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.filled ul {
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
}
.filled ul li {
    line-height: normal;
    float: left;
    margin-right: 25px;
}
.filled ul li label {
    font-size: 13px;
    color: #a0a0a0;
    letter-spacing: 0;
    text-transform: uppercase;
    font-family: 'Circular Air';
    font-weight: 400;
    letter-spacing: 1px;
    cursor: pointer;
}
.filled ul li label input {
    margin: 2px 8px 0 0;
    float: left;
}
.filled ul li label.active {
    color: #27c685;
}
.check-content ul li {
    margin: 0;
}
.check-content ul li label {
    text-transform: none;
    font-family: 'Circular Air Book';
    font-weight: 400;
    letter-spacing: 0;
}
.check-content ul li label a {
    color: #27c483;
    text-decoration: none;
}
.check-content ul li input {
    margin-right: 5px;
}
.input {
    width: 100%;
    border: 1px solid #abaaaa;
    height: 45px;
    line-height: 45px;
    color: #2c3e50;
    font-size: 16px;
    font-weight: 400;
    background: #fff;
    border-radius: 5px!important;
    padding: 0 20px;
    box-shadow: none;
}
.input-one {
    border-radius: 0 5px 5px 0!important;
    border-left: solid 1px #abaaaa;
}
.input:focus {
    box-shadow: none;
    background: #fff;
    border: solid 1px #62adff;
}
.input-icon {
    border: 1px solid #abaaaa;
    padding: 0;
    border-radius: 5px 0 0 5px!important;
    background: #f6f8f9;
    width: 23%;
    padding-right: 8px;
}
.filled em {
    margin-top: 14px;
    display: inline-block;
    font-style: normal;
    color: #999;
}
.input-icon i {
    background: url(../landing-images/input-icon.svg) left top no-repeat;
    display: inline-block;
    width: 38px;
    height: 38px;
    float: left;
}
.input-icon i.inp-icon4 {
    background-position: 13px -156px;
}
.btn-success {
    width: 100%;
    border: solid 2px #27c483;
    border-radius: 5px;
    line-height: 46px;
    padding: 0;
    font-size: 20px;
    color: #fff;
    text-transform: none;
    background: #27c483;
    padding: 0 30px 0 30px;
    letter-spacing: 0;
    margin-top: 0;
    box-shadow: 0 3px 0 #21aa72;
    font-family: 'Circular Air'}
.btn-success.focus, .btn-success:focus {
    color: #fff;
    background: #27c483;
    border-color: #27c483;
}
.btn-success:hover {
    color: #fff;
    background: #27c483;
    border-color: #27c483;
}
.btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success {
    color: #fff;
    background: #27c483;
    border-color: #27c483;
}
.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    border-color: #27c483;
    background: #27c483;
}
.btn-success i {
    margin: 0 0 0 5px;
}
.filled p {
    font-size: 12px;
    color: #2c3e50;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 0;
    font-weight: 500;
}
.mid-counter {
    width: 100%;
    float: left;
}
.section-one {
    width: 100%;
    float: left;
    text-align: center;
}
.content {
    padding: 40px 0 90px 0;
    width: 100%;
    display: inline-block;
}
ul.ac-list {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
    width: auto;
    float: left;
    border-top: solid 2px #fff;
}
.ac-list li {
    line-height: normal;
    float: left;
    padding-left: 10px;
}
.ac-list li a {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    line-height: 20px;
    text-decoration: none;
    padding: 20px 0 0;
    display: block;
    font-family: 'Circular Air'}
.ac-list li a i {
    width: 20px;
    height: 19px;
    background: url(../landing-images/thic-list.svg) left top no-repeat;
    display: inline-block;
    margin: 0 5px 0 0;
    float: left;
}
.ac-list li a.active i {
    background-position: left bottom;
}
.ac-list li:first-child {
    padding-left: 0;
}
.section-one {
    width: 100%;
    float: left;
    background: #f5f5f5;
}
.section-one h2.large {
    color: #2c3e50;
    margin: 0;
}
.feature-list {
    margin-top: 40px;
    position: relative;
}
ul.feature-list-left {
    list-style: none;
    margin: 0;
    padding: 45px 60px 0 0;
}
.feature-list-left li {
    line-height: normal;
}
.feature-list-left li a {
    background: none;
    padding: 20px 30px 15px;
    box-shadow: none;
    text-align: left;
    border: solid 1px #f5f5f5;
    transition: all .5s ease 0;
    display: block;
    text-decoration: none;
}
.feature-list-left li a span {
    font-size: 18px;
    color: #2c3e50;
    line-height: 33px;
    margin-bottom: 0;
    line-height: 23px;
    padding-bottom: 5px;
    text-align: left;
    display: block;
    font-family: 'Circular Air'}
.feature-list-left li a em {
    font-size: 16px;
    color: #565a5c;
    line-height: 21px;
    display: block;
    font-style: normal;
}
.feature-pic img {
    width: 100%}
.feature-list-left li a:hover {
    cursor: pointer;
}
.feature-list-left li a:hover span {
    color: #2c3e50;
}
.feature-list-left li a.active {
    background: url(../landing-images/feature-shap.svg) left top no-repeat;
    cursor: pointer;
}
.feature-list-left li a.active span {
    color: #27c685;
}
.feature-list-left li a.feature-shap {
    min-height: 135px;
}
.feature-list-left li a.active.feature-shap {
    background: url(../landing-images/feature-shap-one.svg) left top no-repeat;
    cursor: pointer;
}
.feature-list-mobile {
    display: none;
}
.section-two {
    width: 100%;
    float: left;
    background: url(../landing-images/pattern-shap.png) left top repeat #27c483;
    padding: 70px 0;
    text-align: center;
}
.section-two h2 {
    color: #fff;
    text-align: center;
    padding-bottom: 0;
    margin: 0;
    line-height: 45px;
    font-weight: 700;
    font-size: 27px;
}
.section-two p {
    color: #fff;
    padding-bottom: 20px;
}
.section-two h2 span {
    display: block;
    text-align: center;
    padding-top: 20px;
    font-size: 20px;
}
.post-btn {
    color: #fff;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    padding: 0 65px;
    font-size: 20px;
    background: #e74c3c;
    border-color: #e74c3c;
    text-transform: uppercase;
    box-shadow: 0 3px 0 #c74134;
    font-family: 'Circular Air';
    width: auto;
    margin: 0;
    font-weight: 700;
}
.post-btn.focus, .post-btn:focus {
    color: #fff;
    background: #c74134;
    border-color: #c74134;
    box-shadow: none;
}
.post-btn:hover {
    color: #fff;
    background: #c74134;
    border-color: #c74134;
}
.post-btn.active.focus, .post-btn.active:focus, .post-btn.active:hover, .post-btn:active.focus, .post:active:focus, .post-btn:active:hover, .open>.dropdown-toggle.post-btn.focus, .open>.dropdown-toggle.post-btn:focus, .open>.dropdown-toggle.post-btn:hover {
    color: #fff;
    background: #c74134;
    border-color: #c74134;
}
ul.post-list {
    list-style: none;
    margin: 35px 0 0;
    padding: 0;
    text-align: center;
}
.post-list li {
    line-height: normal;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding: 0 10px;
}
.post-list li i {
    float: left;
    margin: -3px 5px 0 0;
}
.employer-babysitter {
	background:url(../landing-images/employer-babysitter-maid-nanny-aaya.png) center top no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover
}
.employer-accountant {
	background:url(../landing-images/employer-accountant-cashier.png)center top no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover
}
.employer-architect {
	background:url(../landing-images/employer-architect-draughtsman.png)center top no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover
}
.employer-beautician {
	background:url(../landing-images/employer-beautician.png) center top no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover
}
.employer-bpo-executive {
	background:url(../landing-images/employer-bpo-executive.png) center top no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover
}
.employer-carpenter {
	background:url(../landing-images/employer-carpenter.png) center top no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover
}
.employer-clinical-staff {
	background:url(../landing-images/employer-clinical-clinical-staff-nurse-ward-boy.png) center top no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover
}
.employer-clinical-staff {
	background:url(../landing-images/employer-clinical-clinical-staff-nurse-ward-boy.png) center top no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover
}

.employer-construction-labourer {
	background:url(../landing-images/employer-construction-labourer.png) center top no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover
}
.employer-cook {
	background:url(../landing-images/employer-cook-chef.png) center top no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover
}

.employer-customer-support-executive{
	background:url(../landing-images/employer-customer-support-executive.png) center top no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover
}
.employer-data-entry-operator{
	background:url(../landing-images/employer-data-entry-operator.png) center top no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover
}
.employer-delivery-boy {
	background:url(../landing-images/employer-delivery-boy.png) center top no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover
}
.employer-designer {
	background:url(../landing-images/employer-dtp-operator-graphic-designer-web-designer.png) center top no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover
}
.employer-developer{
	background:url(../landing-images/employer-developer-software-engineer.png) center top no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover
}
.employer-driver {
	background:url(../landing-images/employer-driver.png) center top no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover
}
.employer-teacher {
	background:url(../landing-images/employer-teacher.png) center top no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover
}
.employer-electrician {
	background:url(../landing-images/employer-electrician.png) center top no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover
}
.employer-housekeeper {
	background:url(../landing-images/employer-housekeeper-servant.png) center top no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover
}

.employer-gardener {
	background:url(../landing-images/employer-gardener-maali.png) center top no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover
}
.employer-hardware-networking-engineer {
	background:url(../landing-images/employer-hardware-&-networking-engineer.png) center top no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover
}


.employer-it-professional {
	background:url(../landing-images/employer-it-professional-computer-operator.png) center top no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover
}
.employer-machinist {
	background:url(../landing-images/employer-machinist-industrial-staff.png) center top no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover
}
.employer-manager {
	background:url(../landing-images/employer-management-manager.png) center top no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover
}
.employer-marketing-executive {
	background:url(../landing-images/employer-marketing.png) center top no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover
}
.employer-mason {
	background:url(../landing-images/employer-mason.png) center top no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover
}
.employer-mechanic {
	background:url(../landing-images/employer-car-mechanic-bike-mechanic.png) center top no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover
}
.employer-painter {
	background:url(../landing-images/employer-painter.png) center top no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover
}

.employer-peon {
	background:url(../landing-images/employer-peon-office-helper.png) center top no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover
}
.employer-personal-assistant {
	background:url(../landing-images/employer-personal-assistant-secretary.png) center top no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover
}
.employer-photographer {
	background:url(../landing-images/employer-photographer.png) center top no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover
}
.employer-plumber {
	background:url(../landing-images/employer-plumber.png) center top no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover
}
.employer-receptionist {
	background:url(../landing-images/employer-receptionist.png) center top no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover
}
.employer-sales-executive{
	background:url(../landing-images/employer-sales.png) center top no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover
}
.employer-security-guard {
	background:url(../landing-images/employer-security-guard-bouncer.png) center top no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover
}
.employer-tailor {
	background:url(../landing-images/employer-tailor.png) center top no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover
}
.employer-trainer {
	background:url(../landing-images/employer-trainer-gym-trainer-yoga-trainer.png) center top no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover
}
.employer-waiter {
	background:url(../landing-images/employer-waiter-steward.png) center top no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover
}
div.input-error-land {
    background: #fff6f5 none repeat scroll 0 0;
    border: 1px solid #f8cbc6;
    border-radius: 3px;
    box-sizing: border-box;
    color: #e74c3c;
    float: left;
    font-size: 12px;
    margin: -16px 0 5px!important;
    padding: 9px 10px 1px!important;
    text-align: left;
    width: 100%}
div.input-success-land {
    background: #f4fffa none repeat scroll 0 0;
    border: 1px solid #ccebde;
    border-radius: 3px;
    box-sizing: border-box;
    color: #27c685;
    float: left;
    font-size: 12px;
    margin: -4px 0 0;
    padding: 9px 10px 5px;
    width: 100%}
.input {
    border-collapse: separate;
    display: table;
    position: relative;
}
.input-select {
    border: 1px solid #abaaaa;
    height: 45px;
    line-height: 45px;
    color: #82888a!important;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px!important;
    padding: 0 20px;
    box-shadow: none;
}
.section-three {
    width: 100%;
    float: left;
    background: #f5f5f5;
    padding: 0;
}
.section-three-left h3 {
    line-height: 32px;
    text-align: left;
    padding-top: 55px;
    color: #2c3e50;
}
.section-three-left a {
    font-size: 16px;
    color: #2c3e50;
    font-weight: 900;
    text-align: left;
    padding-top: 20px;
    text-transform: uppercase;
    font-family: 'Circular Air';
    border-bottom: 1px dotted #8a8a8a;
    display: inline-block;
    float: left;
    text-decoration: none;
}
.section-three-left a p {
    display: inline-block;
    padding: 0;
    color: #2c3e50;
}
.section-three-left a:hover {
    border-bottom: solid 1px #2c3e50;
}
.happy-client-mobile {
    display: none;
}
.section-four {
    width: 100%;
    float: left;
    background: #27c685;
}
.section-four h2.large {
    color: #fff;
    text-align: center;
}
.question-list {
    box-shadow: none;
    background: none;
    text-align: left;
}
.question-list h4 {
    color: #fff;
}
.question-list p {
    font-size: 17px;
    color: #fff;
    padding-right: 60px;
}
.section-five {
    width: 100%;
    float: left;
    background: url(../landing-images/pattern-shap-gray.png) center top repeat #f5f5f5;
}
.section-five h2.large {
    text-align: center;
    font-weight: 900;
    margin-top: 0;
}
.section-five p {
    display: inline-block;
    color: #2c3e50;
}
.hire-form {
    border: solid 1px #8ce1be;
    background: #fff;
}
.hire-form h3 {
    color: #27c685;
    padding: 0 0 0 50px;
    display: none;
}
ul.hire-list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.hire-list li {
    line-height: 55px;
    width: 49.7%;
    display: inline-block;
}
.hire-list li label {
    font-size: 13px;
    width: 100%;
    color: #a0a0a0;
    text-transform: uppercase;
    background: #f7f8f9;
    font-family: 'Circular Air';
    font-weight: 400;
    cursor: pointer;
}
.hire-list li label.active {
    background: none;
    color: #27c685;
}
.hire-list li label input {
    margin-right: 10px;
}
.hire-form-inside {
    width: 100%;
    padding: 45px 50px 30px;
}
.hire-input {
    margin-bottom: 10px;
    color: #2c3e50;
}
.section-five h2 em {
    font-style: normal;
}
.hire-form-inside label {
    color: #a0a0a0;
    font-size: 13px;
    letter-spacing: 0;
    padding-bottom: 8px;
    font-weight: 400;
}
.hire-form-inside label a {
    text-decoration: none;
    color: #27c483;
}
.hire-form-inside label input {
    margin-right: 8px;
}
.hire-form-inside p {
    color: #2c3e50;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
    padding-top: 10px;
    text-align: center;
}
.section-six {
    width: 100%;
    float: left;
    background: #27c685;
    text-align: center;
}
.section-six span {
    font-size: 35px;
    color: #fff;
    text-align: center;
    display: block;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    padding: 30px 0;
}

.btn-default {
    width: auto;
    border: none;
    border-radius: 0;
    line-height: 30px;
    padding: 0;
    font-size: 14px;
    color: #d2d5d8;
    text-transform: uppercase;
    background: url(../landing-images/need-btn.svg) center top no-repeat;
    padding: 0 18px 4px 18px;
    letter-spacing: 0;
    margin-top: 0;
    cursor: default;
    font-family: 'Circular Air'}
.btn-default.focus, .btn-default:focus {
    color: #d2d5d8;
    background: url(../landing-images/need-btn.svg) center top no-repeat;
}
.btn-default:hover {
    color: #d2d5d8;
    background: url(../landing-images/need-btn.svg) center top no-repeat;
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    color: #d2d5d8;
    background: url(../landing-images/need-btn.svg) center top no-repeat;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: #d2d5d8;
    background: url(../landing-images/need-btn.svg) center top no-repeat;
}

#sync1 .item {
    color: #FFF;
    text-align: center;
}
#sync2 .item {
    padding: 10px 0;
    margin: 8px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-radius: 100px;
    text-align: center;
    cursor: pointer;
    height: 150px;
}
#sync2 .item img {
    border-radius: 100px;
}
#sync2 .owl-item {
    margin: 4px 8px 0;
    position: relative;
}
#sync2 .synced .item img {
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    -moz-transform: scale(1.6);
    -webkit-transform: scale(1.6);
    border-radius: 100px;
    transform: scale(1.6);
    margin-top: -6px;
    border: solid 3px rgba(255, 255, 255, 0.2);
}
.slide-sec {
    width: 100%;
    float: left;
}
.slide-sec.owl-carousel .owl-item {
    float: none!important;
    display: inline-block!important;
}
.slide-sec .owl-wrapper {
    width: 100%!important;
}
.owl-buttons {
    display: none;
}
.slide-content {
    width: 100%;
    float: left;
    display: none;
}
.slide-content h5 {
    text-align: center;
    color: #fff;
    padding: 0;
    margin: 0;
}
.slide-content em {
    font-style: normal;
    color: #fff;
    display: block;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 5px;
}
#sync2 .synced .item .slide-content {
    display: block;
    left: -61%;
    width: 175px;
    bottom: 18px;
    position: absolute;
    z-index: 9999;
}
.jobseeker-banner {
    width: 100%;
    float: left;
    background: url(../landing-images/job-seeker-banner.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.employer-price-banner {
    width: 100%;
    float: left;
    background: url(../landing-images/employer-price-banner.jpg) center top no-repeat;
}
.employer-pop {
    width: 810px;
    position: relative;
}
.employer-pop-inside {
    width: 100%;
    background: #fff;
    border-radius: 3px;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
}
.pop-close {
    width: auto;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff6f5;
    border-bottom: solid 1px #f8cbc6;
    border-left: solid 1px #f8cbc6;
    font-size: 12px;
    color: #e74c3c;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.pop-close a {
    color: #e74c3c;
    text-decoration: none;
    padding: 0 25px;
    line-height: 44px;
    display: block;
}
.employer-price-left h2 {
    margin: 0;
    padding-bottom: 15px;
}
.employer-price-left ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.employer-price-left ul li {
    line-height: normal;
    float: left;
    font-size: 15px;
    color: #2c3e50;
    padding: 0 20px 20px 0;
}
.employer-price-left ul li i {
    float: left;
    margin-right: 15px;
}
.hurry-btn {
    width: auto;
    float: left;
    border: dashed 1px #0079ff;
    border-radius: 3px;
    padding: 5px 10px 5px 45px;
    font-size: 14px;
    line-height: 19px;
    color: #0079ff;
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif;
    position: relative;
    margin: 15px 0 0 22px;
}
.hurry-btn i {
    position: absolute;
    left: -30px;
    top: -9px;
}
ul.em-plan-list {
    list-style: none;
    margin: 40px 0 0;
    padding: 0;
    width: 100%;
    text-align: center;
    float: left;
}
.em-plan-list li {
    line-height: normal;
    display: inline-block;
}
.em-plan-list li a {
    font-size: 11px;
    color: #55616e;
    text-transform: uppercase;
    padding-right: 12px;
    line-height: 20px;
}
.em-plan-list li a span {
    width: 20px;
    height: 20px;
    color: #55616e;
    border: solid 1px #55616e;
    border-radius: 100px;
    display: inline-block;
    text-align: center;
    margin-right: 3px;
    line-height: 19px;
}
.em-plan-list li a:hover {
    color: #27c685;
}
.em-plan-list li a:hover span {
    background: #27c685;
    color: #fff;
    border: solid 1px #27c685;
}
.employer-price-right h6 {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    background: url(../landing-images/green-back-bg.svg) center top no-repeat;
    line-height: 23px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
.employer-price-right p {
    font-size: 12px;
    color: #2c3e50;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    padding-bottom: 5px;
}
.employer-price-right p span {
    color: #e74c3c;
}
.employer-price-right p a {
    display: inline-block;
    line-height: 22px;
    color: #2bc787;
    border: dashed 1px #2bc787;
    padding: 0 5px;
    margin-left: 5px;
}
.em-price {
    width: 100%;
    float: left;
    background: #f9f9f9;
    border: solid 1px #e5e5e5;
    padding: 15px 25px;
    margin-top: 10px;
}
.em-price-left {
    width: 31%;
    float: left;
}
.em-price-left h4 {
    margin: 0;
}
.em-price-left p {
    font-size: 12px;
    color: #2c3e50;
    padding: 0;
    text-align: left;
}
.em-price-left span {
    text-decoration: line-through;
    color: #2c3e50!important;
}
.em-price-left em {
    font-size: 18px;
    color: #e74c3c;
    font-style: normal;
}
.em-price-left em.p-blue {
    color: #0079ff;
}
.em-price-left em.p-green {
    color: #27c685;
}
.em-price-left p.small {
    font-size: 12px;
    color: #9399a0;
    font-style: normal;
    text-transform: none;
}
.em-price-mid {
    width: auto;
    float: right;
    margin: 7px 0 0 11px;
}
.em-price-mid ul {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
}
.em-price-mid ul li {
    line-height: normal;
    float: left;
}
.em-price-mid ul li a {
    font-size: 12px;
    color: #fff;
    background: #e74c3c;
    border: solid 1px #e74c3c;
    border-radius: 3px;
    text-transform: uppercase;
    line-height: 30px;
    padding: 0 12px;
    display: block;
    border-radius: 0 3px 3px 0;
}
.em-price-mid ul li a.white {
    background: #fff;
    border-radius: 3px 0 0 3px;
    font-size: 10px;
    color: #e74c3c;
}
.em-price-mid.medium {
    margin-top: 15px;
}
.em-price-blue ul li a {
    border: solid 1px #0079ff;
    background: #0079ff;
}
.em-price-blue ul li a.blue {
    color: #0079ff;
}
.em-price-green ul li a {
    border: solid 1px #27c685;
    background: #27c685;
}
.em-price-green ul li a.green {
    color: #27c685;
}
.em-price-right {
    width: auto;
    float: right;
    margin: 3px 0 0 15px;
}
.employer-price-right p span i {
    font-family: 'rupee_foradianregular';
    font-size: 12px;
}
.payment-sec {
    width: 100%;
    float: left;
    margin-top: 10px;
}
.payment-sec label {
    font-size: 14px;
    color: #828992;
    font-weight: 400;
    line-height: 20px;
}
.payment-sec span {
    float: right;
}
.form-mobile {
    display: none;
}
.jj-submit {
    width: 100%;
    border-radius: 3px;
    background: #27c685;
    border: solid 2px #27c685;
    padding: 0;
    height: 50px;
    color: #fff;
    font-family: 'CircularAir-Bold';
    font-size: 18px;
    line-height: 47px;
    margin-top: 18px;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s;
    transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color .3s;
    cursor: pointer;
}
.jj-submit.focus, .jj-submit:focus {
    color: #fff;
    background-color: #27c685;
    border: solid 2px #27c685;
    box-shadow: none;
}
.jj-submit:hover {
    color: #fff;
    background-color: #27c685;
    border: solid 2px #27c685;
}
.jj-submit.active.focus, .jj-submit.active:focus, .jj-submit.active:hover, .jj-submit:active.focus, .jj-submit:active:focus, .jj-submit:active:hover, .open>.dropdown-toggle.jj-submit.focus, .open>.dropdown-toggle.jj-submit:focus, .open>.dropdown-toggle.jj-submit:hover {
    color: #fff;
    background-color: #27c685;
    border: solid 2px #27c685;
}
.front-footer-down {
    width: 100%;
    float: left;
    background: #253647;
    padding: 20px 0;
}

.calling-time {
    width: 240px;
    background: #fff;
    position: relative;
    position: absolute;
    left: 50px;
    text-align: center;
    padding: 15px 0 0;
    margin-top: 50px;
    display: none;
}
.calling-arrow {
    width: 18px;
    height: 10px;
    background: url(../images/call-drop.png) left top no-repeat;
    display: inline-block;
    float: left;
    margin: -25px 0 0 40px;
}
.calling-time h4 {
    font-size: 18px;
    color: #2c3e50;
    margin-bottom: 3px;
}
.calling-time p {
    font-size: 15px;
    color: #565a5c;
    padding-bottom: 5px;
}
.calling-time span {
    display: inline-block;
    color: #2c3e50;
    border: dashed 1px #2c3e50;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    padding: 0 15px;
    margin: 0 0 20px;
    font-family: 'CircularAir-Bold';
    float: none;
}
.email-support-btn {
    margin-top: 20px;
    width: 100%;
    float: left;
}
.email-support-btn a {
    width: 100%;
    color: #fff;
    background: #27c685;
    font-size: 14px;
    display: block;
    font-family: 'CircularAir-Bold';
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    text-transform: uppercase;
}
.email-support-btn a i {
    font-style: normal;
    font-size: 16px;
    margin-right: 5px;
}
.email-support-btn a:hover {
    background: #1eb778;
}
.calling-time em {
    font-size: 14px;
    color: #565a5c;
    padding-bottom: 0;
    font-style: normal;
    display: block;
}
.calling-time span.not-availabe-btn {
    border: none;
    padding: 0;
    margin-bottom: 10px;
}
.calling-time span.not-availabe-btn a {
    background: #e74c3c;
    display: block;
    color: #fff;
    padding: 0 15px;
    text-decoration: none;
}

.input-list-menu {
    width: 100%;
    border: solid 1px #abaaaa;
    height: 45px;
    color: #82888a;
    line-height: 45px;
    border-radius: 5px!important;
    box-sizing: border-box;
    font-size: 16px;
    background: url(../landing-images/drop_arrow.svg) center right no-repeat #fff;
    position: relative;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 20px;
}

.modal{ padding:0px !important;}
.city-popup{width:100%; position:relative;}

.city-popup .modal-content{padding:70px 0px 70px 0px; border-radius:0px; margin-top:-1px; box-shadow:10px 10px 20px rgba(0,0,0,0.2);}
.modal-open .modal{ background:rgba(44,62,80,0.7) none repeat scroll 0 0;}
.city-popup h5{ font-weight:normal; padding-bottom:0px; color:#2c3e50; font-size:27px; text-align:center; margin:0 0 5px 0; font-weight:normal;}
.city-popup p{ font-size:16px; color:#677a8e; text-align:center; padding-bottom:10px;}
ul.city-list{ list-style:none; margin:0px; padding:0px; text-align:center; max-width:750px; margin:0 auto;}
.city-list li{line-height:normal; display:inline-block; width:auto; margin:0px 0 0px 0;}

.city-list li a{ color:#677a8e; border:solid 1px #D1D1D1; height:34px; line-height:32px; display:inline-block; padding:0 20px; border-radius:100px; margin:10px 5px;}
.city-list li a figure{margin: 0px 15px 0 0; display:none;}
.city-list li a figure i{ width:48px; height:48px; float:left; background:url(../home-image/site-icon.svg) left top no-repeat; display:inline-block;}
.city-list li a figure i.cite-icon1{ background-position:left top;}
.city-list li a figure i.cite-icon2{ background-position:-55px top;}
.city-list li a figure i.cite-icon3{ background-position:-110px top;}
.city-list li a figure i.cite-icon4{ background-position:-165px top;}
.city-list li a figure i.cite-icon5{ background-position:-223px top;}
.city-list li a figure i.cite-icon6{ background-position:-278px top;}
.city-list li a figure i.cite-icon7{ background-position:-335px top;}
.city-list li a figure i.cite-icon8{ background-position:-392px top;}
.city-list li a figure i.cite-icon9{ background-position:-450px top;}
.city-list li a figure i.cite-icon10{ background-position:-510px top;}
.city-list li a figure i.cite-icon11{ background-position:-567px top;}
.city-list li a figure i.cite-icon12{ background-position:-626px top;}


.city-list li a:hover figure i.cite-icon1{ background-position:left -53px;}
.city-list li a:hover figure i.cite-icon2{ background-position:-55px -53px;}
.city-list li a:hover figure i.cite-icon3{ background-position:-110px -53px;}
.city-list li a:hover figure i.cite-icon4{ background-position:-165px -53px;}
.city-list li a:hover figure i.cite-icon5{ background-position:-223px -53px;}
.city-list li a:hover figure i.cite-icon6{ background-position:-278px -53px;}
.city-list li a:hover figure i.cite-icon7{ background-position:-335px -53px;}
.city-list li a:hover figure i.cite-icon8{ background-position:-392px -53px;}
.city-list li a:hover figure i.cite-icon9{ background-position:-450px -53px;}
.city-list li a:hover figure i.cite-icon10{ background-position:-510px -53px;}
.city-list li a:hover figure i.cite-icon11{ background-position:-567px -53px;}
.city-list li a:hover figure i.cite-icon12{ background-position:-626px -53px;}

.city-list li a.active figure i.cite-icon1{ background-position:left -53px;}
.city-list li a.active figure i.cite-icon2{ background-position:-55px -53px;}
.city-list li a.active figure i.cite-icon3{ background-position:-110px -53px;}
.city-list li a.active figure i.cite-icon4{ background-position:-165px -53px;}
.city-list li a.active figure i.cite-icon5{ background-position:-223px -53px;}
.city-list li a.active figure i.cite-icon6{ background-position:-278px -53px;}
.city-list li a.active figure i.cite-icon7{ background-position:-335px -53px;}
.city-list li a.active figure i.cite-icon8{ background-position:-392px -53px;}
.city-list li a.active figure i.cite-icon9{ background-position:-450px -53px;}
.city-list li a.active figure i.cite-icon10{ background-position:-510px -53px;}
.city-list li a.active figure i.cite-icon11{ background-position:-567px -53px;}
.city-list li a.active figure i.cite-icon12{ background-position:-626px -53px;}

.city-list li a:hover{border-color:#27C684;}
.city-list li a.active{background:#27C684; border-color:#27C684;}
.city-list li a span{ font-size:14px; color:#656565; padding:0px 0 0 0; display:inline-block; margin-left: 0;}
.city-list li a:hover span{ color:#27C684;}
.city-list li a.active span{ color:#fff;}
.pop-close {width: auto; position: absolute; right: 0; top: 0; background: #fff6f5; border-bottom: solid 1px #f8cbc6;  border-left: solid 1px #f8cbc6; font-size: 12px; color: #e74c3c; text-transform: uppercase; letter-spacing: 2px;}
.pop-close a {font-size: 10px; height: 25px; letter-spacing: 1px; line-height: 26px; padding: 0 7px 0 8px; color: #e74c3c; text-decoration:none; display:block;}
.pop-close a:hover{color:#e74c3c;}

@media (min-width:768px) and (max-width:1024px) {
    .h1, h1 {
    font-size: 50px;
}
.h2, h2 {
    font-size: 30px;
}
h2.large {
    font-size: 40px;
}
.h3, h3 {
    font-size: 22px;
}
h3.large {
    font-size: 30px;
}
.h4, h4 {
    font-size: 22px;
}
.h5, h5 {
    font-size: 20px;
}
.h6, h6 {
    font-size: 16px;
}
ul.feature-list-left {
    padding: 0 0 0 15px;
}
.feature-list-left li a {
    padding: 15px;
}
.section-two h2 br {
    display: none;
}
.arrow {
    display: none;
}
.section-three-left h3 {
    margin-top: 0;
    padding-top: 0;
}
.section-six span br {
    display: none;
}
.ban-content-left {
    margin-top: 0;
}

.ban-content-left h2.large br {
    display: none;
}
.feature-list-left li a.active {
    background: #fff;
    border-radius: 3px;
    border: solid 1px #27c685;
}
.feature-list-left li a.active.feature-shap {
    background: #fff;
    border-radius: 3px;
    border: solid 1px #27c685;
}
#sync2 .synced .item .slide-content {
    bottom: 0;
    left: -41%}
.form-filled {
    padding: 15px;
}
.banner-emplanding {
    padding: 30px 15px;
}
.ban-content-left-text {
    width: 65%}
.ac-list li a {
    font-size: 9px;
}
.input-icon {
    width: 33%}
.filled ul li {
    margin-right: 12px;
}
.filled p {
    font-size: 12px;
}

.banner {
    height: auto;
    padding-bottom: 40px;
    padding-right: 15px;
}
.benefit-loop-text {
    width: 72%}
.navbar-toggle {
    margin-top: 14px;
}
}@media (min-width:320px) and (max-width:767px) {
    .h2, h2 {
    font-size: 20px;
}
h2.large {
    font-size: 30px;
}
h3.large {
    font-size: 20px;
}
.h3, h3 {
    font-size: 20px;
}
.h4, h4 {
    font-size: 18px;
}
.container {
    padding: 0 8%}
.head {
    display: none;
}
.mobile-head {
    width: 100%;
    float: left;
    position: absolute;
    padding: 0 15px;
    box-sizing: border-box;
    display: block;
    margin-top: 20px;
}
.mobile-head h1 {
    margin: 0;
}
.mobile-head span {
    font-size: 18px;
    color: #fff;
    font-family: 'Circular Air';
    margin: -45px 0 0;
    float: right;
}
.mobile-head span img {
    margin: -3px 0 0;
}
.banner-emplanding {
    height: 350px!important;
}
.content {
    padding: 50px 0;
}
.form-mobile {
    display: block;
}
.ban-content-left {
    margin-top: 0;
}
.ban-content-left h2 {
    display: none;
}
.form-filled {
    float: left;
    padding: 20px;
    width: 88%}
.filled ul li label {
    font-size: 12px;
}
.filled ul li {
    margin-right: 15px;
}
.input {
    font-size: 14px;
}
.filled ul li label {
    font-size: 10px;
}
.btn-success {
    padding: 0;
    font-size: 18px;
}

.banner {
    height: 350px!important;
}
.banner h2 {
    display: none;
}
.ban-content-left h2.large {
    display: none;
}
.ac-list {
    display: none;
}
.form-mobile {
    width: 100%;
    float: left;
    background: #27c685;
    padding: 0 0 50px;
}
.form-mobile .form-filled {
    display: block;
    margin: -200px 20px 15px;
}
.form-mobile .ac-list li a {
    text-transform: none;
    padding-top: 0;
    margin-bottom: 5px;
}
.form-mobile h3.small {
    font-size: 12px;
    color: #82888a;
    font-family: 'hand_of_sean_demoregular';
    background: url(../landing-images/mobile-shape.svg) left bottom no-repeat;
    padding: 0 0 20px;
    display: block;
    margin-top: 0;
}
.form-filled h3.large {
    margin-top: 5px;
}
.form-filled h1 {
    margin-top: 5px;
}
.ac-list li a i {
    background: url(../landing-images/thic-list-mobile.svg) left top no-repeat;
}
.happy-client-mobile a {
    font-size: 14px;
}
.ac-list li a {
    line-height: 25px;
}
.ban-content {
    margin: 50px 0 0;
}
.ban-content-left h2.large {
    line-height: normal;
}
.ban-content-left h2.large br {
    display: none;
}
.ban-content-left h1 {
    display: none;
}
.ban-content-left h2 {
    margin-top: 0;
}
.arrow {
    display: none;
}
.hire-form-inside {
    padding: 20px;
}
.input-icon {
    width: 28%}
.hire-list li {
    width: 48.7%}
.section-four h2.large {
    text-align: left;
    margin-bottom: 0;
}
ul.feature-list-left {
    padding: 0;
}
.question-list p {
    margin-bottom: 0;
}
.question-list h4 {
    margin-top: 0;
}
.feature-list {
    margin-top: 30px;
}
ul.post-list {
    margin-top: 15px;
}
.post-list li i:nth-child(1) {
    display: none;
}
.post-list li:nth-child(2) {
    display: none;
}
.post-list li:nth-child(3) {
    display: none;
}
.section-two {
    padding: 50px 0;
}
.section-two h2 {
    font-size: 20px;
}
.section-three {
    padding: 0;
}
.section-one {
    padding: 0;
}
.feature-list {
    display: none;
}
.feature-pic {
    margin-top: 30px;
}
.section-five .feature-list {
    display: block;
    height: auto;
}
.section-four .feature-list {
    display: block;
    height: auto;
    margin-bottom: 0;
}
.section-two h2 {
    line-height: 38px;
}
.section-two h2 br {
    display: none;
}

.support-list li a {
    padding: 0 5px;
    margin-bottom: 5px;
}
.support-list li a:hover {
    text-decoration: none;
}
.section-six span {
    font-size: 22px;
}
.section-six span br {
    display: none;
}
.question-list br {
    display: none;
}
.question-list p {
    padding: 0;
    font-size: 15px;
}
.section-three-left {
    margin-bottom: 30px;
}
.post-btn {
    padding: 0 30px;
}
.section-three-left h3 {
    padding: 0;
    margin-top: 0;
}
.section-three-left h3 br {
    display: none;
}
.hire-sec p {
    text-align: center!important;
}
.hire-sec p br {
    display: none;
}
.hire-sec span a {
    padding: 0 3px;
    margin: 0;
}
.hire-form {
    border: none;
    padding-top: 20px;
    box-shadow: 0 0 8px #eaeaea;
}
.hire-form-inside label {
    font-size: 11px;
}
.hire-form h3 {
    display: block;
    padding-left: 15px;
    margin: 0;
}

.section-three h2 {
    padding-bottom: 0;
}
.section-list {
    margin-top: 0;
}
.form-filled {
    display: none;
}
.navbar-default {
    margin: 0;
}


.navbar-toggle {
    margin-top: 14px;
}
.navbar-default .navbar-toggle {
    border-color: #27c483;
    background: #27c483;
}
.navbar-default .navbar-toggle .icon-bar {
    background: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #1cb576;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background: rgba(44, 62, 80, 0.9);
    margin-top: 10px;
    height: auto;
}
#sync2 .item {
    height: 145px;
}
#sync2 .owl-item {
    margin: 4px 1px 0;
}
.slide-content h5 {
    font-size: 18px;
}
#sync2 .synced .item .slide-content {
    left: -66%}
.happy-client-mobile {
    display: block;
}
.section-three-left h3 {
    text-align: center;
    line-height: normal;
}
.section-three-left-right {
    display: none;
}
.happy-client-mobile a {
    font-size: 16px;
    color: #2c3e50;
    font-weight: 900;
    text-align: left;
    display: block;
    padding-top: 15px;
    text-transform: uppercase;
    font-family: 'Circular Air';
    text-align: center;
}
.section-three-left a {
    display: none;
}
.section-one h2.large {
    padding-bottom: 30px;
}
.feature-list-mobile {
    display: block;
}
.feature-list-mobile-loop {
    border: none;
    box-shadow: none;
    border-bottom: solid 1px #c5c5c5;
    border-radius: 0;
    margin: 0 0 15px;
    background: none;
    min-height: 150px;
    position: relative;
}
.border-right {
    position: absolute;
    right: -15px;
}
.feature-list-mobile-loop h5 {
    font-size: 15px;
}
.section-two h2 {
    line-height: normal;
}

}