.carousel-container * {
    box-sizing: border-box;
}

.carousel-container img {
    width: 100%;
}

.carousel-nav-list img.img-responsive {
    max-width: 260px;
}

.carousel,
.carousel-nav--vertical {
    margin: 0;
    padding: 0;
    float: left;
    width: 18%;
    /*12.5%*/
}

.carousel {
    float: right;
    width: 80%;
    /*width: 87%;*/
}

.carousel.media-carousel {
    float: none;
    width: 100%;
    /*width: 87%;*/
}

.media-carousel-item {
    position: relative;
    padding-bottom: 0;
    /*height: 0; duplicate*/
    overflow: hidden;
    max-width: 100%;
    height: auto;
    /*margin:1em 0 1.5em 0;*/
}

.media-carousel-item iframe,
.media-carousel-item object,
.media-carousel-item embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.carousel-container {
    position: relative;
}

.carousel-nav--horizontal {
    float: none;
    width: 100%;
    margin-top: -56.25%;
    z-index: 999 !important;
    position: absolute;
    bottom: 0;
}

.carousel-nav--horizontal .carousel-nav-list {
    display: flex;
    overflow: hidden;
}

.slide img {
    display: block;
    width: 100%;
    height: auto;
}

.slick-dots {
    position: absolute;
    bottom: 51%;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}

.slick-dots li {
    margin: 0 0.25rem;
    height: 15px;
    width: 40px;
}

.slick-dots button {
    display: block;
    width: 40px !important;
    height: 8px !important;
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.3) !important;
    text-indent: -9999px;
}

.slick-dots li.slick-active button {
    background-color: white !important;
}

#service-slider .carousel-nav-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-right: 1%;
    overflow-y: scroll;
    text-align: left;
}

#service-slider .carousel-nav-list .carousel-nav-item {
    margin-bottom: 15;
    padding: 0.3rem 1rem;
}

#service-slider .carousel-nav-list .carousel-nav-item.active {
    background-color: #263238;
    color: #fff;
    border-radius: 3px;
}

.media-container .card-body {
    padding: 1rem 0 1rem 0;
}

.carousel-nav--vertical ::-webkit-scrollbar {
    width: 0px;
    /* remove scrollbar space */
    background: transparent;
    /* optional: just make scrollbar invisible */
}

.carousel-nav-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-right: 1%;
    /*overflow-y: scroll;
    text-align: left;*/
}

.carousel-nav-list .carousel-nav-item {
    margin: 1rem 1rem 1rem 0;
    /*padding: 1rem 1rem 1rem 0;*/
}

.carousel-nav-list .carousel-nav-item.active {
    background-color: transparent;
    color: #fff;
}

.carousel-nav-list .carousel-nav-item.active img {
    border: 2px solid #700019;
    background-color: 2px solid #700019;
    border-radius: 3px;
}

.carousel-nav-list li.carousel-nav-item {
    position: relative;
}

.carousel-nav-list li.carousel-nav-item.active::before {
    display: block;
    position: absolute;
    background-image: linear-gradient(1.15deg, #020718 0.72%, rgba(255, 255, 255, 0) 41.15%);
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.carousel-btn {
    background: transparent;
    color: #111;
    cursor: pointer;
    display: block;
    padding: 5px 0;
    text-align: left;
}

.service-carousel {
    margin-right: -72px;
}

.service-carousel .material-icons-outlined {
    position: absolute;
    z-index: 999;
    top: 50%;
    right: 0;
}

.service-carousel .service-prev {
    left: 0;
}

.service-carousel .service-next {
    right: 0;
}

.service-carousel .service-carousel-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #F0E2E6;
    padding: 1.5rem 5rem 1.5rem 1.5rem;
    border-radius: 3px;
    margin-right: 60px;
    min-height: 600px;
}

.service-carousel .service-carousel-item small {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 3px;
    /*text-transform: uppercase;*/
    color: #111;
}

.service-carousel .service-carousel-item h3 {
    font-family: "Butler", serif;
    font-size: 40px;
    line-height: 48px;
    color: #111;
    text-decoration: none;
}

.service-carousel .service-carousel-item h3 a {
    text-decoration: none;
}

.service-carousel .service-carousel-item p {
    color: #111;
}

.service-carousel .service-carousel-item p a {
    color: #111;
    text-decoration: none;
}

.service-carousel .service-carousel-item p a:hover {
    text-decoration: underline;
}

.service-carousel .service-carousel-item img {
    margin-right: -60px;
}

.service-carousel .service-carousel-item .service-description {
    padding: 1rem;
}

/* Slick Overrides */
.fa-1-5x {
    font-size: 1.5em;
}

.slick-prev,
.slick-next {
    content: "";
    z-index: 9999;
}

.slick-prev:before,
.slick-next:before {
    font-family: "FontAwesome";
}

.slick-prev {
    left: 1px;
}

.slick-next {
    right: -4px;
}

.slick-prev:before {
    content: "\f053";
}

.slick-next:before {
    content: "\f054";
}