/*------------------------------------*\
    
    Page Footer CSS

    Page footer...........The main page footer.

\*------------------------------------*/

.page-footer {
    margin-top: auto;
    /* used to affix footer at bottom of page */
    background-color: #565A5C;
    padding: 42px 0 30px 0;
}

.page-footer ul li,
.page-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-footer h5 a:hover {
    background: none;
}

.page-footer .container-fluid {
    padding: 0;
}

.footer-logo {
    width: 130px;
    margin: 0 auto;
}

.footer-logo__img {
    width: 100px;
    display: block;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.footer-logo a:hover {
    background: none;
}

.footer-top {
    padding: 30px 0;
}

.footer-accordion-heading {
    position: relative;
    padding: 20px 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    cursor: pointer;
}

.footer-accordion-heading-no-content {
    position: relative;
    padding: 20px 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    cursor: pointer;
}

.footer-accordion-items h5 {
    font-size: 22px;
    color: var(--c-white);
    line-height: 1.5em;
    text-transform: capitalize;
    font-family: var(--font-gothammedium);
    padding: 0 0;
    letter-spacing: 0;
}

.footer-accordion-heading-no-content h5 {
    font-size: 22px;
    color: var(--c-white);
    line-height: 1.5em;
    text-transform: capitalize;
    font-family: var(--font-gothammedium);
    padding: 0 0;
    letter-spacing: 0;
}

.footer-accordion-heading-no-content h5 a {
    color: var(--c-white);
}

.footer-accordion-items {
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.footer-accordion-heading::before {
    content: "\e908";
    font-family: 'icomoon';
    position: absolute;
    top: 27px;
    right: 22px;
    font-size: 15px;
    color: #fff;
}

.footer-accordion-heading-no-content::before {
    content: "";
    font-family: 'icomoon';
    position: absolute;
    top: 27px;
    right: 22px;
    font-size: 15px;
    color: #fff;
}

.active.footer-accordion-heading::before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.not-active.footer-accordion-heading::before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.footer-accordion-content {
    display: none;
    padding: 0 22px 20px;
}

.footer-link li {
    font-family: var(--font-gothambook);
}

.footer-link li a {
    color: var(--c-white);
    font-family: var(--font-gothambook);
    font-size: 19px;
    background: linear-gradient(to bottom, var(--c-green) 0%, var(--c-green) 100%);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    text-decoration: none;
    transition: background-size .4s;
}
/*
.footer-accordion-content h5 {
    display: none;
}*/

@media (min-width: 1200px) {
    .footer-link li a:hover {
        color: var(--c-green);
        background-size: 100% 1px;
    }
}


/* ---- */

.footer-bottom {
    padding: 0 22px;
}

.footer-bottom-left h5 {
    font-family: var(--font-gothambold);
    font-size: 15px;
    padding-bottom: 12px;
    color: var(--c-white);
    letter-spacing: 0;
}

.footer-bottom-left .socal li {
    display: inline-block;
    padding-right: 24px;
}

.footer-bottom-left .socal li a {
    color: var(--c-white);
    font-size: 18px;
    background: linear-gradient(to bottom, var(--c-green) 0%, var(--c-green) 100%);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    text-decoration: none;
    transition: background-size .2s;
}

.footer-bottom-right p {
    font-family: var(--font-gothammedium);
    color: #E4E7E3;
    font-size: 15px;
    line-height: 1.73em;
    padding: 18px 0 0;
}

.footer-bottom-right ul {
    margin-top: 20px;
}

.footer-bottom-right ul li {
    font-family: var(--font-gothammedium);
    display: inline-block;
    padding-right: 15px;
}

.footer-bottom-right ul li a {
    font-family: var(--font-gothammedium);
    font-size: 15px;
    color: #E4E7E3;
    background: linear-gradient(to bottom, var(--c-green) 0%, var(--c-green) 100%);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    text-decoration: none;
    transition: background-size .2s;
}

.back-top-top {
    margin-top: 20px;
}

.back-top-top a {
    color: var(--c-white);
}

.footer-top .col-lg-2:last-child .footer-accordion-items .footer-accordion-heading {
    border-bottom: none;
}

.back-top-top span img {
    position: relative;
    top: -2px;
    right: 1px;
}
.footer-accordion-items h5 a {
    color: var(--c-white);
}

@media(min-width: 768px) {
    .footer-accordion-items h5 {
        font-size: 20px;
    }
    .footer-accordion-heading {
        padding: 20px 52px;
    }
    .footer-accordion-heading-no-content {
        padding: 20px 52px;
    }
    .footer-accordion-content {
        padding: 0 52px 20px;
    }
    .footer-accordion-heading::before {
        right: 52px;
    }
    .footer-bottom {
        padding: 0 52px;
    }
    .footer-bottom-left h5 {
        padding-bottom: 22px;
    }
    .footer-bottom-right p {
        padding: 20px 0 0;
    }
    .footer-bottom-right ul li {
        padding-right: 53px;
    }
   
}

@media(min-width: 1200px) {
    .footer-logo {
        width: 130px;
    }
    .footer-logo__img {
        width: 130px;
    }
    /*
    .footer-accordion-content h5 {
        display: block;
    }*/
    .footer-accordion-content {
        display: block;
        padding: 0 0;
    }
    .not-active.accordion-heading {
        display: block;
    }
    .footer-accordion-heading,
    .footer-accordion-heading-no-content {
        border: none;
        padding: 0 0;
        /*display: none;*/
        cursor: default;
    }
    .footer-accordion-heading::before {
        display: none;
    }
    .footer-top {
        border-top: 1px solid rgba(255, 255, 255, 0.20);
        border-bottom: 1px solid rgba(255, 255, 255, 0.20);
        padding: 54px 43px 25px 127px;
        margin-top: 35px;
    }
    .footer-accordion-items h5 {
        padding-bottom: 14px;
        font-size: 22px;
    }
   
    .footer-accordion-heading h5 a {
        color: var(--c-white)
    }
    .footer-link li a {
        line-height: 1.73em;
    }
    .footer-accordion-items {
        margin-bottom: 35px;
        border-bottom: none;
    }
    .page-footer .footer-top .col-lg-2,
    .page-footer .footer-top .col-lg-1 {
        width: 25%;
    }
    .footer-bottom-left .socal li a:hover, 
    .footer-bottom-right ul li a:hover{
        color: var(--c-green);
        background-size: 100% 1px;
    }
    .footer-bottom {
        padding: 24px 52px 0;
    }
    .footer-bottom-left h5 {
        padding: 0 50px 0 0;
        font-size: 16px;
    }
    .footer-bottom-right,
    .footer-bottom-left {
        display: flex;
        align-items: center;
    }
    .footer-bottom-right p {
        padding: 0 76px 0 0;
        font-size: 13px;
    }
    .footer-bottom-right ul {
        margin-top: 0;
    }
    .page-footer {
        padding: 42px 0 24px 0;
    }
    .footer-top .col-lg-2:last-child .footer-accordion-items .footer-accordion-heading {
        border-bottom: none;
    }
}

@media(min-width: 1800px) {
    .page-footer .footer-top .col-lg-2 {
        width: 16.66666667%;
    }
    .page-footer .footer-top .col-lg-1 {
        width: 8.333333333%;
    }
    .footer-top {
        padding: 25px 52px 67px 52px;
    }
    .footer-accordion-items {
        margin-bottom: 0px;
    }
    .footer-top {
        margin-top: 30px;
    }
    .footer-bottom-flex {
        display: flex;
        justify-content: space-between;
    }
    .footer-bottom-right ul li:last-child {
        padding-right: 0;
    }
    .footer-bottom-right p {
        font-size: 15px;
        padding: 0 52px 0 0;
    }
    .footer-bottom-left h5 {
        padding: 0px 24px 0px 0px;
    }
    .footer-bottom {
        padding: 18px 52px 0px;
    }
    .page-footer {
        padding: 30px 0 22px 0;
    }
    .back-top-top a {
        font-size: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .back-top-top a span {
        margin: -5px 4px 0 0;
    }
    .back-top-top span img {
        position: relative;
        top: 1px;
        right: 1px;
    }
}