/*-----------------
1. Google font
------------------*/

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');

/*-------------------
2. Theme Default CSS
--------------------*/
@font-face {
    font-family: "comfortaa";
    src: url("fonts/Comfortaa-Bold.ttf");
}

* {
  font-family: comfortaa, sans-serif;
  box-sizing: border-box;
}

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: comfortaa;
    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-top: 40px;
    padding-bottom: 20px;
}

.section-padding2 {
    padding: 120px 0;
}

.section-padding3 {
    padding: 80px 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-family: comfortaa;
    font-weight: bold;
    color: black;
}

.testi .testi-foto {
    width: 50%;
    height: 165px;
    margin-bottom: 20px;
}

.testi:hover .testi-foto img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

/*bagian testimoni*/



/*bagian tab*/

.tab {
    height: 70px;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #E91544;
}

.tab1 {
    color: white; 
    width: 300px;
    height: 70px;
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 16px 16px;
    margin-left: 370px;
    transition: 0.3s;
    font-size: 18px;
    font-family: comfortaa;
}

.tab2 {
    color: white;
    width: 300px;
    height: 70px;
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 16px 16px;
    transition: 0.3s;
    font-size: 18px;
    font-family: comfortaa;
}

.tab button:hover {
  background-color: #ccc;
}

.tab button.active {
  background-color: #9E1640;
  color: white;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

/*bagian tab*/


.column3 {
    margin-left: 45px;
    width: 500px;
    float: left;
    background-color: white;
}

.column3 img {
    width: 160px;
}

@media (min-width: 1300px) {

.box3 {
    /*width: 100%;*/
    /*overflow: hidden;*/
    /*border-radius: 50px;*/
    /*border: 1px solid #E5E5E5;*/

    text-align: center;
    /*-webkit-box-shadow: 0 0 0 0 #CFD6FA;*/
    /*box-shadow: 0 0 0 0 #CFD6FA;*/
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.box3:hover {
    border: none;
    border-radius: 10px;
    border: 3px solid #E5E5E5;
    /*border: none;*/
    -webkit-box-shadow: 0 10px 30px -5px #CFD6FA;
    box-shadow: 0 20px 40px -5px #CFD6FA;
    background-color: #ffffff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.box3 h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: comfortaa;
    font-weight: bold;
}

.box3 .box3-photo {
    height: 165px;
    margin-bottom: 60px;
}

.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;
}

.page-title3 {
    font-family: comfortaa;
    color: black;
    font-weight: bold;
    margin-top: 40px;
    text-align: left;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
}


.flip-card {
  background-color: transparent;
  width: 100%;
  height: 200px;
  perspective: 1000px;
  box-shadow: 0 0px 10px 0 #CFD6FA;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 0px 10px 0 #CFD6FA;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
    background-color: #bbb;
    color: black;
}

.flip-card-back {
  background-color: white;
  color: black;
  margin-top: 30px;
  font-size: 18px;
  transform: rotateY(180deg);
}

.btnredeem {
    color: red;
    font-weight: bold;
}

.btnredeem:Hover {
    color: red;
    font-weight: bold;
    text-decoration-line: underline;
}

.page-title3 h3 {
    font-size: 20px;
    font-family: comfortaa;
    font-weight: bold;
    color: black;
}

.page-title {
    margin-top: 60px;
    margin-left: 10px;
    margin-bottom: 60px;
    font-family: comfortaa;
    color: black;
    text-align: left;
    width: 100%;
}

.button.six {
    margin-top: 20px;

    background-color: #E91544; 
    color: white; 
    width: 160px;
    padding: 5px 2px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 15px;
    text-align: center;
    font-family: comfortaa;
}

.button.six:hover {
    background-color: #A81C47;
    color: white; 
}

.button.third {
    margin-top: 20px;
    background-color: white; 
    color: #E91544; 
    border: 1px solid #E91544;
    width: 160px;
    padding: 5px 2px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 15px;
    text-align: center;
    font-family: comfortaa;
}

.button.third:hover {
    border: 1px solid #F3F5FF;
    background-color: #F3F5FF;
    color: black;
}


form.judul input[type=text] {
    padding-top: 12px;
    padding-left: 20px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-size: 15px;
    border: 1px solid #CFCFCF;
    border-radius: 5px;
    float: left;
    width: 48%;
    background: white;
}

form.judul select {
    padding-top: 12px;
    padding-left: 20px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-size: 15px;
    border: 1px solid #CFCFCF;
    border-radius: 5px;
    float: right;
    width: 48%;
    background: white;
}

form.deskripsi input[type=text] {
    padding-top: 12px;
    padding-left: 20px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-size: 15px;
    border: 1px solid #CFCFCF;
    border-radius: 5px;
    float: left;
    width: 100%;
    background: white;
}

form.upload input[type=file] {
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
    margin-bottom: 40px;
    font-size: 15px;
    border: 1px solid #CFCFCF;
    border-radius: 5px;
    float: left;
    width: 80%;
    background: white;
}

form.search input[type=text] {
    padding-top: 12px;
    padding-left: 20px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-size: 15px;
    border: 1px solid #CFCFCF;
    border-radius: 5px;
    float: left;
    width: 30%;
    background: #F6F6FF;
}

form.search::after {
    content: "";
    clear: both;
    display: table;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    font-size: 15px;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

.modal1 {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 200px;
    padding-bottom: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.6); 
}

.modal1-header {
    height: 10px;
    padding: 20px 30px ;
    background-color: white;
    color: white;
    border-radius: 20px 20px 0px 0px;
}

.modal1-body {
    padding: 20px 30px;
    font-size: 15px;
    font-family: comfortaa;
    text-align: center;
    margin-bottom: 20px;
}

.modal1-body p {
    font-size: 18px;
    font-family: comfortaa;
    color: black
}

.modal1-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    border-radius: 20px;
    width: 40%;

    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 130px;
    padding-bottom: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4); 
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    border-radius: 20px;
    width: 80%;

    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.modal h2{
    text-align: center;
    font-size: 18px;
    font-family: comfortaa;
    margin-bottom: 20px;
}

.modal h3{
    text-align: left;
    font-size: 18px;
    font-family: comfortaa;
    margin-bottom: 10px;
}

.modal img {
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 5px;
    width: 600px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.modal-header {
    height: 60px;
    padding: 20px 30px ;
    background-color: #E91544;
    color: white;
    border-radius: 20px 20px 0px 0px;
}

.modal-body {
    padding: 20px 30px;
    font-size: 15px;
    font-family: comfortaa;
}

.col {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kembali {
    background-color: white;
    margin-top: 30px;
    margin-left: 40px;
}

.kembali a {
    color: #E91544;
    font-family: comfortaa;
    font-size: 18px;
}

.kembali a:hover {
    text-decoration: underline;
    color: #E91544;
    font-family: comfortaa;
    font-size: 18px;
}

.button.four {
    background-color: #E91544; 
    color: white; 
    width: 30px;
    height: 26px;
    padding: 0px 2px 1px 2px;
    border-radius: 5px;

    cursor: pointer;
    text-align: center;
}

.page-title3 a {
    position: relative;
    font-family: comfortaa;
    color: #E91544;
}

.col1 {
    width: 48%;
    float: left;
}


.col2 {
    float: right;
}

.col3 {
    width: 80%;
}

.col33 {
    width: 100%;
}

.col33 img {
    margin-right: 30px;
    float: right;
    width: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.congrid {
    display: grid;
    grid-template-columns: 48% 48%;
    justify-content: center;
    align-items: center;
}

.container6{
    margin-top: 50px;
    margin-bottom: 0px;
    display: grid;
    grid-template-columns: 30% 30% 30%;
    grid-gap: 30px;
    justify-content: center;
    align-items: center;
}

.hubungi2{
    text-align: left;
    font-family: comfortaa;
    font-weight: normal;
    font-size: 30px;
    color: white;

    padding-top: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}

.hubungi{
    text-align: left;
    font-family: comfortaa;
    font-weight: normal;
    font-size: 25px;
    color: white;
    padding-right: 18px; 
}

.testi {
    margin-top: 80px;
    height: 300px;
    padding: 20px 20px;
    text-align: center;
    border-radius: 30px;
    background-color: white;
}

.testi:hover {
    background-color: #ccedd2;
}

.testi h4 {
    font-size: 18px;
    font-family: comfortaa;
    font-weight: bold;
}

.column {
    width: 380px;
    float: left;
    margin-left: 50px; 
}

.column1 {
    float: left;
    width: 200px;
    padding-top: 25px; 
    margin-right: 50px; 
}

.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;
    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;
    font-family: comfortaa;
    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;
    font-family: comfortaa;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.button.second:hover {
  background-color: #e7e7e7;
  color: #434343;
  border: 2px solid #e7e7e7;
}

.mainmenu-area.affix a {
    background-color: #ffffff;
    color: black;
    }
}

@media only screen and (min-width:600px) and (max-width:1300px) {

.box3 {
    /*width: 100%;*/
    /*overflow: hidden;*/
    /*border-radius: 10px;*/
    /*border: 1px solid #E5E5E5;*/

    text-align: center;
    /*-webkit-box-shadow: 0 0 0 0 #CFD6FA;*/
    /*box-shadow: 0 0 0 0 #CFD6FA;*/
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.box3:hover {
    border: none;
    border-radius: 10px;
    border: 3px solid #E5E5E5;
    /*border: none;*/
    -webkit-box-shadow: 0 10px 30px -5px #CFD6FA;
    box-shadow: 0 20px 40px -5px #CFD6FA;
    background-color: #ffffff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.box3 h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: comfortaa;
    font-weight: bold;
}

.box3 .box3-photo {
    height: 165px;
    margin-bottom: 60px;
}

.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;
}

.page-title3 {
    font-family: comfortaa;
    color: black;
    font-weight: bold;
    margin-top: 40px;
    text-align: left;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
}

.btnredeem {
    color: red;
    font-weight: bold;
}

.btnredeem:Hover {
    color: red;
    font-weight: bold;
    text-decoration-line: underline;
}

.page-title3 h3 {
    font-size: 20px;
    font-family: comfortaa;
    font-weight: bold;
    color: black;
}

.page-title {
    margin-top: 60px;
    margin-left: 10px;
    margin-bottom: 60px;
    font-family: comfortaa;
    color: black;
    text-align: left;
    width: 100%;
}

.button.six {
    margin-top: 20px;

    background-color: #E91544; 
    color: white; 
    width: 160px;
    padding: 5px 2px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 15px;
    text-align: center;
    font-family: comfortaa;
}

.button.six:hover {
    background-color: #A81C47;
    color: white; 
}

.button.third {
    margin-top: 20px;
    background-color: white; 
    color: #E91544; 
    border: 1px solid #E91544;
    width: 160px;
    padding: 5px 2px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 15px;
    text-align: center;
    font-family: comfortaa;
}

.button.third:hover {
    border: 1px solid #F3F5FF;
    background-color: #F3F5FF;
    color: black;
}


form.judul input[type=text] {
    padding-top: 12px;
    padding-left: 20px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-size: 15px;
    border: 1px solid #CFCFCF;
    border-radius: 5px;
    float: left;
    width: 48%;
    background: white;
}

form.judul select {
    padding-top: 12px;
    padding-left: 20px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-size: 15px;
    border: 1px solid #CFCFCF;
    border-radius: 5px;
    float: right;
    width: 48%;
    background: white;
}

form.deskripsi input[type=text] {
    padding-top: 12px;
    padding-left: 20px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-size: 15px;
    border: 1px solid #CFCFCF;
    border-radius: 5px;
    float: left;
    width: 100%;
    background: white;
}

form.upload input[type=file] {
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
    margin-bottom: 40px;
    font-size: 15px;
    border: 1px solid #CFCFCF;
    border-radius: 5px;
    float: left;
    width: 80%;
    background: white;
}

form.search input[type=text] {
    padding-top: 12px;
    padding-left: 20px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-size: 15px;
    border: 1px solid #CFCFCF;
    border-radius: 5px;
    float: left;
    width: 30%;
    background: #F6F6FF;
}

form.search::after {
    content: "";
    clear: both;
    display: table;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    font-size: 15px;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

.modal1 {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 200px;
    padding-bottom: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.6); 
}

.modal1-header {
    height: 10px;
    padding: 20px 30px ;
    background-color: white;
    color: white;
    border-radius: 20px 20px 0px 0px;
}

.modal1-body {
    padding: 20px 30px;
    font-size: 15px;
    font-family: comfortaa;
    text-align: center;
    margin-bottom: 20px;
}

.modal1-body p {
    font-size: 18px;
    font-family: comfortaa;
    color: black
}

.modal1-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    border-radius: 20px;
    width: 40%;

    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 130px;
    padding-bottom: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4); 
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    border-radius: 20px;
    width: 80%;

    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.modal h2{
    text-align: center;
    font-size: 18px;
    font-family: comfortaa;
    margin-bottom: 20px;
}

.modal h3{
    text-align: left;
    font-size: 18px;
    font-family: comfortaa;
    margin-bottom: 10px;
}

.modal img {
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 5px;
    width: 600px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.modal-header {
    height: 60px;
    padding: 20px 30px ;
    background-color: #E91544;
    color: white;
    border-radius: 20px 20px 0px 0px;
}

.modal-body {
    padding: 20px 30px;
    font-size: 15px;
    font-family: comfortaa;
}

.col {
    min-height: 1px;
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kembali {
    background-color: white;
    margin-top: 30px;
    margin-left: 40px;
}

.kembali a {
    color: #E91544;
    font-family: comfortaa;
    font-size: 18px;
}

.kembali a:hover {
    text-decoration: underline;
    color: #E91544;
    font-family: comfortaa;
    font-size: 18px;
}

.button.four {
    background-color: #E91544; 
    color: white; 
    width: 30px;
    height: 26px;
    padding: 0px 2px 1px 2px;
    border-radius: 5px;

    cursor: pointer;
    text-align: center;
}

.page-title3 a {
    position: relative;
    font-family: comfortaa;
    color: #E91544;
}

.col1 {
    width: 48%;
    float: left;
}


.col2 {
    float: right;
}

.col3 {
    width: 80%;
}

.col33 {
    width: 100%;
}

.col33 img {
    margin-right: 30px;
    float: right;
    width: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.congrid {
    display: grid;
    grid-template-columns: 48% 48%;
    justify-content: center;
    align-items: center;
}

.container6{
    margin-top: 40px;
    margin-bottom: 0px;
    display: grid;
    grid-template-columns: 40% 40%;
    grid-gap: 20px;
    justify-content: center;
    align-items: center;
}

.hubungi2{
    text-align: left;
    font-family: comfortaa;
    font-weight: normal;
    font-size: 30px;
    color: white;

    padding-top: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}

.hubungi{
    text-align: left;
    font-family: comfortaa;
    font-weight: normal;
    font-size: 25px;
    color: white;
    padding-right: 18px; 
}

.testi {
    margin-top: 80px;
    height: 300px;
    padding: 20px 20px;
    text-align: center;
    border-radius: 30px;
    background-color: white;
}

.testi:hover {
    background-color: #ccedd2;
}

.testi h4 {
    font-size: 18px;
    font-family: comfortaa;
    font-weight: bold;
}

.column {
    width: 380px;
    float: left;
    margin-left: 50px; 
}

.column1 {
    float: left;
    width: 200px;
    padding-top: 25px; 
    margin-right: 50px; 
}

.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;
    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;
    font-family: comfortaa;
    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;
    font-family: comfortaa;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.button.second:hover {
  background-color: #e7e7e7;
  color: #434343;
  border: 2px solid #e7e7e7;
}

.mainmenu-area.affix a {
    background-color: #ffffff;
    color: black;
    }
}

@media (max-width: 600px) {

.box3 {
    /*width: 85%;*/
    /*overflow: hidden;*/
    /*border-radius: 10px;*/
    /*border: 1px solid #E5E5E5;*/

    text-align: center;
    /*-webkit-box-shadow: 0 0 0 0 #CFD6FA;*/
    /*box-shadow: 0 0 0 0 #CFD6FA;*/
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.box3:hover {
    border: none;
    border-radius: 10px;
    /*border: none;*/
    border: 3px solid #E5E5E5;
    -webkit-box-shadow: 0 10px 30px -5px #CFD6FA;
    box-shadow: 0 20px 40px -5px #CFD6FA;
    background-color: #ffffff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.box3 h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: comfortaa;
    font-weight: bold;
}

.box3 .box3-photo {
    height: 165px;
    margin-bottom: 60px;
}

.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;
}

.page-title3 {
    font-family: comfortaa;
    color: black;
    font-weight: bold;
    margin-top: 40px;
    text-align: left;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.btnredeem {
    color: red;
    font-weight: bold;
}

.btnredeem:Hover {
    color: red;
    font-weight: bold;
    text-decoration-line: underline;
}

.page-title3 h3 {
    position: relative;
    font-size: 20px;
    font-family: comfortaa;
    font-weight: bold;
    color: black;
}

.col3 img {
    margin-left: 50px;
    margin-bottom: 40px;
    width: 260px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-title {
    margin-top: 70px;
    padding: 0px 15px;
    margin-bottom: 60px;
    font-family: comfortaa;
    color: black;
    text-align: center;
    width: 100%;
}

.button.six {
    margin-top: 10px;

    background-color: #E91544; 
    color: white; 
    width: 45%;
    padding: 5px 2px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 15px;
    text-align: center;
    font-family: comfortaa;
}

.button.six:hover {
    background-color: #A81C47;
    color: white; 
}

.button.third {
    margin-top: 20px;
    background-color: white; 
    color: #E91544; 
    border: 1px solid #E91544;
    width: 45%;
    padding: 5px 2px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 15px;
    text-align: center;
    font-family: comfortaa;
}

.button.third:hover {
    border: 1px solid #F3F5FF;
    background-color: #F3F5FF;
    color: black;
}

.scroll {
    overflow-x:auto;
}

form.judul input[type=text] {
    padding-top: 12px;
    padding-left: 20px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-size: 15px;
    border: 1px solid #CFCFCF;
    border-radius: 5px;
    float: left;
    width: 48%;
    background: white;
}

form.judul select {
    padding-top: 12px;
    padding-left: 20px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-size: 15px;
    border: 1px solid #CFCFCF;
    border-radius: 5px;
    float: right;
    width: 48%;
    background: white;
}

form.deskripsi input[type=text] {
    padding-top: 12px;
    padding-left: 20px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-size: 15px;
    border: 1px solid #CFCFCF;
    border-radius: 5px;
    float: left;
    width: 100%;
    background: white;
}

form.upload input[type=file] {
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
    margin-bottom: 40px;
    font-size: 15px;
    border: 1px solid #CFCFCF;
    border-radius: 5px;
    float: left;
    width: 80%;
    background: white;
}

form.search input[type=text] {
    padding-top: 12px;
    padding-left: 20px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-size: 15px;
    border: 1px solid #CFCFCF;
    border-radius: 5px;
    float: left;
    width: 100%;
    background: #F6F6FF;
}

form.search::after {
    content: "";
    clear: both;
    display: table;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    font-size: 15px;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

.modal1 {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 150px;
    padding-bottom: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.6); 
}

.modal1-header {
    height: 10px;
    padding: 20px 30px ;
    background-color: white;
    color: white;
    border-radius: 20px 20px 0px 0px;
}

.modal1-body {
    padding: 20px 30px;
    font-size: 15px;
    font-family: comfortaa;
    text-align: center;
    margin-bottom: 20px;
}

.modal1-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    border-radius: 20px;
    width: 90%;

    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 75px;
    padding-bottom: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.6); 
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    border-radius: 20px;
    width: 90%;

    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.modal h2{
    text-align: center;
    font-size: 18px;
    font-family: comfortaa;
    margin-bottom: 20px;
}

.modal h3{
    text-align: left;
    font-size: 18px;
    font-family: comfortaa;
    margin-bottom: 10px;
}

.modal img {
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 5px;
    width: 600px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.modal-header {
    height: 60px;
    padding: 20px 30px ;
    background-color: #E91544;
    color: white;
    border-radius: 20px 20px 0px 0px;
}

.modal-body {
    padding: 20px 10px;
    font-size: 15px;
    font-family: comfortaa;
}

.col {
    min-height: 1px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kembali {
    background-color: white;
    margin-top: 30px;
    margin-left: 20px;
}

.kembali a {
    color: #E91544;
    font-family: comfortaa;
    font-size: 18px;
}

.kembali a:hover {
    text-decoration: underline;
    color: #E91544;
    font-family: comfortaa;
    font-size: 18px;
}

.button.four {
    background-color: #E91544; 
    color: white; 
    width: 30px;
    height: 26px;
    padding: 3px 2px 1px 2px;
    border-radius: 5px;

    cursor: pointer;
    text-align: center;
}

.page-title3 h2 {
    position: relative;
    font-size: 20px;
    font-family: comfortaa;
    color: #E91544;
}

.col1 {
    min-height: 1px;
    width: 60%;
    float: left;
}

.col2 {
    min-height: 1px;
    width: 40%;
    text-align: right;
    float: right;
}

.container6{
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: 90%;
    grid-gap: 30px;
    justify-content: center;
    align-items: center;
}

.hubungi2{
    text-align: center;
    font-family: comfortaa;
    font-weight: normal;
    font-size: 30px;
    color: white;
    padding-bottom: 15px;
}

.hubungi{
    text-align: center;
    width: 100%;
    font-family: comfortaa;
    font-weight: normal;
    font-size: 25px;
    color: white;
    padding-right: 18px; 
    margin-bottom: 20px; 
}

.column {
    float: center;
    margin-bottom: 10px;
    margin-left: 5px; 
}

.column1 {
    float: center;
    width: 100%;
    padding-top: 10px; 
    padding-left: 80px; 
    margin-bottom: 30px;
}


.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 #fff;
    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;
    font-family: comfortaa;
    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;
    font-family: comfortaa;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.button.second:hover {
  background-color: #e7e7e7;
  color: #434343;
  border: 2px solid #e7e7e7;
}

}

@media (min-width: 1300px) {

.sky-bg {
    background-color: white;
    }
 .konten-bg {
    background: url('images/bg-konten.png') no-repeat scroll center center;
    }

.foot-bg {
    background: url('images/footer-bg.png') no-repeat scroll center center;
    }
}

@media only screen and (min-width:600px) and (max-width:1300px){

.sky-bg {
    background-color: white;
    }
 .konten-bg {
    background: url('images/bg-konten.png') no-repeat scroll center center;
    }

.foot-bg {
    background: url('images/footer-bg.png') no-repeat scroll center center;
    }
}

@media (max-width: 600px) {

.sky-bg {
    background-color: white;
    }

.konten-bg {
    background: url('Loopprentice/images/responkonten.png') no-repeat scroll center center;
    }

.foot-bg {
    background: url('images/responfooter.png') no-repeat scroll center center;
    }
}


/**
*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.one {
  background-color: white; 
  color: #E91544; 
  border: 1px solid #E91544;
  width: 200px;
  padding: 7px 4px;
  border-radius: 50px;
  cursor: pointer;
  font-size: 18px;
  text-align: center;
  font-family: comfortaa;
}

.button.one:hover {
  background-color: #E91544;
  color: white;
}

.button.two {
  background-color: #E91544; 
  color: white; 
  width: 120px;
  padding: 4px 2px;
  border-radius: 10px 10px 0px 0px;
  font-size: 16px;
  text-align: center;
  font-family: comfortaa;
}

.button.two:hover {
  background-color: #A81C47;
}

.button.four:hover {
    background-color: #A81C47;
    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
**/

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #7FD0FE, 0 0 40px #7FD0FE, 0 0 50px #7FD0FE, 0 0 60px #7FD0FE, 0 0 70px #7FD0FE;
  }
  
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #E5E5E5, 0 0 40px #E5E5E5, 0 0 50px #E5E5E5, 0 0 60px #E5E5E5, 0 0 70px #E5E5E5, 0 0 80px #E5E5E5;
  }
}

hr{
    width: 95%;
    border: 1px solid #EFEBEB;
}

.diamond3 {
    margin-top: 5px; 
    margin-bottom: 5px;
    margin-left: 10px;
    float: left;
}

.diamond4 {
    margin-top: 5px; 
    margin-bottom: 5px;
    margin-right: 10px;
    float: right;
}

.diamond2 {
    margin-left: 20px;
    margin-bottom: 10px;
    font-family: comfortaa;
    font-size: 45px;
    color: #57ADDD;
    font-weight: bold;
    text-align: center;
    float: left;

    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
}


.diamond {
    margin-top: 10px;
    margin-bottom: 10px; 
    margin-right: 10px; 
}

.diamond h2{
    margin-bottom: 20px; 
    margin-top: 20px;
    margin-left: 30px;
    font-family: comfortaa;
    font-size: 25px;
    color: #57ADDD;
    font-weight: bold;
    text-align: center;
}

.diamond img {
    margin-right: 5px;
    width: 65px;
    float: right;
}

.nama {
    padding-top: 15px;
    font-family: comfortaa;
    font-size: 25px;
    color: black;
    font-weight: bold;
    text-align: left;
}

.nama3 {
    float: left;
    font-size: 15px;
    color: #B1B6BC;
    margin-bottom: 5px;
}

.nama2 {
    float: left;
    font-size: 18px;
}



.nama2 img {
    margin-right: 10px;
    width: 40px
}

.aturan {
    margin-left: 1%;
    font-size: 18;
    font-family: comfortaa;
}

.page-title1 {
    margin-bottom: 50px;
    margin-top: 100px;
    font-family: comfortaa;
    color: black;
    font-weight: bold;
    padding-top: 50px;
    text-align: center;
    width: 100%;
}

.page-title2 {
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: comfortaa;
    color: black;
    font-weight: bold;
    padding-top: 50px;
    text-align: center;
    width: 100%;
}

.page-title1 h3 {
    position: relative;
    font-size: 25px;
    font-family: comfortaa;
    font-weight: bold;
    color: black;
}

.page-title2 h2{
    position: relative;
    font-size: 25px;
    font-family: comfortaa;
    font-weight: bold;
    color: black;
}

.page-title h2 {
    text-transform: uppercase;
    position: relative;
    font-size: 25px;
    font-family: comfortaa;
    font-weight: bold;
    color: black;
}

.page-title h3 {
    position: relative;
    font-size: 25px;
    font-family: comfortaa;
    font-weight: bold;
    color: black;
}

.page-title h2:after {
    font-family: comfortaa;
    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;
}

.box {
    padding: 40px 20px;
    text-align: center;
    -webkit-box-shadow: 0 0 0 0 #ffffff;
    box-shadow: 0 0 0 0 #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    font-family: comfortaa;
}

.box1 {
    width: 300px;
    background-color: white;
    padding: 40px 20px;
    text-align: center;

    -webkit-box-shadow: 0 0 0 0 #ffffff;
    box-shadow: 0 0 0 0 #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.box:hover {
    border: none;
    border-radius: 30px;
    -webkit-box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 40px -5px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.box .box-icon {
    height: 100px;
    margin-bottom: 20px;
}

.box:hover .box-icon img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.box1:hover {
    border: none;
    border-radius: 30px;
    -webkit-box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 40px -5px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.box1 h4 {
    text-transform: uppercase;
    font-size: 18px;
    font-family: comfortaa;
    font-weight: bold;
}

.box1 .box-icon {
    height: 140px;
    margin-bottom: 20px;
}

.box1:hover .box-icon img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}


/**
*Mainmenu-area
**/

.mainmenu-area {
    background-color: white;
    position: fixed;
    width: 100%;

    z-index: 9999999;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.overlay,
.overlay a,
.mainmenu-area a {
    color: #ffffff;
}

.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;
    color: black;
}

.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 grey;
}

/**
*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-family: comfortaa;
    font-weight: bold;
    color: black;
}

.header-text h2:after {
    font-family: comfortaa;
    font-size: 18px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -10px;
    width: 15px;
    height: 15px;
}

.screen-slider .item {
    padding: 56px 22px;
    display: inline-block;
    margin: auto;
}

.screen-slider.owl-carousel {
    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;
    color: black;
}

.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 {
    text-align: left;
    margin-bottom: 10px;
    font-family: comfortaa; 
    color: black;
}

.price-table p {
    text-align: left;
    font-size: 18px;
    font-family: comfortaa; 
    color: black;
}

.price-table {
    padding: 10px 20px;
    border-radius: 20px;
    float: center;
    background-color: #ffffff;
    position: relative;
    margin-top: 60px;
    width: 100%;
}

.price-table.active {
    padding: 70px 40px;
    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: #E91544;
    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)
}


/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: black;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.tgl {
    text-align: center;
    font-size: 18px;
    font-family: comfortaa;
    margin-bottom: 20px;
}

.ti-pencil {
    color: blue;
    font-size: 18px;
    margin-right: 10px;
}

.ti-trash {
    font-size: 18px;
    margin-right: 10px;
    color: red;
}

.ti-time {
    font-size: 13px;
    margin-right: 2px;
    color: white;
}

.ti-arrow-circle-left {
    font-size: 18px;
    margin-right: 5px;
    color: #E91544;
}


/****
*Blog-area
*****/
.item11 { 
    grid-area: atas;
    margin-bottom: 0px;

}
.item12 { grid-area: kiri; }
.item13 { grid-area: kanan; }
.item14 { 
    grid-area: bawah;
}

.item15 { 
    grid-area: bawah2;
}

.item1 { 
    grid-area: foto; 
}

.item1 img {
    width: 180px;
    float: right;
}

.item2 { 
    grid-area: nama;
}

.grid-container {
    display: grid;
    grid-template-areas:
    'foto nama';
}

.grid-container > div {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
}

.container1 {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
    float: center;
}

.container3 {
    margin-left: 70px;
    margin-bottom: 50px;
    display: grid;
    grid-template-columns: 280px 280px 280px 280px;
    grid-gap: 20px;
    padding: 10px;
}

.container4 {
    margin-bottom: 0px;
}

.container5 {
    display: grid;
    grid-template-columns: 300px 220px;
    grid-gap: 750px;
}

.Group_70 {
    margin-top: 50px;
}

.button3{
    background-color: white; 
    color: #E91544; 
    border: 2px solid #E91544;
    width: 100%;
    padding: 12px 20px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    font-family: comfortaa;
}

.button3:hover {
    background-color: #E91544;
    color: white;
}

.box4 {
    width: 290px;
    margin-top:20px;
    margin-bottom: 10px;

    overflow: hidden;
    border-radius: 15px;
    padding: 20px 20px 20px 20px;
    border: 1px solid #E5E5E5;

    text-align: center;
    -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)

}

.box4:hover {
    background-color: #EBEBEB;
}

.box4 h4 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: comfortaa;
    font-weight: bold;
}

.box4 .box4-photo {
    height: 165px;
    margin-bottom: 60px;
}

.box4:hover .box-icon img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.box4 .box4-content {
    background-color: white;
    padding: 0px 20px;
    margin-bottom: 20px;
}

.box4 .box4-meta {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.box4 .box4-meta li {
    display: inline-block;
    margin-right: 15px;
}

.box4 .box4a 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-family: comfortaa;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: white;
    padding: 2% 0 2% 0; 
}

.button.five {
    margin-top: 4px;
    margin-left: 20px;
    width: 18%;
    padding: 5px 10px;
    background-color: white; 
    color: #E91544; 
    border: 1px solid #E91544;
    border-radius: 50px;
    cursor: pointer;
    font-size: 15px;
    text-align: center;
    font-family: comfortaa;
}

.button.five:hover {
    background-color: #E91544;
    color: white;
}

/*afterblog*/

/***
*Footer-area
***/

.footer-area {
    padding-top: 30px;
    z-index: 1;
}

.footer-bg {
    z-index: -1;
}

.footer-top {
    margin-bottom: 20px;
}

.side-icon-box {
    margin-bottom: 30px;
    position: relative;
    padding-left: 80px;
}

.side-icon-box a {
    color: #ffffff;
}

.side-icon-box .side-icon {
    position: relative;
    left: 0;
    top: 0px;
    width: 60px;
}

.side-icon-box strong {
    display: block;
    margin-bottom: 10px;
}

.footer-middle {
    margin-bottom: 60px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 25px;
    padding-bottom: 15px;
}

/***
*Contact-form
****/

.row2 {
    content: "";
    display: table;
    clear: both;
}

.fa {
    padding: 15px;
    font-size: 70px;
    width: 60px;

    text-align: center;
    margin: 5px 2px;
    border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa.fa-diamond {
    width: 40px;
    font-size: 18px;
    text-align: center;
    color: #70BBEF;
    padding: 0px;
    margin: 20px 0px 20px 0px;
}

.fa-facebook {
  background: #677294;
  color: white;
}

.fa-twitter {
  background: #677294;
  color: white;
}

.fa-youtube {
  background: #677294;
  color: white;
}

.fa-instagram {
  background: #677294;
  color: white;
}

.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: #E91544;
    background: -webkit-gradient(linear, left top, left bottom, from(#E91544), to(#138fc2));
    background: linear-gradient(to bottom, #E91544 0%, #E91544 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;
    }
}

@media only screen and (max-width: 700px){
.modal-content {
    width: 98%;
}
}