section.incredible {
  background: linear-gradient(0deg, #f4f2f2d9, #f9f9f9d1), url(../img/nee/bg1.jpg) no-repeat;
  background-position: center;
  background-size: 100%;
  background-attachment: fixed;
  padding: 50px 0px;
}

section.incredible h3,
section.incredible p {
  color: rgb(14, 13, 13)
}

section.incredible p {
  margin-top: 10px;
}

.project {
  padding-top: 0px;
}

section.testimonial {
  padding-top: 0px;
  padding-bottom: 40px;
  background: url(../img/nee/white-line2.png);
  background-size: 100%;
}

.footerlinks ul {
  padding-left: 0px;
}

.footerlinks ul li {
  margin-bottom: 8px;
  list-style: none;
}

.footerlinks ul li a {
  color: white;
}

.col-md-3.footerlinks {
  padding-left: 70px;
}

.copyright a {
  color: #ccc
}

.feature {
  background: url(../img/nee/white-line1.png) repeat;
}

.clients {
  padding: 60px 0px;
}

section#Gallery {
  padding: 50px 0px
}

/* section.modularkitchen {
  padding: 50px;
} */

section.modularkitchen .detailcontent {
  padding: 20px;
}

.row.mk {
  display: flex;
  justify-content: center;
  align-items: center;
}

.detailcontent {
  text-align: justify;
}

.detail.incredible p {
  line-height: 35px;
  font-weight: 600;
  color: #383838;
  font-size: 17px;
}

section.incredible h3 {
  color: rgb(14, 13, 13);
  -webkit-text-stroke: 1.3px #f07c00;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  font-style: italic;
}

.clients.home {
  padding-top: 0px;
}

.clients .heading {
  margin-bottom: 40px;
}

.owl-carousel .owl-item {
  background: radial-gradient(#f8f5f5, #a68d754d);
  cursor: move;
}

.contactarea {
  padding: 50px 0px;
}

.mymap {
  width: 100%;
  margin: 0px;
  padding: 0px;
  height: 350px;
}

.user-contact {
  position: absolute;
  left: 15px;
  top: 13px;
  font-family: "FontAwesome";
  color: rgba(0, 0, 0, .8);
}

.mycard {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 100%;
  margin-bottom: 30px;
}

.mycard:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.cardbox h4 {
  margin: 0px;
  font-size: 22px;
}

.cardbox {
  padding: 10px 15px;
}

.buynow {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.buynow span {
  font-size: 20px;
  font-weight: bold;
  color: #f07c00;
}

.buynow button {
  background: #f07c00;
  color: white;
  border: 0px;
  border-radius: 4px;
  margin: 10px 0px;
  width: 90px;
  padding: 4px;
  font-weight: 700;
}

/*end card*/

.breadcumb {
  padding: 100px 0px;
}