/*
Theme Name:
Author: yaminncco

Colors:
	Body 		  : #868F9B
	Headers 	: #10161A
	Primary 	: #6195FF
	Dark      : #FCFCFF
	Grey 		  : #F4F4F4 #FAFAFA #EEE

Fonts: Montserrat Varela Round

Table OF Contents
------------------------------------
1 > General
2 > Logo
3 > Navigation
4 > Header
5 > About
6 > Portfolio
7 > Services
8 >  Why choose us
9 >  Numbers
10 > Pricing
11 > Testimonial
12 > Team
13 > Blog
14 > Blog post
15 > Blog sidebar
16 > Contact
17 > Footer
18 > Responsive
19 > Owl theme
20 > Back to top
21 > Preloader

------------------------------------*/

/*------------------------------------*\
	General
    \*------------------------------------*/


    /* -- typography -- */

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

    .title{
        color: #0054a5;
    }
    .title2{
        color: #0054a5;
        margin-top: 100px;
    }
    .titleContent{
        color: #0054a5;
    }

    body {
        font-family: 'Varela Round', sans-serif;
        font-size: 16px;
        line-height: 1.6;
        overflow-x: hidden;
        color: #868F9B;
    }

    h1, h4, h5 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        margin-top: 0px;
        margin-bottom: 20px;
        color: #10161A;
    }

    h2, h3 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        margin-top: 0px;
        margin-bottom: 20px;

    }

/*h1 {
    font-size: 128px;
    }*/

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 21px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-family: 'Varela Round', sans-serif;
        font-size: 16px;
        line-height: 1.6;
        overflow-x: hidden;
        color: #ffffff;
    }

    a {
        color: #FFFFFF;
        text-decoration: none;
        -webkit-transition: 0.2s opacity;
        transition: 0.2s opacity;
    }

    a:hover, a:focus {
        text-decoration: none;
        outline: none;
        opacity: 0.8;
        color: #6195FF;
    }

    .main-color {
        color: #6195FF;
    }

    .white-text {
        color: #FFF;
    }
    .blue-text {
        color: #0054a5;
        font-size: 128px;
    }
    .red-text {
        color: #9a111c;
        font-size: 96px;
    }

    ::-moz-selection {
        background-color: #6195FF;
        color: #FFF;
    }

    ::selection {
        background-color: #6195FF;
        color: #FFF;
    }

    ul, ol {
        margin: 0;
        padding: 0;
        list-style: none
    }

    /* -- section  -- */

    .section {
        position: relative;
    }

    .md-padding {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .body-padding {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .inv-padding {
        padding-top: 100px;
        padding-bottom: 350px;
    }
    .la-padding {
        padding-top: 300px;
        padding-bottom: 300px;
    }
    .sm-padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .kotak-kanan{
        text-align: justify;
        background-color: #FAFAFA;
        border-top: 1px solid #EEE;
        border-left: 1px solid #EEE;
        border-right: 1px solid #EEE;
        border-bottom: 1px solid #EEE;
        border-radius: 25px;
        padding: 50px 50px;

    }
    .sup-padding {
        padding-top: 50px;
    }
    .sdw-padding {
        padding-bottom: 50px;
    }
    .mup-padding {
        padding-top: 100px;
    }
    .mdw-padding {
        padding-bottom: 100px;
    }
    .lup-padding {
        padding-top: 300px;

    }
    .ldw-padding {
        padding-bottom: 200px;
    }

    /* --  background section  -- */
    .bg-white {
        background-color: #FFFFFF;
    }

    .bg-grey {

        background-color: #FAFAFA;
        border-top: 1px solid #EEE;
        border-bottom: 1px solid #EEE;
    }

    .bg-dark {
        background-color: #2b2b2b;
    }

    .bg-blue {
        background-color: #0054a5;
    }


    /* --  background image section  -- */
    .body-img{
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        background-attachment: fixed;
    }
    .leader-img{
        padding-top: 300px;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        background-attachment: fixed;
    }

    .bg-img {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }

    .bg-img .overlay {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        opacity: .8;
        background: #1C1D21;
    }

    /* --  section header  -- */
    .title-body{
        margin-left: 20px;
        color: #FFFFFF
    }

    .section-header {
        position: left;
    }

    .section-header .title {
        text-transform: capitalize;
    }

    .title:after {
        content:"";
        display:block;
        height:4px;
        width:120px;
        background-color: #0054a5;
        margin-top: 20px;
    }
    .title2:after {
        content:"";
        display:block;
        height:4px;
        width:40px;
        background-color: #0054a5;
        margin-top: 20px;
    }

    .text-center .title:after {
        margin: 20px auto 0px;
    }
    .text-center .title2:after {
        margin: 20px auto 0px;
    }


    /* --  Input  -- */

    input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="date"], input[type="url"], input[type="tel"], textarea {
        height: 40px;
        width: 100%;
        border: none;
        background: #F4F4F4;
        border-bottom: 2px solid #EEE;
        color: #354052;
        padding: 0px 10px;
        opacity: 0.5;
        -webkit-transition: 0.2s border-color, 0.2s opacity;
        transition: 0.2s border-color, 0.2s opacity;
    }

    textarea {
        padding: 10px 10px;
        min-height: 80px;
        resize: vertical;
    }

    input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="date"]:focus, input[type="url"]:focus, input[type="tel"]:focus, textarea:focus {
        border-color: #6195FF;
        opacity: 1;
    }

    /* --  Buttons  -- */

    .main-btn, .white-btn, .outline-btn {
        display: inline-block;
        padding: 10px 35px;
        margin: 3px;
        border: 2px solid transparent;
        border-radius: 3px;
        -webkit-transition: 0.2s opacity;
        transition: 0.2s opacity;
    }

    .main-btn {
        background: #6195FF;
        color: #FFF;
    }

    .white-btn {
        background: #FFF;
        color: #10161A !important;
    }

    .outline-btn {
        background: transparent;
        color: #6195FF !important;
        border-color: #6195FF;
    }

    .main-btn:hover, .white-btn:hover, .outline-btn:hover {
        opacity: 0.8;
    }


/*------------------------------------*\
	Logo
    \*------------------------------------*/

    .navbar-brand {
        padding: 0;
    }

    .navbar-brand .logo, .navbar-brand .logo-alt {
        max-height: 50px;
        display: block;
    }

    #nav:not(.nav-transparent):not(.fixed-nav) .navbar-brand .logo-alt {
     display: none;
 }

 #nav.nav-transparent:not(.fixed-nav) .navbar-brand .logo {
     display: none;
 }

 #nav.fixed-nav .navbar-brand .logo-alt {
    display: none;
}

@media only screen and (max-width: 767px) {
    #nav.nav-transparent .navbar-brand .logo-alt {
        display: none !important;
    }
    #nav.nav-transparent .navbar-brand .logo {
        display: block !important;
    }
    #ilang{
        display: none !important;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        background-attachment: fixed;
    }

}

#berubah{
    margin-top: 25%;
}



/*------------------------------------*\
	Navigation
    \*------------------------------------*/

    #nav {
        padding: 10px 0px;
        background: #FFF;
        -webkit-transition: 0.2s padding;
        transition: 0.2s padding;
        z-index: 999;
    }

    #nav.navbar {
        border: none;
        border-radius: 0;
        margin-bottom: 0px;
    }

    #nav.fixed-nav {
        position: fixed;
        left: 0;
        right: 0;
        padding: 0px 0px;
        background-color: #FFF !important;
        border-bottom: 1px solid #EEE;
    }

    #nav.nav-transparent {
        background: transparent;
    }


    /* -- default nav -- */

    @media only screen and (min-width: 768px) {
        .main-nav li {
            padding: 0px 15px;
        }
        .main-nav li a {
            font-size: 14px;
            -webkit-transition: 0.2s color;
            transition: 0.2s color;
        }
        .main-nav>li>a {
            color: #10161A;
            padding: 15px 0px;
        }
        #nav.nav-transparent:not(.fixed-nav) .main-nav>li>a {
            color: #fff;
        }
        .main-nav>li>a:hover, .main-nav>li>a:focus, .main-nav>li.active>a {
            background: transparent;
            color: #6195FF;
        }
        .main-nav>li>a:after {
            content: "";
            display: block;
            background-color: #6195FF;
            height: 2px;
            width: 0%;
            -webkit-transition: 0.2s width;
            transition: 0.2s width;
        }
        .main-nav>li>a:hover:after, .main-nav>li.active>a:after {
            width: 100%;
        }
        /* dropdown */
        .has-dropdown {
            position: relative;
        }
        .has-dropdown>a:before {
            font-family: 'FontAwesome';
            content: "\f054";
            font-size: 6px;
            margin-left: 6px;
            float: right;
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
            -webkit-transition: 0.2s transform;
            transition: 0.2s transform;
        }
        .dropdown {
            position: absolute;
            right: -50%;
            top: 0;
            background-color: #6195FF;
            width: 200px;
            -webkit-box-shadow: 0px 5px 5px -5px rgba(53, 64, 82, 0.2);
            box-shadow: 0px 5px 5px -5px rgba(53, 64, 82, 0.2);
            -webkit-transform: translateY(15px) translateX(50%);
            -ms-transform: translateY(15px) translateX(50%);
            transform: translateY(15px) translateX(50%);
            opacity: 0;
            visibility: hidden;
            -webkit-transition: 0.2s all;
            transition: 0.2s all;
        }
        .main-nav>.has-dropdown>.dropdown {
            top: 100%;
            right: 50%;
        }
        .main-nav>.has-dropdown>.dropdown .dropdown.dropdown-left {
            right: 150%;
        }
        .dropdown li a {
            display: block;
            color: #FFF;
            border-top: 1px solid rgba(250, 250, 250, 0.1);
            padding: 10px 0px;
        }
        .dropdown li:nth-child(1) a {
            border-top: none;
        }
        .has-dropdown:hover>.dropdown {
            opacity: 1;
            visibility: visible;
            -webkit-transform: translateY(0px) translateX(50%);
            -ms-transform: translateY(0px) translateX(50%);
            transform: translateY(0px) translateX(50%);
        }
        .has-dropdown:hover>a:before {
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        .nav-collapse {
            display: none;
        }

    }


    /* -- mobile nav -- */

    @media only screen and (max-width: 767px) {
        #nav {
            padding: 0px 0px;
        }
        #nav.nav-transparent {
            background: #FFF;
        }
        .main-nav {
            position: fixed;
            right: 0;
            height: calc(100vh - 80px);
            -webkit-box-shadow: 0px 80px 0px 0px #1C1D21;
            box-shadow: 0px 80px 0px 0px #1C1D21;
            max-width: 250px;
            width: 0%;
            -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
            transform: translateX(100%);
            margin: 0;
            overflow-y: auto;
            background: #1C1D21;
            -webkit-transition: 0.2s all;
            transition: 0.2s all;
        }
        #nav.open .main-nav {
            -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
            transform: translateX(0%);
            width: 100%;
        }
        .main-nav li {
            border-top: 1px solid rgba(250, 250, 250, 0.1);
        }
        .main-nav li a {
            display: block;
            color: #FFF;
            -webkit-transition: 0.2s all;
            transition: 0.2s all;
        }
        .main-nav>li.active {
            border-left: 6px solid #6195FF;
        }
        .main-nav li a:hover, .main-nav li a:focus {
            background-color: #6195FF;
            color: #FFF;
            opacity: 1;
        }
        .has-dropdown>a:after {
            content: "\f054";
            font-family: 'FontAwesome';
            float: right;
            -webkit-transition: 0.2s -webkit-transform;
            transition: 0.2s -webkit-transform;
            transition: 0.2s transform;
            transition: 0.2s transform, 0.2s -webkit-transform;
        }
        .dropdown {
            opacity: 0;
            visibility: hidden;
            height: 0;
            background: rgba(250, 250, 250, 0.1);
        }
        .dropdown li a {
            padding: 6px 10px;
        }
        .has-dropdown.open-drop>a:after {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }
        .has-dropdown.open-drop>.dropdown {
            opacity: 1;
            visibility: visible;
            height: auto;
            -webkit-transition: 0.2s all;
            transition: 0.2s all;
        }
    }


    /* -- nav btn collapse -- */

    .nav-collapse {
        position: relative;
        float: right;
        width: 40px;
        height: 40px;
        margin-top: 5px;
        margin-right: 5px;
        cursor: pointer;
        z-index: 99999;
    }

    .nav-collapse span {
        display: block;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: absolute;
        top: 50%;
        left: 50%;
        width: 25px;
    }

    .nav-collapse span:before, .nav-collapse span:after {
        content: "";
        display: block;
    }

    .nav-collapse span, .nav-collapse span:before, .nav-collapse span:after {
        height: 4px;
        background: #10161A;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }

    .nav-collapse span:before {
        -webkit-transform: translate(0%, 10px);
        -ms-transform: translate(0%, 10px);
        transform: translate(0%, 10px);
    }

    .nav-collapse span:after {
        -webkit-transform: translate(0%, -14px);
        -ms-transform: translate(0%, -14px);
        transform: translate(0%, -14px);
    }

    #nav.open .nav-collapse span {
        background: transparent;
    }

    #nav.open .nav-collapse span:before {
        -webkit-transform: translateY(0px) rotate(-135deg);
        -ms-transform: translateY(0px) rotate(-135deg);
        transform: translateY(0px) rotate(-135deg);
    }

    #nav.open .nav-collapse span:after {
        -webkit-transform: translateY(-4px) rotate(135deg);
        -ms-transform: translateY(-4px) rotate(135deg);
        transform: translateY(-4px) rotate(135deg);
    }


/*------------------------------------*\
	Header
    \*------------------------------------*/

    header {
        position: relative;
    }

    #home {
        height: 100vh;
    }

    #home .home-wrapper {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        /*text-align: center;*/
    }
    .home-content{
      width: 900px;
  }

  .home-content h1 {
      text-transform: uppercase;
  }
  .home-content button {
      margin-top: 20px;
  }

  .header-wrapper h2 {
    display: inline-block;
    margin-bottom: 0px;
}

.header-wrapper .breadcrumb {
    float: right;
    background: transparent;
    margin-bottom: 0px;
}

.header-wrapper .breadcrumb .breadcrumb-item.active {
    color: #868F9B;
}

.breadcrumb>li+li:before {
    color: #868F9B;
}


/*------------------------------------*\
	About
    \*------------------------------------*/
    .dempet{
        margin-left: 2%;
        margin-top: 2%;
        margin-bottom: 2%;
    }
    .padtop{
        padding-top: 50%;
    }
    .float-right{
        width: 50%;
        float: right;
    }
    .about-body{
        background-size: cover;
        position: relative;
        text-align: left;
        padding: 20px 20px;
        margin: 15px 0px;
    }

    .about-body p {
        color: #ffffff;
    }

    .about {
        position: relative;
        text-align: center;
        padding: 40px 20px;
        border: 1px solid #EEE;
        margin: 15px 0px;
    }

    .about i {
        font-size: 36px;
        color: #6195FF;
        margin-bottom: 20px;
    }

    .about:after {
        content: "";
        background-color: #1C1D21;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 0%;
        z-index: -1;
        -webkit-transition: 0.2s width;
        transition: 0.2s width;
    }

    .about:hover:after {
        width: 100%;
    }

    .about h3 {
        -webkit-transition: 0.2s color;
        transition: 0.2s color;
    }

    .about:hover h3 {
        color: #fff;
    }

    .phone-damer{
        text-align: right;
    }

    .perspective-phone {
        margin-top: -150px;
    }

    .perspective-phone {
        position: relative;
        z-index: -1;
    }
/*------------------------------------*\
	Portfolio
    \*------------------------------------*/
    .body>img{
        width: 100%;
    }

    .work {
        position: relative;
        padding: 20px;
    }

    .work>img {
      width: 100%;
  }

  .work .overlay {
    background: #1C1D21;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.work:hover .overlay {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0.8;
}

.work .work-content {
    position: absolute;
    left: 25px;
    right: 25px;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.work .work-content h3 {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    color: #FFF;
    margin-bottom: 10px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.work:hover .work-content h3 {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.work .work-content span {
    display: block;
    text-transform: uppercase;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    color: #6195FF;
    margin-bottom: 5px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.work:hover .work-content span {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.work .work-link {
    text-align: center;
    margin-top: 20px;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.work .work-link a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #6195FF;
    color: #FFF;
    line-height: 50px;
    text-align: center;
}

.work:hover .work-link {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    opacity: 1;
}


/*------------------------------------*\
	Services
    \*------------------------------------*/
    .service-body {
        position: relative;
        padding: 40px 20px 40px 70px;
        margin: 15px 0px;
        border: 1px solid #EEE;
    }

    .service {
        position: relative;
        padding: 40px 20px 40px 70px;
        margin: 15px 0px;
        border: 1px solid #EEE;
    }

    .service i {
        position: absolute;
        left: 20px;
        text-align: center;
        font-size: 32px;
        color: #6195FF;
        border-radius: 50%;
    }

    .service:after {
        content: "";
        background-color: #1C1D21;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 0%;
        z-index: -1;
        -webkit-transition: 0.2s width;
        transition: 0.2s width;
    }

    .service:hover:after {
        width: 100%;
    }

    .service h3 {
      -webkit-transition: 0.2s color;
      transition: 0.2s color;
  }

  .service:hover h3 {
    color: #fff;
}

/*------------------------------------*\
	Why choose us
    \*------------------------------------*/

    .feature {
        margin: 15px 0px;
    }
    .feature i {
        float: left;
        padding: 5px;
        border-radius: 50%;
        color: #6195FF;
        border: 1px solid #6195FF;
        margin-right: 5px;
        margin-bottom: 30px;
    }
    .terms p {
        font-size: 12px

    }

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

    .profil .profilKiri {
        width: auto;
        float: left;
        position: relative;
        padding: 15px 2px 15px 15px;
    }
    .profil .profilKiri .text1 {
        width: 350px;
        position: absolute;
        top: 60px;
        right: 40px;
    }
    .profil .profilKiri .text1 h2 {
        color: #fff;
    }
    .profil .profilKiri .text1 p {
        font-size: 16px;
    }

    .profil .profilKanan {
        width: auto;
        float: left;
        position: relative;
        padding: 15px 2px 15px 15px;
    }
    .profil .profilKanan .text2 {
        width: 350px;
        position: absolute;
        top: 60px;
        right: 160px;
    }
    .profil .profilKanan .text2 h2 {
        color: #fff;
    }
    .profil .profilKanan .text2 p {
        font-size: 16px;
    }

/*------------------------------------*\
	Testimonial
    \*------------------------------------*/

    .testimonial {
        margin: 15px 0px;
    }

    .testimonial-meta {
        position: relative;
        padding-left: 90px;
        height: 70px;
        margin-bottom: 20px;
        padding-top: 10px;
    }

    .testimonial img {
        position: absolute;
        left: 0;
        top: 0;
        width: 70px !important;
        height: 70px !important;
        border-radius: 50%;
    }

    .testimonial h3 {
        margin-bottom: 5px;
    }

    .testimonial span {
        font-size: 14px;
        color: #6195FF;
        text-transform: uppercase;
    }


/*------------------------------------*\
	Team
    \*------------------------------------*/

    .team {
        position: relative;
        background-color: #F4F4F4;
        padding: 40px 20px;
        margin: 15px 0px;
    }

    .team::after {
        content: "";
        background-color: #1C1D21;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 0%;
        z-index: 1;
        -webkit-transition: 0.2s height;
        transition: 0.2s height;
    }

    .team:hover:after {
        height: 100%;
    }

    .team-img {
        position: relative;
        margin-bottom: 20px;
        z-index: 11;
    }

    .team-img>img {
      width: 100%;
  }

  .team .overlay {
    background: #1C1D21;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.team:hover .overlay {
    opacity: 0.8;
}

.team .team-content {
    text-align: center;
    position: relative;
    z-index: 11;
}

.team .team-content h3 {
    margin-bottom: 10px;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

.team .team-content span {
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

.team:hover .team-content h3 {
    color: #FFF;
}

.team:hover .team-content span {
    color: #6195FF;
}

.team .team-social {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.team .team-social a {
    display: block;
    line-height: 50px;
    width: 50px;
    text-align: center;
    background-color: #6195FF;
    color: #FFF;
}

.team:hover .team-social {
    opacity: 1;
}


/*------------------------------------*\
	Blog
    \*------------------------------------*/

    .blog {
        background-color: #FFF;
        margin: 15px 0px;
    }

    .blog .blog-content {
        padding: 20px 20px 40px;
    }

    .blog .blog-meta {
        margin-bottom: 20px;
    }

    .blog .blog-meta li {
        display: inline-block;
        font-size: 14px;
        color: #10161A;
        margin-right: 10px;
    }

    .blog .blog-meta li i {
        color: #6195FF;
        margin-right: 5px;
    }

/*------------------------------------*\
	Blog post
    \*------------------------------------*/

    #main .blog .blog-content {
      padding: 20px 0px 0px;
  }

  #main .blog {
      margin-top: 0px;
  }

  /* -- blog tags -- */

  .blog-tags {
    margin: 40px 0px;
}

.blog-tags h5 {
    margin-bottom: 0;
    display: inline-block;
}

.blog-tags a {
    display: inline-block;
    padding: 6px 13px;
    font-size: 14px;
    margin: 2px 0px;
    background: #F4F4F4;
    color: #10161A;
}

.blog-tags a:hover {
  color: #FFF;
  background-color: #6195FF;
}

.blog-tags a i {
    margin-right: 3px;
    color: #6195FF;
}

.blog-tags a:hover i {
  color: #FFF;
}


/* -- blog author -- */

.blog-author {
    margin: 40px 0px;
}

.blog-author .media .media-left {
    padding-right: 20px;
}

.blog-author .media {
    padding: 20px;
    border: 1px solid #EEE;
}

.blog-author .media .media-heading {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EEE;
}

.blog-author .media .media-heading h3 {
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
}

.blog-author .media .media-heading .author-social {
  float: right;
}

.blog-author .author-social a {
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 3px;
    margin-left: 5px;
    color: #FFF;
    background-color: #6195FF;
}

/* -- blog comments -- */

.blog-comments {
    margin: 40px 0px;
}

.blog-comments .media {
    padding: 20px;
    background-color: #FFF;
    border-top: 1px solid #EEE;
    border-bottom: 0px;
    border-right: 1px solid #EEE;
    border-left: 1px solid #EEE;
    margin-top: 0px;
}

.blog-comments .media:first-child {
    border-bottom: 0px;
}

.blog-comments .media:last-child {
    border-bottom: 1px solid #EEE;
}

.blog-comments .media .media-left {
  padding-right: 20px;
}

.blog-comments .media .media-body .media-heading {
    text-transform: uppercase;
    margin-bottom:10px;
}

.blog-comments .media .media-body .media-heading .time {
    font-size: 12px;
    margin-left: 20px;
    font-weight: 400;
    color: #868F9B;
}

.blog-comments .media .media-body .media-heading .reply {
    float: right;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}

.blog-comments .media.author {
    background-color: #F4F4F4;
    border-color: #6195FF;
    border-bottom: 1px solid #6195FF;
}
.blog-comments .media.author>.media-body>.media-heading {
    color: #6195FF;
}

.blog-comments .media.author + .media {
    border-top: 0px;
}

/* blog reply form */

.reply-form {
    margin: 40px 0px;
}

.reply-form form .input, .reply-form form .input , .reply-form form textarea {
	margin-bottom:20px;
}

.reply-form form .input, .reply-form form .input {
    width: calc(50% - 10px);
    display: inline-block;
}

.reply-form form .input:nth-child(2) {
    margin-left: 15px;
}


/*------------------------------------*\
	Blog sidebar
    \*------------------------------------*/

    #aside .widget {
        margin-bottom: 40px;
    }

    .widget h3 {
      text-transform: uppercase;
  }

  /* -- search sidebar -- */

  #aside .widget-search {
    position: relative;
}

#aside .widget-search .search-input {
    padding-right: 50px;
}

#aside .widget-search .search-btn {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 40px;
    height: 40px;
    border: none;
    line-height: 40px;
    background-color: transparent;
    color: #6195FF;
}

/* -- category sidebar -- */

.widget-category a {
    display: block;
    font-size: 14px;
    color: #354052;
    border-bottom: 1px solid #EEE;
    padding: 5px;
}

.widget-category a:nth-child(1) {
  border-top: 1px solid #EEE;
}

.widget-category a span {
    float: right;
    color: #6195FF;
}

.widget-category a:hover {
    color: #6195FF;
}

/* -- tags sidebar -- */

.widget-tags a {
  display: inline-block;
  padding: 6px 13px;
  font-size: 14px;
  margin: 2px 0px;
  background: #F4F4F4;
  color: #10161A;
}

.widget-tags a:hover {
  color: #FFF;
  background-color: #6195FF;
}

/* -- posts sidebar -- */

.widget-post {
    min-height: 70px;
    margin-bottom: 25px;
}

.widget-post img {
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.widget-post a {
    display: block;
    color: #10161A;
}

.widget-post a:hover {
    color: #6195FF;
}

.widget-post .blog-meta {
    display: inline-block;
}

.widget-post .blog-meta li {
    display: inline-block;
    margin-right: 5px;
    color: #6195FF;
    font-size: 12px;
}

.widget-post li i {
    color: #6195FF;
    margin-right: 5px;
}



/*------------------------------------*\
	Contact
    \*------------------------------------*/

    .contact {
        margin: 15px 0px;
        text-align: center;
    }

    .contact i {
        font-size: 36px;
        color: #6195FF;
        margin-bottom: 20px;
    }

    .contact-form {
        text-align: center;
        margin-top: 40px;
    }

    .contact-form .input {
        margin-bottom: 20px;
    }


    .contact-form .input:nth-child(1), .contact-form .input:nth-child(2) {
        width: calc(50% - 10px);
    }

    .contact-form .input:nth-child(2) {
        margin-left: 15px;
    }

    ol{
        list-style: decimal;
    }
    .kotak-dis{
        text-align: justify;
        background-color: #FAFAFA;
        border-top: 1px solid #EEE;
        border-left: 1px solid #EEE;
        border-right: 1px solid #EEE;
        border-bottom: 1px solid #EEE;
        border-radius: 25px;
        padding: 50px 50px;

    }
    .kotak-dis li {
        font-size: 12px;
    }
    .kotak-dis p {
        font-size: 12px;
    }
/*------------------------------------*\
	Footer
    \*------------------------------------*/

    #footer {
        position: relative;
    }

    .footer-logo {
        text-align: center;
        margin-bottom: 40px;
    }

    .footer-logo li {
        display: inline-block;
        margin-left: 100px;
        margin-right: 100px;
        margin-bottom: 13px;
    }

    .footer-logo>a>img {
        max-height: 80px;
        max-width: 200px
    }

    .footer-logo li a {
        display: inline-block;
        line-height: 75px;
        text-align: center;
        border-radius: 3px;
    }

    .footer-logo p {
        color: #ffffff;
    }

    .footer-follow {
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-follow li {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 13px;
        color: #ffffff;
    }

    .footer-follow li a {
        display: inline-block;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border-radius: 3px;
        background-color: #6195FF;
        color:#FFF;
    }

    .footer-copyright {
        text-align: center;
        font-size: 14px;
        text-transform: uppercase;
        color: #ffffff;
    }


/*------------------------------------*\
	Responsive
    \*------------------------------------*/

    @media only screen and (max-width: 991px) {

        .home-img {
            width: 40%;
        }
        .section-header h2.title {
            font-size:31.5px;
        }

        .main-btn , .default-btn , .outline-btn , .white-btn  {
            padding: 8px 22px;
            font-size:14px;
        }

        .home-content h1 {
            font-size:36px;
        }

        .header-wrapper h2 {
          margin-bottom: 20px;
          text-align: center;
          display: block;
      }

      .header-wrapper .breadcrumb {
          float: none;
          text-align: center;
      }
      .phone-damer {
        padding-top: 150px;
        text-align: center;
    }
    .body-padding {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .body-paddingabout {
        padding-top: 100px;
    }
    .perspective-phone {
        position: absolute;
        z-index: 1;
        padding-top: 150px;
        margin-bottom: 150px;
    }
    .la-padding {
        padding-top: 120px;
        padding-bottom: 350px;
    }
    #prev {
        /*width: 100px;*/
        /*margin-top: 200px;*/
        /* margin-left: 200px; */
        line-height: 50px;
        border-radius: 50%;
        font-size: 100px;
        text-align: center;
        color: #11ade5;
        text-decoration: none;
        position: absolute;
        top: 45%;
        transform: translateY(-50%);
        transition: all 150ms ease;
        cursor: pointer;
    }

    .padtop{
        padding-top: 5%;
    }
    .mobtop{
        padding-top: 30%;
    }
    .dempet{
        margin-left: 2%;
        margin-top: 2%;
        margin-bottom: 2%;
    }

    #berubah{
        color:red;
        margin-left: 5px;
        margin-top: 0px;
    }
    #font-kecil{
        font-size: 16px;
    }
    #ilang{
        display: none !important;
    }
}

/*marshel*/

/*marshel*/

@media only screen and (max-width: 767px) {


    .home-img {
        width: 40%;
    }
    .section-header h2.title {
      font-size:31.5px;
  }

  .main-btn , .default-btn , .outline-btn , .white-btn  {
      padding: 8px 22px;
      font-size:14px;
  }

  .home-content h1 {
     font-size:36px;
 }

 .header-wrapper h2 {
  margin-bottom: 20px;
  text-align: center;
  display: block;
}

.header-wrapper .breadcrumb {
  float: none;
  text-align: center;
}
.phone-damer {
    padding-top: 150px;
    text-align: center;
}
.body-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}
.body-paddingabout {
    padding-top: 100px;
}
.perspective-phone {
    position: absolute;
    z-index: 1;
    padding-top: 150px;
    margin-bottom: 150px;
}
.la-padding {
    padding-top: 120px;
    padding-bottom: 350px;
}
#prev {
    /*width: 100px;*/
    /*margin-top: 200px;*/
    /* margin-left: 200px; */
    line-height: 50px;
    border-radius: 50%;
    font-size: 100px;
    text-align: center;
    color: #11ade5;
    text-decoration: none;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    transition: all 150ms ease;
    cursor: pointer;
}

.padtop{
    padding-top: 5%;
}
.mobtop{
    padding-top: 30%;
}
.dempet{
    margin-left: 2%;
    margin-top: 2%;
    margin-bottom: 2%;
}

#berubah{
    color:red;
    margin-left: 5px;
    margin-top: 0px;
}
#font-kecil{
    font-size: 16px;
}
}

@media only screen and (max-width: 480px) {
    #merah{
        background:red;
    }
    .minhpmar{
        width: 100%
    }
    #portfolio [class*='col-xs'] {
        width:100%;
    }
    .home-img {
        width: 100%;
    }
    .profil .profilKiri .text1 {
        width: 290px;
        position: absolute;
        top: 60px;
        right: 30px;
    }
    .profil .profilKanan .text2 {
        width: 290px;
        position: absolute;
        top: 60px;
        right: 120px;
    }
    h2.white-text {
        font-size: 24px;
        width: 50%;
    }
    #prev {
        /*width: 100px;*/
        margin-top: 200px;
        /* margin-left: 200px; */
        line-height: 50px;
        border-radius: 50%;
        font-size: 100px;
        text-align: center;
        color: #11ade5;
        text-decoration: none;
        position: absolute;
        top: 45%;
        transform: translateY(-50%);
        transition: all 150ms ease;
        cursor: pointer;
    }
    #content div.contentSelected {
        width: 1200px;
        z-index: 10;
        left: 50%;
        transform: translateY(0px) translateX(-50%);
    }
    .float-right{
        text-align: center;
        width: 100%;

    }
    .per-phone{
        padding-top: 200px;
    }

    .dempet{
        margin-left: 2%;
        margin-top: 15%;
        margin-bottom: 20%;
    }

}

#numbers [class*='col-xs'] {
    width:100%;
}

.contact-form .input:nth-child(1), .contact-form .input:nth-child(2) {
  width: 100%;
}
.contact-form .input:nth-child(2) {
  margin-left: 0px;
}

.reply-form form .input, .reply-form form .input {
  width: 100%;
}
.reply-form form .input:nth-child(2) {
  margin-left: 0px;
}

.phone-damer{
    height: 50%;
    text-align: center;
}


.blog-author .media .media-left {
  display: block;
  padding-right: 0;
  margin-bottom: 20px;
}
.blog-author .media {
  text-align: center;
}
.blog-author .media .media-heading .author-social {
  margin-top: 10px;
  float: none;
}
.blog-author .media .media-left img {
  margin: auto;
}

.blog-comments .media .media {
  margin:0px -15px;
}
#content {
    text-align: center;
    position: relative;
    height: 200px;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    width: 400px;
}


@media only screen and (max-width: 360px){

    #nav.navbar-brand .logo {
        width: 250px;
        margin: 0px;
    }
    #nav.nav-transparent .navbar-brand .logo {
        width: 250px;
        margin: 0px;
    }

    .home-img {
        width: 38%;
    }
    .body-padding {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .home-content {
        width: 340px;
    }
    .home-content h2 {
        font-size: 24px;
        width: 340px;
    }
    .dempet{
        margin-left: 2%;
        margin-top: 15%;
        margin-bottom: 20%;
    }
}




/*------------------------------------*\
    INVESTOR
    \*------------------------------------*/
    /* -- First -- */

    /* -- Second -- */
    .para-02{
        margin-bottom: 85px;
    }

    .para-03{
        margin-bottom: 35px;
    }
    /* -- Third -- */
    .second-section .investor-item {
        text-align: center;
    }

    .second-section .investor-item .icon img {
        max-width: 100%;
        overflow: hidden;
    }

    .second-section .investor-item {
        text-align: center;
    }

    .second-section .investor-item .icon img {
        max-width: 60%;
        overflow: hidden;
    }

    .second-section h4 {
        font-size: 24px;
        color: #0054a5;
        margin-top: 25px;
        margin-bottom: 15px;
    }

    /* -- Carousel -- */
    html, body, main {
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
  }

  #carousel {
      position: relative;
      height: 400px;
      top: 50%;
      transform: translateY(-50%);
      overflow: hidden;
      margin-top: 270px;
  }
  #carousel div {
      position: absolute;
      transition: transform 1s, left 1s, opacity 1s, z-index 0s;
      opacity: 1;
  }
  #carousel div img {
      width: 400px;
      transition: width 1s;
  }
  #carousel div.hideLeft {
      left: 0%;
      opacity: 0;
      transform: translateY(50%) translateX(-50%);
  }
  #carousel div.hideLeft img {
      width: 200px;
  }
  #carousel div.hideRight {
      left: 100%;
      opacity: 0;
      transform: translateY(50%) translateX(-50%);
  }
  #carousel div.hideRight img {
      width: 200px;
  }
  #carousel div.prev {
      opacity: 0.5;
      z-index: 5;
      left: 30%;
      transform: translateY(50px) translateX(-50%);
  }
  #carousel div.prev img {
      width: 300px;
  }
  #carousel div.prevLeftSecond {
      z-index: 4;
      left: 15%;
      transform: translateY(50%) translateX(-50%);
      opacity: 0.2;
  }
  #carousel div.prevLeftSecond img {
      width: 200px;
  }
  #carousel div.selected {
      z-index: 10;
      left: 50%;
      transform: translateY(0px) translateX(-50%);
  }
  #carousel div.next {
      opacity: 0.5;
      z-index: 5;
      left: 70%;
      transform: translateY(50px) translateX(-50%);
  }
  #carousel div.next img {
      width: 300px;
  }
  #carousel div.nextRightSecond {
      z-index: 4;
      left: 85%;
      transform: translateY(50%) translateX(-50%);
      opacity: 0.2;
  }
  #carousel div.nextRightSecond img {
      width: 200px;
  }
  #content {
      text-align: center;
      position: relative;
      height: 200px;
      top: 50%;
      transform: translateY(-50%);
      overflow: hidden;
      width: 1200px;
  }
  #content div {
      position: absolute;
      transition: transform 1s, left 1s, opacity 1s, z-index 0s;
      opacity: 1;
  }

  #content div.contentHideLeft {
      width: 1200px;
      opacity: 0;
      left: 0%;
      transform: translateY(50%) translateX(-50%);
  }

  #content div.contentHideRight {
      width: 1200px;
      opacity: 0;
      left: 100%;
      transform: translateY(50%) translateX(-50%);
  }

  #content div.contentPrev {
      width: 1200px;
      opacity: 0;
      z-index: 5;
      left: 30%;
      transform: translateY(50px) translateX(-50%);
  }

  #content div.contentSelected {
      width: 1200px;
      z-index: 10;
      left: 50%;
      transform: translateY(0px) translateX(-50%);
  }
  #content div.contentNext {
      width: 1200px;
      opacity: 0;
      z-index: 5;
      left: 70%;
      transform: translateY(50px) translateX(-50%);
  }


  .buttons {
      position: fixed;
      left: 50%;
      transform: translateX(-50%);
      bottom: 10px;
  }



  #prev{
    width: 100px;
    /*margin-left: 200px;*/
    line-height: 50px;
    border-radius: 50%;
    font-size: 100px;
    text-align: center;
    color: #11ade5;
    text-decoration: none;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    transition: all 150ms ease;
    cursor: pointer;
    &:hover {
      background-color: rgba(0,0,0,1);
      text-shadow: 0;
  }
}
#next{
    width: 100px;
    /*margin-right: 200px;*/
    line-height: 50px;
    border-radius: 50%;
    font-size: 100px;
    text-align: center;
    color: #11ade5;
    text-decoration: none;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    transition: all 150ms ease;
    cursor: pointer;
    &:hover {
      background-color: rgba(0,0,0,1);
      text-shadow: 0;
  }
}
#prev {
    left: 10px;
}
#next {
    right: 10px;
}
/*------------------------------------*\
    Peminjam
    \*------------------------------------*/

    .server-item {
        text-align: center;
    }

    .server-item .icon img {
        max-width: 60%;
        overflow: hidden;
    }
/*------------------------------------*\
    Tentang
    \*------------------------------------*/
    .title-about{
        font-size: 36px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
    }
    .mar-left{
        margin-left: 60px;
    }
    .mar-leftleft{
        margin-left: 15%;
    }
/*.ppadding{
    padding-left: 17%;
    }*/
    .subtitle-about{
        font-size: 20px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
    }
    .tentang-para{
        border-style: solid;
        border-width: 2px;
        border-radius: 20px;
        border-color: #999;
        font-size: 20px;
    }
    .tentang-para p{
        padding: 10px 10px;
    }
    .visi{
        margin-left: 265px;
        padding-left: 40px;
    }
    .visi-after{
        margin-bottom: 250px;
    }
    .rata-kiri{
        text-align: left;
        margin-top: 100px;
        display: inline-block;
    }
/*------------------------------------*\
    FAQ
    \*------------------------------------*/
/*------------------------------------*\
	Owl theme
    \*------------------------------------*/

    /* -- dots -- */

    .owl-theme .owl-dots .owl-dot span {
        border: none;
        background: #EEE;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }

    .owl-theme .owl-dots .owl-dot:hover span {
        background: #6195FF;
    }
    .owl-theme .owl-dots .owl-dot.active span {
       background: #6195FF;
       width:20px;
   }

   /* -- nav -- */

   .owl-theme .owl-nav {
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.owl-theme:hover .owl-nav {
    opacity: 1;
}

.owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #6195FF;
    color: #FFF;
    padding: 0px;
    width: 50px;
    height: 50px;
    border-radius:3px;
    line-height: 50px;
    margin: 0;
}

.owl-theme .owl-prev {
    left: 0px;
}

.owl-theme .owl-next {
    right: 0px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    opacity: 0.8;
    background: #6195FF;
}


/*------------------------------------*\
	Back to top
    \*------------------------------------*/

    #back-to-top {
       display:none;
       position: fixed;
       bottom: 20px;
       right: 20px;
       width: 50px;
       height: 50px;
       line-height: 50px;
       text-align: center;
       background: #6195FF;
       border-radius:3px;
       color: #FFF;
       z-index: 9999;
       -webkit-transition: 0.2s opacity;
       transition: 0.2s opacity;
       cursor: pointer;
   }


   #back-to-top:after {
    content: "\f106";
    font-family: 'FontAwesome';
}

#back-to-top:hover {
    opacity: 0.8;
}

/*------------------------------------*\
	Preloader
    \*------------------------------------*/


    #preloader {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background-color: #FFF;
        z-index: 99999;
    }

    .preloader {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .preloader span {
        display: inline-block;
        background-color: #6195FF;
        width: 25px;
        height: 25px;
        -webkit-animation: 1s preload ease-in-out infinite;
        animation: preload 1s ease-in-out infinite;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        border-radius:50%;
    }

    .preloader span:nth-child(1) {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .preloader span:nth-child(2) {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .preloader span:nth-child(3) {
        -webkit-animation-delay: 0.15s;
        animation-delay: 0.15s;
    }

    .preloader span:nth-child(4) {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    @-webkit-keyframes preload {
     0% {
        -webkit-transform:scale(0);
        transform:scale(0);
    }
    50% {
        -webkit-transform:scale(1);
        transform:scale(1);
    }
    100% {
        -webkit-transform:scale(0);
        transform:scale(0);
    }
}

@keyframes preload {
	0% {
        -webkit-transform:scale(0);
        transform:scale(0);
    }
    50% {
        -webkit-transform:scale(1);
        transform:scale(1);
    }
    100% {
        -webkit-transform:scale(0);
        transform:scale(0);
    }
}

@media only screen
and  (min-width: 320px)
{
    .damer-font-header{
        font-size: 16pt;
        font-family: Montserrat,serif;
        color:#404040;
    }

    .damer-font-body{
        font-size: 11pt;
        font-family: Montserrat,serif;
        color:#404040;
    }
    .padding-damer-new{
        padding-top:50px;
        padding-bottom:50px;
    }
    .font-sub-head{
        font-size: 10pt;
        font-family: Montserrat,serif;
        color:#404040;
        padding-top: 10px;
    }
    .font-sub-body{
        font-size: 10pt;
        font-family: Montserrat,serif;
        color:#404040;
        padding-top: 0px;
        padding-bottom:0px;
    }
    .text-usaha{
        padding-top: 15px;
        color: #0054a5;
        padding-bottom: 0px;
    }
    .btn-pinjam-sekarang{
        color: #fff;
        height: 40px;
        font-size: 12pt;
        background-color: #0054a5;
        padding-bottom: 0px;
        border-radius:5px;
    }
    .teble-usaha{
        width: 60%;
        padding-bottom: 0px;
    }
    .blm-daftar{
        font-size: 10pt;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .href-daftar{
        color: #0054a5;
        padding-bottom: 0px;
    }
    .btn-pinjam-sekarang:hover{
        background-color:#0054a5;
        color:#fff;
        padding-bottom: 0px;
        border-radius:5px;
    }
    h2{
        font-size: 15pt;
    }
}

@media only screen
and  (min-width: 375px)
{
    .damer-font-header{
        font-size: 16pt;
        font-family: Montserrat,serif;
        color:#404040;
    }

    .damer-font-body{
        font-size: 11pt;
        font-family: Montserrat,serif;
        color:#404040;
    }
    .padding-damer-new{
        padding-top:50px;
        padding-bottom:50px;
    }
    .font-sub-head{
        font-size: 10pt;
        font-family: Montserrat,serif;
        color:#404040;
        padding-top: 10px;
    }
    .font-sub-body{
        font-size: 10pt;
        font-family: Montserrat,serif;
        color:#404040;
        padding-top: 0px;
        padding-bottom:0px;
    }
    .text-usaha{
        padding-top: 15px;
        color: #0054a5;
        padding-bottom: 0px;
    }
    .btn-pinjam-sekarang{
        color: #fff;
        height: 40px;
        font-size: 12pt;
        background-color: #0054a5;
        padding-bottom: 0px;
        border-radius:5px;
    }
    .teble-usaha{
        width: 60%;
        padding-bottom: 0px;
    }
    .blm-daftar{
        font-size: 10pt;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .href-daftar{
        color: #0054a5;
        padding-bottom: 0px;
    }
    .btn-pinjam-sekarang:hover{
        background-color:#0054a5;
        color:#fff;
        padding-bottom: 0px;
        border-radius:5px;
    }
    h2{
        font-size: 15pt;
    }
}

@media only screen
and  (min-width: 414px)
{
    .damer-font-header{
        font-size: 16pt;
        font-family: Montserrat,serif;
        color:#404040;
    }

    .damer-font-body{
        font-size: 11pt;
        font-family: Montserrat,serif;
        color:#404040;
    }
    .padding-damer-new{
        padding-top:50px;
        padding-bottom:50px;
    }
    .font-sub-head{
        font-size: 10pt;
        font-family: Montserrat,serif;
        color:#404040;
        padding-top: 10px;
    }
    .font-sub-body{
        font-size: 10pt;
        font-family: Montserrat,serif;
        color:#404040;
        padding-top: 0px;
        padding-bottom:0px;
    }
    .text-usaha{
        padding-top: 15px;
        color: #0054a5;
        padding-bottom: 0px;
    }
    .btn-pinjam-sekarang{
        color: #fff;
        height: 40px;
        font-size: 12pt;
        background-color: #0054a5;
        padding-bottom: 0px;
        border-radius:5px;
    }
    .teble-usaha{
        width: 60%;
        padding-bottom: 0px;
    }
    .blm-daftar{
        font-size: 10pt;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .href-daftar{
        color: #0054a5;
        padding-bottom: 0px;
    }
    .btn-pinjam-sekarang:hover{
        background-color:#0054a5;
        color:#fff;
        padding-bottom: 0px;
        border-radius:5px;
    }
    h2{
        font-size: 15pt;
    }
}

@media only screen
and  (min-width: 768px)
{
    .damer-font-header{
        font-size: 16pt;
        font-family: Montserrat,serif;
        color:#404040;
    }

    .damer-font-body{
        font-size: 11pt;
        font-family: Montserrat,serif;
        color:#404040;
    }
    .padding-damer-new{
        padding-top:50px;
        padding-bottom:50px;
    }
    .font-sub-head{
        font-size: 10pt;
        font-family: Montserrat,serif;
        color:#404040;
        padding-top: 10px;
    }
    .font-sub-body{
        font-size: 10pt;
        font-family: Montserrat,serif;
        color:#404040;
        padding-top: 0px;
        padding-bottom:0px;
    }
    .text-usaha{
        padding-top: 15px;
        color: #0054a5;
        padding-bottom: 0px;
    }
    .btn-pinjam-sekarang{
        color: #fff;
        height: 40px;
        font-size: 12pt;
        background-color: #0054a5;
        padding-bottom: 0px;
        border-radius:5px;
    }
    .teble-usaha{
        width: 60%;
        padding-bottom: 0px;
    }
    .blm-daftar{
        font-size: 10pt;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .href-daftar{
        color: #0054a5;
        padding-bottom: 0px;
    }
    .btn-pinjam-sekarang:hover{
        background-color:#0054a5;
        color:#fff;
        padding-bottom: 0px;
        border-radius:5px;
    }
    h2{
        font-size: 15pt;
    }
}

@media only screen
and  (min-width: 1024px)
{
    .damer-font-header{
        font-size: 16pt;
        font-family: Montserrat,serif;
        color:#404040;
    }

    .damer-font-body{
        font-size: 11pt;
        font-family: Montserrat,serif;
        color:#404040;
    }
    .padding-damer-new{
        padding-top:50px;
        padding-bottom:50px;
    }
    .font-sub-head{
        font-size: 10pt;
        font-family: Montserrat,serif;
        color:#404040;
        padding-top: 10px;
    }
    .font-sub-body{
        font-size: 10pt;
        font-family: Montserrat,serif;
        color:#404040;
        padding-top: 0px;
        padding-bottom:0px;
    }
    .text-usaha{
        padding-top: 15px;
        color: #0054a5;
        padding-bottom: 0px;
    }
    .btn-pinjam-sekarang{
        color: #fff;
        height: 60px;
        font-size: 20px;
        background-color: #0054a5;
        padding-bottom: 0px;
        border-radius:5px;
    }
    .teble-usaha{
        width: 40%;
        padding-bottom: 0px;
    }
    .blm-daftar{
        font-size: 10pt;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .href-daftar{
        color: #0054a5;
        padding-bottom: 0px;
    }
    .btn-pinjam-sekarang:hover{
        background-color:#0054a5;
        color:#fff;
        padding-bottom: 0px;
        border-radius:5px;
        border-radius:5px;
    }
}

.btn-color{
    background-color: #0054a5;
    color:#fff;
}

.perfom-damer-top{
    padding-top: 40px;
}

.perfom-damer-bottom{
    padding-bottom: 40px;
}




.circle {
 border: 4px solid  #0054a5;
 border-radius: 50%;
 height: 150px;
 width: 150px;
 font-size: 30px;
 text-align: center;
 background-color: #0054a5;
 box-shadow: 0 4px 8px 0 rgba(174, 165, 158, 1), 0 6px 20px 0 rgba(174, 165, 158, 1);
}

.text-circle-head{
    padding-top:23px;
    padding-bottom:0px;
    border-bottom: 3px solid #c5cae9;
    color:#fff;

}
.text-circle-foot{
    padding-top:0px;
    color:#fff;
    font-size: 25px;
}
.bodertes{
 border: 4px dashed  #0054a5;
}
.circle-daftar{
 border: 4px solid  #f44336;
 border-radius: 50%;
 height: 150px;
 width: 150px;
 font-size: 20px;
 text-align: center;
 background-color: #f44336;
 box-shadow: 0 4px 8px 0 rgba(174, 165, 158, 1), 0 6px 20px 0 rgba(174, 165, 158, 1);
}

.text-daftar{
    padding-top:35px;
    color:#fff;
}

.text-circle-foot-mini{
    padding-top:0px;
    color:#fff;
    font-size: 14px;
}

.footer-img{
    padding-top:10px;
    padding-bottom: 0px;
    height: 100%;
}

.footer-damer{
    height: 100%;
    background-color: #2b2b2b;
}

.pengaduan{
    padding-bottom:30px;
    padding-top:0px;
}

.title-mekanisme{
    font-size: 15pt;
    font-weight:bold;
}

.subtitle-mekanisme{
    padding-top:0px;
    padding-left: 30px;
    font-weight:bold;
}

.dot {
    height: 10px;
    width: 10px;
    background-color: #868F9B;
    border-radius: 50%;
    display: inline-block;
    margin-left: 2em;
}

.text-mekanisme{
    margin-left: 2em;
    padding-bottom:5px;
}

.jenis_layanan{
    padding-bottom:20px;
}

.subtext-mekanisme{
    margin-left: 2em;
    padding-bottom:5px;
}

.number-mekanisme{
    margin-left: 3em;
}

.visi-header{
    font-size: 35pt;
    padding-top: 40px;
}

.line{
    padding-top:48px;
    padding-bottom:0px;
    border-bottom: 3px solid #c5cae9;
    color:#fff;
}

.text-misi{
    padding-top: 10px;
}

.visi-them{
    padding-top: 40px;
}

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

.dot2 {
   list-style-type: circle;
}

.komitmen{
    font-size: 30pt;
    padding-top: 70px;
}

.title-komitmen{
 font-size: 18pt;
 padding-top: 50px;
}

.text-komitmen{
    padding-top:0px;
    padding-bottom:20px;
    border-bottom: 3px solid #c5cae9;
}

.tim-damer{
    padding-top: 90px;
    font-size: 30pt;
    padding-bottom:60px;
}

.nama-tim{
    padding-top: 20px;
    font-size: 15pt;
    font-weight:bold;
    padding-bottom:0px;
}

.nama-jabatan{
 padding-top: 0px;
 font-size: 10pt;
 padding-bottom:20px;
}

.event-damer{
    padding-top: 120px;
    font-size: 30pt;
    padding-bottom:10px;
}

.laporan-damer{
    padding-top: 120px;
    font-size: 15pt;
    padding-bottom:10px;
}

.tim-box{
    height: 90%;
}

.text-circle-foot-tkb{
    padding-top:0px;
    color:#fff;
    font-size: 15px;
    padding-bottom: 0px;
}







/*tooltip Box*/
.con-tooltip {
  display: inline-block;
  transition: all 0.3s ease-in-out;
  cursor: default;
}

/*hover ToolTip*/
.bottom:hover {transform: translateY(-6px);}

/*tooltip */
.tooltip-damer {
  visibility: hidden;
  z-index: 1;
  opacity: .40;
  width: 100%;
  padding: 0px 20px;

  background: #333;
  color: #E086D3;

  position: absolute;
  top:-140%;
  left: -25%;


  border-radius: 9px;
  font: 16px;

  transform: translateY(19px);
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 3px rgba(56, 54, 54, 0.86);
}


/* tooltip  after*/
.tooltip-damer::after {
  content: " ";
  width: 0;
  height: 0;

  border-style: solid;
  border-width: 12px 12.5px 0 12.5px;
  border-color: #333 transparent transparent transparent;

  position: absolute;
  left: 40%;

}

.con-tooltip:hover .tooltip-damer{
  visibility: visible;
  transform: translateY(-10px);
  opacity: 1;
  transition: .3s linear;
  animation: odsoky 1s ease-in-out infinite  alternate;

}
@keyframes odsoky {
  0%{
    transform: translateY(6px);
}

100%{
    transform: translateY(1px);
}

}

/*bottom*/

.bottom .tooltip-damer { top:115%; left:-20%; }

.bottom .tooltip-damer::after{
  top:-17%;
  left:40%;
  transform: rotate(180deg);
}

.logo-damer-event{
    padding-top: 70px;
    padding-bottom:30px;
}

.event-text-header{
    font-size: 20pt;
    padding-top:30px;
    font-weight:bold;
}


.event-text-next-event{
    font-size: 20pt;
    padding-top:90px;
    font-weight:bold;
    border-bottom: 5px solid #c5cae9;
    padding-bottom:0px;
}

.img-next-event{
    padding-bottom:0px;
}

.list-next-event{
    padding-bottom: 20px;
}

.event-bg-putih{
    border-radius: 10px;
    border: 3px solid #f44336;
    margin-left: 13px;
    margin-right: 20px;
    width: 18%;
}

.event-text-header-putih{
    padding-top: 20px;
    font-size: 18pt;
    color: #fff;
    padding-bottom: 30px;
    font-weight:bold;
}

.event-text-putih-body{
    font-size: 12pt;
    color: #fff;
    padding-bottom: 15px;
    border-bottom: 2px solid #fff;
    font-weight:bold;
}

.event-text-putih-footer{
    font-size: 12pt;
    color: #fff;
    font-weight:bold;
    padding-bottom: 25px;
    padding-top: 15px;
}

.event-bg-merah{
    background-color: #f44336;
    border-radius: 10px;
    border: 2px solid #f44336;
    margin-left: 13px;
    margin-right: 20px;
    width: 18%;
}

.event-text-header-merah{
    padding-top: 18px;
    font-size: 18pt;
    color: #f44336;
    padding-bottom: 30px;
    font-weight:bold;
}

.event-text-merah-body{
    font-size: 12pt;
    color: #f44336;
    padding-bottom: 15px;
    border-bottom: 2px solid #f44336;
    font-weight:bold;
}

.event-text-merah-footer{
    font-size: 12pt;
    color: #f44336;
    font-weight:bold;
    padding-bottom: 25px;
    padding-top: 15px;
}

.text-footer-long{
    padding-top: 70px;
    padding-right: 40px;
    padding-left:40px;
    padding-bottom: 70px;
}
.laporan-text{
    font-size: 12pt;
    color: grey;
    padding-bottom: 15px;
    font-weight:bold;
}

.swal-wide-snk{
    left: 0px !important;
    right: 0px !important;
    /* right: 10% !important; */
    margin-left: 15% !important;
    margin-right: 15% !important;
    /* left:0 !important; */
    align-content: center !important;
    width: 70% !important;
    max-height: 60% !important;
    overflow-y: scroll !important;

}
