body {
    font-family: "Poppins", sans-serif;
}

.container-mw {
  max-width: 1200px;
}
a:hover {
  color: #00961e;
  text-decoration: underline;
}
.text-black {
  color: #242424 !important;
}

/* --------------------------------------- */
.flag-primary {
  background-color: #006514;
  position: absolute;
  padding: 0.7rem 1.3rem;
  border-radius: 0rem 0.6rem 0.6rem 0rem;
  color: white;
  font-weight: 600;
  top: -2rem;
  left: 0;
}

  /* bg color */
  .bg-blue-gradient {
    background: linear-gradient(180deg, #426688 0%, #5E82A5 48.5%, #EBF3FA 100%);
  }
  .bg-green-theme {
    background-color: #405826;
  }
  .bg-green-footer {
    background-color: #2b3d19;
  }
  .bg-darkgreen {
    background-color: #1A3011;
  }
  /* bg color */

  .bg-ligh-yellow {
    background-color: #EFEADA;
  }
  .bg-sky {
    background-image: url(../images/bg-blue-sky.jpg);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    max-height: calc(500px + 8vw);
  }
/* --------------------------------------- */

/* animation */

/* animation */


/* body font */
.oswald {
  font-family: "Oswald", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
  }
  
  .poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
  }
  
  .poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
  }
  

