/* How  Start*/
.how{
  text-align: center;
}
.how .heading{
  background-color: #d4f8e8;
  padding: 20px;
}
.how .heading h1,.how .heading  h4{
  text-align: center;
  padding: 10px;
}
.span-how{
  text-decoration: underline;
  text-decoration-color: red;
}
.site{
  padding-top: 15px ;
  padding-bottom: 15px;
  background-color: #d4f8e8;
}
.site .list{
  list-style: disc;
}
.site h3{
  padding: 15px;
}
.site p{
  text-align: start;
  padding: 10px 20% 20px 20%;
}
.site p span{
  color: #481380;
}
.site .site_image{
  border-radius: 8px;
  width: 30%;
  display: inline-block;
  text-align: center;
  margin: 10px;
}
.site .site_image img{
  width:100%;
  height: 300px;
}


.how-section{
  display: block;
  background-color: #035aa6;
  border-radius: 5px;
  color: white;
  padding: 8px 10px 8px 10px;
  margin: 10px auto 0 auto;
  cursor: pointer;
}
.how-section:hover{
  background-color: black;
}

@media(max-width:1200px)  {
  .site .site_image{
    width: 40%;
}

}
@media(max-width:800px) {
  .site .site_image{
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    height: auto;
    display: block;
}
.site .site_image img{
  width:100%;
  height: 400px;
}
}
@media(max-width:500px) {
  .site .site_image{
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    height: auto;
    display: block;
}
.site p{
  font-size: 15px;
  text-align: left;
  padding: 10px 5% 20px 5%;
}
.site_image:nth-child(even) img{
  display: none;
}
.site p span{
  font-size: 20px;
  color: #481380;
}
}
@media(max-width:300px) {
  .site .site_image{
    width: 90%;
    height: auto;
    display: block;
}
.site p{
  font-size: 15px;
  text-align: left;
  padding: 10px 5% 20px 5%;
}
}
/* Here*/
.site-current{
  padding-bottom: 20px;
  height: auto;
  text-align: center;
  background-color: #fff3cd;
}
.site_1{
  padding-top: 15px ;
  padding-bottom: 15px;
}

.site_1 p{
  text-align: center;
  padding: 10px 20% 20px 20%;
}
.site_1 .site_image_1{
  border-radius: 8px;
  width: 30%;
  display: inline-block;
  text-align: center;
  margin: 10px;
}
.site_1 .site_image_1 img{
  width:100%;
  height: 300px;
}


@media(max-width:1200px)  {
  .site_1 .site_image_1{
    width: 40%;
}

}
@media(max-width:800px) {
  .site_1 .site_image_1{
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    height: auto;
    display: block;
}
.site_1 .site_image_1 img{
  width:100%;
  height: 400px;
}
}
@media(max-width:500px) {
  .site_1 .site_image_1{
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    height: auto;
    display: block;
}
.site_image_1:nth-child(even) img{
  display: none;
}
.site_1 p{
  font-size: 15px;
  text-align: left;
  padding: 10px 5% 20px 5%;
}
}
@media(max-width:300px) {
  .site_1 .site_image_1{
    width: 90%;
    height: auto;
    display: block;
}
.site_1 p{
  font-size: 15px;
  text-align: left;
  padding: 10px 5% 20px 5%;
}
}
/*How End*/
/*Feel the Change Starts*/
.feel-container{
  padding-top: 30px;
}
.feel{
  background-color: #edffea;
  width: 100%;
  height: auto;
  text-align: center;
  padding-bottom: 20px;
}
.feel h2{
  padding-top: 20px;
  padding-bottom: 10px;
}
.feel h3{
  margin-top: 20px;
  font-size: 20px;
  margin-bottom: 15px;
}
.feel p{
  margin-bottom: 15px;
}
.two_image{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.two_image h3{
  display: block;
  text-align: center;
}
.feel_image{
  width: 30%;
  height: auto;
  margin-right: 20px;
}
.feel_image img{
  width: 100%;
  height: 300px;
}
.arr{
  width: 3%;
  height: auto;
  margin-right: 1%;
  text-align: center;
}
@media(max-width:800px){
.two_image{
  display: block;
}
.feel_image{
  text-align: center;
  width: 80%;
  margin: auto;
}
.feel h3{
  font-size: 20px;
  text-align: center;
  }
.arr{
  display: none;
}
}
/*Feel the Change Ends*/
/* Helping Hands End*/
/* The footer starts*/

.footer-distributed{
	background-color: #2c292f;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	padding: 50px 50px 60px 50px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 30%;
}

.footer-distributed h3{
	color:  #ffffff;
	font: normal 25px 'Cookie', cursive;
	margin: 0;
}

/* The company logo */
.footer-distributed .footer-left img{
	width: 15%;
	height: auto;
}
.footer-distributed h3 span{
	color:  #e0ac1c;
}

/* Footer links */
.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
}
.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color: inherit;
}
.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */
.footer-distributed .footer-center{
	width: 35%;
}
.footer-distributed .footer-center i{
	background-color:#33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}
.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}
.footer-distributed .footer-center p{
	width: 70%;
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
}
.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}
.footer-distributed .footer-center p a{
	color:  #e0ac1c;
	text-decoration: none;;
}

/* Footer Right */
.footer-distributed .footer-right{
	width: 30%;
}
.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  yellow;
	font-size: 23px;
	font-weight: normal;
  margin: 0 auto;
  width: 75%;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
  margin: 25px 0 0 10%;
}
@media(max-width:700px){
  .footer-distributed .footer-icons{
    margin: 25px 0 0 0;
  }
}
.footer-icons img {
  width: 100%;
  height: 100%;
}
.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}
@media (max-width: 880px) {
  .footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}
	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}
/*Footer Ends*/