.glbVidTestimonialsV2 {
  padding: 80px 0;
}

.glbVidTestimonialsV2 .glbVidTestiV2HeadWrap {
  text-align: center;
}

.glbVidTestimonialsV2 .glbVidTestiV2HeadWrap h2 {
  font-weight: 800;
  font-size: 36px;
  color: #0E134F;
}

.glbVidTestimonialsV2 .glbVidTestiV2MainWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.glbVidTestimonialsV2 .glbVidTestiV2MainWrap .testimonialsWrap {
  max-width: 310px;
  margin: 50px 20px 0;
}

.glbVidTestimonialsV2 .glbVidTestiV2MainWrap .testimonialsWrap .testimonialImageWrap {
  position: relative;
}

.glbVidTestimonialsV2 .glbVidTestiV2MainWrap .testimonialsWrap .testimonialImageWrap .playBtn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  margin: auto;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9;
}

.glbVidTestimonialsV2 .glbVidTestiV2MainWrap .testimonialsWrap .testimonialImageWrap .playBtn i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 20px;
  color: #2f39bf;
  text-align: center;
  line-height: 70px;
  width: 70px;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.glbVidTestimonialsV2 .glbVidTestiV2MainWrap .testimonialsWrap .testimonialImageWrap .playBtn:hover i {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.glbVidTestimonialsV2 .glbVidTestiV2MainWrap .testimonialsWrap .testimonialImageWrap img {
  max-width: 310px;
  border-radius: 6px;
}

.glbVidTestimonialsV2 .glbVidTestiV2MainWrap .testimonialsWrap .testimonialContentWrap {
  margin-top: 25px;
}

.glbVidTestimonialsV2 .glbVidTestiV2MainWrap .testimonialsWrap .testimonialContentWrap p {
  font-weight: 400;
  font-size: 18px;
  color: #42526E;
  margin: 0;
}

.glbVidTestimonialsV2 .glbVidTestiV2MainWrap .testimonialsWrap .testimonialContentWrap h4 {
  font-weight: 700;
  font-size: 20px;
  color: #0E134F;
  margin: 20px 0 0;
}

.glbVidTestimonialsV2 .glbVidTestiV2MainWrap .testimonialsWrap .testimonialContentWrap h5 {
  font-weight: 400;
  font-size: 16px;
  color: #42526E;
  margin: 5px 0 0;
}

.glbVdeoTstml3Sec {
  padding: 80px 0;
}

.glbVdeoTstml3Sec .topContent h2 {
  color: #0a1e43;
  font-size: 36px;
  font-weight: 800;
  margin: 0 0 10px;
}

.glbVdeoTstml3Sec .topContent p {
  color: #42526e;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 10px;
}

.glbVdeoTstml3Sec .glbVdeoTstml3Wrap {
  margin: 80px auto 0;
  max-width: calc(100% - 80px);
}

.glbVdeoTstml3Sec .glbVdeoTstml3Wrap.glbVdeoTstml3-wo-slider {
  max-width: 100%;
  margin-top: 0;
}

.glbVdeoTstml3Sec .glbVdeoTstml3Wrap .glbVdeoTstml3Box .imageWrap {
  margin-right: 80px;
}

.glbVdeoTstml3Sec .glbVdeoTstml3Wrap .glbVdeoTstml3Box .imageWrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#B764D8), to(rgba(183, 100, 216, 0)));
  background: linear-gradient(180deg, #B764D8 0%, rgba(183, 100, 216, 0) 100%);
  left: 0;
  right: 0;
  width: 100%;
  top: 50%;
  bottom: 0;
  height: auto;
  -webkit-transform: rotate(180deg) translate(10%, -30px);
          transform: rotate(180deg) translate(10%, -30px);
  border-radius: 6px;
}

.glbVdeoTstml3Sec .glbVdeoTstml3Wrap .glbVdeoTstml3Box .imageWrap .playBtn i {
  color: #B764D8;
}

.glbVdeoTstml3Sec .glbVdeoTstml3Wrap .carousel-control {
  display: none;
}

.glbVdeoTstml3Sec .glbVdeoTstml3Wrap .carousel-indicators li.active {
  background: #B764D8;
}

.glbVdeoTstml3Box .contentWrap i svg path {
  fill: #B764D8;
}

#glbVdeoTstml3Modal.modal {
  overflow-y: hidden;
}

.glbVdeoTstml3-wo-slider .glbVdeoTstml3Box .imageWrap::before {
  display: none;
}

.glbVdeoTstml3Box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.glbVdeoTstml3Box .imageWrap {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  position: relative;
  border-radius: 8px;
  margin-right: 50px;
}

.glbVdeoTstml3Box .imageWrap img {
  border-radius: 8px;
}

.glbVdeoTstml3Wrap .carousel-inner {
  overflow: visible;
}

.glbVdeoTstml3Wrap .item.active .glbVdeoTstml3Box .imageWrap img {
  -webkit-animation: animateOpc 1s linear forwards;
          animation: animateOpc 1s linear forwards;
}

@-webkit-keyframes animateOpc {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes animateOpc {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.glbVdeoTstml3Wrap .item.active .glbVdeoTstml3Box .contentWrap i,
.glbVdeoTstml3Wrap .item.active .glbVdeoTstml3Box .contentWrap p {
  -webkit-animation: animateTop 1s linear forwards;
          animation: animateTop 1s linear forwards;
}

@-webkit-keyframes animateTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes animateTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.glbVdeoTstml3Wrap .item.active .glbVdeoTstml3Box .contentWrap .authorImage,
.glbVdeoTstml3Wrap .item.active .glbVdeoTstml3Box .contentWrap .authorName,
.glbVdeoTstml3Wrap .item.active .glbVdeoTstml3Box .contentWrap .authorInfo {
  -webkit-animation: animateBot 1s linear forwards;
          animation: animateBot 1s linear forwards;
}

@-webkit-keyframes animateBot {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes animateBot {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.glbVdeoTstml3Box .imageWrap .playBtn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  margin: auto;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9;
}

.glbVdeoTstml3Box .imageWrap .playBtn i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 20px;
  color: #2f39bf;
  text-align: center;
  line-height: 70px;
  width: 70px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.glbVdeoTstml3Box .imageWrap .playBtn:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.glbVdeoTstml3Box .imageWrap .playBtn:hover i {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.glbVdeoTstml3Box .contentWrap {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}

.glbVdeoTstml3Box .contentWrap i {
  font-size: 60px;
  line-height: 50px;
  color: rgba(66, 82, 110, 0.1);
}

.glbVdeoTstml3Box .contentWrap p {
  font-weight: 300;
  font-size: 26px;
  line-height: 40px;
  color: #0e134f;
  margin: 10px 0 20px;
}

.glbVdeoTstml3Box .contentWrap .authorImage {
  width: 65px;
  height: 65px;
  border-radius: 50%;
}

.glbVdeoTstml3Box .contentWrap .authorName {
  font-weight: 700;
  font-size: 20px;
  margin: 15px 0 0;
  color: #0a1e43;
}

.glbVdeoTstml3Box .contentWrap .authorInfo {
  font-size: 14px;
  font-weight: 300;
  color: rgba(66, 82, 110, 0.5);
}

.glbVdeoTstml3Wrap .carousel-indicators {
  position: relative;
  margin: 40px 0 0;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
}

.glbVdeoTstml3Wrap .carousel-indicators li {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: rgba(66, 82, 110, 0.25);
  width: 12px;
  height: 12px;
  margin: 0 2px;
}

.glbVdeoTstml3Wrap .carousel-indicators li.active {
  background: #fbd808;
}

.glbVdeoTstml3Wrap .carousel-control {
  top: 40%;
  width: 20px;
}

.glbVdeoTstml3Wrap .carousel-control i {
  font-size: 30px;
  color: #42526e;
}

.glbVdeoTstml3Wrap .carousel-control.right {
  right: -50px;
}

.glbVdeoTstml3Wrap .carousel-control.left {
  left: -50px;
}

body.modal-open {
  padding: 0 !important;
}

#glbVdeoTstml3Modal.modal {
  text-align: center;
  padding: 0 !important;
}

#glbVdeoTstml3Modal.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

#glbVdeoTstml3Modal .modal-dialog {
  display: inline-block;
  vertical-align: middle;
}

#glbVdeoTstml3Modal .modal-backdrop.in {
  background-color: rgba(0, 0, 0, 0.9);
}

#glbVdeoTstml3Modal .modal-dialog {
  width: 800px;
  height: auto;
}

#glbVdeoTstml3Modal .modal-body {
  padding: 0;
}

#glbVdeoTstml3Modal .modal-backdrop {
  background-color: #000;
}

#glbVdeoTstml3Modal .modal-content {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

.opacity-animate3 {
  -webkit-animation: opt-animation3 1s;
  animation: opt-animation3 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes opt-animation3 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes opt-animation3 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

#glbVdeoTstml3Modal.modal {
  text-align: center;
  padding: 0 !important;
}

#glbVdeoTstml3Modal.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

#glbVdeoTstml3Modal .modal-dialog {
  display: inline-block;
  vertical-align: middle;
}

#glbVdeoTstml3Modal .modal-backdrop.in {
  background-color: rgba(0, 0, 0, 0.9);
}

#glbVdeoTstml3Modal .modal-dialog {
  width: 800px;
  height: auto;
}

#glbVdeoTstml3Modal .modal-body {
  padding: 0;
}

#glbVdeoTstml3Modal .modal-backdrop {
  background-color: #000;
}

#glbVdeoTstml3Modal .modal-content {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

@media (max-width: 992px) {
  .glbVdeoTstml3Box .contentWrap p {
    font-size: 18px;
    line-height: 28px;
  }
  .glbVdeoTstml3Box .contentWrap .authorName {
    font-size: 16px;
  }
  .glbVdeoTstml3Sec {
    padding: 40px 0;
  }
  .glbVdeoTstml3Sec .topContent h2 {
    font-size: 28px;
  }
  .glbVdeoTstml3Sec .topContent p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .glbVdeoTstml3Sec .glbVdeoTstml3Wrap .glbVdeoTstml3Box .imageWrap {
    margin-right: 30px;
  }
  #glbVdeoTstml3Modal .modal-dialog {
    max-width: 80%;
  }
  .glbVdeoTstml3Sec .glbVdeoTstml3Wrap .glbVdeoTstml3Box .imageWrap::before {
    display: none;
  }
}

@media (max-width: 550px) {
  .glbVdeoTstml3Sec .glbVdeoTstml3Wrap .glbVdeoTstml3Box .imageWrap {
    margin: 0 auto 30px;
  }
  .glbVdeoTstml3Box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 490px;
    margin: 30px auto 0;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
  }
  .glbVdeoTstml3Box .imageWrap {
    margin: 0 0 20px;
  }
  .glbVdeoTstml3Box .contentWrap {
    padding: 20px;
  }
  .glbVdeoTstml3Wrap {
    max-width: 100%;
    margin: 80px 0 0;
  }
}
/*# sourceMappingURL=global_video_testimonial3.css.map */