.ah-widget-area {
    text-align: center;
}

.ah-widget-area {
    margin-top: -20px;
}

.ah-widget-area .widget {
    padding: 45px 0;
}

.site-branding {
    padding-top: 5px;
    padding-bottom: 5px;
}

.site-branding {
    float: left;
    padding: 40px 15px;
}

.site-title a {
    color: #fff;
    text-decoration: none;
}

.site-title {
    font-size: 24px;
    font-family: open_sans, Arial, Helvetica, sans-serif;
    color: #f8f8ff;
    font-style: italic;
    text-transform: none;
    font-weight: 100;
    margin-top: -59px;
}

.site-description {
    margin: 15px 0 0;
    font-size: 18px;
    color: #DFDFDF;
    margin-left: -90px;
    margin-top: 0px;
    margin-left: 1%;
    margin-top: -1%;
}

.site-logo {
    width: 107%;
    max-width: 18%;
    position: relative;
    top: 50%;
    float: right;
    margin-top: -12%;
    left: 3%;
}

.welcome-info {
    top: 145px;
    width: inherit;
}

.welcome-title {
    font-size: 49px;
    color: #fff;
    width: 100%;
    text-align: center;
    text-shadow: 0 0 2px #222, 0 0 2px #222;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.2;
    padding: 246px 0px 15px;
}

.heading1 {
    position: relative;
    margin-bottom: 30px;
    padding: 0;
    border-bottom: 0;
    text-align: center;
    font-size: 56px;
    text-transform: uppercase;
    margin: 0 0 15px;
    font-weight: 700;
    color: #444;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.client-heading h2,
#client-review h3 {
    font-size: 28px;
    color: #444;
    font-weight: 700;
    font-family: Source Sans Pro;
}

#client-message,
#client-name {
    color: #0c0c0c;
    font-size: 16px;
    padding: 9px 205px 6px 205px;
}

.fa-star {
    margin: 0 3px 0 0;
    float: center;
    width: 20px;
    height: 53px;
    color: #d8b767;
    font-size: 20px;
}

.carousel-indicators li {
    display: inline-block;
    width: 21px;
    height: 21px;
    margin: 10px;
    text-indent: 0;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, .5);
    position: relative;
    color: #fff;
    top: 30px
}

.carousel-indicators .active {
    width: 21px;
    height: 21px;
    margin: 10px;
    background-color: #35c08d
}



.widget-title {
    color: #ffffff !important;
    margin: 0 0 20px;
    font-size: 23px
}

.widget-text p {
    color: #ffffff !important;
    margin-left: 0;
    margin: 0 0 20px;
    font-size: 16px
}

.widget-text a {
    color: #ffffff !important;
    font-size: 16px;
    text-decoration: none
}

.widget-text a:hover {
    color: #ffffff !important;
}

.widget-address {
    font-size: 16px;
    color: #ffffff !important;
}

.contact-info {
    color: #ffffff !important;
    font-size: 16px
}



.top-search {
    color: black;
}

.top-search a {
    color: #ffffff !important;
}

.top-search a:hover {
    color: #ffffff !important;
    text-decoration: none;
}





.stuck {
    position: fixed;
    top: 50%;
    left: 0;
    max-height: 100%;
    width: 190px;
    z-index: 1
}

#scrollUp {
    display: none;
    border: none;
    outline: 0;
    cursor: pointer;
    position: fixed;
    right: 30px;
    bottom: 30px;
    color: #999;
    height: 35px;
    line-height: 35px;
    width: 35px;
    font-size: 16px;
    background: #f7f7f7;
    text-align: center;
    z-index: 998;
    border-radius: 50%;
    transition: all .25s ease-in-out
}

#scrollUp:hover {
    background-color: #35c08d
}

.fa-chevron-up:hover {
    color: #fff
}