body,html{
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font-family: 'Hind Vadodara', sans-serif !important;
}

.gfs-font{
  font-family: 'GFS Didot', serif;
}

/*h1, h2, h3 etc.*/
.apec-heading-color{
  color: #014FA2FF;
}

/*BG SIZE*/
.bg-news{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.size-cover{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/*WOW*/
.wow:first-child {
      visibility: hidden;
}

/*BANNER HEADER TEXT*/
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*TEXT*/
.text-blue{
	color: #02468FFF;
}
.see-all-news-text{
  color: #8DC53CFF
}