@charset "utf-8";
nav.navbar {
    padding: 5px 0;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 0;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
    z-index: 35
}

nav.navbar,
nav.navbar.bg {
    /*background-color: #434343*/

	background: #2c2c2c;
    box-shadow: 0 2px 8px 0 rgba(27,31,64,.44);
}

h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 16px;
    color: #000000;
    font-weight: 200
}

h1 {
    margin-bottom: 16px;
    color: #000000;
    font-weight: 200
}

.client-box {
    background: #FBFBFB;
    overflow: hidden;
    border: 1px solid #ECECEC;
    border-radius: 9px;
    text-align: center;
    margin-top: 30px;
}

.client-img {
    float: left;
    width: 40%;
    margin: 18px 0
}

.client-img img {
    width: 100%
}

.client-info {
    float: left;
    margin: 36px 0 0 10px
}

.client-info h4 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0
}

.client-info p {
    margin: 10px 0;
    font-size: 12px;
    line-height: 14px;
    color: #ABABAB
}

.know_about {
    font-size: 14px;
    color: #427BEE;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}