body {
    font-size: 14px;
}

.brand-logo.float-left.mt-3 img {
    width: 155px;
}

.header-style-one .main-navigation {
    padding-top: 0;
}

.header-style-one:not(.sticky-header-overlay) .header-main-menu {
    padding-top: 0px;
}

.header-style-one:not(.sticky-header-overlay) .default_logo {
    display: block;
}

.header-style-one:not(.sticky-header-overlay) .light_logo {
    display: none;
}




.header-style-one.sticky-header-overlay {
    background-color: rgba(1, 185, 191, 1);
    padding-top: 10px;
}

    .header-style-one.sticky-header-overlay .default_logo {
        display: none;
    }

    .header-style-one.sticky-header-overlay .light_logo {
        display: block;
    }

.header-style-one .main-navigation.ul-li ul li a.active {
    color: rgba(0, 98, 141, 1);
}


.mobile_menu_button {
    color: #fff;
}

.mobile_menu_content {
    background-color: #CAF3F4;
}

.mobile-search-area .search-sub-btn button {
    background-color: #00628d;
}

.search_widget button {
    background-color: #00628D;
}

.footer-social {
    background-color: #CAF3F4;
}


.footer-area-one {
    background-color: #00628D;
}

    .footer-area-one .footer-content {
        justify-content: space-between;
        padding: 30px 0px 20px;
        border-bottom: 2px solid transparent;
    }

.footer-content .footer-about {
    width: 220px;
}

.footer-area-one .footer-widget .widget-title, .footer-area-one .footer-content .footer-menu li {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 40px;
}

.footer-widget .widget-title:after {
    content: none;
}

.footer-content .footer-about p {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}

.footer-area-one:after, .footer-area-one:before {
    background-image: none;
}

.footer-social-icon ul li {
    margin-right: 10px;
}

.footer-social-icon li a {
    border: 1px solid #fff;
    height: 35px;
    width: 35px;
    color: #fff;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    display: inline-flex;
}


.header-style-one .main-navigation li {
    margin-left: 40px;
    text-transform: capitalize;
}

    .header-style-one .main-navigation li .siblink {
        display: inline-block;
        padding: 10px 20px;
        background-image: linear-gradient(90deg, #00628D, #01B9BF);
        border-radius: 28px;
    }

.footer-social .footer-social-content .footer-social-icon {
}

    .footer-social .footer-social-content .footer-social-icon strong {
        color: #017397;
        padding: 20px;
    }

    .footer-social .footer-social-content .footer-social-icon li a {
        display: inline-flex;
        width: auto;
        background: transparent;
        border: transparent;
        gap: 11px;
        color: #017397;
    }

        .footer-social .footer-social-content .footer-social-icon li a i {
            font-size: 24px;
        }


        .footer-social .footer-social-content .footer-social-icon li a:hover {
            color: inherit;
            background-color: inherit;
        }


.footer-logo img {
    max-width: 100%;
    height: auto;
    max-height: 63px;
}



/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(75, 71, 71, 1);
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: transparent;
        -webkit-transition: .4s;
        transition: .4s;
        background-image: url('../img/icon/sliderbulanbintang.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

input:checked + .slider {
    /*background-color: #2196F3;*/
    background-color: rgba(75, 71, 71, 1)
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    background-image: url('../img/icon/sun.png')
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.lightmodeswitcher {
    position: fixed;
    /*left: 20px;*/
    left: 209px;
    top: 100px;
    z-index: 999999;
}



body.darkmode {
    background-color: rgba(14, 14, 14, 1);
}

    body.darkmode .section_contactus_1, body.darkmode .footer-social {
        background-color: rgba(202, 243, 244, 0.1);
    }

        body.darkmode .footer-social .footer-social-content .footer-social-icon strong, body.darkmode .footer-social .footer-social-content .footer-social-icon li a {
            color: rgba(255, 255, 255, 1);
        }



body.darkmode {
    color: rgba(255, 255, 255, 1);
}

    body.darkmode .section_text_item .section_headline h2, body.darkmode .section_point_items_1 .item_text h3 {
        color: rgba(255, 255, 255, 1);
    }

    body.darkmode .pera-content p, body.darkmode .section_point_items_1 .item_text p, body.darkmode .section_point_items_2 .item_text h5 {
        color: rgba(255, 255, 255, 1);
    }

    body.darkmode #yourneed, body.darkmode .section_contactus_1, body.darkmode .footer-social {
        background-color: rgba(202, 243, 244, 0.1);
    }

        body.darkmode .footer-social .footer-social-content .footer-social-icon strong, body.darkmode .footer-social .footer-social-content .footer-social-icon li a {
            color: rgba(255, 255, 255, 1);
        }

@media(min-width:1023px) {
    .header-style-one.sticky-header-overlay {
        top: -40px;
    }
}


@media(max-width:1024px) {
    .brand-logo a {
        display: block;
    }

    .brand-logo img {
        max-height: 60px;
    }

    .header-style-one.sticky-header-overlay {
        padding: 10px 0;
        top: 0px;
    }

    .lightmodeswitcher {
        left: 20px;
    }
}
