  .icon-bg{
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff;
        color: #000;
        transition: background 0.3s ease;    
    }
footer {
    position: relative;
    /*padding-top: 100px;*/
    margin-top: -100px;
    background-image: url(../img/footer-bg.png);
    background-size: cover;
    background-position: center center;
    background-color: #191a1c;
  }
  footer.error {
    padding-top: 0;
    margin-top: 0;
  }
  .footer-top {
    padding-top: 100px;
  }
  @media (max-width: 767px) {
    .footer-top {
      padding-top: 80px;
    }
  }
  @media (max-width: 767px) {
    .footer-widget {
      margin-bottom: 50px;
    }
  }
  .footer-widget .footer-logo {
    margin-bottom: 30px;
  }
  .footer-widget .footer-logo a img {
    width: 170px;
  }
  .footer-widget h4 {
    font-weight: 700;
    font-size: 25px;
    color: #e4e4e4;
    margin-bottom: 30px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-widget h4 {
      font-size: 24px;
    }
  }
  .footer-widget p {
    font-weight: 300;
    font-size: 16px;
    color: #e4e4e4;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-widget p {
      font-size: 14px;
    }
  }
  .social-media-icons {
    list-style: none;
    margin-top: 30px;
  }
  .social-media-icons li {
    display: inline-block;
    padding-right: 30px;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .social-media-icons li {
      padding-right: 25px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .social-media-icons li {
      padding-right: 15px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .social-media-icons li {
      padding-right: 5px;
    }
  }
  .social-media-icons li a {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    color: #e4e4e4;
    background: #0f1012;
    -webkit-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .social-media-icons li a {
      height: 30px;
      width: 30px;
      line-height: 30px;
    }
  }
  .social-media-icons li a:hover {
    color: #0f1012;
    background-color: #ec8d12;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  .footer-menu {
    list-style: none;
  }
  .footer-menu li {
    display: block;
    padding-bottom: 15px;
  }
  .footer-menu li:last-child {
    padding-bottom: 0;
  }
  .footer-menu li a {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    color: #e4e4e4;
    display: inline-block;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-menu li a {
      font-size: 15px;
    }
  }
  .footer-menu li a:before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -20px;
    height: 10px;
    width: 10px;
    background-color: #ec8d12;
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
  }
  .footer-menu li a:hover {
    color: #ec8d12;
    padding-left: 15px;
  }
  .footer-menu li a:hover:before {
    left: 0;
    visibility: visible;
    opacity: 1;
  }
  .number,
  .office-mail,
  .address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .number p,
  .office-mail p,
  .address p {
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0.03em;
    color: #e4e4e4;
    margin: 0;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .number p,
    .office-mail p,
    .address p {
      font-size: 14px;
    }
  }
  .phone a,
  .email a {
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0.03em;
    color: #e4e4e4;
    display: block;
    padding-bottom: 5px;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .phone a,
    .email a {
      font-size: 13px;
    }
  }
  .phone a:hover,
  .email a:hover {
    color: #ec8d12;
  }
  .num-icon,
  .mail-icon,
  .address-icon {
    min-width: 40px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .num-icon,
    .mail-icon,
    .address-icon {
      min-width: 30px;
    }
  }
  .num-icon i,
  .mail-icon i,
  .address-icon i {
    color: #ec8d12;
    font-size: 25px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .num-icon i,
    .mail-icon i,
    .address-icon i {
      font-size: 20px;
    }
  }
  .footer-bottom {
    /*margin-top: 80px;*/
    padding: 30px 0;
    border-top: 2px solid #292929;
  }
  @media (max-width: 767px) {
    .footer-bottom {
      margin-top: 30px !important;
    }
  }
  @media (max-width: 767px) {
    .footer-bottom .copy-txt {
      text-align: center;
    }
  }
  .footer-bottom .copy-txt span {
    font-size: 14px;
    color: #e4e4e4;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-bottom .copy-txt span {
      font-size: 13px;
    }
  }
  @media (max-width: 767px) {
    .footer-bottom .copy-txt span {
      font-size: 13px;
    }
  }
  .footer-bottom .copy-txt span a {
    font-weight: 700;
    color: #e4e4e4;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
  }
  .footer-bottom .copy-txt span a:hover {
    color: #ec8d12;
  }
  .footer-bottom .footer-bottom-menu {
    list-style: none;
    text-align: right;
  }
  @media (max-width: 767px) {
    .footer-bottom .footer-bottom-menu {
      margin-top: 30px;
      text-align: center;
    }
  }
  .footer-bottom .footer-bottom-menu li {
    display: inline-block;
  }
  .footer-bottom .footer-bottom-menu li a {
    position: relative;
    font-size: 14px;
    text-align: right;
    letter-spacing: 0.01em;
    color: #e4e4e4;
    padding: 0 20px;
    line-height: 1;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
  }
  @media (max-width: 767px) {
    .footer-bottom .footer-bottom-menu li a {
      padding: 0;
      padding-right: 10px;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-bottom .footer-bottom-menu li a {
      padding: 0 20px;
    }
  }
  .footer-bottom .footer-bottom-menu li a:before {
    border-right: 1px solid #fff;
    position: absolute;
    content: "";
    height: 60%;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  @media (max-width: 767px) {
    .footer-bottom .footer-bottom-menu li a:before {
      display: none;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-bottom .footer-bottom-menu li a:before {
      display: block;
    }
  }
  .footer-bottom .footer-bottom-menu li a:hover {
    color: #ec8d12;
  }
  .footer-bottom .footer-bottom-menu li:last-child a:before {
    display: none;
  }