#row-video p{
  text-align: center;
}
.play-button01 {
  width: 64px;
  height: 64px;
  background-color: #ee2e2a;
  display: inline-block;
  border-radius: 50%;
  position: relative;
}

.play-button01::before {
  content: "";
  background-color: inherit;
  opacity: 0.2;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-radius: 50%;
  animation: play-button01 2s infinite;
}

.play-button01 .icon {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left-color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -5px;
}

.rtl .play-button01 .icon {
  left: auto;
  right: 50%;
  margin: -10px -5px 0 0;
  border-right-color: #fff;
  border-left-color: transparent;
}

@-webkit-keyframes play-button01 {
  0% {
      opacity: .8;
      -webkit-transform: scale(1);
      transform: scale(1);
  }

  75% {
      opacity: 0;
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
  }

  100% {
      opacity: 0;
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
  }
}

@keyframes play-button01 {
  0% {
      opacity: .8;
      -webkit-transform: scale(1);
      transform: scale(1);
  }

  75% {
      opacity: 0;
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
  }

  100% {
      opacity: 0;
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
  }
}

.title-28 {
  font-size: 1.625rem;
  font-weight: 600;
  margin: 0 0 12px;
}

.title-28::after {
  content: "";
  height: 20px;
  width: 0;
  border-left: 2px solid #ee2e2a;
  display: block;
  margin: 30px auto 0;
}

@media only screen and (max-width: 767px) {
  .title-28 {
      font-size: 1.2rem;
  }
}

.title-27 {
  font-size: 2.25rem;
  font-weight: 600;
}

.title-27::after {
  content: "";
  width: 20px;
  border-bottom: 2px solid #ee2e2a;
  display: block;
  margin: 30px 0 50px;
}

@media only screen and (max-width: 767px) {
  .title-27 {
      font-size: 1.625rem;
  }
}

.title-32 {
  margin: 0 0 55px;
}

.title-32 small {
  font-size: 1.25rem;
  font-weight: 600;
  color: #ee2e2a;
  display: block;
}

.title-32 .title {
  font-size: 2.875rem;
  color: #272727;
  font-weight: 400;
}

.title-32 .title span {
  position: relative;
  white-space: nowrap;
}

.title-32 .title span::after {
  content: "";
  position: absolute;
  border-bottom: 4px solid #ee2e2a;
  left: 0;
  right: 0;
  bottom: 0;
}

.rtl .title-32 .title span::after {
  margin-bottom: 5px;
}

.is-light-text .title-32 small, .is-light-text .title-32 .title {
  color: #FFF;
}

.is-light-text .title-32 .title span::after {
  border-bottom-color: #FFF;
}

@media only screen and (max-width: 991px) {
  .title-32 .title {
      font-size: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .title-32 .title {
      font-size: 1.75rem;
  }
}

body .button-01 {
  border-radius: 3px;
  background-color: #ee2e2a;
  min-width: 150px;
  color: #FFF;
  font-family: var(--family2);
  font-weight: 400;
  padding-bottom: 2px;
}

body .button-01, body .button-01:link, body .button-01:active, body .button-01:visited {
  color: #FFF;
  transition: color ease-in 300ms, background-color ease-in 300ms;
}

body .button-01:hover {
  background-color: #c71813;
  text-decoration: none !important;
}

body .btn-color1.button-01 {
  background-color: #ee2e2a;
}

body .btn-color1.button-01:hover {
  background-color: #c71813;
}

body .btn-color2.button-01 {
  background-color: #c72d29;
}

body .btn-color2.button-01:hover {
  background-color: #fc4b46;
}

body .btn-color3.button-01 {
  background-color: #ee2e2a;
}

body .btn-color3.button-01:hover {
  background-color: #ff8330;
}

body .btn-color4.button-01 {
  background-color: #ffbc00;
}

body .btn-color4.button-01, body .btn-color4.button-01:link, body .btn-color4.button-01:active, body .btn-color4.button-01:visited {
  color: #272727;
  transition: color ease-in 300ms, background-color ease-in 300ms;
}

body .btn-color4.button-01:hover {
  background-color: #ffcc3e;
}

body .btn-color5.button-01 {
  background-color: #ffffff;
}

body .btn-color5.button-01, body .btn-color5.button-01:link, body .btn-color5.button-01:active, body .btn-color5.button-01:visited {
  color: #ee2e2a;
}

body .btn-color5.button-01:hover {
  background-color: #ffffff;
}

body .btn-color6.button-01 {
  background-image: linear-gradient(to right, #ee2e2a, #fa4c4b);
  transition: all ease-in 300ms;
}

body .btn-color6.button-01:hover {
  filter: brightness(120%);
}

.portfolio-carousel04 .item-box {
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  background-color: #FFF;
  margin: 0px 15px 30px;
  height: calc(100% - 30px);
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  text-align: center;
}

.portfolio-carousel04 .pic {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  margin: -1px -1px 0;
}

.portfolio-carousel04 .pic img {
  width: 100%;
}

.portfolio-carousel04 .title {
  font-size: 1.25rem;
  padding: 26px 10px 3px;
  margin: 0;
}

.portfolio-carousel04 .position {
  color: #fa4c4b;
  margin: 0 15px 15px;
}

.portfolio-carousel04 .description {
  padding: 0 30px 55px;
}

.portfolio-carousel04 table {
  width: 100%;
}

.portfolio-carousel04 td:first-child {
  text-align: left;
}

.portfolio-carousel04 td:last-child {
  text-align: right;
}

.portfolio-carousel04 .link-button {
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: var(--family2);
  background-color: #ee2e2a;
  padding: 0px 25px;
  color: #FFF;
  white-space: nowrap;
  position: absolute;
  z-index: 2;
  bottom: -25px!important;
  left: 50%;
  transform: translateX(-50%);
  transition: all ease-in 300ms;
  border-radius: 4px;
}

.portfolio-carousel04 .link-button:hover {
  background-color: #c71813;
}

.portfolio-carousel04.easy-carousel .carousel-pagination {
  text-align: center;
  margin-top: 50px;
}

.portfolio-carousel04.easy-carousel .pagination-bullet {
  width: 11px;
  height: 11px;
  border-radius: 12px;
  border: none;
  background: #d1d1d1;
  box-shadow: none;
  opacity: 1;
  margin: 0px 8px 8px;
  position: relative;
}

.portfolio-carousel04.easy-carousel .pagination-bullet.active {
  background: #ee2e2a;
  width: 47px;
}