@media screen and (max-width: 767px) {
  .banner .top-50 {
    top: 60% !important;
  }
}
@media screen and (max-width: 405px) {
  .banner .top-50 {
    top: 55% !important;
  }
}

.solutionPage {
  color: #697197;
  font-family: "Poppins", sans-serif !important;
  padding-top: 7rem;
  padding-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .solutionPage {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.solutionPage h3 {
  font-size: 34px;
  line-height: 50px;
  text-align: center;
  font-weight: 400;
  color: var(--primary);
}
@media screen and (max-width: 767px) {
  .solutionPage h3 {
    font-size: 25px;
  }
}
.solutionPage p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .solutionPage p {
    font-size: 14px;
  }
}
.solutionPage .client {
  padding-top: 7rem;
}
@media screen and (max-width: 767px) {
  .solutionPage .client {
    padding-top: 1rem;
  }
}
.solutionPage .services {
  position: relative;
  overflow: hidden;
}
.solutionPage .services .img-wrap {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.solutionPage .services .img-wrap img {
  width: 100%;
  height: auto;
  transition: 1s all;
  filter: brightness(85%);
}
.solutionPage .services .data {
  position: absolute;
  top: 0;
  opacity: 0;
  text-align: start;
  transition: 0.5s all;
  height: 100%;
  overflow: hidden;
}
.solutionPage .services .data p {
  opacity: 1;
}
.solutionPage .services .data h2 {
  color: white !important;
  font-family: "Trebuchet MS" !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 32px !important;
  line-height: 20px !important;
}
.solutionPage .services .data h4 {
  font-family: "Trebuchet MS" !important;
  font-style: normal !important;
  color: white !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 20px !important;
}
.solutionPage .services .data span {
  font-family: "Poppins" !important;
  font-style: normal !important;
  font-weight: 300 !important;
  font-size: 14px !important;
  line-height: 21px !important;
  color: white !important;
}
.solutionPage .services .data label {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  display: flex;
  justify-content: start;
  align-items: center;
  transition: 1s all;
}
.solutionPage .services .data label::after {
  content: url("../images/Line.png");
  margin-bottom: 4px;
  padding-left: 10px;
}
.solutionPage .services:hover .data {
  opacity: 1;
  background-color: rgba(88, 88, 88, 0.8980392157);
  height: 100%;
  padding: 20px;
}
.solutionPage .services p {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 1s all;
}
.solutionPage .services p::after {
  content: url("../images/Line.png");
  margin-bottom: 4px;
  padding-left: 10px;
}
.solutionPage .services .detail {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 1s all;
  text-decoration: none;
}
.solutionPage .services .detail::after {
  content: url("../images/arrow.png");
  margin-bottom: 2px;
  padding-left: 5px;
}
.solutionPage .services:hover img {
  transform: scale(1.2);
}
.solutionPage .services:hover p {
  opacity: 0;
}
.solutionPage .services:hover a {
  opacity: 0;
}
.solutionPage .security {
  margin-top: 20px;
}
.solutionPage .security h4 {
  font-size: 18px;
  color: #2A3666;
  font-weight: 400;
}
.solutionPage .security p {
  font-size: 14px;
  color: #7B82A0;
}

.contact .px-6 {
  padding: 0 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact .px-6 {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .contact .px-6 {
    padding: 0 30px 0 30px;
  }
}

.bottom-25 {
  margin-bottom: 100px;
}

.contact-form {
  font-family: "Poppins", sans-serif !important;
}
.contact-form .bg-white {
  width: 600px !important;
}
@media screen and (max-width: 1200.5px) {
  .contact-form .bg-white {
    width: 100% !important;
  }
}
@media screen and (max-width: 991.5px) {
  .contact-form .bg-white {
    margin-top: -55px !important;
    width: 100% !important;
  }
}
.contact-form .form-control {
  border: 0 !important;
  border-bottom: 1px solid #F0F0F0 !important;
  border-radius: 0 !important;
  font-size: 12px;
}
.contact-form .form-control:focus {
  box-shadow: none !important;
  border-bottom: 1px solid #00AEEF !important;
}
.contact-form .form-floating > label {
  color: #7B82A0 !important;
  font-size: 12px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}
.contact-form .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: #2A3666 !important;
  font-weight: 400 !important;
}
.contact-form .form-floating > .form-control:not(:placeholder-shown) ~ label {
  color: #2A3666 !important;
  font-weight: 400 !important;
}
.contact-form .h-custom {
  height: 100px;
}
.contact-form .btn-grad {
  background: linear-gradient(90deg, #00AEEF 7.46%, #078DD2 98.01%);
  font-weight: 400;
  font-size: 15px;
  border-radius: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}
@media screen and (max-width: 767.5px) {
  .contact-form {
    width: 100%;
  }
}

@media screen and (max-width: 1200.5px) and (min-width: 992px) {
  .bottom-25 {
    bottom: -22vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .bottom-25 {
    bottom: -32vh;
  }
}

.border-c {
  border: 1px solid #F0F0F0;
}

.contactPage {
  color: #2A3666;
  font-family: "Poppins", sans-serif !important;
  padding-top: 7rem;
  padding-bottom: 7rem;
}
@media screen and (max-width: 991.5px) {
  .contactPage {
    padding-top: 0rem;
  }
}
.contactPage .security {
  margin-top: 20px;
}
.contactPage .security h4 {
  font-size: 16px;
  font-weight: 500;
}
.contactPage .security p {
  font-size: 16px;
  color: #7B82A0;
  font-weight: 400;
}
@media screen and (max-width: 991.5px) {
  .contactPage .security p {
    font-size: 14px;
    font-weight: 300;
  }
}
.contactPage .security a {
  font-size: 16px;
  color: #7B82A0;
  text-decoration: none;
  font-weight: 400;
}
@media screen and (max-width: 991.5px) {
  .contactPage .security a {
    font-size: 14px;
  }
}

@media screen and (min-width: 991.5px) {
  .px-c {
    padding-left: 6%;
    padding-right: 6%;
  }
}/*# sourceMappingURL=stylesheet.css.map */