body.widget-snippet .get-in-touch {
  background: #142533;
  max-width: 350px;
  padding: 20px;
  margin-top: 30px;
}
.widget-snippet .get-in-touch .address {
  max-width: 215px;
  width: 100%;
}
.widget-snippet .get-in-touch .address h5 {
  margin: 0;
  padding-bottom: 5px;
  font-size:16px;
  line-break: 36px;
  font-weight: 500;
  color:#fff;
  text-transform:uppercase;
  font-family: 'Montserrat', sans-serif;
}
.widget-snippet .get-in-touch .address p {
  margin: 0;
  padding-bottom: 20px;
  font-size:14px;
  line-height: 23px;
  font-weight: 400;
  opacity:0.8;
  color:#fff;
  font-family: 'Poppins', sans-serif;
}
.widget-snippet .get-in-touch .contact p a {
  color:#fff;
    opacity:0.8;
  text-decoration: none;
}
.widget-snippet .get-in-touch .contact p a:hover {
color:#007FFF;
}
.widget-snippet .get-in-touch .contact p{
  margin: 0;
  font-size:14px;
  line-height: 23px;
  font-weight: 400;
  color:#fff;
  opacity: 0.8;
}
.widget-snippet .social-icon a {
padding-top:10PX;
}
.widget-snippet .social-icon a {
	display: inline-block;
	vertical-align: top;
	line-height: 39px;
	color: #fff;
	font-size: 26px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.widget-snippet .social-icon a i {
	color: #fff;
  opacity: 0.6;
}
.widget-snippet .social-icon a {
	margin-left: 15px;
}
.widget-snippet .social-icon a:first-child {
	margin-left: 0;
}
.widget-snippet .social-icon a i:hover{
	color: #007AFF;
}
