
:root {
	--dark-gray: #0e2a62;
	--black: #302401;
}
.banner_bg{background-image: url(../images/banner_bg1.jpg);height: 550px;background: #faebd7;}
.ftr_bg{background-image: url(../images/footer-top-bg.jpg);}
.ftr_btm_bg{background-image: url(../images/footer-bottom-bg.jpg);}
/*background: #faebd7;*/
.bnr_img{width: 80%;}
.services-box-style-03 p{min-height: 95px;}
footer .footer-logo img {
    max-height: 60px;
}
.footer-dark p, .footer-dark a {
    color: var(--extra-medium-gray);
}
.inner_bg{background-image: url(../images/title-bg.jpg);}
.message_img{background-image: url(../images/message_img.jpg);}
.text-justify{text-align: justify;}


@media (max-width: 1399px) {
	.outside-box-right-20.xxl-outside-box-right-15.md-outside-box-right-0.mb-2.ms-30{
		margin-left: 15% !important;
	}
  .bnr_img{width: 78%;margin-left: 0% !important;}
}

@media (max-width: 768px) {
	.bnr_img{width: 100%;margin-left: 0% !important;}
}