.region.region-content .body {
	background-color: #E8E2DA
}

.bg-blue {
    background-color: #141c52 !important;
}

.bg-light.translucent {
	background: rgba(255, 255, 255, 0.5) !important;
}

.bg-brown.light {
	background-color: #D0C6B7 !important;
}

/*********************************/
/* GRADIENT */
.gradient-overlay {
  width: 100%;
  padding: 3rem 0 4rem 0;
  z-index: 100;
  position: absolute;
  bottom: 0;
}

.gradient-overlay.blue {
  background: linear-gradient(to bottom, rgba(20, 28, 82, 0), rgba(20, 28, 82, 0.75), #141c52 100%);
}

.gradient-overlay.black {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), #000 100%);
}

.gradient-overlay.white {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), #fff 100%);
}

.gradient-blue {
  background: linear-gradient(to bottom, rgba(20, 28, 82, 0) 0%, #141c52 33%);
}

.gradient-black {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 33%);
}

.gradient-white {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #FFF 33%);
}

/*********************************/
/* FOR ASO PAGES*/
.bg-color-oafa {
    background-color: #d1ebf6 !important;
}

.bg-color-ro {
    background-color: #f8f1a3 !important;
}

.bg-color-geo {
    background-color: #d2f4d8 !important;
}

.bg-color-dkhmcc {
    background-color: #f4c5cc !important;
}

.bg-color-osl {
    background-color: #E2C6F5 !important;
}

.bg-color-ue {
    background-color: #b9bbcc !important;
}

/*********************************/
/* For University Partnerships */
.bg-asia-gateway {
	background: #DC3545;
}

.bg-impactful-collaborations {
	background: #655DC6;
}

.bg-strategic-partners {
	background: #005695;
}
