body {
    font-family: 'Poppins', sans-serif;
}

a {
    color: #19adb7;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

    a:hover,
    a:focus {
        color: #19adb7;
        text-decoration: none;
    }

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.topBar {
    background: #494949;
    height: 30px;
    color: #fefefe;
    font-size: 12px;
}

    .topBar .contact {
        float: left;
        margin: 5px 0 0 20px;
    }

    .topBar .socialMedia {
        float: right;
        margin: 5px 20px 0 0;
    }

    .topBar i {
        background: #fff;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        border-radius: 50%;
        margin-right: 0;
        vertical-align: middle;
        color: #494949;
        font-size: 12px;
        -webkit-transition: background 1s;
        transition: background 1s;
    }

    .topBar .contact i:nth-child(2) {
        margin-left: 30px;
    }

    .topBar .socialMedia i {
        margin: 0 10px;
    }

    .topBar .contact i:hover {
        color: #26aa30;
        background: #ffc71e;
        -webkit-transition: background 1s;
        transition: background 1s;
    }

    .topBar .socialMedia i.facebook:hover {
        background: #3b5998;
        color: #fff;
        -webkit-transition: background 1s;
        transition: background 1s;
    }

    .topBar .socialMedia i.twitter:hover {
        background: #00aced;
        color: #fff;
        -webkit-transition: background 1s;
        transition: background 1s;
    }

    .topBar .socialMedia i.linkedin:hover {
        background: #0077bf;
        color: #fff;
        -webkit-transition: background 1s;
        transition: background 1s;
    }

.logoBar {
    height: 75px;
    background: url('../img/bgLogoBar.png') repeat-x left center;
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9;
    border-bottom: 1px solid #e0e0e0;
    font-family: 'Roboto Condensed', sans-serif;
}

.logo {
    margin: 25px 0 0 15px;
    width: 225px;
    /* background: #fff; */
    float: left;
}

.logoFooter {
    padding: 0 0 0 0;
    width: 200px;
    margin-top: 15px;
}

.logoBarRight {
    float: right;
    padding: 17px 15px 0 0;
}

.logoBarCenter {
    float: left;
    padding: 25px 0 0px 10px;
}

.logoBarCenterSearchRating {
    float: left;
    padding: 5px 0 0px 20px;
}

.scheduleInterview {
    float: left;
}

.topSignIn {
    float: right;
    line-height: 40px;
    margin: 0 0 0 25px;
}

    .topSignIn a {
        color: #4b4b4b;
        -webkit-transition: color 1s;
        transition: 0.5s all ease;
        border: 1px solid #19adb7;
        padding: 10px;
        border-radius: 3px;
        padding: 5px 10px;
        background: #fff;
    }

        .topSignIn a:hover {
            /*color: #000;
            -webkit-transition: color 1s;
            transition: color 1s;*/
            text-decoration: none;
            background-color: #19adb7;
            color: #fff;
        }

.candidateRatingWrapper {
    background: transparent;
    padding: 30px 5px 0 5px;
}

    .candidateRatingWrapper a {
        color: #333;
    }

.candidateRatingBlock {
    height: 110px;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    box-shadow: 1px 1px 6px #ececec;
    margin-top: -8px;
}

.candidateRatingRow {
    border-bottom: 2px solid #e0e0e0;
    background: #e9e9e9;
    margin-bottom: 0;
    margin-top: -20px;
}

.candidateRatingBlock h1 {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    border-bottom: 1px solid #018f98;
    padding: 5px 0;
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
}

.candidateRatingBlock:hover h1 {
    border-bottom: 1px solid #1a86b7;
}

.candidateRatingBlock h2 {
    font-size: 12px;
    text-align: center;
    padding: 5px 5px 0 5px;
    margin: 0;
}

.candidateRatingBlock:hover h2,
.candidateRatingBlock:hover h3 {
    color: #fff;
}

.candidateRatingBlock h3 {
    font-size: 14px;
    text-align: center;
    padding: 5px;
    margin: 0;
    font-weight: 300;
    border-bottom: 1px solid #e9e9e9;
}

.candidateRatingBlock span.labelText {
    color: #fecd57;
}

    .candidateRatingBlock span.labelText span {
        display: inline-block;
        margin-left: 5px;
    }

.candidateRatingBlock span.valueText {
    display: inline-block;
    width: 95%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 11px;
    line-height: 10px;
    color: #4d7dbc;
}

.candidateRatingBlock h3 span.valueText {
    display: inline-block;
    width: 70%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 11px;
    text-align: left;
}

.candidateRatingWrapper i {
    font-size: 50px;
    line-height: 100px !important;
    text-align: center;
    display: block !important;
    color: #b5b5b5;
}

    .candidateRatingWrapper i:hover {
        color: #19adb7;
    }

.candidateRatingWrapper a {
    text-decoration: none;
}

.mainBanner {
    height: 300px;
    /*background: url(../img/banner.png) center center;*/
    background-size: cover;
}

.emplyerBannerBlock {
    height: 300px;
}

.candidateBannerBlock {
    height: 300px;
    padding-top: 230px;
}

.typed-element {
    font-size: 40px;
    color: #fff;
    padding: 120px 0 0 0;
}

.overview {
    margin: 30px 25px;
}

    .overview .row {
        margin-right: -15px;
        margin-left: -15px;
    }

h1 {
    font-size: 30px;
    margin: 10px 0 20px 0;
    padding: 0;
    font-weight: 200;
}

h2 {
    font-size: 18px;
    margin: 10px 0 20px 0;
    padding: 0;
    font-weight: 400;
}

h3 {
    font-size: 20px;
    margin: 10px 0 20px 0;
    padding: 0;
    font-weight: 200;
}

.overviewBlock {
    border: 1px solid #e4e4e4;
    padding: 0;
    box-shadow: 1px 1px 5px #dcdcdc;
}

    .overviewBlock img {
        width: 100%;
    }

    .overviewBlock h3 {
        font-size: 20px;
        margin: 10px 10px 20px 10px;
        padding: 0;
        font-weight: 300;
    }

    .overviewBlock p {
        font-size: 14px;
        margin: 10px;
        padding: 0;
        font-weight: 300;
    }

a.linkMore {
    color: #0072b0;
    font-weight: 400;
}

    a.linkMore:hover {
        color: #3d9dff;
        text-decoration: none;
    }

.testimonial {
    margin: 30px 0;
    border-top: 1px solid #e9e9e9;
    padding: 15px;
}

    .testimonial img {
        float: left;
        width: 200px;
    }

.testimonialBlock {
    width: 70%;
    float: right;
}

.testimonialClient {
    text-align: right !important;
    font-size: 11px !important;
    font-weight: 400;
    font-style: italic !important;
}

.employeeInterviewrBlock {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 50px 0 0 0;
    overflow: hidden;
}

    .employeeInterviewrBlock h1 {
        font-size: 30px;
        margin: 20px 0 20px 0;
        padding: 0;
        color: #000;
        font-weight: 500;
        /* font-family: 'Poppins', sans-serif; */
        font-family: 'Roboto Condensed', sans-serif;
    }

    .employeeInterviewrBlock img {
        border-radius: 50%;
        width: 300px;
        height: 300px;
        background: linear-gradient(#fff, #fff) padding-box, linear-gradient(45deg, #4d7dbc, #fecd57) border-box;
        border: 8px solid transparent;
    }

    .employeeInterviewrBlock p {
        margin: 0;
    }

.howItWorks {
    background-image: url("../img/howItWorks.png");
    min-height: 600px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 30px 0 0 0;
    overflow: hidden;
}

    .howItWorks h1 {
        font-size: 30px;
        margin: 20px 0 20px 0;
        padding: 0;
        color: #fff;
        font-weight: 500;
        /* font-family: 'Poppins', sans-serif; */
        font-family: 'Roboto Condensed', sans-serif;
    }

.howItWorksBlock {
    width: 85%;
    margin: 10px auto 15px auto;
    background: rgba(255, 255, 255, 0.90);
    padding: 5px;
    height: 100px;
    border: 1px solid #d2d2d2;
}

.howItWorksBlock1 {
    border-right: 1px solid #e3e4e4;
    line-height: 90px;
}

.howItWorksBlock1_1 {
    background: url(../img/1.png) right center no-repeat;
    height: 90px;
    background-size: contain;
}

.howItWorksBlock1_2 {
    background: url(../img/2.png) right center no-repeat;
    height: 90px;
    background-size: contain;
}

.howItWorksBlock1_3 {
    background: url(../img/3.png) right center no-repeat;
    height: 90px;
    background-size: contain;
}

.howItWorksBlock1_4 {
    background: url(../img/4.png) right center no-repeat;
    height: 90px;
    background-size: contain;
}

.howItWorksBlock h1 {
    font-size: 18px;
    margin: 10px 0 20px 0;
    font-weight: 400;
    color: #4d7dbc;
}

.howItWorksBlock p {
    font-size: 14px;
    margin: 10px 0;
    font-weight: 300;
    color: #4f4f4f;
}

.greenBlock {
    background: #4d7dbc;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    height: 150px;
    /*background: url('../img/bannerFix2.jpg') left center;*/
    background-attachment: fixed;
}

    .greenBlock p {
        width: 100%;
        margin: 0px auto 0 auto;
        text-align: center;
        line-height: 36px;
        padding: 35px 15px 20px 15px;
        font-weight: 400;
        font-size: 20px;
    }

.topJobWrapper {
    width: 100%;
}

.topJob {
    margin: 30px 0;
}

    .topJob h1 {
        font-size: 30px;
        margin: 10px 0 20px 0;
        font-weight: 500;
        color: #2a2a2a;
        /* font-family: 'Poppins', sans-serif; */
        font-family: 'Roboto Condensed', sans-serif;
    }

.topJobBlock {
    border: 1px solid #dadada;
    padding: 20px 0;
    width: 49%;
    margin-right: 5px;
    margin-bottom: 20px;
    background: #f7f7f7;
}

    .topJobBlock h2 {
        font-size: 16px;
        margin: 0 0 10px 0;
        font-weight: 400;
        color: #2a2a2a;
    }

        .topJobBlock h2 span {
            font-size: 12px;
            font-weight: 300;
            color: #fecd57;
        }

    .topJobBlock h3 {
        font-size: 16px;
        margin: 0 0 10px 0;
        font-weight: 200;
        color: #2a2a2a;
    }

    .topJobBlock h4 {
        font-size: 14px;
        margin: 0 0 10px 0;
        font-weight: 400;
        color: #2a2a2a;
        /* background: url(../img/location.png) no-repeat left center; */
        padding: 5px 0;
    }

        .topJobBlock h4 i {
            color: #00a5ff;
        }

.chip {
    background-color: #fff;
    border: 1px solid #19adb7;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

    .chip:hover {
        background-color: #19adb7;
        border: 1px solid #19adb7;
        color: #fff;
        -webkit-transition: .3s ease-out;
        transition: .3s ease-out;
        cursor: pointer;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    }

.numberBlock {
    background-image: url("../img/number.png");
    height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 30px 0 0 0;
}

.numberBlock1 {
    text-align: center;
    padding-top: 50px;
}

.numberBlock h1 {
    font-size: 50px;
    color: #9ccee8;
    font-weight: 500;
}

.numberBlock h2 {
    font-size: 18px;
    color: #b9b9b9;
    font-weight: 500;
}

.clientele {
    margin: 30px 0;
}

    .clientele h1 {
        font-size: 30px;
        margin: 10px 0 20px 0;
        font-weight: 300;
        color: #2a2a2a;
        font-family: 'Poppins', sans-serif;
    }

.getHired {
    height: 200px;
    text-align: center;
    margin: 30px 20px;
    padding-top: 0;
}

    .getHired h1 {
        font-size: 30px;
        margin: 10px 0 20px 0;
        font-weight: 500;
        color: #2a2a2a;
    }

    .getHired img {
        margin: 20px auto;
        width: 10%;
    }

.scheduleInterviewGetHired {
    display: block;
    margin: 20px auto;
    width: 200px;
}

.fatFooter {
    height: 200px;
    background: #2b2b2b;
    border: 10px solid #2b2b2b;
    color: #fff;
    margin: 30px 0;
}


/*form control*/


/*testimonial carousel*/


/* carousel */

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 0;
    text-align: center;
    height: 165px;
}


    /* indicator position */

    #quote-carousel .carousel-indicators {
        right: 50%;
        top: auto;
        bottom: -10px;
        margin-right: -19px;
    }


        /* indicator color */

        #quote-carousel .carousel-indicators li {
            background: rgba(0, 114, 176, 0.3);
            height: 20px;
            width: 20px;
        }


        /* active indicator */

        #quote-carousel .carousel-indicators .active {
            background: #4d7dbc;
            height: 20px;
            width: 20px;
            margin-bottom: 1px;
        }

.carousel-inner p {
    text-align: left;
    font-size: 14px;
}

    .carousel-inner p i {
        margin: -5px 5px 0 5px;
        color: #4d7dbc;
    }


/*client thumbnail hover*/

.clientTeleBlock {
    width: 90%;
    height: 174px;
    margin: 10px;
    float: left;
    border: 1px solid #d2d2d2;
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    background: #fff url(../img/client1.png) no-repeat center center
}

    .clientTeleBlock .mask,
    .clientTeleBlock .content {
        /* width: 209px; */
        height: 174px;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0
    }

    .clientTeleBlock img {
        display: block;
        position: relative
    }

    .clientTeleBlock h2 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 17px;
        padding: 10px;
        margin: 20px 0 0 0;
        border-bottom: 1px solid #ebba16;
    }

    .clientTeleBlock p {
        font-style: italic;
        font-size: 12px;
        position: relative;
        color: #fff;
        padding: 10px 20px 20px;
        text-align: center
    }

    .clientTeleBlock a.info {
        display: inline-block;
        text-decoration: none;
        padding: 4px 14px;
        height: 30px;
        line-height: 24px;
        background: #fff;
        color: #0071b0;
        font-size: 12px;
        text-transform: uppercase;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2)
    }

        .clientTeleBlock a.info:hover {
            box-shadow: 0 0 5px #0071b0
        }

.view-first img {
    transition: all 0.2s linear;
}

.view-first .mask {
    opacity: 0;
    background-color: rgba(0, 114, 176, 0.6);
    transition: all 0.4s ease-in-out;
}

.view-first h2 {
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.view-first p {
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.2s linear;
}

.view-first a.info {
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.view-first:hover img {
    transform: scale(1.1);
}

.view-first:hover .mask {
    opacity: 1;
}

.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
    opacity: 1;
    transform: translateY(0px);
}

.view-first:hover p {
    transition-delay: 0.1s;
}

.view-first:hover a.info {
    transition-delay: 0.2s;
}


/* carousel css */

#flexiselDemo1,
#flexiselDemo2,
#flexiselDemo3 {
    display: none;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-ul {
    position: relative;
    width: 99999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
    overflow: auto;
    padding-left: 17px !important;
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
}

.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
}

    .nbs-flexisel-item img {
        max-width: 100%;
        cursor: pointer;
        position: relative;
        margin-top: 10px;
        margin-bottom: 10px;
    }


/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding: 5px 10px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.nbs-flexisel-nav-left {
    left: 10px;
}

    .nbs-flexisel-nav-left:before {
        content: "<"
    }

    .nbs-flexisel-nav-left.disabled {
        opacity: 0.4;
    }

.nbs-flexisel-nav-right {
    right: 5px;
}

    .nbs-flexisel-nav-right:before {
        content: ">"
    }

    .nbs-flexisel-nav-right.disabled {
        opacity: 0.4;
    }


/*style for footer*/

#footer-sub {
    background-color: #f5f5f5;
    border-top: 1px solid #dbdbdb;
}

#footer-main {
    background-color: #26aa30;
}

#footer-sub h5 {
    color: #565656;
    margin-top: 25px;
    font-family: 'Roboto Condensed', sans-serif;
}

#footer-sub ul {
    list-style: none;
    margin-top: 20px;
}

#footer-sub hr {
    margin: 3px 5px;
}

#footer-sub ul li {
    margin-left: 0;
}

#footer-sub a:link {
    text-decoration: none;
    color: #565656;
    font-size: 12px;
}

#footer-sub a:visited {
    text-decoration: none;
    color: #565656;
}

#footer-sub a:hover {
    text-decoration: none;
    color: #19adb7;
}

#footer-sub a:active {
    text-decoration: none;
    color: #565656;
}

.vertical-line {
    border-right: 1px solid #dbdbdb;
    margin: 8px;
    padding: 0px;
}

.glyphicon {
    font-size: 35px;
    color: #6d6c6c;
}

#sub-two {
    margin: 0px;
    padding: 0px;
    clear: both;
    border-top: 1px solid #e9e9e9;
}

    #sub-two h4 {
        color: #6d6c6c;
        font-size: 20px;
    }

    #sub-two .fa {
        font-size: 24px;
        color: #34aa30;
    }

#footer-main ul {
    list-style: none;
}

    #footer-main ul li {
        float: left;
        text-decoration: none;
        padding-left: 15px;
        margin-top: 17px;
    }

#footer-main a:link {
    color: white;
    font-size: 12px;
}

#footer-main a:visited {
    color: white;
}

#footer-main a:hover {
    text-decoration: none;
    color: #00b9f5;
}

#footer-main a:active {
    color: white;
}

.glyphicon-search {
    font-size: 20px;
}

#social-menu {
    float: right;
    margin-right: 60px;
}

#side-padding {
    padding: 0px;
    margin: 0px;
}


/* about us page style */

.innerBanner {
    height: 300px;
    background: url(../img/banner1.jpg) no-repeat left center;
    background-size: cover;
    padding: 100px 0 0 50px;
}

    .innerBanner.privacy-policy {
        height: 300px;
        background: url(../img/privacypolicy.png) no-repeat left center;
        background-size: cover;
        padding: 100px 0 0 50px;
    }

    .innerBanner h1 {
        font-size: 46px;
        background: url(../img/innerHeaderBg.png) no-repeat left center;
        height: 100px;
        font-weight: 300;
        color: #c3c3c3;
        line-height: 100px;
        padding-left: 10px;
    }

.aboutUsBlock {
    margin: 60px 0;
}

    .aboutUsBlock img {
        border: 1px solid #e9e9e9;
        max-width: 100%;
    }

.howItWorksWrapper {
    margin: 30px 25px;
}

.hiwCircle {
    background: #26aa30;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    padding: 25px 0 0 5px;
}

    .hiwCircle img {
        border: none;
        width: 50%;
    }

.howItWorksWrapper h2 {
    font-size: 20px;
    font-weight: 300;
}

.howItWorksWrapper p {
    font-size: 14px;
    font-weight: 300;
}

.hiwBlock {
    position: relative;
    z-index: 1;
}

    .hiwBlock::after {
        border-top: 2px solid #26aa30;
        content: "";
        margin: 0 auto;
        position: absolute;
        top: 25%;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        z-index: -1;
    }

    .hiwBlock:last-child::after {
        border-top: 2px solid #26aa30;
        content: "";
        margin: 0 auto;
        position: absolute;
        top: 25%;
        left: 0%;
        right: 50%;
        bottom: 0;
        width: 50%;
        z-index: -1;
    }

    .hiwBlock:first-child::after {
        border-top: 2px solid #26aa30;
        content: "";
        margin: 0 auto;
        position: absolute;
        top: 25%;
        left: 50%;
        right: 0;
        bottom: 0;
        width: 50%;
        z-index: -1;
    }

.loginOption {
    margin: 20px 0;
}

    .loginOption i {
        color: #00950c;
        font-size: 22px;
        border: 1px solid #00950c;
        padding: 10px;
        border-radius: 50%;
        margin: 0 10px 0 0;
        vertical-align: middle;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 25px !important;
    }


/*mobile UI issue*/

@media only screen and (max-width: 765px) {
    .topJobBlock {
        width: 100%;
    }

    .logoBar {
        text-align: center;
    }

    .logo {
        padding: 15px 0 0 0;
        width: 300px;
    }

    .topSignIn a {
        /*color: #000;*/
        background-color: #00a5ff;
        color: #fff;
    }

    .logoBarRight {
        float: right;
        padding: 30px 65px 0 0;
    }

    .logoBarCenter {
        float: left;
        padding: 25px 30px 0px 50px;
    }

    .hero h1 {
        font-size: 2em !important;
    }

    .hero h3 {
        font-size: 14px;
    }

    .marquee-sibling {
        display: none !important;
    }

    .testimonial {
        min-height: 190px;
    }

        .testimonial img {
            display: none;
        }

    .testimonialBlock {
        width: 100%;
        float: none;
    }

    #quote-carousel {
        height: 290px;
        padding: 0 0 30px 0;
    }

    .howItWorksBlock {
        width: 100%;
    }

    .howItWorksBlock1 {
        border-right: 1px solid #e3e4e4;
        line-height: 30px;
        text-align: center;
    }

    .howItWorksBlock h1 {
        margin: 5px 0 5px 0;
        font-size: 16px;
    }

    .greenBlock {
        background: #00a5ff;
        color: #fff;
        font-size: 20px;
        font-weight: 500;
        height: 200px;
        background: url('../img/bannerFix2.png') left center;
        background-attachment: fixed;
    }

        .greenBlock p {
            margin: 0px auto 30px auto;
            text-align: center;
            line-height: 30px;
            padding: 50px 0;
            background: url('../img/bannerFix2.png') left center;
            background-attachment: fixed;
        }

    .numberBlock1 {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #a7a7a7;
    }

    .numberBlock {
        height: auto;
    }

    .topJob h1 {
        margin: 10px 0 10px 0;
    }

    .getHired {
        margin: 30px 0;
        height: 250px;
    }

        .getHired img {
            margin: 5px auto;
        }

    #footer-sub ul li {
        text-align: center;
    }

    .candidateRatingWrapper {
        display: none;
    }

    nav ul a {
        padding: 0 8px;
    }

    i.right {
        float: right;
        margin-left: 0;
    }

    .hiwBlock:last-child::after {
        border-top: 2px solid #26aa30;
        content: "";
        margin: 0 auto;
        position: absolute;
        top: 25%;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        z-index: -1;
    }

    .hiwBlock:first-child::after {
        border-top: 2px solid #26aa30;
        content: "";
        margin: 0 auto;
        position: absolute;
        top: 25%;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        z-index: -1;
    }
}

nav .nav-wrapper {
    margin-top: 71px;
}

.howItWorksBlock1 img {
    width: 50%;
}

.footer p {
    color: #565656;
    font-size: 12px;
    padding: 0 10px 0 0;
    margin-top: 0;
}

    .footer p::first-letter {
        font-size: 200%;
        color: #b82446;
    }

.primaryBanner {
    height: 450px;
    background: url(../img/interviewBanner1.jpg) no-repeat center center;
    background-size: cover;
    margin-top: 11px;
}

.primaryBannerBlock {
    height: 450px;
    margin: 0;
}

.employeBlockRight {
    padding-left: 0;
}

.primaryBannerContent {
    height: 450px;
    padding: 10px 30px;
    /*background: rgba(0, 0, 0, 0.5);*/
}

.primaryBannerContentRight {
    background: none;
}

    .primaryBannerContentRight p {
        font-size: 12px !important;
        margin: 5px 0 !important;
    }

    .primaryBannerContentRight .container-fluid .row {
        margin-right: -15px;
        margin-left: -15px;
    }

.primaryBannerContent img {
    max-width: 100%;
}

.primaryBannerContent h1 {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 10px;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 26px;
    font-family: 'Roboto Condensed', sans-serif;
}

    .primaryBannerContent h1.increamentNo {
        margin-top: 150px;
        font-size: 40px;
        font-weight: 400;
        text-shadow: 2px 2px 5px #000;
    }

        .primaryBannerContent h1.increamentNo span {
            font-size: 45px;
            font-weight: 500;
        }

.primaryBannerContent p {
    font-weight: 300;
    color: #fff;
    font-size: 16px;
    margin: 10px 0;
}

.bannerImg1 {
    background: url("../img/bannerImg1.png");
    height: 110px;
    background-size: cover;
}

.bannerImg2 {
    background: url("../img/bannerImg4.png");
    height: 110px;
    background-size: cover;
    background-position: center;
}

@media only screen and (max-width: 765px) {
    .btn.btn-hero {
        color: #fff;
        background-color: #0072b0;
        border-color: #0072b0;
        outline: none;
        margin: 20px auto;
        padding: 2px 10px 0 10px !important;
        font-size: 12px !important;
        margin: 5px 0 !important;
        height: 26px;
        line-height: 26px;
    }

    .primaryBannerContent p {
        font-weight: 300;
        color: #fff;
        font-size: 14px;
        font-style: italic;
        margin: 5px 0;
    }

    .primaryBannerContent h1 {
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding-bottom: 10px;
        font-weight: 300;
        margin: 0;
        text-align: center;
        font-size: 20px;
    }

    .primaryBannerContent {
        height: 150px;
        padding: 10px;
        background: rgba(0, 0, 0, 0.5);
    }

    .primaryBannerBlock {
        height: 150px;
        margin: 10px 0;
    }

    .primaryBanner {
        height: 500px;
        /* background: url(../img/meeting.jpg) no-repeat center center; */
        background-size: cover;
    }

    .mainBanner {
        height: 500px;
        /* background: url(../img/banner.png) center center; */
        margin-top: 50px;
    }

    nav ul a {
        padding: 0 5px;
        font-size: 12px;
    }

    .logoBarRight {
        float: none;
        padding: 0;
        /*margin-top: 15px;*/
        background: #fff;
    }

    .logoBarCenter {
        float: none;
        padding: 0;
        margin-top: 60px;
        background: #fff;
    }

    .topSignIn {
        float: none;
        /* line-height: 40px; */
        margin: 0;
        padding: 0;
    }

    nav .nav-wrapper {
        margin-top: 110px;
    }

    .logo {
        padding: 0;
        width: 300px;
        margin: 15px 0 0 0;
    }

    .footer p {
        color: #565656;
        font-size: 12px;
        padding: 0;
    }

    .howItWorksBlock p {
        font-size: 12px;
        margin: 10px 0;
        font-weight: 200;
        color: #4f4f4f;
    }
}

.ml3 {
    font-weight: 600;
    font-size: 2.1em;
}

.catchLine {
    padding: 10px 0;
    text-align: center;
    color: #acc3d0;
    background: url("../img/topBannertext.png");
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-size: cover;
    background-position: bottom;
}


/*.catchLine:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #000;
        opacity: .40;
    }*/

.audiVideoBlock {
}

    .audiVideoBlock h1 {
        text-align: center;
        border-bottom: 1px solid #dadada;
        padding: 10px 0;
    }

    .audiVideoBlock p {
        text-align: center;
    }

        .audiVideoBlock p i.recieve {
            text-align: center;
            background: #20ca2e;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            color: #fff;
            line-height: 60px;
            font-size: 30px;
            box-shadow: 0px 2px 5px #949494;
            margin: 0 10px;
            cursor: pointer;
        }

            .audiVideoBlock p i.recieve:hover {
                box-shadow: none;
            }

        .audiVideoBlock p i.reject {
            text-align: center;
            background: #ff704d;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            color: #fff;
            line-height: 60px;
            font-size: 30px;
            box-shadow: 0px 2px 5px #949494;
            margin: 0 10px;
            cursor: pointer;
        }

            .audiVideoBlock p i.reject:hover {
                box-shadow: none;
            }

.videoBlock {
    height: 300px;
    width: 450px;
    border: 1px solid #dadada;
    background: #e9e9e9;
    margin: 0 auto;
}

.controlWrapper {
    position: relative;
    height: 525px;
}

.controlBlock {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.footer-mail {
    color: #4d7dbc !important;
}

.contact-us-block {
    color: #565656;
    font-size: 12px !important;
}

.top-nav-links {
    transition: background-color .3s;
    font-size: 1rem;
    color: #444;
    /*padding: 0px 15px;*/
    cursor: pointer;
    margin: 10px 15px;
    vertical-align: -webkit-baseline-middle;
}

.top-nav-links-search-rating {
    transition: background-color .3s;
    font-size: 1.5rem;
    color: #444;
    /*padding: 0px 15px;*/
    cursor: pointer;
    margin: 10px 15px;
    vertical-align: -webkit-baseline-middle;
}

.numberBlock-top p {
    margin: 0;
}

.numberBlock-top .number {
    color: #f4b500;
    font-size: 30px;
    font-weight: 500;
}

.row.no-margin-bottom {
    margin-bottom: 0;
}

.btn-banner {
    float: right;
    margin-top: 10px !important;
}

.privacy-policy h1,
h2,
h3,
a {
    color: #0072b0;
}

.privacy-policy h1 {
    font-weight: 400;
}

.privacy-policy h2,
h3 {
    font-weight: 300;
}

.btn,
.btn-large,
.btn-flat {
    line-height: 32px;
}

.btn,
.btn-large {
    background-color: #4d7dbc;
}

.interviewCount {
    margin-top: 60px;
}

    .interviewCount .countWrapper {
        font-size: 30px;
        font-weight: 500;
        color: #fff;
        text-align: center;
        font-family: 'Roboto Condensed', sans-serif;
    }

    .interviewCount .countNote {
        text-align: center;
        margin: 0;
    }

.greyBlock {
    background: #ececec;
    color: #000;
    font-size: 25px;
    font-weight: 700;
    height: 250px;
    padding: 20px 15px;
    background: url('../img/clienteleBanner.jpg') left center;
    background-attachment: fixed;
}

    .greyBlock h1 {
        font-size: 30px;
        margin: 10px 0 20px 0;
        font-weight: 500;
        color: #fff;
        /* font-family: 'Poppins', sans-serif; */
        font-family: 'Roboto Condensed', sans-serif;
        text-align: center;
    }

    .greyBlock p {
        color: #fff;
        font-weight: 400;
        text-align: center;
        font-size: 20px;
    }

    .greyBlock a {
        color: #fff;
        text-decoration: underline;
    }

.alignMiddle {
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    height: 300px;
    flex-direction: column;
    justify-content: center;
}

hr.line {
    border-top: 1px solid #d6d6d6;
}

.employerBlockBanner {
    height: 218px;
    background: rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;
    padding: 10px 5px;
    border-width: 0 15px;
    border-style: solid;
    border-image: linear-gradient( to bottom, #4d7dbc, rgba(0, 0, 0, 0)) 1 100%;
}

    .employerBlockBanner img {
        height: 110px;
    }

.candidateBlockBanner {
    height: 217px;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 5px;
    border-width: 0 15px;
    border-style: solid;
    border-image: linear-gradient( to bottom, #fecd57, rgba(0, 0, 0, 0)) 1 100%;
}

    .candidateBlockBanner img {
        height: 110px;
    }

    .employerBlockBanner h1,
    .candidateBlockBanner h1 {
        margin-top: 0;
        padding-bottom: 0;
    }

button.btn-banner {
    margin: 10px 0 !important;
    font-size: 14px !important;
    padding: 2px 20px !important;
}


/* mobile issue fix */

@media only screen and (max-device-width: 640px) {
    .logo {
        float: none;
    }

    .logoBarCenter {
        margin-top: 22px;
        padding: 10px 0;
    }

    .topSignIn {
        margin-top: 1px;
        padding-bottom: 10px;
        border-bottom: 1px solid #00a5ff;
    }

    .primaryBanner {
        margin-top: 135px;
        height: 475px;
        background: url(../img/meeting.jpg) no-repeat center center;
        background-attachment: fixed;
    }

    .primaryBannerContent h1.increamentNo {
        margin-top: 0;
        font-size: 16px;
        font-weight: 500;
    }

    .interviewCount .countWrapper {
        font-size: 20px;
        margin-top: 10px;
    }

    .interviewCount .countNote {
        font-style: normal;
        font-size: 11px;
        line-height: 11px;
    }

    .primaryBannerContent {
        height: 130px;
    }

    .primaryBannerBlock {
        height: 130px;
    }

    .employerBlockBanner,
    .primaryBannerContent {
        height: 250px !important;
    }

    .testimonial img {
        display: block;
        width: 150px;
        float: none;
        margin: 0 auto;
    }

    .testimonial {
        padding: 0;
        min-height: 450px;
    }

    #quote-carousel {
        height: auto;
    }

    .testimonialClient {
        text-align: center !important;
        border-top: 1px solid #e9e9e9;
        padding-top: 10px;
        margin: 10px 0 20px 0;
    }

    .greyBlock {
        background-size: contain;
    }

        .greyBlock h1 {
            font-size: 20px;
        }

        .greyBlock p {
            font-size: 14px;
        }

    .employeeInterviewrBlock img {
        border-radius: 50%;
        width: 150px;
        height: 150px;
        margin: 0 auto;
    }

    .imgCenter {
        text-align: center !important;
    }

    .employeeInterviewrBlock h1 {
        font-size: 20px;
        margin: 0 0 10px 0;
    }

    .alignMiddle {
        height: 190px;
        text-align: center;
    }

    .employeeInterviewrBlock {
        margin: 20px 0 0 0;
    }

    .howItWorksBlock p {
        font-weight: 300;
        color: #000;
    }

    .howItWorksBlock {
        height: 140px;
    }

    .greenBlock {
        height: 140px;
    }

        .greenBlock p {
            font-size: 14px;
            line-height: 20px;
            padding: 20px 10px;
        }

    .howItWorks h1,
    .topJob h1 {
        font-size: 20px;
    }

    .btnApply {
        text-align: center;
        margin-top: 10px;
    }

        .btnApply a {
            float: none !important;
        }

    .logoFooter {
        width: 160px;
    }

    .howItWorks .container,
    .employeeInterviewrBlock .container {
        width: 100%;
    }

    .primaryBannerContent h1.increamentNo span {
        display: block;
        margin-top: 10px;
        font-size: 35px;
    }

    .interviewCount {
        margin-top: 0;
    }

    .employeBlockRight {
        padding-left: 15px;
    }

    #footer-sub h5 {
        text-align: center;
        border-top: 1px solid #98dbff;
        padding-top: 10px;
    }

    .contact-us-block {
        text-align: center;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
    .candidateRatingBlock h2 {
        padding: 10px 3px;
    }

    .candidateRatingBlock h3 {
        padding: 5px 3px;
    }

    .candidateRatingWrapper {
        padding: 40px 3px 0 3px;
    }

    .primaryBannerContent {
        padding: 10px;
    }
}

.candidateRatingBlock h2 i.skill {
    font-size: 14px;
    color: #1a86b7;
    line-height: 16px !important;
    display: block !important;
    border: 1px solid #1a86b7;
    border-radius: 50%;
    padding: 0px;
    height: 24px;
    width: 24px;
    margin: 0 auto 5px auto;
    font-weight: bold;
    line-height: 20px !important;
}

.candidateRatingBlock h3 i.rating {
    font-size: 12px;
    color: #0072b0;
    line-height: 16px !important;
    display: block !important;
    border: 1px solid #0072b0;
    border-radius: 50%;
    padding: 3px;
    height: 24px;
    width: 24px;
    margin: 0 auto 5px auto;
}

.btn-banner-custom {
    padding: 0 5px 0 5px !important;
    margin: 10px 0 0 0 !important;
    height: 25px !important;
    line-height: 20px;
    background-color: #fecd57 !important;
    border-color: #fecd57 !important;
    color: #000000 !important;
}

    .btn-banner-custom.btn-banner-custom-employee {
        margin: 0 0 0 0 !important;
        background-color: #4d7dbc !important;
        border-color: #4d7dbc !important;
    }


button.btn-banner {
    margin: 10px 0 !important;
    font-size: 14px !important;
    padding: 2px 20px !important;
}

.primaryBannerContent {
    height: 450px;
    padding: 10px 30px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
}

.btn-banner {
    float: none;
}

.btn-banner-custom {
    height: 36px !important;
    font-weight: 500 !important;
}

.hero-cta {
    margin-top: 50px;
}

.primaryBannerContent h1.increamentNo {
    margin-top: 100px;
}

.btn-banner-custom {
    padding: 0 5px 0 5px !important;
    margin: 10px 0 0 0 !important;
    height: 25px !important;
    line-height: 20px;
    color: #000000 !important;
}

    .btn-banner-custom.btn-banner-custom-candidate {
        background-color: #fecd57 !important;
        border-color: #fecd57 !important;
        padding: 10px 30px !important;
        height: 45px !important;
        margin: 0 !important;
    }

    .btn-banner-custom.btn-banner-custom-employee {
        background-color: #4d7dbc !important;
        border-color: #4d7dbc !important;
        padding: 5px 10px !important;
        padding: 10px 30px !important;
        height: 45px !important;
        margin: 0 !important;
    }

.privacy-policy {
    margin: 100px 0;
}

.slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
    height: 100px !important;
}

.slides {
    display: flex;
    width: calc(250px * 36);
    animation: scroll 40s linear infinite;
    height: 100px !important;
    background: transparent !important;
    margin: 50px 0 0 0 !important;
    /*width: 300%;*/
}

    .slides img {
        margin: 0 15px 0 15px;
        height: 50px;
        border-radius: 8px;
        background-color: #fff;
        flex-shrink: 0;
    }

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}