body {
  font-size: 13px;
}

.bg-gradient-black {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e4e5e7),
    to(#252631)
  );
  background-image: linear-gradient(#e4e5e7, #252631);
}

.fixed-on-scroll.fixed-on-top .nav-link.icon-fb:hover {
  color: #444bf8;
}

.fixed-on-scroll.fixed-on-top .nav-link.icon-twitter:hover {
  color: #2dd2f6;
}

.fixed-on-scroll.fixed-on-top .nav-link.icon-insta:hover {
  color: #f12459;
}

.navbar-dark .navbar-nav .nav-link.icon-fb:hover {
  color: #444bf8;
}

.navbar-dark .navbar-nav .nav-link.icon-twitter:hover {
  color: #2dd2f6;
}

.navbar-dark .navbar-nav .nav-link.icon-insta:hover {
  color: #f12459;
}

.icon-fb:hover {
  color: #444bf8;
}

.icon-twitter:hover {
  color: #2dd2f6;
}

.icon-insta:hover {
  color: #f12459;
}

.icon-gmail:hover {
  color: #f12459;
}

.content-wrapper {
  padding-top: 73px;
  padding-bottom: 76px;
}

.card-demo-wrapper {
  padding: 30px 25px;
}
.card-demo-wrapper .navbar {
  z-index: 0;
}

.demo-color-box {
  display: inline-block;
  width: 130px;
  height: 96px;
  border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.miri-ui-kit-demo .btn,
.miri-ui-kit-demo .badge {
  margin-right: 5px;
  margin-bottom: 8px;
}

.miri-ui-kit-demo .progress {
  margin-top: 40px;
}

.card-title {
  margin-bottom: 26px;
}

.pb-30 {
  padding-bottom: 30px;
}

.example-section h2 {
  padding-top: 76px;
  padding-bottom: 69px;
}

.example-section figcaption {
  padding-top: 33px;
  color: #ffffff;
}

.example-section .img-thumbnail {
  border-color: #ffffff;
}

.miri-ui-kit-section {
  padding-top: 55px;
  padding-bottom: 55px;
}

@media screen and (min-width: 992px) {
  .feature-box {
    max-width: 280px;
  }
}

.how-we-work-section .btn-rounded {
  font-size: 20px;
  padding: 6px 9px;
}

.btn-label {
  font-size: 12px;
}

.experience-section {
  padding-top: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid #e3e3e3;
}

.preview-link {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.preview-link::before {
  content: "\F349";
  font-family: "Material design icons";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  font-size: 2.5rem;
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.preview-link:hover::before {
  opacity: 1;
}

/*# sourceMappingURL=demo.css.map */

.navbar-logo {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.header-bg {
    /* background-image: linear-gradient(rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.7)), url(../../../src/images/header-bg.gif); */
    background-image: linear-gradient(rgb(0 0 0 / 46%), rgb(0 0 0 / 65%)), url(../../../src/images/header-bg.gif);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.card-header {
  padding: 0 0 !important;
}

.btn-link:hover {
  color: #0911e7;
  text-decoration: none !important;
  font-weight: 500;
}

.btn-link:focus {
  text-decoration: none !important;
  box-shadow: none;
}
.card {
  border: 0 !important;
  border-bottom: 0.5px solid #fff !important;
}

.card-header {
  border: 0 !important;
}

.nav-link {
  background-color: #fff0 !important;
  outline: 0 !important;
  font-weight: 400 !important;
}

.nav-link.active {
  background-color: #fff0 !important;
  font-weight: 500 !important;
}

.f-13 {
  font-size: 13px !important;
}

.footer-main {
  color: #fff !important;
}

.miri-ui-kit-section {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.section-head {
  text-align: left;
}

.footer-title {
  font-size: 20px !important;
}


html {
  /* scroll-behavior: smooth; */
}