
h2.carouseltitle {
font-weight:bold;
text-align:left;
line-height:1em;
letter-spacing: 0;
}

h2.carouseltitleover  {
font-weight:bold;
text-align:left;
line-height:1em;
}

.carouseldate {
padding-top:7px;
font-size:25px;
line-height:1.3em !important;
font-weight:bold;
text-transform:uppercase;
color:#000;
}

.carouseldateover  {
padding-top:7px;
font-size:25px;
line-height:1.3em !important;
font-weight:bold;
text-transform:uppercase;
color:#fff;
}

h3.carouselautor {
text-align:left;
font-weight:400;
color:#eee;
font-size:18px;
text-transform:capitalize;
}

.carrouselreadmore {
margin-top:15px;
text-align:right;
}

.carrouselreadmore i {
font-size:40px;
}

.service-section-two {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
   padding: 0px 0 0px; 
}
 .service-section-two .sec-title {
  margin-bottom: 54px;
}
.service-section-two .outer-box {
  overflow: hidden;
  position: relative;
  margin-right: -1px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: background-image 0.3s ease-in-out;
  transition: background-image 0.3s ease-in-out;
} 
.service-section-two .outer-box:before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), color-stop(49.89%, rgba(0, 0, 0, 0.42)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.42) 49.89%, rgba(0, 0, 0, 0) 100%);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.service-section-two .outer-box:hover .arrow-box {
  top: 30px;
}
.service-section-two .outer-box .swiper-horizontal {
  padding-bottom: 0;
}
.service-section-two .outer-box .arrow-box {
  position: absolute;
  top: -80px;
  right: 30px;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-section-two .outer-box .arrow-box .slider-prev,
.service-section-two .outer-box .arrow-box .slider-next {
 background-color:#fff;
  border-radius: 3px;
  font-size: 20px;
  height: 50px;
  line-height: 30px;
  width: 50px;
  font-family:font-awesome;
  color:#000;
  font-weight:100;
}

.service-block-two .inner-box {
  border-right: 1px solid #eee;
  overflow: hidden;
  position: relative;
  min-height: 670px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-end;
      -ms-flex-align: self-end;
          align-items: self-end;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 767.98px) {
  .service-block-two .inner-box {
    min-height: 500px;
  }
}
.service-block-two .inner-box:hover .overlay-content, .service-block-two .inner-box.active .overlay-content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
  background:#fff;
}
.service-block-two .inner-box:hover .content, .service-block-two .inner-box.active .content {
  opacity: 0;
  visibility: hidden;
}
.service-block-two .content {
  position: relative;
  padding: 43px 50px 71px;
  width: 100%;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .service-block-two .content {
    padding: 30px 30px 60px;
  }
}

.service-block-two .content .date {
  background-color:#fff;
  color: #000;
  font-size: 40px;
  height: 80px;
  text-align: center;
  width: 80px;
  margin-bottom: 16px;
}

.service-block-two .overlay-content {
  background-color:#fff;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 0;
  opacity: 0;
  padding: 40px 48px 34px;
  position: absolute;
  visibility: hidden;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  width: 100%;
  z-index: 1;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-box-align: center;
}
@media (max-width: 1299.98px) {
  .service-block-two .overlay-content {
    padding: 60px 30px 40px;
  }
}
.service-block-two .overlay-content .date {
  background-color:#000;
  color: var(--theme-color-white);
  font-size: 40px;
  height: 80px;
  text-align: center;
  width: 80px;
  margin-bottom: 16px;
}

