
/* footer */
.address{
    margin-top: -10px;
  }
  
  .phone{
    margin-top: -5px;
  }
  .phonet i{
    margin-left: 12px;
    color: red;
    font-size: 18px;
    padding: 13px;
}
  .phone i{
           color: #1d9bf0;
           font-size: 20px;
           padding: 13px;
  }
  .fa-phone{
    color: rgb(11, 125, 218);
  }
  .phones p{
  margin-left: 15px;
}
.phonet p{
  margin-left: 15px;
}


  @media screen and (max-width:992px){
    .address{
      margin-top: -10px;
      justify-content: center;
    }
    .email{
      margin-top: -10px;
      justify-content: center;
    }
    .phone{
      margin-top: -1px;
    }
  }
  
  .info{
    width: 200px;
    height: 200px;
    margin-top: -50px;
    text-align: center;
  }
  .phone,
  .email,
  .address
  { 
    margin-left: 15px;
  }
  .footer {
      padding-top: 80px;
      padding-bottom: 20px;
      background-image: url('../images/footer-bg.png');
      color: #8a8a8a;
      font-size: 15px;
    }
    .footer p {
      color: #cecece;
    }
    .footer h3 {
      color: #fff;
      margin-bottom: 20px;
    }
    .footer-col-1,
    .footer-col-2,
    .footer-col-3,
    .footer-col-4 {
      min-width: 250px;
      margin-bottom: 20px;
    }
    .footer-col-1 {
      flex-basis: 23%;
    }
    .footer-col-2 {
      flex: 1;
      text-align: center;
    }
    @media screen AND (max-width: 769px) {
      .footer-col-2 {
        flex: 1;
       
      }
    }
    ul li{
      color: rgb(209, 209, 209);
    }
  
    .footer-col-3,
    .footer-col-4 {
      flex-basis: 12%;
      text-align: center;
    }
    .iconclock{
      color: rgb(24, 231, 24);
      font-size: 40px;
      margin-top: 8px ;
      margin-left: 25px;

    }
    ul {
      list-style-type: none;
    }
    .app-logo {
      color:white;
      margin-top: 20px;
      margin-bottom: 20px;
    }
    .app-logo i{
      margin-left: 5px;
    }
    .fa-brands{
      background-color: blue;
      color: white;
      padding: 5px;
      font-size: 20px;
    }
  
    .footer hr {
      border: none;
      background: #b5b5b5;
      height: 1px;
      margin: 20px;
    }
    .copyright {
      text-align: center;
      padding: 30px;
      margin-bottom: -10px;
      background-color: black;
      color: white;
    }
    .menu-icon {
      width: 28px;
      margin-left: 20px;
      display: none;
    }
    .one{
      transition: 0.2s;
      border-radius: 8px;
       text-align: center;
      width: 100%;
      height: auto;
      background: #0d4d93;
      margin-top: 20px;
      padding-bottom: 10px;
      
  }
  .image{
       border-radius: 8px;
      width: 100%;
      height: 220px;
    
  }
  .col-lg-4{
    cursor: pointer;
    transition: transform 0.5s;
  }
  .one:hover {
    transform: translateY(-5px);
  }
  
  .one h4{
      margin-left: 40px;
      color: white;
  }
  .one h3{ 
       padding-top: 10px;
      margin-left: 23px;
      color: white;
  
  }
  
  .airsize{
    font-size: 70px;
    
  }
  .selected{
    text-align: start;
  }
  .selecteds p{
    text-align: center;
    margin-top: -20px;
  }
  .selected-one ul li{
       color: white;
       line-height: 37px;
  }
  .aliclass .d-flex{
      line-height: 40px;
  }
  .selected-two ul li{
      color: white;
      line-height: 37px;
  }
  .wordspace{
    color: white;
    display: flex;
    justify-content: start;
  }
  
  .fa-square-instagram{
    background-color: #c00dbe;
  }
  .fa-linkedin{
       background-color: #00659b;
  }
  .fa-facebook{
    background-color: #0000ff;
  
  }
  .fa-twitter{
    background-color:#1da1f2;
  }
