*,
*::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.4rem;;
  font-weight: 400;
  /*font-size: 16px;*/
  line-height: 1.7;
  color: rgb(0, 0, 0); 
}

.logo-box:hover {
    cursor: pointer;
}

.sec {
  margin-bottom: 20px;
}

.container {
  padding: 5% 20%;
  font-size: .7em;
 
}

@media (min-width: 40em) {
  .content {
    font-size: 1em;
  }
}

.disclaimer-text {
  display: flex;
  margin: 0 auto;
  font-size: .5em;
}


.heading-box h2{
  text-align: center;  
  padding-top: 20%;
  line-height: 1;
  color:rgb(59, 59, 59);

}
@media (min-width: 40em) {
.heading-box h2 {
  padding-top: 5%;
}
}

h3 {
  margin-bottom: 2%;
  color:rgb(59, 59, 59);
}

.sec2 span {
  font-weight: 900;
}

.logo-box {
    left: 10px;
    top: 10px;
    position: absolute;
}
  
a {
  text-decoration: none;
}

a:link, a:visited {
  color: black;
}

a:hover {
  color:blue;
}

p {
  color: rgb(59, 59, 59);
}

.sec3 li {
  font-weight: 900;
}

li {
  margin-left: 15px;
}

.main-logo {
    height: 6.5rem;
    
}
  @media (max-width: 40em) {
    .main-logo {
      height: 2.5rem;
    }
  }

.footer-left h3 {
  color: white;
}

.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;
          
          
      }

.copyright h3 {
  color: white;
}

.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); } */
      } 



      