.headline{
    font-family: "Montserrat", serif;
    font-size: 0.9rem;
    letter-spacing: 1px;

}
.w-100px{
    width: 100px;
}
.w-200px{
    width: 200px;
}
.section-head{
    font-family: "Montserrat", serif;
}
.border-none{
    border: none !important; 
}
.bg_white{
    background-color: #ffffff;
}
.p-30{
    padding: 30px !important;
}
.customers.style-2 {
    background-image: url(../img/customers/bg_customer.jpg);
    background-size: cover;
    position: relative;
}
.contact.style-2 .wire{
    position: absolute;
    left: 22%;
    top: -45%;
    z-index: 2;
    opacity: 1;
    -webkit-animation: rotate-center 100s linear infinite both;
    animation: rotate-center 100s linear infinite both;
   /* position: absolute;
    left: 25%;
    bottom: -500px;
    width: 55%;
    z-index: 2;
    opacity: 0.7;
    
    position: absolute;
    top:-300px;
    left: 0;
    width: 200%;
    height: 300%;
    -webkit-animation: rotate-center 100s linear infinite both;
    animation: rotate-center 100s linear infinite both;*/
}

.contact.style-2 {
    background-image: url(../img/bg_contact.jpg);
    background-position: top center;
}
.mb-300{
    margin-bottom: 20rem;
}