a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

a,
a:hover {
    text-decoration: none !important;
}

.content {
    height: 70vh;
}

.footer-32892 {
    background-color: #001124;
    padding: 7rem 0;
    color: #888;
    font-size: 16px;
}

.footer-32892,
.footer-32892 h3 {
    font-family: "Poppins", sans-serif;
}

.footer-32892 h3 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 9px;
}

.footer-32892 p {
    font-family: "Source Serif Pro", serif;
}

.footer-32892 .row.gallery {
    margin-right: -5px;
    margin-left: -5px;
}

.footer-32892 .row.gallery>[class^="col-"],
.footer-32892 .row.gallery>[class*=" col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.footer-32892 .gallery a {
    display: block;
    margin-bottom: 10px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.footer-32892 .gallery a:hover {
    opacity: .5;
}

.footer-32892 .quick-info li {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}

.footer-32892 .quick-info li a {
    color: #fff;
}

.footer-32892 .quick-info li .icon {
    font-size: 20px;
    color: #f88020;
}

.footer-32892 .subscribe {
    position: relative;
}

.footer-32892 .subscribe .form-control {
    background-color: #292b31;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 30px;
    height: 55px;
    padding-left: 30px;
    padding-right: 130px;
    border: none;
    color: #fff;
}

.footer-32892 .subscribe .form-control::-webkit-input-placeholder {
    color: #ccc;
    font-size: 14px;
}

.footer-32892 .subscribe .form-control::-moz-placeholder {
    color: #ccc;
    font-size: 14px;
}

.footer-32892 .subscribe .form-control:-ms-input-placeholder {
    color: #ccc;
    font-size: 14px;
}

.footer-32892 .subscribe .form-control:-moz-placeholder {
    color: #ccc;
    font-size: 14px;
}

.footer-32892 .subscribe .btn-submit {
    background: #f88020;
    height: 47px;
    border-radius: 30px;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 4px;
    right: 4px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.footer-32892 .tweets li {
    margin-bottom: 20px;
    font-size: 15px;
    font-style: italic;
    font-family: "Source Serif Pro", serif;
}

.footer-32892 .tweets li span {
    color: #fff;
}

.footer-32892 .footer-menu-wrap {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2rem !important;
    margin-top: 7rem;
}

.footer-32892 .footer-menu {
    margin-bottom: 0;
}

.footer-32892 .footer-menu li {
    display: inline-block;
}

@media (max-width: 767.98px) {
    .footer-32892 .footer-menu li {
        display: block;
    }
}

.footer-32892 .footer-menu li a {
    padding: 10px;
    display: inline-block;
    color: #fff;
}

@media (max-width: 767.98px) {
    .footer-32892 .footer-menu li a {
        display: block;
        padding-left: 0px;
    }
}

.footer-32892 .footer-menu li:first-child a {
    padding-left: 0;
}

.footer-32892 .site-logo {
    color: #fff;
    font-size: 20px;
}

.social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.social-links a {
    position: relative;
    background-color: rgb(0, 71, 187);
    /* sky blue tone */
    color: #fff;
    font-size: 22px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
    overflow: visible;
    /* allow corners outside */
}

/* Common corner style */
.social-links a span {
    position: absolute;
    width: 14px;
    height: 14px;
    border: 2px solid rgb(0, 71, 187);
}


.social-links a .corner-tl {
    top: -6px;
    left: -6px;
    border-right: none;
    border-bottom: none;
}


.social-links a .corner-tr {
    top: -6px;
    right: -6px;
    border-left: none;
    border-bottom: none;
}


.social-links a .corner-bl {
    bottom: -6px;
    left: -6px;
    border-top: none;
    border-right: none;
}


.social-links a .corner-br {
    bottom: -6px;
    right: -6px;
    border-top: none;
    border-left: none;
}

.social-links a:hover span {
    border-color: rgb(0, 71, 187);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    will-change: transform;
}

i {
    display: flex;
    margin: auto;
}

@media(max-width:700px) {
    footer {
        zoom: 80%;
    }
}

@media (max-width: 600px) {
    .social-links a {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}