footer {
    background: #000a5e;
    padding-top: 30px;
}
footer * {
    color: #fff;
}
.des1 * {
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    margin-top: 15px;
    position: relative;
}

.des1 p:before {
    content: '';
    background: #ffa700;
    position: absolute;
    width: 30%;
    height: 10px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    opacity: .3;
}
.section-title-normal, .section-title-normal span {
    border-bottom: 0;
    padding-bottom: 0;
    text-transform: capitalize;
    font-size: 20px;
}
.ux-menu-link__link {
    min-height: auto;
}
.absolute-footer {
    border-top: solid 1px #454545;
}
.header-main {
    background: linear-gradient(0deg, rgba(34, 42, 135, 1) 0%, rgba(0, 10, 94, 1) 100%);
}
.header-button a {
    animation: borderPulse 1000ms infinite ease-out, colorShift 10000ms infinite ease-in;
    color: #ffffff;
    cursor: pointer;
    border: 0px solid #000;
    padding: 3px 25px;
    font-size: 15px;
}
@keyframes borderPulse{
 0% {
    box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, .4), 0px 0px 0px 0px rgba(255, 255, 255, 1);
}
100% {
    box-shadow: inset 0px 0px 0px 3px rgba(117, 117, 255, .2), 0px 0px 0px 10px rgba(255, 255, 255, 0);
} 
}
@keyframes colorShift{
    0%, 100% {
        background: #0045e6;
    }
    33% {
        background: #fb3e3e;
    }
    66% {
        background: #0dcc00;
    }
}
#wide-nav ul > li > a {
    color: #000a5e;
    font-size: 15px;
    transition: all .2s;
    line-height: 1;
    padding: 10px !important;
    border-radius: 99px;
    text-transform: capitalize;
}
#wide-nav ul > li.active > a, #wide-nav ul > li > a:hover {
    background: #000a5e;
    color: #fff;
}
.section-title-normal:not(footer .section-title-normal) span {
    font-size: 26px;
}
.section-title-normal:not(footer .section-title-normal) {
    border-bottom: solid 1px;
    padding-bottom: 10px;
}
.box1 {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 5px 15px 0px rgb(0 10 94 / 29%);
    transition: all .3s;
}
.box1:hover {
    transform: translateY(-5px);
}
.box1 .icon-box-text *:first-child {
    margin-bottom: 0;
    font-weight: bold;
    color: #ffa721;
}
.box1 {
    align-items: center;
}
.col-content>.col-inner {
    padding: 20px 10px 20px 20px;
        background: #fff;
    border-radius: 10px;
}
.content-home {
    max-height: 700px;
    border-radius: 10px;
    overflow-y: auto;
    padding: 10px;
}
.content-home::-webkit-scrollbar {
    width: 8px;
}
.content-home::-webkit-scrollbar-thumb {
    background: #000a5e;
    cursor: pointer;
    border-radius: 10px;
}
.content-home::-webkit-scrollbar-track {
    background: #e6eeff;
    border-radius: 10px;
}
.post-item .box {
    background: #fff;
    box-shadow: 0px 5px 15px 0px rgb(0 10 94 / 8%);
    border-radius: 10px;
}
.post-item .box .box-image {
    border-radius: 10px 10px 0 0;
}
.post-title a {
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 18px !important;
    position: relative;
}
.box-blog-post .is-divider {
    display: none;
}
.post-title a:before {
    content: '';
    position: absolute;
    background: #000a5e;
    width: 50px;
    left: 50%;
    height: 2px;
    transform: translateX(-50%);
    bottom: -7px;
}
.breadcrumb {
    padding-top: 10px;
}
#comments {
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0;
}
.entry-divider {
    max-width: 100%;
    height: 1px;
    background: #000a5e;
}
.archive-page-header h1 {
    text-align: center;
}