@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Raleway:800, 700, 400");
@import url("https://fonts.googleapis.com/css?family=Signika:400, 600");
@import url("https://fonts.googleapis.com/css?family=Roboto:800, 700, 400");

/* @font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Regular.ttf");
    } */

@media screen and (min-width: 769px) {
    .mobile {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .desktop {
        display: none;
    }
}

body,
html {
    overflow-x: hidden;
    width: 100%;
}

.limiter {
    position: absolute;
    top: 0;
}

.navbar-custom {
    /* position: absolute; */
    top: 0;
    z-index: 11;
    /* left: 50%; */
    /* transform: translateX(-50%); */
}

.navbar-toggler {
    line-height: 0;
    padding: 0;
}

.collapse-icon {
    display: block;
    margin: 5px 0;
    width: 1.75rem;
    height: 3px;
    background-color: #fff;
}

.overflowy-hidden {
    overflow-y: hidden;
}

.navbar-collapse.show,
nav .collapsing {
    background-color: #fff;
    width: 100%;
    position: fixed;
    padding: 0 15px;
    left: 0;
    top: 80px;
    overflow-y: hidden;
    z-index: 111111;
}

.navbar-collapse li a {
    color: #fff;
}

.navbar-collapse.show li a,
.collapsing li a {
    color: #000;
}

.navbar-collapse.show .navbar-nav,
.collapsing .navbar-nav {
    padding-top: 10px;
    overflow: hidden;
    padding-bottom: 300px;
}

header {
    background-image: url("../img/main-img.png");
    background-position: center;
    background-size: cover;
    width: auto;
    /* height: 100vh; */
    padding: 70px 0;
    position: relative;
    top: 0;
}

.price {
    width: 75%;
    background: #e69b08;
    border-radius: 5px;
    border: 2px solid #ff949470;
    color: white;
    font-weight: bold;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 5px 0 5px 0px;
    text-decoration: none;
    font-family: Roboto;
    font-size: 12pt;
    margin-left: auto;
    margin-right: auto;
}

.bg-blue {
    position: absolute;
    top: 1300px;
    left: 0;
    right: 0;
}

.bg-blue img {
    width: 1900px;
    height: 1025px;
}

.img-circle-small {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: solid;
    border-color: #d0d0d0;
}

/* Sections Header
--------------------------------*/

.section-header h3 {
    font-size: 36px;
    color: #283d50;
    text-align: center;
    font-weight: 500;
    position: relative;
}

.section-header p {
    text-align: center;
    margin: auto;
    font-size: 15px;
    padding-bottom: 60px;
    color: #556877;
    width: 50%;
}

/* Toogle*/
.box-price {
    position: relative;
    height: 65px;
    max-width: 480px;
    border-radius: 100px;
    border: 1px solid #7499f1;
    padding: 2px;
    margin: 0 auto;
    display: flex;
    font-weight: bold;
    font-family: Roboto;
    flex-direction: row;
    cursor: pointer;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}

.box-price input {
    position: absolute;
}

.box-price .box-time {
    width: 50%;
    height: 100%;
    background-color: transparent;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.discount {
    background-color: #e69b08;
    color: #fff;
    padding: 5px 10px;
    font-size: 10px;
    border-radius: 5px;
    margin-left: 10px;
}

.box-price .box-time:nth-child(1) {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.box-price .box-time:nth-child(2) {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.round {
    position: absolute;
    width: 50%;
    height: 90%;
    border-radius: 100px;
    background-color: #7499f1;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.7s ease-in-out;
}

.round .time-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.7s ease-in-out;
}

.round div.time-text {
    width: 100%;
    display: flex;
    justify-content: center;
}

.month {
    left: 4px;
}

.month .month-text {
    transform: translate(-50%, -50%) scale(1);
}

.month .year-text {
    transform: translate(-50%, -50%) scale(0);
}

.year {
    left: 49.5%;
}

.year .year-text {
    transform: translate(-50%, -50%) scale(1);
}

.year .month-text {
    transform: translate(-50%, -50%) scale(0);
}

h1 {
    font-size: 10px;
    font-family: Roboto;
    color: #fff;
}

h2 {
    font-size: 35px;
    color: #222222;
    font-family: Roboto;
    font-weight: normal;
    margin: 0px 0 5px 0;
    text-align: center;
}

h3 {
    font-family: Calibri;
    color: #f2940e;
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 5px 0;
}

h4 {
    font-family: Calibri;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}

p {
    line-height: 24px;
    margin: 0;
    color: #000;
    /* font-family: Roboto; */
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    text-align: justify;
}

.span {
    position: absolute;
    top: 50%;
    display: block;
    text-align: center;
    left: 0;
    right: 0;
    padding: 0 8px 0 8px;
    cursor: pointer;
}

.text-white {
    font-family: Roboto;
    color: rgb(255, 255, 255);
    font-size: 38px;
    font-weight: 500;
    font-style: normal;
}

.text-desc {
    font-family: Roboto;
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
}

/*                                 <h3>
--------------------------------*/
.panel panel-body {
    width: 100%;
}

.login {
    font-weight: bold;
    font-family: sans-serif;
    color: #000;
    font-size: 19px;
}

.form-regist {
    padding: 20px 35px;
    width: 100%;
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 10px;
    /* box-shadow: 0px 0px 50px #00000015; */
}

.btn {
    width: 100%;
    background: #e69b08;
    border-radius: 5px;
    color: white;
    border-top: 0;
    font-weight: bold;
    border-left: 0;
    border-right: 0;
    padding: 8px 20px;
    text-decoration: none;
    font-family: Roboto;
    font-size: 12pt;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.275rem 0.65rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Section with background
--------------------------------*/

.section-bg {
    background: #ecf5ff;
}

.main-nav,
.main-nav * {
    list-style: none;
}

.main-nav>ul>li {
    position: relative;
    white-space: nowrap;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.main-nav a {
    display: block;
    position: relative;
    color: #004289;
    padding: 10px 15px;
    transition: 0.3s;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
}

.main-nav a:hover,
.main-nav .active>a,
.main-nav li:hover>a {
    color: #94d1ff;
    text-decoration: none;
}

.main-nav .drop-down ul {
    position: absolute;
    /* left: 35px; */
    top: calc(100% + 20px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 13px 8px 13px 8px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
    /* height: 20px; */
    width: 120px;
    display: block;
}

.main-nav .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.main-nav .drop-down li {
    min-width: 180px;
    position: relative;
}

.list-product {
    padding: 0;
    margin: 0;
    box-shadow: unset;
    /* position: absolute; */
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 20px #00000050;
}

.box-list-product {
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: 0.2s ease-out;
}

.list-product a {
    font-size: 15px;
}

.dropdown-product.show .box-list-product {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: 0.2s ease-in;
}

@media screen and (min-width: 721px) {
    .nav-link:before {
        content: "";
        position: absolute;
        /* width: 100%; */
        height: 3px;
        bottom: 0;
        left: 0.65rem;
        right: 0.5rem;
        background-color: #fff;
        transform: scaleX(0);
        /* transform-origin: 0 50%; */
        transition: 0.2s;
    }

    .nav-item-costum.show .nav-link:before {
        transform: scaleX(1);
        /* transform-origin: 50% 0; */
        transition: 0.2s;
    }

    .mobile {
        display: none;
    }

    .list-product:before {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        background-color: #fff;
        transform: rotate(45deg) translateY(-26px) translateX(16px);
    }

    .list-product li {
        position: relative;
    }

    .list-product li:before,
    .list-product li:after {
        content: "";
        z-index: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        background-color: #94d1ff;
        transform: scaleX(0);
        transition: 0.2s;
    }

    .list-product li:before {
        left: 0;
        right: 50%;
        transform-origin: 0 50%;
    }

    .list-product li:after {
        right: 0;
        left: 50%;
        transform-origin: 100% 50%;
    }

    .list-product li:hover:before,
    .list-product li:hover:after {
        background-color: #94d1ff;
        transform: scaleX(1);
        transition: 0.2s;
    }

    /* .list-product li:hover:before{
    transform-origin: 100% 50%;
  }
  .list-product li:hover:after{
    transform-origin: 0 100%;
  } */
    .list-product li:hover a font {
        position: relative;
        z-index: 111111;
    }
}

@media screen and (max-width: 720px) {
    .list-product.show {
        position: relative;
    }

    .desktop {
        display: none;
    }

    .list-product {
        padding-top: 0;
        padding-bottom: 0;
    }

    .list-product li {
        padding: 3px 0;
    }
}

.main-nav .drop-down ul a {
    padding: 5px 5px;
    font-size: 13px;
}

.main-nav .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 80px);
}

.main-nav .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.main-nav .drop-down .drop-down>a {
    padding-right: 35px;
}

.main-nav .drop-down .drop-down>a:after {
    content: "\f105";
    position: absolute;
    right: 15px;
}

.tombol {
    background: #e69b08;
    border-radius: 10px;
    color: white;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 10px 20px;
    text-decoration: none;
    font-family: Roboto;
    font-size: 11pt;
}

.menu- {
    background-color: #3141ff;
    font-family: Roboto;
}

.menu- ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: Roboto;
}

.menu->ul>li {
    float: left;
    font-family: Roboto;
}

.menu- li a {
    display: inline-block;
    color: white;
    font-family: Roboto;
    text-decoration: none;
}

.menu- li a:hover {
    background-color: #2525ff;
    font-family: Roboto;
}

.dropdown:hover .isi-dropdown {
    display: block;
    font-family: Roboto;
    font-size: 10px;
}

.isi-dropdown a:hover {
    color: #fff !important;
}

.isi-dropdown {
    font-family: Roboto;
    display: none;
    width: 100px;
    background-color: #ffffff;
}

.isi-dropdown a {
    color: #3c3c3c !important;
}

.isi-dropdown a:hover {
    color: #232323 !important;
    background: #f3f3f3 !important;
}

.hero_section {
    position: relative;
    padding-top: 50px;
}

/* Services
---------------------------------*/
.price-list {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    color: #000;
}

#service {
    background: transparent;
}

.service_wrapper {
    padding: 40px 0 40px;
}

.service_section {}

.service_block {
    text-align: center;
    padding: 1px;
    margin: 40px auto;
    background: #eaf3fa;
    border-radius: 10px;
    /* height: 350px; */
    /* width: 350px; */
    color: #000000;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}

.pad-title-foot {
    color: #ffffff;
}

.service_block_add_on {
    text-align: center;
    padding: 1px;
    background: #efefef;
    border-radius: 10px;
    /* height: 350px; */
    /* width: 350px; */
    color: #000000;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}

.badge-add-on {
    font-size: 1.25rem; position: absolute; margin: -15px 0 0 0;
}

/*.service_block>div:nth-child(2) {
    height: 40px;
}*/

.service_icon {
    border: 2px solid #3d7a90;
    border-radius: 10%;
    width: 90px;
    height: 90px;
    margin: 0px auto 25px;
}

.service_icon.icon2 {
    border: 2px solid #3d7a90;
}

.service_icon.icon3 {
    border: 2px solid #3d7a90;
}

.service_icon span {
    background: transparent;
    border-radius: 50%;
    display: block;
    height: 100%;
    width: 100%;
}

.service_icon i {
    color: #3d7a90;
    font-size: 40px;
    margin-top: 0;
    position: relative;
    top: 20px;
    z-index: 20;
}

.service_block h3 {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    margin: 35px 0 18px;
}

.service_block p {
    font-size: 16px;
    color: #888888;
    margin: 0px;
}

/* Latest Work
---------------------------------*/

#work_outer {
    background: #f9f9f9;
    padding: 70px 0px;
    position: relative;
}

.work_pic {
    position: absolute;
    right: 0;
    top: 25%;
    width: 50%;
}

.inner_section {
    padding: 60px 0 20px;
}

.service-list {
    padding: 0 0 0 0;
    font-size: 14px;
    margin-bottom: 40px;
}

.service-list-col1 {
    float: left;
    width: 60px;
    text-align: center;
}

.service-list-col1 i {
    color: #888;
    font-size: 19px;
    font-style: normal;
    line-height: 20px;
}

.service-list-col2 {
    overflow: hidden;
}

.page_section.alabaster {
    background: #fafafa;
}

.work_bottom {
    padding: 20px 0 0 0px;
}

.work_bottom span {
    font-size: 18px;
    color: #333333;
    display: block;
    margin: 0 0 20px 0;
}

/* a.contact_btn {
    background: #fff;
    display: block;
    width: 200px;
    height: 45px;
    font-weight: bold;
    text-align: center;
    line-height: 45px;
    font-size: 15px;
    color: #88a8f3;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    font-family: Roboto;
    font-weight: 300;
    border: 2px solid #88a8f3;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
} */

a.contact_btn:hover {
    background: #3d7a90;
    color: #fff;
}

.input-text {
    background: transparent;
}

/* Portfolio
---------------------------------*/

#Portfolio {
    padding: 60px 0px;
}

.Portfolio-nav {
    padding: 0;
    margin: 0 0 45px 0;
    list-style: none;
    text-align: center;
}

.Portfolio-nav li {
    margin: 0 10px;
    display: inline;
}

.Portfolio-nav li a {
    display: inline-block;
    padding: 10px 22px;
    font-size: 12px;
    line-height: 20px;
    color: #222222;
    border-radius: 4px;
    text-transform: uppercase;
    background: #f7f7f7;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.Portfolio-nav li a:hover {
    background: #3d7a90;
    color: #fff;
    text-decoration: none;
}

.portfolioContainer {
    margin: 0 auto;
    padding-left: 15px;
    width: auto !important;
}

.Portfolio-box {
    text-align: center;
    width: 350px;
    overflow: hidden;
    float: left;
    padding: 12px 0px;
}

.Portfolio-box img {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.Portfolio-box img:hover {
    opacity: 0.6;
}

.Portfolio-nav li a.current {
    background: #3d7a90;
    color: #fff;
    text-decoration: none;
}

img {
    max-width: 100%;
}

/* no transition on .isotope container */

.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.page_section.paddind {
    padding-bottom: 60px;
}

#aboutUs {
    padding: 60px 0;
}

/* Contact
---------------------------------*/
.page_section.contact {
    padding: 90px 0 100px;
}

.contact_section {
    margin: 0 0 60px 0;
}

.contact_section h2 {
    font-size: 40px;
    color: #ffffff;
    margin: 0 0 50px 0;
    text-transform: uppercase;
}

.contact_block {
    text-align: center;
}

.contact_block_icon {
    border-radius: 50%;
    height: 85px;
    width: 85px;
    margin: 0px auto 20px;
}

.contact_block_icon.icon2 {
    border-color: #3d7a90;
}

.contact_block_icon.icon3 {
    border-color: #49b5e7;
}

.contact_block_icon span {
    background: none repeat scroll 0 0 #f56eab;
    border: 5px solid #fff;
    border-radius: 50%;
    display: block;
    height: 100%;
    width: 100%;
}

.contact_block_icon.icon2 {
    border-color: #3d7a90;
}

.contact_block_icon.icon2 span {
    background: #3d7a90;
}

.contact_block_icon.icon3 {
    border-color: #49b5e7;
}

.contact_block_icon.icon3 span {
    background: #49b5e7;
}

.contact_block_icon i {
    color: #fff;
    font-size: 36px;
    margin-top: 0;
    position: relative;
    top: 26px;
    z-index: 20;
}

.contact_block span {
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
}

.contact_block span a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
}

.contact_info {
    font-size: 15px;
    margin: 0 0 0 20px;
    padding-left: 0;
}

.contact_info h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 30px;
    color: #fff;
}

.contact_info p {
    line-height: 28px;
    display: block;
    font-size: 16px;
    color: #ffffff;
    margin: 0 0 30px;
}

.social_links {
    padding: 0;
    margin: 0;
    display: block;
    overflow: hidden;
    list-style: none;
}

.social_links li {
    float: left;
    margin-right: 4px;
}

.social_links li a {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    color: #fff;
}

.social_links li a:hover,
.social_links li a:focus {
    text-decoration: none;
    border-radius: 80px;
}

.twitter a:hover {
    color: #55acee;
}

.facebook a:hover {
    color: #3b5998;
}

.pinterest a:hover {
    color: #cb2026;
}

.gplus a:hover {
    color: #dd4b39;
}

.form {
    margin: 0 66px 0 30px;
}

.input-text {
    padding: 15px 16px;
    border: 1px solid #ccc;
    width: 100%;
    height: 50px;
    display: block;
    border-radius: 4px;
    font-size: 15px;
    color: #aaa;
    margin: 0 0 15px 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

input,
input::-webkit-input-placeholder {
    font-size: 14px;
}

.input-text:focus {
    border: 1px solid #fff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(124, 197, 118, 0.3);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(124, 197, 118, 0.3);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(124, 197, 118, 0.3);
}

.input-text.text-area {
    height: 230px;
    resize: none;
    overflow: auto;
}

.input-btn {
    width: 175px;
    height: 50px;
    letter-spacing: 0px;
    background: #3d7a90;
    border-radius: 3px;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    border: 0px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.input-btn:hover {
    background: #fff;
    color: #222;
}

/* Footer
---------------------------------*/

.footer_wrapper {
    background: #08abe6;
}

.footer_bottom {
    border-top: 1px solid #3c3a3a;
    padding: 25px 0;
}

.footer_bottom span {
    display: block;
    font-size: 14px;
    color: #cccccc;
    text-align: center;
}

.footer_bottom span a {
    display: inline-block;
    color: #3d7a90;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.footer_bottom span a:hover {
    color: #fff;
}

/* Animation Timers
---------------------------------*/
.delay-02s {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}

.delay-03s {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}

.delay-04s {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
}

.delay-05s {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}

.delay-06s {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}

.delay-07s {
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
}

.delay-08s {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
}

.delay-09s {
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
}

.delay-1s {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

.delay-12s {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}

/*new_profolio*/

/* Portfolio */

.container.portfolio_title {
    padding-bottom: 0px;
}

#portfolio {
    padding: 60px 0 40px;
}

/* Portfolio Filters */

#filters {
    margin-top: 10px;
    margin-bottom: 40px;
    text-align: center;
    display: block;
    float: none;
    z-index: 2;
    position: relative;
}

#filters ul li {
    display: inline-block;
    margin: 0 5px;
}

#filters ul li a {
    display: block;
}

#filters ul li a h5 {
    background: none repeat scroll 0 0 #f7f7f7;
    border-radius: 4px;
    display: inline-block;

    font-size: 12px;
    line-height: 20px;
    margin-bottom: 5px;
    padding: 10px 22px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    background: #fff;
    border: #c2c2c2 solid 1px;
    color: #7c7c7c;
}

#filters ul li a:hover h5,
#filters ul li a.active h5 {
    background: #fff;
    color: #3d7a90;
    text-decoration: none;
    border: #3d7a90 solid 1px;
}

.section-title h2 {
    color: #222222;
    font-family: "Raleway", sans-serif;
    font-size: 34px;
    letter-spacing: -1px;
    margin: 0 0 15px;
    text-align: center;
    text-transform: uppercase;
}

.section-title span {
    display: block;
    color: #888888;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 60px;
    text-align: center;
}

/* Portfolio Items */

#portfolio_wrapper {
    position: relative;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    display: block;
}

#portfolio_wrapper .one-four {
    margin: 0 !important;
    line-height: 0;
    width: 25%;
    padding: 0;
    position: relative;
}

.portfolio-item {
    padding: 0;
    position: relative;
    overflow: hidden;
}

.portfolio-item .portfolio_img {
    overflow: hidden;
    display: block;
    position: relative;
}

.portfolio-item .portfolio_img img {
    width: 100%;
    height: auto;
}

.portfolio-item:hover .item_overlay {
    opacity: 1;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.item_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    cursor: pointer;
}

.open-project-link {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
}

.item_overlay:hover {
    background: rgba(223, 0, 49, 0.7);
}

.item_info {
    position: absolute;
    height: 100px;
    width: 100%;
    top: 50%;
    margin-top: -50px;
    text-align: center;
}

.project_name {
    color: #fff;
    text-transform: uppercase;
    margin-top: 25px;

    opacity: 0;
    font-size: 18px;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    position: relative;
    z-index: 10;
}

.portfolio-item:hover .project_name {
    opacity: 1;
    -webkit-transition: opacity 0.1s 0.2s;
    -moz-transition: opacity 0.1s 0.2s;
    -ms-transition: opacity 0.1s 0.2s;
    -o-transition: opacity 0.1s 0.2s;
    transition: opacity 0.1s 0.2s;
}

.project_catg {
    font-size: 14px;
    color: #fff;
    opacity: 0;
    margin-top: 0px;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

.portfolio-item:hover .project_catg {
    opacity: 0.8;
    -webkit-transition: opacity 0.1s 0.2s;
    -moz-transition: opacity 0.1s 0.2s;
    -ms-transition: opacity 0.1s 0.2s;
    -o-transition: opacity 0.1s 0.2s;
    transition: opacity 0.1s 0.2s;
}

.zoom-icon {
    left: 50%;
    margin-left: -20px;
    position: inherit;
    width: 40px;
    height: 40px;
    margin-top: 40px;
    opacity: 0;
    background: url(images/zoom.png);
    background-size: 40px 40px;
    transition: all 0.3s ease 0.1s;
    -moz-transition: all 0.3s ease 0.2s;
    -webkit-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
}

.portfolio-item:hover .zoom-icon {
    opacity: 1;
    margin-top: 0px;
    -webkit-transition: opacity 0.3s 0.2s, margin-top 0.3s 0.2s;
    -moz-transition: opacity 0.3s 0.2s, margin-top 0.3s 0.2s;
    -ms-transition: opacity 0.3s 0.2s, margin-top 0.3s 0.2s;
    -o-transition: opacity 0.3s 0.2s, margin-top 0.3s 0.2s;
    transition: opacity 0.3s 0.2s, margin-top 0.3s 0.2s;
}

/* Portfolio Isotope Transitions */

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/* Portfolio Expander */

#project_container {
    display: none;
    background-color: #fff;
}

#project-page-button-fullscreen {
    height: auto;
    z-index: 100;
    position: absolute;
    right: 30px;
    top: 30px;
}

#project-page-button-fullscreen li {
    display: inline-block;
    font-size: 30px;
}

#project-page-button-fullscreen li a {
    background: url(images/close.png) no-repeat #fff;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50px;
    opacity: 0.5;
}

#project-page-button-fullscreen li a:hover {
    opacity: 1;
}

#project-page-button {
    text-align: center;
    margin-bottom: 20px;
    height: auto;
    position: relative;
    z-index: 100;
}

#project-page-button li {
    display: inline-block;
    margin: 60px 10px 0px 10px;
    font-size: 30px;
}

#project_data {
    margin-bottom: 0px;
}

.project-section-title {
    text-align: center;
    margin-bottom: 40px;
}

.project-section-title h1 {
    margin-bottom: 5px !important;
    letter-spacing: 1px;
    font-family: "Raleway", sans-serif;
}

.project-page {
    background-color: #fff;
    width: 100%;
    height: auto;
    left: 0;
    padding-bottom: 40px;
}

/* Portfolio*/

.project-image-slider .bx-wrapper .bx-next {
    background: url("images/project_slider_right.png") no-repeat;
    background-size: 35px 65px;
    opacity: 0.3;
    right: -90px;
}

.project-image-slider .bx-wrapper .bx-prev {
    background: url("images/project_slider_left.png") no-repeat;
    background-size: 35px 65px;
    opacity: 0.3;
    left: -90px;
}

.project-image-slider .bx-wrapper .bx-next:hover,
.project-image-slider .bx-wrapper .bx-prev:hover {
    opacity: 1;
    background-position: 0;
}

.project-image-slider .bx-wrapper .bx-controls-direction a {
    height: 65px;
    margin-top: -33px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 35px;
    z-index: 100;
}

/* Portfolio Normal Expander */

.project-description {
    margin-top: 40px;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
}

.small-border {
    height: 2px;
    width: 50px;
    background-color: #ddd;
    margin-bottom: 15px;
}

.visit-project {
    width: 100%;
    text-align: center;
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding: 55px 0 20px 0;
}

.project-description h5 {
    color: #222222;
    text-transform: uppercase;
    margin-bottom: 5px;
}

/* Portfolio FullScreen Expander */

#cycle-loader {
    height: 32px;
    left: 50%;
    margin: -8px 0 0 -8px;
    position: absolute;
    top: 50%;
    width: 32px;
    z-index: 999;
}

#arrow_left {
    top: 50%;
    height: 60px;
    position: absolute;
    left: 30px;
    width: 32px;
    z-index: 1000;
    margin-top: -30px;
}

#arrow_right {
    top: 50%;
    height: 60px;
    position: absolute;
    right: 30px;
    width: 32px;
    z-index: 1000;
    margin-top: -30px;
}

#arrow_left:hover,
#arrow_right:hover {
    margin-top: -28px;
}

#arrow_left:active,
#arrow_right:active {
    margin-top: -28px;
}

div.mc-image {
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.in-slide-content div.info-slide {
    background: #fff url(images/info.png) no-repeat left bottom;
    background-size: 46px 46px;
    position: absolute;
    top: 30px;
    left: 30px;
    width: 46px;
    height: 46px;
    margin: 0;
    display: block;
    text-indent: 10px;
    -moz-border-radius: 23px;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    cursor: pointer;
    z-index: 1000;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=0.5);
    opacity: 0.5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.in-slide-content div.info-slide:hover {
    width: 200px;
    background: #fff;
    position: absolute;
    bottom: 40px;
    padding: 10px 20px;
    text-indent: 0px;
    moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    z-index: 1000;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=1);
    opacity: 1;
}

.in-slide-content h2,
.in-slide-content p {
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 24px;
}

.in-slide-content h2 {
    font-size: 14px;
    color: #444;
    text-shadow: none;
    font-weight: normal;
    text-transform: uppercase;
    z-index: 1001;
    position: relative;
    white-space: nowrap;
}

.info-slide p {
    color: #aaa;
    font-size: 13px;
    text-shadow: none;
    z-index: 1001;
    position: relative;
    margin: 0;
    font-weight: normal;
    white-space: nowrap;
}

.in-slide-content div.info-slide h2 {
    display: none;
    padding: 10px 10px 0 10px;
}

.in-slide-content div.info-slide p {
    display: none;
    padding: 0px 10px 10px 10px;
}

.in-slide-content div.info-slide:hover h2,
.in-slide-content div.info-slide:hover p {
    display: inherit;
    padding: 0;
}

/*
Media Queries
--------------------------- */
@media (min-width: 768px) {}

@media (max-width: 768px) {
    p {
        font-size: 14px;
    }

    .hero_section {
        position: relative;
        padding-top: 10px;
    }

    .top_left_cont {
        padding: 38px 0;
    }

    .top_left_cont h2 {
        font-size: 25px;
        color: #fff;
        line-height: 39px;
        margin: 0 0 9px 0;
    }

    .inner_section {
        padding: 20px 20px 20px 20px;
    }

    #aboutUs img {
        margin-bottom: 20px;
    }

    #aboutUs h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .service_block h3 {
        font-size: 16px;
    }

    service_block p {
        font-size: 14px;
        margin: 0px;
        margin-bottom: 20px;
    }

    #filters ul {
        padding-left: 0px;
    }

    .form {
        margin: 0 18px;
    }

    .page_section.team {
        padding: 40px 0;
    }

    #clients {
        padding: 40px 0;
    }

    .client_logos ul li {
        display: inline;
        margin: 0 25px;
        padding: 11px 0;
        display: inline-block;
    }

    .social_links li {
        float: left;
    }

    .contact_section {
        margin: 0;
    }

    h2,
    .contact_section h2 {
        font-size: 30px;
    }

    .page_section.contact {
        padding: 60px 0 50px;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background: #3d7a90;
    }

    .navbar-inverse .navbar-toggle {
        border-color: transparent;
    }

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background: none;
        outline: none;
    }

    .navStyle ul li {
        display: block;
    }

    .navStyle {
        float: right;
        width: 100%;
        text-align: center;
    }

    .navStyle ul li:last-child {
        margin: 0px;
    }

    .navbar-inverse .navbar-nav>li>a {
        color: #222;
        background: #f9f9f9;
    }
}

@media (max-width: 480px) {
    .team_area {
        width: 99%;
    }
}

.box-password {
    max-width: 650px;
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 30px 40px;
    /* box-shadow: 0 0 20px #00000010; */
    border: 1px solid #00000030;
    border-radius: 10px;
    background-color: #ffffff;
}

.box-password .form-group input,
.box-password .form-group button {
    width: 60%;
    height: 50px;
}

a,
a:hover,
a:active {
    text-decoration: none;
    color: unset;
}

.box-detail {
    position: relative;
}

.box-detail ul {
    margin: 0;
    padding: 5px 8px;
    list-style: none;
}

.box-detail ul li {
    padding: 5px 8px;
    font-size: 15px;
}

.box-detail ul li:before {
    font-family: FontAwesome;
    content: "\f00c";
    margin-right: 8px;
}

.box-detail>a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.round-collapse {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #7499f1;
    margin-right: 6px;
}

.round-collapse span,
.round-collapse~span {
    color: #7499f1 !important;
}

.round-collapse span,
.collapsed .round-collapse span {
    position: absolute;
    display: inline-block;
    width: 10px;
    background-color: #7499f1;
    transition: 0.525s;
}

.round-collapse span:nth-child(1) {
    transform: rotate(0) translateX(-20px);
    top: 7.5px;
    left: 3px;
    height: 0.5px;
    opacity: 0;
}

.round-collapse span:nth-child(2) {
    transform: rotate(0);
    top: 7.5px;
    left: 3px;
    height: 0.5px;
}

.collapsed .round-collapse span:nth-child(1) {
    transform: rotate(0) translate(-50%, -50%);
    top: 50%;
    left: 50%;
    height: 1px;
    opacity: 1;
}

.collapsed .round-collapse span:nth-child(2) {
    transform: rotate(90deg);
    top: 7.5px;
    left: 3px;
    height: 0.5px;
}

.box-sosmed {
    display: flex;
    flex-direction: row;
}

.box-sosmed img {
    width: 50px;
    height: auto;
    margin-right: 15px;
}

.box-footer ul {
    margin: 0;
    padding: 0;
    color: #fff;
    list-style: none;
    padding-bottom: 20px;
}

.box-footer ul li {
    padding: 2px 0;
}

.box-footer ul li a:hover,
.box-term a:hover {
    text-decoration: underline;
}

.box-term {
    color: #fff;
}

.box-term a {
    color: #fff;
    font-size: 14px;
}

footer span,
footer p {
    color: #fff;
    line-height: 20px;
}

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

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

.font-size-12 {
    font-size: 12px;
}

.font-size-10 {
    font-size: 10px;
}

.modal-custom {
    padding: 0 !important;
}

@media (min-width: 992px) {
    .modal-custom .modal-dialog {
        max-width: 1024px;
    }
}

.unstyle-list {
    list-style: none;
}

.unstyle-list ol {
    margin-left: 25px;
}

ol.custom {
    list-style: none;
    counter-reset: my-awesome-counter;
}

ol.custom>li {}

ol.custom>li.list {
    counter-increment: my-awesome-counter;
    margin-left: -15px;
}

ol.custom>li.list::before {
    content: counter(my-awesome-counter) ") ";
    padding-right: 0.5rem;
    font-weight: bold;
    display: inline-block;
    text-align: center;
}

ol.custom>li.list.font-weight-normal::before {
    font-weight: normal;
}

.custom .unstyle-list ul {
    padding-left: 28px;
}

.btn-form-group {
    max-width: 400px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-form-group button {
    width: 140px;
    height: 35px;
    border: unset;
    border-radius: 10px;
}

.form-custom {
    border: 1px solid #00000020;
    border-radius: 5px;
    height: 23px;
    margin: 3px 0;
}

.form-custom:focus {
    box-shadow: 0 0 10px #8b6bff40;
    outline-style: none;
}

.form-custom.city {
    width: 90ox;
}

.form-custom.pic-name {
    width: 130ox;
}

.form-custom.address {
    width: 130px;
}

.form-custom.pic {
    width: 50px;
}

.form-custom.jabatan {
    width: 90px;
}

.form-activation {
    max-width: 440px;
}

.bg-blue-color {
    background-color: #8b6bff;
}

.text-agree {
    color: #fff;
}

/*
contact us */

.contact-us .row {
    margin: 0;
}

.contact-us header,
.contact-us .bg-blur {
    height: 60vh;
}

.contact-us header {
    background-image: url("/frontend/img/contactus.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    transform: translateY(-93px);
    padding: 0;
}

.contact-us .bg-blur {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00000060;
}

.box-contact-us {
    position: relative;
    box-shadow: 0 30px 42px -20px #00000060;
    max-width: 920px;
    max-height: 920px;
    background-color: #fff;
}

.box-contact-us .side-color {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 160px;
    background-color: #08abe6;
}

.form-group-contact-us {
    position: relative;
    width: 100%;
    height: 40px;
    margin: 30px 0;
}

.form-group-contact-us label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    user-select: none;
    cursor: text;
    transform: translate(10px, 10px);
    transition: 0.3s;
    font-size: 16px;
    opacity: 0.35;
}

.form-group-contact-us input {
    width: 100%;
    height: 100%;
    border: none;
    border-bottom: 1px solid #00000060;
    background-color: transparent;
}

.form-group-contact-us span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: #7499f1;
    transform: scaleX(0);
    transform-origin: 0 100%;
    transition: 0.5s;
    /* background-color: red; */
}

.form-group-contact-us input:focus {
    outline-style: none;
}

.form-group-contact-us input:focus~label {
    font-size: 14px;
    color: #7499f1;
    opacity: 1;
    transform: translate(0, -15px);
    transition: 0.3s;
}

.form-group-contact-us input:focus~span {
    outline-style: none;
    transform: scaleX(1);
    transition: 0.5s;
}

.btn-contact-us {
    border: none;
    background-color: #f2940e;
    color: #fff;
}

.box-info {
    width: 100%;
    height: 95%;
    margin-top: 20px;
}

.box-info * {
    color: #fff;
}

.box-top {
    width: 5%;
    height: 3%;
}

.box-bottom {
    width: 50%;
    height: 3%;
    margin-left: 740px;
}

.box-option {
    width: 60px;
    height: 60px;
    background-color: #08abe6;
    border: solid;
    border-color: white;
    color: white;
}

.col-custom {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5%;
    flex: 0 0 5%;
    max-width: 5%;
    position: relative;
    margin-left: 30px;
}

.p1 {
    padding: 1px !important;
}

.p2 {
    padding: 2px !important;
}

.p3 {
    padding: 3px !important;
}

.p4 {
    padding: 4px !important;
}

.p5 {
    padding: 5px !important;
}

.p6 {
    padding: 6px !important;
}

.p7 {
    padding: 7px !important;
}

.p8 {
    padding: 8px !important;
}

.p10 {
    padding: 10px !important;
}

.p12 {
    padding: 12px !important;
}

.p15 {
    padding: 15px !important;
}

.p20 {
    padding: 20px !important;
}

.p25 {
    padding: 25px !important;
}

.p30 {
    padding: 30px !important;
}

.p35 {
    padding: 35px !important;
}

.p40 {
    padding: 40px !important;
}

.p50 {
    padding: 50px !important;
}

.ptn {
    padding-top: 0 !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt35 {
    padding-top: 35px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pt60 {
    padding-top: 60px !important;
}

.pt70 {
    padding-top: 70px !important;
}

.pt80 {
    padding-top: 80px !important;
}

.pt90 {
    padding-top: 90px !important;
}

.prn {
    padding-right: 0 !important;
}

.pr5 {
    padding-right: 5px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pr25 {
    padding-right: 25px !important;
}

.pr30 {
    padding-right: 30px !important;
}

.pr35 {
    padding-right: 35px !important;
}

.pr40 {
    padding-right: 40px !important;
}

.pr50 {
    padding-right: 50px !important;
}

.pbn {
    padding-bottom: 0 !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb25 {
    padding-bottom: 25px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb35 {
    padding-bottom: 35px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.pln {
    padding-left: 0 !important;
}

.pl5 {
    padding-left: 5px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pl25 {
    padding-left: 25px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.pl35 {
    padding-left: 35px !important;
}

.pl40 {
    padding-left: 40px !important;
}

.pl50 {
    padding-left: 50px !important;
}

.mtn {
    margin-top: 0 !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mt90 {
    margin-top: 90px !important;
}

.mt100 {
    margin-top: 100px !important;
}

.mt150 {
    margin-top: 150px !important;
}

.mrn {
    margin-right: 0 !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mr35 {
    margin-right: 35px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.mr50 {
    margin-right: 50px !important;
}

.mbn {
    margin-bottom: 0 !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mln {
    margin-left: 0 !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml35 {
    margin-left: 35px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.ml50 {
    margin-left: 50px !important;
}

/* About Us */

.about-us .row {
    margin: 0;
}

.about-us header,
.about-us .bg-blur {
    height: 60vh;
}

.about-us header {
    background-image: url("/frontend/img/aboutus.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    transform: translateY(-93px);
    padding: 0;
}

.border-line {
    position: absolute;
    border-bottom: solid;
    border-color: #00000020;
    background: none;
    width: 1008px;
    /* margin-top: 40px; */
    /* margin-bottom: 40px; */
    margin-left: 60px;
    padding-bottom: 20px;
    padding-top: 10px;
}

/* .about-us img{
    background-image:url('/frontend/img/contactus.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 0;

  } */
.about-us .bg-blur {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00000060;
}

.box-about-us {
    position: relative;
    box-shadow: 0 30px 42px -20px #00000060;
    max-width: 920px;
    max-height: 920px;
    background-color: #fff;
}

.box-about-us .side-color {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 160px;
    background-color: #eaf3fa;
}

.form-group-about-us {
    position: relative;
    width: 100%;
    height: 40px;
    margin: 30px 0;
}

.form-group-about-us label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    user-select: none;
    cursor: text;
    transform: translate(10px, 10px);
    transition: 0.3s;
    font-size: 16px;
    opacity: 0.35;
}

.form-group-about-us input {
    width: 100%;
    height: 100%;
    border: none;
    border-bottom: 1px solid #00000060;
    background-color: transparent;
}

.form-group-about-us span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: #7499f1;
    transform: scaleX(0);
    transform-origin: 0 100%;
    transition: 0.5s;
    /* background-color: red; */
}

.form-group-about-us input:focus {
    outline-style: none;
}

.form-group-about-us input:focus~label {
    font-size: 14px;
    color: #7499f1;
    opacity: 1;
    transform: translate(0, -15px);
    transition: 0.3s;
}

.form-group-about-us input:focus~span {
    outline-style: none;
    transform: scaleX(1);
    transition: 0.5s;
}

.btn-about-us {
    border: none;
    background-color: #f2940e;
    color: #fff;
}

.box-info {
    width: 100%;
    height: 95%;
    margin-top: 20px;
}

.box-info * {
    color: #fff;
}

.box-top {
    width: 5%;
    height: 3%;
}

.box-bottom {
    width: 50%;
    height: 3%;
    margin-left: 740px;
}

.box-option {
    width: 60px;
    height: 60px;
    background-color: #08abe6;
    border: solid;
    border-color: white;
    color: white;
}

.col-custom {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5%;
    flex: 0 0 5%;
    max-width: 5%;
    position: relative;
    margin-left: 30px;
}

.p1 {
    padding: 1px !important;
}

.p2 {
    padding: 2px !important;
}

.p3 {
    padding: 3px !important;
}

.p4 {
    padding: 4px !important;
}

.p5 {
    padding: 5px !important;
}

.p6 {
    padding: 6px !important;
}

.p7 {
    padding: 7px !important;
}

.p8 {
    padding: 8px !important;
}

.p10 {
    padding: 10px !important;
}

.p12 {
    padding: 12px !important;
}

.p15 {
    padding: 15px !important;
}

.p20 {
    padding: 20px !important;
}

.p25 {
    padding: 25px !important;
}

.p30 {
    padding: 30px !important;
}

.p35 {
    padding: 35px !important;
}

.p40 {
    padding: 40px !important;
}

.p50 {
    padding: 50px !important;
}

.ptn {
    padding-top: 0 !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt35 {
    padding-top: 35px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pt60 {
    padding-top: 60px !important;
}

.pt70 {
    padding-top: 70px !important;
}

.pt80 {
    padding-top: 80px !important;
}

.pt90 {
    padding-top: 90px !important;
}

.prn {
    padding-right: 0 !important;
}

.pr5 {
    padding-right: 5px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pr25 {
    padding-right: 25px !important;
}

.pr30 {
    padding-right: 30px !important;
}

.pr35 {
    padding-right: 35px !important;
}

.pr40 {
    padding-right: 40px !important;
}

.pr50 {
    padding-right: 50px !important;
}

.pbn {
    padding-bottom: 0 !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb25 {
    padding-bottom: 25px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb35 {
    padding-bottom: 35px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.pln {
    padding-left: 0 !important;
}

.pl5 {
    padding-left: 5px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pl25 {
    padding-left: 25px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.pl35 {
    padding-left: 35px !important;
}

.pl40 {
    padding-left: 40px !important;
}

.pl50 {
    padding-left: 50px !important;
}

.mtn {
    margin-top: 0 !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mt90 {
    margin-top: 90px !important;
}

.mt100 {
    margin-top: 100px !important;
}

.mt150 {
    margin-top: 150px !important;
}

.mrn {
    margin-right: 0 !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mr35 {
    margin-right: 35px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.mr50 {
    margin-right: 50px !important;
}

.mbn {
    margin-bottom: 0 !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mln {
    margin-left: 0 !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml35 {
    margin-left: 35px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.ml50 {
    margin-left: 50px !important;
}

/* loading Proses */

#btn-submit {
    height: 40px;
}

#btn-submit:disabled {
    background-color: #25aae180;
}

.loading {
    display: block;
    margin: 2px auto;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    border: 2px solid #0b74a1;
    border-bottom-color: transparent;
    animation-name: spinning;
    animation-duration: 0.95s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes spinning {
    0% {
        transform: rotate(0);
    }

    25% {
        transform: rotate(90deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(270deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.line {
    width: 113px;
    height: 4px;
    margin-top: 15px;
    margin-bottom: 40px;
    background-color: #e69b08;
}

.line-box {
    width: 221px;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #e69b08;
    /* align-items: center; */
    margin-left: 16px;
}

.box-discount {
    width: 100%;
    height: 170px;
    padding: 25px 29px;
    background-color: #ff949430;
    border-radius: 5px;
    border: 2px solid #ff949470;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}

.btn-to-top {
    width: 55px;
    height: 55px;
    position: fixed;
    padding-bottom: 5px;
    right: 20px;
    bottom: 100px;
    border-radius: 50%;
    border: none;
    background-color: #4297b880;
    color: #fff;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 111;
    transition: 0.4s;
    cursor: pointer;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}

.btn-to-top:focus {
    outline: none;
}

.loading-body {
    width: 100%;
    height: 100vh;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.body {}

@-moz-keyframes timer-loader {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes timer-loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes timer-loader {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* :not(:required) hides this rule from IE9 and below */
.timer-loader:not(:required) {
    border: 6px solid #63c5da;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-indent: -9999px;
    width: 72px;
    height: 72px;
}

.timer-loader:not(:required)::before {
    -moz-animation: timer-loader 1250ms infinite linear;
    -webkit-animation: timer-loader 1250ms infinite linear;
    animation: timer-loader 1250ms infinite linear;
    -moz-transform-origin: 3px 3px;
    -ms-transform-origin: 3px 3px;
    -webkit-transform-origin: 3px 3px;
    transform-origin: 3px 3px;
    background: #63c5da;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 23.2px;
    left: 28px;
    top: 28px;
}

.timer-loader:not(:required)::after {
    -moz-animation: timer-loader 15000ms infinite linear;
    -webkit-animation: timer-loader 15000ms infinite linear;
    animation: timer-loader 15000ms infinite linear;
    -moz-transform-origin: 3px 3px;
    -ms-transform-origin: 3px 3px;
    -webkit-transform-origin: 3px 3px;
    transform-origin: 3px 3px;
    background: #63c5da;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 18px;
    left: 28px;
    top: 28px;
}

.carousel-indicators {
    transform: translateY(60px);
}

/* .carousel-indicators li{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    cursor: pointer;
  } */

#myModalRegister {
    z-index: 99999;
    padding: 20px;
}

.modal_promo {
    z-index: 99999;

}

.slide-up-tawkto {
    transform: translateY(-45px) !important;
    transition: 0.7s;
}

.slide-down-tawkto {
    transform: translateY(0) !important;
    transition: 0.7s;
}

.service_wrapper .carousel-indicators li {
    background-color: #00000030;
}

.service_wrapper .carousel-indicators li.active {
    background-color: #00000050;
}

.carousel-item .service_block {
    width: 270px;
}

.price.hold-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-radius: unset;
    transform: translateY(0px);
    padding: 10px;
    border-radius: 7px;
    box-shadow: rgb(0 0 0 / 8%) 0px 0px 10px;
    visibility: visible;
    transition: all 0.5s ease 0s;
}


/* / UNTUK DESKTOP */

@media (min-width: 719px) {
    .font {
        font-size: 40px;
    }

    .price {
        width: 45%;
        background: #e69b08;
        border-radius: 5px;
        border: 2px solid #ff949470;
        color: white;
        font-weight: bold;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        padding: 5px 0 5px 0px;
        text-decoration: none;
        font-family: Roboto;
        font-size: 12pt;
        margin-left: auto;
        margin-right: auto;
    }

    .desc {
        text-align: justify;
    }

    .text-white {
        font-size: 38px;
    }

    .desc_hotel {
        color: #f2940e;
    }

    .line {
        width: 113px;
    }

    .text-desc {
        font-size: 25px;
    }

    .title {
        text-align: justify;
    }

    .title_desc {
        text-align: justify;
        font-size: 16px;
    }

    a.contact_btn {
        background: #e69b08;
        display: block;
        width: 200px;
        height: 45px;
        font-weight: bold;
        text-align: center;
        line-height: 45px;
        font-size: 15px;
        color: #fff;
        box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
        border-radius: 25px;
        font-family: Roboto;
        font-weight: 300;
        /* border: 2px solid #88a8f3; */
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
    }

    /* Toogle*/
    .box-price {
        position: relative;
        height: 65px;
        max-width: 480px;
        border-radius: 100px;
        border: 1px solid #7499f1;
        padding: 2px;
        margin: 0 auto;
        display: flex;
        font-weight: bold;
        font-family: Roboto;
        flex-direction: row;
        cursor: pointer;
        box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
    }

    .box-price input {
        position: absolute;
    }

    .box-price .box-time {
        width: 50%;
        height: 100%;
        background-color: transparent;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .discount {
        background-color: #e69b08;
        color: #fff;
        padding: 5px 10px;
        font-size: 10px;
        border-radius: 5px;
        margin-left: 10px;
    }

    .text_amount {
        font-size: 30px;
    }

    .text_amount_desc {
        font-size: 18px;
    }

    #aboutUs h3 {
        font-size: 28px;
    }

    .img .img_logo {
        max-width: 100%;
    }

    .img_promo {
        max-width: 100%;
    }

    .btn_close {
        position: absolute;
        right: 10px;
        color: #ffaa02;
        z-index: 9999999999;
    }
}




/* // UNTUK MOBILE */
@media (max-width: 720px) {
    .font {
        font-size: 18px;
    }

    .price {
        width: 45%;
        background: #e69b08;
        border-radius: 5px;
        border: 2px solid #ff949470;
        color: white;
        font-weight: bold;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        padding: 5px 0 5px 0px;
        text-decoration: none;
        font-family: Roboto;
        font-size: 12pt;
        margin-left: auto;
        margin-right: auto;
    }

    .desc {
        text-align: center;
    }

    .bg-color {
        background-color: #00000010;
    }

    .text-white {
        text-align: center;
        font-size: 30px;
    }

    .line {
        width: 113px;
        margin-left: auto;
        margin-right: auto;
    }

    .desc_hotel {
        color: #f2940e;
    }

    .text-desc {
        font-size: 20px;
        text-align: center;
    }

    .title {
        text-align: center;
    }

    .title_desc {
        text-align: center;
        font-size: 13px;
    }

    a.contact_btn {
        background: #f2940e;
        display: block;
        height: 45px;
        font-weight: bold;
        text-align: center;
        line-height: 45px;
        font-size: 14px;
        color: #fff;
        box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
        border-radius: 25px;
        font-family: Roboto;
        font-weight: 300;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        width: 175px;
        margin-left: auto;
        margin-right: auto;
    }

    /* Toogle*/
    .box-price {
        position: relative;
        width: 300px;
        height: 48px;
        max-width: 480px;
        border-radius: 100px;
        border: 1px solid #7499f1;
        padding: 2px;
        margin: 0 auto;
        display: flex;
        font-weight: bold;
        font-family: Roboto;
        flex-direction: row;
        cursor: pointer;
        box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
    }

    .box-price input {
        position: absolute;
    }

    .box-price .box-time {
        width: 50%;
        height: 100%;
        background-color: transparent;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        font-size: 14px;
    }

    .discount {
        background-color: #e69b08;
        color: #fff;
        padding: 5px 2px;
        font-size: 8px;
        border-radius: 5px;
        margin-left: 10px;
    }

    .round {
        font-size: 14px;
    }

    .price-list {
        font-size: 24px;
    }

    .box-discount {
        height: 110px;
        padding: 10px 10px 10px 10px;
    }

    .text_amount {
        font-size: 22px;
    }

    .text_amount_desc {
        font-size: 11px;
    }

    #aboutUs h3 {
        font-size: 23px;
    }

    .img .img_logo {
        max-width: 65%;
    }

    .img_promo {
        max-width: 90%;
    }

    .btn_close {
        position: absolute;
        right: 27px;
        color: #ffaa02;
        z-index: 9999999999;
    }
}