.testimonials_body_colum {
  width: 880px;
  max-width: 100%;
  margin: 0px auto;
}

#testimonials_body_home.owl-carousel {
  margin: 0px;
}
#testimonials_body_home.owl-carousel .item {
  width: 100%;
  margin: 0px;
}

.testimonials_body {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -60px 0px;
  /*.video_item_inner_has_img::before {
      background: rgba(41,33,36,0.2);
      content: "";
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
  }*/
}
@media all and (max-width: 1024px) {
  .testimonials_body {
    padding: 0px 15px;
  }
}
@media screen and (max-width: 500px) {
  .testimonials_body {
    margin: 0px -10px 0px;
    padding: 0px;
  }
}
.testimonials_body .play-video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.testimonials_body .play-video svg {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 25px;
  height: 25px;
  fill: #130e0d;
  margin-left: 7px;
}
.testimonials_body .owl-controls .owl-nav div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media all and (max-width: 1024px) {
  .testimonials_body .owl-controls .owl-nav div {
    width: 30px;
    height: 30px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    top: 53%;
    transform: translateY(-53%);
  }
}
@media screen and (max-width: 500px) {
  .testimonials_body .owl-controls .owl-nav div {
    display: none !important;
  }
}
.testimonials_body .owl-controls .owl-nav div svg {
  width: 1.563vw;
  height: 3.125vw;
  fill: #333;
}
@media all and (max-width: 1024px) {
  .testimonials_body .owl-controls .owl-nav div svg {
    width: 12px;
    height: 20px;
  }
}
.testimonials_body .owl-controls .owl-nav div:hover svg {
  fill: var(--main-color);
}
.testimonials_body .owl-controls .owl-nav .owl-prev {
  left: -7.813vw;
}
@media all and (max-width: 1400px) {
  .testimonials_body .owl-controls .owl-nav .owl-prev {
    left: -4.813vw;
  }
}
@media all and (max-width: 1024px) {
  .testimonials_body .owl-controls .owl-nav .owl-prev {
    left: -10px;
  }
}
.testimonials_body .owl-controls .owl-nav .owl-next {
  right: -7.813vw;
}
@media all and (max-width: 1400px) {
  .testimonials_body .owl-controls .owl-nav .owl-next {
    right: -4.813vw;
  }
}
@media all and (max-width: 1024px) {
  .testimonials_body .owl-controls .owl-nav .owl-next {
    right: -10px;
  }
}
@media all and (max-width: 1024px) {
  .testimonials_body .owl-controls .owl-nav .disable_next {
    opacity: 0.5;
  }
}
.testimonials_body .video_item_inner_has_img {
  position: relative;
  overflow: hidden;
  max-height: 330px;
}
.testimonials_body .video_item_inner_has_img:hover .play-video {
  background-color: #ff0000;
}
.testimonials_body .video_item_inner_has_img:hover .play-video svg {
  fill: #fff;
}
.testimonials_body .video_item_inner_has_img img {
  min-height: 161px;
  filter: brightness(0.5);
  width: 100%;
  transition: 0.5s all ease;
}
@media screen and (max-width: 768px) {
  .testimonials_body .video_item_inner_has_img img {
    height: auto;
  }
}
.testimonials_body .video_item:hover svg#icon_play {
  fill: #fff;
}
.testimonials_body .video_item:hover .video_item_inner_has_img::after {
  transition: 0.35s ease-in-out all;
  color: var(--extra-color);
}
.testimonials_body .video_item:hover img {
  moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.testimonials_body .item {
  width: calc(50% - 120px);
  margin: 0px 60px;
}
@media screen and (max-width: 500px) {
  .testimonials_body .item {
    width: calc(50% - 20px);
    margin: 0px 10px;
  }
}
.testimonials_body .item .video_item {
  box-sizing: border-box;
  /* border: 1px solid #ddd; */
  border-radius: 5px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .testimonials_body .item .video_item {
    /*padding: 10px 10px 5px 10px;*/
  }
}
@media screen and (max-width: 500px) {
  .testimonials_body .item .video_item {
    margin-bottom: 10px;
  }
}
.testimonials_body .item .summary {
  /*padding: 10px;*/
  box-sizing: border-box;
  position: relative;
  /*font-style: italic;*/
  color: #5a5a5a;
  /*text-align: justify;*/
}
@media screen and (max-width: 768px) {
  .testimonials_body .item .summary {
    text-align: justify;
  }
}
.testimonials_body .item .summary:before {
  position: absolute;
  content: "";
  top: 0px;
}
.testimonials_body .item .summary .quotes {
  display: block;
  margin: 20px 0px;
}
@media all and (max-width: 1024px) {
  .testimonials_body .item .summary .quotes {
    margin: 10px 0px;
  }
}
.testimonials_body .item .summary svg {
  width: 46px;
  height: 42px;
  fill: #d8d8d8;
  display: block;
}
@media all and (max-width: 1024px) {
  .testimonials_body .item .summary svg {
    width: 20px;
    height: 23px;
  }
}
.testimonials_body .item .summary .quotes-left {
  top: 12px;
  left: -13px;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .testimonials_body .item .summary .quotes-left {
    top: 6px;
    left: -7px;
  }
}
.testimonials_body .item .summary .quotes-right {
  bottom: 12px;
  right: -13px;
}
@media screen and (max-width: 768px) {
  .testimonials_body .item .summary .quotes-right {
    bottom: 6px;
    right: -7px;
  }
}
.testimonials_body .item .bottom-item {
  display: flex;
  align-items: center;
}
.testimonials_body .item .bottom-item img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
@media all and (max-width: 1024px) {
  .testimonials_body .item .bottom-item img {
    width: 66px;
    height: 66px;
  }
}
.testimonials_body .item .bottom-item .info {
  width: calc(100% - 100px);
  float: right;
  text-align: left;
  margin-left: 20px;
}
@media all and (max-width: 1024px) {
  .testimonials_body .item .bottom-item .info {
    width: calc(100% - 80px);
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .testimonials_body .item .bottom-item .info {
    margin-top: 14px;
  }
}
.testimonials_body .item .bottom-item .name {
  font-weight: 450;
  font-size: 20px;
  margin-bottom: 8px;
  line-height: 1.1;
}
@media all and (max-width: 1024px) {
  .testimonials_body .item .bottom-item .name {
    font-size: 18px;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 768px) {
  .testimonials_body .item .bottom-item .name {
    font-size: 17px;
  }
}
.testimonials_body .item .bottom-item .more_info {
  font-size: 14px;
  color: #646464;
}
@media all and (max-width: 1024px) {
  .testimonials_body .item .bottom-item .more_info {
    font-size: 14px;
  }
}

@media all and (max-width: 768px) {
  /*.testimonials_body_colum{
  	overflow-y: hidden;
     	overflow-x: auto;
  }
  .testimonials_body{
      	width: 1000px;
      	margin-bottom: 30px;
     }*/
}
.button-center {
  margin: 0px auto;
}

.disable_next {
  pointer-events: none;
  cursor: not-allowed;
  /*opacity: 0.5;*/
  text-decoration: none;
}
.disable_next svg {
  fill: rgb(197, 197, 197) !important;
}/*# sourceMappingURL=column.css.map */