@charset "UTF-8";
/**
 * Deps: slick-carousel
 */
/* Animations
========================================================= */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(10px); }
  100% {
    opacity: 1;
    transform: translate(0); } }

@keyframes popIn {
  0% {
    transform: scale(0);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 1; } }

@keyframes shrinkDown {
  0% {
    transform: scaleX(1.3); }
  100% {
    transform: scale(1); } }

.testimonial-slider {
  border: 10px solid #1da7e0;
  border-bottom: none;
  padding-bottom: 70px; }
  .testimonial-slider .slick-dots {
    background: #1da7e0;
    padding: 25px; }

.testimonial-slider-row {
  background: #ffffff;
  color: #003a76;
  padding-bottom: 40px; }

.testimonial-slider .slick-arrow {
  position: absolute;
  z-index: 1;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  transform: translateX(0px);
  transition: .3s ease all;
  line-height: 34px;
  width: 38px;
  height: 38px;
  white-space: nowrap;
  border: 2px solid #003a76;
  color: #181234;
  text-indent: -10000em;
  background-color: transparent; }
  .testimonial-slider .slick-arrow:after {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    border-right: 2px solid #ffb711;
    border-bottom: 2px solid #ffb711;
    transform: rotate(-45deg) translateY(-4px);
    margin-left: 10px;
    vertical-align: middle; }
  .testimonial-slider .slick-arrow:after {
    position: absolute;
    top: 10px;
    left: -3px;
    transition: .2s ease all;
    border-color: #003a76; }
  .testimonial-slider .slick-arrow:hover {
    border-color: #1da7e0; }
    .testimonial-slider .slick-arrow:hover:after {
      border-color: #1da7e0; }
  .testimonial-slider .slick-arrow.slick-prev:after {
    transform: rotate(135deg);
    top: 6px;
    left: 2px; }

.testimonial-slider .slick-arrow {
  top: 50%;
  right: -100px; }
  .testimonial-slider .slick-arrow.slick-prev {
    left: -100px; }

.testimonial-slider-item {
  padding-top: 50px;
  margin-right: 1px;
  text-align: center; }
  .testimonial-slider-item blockquote {
    border: 0;
    position: relative;
    padding: 30px 0 30px 0;
    width: calc( 100% - 120px);
    margin: 0 auto; }
    .testimonial-slider-item blockquote:before {
      content: '“';
      font-size: 20em;
      position: absolute;
      color: #1da7e0;
      left: -0.07em;
      top: .37em;
      left: 0;
      right: 0;
      margin: 0 auto;
      text-align: center;
      font-weight: 800;
      opacity: 0.25; }
  .testimonial-slider-item .quote {
    position: relative;
    line-height: 1.2em;
    font-size: 30px;
    font-weight: 700; }
  .testimonial-slider-item cite {
    position: relative;
    font-size: 16px;
    font-weight: 300;
    padding-top: 20px;
    display: block;
    font-style: normal;
    color: #00202d; }

@media (max-width: 1300px) {
  .testimonial_slider-item blockquote {
    font-size: 30px; } }

@media (max-width: 767px) {
  .testimonial-slider .slick-arrow.slick-prev {
    left: 0; }
  .testimonial-slider .slick-arrow.slick-next {
    right: 0; }
  .testimonial-slider-item {
    padding-left: 30px; }
    .testimonial-slider-item blockquote {
      padding-left: 0;
      font-size: 23px;
      padding-top: 4em;
      margin-left: 0; }
      .testimonial-slider-item blockquote:before {
        font-size: 8em; } }
