:root {
    --main-color: #FF4A17;
    --header-white: #FEFEFE;
}

.cs-section_heading.cs-style1 .cs-section_subtitle.code_color {
    color: var(--main-color) !important;
}

.our-story-img {
    filter: grayscale(100%);
}

.ourclients-img-bx {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

}

.ourclients-img-bx img {
    width: 150px;
    box-shadow: rgba(255, 74, 23, 0.7) 0px 0px 20px;
    transition: all 0.4s ease;
}

.ourclients-img-bx img:hover {
    transform: scale(1.06);
}

/* VIDEO GALLERY SART */

.video-container {
  width: 350px;
  height: 450px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background: #181818;
  padding: 5px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

video {
  width: 100%;
  height: 100%;
}

/* VIDEO GALLERY END */


@media(max-width: 778px) {

    .cs-hero.cs-style4 .cs-swiper_parallax_bg video,
    .cs-hero.cs-style5 .cs-swiper_parallax_bg video {
        height: auto;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}