html,
body {
  height: 100%;
  background-color: #e8edf1;
}

body {
  position: relative;
  font-family: 'Raleway', sans-serif !important;
  font-weight: 300;
  letter-spacing: 0.1rem;
  word-spacing: normal;
  text-rendering: auto;
  line-height: 1.6rem;
  margin: 0;
}

a {
  color: #005069;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover {
  color: #006180;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}

h1,
h2 {
  font-family: 'Rawengulk', sans-serif !important;
  font-weight: 600;
  padding-top: 3em;
  font-size: 3rem;
}

.view {
  position: relative;
  overflow: hidden;
  cursor: default;
}

.view .mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-attachment: fixed;
}

.overlay .mask {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.wow {
  -webkit-transition: opacity 0.7s ease-out;
  transition: opacity 0.7s ease-out;
  opacity: 1;
}

.fadeIn {
  opacity: 0;
}

.view img, .view video {
  position: relative;
  display: block;
}

.img-fluid, .modal-dialog.cascading-modal.modal-avatar .modal-header, .video-fluid {
  max-width: 100%;
  height: auto;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.card {
  width: 100%;
  font-weight: 400;
  border: 0;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.card .card-body .card-text {
  font-size: .9rem;
  font-weight: 400;
  color: #747373;
}

.card .card-body h1, .card .card-body h2, .card .card-body h3, .card .card-body h4, .card .card-body h5, .card .card-body h6 {
  font-weight: 400;
}

.white-text {
  color: #fff !important;
}

/* Custom */
.navbar-brand {
  font-family: 'Rawengulk', sans-serif !important;
  letter-spacing: 0.2rem;
  font-weight: 700;
}

.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax>.jarallax-img {
  position: absolute;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.navbar.navbar-dark .navbar-nav .nav-item>.nav-link.active {
  background-color: rgba(255, 255, 255, 0.1);
}

.navbar {
  font-weight: 300;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background-color: #000000c4;
}

.navbar .nav-item {
  padding: 0px 10px;
}

.navbar .nav-item .nav-link {
  font-size: 0.9rem;
}

.top-nav-collapse {
  background-color: #000000bb;
}

@media only screen and (max-width: 768px) {
  .navbar {
    background-color: #000000bb;
  }
}

.number {
  font-family: 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 100;
}

.spacer-1 {
  height: 2rem;
}

.spacer-2 {
  height: 4rem;
}

.spacer-3 {
  height: 6rem;
}

.spacer-4 {
  height: 8rem;
}

.spacer-5 {
  height: 10rem;
}

.inner-container {
  padding: 5rem;
  margin-top: 5rem;
  margin-bottom: 15rem;
  background: #ffffff99;
}

.scroll-down-button {
  position: absolute;
  bottom: 0px;
  height: 6rem;
  width: 100%;
}

.scroll-down-button>a {
  display: block;
  height: 50px;
  width: 50px;
  margin: 10px auto 0px;
}

.scroll-down-button span.white-arrow {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.scroll-down-button span.black-arrow {
  border-left: 1px solid #222;
  border-bottom: 1px solid #222;
}

.scroll-down-button span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

.pages {
  min-height: 100vh;
}

.titleFont {
  font-size: 1.1rem;
}

.motoFont {
  font-family: 'Raleway', sans-serif !important;
  font-weight: 300;
  margin-top: 2rem;
  font-size: 0.6rem;
  padding-top: 0px;
}

.home-page .unicontent {
  margin-top: 4rem;
}

.home-page .img-fluid {
  width: 3rem !important;
}

@media (min-width: 576px) {
  .titleFont {
    font-size: 2rem;
  }

  .motoFont {
    margin-top: 3rem;
    font-size: 0.9rem;
  }

  .home-page .img-fluid {
    width: 5rem !important;
  }
}

@media (min-width: 1200px) {
  .titleFont {
    font-size: 3rem;
  }

  .motoFont {
    margin-top: 4rem;
    font-size: 1.25rem;
  }

  .home-page .img-fluid {
    width: 7rem !important;
  }
}

@media (max-width: 768px) {
  .w-md-50 {
    width: 50% !important;
  }
}

.feature-panel .f-box {
  padding: 1rem 3rem;
}

.white-page {
  background-color: #e8edf1;
}

.blur-bg {
  filter: blur(4px);
  -webkit-filter: blur(4px);
}

.contact-page {
  padding-top: 2em;
  color: #aaa;
}

.page-footer {
  width: 100%;
}

.font-small {
  font-size: .9rem;
}

footer.page-footer {
  bottom: 0;
  color: #fff;
}

footer.page-footer a {
  color: #fff;
}

footer.page-footer h4 {
  font-size: 1rem !important;
}

footer.page-footer .footer-copyright {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(0, 0, 0);
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btn-jwala {
  color: #fff;
  background-color: #005069;
  border-color: #005069;
}

.btn-jwala:hover {
    color: #fff;
    background-color: #006180;
    border-color: #006180;
}

a.btn-floating>i.fab {
  width: 1.5rem;
  text-align: center;
}

h3 > a.share-icon {
  color: #343a40 !important;
  padding: 0.5rem;
  margin-right: 0.5rem;
  border: 1px solid #6c757d !important;
  border-radius: .25rem !important;
  line-height: 3rem;
}

h3 > a.share-label {
  padding-top: 0.2rem;
  color: #343a40 !important;
  vertical-align: middle;
}


.color.card {
  margin-bottom: 1rem;
  overflow: hidden;
  font-weight: 900;
}

.color .card-body {
  height: 7rem;
  color: #FFFFFF !important;
  background: linear-gradient(transparent, white)
}
