body,
html {
    height: 100%;

    margin: 0;

    font-family: Arial, Helvetica, sans-serif;
}

.wall-image {
    height: 330px;

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;

    /*position: relative;*/

    width: 100%;
}

.wall-text {
    text-align: center;

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    color: white;
}

.wall-text button {
    border: none;

    outline: 0;

    display: inline-block;

    padding: 10px 25px;

    color: black;

    background-color: #ddd;

    text-align: center;

    cursor: pointer;
}

.wall-text button:hover {
    background-color: #555;

    color: white;
}

#wall {
    /*margin-top: 100px;*/
}

/* About Us Section

--------------------------------*/

#about {
    background: #fff;

    padding: 60px 0;
}

#about .about-container .background {
    margin: 20px 0;
}

#about .about-container .content {
    background: #fff;
}

#about .about-container .title {
    color: #333;

    font-weight: 700;

    font-size: 32px;
}

#about .about-container p {
    line-height: 26px;
}

#about .about-container p:last-child {
    margin-bottom: 0;
}

#about .about-container .icon-box {
    background: #fff;

    background-size: cover;

    padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon {
    float: left;

    background: #fff;

    width: 64px;

    height: 64px;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -webkit-flex-direction: column;

    -ms-flex-direction: column;

    flex-direction: column;

    text-align: center;

    border-radius: 50%;

    border: 2px solid #007bff;

    transition: all 0.3s ease-in-out;
}

#about .about-container .icon-box .icon i {
    color: #007bff;

    font-size: 24px;
}

#about .about-container .icon-box:hover .icon {
    background: #007bff;
}

#about .about-container .icon-box:hover .icon i {
    color: #fff;
}

#about .about-container .icon-box .title {
    margin-left: 80px;

    font-weight: 600;

    margin-bottom: 5px;

    font-size: 18px;
}

#about .about-container .icon-box .title a {
    color: #283d50;
}

#about .about-container .icon-box .description {
    margin-left: 80px;

    line-height: 24px;

    font-size: 14px;
}

#about .about-extra {
    padding-top: 60px;
}

#about .about-extra h4 {
    font-weight: 600;

    font-size: 24px;
}

/* Portfolio Section

--------------------------------*/

#portfolios {
    background: #fff;

    padding: 80px 0;
}

#portfolios .portfolio-itemm {
    background-position: center center;

    background-size: cover;

    background-repeat: no-repeat;

    position: relative;

    height: 260px;

    width: 100%;

    display: table;

    overflow: hidden;

    margin-bottom: 30px;
}

#portfolios .portfolio-itemm .detailss {
    height: 560px;

    background: #fff;

    display: table-cell;

    vertical-align: middle;

    opacity: 0;

    transition: 0.3s;

    text-align: center;
}

#portfolios .portfolio-itemm .detailss h4 {
    font-size: 16px;

    transition: transform 0.3s, opacity 0.3s;

    transform: translate3d(0, -15px, 0);

    font-weight: 700;

    color: #333333;
}

#portfolios .portfolio-itemm .detailss span {
    display: block;

    color: #666666;

    font-size: 13px;

    transition: transform 0.3s, opacity 0.3s;

    transform: translate3d(0, 15px, 0);
}

#portfolios .portfolio-itemm:hover .detailss {
    opacity: 0.8;
}

#portfolios .portfolio-itemm:hover .detailss h4 {
    transform: translate3d(0, 0, 0);
}

#portfolios .portfolio-itemm:hover .detailss span {
    transform: translate3d(0, 0, 0);
}

/*organizationmanager*/

#portfolio {
    background: #fff;

    padding: 80px 0;
}

#portfolio .portfolio-itemm {
    background-position: center center;

    background-size: cover;

    background-repeat: no-repeat;

    position: relative;

    height: 260px;

    width: 100%;

    display: table;

    overflow: hidden;

    margin-bottom: 30px;
}

#portfolio .portfolio-itemm .detailss {
    height: 360px;

    background: #fff;

    display: table-cell;

    vertical-align: middle;

    opacity: 0;

    transition: 0.3s;

    text-align: center;
}

#portfolio .portfolio-itemm .detailss h4 {
    font-size: 16px;

    transition: transform 0.3s, opacity 0.3s;

    transform: translate3d(0, -15px, 0);

    font-weight: 700;

    color: #333333;
}

#portfolio .portfolio-itemm .detailss span {
    display: block;

    color: #666666;

    font-size: 13px;

    transition: transform 0.3s, opacity 0.3s;

    transform: translate3d(0, 15px, 0);
}

#portfolio .portfolio-itemm:hover .detailss {
    opacity: 0.8;
}

#portfolio .portfolio-itemm:hover .detailss h4 {
    transform: translate3d(0, 0, 0);
}

#portfolio .portfolio-itemm:hover .detailss span {
    transform: translate3d(0, 0, 0);
}

/*SISMAH*/

#portfolioss {
    background: #fff;

    padding: 80px 0;
}

#portfolioss .portfolio-itemmm {
    background-position: center center;

    background-size: cover;

    background-repeat: no-repeat;

    position: relative;

    height: 860px;

    width: 100%;

    display: table;

    overflow: hidden;

    margin-bottom: 30px;
}

#portfolioss .portfolio-itemmm .detailsss {
    height: 560px;

    background: #fff;

    display: table-cell;

    vertical-align: middle;

    opacity: 0;

    transition: 0.3s;

    text-align: center;
}

#portfolioss .portfolio-itemmm .detailsss h4 {
    font-size: 16px;

    transition: transform 0.3s, opacity 0.3s;

    transform: translate3d(0, -15px, 0);

    font-weight: 700;

    color: #333333;
}

#portfolioss .portfolio-itemmm .detailsss span {
    display: block;

    color: #666666;

    font-size: 13px;

    transition: transform 0.3s, opacity 0.3s;

    transform: translate3d(0, 15px, 0);
}

#portfolioss .portfolio-itemmm:hover .detailsss {
    opacity: 0.8;
}

#portfolioss .portfolio-itemmm:hover .detailsss h4 {
    transform: translate3d(0, 0, 0);
}

#portfolioss .portfolio-itemmm:hover .detailsss span {
    transform: translate3d(0, 0, 0);
}

/*JUDUL DI PORTOFOLIO*/

.sectionn-descriptionn {
    text-align: center;
    margin-bottom: 20px;
    color: black;
}

/*Gambar Header*/

.slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: all 0.3s;
    perspective: 900px;
    transform-style: preserve-3d;
}
.slider .previous,
.slider .next {
    font-family: "FontAwesome";
    font-size: 20px;
    position: absolute;
    top: 50%;
    color: gray;
    padding: 20px;
    text-decoration: none;
    left: -100px;
    margin-top: -34px;
    transition: all 0.3s;
    opacity: 0;
    z-index: 10000;
}
.slider .next {
    right: -100px;
    content: "\f054";
    left: auto;
}
.slider:hover .previous,
.slider:hover .next {
    opacity: 1;
}
.slider:hover .previous {
    left: 0;
}
.slider:hover .next {
    right: 0;
}
.slider .slides {
    height: 100%;
}
.slide {
    padding: 10%;
    width: 100vw;
    text-align: center;
    position: absolute;
    transform: scale(0.5, 0.5);
    opacity: 0;
    transition: all 0.3s;
}

.slide.blue {
    background: url("img/fter.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 435px;
    color: white;
}

.slide-three {
    background: url("img/inahef.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    height: 435px;
    color: white;
}

.slide.white img {
    width: 300px;
}

.slide.white {
    background: url("img/roadjungle.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    color: white;
}
.slide.red {
    background: url("img/Poster55.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 865px 433px;
    height: 100%;
    color: white;
}

.slide.yellow {
    background: url("img/header4.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 865px 433px;
    height: 100%;
    color: white;
}

.slide.newGate {
    background: url("img/newGate.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 865px 433px;
    height: 100%;
    color: white;
}

.slide.active {
    z-index: 10;
    left: 0;
    opacity: 1;
    transform: scale(1, 1);
}

.slide.inactiveLeft {
    left: -100vw;
    z-index: 11;
}
.slide.inactiveRight {
    left: 100vw;
    z-index: 11;
}
.slide:after {
    content: attr(data-icon);
    font-family: "FontAwesome";
    font-size: 15vw;
    position: absolute;
    bottom: -8vw;
    left: 0;
    opacity: 0.3;
}
.slide a {
    color: inherit;
    border: 2px solid;
    margin-bottom: 23px;
    margin-left: 20%;
    padding: 10px;
    font-size: 10px;
    margin-top: 20px;
    display: inline-block;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}
.slide a:hover {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid transparent;
    text-decoration: none;
    letter-spacing: 2px;
    padding-right: 30px;
}
.slide a:after {
    content: " \f105";
    font-family: "FontAwesome";
    position: absolute;
    margin-left: -10px;
    transition: all 0.3s;
    opacity: 0;
}
.slide a:hover:after {
    margin-left: 10px;
    opacity: 1;
}
.slider .bullets {
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 100%;
}
.slider .bullets .bullet {
    position: relative;
    display: inline-block;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    width: 8px;
    height: 8px;
    z-index: 14;
    margin: 0 5px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s;
}
.slider .bullets .bullet.active {
    background: rgba(255, 255, 255, 0.4);
}
.slider .bullets .bullet:hover {
    border: 2px solid rgba(255, 255, 255, 0.8);
    background: transparent;
}

#loading {
    position: fixed;
    width: 100%;
    height: 100vh;
    /* background: #fff url("img/loading.gif") no-repeat center center; */
    z-index: 99999;
}

@media (max-width: 768px) {
    .slide a {
        margin-left: 18%;
        margin-bottom: 9px;
        font-size: 8px;
    }

    .slide.blue {
        background: url("img/fter.jpg");
        background-repeat: no-repeat;
        background-position: center;
        /*background-size: 100vw 233px;*/
        background-size: cover;
        height: 72vw;
        color: white;
    }
    .slide-three {
        background: url("img/inahef.jpg");
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
        height: 72vw;
        color: white;
    }
    .slide.white {
        background: url("img/roadjungle.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 72vw;
        color: white;
    }
    .slide.red {
        background: url("img/Poster55.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 72vw;
        color: white;
    }

    .slide.yellow {
        background: url("img/header4.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 72vw;
        color: white;
    }

    .slide.newGate {
        background: url("img/newGate.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 72vw;
        color: white;
    }

    .slide.white img {
        width: 55%;
    }

    .slide.white h2 {
        font-size: 23px;
    }

    .slide.white p {
        padding-top: 10px;
        font-size: 15px;
    }
}
