a {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #333333;
}

p{
    font-size: 18px;
    color: #8e989f;
}

.p1{
    font-size: 15px;   
}

input:focus,
button:focus,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: #000000;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 5px;
    font-weight: 600;
}

html,
body {
    height: 100%
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    color: #515656;
}



/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/**
*Helper-Classes
**/

.full-height {
    width: 100%;
    height: 100vh;
}

.relative {
    position: relative;
}

.fixed,
.absolute {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.fixed {
    position: fixed;
}

.v-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.section-padding {
    padding: 50px 0;
}

.social-menu {
    list-style: none;
    margin: 0;
    padding: 10px;
}

.social-menu li {
    display: inline-block;
    margin: 0 3px;
}

.social-menu li a {
    display: block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 2.5em;
    background-color: #ffffff;
    color: #138fc2;
    border-radius: 100px;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    font-size: 15px;
}

.social-menu li a:hover {
    background-color: #138fc2;
    color: #ffffff;
    -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1);
}

/*bagian testimoni*/

.testi2 {
    width: 100%;
    padding-right: 0px;
    text-align: left;
}

.testi2 h2{
    text-transform: uppercase;
    position: relative;
    font-size: 28px;
    font-weight: bold;
    color: black;
}

/*bagian testimoni*/

/**
*Default Background Class
**/

/*.overlay:before,*/


@media (min-width: 1300px) {

.testi {
    padding: 20px 20px;
    text-align: center;
    border-radius: 30px;

    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.testi:hover {
    background-color: white;
    border: 2px solid #ccedd2;
    -webkit-transform: translateY(-20px);
    transform: translateY(20px)
}

.testi h4 {
    font-size: 20px;
    font-weight: bold;
}

.testi .testi-foto {
    height: 165px;
    margin-bottom: 20px;
}

.testi:hover .testi-foto img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.section-padding2 {
    padding: 120px 0;
}

.section-padding3 {
    padding: 80px 0;
}

.section-padding4 {
    padding: 140px 0px;
}

.box3 .box3-photo {
    height: 160px;
    margin-bottom: 90px;
    background-color: white;
}

.row2 {
    display: grid;
    grid-template-columns: 20% 30% 30%;
    grid-gap: 2%;
    justify-content: center;
    align-items: center;
}

/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin-top: 84px;
}


.w3-animate-zoom {
    animation-duration: 2s;
}

.box {
    padding: 40px 20px;
    text-align: center;

    border: none;
    border-radius: 30px;
    -webkit-box-shadow: 0 10px 30px -5px #CFD6FA;
    box-shadow: 0 20px 40px -5px #CFD6FA;
    margin-top: 40px;

    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.box:hover {
    border: none;
    border-radius: 30px;
    background-color: #ffffff;
    -webkit-transform: translateY(-20px);
    transform: translateY(-50px)
}

.box .box-icon {
    height: 100px;
    margin-bottom: 20px;
}

.box:hover .box-icon img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.page-title {
    margin-bottom: 60px;
    color: black;
    padding-top: 30px;
    text-align: center;
    width: 100%;
}

.page-title h2 {
    text-transform: uppercase;
    position: relative;
    font-size: 28px;
    font-weight: bold;
    color: black;
    text-align: center;
}

.page-title h2:after {
    font-size: 18px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -10px;
    width: 15px;
    height: 15px;
}

.box1 {
    width: 80%;
    padding: 40px 20px;
    text-align: center;]
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 5px;
    margin: 0px 50px;
    border: none;


    border-radius: 20px;
    box-shadow: 0 5px 20px 0px #CFD6FA;
    background-color: #ffffff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)

    -webkit-box-shadow: 0 0 0 0 #ffffff;
    box-shadow: 0 0 0 0 #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.box1:hover {
    border: 1px solid #CFD6FA;
    border-radius: 50px;
    box-shadow: 0 0px 20px 0px #CFD6FA;
    background-color: #ffffff;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
}

.box1 h4 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}

.box1 p {
    font-size: 18px;
}

.box1 .box-icon {
    height: 165px;
    margin-bottom: 20px;
}

.box1:hover .box-icon img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.hubungi2{
    font-size: 30px;
    color: white;
}

.hubungi{
    text-align: left;
    font-weight: normal;
    font-size: 20px;
    color: white;
    padding-right: 18px; 
}

.column {
    width: 100%;
}

.column1 {
    width: 100%;
}

.column1 img {
    width: 120px;
}

.column2 {
    width: 100%;
    margin-bottom: 80px;
    margin-top: 10px;
    margin-left: 10px;

    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 0px;
    justify-content: center;
    align-items: center;
}

.column3 {
    float: center;
    width: 100%; 
    margin-bottom: 30px;
    margin-top: 10px;
}

.mainmenu-area #primary-menu > ul > li > a:before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -10px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    /*border-top: 10px solid #E91544;*/
    border-top: 10px solid #3fbf7d;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.mainmenu-area #primary-menu ul li.active a,
.mainmenu-area #primary-menu ul li a:hover {
    /*border-top: 3px solid #E91544;*/
    border-top: 3px solid #3fbf7d;
    font-weight: bold;
}

.button.white{
    margin-right: 10px;
    width: 220px;

    background-color: #E91544;
    color: white;
    padding: 15px 15px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    display: inline-block;  
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.button.white:hover {
  background-color: #B41035;
}

.button.second {
    margin-top: 10px;
    width: 220px;

    margin-left: 0px;
    background-color: white; 
    color: #E91544; 
    border: 2px solid #E91544;
    display: inline-block;
    padding: 15px 15px;
    border-radius: 40px;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.button.second:hover {
  background-color: #e7e7e7;
  color: #434343;
  border: 2px solid #e7e7e7;
}

.header-text {
    font-size: 18px;
    margin-bottom: 20px;
    color: black;
    text-align: left;
    width: 45%;
}

.header-area1 {
    background: url('images/header.png') no-repeat scroll center center;
 }

.mainmenu-area.affix a {
    background-color: #ffffff;
    color: black;
    }
}

@media only screen and (min-width:600px) and (max-width:1300px) {

.testi {
    padding: 20px 20px;
    text-align: center;
    border-radius: 30px;

    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.testi:hover {
    background-color: white;
    border: 2px solid #ccedd2;
    -webkit-transform: translateY(-20px);
    transform: translateY(20px)
}

.testi h4 {
    font-size: 20px;
    font-weight: bold;
}

.testi .testi-foto {
    height: 165px;
    margin-bottom: 20px;
}

.testi:hover .testi-foto img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.section-padding2 {
    padding: 120px 0;
}

.section-padding3 {
    padding: 80px 0;
}

.section-padding4 {
    padding: 140px 0px;
}

.box3 .box3-photo {
    background-color: white;
}

.row2 {
    display: grid;
    grid-template-columns: 20% 30% 40%;
    grid-gap: 2%;
    justify-content: center;
    align-items: center;
}

/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin-top: 16.5%;
}


.w3-animate-zoom {
    animation-duration: 2s;
}

.box {
    padding: 40px 20px;
    text-align: center;

    border: none;
    border-radius: 30px;
    -webkit-box-shadow: 0 10px 30px -5px #CFD6FA;
    box-shadow: 0 20px 40px -5px #CFD6FA;
    margin-top: 40px;

    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.box:hover {
    border: none;
    border-radius: 30px;
    background-color: #ffffff;
    -webkit-transform: translateY(-20px);
    transform: translateY(-50px)
}

.box .box-icon {
    height: 100px;
    margin-bottom: 20px;
}

.box:hover .box-icon img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.page-title {
    margin-bottom: 60px;
    color: black;
    padding-top: 30px;
    text-align: center;
    width: 100%;
}

.page-title h2 {
    text-transform: uppercase;
    position: relative;
    font-size: 28px;
    font-weight: bold;
    color: black;
    text-align: center;
}

.page-title h2:after {
    font-size: 18px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -10px;
    width: 15px;
    height: 15px;
}

.box1 {
    width: 80%;
    padding: 40px 20px;
    text-align: center;]
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 5px;
    margin: 0px 50px;
    border: none;


    border-radius: 20px;
    box-shadow: 0 5px 20px 0px #CFD6FA;
    background-color: #ffffff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)

    -webkit-box-shadow: 0 0 0 0 #ffffff;
    box-shadow: 0 0 0 0 #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.box1:hover {
    border: 1px solid #CFD6FA;
    border-radius: 50px;
    box-shadow: 0 0px 20px 0px #CFD6FA;
    background-color: #ffffff;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
}

.box1 h4 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}

.box1 p {
    font-size: 18px;
}

.box1 .box-icon {
    height: 165px;
    margin-bottom: 20px;
}

.box1:hover .box-icon img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.hubungi2{
    font-size: 30px;
    color: white;
}

.hubungi{
    text-align: left;
    font-weight: normal;
    font-size: 20px;
    color: white;
    padding-right: 18px; 
}

.column {
    width: 100%;
}

.column1 {
    width: 100%;
}

.column1 img {
    width: 120px;
}

.column2 {
    width: 100%;
    margin-bottom: 80px;
    margin-top: 10px;

    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 0px;
    justify-content: center;
    align-items: center;
}

.column3 {
    float: center;
    width: 100%; 
    margin-bottom: 30px;
    margin-top: 10px;
}

.mainmenu-area #primary-menu > ul > li > a:before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -10px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #E91544;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.mainmenu-area #primary-menu ul li.active a,
.mainmenu-area #primary-menu ul li a:hover {
    /*border-top: 3px solid #E91544;*/
    border-top: 3px solid #3fbf7d;
    font-weight: bold;
}

.button.white{
    margin-right: 10px;
    width: 220px;

    background-color: #E91544;
    color: white;
    padding: 15px 15px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    display: inline-block;  
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.button.white:hover {
  background-color: #B41035;
}

.button.second {
    margin-top: 10px;
    width: 220px;

    margin-left: 0px;
    background-color: white; 
    color: #E91544; 
    border: 2px solid #E91544;
    display: inline-block;
    padding: 15px 15px;
    border-radius: 40px;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.button.second:hover {
  background-color: #e7e7e7;
  color: #434343;
  border: 2px solid #e7e7e7;
}

.header-text {
    font-size: 18px;
    margin-bottom: 20px;
    color: black;
    text-align: left;
    width: 45%;
}

.header-area1 {
    background: url('images/header.png') no-repeat scroll center center;
    background-size: cover;
 }

.mainmenu-area.affix a {
    background-color: #ffffff;
    color: black;
    }
}

@media (max-width: 600px) {

.testi {
    padding: 20px 20px;
    text-align: center;
    border-radius: 30px;

    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.testi:hover {
    background-color: white;
    border: 2px solid #ccedd2;
    -webkit-transform: translateY(-20px);
    transform: translateY(20px)
}

.testi h4 {
    font-size: 20px;
    font-weight: bold;
}

.testi .testi-foto {
    height: 165px;
    margin-bottom: 20px;
}

.testi:hover .testi-foto img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.section-padding2 {
    padding: 30px 0;
}

.section-padding3 {
    padding: 10px 0;
}

.section-padding4 {
    padding: 40px 0px;
}

.box3 .box3-photo {
    height: 160px;
    margin-bottom: 90px;
    background-color: white;
}

.row2 {
    justify-content: center;
    align-items: center;
}

/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin-top: 79px;
}

.box {
    width: 100%;
    padding: 40px 20px;
    text-align: center;

    border: none;
    border-radius: 30px;
    -webkit-box-shadow: 0 10px 30px -5px #CFD6FA;
    box-shadow: 0 20px 40px -5px #CFD6FA;
    margin-top: 10px;
    margin-bottom: 40px;

    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.box:hover {
    border: none;
    border-radius: 30px;
    background-color: #ffffff;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
}

.box .box-icon {
    height: 100px;
    margin-bottom: 20px;
}

.box:hover .box-icon img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.page-title {
    margin-bottom: 60px;
    color: black;
    padding-top: 30px;
    text-align: center;
    width: 100%;
}

.page-title h2 {
    text-transform: uppercase;
    position: relative;
    font-size: 28px;
    font-weight: bold;
    color: black;
    text-align: center;
}

.box1 {
    width: 100%;
    padding: 20px;
    text-align: center;]
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 5px;
    margin: 30px 0;
    border: none;


    border-radius: 20px;
    box-shadow: 0 5px 20px 0px #CFD6FA;
    background-color: #ffffff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)

    -webkit-box-shadow: 0 0 0 0 #ffffff;
    box-shadow: 0 0 0 0 #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.box1:hover {
    border: 1px solid lightblue;
    border-radius: 50px;
    box-shadow: 0 0px 20px 0px lightblue;
    background-color: #ffffff;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
}

.box1 h4 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}

.box1 p {
    font-size: 18px;
}

.box1 .box-icon {
    height: 165px;
    margin-bottom: 20px;
}

.box1:hover .box-icon img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
    transform: translateY(0)
}

.hubungi2{
    text-align: center;
    font-weight: normal;
    font-size: 30px;
    color: white;
    padding-bottom: 15px;
}

.hubungi{
    text-align: center;
    width: 100%;
    font-weight: normal;
    font-size: 25px;
    color: white;
    padding-right: 18px; 
    margin-bottom: 20px; 
}

.column {
    float: center;
    margin-bottom: 10px;
    margin-left: 5px; 
}

.column1 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.column1 img {
    width: 40%;
}


.column2 {
    width: 84%;
    margin: 0 8%;
    justify-content: center;
    align-items: center;
}


.mainmenu-area #primary-menu > ul > li > a:before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -10px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    /*border-top: 10px solid #E91544;*/
    border-top: 10px solid #3fbf7d;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.mainmenu-area #primary-menu ul li.active a,
.mainmenu-area #primary-menu ul li a:hover {
    border-top: 3px solid #fff;
    font-weight: bold;
    width: 100%;
}

.mainmenu-area.affix a {
    background-color: #ffffff;
    color: white;
}

.button.white{
    margin-top: 30px;
    width: 100%;

    background-color: #E91544;
    color: white;
    padding: 15px 15px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    display: inline-block;  
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.button.white:hover {
  background-color: #B41035;
}

.button.second {
    margin-top: 10px;
    width: 100%;

    margin-left: 0px;
    background-color: white; 
    color: #E91544; 
    border: 2px solid #E91544;
    display: inline-block;
    padding: 15px 15px;
    border-radius: 40px;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.button.second:hover {
  background-color: #e7e7e7;
  color: #434343;
  border: 2px solid #e7e7e7;
}

.header-text{
    font-size: 18px;
    margin-top: 380px;
    color: black;
    text-align: left;
    width: 100%;
    text-align: center;
}

.header-area1 {
    background: url('images/responhead.png') no-repeat scroll center center;
  }
}

@media (min-width: 1300px) {
.gray-bg {
    background: url('images/bg-service.png') no-repeat scroll center center;
    }

.sky-bg {
    background: url('images/bg-testimoni.png') no-repeat scroll center center;
    }

.keuntungan-bg {
    background: url('images/bg-keuntungan.png') no-repeat scroll center center;
    }

.konten-bg {
    background: url('images/bg-konten.png') no-repeat scroll center center;
    }

.daftar-bg {
    /*background-color: #E91544;*/
    background-color: #3fbf7d;
    padding: 10px;
    }

.foot-bg {
    background-color: #001D38;
    }
}

@media only screen and (min-width:600px) and (max-width:1300px) {
.gray-bg {
    background: url('images/bg-service1.png') no-repeat scroll center center;
    }

.sky-bg {
    background: url('images/bg-testimoni1.png') no-repeat scroll center center;
    }

.keuntungan-bg {
    background: url('images/bg-keuntungan1.png') no-repeat scroll center center;
    }

.konten-bg {
    background: url('images/bg-konten1.png') no-repeat scroll center center;
    }

.daftar-bg {
    /*background-color: #E91544;*/
    background-color: #3fbf7d;
    padding: 10px;
    }

.foot-bg {
    background-color: #001D38;
    }
}

@media (max-width: 600px) {
.gray-bg {
    background: url('images/responservice.png') no-repeat scroll center center;
    }

.sky-bg {
    background: url('images/respontesti.png') no-repeat scroll center center;
    }

.keuntungan-bg {
    background: url('images/responkeuntungan.png') no-repeat scroll center center;
    }

.konten-bg {
    background: url('images/responkonten.png') no-repeat scroll center center;
    }

.daftar-bg {
    /*background-color: #E91544;*/
    background-color: #3fbf7d;
    padding: 10px;
    }

.foot-bg {
    background-color: #001D38;
    }
}


/**
*Default Button
**/

.button {
    display: inline-block;
    padding: 8px 30px;
    border-radius: 50px;
    color: #ffffff;
    background-color: #ffcc00;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: none;
/*    -webkit-box-shadow: 2px 5px 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 5px 20px -5px rgba(0, 0, 0, 0.1);*/
}

.button:hover {
    background-color: #ffffff;
    color: #138fc2;
}

.button.third {
  margin-top: 10px;
  background-color: white; 
  color: #E91544; 
  border: 1px solid #E91544;
  width: 80%;
  padding: 8px 8px;
  border-radius: 50px;
  cursor: pointer;
  font-size: 18px;
  text-align: center;
  font-family: comfortaa;
}

.button.third:hover {
  background-color: #E91544;
  color: white;
}

.button i {
    margin-left: 5px;
}

.button1 {
    display: inline-block;
    padding: 8px 30px;
    border-radius: 50px;
    color: #ffffff;
    background-color: #ffcc00;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: none;
    -webkit-box-shadow: 2px 5px 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 5px 20px -5px rgba(0, 0, 0, 0.1);
    font-size: 19px;
}

.button1.white,
.button1:hover {
    background-color: #ffffff;
    color: #138fc2;
}

.button1.white:hover {
    background-color: #2f60c3;
    color: #ffffff;
}

.button1 i {
    margin-left: 5px;
}

/**
*Page title
**/

.page-title1 {
    margin-bottom: 60px;
    color: black;
    padding-top: 30px;
    text-align: center;
    width: 100%;
}

.page-title1 p{
    color: white; 
}

.page-title1 h2 {
    text-transform: uppercase;
    position: relative;
    font-size: 28px;
    font-weight: bold;
    color: white;
}

.page-title1 h2:after {
    font-size: 18px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -10px;
    width: 15px;
    height: 15px;
}
/**
*Box-style
**/

.jeda{
    margin: 10px 10px 10px 10px;
    color: white;
}


/**
*Mainmenu-area
**/
.navbar-toggle{
    /*background-color: #E91544;*/
    background-color: #3fbf7d;
    margin-top: 30px !important;
}

.mainmenu-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: white;
    box-shadow: 2px 2px 5px black;
}

.overlay,
.overlay a,
.mainmenu-area a {
    color: black;
}

.mainmenu-area .logo {
    text-transform: uppercase;
    letter-spacing: 2px;
    height: inherit;
    margin-top: 8px;
    padding-left: 0;
}

.mainmenu-area .logo h2 {
    margin-bottom: 0;
}

.mainmenu-area #primary-menu > ul > li > a {
    background: none;
    padding: 30px 15px;
    position: relative;
    border-top: 3px solid transparent;
    text-align: center;
    font-size: 16px;
}

.mainmenu-area #primary-menu > ul > li > a:hover:before,
.mainmenu-area #primary-menu > ul > li.active > a:before {
    opacity: 1;
    top: 0;
}

.mainmenu-area.affix{
    background-color: #ffffff;
    box-shadow: 2px 2px 5px #CFD6FA;
}

/**
*Header-area
**/

.client-area,

.overlay {
    position: relative;
}

.overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8
}

.header-text h2 {
    text-transform: uppercase;
    position: relative;
    font-size: 40px;
    margin-bottom: 15px;
    font-weight: bold;
    color: black;
}

.header-text h2:after {
    font-size: 18px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -10px;
    width: 15px;
    height: 15px;
}

.screen-slider .item {
    background: url('images/mobile2.png') no-repeat scroll center center / auto 100%;
    padding: 56px 22px;
    display: inline-block;
    margin: auto;
}

.screen-slider.owl-carousel .owl-item {
    text-align: center
}

.screen-slider .owl-controls {
    position: absolute;
    left: 0;
    top: 100%;
}

.screen-slider .owl-controls .owl-nav > div {
    display: inline-block;
    margin: 0 15px;
    font-size: 20px;
    text-align: center;
    position: relative;
}

.screen-slider .owl-controls .owl-nav {
    position: relative;
    margin-top: 0;
}

.screen-slider .owl-controls .owl-nav:after {
    content: "/";
    position: absolute;
    left: 50%;
    top: 12px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

/**
*Caption-slider
**/

.caption-slider .carousel-indicators {
    position: static;
    margin: 0px auto 0 auto;
    padding: 0;
    border-top: 0px solid rgba(255, 255, 255, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.caption-slider .carousel-indicators li {
    float: left;
    padding-top: 20px;
    padding-right: 30px;
    cursor: pointer;
    position: relative;
    list-style: none;
}

.caption-slider .carousel-indicators li:before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    opacity: 0;
}


.caption-slider .carousel-indicators li.active:before {
    opacity: 1;
}

.caption-slider .carousel-indicators li strong {
    display: block;
}

.caption-slider h2 {
    margin-bottom: 20px;
    font-size: 40px;
    color: black;
}

.caption-slider .button {
    margin-top: 30px;
}

.caption-slider .caption-photo {
    display: inline-block;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1)
}

.caption-slider .caption-photo.two {
    margin-top: 60px;
}

.caption-slider .caption-title {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s
}
.caption-slider .caption-desc {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s
}

.caption-slider .caption-button {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s
}

.caption-slider .caption-photo.one {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.caption-slider .caption-photo.two {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}


/***
*Team-Section
***/

.single-team {
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    color: #515656;
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0 5px 30px -10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 30px -10px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.single-team:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.single-team .team-photo {
    margin-bottom: 20px;
    padding-top: 20px;
    overflow: hidden;
}

.single-team .team-photo img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-team:hover .team-photo img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.single-team h4 {
    text-transform: uppercase;
}

.single-team h6 {
    margin-bottom: 20px;
}

.single-team .social-menu {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    bottom: -80px;
    left: 0;
    width: 100%;
    padding: 23px 10px;
    background-color: #ffffff;
}

.single-team:hover .social-menu {
    bottom: 0;
}

/***
*Testimonial-Page
***/

.testimonial-area:before {
    opacity: 0.9
}

.testimonial {
    text-align: center;
    color: black;
}

.testimonial .testimonial-photo {
    margin-bottom: 20px;
    display: inline-block;
    margin-right: 0;
    border-radius: 50%;
    -webkit-box-shadow: 5px 10px 30px -10px rgba(255, 255, 255, 0.5);
    box-shadow: 5px 10px 30px -10px rgba(255, 255, 255, 0.5);
    position: relative;
}

.testimonial .testimonial-photo:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
}

.testimonials.owl-carousel .owl-controls .owl-nav {
    text-align: center;
}


/***
*Price-area
***/

.price-table h3 {
    margin-bottom: 28px; 
    color: black;
}

.price-table {
    padding: 50px 40px;
    border-radius: 20px;
    text-align: center;
    background-color: #ffffff;
    color: #515656;
    position: relative;
    margin-top: 20px;
}

.price-table.active {
    padding: 60px 50px;
    margin-top: 0
}

.price-table ul {
    margin: 30px 0;
    padding: 0;
    list-style: none;
}

.price-table ul li {
    padding: 5px 0;
}

.price-table .price-info {
    position: absolute;
    left: 50%;
    top: 0;
    width: 100px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #55A2BE;
    color: #ffffff;
    border-radius: 0 0 50% 50%;
    padding-bottom: 5px;
}

/**
*Accordion
**/

#accordion .panel {
    background: none;
}

#accordion .panel .panel-title {
    padding: 30px 0 30px 60px;
    position: relative;
}

#accordion .panel .panel-collapse {
    padding-left: 60px;
    background-color: #E91544;
}

#accordion .panel .panel-title a span:after,
#accordion .panel .panel-title a span:before,
#accordion .panel .panel-title a span {
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    width: 36px;
    height: 36px;
    background: #2f60c3;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}


#accordion .panel .panel-title a span:before,
#accordion .panel .panel-title a span:after {
    width: 10px;
    height: 1px;
    background-color: #ffffff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

#accordion .panel .panel-title a span:before {
    -webkit-transform: translate(-50%) rotate(90deg);
    transform: translate(-50%) rotate(90deg)
}

#accordion .panel .panel-title a[aria-expanded="true"] span:before {
    -webkit-transform: translate(-50%) rotate(0deg);
    transform: translate(-50%) rotate(0deg)
}

/****
*Blog-area
*****/

.Group_70 {
    margin-top: 50px;
}

.button3{
    background-color: transparent; 
    color: white; 
    border: 2px solid white;
    width: 100%;
    padding: 12px 20px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    margin-top: 40px;
}

.button3:hover {
    background-color: #E91544;
    color: white;
}

.box2 {
    margin-top:20px;
    overflow: hidden;
    text-align: left;

    border: none;
    border-radius: 25px;
    -webkit-box-shadow: 0 10px 30px -5px #CFD6FA;
    box-shadow: 0 20px 40px -5px #CFD6FA;
    background-color: #ffffff;
}

.box2 h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}

.box2 .box2-photo {
    height: 165px;
    margin-bottom: 60px;
}

.box2:hover .box-icon img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.box2 .box2-content {
    background-color: white;
    padding: 0px 20px;
    margin-bottom: 20px;
}

.box2 .box2-meta {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.box2 .box2-meta li {
    display: inline-block;
    margin-right: 15px;
}

.box2 .box2a li span {
    margin-right: 5px;
}

.box3 {
    margin-top:20px;
    overflow: hidden;
    border-radius: 15px;
    border: 1px solid #E5E5E5;
    background-color: white;

    text-align: left;
    -webkit-box-shadow: 0 0 0 0 #ffffff;
    box-shadow: 0 0 0 0 #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(0);
    transform: translateY(0)

}

.box3:hover {
    border-radius: 60px;
    border: 1px solid transparent;
    box-shadow: 0 15px 0px 1px #8989BF;
    background-color: #ffffff;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
}

.box3 h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}

.box3:hover .box-icon img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.box3 .box3-content {
    background-color: white;
    padding: 0px 20px;
    margin-bottom: 20px;
}

.box3 .box3-meta {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.box3 .box3-meta li {
    display: inline-block;
    margin-right: 15px;
}

.box3 .box3a li span {
    margin-right: 5px;
}

/*afterblog*/

.daftar{
    box-shadow: 0 0 0 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 100%;
}

.textdaftar{
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: white;
    padding: 2% 0 2% 0; 
}

.button4 {
    background-color: #E91544 ; 
    color: white; 
    border: 2px solid white;
    width: 200px;;
    padding: 5px 5px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    margin-left: 20px;
}

.button4:hover {
    background-color: #B41035;
    color: white;
}

/*afterblog*/

/***
*Contact-form
****/

.contact-form .button {
    letter-spacing: 2px;
    min-width: 150px;
    margin-top: 10px;
    border-radius: 3px;
}

.form-control {
    margin-bottom: 20px;
    height: auto;
    padding: 12px 20px;
}

.form-double input {
    width: calc(50% - 10px);
    float: left;
}

.form-double input:last-child {
    float: right;
}

/*-----------
preloader
------------*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #018136;
    background: -webkit-gradient(linear, left top, left bottom, from(#018136), to(#138fc2));
    background: linear-gradient(to bottom, #018136 0%, #018136 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75cbe7', endColorstr='#138fc2', GradientType=0);
    z-index: 99999999999;
}

.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}  

* {box-sizing: border-box}
.mySlides {
    display: none
}
img {vertical-align: middle;}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 50px 50px 0;
    user-select: none;
    background-color: rgba(0,0,0,0.8);
    opacity: .4
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 50px 0 0 50px;
    opacity: .4
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: white;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active-slide {
  background-color: #34dd87;
}

.dot:hover {
    background-color: #34dd87;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}