/** **/

/**
Styles
Colors
Headers
Subheaders
Sections
*/


/**
Styles
 */
body{
    font-family: "Open Sans";
    overflow-x: hidden;
}
.font-weight-bold{
    font-weight: bold;
}

/**
Colors
 */
.color-white{
    color: #fff;
    z-index: 2;
}
.color-333{
    color: #333;
}
.color-777{
    color: #777;
}
.color-565656{
    color: #565656;
}


.background-gray{
    background-color: #f4f5fa;
}
.background-yellowgray{
    background-color: #f7f7f7;
}


/**
Headers
 */
h1 {

    font-weight: 400;
    display: block;
    margin-bottom: 12px;
    font-size: 59px;
    font-family: 'Poppins',  sans-serif;
    color: #647585;
    font-weight: bold;
    z-index: 2;
}
h2 {
    position: relative;
    font-size: 39px;
    line-height: 39px;
    display: block;


    letter-spacing: -1px;
    color: #233148;
    font-weight: bold;
    z-index: 3;
}
h3 {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #565656;
    font-weight: bold;


}
h4 {}

/**
Sebheaders
 */
.subheader{
    display: block;
    font-size: 14px;
    font-family: 'ABeeZee', sans-serif;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    color: #777;
    margin-bottom: 35px;
}
.subheader:after{
    content: "";
    display: block;
    border-bottom: double 3px black;
    width: 100px;
    margin: 0 auto;
    margin-top: 20px;
}

.step-items:not(:last-child) .step-item__icon:after{

    content: "";
    display: block;
    border-bottom: dashed 3px black;
    width: 100px;
    margin: 0 auto;
left: 170px;
    position: absolute;
}


/**
Sections
 */
section,footer{
    padding: 70px 0;

}
section{
    position: relative;
}
a.logo{
  
    width: 200px;
    height: 70px;
    display: block;
}
a.logo img{

    width: 200px;
    height: 70px;
    object-fit: contain;
}
section.nav-bar{
    padding: 0;
    background: white;
    z-index: 33;
}
section.nav-bar-inversed{
    padding: 0;
    background: rgb(53, 110, 242);
    z-index: 33;
}
section.nav-bar-inversed nav ul li a{
   color: white;
    height: 100px;
    line-height: 100px;
}
nav{
    height: 100px;
    transition: right 0.2s ease;
}
nav.nav-open{
    display: block;
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    height: 100vh;
    background: rgb(53, 110, 242)
}

nav.nav-open ul{
    flex-direction: column;
    padding-top: 70px;
    padding-left: 30px;
}
nav.nav-open ul li a{
    font-size: 30px;
}
nav.nav-open ul li.current_page_item a{
    border: none;
}
nav.nav-open ul li.current_page_item a:before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f101";
    margin-right: 15px;
}
nav ul{
    display: flex;
    height: 70px;
}
nav ul li{
    margin: 0 20px;
    height: 70px;
}
nav ul li a{
    color: #444;
    font-size: 18px;
    font-family: 'ABeeZee', sans-serif;
    text-decoration: none;
    height: 70px;
    display: block;
    line-height: 70px;
}
.current_page_item a{
    border-bottom: 4px solid black;
}
.nav-items{
    display: flex;
    align-items: center;
    justify-content: space-between;
}


section.full-screen{
    height: calc( 100vh - 70px);
    width: 100%;

}
.full-screen__logo{

    z-index: 1;
    opacity: 0.7;
}
section.form-screen{

    width: 100%;
    position: relative;

}
section.half-screen{
    height: 300px;
    width: 100%;

}

section.info-screen{
    height: 300px;
    width: 100%;
    position: relative;
}
section.half-screen .container{
    position: relative;

}
section.info-screen .container{
    position: relative;

}
section.form-screen .container{
    position: relative;

}



.full-screen:before {
    content: "";

    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: #1491de;
    background: -webkit-gradient(left,rgba(0, 108, 255, 1) 0,#2524d7 100%);
    background: -webkit-linear-gradient(left,rgba(0, 108, 255, 1) 0,#2524d7 100%);
    background: -moz-linear-gradient(left,rgba(0, 108, 255, 1) 0,#2524d7 100%);
    background: -ms-linear-gradient(left,rgba(0, 108, 255, 1) 0,#2524d7 100%);
    background: -o-linear-gradient(left,rgba(0, 108, 255, 1) 0,#2524d7 100%);
    background: linear-gradient(left,rgba(0, 108, 255, 1) 0,#2524d7 100%);
    background: -webkit-linear-gradient(left,rgba(0, 108, 255, 1) 0,#2524d7 100%);
    opacity: .7;
    z-index: 2;
}
.half-screen:before {
    content: "";

    display: block;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;
    background: #1491de;
    background: -webkit-gradient(left,rgba(0, 108, 255, 1) 0,#2524d7 100%);
    background: -webkit-linear-gradient(left,rgba(0, 108, 255, 1) 0,#2524d7 100%);
    background: -moz-linear-gradient(left,rgba(0, 108, 255, 1) 0,#2524d7 100%);
    background: -ms-linear-gradient(left,rgba(0, 108, 255, 1) 0,#2524d7 100%);
    background: -o-linear-gradient(left,rgba(0, 108, 255, 1) 0,#2524d7 100%);
    background: linear-gradient(left,rgba(0, 108, 255, 1) 0,#2524d7 100%);
    background: -webkit-linear-gradient(left,rgba(0, 108, 255, 1) 0,#2524d7 100%);
    opacity: .7;
}
.about-us__img{



    width: 50%;
   margin: 0 auto;
    opacity: 0.1;

    display: block;

}
.mask{
    position: relative;
}
.mask:before {
    content: "";

    display: block;
    top: 20px;
    height: calc( 100% - 40px);
    left: 20px;
    right: 20px;
    bottom: 20px;
    position: absolute;
    background: #1491de;
    background: -webkit-gradient(left,rgba(0, 108, 255, 1) 0,#2524d7 100%);
    background: -webkit-linear-gradient(left,rgba(0, 108, 255, 1) 0,#2524d7 100%);
    background: -moz-linear-gradient(left,rgba(0, 108, 255, 1) 0,#2524d7 100%);
    background: -ms-linear-gradient(left,rgba(0, 108, 255, 1) 0,#2524d7 100%);
    background: -o-linear-gradient(left,rgba(0, 108, 255, 1) 0,#2524d7 100%);
    background: linear-gradient(left,rgba(0, 108, 255, 1) 0,#2524d7 100%);
    background: -webkit-linear-gradient(left,rgba(0, 108, 255, 1) 0,#2524d7 100%);
    opacity: .7;
}
.info-screen:before {
    content: "";

    display: block;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;
    background: #1491de;
    background: -webkit-gradient(left,rgba(0, 108, 255, 1) 0,#2524d7 100%);
    background: -webkit-linear-gradient(left,rgba(0, 108, 255, 1) 0,#2524d7 100%);
    background: -moz-linear-gradient(left,rgba(0, 108, 255, 1) 0,#2524d7 100%);
    background: -ms-linear-gradient(left,rgba(0, 108, 255, 1) 0,#2524d7 100%);
    background: -o-linear-gradient(left,rgba(0, 108, 255, 1) 0,#2524d7 100%);
    background: linear-gradient(left,rgba(0, 108, 255, 1) 0,#2524d7 100%);
    background: -webkit-linear-gradient(left,rgba(0, 108, 255, 1) 0,#2524d7 100%);
    opacity: .7;
}

.form-screen:before {
    content: "";

    display: block;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;
    background: #1491de;
    background: -webkit-gradient(left,rgba(0, 108, 255, 1) 0,#2524d7 100%);
    background: -webkit-linear-gradient(left,rgba(0, 108, 255, 1) 0,#2524d7 100%);
    background: -moz-linear-gradient(left,rgba(0, 108, 255, 1) 0,#2524d7 100%);
    background: -ms-linear-gradient(left,rgba(0, 108, 255, 1) 0,#2524d7 100%);
    background: -o-linear-gradient(left,rgba(0, 108, 255, 1) 0,#2524d7 100%);
    background: linear-gradient(left,rgba(0, 108, 255, 1) 0,#2524d7 100%);
    background: -webkit-linear-gradient(left,rgba(0, 108, 255, 1) 0,#2524d7 100%);
    opacity: .7;
}

section.full-screen h1.color-white{
    position: relative;


}
section.full-screen p.color-white{

    position: relative;
}
section.nav-bar{
    position: sticky;
    top: 0;
}
.step-item{
    color: #565656;
    text-align: center;
    margin-bottom: 20px;
}

.step-item__icon{
    width: 110px;
    height: 110px;
    padding: 18px 25px;
    border: 1px dashed #2481d7;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.step-item__icon{
    font-size: 50px;
    color: #2481d7;
    box-shadow: 0px 0px 0px 15px rgba(26, 61, 156, 0.09);
}

.category-item{

    background: white;
    display: flex;
    /* flex-direction: column; */
    margin: 0 15px;
    padding: 15px 0;
    margin-bottom: 15px;
    align-items: center;
}
.category-item h3{
    margin-bottom: 0;
}
.category-item i{
   font-size: 30px;
    color: #2481d7;
    margin-right: 10px;

}
.stat-item{
    text-align: center;
    background: white;

    margin: 0 15px;
    padding: 15px 0;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}
.stat-item p{
    color: #4d4d4d;
}
.stat-item i{
    color: #2470d7;
    font-size: 50px;
    margin-bottom: 20px;
}
.stat-item span{
    color: #212529;
}
span.stat-label{
    font-size: 40px;
    font-weight: 400;
    color: #2524d7;
    margin-bottom: 5px;
    font-family: 'Poppins', cursive;
}

.offer-item{
    text-align: center;
    background: white;
    border: solid 1px #e6e6e6;
    margin: 0 15px;
    margin-bottom: 30px;
    position: relative;
    z-index: 3;
}
.article{
    text-align: center;
    background: white;
    border: solid 1px #e6e6e6;
    margin: 0 15px;
    margin-bottom: 15px;
}
.offer-item__img{
    width: 100%;
    background: #565656;
}
.article__img{
    width: 100%;
    background: #565656;
}
.offer-item__img img{
    width: 100%;
}
.offer-item p {
    color: #647585;
    text-align: left;
}
.offer-item h3{
    text-align: left;
    margin-bottom: 0;
}
.offer-item__content{
    padding: 25px;
}
.offer-item__content-header{
    height: 65px;
}
.offer-item__content-header a{
    color: #212529;
}

.offer-item__content-description{
    height: 135px;
    margin-bottom: 20px;
}
.offer-item__content h2{
    font-size: 18px;
    text-align: left;
    line-height: 28px;
    margin-bottom: 0;
}
.offer-item__content-published p{
    font-size: 14px;
    margin-bottom: 0;
}
.article{
    margin-bottom: 50px;
}
.article h2{
    text-align: left;
    line-height: 35px;
    font-size: 25px;
}
.article h2 a{
    color: #647585;
    text-decoration: none;
}
.article h2 a:hover{
    color: #647585;
    text-decoration: underline;
}
.article__content{
    padding: 70px;
    text-align: left;
}
.offer-item__content h3{
    margin-bottom: 15px;
}
.offer-item__content span{
    color: #647585;
    font-weight: bold;
}

.article__content h3{
    margin-bottom: 15px;
}
.article__content span{
    color: #647585;
    font-weight: bold;
}
.article__header {

    text-align: left;
    margin-bottom: 30px;
}

.company-logo {
    width: 150px;
    height: 150px;
    background: white;
    border-radius: 10px;
    border: solid 1px #e6e6e6;
    padding: 10px;
}
.company-logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    border: solid 1px #e6e6e6;
}
.job-overview ul li{
    width: 50%;
    float: left;
}

.job-overview span{
    float: right;
}
.benefits-overview span{
    float: right;
}
.option-box{
    border-bottom: dashed 1px #e6e6e6;
    margin-bottom: 20px;
}
.company-description p{
    margin-bottom: 0;
}
.offer-item__footer{
    border-top: solid 1px #e6e6e6;
    padding: 25px;
    display: flex;
    align-items: center;
}
.offer-item__footer h3{
    font-size: 18px;
}
.offer-item__footer a{
    width: 175px;
    color: #647585;
}

.testimonial-item{
padding: 0 10px;
    z-index: 3;
    position: relative;
}
.testimonial-item__img{
    width: 80px;
    height: 80px;
    border-radius: 40px;
    margin-bottom: -40px;
}
.testimonial-item__img img{
    width: 80px;
    height: 80px;
    border-radius: 40px;
    object-fit: cover;
}
.testimonial-item h3{
    text-align: left;
    margin-bottom: 0;
}
.testimonial-item__content{
    background: white;
    border: 1px dashed #2481d7;
    height: 500px;
}

.testimonial-item__content p{
    padding: 20px;
    font-size: 14px;
}
.testimonial-item__content h3{
    padding: 20px;
    font-weight: bold;
}
.testimonial-item__star-raiting{
    text-align: right;
    padding: 15px 20px 0px;

}
.testimonial-item__star-raiting i{

    color: rgb(255, 143, 0);
}
p.breadcrumbs{
    text-align: center;
    color: white;
}
.image-container{
    width: 100%;
    padding: 20px;
    border-radius: 120px 0 120px 120px;

}
.image-container-rev{
    width: 100%;
    padding: 20px;
    border-radius:  0 120px 120px 120px;

}
p.breadcrumbs a{
   color: white;
}
.sidebar{
    padding: 20px;
    border: dashed 1px #e6e6e6;
}
.articles-content{
    padding: 40px;
    border: dashed 1px #e6e6e6;
}
.articles-content hr{
    margin: 35px 0;
}
.articles-content-cover img{
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.single-article{
    margin-bottom: 0;
}
.bigli li{
    width: 100%;
    padding: 10px;
    background: white;
    margin-bottom: 5px;
}
.bigli li a{
    color: #212529;
}

footer{
    width: 100%;

    background-color: #f1f4f6;
    color: #484848;
}
footer h3{
    font-weight: bold;
}
footer ul li a{
    text-decoration: none;
    color: #212529;
}
footer ul li a:hover{
    color: #212529;
    text-decoration: underline;
}

.form-container{
    width: 100%;

    z-index: 4;
    background: rgba(16, 44, 94, 0.45);
    margin: 0 10%;
    padding: 50px 10%;
}
.contacts .form-container{
    background: rgba(16, 44, 94, 1);
}
.contacts .form-action{
    background: rgba(255, 255, 255, 0.95);
    width: 100%;
    padding: 30px;
}
.contacts ul li a {
    color: #212529;
}
.sidebar .form-container{
    margin: 0;
}
.form-container form{
    display: flex;
    flex-direction: column;
}
.form-container form .input-box input{
   width: 100%;
}
.form-container form .input-box textarea{
    width: 100%;
    background: none;
    outline: none;
    border:none;
    border-bottom: solid 1px rgba(230, 230, 230, 0.16);
    padding: 20px 30px;
    color: white;
}
.form-container form .input-box i{
    color: white;
    position: absolute;
    margin-top: 15px;
}
.form-container form input{
    height: 50px;
    padding: 0 30px;
    margin-bottom: 20px;
    background: none;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.36);
    color: white;
    outline: none;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1; /* Firefox */
}
.form-container form input[type='submit']{
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-top: 10px;
    background: white!important;
    color: black;
    width: 100%;
}
.form-container h2{
    font-size: 25px;

    color: white;
}

.sidebar-blog h2{text-align: left;
    margin-bottom: 30px;
}
/*..../
Elements
 */

p{
    font-size: 18px;
    color: #233148;
    font-weight: 300;
}

ul{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.ul-styled{
    list-style-type: circle;
    padding-left: 25px;

}
.ul-styled li{
    margin-bottom: 10px;

}
.fx{
    display: flex;
    align-items: center;
}
.jc{
    justify-content: center;
}
.vl {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.4;
    pointer-events: none;
    z-index: 2;
}
.vl .container {
    height: 100%;
}
.vl__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}
.vl i {
    display: block;
    height: 100%;
    width: 1px;
    background: #d1d6dd;
}

.sticky-block {
    position: fixed;
    z-index: 3;
}
.stop {
    position: relative;
    z-index: 3;
}

.full-screen__logo-box{
    width: 100%;
    height: calc( 100vh - 70px);
    position: absolute;
    display: flex;
    align-items: flex-end;
    top:0;
    justify-content: center;
    padding-bottom: 40px;

}

.footer-nav{
    justify-content: space-between;
    align-items: flex-start;

}
#nav-icon{
    display: none;
}
.job-description, .skill-description, .responsibilities-description{
    margin-bottom: 40px;
}

.button-centered{
    display: block;
    margin: 0 auto;
}
.regular-button{
    width: 250px;
    padding: 10px;
    color: black;
    text-decoration: none;
    border: solid 1px #e6e6e6;
    text-align: center;

}
.regular-button:hover{
    text-decoration: underline;
    color: black;

}
