/***=======================
/* Responsive
/*======================***/
@media (max-width: 991px) {
	  .row-eq-height {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-moz-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center ;
  }
  .row-eq-tab > div {
	-moz-box-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
  }
}
@media (max-width: 767px) {
  .social-icon {
    text-align: center;
  }
  .nav-menu {
    text-align: center;
  }
  .video-item {
    text-align: center;
  }
  .video-item img {
    width: 100%;
  }
  .video-item .text {
    margin-left: auto;
    margin-right: auto;
  }
  .footer-text .footer-contact-info li {
    padding-bottom: 30px;
  }
  .footer-text .footer-contact-info li span {
    float: none;
    display: block;
    padding: 0;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .our-client ul {
    display: block;
  }
  .our-client ul li {
    display: block;
    padding-bottom: 30px;
  }
  .popup-play-button {
    width: 4.5rem;
    height: 4.5rem;
  }
}
