/* *{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
  } */
  /* body{
    font-size:14px;
    background: #fff;
      max-width:1920px;
      margin:0 auto;
    overflow-x:hidden;
    font-family: poppins;
  } */
  #footer{
    background: #ffffff;
      padding: 3rem;
    /* padding-top: 5rem; */
    padding-top: 7rem;
      /* padding-bottom: 80px; */
    background-image: url(/img/footer-bg-img.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
 .footer-h2{
    text-align: justify !important;
    font-size: 24px;
    font-weight: 600;
 }
 
 
 
   
  /* .social-links img{
    padding-bottom: 25px;
  } */

  .social-icons{
    color: #777777;
    line-height: 32px;
  }

  .social-icons .social-a{
    color: #777777;
    font-size: 15px;
    text-decoration: none;
  }

  .foooter-mt-by-css{
    margin-top: 100px;
  }

  .social-icons .social-a:hover{
    color: #000;
  }
  
  .social-icons  svg{
    box-shadow: rgb(0 0 0 / 8%) 0px 4px 12px;
      /* padding: 0.4rem 1rem 0.4rem 1rem; */
      background-color: #e4e9f6;
      border-radius: 3px;
      padding: 8px;
      color: #4579ff;    
    margin-right: 12px;
    transition: .5s;
  }

  .social-icons  svg:hover{
    color: white;
    background-color: #4579ff;
  }
  .use-li,.icon-li,.social-li{
    list-style: none;
  }
 

  .use-links{
    line-height: 32px;
    
  }
  .use-links .use-li::before{
   content: '➥';
   color: rgb(74, 79, 79);
   font-size: 20px;
  } 

  .course-link-footer .social-li::before{
    content: '➥';
    color: rgb(74, 79, 79);
    font-size: 20px;
  }
  .use-links .use-li .use-a{
    color: #303030;
      font-size: 15px;
      font-weight: 500;
    color: #777777;
    text-decoration: none;
  }
  .use-links .use-li .use-a:hover{
    color: #000;
  }
  
 
 
 
  
  .address-links .address1{
    font-weight: 500;
      font-size: 15px;
    display: flex;
  }
  .address-links{
        line-height: 32px;
      color: #777777;
  }
  .copy-right-sec{
    padding: 1.8rem;
      background: #c4bfbf;
      color: #000000;
      text-align: center;
  }
  .copy-right-sec .copy-a{
    color: blue;
    font-weight: 500;
    text-decoration: none;
}
