body{
    margin: 0;
}

.header{
    width: 100%;
    height: 338px;
    background-image: url("img/bg.jpg");
    background-repeat: no-repeat;
    text-align: center;
    background-size: cover;
}

.header img{
    margin-top:60px;
}

.header .text1{
    font-family: "Open Sans";
     font-weight: bold;
     font-size: 30px;
     color: #000;
     margin-top: 45px;
 }

.header .text2{
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 20px;
    color: #58595b;
    margin-top: 25px;
}

/********************************** End of Header ******************************/

.howitworks{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    height: 455px;
    padding-top: 22px;
    font-family: "Open Sans";
    color: #58595b;
}

.howitworks .text{
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

.howitworks .desc-block{
    float: left;
    width: 33.3%;
}

.howitworks p{
    width: 80%;
    font-size: 16px;
}

/************************************ End Of How it work *****************/

.center-block{
     width: 100%;
     background: #fafafa;
     height: 260px;
    padding-top: 40px;
 }

.center-block .content{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.content p{
    float: left;
    width: 30%;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 16px;
    color:#58595b;
}

.content img{
    float: right;
    margin-right: 40px;
}

/******************************* End of center block **************/

.workswith{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    height: 305px;
    padding-top: 22px;
}

.workswith .text{
    width: 100%;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: bold;
    color: #58595b;
    text-align: center;
}

.brandsContainer{
    padding-top: 30px;
    width: 100%;
    text-align: center;
}

.brandsContainer img{
    width: 12%;
    margin-left: 50px;
}

/**********************************/

#footer{
    font-family: "Open Sans";
    font-size: 12px;
    color:#58595b;
    text-align:center;
    margin:auto;
    width:1000px;
}

#footer ul{
    overflow:hidden;
    list-style:none;
    margin:10px auto;
    padding:0;
    margin-left: 25%;
}
#footer ul li{
    border-left:1px solid #8d8d8d;
    float:left;
    margin:0 10px 0 0;
    padding:0 0 0 10px
}
#footer ul li a{
    color:#454545;
    text-decoration:none
}
#footer ul li:first-of-type{border:0;padding:0}