.site-footer {
    padding: 0;
    z-index: 2;
    position: relative;
    background: #fff;
}

.site-footer:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 2px;
    left: 0;
    background: #57D575;
}

.footer-top {
    display: flex;
    flex-wrap: wrap;
}

.footer-top .col-left {
    border-radius: 0 0 57px;
    background: #fff;
    padding: 71px 40px 50px;
    width: 32.8%;
    position: relative;
}

.footer-top .col-left:before{
    content: '';
    display: block;
    width: 50vw;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    right: 20%;
    z-index: 0;
}

.footer-wrapper {
    margin: 0 auto;
    max-width: 1440px;
    position: relative;
}

.footer-menu-inner {
    display: flex;
    margin: 0 auto;
}

.footer-menu-inner h6 {
    color: #2A2A2A;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 27px */
    text-transform: capitalize;
    margin-bottom: 11px;
}

.footer-menu-inner ul li a span {
    color: #F8F8F8;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 37px; /* 312.5% */
    letter-spacing: -0.16px;
    font-family: "Poppins", sans-serif;
    text-align: left;
}

.footer-menu-inner ul li {
    width: 100%;
    line-height: 1;
    list-style: none;
    text-align: left;
}

.footer-menu-inner ul li a {
    padding: 0;
    display: inline-block;
    vertical-align: top;
}

.footer-menu-inner ul li a:hover span{
    text-decoration: underline;
}

@media (min-width: 1304px){
.footer-top .col-left {
    padding-left: calc((1440px - 1304px) / 2 + 40px);
}
}


.footer-top .col-left h6 {
    margin-bottom: 32px;
    letter-spacing: 0;
    color:  #2A2A2A;
    font-family: 'Raleway';
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 45px */
    text-transform: capitalize;
}

.footer-social {
    display: flex;
    align-items: flex-start;
    padding-top: 32px;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #CECECE;
    width: 54.615px;
    height: 54.615px;
}

.footer-social a:not(:last-child) {
    margin-right: 18px;
}

.footer-social a:hover{
    opacity: 0.5;
}

.footer-menu-inner ul {
    padding: 0;
}

.footer-top .col-right {
    text-align: center;
    width: 67%;
    padding-left: 19.3%;
    padding-top: 71px;
    padding-right: 40px;
}

.footer-menu-inner .column-1 {
    margin-right: 129px;
}

.footer-bottom .copyright {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px; /* 312.5% */
    letter-spacing: -0.16px;
}

.footer-bottom {
    padding: 25px 0 41px;
}

.button-back-to-top .arrow {
    transform: rotate(-90deg);
    display: inline-block;
}

.button-back-to-top .arrow {
    width: 15px;
    height: 12px;
    position: relative;
    overflow: hidden;
}

button#button-back-to-top {
    width: 32px;
    height: 32px;
    min-height: 32px;
    background:  #57D575;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    min-width: auto;
}

.button-sticky.bottom.fixed button#button-back-to-top{
    background: #F8F8F8;
}

div#button-sticky .arrow svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

div#button-sticky .arrow svg:nth-child(2){
    opacity: 0;
    transform: translateX(-100%);
}

div#button-sticky:not(:hover) .arrow svg:nth-child(2) {
    transition: transform 0.3s,opacity 0.3s;
}

div#button-sticky:not(:hover) svg:first-child {
    transition: transform 0.3s ease 0.2s,opacity 0.3s ease 0.2s;
}

div#button-sticky:hover svg:first-child {
    opacity: 0;
    transform: translateX(100%);
    transition: transform 0.3s,opacity 0.3s;
}

div#button-sticky:hover svg:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
    transition: transform 0.3s ease 0.2s,opacity 0.3s ease 0.2s;
}

.button-sticky-wraper {
    position: absolute;
    top: 0px;
    right: 40px;
    cursor: pointer;
    flex-wrap: wrap;
    margin: 0;
    width: 32px;
    justify-content: center;
    z-index: 3;
    text-align: center;
    height: 100%;
    padding-bottom: calc(var(--footer-height) - 131px);
}


div#button-sticky {
    position: sticky;
    bottom: 50px;
    top: calc(100% - 112px);
}

div#button-sticky.top {
    opacity: 0;
}

div#page {
    position: relative;
}


@media (min-width: 1441px){
    .button-sticky-wraper {
        right: calc((100vw - 1440px) / 2 + 40px);
    }
}

.button-sticky .text {
    color: #2A2A2A;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 27px */
    text-transform: capitalize;
    display: block;
    text-align: center;
    margin-top: 9px;
}

.footer-top .col-left-inner {
    position: relative;
}



@media (max-width: 1365px){
    div#button-sticky {
        right: 40px;
    }
}

@media (max-width: 1199px){
    .footer-top .col-left {
        width: 44%;
        padding-right: 20px;
    }
    
    .footer-top .col-right {
        width: 56%;
        padding-left: 10%;
        padding-right: 10%;
    }
    
    .footer-menu-inner .column-1 {
        margin-right: 10%;
    }
    
    .footer-menu-inner {
        justify-content: space-between;
    }

}


@media (max-width: 991px){
        
    .footer-top .col-right {
        padding-left: 5%;
        padding-right: 10%;
    }

    div#button-sticky{
        right: 25px
    }

    
    .button-back-to-top .arrow {
        width: 20px;
        height: 18px;
    }
}

@media (max-width: 767px){
    .footer-top .col-left {
        width: 72%;
        padding: 27px 20px 40px 40px;
    }
    
    .footer-top .col-right {
        width: 100%;
        padding-top: 39px;
        padding-left: 40px;
        padding-right: 36px;
    }
    
    .footer-menu-inner {
        justify-content: flex-start;
    }
    
    .footer-menu-inner .column-1 {
        width: 40%;
        margin: 0;
        text-align: left;
    }
    
    .column-2 {
        width: 60%;
        text-align: left;
    }
    
    .footer-top .col-left h6 {
        margin-bottom: 16px;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
    }
    
    .footer-social {
        padding-top: 16px;
    }
    
    .footer-bottom {
        padding: 26px 0 22px;
    }                                                                                                                                                                                                                                                                                                                                                                                                      
}

@media (max-width: 375px){
        .footer-top .col-right {
            padding-right: 20px;
        }

        
        .footer-top .col-left {
            width: 85%;
        }
}

@media (max-width: 374px){
    .footer-menu-inner h6 {
        font-size: 15px;
    }
    
    .footer-menu-inner ul li a span {
        font-size: 14px;
        line-height: 30px;
    }
    
    .footer-bottom .copyright {
        font-size: 14px;
    }
}