/*-----------------banner------------------------*/
body {
  background: url(../../img/home/banner/banner-dinnerquest.jpg) no-repeat -9999px -9999px;
}

.banner-sec {
    background-image: url(../../img/home/banner/banner-dinnerquest.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 190px !important;
}

.banner-sec:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: .2;
}

.banner-sec:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    background-image: url(../../img/home/banner/shape-dinnerquest2.png);
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    z-index: 0;
    background-position: center;
    background-size: cover;
}

.banner-sec h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 25px;
}

.banner-content.right {
    background: #fff;
    border-radius: 10px;
    padding: 120px 70px;
}

.banner-sec-form {
    padding-top: 40px;
}

.page-btn.banner-f button {
    width: 450px;
}

/*-----------------banner------------------------*/
/*-----------------clients------------------------*/
/*.clients-sec:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -90px;
  background-image: url(../../img/home/banner/shape-dinnerquest.png);
  width: 100%;
  height: 100px;
  background-repeat: no-repeat;
  z-index: 9;
  background-position: center;
}*/
.clients-logo {
    text-align: center;
}

.clients-sec-row {
    padding: 00px 0 !important;
}

.clients-sec img {
    width: 210px;
}

.clients-sec {
    position: relative;

}

section.clients-sec {
    padding-top: 10px !important;
}

/*-----------------clients------------------------*/
/*-----------------about------------------------*/
.about-sec-row {
    padding: 0;
}

.about-img {
    position: relative;
}

.about-img img {
    position: relative;
}

.about-img img,
.services-box img {
    width: 100%;
}

.about-content h2 {
    margin-bottom: 50px !important;
    display: block;
}

section.about-sec .page-title p {
    color: #5d5d5d;
}

/*-----------------about------------------------*/
/*-----------------services------------------------*/
.services-sec-row {
    padding: 0;
}

.services-box {
    background: #fff;
}

.services-img {
    background-color: #fafafa;
}

.services-box img {
    width: 100%;
    display: block;
}

.services-content h4 {
    color: #eeeeef;
    font-size: 85px;
    text-align: center;
}

.services-content h2 {
    font-size: 19px;
    font-weight: bold;
    height: 50px;
    margin-bottom: 15px;
    margin-top: -30px;
    line-height: 25px;
    text-align: center;
    color: #6d071a;
}

.services-content p {
    line-height: 25px;
    font-size: 17px;
}

.services-content {
    padding: 40px 35px;
    background-color: #fafafa;
    text-align: center;
    height: 295px;
}

/*-----------------services------------------------*/
