.indexfooterbg {
    background: #005587;
    padding: 40px 0px 20px 0px;
    /*color: #7b8b8b;*/
}

.indexfooterbg .col-md-3 {
    border-left: 1px #f5fbfb solid;
    padding-left: 50px;
    border-right: 1px #b0bdbd solid;
}

.indexfooterbg .col-md-3:nth-child(1) {
    border-left: none;
}

.indexfooterbg .col-md-3:nth-child(4) {
    border-right: none;
}

.indexfooterbg h1 {
    font-size: 12px;
    color: #fff;
}

.indexfooterbg h3 {
    font-size: 22px;
    color: #fff;
    margin-top: 15px;
}

.indexfooterbg h4 {
    font-size: 16px;
    line-height: 27px;
}

.indexfooterbg p {
    color: #fff;
}

.indexfooterbg a, a:hover, a:focus {
	color: #ccc;
} 

.footmo {
    display: none;
}


/* Special class on .container surrounding .navbar, used for positioning it into place. */

.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
/*@media (min-width:992px) {
    .featurette-heading {
        margin-top: 120px;
    }
}
*/

@media (max-width:992px) {

    .patop120px {
        padding-top: 70px;
        width: 15px;
    }
    .imgw100 {
        width: 100%;
    }
    .disnopic {
        display: none;
    }
    .disnontitl {
        display: block;
        font-size: 14px;
        text-align: center;
    }
    .navbar-header img {
        height: 50px;
    }
   

    .indexfooterbg {
        padding: 20px 0px;
    }
    .footerdis {
        display: none;
    }
    .footmo {
        display: block;
        padding-left: 10px;
        color: #fff;
    }
    .footmo a {
        color: #fff;
    }
    .footmo a:hover{ 
       color: #fff;
    }