a {
    color: #02236a;
}
.site-header .header-inner .site-logo a {
    max-width: 100%;
}
.pix-header-fixed .header-inner .site-logo {
    padding: 0px 0;
}
#footer .site-info {
    padding: 10px 0;
}
#footer .footer-inner {
    padding: 116px 0 50px;
}
a.locate-us {
    display: flex;
    align-items: start;
    gap: 5px;
    margin-bottom: 25px;
}
span.locate-icon {
    background: linear-gradient(100deg, rgb(0 32 103) 0%, rgb(112 172 250) 100%);
    color: #fff;
    padding: 10px 12px;
    font-size: 18px;
    border-radius: 100%;
}
.banner.banner-one {
    background-image: linear-gradient(100deg, rgb(0 32 103) 0%, rgb(112 172 250) 100%);
}
.page-banner {
    background-image: linear-gradient(100deg, rgb(0 32 103) 0%, rgb(112 172 250) 100%);
}
.site-header .header-inner .site-nav .nav-right .nav-btn {
    box-shadow: 0px 20px 30px 0px rgb(0 33 104 / 15%);
    color: #02236a;
}
.site-header .header-inner .site-nav .nav-right .nav-btn:hover {
    background: #02236a;
    color: #fff;
}
.pix-header-fixed .header-inner .site-nav .nav-right .nav-btn {
    border-color: #02236a;
}
.banner .banner-content .banner-btn:hover {
    background: #fff;
    color: #02236a;
}
.section-title .sub-title {
    color: #02236a;
}
.editor-content .section-title.style-two p {
    color: #02236a;
}
.pix-btn {
    background: #02236a;
    box-shadow: 0px 20px 30px 0px rgb(2 35 106 / 30%);
}
.list-items li:before {
    color: #02236a;
}
.pix-btn.btn-outline {
    border: 1px solid #02236a;
    color: #02236a;
}
.pix-btn.btn-outline:hover {
    background: #02236a;
    box-shadow: 0px 20px 30px 0px rgb(2 35 106 / 30%);
}
.call-to-action {
    background-image: linear-gradient(100deg, rgb(0 32 103) 0%, rgb(112 172 250) 100%);
}
.pix-btn.btn-light {
    background: #fff;
    color: #02236a;
}
#footer .footer-menu li a:hover {
    color: #02236a;
}
.call-to-action {
    padding: 75px 0 75px;
}
.page-banner {
    height: 350px;
}
.animate-ball .ball:nth-child(3) {
    height: 50px;
    width: 50px;
}
.saaspik-icon-box-wrapper.style-one .pixsass-icon-box-content .pixsass-icon-box-title {
    font-size: 20px;
}

@media (max-width: 1440px) {
    .banner.banner-one .banner-content-wrap {
        -webkit-transform: translateY(70%);
        -ms-transform: translateY(70%);
        transform: translateY(70%);
    }
}

@media (max-width: 991px) {
    .page-banner .animate-ball .ball:nth-child(1) {
        height: 20px;
        width: 20px;
    }
    .page-banner .animate-ball .ball:nth-child(2) {
        height: 20px;
        width: 20px;
    }
    .page-banner .animate-ball .ball:nth-child(3) {
        height: 20px;
        width: 20px;
    }
    .page-banner .animate-ball .ball:nth-child(3) {
        height: 20px;
        width: 20px;
    }
        .site-header .header-inner {
        text-align: center;
        padding: 0px 0;
    }
    .header-inner .site-mobile-logo img {
        max-height: unset;
    }
    .toggle-menu {
        top: 50%;
    }
    .pix-header-fixed .toggle-menu {
        top: 50px;
    }
}