/*--------------------------------------------------------------
	## WIdgets
--------------------------------------------------------------*/

.widget {
  margin-bottom: 30px;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
  border-radius: 10px;

  &.style-01 {
    padding: 0;
  }

  ul {
    margin: 0;
    padding: 0;
    list-style: none;

    li {
      margin: 8px 0;
      display: block;
      -ms-word-wrap: break-word;
      word-break: break-word;

      +li {
        margin-top: 10px;
      }

      &:before {
        display: none;
      }

      &:last-child {
        margin-bottom: 0;
      }

      &:first-child {
        margin-top: 0;
      }

      a {
        color: inherit;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;

        &:hover {
          color: var(--main-color-one);
        }

        &.rsswidget {
          font-weight: 600;
          display: block;
          margin-bottom: 5px;
        }
      }

      .rss-date {
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 5px;
        display: block;
      }

      ul {
        margin-left: 20px;
        margin-top: 10px;

        &.sub-menu {
          position: initial;
          visibility: visible;
          opacity: 1;
          background-color: transparent;
          border-top: none;
          box-shadow: none;
          margin-top: 10px;

          li {
            a {
              padding: 0 0 0 10px;

              &:hover {
                background-color: transparent;
              }
            }
          }

        }
      }
    }
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .widget-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-transform: capitalize;
    position: relative;
    font-family: var(--body-font);

    &.style-01 {
      font-size: 20px;
      margin-bottom: 20px;
      line-height: 30px;
      position: relative;
      // padding-left: 40px;
      font-weight: 700;

      &:after {
        position: absolute;
        content: '';
        top: 50%;
        left: -30px;
        transform: translateY(-50%);
        height: 60%;
        width: 100%;
        border-left: 5px solid var(--main-color-one);
      }
    }

    &.style-02 {
      font-size: 20px;
      margin-bottom: 20px;
      line-height: 30px;
      position: relative;
      // padding-left: 40px;
      font-weight: 700;

      &:after {
        position: absolute;
        content: '';
        top: 50%;
        left: -34px;
        transform: translateY(-50%);
        height: 60%;
        width: 100%;
        border-left: 5px solid var(--main-color-one);
      }
    }

    &.style-03 {
      font-size: 20px;
      margin-bottom: 20px;
      line-height: 30px;
      position: relative;
      // padding-left: 40px;
      font-weight: 700;

      &:after {
        position: absolute;
        content: '';
        top: 50%;
        left: -30px;
        transform: translateY(-50%);
        height: 60%;
        width: 100%;
        border-left: 5px solid var(--main-color-one);
      }
    }
  }

  select {
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    border: 1px solid #ddd;
    position: relative;
    z-index: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>");
    background-repeat: no-repeat;
    background-position-y: 55%;
    background-position-x: 92%;
    color: var(--paragraph-color);
  }

  &:last-child {
    margin-bottom: 0;
  }

  .footer-widget {
    background-color: transparent !important;
    padding: 0;
    margin-bottom: 40px;
  }
}


.widget.widget_nav_menu ul li.menu-item-has-children:after {
  display: none;
}

.widget ul li,
.comments-area .comment-list li,
.comments-area .comment-list li.comment {
  padding-left: 0;
}

.comments-area .comment-list li:before,
.comments-area .comment-list li.comment:before {
  display: none;
}


.widget-nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget-nav-menu ul li+li {
  border-top: 1px solid #2c3e88;
}

.widget_search {
  .search-form {
    position: relative;

    .form-group {
      margin-bottom: 0;

      .form-control {
        height: 50px;
        border: 1px solid #D5E0EF;
        border-radius: 4px;
        padding: 0 70px 0 15px;
        background-color: #ffffff;
      }
    }

    .submit-btn {
      position: absolute;
      right: 0;
      top: 0;
      width: 60px;
      height: 50px;
      line-height: 50px;
      padding: 0;
      font-size: 20px;
      color: var(--main-color-one);
      background-color: transparent;
      border-radius: 0 30px 30px 0;
      transition: 0.3s ease-in;
      border: none;
      cursor: pointer;

      &:focus {
        outline: none;
      }

      &:hover {
        background-color: var(--hover-color);
        color: var(--heading-color);
      }
    }
  }
}


.widget_author_meta {
  text-align: center;

  .thumb {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    margin-bottom: 20px;

    img {
      border-radius: 50%;
    }
  }

  .content {
    .name {
      font-size: 21px;
      font-weight: 700;

      p {
        font-size: 16px;
        line-height: 26px;
      }

      ul {
        margin-top: 25px;

        li {
          display: inline-block;
          margin: 0 5px;

          a {
            display: block;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            border: 1px solid rgba(0, 0, 0, 0.1);
            border-radius: 50%;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;

            &:hover {
              background-color: var(--main-color-one);
              color: #fff;
            }
          }
        }
      }
    }
  }
}


.widget_tag_cloud {
  padding: 30px 30px 25px 35px;

  .tagcloud {
    a {
      display: inline-flex;
      justify-content: center;
      padding: 8px 12px;
      text-transform: capitalize;
      border-radius: 2px;
      font-size: 14px !important;
      line-height: 20px;
      font-family: var(--body-font);
      font-weight: 400;
      background: #fff;
      margin-right: 5px;
      margin-bottom: 10px;
      color: #7A7A7A;
      border: 1px solid #D5E0EF;
      transition: .5s all ease;

      &:hover {
        background-color: var(--main-color-one);
        color: #fff;
      }
    }
  }
}


.widget_nav_menu {
  ul {
    margin: 0;
    padding: 0;
    list-style: none;

    li {
      margin: 10px 0;

      &:last-child {
        margin-bottom: 0;
      }

      &:first-child {
        margin-top: 0;
      }

      a {
        border: none;
      }

      >ul {
        margin-left: 15px;
      }
    }
  }
}

.widget.widget_archive {
  padding: 28px 30px 30px 34px;

  ul {
    li {
      &:first-child {
        padding-top: 0;
      }

      + {
        li {
          margin-top: 15px;
        }
      }

      &:last-child {
        border-bottom: none;
      }

      a {
        i {
          color: var(--main-color-two);
          margin-right: 5px;
        }
      }
    }
  }
}

.widget {
  ul.widget_categories {
    li {
      + {
        li {
          margin-top: 15px;
        }
      }
    }
  }
}

.widget_archive {
  ul {
    li {
      padding: 10px 0;
      border-bottom: 1px dashed #D5E0EF;

      a {
        font-size: 16px;
        line-height: 24px;
        font-family: var(--body-font);
        font-weight: 400;
        color: #7A7A7A;

        &:before {
          color: var(--hover-color);
          position: static;
          content: "\f105";
          font-weight: 900;
          font-size: 15px;
          font-family: "fontawesome";
          padding-right: 8px;
          color: var(--main-color-one);
        }
      }

      span {
        float: right;
      }
    }
  }
}


//== footer widget
.widget.footer-widget.widget_calendar table {
  margin-bottom: 0;
}

.widget {
  &.footer-widget {
    background-color: transparent !important;
    padding: 0;
    margin-bottom: 30px;

    .social-links {
      margin-bottom: -22px;
      position: relative;
      z-index: 99;

      a {
        margin-right: 10px;

        i {
          width: 32px;
          height: 32px;
          line-height: 32px;
          text-align: center;
          font-size: 15px;
          color: var(--main-color-one);
          border-radius: 5px;
          transition: 0.3s all ease;
          background-color: #fff;

          &:hover {
            background: var(--main-color-one);
            color: #fff;
          }

          &:last-child {
            margin-right: 0;
          }
        }
      }
    }

    &.style-01 {
      border: none;
      padding-top: 75px;

      .widget-title {
        color: var(--heading-color);
      }

      ul {
        li {
          color: var(--heading-color);

          a {
            color: var(--heading-color);
          }

          &:hover {
            color: var(--main-color-two);

            a {
              color: var(--main-color-two);
            }
          }
        }
      }
    }

    ul {
      li {
        a {
          color: #fff;
          font-size: 15px;
          line-height: 25px;
          font-weight: 400;
          font-family: var(--body-font);
          position: relative;

          // &:before {
          //   position: static;
          //   content: "\f054";
          //   font-family: "Font Awesome 5 Free";
          //   padding-right: 8px;
          //   font-size: 10px;
          //   color: var(--hover-color);
          //   font-weight: 900;
          // }
          &:hover {
            transition: 0.5s all;
            color: var(--main-color-one);
            margin-left: 8px;

          }
        }
      }
    }

    .widget-title {
      font-size: 20px;
      font-weight: 700;
      line-height: 32px;
      margin-bottom: 25px;
      text-transform: capitalize;
      position: relative;
      font-family: var(--body-font);
      color: #fff;

      .line {
        margin-top: -15px;
        display: block;

        .dot {
          display: inline-block;
          height: 2px;
          width: 4px;
          background-color: var(--main-color-one);

          &.style-02 {
            width: 20px;
          }
        }
      }

      &:before {
        display: none;
      }

      p {
        color: #fff;
        font-size: 14px;
      }
    }

    &.widget_tag_cloud {
      .tagcloud {
        color: rgba(255, 255, 255, 0.7);
        font-size: 14px;

        a {
          color: rgba(255, 255, 255, 0.7);
          font-size: 14px;
        }
      }
    }

    &.widget_recent_comments {
      ul {
        li {
          a {
            &:after {
              display: none;
            }

            &:hover {
              padding-left: 0;
            }
          }
        }
      }
    }

    &.widget_calendar {
      table {
        th {
          border: 1px solid #ddd;
          color: rgba(255, 255, 255, 0.7);
          font-size: 14px;

          a {
            font-weight: 600;
            text-decoration: underline;
          }
        }

        td {
          border: 1px solid #ddd;
          color: rgba(255, 255, 255, 0.7);
          font-size: 14px;

          a {
            font-weight: 600;
            text-decoration: underline;
          }
        }
      }
    }

    .subscribe-form {
      .form-group {
        display: flex;
        margin-bottom: 20px;

        .form-control {
          width: 100%;
          height: 50px;
          border-radius: 4px;
          background-color: #fff;
          // color: #D6D6D6;

          &::placeholder {
            font-size: 16px;
            line-height: 28px;
            font-weight: 400;
            font-family: var(--body-font);
            text-align: center;
          }
        }
      }

      .submit-btn {
        border: none;
        border-radius: 50px;
        background-color: var(--secondary-color);
        // padding: 7px 30px;
        width: 85px;
        height: 55px;
        font-size: 25px;
        color: #fff;
        transition: all .5s;
        margin-left: 15px;
        cursor: pointer;

        &:hover {
          background-color: #fff;
          color: var(--main-color-one);
        }

        &.style-01 {
          background-color: #007bcf;
        }
      }
    }

    .wp-calendar-nav {
      padding: 8px 0;

      .wp-calendar-nav-prev {
        color: rgba(255, 255, 255, 0.7);
      }

      .wp-calendar-nav-next {
        color: rgba(255, 255, 255, 0.7);
      }
    }
  }
}

.widget {
  ul {
    >li {
      &:last-child {
        padding-bottom: 0;
      }
    }
  }

  img {
    height: auto;
  }
}

.footer-widget.widget_nav_menu {
  ul {
    li {
      a {
        position: relative;
      }
    }
  }
}

.footer-widget.widget.widget_nav_menu {
  ul {
    li {
      margin: 0;
    }
  }
}

.footer-style {
  .footer-area {
    background-color: var(--heading-color);
  }
}

.footer-area {
  .footer-top {
    .footer-widget {
      .menu {
        li {
          ul {
            li {
              &:last-child {
                margin-bottom: 0;
                padding-bottom: 0;
              }
            }
          }
        }
      }
    }
  }
}

.widget_tag_cloud.footer-widget {
  .tagcloud {
    a {
      background-color: var(--main-color-one);
    }
  }
}


.wp-block-calendar {
  caption {
    caption-side: top;
    text-align: center;
    padding: 8px;
    font-weight: 600;
    color: var(--heading-color);
    background-color: #ddd;
  }
}

.widget_calendar {
  caption {
    caption-side: top;
    text-align: center;
    padding: 8px;
    font-weight: 600;
    color: var(--heading-color);
    background-color: #ddd;
  }
}

.wp-block-calendar {
  table {
    th {
      background-color: transparent;
    }
  }
}


.widget_recent_comments {
  ul {
    li {
      position: relative;

      &:before {
        position: static;
        font-family: 'Font Awesome 5 Free';
        content: "\f4ad";
        padding-right: 5px;
      }
    }
  }
}


.widget .widget_calendar caption {
  color: var(--paragraph-color);
}


.widget_calendar {
  table {
    td {
      border: 1px solid #ddd;
      padding: 8px;
    }

    th {
      border: 1px solid #ddd;
      padding: 8px;
    }
  }
}

#wp-calendar {
  border-collapse: collapse;
  width: 100%;
  text-align: center;

  th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
  }
}

.widget_recent_comments {
  ul {
    li {
      a {
        text-decoration: underline;
      }
    }
  }
}


.social_share {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;

  li {
    margin: 0;
    display: block;
    padding-top: 15px;
    text-align: center;
    border-radius: 5px;
    color: var(--main-color-two);

    a {
      &:after {
        display: none;
      }
    }

    i {
      display: block;
      margin-bottom: 10px;
      font-size: 20px;
    }

    &.facebook {
      background-color: $facebook;
    }

    &.twitter {
      background-color: $twitter;
    }

    &.instagram {
      background-color: $instagram;
    }

    a {
      &:hover {
        color: var(--secondary-color);
      }
    }

    +li {
      margin-left: 10px;
    }
  }
}

.footer-widget .recent_post_item li.single-recent-post-item+li {
  border-top: initial;
  padding-top: 0;
}

.widget.widget_recent_posts {
  padding: 28px 30px 20px 34px;
}

.recent_post_item {
  margin: 0;
  padding: 0;
  list-style: none;

  li {
    display: block;

    +li {
      margin-top: 20px;
    }

    &.single-recent-post-item {
      display: flex;
      align-self: flex-start;
      padding-bottom: 10px;

      +li {
        padding-top: 20px;
        border-top: 1px dashed #D5E0EF;
      }

      .thumb {
        width: 70px;
        border-radius: 50%;
        height: 70px;
        margin-right: 15px;

        a {
          &:before {
            display: none;
          }

          &:hover {
            padding-left: 0;
          }

          &:after {
            display: none;
          }

        }

        img {
          border-radius: 4px;
        }
      }

      .content {
        flex: 1;

        .title {
          font-size: 16px;
          line-height: 26px;
          font-family: var(--body-font);
          font-weight: 700;
          color: var(--heading-color);

          a {
            &:hover {
              color: var(--main-color-one);
            }

            &:before {
              display: none;
            }

            padding-left: 0;

            &:after {
              display: none;
            }
          }
        }

        .time {
          font-size: 14px;
          line-height: 24px;
          font-family: var(--body-font);
          font-weight: 500;
          color: #7A7A7A;

          i {
            color: var(--main-color-one);
            padding-right: 5px;
          }
        }
      }
    }
  }
}

.contact_info_list {
  margin: 0;
  padding: 60px 0px 0px;
  list-style: none;

  li {
    display: block;

    &.single-info-item {
      margin-bottom: 20px;
      display: flex;
      align-self: flex-start;

      &.style-01 {
        .icon {
          color: var(--main-color-two);
        }

        .details {
          padding-left: 40px;
          flex: 1;
        }
      }

      .icon {
        color: var(--main-color-one) !important;
        font-size: 16px;
        font-weight: 600;
        background-color: transparent;
        border-radius: 5px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        margin-right: 0;

        &.style-01 {
          font-size: 20px;
          margin-left: 6px;
        }
      }

      .details {
        margin-left: 12px;
        font-size: 16px;
        line-height: 24px;
        font-family: var(--body-font);
        font-weight: 400;
        color: rgb(255, 255, 255);

        &.style-01 {
          margin-left: 20px;
        }

        &.style-02 {
          margin-left: 10px;
        }
      }
    }
  }
}

.about_us_widget {
  padding-right: 30px;

  &.style-01 {
    padding-right: 0;
  }

  .footer-logo {
    margin-bottom: 20px;
    display: block;
  }

  p {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 400;
    margin-bottom: 40px;
  }
}

.widget-testimonial {
  .icon {
    font-size: 70px;
    line-height: 60px;
    color: var(--main-color-two);
    margin-bottom: 16px;
  }

  p {
    color: #fff;
    line-height: 1.6;
  }

  .author-meta {
    display: flex;
    align-self: flex-start;
    margin-top: 24px;

    .thumb {
      margin-right: 20px;

      img {
        max-width: 80px;
        height: 80px;
        border-radius: 50%;
      }
    }

    .content {
      flex: 1;
      margin-top: 15px;

      .name {
        font-size: 18px;
        line-height: 26px;
        font-weight: 700;
        color: $white;
        margin-bottom: 0;
      }

      .designation {
        color: rgba($white, 0.8);
        font-size: 14px;
      }
    }
  }
}

.widget.widget_media_gallery {
  .gallery {
    margin-bottom: 0;
  }
}

.widget_edus_post_category {
  ul {
    li {
      &:hover {
        a {
          background-color: var(--main-color-one);

          .title {
            color: $white;
          }
        }
      }

      .title {
        padding: 0 20px;
        background-color: var(--secondary-color);
        position: relative;
        line-height: 50px;
        font-family: var(--body-font);
        margin-bottom: 0;
        font-size: 14px;
        color: #fff;
        font-weight: 500;
        transition: all 0.3s ease-out 0s;


        span {
          position: absolute;
          right: 0;
          top: 0;
          width: 50px;
          height: 50px;
          line-height: 50px;
          text-align: center;
          background-color: var(--hover-color);
          color: #fff;
          transition: all 0.3s ease-out 0s;
        }
      }
    }
  }
}

.about_me_widget {
  .content {
    text-align: center;

    .thumb {
      width: 140px;
      height: 140px;
      border-radius: 50%;
      margin: auto;

      img {
        border-radius: 50%;
      }
    }

    .title {
      font-size: 18px;
      margin-top: 30px;
      font-weight: 700;
    }

    p {
      padding-top: 10px;
    }
  }
}

.edus-widget-about {
  border: 2px solid #f7f7f7;
}

.about_me_two_widget {
  p {
    font-size: 16px;
    line-height: 26px;
  }

  .content-wrap {
    display: flex;
    margin-top: 20px;
  }

  .thumb {
    width: 60px;
    margin-right: 20px;
  }

  .title {
    font-size: 20px;
    font-weight: 600;
  }

  .designation {
    color: var(--main-color-one);
  }
}


.widget_edus_service_category {
  &.widget {
    padding: 0;
  }

  ul {
    li {
      a {
        display: flex;
        background: #f7f7f7;
        align-items: center;
        justify-content: space-between;
        padding: 16px 35px;
        font-size: 16px;
        font-weight: 700;

        &.active,
        &:hover {
          background-color: var(--main-color-one);
          color: $white;

          span {
            opacity: 1;
          }
        }

        span {
          opacity: 0;
        }
      }

      +li {
        margin-bottom: 10px;
      }
    }
  }
}

.widget.widget_media_image {
  ul {
    li {
      display: inline-block;
      position: relative;
      z-index: 0;

      &:hover {
        &::after {
          opacity: 1;
          visibility: visible;
        }

        i {
          opacity: 1;
          visibility: visible;
        }
      }

      &::after {
        content: '';
        position: absolute;
        z-index: 1;
        left: 5px;
        top: 0;
        right: 5px;
        bottom: 0;
        background: rgba(221, 19, 26, 0.43);
        border-radius: 4px;
        transition: .3s all ease;
        opacity: 0;
        visibility: hidden;
      }

      img {
        max-width: 94px;
        padding: 0px 5px;
      }

      i {
        position: absolute;
        z-index: 2;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 30px;
        color: #fff;
        transition: .3s all ease;
        opacity: 0;
        visibility: hidden;
      }
    }
  }

}

.edus-service-doct {
  &.widget {
    padding: 0;
  }

  .doc-link {
    li {
      a {
        display: flex;
        background: transparent;
        align-items: center;
        padding: 16px 35px;
        font-size: 16px;
        font-weight: 700;
        border: 2px solid #f7f7f7;

        i {
          margin-right: 20px;
          color: #ff4815;
        }

        &.active,
        &:hover {
          background-color: var(--main-color-one);
          color: $white;

          i {
            color: #fff;
          }
        }
      }

      +li {
        margin-bottom: 10px;
      }
    }
  }
}

.widget.widget_subscribe {
  background-color: var(--main-color-one);
  padding: 58px 45px;
  border-radius: 0px 0px 10px 10px;
  margin-top: -115px;
  position: relative;

  &.political {
    margin-top: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 39px 54px;
    margin-bottom: 80px;

    &.style-01 {
      position: relative;
      top: -70px;
      margin-bottom: 0;
    }

    &::after {
      content: none;
    }

    &::before {
      content: none;
    }
  }

  .footer-form {
    flex: 1;
    margin-right: 20px;
    margin-left: 80px;

    .form-group {
      margin-bottom: 0;

      .form-control {
        height: 60px;
        color: #000;
        border-radius: 4px;

        &::placeholder {
          color: #D6D6D6;
        }
      }
    }
  }

  &::after {
    content: '';
    position: absolute;
    border-left: 44px solid transparent;
    border-bottom: 40px solid #9C0308;
    border-top: 64px solid transparent;
    top: -64px;
    left: -44px;
    z-index: -1;
  }

  &::before {
    content: '';
    position: absolute;
    border-right: 44px solid transparent;
    border-bottom: 40px solid #9C0308;
    border-top: 64px solid transparent;
    top: -64px;
    right: -44px;
    z-index: -2;
  }

  .shape-01 {
    width: 80%;
    height: 35px;
    background: var(--main-color-one);
    border-radius: 0px 0px 10px 10px;
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    opacity: 0.19;
  }

  .shape-02 {
    width: 90%;
    height: 35px;
    background: var(--main-color-one);
    border-radius: 0px 0px 10px 10px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    opacity: 0.4;
  }

  .shape-03 {
    width: 95%;
    height: 35px;
    background: var(--main-color-one);
    border-radius: 0px 0px 10px 10px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    opacity: 0.19;
  }

  .header-content {
    &.style-01 {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .title {
      font-size: 24px;
      list-style: 32px;
      font-family: var(--body-font);
      font-weight: 700;
      color: #fff;
      text-align: center;
      margin-bottom: 30px;

      &.style-01 {
        text-align: left;
        font-size: 40px;
        line-height: 50px;
        font-family: var(--heading-font);
        font-weight: 600;
        max-width: 500px;
        margin-bottom: 0px;
      }
    }
  }
}

.custom-logo-link img,
.site-logo img,
.footer-logo img {
  max-width: 180px !important;
}