.cst-p{
    padding-top: 50px;
  }

  .logo a img{
    /* width:82%; */
  width:250px;
  height: 100%;
  }
.footer-contact a .img-fluid{
    /* width: 82%; */
  width:250px; 
}
  .back-to-top {
    background: transparent;
    width: 50px;
}
.back-to-top:hover {
  background: transparent;
}
  .back-to-top img {
    width: 100%;
}
  @media(max-width:991px){
  .contact .php-email-form{
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
@media(max-width:480px){
.logo a img{ 
  width:190px; 
  }
  .footer-contact a .img-fluid{ 
    width:190px; 
  }
}
@media(max-width:380px){
  .logo a img{ 
    width:170px; 
  }
  .footer-contact a .img-fluid{ 
    width:170px; 
  }
}