.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;
}
.footer {
	max-width: 1150px;
	margin: auto;
}
.footerInfo{
	padding: 5px 0;
}
.logo a img {
	max-width: 200px;
	max-height: 100px;
}
.blueBg {
    background-color: #040321;
    padding: 50px 0 10px;
    color: #fff;
}
.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: #919191;
}
.copyRightSctn .d-flex i {
	font-size: 22px;
	color: #999999;
	padding: 0 5px;
}
.logoInfo .logo {
	margin-bottom: 15px;
}
.copyRight p{
    color: #999999;
    font-size: 14px;
	/* text-align: center; */
}
.copyRight p b{
    color: #fff;
	/* text-align: center; */
}
.copyRightSctn .d-flex img {
	margin: 0 10px;
	width: 20px;
}
.footerIcons{
	gap: 8px;
	/* justify-content: center; */
  	/* margin: 10px 0; */
}
.yellowLine {
	width: 60px;
	margin-top: 5px;
}
.greyLine {
	width: 43px;
}
.info-text h3 {
	margin: 0;
	font-weight: 600;
	font-size: 18px;
}
.footer ul li a{
    color: #919191;
    font-weight: 600;
    font-size: 14px;
}
.footer ul li a:hover{
    color: #FFD311;;
}
.footer ul{
    margin-top: 12px;
}
/* @media screen and (max-width:767px){
.footerIcons {
	gap: 8px;
	justify-content: center;
	margin: 10px 0;
  }
} */