/* stripes */
.stripes {
    background: repeating-linear-gradient(
 90deg,

 #7ba9c2 0px, /* 1 */
 #7ba9c2 70px,

 #566c82 70px, /* 2 */
 #566c82 140px,

 #a9bfc9 140px, /* 3 */
 #a9bfc9 210px,

 #7ba9c2 210px,
 #7ba9c2 280px,

 #638aa5 280px,
 #638aa5 350px,

 #375066 350px,
 #375066 420px,

 #7ba9c2 420px,
 #7ba9c2 490px,

 #a8bec8 490px,
 #a8bec8 560px
 );
    margin: 0 0 0 0;
    height: 8px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.header-lines-decoration span {
    width: 10%;
}

.client-icon {
    padding-right: 5px;
    margin-top: -2px;
}

.bg-stripe1 {
    background-color: #7ba9c2;
}
.bg-stripe2 {
    background-color: #566c82;
}
.bg-stripe3 {
    background-color: #a9bfc9;
}
.bg-stripe4 {
    background-color: #7ba9c2;
}
.bg-stripe5 {
    background-color: #638aa5;
}
.bg-stripe6 {
    background-color: #375066;
}
.bg-stripe7 {
    background-color: #7ba9c2;
}
.bg-stripe8 {
	background-color: #a8bec8;
}
.bg-stripe9 {
    background-color: #566c82;
}
.bg-stripe10 {
	background-color: #7ba9c2;
}