.acfd-content-project-details {
    margin-top: 30px;
}

.acfd-content-project-details-row {
    margin-bottom: 15px;
}

.acfd-content-project-navigation {
    text-transform: uppercase;
}

.acfd-content-project-carousel .carousel-indicators li {
    height: 7px;
    width: 7px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #9d9da3;
}

.acfd-content-project-carousel {
    height: 800px;
    max-height: 70vh;
    overflow-x: hidden;
}

.acfd-content-project-carousel .slick-slide img {
    height: 800px;
    max-height: 70vh;
    width: auto;
}

.acfd-content-project-carousel .slick-slide {
    cursor: pointer;
}

.acfd-content-project-carousel .carousel-indicators .active {
    background-color: #fc2b34;
}


.acfd-content-project-carousel--nav-container {
    margin-top: -34px;
    /*transform: rotate(-180deg);*/
    overflow-x: hidden !important;
}


/* Slider Dots */
ul.slick-dots {
    padding: 0;
    margin: 3px 0 0 0;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    justify-content: center;
    position: relative;
    min-height: 23px;
}

ul.slick-dots li {
    list-style: none;
    padding: 0 8px;
}

ul.slick-dots li:only-child {
    display: none !important;
}

ul.slick-dots li button {
    background: #ccc;
    height: 10px;
    width: 10px;
    text-indent: -9999px;
    border-radius: 37px;
    padding: 0;
    cursor: pointer;
    outline: none;
    border: 1px solid #ccc;
}

ul.slick-dots li.slick-active button {
    background: #fc2b34;
    border: 1px solid #fc2b34;
}

.slick-arrow {
    position: relative;
    z-index: 9999;
    cursor: pointer;
}

.slick-arrow:before {
    color: #fc2b34;
}

.slick-arrow.slider-next {
    margin-left: 20px;
}

.slick-arrow.slider-prev {
    margin-right: 20px;
}

@media (max-width: 767px) {
    ul.slick-dots li {
        padding: 0 4px;
    }
}