/*-----------------banner------------------------*/
.banner-sec {
  background-image: url(../../img/home/banner/banner-no-time-food.JPG);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 0px 0px 60px 60px;
}

.banner-sec:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: .2;
  border-radius: 0px 0px 60px 60px;
}

.page-btn.wight-bg a {
  width: 320px;
}

.banner-content.right h2 {
  font-weight: bold;
  font-size: 26px;
  line-height: 35px;
}

.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;
}

/*-----------------banner------------------------*/
/*-----------------clients------------------------*/
.clients-logo {
  text-align: center;
}

.clients-sec-row {
  padding: 0 !important;
}

.clients-sec img {
  width: 210px;
}

/*-----------------clients------------------------*/
/*-----------------about------------------------*/
.about-sec-row {
  padding: 0;
}

.about-img {
  position: relative;
}

.about-img:before {
  content: '';
  position: absolute;
  bottom: -17px;
  left: -17px;
  background: #f0673d;
  width: 80%;
  height: 80%;
}

.about-img img {
  position: relative;
  border-radius: 60px 0px 60px 00px;
}

.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 img {
  border-radius: 8px 8px 0 0;
}

.services-box {
  background: #fff;
  box-shadow: 0px 0px 11px #cccccc;
  border-radius: 8px;
}

.services-content h2 {
  font-size: 19px;
  height: 50px;
  margin-bottom: 15px;
  line-height: 25px;
  font-weight: bold;
}

.services-content p {
  line-height: 25px;
  font-size: 17px;
}

.services-content {
  padding: 40px 37px;
  height: 250px;
}

/*-----------------services------------------------*/