.footer-bottom{
    background-color: #0165ff;
}
.footer-bottom .text-center{
margin-bottom: 0;
}
.footer-dark {
    background-color: #000d95; 
}
.ABOUT_TEXT{
    font-size: 30px;
}
 .big-section , .dark_bg{
    padding: 90px 0 !important;
}

.dark_bg{
    background-color: #000d95; 
}
.feature-box-icon-rounded i{
    color: #0165ff;
}
.bg-gradient-shamrock-green-light-orange{
    background-image:  linear-gradient(20deg, #0165ff 0%, #fff 100%);
   /* background: #000d95 !important;  */
}
.ABOUT_TEXT{
    color: #000d95;
}
.approch_section .approch_text{
   color: #0165ff;
}
.feature-box .feature-box-icon{
    /* border: 5px solid #000d95 !important; */
}
.feature-box:hover .feature-box-icon-hover{
    /* border: 5px solid #000d95 !important; */

}
.footer-dark, .footer-dark a{
color: white;
}
.feature-box-content p{
height: 450px;
text-align: justify;
text-justify: inter-word;

}
.border-color-shamrock-green{
    border-color: #0165ff !important;
}
.client_logo .client-logo{
    width: 260px;
    height: 70px;
    position: relative;
    display: block;
}
.client_logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@media screen and (max-width: 576.98px){
.navbar-brand{
    width: 137px;

}
.logo_footer{
    width: 100px;

}
}