[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/** RESET AND LAYOUT
===================================*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
}
textarea {
  resize: none;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 0;
  background: transparent;
  font-family: 'Poppins', Calibri, Geneva, sans-serif;
}
*:focus {
  outline: none;
}
input[type="color"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="text"],
input[type="submit"],
input[type="search"],
button[type="submit"],
textarea {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: 'Poppins', Calibri, Geneva, sans-serif;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.input-wrap {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
button[type="submit"],
input[type="submit"] {
  border: 0;
  cursor: pointer;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  font-family: 'Poppins', Calibri, Geneva, sans-serif;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
select {
  /*for firefox*/
  -moz-appearance: none;
  /*for chrome*/
  -webkit-appearance: none;
}
/*for IE10*/
select::-ms-expand {
  display: none;
}
/** Default Text
===================================*/
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  width: 100%;
  height: 100%;
}
body {
  margin: 0;
  padding: 0 0 0 0;
  line-height: 1.45em;
  width: 100%;
  /*height: 100%;*/
  /*overflow: hidden;*/
  -webkit-text-size-adjust: 100%;
  font-family: 'Poppins', Geneva, sans-serif;
  background: #2D2D2D;
}
b em,
b i,
strong em,
strong i,
em b,
i b,
em strong,
i strong {
  font-family: 'Poppins', Geneva, sans-serif;
}
ul,
li {
  margin: 0;
  padding: 0;
}
input[type="radio"] {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: 'Poppins';
  font-weight: 700;
}
img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
  border: 0;
}
/* all */
::-webkit-input-placeholder {
  color: #a4afb9;
  font-family: 'Poppins', Calibri, Geneva, sans-serif;
}
::-moz-placeholder {
  color: #a4afb9;
  font-family: 'Poppins', Calibri, Geneva, sans-serif;
}
/* firefox 19+ */
:-ms-input-placeholder {
  color: #a4afb9;
  font-family: 'Poppins', Calibri, Geneva, sans-serif;
}
/* ie */
input:-moz-placeholder {
  color: #a4afb9;
  font-family: 'Poppins', Calibri, Geneva, sans-serif;
}
/* clearfix */
.clr:before,
.clr:after {
  content: " ";
  display: table;
}
.clr:after {
  clear: both;
}
/* For IE 6/7 only */
.clr {
  *zoom: 1;
}
/** CSS3 Transition
===================================*/
@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes hover-anim {
  50% {
    width: 100%;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes hover-anim {
  50% {
    width: 100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  /*right: 0;*/
  text-align: center;
  z-index: 100;
  background: transparent;
  transition: all .3s ease-out;
}
.scrolled .header {
  background: rgba(0,0,0,.5);
}
.nav {
  padding: 40px 0;
}
.nav ul {
  display: flex;
  justify-content: center;
}
.nav a {
  color: #fff;
  font-size: 18px;
  padding: 10px 0;
  display: block;
  transition: all .3s ease-out;
}
.nav li.active a,
.nav a:hover {
  color: #FEC401;
}
.nav li {
  margin: 0 30px;
}
.intro {
  position: fixed;
  top: 0;
  left: 0;
  /*right: 0;
  bottom: 0;*/
  width: 100%;
  height: 100%;
  z-index: 150;
  background: #2D2D2D;
  display: none;
  animation: fadein .6s ease-out;
}
.intro.shown {
  display: block;
}
.intro .intro-logo {
  max-width: 618px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.intro h1 {
  font-size: 80px;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
}
.logo-small {
  position: fixed;
  top: 140px;
  left: 100px;
  z-index: 50;
  max-width: 86px;
  display: none;
}
.slogan {
  transform: rotate(-90deg);
  position: fixed;
  top: 450px;
  left: -120px;
  z-index: 50;
  color: #fff;
  text-transform: uppercase;
}
.slogan span {
  display: inline-block;
  vertical-align: middle;
  padding-right: 40px;
  font-weight: normal;
}
.wrapper {
  font-size: 14px;
}
.wrapper,
.main,
.pages,
.pages > .section {
  position: relative;
  height: 100%;
  /*min-height: 620px;*/
  /*overflow: hidden;*/
}
#banner .img-1 {
  position: absolute;
  top: 0;
  right: 0;
}
#banner .img-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
#banner .banner-text {
  position: absolute;
  top: 220px;
  left: 300px;
  font-weight: normal;
  font-size: 90px;
  color: #fff;
  line-height: 1.2em;
}
.yellow {
  color: #FEC401;
}
.orange {
  color: #FF7E21;
}
.section-header {
  position: absolute;
  top: 270px;
  left: 250px;
}
.section-header.center {
  left: 50%;
  transform: translateX(-50%);
}
.section-header span {
  font-size: 35px;
  color: #FF7E21;
  display: block;
  position: relative;
  text-transform: uppercase;
  line-height: 1;
}
.section-header span:before {
  content: '';
  width: 61px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 20px;
}
.section-header.center span:before {
  left: 50%;
  transform: translateX(-50%);
}
.ft-line-r {
  position: absolute;
  bottom: 100px;
  right: 60px;
}
.ft-line-r div {
  text-align: center;
}
.ft-line-r div + div {
  margin-top: 10px;
}
.ft-line-b {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
}
.section-cont {
  position: absolute;
  top: 430px;
  left: 230px;
  right: 240px;
}
.cont-wrap {
  display: flex;
  align-items: flex-start;
}
#about .img {
  margin-right: 130px;
}
#about .img img {
  max-width: 308px;
}
.cont {
  color: #fff;
  padding-top: 14px;
}
.cont p {
  font-size: 28px;
  line-height: 1.35em;
  margin-bottom: 24px;
}
.cont h2 {
  font-size: 40px;
  text-transform: uppercase;
  color: #FEC401;
  line-height: 1.1em;
  margin-bottom: 24px;
}
a.btn,
button.btn {
  display: inline-block;
  padding: 12px 16px;
  border-radius: 20px;
  border: #FF7E21 solid 1px;
  color: #fff;
  font-size: 22px;
  transition: all .3s ease-out;
}
a.btn:hover,
button.btn:hover {
  background: #FF7E21;
  color: #fff;
}
#service .img {
  margin-right: 60px;
  flex: 0 0 198px;
}
.cont h3 {
  font-size: 32px;
  text-transform: uppercase;
  color: #FEC401;
  line-height: 1.1em;
  margin-bottom: 24px;
  font-weight: 500;
}
.cont .list p {
  font-size: 16px;
}
#service .list {
  display: flex;
  margin: 0 -16px;
}
#service .item {
  flex: 0 0 33.33%;
}
#service .item-wrap {
  margin: 0 16px;
}
#service .section-cont {
  right: 150px;
}
#service .cont-wrap {
  align-items: center;
}
#vision .cont-wrap {
  position: relative;
  justify-content: center;
}
#vision .cont {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translateX(-50%) translateY(-50%);
  padding-top: 0;
}
#vision .cont p {
  font-size: 28px;
  line-height: 1.9;
  margin-top: -60px;
}
#achievement .img {
  flex: 0 0 258px;
  margin-right: 160px;
}
.cont .large {
  font-weight: 800;
  font-size: 80px;
}
.cont .small {
  font-size: 20px;
  font-weight: bold;
}
#achievement .list {
  display: flex;
  margin-bottom: 30px;
}
#achievement .item {
  flex: 0 0 33.33%;
}
#achievement .cont {
  padding-top: 0;
  transform: translateY(-15%);
}
#achievement .section-cont {
  right: 100px;
}
#achievement .cont p {
  font-size: 26px;
}
#clients .img {
  border-radius: 50px;
  overflow: hidden;
}
#clients .section-header {
  top: 120px;
}
#clients .section-cont {
  top: 190px;
}
#members .list {
  display: flex;
  margin: 0 -30px;
}
#members .item {
  flex: 0 0 25%;
  cursor: pointer;
}
#members .item-wrap {
  margin: 0 30px;
  position: relative;
  overflow: hidden;
}
#members .section-header {
  top: 120px;
}
#members .section-cont {
  top: 190px;
}
#members .item-wrap:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: ;
}
#members .avatar {
  position: relative;
  z-index: 10;
}
#members .info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  padding: 28px 15px;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}
#members .info .des {
  max-height: 0;
  overflow: hidden;
  transition: all .6s ease-out;
}
#members .item:hover .info .des {
  max-height: 500px;
}
#members .name {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px;
  color: #FEC401;
  line-height: 1.1em;
}
#members .title {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.1em;
}
#members .des {
  font-size: 12px;
  line-height: 1.3em;
}
.contact-title {
  color: #FF7E21;
  font-size: 72px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
}
.contact-cont p {
  color: #fff;
  font-size: 18px;
  line-height: 1.5em;
}
#contact .section-cont {
  top: 340px;
  left: 346px;
}
#contact a {
  color: #fff;
  transition: all .3s ease-out;
}
#contact a:hover {
  color: #FEC401;
}
.fp-watermark {
  display: none !important;
}

@media (max-width: 1599px) {
  /*.wrapper,
  .main,
  .pages,
  .pages > .section {
    position: relative;
    height: 100%;
    max-height: 720px;
    /*overflow: hidden;
  }*/
  #banner .banner-text {
    top: 140px;
    left: 200px;
    font-size: 67px
  }
  .slogan {
    top: 326px;
  }
  .section-header {
    top: 120px;
  }
  .section-cont {
    top: 230px;
  }
  #contact .section-cont {
    top: 140px;
  }
}

@media (min-width: 1200px) {
  body::-webkit-scrollbar {
    width: 10px;
  }
  /* Track */
  body::-webkit-scrollbar-track {
    background: #efefef;
  }
  /* Handle */
  body::-webkit-scrollbar-thumb {
    background: #aaa;
  }
  /* Handle on hover */
  body::-webkit-scrollbar-thumb:hover {
    background: #aaa;
  }
}