@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;
  }
  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;
      }

  }