#top_bar {
    background: #000000!important;
}

.top_social_icon,
.top_social_icon:last-of-type {
    border: 0;
}

.top_social_icon i,
.quick_contact_mail a,
.quick_contact_mail,
.quick_contact_phone {
    color: #fff;
}

button,
input[type="submit"] {
    background: #000000;
}

@media only screen and (max-width: 767px) {
    #ABdev_menu_toggle {
        top: 12px;
    }
}

.bold {
    font-weight: bold!important;
}

.search-toggle {
    opacity: 0;
    visibility: hidden;
}

#footer_copyright {
    background: #000000;
    color: #fff;
}

@media (max-width: 991px) {
    .slider-wrapper {
        padding: 50px 0;
    }
    #ABdev_menu_toggle {
        right: 15px;
        top: 12px;
    }
}

.banner {
    padding-top: 30px;
    padding-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wrapper__description {
    padding: 15px;
    font-weight: bold;
}

.specification {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
}

.layout-new .dnd-button_rounded {
    margin-top: 20px;
}

.layout-new {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


/*Preloader*/

.preloader-wrapper {
    width: 100vw;
    height: 100vh;
    background: #fff;
    position: fixed;
    z-index: 9999999999;
}

.preloader {
    position: relative;
    width: 100%;
    height: 80px;
    top: calc(50% - 50px);
    text-align: center;
    margin: 0 auto;
}

.preloader span {
    position: absolute;
    border: 8px solid #5895e8;
    border-top: 8px solid transparent;
    border-radius: 999px;
}

.preloader span:nth-child(1) {
    width: 80px;
    height: 80px;
    left: calc(50% - 40px);
    -webkit-animation: spin-1 1s infinite ease;
    animation: spin-1 1s infinite ease;
    border-color: #003c8f;
    border-top-color: transparent;
}

.preloader span:nth-child(2) {
    top: 20px;
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
    -webkit-animation: spin-2 1s infinite ease;
    animation: spin-2 1s infinite ease;
}

.preloader:after {
    content: "Kyomitsu is loading";
    position: absolute;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    color: #4d515f;
    letter-spacing: 1px;
    top: 90px;
    width: 100%;
    left: 0;
    right: 0;
    height: 1px;
    text-align: center;
}

@-webkit-keyframes spin-1 {
    0% {
        -webkit-transform: rotate(360deg);
        opacity: 1;
    }
    50% {
        -webkit-transform: rotate(180deg);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: rotate(0deg);
        opacity: 1;
    }
}

@keyframes spin-1 {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        opacity: 1;
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1;
    }
}

@-webkit-keyframes spin-2 {
    0% {
        -webkit-transform: rotate(0deg);
        opacity: 0.5;
    }
    50% {
        -webkit-transform: rotate(180deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(360deg);
        opacity: 0.5;
    }
}

@keyframes spin-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 0.5;
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        opacity: 0.5;
    }
}

#ABdev_menu_toggle {
    /*background: rgb(255, 255, 255);*/
    background: rgb(0, 0, 0);
}


/*
#ABdev_main_slider {
    height: 100%!important;
    max-height: 450px!important;
}
*/

#footer_menu_inner {
    display: flex;
    justify-content: flex-end;
}

@media(max-width: 640px) {
    .dnd_service_box {
        margin-bottom: 10px;
    }
    .dnd-tabs-position-left.dnd-tabs-boxed.dnd-tabs-fullwidthtabs .ui-tabs-nav {
        padding-left: 0;
    }
    .banner {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .dnd_section_dd {
        padding: 50px 0px;
    }
    #tab-5 h3 {
        margin-top: 20px;
    }
    #tab-6 h2,
    #tab-7 h2,
    .accordion-style {
        float: left!important;
        margin-top: 20px;
    }
    .banner img {
        max-width: 100%;
        max-height: 100%;
        height: 100%;
        width: 100%;
        display: block;
    }
    .specification {
        align-items: flex-start;
    }
    .slider-wrapper {
        padding: 15px 0;
    }
    .service--custom {
        padding-left: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: justify;
    }
    .layout--custom {
        padding: 20px 10px;
        display: flex;
        margin-bottom: 30px;
        text-align: justify;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .layout-new p {
        text-align: center!important;
    }
    .layout-new h2 {
        font-size: 20px;
        padding-top: 0!important;
        margin-bottom: 0;
    }
    .wrapper__description p {
        text-align: justify!important;
    }
    .dnd_section_content ul {
        padding-left: 15px;
    }
    #footer_menu {
        margin-bottom: 0;
    }
    #footer_menu_inner {
        display: flex;
        justify-content: center;
    }
}

@media(max-width: 425px) {
    #title_breadcrumbs_bar {
        padding: 20px 0;
    }
    #title_breadcrumbs_bar .floatleft,
    #title_breadcrumbs_bar .floatright {
        display: block;
        float: none;
        margin: 0;
    }
}

/*.dnd_section_dd {
    padding-bottom: 50px!important;
}*/

/*Andre myID*/
.slider-wrapper {
    padding-top: 135px;
}

section {
    padding: 15px 0;
}

.dnd_section_dd {
    padding-bottom: 10px!important;
    padding-top: 25px;
}
