.hb-homeslider.v2{
    background: #f7f7f7 !important;
}
.fnp-pr{
    padding-top: 100px;
    padding-bottom: 100px;
}
.hb-footer {
    background: #e7e7f2ad !important;
}

.fix-socials{
    position: fixed;
    top: 50%;
    right: 0px;
    z-index: 9999999999999;
    transform: translate(0%,-50%);
}
.media-item{
    padding: 10px;
    text-align: center;
}
.media-item i{
    color: #fff;
    transition: all 0.3s;
    font-size: 15px;
}
.has-effect-icon.offset-h-46 .elm-link{
    margin-left: -25px !important;
}
.fix-socials a:hover .media-item{
    background-color: #000 !important;
    transition: all 0.3s;
}
.icon-fb{
    background: #3b5998 !important;
}
.icon-ins{
    background: #517fa4 !important;
}
.icon-tw{
    background: #00aced !important;
}
.icon-yt{
    background: #bb0000 !important;
}
.icon-ln{
    background: #0077B5 !important;
}
.icon-wp{
    background: #4dc247 !important;
    margin-top: 10px;
}
.span-contact-us{
    background: #222;
    color: #fff;
    font-size: 8px;
    width: 100%;
    padding-right: 3px;
    padding-left: 3px;
    text-align: center;
}
.hb-addressbox p a{
    color: #7a7992 !important;
}
.dn{
    display: none;
}
.fnp-section-title h2{
    font-size: 22px;
    line-height: 36px;
    margin: 0;
    color: #2d2c40;
    font-weight: 500;
}
.fnp-section-title{
    float: left;
    width: 100%;
    margin: 0 0 0px;
    padding: 0 0 20px;
    text-align: left;
    position: relative;
}
.hb-description ul{
    padding-left: 20px !important;
}
.fnp-hb-headcontent{
    float: left;
    width: 100%;
    text-align: left !important;
}
@media only screen and (max-width: 768px) {
    .mobile-display-block{
        display: block;
    }
    .fix-socials-bottom{
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 9999999999;
    }
    .widget-bottom-style{
        width: 33.3333333%;
        float: left;
        background: #222;
        text-align: center;
        padding: 12px;
    }
    .fix-socials-bottom a:nth-child(2) .widget-bottom-style{
        border-right: 1px solid #efefef1c;
        border-left: 1px solid #efefef1c;
    }
    .fix-socials-bottom a:hover .widget-bottom-style{
        background: #fafafa;
        transition: all 0.3s;
    }
    .fix-socials-bottom a:hover .widget-bottom-style i{
        color: #000;
        transition: all 0.3s;
    }
}