html {
    scroll-behavior: smooth;
}

@import url('https://fonts.googleapis.com/css?family=Roboto');

body {
    font-family: 'Roboto', sans-serif;
    background-color: rgb(43, 43, 43);
    color: #fff;
}

* {
    margin: 0;
    padding: 0;
}

i {
    margin-right: 10px;
}

/*----------multi-level-accordian-menu------------*/
.navbar {
    background-color: #ec7411;
}

.navbar-brand {
    color: #fff;
    font-weight: bold;
    font-size: 25px;
}

.navbar-logo {
    padding: 15px;
    color: #fff;
}

.navbar {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.75);
}

.navbar-mainbg {
    background-color: #ec7411;
    padding: 0px;
}

.navbar .dropdown-item:hover {
    background-color: #ec7411;
}

#navbarSupportedContent {
    overflow: hidden;
    position: relative;
}

#navbarSupportedContent ul {
    padding: 0px;
    margin: 0px;
}

#navbarSupportedContent ul li a i {
    margin-right: 10px;
}

#navbarSupportedContent li {
    list-style-type: none;
    float: left;
}

#navbarSupportedContent ul li a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-weight: bolder;
    font-size: 15px;
    display: block;
    padding: 20px 20px;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
}

#navbarSupportedContent>ul>li.active>a {
    color: #ec7411;
    font-weight: bold;
    background-color: transparent;
    transition: all 0.7s;
}

#navbarSupportedContent a:not(:only-child):after {
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    transition: 0.5s;
}

#navbarSupportedContent .active>a:not(:only-child):after {
    transform: rotate(90deg);
}

.hori-selector {
    display: inline-block;
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    background-color: rgb(43, 43, 43);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-top: 10px;
}

.hori-selector .right,
.hori-selector .left {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: rgb(43, 43, 43);
    bottom: 10px;
}

.hori-selector .right {
    right: -25px;
}

.hori-selector .left {
    left: -25px;
}

.hori-selector .right:before,
.hori-selector .left:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ec7411;
}

.hori-selector .right:before {
    bottom: 0;
    right: -25px;
}

.hori-selector .left:before {
    bottom: 0;
    left: -25px;
}

/* Hero */
#hero .hero {
    padding-top: 100px;
    /* background-color: #fff; */
}

#rplsmk {
    padding-top: 100px;
    /* background-color: #fff; */
}


/* img */
.img-rounded {
    border-radius: 20px;
}

.img-shadow {
    box-shadow: 0px 7px 27px 0px rgba(255, 136, 0, 0.75);
    -webkit-box-shadow: 0px 7px 27px 0px rgba(255, 136, 0, 0.75);
    -moz-box-shadow: 0px 7px 27px 0px rgba(255, 136, 0, 0.75);
}

.img-shadow-blue {
    box-shadow: 0px 0px 16px 1px rgba(11, 5, 255, 0.75);
    -webkit-box-shadow: 0px 0px 16px 1px rgba(11, 5, 255, 0.75);
    -moz-box-shadow: 0px 0px 16px 1px rgba(11, 5, 255, 0.75);
}

.steps {
    list-style: none;
    display: flex;
}

.steps .step {
    white-space: nowrap;
    transition: 0.3s ease-in-out;
    background: #ec7411;
    position: relative;
    height: 50px;
    line-height: 50px;
    margin-right: 30px;
    padding: 0 20px;
}

.steps .step>a {
    text-decoration: none;
    color: white;
}

.steps .step:last-child {
    margin-right: 0;
}

.steps .step::before {
    transition: 0.3s ease-in-out;
    content: "";
    position: absolute;
    top: 0;
    left: -25px;
    border-left: 25px solid transparent;
    border-top: 25px solid #ec7411;
    border-bottom: 25px solid #ec7411;
}

.steps .step:first-child::before {
    display: none;
}

.steps .step::after {
    transition: 0.3s ease-in-out;
    position: absolute;
    top: 0;
    right: -25px;
    border-left: 25px solid #ec7411;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    content: "";
}

.steps .step:last-child::after {
    display: none;
}

.steps .step:hover {
    background: #1177ec;
}

.steps .step:hover::before {
    border-top-color: #1177ec;
    border-bottom-color: #1177ec;
}

.steps .step:hover::after {
    border-left-color: #1177ec;
}

.steps .step:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.steps .step:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

hr.new4 {
    border: 1px solid red;
}

hr.style-1 {
    height: 30px;
    border-style: solid;
    border-color: #8c8b8b;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}


hr.style-1:before {
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: #8c8b8b;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}

.card {
    color: black;
}

/* store */
@import url("https://fonts.googleapis.com/css?family=Fredoka+One");

#store {
    margin-top: 100px;
}

.store-container {
    line-height: 0;
    margin: 50px auto;
    width: 50%;
}

.stroke {
    stroke: #0170bb;
    stroke-width: 5;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

.round-end {
    stroke-linecap: round;
}

#store {
    animation: fadeIn 0.8s ease-in;
}

.border-animation {
    background-color: white;
    border-radius: 10px;
    position: relative;
}

.border-animation:after {
    content: "";
    background: linear-gradient(45deg, #ccc 48.9%, #0170bb 49%);
    background-size: 300% 300%;
    border-radius: 10px;
    position: absolute;
    top: -5px;
    left: -5px;
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    z-index: -1;
    animation: borderGradient 8s linear both infinite;
}

@keyframes borderGradient {

    0%,
    100% {
        background-position: 0% 100%;
    }

    50% {
        background-position: 100% 0%;
    }
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

#browser {
    transform: translateY(-100%);
    -webkit-animation: moveDown 1.5s cubic-bezier(0.77, -0.5, 0.3, 1.5) forwards;
    animation: moveDown 1.5s cubic-bezier(0.77, -0.5, 0.3, 1.5) forwards;
}

@keyframes moveDown {
    from {
        transform: translate(0, -100%);
    }

    to {
        transform: translate(0, 0);
    }
}

#toldo {
    animation: fadeIn 1s 1.4s ease-in forwards;
}

.grass {
    animation: fadeIn 0.5s 1.6s ease-in forwards;
}

#window {
    animation: fadeIn 0.5s 1.8s ease-in forwards;
}

#door {
    animation: fadeIn 0.5s 2s ease-in forwards;
}

#sign {
    transform-origin: 837px 597px;
    animation: pendulum 1.5s 2s ease-in-out alternate;
}

.trees {
    animation: fadeIn 0.5s 2.2s ease-in forwards;
}

#toldo,
.grass,
#window,
#door,
.trees,
.cat,
.cat-shadow,
.box,
.parachute,
.tshirt,
.cap,
.ball,
#text,
#button,
.sky-circle,
.sky-circle2,
.sky-circle3 {
    opacity: 0;
}

@keyframes pendulum {
    20% {
        transform: rotate(60deg);
    }

    40% {
        transform: rotate(-40deg);
    }

    60% {
        transform: rotate(20deg);
    }

    80% {
        transform: rotate(-5deg);
    }
}

.cat {
    transform-origin: 1145px 620px;
}

.cat-shadow {
    transform-origin: 1115px 625px;
}

#store:hover .cat {
    animation: catHi 3s 3s cubic-bezier(0.7, -0.5, 0.3, 1.4);
}

#store:hover .cat-shadow {
    animation: catShadow 4s 2s cubic-bezier(0.7, -0.5, 0.3, 1.4) alternate;
}

@keyframes catHi {

    0%,
    100% {
        opacity: 0;
        transform: scale(0.8);
    }

    10%,
    60% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes catShadow {

    0%,
    100% {
        transform: translate(40px, -35px) scale(0.3);
    }

    10%,
    60% {
        opacity: 1;
        transform: translate(-5px, 10px) scale(0.5);
    }

    60% {
        opacity: 0;
    }
}

.box,
.parachute {
    transform-origin: 430px 100px;
    animation: moveBox 14s 4s linear forwards infinite;
}

.parachute {
    animation: parachute 14s 4s linear forwards infinite;
}

@keyframes moveBox {
    0% {
        opacity: 0;
        transform: translate(0, -150px) rotate(20deg);
    }

    15% {
        opacity: 1;
        transform: translate(0, 100px) rotate(-15deg);
    }

    25% {
        transform: translate(0, 250px) rotate(10deg);
    }

    30% {
        transform: translate(0, 350px) rotate(-5deg);
    }

    35% {
        opacity: 1;
        transform: translate(0, 570px) rotate(0deg);
    }

    45%,
    100% {
        opacity: 0;
        transform: translate(0, 570px);
    }
}

@keyframes parachute {
    0% {
        transform: translate(0, -150px) rotate(20deg) scale(0.8);
        opacity: 0;
    }

    15% {
        transform: translate(0, 100px) rotate(-15deg) scale(1);
        opacity: 1;
    }

    25% {
        transform: translate(0, 250px) rotate(10deg);
    }

    30% {
        transform: translate(0, 350px) rotate(-5deg);
    }

    33% {
        transform: translate(0, 460px) rotate(0deg) scale(0.9);
        opacity: 1;
    }

    45%,
    100% {
        transform: translate(0, 480px);
        opacity: 0;
    }
}

.tshirt {
    animation: fadeInOut 42s 10s ease-in forwards infinite;
}

.cap {
    animation: fadeInOut 42s 24s ease-in forwards infinite;
}

.ball {
    animation: fadeInOut 42s 38s ease-in forwards infinite;
}

#text,
#button {
    animation: fadeIn 1s 5s ease-in forwards;
}

@keyframes fadeInOut {

    5%,
    12% {
        opacity: 1;
    }

    20% {
        opacity: 0;
    }
}

.cloud {
    animation: clouds 50s linear backwards infinite;
}

.cloud2 {
    animation: clouds 40s 40s linear backwards infinite;
}

.plane {
    animation: clouds 30s linear backwards infinite;
    will-change: transform;
}

@keyframes clouds {
    from {
        transform: translate(-150%, 0);
    }

    to {
        transform: translate(150%, 0);
    }
}

.sky-circle {
    animation: fadeInOut 10s 5s ease-in infinite;
}

.sky-circle2 {
    animation: fadeInOut 12s 30s ease-in infinite;
}

.sky-circle3 {
    animation: fadeInOut 8s 40s ease-in infinite;
}


@media(min-width: 992px) {
    .navbar-expand-custom {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-custom .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-expand-custom .navbar-toggler {
        display: none;
    }

    .navbar-expand-custom .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}


@media (max-width: 991px) {

    #navbarSupportedContent ul li a {
        padding: 12px 30px;
    }

    .hori-selector {
        margin-top: 0px;
        margin-left: 10px;
        border-radius: 0;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
    }

    .hori-selector .left,
    .hori-selector .right {
        right: 10px;
    }

    .hori-selector .left {
        top: -25px;
        left: auto;
    }

    .hori-selector .right {
        bottom: -25px;
    }

    .hori-selector .left:before {
        left: -25px;
        top: -25px;
    }

    .hori-selector .right:before {
        bottom: -25px;
        left: -25px;
    }
}

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

[data-toggle="collapse"].collapsed .if-not-collapsed,
[data-toggle="collapse"]:not(.collapsed) .if-collapsed {
    display: none;
}

.proPic {
    height: 100px;
    width: 100px;
    padding: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.proLight {
    border: 1px solid black;
}

.cardBorderCorners {
    border-radius: 50px 25px;
    width: 18rem;
}

.lightCard {
    background-color: #ffffff;
}

.lightTitle {
    margin-top: 10px;
    color: #2c2c2c;
    text-align: center;
}

.lightSubTitle {
    color: #37355b;
    text-align: center;
}

.darkDesc {
    margin-top: 20px;
    color: #b8b7d3;
    text-align: center;
}

.lightDesc {
    margin-top: 20px;
    color: #333333;
    text-align: center;
}

.lightMail {
    margin-top: 20px;
    color: #c2c2e0;
    text-align: center;
}

.lightMailText {
    padding: 5px;
    background-color: #25235c;
}

.social {
    margin-top: 10px;
    text-align: center;
    margin-bottom: 30px;
}

.attributeText {
    margin-top: 20px;
    text-align: center;
    color: #25235c;
}

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

.rounded-20 {
    border-radius: 20px;
}

/* misi */
#visi p {
    font-size: 16px;
}

/* Misi */
#misi ul {
    list-style: none;
    margin: auto;
}

#misi li {
    border-top: 2px dashed;
    border-color: rgb(0, 225, 255) !important;
    margin: 0;
    padding: 30px;
    counter-increment: section;
    position: relative;
}



#misi li:nth-child(even):before {
    content: counter(section);
    right: 100%;
    margin-right: -20px;
    position: absolute;
    border-radius: 50%;
    padding: 10px;
    height: 40px;
    width: 40px;
    background-color: #34bfa3;
    text-align: center;
    color: white;
    font-size: 110%;
}

.list-group .active {
    background-color: #ec7411;
    border-color: #ec7411;
}

.rapetin {
    margin-top: -20px;
}


#gallery img {
    transition: transform .2s;
    border-radius: 10px;
}

#gallery img:hover {
    transform: scale(1.03);
}

#misi li:nth-child(odd):before {
    content: counter(section);
    left: 100%;
    margin-left: -20px;
    position: absolute;
    border-radius: 50%;
    padding: 10px;
    height: 40px;
    width: 40px;
    background-color: #34bfa3;
    text-align: center;
    color: white;
    font-size: 110%;
}



#misi li:nth-child(even) {
    border-left: 2px dashed;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    margin-right: 30px;
    padding-right: 0;
}

#misi li:nth-child(odd) {
    border-right: 2px dashed;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-left: 30px;
    padding-left: 0;
}

#misi li:first-child {
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

#misi li:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

/* Carousel card */
#organisasi {
    margin-top: 100px;
}

#organisasi ::selection {
    background: #FF676D;
    color: #fff;
}

#organisasi .container {
    max-width: 950px;
    width: 100%;
    overflow: hidden;
    /* padding: 0; */
}

#organisasi .container .main-card {
    display: flex;
    justify-content: space-evenly;
    width: 200%;
    transition: 1s;
}

#organisasi #two:checked~.main-card {
    margin-left: -100%;
}

#organisasi .container .main-card .cards {
    width: calc(100% / 2 - 10px);
    display: flex;
    flex-wrap: wrap;
    margin: 0 20px;
    justify-content: space-between;
}

#organisasi .main-card .cards .card {
    width: calc(100% / 3 - 10px);
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
    transition: all 0.4s ease;
}

#organisasi .main-card .cards .card:hover {
    transform: translateY(-15px);
}

#organisasi .cards .card .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#organisasi .cards .card .content .img {
    height: 130px;
    width: 130px;
    border-radius: 50%;
    padding: 3px;
    background: #ec7411;
    margin-bottom: 14px;
}

#organisasi .card .content .img img {
    height: 100%;
    width: 100%;
    border: 3px solid #ffff;
    border-radius: 50%;
    object-fit: cover;
}

#organisasi .card .content .name {
    font-size: 20px;
    font-weight: 500;
}

#organisasi .card .content .job {
    font-size: 20px;
    color: #ec7411;
}

#organisasi .card .content .media-icons {
    margin-top: 10px;
    display: flex;

}


#organisasi .container .button {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 20px;
}

#organisasi .button label {
    height: 15px;
    width: 15px;
    border-radius: 20px;
    background: #fff;
    margin: 0 4px;
    cursor: pointer;
    transition: all 0.5s ease;
}

#organisasi .button label.active {
    width: 35px;
}

#organisasi #one:checked~.button .one {
    width: 35px;
}

#organisasi #one:checked~.button .two {
    width: 15px;
}

#organisasi #two:checked~.button .one {
    width: 15px;
}

#organisasi #two:checked~.button .two {
    width: 35px;
}

#organisasi input[type="radio"] {
    display: none;
}



@media (max-width: 768px) {
    #organisasi .main-card .cards .card {
        margin: 20px 0 10px 0;
        width: calc(100% / 2 - 10px);
    }

    #kepsek {
        display: none;
    }

    #hero {
        display: none;
    }

    nav.breadcrumbs {
        display: none;
    }

    .mobile-flat-img {
        width: 140px;
        height: 140px;
    }

    .mobile-text-title {
        font-size: 20px;
    }

    .mobile-text {
        font-size: 16px;
        font-weight: normal;
    }

    #gallery {
        display: none;
    }

    #port-desktop {
        display: none;
    }

    #desktop-spy {
        display: none;
    }

    #desktop-features {
        display: none;
    }

    #img {
        display: none;
    }

    .mobile-text-left {
        text-align: left;
    }

    #desktop-video {
        display: none;
    }

    #desktop-struktur {
        display: none;
    }
}

#hero-mobile {
    margin-top: 100px;
}

#hero-mobile.h1 {
    font-size: 18px;
}

#proker {
    margin-top: 100px;
}

.text-tema {
    color: #192027;
}

.employee-container {
    margin-top: 80px;
}

.employee {
    width: 100%;
    background-color: black;
    margin: 10px auto;
    display: block;
    overflow: hidden;
    height: 400px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 31px -19px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 31px -19px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 31px -19px rgba(0, 0, 0, 0.75);
}

.employee:hover>.employee-image {
    margin-top: -100px;
}

.employee-image {
    background-color: #fff;
    height: 400px;
    width: 100%;
    transition: 0.5s;
}

.employee-image img {
    height: 100%;
}

.employee-name {
    color: #fff;
    font-weight: bold;
    padding: 5px;
}

.employee-name h1 {
    font-size: 30px;
}

.employee-name span {
    font-size: 20px;
    color: #ec7411;
    padding: 0px;
}

.employee-social-link ul li {
    position: relative;
    bottom: -120px;
}

.employee-social-link ul {
    text-align: center;
    list-style: none;
}

.employee-social-link ul li {
    display: inline-block;
    margin: 7px;
    background-color: #000;
    padding: 10px;
    border-radius: 50%;
    line-height: 0.1;
    margin-left: -5px;
}

.employee-social-link i {
    font-size: 15px;
    color: #fff;
    animation-name: rotate-icon;
}

.employee-social-link ul li:nth-child(1) {
    transition: 1.0s;
}

.employee-social-link ul li:nth-child(2) {
    transition: 1.3s;
}

.employee-social-link ul li:nth-child(3) {
    transition: 1.6s;
}

.employee-social-link ul li:nth-child(4) {
    transition: 1.9s;
}

.employee-social-link ul li:nth-child(5) {
    transition: 2.2s;
}

.employee:hover>.employee-details .employee-social-link ul li {
    bottom: 250px;
}


.card-hover {
    transition: transform .2s;
    box-shadow: 0px 0px 21px 0px rgba(236, 116, 17, 0.75);
    -webkit-box-shadow: 0px 0px 21px 0px rgba(236, 116, 17, 0.75);
    -moz-box-shadow: 0px 0px 21px 0px rgba(236, 116, 17, 0.75);
    /* Animation */
}

.card-hover:hover {
    transform: scale(1.05);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

#img {
    margin-top: -60px;
}


@media (min-width: 768px) {
    #tujuan {
        display: none;
    }

    #hero-mobile {
        display: none;
    }

    #port-mobile {
        display: none;
    }

    #mobile-features {
        display: none;
    }

    #gallery-mobile {
        display: none;
    }

    .mobile-text-left {
        text-align: center;
    }

    #mobile-video {
        display: none;
    }

    #mobile-struktur {
        display: none;
    }

    .breadcrumb {
        display: none;
    }
}

@media (max-width: 600px) {
    #organisasi .main-card .cards .card {
        /* margin: 20px 0 10px 0; */
        width: 100%;
    }
}

/* footer */
.footer-top {
    background-color: #192038;
}

#icon-footer box-icon {
    transition: transform .2s;
}

#icon-footer box-icon:hover {
    transform: scale(1.3);
    background-color: #ec7411;
    border-radius: 20px;
    margin-left: 5px;
    margin-right: 5px;
}

.fs-mini {
    font-size: 14px;
}

#footer ul {
    padding: 0;
    margin: 0
}

#footer li {
    list-style: none
}

#footer a:focus,
a:hover {
    text-decoration: none;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

#footer a:focus {
    outline: 0
}

#footer img {
    max-width: 100%
}

#footer p {
    font-size: 16px;
    line-height: 30px;
    color: #898b96;
    font-weight: 300
}

#footer h4 {
    font-family: Rubik, sans-serif;
    margin: 0;
    font-weight: 400;
    padding: 0;
    color: #363940
}

#footer a {
    color: #5867dd
}

#footer .no-padding {
    padding: 0 !important
}

#footer .go_top {
    line-height: 40px;
    cursor: pointer;
    width: 40px;
    background: #5867dd;
    color: #fff;
    position: fixed;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    right: -webkit-calc((100% - 1140px)/ 2);
    right: calc((100% - 1140px)/ 2);
    z-index: 111;
    bottom: 80px;
    text-align: center
}

#footer .go_top span {
    display: inline-block
}

#footer .footer-big {
    padding: 105px 0 65px 0
}

#footer .footer-big .footer-widget {
    margin-bottom: 40px
}

#footer .footer--light {
    background: #e7e8ed
}

#footer .footer-big .footer-menu ul li a,
.footer-big p,
.footer-big ul li {
    color: #898b96
}

#footer .footer-menu {
    padding-left: 48px
}

#footer .footer-menu ul li a {
    font-size: 15px;
    line-height: 32px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

#footer .footer-menu ul li a:hover {
    color: #5867dd
}

#footer .footer-menu--1 {
    width: 100%
}

#footer .footer-widget-title {
    line-height: 42px;
    margin-bottom: 10px;
    font-size: 18px
}

#footer .mini-footer {
    background: #192027;
    text-align: center;
    padding: 32px 0
}

#footer .mini-footer p {
    margin: 0;
    line-height: 26px;
    font-size: 15px;
    color: #999
}

#footer .mini-footer p a {
    color: #5867dd
}

#footer .mini-footer p a:hover {
    color: #34bfa3
}

#footer .widget-about img {
    display: block;
    margin-bottom: 30px
}

#footer .widget-about p {
    font-weight: 400
}

#footer .widget-about .contact-details {
    margin: 30px 0 0 0
}

#footer .widget-about .contact-details li {
    margin-bottom: 10px
}

#footer .widget-about .contact-details li:last-child {
    margin-bottom: 0
}

#footer .widget-about .contact-details li span {
    padding-right: 12px
}

#footer .widget-about .contact-details li a {
    color: #5867dd
}

@media (max-width:991px) {
    #footer .footer-menu {
        padding-left: 0
    }

    #maindex img {
        width: 150px;
    }
}

#maindex {
    margin-top: 120px;
}

.custom-counter {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.custom-counter li {
    counter-increment: step-counter;
    margin-bottom: 10px;
}

.custom-counter li::before {
    content: counter(step-counter);
    margin-right: 5px;
    font-size: 80%;
    background-color: rgb(0, 200, 200);
    color: white;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 3px;
}

.dropdown-menu {
    /* background-color: #ec7411; */
    border-radius: 15px;
}

.margin-kelas {
    margin-left: 33px;
}

#tujuan {
    margin-top: 120px;
}

#tujuan .custom-counter {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#tujuan .custom-counter li {
    counter-increment: step-counter;
    margin-bottom: 10px;
}

#tujuan .custom-counter li::before {
    content: counter(step-counter);
    margin-right: 5px;
    font-size: 80%;
    background-color: rgb(0, 200, 200);
    color: white;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 3px;
}

/*Carousel Gallery*/
.carousel-gallery {
    margin: 50px 0;
    padding: 0 30px;
}

.carousel-gallery .swiper-slide a {
    display: block;
    width: 100%;
    height: 200px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
}

.carousel-gallery .swiper-slide a:hover .image .overlay {
    opacity: 1;
}

.carousel-gallery .swiper-slide a .image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.carousel-gallery .swiper-slide a .image .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(20, 20, 20, 0.8);
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.carousel-gallery .swiper-slide a .image .overlay em {
    color: #fff;
    font-size: 26px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
}

.carousel-gallery .swiper-pagination {
    position: relative;
    bottom: auto;
    text-align: center;
    margin-top: 25px;
}

.carousel-gallery .swiper-pagination .swiper-pagination-bullet {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.carousel-gallery .swiper-pagination .swiper-pagination-bullet:hover {
    opacity: 0.7;
}

.carousel-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #d63031;
    transform: scale(1.1, 1.1);
}

/*# Carousel Gallery*/
.plugins {
    text-align: center;
}

.plugins h3 {
    text-align: center;
    margin: 0;
    padding: 0;
    font-family: Arial;
    text-transform: uppercase;
    color: #111;
}

.plugins a {
    display: inline-block;
    font-family: Arial;
    color: #777;
    font-size: 14px;
    margin: 10px;
    transition: all 0.2s linear;
}

.plugins a:hover {
    color: #d63031;
}

.bg-caption {
    background-color: rgba(0, 0, 0, 0.575);
    border-radius: 20px;
    color: #ec7411;
}

.bg-caption h4,
p {
    font-weight: bold;
}

#main {
    margin-top: 80px;
}

/* BreadCrumbs */
.breadcrumbs {
    display: inline-block;
    border: 1px solid #999;
    font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
    font-size: 13px;

    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);

    background: -webkit-linear-gradient(top, #f0f0f0 0%, #d3d3d3 100%);
    background: -moz-linear-gradient(top, #f0f0f0 0%, #d3d3d3 100%);
    background: -ms-linear-gradient(top, #f0f0f0 0%, #d3d3d3 100%);
    background: -o-linear-gradient(top, #f0f0f0 0%, #d3d3d3 100%);
    background: linear-gradient(top, #f0f0f0 0%, #d3d3d3 100%);
}

.breadcrumbs:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.breadcrumbs ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.breadcrumbs ul li {
    list-style: none;
    float: left;
}

.breadcrumbs ul li:first-child a,
.breadcrumbs ul li:first-child span {
    padding-left: 1em;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;

    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}

.breadcrumbs a,
.breadcrumbs span {
    color: #444;
    display: block;
    float: left;
    position: relative;
    line-height: 2em;
    padding: 0 1em 0 1.5em;
    text-decoration: none;

    background: -webkit-linear-gradient(top, #f0f0f0 0%, #d3d3d3 100%);
    background: -moz-linear-gradient(top, #f0f0f0 0%, #d3d3d3 100%);
    background: -ms-linear-gradient(top, #f0f0f0 0%, #d3d3d3 100%);
    background: -o-linear-gradient(top, #f0f0f0 0%, #d3d3d3 100%);
    background: linear-gradient(top, #f0f0f0 0%, #d3d3d3 100%);
}

.breadcrumbs a:after,
.breadcrumbs span:after {
    content: '';
    display: block;
    z-index: 1;
    height: 2em;
    width: 2em;
    border-right: 2px solid #999;
    border-top: 2px solid #999;
    position: absolute;
    right: 0;
    top: 0;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;

    background: -webkit-linear-gradient(left top, #f0f0f0 0%, #d3d3d3 100%);
    background: -moz-linear-gradient(left top, #f0f0f0 0%, #d3d3d3 100%);
    background: -ms-linear-gradient(left top, #f0f0f0 0%, #d3d3d3 100%);
    background: -o-linear-gradient(left top, #f0f0f0 0%, #d3d3d3 100%);
    background: linear-gradient(left top, #f0f0f0 0%, #d3d3d3 100%);

    /* 1/sqrt(3) = 0.5774 */
    -webkit-transform: translateX(1em) rotate(45deg) scale(0.5774) skew(15deg, 15deg);
    -moz-transform: translateX(1em) rotate(45deg) scale(0.5774) skew(15deg, 15deg);
    -ms-transform: translateX(1em) rotate(45deg) scale(0.5774) skew(15deg, 15deg);
    -o-transform: translateX(1em) rotate(45deg) scale(0.5774) skew(15deg, 15deg);
    transform: translateX(1em) rotate(45deg) scale(0.5774) skew(15deg, 15deg);
}

.breadcrumbs .current {
    color: #777;

    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;

    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
}

.breadcrumbs .current:after {
    content: normal;
}

/* Galery */
#galery h1 {
    font-family: Satisfy;
    font-size: 50px;
    text-align: center;
    color: black;
    padding: 1%;
}

#gallery {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;

    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

@media (max-width:1200px) {
    #gallery {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;

        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

@media (max-width:800px) {
    #gallery {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;

        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

@media (max-width:600px) {
    #gallery {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

#gallery img,
#gallery video {
    width: 100%;
    height: auto;
    margin: 4% auto;
    box-shadow: -3px 5px 15px #000;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

#myModal .modal-img,
.model-vid {
    width: 100%;
    height: auto;
}

#myModal .modal-body {
    padding: 0px;
}

/* Modal- */
.modal-title {
    text-align: center;
}

#modal-proskul .item-content {
    height: 400px !important;
    overflow: auto;
}

.check-list {
    margin: 0;
    padding-left: 1.2rem;
}

.check-list li {
    position: relative;
    list-style-type: none;
    padding-left: 2.5rem;
    margin-bottom: 0.5rem;
}

.check-list li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -2px;
    width: 5px;
    height: 11px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #00a8a8;
    transform-origin: bottom left;
    transform: rotate(45deg);
}

#modal-proskul section {
    height: 100%;
}

#modal-proskul section {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
}

.fs-16 {
    font-size: 16px;
}

/* Mobile-Features */
#mobile-features .carousel-control-prev-icon {
    background-color: #ec7411;
    border-radius: 5px;
}

#mobile-features .carousel-control-next-icon {
    border-radius: 5px;
    background-color: #ec7411;
}

#mobile-text-left {
    text-align: left;
}

/* Scroll */
.scrollToTopBtn {
    background-color: #ec7411;
    border: none;
    border-radius: 50%;
    color: #ec7411;
    cursor: pointer;
    font-size: 30px;
    line-height: 48px;
    width: 48px;

    /* place it at the bottom right corner */
    position: fixed;
    bottom: 30px;
    right: 30px;
    /* keep it at the top of everything else */
    z-index: 100;
    /* hide with opacity */
    opacity: 0;
    /* also add a translate effect */
    transform: translateY(100px);
    /* and a transition */
    transition: all .5s ease
}


@keyframes scrollToTopBtn {
    0% {
        transform: translate(0, 0) rotate(0deg)
    }

    2% {
        transform: translate(6px, -7px) rotate(2.5deg)
    }

    4% {
        transform: translate(8px, -8px) rotate(2.5deg)
    }

    6% {
        transform: translate(1px, -8px) rotate(-3.5deg)
    }

    8% {
        transform: translate(-3px, 4px) rotate(-0.5deg)
    }

    10% {
        transform: translate(0, -3px) rotate(1.5deg)
    }

    12% {
        transform: translate(-1px, 2px) rotate(0.5deg)
    }

    14% {
        transform: translate(6px, 6px) rotate(-1.5deg)
    }

    16% {
        transform: translate(-7px, 4px) rotate(-0.5deg)
    }

    18% {
        transform: translate(7px, 8px) rotate(-3.5deg)
    }

    20% {
        transform: translate(-6px, 2px) rotate(1.5deg)
    }

    22% {
        transform: translate(9px, 5px) rotate(-1.5deg)
    }

    24% {
        transform: translate(7px, -2px) rotate(0.5deg)
    }

    26% {
        transform: translate(-7px, -10px) rotate(-0.5deg)
    }

    28% {
        transform: translate(-10px, -8px) rotate(-1.5deg)
    }

    30% {
        transform: translate(8px, 4px) rotate(0.5deg)
    }

    32% {
        transform: translate(0, 4px) rotate(1.5deg)
    }

    34% {
        transform: translate(-8px, 6px) rotate(-0.5deg)
    }

    36% {
        transform: translate(-5px, 7px) rotate(1.5deg)
    }

    38% {
        transform: translate(-4px, -4px) rotate(-1.5deg)
    }

    40% {
        transform: translate(9px, 4px) rotate(-1.5deg)
    }

    42% {
        transform: translate(9px, -5px) rotate(2.5deg)
    }

    44% {
        transform: translate(-5px, -4px) rotate(-2.5deg)
    }

    46% {
        transform: translate(7px, -7px) rotate(1.5deg)
    }

    48% {
        transform: translate(-5px, 8px) rotate(0.5deg)
    }

    50% {
        transform: translate(9px, 1px) rotate(-1.5deg)
    }

    52% {
        transform: translate(-9px, -5px) rotate(-3.5deg)
    }

    54% {
        transform: translate(-2px, 9px) rotate(1.5deg)
    }

    56% {
        transform: translate(6px, -1px) rotate(1.5deg)
    }

    58% {
        transform: translate(-6px, 0) rotate(-0.5deg)
    }

    60% {
        transform: translate(3px, 1px) rotate(1.5deg)
    }

    62% {
        transform: translate(5px, -7px) rotate(-0.5deg)
    }

    64% {
        transform: translate(9px, 2px) rotate(2.5deg)
    }

    66% {
        transform: translate(6px, 0) rotate(-2.5deg)
    }

    68% {
        transform: translate(5px, -4px) rotate(-2.5deg)
    }

    70% {
        transform: translate(-8px, 5px) rotate(-2.5deg)
    }

    72% {
        transform: translate(-6px, -2px) rotate(0.5deg)
    }

    74% {
        transform: translate(-3px, 7px) rotate(-3.5deg)
    }

    76% {
        transform: translate(-7px, -8px) rotate(-3.5deg)
    }

    78% {
        transform: translate(-1px, -2px) rotate(2.5deg)
    }

    80% {
        transform: translate(8px, 6px) rotate(-2.5deg)
    }

    82% {
        transform: translate(-2px, -9px) rotate(2.5deg)
    }

    84% {
        transform: translate(8px, -10px) rotate(-0.5deg)
    }

    86% {
        transform: translate(-6px, 0) rotate(2.5deg)
    }

    88% {
        transform: translate(-1px, 9px) rotate(-3.5deg)
    }

    90% {
        transform: translate(-7px, 8px) rotate(1.5deg)
    }

    92% {
        transform: translate(-10px, -8px) rotate(0.5deg)
    }

    94% {
        transform: translate(-8px, 6px) rotate(1.5deg)
    }

    96% {
        transform: translate(4px, -9px) rotate(2.5deg)
    }

    98% {
        transform: translate(-4px, 9px) rotate(0.5deg)
    }
}

.scrollToTopBtn:hover {
    animation-name: scrollToTopBtn;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-play-state: running;
}

.showBtn {
    opacity: 1;
    transform: translateY(0)
}