@keyframes lexprofitBackAnim {
    0% {
        transform: scaleX(0.7) scaleY(0.7);
    }
    25% {
        transform: scaleX(1.2) scaleY(1.2);
    }
    50% {
        transform: scaleX(1.5) scaleY(1.5);
    }
    65% {
        transform: scaleX(1.2) scaleY(1.2);
        opacity: 0.7;
    }
    100% {
        transform: scaleX(0.7) scaleY(0.7);
        opacity: 0;
    }
}
@keyframes lexprofitBorderAnim {
    0% {
        transform: scaleX(1) scaleY(1);
    }
    50% {
        transform: scaleX(1.5) scaleY(1.5);
    }
    100% {
        transform: scaleX(2) scaleY(2);
        opacity: 0;
    }
}
@keyframes lexprofitBoundingAnim {
    0% {
        transform: rotate(0deg);
    }
    15% {
        transform: rotate(15deg);
    }
    30% {
        transform: rotate(0deg);
    }
    45% {
        transform: rotate(-15deg);
    }
    60% {
        transform: rotate(0deg);
    }
}

.btn, .navbar .navbar-nav .nav-link {
    font-weight: 500;
    transition: .5s
}

.deal .bg-white, .feature-item .border, .hero-header .container, .contact .container, .testimonial .testimonial-carousel {
    z-index: 1;
    position: relative
}

.feature-item .border, .contact .border, .testimonial-carousel .owl-item img {
    border-color: rgba(255, 255, 255, .2) !important
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999
}

#spinner.show {
    transition: opacity .5s ease-out, visibility linear;
    visibility: visible;
    opacity: 1
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99
}

img.animated.pulse {
    animation-duration: 5s
}

.btn.btn-primary, .hero-header .breadcrumb-item + .breadcrumb-item::before {
    color: #fff
}

.btn-square {
    width: 38px;
    height: 38px
}

.btn-sm-square {
    width: 32px;
    height: 32px
}

.btn-lg-square {
    width: 48px;
    height: 48px
}

.btn-lg-square, .btn-sm-square, .btn-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    border-radius: 50px
}

.sticky-top {
    top: -150px;
    transition: .5s
}

.navbar {
    padding: 11px 0 !important;
    height: 85px
}

.navbar .navbar-nav .nav-link {
    margin-right: 45px;
    padding: 0;
    color: #fff;
    outline: 0
}

.footer .btn.btn-link, .footer .copyright a {
    color: var(--text-color)
}

.navbar .navbar-nav .nav-link.active, .navbar .navbar-nav .nav-link:hover {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        padding: 0 15px;
        background: var(--primary-color)
    }

    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1
    }
}

.hero-header {
    position: relative;
    margin-top: -85px;
    padding-top: 12rem;
    padding-bottom: 6rem
}

.deal::before, .feature-item::before, .hero-header::before, .contact::before, .testimonial::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%)
}

.hero-header::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--service1-image) center center/cover no-repeat;
    opacity: .15;
    filter: blur(5px)
}

.deal::after, .contact::after, .testimonial:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .15;
    filter: blur(5px)
}

.deal, .contact, .testimonial {
    position: relative
}

.deal::after {
    background: var(--service2-image) center center/cover no-repeat
}

.deal .cdt span {
    display: block;
    font-size: 16px;
    font-style: italic;
    font-weight: 200;
    text-transform: capitalize
}

.contact::after {
    background: var(--service3-image) center center/cover no-repeat
}

.product-item {
    transition: .1s
}

.product-item:hover {
    border-width: 0 !important;
    box-shadow: 0 0 35px rgba(144, 188, 121, .25)
}

.product-item:hover a.btn {
    color: #fff;
    background: var(--primary-color)
}

.testimonial:after {
    background: var(--service4-image) center center/cover no-repeat
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
    border-radius: 100px
}

.testimonial-carousel .owl-dots {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center
}

.testimonial-carousel .owl-dot {
    position: relative;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: 0 0;
    border: 3px solid rgba(255, 255, 255, .2);
    border-radius: 30px;
    transition: .5s
}

.testimonial-carousel .owl-dot.active {
    background: var(--heading-color)
}

.footer .btn.btn-link {
    display: block;
    padding: 0;
    text-align: left;
    font-weight: 400;
    transition: .3s
}

.footer .btn.btn-link:hover, .footer .copyright a:hover {
    color: var(--primary-color)
}

.footer .related {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: flex-start
}

.footer .related a {
    border: 0;
    flex: 1 1 calc(33% - 18px);
    text-decoration: underline
}

@media (max-width: 767px) {
    .footer .related a {
        flex: 0 0 100%
    }

    .hero-header {
        padding-top: 6rem;
    }

    .hero-header .btn {
        width: 100%;
        margin-right: 0 !important;
    }

    .hero-header span.btn {
        margin-bottom: 10px;
        cursor: default;
    }
}

.footer .copyright {
    padding: 25px 0;
    border-top: 3px solid rgba(0, 0, 0, .05)
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none
}

.fixed-call-button {
    display: block;
    background: none;
    border: 0;
    border-radius: 0;
    position: fixed;
    float: none;
    font-style: normal;
    text-transform: none;
    width: 80px;
    max-width: none;
    max-height: none;
    opacity: 1;
    outline: 0;
    overflow: visible;
    text-decoration: none;
    vertical-align: top;
    word-spacing: normal;
    letter-spacing: normal;
    color: var(--cta-color);
    bottom: 8%;
    right: 7%;
    margin-left: -40px;
    margin-top: -40px;
    height: 80px;
    text-align: center;
    font-size: 10px;
    line-height: 80px;
    -webkit-font-smoothing: antialiased;
    z-index: 1000;
    cursor: pointer;
}
.fixed-call-button * {
    transition: 0.5s;
}
.fixed-call-button i {
    color: var(--cta-icon-color);
    font-size: 30px;
    padding-top: 25px !important;
}
.fixed-call-button:after, .fixed-call-button:before {
    content: "";
    border-radius: 100%;
    position: absolute;
    width: 80px;
    height: 80px;
    transform-origin: center center;
    box-sizing: border-box;
    z-index: 9;
    transition: 0.5s;
}
.fixed-call-button:after {
    background: var(--cta-color);
    animation: lexprofitBackAnim 3s linear infinite;
}
.fixed-call-button:before {
    border: 1px solid var(--cta-color);
    animation: lexprofitBorderAnim 3s -0.5s linear infinite;
}
.fixed-call-button a {
    z-index: 10;
    position: absolute;
    background-color: var(--cta-color);
    border-radius: 100%;
    width: 100%;
    height: 100%;
}
.fixed-call-button a:hover {
    animation: lexprofitBoundingAnim 1s linear infinite;
}
.fixed-call-button:hover a {
    background-color: #bbb;
}
.fixed-call-button:hover:after {
    background-color: #aaa;
}
.fixed-call-button:hover:before {
    border-color: #aaa;
}
@media (max-width: 768px) {
    .fixed-call-button {
        right: 18%;
        bottom: 5%;
    }
}
