.map-home {
    margin-bottom: -50px;
}
/*
.site-footer {
    position: relative;
    background: var(--black);
    padding-top: 60px;
    padding-bottom: 60px;
}
*/


.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(../images/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(--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(--white) none repeat scroll 0 0;
    bottom: -10px;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    width:70px;
    -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: 5px;
	left: 60px;
	margin-left:20px;
	position: absolute;
	width: 25px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}




.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;
    /*top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);*/
    right:3px;
    background: var(--dblue2);
    -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);
/*-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 .news-form button img{
    position: relative;
    top:-2px;
    width:32px;
}

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

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

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

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

.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(--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::before {
    font-family: "Material Design Icons";
  content: "\F054";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}*/

.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(--blackrgba1);
   /* 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: 30px;
    padding-bottom: 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(--dblue2);
    font-size: 15px !important;
    font-family: var(--special-font);
}

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