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


footer .social-icons-gray li a svg {
    position: relative;
    top: 5px;
    width: 24px;
    height: 24px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--orange2) !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: 5px;
    width: 24px;
    height: 24px;
    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);
}





.site-footer {
    position: relative;
    background: var(--f4f4f4);
    padding-top: 60px;
    padding-bottom: 60px;
    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(../images/bg3.svg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 0;
    opacity:1;

}


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



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

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

.footer-widget-title {
    font-size: 24px;
    color: var(--lblue2);
    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(--sblue2) none repeat scroll 0 0;
        bottom: -10px;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    width:25px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.footer-widget-title::after {
background: var(--dblue2) none repeat scroll 0 0;
    bottom: -10px;
    content: "";
    height: 6px;
    left:18px;
    position: absolute;
    width:55px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.inst-footer p,
.footer-widget p {
    font-size: 16px;
    color: var(--orange2);
    margin: 0;
    margin-top: 25px;
    font-weight: normal;
}

.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: 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: 43px;
    font-size: 24px;
    color: var(--white);
    background-color: transparent;
    position: absolute;
    top:3px;
    /*top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);*/
    right:3px;
    background: var(--lblue1);
    -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: 43px;
    -webkit-box-shadow: 0px 10px 36px 0px var(--lbluergba1);
    -moz-box-shadow: 0px 10px 36px 0px var(--lbluergba1);
    box-shadow: 0px 10px 36px 0px var(--lbluergba1);
}

.footer-widget .news-form button[type="submit"]:focus,
.footer-widget .news-form button[type="submit"]:hover {
    background: var(--lblue3);
    /*-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;*/
    -webkit-box-shadow: 0px 10px 46px 0px var(--lbluergba3);
    -moz-box-shadow: 0px 10px 46px 0px var(--lbluergba3);
    box-shadow: 0px 10px 46px 0px var(--lbluergba3);
}

.footer-widget .news-form button > svg {
    position: relative;
    top: 5px;
    left:0px;
    width: 20px;
    height: 20px;
    vertical-align: text-top;
    stroke-width:0;
    fill:var(--white) !important;
    stroke: var(--lblue2) !important;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}



.footer-widget .news-form button:hover svg{
    fill:var(--white);
}








.footer-widget-contact {
    margin-top: -10px;
}

.footer-widget-contact li {
    position: relative;
    min-height: 45px;
    padding-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--orange2);
    font-size: 16px;
    line-height: 1.2;
}

/*.footer-widget-contact li:last-child {
    padding-top: 5px;
    margin-bottom: 5px
}*/

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

.footer-widget-contact li > i {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 24px;
    color: var(--lblue2);
    -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 svg {
    position: relative;
    top: 5px;
    left:-15px;
    width: 28px;
    height: 28px;
    vertical-align: text-top;
    stroke-width:0;
    fill: var(--lblue2) !important;
    stroke: var(--lblue2) !important;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}






.footer-widget-contact li:hover svg{
    fill:var(--white);
}







.footer-widget-contact li a {
    color: var(--orange2);
    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;
}

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

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

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

.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%;
}

.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);
    /* transform: scale(0, 1);
     transform-origin: left;*/
    -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(--blackrgba0);
    /* transform: scale(0, 1);
     transform-origin: left;*/
    -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 {
    /*transform: scale(1, 1);
    transform-origin: left;*/
    background-color: var(--lblue2);
    width: 100%;
}

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

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

.copyright img {
    width: 50px;
}

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

.copyright a {
    color: var(--white);
    font-size: 14px !important;
}

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

.copyright a svg {
    position: relative;
    top: 0px;
    width: 75px;
    height: 22px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white) !important;
    transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}


.copyright a:hover svg {
    fill: var(--developer) !important;
}



.link-list-inline li {
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
    margin-left: 15px;
    font-weight: 600;
}

.link-list-inline li a {
    font-size: 15px !important;
    color: var(--white);
    font-weight: 600;
}
.link-list-inline li a:hover {
    color: var(--lblue2)!important;
}

