body{
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.5px;
    width: 100%;
    overflow-x: hidden;
}
#sticky.stick{
    background-color: #fff;
    display: block;
    z-index: 1000;
    position: fixed;
    top: 0;
    width: 100%;
    border-radius: 0;
    box-shadow: 1px 1px 5px #111;
}

.AwesomeFooter{
	padding: 15px 0px;
	background-color:#222 ;
}

.carousel-item{
    height: 70vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.carousel-caption{
    padding: 64px 112px;
}

#section_stats{
    padding: 70px 16px;
    border-bottom: 1px solid #ddd;
}
.prod{
    padding:100px 200px 100px 100px;
}
.proc{
    padding:100px 100px 100px 200px;
}

#section_stories{
    background: #f4f5f6;
    padding: 100px 16px;
}

#section_partners{
    padding: 48px 16px;
}

#about_story{
    background: #fff;
    padding: 0px 16px;
}

#about_coordinates{
    background: #f4f5f6;
    padding: 0px 16px;
}



#achieve_section{
    padding: 100px 16px;
}







#section_contact{
    padding: 0px;
    background:linear-gradient(rgba(40, 40, 40, 0.9),rgba(40, 40, 40, 0.9)), url(../images/contact.jpg);
    background-size: cover;
}












@media (max-width: 767px) {
	

}