.maudio{
	margin: auto;
}


h1{
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	font-size: 38px;
	line-height: 125%;
	text-align: justify;
	color: #FFFFFF;
}


h2{
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	font-size: 38px;
	line-height: 125%;
	color: #000000;
}

h3{
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	font-size: 38px;
	line-height: 125%;
	color: #000000;
}



h2 span{
	color: #80C200 !important;
}

button{
	width: 363px;
	height: 55px;
	background: #80C200;
	border-radius: 5px;
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	border: none;
    text-transform: uppercase;
}

button img{
	margin-top: -2px;
    padding: 0 5px;
}


p{
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	text-align: justify;
	color: #6A6A6A;
}

.section01{
    background: black;
	padding: 50px 0;  
}


.section03, .section05{
	background: url(../../img/banner01.png);
	background-size: cover;
	padding: 50px 0;
}



.section02, .section06{
	background: url(../../img/banner02.png);
	background-size: cover;
	padding: 50px 0;
}



.section01 p{
	color: #ffff;
}


.section p b{^
    color: #80c200;
}


.section01 button{
	background: #80c200;
	color: #fff;
}


.section03, .section04{
	margin-bottom: 100px;
}

.section03 h2, .section05 h2{
	color: #fff;
}

.section03 p, .section05 p{
	color: #fff;
}


.section03 button, .section05 button{
	background: #131313;
    color: #fff;
}

.section04 h2{
	margin-top: 15px;
}

.section07{
	margin-top: 125px;
	text-align: center;
}


.section07 h2{
	margin-bottom: 50px;
}

.section07 h3{
	font-size: 22px;
}

.section07 p {
	text-align: center;
}

.section07 img{
	width: 10%;
	margin-bottom: 15px;
}

.section08{
	text-align: center;
	margin-top: 100px;
	padding: 75px 0;
	background: #F8F8F8;
}

.section08 h3{
	font-size: 18px;
	padding: 0 50px;
	margin-top: 25px;
}

.section08 span{
	color: #80C200;
}

footer{
	background: #090909;
    text-align: center;
    padding: 25px;
}


footer p{
	color: #fff;
	text-align: center;
	padding: 0;
    margin: 0;
}

.box_s{
	box-shadow: 0px 26px 25px -9px rgba(0, 0, 0, 0.05);
	border-radius: 15px;
}


.botn{
    float: right;
    margin-top: 15px;
    margin-right: -125px;
    color: #80c200;
}


.inferior{
    margin: 25px 0;
}

.inferior a{
    text-decoration: none;
    color: #303030;
    font-weight: 700;
}

.social a{
    color:#303030;
    font-size: 32px;
    padding: 10px;
}

.social a:hover{
    color: #88c540;
}

.section01 a{
    text-decoration:none;
}


@media screen and (max-width: 980px) {
  .w100 img{
  	width: 100%;
  }
  
  .botn {
    float: none;
      
  }
  
  .inferior {
    font-size: 16px;
    padding: 0 15px;
    text-align: initial;
      
  }
  
  .kyab {
    margin-top: 50px !important;
  }
  
  .respr{
    text-align: center !important;
    margin-top: 50px !important;
  }


  h1 {
    font-size: 30px;
    padding-top: 25px;
	}

	h2{
		font-size: 26px;
	}

  button{
		width: 100%;
	}

  .section01 button, .section03 button, .section05 button, .section06 button{
    margin-bottom: 25px;
	}

	.section02 h2, .section05 h2{
		margin-top: 25px;
	}

	.section04 button{
		margin-bottom: 50px;
	}

	.box_s {
    	margin: 50px 0;
	}

	.section08 h3 {
	    font-size: 15px;
	    padding: 0px 15px;
	    margin-top: 25px;
	    text-align: justify;
	}
}


.kyab{
	margin-top: 75px;
}


.kyab p{
		text-align: center;
    font-size: 18px;
    color: black;
    margin-top: 15px;
    font-weight: 800;
}