  /* start custom changes */
  body {
    overflow-x: hidden;
  }

  .btn-rounded {
    border-radius: 10em;
  }

  /* end custon changes */

  .map-container {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
  }

  .map-container iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
  }

  .bg-dark {
    background-color: #000098 !important;
  }

  .navbar {
    line-height: 36px;
  }

/* dropdown profile */
.dropdown-menu {
  left: auto;
  right: 0;
}
.dropdown-item {
  padding: 0px 20px !important;
}
.dropdown-divider {
  margin: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #000098 !important;
  color: #fff !important; 
}
  .sidebar-fixed {
    background-color: #000098;
  }

  .md-form textarea.md-textarea {
    overflow-y: auto;
  }

  /* start profile */

  .testimonial-card .card-body h4 {
    text-align: center;
  }

  .testimonial-card .avatar {
    position: relative;
    text-shadow: 0px 0px 11px black;
  }

  .testimonial-card .avatar i {
    position: absolute;
    font-size: 3em;
    bottom: 0;
    position: absolute;
    right: 25px;
  }

  @media (max-width: 1199.98px) {
    a.logo-wrapper {
      display: none;
    }

    .sidebar-fixed {
      display: block;
      height: 70px;
      bottom: 0;
      width: 100%;
      padding: 10px;

    }

    .list-group .flex-column {
      flex-direction: row !important;
      justify-content: space-between;
    }

    .list-group-flush .list-group-item {
      width: calc(20% - 2.5px) !important;
      text-align: center;
      height:50px;
    }

    .dropdown-menu {
      left: 0 !important;
      right: 2px !important;
    }
  }

  .testimonial-card span {
    margin: auto !important;
    margin-top: 10px !important
  }

  span.toto {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 6px 15px;
    background: #000098;
    color: white;
    padding: 5px;
    cursor: pointer;
    border-radius: 8px;
    width: 55px;
    text-align: center;
    font-weight: 500;
  }
  footer .fab {
          border-bottom: 2px solid transparent;
          transition: all 0.2s ease-out;
          padding-bottom: 10px;
          border-radius: 10px;
      }

      footer a i {
          width: 40px;
          text-align: center;
      }

      footer .fab:hover {
          transform: scale(1.2);
          border-bottom: 2px solid #fff;
          padding-bottom: 10px;
          border-radius: 10px;
      }

      .prev,
      .next {
          cursor: pointer;
          padding: 5px;
      }

      .footer-art {
          max-height: 530px;
          overflow: hidden;
      }