/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {

    padding: 0 0 30px 0;
    color: var(--bs-secondary);;
    font-size: 15px;

  }
  
  /*#footer .footer-newsletter {
    padding: 50px 0;
    background: #f1f8f5;
    text-align: center;
    font-size: 15px;
  }
  
  #footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
  }
  
  #footer .footer-newsletter form {
    margin-top: 30px;
    background: #1f1f1f;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
    text-align: left;
  }
  
  #footer .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
  }
  
  #footer .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: var(--bs-primary);
    color: #1f1f1f;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  }
  
  #footer .footer-newsletter form input[type=submit]:hover {
    background: var(--bs-primary-hover);
  }*/
  
  #footer .footer-top {
    padding: 60px 0 30px 0;
    background: #1f1f1f;
    /* background: #121212; */
  }
  
  #footer .footer-top .footer-contact {
    margin-bottom: 30px;
  }
  
  #footer .footer-top .footer-contact h3 {
    font-size: 24px;
    margin: 0 0 15px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
  }
  
  #footer .footer-top .footer-contact h3 span {
    color: var(--bs-primary);
  }
  
  #footer .footer-top .footer-contact p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
    /* font-family: "Roboto", sans-serif; */
    color: var(--bs-secondary);;
  }
  
  #footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: var(--bs-secondary);;
    position: relative;
    padding-bottom: 12px;
  }
  
  #footer .footer-top .footer-links {
    margin-bottom: 30px;
  }
  
  #footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  #footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: var(--bs-primary);
    font-size: 18px;
    line-height: 1;
  }
  
  #footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
  }
  
  #footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
  }
  
  #footer .footer-top .footer-links ul a {
    color: var(--bs-secondary);;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
  }
  
  #footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: var(--bs-primary);
  }
  
  #footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: var(--bs-primary);
    color: var(--bs-secondary);
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
  }
  
  #footer .footer-top .social-links a:hover {
    background: var(--bs-primary-hover);
    color: var(--bs-secondary);
    text-decoration: none;
    background: #FFF;
    color: #161616;
  }
  
  #footer .copyright {
    text-align: center;
    float: left;
  }
  
  #footer .credits {
    float: right;
    text-align: center;
    font-size: 13px;
    color: var(--bs-secondary);;
  }
  
  #footer  .footer-newsletter form {
    margin-top: 30px;
    background: white;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
    background: #d4e9e2;
  }
  #footer .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
    background: #d4e9e2;
  }
  
  #footer  .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: var(--bs-primary);
    color: white;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
  }
  
  @media (max-width: 768px) {
  
    #footer .copyright,
    #footer .credits {
      float: none;
      text-align: center;
      padding: 2px 0;
    }
    .footer-logo {
      margin-bottom: 40px;
    }
    #footer {
      padding: 0;
    }
    /*#footer .footer-top{
      padding: 40px 0 30px 0;
    }*/
  }

  .designed-by a{
    color: var(--bs-primary);
  }
  .designed-by a:hover{
    color:var(--bs-primary-hover) ;
  }

  .footer-bottom {
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
  }
  @media (max-width:768px) {
    .footer-bottom {
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    #footer .footer-logo img {
      width: 150px;
    }
    
  }

  #footer  {
    padding: 0px ;
  }
  .footer-logo img {
    width: 230px;
  }
  #footer .footer-top a {
    color: var(--bs-secondary);
    font-family: var(--bs-font-body);
  }
  #footer .footer-top a:hover{
    color: var(--bs-primary);
  }
  footer {
    font-family: var(--bs-font-body);
  }
  #footer .footer-top h4{
    font-family: var(--bs-font-heading);
  }

  .footer-service-area {
    display: flex;

    /* justify-content: center; */
column-gap:30px ;
  }
  .footer-service-area li {
  }