.footer-basic {
  /*#footer {background: url(../img/connectbg1.svg) no-repeat;*/
  background-size: cover;
  background-position: 0px -100px;
  background-color: #5c6f7c;
	
}

.footer-basic {
  padding: 20px 0;
  background-color: #ffffff;
  color: #4b4c4d;
}

.footer-basic ul {
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 0;
}

.footer-basic li {
  padding: 0 5px;
}

.footer-basic ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}

.footer-basic ul a:hover {
  opacity: 1;
}

.dmg-footer div, .dmg-footer div a {
	color: #ffffff;

}

.gmg-ft-logo img, img.ls-cw {

	max-width: 40px;
  padding-left: 11px;
}

.gmg-ft-logo {
    width: 280px;
	float: right !important;
  }

.gmg-ft-logo {
  width: 20%;
  align-items: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.gmg-ft-logo {
		text-align: center;
		width: 100%;
	}
.gmg-ft-logo {
		
		text-align: center;
	float: right;
	}
.gmg-ft-logo img {
		padding: 0;
		margin: 5px;
		
	}	

.footer-basic .list-inline li {
		float: left;
	}

.footer-basic .list-inline {
	margin-top: 10px;
}


@media (min-width:300px) {
	.footer-basic .social {
  text-align: center;
  margin-bottom: 10px;
}
	  .gmg-ft-logo {
  -webkit-box-pack:center;
	-ms-flex-pack:center; 
	 justify-content:center; 
	  
	 width:100%;
  }
	

	.footer-basic .list-inline li {
		float: none;
		display: inline-block;
		text-align: center;
	}
	
	
	
}
@media (min-width:992px) {
	.footer-basic .social {
  text-align: left;
  padding-bottom: 25px;
}

}



.footer-basic .social > a {
  font-size: 20px;
  width: 35px;
  height: 35px;
  line-height: 38px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin: 0 8px;
  color: inherit;
  opacity: 0.75;
}

.footer-basic .social > a:hover {
  opacity: 0.9;
}

.footer-basic .copyright {
  text-align: center;
  font-size: 13px;
  color: #ffffff; 
  margin-bottom: 0;
	font-weight:300;
}

hr.style1 {
	border-top: 2px solid #ffffff;
	margin-top: 8px !important;
margin-bottom: 8px !important;
	width: 100%;
}
