.testimonial-style2 .inner-box {
  position: relative;
  padding: 50px 45px 50px;
  background-color: rgb(42, 51, 78) !important;
  background-position: left bottom;
  background-repeat: no-repeat;
  color: white;
}

.testimonial-style1.owl-theme .owl-nav [class*="owl-"] {
  margin: 0;
  transition: all 500ms ease;
  border-radius: unset;
}
.testimonial-style1.owl-carousel .owl-nav button.owl-prev,
.testimonial-style1.owl-carousel .owl-nav button.owl-next {
  width: 60px;
  height: 60px;
  background: #1158e7;
  color: #fff;
  position: absolute;
  top: 38%;
}
.testimonial-style1.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #ffffff;
}
.testimonial-style1.owl-carousel .owl-nav button.owl-prev {
  left: 0;
}
.testimonial-style1.owl-carousel .owl-nav button.owl-next {
  right: 0;
}
.testimonial-carousel1 .inner-text {
  position: relative;
  margin-top: 40px;
}
.testimonial-carousel1 .inner-text:before {
  content: "";
  background-image: url(../img/icons/quote.png);
  position: absolute;
  left: 30px;
  top: -25px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
}
.testimonial-img {
  display: flex;
  position: relative;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
}
.testimonial-img .img-2 {
  margin-top: -90px;
  margin-bottom: -50px;
}
.testimonial-img .img-3 {
  margin-bottom: 40px;
}
.testimonial-carousel1.owl-theme .owl-nav {
  text-align: left;
  margin-top: 25px;
}
.testimonial-img.owl-thumbs button {
  background: none;
}
.testimonial-img.owl-thumbs button img {
  border: 4px solid #fff;
  box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.1);
}
.testimonial-img .img-radius1 {
  border-radius: 31px 61px 84px 81px;
}
.testimonial-img .img-radius2 {
  border-radius: 30% 70% 70% 26% / 12% 30% 70% 69%;
}
.testimonial-img .img-radius3 {
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
}
.testimonial-img .img-radius4 {
  border-radius: 38% 51% 48% 46% / 47% 66% 31% 51%;
}
.testimonial-img .img-radius5 {
  border-radius: 31% 79% 73% 38% / 63% 79% 32% 46%;
}
.testimonial-img.owl-thumbs button img {
  opacity: 1;
}
.testimonial-img.owl-thumbs button.active img {
  opacity: 0.5;
}
@media screen and (max-width: 991px) {
  .testimonial-img {
    flex-direction: unset;
  }
  .testimonial-img .img-2 {
    margin: 0;
  }
  .testimonial-img .img-3 {
    margin-bottom: 0;
  }
}
.testimonial-style2 {
  position: relative;
  margin: 13px 13px 50px 13px;
}
.testimonial-style2 .inner-box {
  position: relative;
  padding: 50px 45px 50px;
  background-color: rgb(0, 0, 0) !important;
  background-position: left bottom;
  background-repeat: no-repeat;
}

.testimonial-style2 .inner-box .quote-icon {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  font-size: 24px;
  text-align: center;
  display: inline-block;
  background-color: black;
}
.testimonial-style2 .inner-box .border-layer {
  position: absolute;
  left: 10px;
  top: -12px;
  right: -12px;
  bottom: 10px;
  border: 2px solid white;
}
@media screen and (max-width: 575px) {
  .testimonial-style2 .inner-box {
    padding: 50px 25px 25px;
  }
}
.navbar-brand {
  text-align: left;
  font-size: 1.5rem;
  font-weight: bold;
  color: #000000 !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.navbar-brand-1 {
  text-align: left;
  font-size: 1.5rem;
  font-weight: bold;
  color: #000000 !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
/* .testimonial-style2 .inner-box:before {
  position: absolute;
  content: "";
  left: 10px;
  bottom: -65px;
  width: 145px;
  height: 90px;
  background: url(../img/icons/output-onlinepngtools.png) !important;
  background-repeat: no-repeat;
} */
.portfolio-style02 {
  max-width: 280px; /* Adjust size as needed */
  margin: 0 auto;
}
.portfolio-style02 img {
  width: 100%;
  height: auto;
}
