

/* Header */
.header_bottom .container_inner{
    max-width: 100%;
}

.header-right-from-logo-widget-inner a{
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    color: #a6a6a6;
    font-weight: 400;
}

/* Typography */
h3{
    margin-bottom: 20px;
}

h6{
   margin-top: 20px;
}

::selection{
   background: #979797;
}

/* Contact page */
.full_map .contact_detail{
    margin: 0px 0 80px;
}
.q_icon_with_title .icon_text_holder {
    word-break: break-word;
}

@media only screen and (max-width: 768px){
.header-left-from-logo-widget, .header-right-from-logo-widget {
    display: block;
}

.header-left-from-logo-widget-inner{
    display:none;
}
}