.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: 15px;
  line-height: 1.6;
  margin-bottom: 0;
}

.footer-basic li {
  padding: 0 10px;
}

.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;
	font-weight: bold;
}

@media (min-width:300px) {
	.footer-basic .social {
  text-align: center;
  margin-bottom: 15px;
}

}
@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%;
}
