.contentSliderContainer{
  padding: 40px 0px 20px;
}
.contentSliderContainer .content-link{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.contentCarouselWrap .contentBox .content{
      padding: 25px 25px 50px;
    background-color: #fff;
    transition: 0.5s ease-out;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
       text-align: left;
      box-shadow: 0 3px 5px 0 rgba(0,0,0,0.05);
}
.contentCarouselWrap .owl-stage{
  padding-bottom: 30px;
}
.contentCarouselWrap .contentBox 
{
    transition: 0.5s ease-out;
  border-radius: 5px;
}
.contentCarouselWrap .contentBox .content-img img{
  border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  height: auto;
}
.contentCarouselWrap .tag_wrap{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.contentCarouselWrap .tag-img{
  margin-right: 10px;
}
.contentCarouselWrap .tag-name{
  font-size: 14px;
    line-height: 21px;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.contentCarouselWrap h3.title{
  font-size: 23px !important;
    letter-spacing: 0;
    font-weight: 500 !important;
    margin-top: 0;
    color: #424A4D !important;
    margin-bottom: 20px;
    line-height: 1.1 !important;
}
.contentCarouselWrap .desc
{
  font-size: 13px;
    line-height: 19px;
    letter-spacing: .075em;
    margin-bottom: 1.2rem;
    font-weight: normal;
    margin-bottom: 6px;
      color: #4b6464;
}
.contentCarouselWrap .learn-more{
    background-color: transparent;
    border: 0 !important;
    padding: 0;
    margin: 20px 0;
    transition: 0.1s ease-in;
    font-weight: bold;
    letter-spacing: .01em;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
    color: #4b6464;
    transition: 0.5s ease-out;
    display: inline-block;
    margin: 6px 0 7px 0;
   
}
.contentCarouselWrap .learn-more .arrow{margin-left: 10px;}
.contentCarouselWrap .contentBox:hover .content{
  background: #109fbf;
}
.contentCarouselWrap .contentBox:hover h3 {
  color: #fff !important;
}
.contentCarouselWrap .contentBox:hover .desc,
.contentCarouselWrap .contentBox:hover h3.title,
.contentCarouselWrap .contentBox:hover .tag-name{
  color: #fff;
}

.contentCarouselWrap .contentBox:hover .learn-more,
.contentCarouselWrap .learn-more:hover
{
    display: inline-block;border: 0 !important;
    border-radius: 3px;
    padding: 19px 40px 17px 40px;
    margin: 20px 0;
    transition: 0.1s ease-in;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.05);
    padding: 8px 20px;
    margin: 6px 0 0 0;
  background: #EB8011 !important;
}
.contentCarouselWrap .contentBox:hover .learn-more .arrow,
.contentCarouselWrap .learn-more:hover .arrow{
  color: #fff !important;
}

.contentSliderContainer .view-all-btn{
  text-align: center;
  margin-top: 50px;
}
.contentSliderContainer .owl-dots{
  text-align: center;
  margin-top: 30px;
}
.contentSliderContainer .owl-dots div{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #CFCFCF;
  display: inline-block;
  margin-left: 10px;
}
.contentSliderContainer .owl-dots div.active, .contentSliderContainer .owl-dots div:hover{
  background-color: #929292;
}

.contentSliderContainer .owl-dots div:first-child{
  margin-left: 0;
}

/** mobile styles **/
@media (max-width: 576px) {
  .owl-stage {
    transform: none !important;
    transition: all 0s ease 0s;
    width: 100% !important;
  }
  
  .owl-item {
    margin-bottom: 25px;
  }
  .contentCarouselWrap .contentBox {
    margin-bottom: 25px;
  }
}
