.bg-primary-pt{
    background-color: #0C2957 ! important;
}

.text-justify{
    text-align: justify ! important;
}

.btn-primary-pt {
    color: #fff;
    background-color: #0C2957;
    border-color: #0C2957;
}

.btn-outline-primary-pt {
    color: #0C2957;
    border-color: #0C2957;
}

.btn.btn-primary-pt:hover {
    transform: translateY(-0.15rem);
    box-shadow: 0 0.25rem 0.75rem rgb(30 34 40 / 15%);
    color: #0C2957;
    border-color: #0C2957;
    background-color: #fff;

}

.btn.btn-outline-primary-pt:hover {
    transform: translateY(-0.15rem);
    box-shadow: 0 0.25rem 0.75rem rgb(30 34 40 / 15%);
    color: #fff;
    background-color: #0C2957;
    border-color: #0C2957;
}

option {
    text-transform:capitalize!important
    /* font-weight: normal;
    display: block;
    white-space: nowrap;
    min-height: 1.2em;
    padding: 0px 2px 1px; */
}

.product-swiper.swiper-container .swiper-controls .swiper-navigation .swiper-button{
    /* background-color: #AAB0BC; */
    /* background: rgba(170, 176, 188);
    opacity: 0.7; */

}

.text-primary-pt{
    color: #0C2957 ! important;
}

/* .solutions-swiper .swiper-pagination {
    position: absolute;
    text-align: start;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
} */