.get-in-touch {
  padding: 0 0 0 95px;
}
.get-in-touch h2 {
  color: #000;
  font-family: Oswald;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.55px;
  text-transform: uppercase;
  opacity: 0.92;
  margin: 0 0 10px;
  padding: 0;
}
.get-in-touch .contact-details a {
  color: #333;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
  display: block;
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 0 10px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-decoration: none;
}
.get-in-touch .contact-details a:hover{
  color: #000;
  text-decoration: underline;
}
.get-in-touch .contact-details a:last-of-type{
  margin: 0;
}
.get-in-touch .contact-details a.call:before{
  position:absolute;
  content:'';
  background:url('/template/60cd352f/images/phone-icon.svg');
  width: 16px;
  height: 16px;
  left: 0;
  top: 7px;
}
.get-in-touch .contact-details a.email:before{
  position:absolute;
  content:'';
  background:url('/template/60cd352f/images/mail-icon.svg');
  width: 16px;
  height: 16px;
  left: 0;
  top: 5px;
}
.get-in-touch .contact-details {
  margin: 0 0 25px;
}
.get-in-touch .social-link .inner-link a{
  margin: 0 0 0 10px;
  width: 32px;
  height: 32px;
  position: relative;
  text-decoration: none;
  outline: 0;
  border-radius: 100%;
  border: 1px solid rgba(192, 192, 192, 0.20);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 19px;
}
.get-in-touch .social-link .inner-link a:hover{
  background: #000;
}
.get-in-touch .social-link .inner-link a:hover i{
  color: #fff;
}
.get-in-touch .social-link .inner-link a:first-of-type{
  margin: 0;
}

.get-in-touch .social-link .inner-link {
  display: flex; 
}
.widget-snippet .social-link .inner-link a i.fa.fa-youtube{
  background: url(/template/60cd352f/images/youtube-icon.svg) no-repeat;
  width: 23px;
  background-position: 2px 0;
  margin-top: 3px;
  display: block;
  background-size: 21px;
  height: 23px;
}
.widget-snippet .social-link .inner-link a:hover i.fa.fa-youtube{
  background-position-y: -41px;
}
.widget-snippet .social-link .inner-link a i.fa.fa-youtube::before{
  display: none;
}
.widget-snippet .social-link a i.fa{
  font-size: 22px;
  width: 20px;
  height: 20px;
  text-align: center;
  text-decoration: none;
  line-height: 20px;
  margin: 0;
}
.get-in-touch .social-link .inner-link a i.fa.fa-twitter:before{
   content:"";
   position:absolute;
   left:50%;
   top:50%;
   transform: translate(-50%,-50%);
   width:16px;
   height:16px;
   background:url(/template/60cd352f/images/x-twitter-icon.svg);
   background-size:16px;
   background-position-y:top;
 }
.get-in-touch .social-link .inner-link a:hover i.fa.fa-twitter:before{
  background-position-y:bottom;
}
