body{
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}

a{
    color: rgb(26, 24, 24) !important;
}

/* header */
.header-bg{
    background-color: #ffffff;
    position: sticky;
    top: 0;
    z-index: 2;
    transition: top 0.3s;
}
.submenu-header{
    font-weight: 600;
    color: #0e0e0e;
}
.burger-button{
    font-size: 28px;
    color: #fff;
    z-index: 10;
}

/* hero */
.hero-bg{
    background: url(../images/dewatiket_banner-ketiga.svg) no-repeat;
    background-size: cover;
    min-height: 100vh;
    color: #fff;
    background-position: center;
}
.hero-bg-mobile{
    background: url(../images/dewatiket_banner-ketiga.svg) no-repeat;
    background-size: cover;
    min-height: 100vh;
    color: #fff;
    background-position: center;
}
.hero-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}


/* content */
.margin-content{
    margin-bottom: 70px;
}
.margin-content-2{
    margin-bottom: 130px;
}
.inside-border{
    margin: 55px 10px 0 15px;
}
.margin-break-content{
    margin-top: 100px;  
}
.margin-break-content-mobile{
    margin-top: 50px;  
}
.margin-break-content-mobile2{
    margin-top: 70px;  
}
.margin-break-content.last{
    margin-top: 100px;
    margin-bottom: 100px;
}
.konco-bg{
    background-color: #000000;
    color: rgb(255, 255, 255);
    box-shadow: rgb(1 1 1 / 30%) 0px 4px 8px 0px;
}

/* footer */
.footer-bg{
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    box-shadow: rgb(1 1 1 / 30%) 0px 4px 8px 0px;
}
.copyright{
    font-size: 14px;
    color: rgba(185, 203, 239, 0.6);
    letter-spacing: 1px;
}


/* menu */
.menu-overlay{
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.50);
    position: fixed;
    top: 0%;
    z-index: 3;
    transition: 1s;
}
.menu-overlay{
    display: none;
}
.menu-container{
    width: 65%;
    height: 100vh;
    position: absolute;
    right: 0%;
    background-color: #03889e;
    color: #fff;
}
.menu-list{
    border-bottom: 1px solid #fff;
}
.close-button{
    font-size: 28px;
}

.contact-bg{
    background: #03889e;
    /* height: 100vh; */
    color: #fff;
}
/* .contact-bg.mobile{
    height: 100% !important;
} */

.contact-content{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.btn-outline-info{
    font-size: 14px;
    color: rgb(0, 0, 0);
    padding: 14px 33px;
    padding-top: 10px;
    letter-spacing: 1px;
    box-shadow: 1px 1px 11px rgba(2, 2, 2, 0.5);
    border-radius: 7px;
    background-color: #b40000;
    display: inline-block;
}

.btn {
    background-color: #000000;
    border: none;
    color: #ffffff;
    box-shadow: 1px 1px 11px rgba(2, 2, 2, 0.5);
    padding: 16px 32px;
    text-align: center;
    border-radius: 7px;
    font-size: 16px;
    margin: 4px 2px;
    transition: 0.3s;
  }
  
  .btn:hover {
    background-color: #B40000;
    color: #000000;
  }

.contact h2{
    font-size: 28px;
    color: #fff;
    margin-top: 20px;
}

/* Contact */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-area {
        padding-top: 90px;
        padding-bottom: 100px; } }
    @media (max-width: 767px) {
    .contact-area {
        padding-top: 70px;
        padding-bottom: 80px; } }
    
    .contact-box {
    background-color: #a40000;
    border: 1px solid #ddd;
    padding: 30px 35px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .contact-box {
        padding: 30px 25px; } }
    @media (max-width: 767px) {
        .contact-box {
        padding: 30px 25px; } }
    .contact-box .contact-icon i {
        font-size: 48px;
        color: #046631; }
    .contact-box .contact-content {
        margin-top: 15px; }
        .contact-box .contact-content .contact-title {
        font-size: 18px;
        font-weight: 600;
        padding-bottom: 15px; }
    .contact-box:hover {
        -webkit-box-shadow: 0px 0px 21px 0px rgba(152, 152, 152, 0.23);
        -moz-box-shadow: 0px 0px 21px 0px rgba(152, 152, 152, 0.23);
        box-shadow: 0px 0px 21px 0px rgba(152, 152, 152, 0.23); }
    
    p.form-message.success, p.form-message.error {
    font-size: 16px;
    color: #333;
    background: #ddd;
    padding: 10px 15px;
    margin-top: 15px; }
    p.form-message.success.form-message.error, p.form-message.error.form-message.error {
        color: #f00; }
    
    .single-form {
    margin-top: 30px; }
    .single-form input, .single-form textarea {
        width: 100%;
        height: 55px;
        border-radius: 5px;
        border: 1px solid #ddd;
        padding: 0 25px;
        font-size: 16px;
        color: #8a8fa3; }
        .single-form input.placeholder, .single-form textarea.placeholder {
        opacity: 1;
        color: #8a8fa3; }
        .single-form input:-moz-placeholder, .single-form textarea:-moz-placeholder {
        opacity: 1;
        color: #8a8fa3; }
        .single-form input::-moz-placeholder, .single-form textarea::-moz-placeholder {
        opacity: 1;
        color: #8a8fa3; }
        .single-form input::-webkit-input-placeholder, .single-form textarea::-webkit-input-placeholder {
        opacity: 1;
        color: #04663267; }
        .single-form input:focus, .single-form textarea:focus {
        border-color: #0466329a; }
    .single-form textarea {
        height: 135px;
        padding-top: 10px;
        resize: none; }