.find-more {
    padding: 60px 0;
    background-color: #1d1e1f;
    color: #b9b9b9;
    text-align: center;
}
.find-more h2 {
    font-weight: 400;
    font-size: 30px;
    color: #fff;
    margin-bottom: 50px;
}
.find-more .find-more-carousel .item-content {
    overflow: hidden;
    display: block;
}
.find-more .find-more-carousel .item-content .hover-item {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.find-more .find-more-carousel .item-content .search {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: #1d1e1f;
    opacity: 0;
    -webkit-border-radius: 5em;
    border-radius: 5em;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.find-more .find-more-carousel .item-content .fa-search {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 25px;
    color: #fff;
}
.find-more .find-more-carousel .item-content .image-video {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-color: #1d1e1f;
}
.find-more .find-more-carousel .item-content .image-video img {
    width: 100%}
.find-more .find-more-carousel .item-content .image-video .find-more-container {
    width: 100%;
    background-color: #1d1e1f;
}
.find-more .find-more-carousel .item-content .image-video .find-more-container-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1d1e1f;
}
.find-more .find-more-carousel .item-content .image-video .find-more-container {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.find-more .find-more-carousel .item-content .image-video .find-more-container video {
    width: 100%}
.find-more .find-more-carousel .item-content:hover .hover-item {
    opacity: 0;
}
.find-more .find-more-carousel .item-content:hover .search {
    opacity: .8;
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    -ms-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3);
}
.find-more .owl-carousel .owl-nav button.owl-next, .find-more .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #1d1e1f;
    color: #fff;
    border: 3px solid #fefefe;
    width: 40px;
    height: 40px;
    opacity: .8;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.find-more .owl-carousel .owl-nav button.owl-next:hover, .find-more .owl-carousel .owl-nav button.owl-prev:hover {
    opacity: 1;
    -webkit-transform: translateY(-48%);
    -ms-transform: translateY(-48%);
    transform: translateY(-48%);
}
.find-more .owl-carousel .owl-nav button.owl-prev {
    left: 15px;
}
.find-more .owl-carousel .owl-nav button.owl-next {
    right: 15px;
}
.find-more .owl-carousel .owl-dots {
    margin-top: 20px;
    text-align: center;
}
.find-more .owl-carousel button.owl-dot span {
    -webkit-border-radius: 5em;
    border-radius: 5em;
    background-color: #b9b9b9;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 8px;
}
.find-more .owl-carousel button.owl-dot.active span {
    background-color: #18b0e2;
}
.find-more>a {
    display: inline-block;
    font-size: 18px;
    /*border-bottom: 1px solid #18b0e2;*/
    line-height: 1.2;
    letter-spacing: .05em;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.find-more>a:hover {
    text-decoration: none;
    border-bottom: none;
}