.blog-detail img {
  height: 366px;
  width: 726px;
  object-fit: cover;
}

.blog-img img {
  height: 344px;
  width: 344px;
  object-fit: cover;
}

.project-detail img {
  width: 756px;
  height: 382px;
  object-fit: cover;
}

.callAaction__form form {
  display: block !important;
}

.callAaction__form form input {
  width: 100% !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.recentpost-img img {
  height: 80px;
  width: 80px;
  object-fit: cover;
}

.footer__wrapper .fa-solid {
  color: #ED2333 !important;
}

.footer__wrapper span {
  color: #000000;
}

.testimonial-img img {
  height: 150px;
  width: 100px;
  object-fit: cover;
}

@media (max-width: 575px) {
  .footer__post .footer__wrapper ul li .content {
    font-size: 14px !important;
  }

  .header__ellepsis {
    display: none;
  }

  .header__bottom {
    position: fixed;
    width: 100%;
  }

  .pageheader__content .breadcrumb {
    margin-top: 50px;
  }

  .founder-thumb img {
    width: 94% !important;
    margin-left: 10px;
    margin-top: 10px;
    border-radius: 14px;
  }

  .bg-img {
    background-position: center;
  }
}

@media (min-width: 1000px) {
  .founder {
    height: 270px;
  }
}

@media (min-width: 992px) {
  .section-padding {
    padding: 65px 0 !important;
  }
}

.founder-name {
  font-size: 19px;
}

.founder-position {
  font-size: 13px;
}

.teamMember__thumb {
  border-radius: 14px;
}

.teamMember__inner {
  border-radius: 30px;
}

.lab-btn {
  border-radius: 30px !important;
}

.teamMember__content {
  border-radius: 30px;
}

.pd-80 {
  padding: 80px 0 !important;
}

.team-text {
  color: #ffffffa8;
}

.founder-inner {
  background: #021738;
}

@media (min-width: 576px) {
  .founder-thumb {
    width: 30%;
    margin-left: 25px;
    margin-top: -85px;
  }

  .founder-inner {
    height: 310px !important;
  }
}

.br-12 {
  border-radius: 12px;
}

.team-inner {
  border: 1px solid #F2F6F9;
}

.team-thumb {
  border: 2px solid #02022045;
}
