Close
body{width: 100%; height: 100%; margin: 0px; padding: 0px; overflow-x: hidden; font-family: 'Lato', sans-serif !important; font-size: 15px;}a{color: #0078b9;}/*.header-placeholder{display: none;}.headroom{display: none;}*/ .hero{position: relative; width: 100%; background-image: url(https://www.ayming.com/wp-content/uploads/2020/11/hero-image-greeting.jpg); box-shadow: 0 4px 11px rgba(124, 146, 169, 0.5); background-size: cover; background-position: 50% 100%; background-repeat: no-repeat; color: #ffffff; padding: 5%; margin-top: -2%;}.hero__inner{position: relative; z-index: 3;}.hero__content{-js-display: flex; display: flex; align-items: flex-end; justify-content: center; min-height: calc(60vh - 50px); padding: 50px 0 20px 0; overflow: auto;}@media (max-width: 500px){.hero__content{align-items: flex-start;}}.hero__content__inner{width: 100%; max-width: 800px; text-align: center;}/*--- CONTENT STYLING ---*/ h1.hero__header{color: #fff; margin-bottom: 0;}h1{margin-top: 0; font-size: 3em;}h1, h2, h3, h4{margin: 0 0 0.5em; line-height: 1.35; color: #fff; font-weight: 300;}.text-greeting{margin: 1em auto !important; line-height: 1.35 !important; color: #fff !important; font-size: 1.5em !important; font-weight: 300 !important;}.tg-1{max-width: 500px;}.tg-2{max-width: 700px;}.big__call{font-size: 2.6em !important; max-width: 875px; font-weight: bold !important;}.hero__text{opacity: 0.85; line-height: 1.7; text-align: center; font-size: 1.3em;}#scrollToNext{transition: 0.7s;}/*--- MODIFICATIONS ---*/ .steps{text-align: center; padding: 16pt 0pt;}.landing__section{padding: 24pt 0; background-color: #2babe2; color: #fff;}.hero-content-container{width: 75%; max-width: 1920px; margin: 0 auto; position: relative;}.container-greeting{width: 75%; max-width: 1920px; margin: 0 auto; position: relative;}.hero__logo{display: flex; flex-direction: row; align-items: center; justify-content: flex-end; flex-wrap: wrap; padding-top: 2%;}.hero__logo img{max-width: 80px;}@media (max-width: 700px){.hero__logo{justify-content: center;}}.resp-iframe{position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;}.resp-container{position: relative; overflow: hidden; padding-top: 56.25%;}.hero-video{position: relative; width: 100%; background-image: url("https://www.ayming.com/wp-content/uploads/2020/11/Thumbnail_without_button.jpg"); box-shadow: 0 4px 11px rgba(124, 146, 169, 0.5); background-size: cover; background-attachment: fixed; background-position: 50% 50%; background-repeat: no-repeat; color: #ffffff; padding: 10% 0; text-align: center;}.video-resp-container{width: 70%; margin: 0 auto;}.container-our-values{display: flex; flex-direction: row; align-items: center; justify-content: center; flex-wrap: wrap;}.our-value{width: 400px; padding: 2% 0; -webkit-transition: -webkit-filter 600ms linear;}@media (max-width: 800px){.our-value{border-bottom: 1px solid #fff;}}.our-value img{max-width: 200px; max-height: 200px; transition: all .2s ease-in-out;}.img__wrap{}.img__wrap:hover .our-value{-webkit-filter: drop-shadow(0 0 20px rgba(255, 255, 255, 1)); filter: drop-shadow(0 0 8px rgba(255, 255, 255, 1));}.img__wrap:hover .our-value img{transform: scale(1.1)}.our-value h4{font-size: 1.7em; font-weight: 800;}.values-title-container{max-width: 900px; text-align: center; margin: 0 auto;}.values-title{font-size: 7em; font-weight: 800; line-height: 1;}@media (max-width: 700px){.values-title{font-size: 4em; font-weight: 800; line-height: 1;}}.hero-wishes{position: relative; width: 100%; background-image: url("https://www.ayming.com/wp-content/uploads/2020/11/joshua-fuller-JGf0KBPj3x4-unsplash-scaled.jpg"); box-shadow: 0 4px 11px rgba(124, 146, 169, 0.5); background-size: cover; background-position: 100% 0%; background-repeat: no-repeat; color: #ffffff; text-align: center;}.hero__wishes__content{-js-display: flex; display: flex; align-items: flex-start; justify-content: center; flex-direction: row; flex-wrap: wrap; padding: 50px 0 20px 0;}.hero__wishes__social{-js-display: flex; display: flex; align-items: flex-start; justify-content: center; flex-direction: row; flex-wrap: wrap;}.hero__wishes__social img{width: 100px; height: 100px; margin: 20px;}.big__call__blue{font-size: 5.6em; font-family: 'Lato', sans-serif; color: #2babe2;}.big__call__blue>span{font-weight: bold !important;}@media (max-width: 700px){.big__call__blue{font-size: 3em;}}/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */ .flip-card{background-color: transparent; width: 400px; height: 300px; perspective: 1000px; /* Remove this if you don't want the 3D effect */}/* This container is needed to position the front and back side */ .flip-card-inner{position: relative; width: 100%; height: 100%; text-align: center; transition: transform 0.8s; transform-style: preserve-3d;}/* Do an horizontal flip when you move the mouse over the flip box container */ .flip-card:hover .flip-card-inner{transform: rotateY(180deg);}/* Position the front and back side */ .flip-card-front, .flip-card-back{position: absolute; width: 100%; height: 70%; -webkit-backface-visibility: hidden; /* Safari */ backface-visibility: hidden;}/* Style the front side (fallback if image is missing) */ .flip-card-front{background-color: #2babe2; color: black;}/* Style the back side */ .flip-card-back{background-color: #2babe2; color: #fff; transform: rotateY(180deg); display: flex; flex-direction: column; justify-content: center; box-sizing: border-box; padding: 70px 50px 0;}.flip-card-front h4{font-size: 1.7em; font-weight: 800;}.flip-card-back h5{font-size: 1.3em; margin: 0 auto; font-weight: bold;}@media (min-width: 768px) .footer{margin-top: 0;}.footer{margin-top: 0;}

Further Together

This year has been a challenging one and we’ve all learned to do things differently.

Now more than ever, our goal is to help you, guided by our values. Helping you overcome obstacles, and helping you build a world where profit and planet are one.

We wish you all the very best season’s greetings and are looking forward to going further together with you in 2021.

The values we share together

Avatar

TEAM SPIRIT

The way we work together

We support each other by sharing knowledge and ideas, as well as combining our complementary skills to create the best outcomes.

Avatar

OPEN-MINDNESS

The way we communicate

We listen, value all views without bias or presumption, and encourage dialogue, sharing the facts clearly and openly with colleagues and clients.

Avatar

CREATIVITY

The way we innovate

We investigate and analyse, using our entrepreneurial mind set, industry insights and original thinking to solve problems.

Avatar

PRAGMATISM

The way we get it done

We focus on client results, creating concrete solutions rooted in our experience and expertise, not in business theory.

Avatar

PASSION

The way we feel

We are engaged and enthusiastic, work in a positive and friendly environment, and are only satisfied when we have achieved truly valuable results.

Avatar

INTEGRITY

The way we deal

We respect each other and build relationships based on honesty and trust, observing the highest standards of ethics in all our business dealings.

Share with us your hopes for 2021 with #Ayming2021