body{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.section-1{
    top: -57px;
}

.w-img{
    width: 100%;
    height: 95vh;
}

.mobile-page1{
    display: none;
}

.desktop-page1{
    display: block;
}

.caption-custom{
    position: absolute;
    width: 100%;
    top: 25vh;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
}

h1{
    font-size: 35px;
}

p{
    font-size: 20px;
}

.w-p1{
    width: 45%;
    margin: 50px auto;
}

.btn-orange{
    width: 11%;
    height: 41px;
    padding: 8px 15px;
    margin: 10px 10px;
    background-color: #FF8F00;
    border-radius: 10px;
}

.btn-putih{
    width: 11%;
    height: 41px;
    padding: 8px 15px;
    margin: 10px 10px;
    border-radius: 10px;
    border: 2px solid white;
}

.client{
    width: 70%;
    height: 60px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(135, 135, 135, 0.25);
    margin-top: -80px;
    margin-left: 15%;
    position: absolute;
    z-index: 2;
    background-color: white;
}

.col1-client{
    width: 15%;
    margin-top: 5px;
    height: 48px;
    border-right: 2px solid #D0D0D0;
    float: left;
}

.h5-client{
    text-align: center;
    padding: 15px 10px;
    font-size: 15px;
}

.col2-client{
    width: 85%;
    height: 50px;
    float: left;
    padding: 0 10px;
}

.img-marquee{
    width: 100%;
    float: left;
    padding: 15px 10px;
}

.img-marquee-mobile{
    display: none;
}

.company{
    width: 100%;
    display: block;
    overflow: auto;
    margin-top: -59px;
}

.img-company{
    position: relative;
    top: 1px;
}

.img-company2{
    position: absolute;
    left: 95%;
    margin-top: 40vh;
    width: 5%;
}

.konten-company{
    width: 100%;
    display: block;
    overflow: auto;
    padding: 0vh 13%;
}

.sec-id{
    padding: 10px 10px;
    text-align: center;
    border: 2px solid #FF8F00;
    width: 14%;
    margin: 0 auto;
    border-radius: 30px;
    font-size: 15px;
}

.row-company{
    width: 100%;
    display: block;
    overflow: auto;
    margin-top: 10vh;
}

.col1-company{
    width: 45%;
    float: left;
}

.col2-company{
    width: 55%;
    float: left;
}

.h3-company{
    width: 60%;
    font-size: 25px;
    line-height: 35px;
    margin-top: 10vh;
}

.p-company{
    font-size: 14px;
    text-align: justify;
    margin-bottom: 5vh;
}

.btn-company{
    padding: 10px 10px;
    border-radius: 10px;
    border: 2px solid #FF8F00;
    font-size: 15px;
}

.evolution{
    width: 100%;
    display: block;
    overflow: auto;
    background-color: #E5E9E9;
    margin-top: 5vh;
}

.konten-evolution{
    width: 100%;
    padding: 10vh 10%;
    display: block;
    overflow: auto;
    height: auto;
}

.h3-evolution{
    font-size: 25px;
    line-height: 35px;
    margin-top: 5vh;
    text-align: center;
}

.p-evolution{
    width: 40%;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 5vh;
}

.row-evolution{
    width: 100%;
    margin-top: 10vh;
    height: auto;
}

.col1-evolution{
    background-image: url('../../assets/image/Rectangle 27.png');
    background-size: cover;
    width: 31%;
    height: 70vh;
    float: left;
    margin: 5vh 1.1%;
    border-radius: 10px;
    box-shadow: inset 0px -100px 10px rgba(0, 0, 0, 0.352);
    
}

.col1-evolution:hover{
    box-shadow: inset 0px -400px 10px rgba(0, 0, 0, 0.352);
    transition: 1s;
}

.col2-evolution:hover{
    box-shadow: inset 0px -400px 10px rgba(0, 0, 0, 0.352);
    transition: 1s;
}

.col3-evolution:hover{
    box-shadow: inset 0px -400px 10px rgba(0, 0, 0, 0.352);
    transition: 1s;
}

.col2-evolution{
    background-image: url('../../assets/image/Rectangle 26.png');
    background-size: cover;
    width: 31%;
    height: 70vh;
    float: left;
    margin: 0 1.1%;
    border-radius: 10px;
    box-shadow: inset 0px -100px 10px rgba(0, 0, 0, 0.352);
}

.col3-evolution{
    background-image: url('../../assets/image/Rectangle 25.png');
    background-size: cover;
    width: 31%;
    height: 70vh;
    float: left;
    margin: 5vh 1.1%;
    border-radius: 10px;
    box-shadow: inset 0px -100px 10px rgba(0, 0, 0, 0.352);
}

.col1-evolution:hover > .h4-evolution{
    margin-top: 15%;
    font-size: 18px;
    padding: 0 20px;
    transition: 1s;
}

.col1-evolution:hover > .p-col-evolution{
    font-size: 14px;
    display: block;
    height: 75%;
    padding: 0px 20px;
    transition: 1s;
    border-radius: 0 0 10px 10px;
}

.col2-evolution:hover > .h4-evolution{
    margin-top: 15%;
    font-size: 18px;
    padding: 0 20px;
    transition: 1s;
}

.col2-evolution:hover > .p-col-evolution{
    font-size: 14px;
    display: block;
    height: 75%;
    padding: 0px 20px;
    transition: 1s;
    border-radius: 0 0 10px 10px;
}

.col3-evolution:hover > .h4-evolution{
    margin-top: 15%;
    font-size: 18px;
    padding: 0 20px;
    transition: 1s;
}

.col3-evolution:hover > .p-col-evolution{
    font-size: 14px;
    display: block;
    height: 75%;
    padding: 0px 20px;
    transition: 1s;
    border-radius: 0 0 10px 10px;
}

.h4-evolution{
    margin-top: 80%;
    font-size: 18px;
    padding: 0 20px;
}

.p-col-evolution{
    font-size: 14px;
    display: block;
    overflow: hidden;
    height: 40px;
    padding: 0 20px;
}

.img-evolution{
    width: 10%;
    position: absolute;
    margin-top: 53vh;
    margin-left: -4%;
    z-index: 0;
}


.services{
    width: 100%;
    display: block;
    overflow: auto;
}

.konten-services{
    width: 100%;
    height: auto;
    padding: 10vh 10%;
    display: block;
    overflow: auto;
}

.h3-services{
    font-size: 25px;
    line-height: 35px;
    margin-top: 5vh;
    text-align: center;
}

.p-services{
    width: 40%;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 5vh;
}

.row-services{
    width: 100%;
    margin-top: 10vh;
    height: auto;
    display: block;
    overflow: auto;
}

figure {
    width: 30%;
    height: 33vh;
    float: left;
    margin: 3vh 1.65%;
}
.thumbnail-services {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 2px 4px 10px rgba(77, 77, 77, 0.623);
}

.thumbnail-services > img {
    max-width: 100%;
    height: 100%;
    opacity: 1;
    transition: all 0.3s ease;
}

.thumbnail-services div {
    position: absolute;
    color: #fff;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    text-align: center;
    font-size: 30px;
    z-index: 2;
    box-shadow: inset 0px -200px 10px rgba(0, 0, 0, 0.253);
    
}

.thumbnail-services > div p{
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10vh;
}

.thumbnail-services > div a{
    width: auto;
    font-size: 14px;
    height: auto;
    padding: 8px 15px;
    margin: 10px 10px;
    border-radius: 10px;
    border: 2px solid white;
}

.thumbnail-services:hover > img {
    transform: scale(1.2);
    opacity: 1;
}

.thumbnail-services:hover > div {
    opacity: 1;
}

.thumbnail-services:hover > div p{
    font-size: 15px;
    transition: 1s;
    color: white;
    opacity: 5;
}

.faq{
    width: 100%;
    height: auto;
    display: block;
    overflow: auto;
    background-color: #E5E9E9;
    margin-top: 5vh;
}

.konten-faq{
    width: 100%;
    padding: 10vh 10%;
    display: block;
    overflow: auto;
    height: auto;
}

.h3-faq{
    font-size: 25px;
    line-height: 35px;
    margin-top: 5vh;
    text-align: center;
}

.p-faq{
    width: 40%;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 5vh;
}

.row-faq{
    width: 60%;
    margin: 10vh auto;
    height: auto;

}

.col-faq{
    width: 100%;
    border-radius: 10px;
}

.akordion-item{
    background-color: white;
    border-radius: 10px;
    margin: 5px 0px;
    box-shadow: 0px 4px 10px rgba(135, 135, 135, 0.25);
}

.akordion-button{
    width: 100%;
    height: 7vh;
    margin: 5px 0px;
    border: none;
    background-color: white;
    border-radius: 10px;
}

.p-faq-item{
    width: 80%;
    font-size: 14px;
    float: left;
    margin: 10px 15px;
    text-align: start;
}

.accordion-body{
    border-top: 1px solid rgba(142, 142, 142, 0.584); 
    display: block; 
    overflow: auto; 
    height: auto;
}

.icon-faq{
    width: 10%; float: right;
}

.tim{
    width: 100%;
    display: block;
    overflow: auto;
}

.konten-tim{
    width: 100%;
    height: auto;
    padding: 10vh 19%;
    display: block;
    overflow: auto;
}

.h3-tim{
    font-size: 25px;
    line-height: 35px;
    margin-top: 5vh;
    text-align: center;
}

.p-tim{
    width: 40%;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 5vh;
}

.row-tim{
    width: 100%;
    margin-top: 10vh;
    height: auto;
    display: block;
    overflow: auto;
}

.col-tim{
    width: 25%;
    height: auto;
    float: left;
    padding: 20px 0px;
}

.img-tim{
    width: 150px;
    height: 150px;
    border-radius: 50% 50%;
    box-shadow: 0px 0px 15px 1px rgba(132, 132, 132, 0.25);
    margin: 20px auto;
    display: block;
}

.img-tim:hover{
    box-shadow: 0px 0px 30px 2px rgba(112, 112, 112, 0.25);
    transition: all 0.3s ease;
}

.p-nama{
    font-size: 14px;
    text-align: center;
}

.p-posisi{
    font-size: 12px;
    text-align: center;
    margin-top: -10px;
}

.sosmed-tim{
    display: none;
    width: 80%;
    margin: 0 auto;
    padding: 0 auto;
}

.img-sosmed-tim{
    width: 10%;
    height: 16px;
    margin: 10px 10.5%;
}

.location{
    width: 100%;
    display: block;
    overflow: auto;
    border-top: 3px solid #e1e5e6;
}

.konten-location{
    width: 100%;
    height: auto;
    padding: 5vh 10%;
    display: block;
    overflow: auto;
}

.sec-id-location{
    padding: 10px 10px;
    text-align: center;
    border: 2px solid #FF8F00;
    width: 25%;
    border-radius: 30px;
    font-size: 15px;
}

.h3-location{
    font-size: 25px;
    line-height: 35px;
    margin-top: 3vh;
    text-align: start;
}

.p-location{
    width: 90%;
    font-size: 14px;
    text-align: start;
    margin-bottom: 5vh;
}

.row-location{
    width: 100%;
    margin-top: 5vh;
    height: auto;
    display: block;
    overflow: auto;
}

.col-location{
    width: 50%;
    height: 65vh;
    float: left;
}

.maps{
    width: 100%;
    height: 50vh;
    border-radius: 15px;
    margin-top: 10vh;
    box-shadow: 0px 4px 10px rgba(134, 134, 134, 0.3);
}
