.logo {
    padding: 10px 0px;
}

.slider-content h2 span {
    display: inline-block;
    padding: 10px 10px;
    background-image: linear-gradient(180deg, #eb971f, #f1b744);
}

.slider-content a {
    padding: 15px 30px;
    background-image: linear-gradient(180deg, #eb971f, #f1b744);
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;
    font-size: 16px;
    border: 2px solid #ff7700;
}

.featured-content-wrap a {
    display: inline-block;
    padding: 15px 30px;
    background-image: linear-gradient(180deg, #eb971f, #f1b744);
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #ff7700;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 5px;
}

.expart-wrap a {
    display: inline-block;
    padding: 10px 25px;
    background-image: linear-gradient(180deg, #eb971f, #f1b744);
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 5px;
    border: 2px solid #ff7700;
}

.contact-area:before {
    position: absolute;
    right: 0;
    top: 6%;
    width: 60%;
    content: "";
    height: 90%;
    background-image: linear-gradient(180deg, #eb971f, #f1b744);
}

.nvestments-wrap ul li a {
    display: block;
    height: 45px;
    width: 160px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 500;
    background-image: linear-gradient(180deg, #eb971f, #f1b744);
    text-align: center;
    border-radius: 3px;
    color: #fff;
}

.contact-form button {
    padding: 10px 30px;
    background-image: linear-gradient(180deg, #eb971f, #f1b744);
    color: #fff;
    font-size: 16px;
    border: none;
    border: 2px solid #ff7700;
}

.contact-page-info ul li i {
    height: 35px;
    width: 35px;
    line-height: 35px;
    color: #fff;
    background-image: linear-gradient(180deg, #eb971f, #f1b744);
    text-align: center;
    position: absolute;
    left: 0;
    border-radius: 50%;
    font-size: 18px;
}

.service-items a.readmore {
    font-weight: 600;
    text-transform: uppercase;
}

.service-items p {
    margin-bottom: 20px;
    margin-top: 15px;
}

a:active, a:hover, a:focus {
    outline: none;
    text-decoration: none;
}

a:hover {
    color: #ff7700;
}

.service-items h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.service-details ul li i {
    font-size: 14px;
    color: #ff7700;
    position: absolute;
    left: 0;
    top: 0;
}

.service-details ul li {
    padding-left: 40px;
    position: relative;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 15px;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #ea7527;
}