.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

.images {
    width:20%;
    float: clear;

}

.texts {
    width: 20%;
    float:right;
    text-align: center;
}

.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
  }

  @-webkit-keyframes animatebottom {
    from { bottom:-100px; opacity:0 } 
    to { bottom:0px; opacity:1 }
  }
  
  @keyframes animatebottom { 
    from{ bottom:-100px; opacity:0 } 
    to{ bottom:0; opacity:1 }
  }

.card-body{

  padding-top: 10px;
  padding-left: 10px;
}

.card-img-top {

  padding: 10px;
}

.patua {
  /* font-family: 'Patua One', cursive; */
 
    font-family: Georgia; 
    font-weight: 600;
    /* letter-spacing: 2px; */
  
}

.fira {
  font-family: 'Fira Sans', sans-serif;
  font-size: 1.2em;
}

h5 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

 p {
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif; 

}

h6 {
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif; 
}

/* h5 {
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif; 
}  */