.detail_text {
    white-space: pre-line;
    word-wrap: break-word;
}
.home-3 .site-header.style-1 .navbar-nav{
    padding: 0;
}
.home-3 .site-header.style-1 .logo-header {
    height: 75px;
}
.top-bar{
    padding: 0px;
}
.dlab-topbar-right ul li a {
    padding: 10px 6px;
    text-align: center;
    background-color: #d81517;
    color: #fff !important;
}
.dlab-topbar-right ul li {
    float: left;
    border-right: 1px solid rgba(0,0,0,.08);
}
.dlab-topbar-right ul li:last-child {
    float: left;
    border-right: 0;
}
.section-head.style-1:before{
    content: none;
}
.design-by{
    width: 180px;
    position: absolute;
    right: 20px;
    bottom: 6px;
    top: 65px;
}
.design-by img{
    width: 100%;
}

@media only screen and ( max-width: 767px ){
    .design-by{
        position: static;
        display: block;
        margin: 70px auto 10px !important;
    }
}
