footer {}
footer .bottom {
    margin-top:65px;
}
footer .bottom > .container {
    padding-top:65px;
    border-top:1px solid rgba(0,0,0,0.1);
}
footer .corporateCol {}
footer .corporateCol > ul {}
footer .corporateCol > ul li.footerLogo i {
    font-size:36px;
    line-height: 36px;
    color:var(--secondaryColor);
}
footer .corporateCol > ul li {
    margin-bottom:25px;
}
footer .corporateCol > ul li .button {
    width: 80%;
    text-align: center;
    background-color: var(--primaryColor);
}
footer .corporateCol > ul li .button:hover {
    background-color: var(--success);
}

footer .corporateCol > ul li article {
    font-weight: 300;
    font-size:15px;
    line-height: 22px;
    color:var(--textColor);
    width: 90%;
}
footer .corporateCol > ul li ul {
    display:flex;
}
footer .corporateCol > ul li ul li {
    margin-right:5px;
}
footer .corporateCol > ul li ul li:last-child {
    margin-right:0px;
}
footer .corporateCol > ul li ul li img {
   border:solid 1px rgba(0,0,0,0.2);
   border-radius: 5px;
}

footer .bottom .menu {}
footer .bottom .menu ul {
    font-weight: 400;
    font-size:15px;
    color:var(--primaryColor);
}
footer .bottom .menu ul li {
    margin-bottom:10px;
}
footer .bottom .menu ul li:first-child,
footer .bottom .menu ul li.title{
    margin-bottom:15px;
    font-weight: 600;
}
footer .bottom .menu ul li.title{
    margin-top:30px;
}
footer .bottom .menu ul li a {
    color:var(--textColor);
    transition: .2s;
}
footer .bottom .menu ul li a:hover {
    color:var(--primaryColor);
}
footer .pageEnd {
    background-color: var(--primaryColor);
}
footer .pageEnd  a {
    color:white;
    font-size:14px;
}
footer .pageEnd .socials {
    display:flex;
    justify-content: center;
    font-size:17px;
    height: 100%;
    align-items: center;
}
footer .pageEnd .socials li {
    margin:0px 5px;
}
footer .pageEnd .socials li a {
    color:White;
    transition: .2s;
    padding:0px 5px;
}
footer .pageEnd .socials li a:hover {
    color:var(--primaryColor);
}
.pageEnd span {
    opacity: .5;
    line-height: 18px;
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
    font-weight: 300;
}
footer .pageUp {
    margin-left: 30px !important;
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 15;
    opacity: 0;
    transition: .3s;
}
footer .pageUp i {
    padding: 15px;
    color: white;
    display: inline-block;
    background-color: var(--secondaryColor);
    border-color: var(--secondaryColor) !important;
    border-radius: var(--radius);
}
footer .menu.contact li {
    margin-bottom:15px !important;
}
footer .socials {
    display:flex; 
    width: 100%;
    min-width: 100%;
    margin-top:25px;
}
footer .socials li {
    width: 100%;
}

@media screen and (max-width:992px) {
    footer .contact {
        border-top:solid 1px rgba(0,0,0,0.1);
        padding-top:25px;
    }
    footer .top .newsletter > .row > div:first-child {
        border-radius: 0px !important;
        padding:15px 0px !important;
    }
    footer .top .newsletter > .row > div:last-child {
        border-radius: 0px !important;
    }
    footer .top .newsletter > .row > div:first-child .center-content {
        padding:0px 10%;
        text-align: center;
    }
    footer .top .newsletter > .row > div:first-child:before {
        display:none;
    }
    footer .top .newsletter > .row > div:last-child form {
        flex-wrap:wrap;
    }
    footer .top .newsletter > .row > div:last-child .inputBox {
        width: 100%;
    }
    footer .top .newsletter > .row > div:last-child .inputBox .button {
        width: 100%;
        text-align: center;
    }
    footer .menu {
        margin-top:25px;
    }
    footer .corporateCol {
        text-align: center;
        border-bottom:1px solid rgba(0,0,0,0.1);
    }
    footer .corporateCol > ul li ul {
        justify-content: center;
    }
    footer .top .newsletter > .row > div:last-child .inputBox input {
        line-height: 45px;
    }
    footer .top .newsletter > .row > div:last-child .inputBox .button {
        line-height: 45px;
    }
    footer .top .newsletter > .row > div:last-child .inputBox .button i {
        line-height: 45px;
    }
    footer .top .newsletter > .row > div:last-child .inputBox:first-child i {
        bottom:24px;
    }
}















