
body, p {
    font-family: 'Open Sans', sans-serif;
}
body{
    background: #fff;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #e4e4e4; 
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #d70000; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #d70000; 
}

ul,li,ol
{
    list-style: none;
}

img {
    max-width: 100%;
    height: auto; }

    h1, h2, h3, h4, h5, h6 {
        font-family: 'Open Sans', sans-serif;
        padding: 0;
        margin: 0;
    }
    a:hover {
        text-decoration: none;
    }

    /* General css */
    .primary-color {
        color: #d70000; 
    }
    .secondary-color {
        color: #000000;
    }
    .color-white {
        color: #fff;
    }
    .primary-bg
    {
        background: #d70000;
    }
    .secondary-bg
    {
        background: #000;
    }
    .white-bg
    {
        background: #000;
    }
    .no-padding {
        padding: 0;
    }
    .no-padding-left {
        padding-left: 0;
    }
    .no-padding-right {
        padding-right: 0;
    }
    /* Header */
    .top-header {
        background: #d70000;
        color: #fff;
    }
    .top-header ul {
        margin: 0;
        padding: 0;
        list-style: none; 
    }
    .top-header ul li {
        float: left;
        margin-right: 20px; 
    }
    .top-header ul li :last-child {
        margin-right: 0px;
    }
    .top-header ul a {
        color: #fff; 
    }
    .top-header a {
        color: #000;
    }
    .top-header .th-content
    {
        font-size: 16px;
        color: #fff;
        padding: 6px 0 !important;
    }
   
    .left-pull-container li i
    {
        color: #d70000;
    }
    .top-second-container
    {
        background:#fff;
        min-height: 180px;

    }
    .navbar {
        padding-top:5px;
        padding-bottom:22px;
    }
    .dropdown-menu {
        margin: 0;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-brand h3{
        margin-top:-90px;
        margin-left:100px;
        font-weight:bold;
        color:#d70000;
    }
    .navbar-fixed-top, .navbar-fixed-bottom {
        position: fixed;
        right: 0;
        left: 0;
        z-index: 1030;
    }
    .btm-header {
        background: #fff;
        box-shadow: 1px 1px 5px 1px rgba(0,112,184,0.3);
        z-index: 10;
    }
    .btm-header>div
    {
        padding: 5px;
    }
    .btm-service
    {
        padding: 40px 0 0 75px;
    }
    .btm-service-icon
    {
        float: left;
        height: 35px;
        width: 35px;
        border: 1px solid #d70000;
        margin-right: 8px;
    }
    .btm-service-icon p
    {
        color: #d70000;
        padding: 5px 10px;
    }
    .btm-service-content
    {
        line-height: 0.9rem;
        font-size: 14px;
    }
    .btm-service-content label
    {
        font-weight: 700;
        font-style: 16px !important;
        text-transform: uppercase;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }
    .navbar-brand {
        color: #d70000;
    }
    .btm-header .main-menu .navbar {
        margin-bottom: 0px;
    }
   
    .navbar-fixed-top {
        border-bottom: 1px solid #ddd;
        box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.12);
    }
  
    .btm-header.navbar-fixed-top {
        width: 100%;
        left: 0;
        position: fixed;
        top: 0;
        box-shadow: 2px 2px 10px 8px rgba(255,255,255,0.3);
    }
   
    .logo {
        position: absolute;
        top: 30px;
    }
    .mobile-logo
    {
        display: none;
    }
    .nav-right {

    }
    .navbar-nav .nav-link {
        font-size: 15px;
        text-transform: uppercase;
        font-family: 'Open Sans', sans-serif;
        color: #000;
        padding-left:10px !important;

    }
    .navbar-nav .active .nav-link {

        color: #d70000;
    }
    .nav-link:hover {
        color: #d70000 !imporant;
    }
    .navbar-nav li a
    {
        color: #4d4d4d;
        font-weight: 600;
    }
   
    .navbar-nav li
    {
        text-align: left;
    
    }

   
    .navbar-fixed-top .top-header-2 {
        display: none; 
    }
   
    .banneroverlay {
        background-color: rgba(0,0,0,0.4);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 9;
    }
    .banner-caption {
     position: absolute;
     top: 25%;
     width: 100%;
     z-index: 99;
     text-align: center;
 }
 .banner-caption p
 {
    color: #fff;
    font-size: 18px;
}
.banner-caption-content
{
    background-color: rgba(0,0,0,0.4);
    padding: 10px;
}
.banner-caption-content h1 {
    text-transform: capitalize;
    font-weight: 800;
    display: block;
    color: #fff;
    text-align: left;
    font-size: 24px;
    line-height: 50px;
    margin-bottom: 30px;
    padding: 5px 40px;
    margin: 10px;
}
.caption-color-blue
{
    color: #00a8e6 !important;
    text-transform: uppercase;
    font-size: 2.4em;
    font-weight: 700;
}
.caption-color-green
{
    color: #d70000 !important;
    text-transform: uppercase;
    font-size: 2.4em;
    font-weight: 700;
}
.banner-caption h2 span {
    color: #1d5295;
}
.banner-caption-content p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;

}
.ad-alt-btn
{
     background: #d70000;
        padding: 15px 50px;
        text-transform: uppercase;
        font-size: 16px;
        color: #fff;
        margin-top: 20px;
        display: inline-block;
}
    .ad-btn
    {
       
    }
    .ad-btn
    {
       background: #000;
       padding: 15px 50px;
       text-transform: uppercase;
       font-size: 16px;
       color: #fff;
       display: inline-block;
   }
   .ad-color-blue
   {
    background: #00a8e6;
    color: #fff;
}
.ad-color-green
{
    background: #d70000;
    color: #fff;
}

.normalTitle
{
    text-transform:uppercase;
    font-size: 1.7;
    color: #fff;
    font-weight: 700;

}

.owl-theme .owl-nav {
    margin-top: 0 !important;
}

.owl-theme .owl-nav [class*='owl-'] {
    background: none !important; 
}

.icon {
    background: #d70000;
    color: rgba(255, 255, 255, 1);
    font-family: 'FontAwesome';
    font-size: 40px;
    line-height: 60px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    text-align: center;
    width: 60px;
    height: 60px;
}

.owl-next,
.owl-prev {
    height: 100%;
    position: absolute;
    top: 0; }

    .owl-next {
        right: 0; 
    }

    .owl-prev {
        left: 0; 
    }

    .owl-next:hover .icon,
    .owl-prev:hover .icon {
        background: rgba(0, 0, 0, 1);
        color: rgba(255, 255, 255, 0.9);
    }

    .icon-arrow-left7 {
        left: 0; 
    }

    .icon-arrow-left7:before {
        content: "\f053"; 
    }

    .icon-arrow-right7 {
        right: 0; 
    }

    .icon-arrow-right7:before {
        content: "\f054"; 
    }

    .section-padding {
        padding: 60px 0;
    }
    .section-padding-about
    {
        padding: 0 0 60px 0;
    }
   
    /*============================= SECTION FEATURE =================================*/
    .section-features {
        background: #fff;
        padding: 40px 0;
    }
    .section-features h2
    {
        color: #fff;
        font-size: 30px;
        line-height: 50px;
    }
  
    .feature-no {
        float: left;
        width: 20%;
        margin-right: 4%;
    }
    .feature-no h2 {
        color: #d70000;
        padding: 5px 0px;
        text-align: center;
        font-weight: 800;
        font-size: 50px;
        margin-bottom: 0;
    }
    .section-features2 .feature-no h2 {
        font-size: 40px;
    }
    .feature-content {
        float: left;
        width: 75%;
    }
    .feature-content h3 {
        color: #000;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 18px;
    }
    .feature-content p, .feature-content a{
        color: #4d4d4d;
        font-weight: 600;
        margin-bottom: 0;
    }

    /*============================= SECTION WELCOME =================================*/

    .image-container
    {
        background: url(../images/aboutus1-1.jpg) center no-repeat;
        background-size: cover;
    }
    .welcome-content {
        padding: 40px 15px 40px 20px;
    }
    .welcome-content-inner {
        padding: 0 !important;
    }
    .welcome-content h2 {
        font-weight: 800;
        margin: 0;
        color: #000;
        font-size: 1.7em;
    }
    .about-title
    {
        color: ;
        float: ;
        font-size: 30px;
        text-transform: uppercase;
        border-right: 4px solid #d70000;
        padding:0 8px 0 0;
    }
    .right-welcome-title
    {
        padding-left: 8px;
        color: #4d4d4d;
    }
    .counter-experience
    {
        font-size: 2em;
        line-height: 25px;
        vertical-align: sub;
    }
    .welcome-content p {
        font-size: 16px;
        line-height: 1.7;
    }
    .welcome-content .btn-readmore {
        display: inline-block;
    }
    .welcome-content .btn-readmore a {
        padding: 10px 20px;
        margin-top: 20px;
    }
    .welcome-content .btn-readmore a:hover
    {
        color: #fff;
    }
    .section-showcase h1
    {
        font-weight: bold;
        font-size: 2.5em;
    }
    .showcase-block
    {
        box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.2);
        margin-bottom: 30px;
        background: #fff;
        color: #181818;
        text-align: center;
        position: relative;
    }
    .showcase-content
    {
        padding: 5px 20px;
        min-height: 250px;
    }
    .showcase-block img
    {
        padding: 40px 10px 20px 10px;
    }
    .showcase-content h3
    {
        color: #2f7fb8;
    }

    /*============================= SECTIONshowcase-feature-different =================================*/
    .showcase-feature-different
    {
        background: url(../images/servicebg.jpg) no-repeat;
        background-size: cover;
        color: #fff;
    }
   .feature-different-inner>div
   {
    padding: 20px 0 40px 0 !important;
}
.feature-different img
{
    color: #fff;

}
.different-icon
{
    position: relative;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    line-height: 90px;
    display: inline-block;
    float: left;
    font-size: 40px;
    text-align: center;
    border: 2px solid #fff;

}
.different-content
{
    position: relative;
    width: 65%;
    display: inline-block;
    float: left;
    padding-left: 15px;
}
.different-content p
{
    min-height: 160px;
}
.different-content .btn-readmore a
{
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 20px;
}
.different-content .btn-readmore a:hover
{
    color: #d70000;
}
.feature-different h4
{
    font-weight: 700;
}
/*============================= SECTION SERVICE =================================*/
.services-section {
    background: #fff;
    color: #fff;
    padding-top: 60px;
    height: 925px;

}
.services-container
{
    position: relative;
    top: -145px;
    background: #fff;
    box-shadow: 2px 2px 10px 8px rgba(255,255,255,0.3);
    color: #000;
    padding: 50px 10px 50px 10px;
}
.services-block
{
    padding-top: 10px;
}
.title {
    margin-bottom: 30px;
}
.title h2 {
    font-weight: 800;
    text-align: center; 
}
.service-block {
    margin-bottom: 30px;
    background: #fff;
    color: #181818;
    text-align: center;

}
.service-content {
    position: relative;
    padding: 0 20px;
    min-height: 300px;
    top: -45px;
}
.service-content i
{
    font-size: 48px;
}
.service-content .service-icon
{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background: #fff;
    line-height:110px;
    margin: 0 auto;
    text-align: center;
    

}
.serivceFive
{
    z-index: 2;
}
.serviceBtnViewall
{
    z-index: 0;
}
          .service-content h2 {
            color: #181818;
            margin: 0;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            padding: 10px;
        }
        .service-content p {
            margin: 5px 10px;
        }
        .service-content a {
            color: #d70000;
            font-size: 18px;
            font-weight: 700;
            text-transform: capitalize;
        }

       
    /* ======================= WHY CHOOSE US SECTION ======================== */
    .we-best {
     color: #000;
 }
 .we-best .image-container
 {
    background: url(../images/whychooseus.jpg) center center no-repeat;
    background-size: cover;
}

.block_box {
 
 padding: 65px;
 position: relative;

}
.bg_overlay {
    background-color: rgba(0, 4, 6, 0.88);
}

.left-block {
    width: 50%;
    float: right;
    position: relative;
}

.light-color {
    color: #fff;
}
.we-best .block_box ul {
    list-style: none;
    padding: 0;
    margin: 35px 0 0;
    overflow: hidden;
}
.block_box ul li {
    margin-bottom: 50px;
    position: relative;
    padding-left: 110px;
    min-height: 90px;
}
.block_box .icon-circle {
    font-size: 44px;
  
    height: 89px;
    width: 89px;
    text-align: center;
    line-height: 89px;
    position: absolute;
    left: 0;
    top: 0;
    color: #d70000;
    display: block;
  
}

.block_box strong {
    font-size: 20px;
    padding-bottom: 5px;
    padding-top: 7px;
    display: block;
    font-weight: 600;
    color: #1E59A8;
}
.block_box p {
    color: #4d4d4d;
}

.heading_block h2 {
    position: relative;
    padding-bottom: 20px;
    font-weight: bold;
    color: #d70000;
}
.heading_block h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 3px;
    width: 60px;
    background: #1E59A8;
}

/*success rate*/
.success-rate
{
    position: relative;
    top: -30px;
}
.successRate-container
{
  margin: 0 auto;
  position: relative;
  border:1px solid #072B5B;
  height: auto;
  text-align: center;
}
.successRate-container h2
{
    padding: 5px;
}
.top-icon
{
    font-size: 30px !important;
    padding: 10px;
    background: #072B5B;

}
.successRate-container .bottom
{
    position: relative;
    bottom: -12px;
    background: #072B5B;
    border-radius: 25px;
    padding: 5px 10px;
}

/* ============================== section process ===============================*/
.section-process
{
    color:#fff ;
    background: url(../images/processbg.jpg) center center no-repeat;
    background-size: cover;

}

.bs-vertical-wizard {
    padding-bottom: 50px;
}

.bs-vertical-wizard ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bs-vertical-wizard ul>li {
   display: block;
   position: relative;
   padding-bottom: 48px;
}

.bs-vertical-wizard ul>li>a {
 display: block;
 padding: 30px 20px 20px 75px;
 color: #fff;
 font-size: 24px;
 font-weight: 700;
 letter-spacing: 0.8px;
}
.bs-vertical-wizard ul>li>a:before {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 25px);
    background-color: #bdc2ce;
    left: 25px;
    bottom: -9px;
    /*z-index: 3;*/
}

.bs-vertical-wizard ul>li>a .ico {
 pointer-events: none;
 font-size: 14px;
 position: absolute;
 left: 10px;
 top: 20px;
 z-index: 2;
 background: #d70000;
 height: 80px;
 width: 80px;
 text-align: center;
 line-height: 80px;
 border-radius: 50%;
 font-size: 56px;
 font-weight: 900;
}

.bs-vertical-wizard ul>li>a:after {
    content: '';
    position: absolute;
    border: 2px solid #bdc2ce;
    border-radius: 50%;
    top: 14px;
    left: 6px;
    width: 16px;
    height: 16px;
    z-index: 3;
}

.bs-vertical-wizard ul>li>a .desc {
    display: block;
    color: #bdc2ce;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .8px;
}

.bs-vertical-wizard ul>li.complete>a:before {
    background-color: #d70000;
    opacity: 1;
    height: calc(100% - 30px);
    bottom: -80px;
}

.bs-vertical-wizard ul>li.complete>a:after {display:none;}
.bs-vertical-wizard ul>li.locked>a:after {display:none;}
.bs-vertical-wizard ul>li:last-child>a:before {display:none;}

.bs-vertical-wizard ul>li.complete>a .ico {
    left: -15px;
}

.bs-vertical-wizard ul>li>a .ico.ico-green {
    color: #5cb85c;
}

.bs-vertical-wizard ul>li>a .ico.ico-muted {
    color: #bdc2ce;
}

.bs-vertical-wizard ul>li.current {
    background-color: #fff;
}

.bs-vertical-wizard ul>li.current>a:before {
    background-color: #ffe357;
    opacity: 1;
}

.bs-vertical-wizard ul>li.current>a:after {
    border-color: #ffe357;
    background-color: #ffe357;
    opacity: 1;
}

.bs-vertical-wizard ul>li.current:after, .bs-vertical-wizard ul>li.current:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.bs-vertical-wizard ul>li.current:after {
    border-color: rgba(255,255,255,0);
    border-left-color: #fff;
    border-width: 10px;
    margin-top: -10px;
}

.bs-vertical-wizard ul>li.current:before {
    border-color: rgba(234,236,241,0);
    border-left-color: #eaecf1;
    border-width: 11px;
    margin-top: -11px;
}

/* ============================== section process ===============================*/

/* ============================== free quote ===============================*/
.free-quote .image-container
{
    background: url(../images/freequote.jpg) center center no-repeat;
    text-align: center;
    background-size: cover;
}
.free-quote .btn-readmore
{
    /*padding: 50px 0;*/
    position: relative;
    top: 50%;
}
.free-quote .btn-readmore a
{
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 50px;
}
.free-quote .btn-readmore a:hover
{
    color: #d70000;
}
.free-estimate
{
    color: #d70000;
}

/* ============================== Testimonial ===============================*/
.testimonial-all
{
   background: url(../images/why_choose_us_bg.jpg);
   position: relative;
   background-size: cover;
   background-repeat: no-repeat;
}
.testimonial-all .block_box p {
    color: #fff;
    font-size: 14px;
}
section-padding.testimonail {
    padding: 80px 0;
}
.bg_overlay
{
    background-color: rgba(0, 0, 0, 0.45);
}
.testimonail {
    background: url(../images/testimonial-bg1.jpg) center center no-repeat;
    background-size: cover;
    height: 500px;
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}
.testimonail-container
{
    padding-top: 140px;
}
.testimonial-inner {
    background: url(../images/testimonail-bg-inner.jpg) #121212 no-repeat;
    background-size: 50%;
    color: #fff;
}
.testimonial-title h2 {
  font-weight: bold;
  font-size: 48px;
  padding-bottom: 35px;
}
.testimonail-block .owl-carousel2 span.fa-arrow-circle-left {
    left: -140px;
}
.testimonail-block .owl-carousel2 span.fa-arrow-circle-right {
    right: -140px;
}
.testimonail-block .owl-carousel2 span.fa {
    font-size: 28px;
    color: #e4e4e4;
    position: absolute;
    top: 40px;
}
span.name {
    color: #d70000;
    font-size: 18px;
    display: block;
}
span.designation {
    margin-bottom: 30px;
    display: block;
    color: #d70000;
}
.testimonial-block {
    box-shadow: 0 0 10px #e2e2e2;
    padding: 30px;
    margin-bottom: 40px;
    min-height: 220px;
}
.testimonial-block:before{
    content: "\f10d";
    font-family: 'FontAwesome';
    color: rgba(255,153,51,0.2);
    font-size: 75px;
    position: absolute;
    top: 0;
    left: 40px;
    vertical-align: top;
    z-index: -1;
}
.testimonial-block h5 {
    color: #1E59A8;
    font-size: 15px;
}
/* Quote */
.quote-section{
    background: #000;
}
.quote-section h2 {
    text-align: center;
    color: #fff;
}
.quote-section p
{
    color: #e9fa38;
}

/* ======================= FOOTER TOP SECTION ======================== */
.footer-showcase-quote
{
    background: #fff;
    padding: 20px;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    position: relative;
    top: -85px;
}
.footer-showcase-quote p
{
    color: #000 !important;
}
.footer-showcase-quote span
{
    color: #d70000;
    font-size: 48px;
    font-weight: 800;

}
.section-footertop {
    background: url(../images/footer.jpg) center center no-repeat;
    background-size: cover;

}
.section-footertop h2 {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 40px;
    font-weight: 800;
}
.section-footertop a {
    padding: 10px 30px;
    font-size: 25px;
    background: #00a8e6;
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.section-footertop h4 {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    margin: 30px 0;
}
.section-footertop a:hover {
    color: #fff;
}
.section-footer {
    background: url(../images/footer-bg.jpg) center center no-repeat;
    color: #fff;
    padding-top: 60px;
    background-size: cover;
}
.section-footer h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #fff;
        text-transform: uppercase;
}
.socialmedia-icons i
{
    padding: 10px 10px 10px 0;
    font-size: 28px;
}
.footer-widget-alt h3
{
    border: none;
}
.section-footer p {
    color: #fff;
}

/*footer working table */
.section-footer table
{
    table-layout: fixed;
    width:100%;
}
.section-footer table tr
{
    line-height: 2;
    border-bottom: 1px solid #fff;
}
.section-footer table tr:nth-child(1)
{
    border-bottom: none;
    font-size: 1.3em;
    text-transform: uppercase;
}

/*footer working table */

.footer-widget {
    color: #000;
}
.footer-widget h5 {
    margin-top: 0px;
    line-height: 1px; 
}
.footer-widget ul li {
    list-style: none;
    line-height: 40px; 
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
.footer-widget ul li a {
    color: #fff; 
}
.footer-widget ul li .fa {
    float: left;
    margin-right: 10px;
    margin-top: 12px;
}
.footer-widget ul li span.businesstime {
    margin-left: 24px;
    display: block;
}
.footer-hr
{
    border-top: 1px solid #fff;
}
.footer-widget hr
{
    border-top:1px solid #fff;
    width: 40px;
    float: left;
}



/*footer-widget-alt*/
.footer-shortcut-links
{
    font-size: 30px;
    font-weight: 800;
    padding-right: 10px;
}
.footer-shortcut-links .phone
{
    letter-spacing: 2px;
}
.footer-menu {

}
.footer-menu li {

}
.footer-menu li a {
    text-transform: uppercase;
}
.footer-social {

}
.footer-social li {
    float: left;
    list-style: none;
    background: #fff;
    padding: 8px 15px;
    color: #333333 !important;
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
}
.footer-social li a {
    color: #333333 !important;
}
.btm-footer {
    padding: 15px 0;
    background: ;
}

.copyright p {
    margin-bottom: 0; 
    color: #fff;
}

.powered {
    float: right;
}

.scrollup {
    color: #fff;
    padding: 10px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: none;
    background-color: #d70000; 
}

/* responsive */
.footer-button {
    background: #000 none repeat scroll 0 0;
    border-top: 1px solid #111;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 999999;
    display: none;
}
.footer-bar {
    margin: 0;
    overflow: hidden;
    padding-left: 0;
}
.footer-bar li {
    border-right: 1px solid #111;
    float: left;
    list-style: outside none none;
    padding: 8px 0;
    text-align: center;
    width: 25%;
}
.footer-bar li a {
    color: #fff;
    display: block;
    text-decoration: none;
}
.footer-bar li {
    list-style: outside none none;
    text-align: center;
}
.footer_bar li i {
    font-size: 18px;
}
.footer-button ul.footer-bar li:last-child{
    border-right: none;
}
