/******** Social Icons ********/
@font-face {
    font-family: 'social';
    font-display: swap;
    src:  url('https://rocketium.com/css/fonts/social/social.eot?68drbx');
    src:  url('https://rocketium.com/css/fonts/social/social.eot?68drbx#iefix') format('embedded-opentype'),
    url('https://rocketium.com/css/fonts/social/social.ttf?68drbx') format('truetype'),
    url('https://rocketium.com/css/fonts/social/social.woff?68drbx') format('woff'),
    url('https://rocketium.com/css/fonts/social/social.svg?68drbx#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'social' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
    content: "\ea90";
}

.icon-twitter:before {
    content: "\ea96";
}

.icon-youtube:before {
    content: "\ea9d";
}

.icon-linkedin:before {
    content: "\eaca";
}

#footer {
    background-color: #1a1826;
    padding: 0 !important;
    margin-bottom: 0;
    width: 100%;
    height: 35vh;
}

#footer > .row:first-child {
    width: 100%;
    height: 100%;
}

#footer > .row:first-child > div:first-child > ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
    padding: 0 50px;
}

#footer > .row:first-child > div:first-child > ul > li {
    margin: 0;
}

#footer > .row:last-child {
    width: 100%;
    height: 20%;
    margin-left: 0;
    margin-right: 0;
}

#footer ul {
    list-style-type: none;
    margin-top: 50px;
}

#footer li {
    margin-bottom: 15px;
    font-family: proxima-nova;
    font-size: 16px;
    color: #BAB9BE;
}

#footer li a {
    text-decoration: none;
    color: #BAB9BE;
    font-weight: 500;
}

#footer li:nth-child(1) {
    font-weight: bold;
    color: white;
    font-size: 18px;
}

#footer li:last-child {
    margin-bottom: 30px;
}

#footer-logo {
    width: auto;
    height: 50px;
    margin: 52px 20px 30px 30%;
}

#back-to-top{
    font-weight: bold;
    font-size: 16px;
    margin-top: 70px;
}

#back-to-top a{
    display: inline-block;
    color: white;
    text-decoration: none;
}

#back-to-top i{
    font-size: 18pt;
    vertical-align: bottom;
}

#copyright{
    font-weight: bold;
    font-size: 18px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 5px;
    text-align: center;
}

#footer > div > div:first-child > a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

#footer-logo {
    margin: 0;
}

@media only screen and (max-width: 992px) {
    #footer {
        height: auto !important;
    }
}

@media only screen and (max-width: 768px) {
    #footer {
        height: auto !important;
    }
    
    #footer > .row {
        display: flex;
        flex-wrap: wrap;
    }

    #footer > .row > div:second-child {
        width: 100%;
        height: 20vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    #footer > .row:first-child > div:first-child > ul {
        margin: 15px 0;
        width: 60%;
        padding: 0 20px;
        height: 50px;
    }

    #footer > .row > div:first-child > a {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
    }

    #footer > .row > div:first-child > a > img {
        margin: 0;
    }
}


/*
    New Code beyond this point.
*/
#new-footer {
    background-color: #1a1826;
    height: auto;
    padding-top: 40px;
    position: relative;
    z-index: 111;
}
a:hover{
    text-decoration: none;
}
.footer-white-line {
    height: 1px;
    background-color: white;
    width: 185px;
}

.footer-social-links {
    color: white;
}

.footer-icons {
    color: white;
    font-size: 1.6em;
}

.footer-item-first-block {
    /* margin-top: 23px; */
}
.footer-container{
    width: 82%;
    margin: auto;
}
.footer-cta-button {
    width: 150px;
    line-height: 30px;
    padding: 0px;
    font-family: proxima-nova;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    border-radius: 5px;
    background-color: #007eff;
    font-size: 18px;
    margin-left: 10px;
}

.footer-cta-button:hover {
    color: #fff;
    background-color: #297aff;
    border-color: #297aff;
}

.footer-go-to-dashboard {
    width: 150px;
    line-height: 30px;
    padding: 0px;
    font-family: proxima-nova;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    border-radius: 5px;
    background-color: transparent !important;
    font-size: 1em;
    margin-left: 0px;
}

.footer-go-to-dashboard:hover {
    color: #fff;
    background-color: transparent !important;
    /* background-color: #297aff; */
    /* border-color: #297aff; */
}

.footer-items {
    margin-top: 0px;
    color: #ffffff;
    font-size: 1.15em;
    font-family: proxima-nova;
}

.footer-items > li:first-child {
    color:#ffffff;
    font-size: 1.2em;
    font-family: Gilroy-ExtraBold;
}

.footer-item {
    margin-top: 10px;
}

.footer-items-item-start {
    margin-top: 20px;
}

.footer-item-features-2 {
    color: #ffffff;
    margin-top: 82px;
    font-size: 1.15em;
    font-family: proxima-nova;
}

#copyright{
    font-weight: bold;
    font-size: 18px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 5px;
    text-align: center;
    margin-bottom: 20px;
}
.list-inline>li {
    display: inline-block;
    padding-right: 22px;
    padding-left: 4px;
}
a#footer-logo{
    width: 195px;
    height: auto;
    padding-bottom: 40px;
    margin-bottom: 40px;
    display: inline-block;
    border-bottom: 1px solid #fff;
}
.footer-social-links{
    border-bottom: 1px solid #fff;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.footer-social-links li:last-child{
    padding-right: 0;
}
.footer-social-links li:first-child{
    padding-left: 0;
    margin: 0;
}
.footer-item-first-block{
    width: 195px;
}
.footer-cta-button{
    padding: 10px;
    width: 195px;
    margin-left: 0;
}
.footer-item-first-block.s-icons{
    margin-top: 0;
}
@media (min-width: 320px) and (max-width: 425px) {
    #new-footer {
        height: 725px;
    }

    .footer-white-line {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }

    .footer-item-first-block > a {
        width: 100%;
        margin: auto;
        display: block;
    }

    #footer-logo {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .footer-social-links {
        margin-left: auto;
        margin-right: auto;
        width: 141px;
    }
}

@media (max-width: 320px) {
    #new-footer {
        height: 1024px;
    }
}

.footer-item > a {
    color: white;
}