/* banner css  */
.banner-content {
  text-align: center;
  padding: 120px 100px;
  position: relative;
  z-index: 1;
}

.banner-title {
  font-weight: 700;
  font-size: 50px;
  line-height: 67px;
  color: #954535;
}

.banner-img img {
  width: 100%;
  position: relative;
  z-index: 9;
}

.managmet-sec-left .common-title {
  color: #954535;
  text-align: start;
  margin-right: 36px
}

.managmet-sec-right .sub-text {
  margin-bottom: 15px;
}

.list-card .sub-title {
  margin-bottom: 15px;
  margin-top: 30px;
}

.managmet-sec-right .sub-text:last-child {
  margin-bottom: 0px;
}

.mange-sec-img {
  border-radius: 25px;
  overflow: hidden;
}

/* our-services sec */
.our-services-wrap {
  position: relative;
  overflow: hidden;
}

.service-inner {
  position: relative;
  z-index: 9;
}

.our-services {
  padding-top: 55px;
  background-color: #F3FBFF;
}

.our-services .sub-mutual-text,
.our-services .common-title,
.service-list-card .sub-text,
.service-list-card .sub-title {
  text-align: center;
}

.service-list-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  padding: 0px 60px;
  position: relative;
  z-index: 9;
}

.sevice-icon {
  width: 76px;
  height: 76px;
  border: 1px solid #FFFFFF;
  padding: 20px;
  margin-bottom: 30px;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.service-list-card .sub-title {
  margin-bottom: 20px;
}

.service-list {
  display: flex;
  flex-wrap: wrap;
}

.service-list .service-list-card:nth-child(2n+1)::after {
  right: -60px;
  color: #7C7A7A;
}

.service-img-gallary {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.service-img {
  flex:1;
  min-width: 23%;
  border-radius: 25px;
  overflow: hidden;
  margin-bottom: -90px;
  height: 395px;
  z-index: 9;
}

.mutual-right .common-title {
  text-align: start;
}

.mutual-right {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.mutual-fund-img {
  height: 560px;
}



/* testinomial  */

.testimonial-slide {
  padding: 0px 30px;
}

.profile-img {
  width: 83px;
  height: 83px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 15px;
  flex-shrink: 0;
}

.comment-card {
  display: flex;
  gap: 30px;
  padding: 30px 30px;
  margin: 20px 20px;
  box-shadow: 2px 3px 20px 3px rgb(23 23 23 / 5%);
  border-radius: 25px;
  min-height: 300px;
}

.owl-.testimonial-slide .owl-dots.disabled,
.owl-carousel.testimonial-slide .owl-nav.disabled {
  display: block;
}

.testimonial-slide .owl-nav {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 40%;
  transform: translatey(-50%);
  width: 100%;
}

.testimonial-slide .owl-nav .owl-prev {
  position: absolute;
  left: -30px;

  font-size: 30px !important;
  background-color: transparent !important;
}

.testimonial-slide .owl-nav .owl-next {
  position: absolute;
  right: 30px;
  color: #E6F7FF;
  font-size: 30px !important;
  background-color: transparent !important;
}

.testimonial-slide.owl-theme .owl-nav [class*=owl-]:hover {
  background: unset;
  color: #252f69;
  text-decoration: none;
}

.comment-card .comment-sec .span-title {
  margin-bottom: 5px;
  font-size: 17px;
}

.comment-card .comment-sec .sub-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  line-clamp: 8;
  -webkit-box-orient: vertical;
}

.profile- .sub-text {
  font-size: 14px;
}