.header-section {
    padding: 30px 10px 12px;
}
.header-section .container {
    max-width: 1320px;
}

.header-section img {
    width: 140px;
}
.home-btn {
    text-align: right;
}
.home-btn a {
    background: #0069a7;
    color: #fff;
    padding: 18px 30px 16px;
    border-radius: 50px;
    display: inline-block;
    transition: 0.3s;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}
.home-btn a:hover{
    background: #0097f1;
    border-color: #0097f1;
    text-decoration: none;
}
.footer .footer_content {
    text-align: center;
    padding: 29px 0;
    background: #002e48;
    border-top: #002e48 1px solid;
}
.footer .footer_content p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0px;
}