.map-home {
    margin-bottom: -50px;
}

.site-footer {
    position: relative;
    background: var(--lblue2);
    background: -webkit-linear-gradient(140deg, var(--lblue3) 25%, var(--black) 100%);
    background: -moz-linear-gradient(140deg, var(--lblue3) 25%, var(--black) 100%);
    background: -ms-linear-gradient(140deg, var(--lblue3) 25%, var(--black) 100%);
    background: -o-linear-gradient(140deg, var(--lblue3) 25%, var(--black) 100%);
    background: linear-gradient(140deg, var(--lblue3) 25%, var(--black) 100%);
    padding-top: 60px;
    padding-bottom: 60px;
}

.content-footer {
    position: relative;
    z-index: 1;
}

.site-footer:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background: url(../fonts/shape-dark-06.svg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 0;
    opacity: 0.3;
}

.site-footer p {
    color: var(--white)
}

.content-footer {
    position: relative;
    z-index: 1;
}

.footer-widget {
    margin-bottom: 30px;
}

.inst-footer img {
    width: 225px;
    margin-bottom: 15px;
}

.footer-widget-title {
    font-size: 20px;
    color: var(--color-primary);
    font-weight: bold;
    line-height: 1;
    position: relative;
    width: 100%;
    text-transform: uppercase;
    display: flex;
    align-items: center;

    h3 {
        margin: 0;
    }

    i {
        font-size: 28px;
    }
}

.footer-widget-title-f18 {
    font-size: 18px !important;
}

.footer-title {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;

    i {
        font-size: 45px;
        color: var(--color-primary);
    }

    h3 {
        margin: 0;
        font-size: 20px;
        color: #FFFFFF;
        position: relative;
    }

    h3::after {
        content: '';
        position: absolute;
        bottom: -3px;
        left: 0;
        width: 20%;
        height: 3px;
        background: var(--color-primary);
    }
}

.footer-widget p {
    font-size: 16px;
    color: var(--white);
    margin: 0;
    margin-top: 25px;
}

.footer-widget .news-form {
    width: 100%;
    border-radius: 5px;
    height: 50px;
    position: relative;
    margin-top: 15px;
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    .footer-widget .news-form {
        height: 60px;
        margin-bottom: 30px;
    }
}

.footer-widget .news-form input[type="text"],
.footer-widget .news-form input[type="email"] {
    width: 100%;
    display: block;
    height: 50px;
    color: var(--gray3);
    font-size: 16px;
    padding-left: 15px;
    padding-right: 50px;
    overflow: hidden;
    background-color: var(--white);
    outline: none !important;
    background-clip: padding-box;
    border: 3px solid var(--f4f4f4) !important;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.footer-widget .news-form input[type="email"]:focus,
.footer-widget .news-form input[type="email"]:hover,
.footer-widget .news-form input[type="text"]:focus,
.footer-widget .news-form input[type="text"]:hover {
    color: var(--gray3);
    background-color: var(--white);
    border-color: var(--blackrgba5);
    outline: 0;
    -webkit-box-shadow: 0px 0px 25px 0px var(--blackrgba2);
    -moz-box-shadow: 0px 0px 25px 0px var(--blackrgba2);
    box-shadow: 0px 0px 25px 0px var(--blackrgba2);
}

.footer-widget .news-form button[type="submit"] {
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 50px;
    font-size: 24px;
    color: var(--white);
    background-color: transparent;
    position: absolute;
    top: 3px;
    right: 3px;
    background: var(--color-primary);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    height: 44px;
}

.footer-widget .news-form button[type="submit"]:focus,
.footer-widget .news-form button[type="submit"]:hover {
    background: var(--lblue3);
}

.footer-widget .news-form button img {
    position: relative;
    top: -2px;
    width: 32px;
}

.footer-widget-contact li div {
    display: flex;
    justify-content: start;
    gap: 10px;
    align-items: center;
    color: #FFFFFF;

    i {
        font-size: 30px;
        color: var(--color-primary);
    }
}

.footer-widget-contact li+li {
    border-top: 1px solid var(--lblue2rgba2);
}

.footer-widget-contact li>i {
    position: absolute;
    left: 0;
    font-size: 24px;
    color: var(--color-primary);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.footer-widget-contact li a {
    color: var(--cccccc);
    font-size: 16px;
    line-height: 1.2;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    font-weight: 500;
}

.footer-widget-contact li a span {
    font-size: 14px;
}

.footer-widget-contact li:hover a {
    color: var(--white);
}

.footer-widget-contact li:hover>i {
    color: var(--cccccc);
}

.footer-widget-links-list {
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 5px;
}

.footer-widget-links-list li {
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    flex: 0 0 100%;
    transition: all 500ms ease;
    margin-top: 5px;
    margin-bottom: 5px;
}

.footer-widget-links-list li:hover {
    padding-left: 5px;
}

.footer-widget-links-list li a {
    color: var(--gray4);
    font-size: 16px;
    position: relative;
    transition: all 500ms ease;
    width: 100%;
    font-weight: 500;
}

.footer-widget-links-list li a i {
    font-size: 16px;
}

.footer-widget-links-list li a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 15px;
    height: 3px;
    background-color: var(--lblue2);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.footer-widget-links-list li a::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--blackrgba1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.footer-widget-links-list li:hover a::after {
    background-color: var(--lblue2);
    width: 100%;
}

.footer-widget-links-list li:hover a {
    color: var(--lblue2);
}

.copyright {
    padding-top: 30px;
    text-align: center;
    margin-top: 20px;
    border-top: 0px solid var(--lbluergba2);
    background: var(--blackrgba1);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.copyright img {
    width: 50px;
}

.copyright p {
    color: var(--white);
    font-size: 15px !important;
    line-height: 20px;
    margin-bottom: 0px;
    font-family: var(--special-font);
}

.copyright a {
    color: var(--color-primary);
    font-size: 15px !important;
    font-family: var(--special-font);
}

.copyright a:focus,
.copyright a:hover {
    color: var(--cccccc);
}

.separator {
    width: 100%;
    margin: 10px 0;
}

.footer-content .theme-mb-30 {
    border-right: 1px solid #636363;
    border-left: 1px solid #636363;
}

.footer-content .theme-mb-30:first-child {
    border-left: none;
}

.footer-content .theme-mb-30:last-child {
    border-right: none;
}

@media (max-width: 992px) {
    .footer-content .theme-mb-30 {
        border: none;
    }

    .content-footer {
        .separator {
            display: none;
        }

        .separator.d-none {
            display: block !important;
            height: 1px;
            background: #636363;
        }
    }
}