@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700|Open+Sans:400,600,700&display=swap);
/*** COLOURS ***/
/*** SIZES ***/
/*** DOTDOTDOT ***/
/*** FONTS ***/
.testimonialsBlock {
  padding: 100px 0;
  margin: 100px 0;
  background: #134053;
  color: #fff;
  position: relative;
}
.testimonialsBlock.aos-animate .background .icon {
  opacity: 1;
}
.testimonialsBlock.aos-animate .contentWrapper .innerWrapper {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}
.testimonialsBlock .background {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
}
.testimonialsBlock .background .topTriangle {
  height: 410px;
  left: -1px;
  position: absolute;
  top: -2px;
  width: 232px;
}
.testimonialsBlock .background .topTriangle svg {
  width: 100%;
  height: 100%;
}
.testimonialsBlock .background .topTriangle svg path {
  fill: #f8f8f8;
}
.testimonialsBlock .background .bottomTriangle {
  height: 271px;
  left: -1px;
  position: absolute;
  top: auto;
  width: 140px;
  bottom: -1px;
}
.testimonialsBlock .background .bottomTriangle svg {
  width: 100%;
  height: 100%;
}
.testimonialsBlock .background .bottomTriangle svg path {
  fill: #f8f8f8;
}
.testimonialsBlock .background .icon {
  height: auto;
  left: auto;
  position: absolute;
  top: -130px;
  width: 304px;
  right: 100px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-out 0.6s;
  -moz-transition: opacity 0.3s ease-out 0.6s;
  -o-transition: opacity 0.3s ease-out 0.6s;
  transition: opacity 0.3s ease-out 0.6s;
}
.testimonialsBlock .background .icon svg {
  width: 100%;
  height: auto;
  opacity: 0.1;
}
.testimonialsBlock .background .icon svg path {
  fill: transparent;
  stroke: #fff;
  stroke-width: 2px;
}
.testimonialsBlock .contentWrapper .innerWrapper {
  text-align: center;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, transform 0.3s 0.3s;
  -moz-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, transform 0.3s 0.3s;
  -ms-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, transform 0.3s 0.3s;
  -o-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, transform 0.3s 0.3s;
  transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, transform 0.3s 0.3s;
}
.testimonialsBlock .contentWrapper .innerWrapper .tinyTitle {
  opacity: 0.4;
  color: #fff;
  margin-bottom: 20px;
}
.testimonialsBlock .contentWrapper .innerWrapper .arrows .prevSlide,
.testimonialsBlock .contentWrapper .innerWrapper .arrows .nextSlide {
  height: auto;
  left: 0;
  position: absolute;
  top: 50%;
  width: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.testimonialsBlock .contentWrapper .innerWrapper .arrows .prevSlide:hover,
.testimonialsBlock .contentWrapper .innerWrapper .arrows .nextSlide:hover {
  color: #fbbc43;
}
.testimonialsBlock .contentWrapper .innerWrapper .arrows .nextSlide {
  right: 0;
  left: auto;
}
.testimonialsBlock .contentWrapper .innerWrapper .testimonialSlider {
  max-width: 650px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.testimonialsBlock .contentWrapper .innerWrapper .testimonialSlider .slide {
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.testimonialsBlock .contentWrapper .innerWrapper .testimonialSlider .slide.animNext {
  margin-left: 20px;
  opacity: 0;
  visibility: hidden;
}
.testimonialsBlock .contentWrapper .innerWrapper .testimonialSlider .slide.animPrev {
  margin-left: -20px;
  opacity: 0;
  visibility: hidden;
}
.testimonialsBlock .contentWrapper .innerWrapper .testimonialSlider .slide.active {
  opacity: 1;
  visibility: visible;
  margin-left: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.testimonialsBlock .contentWrapper .innerWrapper .testimonialSlider .slide.active.next {
  margin-left: -20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.testimonialsBlock .contentWrapper .innerWrapper .testimonialSlider .slide.active.prev {
  margin-left: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.testimonialsBlock .contentWrapper .innerWrapper .testimonialSlider .slide .innerSlide .name {
  margin-top: 40px;
  font-weight: 600;
}
.testimonialsBlock .contentWrapper .innerWrapper .testimonialSlider .slide .innerSlide .buttons {
  margin-top: 20px;
}
.testimonialsBlock .contentWrapper .innerWrapper .testimonialSlider .slide .innerSlide .buttons .button {
  width: 305px;
  max-width: 100%;
}
.testimonialsBlock .contentWrapper .innerWrapper .testimonialSlider .slide .innerSlide .buttons .button:hover {
  background: #fff;
  color: #134053;
}
@media all and (max-width: 1235px) {
  .testimonialsBlock .background .bottomTriangle,
  .testimonialsBlock .background .topTriangle {
    left: -80px;
  }
  .testimonialsBlock .contentWrapper {
    padding: 0 50px;
  }
}
@media all and (max-width: 880px) {
  .testimonialsBlock .background .bottomTriangle,
  .testimonialsBlock .background .topTriangle,
  .testimonialsBlock .background .icon {
    display: none;
  }
  .testimonialsBlock .contentWrapper {
    padding: 0 20px;
  }
  .testimonialsBlock .contentWrapper .innerWrapper {
    padding: 0 30px;
  }
  .testimonialsBlock .contentWrapper .innerWrapper .testimonialSlider {
    width: 100%;
  }
  .testimonialsBlock .contentWrapper .innerWrapper .testimonialSlider .slide .innerSlide .mediumTitle {
    font-size: 18px;
    line-height: 28px;
  }
}
@media all and (max-width: 768px) {
  .testimonialsBlock {
    padding: 50px 0;
    margin: 50px 0;
  }
}
/*# sourceMappingURL=testimonials_block.css.map */