@import url(font/style.css);
@import url(icon-line-pro/style.css);
@import url(bootstrap.min.css);
@import url(classy-nav.css);
@import url(owl.carousel.min.css);
@import url(animate.css);
@import url(magnific-popup.css);
@import url(font-awesome.min.css);
@import url(portfolio/cubeportfolio.css);
section #mengapa-kami {
    margin-top: 70px !important;
    text-align: center
}

@media only screen and (max-width: 767px) {
    section #mengapa-kami {
        margin-top: 10px !important
    }
}

#mengapa-kami .h4,
#mengapa-kami h4 {
    font-size: 27px !important
}

#mengapa-kami p {
    font-family: "Bahnschrift light";
    color: #969696;
    font-size: 22px !important;
    line-height: 1.5 !important;
    font-weight: 0 !important
}

@media only screen and (max-width: 767px) {
    section #mengapa-kami p {
        font-size: 15px !important
    }
}

section #mengapa-kami .icon {
    background-color: #FFF8E1;
    border-radius: 50%;
    clear: both;
    width: 120px;
    height: 120px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px
}

@media only screen and (max-width: 767px) {
    section #mengapa-kami .icon {
        width: 80px;
        height: 80px;
        padding-right: 5px;
        padding-left: 5px
    }
    section #mengapa-kami .icon img {
        width: 50px;
        height: 50px
    }
}

section {
    display: block;
    overflow: hidden !important
}

.classy-menu {
    margin-left: auto !important;
    margin-right: auto !important
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid #ff7902
}

.hr-block {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid #eaeaea
}

.divider {
    font-size: 0;
    line-height: 0
}

.divider::after {
    content: '';
    display: inline-block;
    width: 60px;
    height: 3px;
    background-color: #ff7902
}

.divider-lg::after {
    content: '';
    display: inline-block;
    width: 90px;
    height: 3px;
    background-color: #f0843b
}

h1 .divider-lg {
    line-height: 2px;
    margin-bottom: 5px !important
}

.divider-lg {
    margin-bottom: 20px !important
}

.column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 30px
}

.gallery_box li {
    width: 31.6%;
    max-width: 100%;
    display: inline-block;
    float: left;
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-right: 20px;
    margin-top: 20px;
    background-color: #ececec
}

@media only screen and (max-width: 767px) {
    .gallery_box li {
        width: 170px !important;
        height: 170px !important
    }
}

.gallery_box {
    display: flow-root;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gallery_box.jenis {
        margin-left: 5% !important
    }
}

.gallery_box li:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.gallery_box li img {
    -webkit-transition: transform 1s ease;
    -o-transition: transform 1s ease;
    transition: transform 1s ease;
    width: 100%
}

.gallery_box li:nth-child(even) {
    height: 370px
}

@media only screen and (max-width: 767px) {
    .gallery_box li:nth-child(even) {
        height: 120px
    }
}

@media only screen and (min-width: 1200px) {
    .gallery_box li:nth-child(even) {
        max-height: 400px
    }
}

.gallery_box li:nth-child(odd) {
    height: 370px
}

@media only screen and (max-width: 767px) {
    .gallery_box li:nth-child(odd) {
        height: 120px
    }
}

@media only screen and (min-width: 1200px) {
    .gallery_box li:nth-child(odd) {
        max-height: 400px
    }
}

.gallery_box .box_data {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #ff7902;
}

.gallery_box .box_data span {
    position: absolute;
    top: 90%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    font-size: 20px
}

@media only screen and (max-width: 767px) {
    .gallery_box .box_data span {
        font-size: 10px
    }
}

.gallery_box li:hover .box_data {
    background-image: linear-gradient(125deg, #e74c3c, #e67e22, #f1c40f);
    background-size: 400%;
    animation: bganimation 3s infinite;
    opacity: 0.7;
    color: #fff
}

@keyframes bganimation {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

.mybtn-home {
    background-color: #F68B1E;
    border-radius: 42px;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: Bahnschrift;
    font-size: 20px !important;
    padding: 15px 40px !important;
    margin-top: 150px !important;
    text-decoration: none;
    letter-spacing: 2px !important
}

@media only screen and (max-width: 767px) {
    .mybtn-home {
        margin-top: 10px
    }
}

.mybtn-home:hover {
    background-color: #f1c40f;
    cursor: pointer;
    color: #fff;
    opacity: 2s;
    transition: 0.3s
}

.mybtn-home:active {
    position: relative;
    top: 1px
}

.btn-slider {
    position: relative;
    top: 50%;
    background: none;
    color: #fff;
    width: 250px;
    height: 60px;
    border: 2px solid #fff;
    font-size: 18px;
    border-radius: 40px;
    transition: .6s;
    overflow: hidden;
    padding-top: 16px;
    letter-spacing: 5px;
    display: inline-block;
    transition: all 0.3s ease 0s;
    left: auto !important;
    right: auto !important
}

@media only screen and (max-width: 767px) {
    .btn-slider {
        display: none
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .btn-slider {
        display: none
    }
}

.btn-slider:hover {
    color: #404040 !important;
    font-size: 18px;
    letter-spacing: 5px;
    background: #fff;
    transition: all 0.3s ease 0s;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.title-detail {
    padding-top: 10px;
    font-size: 18px;
    color: #696969
}

.title-detail:hover {
    color: #ff7902;
    cursor: pointer
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ff7902 !important;
    border-color: #ff7902 !important;
    margin-top: 35% !important
}

section #slider a.tombol-slider.btn.btn-white.btn-animate {
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative;
    letter-spacing: 6px;
    font-weight: bold
}

@media only screen and (min-width: 1200px) {
    section #slider .tombol-slider.btn.btn-white.btn-animate.wa-hp {
        display: none
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    section #slider .tombol-slider.btn.btn-white.btn-animate.wa-hp {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    section #slider .tombol-slider.btn.btn-white.btn-animate.wa-web {
        display: none
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    section #slider .tombol-slider.btn.btn-white.btn-animate.wa-web {
        display: none
    }
}

section #slider .btn:link,
section #slider .btn:visited {
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 40px;
    display: inline-block;
    border-radius: 100px;
    transition: all .2s;
    position: absolute
}

section #slider .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2)
}

section #slider .btn:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

section #slider .btn-white {
    background-color: #fff;
    color: #777
}

section #slider .btn::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s
}

section #slider .btn-white::after {
    background-color: #fff
}

section #slider .btn:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0
}

section #slider .btn-animated {
    animation: moveInBottom 5s ease-out;
    animation-fill-mode: backwards
}

@keyframes moveInBottom {
    0% {
        opacity: 0;
        transform: translateY(30px)
    }
    100% {
        opacity: 1;
        transform: translateY(0px)
    }
}

section #slider .hero-area {
    position: relative;
    z-index: 1
}

section #slider .hero-area .owl-prev,
section #slider .hero-area .owl-next {
    position: absolute;
    top: 50%;
    font-size: 12px;
    color: #fff;
    left: 50px;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    section #slider .hero-area .owl-prev,
    section #slider .hero-area .owl-next {
        font-size: 18px
    }
}

@media only screen and (max-width: 767px) {
    section #slider .hero-area .owl-prev,
    section #slider .hero-area .owl-next {
        left: 20px;
        font-size: 16px
    }
}

section #slider .hero-area .owl-prev:hover,
section #slider .hero-area .owl-next:hover {
    color: #ff7902
}

section #slider .hero-area .owl-next {
    left: auto;
    right: 50px
}

@media only screen and (max-width: 767px) {
    section #slider .hero-area .owl-next {
        right: 20px
    }
}

section #slider .hero-area:hover .owl-next,
section #slider .hero-area:hover .owl-prev {
    opacity: 1;
    visibility: visible
}

section #slider .single-slide {
    position: relative;
    z-index: 99;
    width: 100%;
    height: 700px;
    background-color: #fff;
    overflow: hidden
}

section #slider .single-slide .slide-bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -12;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-animation: slide-bg linear 10000ms infinite;
    animation: slide-bg linear 10000ms infinite
}

section #slider .single-slide .welcome-text {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff !important
}

section #slider .single-slide .welcome-text h2 {
    color: #fff !important;
    font-weight: 500;
    margin-bottom: 50px
}

section #slider .single-slide .welcome-text h2 span {
    color: #fff;
    font-weight: 300
}

@media only screen and (min-width: 1200px) {
    section #slider .single-slide .welcome-text h2 {
        font-size: 60px !important
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    section #slider .single-slide .welcome-text h2 {
        font-size: 48px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    section #slider .single-slide .welcome-text h2 {
        font-size: 42px
    }
}

@media only screen and (max-width: 767px) {
    section #slider .single-slide .welcome-text h2 {
        font-size: 24px
    }
}

section #slider .single-slide .welcome-text h4 {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px
}

@media only screen and (max-width: 767px) {
    section #slider .single-slide .welcome-text h4 {
        font-size: 18px
    }
}

section #slider .single-slide .welcome-text h4 span {
    font-weight: 300
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    section #slider .single-slide {
        height: 900px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    section #slider .single-slide {
        height: 600px
    }
}

@media only screen and (max-width: 767px) {
    section #slider .single-slide {
        max-height: 700px
    }
}

@-webkit-keyframes slide-bg {
    0% {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes slide-bg {
    0% {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.classy-navbar-toggler .navbarToggler span {
    background-color: #424040 !important
}

@media only screen and (min-width: 1200px) {
    .navlink.wa-hp {
        display: none
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navlink.wa-hp {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    .navlink.wa-web {
        display: none
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navlink.wa-web {
        display: none
    }
}

.classynav ul li a {
    padding: 0 12px;
    display: block;
    height: 35px;
    font-size: 10px;
    line-height: 20px !important
}

.megamenu {
    border-top: 3px solid !important;
    border-top-color: #ff7902 !important
}

@media only screen and (min-width: 1200px) {
    .megamenu {
        width: 1100px !important;
        padding-left: 10px !important;
        margin-left: 8% !important
    }
}

@media only screen and (max-width: 767px) {
    .megamenu {
        width: 300px !important
    }
}

@media only screen and (min-width: 1200px) {
    #navigasi .img-hp {
        display: none
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #navigasi .img-hp {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    #navigasi .img-hp2 {
        display: none !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #navigasi .img-hp2 {
        display: none !important
    }
}

@media only screen and (min-width: 1200px) {
    #navigasi .hp {
        display: none
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #navigasi .hp {
        display: none
    }
}

#navigasi .header-info {
    height: 35px;
    background-color: #666;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px
}

#navigasi .header-info .text-slider a {
    color: #fff !important;
    font-size: 18px !important
}

@media only screen and (max-width: 767px) {
    #navigasi .header-info .text-slider a {
        font-size: 15px !important
    }
}

@media only screen and (max-width: 767px) {
    #navigasi .header-info {
        height: 35px;
        padding-top: 0px;
        padding-bottom: 0px
    }
}

@media only screen and (min-width: 1200px) {
    #navigasi .classynav ul li {
        display: inline-block;
        clear: both;
        position: inherit;
        z-index: 10;
        margin-right: 20px !important
    }
}

#navigasi .header-area .is-sticky .pixel-main-menu {
    background-color: #ffffff !important;
    box-shadow: 0 7px 40px 0 rgba(0, 0, 0, 0.3)
}

#navigasi .header-area .is-sticky .pixel-main-menu .navlink {
    color: dimgray !important
}

#navigasi .flex-container>div {
    width: 100px;
    margin: 10px;
    text-align: center;
    line-height: 0px;
    font-size: 30px
}

@media only screen and (max-width: 767px) {
    #navigasi .flex-container {
        display: flex;
        flex-wrap: wrap;
        background-color: transparan;
        margin-left: 0px !important;
        margin-bottom: 10px !important
    }
}

@media only screen and (min-width: 1200px) {
    #navigasi .flex-container {
        display: flex;
        flex-wrap: wrap;
        background-color: transparan;
        margin-left: 0 !important;
        margin-bottom: 10px !important
    }
}

#navigasi .flex-container .kartu {
    width: 10rem !important;
    border: none;
}

#navigasi .flex-container .kartu .gambar {
    overflow: hidden;
    height: 120px;
    justify-content: center;
    display: flex;
    align-items: center;
}

@media (max-width: 467px) {
    #navigasi .flex-container .kartu {
        width: 6rem !important;
        font-size: 5px
    }
}

@media only screen and (max-width: 767px) {
    #navigasi .flex-container .kartu {
        width: 8rem !important
    }
}

#navigasi .flex-container .kartu .kartu-body {
    flex: 1 1 auto;
    padding-top: 10px !important;
    padding-right: 1px !important;
    padding-bottom: 0px !important;
    padding-left: 1px !important;
    font-family: "Bahnschrift regular"
}

@media only screen and (max-width: 767px) {
    #navigasi .flex-container .kartu .kartu-body {
        padding-bottom: 0px !important;
        flex: 1 1 auto;
        padding-top: 1px !important
    }
}

#navigasi .flex-container .kartu .kartu-body a.link-mega {
    font-size: 12px !important;
    color: #666 !important
}

@media only screen and (max-width: 767px) {
    #navigasi .flex-container .kartu .kartu-body a.link-mega {
        font-size: 8px !important;
        color: #666 !important;
        font-weight: 600;
        margin-top: 50px
    }
}

#navigasi .flex-container .kartu .kartu-body a.link-mega:hover {
    color: #F0843B !important
}

#navigasi .breakpoint-on .classy-navbar-toggler {
    display: block;
    margin-left: auto
}

@media only screen and (max-width: 767px) {
    #navigasi .breakpoint-on .classynav {
        padding-top: 0px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #navigasi .breakpoint-on .classynav {
        padding-top: 0px
    }
}

#navigasi .img-hp {
    width: 100px !important;
    height: 100px !important;
    padding-left: 20px;
    padding-top: 30px !important
}

@media only screen and (max-width: 767px) {
    #navigasi .img-nav {
        display: none !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #navigasi .img-nav {
        display: none !important
    }
}

.link-hp {
    margin-top: 10px;
    font-size: 15px;
}

@media only screen and (min-width: 1200px) {
    /* .link-hp {
        margin-top: 110px
    } */
}

#navigasi .navlink {
    color: #ffffff !important
}

@media only screen and (max-width: 767px) {
    #navigasi .navlink {
        color: dimgray !important
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #navigasi .navlink {
        color: dimgray !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #navigasi .navlink {
        color: dimgray !important
    }
}

.flex-container .kartu .kartu-body a.link-mega {
    font-size: 12px !important;
    color: red !important;
    margin-top: 50px !important
}

@media only screen and (max-width: 767px) {
    .flex-container .kartu .kartu-body a.link-mega {
        margin-top: 0px !important
    }
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    background-color: #e8e8e8 !important
}

.btn-success {
    font-weight: 600 !important;
    font-size: 20px;
    color: #f05c15;
    letter-spacing: 1px;
    line-height: 15px;
    border: 2px solid #fff;
    border-radius: 40px;
    background: #fff;
    transition: all 0.3s ease 0s
}

.btn-success:hover {
    color: #FFF !important;
    background: #ff7902 !important;
    border: 2px solid #ff7902 !important
}

.question {
    color: #fff;
    background-color: #f05c15;
    border: #f05c15 1px solid;
    padding: 6px 15px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 50px
}

.question:hover {
    background-color: #fff
}

#produk-kami {
    margin-bottom: 60px;
}

#produk-kami h2 {
    color: #707070;
    letter-spacing: 6px;
    font-size: 40px;
    margin-top: 50px
}

#produk-kami .text-produk {
    margin-top: 18px;
    font-size: 17px;
    color: #666;
    text-align: center
}

section #produk-lainya {
    margin-top: 30px !important
}

section #produk-lainya .ms-staff-carousel .ms-view {
    overflow: visible;
    background-color: transparent;
    height: 250px !important
}

section #produk-lainya .ms-staff-carousel.ms-round .ms-slide-bgcont {
    border-radius: 20px !important;
    border: solid 8px #e6e6e6 !important;
    margin: 0 -8px !important
}

section #produk-lainya .caption-slider {
    position: absolute;
    z-index: 999;
    margin-left: 50px;
    margin-top: 200px
}

#footer .footer-area {
    position: relative;
    z-index: 1;
    background-color: #721d00;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 50px !important;
    margin-top: 50px
}

#footer .mt-10 {
    margin-top: 50px;
    margin-bottom: 20px !important
}

#mybutton {
    position: fixed;
    bottom: -4px;
    width: 100%;
    z-index: 9999
}

#mybutton .feedback {
    background-color: #46b8da;
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    border-color: #46b8da
}

@media only screen and (min-width: 1200px) {
    #mybutton {
        display: none
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #mybutton {
        display: none
    }
}

.site-footer {
    margin-top: 50px;
    background-color: #7D2500;
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #fff !important;
    font-family: "Bahnschrift light"
}

@media only screen and (max-width: 767px) {
    .site-footer {
        margin-bottom: 30px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .site-footer {
        margin-bottom: 30px
    }
}

.site-footer p {
    color: #fff !important;
    font-family: "Bahnschrift light"
}

.site-footer hr {
    border-top-color: #bbb;
    opacity: 0.5
}

.site-footer hr.small {
    margin: 20px 0
}

.site-footer h6 {
    color: #fff !important;
    font-family: "Bahnschrift regular";
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 2px
}

.site-footer a {
    color: #737373
}

.site-footer a:hover {
    color: #3366cc;
    text-decoration: none
}

.footer-links {
    padding-left: 0;
    list-style: none
}

.footer-links li {
    display: block
}

.footer-links a {
    color: #fff !important
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
    color: #FF8800 !important;
    text-decoration: none
}

.footer-links.inline li {
    display: inline-block
}

.site-footer .social-icons {
    text-align: right
}

.site-footer .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 6px;
    margin-right: 0;
    border-radius: 100%;
    background-color: #BF3900
}

.copyright-text {
    margin: 0
}

@media (max-width: 991px) {
    .site-footer [class^=col-] {
        margin-bottom: 30px
    }
}

@media (max-width: 767px) {
    .site-footer {
        padding-bottom: 0
    }
    .site-footer .copyright-text,
    .site-footer .social-icons {
        text-align: center
    }
}

.social-icons {
    margin-top: 10px;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.social-icons li {
    display: inline-block;
    margin-bottom: 4px
}

.social-icons li.title {
    margin-right: 15px;
    text-transform: uppercase;
    color: #96a2b2;
    font-weight: 700;
    font-size: 13px
}

.social-icons a {
    background-color: #eceeef;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
    color: #fff;
    background-color: #FF8800
}

.social-icons.size-sm a {
    line-height: 34px;
    height: 34px;
    width: 34px;
    font-size: 14px
}

.social-icons a.facebook:hover {
    background-color: #3b5998
}

.social-icons a.twitter:hover {
    background-color: #00aced
}

.social-icons a.linkedin:hover {
    background-color: #007bb6
}

.social-icons a.dribbble:hover {
    background-color: #ea4c89
}

.social-icons a.instagram:hover {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888', GradientType=1)
}

@media (max-width: 767px) {
    .social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600
    }
}

section #contact .container.contact {
    margin-top: 50px !important
}

@media only screen and (min-width: 1200px) {
    section #contact .wa-hp {
        display: none
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    section #contact .wa-hp {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    section #contact .wa-web {
        display: none
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    section #contact .wa-web {
        display: none
    }
}

section #contact .header-detail {
    text-align: left;
    margin-left: 7%
}

section #contact .header-detail h2 {
    font-weight: 600 !important;
    font-family: "Bahnschrift light" !important
}

@media only screen and (min-width: 1200px) {
    section #contact .header-detail h2 {
        font-size: 4em;
        padding-top: 100px
    }
}

@media only screen and (max-width: 767px) {
    section #contact .header-detail h2 {
        font-size: 22px !important;
        padding-top: 50px;
        padding-bottom: auto
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    section #contact .header-detail h2 {
        padding-top: 100px;
        font-size: 40px !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    section #contact .header-detail h2 {
        padding-top: 130px;
        font-size: 45px !important
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    section #contact .header-detail h2 {
        padding-top: 150px;
        font-size: 45px !important
    }
}

@media only screen and (min-width: 1200px) {
    section #contact .header-detail h2 {
        padding-top: 180px;
        font-size: 50px !important
    }
}

section #contact .header-detail h2 .sahabat {
    color: dimgray
}

section #contact .header-detail h2 .Cetakmu {
    color: #fb531b
}

section #contact .nav-contact {
    height: 135px !important;
    background-color: #A9AAAC
}

@media only screen and (max-width: 367px) {
    section #contact .img-contact img {
        min-height: 200px !important
    }
}

@media only screen and (min-width: 368) and (max-width: 479px) {
    section #contact .img-contact img {
        min-height: 150px !important
    }
}

@media only screen and (max-width: 767px) {
    section #contact .img-contact img {
        min-height: 200px !important
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    section #contact .img-contact img {
        min-height: 250px !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    section #contact .img-contact img {
        min-height: 420px !important
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    section #contact .img-contact img {
        min-height: 350px !important
    }
}

@media only screen and (min-width: 1200px) {
    section #contact .img-contact img {
        min-height: 420px !important
    }
}

@media only screen and (max-width: 767px) {
    section #contact h1 {
        font-size: 30px !important
    }
}

@media only screen and (max-width: 767px) {
    section #contact .mt div img {
        height: 100px !important
    }
}

section #contact h3.text-header {
    color: #fff !important
}

section #contact .shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important
}

section #contact .p-2 {
    padding: 0.5rem !important
}

section #contact .mb-5,
section #contact .my-5 {
    margin-bottom: 3rem !important
}

section #contact .rounded {
    border-radius: 0.25rem !important
}

section #contact .bg-white {
    background-color: #fff !important
}

section #contact a,
section #contact a:focus,
section #contact a:active {
    color: #9b9b9b
}

section #contact .fa:hover {
    color: #fd7e14
}

section #contact .icon-communication-023:hover {
    color: #fd7e14
}

@media only screen and (max-width: 367px) {
    section #contact .bg-img {
        min-height: 200px !important
    }
}

@media only screen and (max-width: 767px) {
    section #contact .bg-img {
        min-height: 200px !important
    }
}

@media only screen and (min-width: 368) and (max-width: 479px) {
    section #contact .bg-img {
        min-height: 250px !important
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    section #contact .bg-img {
        min-height: 250px !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    section #contact .bg-img {
        min-height: 420px !important
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    section #contact .bg-img {
        min-height: 350px !important
    }
}

@media only screen and (min-width: 1200px) {
    section #contact .bg-img {
        min-height: 420px !important
    }
}

section #contact .header-contact {
    text-align: center
}

section #contact .header-contact h2 {
    font-weight: 600 !important
}

@media only screen and (min-width: 1200px) {
    section #contact .header-contact h2 {
        font-size: 4em;
        padding-top: 100px
    }
}

@media only screen and (max-width: 767px) {
    section #contact .header-contact h2 {
        font-size: 25px !important;
        padding-top: 50px;
        padding-bottom: auto
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    section #contact .header-contact h2 {
        padding-top: 100px;
        font-size: 40px !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    section #contact .header-contact h2 {
        padding-top: 130px;
        font-size: 45px !important
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    section #contact .header-contact h2 {
        padding-top: 150px;
        font-size: 45px !important
    }
}

@media only screen and (min-width: 1200px) {
    section #contact .header-contact h2 {
        padding-top: 180px;
        font-size: 50px !important
    }
}

section #contact .header-contact h2 .contact {
    color: dimgray
}

section #contact .header-contact h2 .us {
    color: #fb531b
}

section #contact .alamat {
    padding-bottom: 50px
}

section #contact .alamat .u-icon-v1.u-icon-size--lg,
section #contact .alamat .u-icon-v1.u-icon-size--lg .u-icon__elem-regular,
section #contact .alamat .u-icon-v1.u-icon-size--lg .u-icon__elem-hover {
    width: 4.5rem;
    height: 4.5rem;
    font-size: 2.5rem;
    color: #72c02c;
    padding-top: 0px;
    padding-right: 5px
}

section #contact .alamat .u-icon-v1.u-icon-size--lg:hover {
    color: #fd7e14
}

@media only screen and (max-width: 367px) {
    section #contact .alamat {
        padding-top: 20px;
        order: 1 !important
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    section #contact .alamat {
        padding-top: 20px
    }
}

@media only screen and (min-width: 368) and (max-width: 479px) {
    section #contact .alamat {
        order: 1 !important;
        padding-top: 20px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    section #contact .alamat {
        padding-top: 20px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    section #contact .alamat {
        padding-top: 20px
    }
}

@media only screen and (min-width: 1200px) {
    section #contact .alamat {
        padding-top: 0px
    }
}

section #contact .alamat .media-body {
    padding-left: 0px !important
}

section #contact .alamat .media-body h3 {
    font-size: 20px !important
}

@media only screen and (max-width: 367px) {
    section #contact .alamat .media-body h3 {
        font-size: 20px !important
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    section #contact .alamat .media-body h3 {
        font-size: 15px !important
    }
}

@media only screen and (min-width: 368) and (max-width: 479px) {
    section #contact .alamat .media-body h3 {
        font-size: 20px !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    section #contact .alamat .media-body h3 {
        font-size: 15px !important;
        padding-bottom: 0px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    section #contact .alamat .media-body h3 {
        font-size: 20px !important
    }
}

section #contact .alamat .media-body p {
    line-height: 2 !important;
    font-size: 14px !important;
    margin-bottom: 0 !important
}

@media only screen and (max-width: 367px) {
    section #contact .alamat .media-body p {
        font-size: 15px !important
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    section #contact .alamat .media-body p {
        font-size: 13px !important
    }
}

@media only screen and (min-width: 368) and (max-width: 479px) {
    section #contact .alamat .media-body p {
        font-size: 10px !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    section #contact .alamat .media-body p {
        font-size: 12px !important;
        padding-bottom: 0px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    section #contact .alamat .media-body p {
        font-size: 15px !important
    }
}

section #contact .alamat .media-body p .wa {
    line-height: 0
}

section #contact .maps .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

@media only screen and (max-width: 367px) {
    section #contact .maps .embed-responsive {
        min-height: 200px
    }
}

@media only screen and (min-width: 368) and (max-width: 479px) {
    section #contact .maps .embed-responsive {
        height: 10px
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    section #contact .maps .embed-responsive {
        height: 400px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    section #contact .maps .embed-responsive {
        height: 350px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    section #contact .maps .embed-responsive {
        height: 350px
    }
}

@media only screen and (min-width: 1200px) {
    section #contact .maps .embed-responsive {
        height: 350px
    }
}

@media only screen and (max-width: 367px) {
    section #contact .maps {
        padding-top: 20px;
        order: 2 !important
    }
}

@media only screen and (min-width: 368) and (max-width: 479px) {
    section #contact .maps {
        order: 2 !important
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    section #contact .maps {
        padding-top: 20px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    section #contact .maps {
        padding-top: 20px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    section #contact .maps {
        padding-top: 20px
    }
}

@media only screen and (min-width: 1200px) {
    section #contact .maps {
        padding-top: 0px
    }
}

section #profil .h2profil {
    color: #696969 !important;
    margin-left: 9%;
    position: absolute;
    margin-top: -18%;
    font-size: 50px;
    text-transform: capitalize !important
}

section #profil .nav-profil {
    height: 135px !important;
    background-color: #A9AAAC
}

@media only screen and (max-width: 367px) {
    section #profil .bg-img {
        min-height: 200px !important
    }
}

@media only screen and (min-width: 368) and (max-width: 479px) {
    section #profil .bg-img {
        min-height: 150px !important
    }
}

@media only screen and (max-width: 767px) {
    section #profil .bg-img {
        min-height: 200px !important
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    section #profil .bg-img {
        min-height: 250px !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    section #profil .bg-img {
        min-height: 420px !important
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    section #profil .bg-img {
        min-height: 350px !important
    }
}

@media only screen and (min-width: 1200px) {
    section #profil .bg-img {
        min-height: 420px !important
    }
}

section #profil .header-detail {
    text-align: left;
    margin-left: 7%
}

section #profil .header-detail h2 {
    font-weight: 600 !important;
    font-family: "Bahnschrift light" !important
}

@media only screen and (min-width: 1200px) {
    section #profil .header-detail h2 {
        font-size: 4em;
        padding-top: 100px
    }
}

@media only screen and (max-width: 767px) {
    section #profil .header-detail h2 {
        font-size: 22px !important;
        padding-top: 50px;
        padding-bottom: auto
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    section #profil .header-detail h2 {
        padding-top: 100px;
        font-size: 40px !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    section #profil .header-detail h2 {
        padding-top: 130px;
        font-size: 45px !important
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    section #profil .header-detail h2 {
        padding-top: 150px;
        font-size: 45px !important
    }
}

@media only screen and (min-width: 1200px) {
    section #profil .header-detail h2 {
        padding-top: 180px;
        font-size: 50px !important
    }
}

section #profil .header-detail h2 .sahabat {
    color: dimgray
}

section #profil .header-detail h2 .Cetakmu {
    color: #fb531b
}

@media only screen and (max-width: 767px) {
    section #profil .mt div img {
        height: 100px !important
    }
}

section #profil .profil {
    margin-top: 50px !important;
    margin-bottom: 50px !important
}

@media only screen and (max-width: 767px) {
    section #profil .box-images.box-images-variant-3 {
        margin-top: 50px !important;
        order: 1 !important
    }
}

.box-minimal {
    text-align: center
}

.box-minimal .box-minimal-icon {
    font-size: 50px;
    line-height: 50px;
    color: #ffd8cb
}

.box-minimal-divider {
    width: 36px;
    height: 4px;
    margin-left: auto;
    margin-right: auto;
    background: #ffd8cb
}

.box-minimal-title {
    font-family: "Montserrat", sans-serif
}

.box-minimal-text {
    width: 100%;
    max-width: 335px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.02em
}

*+.box-minimal {
    margin-top: 30px
}

*+.box-minimal-title {
    margin-top: 10px
}

*+.box-minimal-divider {
    margin-top: 20px
}

*+.box-minimal-text {
    margin-top: 15px
}

.bg-gray-dark .box-minimal p,
.bg-primary .box-minimal p {
    color: #9b9b9b
}

.box-counter {
    position: relative;
    text-align: center;
    color: #2b2c2f;
    z-index: 1
}

.box-counter-title {
    display: inline-block;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .05em;
    font-weight: 700;
    text-transform: uppercase;
    color: #151515
}

.box-counter-main {
    font-family: "Montserrat", sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2
}

.box-counter-main>* {
    display: inline;
    font: inherit
}

.box-counter-main .small {
    font-size: 28px
}

.box-counter-main .small_top {
    position: relative;
    top: .2em;
    vertical-align: top
}

.box-counter-divider {
    font-size: 0;
    line-height: 0
}

.box-counter-divider::after {
    content: '';
    display: inline-block;
    width: 80px;
    height: 2px;
    background: #ffd8cb
}

*+.box-counter-title {
    margin-top: 10px
}

*+.box-counter-main {
    margin-top: 20px
}

*+.box-counter-divider {
    margin-top: 10px
}

@media (min-width: 1800px) {
    .counter-list-border .col-md-3 {
        border-right: 1px solid #e1e1e1
    }
    .counter-list-border .col-md-3:last-child {
        border-right: none
    }
    .box-counter:before,
    .box-counter:after {
        display: none
    }
}

@media (min-width: 1200px) {
    .box-counter-main {
        font-size: 60px
    }
    .box-counter-main .small {
        font-size: 36px
    }
    *+.box-counter-main {
        margin-top: 30px
    }
    *+.box-counter-divider {
        margin-top: 15px
    }
}

.bg-primary .box-counter {
    color: #ffffff
}

.bg-primary .box-counter-divider::after {
    background: #ffffff
}

.box-icon-modern {
    position: relative;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    min-height: 300px;
    padding: 20px;
    transition: all .3s
}

.box-icon-modern>* {
    position: relative
}

.box-icon-modern .icon-modern {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #ffd8cb
}

.box-icon-modern .icon-modern svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.box-icon-modern .icon-modern svg>* {
    color: #151515;
    fill: #151515
}

.box-icon-modern .divider:after {
    background: #ebebeb
}

.box-icon-modern:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: #ffffff;
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.1);
    transition: all .3s;
    transform: translate(-50%, -50%);
    opacity: 0
}

.box-icon-modern *+.divider {
    margin-top: 15px
}

.box-icon-modern:hover {
    z-index: 1
}

.box-icon-modern:hover:before {
    width: 104%;
    height: 104%;
    opacity: 1
}

@media (min-width: 1200px) {
    .box-icon-modern {
        padding: 40px 32px
    }
}

.box-icon-modern.modern-variant-2 .divider {
    display: none
}

.box-icon-modern-title {
    font-family: "Montserrat", sans-serif
}

*+.box-icon-modern-title {
    margin-top: 30px
}

@media (min-width: 992px) {
    .icon-modern-list>* .box-icon-modern {
        border-right: 1px solid #ebebeb;
        border-bottom: 1px solid #ebebeb
    }
    .icon-modern-list>*:last-child .box-icon-modern,
    .icon-modern-list>*:nth-child(3) .box-icon-modern {
        border-right: 1px solid transparent
    }
    .icon-modern-list>*:nth-child(n+4) .box-icon-modern {
        border-bottom: 1px solid transparent
    }
}

.box-icon-classic {
    position: relative;
    padding: 40px 20px
}

.box-icon-classic .icon-classic {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #ffd8cb
}

.box-icon-classic .icon-classic svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.box-icon-classic .icon-classic svg>* {
    color: #151515;
    fill: #151515
}

.box-icon-classic .icon-classic-title {
    font-family: "Montserrat", sans-serif
}

.box-icon-classic *+.icon-classic-title {
    margin-top: 15px
}

.box-icon-classic *+.icon-classic-body {
    margin-top: 25px
}

@media (min-width: 992px) {
    .box-icon-classic {
        display: flex;
        align-items: center;
        padding: 50px 25px
    }
    .box-icon-classic>* {
        padding: 0 20px
    }
    .box-icon-classic .icon-classic-body {
        text-align: left
    }
    .box-icon-classic *+.icon-classic-body {
        margin-top: 0
    }
}

.box-icon-classic-vertical {
    text-align: center
}

.box-icon-classic-vertical .icon-classic-body {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 992px) {
    .box-icon-classic-vertical {
        display: block;
        padding: 50px 4px
    }
    .box-icon-classic-vertical .icon-classic-body {
        text-align: center
    }
    .box-icon-classic-vertical *+.icon-classic-body {
        margin-top: 20px
    }
}

.box-icon-classic-list .box-icon-classic:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    height: 1px;
    width: 85%;
    background: #e7e7e7;
    transform: translateX(-50%)
}

@media (min-width: 768px) {
    .box-icon-classic-list .box-icon-classic:after {
        position: absolute;
        content: '';
        top: 50%;
        right: 0;
        width: 1px;
        height: 75%;
        background: #e7e7e7;
        transform: translateY(-50%)
    }
    .box-icon-classic-list>*:nth-child(n+3) .box-icon-classic:before {
        display: none
    }
    .box-icon-classic-list>*:nth-child(2n+2) .box-icon-classic:after {
        display: none
    }
}

.box-icon-classic-bordered>* {
    border-bottom: 1px solid #e7e7e7
}

.box-icon-classic-bordered>*:last-child {
    border-bottom: none
}

@media (min-width: 768px) {
    .box-icon-classic-bordered>* {
        border-right: 1px solid #e7e7e7
    }
    .box-icon-classic-bordered>*:nth-child(n+3) {
        border-bottom: none
    }
    .box-icon-classic-bordered>*:nth-child(2n+2) {
        border-right: none
    }
}

.box-icon-minimal {
    max-width: 300px;
    text-align: left
}

.box-icon-minimal-header {
    display: flex;
    align-items: center
}

.box-icon-minimal-header svg>* {
    fill: #ffd8cb
}

.box-icon-minimal-title {
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #151515;
    text-transform: uppercase
}

.box-icon-minimal-title a {
    color: #151515
}

.box-icon-minimal-title a:hover {
    color: #ffd8cb
}

*+.box-icon-minimal-text {
    margin-top: 22px
}

*+.box-icon-minimal-title {
    margin-left: 20px;
    margin-top: 0
}

.box-images {
    position: relative;
    max-width: 570px
}

.box-images.box-images-modern {
    display: flex;
    align-items: center
}

.box-images-item {
    display: inline-block;
    border: 10px solid #ffffff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.13);
    width: 50%
}

@media (min-width: 768px) {
    .box-images-item {
        width: inherit
    }
}

.box-images-item.box-images-without-border {
    border: none;
    margin-right: 20%
}

.box-images-variant-3 .box-images-item {
    width: inherit
}

.box-images-1 {
    position: absolute;
    left: 0;
    top: 100px;
    z-index: 4
}

.box-images-2 {
    position: relative;
    margin-left: 32%;
    z-index: 3
}

.box-images-3 {
    position: absolute;
    right: 0;
    bottom: 100px;
    z-index: 2
}

.box-images-4 {
    position: relative;
    margin-top: -5%;
    margin-left: 17%;
    z-index: 1
}

.box-images-modern .box-images-item:first-child {
    z-index: 2;
    margin-right: -10%
}

.box-images-variant-3 .box-images-item:first-child {
    position: relative;
    z-index: 2
}

.box-images-variant-3 .box-images-item.box-images-without-border {
    position: relative;
    margin-top: -46%;
    z-index: 1
}

.box-images-classic .box-image-item {
    display: inline-block;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.13)
}

.box-images-classic *+.box-image-item {
    margin-top: 30px
}

.box-video {
    position: relative
}

.box-video .button-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    transform: translate(-50%, -50%)
}

.box-video .button-play:before {
    position: absolute;
    font-family: "FontAwesome";
    content: '\f04b';
    top: 50%;
    font-size: 20px;
    line-height: 20px;
    left: 54%;
    color: #ffffff;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.04);
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out
}

.box-video .button-play:hover,
.box-video .button-play:focus {
    background: rgba(255, 255, 255, 0.8)
}

.box-video .button-play:hover:before,
.box-video .button-play:focus:before {
    color: #ffd8cb
}

.box-video-button {
    text-align: center
}

.box-video-button .button-play {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.3);
    transition: all .3s;
    z-index: 1
}

.box-video-button .button-play:before {
    position: absolute;
    content: '';
    top: -12px;
    left: -12px;
    right: -12px;
    bottom: -12px;
    background: rgba(255, 255, 255, 0.21);
    border-radius: 50%;
    transition: all .3s
}

.box-video-button .button-play .icon {
    position: absolute;
    top: 50%;
    left: 55%;
    font-size: 30px;
    color: #ffffff;
    transform: translate(-50%, -50%);
    transition: all .3s
}

.box-video-button .button-play:hover {
    background: rgba(255, 255, 255, 0.6)
}

.box-video-button .button-play:hover .icon {
    color: #ffd8cb
}

.box-video-button .button-play:hover:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.gallery-item {
    position: relative;
    display: block;
    background: #000000;
    overflow: hidden
}

.gallery-item img {
    position: relative;
    transition: all .5s;
    z-index: 1;
    will-change: transform;
    width: 100%
}

.gallery-item:before {
    position: absolute;
    content: '';
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 2px solid #ffffff;
    transition: all .5s;
    opacity: 0;
    z-index: 2
}

.gallery-item .gallery-item-title {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    transform: translate(-50%, -50%);
    transition: all .3s;
    opacity: 0;
    z-index: 2
}

.gallery-item .gallery-item-button {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    right: 20px;
    bottom: 20px;
    width: 66px;
    height: 66px;
    opacity: 0;
    transition: all .5s;
    z-index: 2
}

.gallery-item .gallery-item-button:before {
    position: absolute;
    content: '+';
    right: 11px;
    bottom: 7px;
    color: #ffd8cb;
    font-size: 28px;
    line-height: 28px;
    z-index: 1
}

.gallery-item .gallery-item-button:after {
    position: absolute;
    content: '';
    top: 0;
    left: 33px;
    right: -33px;
    bottom: 0;
    background: #ffffff;
    transform: skewX(-45deg)
}

.mobile .gallery-item .gallery-item-title,
.mobile .gallery-item .gallery-item-button,
.mobile .gallery-item:before,
.tablet .gallery-item .gallery-item-title,
.tablet .gallery-item .gallery-item-button,
.tablet .gallery-item:before {
    opacity: 1
}

.mobile .gallery-item img,
.tablet .gallery-item img {
    opacity: .7
}

.gallery-item:hover img {
    opacity: .7;
    transform: scale(1.05)
}

.gallery-item:hover:before,
.gallery-item:hover .gallery-item-button,
.gallery-item:hover .gallery-item-title {
    opacity: 1
}

@media (min-width: 1200px) {
    .cobbles-gallery .gallery-item img {
        max-width: initial;
        width: 100%
    }
}

@media (max-width: 767px) {
    .gallery-item img {
        width: 100%
    }
}

.team-minimal {
    text-align: center
}

.team-minimal .team-title {
    font-family: "Montserrat", sans-serif
}

.team-minimal figure {
    transition: all .3s
}

.team-minimal .team-minimal-caption {
    padding: 20px 5px;
    background: #ffffff;
    white-space: nowrap
}

.team-minimal .team-minimal-caption *+p {
    margin-top: 10px
}

.team-minimal.team-minimal-with-shadow figure {
    display: inline-block;
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.1)
}

.team-minimal.team-minimal-type-2 {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.1)
}

.owl-carousel-center .owl-item.center .team-minimal figure {
    display: inline-block;
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.1)
}

.team-corporate {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px;
    border: 3px solid #f4f4f4;
    transition: all .3s
}

.team-corporate:hover {
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.1)
}

.team-corporate-title {
    font-family: "Montserrat", sans-serif
}

.team-corporate-link a {
    color: #151515
}

.team-corporate-link a:hover {
    color: #ffd8cb
}

.team-corporate-caption>*+* {
    margin-top: 15px
}

*+.team-corporate-caption {
    margin-top: 30px
}

.box-team-info .box-team-info-header *+p {
    margin-top: 7px
}

.box-team-info .box-team-info-header *+.divider-lg {
    margin-top: 15px
}

.box-team-info>*+* {
    margin-top: 30px
}

@media (min-width: 992px) {
    .box-team-info>*+* {
        margin-top: 40px
    }
}

.box-team-info-carousel {
    max-width: 590px
}

.box-team-creative {
    position: relative;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.1)
}

.box-team-creative .social-list {
    visibility: hidden;
    opacity: 0;
    margin-bottom: -35px;
    transition: all .7s
}

.box-team-creative .box-team-creative-caption {
    position: absolute;
    padding: 25px 15px 25px;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    box-shadow: inset 0 -3px 0 0 #ffd8cb;
    transition: all .7s
}

.box-team-creative .box-team-creative-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: 0.04em
}

.box-team-creative .icon {
    font-size: 21px
}

.box-team-creative *+.social-list {
    margin-top: 15px
}

.box-team-creative:hover .social-list {
    visibility: visible;
    opacity: 1;
    margin-bottom: 0
}

.box-team-creative:hover .box-team-creative-caption {
    box-shadow: inset 0 -5px 0 0 #ffd8cb
}

.pricing-classic-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    padding: 25px 20px 25px 0;
    border-bottom: 1px solid #e7e7e7
}

.pricing-classic-body h4 {
    font-weight: 400;
    font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif
}

.pricing-classic-body>*+* {
    margin-top: 9px
}

.price-value h4 {
    font-weight: 400
}

@media (min-width: 992px) {
    .pricing-list-classic {
        column-count: 2;
        column-gap: 30px
    }
    .pricing-list-classic .pricing-classic-item:nth-child(4n+4) {
        border-bottom: none
    }
}

.pricing-box-modern {
    border: 3px solid #ffd8cb
}

.pricing-box-modern .pricing-box-inner {
    padding: 35px 15px
}

.pricing-box-modern .pricing-box-inner .pricing-box-inner-list h4 {
    font-family: "Montserrat", sans-serif
}

.pricing-box-modern .pricing-box-inner .pricing-box-inner-list p {
    font-size: 14px;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-weight: 500;
    opacity: .6
}

.pricing-box-modern .pricing-box-inner .pricing-box-inner-list h4+p {
    margin-top: 7px
}

.pricing-box-modern .pricing-box-inner *+.pricing-box-inner-list {
    margin-top: 20px
}

@media (min-width: 768px) {
    .pricing-box-modern .pricing-box-inner {
        padding: 40px 60px
    }
}

@media (min-width: 1200px) {
    .pricing-box-modern .pricing-box-inner.box-left {
        padding-right: 75px
    }
    .pricing-box-modern .pricing-box-inner.box-right {
        padding-left: 120px
    }
}

.pricing-box-modern .img-wrap {
    overflow: hidden
}

.pricing-box-modern .img-wrap img {
    position: absolute;
    max-width: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2
}

@media (min-width: 1200px) {
    .pricing-box-modern .img-wrap {
        overflow: visible
    }
    .pricing-box-modern .img-wrap img {
        box-shadow: 0 0 22px rgba(0, 0, 0, 0.1)
    }
}

.box-service-modern {
    display: flex;
    flex-direction: column
}

.box-service-modern .box-icon-classic {
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #eaeced
}

.box-service-modern .box-icon-classic .icon-classic {
    background: #f6f6f6
}

.box-service-modern .box-icon-classic-vertical .icon-classic-body {
    max-width: inherit
}

.box-service-modern .box-service-modern-img {
    position: relative;
    overflow: hidden
}

.box-service-modern .box-service-modern-img:before {
    position: absolute;
    content: '';
    top: -4px;
    left: 50%;
    width: 20px;
    height: 20px;
    background: #ffffff;
    transform: rotate(45deg) translateX(-50%)
}

.box-service-modern .box-service-modern-img:after {
    position: absolute;
    content: '';
    left: 50%;
    top: -4px;
    width: 27px;
    height: 27px;
    border: 1px solid #ffffff;
    transform: rotate(45deg) translateX(-53%)
}

@media (min-width: 768px) and (max-width: 991px) {
    .box-service-modern {
        flex-direction: row
    }
    .box-service-modern.box-service-modern-reverse {
        flex-direction: row-reverse
    }
    .box-service-modern .box-icon-classic {
        padding: 36px 15px;
        width: 345px
    }
    .box-service-modern .box-service-modern-img {
        width: 345px
    }
    .box-service-modern .box-service-modern-img:before,
    .box-service-modern .box-service-modern-img:after {
        display: none
    }
    .box-service-modern .box-service-modern-img img {
        max-width: inherit
    }
}

@media (min-width: 992px) {
    .box-service-modern {
        flex-direction: column
    }
    .box-service-modern .box-service-modern-img:before,
    .box-service-modern .box-service-modern-img:after {
        display: block
    }
    .box-service-modern .box-service-modern-img img {
        max-width: inherit
    }
    .box-service-modern.box-service-modern-reverse {
        flex-direction: column-reverse
    }
    .box-service-modern.box-service-modern-reverse .box-icon-classic {
        border-top: 1px solid transparent;
        border-bottom: 1px solid #eaeced
    }
    .box-service-modern.box-service-modern-reverse .box-service-modern-img:before,
    .box-service-modern.box-service-modern-reverse .box-service-modern-img:after {
        top: 100%
    }
    .box-service-modern .box-icon-classic {
        min-height: 310px;
        border-bottom: 1px solid transparent
    }
    .box-service-modern .box-icon-classic>* {
        padding: 0 12px
    }
}

.box-contact-info-with-icon {
    position: relative;
    padding-left: 38px
}

.box-contact-info-with-icon .icon {
    position: absolute;
    font-size: 28px;
    top: 0;
    left: 0
}

.box-contact-info-with-icon *+.list-xs {
    margin-top: 12px
}

.box-info-with-shadow {
    padding: 25px 30px;
    text-align: left;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.1)
}

.box-info-with-shadow .list li {
    position: relative;
    padding-left: 40px
}

.box-info-with-shadow .list li .icon {
    position: absolute;
    font-size: 24px;
    left: 0
}

.box-info-with-shadow *+.list {
    margin-top: 20px
}

.box-thumbnail-classic {
    display: inline-block
}

.box-thumbnail-classic figure {
    border-radius: 6px;
    box-shadow: 0 8px 18px 0 rgba(21, 21, 21, 0.25)
}

.box-thumbnail-classic .caption {
    margin-top: 25px;
    font-family: "Montserrat", sans-serif;
    color: #151515;
    font-weight: 500
}

.box-thumbnail-classic .caption>* {
    transition: all .3s
}

.box-thumbnail-classic .caption>*:hover {
    color: #ffd8cb
}

.box-advantages-container {
    counter-reset: div
}

.box-advantages {
    padding: 30px 20px;
    border-radius: 4px;
    text-align: left;
    transition: .33s ease-in;
    box-shadow: 0 0 18px rgba(21, 21, 21, 0.11)
}

.box-advantages:hover {
    box-shadow: 0 0 18px rgba(21, 21, 21, 0.22)
}

.box-advantages:hover .box-advantages-divider {
    width: 105px;
    background: #ffd8cb
}

.box-advantages .label {
    padding: 5px 8px;
    border-radius: 4px;
    font: 600 12px/1 "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: .05em
}

.box-advantages .label-popular {
    color: #ffffff;
    background-color: #f5543f
}

@media (min-width: 1200px) {
    .box-advantages {
        padding: 40px 20px 40px 30px
    }
}

.box-advantages-icon {
    font-size: 50px;
    color: #ffd8cb
}

.box-advantages-title {
    font-weight: 400
}

.box-advantages-title:before {
    content: counter(div, decimal-leading-zero) ".";
    counter-increment: div;
    display: inline-block;
    opacity: .22;
    font-weight: 500;
    margin-right: 8px
}

.box-advantages-divider {
    height: 3px;
    width: 60px;
    background-color: rgba(21, 21, 21, 0.18);
    transition: .33s ease-in
}

.box-advantages-body {
    font-size: 15px;
    line-height: 22px;
    opacity: .8
}

*+.box-advantages-title {
    margin-top: 15px
}

*+.box-advantages-divider {
    margin-top: 25px
}

*+.box-advantages-body {
    margin-top: 25px
}

.box-typography {
    font-size: 64px;
    font-weight: 900;
    font-family: "Montserrat", sans-serif
}

.box-typography-inner {
    display: block;
    letter-spacing: .1em
}

.box-typography-inner:last-of-type {
    margin-top: 45px;
    line-height: .85
}

.box-typography-inner:last-of-type span {
    display: block
}

@media (min-width: 768px) {
    .box-typography {
        font-size: 108px
    }
}

*+.box-typography {
    margin-top: 50px
}

@media (min-width: 1200px) {
    *+.box-typography {
        margin-top: 100px
    }
}

.box-typography+* {
    margin-top: 45px
}

.block-parallax-element {
    position: relative;
    display: inline-block
}

.block-parallax-element .prev-element {
    position: absolute;
    left: -38px;
    top: -8px;
    width: 140px;
    height: 140px;
    background: #ffd8cb;
    border-radius: 50%
}

.block-parallax-element img {
    position: relative;
    z-index: 2
}

.block-parallax-element .next-element {
    position: absolute;
    right: -32px;
    bottom: -2px;
    width: 115px;
    height: 115px;
    background: #ffd8cb;
    border-radius: 50%;
    z-index: 3
}

.box-images-parallax {
    position: relative;
    display: flex;
    justify-content: flex-end
}

.box-images-parallax .front-element {
    position: relative;
    margin-top: -20px;
    z-index: 2
}

.box-images-parallax .back-element {
    position: absolute;
    left: 0;
    bottom: -20px;
    z-index: 1
}

html .group {
    margin-bottom: -20px;
    margin-left: -15px
}

html .group:empty {
    margin-bottom: 0;
    margin-left: 0
}

html .group>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 15px
}

html .group-sm {
    margin-bottom: -10px;
    margin-left: -10px
}

html .group-sm:empty {
    margin-bottom: 0;
    margin-left: 0
}

html .group-sm>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 10px
}

html .group-md {
    margin-bottom: -15px;
    margin-left: -20px
}

html .group-md:empty {
    margin-bottom: 0;
    margin-left: 0
}

html .group-md>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: 20px
}

html .group-xl {
    margin-bottom: -20px;
    margin-left: -30px
}

html .group-xl:empty {
    margin-bottom: 0;
    margin-left: 0
}

html .group-xl>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 30px
}

@media (min-width: 992px) {
    html .group-xl {
        margin-bottom: -20px;
        margin-left: -45px
    }
    html .group-xl>* {
        margin-bottom: 20px;
        margin-left: 45px
    }
}

html .group-sm-justify .button {
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width: 768px) {
    html .group-sm-justify {
        display: flex;
        align-items: center;
        justify-content: center
    }
    html .group-sm-justify>* {
        flex-grow: 1;
        flex-shrink: 0
    }
    html .group-sm-justify .button {
        min-width: 145px;
        padding-left: 20px;
        padding-right: 20px
    }
}

html .group-middle {
    display: inline-table;
    vertical-align: middle
}

html .group-middle>* {
    vertical-align: middle
}

*+.group-sm {
    margin-top: 30px
}

*+.group-xl {
    margin-top: 30px
}

section #jenis-kartu {
    text-align: center !important;
    margin-top: 50px !important
}

section #jenis-kartu .col-sm-4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0 !important;
    padding-left: 0 !important
}

section #jenis-kartu h2 {
    color: #707070;
    letter-spacing: 6px;
    font-size: 40px;
    margin-top: 50px
}

section #detail .cbp-lightbox img {
    background-color: #e8e8e8 !important
}

section #detail .cbp img {
    background-color: #e8e8e8 !important
}

section #detail .nav-detail {
    height: 135px;
    background: #A9AAAC
}

@media only screen and (max-width: 767px) {
    section #detail .nav-detail {
        background: #ffffff
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    section #detail .nav-detail {
        background: #ffffff
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    section #detail .nav-detail {
        background: #ffffff
    }
}

@media only screen and (max-width: 367px) {
    section #detail .bg-img {
        min-height: 200px !important
    }
}

@media only screen and (min-width: 368) and (max-width: 479px) {
    section #detail .bg-img {
        min-height: 150px !important
    }
}

@media only screen and (max-width: 767px) {
    section #detail .bg-img {
        min-height: 200px !important
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    section #detail .bg-img {
        min-height: 250px !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    section #detail .bg-img {
        min-height: 420px !important
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    section #detail .bg-img {
        min-height: 350px !important
    }
}

@media only screen and (min-width: 1200px) {
    section #detail .bg-img {
        min-height: 420px !important
    }
}

section #detail .header-detail {
    text-align: left;
    margin-left: 7%
}

section #detail .header-detail h2 {
    font-weight: 600 !important;
    font-family: "Bahnschrift light" !important
}

@media only screen and (min-width: 1200px) {
    section #detail .header-detail h2 {
        font-size: 4em;
        padding-top: 100px
    }
}

@media only screen and (max-width: 767px) {
    section #detail .header-detail h2 {
        font-size: 22px !important;
        padding-top: 50px;
        padding-bottom: auto
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    section #detail .header-detail h2 {
        padding-top: 100px;
        font-size: 40px !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    section #detail .header-detail h2 {
        padding-top: 130px;
        font-size: 45px !important
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    section #detail .header-detail h2 {
        padding-top: 150px;
        font-size: 45px !important
    }
}

@media only screen and (min-width: 1200px) {
    section #detail .header-detail h2 {
        padding-top: 180px;
        font-size: 50px !important
    }
}

section #detail .header-detail h2 .sahabat {
    color: dimgray
}

section #detail .header-detail h2 .Cetakmu {
    color: #fb531b
}

section #detail .detail {
    margin-top: 50px !important;
    margin-bottom: 50px !important
}

section #detail .detail .top {
    padding-top: 40px !important
}

section #detail .detail p {
    font-size: 16px !important
}

section #detail .detail img {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    border-radius: .25rem !important;
    padding: .5rem !important;
    min-height: 220px
}

@media only screen and (max-width: 767px) {
    section #detail .col-md-6.col-lg-6.bgcolor {
        margin-top: 30px
    }
}

section #detail-jenis .table-pricelist {
    width: 100%;
    background-color: #f9f9f9;
    font-size: 120%
}

section #detail-jenis .table-pricelist thead {
    background-color: #fb531b;
    color: white !important;
    font-weight: bold
}

section #detail-jenis .table-pricelist td {
    border: 1px solid #cccccc;
    color: white !important
}

section #detail-jenis .table-pricelist tbody tr td {
    color: #999 !important
}

section #detail-jenis .table-pricelist .subheader {
    color: white !important;
    background-color: #999999;
    font-weight: bold
}

section #detail-jenis .u-table--v2 td,
section #detail-jenis .table-pricelist td,
section #detail-jenis .table-pricelist td,
section #detail-jenis .u-table--v2 th,
section #detail-jenis .table-pricelist th,
section #detail-jenis .table-pricelist th {
    padding: 15px
}

section #detail-jenis .u-shadow-v36,
section #detail-jenis .table-pricelist,
section #detail-jenis .table-pricelist {
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.14)
}

section #detail-jenis .g-brd-around,
section #detail-jenis .table-pricelist,
section #detail-jenis .table-pricelist {
    border: solid 1px transparent !important
}

section #detail-jenis .g-brd-7,
section #detail-jenis .table-pricelist,
section #detail-jenis .table-pricelist {
    border-width: 7px !important
}

section #detail-jenis .g-brd-white,
section #detail-jenis .table-pricelist {
    border-color: #fff !important
}

section #detail-jenis .u-btn-primary {
    color: #fff;
    background-color: #f05c15
}

section #detail-jenis .u-btn-primary:hover {
    background-color: #f34d0b
}

section #detail-jenis .g-color-primary {
    color: #f05c15 !important
}

section #detail-jenis [class*="input-group-"] {
    min-width: 38px;
    background-color: transparent;
    border-color: #ccc;
    transition: border-color .15s ease-in-out 0s
}

section #detail-jenis .input-group select {
    -webkit-appearance: none
}

section #detail-jenis #hasil {
    color: #FF5A00 !important
}

section #detail-jenis td {
    color: #666 !important
}

section #detail-jenis .title-detail:hover {
    color: #ff7902 !important
}

section #detail-jenis .nav-detail {
    height: 135px;
    background: #A9AAAC
}

@media only screen and (max-width: 767px) {
    section #detail-jenis .nav-detail {
        background: #ffffff
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    section #detail-jenis .nav-detail {
        background: #ffffff
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    section #detail-jenis .nav-detail {
        background: #ffffff
    }
}

@media only screen and (max-width: 367px) {
    section #detail-jenis .bg-img {
        min-height: 200px !important
    }
}

@media only screen and (min-width: 368) and (max-width: 479px) {
    section #detail-jenis .bg-img {
        min-height: 150px !important
    }
}

@media only screen and (max-width: 767px) {
    section #detail-jenis .bg-img {
        min-height: 200px !important
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    section #detail-jenis .bg-img {
        min-height: 250px !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    section #detail-jenis .bg-img {
        min-height: 420px !important
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    section #detail-jenis .bg-img {
        min-height: 350px !important
    }
}

@media only screen and (min-width: 1200px) {
    section #detail-jenis .bg-img {
        min-height: 420px !important
    }
}

section #detail-jenis .header-detail {
    text-align: left;
    margin-left: 7%
}

section #detail-jenis .header-detail h2 {
    font-weight: 600 !important;
    font-family: "Bahnschrift light" !important
}

@media only screen and (min-width: 1200px) {
    section #detail-jenis .header-detail h2 {
        font-size: 4em;
        padding-top: 100px
    }
}

@media only screen and (max-width: 767px) {
    section #detail-jenis .header-detail h2 {
        font-size: 22px !important;
        padding-top: 50px;
        padding-bottom: auto
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    section #detail-jenis .header-detail h2 {
        padding-top: 100px;
        font-size: 40px !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    section #detail-jenis .header-detail h2 {
        padding-top: 130px;
        font-size: 45px !important
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    section #detail-jenis .header-detail h2 {
        padding-top: 150px;
        font-size: 45px !important
    }
}

@media only screen and (min-width: 1200px) {
    section #detail-jenis .header-detail h2 {
        padding-top: 180px;
        font-size: 50px !important
    }
}

section #detail-jenis .header-detail h2 .sahabat {
    color: dimgray
}

section #detail-jenis .header-detail h2 .Cetakmu {
    color: #fb531b
}

section #aksesoris {
    text-align: center !important;
    margin-top: 50px !important
}

section #aksesoris .col-sm-4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0 !important;
    padding-left: 0 !important
}

section #aksesoris h2 {
    color: #707070;
    letter-spacing: 6px;
    font-size: 40px;
    margin-top: 50px
}

@media only screen and (max-width: 767px) {
    section #slider-detail {
        display: none !important
    }
}

.galleryContainer {
    width: 100%;
    max-width: 100%;
    margin: auto;
    user-select: none;
    box-sizing: border-box
}

@media only screen and (max-width: 767px) {
    .galleryContainer {
        height: 45em !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .galleryContainer {
        height: 40em !important
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .galleryContainer {
        height: 35em !important;
        top: auto !important;
        width: 100% !important
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .galleryContainer {
        height: 550px !important
    }
}

@media only screen and (min-width: 1200px) {
    .galleryContainer {
        height: 350px !important
    }
}

.galleryContainer .slideShowContainer {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: gainsboro;
    position: relative
}

.galleryContainer .slideShowContainer .imageHolder {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0
}

.galleryContainer .slideShowContainer .imageHolder img {
    width: 100%;
    height: 100%
}

.galleryContainer .slideShowContainer .imageHolder .captionText {
    display: none
}

.galleryContainer .slideShowContainer .leftArrow,
.galleryContainer .slideShowContainer .rightArrow {
    width: 50px;
    background: transparent;
    position: absolute;
    left: 0;
    z-index: 1;
    transition: background 0.5s;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.galleryContainer .slideShowContainer .rightArrow {
    left: auto;
    right: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.galleryContainer .slideShowContainer .leftArrow:hover,
.galleryContainer .slideShowContainer .rightArrow:hover {
    background: transparent;
    cursor: pointer
}

.galleryContainer .arrow {
    display: inline-block;
    border: 3px solid white;
    width: 15px;
    height: 15px;
    border-left: none;
    border-bottom: none;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.galleryContainer .arrow.arrowLeft {
    transform: rotateZ(-135deg)
}

.galleryContainer .arrow.arrowRight {
    transform: rotateZ(45deg)
}

.galleryContainer .slideShowContainer>.captionTextHolder {
    position: absolute;
    bottom: 0;
    z-index: 1;
    color: white;
    font-family: sans-serif;
    font-size: 20px;
    text-align: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    overflow: hidden
}

.galleryContainer .slideShowContainer>.captionTextHolder>.captionText {
    margin: 0
}

.galleryContainer #dotsContainer {
    width: 100%;
    height: 10%;
    text-align: center;
    padding-bottom: 20px;
    box-sizing: border-box
}

.galleryContainer #dotsContainer .dots {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-left: 5px;
    background-color: transparent;
    border: 1px solid white;
    cursor: pointer;
    transition: background-color 0.5s
}

.galleryContainer #dotsContainer .dots:first-child {
    margin-left: 0
}

.galleryContainer #dotsContainer .dots:hover,
.galleryContainer #dotsContainer .dots.active {
    background-color: white
}

.galleryContainer .moveLeftCurrentSlide {
    animation-name: moveLeftCurrent;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards
}

.galleryContainer .moveLeftNextSlide {
    animation-name: moveLeftNext;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards
}

@keyframes moveLeftCurrent {
    from {
        margin-left: 0;
        opacity: 1
    }
    to {
        margin-left: -100%;
        opacity: 1
    }
}

@keyframes moveLeftNext {
    from {
        margin-left: 100%;
        opacity: 1
    }
    to {
        margin-left: 0%;
        opacity: 1
    }
}

.galleryContainer .moveRightCurrentSlide {
    animation-name: moveRightCurrent;
    animation-duration: 0.9s;
    animation-timing-function: linear;
    animation-fill-mode: forwards
}

.galleryContainer .moveRightPrevSlide {
    animation-name: moveRightPrev;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards
}

@keyframes moveRightCurrent {
    from {
        margin-left: 0;
        opacity: 1
    }
    to {
        margin-left: 100%;
        opacity: 1
    }
}

@keyframes moveRightPrev {
    from {
        margin-left: -100%;
        opacity: 1
    }
    to {
        margin-left: 0%;
        opacity: 1
    }
}

@keyframes slideTextFromBottom {
    from {
        opacity: 0;
        margin-top: 100px
    }
    to {
        opacity: 1;
        margin-top: 0px
    }
}

@keyframes slideTextFromTop {
    from {
        opacity: 0;
        margin-top: -100px
    }
    to {
        opacity: 1;
        margin-top: 0px
    }
}

#slider-detail .slider.w-100 {
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%)
}

#slider-detail .slider.w-100 h1 .primary-color {
    color: #fff
}

#slider-detail .slider.w-100 h1 .primary-biru {
    color: #00b5f0
}

#slider-detail .slider.w-100 .text-atas {
    font-family: "Permanent Marker", cursive;
    font-weight: 400 !important
}

@media only screen and (min-width: 1200px) {
    #slider-detail .slider.w-100 .text-atas {
        font-size: 60px !important
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #slider-detail .slider.w-100 .text-atas {
        font-size: 50px !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #slider-detail .slider.w-100 .text-atas {
        font-size: 40px !important
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    #slider-detail .slider.w-100 .text-atas {
        font-size: 30px !important
    }
}

@media only screen and (max-width: 767px) {
    #slider-detail .slider.w-100 .text-atas {
        font-size: 30px !important;
        line-height: 15px !important
    }
}

#slider-detail .slider.w-100 .u-text-animation {
    font-family: "Open Sans", sans-serif;
    color: #666 !important;
    font-weight: 700 !important
}

@media only screen and (min-width: 1200px) {
    #slider-detail .slider.w-100 .u-text-animation {
        font-size: 30px !important
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #slider-detail .slider.w-100 .u-text-animation {
        font-size: 25px !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #slider-detail .slider.w-100 .u-text-animation {
        font-size: 25px !important
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    #slider-detail .slider.w-100 .u-text-animation {
        font-size: 20px !important
    }
}

@media only screen and (max-width: 767px) {
    #slider-detail .slider.w-100 .u-text-animation {
        font-size: 20px !important
    }
}

#slider-detail .slider.w-100 .text-bawah {
    color: #969696;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (min-width: 1200px) {
    #slider-detail .slider.w-100 .text-bawah {
        font-size: 20px !important;
        max-width: 390px !important
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #slider-detail .slider.w-100 .text-bawah {
        font-size: 20px !important;
        max-width: 290px !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #slider-detail .slider.w-100 .text-bawah {
        font-size: 15px !important;
        max-width: 290px !important
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    #slider-detail .slider.w-100 .text-bawah {
        font-size: 20px !important
    }
}

@media only screen and (max-width: 767px) {
    #slider-detail .slider.w-100 .text-bawah {
        font-size: 15px !important;
        max-width: 290px !important
    }
}

#detail .table-pricelist {
    width: 100%;
    background-color: #f9f9f9;
    font-size: 120%
}

#detail .table-pricelist thead {
    background-color: #fb531b;
    color: white !important;
    font-weight: bold
}

#detail .table-pricelist td {
    border: 1px solid #cccccc;
    color: white !important
}

#detail .table-pricelist tbody tr td {
    color: #999 !important
}

#detail .table-pricelist .subheader {
    color: white !important;
    background-color: #999999;
    font-weight: bold
}

#detail .u-table--v2 td,
#detail .table-pricelist td,
#detail .table-pricelist td,
#detail .u-table--v2 th,
#detail .table-pricelist th,
#detail .table-pricelist th {
    padding: 15px
}

#detail .u-shadow-v36,
#detail section #detail-jenis .table-pricelist,
section #detail-jenis #detail .table-pricelist,
#detail .table-pricelist,
#detail .table-pricelist {
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.14)
}

#detail .g-brd-around,
#detail section #detail-jenis .table-pricelist,
section #detail-jenis #detail .table-pricelist,
#detail .table-pricelist,
#detail .table-pricelist {
    border: solid 1px transparent !important
}

#detail .g-brd-7,
#detail section #detail-jenis .table-pricelist,
section #detail-jenis #detail .table-pricelist,
#detail .table-pricelist,
#detail .table-pricelist {
    border-width: 7px !important
}

#detail .g-brd-white,
#detail section #detail-jenis .table-pricelist,
section #detail-jenis #detail .table-pricelist,
#detail .table-pricelist {
    border-color: #fff !important
}

#detail .u-btn-primary {
    color: #fff;
    background-color: #f05c15
}

#detail .u-btn-primary:hover {
    background-color: #f34d0b
}

#detail .g-color-primary {
    color: #f05c15 !important
}

#detail [class*="input-group-"] {
    min-width: 38px;
    background-color: transparent;
    border-color: #ccc;
    transition: border-color .15s ease-in-out 0s
}

#detail .input-group select {
    -webkit-appearance: none
}

#detail #hasil {
    color: #FF5A00 !important
}

#detail td {
    color: #666 !important
}

.text-center {
    text-align: center !important
}

* {
    margin: 0;
    padding: 0
}

body {
    font-family: "Bahnschrift Regular";
    font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Bahnschrift Regular";
    color: dimgray !important;
    line-height: 1.3;
    font-weight: 500
}

@media only screen and (max-width: 767px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 30px !important
    }
}

p {
    font-family: "Bahnschrift Regular";
    color: #969696;
    font-size: 15px;
    line-height: 2;
    font-weight: 400;
    margin-bottom: 0 !important
}

li {
    color: #969696
}

a,
a:hover,
a:focus {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: 0 solid transparent;
    color: #000;
    font-weight: 500;
    font-size: 16px
}

ul,
ol {
    margin: 0
}

ul li,
ol li {
    list-style: none
}

img {
    height: auto;
    max-width: 100%
}

.mt-15 {
    margin-top: 15px !important
}

.mt-30 {
    margin-top: 30px !important
}

.mt-50 {
    margin-top: 50px !important
}

.mt-70 {
    margin-top: 70px !important
}

.mt-100 {
    margin-top: 100px !important
}

.mb-15 {
    margin-bottom: 15px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.mb-50 {
    margin-bottom: 50px !important
}

.mb-70 {
    margin-bottom: 70px !important
}

.mb-100 {
    margin-bottom: 100px !important
}

.ml-15 {
    margin-left: 15px !important
}

.ml-30 {
    margin-left: 30px !important
}

.ml-50 {
    margin-left: 50px !important
}

.mr-15 {
    margin-right: 15px !important
}

.mr-30 {
    margin-right: 30px !important
}

.mr-50 {
    margin-right: 50px !important
}

.height-400 {
    height: 400px !important
}

.height-500 {
    height: 500px !important
}

.height-600 {
    height: 600px !important
}

.height-700 {
    height: 700px !important
}

.height-800 {
    height: 800px !important
}

.section-padding-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.section-padding-100-0 {
    padding-top: 100px;
    padding-bottom: 0
}

.section-padding-0-100 {
    padding-top: 0;
    padding-bottom: 100px
}

.section-padding-100-70 {
    padding-top: 100px;
    padding-bottom: 70px
}

.preloader {
    background-color: #688bfe;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999
}

.preloader .lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px
}

.preloader .lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0)
}

.preloader .lds-ellipsis div:nth-child(1) {
    left: 6px;
    -webkit-animation: lds-ellipsis1 0.6s infinite;
    animation: lds-ellipsis1 0.6s infinite
}

.preloader .lds-ellipsis div:nth-child(2) {
    left: 6px;
    -webkit-animation: lds-ellipsis2 0.6s infinite;
    animation: lds-ellipsis2 0.6s infinite
}

.preloader .lds-ellipsis div:nth-child(3) {
    left: 26px;
    -webkit-animation: lds-ellipsis2 0.6s infinite;
    animation: lds-ellipsis2 0.6s infinite
}

.preloader .lds-ellipsis div:nth-child(4) {
    left: 45px;
    -webkit-animation: lds-ellipsis3 0.6s infinite;
    animation: lds-ellipsis3 0.6s infinite
}

@-webkit-keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }
}

@-webkit-keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    100% {
        -webkit-transform: translate(19px, 0);
        -ms-transform: translate(19px, 0);
        transform: translate(19px, 0)
    }
}

@keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    100% {
        -webkit-transform: translate(19px, 0);
        -ms-transform: translate(19px, 0);
        transform: translate(19px, 0)
    }
}

.jarallax {
    position: relative;
    z-index: 0
}

.jarallax>.jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 70px
}

.section-heading h2 {
    font-size: 48px;
    color: dimgray;
    font-weight: 700;
    margin-bottom: 10px;
    font-weight: 500
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-heading h2 {
        font-size: 36px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-heading h2 {
        font-size: 30px
    }
}

@media only screen and (max-width: 767px) {
    .section-heading h2 {
        font-size: 24px
    }
}

.section-heading h6 {
    font-size: 18px;
    margin-bottom: 0;
    color: #969696
}

.section-heading p {
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 0
}

.box-shadow {
    position: relative;
    z-index: 1
}

.box-shadow:hover {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.2)
}

.tooltip-inner {
    background-color: #ff7902;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.2)
}

.tooltip .arrow::before {
    border-bottom-color: #ff7902
}

.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.bg-white {
    background-color: #ffffff !important
}

.bg-dark {
    background-color: #000000 !important
}

.bg-transparent {
    background-color: transparent !important
}

.bg-gray {
    background-color: #f8f8f8
}

.font-bold {
    font-weight: 700
}

.font-light {
    font-weight: 300
}

.bg-overlay {
    position: relative;
    z-index: 2;
    background-position: center center;
    background-size: cover
}

.bg-overlay::after {
    background-color: rgba(0, 0, 0, 0.61);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""
}

.bg-fixed {
    background-attachment: fixed !important
}

#scrollUp {
    font-family: Arial, Helvetica, sans-serif !important;
    background-color: #ff7902;
    border-radius: 5px 0 0 5px;
    bottom: 70px;
    color: #fff;
    font-size: 10px;
    padding: 12px 0;
    height: 60px;
    line-height: 1.5;
    right: 0;
    text-align: center;
    width: 35px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    font-weight: 700;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.15);
    text-transform: uppercase
}

#scrollUp i {
    font-size: 18px;
    display: block
}

#scrollUp:hover {
    background-color: #ff7902;
    color: #fff
}

.pixel-btn {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #ff7902;
    position: relative;
    z-index: 1;
    display: inline-block;
    min-width: 170px;
    height: 48px;
    color: #fff;
    border-radius: 0;
    padding: 0 35px 0 20px;
    font-size: 14px;
    line-height: 48px;
    font-weight: 600;
    text-transform: uppercase
}

.pixel-btn::after {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 18px;
    content: '\f105';
    font-family: 'FontAwesome';
    z-index: 1
}

.pixel-btn:hover,
.pixel-btn:focus {
    font-size: 14px;
    font-weight: 600;
    background-color: #688bfe;
    color: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.15)
}

.pixel-btn.btn-2 {
    background-color: #688bfe;
    color: #fff
}

.pixel-btn.btn-2:hover,
.pixel-btn.btn-2:focus {
    background-color: #ff7902;
    color: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.15)
}

.pixel-btn.btn-3 {
    background-color: transparent;
    color: #688bfe;
    border: 2px solid #688bfe;
    line-height: 44px
}

.pixel-btn.btn-3:hover,
.pixel-btn.btn-3:focus {
    background-color: transparent;
    color: #ff7902;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
    border: 2px solid #ff7902
}

.header-area {
    position: absolute;
    z-index: 1000;
    width: 100%;
    top: 0;
    left: 0;
    right: 0
}

.header-area .pixel-main-menu {
    position: relative;
    width: 100%;
    z-index: 1;
    padding: 0 35px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms
}

@media only screen and (max-width: 767px) {
    .header-area .pixel-main-menu {
        padding: 0
    }
}

.header-area .pixel-main-menu .classy-nav-container {
    background-color: transparent
}

.header-area .pixel-main-menu .classy-navbar {
    height: 100px;
    padding: 0;
    background-color: transparent
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .pixel-main-menu .classy-navbar {
        height: 70px
    }
}

@media only screen and (max-width: 767px) {
    .header-area .pixel-main-menu .classy-navbar {
        height: 70px
    }
}

@media only screen and (max-width: 767px) {
    .header-area .pixel-main-menu .classy-navbar .nav-brand {
        width: 80px;
        margin-right: 10px
    }
}

.header-area .pixel-main-menu .classy-navbar .classynav ul li a {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 18px;
    padding: 0 10px;
    color: #969696;
}

.header-area .pixel-main-menu .classy-navbar .classynav ul li a:hover,
.header-area .pixel-main-menu .classy-navbar .classynav ul li a:focus {
    color: #ff7902
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .pixel-main-menu .classy-navbar .classynav ul li a {
        font-size: 16px;
        padding: 0 5px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .pixel-main-menu .classy-navbar .classynav ul li a {
        color: dimgray;
        font-size: 14px
    }
}

@media only screen and (max-width: 767px) {
    .header-area .pixel-main-menu .classy-navbar .classynav ul li a {
        color: dimgray;
        font-size: 14px
    }
}

.header-area .pixel-main-menu .classy-navbar .classynav>ul>li:first-child a {
    padding-left: 0
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .pixel-main-menu .classy-navbar .classynav>ul>li:first-child a {
        padding-left: 10px
    }
}

@media only screen and (max-width: 767px) {
    #navigasi .flex-container .kartu .gambar {
        height: 90px;
    }
    .header-area .pixel-main-menu .classy-navbar .classynav>ul>li:first-child a {
        padding-left: 10px
    }
}

.header-area .pixel-main-menu .classy-navbar .classynav ul li.megamenu-item>a::after,
.header-area .pixel-main-menu .classy-navbar .classynav ul li.has-down>a::after {
    color: #fff
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .pixel-main-menu .classy-navbar .classynav ul li.megamenu-item>a::after,
    .header-area .pixel-main-menu .classy-navbar .classynav ul li.has-down>a::after {
        color: dimgray
    }
}

@media only screen and (max-width: 767px) {
    .header-area .pixel-main-menu .classy-navbar .classynav ul li.megamenu-item>a::after,
    .header-area .pixel-main-menu .classy-navbar .classynav ul li.has-down>a::after {
        color: dimgray
    }
}

.header-area .pixel-main-menu .classy-navbar .classynav ul li ul li.megamenu-item>a::after,
.header-area .pixel-main-menu .classy-navbar .classynav ul li ul li.has-down>a::after {
    color: dimgray
}

.header-area .pixel-main-menu .classy-navbar .classynav ul li ul li a {
    color: dimgray;
    font-size: 14px;
    padding: 0 20px
}

.header-area .top-social-info {
    position: relative;
    z-index: 1
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .top-social-info {
        margin-top: 30px;
        margin-left: 15px !important
    }
}

@media only screen and (max-width: 767px) {
    .header-area .top-social-info {
        margin-top: 30px;
        margin-left: 15px !important
    }
}

.header-area .top-social-info a {
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 18px;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    margin-left: 10px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .top-social-info a {
        width: 30px;
        height: 30px;
        line-height: 26px;
        margin-left: 5px;
        font-size: 14px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .top-social-info a {
        width: 30px;
        height: 30px;
        line-height: 26px;
        margin-left: 5px;
        font-size: 14px;
        color: dimgray;
        border-color: dimgray
    }
}

@media only screen and (max-width: 767px) {
    .header-area .top-social-info a {
        width: 30px;
        height: 30px;
        line-height: 26px;
        margin-left: 5px;
        font-size: 14px;
        color: dimgray;
        border-color: dimgray
    }
}

.header-area .top-social-info a:hover,
.header-area .top-social-info a:focus {
    border-color: #ff7902;
    color: #ff7902
}

.header-area .is-sticky .pixel-main-menu {
    background-color: #fff;
    box-shadow: 0 7px 40px 0 rgba(0, 0, 0, 0.3)
}

.header-area .is-sticky .pixel-main-menu .classy-navbar .classynav ul li.megamenu-item>a::after {
    color: dimgray !important;
}

.classy-navbar-toggler .navbarToggler span {
    background-color: #fff
}

.top-catagory-area {
    position: relative;
    z-index: 1
}

.top-catagory-area .single-catagory {
    position: relative;
    z-index: 1;
    @flex (0 0 50%);
    max-width: 50%;
    width: 50%;
    height: 960px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .top-catagory-area .single-catagory {
        height: 400px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .top-catagory-area .single-catagory {
        height: 400px
    }
}

@media only screen and (max-width: 767px) {
    .top-catagory-area .single-catagory {
        height: 300px;
        @flex (0 0 100%);
        max-width: 100%;
        width: 100%
    }
}

.top-catagory-area .single-catagory a {
    display: inline-block;
    font-size: 72px;
    margin: 0;
    color: #fff
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .top-catagory-area .single-catagory a {
        font-size: 42px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .top-catagory-area .single-catagory a {
        font-size: 36px
    }
}

@media only screen and (max-width: 767px) {
    .top-catagory-area .single-catagory a {
        font-size: 24px
    }
}

.top-catagory-area .single-catagory a:hover {
    color: #ff7902
}

.nl-area {
    position: relative;
    z-index: 3;
    background-color: #688bfe
}

.nl-area .nl-form {
    position: relative;
    z-index: 1
}

.nl-area .nl-form h4 {
    color: #fff;
    margin-bottom: 25px;
    display: block;
    font-weight: 500
}

@media only screen and (max-width: 767px) {
    .nl-area .nl-form h4 {
        font-size: 18px
    }
}

.nl-area .nl-form form {
    width: 100%;
    position: relative;
    z-index: 1
}

.nl-area .nl-form form input {
    width: 100%;
    height: 50px;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    font-size: 12px;
    font-style: italic;
    text-align: center;
    color: #fff;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms
}

.nl-area .nl-form form input:focus {
    border-bottom-color: #ff7902
}

.pixel-projects-menu {
    position: relative;
    z-index: 1;
    margin-bottom: 30px
}

.pixel-projects-menu .btn {
    padding: 10px 20px;
    background-color: transparent;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    color: #969696;
    border-radius: 50px;
    border: 2px solid transparent
}

.pixel-projects-menu .btn.active,
.pixel-projects-menu .btn:focus {
    box-shadow: none;
    color: #ff7902;
    border-color: #ff7902
}

.single_gallery_item {
    display: inline-block;
    float: left;
    position: relative;
    z-index: 2;
    width: 33.3333334%;
    overflow: hidden;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms
}

@media only screen and (max-width: 767px) {
    .single_gallery_item {
        width: 100%
    }
}

.single_gallery_item img {
    width: 100%;
    -webkit-transition-duration: 2000ms;
    -o-transition-duration: 2000ms;
    transition-duration: 2000ms
}

.single_gallery_item .hover-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 121, 2, 0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms
}

.single_gallery_item .hover-content .zoom-img {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    font-size: 20px;
    margin-bottom: 30px;
    color: #fff;
    line-height: 46px;
    margin-top: -15px;
    opacity: 0;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms
}

.single_gallery_item .hover-content h4 {
    margin-bottom: 0;
    color: #fff
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_gallery_item .hover-content h4 {
        font-size: 20px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_gallery_item .hover-content h4 {
        font-size: 16px
    }
}

@media only screen and (max-width: 767px) {
    .single_gallery_item .hover-content h4 {
        font-size: 16px
    }
}

.single_gallery_item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.single_gallery_item:hover .hover-content {
    opacity: 1;
    visibility: visible
}

.single_gallery_item:hover .hover-content .zoom-img {
    margin-top: 0;
    opacity: 1
}

.pixel-feature-area {
    position: relative;
    z-index: 1
}

.pixel-feature-area .feature-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%
}

@media only screen and (max-width: 767px) {
    .pixel-feature-area .feature-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 300px
    }
}

.pixel-feature-area .feature-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    padding: 200px 50px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pixel-feature-area .feature-content {
        padding: 100px 30px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pixel-feature-area .feature-content {
        padding: 100px 30px
    }
}

@media only screen and (max-width: 767px) {
    .pixel-feature-area .feature-content {
        padding: 50px 30px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%
    }
}

.pixel-feature-area .feature-content h1 {
    font-size: 36px;
    margin-bottom: 25px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pixel-feature-area .feature-content h1 {
        font-size: 30px
    }
}

@media only screen and (max-width: 767px) {
    .pixel-feature-area .feature-content h1 {
        font-size: 24px
    }
}

.pixel-feature-area .feature-content p {
    font-weight: 300;
    font-size: 24px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pixel-feature-area .feature-content p {
        font-size: 16px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pixel-feature-area .feature-content p {
        font-size: 16px
    }
}

@media only screen and (max-width: 767px) {
    .pixel-feature-area .feature-content p {
        font-size: 16px
    }
}

.single-team-member {
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms
}

.single-team-member img {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.single-team-member .hover-text {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding-bottom: 25px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 121, 2, 0)), to(#ff7902));
    background-image: -webkit-linear-gradient(top, rgba(255, 121, 2, 0), #ff7902);
    background-image: -o-linear-gradient(top, rgba(255, 121, 2, 0), #ff7902);
    background-image: linear-gradient(to bottom, rgba(255, 121, 2, 0), #ff7902);
    opacity: 0;
    visibility: hidden
}

.single-team-member .hover-text h4 {
    margin-bottom: 5px;
    color: #fff
}

.single-team-member .hover-text h6 {
    font-size: 14px;
    margin-bottom: 15px;
    color: #fff;
    display: block
}

.single-team-member .hover-text .social-info a {
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    line-height: 23px;
    margin: 0 5px
}

.single-team-member .hover-text .social-info a:hover,
.single-team-member .hover-text .social-info a:focus {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.single-team-member:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%)
}

.single-team-member:hover .hover-text {
    opacity: 1;
    visibility: visible
}

.testimonial-slides {
    position: relative;
    z-index: 1
}

.testimonial-slides .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 80px
}

.testimonial-slides .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background-color: #9a9a9a;
    margin: 0 4px
}

.testimonial-slides .owl-dots .owl-dot.active {
    width: 12px;
    height: 12px;
    background-color: #ff7902
}

.single-testimonial-slide {
    position: relative;
    z-index: 1;
    text-align: center
}

.single-testimonial-slide img {
    margin: 0 auto 30px;
    width: 80px !important
}

.single-testimonial-slide h4 {
    font-size: 24px;
    color: #969696
}

.single-testimonial-slide span {
    font-size: 14px;
    font-weight: 300;
    color: #969696;
    margin-bottom: 40px;
    display: block
}

.single-testimonial-slide h5 {
    font-size: 22px;
    color: #969696;
    margin-bottom: 0;
    font-weight: 300;
    line-height: 1.8
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-testimonial-slide h5 {
        font-size: 18px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-testimonial-slide h5 {
        font-size: 16px
    }
}

@media only screen and (max-width: 767px) {
    .single-testimonial-slide h5 {
        font-size: 16px
    }
}

.footer-area {
    position: relative;
    z-index: 1;
    background-color: #721d00;
    padding-left: 35px;
    padding-right: 35px
}

@media only screen and (max-width: 767px) {
    .footer-area {
        padding-left: 0;
        padding-right: 0
    }
}

.footer-area .single-footer-widget {
    position: relative;
    z-index: 1
}

@media only screen and (max-width: 767px) {
    .footer-area .single-footer-widget {
        margin-bottom: 50px !important
    }
}

.footer-area .single-footer-widget .widget-title {
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 500
}

@media only screen and (max-width: 767px) {
    .footer-area .single-footer-widget .widget-title {
        font-size: 20px
    }
}

.footer-area .single-footer-widget p {
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-area .single-footer-widget p i {
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 18px;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    margin-right: 10px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-area .single-footer-widget p i {
        width: 30px;
        height: 30px;
        font-size: 14px;
        line-height: 26px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area .single-footer-widget p i {
        width: 30px;
        height: 30px;
        font-size: 14px;
        line-height: 26px
    }
}

@media only screen and (max-width: 767px) {
    .footer-area .single-footer-widget p i {
        width: 30px;
        height: 30px;
        font-size: 14px;
        line-height: 26px
    }
}

.footer-area .single-footer-widget .footer-social-info {
    position: relative;
    z-index: 1
}

.footer-area .single-footer-widget .footer-social-info a {
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 18px;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    margin-right: 10px;
    margin-bottom: 10px
}

.footer-area .single-footer-widget .footer-social-info a:last-child {
    margin-right: 0
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-area .single-footer-widget .footer-social-info a {
        width: 30px;
        height: 30px;
        line-height: 26px;
        font-size: 14px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area .single-footer-widget .footer-social-info a {
        width: 30px;
        height: 30px;
        line-height: 26px;
        font-size: 14px
    }
}

@media only screen and (max-width: 767px) {
    .footer-area .single-footer-widget .footer-social-info a {
        width: 30px;
        height: 30px;
        line-height: 26px;
        font-size: 14px
    }
}

.footer-area .single-footer-widget .footer-social-info a:hover,
.footer-area .single-footer-widget .footer-social-info a:focus {
    border-color: #ff7902;
    color: #ff7902
}

.footer-area .copywrite-area {
    position: relative;
    z-index: 1;
    border-top: 2px solid #fff;
    padding: 20px 0
}

.footer-area .copywrite-area .copywrite-text {
    font-size: 13px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 400
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area .copywrite-area .copywrite-text {
        font-size: 11px
    }
}

@media only screen and (max-width: 767px) {
    .footer-area .copywrite-area .copywrite-text {
        font-size: 11px;
        margin-bottom: 15px
    }
}

.footer-area .copywrite-area .footer-nav {
    position: relative;
    z-index: 1;
    text-align: right
}

.footer-area .copywrite-area .footer-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media only screen and (max-width: 767px) {
    .footer-area .copywrite-area .footer-nav ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.footer-area .copywrite-area .footer-nav ul li a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 0 10px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-area .copywrite-area .footer-nav ul li a {
        font-size: 14px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area .copywrite-area .footer-nav ul li a {
        padding: 0 5px;
        font-size: 13px
    }
}

@media only screen and (max-width: 767px) {
    .footer-area .copywrite-area .footer-nav ul li a {
        padding: 0 4px;
        font-size: 11px
    }
}

.footer-area .copywrite-area .footer-nav ul li:last-child a {
    padding-right: 0
}

@media only screen and (max-width: 767px) {
    .footer-area .copywrite-area .footer-nav ul li:first-child a {
        padding-left: 0
    }
}

.breadcrumb-area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 380px;
    padding: 0 35px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .breadcrumb-area {
        height: 300px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-area {
        height: 280px
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumb-area {
        height: 250px
    }
}

.breadcrumb-area::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    background-color: rgba(104, 139, 254, 0.75)
}

.breadcrumb-area .breadcrumb-content {
    text-align: center
}

.breadcrumb-area .breadcrumb-content h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0;
    display: inline-block
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .breadcrumb-area .breadcrumb-content h2 {
        font-size: 42px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-area .breadcrumb-content h2 {
        font-size: 36px
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumb-area .breadcrumb-content h2 {
        font-size: 24px
    }
}

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

.pagination .page-item .page-link {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    line-height: 40px;
    font-weight: 500;
    font-size: 16px;
    color: #9a9a9a;
    padding: 0;
    border: 2px solid #9a9a9a;
    text-align: center;
    margin: 0 3px
}

.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:focus {
    color: #fff;
    background-color: #ff7902;
    border-color: #ff7902
}

.pagination .page-item.active .page-link {
    color: #fff;
    background-color: #ff7902;
    border-color: #ff7902
}

.single-service-cata {
    position: relative;
    z-index: 1;
    height: 640px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33334%;
    flex: 0 0 33.33334%;
    max-width: 33.33334%;
    width: 33.33334%;
    text-align: center
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-service-cata {
        height: 480px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-service-cata {
        height: 400px
    }
}

@media only screen and (max-width: 767px) {
    .single-service-cata {
        height: 300px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%
    }
}

.single-service-cata::after {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(104, 139, 254, 0.5)
}

.single-service-cata:hover::after {
    background-color: rgba(255, 121, 2, 0.9)
}

.single-service-cata a {
    font-size: 48px;
    color: #fff
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-service-cata a {
        font-size: 36px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-service-cata a {
        font-size: 28px
    }
}

@media only screen and (max-width: 767px) {
    .single-service-cata a {
        font-size: 30px
    }
}

.single-service-block {
    position: relative;
    z-index: 1
}

.single-service-block h4 {
    text-transform: Capitalize
}

.single-service-block p {
    margin-bottom: 0
}

.pixel-prices-area {
    position: relative;
    z-index: 1;
    overflow: hidden
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pixel-prices-area {
        padding-top: 30px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pixel-prices-area {
        padding-top: 0
    }
}

@media only screen and (max-width: 767px) {
    .pixel-prices-area {
        padding-top: 0
    }
}

.single-price-table-area {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
    padding: 70px 50px;
    background-color: #efefef;
    text-align: center;
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-price-table-area {
        padding: 50px 20px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-price-table-area {
        padding: 50px 20px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
        margin-bottom: 0 !important
    }
}

@media only screen and (max-width: 767px) {
    .single-price-table-area {
        padding: 50px 20px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.single-price-table-area .price-value {
    margin-bottom: 20px
}

.single-price-table-area .price-value h2 {
    font-size: 72px;
    margin-bottom: 0;
    line-height: 1;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-price-table-area .price-value h2 {
        font-size: 52px
    }
}

@media only screen and (max-width: 767px) {
    .single-price-table-area .price-value h2 {
        font-size: 52px
    }
}

.single-price-table-area .price-value h2 span:last-child {
    font-size: 14px;
    color: #969696
}

.single-price-table-area .price-value h2 span:first-child {
    position: relative;
    z-index: 1
}

.single-price-table-area .price-value h2 span:first-child::after {
    content: '$';
    font-size: 30px;
    position: absolute;
    top: 23px;
    right: -16px;
    z-index: 1
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-price-table-area .price-value h2 span:first-child::after {
        top: 12px
    }
}

@media only screen and (max-width: 767px) {
    .single-price-table-area .price-value h2 span:first-child::after {
        top: 12px
    }
}

.single-price-table-area h2 {
    font-size: 36px;
    margin-bottom: 30px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-price-table-area h2 {
        font-size: 20px
    }
}

@media only screen and (max-width: 767px) {
    .single-price-table-area h2 {
        font-size: 24px
    }
}

.single-price-table-area p {
    margin-bottom: 0;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-price-table-area p {
        font-size: 12px
    }
}

.single-price-table-area .price-desc {
    position: relative;
    z-index: 1;
    margin: 50px 0
}

.single-price-table-area .price-desc li {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    border-bottom: 1px solid #dfdfdf;
    padding: 10px 0;
    color: #969696;
    display: block
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-price-table-area .price-desc li {
        font-size: 13px
    }
}

.single-price-table-area .price-desc li img {
    margin-right: 20px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-price-table-area .price-desc li img {
        margin-right: 10px
    }
}

.single-price-table-area.active,
.single-price-table-area:hover {
    z-index: 100;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    background-color: #688bfe
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-price-table-area.active,
    .single-price-table-area:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-price-table-area.active,
    .single-price-table-area:hover {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@media only screen and (max-width: 767px) {
    .single-price-table-area.active,
    .single-price-table-area:hover {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.single-price-table-area.active .price-value h2,
.single-price-table-area:hover .price-value h2 {
    color: #fff
}

.single-price-table-area.active .price-value h2 span,
.single-price-table-area:hover .price-value h2 span {
    color: #fff
}

.single-price-table-area.active h2,
.single-price-table-area.active p,
.single-price-table-area.active .price-desc li,
.single-price-table-area:hover h2,
.single-price-table-area:hover p,
.single-price-table-area:hover .price-desc li {
    color: #fff
}

.contact-form-area input,
.contact-form-area textarea {
    background-color: #f6f6f6;
    width: 100%;
    height: 50px;
    margin-bottom: 25px;
    font-size: 13px;
    color: #969696;
    text-align: center;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid transparent;
    transition-duration: 500ms
}

.contact-form-area input:focus,
.contact-form-area textarea:focus {
    background-color: #f6f6f6;
    box-shadow: none;
    border-bottom-color: #ff7902
}

.contact-form-area textarea {
    height: 170px;
    padding-top: 20px;
    margin-bottom: 50px
}

.map-area {
    position: relative;
    z-index: 2;
    height: 690px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .map-area {
        height: 550px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .map-area {
        height: 450px
    }
}

@media only screen and (max-width: 767px) {
    .map-area {
        height: 320px
    }
}

.map-area iframe {
    width: 100%;
    height: 100%;
    border: none;
    margin-bottom: 0
}

.single-contact-content {
    position: relative;
    z-index: 1;
    margin-bottom: 20px
}

.single-contact-content:last-child {
    margin-bottom: 0
}

.single-contact-content .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    max-width: 32px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #969696;
    color: #688bfe;
    text-align: center;
    line-height: 28px;
    margin-right: 20px
}

.single-contact-content .text {
    position: relative;
    z-index: 1
}

.single-contact-content .text h6 {
    font-size: 18px;
    margin-bottom: 10px
}

.single-contact-content .text p {
    margin-bottom: 0
}

.elements-title {
    position: relative;
    z-index: 1
}

.elements-title h2 {
    font-size: 48px;
    margin-bottom: 0
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .elements-title h2 {
        font-size: 36px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .elements-title h2 {
        font-size: 30px
    }
}

@media only screen and (max-width: 767px) {
    .elements-title h2 {
        font-size: 24px
    }
}

.single-service-area {
    position: relative;
    z-index: 1
}

.single-service-area img {
    display: block;
    margin: 0 auto 20px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms
}

.single-service-area h5 {
    font-size: 18px;
    margin-bottom: 10px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms
}

.single-service-area p {
    font-size: 14px
}

.single-service-area a {
    display: block;
    text-align: center;
    padding: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #ff7902
}

.single-service-area a:hover,
.single-service-area a:focus {
    color: #688bfe
}

.single-service-area:hover img,
.single-service-area:focus img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.single-service-area:hover h5,
.single-service-area:focus h5 {
    color: #ff7902
}

.single-cool-fact {
    position: relative;
    z-index: 1;
    text-align: center
}

.single-cool-fact .scf-icon {
    position: relative;
    z-index: 1;
    margin-bottom: 30px
}

.single-cool-fact .scf-text h2 {
    font-size: 48px;
    margin-bottom: 20px;
    color: #ff7902;
    font-weight: 500
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-cool-fact .scf-text h2 {
        font-size: 36px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-cool-fact .scf-text h2 {
        font-size: 30px
    }
}

@media only screen and (max-width: 767px) {
    .single-cool-fact .scf-text h2 {
        font-size: 24px
    }
}

.single-cool-fact .scf-text h6 {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #969696
}

.single-accordion.panel {
    background-color: #fff;
    border: 0 solid transparent;
    border-radius: 4px;
    box-shadow: 0 0 0 transparent;
    margin-bottom: 15px
}

.single-accordion:last-of-type {
    margin-bottom: 0
}

.single-accordion h6 {
    margin-bottom: 0
}

.single-accordion h6 a {
    background-color: #688bfe;
    border-radius: 0;
    color: #fff;
    display: block;
    margin: 0;
    padding: 15px 70px 15px 30px;
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600
}

.single-accordion h6 a span {
    background: transparent;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    font-size: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 58px;
    height: 100%;
    color: #fff;
    line-height: 58px
}

.single-accordion h6 a span.accor-open {
    opacity: 0
}

.single-accordion h6 a.collapsed {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #ff7902;
    color: #fff
}

.single-accordion .accordion-content {
    border-top: 0 solid transparent;
    box-shadow: none
}

.single-accordion .accordion-content p {
    padding: 15px 15px 0;
    margin-bottom: 0
}

.single-skils-area {
    position: relative;
    z-index: 1;
    text-align: center
}

.single-skils-area .circle {
    position: relative;
    z-index: 10;
    margin-bottom: 15px
}

.single-skils-area .skills-text {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.single-skils-area .skills-text span {
    font-size: 48px;
    color: #ff7902;
    font-weight: 600
}

.single-skils-area .skills-text p {
    margin-bottom: 0;
    color: #969696
}

.pixel-tabs-content {
    position: relative;
    z-index: 1
}

.pixel-tabs-content .nav-tabs {
    border-bottom: none;
    margin-bottom: 15px
}

.pixel-tabs-content .nav-tabs .nav-link {
    background-color: #ff7902;
    padding: 0 20px;
    height: 48px;
    line-height: 50px;
    color: #fff;
    margin: 0 2px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600
}

@media only screen and (max-width: 767px) {
    .pixel-tabs-content .nav-tabs .nav-link {
        padding: 0 5px;
        height: 40px;
        line-height: 40px;
        font-size: 12px
    }
}

.pixel-tabs-content .nav-tabs .nav-link.active {
    background-color: #688bfe;
    color: #fff
}

.pixel-tabs-content .pixel-tab-text {
    position: relative;
    z-index: 1;
    padding-top: 10px
}

.pixel-tabs-content .pixel-tab-text p {
    margin-bottom: 0
}

.pixel-tabs-content .tab-content h6 {
    font-size: 18px
}

.single-icons {
    position: relative;
    z-index: 1;
    background-color: #688bfe;
    border-radius: 5px;
    text-align: center;
    padding: 50px 20px
}

.single-icons i {
    font-size: 50px;
    margin-bottom: 30px;
    display: block;
    color: #fff
}

.single-icons span {
    display: block;
    color: #fff
}






/* section kontak ------------------------------ */


span.u-icon-v1.u-icon-size--lg.g-color-primary {
    font-size: 2rem !important;
    padding-right: 20px !important;
    color: #ff7902 !important;
    ;
}