Logo
  • Home
    • Home demo 01
    • Home demo 02
    • Home demo 03
    • Home demo 04
    • Home demo 05
    • Home demo 06
  • Services
    • Well Documented
    • Retina Ready
    • Creative Design
    • High Resolution
    • Unlimited Features
    • Clean Code
  • Portfolio
    • Portfolio Single
  • About Us
  • Blog
    • Blog post right sidebar
    • Blog post left sidebar
    • Blog Single
  • Partners
  • Pages
    • About Us
    • Services
    • Shop
      • Shop
      • Product Detail
      • Cart
      • Checkout
      • My account
    • Features
    • Pricing
    • Our Team
    • Contact Us 1
    • Contact Us 2
    • Coming Soon
  • Contact

Shift

WE ARE COMING SOON...

jQuery.noConflict()(function($) { var endDate = 'December 31, 2018 15:00:00'; $('.countdown').countdown({ date: endDate, render: function(data) { $(this.el).html('
' + this.leadingZeros(data.days, 3) + ' days
' + this.leadingZeros(data.hours, 2) + ' hours
' + this.leadingZeros(data.min, 2) + ' minutes
' + this.leadingZeros(data.sec, 2) + ' seconds
'); } }); });
#countdown {border-top: #ffffff; border-bottom: 6px solid #ec676c;}

OUR SERVICES.

Inovative Ideas

We don't want to conquer the cosmos, we simply want to extend the boundaries of Earth to the frontiers of the cosmos.

Clean code

We don't want to conquer the cosmos, we simply want to extend the boundaries of Earth to the frontiers of the cosmos.

Easy to Customise

We don't want to conquer the cosmos, we simply want to extend the boundaries of Earth to the frontiers of the cosmos.

Feel Like A Star

We don't want to conquer the cosmos, we simply want to extend the boundaries of Earth to the frontiers of the cosmos.

Great Support

We don't want to conquer the cosmos, we simply want to extend the boundaries of Earth to the frontiers of the cosmos.

24/7 Support

We don't want to conquer the cosmos, we simply want to extend the boundaries of Earth to the frontiers of the cosmos.

SUBSCRIBE TO OUR NEWSLETTER.

[mc4wp_form id=”151″]

#subscribe {border-top: 6px solid #ffffff; border-bottom: 6px solid #393a4c;}

ABOUT US.

Johnatan Doe

We don't want to conquer the cosmos, we simply want to extend the boundaries of Earth to the frontiers of the cosmos.

Juliana Anderson

We don't want to conquer the cosmos, we simply want to extend the boundaries of Earth to the frontiers of the cosmos.

Scolara Visari

We don't want to conquer the cosmos, we simply want to extend the boundaries of Earth to the frontiers of the cosmos.

GET IN TOUCH.

[contact-form-7 id=”4″] #contact {border-top: 6px solid #ffffff; border-bottom: 6px solid #ec676c;}
#zoom-in, #zoom-out {background-color: rgba(235,80,84,0.9);} #zoom-in:hover, #zoom-out:hover {background-color: #eb5054}
jQuery.noConflict()(function($){ $(window).load(function() { //set your google maps parameters var latitude = -37.8602828, longitude = 145.079616, map_zoom = 10; //google map custom marker icon - .png fallback for IE11 var is_internetExplorer11= navigator.userAgent.toLowerCase().indexOf('trident') > -1; var marker_url = ( is_internetExplorer11 ) ? 'https://swattechsolutions.com/wp-content/uploads/2019/01/image-11.jpg' : 'https://swattechsolutions.com/wp-content/uploads/2019/01/image-11.jpg'; //define the basic color of your map, plus a value for saturation and brightness var main_color = '#2d313f', saturation_value= -20, brightness_value= 5; //we define here the style of the map var style= [ { //set saturation for the labels on the map elementType: 'labels', stylers: [ {saturation: saturation_value}, ] }, { //poi stands for point of interest - don't show these lables on the map featureType: 'poi', elementType: 'labels', stylers: [ {visibility: 'off'}, ] }, { //don't show highways lables on the map featureType: 'road.highway', elementType: 'labels', stylers: [ {visibility: 'off'}, ] }, { //don't show local road lables on the map featureType: 'road.local', elementType: 'labels.icon', stylers: [ {visibility: 'off'}, ] }, { //don't show arterial road lables on the map featureType: 'road.arterial', elementType: 'labels.icon', stylers: [ {visibility: 'off'}, ] }, { //don't show road lables on the map featureType: 'road', elementType: 'geometry.stroke', stylers: [ {visibility: 'off'}, ] }, //style different elements on the map { featureType: 'transit', elementType: 'geometry.fill', stylers: [ { hue: main_color }, { visibility: 'on' }, { lightness: brightness_value }, { saturation: saturation_value }, ] }, { featureType: 'poi', elementType: 'geometry.fill', stylers: [ { hue: main_color }, { visibility: 'on' }, { lightness: brightness_value }, { saturation: saturation_value }, ] }, { featureType: 'poi.government', elementType: 'geometry.fill', stylers: [ { hue: main_color }, { visibility: 'on' }, { lightness: brightness_value }, { saturation: saturation_value }, ] }, { featureType: 'poi.sport_complex', elementType: 'geometry.fill', stylers: [ { hue: main_color }, { visibility: 'on' }, { lightness: brightness_value }, { saturation: saturation_value }, ] }, { featureType: 'poi.attraction', elementType: 'geometry.fill', stylers: [ { hue: main_color }, { visibility: 'on' }, { lightness: brightness_value }, { saturation: saturation_value }, ] }, { featureType: 'poi.business', elementType: 'geometry.fill', stylers: [ { hue: main_color }, { visibility: 'on' }, { lightness: brightness_value }, { saturation: saturation_value }, ] }, { featureType: 'transit', elementType: 'geometry.fill', stylers: [ { hue: main_color }, { visibility: 'on' }, { lightness: brightness_value }, { saturation: saturation_value }, ] }, { featureType: 'transit.station', elementType: 'geometry.fill', stylers: [ { hue: main_color }, { visibility: 'on' }, { lightness: brightness_value }, { saturation: saturation_value }, ] }, { featureType: 'landscape', stylers: [ { hue: main_color }, { visibility: 'on' }, { lightness: brightness_value }, { saturation: saturation_value }, ] }, { featureType: 'road', elementType: 'geometry.fill', stylers: [ { hue: main_color }, { visibility: 'on' }, { lightness: brightness_value }, { saturation: saturation_value }, ] }, { featureType: 'road.highway', elementType: 'geometry.fill', stylers: [ { hue: main_color }, { visibility: 'on' }, { lightness: brightness_value }, { saturation: saturation_value }, ] }, { featureType: 'water', elementType: 'geometry', stylers: [ { hue: main_color }, { visibility: 'on' }, { lightness: brightness_value }, { saturation: saturation_value }, ] } ]; //set google map options var map_options = { center: new google.maps.LatLng(latitude, longitude), zoom: map_zoom, panControl: false, zoomControl: false, mapTypeControl: false, streetViewControl: false, mapTypeId: google.maps.MapTypeId.ROADMAP, scrollwheel: false, styles: style, } //inizialize the map var map = new google.maps.Map(document.getElementById('google-container'), map_options); //add a custom marker to the map var contentString = '
'+'

CONTACT INFORMATION.

'+'
    '+'
  • Melbourne, Australia
  • '+'
  • 765-302-2878
  • '+'
  • name@domain.com
  • '+'
  • mycompanyname.com
  • '+'
'+'
' var marker = new google.maps.Marker({ position: new google.maps.LatLng(latitude, longitude), map: map, title: 'Melbourne, Australia',visible: true,icon: marker_url, }); google.maps.event.addDomListener(window, 'resize', function() { var center = map.getCenter(); google.maps.event.trigger(map, 'resize'); map.setCenter(center); }); //add custom buttons for the zoom-in/zoom-out on the map function CustomZoomControl(controlDiv, map) { //grap the zoom elements from the DOM and insert them in the map var controlUIzoomIn= document.getElementById('zoom-in'), controlUIzoomOut= document.getElementById('zoom-out'); controlDiv.appendChild(controlUIzoomIn); controlDiv.appendChild(controlUIzoomOut); // Setup the click event listeners and zoom-in or out according to the clicked element google.maps.event.addDomListener(controlUIzoomIn, 'click', function() { map.setZoom(map.getZoom()+1) }); google.maps.event.addDomListener(controlUIzoomOut, 'click', function() { map.setZoom(map.getZoom()-1) }); } var zoomControlDiv = document.createElement('div'); var zoomControl = new CustomZoomControl(zoomControlDiv, map); //insert the zoom div on the top left of the map map.controls[google.maps.ControlPosition.LEFT_TOP].push(zoomControlDiv); });});
Melbourne, Australia
+6192113747
youremail@youremailaddress.com
Useful links
  • About Us
  • Abstractart
  • Alien
  • Aurora
  • Balls – image slideshow
  • Balls – single image
  • Balls – Youtube background
  • Birds
  • Blog – Creative
  • Blog – Classic
  • Blog – Full width
  • Blog – Grid
  • Blog – Minimal
  • Blog post right sidebar
  • Boreal Sky
  • Brick Tunnel
  • Bubbles – image slideshow
  • Bubbles – single image
  • Bubbles – Youtube background
  • Cart
  • Checkout
  • Classic – single image
  • Classic – image slideshow
  • Classic – Youtube background
  • Clouds
  • Coalesce
  • Colors
  • Coming Soon
  • Confetti – image slideshow
  • Confetti – single image
  • Confetti – Youtube background
  • Confetti Lines
  • Connections
  • Constellation – image slideshow
  • Constellation – single image
  • Constellation – Youtube background
  • Dots
  • Fireworks – image slideshow
  • Fireworks – single image
  • Fireworks – Youtube background
  • Geometric – image slideshow
  • Geometric – single image
  • Geometric – Youtube background
  • Globe
  • Gravity
  • Hawking
  • Heuristics
  • Home demo 01
  • Home demo 02
  • HTML5 Video
  • Icosahedron – image slideshow
  • Icosahedron – single image
  • Icosahedron – Youtube background
  • Information
  • Landscape
  • Landscape 2
  • Liquid
  • Low-poly – image slideshow
  • Low-poly – single image
  • Low-poly – Youtube background
  • Magneto
  • Mosaic
  • My account
  • Net
  • Orbit
  • Particles – image slideshow
  • Particles – single image
  • Particles – Youtube background
  • Physics
  • Pipeline
  • Quantum
  • Rain – single image
  • Rain – video background
  • Rainbow Squares – image slideshow
  • Rainbow Squares – single image
  • Rainbow Squares – Youtube background
  • Sample Page
  • Shift
  • Shooting Stars – image slideshow
  • Shooting Stars – single image
  • Shooting Stars – Youtube background
  • Shop
  • Shop
  • Space Time
  • Star Wars
  • Stardust
  • Starfield
  • Stars Lines
  • Surface
  • Swirl
  • Topology
  • Triangle
  • Vimeo Background
  • Wave – image slideshow
  • Wave – single image
  • Wave – Youtube background
  • Winter – image slideshow
  • Winter – single image
  • Winter – Youtube background
Instagram
Categories
  • audio
  • blog
  • Blog Post
  • Blog V1
  • chat
  • creative
  • css
  • gallery
  • html5
  • image
  • kirki
  • Latest News
  • link
  • portfolio
  • quote
  • standard
  • status
  • Uncategorized
  • video
Archives
  • January 2019
  • March 2017
  • February 2017
Gallery

Template by ThemeExpo © All rights reserved