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

footer .social-icons-gray li a svg {
    position: relative;
    top: 3px;
    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: 3px;
    width: 22px;
    height: 22px;
    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(--f1f1f1);
    padding-top: 60px;
    padding-bottom: 60px;
}


.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-05.svg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 0;
    opacity: 0.1;

}




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







.business-footer {
	padding:15px;
	width:100%;
	display:block;
	position:relative;
	background:var(--white);
		-webkit-box-shadow: 0px 10px 30px -5px var(--blackrgba1);
	-moz-box-shadow: 0px 10px 30px -5px var(--blackrgba1);
	box-shadow: 0px 10px 30px -5px var(--blackrgba1);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	text-align:center;
}

.business-footer .icon {
	margin:0px 0px 10px 0px;
		width:100%;
	display:block;
		text-align:center;
}

.business-footer .icon svg {
    position: relative;
    top: 0px;
    width: 45px;
    height: 45px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--lblue2);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.business-footer p {
	font-size:14px !important;
	font-weight:normal;
	margin:0px;
	
}
.business-footer h3 {
	font-size:24px;
	font-weight:bold;
		margin:0px;
		color:var(--lblue2);
}

.business-footer:hover,
.business-footer:focus {
		background:var(--whitergba8);
				-webkit-box-shadow: 0px 10px 36px -5px var(--blackrgba3);
	-moz-box-shadow: 0px 10px 36px -5px var(--blackrgba3);
	box-shadow: 0px 10px 36px -5px var(--blackrgba3);
}

.icon-info svg {
    position: relative;
    top: 0px;
    width: 75px;
    height: 75px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--lblue2);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}




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

.inst-footer p,
.footer-widget p {
    font-size: 15px;
    color: var(--orange2);
    margin: 0;
}



.footer-widget-title {
    font-size: 20px;
    color: var(--dblue2);
    font-weight: 600;
    line-height: 1;
    margin-bottom: 25px;
    padding-bottom: 10px;
    position: relative;
    text-transform:uppercase;
    width: 100%;
}

.footer-widget-title-f18 {
    font-size: 18px !important;
}

.footer-widget-title::before {
    background: var(--dblue2) 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(--lblue2) none repeat scroll 0 0;
    bottom: -10px;
    content: "";
    height: 6px;
    left:20px;
    position: absolute;
    width:75px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}






.footer-widget-contact {

}
.footer-widget-location p,
.footer-widget-contact p{
    margin: 0px;
    color: var(--dblue2);
    font-size: 14px;
}

.footer-widget-contact li {
    position: relative;
    min-height:24px;
    padding-left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--dblue2);
    font-size: 15px;
    line-height: 1.1;
    margin-bottom: 3px;
}

/*.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 svg {
    position: relative;
    top: 2px;
    left:-10px;
    width: 22px;
    height: 22px;
    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-location {
}

.footer-widget-location li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--dblue2);
    font-size: 16px;
    line-height: 1.2;
    margin-bottom:0px;
}

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

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





.footer-widget-location li svg {
    position: relative;
    top: 2px;
    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-location li:hover svg{
    fill:var(--white);
}







.footer-widget-location 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-location li a span {
    font-size: 14px;
}

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

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



.footer-widget-links {
    margin: 0;
}

.footer-widget-links li {
    position: relative;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--blackrgba2);
}

.footer-widget-links li:last-child {
    border-bottom: 0px solid #fc0;
}



.footer-widget-links li::before {
    position: absolute;
    content: "";
    background-position: top center;
    background-repeat: no-repeat;
    background: url(../images/chevron-right.svg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    top: 50%;
    left: -25px;
    height: 24px;
    width:24px;
    color: var(--dblue2);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -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-links li:focus::before,
.footer-widget-links li:hover::before {
    opacity:.5;
    left: 0px;
}


.footer-widget-links li a {
    padding:7px 0px 5px 15px;
    display: block;
    color: var(--dblue2);
    font-size: 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: bold;
}

.footer-widget-links li a img {
    width: 32px;
    padding-right: 7px;
}


.footer-widget-links li:focus a,
.footer-widget-links li:hover a {
    color: var(--dblue1);
    padding-left: 25px;
}




.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(--dblue2);
    font-size: 14px !important;
    line-height: 20px;
    margin-bottom: 0px;
}

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

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

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


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