.anthemeblocks-homeslider-desc {
    position: absolute;
    top: 53%;
    left: 50%;
    max-width: 35%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.anthemeblocks-homeslider-desc h2{
    margin-bottom: 30px;
    font-weight: 400;
}
.anthemeblocks-homeslider-desc>.container { 
  position: relative;
  height: 100%;
}
.anthemeblocks-homeslider-desc .btn-primary{
    display: inline-block;
    color: #000000 !important;
    font-size: 16px;
    font-weight: 600;
    margin-top: 25px;
    padding: 14px 50px 14px 50px;
    border-radius: 40px;
    transition: 0.5s;
    text-align: center;
    text-transform: none;
}
.anthemeblocks-homeslider-desc .btn-primary:hover{
    color: #000 !important;
}
.anthemeblocks-homeslider-desc p{
    font-family: 'Raleway', sans-serif;
    line-height: 24px !important;
    padding-bottom: 20px;
    width: 75%;
    margin: 0 auto;
}
.anthemeblocks-reassurance{
    background: #000 !important
}
.anthemeblocks-reassurance-item span {
    font-family: 'Titillium Web', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400;
    transition: 0.3s;
    margin-top: 8%;
}
.anthemeblocks-homeslider.owl-carousel.owl-drag .owl-item .item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.anthemeblocks-homeslider.owl-carousel.owl-drag .owl-item .item img {
    width: auto; 
}
.anthemeblocks-homeslider_left { text-align: left; }
.anthemeblocks-homeslider_center { 
    text-align: center;
}
.anthemeblocks-homeslider_right { text-align: right; }
.anthemeblocks-homeslider .owl-prev,
.anthemeblocks-homeslider .owl-next {
  position: absolute;
  top: calc(50% - 15px);
  z-index: 2;
  cursor: pointer;
}
.anthemeblocks-homeslider .owl-prev i,
.anthemeblocks-homeslider .owl-next i { 
    display: none;
    font-size: 30px; 
}
.anthemeblocks-homeslider .owl-prev {
    display: none;
    left: 10px; 
}
.anthemeblocks-homeslider .owl-next { right: 10px; }
.anthemeblocks-homeslider .owl-stage-outer.disabled .owl-prev,
.anthemeblocks-homeslider .owl-stage-outer.disabled .owl-next { display: none; }
.anthemeblocks-homeslider .owl-dots {
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.anthemeblocks-homeslider.owl-dots_left .owl-dots { text-align: left; }
.anthemeblocks-homeslider.owl-dots_center .owl-dots { text-align: center; }
.anthemeblocks-homeslider.owl-dots_right .owl-dots { text-align: right; }
.anthemeblocks-homeslider.owl-dots_disabled .owl-dots {
    margin-bottom: 20px;
    text-align: center;
}
  
.anthemeblocks-homeslider .owl-dots .owl-dot {
 display: inline-block;
 zoom: 1;
 *display: inline;
}
.anthemeblocks-homeslider .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 10px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; }
.anthemeblocks-homeslider .owl-dots .owl-dot.active span,
.anthemeblocks-homeslider .owl-dots .owl-dot:hover span { background: #869791; }