/*website colors*/
/* website font family*/
/* Small devices (portrait phones, 360px and up) */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
/* desktop devices (large desktops, 1200px and up) */
/*flex box mixins*/
.testimonial-section {
  position: relative;
  background: #664A89;
  color: #FFFFFF;
  padding: 70px 0 50px 0;
}
@media (min-width: 768px) {
  .testimonial-section {
    padding: 70px 0 50px 0;
    background-image: url(../image/testimonial-bg.png);
    background-repeat: no-repeat;
  }
}
@media (min-width: 992px) {
  .testimonial-section {
    padding: 90px 0 60px 0;
  }
}
@media (min-width: 1440px) {
  .testimonial-section {
    padding: 130px 0 76px 0;
  }
}
@media (min-width: 1601px) {
  .testimonial-section {
    padding: 77px 0 76px 0;
  }
}
.testimonial-section::after {
  background-color: #6b508d;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.testimonial-section::before {
  content: "";
  background-image: url(../image/testimonial-circle.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 30px;
  right: 7%;
  height: 80px;
  width: 80px;
  animation: rotate 2.8s infinite forwards;
}
@media (min-width: 768px) {
  .testimonial-section::before {
    right: 11%;
    height: 100px;
    width: 100px;
    top: 50px;
  }
}
@media (min-width: 1024px) {
  .testimonial-section::before {
    height: 120px;
    width: 120px;
  }
}
@media (min-width: 1440px) {
  .testimonial-section::before {
    height: 153px;
    width: 153px;
  }
}
.testimonial-section .title-40, .testimonial-section .title-18 {
  color: #FFFFFF;
}
.testimonial-section .title_section {
  position: relative;
  padding-top: 18px;
}
.testimonial-section .title_section::before {
  content: "";
  background-image: url(../image/quotes.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  width: 59px;
  height: 38px;
  left: 0;
  top: -32px;
  opacity: 0.2;
  animation: scale 2s infinite forwards;
}
@media (min-width: 1200px) {
  .testimonial-section .title_section::before {
    width: 80px;
    height: 52px;
    left: 0;
    top: -43px;
  }
}
@media (min-width: 1440px) {
  .testimonial-section .title_section::before {
    width: 100px;
    height: 64px;
    left: 0;
    top: -66px;
  }
}
@media (min-width: 1601px) {
  .testimonial-section .title_section::before {
    width: 140px;
    height: 90px;
    left: -183px;
    top: -20px;
  }
}
.testimonial-section .title_section .title_desc {
  max-width: 433px;
  text-align: left;
  margin-left: 0;
}
.testimonial-section .title_section .title_desc .title-40 .block {
  display: block;
}
.testimonial-section .testimonial-slider-wrapper {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .testimonial-section .testimonial-slider-wrapper {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .testimonial-section .testimonial-slider-wrapper {
    padding-top: 40px;
  }
}
@media (min-width: 1200px) {
  .testimonial-section .testimonial-slider-wrapper {
    padding-top: 40px;
  }
}
@media (min-width: 1440px) {
  .testimonial-section .testimonial-slider-wrapper {
    padding-top: 80px;
  }
}
.testimonial-section .testimonial-slider-wrapper .slick-list {
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .testimonial-section .testimonial-slider-wrapper .slick-list {
    padding-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  .testimonial-section .testimonial-slider-wrapper .slick-list {
    padding-bottom: 60px;
  }
}
@media (min-width: 1440px) {
  .testimonial-section .testimonial-slider-wrapper .slick-list {
    padding-bottom: 100px;
  }
}
.testimonial-section .testimonial-slider-wrapper .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.testimonial-section .testimonial-slider-wrapper .slick-dots li {
  margin: 0 4px;
  width: 30px;
}
.testimonial-section .testimonial-slider-wrapper .slick-dots li.slick-active button {
  background-color: #EB595A;
}
.testimonial-section .testimonial-slider-wrapper .slick-dots button {
  font-size: 0;
  line-height: 0;
  background-color: #FFFFFF;
  width: 30px;
  height: 3px;
  padding: 0;
  border: none;
  cursor: pointer;
  display: block !important;
}
@media (min-width: 768px) {
  .testimonial-section .testimonial-block {
    margin-right: 30px;
  }
}
.testimonial-section .testimonial-block .testimonial-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.testimonial-section .testimonial-block .testimonial-top .icon {
  margin-right: 10px;
  border-radius: 100%;
  height: 75px;
  width: 75px;
  background-color: #FFFFFF;
}
.testimonial-section .testimonial-block .testimonial-top .content {
  font-size: 15px;
  line-height: 22px;
}
.testimonial-section .testimonial-block .testimonial-top .content .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.testimonial-section .testimonial-block .testimonial-top .content .d-flex img {
  margin-left: 7px;
}
.testimonial-section .testimonial-block .testimonial-top .content p {
  font-size: 15px;
  line-height: 22px;
}
@media (min-width: 1200px) {
  .testimonial-section .testimonial-block .testimonial-top .title-18 {
    font-size: 22px;
    line-height: 28px;
  }
}
.testimonial-section .testimonial-block .testimoinal-disc {
  font-size: 15px;
  line-height: 24px;
}
@media (min-width: 1024px) {
  .testimonial-section .testimonial-block .testimoinal-disc {
    font-size: 16px;
    line-height: 30px;
  }
}
.testimonial-section .testimonial-block .testimoinal-disc p {
  font-size: 15px;
  line-height: 24px;
}
@media (min-width: 1024px) {
  .testimonial-section .testimonial-block .testimoinal-disc p {
    font-size: 16px;
    line-height: 30px;
  }
}
.testimonial-section .testimonial-block .testimonial-rating {
  margin: 8px 0;
}
.testimonial-section .testimonial-block .testimonial-rating img {
  width: 100px;
}
.testimonial-section.margin-tb {
  margin: 20px 0;
}
@media (min-width: 768px) {
  .testimonial-section.margin-tb {
    margin: 30px 0;
  }
}
@media (min-width: 992px) {
  .testimonial-section.margin-tb {
    margin: 55px 0;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes scale {
  from {
    transform: scale(0.9);
  }
  to {
    transform: scale(1);
  }
}
/*# sourceMappingURL=testimonial.css.map */