/*GENERAL*/

@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Nunito Sans', sans-serif;
}

a {
    transition: 0.3s;
    text-decoration: none !important
}

a:hover {
    color: #ee4136 !important;
}

.t3-wrapper {
    overflow-x: hidden;
}

.t3-content {
    padding-top: 0px;
    padding-bottom: 0px;
}

.t3-mainbody {
    padding-bottom: 0px;
}

/*HEADER*/

.logo-image img {
    max-width: 150px;
    height: 80px;
    transition: 0.3s;
    margin: 5px 0px;
}

.sticky-menu img {
    height: 60px;
}

#t3-header .row {
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    transition: 0.3s;
    z-index: 3;
    background: #fff;
}

#t3-mainnav {
    background: none;
    border: none;
}

.t3-megamenu li a {
    background: none !important;
}

#t3-header .row > .container {
    display: flex;
    align-items: center;
}

.t3-megamenu {
    float: right;
}

.t3-megamenu a {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

/*BODY*/

.slider-header {
    font-size: 80px;
    font-weight: 600;
    color: #fff;
}

.tentang-kami {
    margin-top: 80px;
}

.tentang-kami-header {
    font-size: 24px !important;
    font-weight: 600;
    text-transform: uppercase;
}

.tentang-kami p {
    margin-bottom: 20px;
    max-width: 500px;
    font-size: 16px;
}

.tentang-kami img {
    box-shadow: 1px 1.7px 31.9px 3.2px rgba(0, 0, 0, 0.5) !important;
}

.mengapa-kami {
    padding-top: 50px;
    margin-top: 50px;
    padding-bottom: 80px;
}

.mengapa-kami .tentang-kami-header {
    margin-bottom: 50px;
}

.mengapa-kami img {
    max-width: 124px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.mengapa-kami p {
    text-align: center;
    font-size: 18px;
}

.mengapa-kami .qx-row:last-child {
    margin-top: 80px;
}

.qx-testimony {
    margin-bottom: 30px;
}

.qx-testimony p {
    font-size: 24px;
    font-style: italic;
    color: #fff;
}

.testimoni h4 {
    color: #fff;
}

.testimoni .qx-designation {
    color: #fff;
}

.testimoni {
    padding-top: 40px;
}

.galeri {
    margin-top: 50px;
    margin-bottom: 80px;
}

.hubungi-kami {
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.hubungi-kami {
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.contact-detail {
    margin-top: 20px
}

.contact-detail .header {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px
}

.contact-detail p {
    font-size: 16px;
    display: flex;
    margin-bottom: 15px;
    align-items: flex-start;
}

.contact-detail i {
    margin-top: 3px;
    margin-right: 10px;
    color: #ee4136;
}

.contact-form {
    margin-top: 20px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px !important;
    color: #000 !important;
}

.contact-form .rsform-captcha-box {
    width: auto;
}

.contact-form button {
    padding: 10px 40px !important;
    letter-spacing: 0.4px;
    background: #ee4136 !important;
    text-shadow: none !important;
    border-color: #ee4136 !important;
    border-radius: 2px !important;
    transition: 0.3s;
}


.footer-1 img {
    max-width: 130px;
}

.footer-2 li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

.footer-2 li {
    margin-bottom: 10px;
}

.footer-3 p:first-child {
    font-size: 16px;
    font-weight: 600;
}

.t3-copyright {
    padding-top: 10px;
    padding-bottom: 5px;
    border-top: none;
}

#t3-footer .t3-spotlight {
    padding: 20px;
}

#t3-footer .t3-module {
    background: none;
}

#t3-footer {
    background: #fafafa;
}

.footer-2 a:before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 10px;
}

.footer-4 p:nth-child(1):before {
    content: "\f095";
    font-family: FontAwesome;
    margin-right: 10px;
}

.footer-4 p:nth-child(2):before {
    content: "\f0e0";
    font-family: FontAwesome;
    margin-right: 10px;
}

.footer-4 p:nth-child(3):before {
    content: "\f230";
    font-family: FontAwesome;
    margin-right: 10px;
}

.footer-4 a {
    color: #555555;
}

/*HAMBURGER MENU*/

.off-canvas-toggle {
    display: none;
}

.rsform-thankyou-button{
    color: #fff !important;
}

@media (max-width: 991px) {

    .t3-megamenu a {
        font-size: 11px;
    }

    .slider-header {
        font-size: 50px;
    }

    .tentang-kami p {
        max-width: 100%;
    }

    .mengapa-kami .qx-row:last-child {
        margin-top: 0px;
    }

    .mengapa-kami p {
        margin-bottom: 50px;
    }

    .mengapa-kami {
        padding-bottom: 50px;
    }

    .tentang-kami-header {
        text-align: center;
    }

    #t3-footer .t3-spotlight > div {
        width: 100%;
    }

    .tentang-kami img {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    
    .galeri .qx-g-items .row {
        margin-left: 0px;
        margin-right: 0px;
    }

    .col-sm-4.logo {
        text-align: left;
        padding: 5px 0px;
        z-index: 2;
        display: inline-block;
    }

    #t3-header .row > .container {
        display: block;
    }

    .off-canvas-toggle {
        display: block;
    }

    .navbar-header .off-canvas-toggle {
        background: none;
    }

    .navbar-header .off-canvas-toggle span {
        font-size: 20px;
        background: #ee4136;
    }

    .t3-off-canvas-header-title {
        display: none;
    }

    .t3-off-canvas-header {
        background: none !important;
        height: 0px !important;
    }

    .logo-image img {
        height: 60px;
    }

    .t3-off-canvas-header .close {
        background: none;
        color: #ee4136;
        opacity: 1;
    }

    .t3-off-canvas-body a {
        color: #000 !important;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 0.5px;
    }

    .t3-off-canvas-body a:hover {
        background: #ee4136 !important;
        color: #fff !important;
    }

    .slider-ayam .qx-slide__container {
        min-height: 300px !important;
    }

    .slider-ayam .slick-arrow {
        display: none !important;
    }

    .tentang-kami {
        margin-top: 50px;
    }

    .testimoni .slick-arrow {
        display: none !important;
    }

    .contact-form input,
    .contact-form textarea {
        padding: 10px 2px !important;
    }

    .footer-1 {
        text-align: center;
    }

    .t3-copyright p {
        text-align: center;
    }

    #t3-header .col-sm-8 #t3-mainnav {
        margin-top: -60px;
        padding-bottom: 10px;
    }

    #t3-header .col-sm-8 {
        padding: 0px;
    }

    #t3-header .col-sm-8 .navbar-toggle {
        background: none !important;
        border: none !important;
        color: #ee4136 !important;
    }

    #t3-header .col-sm-8 .navbar-toggle i {
        font-size: 18px;
    }

    #t3-header .t3-navbar-collapse {
        border: none !important;
    }

    #t3-header .t3-navbar-collapse ul {
        padding-top: 10px;
    }
    
    .mengapa-kami{
        margin-bottom: 0px;
    }
    
    .galeri{
        margin-bottom: 0px;
    }

}