/**
 * Nik's Edition
 */
*,
*:after,
*:before {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

/* normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.screen-reader {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

.fxg-pad {
  padding: 20px 0 20px 20px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  flex-wrap: nowrap;
}

.fxg-pad [class*=fxg-1-] {
  padding-right: 20px;
}

.fxg-pad.nopadding {
  padding: 0;
}

.fxg-pad.nopadding [class*=fxg-1-] {
  padding-right: 0;
}

.fxg-pad:not(.nopadding) {
  margin-left: -20px;
  margin-right: -20px;
}

.fxg-pad.fxg-wrap {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  flex-wrap: wrap;
}

.fxg-flexy {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
}

.aic {
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  box-pack: center;
}

.aife {
  -webkit-box-align: flex-end;
  box-align: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: flex-end;
  -webkit-box-pack: flex-end;
  box-pack: flex-end;
}

.jcc {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.fxg-1-1 {
  width: 8.3333333333%;
}

.fxg-1-2 {
  width: 16.6666666667%;
}

.fxg-1-3 {
  width: 25%;
}

.fxg-1-4 {
  width: 33.3333333333%;
}

.fxg-1-5 {
  width: 41.6666666667%;
}

.fxg-1-6 {
  width: 50%;
}

.fxg-1-7 {
  width: 58.3333333333%;
}

.fxg-1-8 {
  width: 66.6666666667%;
}

.fxg-1-9 {
  width: 75%;
}

.fxg-1-10 {
  width: 83.3333333333%;
}

.fxg-1-11 {
  width: 91.6666666667%;
}

.fxg-1-12 {
  width: 100%;
}

.overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.taj {
  text-align: justify;
}

.tar {
  text-align: right;
}

.for-sd,
.for-ld {
  display: none;
}

@media screen and (min-width: 1024px) {
  .for-ld {
    display: block;
  }
}

@media screen and (max-width: 1023px) {
  .for-sd {
    display: block;
  }
}

.awa-pulse {
  -webkit-animation: awa-pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: awa-pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
}

@-webkit-keyframes awa-pulse {

  0%,
  100% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.02);
  }
}

@keyframes awa-pulse {

  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
}

.awa-pulse-shadow {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  -webkit-animation: awa-pulse-shadow 2.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: awa-pulse-shadow 2.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

@-webkit-keyframes awa-pulse-shadow {
  to {
    box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
  }
}

@keyframes awa-pulse-shadow {
  to {
    box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
  }
}

.slick-testimonial-item {
  outline: none;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  flex-wrap: nowrap;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  outline: none;
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  -webkit-align-self: center;
  align-self: center;
  -ms-flex-item-align: center;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: "Museo-500";
  src: url("../fonts/Museo/Museo-500.eot");
  src: url("../fonts/Museo/Museo-500.eot?#iefix") format("embedded-opentype"), url("../fonts/Museo/Museo-500.woff") format("woff"), url("../fonts/Museo/Museo-500.ttf") format("truetype"), url("../fonts/Museo/Museo-500.svg#Museo-500") format("svg");
  font-weight: 500;
  font-style: "normal";
}

@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins/Poppins-Regular.eot");
  src: url("../fonts/Poppins/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins/Poppins-Regular.ttf") format("truetype"), url("../fonts/Poppins/Poppins-Regular.svg#Poppins-Regular") format("svg");
  font-weight: "normal";
  font-style: "normal";
}

@font-face {
  font-family: "Poppins-Light";
  src: url("../fonts/Poppins/Poppins-Light.eot");
  src: url("../fonts/Poppins/Poppins-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins/Poppins-Light.woff") format("woff"), url("../fonts/Poppins/Poppins-Light.ttf") format("truetype"), url("../fonts/Poppins/Poppins-Light.svg#Poppins-Light") format("svg");
  font-weight: 300;
  font-style: "normal";
}

@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/Poppins/Poppins-Medium.eot");
  src: url("../fonts/Poppins/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins/Poppins-Medium.ttf") format("truetype"), url("../fonts/Poppins/Poppins-Medium.svg#Poppins-Medium") format("svg");
  font-weight: 500;
  font-style: "normal";
}

@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/Poppins/Poppins-SemiBold.eot");
  src: url("../fonts/Poppins/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins/Poppins-SemiBold.ttf") format("truetype"), url("../fonts/Poppins/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
  font-weight: 600;
  font-style: "normal";
}

html {
  font-family: "Poppins-Regular";
  font-size: 16px;
}

@media screen and (min-width: 1441px) {
  html {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

a,
a:hover,
a:active,
a:focus,
a:link {
  outline: none;
}

.awa-section {
  padding: 90px 0;
}

@media screen and (max-width: 1023px) {
  .awa-section {
    padding: 0;
  }
}

.awa-container {
  max-width: 1170px;
  margin: auto;
  padding: 0 20px;
}

@media screen and (max-width: 1023px) {
  .awa-container {
    padding: 0;
  }
}

.awa-section-body {
  padding-top: 30px;
}

.awa-hello-inner:after,
#awa-skills:after,
#awa-doing .awa-section-header:before,
#awa-logo .awa-section-header:after,
#awa-work .awa-section-header:after,
#awa-contact .awa-section-header:after {
  content: "";
  height: 40px;
  width: 1px;
  background: #fcd042;
  top: 0;
  left: 50%;
  margin-left: -.5px;
  position: absolute;
}

.awa-section-title {
  font-family: "Poppins-Light";
  color: white;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
  text-align: center;
  padding: 6px 20px 4px;
  margin: 0 auto;
  line-height: 1;
  background: rgba(0, 0, 0, 0.15);
  display: inline-block;
}

.awa-section-sub-title {
  font-family: "Museo-500";
  font-weight: 500;
  letter-spacing: 10px;
  font-size: 3rem;
  text-transform: uppercase;
  padding: 0;
  margin: 10px;
}

.form-group {
  position: relative;
  margin-bottom: 40px;
}

.form-group .text-input {
  line-height: 1.5;
  padding: 10px 15px 10px;
  display: block;
  border: none;
  border-bottom: 1px solid #757575;
  width: 100%;
  background: transparent;
  font-family: "Poppins-Regular";
  font-size: 18px;
  font-weight: normal;
  color: #3c3f4b;
}

.form-group textarea {
  resize: none;
  height: 140px;
}

.form-group .text-input:focus {
  outline: none;
}

.form-group input:required,
.form-group textarea:required {
  box-shadow: none;
}

.form-group input:invalid,
.form-group textarea:required {
  box-shadow: none;
}

.form-group label {
  color: #ef5e65;
  font-family: "Poppins-Regular";
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 15px;
  top: 12px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.form-group .text-input:focus~label,
.form-group .text-input:valid~label {
  top: -20px;
  font-size: 14px;
  color: #3c3f4b;
}

.form-group .bar {
  position: relative;
  display: block;
  width: 100%;
}

.form-group .bar:before,
.form-group .bar:after {
  content: "";
  height: 1px;
  width: 0;
  bottom: 0;
  position: absolute;
  background: #3c3f4b;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.form-group .bar:before {
  left: 50%;
}

.form-group .bar:after {
  right: 50%;
}

.form-group .text-input:focus~.bar:before,
.form-group .text-input:focus~.bar:after {
  width: 50%;
}

.form-group .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.2;
  display: none;
}

.form-group .text-input:focus~.highlight {
  -webkit-animation: materialBar 0.3s ease;
  animation: materialBar 0.3s ease;
}

@-webkit-keyframes materialBar {
  from {
    background: #ef5e65;
  }

  to {
    width: 0;
    background: transparent;
  }
}

@keyframes materialBar {
  from {
    background: #ef5e65;
  }

  to {
    width: 0;
    background: transparent;
  }
}

.awa-btn {
  white-space: nowrap;
  border: 0;
  font-family: "Museo-500";
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  color: white;
  padding: 15px 40px 13px;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: background 0.15s linear;
  transition: background 0.15s linear;
}

.awa-btn.awa-btn-green {
  background: #acd157;
}

.awa-btn:hover,
.awa-btn:active,
.awa-btn:focus {
  background: #96c035;
}

.awa-btn:focus {
  outline: none;
}

#awa-mobile-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: fixed;
  width: 450px;
  height: 300px;
  z-index: 8000;
  visibility: hidden;
}

@media screen and (max-width: 500px) {
  #awa-mobile-nav {
    height: 360px;
    max-width: 80%;
  }
}

#awa-mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
  height: 100%;
  padding-left: 10px;
  position: relative;
}

#awa-mobile-nav ul li {
  display: inline-block;
  width: 33.3333%;
  height: 50%;
  padding-right: 10px;
  padding-top: 10px;
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media screen and (max-width: 500px) {
  #awa-mobile-nav ul li {
    width: 100%;
    height: 60px;
    padding-top: 2px;
  }
}

#awa-mobile-nav ul li a {
  display: block;
  height: 100%;
  font-size: 0.9rem;
  background: white;
  text-align: center;
  line-height: 140px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  color: #ef5e65;
  box-shadow: inset 3px 3px 0 white, inset -3px -3px 0 white, inset 6px 6px 0 #ef5e65, inset -6px -6px 0 #ef5e65;
}

@media screen and (max-width: 500px) {
  #awa-mobile-nav ul li a {
    line-height: 52px;
    box-shadow: none;
    position: relative;
    background: none;
    font-size: 1.1rem;
    line-height: 60px;
  }

  #awa-mobile-nav ul li a>span {
    background: white;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  #awa-mobile-nav ul li a>span+span {
    position: relative;
    z-index: 1;
    display: block;
    height: 100%;
    background: none;
  }
}

#awa-mobile-nav ul li:nth-child(1) {
  -webkit-transform: translate(-100px, -100px);
  transform: translate(-100px, -100px);
}

#awa-mobile-nav ul li:nth-child(2) {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}

#awa-mobile-nav ul li:nth-child(3) {
  -webkit-transform: translate(100px, -100px);
  transform: translate(100px, -100px);
}

#awa-mobile-nav ul li:nth-child(4) {
  -webkit-transform: translate(-100px, 100px);
  transform: translate(-100px, 100px);
}

#awa-mobile-nav ul li:nth-child(5) {
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

#awa-mobile-nav ul li:nth-child(6) {
  -webkit-transform: translate(100px, 100px);
  transform: translate(100px, 100px);
}

@media screen and (max-width: 500px) {
  #awa-mobile-nav ul li:nth-child(odd) {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
  }

  #awa-mobile-nav ul li:nth-child(odd) a>span {
    -webkit-transform: skewX(10deg);
    transform: skewX(10deg);
  }

  #awa-mobile-nav ul li:nth-child(odd) a>span+span {
    -webkit-transform: skewX(0);
    transform: skewX(0);
  }

  #awa-mobile-nav ul li:nth-child(even) {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
  }

  #awa-mobile-nav ul li:nth-child(even) a>span {
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
  }

  #awa-mobile-nav ul li:nth-child(even) a>span+span {
    -webkit-transform: skewX(0);
    transform: skewX(0);
  }
}

.awa-nav-overlay {
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 6000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media screen and (max-width: 500px) {
  .awa-nav-overlay {
    background: #ef5e65;
  }
}

body.awa-nav-active .awa-nav-overlay {
  opacity: 1;
  visibility: visible;
}

body.awa-nav-active #awa-mobile-nav li {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

body.awa-nav-active #awa-mobile-nav li:nth-child(1) {
  -webkit-transform: translate(0);
  transform: translate(0);
}

body.awa-nav-active #awa-mobile-nav li:nth-child(2) {
  -webkit-transform: translate(0);
  transform: translate(0);
}

body.awa-nav-active #awa-mobile-nav li:nth-child(3) {
  -webkit-transform: translate(0);
  transform: translate(0);
}

body.awa-nav-active #awa-mobile-nav li:nth-child(4) {
  -webkit-transform: translate(0);
  transform: translate(0);
}

body.awa-nav-active #awa-mobile-nav li:nth-child(5) {
  -webkit-transform: translate(0);
  transform: translate(0);
}

body.awa-nav-active #awa-mobile-nav li:nth-child(6) {
  -webkit-transform: translate(0);
  transform: translate(0);
}

.awa-mobile-closer {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  display: none;
}

@media screen and (max-width: 500px) {
  .awa-mobile-closer {
    display: block;
  }
}

.awa-mobile-closer:hover {
  opacity: 1;
}

.awa-mobile-closer:before,
.awa-mobile-closer:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 3px;
  background-color: #fff;
}

.awa-mobile-closer:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.awa-mobile-closer:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 1023px) {
  .awa-header {
    display: none;
  }
}

.awa-header-mobile {
  display: none;
}

@media screen and (max-width: 1023px) {
  .awa-header-mobile {
    display: block;
  }
}

.awa-header-left-grid {
  background: #f0f0f0;
}

.awa-header-right-grid {
  background: #fcd042;
  position: relative;
  z-index: 1;
}

.awa-header-left {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.awa-header-left:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/awa-earphone.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 650px;
  z-index: -1;
  -webkit-transform: rotate(10deg) translate(270px, -100px);
  transform: rotate(10deg) translate(270px, -100px);
  opacity: 0.15;
}

@media screen and (max-width: 1199px) {
  .awa-header-left:before {
    background-size: 550px;
    -webkit-transform: rotate(10deg) translate(250px, -50px);
    transform: rotate(10deg) translate(250px, -50px);
  }
}

.awa-header-left-top {
  position: relative;
}

.awa-header-logo {
  max-width: 300px;
  padding: 30px 20px;
}

.awa-header-logo>a {
  display: block;
  line-height: 0;
  font-size: 0;
}

.awa-scale {
  position: absolute;
  top: -170px;
  left: 56%;
  width: 300px;
}

@media screen and (max-width: 1199px) {
  .awa-scale {
    width: 250px;
    top: -150px;
  }
}

.awa-header-anchor-point {
  max-width: 50%;
}

@media screen and (max-width: 1199px) {
  .awa-header-anchor-point {
    max-width: 40%;
  }
}

.awa-header-left-bottom {
  margin-top: -100px;
  padding-bottom: 20px;
}

@media screen and (max-width: 1199px) {
  .awa-header-left-bottom {
    margin-top: -10px;
  }
}

.awa-header-images {
  max-width: 200px;
  position: relative;
  left: -30px;
}

@media screen and (max-width: 1199px) {
  .awa-header-images {
    max-width: 150px;
  }
}

.awa-header-right {
  position: relative;
  height: 100%;
}

.awa-header-right-v-logo,
.awa-header-right-v-logo-tag {
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: 1px;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.awa-header-right-v-logo {
  width: 70%;
  -webkit-transform: rotate(-90deg) translate(-50%, -100%);
  transform: rotate(-90deg) translate(-50%, -100%);
}

.awa-header-right-v-logo-tag {
  width: 50%;
}

.awa-header-right-v-logo-tag {
  -webkit-transform: rotate(-90deg) translate(-50%, 20px);
  transform: rotate(-90deg) translate(-50%, 20px);
}

.awa-header-right-v-logo-tag-shadow {
  opacity: 0.12;
  margin-top: -12px;
  margin-left: 12px;
}

.awa-header-right-coffee-area,
.awa-header-right-book-area {
  height: 50%;
  padding: 20px;
}

.awa-header-right-coffee {
  width: 100%;
  max-width: 250px;
}

@media screen and (max-width: 1199px) {
  .awa-header-right-coffee {
    max-width: 170px;
  }
}

.awa-header-right-book {
  width: 100%;
  max-width: 360px;
  margin-bottom: -60px;
}

@media screen and (max-width: 1199px) {
  .awa-header-right-book {
    max-width: 250px;
  }
}

.awa-header-mobile {
  background: #ef5e65;
  padding: 20% 20px;
  position: relative;
}

.awa-header-mobile-logo {
  width: 100%;
  max-width: 450px;
  margin: auto;
}

.awa-header-mobile-logo>.awa-header-mobile-anchor-wrap {
  display: block;
  line-height: 0;
  position: relative;
}

.awa-header-mobile-logo>.awa-header-mobile-anchor-wrap>.awa-header-mobile-web-art-ws {
  position: relative;
  margin-top: 10px;
}

.awa-header-mobile-logo>.awa-header-mobile-anchor-wrap>.awa-header-mobile-web-art-ws img {
  width: 75%;
  margin: auto;
}

.awa-header-mobile-logo>.awa-header-mobile-anchor-wrap>.awa-header-mobile-web-art-ws img:nth-child(2) {
  top: 12px;
  margin-left: 12px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  opacity: 0.12;
}

.awa-hamburger-mobile {
  text-align: center;
}

.awa-hamburger-mobile>ul {
  font-size: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}

.awa-hamburger-mobile>ul li {
  display: inline-block;
}

.awa-hamburger-mobile>ul .awa-nav-item {
  display: inline-block;
  font-size: 1rem;
  padding: 0 10px;
  opacity: 0;
}

.awa-hamburger-mobile>ul .awa-nav-item a {
  color: white;
  text-decoration: none;
}

.awa-hamburger-icon {
  height: 50px;
  width: 50px;
  margin: 0 auto 0;
}

.awa-hamburger-icon .awa-hamburger-icon-wrap>a.awa-toggler {
  display: block;
  line-height: 0;
}

.awa-hamburger-icon .awa-hamburger-icon-wrap>a.awa-toggler svg {
  overflow: visible;
}

.awa-hamburger-icon.white .awa-hamburger-icon-wrap [class^="awa-hb-path-"] {
  fill: white;
}

.awa-hamburger-icon.red .awa-hamburger-icon-wrap [class^="awa-hb-path-"] {
  fill: #ef5e65;
}

.awa-hamburger-mobile .awa-hamburger-icon {
  margin-top: 30px;
}

.awa-menu-items-left,
.awa-menu-items-right {
  position: absolute;
  top: 0;
  width: 50%;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.awa-menu-items-left>a,
.awa-menu-items-right>a {
  text-decoration: none;
  color: #ef5e65;
  border-bottom: 2px dotted transparent;
  -webkit-transition: -webkit-transform 0.2s linear, opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear, -webkit-transform 0.2s linear;
  transition: opacity 0.2s linear, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, opacity 0.2s linear;
  transition: transform 0.2s linear, opacity 0.2s linear, -webkit-transform 0.2s linear;
  opacity: 0;
  visibility: hidden;
}

.awa-menu-items-left>a:nth-child(1),
.awa-menu-items-right>a:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.awa-menu-items-left>a:nth-child(2),
.awa-menu-items-right>a:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.awa-menu-items-left>a:nth-child(3),
.awa-menu-items-right>a:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.awa-menu-items-left>a:hover,
.awa-menu-items-left>a:active,
.awa-menu-items-left>a:focus,
.awa-menu-items-right>a:hover,
.awa-menu-items-right>a:active,
.awa-menu-items-right>a:focus {
  border-bottom: 2px dotted #ef5e65;
}

.awa-menu-items-left {
  left: -25px;
  -webkit-box-pack: end;
  box-pack: end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
}

.awa-menu-items-left>a {
  margin-right: 30px;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}

.awa-menu-items-right {
  right: -25px;
}

.awa-menu-items-right>a {
  margin-left: 30px;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}

.awa-hb-path-outer-stroke,
.awa-hb-path-inner-stroke {
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.large-menu .awa-menu-items-left>a,
.large-menu .awa-menu-items-right>a {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.large-menu .awa-hb-path-outer-stroke,
.large-menu .awa-hb-path-inner-stroke {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.awa-loader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  z-index: 9999;
  background: #fcd042;
  -webkit-transition: all 2s linear;
  transition: all 2s linear;
}

.awa-loader .awa-loader-inner {
  width: 500px;
}

@media screen and (max-width: 1440px) {
  .awa-loader .awa-loader-inner {
    width: 400px;
  }
}

@media screen and (max-width: 767px) {
  .awa-loader .awa-loader-inner {
    width: 350px;
  }
}

@media screen and (max-width: 500px) {
  .awa-loader .awa-loader-inner {
    width: 280px;
  }
}

.awa-loader .awa-loader-inner .awa-loader-back {
  fill: white;
}

.awa-loader .awa-loader-inner .awa-loader-text {
  fill: #fcd042;
  -webkit-transition: all 2s linear;
  transition: all 2s linear;
}

.awa-loader .awa-loader-inner .awa-loader-web-art {
  position: relative;
  width: 90%;
  margin: 10px auto 0;
}

.awa-loader .awa-loader-inner .awa-loader-web-art .awa-loader-web-art-text,
.awa-loader .awa-loader-inner .awa-loader-web-art .awa-loader-web-art-shadow {
  position: absolute;
  top: 0;
  left: 0;
}

.awa-loader .awa-loader-inner .awa-loader-web-art .awa-loader-web-art-text {
  opacity: 0.8;
  z-index: 20;
}

.awa-loader .awa-loader-inner .awa-loader-web-art .awa-loader-web-art-shadow {
  opacity: 0.25;
  z-index: 10;
  top: 15px;
  left: 15px;
}

.awa-loader[data-color="red"] {
  background: #ef5e65;
}

.awa-loader[data-color="red"] .awa-loader-text {
  fill: #ef5e65;
}

.awa-loader[data-color="pink"] {
  background: #dc3792;
}

.awa-loader[data-color="pink"] .awa-loader-text {
  fill: #dc3792;
}

.awa-loader[data-color="green"] {
  background: #46b2a2;
}

.awa-loader[data-color="green"] .awa-loader-text {
  fill: #46b2a2;
}

.awa-loader[data-color="limegreen"] {
  background: #acd157;
}

.awa-loader[data-color="limegreen"] .awa-loader-text {
  fill: #acd157;
}

.awa-loader[data-color="yellow"] {
  background: #fcd042;
}

.awa-loader[data-color="yellow"] .awa-loader-text {
  fill: #fcd042;
}

.awa-loader[data-color="darkblue"] {
  background: #1f212b;
}

.awa-loader[data-color="darkblue"] .awa-loader-text {
  fill: #1f212b;
}

.awa-loader[data-color="blue"] {
  background: #5093cf;
}

.awa-loader[data-color="blue"] .awa-loader-text {
  fill: #5093cf;
}

#awa-hello {
  padding-top: 20px;
}

#awa-hello .awa-container {
  position: relative;
}

@media screen and (max-width: 1023px) {
  #awa-hello {
    padding-top: 0;
  }
}

#awa-hello .awa-hamburger-icon {
  margin-bottom: 20px;
}

@media screen and (max-width: 1023px) {
  #awa-hello .awa-hamburger-icon {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #awa-hello .awa-section-body {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .awa-hello-grid {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    flex-wrap: wrap;
  }

  .awa-hello-grid>[class*="fxg-1-"] {
    width: 100%;
  }
}

.awa-hello-inner {
  background: #46b2a2;
  padding: 50px 40px;
  position: relative;
  box-shadow: 10px 10px 0 0 #feedb7;
}

.awa-hello-top-bird {
  position: absolute;
  width: 100%;
  max-width: 70px;
  top: 25px;
  left: 25px;
}

@media screen and (max-width: 767px) {
  .awa-hello-top-bird {
    display: none;
  }
}

.awa-section-header {
  text-align: center;
}

.awa-section-sub-title {
  color: #fcd042;
}

.awa-hello-left {
  padding-right: 20px;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .awa-hello-left {
    height: 100px;
    width: 100px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin: auto;
    padding: 0;
    border: 3px solid rgba(0, 0, 0, 0.1);
  }
}

@media screen and (min-width: 768px) {
  .awa-hello-left>img {
    box-shadow: -10px -10px 0 0 rgba(0, 0, 0, 0.1);
  }
}

@media screen and (max-width: 767px) {
  .awa-hello-left>img {
    max-width: 100px;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.awa-hello-right {
  padding-left: 20px;
  padding-right: 80px;
}

@media screen and (max-width: 767px) {
  .awa-hello-right {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}

.awa-hello-social {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

@media screen and (max-width: 767px) {
  .awa-hello-social {
    position: relative;
    -webkit-transform: none;
    transform: none;
  }
}

.awa-hello-social ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.awa-hello-social ul li {
  display: block;
  padding: 10px 0;
}

@media screen and (max-width: 767px) {
  .awa-hello-social ul li {
    display: inline-block;
    padding: 20px 0 0;
  }
}

.awa-hello-social ul li a {
  height: 60px;
  width: 60px;
  display: block;
  background-image: url(../images/awa-social-bird.svg);
  background-size: 95% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  opacity: 0.75;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.awa-hello-social ul li a:hover {
  opacity: 1;
}

.awa-hello-social ul li a svg {
  fill: white;
  width: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 3px;
  margin-left: 2px;
}

.awa-hello-me-title {
  font-family: "Museo-500";
  font-weight: 500;
  font-size: 1.5rem;
  color: white;
  padding: 0;
  margin: 0;
  letter-spacing: 1px;
  line-height: 1.3;
}

.awa-hello-me-master,
.awa-hello-me-text {
  font-family: "Poppins-Light";
  font-weight: 300;
  padding: 0;
  margin: 0;
  letter-spacing: 1px;
  color: #fcd042;
  font-size: 1.1rem;
  line-height: 1.1;
}

.awa-hello-me-text {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: white;
}

.awa-hello-me-text a {
  color: #fcd042;
  text-decoration: none;
  border-bottom: 2px dotted #fcd042;
}

.awa-hello-me-text a:focus,
.awa-hello-me-text a:active,
.awa-hello-me-text a:hover {
  outline: none;
  border-bottom-style: solid;
}

#awa-skills {
  background-color: #1f212b;
  background-image: url(../images/awa-skills-cover.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 50px 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  #awa-skills .awa-section-body {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .awa-skills-inner {
    padding: 0 40px;
  }
}

.awa-skills-text {
  font-family: "Poppins-Light";
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
  color: white;
  max-width: 1010px;
  margin: 0 auto;
}

.awa-skills-grid-container .fxg-pad [class*="fxg-1-"]:nth-child(4) {
  margin-left: auto;
}

.awa-skills-grid-container .fxg-pad [class*="fxg-1-"]:nth-child(5) {
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .awa-skills-grid-container .fxg-pad [class*="fxg-1-"] {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 450px) {
  .awa-skills-grid-container .fxg-pad [class*="fxg-1-"] {
    width: 100%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .awa-skills-grid-container .fxg-pad {
    max-width: 450px;
    margin: auto;
  }
}

@media screen and (max-width: 450px) {
  .awa-skills-grid-container .fxg-pad {
    max-width: 200px;
  }
}

.awa-skill-box {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.awa-skill-box>.awa-skill-box-inner {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .awa-skill-box>.awa-skill-box-inner {
    padding: 20px;
  }
}

.awa-skill-box .awa-skill-circle-box {
  height: 100%;
  width: 100%;
  padding: 35px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .awa-skill-box .awa-skill-circle-box {
    padding: 20px;
  }
}

.awa-skill-box .awa-skill-circle-box .awa-skill-math-circle {
  fill: none;
  stroke-width: 0.2;
  stroke-dasharray: 100;
  stroke-linecap: butt;
}

@media screen and (min-width: 1441px) {
  .awa-skill-box .awa-skill-circle-box .awa-skill-math-circle {
    stroke-width: 0.3;
  }
}

@media screen and (max-width: 767px) {
  .awa-skill-box .awa-skill-circle-box .awa-skill-math-circle {
    stroke-width: 0.3;
  }
}

.awa-skill-box .awa-skill-circle-box .awa-skill-math-circle[data-progress] {
  -webkit-transition: all 3s ease-in-out;
  transition: all 3s ease-in-out;
}

.awa-skill-box .awa-skill-circle-box.photoshop .awa-skill-math-circle {
  stroke: #46b2a2;
}

.awa-skill-box .awa-skill-circle-box.illustrator .awa-skill-math-circle {
  stroke: #ef5e65;
}

.awa-skill-box .awa-skill-circle-box.indesign .awa-skill-math-circle {
  stroke: #5093cf;
}

.awa-skill-box .awa-skill-circle-box.corel .awa-skill-math-circle {
  stroke: #fcd042;
}

.awa-skill-box .awa-skill-circle-box.fireworks .awa-skill-math-circle {
  stroke: #acd157;
}

.awa-skill-box .awa-skill-circle-box .awa-skill-circle-box-inner {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.awa-skill-box .awa-skill-circle-box .awa-skill-circle-percentage {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 50px;
  width: 50px;
  color: white;
  font-family: "Poppins-Light";
  font-size: 1.5rem;
  text-align: center;
  font-weight: 300;
  line-height: 50px;
}

.awa-skill-box .awa-skill-name {
  color: white;
  font-family: "Museo-500";
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin-top: 10px;
}

@media screen and (min-width: 992px) {
  .awa-br {
    display: block;
  }
}

#awa-doing {
  padding: 0;
}

#awa-doing .awa-section-header {
  padding: 130px 0;
}

@media screen and (max-width: 1023px) {
  #awa-doing .awa-section-header {
    padding: 50px 0;
  }
}

#awa-doing .awa-section-header:before {
  height: 100%;
  top: auto;
  bottom: auto;
  background: #1f212b;
  margin-top: -10px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

#awa-doing .awa-section-header .awa-section-sub-title {
  font-size: 1.8rem;
  letter-spacing: 10px;
  color: #343849;
  line-height: 1;
  margin-top: 20px;
  margin-bottom: 0;
}

.awa-doing-left,
.awa-doing-right {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.awa-gun-shot {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #acd157;
  z-index: 10;
}

.awa-gun-shot .awa-gun-shot-circle-1 {
  height: 180px;
  width: 180px;
  position: absolute;
  bottom: -10px;
  left: -10px;
  border-radius: 50%;
  background: #b4d760;
}

.awa-gun-shot .awa-gun-shot-circle-2 {
  height: 71%;
  width: 71%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #add256;
}

.awa-gun-shot .awa-gun-shot-circle-3 {
  height: 57%;
  width: 57%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #9ac13a;
}

.awa-gun-shot .awa-gun-shot-circle-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #b8d475;
}

.awa-gun-shot .awa-gun-shot-hl {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  height: 1px;
  width: 100%;
}

.awa-gun-shot .awa-gun-shot-vl {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  height: 100%;
  width: 1px;
}

.awa-gun-shot .awa-gun-shot-vl,
.awa-gun-shot .awa-gun-shot-hl {
  background: rgba(255, 255, 255, 0.5);
}

.awa-doing-left-content {
  position: relative;
  z-index: 10;
  height: 100%;
}

.awa-doing-right {
  height: 100%;
}

.awa-doing-right-top,
.awa-doing-right-bottom {
  padding: 30px;
  position: relative;
}

.awa-doing-right-top {
  background: #e1e9e2;
}

.awa-doing-right-bottom {
  background: white;
  padding: 40px 30px;
}

@media screen and (max-width: 767px) {
  .awa-doing-right-bottom {
    text-align: center;
  }
}

.awa-skill-slide {
  padding: 40px 20px 20px;
}

.awa-skill-slide .awa-skill-slide-icon {
  padding: 0;
  margin: 0;
  display: block;
}

.awa-skill-slide .awa-skill-slide-icon img {
  margin: auto;
  width: 100%;
  max-width: 80px;
  max-height: 80px;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.awa-skill-slide .awa-skill-slide-name {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 35px;
  font-family: "Museo-500";
  color: #3e414d;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.1rem;
  opacity: 0;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.awa-skill-slide.slick-slide.slick-center .awa-skill-slide-icon img {
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.awa-skill-slide.slick-slide.slick-center .awa-skill-slide-name {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.awa-skills-text-slider .awa-skill-text-slide {
  color: #3e414d;
}

.awa-skills-text-slider .awa-skill-text-slide .awa-skill-text-title {
  font-family: "Museo-500";
  font-weight: 500;
  font-size: 1.1rem;
  padding: 0;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.awa-skills-text-slider .awa-skill-text-slide .awa-skill-text-content {
  font-family: "Poppins-Light";
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
}

.awa-skills-text-slider .awa-skill-text-slide .awa-skill-text-content p {
  padding: 0;
  margin: 0;
}

.awa-skill-arrow {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 32px;
  margin-top: -16px;
  z-index: 1;
}

.awa-skill-arrow#awa-skill-prev {
  left: 30px;
}

.awa-skill-arrow#awa-skill-next {
  right: 30px;
}

.awa-skill-arrow>svg {
  height: 100%;
  width: 100%;
  fill: #3c3f4b;
}

@media screen and (max-width: 1023px) {
  .awa-doing-grid .fxg-pad {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    flex-wrap: wrap;
  }

  .awa-doing-grid .fxg-pad>[class*="fxg-1-"] {
    width: 100%;
  }
}

#awa-logo {
  position: relative;
  padding: 50px 0;
}

@media screen and (max-width: 1023px) {
  #awa-logo {
    padding: 0;
  }
}

#awa-logo .awa-section-header .awa-section-title {
  color: #3c3f4b;
  background: #e2e2e2;
}

@media screen and (max-width: 1023px) {
  #awa-logo .awa-section-header .awa-section-title {
    color: #ef5e65;
    background: white;
  }
}

#awa-logo .awa-section-header .awa-section-sub-title {
  color: #ef5e65;
}

@media screen and (max-width: 1023px) {
  #awa-logo .awa-section-header .awa-section-sub-title {
    color: white;
    margin-bottom: 0;
  }
}

#awa-logo .awa-section-header:after {
  background: #fcd042;
}

@media screen and (max-width: 1023px) {
  #awa-logo .awa-section-header:after {
    background: white;
  }
}

@media screen and (max-width: 1023px) {
  #awa-logo .awa-section-header {
    background: #ef5e65;
    padding: 50px 0;
  }
}

@media screen and (max-width: 1023px) {
  #awa-logo .awa-section-body {
    padding-bottom: 40px;
  }
}

.awa-logo-design-text,
.awa-logo-design-steps-text {
  font-family: Poppins-Light;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
  color: #3c3f4b;
  max-width: 1010px;
  margin: 0px auto;
}

.awa-logo-design-steps-text {
  text-transform: uppercase;
  color: #acd157;
  font-size: 1.1rem;
  margin-top: 5px;
  position: relative;
  display: inline-block;
}

.awa-logo-design-steps-text:after,
.awa-logo-design-steps-text:before {
  content: "";
  width: 20px;
  height: 1px;
  background: #acd157;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}

.awa-logo-design-steps-text:after {
  right: -25px;
}

.awa-logo-design-steps-text:before {
  left: -25px;
}

.fxg-pad.awa-logo-design-grid {
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .fxg-pad.awa-logo-design-grid {
    padding-top: 0;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    flex-wrap: wrap;
    max-width: 400px;
    margin: auto;
  }

  .fxg-pad.awa-logo-design-grid>[class*="fxg-1-"] {
    width: 50%;
    margin-top: 30px;
  }
}

.awa-logo-design-phase {
  padding: 0 30px 0;
}

.awa-logo-design-phase img {
  width: 100%;
  max-width: 222px;
  max-height: 222px;
}

[id^="awa-logo-design-phase-"] {
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  visibility: hidden;
  opacity: 0;
}

path[class^="awa-path-p4-"] {
  fill: none;
  stroke: #ef5e65;
}

path.awa-path-p4-2,
path.awa-path-p4-4 {
  stroke: none;
}

.clonned-awa-path-p4-1 {
  fill: #ef5e65;
}

.clonned-awa-path-p4-2 {
  fill: white;
}

.clonned-awa-path-p4-1,
.clonned-awa-path-p4-2 {
  display: none;
}

#awa-work {
  background-image: url(../images/awa-work-cover.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 50px 0;
  position: relative;
}

@media screen and (max-width: 1023px) {
  #awa-work {
    padding: 0;
  }

  #awa-work .awa-section-header {
    padding: 50px 0;
  }

  #awa-work .awa-container {
    position: relative;
    z-index: 100;
  }

  #awa-work:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(254, 237, 183, 0.4);
    top: 0;
    left: 0;
    z-index: 10;
  }

  #awa-work .awa-section-sub-title {
    margin-bottom: 0;
    color: #3c3f4b;
  }
}

@media screen and (max-width: 1023px) {
  #awa-work .awa-section-header:after {
    background: #3c3f4b;
  }
}

#awa-work .awa-section-header .awa-section-title {
  background: #e2e2e2;
}

@media screen and (max-width: 1023px) {
  #awa-work .awa-section-header .awa-section-title {
    color: white;
    background: #3c3f4b;
  }
}

#awa-folio {
  padding: 0;
  margin-bottom: -1px;
}

.awa-folio-grid .awa-folio-item-wrap {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .awa-folio-grid .awa-folio-item-wrap {
    width: 50%;
    height: 180px;
    min-height: 280px;
  }
}

@media screen and (max-width: 500px) {
  .awa-folio-grid .awa-folio-item-wrap {
    width: 100%;
  }
}

.awa-folio-grid .awa-folio-item-wrap .awa-folio-item {
  position: relative;
  padding-top: 100%;
}

@media screen and (max-width: 767px) {
  .awa-folio-grid .awa-folio-item-wrap .awa-folio-item {
    padding-top: 0;
    height: 100%;
  }
}

.awa-folio-grid .awa-folio-item-wrap .awa-folio-item.awa-folio-item-big {
  padding-top: 120%;
}

@media screen and (max-width: 767px) {
  .awa-folio-grid .awa-folio-item-wrap .awa-folio-item.awa-folio-item-big {
    padding-top: 0;
  }
}

.awa-folio-grid .awa-folio-image-wrap {
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;

  background-size: 100%;
  background-position: center center;
}

@media screen and (max-width: 767px) {
  .awa-folio-grid .awa-folio-image-wrap {
    /* position: relative; */
  }
}

.awa-folio-grid .awa-folio-image {
  margin: 0;
  padding: 20px;
  display: block;
}

.awa-folio-grid .awa-folio-image img {
  margin: auto;
  width: 100%;
  max-width: 350px;
}

@media screen and (max-width: 767px) {
  .awa-folio-grid .awa-folio-image img {
    max-width: 170px;
  }
}

.awa-folio-grid .awa-overlay-category {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

@media screen and (max-width: 1023px) {
  .awa-folio-grid .awa-overlay-category>span>span {
    padding: 10px 0;
  }
}

.awa-folio-grid .awa-overlay-category>span>span:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.awa-folio-grid .awa-overlay-category {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.awa-folio-grid .overlay-link {
  z-index: 100;
}

.awa-folio-grid .overlay-link:hover+.awa-overlay-category {
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.awa-folio-grid .overlay-link:hover+.awa-overlay-category>span:nth-child(odd)>span:before {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
}

.awa-folio-grid .overlay-link:hover+.awa-overlay-category>span:nth-child(even)>span:before {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: skewX(10deg);
  transform: skewX(10deg);
}

.awa-folio-grid .awa-folio-yellow {
  background: #fcd042;
}

.awa-folio-grid .awa-folio-yellow .awa-overlay-category>span>span {
  color: #fcd042;
}

.awa-folio-grid .awa-folio-yellow .awa-overlay-category>span>span:before {
  background: white;
}

.awa-folio-grid .awa-folio-skyblue {
  background: #d0e7e1;
}

.awa-folio-grid .awa-folio-skyblue .awa-overlay-category>span>span {
  color: white;
}

.awa-folio-grid .awa-folio-skyblue .awa-overlay-category>span>span:before {
  background: #5093cf;
}

.awa-folio-grid .awa-folio-grey {
  background: #f0f0f0;
}

.awa-folio-grid .awa-folio-grey .awa-overlay-category>span>span {
  color: white;
}

.awa-folio-grid .awa-folio-grey .awa-overlay-category>span>span:before {
  background: #555;
}

.awa-folio-grid .awa-folio-red {
  background: #ef5e65;
}

.awa-folio-grid .awa-folio-red .awa-overlay-category>span>span {
  color: #ef5e65;
}

.awa-folio-grid .awa-folio-red .awa-overlay-category>span>span:before {
  background: white;
}

@media screen and (max-width: 767px) {
  .awa-folio-grid .awa-folio-sm-yellow {
    background: #fcd042;
  }

  .awa-folio-grid .awa-folio-sm-yellow .awa-overlay-category>span>span {
    color: #fcd042;
  }

  .awa-folio-grid .awa-folio-sm-yellow .awa-overlay-category>span>span:before {
    background: white;
  }

  .awa-folio-grid .awa-folio-sm-skyblue {
    background: #d0e7e1;
  }

  .awa-folio-grid .awa-folio-sm-skyblue .awa-overlay-category>span>span {
    color: #d0e7e1;
  }

  .awa-folio-grid .awa-folio-sm-skyblue .awa-overlay-category>span>span:before {
    background: white;
  }

  .awa-folio-grid .awa-folio-sm-grey {
    background: #f0f0f0;
  }

  .awa-folio-grid .awa-folio-sm-grey .awa-overlay-category>span>span {
    color: #ef5e65;
  }

  .awa-folio-grid .awa-folio-sm-grey .awa-overlay-category>span>span:before {
    background: #555;
  }

  .awa-folio-grid .awa-folio-sm-red {
    background: #ef5e65;
  }

  .awa-folio-grid .awa-folio-sm-red .awa-overlay-category>span>span {
    color: #ef5e65;
  }

  .awa-folio-grid .awa-folio-sm-red .awa-overlay-category>span>span:before {
    background: white;
  }
}

@media screen and (max-width: 500px) {
  .awa-folio-grid .awa-folio-xsm-yellow {
    background: #fcd042;
  }

  .awa-folio-grid .awa-folio-xsm-skyblue {
    background: #d0e7e1;
  }

  .awa-folio-grid .awa-folio-xsm-grey {
    background: #f0f0f0;
  }

  .awa-folio-grid .awa-folio-xsm-red {
    background: #ef5e65;
  }
}

#awa-contact {
  background-color: #e1e9e2;
  background-image: url("../images/awa-map.png");
  background-size: cover;
  background-position: center -110px;
  background-repeat: no-repeat;
  padding: 0;
  position: relative;
  overflow: hidden;
}

#awa-contact .awa-section-header {
  padding-top: 50px;
}

#awa-contact .awa-section-header:after {
  background: #3c3f4b;
}

#awa-contact .awa-section-header .awa-section-title {
  background: #d3ddd5;
  color: #3c3f4b;
}

#awa-contact .awa-section-header .awa-section-sub-title {
  color: #acd157;
}

#awa-contact .awa-gun-shot {
  background: none;
}

@media screen and (max-width: 767px) {
  #awa-contact .awa-gun-shot {
    display: none;
  }
}

#awa-contact .awa-gun-shot .awa-gun-shot-circle-1 {
  background: none;
  box-shadow: none;
  top: 0;
  left: 0;
  bottom: auto;
}

#awa-contact .awa-gun-shot .awa-gun-shot-circle-2 {
  overflow: hidden;
  background: rgba(172, 209, 87, 0.3);
}

#awa-contact .awa-gun-shot .awa-gun-shot-circle-3 {
  overflow: hidden;
}

#awa-contact .awa-section-body,
#awa-contact .awa-section-header {
  z-index: 100;
  position: relative;
}

@media screen and (max-width: 767px) {
  #awa-contact .awa-section-body {
    padding-top: 0;
  }
}

.awa-contact-grid {
  padding: 0 90px;
}

@media screen and (max-width: 1023px) {
  .awa-contact-grid {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    flex-wrap: wrap;
  }

  .awa-contact-grid>[class*="fxg-1-"] {
    width: 100%;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .awa-contact-grid {
    padding: 0 50px;
  }
}

@media screen and (max-width: 1023px) {
  .awa-contact-grid.awa-contact-grid-sd {
    margin: 20px 0 40px;
    padding-left: 70px;
    padding-right: 70px;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 1023px) and (max-width: 767px) {
  .awa-contact-grid.awa-contact-grid-sd {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    flex-wrap: wrap;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 1023px) {
  .awa-contact-grid.awa-contact-grid-sd>[class*="fxg-1-"] {
    width: 50%;
    padding-right: 0;
  }
}

@media screen and (max-width: 1023px) and (max-width: 650px) {
  .awa-contact-grid.awa-contact-grid-sd>[class*="fxg-1-"] {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {

  .awa-contact-cta-box.awa-contact-cta-box,
  .awa-contact-email-box.awa-contact-cta-box {
    margin-right: 5px;
  }
}

@media screen and (max-width: 1023px) and (max-width: 650px) {

  .awa-contact-cta-box.awa-contact-cta-box,
  .awa-contact-email-box.awa-contact-cta-box {
    margin-right: 0;
  }
}

@media screen and (max-width: 1023px) {

  .awa-contact-cta-box.awa-contact-email-box,
  .awa-contact-email-box.awa-contact-email-box {
    margin-left: 5px;
  }
}

@media screen and (max-width: 1023px) and (max-width: 650px) {

  .awa-contact-cta-box.awa-contact-email-box,
  .awa-contact-email-box.awa-contact-email-box {
    margin-left: 0;
    margin-top: 10px;
  }
}

.awa-contact-cta-box>a,
.awa-contact-email-box>a {
  display: inline-block;
  text-decoration: none;
  border-bottom: 2px dotted transparent;
}

@media screen and (max-width: 1023px) {

  .awa-contact-cta-box>a,
  .awa-contact-email-box>a {
    display: block;
  }
}

.awa-contact-cta-box>a>img,
.awa-contact-email-box>a>img {
  max-width: 80px;
  margin: auto;
}

@media screen and (max-width: 1023px) {

  .awa-contact-cta-box>a>img,
  .awa-contact-email-box>a>img {
    display: none;
  }
}

.awa-contact-cta-box>a>.awa-contact-cta-phone,
.awa-contact-cta-box>a>.awa-contact-cta-email,
.awa-contact-email-box>a>.awa-contact-cta-phone,
.awa-contact-email-box>a>.awa-contact-cta-email {
  display: block;
  margin-top: 15px;
  color: #3c3f4b;
  text-decoration: none;
  font-family: "Museo-500";
  font-weight: 500;
  font-size: 1.3rem;
}

@media screen and (max-width: 1023px) {

  .awa-contact-cta-box>a>.awa-contact-cta-phone,
  .awa-contact-cta-box>a>.awa-contact-cta-email,
  .awa-contact-email-box>a>.awa-contact-cta-phone,
  .awa-contact-email-box>a>.awa-contact-cta-email {
    margin-top: 0;
    border: 2px dotted #3c3f4b;
    padding: 10px;
    width: 100%;
  }
}

.awa-contact-cta-box>a:focus,
.awa-contact-cta-box>a:active,
.awa-contact-cta-box>a:hover,
.awa-contact-email-box>a:focus,
.awa-contact-email-box>a:active,
.awa-contact-email-box>a:hover {
  outline: none;
  border-bottom: 2px dotted #3c3f4b;
}

.awa-contact-email-box {
  padding-top: 30px;
}

@media screen and (max-width: 1023px) {
  .awa-contact-email-box {
    padding-top: 0;
  }
}

.awa-contact-cta {
  height: 100%;
  padding: 20px 0 20px 20px;
}

@media screen and (max-width: 1023px) {
  .awa-contact-cta {
    padding-left: 0;
  }
}

.awa-contact-cta .awa-contact-cta-inner {
  height: 100%;
  background: rgba(252, 208, 66, 0.75);
  box-shadow: 10px 10px 0 0 #d3ddd5;
}

.awa-section-body-inner {
  position: relative;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .awa-contact-form [class*="fxg-1-"] {
    width: 100%;
  }
}

#awa-footer {
  margin-top: -50px;
  padding: 40px 0 0;
  position: relative;
  z-index: 50;
}

.awa-footer-bird-wrap {
  position: relative;
}

.awa-footer-bird {
  max-width: 100px;
  margin: auto;
}

.awa-footer-bird:before,
.awa-footer-bird:after {
  content: "";
  height: 2px;
  width: 50%;
  position: absolute;
  background: #3c3f4b;
}

.awa-footer-bird:before {
  left: -45px;
  top: 50%;
  margin-top: -1px;
}

.awa-footer-bird:after {
  right: -55px;
  top: 71%;
  margin-top: -1px;
}

.footer-menu-left {
  position: absolute;
  right: 50%;
  top: 50%;
  margin-top: 3px;
  margin-right: 45px;
}

@media screen and (max-width: 550px) {
  .footer-menu-left {
    text-align: right;
  }
}

.footer-menu-right {
  position: absolute;
  left: 50%;
  top: 71%;
  margin-top: 3px;
  margin-left: 55px;
}

.footer-menu-left a,
.footer-menu-right a {
  color: #3c3f4b;
  text-decoration: none;
}

.footer-menu-left a:hover,
.footer-menu-left a:active,
.footer-menu-left a:focus,
.footer-menu-right a:hover,
.footer-menu-right a:active,
.footer-menu-right a:focus {
  border-bottom: 2px dotted #3c3f4b;
}

@media screen and (max-width: 550px) {

  .footer-menu-left a,
  .footer-menu-right a {
    display: inline-block;
    margin-top: 3px;
  }
}

@media screen and (max-width: 550px) {

  .footer-menu-left span,
  .footer-menu-right span {
    display: block;
    font-size: 0;
  }
}

.awa-footer-site-info {
  padding: 0 0 30px;
  margin: 30px 0 0;
  color: #acb0bc;
  font-family: "Poppins-Regular";
  text-align: center;
}

.awa-footer-site-info a {
  color: #3c3f4b;
  line-height: 1;
  text-decoration: none;
}

.awa-footer-site-info a:hover,
.awa-footer-site-info a:active,
.awa-footer-site-info a:focus {
  text-decoration: none;
  outline: none;
  border-bottom: 2px dotted #3c3f4b;
}

.awa-body {
  font-family: "Poppins-Light";
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
  color: rgb(62, 65, 77);
  max-width: 650px;
  margin: 0 auto;
}

.more-folio {
  padding: 4.2rem 2rem;
  text-align: center;

  position: relative;
  border-top: 1px solid #fff;
  border-bottom: 5px solid rgb(240, 184, 0);
}

.more-folio:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #F5D672;
  z-index: 20;
}

.more-folio:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;

  opacity: .5;
  /* background-image: url(../images/awa-work-cover.jpg); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.more-folio>* {
  position: relative;
  z-index: 30;
}

.more-folio a {
  font-family: "Museo-500";
  font-weight: 500;
  font-size: 1.5rem;
  text-decoration: none;
  color: inherit;
  transition: .1s ease-in-out;

  border: 3px solid #333;
  color: #333;
  transition: .1s linear;
  padding: 18px 43px 16px;
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.more-folio a:hover,
.more-folio a:focus,
.more-folio a:active {
  border-color: #333;
  color: #F5D672;
  background: #333;
}


.awa-contact-cta-box>a:hover,
.awa-contact-email-box>a:hover,
.awa-contact-cta-box>a:active,
.awa-contact-email-box>a:active,
.awa-contact-cta-box>a:focus,
.awa-contact-email-box>a:focus {
  border-bottom-color: transparent;
}

.lb-data .lb-close {
  height: 20px;
  width: 20px;
  background-size: contain;
}

.lb-data .lb-number {
  padding-bottom: 0;
  padding-top: 3px;
}

.lightbox .lb-image {
  border-radius: 0;
  border: 2px solid white;
}

.lb-nav a.lb-prev,
.lb-nav a.lb-next {
  opacity: 1;
}

.lb-nav a.lb-prev {
  background-image: url(../images/awa-left-arrow-lb.svg);
  background-size: 12px;
  background-position: center center;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: -40px;
  height: 40px;
  width: 40px;
}

.lb-nav a.lb-next {
  background-image: url(../images/awa-right-arrow-lb.svg);
  background-size: 12px;
  background-position: center center;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: -40px;
  height: 40px;
  width: 40px;
}

.lb-nav a.lb-prev,
.lb-nav a.lb-next {
  background-color: white;
  /* border: 1px solid white; */
}