/**
 *  -------------------------------------------------------------------------------
 *  ( 05 ) - Footer
 *  -------------------------------------------------------------------------------
 *
 *  This part contains footer and mini footer
 *
 *  ------
 *
 *  It has the following code:
 *
 *    |
 *    |-->  [ 01 ] - Footer
 *    |-->  [ 02 ] - Footer Bars
 
 */
/*  [ 01 ] - Footer
===================== */
#footer {
  overflow: hidden;
  position: relative;
  z-index: 1; }

/*  [ 02 ] - Footer Bars
========================== */
/* Footer Bar */
.footer-bar {
  padding: 100px 0;
  background: transparent; }
  .footer-bar .fb-row + .fb-row {
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px solid rgba(34, 34, 34, 0.05); }

@media (max-width: 768px) {
  .footer-bar .fb-row {
    flex-direction: column; } }

/* Footer Bar 1 */
#footer-bar-1 {
  display: flex;
  align-items: center;
  background-color: #f7f7f7; }
  .footer-dark #footer-bar-1 {
    background-color: #0c3c59; }
  #footer-bar-1 .footer-bar-wrap {
    width: 100%; }
  #footer-bar-1.footer-bar .fb-row h4 {
    display: flex;
    align-items: center;
    margin-bottom: 25px; }
  #footer-bar-1 h5 {
    margin-bottom: 20px; }
  #footer-bar-1 .logo-footer {
    height: 60px; }
  #footer-bar-1 .form-newsletter-register input[type="text"] {
    border: 1px solid #ddd; }
    #footer-bar-1 .form-newsletter-register input[type="text"]:focus {
      border-color: #0c3c59; }

/* List Contact Info */
.list-contact-info {
  list-style: none;
  font-size: 16px; }
  .list-contact-info li {
    display: flex;
    align-items: flex-start; }
    .list-contact-info li + li {
      margin-top: 10px; }
  .list-contact-info i {
    position: relative;
    top: 4px;
    margin-right: 15px;
    font-size: 18px;
    opacity: 0.7;
    color: #222; }
    .footer-dark .list-contact-info i {
      color: #fff; }
  .list-contact-info h5 {
    margin-bottom: 5px !important; }

/* Footer Widget Row */
.footer-widget-row + .footer-widget-row {
  margin-top: 40px; }

/* List Links */
.list-links {
  list-style: none; }
  .list-links li + li {
    margin-top: 10px; }
  .list-links li:first-child a {
    padding-top: 0; }
  .list-links li a {
    display: flex;
    padding-top: 3px;
    font-size: 14px;
    opacity: 0.7;
    color: #222; }
    .list-links li a::before {
      content: "\f077";
      font-family: "Font Awesome 5 Free";
      font-weight: 700;
      display: inline-block;
      position: relative;
      top: -1px;
      margin-right: 12px;
      font-size: 10px;
      color: #fff;
      transition: all 0.15s;
      transform: rotate(90deg); }
    .list-links li a:hover {
      opacity: 1; }
      .list-links li a:hover::before {
        margin-right: 15px; }
  .text-white .list-links li a {
    color: #fff; }

/* List Gallery Thumbs */
.list-gallery-thumbs {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -7.5px -7.5px; }
  .list-gallery-thumbs > li {
    padding: 0 7.5px;
    margin-bottom: 15px;
    width: 33.33333%; }
    @media (max-width: 992px) {
      .list-gallery-thumbs > li {
        width: auto; } }
  .list-gallery-thumbs a {
    display: block;
    height: 80px; }
    @media (max-width: 992px) {
      .list-gallery-thumbs a {
        width: 80px; } }
    .list-gallery-thumbs a img {
      width: 100%; }
    .list-gallery-thumbs a:hover {
      opacity: 0.6; }

/* Footer Bar 2 */
#footer-bar-2 {
  padding: 0;
  background-color: #f7f7f7; }
  .footer-dark #footer-bar-2 {
    background-color: #0c3c59; }
  #footer-bar-2 .footer-bar-wrap {
    width: 100%; }
  #footer-bar-2.footer-bar .fb-row {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08); }
    .footer-dark #footer-bar-2.footer-bar .fb-row {
      border-color: rgba(255, 255, 255, 0.08); }
    @media (max-width: 768px) {
      #footer-bar-2.footer-bar .fb-row {
        flex-direction: column;
        justify-content: center;
        padding: 30px 0; } }
  #footer-bar-2 .social-icons {
    margin: 0 0 -5px auto; }
    @media (max-width: 768px) {
      #footer-bar-2 .social-icons {
        margin-left: 0;
        margin-top: 10px; } }

/* Copyrights Message */
.copyrights-message {
  font-size: 16px;
  font-weight: 500;
  color: #222; }
  .copyrights-message > * {
    opacity: 0.7; }
  .copyrights-message a {
    opacity: 1;
    font-weight: 700;
    color: #222; }
    .footer-dark .copyrights-message a {
      color: #fff; }
    .copyrights-message a:hover {
      text-decoration: underline;
      color: #0c3c59; }
  .text-white .copyrights-message {
    color: #fff; }

/* =====================================================================
 *   helpers-placeholders.scss
 * =================================================================== */
/* BG Gradients */
/* Opacity Values */

/*# sourceMappingURL=sourcemaps/footer.css.map */
