.blog-meta div, .service-meta, .about-left-side-1 {
    font-size: 16px;
	color: #616161;
}


/* 08. Counter */
#counter {
    width: 100%;
    padding: 100px 0;
    text-align: center;
    position: relative;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

#counter .col-sm-4 {
    border-right: 1px solid #fff;
}

#counter .col-sm-4:last-child {
    border-right: none;
}

#counter .counter-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

#counter .counter-number {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    line-height: 1;
    font-weight: 700;
    font-size: 65px;
    color: #fff;
    font-family: "Open Sans";
    line-height: 70px;
}

#counter .counter-description {
    width: 100%;
    line-height: 24px;
    display: block;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Open Sans";
    font-weight: 700;
}

#counter .widget_illdy_counter {
    margin-top: 40px;
}

#counter .widget_illdy_counter:nth-child(1), #counter .widget_illdy_counter:nth-child(2), #counter .widget_illdy_counter:nth-child(3) {
    margin-top: 0;
}


.form-style-2 .input-group textarea.form-control {
    height: 150px;
}

.phone-in-header {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 17px;
}


.main-navigation-style-1 a.text-custom-white:not([href]):hover,
.main-navigation-style-1 a.text-custom-white:not([href]):focus,
.main-navigation-style-1 a.text-custom-white:focus,
.main-navigation-style-1 a.text-custom-white:hover {
    background-color: #ac946b;
    color: #FFFFFF;
}

.main-navigation-style-1.sticky a.text-custom-white:not([href]):hover,
.main-navigation-style-1.sticky a.text-custom-white:not([href]):focus,
.main-navigation-style-1.sticky a.text-custom-white:hover,
.main-navigation-style-1.sticky a.text-custom-white:focus {
    background-color: transparent !important;
    color: #c9b38c;
}