.tp-header-4-bottom.header-sticky {
    background-color: #00336b;
}
.tp-testimonial-4-left-pragraph p,
.tp-testimonial-4-percent-pagaraph,
.tp-service-4-wrapper:hover .tp-service-4-sub-title,
.tp-slider-4-paragraph,
.tp-header-4-main-menu > nav > ul > li > a{
    color: #ffffff;
}
.tp-header-2-logo img {
    max-width: 220px;
}
.tpoffcanvas__logo img{
    max-width: 220px;
}
.tp-footer-logo img{
    max-width: 200px;
}
.features-section .tp-service-4-sub-title{
    font-weight: 400;
    line-height: 22px;
}
.tp-text-slider-text {
    color: var(--tp-common-black);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: border-box;
    background: linear-gradient(90deg, rgb(29, 205, 254) 0%, rgb(52, 245, 197) 100%);
    background-clip: border-box;
}
.tp-header-2-bottom-toggle::before{
    display: none;
}
.features-section .tp-service-4-icon{
    font-size: 38px;
    color: #00336b;
}
.tp-breadcrumb-area {
    padding: 120px 0 24px;
}
.dark-background{
    background: #00336b;
}
.term-content h1{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}
.term-content h2{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}
.term-content ul{
    margin-bottom: 20px;
    padding-left: 30px;
}


@media (max-width: 767px){
    .tp-header-2-logo img {
        max-width: 185px;
    }
    .tp-header-2-logo {
        padding: 8px 0;
    }
}

.tp-header-4-bottom.header-sticky nav > ul > li > a:hover{
    color: #fff;    
}