body{
font-family: "Helvetica Neue",Helvetica,Arial !important;
}
a,
a:focus,
a:hover,
:focus{
outline:none !important;
text-decoration:none;
}

 /* index1 */
#home1 .pinterest-description{
text-align:center;
}
#home1 .pinterest-description h1 {
  font-size: 30px;
  text-shadow: 6px 3px 1px #ddd;
  font-weight: 700;
  margin:0;
}
#home1 .pinterest-description a {
  color: #000;
  font-size: 16px;
}
#home1 .pinterest-description  p {
  font-size: 18px;
  padding: 0 2%;
  color:#777;
  margin:0;
}
#home1 .pinterest-description img{
	border:5px solid transparent;
	padding:0;
	position:relative;
	display:inline-block;
	border-radius:50%;
}
#home1 .pinterest-description  img:hover{
	transform:scale(1.1);
	transition:all ease 0.6s;
	border:5px solid red;
	}
#home1 	ul.stat {
    padding: 0;
}
#home1 .counter {
    padding: 20px;
    font-weight: 700;
    margin: 5px;
    display: inline-block;
 text-align: center;
}
#home1 .count-title { 
font-size: 40px; 
font-weight: normal; 
 margin-top: 10px;
 margin-bottom: 0;
 text-align: center;
 }
#home1 .count-text {
	font-size: 24px;
	font-weight: normal; 
	margin-top: 10px; 
	margin-bottom: 0; 
	text-align: center;
	}
#home1 .fa-2x { 
margin: 0 auto;
 float: none; 
 display: table; 
 color: #4ad1e5; 
 }
  /* index1 */
  
 /* index2 */
#home2 .pinterest-description h1 {
  font-size: 3px;
  text-shadow: 6px 3px 1px #ddd;
  font-weight: 700;
}
#home2 .pinterest-description a {
  color: #000;
  font-size: 24px;
}
#home2 .pinterest-description p {
  font-size: 18px;
  color:#777;
}
#home2 .pinterest-description{
	padding:50px 0;
}
#home2 .pinterest-description .img-thumbnail{
	border:5px solid transparent;
	padding:0;
	position:relative;
	display:block;
}
#home2 .pinterest-description .img-thumbnail img{
	border-radius:50%;
}
#home2 .pinterest-description .img-thumbnail img:hover{
	transform:scale(1.1);
	transition:all ease 0.6s;
	border:5px solid red;
	}
#home2 .counter {
  margin: 5px;
  padding: 20px 0;
  width: 18%;
}
#home2 .pinterest-img {
  padding:  130px 212px;
}
#home2 .count-title { 
font-size: 40px; 
font-weight: normal; 
 margin-top: 10px;
 margin-bottom: 0;
 text-align: center;
 }
#home2 .count-text {
	font-size: 24px;
	font-weight: normal; 
	margin-top: 10px; 
	margin-bottom: 0; 
	text-align: center;
	}
#home2 .fa-2x { 
margin: 0 auto;
 float: none; 
 display: table; 
 color: #4ad1e5; 
 }
 /* index2 */
 
 @media(max-width:768px){
#home2 .pinterest-img {
    text-align: center;
	padding:0;
}
#home1 .pinterest-description h1{
	padding:0;
	font-size:40px;
}
 }
 
  @media(max-width:480px){
#home1  .pinterest-description h1 {
    font-size: 22px;
	padding:0 5px;
 }
#home1 .pinterest-description > p {
    font-size: 14px;
    padding: 0 10px;
    margin: 0;
}
#home1  .pinterest-description {
    padding: 10px 0;
}
 #home2 .pinterest-description h1 {
    font-size: 22px;
    text-align: center;
 }
 #home2 .pinterest-description {
    text-align: center;
}
#home2 .pinterest-description a {
    font-size: 16px;
}
#home2 .pinterest-description p {
    font-size: 14px;
 }
 }