.map-home {
    margin-bottom: -50px;
}

.site-footer {
    position: relative;
    background: var(--white);
    padding-top: 60px;
    padding-bottom: 60px;
}

.content-footer {
    position: relative;
    z-index: 1;
}


.footer-widget {
    margin-bottom: 30px;
}

.inst-footer img{
    width:172px;
    margin-bottom:15px;
}

.inst-footer h1{
    font-size:24px;
    line-height: 1.2;
    font-weight: 700;
}

.inst-footer p{
    font-size:16px;
    line-height: 1.1;
    font-weight: 600;
}

.inst-footer strong{
    font-size:18px;
    line-height: 1.1;
    font-weight: 700;
    display: block;
}

.footer-widget-title {
    font-size: 24px;
    color: var(--gray4);
    font-weight: 600;
    line-height: 1;
    margin-bottom: 25px;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
}

.footer-widget-title-f18 {
    font-size: 18px !important;
}

.footer-widget-title::before {
    background: var(--lblue2) 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-widget p {
    font-size: 1.1rem;
    color: var(--gray4);
    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:  1.1rem;
    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: 50px;
    -moz-border-radius:50px;
    border-radius:50px;
    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:0px;
    right: 0px;
    background: 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: 50px;
    -moz-border-radius: 50px;
    border-radius:50px;
    height: 50px;
}

.footer-widget .news-form button[type="submit"]:focus,
.footer-widget .news-form button[type="submit"]:hover {
    background: var(--dblue2);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    padding-left:15px;
    padding-right:15px;
}


.footer-widget-contact {
    margin-top: -10px;
}

.footer-widget-contact li {
    position: relative;
    min-height: 55px;
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--gray4);
    font-size:  1.1rem;
    line-height: 1.2;
    font-weight: 600;
}



.footer-widget-contact li + li {
    border-top: 1px solid var(--lbluergba2);
}

.footer-widget-contact li > i {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 24px;
    color: var(--dblue2);
    -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(--gray4);
    font-size:  1.1rem;
    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: 600;
}

.footer-widget-contact li a span {
    font-size:  1.1rem;
}

.footer-widget-contact li:hover a {
    color: var(--lblue2);
}

.footer-widget-contact li:hover > i {
    color: var(--dblue2);
}

.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:  1.1rem;
    position: relative;
    transition: all 500ms ease;
    width: 100%;
    font-weight: 600;
}

.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;
    padding-bottom: 30px;
    text-align: center;
    margin-top: 20px;
    border-top:0px solid var(--lblue2);
    background: var(--lblue2);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.copyright img {
    width: 50px;
}

.copyright p {
    color: var(--white);
    font-size:  16px !important;
    line-height: 20px;
    margin-bottom: 0px;
    font-family: var(--special-font);
    font-weight: 600;
}

.copyright a {
    color: var(--dblue2);
    font-size: 16px !important;
    font-weight: 600;
    font-family: var(--special-font);
}

.copyright a:focus,
.copyright a:hover {
    color: var(--white);
}

.link-list-inline li {
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
    margin-left: 15px;
}

.link-list-inline li a {
    font-size: 15px !important;
    color: var(--white);
}
.link-list-inline li a:hover {
    color: var(--dblue2)!important;
}

