.f-mb-0 {
  margin-bottom: 0 !important;
}

.f-text-left {
  text-align: left !important;
}

.f-text-right {
  text-align: right !important;
}

.f-text-center {
  text-align: center !important;
}

.f-text-lowercase {
  text-transform: lowercase !important;
}

.f-text-uppercase {
  text-transform: uppercase !important;
}

.f-text-capitalize {
  text-transform: capitalize !important;
}

.f-m-0 {
  margin: 0 !important;
}

.f-p-0 {
  padding: 0 !important;
}

.f-m-2 {
  margin: 0.5rem !important;
}

.f-m-1 {
  margin: 0.25rem !important;
}

.f-m-3 {
  margin: 1rem !important;
}

.f-m-4 {
  margin: 1.5rem !important;
}

.f-m-5 {
  margin: 3rem !important;
}

.f-pl-0 {
  padding-left: 0 !important;
}

.f-p-1 {
  padding: 0.25rem !important;
}

.f-p-2 {
  padding: 0.5rem !important;
}

.f-p-3 {
  padding: 1rem !important;
}

.f-p-4 {
  padding: 1.5rem !important;
}

.f-p-5 {
  padding: 3rem !important;
}

.f-position-relative {
  position: relative !important;
}

.f-order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1;
}

.f-order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
          order: 13;
}

.f-list-unstyled {
  list-style: none;
}

.f-d-none {
  display: none !important;
}

.f-d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.f-align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}

.f-align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}

.f-align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
}

.f-justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

.f-justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.f-justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

.f-justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

.f-justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

.f-flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

.f-flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

.f-flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}

.f-flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important;
}

.f-flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

@media (min-width: 991px) {
  .f-text-lg-left {
    text-align: left !important;
  }
  .f-text-lg-right {
    text-align: right !important;
  }
  .f-text-lg-center {
    text-align: center !important;
  }
  .f-m-lg-0 {
    margin: 0 !important;
  }
  .f-p-lg-0 {
    padding: 0 !important;
  }
  .f-order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .f-order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .f-d-lg-none {
    display: none !important;
  }
  .f-d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .f-flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .f-flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .f-flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .f-flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .f-flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .f-justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .f-justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .f-justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .f-justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .f-justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .f-align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .f-align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .f-align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
}

.testimonial-style1 {
  padding: 50px 0 0;
}

@media (min-width: 768px) {
  .testimonial-style1 {
    padding: 100px 0 0;
  }
}

@media (min-width: 992px) {
  .testimonial-style1 {
    padding: 100px 0;
  }
}

.testimonial-style1 .testimonial-massage {
  position: relative;
  padding-bottom: 50px;
}

@media (min-width: 992px) {
  .testimonial-style1 .testimonial-massage {
    margin-left: 60px;
  }
}

.testimonial-style1 .testimonial-massage .testimonial-content {
  text-align: center;
}

@media (min-width: 992px) {
  .testimonial-style1 .testimonial-massage .testimonial-content {
    padding-left: 10px;
    text-align: left;
  }
}

.testimonial-style1 .testimonial-massage .testimonial-control-btn-group {
  width: 100px;
  height: 40px;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  bottom: 25px;
  z-index: 2;
}

@media (min-width: 992px) {
  .testimonial-style1 .testimonial-massage .testimonial-control-btn-group {
    left: 0;
    margin-left: 0;
  }
}

.testimonial-style1 .testimonial-massage .testimonial-control-btn-group .testimonial-swiper-button-next, .testimonial-style1 .testimonial-massage .testimonial-control-btn-group .testimonial-swiper-button-prev {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border: 1px solid #c2c2c2;
  color: #c2c2c2;
  border-radius: 3px;
  margin: 3px;
  display: inline-block;
  cursor: pointer;
  background-image: none;
  opacity: 1;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.testimonial-style1 .testimonial-massage .testimonial-control-btn-group .testimonial-swiper-button-next:active, .testimonial-style1 .testimonial-massage .testimonial-control-btn-group .testimonial-swiper-button-next:focus, .testimonial-style1 .testimonial-massage .testimonial-control-btn-group .testimonial-swiper-button-next:hover, .testimonial-style1 .testimonial-massage .testimonial-control-btn-group .testimonial-swiper-button-prev:active, .testimonial-style1 .testimonial-massage .testimonial-control-btn-group .testimonial-swiper-button-prev:focus, .testimonial-style1 .testimonial-massage .testimonial-control-btn-group .testimonial-swiper-button-prev:hover {
  border-color: #ff6360;
  color: #ff6360;
  outline: none;
}

.testimonial-style1 .testimonial-massage .testimonial-control-btn-group .testimonial-swiper-button-next.swiper-button-disabled, .testimonial-style1 .testimonial-massage .testimonial-control-btn-group .testimonial-swiper-button-prev.swiper-button-disabled {
  cursor: not-allowed;
  pointer-events: unset;
}

.testimonial-style1 .testimonial-thumbs {
  overflow: hidden;
  width: 250px;
  margin: auto;
  padding: 30px 0;
}

@media (min-width: 576px) {
  .testimonial-style1 .testimonial-thumbs {
    width: 350px;
  }
}

.testimonial-style1 .testimonial-thumbs .swiper-slide {
  text-align: center;
}

.testimonial-style1 .testimonial-thumbs .thumb {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0.6;
  margin: auto;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.testimonial-style1 .testimonial-thumbs .thumb img {
  width: 100%;
  height: 100%;
}

@media (min-width: 576px) {
  .testimonial-style1 .testimonial-thumbs .thumb {
    width: 80px;
    height: 80px;
  }
}

.testimonial-style1 .testimonial-thumbs .thumb-content {
  padding-top: 10px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  transform: scaleY(0);
}

.testimonial-style1 .testimonial-thumbs .thumb-content .name {
  margin-bottom: 0;
  line-height: 1.5;
  color: #2e3c40;
  font-weight: 400;
  font-size: 14px;
}

@media (min-width: 576px) {
  .testimonial-style1 .testimonial-thumbs .thumb-content .name {
    font-size: 18px;
  }
}

.testimonial-style1 .testimonial-thumbs .thumb-content .designation {
  text-transform: uppercase;
  line-height: 1;
  color: #acacac;
  font-size: 12px;
}

@media (min-width: 576px) {
  .testimonial-style1 .testimonial-thumbs .thumb-content .designation {
    font-size: 14px;
  }
}

.testimonial-style1 .testimonial-thumbs .swiper-slide-thumb-active .thumb {
  opacity: 1;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.testimonial-style1 .testimonial-thumbs .swiper-slide-thumb-active .thumb-content {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: top;
  transform-origin: top;
}

.testimonial-style2 {
  overflow: hidden;
}

.testimonial-style2 .testimonial-body {
  padding: 30px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
}

.testimonial-style2 .author-image {
  width: 90px;
  height: 90px;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-style2 .author-image img {
  width: 100%;
}

@media (min-width: 576px) {
  .testimonial-style2 .author-image {
    margin: unset;
  }
}

.testimonial-style2 .testimonial-content {
  width: calc(100% - 0px);
  text-align: center;
  padding-left: 20px;
  position: relative;
}

.testimonial-style2 .testimonial-content .qoute-icon {
  position: absolute;
  left: 20px;
  top: -15px;
  color: #577eed;
  opacity: 0.2;
  font-size: 50px;
}

.testimonial-style2 .testimonial-content .rating {
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  margin-top: 15px;
}

.testimonial-style2 .testimonial-content .rating i {
  color: #577eed;
}

.testimonial-style2 .testimonial-content .text {
  margin-bottom: 10px;
}

.testimonial-style2 .testimonial-content .name {
  font-weight: 600;
}

.testimonial-style2 .testimonial-content .designation {
  font-size: 14px;
  color: #d1d1d1;
}

@media (min-width: 576px) {
  .testimonial-style2 .testimonial-content {
    width: calc(100% - 90px);
    text-align: left;
  }
  .testimonial-style2 .testimonial-content .rating {
    margin-top: 0;
  }
}

.testimonial-style3 {
  overflow: hidden;
}

.testimonial-style3 .testimonial-body {
  padding: 30px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
}

.testimonial-style3 .author-image {
  width: 90px;
  height: 90px;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-style3 .author-image img {
  width: 100%;
}

@media (min-width: 992px) {
  .testimonial-style3 .author-image {
    margin: unset;
  }
}

.testimonial-style3 .testimonial-content {
  width: calc(100% - 0px);
  text-align: center;
  padding-left: 0;
  position: relative;
}

.testimonial-style3 .testimonial-content .rating {
  margin-bottom: 10px;
  margin-top: 15px;
}

.testimonial-style3 .testimonial-content .rating i {
  color: #f6c416;
}

.testimonial-style3 .testimonial-content .text {
  margin-bottom: 25px;
}

.testimonial-style3 .testimonial-content .name {
  font-weight: 600;
  margin: 0;
}

.testimonial-style3 .testimonial-content .designation {
  font-size: 14px;
  color: #d1d1d1;
}

@media (min-width: 992px) {
  .testimonial-style3 .testimonial-content {
    width: calc(100% - 90px);
    text-align: left;
    padding-left: 20px;
  }
  .testimonial-style3 .testimonial-content .rating {
    margin-top: 0;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
  }
}
/*# sourceMappingURL=testimonial.css.map */