.primary-bg-color {
    color: #ffffff;
    --c1: #000514;
    --c2: #01071B;
    --s: 215px;
    --l1: #0000 48%, var(--c1) 0 52%, #0000 0;
    --l2: #0000 1.3%, var(--c2) 0 32%, #0000 0;
    background: linear-gradient(-45deg, var(--l2)), linear-gradient(45deg, var(--l1)), linear-gradient(45deg, var(--l2)) calc(var(--s) / 2) calc(var(--s) / 2), linear-gradient(-45deg, var(--l1)) var(--c2);
    background-size: calc(2 * var(--s)) var(--s), var(--s) var(--s);
}

.top-footer {
    background: linear-gradient(145deg, #00103d, #001753);
}
.top-footer p {
    padding: 10px;
    margin: 0;
    text-align: center;
    color: #f5f5f5;
    font-weight: 600;
}
.top-footer p a {
    text-transform: uppercase;
    font-weight: 500;
    margin-left: 20px;
    padding: 6px 30px;
}
.bottom-footer {
    background: linear-gradient(145deg, #001c67, #092B84);
    padding: 30px;
    color: #f5f5f5;
}
.bottom-footer h3 {
    position: relative;
    line-height: 0.8em;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 40px;
}
.bottom-footer h3:before {
    position: absolute;
    left: 0;
    top: 1.2em;
    height: 0;
    width: 70px;
    content: "";
    border-top: 3px solid #0070ff80;
}
.bottom-footer .contact p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
}
.bottom-footer .contact p a {
    color: #bbb;
    text-decoration: underline;
}
.bottom-footer .social {
    margin-top: 40px;
    margin-bottom: 40px;
}
.bottom-footer .social a {
    background: #ffffff00;
}
.bottom-footer .social a {
    color: #fff;
    padding: 8px 10px;
    margin-right: 15px;
    border-radius: 6px;
    transition: 0.4s;
}
.bottom-footer .social a:nth-child(1) {
    border: 2px solid #3b5999;
    padding: 8px 12px;
}
.bottom-footer .social a:nth-child(1):hover {
    background: #3b5999;
}
.bottom-footer .social a:nth-child(2) {
    border: 2px solid #e4405f;
}
.bottom-footer .social a:nth-child(2):hover {
    background: #e4405f;
}
.bottom-footer .social a:nth-child(3) {
    border: 2px solid #7289da;
}
.bottom-footer .social a:nth-child(3):hover {
    background: #7289da;
}
.bottom-footer .social a:nth-child(4) {
    border: 2px solid #55acee;
}
.bottom-footer .social a:nth-child(4):hover {
    background: #55acee;
}
.bottom-footer ul {
    padding: 0;
}
.bottom-footer ul li {
    list-style: none;
}
.bottom-footer ul li:before {
    content: "";
    margin-right: 6px;
}
.bottom-footer ul li a {
    text-decoration: none;
    color: #f5f5f5;
    font-size: 14px;
}
.bottom-footer ul li a:hover {
    color: #bbb;
}
.bottom-footer .text {
    font-size: 13px;
}
.bottom-footer .logo {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}
.bottom-footer .copy {
    margin-top: 20px;
    text-align: center;
    font-size: 13px;
}

section#footer {
    margin: 0;
    padding: 20px 10px;
    background: linear-gradient(145deg, #00103d, #001753);
    color: #f9f9f9;
    font-size: .9em
}

section#footer p {
    margin: 0
}

@media (min-width:450px) {
    section#footer {
        line-height: 32px
    }
}

section#footer .back-to-top {
    float: right
}

section#footer .back-to-top i {
    padding: 10px;
    background-color: #1f222b;
    color: #ccc;
    border-radius: 3px;
    opacity: .7
}

.btcolor {
    background: #007bff;
}

.button__scroll--up {
    z-index: 1000;
    position: fixed;
    right: 30px;
    bottom: 30px;
    border-radius: 100%;
    border: 0;
    width: 50px;
    height: 50px;
    font-size: 1.5em;
    outline: 0;
    background: #262933;
    color: #ccc;
    transform: scale(0);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.button__scroll--up:active,
.button__scroll--up:focus,
.button__scroll--up:hover {
    box-shadow: rgb(0, 0, 0, 0.6) 0 0 16px;
}
