.carousel-item {
    transition-duration: 8s;
}
ul {
	font-size: 18px;
    padding-left: 20px !important;
    line-height: 2.0;
}
.submit:hover, .directions a:hover {
    background-color: #5faab7 !important;
    color: #fff !important;
}
.call-to-action {
    color: #fff;
    margin-top: 20px;
    font-size: 2rem;
}
.carousel-indicators {
    bottom: -35px !important;
}
.carousel-indicators button {
    background-color: #1c304c !important;
    height: 10px !important;
}
.comment-section h2 {
    position: relative;
}
.tilt {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - var(--cut)));
    z-index: 3;
    position: relative;
}
.comment-section h2::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -20px;
    right: initial!important;
    margin: 0 auto;
    background-color: #5faab7;
    width: 35px;
    height: 4px;
    right: 0 !important;
}
.fluid-fields .ls-img {
    box-shadow: none !important;
}
@media (max-width:767px) {
    .top-contact {
        width: auto;
        font-size: 11px !important;
    }
    .navbar-brand .nav-img {
        width: 4rem;
    }
    .nav-contain .navbar {
        padding: 10px 0 !important;
    }
}