.site-footer {
    background-color: #000;
    padding: 80px 0 0;
}

.site-footer-inner-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.site-footer-inner-top-col1 {
    width: 24%;
}

.site-footer-inner-top-col2 {
    width: 15%;
}

.site-footer-inner-top-col3 {
    width: 30%;
}

.site-footer-inner-top-col4 {
    width: 22%;
}

.site-footer-social {
    margin: 30px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.site-footer .site-info {
    width: 250px;
    height: 48px;
}

.site-footer-content {
    margin: 30px 0 0;
    color: #fff;
}

.site-footer-social-item {
    display: flex;
}

.site-footer-social-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 100%;
    padding: 12px;
    transition: all ease .4s;
}

.site-footer-social-item a:hover {
    border: 1px solid #FF914D;
}

.site-footer-social-item a:hover svg path {
    fill: #FF914D;
}

.site-footer svg path {
    fill: #fff;
    transition: all ease .4s;
}

.site-footer-inner-top-col3-common {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 20px;
}

.site-footer-email .site-footer-inner-top-col3-common{
    margin: 0;
}

.site-footer-inner-top-col3 .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 100%;
    padding: 12px;
    transition: all ease .4s;
}

.site-footer-inner-top-col3 .icon svg {
    width: auto;
    height: 100%;
}

.site-footer-inner-top-col3 span.text {
    width: calc(100% - 50px);
    padding-left: 15px;
    color: #fff;
}

.site-footer-inner-top-col3 a {
    color: #fff;
}

.site-footer-inner-top-col3 a:hover {
    color: #FF914D;
}

.site-footer h3 {
    color: #fff;
    margin: 0 0 30px;
}

.site-footer-map {
    height: 100%;
}

.site-footer-map p {
    display: flex;
    height: 100%;
}

.site-footer-map iframe {
    height: 100%;
    max-height: 100% !important;
    width: 100%;
}

.footer-navigation-wrapper {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-navigation-wrapper li {
    margin: 0 0 10px;
}

.footer-navigation-wrapper li:last-child {
    margin: 0;
}

.footer-navigation-wrapper li>a {
    color: #fff;
    font-family: 'Jost-Medium';
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: -0.319px;
    transition: all ease .4s;
}

.footer-navigation-wrapper li:hover>a {
    color: #FF914D;
}

.site-footer-inner-bottom {
    padding: 20px 0;
    margin: 80px 0 0;
    border-top: 1px solid #fff;
}

.site-footer-inner-bottom-copyright {
    color: #fff;
    text-align: center;
}

@media (max-width:1199px) {
    .site-footer-inner-top-col1 {
        width: 48%;
    }

    .site-footer-inner-top-col2 {
        width: 48%;
    }

    .site-footer-inner-top-col3 {
        width: 48%;
    }

    .site-footer-inner-top-col4 {
        width: 48%;
    }

    .site-footer-inner-top {
        row-gap: 50px;
    }
}

@media (max-width:991px) {
    .site-footer {
        padding: 60px 0 0;
    }

    .site-footer-inner-bottom {
        margin: 60px 0 0;
    }
}

@media (max-width:767px) {

    .site-footer-inner-top-col1,
    .site-footer-inner-top-col2,
    .site-footer-inner-top-col3,
    .site-footer-inner-top-col4 {
        width: 100%;
    }

    .site-footer-map iframe {
        min-height: 250px;
    }

    .site-footer {
        padding: 40px 0 0;
    }

    .site-footer-inner-top {
        row-gap: 30px;
    }

    .site-footer h3 {
        margin: 0 0 20px;
        font-size: 22px;
    }

    .site-footer-inner-bottom {
        margin: 40px 0 0;
    }
}
.site-footer-inner-bottom-copyright a{
	color:#fff !important;	
}