@font-face {
  	font-family: 'Mbkaos';
  	src:  url('../fonts/Mbkaos.woff');
}


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

.title{
	font-family: Mbkaos;
}

.banner{
		background-image:
      url('../images/bg-2.png'), 
      url('../images/bg-1.png');
    background-position: 
      top left, 
      bottom right;        
    background-repeat: no-repeat, no-repeat;
}

.banner-content{
	width: 100%;
	min-height: 400px;
	padding: 40px;
	background: #163C1A;
	color: #A1C181;
	border-radius: 55px 0 55px 55px;
	overflow: hidden;
}

.banner-content p{
	text-align: justify;
}

.banner-content .underline{
	width: 20%;
	height: 1px;
	background: #A1C181;
}


.about{
	border-top: 5px dashed #fff;
	background: #9FAEA0;
	padding: 25px 0 25px 0;
	border-bottom: 5px dashed #fff;
}

.about p{
	text-align: justify;
}

.contact{
	background: #214A25;
	background-image:
      url('../images/bg-2.png'), 
      url('../images/bg-1.png');
    background-position: 
      top left, 
      bottom right;        
    background-repeat: no-repeat, no-repeat;
/*	border-top: 5px dashed #9FAEA0;*/
	padding: 25px 0 25px 0;
}

#contact-frm button[type='submit']{
	font-family: Mbkaos;
}

.who-we-are h2{
	color: #A1C181;
	font-family: Mbkaos;
}

.who-we-are p{
	color: #FCCA46;
	text-align: justify;
}

.footer{
	color: #fff;
	font-family: Mbkaos;
}

.footer a{
	color: #FCCA46;
}