/* Update Styling to override default style of template */

.top-info .social {
    float: left;
}

header .logo {

    padding: 13px 0;

    padding-right: 30px;

    width: 35%;

}

.top-bar {
    width: 65%;
}

footer input {
    color: white;
}

.clients .owl-nav div.owl-prev, 
.clients .owl-nav div.owl-next {
    display: none !important;
}

.btn-yellow {
    color: #fff;
}

.btn-yellow:hover {
    background-color: #fff;
    color: #2d97cc;
}

.btn:hover {
    background-color: #fff;
    color: #2d97cc;
}



.cost-cal .calculate form li textarea.form-control {

    height: auto;

    padding-top: 10px;

}



.border-none {

    border: none;

}



.cost-cal .cost-img {

    margin-top: 80px;

}



#accordion .icon-accor {

    background: none;

}

#hero-banner {
    background-image: url(../images/slides/slide-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 900px;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 0 150px;
}

#hero-banner .heading {
    text-align: center;
    z-index: 5;
    font-size: 50px;
    font-weight: 500;
    line-height: 71px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    text-shadow: 3px 0px 5px rgba(0, 0, 0, 0.5);
    font-family: 'Oswald', sans-serif;
    color: #fff;
}

#hero-banner .sub-heading {
    z-index: 5;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    text-shadow: 3px 0px 5px rgba(0, 0, 0, 0.5);
    font-family: 'Oswald', sans-serif;
    color: #fff;
}

.d-flex {
    display: flex;
}

.btn-white {
    background: #ffffff;
    color: #333;
}
