.tp-header-top-info a, .tp-footer-copyright-inner a{
    font-size: 13px;
}
.tp-cta-bg::before{
    background: #0d355e;
}
.tp-btn, .back-to-top-btn{
    background-image: var(--tp-gradient-secondary);
}
.tp-section-title-pre{
    color: linear-gradient(90deg, #0a355d 0%, #c49e3e 100%);
}
.gradient-color {    
    background: linear-gradient(90deg, #0d355e 0%, #1c6cbb 100%);    
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;    
}
.tp-main-menu ul li:not(:last-of-type){
    margin-right: 30px
}
ul{
    list-style-position: inside;
}