    /*--------------------------------------------------------------
# footer-section
--------------------------------------------------------------*/
.footer-section{
    background: url(../images/Footer-bg-1.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding-bottom:15px;
  }
  .footer-logo img{
    max-width: 200px;
  }
  .footer-about h2{
    font-weight: bold;
    font-size: 18px;
    color:#F5F5F5;
    padding-top:25px;
  }
  .footer-about p{
    font-weight: 500;
    font-size: 15px;
    color:#F5F5F5;
    padding-top:15px;
    line-height: 1.7;
  }
  .footer-menu{
    text-align: left;
  }
  .footer-menu ul {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    color: #d1d1d8;
    padding-bottom: 2rem;
  }
  
    .footer-menu ul li {
        padding-top: 20px;
    }
  
  .footer-menu li a {
    color: #d1d1d8;
    text-decoration: none;
    background-color: transparent;
    font-size: 15px;
    text-align: left;
    font-weight: 700;
  }
  
    .footer-menu li a:hover {
        color: #fff;
    }
  
  .footer-menu h4 {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: #fff;
  }
  .submit-button{
    margin-top:1rem;
  }
  .submit-btn{
    background-color: #FF6000;
    padding:10px 20px;
    border:none;
    text-align: center;
    color:#fff;
    font-weight: 700;
    border-radius: 5px;
  }
  .form-control {
    height: calc(1em + 0.75rem + 2px);
    font-size: 14px;
    color: #000;
  }
  
  .footer-section hr {
  border-top-color:#bbb;
  opacity:0.5
  }
  .copy-right{
    text-align: center;
  }
  .copy-right p{
    color: #fff;
    font-weight: 500;
    font-size: 16px;
  }
  .footer-icon{
    max-width: 35px;
  }
  .footer-section .contact-info i a:hover {
    color: #fff;
    text-decoration: none;
  }
  .footer-section .social-links a {
    color: #FF6000;
    line-height: 0;
    transition: 0.3s;
    margin-right: 20px;
    font-size:20px;
  }
  .footer-section .social-links a:hover {
    color: white;
  }
  @media (max-width:768px){
    .footer-logo img {
        max-width: 250px;
    }
    .footer-about p {
        font-size: 14px;
    }
    .footer-menu h4 {
        font-size: 16px;
    }
    .footer-menu li a {
        font-size: 13px;
    }
    .footer-section {
        text-align: center;
      }
      .footer-menu {
        text-align: center;
      }
      .footer-menu h4 {
        font-size: 16px;
        text-align: center;
    }
    .copy-right p {
      font-size: 13px;
  }
}