.bg_footer_color{
    padding: 26px 0;
    background-color: #004997;
    color: #fff;
}

.bg_footer_image{
    position: static;
    background-image: url('images/bg_isjct_image.png');
    background-repeat: no-repeat;
    background-position: 82% 100%;;
	background-size: auto 100%;

}

@media (max-width: 768px) {
    .bg_footer_image {
        background-position: center bottom;
        background-size: contain;
    }
}

.bg_footer_border{
    padding: 20px 0;
	background-color: #002a81;
	color: #fff;
}



.text_footer h5{
	font-size: 1.3rem !important;
	font-weight: 600 !important;
	color: #fff;
	line-height: 2;
}

.text_footer p{
	font-size: 0.8rem !important;
	font-weight: 500 !important;
	line-height: 1.3;
}

.text_footer a{
	font-size: 0.8rem !important;
	font-weight: 500 !important;
	color: #fff;
	line-height: 2;
}