.benefits {
    width: 100%;
}
.benefits a.nav-link {
    padding: 10px 0;
    border-radius: 0px !important;
    border-color: #666;
    font-weight: 600;
}
.benefits a.nav-link:hover {
	cursor: pointer;
}
.benefits a.nav-link.active, .benefits a.nav-link:hover {
    background-color: #666;
}
.benefits-wrap {
	padding: 85px 0 0;
}
.our-offices h3 {
    color: #fff;
    font-size: 40px;
}

.our-offices.bg-img {
    height: 300px;
}
.gc-bg-color {
    position: absolute;
    width: 100%;
    height: 300px;
    background: rgba(0,0,0,.7);
}
.offices-wrap h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 40px;
}
.topbar-toogle-right {
    position: absolute;
    right: 0;
}
.alignright {
    float: right;
    text-align: center;
}
.alignleft {
    float: left;
    text-align: center;
}
.aligncenter {
     margin: 5px auto 5px auto;
    display: block;
}
#section-content iframe, #section-content img {
    max-width: 100%;
    height: auto;
}

.topbar-nav {
    line-height: 60px;
}