.second {
  font-size: 20px;
}
.mvv-1 {
  background-image: url("../assets/mvv/mission.png");
}
.mvv-2 {
  background-image: url("../assets/mvv/vision.jpg");
}
.mvv-3 {
  background-image: url("../assets/mvv/values.jpg");
}

.mvv {
  background-position: center center;
  background-size: cover;
  min-height: 400px;
}

.space {
  padding: 50px 50px 50px 20px;
  text-align: justify;
}
.space h4 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .o1 {
    order: 1;
  }
  .o2 {
    order: 2;
  }
}

.contact-info-section .contact-info-wrap {
  margin-top: -10px;
}

@media only screen and (max-width: 1199px) {
  .contact-info-section .contact-info-wrap {
    margin-top: -30px;
  }
}

.contact-info-section .contact-info-wrap .single-contact-info {
  background: #ffffff;
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.11);
  padding: 55px;
  border-radius: 10px;
  margin-top: 70px;
}

@media only screen and (max-width: 1199px) {
  .contact-info-section .contact-info-wrap .single-contact-info {
    padding: 40px;
  }
}

.contact-info-section .contact-info-wrap .single-contact-info .info-icon {
  width: 100px;
  height: 100px;
  line-height: 103px;
  background: #ed1b35;
  color: #ffffff;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: -115px;
}

@media only screen and (max-width: 1199px) {
  .contact-info-section .contact-info-wrap .single-contact-info .info-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-top: -80px;
  }
}

.contact-info-section .contact-info-wrap .single-contact-info .info-icon i {
  font-size: 40px;
}

@media only screen and (max-width: 1199px) {
  .contact-info-section .contact-info-wrap .single-contact-info .info-icon i {
    font-size: 30px;
  }
}

.contact-info-section
  .contact-info-wrap
  .single-contact-info
  .info-content
  .title {
  font-size: 18px;
  line-height: 36px;
  color: #333333;
  margin-top: 15px;
}

.contact-info-section .contact-info-wrap .single-contact-info .info-content p {
  font-size: 22px;
  line-height: 36px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  color: #ed1b35;
  text-decoration: underline;
  -webkit-text-decoration-color: #ed1b35;
  text-decoration-color: #ed1b35;
}

@media only screen and (max-width: 1199px) {
  .contact-info-section
    .contact-info-wrap
    .single-contact-info
    .info-content
    p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .contact-info-section
    .contact-info-wrap
    .single-contact-info
    .info-content
    p {
    font-size: 18px;
  }
}

.contact-form-section .contact-wrap {
  margin-top: -10px;
}

.contact-form-section .contact-wrap .form-title .title {
  font-size: 36px;
  line-height: 48px;
  font-weight: 600;
  color: #333333;
}

@media only screen and (max-width: 991px) {
  .contact-form-section .contact-wrap .form-title .title {
    font-size: 30px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .contact-form-section .contact-wrap .form-title .title {
    font-size: 28px;
  }
}

.contact-form-section .contact-wrap .contact-form-wrap {
  padding-top: 30px;
}

.contact-form-section .contact-wrap .contact-form-wrap .single-form {
  margin-top: 20px;
}

.contact-form-section
  .contact-wrap
  .contact-form-wrap
  .single-form
  .form-control {
  border: 1px solid transparent;
  background: #f6f7f9;
  border-radius: 0;
}

.contact-form-section
  .contact-wrap
  .contact-form-wrap
  .single-form
  .form-control::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  color: #787884;
  font-weight: 400;
}
.red {
  color: #ed1b35;
}
