/* main carousel */

.main-carousel .carousel-caption {
  position: absolute;
  bottom: 20px;
  z-index: 10;
  padding-top: 0;
  padding-bottom: 0;
  color: #4d4d4d;
  text-align: left;
}

.main-carousel .carousel-caption {
  top: 35%;
  bottom: auto;
}

.video-testimonials-section .carousel-indicators {
  margin-bottom: 0px;
}

.main-carousel .carousel-indicators li, .video-testimonials-section .carousel-indicators li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: 1;
  margin: 5px;
  border: 1px solid #bdbdbd;
  background: #bdbdbd;
  transition: all 0.25s;
}

.main-carousel .carousel-indicators li.active, .video-testimonials-section .carousel-indicators li.active {
  border-color: var(--main-color);
  background: var(--main-color);
}

.main-carousel h1 {
  line-height: 75px;
  color: #fff;
  margin: 25px 0 55px 0;
  font-size: 60px;
  font-weight: 600;
}

.main-carousel h5 {
  font-size: 22px;
  margin: 0;
  padding: 0;
  color: var(--main-color);
}

.main-carousel .overlay {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}

.main-carousel .carousel-control-next, .main-carousel .carousel-control-prev {
  width: 10%;
}

.main-carousel .play-option {
  position: absolute;
  right: 10%;
  top: 65%;
}

.main-carousel .watch-video {
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  padding-left: 110px;
}

.main-carousel .watch-video h6 {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}

.main-carousel .watch-video h4 {
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  margin-top: 7px;
}

.main-carousel .watch-video button {
  width: 70px;
  height: 70px;
  text-align: center;
  border: 2px solid #00d747;
  border-radius: 50%;
  color: #fff;
  background: #00d747;
  font-size: 20px;
  position: absolute;
  left: 2px;
  top: 0;
  z-index: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.main-carousel .watch-video button:hover {
  background: transparent;
  border-color: #fff;
}

/* products section */

.products-container {
  background: url("../assets/img/products_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.products-container .icon {
  width: 98px;
  height: 98px;
}

.products-container .icon img {
  width: 64px;
  height: auto;
}

/* Government icon*/

.products-container .government.icon {
  background: #ecf8d7;
}

/* VAS icon */

.products-container .vas {
  background: #85be2f;
  border-radius: 0.25rem;
}

.products-container .vas.icon {
  background: #fff;
}

.products-container .vas.icon img {
  width: 46px;
  height: auto;
}

/* Platform icon */

.products-container .enterprise.icon {
  background: #fae9f5;
}

/* Digital icon */

.products-container .digital.icon {
  background: #e8eefc;
}

/* Global Maps */

.btn-country {
  background: #f0f0f8;
  border-radius: 24px;
}

.btn-country>.btn {
  border-radius: 24px;
  padding: 0.5rem 1.5rem;
}

.btn-country>.btn.active {
  color: #fff;
  background: var(--main-color);
}

/* Users Expectation section */

.users-container {
  background: url("../assets/img/users_expectation_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.users-container .icon {
  background: #f4f8ea;
  width: 82px;
  height: 82px;
}

.users-container .icon img {
  width: 48px;
  height: auto;
}

/* Testimonials section */

.testimonials-section {
  background: url("../assets/img/testimonials_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.carousel-control-next, .carousel-control-prev {
  opacity: 1;
}

.vertical-line {
  height: 54px;
  width: 2px;
  background: #dbd8ed;
  border-radius: 10px;
}

/* video testimonials section */

.video-testimonials-section .carousel-item {
  height: 520px;
}

.video-testimonials-section .v-center {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.embed-responsive {
  height: 100%;
}

.modal-body {
  padding: 0;
  margin: 0;
}

.modal-dialog {
  max-width: 800px;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}

.modal-content {
  width: 100%;
  height: 100%;
}

.close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}

@media (min-width: 992px) {
  .products-container .card {
    width: 17rem;
  }
  .products-container .mb-lg {
    margin-bottom: 2.5rem !important;
  }
  .products-container .col-lg-4 {
    padding: 7.5rem 2.5rem 0rem !important;
  }
}

@media (max-width: 550px) {
  .main-carousel {
    margin-top: 68px;
  }
  .main-carousel h1 {
    font-size: 26px;
    line-height: 32px;
    margin: 18px 0px;
  }
  .main-carousel h5 {
    font-size: 18px;
  }
  .main-carousel .carousel-item {
    max-height: 280px;
  }
  .main-carousel .carousel-caption {
    right: 12%;
    left: 12%;
    top: 50%;
    transform: translateY(-50%);
  }
  .main-carousel .carousel-item img {
    object-fit: cover;
    height: 280px;
  }
  .video-testimonials-section .carousel-item {
    height: 320px;
  }
  .w-md-100 {
    width: 100% !important;
  }
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: inherit; 
    content: "/";
}