*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

body { 
background-image: linear-gradient(to right bottom, rgba(40, 178, 252, 0.7), rgba(64, 142, 187, 0.5));
background-size: cover;

background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
font-family: "Lato", sans-serif;
  font-size: 1.2rem;;
  font-weight: 400;
  /*font-size: 16px;*/
  line-height: 1.7;
  color: rgb(59, 59, 59); 
}

.logo-box:hover {
  cursor: pointer;
}


section {
  margin-bottom: 50px;
}



.heading-number {
  display: inline-block;
  width: 5%;
  margin-left: 15%;
}


.heading-text {
  display: inline-block;
  width: 50%;
  margin-left: 5%;
}

  @media (max-width: 40em) {
    .heading-main {
      font-size: 1em;
      line-height: 1.3;
    }
  }

.logo-box  {
    left: 10px;
    top: 10px;
    position: absolute;
}
  


.main-logo {
    height: 6.5rem;
    
}
  @media (max-width: 40em) {
    .main-logo {
      height: 2.5rem;
    }
  }

.wrapper {
    display: grid;
    grid-template-columns: 20% 5% 70% 30%;
    /* justify-items: center; */
    gap: 20px;
    
    
}
@media (max-width: 40em) {
  .wrapper {
    grid-template-columns: 10% 5% 85% 10%;
  }
}

.container {
    height: 150px;
    position: relative;

}

.heading {
    align-content: center;
    margin-bottom: 10px;
    
}

.text-box {
    position: absolute;
    margin-top: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; }
    


.number {
    justify-self: flex-start;
    /* margin-bottom: 50px; */
    grid-column-start: 2;
    grid-column-end: 3;
    font-weight: 400;
}
@media (max-width: 40em) {
  .number {
    font-size: .5em;
  }
}

.text {
    /* margin-bottom: 50px; */
    width: 65%;
    grid-column-start: 3;
    grid-column-end: 4;
    justify-content: center;
    
}
  @media (max-width: 40em) {
    .text {
      font-size: .5em;
    }
  }

li {
    margin-left: 15px;
}
    

    table, th, td {
        border: 1px solid black;
        border-collapse: collapse;
      }

td {
    padding: 5px;
}

.footer {
  display: flex;
  justify-content: space-around;
  width: 100%;
  flex-direction: row;
  flex-basis: auto;
  background-color: #333;
  padding: 3rem 0;
  font-size: 1rem;
  color: #f7f7f7; 
  
}
  @media (max-width: 40em) {
    .footer {
      flex-direction: column;
      justify-content: center;
    }
  }


.footer-right {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 40%;
    margin: 0 auto;
    padding: 2rem 0;
  }
    @media (max-width: 40em) {
      .footer-right {
        width: 80%;
      }
    }


.footer-left {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 40%;
    margin: 0 auto;
    padding: 2rem 0;
  }

  @media (max-width: 40em) {
    .footer-left {
      width: 80%;
    }
  }

.icons h3 {
    font-size: 1em;
    text-align: center;
}  

  @media (max-width: 40em) {
    .icons h3 {
      text-align: center;
    }
  }

.icons {
    padding: 10px;   
    }    

.icon{
        list-style: none;        
        display: flex;
        justify-content:center;
        margin-left: -20px
    
      }
      @media (max-width: 40em) {
        .icon {
          
            margin: auto auto;
          
          
        }
      }
.icon li{
        height: 70px;
        width: 70px;
        
        margin: 2 auto;
        cursor: pointer;
        position: relative;
      
      }
  
.icon li a span{
        font-size: 27px;
        line-height: 70px;
        color: #fff;
        transition: transform 0.3s ease-out;
        margin-left: 20px;
        
      }
.icon li:hover a span{
        transform: scale(1.4);
      }

   

.irllogo {

        max-height: 100px;
        max-width: 250px;
        padding: 10px;
      }

.irlnrflogo {
        max-height: 100px;
        max-width: 350px;
        padding: 10px;
      }

.irl-logo {
        display: flex;
        justify-content: center;
      }

.irlnrf-logo {
        display: flex;
        justify-content: center; 
      }

.copyright {
          display: flex;
          justify-content: center;
          font-size: .7em;
          
      }

.footer__address {
    text-align: center;
    font-size: 1em;;
}

  @media (max-width: 40em) {
    .footer__address {
      text-align: center;
    }
  }



.subsidiary {
        display: flex;
        justify-content: center;
        font-size: .5em;
      }



.footer__navigation {
      border-top: 1px solid #777;
      padding-top: 2rem;
      background-color: #333;
      display: flex;
      justify-content: center;
      
      
    
      }
    
      @media only screen and (max-width: 56.25em) {
        .footer__navigation {
          /* width: 100%; */
          text-align: center;
           } }
.footer__list {
        list-style: none;
        display: flex;
        justify-content: space-around;
        width: 50%;
        font-size: .8em;
        
        
        }

         @media only screen and (max-width: 56.25em) {
          .footer__list {
              font-size: 10px;
              display: inline-block;
              
              
          }
      }

      .footer__link:link, .footer__link:visited {
        color: #f7f7f7;
        background-color: #333;
        text-decoration: none;
        text-transform: uppercase;
        display: inline-block;
        transition: all .2s; }
      .footer__link:hover, .footer__link:active {
        color: #0075ba;
        box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.4);
        /* transform: rotate(5deg) scale(1.3); } */
      } 



      