@font-face {
  font-family: 'ajax';
  src: url('fonts/LBC.woff2');
  font-weight: normal;
}

@font-face {
  font-family: 'ajax';
  src: url('fonts/LBC_Bold.ttf');
  font-weight: bold;
}

html,body
  {
    margin:0px;
    padding:0px;
  }

body
  {
    font-family: 'ajax';
    text-align: center;
     background-color: #BACAD9 !important; 
    
    background-size: cover;
  }

#mainContainer 
  {
    background-color: #ffffff;
    max-width: 900px;
    background-position: bottom;
    text-align:center;
    background-size:100%  auto;
    background-repeat:no-repeat;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
    margin:20px auto;
  }

.logo {
  width: 220px;
}

.header {
  height: 200px;
}

.welcome h2 {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
    
.card-sm{
  border-radius: 20px;
  min-width: 177px;
  min-height: 177px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;

  .title{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-top: 8px;
  }

  .bg-icon{
    display: inline-block;
    padding: 10px;
    border-radius: 100%;
    background: #ffffff;
    box-shadow: 0px 18px 40px 0px rgba(112, 144, 176, 0.12);

    .icon{
      display: flex;
      justify-content: center;
      align-items: center;

    }
  }
}

.card-lg{
  border-radius: 20px;
  min-width: 177px;
  min-height: 177px;
  justify-content: center;
  align-items: center;
  padding: 20px;

  .title{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-top: 8px;
  }

  .bg-icon{
    display: inline-block;
    padding: 10px;
    border-radius: 100%;
    background: #ffffff;
    box-shadow: 0px 18px 40px 0px rgba(112, 144, 176, 0.12);

    .icon{
      display: flex;
      justify-content: center;
      align-items: center;

    }
  }
}

.card-urumah{
  border-radius: 20px;
  min-width: 177px;
  min-height: 286px;
  max-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;

  .title{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-top: 8px;
  }

  .bg-icon{
    display: inline-block;
    padding: 10px;
    border-radius: 100%;
    background: #ffffff;
    box-shadow: 0px 18px 40px 0px rgba(112, 144, 176, 0.12);

    .icon{
      display: flex;
      justify-content: center;
      align-items: center;
    }
  }
}

a{
  text-decoration: none !important;
}

.gap{
  background: url('img/iarda-triangle.svg') repeat-x;
  background-size: auto;
  background-position: top;
  height: 100px;
  margin: 25px 0;
}

.btn-primary{
  width: 100%;
  border-radius: 50px;
  background-color: #ffffff !important;
  color: #007A4C !important;
  border: 0px !important;
  font-size: 14px;
  min-height: 45px !important;
  line-height:32px;
}

.wejhaat{
  background-color:#6941C6;
  display: block;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  padding: 25px;
}

.flex{
  display: flex;
  justify-content: center;
  align-items: center;
}
 
.app-btn {
  width: auto;
  color: #fff;
  margin: 20px 10px;
  padding: 10px 15px;
  text-align: left;
  border-radius:8px;
  text-decoration: none;
  font-family: "Lucida Grande", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  background-color: #101010;
}

.app-btn:hover {
  color: #fff !important;
}

.app-icon img {
width: 20%;
text-align: center;
font-size: 28px;
margin-right: 8px;
height: 40px;
width: 40px;
}

.big-txt {
font-size: 20px;
text-transform: capitalize;
}

.small-txt{
  font-size: 10px;
  text-transform: uppercase;
}



.cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
}

.cards_item {
  padding: 8px;
}

.cards-1 {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
}

.cards_item-1 {
  padding: 8px;
}

@media only screen and (max-width: 800px){
  #mainContainer
  {
      margin:0px auto;        
  }
  
  #topContainer{
      max-width:100% !important;
      padding-left:0px;
      padding-right:0px;
    }
        
    .header 
    {
      text-align: center;
      padding-top:30px;
    }
          
  }

@media (max-width: 500px) {
  .cards_item {
    width: 50%;
  }
  .cards_item-1 {
    width: 100%;
  }
  .flex{
    display: block;
  }



  .app-btn {
    margin: 8px 10px;
  }
}

@media (min-width: 56rem) {
  .cards_item {
    width: 25%;
  }
  .cards_item-1 {
    width: 33.33%;
  }
}