@charset "UTF-8";
@font-face {
  font-family: Icons;
  src: url(../themes/skills2work/assets/fonts/open-iconic/open-iconic.eot);
  src: url(../themes/skills2work/assets/fonts/open-iconic/open-iconic.eot?#iconic-sm) format("embedded-opentype"), url(../themes/skills2work/assets/fonts/open-iconic/open-iconic.woff) format("woff"), url(../themes/skills2work/assets/fonts/open-iconic/open-iconic.ttf) format("truetype"), url(../themes/skills2work/assets/fonts/open-iconic/open-iconic.otf) format("opentype"), url(../themes/skills2work/assets/fonts/open-iconic/open-iconic.svg#iconic-sm) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Ionicons";
  src: url(../themes/skills2work/assets/fonts/ionicons/fonts/ionicons.eot?v=4.0.0-19);
  src: url(../themes/skills2work/assets/fonts/ionicons/fonts/ionicons.eot?v=4.0.0-19#iefix) format("embedded-opentype"), url(../themes/skills2work/assets/fonts/ionicons/fonts/ionicons.woff2?v=4.0.0-19) format("woff2"), url(../themes/skills2work/assets/fonts/ionicons/fonts/ionicons.woff?v=4.0.0-19) format("woff"), url(../themes/skills2work/assets/fonts/ionicons/fonts/ionicons.ttf?v=4.0.0-19) format("truetype"), url(../themes/skills2work/assets/fonts/ionicons/fonts/ionicons.svg?v=4.0.0-19#Ionicons) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Flaticon";
  src: url(../themes/skills2work/assets/fonts/flaticon/font/Flaticon.eot);
  src: url(../themes/skills2work/assets/fonts/flaticon/font/Flaticon.eot?#iefix) format("embedded-opentype"), url(../themes/skills2work/assets/fonts/flaticon/font/Flaticon.woff) format("woff"), url(../themes/skills2work/assets/fonts/flaticon/font/Flaticon.ttf) format("truetype"), url(../themes/skills2work/assets/fonts/flaticon/font/Flaticon.svg#Flaticon) format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url(../themes/skills2work/assets/fonts/flaticon/font/Flaticon.svg#Flaticon) format("svg");
  }
}
@font-face {
  font-family: "icomoon";
  src: url(../themes/skills2work/assets/fonts/icomoon/icomoon.eot?6tt51o);
  src: url(../themes/skills2work/assets/fonts/icomoon/icomoon.eot?6tt51o#iefix) format("embedded-opentype"), url(../themes/skills2work/assets/fonts/icomoon/icomoon.ttf?6tt51o) format("truetype"), url(../themes/skills2work/assets/fonts/icomoon/icomoon.woff?6tt51o) format("woff"), url(../themes/skills2work/assets/fonts/icomoon/icomoon.svg?6tt51o#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
}
.oi {
  position: relative;
  top: 1px;
  display: inline-block;
  speak: none;
  font-family: Icons;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.oi:empty:before {
  width: 1em;
  text-align: center;
  box-sizing: content-box;
}
.oi:before {
  content: "";
}
.animated {
  /*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated-fast {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.ftco-animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes bounce {
  from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@-webkit-keyframes flash {
  from, to {
    opacity: 1;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes swing {
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes jello {
  from, to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@-webkit-keyframes bounceIn {
  from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes bounceInDown {
  from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes bounceInLeft {
  from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes bounceInRight {
  from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes bounceInUp {
  from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bounceOut {
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@-webkit-keyframes bounceOutDown {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@-webkit-keyframes bounceOutLeft {
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@-webkit-keyframes bounceOutRight {
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@-webkit-keyframes bounceOutUp {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
    -ms-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    visibility: visible;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
    -ms-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    visibility: visible;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    visibility: hidden;
    /*-webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);*/
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    visibility: hidden;
    /*-webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);*/
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    visibility: hidden;
    /*-webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);*/
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    visibility: hidden;
    /*-webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);*/
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    visibility: hidden;
    /*-webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);*/
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    visibility: hidden;
    /*-webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);*/
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    visibility: hidden;
    /*-webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);*/
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    visibility: hidden;
    /*-webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);*/
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  to {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpMenu {
  from {
    opacity: 0;
    visibility: hidden;
    /*-webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);*/
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpMenu {
  from {
    opacity: 0;
    visibility: hidden;
    /*-webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);*/
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@font-face {
  font-family: "Ionicons";
  src: url("../themes/skills2work/assets/fonts/ionicons/fonts/ionicons%EF%B9%96v=4.0.0-19.eot");
  src: url("../themes/skills2work/assets/fonts/ionicons/fonts/ionicons%EF%B9%96v=4.0.0-19.eot#iefix") format("embedded-opentype"), url("../themes/skills2work/assets/fonts/ionicons/fonts/ionicons%EF%B9%96v=4.0.0-19.woff2") format("woff2"), url("../themes/skills2work/assets/fonts/ionicons/fonts/ionicons%EF%B9%96v=4.0.0-19.woff") format("woff"), url("../themes/skills2work/assets/fonts/ionicons/fonts/ionicons%EF%B9%96v=4.0.0-19.ttf") format("truetype"), url("../themes/skills2work/assets/fonts/ionicons/fonts/ionicons%EF%B9%96v=4.0.0-19.svg#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.ionicons, .ion-ios-arrow-back:before, .ion-ios-arrow-forward:before, .ion-ios-play:before, .ion-ios-search:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ion-ios-arrow-back:before {
  content: "";
}
.ion-ios-arrow-forward:before {
  content: "";
}
.ion-ios-play:before {
  content: "";
}
.ion-ios-search:before {
  content: "";
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.flaticon-adoption:before {
  content: "";
}
.flaticon-charity:before {
  content: "";
}
.flaticon-volunteer:before {
  content: "";
}
.flaticon-open-book:before {
  content: "";
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: "Work Sans", Arial, sans-serif;
  background: #fff;
  font-size: 18px;
  line-height: 1.8;
  font-weight: normal;
  color: #666666;
  padding-top: 58px;
}
.iti--separate-dial-code .iti__selected-dial-code {
  font-size: 16px;
}
.nav-link {
  color: #822b6a;
}
.page-link {
  color: #822b6a;
}
.page-link:hover {
  color: #822b6a;
}
#dialCode {
  display: none;
}
@media (max-width: 500px) {
  #dialCode {
    display: block;
  }
}
@media (max-width: 500px) {
  .iti__flag-container {
    display: none;
  }
}
.page-item.active .page-link {
  background-color: #822b6a;
  border-color: #822b6a;
}
a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #822b6a;
}
a:hover, a:focus {
  text-decoration: none;
  color: #822b6a;
  outline: none !important;
}
.form-floating > label {
  top: -4px;
}
table {
  font-size: 13px;
}
textarea.form-control {
  height: inherit !important;
}
.swal2-styled.swal2-confirm {
  background-color: #822b6a !important;
}
.iti__country {
  font-size: 15px;
}
.visible {
  display: block;
}
.invalid-feedback {
  line-height: normal;
  margin-top: -10px;
  font-size: 14px;
}
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 700;
  font-family: "Work Sans", Arial, sans-serif;
}
.btn {
  -webkit-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
  font-weight: 600;
}
.btn:hover, .btn:active, .btn:focus {
  outline: none;
}
.btn:focus, .btn:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 43, 106, 0.5);
}
.btn.btn-primary {
  background: #822b6a;
  border-color: #822b6a;
  color: #fff;
}
.btn.btn-primary:hover {
  background: #822b6a;
  border-color: #822b6a;
  animation: pulse2 1s;
  box-shadow: 0 0 0 2em rgba(130, 43, 106, 0);
}
.btn.btn-primary2 {
  background: #fff;
  border: 1px solid #fff;
  color: #822b6a;
  font-weight: 700;
}
.btn.btn-primary2:hover {
  animation: pulse1 1s;
  box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
}
.btn.btn-primary3 {
  background: #000;
  border: 1px solid #000;
  color: #fff;
  font-weight: 700;
}
.btn.btn-primary3:hover {
  animation: pulse3 1s;
  box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
}
@keyframes pulse1 {
  0% {
    box-shadow: 0 0 0 0 white;
  }
}
@keyframes pulse2 {
  0% {
    box-shadow: 0 0 0 0 #822b6a;
  }
}
@keyframes pulse3 {
  0% {
    box-shadow: 0 0 0 0 black;
  }
}
.ftco-section {
  padding: 3em 0;
  position: relative;
}
.ftco-navbar-light {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 0;
}
@media (max-width: 991.98px) {
  .ftco-navbar-light {
    background: #000000;
    position: relative;
    top: 0;
    padding: 10px 15px;
  }
}
.ftco-navbar-light.scrolled {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  margin-top: -130px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.ftco-navbar-light.scrolled.awake {
  margin-top: 0px;
  -webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
@media (max-width: 991.98px) {
  .ftco-navbar-light.scrolled .navbar-nav {
    padding-bottom: 10px;
    background: none;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.ftco-navbar-light img {
  max-width: 200px;
  width: 100%;
}
@media (max-width: 370px) {
  .ftco-navbar-light img {
    max-width: 150px;
  }
}
.ftco-navbar-light .navbar-toggler {
  border: none;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  padding-right: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.ftco-navbar-light .btn.btn-primary {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.ftco-navbar-light .nav-item .nav-link {
  line-height: 58px;
  display: block;
  padding: 0 20px;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.ftco-navbar-light .nav-item.active .nav-link, .ftco-navbar-light .nav-item:hover .nav-link {
  color: #822b6a;
}
.hero-wrap {
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.hero-wrap .overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.3;
  background: #822b6a;
  width: 100%;
  height: 100%;
}
body.page-for-partners .hero-wrap, body.page-for-learners .hero-wrap, body.page-home1 .hero-wrap {
  height: 100vh;
}
body.page-for-partners .hero-wrap .overlay::after, body.page-for-learners .hero-wrap .overlay::after, body.page-home1 .hero-wrap .overlay::after {
  opacity: 0.4;
  width: 50%;
}
body.page-for-partners .hero-wrap .overlay::before, body.page-for-learners .hero-wrap .overlay::before, body.page-home1 .hero-wrap .overlay::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.3;
  background: black;
  width: 100%;
  height: 100%;
}
body.page-for-partners .container, body.page-for-learners .container, body.page-home1 .container {
  max-width: 1180px;
}
body.page-for-partners .container .slider-text, body.page-for-learners .container .slider-text, body.page-home1 .container .slider-text {
  height: 100vh;
  position: relative;
}
body.page-for-partners .container .slider-text .text, body.page-for-learners .container .slider-text .text, body.page-home1 .container .slider-text .text {
  position: relative;
}
body.page-for-partners .container .slider-text h1, body.page-for-learners .container .slider-text h1, body.page-home1 .container .slider-text h1 {
  font-size: 76px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-family: "Oswald", Arial, sans-serif;
}
@media (max-width: 900px) {
  body.page-for-partners .container .slider-text h1, body.page-for-learners .container .slider-text h1, body.page-home1 .container .slider-text h1 {
    font-size: 50px;
  }
}
@media (max-width: 500px) {
  body.page-for-partners .container .slider-text h1, body.page-for-learners .container .slider-text h1, body.page-home1 .container .slider-text h1 {
    font-size: 20px;
  }
}
body.page-for-partners .container .slider-text h2, body.page-for-learners .container .slider-text h2, body.page-home1 .container .slider-text h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.1;
  color: #fff;
}
@media (max-width: 500px) {
  body.page-for-partners .container .slider-text h2, body.page-for-learners .container .slider-text h2, body.page-home1 .container .slider-text h2 {
    font-size: 30px;
  }
}
body.page-for-partners .container .slider-text p, body.page-for-learners .container .slider-text p, body.page-home1 .container .slider-text p {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
}
.partners h2 {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: "Oswald", Arial, sans-serif;
}
@media (max-width: 500px) {
  .partners h2 {
    font-size: 30px;
  }
}
.partners img {
  margin: 0 20px 80px;
}
.accordion h2 {
  color: #822b6a;
}
.accordion .accordion-button:not(.collapsed) {
  color: #822b6a;
  background-color: rgba(130, 43, 105, 0.1);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.13);
}
.accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23822b6a'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
  color: #822b6a;
}
@media (max-width: 500px) {
  .accordion .accordion-button {
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  .accordion {
    font-size: 15px;
  }
}
.big-title .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #822b6a;
  opacity: 0.5;
  z-index: -1;
}
.big-title h2 {
  font-size: 50px;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: "Oswald", Arial, sans-serif;
  color: #fff;
}
@media (max-width: 500px) {
  .big-title h2 {
    font-size: 30px;
  }
}
.big-title p {
  color: #fff;
}
@media (max-width: 500px) {
  .big-title p {
    font-size: 15px !important;
  }
}
body.page-home .hero-wrap {
  background-image: url("../themes/skills2work/assets/images/xbg_4.jpg.pagespeed.ic.ROP2EZC-pC.jpg");
}
body.page-home .section2 {
  background-color: #822b6a;
}
body.page-home .section2 .img-bg {
  background: #822b6a url("../themes/skills2work/assets/images/mus.png") no-repeat bottom right;
  background-size: contain;
}
body.page-home .section2 h2 {
  font-size: 40px;
  line-height: 1.1;
  color: #fff;
}
@media (max-width: 500px) {
  body.page-home .section2 h2 {
    font-size: 30px;
  }
}
body.page-home .section2 p {
  color: #fff;
}
body.page-home .section4 h2 {
  font-size: 50px;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: "Oswald", Arial, sans-serif;
}
@media (max-width: 500px) {
  body.page-home .section4 h2 {
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  body.page-home .section4 h2 + p + p + p br {
    display: none;
  }
}
body.page-home .section4 p {
  font-size: 22px;
}
body.page-home .section4 .boxes3 {
  color: #666666;
  padding: 30px;
  width: 100%;
  text-align: center;
}
body.page-home .section4 .boxes3 svg {
  width: 100px;
}
body.page-home .section4 .boxes3 h3 {
  margin-top: 10px;
  font-size: 22px;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  body.page-home .section4 .boxes3 a {
    font-size: 14px;
  }
}
body.page-home .section4 .boxes3:hover {
  color: #fff;
  background-color: #822b69;
}
body.page-home .section4 .boxes3:hover svg {
  fill: #fff;
}
body.page-home .section4 .boxes3:hover h3 {
  color: #fff;
}
body.page-home .section4 .boxes3:hover .btn.btn-primary {
  background: #fff !important;
  border: 1px solid #fff !important;
  color: #822b6a !important;
}
body.page-home .section4 .boxes3 p {
  font-size: 18px;
}
body.page-home .section4 .d-flex:last-child .boxes3 svg {
  fill: none;
  stroke: #000;
}
body.page-home .section4 .d-flex:last-child .boxes3:hover svg {
  fill: none;
  stroke: #fff;
}
@media (max-width: 500px) {
  body.page-home p {
    font-size: 15px !important;
  }
}
body.page-for-learners .hero-wrap {
  background-image: url("../themes/skills2work/assets/images/learn.jpeg");
}
body.page-for-learners .section2 {
  background-color: #fafafa;
}
body.page-for-learners .section2 .section-20 {
  max-width: 700px;
  margin: 0 auto 50px;
}
body.page-for-learners .section2 .section-20 > div {
  text-align: center;
}
@media (min-width: 720px) {
  body.page-for-learners .section2 .section-20 > div {
    float: left;
    text-align: left;
  }
}
@media (min-width: 720px) {
  body.page-for-learners .section2 .section-20 > div:first-child {
    width: 300px;
  }
}
body.page-for-learners .section2 .section-20::after {
  content: "";
  display: table;
  clear: both;
}
body.page-for-learners .section2 .section-20 .boxes3 {
  color: #666666;
  padding: 30px;
  width: 100%;
  text-align: center;
}
body.page-for-learners .section2 .section-20 .boxes3 svg {
  width: 111px;
  margin-bottom: -11px;
}
body.page-for-learners .section2 .section-20 .boxes3 h3 {
  margin-top: 10px;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
}
body.page-for-learners .section2 p {
  color: #822b6a;
}
@media (max-width: 500px) {
  body.page-for-learners p {
    font-size: 15px !important;
  }
}
body.page-for-partners .hero-wrap {
  background-image: url("../themes/skills2work/assets/images/part.jpg");
}
body.page-for-partners h2 {
  font-size: 50px;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: "Oswald", Arial, sans-serif;
}
@media (max-width: 500px) {
  body.page-for-partners h2 {
    font-size: 30px;
  }
}
body.page-for-partners .section3 {
  background-color: #fafafa;
}
body.page-for-partners .section3 span {
  font-size: 20px;
  color: #822b6a;
  display: block;
  margin: 5px 0;
  font-weight: 700;
}
body.page-for-partners .section4 {
  background-color: #822b6a;
}
body.page-for-partners .section4 h2 {
  color: #fff;
}
body.page-for-partners .section4 p {
  font-size: 21px;
  color: #fff;
}
body.page-for-partners .section4 .boxes5 {
  padding: 30px;
  width: 100%;
  text-align: center;
}
body.page-for-partners .section4 .boxes5 span {
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
body.page-for-partners .section4 .boxes5 img {
  vertical-align: middle;
  width: 120px;
}
body.page-for-partners .section4 .boxes5 h3 {
  color: #fff;
  margin-top: 10px;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  body.page-for-partners .section4 .boxes5 h3 {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  body.page-for-partners p {
    font-size: 15px !important;
  }
}
body.page-contact .hero-wrap, body.page-contact2 .hero-wrap {
  background-image: url("../themes/skills2work/assets/images/ct.jpg");
}
body.page-contact .hero-wrap .row, body.page-contact2 .hero-wrap .row {
  height: 300px;
}
body.page-contact .hero-wrap h2, body.page-contact2 .hero-wrap h2 {
  font-size: 60px;
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 500px) {
  body.page-contact .hero-wrap h2, body.page-contact2 .hero-wrap h2 {
    font-size: 30px;
  }
}
body.page-contact .container, body.page-contact2 .container {
  max-width: 1180px;
}
body.page-contact .section1, body.page-contact2 .section1 {
  background-color: #822b6a;
}
body.page-contact .section1 h3, body.page-contact2 .section1 h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}
body.page-contact .section1 p, body.page-contact2 .section1 p {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}
@media (max-width: 500px) {
  body.page-contact p, body.page-contact2 p {
    font-size: 15px !important;
  }
}
body.page-contact .section2, body.page-contact2 .section2 {
  background-color: #f8f9fa;
}
body.page-contact .section2 .form-select, body.page-contact .section2 .form-control, body.page-contact2 .section2 .form-select, body.page-contact2 .section2 .form-control {
  margin-bottom: 1rem;
  height: 52px;
}
body.page-contact .section2 .form-select:focus, body.page-contact .section2 .form-select:active, body.page-contact .section2 .form-control:focus, body.page-contact .section2 .form-control:active, body.page-contact2 .section2 .form-select:focus, body.page-contact2 .section2 .form-select:active, body.page-contact2 .section2 .form-control:focus, body.page-contact2 .section2 .form-control:active {
  border-color: #000000;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}
body.page-contact .section2 .iti.iti--allow-dropdown, body.page-contact2 .section2 .iti.iti--allow-dropdown {
  margin-bottom: 1rem;
  width: 100%;
}
body.page-contact2, body.page-register2 {
  background-color: #f8f9fa;
  padding-top: 0;
}
body.page-register .hero-wrap, body.page-register2 .hero-wrap {
  background-image: url("../themes/skills2work/assets/images/regi.jpg");
}
body.page-register .hero-wrap .row, body.page-register2 .hero-wrap .row {
  height: 300px;
}
body.page-register .hero-wrap h2, body.page-register2 .hero-wrap h2 {
  font-size: 60px;
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 500px) {
  body.page-register .hero-wrap h2, body.page-register2 .hero-wrap h2 {
    font-size: 30px;
  }
}
body.page-register .container, body.page-register2 .container {
  max-width: 1180px;
}
body.page-register .section1 .container, body.page-register2 .section1 .container {
  max-width: 900px;
}
body.page-register .section1 h3, body.page-register2 .section1 h3 {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  text-transform: uppercase;
  color: #822b6a;
}
body.page-register .section1 h2, body.page-register2 .section1 h2 {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: "Oswald", Arial, sans-serif;
}
@media (max-width: 500px) {
  body.page-register .section1 h2, body.page-register2 .section1 h2 {
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  body.page-register p, body.page-register2 p {
    font-size: 15px !important;
  }
}
body.page-register .section2, body.page-register2 .section2 {
  background-color: #f8f9fa;
}
body.page-register .section2 h3, body.page-register2 .section2 h3 {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  text-transform: uppercase;
  color: #822b6a;
}
body.page-register .section2 h2, body.page-register2 .section2 h2 {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: "Oswald", Arial, sans-serif;
}
@media (max-width: 500px) {
  body.page-register .section2 h2, body.page-register2 .section2 h2 {
    font-size: 30px;
  }
}
body.page-register .section2 .form-select, body.page-register .section2 .form-control, body.page-register2 .section2 .form-select, body.page-register2 .section2 .form-control {
  margin-bottom: 1rem;
  height: 52px;
}
body.page-register .section2 .form-select:focus, body.page-register .section2 .form-select:active, body.page-register .section2 .form-control:focus, body.page-register .section2 .form-control:active, body.page-register2 .section2 .form-select:focus, body.page-register2 .section2 .form-select:active, body.page-register2 .section2 .form-control:focus, body.page-register2 .section2 .form-control:active {
  border-color: #000000;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}
body.page-register .section2 .iti.iti--allow-dropdown, body.page-register2 .section2 .iti.iti--allow-dropdown {
  margin-bottom: 1rem;
  width: 100%;
}
@media (max-width: 500px) {
  body.page-register .section2 .form-label, body.page-register2 .section2 .form-label {
    font-size: 15px;
  }
}
body.page-home .hero-wrap, body.page-login .hero-wrap, body.page-profile .hero-wrap, body.page-dashboard .hero-wrap {
  background-image: url("../themes/skills2work/assets/images/regi.jpg");
}
body.page-home .hero-wrap .row, body.page-login .hero-wrap .row, body.page-profile .hero-wrap .row, body.page-dashboard .hero-wrap .row {
  height: 300px;
}
body.page-home .hero-wrap h2, body.page-login .hero-wrap h2, body.page-profile .hero-wrap h2, body.page-dashboard .hero-wrap h2 {
  font-size: 60px;
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 500px) {
  body.page-home .hero-wrap h2, body.page-login .hero-wrap h2, body.page-profile .hero-wrap h2, body.page-dashboard .hero-wrap h2 {
    font-size: 30px;
  }
}
body.page-home .container, body.page-login .container, body.page-profile .container, body.page-dashboard .container {
  max-width: 1180px;
}
body.page-home .section1 .container, body.page-login .section1 .container, body.page-profile .section1 .container, body.page-dashboard .section1 .container {
  max-width: 900px;
}
body.page-home .section1 h3, body.page-login .section1 h3, body.page-profile .section1 h3, body.page-dashboard .section1 h3 {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  text-transform: uppercase;
  color: #822b6a;
}
body.page-home .section1 h2, body.page-login .section1 h2, body.page-profile .section1 h2, body.page-dashboard .section1 h2 {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: "Oswald", Arial, sans-serif;
}
@media (max-width: 500px) {
  body.page-home .section1 h2, body.page-login .section1 h2, body.page-profile .section1 h2, body.page-dashboard .section1 h2 {
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  body.page-home p, body.page-login p, body.page-profile p, body.page-dashboard p {
    font-size: 15px !important;
  }
}
body.page-home .section2, body.page-login .section2, body.page-profile .section2, body.page-dashboard .section2 {
  background-color: #f8f9fa;
}
body.page-home .section2 h3, body.page-login .section2 h3, body.page-profile .section2 h3, body.page-dashboard .section2 h3 {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  text-transform: uppercase;
  color: #822b6a;
}
body.page-home .section2 h2, body.page-login .section2 h2, body.page-profile .section2 h2, body.page-dashboard .section2 h2 {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: "Oswald", Arial, sans-serif;
}
@media (max-width: 500px) {
  body.page-home .section2 h2, body.page-login .section2 h2, body.page-profile .section2 h2, body.page-dashboard .section2 h2 {
    font-size: 30px;
  }
}
body.page-home .section2 .form-select, body.page-home .section2 .form-control, body.page-login .section2 .form-select, body.page-login .section2 .form-control, body.page-profile .section2 .form-select, body.page-profile .section2 .form-control, body.page-dashboard .section2 .form-select, body.page-dashboard .section2 .form-control {
  margin-bottom: 1rem;
  height: 52px;
}
body.page-home .section2 .form-select:focus, body.page-home .section2 .form-select:active, body.page-home .section2 .form-control:focus, body.page-home .section2 .form-control:active, body.page-login .section2 .form-select:focus, body.page-login .section2 .form-select:active, body.page-login .section2 .form-control:focus, body.page-login .section2 .form-control:active, body.page-profile .section2 .form-select:focus, body.page-profile .section2 .form-select:active, body.page-profile .section2 .form-control:focus, body.page-profile .section2 .form-control:active, body.page-dashboard .section2 .form-select:focus, body.page-dashboard .section2 .form-select:active, body.page-dashboard .section2 .form-control:focus, body.page-dashboard .section2 .form-control:active {
  border-color: #000000;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}
body.page-home .section2 .iti.iti--allow-dropdown, body.page-login .section2 .iti.iti--allow-dropdown, body.page-profile .section2 .iti.iti--allow-dropdown, body.page-dashboard .section2 .iti.iti--allow-dropdown {
  margin-bottom: 1rem;
  width: 100%;
}
@media (max-width: 500px) {
  body.page-home .section2 .form-label, body.page-login .section2 .form-label, body.page-profile .section2 .form-label, body.page-dashboard .section2 .form-label {
    font-size: 15px;
  }
}
.ftco-animate {
  opacity: 0;
  visibility: hidden;
}
.ftco-no-pt {
  padding-top: 0 !important;
}
.ftco-no-pb {
  padding-bottom: 0 !important;
}
.causes {
  width: 100%;
  display: block;
  margin-bottom: 50px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.causes img {
  width: 100%;
  height: 300px;
  display: block;
  margin-bottom: 20px;
  object-fit: cover;
}
.causes h3 {
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 500px) {
  .causes h3 {
    font-size: 20px !important;
  }
}
.causes ul {
  padding-left: 15px;
}
@media (max-width: 500px) {
  .causes ul li {
    font-size: 15px !important;
  }
}
footer {
  color: #fff;
  font-size: 15px;
  padding: 2em 0 1em;
  position: relative;
  background: url("../themes/skills2work/assets/images/bar.jpg") no-repeat center center;
  background-size: cover;
}
footer .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.8;
  background: #822b6a;
}
footer .mb-4 {
  position: relative;
}
footer .logos img:nth-child(1) {
  max-width: 170px;
  width: 100%;
}
footer .logos img:nth-child(2) {
  max-width: 220px;
  width: 100%;
}
footer .list-unstyled {
  color: #fff;
  font-size: 15px;
}
footer .list-unstyled img {
  max-width: 40px;
}
footer .list-unstyled a {
  line-height: normal;
  color: #fff;
  text-decoration: none;
}
footer .list-unstyled a:hover, footer .list-unstyled a.active {
  text-decoration: underline;
}
footer h2 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 20px;
}
footer .col-12 {
  position: relative;
}
#ftco-loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
  -o-transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
  transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
  z-index: 1000;
}
#ftco-loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#ftco-loader.show {
  -webkit-transition: opacity 0.4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity 0.4s ease-out, visibility 0s linear 0s;
  transition: opacity 0.4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}
#ftco-loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
#ftco-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}
@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}
