@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
.slick-slide{
  width: 110px !important;
  margin-right: 76px;
}
/* setting the carousel-main div */
.carousel-main {
    font-family:Arial;
    width:634px;
    display:block;
    margin-bottom: 25px;
    margin-top: 25px;
    background-color: #f8f8f8;
   
  }  
   .carousel-main div {
    display: flex !important;
  } 
  /* setting the video-play div */
  .viewport{
    width:634px;
    background-color: #f8f8f8;
  }
  /* css for  thumbnail img  */
  .thumbnail img{
    width: 300px;
    border-radius: 5px;
    margin-top: 5px;
  }
  /* css carousel div */
  .homeslider{
    padding-left: 77px;
    width: 634px;
  }
  /* css for carousel arrows */
  .prev_arrow{
    z-index: 1;
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #fff;
    width: 33px;
    height: 111px;
    background-color: #0c875a;
    text-align: center;
    line-height: 104px;
    border-radius: 5px 0px 0px 5px;
    display: inline-block;
    cursor: pointer;
}
.next_arrow{
    position: absolute;
    bottom: 0px;
    right: 0px;
    color: #fff;
    width: 33px;
    height: 111px;
    background-color: #0c875a;
    text-align: center;
    line-height: 104px;
    border-radius: 0px 5px 5px 0px;
    display: inline-block;
    cursor: pointer;
}
/* css for slider-buttons slider-previous and slider-next  */
.slider-buttons {
    background-color: #0c875a;
    display: flex;
    justify-content: space-between;
    height: 35px;
    margin-top: -8px;
    border-radius: 0px 0px 5px 5px;
  }
  
  .slider-previous {
    font-family:Arial, Helvetica, sans-serif ;
    font-size: 13px;
    order: 1;
    border: none;
    background-color: #0c875a;
    color: white;
    border-right: 1.5px solid;
    border-radius: 0px 0px 0px 5px;
    padding: 5px 22px 24px 22px;
  }
  
  .slider-next {
    font-family:Arial, Helvetica, sans-serif ;
    font-size: 13px;
    order: 2;
    background-color: #0c875a;
    border: none;
    color: white;
    border-left: 1.5px solid;
    border-radius: 0px 0px 5px 0px;
    padding: 0 30px 0 25px;

  }
   /* css for overlay  */
.image-container {
  position: relative;
  z-index: 2;
}
.image-container.now-playing {
  filter: brightness(100%)}
.image-container.now-playing::before {
  content: "";
  position: absolute;
  border-radius: 5px;
  width: 100%;
  height: 95%;
  background-color: rgba(0, 0, 0, 0.6); 
  margin-top: 4px;
}

.image-container.now-playing::after {
  Content: "NOW PLAYING";
  font-size: 12px;
  position: absolute;
  bottom: 40%;
  right: 0%;
  left: 0%;
  text-align: center;
  background-color: transparent;
  color: #fff;
  transform: translate(-50%, -50%);
   transform: translateY(19%); 
  mix-blend-mode: hard-light;;
}
 .thumbnails {
    max-height: 315px ;
    overflow-y: visible !important;
} 
/*css  for label for image on the carousel  slider */
.slider-img-label{
    font-size: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Display 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 110px;
    line-height: 12px;
    font-weight: bold;
}
/*css  video title */
.thumbTitle{
font-size: 18px;
font-weight: bold;
padding: 10px 0px 14px 0px;
background-color: white;
}
.carousel-main .thumbnails {
  display: flex;
  flex-wrap: wrap;
}
.carousel-main .thumbnails .thumbnail .thumbImage {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.slick-track {
  width: 100% !important; 
}
.custom-padding {
  padding-left: 15px;
}
.custom-margin {
  margin-right: 15px;
}  
  /* ##Device = Laptops, Desktops-Responsive */
    @media (min-width: 1000px) and (max-width: 1200px) {
      .carousel-main {
        width: 539px;
      }
      .homeslider {
        padding-left: 58px;
        width: 539px;
      }
      .slick-slide {
        margin-right: 50px;
    }
   
    .viewport {
           width: 539px;
    }}
    @media (min-width: 900px) and (max-width: 1000px) {
      .carousel-main {
        width: 472px;
      }
      .homeslider {
        padding-left: 42px;
        width: 472px;
      }
      .slick-slide {
        margin-right: 28px;
    }
    .slider-img-label {
      padding-left: 8px
    }
    
    .viewport {
           width: 472px;
    }}
    @media (min-width: 825px) and (max-width: 900px) {
      .carousel-main {
        width: 400px;
      }
      .homeslider {
        padding-left: 55px;
        width: 400px;
      }
      .slick-slide {
        margin-right: 40px;
        margin-left: 15px;
    }
    .viewport {
           width: 400px;
    }}
    @media (min-width: 766px) and (max-width: 825px) {
      .carousel-main {
        width: 345px;
      }
      .homeslider {
        padding-left: 42px;
        width: 345px;
      }
      .slick-slide {
        width: 100px !important;
        margin-right: 40px;
        margin-left: 10px;
    }
    .slider-img-label {
      padding-left: 8px
    }
    .prev_arrow {
      height: 104px;
    }
    .next_arrow{
      height: 104px;
    }
    .viewport {
      width: 345px;
          
    }} 
     /* ##Device = Tablets, Ipads-Responsive */
    @media (min-width: 732px) and (max-width: 767px) {
      .carousel-main {
        width: 350px;
      }
      .homeslider {
        padding-left: 42px;
        width: 350px;
      }
      .slick-slide {
        width: 100px !important;
        margin-right: 40px;
        margin-left: 10px;
    }
    .slider-img-label {
      padding-left: 8px
    }
    .prev_arrow {
      height: 104px;
    }
    .next_arrow{
      height: 104px;
    }
    .viewport {
      width: 350px;
    }}
    @media (min-width: 600px) and (max-width: 732px) {
      .carousel-main {
        width: 539px;
      }
      .homeslider {
        padding-left: 58px;
        width: 539px;
      }
      .slick-slide {
        margin-right: 52px;
    }
    .viewport {
           width: 539px;
    }}
    @media (min-width: 490px) and (max-width: 600px) {
      .carousel-main {
        width: 425px;
      }
      .homeslider {
        padding-left: 60px;
        width: 425px;
      }
      .slick-slide {
        margin-right: 50px;
        margin-left: 15px;
    }
    .viewport {
           width: 425px;
    }}
          /* ##Device = Mobiles-Responsive */
    @media (min-width: 400px) and (max-width: 490px) {
      .carousel-main {
        width: 350px;
      }
      .homeslider {
        padding-left: 42px;
        width: 350px;
      }
      .slick-slide {
        width: 100px !important;
        margin-right: 40px;
        margin-left: 10px;
    }
    .slider-img-label {
      padding-left: 8px
    }
    .prev_arrow {
      height: 104px;
    }
    .next_arrow{
      height: 104px;
    }
    .viewport {
      width: 350px;
    }
      }  
      @media (min-width: 350px) and (max-width: 400px) {
        .carousel-main {
          width: 300px;
        }
        .homeslider {
          padding-left: 95px;
          width: 300px;
        }
        .slick-slide {
          margin-right: 95px;
      }
      .viewport {
        width: 300px;
      }
        }  
        @media (min-width: 280px) and (max-width: 350px) {
          .carousel-main {
            width: 270px;
          }
          .homeslider {
            padding-left: 80px;
            width: 270px;
          }
          .slick-slide {
            margin-right: 80px;
        }
        .viewport {
          width: 270px;
        }
          }  
        .youTube{
          border-radius: 5px;
        }
        .youTubeMulitVideo{
          border-radius: 5px 5px 0px 0px;
        }
        @media (min-width: 901px) and (max-width: 1000px) {
          .vimeoPlayer {
            height: 272px !important;
          }
        }
          @media (min-width: 825px) and (max-width: 900px) {
            .vimeoPlayer {
              height: 234px !important;
            }
          }
          @media (min-width: 767px) and (max-width: 824px) {
            .vimeoPlayer {
              height: 200px !important;
            }
          }
          @media (min-width: 755px) and (max-width: 766px) {
            .vimeoPlayer {
              height: 195px !important;
            }
          }
          @media (min-width: 736px) and (max-width: 754px) {
            .vimeoPlayer {
              height: 185px !important;
            }
          }
          @media (min-width: 736px) and (max-width: 735px) {
            .vimeoPlayer {
              height: 175px !important;
            }
          }
          @media (min-width: 601px) and (max-width: 612px) {
            .vimeoPlayer {
              height: 290px !important;
            }
          }
          @media (min-width: 492px) and (max-width: 600px) {
            .vimeoPlayer {
              height: 243px !important;
            }
          }
          @media (min-width: 412px) and (max-width: 491px) {
            .vimeoPlayer {
              height: 204px !important;
            }
          }
          @media (min-width: 401px) and (max-width: 411px) {
            .vimeoPlayer {
              height: 190px !important;
            }
          }
          @media (min-width: 350px) and (max-width: 400px) {
            .vimeoPlayer {
              height: 175px !important;
            }
          }
          @media (min-width: 316px) and (max-width: 349px) {
            .vimeoPlayer {
              height: 160px !important;
            }
          }
          @media (min-width: 285px) and (max-width: 315px) {
            .vimeoPlayer {
              height: 145px !important;
            }
          }
          @media (min-width: 285px) and (max-width: 284px) {
            .vimeoPlayer {
              height: 145px !important;
            }
          }
          @media (min-width: 261px) and (max-width: 284px) {
            .vimeoPlayer {
              height: 134px !important;
            }
          }
          @media (min-width: 200px) and (max-width: 260px) {
            .vimeoPlayer {
              height: 134px !important;
            }
          }
        