.primary-color {
    color:#002dff
}



 .hover-primary-bg-color:hover {
    background:#002dff !important
 }

.custom-navbar-2 {
    width: 100%;
    background-color: #ffffff;
    color: black;
    padding: 15px 20px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.custom-sticky-2 {
    background-color: #ffffff;
    color: black;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.custom-content {
    margin-top: 60px;
    padding: 20px;
}

.badge-type-1 {
    background: #ffffff;
    font-size: 17px;
    font-weight: 600;
    padding: 10px 22px;
    width: fit-content;
    border-radius: 70px;
    border: 1px solid #0633fb;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 10px;
}

.badge-type-2 {
    background: #e8e4fc; padding: 5px 25px; font-size: 16px
}

.main-blog-title {
    font-weight: 900 !important;
}

.single-blog-post-wrapper {
    max-width: 1080px;
}

.max-w-custom-2 {
    max-width: 1280px;
}