#hero{
    padding: 140px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
}

#hero .container-fluid{
    padding: 0 240px;
}

#hero .inner{
    background: rgba(26, 26, 22, 0.88);
    padding: 40px;
}

#hero h1{
    color: #FFFFFF;
    font-weight: 900;
    font-size: 54px;
    line-height: 61px;
    margin-bottom: 20px;
}

#hero h1 strong{
    color: #00FFFF
}

#hero .header{
    border-bottom: 1px solid #fff;
}

#hero ul{
    list-style: none;
    padding-left: 0;
    column-count: 2;
    color: #FFFFFF;
    font-size: 20px;
    margin-top: 20px;
}

#hero .click{
    margin-top: 40px;
}
#hero img{
    margin-right: 10px;
}

@media(max-width:1700px){
   #hero .container-fluid{
        padding: 0 140px;
    } 
}

@media(max-width:1500px){
   #hero .container-fluid{
        padding: 0 50px;
    } 
}

@media(max-width:767px){
    #hero ul{
        column-count: 1;
    }
    #hero li{
        margin-bottom: 10px;
    }
}

@media(max-width:576px){
   #hero .container-fluid{
        padding: 0 15px;
    } 
}

#logos{
    padding: 40px 0;
}

#logos .slick-slide{
    margin: 0 10px;
}

.slick-autoplay-toggle-button{
    display: none!important;
}

#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;
}

#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;
}

#latest{
    padding: 100px 0;
    background: #F6F6F6;
    margin-bottom: 100px;
}

#latest h2{
    font-size: 46px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
}

#latest .line{
    border-top: 5px solid #00FFFF
}

#latest .slick-slide{
    margin: 0 10px;
}

.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/themes/lg/img/right arrow icon.svg');
    background-size: cover;
    display: block;
    height: 17px;
    width: 37px;
    opacity: 1;
}

.slick-prev .slick-prev-icon::before{
    content: '';
    background-image: url('/wp-content/themes/lg/img/right arrow icon-1.svg');
    background-size: cover;
    display: block;
    height: 17px;
    width: 37px;
    opacity: 1;
}

#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;
}

#about h2 strong{
    color: #06FFFF;
}

@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;
    }
}

@media(max-width:576px){
    #about{
        padding: 0px;
    }
}

#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;
}

#services img{
    width: 72px;
}

@media(max-width:1200px){
    #services p{
        min-height: 0;
    }
}

#services a{
    color: #06FFFF;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 15px;
}

#latest img{
    height: 320px;
    object-fit: cover;
}