.article-box.white-style span,
.article-box.white-style p {
    color: white;
}

.conference-features .conference-post .inner-box h1,
.conference-features .conference-post .inner-box h2,
.conference-features .conference-post .inner-box p {
    color: black;
}

.conference-features .conference-post:nth-child(1n) .inner-box {
    background: #bcbcbc;
    color: black;
}

.conference-features .center-area a {
    color: #7DAE45;
}

.title-section.white-style span {
    color: white;
}

section.speaking-section2 .speakers-box .speaker-post .speaker-content h2 {
    color: white;
}

section.speaking-section2 .speakers-box .speaker-post .speaker-content span {
    color: #7DAE45;
}

section.contact-section4 .contact-info p {
    color: white;
}

section.contact-section4 .contact-info p i {
    color: #7DAE45;
}

section.speaking-section2 .speakers-box .speaker-post .speaker-content ul.social-links li a:hover {
    color: #7DAE45;
}

section.blog-section .blog-box .single-post blockquote {
    background: #7DAE45;
}

section.blog-section .blog-box .single-post p a,
section.blog-section .blog-box .single-post p a:hover,
section.blog-section .blog-box .blog-post ul.post-tags li a,
section.blog-section .blog-box .blog-post ul.post-tags li a:hover {
    color: #7DAE45;
}

section.blog-section .blog-box .single-post ul.share-project li,
section.blog-section .blog-box .blog-post ul.post-tags li {
    color: #6c7a89;
}

section.blog-section .blog-box .single-post blockquote span {
    color: white;
}

.video-container {
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mr-10 {
    margin-right: 10px;
}
