/*body {font-family: Arial, Helvetica, sans-serif;}*/

#video_img {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

/*#video_img:hover {opacity: 0.7;}*/

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  z-index: 10000;
}

/* Modal Content (image) */
.video_myModal_content {
  margin: auto;
  display: block;
}

/* video_caption of Modal Image */
#video_caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.video_myModal_content, #video_caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The video_close Button */
.video_close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.video_close:hover,
.video_close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .video_myModal_content {
    width: 100%;
  }
}

/*video end*/

#carousel_1 .owl-prev i, #carousel_1 .owl-next i 
{
  /* transform : scale(1,6);  */
  color: #fff; 
  font-size: 38px;  
  background-color: #6e3c82;
}

.owl-prev i, .owl-next i 
{
  /* transform : scale(1,6);  */
  color: #fff; 
  font-size: 38px;  
  /* background-color: #6e3c82; */
}

.numbertext {
  /* color: #f2f2f2; */
  color: #fff;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 80%;
  /* background: #24BEC5; */
  background: #208284;
  /* modified by dicky 20220721 */
  right: 40px;
  /*  end of  */
}

.owl-theme .owl-nav [class*=owl-]:hover {
     background: unset; 
    color: #FFF;
    text-decoration: none;
    border: 0 solid #fff;
}

.stopPlay {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 77.8%;
    margin-left: -20px;
    display: block !important;
    border: 0px solid #24BEC5;
    left: 110px;
    z-index: 1;
    background: none;
    color: #fff;
}

#carousel_1 .owl-prev i, #carousel_1 .owl-next i {
    background-color: #24BEC5;
}
/*slidershow end*/
