/* Carousel Title*/
 .sqs-block-content h2  {  
    font-size: 40px;
    color: #fff;
}

/* Carousel Sub Title*/
 .sqs-block-content h3  {  
    font-size: 30px;
    line-height: 30px;
    color: #fff;
}

/* Carousel Date*/
 .sqs-block-content h4  {  
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}

.sqs-block-button-container--center {
    text-align: center;
    margin-top: 30px;
}
/* Carousel more info*/
.sqs-block-button-container--center a {
    font-size: 15px;
    color: #338199;
    font-weight: 400;
    text-decoration: none;
    background-color: white;
    padding: 12px 22px 12px 22px;
    border-radius: 8px;
      -webkit-transition: all 0.3s 0s ease;
 -moz-transition: all 0.3s 0s ease;
 -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.sqs-block-button-container--center a:hover {
  background-color: #338199;
  color: white;
  padding: 13px 30px 13px 30px;
  border-radius: 12px;
  -webkit-transition: all 0.3s 0s ease;
 -moz-transition: all 0.3s 0s ease;
 -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.owl-item-bg {
	height: 100% !important;
}

.owl-carousel .owl-controls {
   /* top: 28% !important;*/
    opacity: 0.4;
}

  .owl-carousel {display:block !important;}
   .page-section[data-section-id="5fde9b46c18bd5077ca534fb"] .content-wrapper{padding: 0 !important;}
.page-section[data-section-id="5fde9b46c18bd5077ca534fb"] .sqs-block{padding: 0 !important;}

 .owl-overlay {
  background-color: #000;
  bottom: 0;left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;top: 0;z-index: 0;
  pointer-events: 
  none;
  z-index: 1;
}

.owl-carousel {position: relative;height: 362px;}
  .owl-carousel .sqs-block-content {margin: 0 auto; width: 80%;}
.owl-wrapper-outer {height: 100%;}
.owl-carousel div:not(.owl-controls) {height: 100%;}
.owl-carousel .owl-controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
 .owl-carousel .owl-controls .owl-buttons {z-index: 2;}
.owl-carousel .owl-controls .owl-buttons img {height: 40px; width: 40px;}
.owl-carousel .owl-controls .owl-buttons div {
  top: 50%;
  margin: 0;
  font-size: 35px;
   background-color: transparent;
  border: none;
  border-radius: 50%;
  transition: all .3s;
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
  opacity: .5;
  padding: 0;
}
.owl-carousel .owl-controls .owl-buttons .owl-prev {
  left: 35px;
}
.owl-carousel .owl-controls .owl-buttons .owl-next {
  right: 35px;
}
#owlCarousel, .owl-stage-outer, .owl-stage, .owl-item-bg, .owl-item {
    height: 100%;
    min-height: 200px;
}
.owl-item .owl-item-bg {
    width: 100%;
    display: inline-block;
    position: absolute;
    background-size: 100% 100%;
    background-position: center center;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}
  .owl-carousel div.owl--text a {background-image: none;}
.owl-carousel div.owl--text {
  display: none;
  width: 100%;
  height: auto;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
