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
}

img{
    max-width: 100%;
    height: auto
}

.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: #fff
}

.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
}

.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: 700;
    color: #8ac03c
}

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

main {
    background-color: #fff;
    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: 0
}

.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: 0
}

.browser img {
    max-width: 100%
}

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

.slider-text {
    margin-top: 30px;
    color: #fff;
    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: 0
}

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

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

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

.title {
    font-size: 29.78px;
    font-weight: 700;
    color: #434345;
    font-family: Montserrat, sans-serif
}

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

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

.btn-default:hover {
    color: #fff;
    background-color: red;
    border-color: red
}

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

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

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

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

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

.footer-list a {
    color: #fff
}

.footer-posts a {
    color: #fff
}

.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: #fff;
    background-color: #ec0909;
    border-color: #ec0909
}

.btn {
    display: inline-block;
    padding: 12px 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    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: 0;
    height: 50px;
    text-transform: uppercase;
    -webkit-box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, .35);
    -moz-box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, .35);
    box-shadow: 4px 4px 4px 0 rgba(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 #fff;
    text-align: center;
    color: #fff;
    line-height: 15px;
    text-transform: uppercase;
    width: 56px;
    height: 56px
}

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

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

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

.announcements-texts {
    color: #fff;
    font-weight: 700;
    font-size: 13px
}

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

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

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

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

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

.testi-container {
    background-image: url(../images/testimonials-bg.jpg);
    color: #fff;
    -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: #fff;
    background-position: center
}

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

.text-apply {
    font-size: 40px;
    font-weight: 700;
    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: 100px 0
}

.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: #fff transparent transparent transparent;
    text-align: center
}

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

.col-lg-15,
.col-md-15,
.col-sm-15,
.col-xs-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;
    background-color: #8ac03c;
    color: #fff
}

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

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

.footer-bg {
    background-color: #0277bd;
    height: 53px;
    color: #fff;
    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: #ff3;
    background-color: transparent
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: #fff;
    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: 0
}

.red-link {
    color: red
}

.red-link:hover {
    color: #ff3
}

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

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

.boxed-info {
    background-color: #fff;
    color: #9b9b9b;
    border: 4px solid #f5f5f5;
    height: 258px;
    text-align: center;
    transition: background-color ease-in-out .5s
}

.boxed-info:hover {
    background-color: #0277bd;
    color: #fff;
    border: 4px solid #f5f5f5;
}

.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-weight: bold;
    font-family: Roboto;
    color: #434345;
    line-height: 25px
}

.laptop-subtitle {
    font-size: 14px;
    font-family: Roboto;
    color: #9b9b9b;
    text-align: justify
}

.multi-item-carousel .carousel-inner > .item {
    -webkit-transition: .5s ease-in-out left;
    transition: .5s 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: .5s ease-in-out all;
        transition: .5s 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, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

.card {
    margin-top: 10px;
    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, .2);
    padding: 16px
}

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

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

.footer-copy a {
    color: #fff
}

.details-card {
    background: #ecf0f1
}

.card-content {
    background: #fff;
    border: 4px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

.card-img {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    z-index: 1
}

.card-img img {
    width: 100%;
    height: auto;
    display: block
}

.card-img span {
    position: absolute;
    top: 15%;
    left: 12%;
    background: #337ab7;
    padding: 6px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transform: translate(-50%, -50%)
}

.card-img span h4 {
    font-size: 12px;
    margin: 0;
    padding: 10px 5px;
    line-height: 0
}

.card-desc {
    padding: 1.25rem
}

.card-desc h3 {
    color: #000;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0
}

.card-desc p {
    color: #747373;
    font-size: 14px;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    font-family: Raleway, sans-serif
}

.btn-card {
    background-color: #337ab7;
    color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    padding: 5px 10px;
    font-size: .95em;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    margin: 0;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #fff
}

.btn-card:hover {
    color: #fffc00
}

a.btn-card {
    text-decoration: none;
    color: #fff
}


.slick-slide {
    outline: 0
}

.slick-slider {
    cursor: pointer
}

.slick-slide img {
    margin: 0 auto
}

.section-padding{
    padding: 4rem 0;
}

.myra-services{
    background: url(../images/why-use-myra2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center
}

