div.iga-testimonial-section {
  display: none;
}

div.iga-testimonial-section .slick-list {
  margin-right: -24px;
}

div.iga-testimonial-section.slick-initialized {
  display: block;
  padding: 20px 50px;
}

.iga-testimonial-section .iga-testimonial-item:focus, .iga-testimonial-section .slick-dots li.slick-active button:focus {
  outline: none;
}

.iga-testimonial-section .iga-testimonial-item {
  text-align: center;
  padding-right: 24px;
}

.iga-testimonial-wrapper h2.iga-testimonial-section-title {
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
  font-size: 25px;
  line-height: 22px;
  font-weight: 600;
  font-style: normal;
  text-align: center;
}

.iga-testimonial-section .iga-testimonial-title {
  margin: 0px 0px 10px 0px;
}

.iga-testimonial-section .iga-testimonial-title h3 {
  font-size: 20px;
  line-height: 30px;
  text-transform: none;
  text-align: center;
  letter-spacing: normal;
  font-weight: 600;
  font-style: normal;
  padding: 0;
  margin: 0;
}

.iga-testimonial-section .iga-testimonial-rating {
  margin: 0px 0px 18px 0px;
}

.iga-testimonial-section .iga-testimonial-rating svg {
  color: #e4291c;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  height: 16px;
  line-height: 1;
  text-align: center;
  text-decoration: inherit;
  vertical-align: top;
  width: 16px;
}

.slick-arrow .currentColor {
  fill: black;
}

.iga-testimonial-section .iga-client-testimonial {
  font-size: 16px;
  line-height: 26px;
  text-transform: none;
  text-align: center;
  letter-spacing: normal;
  font-weight: 400;
  font-style: normal;
  margin: 0px 0px 20px 0px;
}

.iga-testimonial-section .iga-client-testimonial p.iga-testimonial-content {
  display: inline;
  margin: 0;
  padding: 0;
}

.iga-testimonial-section h2.iga-client-name {
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
  text-align: center;
  letter-spacing: normal;
  font-weight: 700;
  font-style: normal;
  margin: 0px 0px 8px 0px;
  padding: 0;
}

.iga-testimonial-section .iga-client-rating {
  margin: 0px 0px 6px 0px;
  text-align: center;
  line-height: 1;
}

.iga-testimonial-section .iga-client-rating i.fa {
  font-size: 19px;
  margin-right: -1px;
}

.iga-testimonial-section .iga-client-designation {
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
  text-align: center;
  letter-spacing: normal;
  font-weight: bold;
  font-style: normal;
}

.iga-testimonial-section .slick-prev:before, .iga-testimonial-section .slick-next:before {
  display: none;
}

.iga-testimonial-section .slick-prev svg, .iga-testimonial-section .slick-next svg {
  color: black;
  font-size: 30px;
}

/* Image */

.iga-testimonial-section .iga-iga-client-image {
  margin: 0px 0px 22px 0px;
}

.iga-testimonial-section .iga-iga-client-image img {
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /*width: 120px !important;
  height: 120px !important; */
  object-fit: cover;
}

/* Dots */

.iga-testimonial-section .slick-dots {
  margin: 0;
  margin-top: 20px;
  padding: 0;
  list-style: none;
  text-align: center;
}

.iga-testimonial-section .slick-dots li {
  display: inline-block;
  border: 0;
  padding: 0;
  width: 13px;
  height: 13px;
  margin: 3px;
  overflow: hidden;
}

.iga-testimonial-section .slick-dots li button {
  border-radius: 50%;
  text-indent: -999px;
  width: 13px;
  height: 13px;
  padding: 0;
  border: 0;
  display: block;
}

/* Nav */

.iga-testimonial-section .slick-prev, .iga-testimonial-section .slick-next {
  font-size: 26px;
  line-height: 26px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  position: absolute;
  z-index: 9;
  cursor: pointer;
  top: 50%;
  margin-top: -14px;
}

.iga-testimonial-section .slick-prev {
  left: 0;
}

.iga-testimonial-section .slick-next {
  right: 0;
}