.position-relative {
    position: relative !important;
}

.bg-gradient-footer {
    background: linear-gradient(221deg, var(--lblue1), var(--lblue3), var(--lblue1));
    background-size: 300% 300%;
    -webkit-animation: bg-gradient-animator 10s ease infinite;
    -moz-animation: bg-gradient-animator 10s ease infinite;
    -o-animation: bg-gradient-animator 10s ease infinite;
    animation: bg-gradient-animator 10s ease infinite;
}

.footer-navbar li {
    display: inline-block;
    margin-bottom: 0;
}

.footer-navbar li a {
    color: var(--white);
}

.footer-navbar li a:hover {
    color: var(--dblue2);
}

.footer-navbar li:last-child a {
    padding-right: 0;
}

.footer-navbar li:first-child a {
    padding-left: 0;
}

.footer-navbar .nav-link:focus {
    color: inherit;
}

.row.g-0 {
    margin-right: 0;
    margin-left: 0;
}

.row.g-0 > * {
    padding-right: 0;
    padding-left: 0;
}

.border-color-transparent-white-light {
    border-color: var(--blackrgba1) !important;
}

.align-items-center {
    align-items: center !important;
}

.last-paragraph-no-margin p:last-of-type {
    margin-bottom: 0;
}

.ps-0 {
    padding-left: 0 !important;
}

.lh-normal {
    line-height: normal;
}


@-webkit-keyframes bg-gradient-animator {
    0% {
        background-position: 96% 0%
    }
    50% {
        background-position: 5% 100%
    }
    100% {
        background-position: 96% 0%
    }
}

@-moz-keyframes bg-gradient-animator {
    0% {
        background-position: 96% 0%
    }
    50% {
        background-position: 5% 100%
    }
    100% {
        background-position: 96% 0%
    }
}

@-o-keyframes bg-gradient-animator {
    0% {
        background-position: 96% 0%
    }
    50% {
        background-position: 5% 100%
    }
    100% {
        background-position: 96% 0%
    }
}

@keyframes bg-gradient-animator {
    0% {
        background-position: 96% 0%
    }
    50% {
        background-position: 5% 100%
    }
    100% {
        background-position: 96% 0%
    }
}


footer .social-icons li a {
    background: var(--lblue2);
    color: var(--white);
}

footer .footer-widget-contact svg {
    position: relative;
    top: 5px;
    width: 20px;
    height: 20px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white) !important;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

footer .social-icons-gray li a svg {
    position: relative;
    top: 5px;
    width: 20px;
    height: 20px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--dblue2) !important;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}


footer .social-icons-gray li:hover a svg {
    fill: var(--white) !important;
}


footer .social-icons li a svg {
    position: relative;
    top: 7px;
    width: 20px;
    height: 20px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}


footer .social-icons li:hover a svg {
    fill: var(--white);
}

.info small {
    display: block;
    line-height: 1.1 !important;
    font-size: 14px;
}

.info strong {
    display: block;
    line-height: 1.1 !important;
    font-size: 14px;
}

.inst-footer {
    width:100%;
    padding:20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: var(--white);
    text-align: center;
}
.inst-footer img {
    width: 260px;
    margin:0px auto 20px;
    background: var(--white);
}


.inst-footer h3 {
    font-size:16px;
    line-height: 1.1;
    font-weight: 600;
    color: var(--lblue2);
}

.site-footer {
    position: relative;
    /*background: var(--lblue2);*/
    padding-top: 60px;
    padding-bottom: 60px;
    /*background-color: rgb(32, 32, 32);
     background-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 1)), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(to bottom, rgb(8, 8, 8), rgb(32, 32, 32));
     background-size: 100% 100%, 10px 10px, 10px 10px, 10px 5px;
     background-position: 0px 0px, 0px 0px, 5px 5px, 0px 0px;*/
}



.content-footer {
    position: relative;
    z-index: 1;
}


.icon-info svg {
    position: relative;
    top: 0px;
    width: 55px;
    height: 55px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--dblue2);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}


.inst-footer p,
.footer-widget p {
    font-size: 15px;
    color: var(--orange2);
    margin: 0;
}


.footer-widget-title {
    font-size: 20px;
    color: var(--dblue2);
    font-weight: bold;
    line-height: 1;
    margin-bottom: 25px;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
    text-transform: uppercase;
}

.footer-widget-title-f18 {
    font-size: 18px !important;
}

.footer-widget-title::before {
    background: var(--dblue2) none repeat scroll 0 0;
    bottom: -10px;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    width: 50px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

footer p {

    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 15px;
    font-weight: normal;
    color: var(--white);
}


.copyright {
    padding-top: 30px;
    padding-bottom: 60px;
    text-align: center;
    margin-top: 20px;
    border-top: 0px solid var(--blackrgba1);
}

.copyright svg {
    position: relative;
    top: 0px;
    width: 16px;
    height: 16px;
    vertical-align: text-top;
    fill: var(--developer);
}

.copyright p {
    color: var(--white);
    font-size: 12px !important;
    line-height: 1.1;
    margin-bottom: 0px;
    font-family: var(--special-font);
    font-weight: 400;
}

.copyright a {
    color: var(--dblue2);
    font-size: 12px !important;
    font-weight: 400;
    font-family: var(--special-font);
}

.copyright a:focus,
.copyright a:hover {
    color: var(--white);
}


#cd-google-map {
    position: relative;
    width: 100%;
    height: 500px;
    background: var(--white);
}

#google-container {
    position: relative;
    width: 100%;
    height: 500px !important;
    background: var(--white);
}


#cd-google-map address {
    position: absolute;
    z-index: 30;
    width: auto;
    max-width: calc(100% - 60px);
    bottom: 95px;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: var(--whitergba8);
    text-align: center;
    -webkit-box-shadow: 0px 7px 35px 0px var(--blackrgba5);
    -moz-box-shadow: 0px 7px 35px 0px var(--blackrgba5);
    box-shadow: 0px 7px 35px 0px var(--blackrgba5);
    font-weight: bold;


    -webkit-backdrop-filter: saturate(150%) blur(5x);
    backdrop-filter: saturate(150%) blur(5px);
}

#cd-google-map address p {
    font-weight: bold;
}


#cd-google-map .linksmaps {
    position: absolute;
    z-index: 30;
    width: auto;
    max-width: calc(100% - 60px);
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 12px 25px 3px 25px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-color: var(--whitergba8);
    text-align: center;
    -webkit-box-shadow: 0px 7px 35px 0px var(--blackrgba5);
    -moz-box-shadow: 0px 7px 35px 0px var(--blackrgba5);
    box-shadow: 0px 7px 35px 0px var(--blackrgba5);
    -webkit-backdrop-filter: saturate(150%) blur(5x);
    backdrop-filter: saturate(150%) blur(5px);
}

#cd-google-map .linksmaps ul {
    margin: 0 !important;
    padding: 0 !important;
}


#cd-google-map .linksmaps ul svg {
    position: relative;
    top: 2px;
    width: 28px;
    height: 28px;
    vertical-align: text-top;
    stroke-width: 1.5;
    fill: var(--white) !important;

}




.footer-hours {
    border: 0px solid var(--white);
    padding: 0px 0 10px 0px;
    border-collapse: separate;
    border-spacing: 0 5px;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.footer-hours td,
.footer-hours th {
    color: var(--dblue2) !important;
    border: none;
    padding: 0 15px;
    border-radius: 0px;
    border-right-style: none;
    font-weight: 400;
}

.footer-hours th.important,
.footer-hours td.important {
    color: var(--white) !important;
    border: none;
    padding: 0 15px;
    border-radius: 0px;
    border-right-style: none;
    font-weight: 600;
}





