.sub-text ul > li {
    padding-bottom: 0.6rem;
}

.image-float.web-composite {
    right: 50%;
    top: 3.8%;
}

.owl-theme .owl-dots .owl-dot span, .owl-theme .owl-dots .owl-dot span:hover, .owl-theme .owl-dots .owl-dot.active span {
    border-radius: 0;
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 0;
    margin-left: 0;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgb(80, 80, 80);
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    transition: opacity 0.6s ease;
}


.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot span:hover {
    background-color: rgb(80, 80, 80);
    opacity: 0.5;
}

@media (max-width: 576px) {
    h2, .h2 {
        font-size: 1.2rem;
    }

    .web-composite-text {
        left: calc(50% + 0.1rem);
    }

    .web-composite-text {
        font-size: 0.75rem;
        letter-spacing: 0.05rem;
        line-height: 1rem;
        color: #444444;
        font-weight: bold;
    }

    .web-composite-text.C {
        top: 39.5%;
    }

    .web-composite-text.D {
        top: 58%;
    }

    .web-composite-text.E {
        top: 77%;
    }
}

@media (min-width: 768px) {
    .web-composite-text {
        font-size: 0.85rem;
        letter-spacing: 0.05rem;
        line-height: 1.2rem;
        color: #444444;
        font-weight: bold;
    }

    .web-composite-text {
        left: calc(50% + 0.5rem);
    }

    .web-composite-text.C {
        top: 39.5%;
    }

    .web-composite-text.D {
        top: 58%;
    }

    .web-composite-text.E {
        top: 77%;
    }
}

@media (min-width: 992px) {
    .web-composite-text {
        font-size: 1rem;
        letter-spacing: 0.05rem;
        line-height: 1.2rem;
        color: #444444;
        font-weight: bold;
    }

    .web-composite-text.C {
        top: 38%;
    }

    .web-composite-text.D {
        top: 55%;
    }

    .web-composite-text.E {
        top: 74%;
    }
}

.web-composite-text.A {
    top: 0;
}

.web-composite-text.B {
    top: 10%;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.cursore-uq {
    width: 2px;
    height: 2px;
    top: -2px;
    left: -2px;
    border-radius: 100%;
    background-color: #084995;
    position: fixed;
    pointer-events: none;
    z-index: 100;
    animation: cursor_opacity 400;
}

@media screen and (max-width: 991px) {
    .cursore-uq {
        display: none
    }
}

.cursore-uq:after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #084995;
    opacity: .2;
    left: 50%;
    top: 50%;
    position: fixed;
    transform: translate(-50%, -50%)
}

.cursore-uq svg {
    position: relative;
    left: -14px;
    top: -16px;
    transform: rotate(-90deg);
    opacity: 1;
    transition: all .1s
}

.cursore-uq .radial-progress-cover {
    stroke: #084995
}

.hover {
    opacity: .5 !important
}

.hover:after {
    opacity: 1;
    width: 36px;
    height: 36px
}

.hover_l {
    height: 37px;
    width: 37px;
    border-radius: 100%;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 0 7px hsla(0, 0%, 100%, .4);
    top: -18px;
    left: -18px
}

.hover_l:after {
    font-family: bootstrap-icons;
    content: "\f231";
    font-size: 17px;
    line-height: 38px;
    color: #084995;
    background: transparent;
    opacity: 1;
    width: 100%;
    height: 100%
}

.hover_l svg {
    opacity: 0
}

.hover_r {
    height: 37px;
    width: 37px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 0 7px hsla(0, 0%, 100%, .4);
    top: -18px;
    left: -18px
}

.hover_r:after {
    font-family: bootstrap-icons;
    content: "\f22d";
    display: inline;
    font-size: 17px;
    line-height: 38px;
    color: #084995;
    background: transparent;
    opacity: 1;
    z-index: 1;
    width: 100%;
    height: 100%
}

.hover_r svg {
    opacity: 0
}

.hover_tesimonial {
    height: 37px;
    width: 37px;
    border-radius: 100%;
    background: #084995;
    text-align: center;
    box-shadow: 0 0 0 7px rgba(8, 73, 149, 0.45);
    top: -18px;
    left: -18px
}

.hover_tesimonial:after {
    font-family: bootstrap-icons;
    content: "\f25e";
    font-size: 20px;
    line-height: 34px;
    color: #fff;
    background: transparent;
    opacity: 1;
    width: 100%;
    height: 100%
}

.hover_tesimonial svg {
    opacity: 0
}

.hover_dark, .hover_dark:after {
    background-color: #282526
}

.hover_dark .radial-progress-cover {
    stroke: #282526
}

.hover_normal, .hover_normal:after {
    background-color: #084995
}

.hover_normal .radial-progress-cover {
    stroke: #084995
}

@keyframes cursor_opacity {
    0% {
        opacity: 0
    }

    70% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}
