body {
    font-family: 'Poppins', sans-serif !important;   
}
.m0{margin:0px !important}.p0{padding:0px !important}.m-t-0{margin-top:0px !important}.m-t-5{margin-top:5px !important}.m-t-10{margin-top:10px !important}.m-t-15{margin-top:15px !important}.m-t-20{margin-top:20px !important}.m-t-25{margin-top:25px !important}.m-t-30{margin-top:30px !important}.m-t-35{margin-top:35px !important}.m-t-40{margin-top:40px !important}.m-t-45{margin-top:45px !important}.m-t-50{margin-top:50px !important}.m-t-55{margin-top:55px !important}.m-t-60{margin-top:60px !important}.m-t-65{margin-top:65px !important}.m-t-70{margin-top:70px !important}.m-b-0{margin-bottom:0px !important}.m-b-5{margin-bottom:5px !important}.m-b-10{margin-bottom:10px !important}.m-b-15{margin-bottom:15px !important}.m-b-20{margin-bottom:20px !important}.m-b-25{margin-bottom:25px !important}.m-b-30{margin-bottom:30px !important}.m-b-35{margin-bottom:35px !important}.m-b-40{margin-bottom:40px !important}.m-b-45{margin-bottom:45px !important}.m-b-50{margin-bottom:50px !important}.m-b-55{margin-bottom:55px !important}.m-b-60{margin-bottom:60px !important}.m-b-65{margin-bottom:65px !important}.m-b-70{margin-bottom:70px !important}.m-l-0{margin-left:0px !important}.m-l-5{margin-left:5px !important}.m-l-10{margin-left:10px !important}.m-l-15{margin-left:15px !important}.m-l-20{margin-left:20px !important}.m-l-25{margin-left:25px !important}.m-l-30{margin-left:30px !important}.m-l-35{margin-left:35px !important}.m-l-40{margin-left:40px !important}.m-l-45{margin-left:45px !important}.m-l-50{margin-left:50px !important}.m-r-0{margin-right:0px !important}.m-r-5{margin-right:5px !important}.m-r-10{margin-right:10px !important}.m-r-15{margin-right:15px !important}.m-r-20{margin-right:20px !important}.m-r-25{margin-right:25px !important}.m-r-30{margin-right:30px !important}.m-r-35{margin-right:35px !important}.m-r-40{margin-right:40px !important}.m-r-45{margin-right:45px !important}.m-r-50{margin-right:50px !important}.p-t-0{padding-top:0px !important}.p-t-5{padding-top:5px !important}.p-t-10{padding-top:10px !important}.p-t-15{padding-top:15px !important}.p-t-20{padding-top:20px !important}.p-t-25{padding-top:25px !important}.p-t-30{padding-top:30px !important}.p-t-35{padding-top:35px !important}.p-t-40{padding-top:40px !important}.p-t-45{padding-top:45px !important}.p-t-50{padding-top:50px !important}.p-t-55{padding-top:55px !important}.p-t-60{padding-top:60px !important}.p-t-65{padding-top:65px !important}.p-t-70{padding-top:70px !important}.p-b-0{padding-bottom:0px !important}.p-b-5{padding-bottom:5px !important}.p-b-10{padding-bottom:10px !important}.p-b-15{padding-bottom:15px !important}.p-b-20{padding-bottom:20px !important}.p-b-25{padding-bottom:25px !important}.p-b-30{padding-bottom:30px !important}.p-b-35{padding-bottom:35px !important}.p-b-40{padding-bottom:40px !important}.p-b-45{padding-bottom:45px !important}.p-b-50{padding-bottom:50px !important}.p-b-55{padding-bottom:55px !important}.p-b-60{padding-bottom:60px !important}.p-b-65{padding-bottom:60px !important}.p-b-70{padding-bottom:70px !important}.p-l-0{padding-left:0px !important}.p-l-5{padding-left:5px !important}.p-l-10{padding-left:10px !important}.p-l-15{padding-left:15px !important}.p-l-20{padding-left:20px !important}.p-l-25{padding-left:25px !important}.p-l-30{padding-left:30px !important}.p-l-35{padding-left:35px !important}.p-l-40{padding-left:40px !important}.p-l-45{padding-left:45px !important}.p-l-50{padding-left:50px !important}.p-r-0{padding-right:0px !important}.p-r-5{padding-right:5px !important}.p-r-10{padding-right:10px !important}.p-r-15{padding-right:15px !important}.p-r-20{padding-right:20px !important}.p-r-25{padding-right:25px !important}.p-r-30{padding-right:30px !important}.p-r-35{padding-right:35px !important}.p-r-40{padding-right:40px !important}.p-r-45{padding-right:45px !important}.p-r-50{padding-right:50px !important}

/*-- Start Home --*/
.home_image {
  background-image: url("../img/home.jpg");
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.home_content {
	padding-bottom: 20px;
}
.partner{
	top: 180px;
	position: relative;
	display: flex;
	justify-content: center;
	/* align-items: center; */
}
.partner img {
	height: 100%;
	width: auto;
	object-fit: contain;
}
.home_content img {
	margin: 0 auto;
	display: block;
	padding-bottom: 20px;
	padding-top: 240px;
	object-fit: contain;
}
.home_content p {
	color: #15404e;
	text-align: center;
}
/*-- End Home --*/

/*-- Start How did we start --*/
.how_did {
  background-image: url("../img/how.jpg");
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.how_content {
	padding-bottom: 165px;
}
.how_content h2 {
	padding-top: 40px;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
} 
.how_content p {
	color: #fff;
	text-align: center;
}
/*-- End How did we start --*/

/*-- Start Our Mission --*/
.our_mission {
  background-image: url("../img/our_mission.jpg");
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.our_mission_content {
	padding-bottom: 108px;
    padding-left: 65px;
    padding-top: 95px;
}
.our_mission_content h2 {
	padding-top: 40px;
	color: #15404e;
	margin-bottom: 30px;
} 
.our_mission_content ul {
	padding-left: 18px;
}
.our_mission_content ul li {
	padding-bottom: 15px;
	color: #15404e;
}
/*-- End Our Mission --*/

/*-- Start Project --*/
.project {
/*   background-image: url("../img/project.jpg");
  height: 871px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
  display: block;
  position: relative;
  /* width: 100%;
  height: auto; */
}
.project img{
	object-fit: fill;
	height: 100%;
	width: 100%;
}
/*-- End Project --*/

/*-- Start Team --*/
.team {
  background-color: #15404e;
  padding-bottom: 30px;
}
.team h2 {
	color: #fff;
	padding-top: 40px;
	text-align: center;
	padding-bottom: 30px;
}
.team_member h6 {
	color: #fff;
	margin-bottom: 0;
	text-align: center;
}
.contact {
	text-align: center;
	padding-bottom: 20px;
}
.contact i {
	text-align: center;
	color: #fff;
	font-size: 20px;
	padding-bottom: 10px;
}
.contact p {
	text-align: center;
	color: #fff;
	margin-bottom: 0px;
}
/*-- End Team --*/

@media(max-width: 1600px){

}
@media(max-width: 1200px) {
      
}
@media(max-width: 992px) {
	.home_content img{
		padding-top: 20%;
	}
	.partner{
		top: 7.5% !important;
	}
	.project{
		/* background-size: contain; */
		/* height: 590px; */
	}
} 
@media(max-width: 768px) {
	.our_mission{
		background-position: unset;
	}
	.our_mission_content{
		padding-bottom: 68px;
		padding-left: 25px;
		padding-top: 55px;
	}
    .project{
		/* background-size: contain; */
		/* height: 490px; */
	}
}   
@media(max-width: 576px) {
	.partner{
		top: 5% !important;
	}
	.team_member {
    	padding-bottom: 20px;
	}    
} 