 
/* Running Text*/
.onoffswitch3 {
     position: relative;
     -webkit-user-select:none;
     -moz-user-select:none;
     -ms-user-select: none;
}
 .onoffswitch3-checkbox {
     display: none;
}
 .onoffswitch3-label {
     display: block;
     overflow: hidden;
     /*cursor: pointer;*/
     border: 0px solid #999999;
     border-radius: 0px;
}
 .onoffswitch3-inner {
     display: block;
     width: 200%;
     margin-left: -100%;
     -moz-transition: margin 0.3s ease-in 0s;
     -webkit-transition: margin 0.3s ease-in 0s;
     -o-transition: margin 0.3s ease-in 0s;
     transition: margin 0.3s ease-in 0s;
}
 .onoffswitch3-inner > span {
     display: block;
     float: left;
     position: relative;
     width: 50%;
     height: 50%;
     /*height: 30px;*/
     padding: 0;
     line-height: 30px;
     font-size: 14px;
     color: white;
     font-family: 'Montserrat', sans-serif;
     font-weight: 200;
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
}
 .onoffswitch3-inner .onoffswitch3-active {
     padding-left: 10px;
     background-color: #2c3e50;
     color: #FFFFFF;
}
 .onoffswitch3-inner .onoffswitch3-inactive {
     width: 100px;
     padding-left: 16px;
     background-color: #EEEEEE;
     color: #FFFFFF;
     text-align: right;
}
 .onoffswitch3-switch {
     display: block;
     width: 50%;
     margin: 0px;
     text-align: center;
     border: 0px solid #999999;
    border-radius: 0px;
     position: absolute;
     top: 0;
     bottom: 0;
}
 .onoffswitch3-active .onoffswitch3-switch {
     padding-top: 10px;
     background: #22c396;
     left: 0;
     width: 160px;
     font-weight: 600;
     font-size: 20px;
}
 .onoffswitch3-inactive{
     background: #A1A1A1;
     right: 0;
     width: 20px;
}
 .onoffswitch3-checkbox:checked + .onoffswitch3-label .onoffswitch3-inner {
     margin-left: 0;
}
 .glyphicon-remove{
     padding: 3px 0px 0px 0px;
     color: #fff;
     background-color: #000;
     height: 25px;
     width: 25px;
     border-radius: 15px;
     border: 2px solid #fff;
}
 .scroll-text{
     color: #fff;
     background: #2c3e50;
}
.onoffswitch3-active > .scroll-text{
    padding: 10px 0 0 0;
}
/* Running Text*/

/*depan*/
.text-whitex {
        color: #000!important;
    }
    hr.divider {
        max-width: 3.25rem;
        border-width: .2rem;
        border-color: #f4623a;
    }hr.light {
        border-color: #000;
    } 
    .text-whitex {
        color: #000!important;
    }
    hr.divider {
        max-width: 3.25rem;
        border-width: .2rem;
        border-color: #f4623a;
    }hr.light {
        border-color: #000;
    } .bg-light {
        background-color: #e8e8e8!important;
    }.features-icons .features-icons-item {
        max-width: 22rem;
    } .scrollTop {
        text-align: center;
      position: fixed;
      right: 10%;
      bottom: 10px;
      background-color: #22c396;
      font-weight: bold;
        color: #fff;
      padding: 10px;
      border-radius: 60px;
      opacity: 0;
      transition: all 0.4s ease-in-out 0s;
    }

    .scrollTop a {
      font-size: 18px;
      color: #fff;
          text-decoration: none;
    }
/*depan*/

.carousel-item {
    height: 65vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
} 
/* info panel */
.info-panel {
    background-color: #fff;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    margin-top: -100px;
    padding: 30px;
    font-family: 'Red Hat Display', sans-serif;
}

.info-panel a {
    color: #000;
    text-decoration: none;
}

.info-panel img {
    height: 80px;
    width: 80px;
    margin-right: 20px;
    margin-left: 20px;
}

.info-panel h4 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 5px;
}

.info-panel p {
    font-size: 15px;
    color: #000;
    margin-top: -5px;
    font-weight: 400;
}


/* begin timelime */




.timeline {
    padding: 0 0 0 20px;
    position: relative;
}

.timeline-nodes {
    padding-bottom: 25px;
    position: relative;
}

.timeline-nodes:nth-child(even) {
    flex-direction: row-reverse;
}


/* .timeline p {
    padding: 5px 15px;
} */
.timeline p {
    margin-top: -8px;
    margin-bottom: 5px;
    padding: 0 10px 0 10px; 
}

.timeline h3 {
    padding: 10px;
    font-size: 18px;  
}

.timeline h3 {
    font-weight: lighter;
    background: var(--blue);
}
 

.timeline::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    border-left: 2px dashed var(--blue);
    height: 100%;
    z-index: 1;
    transform: translateX(-50%);
}

.timeline-content {
    /* border: 1px solid var(--blue); */
    position: relative;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 3px 25px 0px rgba(10, 55, 90, 0.2)
}

.timeline-nodes:nth-child(odd) h3,
.timeline-nodes:nth-child(odd) p {
    text-align: right;
}

.timeline-nodes:nth-child(odd) .timeline-date {
    text-align: left;
}

.timeline-nodes:nth-child(even) .timeline-date {
    text-align: right;
}

.timeline-nodes:nth-child(odd) .timeline-content::after {
    content: "";
    position: absolute;
    top: 5%;
    left: 100%;
    width: 0;
    border-left: 10px solid var(--blue);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.timeline-nodes:nth-child(even) .timeline-content::after {
    content: "";
    position: absolute;
    top: 5%;
    right: 100%;
    width: 0;
    border-right: 10px solid var(--blue);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.timeline-image {
    position: relative;
    z-index: 100;
}

.timeline-image::before {
    content: "";
    /* width: 80px;
    height: 80px; */
    width: 70px;
    height: 70px;
    border: 2px dashed var(--blue);
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: 1;


}

.timeline-image img {
    position: relative;
    z-index: 100;
}

/*small device style*/

@media (max-width: 767px) {

    .timeline-nodes:nth-child(odd) h3,
    .timeline-nodes:nth-child(odd) p {
        text-align: left
    }

    .timeline-nodes:nth-child(even) {
        flex-direction: row;
    }

    .timeline::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 4%;
        width: 0;
        border-left: 2px dashed var(--blue);
        height: 100%;
        z-index: 1;
        transform: translateX(-50%);
    }

    .timeline h3 {
        font-size: 1.7rem;
    }

    .timeline p {
        font-size: 14px;
    }

    .timeline-image {
        position: absolute;
        left: 0%;
        top: 60px;
        /*transform: translateX(-50%;);*/
    }

    .timeline-nodes:nth-child(odd) .timeline-content::after {
        content: "";
        position: absolute;
        top: 5%;
        left: auto;
        right: 100%;
        width: 0;
        border-left: 0;
        border-right: 10px solid var(--blue);
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }

    .timeline-nodes:nth-child(even) .timeline-content::after {
        content: "";
        position: absolute;
        top: 5%;
        right: 100%;
        width: 0;
        border-right: 10px solid var(--blue);
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }

    .timeline-nodes:nth-child(even) .timeline-date {
        text-align: left;
    }

    .timeline-image::before {
        width: 65px;
        height: 65px;
    }
}

.navbar {
    position: relative;
    z-index: 1;
}


/* =======================================================resvon */
/*extra small device style */
@media (max-width: 576px) {
    .features-icons .features-icons-item {
        max-width: 20rem;
    }
    .text-center .text-whitex{
        font-size: 18px
    }
    section .page-section {
        padding: 2rem 0;
    }
    div .order-2{
        order:2;
        width: 54px;
    }
     .img-res{
        width: 180px;
        height: 27px;
     }
    .timeline::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 7%;
    }
    .timeline h3 {
        font-weight: 600;
        font-size: 16px;
    }

    .timeline-image {
        position: absolute;
        left: -5%;
    }

    .timeline-image::before {
        width: 60px;
        height: 60px;
    }

    .jumbotron {
       background-size: cover;
    height: 109px;
    width: auto;
    margin-top: 78px;
        position: relative;
    }
}

.workingspace {
    text-align: center;
}

/* begin desktop */
@media (min-width: 992px) {
    .features-icons .features-icons-item {
        max-width: 25rem;
    }
     section .page-section {
        padding: 2rem 0;
    }
    .img-res{
        width: 360px;
        height: 48px

     }
    .col-lg-6 .lead {
        text-align: center;
    }
    .col-lg-6 h3 {
        text-align: center;
    }
    .timeline {
        padding: 50px 0;
        position: relative;
    }

    .jumbotron {
        margin-top: 80px;
        height: 640px;
    }

    .workingspace {
        text-align: left;
    }

    .col-lg-6 {
        text-align: end;
    }

    .jumbotron {
        margin-top: 100px;
        background-size: contain;
         height: 415px; 
    }
}

/* end desktop */
/* =======================================================resvon */



/* begin workingspace */
.workingspace .img-fluid {
    width: 440px;
    height: auto;
}

.workingspace h4 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;

    /* margin-top: 20px; */
}

.workingspace p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin: 25px 0;
}

/* end workingspace */

.beritaClass {
    padding: 25px;
}


/* begin all */
.jumbotron {
    position: relative;
    background-image: url('https://casn.menlhk.go.id/2019/assets/images/Perpanjangan-masa-sanggahan-CPNS-TA-2019.png');
     
}

.jumbotron .container {
    z-index: 1;
    position: relative;
}

.jumbotron::after {
    content: '';
    display: block;
    width: 100%;
    height: 75%;
    /* background-color: black; */
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    position: absolute;
    bottom: 0;
}

/* end all */








/* .features-icons {
    padding-top: 7rem;
    padding-bottom: 7rem;
} */

.features-icons .features-icons-item {
    max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
    height: 7rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
    font-size: 5rem;
}

.features-icons .features-icons-item .features-icons-icon i {
    font-size: 4.5rem;
}

.text-primary {
    color: #007bff !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}