.contentSliderContainer {
    padding: 40px 0px 60px
}

.contentSliderContainer .content-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.contentCarouselWrap .contentBox .content {
    padding: 0px 25px 20px;
    background-color: #fff;
    transition: .5s ease-out;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.05)
}

.contentCarouselWrap .owl-stage {
    padding-bottom: 30px
}

.contentCarouselWrap .contentBox {
    transition: .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-family: DINOT-Condmedium;
    font-size: 30px;
    line-height: 25px;
    letter-spacing: 0;
    font-weight: 200;
    margin-top: 0;
    color: #000;
    margin-bottom: 20px
}

.contentCarouselWrap .desc {
    font-family: DINOT-CondMedium;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: .075em;
    margin-bottom: 1.2rem;
    font-weight: normal;
    margin-bottom: 6px;
    color: #000
}

.contentCarouselWrap .learn-more {
    font-family: DINOT-CondMedium;
    background-color: transparent;
    border: 1px solid #000 !important;
    border-radius: 50px;
    padding: 10px 30px !important;
    margin: 20px 0;
    transition: .1s ease-in;
    font-weight: bold;
    letter-spacing: .01em;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
    color: #000;
    transition: .5s ease-out;
    display: inline-block;
    margin: 6px 0 7px 0
}

.contentCarouselWrap .learn-more .arrow {
    margin-left: 10px
}

.contentCarouselWrap .contentBox:hover .content {
    background: #1c2d47
}

.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: .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
}

.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: #1c2d47
}

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