#hero{
    position: relative;
    z-index: 0;
    height: calc(100vh - 88px);
    display: flex;
    align-items: center;
}

#hero img{
    position: absolute;
    bottom: 0;
    right: 0;
}

#hero::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: transparent linear-gradient(180deg, #0C877C 0%, #071E2E 68%, #041624 100%) 0% 0% no-repeat padding-box;
    z-index: -1;
    opacity: 0.8
}

#hero h1{
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    font-family: 'Poppins';
    line-height: 55px;
    margin-bottom: 20px;
}

#hero p{
    color: #E6E6E6;
    font-weight: 300;
    letter-spacing: 0.32px;
}

#hero .click{
    margin-top: 40px;
}

#hero .btn-orange{
    margin-right: 15px;
}

#hero .btn-w-holo{
    border: 1px solid #0C877C;
}

@media(max-width:1620px){
    #hero img{
        width: 700px;
    }
}

@media(max-width:1200px){
    #hero img{
        display: none;
    }
}

@media(max-width:576px){
    #hero .btn-orange{
        margin-bottom: 15px;
    }
    #hero h1{
        font-size: 35px;
        line-height: 45px;
    }
}

#logos{
    padding: 50px 0;
}

#logos .slick-autoplay-toggle-button{
    display: none;
}

#logos img{
    height: 40px;
}

#s1{
    padding: 50px 0;
}

#s1 .row{
    align-items: center;
}

#s1 h2{
    color: #062033;
    font-size: 31px;
    line-height: 47px;
    font-family: 'Poppins';
}

#s1 .content p{
    color: #1E2227;
    letter-spacing: 0.32px;
}

#s1 .btn-w-holo{
    border: 1px solid #0C877C;
    color: #092C47;
}

#s1 .btn-orange{
    margin-right: 15px;
}

#s1 .content{
    padding-right: 50px;
}

#s1 .icon{
    width: 44px;
    height: 44px;
    border: 1px solid #0C877C;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0C877C;
    font-size: 20px;
}

#s1 h3{
    font-size: 22px;
    color: #062033;
    font-family: 'Poppins';
}

#s1 .text{
    margin-top: 20px;
}

#s1 .text p{
    color: #1E2227;
    letter-spacing: 0.32px;
}

#s1 .wrap a{
    color: #E9640D;
    font-weight: 500;
    text-decoration: none;
}

@media(max-width:1200px){
    #s1 .content{
        padding-right: 0;
    }
}

@media(max-width:576px){
    #s1 .btn-orange{
        margin-bottom: 15px;
    }
}

#process{
    padding: 50px 0;
}

#process .row{
    align-items: center;
}

#process img{
    width: 100%;
    max-width: 594px;
    height: 701px;
}

#process h2{
    color: #062033;
    font-size: 31px;
    font-family: 'Poppins'
}

#process p{
    color: #1E2227;
    letter-spacing: 0.32px;
}

#process .wrap{
    display: flex;
}

#process .content{
    margin-bottom: 40px;
}

#process .number{
    font-size: 75px;
    font-weight: 700;
    color: #E9640D;
    letter-spacing: 1.5px;
    min-width: 98px;
    margin-right: 20px;
}

#process .inner{
    padding-left: 50px;
}

#process h3{
    color: #062033;
    font-size: 22px;
    font-family: 'Poppins'
}

@media(max-width:1200px){
    #process .inner{
        padding: 0;
    }
    #process img{
        margin: 0 auto;
        display: block;
        object-fit: cover;
        height: auto;
    }
}

#carbon{
    background: #0C877C;
    position: relative;
    height: 575px;
    display: flex;
    align-items: center;
}

#carbon img{
    position: absolute;
    top: 0;
    right: 0;
    height: 575px;
}

#carbon .inner{
    background: #fff;
    border-radius: 20px;
    padding: 40px;
}

#carbon h2{
    font-size: 31px;
    color: #062033;
    font-family: 'Poppins';
}

#carbon ul{
    column-count: 2;
    padding-left: 0;
    list-style-type: none;
}

#carbon i{
    color: #E9640D;
    margin-right: 10px;
}

#carbon li{
    margin-bottom: 10px;
    color: #1E2227;
    letter-spacing: 0.32px;
}

#carbon .btn-w-holo{
    color: #1E2227;
    border: 1px solid #0C877C;
}

#carbon .btn-orange{
    margin-right: 15px;
}

#carbon .click{
    margin-top: 30px;
}

@media(max-width:1670px){
    #carbon img{
        right: -150px;
    }
}

@media(max-width:1400px){
    #carbon img{
        right: -250px;
    }
}

@media(max-width:1200px){
    #carbon img{
        display: none
    }
}

@media(max-width:767px){
    #carbon ul{
        column-count: 1;
    }
}

@media(max-width:576px){
    #carbon .btn-orange{
        margin-bottom: 15px;
    }
}

#ic{
    padding: 100px 0;
}

#ic img{
    width: 100%;
    max-width: 717px;
    height: 393px;
    object-fit: cover;
    border-radius: 30px;
}

#ic .row{
    align-items: center;
}

#ic .content{
    padding-left: 50px;
}

#ic h2{
    font-family: 'Poppins';
    font-size: 31px;
    color: #062033;
}

#ic p{
    color: #1E2227;
    letter-spacing: 0.32px;
}

#ic .btn-w-holo{
    border: 1px solid #0C877C;
    color: #092C47
}

@media(max-width:1200px){
    #ic img{
        margin: 0 auto;
        display: block;
    }
    
    #ic .content{
        padding: 0;
    }
}

@media(max-width: 576px){
    #ic .btn-orange{
        margin-bottom: 15px;
    }
}

#faq{
    padding: 50px 0 0;
}

#faq .content h2{
    color: #062033;
    font-size: 31px;
    font-family: 'Poppins';
}

#faq .content p{
    color: #1E2227;
    letter-spacing: 0.32px;
}

#faq .accordion-button p{
    font-family: 'Poppins';
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.36px;
    color: #062033;
    font-weight: 600;
}

#faq .accordion-body p{
    color: #1E2227;
    letter-spacing: 0.32px;
}

#faq .click{
    margin-top: 30px;
}

#ci{
    padding: 100px 0 0px;
}

#ci .row{
    align-items: center;
}

#ci h2{
    color: #062033;
    font-family: 'Poppins';
    font-size: 31px;
}

#ci p{
    letter-spacing: 0.32px;
    color: #1E2227;
}

#ci .btn-w-holo{
    border: 1px solid #0C877C;
    color: #092C47
}

#ci img{
    margin-left: auto;
    display: block;
    width: 100%;
    max-width: 473px;
    height: 393px;
    object-fit: cover;
    border-radius: 30px;
}

#ci .click{
    margin-top: 40px;
}

@media(max-width:1200px){
    #ci img{
        margin: 0 auto;
        display: block;
    }
}

@media(max-width: 576px){
    #ci .btn-orange{
        margin-bottom: 15px;
    }
}