#testimonials-page .citation {
  font-size: 1.75em;
  line-height: normal;
}
#testimonials-page .parallax-container {
  background: #f8f9fa;
  padding: 70px 0px 50px;
  position: relative;
  height: 500px;
}
#testimonials-page .parallax-container .page-head {
  font-family: "Montserrat", Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
  text-align: center;
  text-transform: none;
  color: #212529;
  padding: 15px 20px;
  max-width: 800px;
}
#testimonials-page .parallax-container .page-head p {
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.5em;
}
#testimonials-page .parallax {
  background-image: url("/SECURE/assets/images/features/pricing01.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  z-index: -1;
  height: 400px;
}
#testimonials-page p.h3 {
  margin-bottom: 15px;
}
#testimonials-page p:not(.h3) {
  line-height: 2;
}
#testimonials-page .your-class .carousel-control-next, #testimonials-page .your-class .carousel-control-prev {
  opacity: 1;
  width: 5%;
}
#testimonials-page .your-class .carousel-control-prev-icon,
#testimonials-page .your-class .carousel-control-next-icon {
  background-image: none;
  width: auto;
  height: auto;
}
#testimonials-page .your-class .carousel-control-next-icon:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f0da";
  font-size: 55px;
  font-weight: 900;
  color: black;
}
#testimonials-page .your-class .carousel-control-prev-icon:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f0d9";
  font-size: 55px;
  font-weight: 900;
  color: black;
}
#testimonials-page .recorded-container {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  background-color: #fff;
  border-radius: 10px;
}
#testimonials-page .video--container {
  position: relative;
  max-width: 400px;
  max-height: 225px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 0px 0px;
  display: flex;
  align-items: center;
  background-color: #fff;
}
#testimonials-page .video--container .testimonial--video {
  height: 100%;
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}
#testimonials-page .video--container .play-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 60px;
  width: 60px;
  border-radius: 10px 0px 0px 0px;
  transition: 0.3s ease;
  background-color: black;
  opacity: 0.6;
  cursor: pointer;
}
#testimonials-page .video--container .play-overlay .fa-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
#testimonials-page .video--container .play-overlay:hover {
  opacity: 0.4;
  height: 100%;
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}
#testimonials-page .video--container .play-overlay:hover .fa-play {
  width: 30px;
  height: auto;
  transition: 0.3s ease;
}
#testimonials-page #recorded-testimonials {
  background-color: #00559B;
}
#testimonials-page #recorded-testimonials .recorded-info {
  background-color: #fff;
  border-radius: 0px 0px 10px 10px;
  padding: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
#testimonials-page #recorded-testimonials .test-thumbnail {
  width: 200px;
  height: 200px;
  border-radius: 10px;
  position: relative;
}
#testimonials-page #recorded-testimonials .test-thumbnail img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
#testimonials-page #recorded-testimonials .test-thumbnail .play-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 30%;
  width: 30%;
  border-radius: 10px 0px 10px 0px;
  transition: 0.3s ease;
  background-color: black;
  opacity: 0.3;
  cursor: pointer;
}
#testimonials-page #recorded-testimonials .test-thumbnail .play-overlay .fa-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
#testimonials-page #recorded-testimonials .test-thumbnail .play-overlay:hover {
  opacity: 0.4;
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
#testimonials-page #recorded-testimonials .test-thumbnail .play-overlay:hover .fa-play {
  width: 30px;
  height: auto;
  transition: 0.3s ease;
}
#testimonials-page #write-review #writeAReview-button {
  border: 0;
  border-color: transparent;
  background: #56b336;
  color: white;
}
#testimonials-page #testimonial-video-modal button.close {
  color: white;
  background: #00559B;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: 0.1s ease;
  opacity: 1;
}
#testimonials-page #testimonial-video-modal .modal-content {
  border-radius: 10px;
  background-color: black;
  height: 450px;
  max-width: 800px;
  border: none;
}
#testimonials-page #testimonial-video-modal .modal--testimonial--video {
  border-radius: 10px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 576px) {
  #testimonials-page #testimonial-video-modal .modal-dialog {
    max-width: 100% !important;
    pointer-events: all;
  }
}
@media (min-width: 768px) {
  #testimonials-page #testimonial-video-modal button.close:hover {
    opacity: 1 !important;
  }
  #testimonials-page #testimonial-video-modal button.close {
    border-radius: 0px 50% 50% 0px;
    opacity: 0.6 !important;
  }
}
#testimonials-page #recorded-testimonials-2 .img-gradient {
  position: relative;
  display: inline-block;
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}
#testimonials-page #recorded-testimonials-2 .img-gradient:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block; /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgb(0, 0, 0) 100%); /* W3C */
}
#testimonials-page #recorded-testimonials-2 .img-gradient img {
  display: block;
}
#testimonials-page #recorded-testimonials-2 .video-text-wrap {
  width: 100%;
  position: absolute;
  bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  color: white;
}
#testimonials-page #recorded-testimonials-2 .video-text-wrap p {
  line-height: 1.2em;
  text-align: center;
}
#testimonials-page #recorded-testimonials-2 .video-text-wrap h5 {
  text-align: center;
}
#testimonials-page #recorded-testimonials-2 .play-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
#testimonials-page #recorded-testimonials-2 .play-icon:hover {
  transform: rotate(360deg);
  transition: ease 0.5s;
  cursor: pointer;
}
#testimonials-page #recorded-testimonials-2 .btton-prev, #testimonials-page #recorded-testimonials-2 .btton-next {
  color: #007bff;
  opacity: 0.5;
  z-index: 0;
}
#testimonials-page #recorded-testimonials-2 .btton-prev:hover, #testimonials-page #recorded-testimonials-2 .btton-next:hover {
  opacity: 0.8;
  transition: ease 0.2s;
  z-index: 2;
  cursor: pointer;
}
#testimonials-page #recorded-testimonials-2 .btton-prev.swiper-button-disabled, #testimonials-page #recorded-testimonials-2 .btton-next.swiper-button-disabled {
  color: #000;
  opacity: 0.2;
  cursor: auto;
}
#testimonials-page #recorded-testimonials-2 .btton-prev.swiper-button-disabled:hover, #testimonials-page #recorded-testimonials-2 .btton-next.swiper-button-disabled:hover {
  z-index: 0;
}
#testimonials-page #recorded-testimonials-2 .btton-prev {
  position: absolute;
  left: -20px;
  bottom: 30%;
  font-size: 50px;
}
#testimonials-page #recorded-testimonials-2 .btton-next {
  position: absolute;
  right: -20px;
  bottom: 30%;
  font-size: 50px;
}
#testimonials-page #recorded-testimonials-2 .swiper-pagination {
  position: absolute;
  bottom: -30px;
  width: auto !important;
  margin: 0;
}
@media (max-width: 767px) {
  #testimonials-page #recorded-testimonials-2 .btton-prev, #testimonials-page #recorded-testimonials-2 .btton-next {
    display: none;
  }
  #testimonials-page #recorded-testimonials-2 .blue-opacity-bg {
    padding-right: 0 !important;
    padding-left: 15px;
  }
}
@media (min-width: 767px) {
  #testimonials-page #recorded-testimonials-2 .swiper-pagination {
    display: none;
  }
}
#testimonials-page .testimonial-grid {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
#testimonials-page .testimonial-grid .card-test {
  display: grid;
  grid-template-rows: 1fr auto;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  background: #fff;
  margin: 0 0 60px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  border-radius: 10px;
}
#testimonials-page .testimonial-grid .card-test .fa-user-circle {
  color: white;
}
#testimonials-page .testimonial-grid .card-test .fa-star {
  color: #2e8fce;
}
#testimonials-page .testimonial-grid .card-test .testimonial-quote {
  font-size: 150px;
  color: #d5d5d5;
  margin-top: 50px;
  line-height: 0;
}
#testimonials-page .testimonial-grid .card-test:nth-of-type(odd) .fa-star {
  color: #62bec1;
}
#testimonials-page .testimonial-grid #testimonial-image {
  min-width: 100px;
  height: 100px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
#testimonials-page .testimonial-grid #testimonial-image img {
  width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1275px) {
  #testimonials-page .testimonial-grid {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (max-width: 768px) {
  #testimonials-page .testimonial-grid {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}/*# sourceMappingURL=testimonialsPage.css.map */