*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


/* testimonials start */

.slick-current.slick-active .thumb_slide img{
  border: 6px solid #fff;
}

.testimonials-slideshow-con {
  position: relative;
  padding: 0;
  background: #0d0c0f;
}
.slick-dots ul,
.slick-dots li {
  list-style-type: none !important;
  margin: 0;
  padding: 0;
}
.testimonials-slideshow .testi-paragraph {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.slider-nav {
  max-width: 600px;
  width: 100%;
  margin: auto;
}
.slider-nav>div{
  cursor: pointer;
}

.slider-nav .slick-track {
  transform: none !important;
  width: 100% !important;
  text-align: center !important;
  margin: auto;
  display: flex;
  justify-content: center;
}

.slider-nav .slick-slide {
  transition: all 0.2s ease-in-out;
  width: 180px !important;
}

/* .slider-nav .slick-current{
  transform: scale(1.2);
  transition: all 0.2s ease-in-out;
} */

.thumb_slide{
  text-align: center;
}

.thumb_slide h6, .thumb_slide p{
  color: #fff;
}

.thumb_slide h6{
  margin-top: 22px;
  margin-bottom: 10px;
}

.slider-nav .slick-list {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  padding-left: 20px;
  padding-right: 20px;
}

.thumb_slide img {
  display: block !important;
  margin: auto;
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 1000px;
  object-position: left;
  border: 3px solid #9e9e9e;
  box-shadow: 0 0 10px #333333;
}
@media(max-width:767px) {
.thumb_slide img {
  width: 60px;
  height: 60px;
}
}
.inverted-comma {
  text-align: center;
  margin-bottom: 40px;
}
.testi-paragraph {
  color: #fff;
  text-align: left;
  font-family: "DM Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.1px;
}
.username {
  color: #fff;
  text-align: center;
  font-family: "Barlow Condensed";
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  padding-bottom: 7px;
  margin-top: 15px;
}
.designation {
  color: #8c8b92;
  text-align: center;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.1px;
}
.testimonials-slideshow .slick-dots li:not(:last-child) {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  background-size: cover;
  margin-right: 20px;
  opacity: 0.6;
}

.testimonials-slideshow .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 65px;
}
.testimonials-slideshow .slick-dots li.slick-active {
  opacity: 1;
  scale: 1.2;
}
.testimonials-slideshow .slick-dots li.slick-active button {
  width: 90px;
  height: 90px;
  transition: all 0.5s;
}
.testimonials-slideshow .slick-dots li button {
  width: 72px;
  height: 72px;
  border: none;
  outline: none;
}
.testimonials-slideshow .slick-prev,
.testimonials-slideshow .slick-next {
  border: none;
  outline: none;
  font-size: 0;
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
  background-image: url("../images/Icon-left.png");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background-color: transparent;
}
.testimonials-slideshow .slick-prev {
  left: 0;
}
.testimonials-slideshow .slick-next {
  right: 0;
}
.testimonials-slideshow .slick-next {
  transform: rotate(-180deg);
}


.testimonials-slideshow-con {
  position: relative;
}

.main_image {
  position: static;
  left: 0;
  bottom: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
}

.desc_testi {
  position: absolute;
  z-index: 99;
  top: 80px;
  max-width: 500px;
  right: 8%;
}

.main_testi{
  position: relative;
  z-index: 99;
}

.main_image img {
width: 100%;
height: auto;
display: none;
bottom: 0;
left: 0;
}

.main_image img.active {
  display: block;
}
/* testimonials end */
