/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

html,
body {
    font-family: "Open Sans", sans-serif;
    color: #272829;
    background-image: url("../../img/bg2.png");
    /* background-color: #0678e3; */
    background-size: 100% 100%;
    background-attachment: fixed;
}

a {
    color: #0563bb;
    text-decoration: none;
}

a:hover {
    color: #067ded;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 75px;
    z-index: 996;
    background: #0563bb;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #0678e3;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #0563bb;
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9997;
    transition: all 0.5s;
    padding: 15px;
    overflow-y: auto;
}

@media (max-width: 992px) {
    #header {
        width: 300px;
        background: #fff;
        border-right: 1px solid #e6e9ec;
        left: -300px;
    }
}


/* @media (min-width: 992px) {
  #main {
    margin-left: 100px;
  }
} */


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/**
* Desktop Navigation 
*/

.nav-menu {
    padding: 0;
    display: block;
}

.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu>ul>li {
    position: relative;
    white-space: nowrap;
}

.nav-menu a,
.nav-menu a:focus {
    display: flex;
    align-items: center;
    color: #45505b;
    padding: 10px 18px;
    margin-bottom: 8px;
    transition: 0.3s;
    font-size: 15px;
    border-radius: 50px;
    background: #f2f3f5;
    height: 56px;
    width: 100%;
    overflow: hidden;
    transition: 0.3s;
}

.nav-menu a i,
.nav-menu a:focus i {
    font-size: 20px;
}

.nav-menu a span,
.nav-menu a:focus span {
    padding: 0 5px 0 7px;
    color: #45505b;
}

@media (min-width: 992px) {
    .nav-menu a,
    .nav-menu a:focus {
        width: 56px;
    }
    .nav-menu a span,
    .nav-menu a:focus span {
        display: none;
        color: #fff;
    }
}

.nav-menu a:hover,
.nav-menu .active,
.nav-menu .active:focus,
.nav-menu li:hover>a {
    color: #fff;
    background: #70429a;
}

.nav-menu a:hover span,
.nav-menu .active span,
.nav-menu .active:focus span,
.nav-menu li:hover>a span {
    color: #fff;
}

.nav-menu a:hover,
.nav-menu li:hover>a {
    width: 100%;
    color: #fff;
}

.nav-menu a:hover span,
.nav-menu li:hover>a span {
    display: block;
}

html,
body {
    color: #0e1d34;
    /* background-image: url("img/IST1.jpg"); */
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}

*,
:after,
:before {
    box-sizing: border-box;
}

.google img {
    max-width: 30px;
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

.login-wrap {
    width: 100%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 30px;
    border-radius: 20px;
    color: rgb(252, 100, 4);
    max-width: 525px;
    min-height: 570px;
    position: relative;
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.login-html {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 90px 70px 50px 70px;
    border-radius: 20px;
    background: rgba(40, 57, 101, .9);
}

.login-html .sign-in-htm,
.login-html .sign-up-htm {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    transform: rotateY(180deg);
    backface-visibility: hidden;
    transition: all 0.4s linear;
    height: 100%;
}

.login-html .sign-in,
.login-html .sign-up,
.login-form .group .check {
    display: none;
}

.login-html .tab,
.login-form .group .label,
.login-form .group .button {
    text-transform: uppercase;
}

.login-html .tab {
    font-size: 22px;
    margin-right: 15px;
    padding-bottom: 5px;
    margin: 0 15px 10px 0;
    display: inline-block;
    border-bottom: 2px solid transparent;
}

.login-html .sign-in:checked+.tab,
.login-html .sign-up:checked+.tab {
    color: rgb(153, 246, 2);
    border-color: #1161ee;
}

.login-form {
    margin-top: 30px;
    /* min-height: 345px; */
    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
}

.login-form .group {
    margin-bottom: 15px;
}

.login-form .group .label,
.login-form .group .input,
.login-form .group .button {
    width: 100%;
    color: rgb(7, 7, 7);
    display: block;
}

.login-form .group .input,
.login-form .group .button {
    border: none;
    padding: 15px 20px;
    border-radius: 25px;
    background: rgba(44, 225, 195, 0.5);
}

.login-form .group input[data-type="password"] {
    text-security: circle;
    -webkit-text-security: circle;
}

.login-form .group .label {
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: bold;
}

.login-form .group .button {
    background: #1161ee;
}

.login-form .group label .icon {
    width: 15px;
    height: 15px;
    border-radius: 2px;
    position: relative;
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
}

.login-form .group label .icon:before,
.login-form .group label .icon:after {
    content: "";
    width: 10px;
    height: 2px;
    /* background: #fff; */
    position: absolute;
    transition: all 0.2s ease-in-out 0s;
}

.login-form .group label .icon:before {
    left: 3px;
    width: 5px;
    bottom: 6px;
    transform: scale(0) rotate(0);
}

.login-form .group label .icon:after {
    top: 6px;
    right: 0;
    transform: scale(0) rotate(0);
}

.login-form .group .check:checked+label {
    color: rgb(30, 27, 27);
}

.login-form .group .check:checked+label .icon {
    background: #1161ee;
}

.login-form .group .check:checked+label .icon:before {
    transform: scale(1) rotate(45deg);
}

.login-form .group .check:checked+label .icon:after {
    transform: scale(1) rotate(-45deg);
}

.login-html .sign-in:checked+.tab+.sign-up+.tab+.login-form .sign-in-htm {
    transform: rotate(0);
}

.login-html .sign-up:checked+.tab+.login-form .sign-up-htm {
    transform: rotate(0);
}

.hr {
    height: 2px;
    margin: 10px 0 50px 0;
    background: rgba(255, 255, 255, 0.2);
}

.foot-lnk {
    text-align: center;
}

@media screen and (max-width: 640px) {
    .login-html .tab {
        font-size: 15px;
        margin-right: 10px;
        padding-bottom: 5px;
        margin: 0 10px 10px 0;
        display: inline-block;
        border-bottom: 2px solid transparent;
    }
}


/**
* Mobile Navigation 
*/

.mobile-nav-toggle {
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 28px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 0;
    cursor: pointer;
    border-radius: 50px;
    padding: 5px;
}

.mobile-nav-toggle i {
    color: #45505b;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active #header {
    left: 0;
}

.mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    background-color: #0563bb;
}

.Contact {
    padding-top: 50px;
    padding-bottom: 20px;
}

.info {
    color: white;
    text-align: justify;
}

.info img {
    width: 50px;
}

.link {
    color: white;
    text-align: justify;
}

.link ul li {
    margin-left: -30px;
    list-style: none;
}

.maps-responsive h5 {
    color: white;
    text-align: center;
}

footer {
    text-align: center;
    background-color: rgb(10, 10, 10);
    color: rgb(241, 239, 239);
    font-weight: bold;
    padding: 8px;
}

#mobile2 {
    display: none;
}

@media (max-width: 992px) {
    #header {
        width: 300px;
        /* background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(-90px); */
        border-right: none;
        left: -300px;
    }
}

@media (max-width: 768px) {
    /* #hero {
    background-image: url(img/Coba1.png);
    background-size: 100% 55%;
    background-attachment: fixed;
  } */
    .maps-responsive {
        overflow: hidden;
        padding-bottom: 100%;
        position: relative;
        height: 100%;
    }
    .maps-responsive iframe {
        left: 0;
        top: 50px;
        height: 55%;
        width: 100%;
        position: absolute;
    }
    .Contact {
        padding-top: 30px;
    }
    .info {
        color: white;
        text-align: justify;
        font-size: 14px;
    }
    .info img {
        width: 50px;
    }
    .link {
        color: white;
        font-size: 14px;
    }
    .link h5 {
        font-size: 14px;
    }
    .link ul li {
        font-size: 14px;
        margin-left: -15px;
    }
    footer {
        text-align: center;
        background-color: rgb(10, 10, 10);
        color: rgb(241, 239, 239);
        font-weight: bold;
        padding: 8px;
    }
}


/* HP   */

@media (max-width: 600px) {
    /* #hero {
    background-image: url(img/Coba1.png);
    background-size: 100% 55%;
    background-attachment: fixed;
  } */
    .maps-responsive {
        overflow: hidden;
        padding-bottom: 100%;
        position: relative;
        height: 100%;
    }
    .maps-responsive iframe {
        left: 0;
        top: 50px;
        height: 100%;
        width: 100%;
        position: absolute;
    }
    .Contact {
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .info {
        color: white;
        text-align: justify;
        font-size: 14px;
    }
    .info img {
        width: 50px;
    }
    .link {
        color: white;
        font-size: 14px;
    }
    .link h5 {
        font-size: 14px;
    }
    .link ul li {
        font-size: 14px;
        margin-left: -15px;
    }
    footer {
        text-align: center;
        background-color: rgb(10, 10, 10);
        color: rgb(241, 239, 239);
        font-weight: bold;
        padding: 8px;
        height: 60px;
        margin-bottom: 55px;
    }
    .mobile-version nav {
        overflow: hidden;
        height: 70px;
        width: 100%;
        /* background: #3498db; */
        font-size: 11pt;
        font-family: "PT Sans", Arial, sans-serif;
        font-weight: bold;
        border-radius: 20px 20px 0 0;
        z-index: 1;
    }
    .mobile-version nav ul {
        padding: 0;
        margin: 0 auto;
        width: 100%;
        height: 40px;
        justify-content: space-between;
    }
    .mobile-version nav li {
        display: inline;
        float: left;
        font-size: 10px;
        width: 50px;
        text-align: center;
        /* display: flex; */
    }
    .menu-bawah ul li {
        margin-left: 10px;
        margin-right: 3px;
        margin-top: 15px;
    }
    .menu-bawah ul li img {
        max-width: 55%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .mobile-version nav ul li {
        display: inline;
        float: left;
        width: 15%;
        text-align: center;
        justify-content: space-between;
        padding-left: 20px;
    }
    .mobile-version nav ul li a {
        list-style: none;
        text-decoration: none;
        color: white;
    }
    #mobile2 {
        position: fixed;
        display: block;
        background-color: #70429a;
        width: 100%;
        color: white;
    }
}

@media (min-width: 992px) {
    .nav-menu a,
    .nav-menu a:focus {
        width: 56px;
    }
    .nav-menu a span,
    .nav-menu a:focus span {
        display: none;
        color: #fff;
    }
}