html {
    height: 100%;
    overflow: hidden;
}

body {
    margin: 0;
    padding: 0;
    -webkit-perspective: 1px;
    perspective: 1px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
}

header {
    box-sizing: border-box;
    min-height: 50vw;
    position: relative;
    -webkit-transform-style: inherit;
    transform-style: inherit;
    width: 100vw;
}

.inner-header {
    box-sizing: border-box;
    min-height: 1vw;
    position: relative;
    -webkit-transform-style: inherit;
    transform-style: inherit;
    width: 100vw;
    background-color: #0277bd;
}

h1 {
    font-size: 57.34px;
}

p {
    text-align: justify;
}

.subtitle {
    font-size: 20px;
    padding-top: 5px;
    font-weight: 300;
    text-align: center;
}

.subtitle-why-use {
    font-size: 16px;
    padding-top: 26px;
    color: #9b9b9b;
}

.white-title {
    color: #ffffff;

}

.navbar-container {
    margin-top: 14px;
}

header,
header:before {
    background: 50% 50% / cover;
}

header::before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    background-color: transparent;
    background-size: cover;
    -webkit-transform-origin: center center 0;
    -webkit-transform: translateZ(-1px) scale(2);
    transform-origin: center center 0;
    transform: translateZ(-1px) scale(2);
    z-index: -1;
    min-height: 100vh;
}

header * {

    margin: 0;
}

header p {}

<style > .wow:first-child {
    visibility: hidden;
}

</style > .innerheader {
    background-image: url('../images/img-header-inner.jpg');
    background-repeat: no-repeat;
    min-height: 210px;

}

.innerheader-apply {
    background-image: url('../images/img-header-inner-apply.jpg');
    background-repeat: no-repeat;
    min-height: 210px;

}

.innerheader-employer {
    background-image: url('../images/img-header-inner-employer.jpg');
    background-repeat: no-repeat;
    min-height: 210px;

}

.innercontent {

    text-align: justify;

}

.innertitle {
    color: #8ac03c;
}

h4 {
    font-weight: bold;
    color: #8ac03c;
}

.list-group {
    margin-top: 20px;
}

main {
    background-color: #ffffff;
    line-height: 1.7;
    position: relative;
    z-index: 2;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #8ac03c;
    border-color: #8ac03c;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar {
    border-radius: 0px;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;

}

.browser {
    z-index: 10003;
    margin: 0 auto;
    text-align: center;
}

.browser-container {
    position: absolute;
    width: 100%;
    height: 300px;
    z-index: 100;
    bottom: 0px;
}

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

.margin-bottom {
    margin-bottom: 15px
}

.slider-text {
    margin-top: 30px;
    color: #ffffff;
    text-align: center;
}

.border-space {
    margin-bottom: 77px;

}

.border-space-white {
    margin-bottom: 49px;

}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 0px;
}

.testi-name {
    font-size: 18px;
    color: #0277bd;
    font-weight: bold;
}

.testimonial {
    color: #ffffff;
    font-size: 14px;
    padding-top: 32px;
}

.testi-position,
.testi-company {
    font-size: 14px;
    color: #9b9b9b;
}

.title {
    font-size: 29.78px;
    font-weight: bold;

    color: #434345;

    font-family: 'Montserrat', sans-serif;
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    font-size: 18px
}

.navbar-default .navbar-nav > li > a:hover {
    color: #ffff36;

}

.btn-default:hover {
    color: #ffffff;
    background-color: #ff0000;
    border-color: #ff0000;
}

.btn-default {
    color: #ffffff;
    background-color: #ec0909;
    border-color: #ec0909;
    font-family: 'Montserrat', sans-serif;
}

.btn-blue {
    color: #ffffff;
    background-color: #0277bd;
    border-color: #0277bd;
    font-size: 16px font-family: 'Montserrat', sans-serif;
}

.btn-blue:hover {
    color: #fffc00;

}

.btn-red {
    color: #ffffff;
    background-color: #ec0909;
    border-color: #ec0909;


}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-list a {
    color: #ffffff;
}

.footer-posts a {
    color: #ffffff;
}


.footer-posts a:hover {
    color: #0277bd;
    text-decoration: none
}

.footer-list a:hover {
    color: #0277bd;
    text-decoration: none
}


.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.btn-red:hover {
    color: #ffffff;
    background-color: #ec0909;
    border-color: #ec0909;
}

.btn {
    display: inline-block;
    padding: 12px 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;

    height: 50px;
    text-transform: uppercase;
    -webkit-box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.35);
}

.btn-apply {
    width: 209px !important;
    height: 54px;
    padding: 10px 12px !important;
    font-size: 22px !important
}

.btn-slider {
    margin-top: 20px;
    text-align: center
}

.navbar-brand {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    margin: 0 auto;
}

.navbar-toggle {
    z-index: 3;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 30px;
}

.jo-style {
    list-style: none;
    margin: 0;
    pdading: 0;
}

.margin-zero {
    margin: 0;
    pdading: 0;
}

.padding-left {
    padding-left: 30px;
}

.announcements-texts-link {
    color: #8ac03c !important;
}

.announcements-date-container {
    border: 1px solid #ffffff;
    text-align: center;
    color: #ffffff;
    line-height: 15px;
    text-transform: uppercase;
    width: 56px;
    height: 56px;

}

.month-announcements {
    font-size: 10px;
    font-weight: bold;
}

.day-announcements {
    font-size: 20px;
    font-weight: bold;
}

.year-announcements {
    font-size: 10px;
    font-weight: bold;

}

.announcements-texts {
    color: #ffffff;
    font-weight: bold;
    font-size: 13px
}

.announcements-texts a {
    color: #ffffff;
    font-weight: bold;
    font-size: 13px
}


.jo-style li a {
    color: #ffffff;
    font-weight: bold !important;
    font-size: 16px;
}

.clients-container {
    background-image: url('../images/clients-bg.jpg');
    min-height: 400px;
    padding: 30px;
    color: #ffffff;
}

.book-demo-content {
    font-size: 30px;
    color: #434345;
    font-weight: 300;
    padding-top: 70px;

}

.book-demo-container {
    background-color: #ffffff;
    min-height: 141px;
    padding: 30px;
    color: #ffffff;
    text-align: center;
}

.testi-container {
    background-image: url('../images/testimonials-bg.jpg');
    min-height: 550px;
    color: #ffffff;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

.news-container {
    background-image: url('../images/img-bg-news.jpg');
    min-height: 661px;
    padding: 30px;
    color: #ffffff;
    background-position: center;

}

.index-height {
    min-height: 360px;
}

.text-apply {
    font-size: 40px;
    font-weight: bold;
    padding-top: 10px;

}

.form-bg {
    background-image: url('../images/img-bg-form.jpg');
    min-height: 455px;
}

.text-apply-margin {
    margin-top: 15px;
}

.about-bg {
    min-height: 390px;
    padding-bottom: 150px;
    padding-top: 190px;
}

.apply-bg {
    min-height: 139px
}

.hiringprocess-bg {

    min-height: 345px;
    padding-top: 85px;
    padding-bottom: 85px;
}

.contact-bg {
    background-color: #191919;
    min-height: 469px;
    margin-top: 50px
}

.text-form {
    font-size: 13px
}

.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 50px;
    border-color: #ffffff transparent transparent transparent;
    text-align: center;

}

.triangle-half {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-color: transparent #ffffff transparent
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.circle {
    border-radius: 50%;
    width: 76px;
    height: 76px;
    /* width and height can be anything, as long as they're equal */
    background-color: #8ac03c;
    color: #ffffff;

}


.number {
    padding: 10px;
    font-weight: bold;
    font-size: 35px;
    font-family: 'Roboto';
}

.title-process {
    font-size: 20px;
    font-weight: bold;
    font-family: 'Roboto';
}

.footer-bg {
    background-color: #0277bd;
    height: 53px;
    color: #ffffff;
    text-align: center;

}

.footer-content {
    font-size: 16px;
    padding-top: 55px;
    padding-bottom: 55px;
    font-weight: 300;
}

.date {
    color: #0277bd;
}

.footer-title {
    font-size: 20px;
    font-family: 'Montserrat';
}

.footer-posts {
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 300;
}

.footer-copy {
    font-size: 16px;
    padding-top: 10px;
    font-weight: 300;
}

.text-contact {
    padding-top: 20px
}

.text-contact-add {
    padding-top: 5px
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #ffff33;
    background-color: transparent;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #8ac03c;
}

#layerslider * {
    font-family: Roboto, 'Open Sans', sans-serif;
    font-weight: 300;

}

#layerslider h1 {
    font-size: 30px;
    color: #eee;
}

#layerslider h2 {
    font-size: 40px;
    color: #111;
}

#layerslider {
    position: absolute;
    z-index: 1;
}

#example-wrapper {
    z-index: 2;
    position: relative;
    top: 50%;
}

.borders-margin {
    margin-top: -30px;
    padding: 0px;
}

.red-link {
    color: #ff0000;
}

.red-link:hover {
    color: #ffff33;
}

.contact-number {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    text-align: right;
}

.follow {
    padding-top: 5px;
    text-align: right;
}

.boxed-info {
    background-color: #ffffff;
    color: #9b9b9b;
    border: 4px solid #f5f5f5;
    width: 258px;
    height: 258px;
    text-align: center;
    margin-left: 15px;
}

.boxed-info:hover {
    background-color: #0277bd;
    color: #ffffff;
    border: 4px solid #f5f5f5;
    width: 258px;
    height: 258px;
    text-align: center;
    margin-left: 15px;

}

.box-content {
    padding-top: 20px;
    font-size: 16px;
}

.box-text {
    padding-top: 25px;
}

.clients-title {

    font-size: 30px;
    font-family: 'Montserrat', sans-serif;



}

.laptop-container {
    padding-top: 50px;
}

.laptop-title {
    font-size: 18px;
    font-weigh: tbold;
    font-family: 'Roboto';
    color: #434345;
}

.laptop-subtitle {

    font-size: 14px;
    font-family: 'Roboto';
    color: #9b9b9b;
    text-align: justify;

}

.multi-item-carousel .carousel-inner > .item {
    -webkit-transition: 500ms ease-in-out left;
    transition: 500ms ease-in-out left;
}

.multi-item-carousel .carousel-inner .active.left {
    left: -33%;
}

.multi-item-carousel .carousel-inner .active.right {
    left: 33%;
}

.multi-item-carousel .carousel-inner .next {
    left: 33%;
}

.multi-item-carousel .carousel-inner .prev {
    left: -33%;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .multi-item-carousel .carousel-inner > .item {
        -webkit-transition: 500ms ease-in-out all;
        transition: 500ms ease-in-out all;
        -webkit-backface-visibility: visible;
        backface-visibility: visible;
        -webkit-transform: none !important;
        transform: none !important;
    }
}

.multi-item-carousel .carouse-control.left,
.multi-item-carousel .carouse-control.right {
    background-image: none;
}

.card {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.card {
    margin-top: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
    border-radius: 2px;
    background-clip: padding-box;
}

.card span.card-title {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}

.card .card-image {
    position: relative;
    overflow: hidden;
}

.card .card-image img {
    border-radius: 2px 2px 0 0;
    background-clip: padding-box;
    position: relative;
    z-index: -1;
}

.card .card-image span.card-title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 16px;
}

.card .card-content {
    padding: 16px;
    border-radius: 0 0 2px 2px;
    background-clip: padding-box;
    box-sizing: border-box;
}

.card .card-content p {
    margin: 0;
    color: inherit;
}

.card .card-content span.card-title {
    line-height: 48px;
}

.card .card-action {
    border-top: 1px solid rgba(160, 160, 160, 0.2);
    padding: 16px;
}

.card .card-action a {
    color: #fffc00;
    margin-right: 16px;
    transition: color 0.3s ease;
    text-transform: uppercase;
}

.card .card-action a:hover {
    color: #ffd8a6;
    text-decoration: none;
}

.footer-copy a {
    color: #ffffff;
}

.details-card {
    background: #ecf0f1;
}

.blog-container {
    background: url("") no-repeat fixed center center;
    background-size: 100% auto;
    margin-bottom: 20px;
}

.blog-container h2 {
    text-align: center;
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 44px;
    margin-top: 70px;
}

.blog-container h2 b {
    color: #2BBCDE;
}

.blog-container .blog-card {
    background: #ffffff;
    border-radius: 3px;
    overflow: hidden;
    height: 250px;
    margin-bottom: 10px;
    display: block;
    color: inherit;
    text-decoration: none;
    position: relative;
    border: 4px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.blog-container .blog-card:hover h3 {
    color: #2BBCDE;
}

.blog-container .blog-card:hover .blog-hover-mask {
    height: 250px;
    width: 100%;
    color: #aaa;
    background-color: #2BBCDE;
    position: absolute;
    top: 0;
    opacity: 0.95;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.blog-container .black {
    background: #2BBCDE;
}

.blog-container .blog-card .blog-details {
    padding: 0 10px;
}

.blog-container .blog-card .blog-details h3 {
    font-weight: 900;
    font-size: 20px;
    text-transform: uppercase;
}

.blog-container .blog-card .blog-img {
    overflow: hidden;
    max-height: 180px;
}

.blog-hover-mask {
    height: 400px;
    width: 0%;
    color: #aaa;
    background-color: #2BBCDE;
    position: absolute;
    top: 0;
    opacity: 0.0;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    text-align: center;
    padding-top: 30px;
}

.blog-hover-mask span {
    text-align: center;
    max-height: 400px;
    border: 1px solid #fff;
    display: inline-block;
    margin-top: 20px;
    padding: 10px 30px;
    border-radius: 3px;
    color: #fff;
    font-weight: 900;
    font-size: 16px;
}

.blog-hover-mask div {
    text-align: center;
    padding: 10px 30px;
    border-radius: 3px;
    color: #fff;
    font-weight: 900;
    font-size: 16px;
}

@media (max-width: 768px) {
    .blog-container h2 {
        text-align: center;
        font-weight: 300;
        margin-bottom: 30px;
        font-size: 34px;
        margin-top: 70px;
    }

    .blog-container .blog-card {
        background: #ffffff;
        border-radius: 3px;
        overflow: hidden;
        height: inherit;
        margin-bottom: 20px;
        display: block;
        color: inherit;
        text-decoration: none;
        position: relative;
    }
}

.footer-copy {
    background-color: #0277bd;
}

/* End card section */


.slick-next:before,
.slick-prev:before {
    color: #164896 !important
}

.slick-slide {
    outline: 0
}

.slick-slider {
    cursor: pointer
}

.slick-slide img {
    margin: 0 auto
}

.feature-1 {
    background-color: #0277BD;
    color: #fff
}

.feature-1 {
    padding: 2rem 0;
}

.feature-1-img {
    background: url('../images/feature-slider-1.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
}

/*
.features-section h2{
    padding-top: 3rem
}
*/

.features-section h3{
    font-size: 2.3rem;
    padding-bottom: .8rem
}


.features-section p{
    font-size: 16px;
    margin-left: 25px
}