/* poppins-regular - latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/poppins-v15-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/poppins-v15-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/poppins-v15-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/poppins-v15-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/poppins-v15-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/poppins-v15-latin-regular.svg#Poppins') format('svg');
    /* Legacy iOS */
}

/* poppins-700 - latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/poppins-v15-latin-700.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/poppins-v15-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/poppins-v15-latin-700.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/poppins-v15-latin-700.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/poppins-v15-latin-700.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/poppins-v15-latin-700.svg#Poppins') format('svg');
    /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v27-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/open-sans-v27-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/open-sans-v27-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/open-sans-v27-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/open-sans-v27-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/open-sans-v27-latin-regular.svg#OpenSans') format('svg');
    /* Legacy iOS */
}

/* open-sans-800 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/open-sans-v27-latin-800.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/open-sans-v27-latin-800.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/open-sans-v27-latin-800.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/open-sans-v27-latin-800.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/open-sans-v27-latin-800.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/open-sans-v27-latin-800.svg#OpenSans') format('svg');
    /* Legacy iOS */
}

:root {
    --main: #40a4d8;
    --main-dark: #07425f;
    --secondary: #98bf0e;
    --secondary-light: #b2e10c;
    --secondary-dark: #7f9c0b;
    --bg-scroll-delta: 100;
    --primary-dark: #07425f;
    --primary-light: #40a4d8;
}

.main-color {
    color: var(--main) !important;
}

.main-bg {
    background-color: var(--main);
}

.main-dark-color {
    color: var(--main-dark);
}

.main-dark-bg {
    background-color: var(--main-dark);
}

.secondary-color {
    color: var(--secondary);
}

.secondary-bg {
    background-color: var(--secondary);
}

.secondary-color-light {
    color: var(--secondary-light);
}

.primary-color-dark {
    color: var(--primary-dark);
}
.primary-color-light {
    color: var(--primary-light);
}


.secondary-bg-light {
    background-color: var(--secondary-light);
}

.text-gray-200 {
    color: rgb(119, 119, 119)
}

.text-gray-700 {
    color: rgb(73, 80, 87)
}

body {
    font-family: 'Poppins';
    color: #444;
}

a:hover{
    color: var(--main);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans';
}

.display-7 {
    font-size: 1.5rem;
    line-height: 1.25em !important;
}

@media (min-width:1200px) {
    .bs-rt {
        box-shadow: 20px -20px 0 #ededed;
    }

    .bs-rb {
        box-shadow: 20px 20px 0 #ededed;
    }
}

.btn-primary {
    border-radius: 0;
    background-color: var(--main-dark);
    border-color: transparent;
    color: #fff;
}

.btn-primary:hover {
    background-color: var(--main);
    color: var(--main-dark);
}


/* NAV */
.navbar {
    padding: 2em 0;
    border-radius: 50px 0 0 0
}

.navbar-nav {
    position: relative;

}

.navbar-light .navbar-nav .nav-item {
    margin: 4px 0 0;
    width: 100%;
    text-align: center;
}

@media (min-width:992px) {
    .navbar-light .navbar-nav .nav-item {
        margin: 4px 8px 0;
        width: auto;
        text-align: left;
    }
}


.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: var(--main);
}

.navbar-light .navbar-nav .nav-link {
    color: #444;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.4em;
    font-weight: 700;
    letter-spacing: .3px;
    border-bottom: 3px;
    text-align: center;
}

@media (min-width:992px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: .9em;
        line-height: 20px;
        text-align: left;
    }
}

.navbar-toggler {
    border-radius: 0 10px 0 10px;
    border: 3px solid var(--secondary) !important;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 .25rem var(--main);
}


.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--secondary);
}

@media (min-width: 992px) {

    .navbar-nav:before {
        height: 6px;
        width: 80%;
        content: '';
        background-color: var(--secondary-light);
        position: absolute;
        display: block;
        top: -5px;
        right: -20px;
    }

    .navbar-nav:after {
        height: 50px;
        width: 6px;
        content: '';
        background-color: var(--secondary-light);
        position: absolute;
        display: block;
        top: -2px;
        right: -20px;
    }
}

.hv {
    position: relative;
    display: inline-block;
}


.navbar-light .navbar-nav .nav-link.hv:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #0087ca;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.navbar-light .navbar-nav .nav-link.hv:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.top-header {
    padding: 0;
    position: relative;
    max-height: 40px;
}

@media (min-width:768px) {
    .top-header {
        padding: 0 4em;
    }
}

.phone-box {
    display: block;
    background-color: var(--secondary-light);
    padding: 1em 1.5em;
    text-align: center;
    transform: translateY(1em);
    position: relative;
    z-index: 22;
    color: var(--main-dark);
    font-weight: bold;
    text-decoration: none;
    transition: background-color .2s ease-in;
}

.phone-box:hover {
    background-color: var(--main);
    color: #fff;
}

.dropdown-menu.show .dropdown-item:before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    content: '';
    background-color: var(--secondary-light);
    margin-right: 5px;
    margin-bottom: 2px;
    display: inline-block;
}

.dropdown-menu.show {
    margin: 0 8px;
}

.dropdown-menu {
    border: none;
}

@media (min-width:992px) {
    .dropdown-menu.show .dropdown-item {
        border-left: none;
    }

    .dropdown-menu {
        border: 1px solid var(--secondary);
    }
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--secondary);
    background-color: #fafafa;
}

.close-menu {
    height: 90px;
    width: 90px;
    color: var(--main);
    background-color: transparent;
    border-color: transparent;
    outline: none;
    font-size: 1.4em;

}

/* HERO */

.hero {
    padding: 0;
    position: relative;
}


@media (min-width: 1200px) {


    .hero {
        padding: 0 4em;
    }

    .hero::after {
        width: 200px;
        height: 200px;
        content: '';
        position: absolute;
        right: 40px;
        bottom: -25px;
        border-right: 8px solid var(--secondary-light);
        border-bottom: 8px solid var(--secondary-light);
    }
}

.hero-bg {
    background-image: url('../img/hero_c.jpg');
    background-color: #0c141c;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% calc(0% + var(--bg-scroll-delta));
    width: 100%;
    min-height: 500px;
    border-radius: 50px 0 0 0;

}

.hero-content {
    background-color: rgba(64, 164, 217, .25);
    position: absolute;
    display: flex;
    align-items: center;
    top: -50%;
    left: 50%;
    width: 100%;
    min-height: 100%;
    transform: translate3d(-50%, 50%, 0);
    border-radius: 50px 0 0 0;
    text-align: center;
}

@media (min-width: 768px) {
    .hero-content {
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .hero-content {
        transform: translate3d(-50%, 50%, 0);
        width: calc(100% - 8em);
    }

    .hero-bg {
        background-size: contain;
    }
}


.claim {
    position: relative;
    z-index: 5;
}

.hero-content #wave {
    position: absolute;
    bottom: 0;
}

.hero p {
    color: #fff;
    font-size: 1.9em;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.016em;
    text-transform: uppercase;
    text-shadow: 1px 5px 1px var(--main-dark);

}



@media (min-width: 1200px) {
    .hero p {
        font-size: 3.5em;
    }
}

.hero h1 {
    font-size: 1.3em;
    line-height: 1.5em;
    font-family: "Poppins";
    margin-top: 1.3em;
    text-shadow: 1px 1px 1px #000;
}

.hero h1 span {
    color: var(--secondary-light) !important;
}


.custom-button {
    pointer-events: auto;
    cursor: pointer;
    background: #e7e7e7;
    border: none;
    padding: 1.5rem 3rem;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    position: relative;
    display: inline-block;

}

.custom-button::before,
.custom-button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.button-anim {
    background: none;
    font-family: "Open Sans";
    font-weight: 700;
    text-transform: uppercase;
    font-size: .875rem;
    line-height: 1.3333;
    padding: 1.1rem 4rem;

}




.button-anim span {
    display: inline-block;
    position: relative;
    color: var(--main-dark);
}

.button-anim span i,
.more-link i {
    transition: all .2s ease-in;
}

.button-anim:hover span i,
.more-link:hover i {
    transform: scale(1.5) translateX(10px);

}

.button-anim::before {
    content: '';
    background: var(--secondary-light);
    transition: transform 0.3s cubic-bezier(0.2, 1, 0.7, 1);
}

.button-anim.button-dark span {
    color: #fff;
}

.button-anim.button-dark::before {
    background: var(--main-dark);
}

.button-anim:hover::before {
    transform: scale3d(0.9, 0.7, 1);
}


.button-anim::after {
    content: '';
    border: 1px solid var(--secondary-light);
    transition: transform 0.3s cubic-bezier(0.2, 1, 0.7, 1);
    border-radius: 0px;
    transform: scale3d(0.85, 0.65, 1);
}

.button-anim.button-dark::after {
    border: 1px solid var(--main-dark);
}

.button-anim:hover::after {
    transform: scale3d(1, 1, 1);
}

.services,
.about,
.news,
.service-page,
.policy {
    background-image: url('../img/dots-bg.png');
    background-position: left top;
}

.services {
    background-repeat: repeat;
    padding: 3em 0 4em;
}

.about {
    background-repeat: no-repeat;
    padding: 1.5em 0 3em;
}

@media (min-width:1200px) {
    .about {
        padding: 6em 0 6em;
    }

}

.about h2 {
    border-bottom: 2px solid var(--main);
}

.about p {
    line-height: 26px;
}

.about-box {
    background-color: #f5f6f7;
    padding: 20px;
    border-radius: 0 40px 0 40px;
    box-shadow: 20px -20px 0 #ededed;
}



.contact-box {
    background-color: #f5f6f7;
    padding: 20px;
    border-radius: 0 40px 0 40px;
    border: 4px solid var(--main);
}


.title {
    display: flex;
    flex-direction: column;
}

.title span {
    font-size: 1.1em;
    text-transform: uppercase;
}

.title h3 {
    font-weight: 700;
    border-left: 10px solid var(--secondary-light);
    border-right: 10px solid var(--secondary-light);
}

@media (min-width:1200px) {
    .title h3 {
        border-left: 100px solid var(--secondary-light);
        border-right: 100px solid var(--secondary-light);
    }
}

.services>.service-box:nth-of-type(even) {
    margin-top: 200px;
}

.service-box {
    padding: 2em;
    border: 3px solid transparent;
    border-radius: 45px;
    transition: all .3s ease-in;
}

.service-box h4 {
    font-weight: 700;
    font-size: 1.4em;
}

.service-box:hover {
    background-color: #fff;
    border: 3px solid var(--main);
    border-radius: 45px 45px 45px 0;
    box-shadow: 20px 20px 0 #ededed;

}

.service-box img {
    transition: all .2s ease .1s;
}

.service-box:hover img {
    transform: scale(1.1);
}


.more-link {
    text-decoration: none;
    font-weight: 700;
    color: var(--secondary);
}

.more-link:hover {
    color: var(--main);
}

.rotate {
    transform: rotate(180deg) translateY(5px);
}

.overlapping-box {
    display: flex;
    border-top: 9px solid var(--secondary-light);
    margin-bottom: 2.5em;
}

@media (min-width:1200px) {
    .overlapping-box {
        margin-bottom: 0;
    }
}

.overlapping-box img {
    max-width: 100%;
    height: auto;
}

@media (min-width:1200px) {
    .overlapping-box .first {
        transform: translate3d(0, 20px, 0) scale(1.5);
    }

    .overlapping-box .second {
        transform: translate3d(-20px, 35px, 0) scale(1.01);
    }

    .overlapping-box .third {
        transform: translate3d(-320px, 255px, 0) scale(1.2);
    }
}

.mh {
    max-height: 220px;
}

.bg-dot {
    background-image: url('../img/dark-dotted-2.png');
    background-position: center center;
    background-repeat: repeat;
}

.plans .display-7 {
    letter-spacing: .2em;
}

.wifi-icon {
    color: var(--secondary-light);
    font-size: 10em;
    text-shadow: 0 -3px 0px #fff;
    animation: pulse 2s linear infinite;
}

@keyframes pulse {
    0% {

        transform: scale(0.95);

    }

    70% {

        transform: scale(1);

    }

    100% {

        transform: scale(0.95);

    }
}

@media (min-width: 1200px) {
    .wifi-icon {
        transform: translate3D(-20px, 0px, 0) rotate(0deg);
        font-size: 20em;
    }
}

.reviews {
    padding: 4em 0;
}

.blockquote {
    padding: 0 2em;

}

.blockquote p::before {
    font-family: 'Open Sans';
    top: -5px;
    left: 3px;
    color: var(--secondary-light);
    content: "\0022";
    font-size: 3.5em;
    font-style: normal;
    line-height: 1;
    position: absolute;
}

.blockquote p {
    font-weight: 700;
    letter-spacing: -1px;
    padding: 1em .8em .5em;
    color: #fff;
}

.blockquote .author {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-left: .5em;
    font-size: 16px;
}

.blockquote .author::before {
    content: '';
    position: absolute;
    top: 10px;
    right: 100%;
    width: 30px;
    border-top: 4px solid var(--main);
}

.swiper-comments {
    height: 320px;
}

.swiper-gallery {
    width: 100%;
    height: 220px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 576px) {
    .swiper-gallery {
        height: 270px;
    }
}

@media (min-width: 768px) {
    .swiper-gallery {
        height: 250px;
    }
}

@media (min-width: 992px) {
    .swiper-gallery {
        height: 220px;
    }
}

@media (min-width: 1200px) {
    .swiper-gallery {
        height: 180px;
    }
}

@media (min-width: 1400px) {
    .swiper-gallery {
        height: 200px;
    }
}

.swiper-gallery .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 2) !important;

    /* Center slide text vertically */

    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 768px) {
    .swiper-comments {
        height: 250px;
    }
}

.swiper-pagination-bullet-active {
    background: var(--secondary-light) !important;
}

.news-home {
    padding: 2em 1.5em 4em;
    background-repeat: repeat;
}

.news-home .abstract{
    position: relative;
    z-index: 5;
}


@media (min-width: 768px) {
    .news-home {
        padding: 2em 0em 4em;
    }
}

@media (min-width: 1200px) {
    .news-home {
        padding: 4em 4em 4em;
    }
}

.news-home .bg-grey {
    background-color: #f5f6f7;
    padding-top: calc(var(--bs-gutter-x) * .5);
    padding-bottom: calc(var(--bs-gutter-x) * .5);
    box-shadow: 20px 20px 0 #ededed;
}

.boxed {
    position: relative;
}

@media (min-width: 1200px) {
    .boxed::before {
        width: 200px;
        height: 200px;
        content: '';
        position: absolute;
        left: -40px;
        top: -25px;
        border-left: 8px solid var(--secondary-light);
        border-top: 8px solid var(--secondary-light);
    }

    .boxed::after {
        width: 200px;
        height: 200px;
        content: '';
        position: absolute;
        right: -60px;
        bottom: -45px;
        border-right: 8px solid var(--secondary-light);
        border-bottom: 8px solid var(--secondary-light);
    }
}



.news-home .single-post {
    height: auto;
    /* max-height: 300px; */
    /* overflow: hidden; */
}


.news {
    padding: 2em 1.5em 4em;
    background-repeat: repeat;
}

@media (min-width: 768px) {
    .news {
        padding: 2em 0em 4em;
    }
}

@media (min-width: 1200px) {
    .news {
        padding: 2em 4em 8em;
    }
}



.single-post {
    position: relative;
    display: flex;
    flex-direction: column;

}

@media (min-width: 768px) {
    .single-post {
        height: 495px;
    }
}

.plans-page {
    background-image: url('../img/dots-bg.png');
    background-position: center center;
    background-repeat: repeat;
}

.news-page {
    position: relative;
    overflow: hidden;
    background-image: url('../img/dots-bg.png');
    background-position: right center;
    background-repeat: repeat-y;
}

.plans-bg {
    position: relative;
    overflow: hidden;
}

.news-page .single-post {
    height: auto;
}

.service-page {
    padding: 2em 0;
}

@media (min-width:1200px) {

    .news-page {
        padding: 2em 4em;
    }

    .news-page:after {
        content: '';
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        width: 60%;
        background-color: #f5f6f7;
        z-index: 100;
    }

    .plans-bg:after {
        content: '';
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        width: 50%;
        background-color: var(--main);
    }
}

.single-post .post-title {
    position: absolute;
    bottom: 0;
    z-index: 1;
    color: #fff;
    font-size: 1.1em;
    line-height: 1.1;
    font-weight: 700;
    text-shadow: 0px 0px 5px #333;
    z-index: 2;
    padding: .5em 1em;
    margin: 0;
    transform: translateY(0);
    transition: all .2s ease .1s;
}

@media (min-width: 1200px) {
    .single-post .post-title {
        font-size: 1.8em;
    }

    .news-page .single-post .post-title {
        font-size: 1.2em;
    }
}

.single-post .thumbnail {
    position: relative;
    max-height: 300px;
    overflow: hidden;
}

.single-post:hover .thumbnail::after {
    opacity: .3;
}

.single-post:hover .post-title {
    transform: translateY(-20px);
}

.single-post .thumbnail::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #212529;
    opacity: .8;
    z-index: 1;
    transition: opacity .3s ease .1s;
}


.single-post img {
    max-width: 100%;
    height: auto;
}

.date {
    font-size: .9em;
    color: rgb(73, 80, 87);
    margin-bottom: .25em;
    display: block;
}

.news-page .date {
    border-bottom: 2px solid var(--secondary);
}

.single-post .abstract {
    background-color: #f5f6f7;
    padding: 1em;
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.single-post .abstract p {
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .single-post .abstract {
        padding: 1em 2em;
        margin: 0 1em;
    }
}

.page-header {
    background-color: var(--main);
    box-shadow: 50px 10px 0 var(--secondary-light);
    margin-bottom: 2em;
    position: relative;
    z-index: 200;
}


.service-feature {
    list-style: none;
    position: relative;
}

.service-feature li {
    position: relative;
    margin-bottom: 10px;
}

.service-feature li a {
    color: #444;
    text-decoration: none;
}
.service-feature li a:hover {
    color: var(--secondary-dark)
}

.service-feature li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    left: -1.3em;
    top: 2px;
    font-size: 1.2em;
    color: var(--secondary);
}
.service-link li::before{
    content: "\f0a4";
}

.pagination .page-link {
    color: var(--secondary);
    border: 1px solid var(--secondary);
}

.pagination .page-item.active .page-link {
    background-color: var(--secondary);
    border: 1px solid var(--secondary);
    color: #fff;
}


footer {
    background-color: var(--main-dark);
    padding: 3em 0 0;
    border-top: 6px solid var(--secondary);

}


footer h5 {
    font-weight: 700;
    font-size: 1.2em;
    color: var(--main);
}

footer ul {
    list-style: none;
    padding-left: 1em;
}

footer ul li {
    padding: 8px 0 4px 0;
    border-bottom: 1px solid var(--secondary-light);
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    color: var(--secondary-light);
}

.contacts {
    position: relative;
    overflow: hidden;
    padding: 4em 0;
    background-image: url('../img/dots-bg.png');
    background-position: right top;
    background-repeat: no-repeat;
}



.contacts .container-fluid,
.news-page .container-fluid,
.plans-bg .container {
    position: relative;
    z-index: 200;
}

@media (min-width:768px) {
    .contacts:after {
        content: '';
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        width: 50%;
        background-color: var(--main-dark);
        z-index: 100;
    }

    .text-md-white {
        color: #fff;
    }
}

@media (min-width:1200px) {
    .text-xl-white {
        color: #fff;
    }

    .contacts {
        padding: 4em;
    }

    .contacts:after {
        width: 60%;
    }
}

.form-box,
.map {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, .25) 0 25px 50px -12px;
}



.contact-form .input-group-text {
    background-color: transparent;
    border: none;
}

#plansTab.nav-tabs,
#assistanceTab.nav-tabs {
    border-bottom: 8px solid var(--main);

}

#plansTab.nav-tabs .nav-link,
#assistanceTab.nav-tabs .nav-link {
    font-size: 1.2em;
    color: #444;
    border-radius: 0;
    margin-bottom: -8px;
    padding-top: 12px;
    border: 0;
    text-align: center;
    border-bottom-color: var(--main)
}

#plansTab.nav-tabs .nav-link.active,
#assistanceTab.nav-tabs .nav-link.active {
    background-color: var(--main);
    border-bottom: 8px solid var(--main);
    color: #fff;
}

#plansTab.nav-tabs .nav-link:not(.active):hover,
#assistanceTab.nav-tabs .nav-link:not(.active):hover {
    background-color: #f4f5f6;
}

#plansTabContent {
    border-width: 0 8px 0 8px;
    border-style: solid;
    border-color: var(--main);
    background-color: #fff;
}


#assistanceTabContent {
    border-width: 0 8px 8px;
    border-style: solid;
    border-color: var(--main);
    background-color: #fff;
    margin-bottom: 4em;
}

.single-plan {
    margin: 2em 0;
    transition: box-shadow .3s ease-in;
}

.single-plan:hover {
    box-shadow: 0px -10px 0 rgba(255, 255, 255, .4);
}

#plansTabContent .single-plan:hover {
    box-shadow: 0 0 5px var(--secondary-light);
}

.single-plan h4 {
    background-color: #f4f5f6;
    margin-bottom: 0;
    padding: 8px 0;
}

.single-plan .list-group-item:first-child {
    border-radius: 0;
}

.single-plan .list-group-item {
    border: 1px solid #f4f5f6;
}

.single-plan .list-group-item i {
    min-width: 25px;
    text-align: center;
}

.assistance-box {
    display: flex;
    flex-direction: column;
    min-height: 210px;
    background-color: #f4f5f6;
    padding: 2em;
}


#elle {
    stroke-dasharray: 5000;
    stroke-dashoffset: 5000;
    animation: draw 2.5s cubic-bezier(.56, -0.04, .32, .7) forwards, fillBlue 2s linear 2.5s forwards;
    stroke: #fff;
    stroke-width: 5px;
}



@keyframes draw {
    to {
        stroke-dashoffset: 0;

    }
}

@keyframes fillBlue {

    from {
        fill: transparent;
    }

    to {
        fill: #00a5e2;
    }
}

#enne {
    stroke-dasharray: 5000;
    stroke-dashoffset: 5000;
    animation: draw 4s cubic-bezier(.56, -0.04, .32, .7) forwards, fillGreen 2s linear 2.5s forwards;
    stroke: #fff;
    stroke-width: 5px;
}



@keyframes draw {
    to {
        stroke-dashoffset: 0;

    }
}

@keyframes fillGreen {

    from {
        fill: transparent;
    }

    to {
        fill: #98bf0e;
    }
}

#net path {
    animation: scale 2.3s linear forwards;
    transform: scale(.01);
    opacity: 0;
}

@keyframes scale {
    to {
        transform: scale(1);
        opacity: 1;
    }
}

#green-wave,
#blue-wave {
    animation: fadeIn 2s ease-in 2s forwards;
    opacity: 0;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

.mb-4 {
    margin-bottom: 4em;
}
.text-ellipsis{
    display: -webkit-box;
    
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.title-news{
    font-weight: bold;
}
.news-body a{
    color: var(--secondary-dark);
}
.news-body a:hover{
    color: var(--secondary-light);
}
.gallery-title{
    display: inline-block;
    border: 2px solid var(--secondary-light);    
    padding: 4px 22px;
}

.list-allegati a{
    color: var(--primary-dark);
    text-decoration: none;
}
.list-allegati a:hover{
    color: var(--primary-light);

}

small a{
    text-decoration: none;
    color: #fff;
}
p.display-breadcrumb {
    border-top: 1px solid #d9dbdc;
    border-right: 1px solid #e7e8e9;
    padding: 5px 20px;
    display: inline-block;
    /* border top right rounded */
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: #f5f6f7;
    margin-bottom: 50px;
}
p.display-breadcrumb a{
    color: var(--primary-light);
    text-decoration: none;
    
}
.servizi-children ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.errors{
    list-style: none;
    padding: 0;
    margin: 0;
}
li.error-message.alert {
    margin: 5px 0 0 0;
}