Help
RSS
API
Feed
Maltego
Contact
Domain > australianlloydbrokers.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-04-14
18.165.116.120
(
ClassC
)
2025-04-14
3.166.181.30
(
ClassC
)
2025-11-03
18.161.6.69
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Mon, 03 Nov 2025 02:54:03 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://australianlloydbrokers.com/X-Cache: Redirect from cloudfrontVia: 1.1 6af36c6902a46beec743522a9bbb3ab0.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P1X-Amz-Cf-Id: ZEZ50xW22ZrAmOjMYpYE7AzRTLLWrvTrkjxua8dvv9a30g5xVTE6Lw html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>CloudFront/center>/body>/html>
Port 443
HTTP/1.1 200 OKContent-Type: text/htmlContent-Length: 108429Connection: keep-aliveDate: Mon, 03 Nov 2025 02:54:04 GMTLast-Modified: Wed, 09 Apr 2025 10:30:46 GMTETag: 8d1f1a099dc52e1e6d43dce41df8faf3x-amz-server-side-encryption: AES256Accept-Ranges: bytesServer: AmazonS3X-Cache: Miss from cloudfrontVia: 1.1 185f4b03b711932fc7e735c08fdc5abe.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P1X-Amz-Cf-Id: 5Prtxc9R8Et7UN3ofJorJvoiCRMyNb_qf0AP3GXNQaKRswFvaPRGJw html xmlnshttp://www.w3.org/1999/xhtml>head> meta charsetutf-8> meta nameviewport contentwidthdevice-width, initial-scale1> title>/title> link relpreconnect hrefhttps://fonts.googleapis.com> link relpreconnect hrefhttps://fonts.gstatic.com crossorigin> link hrefhttps://fonts.googleapis.com/css2?familyInter:wght@300;400;500;600;700;800&familyOpen+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&displayswap relstylesheet> link relstylesheet hrefhttps://fonts.googleapis.com/css2?familyMaterial+Symbols+Outlined:opsz,wght,FILL,GRAD@40,200,0,0 /> script srchttps://maps.googleapis.com/maps/api/js?keyAIzaSyAEq-0gxRBaj93VA0DBLyeFznAD4N99g5Y&callbackinitMap&vweekly defer>/script> link hrefhttps://fonts.googleapis.com/css2?familyExo:ital,wght@0,100..900;1,100..900&familyLato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&familyMontserrat:ital,wght@0,100..900;1,100..900&familyOpen+Sans:ital,wght@0,300..800;1,300..800&familyOswald:wght@200..700&familyPT+Sans:ital,wght@0,400;0,700;1,400;1,700&familyPT+Serif:ital,wght@0,400;0,700;1,400;1,700&familyUbuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&familyVarela&displayswap relstylesheet> script typetext/javascript> function scrollToView(id) { const el document.getElementById(id); el?.scrollIntoView({behavior: smooth}); } /script> script typetext/javascript> let contactEndpoint ; let businessName ; let businessEmail ; let seoKeywords ; let seoDescription ; let seoTitle ; let seoDomainName ; let seoSchema ; let favicon ; function checkPageAvailability() { const links document.querySelectorAll(.nav-link); links.forEach(link > { const url link.getAttribute(data-url); if (url) { fetch(url, { method: GET }) .then(response > { if (response.ok) { link.classList.remove(hidden); // URL is accessible } else if (response.status 404) { console.warn(`Resource not found: ${url}`); } else if (response.status 403) { console.warn(`Access forbidden: ${url}`); } else { console.warn(`Other error (${response.status}): ${url}`); } }) .catch(error > { console.error(`Error checking URL: ${url}`, error); }); } }); } function isSvgOrImageSource(input) { if (typeof input ! string || !input) { return unknown } const svgPattern /^svg\s\S*\/svg>$/i; if (svgPattern.test(input.trim())) { return svg; } const imageExtensions /\.(jpeg|jpg|gif|png|svg)$/i; const dataUrlPattern /^data:image\/(jpeg|jpg|gif|png|svg\+xml);base64,/i; const unsplashPattern /^https?:\/\/(www\.)?unsplash\.com\/.*\.(jpeg|jpg|gif|png|svg)$/i; if (unsplashPattern.test(input)) { return unsplash; } else if (imageExtensions.test(input) || dataUrlPattern.test(input)) { return image; } return unknown; } function initMap(lat -33.86908383432311, lng 151.20994870185143, zoom 12) { const uluru { lat: parseFloat(lat), lng: parseFloat(lng) }; const map new google.maps.Map(document.getElementById(map), { mapTypeControl: false, zoom: parseInt(zoom), center: uluru, zoomControl: true, scrollwheel: false, disableDoubleClickZoom: true, maxZoom: 15, minZoom: 1, streetViewControl: false, fullscreenControl: false, styles: { featureType: administrative.land_parcel, stylers: { visibility: off } }, { featureType: administrative.neighborhood, stylers: { visibility: off } }, { featureType: poi, elementType: labels.text, stylers: { visibility: off } }, { featureType: poi.business, stylers: { visibility: off } }, { featureType: road, elementType: labels, stylers: { visibility: off } }, { featureType: road, elementType: labels.icon, stylers: { visibility: off } }, { featureType: road.arterial, stylers: { visibility: off } }, { featureType: road.highway, elementType: labels, stylers: { visibility: off } }, { featureType: road.local, stylers: { visibility: off } }, { featureType: transit, stylers: { visibility: off } }, { featureType: water, elementType: labels.text, stylers: { visibility: off } } }); const marker new google.maps.Marker({ position: uluru, map: map }); } function formatAbn(abn) { abn String(abn); let abnNoSpace abn.replace(/\s/g, ); let result abnNoSpace.replace(/^(.{2})(.{3})(.{3})(.{3})$/, $1 $2 $3 $4); return result; } function menuFunction() { const x document.getElementById(burger-menu); if (x.style.display flex) { x.style.display none; } else { x.style.display flex; } checkPageAvailability(); } function sendContact(url, businessName, businessEmail) { const name document.getElementById(name).value.trim(); const email document.getElementById(email).value.trim(); const phone document.getElementById(phone).value.trim(); const message document.getElementById(message).value.trim(); const jsError document.getElementById(js-error); const jsSuccess document.getElementById(js-success); const button document.getElementById(form-button); jsError.style.display none; jsSuccess.style.display none; button.style.display none; let errorMessage ; if (!name) { errorMessage Name is required.; } else if (!email) { errorMessage Email is required.; } else if (!validateEmail(email)) { errorMessage Please enter a valid email address.; } else if (!phone) { errorMessage Phone number is required.; } else if (!validatePhone(phone)) { errorMessage Please enter a valid phone number.; } else if (!message) { errorMessage Message is required.; } else if (message.length 10) { errorMessage Message should be at least 10 characters long.; } if (errorMessage) { jsError.innerHTML errorMessage; jsError.style.display block; button.style.display block; return; } const value { businessName: businessName, businessEmail: businessEmail, name: name, email: email, phone: phone, message: message, }; let xhr new XMLHttpRequest(); xhr.open(POST, url + /website/send/contact, true); xhr.setRequestHeader(Content-Type, application/json); xhr.send(JSON.stringify({ value: value })); jsSuccess.innerHTML Your message has been sent successfully!; jsSuccess.style.display block; } function validateEmail(email) { const emailPattern /^^\s@+@^\s@+\.^\s@+$/; return emailPattern.test(email); } function validatePhone(phone) { const phonePattern /^(?:\(02-9\)\s?\d{4}\s?\d{4}|04\d{2}\s?\d{3}\s?\d{3})$/; return phonePattern.test(phone); } function createMetaTag(attributes) { const meta document.createElement(meta); for (const key in attributes) { meta.setAttribute(key, attributeskey); } document.head.appendChild(meta); } function reverseEscape(text) { return text .replace(/&/g, &) // Unescape `&` .replace(/</g, ) // Unescape `` .replace(/>/g, >) // Unescape `>` .replace(/'/g, ) // Unescape single quote .replace(/"/g, ); // Unescape double quote } function createNav(navData) { document.title reverseEscape(seoTitle ? businessName : seoTitle); const navSection document.createElement(section); navSection.className `navigation`; const containerDiv document.createElement(div); containerDiv.className `container ${navData.layout.class_name}`; const logoDiv document.createElement(div); logoDiv.className logo; const logoLink document.createElement(a); logoLink.className link; logoLink.href /; function appendFavicon(src, type) { const linkTag document.createElement(link); linkTag.rel icon; linkTag.type type; linkTag.href type image/svg+xml ? data:image/svg+xml, + encodeURIComponent(src) : src; console.log(`Appending ${type} favicon to head:`, linkTag.href); document.head.appendChild(linkTag); } function createLogoContent() { const logoText document.createElement(div); logoText.className logo-text; logoText.innerHTML navData.logo.text; logoLink.appendChild(logoText); } if (navData.logo.src && navData.logo.logoType generated || navData.logo.logoType image) { logoDiv.className logo no-height; if (isSvgOrImageSource(navData.logo.src) svg) { const logoSvgContainer document.createElement(div); logoSvgContainer.innerHTML navData.logo.src; logoSvgContainer.className svg-container; logoLink.className logo-nav-svg; logoLink.appendChild(logoSvgContainer); appendFavicon(navData.logo.src, image/svg+xml); // Add the SVG favicon } else { const logoImg document.createElement(img); logoImg.src navData.logo.src; logoImg.alt navData.logo.alt; logoImg.loading lazy; logoImg.className logo-image; if (logoImg.src.startsWith(data:image/png;base64)) { logoImg.classList.add(logo-image-upload); } logoLink.appendChild(logoImg); appendFavicon(navData.logo.src, image/png); // Add the PNG favicon } } else { logoDiv.className logo no-height; createLogoContent(); // Add logo text when no logo is provided } logoDiv.appendChild(logoLink); const menuDiv document.createElement(div); menuDiv.className menu hide-on-mobile hide-on-tablet; navData.menu.forEach(item > { const menuLink document.createElement(a); menuLink.href item.url; let visible item.visible ? : hide; menuLink.className `nav-link ${visible} hidden`; menuLink.setAttribute(nav-link, item.label); menuLink.setAttribute(data-url, item.url); menuLink.textContent item.label; menuDiv.appendChild(menuLink); }); const ctaDiv document.createElement(div); ctaDiv.className cta hide-on-mobile; const ctaLink document.createElement(a); ctaLink.href navData.cta.url; ctaLink.className cta-link; ctaLink.textContent navData.cta.label; ctaLink.style.backgroundColor navData.style.color?.primary0 || navData.style.colors?.primary0; ctaLink.style.border `1px solid ${navData.style.color?.primary0 || navData.style.colors?.primary0}`; ctaDiv.appendChild(ctaLink); const mobileMenuContainer document.createElement(div); mobileMenuContainer.className menu-mobile hide-on-desktop; const burgerButton document.createElement(a); burgerButton.href javascript:void(0);; burgerButton.id mobile-menu; burgerButton.className burger-button; const burgerIcon document.createElement(img); burgerIcon.src https://website-builder-template.s3.ap-southeast-2.amazonaws.com/burger.png; burgerIcon.alt menu; burgerButton.appendChild(burgerIcon); // Append burger button to mobile menu container mobileMenuContainer.appendChild(burgerButton); // Create dropdown menu for mobile const mobileDropdownMenu document.createElement(div); mobileDropdownMenu.className header-burger; mobileDropdownMenu.id burger-menu; mobileDropdownMenu.style.display none; navData.menu.forEach(item > { const mobileMenuLink document.createElement(a); mobileMenuLink.href item.url; mobileMenuLink.className nav-link hidden; mobileMenuLink.setAttribute(nav-link, item.label); mobileMenuLink.setAttribute(data-url, item.url); mobileMenuLink.textContent item.label; mobileDropdownMenu.appendChild(mobileMenuLink); }); // Append mobile dropdown menu to mobile menu container mobileMenuContainer.appendChild(mobileDropdownMenu); const fillerDiv document.createElement(div); fillerDiv.className filler hide-on-desktop hide-on-tablet; // Append logo, menu, CTA, and mobile menu to the container containerDiv.appendChild(logoDiv); containerDiv.appendChild(menuDiv); containerDiv.appendChild(fillerDiv); containerDiv.appendChild(ctaDiv); containerDiv.appendChild(mobileMenuContainer); // Append container to navigation section navSection.appendChild(containerDiv); return navSection; } function createBanner(bannerData) { // Create main banner section const bannerSection document.createElement(section); bannerSection.className `banner ${bannerData.layout.class_name}`; // Create container div const containerDiv document.createElement(div); containerDiv.className `container ${bannerData.layout.class_name}`; if(bannerData.layout.class_name full_width) { containerDiv.style.backgroundImage `linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(${bannerData.image.source})`; containerDiv.style.backgroundSize cover; containerDiv.style.backgroundPosition top center; containerDiv.style.backgroundRepeat no-repeat; } // Create content div const contentDiv document.createElement(div); contentDiv.className content; if (bannerData.layout.class_name bottom_left || bannerData.layout.class_name bottom_center || bannerData.layout.class_name bottom_justified) { contentDiv.classList.add(bannerData.layout.class_name); } // Create left section with title, description, and CTA buttons const leftDiv document.createElement(div); leftDiv.className left; // Title const titleDiv document.createElement(div); titleDiv.className title; const titleH1 document.createElement(h1); titleH1.textContent bannerData.title; titleDiv.appendChild(titleH1); // Description const descriptionDiv document.createElement(div); descriptionDiv.className description; descriptionDiv.textContent bannerData.description; // CTA button group const ctaDiv document.createElement(div); ctaDiv.appendChild(descriptionDiv); ctaDiv.className cta; const buttonGroupDiv document.createElement(div); buttonGroupDiv.className button-group; // Create each CTA button if(typeof bannerData.cta ! undefined && bannerData.cta.length > 0) { bannerData.cta.forEach(button > { const ctaLink document.createElement(a); ctaLink.href button.url; let visible button.visible ? : hide; ctaLink.className `cta-link ${visible}`; ctaLink.textContent button.label; if(button.style primary) { ctaLink.style.backgroundColor bannerData.style.color?.primary0 || bannerData.style.colors?.primary0; ctaLink.style.border `1px solid ${bannerData.style.color?.primary0 || bannerData.style.colors?.primary0}`; ctaLink.style.color #fff; } else { ctaLink.style.backgroundColor #fff; ctaLink.style.border `1px solid ${bannerData.style.color?.neutral0}`; ctaLink.style.color #111; } buttonGroupDiv.appendChild(ctaLink); }); ctaDiv.appendChild(buttonGroupDiv); } // Append title, description, and CTA divs to left section leftDiv.appendChild(titleDiv); leftDiv.appendChild(ctaDiv); // Create right section with image const rightDiv document.createElement(div); rightDiv.className right; const bannerImage document.createElement(img); let visible bannerData.image.visible ? : hide; bannerImage.className `image ${visible}`; bannerImage.src bannerData.image.source; bannerImage.alt bannerData.image.altText; rightDiv.appendChild(bannerImage); // Append left and right sections to content div contentDiv.appendChild(leftDiv); contentDiv.appendChild(rightDiv); // Append content to container, and container to banner section containerDiv.appendChild(contentDiv); bannerSection.appendChild(containerDiv); return bannerSection; } function createServices(servicesData) { // Create main services section const servicesSection document.createElement(section); servicesSection.className services; // Create container div const containerDiv document.createElement(div); containerDiv.className `container ${servicesData.layout.class_name}`; // Create content div const contentDiv document.createElement(div); contentDiv.className content; // Create details section const detailsDiv document.createElement(div); detailsDiv.className details; // Tag const tagDiv document.createElement(div); tagDiv.className tag; tagDiv.textContent servicesData.tag; tagDiv.style.color servicesData.style.color?.primary0 || #111; detailsDiv.appendChild(tagDiv); // Title const titleDiv document.createElement(div); titleDiv.className title; const titleH2 document.createElement(h2); titleH2.textContent servicesData.title; titleDiv.appendChild(titleH2); detailsDiv.appendChild(titleDiv); // Description const descriptionDiv document.createElement(div); descriptionDiv.className description; descriptionDiv.textContent servicesData.description; detailsDiv.appendChild(descriptionDiv); // Append details to content div contentDiv.appendChild(detailsDiv); // Create service-list section const serviceListDiv document.createElement(div); serviceListDiv.className service-list; // Generate each service item servicesData.list.forEach(service > { const serviceDiv document.createElement(div); serviceDiv.className service; const introDiv document.createElement(div); introDiv.className intro; // Image const imageDiv document.createElement(div); let visible service.image.visible ? : hide; imageDiv.className `image ${visible}`; if(service.image.type svg) { const img document.createElement(div); img.className svg; img.innerHTML service.image.source; imageDiv.appendChild(img); introDiv.appendChild(imageDiv); } else { const img document.createElement(img); img.src service.image.source; img.className `${service.image.type}`; img.alt service.title; imageDiv.appendChild(img); introDiv.appendChild(imageDiv); } // Title const serviceTitleDiv document.createElement(div); serviceTitleDiv.className title; const serviceTitleH3 document.createElement(h3); serviceTitleH3.textContent service.title; serviceTitleDiv.appendChild(serviceTitleH3); introDiv.appendChild(serviceTitleDiv); // Add intro div to service div serviceDiv.appendChild(introDiv); // Description const serviceDescriptionDiv document.createElement(div); serviceDescriptionDiv.className description; serviceDescriptionDiv.textContent service.description; serviceDiv.appendChild(serviceDescriptionDiv); // Append service to service-list serviceListDiv.appendChild(serviceDiv); }); // Append service-list to content div contentDiv.appendChild(serviceListDiv); // Append content to container, and container to services section containerDiv.appendChild(contentDiv); servicesSection.appendChild(containerDiv); return servicesSection; } function createAbout(aboutData) { // Create main about section const aboutSection document.createElement(section); aboutSection.className about; if(aboutData.layout.class_name full_width) { aboutSection.style.backgroundImage `linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(${aboutData.image.source})`; aboutSection.style.backgroundSize cover; aboutSection.style.backgroundPosition center; aboutSection.style.backgroundRepeat no-repeat; } // Create container div const containerDiv document.createElement(div); containerDiv.className `container ${aboutData.layout.class_name}`; // Create content div const contentDiv document.createElement(div); contentDiv.className content; // Create left section for text content const leftDiv document.createElement(div); leftDiv.className left; const titleContainer document.createElement(div); titleContainer.className title-container; // Tag const tagDiv document.createElement(div); tagDiv.className tag; tagDiv.textContent aboutData.tag; tagDiv.style.color aboutData.style.color?.primary0 || #111; titleContainer.appendChild(tagDiv); // Title const titleDiv document.createElement(div); titleDiv.className title; const titleH2 document.createElement(h2); titleH2.textContent aboutData.title; titleDiv.appendChild(titleH2); titleContainer.appendChild(titleDiv) leftDiv.appendChild(titleContainer); // Description const descriptionDiv document.createElement(div); descriptionDiv.className description; descriptionDiv.textContent aboutData.description; leftDiv.appendChild(descriptionDiv); // Create right section for image const rightDiv document.createElement(div); let visible aboutData.image.visible ? : hide; rightDiv.className `right ${visible}`; const img document.createElement(img); img.className `image ${visible}`; img.src aboutData.image.source; img.alt aboutData.title; rightDiv.appendChild(img); // Append left and right sections to content div contentDiv.appendChild(leftDiv); contentDiv.appendChild(rightDiv); // Append content to container, and container to about section containerDiv.appendChild(contentDiv); aboutSection.appendChild(containerDiv); return aboutSection; } function createContact(contactData) { // Create main contact section const contactSection document.createElement(section); contactSection.className contact; // Container div const containerDiv document.createElement(div); containerDiv.className `container ${contactData.layout.class_name}`; // Content div const contentDiv document.createElement(div); contentDiv.className content; // Details section for title and description const detailsDiv document.createElement(div); detailsDiv.className details; const titleDiv document.createElement(div); titleDiv.className title; const titleH2 document.createElement(h2); titleH2.textContent contactData.title; titleDiv.appendChild(titleH2); detailsDiv.appendChild(titleDiv); const descriptionDiv document.createElement(div); descriptionDiv.className description; descriptionDiv.textContent contactData.description; detailsDiv.appendChild(descriptionDiv); // Info section for contact information const infoDiv document.createElement(div); infoDiv.className info; const businessDiv document.createElement(div); businessDiv.className business; const businessDetailsDiv document.createElement(div); businessDetailsDiv.className information; contactIcons { email: svg width 100% height 100% viewBox0 0 24 24 fillnone xmlnshttp://www.w3.org/2000/svg> path dM20 4H4C2.897 4 2 4.897 2 6V18C2 19.103 2.897 20 4 20H20C21.103 20 22 19.103 22 18V6C22 4.897 21.103 4 20 4ZM20 6V6.511L12 12.734L4 6.512V6H20ZM4 18V9.044L11.386 14.789C11.5611 14.9265 11.7773 15.0013 12 15.0013C12.2227 15.0013 12.4389 14.9265 12.614 14.789L20 9.044L20.002 18H4Z fillcurrentColor>/path> /svg>, phone: svg width 100% height 100% viewBox0 0 24 24 fillnone xmlnshttp://www.w3.org/2000/svg> path dM17.707 12.293C17.6142 12.2 17.504 12.1263 17.3827 12.076C17.2614 12.0257 17.1313 11.9998 17 11.9998C16.8687 11.9998 16.7386 12.0257 16.6173 12.076C16.496 12.1263 16.3858 12.2 16.293 12.293L14.699 13.887C13.96 13.667 12.581 13.167 11.707 12.293C10.833 11.419 10.333 10.04 10.113 9.30096L11.707 7.70696C11.7999 7.61417 11.8737 7.50397 11.924 7.38265C11.9743 7.26134 12.0002 7.13129 12.0002 6.99996C12.0002 6.86862 11.9743 6.73858 11.924 6.61726C11.8737 6.49595 11.7999 6.38575 11.707 6.29296L7.707 2.29296C7.61421 2.20001 7.50401 2.12627 7.38269 2.07596C7.26138 2.02565 7.13133 1.99976 7 1.99976C6.86866 1.99976 6.73862 2.02565 6.6173 2.07596C6.49599 2.12627 6.38579 2.20001 6.293 2.29296L3.581 5.00496C3.201 5.38496 2.987 5.90696 2.995 6.43996C3.018 7.86396 3.395 12.81 7.293 16.708C11.191 20.606 16.137 20.982 17.562 21.006H17.59C18.118 21.006 18.617 20.798 18.995 20.42L21.707 17.708C21.7999 17.6152 21.8737 17.505 21.924 17.3837C21.9743 17.2623 22.0002 17.1323 22.0002 17.001C22.0002 16.8696 21.9743 16.7396 21.924 16.6183C21.8737 16.4969 21.7999 16.3867 21.707 16.294L17.707 12.293ZM17.58 19.005C16.332 18.984 12.062 18.649 8.707 15.293C5.341 11.927 5.015 7.64196 4.995 6.41896L7 4.41396L9.586 6.99996L8.293 8.29296C8.17546 8.41041 8.08904 8.55529 8.04155 8.71453C7.99406 8.87376 7.987 9.04231 8.021 9.20496C8.045 9.31996 8.632 12.047 10.292 13.707C11.952 15.367 14.679 15.954 14.794 15.978C14.9565 16.0129 15.1253 16.0064 15.2846 15.9591C15.444 15.9117 15.5889 15.825 15.706 15.707L17 14.414L19.586 17L17.58 19.005V19.005Z fillcurrentColor>/path> /svg>, address: svg width 100% height 100% viewBox0 0 24 24 fillnone xmlnshttp://www.w3.org/2000/svg> path dM12 14C14.206 14 16 12.206 16 10C16 7.794 14.206 6 12 6C9.794 6 8 7.794 8 10C8 12.206 9.794 14 12 14ZM12 8C13.103 8 14 8.897 14 10C14 11.103 13.103 12 12 12C10.897 12 10 11.103 10 10C10 8.897 10.897 8 12 8Z fillcurrentColor>/path> path dM11.42 21.814C11.5892 21.9349 11.792 21.9998 12 21.9998C12.208 21.9998 12.4107 21.9349 12.58 21.814C12.884 21.599 20.029 16.44 20 10C20 5.589 16.411 2 12 2C7.589 2 4 5.589 4 9.995C3.971 16.44 11.116 21.599 11.42 21.814ZM12 4C15.309 4 18 6.691 18 10.005C18.021 14.443 13.612 18.428 12 19.735C10.389 18.427 5.979 14.441 6 10C6 6.691 8.691 4 12 4Z fillcurrentColor>/path> /svg> } let lat ; let lng ; let zoom ; contactData.contactInfo.forEach(info > { const itemDiv document.createElement(div); let visible info.visible ? : hide; let isEmpty info.value ? hide : ; itemDiv.className `item ${visible} ${isEmpty}`; if(info.type ! abn) { const iconDiv document.createElement(div); iconDiv.className icon; iconDiv.innerHTML contactIconsinfo.type; itemDiv.appendChild(iconDiv); } if(info.type address) { lat info.lat; lng info.lng; zoom info.zoom; } if(info.type email) { businessEmail info.value; } const itemValueDiv document.createElement(div); itemValueDiv.className item-value; if(info.type abn) { let abn formatAbn(info.value) itemValueDiv.textContent abn ! ? `ABN: ${abn}` : ; } else { itemValueDiv.textContent info.value; } itemDiv.appendChild(itemValueDiv); businessDetailsDiv.appendChild(itemDiv); }); businessDiv.appendChild(businessDetailsDiv); infoDiv.appendChild(businessDiv); // Form section const formDiv document.createElement(div); formDiv.className form; const wrapperDiv document.createElement(div); wrapperDiv.className wrapper; contactData.formFields.forEach(field > { const fieldDiv document.createElement(div); let visible field.visible ? : hide; fieldDiv.className `field ${visible}`; const label document.createElement(label); label.className label; label.textContent field.label; fieldDiv.appendChild(label); if (field.type message) { const textarea document.createElement(textarea); textarea.className text; textarea.name field.name; textarea.maxLength 5000; textarea.id field.name; fieldDiv.appendChild(textarea); } else { const input document.createElement(input); input.className input; input.type field.type; input.name field.name; input.id field.name; input.maxLength 256; fieldDiv.appendChild(input); } wrapperDiv.appendChild(fieldDiv); }); const jsError document.createElement(div); const jsSuccess document.createElement(div); jsSuccess.innerHTML contactData.successMessage; // Corrected property name jsSuccess.id js-success; jsError.innerHTML Please fill in all fields.; // Corrected property name jsError.id js-error; jsError.className error; jsSuccess.className success; jsError.style.display none; jsSuccess.style.display none; wrapperDiv.appendChild(jsError); wrapperDiv.appendChild(jsSuccess); // Terms and conditions // const termsDiv document.createElement(div); // termsDiv.className terms; // const termsDetailsDiv document.createElement(div); // termsDetailsDiv.className details; // const boxDisplayDiv document.createElement(div); // boxDisplayDiv.className box-display; // const checkbox document.createElement(input); // checkbox.type checkbox; // checkbox.name terms; // checkbox.className box-default; // const termsTextSpan document.createElement(span); // termsTextSpan.className label; // termsTextSpan.innerHTML `${contactData.terms.text} a href${contactData.terms.linkUrl} classlabel-link>${contactData.terms.link}/a>`; // termsDetailsDiv.appendChild(boxDisplayDiv); // termsDetailsDiv.appendChild(checkbox); // termsDetailsDiv.appendChild(termsTextSpan); // termsDiv.appendChild(termsDetailsDiv); // wrapperDiv.appendChild(termsDiv); // Submit button const submitButton document.createElement(input); submitButton.type submit; submitButton.className submit; submitButton.value contactData.submitButtonText; submitButton.style.backgroundColor contactData.style.color?.primary0 || contactData.style.colors?.primary0; submitButton.style.border `1px solid ${contactData.style.color?.primary0 || contactData.style.colors?.primary0}`; submitButton.id form-button; submitButton.addEventListener(click, function(event) { event.preventDefault(); sendContact(contactEndpoint, businessName, businessEmail) }); wrapperDiv.appendChild(submitButton); formDiv.appendChild(wrapperDiv); infoDiv.appendChild(formDiv); // Append details and info sections to content div contentDiv.appendChild(detailsDiv); contentDiv.appendChild(infoDiv); // Append content to container, and container to contact section containerDiv.appendChild(contentDiv); contactSection.appendChild(containerDiv); let isAddressVisible contactData.contactInfo.some(info > info.type address && info.visible); const mapDiv document.createElement(div); mapDiv.className map; mapDiv.id map; if (isAddressVisible) { mapDiv.style.visibility visible; } else { mapDiv.style.visibility hidden; } // Append map based on layout if (contactData.layout.class_name center) { contactSection.appendChild(mapDiv); } else { businessDiv.appendChild(mapDiv); } return contactSection; } function createFooter(footerData) { const footerSection document.createElement(section); footerSection.classList.add(footer); const container document.createElement(div); container.className `container ${footerData.layout.class_name}`; // Details Div const detailsDiv document.createElement(div); detailsDiv.classList.add(details); const logoDiv document.createElement(div); logoDiv.className logo; const logoLink document.createElement(a); logoLink.className link; logoLink.href /; if((footerData.logo.src ! && footerData.logo.src ! null) && (footerData.logo.logoType generated || footerData.logo.logoType image)) { let type isSvgOrImageSource(footerData.logo.src); if(type svg) { const logoSvgContainer document.createElement(div); logoSvgContainer.innerHTML footerData.logo.src; logoSvgContainer.className svg-container; const logoText document.createElement(div); logoText.className logo-text; logoText.innerHTML footerData.logo.text; logoDiv.className logo no-height; logoLink.appendChild(logoSvgContainer); logoLink.appendChild(logoText); logoLink.className logo-nav-svg; const linkTag document.createElement(link); linkTag.rel icon; linkTag.type image/svg+xml; linkTag.href data:image/svg+xml, + encodeURIComponent(footerData.logo.src); // Encode SVG content console.log(Appending SVG favicon to head:, linkTag.href); } else { const logoImg document.createElement(img); logoImg.src footerData.logo.src; logoImg.alt footerData.logo.alt; logoImg.loading lazy; if (logoImg.src.startsWith(data:image/png;base64)) { logoImg.classList.add(logo-image-upload); } logoLink.appendChild(logoImg); } } else { const logoText document.createElement(div); logoText.className logo-text; logoText.innerHTML footerData.logo.text; logoLink.appendChild(logoText); logoDiv.className logo no-height; const linkTag document.createElement(link); linkTag.rel icon; linkTag.type image/png; linkTag.href footerData.logo.src; document.head.appendChild(linkTag); } logoDiv.appendChild(logoLink); detailsDiv.appendChild(logoDiv); // Menu Links const menuDiv document.createElement(div); menuDiv.classList.add(menu); let footerNavTypes Home, About, Contact; footerData.menu.forEach(link > { if(footerNavTypes.includes(link.text)) { const menuLink document.createElement(a); menuLink.href link.url; let visible link.visible ? : hide; menuLink.className `nav-link ${visible} hidden`; menuLink.textContent link.text; menuLink.setAttribute(data-url, link.url); // Add data-url attribute menuDiv.appendChild(menuLink); } }); detailsDiv.appendChild(menuDiv); // Social Links const socialsDiv document.createElement(div); socialsDiv.classList.add(socials); let socialsIcons { x: svg width100% height100% viewBox0 0 24 24 fillnone xmlnshttp://www.w3.org/2000/svg> path dM17.1761 4H19.9362L13.9061 10.7774L21 20H15.4456L11.0951 14.4066L6.11723 20H3.35544L9.80517 12.7508L3 4H8.69545L12.6279 9.11262L17.1761 4ZM16.2073 18.3754H17.7368L7.86441 5.53928H6.2232L16.2073 18.3754Z fillCurrentColor>/path> /svg>, facebook: svg width100% height100% viewBox0 0 24 24 fillnone xmlnshttp://www.w3.org/2000/svg> path dM22 12.0611C22 6.50451 17.5229 2 12 2C6.47715 2 2 6.50451 2 12.0611C2 17.0828 5.65684 21.2452 10.4375 22V14.9694H7.89844V12.0611H10.4375V9.84452C10.4375 7.32296 11.9305 5.93012 14.2146 5.93012C15.3088 5.93012 16.4531 6.12663 16.4531 6.12663V8.60261H15.1922C13.95 8.60261 13.5625 9.37822 13.5625 10.1739V12.0611H16.3359L15.8926 14.9694H13.5625V22C18.3432 21.2452 22 17.083 22 12.0611Z fillCurrentColor>/path> /svg>, youtube: svg width100% height100% viewBox0 0 24 24 fillnone xmlnshttp://www.w3.org/2000/svg> path fill-ruleevenodd clip-ruleevenodd dM20.5686 4.77345C21.5163 5.02692 22.2555 5.76903 22.5118 6.71673C23.1821 9.42042 23.1385 14.5321 22.5259 17.278C22.2724 18.2257 21.5303 18.965 20.5826 19.2213C17.9071 19.8831 5.92356 19.8015 3.40294 19.2213C2.45524 18.9678 1.71595 18.2257 1.45966 17.278C0.827391 14.7011 0.871044 9.25144 1.44558 6.73081C1.69905 5.78311 2.44116 5.04382 3.38886 4.78753C6.96561 4.0412 19.2956 4.282 20.5686 4.77345ZM9.86682 8.70227L15.6122 11.9974L9.86682 15.2925V8.70227Z fillCurrentColor>/path> /svg>, instagram: svg width100% height100% viewBox0 0 24 24 fillnone xmlnshttp://www.w3.org/2000/svg> path fill-ruleevenodd clip-ruleevenodd dM16 3H8C5.23858 3 3 5.23858 3 8V16C3 18.7614 5.23858 21 8 21H16C18.7614 21 21 18.7614 21 16V8C21 5.23858 18.7614 3 16 3ZM19.25 16C19.2445 17.7926 17.7926 19.2445 16 19.25H8C6.20735 19.2445 4.75549 17.7926 4.75 16V8C4.75549 6.20735 6.20735 4.75549 8 4.75H16C17.7926 4.75549 19.2445 6.20735 19.25 8V16ZM16.75 8.25C17.3023 8.25 17.75 7.80228 17.75 7.25C17.75 6.69772 17.3023 6.25 16.75 6.25C16.1977 6.25 15.75 6.69772 15.75 7.25C15.75 7.80228 16.1977 8.25 16.75 8.25ZM12 7.5C9.51472 7.5 7.5 9.51472 7.5 12C7.5 14.4853 9.51472 16.5 12 16.5C14.4853 16.5 16.5 14.4853 16.5 12C16.5027 10.8057 16.0294 9.65957 15.1849 8.81508C14.3404 7.97059 13.1943 7.49734 12 7.5ZM9.25 12C9.25 13.5188 10.4812 14.75 12 14.75C13.5188 14.75 14.75 13.5188 14.75 12C14.75 10.4812 13.5188 9.25 12 9.25C10.4812 9.25 9.25 10.4812 9.25 12Z fillCurrentColor>/path> /svg>, linkedin: svg width100% height100% viewBox0 0 24 24 fillnone xmlnshttp://www.w3.org/2000/svg> path fill-ruleevenodd clip-ruleevenodd dM4.5 3C3.67157 3 3 3.67157 3 4.5V19.5C3 20.3284 3.67157 21 4.5 21H19.5C20.3284 21 21 20.3284 21 19.5V4.5C21 3.67157 20.3284 3 19.5 3H4.5ZM8.52076 7.00272C8.52639 7.95897 7.81061 8.54819 6.96123 8.54397C6.16107 8.53975 5.46357 7.90272 5.46779 7.00413C5.47201 6.15897 6.13998 5.47975 7.00764 5.49944C7.88795 5.51913 8.52639 6.1646 8.52076 7.00272ZM12.2797 9.76176H9.75971H9.7583V18.3216H12.4217V18.1219C12.4217 17.742 12.4214 17.362 12.4211 16.9819V16.9818V16.9816V16.9815V16.9812C12.4203 15.9674 12.4194 14.9532 12.4246 13.9397C12.426 13.6936 12.4372 13.4377 12.5005 13.2028C12.7381 12.3253 13.5271 11.7586 14.4074 11.8979C14.9727 11.9864 15.3467 12.3141 15.5042 12.8471C15.6013 13.1803 15.6449 13.5389 15.6491 13.8863C15.6605 14.9339 15.6589 15.9815 15.6573 17.0292V17.0294C15.6567 17.3992 15.6561 17.769 15.6561 18.1388V18.3202H18.328V18.1149C18.328 17.6629 18.3278 17.211 18.3275 16.7591V16.759V16.7588C18.327 15.6293 18.3264 14.5001 18.3294 13.3702C18.3308 12.8597 18.276 12.3563 18.1508 11.8627C17.9638 11.1286 17.5771 10.5211 16.9485 10.0824C16.5027 9.77019 16.0133 9.5691 15.4663 9.5466C15.404 9.54401 15.3412 9.54062 15.2781 9.53721L15.2781 9.53721L15.2781 9.53721C14.9984 9.52209 14.7141 9.50673 14.4467 9.56066C13.6817 9.71394 13.0096 10.0641 12.5019 10.6814C12.4429 10.7522 12.3852 10.8241 12.2991 10.9314L12.2991 10.9315L12.2797 10.9557V9.76176ZM5.68164 18.3244H8.33242V9.76733H5.68164V18.3244Z fillCurrentColor>/path> /svg> } const socialOrder facebook, instagram, x, linkedin, youtube; footerData.socials.sort((a, b) > { return socialOrder.indexOf(a.type) - socialOrder.indexOf(b.type); }); footerData.socials.forEach(social > { const socialLink document.createElement(a); socialLink.href social.url; socialLink.target _blank; let visible social.visible ? : hide; socialLink.className `social-link ${visible}`; const iconDiv document.createElement(div); iconDiv.classList.add(icon); iconDiv.innerHTML socialsIconssocial.type; // Placeholder for SVG content socialLink.appendChild(iconDiv); socialsDiv.appendChild(socialLink); }); detailsDiv.appendChild(socialsDiv); // Append detailsDiv to container container.appendChild(detailsDiv); // Divider const dividerDiv document.createElement(div); dividerDiv.classList.add(divider); container.appendChild(dividerDiv); // Powered Section const poweredDiv document.createElement(div); poweredDiv.classList.add(powered); // Made with Honcho const madeDiv document.createElement(a); madeDiv.href https://honcho.com; madeDiv.target _blank; madeDiv.classList.add(made); madeDiv.textContent Made with Honcho; poweredDiv.appendChild(madeDiv); // Privacy Policy Link // const privacyLink document.createElement(a); // privacyLink.href https://honcho.com/privacy; // madeDiv.target _blank; // privacyLink.classList.add(privacy); // privacyLink.textContent Privacy Policy; // poweredDiv.appendChild(privacyLink); // Terms of Service Link // const termsLink document.createElement(a); // termsLink.href https://honcho.com/terms; // madeDiv.target _blank; // termsLink.classList.add(terms); // termsLink.textContent Terms of Service; // poweredDiv.appendChild(termsLink); // Append poweredDiv to container container.appendChild(poweredDiv); // Append everything to footerSection footerSection.appendChild(container); return footerSection; } function setFavicon(base64Image) { // Remove existing favicons if any const existingFavicons document.querySelectorAll(linkrelicon, linkrelshortcut icon); existingFavicons.forEach(favicon > favicon.parentNode.removeChild(favicon)); // Create a new link> tag for the favicon const link document.createElement(link); link.rel icon; link.type image/png; // Type depends on the image format link.href base64Image; // Base64 data URL goes here // Append the link to the head> document.head.appendChild(link); } document.addEventListener(DOMContentLoaded, () > { contactEndpointhttps://apx.honcho.com.au/serverless;businessNameAustralian Lloyd brokers;document.documentElement.style.setProperty(--font,Inter);faviconhttps://aua-p-syd-website-bucket.s3.ap-southeast-2.amazonaws.com/4995592/favicon_7678976.svg;document.body.appendChild(createNav({style:{wb_style_id:733,person_id:4995592,logo:{text:text,image:{type:upload-logo,source:https://aua-p-syd-website-bucket.s3.ap-southeast-2.amazonaws.com/4995592/logo_7678976.svg},favicon:{type:upload-favicon,source:https://aua-p-syd-website-bucket.s3.ap-southeast-2.amazonaws.com/4995592/favicon_7678976.svg},webClip:{type:upload-webclip,source:https://aua-p-syd-website-bucket.s3.ap-southeast-2.amazonaws.com/4995592/favicon_7678976.svg}},font:{primary:Inter},color:{neutral:#111111,#515151,#6A6A6A,#848484,#9D9D9D,#B7B7B7,primary:#328609,#72C649,#8BDF62},button:{},modified:2025-03-26T16:54:33.779Z},layout:{wb_layout_id:1,block_type_id:1,class_name:center_nav,display_name:Center Navigation,description:null},logo:{src:https://aua-p-syd-website-bucket.s3.ap-southeast-2.amazonaws.com/4995592/logo_7678976.svg,alt:Australian Lloyd brokers,text:Australian Lloyd brokers},cta:{label:Get in Touch,url:/},menu:{label:Home,url:/,visible:true},{label:About,url:/about.html,visible:true},{label:Contact,url:/contact.html,visible:true}}));document.body.appendChild(createBanner({style:{wb_style_id:733,person_id:4995592,logo:{text:text,image:{type:upload-logo,source:https://aua-p-syd-website-bucket.s3.ap-southeast-2.amazonaws.com/4995592/logo_7678976.svg},favicon:{type:upload-favicon,source:https://aua-p-syd-website-bucket.s3.ap-southeast-2.amazonaws.com/4995592/favicon_7678976.svg},webClip:{type:upload-webclip,source:https://aua-p-syd-website-bucket.s3.ap-southeast-2.amazonaws.com/4995592/favicon_7678976.svg}},font:{primary:Inter},color:{neutral:#111111,#515151,#6A6A6A,#848484,#9D9D9D,#B7B7B7,primary:#328609,#72C649,#8BDF62},button:{},modified:2025-03-26T16:54:33.779Z},layout:{wb_layout_id:4,block_type_id:2,class_name:side_by_side,display_name:Banner Side by Side,description:null},title:Navigate the market with a trusted broker by your side,description:Your gateway to smart investments and seamless transactions,image:{source:https://images.unsplash.com/photo-1526304640581-d334cdbbf45e?cropentropy&cssrgb&fmjpg&ixidM3w0OTc0NTN8MHwxfHNlYXJjaHw4fHxGaW5hbmNpYWx8ZW58MHwwfHx8MTc0MzAwODA2NXww&ixlibrb-4.0.3&q85,altText:Alt Text,visible:true},cta:{label:Get in Touch,url:/,style:primary,visible:true,pageLink:home}}));document.body.appendChild(createAbout({style:{wb_style_id:733,person_id:4995592,logo:{text:text,image:{type:upload-logo,source:https://aua-p-syd-website-bucket.s3.ap-southeast-2.amazonaws.com/4995592/logo_7678976.svg},favicon:{type:upload-favicon,source:https://aua-p-syd-website-bucket.s3.ap-southeast-2.amazonaws.com/4995592/favicon_7678976.svg},webClip:{type:upload-webclip,source:https://aua-p-syd-website-bucket.s3.ap-southeast-2.amazonaws.com/4995592/favicon_7678976.svg}},font:{primary:Inter},color:{neutral:#111111,#515151,#6A6A6A,#848484,#9D9D9D,#B7B7B7,primary:#328609,#72C649,#8BDF62},button:{},modified:2025-03-26T16:54:33.779Z},layout:{wb_layout_id:12,block_type_id:4,class_name:side_by_side,display_name:Text Image Side by Side,description:null},tag:About,title:About Australian Lloyd Brokers,description:At Australian Lloyd Brokers, we are dedicated to providing top-notch brokerage services. Our team consists of highly skilled professionals with extensive experience in the industry. We are committed to understanding our clients needs and delivering tailored solutions to meet their specific requirements.\n\nOur goal is to build long-term relationships with our clients based on trust, integrity, and transparency. We believe in open communication and strive to ensure that our clients are well-informed throughout the brokerage process. With our in-depth market knowledge and strong industry connections, we are well-equipped to negotiate the best deals on behalf of our clients.\n\nWhether you are looking to buy or sell, our team at Australian Lloyd Brokers is here to guide you every step of the way. We take pride in providing exceptional service and delivering results that exceed our clients expectations. With a focus on professionalism and efficiency, we are the trusted partner you can rely on for all your brokerage needs.,image:{source:https://images.unsplash.com/photo-1563986768711-b3bde3dc821e?cropentropy&cssrgb&fmjpg&ixidM3w0OTc0NTN8MHwxfHNlYXJjaHwyNnx8RmluYW5jaWFsfGVufDB8MHx8fDE3NDMwMDgwNjV8MA&ixlibrb-4.0.3&q85,type:unsplash,visible:true,altText:}}));document.body.appendChild(createServices({style:{wb_style_id:733,person_id:4995592,logo:{text:text,image:{type:upload-logo,source:https://aua-p-syd-website-bucket.s3.ap-southeast-2.amazonaws.com/4995592/logo_7678976.svg},favicon:{type:upload-favicon,source:https://aua-p-syd-website-bucket.s3.ap-southeast-2.amazonaws.com/4995592/favicon_7678976.svg},webClip:{type:upload-webclip,source:https://aua-p-syd-website-bucket.s3.ap-southeast-2.amazonaws.com/4995592/favicon_7678976.svg}},font:{primary:Inter},color:{neutral:#111111,#515151,#6A6A6A,#848484,#9D9D9D,#B7B7B7,primary:#328609,#72C649,#8BDF62},button:{},modified:2025-03-26T16:54:33.779Z},layout:{wb_layout_id:9,block_type_id:3,class_name:top_bottom,display_name:List Top Bottom,description:null},tag:Services,title:Australian Lloyd Brokers,description:At Australian Lloyd Brokers, we provide expert brokerage services to help our clients navigate the complexities of the financial market with confidence and ease.,list:{image:{visible:true,source:https://images.unsplash.com/photo-1591696205602-2f950c417cb9?cropentropy&cssrgb&fmjpg&ixidM3w0OTc0NTN8MHwxfHNlYXJjaHwyN3x8RmluYW5jaWFsfGVufDB8MHx8fDE3NDMwMDgwNjV8MA&ixlibrb-4.0.3&q85,type:unknown},title:Financial Brokerage,description:Our team of experienced financial brokers offers tailored services to assist clients in finding the best investment opportunities, managing risks, and achieving their financial goals.},{image:{visible:true,source:https://images.unsplash.com/photo-1607863680198-23d4b2565df0?cropentropy&cssrgb&fmjpg&ixidM3w0OTc0NTN8MHwxfHNlYXJjaHwyOXx8RmluYW5jaWFsfGVufDB8MHx8fDE3NDMwMDgwNjV8MA&ixlibrb-4.0.3&q85,type:unknown},title:Insurance Brokerage,description:We provide comprehensive insurance brokerage services to help individuals and businesses protect their assets and mitigate risks by navigating the insurance market and securing the most suitable coverage.},{image:{visible:true,source:https://images.unsplash.com/photo-1526628953301-3e589a6a8b74?cropentropy&cssrgb&fmjpg&ixidM3w0OTc0NTN8MHwxfHNlYXJjaHwyNHx8RmluYW5jaWFsfGVufDB8MHx8fDE3NDMwMDgwNjV8MA&ixlibrb-4.0.3&q85,type:unknown},title:Real Estate Brokerage,description:Our real estate brokerage services cater to clients seeking assistance in buying, selling, or leasing commercial or residential properties, offering expert guidance and support throughout the process.}}));document.body.appendChild(createContact({style:{wb_style_id:733,person_id:4995592,logo:{text:text,image:{type:upload-logo,source:https://aua-p-syd-website-bucket.s3.ap-southeast-2.amazonaws.com/4995592/logo_7678976.svg},favicon:{type:upload-favicon,source:https://aua-p-syd-website-bucket.s3.ap-southeast-2.amazonaws.com/4995592/favicon_7678976.svg},webClip:{type:upload-webclip,source:https://aua-p-syd-website-bucket.s3.ap-southeast-2.amazonaws.com/4995592/favicon_7678976.svg}},font:{primary:Inter},color:{neutral:#111111,#515151,#6A6A6A,#848484,#9D9D9D,#B7B7B7,primary:#328609,#72C649,#8BDF62},button:{},modified:2025-03-26T16:54:33.779Z},layout:{wb_layout_id:23,block_type_id:8,class_name:side_by_side,display_name:Contact Side By Side,description:null},title:Contact,description:Were glad to hear from you!,successMessage:You have successfully sent a message.,contactInfo:{type:abn,value:,visible:true},{type:email,value:moyasernz@gmail.com,visible:false},{type:phone,value:0433001047,visible:false},{type:address,value:18 Redmond Court, Bundoora VIC 3083, Australia,visible:false,lat:-37.6936546,lng:145.0699071,zoom:15},terms:{text:I agree to the,link:Privacy Policy,linkUrl:#},submitButtonText:Send Message,formFields:{label:Phone Number,type:phone,name:phone,visible:true},{label:Name,type:name,name:name,visible:true},{label:Email Address,type:email,name:email,visible:true},{label:Message,type:message,name:message,visible:true}}));initMap(-37.6936546, 145.0699071, 15);document.body.appendChild(createFooter({style:{wb_style_id:733,person_id:4995592,logo:{text:text,image:{type:upload-logo,source:https://aua-p-syd-website-bucket.s3.ap-southeast-2.amazonaws.com/4995592/logo_7678976.svg},favicon:{type:upload-favicon,source:https://aua-p-syd-website-bucket.s3.ap-southeast-2.amazonaws.com/4995592/favicon_7678976.svg},webClip:{type:upload-webclip,source:https://aua-p-syd-website-bucket.s3.ap-southeast-2.amazonaws.com/4995592/favicon_7678976.svg}},font:{primary:Inter},color:{neutral:#111111,#515151,#6A6A6A,#848484,#9D9D9D,#B7B7B7,primary:#328609,#72C649,#8BDF62},button:{},modified:2025-03-26T16:54:33.779Z},layout:{wb_layout_id:17,block_type_id:6,class_name:center_nav,display_name:Footer Center Navigation,description:null},logo:{src:https://aua-p-syd-website-bucket.s3.ap-southeast-2.amazonaws.com/4995592/logo_7678976.svg,alt:Australian Lloyd brokers,text:Australian Lloyd brokers},socials:{url:https://x.com/,visible:true,type:x},{url:https://facebook.com/,visible:true,type:facebook},{url:https://youtube.com/,visible:true,type:youtube},{url:https://instagram.com/,visible:true,type:instagram},{url:https://linkedin.com/,visible:true,type:linkedin},menu:{text:Home,url:/,visible:true},{text:About,url:about.html,visible:true},{text:Contact,url:contact.html,visible:true}})); const navMobileMenu document.getElementById(mobile-menu); if(navMobileMenu ! null) navMobileMenu.addEventListener(click, menuFunction); setFavicon(favicon); checkPageAvailability(); if(seoDomainName ! ) { const canonicalLink document.createElement(link); canonicalLink.rel canonical; canonicalLink.href seoDomainName; document.head.appendChild(canonicalLink); createMetaTag({ name: robots, content: index,follow }); createMetaTag({ name: googlebot, content: index,follow }); createMetaTag({ http-equiv: Content-Type, content: text/html; charsetUTF-8 }); } if(seoKeywords ! ) { createMetaTag({ name: keywords, content: seoKeywords }); } if(seoDescription ! ) { createMetaTag({ name: description, content: seoDescription }); } if(seoSchema ! ) { const script document.createElement(script); script.type application/ld+json; script.textContent JSON.stringify(seoSchema); document.head.appendChild(script); } }); /script> style> *{ padding:0; margin:0; box-sizing: border-box; } html, body{ padding:0 !important; margin:0 !important; width: 100%; min-width: fit-content; color:#111;font-size: 1rem;line-height: 1.5; width:100%; min-width: fit-content; } span, div, h1, h2, h3, h4, h5, h6, p, input, a { font-family: var(--font), sans-serif; -webkit-padding-start: 0; /* Safari-specific property */ -webkit-margin-start: 0; /* Safari-specific property */ -webkit-font-smoothing: antialiased; } .navigation { display:flex; align-items: center; height: auto; min-height: 5rem; padding-left: 2rem; padding-right: 2rem; position: relative; } .navigation .container { grid-column-gap: 16px; grid-row-gap: 16px; grid-template-rows: auto; grid-template-columns: .4fr .50fr .375fr; grid-auto-columns: 1fr; justify-content: space-between; align-items: center; width: 100%; max-width: 75rem; height: 100%; margin-left: auto; margin-right: auto; display: grid; position:relative; } .navigation .container.left_nav { max-width: 76.5rem; } .navigation .container .logo { max-height: 62px; max-width: 100%; order: 0; } .logo.no-height { max-height:max-content !important; padding: 1rem 0 !important; } .logo a:link, .logo a:hover, .logo a:visited, .logo a:active { color:#111; border:none; text-decoration: none; } .logo-nav-svg { display:flex; flex-direction:row; gap:10px; align-items: center; } .logo-nav-svg .svg-container { height:40px; width:40px; } .logo-nav-svg .logo-text { font-size:1.5rem !important; } .navigation .container .logo img { max-height: 4rem; max-width: 16rem; object-fit: cover; display: flex; position: relative; right: 40px; @media screen and (max-width: 1024px) { right: 0; } } .navigation .container .logo .logo-image-upload { max-height: 4rem; max-width: 16rem; object-fit: cover; display: flex; position: relative; right: 0; } .navigation .container.left_nav .logo { order:1; justify-self: center; } .navigation .container .logo .logo-text { font-size: 1.6em; font-weight: 600; } .navigation .container .menu { justify-content: center; align-items: center; display: flex; justify-self: center; position: static; flex: 1; } .navigation .container .menu-mobile { justify-self:end; } .header-button { background-color: unset; border: unset; font-size: 17px; font-weight: 600; padding: 0 15px; cursor: pointer; } .header-burger { position: absolute; min-width: 150px; padding: 10px 0; background: white; border-radius: 5px; box-shadow: rgb(9 30 66 / 25%) 0px 4px 8px -2px, rgb(9 30 66 / 8%) 0px 0px 0px 1px; line-height: 2em; flex-direction: column; top:50px; right: 5px; display: flex; z-index: 999; padding: 10px; justify-self: end; } .burger-button:hover { border-radius: 5px; padding:0; } .burger-link { padding: 10px; font-weight: 400 !important; text-align: left; margin: 5px 0; width:150px; } .burger-link:hover { background-color: #efefef; } .option:hover { color: var(--nav-text-hover); -webkit-transition-delay: 0s; -moz-transition-delay: 0s; -ms-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s; } .navigation .container.center_nav .menu, .navigation .container.right_nav .menu { order: 1; } .navigation .container.right_nav .menu { justify-self: end; } .navigation .container.right_nav { grid-template-columns: .375fr 1fr .27fr; } .navigation .container.left_nav .menu { order: 0; justify-self: flex-start; } .navigation .container .menu .nav-link, .header-burger .nav-link { color: #111; padding: .5rem 1rem; font-weight: 500; vertical-align: top; text-align: left; margin-left: auto; margin-right: auto; text-decoration: none; display: inline-block; position: relative; font-size:16px; } .header-burger .nav-link { margin: 0; justify-self: end; text-align: end; } .header-burger .nav-link:not(:last-child) { border-bottom:1px solid #d1d1d1; } .navigation .container .cta { justify-self: end; flex: 1; order: 2; } .navigation .container .cta .cta-link { color: #fff; text-align: center; border-radius: 6px; padding: .75rem 1.5rem; font-weight: 600; text-decoration: none; border:1px solid #4f7a20; background-color: #4f7a20; cursor:pointer; } .banner, .about, .services, .footer { display:flex; align-items: center; padding:0 2rem; } .banner .container, .about .container, .services .container, .footer .container { width: 100%; max-width: 76rem; margin: 0 auto; padding: 5rem 0; } .banner.full_width { padding: 0; background-color:#0083E2; } .banner .container.full_width { max-width:100%; color:#fff; } .banner .container .content { grid-column-gap: 4rem; grid-row-gap: 4rem; grid-template-rows: auto; grid-auto-columns: 1fr; align-items: center; display: flex; position: relative; } .banner .container .content .left, .banner .container .content .right { flex: 1 1 50%; } .banner .container.bottom_left .content, .banner .container.bottom_justified .content, .banner .container.bottom_center .content { display:flex; flex-direction: column; } .banner .container.bottom_left .content .right .image, .banner .container.bottom_center .content .right .image, .banner .container.bottom_justified .content .right .image { aspect-ratio: 4 / 2.05; } .banner .container.full_width .content { display: flex; flex-direction: column; height: 70vh; align-items: center; justify-content: center; } .banner .container.bottom_left .content .left, .banner .container.bottom_justified .content .left, .banner .container.bottom_center .content .left { width:100%; } .banner .container.full_width .content .left { flex-direction:column; display:flex; justify-content: center; width:90%; max-width:75rem; } .banner .container.full_width .content .right { display:none; } .banner .container.bottom_center .content .left { text-align: center; } .banner .container.bottom_justified .content .left { display:flex; flex-direction: row; gap: 4rem; } .banner .container.bottom_center .content .left .cta .button-group { justify-content: center; } .banner .container .content .left .title { margin-bottom:1.5rem; } .banner .container.bottom_justified .content .left .title { margin-bottom: 1.5rem; width: 100%; max-width: 584px; } .banner .container .content .left .title h1 { font-size: 3rem; font-weight: 700; line-height: 1.2; } .banner .container .content .left .description { font-size: 1.125rem; } .banner .container.bottom_justified .content .left .description { font-size: 1.125rem; max-width: 570px; } .banner .container .content .left .cta .button-group { grid-column-gap: 1rem; grid-row-gap: 1rem; flex-wrap: wrap; align-items: center; display: flex; margin-top: 2rem; } .banner .container .content .left .cta .cta-link { background-color: #4f7a20; text-align: center; border-radius: 6px; padding: .75rem 1.5rem; font-weight: 600; text-decoration: none; color:#fff; } .banner .container .content .right .image { aspect-ratio: 2 / 2.05; border-radius: 6px; object-fit: cover; max-height: 640px; width: 100%; } .about .container .content { grid-column-gap: 4rem; grid-row-gap: 4rem; grid-template-rows: auto; /* grid-template-columns: 1fr 1fr; */ grid-auto-columns: 1fr; align-items: center; display: flex; position: relative; } .about .container .content .left, .about .container .content .right { flex:1; } .about .container.top_bottom .content, .about .container.full_width .content { display:flex; flex-direction: column; align-items: normal; } .about .container.full_width .content { height:60vh; justify-content: center; } .about .container.top_bottom .content .left{ gap: 4rem; flex-direction: row; display: flex; @media screen and (max-width: 768px) { flex-direction: column; } @media screen and (max-width: 1024px) { flex-direction: column; } } .about .container.full_width .content .left { flex-direction: row; display:flex; gap:5rem; } @media screen and (max-width: 480px) { .about .container.full_width .content { height:auto; } .about .container.full_width .content .left { flex-direction: column; gap:0; } } @media screen and (max-width: 1024px) { .about .container.full_width .content { height:auto; } .about .container.full_width .content .left { flex-direction: column; gap:0; } } .about .container .content .left .title-container { display: flex; flex-direction: column; } .about .container.top_bottom .content .left .title-content, .about .container.top_bottom .content .left .description { flex:1; } .about .container.full_width .content .left .title-content, .about .container.full_width .content .left .description { flex:1; } .about .container .content .left .tag { font-weight:600; margin-bottom:1rem; } .about .container .content .left .title { margin-bottom:1.5rem; } .about .container.top_bottom .content .left .title { margin-bottom:1.5rem; max-width: 600px; } .about .container .content .left .title h2 { font-size: 2.25rem; font-weight: 700; line-height: 1.2; } .about .container.full_width .content .left .title h2 { font-size: 2.25rem; font-weight: 700; line-height: 1.2; max-width: 500px; } .about .container .content .left .description { font-size: 1.125rem; color:#444; } .about .container.full_width .content .left .tag, .about .container.full_width .content .left .title, .about .container.full_width .content .left .description { color:#fff; } .about .container .content .right .image { aspect-ratio: 2 / 2.05; border-radius: 6px; object-fit: cover; max-height: 640px; width: 100%; position: relative; top: 45px; } .about .container.full_width .content .right { display:none; } .services .container .content { flex-direction: column; align-items: center; display: flex; } .services .container.left_right .content { flex-direction: row; align-items: flex-start; gap:5rem; } .services .container .content .details { margin-bottom:5rem; text-align:center; width: 100%; max-width: 48rem; } .services .container.left_right .content .details { width:35rem; } .services .container.left_right .content .details { text-align:left; flex:1 1 40%; @media screen and (max-width: 1024px) { text-align: center; } } .services .container .content .details .tag { font-weight:600; margin-bottom:1rem; } .services .container .content .details .title { margin-bottom:1.5rem; } .services .container .content .details .title h2 { font-size: 2.25rem; font-weight: 700; line-height: 1.2; } .services .container .content .details .description { font-size: 1.125rem; } .services .container .content .service-list { display: flex; flex-direction: row; gap: 2rem; flex-wrap: wrap; justify-content: center; } .services .container.top_bottom .content .service-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; } .services .container.left_right .content .service-list { display: flex; flex-direction: column; flex: 1 1 60%; width:60%; } .services .container .content .service-list .service { text-align: center; flex-direction: column; align-items: center; display: flex; gap: 1.5rem; flex: 1 1 30%; max-width: 30%; overflow: hidden; } .services .container.top_bottom .content .service-list .service { max-width:100%; } .services .container.left_right .content .service-list .service { align-items: flex-start; text-align: left; max-width:100%; } .services .container.center .content .service-list { align-items: center; flex-direction: column; display:flex; } .services .container.center .content .service-list .service { width: 65%; max-width:100%; } .services .container .content .service-list .service .intro { flex-flow: column; justify-content: flex-start; align-items: center; margin-bottom: 1.5rem; display: flex; width:100%; } .services .container.left_right .content .service-list .service .intro { align-items: flex-start; width:100%; @media screen and (max-width: 1024px) { align-items: center; } } .services .container .content .service-list .service .intro .image { margin-bottom: 1.5rem; flex-direction: column; justify-content: center; align-items: center; display: flex; width:100%; } .services .container.center .content .service-list .service .intro .image { width: unset; } .services .container.left_right .content .service-list .service .intro .image { width: unset; justify-content: flex-start; align-items: flex-start; @media screen and (max-width: 768px) { justify-content: center; align-items: center; } @media screen and (max-width: 1024px) { justify-content: center; align-items: center; } } .services .container .content .service-list .service .intro .image img.unsplash { max-height: 15rem; object-fit:contain; width:100%; } .services .container .content .service-list .service .intro .image img.phospor { width: 12%; } .services .container.left_right .content .service-list .service .intro .image img.phospor { width: 23%; @media screen and (max-width: 1024px) { width: 15%; } } .services .container.center .content .service-list .service .intro .image img.phospor { width: 23%; } .services .container .content .service-list .service .intro .image img { width: 100%; object-fit: cover; border-radius:6px; max-height:200px; } .services .container .content .service-list .service .intro .image img.svg { flex-direction: column; justify-content: center; align-items: center; width: 3rem; height: 3rem; display: flex; border-radius:6px; padding:3px; } .services .container .content .service-list .service .intro .image .svg { width:15%; } .services .container .content .service-list .service .intro .image::before { content: ; grid-area: 1 / 1 / 2 / 2; display: table; } .services .container .content .service-list .service .intro .image::after { content: ; grid-area: 1 / 1 / 2 / 2; display: table; clear:both; } .services .container .content .service-list .service .intro .title h3{ font-size: 1.25rem; font-weight: 700; line-height: 1.4; } .services .container.left_right .content .service-list .service .intro .title h3 { font-size: 1.25rem; font-weight: 700; line-height: 1.4; @media screen and (max-width: 768px) { text-align: center; } } .services .container .content .service-list .service .description { color:#444; font-size: 1.125rem; } .services .container.left_right .content .service-list .service .description { color:#444; font-size: 1.125rem; @media screen and (max-width: 768px) { text-align: center; } @media screen and (max-width: 1024px) { text-align: center; } } .footer .container .details { padding: 0 0 5rem 0; grid-column-gap: 4vw; grid-template-rows: auto; grid-template-columns: .4fr .50fr .25fr; justify-content: space-between; align-items: center; grid-row-gap: 16px; display: grid; } .footer .container.right_nav .details { grid-template-columns: .375fr 1fr .25fr; grid-column-gap: 0; position: relative; right: 10px; } .footer .container .logo { order:0; } .footer .container .logo img { max-height: 4rem; max-width: 16rem; object-fit: cover; } .footer .container.center_nav .logo img { display: flex; position: relative; right: 40px; @media screen and (max-width: 1024px) { right: 0; } @media screen and (max-width: 768px) { right: 0 !important; } } .footer .container.right_nav .logo img { display: flex; position: relative; right: 15px; @media screen and (max-width: 1024px) { right: 0; } @media screen and (max-width: 768px) { right: 0; } } .footer .container.center_nav .logo img { display: flex; position: relative; right: 30px; @media screen and (max-width: 1024px) { right: 0; } @media screen and (max-width: 768px) { right: 0 !important; } } .footer .container.center_nav .logo .logo-image-upload { display: flex; position: relative; right: 0; @media screen and (max-width: 1024px) { right: 0; } @media screen and (max-width: 768px) { right: 0; } } .footer .container .logo .logo-text { font-size: 1.8em; font-weight: 600; } .footer .container.left_nav .logo { order:1; justify-self: center; position: relative; right: 90px; @media screen and (max-width: 1024px) { right: 0; } @media screen and (max-width: 768px) { right: 0; } } .footer .container .details .menu { grid-column-gap: 1.5rem; grid-row-gap: 0px; white-space: normal; grid-template-rows: auto; grid-template-columns: max-content; grid-auto-columns: max-content; grid-auto-flow: column; justify-content: center; justify-items: start; display: grid; order:1; } .footer .container.left_nav .details .menu { order:0; position: relative; left: 10px; justify-content: flex-start; @media screen and (max-width: 1024px) { left: 0; } @media screen and (max-width: 768px) { left: 0; } } .footer .container.center_nav .details .menu { position: relative; right: 58px; @media screen and (max-width: 1024px) { right: 0; } @media screen and (max-width: 768px) { right: 0 !important; } } .footer .container.right_nav .details .menu { justify-self:end; position: relative; right: 50px; @media screen and (max-width: 1024px) { right: 0; } @media screen and (max-width: 768px) { right: 0; } } .footer .container .details .menu .nav-link { color: #111; text-align: center; font-size: 1rem; font-weight: 500; text-decoration: none; } .footer .container .details .socials { justify-self: end; grid-column-gap: .75rem; grid-row-gap: 0rem; white-space: normal; grid-template-rows: auto; grid-template-columns: max-content; grid-auto-columns: max-content; grid-auto-flow: column; place-items: start; display: grid; order:2; } .footer .container .details .socials .social-link { color: #111; align-items: center; font-size: 14px; text-decoration: none; display: flex; } .footer .container .details .socials .social-link .icon { flex-direction: column; justify-content: center; align-items: center; width: 1.4rem; height: 1.4rem; display: flex; } .footer .container .details .socials .social-link .icon::before { content: ; grid-area: 1 / 1 / 2 / 2; display: table; } .footer .container .details .socials .social-link .icon::after { clear:both; content: ; grid-area: 1 / 1 / 2 / 2; display: table; } .footer .container .divider { background-color: #aaa; width: 100%; height: 1px; } .footer .container .powered { padding: 2rem 0 0 1rem; grid-column-gap: 1.5rem; grid-row-gap: 0rem; white-space: normal; grid-template-rows: auto; grid-template-columns: max-content; grid-auto-columns: max-content; grid-auto-flow: column; justify-content: center; display: grid; } .footer .container .powered .made, .footer .container .powered .terms, .footer .container .powered .privacy { color: #111; font-size: .875rem; text-decoration: none; } .hide, .hidden { display:none !important; } .contact { background-color: #262a30; color: #fff; position: relative; } .contact .container { padding:0 2rem; width: 100%; max-width: 80rem; margin:0 auto; } .contact .container .content { padding: 7rem 0; } .contact .container .content .details { text-align:center; width: 100%; max-width: 48rem; margin: 0 auto 4rem auto; } .contact .container .content .details .tag { font-weight:600; margin-bottom:1rem; } .contact .container .content .details .title { margin-bottom:1.5rem; } .contact .container .content .details .title h2 { font-size: 2.25rem; font-weight: 700; line-height: 1.2; } .contact .container .content .details .description { font-size: 1.125rem; } .contact .container .content .info { grid-column-gap: 4rem; grid-row-gap: 4rem; grid-template-rows: auto; grid-template-columns: 1fr 1fr; grid-auto-columns: 1fr; align-items: start; display: grid; } .contact .container.center .content .info { display:flex; flex-direction:column; } .contact .container .content .business { flex-flow: column; justify-content: space-between; height: 100%; display: flex; gap:2rem; } .contact .container.center .content .info .business { width:40rem; margin:0 auto; } .contact .container .content .business .information { grid-column-gap: 1rem; grid-row-gap: 1rem; grid-template-rows: auto; grid-template-columns: 1fr; grid-auto-columns: 1fr; padding-top: .5rem; padding-bottom: .5rem; display: grid; } .contact .container .content .business .information .item { align-self: start; display: flex; } .contact .container.center .content .business .information .item { justify-content: center; } .contact .container .content .business .information .item .icon { flex: none; align-self: flex-start; margin-right: 1rem; flex-direction: column; justify-content: center; align-items: center; width: 1.4rem; height: 1.4rem; display: flex; } .contact .container .content .business .map, .contact .map { width: 100%; height: 23rem; } .contact .container .content .form { background-color: #fff; color: #111; border-radius: 6px; flex-direction: column; align-items: stretch; margin-bottom: 0; padding: 1.5rem; } .contact .container.center .content .form { width:50%; margin:0 auto; } .contact .container .content .form .wrapper { grid-column-gap: 1.5rem; grid-row-gap: 1.5rem; grid-template-rows: auto auto; grid-template-columns: 1fr; grid-auto-columns: 1fr; display: grid; } .contact .container .content .form .wrapper .error { font-size:14px; font-style:italic; color:red; } .contact .container .content .form .wrapper .success { font-size:14px; font-style:italic; color:green; } .contact .container .content .form .wrapper .field { position:relative; display:flex; flex-direction:column; } .contact .container .content .form .wrapper .label { color: #111; margin-bottom: .5rem; font-weight: 500; } .contact .container .content .form .wrapper .input, .contact .container .content .form .wrapper .text { border: 1px solid #aaa; background-color: #f9fafb; color: #111; border-radius: 6px; height: auto; min-height: 2.75rem; margin-bottom: 0; padding: .5rem .75rem; font-size: .875rem; line-height: 1.5; } .contact .container .content .form .wrapper .text { height: auto; min-height: 11.25rem; padding-top: .75rem; padding-bottom: .75rem; overflow: auto; resize:none; } .contact .container .content .form .wrapper .input:focus, .contact .container .content .form .wrapper .text:focus { border-color: #000; outline:none; } .contact .container .content .form .wrapper .terms { margin-bottom: 1rem; } .contact .container .content .form .wrapper .terms .details { align-items: center; margin-bottom: 0; padding-left: 1.25rem; display: flex; } .contact .container .content .form .wrapper .terms .details::before { content: ; grid-area: 1 / 1 / 2 / 2; display: table; } .contact .container .content .form .wrapper .terms .details::after { content: ; clear: both; grid-area: 1 / 1 / 2 / 2; display: table; } .contact .container .content .form .wrapper .terms .details .box-display { border: 1px solid #aaa; cursor: pointer; border-radius: 6px; width: 1.125rem; min-width: 1.125rem; height: 1.125rem; min-height: 1.125rem; margin-top: 1px; margin-left: -1.25rem; margin-right: .5rem; transition: all .2s; float: left; margin: 4px 10px 0 -20px; line-height: normal; } .contact .container .content .form .wrapper .terms .details .box-display.checked { border-width: 1px; border-color: #0a49a8; background-color: #0a49a8; box-shadow: none; background-size: 16px 16px; background-image: url(https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg); background-position: 50%; background-repeat: no-repeat; } .contact .container .content .form .wrapper .terms .details .box-default { opacity: 0; position: absolute; z-index: -1; } .contact .container .content .form .wrapper .terms .details .label { font-size: .875rem; margin-bottom: 0; font-weight: 500; cursor:pointer; display: inline-block; margin-top:5px; } .contact .container .content .form .wrapper .terms .details .label-link { color: #0a49a8; font-weight: 500; text-decoration: none; } .contact .container .content .form .wrapper .submit { background-color: #4f7a20; color: #fff; text-align: center; border-radius: 6px; padding: .75rem 1.5rem; font-weight: 600; text-decoration: none; justify-self: start; cursor: pointer; width: 100%; font-size:16px; } /* Hide on Desktop (large screens) */ @media screen and (min-width: 769px) { .hide-on-desktop { display: none !important; } } /* Hide on Tablet (medium screens) */ @media screen and (min-width: 481px) and (max-width: 768px) { .hide-on-tablet { display: none !important; } } /* Hide on Mobile (small screens) */ @media screen and (max-width: 480px) { .hide-on-mobile { display: none !important; } } @media screen and (min-width: 481px) and (max-width: 1024px) { .banner .container, .about .container, .services .container, .footer .container { padding:2rem 0; } .navigation .container { grid-template-columns: 1fr .75fr .5fr; } .navigation .container.right_nav { grid-template-columns: 1fr .75fr .4fr !important; } .header-burger { right: 11rem; } .banner .container .content { display:flex; flex-direction: column; } .services .container .content .service-list { display: flex !important; flex-direction: column; } .services .container .content .service-list .service { max-width:100%; align-items: center !important; } .banner .container.bottom_justified .content .left { flex-direction:column; } .services .container.center .content .service-list .service { width:100%; } .services .container .content .service-list .service .intro .image img { max-height:300px; width: unset; } .services .container .content .service-list .service .intro .image img.phospor { width: 10%; } .services .container.left_right .content { flex-direction: column; } .services .container.left_right .content .service-list, .services .container.left_right .content .details { width:100%; } .services .container.left_right .content .details { margin-bottom: 2rem; max-width: 100%; } .services .container .content .service-list .service .intro .image .svg { width:8%; } .about .container .content { display:flex; flex-direction: column; align-items: normal; } .about .container .content .right .image { aspect-ratio: auto !important; height:auto !important; } .contact .container { padding:0; } .contact .container .content .info { display:flex; flex-direction:column; } .contact .container .content .info .business { width:40rem; margin:0 auto; } .contact .container .content .info .form { width:40rem; margin:0 auto; } .contact .map { display:block; } .footer .container .details { display: flex; flex-direction: column; grid-row-gap: 2rem; } .powered { padding: 2rem 0 0 0 !important; } } @media screen and (max-width: 480px) { .banner .container, .about .container, .services .container, .footer .container { padding:2rem 0; } .navigation .container { /* grid-template-columns: 1fr .75fr .5fr; */ grid-template-columns: 1fr .2fr .375fr; } .banner .container .content .right .image { height:auto; border-radius: 6px; aspect-ratio: auto !important; } .banner .container .content { display:flex; flex-direction: column; } .services .container .content .service-list { display: flex !important; flex-direction: column; } .services .container .content .service-list .service { max-width:100%; align-items: center !important; } .services .container .content .service-list .service .intro .image .svg { height:50px !important; width:50px !important; overflow: hidden !important; } .about .container .content { display:flex; flex-direction:column; padding: 0 0 5rem 0; } .about .container .content .right .image { aspect-ratio: auto !important; height:auto !important; } .contact .container { padding:0; } .contact .container .content .info { display:flex; flex-direction:column; } .contact .container .content .info .business { width:23rem; margin:0 auto; } .contact .container .content .info .form { width:90%; margin:0 auto; } .contact .container.center .content .form, .contact .container.center .content .info .business { width:80%; } .contact .container .content .business .information .item-value { overflow-wrap: break-word !important; word-break: break-word !important; white-space: normal !important; display: inline-block !important; } .banner .container.bottom_justified .content .left { flex-direction:column; } .services .container.center .content .service-list .service { width:100%; } .services .container .content .service-list .service .intro .image img { max-height:300px; width: 100% !important; } .services .container .content .service-list .service .intro .image img.phospor { max-height:300px; width: 12% !important; } .services .container.left_right .content { flex-direction: column; } .services .container.left_right .content .service-list, .services .container.left_right .content .details { width:100%; } .services .container.left_right .content .details { text-align: center; margin-bottom: 2rem; } .services .container.left_right .content .service-list .service .intro { align-items: center !important; } .contact .container.center .content .business .information .item { justify-content: flex-start; } .contact .map { display:block; } .footer .container .details { display: flex; flex-direction: column; grid-row-gap: 2rem; } .powered { display: flex !important; flex-direction: column !important; align-items: center !important; gap: 1rem !important; padding: 2rem 0 0 0 !important; } .footer { padding: 0; } .footer .container .logo .logo-text { text-align: center !important; } } /style>/head>body>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]