/* owl carousel css */
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  outline: none;
}
/*------/ Owl carousel /------*/
/* carousel_se_01 */

.carousel_se_02 .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 42%;
  right: -40px;
  /* padding: 0px 15px 6px 15px !important; */
  /* background: rgb(255, 255, 255); */
  display: inline-block;
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 35px;
  line-height: 35px;
  color: rgb(174, 178, 219);
  /* box-shadow: 0 0 8px rgba(0, 0, 0, 0.25); */
}

.carousel_se_02 .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 42%;
  left: -40px;
  /* padding: 0px 15px 6px 15px !important; */
  /* background: rgb(255, 255, 255); */
  display: inline-block;
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 35px;
  line-height: 35px;
  color: rgb(174, 178, 219);
  /* box-shadow: 0 0 8px rgba(0, 0, 0, 0.25); */
}

/*common styling end*/

/*carousel_se_02 start*/
.carousel_se_02 {
  overflow: hidden;
}

.owl-carousel .owl-item .outside {
  height: 110px;
  width: 110px;
  display: inline;
}

.owl-carousel .owl-item .quotes {
  height: 40px;
  width: 40px;
}
.owl-carousel .owl-item .quotes-down {
  height: 40px;
  width: 40px;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: contents !important;
}
.embed-youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 1rem;
  
}

.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed {
  border-radius: 1rem;
  border: 0.2rem solid gainsboro;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
