.hidden {
    visibility: hidden;
  }
  
   ul,
  li,
  div,
  span,
  i,
  section,
  footer,
  header,
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  figure,
  figcaption,
  dl,
  dt,
  dd,
  button,
  a {
    margin: 0;
    padding: 0;
  }
  
  .mbr-z-index20 {
    z-index: 20;
  }
  
  /*! Base colors */
  .mbr-white {
    color: #ffffff;
  }
  
  .mbr-black {
    color: #000000;
  }
  
  .mbr-bg-white {
    background-color: #ffffff;
  }
  
  .mbr-bg-black {
    background-color: #000000;
  }
  
  /*! Text-aligns */
  .align-left {
    text-align: left;
  }
  
  .align-center {
    text-align: center;
  }
  
  .align-right {
    text-align: right;
  }
  
  @media (max-width: 767px) {
    .align-left,
    .align-center,
    .align-right,
    .mbr-section-btn,
    .mbr-section-title {
      text-align: center;
    }
  }
  
  /*! Font-weight  */
  .mbr-light {
    font-weight: 300;
  }
  
  .mbr-regular {
    font-weight: 400;
  }
  
  .mbr-semibold {
    font-weight: 500;
  }
  
  .mbr-bold {
    font-weight: 700;
  }
  
  /*! Media  */
  .media-size-item {
    -moz-flex: 1 1 auto;
    -o-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  
  .media-content {
    flex-basis: 100%;
  }
  
  .media-container-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: start;
  }
  
  .media-container-row .media-size-item {
    width: 400px;
  }
  
  .media-container-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: stretch;
  }
  
  .media-container-column > * {
    width: 100%;
  }
  
  @media (min-width: 992px) {
    .media-container-row {
      flex-wrap: nowrap;
    }
  }
  
  figure {
    overflow: hidden;
  }
  
  figure[mbr-media-size] {
    transition: width 0.1s;
  }
  
  .mbr-figure img,
  .mbr-figure iframe {
    display: block;
    width: 100%;
  }
  
  .card {
    background-color: transparent;
    border: none;
  }
  
  .card-box {
    width: 100%;
  }
  
  .card-img {
    text-align: center;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
  
  .media {
    max-width: 100%;
    margin: 0 auto;
  }
  
  .mbr-figure {
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  .media-container > div {
    max-width: 100%;
  }
  
  .mbr-figure img,
  .card-img img {
    width: 100%;
  }
  
  @media (max-width: 991px) {
    .media-size-item {
      width: auto !important;
    }
    .media {
      width: auto;
    }
    .mbr-figure {
      width: 100% !important;
    }
  }
  
  /*! Buttons */
  .btn {
    font-weight: 500;
    border-width: 2px;
    font-style: normal;
    letter-spacing: 1px;
    margin: .4rem .8rem;
    white-space: normal;
    transition: all .3s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    display: -webkit-inline-flex;
  }
  
  .btn-sm {
    font-weight: 500;
    letter-spacing: 1px;
    transition: all .3s ease-in-out;
  }
  
  .btn-md {
    font-weight: 500;
    letter-spacing: 1px;
    margin: .4rem .8rem !important;
    transition: all .3s ease-in-out;
  }
  
  .btn-lg {
    font-weight: 500;
    letter-spacing: 1px;
    margin: .4rem .8rem !important;
    transition: all .3s ease-in-out;
  }
  
  .mbr-section-btn {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
    font-size: 0;
  }
  
  nav .mbr-section-btn {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  
  .btn-form {
    border-radius: 0;
  }
  
  .btn-form:hover {
    cursor: pointer;
  }
  
  /*! Btn icon margin */
  .btn .mbr-iconfont,
  .btn.btn-sm .mbr-iconfont {
    cursor: pointer;
    margin-right: 0.5rem;
  }
  
  .btn.btn-md .mbr-iconfont,
  .btn.btn-md .mbr-iconfont {
    margin-right: 0.8rem;
  }
  
  .mbr-regular {
    font-weight: 400;
  }
  
  .mbr-semibold {
    font-weight: 500;
  }
  
  .mbr-bold {
    font-weight: 700;
  }
  
  [type='submit'] {
    -webkit-appearance: none;
  }
  
  /*! Full-screen */
  .mbr-fullscreen .mbr-overlay {
    min-height: 100vh;
  }
  
  .mbr-fullscreen {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    -webkit-align-items: center;
    min-height: 99vh;
  
  }
  
  
  
  /* Form */
  blockquote {
    font-style: italic;
    padding: 10px 0 10px 20px;
    font-size: 1.09rem;
    position: relative;
  
  }
  
  .form-control {
    background-color: #f5f5f5;
    box-shadow: none;
    color: #565656;
    line-height: 1.43;
  
    padding: 1.07em .5em;
  }
  
  .form-control, .form-control:focus {
    border: 1px solid #e8e8e8;
  }
  
  .form-active .form-control:invalid {
    border-color: red;
  }
  
  .form-control-label {
    position: relative;
    cursor: pointer;
    margin-bottom: .357em;
    padding: 0;
  }
  
  .alert {
    color: #ffffff;
    border-radius: 0;
    border: 0;
    font-size: .875rem;
    line-height: 1.5;
    margin-bottom: 1.875rem;
    padding: 1.25rem;
    position: relative;
  }
  
  .alert.alert-form::after {
    background-color: inherit;
    bottom: -7px;
    content: "";
    display: block;
    height: 14px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    transform: rotate(45deg);
    width: 14px;
    -webkit-transform: rotate(45deg);
  }
  
  .form-asterisk {
    font-family: initial;
    position: absolute;
    top: -2px;
    font-weight: normal;
  }
  
  /*! Scroll to top arrow */
  #scrollToTop a i:before {
    content: '';
    position: absolute;
    height: 40%;
    top: 25%;
    background: #fff;
    width: 2px;
    left: calc(50% - 1px);
  }
  
  #scrollToTop a i:after {
    content: '';
    position: absolute;
    display: block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 40%;
    height: 40%;
    left: 30%;
    bottom: 30%;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  
  .mbr-arrow-up {
    bottom: 25px;
    right: 90px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 32px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  
  .mbr-arrow-up a {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    height: 60px;
    width: 60px;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-align: center;
  }
  
  .mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }
  
  .mbr-arrow-up a i {
    line-height: 60px;
  }
  
  .mbr-arrow-up-icon {
    display: block;
    color: #fff;
  }
  
  .mbr-arrow-up-icon::before {
    content: '\203a';
    display: inline-block;
    font-family: serif;
    font-size: 32px;
    line-height: 1;
    font-style: normal;
    position: relative;
    top: 6px;
    left: -4px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  
  
  
  