/**
-----
----- Template Name : Anoumi
----- Version       : 1.0.0
----- Author        : Wip Themes
----- Author URL    : https://themeforest.net/user/wip-themes
-----
		Table of content:
		(1) RESET & BASE STYLING
		(2) CONTAINERS
		(3) MAIN MENU
		(4) MAIN CONTENT
		(5) KENBURN SLIDE
		(6) INNER PAGES
		(7) PORTFOLIO
		(8) CONTACT FORM
-----
-----
*/
/** !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 ===== 1. RESET & BASE STYLING =====
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! **/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

body {
  margin: 0;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  font-kerning: auto;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

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

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover:focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

textarea {
  overflow: auto;
  resize: vertical;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/** End css reset */
/**
 * =============> (2) Base Styling
 **/
body {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  font-kerning: auto;
}

a[href$=".jpg"],
a[href$=".jpeg"],
a[href$=".gif"],
a[href$=".png"] {
  cursor: zoom-in;
}

ul.menu-widget-list li a,
a.rd-more {
  position: relative;
}

ul.menu-widget-list li a:before,
a.rd-more:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  width: 0;
  background: currentColor;
  -webkit-transition: width 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: width 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}

ul.menu-widget-list li a:hover:before,
a.rd-more:hover:before {
  left: 0;
  right: initial;
  width: 100%;
}

blockquote {
  padding-left: 70px;
  position: relative;
}

blockquote:before {
  content: open-quote;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 75px;
  font-size: 3rem;
  z-index: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-family: "Georgia", serif;
}

blockquote:after {
  content: close-quote;
  display: table;
  line-height: 0;
  clear: both;
  overflow: hidden;
}

/** tabular data */
table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table td, table th {
  padding: .5rem;
  vertical-align: top;
}

/** forms elements */
input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
select {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: calc(2.25rem + 2px);
  font-size: 1em;
  padding: 1.2rem 1rem;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

textarea {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1em;
  padding: 1.2rem 1rem;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

input[type="submit"],
button[type="submit"] {
  font-size: .875rem;
  letter-spacing: .025em;
  text-transform: uppercase;
  line-height: 1;
  padding: .75rem 1rem;
  border-radius: 3px;
  outline-width: 0;
  cursor: pointer;
}

.button {
  position: relative;
  z-index: 1;
  line-height: 1;
  padding: .75rem 1rem;
  border-radius: 2px;
  outline-width: 0;
  cursor: pointer;
}

.button.text-uppercase {
  font-size: 15px;
  letter-spacing: .05em;
  padding: 1rem 1rem;
}

.button:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  opacity: 0;
  -webkit-transition: width 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s, opacity 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: width 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s, opacity 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}

.button:hover:before {
  left: 0;
  right: initial;
  width: 100%;
  opacity: 1;
}

@keyframes rotateAnimation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes wk-rotateAnimation {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

/** override bootstrap buttons */
.btn.anoumi-btn {
  position: relative;
  overflow: hidden;
  font-style: 1rem;
  padding: .7rem 1rem;
  border-radius: 2px;
  outline-width: 0;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .075em;
  box-shadow: 0 0.3px 1px -5px rgba(0, 0, 0, 0.109), 0 0.9px 2.6px -5px rgba(0, 0, 0, 0.155), 0 1.8px 5.3px -5px rgba(0, 0, 0, 0.195), 0 3.7px 11px -5px rgba(0, 0, 0, 0.241), 0 10px 30px -5px rgba(0, 0, 0, 0.35);
}

.btn.anoumi-btn:hover {
  box-shadow: 0 0.2px 1px -4px rgba(0, 0, 0, 0.109), 0 0.4px 2.6px -4px rgba(0, 0, 0, 0.155), 0 0.9px 5.3px -4px rgba(0, 0, 0, 0.195), 0 1.8px 11px -4px rgba(0, 0, 0, 0.241), 0 5px 20px -4px rgba(0, 0, 0, 0.35);
}

.btn.anoumi-btn:hover:before {
  transform: scale(100) rotate(-45deg);
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}

.btn.anoumi-btn.btn-lg {
  padding: 1rem 1.25rem;
}

.btn.anoumi-btn ion-icon,
.btn.anoumi-btn .icon {
  display: inline-block;
  line-height: inherit;
  vertical-align: middle;
  font-size: 16px;
  margin-left: .5rem;
  -webkit-transform: translateY(-0.5px);
  transform: translateY(-0.5px);
}

.btn.anoumi-btn:before {
  content: "";
  position: absolute;
  z-index: 1;
  height: 20px;
  width: 20px;
  bottom: -20px;
  left: -20px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.25);
  transform: scale(0) rotate(-45deg);
}

.btn.on-submit {
  font: inherit;
  color: inherit;
  text-transform: none;
  border: 0;
  margin: 0;
  padding: 0 !important;
  overflow: visible;
  outline-width: 0;
  text-indent: -9999rem;
  font-size: .0000001em;
  width: 37px;
  height: 37px;
  pointer-events: none;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  background-color: transparent !important;
  animation-name: rotateAnimation;
  -webkit-animation-name: wk-rotateAnimation;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

.btn {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.btn, .btn.btn-md {
  padding: .5rem 1rem .5rem 1rem;
}

.btn.btn-lg {
  padding: .75rem 1rem .75rem 1rem;
}

/** first loader */
@keyframes ano_firstload {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}

#anoumi-site-preloader {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  overflow: hidden;
}

#anoumi-site-preloader .preloader-ui {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
}

#anoumi-site-preloader .preloader-ui .preloader-inner {
  margin: 0;
  padding: 0;
  width: 100%;
  flex: none;
  text-align: center;
}

#anoumi-site-preloader .preloader-ui .preloader-inner .preloader-circle {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
}

#anoumi-site-preloader .preloader-ui .preloader-inner .preloader-circle:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  opacity: 0;
  animation-name: ano_firstload;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

#anoumi-site-preloader .preloader-ui .preloader-inner .preloader-circle img {
  display: inline-block;
  margin: 0;
  padding: 0;
  height: auto;
  width: auto;
  max-width: 180px;
  vertical-align: middle;
}

/** animation preparation */
@keyframes ano_revealTop {
  from, 50%, to {
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  from {
    right: 0;
    left: 0;
    bottom: 0;
    top: initial;
    height: 100%;
  }
  50% {
    height: 100%;
    bottom: initial;
    top: 0;
  }
  to {
    height: 0;
    bottom: initial;
    top: 0;
  }
}

@keyframes ano_revealBottom {
  from, 50%, to {
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  from {
    right: 0;
    left: 0;
    top: 0;
    bottom: initial;
    height: 100%;
  }
  50% {
    height: 100%;
    top: initial;
    bottom: 0;
  }
  to {
    height: 0;
    top: initial;
    bottom: 0;
  }
}

@keyframes ano_revealLeft {
  from, 50%, to {
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  from {
    right: 0;
    top: 0;
    bottom: 0;
    left: initial;
    width: 100%;
  }
  50% {
    width: 100%;
    right: initial;
    left: 0;
  }
  to {
    width: 0;
    right: initial;
    left: 0;
    top: 0;
    bottom: 0;
  }
}

@keyframes ano_revealRight {
  from, 50%, to {
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  from {
    left: 0;
    top: 0;
    bottom: 0;
    right: initial;
    width: 100%;
  }
  50% {
    width: 100%;
    left: initial;
    right: 0;
  }
  to {
    width: 0;
    left: initial;
    right: 0;
    top: 0;
    bottom: 0;
  }
}

@keyframes ano_fadein {
  from {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes ano_fadeinTop {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ano_fadeinBottom {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ano_fadeinLeft {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes ano_fadeinRight {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

html.js .has-reveal-effect {
  position: relative;
}

html.js .has-reveal-effect.reveal-bottom:before, html.js .has-reveal-effect.reveal-top:before, html.js .has-reveal-effect.reveal-left:before, html.js .has-reveal-effect.reveal-right:before {
  content: "";
  position: absolute;
  z-index: 9;
  width: 100%;
}

html.js .has-reveal-effect.fadein-top, html.js .has-reveal-effect.fadein-bottom, html.js .has-reveal-effect.fadein-left, html.js .has-reveal-effect.fadein-right, html.js .has-reveal-effect.fadein {
  opacity: 0;
}

html.js .has-reveal-effect.reveal-bottom:before {
  height: 100%;
  top: 0;
}

html.js .has-reveal-effect.reveal-top:before {
  height: 100%;
  bottom: 0;
}

html.js .has-reveal-effect.reveal-left:before {
  width: 100%;
  height: 100%;
  right: 0;
}

html.js .has-reveal-effect.reveal-right:before {
  width: 100%;
  height: 100%;
  left: 0;
}

html.js .has-reveal-effect.animated.reveal-bottom:before {
  height: 0%;
  left: 0;
  top: initial;
  animation-name: ano_revealBottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

html.js .has-reveal-effect.animated.reveal-top:before {
  height: 0%;
  left: 0;
  bottom: initial;
  animation-name: ano_revealTop;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

html.js .has-reveal-effect.animated.reveal-left:before {
  width: 0%;
  left: 0;
  right: initial;
  animation-name: ano_revealLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

html.js .has-reveal-effect.animated.reveal-right:before {
  width: 0%;
  right: 0;
  left: initial;
  animation-name: ano_revealRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

html.js .has-reveal-effect.animated.fadein {
  opacity: 1;
  animation-name: ano_fadein;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}

html.js .has-reveal-effect.animated.fadein-top {
  opacity: 1;
  transform: translateY(0);
  animation-name: ano_fadeinTop;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}

html.js .has-reveal-effect.animated.fadein-bottom {
  opacity: 1;
  transform: translateY(0);
  animation-name: ano_fadeinBottom;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}

html.js .has-reveal-effect.animated.fadein-left {
  opacity: 1;
  transform: translateX(0);
  animation-name: ano_fadeinLeft;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}

html.js .has-reveal-effect.animated.fadein-right {
  opacity: 1;
  transform: translateX(0);
  animation-name: ano_fadeinRight;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}

/** !!!!!!!!!!!!!!!!!!!!!!!!!!!!
 ===== 1.1 BASE TYPOGRAPHY =====
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! **/
p:not(:first-child) {
  margin-top: 29px;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
}

h1:not(:first-child), h2:not(:first-child), h3:not(:first-child), h4:not(:first-child), h5:not(:first-child), h6:not(:first-child) {
  margin-top: 50px;
  margin-bottom: 1rem;
}

h1 + h1,
h1 + h2,
h1 + h3,
h1 + h4,
h1 + h5,
h1 + h6, h2 + h1,
h2 + h2,
h2 + h3,
h2 + h4,
h2 + h5,
h2 + h6, h3 + h1,
h3 + h2,
h3 + h3,
h3 + h4,
h3 + h5,
h3 + h6, h4 + h1,
h4 + h2,
h4 + h3,
h4 + h4,
h4 + h5,
h4 + h6, h5 + h1,
h5 + h2,
h5 + h3,
h5 + h4,
h5 + h5,
h5 + h6, h6 + h1,
h6 + h2,
h6 + h3,
h6 + h4,
h6 + h5,
h6 + h6 {
  margin-top: 0;
}

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
  margin-top: 2rem !important;
}

h1 + ul, h2 + ul, h3 + ul, h4 + ul, h5 + ul, h6 + ul {
  margin-top: 2rem !important;
}

h1 + ol, h2 + ol, h3 + ol, h4 + ol, h5 + ol, h6 + ol {
  margin-top: 2rem !important;
}

.anoumi-font-normal {
  font-weight: normal;
}

.ano-spacer {
  display: block;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  clear: both;
  margin: 0;
  padding: 0;
  height: 3rem;
}

.ano-spacer.spacer-sm {
  height: 1rem;
}

.ano-spacer.spacer-md {
  height: 2.5rem;
}

.ano-spacer.spacer-lg {
  height: 4rem;
}

@media (min-width: 768px) {
  .ano-spacer {
    height: 4rem;
  }
}

@media (min-width: 992px) {
  .ano-spacer {
    height: 5rem;
  }
}

.has-dropcap:first-letter {
  font-size: 3rem;
  float: left;
  margin: 0.6rem 1rem .5rem 0;
  line-height: 0.68;
  text-transform: uppercase;
  font-weight: 600;
}

/** !!!!!!!!!!!!!!!!!!!!!!
 ===== 2. CONTAINERS =====
 !!!!!!!!!!!!!!!!!!!!!!!!! **/
#site {
  margin: 0;
  padding: calc(60px + 1rem) 1rem 1rem 1rem;
  height: 100vh;
  overflow: hidden;
}

.site-wrapper {
  padding: 0;
  margin: 0;
  position: relative;
  height: 100%;
}

@media (min-width: 768px) {
  #site {
    padding: 2rem;
    height: 100vh;
  }
}

@media (min-width: 992px) {
  #site {
    padding: 4rem;
  }
}

@media all and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
  html.ios #site {
    height: 568px;
  }
}

@media all and (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
  html.ios #site {
    height: 320px;
  }
}

@media all and (device-width: 375px) and (device-height: 667px) and (orientation: portrait) {
  html.ios #site {
    height: 667px;
  }
}

@media all and (device-width: 375px) and (device-height: 667px) and (orientation: landscape) {
  html.ios #site {
    height: 375px;
  }
}

@media all and (device-width: 414px) and (device-height: 736px) and (orientation: portrait) {
  html.ios #site {
    height: 736px;
  }
}

@media all and (device-width: 414px) and (device-height: 736px) and (orientation: landscape) {
  html.ios #site {
    height: 414px;
  }
}

@media all and (device-width: 414px) and (device-height: 896px) and (orientation: portrait) {
  html.ios #site {
    height: 896px;
  }
}

@media all and (device-width: 414px) and (device-height: 896px) and (orientation: landscape) {
  html.ios #site {
    height: 414px;
  }
}

@media all and (device-width: 375px) and (device-height: 812px) and (orientation: portrait) {
  html.ios #site {
    height: 812px;
  }
}

@media all and (device-width: 375px) and (device-height: 812px) and (orientation: landscape) {
  html.ios #site {
    height: 375px;
  }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  html.ios #site {
    height: 1024px;
  }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  html.ios #site {
    height: 768px;
  }
}

/** !!!!!!!!!!!!!!!!!!!!!
 ===== 3. MAIN MENU =====
 !!!!!!!!!!!!!!!!!!!!!!!! **/
#main-header {
  width: 100%;
  height: 60px;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#main-header .navbar-logo {
  margin: 0;
  padding: .5rem 0 .5rem 2rem;
}

#main-header .navbar-logo img {
  display: block;
  width: auto;
  max-width: none;
  max-height: 100%;
  margin: 0;
  vertical-align: middle;
}

#main-header .add-header-nav {
  display: none;
}

#main-header .nav-ui {
  position: absolute;
  z-index: 5;
  top: 60px;
  right: 100%;
  width: 100%;
  height: calc(100vh - 60px);
  overflow: hidden;
  -webkit-transition: right 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  transition: right 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}

#main-header .nav-ui .nav-content-wrapper {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

#main-header .nav-ui .nav-content-wrapper .nav-brand {
  display: none;
  position: relative;
  text-align: left;
  padding: 2rem;
  margin: 0;
  vertical-align: middle;
  flex-shrink: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

#main-header .nav-ui .nav-content-wrapper .nav-brand img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  zoom: 1;
}

#main-header .nav-ui .nav-content-wrapper .social--cp {
  margin: 0;
  padding: 2rem;
  line-height: 1.2em;
  vertical-align: middle;
  flex-shrink: 0;
}

#main-header .nav-ui .nav-content-wrapper .social--cp ul.social-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#main-header .nav-ui .nav-content-wrapper .social--cp ul.social-links li {
  list-style-type: none;
  display: inline-block;
  margin: 3px 10px 3px 0;
  padding: 0;
}

#main-header .nav-ui .nav-content-wrapper .social--cp ul.social-links li a {
  display: inline-block;
  margin: 0;
  padding: 0;
}

#main-header .nav-ui .nav-content-wrapper .social--cp ul.social-links li a svg {
  width: 16px;
  height: 16px;
  stroke-width: 1.5;
  fill: currentColor;
  vertical-align: middle;
}

#main-header .nav-ui .nav-content-wrapper .social--cp .cp-text {
  margin: 15px 0 0;
  padding: 0;
  font-size: 11px;
  letter-spacing: .075rem;
}

#main-header .nav-ui .nav-content-wrapper .main-menu-container-wrap {
  margin: 0;
  padding: 0;
  flex: 1 0 0%;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  overflow-x: hidden;
  overflow-y: scroll;
}

#main-header .nav-ui .nav-content-wrapper .main-menu-container-wrap .scroll-content {
  width: 100%;
  margin: auto;
}

#main-header .nav-ui .nav-content-wrapper .main-menu-container-wrap .scrollbar-track {
  visibility: hidden;
  background: transparent !important;
}

#main-header .nav-ui .nav-content-wrapper .main-menu-container-wrap .main-menu-container {
  margin: auto;
  padding: 2rem;
  width: 100%;
}

#main-header .nav-ui .nav-content-wrapper .main-menu-container-wrap .main-menu-container ul#anoumi-nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 1.25rem;
}

#main-header .nav-ui .nav-content-wrapper .main-menu-container-wrap .main-menu-container ul#anoumi-nav > li {
  padding: .55rem 0 .55rem;
  text-align: left;
}

#main-header .nav-ui .nav-content-wrapper .main-menu-container-wrap .main-menu-container ul#anoumi-nav > li a {
  text-transform: none;
  font-size: 1.7rem;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: .025em;
}

#main-header .nav-ui .nav-content-wrapper .main-menu-container-wrap .main-menu-container ul#anoumi-nav > li:first-child {
  padding-top: 0;
}

#main-header .nav-ui .nav-content-wrapper .main-menu-container-wrap .main-menu-container ul#anoumi-nav > li:last-child {
  padding-bottom: 0;
}

#main-header .nav-ui .nav-content-wrapper .main-menu-container-wrap .main-menu-container ul#anoumi-nav a {
  display: inline-block;
  position: relative;
}

#main-header .nav-ui .nav-content-wrapper .main-menu-container-wrap .main-menu-container ul#anoumi-nav a:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  width: 0;
  -webkit-transition: width 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: width 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}

#main-header .nav-ui .nav-content-wrapper .main-menu-container-wrap .main-menu-container ul#anoumi-nav a:hover:before {
  right: initial;
  left: 0;
  width: 100%;
}

#main-header .nav-ui .nav-content-wrapper .main-menu-container-wrap .main-menu-container ul#anoumi-nav li {
  position: relative;
  list-style-type: none;
}

#main-header .nav-ui .nav-content-wrapper .main-menu-container-wrap .main-menu-container ul#anoumi-nav li.current-menu-item > a {
  position: relative;
}

#main-header .nav-ui .nav-content-wrapper .main-menu-container-wrap .main-menu-container ul#anoumi-nav li.current-menu-item > a:before {
  width: 100%;
}

#main-header .nav-ui .nav-content-wrapper .main-menu-container-wrap .main-menu-container ul#anoumi-nav ul {
  list-style-type: none;
  margin: 2rem 0 1.5rem 0;
  padding: 0;
}

#main-header .nav-ui .nav-content-wrapper .main-menu-container-wrap .main-menu-container ul#anoumi-nav ul > li {
  padding: .25rem 0 .25rem;
}

#main-header .nav-ui .nav-content-wrapper .main-menu-container-wrap .main-menu-container ul#anoumi-nav ul > li a {
  font-weight: 400;
  font-size: .9rem;
}

#main-header.toggleMenu .nav-ui {
  right: 0;
}

@media (min-width: 768px) {
  #main-header {
    display: block;
    flex: none;
    width: 70px;
    height: 100%;
    position: absolute;
    overflow: hidden;
    -webkit-transition: width 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s;
    transition: width 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s;
  }
  #main-header.toggleMenu {
    width: 350px;
    -webkit-transition: width 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: width 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  #main-header.toggleMenu .nav-ui {
    right: 0;
    -webkit-transition: right 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: right 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  }
  #main-header .navbar-logo {
    position: absolute;
    z-index: 1;
    margin: -35px 0 0 0;
    padding: 0 0 0 0;
    display: block;
    flex: none;
    top: 50%;
    right: 0;
    width: 70px;
    height: 70px;
    transform: rotate(-90deg);
    overflow: visible;
  }
  #main-header .navbar-logo img {
    position: absolute;
    width: auto;
    max-width: none;
    height: auto;
    max-height: 80%;
    vertical-align: middle;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
  }
  #main-header .hamburger {
    float: right;
    width: 70px;
    height: 70px;
    position: relative;
  }
  #main-header .add-header-nav {
    position: absolute;
    z-index: 1;
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    right: 0;
    bottom: 0;
    text-align: center;
    overflow: hidden;
  }
  #main-header .add-header-nav ion-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    transform: translateY(-3px);
  }
  #main-header .add-header-nav:before {
    content: "";
    position: absolute;
    z-index: 1;
    height: 20px;
    width: 20px;
    bottom: -20px;
    left: -20px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.25);
    transform: scale(0) rotate(-45deg);
  }
  #main-header .add-header-nav:hover:before {
    transform: scale(100) rotate(-45deg);
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  }
  #main-header .nav-ui {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 75px;
    width: 350px;
    height: 100%;
    overflow: hidden;
    -webkit-transition: right 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
    transition: right 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  }
  #main-header .nav-ui .nav-content-wrapper .nav-brand {
    display: inline-block;
  }
  #main-header .nav-ui .nav-content-wrapper .nav-brand,
  #main-header .nav-ui .nav-content-wrapper .social--cp {
    padding: 3rem;
  }
  #main-header .nav-ui .nav-content-wrapper .main-menu-container-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #main-header .nav-ui .nav-content-wrapper .main-menu-container-wrap .main-menu-container {
    padding: 0 3rem 0 3rem;
  }
  #main-header .nav-ui .nav-content-wrapper .main-menu-container-wrap .main-menu-container ul#anoumi-nav > li a {
    font-size: 1.3rem;
    line-height: 1.3em;
  }
}

@media (min-width: 992px) {
  #main-header {
    width: 100px;
  }
  #main-header .navbar-logo {
    width: 100px;
    height: 100px;
    margin-top: -50px;
  }
  #main-header .hamburger {
    float: right;
    width: 100px;
    height: 100px;
  }
  #main-header .add-header-nav {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
  #main-header .add-header-nav ion-icon {
    width: 28px;
    height: 28px;
    transform: translateY(-5px);
  }
  #main-header .nav-ui {
    right: 100px;
  }
  #main-header .nav-ui .nav-content-wrapper .main-menu-container-wrap .main-menu-container ul#anoumi-nav > li a {
    font-size: 1.4rem;
  }
}

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  outline-width: 0;
  position: relative;
  z-index: 1;
  vertical-align: middle;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger:focus, .hamburger:active {
  outline-width: 0;
}

.hamburger.is-active {
  outline-width: 0;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 24px;
  height: 16px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 24px;
  height: 2px;
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -7px;
}

.hamburger-inner::after {
  bottom: -7px;
}

.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.15s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.15s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-7.2px, -4.32px, 0) rotate(-45deg) scale(0.5, 1);
  transition: top 0.15s ease, transform 0.15s 0.15s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-7.2px, 4.32px, 0) rotate(45deg) scale(0.5, 1);
  transition: bottom 0.15s ease, transform 0.15s 0.15s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/** !!!!!!!!!!!!!!!!!!!!!!!!
 ===== 4. MAIN CONTENT =====
 !!!!!!!!!!!!!!!!!!!!!!!!!!! **/
#main {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#main .main-shadow {
  position: absolute;
  bottom: 15px;
  left: -3%;
  right: -3%;
  height: 10px;
  z-index: -1;
  border-radius: 60% 60% 60% 60%/60% 60% 60% 60%;
  box-shadow: -15px 20px 20px 0 rgba(0, 0, 0, 0.15), 15px 20px 20px 0 rgba(0, 0, 0, 0.15);
}

@media (min-width: 768px) {
  #main {
    width: calc(100% - 70px);
  }
}

@media (min-width: 992px) {
  #main {
    width: calc(100% - 100px);
  }
}

.anoumi-section {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-200vh);
  transform: translateY(-200vh);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.anoumi-section.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.anoumi-section .inner-section {
  position: absolute;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.anoumi-section .inner-section .scroll-content {
  width: 100%;
  margin: auto;
}

.anoumi-section .inner-section .scroll-content:after {
  content: "";
  display: table;
  line-height: 0;
  margin: 0;
  padding: 0;
  clear: both;
}

.anoumi-section .inner-section .scrollbar-track.scrollbar-track-y {
  background-color: transparent !important;
}

.anoumi-section .inner-section .container {
  max-width: 100%;
}

.anoumi-section .inner-section .inner-content {
  margin: 0;
  padding: 3rem 0 3rem;
}

.section-header {
  position: relative;
  margin: 0;
  padding: 0;
  height: calc(100vh - (60px + 2rem));
}

.section-header .split-header-image {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: .75;
}

.section-header .fullscreen-header-image {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section-header .fullscreen-header-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.section-header.split-header .section-header-content, .section-header.fullscreen-header .section-header-content {
  height: 100%;
}

.section-header.split-header .section-header-content h1, .section-header.fullscreen-header .section-header-content h1 {
  margin: 0 0 0;
  line-height: 1.1;
}

.section-header.fullscreen-header .section-header-content h1, .section-header.fullscreen-header .section-header-content .lead {
  color: #fff;
}

.section-header .lead {
  font-weight: 500;
  letter-spacing: .05em;
  padding-left: .25rem;
}

.content-block {
  margin: 0;
  padding: 3rem 0 3rem;
}

.content-block.has-sm-padding {
  padding: 3rem 0 3rem;
}

@media (min-width: 768px) {
  .anoumi-section .inner-section .container {
    width: 720px;
    max-width: 90%;
  }
  .anoumi-section .inner-section .inner-content {
    margin: 0;
    padding: 4rem 0 4rem;
  }
  .section-header {
    height: calc(100vh - 4rem);
  }
  .section-header.split-header .section-header-content h1, .section-header.fullscreen-header .section-header-content h1 {
    font-size: 4rem;
    line-height: 1;
  }
  .content-block {
    margin: 0;
    padding: 4rem 0 4rem;
  }
  .content-block.has-sm-padding {
    padding: 3rem 0 3rem;
  }
}

@media (min-width: 992px) {
  .anoumi-section .inner-section .container {
    width: 960px;
    max-width: 80%;
  }
  .anoumi-section .inner-section .inner-content {
    margin: 0;
    padding: 5rem 0 5rem;
  }
  .section-header {
    height: calc(100vh - 8rem);
  }
  .section-header.split-header .section-header-content h1, .section-header.fullscreen-header .section-header-content h1 {
    font-size: 6rem;
    line-height: 1;
  }
  .section-header .lead {
    padding-left: .45rem;
  }
  .content-block {
    margin: 0;
    padding: 5rem 0 5rem;
  }
  .content-block.has-sm-padding {
    padding: 4rem 0 4rem;
  }
  .split-content-master {
    height: auto;
    min-height: calc(100vh - 8rem);
  }
}

@media (min-width: 1200px) {
  .anoumi-section .inner-section .container {
    width: 1140px;
    max-width: 80%;
  }
}

.section-title {
  font-weight: 600;
  font-size: 1.5rem;
  margin: 0 0 2rem;
  padding: 0;
  position: relative;
  z-index: 1;
}

.section-title:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 2px;
  z-index: -1;
  vertical-align: middle;
  margin-left: 1rem;
}

.small-title {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .1rem;
  margin-bottom: .5rem !important;
  position: relative;
}

.title-up-line {
  font-weight: 600;
  font-size: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin: 0 0 0;
}

.split-inner-content {
  height: 100%;
  margin: 0;
  padding: 3rem;
  text-align: center;
}

.split-inner-content > div {
  flex: none;
  display: block;
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .split-inner-content {
    padding: 4rem;
  }
}

@media (min-width: 992px) {
  .split-inner-content {
    padding: 5rem;
  }
}

#prologue-block {
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(22, 22, 22, 0.35);
}

#prologue-block .prologue-inner {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.3);
}

#prologue-block .prologue-inner .prologue-content {
  display: block;
  width: 100%;
  max-width: 100%;
  flex: none;
  margin: 0;
  padding: 15px;
  text-align: center;
}

#prologue-block .prologue-inner .prologue-content h1, #prologue-block .prologue-inner .prologue-content h2, #prologue-block .prologue-inner .prologue-content h3, #prologue-block .prologue-inner .prologue-content h4, #prologue-block .prologue-inner .prologue-content h5, #prologue-block .prologue-inner .prologue-content h6 {
  color: #fff;
}

#prologue-block .prologue-inner .prologue-content h1 {
  font-weight: 300;
  font-size: 6vw;
  margin-top: 1rem;
}

#prologue-block .prologue-inner .prologue-content h1 .text-rotator {
  font-weight: 500;
}

#prologue-block .prologue-inner .prologue-content h1 .typed-cursor {
  font-weight: 300;
  opacity: .5;
}

@media (min-width: 768px) {
  #prologue-block .prologue-inner .prologue-content {
    padding: 4rem;
  }
  #prologue-block .prologue-inner .prologue-content h1 {
    font-size: 3vw;
  }
}

@media (min-width: 992px) {
  #prologue-block .prologue-inner .prologue-content {
    padding: 5rem;
  }
  #prologue-block .prologue-inner .prologue-content h1 {
    font-size: 2.5rem;
  }
}

/** !!!!!!!!!!!!!!!!!!!!!!!!!
 ===== 5. KENBURN SLIDE =====
 !!!!!!!!!!!!!!!!!!!!!!!!!!!! **/
#kenburn-slides {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#kenburn-slides ul.slider-items {
  list-style-type: none;
  position: relative;
  z-index: 2;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  height: 100%;
}

#kenburn-slides ul.slider-items li.slider-item {
  list-style-type: none;
  position: absolute;
  z-index: 1;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  height: 100%;
  opacity: 0;
}

#kenburn-slides ul.slider-items li.slider-item img {
  position: absolute;
  max-width: none !important;
  margin: 0 0 0;
  z-index: 1;
}

.yt-background {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.yt-background #ano-video-bg,
.yt-background .ytplayer-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.yt-background video {
  position: relative;
  background: transparent;
}

.static-background {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.static-background .static-background-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/** !!!!!!!!!!!!!!!!!!!!!!!
 ===== 6. INNER PAGES =====
 !!!!!!!!!!!!!!!!!!!!!!!!!! **/
/** Progress bar */
.progress-wrap {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03), 0 1px 5px -3px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.06);
}

.progress-wrap .skill-name {
  display: inline-block;
  padding: 1rem;
  text-transform: uppercase;
  font-size: .9rem;
}

.progress-wrap .progress-value {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -.05rem;
  opacity: .5;
}

.progress-wrap .progress {
  border-radius: 0 0 3px 3px;
}

.progress-wrap .progress .progress-bar {
  -webkit-transition: none;
  transition: none;
}

/** Experience / education list */
ul.experience-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.experience-list li {
  list-style-type: none;
  margin: 0;
  padding: 1.25rem 0 1.25rem;
}

ul.experience-list li:first-child {
  padding-top: 0;
}

ul.experience-list li p.item-title {
  margin: 0 0 .15rem !important;
  padding: 0 0 0;
  font-weight: 600;
}

ul.experience-list li p.item-description {
  margin: 0 0 0 !important;
  padding: 0 0 0;
  font-size: .9rem;
}

ul.experience-list li p.item-description span {
  display: block;
  vertical-align: middle;
  opacity: .75;
}

ul.experience-list li p.item-description ion-icon,
ul.experience-list li p.item-description .icon {
  font-size: 15px;
  line-height: 1;
  vertical-align: middle;
  margin-right: .25rem;
  fill: currentColor;
  color: currentColor;
  -webkit-transform: translateY(1.5px);
  transform: translateY(-1.5px);
}

@media (min-width: 576px) {
  ul.experience-list li p.item-description {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  ul.experience-list li p.item-description span {
    display: inline-block;
  }
  ul.experience-list li p.item-description .item-location {
    margin-left: 1rem;
    margin-right: auto;
  }
}

/** Animated number */
.animated-number-wrap {
  font-size: 2.25rem;
  letter-spacing: -.025em;
  text-align: center;
  margin: 0 0 1rem;
  padding: 0;
}

.animated-number-wrap .animated-number {
  position: relative;
  margin: 0;
  padding: 0 .5rem;
}

.animated-number-wrap .zigzag-line {
  font-size: 1rem;
  margin: 0 0 .5rem;
  padding: 0;
  text-align: center;
  height: 30px;
  overflow: hidden;
}

.animated-number-wrap .zigzag-line svg {
  display: inline-block;
  width: 34px;
  height: auto;
  opacity: .75;
}

/** Testimonial block */
.ano-testimonial {
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
}

.ano-testimonial blockquote {
  font-size: 1.15rem;
  margin-top: 0;
  margin-bottom: 50px;
}

.ano-testimonial img.testimonial-person {
  margin-left: 70px;
  margin-bottom: .75rem;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.ano-testimonial figcaption {
  padding-left: 70px;
  font-size: 13px;
  letter-spacing: .025em;
}

.ano-testimonial figcaption cite {
  display: block;
  font-style: normal;
  font-weight: bold;
}

.testimonial-carousel-buttons {
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
}

.testimonial-carousel-buttons .testimonial-carousel-btn-next,
.testimonial-carousel-buttons .testimonial-carousel-btn-prev {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 .5rem;
  padding: 0;
  border-radius: 50%;
  vertical-align: middle;
  cursor: pointer;
  outline-width: 0;
}

.testimonial-carousel-buttons .testimonial-carousel-btn-next:focus, .testimonial-carousel-buttons .testimonial-carousel-btn-next:active,
.testimonial-carousel-buttons .testimonial-carousel-btn-prev:focus,
.testimonial-carousel-buttons .testimonial-carousel-btn-prev:active {
  outline-width: 0;
}

.testimonial-carousel-buttons .testimonial-carousel-btn-next svg,
.testimonial-carousel-buttons .testimonial-carousel-btn-prev svg {
  display: inline-block;
  width: 16px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.testimonial-carousel-buttons .testimonial-carousel-btn-prev {
  margin-left: 70px;
}

.testimonial-carousel-buttons .total-slide {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  letter-spacing: .025em;
  margin-left: 1rem;
  margin-right: 1rem;
}

.testimonial-carousel-buttons .total-slide span {
  display: inline-block;
  margin: 0 .5rem;
}

/** services */
.service-card {
  position: relative;
  overflow: hidden;
  margin: 0 0 30px;
  padding: 1.5rem;
  text-align: center;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  transition: background 0.3s ease 0s, box-shadow 0.3s ease 0s;
}

.service-card:before, .service-card:after {
  content: "";
  position: absolute;
  z-index: 1;
  height: 20px;
  width: 20px;
  bottom: -20px;
  left: -20px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.25);
  -webkit-transform: scale(0) rotate(-45deg);
  transform: scale(0) rotate(-45deg);
}

.service-card:after {
  background: rgba(0, 0, 0, 0.075);
}

.service-card .service-icon {
  position: relative;
  z-index: 0;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  vertical-align: middle;
  margin: 0 auto 1.5rem auto;
  border-radius: 120px;
  -webkit-transition: background 0.3s ease 0s, color 0.3s ease 0s;
  transition: background 0.3s ease 0s, color 0.3s ease 0s;
}

.service-card h3.service-name {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 1rem;
  padding: 0;
}

.service-card ion-icon {
  font-size: 44px;
  display: inline-block;
  vertical-align: middle;
}

.service-card .service-name,
.service-card .service-text {
  position: relative;
  z-index: 2;
}

.service-card:hover {
  box-shadow: 0 0.2px 1px -10px rgba(0, 0, 0, 0.109), 0 0.4px 2.6px -10px rgba(0, 0, 0, 0.155), 0 0.9px 5.3px -10px rgba(0, 0, 0, 0.195), 0 1.8px 11px -10px rgba(0, 0, 0, 0.241), 0 5px 30px -10px rgba(0, 0, 0, 0.35);
}

.service-card:hover:before {
  -webkit-transform: scale(100) rotate(-45deg);
  transform: scale(100) rotate(-45deg);
  opacity: 0;
  -webkit-transition: opacity 0.9s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s, -webkit-transform 0.9s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s;
  transition: opacity 0.9s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s, transform 0.9s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s;
}

.service-card:hover:after {
  transform: scale(100) rotate(-45deg);
  opacity: 0;
  -webkit-transition: opacity 0.9s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s, -webkit-transform 0.9s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s;
  transition: opacity 0.9s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s, transform 0.9s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s;
}

/** !!!!!!!!!!!!!!!!!!!!!
 ===== 7. PORTFOLIO =====
 !!!!!!!!!!!!!!!!!!!!!!!! **/
.portfolio-list-wrap {
  margin: 0;
  padding: 3rem 0 3rem;
}

@media (min-width: 768px) {
  .portfolio-list-wrap {
    padding: 4rem 0 4rem;
  }
}

@media (min-width: 992px) {
  .portfolio-list-wrap {
    padding: 5rem 0 5rem;
  }
}

.portfolio-filter-container {
  position: relative;
  margin: 0 0 30px;
  padding: 0;
}

.portfolio-filter-container .portfolio-filter-ui {
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 1;
}

.portfolio-filter-container .filter-drop-button {
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  outline-width: 0;
  vertical-align: middle;
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 2px;
  box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.12);
  padding: .75rem 0;
  text-transform: uppercase;
  font-size: .9rem;
  letter-spacing: .05em;
}

.portfolio-filter-container .filter-drop-button ion-icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: .75rem;
}

.portfolio-filter-container ul.portfolio-filter {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: .5rem 0 .5rem;
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  box-shadow: 0 5px 22px -5px rgba(0, 0, 0, 0.3);
}

.portfolio-filter-container ul.portfolio-filter li {
  list-style-type: none;
  margin: 0;
  padding: .5rem 1rem;
  text-transform: uppercase;
  font-size: .9rem;
}

.portfolio-filter-container ul.portfolio-filter li a {
  display: inline-block;
  margin: 0;
  padding: .2rem .5rem;
  border-radius: 4px;
}

.portfolio-filter-container.mob-show-filter ul.portfolio-filter {
  display: block;
}

.portfolio-filter-container.mob-show-filter .filter-drop-button {
  box-shadow: inset 0 30px 20px -5px rgba(0, 0, 0, 0.05), 0 1px 5px -2px rgba(0, 0, 0, 0.12);
}

@media (min-width: 768px) {
  .portfolio-filter-container ul.portfolio-filter {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .portfolio-filter-container ul.portfolio-filter li {
    padding: .5rem .5rem;
  }
  .portfolio-filter-container.mob-show-filter ul.portfolio-filter {
    display: -ms-flexbox;
    display: flex;
  }
}

.portfolio-grid {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: -30px;
}

.portfolio-grid .portfolio-grid__sizer,
.portfolio-grid .portfolio-item {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}

.portfolio-grid .portfolio-item {
  margin: 0 0 30px;
  padding: 0 15px;
  min-height: 1px;
  display: block;
}

.portfolio-grid .portfolio-item.hidden-grid {
  display: none;
}

.portfolio-grid .portfolio-item .entry-image {
  margin: 0;
  padding: 0;
}

.portfolio-grid .portfolio-item .entry-image a {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.portfolio-grid .portfolio-item .entry-image a:before, .portfolio-grid .portfolio-item .entry-image a:after {
  content: "";
  position: absolute;
  z-index: 1;
  height: 20px;
  width: 20px;
  bottom: -20px;
  left: -20px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.25);
  -webkit-transform: scale(0) rotate(-45deg);
  transform: scale(0) rotate(-45deg);
}

.portfolio-grid .portfolio-item .entry-image a:after {
  background: rgba(0, 0, 0, 0.075);
}

.portfolio-grid .portfolio-item .entry-image a:hover:before {
  -webkit-transform: scale(100) rotate(-45deg);
  transform: scale(100) rotate(-45deg);
  opacity: 0;
  -webkit-transition: opacity 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s, -webkit-transform 0.9s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s;
  transition: opacity 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s, transform 0.9s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s;
}

.portfolio-grid .portfolio-item .entry-image a:hover:after {
  transform: scale(100) rotate(-45deg);
  opacity: 0;
  -webkit-transition: opacity 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s, -webkit-transform 0.9s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s;
  transition: opacity 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s, transform 0.9s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s;
}

.portfolio-grid .portfolio-item .entry-title {
  margin: 0;
  padding: 20px;
}

.portfolio-grid .portfolio-item .entry-title h3 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 1rem;
}

.portfolio-grid .portfolio-item .entry-title .entry-meta {
  margin: 0;
  padding: 0;
  opacity: .75;
}

.portfolio-grid .portfolio-item .entry-title .entry-meta .p-client {
  margin: 0 0 .5rem;
  padding: 0;
  font-size: 11px;
  letter-spacing: .025em;
  text-transform: uppercase;
}

.portfolio-grid .portfolio-item .entry-title .entry-meta .p-categories {
  margin: 0;
  padding: 0;
  font-size: 11px;
  text-transform: uppercase;
}

.portfolio-grid .portfolio-item .entry-title .entry-meta .p-categories span {
  font-size: inherit;
  line-height: 1;
  margin: 0 .1rem 0 .1rem;
  padding: .2rem .3rem;
  border-radius: 2px;
}

.portfolio-grid .portfolio-item .entry-title .entry-meta .p-categories span:first-child {
  margin-left: 0;
}

@media (min-width: 576px) {
  .portfolio-grid .portfolio-grid__sizer,
  .portfolio-grid .portfolio-item {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .portfolio-grid .portfolio-grid__sizer,
  .portfolio-grid .portfolio-item {
    flex: 0 0 33.333334%;
    width: 33.333334%;
    max-width: 33.333334%;
  }
}

/** !!!!!!!!!!!!!!!!!!!!!!!!
 ===== 8. CONTACT FORM =====
 !!!!!!!!!!!!!!!!!!!!!!!!!!! **/
#anoumi-contact-form {
  margin: 0;
  padding: 0;
}

#anoumi-contact-form .alert {
  margin-bottom: 30px;
  text-align: center;
  font-size: 0.9rem;
}

#anoumi-contact-form p {
  position: relative;
  margin: 0 0 20px;
}

#anoumi-contact-form p input[type="text"],
#anoumi-contact-form p input[type="email"],
#anoumi-contact-form p input[type="phone"],
#anoumi-contact-form p textarea {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 0;
  padding-right: 0;
}

#anoumi-contact-form p input[type="text"]:focus, #anoumi-contact-form p input[type="text"].has_value,
#anoumi-contact-form p input[type="email"]:focus,
#anoumi-contact-form p input[type="email"].has_value,
#anoumi-contact-form p input[type="phone"]:focus,
#anoumi-contact-form p input[type="phone"].has_value,
#anoumi-contact-form p textarea:focus,
#anoumi-contact-form p textarea.has_value {
  outline-width: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#anoumi-contact-form p input[type="text"]:focus + label, #anoumi-contact-form p input[type="text"].has_value + label,
#anoumi-contact-form p input[type="email"]:focus + label,
#anoumi-contact-form p input[type="email"].has_value + label,
#anoumi-contact-form p input[type="phone"]:focus + label,
#anoumi-contact-form p input[type="phone"].has_value + label,
#anoumi-contact-form p textarea:focus + label,
#anoumi-contact-form p textarea.has_value + label {
  font-size: 12px;
  opacity: .75;
  letter-spacing: .075em;
  top: -10px;
}

#anoumi-contact-form p label {
  position: absolute;
  height: 20px;
  line-height: 20px;
  left: 0;
  top: calc(50% - 10px);
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .025em;
  pointer-events: none;
  -webkit-transition: all .25s ease 0s;
  transition: all .25s ease 0s;
}

#anoumi-contact-form p textarea {
  height: 1rem;
  min-height: 1rem;
  padding-top: .5rem;
  overflow-y: hidden;
}
