.flex_space_between {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.blueBg {
	background-image: url(../images/footerBanner.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px;
}
/* .copyRightSctn{
    border-top: 1px solid #919191;
    margin-top: 15px;
    padding-top: 15px
} */
.logoInfo {
	max-width: 305px;
}
.logoInfo p {
	font-size: 14px;
	line-height: 22px;
	color: #fff;
}
.copyRightSctn .d-flex i {
	font-size: 16px;
	color: #999999;
}
.logoInfo .logo {
	margin-bottom: 15px;
}
.copyRight p{
    color: #999999;
    font-size: 14px;
}
.logo a img{
	width:200px;
	height:100px;
	object-fit:contain;
}
.copyRight p b{
    color: #fff;
}
.copyRightSctn .d-flex img {
	width: auto;
	height: 30px;
}
.footer ul li {
	padding: 3px 0;
}
.info-text h3 {
	margin: 0;
	font-weight: 700;
	font-size: 18px;
	color: #fff;
}
.footer ul li a{
    color: #C2C2C2;
    font-weight: 600;
    font-size: 14px;
}
.footer ul li a:hover{
    color: #C03D69;
}
.footer ul{
    margin-top: 12px;
}
.logoInfo ul li i {
    position: absolute;
    left: 0;
    top: 5px;
	font-size: 16px;
}
.logoInfo ul li {
    position: relative;
    font-size: 14px;
    color: #fff;
	margin: 0 0 10px;
	padding-left: 25px;
}
.logoInfo .socialMedia ul li i {
	position: relative;
}
.logoInfo .socialMedia ul li:first-child{
	padding-left: 0;
}
.footer.copyRightSctn {
	margin-top: 40px;
}
.sctnTittle{
	color: #333333;
	font-weight: 700;
	padding: 10px 0 35px;
	font-size: 32px;
}
@media screen and (max-width: 992px){
	.blueBg {
		padding: 30px 15px;
	}
}
@media screen and (max-width: 767px){
	.flex_space_between {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.footerInfo.logoInfo .socialMedia {
		display: block;
	}
}
