.p-10 {
    padding: 10px !important;
}

.line-break-anywhere {
    line-break: anywhere;
}

.content-box h3.no-arrow::before {
    content: "" !important;
}

.footer-column .theme-btn {
    padding: 10px 30px;
}

.loader-logo {
    left: 50%;
    top: 40%;
}

.handle-preloader .animation-preloader .spinner::before {
    content: "";
    background: url("https://adeptmfg.ca/assets/images/Adept\ Sqaure.png");
}

.spin-container {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin-bottom: 1rem;
}

.spin-container:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.spin-container .spinner-frame {
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 5px solid #fff;
    padding: 10px;
}

.spin-container .spinner-frame .spinner-cover {
    background: #000;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

.spin-container .spinner-frame .spinner-bar {
    background: rgba(255, 255, 255, 0.5);
    width: 50%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100% 0 0 0;
    -webkit-animation: spinny 2s linear infinite;
    transform-origin: 100% 100%;
}

@-webkit-keyframes spinny {
    0% {
        transform: rotate(0deg);
        background: rgba(255, 255, 255, 0.5);
    }

    50% {
        transform: rotate(180deg);
        background: rgba(255, 255, 255, 0.5);
    }

    100% {
        transform: rotate(360deg);
        background: rgba(255, 255, 255, 0.5);
    }
}

.home_2 .footer-style-two a:hover {
    color: #fff;
}

.slider-text {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 58px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 29px;
    z-index: 100;
}