<!DOCTYPE html>
<html lang="en-GB" class="html_stretched responsive av-preloader-disabled av-default-lightbox  html_header_top html_logo_left html_bottom_nav_header html_menu_left html_large html_header_sticky_disabled html_header_shrinking_disabled html_header_topbar_active html_mobile_menu_tablet html_header_searchicon html_content_align_center html_header_unstick_top_disabled html_header_stretch_disabled html_minimal_header html_minimal_header_shadow html_av-submenu-hidden html_av-submenu-display-click html_av-overlay-side html_av-overlay-side-classic html_av-submenu-clone html_entry_id_241 av-cookies-consent-show-message-bar av-cookies-cookie-consent-enabled av-cookies-can-opt-out av-cookies-user-silent-accept avia-cookie-check-browser-settings av-no-preview html_text_menu_active ">
<head>
<meta charset="UTF-8" />


<!-- mobile setting -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5">

<!-- Scripts/CSS and wp_head hook -->
<title>The Fastest, Easiest, Smartest Translation Services | Straker Translations</title>

				<script type='text/javascript'>

				function avia_cookie_check_sessionStorage()
				{
					//	FF throws error when all cookies blocked !!
					var sessionBlocked = false;
					try
					{
						var test = sessionStorage.getItem( 'aviaCookieRefused' ) != null;
					}
					catch(e)
					{
						sessionBlocked = true;
					}
					
					var aviaCookieRefused = ! sessionBlocked ? sessionStorage.getItem( 'aviaCookieRefused' ) : null;
					
					var html = document.getElementsByTagName('html')[0];

					/**
					 * Set a class to avoid calls to sessionStorage
					 */
					if( sessionBlocked || aviaCookieRefused )
					{
						if( html.className.indexOf('av-cookies-session-refused') < 0 )
						{
							html.className += ' av-cookies-session-refused';
						}
					}
					
					if( sessionBlocked || aviaCookieRefused || document.cookie.match(/aviaCookieConsent/) )
					{
						if( html.className.indexOf('av-cookies-user-silent-accept') >= 0 )
						{
							 html.className = html.className.replace(/\bav-cookies-user-silent-accept\b/g, '');
						}
					}
				}

				avia_cookie_check_sessionStorage();

			</script>
			
<!-- This site is optimized with the Yoast SEO Premium plugin v13.3 - https://yoast.com/wordpress/plugins/seo/ -->
<meta name="description" content="Professional translation services with certified translators. A high-quality and great-value translation agency for all your localization and business needs"/>
<meta name="robots" content="max-snippet:-1, max-image-preview:large, max-video-preview:-1"/>
<link rel="canonical" href="https://www.strakertranslations.com/" />
<meta property="og:locale" content="en_GB" />
<meta property="og:type" content="website" />
<meta property="og:title" content="The Fastest, Easiest, Smartest Translation Services | Straker Translations" />
<meta property="og:description" content="Professional translation services with certified translators. A high-quality and great-value translation agency for all your localization and business needs" />
<meta property="og:url" content="https://www.strakertranslations.com/" />
<meta property="og:site_name" content="Straker Translations" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:description" content="Professional translation services with certified translators. A high-quality and great-value translation agency for all your localization and business needs" />
<meta name="twitter:title" content="The Fastest, Easiest, Smartest Translation Services | Straker Translations" />
<script type='application/ld+json' class='yoast-schema-graph yoast-schema-graph--main'>{"@context":"https://schema.org","@graph":[{"@type":"WebSite","@id":"https://www.strakertranslations.com/#website","url":"https://www.strakertranslations.com/","name":"Straker Translations","inLanguage":"en-GB","description":"The fastest, easiest, smartest translation","potentialAction":[{"@type":"SearchAction","target":"https://www.strakertranslations.com/?s={search_term_string}","query-input":"required name=search_term_string"}]},{"@type":"WebPage","@id":"https://www.strakertranslations.com/#webpage","url":"https://www.strakertranslations.com/","name":"The Fastest, Easiest, Smartest Translation Services | Straker Translations","isPartOf":{"@id":"https://www.strakertranslations.com/#website"},"inLanguage":"en-GB","datePublished":"2015-10-15T14:50:55+00:00","dateModified":"2020-05-17T23:23:46+00:00","description":"Professional translation services with certified translators. A high-quality and great-value translation agency for all your localization and business needs","potentialAction":[{"@type":"ReadAction","target":["https://www.strakertranslations.com/"]}]}]}</script>
<!-- / Yoast SEO Premium plugin. -->

<link rel='dns-prefetch' href='//www.strakertranslations.com' />
<link rel='dns-prefetch' href='//s.w.org' />
<link rel="alternate" type="application/rss+xml" title="Straker Translations &raquo; Feed" href="https://www.strakertranslations.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="Straker Translations &raquo; Comments Feed" href="https://www.strakertranslations.com/comments/feed/" />

<!-- google webfont font replacement -->

			<script type='text/javascript'>

				(function() {
					
					/*	check if webfonts are disabled by user setting via cookie - or user must opt in.	*/
					var html = document.getElementsByTagName('html')[0];
					var cookie_check = html.className.indexOf('av-cookies-needs-opt-in') >= 0 || html.className.indexOf('av-cookies-can-opt-out') >= 0;
					var allow_continue = true;
					var silent_accept_cookie = html.className.indexOf('av-cookies-user-silent-accept') >= 0;

					if( cookie_check && ! silent_accept_cookie )
					{
						if( ! document.cookie.match(/aviaCookieConsent/) || html.className.indexOf('av-cookies-session-refused') >= 0 )
						{
							allow_continue = false;
						}
						else
						{
							if( ! document.cookie.match(/aviaPrivacyRefuseCookiesHideBar/) )
							{
								allow_continue = false;
							}
							else if( ! document.cookie.match(/aviaPrivacyEssentialCookiesEnabled/) )
							{
								allow_continue = false;
							}
							else if( document.cookie.match(/aviaPrivacyGoogleWebfontsDisabled/) )
							{
								allow_continue = false;
							}
						}
					}
					
					if( allow_continue )
					{
						var f = document.createElement('link');
					
						f.type 	= 'text/css';
						f.rel 	= 'stylesheet';
						f.href 	= '//fonts.googleapis.com/css?family=Open+Sans:400,600';
						f.id 	= 'avia-google-webfont';

						document.getElementsByTagName('head')[0].appendChild(f);
					}
				})();
			
			</script>
					<script type="text/javascript">
			window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.strakertranslations.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.4.1"}};
			/*! This file is auto-generated */
			!function(e,a,t){var r,n,o,i,p=a.createElement("canvas"),s=p.getContext&&p.getContext("2d");function c(e,t){var a=String.fromCharCode;s.clearRect(0,0,p.width,p.height),s.fillText(a.apply(this,e),0,0);var r=p.toDataURL();return s.clearRect(0,0,p.width,p.height),s.fillText(a.apply(this,t),0,0),r===p.toDataURL()}function l(e){if(!s||!s.fillText)return!1;switch(s.textBaseline="top",s.font="600 32px Arial",e){case"flag":return!c([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])&&(!c([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!c([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]));case"emoji":return!c([55357,56424,55356,57342,8205,55358,56605,8205,55357,56424,55356,57340],[55357,56424,55356,57342,8203,55358,56605,8203,55357,56424,55356,57340])}return!1}function d(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(i=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},o=0;o<i.length;o++)t.supports[i[o]]=l(i[o]),t.supports.everything=t.supports.everything&&t.supports[i[o]],"flag"!==i[o]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[i[o]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(r=t.source||{}).concatemoji?d(r.concatemoji):r.wpemoji&&r.twemoji&&(d(r.twemoji),d(r.wpemoji)))}(window,document,window._wpemojiSettings);
		</script>
		<style type="text/css">
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
</style>
	<link rel='stylesheet' id='avia-grid-css'  href='https://www.strakertranslations.com/wp-content/themes/enfold/css/grid.css?ver=4.7.4' type='text/css' media='all' />
<link rel='stylesheet' id='avia-base-css'  href='https://www.strakertranslations.com/wp-content/themes/enfold/css/base.css?ver=4.7.4' type='text/css' media='all' />
<link rel='stylesheet' id='avia-layout-css'  href='https://www.strakertranslations.com/wp-content/themes/enfold/css/layout.css?ver=4.7.4' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-blog-css'  href='https://www.strakertranslations.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/blog/blog.css?ver=5.4.1' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-postslider-css'  href='https://www.strakertranslations.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/postslider/postslider.css?ver=5.4.1' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-button-css'  href='https://www.strakertranslations.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons/buttons.css?ver=5.4.1' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-buttonrow-css'  href='https://www.strakertranslations.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttonrow/buttonrow.css?ver=5.4.1' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-button-fullwidth-css'  href='https://www.strakertranslations.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons_fullwidth/buttons_fullwidth.css?ver=5.4.1' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-comments-css'  href='https://www.strakertranslations.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/comments/comments.css?ver=5.4.1' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-contact-css'  href='https://www.strakertranslations.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/contact/contact.css?ver=5.4.1' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-slideshow-css'  href='https://www.strakertranslations.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow/slideshow.css?ver=5.4.1' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-slideshow-contentpartner-css'  href='https://www.strakertranslations.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/contentslider/contentslider.css?ver=5.4.1' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-countdown-css'  href='https://www.strakertranslations.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/countdown/countdown.css?ver=5.4.1' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-gallery-css'  href='https://www.strakertranslations.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/gallery/gallery.css?ver=5.4.1' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-gridrow-css'  href='https://www.strakertranslations.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/grid_row/grid_row.css?ver=5.4.1' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-heading-css'  href='https://www.strakertranslations.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/heading/heading.css?ver=5.4.1' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-hr-css'  href='https://www.strakertranslations.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/hr/hr.css?ver=5.4.1' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-icon-css'  href='https://www.strakertranslations.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/icon/icon.css?ver=5.4.1' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-iconbox-css'  href='https://www.strakertranslations.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/iconbox/iconbox.css?ver=5.4.1' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-iconlist-css'  href='https://www.strakertranslations.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/iconlist/iconlist.css?ver=5.4.1' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-image-css'  href='https://www.strakertranslations.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/image/image.css?ver=5.4.1' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-masonry-css'  href='https://www.strakertranslations.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries/masonry_entries.css?ver=5.4.1' type='text/css' media='all' />
<link rel='stylesheet' id='avia-siteloader-css'  href='https://www.strakertranslations.com/wp-content/themes/enfold/css/avia-snippet-site-preloader.css?ver=5.4.1' type='text/css' media='all' />
<link rel='stylesheet' id='avia-modfule-notification-css'  href='https://www.strakertranslations.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/notification/notification.css?ver=5.4.1' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-numbers-css'  href='https://www.strakertranslations.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/numbers/numbers.css?ver=5.4.1' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-portfolio-css'  href='https://www.strakertranslations.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio/portfolio.css?ver=5.4.1' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-progress-bar-css'  href='https://www.strakertranslations.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/progressbar/progressbar.css?ver=5.4.1' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-promobox-css'  href='https://www.strakertranslations.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/promobox/promobox.css?ver=5.4.1' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-slideshow-fullsize-css'  href='https://www.strakertranslations.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_fullsize/slideshow_fullsize.css?ver=5.4.1' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-social-css'  href='https://www.strakertranslations.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/social_share/social_share.css?ver=5.4.1' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-tabsection-css'  href='https://www.strakertranslations.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/tab_section/tab_section.css?ver=5.4.1' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-tabs-css'  href='https://www.strakertranslations.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/tabs/tabs.css?ver=5.4.1' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-team-css'  href='https://www.strakertranslations.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/team/team.css?ver=5.4.1' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-testimonials-css'  href='https://www.strakertranslations.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/testimonials/testimonials.css?ver=5.4.1' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-timeline-css'  href='https://www.strakertranslations.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/timeline/timeline.css?ver=5.4.1' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-toggles-css'  href='https://www.strakertranslations.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/toggles/toggles.css?ver=5.4.1' type='text/css' media='all' />
<link rel='stylesheet' id='avia-module-video-css'  href='https://www.strakertranslations.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/video/video.css?ver=5.4.1' type='text/css' media='all' />
<link rel='stylesheet' id='wp-block-library-css'  href='https://www.strakertranslations.com/wp-includes/css/dist/block-library/style.min.css?ver=5.4.1' type='text/css' media='all' />
<link rel='stylesheet' id='avia-scs-css'  href='https://www.strakertranslations.com/wp-content/themes/enfold/css/shortcodes.css?ver=4.7.4' type='text/css' media='all' />
<link rel='stylesheet' id='avia-popup-css-css'  href='https://www.strakertranslations.com/wp-content/themes/enfold/js/aviapopup/magnific-popup.css?ver=4.7.4' type='text/css' media='screen' />
<link rel='stylesheet' id='avia-lightbox-css'  href='https://www.strakertranslations.com/wp-content/themes/enfold/css/avia-snippet-lightbox.css?ver=4.7.4' type='text/css' media='screen' />
<link rel='stylesheet' id='avia-widget-css-css'  href='https://www.strakertranslations.com/wp-content/themes/enfold/css/avia-snippet-widget.css?ver=4.7.4' type='text/css' media='screen' />
<link rel='stylesheet' id='mediaelement-css'  href='https://www.strakertranslations.com/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.13-9993131' type='text/css' media='all' />
<link rel='stylesheet' id='wp-mediaelement-css'  href='https://www.strakertranslations.com/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=5.4.1' type='text/css' media='all' />
<link rel='stylesheet' id='avia-dynamic-css'  href='https://www.strakertranslations.com/wp-content/uploads/dynamic_avia/enfold_child.css?ver=5ea9eedbaf4cf' type='text/css' media='all' />
<link rel='stylesheet' id='avia-custom-css'  href='https://www.strakertranslations.com/wp-content/themes/enfold/css/custom.css?ver=4.7.4' type='text/css' media='all' />
<link rel='stylesheet' id='avia-style-css'  href='https://www.strakertranslations.com/wp-content/themes/enfold-child/style.css?ver=4.7.4' type='text/css' media='all' />
<link rel='stylesheet' id='avia-cookie-css-css'  href='https://www.strakertranslations.com/wp-content/themes/enfold/css/avia-snippet-cookieconsent.css?ver=4.7.4' type='text/css' media='screen' />
<link rel='stylesheet' id='avia-gravity-css'  href='https://www.strakertranslations.com/wp-content/themes/enfold/config-gravityforms/gravity-mod.css?ver=4.7.4' type='text/css' media='screen' />
<script type='text/javascript' src='https://www.strakertranslations.com/wp-includes/js/jquery/jquery.js?ver=1.12.4-wp'></script>
<script type='text/javascript' src='https://www.strakertranslations.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='https://www.strakertranslations.com/wp-content/themes/enfold/js/avia-compat.js?ver=4.7.4'></script>
<link rel='https://api.w.org/' href='https://www.strakertranslations.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.strakertranslations.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.strakertranslations.com/wp-includes/wlwmanifest.xml" /> 
<meta name="generator" content="WordPress 5.4.1" />
<link rel='shortlink' href='https://www.strakertranslations.com/' />
<link rel="alternate" type="application/json+oembed" href="https://www.strakertranslations.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.strakertranslations.com%2F" />
<link rel="alternate" type="text/xml+oembed" href="https://www.strakertranslations.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.strakertranslations.com%2F&#038;format=xml" />
<link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="alternate" type="application/rss+xml" title="Straker Translations RSS2 Feed" href="https://www.strakertranslations.com/feed/" />
<link rel="pingback" href="https://www.strakertranslations.com/xmlrpc.php" />
<!--[if lt IE 9]><script src="https://www.strakertranslations.com/wp-content/themes/enfold/js/html5shiv.js"></script><![endif]-->
<link rel="icon" href="/wp-content/uploads/2019/01/touch.jpg" type="image/x-icon">
<link rel="icon" href="/wp-content/uploads/2019/01/touch.jpg" sizes="32x32" />
<link rel="icon" href="/wp-content/uploads/2019/01/touch.jpg" sizes="192x192" />
<link rel="apple-touch-icon" href="/wp-content/uploads/2019/01/touch.jpg" />
<meta name="msapplication-TileImage" content="/wp-content/uploads/2019/01/touch.jpg" />
<style type='text/css'>
@font-face {font-family: 'entypo-fontello'; font-weight: normal; font-style: normal; font-display: auto;
src: url('https://www.strakertranslations.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot');
src: url('https://www.strakertranslations.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot?#iefix') format('embedded-opentype'), 
url('https://www.strakertranslations.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.woff') format('woff'),
url('https://www.strakertranslations.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.woff2') format('woff2'),
url('https://www.strakertranslations.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.ttf') format('truetype'), 
url('https://www.strakertranslations.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.svg#entypo-fontello') format('svg');
} #top .avia-font-entypo-fontello, body .avia-font-entypo-fontello, html body [data-av_iconfont='entypo-fontello']:before{ font-family: 'entypo-fontello'; }
</style>
</head>




<body id="top" class="home page-template-default page page-id-241  rtl_columns stretched open_sans" itemscope="itemscope" itemtype="https://schema.org/WebPage" >

	
	<div id='wrap_all'>

	<!-- BANNER -->
	<div class="covid-banner">
		<div class="container covid-banner-container">
			<div class="covid-banner-title">
				<span class="av-icon-char" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span>
				Covid-19
			</div>

			<p class="covid-banner-text">We want to assure our clients that we will continue to provide you with high-quality translations and services. As we have always been driven by technology and cloud based since day 1, we are fully equipped to be working remotely, and at this time, we do not expect any disruptions to your projects.</p>
		</div>
		<div class="covid-banner-close"><span class="av-icon-char" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span></div>
	</div>
	<!-- BANNER END -->

	
<header id='header' class='all_colors header_color light_bg_color  av_header_top av_logo_left av_bottom_nav_header av_menu_left av_large av_header_sticky_disabled av_header_shrinking_disabled av_header_stretch_disabled av_mobile_menu_tablet av_header_searchicon av_header_unstick_top_disabled av_seperator_small_border av_minimal_header av_minimal_header_shadow'  role="banner" itemscope="itemscope" itemtype="https://schema.org/WPHeader" >

		<div id='header_meta' class='container_wrap container_wrap_meta  av_icon_active_main av_secondary_right av_extra_header_active av_phone_active_left av_entry_id_241'>

				  <div class='container'>
				  <nav class='sub_menu'  role="navigation" itemscope="itemscope" itemtype="https://schema.org/SiteNavigationElement" ><ul id="avia2-menu" class="menu"><li id="menu-item-24921" class="change_language_and_login_menu menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-24921"><a>Change Language</a>
<ul class="sub-menu">
	<li id="menu-item-24923" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-24923"><a href="https://www.strakertranslations.de">German</a></li>
	<li id="menu-item-24925" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-24925"><a href="https://www.straker.es">Spanish</a></li>
	<li id="menu-item-25909" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-25909"><a href="http://www.straker.jp">Japanese</a></li>
</ul>
</li>
<li id="menu-item-24963" class="change_language_and_login_menu menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-24963"><a>Logins</a>
<ul class="sub-menu">
	<li id="menu-item-24965" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-24965"><a href="https://translator.strakertranslations.com/">Translator Login</a></li>
	<li id="menu-item-24967" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-24967"><a href="https://deltaray.strakertranslations.com/">Customer Login</a></li>
</ul>
</li>
<li id="menu-item-25655" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-25655"><a href="/company/career/">Career Opportunities</a></li>
<li id="menu-item-26289" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-26289"><a href="https://help.strakertranslations.com/hc/en-us">Help Section</a></li>
<li id="menu-item-27657" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-27657"><a href="https://www.strakertranslations.com/resources/">Resources</a></li>
</ul></nav><div class='phone-info with_nav'><span> <a href='mailto:sales@strakertranslations.com'>sales@strakertranslations.com </a> | Phone: <a href='tel:+1 720 316 5967'>+1 720 316 5967</span></div>				  </div>
		</div>

		<div  id='header_main' class='container_wrap container_wrap_logo'>

		<div class='container av-logo-container'><div class='inner-container'><span class='logo'><a href='https://www.strakertranslations.com/'><img  src='/wp-content/uploads/2019/04/Straker_Logo_Horiz.png' alt='Straker Translations' title='' /></a></span><ul class='noLightbox social_bookmarks icon_count_6'><li class='social_bookmarks_twitter av-social-link-twitter social_icon_1'><a target='_blank' rel='noopener' href='http://twitter.com/strakerglobal' aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello' title='Twitter'><span class='avia_hidden_link_text'>Twitter</span></a></li><li class='social_bookmarks_facebook av-social-link-facebook social_icon_2'><a target='_blank' rel='noopener' href='https://www.facebook.com/strakertranslations/' aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello' title='Facebook'><span class='avia_hidden_link_text'>Facebook</span></a></li><li class='social_bookmarks_youtube av-social-link-youtube social_icon_3'><a target='_blank' rel='noopener' href='https://www.youtube.com/channel/UCXy-DZBUZPrVr9IneUP8I4A' aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello' title='Youtube'><span class='avia_hidden_link_text'>Youtube</span></a></li><li class='social_bookmarks_linkedin av-social-link-linkedin social_icon_4'><a target='_blank' rel='noopener' href='https://www.linkedin.com/company/strakertranslations/' aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello' title='Linkedin'><span class='avia_hidden_link_text'>Linkedin</span></a></li><li class='social_bookmarks_instagram av-social-link-instagram social_icon_5'><a target='_blank' rel='noopener' href='https://www.instagram.com/strakertranslations/' aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello' title='Instagram'><span class='avia_hidden_link_text'>Instagram</span></a></li><li class='social_bookmarks_xing av-social-link-xing social_icon_6'><a target='_blank' rel='noopener' href='https://www.xing.com/xbp/pages/straker-translations' aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello' title='Xing'><span class='avia_hidden_link_text'>Xing</span></a></li></ul></div></div><div id='header_main_alternate' class='container_wrap'><div class='container'><nav class='main_menu' data-selectname='Select a page'  role="navigation" itemscope="itemscope" itemtype="https://schema.org/SiteNavigationElement" ><div class="avia-menu av-main-nav-wrap"><ul id="avia-menu" class="menu av-main-nav"><li id="menu-item-21975" class="menu-item menu-item-type-custom menu-item-object-custom av-menu-button av-menu-button-colored menu-item-top-level menu-item-top-level-1"><a href="/order/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Get a Quote</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li>
<li id="menu-item-264" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-241 current_page_item menu-item-top-level menu-item-top-level-2"><a href="https://www.strakertranslations.com/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Home</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li>
<li id="menu-item-269" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-top-level menu-item-top-level-3"><a href="https://www.strakertranslations.com/service/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Translation Services</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a>


<ul class="sub-menu">
	<li id="menu-item-23375" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.strakertranslations.com/translation-price-guide/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Pricing</span></a></li>
	<li id="menu-item-270" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.strakertranslations.com/service/corporate/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Corporate Translations</span></a></li>
	<li id="menu-item-263" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.strakertranslations.com/service/personal/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Personal Translation</span></a></li>
	<li id="menu-item-23529" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.strakertranslations.com/service/corporate/documents/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Document Translation</span></a></li>
	<li id="menu-item-25817" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.strakertranslations.com/service/corporate/media/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Audio &#038; Video</span></a></li>
	<li id="menu-item-262" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.strakertranslations.com/service/api/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Translation Automation</span></a></li>
	<li id="menu-item-273" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.strakertranslations.com/service/machinetranslation/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Machine Translation</span></a></li>
	<li id="menu-item-27567" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="/service/cms/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">CMS Connectors</span></a></li>
	<li id="menu-item-23385" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.strakertranslations.com/service/languages/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Languages</span></a></li>
	<li id="menu-item-25695" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.strakertranslations.com/quality/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Quality</span></a></li>
</ul>
</li>
<li id="menu-item-33657" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-top-level menu-item-top-level-4"><a title="Media Localization" href="https://www.strakertranslations.com/strakermedia/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Media Localization</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a>


<ul class="sub-menu">
	<li id="menu-item-33663" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.strakertranslations.com/strakermedia/whatwedo/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Straker Media What We Do</span></a></li>
	<li id="menu-item-33661" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.strakertranslations.com/strakermedia/mediaservices/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Straker Media Services</span></a></li>
	<li id="menu-item-33659" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.strakertranslations.com/strakermedia/media-contact/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Straker Media Contact</span></a></li>
</ul>
</li>
<li id="menu-item-31439" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-top-level menu-item-top-level-5"><a href="#" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Technology</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a>


<ul class="sub-menu">
	<li id="menu-item-31455" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="/ray/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">RAY Ai Powered Platform</span></a></li>
	<li id="menu-item-31457" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.strakertranslations.com/ray/deltaray/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">DELTARAY Customer Dashboard</span></a></li>
	<li id="menu-item-31459" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.strakertranslations.com/ray/jobportal/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">RAY JOBPORTAL</span></a></li>
	<li id="menu-item-31461" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.strakertranslations.com/ray/mtplatform/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">RAY MT PLATFORM</span></a></li>
	<li id="menu-item-31463" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.strakertranslations.com/ray/workbench/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">RAY Translation WORKBENCH</span></a></li>
	<li id="menu-item-31465" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.strakertranslations.com/ray/vendorportal/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">RAY VENDOR PORTAL</span></a></li>
	<li id="menu-item-31467" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.strakertranslations.com/ray/stingray/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">STINGRAY Translation API</span></a></li>
</ul>
</li>
<li id="menu-item-266" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level menu-item-top-level-6"><a href="https://www.strakertranslations.com/projects/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Customers</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li>
<li id="menu-item-267" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-top-level menu-item-top-level-7"><a href="https://www.strakertranslations.com/company/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">About Us</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a>


<ul class="sub-menu">
	<li id="menu-item-348" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.strakertranslations.com/company/board/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Board</span></a></li>
	<li id="menu-item-349" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.strakertranslations.com/company/team/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Management Team</span></a></li>
	<li id="menu-item-268" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.strakertranslations.com/company/news/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">News</span></a></li>
</ul>
</li>
<li id="menu-item-265" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-mega-parent  menu-item-top-level menu-item-top-level-8"><a href="https://www.strakertranslations.com/contact/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Contact</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li>
<li id="menu-item-318" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-top-level menu-item-top-level-9"><a href="https://www.strakertranslations.com/company/investors/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Investors</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a>


<ul class="sub-menu">
	<li id="menu-item-32223" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.strakertranslations.com/company/investors/investor-calendar/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Investor Calendar</span></a></li>
	<li id="menu-item-25597" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.strakertranslations.com/company/investors/board-charters-and-policies/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Board charters and policies</span></a></li>
	<li id="menu-item-25595" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.strakertranslations.com/company/investors/my-shareholding/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">My Shareholding</span></a></li>
	<li id="menu-item-25593" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.strakertranslations.com/company/investors/announcements/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Announcements and Presentations</span></a></li>
</ul>
</li>
<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown menu-item-avia-special"><a aria-label="Search" href="?s=" rel="nofollow" data-avia-search-tooltip="

&lt;form role=&quot;search&quot; action=&quot;https://www.strakertranslations.com/&quot; id=&quot;searchform&quot; method=&quot;get&quot; class=&quot;&quot;&gt;
	&lt;div&gt;
		&lt;input type=&quot;submit&quot; value=&quot;&quot; id=&quot;searchsubmit&quot; class=&quot;button avia-font-entypo-fontello&quot; /&gt;
		&lt;input type=&quot;text&quot; id=&quot;s&quot; name=&quot;s&quot; value=&quot;&quot; placeholder='Search' /&gt;
			&lt;/div&gt;
&lt;/form&gt;" aria-hidden='false' data-av_icon='' data-av_iconfont='entypo-fontello'><span class="avia_hidden_link_text">Search</span></a></li><li class="av-burger-menu-main menu-item-avia-special av-small-burger-icon">
	        			<a href="#" aria-label="Menu" aria-hidden="false">
							<span class="av-hamburger av-hamburger--spin av-js-hamburger">
								<span class="av-hamburger-box">
						          <span class="av-hamburger-inner"></span>
						          <strong>Menu</strong>
								</span>
							</span>
							<span class="avia_hidden_link_text">Menu</span>
						</a>
	        		   </li></ul></div></nav></div> </div> 
		<!-- end container_wrap-->
		</div>
		<div class='header_bg'></div>

<!-- end header -->
</header>

	<div id='main' class='all_colors' data-scroll-offset='0'>

	<div id='full_slider_1'  class='avia-fullwidth-slider main_color avia-shadow   avia-builder-el-0  el_before_av_section  avia-builder-el-first   container_wrap fullsize' style=' '  ><div   data-size='featured_large'  data-lightbox_size='large'  data-animation='fade'  data-conditional_play=''  data-ids='32655'  data-video_counter='0'  data-autoplay='true'  data-bg_slider='false'  data-slide_height=''  data-handle='av_slideshow_full'  data-interval='5'  data-class=' '  data-el_id=''  data-css_id=''  data-scroll_down=''  data-control_layout='av-control-minimal'  data-custom_markup=''  data-perma_caption=''  data-autoplay_stopper='1'  data-image_attachment=''  data-min_height='0px'  data-src=''  data-position='top left'  data-repeat='no-repeat'  data-attach='scroll'  data-stretch=''  data-default-height='42'  class='avia-slideshow avia-slideshow-1  av-control-minimal av-default-height-applied avia-slideshow-featured_large av_slideshow_full   avia-fade-slider '  itemprop="image" itemscope="itemscope" itemtype="https://schema.org/ImageObject" ><ul class='avia-slideshow-inner ' style='padding-bottom: 35.928571428571%;' ><li  class=' av-single-slide slide-1 ' ><div data-rel='slideshow-1' class='avia-slide-wrap '   ><div class = "caption_fullwidth av-slideshow-caption caption_left"><div class = "container caption_container"><div class = "slideshow_caption"><div class = "slideshow_inner_caption"><div class = "slideshow_align_caption"><h2  style='font-size:36px; color:#000000; ' class='avia-caption-title  '  itemprop="name" ></p>
<div style="margin-left:80px">We are transforming the translation process using A.I. and human translators to deliver faster, lower cost and easier communication in any language. </div>
<p></h2><div class='avia-caption-content  av_inherit_color'  itemprop="description"   style='font-size:22px; color:#000000; '><div style="margin-left:80px">The fastest, easiest,<br />
  <span style="color:#0089BA">smartest translation</span></div>
</div><a href='/order-business'  class='avia-slideshow-button avia-button avia-color-theme-color avia-multi-slideshow-button' data-duration='800' data-easing='easeInOutQuad'>Business Quote</a><a href='/order-personal'  class='avia-slideshow-button avia-button avia-color-light avia-multi-slideshow-button avia-slideshow-button-2' data-duration='800' data-easing='easeInOutQuad'>Personal Quote</a></div></div></div></div></div><img src='/wp-content/uploads/2020/04/Straker-Homepage-2020.jpg' width='1400' height='503' title='Straker Homepage 2020' alt=''  itemprop="thumbnailUrl"   /><div class='av-section-color-overlay' style='opacity: 0.2; background-color: #000000; '></div></div></li></ul></div></div>
<div id='av_section_1'  class='avia-section main_color avia-section-default avia-no-border-styling  avia-bg-style-parallax  avia-builder-el-1  el_after_av_slideshow_full  el_before_av_section   container_wrap fullsize' style='background-color: #00a3da;  '  ><div class='container' ><div class='template-page content  av-content-full alpha units'><div class='post-entry post-entry-type-page post-entry-241'><div class='entry-content-wrapper clearfix'>
<div class='flex_column_table av-equal-height-column-flextable -flextable' ><div class="flex_column av_three_fourth  av-animated-generic left-to-right  flex_column_table_cell av-equal-height-column av-align-middle av-zero-column-padding first  avia-builder-el-2  el_before_av_one_fourth  avia-builder-el-first  " style='border-radius:0px; '><div  style='padding-bottom:0px; color:#ffffff;font-size:30px;' class='av-special-heading av-special-heading-h3 custom-color-heading blockquote modern-quote  avia-builder-el-3  avia-builder-el-no-sibling  av-inherit-size '><h3 class='av-special-heading-tag '  itemprop="headline"  >Since 1999 thousands of companies and individuals have trusted Straker to get their message across in any language</h3><div class='special-heading-border'><div class='special-heading-inner-border' style='border-color:#ffffff'></div></div></div></div><div class='av-flex-placeholder'></div><div class="flex_column av_one_fourth  av-animated-generic right-to-left  flex_column_table_cell av-equal-height-column av-align-middle av-zero-column-padding   avia-builder-el-4  el_after_av_three_fourth  avia-builder-el-last  " style='border-radius:0px; '><div  class='avia-button-wrap avia-button-right  avia-builder-el-5  avia-builder-el-no-sibling ' ><a href='/order-business/'  class='avia-button   avia-icon_select-no avia-color-light avia-size-large avia-position-right '   ><span class='avia_iconbox_title' >GET A QUOTE</span></a></div></div></div><!--close column table wrapper. Autoclose: 1 -->

</div></div></div><!-- close content main div --></div></div><div id='av_section_2'  class='avia-section main_color avia-section-large avia-no-border-styling  avia-bg-style-scroll  avia-builder-el-6  el_after_av_section  el_before_av_section   container_wrap fullsize' style=' '  ><div class='container' ><div class='template-page content  av-content-full alpha units'><div class='post-entry post-entry-type-page post-entry-241'><div class='entry-content-wrapper clearfix'>
<div class="flex_column av_one_third  av-animated-generic bottom-to-top  flex_column_div av-zero-column-padding first  avia-builder-el-7  el_before_av_one_third  avia-builder-el-first  " style='border-radius:0px; '><div  class='avia-image-container  av-styling-no-styling    avia-builder-el-8  el_before_av_heading  avia-builder-el-first  avia-align-center '  itemprop="image" itemscope="itemscope" itemtype="https://schema.org/ImageObject"  ><div class='avia-image-container-inner'><div class='avia-image-overlay-wrap'><a href='https://www.strakertranslations.com/service/corporate/' class='avia_image'  ><img class='avia_image ' src='/wp-content/uploads/2020/04/AI_Driven.png' alt='' title='AI_Driven'  itemprop="thumbnailUrl"  /></a></div></div></div>
<div  style='padding-bottom:0px; ' class='av-special-heading av-special-heading-h3  blockquote modern-quote  avia-builder-el-9  el_after_av_image  el_before_av_hr  '><h3 class='av-special-heading-tag '  itemprop="headline"  >Corporate Translations</h3><div class='special-heading-border'><div class='special-heading-inner-border' ></div></div></div>
<div  style=' margin-top:10px; margin-bottom:10px;'  class='hr hr-custom hr-left hr-icon-no   avia-builder-el-10  el_after_av_heading  el_before_av_textblock '><span class='hr-inner  inner-border-av-border-fat' style=' width:50px; border-color:#efbb20;' ><span class='hr-inner-style'></span></span></div>
<section class="av_textblock_section "  itemscope="itemscope" itemtype="https://schema.org/CreativeWork" ><div class='avia_textblock  '   itemprop="text" ><p><span style="color: #000000;">Fast, quality translations are critical for corporate translations. We also offer alternative pricing models (such as per hour translations) and full automation of the translation process.</span></p>
<ul>
<li><a href="/service/corporate/websites/">Websites</a></li>
<li><a href="/service/corporate/legal/">Legal</a></li>
<li><a href="/service/corporate/media">Video</a></li>
<li><a href="/service/corporate/ecommerce/">eCommerce</a></li>
<li><a href="/service/corporate/dtp">Desktop Publishing</a></li>
<li><a href="/service/corporate/marketing/">Marketing</a></li>
<li><a href="/service/corporate/">And many more</a></li>
</ul>
</div></section></div><div class="flex_column av_one_third  av-animated-generic bottom-to-top  flex_column_div av-zero-column-padding   avia-builder-el-12  el_after_av_one_third  el_before_av_one_third  " style='border-radius:0px; '><div  class='avia-image-container  av-styling-no-styling    avia-builder-el-13  el_before_av_heading  avia-builder-el-first  avia-align-center '  itemprop="image" itemscope="itemscope" itemtype="https://schema.org/ImageObject"  ><div class='avia-image-container-inner'><div class='avia-image-overlay-wrap'><a href='/api/' class='avia_image'  ><img class='avia_image ' src='/wp-content/uploads/2020/04/CMS_Automation.png' alt='' title='_CMS_Automation'  itemprop="thumbnailUrl"  /></a></div></div></div>
<div  style='padding-bottom:0px; ' class='av-special-heading av-special-heading-h3  blockquote modern-quote  avia-builder-el-14  el_after_av_image  el_before_av_hr  '><h3 class='av-special-heading-tag '  itemprop="headline"  >Translation Automation</h3><div class='special-heading-border'><div class='special-heading-inner-border' ></div></div></div>
<div  style=' margin-top:10px; margin-bottom:10px;'  class='hr hr-custom hr-left hr-icon-no   avia-builder-el-15  el_after_av_heading  el_before_av_textblock '><span class='hr-inner  inner-border-av-border-fat' style=' width:50px; border-color:#efbb20;' ><span class='hr-inner-style'></span></span></div>
<section class="av_textblock_section "  itemscope="itemscope" itemtype="https://schema.org/CreativeWork" ><div class='avia_textblock  '   itemprop="text" ><p><span style="color: #000000;">We can automate all, or part of the translation process. We have a team of experts globally to assist you with automation solutions.</span></p>
<ul>
<li><a href="/cms">CMS Connectors</a></li>
<li><a href="/service/api/magento/">Magento</a></li>
<li><a href="/service/api/wordpress/">WordPress</a></li>
<li><a href="/api">API Integration</a></li>
<li><a href="/bespoke-solutions/">Bespoke Solutions</a></li>
<li><a href="/service/machinetranslation">Machine Translation</a></li>
</ul>
</div></section></div><div class="flex_column av_one_third  av-animated-generic bottom-to-top  flex_column_div av-zero-column-padding   avia-builder-el-17  el_after_av_one_third  el_before_av_hr  " style='border-radius:0px; '><div  class='avia-image-container  av-styling-no-styling    avia-builder-el-18  el_before_av_heading  avia-builder-el-first  avia-align-center '  itemprop="image" itemscope="itemscope" itemtype="https://schema.org/ImageObject"  ><div class='avia-image-container-inner'><div class='avia-image-overlay-wrap'><a href='https://www.strakertranslations.com/service/personal/' class='avia_image'  ><img class='avia_image ' src='/wp-content/uploads/2020/04/Personal_Translations.png' alt='' title='Personal_Translations'  itemprop="thumbnailUrl"  /></a></div></div></div>
<div  style='padding-bottom:0px; ' class='av-special-heading av-special-heading-h3  blockquote modern-quote  avia-builder-el-19  el_after_av_image  el_before_av_hr  '><h3 class='av-special-heading-tag '  itemprop="headline"  >Personal Translations</h3><div class='special-heading-border'><div class='special-heading-inner-border' ></div></div></div>
<div  style=' margin-top:10px; margin-bottom:10px;'  class='hr hr-custom hr-left hr-icon-no   avia-builder-el-20  el_after_av_heading  el_before_av_textblock '><span class='hr-inner  inner-border-av-border-fat' style=' width:50px; border-color:#efbb20;' ><span class='hr-inner-style'></span></span></div>
<section class="av_textblock_section "  itemscope="itemscope" itemtype="https://schema.org/CreativeWork" ><div class='avia_textblock  '   itemprop="text" ><p><span style="color: #000000;">We offer personal translations of immigration and legal documents and can provide certified translations in more than 80 languages.</span></p>
<ul>
<li><a href="/service/personal/ecfmg/">ECFMG</a></li>
<li><a href="/service/personal/naati-translation/">NAATI Certified</a></li>
<li><a href="/service/personal/uscis-translation/">USCIS Certified</a></li>
<li><a href="/service/personal/immigration-translation/">Immigration</a></li>
<li><a href="/service/personal/legal-translation/">Legal</a></li>
</ul>
</div></section></div><div  style='height:50px' class='hr hr-invisible   avia-builder-el-22  el_after_av_one_third  el_before_av_one_half '><span class='hr-inner ' ><span class='hr-inner-style'></span></span></div>
<div class="flex_column av_one_half  flex_column_div av-zero-column-padding first  avia-builder-el-23  el_after_av_hr  el_before_av_one_half  " style='border-radius:0px; '><section class="av_textblock_section "  itemscope="itemscope" itemtype="https://schema.org/CreativeWork" ><div class='avia_textblock  '   itemprop="text" ><h3>Watch this quick video on how Straker is the right choice to cost effectively solve your translation challenges.</h3>
<div></div>
</div></section>
<div  class='avia-video avia-video-16-9   av-lazyload-immediate  av-lazyload-video-embed  '   itemprop="video" itemtype="https://schema.org/VideoObject"  data-original_url='https://strakertranslations.wistia.com/medias/gj7b46byxp' ><script type='text/html' class='av-video-tmpl'><div class='avia-iframe-wrap'><iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" src="https://fast.wistia.net/embed/iframe/gj7b46byxp?dnt=1#?secret=hRGZOuaT1F" data-secret="hRGZOuaT1F" title="data-driven Video" frameborder="0" scrolling="no" width="960" height="540"></iframe></div></script><div class='av-click-to-play-overlay'><div class="avia_playpause_icon"></div></div></div></div><div class="flex_column av_one_half  flex_column_div av-zero-column-padding   avia-builder-el-26  el_after_av_one_half  avia-builder-el-last  " style='border-radius:0px; '><div  class='avia-builder-widget-area clearfix  avia-builder-el-27  avia-builder-el-no-sibling '><div id="custom_html-2" class="widget_text widget clearfix widget_custom_html"><h3 class="widgettitle">Star Rating</h3><div class="textwidget custom-html-widget"><!-- TrustBox script -->
<script type="text/javascript" src="//widget.trustpilot.com/bootstrap/v5/tp.widget.bootstrap.min.js" async></script>
<!-- End TrustBox script -->

<!-- TrustBox widget - List -->
<div class="trustpilot-widget" data-locale="en-US" data-template-id="539ad60defb9600b94d7df2c" data-businessunit-id="5181a2c5000064000529302b" data-style-height="500px" data-style-width="100%" data-theme="light" data-stars="5">
<a href="https://www.trustpilot.com/review/www.strakertranslations.com" target="_blank">Trustpilot</a>
</div>
<!-- End TrustBox widget --></div></div></div></div>

</div></div></div><!-- close content main div --></div></div><div id='av_section_3'  class='avia-section main_color avia-section-large avia-no-border-styling  avia-bg-style-scroll  avia-builder-el-28  el_after_av_section  el_before_av_section   container_wrap fullsize' style='background-color: #f1f1f1;  '  ><div class='container' ><div class='template-page content  av-content-full alpha units'><div class='post-entry post-entry-type-page post-entry-241'><div class='entry-content-wrapper clearfix'>
<div  style='padding-bottom:0px; margin-bottom:20px; ' class='av-special-heading av-special-heading-h2  blockquote modern-quote modern-centered  avia-builder-el-29  el_before_av_one_third  avia-builder-el-first  '><h2 class='av-special-heading-tag '  itemprop="headline"  >Which Translation Project Are You After?</h2><div class='special-heading-border'><div class='special-heading-inner-border' ></div></div></div>
<div class='flex_column_table av-equal-height-column-flextable -flextable' ><div class="flex_column av_one_third  av-animated-generic bottom-to-top  flex_column_table_cell av-equal-height-column av-align-middle first  avia-builder-el-30  el_after_av_heading  el_before_av_one_third  " style='background: #ffffff; border-width:1px; border-color:#d3d3d3; border-style:solid; padding:1.25rem; background-color:#ffffff; border-radius:5px; '><div  class='avia-image-container  av-styling-    avia-builder-el-31  el_before_av_heading  avia-builder-el-first  avia-align-center '  itemprop="image" itemscope="itemscope" itemtype="https://schema.org/ImageObject"  ><div class='avia-image-container-inner'><div class='avia-image-overlay-wrap'><img class='avia_image' src='/wp-content/uploads/2018/12/personal_translation.png' alt='personal_translation' title='personal_translation' height="56" width="56"  itemprop="thumbnailUrl"  /></div></div></div>
<div  style='padding-bottom:0px; margin:5px 5px 5px 5px; ' class='av-special-heading av-special-heading-h3  blockquote modern-quote modern-centered  avia-builder-el-32  el_after_av_image  el_before_av_textblock  '><h3 class='av-special-heading-tag '  itemprop="headline"  >Personal Translations</h3><div class='special-heading-border'><div class='special-heading-inner-border' ></div></div></div>
<section class="av_textblock_section "  itemscope="itemscope" itemtype="https://schema.org/CreativeWork" ><div class='avia_textblock  '   itemprop="text" ><p class="card-text" style="text-align: center;">Everything from Birth, Death and Marriage Certificates, Passports, Driver’s Licenses, CVs, Immigration Documents and more.</p>
<p class="card-text" style="text-align: center;">You will receive a professional translation for your personal use.</p>
</div></section>
<div  class='avia-button-wrap avia-button-center  avia-builder-el-34  el_after_av_textblock  avia-builder-el-last ' ><a href='/order-personal/' class='avia-button   avia-icon_select-no avia-color-custom avia-size-large avia-position-center ' target="_blank" style='background-color:#162d40; border-color:#162d40; color:#ffffff; ' rel="noopener noreferrer"><span class='avia_iconbox_title' >SELECT</span></a></div></div><div class='av-flex-placeholder'></div><div class="flex_column av_one_third  av-animated-generic bottom-to-top  flex_column_table_cell av-equal-height-column av-align-middle   avia-builder-el-35  el_after_av_one_third  avia-builder-el-last  " style='background: #ffffff; border-width:1px; border-color:#d3d3d3; border-style:solid; padding:1.25rem; background-color:#ffffff; border-radius:5px; '><div  class='avia-image-container  av-styling-    avia-builder-el-36  el_before_av_heading  avia-builder-el-first  avia-align-center '  itemprop="image" itemscope="itemscope" itemtype="https://schema.org/ImageObject"  ><div class='avia-image-container-inner'><div class='avia-image-overlay-wrap'><img class='avia_image' src='/wp-content/uploads/2018/12/business_translation.png' alt='' title='business_translation' height="53" width="60"  itemprop="thumbnailUrl"  /></div></div></div>
<div  style='padding-bottom:0px; margin:5px 5px 5px 5px; ' class='av-special-heading av-special-heading-h3  blockquote modern-quote modern-centered  avia-builder-el-37  el_after_av_image  el_before_av_textblock  '><h3 class='av-special-heading-tag '  itemprop="headline"  >Business Translation</h3><div class='special-heading-border'><div class='special-heading-inner-border' ></div></div></div>
<section class="av_textblock_section "  itemscope="itemscope" itemtype="https://schema.org/CreativeWork" ><div class='avia_textblock  '   itemprop="text" ><p class="card-text" style="text-align: center;">All types of Business Translations, including Marketing, Sales, Legal, Financial, Medical, General Business Documents and more.</p>
<p style="text-align: center;">You will receive a professional translation for your business use.</p>
</div></section>
<div  class='avia-button-wrap avia-button-center  avia-builder-el-39  el_after_av_textblock  avia-builder-el-last ' ><a href='/order-business/' class='avia-button   avia-icon_select-no avia-color-custom avia-size-large avia-position-center ' target="_blank" style='background-color:#162d40; border-color:#162d40; color:#ffffff; ' rel="noopener noreferrer"><span class='avia_iconbox_title' >SELECT</span></a></div></div></div><!--close column table wrapper. Autoclose: 1 -->

</div></div></div><!-- close content main div --></div></div><div id='av_section_4'  class='avia-section main_color avia-section-large avia-no-border-styling  avia-bg-style-scroll  avia-builder-el-40  el_after_av_section  avia-builder-el-last   av-minimum-height av-minimum-height-custom  container_wrap fullsize' style=' '  ><div class='container' style='height:500px'><div class='template-page content  av-content-full alpha units'><div class='post-entry post-entry-type-page post-entry-241'><div class='entry-content-wrapper clearfix'>
<div  style='padding-bottom:0px; ' class='av-special-heading av-special-heading-h2  blockquote modern-quote modern-centered  avia-builder-el-41  el_before_av_hr  avia-builder-el-first  '><h2 class='av-special-heading-tag '  itemprop="headline"  >Featured Work</h2><div class='special-heading-border'><div class='special-heading-inner-border' ></div></div></div>
<div  style=' margin-top:5px; margin-bottom:35px;'  class='hr hr-custom hr-center hr-icon-no   avia-builder-el-42  el_after_av_heading  el_before_av_masonry_entries  avia-builder-el-last '><span class='hr-inner  inner-border-av-border-fat' style=' width:50px; border-color:#efbb20;' ><span class='hr-inner-style'></span></span></div>
<div id='av-masonry-1' class='av-masonry  noHover av-fixed-size av-large-gap av-hover-overlay-active av-masonry-animation-active av-masonry-col-3 av-caption-on-hover av-caption-style-    '  ><div class='av-masonry-container isotope av-js-disabled ' ><div class='av-masonry-entry isotope-item av-masonry-item-no-image '></div><a href="https://www.strakertranslations.com/portfolio-item/nissan-academy/" id='av-masonry-1-item-27343' data-av-masonry-item='27343' class='av-masonry-entry isotope-item post-27343 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_entries-clients  av-masonry-item-with-image' title="nissan-logo-40960-41924-hd-wallpapers"  itemscope="itemscope" itemtype="https://schema.org/CreativeWork" ><div class='av-inner-masonry-sizer'></div><figure class='av-inner-masonry main_color'><div class="av-masonry-outerimage-container"><div class="av-masonry-image-container" style="background-image: url(/wp-content/uploads/2019/06/nissan-logo-40960-41924-hd-wallpapers-705x597.jpg);" title="nissan-logo-40960-41924-hd-wallpapers" ></div></div><figcaption class='av-inner-masonry-content site-background'><div class='av-inner-masonry-content-pos'><div class='av-inner-masonry-content-pos-content'><div class='avia-arrow'></div><h3 class='av-masonry-entry-title entry-title '  itemprop="headline" >Nissan Academy</h3></div></div></figcaption></figure></a><!--end av-masonry entry--><a href="https://www.strakertranslations.com/portfolio-item/the-universitat-politecnica-de-catalunya/" id='av-masonry-1-item-23927' data-av-masonry-item='23927' class='av-masonry-entry isotope-item post-23927 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_entries-clients  av-masonry-item-with-image' title="upc-1"  itemscope="itemscope" itemtype="https://schema.org/CreativeWork" ><div class='av-inner-masonry-sizer'></div><figure class='av-inner-masonry main_color'><div class="av-masonry-outerimage-container"><div class="av-masonry-image-container" style="background-image: url(/wp-content/uploads/2019/01/upc-1.jpg);" title="upc-1" ></div></div><figcaption class='av-inner-masonry-content site-background'><div class='av-inner-masonry-content-pos'><div class='av-inner-masonry-content-pos-content'><div class='avia-arrow'></div><h3 class='av-masonry-entry-title entry-title '  itemprop="headline" >The Universitat Politècnica de Catalunya</h3></div></div></figcaption></figure></a><!--end av-masonry entry--><a href="https://www.strakertranslations.com/portfolio-item/aecom/" id='av-masonry-1-item-22291' data-av-masonry-item='22291' class='av-masonry-entry isotope-item post-22291 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_entries-clients  av-masonry-item-with-image' title="aecomlogo"  itemscope="itemscope" itemtype="https://schema.org/CreativeWork" ><div class='av-inner-masonry-sizer'></div><figure class='av-inner-masonry main_color'><div class="av-masonry-outerimage-container"><div class="av-masonry-image-container" style="background-image: url(/wp-content/uploads/2018/12/aecomlogo.png);" title="aecomlogo" ></div></div><figcaption class='av-inner-masonry-content site-background'><div class='av-inner-masonry-content-pos'><div class='av-inner-masonry-content-pos-content'><div class='avia-arrow'></div><h3 class='av-masonry-entry-title entry-title '  itemprop="headline" >AECOM</h3></div></div></figcaption></figure></a><!--end av-masonry entry--><a href="https://www.strakertranslations.com/portfolio-item/seat/" id='av-masonry-1-item-245' data-av-masonry-item='245' class='av-masonry-entry isotope-item post-245 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_entries-clients  av-masonry-item-with-image' title="ateca-705&#215;490"  itemscope="itemscope" itemtype="https://schema.org/CreativeWork" ><div class='av-inner-masonry-sizer'></div><figure class='av-inner-masonry main_color'><div class="av-masonry-outerimage-container"><div class="av-masonry-image-container" style="background-image: url(/wp-content/uploads/2018/10/ateca-705x490-705x490.jpg);" title="ateca-705&#215;490" ></div></div><figcaption class='av-inner-masonry-content site-background'><div class='av-inner-masonry-content-pos'><div class='av-inner-masonry-content-pos-content'><div class='avia-arrow'></div><h3 class='av-masonry-entry-title entry-title '  itemprop="headline" >SEAT</h3></div></div></figcaption></figure></a><!--end av-masonry entry--><a href="https://www.strakertranslations.com/portfolio-item/sustainable-apparel-coalition/" id='av-masonry-1-item-244' data-av-masonry-item='244' class='av-masonry-entry isotope-item post-244 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_entries-clients  av-masonry-item-with-image' title="IMG_2125_preview-705&#215;470"  itemscope="itemscope" itemtype="https://schema.org/CreativeWork" ><div class='av-inner-masonry-sizer'></div><figure class='av-inner-masonry main_color'><div class="av-masonry-outerimage-container"><div class="av-masonry-image-container" style="background-image: url(/wp-content/uploads/2018/10/IMG_2125_preview-705x470-705x470.jpeg);" title="IMG_2125_preview-705&#215;470" ></div></div><figcaption class='av-inner-masonry-content site-background'><div class='av-inner-masonry-content-pos'><div class='av-inner-masonry-content-pos-content'><div class='avia-arrow'></div><h3 class='av-masonry-entry-title entry-title '  itemprop="headline" >Sustainable Apparel Coalition (SAC)</h3></div></div></figcaption></figure></a><!--end av-masonry entry--><a href="https://www.strakertranslations.com/portfolio-item/casestudy-mitutoyo/" id='av-masonry-1-item-94' data-av-masonry-item='94' class='av-masonry-entry isotope-item post-94 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_entries-clients  av-masonry-item-with-image' title="Mitutoyo"  itemscope="itemscope" itemtype="https://schema.org/CreativeWork" ><div class='av-inner-masonry-sizer'></div><figure class='av-inner-masonry main_color'><div class="av-masonry-outerimage-container"><div class="av-masonry-image-container" style="background-image: url(/wp-content/uploads/2018/10/Mitutoyo.png);" title="Mitutoyo" ></div></div><figcaption class='av-inner-masonry-content site-background'><div class='av-inner-masonry-content-pos'><div class='av-inner-masonry-content-pos-content'><div class='avia-arrow'></div><h3 class='av-masonry-entry-title entry-title '  itemprop="headline" >Mitutoyo</h3></div></div></figcaption></figure></a><!--end av-masonry entry--></div></div>

</div></div></div><!-- close content main div --> <!-- section close by builder template -->		</div><!--end builder template--></div><!-- close default .container_wrap element -->						<div class='container_wrap footer_color' id='footer'>

					<div class='container'>

						<div class='flex_column av_one_fourth  first el_before_av_one_fourth'><section id="text-5" class="widget clearfix widget_text"><h3 class="widgettitle">Contact NZ &#038; AUS</h3>			<div class="textwidget"><div><strong>AUCKLAND</strong><br />
Level 2, Building 3<br />
61 Constellation Drive<br />
Rosedale, Auckland, 0632<br />
New Zealand<br />
Phone: +64 9 801 0648</p>
</div>
<p><strong>GISBORNE</strong><br />
Level 1, 131 Gladstone Road<br />
Gisborne, 4010<br />
New Zealand<br />
Phone: +64 9 801 0648</p>
<p><strong>SYDNEY</strong><br />
Level 26<br />
44 Market Street<br />
Sydney NSW 2000<br />
Australia<br />
Phone: +61 2 8015 2744</p>
</div>
		<span class="seperator extralight-border"></span></section><section id="text-9" class="widget clearfix widget_text">			<div class="textwidget"><div><a href="/terms-conditions/">Terms &amp; Conditions</a></div>
<div><a href="/privacy-policy-and-gdpr-compliance/">Privacy Policy and GDPR Compliance</a></div>
<div><a href="/wp-content/uploads/2019/07/StrakerGroup_POLICY008-Quality-Statement-V1.pdf">Straker Group Quality Statement</a></div>
</div>
		<span class="seperator extralight-border"></span></section><section id="avia_socialcount-2" class="widget clearfix avia_socialcount"><a href='http://twitter.com/@strakerglobal/' class='asc_twitter asc_multi_count'><span class='social_widget_icon' aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello'></span><strong class='asc_count'>Follow</strong><span>on Twitter</span></a><span class="seperator extralight-border"></span></section><section id="avia_fb_likebox-3" class="widget clearfix avia_fb_likebox"><h3 class="widgettitle">Follow us on Facebook</h3><div class='av_facebook_widget_wrap ' ><div class="fb-page" data-width="500" data-href="https://www.facebook.com/strakertranslations" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true" data-show-posts="false"><div class="fb-xfbml-parse-ignore"></div></div></div><span class="seperator extralight-border"></span></section></div><div class='flex_column av_one_fourth  el_after_av_one_fourth  el_before_av_one_fourth '><section id="text-4" class="widget clearfix widget_text"><h3 class="widgettitle">CONTACT UK &#038; EUROPE</h3>			<div class="textwidget"><p><strong>LONDON</strong><br />
71-75 Shelton Street<br />
Covent Garden<br />
London, WC2H 9JQ,<br />
United Kingdom<br />
&#8211; By appointment only<br />
Phone: +44 845 591 1640<br />
Freephone: +44 800 069 8425</p>
<p><strong>IRELAND</strong><br />
GR-103<br />
Block D, Iveagh Court<br />
Harcourt Road, Dublin 2<br />
Co. Dublin, Ireland<br />
&#8211; By appointment only<br />
Phone: +353 1 691 7864</p>
<p><strong>BARCELONA</strong><br />
Carrer Galileu, 303, 6th Floor,<br />
08028 Barcelona, Spain<br />
Phone: +34 9 3220 2215</p>
<p><strong>MADRID</strong><br />
<strong>Straker Translations / Straker Media</strong><br />
Calle Bravo Murillo, 153<br />
28020 Madrid, Spain<br />
&#8211; By appointment only<br />
Phone: +34 911 592 789</p>
<p><strong>VITORIA-GASTEIZ</strong><br />
Nueva Dentro, 33 A 01001<br />
Vitoria-Gasteiz Álava/Araba,<br />
Basque Country, Spain<br />
&#8211; By appointment only</p>
<p><strong>KIEL</strong><br />
Holstenstraße 104,<br />
24103 Kiel, Germany<br />
Phone: +49 431 99042 0<br />
&#8211; By appointment only</p>
<p><strong>COLOGNE</strong><br />
Luxemburger Straße 82-86,<br />
50354 Hürth, Germany<br />
Phone: +49 2233 994 0014<br />
&#8211; By appointment only</p>
</div>
		<span class="seperator extralight-border"></span></section></div><div class='flex_column av_one_fourth  el_after_av_one_fourth  el_before_av_one_fourth '><section id="text-6" class="widget clearfix widget_text"><h3 class="widgettitle">CONTACT JAPAN</h3>			<div class="textwidget"><p><strong>JAPAN</strong><br />
Straker Japan K.K.<br />
32F Shinjuku Nomura Bldg.<br />
1-26-2 Nishi-Shinjuku,<br />
Shinjuku-Ku Tokyo 163-0532<br />
– By appointment only<br />
Phone: +81 3 5322 1334</p>
</div>
		<span class="seperator extralight-border"></span></section></div><div class='flex_column av_one_fourth  el_after_av_one_fourth  el_before_av_one_fourth '><section id="text-8" class="widget clearfix widget_text"><h3 class="widgettitle">CONTACT USA</h3>			<div class="textwidget"><p><strong>BURBANK</strong><br />
<strong>Straker Translations / Straker Media</strong><br />
150 East Olive Avenue,<br />
Suite 211, Burbank,<br />
91502, California<br />
Phone: +1 213 550 3908</p>
<p><strong>DENVER</strong><br />
1630 Welton Street,<br />
Suite 729,<br />
Denver, CO 80202<br />
Phone: +1 720 316 5967</p>
<p>For a list of all our office locations, please <strong><a href="/contact/office-locations/">click here</a></strong></p>
</div>
		<span class="seperator extralight-border"></span></section></div>

					</div>


				<!-- ####### END FOOTER CONTAINER ####### -->
				</div>

	

			
				<footer class='container_wrap socket_color' id='socket'  role="contentinfo" itemscope="itemscope" itemtype="https://schema.org/WPFooter" >
                    <div class='container'>

                        <span class='copyright'>&copy; Copyright  - <a href='https://www.strakertranslations.com/'>Straker Translations</a></span>

                        
                    </div>

	            <!-- ####### END SOCKET CONTAINER ####### -->
				</footer>


					<!-- end main -->
		</div>

		<!-- end wrap_all --></div>

<a href='#top' title='Scroll to top' id='scroll-top-link' aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello'><span class="avia_hidden_link_text">Scroll to top</span></a>

<div id="fb-root"></div>

<div class="avia-cookie-consent-wrap" aria-hidden="true"><div class='avia-cookie-consent cookiebar-hidden  avia-cookiemessage-bottom'  aria-hidden='true'  data-contents='ebffa479df4ff412778b03c5d7474adb||v1.0' ><div class="container"><p class='avia_cookie_text'>We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.</p><a href='#' class='avia-button avia-color-theme-color-highlight avia-cookie-consent-button avia-cookie-consent-button-1  avia-cookie-close-bar ' >I accept</a><a href='/privacy-policy-and-gdpr-compliance/' class='avia-button avia-color-theme-color-highlight avia-cookie-consent-button avia-cookie-consent-button-2 av-extra-cookie-btn  avia-cookie-link-btn ' >Privacy policy</a></div></div><div id='av-consent-extra-info' class='av-inline-modal main_color avia-hide-popup-close'><div  style='padding-bottom:10px; margin:10px 0 0 0; ' class='av-special-heading av-special-heading-h3  blockquote modern-quote  '><h3 class='av-special-heading-tag '  itemprop="headline"  >Cookie and Privacy Settings</h3><div class='special-heading-border'><div class='special-heading-inner-border' ></div></div></div><br /><div  style=' margin-top:0px; margin-bottom:0px;'  class='hr hr-custom hr-left hr-icon-no  '><span class='hr-inner  inner-border-av-border-thin' style=' width:100%;' ><span class='hr-inner-style'></span></span></div><br /><div  class="tabcontainer   sidebar_tab sidebar_tab_left noborder_tabs ">
<section class="av_tab_section" ><div aria-controls="tab-id-1" role="tab" tabindex="0" data-fake-id="#tab-id-1" class="tab active_tab" >How we use cookies</div>
<div id="tab-id-1-container" class="tab_content active_tab_content" aria-hidden="false">
<div class="tab_inner_content invers-color" >
<p>We may request cookies to be set on your device. We use cookies to let us know when you visit our websites, how you interact with us, to enrich your user experience, and to customize your relationship with our website. </p>
<p>Click on the different category headings to find out more. You can also change some of your preferences. Note that blocking some types of cookies may impact your experience on our websites and the services we are able to offer.</p>

</div>
</div>
</section>
<section class="av_tab_section" ><div aria-controls="tab-id-2" role="tab" tabindex="0" data-fake-id="#tab-id-2" class="tab " >Essential Website Cookies</div>
<div id="tab-id-2-container" class="tab_content " aria-hidden="true">
<div class="tab_inner_content invers-color" >
<p>These cookies are strictly necessary to provide you with services available through our website and to use some of its features.</p>
<p>Because these cookies are strictly necessary to deliver the website, refuseing them will have impact how our site functions. You always can block or delete cookies by changing your browser settings and force blocking all cookies on this website. But this will always prompt you to accept/refuse cookies when revisiting our site.</p>
<p>We fully respect if you want to refuse cookies but to avoid asking you again and again kindly allow us to store a cookie for that. You are free to opt out any time or opt in for other cookies to get a better experience. If you refuse cookies we will remove all set cookies in our domain.</p>
<p>We provide you with a list of stored cookies on your computer in our domain so you can check what we stored. Due to security reasons we are not able to show or modify cookies from other domains. You can check these in your browser security settings.</p>
<div class="av-switch-aviaPrivacyRefuseCookiesHideBar av-toggle-switch av-cookie-disable-external-toggle av-cookie-save-checked av-cookie-default-checked"><label><input type="checkbox" checked="checked" id="aviaPrivacyRefuseCookiesHideBar" class="aviaPrivacyRefuseCookiesHideBar " name="aviaPrivacyRefuseCookiesHideBar" ><span class="toggle-track"></span><span class="toggle-label-content">Check to enable permanent hiding of message bar and refuse all cookies if you do not opt in. We need 2 cookies to store this setting. Otherwise you will be prompted again when opening a new browser window or new a tab.</span></label></div>
<div class="av-switch-aviaPrivacyEssentialCookiesEnabled av-toggle-switch av-cookie-disable-external-toggle av-cookie-save-checked av-cookie-default-checked"><label><input type="checkbox" checked="checked" id="aviaPrivacyEssentialCookiesEnabled" class="aviaPrivacyEssentialCookiesEnabled " name="aviaPrivacyEssentialCookiesEnabled" ><span class="toggle-track"></span><span class="toggle-label-content">Click to enable/disable essential site cookies.</span></label></div>

</div>
</div>
</section>
<section class="av_tab_section" ><div aria-controls="tab-id-3" role="tab" tabindex="0" data-fake-id="#tab-id-3" class="tab " >Other external services</div>
<div id="tab-id-3-container" class="tab_content " aria-hidden="true">
<div class="tab_inner_content invers-color" >
<p>We also use different external services like Google Webfonts, Google Maps, and external Video providers. Since these providers may collect personal data like your IP address we allow you to block them here. Please be aware that this might heavily reduce the functionality and appearance of our site. Changes will take effect once you reload the page.</p>
<p>Google Webfont Settings:</p>
<div class="av-switch-aviaPrivacyGoogleWebfontsDisabled av-toggle-switch av-cookie-disable-external-toggle av-cookie-save-unchecked av-cookie-default-checked"><label><input type="checkbox" checked="checked" id="aviaPrivacyGoogleWebfontsDisabled" class="aviaPrivacyGoogleWebfontsDisabled " name="aviaPrivacyGoogleWebfontsDisabled" ><span class="toggle-track"></span><span class="toggle-label-content">Click to enable/disable Google Webfonts.</span></label></div>
<p>Google Map Settings:</p>
<div class="av-switch-aviaPrivacyGoogleMapsDisabled av-toggle-switch av-cookie-disable-external-toggle av-cookie-save-unchecked av-cookie-default-checked"><label><input type="checkbox" checked="checked" id="aviaPrivacyGoogleMapsDisabled" class="aviaPrivacyGoogleMapsDisabled " name="aviaPrivacyGoogleMapsDisabled" ><span class="toggle-track"></span><span class="toggle-label-content">Click to enable/disable Google Maps.</span></label></div>
<p>Google reCaptcha Settings:</p>
<div class="av-switch-aviaPrivacyGoogleReCaptchaDisabled av-toggle-switch av-cookie-disable-external-toggle av-cookie-save-unchecked av-cookie-default-checked"><label><input type="checkbox" checked="checked" id="aviaPrivacyGoogleReCaptchaDisabled" class="aviaPrivacyGoogleReCaptchaDisabled " name="aviaPrivacyGoogleReCaptchaDisabled" ><span class="toggle-track"></span><span class="toggle-label-content">Click to enable/disable Google reCaptcha.</span></label></div>
<p>Vimeo and Youtube video embeds:</p>
<div class="av-switch-aviaPrivacyVideoEmbedsDisabled av-toggle-switch av-cookie-disable-external-toggle av-cookie-save-unchecked av-cookie-default-checked"><label><input type="checkbox" checked="checked" id="aviaPrivacyVideoEmbedsDisabled" class="aviaPrivacyVideoEmbedsDisabled " name="aviaPrivacyVideoEmbedsDisabled" ><span class="toggle-track"></span><span class="toggle-label-content">Click to enable/disable video embeds.</span></label></div>

</div>
</div>
</section>
</div>
<div class="avia-cookie-consent-modal-buttons-wrap"><a href='#' class='avia-button avia-color-theme-color-highlight avia-cookie-consent-button avia-cookie-consent-button-3  avia-cookie-close-bar avia-cookie-consent-modal-button'  title="Allow to use cookies, you always can modify used cookies and services" >Accept settings</a><a href='#' class='avia-button avia-color-theme-color-highlight avia-cookie-consent-button avia-cookie-consent-button-4 av-extra-cookie-btn avia-cookie-consent-modal-button avia-cookie-hide-notification'  title="Do not allow to use cookies or services - some functionality on our site might not work as expected." >Hide notification only</a></div></div></div>
 <script type='text/javascript'>
 /* <![CDATA[ */  
var avia_framework_globals = avia_framework_globals || {};
    avia_framework_globals.frameworkUrl = 'https://www.strakertranslations.com/wp-content/themes/enfold/framework/';
    avia_framework_globals.installedAt = 'https://www.strakertranslations.com/wp-content/themes/enfold/';
    avia_framework_globals.ajaxurl = 'https://www.strakertranslations.com/wp-admin/admin-ajax.php';
/* ]]> */ 
</script>
 
 
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v2.7";
  fjs.parentNode.insertBefore(js, fjs);
}(document, "script", "facebook-jssdk"));</script><link rel='stylesheet' id='straker-custom-css'  href='https://www.strakertranslations.com/wp-content/themes/enfold-child/assets/styles/straker-custom.css?ver=1' type='text/css' media='all' />
<link rel='stylesheet' id='media-banner-css'  href='https://www.strakertranslations.com/wp-content/themes/enfold-child/assets/styles/media-banner.css?ver=1.1' type='text/css' media='all' />
<script type='text/javascript' src='https://www.strakertranslations.com/wp-content/themes/enfold/js/avia.js?ver=4.7.4'></script>
<script type='text/javascript' src='https://www.strakertranslations.com/wp-content/themes/enfold/js/shortcodes.js?ver=4.7.4'></script>
<script type='text/javascript' src='https://www.strakertranslations.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/contact/contact.js?ver=5.4.1'></script>
<script type='text/javascript' src='https://www.strakertranslations.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow/slideshow.js?ver=5.4.1'></script>
<script type='text/javascript' src='https://www.strakertranslations.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/countdown/countdown.js?ver=5.4.1'></script>
<script type='text/javascript' src='https://www.strakertranslations.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/gallery/gallery.js?ver=5.4.1'></script>
<script type='text/javascript' src='https://www.strakertranslations.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/iconlist/iconlist.js?ver=5.4.1'></script>
<script type='text/javascript' src='https://www.strakertranslations.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio/isotope.js?ver=5.4.1'></script>
<script type='text/javascript' src='https://www.strakertranslations.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries/masonry_entries.js?ver=5.4.1'></script>
<script type='text/javascript' src='https://www.strakertranslations.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/notification/notification.js?ver=5.4.1'></script>
<script type='text/javascript' src='https://www.strakertranslations.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/numbers/numbers.js?ver=5.4.1'></script>
<script type='text/javascript' src='https://www.strakertranslations.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio/portfolio.js?ver=5.4.1'></script>
<script type='text/javascript' src='https://www.strakertranslations.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/progressbar/progressbar.js?ver=5.4.1'></script>
<script type='text/javascript' src='https://www.strakertranslations.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow/slideshow-video.js?ver=5.4.1'></script>
<script type='text/javascript' src='https://www.strakertranslations.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/tab_section/tab_section.js?ver=5.4.1'></script>
<script type='text/javascript' src='https://www.strakertranslations.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/tabs/tabs.js?ver=5.4.1'></script>
<script type='text/javascript' src='https://www.strakertranslations.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/testimonials/testimonials.js?ver=5.4.1'></script>
<script type='text/javascript' src='https://www.strakertranslations.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/timeline/timeline.js?ver=5.4.1'></script>
<script type='text/javascript' src='https://www.strakertranslations.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/toggles/toggles.js?ver=5.4.1'></script>
<script type='text/javascript' src='https://www.strakertranslations.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/video/video.js?ver=5.4.1'></script>
<script type='text/javascript' src='https://www.strakertranslations.com/wp-includes/js/jquery/ui/effect.min.js?ver=1.11.4'></script>
<script type='text/javascript' src='https://www.strakertranslations.com/wp-includes/js/jquery/ui/effect-highlight.min.js?ver=1.11.4'></script>
<script type='text/javascript' src='https://www.strakertranslations.com/wp-content/plugins/straker_oauth/assets/jquery-cookie/src/jquery.cookie.js?ver=1.4.1'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var Gianism = {"admin":""};
/* ]]> */
</script>
<script type='text/javascript' src='https://www.strakertranslations.com/wp-content/plugins/straker_oauth/assets/compass/js/public-notice.min.js?ver=0.0.1'></script>
<script type='text/javascript' src='https://www.strakertranslations.com/wp-content/themes/enfold/js/aviapopup/jquery.magnific-popup.min.js?ver=4.7.4'></script>
<script type='text/javascript' src='https://www.strakertranslations.com/wp-content/themes/enfold/js/avia-snippet-lightbox.js?ver=4.7.4'></script>
<script type='text/javascript' src='https://www.strakertranslations.com/wp-content/themes/enfold/js/avia-snippet-megamenu.js?ver=4.7.4'></script>
<script type='text/javascript' src='https://www.strakertranslations.com/wp-content/themes/enfold/js/avia-snippet-widget.js?ver=4.7.4'></script>
<script type='text/javascript'>
var mejsL10n = {"language":"en","strings":{"mejs.download-file":"Download File","mejs.install-flash":"You are using a browser that does not have Flash player enabled or installed. Please turn on your Flash player plugin or download the latest version from https:\/\/get.adobe.com\/flashplayer\/","mejs.fullscreen":"Fullscreen","mejs.play":"Play","mejs.pause":"Pause","mejs.time-slider":"Time Slider","mejs.time-help-text":"Use Left\/Right Arrow keys to advance one second, Up\/Down arrows to advance ten seconds.","mejs.live-broadcast":"Live Broadcast","mejs.volume-help-text":"Use Up\/Down Arrow keys to increase or decrease volume.","mejs.unmute":"Unmute","mejs.mute":"Mute","mejs.volume-slider":"Volume Slider","mejs.video-player":"Video Player","mejs.audio-player":"Audio Player","mejs.captions-subtitles":"Captions\/Subtitles","mejs.captions-chapters":"Chapters","mejs.none":"None","mejs.afrikaans":"Afrikaans","mejs.albanian":"Albanian","mejs.arabic":"Arabic","mejs.belarusian":"Belarusian","mejs.bulgarian":"Bulgarian","mejs.catalan":"Catalan","mejs.chinese":"Chinese","mejs.chinese-simplified":"Chinese (Simplified)","mejs.chinese-traditional":"Chinese (Traditional)","mejs.croatian":"Croatian","mejs.czech":"Czech","mejs.danish":"Danish","mejs.dutch":"Dutch","mejs.english":"English","mejs.estonian":"Estonian","mejs.filipino":"Filipino","mejs.finnish":"Finnish","mejs.french":"French","mejs.galician":"Galician","mejs.german":"German","mejs.greek":"Greek","mejs.haitian-creole":"Haitian Creole","mejs.hebrew":"Hebrew","mejs.hindi":"Hindi","mejs.hungarian":"Hungarian","mejs.icelandic":"Icelandic","mejs.indonesian":"Indonesian","mejs.irish":"Irish","mejs.italian":"Italian","mejs.japanese":"Japanese","mejs.korean":"Korean","mejs.latvian":"Latvian","mejs.lithuanian":"Lithuanian","mejs.macedonian":"Macedonian","mejs.malay":"Malay","mejs.maltese":"Maltese","mejs.norwegian":"Norwegian","mejs.persian":"Persian","mejs.polish":"Polish","mejs.portuguese":"Portuguese","mejs.romanian":"Romanian","mejs.russian":"Russian","mejs.serbian":"Serbian","mejs.slovak":"Slovak","mejs.slovenian":"Slovenian","mejs.spanish":"Spanish","mejs.swahili":"Swahili","mejs.swedish":"Swedish","mejs.tagalog":"Tagalog","mejs.thai":"Thai","mejs.turkish":"Turkish","mejs.ukrainian":"Ukrainian","mejs.vietnamese":"Vietnamese","mejs.welsh":"Welsh","mejs.yiddish":"Yiddish"}};
</script>
<script type='text/javascript' src='https://www.strakertranslations.com/wp-includes/js/mediaelement/mediaelement-and-player.min.js?ver=4.2.13-9993131'></script>
<script type='text/javascript' src='https://www.strakertranslations.com/wp-includes/js/mediaelement/mediaelement-migrate.min.js?ver=5.4.1'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var _wpmejsSettings = {"pluginPath":"\/wp-includes\/js\/mediaelement\/","classPrefix":"mejs-","stretching":"responsive"};
/* ]]> */
</script>
<script type='text/javascript' src='https://www.strakertranslations.com/wp-includes/js/mediaelement/wp-mediaelement.min.js?ver=5.4.1'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var AviaPrivacyCookieConsent = {"?":"Usage unknown","aviaCookieConsent":"Use and storage of Cookies has been accepted - restrictions set in other cookies","aviaPrivacyRefuseCookiesHideBar":"Hide cookie message bar on following page loads and refuse cookies if not allowed - aviaPrivacyEssentialCookiesEnabled must be set","aviaPrivacyEssentialCookiesEnabled":"Allow storage of site essential cookies and other cookies and use of features if not opt out","aviaPrivacyVideoEmbedsDisabled":"Do not allow video embeds","aviaPrivacyGoogleTrackingDisabled":"Do not allow Google Analytics","aviaPrivacyGoogleWebfontsDisabled":"Do not allow Google Webfonts","aviaPrivacyGoogleMapsDisabled":"Do not allow Google Maps","aviaPrivacyGoogleReCaptchaDisabled":"Do not allow Google reCaptcha","aviaPrivacyMustOptInSetting":"Settings are for users that must opt in for cookies and services","PHPSESSID":"Operating site internal cookie - Keeps track of your session","XDEBUG_SESSION":"Operating site internal cookie - PHP Debugger session cookie","wp-settings*":"Operating site internal cookie","wordpress*":"Operating site internal cookie","tk_ai*":"Shop internal cookie","woocommerce*":"Shop internal cookie","wp_woocommerce*":"Shop internal cookie","wp-wpml*":"Needed to manage different languages"};
var AviaPrivacyCookieAdditionalData = {"cookie_refuse_button_alert":"When refusing all cookies this site might not be able to work as expected. Please check our settings page and opt out for cookies or functions you do not want to use and accept cookies. You will be shown this message every time you open a new window or a new tab.\n\nAre you sure you want to continue?","no_cookies_found":"No accessable cookies found in domain","admin_keep_cookies":["PHPSESSID","wp-*","wordpress*","XDEBUG*"],"remove_custom_cookies":[],"no_lightbox":"We need a lightbox to show the modal popup. Please enable the built in lightbox in Theme Options Tab or include your own modal window plugin.\\n\\nYou need to connect this plugin in JavaScript with callback wrapper functions - see avia_cookie_consent_modal_callback in file enfold\\js\\avia-snippet-cookieconsent.js "};
/* ]]> */
</script>
<script type='text/javascript' src='https://www.strakertranslations.com/wp-content/themes/enfold/js/avia-snippet-cookieconsent.js?ver=4.7.4'></script>
<script type='text/javascript' src='https://yourir.info/a739d002bd9a0f61.js?ver=3'></script>
<script type='text/javascript' src='https://www.strakertranslations.com/wp-content/themes/enfold-child/assets/scripts/straker.js?ver=1.1'></script>
<script type='text/javascript' src='https://www.strakertranslations.com/wp-content/themes/enfold-child/assets/scripts/frontpage_msg_update.js?ver=1.1'></script>
<script type='text/javascript' src='https://www.strakertranslations.com/wp-includes/js/wp-embed.min.js?ver=5.4.1'></script>
<script type='text/javascript'>function av_privacy_cookie_setter( cookie_name ) {var cookie_check = jQuery('html').hasClass('av-cookies-needs-opt-in') || jQuery('html').hasClass('av-cookies-can-opt-out');var toggle = jQuery('.' + cookie_name);toggle.each(function(){var container = jQuery(this).closest('.av-toggle-switch');if( cookie_check && ! document.cookie.match(/aviaCookieConsent/) ){this.checked = container.hasClass( 'av-cookie-default-checked' );}else if( cookie_check && document.cookie.match(/aviaCookieConsent/) && ! document.cookie.match(/aviaPrivacyEssentialCookiesEnabled/) && cookie_name != 'aviaPrivacyRefuseCookiesHideBar' ){if( cookie_name == 'aviaPrivacyEssentialCookiesEnabled' ){this.checked = false;}else{this.checked = container.hasClass( 'av-cookie-default-checked' );}}else{if( container.hasClass('av-cookie-save-checked') ){this.checked = document.cookie.match(cookie_name) ? true : false;}else{this.checked = document.cookie.match(cookie_name) ? false : true;}}});jQuery('.' + 'av-switch-' + cookie_name).addClass('active');toggle.on('click', function(){/* sync if more checkboxes exist because user added them to normal page content */var check = this.checked;jQuery('.' + cookie_name).each( function(){this.checked = check;});var silent_accept_cookie = jQuery('html').hasClass('av-cookies-user-silent-accept');if( ! silent_accept_cookie && cookie_check && ! document.cookie.match(/aviaCookieConsent/) || sessionStorage.getItem( 'aviaCookieRefused' ) ){return;}var container = jQuery(this).closest('.av-toggle-switch');var action = '';if( container.hasClass('av-cookie-save-checked') ){action = this.checked ? 'save' : 'remove';}else{action = this.checked ? 'remove' : 'save';}if('remove' == action){document.cookie = cookie_name + '=; Path=/; Expires=Thu, 01 Jan 1970 00:00:01 GMT;';}else{var theDate = new Date();var oneYearLater = new Date( theDate.getTime() + 31536000000 );document.cookie = cookie_name + '=true; Path=/; Expires='+oneYearLater.toGMTString()+';';}});}; av_privacy_cookie_setter('aviaPrivacyRefuseCookiesHideBar');  av_privacy_cookie_setter('aviaPrivacyEssentialCookiesEnabled');  av_privacy_cookie_setter('aviaPrivacyGoogleWebfontsDisabled');  av_privacy_cookie_setter('aviaPrivacyGoogleMapsDisabled');  av_privacy_cookie_setter('aviaPrivacyGoogleReCaptchaDisabled');  av_privacy_cookie_setter('aviaPrivacyVideoEmbedsDisabled'); </script><!-- Google Analytics Code -->
<script>
    (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
    (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
    m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
    })(window,document,'script','/wp-content/themes/enfold-child/assets/scripts/analytics.js','ga');

    ga('create', 'UA-24606757-1', 'auto');
    ga('send', 'pageview');
</script>

<!-- Global site tag (gtag.js) - Google Ads: 985354379 -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-985354379"></script>
<script>
 window.dataLayer = window.dataLayer || [];
 function gtag(){dataLayer.push(arguments);}
 gtag('js', new Date());
 gtag('config', 'AW-985354379');
</script>

<!-- Start of strakertranslations Zendesk Widget script -->
<script id="ze-snippet" src="https://static.zdassets.com/ekr/snippet.js?key=28b85f4a-ff70-4a33-9a5b-4924f5e1d789"> </script>
<!-- End of strakertranslations Zendesk Widget script -->

<!-- Gosquared Code -->
<script>
  !function(g,s,q,r,d){r=g[r]=g[r]||function(){(r.q=r.q||[]).push(
  arguments)};d=s.createElement(q);q=s.getElementsByTagName(q)[0];
  d.src='//d1l6p2sc9645hc.cloudfront.net/tracker.js';q.parentNode.
  insertBefore(d,q)}(window,document,'script','_gs');
  _gs('GSN-632489-A');
</script>

<!-- MRP Code -->
<script async src="https://tracker.mrpfd.com/tracker.js"></script>

<!-- LinkedIn Code -->
<script type="text/javascript">
_linkedin_partner_id = "1960540";
window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || [];
window._linkedin_data_partner_ids.push(_linkedin_partner_id);
</script><script type="text/javascript">
(function(){var s = document.getElementsByTagName("script")[0];
var b = document.createElement("script");
b.type = "text/javascript";b.async = true;
b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js";
s.parentNode.insertBefore(b, s);})();
</script>
<noscript>
<img height="1" width="1" style="display:none;" alt="" src="https://px.ads.linkedin.com/collect/?pid=1960540&fmt=gif" />
</noscript>
</body>
</html>
