/* Footer */
.footer {
    background-color: #1b1b38;
    z-index: 100; /* Above Sidebar Excess */
    position: relative;
    padding: 70px 0px 40px 30px;
  }
  
  
  .footer-container{
    max-width: 100%;
    margin:auto;
    border-bottom: 1px solid #373636;
  }
  
  li{
    list-style: none;
  }
  
  .footer-row{
    display: flex;
    flex-wrap: wrap;
  }
  
  .footer-sponsors::before {
    border-bottom: 1px solid #373636;
    content: "";
    position: absolute;
    width: 80%;
    height: 10px;
    bottom: 0;
  }
  
  .footer-heading{
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 35px;
    font-weight: 500;
    display: inline-block;
    padding-bottom: 5px;
    position: relative;
    margin: auto;
    width: 100%;
  }
  
  .footer-heading:before{
    content: "";
    position: absolute;
    width: 200px;
    height: 10px;
    bottom: 0;
    border-bottom: 2px solid red;
    margin-left: 33px;
  }
  
  .footer-icons{
    display: flex;
    flex-wrap: wrap;
    position: center;
    margin: auto;
  }
  
  .footer-icons::before{
    border-bottom: 1px solid #373636;
    content: "";
    position: absolute;
    width: 80%;
    height: 10px;
    bottom: 0;
  }
  
  .footer-col{
    width: 20%;
    padding: 30px 15px;
  }
  
  .footer-col h4, .footer-col h4 a{
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-weight: 500;
    position: relative;
    transition: all 0.3s ease;
  }
  
  .footer-col h4::before{
    content: '';
    position: absolute;
    left:0;
    bottom: -2px;
    background-color: #e91e63;
    height: 2px;
    box-sizing: border-box;
    width: 30px;
  }
  
  .med h4::before{
    width: 40px !important;
  }
  
  .long h4::before{
    width: 110px !important;
  }
  
  .footer-col ul li:last-child{
    margin-bottom: 10px;
  }
  
  .footer-col ul li a{
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 300;
    color: #bbbbbb;
    display: block;
    transition: all 0.3s ease;
    text-align: left;
  }
  
  .footer-col ul li a:hover, .footer-col a:hover{
    color: #ffffff;
    padding-left: 8px;
  }
  
  .followus{
    width: 40%;
  }
  
  .followus h4::before{
    width: 55px;
  }
  
  .social-links a{
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(255,255,255,0.2);
    margin: 0 10px 10px 0;
    border: 1px solid red;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
    padding: 7.5px;
  }
  
  .social-links a:hover{
    color: #24262b;
    background-color: #ffffff;
  }
  
  .mt-4, .mt-4 a{
    color: #ffffff;
  }
  
  .mt-4{
    margin: 20px;
    padding: 5px;
  }
  
  /*responsive*/
  
  @media(max-width: 918.9px){
    .long h4::before{
        width: 50px !important;
    }
  
  }
  
  @media(max-width: 767px){
    .footer-col{
      width: 25%;
      margin-bottom: 30px;
    }
  }
  
  @media(max-width: 574px){
    .footer-col, .followus{
      width: 50%;
    }
  }
  
  
  .footer-icons{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding: 20px;
  }
  
  .footer-sponsor-box{
    display: inline-block;
    position: relative;
    background: white;
    border-radius: 20px;
    margin: 5px;
    width: 20%;
    height: 200px;
    margin-top: 10px; 
    margin: auto;
    margin-bottom: 10px;
    padding-top: 40px;
  }
  
  .footer-sponsor-box img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
  }
  
  .rounded-corners img{
    border-radius: 20px;
  }
  