.colorGrery {
  color: #b4b6c4 !important;
}

.hero-container {
  color: #3d3d3d;
}
@media (max-width: 575px) {
  .hero-container .flex-reverse-sm {
    flex-direction: column-reverse;
  }
  .hero-container .hero-img {
    padding-left: 12px !important;
  }
}
@media (max-width: 767px) {
  .hero-container {
    padding: 50px 20px;
  }
}
@media (min-width: 768px) {
  .hero-container {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
.hero-container .hero-img {
  padding-left: 40px;
}
.hero-container .hero-img .hero-section-banner {
  background-image: url("../../../images/svg/amico.svg");
  background-repeat: no-repeat;
  background-size: contain;
  animation: light 3s infinite alternate-reverse;
}
@media (max-width: 991px) {
  .hero-container .hero-img .hero-section-banner {
    height: 315px;
  }
}
@media (min-width: 992px) {
  .hero-container .hero-img .hero-section-banner {
    height: 600px;
  }
}
.hero-container .hero-content {
  padding-top: 40px;
}
.hero-container .hero-content span {
  font-size: 16px;
  font-weight: 500;
  color: #5694E3;
}
.hero-container .hero-content h2 {
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 8px;
}
@media (max-width: 991px) {
  .hero-container .hero-content h2 {
    font-size: 34px;
    line-height: 44px;
  }
}
@media (min-width: 992px) {
  .hero-container .hero-content h2 {
    font-size: 54px;
    line-height: 74px;
  }
}
.hero-container .hero-content p {
  color: #646464;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 48px;
}
.hero-container .hero-content button {
  width: 167px;
  height: 50px;
  background-color: #5694E3;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
  border: none;
}
.hero-container .img-fluid {
  max-width: 100%;
}

@keyframes light {
  0% {
    background-image: url("../../../images/svg/amico.svg");
    transform: translate(0px, -50px);
  }
  100% {
    background-image: url("../../../images/svg/amico-active.svg");
    transform: translate(0px, 0px);
  }
}
.services-section {
  color: #3d3d3d;
}
@media (max-width: 767px) {
  .services-section {
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .services-section {
    margin-bottom: 80px;
  }
}
.services-section h5 {
  margin-bottom: 80px;
  font-weight: 700;
  text-align: center;
  margin-top: 0;
}
@media (max-width: 767px) {
  .services-section h5 {
    font-size: 28px;
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .services-section h5 {
    font-size: 48px;
  }
}
.services-section h5 span {
  color: #5694E3;
}
.services-section .pr-15 {
  padding-right: 15px;
}
.services-section .pl-15 {
  padding-left: 15px;
}
.services-section .service-card {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 6px;
  margin-bottom: 20px;
  transition: 0.3s ease-in-out all;
}
@media (max-width: 767px) {
  .services-section .service-card {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .services-section .service-card {
    padding: 32px 48px;
  }
}
.services-section .service-card:hover {
  border: 1px solid rgba(180, 182, 196, 0.18);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  box-shadow: 14px 15px 28px rgba(0, 0, 0, 0.06);
}
.services-section .service-card .icon-badge {
  width: 80px;
  height: 80px;
  background: #F0F5FD;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.services-section .service-card .card-content h6 {
  font-size: 18px;
  margin-top: 0;
  font-weight: 700;
  margin-bottom: 12px;
}
.services-section .service-card .card-content ul {
  margin-bottom: 0px;
  padding-left: 25px;
}
.services-section .service-card .card-content ul li {
  margin-bottom: 10px;
  color: #646770;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
}
.services-section .service-card .card-content ul li:last-child {
  margin-bottom: 0px;
}

.platform-container {
  font-family: "Roboto", sans-serif;
  background-color: #fff;
  padding: 36px 20px;
}
@media (max-width: 767px) {
  .platform-container {
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .platform-container {
    margin-bottom: 100px;
  }
}
.platform-container .img-fluid {
  max-width: 100%;
}
@media (max-width: 767px) {
  .platform-container .platform-content {
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .platform-container .platform-content {
    padding-left: 48px;
  }
}
.platform-container .platform-content h5 {
  color: #3d3d3d;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .platform-container .platform-content h5 {
    font-size: 30px;
    line-height: 40px;
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .platform-container .platform-content h5 {
    font-size: 44px;
    line-height: 54px;
  }
}
.platform-container .platform-content p {
  color: #646770;
  font-size: 16px;
  padding-bottom: 0px;
}
@media (min-width: 1100px) {
  .platform-container .platform-content p {
    width: 80%;
  }
}
.platform-container .platform-content .plat-card {
  margin-top: 20px;
}
.platform-container .platform-content .plat-card img {
  height: 40px;
}
.platform-container .platform-content .plat-card h6 {
  margin-top: 5px;
  line-height: 32px;
  font-weight: 700;
  color: #3d3d3d;
  margin-bottom: 8px;
  font-size: 1.25rem;
  letter-spacing: 0.0125em;
}
.platform-container .platform-content .plat-card p {
  margin-bottom: 0px;
}

.container {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }
}

.platform-container {
  font-family: "Roboto", sans-serif;
  background-color: #fff;
  padding: 36px 20px;
}
@media (max-width: 767px) {
  .platform-container {
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .platform-container {
    margin-bottom: 100px;
  }
}
.platform-container .img-left {
  padding-left: 40px;
}
@media (max-width: 767px) {
  .platform-container .img-left {
    padding-left: 2px;
  }
}
.platform-container .img-fluid {
  max-width: 100%;
}
@media (max-width: 767px) {
  .platform-container .platform-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .platform-container .platform-content {
    padding-left: 48px;
  }
}
.platform-container .platform-content h5 {
  color: #3d3d3d;
  font-weight: 700;
  margin-top: 0;
}
@media (max-width: 767px) {
  .platform-container .platform-content h5 {
    font-size: 30px;
    line-height: 40px;
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .platform-container .platform-content h5 {
    font-size: 44px;
    line-height: 54px;
  }
}
.platform-container .platform-content p {
  color: #646770;
  font-size: 16px;
  padding-bottom: 0px;
}
@media (min-width: 1100px) {
  .platform-container .platform-content p {
    width: 80%;
  }
}
.platform-container .platform-content .plat-card {
  margin-top: 25px;
  padding: 24px;
}
.platform-container .platform-content .plat-card.active {
  box-shadow: 0px 8px 40px -2px rgba(6, 12, 59, 0.08);
  border-radius: 12px;
}
.platform-container .platform-content .plat-card.active h6 {
  color: #3d3d3d;
}
.platform-container .platform-content .plat-card img {
  height: 40px;
}
.platform-container .platform-content .plat-card h6 {
  margin-top: 5px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 20px;
}
.platform-container .platform-content .plat-card p {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .platform-container .platform-content .plat-card {
    padding: 12px;
  }
}

.q-mr-md {
  margin-right: 16px;
}

.container {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container {
  font-family: "Roboto", sans-serif;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 767px) {
  .container {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.trusted-container {
  color: #3d3d3d;
  padding: 24px;
  background: radial-gradient(30.64% 18.67% at 50% 37.3%, rgba(147, 116, 255, 0.1) 0%, rgba(147, 116, 255, 0) 100%);
}
.trusted-container span {
  font-size: 18px;
  font-weight: 400;
}
.trusted-container h5 {
  text-align: center;
  margin-bottom: 50px;
  font-weight: 700;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .trusted-container h5 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 768px) {
  .trusted-container h5 {
    font-size: 44px;
    line-height: 54px;
  }
}
.trusted-container .img-fluid {
  max-width: 100%;
}
.trusted-container .counter-element {
  padding-right: 50px;
}
.trusted-container .counter-element h6 {
  line-height: 2rem;
  letter-spacing: 0.0125em;
  font-weight: 700;
  font-size: 36px;
  color: #3d3d3d;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .trusted-container .counter-element h6 {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .trusted-container .counter-element h6 {
    margin-top: 65px;
  }
}
.trusted-container .counter-element p {
  color: #5D6180;
  font-weight: 400;
  font-size: 16px;
}

.container {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.testimonial-container {
  color: #3d3d3d;
  margin-bottom: 70px;
  padding: 24px;
  background: #fff;
}
@media (max-width: 767px) {
  .testimonial-container {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .testimonial-container {
    margin-top: 80px;
  }
}
.testimonial-container .testimonial-slide {
  background-color: #446098;
  border-radius: 6px;
  padding: 36px;
  cursor: pointer;
}
.testimonial-container .testimonial-slide .company-logo {
  height: 39px;
}
.testimonial-container .testimonial-slide .profile-info img {
  width: 50px;
  height: 50%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  margin-right: 16px;
}
.testimonial-container .testimonial-slide .profile-info h6 {
  margin-bottom: 2px;
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.testimonial-container .testimonial-slide .profile-info span {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.testimonial-container h5 {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 0px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .testimonial-container h5 {
    line-height: 34px;
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .testimonial-container h5 {
    line-height: 54px;
    font-size: 44px;
  }
}
.testimonial-container p {
  padding-top: 20px;
  padding-bottom: 14px;
  line-height: 26px;
}
.testimonial-container p q {
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  font-style: italic;
}
.testimonial-container .mySwiper {
  padding-bottom: 80px;
}
.testimonial-container .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  background-color: #b0d3ff;
  border-radius: 0;
  opacity: 1;
  transition: 0.5s ease-in-out background;
}
.testimonial-container .swiper-pagination-bullet-active {
  background-color: #08102f !important;
}/*# sourceMappingURL=home.css.map */