.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 */


.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);
    }
  }


*,
.dark, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6{
    font-family: 'Quicksand', sans-serif !important;
}

#slider .slider-inner{
    display: block;
}

.img-logo-header{
    height: 60px !important;
}

.display-3-custom{
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;
}

.hide-mobile {
    display: block;
}

.hide-pc {
    display: none;
}

.btn-utama-mid{
    width: 100%;
    overflow: hidden !important;
    border-radius: 15px;
    padding: 10px 95px 10px 35px !important;
    background: #ffffff !important;
    transition-duration: .3s;
    position: relative;
    overflow: hidden;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;    
}

.btn-utama-mid:hover{
    background: #53a5e2 !important;
    color: #fff;
    border-color: transparent !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2)
}

.btn-utama-mid span{
    font-weight: 900;
    color: #3d77d0;
    text-transform: uppercase !important;
    position: relative;
    z-index: 1000;
    left: 0;
    transition-duration: .3s;
}

.btn-utama-mid:hover span{
    color: white;
    left: -10px;
}

.btn-submit {
    background-color: #0168AB;
    color: white;
    border-color: #0168AB;
    padding: 3px 50px;
    border-radius: 50px;
}

.btn-submit:hover {
    background-color: white;
    color: #0168AB;
}

.img-utama{
    width: 50%;
}

.img-btn-utama {
    position: absolute;
    bottom: -50px;
    right: -70px;
    width: 225px;
    opacity: .4;
    transition-duration: .3s;
}

.btn-utama-mid:hover img{
    opacity: 1;
    right: -95px;
}

.pad-mobile-custom{
    padding: 0 15px;
}

.text-footernya{
    color: white;
}

.bg-futer{
    background: #60bae1 !important;
}

.bg-overlay-cstm {
    background: linear-gradient(90deg, #3da4e857 57.81%, #eff4f670 100%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
















/* Smartphone */
@media screen and (max-width: 600px) {
    .hide-mobile {
        display: none;
    }
    
    .hide-pc {
        display: block;
    }
    
    #header{
        border-bottom: 4px solid #6095e4;
    }
    
    .img-logo-header{
        height: auto !important;
        width: 90%;
        margin: 0 auto;
    }
    
    #header #header-wrap div{
        background: #3d77d0;
    }
    
    .display-3-custom{
        margin-top: 2rem;
        font-size: 1.5rem;
        font-weight: 300;
        line-height: 1.2;
        text-align: center;
    }
    
    .btn-utama-mid{
        width: 100%;
        text-align: left;
    }
    
    .img-utama{
        width: 200px;
    }
    
    .text-footernya{
        text-align:center;
    }
    
    .pad-mobile-custom{
        padding: 0 1rem;
    }
    
}

/* Smartphone */
@media screen and (max-width: 360px) {
    .pad-mobile-custom{
        padding: 0 0rem;
    }
}