
  /* footer */
  footer{
    background: black; 
 }
 .social-icons{
     display: flex;
     width: 100%;
     justify-content: center;
 }
 .icon{
     height: 40px;
     width: 40px;
     display: flex;
     background: white;
     margin-left: 24px;
     justify-content: center;
     align-items: center;
     border-radius: 50%;
 
 }
 .footer-logo{
   height: 190px;
   width: 188px;
 }
 .menu h4{
     color: white;
 
 }
 .menu i{
     margin-right: 10px;
 }
 .menu a{
     text-decoration: none;
     color: white;
     transition: 1s;
 }
 .menu a:hover{
   color: #307af5;
   letter-spacing: 2px; 
 }
 .lg{
     display:flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
 }
 
 .icon i{
   color: #011366;
 
 }
 .si{
  
   display: flex;
   justify-content: center;
   align-items: center;
 }
 .menu{
   width: 100%;
 }
 .ft-adres{
   color: white;
 }
 footer{
   width: 100%;
   overflow: hidden !important;
 }
 #scrollToTopBtn{
  background: #387de1;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#scrollToTopBtn a{
  color: white;
}
#footer-end{
  color: white;
  text-align: center;

  padding: 10px;
  margin: 20px 0;

}
#footer-end a{
  color: white;
  text-decoration: none;
}
 @media screen and (max-width:768px) {
  .si{
    justify-content: left;
    margin: 20px;
   }
   .social-icons{
    justify-content: left !important;
   }
   .lg{
    align-items: baseline !important;
    margin-bottom: 20px;
   }
 }
