body{
  margin: 0px !important; padding: 0px !important; font-family: poppins !important;
  color: #000 !important;
}

.text-wblack{
  color: #000 !important;
}

.text-wgreen{
 color: #09520a !important;
}

.text-wblue{
 color: #030387 !important;
}

.text-wblue:hover{
  color: #09520a !important;
}

.text-wdarkblue{
 color: #0a304a !important;
}

.text-wdarkblue:hover{
 color: #030387 !important;
}

.bg-wblue{
 background-color: #030387 !important;
 color: #fff !important;
}

.bg-wdarkblue{
 background-color: #0a304a !important;
 color: #fff !important;
}

.bg-wgreen{
 background-color: #09520a !important;
 color: #fff !important;
}

.btn-wdarkblue{
 background-color: #0a304a !important;
 color: #fff !important;
}
.btn-wdarkblue:hover{
 background-color: #030387 !important;
 color: #fff !important;
}

.btn-wgreen{
 background-color: #09520a !important;
 color: #fff !important;
}

.btn-wgreen:hover{
 background-color: #030387 !important;
 color: #fff !important;
}

/* counter-card */

.counter-card {
  transition: transform 0.3s !important;
}

.counter-card:hover {
  transform: scale(1.1) !important;
}

.counter {
  font-size: 25px !important;
  font-weight: 700 !important;
  transition: all 0.5s ease-in-out !important;
}

p {
  margin-top: 0.2rem !important;
  font-size: 16px !important;
}

.icon-circle {
  width: 60px !important;
  height: 60px !important;
  background: #0a304a !important; /* default color */
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  border: 2px solid #fff !important;
  transition: background 0.3s !important;
}

.counter-card:hover .icon-circle {
  background: #09520a !important; /* color on hover */
  border: 2px solid #fff !important;
}

/*blog*/

.more-content {
      display: none !important;
    }