/* CSS Document */


@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
      opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}


img.blurin {
  opacity: 0;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.img-blur {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: .8s;
}


@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

 .fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 700ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

#whiteMainBox_fit {
	
		background: linear-gradient(to right, #203f6d 0%,#fad600 100%);
}
#whiteMainBox_fit img {
	max-width: 100%;
}

#loading {
	position: absolute;
	width: 100%;
	height: 100vh;
	background: url("../keittmango/loading.gif") 50% 50% no-repeat;
	top: 0;
}

#kmtop {
	background: url("../keittmango/topbg2.jpg") 50% 50% no-repeat #203f6d;
	height: 650px;
	background-size: cover;
}

#kmtop div {
	position: relative;
	width: 1000px;
	margin: auto;
	height: 650px;
}

#kmtop div img:nth-child(1) {
	width: 100%;
	position: absolute;
	top: 50px;
	left: 0;
}

#kmtop div img:nth-child(2) {
	width: 86%;
	position: absolute;
	bottom: 0px;
	right: 0px;
	margin: auto;
	left: 0;
	display: none;
}

#kmtop div img:nth-child(3) {
	width: 240px;
	position: absolute;
	bottom: 50px;
	right: -50px;
}

#kmbox1 {
	background: linear-gradient(to right, #f39800 0%,#fad600 100%);
	padding: 100px 0;
	text-align: center;
}


#kmbox1 h1 {
	width: 900px;
	margin: auto;
}

#kmbox1 p.greenfont {
	color: #007236;
	font-size: 26px;
	font-weight: bold;
	margin: 20px 0;
}

#kmbox1 div.content {
	width: 900px;
	margin: auto;
	position: relative;
}

#kmbox1 ul {
	margin: 50px auto 0 auto;
	background:  url("../keittmango/bg_pop.png") 0% 50% no-repeat;
	background-size: auto 200px;
	padding: 30px 30px 30px 130px;
	color: #fff;
	border: 3px solid #fff;
	text-align: left;
	font-size: 18px;
}

#kmbox1 div#greenmango {
    position: absolute;
    right: 0px;
    top: -50px;
    width: 350px;

}

#kmbox2 {
	background: linear-gradient(to left, #f39800 0%,#fad600 100%);
	padding-bottom: 100px;
}

#kmbox2 div.bgmango {
	background: url("../keittmango/bg_mango2.png") 5% 50% no-repeat;
	background-size: 45% auto;
	width: 100%;
	padding: 100px 0;
}

#kmbox2 div.content {
	width: 600px;
	margin: 0 10% 0 auto;
}

#kmbox2 h2 {
	color: #007236;
	font-size: 26px;
	font-weight: bold;
	margin: 20px 0 50px 0;
}

#kmbox2 h3 {
	width: 220px;
}
#kmbox2 div.content2 {

	background: url("../keittmango/can2022.png") 100% 50% no-repeat;
	background-size: auto 300px;
	color: #fff;
	font-size: 18px;
	padding: 0 200px 0 0;
	
}

#kmbox2 div.content2 p:nth-of-type(1) {
	margin-bottom: 30px;
}

#greentop {
	width: 100%;
	height: 100px;
	background: url("../keittmango/bg_wavetop.png") bottom center repeat-x;
	margin-top: -100px;
}

#greenbot {
	width: 100%;
	height: 100px;
	background: url("../keittmango/bg_wavebot.png") top center repeat-x;
	z-index: 1;
	position: relative;
}

#greenmid {
	background: #007236;
	color: #fff;
	text-align: center;
	padding: 50px 0 0 0;
}

#greenmid p:nth-of-type(1) {
	width: 900px;
	margin: 40px auto 0;
	text-align: left;
	font-size: 18px;
}

#greenmid p:nth-of-type(1)::after {
	display: block;
	content: ' ';
	width: 100%;
	clear: both;
}

#greenmid p:nth-of-type(1) img {
	border: 7px solid #fff;
	float: right;
	margin: 0 0 20px 30px;
	width: 200px;
}

#greenmid h2 {
	color: #fff100;
	font-size: 26px;
	font-weight: bold;
}

.yellowwave {
	background: url("../keittmango/bg_yellowtop.png") top center repeat-x;
	padding: 150px 0 0 0;
	font-size: 18px;
}

.yellowfont {
	background: url("../keittmango/bg_yellowbot.png") bottom center repeat-x;
	padding: 0px 0 100px 0;
	font-size: 18px;
	color: #fff100;	
}

.yellowfont div.content {
	width:  900px;
	margin: 40px auto;
	text-align: left;
}

.yellowfont div.content img {
	float: left;
	margin: -20px 30px 20px 0px;
	width: 250px;
}

#greenmid p.sdgs img {
	float: right;
	margin: 0 0 20px 30px;
	width: 300px;
	border: none;
}

#about {
	background: linear-gradient(to right, #f39800 0%,#fad600 100%);
	padding: 150px 0;
	margin: -100px 0 0 0;
}

#about div.content {
	width:  800px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
#about div div:nth-of-type(1) {
	width: 30%;
}

#about div div:nth-of-type(2) {
	width: calc(65% - 50px);
	padding: 25px;	
}

#about div div:nth-of-type(2) h2 {
	margin-top: 50px;

}

#about div div:nth-of-type(2) h2 img {
	width: 70%;
}
#about div div:nth-of-type(2) p {

	color: #007236;
	font-size: 15px;
	margin-top: 30px;
}

@media screen and (min-width: 0px) and (max-width: 480px) {

	#kmtop div {
		width: 100%;
		height: 400px;
		overflow: hidden;
	}
	
	#kmtop {
		height: auto;
		background: url("../keittmango/topbg2.jpg") 0% 50% no-repeat #203f6d;		
		background-size: auto 100%;
	}

	#kmtop div img:nth-child(1) {
		width: 100%;
	}
	
	#kmtop div img:nth-child(2) {
		width: 550px;
		margin: 0 -110px;
		max-width: none;

	}	

#kmtop div img:nth-child(3) {
  width: 30%;
  position: absolute;
  bottom: 50px;
  right: 0;
}
	
	#kmbox1 ul {
		margin: 20px auto 0 auto;
		background-size: auto 180px;
		padding: 20px 20px 20px 100px;
		text-align: left;
		font-size: 16px;
		line-height: 1.4;
	}
	
	#kmbox1 {
		padding: 50px 0;
	}
	#kmbox1 h1 {
		width: 90%;
	}
	
	#kmbox1 p.greenfont {
		width: 84%;
		font-size: 20px;
		margin: auto;
	}
	#kmbox1 div.content {
		width: 90%;
	}
	
	#kmbox1 div#greenmango {
		position: absolute;
		right: 0px;
		top: 180px;
		width: 40%;
	}	

	#kmbox2 {
		padding-bottom: 50px;
	}
	
	#greentop {
		width: 100%;
		height: 50px;
		background: url(../keittmango/bg_wavetop.png) bottom center repeat-x;
		margin-top: -50px;
		background-size: auto 30px;
	}
	
	#kmbox2 div.bgmango {
		background: url(../keittmango/bg_mango.png) 50% 5% no-repeat;
		background-size: 90% auto;
		width: 100%;
		padding: 100px 0 10px 0;
	}	

	#kmbox2 div.content {
		width: 84%;
		margin: 250px auto 0 auto;
	}
	
	#kmbox2 h2 {
		font-size: 20px;
	}

	#kmbox2 div.content2 {
		background: url(../keittmango/can2022.png) 100% 50% no-repeat;
		background-size: auto 250px;
		color: #fff;
		font-size: 16px;
		padding: 0 45% 0 0;
	}
	
	#greenmid h2 {
		font-size: 22px;
		width: 80%;
		margin: auto;
	}	
	
	#greenmid p:nth-of-type(1) {
		width: 84%;
		margin: 40px auto 0;
		text-align: left;
		font-size: 16px;
	}
	
	#greenmid p:nth-of-type(1) img {
		border: 5px solid #fff;
		float: right;
		margin: 0 0 10px 10px;
		width: 30%;
	}
	
	#greenbot {
		background-size: auto 40px;
	}
	
	#greenmid p.sdgs img {
		margin: auto 0 10px 10px;
		width: 45%;
		border: none;
	}	
	.yellowwave {
		background: url(../keittmango/bg_yellowtop.png) 50% 5% repeat-x;
		padding: 100px 0 0 0;
		font-size: 18px;
		background-size: auto 40px;
	}
	
	.yellowfont {
		background: url(../keittmango/bg_yellowbot.png) bottom center repeat-x;
		padding: 0px 0 50px 0;
		font-size: 16px;
		background-size: auto 40px;
	}
	
	.yellowfont div.content img {
		float: left;
		margin: 0 10px 0 0;
		width: 45%;
	}	
	.yellowfont div.content {
		width: 84%;
		margin: 40px auto;
		text-align: left;

	}
	
	#about {
		padding: 50px 0;
	}
	
	#about div.content {
		width: 84%;
		display: block;
	}
	

#about div div:nth-of-type(2) h2 {
	margin-top: 20px;

}	
	#about div div:nth-of-type(1) {
		width: 40%;
		margin: auto;
	}
	
	#about div div:nth-of-type(2) {
		width: 100%;
		padding: 0;
	}	
}


