  /*--------------------------------------------------------------
  # footer00
  --------------------------------------------------------------*/
  #footer00 {
    color: #fff;
    font-size: 14px;
    background: #111111;
  }
  
  #footer0 .footer0-top {
    padding: 60px 0 30px 0;
    background: #1b1b1b;
  }
  
  #footer0 .footer0-top .footer0-contact {
    margin-bottom: 30px;
  }
  
  #footer0 .footer0-top .footer0-contact h3 {
    font-size: 26px;
    line-height: 1;
    font-weight: 700;
  }
  
  #footer0 .footer0-top .footer0-contact h3 span {
    color: #30b2d2;
  }
  
  #footer0 .footer0-top .footer0-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
  }
  
  #footer0 .footer0-top h4 {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
  }
  
  #footer0 .footer0-top h4::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #30b2d2;
    bottom: 0;
    left: 0;
  }
  
  #footer0 .footer0-top .footer0-links {
    margin-bottom: 30px;
  }
  
  #footer0 .footer0-top .footer0-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  #footer0 .footer0-top .footer0-links ul i {
    padding-right: 2px;
    color: white;
    font-size: 18px;
    line-height: 1;
  }
  
  #footer0 .footer0-top .footer0-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
  }
  
  #footer0 .footer0-top .footer0-links ul li:first-child {
    padding-top: 0;
  }
  
  #footer0 .footer0-top .footer0-links ul a {
    color: #eceaea;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
  }
  
  #footer0 .footer0-top .footer0-links ul a:hover {
    text-decoration: none;
    color: #fff;
  }

  .footer0-links h4 {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
  }
  
  #footer0 .footer0-newsletter {
    font-size: 15px;
  }
  
  #footer0 .footer0-newsletter h4 {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
  }
  
  #footer0 .footer0-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 5px 10px;
    position: relative;
    border-radius: 4px;
    text-align: left;
  }
  
  #footer0 .footer0-newsletter form input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
  }
  
  #footer0 .footer0-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #30b2d2;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  }
  
  #footer0 .footer0-newsletter form input[type=submit]:hover {
    background: #e35052;
  }
  
  #footer0 .credits {
    padding-top: 5px;
    font-size: 13px;
  }
  
  #footer0 .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #2b2b2b;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
  }
  
  #footer0 .social-links a:hover {
    background: #30b2d2;
    color: #fff;
    text-decoration: none;
  }

  .vis11{
    color: #0681b7;
  }