.scw-switcher-wrap,
.scw-trigger-icon {
    position: fixed;
    left: auto;
    background-color: #fff
}

.scw-trigger-icon {
    width: 44px;
    height: 44px;
    top: 121px;
    right: 26px;
    border: 0;
    padding: 0;
    text-align: center;
    z-index: 5;
    cursor: pointer
}

.scw-trigger-icon i {
    font-size: 18px
}

.scw-switcher-wrap.scw-switcher-open i:nth-of-type(1),
.scw-switcher-wrap:not(.scw-switcher-open) i:nth-of-type(2) {
    display: none
}

.scw-switcher-wrap {
    top: 120px;
    right: 25px;
    padding: 23px;
    width: 0;
    height: 0;
    border: 1px solid rgba(0, 0, 0, .09);
    border-radius: 3px;
    box-shadow: 0 13px 42px 11px rgba(0, 0, 0, .05);
    z-index: 9999;
    overflow: hidden;
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    transition: all .45s ease
}

.scw-switcher-wrap.scw-switcher-open {
    width: 300px;
    height: 70%;
    padding: 35px 25px;
    overflow-y: scroll
}

.scw-switcher-wrap .widget {
    margin: 0
}

.scw-switcher-wrap .line,
.scw-switcher-wrap .widget {
    opacity: 0;
    -webkit-transition: opacity 0s ease;
    -o-transition: opacity 0s ease;
    transition: opacity 0s ease
}

.scw-switcher-wrap.scw-switcher-open .line,
.scw-switcher-wrap.scw-switcher-open .widget {
    opacity: 1;
    -webkit-transition: opacity .3s .4s ease;
    -o-transition: opacity .3s .4s ease;
    transition: opacity .3s .4s ease
}

.scw-switcher-wrap .widget h4 {
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 15px
}

.scw-switcher-wrap .btn-container {
    margin: 0 -5px -5px 0
}

.scw-switcher-wrap .btn {
    margin: 0 5px 5px 0
}

.scw-switcher-wrap .row {
    margin: 0 -5px
}

.scw-switcher-wrap .col-6 {
    padding: 5px
}


/* my custom */


#slider .slider-inner{
    display: block;
}

#logo .logo-custom{
    height: 80px !important;
}

.emphasis-title h1{
    font-size: 2.5rem !important;
}

.hide-mobile {
    display: block;
}

.hide-pc {
    display: none;
}

.fbox-content+.fbox-icon{
    margin: 0;
}

.fbox-content .text-muted{
    font-size: .75rem;
}

.fbox-plain.fbox-sm .fbox-icon i{
    font-size: 2.5rem;
}

.futernya{
    background: linear-gradient(110.78deg,rgb(50, 137, 219) 48.96%, rgb(24, 97, 255) 67.94%, rgb(107 80 255) 85.34%) !important;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 3px solid #7fc0ef;
}

.img-btn-lppksps{
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 225px;
    opacity: .5;
}

.img-contact-lppksps{
    width: 100%;
    height: auto !important;
}

.fbox-sm .fbox-icon{
    width: 4.5rem;
}

.color-utama{
    color: #53a5e2 !important;
}

.img-btn-lppksps-mobile{
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 225px;
    opacity: .5;
}

.button.button-reveal i{
    background: transparent !important;
}

.btn-lppksps{
    overflow: hidden !important;
    background: white !important;
    border-radius: 15px;
    /* padding: 50px 78px !important; */
    padding: 60px 135px 60px 35px !important;
    background: #e1f1f9 !important;
}

.mover {
    -webkit-animation: mover 1s infinite alternate;
            animation: mover 1s infinite alternate;
  }
  
  @-webkit-keyframes mover {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(5px);
              transform: translateY(5px);
    }
  }
  
  @keyframes mover {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(5px);
              transform: translateY(5px);
    }
  }

.btn-lppksps span{
    color: #194d6f;
}

.btn-lppksps:hover span{
    color: #fff;
}

.btn-lppksps:hover .img-btn-lppksps{
    opacity: .5;
}

.btn-lppksps:hover{
    background: #53a5e2 !important;
}

.button.button-border{
    /* border: 2px solid #53a5e2; */
    border: none;
}

.gradient-custom{
    /* background-image: linear-gradient(110.78deg,rgb(236, 81, 87) 48.96%, rgb(255, 24, 189) 67.94%, rgb(236, 26, 255) 85.34%) !important; */
    background-image: linear-gradient(110.78deg,rgb(50, 137, 219) 48.96%, rgb(24, 97, 255) 67.94%, rgb(106, 26, 255) 85.34%) !important;
}

#copyrights{
    background: transparent;
}

.wrapper-index{
    height: 100vh !important;
}

.sm-form-control{
    color: #53a5e2;
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #bbbbbb98;
    margin-bottom: 20px;
    font-size: 1rem;
    font-weight: 500;
    background: #f0faff00;
    transition-duration: .3s;
    padding: 10px 15px;
}

.sm-form-control:focus{
    border-bottom-color: #53a5e2 !important;
    background-color: transparent;
    background: #f0faff;
}

.select-custom{
    border-radius: 10px;
    border: 2px solid #d6d6d6;
}

.judul-login{
    font-size: 2rem;
    font-weight: bold;
    /* position: relative;
    bottom: -50px; */
}

.img-login{
    position: relative;
    width: 650px;
}

.btn-login{
    background: linear-gradient(110.78deg,rgb(50, 137, 219) 48.96%, rgb(24, 97, 255) 67.94%, rgb(107 80 255) 85.34%) !important;
    transition-duration: .3s;
    position: relative;
    top: 0;
}

.btn-login:hover{
    background: linear-gradient(110.78deg, rgb(107 80 255) 48.96%, rgb(24, 97, 255) 67.94%, rgb(50, 137, 219) 85.34%) !important;
    top: -2px;
    box-shadow: 0 13px 42px 11px rgba(0, 0, 0, .05);

}

.quick-contact-form{
    padding: 0 25px;
}

.label-form {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #194d6f;
    margin: 0 0 5px 15px;
    width: 100%;
    text-align: left;
}

.select-custom:focus{
    border: 2px solid #c5e6ff;
}







/* Smartphone */
@media screen and (max-width: 600px) {

    .wrapper-login{
        height: auto !important;
    }

    .hide-mobile {
        display: none;
    }

    .hide-pc {
        display: block;
    }

    #logo .logo-custom{
        height: auto !important;
        width: 100%;
    }
    
    .emphasis-title h1{
        font-size: 2.25rem !important;
    }

    .vh-mobile{

    }

    .pt-500{
        padding-top: 12vh;
    }

    .mt-mobile-med{
        margin-top: 50px;
    }

    .pb-section-hp{
        padding-bottom: 100px;
    }
}




















/* Smartphone smoll */
@media screen and (max-width: 360px) {
    .wrapper-login{
        height: auto !important;
    }

    .hide-mobile {
        display: none;
    }

    .hide-pc {
        display: block;
    }

    #logo .logo-custom{
        height: auto !important;
        width: 100%;
    }
    
    .emphasis-title h1{
        font-size: 2rem !important;
    }

    .vh-mobile{
        
    }

    .pt-500{
        padding-top: 8vh;
    }

    .mt-mobile-med{
        margin-top: 10px;
    }

    .pb-section-hp{
        padding-bottom: 100px;
    }
}