
  .hover-effect1 {
    min-height: 20px;
   
    text-align: center;
  }
  .hover-effect1 ul {
   padding-top: 1px;
  }
  .hover-effect1 ul li {
   display: inline-block;
  }
  .hover-effect1 ul li a {
   font-size: 30px;
   text-align: center;
   color: #fff;
   margin: 0px 10px;
   line-height: 50px;
   display: inline-block;
   width: 50px;
   height: 50px;
   background:#dc3545;
   -webkit-transition: all .6s ease;
   -moz-transition: all .6s ease;
   -ms-transition: all .6s ease;
   -o-transition: all .6s ease;
   transition: all .6s ease;
  }
  .hover-effect1 ul li:hover a {
    border-radius: 50%;
    background: #dc3545;
   -moz-transform: rotate(360deg);
   -webkit-transform: rotate(360deg);
   -o-transform: rotate(360deg);
   -ms-transform: rotate(360deg);
   transform: rotate(360deg);
  }

  #Footer
  {
    padding-top: 4rem;
    margin-top: 6rem;
    background: #151414 !important;
  }

  #Footer h5, h6
  {
    color: white !important;
  }

  #Footer p{
    
    color: #cccfcf;;
  }

  #Footer p a{
    color: #cccfcf;
    text-decoration: none !important;
  }

  #Footer p a:hover{
    color: white !important;
  }

  .footer-copyright
  {
    color: #acadad;
  }