.container {
    width: 1170px;
    margin: 0 auto;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.top-header {}

.banner {
    background: url(./images/banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}


/* Client say carousel start-------- */



/* contact  Css Start*/
.left {}

.right {
    ;
}

.box {
    background: #F3F3F3;
    text-align: center;
}

.box1 {
    border-right: 1px solid #CFCFCF;
}

.box3 {
    border-top: 1px solid #CFCFCF;
    border-right: 1px solid #CFCFCF;
}

.box4 {
    border-top: 1px solid #CFCFCF;
    border-top: 1px solid #CFCFCF;

}

.box img {
    margin: 0 auto;
}

#contact {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
}


.right input {
    background: #F3F3F3;
}

.right button {
    background: #B68C5A;
}

.right textarea {
    background: #F3F3F3;
}

.header-text {
    margin: 0 auto;
}

/* footer start */
#footer{
    background: #111111;
    padding-top: 120px;
    padding-bottom: 100px;
}
.sub-input button{
    background: #B68C5A;
}
.sub-input button img{
    width: 24px;
}
.usefl-link ul li{
    margin-bottom: 10px;
}