footer .social-icons li a svg {
    position: relative;
    top:2px;
    width:26px;
    height: 26px;
    vertical-align: text-top;
    stroke-width: 1.5;

}

footer .social-icons li a {
    background: var(--white);
    color: var(--lblue2);
}


.inst-footer img{
   float: left;
    margin-bottom:15px;
}

.inst-footer .logo1{
    width:220px;
    margin-right: 15px;
}
.inst-footer .logo2{
    width:125px;
}


.inst-footer h1{
    font-size:24px;
    line-height: 1.2;
    font-weight: 700;
}

.site-footer {
    position: relative;
    background: var(--gray3);
    padding-top:50px;
    padding-bottom: 60px;
}

.site-footer::before {
    top:-50px;
    left: 0px;
    position: absolute;
    content: "";
    width: 100%;
    height:150px;
    /*height: calc(100% + 100px);*/
    background:var(--gray3);
    -moz-transform: skew(0deg, -3deg);
    -webkit-transform: skew(0deg, -3deg);
    -o-transform: skew(0deg, -3deg);
    -ms-transform: skew(0deg, -3deg);
    transform: skew(0deg, -3deg);
    z-index: 0;
}

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



.footer-widget-title {
    font-size:20px;
    color: var(--white);
    font-weight: 400;
    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 p {

    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 15px;
    font-weight: normal;
    color: var(--white);
}


.inst-footer img{
width:220px;
}



.copyright {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    margin-top: 20px;
    border-top:1px solid var(--blackrgba1);
}

.copyright svg {
    position: relative;
    top:0px;
    width:16px;
    height: 16px;
    vertical-align: text-top;
    fill: var(--developer);
}

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

.copyright a {
    color: var(--f4f4f4);
    font-size: 12px !important;
    font-weight: 400;
    font-family: var(--special-font);
}

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


#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;

}






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


.footer-widget-contact li > svg {
   position: absolute;
    top: 50%;
    left: 0;

    color: var(--white);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

margin-right: 15px;
    width:28px;
    height: 28px;
    vertical-align: text-top;
    stroke-width: 1.5;
    stroke: var(--white) !important;
    -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(--f4f4f4);
    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(--cccccc);
}

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