/* image */
.imagestop {
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 150px 0;
}

.imagestop::after {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000e5;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  content: "";
}

.imagestop h1 {
  position: relative;
  z-index: 1;
}

.homepre {
  background: transparent none repeat scroll 0 0;
  border: none;
  display: inline-block;
  margin: 0;
  position: relative;
  z-index: 1;
  padding: 0;
}

.homepre li {
  font-family: "Yantramanav", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #e62b40;
  padding: 0 5px;
  position: relative;
  display: inline-block;
  z-index: 1;
}

/*Web Designing*/
.web {
  margin-top: 100px;
}
@media (max-width: 600px) {
  .respons{
    padding-left: 10%;
    padding-right: 10%;
  }
}

.web .designing h3 span {
  font-size: 45px;
  font-weight: 700;
  color: #e62b40;
}

.web .designing h3 {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "metropolis", sans-serif;
}

.web .designing h2 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 24px;
  font-family: "Open Sans", arial;
}

.web .designing p {
  margin-top: 10px;
  line-height: 28px;
  word-spacing: 2px;
  text-align: justify;
  font-size: 18px;
  font-family: "metropolis", sans-serif;
  font-weight: 400;
}

.web .designing p span {
  font-weight: 700;
}
/*collapse*/
h1 {
  margin-bottom: 20px;
}

.collap {
  background-color: white;
  border: 1px solid #e62b40;
  border-radius: 4px;
  color: black;
  margin: 20px 0;
}

.question {
  font-size: 1.1rem;
  font-weight: 600;
  padding: 20px 80px 20px 20px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.question:hover {
  color: #e62b40;
}
.question.active {
  color: #e62b40;
}

.question::after {
  content: "\002B";
  font-size: 1.6rem;
  position: absolute;
  right: 20px;
  transition: 0.2s;
}

.question.active::after {
  transform: rotate(45deg);
  color: #e62b40;
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  padding: 0 20px 20px;
  line-height: 1.5rem;
  font-size: 16px;
}

@media screen and (max-width: 790px) {
  html {
    font-size: 14px;
  }

  .wrapper {
    width: 100%;
  }
}

.images{
  transition: 1s;
}
.images:hover{
  transform: scale(1.1);
}