/* Start Main Slider */
.main-carousel {
  height: 60vh;
}
.main-carousel.owl-carousel .owl-stage-outer,
.main-carousel.owl-carousel.owl-drag .owl-item,
.main-carousel.owl-carousel .owl-stage,
.main-carousel .item {
  height: 100% !important;
}
.main-carousel .item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-carousel .owl-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
}
.main-carousel .owl-nav .owl-prev,
.main-carousel .owl-nav .owl-next {
  position: absolute;
  top: 41%;
}
.main-carousel .owl-nav span {
  color: #fff;
  font-size: 60px;
}
.main-carousel .owl-nav .owl-prev {
  left: 30px;
}
.main-carousel .owl-nav .owl-next {
  right: 30px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}
/* End Main Slider */
.homev1 {
  position: relative;
  height: 791px;
}
.homev1 .carousel-indicators {
  position: absolute;
  top: 97%;
  left: 0;
  z-index: 8;
  width: 100%;
  padding-left: 0;
  margin-left: 0;
  text-align: center;
}
.homev1 .carousel-indicators .indicatior-item {
  padding: 20px 0;
  margin-left: 30px;
  border-radius: 6px;
  width: 21.5%;
  float: left;
  height: 240px;
}
.homev1 .carousel-indicators .slid-number {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 45px;
  border: 4px solid #ffffff;
  margin: 0 auto;
  color: #75ff0c;
  font-size: 18px;
  font-family: Nunito, sans-serif;
}
.homev1 .carousel-indicators .carousel-indicators-description {
  padding: 20px 10px;
  display: block;
  width: 100%;
  white-space: initial;
  min-height: 106px;
}
.homev1 .carousel-indicators .carousel-indicators-description p {
  font-size: 19px;
  line-height: 1.5rem;
}
.homev1 .carousel-indicators .indicatior-item.active {
  width: 21.5%;
  background-color: #2f4b99;
  margin: -30px 0 0 30px;
  box-shadow: 0 0 0 0 transparent;
  transition: all 0.6s;
}
.homev1 .carousel-indicators .indicatior-item h3 {
  color: #fff;
}
.homev1 .carousel-indicators .indicatior-item.active h3 {
  color: #fff;
}
.homev1 .bs-slider,
.homev1 .carousel-inner {
  overflow: visible;
  height: 500px;
}
.homev1 .carousel-inner {
  overflow: hidden;
}

/* Start services-slider Section */
.services-slider {
  padding: 16px 0;
}
.services-slider .slider {
  margin-bottom: 10px;
}
.services-slider .item a .service-name {
  color: #000;
  margin-top: 20px;
  font-size: 15px;
}
.services-slider .owl-carousel .owl-prev {
  position: absolute;
  left: -60px;
  top: 50px;
  color: var(--grey);
}
.services-slider .owl-carousel .owl-next {
  position: absolute;
  right: -60px;
  top: 50px;
  color: var(--grey);
}
/* End services-slider Section */

/* Start Customer Section */
.customer {
  background-color: #000000a8;
  padding: 30px 0;
}
.customer .customer-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.customer .customer-item .customer-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  margin: auto;
}
.customer-items .customer-item .customer-content p {
  color: var(--white);
}
.customer-items .customer-item .customer-icon img {
  width: 66px;
  height: 55px;
  margin: 0 auto;
}
/* End Customer Section */

/* Start Media Query */
@media(max-width: 767px) {
    .main-carousel {
  height: 300px;
}
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .services-slider .owl-carousel .owl-prev {
    left: 0;
  }
  .services-slider .owl-carousel .owl-next {
    right: 0;
  }
}
@media (max-width: 575px) {
  .customer .customer-items {
    flex-direction: column;
  }
  .customer .customer-items .customer-item {
    margin-bottom: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .customer .customer-items .customer-item {
    flex-basis: 45%;
    margin-bottom: 40px;
  }
}
/* End Media Query */
