@charset "utf-8";
.head-content {
    margin-right: auto;
    margin-left: auto;
    padding-top: 100px;
    width: 960px;
    color: #FFFFFF;
    text-align: center;
}
.head-content h1 {
    -webkit-background-clip: text;
    display: block;
    margin-bottom: 30px;
    /*
  background-image: linear-gradient(45deg, #ccefff, #60cafc 50%, #2f65ff);
  background-clip: text;
  -webkit-text-fill-color: transparent;
*/
    color: #FF6600;
    font-weight: 600;
    font-size: 60px;
    line-height: 80px;
}
.head-content h5 {
    color: #CCCCCC;
    font-size: 14px;
}
.head-content p {
    color: #FFFFFF;
    font-size: 20px;
}
@keyframes zoom-in {
    from {
        background-size: 100% 100%;
    }
    to {
        background-size: 100% 100%;
    }
}
.head-background {
    animation: zoom-in 0.5s ease-out forwards;
    background-position: center center;
    background-size: cover;
    background-color: #2b2f35;
    min-height: 500px;
}
.head-background-about-us {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4)), url("/img/head/about-us.jpg");
}
.head-background-contact-us {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4)), url("/img/head/contact-us.jpg");
}
.head-background-blog {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4)), url("/img/head/blog.jpg");
}
.head-background-solutions {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4)), url("/img/head/solutions.jpg");
}
.head-background-products {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4)), url("/img/head/products.jpg");
}
.head-background-free-quote {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4)), url("/img/head/free-quote.jpg");
}
.head-background-news-events {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4)), url("/img/head/news-events.jpg");
}
.head-background-projects {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4)), url("/img/head/projects.jpg");
}
.head-background-resources {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4)), url("/img/head/resources.jpg");
}
.head-background-privacy-policy {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4)), url("/img/head/privacy-policy.jpg");
}
.head-background-terms-conditions {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4)), url("/img/head/terms-conditions.jpg");
}