.header-single-cta span a {
    color: #000;
}
.header-single-cta span a:hover {
    color: #ff5e14;
}
.main-menu.second-menu ul li:hover a {
    color: #000;
}
.main-menu.second-menu ul li.active a {
    color: #000;
}
.about-content p {
    margin-bottom: 10px;
    font-size: 16px;
    text-align: justify;
}
.call-to-action p {
    margin: 5px 0;
    font-size: 16px;
    color: #fff;
}
.card-text p {
    margin-bottom: 25px;
    font-size: 16px;
}
.contact-form-title h2 {
    color: #ff5e14;
    margin-bottom: 20px;
}
.contact-person p {
    font-size: 16px;
}
.contact-person a {
    font-size: 16px;
    color: #7e7e7e;
}
.contact-person a:hover {
    font-size: 16px;
    color: #ff5e14;
}
.contact-person h4 {
    margin-bottom: 15px;
    color: #ff5e14;
    font-size: 30px;
    font-weight: 700;
}
.contact-person h5 {
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 600;
}
.service-details p {
    margin-bottom: 10px;
    font-size: 16px;
    text-align: justify;
}
.service-details h3 {
    position: relative;
    margin-bottom: 45px;
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
}
.service-details h3::before {
    content: "";
    position: absolute;
    left: 0;
    width: 60px;
    height: 2px;
    background: #ff5e14;
    bottom: -25px;
}
.section-title.service-title p {
    padding: 0 190px;
    margin-bottom: 10px;
    font-size: 16px;
}
.logo a img.img-fluid {
    max-width: 120% !important;
}
.link-box a:hover {
    color: #000;
}
.footer-menu ul li a.active {
    color: #ff5e14;
}
.copyright-text p a:hover {
    color: #f8f9fa;
}
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgb(255, 94, 20);
    color: #fff;
}
.call-to-action p i {
    color: #ff5e14;
}

@media (max-width: 767px) {
.logo a img.img-fluid {
    max-width: 80% !important;
}
}