.product-box {
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  border-bottom: 2px solid #CCCCCC; }
  .product-box .load-img {
    width: 100%; }
  .product-box .load-img {
    -webkit-transition: all 350ms ease-out 0s;
    -o-transition: all 350ms ease-out 0s;
    transition: all 350ms ease-out 0s; }
  .product-box:hover .load-img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03); }
  .product-box:hover {
    border-color: #ED2F3A; }
  .product-box:hover .product-info {
    text-decoration: none;
    color: #ED2F3A; }

.product-img {
  position: relative;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  -moz-transition: opacity 0.3s ease-in-out 0s;
  -o-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s;
  border-bottom: 1px solid #EDEDED;
  display: block; }

.product-info {
  position: relative;
  font-size: 16px;
  color: #333333;
  text-align: center;
  padding: 10px 0; }
  .product-info .product-name {
    font-weight: normal; }

.product-fabrics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center; }
  .product-fabrics li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    font-size: 14px;
    margin-bottom: 4px;
    border-right: 1px solid #ccc; }
    .product-fabrics li:last-child {
      border-right: none; }

.services-tabs {
  margin: 0;
  padding: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden; }

.service-icon {
  width: 50px;
  height: 50px;
  fill: #ED2F3A;
  vertical-align: middle; }

.services-tabs li {
  color: #333333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 13px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  white-space: nowrap; }
  .services-tabs li + li {
    border-left: 1px solid #CCCCCC; }
  @media (max-width: 767px) {
    .services-tabs li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      margin-bottom: -1px;
      margin-left: -1px;
      border-left: 1px solid #CCCCCC;
      border-bottom: 1px solid #CCCCCC;
      padding: 15px; }
      .services-tabs li .service-icon {
        margin-bottom: 0; } }

.services-tabs .services-icon {
  display: block;
  margin: 10px auto; }

.dark-gray-bg {
  background-color: #262427; }

.abouts-section {
  line-height: 24px;
  padding: 60px;
  position: relative;
  z-index: 99;
  color: #999999; }
  @media (max-width: 991px) {
    .abouts-section {
      padding: 20px; } }

.abouts-img {
  position: relative;
  z-index: 99; }

.play-btn {
  background-color: transparent;
  border: none; }

.play-btn i {
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  font-size: 16px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  display: inline-block; }

.play-btn {
  margin-top: 50px;
  margin-bottom: 60px;
  display: inline-block; }

.play-btn i {
  line-height: 80px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .play-btn i:before {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 30px solid #D8433C;
    border-bottom: 20px solid transparent;
    content: "";
    margin-left: 6px; }

.play-btn i::after {
  content: '';
  border: 5px solid;
  width: 150%;
  height: 150%;
  border-radius: 50%;
  border-color: #fff;
  position: absolute;
  left: -25%;
  top: -25%;
  opacity: 1;
  -webkit-animation: 1s videomodule-anim linear infinite;
  animation: 1s videomodule-anim linear infinite; }

@-webkit-keyframes videomodule-anim {
  0% {
    -webkit-transform: scale(0.68);
    transform: scale(0.68); }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; } }

@keyframes videomodule-anim {
  0% {
    -webkit-transform: scale(0.68);
    transform: scale(0.68); }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; } }

.video-container {
  position: relative; }

.youtube-player .play-btn {
  width: 80px;
  height: 80px;
  line-height: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  position: absolute;
  padding: 0;
  cursor: pointer;
  text-align: center; }
