.info-carousel .arrow-slide.fa-arrow-left {
    right: 60px;
}
.info-carousel {
    position: relative;
}
.info-carousel i.arrow-slide {
    position: absolute;
    right: 20px;
    bottom: -50px;
    font-size: 26px;
    z-index: 20;
    cursor:pointer;
    opacity: 0.3;
}
.info-carousel i.arrow-slide:hover {
    opacity: 1;
}
.info-carousel .slick-dots {
    bottom: -45px;
}
.info-carousel ul.slick-dots li.slick-active {
    color: #0093CE;
}
.info-carousel ul.slick-dots li {
    color: #D9D9D9;
    font-size: 18px;
    font-weight: 600;
}
.info-carousel-section h3 {
    font-size: 24px;
    font-weight: 600;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid;
    margin-bottom: 40px;
}
.info-carousel-section .num-s-slider {
    font-size: 64px;
    font-weight: 600;
    color: #d9d9d9;
    line-height: 72px;
}
.info-carousel-section h4 {
    font-size: 32px;
    font-weight: 600;
    color: #0093ce;
}
.info-carousel-section .ic-content-item ul {
    list-style: initial;
}
.info-carousel-section .slick-track{
    display: flex !important;
}
.info-carousel-section .slick-slide{
    height: inherit !important;
}
.info-carousel-section .ic-featured-text-item {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 15px;
    width: 93%;
    text-align: center;
    padding: 20px 10px;
    background: #BDECFF;
    font-weight: 600;
    font-size: 20px;
}
.info-carousel-section .ic-featured-text-item:after {
    content: "";
    height: 100%;
    position: absolute;
    width: 1.5em;
    background: url(/wp-content/themes/custom-wp-theme/img/arrow-fork.png);
    background-size: 100% 100%;
    right: 0;
    background-repeat: no-repeat;
    top: 0;
}