/*------------------------------------*\

    Page Footer CSS

    Page footer...........The main page footer.

\*------------------------------------*/
.page-footer {
    position: relative;
    background-color: var(--color-blue);
    margin-top: auto;
    top: 100px;
    margin-bottom: 150px;
}

.curved-cutter {
    position: absolute;
    top: -70px;
    left: 0;
    width: 100%;
    height: 70px;
    overflow: hidden;
    z-index: 2;
}

.curved-cutter:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    display: block;
    border-radius: 50%;
    transform: scaleX(1.7);
    background-color: var(--color-blue);
}

.nav-footer .menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.nav-footer .menu li {
    height: auto;
    padding: 10px;
    color: #fff;
    justify-content: center;
    position: relative;
    display: flex;
    margin-top: 0;
}

.nav-footer .menu li:after {
    content: "";
    position: absolute;
    right: 0;
    border-right: 2px solid #5f7f96;
    height: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.nav-footer .menu li:last-of-type:after {
    content: none;
}

.footer-logo-wrap {
    display: block;
    width: 250px;
    margin: 0 auto;
}

.footer-logo-wrap:hover {
    background-color: transparent !important;
}

.nav-footer .menu a {
    color: #fff;
}

.nav-footer .menu a:hover {
    background-color: transparent !important;
    color: #f6862a !important;
}

.bottom-footer-wrap {
    background-color: #002c46;
}

.bottom-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 13px 0;
    flex-wrap: wrap;
}

.bottom-footer li {
    padding: 0 20px;
    margin: 0;
    position: relative;
    white-space: nowrap;
    text-transform: uppercase;
}

.btt {
    color: var(--color-orange) !important;
    cursor: pointer;
    font-weight: 600 !important;
    transition: all 0.3s;
}

.btt:hover {
    text-decoration: none !important;
    color: #ffa358 !important;
}

.btt>div {
    transform: rotate(-90deg);
    display: inline-block;
    margin-left: 5px;
}

.bottom-footer li:after {
    content: '';
    border-right: 1.5px solid #5e7d92;
    position: absolute;
    right: 0;
    height: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.bottom-footer a,
.bottom-footer li {
    color: #5e7d92;
    font-weight: 500;
    font-size: 11px;
}

.social-links {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    flex-direction: column;
}

.social-links .phone-num i {
    margin-right: 8px;
}

.social-links .phone-num:after {
    content: none;
}

.social-links .btn {
    margin-top: 0 !important;
    display: flex;
    margin: 0 10px 20px;
}

.social-links span a:hover {
    background-color: transparent !important;
}

.social-links .btn span {
    margin-right: 8px;
}

.social-links .btn-tertiary span {
    transition: none;
}

.social-links .btn-primary-border {
    background-color: transparent;
    border: 1px solid #f6862a;
    color: #f6862a !important;
}

.social-intro {
    line-height: 1.2;
    color: #f6862a;
    margin: 0 -5px 0 25px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.social-links .btn-primary-border i {
    margin-right: 5px;
}

.social-links .btn-primary-border:hover {
    background-color: #f6862a;
    color: #fff !important;
}

.social-icons {
    font-size: 30px;
    margin: 0 5px;
    display: flex;
}

.social-icons a {
    color: #b5c4ce;
    text-decoration: none !important;
    transition: all 0.4s;
}


.social-icons:before {
    transition: all 0.3s;
}

.icon-Twitter:hover:before {
    color: #00acee;
}

.icon-Linkedin:hover:before {
    color: #0e76a8;
}

.icon-Youtube:hover:before {
    color: #c4302b;
}

i.social-icons.icon-Twitter:before {
    content: url("data:image/svg+xml,%3Csvg id='Capa_1' enable-background='new 0 0 1226.37 1226.37' viewBox='0 0 1226.37 1226.37' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m727.348 519.284 446.727-519.284h-105.86l-387.893 450.887-309.809-450.887h-357.328l468.492 681.821-468.492 544.549h105.866l409.625-476.152 327.181 476.152h357.328l-485.863-707.086zm-144.998 168.544-47.468-67.894-377.686-540.24h162.604l304.797 435.991 47.468 67.894 396.2 566.721h-162.604l-323.311-462.446z'/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3C/svg%3E");
    font-family: none;
    width: 14px;
    aspect-ratio: 1 / 1;
    line-height: 0;
    filter: invert(13%) sepia(90%) saturate(2009%) hue-rotate(182deg) brightness(93%) contrast(101%);
    transition: all 0.4s;
}

i.social-icons.icon-Twitter {
    background-color: #b5c4ce;
    padding: 8px;
    border-radius: 20px;
    transition: all 0.3s;
}

a:hover i.social-icons.icon-Twitter {
    background-color: #000;
}

.social-links span a:hover i.social-icons.icon-Twitter:before {
    filter: invert(.5);
}

.icon-Twitter:hover:before {
    filter: invert(2);
}

.nav-footer {
    margin: 0 12%;
}

body.single-news .page-footer {
    top: 0;
}

@media(min-width: 768px) {
    .social-links {
        flex-direction: row;
    }

    .social-links .btn {
        margin: 0 10px 0;
    }

    .social-intro {
        max-width: 80px;
    }

    .nav-footer {
        margin: 0 13%;
    }

    .nav-footer {
        margin: 0 15%;
    }

    .page-footer {
        margin-bottom: 0;
    }

    .bottom-footer a,
    .bottom-footer li {
        color: #5e7d92;
        font-weight: 500;
        font-size: 15px;
    }

    .curved-cutter:before {
        height: 700px;
    }

}

@media (min-width: 1025px) {
    .nav-footer .menu li {
        flex-grow: 1;
    }

    .nav-footer {
        margin: 0 auto;
        max-width: 1200px;
    }
}

@media (min-width: 1200px) {
    .nav-footer .menu {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .nav-footer .menu li {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/*back to top*/
/*@media (min-width: 600px) {*/
.back-to-top {
    position: fixed;
    right: 25px;
    z-index: 9;
}

.back-to-top a {
    background-color: #f1862f;
    color: #fff;
    cursor: pointer;
    width: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}

.back-to-top a:hover {
    background-color: #c26921;
}

/*}*/