/* Global Class */
.margin-0 { 
    margin: 0 !important;
}

.home-layout {
    background: #f7f7f7;
}

.col-2 {
    float:left;
    width:50%;
    text-align:center;
}

/* Location Header */
.locations__title {
    color: #febd00;
    font-size: 25px;
    margin: 0;
}

/* Slider Homepage */
.slider__item {
    background-size: cover;
    background-repeat: no-repeat;
}

.slider__item:first-of-type {
    background-image: url("/storage/app/media/5e4567e82a9ef_slider1.jpg") !important;
}

.slider__item:nth-of-type(2) {
    background-image: url("/storage/app/media/5e4567e82a9ef_slider1.jpg") !important;
}

.slider__item:nth-of-type(3) {
    background-image: url("/storage/app/media/5e45689360f72_slider2.jpg") !important;
}

.slider__item:nth-of-type(4) {
    background-image: url("/storage/app/media/5e4568f981de7_slider3.jpg") !important;
}

.slider__item:last-of-type {
    background-image: url("/storage/app/media/5e4567e82a9ef_slider1.jpg") !important;
}

.slider__title {
    text-shadow: 1px 2px 4px #000;
}

.slider__caption {
    color: #000;
    font-weight:600;
}

.slider__text {
    top: 60%;
}

/* Testimonials */
.testimonials__title {
    color: #000;
}

.testimonials-item--content {
    color: #000;
}


@media (max-width: 767px) {
    .slider__title, .slider__caption {
        text-align:center !important;
    }
    
    .col-2 {
        float:unset;
        width:100%;
        text-align:center;
    }
}








