/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
}

a {
    text-decoration: none;
    color: #fd680e;
}

a:hover {
    color: #ff8f4c;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
    font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/


.section-bg {
    background-color: #f0f8d1;
}

.section-bg2 {
    background-color: #f0f8d1;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 1px;
    background: #fd680e;
    bottom: 0;
    left: calc(50% - 40px);
}

.section-title p {
    margin-bottom: 0;
    font-style: italic;
    color: #666666;
}



/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about h3 {
    font-weight: 300;
    font-size: 26px;
}

.about ul {
    list-style: none;
    padding: 0;
}

.about ul li {
    padding-bottom: 10px;
}

.about ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #fd680e;
}

.about p:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .info {
    color: #444444;
}

.contact .info i {
    font-size: 32px;
    color: #fd680e;
    float: left;
}

.contact .info p {
    padding: 0 0 10px 50px;
    margin-bottom: 20px;
    line-height: 22px;
    font-size: 14px;
}

.contact .info .email p {
    padding-top: 5px;
}

.contact .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #5a2c10;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

.contact .social-links a:hover {
    background: #fd680e;
    color: #fff;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .info {
    color: #444444;
}

.contact .info i {
    font-size: 32px;
    color: #fd680e;
    float: left;
}

.contact .info p {
    padding: 0 0 10px 50px;
    margin-bottom: 20px;
    line-height: 22px;
    font-size: 14px;
}

.contact .info .email p {
    padding-top: 5px;
}

.contact .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #5a2c10;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

.contact .social-links a:hover {
    background: #fd680e;
    color: #fff;
}

@media (max-width: 768px) {
    .contact .social-links {
        text-align: center;
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #fd680e;
}

.contact .php-email-form button[type="submit"] {
    background: #fd680e;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #fd8841;
}

@media (max-width: 768px) {
    .contact .social-links {
        text-align: center;
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #2f1708;
    padding: 30px 0;
    color: #fff;
    font-size: 14px;
}

#footer .copyright {
    text-align: center;
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

.scrollingtexta {
    font-size: 18px;
    font-weight: bold;
    color: #111;
    white-space: nowrap;
}

#pengumuman-wrapper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 10px;
}

#scrollera {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
#pengumuman-wrapper .pengumuman {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    overflow: hidden;
    background-color: #fff4c7;
}
