.custom-footer-class {
  background-color: rgb(62 77 75);
  position: relative;
  z-index: 9;
  padding-bottom: 35px;
  padding-top: 55px;
}
.container-fluid .custom-footer-class .row-fluid .page-center {
  max-width: 1180px;
  margin: 0 auto;
  float: none;
  padding: 0px;
}
.dnd-section.custom-footer-class > .row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.dnd-section .widget-type-cell.footer-upper,
.dnd-section .widget-type-cell.background-footer {
  padding-left: 0;
  padding-right: 0;
}
.footer-upper > .row-fluid-wrapper > .row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-upper > .row-fluid-wrapper > .row-fluid::before,
.footer-upper > .row-fluid-wrapper > .row-fluid::after {
  display: none;
}
.footer-upper > .row-fluid-wrapper > .row-fluid > * {
  width: auto;
  margin-left: 0px;
}
.footer-add p, .footer-add a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 21px;
  margin: 0px 0px 5px;
  font-weight: 300;
}
.footer-add a {
  color: rgba(96, 200, 255, 1);
}
.footer-add p:first-child {
  font-weight: 600;
}
.footer-copyright {
  text-align: center;
  margin-top: 20px;
}
.footer-copyright p, .footer-copyright a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 21px;
  margin: 0px;
}
.footer-social-icons ul {
  padding: 0px;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer-social-icons ul li {
  margin: 0 10px 0px 0px;
}
.footer-social-icons ul li:last-child {
  margin: 0 0px 0px 0px;
}
.footer-logo {
  margin-top: -25px;
  margin-left: -25px !important;
  margin-right: -25px;
}
@media (max-width: 767px) {
  .container-fluid .custom-footer-class .row-fluid .page-center {
    padding: 0px 15px;
  }
  .footer-upper > .row-fluid-wrapper > .row-fluid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-upper > .row-fluid-wrapper > .row-fluid > * {
    width: 100%;
    text-align: center;
  }
  .footer-logo {
    order: 3;
    margin: 0px !important;
  }
  .footer-add {
    margin-top: 50px;
    margin-bottom: 20px;
  }
}


