/*-- Floating Social Icons Sec --*/
.social {
    position: fixed;
    top: 30%;
    z-index: 9;
  }
  .social ul {
    padding: 0px;
    transform: translate(-220px, 0);
  }
  .social ul li {
    display: block;
    margin: 5px;
    background: rgba(0, 0, 0, 0.36);
    width: 260px;
    text-align: right;
    padding: 5px 6px;
    border-radius: 0 30px 30px 0;
    transition: all 1s;
  }
  .social ul li:hover {
    transform: translate(110px, 0);
    background: #0f4573;
  }
  .social ul li:hover a {
    color: #FFFFFF;
  }
  .social ul li:hover i {
    color: #fff;
    background: rgba(0, 0, 0, 0.36);
    transform: rotate(360deg);
    transition: all 1s;
  }
  .social ul li i {
    margin-left: 10px;
    color: #18a2da;
    background: #fff;
    padding: 5px;
    border-radius: 50%;
    font-size: 20px;
    background: #ffffff;
    transform: rotate(0deg);
  }
/*-- End Floating Social Icons Sec --*/

@media screen and (max-width: 767px) {
  #header .logo img {
    width: 255px;
  }
}