.mb-10{
    margin-bottom: 10px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-30{
    margin-bottom: 30px;
}

.features-list li::before{
    content: "\f14a";
    font: normal normal normal 14px/1 FontAwesome;
    color: #45aed6;
    position: absolute;
    left: 0;
    top: 6px;
}
.features-list li{
    padding-left: 20px;
    position: relative;
}
#contact .map-container{
    background: url(../images/google-map-bg.jpg) left top no-repeat;
}
.contact-container{
    background-color: #20222e;
    padding: 2px 20px;
    text-align: right;
    color:#8e969a
}
.header-contact{
    list-style: none;
    padding: 0;
    margin: 0;
}
.header-contact li{
    display: inline;
    margin-left: 20px;
}
#meet-team .team-member .team-info{
    font-weight: bold;
}

@media only screen and (max-width: 500px) {
    .navbar-brand>img {
        width: 324px;
    }
    .contact-container{
        text-align: center;
    }
    .header-contact li:first-child{
        margin-left: 0;
    }
    #main-slider .item{
        background-position: 57% 0;
    }
    .vision-mission-container{
        text-align: center;
    }
    #meet-team .team-member{
        text-align: center;
        margin-bottom: 30px;
    }
    img.img-responsive{
        margin: 0 auto;
    }
    #meet-team .team-member .team-img{
        background-color: #21222d;
    }
    #portfolio .portfolio-item { /* Client logo responsive width setting*/
        width: 49.9%;
    }
    
}

@media only screen and (max-width: 400px) {
    .navbar-brand>img {
        width: 286px;
    }
}