/* WHO / WE ARE COLORS */
.feature_box_1 .left-who-heading h3 .who-text {
    color: #000000 !important;
}

.feature_box_1 .left-who-heading h3 .we-are-text {
    color: #00537B !important;
}

/* ABOUT US BUTTON */
.feature_box_1 .about-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 32px;
    background: #00537B;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0px;
    transition: all 0.3s ease;
    border: 2px solid #00537B;
}

/* BUTTON HOVER */
.feature_box_1 .about-btn:hover {
    background: #000000;
    color: #ffffff !important;
    border-color: #000000;
}
/* FEATURE BOX 3 - OUR / BLOG COLORS */
.blog-section h3 span {
    color: #000000 !important;
}

.blog-section h3 {
    color: #00537B !important;
}


/* FEATURE BOX 4 - SUBSCRIBE TO / OUR NEWSLETTER COLORS */
.newsletter-content h3 span {
    color: #000000 !important;
}

.newsletter-content h3 {
    color: #00537B !important;
}


/* FEATURE BOX 5 - LATEST / VIDEOS COLORS */
.feature_box_5 h3 span,
.video-section h3 span,
.latest-video-section h3 span {
    color: #000000 !important;
}

.feature_box_5 h3,
.video-section h3,
.latest-video-section h3 {
    color: #00537B !important;
}
/* FEATURE BOX 5 - LATEST / VIDEOS COLORS */

h3 span {
    color: #000000 !important;
}

h3 {
    color: #00537B !important;
}

/* STRONGER TARGETING FOR VIDEO SECTION */
.featured-video-section h3 span,
.video-home-section h3 span,
.latest-videos h3 span,
.videos-section h3 span {
    color: #000000 !important;
}

.featured-video-section h3,
.video-home-section h3,
.latest-videos h3,
.videos-section h3 {
    color: #00537B !important;
}
/* PRACTICE AREA TITLE COLORS */

.practice-content .our-text {
    color: #000000 !important;
}

.practice-content .practice-text {
    color: #00537B !important;
}
/* FEATURE BOX 6 - TESTIMONIALS TITLE WHITE */

.testimoinals-content h3 {
    color: #ffffff !important;
}

.testimoinals-content h3 span {
    color: #ffffff !important;
}