@import url(https://fonts.googleapis.com/css?family=Hind:400,500,600|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,,&display=swap);
body {
  font-family: Hind, sans-serif;
  font-size: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins, sans-serif !important;
}
h1,
h2 {
  font-weight: 600 !important;
}
.uk-h1,
h1 {
  font-size: 2.425rem !important;
}

h3.desigCls {
  font-weight: 600;
  font-size: 18px;
}
nav.nav-scroll {
  position: relative;
  z-index: 2;
  height: 1em;
  box-sizing: border-box;
  overflow-y: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.075);
}

nav.nav-scroll > ul {
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 1rem;
}

nav.nav-scroll > ul > li > a {
  font-weight: 500;
}

.news-slide > li > .uk-card {
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.075);
}

#header.uk-sticky-below {
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.07);
}

.gradientCls {
  background: linear-gradient(180deg, #ace1f2 0%, #00b4f0 40%, #ace1f2 100%);
  border-radius: 50px;
}

figure img {
  border-radius: 3px;
}

@media only screen and (max-width: 600px) {
  .cls-Social svg {
    width: 22px;
    height: auto;
  }
  h3.desigCls {
    font-weight: 600;
    font-size: 14px;
  }
}

.uk-text-default {
  font-size: 18px !important;
}

ul li,
ol li {
  margin-bottom: 20px;
}

.story-caption {
  margin-top: 12px;
  font-size: 12px;
  color: #777;
  text-align: center;
}
em {
  color: unset !important;
}

/*==================================================
Footer
==================================================*/

#site-footer {
  position: relative;
  background: #220038;
  padding: 48px 0 36px;
  color: #fff;
}

#site-footer::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #6d005c 0%, #ff008a 50%, #38d8d4 100%);
}

.footer-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 150px;
}

.footer-left {
  max-width: 650px;
  width: 100%;
}

.footer-logo {
  width: 410px;
  max-width: 100%;
  display: block;
  margin-bottom: 42px;
}

.copyright {
  margin: 0;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.78);
}

.footer-right {
  text-align: left;
}

.footer-right address {
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 30px;
}

.footer-contact {
  display: flex;
  gap: 34px;
  flex-wrap: wrap;
}

.footer-contact a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s;
}

.footer-contact a:hover {
  color: #36d7d4;
}

.footer-contact img {
  width: 24px;
  height: 24px;
}

/* Mobile */
@media (max-width: 768px) {
  #site-footer {
    padding: 40px 0;
  }

  .footer-row {
    flex-direction: column;
    gap: 36px;
  }

  .footer-left,
  .footer-right {
    width: 100%;
    text-align: center;
  }

  .footer-logo {
    margin: 0 auto 28px;
  }

  .footer-contact {
    justify-content: center;
    gap: 20px;
  }

  .footer-right address {
    margin-bottom: 24px;
  }
}
