@charset "UTF-8";
/*! 
 * 
 * Author : KüçükOfis 
 * Version 1.0.0  - 24.12.2015 
 * http://www.kucukofis.com
 * Developer : Tarık Şişbacak
 * 
*/
@font-face {
  font-family: 'icomoon';
  src: url("/assets/fonts/icomoon/icomoon.eot?-rdnm34");
  src: url("/assets/fonts/icomoon/icomoon.eot?#iefix-rdnm34") format("embedded-opentype"), url("/assets/fonts/icomoon/icomoon.woff?-rdnm34") format("woff"), url("/assets/fonts/icomoon/icomoon.ttf?-rdnm34") format("truetype"), url("/assets/fonts/icomoon/icomoon.svg?-rdnm34#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Proxima';
  font-weight: 300;
  src: url("/assets/fonts/proxima/proxima-light.otf") format("opentype"); }

@font-face {
  font-family: 'Proxima';
  font-weight: 400;
  src: url("/assets/fonts/proxima/proxima-regular.otf") format("opentype"); }

@font-face {
  font-family: 'Proxima';
  font-weight: 600;
  src: url("/assets/fonts/proxima/proxima-sbold.otf") format("opentype"); }

@font-face {
  font-family: 'Proxima';
  font-weight: 700;
  src: url("/assets/fonts/proxima/proxima-bold.otf") format("opentype"); }

@font-face {
  font-family: 'Proxima';
  font-weight: 800;
  src: url("/assets/fonts/proxima/proxima-ebold.otf") format("opentype"); }

@font-face {
  font-family: 'Bebas';
  src: url("/assets/fonts/bebas/bebasneue_bold.eot");
  src: url("/assets/fonts/bebas/bebasneue_bold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/bebas/bebasneue_bold.woff2") format("woff2"), url("/assets/fonts/bebas/bebasneue_bold.woff") format("woff"), url("/assets/fonts/bebas/bebasneue_bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Bebas';
  src: url("/assets/fonts/bebas/bebasneue_book.eot");
  src: url("/assets/fonts/bebas/bebasneue_book.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/bebas/bebasneue_book.woff2") format("woff2"), url("/assets/fonts/bebas/bebasneue_book.woff") format("woff"), url("/assets/fonts/bebas/bebasneue_book.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Bebas';
  src: url("/assets/fonts/bebas/bebasneue_light.eot");
  src: url("/assets/fonts/bebas/bebasneue_light.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/bebas/bebasneue_light.woff2") format("woff2"), url("/assets/fonts/bebas/bebasneue_light.woff") format("woff"), url("/assets/fonts/bebas/bebasneue_light.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Bebas';
  src: url("/assets/fonts/bebas/bebasneue_regular.eot");
  src: url("/assets/fonts/bebas/bebasneue_regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/bebas/bebasneue_regular.woff2") format("woff2"), url("/assets/fonts/bebas/bebasneue_regular.woff") format("woff"), url("/assets/fonts/bebas/bebasneue_regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

* {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }

html {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

body {
  font-size: 100%;
  font-family: "Proxima",Arial,"Trebuchet MS",Helvetica;
  font-weight: normal;
  background-color: #fff;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  line-height: 1.428571429; }

body, html {
  height: 100%; }

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  html,
  body {
    font-size: 84%; } }

@media only screen and (max-width: 1200px) {
  html,
  body {
    font-size: 84%; } }

@media only screen and (max-width: 480px) {
  html,
  body {
    font-size: 80%; } }

@media only screen and (min-width: 768px) and (max-device-width: 1024px) {
  html,
  body {
    font-size: 84%; } }

::selection {
  background: #999;
  color: #fff; }

::-moz-selection {
  background: #999;
  color: #fff; }

::-webkit-input-placeholder {
  color: #000; }

:-moz-placeholder {
  color: #000; }

::-moz-placeholder {
  color: #000; }

:-ms-input-placeholder {
  color: #000; }

.table {
  display: table;
  width: 100%;
  height: 100%; }

.table-cell {
  display: table-cell;
  vertical-align: middle; }

.wrapper {
  max-width: 1170px;
  margin: 0 auto; }



 @media (max-width: 768px) {
         .wrapper{
         padding: 0 20px;

        } 
      }

.middled {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 100%;
  height: 100%; }

.bottomed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 100%;
  height: 100%; }

.left {
  float: left; }

.right {
  float: right; }

.clear:after {
  content: '';
  display: table;
  clear: both; }

figure {
  margin: 0; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none; }

button, input, textarea {
  border: 0; }

input {
  line-height: normal; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

textarea {
  overflow: auto; }

a {
  color: #f16528;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-overflow-scrolling: touch;
  text-decoration: none; }
  a:hover, a a:active, a a:focus {
    text-decoration: none;
    color: #212228; }
  a:focus {
    outline: none; }

/* Text Align */
.text__center {
  text-align: center !important; }

.text__right {
  text-align: right !important; }

.text__left {
  text-align: left !important; }

/* Text Color */
.text__color-white {
  color: #fff !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  color: #999;
  font-family: "Bebas", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.1;
  margin: 0; }

h1 {
  font-size: 4.375rem;
  font-weight: normal; }

h2 {
  font-size: 3.125rem;
  font-weight: normal; }

h3 {
  font-size: 2.125rem;
  font-weight: normal; }

h4 {
  font-size: 1.2rem; }

h5 {
  font-size: 1;
  padding-bottom: 0; }

h3 + hr {
  width: 75px;
  margin-bottom: 50px;
  margin-left: 0;
  margin-right: auto;
  border-bottom: 2px solid;
  border-color: inherit; }

.text-column h2,
.text-column h3 {
  color: #0f2453; }

.headline {
  color: #0f2453; }

.page-header {
  color: #0f2453;
  border-color: #d2d2d2; }

@media only screen and (max-width: 992px) {
  h1 {
    font-size: 4rem; } }

@media only screen and (min-width: 768px) and (max-device-width: 1024px) {
  h1 {
    font-size: 4rem; } }

@media only screen and (max-width: 480px) {
  h1 {
    font-size: 2.0rem; } }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eee; }
  blockquote.shout__out {
    margin: 45px auto;
    border: none !important;
    font-style: normal;
    font-weight: 300;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1rem;
    letter-spacing: 2px;
    position: relative;
    padding: 45px 0 55px;
    max-width: 800px;
    font-family: "Bebas", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    @media (min-width: 770px) {
      blockquote.shout__out {
        font-size: 3rem;
        padding: 45px 0 55px;
        margin: 90px auto; } }
    blockquote.shout__out:after, blockquote.shout__out:before {
      content: ""; }
    blockquote.shout__out:after, blockquote.shout__out:before {
      display: block;
      content: '';
      position: absolute;
      left: 50%;
      width: 220px;
      margin-left: -110px;
      height: 1px;
      background: #efefef !important; }
    blockquote.shout__out:before {
      top: 0; }
    blockquote.shout__out:after {
      bottom: 0; }
    @media (min-width: 770px) {
      blockquote.shout__out:after, blockquote.shout__out:before {
        width: 400px;
        left: 50%;
        margin-left: -200px; } }
    blockquote.shout__out:after, blockquote.shout__out:before {
      background: #979797; }

cite {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  color: #967a50; }

/* Content Padding set by page settings*/
.top-55 {
  padding-top: 55px; }

.top-45 {
  padding-top: 45px; }

.top-35 {
  padding-top: 35px; }

.top-25 {
  padding-top: 25px; }

.top-15 {
  padding-top: 15px; }

.top-5 {
  padding-top: 5px; }

.top-0 {
  padding-top: 0; }

.bottom-55 {
  padding-bottom: 55px; }

.bottom-45 {
  padding-bottom: 45px; }

.bottom-35 {
  padding-bottom: 35px; }

.bottom-25 {
  padding-bottom: 25px; }

.bottom-15 {
  padding-bottom: 15px; }

.bottom-5 {
  padding-bottom: 5px; }

.bottom-0 {
  padding-bottom: 0; }

.bg-white {
  background-color: #fff; }

.bg-gray {
  background-color: #f7f7f7; }

.bg-light-blue {
  background-color: #a5dbd8; }

.bg-blue {
  background-color: #005485; }

.bg-orange {
  background-color: #d96b1C; }

.page {
  position: relative;
  background-color: #fff;

  z-index: 1; }

.page-width-medium {
  max-width: 800px;
  margin: 0 auto; }

/* ANIMATIONS
============================================================================= */
.container-page.ng-enter {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-delay: .6s;
  animation-delay: .6s; }

.container-page.ng-enter, .container-page.ng-leave {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.container-page.ng-leave {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes up-down {
  0%,
  10%,
  22%,
  40%,
  50% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  45% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); } }

@keyframes up-down {
  0%,
  10%,
  22%,
  40%,
  50% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  45% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); } }

@-webkit-keyframes beat-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes beat-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fade-in-up-headline {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -45%);
    transform: translate(0, -45%); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); } }

@keyframes fade-in-up-headline {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -45%);
    transform: translate(0, -45%); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); } }

@-webkit-keyframes fade-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes fade-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0; } }

@keyframes dash {
  to {
    stroke-dashoffset: 0; } }

@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes fade-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translate(-20px, 0);
    transform: translate(-20px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes fade-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translate(-20px, 0);
    transform: translate(-20px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes fade-in-right {
  0% {
    opacity: 0;
    -webkit-transform: translate(20px, 0);
    transform: translate(20px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes fade-in-right {
  0% {
    opacity: 0;
    -webkit-transform: translate(20px, 0);
    transform: translate(20px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes fade-in-left-big {
  0% {
    opacity: 0;
    -webkit-transform: translate(-200%, 0);
    transform: translate(-200%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes fade-in-left-big {
  0% {
    opacity: 0;
    -webkit-transform: translate(-200%, 0);
    transform: translate(-200%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes fade-in-left-up {
  0% {
    opacity: 0;
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes fade-in-left-up {
  0% {
    opacity: 0;
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes fade-in-right-up {
  0% {
    opacity: 0;
    -webkit-transform: translate(6px, 6px);
    transform: translate(6px, 6px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes fade-in-right-up {
  0% {
    opacity: 0;
    -webkit-transform: translate(6px, 6px);
    transform: translate(6px, 6px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes fade-in-left-down {
  0% {
    opacity: 0;
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes fade-in-left-down {
  0% {
    opacity: 0;
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes fade-in-right-down {
  0% {
    opacity: 0;
    -webkit-transform: translate(6px, -6px);
    transform: translate(6px, -6px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes fade-in-right-down {
  0% {
    opacity: 0;
    -webkit-transform: translate(6px, -6px);
    transform: translate(6px, -6px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes move-background {
  0% {
    background-position: 50% 0; }
  100% {
    background-position: 50% -650px; } }

@keyframes move-background {
  0% {
    background-position: 50% 0; }
  100% {
    background-position: 50% -650px; } }

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

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

@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -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 zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }

@keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }

.header {
  display: block;
  height: 130px;
  overflow: hidden;
  /* küçük ekranlarda menü yukarı scroll effect yapmayacaktır. */
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 9999;
  -webkit-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;

  
  }
  
 @media (max-width: 768px) {
         .header .container{
         padding: 0 20px;

        } 
      }


  .header .logo {
        padding: 50px 0;
    display: block;
    float: left; }


        
    .header .logo > svg {
      width: 132px; }
    .header .logo .st0, .header .logo .st1 {
      -webkit-transition: fill 600ms ease-in-out;
      -moz-transition: fill 600ms ease-in-out;
      transition: fill 600ms ease-in-out; }
    .header .logo .st0 {
      fill: #1C3D59; }
    .header .logo .st1 {
      fill: #F06427; }
  .header .nav__primary {
    -webkit-transform: translateY(-130px);
    -moz-transform: translateY(-130px);
    -ms-transform: translateY(-130px);
    -o-transform: translateY(-130px);
    transform: translateY(-130px); }

/* Scroll */
/* logo svg class */
.st0 {
  fill: #fff; }

.st1 {
  fill: #fff; }

/* scroll active */
/* unlocked menu kapalıdır. Menü açıldığında hamburger kaybolmamalıdır*/
@media (min-width: 35.5em) {
  .unlocked.scroll__active .header {
    -webkit-transform: translateY(-130px);
    -moz-transform: translateY(-130px);
    -ms-transform: translateY(-130px);
    -o-transform: translateY(-130px);
    transform: translateY(-130px); }
  .unlocked.scroll__active .hamburglar, .unlocked.scroll__active .menu_btn {
    -webkit-transform: translateY(-130px) scale(0.7);
    -moz-transform: translateY(-130px) scale(0.7);
    -ms-transform: translateY(-130px) scale(0.7);
    -o-transform: translateY(-130px) scale(0.7);
    transform: translateY(-130px) scale(0.7); } }

/* scroll gizlenme */
@media (min-width: 35.5em) {
  body.unlocked.scroll__off .header, body.unlocked.scroll__off .nav__primary {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  body.unlocked.scroll__off .header {
    height: 79px;
    box-shadow: 0 0 4px rgba(37, 50, 55, 0.25);
    background-color: white; } }
  @media (min-width: 35.5em) and (min-width: 65em) {
    body.unlocked.scroll__off .header .logo {
      padding: 30px 85px; } }

@media (min-width: 35.5em) {
    body.unlocked.scroll__off .header .st0 {
      fill: #1C3D59; }
    body.unlocked.scroll__off .header .st1 {
      fill: #F06427; } }

footer {
  width: 100%;
  padding-top: 20px;
  background-color: #fff; }
  @media (max-width: 991px) {
    footer {
      padding-top: 30px; } }
  @media (min-width: 992px) {
    footer {
      padding-top: 30px; } }
  footer .main-share {
    margin-top: 0; }
    @media (min-width: 65em) {
      footer .main-share {
        float: right; } }
    footer .main-share a {
      display: inline-block;
      font-size: 1rem;
      padding: 10px 0 10px 10px;
      -webkit-transition: color 600ms ease-in-out;
      -moz-transition: color 600ms ease-in-out;
      transition: color 600ms ease-in-out;
      color: #999; }
      @media (min-width: 35.5em) {
        footer .main-share a {
          font-size: 1.875rem;
          margin: 0 0 0 20px; } }
      @media (min-width: 48em) {
        footer .main-share a {
          font-size: 1.5rem; } }
      footer .main-share a:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
        opacity: 0.9;
        color: #F16528; }
  footer .footer__social {
    text-align: center; }
    footer .footer__social a {
      display: inline-block;
      margin-right: 5px;
      line-height: 25px;
      height: 25px;
      width: 45px;
      text-align: center;
      font-size: 1.25rem;
      -webkit-transition: all 600ms ease-in-out;
      -moz-transition: all 600ms ease-in-out;
      transition: all 600ms ease-in-out; }
      footer .footer__social a svg {
        width: 18px;
        margin-top: 5px;
        fill: #999; }
      footer .footer__social a:last-child svg {
        width: 24px;
        margin-top: 0px; }
      footer .footer__social a:hover svg {
        fill: #003F77; }
      footer .footer__social a:last-child {
        margin-right: 0px; }
  footer .ofis__logo > svg {
    width: 72px; }
  footer .ofis__logo .st0 {
    fill: #969697;
    -webkit-transition: fill 0.4s ease;
    -moz-transition: fill 0.4s ease;
    transition: fill 0.4s ease; }
  footer .ofis__logo .st1 {
    fill: #969697;
    -webkit-transition: fill 0.4s ease;
    -moz-transition: fill 0.4s ease;
    transition: fill 0.4s ease; }
  footer .ofis__logo:hover .st0 {
    fill: #1C3D59; }
  footer .ofis__logo:hover .st1 {
    fill: #F06427; }

/* main controller css */
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.3), 0 3px 3px rgba(0, 0, 0, 0.15), 0 3px 2px -2px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  color: #fff;
  font-size: 1.25rem;
   }

.button {
  padding: 1.5em 3em;
  margin: 0;
  position: relative;
  min-width: 250px;
  display: inline-block; }

.btn, .btn:visited {
  margin: 20px 0;
  display: inline-block;
  transform: translateZ(0);
  transition: all 0.5s ease;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  overflow: hidden;
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  cursor: pointer;
  border: none;
  border-radius: 0px;
  font-size: 1rem;
  min-width: 100px;
  padding: 1rem 0rem;
  z-index: 999;
  
  outline: 0; }
  .btn.btn__uppercase, .btn:visited.btn__uppercase {
    text-transform: uppercase; }
  .btn.btn__radius, .btn:visited.btn__radius {
    border-radius: 32px; }
  .btn:hover, .btn:visited:hover {
    background-color: #2bbbad;
    outline: 0; }
    .btn:hover i, .btn:visited:hover i {
      -webkit-transform: translate(4px, 0);
      -ms-transform: translate(4px, 0);
      transform: translate(4px, 0); }
  .btn i, .btn:visited i {
    display: inline-block;
    font-size: .701rem;
    margin: 0 0 0 10px;
    -webkit-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
    
}

.container:after {
    content: "";
    display: table;
    clear: both;
}

.container--full {
    margin: auto;
    max-width: 100%;
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table;
}
.btn__box__shadow {
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.3), 0 3px 3px rgba(0, 0, 0, 0.15), 0 3px 2px -2px rgba(0, 0, 0, 0.2); }

.btn__magenta {
  background-color: #000 !important; }
  .btn__magenta:hover, .btn__magenta:focus {
    background-color: #ddd !important; }

.btn__orange {
  background-color: #f15a23 !important; }
  .btn__orange:hover, .btn__orange:focus {
    background-color: #F06427 !important; }

.btn__blue {
  background-color: #2196F3 !important; }
  .btn__blue:hover, .btn__blue:focus {
    background-color: #03A9F4 !important; }

.btn__aqua {
  background-color: #26a69a !important; }
  .btn__aqua:hover, .btn__aqua:focus {
    background-color: #2bbbad !important; }

.btn__green {
  background-color: #4caf50 !important; }
  .btn__green:hover, .btn__green:focus {
    background-color: #4caf50 !important; }

.contact__form {
  margin: 0;
  padding: 0; }
  .contact__form .form__items {
    overflow: hidden;
    padding-top: 20px; }
  .contact__form .btn {
    width: 98%; }
  .contact__form .select__field {
    margin: 20px 0 20px; }
  .contact__form .input__field {
    position: relative;
    margin: 0 0 50px; }
    .contact__form .input__field input {
      width: 100%;
      height: 54px; }
    .contact__form .input__field input:focus, .contact__form .input__field textarea:focus {
      outline: none; }
    .contact__form .input__field textarea {
      width: 100%;
      height: 80px;
      max-width: 100%;
      max-height: 128px;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .contact__form .input__field input:focus + label,
    .contact__form .input__field textarea:focus + label {
      -webkit-transform: translate(0, -40px);
      -moz-transform: translate(0, -40px);
      -ms-transform: translate(0, -40px);
      -o-transform: translate(0, -40px);
      transform: translate(0, -40px);
      font-size: 1rem; }
    .contact__form .input__field input:focus ~ svg,
    .contact__form .input__field textarea:focus ~ svg {
      -webkit-transform: translate3d(-66.6%, 0, 0);
      -moz-transform: translate3d(-66.6%, 0, 0);
      -ms-transform: translate3d(-66.6%, 0, 0);
      -o-transform: translate3d(-66.6%, 0, 0);
      transform: translate3d(-66.6%, 0, 0); }
    .contact__form .input__field label {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 56px;
      color: #000;
      font-size: 1.4rem;
      line-height: 56px;
      pointer-events: none;
      -webkit-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
      transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }
      .contact__form .input__field label.label__top {
        -webkit-transform: translate(0, -40px);
        -moz-transform: translate(0, -40px);
        -ms-transform: translate(0, -40px);
        -o-transform: translate(0, -40px);
        transform: translate(0, -40px);
        font-size: 1rem; }
    .contact__form .input__field svg {
      position: absolute;
      bottom: -2px;
      left: 0;
      fill: none;
      stroke: #e0e0e0;
      pointer-events: none;
      -webkit-transition: -webkit-transform .7s,stroke .7s;
      transition: transform .7s,stroke .7s;
      -webkit-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
      transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1); }
      .contact__form .input__field svg.error {
        stroke: #ff7070; }

.contact__error {
  position: absolute;
  height: 56px;
  line-height: 56px;
  color: #ff5c5c;
  -webkit-transition: opacity cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
  -moz-transition: opacity cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
  transition: opacity cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
  opacity: 0;
  filter: alpha(opacity=0); }
  .contact__error.active {
    opacity: 1;
    filter: alpha(opacity=100); }
  .contact__error.server {
    margin: 20px 0;
    padding: 0 16px;
    border-radius: 4px;
    background: #ffe6e6;
    font-size: 1rem; }
  .contact__error.text {
    margin: 0 0 0 16px; }
  .contact__error.text:before {
    display: inline-block;
    content: '*'; }

.contact__thanks {
  visibility: hidden;
  position: absolute;
  top: 40%;
  left: 8.75%;
  right: 8.75%;
  color: #fff;
  text-align: center;
  font-family: "Bebas";
  -webkit-transform: translate(0, -45%);
  -moz-transform: translate(0, -45%);
  -ms-transform: translate(0, -45%);
  -o-transform: translate(0, -45%);
  transform: translate(0, -45%);
  -webkit-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
  -moz-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
  opacity: 0;
  filter: alpha(opacity=0); }
  @media (min-width: 769px) {
    .contact__thanks {
      left: 0;
      right: auto;
      width: 100%; } }
  .contact__thanks .btn {
    margin: 16px 0 0; }
    .contact__thanks .btn:hover {
      color: #fff; }
  .contact__thanks .content__sub-head {
    margin: 0;
    font-size: 2rem;
    color: #f16528;
    font-weight: bold; }


  @media (min-width: 769px) {
    .contact__thanks .content__sub-head {
      font-size: 3rem; } }


  .contact__thanks .content__description {
    margin: 16px 0 0;
    font-family: "Proxima";
    font-size: 1.5rem; }














.wrapper__menu {
  overflow: hidden;
  z-index: 2000;
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: #dae4e1;
  background:rgba(156, 156, 156, 0.07);
  background:rgba(255, 255, 255, 1);
 
  text-align: center;
  -webkit-transition: height 0.1s ease-in 0.7s, padding 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19), height 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: height 0.1s ease-in 0.7s, padding 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19), height 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: height 0.1s ease-in 0.7s, padding 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19), height 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transform: translate3d(0, 0, 11px);
  -moz-transform: translate3d(0, 0, 11px);
  -ms-transform: translate3d(0, 0, 11px);
  -o-transform: translate3d(0, 0, 11px);
  transform: translate3d(0, 0, 11px); }







  @media screen and (max-height: 750px) {
    .wrapper__menu {
      overflow-y: scroll;
      height: 0;
       } }


  .wrapper__menu.is-visible {
    overflow-x: hidden;
            height: 100%;

    -webkit-transition: height 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: height 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: height 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86); }

     


    .wrapper__menu.is-visible .menu__item a {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      opacity: 1; }





  .wrapper__menu .menu__close-sidebar {
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    z-index: 9999; }


    @media (min-width: 48em) {
      .wrapper__menu .menu__close-sidebar {
        width: 70px; } }


  .wrapper__menu .main__share {
    margin-top: 1.5em; }


    @media (min-width: 65em) {
     
    .wrapper__menu .main__share a {
      padding: 10px 0px 10px 15px; }
      @media (min-width: 35.5em) {
        .wrapper__menu .main__share a {
          margin: 0 0 0 10px; } }
      .wrapper__menu .main__share a i {
        color: #F16528; }
      .wrapper__menu .main__share a:hover i {
        color: #000; }

 }
.container__menu {
  display: inline-block;
  position: relative;
  width: 100%; }

.menu {
    position: relative;
      width: 100%;
      max-width: 1170px;
        margin: 0 auto;
    padding:120px 20px 0;
    text-align: center;




   }
  @media (min-width: 65em) {
    .menu {
         padding:200px 20px 0;
         

       } }
  .menu a {
    position: relative;
    display: block;
    cursor: pointer;
    font-family: 'Bebas', sans-serif;
    font-weight: 400;
    line-height: 100%;
    text-decoration: none; }


  /* menü itemlerinin sırayla listelenmesi  */ 
    @media (min-width: 1024px) {

}
  .menu__item a {
    position: relative;
    display: inline-block;
    margin: 9px 0;
    text-transform: capitalize;
    font-size: 3rem;
    opacity: 0;
    color: #fff;
    padding: 5px 11px;
    background-color: #000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transition: opacity 400ms linear, -webkit-transform 0.2s ease-out;
    -moz-transition: opacity 400ms linear, -webkit-transform 0.2s ease-out;
    transition: opacity 400ms linear, -webkit-transform 0.2s ease-out;
    -webkit-transition: all 0.7s cubic-bezier(0, 0.74, 0.455, 1);
    -moz-transition: all 0.7s cubic-bezier(0, 0.74, 0.455, 1);
    transition: all 0.7s cubic-bezier(0, 0.74, 0.455, 1);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px); }


    @media (min-width: 1024px) {
      .menu__item a {
        font-size: 3.75rem; } }


    
  .menu__item:nth-child(1) a {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s; }
  .menu__item:nth-child(2) a {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s; }
  .menu__item:nth-child(3) a {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s; }
  .menu__item:nth-child(4) a {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    transition-delay: 0.6s; }
  .menu__item:nth-child(5) a {
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    transition-delay: 0.7s; }
  .menu__item:nth-child(6) a {
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    transition-delay: 0.8s; }

/* Menu Footer */
.footer__global {
  padding-top: 1.5em;
  color: #000;
  font-family: 'Proxima', san-serif;
  font-weight: 300;
  font-size: 0.75rem; }

  
  @media (min-width: 35.5em) {
    .footer__global {
      padding-top: 2em; } }


  @media (min-width: 65em) {

  .footer__global .copyright {
    font-size: 1rem; }
}

    @media (min-width: 35.5em) {
      .footer__global .copyright {
        border-right: 1px solid #000;
        padding-right: 10px; } }


  .footer__global .terms, .footer__global .copyright {
    display: block;
    font-family: 'Proxima', san-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1rem; }



    @media (min-width: 35.5em) {
      .footer__global .terms, .footer__global .copyright {
        display: inline-block; } }


  .footer__global .terms {
    padding-left: 10px;
    color: #000;
    -webkit-transition: color 600ms ease-in-out;
    -moz-transition: color 600ms ease-in-out;
    transition: color 600ms ease-in-out; }


    .footer__global .terms:hover {
      color: #F16528; }









.locked{
  overflow: hidden !important;
    height: 100%;
    position: relative;
}



.menu_btn {
  opacity: 1;
  z-index: 9999;
  cursor: pointer;
  float:right;
  margin-top: 40px;
  /* box-shadow: inset 0px 0px 35px rgba(0, 0, 0, 0.27); */
  -webkit-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.menu_btn.is-open {

}






  .menu_btn img {
    padding: 0px 10px; }
  .menu_btn .ball {
    width: 30px;
    display: inline-block;
    position: relative;
    -webkit-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s; }
    .menu_btn .ball .line {
      -webkit-transform: scale(0.7);
      -moz-transform: scale(0.7);
      -ms-transform: scale(0.7);
      -o-transform: scale(0.7);
      transform: scale(0.7);
      -webkit-transform-origin: 100% 0;
      -moz-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
      -o-transform-origin: 100% 0;
      transform-origin: 100% 0;
      position: absolute;
      overflow: hidden;
      border-radius: 5px;
      width: 36px;
      height: 4px;
      background: rgba(241, 101, 40, 0.6); }
    .menu_btn .ball .sub_line {
      transition: 0.2s width ease-in-out;
      border-radius: 10px;
      position: absolute;
      top: 0px;
      left: 0px;
      bottom: 0px;
      width: 0%;
      background: #f16528;
    }
  .menu_btn:hover .ball .sub_line1 {
    width: 100% !important; }
  .menu_btn:hover .ball .sub_line2 {
    transition-delay: 0.2s;
    width: 70% !important; }
  .menu_btn:hover .ball .sub_line3 {
    transition-delay: 0.4s;
    width: 27% !important; }
  .menu_btn img {
    visibility: hidden; }
    @media screen and (min-width: 35.5em) {
      .menu_btn img {
        visibility: visible; } }
  .menu_btn .text {
    position: relative;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.0625rem;
    color: #000;
    top: 13px;
    right:15px;
    vertical-align: middle;
    visibility: hidden; }
    @media screen and (min-width: 35.5em) {
      .menu_btn .text {
        visibility: visible; } }

.hamburglar {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
  transition: all 300ms;
  cursor: pointer;
  z-index: 9999;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

  @media (min-width: 65em) {
    .hamburglar {
      
      -webkit-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
      -moz-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
      transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s; } }

.path-burger {
  position: absolute;
  top: 0;
  left: 0;
  mask: url(#mask);
  -webkit-mask-box-image: url(/assets/img/shared/mask.svg); }

.animate-path {
  position: absolute;
  top: 0;
  left: 0;
  width: 68px;
  height: 68px; }

.path-rotation {
  height: 34px;
  width: 34px;
  margin: 34px 34px 0 0;
  transform: rotate(0deg);
  transform-origin: 100% 0; }

  .path-rotation:before {
    content: '';
    display: block;
    width: 30px;
    height: 34px;
    margin: 0 4px 0 0;
    background: #f16528; }

@keyframes rotate-out {
  0% {
    transform: rotate(0deg); }
  40% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes rotate-in {
  0% {
    transform: rotate(360deg); }
  40% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(0deg); } }

.is-open .path {
  animation: dash-in 0.6s linear normal;
  animation-fill-mode: forwards; }

.is-open .animate-path {
  animation: rotate-in 0.6s linear normal;
  animation-fill-mode: forwards; }

.is-closed .path {
  animation: dash-out 0.6s linear normal;
  animation-fill-mode: forwards; }

.is-closed .animate-path {
  animation: rotate-out 0.6s linear normal;
  animation-fill-mode: forwards; }

.path {
  stroke-dasharray: 240;
  stroke-dashoffset: 240;
  stroke-linejoin: round; }

@keyframes dash-in {
  0% {
    stroke-dashoffset: 240; }
  40% {
    stroke-dashoffset: 240; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes dash-out {
  0% {
    stroke-dashoffset: 0; }
  40% {
    stroke-dashoffset: 240; }
  100% {
    stroke-dashoffset: 240; } }

.burger-icon {
  position: absolute;
 }

.burger-container {
  position: relative;
  height: 28px;
  width: 36px; }

.line1, .line2, .line3,
.burger-bun-top,
.burger-bun-bot,
.burger-filling {
  position: absolute;
  display: block;
  height: 4px;
  width: 36px;
  border-radius: 2px;
  background: rgb(0, 0, 0); }

.burger-bun-top, .line1 {
  top: 0;
  transform-origin: 34px 2px; }

.burger-bun-bot, .line3 {
  bottom: 0;
  transform-origin: 34px 2px; }

.burger-filling, .line2 {
  top: 12px; }

.burger-ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 68px;
  height: 68px; }

.svg-ring {
  width: 68px;
  height: 68px; }

.is-open .burger-bun-top, .is-open .burger-bun-bot, .is-open .burger-filling {
  background: #f16528; }

.is-open .burger-bun-top, .is-open .line1 {
  animation: bun-top-out 0.6s linear normal;
  animation-fill-mode: forwards; }

.is-open .burger-bun-bot, .is-open .line3 {
  animation: bun-bot-out 0.6s linear normal;
  animation-fill-mode: forwards; }

.is-closed .burger-bun-top, .is-closed .line1 {
  animation: bun-top-in 0.6s linear normal;
  animation-fill-mode: forwards; }

.is-closed .burger-bun-bot, .is-closed .line3 {
  animation: bun-bot-in 0.6s linear normal;
  animation-fill-mode: forwards; }

@keyframes bun-top-out {
  0% {
    left: 0;
    top: 0;
    transform: rotate(0deg); }
  20% {
    left: 0;
    top: 0;
    transform: rotate(15deg); }
  80% {
    left: -5px;
    top: 0;
    transform: rotate(-60deg); }
  100% {
    left: -5px;
    top: 1px;
    transform: rotate(-45deg); } }

@keyframes bun-bot-out {
  0% {
    left: 0;
    transform: rotate(0deg); }
  20% {
    left: 0;
    transform: rotate(-15deg); }
  80% {
    left: -5px;
    transform: rotate(60deg); }
  100% {
    left: -5px;
    transform: rotate(45deg); } }

@keyframes bun-top-in {
  0% {
    left: -5px;
    bot: 0;
    transform: rotate(-45deg); }
  20% {
    left: -5px;
    bot: 0;
    transform: rotate(-60deg); }
  80% {
    left: 0;
    bot: 0;
    transform: rotate(15deg); }
  100% {
    left: 0;
    bot: 1px;
    transform: rotate(0deg); } }

@keyframes bun-bot-in {
  0% {
    left: -5px;
    transform: rotate(45deg); }
  20% {
    left: -5px;
    bot: 0;
    transform: rotate(60deg); }
  80% {
    left: 0;
    bot: 0;
    transform: rotate(-15deg); }
  100% {
    left: 0;
    transform: rotate(0deg); } }

.is-open .burger-filling, .is-open .line2 {
  animation: burger-fill-out 0.6s linear normal;
  animation-fill-mode: forwards; }

.is-closed .burger-filling, .is-closed .line2 {
  animation: burger-fill-in 0.6s linear normal;
  animation-fill-mode: forwards; }

@keyframes burger-fill-in {
  0% {
    width: 0;
    left: 36px; }
  40% {
    width: 0;
    left: 40px; }
  80% {
    width: 36px;
    left: -6px; }
  100% {
    width: 36px;
    left: 0px; } }

@keyframes burger-fill-out {
  0% {
    width: 36px;
    left: 0px; }
  20% {
    width: 42px;
    left: -6px; }
  40% {
    width: 0;
    left: 40px; }
  100% {
    width: 0;
    left: 36px; } }

.nav__primary {
  display: block !important;
  float: right;
  width: 80%; }
  @media (max-width: 35.5em) {
    .nav__primary {
      visibility: hidden; } }
  @media (min-width: 35.5em) {
    .nav__primary {
      visibility: visible; } }
  .nav__primary .nav__item {
    display: block;
    position: relative;
    float: left;
    line-height: 1.6;
    width: 16.6666666%;
    border-left: 1px solid rgba(0, 0, 0, 0.07);
    padding: 28px 25px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #000;
    text-align: center;
    font-family: 'Bebas';
    cursor: pointer;
    font-size: .901rem; }
    .nav__primary .nav__item:before {
      position: relative; }
    .nav__primary .nav__item:after {
      content: '';
      position: absolute;
      z-index: -1;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
      width: 100%;
      height: 0;
      top: 0;
      left: 0;
      background: #F06427; }
    .nav__primary .nav__item:hover, .nav__primary .nav__item:active {
      color: #fff; }
    .nav__primary .nav__item:hover:after, .nav__primary .nav__item:active:after {
      height: 100%; }

nav.secondary__nav {
  font-family: "Proxima", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  nav.secondary__nav a {
    position: relative;
    display: inline-block;
    padding: 0 10px 0 0;
    font-size: 1rem;
    font-weight: 400;
    color: #000;
    text-transform: uppercase; }
    nav.secondary__nav a:hover {
      color: #d96b1C; }

/**
 * 6.0 - Header
 */
.color__background {
  position: relative;
  box-sizing: border-box;
  width: 100%; }

.header__contact {
  background-color: rgba(136, 104, 57, 0.58); }
  .active .header__contact {
    background-color: transparent; }

.header__careers {
  background-color: rgba(58, 60, 62, 0.55); }

.header__customers {
  background-color: #151525; }

.header__works {
  background-color: rgba(32, 30, 43, 0.55); }

.header__services {
  background-color: rgba(34, 34, 34, 0.55); }

.header__about {
  background-color: rgba(33, 35, 37, 0.55); }

.header__home {
  background-color: #212325; }

.image__background {
  box-sizing: border-box;
  width: 100%;
  height: 50vh;
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat; 
      background-color: #F9FBFE;
border-bottom: 1px solid #00000017;
    padding: 260px 0 150px 0;
}

 @media (min-width: 1024px) {
        .image__background {
          min-height: 600px;
          padding: 130px 0;
          

 } }


.header__text {
  margin: 0;
  /*text-shadow: 0 2px 7px rgba(0, 0, 0, 0.86);*/ }
  .header__text h1 {
    font-weight: 400;
    font-size: 3rem;
    letter-spacing: 3px; }

.color__background span, .color__background p,
.image__background span, .image__background p {
  color: #000;
  position: relative; }

  .image__background p {
  font-size:2em}


.section__table {
  width: 100%;
  text-align: center;
  position: relative; }
  @media (min-width: 770px) {
    .section__table {
      display: table;
      table-layout: fixed;
      height: 650px;
      border-collapse: collapse; } }
  .section__table .height__auto {
    height: auto; }
  .section__table .overview {
    padding: 90px 15px; }
    @media (min-width: 770px) {
      .section__table .overview {
        display: table-cell;
        vertical-align: middle;
        text-align: center; } }
    .section__table .overview .overview__sub {
      font-size: 2rem;
      font-weight: 400;
      color: #212228;
      letter-spacing: 5px; }
      @media (min-width: 770px) {
        .section__table .overview .overview__sub {
          font-size: 2.5rem; } }
    .section__table .overview .overview__sub-out {
      font-family: "Proxima";
      color: #000;
      font-weight: 600;
      padding-bottom: 40px;
      letter-spacing: 0.0625rem;
      font-size: 1.2rem;
      line-height: 2; }
    .section__table .overview .overview__head {
      text-transform: uppercase;
      color: #000;
      line-height: 1;
      font-weight: 400;
      font-size: 3rem;
      letter-spacing: 0.40625rem; }
      @media (min-width: 770px) {
        .section__table .overview .overview__head {
          font-size: 2rem;
          letter-spacing: 0.25rem; } }
    .section__table .overview .overview__subhead {
      color: #000;
      font-weight: 400;
      margin-bottom: 1rem;
      letter-spacing: 0.28125rem;
      font-size: 1.4rem; }
      @media (min-width: 770px) {
        .section__table .overview .overview__subhead {
          letter-spacing: 0.245625rem; } }
    .section__table .overview .overview__text {
      margin: 0;
      text-align: center;
      line-height: 2;
      color: #000;
      font-weight: 200;
      font-size: 1.4rem; }
      @media (min-width: 770px) {
        .section__table .overview .overview__text {
          font-size: 1.2rem; } }
      @media (max-width: 770px) {
        .section__table .overview .overview__text br {
          display: none; } }
    .section__table .overview .text__medium {
      font-size: 2rem; }

.photo__divider {
  height: 300px;
  width: 100%; }
  @media (min-width: 770px) {
    .photo__divider {
      height: 450px; } }
  .photo__divider.about {
    background: url(/assets/img/hero-home.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }

.office__values .our__values {
  margin-top: 60px; }
  @media (min-width: 770px) {
    .office__values .our__values {
      margin-top: 5em; } }
  .office__values .our__values .value {
    position: relative;
    padding: 40px 0; }
    @media (min-width: 770px) {
      .office__values .our__values .value {
        padding: 45px 0; } }
    .office__values .our__values .value:first-child:before {
      bottom: none;
      top: 0; }
    .office__values .our__values .value:first-child:after, .office__values .our__values .value:first-child:before {
      display: block;
      content: '';
      position: absolute;
      left: 50%;
      width: 130px;
      margin-left: -65px;
      bottom: 0;
      height: 1px;
      background: #F16528; }
    .office__values .our__values .value:after, .office__values .our__values .value:first-child:before {
      display: block;
      content: '';
      position: absolute;
      left: 50%;
      width: 130px;
      margin-left: -65px;
      bottom: 0;
      height: 1px;
      background: #F16528; }
    .office__values .our__values .value .word {
      color: #333;
      margin: 0 0 10px;
      letter-spacing: -2.5px;
      font-size: 38px;
      padding: 0;
      text-align: center; }
      @media (min-width: 770px) {
        .office__values .our__values .value .word {
          font-size: 3em; } }
    .office__values .our__values .value .description {
      font-weight: 400;
      font-style: italic;
      font-size: 1rem;
      letter-spacing: -1px;
      color: #969696;
      text-align: center; }
      @media (min-width: 770px) {
        .office__values .our__values .value .description {
          font-size: 1.5rem; } }

.team__list {
  width: 300px;
  margin: 80px auto;
  padding-bottom: 50px;
  text-align: left; }
  @media only screen and (min-width: 768px) and (max-device-width: 1024px) {
    .team__list {
      width: 600px; } }
  @media (min-width: 1024px) {
    .team__list {
      width: 760px; } }
  .team__list .team__item {
    width: 145px;
    height: 145px;
    overflow: visible !important;
    position: relative;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 0;
    /*transition: all 500ms cubic-bezier(.175, .885,.32,1.275);*/ }
    @media (min-width: 680px) {
      .team__list .team__item {
        width: 195px;
        height: 195px; } }
    @media (min-width: 770px) {
      .team__list .team__item {
        width: 250px;
        height: 250px; } }
    .team__list .team__item + .team__list .team__item {
      border-top: 1px solid #f26f70; }
    .team__list .team__item .team__photo {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: auto; }
    .team__list .team__item .team__photo-active {
      opacity: 0;
      -webkit-transition: opacity .4s linear;
      -moz-transition: opacity .4s linear;
      -o-transition: opacity .4s linear;
      transition: opacity .4s linear; }
    .team__list .team__item .team__info {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: auto;
      padding: 10px 15px 7px 12px;
      -webkit-transition: all .1s linear;
      -moz-transition: all .1s linear;
      -o-transition: all .1s linear;
      transition: all .1s linear;
      font-style: normal;
      font-weight: 400;
      color: #fff;
      cursor: pointer; }
      .team__list .team__item .team__info .name {
        font-size: 1.1rem;
        line-height: 1.1rem;
        letter-spacing: -1px; }
      .team__list .team__item .team__info .title {
        font-style: italic;
        font-size: .85rem;
        letter-spacing: -.5px;
        line-height: 1.5rem; }
      .team__list .team__item .team__info .socials {
        margin-top: 5px;
        opacity: 0;
        line-height: 1rem;
        height: 25px;
        overflow: hidden;
        -webkit-transition: opacity 0s linear;
        -moz-transition: opacity 0s linear;
        -o-transition: opacity 0s linear;
        transition: opacity 0s linear; }
      .team__list .team__item .team__info .socials a {
        display: inline-block;
        color: #f26f70;
        font-size: 1.25rem; }
    .team__list .team__item:hover .team__info {
      -webkit-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1);
      -moz-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1);
      -o-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1);
      transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1);
      color: #f26f70;
      background: #fff;
      z-index: 10000;
      -webkit-transform: translateY(-100%) translateZ(0);
      -moz-transform: translateY(-100%) translateZ(0);
      -ms-transform: translateY(-100%) translateZ(0);
      -o-transform: translateY(-100%) translateZ(0);
      transform: translateY(-100%) translateZ(0); }
    .team__list .team__item:hover .team__photo-active {
      opacity: 1; }
    .team__list .team__item:hover .team__info .socials {
      opacity: 1;
      -webkit-transition: opacity .2s linear;
      -moz-transition: opacity .2s linear;
      -o-transition: opacity .2s linear;
      transition: opacity .2s linear; }

.services {
  background: #fbfbfb;
  padding: 40px 25px 0; }
  @media (min-width: 770px) {
    .services {
      padding: 90px 25px; } }

.services__groups {
  max-width: 800px;
  margin: 30px auto 0; }
  .services__groups:before, .services__groups:after {
    content: " ";
    display: table; }
  .services__groups:after {
    clear: both; }
  .services__groups .service-group {
    padding: 0;
    text-align: left;
    margin-bottom: 30px; }
    @media (min-width: 770px) {
      .services__groups .service-group {
        float: left;
        width: 50%;
        padding: 0;
        margin-bottom: 0; } }
    .services__groups .service-group .service-group__heading {
      font-family: "Bebas", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 400;
      text-align: left;
      font-size: 1.5rem;
      color: #000;
      line-height: 1.2;
      letter-spacing: 1px;
      padding: 0;
      margin: 0; }
    .services__groups .service-group .service-group__description {
      margin: .4em auto 1em;
      font-weight: 200;
      color: #000;
      line-height: 1.4; }
      @media (min-width: 770px) {
        .services__groups .service-group .service-group__description {
          font-size: 1.125rem; } }
    .services__groups .service-group .service-group__list-items {
      margin: 0;
      padding: 0;
      list-style: none; }
    .services__groups .service-group .service-group__list-item {
      padding: 10px 0 10px 30px;
      font-style: normal;
      font-weight: 200;
      font-size: 1rem;
      color: #000;
      letter-spacing: .5px;
      line-height: 1.35;
      background: url(/assets/img/icn-bullet.png) left 13px no-repeat;
      background-size: 11px auto;
      text-transform: uppercase; }
    @media (min-width: 770px) {
      .services__groups .service-group__2, .services__groups .service-group__4 {
        padding-left: 8%; }
      .services__groups .service-group__3, .services__groups .service-group__4 {
        margin-top: 80px; } }

.service__item {
  max-width: 800px;
  margin: 80px auto 0;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .service__item img {
    max-width: 100%;
    height: auto; }

.technology__capabilities {
  padding: 0 25px 50px; }
  @media (min-width: 770px) {
    .technology__capabilities {
      padding: 40px 25px 82px; } }

.chart {
  max-width: 800px;
  margin: 40px auto 0;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.chart__capabilities:after {
  clear: both; }

.chart__capabilities:after, .chart__capabilities:before {
  content: " ";
  display: table; }

.chart__capabilities .capability {
  margin: 12px 0;
  float: left;
  position: relative;
  display: block;
  width: 33.33333%;
  text-align: center;
  transform: translate3d(0, 0, 0); }
  @media (min-width: 475px) {
    .chart__capabilities .capability {
      width: 25%; } }
  @media (min-width: 770px) {
    .chart__capabilities .capability {
      width: 16.66667%; } }
  @media (min-width: 900px) {
    .chart__capabilities .capability {
      width: 12.5%; } }
  .chart__capabilities .capability a {
    display: block;
    height: 42px; }
  .chart__capabilities .capability img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .chart__capabilities .capability .capability__tooltip {
    opacity: 0;
    -webkit-transform: translate(-50%, 10px);
    -moz-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    -o-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
    transition: transform 300ms,opacity 300ms;
    display: none;
    pointer-events: none;
    position: absolute;
    padding: 3px 25px 6px;
    left: 50%;
    bottom: 100%;
    width: auto;
    margin-bottom: 10px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #f26f70; }
    @media (min-width: 770px) {
      .chart__capabilities .capability .capability__tooltip {
        display: block; } }


.clients--list:after, .clients--list:before {
  content: " ";
  display: table; }

.clients--list:after {
  clear: both; }

.clients--list .client {
  width: 20%;
  display: block;
  float: left;}
    @media (max-width: 768px) {

  .clients--list .client {
  width: 50%;
}
}

  .clients--list .client img {
    display: block;
    max-width: 100%;
    height: auto; 
  
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);}

.career__list {
  max-width: 830px;
  margin: 40px auto; }
  .career__list:before, .career__list:after {
    content: " ";
    display: table; }
  .career__list:after {
    clear: both; }
  .career__list .position__item {
    width: 100%;
    padding: 10px 15px;
    border-bottom: 1px solid #e2e2e2;
    min-height: 75px; }
    @media (min-width: 770px) {
      .career__list .position__item {
        padding: 20px 0px;
        min-height: 100px; } }
    .career__list .position__item:first-child {
      font-weight: bold;
      color: #000;
      text-transform: uppercase;
      font-size: 1.5rem;
      min-height: 30px; }
    .career__list .position__item .name {
      float: left;
      font-size: 1rem;
      color: #000;
      text-align: left;
      padding: 20px 0; }
      @media (min-width: 770px) {
        .career__list .position__item .name {
          width: 80%;
          font-size: 1.2rem; } }
    .career__list .position__item .location {
      float: right; }
      @media (min-width: 770px) {
        .career__list .position__item .location {
          width: 20%; } }
      .career__list .position__item .location .btn {
        margin: 10px 0; }
        @media (min-width: 770px) {
          .career__list .position__item .location .btn {
            min-width: 160px; } }

/* Common style */
.works__category {
  width: 100%;
  height: 100px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
  .works__category .secondary__nav a {
    cursor: pointer; }
    @media (min-width: 992px) {
      .works__category .secondary__nav a {
        padding-right: 30px; } }

.item {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
  height: 400px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
  @media (min-width: 992px) {
    .item {
      width: 33.33333%;
      float: left; } }
  .item .thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-transition: -webkit-transform 5s ease-out,filter 500ms ease-in-out,-webkit-filter 500ms ease-in-out;
    transition: transform 5s ease-out,filter 500ms ease-in-out,-webkit-filter 500ms ease-in-out; }
  .item:hover .thumb {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1); }
  .item:hover .ellipse {
    right: 40px;
    opacity: 1; }


    .item:hover .overlay h3 {
      color: #000; }
    .item:hover .overlay .ellipse {
      opacity: 1; }
  .item .item__link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3; }
  .item .content {
    position: absolute;
    z-index: 0;
    top: 25%;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center; }
  .item .overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .item .overlay h3 {
      position: relative;
      font-size: 2.5rem;
      letter-spacing: 3px;
      font-weight: 400;
      color: #000;
      text-transform: uppercase;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      @media (max-width: 992px) {
        .item .overlay h3 {
          font-size: 3rem; } }
    .item .overlay p {
      position: relative;
      font-weight: 200;
      color: #000;
      font-size: 1.2rem;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      @media (min-width: 992px) {
        .item .overlay p {
          font-size: 1.1rem; } }
    .item .overlay .label {
      position: relative;
      display: inline-block;
      font-weight: 400;
      color: #000;
      border: 1px solid #ccc;
      border-radius: 19px;
      line-height: 1;
      text-align: center;
      white-space: nowrap;
      vertical-align: baseline;
      font-size: 1.2rem;
      padding: 7px 10px;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      @media (min-width: 992px) {
        .item .overlay .label {
          font-size: 1rem; } }
    .item .overlay .ellipse {
      position: absolute;
      right: 25px;
      bottom: 30px;
      width: 56px;
      height: 56px;
      text-align: center;
      opacity: 0;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -webkit-transition-delay: 0.2s;
      -moz-transition-delay: 0.2s;
      transition-delay: 0.2s;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .item .overlay .ellipse > img {
        position: relative;
        top: 17px; }

.works__properties {
  display: block;
  padding: 40px 15px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
  @media (min-width: 992px) {
    .works__properties {
      padding: 40px 15px 60px 15px; } }
  .works__properties .category__name {
    font-size: 1.2rem; }
    @media (min-width: 992px) {
      .works__properties .category__name {
        width: 40%;
        float: left; } }
  .works__properties .category__services {
    font-size: 1rem; }
    @media (min-width: 992px) {
      .works__properties .category__services {
        width: 60%;
        float: left;
        text-align: right; } }

.works__details {
  padding: 90px 15px;
  text-align: center; }
  .works__details .work__text {
    max-width: 800px;
    margin: 0 auto;
    text-align: center; }
    .works__details .work__text h2, .works__details .work__text h3, .works__details .work__text h4, .works__details .work__text h5 {
      text-align: center;
      font-size: 1.5rem;
      color: #000;
      font-family: Proxima;
      text-transform: normal; }
    .works__details .work__text p {
      font-size: 1.2rem;
      line-height: 2;
      font-weight: 200;
      text-align: center;
      margin-bottom: 60px; }
  .works__details img {
    max-width: 100%;
    margin-bottom: 100px;
    vertical-align: middle; }
  .works__details .works__url {
    font-size: 2rem;
    text-align: center; }

.list-body ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .list-body ul li {
    display: block;
    margin: 0 0 10px 0;
    font-size: 1rem;
    font-style: italic; }

.list__icon {
  margin-left: -50px; }
  .list__icon .list__item {
    display: block;
    height: 55px;
    width: 100%;
    text-align: left;
    color: #000;
    font-size: 1.1rem;
    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    transition: all 900ms ease; }
    .list__icon .list__item i {
      font-size: 1.5625rem;
      width: 65px;
      text-align: center;
      color: #0f2453;
      vertical-align: middle; }
    .list__icon .list__item span {
      font-size: 1.1rem; }
    .list__icon .list__item a {
      color: #000; }

.hero {
  padding: 100px 25px;
  text-align: center;
  position: relative; }
  @media (min-width: 770px) {
    .hero {
      padding: 250px 25px; } }
  .hero__home {
    background: url(/assets/img/services-page-3.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  .hero__about {
    background: url(/assets/img/services-page-3.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  .hero__services {
    background: url(/assets/img/hero_services.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  .hero__work {
    background: url(/assets/img/13.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  .hero__contact {
    background: url(/assets/img/hero-contact.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  .hero__careers {
    background: url(/assets/img/hero-careers.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  .hero__customer {
    background: url(/assets/img/hero-customer.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }

/* _____ FOOTER _____ */
#footer__teaser {
  display: block;
  width: 100%;
  z-index: 0;
        background-color: #F9FBFE;

      border-top: 1px solid #ededed; }
  
  #footer__teaser:before {
    pointer-events: none;
    font-family: "simple-line-icons";
    position: absolute;
    left: 50%;
    margin-top: 180px;
    font-size: 1.4375rem;
    content: '\e604';
    color: #000;
    z-index: 10;
    -webkit-transition: -webkit-transform;
    -moz-transition: -moz-transform;
    transition: transform; }
  #footer__teaser .hero {
    display: block;
    min-height: 280px;
    padding: 70px 25px 50px; }
  #footer__teaser .hero:before {
    opacity: 0; }
  #footer__teaser .hero:after {
    display: none; }
  #footer__teaser .hero .teaser__title {
    font-size: 2em;
    color: #000;
    position: relative;
    z-index: 2;
    font-family: 'Proxima';
    font-style: normal;
    font-weight: 400;
   
  }
  #footer__teaser .hero .up__next {
 width: 100%;
    display: block;
    margin-bottom: 20px;
    height: auto;
    text-transform: uppercase;
    font-family: 'Proxima';
    font-style: normal;
    font-weight: 400;
    letter-spacing: 3px;
    color: #000;
    z-index: 2;
    font-size: 0.625rem;
     }
  #footer__teaser .teaser__pointer {
    display: block;
    color: #fff;
    position: relative;
    z-index: 2;
    font-size: 2.5rem;
    margin-top: 0; }
  @media (min-width: 770px) {
    #footer__teaser .hero {
      padding: 110px 25px 50px; }
    #footer__teaser .hero .teaser__title {
      font-size: 2em;
   }
    #footer__teaser .teaser__pointer {
      font-size: 3rem; } }

.share-button h5 {
  margin: 20px 0;
  display: block;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold; }

.share-button div.facebook {
  float: left; }

.share-button div.twitter {
  float: left;
  margin-left: 5px; }

.twitter-share-button {
  width: 70px !important; }

.share-button div.googleplus {
  margin-left: 5px; }

.error-message {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 15px 20px;
  display: inline-block;
  font-weight: bold;
  font-size: 1rem;
  color: #C33;
  border: 1px solid #C33;
  background-color: #fff; }
  .error-message:before {
    content: "\e013";
    color: #C33;
    font-family: linecons;
    left: 0;
    top: 0;
    margin-right: 10px; }

.success-message {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 15px 20px;
  display: inline-block;
  font-weight: bold;
  font-size: 1rem;
  color: #6f962c;
  border: 1px solid #6f962c;
  background-color: #fff; }
  .success-message:before {
    content: "\e022";
    color: #6f962c;
    font-family: FontAwesome;
    font-size: 40px;
    left: 0;
    top: 0;
    margin-right: 10px; }

/* Default custom select styles */
div.cs-select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  background: #fff;
  z-index: 100;
  width: 100%;
  max-width: 500px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

div.cs-select:focus {
  outline: none;
  /* For better accessibility add a style for this in your skin */ }

.cs-select select {
  display: none; }

.cs-select span {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/* Placeholder and selected option */
.cs-select > span {
  padding-right: 3em; }

.cs-select > span::after,
.cs-select .cs-selected span::after {
  speak: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.cs-select > span::after {
  content: '\25BE';
  right: 1em; }

.cs-select .cs-selected span::after {
  content: '\2713';
  margin-left: 1em; }

.cs-select.cs-active > span::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg); }

div.cs-active {
  z-index: 200; }

/* Options */
.cs-select .cs-options {
  position: absolute;
  overflow: hidden;
  width: 100%;
  background: #fff;
  visibility: hidden; }

.cs-select.cs-active .cs-options {
  visibility: visible;
  background: #fff;
  border: 0px dashed #c0c6c4;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  -webkit-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
  -moz-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s; }

.cs-select ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; }

.cs-select ul span {
  padding: 1em; }

.cs-select ul li.cs-focus span {
  background-color: #ddd; }

/* Optgroup and optgroup label */
.cs-select li.cs-optgroup ul {
  padding-left: 1em; }

.cs-select li.cs-optgroup > span {
  cursor: default; }

div.cs-skin-rotate {
  background: transparent;
  font-size: 1.3rem;
  font-weight: 700;
  width: 300px;
  -webkit-perspective: 1000px;
  perspective: 1000px; }

@media screen and (max-width: 30em) {
  div.cs-skin-rotate {
    font-size: 1rem;
    width: 200px; } }

.cs-skin-rotate > span,
.cs-skin-rotate .cs-options li {
  background: transparent;
  -webkit-transform-origin: 50% 50% -200px;
  transform-origin: 50% 50% -200px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s; }

@media screen and (max-width: 30em) {
  .cs-skin-rotate > span,
  .cs-skin-rotate .cs-options li {
    -webkit-transform-origin: 50% 50% -100px;
    transform-origin: 50% 50% -100px; } }

.cs-skin-rotate > span {
  border: 1px solid #ebebeb; }

.cs-skin-rotate.cs-active > span {
  opacity: 0;
  -webkit-transform: rotate3d(0, 1, 0, -90deg);
  transform: rotate3d(0, 1, 0, -90deg); }

.cs-skin-rotate > span::after,
.cs-skin-rotate .cs-selected span::after {
  font-family: 'icomoon'; }

.cs-skin-rotate > span::after,
.cs-skin-rotate.cs-active > span::after {
  content: '\e012';
  -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -90deg);
  transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -90deg); }

.cs-skin-rotate ul span::after {
  content: '';
  opacity: 0; }

.cs-skin-rotate .cs-selected span::after {
  content: '\e00e';
  font-size: 2.5rem;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.cs-skin-rotate .cs-options {
  background: transparent;
  top: 0;
  overflow: visible;
  visibility: visible;
  pointer-events: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.cs-skin-rotate .cs-options ul {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.cs-skin-rotate .cs-options li {
  opacity: 0;
  -webkit-transform: rotate3d(0, 1, 0, 90deg);
  transform: rotate3d(0, 1, 0, 90deg); }

.cs-skin-rotate.cs-active .cs-options li {
  opacity: 1;
  -webkit-transform: rotate3d(0, 1, 0, 0deg);
  transform: rotate3d(0, 1, 0, 0deg);
  pointer-events: auto; }

.cs-skin-rotate .cs-options li:nth-child(2) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s; }

.cs-skin-rotate .cs-options li:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.cs-skin-rotate .cs-options li:nth-child(4) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s; }

.cs-skin-rotate .cs-options li:nth-child(5) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.cs-skin-rotate.cs-active .cs-options ul li {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.cs-skin-rotate .cs-options li span {
  padding: 1em 1em; }

.cs-skin-rotate .cs-options li span:hover,
.cs-skin-rotate .cs-options li.cs-focus span,
.cs-skin-rotate .cs-selected span {
  opacity: 0.8;
  background: transparent; }

.typer__cursor--blink {
  -webkit-animation: blink 1s infinite;
  -moz-animation: blink 1s infinite;
  animation: blink 1s infinite; }

@-webkit-keyframes blink {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes blink {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes blink {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* ng module css */
.drop {
  display: block;
  position: absolute;
  background: #b8e0e0;
  border-radius: 100%;
  transform: scale(0);
  pointer-events: none;
  width: 200px;
  height: 200px; }
  .drop .animate {
    animation: drop 1.5s ease-out; }

@keyframes drop {
  100% {
    opacity: 0;
    transform: scale(2.5); } }

@keyframes drop2 {
  30% {
    opacity: 1;
    transform: scale(0); }
  100% {
    opacity: 0;
    transform: scale(2.5); } }

.main__share a {
  display: inline-block !important;
  font-size: 1.5rem;
  padding: 10px 20px 10px 0px; }
  .main__share a i {
    color: #000;
    -webkit-transition: color 600ms ease-in-out;
    -moz-transition: color 600ms ease-in-out;
    transition: color 600ms ease-in-out; }
  @media (min-width: 35.5em) {
    .main__share a {
      font-size: 1.875rem; } }
  @media (min-width: 48em) {
    .main__share a {
      font-size: 2.25rem; } }
  .main__share a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9; }
    .main__share a:hover i {
      color: #F16528; }

/* vendor */
#imagelightbox {
  cursor: pointer;
  position: fixed;
  z-index: 10000;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75); }

#imagelightbox-loading, #imagelightbox-loading div {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

#imagelightbox-loading {
  width: 2.5em;
  height: 2.5em;
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 10003;
  top: 50%;
  left: 50%;
  padding: .625em;
  margin: -1.25em 0 0 -1.25em;
  -webkit-box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75); }

#imagelightbox-loading div {
  width: 1.25em;
  height: 1.25em;
  background-color: #fff;
  -webkit-animation: imagelightbox-loading .5s ease infinite;
  -moz-animation: imagelightbox-loading .5s ease infinite;
  -o-animation: imagelightbox-loading .5s ease infinite;
  animation: imagelightbox-loading .5s ease infinite; }

@-webkit-keyframes imagelightbox-loading {
  from {
    opacity: .5;
    -webkit-transform: scale(0.75); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1); }
  to {
    opacity: .5;
    -webkit-transform: scale(0.75); } }

@-moz-keyframes imagelightbox-loading {
  from {
    opacity: .5;
    -moz-transform: scale(0.75); }
  50% {
    opacity: 1;
    -moz-transform: scale(1); }
  to {
    opacity: .5;
    -moz-transform: scale(0.75); } }

@-o-keyframes imagelightbox-loading {
  from {
    opacity: .5;
    -o-transform: scale(0.75); }
  50% {
    opacity: 1;
    -o-transform: scale(1); }
  to {
    opacity: .5;
    -o-transform: scale(0.75); } }

@keyframes imagelightbox-loading {
  from {
    opacity: .5;
    transform: scale(0.75); }
  50% {
    opacity: 1;
    transform: scale(1); }
  to {
    opacity: .5;
    transform: scale(0.75); } }

#imagelightbox-overlay {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

#imagelightbox-close {
  width: 2.5em;
  height: 2.5em;
  text-align: left;
  text-indent: -9999px;
  background-color: #666;
  position: fixed;
  z-index: 10002;
  top: 2.5em;
  right: 2.5em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -ms-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease; }

#imagelightbox-close:hover {
  background-color: #111; }

#imagelightbox-close:after, #imagelightbox-close:before {
  width: 2px;
  background-color: #fff;
  content: '';
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: 50%;
  margin-left: -1px; }

#imagelightbox-close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#imagelightbox-close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#imagelightbox-caption {
  text-align: center;
  color: #fff;
  position: fixed;
  z-index: 10001;
  left: 0;
  right: 0;
  bottom: 0;
  padding: .625em 20%; }

#imagelightbox-nav {
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 10001;
  left: 50%;
  bottom: 3.75em;
  padding: .313em;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

#imagelightbox-nav a {
  width: 1em;
  height: 1em;
  border: 1px solid #fff;
  display: inline-block;
  margin: 0 .313em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

#imagelightbox-nav a.active {
  background-color: #fff; }

#imagelightbox-caption, #imagelightbox-close, #imagelightbox-loading, #imagelightbox-nav, #imagelightbox-overlay {
  -moz-animation: fade-in .25s linear;
  -o-animation: fade-in .25s linear; }

@-webkit-keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-o-keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.imagelightbox-arrow {
  width: 3.75em;
  height: 7.5em;
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.5);
  vertical-align: middle;
  display: none;
  position: fixed;
  z-index: 10001;
  top: 50%;
  margin-top: -3.75em;
  border: none;
  outline: 0; }

.imagelightbox-arrow:focus, .imagelightbox-arrow:hover {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.75); }

.imagelightbox-arrow:active {
  background-color: #111; }

.imagelightbox-arrow-left {
  left: 2.5em; }

.imagelightbox-arrow-right {
  right: 2.5em; }

.imagelightbox-arrow:before {
  width: 0;
  height: 0;
  border: 1em solid transparent;
  content: '';
  display: inline-block;
  margin-bottom: -.125em; }

.imagelightbox-arrow-left:before {
  border-left: none;
  border-right-color: #fff;
  margin-left: -.313em; }

.imagelightbox-arrow-right:before {
  border-right: none;
  border-left-color: #fff;
  margin-right: -.313em; }

#imagelightbox-caption, #imagelightbox-close, #imagelightbox-loading, #imagelightbox-nav, #imagelightbox-overlay, .imagelightbox-arrow {
  -webkit-animation: fade-in .25s linear;
  animation: fade-in .25s linear; }

@-webkit-keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@media only screen and (max-width: 41.25em) {
  #container {
    width: 100%; }
  #imagelightbox-close {
    top: 1.25em;
    right: 1.25em; }
  #imagelightbox-nav {
    bottom: 1.25em; } }

/* - Lightbox - */
.imagelightbox-arrow {
  background-color: transparent !important; }

.imagelightbox-arrow:hover,
.imagelightbox-arrow:active,
.imagelightbox-arrow:focus {
  background-color: transparent; }

#imagelightbox-close {
  background-color: transparent !important; }

#imagelightbox-close:hover,
#imagelightbox-close:active,
#imagelightbox-close:focus {
  background-color: transparent; }

@font-face {
  font-family: 'simple-line-icons';
  src: url("/assets/fonts/simple-line-icons/Simple-Line-Icons.eot?v=2.3.1");
  src: url("/assets/fonts/simple-line-icons/Simple-Line-Icons.eot?v=2.3.1#iefix") format("embedded-opentype"), url("/assets/fonts/simple-line-icons/Simple-Line-Icons.woff2?v=2.3.1") format("woff2"), url("/assets/fonts/simple-line-icons/Simple-Line-Icons.woff?v=2.3.1") format("woff"), url("/assets/fonts/simple-line-icons/Simple-Line-Icons.ttf?v=2.3.1") format("truetype"), url("../fonts/Simple-Line-Icons.svg?v=2.3.1#simple-line-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

/*
 Use the following CSS code if you want to have a class per icon.
 Instead of a list of all class selectors, you can use the generic [class*="icon-"] selector, but it's slower:
*/
.icon-user,
.icon-people,
.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-login,
.icon-logout,
.icon-emotsmile,
.icon-phone,
.icon-call-end,
.icon-call-in,
.icon-call-out,
.icon-map,
.icon-location-pin,
.icon-direction,
.icon-directions,
.icon-compass,
.icon-layers,
.icon-menu,
.icon-list,
.icon-options-vertical,
.icon-options,
.icon-arrow-down,
.icon-arrow-left,
.icon-arrow-right,
.icon-arrow-up,
.icon-arrow-up-circle,
.icon-arrow-left-circle,
.icon-arrow-right-circle,
.icon-arrow-down-circle,
.icon-check,
.icon-clock,
.icon-plus,
.icon-minus,
.icon-close,
.icon-organization,
.icon-trophy,
.icon-screen-smartphone,
.icon-screen-desktop,
.icon-plane,
.icon-notebook,
.icon-mustache,
.icon-mouse,
.icon-magnet,
.icon-energy,
.icon-disc,
.icon-cursor,
.icon-cursor-move,
.icon-crop,
.icon-chemistry,
.icon-speedometer,
.icon-shield,
.icon-screen-tablet,
.icon-magic-wand,
.icon-hourglass,
.icon-graduation,
.icon-ghost,
.icon-game-controller,
.icon-fire,
.icon-eyeglass,
.icon-envelope-open,
.icon-envelope-letter,
.icon-bell,
.icon-badge,
.icon-anchor,
.icon-wallet,
.icon-vector,
.icon-speech,
.icon-puzzle,
.icon-printer,
.icon-present,
.icon-playlist,
.icon-pin,
.icon-picture,
.icon-handbag,
.icon-globe-alt,
.icon-globe,
.icon-folder-alt,
.icon-folder,
.icon-film,
.icon-feed,
.icon-drop,
.icon-drawer,
.icon-docs,
.icon-doc,
.icon-diamond,
.icon-cup,
.icon-calculator,
.icon-bubbles,
.icon-briefcase,
.icon-book-open,
.icon-basket-loaded,
.icon-basket,
.icon-bag,
.icon-action-undo,
.icon-action-redo,
.icon-wrench,
.icon-umbrella,
.icon-trash,
.icon-tag,
.icon-support,
.icon-frame,
.icon-size-fullscreen,
.icon-size-actual,
.icon-shuffle,
.icon-share-alt,
.icon-share,
.icon-rocket,
.icon-question,
.icon-pie-chart,
.icon-pencil,
.icon-note,
.icon-loop,
.icon-home,
.icon-grid,
.icon-graph,
.icon-microphone,
.icon-music-tone-alt,
.icon-music-tone,
.icon-earphones-alt,
.icon-earphones,
.icon-equalizer,
.icon-like,
.icon-dislike,
.icon-control-start,
.icon-control-rewind,
.icon-control-play,
.icon-control-pause,
.icon-control-forward,
.icon-control-end,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-calendar,
.icon-bulb,
.icon-chart,
.icon-ban,
.icon-bubble,
.icon-camrecorder,
.icon-camera,
.icon-cloud-download,
.icon-cloud-upload,
.icon-envelope,
.icon-eye,
.icon-flag,
.icon-heart,
.icon-info,
.icon-key,
.icon-link,
.icon-lock,
.icon-lock-open,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-paper-clip,
.icon-paper-plane,
.icon-power,
.icon-refresh,
.icon-reload,
.icon-settings,
.icon-star,
.icon-symbol-female,
.icon-symbol-male,
.icon-target,
.icon-credit-card,
.icon-paypal,
.icon-social-tumblr,
.icon-social-twitter,
.icon-social-facebook,
.icon-social-instagram,
.icon-social-linkedin,
.icon-social-pinterest,
.icon-social-github,
.icon-social-google,
.icon-social-reddit,
.icon-social-skype,
.icon-social-dribbble,
.icon-social-behance,
.icon-social-foursqare,
.icon-social-soundcloud,
.icon-social-spotify,
.icon-social-stumbleupon,
.icon-social-youtube,
.icon-social-dropbox {
  font-family: 'simple-line-icons';
  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; }

.icon-user:before {
  content: "\e005"; }

.icon-people:before {
  content: "\e001"; }

.icon-user-female:before {
  content: "\e000"; }

.icon-user-follow:before {
  content: "\e002"; }

.icon-user-following:before {
  content: "\e003"; }

.icon-user-unfollow:before {
  content: "\e004"; }

.icon-login:before {
  content: "\e066"; }

.icon-logout:before {
  content: "\e065"; }

.icon-emotsmile:before {
  content: "\e021"; }

.icon-phone:before {
  content: "\e600"; }

.icon-call-end:before {
  content: "\e048"; }

.icon-call-in:before {
  content: "\e047"; }

.icon-call-out:before {
  content: "\e046"; }

.icon-map:before {
  content: "\e033"; }

.icon-location-pin:before {
  content: "\e096"; }

.icon-direction:before {
  content: "\e042"; }

.icon-directions:before {
  content: "\e041"; }

.icon-compass:before {
  content: "\e045"; }

.icon-layers:before {
  content: "\e034"; }

.icon-menu:before {
  content: "\e601"; }

.icon-list:before {
  content: "\e067"; }

.icon-options-vertical:before {
  content: "\e602"; }

.icon-options:before {
  content: "\e603"; }

.icon-arrow-down:before {
  content: "\e604"; }

.icon-arrow-left:before {
  content: "\e605"; }

.icon-arrow-right:before {
  content: "\e606"; }

.icon-arrow-up:before {
  content: "\e607"; }

.icon-arrow-up-circle:before {
  content: "\e078"; }

.icon-arrow-left-circle:before {
  content: "\e07a"; }

.icon-arrow-right-circle:before {
  content: "\e079"; }

.icon-arrow-down-circle:before {
  content: "\e07b"; }

.icon-check:before {
  content: "\e080"; }

.icon-clock:before {
  content: "\e081"; }

.icon-plus:before {
  content: "\e095"; }

.icon-minus:before {
  content: "\e615"; }

.icon-close:before {
  content: "\e082"; }

.icon-organization:before {
  content: "\e616"; }

.icon-trophy:before {
  content: "\e006"; }

.icon-screen-smartphone:before {
  content: "\e010"; }

.icon-screen-desktop:before {
  content: "\e011"; }

.icon-plane:before {
  content: "\e012"; }

.icon-notebook:before {
  content: "\e013"; }

.icon-mustache:before {
  content: "\e014"; }

.icon-mouse:before {
  content: "\e015"; }

.icon-magnet:before {
  content: "\e016"; }

.icon-energy:before {
  content: "\e020"; }

.icon-disc:before {
  content: "\e022"; }

.icon-cursor:before {
  content: "\e06e"; }

.icon-cursor-move:before {
  content: "\e023"; }

.icon-crop:before {
  content: "\e024"; }

.icon-chemistry:before {
  content: "\e026"; }

.icon-speedometer:before {
  content: "\e007"; }

.icon-shield:before {
  content: "\e00e"; }

.icon-screen-tablet:before {
  content: "\e00f"; }

.icon-magic-wand:before {
  content: "\e017"; }

.icon-hourglass:before {
  content: "\e018"; }

.icon-graduation:before {
  content: "\e019"; }

.icon-ghost:before {
  content: "\e01a"; }

.icon-game-controller:before {
  content: "\e01b"; }

.icon-fire:before {
  content: "\e01c"; }

.icon-eyeglass:before {
  content: "\e01d"; }

.icon-envelope-open:before {
  content: "\e01e"; }

.icon-envelope-letter:before {
  content: "\e01f"; }

.icon-bell:before {
  content: "\e027"; }

.icon-badge:before {
  content: "\e028"; }

.icon-anchor:before {
  content: "\e029"; }

.icon-wallet:before {
  content: "\e02a"; }

.icon-vector:before {
  content: "\e02b"; }

.icon-speech:before {
  content: "\e02c"; }

.icon-puzzle:before {
  content: "\e02d"; }

.icon-printer:before {
  content: "\e02e"; }

.icon-present:before {
  content: "\e02f"; }

.icon-playlist:before {
  content: "\e030"; }

.icon-pin:before {
  content: "\e031"; }

.icon-picture:before {
  content: "\e032"; }

.icon-handbag:before {
  content: "\e035"; }

.icon-globe-alt:before {
  content: "\e036"; }

.icon-globe:before {
  content: "\e037"; }

.icon-folder-alt:before {
  content: "\e039"; }

.icon-folder:before {
  content: "\e089"; }

.icon-film:before {
  content: "\e03a"; }

.icon-feed:before {
  content: "\e03b"; }

.icon-drop:before {
  content: "\e03e"; }

.icon-drawer:before {
  content: "\e03f"; }

.icon-docs:before {
  content: "\e040"; }

.icon-doc:before {
  content: "\e085"; }

.icon-diamond:before {
  content: "\e043"; }

.icon-cup:before {
  content: "\e044"; }

.icon-calculator:before {
  content: "\e049"; }

.icon-bubbles:before {
  content: "\e04a"; }

.icon-briefcase:before {
  content: "\e04b"; }

.icon-book-open:before {
  content: "\e04c"; }

.icon-basket-loaded:before {
  content: "\e04d"; }

.icon-basket:before {
  content: "\e04e"; }

.icon-bag:before {
  content: "\e04f"; }

.icon-action-undo:before {
  content: "\e050"; }

.icon-action-redo:before {
  content: "\e051"; }

.icon-wrench:before {
  content: "\e052"; }

.icon-umbrella:before {
  content: "\e053"; }

.icon-trash:before {
  content: "\e054"; }

.icon-tag:before {
  content: "\e055"; }

.icon-support:before {
  content: "\e056"; }

.icon-frame:before {
  content: "\e038"; }

.icon-size-fullscreen:before {
  content: "\e057"; }

.icon-size-actual:before {
  content: "\e058"; }

.icon-shuffle:before {
  content: "\e059"; }

.icon-share-alt:before {
  content: "\e05a"; }

.icon-share:before {
  content: "\e05b"; }

.icon-rocket:before {
  content: "\e05c"; }

.icon-question:before {
  content: "\e05d"; }

.icon-pie-chart:before {
  content: "\e05e"; }

.icon-pencil:before {
  content: "\e05f"; }

.icon-note:before {
  content: "\e060"; }

.icon-loop:before {
  content: "\e064"; }

.icon-home:before {
  content: "\e069"; }

.icon-grid:before {
  content: "\e06a"; }

.icon-graph:before {
  content: "\e06b"; }

.icon-microphone:before {
  content: "\e063"; }

.icon-music-tone-alt:before {
  content: "\e061"; }

.icon-music-tone:before {
  content: "\e062"; }

.icon-earphones-alt:before {
  content: "\e03c"; }

.icon-earphones:before {
  content: "\e03d"; }

.icon-equalizer:before {
  content: "\e06c"; }

.icon-like:before {
  content: "\e068"; }

.icon-dislike:before {
  content: "\e06d"; }

.icon-control-start:before {
  content: "\e06f"; }

.icon-control-rewind:before {
  content: "\e070"; }

.icon-control-play:before {
  content: "\e071"; }

.icon-control-pause:before {
  content: "\e072"; }

.icon-control-forward:before {
  content: "\e073"; }

.icon-control-end:before {
  content: "\e074"; }

.icon-volume-1:before {
  content: "\e09f"; }

.icon-volume-2:before {
  content: "\e0a0"; }

.icon-volume-off:before {
  content: "\e0a1"; }

.icon-calendar:before {
  content: "\e075"; }

.icon-bulb:before {
  content: "\e076"; }

.icon-chart:before {
  content: "\e077"; }

.icon-ban:before {
  content: "\e07c"; }

.icon-bubble:before {
  content: "\e07d"; }

.icon-camrecorder:before {
  content: "\e07e"; }

.icon-camera:before {
  content: "\e07f"; }

.icon-cloud-download:before {
  content: "\e083"; }

.icon-cloud-upload:before {
  content: "\e084"; }

.icon-envelope:before {
  content: "\e086"; }

.icon-eye:before {
  content: "\e087"; }

.icon-flag:before {
  content: "\e088"; }

.icon-heart:before {
  content: "\e08a"; }

.icon-info:before {
  content: "\e08b"; }

.icon-key:before {
  content: "\e08c"; }

.icon-link:before {
  content: "\e08d"; }

.icon-lock:before {
  content: "\e08e"; }

.icon-lock-open:before {
  content: "\e08f"; }

.icon-magnifier:before {
  content: "\e090"; }

.icon-magnifier-add:before {
  content: "\e091"; }

.icon-magnifier-remove:before {
  content: "\e092"; }

.icon-paper-clip:before {
  content: "\e093"; }

.icon-paper-plane:before {
  content: "\e094"; }

.icon-power:before {
  content: "\e097"; }

.icon-refresh:before {
  content: "\e098"; }

.icon-reload:before {
  content: "\e099"; }

.icon-settings:before {
  content: "\e09a"; }

.icon-star:before {
  content: "\e09b"; }

.icon-symbol-female:before {
  content: "\e09c"; }

.icon-symbol-male:before {
  content: "\e09d"; }

.icon-target:before {
  content: "\e09e"; }

.icon-credit-card:before {
  content: "\e025"; }

.icon-paypal:before {
  content: "\e608"; }

.icon-social-tumblr:before {
  content: "\e00a"; }

.icon-social-twitter:before {
  content: "\e009"; }

.icon-social-facebook:before {
  content: "\e00b"; }

.icon-social-instagram:before {
  content: "\e609"; }

.icon-social-linkedin:before {
  content: "\e60a"; }

.icon-social-pinterest:before {
  content: "\e60b"; }

.icon-social-github:before {
  content: "\e60c"; }

.icon-social-google:before {
  content: "\e60d"; }

.icon-social-reddit:before {
  content: "\e60e"; }

.icon-social-skype:before {
  content: "\e60f"; }

.icon-social-dribbble:before {
  content: "\e00d"; }

.icon-social-behance:before {
  content: "\e610"; }

.icon-social-foursqare:before {
  content: "\e611"; }

.icon-social-soundcloud:before {
  content: "\e612"; }

.icon-social-spotify:before {
  content: "\e613"; }

.icon-social-stumbleupon:before {
  content: "\e614"; }

.icon-social-youtube:before {
  content: "\e008"; }

.icon-social-dropbox:before {
  content: "\e00c"; }

.contact__form-wrap {
  position: relative;
  background: url("/assets/img/contact.jpg") no-repeat;
  height: 100vh;
  min-height: 920px;
  background-position: -2150px center;
  background-size: auto 100%;
  -wrap-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
  -webkit-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
  -moz-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s; }
  .contact__form-wrap.active {
    background-position: center;
    background-size: cover;
    overflow: hidden; }
  .contact__form-wrap .wrapper, .contact__form-wrap .hero__contact {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
    -webkit-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
    -moz-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s; }
  .contact__form-wrap.active .wrapper, .contact__form-wrap.active .hero__contact {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
  .contact__form-wrap.active .contact__thanks {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    transition-delay: 0.6s; }
  .contact__form-wrap.active .contact__list {
    display: none; }

.contact__left {
  padding-top: 55px; }
  @media (min-width: 769px) {
    .contact__left {
      float: left;
      width: 50%;
      padding-top: 105px; } }

@media (min-width: 769px) {
  .contact__right {
    float: right;
    width: 50%;
    padding-top: 105px;
    padding-bottom: 40px; } }

.contact__list h3 {
  color: #F16528;
  text-transform: uppercase;
  font-size: 1.2rem; }

.contact__list figure {
  display: block;
  font-size: 1.45rem;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms; }
  @media (min-width: 769px) {
    .contact__list figure:hover {
      padding-left: 40px; } }
  .contact__list figure > svg {
    float: left;
    margin-right: 40px;
    width: 40px;
    padding:15px 0 60px 0;
    }

     


  .contact__list figure a {
    color: #000; }
  .contact__list figure span {
    display: block;
    font-size: 1rem;
    color: #818181; }

