.img-new img {
  width: 100px;
  height: auto;
  align-items: center;
}

.img-new {
  text-align: center;
  align-items: center;
  margin-left: 40px;
}

.nav-img img {
  width: 50px;
  height: auto;
}

.sidebar-img img {
  width: 100px;
  height: auto;
}

.blog-img {
  height: 200px;
}

.mb-4 {
  margin: 5px;
}

.class1 img {
  width: 40px;
  height: 40px;
}

.nav-container {
  display: flex;
}

.nav-container .nav-item a {
  text-decoration: none;
  color: white !important;
}

.nav-container .nav-item a:hover {
  color: white !important;
}

.nav-container .nav-item button {
  padding: 5px;
  border-radius: 10px;
  background: transparent;
  border: 1px solid white;
}

.about-five-content {
  margin-top: -100px;
}

.nav-container1 .nav-item1 a {
  text-decoration: none;
  color: rgb(31, 30, 30) !important;
}

.nav-container1 .nav-item1 a:hover {
  color: blue !important;
}

.nav-container1 .nav-item1 button {
  padding: 5px 5px;
  border-radius: 10px;
  background: transparent;
  border: 1px solid blue;
}

.background {
  background-color: #241571;
}

.text-left {
  text-align: left;
  align-items: left;
  margin-right: 80%;
}


.slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.slider-wrapper {
  display: flex;
  width: 100%;
  animation: slide 20s linear infinite;
  gap: 30px;
}

.testimonial-card {
  min-width: 300px;
  margin: 0 15px;
  padding: 20px;
  background: #f8f8f8;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  text-align: center;
  background-color: #155bd5;
  color: white;
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.testimonial-card p {
  color: white;
}

.quote-icon {
  font-size: 40px;
  color: white;
  opacity: 0.8;
  position: absolute;
}

.quote-icon.top {
  top: 10px;
  left: 20px;
}

.quote-icon.bottom {
  bottom: 10px;
  right: 20px;
}

.testimonial-card p {
  margin: 0;
  padding: 20px 0;
}

@media (max-width: 768px) {
  .slider-wrapper {
    flex-wrap: nowrap;
    gap: 15px;
  }

  .testimonial-card {
    min-width: 85%;
    padding: 15px;
  }
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.slider-wrapper:hover {
  animation-play-state: paused;
}

.footer-area {
  margin-top: -40px;
  background-color: rgb(62, 62, 235);
  color: white;
}

.footer-widget ul li a {
  color: white;
}

.footer-widget ul li a i:hover {
  color: grey;
}

.news h5 p {
  color: white;

}

.copyright-text a {
  color: white !important;
  text-decoration: none;
}

.copyright-text a:hover {
  color: grey !important;
}

.carousel-item {
  position: relative;
  z-index: 1;
}

.carousel-item {
  background-color: rgb(93, 162, 185);
}

.carousel-item p {
  color: white;
}

.carousel-item h2 {
  color: white;
}

.carousel-item img {
  margin-left: 10px;
}

.quote-icon {
  font-size: 30px;
  color: white;
}

.quote-icon.top {
  position: absolute;
  top: -10px;
  left: 10px;
}

.quote-icon.bottom {
  position: absolute;
  bottom: -10px;
  right: 10px;
}

.name {
  text-align: right;
}

.carousel {
  position: relative;
}

.carousel-item {
  position: relative;
  z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.carousel-control-prev {
  left: 10px;
}

.carousel-control-next {
  right: 10px;
}

.about-five-content {
  padding: 20px;
  box-sizing: border-box;
}

.carousel-item img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .about-five-content {
    text-align: center;
    padding: 10px;
  }

  .carousel-item {
    padding: 0;
  }

  .about-five-content h2 {
    margin-top: 100px;
  }
}

@media (min-width: 769px) {
  .carousel-item {
    padding: 20px;
  }

  .about-five-content {
    margin-top: -100px;
    padding-left: 20px;
  }
}

.carousel-control-prev,
.carousel-control-next {
  filter: invert(100%);
}

.footer-area {
  margin-top: -40px;
  background-color: rgb(62, 62, 235);
  color: white;
}

.footer-widget ul li a {
  color: white;
}

.footer-widget ul li a i:hover {
  color: grey;
}

.news h5 p {
  color: white;
}

.copyright-text a {
  color: white !important;
  text-decoration: none;
}

.copyright-text a:hover {
  color: grey !important;
}

.carousel-item {
  position: relative;
  z-index: 1;
}

.carousel-item img,
.carousel-item .about-five-content {
  position: relative;
  z-index: 2;
}

.carousel-item.active {
  z-index: 3;
}

.carousel-item .col-lg-6 {
  padding-right: 15px;
}

.features ul li a:hover {
  color: grey !important;
}

.left-scroll a i {
  position: fixed;
  bottom: 20px;
  left: 20px !important;
  z-index: 1000;
  background-color: rgb(149, 203, 221);
  padding: 10px;
}

.color {
  color: white;
}

.news h5 p {
  color: white;
}

.newsletter h5 p {
  color: white;
}