#about .about-container {
  background-image: url("../../../../uploads/2023/02/whyus2.jpg");
  background-size: cover;
  position: relative;
}
#about .about-container::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  position: absolute;
  background: linear-gradient(73deg, #5271ff 0%, #38b6ff 30%, #147cbb 50%, #ffff00 100%);
}
#about .about-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  clip-path: polygon(0 0, 100% 0%, 81% 100%, 0% 100%);
}
#about .about-content p {
  width: 80%;
  font-size: 1.05rem;
  font-weight: 600;
}
#about .vm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  text-align: center;
}
#about .vm h1 {
  font-weight: 700;
  font-size: 2rem;
  color: white;
}
#about .vm p {
  font-size: 1rem;
  color: white;
  font-weight: 500;
}

.partnerships {
  margin-top: 60px;
}

#clients {
  height: auto;
}
#clients .swiper-container .swiper-slide {
  height: 120px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
#clients .swiper-container .swiper-slide img {
  height: 120px;
  width: 120px;
  object-fit: contain;
}
#clients #swipePrev, #clients #swipeNext {
  cursor: pointer;
}
#clients #swipePrev i, #clients #swipeNext i {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #5271ff;
  font-size: 1.5rem;
}

#testimonials .swiper-container {
  width: 100%;
}
#testimonials .contents {
  background: rgba(18, 81, 203, 0.1);
}
#testimonials .contents .testimonial-avatar {
  height: 100px;
  width: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 150px;
}
#testimonials .contents .author {
  font-weight: 600;
}
#testimonials .swiper-pagination span {
  margin-right: 5px;
}
#testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background: #000000 !important;
}
#testimonials .swiper-pagination .swiper-pagination-bullet {
  background: #ffffff;
  border: 2px solid #000000;
  padding: 4px;
}

.news .news-box .news-image {
  background: #D5DCEA;
  height: 250px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.news .news-box .paragraph-overflow {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news .news-box .news-content a {
  color: #000000;
  font-weight: 600;
  text-decoration: none;
  transition: 200ms;
}
.news .news-box .news-content a:hover {
  padding-left: 0.5rem;
  transition: 300ms;
}

#contact {
  background: rgb(82, 113, 255);
  background: -moz-linear-gradient(90deg, rgb(82, 113, 255) 40%, rgb(0, 212, 255) 100%);
  background: -webkit-linear-gradient(90deg, rgb(82, 113, 255) 40%, rgb(0, 212, 255) 100%);
  background: linear-gradient(90deg, rgb(82, 113, 255) 40%, rgb(0, 212, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5271ff",endColorstr="#00d4ff",GradientType=1);
  color: #ffffff;
}
#contact .contact-cover {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.news-cover {
  background: rgb(25, 65, 141);
  background: -moz-linear-gradient(90deg, rgb(25, 65, 141) 0%, rgb(18, 81, 203) 100%);
  background: -webkit-linear-gradient(90deg, rgb(25, 65, 141) 0%, rgb(18, 81, 203) 100%);
  background: linear-gradient(90deg, rgb(25, 65, 141) 0%, rgb(18, 81, 203) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#19418d", endColorstr="#1251cb", GradientType=1);
  color: #ffffff;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

#single-news .back-link {
  color: #5271ff;
  font-weight: 300;
  text-decoration: none;
}
#single-news .date {
  font-style: italic;
}
#single-news .single-news-cover {
  background-color: #e7e7e7;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 50vh;
}

.small-line {
  height: 8px;
  width: 50px;
  background: #5271ff;
  background: -moz-linear-gradient(90deg, #5271ff 40%, #38b6ff 100%);
  background: -webkit-linear-gradient(90deg, #5271ff 40%, #38b6ff 100%);
  background: linear-gradient(90deg, #5271ff 40%, #38b6ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5271ff",endColorstr="#00d4ff",GradientType=1);
  margin: 15px 0;
}

.small-line-white {
  height: 8px;
  width: 50px;
  background: rgb(255, 255, 255);
  margin: 15px 0;
}

.section-padding {
  padding: 10rem 0;
}

#contactModal {
  z-index: 300000;
}
#contactModal .form-control {
  margin-bottom: 0.5rem;
  background: transparent;
  color: #000000;
  border-radius: 0;
  border-width: 2px;
}
#contactModal ::placeholder {
  color: #000000;
}
#contactModal button {
  border-radius: 0;
  border: 2px solid #000000;
  text-transform: uppercase;
  font-weight: 700;
  color: #000000;
}

.careers .career-tile {
  padding: 1.2rem;
  border-radius: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-bottom: 1rem;
}
.careers .career-tile .apply-text {
  font-size: 0.9rem;
}
.careers .career-tile .apply-text a {
  color: #5271ff;
  letter-spacing: 0.05rem;
  transition: 0.3s;
}
.careers .career-tile .apply-text a:hover {
  color: #000000;
}

.whatsapp-btn {
  text-align: center;
  padding: 1.2rem;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-bottom: 1rem;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  #about .about-content {
    clip-path: none;
  }
  #about .about-content p {
    width: 100%;
  }
}
.btn {
  box-shadow: none !important;
}

.form-control:focus {
  border-color: #000000;
  box-shadow: none;
}

.form-success, .form-failed {
  padding: 0.5rem;
  display: none;
  transition: display 0.5s;
}
.form-success h5, .form-failed h5 {
  margin: 0;
  text-align: center;
  font-size: 0.85rem;
  font-weight: 700;
}

.form-success {
  background: #ffffff;
  color: black;
}

.form-failed {
  background: #d9534f;
  color: #ffffff;
}

@media (min-width: 1440px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1320px;
  }
}

/*# sourceMappingURL=shazeen.css.map */
