h3 {
    margin: 0;
}
footer {
    background: #3d3d3d;
    color: #fff;
}
.two_column_footer {
    display: inline-block;
}
.column_left_footer {
    width: 25%;
    font-family: "open sans", sans-serif;
    float: left;
}
.left_bottom_footer {
    padding: 10px 0;
}
.left_bottom_footer h3 {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 10px;
}
.left_bottom_footer span {
    display: block;
    margin-bottom: 10px;
    font-weight: 100;
    font-size: 15px;
    line-height: 20px;
}
.contact_no {
    font-size: 16px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    line-height: 21px;
}
.contact_no span {
    display: inline-block;
    padding: 0 15px 0 0;
    width: 77px;
    text-align: left;
    margin: 0;
    font-weight: 700;
}
.contact_no span:last-child {
    text-align: left;
}
.column_right_footer {
    display: inline-block;
    width: 75%;
    border-left: 1px solid #fff;
}
.right_footer_wrapper {
    width: 100%;
    margin-left: 43px;
    position: relative;
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
}
.right_footer_container {
    margin-top: 20px;
}
.right_footer_container div {
    display: flex;
    flex-direction: column;
    margin: 20px 0;
}
.right_footer_container div a {
    color: #fff;
    padding: 8px 0;
    line-height: normal;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
}
.social_media_image {
    width: auto;
    height: 24px;
}
.right_footer_container h3 {
    font-size: 13px;
    text-decoration: underline;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 10px;
}
.footer_social_icons h3 {
    text-decoration: none;
}
.footer_social_icons div {
    flex-direction: row;
    align-items: center;
    margin-top: 15px;
}
.footer_social_icons div a {
    padding: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.left_top_footer {
    background: url("../../images/rocket.png");
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    border-bottom: 1px solid #fff;
}
.left_top_footer span {
    font-size: 22px;
    font-family: "Open Sans";
    line-height: normal;
    text-align: right;
    padding: 43px 24px 0 103px;
}
.left_top_footer a {
    margin: 10px 25px 36px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    font-family: "open sans", sans-serif;
}
.copyright {
    display: flex;
    z-index: 1;
    align-items: center;
    justify-content: left;
    height: 50px;
    margin: 0;
    background-color: #0a3c85;
    border-top: 1px solid #fff;
    font-family: "open sans";
    line-height: normal;
    font-size: 12px;
}
.copyright-container {
    margin: 0 auto;
    display: inline-block;
}
.copyright-txt {
    float: left;
}
.footer-links {
    display: flex;
    float: right;
    right: -10px;
}
.footer-links a {
    margin-left: 15px;
    color: #fff;
}
.footer-links span {
    margin-left: 15px;
}
.company_logo {
    text-align: right;
    padding-right: 58px;
}
.company_logo img {
    max-width: 100%;
    width: 50px;
    height: 50px;
    /* object-fit: cover; */
    border-radius: 50px;
}
.text-align-center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

