@font-face {
  font-family: "Graphik-Regular-Web";
  font-style: normal;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  src: url("../../fonts/Graphik/Graphik-Regular-Web.eot?#iefix") format("embedded-opentype"), url("../../fonts/Graphik/Graphik-Regular-Web.woff") format("woff"), url("../../fonts/Graphik/Graphik-Regular-Web.ttf") format("truetype"), url("../../fonts/Graphik/Graphik-Regular-Web.svg") format("svg");
}
/* TRANSITION */
/* COLORS */
/* SOCIAL */
/* MIXINS */
/*
 grayscale      ex: filter: grayscale(100%);
 sepia          ex: filter: sepia(100%);
 saturate       ex: filter: saturate(0%);
 hue-rotate     ex: filter: hue-rotate(45deg);
 invert         ex: filter: invert(100%);
 brightness     ex: filter: brightness(15%);
 contrast       ex: filter: contrast(200%);
 blur           ex: filter: blur(2px);
 */
/* RELATED ACTION */
.related-action > a {
  float: left;
}
.related-action .share {
  float: right;
}
.related-action .share p {
  float: left;
  font-size: 20px;
  color: #0f1941;
  line-height: 50px;
  margin: 0;
}
.related-action .share ul {
  float: left;
  margin: 0;
}
.related-action .share li {
  float: left;
  margin-left: 20px;
}
.related-action .share li a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  width: 50px;
  height: 50px;
  padding: 13px;
  border-radius: 50%;
  background: #0f1941;
  border: 2px solid #0f1941;
}
.related-action .share li a path {
  fill: #fff;
}
.related-action .share li a:hover {
  opacity: 1;
  background: none;
}
.related-action .share li a:hover path {
  fill: #0f1941;
}
/* TESTIMONY ITEM */
.testimony-item {
  position: relative;
}
.testimony-item img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.testimony-item .v {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.testimony-item .quote {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 80px;
  top: 30px;
  right: 30px;
}
.testimony-item .quote path {
  fill: #fff;
}
.testimony-item .play {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
}
.testimony-item .play path {
  fill: #fff;
}
a.testimony-item {
  display: block;
}
a.testimony-item:hover {
  text-decoration: none;
}
a.testimony-item:hover img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* VIDEO TESTIMOIES SLIDER */
.video-testimonies-slider .slider-container {
  position: relative;
  padding: 0 30px;
}
.video-testimonies-slider .slick-arrow {
  background-size: 20px 34px;
  margin: 0 !important;
  top: 95px;
}
.video-testimonies-slider .slick-arrow.slick-prev {
  left: 0;
  background: url(../../img/chevron-left1.svg) no-repeat center center;
}
.video-testimonies-slider .slick-arrow.slick-next {
  right: 0;
  background: url(../../img/chevron-right1.svg) no-repeat center center;
}
.video-testimonies-slider .item {
  display: none;
}
.video-testimonies-slider .item .v {
  margin-bottom: 20px;
}
.video-testimonies-slider .item h2 {
  font-size: 20px;
  color: #0f1941;
}
.video-testimonies-slider .item p {
  font-size: 20px;
  color: #878ca0;
  margin: 0;
}
.video-testimonies-slider .slick-initialized .item {
  display: block;
}
.testimonies-list .item-more {
  display: none;
}
.testimonies-list .svg-quote path {
  fill: #6ba5b4;
}
.testimonies-list blockquote p {
  font-size: 22px;
  line-height: 36px;
  color: #0f1941;
}
.testimonies-list p.author {
  color: #878ca0;
  margin: 0;
}
.testimonies-list a:hover, .testimonies-list a.active {
  text-decoration: none;
}
.testimonies-list a:hover img, .testimonies-list a.active img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media only screen and (min-width: 768px) {
  .video-testimonies-slider .slider-container {
    padding: 0 70px;
  }
  .video-testimonies-slider .slick-arrow {
    top: 80px;
    width: 40px;
    height: 60px;
    background-size: 40px 60px;
  }
  .video-testimonies-slider .slick-list {
    margin-left: -20px;
    margin-right: -20px;
  }
  .video-testimonies-slider .item {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .video-testimonies-slider .slick-arrow {
    top: 110px;
  }
}
@media only screen and (min-width: 1250px) {
  .video-testimonies-slider .slick-arrow {
    top: 170px;
  }
  .video-testimonies-slider .slider-container {
    padding: 0 100px;
  }
}
