@font-face {
  font-family: 'khula';
  src: url('../fonts/khula.ttf');
}
@font-face {
  font-family: 'audiowide';
  src: url('../fonts/audiowide.ttf');
}
@font-face {
  font-family: 'montserrat';
  src: url('../fonts/montserrat.ttf');
}
@font-face {
  font-family: 'montlight';
  src: url('../fonts/mont-light.otf');
}
@font-face {
  font-family: 'govia';
  src: url('../fonts/govia.ttf');
}
@font-face {
  font-family: 'objectsans';
  src: url('../fonts/objectsans.otf');
}
@font-face {
  font-family: 'montthin';
  src: url('../fonts/montthin.otf');
}
@font-face {
  font-family: 'ptsans';
  src: url('../fonts/ptsans.ttf');
}
@font-face {
  font-family: 'vkorn';
  src: url('../fonts/vollkorn.ttf');
}
body{
	font-family: 'khula';
}
h1, h2, h3, h4, h5{
	font-family: 'montserrat';
}
.full-container{
	width: 100%;
	position: relative;
}
.about-container{
	width: 100%;
	height: auto;
	position: relative;
	background:url('../img/about.png');
	background-size: inherit;
	background-repeat: no-repeat;
	background-position: bottom;
	box-sizing: border-box;
	padding: 100px;
	padding-bottom: 20px;
}
.about-container2{
	width: 100%;
	height: auto;
	position: relative;
	background:url('../img/abou2t.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	box-sizing: border-box;
	padding: 100px;
	padding-top: 0px;
	padding-bottom: 50px;
}
.about-container h2{
	font-family: 'montthin';
	color: #d6bb4d;
	font-weight: 600;
}
.about-container h6{
	font-family: 'montthin';
	font-weight: 600;

}
.about-container2 h2{
	font-family: 'montthin';
	color: #d6bb4d;
	font-weight: 600;
}
.about-container2 h6{
	font-family: 'montthin';
	font-weight: 600;

}
.about-section-3{
	position: relative;
	height: 100vh;
	width: 100%;
}
.about-section-4{
	position: relative;
	height: auto;
	width: 100%;
	background: url('../img/ceo-bg.jpg')!important;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: inherit;
	overflow: hidden;
	padding: 100px;
	padding-bottom: 0;
}
.about-section-4 h6{
	font-family: 'montthin';
	font-weight: 600;
	color: #616161;
}
.about-section-4 h5{
	font-family: 'montthin';
	font-weight: 600;
	color: #616161;
}
.about-section-4 h1{
	font-family: 'montthin';
	font-weight: 600;
	color: #616161;
}
.about-section-4 p{
	color: #616161;
	font-size: 15px;
	text-align: justify;
}
.ceo-holder{
	/*float: right;*/
	/*width: 50%;*/
}
.board{
	width: 100%;
	/*height: 100vh;*/
	position: relative;
	padding: 60px 100px;
/*	background: url('../img/board-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;*/

}
.img-holder{
	/*width: 100%;*/
	width: 355px;
	position: relative;
	height: 355px;
	background-color: #0499f2;
	background-image: linear-gradient(315deg, #0499f2 0%, #26f596 74%);
	overflow: hidden;
	border-radius: 500px;
	margin: auto auto;
}
.pi{
	position: relative;
	float: left;
	width: 50%;
	height: 50%;
	border: 2px solid transparent;
}
.pi img{
	height: 100%;
	width: auto;
}
.pi1{
	transition: all ease 0.5s;
	text-align: right;
	border-bottom: 5px solid linear-gradient(#FFFF00, #FF0000);
}
.pi2{
	transition: all ease 0.5s;
	text-align: left;
}
.pi3{
	transition: all ease 0.5s;
	text-align: right;
}
.pi4{
	transition: all ease 0.5s;
	text-align: left;
}
.img-holder .pi1:hover{
	left: 0;
	width: 100%;
	height: 100%;
	float: none;
	position: absolute;
	z-index: 100;
}
.img-holder .pi2:hover{
	left: 0;
	width: 100%;
	height: 100%;
	float: none;
	position: absolute;
	z-index: 100;
}
.img-holder .pi3:hover{
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
	float: none;
}
.img-holder .pi4:hover{
	left: 0;
	width: 100%;
	height: 100%;
	float: none;	
	position: absolute;
	z-index: 100;
}


/*.eoc-container {*/
/*	border-radius: 50%;*/
/*	display: flex;*/
/*	flex-wrap: wrap;*/
/*	overflow: hidden;*/
/*	width: 350px;*/
/*	height: 350px;*/
/*	padding: 0;*/
/*	margin: 0 auto;*/
/*	background-color: #0499f2;*/
/*	background-image: linear-gradient(315deg, #0499f2 0%, #26f596 74%);*/
/*	position: relative;*/
/*}*/

/*.eoc-container .eoc-item {*/
/*	width: 50%;*/
/*	transition: .3s;*/
/*}*/
/*.eoc-container .eoc-item img {*/
/*	width: 100%;*/
/*}*/

/*.eoc-container .eoc-item:nth-child(1):hover {*/
/*	transform: scale(2) translateX(44px) translateY(44px);*/
/*}*/

/*.eoc-container .eoc-item:nth-child(2):hover {*/
/*	transform: scale(2) translateX(-44px) translateY(44px);*/
/*}*/

/*.eoc-container .eoc-item:nth-child(3):hover {*/
/*	transform: scale(2) translateX(44px) translateY(-44px);*/
/*}*/

/*.eoc-container .eoc-item:nth-child(4):hover {*/
/*	transform: scale(2) translateX(-44px) translateY(-44px);*/
/*}*/

.landing-banner-container {
	overflow: hidden;
	/*height: 90vh;*/
}
.offsetted-container {
	margin-top: -40px;
}
img.planet-spinner-1 {
	margin-top: -30px;
	width: 300px;
	position: absolute;
	z-index: 1;
	/*right: -100px;*/
	left: -100px;
	animation-name: spin;
	animation-duration: 15000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.mission-vision-container {
	padding: 60px 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.mission-vision-container > div {
	margin: 30px 20px;
	border-radius: 12px;
	padding: 50px 30px;
	color: #fff;
	text-align: center;
	width: 320px;
}

.core-value-title {
	border-radius: 12px;
	padding: 20px 30px;
	color: #fff;
	text-align: center;
	max-width: 320px;
	margin: 0 auto;
}

.core-value-container {
	padding: 10px 20px;
}

.core-value-details {
	margin-top: 30px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}
.core-value-details h3 {
	color: #4e6576;
}

.core-value-details > div {
	text-align: center;
	width: 300px;
	margin: 0 20px;
	align-self: start;
	font-size: 20px;
}

.core-value-detail {
	font-size: .8em;
}

.staff-container {
	padding: 50px 0;
	background-size: cover;
	background: url('../img/BG_Officers.jpg') no-repeat bottom;
}

.staff-header {
	background-color: #86ff5b;
	background-image: linear-gradient(220deg, #86ff5b 0%, #15b7ce 74%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	font-weight: bold;
}

.eoc-spinner {
	position: absolute;
	left: 8px;
	transform: scale(1.5);
	top: 10px;
}

.message-container {
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
}

.ceo-name {
	border-radius: 4px;
	padding: 4px;
	color: white!important;
}

.eoc-wrapper {
	aspect-ratio: 1;
	display: inline-grid;
	place-items: center;
	min-width: 2em;
	min-height: 2em;
	max-width: 100%;
	border-radius: 50%;
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 30px;
}

.eoc-photo {
	object-fit: cover;
	width: 100%;
	height: 100%;
	aspect-ratio: 1;
	min-width: 100px;

}

.eoc-container {
	border-radius: 50%;
	border: 10px solid #26d2de;
	background: white;
	overflow: hidden;
}

.eoc-type-name-container {
	margin: 10px 0;
}

.eoc-type-name-container.left {
	border-right: 6px solid #4E6576;
	padding-right: 7px;
}

.eoc-type-name-container.right {
	border-left: 6px solid #4E6576;
	padding-left: 7px;
}

.eoc-type {
	font-weight: lighter;
	color: #4E6576;
	text-transform: uppercase;
	font-size: 12px;
	margin: 0;
	/*margin-top: 2em;*/
}

.eoc-name{
	color: #5db2ba;
	margin: 0;
	font-size: 16px;
}

.eoc-detail p{
	color: #333;
	margin: 0;
	font-size: 11px;
}

@media only screen and (max-width: 768px) {
	.about-section-4 {
		padding-left: 100px;
		padding-right: 0;
	}

	img.planet-spinner-1 {
		width: 150px;
		left: -60px;
	}

	.eoc-wrapper{
		padding: 10px;
	}
}

@media only screen and (max-width: 600px) {
	.landing-banner-container {
		height: unset;
	}

	video {
		margin-top: 70px;
		height: calc(80vh - 70px);
		object-fit: cover;
	}
}

@media only screen and (max-width: 430px) {
	.about-section-4 {
		padding-left: 50px;
	}
	.eoc-wrapper{
		display: none;
	}

	.ceo-image {
		background-position: 30%;
	}

	.eoc-type-name-container {
		border-right: unset!important;
		padding-right: unset!important;
		border-left: unset!important;
		padding-left: unset!important;
		text-align: center!important;
	}
	.eoc-detail p{
		text-align: center!important;
	}

	.about-landing-video-img{
		margin-top: 80px;
	}

	.eoc-spacing{
		padding-bottom: 20px;
	}
}

@media only screen and (max-width: 375px) {

}