h1,
h2,
h3,
h4,
h5,
h6 {
  color: #777;
}

.col-12 {
    text-align: center;
}

a:hover {
    color: currentColor;
    text-decoration: underline;
    text-underline-offset: 2px;
}

a.underline {
    text-decoration: none;
    color: #2181B7;  
}

a.underline:hover {
    text-decoration: underline;
    text-underline-offset: 8px;
}

.top-social ul li a, .footer-social ul li a {
    text-decoration: none;
}

.row {
    justify-content: center;
}

----/*Header*/----

.header-one, .header-one .site-navigation {
    background: #888;
}

.top-bar {
    background: #ddd;
}

.mr-auto, .mx-auto {
    margin: auto !important;
}

.call-to-action {
    background-color: #aaa;
}

.banner-area::after {
    content:'';
    background: #000 no-repeat center/cover;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

ul.top-info-box li.header_email {
    border-right: none !important;
}

ul.top-info-box li .info-box .info-box-subtitle {
    line-height: 2em;
}

.shuffle-item {
    padding: 15px;
}

.epa-logo {
    position: relative;
    float: left;
}

.epa-logo img {
    width: 100px;
    margin-left: 20px;
    display: inline;
}

@media (max-width: 575px) {
    .epa-logo img {
        display: none;
    }
}

#top-bar {
    background: #2181B7;
}

@media (max-width: 575px) {
    .top-info {
    display: none;
    }
}

----/*Home*/----

.ts-service-info {
    margin-left: 0;
}

.home-testimonial {
    text-align: center;
    margin-left: 0;
}

.quote-item .quote-text:before {
    content: "";
}

.subscribe-call-to-action {
    padding: 30px 0;
    text-align: center;
}

.subscribe-call-to-action h3 {
    color: #fff;
}

@media (max-width: 575px) {
    .box-slider-content {
    display: none;
    }
}

----/*Gallery*/----

.shuffle-item .project-img-container .project-item-info-content .project-item-title {
    color: #fff;
}

----/*Contact*/----

.ts-service-box-content a:hover {
    color: #fff;
    text-decoration: underline;
}

.section-sub-title {
  color: #777;
}

fieldset {
    margin: 30px 0;
}

.inquiry {
    margin-bottom: 30px;
}

----/*Footer*/----

.footer-social ul li a {
    padding: 3px 8px;
}

.copyright {
    background: #2370A1;
}