

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(--white) !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: 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);
}



.inst-footer img{
    width:220px;
    margin:auto;
}

.inst-footer h1{
    font-size:24px;
    line-height: 1.2;
    font-weight: 700;
}

.site-footer {
    position: relative;
    background: var(--f2f2f2);
    padding-top: 60px;
    padding-bottom: 60px;
}


.content-footer {
    position: relative;
    z-index: 1;
}


.icon-info svg {
    position: relative;
    top: 0px;
    width: 75px;
    height: 75px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white);
    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(--white);
    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(--dblue1) 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);
}





#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;

}







.copyright {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    margin-top: 20px;
    border-top: 1px solid var(--blackrgba1);
    background: var(--blackrgba0);

}

.copyright img {
    width: 50px;
}

.copyright p {
    color: var(--orange2);
    font-size: 14px !important;
    line-height: 20px;
    margin-bottom: 0px;
}

.copyright a {
    color: var(--orange2);
    font-size: 14px !important;
}

.copyright a:focus,
.copyright a:hover {
    color: var(--lblue2);
}

.copyright a svg {
    position: relative;
    top: 0px;
    width: 50px;
    height: 22px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--gray3) !important;
    transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}


.copyright a:hover svg {
    fill: var(--developer) !important;
}


