*{
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-family: "poppins" , sans-serif;
}

body{
  min-height: 100vh;
  overflow-x: auto;
  padding-left: 50px;
	padding-right: 50px;
}

.main{
	padding-left: 0;
	margin-bottom: 0;
	background-color: white;
	box-shadow: 0 0 15px 0 rgba(31, 73, 125, 0.9); 
}


/*------------ start head -------------------*/
.head{
	background-color: #ededed;
	color: #676767;
	height: 40px;
}

.head-icon{
	padding-top: 8px;
	padding-left: 10px;
}
.head-icon h6{
	font-weight: bold;
	padding-top: 3px;
	padding-left: 5px;
}
.links-top{

}
.links-top ul{
	display: flex;
	float: right;
	padding-right: 20px;
}
.links-top ul li{
	list-style: none;
	padding: 0px 5px;
	transition: 0.9s ease;
}
.links-top ul li a{
	color: #699c41;
}
.links-top ul li a:hover{
	color: #4e1000;	
}
.links-top ul li:hover{
	rotate: 360deg;
}
/*------------ end head -------------------*/

/*------------ start header -------------------*/
header{
	position: fixed;
	width: 92.6%;
 background-color: white;
 height: 110px;
 z-index: 100000;
 transition: ;
}
header.sticky{
	margin-top: -45px;
	height: px;
}

.logo{
  padding-top: 5px;
  padding-left: 80px;
  padding-bottom: 5px;
}
.logo img{
	width: 100%;
}
.linksmain{
  
}
.linksmain ul{
	display: flex;
	padding-top: 48px;
	padding-left: 5%;
}
.linksmain ul li{
	list-style: none;
	padding: 0px 10px;
}
.linksmain ul li a{
	text-decoration: none;
	color: #676767;
	font-weight: bold;
	position: relative;
	display: block;
	transition: all 0.3s ease;
}
.linksmain ul li a:after{
  content: "";
	position: absolute;
	background-color: #699c41;
	display: none;
	height: 3px;
	width: 0%;
	left: 0px;
	bottom: -3px;
	transition: 0.3s;
}
.linksmain ul li a:hover{
  color: #699c41;
	display: block;
}
.linksmain ul li a:hover:after{
 width: 100%;
	display: block;
}

.dropdwnmenu{
	opacity: 0;
	pointer-events: none;
	top: 200px;
	height: 233px;
  position: absolute;
  background-color: #f9f9f9;
	width: 22%;
  transition: 0.3s;
  z-index: 1000;
  transition: all 0.3s ease
}
.dropdwnmenu ul{
	padding-top: 10px;
	background-color: ;
	padding-top: 0px;
	padding-left: 0px;
	flex-direction: column;

}
.dropdwnmenu ul li a{
	color: black;
	font-size: 13px;
	padding: 12px 16px;
	transition: 0.9s;
	text-transform: none;
}
.dropdwnmenu ul li a:hover{
	background-color: #ddd;
}
.dropdwn:hover .dropdwnmenu{
	top: 68px;
	opacity: 1;
	pointer-events: auto;
}


.dropdwnmenu1{
	opacity: 0;
	pointer-events: none;
	top: 200px;
	height: 233px;
  position: absolute;
  background-color: #f9f9f9;
	width: 40%;
  transition: 0.3s;
  z-index: 1000;
  transition: all 0.3s ease
}
.dropdwnmenu1 ul{
	padding-top: 10px;
	background-color: ;
	padding-top: 0px;
	padding-left: 0px;
	flex-direction: column;

}
.dropdwnmenu1 ul li a{
	color: black;
	font-size: 13px;
	padding: 12px 16px;
	transition: 0.9s;
	text-transform: none;
}
.dropdwnmenu1 ul li a:hover{
	background-color: #ddd;
}
.dropdwn-1:hover .dropdwnmenu1{
	top: 68px;
	opacity: 1;
	pointer-events: auto;
}

.dropdwnmenu2{
	opacity: 0;
	pointer-events: none;
	top: 200px;
	height: 145px;
  position: absolute;
  background-color: #f9f9f9;
	width: 17%;
  transition: 0.3s;
  z-index: 1000;
  transition: all 0.3s ease
}
.dropdwnmenu2 ul{
	padding-top: 10px;
	background-color: ;
	padding-top: 0px;
	padding-left: 0px;
	flex-direction: column;

}
.dropdwnmenu2 ul li a{
	color: black;
	font-size: 13px;
	padding: 12px 16px;
	transition: 0.9s;
	text-transform: none;
}
.dropdwnmenu2 ul li a:hover{
	background-color: #ddd;
}
.dropdwn-2:hover .dropdwnmenu2{
	top: 68px;
	opacity: 1;
	pointer-events: auto;
}

.dropdwnmenu3{
	opacity: 0;
	pointer-events: none;
	top: 200px;
	height: 233px;
  position: absolute;
  background-color: #f9f9f9;
	width: 19%;
  transition: 0.3s;
  z-index: 1000;
  transition: all 0.3s ease
}
.dropdwnmenu3 ul{
	padding-top: 10px;
	background-color: ;
	padding-top: 0px;
	padding-left: 0px;
	flex-direction: column;

}
.dropdwnmenu3 ul li a{
	color: black;
	font-size: 13px;
	padding: 12px 16px;
	transition: 0.9s;
	text-transform: none;
}
.dropdwnmenu3 ul li a:hover{
	background-color: #ddd;
}
.dropdwn-3:hover .dropdwnmenu3{
	top: 68px;
	opacity: 1;
	pointer-events: auto;
}
/*------------ end header -------------------*/

/*------------ start main-4 -------------------*/
.main-4{
	padding-bottom: 50px;
}
.photo-3{
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 20px;
}
.photo-3 img{
	width: 100%;
	height: 350px;
}
.content-1{
	padding-top: 70px;
	padding-left: 20px;
	padding-right: 20px;
}
.content-1 h1,.content-1 h3{
	color: #4e1000;
	font-weight: bold;
}
.content-1 p{
	color: #676767;
	font-weight: bold;
}
.content-learnmore{
	margin-left: 200px;
	margin-right: 250px;
	background-color: #699c41;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	height: 30px;
	padding-top: 4px;
	text-align: center;
}
.content-learnmore a{
	padding-top: 3px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	text-align: center;
}
/*------------ end main-4 -------------------*/

/*------------ start main-5 -------------------*/
.main-5{
	background-color: #699c41;
	height: 200px;
}

/*------------ end main-5 -------------------*/

/*------------ start main-6 -------------------*/
.main-6{
 background-color: ;
 padding-left: 20px;
 padding-right: 20px;
 padding-top: 40px;
 padding-bottom: 50px;
}
.homemain-2-1start{
	text-align: center;
}
.homemain-2-1start h2{
	color: #4e1000;
	font-weight: bold;
}
.homemain-2-1start h3{
	color: black;
	font-style: italic;
}



.homemain-2-1end{
	padding-top: 10px;
}
.col-home-1-1{
	background-color: white;
	margin-right: 10px;
	height: 350px;
	border-radius: 20px;
	transition: 0.6s ease;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.col-home-1-1 img{
	width: 100%;
	height: 220px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.col-home-1-1 h4{
	padding: 7px;
	text-align: center;
}
.item-link{
	margin-right: 60px;
	margin-left: 60px;
	margin-top: 40px;
	background-color: #699c41;
	height: 35px;
	border-radius: 5px;
	transition: 0.6s ease;
	cursor: pointer;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.item-link h4{
  font-weight: bold;
  font-size: 17px;
}
.item-link h4 a{
	text-decoration: none;
	color: white;
}
.item-link:hover{
	background-color: #4e1000;
	color: #699c41;
}

.item-link1{
	margin-right: 60px;
	margin-left: 60px;
	margin-top: 10px;
	background-color: #699c41;
	height: 35px;
	border-radius: 5px;
	transition: 0.6s ease;
	cursor: pointer;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.item-link1 h4{
  font-weight: bold;
  font-size: 17px;
}
.item-link1 h4 a{
	text-decoration: none;
	color: white;
}
.item-link1:hover{
	background-color: #4e1000;
}


.col-home-1-2{
	background-color: white;
	margin-right: 10px;
	height: 350px;
	border-radius: 20px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.col-home-1-2 img{
	width: 100%;
	height: 220px;
	border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.col-home-1-2 h4{
	padding: 7px;
	text-align: center;
}


.col-home-1-3{
	background-color: white;
	margin-right: 10px;
	height: 350px;
	border-radius: 20px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.col-home-1-3 img{
	width: 100%;
	height: 220px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.col-home-1-3 h4{
	padding: 7px;
	text-align: center;
}


.col-home-1-4{
	background-color: white;
	margin-right: 10px;
	border-radius: 20px;
	height: 350px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.col-home-1-4 img{
	width: 100%;
	height: 220px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.col-home-1-4 h4{
	padding: 7px;
	text-align: center;
}
/*------------ end main-6 -------------------*/

/*------------ start main-7 -------------------*/
.main-7{
  height: 500px;
}
.main-7-start{
	position: relative;
	margin-left: 100px;
	margin-right: 100px;
	background-color: #699c41;
	height: 300px;
}

.main-7-end{
	margin-top: -100px;
	background-color: #4e1000;
	height: 200px;
}
.main-7photo{
	padding-top: 22px;
	padding-left: 20px;
	padding-bottom: 25px;
}
.main-7photo img{
	width: 90%;
	border: 5px solid white;
}
.main-7content{
 padding-top: 25px;
}
.main-7content h3{
 font-size: 15px;
 font-weight: bold;
 color: white;
}
.main-7content h1{
	font-size: 30px;
	font-weight: bold;
	color: white;
}
.main-7content p{
	font-weight: bold;
	color: white;
}
.joinus{
	background-color: #4e1000;
	margin-right: 300px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	height: 30px;
	padding-top: 2px;
	padding-left: 0px;
}
.joinus a{
	text-decoration: none;
	font-weight: bold;
	color: white;
}
.joinus a h4{
	font-weight: bold;
	text-align: center;
}
/*------------ end main-7 -------------------*/

/*------------ start main-8 -------------------*/
.main-8{
	margin-top: -90px;
}
.african{
	margin-top: -10px;
	background-color: #ededed;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
}
.african-logo{
	padding-left: 20px;
}
.african-logo img{
 width: 30%;
}
.african p{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.african-line{
	padding-left: 5px;
	padding-right: 5px;
}
.african-end{
margin-left: -20px;
}
.african-end ul li{
	list-style: none;
	padding-bottom: 10px;
}
.african-end ul li span{
	padding: 0px 10px;
}
.african-icon{
  margin-left: -20px;
}
.african-icon ul{
	display: flex;
	padding-bottom: 30px;
}
.african-icon ul li{
	list-style: none;
	padding: 0px 10px;
	font-size: 20px;
	transition: 0.6s all ease;
}
.african-icon ul li:hover{
	rotate: 360deg;
}
.african-icon ul li a{
	text-decoration: none;
	color: #699c41;
}
.african-icon ul li a:hover{
	color: #4e1000;
}


.hr-text-2{

}
.hr-text-3{
	margin-right: 350px;
	background-color: #699c41;
	height: 3px;
}
.hr-text-5{
	margin-right: 300px;
	background-color: #699c41;
	height: 3px;
}
.message{
	padding-top: 30px;
	padding-left: 25px;
	padding-right: 25px;
}
.calendar{
	padding-top: 30px;
}
.form-group{
	padding-bottom: 5px;
}
.form-group span{
	float: right;
}
.button-submit{
	padding-top: 10px;
	text-align: center;
	align-items: center;
}
.button-submit input{
	width: 30%;
	font-weight: bold;
	border-color: #699c41;
	border-radius: none;
	color: white;
	background-color: #699c41;
	transition: 0.6s all ease;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.button-submit input:hover{
	color: #699c41;
	background-color: #4e1000;
	border-color: #4e1000;
}
/*------------ end main-8 -------------------*/

/*------------ start footer -------------------*/
.footer{
	background-color: #4e1000;
	height: 50px;
	margin-bottom: 20px;
}
.footer-items{
  padding-top: 14px;
}
.footer-left ul li{
	list-style: none;
	color: white;
}
.footer-left ul li a{
	text-decoration: none;
	color: white;
}
.footer-right ul{
	display: flex;
	float: right;
	padding-right: 30px;
}
.footer-right ul li{
	list-style: none;
	padding: 0px 8px;
	border-left: 2px solid white;
}
.footer-right ul li:first-child{
	border-left: none;
}
.footer-right ul li a{
	text-decoration: none;
	color: white;
}

/*------------ end footer -------------------*/


/*------------ start our-1 -------------------*/

.our-1{
	margin-top: 110px;
}
.our-1start img{
	width: 100%;
	height: 200px;
}

.our-1end{
	margin-top: -150px;
	margin-left: 30px;
	position: absolute;
}
.our-1end h1{
	font-size: 50px;
	color: white;
	font-weight: bold;
}
.our-1end ul{
	display: flex;
}
.our-1end ul li{
	list-style: none;
	padding: 0px 8px;
	color: white;
}
.our-1end ul li:last-child{
	color: #699c41;
}
.our-1end ul li a{
	text-decoration: none;
	color: white;
}
.our-1end ul li a:hover{
	color: #699c41;
}


/*------------ end our-1 -------------------*/


/*------------ start working-1 -------------------*/
.working-1{
   margin-top: 120px;
   padding-left: 8%;
   padding-right: 8%;
   border-top: 2px solid #699c41;
}
.working-1start h1{
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-weight: bold;
	color: #676767;
}

.working-1start-box{
	padding-top: 10%;
	padding-right: 10%;

}
.working-1start-box1{
	margin-left: 7%;
	border: 0px solid #4e1000;
	height: 50px;
}
.working-1start-box h5{
	font-weight: bold;
	color: #4e1000;
	padding-top: 10px;
	text-align: center;
	padding-bottom: 10px;
	border: 2px solid #4e1000;
}
.tanzania{
	margin-left: -9.5%;
	margin-right: -9.5%;
}
.tanzania img{
	width: 100%;
}

/*------------ end working-1 -------------------*/


/*------------ end members-1 -------------------*/
.members-1{
   margin-top: 120px;
   padding-left: 4%;
   padding-right: 4%;
   border-top: 2px solid #699c41;
}
.members-1start h1{
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-weight: bold;
	color: #676767;
}
.members-left{
	margin-right: 0%;
	margin-bottom: 4%;
	border: 1px solid black;
	border-radius: 5px;
	padding-left: 4%;
	padding-right: 4%;
	padding-top: 3%;
	padding-bottom: 3%;
}
.members-left img{
	width: 40%;
	height: 200px;
}
.members-left h6{
	color: #4e1000;
	padding-bottom: 10px;
}
.members-right{
	margin-left: 0%;
	margin-bottom: 4%;
	border: 1px solid black;
	border-radius: 5px;
	padding-left: 4%;
	padding-right: 4%;
	padding-top: 3%;
	padding-bottom: 3%;
}

.members-right img{
	width: 40%;
	height: 200px;
}
.members-right h6{
	color: #4e1000;
	padding-bottom: 10px;
}
.mem-main-link:link, .mem-main-link:visited{
	text-decoration: none;
	background-color: #4e1000;
  color: white;
  padding: 8px 20px;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
}
.mem-main-link:hover{
	color: white;
	background-color: #699c41;
}
.mem-main-link1:link, .mem-main-link1:visited{
	text-decoration: none;
	background-color:  #808080;
  color: white;
  padding: 8px 20px;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
}
.mem-main-link1:hover{
	color: white;
	background-color: #699c41;
}

/*------------ end members-2 -------------------*/

/*------------  laws and regulations -------------------*/
.laws-download:link , .laws-download:visited{
	text-decoration: none;
	background-color: #808080;
  color: white;
  padding: 5px 10px;
  text-align: center;
  display: inline-block;
  border-radius: 5px;

}
.laws-download:hover{
	background-color: #330000;
	color: white;
}
.laws-read-main{
	content: "\a";
	white-space: pre-line;
}
.laws-read{
	text-decoration: none;
	color: #699c41;
}
.laws-read:hover{
	color: #699c41;
}
/*------------ end laws and regulations -------------------*/


/*------------ start comms -------------------*/
.comms{
	padding-top: 50px;
	padding-bottom: 50px;
}

.comms-left{
	background-color: #ededed;
	height: 410px;
	margin-right: 200px;
}
.comms-left img{
	margin-top: 50px;
	margin-left: 80px;
	width: 120%;
	height: 320px;
}

.comms-line{
	background-color: #699c41;
	height: 5px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 400px;
}
.comms-right{
	padding-top: 50px;
	padding-right: 40px;
}
.comms-right h2{
	color: #4e1000;
}
.comms-right h5{
	padding-top: 10px;
	font-size: 21px;
	padding-bottom: px;
}
.comms-right a{
	text-decoration: none;
	font-weight: bold;
	color: #699c41;
}
.comms-right p{
	font-size: 21px;
}

.collapsible-3{
	padding-top: 0px;
}
.collapsibl{
	background-color: white;
  color: #699c41;
  cursor: pointer;
  padding: 0px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;

}

.conten{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: white;
}
.content{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: ;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}

/*------------ end comms -------------------*/


/*------------ about-1 -------------------*/
.about-1{
	padding-top: 30px;
}
.about-1box{
	background-color: #ededed;
	margin-right: 200px;
	height: 620px;
}
.about-1box img{
	margin-top: 40px;
	margin-left: 170px;
	width: 100%;
	height: 550px;
}


.about-1text{
	margin-top: 40px;
}
.about-1text h1{
	color: #4e1000;
}

.about-1text p{
	padding-right: 30px;
	font-size: 18px;
	padding-bottom: 0px;
}
.about-1text h3{
	font-weight: bold;
	color: #4e1000;
}

/*------------ end about-1 -------------------*/



/*------------  about-2 -------------------*/
.about-2{
	padding-top: 50px;
}
.who-left{
  padding-top: 70px;
}
.who-left img{
	width: 110%;
	height: 700px;
}
.who-right{
	background-color: #4e1000;
	height: 690px;
	margin-left: -200px;
	padding-left: 100px;
	padding-top: 40px;
	padding-right: 100px;
}
.who-right h1{
	color: white;
}
.who-right h3{
	color: white;
	font-size: 16px;
}
.who-right-line{
	background-color: #699c41;
	height: 5px;
	margin-right: 550px;
	margin-bottom: 20px;
}
.who-right p{
	color: white;
}
.who-right-last h2{
  color: #699c41;
  font-weight: bold;
}
.who-right-last p{
	padding-left: 50px;
}
/*------------ end about-2 -------------------*/

/*------------  about-3 -------------------*/
.about-3{
	padding-top: 50px;
}
.af-content-1 h1{
	color: #4e1000;
	padding-top: 5px;
	padding-left: 40px;
}
.af-content-2{
	border-left: 2px solid #4e1000;
	padding-top: 15px;
	padding-left: 30px;
	padding-bottom: 15px;
}
.af-content-3{
	margin-top: 25px;
}
.af-content-3 a{
	margin-top: 100px;
	margin-left: 60px;
 text-decoration: none;
 border: 2px solid #4e1000;
 color: #4e1000;
 font-weight: bold;
 padding-top: 15px;
 padding-bottom: 15px;
 padding-left: 20px;
 padding-right: 20px;
 border-radius: 5px;
}
.af-content-3 a:hover{
	background-color: #4e1000;
	color: white;
}

/*------------ end about-3 -------------------*/

/*------------ about-4 -------------------*/
.about-4{
	padding-top: 50px;
}
.benefits-left{
	padding-left: 40px;
	padding-right: 40px;
}
.collapsible {
  background-color: white;
  color: black;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  box-shadow: 0 0 15px 0 rgba(31, 73, 125, 0.3); 
  text-align: left;
  outline: none;
  font-size: 15px;
}
.collapsible.active{
	color: black;
}
.collapsible:after {
  content: '\002B';
  color: black;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
  color: black;
}
.benefits-right{
	padding-left: 20px;
	padding-right: 60px;
}


.coop-1{

}
.coop-2{
	float: right;
}
.member,.members{
	margin: 0;
	padding: 0;
	width: 100%;
  background-color: #ddd;
  height: 10px;
}
.coperate{
	text-align: right;
  padding-top: 0px;
  height: 10px;
  padding-bottom: 0px;
  color: white;
}
.mem{
	width: 50%;
	height: 10px;
	background-color: black;
}
.mem-1{
  width: 70%;
	height: 10px;
	background-color: black;
}
.mem-2{
 width: 30%;
	height: 10px;
	background-color: black;
} 
/*------------ end about-4 -------------------*/

/*------------  about-5 -------------------*/
.about-5{
  padding-top: 70px;
}
.staff-left{
	background-color: #4e1000;
	height: 600px;
	padding-top: 100px;
	padding-left: 100px;
	padding-right: 200px;
	color: white;
}
.staff-left-line{
	background-color: #699c41;
	height: 5px;
	margin-right: 350px;
	margin-bottom: 20px;
}
.staff-left a{
	text-decoration: none;
	font-weight: bold;
	color: white;
}
.staff-left a:hover{
	color: #699c41;
}

.staff-right{
	background-color: #699c41;
	height: 350px;
	margin-top: 110px;
	margin-left: -150px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.cheo-line{
	background-color: #699c41;
	height: 3px;
	margin-left: 45%;
	margin-right: 45%;
}
/*------------ end about-5 -------------------*/

/*------------ slider -------------------*/

@keyframes scroll{
	0%{
		transform: translateX(0);
	}
	100%{
		transform: translateX(calc(-100px * 10));
	}
}
.slider{
	height: 200px;
	margin: 50px;
	overflow: hidden;
	position: relative;
	width: auto;
}
.slider .slide-track{
	animation: scroll 10s linear infinite;
	display: flex;
	width: 400px;
}
.slider.slide{
	height: 100px;
	width: 300px;
	padding: 0 100px;
}
.sidebar{
	display: none;
}


/*------------ end slider -------------------*/

/*------------ mobile -------------------*/





@media only screen and (max-width: 600px)
{
body{
  min-height: 100vh;
  overflow-x: auto;
  margin-left: -50px;
	margin-right: -50px;
}


.col-h-1 h6{
	display: none;
}

header{
	display: ;
	position: fixed;
	width: 88.2%;
 background-color: white;
 height: 100px;
 z-index: 100000;
}

header.sticky{
	margin-top: -45px;
	height: 100px;
}

.logo{
  padding-top: 5px;
  padding-left: 10px;
  padding-bottom: 5px;
}
.logo img{
	width: 25%;
}
.contain {
	margin-top: -18%;
  display: inline-block;
  cursor: pointer;
  float: right;
  padding-right: 10%;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #333;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}
.col-2{
	width: 100%;
}

.linksmain{
	position: absolute;
	display: block;
	top: 95px;
	left: 0;
	height: auto;
	width: 100%;
	background: #11101d;
	padding: 0px 0px;
	transition: all 0.5s ease;
	opacity: 0;
	pointer-events: none;
	z-index: 1;
}
.linksmain.active{
	opacity: 1;
	width: 100%;
	height: auto;
	pointer-events: auto;
}

.linksmain ul{
	margin-top: -8%;
	margin-left: -10%;
	display: flex;
	flex-direction: column;
}

.linksmain ul li a{
	  padding-top: 5px;
    color: #fff;
    display: block;
    text-align: center;
    align-items: center;
    text-decoration: none;
    transition: all 0.4s ease;
    white-space: nowrap;
    font-size: 15px;
    margin-bottom: 10px;
}
.linksmain ul li a:hover{
	color: #11101d;
	background: #fff;
}

.dropdwn:hover .dropdwnmenu{
	opacity: ;
	pointer-events: ;
}
.dropdwnmenu{
	opacity: 0;
	pointer-events: none;
	top: 20px;
	height: 30px;
  position: relative;
  background-color: ;
	width: 100%;
  transition: 0.3s;
  z-index: 1000;
  transition: all 0.6s ease;
  color: black;
  display: none;
}
.dropdwnmenu ul li a{
	font-size: 12px;
}
.dropdwnmenu.active{
	margin-top: -69px;
	padding-top: 50px;
	width: 113%;
	display: block;
	background-color: #699c41;
	height: 230px;
	opacity: 1;
	pointer-events: auto;
  transition: all 0.6s ease;
  margin-bottom: 80px;
}



.dropdwn-1:hover .dropdwnmenu1{
	opacity: ;
	pointer-events: ;
}

.dropdwnmenu1{
	opacity: 0;
	pointer-events: none;
	top: 20px;
	height: 30px;
  position: relative;
  background-color: ;
	width: 100%;
  transition: 0.3s;
  z-index: 1000;
  transition: all 0.6s ease;
  color: black;
  display: none;
}
.dropdwnmenu1 ul{
	
}
.dropdwnmenu1 ul li a{
	font-size: 12px;
}
.dropdwnmenu1.active{
	margin-left: %;
	margin-top: -69px;
	padding-top: 50px;
	width: 113%;
	font-size: 15px;
	display: block;
	background-color: #699c41;
	height: 230px;
	opacity: 1;
	pointer-events: auto;
  transition: all 0.6s ease;
  margin-bottom: 80px;
}

.dropdwn-2:hover .dropdwnmenu2{
	opacity: ;
	pointer-events: ;
}

.dropdwnmenu2{
	opacity: 0;
	pointer-events: none;
	top: 20px;
	height: 30px;
  position: relative;
  background-color: ;
	width: 100%;
  transition: 0.3s;
  z-index: 1000;
  transition: all 0.6s ease;
  color: black;
  display: none;
}
.dropdwnmenu2 ul{
	
}
.dropdwnmenu2 ul li a{
	font-size: 12px;
}
.dropdwnmenu2.active{
	margin-left: %;
	margin-top: -69px;
	padding-top: 50px;
	width: 113%;
	font-size: 15px;
	display: block;
	background-color: #699c41;
	height: 150px;
	opacity: 1;
	pointer-events: auto;
  transition: all 0.6s ease;
  margin-bottom: 80px;
}



.dropdwn-3:hover .dropdwnmenu3{
	opacity: ;
	pointer-events: ;
}


.dropdwnmenu3{
	opacity: 0;
	pointer-events: none;
	top: 20px;
	height: 30px;
  position: relative;
  background-color: ;
	width: 100%;
  transition: 0.3s;
  z-index: 1000;
  transition: all 0.6s ease;
  color: black;
  display: none;
}
.dropdwnmenu3 ul li a{
	font-size: 12px;
}
.dropdwnmenu3.active{
	margin-left: %;
	margin-top: -69px;
	padding-top: 50px;
	width: 113%;
	font-size: 15px;
	display: block;
	background-color: #699c41;
	height: 240px;
	opacity: 1;
	pointer-events: auto;
  transition: all 0.6s ease;
  margin-bottom: 80px;
}








.content-1{
	padding-left: 7%;
}
.content-learnmore{
	margin-left: 0px;
	margin-right: 0px;
	background-color: #699c41;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	height: 30px;
	padding-top: 4px;
	padding-left: 10px;
	text-align: center;
}
.col-3{
	width: 100%;
	margin-bottom: 20px;
}
.col-home-1-1 img{
	height: 220px;
}
.col-home-1-2 img{
	height: 220px;
}
.col-home-1-3 img{
	height: 220px;
}
.col-home-1-4 img{
	height: 220px;
}


.item-link{
	margin-top: -10px;
}
.main-7-start{
	position: relative;
	margin-left: -6px;
	margin-right: -1px;
	background-color: #699c41;
	height: 580px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.main-7content{
	padding-left: 20px;
	padding-right: 10px;
}
.main-7-end{
  margin-top: -10px;
}
.joinus{
	background-color: #4e1000;
	margin-right: 0px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	height: 30px;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 15px;
	text-align: center;
}

.main-8{
	margin-top: 100px;
}
.col-4{
	width: 100%;
}
.hr-text-3{
	margin-right: 80%;
	background-color: #699c41;
	height: 3px;
}
.hr-text-5{
	margin-right: 80%;
	background-color: #699c41;
	height: 3px;
}
.calendar{
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 5%;
}
.col-fo-1{
	width: 100%;
}
.footer-left{
	font-size: 13px;
	margin-top: 0px;
	margin-left: -20px;
	margin-right: -160px;
  text-align: center;
}
.footer-right{
	display: none;
}
/*------------ home start -------------------*/




/*------------ home end -------------------*/


/*------------ members start -------------------*/

.members-1start h1{
	font-size: 15px;
}

.members-left img{
	width: 40%;
	height: 150px;
}
.members-right img{
	width: 40%;
	height: 150px;
}
.col-6{
	width: 100%;
}
.members-right{
	margin-left: -1px;
	margin-right: 0.5%;
}

/*------------ members end -------------------*/


/*------------ act and policy start -------------------*/
.working-1start h1{
	font-size: 15px;
}
.laws{
	margin-top: 50px;
}
.working-1start-box{
	padding-right: -1000px;
}
.working-1start-box1{
	width: 100%;
}
.laws-text{
	padding-top: 10px;
}
.laws-read-main{
	padding-left: -300px;
	float: ;
}
/*------------ act and policy end -------------------*/

/*------------ our profile start -------------------*/
.col-7{
	width: 100%;
}
.col-5{
	width: 100%;
}
.about-1box{
	background-color: #ededed;
	margin-right: 0%;
	height: 620px;
}
.about-1box img{
	margin-top: 40px;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	height: 550px;
}
.about-1text{
	margin-left: 3%;
}
.who-left{
	margin-right: 0%;
}
.who-left img{
	margin-right: 40%;
	width: 100%;
	height: 300px;
}
.who-right{
	background-color: #4e1000;
	height: 1000px;
	margin-left: 0%;
	padding-left: 3%;
	padding-top: 40px;
	padding-right: 3%;
	padding-bottom: 5%;
}
.af-content-2{
	padding-right: 5%;
}
.benefits-left{
	padding-left: 2%;
	padding-right: 2%;
}
.benefits-right{
	padding-top: 20px;
	padding-left: 3%;
	padding-right: 3%;

}
.coop-2{
	display: none;
}
.staff-left{
	background-color: #4e1000;
	height: 450px;
	padding-top: 20px;
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 5%;
	color: white;
}
.staff-right{
	margin-left: 0%;
}
.name-cheo{
	
}
/*------------ our profile end -------------------*/

/*------------ lobbying and advocacy start -------------------*/
.our-1end h1{
	font-size: 28px;
}
.our-1end ul{
	margin-left: -10%;
}
.comms-left{
	background-color: #ededed;
	height: 410px;
	margin-right: 0%;
}
.comms-left img{
	margin-top: 50px;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	height: 320px;
}
.comms-right{
	padding-left: 3%;
	margin-right: -2%;
}
.comms-line{
	background-color: #699c41;
	height: 5px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 80%;
}
/*------------ lobbying and advocacy end -------------------*/

/*------------ work with us start -------------------*/

/*------------ work with us end -------------------*/


/*------------ gallery start -------------------*/

/*------------ gallery end -------------------*/





#myBtn {
  display: none;
  position: fixed;
  bottom: 30px;
  margin-right: 40px;
  width: 40px;
  z-index: 99;
  font-size: 15px;
  border: none;
  outline: none;
  background-color:  #699c41;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 100%;
}


}



@media and (width: 653px)
{
.one-1{
	
}

}




@media only screen and (max-width: 768px)
{
body{
  min-height: 100vh;
  overflow-x: auto;
  margin-left: -50px;
	margin-right: -50px;
}

.main{
	padding-left: 0;
	margin-bottom: 0;
	background-color: white;
	box-shadow: 0 0 15px 0 rgba(31, 73, 125, 0.9); 
}

}
























/*------------ end mobile -------------------*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 40px;
  width: 40px;
  z-index: 99;
  font-size: 15px;
  border: none;
  outline: none;
  background-color:  #699c41;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 100%;
}

#myBtn:hover {
  background-color: #4e1000;
}


.ro {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}

.ro > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-top: 0;
}
.col {
  flex: 1 0 0%;
  
}
.col-h-1{
	width: 70%;
}
.col-h-2{
	width: 30%;
}
.col-he-1{
	width: 20%;
}
.col-he-2{
	width: 80%;
}
.col-m-1{
	width: 50%;
}
.col-m-2{
	width: 50%;
}
.col-home-1,.col-home-2,.col-home-3,.col-home-4{
	width: 25%;
}
.col-ma-1,.col-ma-2{
	width: 50%;
}
.col-end-1,.col-end-2,.col-end-3{
	width: 33.333%;
}
.col-fo-1{
	width: 60%;
}
.col-fo-2{
	width: 40%;
}
.col-wo-1{
	width: 15%;
}
.col-wo-2{
	width: 85%;
}
.col-pa-1{
	width: 50%;
}
.col-pa-2{
	width: 50%;
}
.col-com-1{
	width: 55%;
}
.col-com-2{
	width: 45%;
}
.col-cha-1{
 width: 55%;
}
.col-cha-2{
	width: 45%;
}
.col-we-1{
	width: 50%;
}
.col-we-2{
	width: 50%;
}
.col-af-1,.col-af-2{
	width: 40%;
}
.col-af-3{
	width: 20%;
}
.col-be-1,.col-be-2{
	width: 50%;
}
.col-st-1{
	width: 60%;
}
.col-st-2{
	width: 40%;
}