body, HTML {
    height:100%;
    padding:0;
    margin:0;
}

body {
    overflow-x: hidden;
}

#logo {
    width: 200px;
    height: auto;
}

.logo_white {
    fill: var(--white);
}

.opacity {
    background-color: #00000050;
    /* background-color: #0a58ca33; */
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
}

.prefooter {
    background-color: var(--primary_color);
    padding: 60px;
    color: #cbd5e0;
    line-height: 20px;
    color: var(--white);
}

.prefooter li, .prefooter a, .prefooter p {
    color: var(--white);
    font-size: 15px;
}

.prefooter ul {
    margin: 0;
    padding: 0;
}

.prefooter ul li {
    display: block;
    list-style: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--white_opacity_30);
}

.prefooter a:hover {
    color: var(--secondary_color);
}

.prefooter ul li.first {
    border-top: 1px solid var(--white_opacity_30);
    margin-top: 10px;
    padding-top: 10px;
}

.prefooter .icon {
    font-size: 25px ;
}

.prefooter .icon:hover {
    color: var(--secondary_color);
}

.prefooter h1 {
    font-size: 23px;
    font-weight: 600;
    line-height: 25px;
    padding-bottom: 10px;
    color: #fff;
    letter-spacing: 1px;
}

.footer {
    background-color: #e2e2e2;
    padding: 30px;
    font-size: 14px;
}

.list-item {
    display: inline-block;
    margin-right: 15px;
}

.keep_in {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
    position: relative;
    z-index: 1;
}

.keep_in::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00000050;
}

.keep_in p {
    color: #fff;
    z-index: 2;
}

.keep_in h1 {
    color: var(--secondary_color);
}

.keep_in .divider h1::after {
    border-bottom-color: var(--secondary_color) !important;
}

.page-item:not(:first-child) .page-link {
    color: var(--color_red);
}

.page-link:hover {
    background-color: var(--color_red);
    color: #fff !important;
}

.active>.page-link, .page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--color_red);
    border-color: var(--color_red);
    color: #fff !important;
}

a, a:hover, .btn, .btn:hover, button, button:hover, a img, a:hover img   {
    -webkit-transition:all 0.40s ease-out;
    -moz-transition:all 0.40s ease-out;
    -o-transition:all 0.40s ease-out;
}

.sovrapponi {
    margin-left: -200px;
    background-color: white;
    padding: 100px;
}

.full-image-section .bg {
    height: 700px;
}

.focus {
    background-color: var(--secondary_color);
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-gray {
    background-color: #f0f0f0;
}

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

.focus.secondary a {
    color: var(--white);
    border-bottom: 1px solid transparent;
}

.focus.secondary a:hover {
    border-bottom: 1px solid #fff;
}

.focus.secondary h1, .focus.secondary p, .focus.secondary h4 {
    color: var(--white);
}

.focus.secondary h4 {
    text-transform: uppercase;
    font-size: 19px;
    line-height: 30px;
    font-weight: 600;
}

.focus.secondary .content {
    width: 100%;
}

.focus h1, .focus p {
    color: #072c53;
}

.focus .content {
    padding: 50px;
}

.focus .btn-primary {
    background-color: var(--primary_color);
    border: 1px solid var(--primary_color);
    color: var(--white);
}
.focus .btn-primary:hover {
    background-color: transparent;
    color: var(--primary_color);
}

.service .content {
    padding: 20px
}

.service p {
    font-size: 16px;
    line-height: 30px;
}

.service h1 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    color: var(--primary_color);
    margin-top: 20px;
}

.service .icon {
    display: block;
    font-size: 55px;
    color: var(--primary_color);
}

.service .icon .material  {
    color: var(--primary_color);
    font-size: 45px;
}

img.bordered {
    padding: 10px;
    border: 1px solid var(--gray-300);
}

a:hover img {
    filter: grayscale(100%);
}

.bg {
    background-repeat: no-repeat;
    background-position: center center;
}

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

.bg.cover {
    background-size: cover;
}

.h-200 {
    height: 200px !important;
}

.h-300 {
    height: 300px !important;
}

.h-400 {
    height: 400px !important;
}

#arrow {
    position: fixed;
    bottom: 60px;
    right: 30px;
    display: flex;
    width: 55px;
    height: 55px;
    background-color: transparent;
    border: 1px solid #f1f1f1;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    z-index: 3
}

#arrow a {
    background-color: #ef622c;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: var(--white);
    border-radius: 100%;
    text-decoration: none
}

#arrow a:hover {
    width: 45px;
    height: 45px;
}

u {
    text-decoration: none;
    border-bottom: 1px solid;
    padding-bottom: 2px;
}

#get_quote {
    background-color: var(--primary_color);
    border-radius: 7px;
    padding: 40px;
    color: var(--white);
    /* filter: drop-shadow(5px 5px 45px #00000070); */
    margin-top: 60px;
    position: relative;
    z-index: 1;
}

#get_quote h1 {
    font-size: 22px;
    font-weight: 600;
    color: var(--secondary_color);
    line-height: 25px;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

#get_quote .content {
    padding-left: 40px;
    width: 100%;
}

#get_quote p, #get_quote li, #get_quote a:not(.btn) {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

#get_quote a:not(.btn) {
    color: var(--white);
}

#get_quote a:not(.btn):hover {
    color: var(--secondary_color);
}

#get_quote i {
    font-size: 35px;
}
#get_quote .btn-primary {
    border: 2px solid var(--color_red);
}

#get_quote .btn-primary:hover {
    background-color: transparent;
    border-color: #fff;
}

.sharethis-inline-share-buttons {
    z-index: 80 !important;
}

.section_gray {
    background-color: var(--gray-100)
}

.our_brand {
    width: 100%;
    height: auto;
    padding: 0 15px;
    /* filter: grayscale(100%); */
}

.inside {
    padding: 0 30px;
}

section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.square {
    height: auto;
}

.header {
    height: 500px;
    max-height: 687px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: var(--white);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header.bottom {
    background-position: bottom !important;
}

.header.top {
    background-position: top !important;
}

.header .caption {
    position: relative;
    z-index: 2;
    margin-top: 70px;
    margin-bottom: 0;
}

.header .caption h1, .header .caption h2 {
    color: var(--white) !important;
}

.header .caption h1::after {
    border-bottom-color: var(--white);
}

.header h1 {
    line-height: 48px;
    font-size: 38px;
    font-weight: 400;
    letter-spacing: normal;
}

.header .breadcrumb-item {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
}

.header .breadcrumb-item a {
    color: var(--white);
    font-weight: 800;
}

.header .breadcrumb-item.active {
    color: var(--secondary_color);
    font-weight: 800;
}

/* MEDIA QUERY */

.header .breadcrumb-item::before {
    color: var(--white);
    font-family: "Font Awesome 5 Free";
    content: '\f111';
    margin-left: 10px;
    margin-right: 10px;
    font-size: 10px;
}

.header .breadcrumb-item.first::before {
    content: '';
}

.banner {
    padding: 30px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f8f8f8;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    min-height: 300px;
    height: auto;
}

.banner .container {
    z-index: 2;
}

.banner p {
    /* color: #a3a3a3; */
    padding: 0;
    margin-bottom: 0;
}

.card-body p {
    line-height: 28px;
}

#hubmap {
    width: 100%;
    aspect-ratio: 2/1.2;
}

@media (max-width: 768px) {
    #hubmap {
        aspect-ratio: 1/1;
    }
}

@media (max-width: 480px) {
    .inside {
        padding: 0;
    }

    #get_quote .content {
        padding-left: 30px;
    }

    .sovrapponi{
        margin-left: 0;
        padding: 0;
    }

    .focus .content {
        width: 100%;
    }

    .prefooter {
        padding: 20px
    }
}

@media (max-width: 1024px) {
    .inside {
        padding: 20px;
    }

    #get_quote {
        filter: drop-shadow(0 0 0 #00000050);
        margin-top: 0;
        border-radius: 0;
    }

    #get_quote .content {
        padding-left: 20px;
    }

    #get_quote i {
        font-size: 1.3rem;
    }

}




