
/* OVERALL COMMON LAYOUT SETTINGS*/
html, body, * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5em;
    min-width: 350px;
    overflow: auto;
}

.mobile_only {
    display: none;
}

.desktop_only {
    display: block;
}

/* CENTRAL CONTAINER MID FLOAT */
#container {
    width: 100%;
    height: 100%;
    max-width: 1280px;
    margin: 0 auto;
    overflow: visible;
    clear: both;
}

/* TOP HEADER AND MENU */
#top_header {
    width: 100%;
    padding: 10px 26px 0 26px;
    border-bottom: 1px solid #111;
    height: 42px;
    position: relative;
}

#top_header_inner {
    display: block;
    clear: both;
    max-width: 1280px;
    margin: 0 auto;
}

#top_header_linkedin {
    float: left;
}

#top_header_linkedin_img {
    height: 24px;
}

#top_menu {
    float: right;
    margin: 0 -7px 0 0;
    padding: 0;
    width: auto;
    list-style: none;
}

#top_menu li {
    float: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: .8em;
    margin: 0;
    padding: 0;
}

#top_menu li a {
    padding: 5px 7px;
    display: block;
}

/* MENU DROPDOWN ITEM */
#online_menu {
    display: none;
    position: absolute;
    background: #e5e6e8;
    border-top: 1px solid #ccc;
    margin-left: -13px;
    z-index: 2;
}
#online_menu li {
    float: none;
    font-size: 1em;
    border-bottom: 1px solid #ccc;
}

#online_menu li a {
    padding: 5px 20px;
}

#online_menu a:hover {
    background: white;
}

/* MAIN HEADER AND MENU */
#main_header {
    width: 100%;
    padding: 10px 26px 2px 26px;
    display: block;
    overflow: auto;
    clear: both;
}

#main_header_inner {
    max-width: 1280px;
    margin: 0 auto;
}

#main_header_logo {
    float: left;
}

#main_header_logo_img {
    width: 300px;
    height: 32px;
    display: block;
}

#mobile_menu {
    display: none;
}

#main_menu {
    float: right;
    width: auto;
    margin: 0 -7px 0 0;
    padding: 0;
    display: block;
}

#main_menu li {
    display: inline;
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

#main_menu li a {
    padding: 7px;
    display: inline-block;
    font-weight: bold;
}

#mobile_menu {
    float: right;
    width: 24px;
    height: 24px;
}

a#mobile_menu_link {
    width: 24px;
    height: 24px;
    background: url('images/menu.png') center center no-repeat;
    display: block;
    margin: 0 auto;
}

/* OVERALL COLOUR SCHEMES */
.white {
    color: white;
}

.red {
    color: #bf1e2e;
}

.white_bg {
    background-color: white;
}

.light_bg {
    background-color: #f0edea;
}

.lightblue_bg {
    background-color: #dce9ea;
}

.midblue_bg {
    background-color: #a6c7cb;
}

.darkblue_bg {
    background-color: #056939;
}

.charcoal_bg {
    background-color: #040409;
}

.beige_bg {
    background-color: #dedbd5;
}

.teal_bg {
    background-color: #056939;
}

.black_bg {
    background-color: #000;
}


/* OVERALL FONTS */
h1, h2, h3, h4 {
    font-family: 'Merriweather', serif;
    font-weight: 400;
    font-size: 3em;
}

h2{
    font-size: 2.5em;
    line-height: 1.05em;
    margin: 0 0 0.5em 0;
}

h2.section_header {
    margin: 0 0 30px 0;
}

h2.section_header_2 {
    margin: 0 0 30px 0;
    font-family: 'Roboto', sans-serif;
}

h3 {
    font-size: 1.65em;
    line-height: 1.1em;
}

h4 {
    font-size: 1em;
    line-height: 24px;
}

h5 {
    margin: 0 0 12px 0;
    font-weight: normal;
    font-size: 1.1em;
}

h6 {
    font-size: 1em;
}

p {
    font-family: 'Merriweather', serif;
    font-weight: 300;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.2s;
}

a:hover {
    cursor: pointer;
    color: #056939;
}

a.action_button {
    padding: 10px;
    background: #056939;
    color: white;
    margin: 30px auto;
    text-align: center;
    display: inline-block;
    clear: both;
    font-family: 'Roboto';
}

a.action_button_2 {
    background: white;
    color: #000;
    border: 1px solid #000;
}

.teal_bg a.action_button {
    border: 1px solid #fff;
    background: transparent;
}

.darkblue_bg a.action_button {
    border: 1px solid #fff;
    background: transparent;
}


ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.list {
    list-style: disc;
    padding: 0 10px;
    margin: 0 8px;
    float: left !important;
    width: 100%;
    display: block;
}

.centered {
    text-align: center;
}

hr.blue_clear {
    border: none;
    border-bottom: 7px solid #056939;
    width: 120px;
    clear: both;
    margin: 20px auto 20px auto;
}

hr.dark_clear {
    border-bottom: 7px solid #056939;
    margin: 20px auto 60px auto;
}

hr.charcoal_clear {
    border-bottom: 7px solid #040409;
    margin: 20px auto 60px auto;
}

hr.red_clear {
    border: none;
    border-bottom: 7px solid #bf1e2e;
    width: 120px;
    clear: both;
    margin: 16px 0;
}

.roboto {
    font-family: 'Roboto', sans-serif;
}
.anton {
    font-family: 'Anton', sans-serif;
}

.no_border {
    border: none !important;
}

/* IMAGE RULES */
img.fill_space {
    width: 100%;
    display: block;
}

/* CAROUSEL */

.carousel_holder {
    width: 100%;
    position: relative;
    overflow: hidden;
    clear: both;
    max-height: calc(100vh - 87px);
    max-height: 65vh;
    height: 50vw;
    min-height: 300px
}

.carousel {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    clear: both;
}

.carousel_item {
    position: absolute;
    z-index: 1;
    max-width: 100%;
    width: 100%;
    opacity: 0;
    padding: 10px 26px;
}

.carousel_visible {
    opacity: 1;
}

.header_bg.carousel_item_2 {
        background: url('../images/headers/bridge.jpg') center center no-repeat;
        background-size: cover;
        background-position: right;
        max-height: calc(100vh - 87px);
        max-height: 65vh;
        height: 50vw;  
}
.header_bg.carousel_item_1 {
    background-image: url('../images/headers/carousel2.jpg');
}

.header_bg.carousel_item_0 {
    background-image: url('../images/headers/generationalMen.jpg');
    background-position: bottom center;
}
               
.carousel_item_2 .header_bg_inner {
    padding-left: 0;
}

.carousel_controls {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 100%;
    z-index: 2;
}

.carousel_controls span {
    float: left;
    font-size: 24px;
    background: #fff;
    opacity: 0.35;
    padding: 20px 10px;
    margin: 0;
    cursor: pointer;
    font-family: "Merriweather", serif;
}

.carousel_controls span:hover {
    opacity: 1;
}

span.carousel_right {
    float: right;
}

/* SECTION CONTAINERS */
section {
    display: block;
    overflow: auto;
    padding: 20px 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

section.no_pad, div.no_pad {
    padding: 0;
    overflow: hidden;
}

section.pad_30, div.pad_30 {
    padding: 30px;
}

section.pad_50, div.pad_50 {
    padding: 50px 30px;
}

section.pad_80, div.pad_80 {
    padding: 50px 80px;
}

div.section_inner {
    max-width: 1000px;
    float: none;
    margin: 0 auto;
    clear: both;
    display: block;
}

section.header .section_inner {
    max-width: 1280px;
}

#footer_sections .section_inner {
    max-width: 1100px;
}

/* SECTION HEADER -- IMAGE TEXT OVERLAY */
section.header {
    width: 100%;
    overflow: hidden;
    padding: 0;
    height: 37.5vw;
    position: relative;
    max-height: 65vh;
    min-height: 300px;
}
    
    .header_bg {
        background: url('../images/headers/bridge.jpg') center center no-repeat;
        background-size: cover;
        background-position: right;
        height: 100%;
        width: 100%;
        position: absolute;
        transition: 1s;
    }
    
    .header_bg_inner {
        display: block;
        max-width: 1280px;
        margin: 0 auto;
        text-align: left;
        position: absolute;
        right: 10%;
        top: 10%;
        padding: 0;
    }
    .header_bg_title {
        width: 500px;
        max-width: 100%;
    }
    
    .header_bg_title h1 {
        font-size: 4.4em;
        line-height: 1.05em;
    }
    .header_bg_title h3 {
        font-size: 1.55em;        
    }
    
/* SECTION HEADER -- SMALLER SIZE */
section.sm_header {
    width: 100%;
    overflow: hidden;
    padding: 0;
}

/* SECTION HEADER -- CHARCOAL WHITE TEXT */
section.header_text {
    background: #056939;
    color: white;
    padding: 15px 26px;
}

.header_title {
    text-align: left;
}

.header_title h1 {
    font-size: 3.65em;
    line-height: 1.1em;
}



/* LEFT / RIGHT SECTION CONTENT */
div.section_cols {
    overflow: auto;
    clear: both;
    margin: 0 auto;
    display: table;
    width: 100%;
}

div.section_cols.mid_width {
    max-width: 790px;
}

.section_left, .section_right {
    width: 50%;
    padding: 0 30px;
    display: table-cell;
    vertical-align: top;
}

.section_right {
    border-left: 1px solid #000;
}

section.beige_bg div.section_right, section.darkblue_bg div.section_right, section.charcoal_bg div.section_right {
    border-left: 1px solid #fff;
}

section.teal_bg div.section_right {
    border-left: none;
}

.section_col {
    max-width: 500px;
    margin: 0 auto;
}

.section_cols ul {
    text-align: left;
    width: fit-content;
    float:right;    
}

.section_left ul {
    float: left;
}

/* FOOTER INFO LINKS */

#info_links {
    text-align: left;
    display: table;
    width: 100%;
}

img#eab_footer_logo {
    max-width: 300px;
    margin-bottom:4px;
}

#info_links .section_inner {
    display: table;
    width: 100%;
}

.info_links_col_1 {
    padding: 0 20px 0 0;
    border-right: 1px solid white;
    display: table-cell;
    vertical-align: top;
    width: 35%;
}

.info_links_col_2 {
    padding: 0 20px;
    display: table-cell;
    vertical-align: top;
    text-align: center;
}

.info_links_col_3 {
    padding: 0 20px;
    display: table-cell;
    border-left: 1px solid white;
    vertical-align: top;
    text-align: center;
}

.info_links_col_4 {
    width: 190px;
    display: table-cell;
    margin: -30px 0 0 0;
    text-align: center;
    vertical-align: top;
}

.info_links_col_4 img {
    margin-bottom: 10px;
}

#info_links .section_col {
    float:left;
}

#info_links p {
    margin: 0 0 12px 0;
}

#info_links ul.site_links {
    font-family: 'Merriweather';
}

/* FOOTERS */
section#bridge {
    color: white;
    text-align: left;
    padding: 10px 30px;
    border-bottom: 1px solid white;
}
 
section#bridge h3 {
    font-size: 1.7em;
}

section#footer_links {
    padding: 0 30px;
}

ul#footer_menu {
    color: white;
    margin: 0 -7px;
    display: flex;
    justify-content: space-between;
}

ul#footer_menu li {
    float: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 0.85em;
    margin: 0;
    padding: 0;
    
}

ul#footer_menu li a {
    display: block;
    padding: 5px 7px;
}

section#footer {
    text-align: left;
}

p#footer_legal {
    font-size: 0.675em;
    line-height: 1.375em;
    font-family: 'Roboto';
}

p#footer_copywrite {
    margin-top: 10px;
    font-family: 'Roboto';
}

/* FAQs */
.faqs {
    text-align: left;
}

.faqs h6 {
    display: block;
    background: url('images/plus.png') right center no-repeat;
    background-size: 11px;
    padding: 8px 0;
    cursor: pointer;
    transition: 0.2s;
}

.darkblue_bg .faqs h6 {
    background-image: url('images/plus-white.png');
}

.faqs .open h6 {
    background-image: url('images/minus.png');
}

.faqs h6:hover {
    color: #056939;
}

 .faqs .faq_noans h6 {
    background-image: none !important;
    cursor: auto;
}

.faqs .faq_noans h6:hover {
    color: inherit;
}

.darkblue_bg .faqs h6:hover {
    color: #fff;
}

.midblue_bg .faqs h6:hover {
    color: white;
}

.faqs .answer {
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: none;
    transition: 0.2s;
    overflow: auto;
    clear: both;
}

.faqs .answer p {
    margin-bottom: 8px;
}

.faq_item {
    border-bottom: 1px solid #000;
}

.white .faq_item {
    border-bottom: 1px solid #fff;
}

.white .faqs h6 {
    background: url('images/plus-white.png') right 0 center no-repeat;
}

.white .faqs .open h6 {
    background-image: url('images/minus-white.png');
}

/* OUR TEAM PEOPLE PICS */

.team {
    width: 100%;
    clear: both;
    display: block;
}

.team_member {
    float: left;
    width: calc(50% - 40px);
    margin-right: 80px;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    text-align: left;
}

.team_member:nth-child(2n) {
    margin-right: 0;
}

.team_photo {
    width: 100px;
    height: 125px;
    float: left;
    overflow: hidden;
}

img.team_photo_img {
    height: 100%;
    width: auto;
    display: block;
}

.team_info {
    padding: 20px 20px 0 20px;
    width: calc(100% - 100px);
    float: left;
}

.team_info p {
    font-family: 'roboto', sans-serif;
}

.team_more {
    background: url('images/plus.png') right top 20px no-repeat;
    background-size: 11px;
    cursor: pointer;
}

.team_more.open{
    background-image: url('images/minus.png');
}

.team_biog {
    width: 100%;
    padding: 15px 20px 15px 0;
    overflow: auto;
    clear: both;
    display: none;
}

.team_biog p {
    margin-bottom: 8px;
}

.team_nopic .team_photo {
    display: none;
}

.team_nopic .team_info {
    width: 100%;
    padding: 10px 0;
}

.team_nopic .team_more {
    background-position: right 10px top 15px;
}

/* NEWS */

#news {
    text-align: left;
    padding: 50px;
    width: 100%;
}

div.news_item {
    margin-bottom: 50px;
}

.important_info h5.news_date {
    font-weight: bold;
}

.important_info h5.news_title {
    font-family: 'Roboto';
    font-weight: 600;
    margin: 0 0 0 0;
}

#news p {
    margin: 0 0 12px 0;
}

/* IMPORTANT INFORMATION */
div.important_info {
    text-align: left;
    width: 100%;
    max-width: 1000px;
    padding: 50px;
    margin: 0 auto;
}

.important_info h5 {
    margin: 30px 0 0 0;
}

.important_info p, .important_info ul {
    margin: 0 0 12px 0;
}

.important_info p strong {
    font-family: 'Roboto';
    margin-top: 20px;
    margin-bottom:-10px;
    display: block;
}

.important_info p a {
    text-decoration: underline;
}

.important_info ul {
    font-family: 'Merriweather';
    margin-left: 20px;
}

a.important_link {
    display: block;
    border-bottom: 1px solid #000;
    padding: 5px 0;
    cursor: pointer;
}

a.expandable_link {
    display: block;
    padding: 5px 0;
    cursor: pointer;
    background: url('images/plus.png') right center no-repeat;
    background-size: 10px;
    transition: 0.2s;
}

a.expanded {
    background-image: url('images/minus.png');
}

a.important_info ul.list li a {
    text-decoration: none;
}

.important_info ul.list.dl_list {
    margin: -5px 0 5px 0;
    padding: 0 0 5px 18px;
    border-bottom: 1px solid #000;
    font-family: 'Roboto', sans-serif;
}

.important_info ul.list.dl_list li {
    display: none;
}

.important_info ul.list.dl_list li a {
    display: block;
    padding: 2px 0;
}

/* TABLE FORMAT */
#our_offices {
}

table.table {
    border-collapse: collapse;
    width: 100%;
}

table.table th {
    padding: 0 30px 0 0;
    text-align: left;
    font-weight: normal;    
}

table.table td {
    padding: 7px 5px 7px 0;
    border-bottom: 1px solid #000;
    text-align: left;
    vertical-align: top;
}

table.table td:last-child {
    padding-right: 0;
}

table tbody tr:last-child td {
    border-bottom: none;
}

table.table td.country_head {
    padding: 20px 0 3px 0;
    margin-bottom:-10px;
    border-bottom: none;
}

table#offices_table tbody tr:first-child td {
    padding-top: 0;
}

table#offices_table tbody td:last-child {
    white-space:nowrap;
    text-align: right;
}

table#offices_table tbody.subsidiary_offices tr:last-child td {
    border-bottom: 1px solid #000;
}

/* CONTACT US */
#contact_us {
    max-width: 650px;
}

/* MID DESKTOP */
@media screen and (max-width: 1280px) {
    body {
        font-size: 14px;
    }
    
    .section_col {
        max-width: 450px;
    }

    .header_bg_title {
        width: 336px;
    }

    .header_bg_title h1 {
        font-size: 70px;
        line-height: 74px;
    }

    .header_bg_title h3 {
        font-size: 22px;
    }
}

/* SMALL MID DESKTOP */
@media screen and (max-width: 1000px) {
    body {
        font-size: 14px;
    }
    
    p#footer_legal {
        font-size: 12px;
    }
}

/* SMALL DESKTOP */
@media screen and (max-width: 930px) {
    body {
        font-size: 13px;
    }
        .header_bg_title {
            width: 250px;
        }
        
        .header_bg_title h1 {
            font-size: 50px;
            line-height: 54px;
        }
        
        .header_bg_title h3 {
            font-size: 16px;
        }
}

/* TABLET -- MENU */
@media screen and (max-width: 840px) {
    
    body, p {
        font-size: 14px;
    }
    
    #top_header_inner {
        text-align: center;
    }
    
    #top_header_linkedin {
        display: inline-block;
        float: none;
    }
    
    ul#top_menu {
        margin: 0 -7px -5px 0;
        float: none;
        display: inline-block;
    }
    
    ul#top_menu li {
        font-size: 0.9em;
    }
    
    #main_header_inner {
        text-align: center;
    }
    #main_header_logo {
        float: none;
    }
    #main_header_logo_img {
        float: none;
        margin: 0 auto;
    }
    ul#main_menu {
        float: none;
        margin: 0 auto;
        clear: both;
    }
    /* FOOTER */
    ul#footer_menu {
        display: block;
        width: 100%;
    }
    #info_links {
        padding: 0 20px;
        display: block;
    }
    .info_links_col_1, .info_links_col_2, .info_links_col_3, .info_links_col_4 {
        width: 50%;
        height: auto;
        display: inline;
        float: left;
        border: none;
        padding: 20px 0;
    }
    
    .info_links_col_1, .info_links_col_3 {
        clear: left;
    }
    .info_links_col_2, .info_links_col_4 {
        clear: right;
    }
    
    .info_links_col_3, .info_links_col_4 {

    }
    
    .info_links_col_4 {
        margin: 30px 0 0 0;
    }
    
    #info_links .section_col {
        max-width: 80%;
        float: none;
        display: block !important;
    }
    
    #info_links .section_col p {
        max-width: 100% !important;
    }
    
    
    .info_links_col_2 .section_col {
        text-align: center !important;
    }
    
    p#footer_copywrite {
        
    }
    .header_title {
        text-align: center;
    }
    
    .header_title h1 {
        font-size: 50px;
    }
    div.important_info {
        padding: 0;
    }
    
    /* TEAMS */
    .team_photo {
        width: 90px;
        height: 112px;
    }
    .team_member {
        width: 100%;
    }
    .team_info {
        padding: 12px 12px 0 12px;
        width: calc(100% - 90px);
    }
}

/* MOBILE STYLES */
@media screen and (min-width: 700px) {
.mobile_only {
    display: none !important;
}
}

@media screen and (max-width: 700px) {
    
    .mobile_only {
        display: block;
    }
    
    .desktop_only {
        display: none;
    }
    
    body {
        font-size: 14px;
    }
    
    p {
        font-size: 14px;
    }
    
    h2 {
        font-size: 2em;
    }
    
    h3 {
        font-size: 1.35em;
    }
    
    h3.section_header  {
        margin-top: 20px !important;
    }
    
    #container {
        width: 100%;
        position: absolute;
        top: 67px;
    }
    
    /* TOP HEADER AND MENU */
    #top_header {
        display: none;
    }
    #main_header {
        width: 100%;
        padding: 20px;
        height: 67px;
        position: fixed;
        background: white;
        z-index: 3;
    }
    #main_header_logo {
        float: left;
    }
    img#main_header_logo_img {
        width: 250px;
        height: 27px;
    }
    #mobile_menu {
        display: inline-block;
    }
    ul#main_menu {
        display: none;
        width: 100%;
        position: fixed;
        top: 67px;
        background: url('images/transparent_white.png');
        left: 0;
        margin: 0;
        border-top: 1px solid #ccc;
        z-index: 3;
        text-align: left;
    }
    
    ul#main_menu li {
        float: none;
        display: block;
    }
    
    ul#main_menu li a {
        display: block;
        padding: 10px 20px;
        font-weight: normal;
        border-bottom: 1px solid #ccc;
    }
    
    section.header_text {
        padding: 10px 20px;
    } 
    
    /* FOOTER */
    ul#footer_menu li {
        display: block;
        float: none;
        text-align: left;
    }
    #info_links {
        padding: 0 20px;
    }
    .info_links_col_1, .info_links_col_2, .info_links_col_3, .info_links_col_4 {
        width: 100%;
        height: auto;
        display: block;
        border: none;
        border-bottom: 1px solid white;
        padding: 20px 0;
    }
    
    .info_links_col_4 {
        margin: 30px 0 0 0;
    }
    
    .info_links_col_2 .section_col {
        text-align: left !important;
    }
    
    #info_links .section_col {
        max-width: 300px !important;
        float: none;
        display: block !important;
    }
    
    #info_links .section_col p {
        max-width: 100% !important;
    }
    
    p#footer_legal, p#footer_copywrite {
        font-size: 12px;
        line-height: 16px;
    }
    /* SECTION PADDIONG */
    section.pad_30, section.pad_50, section.pad_80, div.pad_30, div.pad_50, div.pad_80 {
        padding: 20px;
    }
    

    
    /* FAQs */
    .faqs h6 {
        background-position: right 0 center;
    }
    
    /* SECTION COLUMNS */
    .section_left, .section_right {
        width: 100%;
        display: block;
        border-left: none !important;
        padding: 0;
    }
    
    .section_right.pad_30 {
        padding: 20px;
    }
    
    section h2.section_header_2, section h2.section_header {
        margin: 0 0 10px 0;
    }
    
    div.section_col {
        max-width: 100% !important;
        margin: 0 !important;
    }
    
    .section_cols ul {
        width: auto;
        text-align: center;
        float: none;
    }
    
    ul.list, .section_cols ul.list {
        text-align: left;
    }
    
    /* BUTTONS */
    a.action_button {
        margin: 20px auto;
    }
    
    .header_title {
        text-align: left;
    }
    
    .header_title h1 {
        font-size: 38px;
    }
    
        section.header {
            margin-top: 67px;
        }
        .header_bg {
            min-height: 300px;
        }
        .header_bg_title {
            width: 300px;
        }
        .header_bg_title h1 {
            font-size: 38px;
            line-height: 40px;
        }
        
        .header_bg_title h3 {
            font-size: 18px;
        }
        
    /* TABLES */
    table.table th {
        padding: 0;
    }
    table#offices_table tbody td:last-child {
        white-space: normal;
    }
    
}


@media screen and (max-width: 350px) {
    #main_header {
        min-width: 300px;
        padding: 20px 10px;
        position: absolute;
    }
    
        
    .header_title h1 {
        font-size: 34px;
    }
}

#trans_container {
    position:fixed;
    bottom:0;
    left:10px;
    z-index:2000;
    -webkit-transform:translateY(-2px);
    -moz-transform:translateY(-2px);
    transform:translateY(-2px)
  }

  #google_translate_element {
    color:transparent
  }
  #google_translate_element a {
    display:none
  }
  select.google_translate_element {
    color:#000
  }
  div.goog-te-gadget {
    color:transparent;
    color:transparent!important
  }
  .goog-te-gadget .goog-te-combo {
    margin:0!important;
    padding:4px 13px;
    background: #F58632;
    border:1px solid #fff;
    color:black;
    border-radius:5px;
    cursor:pointer;
    font-weight:600;
    outline:none;
    font-family:Rajdhani,sans-serif;
    font-size:15px;
    width:100%
  }

  #goog-gt-tt,.goog-te-banner-frame {
    display:none!important
  }
  .goog-te-menu-value:hover {
    text-decoration:none!important
  }
  .goog-text-highlight {
    background-color:transparent!important;
    -webkit-box-shadow:none!important;
    -moz-box-shadow:none!important;
    box-shadow:none!important
  }
  body {
    top:0!important
  }

  #google_translate_element2 {
    display:none!important
  }





