/*
Theme Name: Foundation Child
Description: Business Name
Template: foundation-parent
Version: 1.0.0
*/
.primary-header .logo-col {
    background-color: var(--color-5);
}
.feature-section {
    background-color: var(--color-5);
}
.gform_button {
    color: #fff !important;
}
.gform_button:hover {
    color: var(--color-1) !important;
}
.btn {
    color: #fff !important;
}
h2 {
    text-transform: uppercase;
}
.media__iframe .inner {
    height: 42vw;
}
.media__iframe .embed-responsive-16by9 {
    top: -18.25%;
}
.youtube-outter {
    width: 800px;
    max-width: 100%;
}
.youtube {
    position: relative;
    max-width: none;
    margin: 15px auto;
    padding-top: 57%;
}
.youtube iframe,
.youtube object,
.youtube embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.consform {
    width: 800px;
    max-width: 100%;
    margin: -50px auto 50px auto;
}
.consform .gform_button:hover {
    color: #fff !important;
}
.sub-menu li a {
    color: var(--color-2) !important;
}
.sub-menu li a:hover {
    color: var(--color-3) !important;
}
.banner-section .content h1 {
    max-width: 1590px;
    font-size: 3vw
}
.banner-section .content p {
    color: #fff;
    line-height: 35px;
    font-size: 30px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    margin: 0 0 50px 0;
}
.mobile-logo {
    background-color: var(--color-5);
}
.mobile-logo img {
    width: 320px;
    max-width: 100%;
}
.home .services-section .services {
    justify-content: center;
}
.home .services-section .service {
    flex: 1 1 calc(24% - 30px);
}
.home .services-section-inner {
    width: 90%;
}
.home .features {
    align-items: center;
}
.home .feature-section-inner {
    width: 1600px;
    max-width: 100%;
}
.home .num-row {
    line-height: 54px;
}
.content2 {
    background: #fff;
}
@media screen and (max-width:1200px) {
    .banner-section .content h1,
    banner-section .content p {
        margin: 10px 0;
    }
}
@media screen and (max-width:991px) {
    .banner-section .content p {
        font-size: 20px;
        line-height: 25px;
    }
    .btn {
        font-size: 15px;
    }
}
@media screen and (max-width:767px) {
    .media__iframe .inner {
        height: unset;
    }
    .media__iframe .embed-responsive-16by9 {
        top: unset;
    }
    .banner-section .content {
        text-align: center;
        left: unset;
        transform: unset;
        width: 100%;
        position: relative;
        background: var(--color-1);
        top: unset;
        padding: 15px;
    }
    .banner-section .content h1 {
        font-size: 30px
    }
    .banner-section .content p {
        font-size: 20px;
        line-height: 20px !important;
    }
}