#hero{
    padding: 120px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#hero h1{
    color: #EEEEEE;
    font-size: 54px;
    font-weight: 900;
    line-height: 61px;
}

#hero h1 strong{
    color: #00FFFF;
}

#hero p{
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 54px;
    margin: 0;
}

#hero p strong{
    color: #00FFFF;
    font-weight: 400;
}

#hero li{
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 22px;
    margin-bottom: 10px;
}

#hero li img{
    margin-right: 15px;
}

#hero ul{
    padding: 0;
    list-style-type: none;
    column-count: 2;
}

#hero .click{
    margin-top: 40px;
}

#hero .line{
    margin: 30px 0;
    width: 80%;
}

@media(max-width:767px){
    #hero ul{
        column-count: 1;
    }
}

#stats{
    background: #0D0D0B;
    padding: 50px 0;
}

#stats .number{
    font-size: 69px;
    line-height: 84px;
    color: #00FFFF;
    font-weight: 700;
    text-align: center;
}

#stats .line{
    margin: 10px auto 20px;
    width: 100px;
}

#stats .text{
    color: #EEEEEE;
    text-align: center;
    font-size: 17px;
    letter-spacing: 1.12px;
}

@media(max-width: 991px){
    #stats{
        padding: 50px 0 10px;
    }
}

.slick-autoplay-toggle-button{
    display: none;
}

#logos{
    padding: 40px 0;
}

#logos .slick-slide{
    margin: 0 10px;
}

#form h2{
    text-align: center;
    font-size: 46px;
    font-weight: 900;
    line-height: 72px;
    color: #1B1A17;
}

#form p{
    text-align: center;
    font-size: 18px;
    color: #1B1A17;
}

#form .line{
    border-top: 5px solid #00FFFF;
    width: 185px;
}

#form .row{
    justify-content: center;
}

#banner{
    height: 477px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#about{
    background: #1B1A17;
    padding: 90px 0;
}

#about .row{
    align-items: center;
}

#about h2{
    color: #FFFFFF;
    font-size: 46px;
    font-weight: 900;
    line-height: 72px;
}

#about p{
    color: #FFFFFF;
    font-size: 18px;
}

#about .click{
    margin-top: 40px;
}

#about .content{
    padding-right: 50px;
}

#about .right{
    position: relative;
}

#about img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 588px;
}

@media(max-width:1400px){
    #about img{
        height: 500px
    }
    
    #about{
        padding: 50px;
    }
}

@media(max-width:1200px){
    #about img{
        position: relative;
        top: 0;
        transform: none;
        margin: 0 auto;
        display: block;
    }
    
    #about .content{
        padding: 0;
    }
}

@media(max-width:767px){
    #about img{
        width: 100%;
        height: auto;
    }
}

#services{
    padding: 80px 0 50px;
}

#services h2{
    text-align: center;
    color: #1B1A17;
    text-transform: uppercase;
    font-size: 46px;
    font-weight: 900;
}

#services .line{
    border-top: 5px solid #00FFFF
}

#services .header{
    margin-bottom: 70px;
}

#services .inner{
    background: #1B1A17;
    border-radius: 5px;
    padding: 30px;
}

#services img{
    margin: 0 auto 20px;
    display: block;
}

#services h3{
    color: #00FFFF;
    font-size: 27px;
    font-weight: 800;
}

#services p{
    color: #FFFFFF;
    font-weight: 300;
    min-height: 120px;
}

@media(max-width:1200px){
    #services p{
        min-height: 0;
    }
}

#work{
    padding: 100px 0;
    background: #F6F6F6;
    margin-bottom: 100px;
}

#work h2{
    font-size: 46px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
}

#work .line{
    border-top: 5px solid #00FFFF
}

#work .header{
    margin-bottom: 70px;
}

#work .images{
    display: flex;
}

#work .slick-slide{
    margin: 0 10px;
}

#work img{
    width: 100%;
}

#work .block{
    margin: 0 3px;
    position: relative;
}

#work .wrap{
    background: #1B1A17;
    color: #00FFFF;
    font-size: 17px;
    width: 135px;
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    padding: 10px 0;
    letter-spacing: 1.12px;
    position: absolute;
    bottom: 15px;
}

#work .title{
    text-align: center;
    margin-top: 20px;
    font-size: 21px;
    font-weight: 800;
    letter-spacing: 1.36px;
}

.slick-prev{
    left: 48%;
    transform: translateX(-50%);
    bottom: -50px;
    top: auto;
    height: 17px;
    width: 37px;
}

.slick-next{
    right: 45%;
    transform: translateX(-50%);
    bottom: -50px;
    top: auto;
    height: 17px;
    width: 37px;
}

.slick-next .slick-next-icon::before{
    content: '';
    background-image: url('/wp-content/uploads/2024/07/right-arrow-icon-1.png');
    background-size: cover;
    display: block;
    height: 17px;
    width: 37px;
    opacity: 1;
}

.slick-prev .slick-prev-icon::before{
    content: '';
    background-image: url('/wp-content/uploads/2024/07/right-arrow-icon.png');
    background-size: cover;
    display: block;
    height: 17px;
    width: 37px;
    opacity: 1;
}

@media(max-width:1200px){
    .slick-next{
        right: 44%;
    }
}

@media(max-width:991px){
    .slick-next{
        right: 40%;
    }
    .slick-prev{
        left: 45%;
    }
    
}

@media(max-width:767px){
    .slick-next{
        display: none!important;
    }
    .slick-prev{
        display: none!important;
    }
    
}

#form{
    padding: 0 0 70px;
}

#form .line{
    margin-bottom: 50px;
}

#form input,
#form select{
    border: 2px solid #BDBDBD;
    padding: 15px;
}

#form input::placeholder,
#form textarea::placeholder{
    color: #000;
}

#form textarea{
    border: 2px solid #BDBDBD;
    height: 150px;;
}

#form form{
    max-width: 700px;
    margin: 0 auto;
}

#form .btn{
    margin: 0 auto;
    display: block;
}

@media(max-width:576px){
    #banner{
        background-position: 85%
    }
}

#finance{
    padding: 50px 0 20px;
}

#finance img{
    width: 100%;
}

#logos img{
    width: 216px;
    height: 116px;
    object-fit: contain;
    border: 1px solid lightgray;
}