*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "Kanit", sans-serif;
  	font-weight: 400;
  	font-style: normal;
}


.banner {
	width: 100%;
	/*height: auto;*/
	background: linear-gradient(rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.2)), url(../img/frontphoto.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;

}

.nav-item {
	margin-left: 40px;
	color: white;
}

.nav-link {
	color: white !important;
}

.navbar-brand  span	{
	color: white;
	font-size: 2rem;
	margin-left: 10px;

}




.heading  h4{
	color: white;
	font-size: 1rem;

}

.heading h1 {
	font-size: 4rem;
	color: white;
	font-weight: 800;
	letter-spacing: 2px;
}

.heading p {
	color: white;
	margin-bottom: 70px;
	margin-top: 10px;
	font-size: 1.1rem;
}


.heading h5 {
	margin-bottom: 250px;
}


.heading a {
	padding: 15px 50px;
	letter-spacing: 3px;
	text-decoration: none;
	font-size: 1.2rem;
	color: white;
	background: #edc339;
}

@media screen and (max-width:392px){
   .heading h1 {
    font-size: 2.9rem;
    color: white;
    font-weight: 800;
    letter-spacing: 2px;
}




}


.together {
	width: 100%;
/*	height: 120vh;*/
/*	background: red;*/
}


.img {
	height: 120vh;
/*	width: % !important;*/
	padding-left: 0 !important;
	padding-right: 0 !important;
	overflow: hidden !important;
}

.img img{
	width: 100%;
	height: 100%;
}

.work{
    height:auto;
}

.work h1{
	font-size: 3.7rem;
	margin-top: 20px;
	margin-left: 40px;
	margin-bottom:20px;
}

.work h4{
	font-size: 1.2rem;
	margin-bottom: 20px;
	margin-left: 40px;

}

.work p{
	font-size: 1rem;
	font-weight: 500;
	margin-left: 40px;
	line-height: 30px;
}

.work span{
	font-size: 0.9rem;
	font-weight: 400;
	margin-bottom: 40px;
	text-align: left;
	
}

.icons{
	width: 100%;
	margin-top: 20px;
	display: flex;
	justify-content: space-around;
	/*margin-top: 40px;*/
}

.icons img{
	width: 20%;
	height: 100%;
}


@media screen and (max-width:989px){
    .icons img{
        width:15%;
        /*height:90%;*/
    }
}

@media screen and (max-width:425px){
    .icons .text h3{
        font-size: 0.7rem; 
        font-weight:400;
    }
}


@media screen and (max-width:320px){
    
    .icons .text h2{
        font-size:1rem;
    }
    .icons h3{
        font-size: 0.4rem; 
        font-weight:200;
    }
}


.underline {
	position: relative;
}


.underline::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.50px;
	background: #edc339;
}


.banner-2 {
/*	width: 100%;*/
/*	height: 10vh;*/
	background: linear-gradient(rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.2)), url(../img/missionphoto.jpg);
	background-position: right;
	background-size: cover;
	background-attachment: fixed;
}

.banner-3 {
/*	width: 100%;*/
/*	height: 10vh;*/
	background: linear-gradient(rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.2)), url(../img/volun.jpeg);
	background-position: right;
	background-size: cover;
	background-attachment: fixed;
}



.card-body .news1:hover{
	color:#eac18f !important;
}


.card-body .news2:hover{
	color:#eac18f !important;
}
	

.card-body .news3:hover{
	color:#eac18f !important;
}









/*-----------Blog-----------------------------------------------------------------------------------*/
.banner_blog {
	width: 100%;
	height: 120vh;
	background: linear-gradient(rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.2)), url(../img/mt-1542-content-bg01.jpg);
	background-position: center;
	background-size: cover;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.banner_blog .blog_content {
	padding: 20px;
}


.banner_blog .blog_content h1 {
	font-size: 5.5rem;
	color: white;
	margin-bottom: 30px;
}

.banner_blog .blog_content p {
	color: white;
}


.blog {
	width: 100%;
	padding: 150px 0px 50px 0px;
}



.card_box {
	width: 100%;
/*	height: 400px;*/
	padding-bottom: 40px;
}

.img_box {
	width: 100%;
	margin-bottom: 25px;
}


.img_box img {
	width: 100%;
}

.blog_content-1 p {
	font-size: 1rem;
	font-weight: 300;
	margin-bottom: 30px;
}


.blog_content-1 a {
	padding: 15px 30px;
	background: #edc339;
	color: black;
	text-decoration: none;
}


.card_box-1 {
	width: 100%;
/*	height: 400px;*/
	padding-bottom: 40px;
}

.hrline{
	border-bottom: 1.4px solid #ccc;
}


/*@media screen and (max-width: 767px) {*/
/*    .newscd{*/
/*        width:100%;*/
/*    }*/
/*}*/




#footers {
	padding: 40px;
	background: #10151b;
}
	

.footer h2{
	font-size: 1.3rem;
	margin-top: 30px;
	margin-left: 20px;
	margin-bottom: 30px;
	color: white;
}


.footer h3 {
	font-size: 1.2rem;
	margin-bottom: 40px;
	color: white;

}
.footer span  {
	margin-left: 15px;
	margin-top: 10px;
	color: white;
}

.footer i {
	margin-left: 20px;
	color: #edc339;

}

.footer h4 {
	color: white;
}

.footer img{
    width:15%;
    height:10%;
}


.copy{
    width:100%;
    height:auto;
    display:flex;
    padding:20px 90px;
}

.f_box{
    width:60%;
}

.f_box{
    width:40%;
}




@media screen and (max-width:500px){
    
    .copy{
        display:block;
        width:100%;
    }
    
    .f_box{
        width:100%;
    }
    
    .i_box{
        width:100%;
    }
}


.images_box {
	width: 100%;
	height: 100%;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.images_box .boxs_img {
	width: 110px;
	height: 85px;
	margin: 6px 0;
}

.images_box .boxs_img img {
	width: 100%;
	height: 100%;
}




/*----------Contact us--------------------------------------------------------------------------------*/

.contact_us{
	padding: 150px 100px 50px;
}

.contact_us h1 {
	font-size: 4rem;
	text-align: center;
	margin-bottom: 30px;
}

.contact_us p {
	text-align: center;
	font-size: 1.2rem;
}


.form {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	margin-bottom: 50px;
}

.form input {
	width: 40%;
	padding: 10px;
	margin: 10px 0;
	border: none;
	outline: none;
	border: 1px solid #ccc;

}

.form textarea {
	width: 40%;
	padding: 10px;
	margin: 10px 0;
	border: none;
	outline: none;
	border: 1px solid #ccc;

}

.form .btn_btn {
	width: 15%;
	padding: 15px 30px;
	border: none;
	outline: none;
	border: 1px solid #ccc;
	background: #edc339;
	color: white;
}

.form label {
	text-align: left ;
}

.map {
	width: 100%;
	height: 450px;
}





body,
input,
textarea {
  font-family: "Poppins", sans-serif;
}

.demo {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 2rem;
  background-color: #fafafa;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form {
  width: 100%;
  max-width: 820px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.contact-form {
  background-color: #edc339;
  position: relative;
}

.circle {
  border-radius: 50%;
  background: linear-gradient(135deg, transparent 20%, #149279);
  position: absolute;
}

.circle.one {
  width: 130px;
  height: 130px;
  top: 130px;
  right: -40px;
  background: linear-gradient(45deg, #edc339, #f39c12);
}

.circle.two {
  width: 80px;
  height: 80px;
  top: 10px;
  right: 30px;
  background: linear-gradient(45deg, #edc339, #f39c12);

}

.contact-form:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #edc339;
  transform: rotate(45deg);
  top: 50px;
  left: -13px;
}

form {
	width: 150%;
  padding: 2.3rem 2.2rem;
  z-index: 10;
  overflow: hidden;
  position: relative;
}

.title {
  color: #fff;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0.7rem;
  width: 100%;
}

.input-container {
  width: 100%;
  position: relative;
  margin: 1rem 0;

}

.input {
  width: 100%;
  outline: none;
  border: 2px solid #fafafa;
  background: none;
  padding: 0.6rem 1.2rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border-radius: 5px;
  transition: 0.3s;
}

.input-container .input::placeholder{
	color: white;
}


textarea.input {
  padding: 0.6rem 0.9rem;
  min-height: 150px;
  border-radius: 5px;
  resize: none;
  overflow-y: auto;
  width: 60%;
}

.textarea textarea::placeholder{
	color: white;
}

input.btn {
/*  padding: 20px 20px;*/
  background-color: #fff;
  border: 1px solid black;
  font-size: 1.1rem;
  color: #edc339;
  line-height: 1;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
  width: 30%;
}

input.btn:hover {
  background: linear-gradient(45deg, #edc339, #f39c12);

/*  color: #fff;*/
  border: 1px solid black ;

}


.contact-info {
  padding: 2.3rem 2.2rem;
  position: relative;
}

.contact-info .title {
  color: #edc339;
}

.text {
  color: #333;
  margin: 1.5rem 0 2rem 0;
}

.information {
  display: flex;
  color: #555;
  margin: 0.7rem 0;
  align-items: center;
  font-size: 0.95rem;
}

.information i {
  color: #edc339;
}

.icon {
  width: 28px;
  margin-right: 0.7rem;
}

.social-media {
  padding: 2rem 0 0 0;
}

.social-media p {
  color: #333;
}

.social-icons {
  display: flex;
  margin-top: 0.5rem;
}

.social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: linear-gradient(45deg, #edc339, #f39c12);
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-right: 0.5rem;
  transition: 0.3s;
}

.social-icons a:hover {
  transform: scale(1.05);
}

.contact-info:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 100px;
  border: 22px solid #edc339;
  border-radius: 50%;
  bottom: -77px;
  right: 50px;
  opacity: 0.3;
}

.big-circle {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #edc339, #f39c12);
  bottom: 50%;
  right: 50%;
  transform: translate(-40%, 38%);
}

.big-circle:after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  background-color: #fafafa;
  border-radius: 50%;
  top: calc(50% - 180px);
  left: calc(50% - 180px);
}

.square {
  position: absolute;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(181%, 11%);
  opacity: 0.2;
}

@media (max-width: 850px) {
  .form {
    grid-template-columns: 1fr;
  }

  .contact-info:before {
    bottom: initial;
    top: -75px;
    right: 65px;
    transform: scale(0.95);
  }

  .contact-form:before {
    top: -13px;
    left: initial;
    right: 70px;
  }

  .square {
    transform: translate(140%, 43%);
    height: 350px;
  }

  .big-circle {
    bottom: 75%;
    transform: scale(0.9) translate(-40%, 30%);
    right: 50%;
  }

  .text {
    margin: 1rem 0 1.5rem 0;
  }

  .social-media {
    padding: 1.5rem 0 0 0;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 1.5rem;
  }

  .contact-info:before {
    display: none;
  }

  .square,
  .big-circle {
    display: none;
  }

  form,
  .contact-info {
    padding: 1.7rem 1.6rem;
  }

  .text,
  .information,
  .social-media p {
    font-size: 0.8rem;
  }

  .title {
    font-size: 1.15rem;
  }

  .social-icons a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .icon {
    width: 23px;
  }

  .input {
    padding: 0.45rem 1.2rem;
  }

  .btn {
    padding: 0.45rem 1.2rem;
  }
}













/*----------------Our Team---------------------------------------------*/

.testimon{
	width: 100%;
}

.testimon .test{
	font-size: 1.2rem;
	padding: 10px 10px;
	height: auto;
}

.testimon .test .column1{
	font-weight: 100;
	height: auto;
	color: #6e656e;
	padding: 30px 20px;
	box-shadow: 0px 3px  20px 3px #636e72;
}

.testimon .test .column2{
	font-weight: 100;
	height: auto;
	color: #6e656e;
	padding: 30px 20px;
	box-shadow: 0px 3px  20px 3px #636e72;

}

.testimon .test .column3{
	font-weight: 100;
	height: auto;
	color: #6e656e;
	padding: 30px 20px;
	box-shadow: 0px 3px  20px 3px #636e72;

}




/*-----------------------------FAQs-----------------------------------------*/

.faqhead .txt{
	text-align: center;
}

.faqhead .txt h1{
	font-size: 3.5rem;
	color: #3b4552;
}

.faqhead .txt h4{
	font-size: 1.3rem;
	color: #3b4552;
	font-weight: 200;
}



.cardimg{
	width: 90%;
	padding: 30px 0px;
/*	height: 100%;*/

}



/*-----------Donate-----------------*/

.donationcard{
	width: 100%;
	margin-bottom: 80px;
}

.mainbox button{
	background: white;
	color: black;
}

.mainbox button:hover{
	background: #f0932b;
	color: white;
	transition: 0.5s;
}