*{  
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}
body{
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    scroll-behavior: smooth;
}

header{
    background: url(./images/header-bg_01.jpg) no-repeat center center / cover;
    min-height: 1000px;
}

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

header .bg-light{
    background: #5bbc2e !important;
}

header .navbar .navbar-brand{
    margin-left: 40px;
}

header .navbar .navbar-nav{
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    margin-right: 95px !important;
}
header .navbar .navbar-nav .nav-item{
    margin-right: 36px;
}

header .navbar-light .navbar-nav .nav-link{
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}
header .navbar-light .navbar-nav .nav-btn{
    padding: 15px 11px 14px 15px;
    background: #409d16;
    border: none;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    transition: 0.4s ease;
}
header .navbar-light .navbar-nav .nav-btn:hover{
    color: #000;
    background: #fff;
}

.header__text{
    padding: 380px 0 150px;
}

.header__title{
    font-size: 60px;
    font-weight: 900;
    text-transform: uppercase;
    color: #5bbc2e;
}

.header__title::after{
    content: "";
    display: block;
    margin-top: 30px;
    width: 100%;
    height: 1px;
    background-color: #b2b2b2;
}
.header__span{
    color: #000;
}

.header__subtitle{
    font-size: 18px;
    color: #b2b2b2;
    margin: 20px 0 47px;
}

.header__btn{
    padding: 22px 164px 19px;
    background: #5bbc2e;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
}


.services{
    padding: 90px 0 150px;
}

.joby__title{
    font-size: 48px;
    font-weight: 900;
    color: #000;
    text-transform: uppercase;
}

.joby__span{
    color: #5bbc2e;
}

.joby__subtitle{
    font-size: 12px;
    line-height: 24px;
    color: #515151;
}
.joby__icon{
    padding: 0 32px;
}
.joby__img{
    margin-bottom: 40px;
}
.joby__icon-title{
    font-size: 14px;
    font-weight: 600;
    color: #5bbc2e;
    margin-bottom: 30px;
}

.team{
    padding: 76px 0 80px;
    background: #f5f5f5;
}

.joby__title2{
    font-size: 30px;
    font-weight: 900;
    color: #515151;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.joby__subtitle2{
    font-size: 14px;
    color: #767575;
    line-height: 24px;
}

.team2{
    padding: 50px 0;
}

.partners{
    padding: 120px 0;
    background: #f5f5f5;
}

.work{
    padding: 110px 0 125px;
}

.joby__work-box{
    border: 1px solid #f5f5f5;
}

.joby__link{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 35px;
    margin-top: -10px;
    margin-bottom: 25px;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.joby__link[color="blue"]{
    background: #2ca7e0;
}
.joby__link[color="green"]{
    background: #5bbc2e;
}
.joby__link[color="purple"]{
    background: #c42fc9;
}
.joby__link[color="yellow"]{
    background: #dac00e;
}

.joby__subtitle3{
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.workers{
    padding: 95px 0 115px;
    background: url('./images/team-bg.jpg') no-repeat;
    background-size: cover;
}

.joby__workers-box{
    background: #fff;
}

.joby__workers-avatar{
    margin: 35px 0 22px;
}

.joby__workers-name{
    font-size: 14px;
    font-weight: 800;
    color: #7e7e7e;
    text-transform: uppercase;
}

.joby__workers-job{
    font-size: 12px;
    color: #7e7e7e;
    text-transform: uppercase;
}

.build-team{
    padding: 135px 0 100px;
}

.numbers{
    padding: 73px 0px;
    background: #b6b6b6;
    color: #f0f0f0;
}

.joby__numbers-title{
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 27px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.joby__numbers-title::after{
    content: "";
    display: block;
    width: 50%;
    height: 1px;
    background: #f0f0f0;
    margin-top: 14px;   
}
.joby__numbers-subtitle{
    font-size: 14px;
    text-transform: uppercase;
}

.brands{
    padding: 100px 0 200px;
    background: #242424;
}

.contact{
    padding: 50px 0;
    background: #262626;
    color: #f0f0f0;
}

.joby__contact-title{
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.joby__contact-btn{
    padding: 21px 50px;
    background: transparent;
    border: 2px solid #f0f0f0;
    color: #f0f0f0;
    font-size: 12px;
    font-weight: 500;
    transition: .4s;
}

.joby__contact-btn:hover{
    background: #f0f0f0;
    color: #262626;
}

footer{
    padding: 60px 0 30px;
    background: #141414;
}

.joby__footer-link{
    text-decoration: none;
    color: #515151;
}

.joby__footer-icon{
    padding: 13px 15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #515151;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 40px;
    transition: .4s;
}
.joby__footer-icon:hover{
    background: #5bbc2e;
    color: #fff;
}

.joby__footer-subtitle{
    font-size: 12px;
    color: #f0f0f0;
    text-transform: uppercase;
}
.joby__footer-subtitle::after{
    content: "";
    display: block;
    width: 41%;
    height: 1px;
    background: #3b3b3b;
    margin-top: 20px;
}
.joby__footer-nav{
    padding: 0;
}
.joby__nav-item{
    margin-bottom: 8px;
}
.joby__footer-link2{
    font-size: 12px;
    color: #515151;
    text-decoration: none;
}
.joby__footer-link2:hover{
    color: #5bbc2e;
    text-decoration: underline;
}

.joby__footer-icon2{
    margin-right: 21px;
}

.scroll-top {
    background: #5bbc2e;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    padding-top: 7px;
    bottom: 20px;
    height: 40px;
    width: 40px;
    position: fixed;
    border-radius: 50%;
    right: 20px;
    text-align: center;
    overflow: hidden;
    z-index: 9999;
    opacity: 0.5;
}
.scroll-top:hover{
    opacity: 1;
    transition: 300ms;
}
.scroll-top .bxs-chevron-up{
    color: #F1F1F1;
}


/* Media Start */

@media (max-width: 992px) {
    
}
@media (max-width: 768px) {

}
@media (max-width: 576px) {

}

@media (max-width: 393px) {
    .header__text{
        padding: 322px 0 150px;
    }
    .header__title{
        font-size: 43px;
    }
    .header__btn{
        padding: 22px 88px 19px;
    }
    .joby__title{
        font-size: 40px;
    }
}

@media (max-width: 320px) {
    .header__text{
        padding: 322px 0 150px;
    }
    .header__title{
        font-size: 43px;
    }
    .header__btn{
        padding: 22px 88px 19px;
    }
    .joby__title{
        font-size: 40px;
    }
}