/*----------------------

Theme Name: Kani | Creative Portfolio Template
Author: BigPax
Author URI: http://themeforest.net/user/BigPax/

  Content:

    1.Fonts
    2.Typography
    3.Buttons
    4.Cursor
    5.Menu
    6.Home
    7.About
        7-1.Team
        7-2.Counter
    8.Portfolio
    9.Testimonial
    10.Services
    11.Blog
    12.footer
    13.SinglePage
    14.Responsive
    15.Custom-animate
    
-----------------------*/

/*-------------------------------------------------------*/

/* 1.Fonts
/*-------------------------------------------------------*/

@import url('fonts.css');

/*-------------------------------------------------------*/

/* 2.Typography
/*-------------------------------------------------------*/

html,
body {
  width: 100%;
  overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Saira Semi Condensed', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  background: #222;
  color: #fff;
  outline: 0;
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}
body img {
  border: none;
  max-width: 100%;
  height: auto;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  outline: 0;
  color: #fff;
}
html,
body,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: 'Saira Semi Condensed', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
h1 {
  font-weight: 300;
  font-size: 50px;
  line-height: 50px;
}
h2 {
  font-size: 28px;
  line-height: 34px;
  color: #fff;
  margin-bottom: 25px;
  font-weight: 400;
}
h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
}
h4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
}
h5 {
  font-weight: 400;
  font-size: 16px;
}
h6 {
  font-weight: 400;
  font-size: 15px;
}
p {
  font-size: 15px;
  line-height: 26px;
  color: #ededed;
  margin: 0 0 20px 0;
}
li {
  font-size: 16px;
  line-height: 26px;
  color: #666;
}
span {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
}
strong {
  font-weight: bold;
}
.relative {
  position: relative;
}
.left {
  float: left;
}
.right {
  float: right;
}
.subheading {
  color: #d8d8d8;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 80px;
}
.parallax-parent {
  overflow: hidden;
}
.mine-t {
  font-weight: 900;
  letter-spacing: 1px;
  font-family: "LoveloLight";
}
.mine-t span {
  color: #37c7f8;
  font-size: 24px;
}
#team,
#services,
#works,
#blog,
.port-details-body {
  padding: 80px 0;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(200, 200, 200, 1);
}
::-webkit-scrollbar {
  width: 7px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(200, 200, 200, .1);
}
::-webkit-scrollbar-thumb {
  background-color: #37c7f8;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #f1f1f1;
  opacity: 1;
  /* Firefox */
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #f1f1f1;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #f1f1f1;
}
/*-------------------------------------------------------*/

/* 3.Buttons
/*-------------------------------------------------------*/

.btn {
  text-align: center;
  border-radius: 0;
  padding-left: 30px;
  padding-right: 30px;
  height: 49px;
  text-transform: uppercase;
  transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  position: relative;
  background: #353535;
  color: #fff;
  z-index: 20;
}
.btn-default:focus {
  box-shadow: none;
  outline: 0;
  color: #000;
}
.btn-default:focus:hover {
  color: #fff;
}
.btn-default {
  border: none;
  position: relative;
  cursor: pointer;
  transition: 800ms ease all;
  outline: none;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  height: 49px;
  line-height: 38px;
  text-transform: uppercase;
  background: #fff;
  color: #000;
  z-index: 1;
}
.btn-default:hover {
  background: transparent;
  color: #fff;
}
.btn-default.quotebtn {
  background: #fff;
  color: #353535;
  margin-top: 30px;
}
.btn-default.quotebtn:hover {
  background: transparent;
  color: #fff !important;
}
.btn-default.quotebtn:before,
.btn-default.quotebtn:after {
  background: #fff;
  width: 0;
  transition: 400ms ease all;
}
.btn-default.quotebtn:hover:before,
.btn-default.quotebtn:hover:after {
  width: 100%;
  transition: 800ms ease all;
}
.btn-default.aboutbtn {
  background: transparent;
  color: #fff !important;
}
.btn-default.aboutbtn:hover {
  background: #fff;
  color: #353535 !important;
}
.btn-default.aboutbtn:before,
.btn-default.aboutbtn:after {
  width: 100%;
  transition: 800ms ease all;
  background: #fff;
}
.btn-default.aboutbtn:hover:before,
.btn-default.aboutbtn:hover:after {
  width: 0;
  transition: 800ms ease all;
}
.btn-default:before,
.btn-default:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #fff;
  transition: 400ms ease all;
}
.btn-default:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}
.btn-default:hover:before,
.btn-default:hover:after {
  width: 100%;
  transition: 800ms ease all;
}
/*-------------------------------------------------------*/

/* 4.Cursor
/*-------------------------------------------------------*/

.cursor {
  border-radius: 50%;
  content: "";
  height: 10px;
  position: absolute;
  pointer-events: none;
  transform: scale(1) translateZ(0px);
  width: 10px;
  z-index: 100000;
  transition: all .3s cubic-bezier(.17, .67, .11, .89);
}
.cursor.main {
  box-shadow: 0px 2px 15px 5px rgba(80, 80, 80, .18);
  opacity: 1;
}
.cursor.sec {
  margin: -8px 0 0 -8px;
  height: 30px;
  width: 30px;
  transition: opacity .3s cubic-bezier(.17, .67, .11, .89);
}
.cursor.sec:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: '';
  background-image: url('../img/pointer.png');
  background-size: cover;
  background-position: center;
}
.d-hotline {
  background: #4748F6!important;
}
.cursor.main,
.cursor.main.men,
.cursor.sec.men {
  background: #37c7f8;
}
.page-template-climate-action-child .cursor.main,
.page-template-climate-action-child .cursor.sec {
  background: #4748F6!important;
}
.cursor.main.women,
.cursor.sec.women {
  background: #3dece8;
}
.cursor.main.hover {
  background: white;
  color: #000;
  height: 13px;
  opacity: 1;
  width: 13px;
  transition: all .3s cubic-bezier(.17, .67, .11, .89);
}
.cursor.sec.hover {
  opacity: 0;
  transform: scale(1.4);
  transition: all .4s cubic-bezier(.17, .67, .11, .89);
}
.cursor.main.scaling {
  background: #37c7f8;
  color: #000;
  height: 13px;
  opacity: 1;
  width: 13px;
  transition: all .3s cubic-bezier(.17, .67, .11, .89);
}
.cursor.sec.scaling {
  opacity: .5;
  transform: scale(2);
  transition: all .4s cubic-bezier(.17, .67, .11, .89);
}
@media (pointer: coarse) {
  .cursor {
    display: none;
  }
}
/*-------------------------------------------------------*/

/* 5.Menu
/*-------------------------------------------------------*/

.socials a {
  display: inline-block;
  color: #fff;
  padding-right: 15px;
  transition: all 0.5s;
}
.socials a:hover {
  color: #37c7f8;
  transition: all 0.5s;
}
.has-hovered li a {
  opacity: 0.4;
  transition: all 0.5s;
}
.has-hovered li a:hover {
  opacity: 1;
  transition: all 0.5s;
}
.gmnoprint {
  display: none !important;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.section {
  position: relative;
}
#btn_menu a,
#btn_bio a,
#btn_access a,
#btn_contact a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#btn_menu a.on,
#btn_bio a.on,
#btn_access a.on,
#btn_contact a.on {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu a {
  position: fixed;
  font-size: 14px;
  letter-spacing: 4px;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 101;
  text-align: center;
  padding: 0px;
  text-decoration: none;
  color: #37c7f8;
  -webkit-transition: -webkit-transform 0.3s 1s;
  transition: -webkit-transform 0.3s 1s;
  transition: transform 0.3s 1s;
  transition: transform 0.3s 1s, -webkit-transform 0.3s 1s;
}
.menu a span {
  font-size: 20px;
  letter-spacing: 4px;
  line-height: 30px;
}
.menu-item a {
  position: relative;
}
#btn_bio a {
  top: 30px;
  right: 0px;
  left: 0px;
  margin: 0 auto;
  max-width: 30%;
  -webkit-transform: translate(0, -80px);
  transform: translate(0, -80px);
}
#btn_menu a {
  bottom: 0px;
  top: 0px;
  left: 10px;
  max-height: 30%;
  margin: auto;
  font-weight: 600;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-transform: translate(-80px, 0);
  transform: translate(-80px, 0);
}
#btn_access a {
  top: 0;
  bottom: 0;
  right: 10px;
  height: 0;
  margin: auto;
  font-weight: 600;
  -webkit-transform: rotate(270deg) translate(0, 80px);
  transform: rotate(270deg) translate(0, 80px);
}
#btn_contact a {
  bottom: 20px;
  right: 0px;
  left: 0px;
  max-width: 30%;
  margin: 0 auto;
  -webkit-transform: translate(0, 80px);
  transform: translate(0, 80px);
}
.is-loaded #btn_menu a,
.is-loaded #btn_bio a,
.is-loaded #btn_contact a {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.is-loaded #btn_access a {
  -webkit-transform: rotate(270deg) translate(0, 0);
  transform: rotate(270deg) translate(0, 0);
}
#wrap {
  position: relative;
  width: 400px;
  height: 300px;
  margin: 30px auto 0;
  background: linear-gradient(0deg, #ffffff 2px, rgba(0, 0, 0, 0) 2px), linear-gradient(90deg, #ffffff 2px, rgba(0, 0, 0, 0) 2px), linear-gradient(0deg, rgba(255, 255, 255, 0.298039) 1px, rgba(0, 0, 0, 0) 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.298039) 1px, rgba(0, 0, 0, 0) 1px), rgb(34, 102, 153);
  background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
  background-origin: padding-box;
  background-clip: border-box;
  background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
}
#menu_cont .mask1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #37c7f8;
  z-index: 6;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#menu_cont .mask2 {
  width: 50%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(../img/menu-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  z-index: 6;
  opacity: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#menu_cont .mask3 {
  width: 50%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #111;
  z-index: 7;
  opacity: 1;
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
#menu_cont .mask3 .mask_cont {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0px 50px 0 180px;
  padding: 0px;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  white-space: nowrap;
}
#menu_cont .mask3 .mask_cont .fadein_item {
  display: block;
  -webkit-transform: translate3d(-100px, 0, 0) skewX(-30deg);
  transform: translate3d(-100px, 0, 0) skewX(-30deg);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  font-size: 20px;
  letter-spacing: 4px;
  line-height: 30px;
}
#menu_cont .mask3 .mask_cont .fadein_item:nth-of-type(1) {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
#menu_cont .mask3 .mask_cont .fadein_item:nth-of-type(2) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
#menu_cont .mask3 .mask_cont .fadein_item:nth-of-type(3) {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}
#menu_cont .mask3 .mask_cont .fadein_item:nth-of-type(4) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
#menu_cont .mask3 .mask_cont .fadein_item:nth-of-type(5) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
#menu_cont .mask3 .mask_cont .fadein_item:nth-of-type(6) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
#menu_cont .mask3 .mask_cont .fadein_item:nth-of-type(7) {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}
#menu_cont .mask3 .mask_cont .fadein_item:nth-of-type(8) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
  font-size: 12px;
  line-height: 21px;
  margin-top: 40px;
}
#menu_cont.is-visible .mask1 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#menu_cont.is-visible .mask2 {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
#menu_cont.is-visible .mask3 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#menu_cont.is-visible .mask3 .mask_cont .fadein_item {
  -webkit-transform: translate3d(0, 0, 0) skewX(0);
  transform: translate3d(0, 0, 0) skewX(0);
  opacity: 1;
}
#access_cont .mask1 {
  position: fixed;
  top: 0;
  right: 0;
  background: #37c7f8;
  z-index: 6;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#access_cont .mask2 {
  width: 50%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 6;
  opacity: 1;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#access_cont .mask3 {
  width: 50%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #111;
  z-index: 7;
  opacity: 1;
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
#access_cont .mask3 .mask_cont,
#access_cont .mask2 .mask_cont {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0px 10px 0 100px;
  padding: 0px;
  letter-spacing: 2px;
  line-height: 25px;
  color: #fff;
  font-size: 13px;
}
#access_cont .mask3 .mask_cont .fadein_item {
  display: block;
  -webkit-transform: translate3d(100px, 0, 0) skewX(-30deg);
  transform: translate3d(100px, 0, 0) skewX(-30deg);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}
#access_cont .mask3 .mask_cont .fadein_item:nth-of-type(1) {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
#access_cont .mask3 .mask_cont .fadein_item:nth-of-type(2) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
#access_cont .mask3 .mask_cont .fadein_item:nth-of-type(3) {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}
#access_cont .mask3 .mask_cont .fadein_item:nth-of-type(4) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
#access_cont .mask3 .mask_cont .fadein_item:nth-of-type(5) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
#access_cont .mask3 .mask_cont .fadein_item:nth-of-type(6) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
#access_cont.is-visible .mask1 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#access_cont.is-visible .mask2 {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
#access_cont.is-visible .mask3 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#access_cont.is-visible .mask3 .mask_cont .fadein_item {
  -webkit-transform: translate3d(0, 0, 0) skewX(0);
  transform: translate3d(0, 0, 0) skewX(0);
  opacity: 1;
  margin-bottom: 26px;
  letter-spacing: 1px;
  color: #fff;
}
#office_map {
  width: 100%;
  height: 100%;
}
.fadein_item a {
  display: inline-block;
  color: #fff;
}
.fadein_item:not(:last-child) a {
  padding-bottom: 15px;
}
span.addres {
  font-size: 16px;
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }
  3.4% {
    -webkit-transform: matrix3d(1.032, 0, 0, 0, 0, 1.041, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.032, 0, 0, 0, 0, 1.041, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }
  4.7% {
    -webkit-transform: matrix3d(1.045, 0, 0, 0, 0, 1.06, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.045, 0, 0, 0, 0, 1.06, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }
  6.81% {
    -webkit-transform: matrix3d(1.066, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.066, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }
  9.41% {
    -webkit-transform: matrix3d(1.088, 0, 0, 0, 0, 1.117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.088, 0, 0, 0, 0, 1.117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }
  10.21% {
    -webkit-transform: matrix3d(1.094, 0, 0, 0, 0, 1.123, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.094, 0, 0, 0, 0, 1.123, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }
  13.61% {
    -webkit-transform: matrix3d(1.112, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.112, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }
  14.11% {
    -webkit-transform: matrix3d(1.114, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.114, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }
  17.52% {
    -webkit-transform: matrix3d(1.121, 0, 0, 0, 0, 1.124, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.121, 0, 0, 0, 0, 1.124, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }
  18.72% {
    -webkit-transform: matrix3d(1.121, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.121, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }
  21.32% {
    -webkit-transform: matrix3d(1.12, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.12, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }
  24.32% {
    -webkit-transform: matrix3d(1.115, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.115, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }
  25.23% {
    -webkit-transform: matrix3d(1.113, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.113, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }
  29.03% {
    -webkit-transform: matrix3d(1.106, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.106, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }
  29.93% {
    -webkit-transform: matrix3d(1.105, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.105, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }
  35.54% {
    -webkit-transform: matrix3d(1.098, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.098, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }
  36.74% {
    -webkit-transform: matrix3d(1.097, 0, 0, 0, 0, 1.098, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.097, 0, 0, 0, 0, 1.098, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }
  41.04% {
    -webkit-transform: matrix3d(1.096, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.096, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }
  44.44% {
    -webkit-transform: matrix3d(1.097, 0, 0, 0, 0, 1.103, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.097, 0, 0, 0, 0, 1.103, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }
  52.15% {
    -webkit-transform: matrix3d(1.099, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.099, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }
  59.86%,
  63.26% {
    -webkit-transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }
  100%,
  75.28%,
  85.49%,
  90.69% {
    -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }
  3.4% {
    -webkit-transform: matrix3d(1.032, 0, 0, 0, 0, 1.041, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.032, 0, 0, 0, 0, 1.041, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }
  4.7% {
    -webkit-transform: matrix3d(1.045, 0, 0, 0, 0, 1.06, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.045, 0, 0, 0, 0, 1.06, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }
  6.81% {
    -webkit-transform: matrix3d(1.066, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.066, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }
  9.41% {
    -webkit-transform: matrix3d(1.088, 0, 0, 0, 0, 1.117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.088, 0, 0, 0, 0, 1.117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }
  10.21% {
    -webkit-transform: matrix3d(1.094, 0, 0, 0, 0, 1.123, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.094, 0, 0, 0, 0, 1.123, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }
  13.61% {
    -webkit-transform: matrix3d(1.112, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.112, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }
  14.11% {
    -webkit-transform: matrix3d(1.114, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.114, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }
  17.52% {
    -webkit-transform: matrix3d(1.121, 0, 0, 0, 0, 1.124, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.121, 0, 0, 0, 0, 1.124, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }
  18.72% {
    -webkit-transform: matrix3d(1.121, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.121, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }
  21.32% {
    -webkit-transform: matrix3d(1.12, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.12, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }
  24.32% {
    -webkit-transform: matrix3d(1.115, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.115, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }
  25.23% {
    -webkit-transform: matrix3d(1.113, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.113, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }
  29.03% {
    -webkit-transform: matrix3d(1.106, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.106, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }
  29.93% {
    -webkit-transform: matrix3d(1.105, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.105, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }
  35.54% {
    -webkit-transform: matrix3d(1.098, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.098, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }
  36.74% {
    -webkit-transform: matrix3d(1.097, 0, 0, 0, 0, 1.098, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.097, 0, 0, 0, 0, 1.098, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }
  41.04% {
    -webkit-transform: matrix3d(1.096, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.096, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }
  44.44% {
    -webkit-transform: matrix3d(1.097, 0, 0, 0, 0, 1.103, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.097, 0, 0, 0, 0, 1.103, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }
  52.15% {
    -webkit-transform: matrix3d(1.099, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.099, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }
  59.86%,
  63.26% {
    -webkit-transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }
  100%,
  75.28%,
  85.49%,
  90.69% {
    -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }
}
.close-menu {
  color: #37c7f8;
  z-index: 9999999;
  float: right;
  padding: 20px 25px;
  font-weight: 900;
  position: absolute;
  right: 0;
  cursor: pointer;
}
.mask2 .menu .close-menu,
.mask3 .menu .close-menu {
  position: inherit;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 900;
}
/*-------------------------------------------------------*/

/* 6.Home
/*-------------------------------------------------------*/

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff no-repeat center center;
}
#loading {
  background-color: #222;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
}
#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}
#loading-center-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.spinner-eff {
  position: relative;
  width: 50px;
  height: 50px;
}
.spinner-eff:before,
.spinner-eff:after {
  content: "";
  display: block;
}
.spinner-eff .spinner-bar:before,
.spinner-eff .spinner-bar:after {
  content: "";
  display: block;
}
@-webkit-keyframes ellipse-animation {
  0% {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  12.5% {
    border-top-left-radius: 0;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  25% {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  37.5% {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 50%;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  50% {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  62.5% {
    border-top-left-radius: 50%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  75% {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  87.5% {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 0;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  100% {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ellipse-animation {
  0% {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  12.5% {
    border-top-left-radius: 0;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  25% {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  37.5% {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 50%;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  50% {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  62.5% {
    border-top-left-radius: 50%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  75% {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  87.5% {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 0;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  100% {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-eff.spinner-eff-5 .ellipse {
  width: 100%;
  height: 100%;
  background-color: #37c7f8;
  border-radius: 50%;
  -webkit-animation: ellipse-animation 2.4s cubic-bezier(0, -0.26, 0.32, 1.22) 0s infinite;
  animation: ellipse-animation 2.4s cubic-bezier(0, -0.26, 0.32, 1.22) 0s infinite;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.img-logo {
  position: fixed;
  z-index: 9999;
  top: 20px;
  left: 10px;
  width: 65px;
}
#home-under {
  position: absolute;
  z-index: -33;
  width: 100%;
  height: 100%;
}
#home {
  width: 100%;
  height: 100%;
}
.home-un-1 {
  position: relative;
  width: 100%;
  color: #f8f8f8;
  background: url(../img/home-under.jpg) no-repeat;
  background-position: bottom;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.home-un-2 {
  position: relative;
  width: 100%;
  color: #f8f8f8;
  background: url(../img/home.jpg) no-repeat;
  background-attachment: fixed;
  background-position: bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.slidetext {
  margin-top: 5px;
  position: absolute;
  bottom: 60px;
  left: auto;
  right: 10%;
  color: #fff;
  font-weight: 900;
  opacity: 0;
}
.slidelink {
  text-transform: uppercase;
  font-size: 20px;
  display: inline-block;
  margin-top: 33px;
  padding-left: 50px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #fff;
  position: absolute;
  bottom: 60px;
  left: 10%;
}
.slidelink::before {
  content: "";
  display: block;
  height: 1px;
  background: #fff;
  margin-left: -50px;
  margin-bottom: -17px;
  width: 41px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slidedata {
  width: 90%;
  top: auto;
}
.slidetitle {
  width: 90%;
  position: absolute;
  bottom: 70px;
}
.slidetitle,
.slidetitle * {
  color: #fff;
  font-size: 50px;
  line-height: 50px;
}
.slidetitle>div {
  left: 10%;
  opacity: 0;
  position: absolute;
  bottom: 120px;
}
.slidetitle .s-title {
  bottom: 60px;
}
.slidelink:hover {
  padding-left: 55px;
  color: #fff;
}
/*-------------------------------------------------------*/

/* 7.About
/*-------------------------------------------------------*/

.about {
  padding: 140px 0;
  background: url(../img/about-bg.jpg) no-repeat center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.about-1 div img {
  width: 140px;
  padding: 20px;
  padding-bottom: 0;
  padding-top: 0;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
.about-1 h4 {
  letter-spacing: 8px;
  margin: 50px auto 0;
  width: 90%;
  text-transform: uppercase;
  color: #fff
}
.about-1 h5 {
  font-size: 22px;
  line-height: 34px;
  color: #dadada;
  margin-bottom: 12px;
  font-weight: 400;
}
.about-1 h2 {
  margin-bottom: 28px;
}
.about-1 p {
  letter-spacing: 1px;
  line-height: 30px;
}
/*-------------------------------------------------------*/

/* 7-1.Team
/*-------------------------------------------------------*/

.overlay-type-one {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
}
.overlay-type-one .overlay-inner {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
}
.overlay-type-one .overlay-inner .line-one {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
}
.overlay-type-one .overlay-inner .line-one:before {
  position: absolute;
  content: '';
  right: -20px;
  top: 0px;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.40);
}
.overlay-type-one .overlay-inner .line-one:after {
  position: absolute;
  content: '';
  right: 0px;
  top: -20px;
  height: 70%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.40);
}
.overlay-type-one .overlay-inner .line-two {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  display: block;
}
.overlay-type-one .overlay-inner .line-two:before {
  position: absolute;
  content: '';
  left: -20px;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.40);
}
.overlay-type-one .overlay-inner .line-two:after {
  position: absolute;
  content: '';
  left: 0px;
  bottom: -20px;
  height: 70%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.40);
}
.overlay-type-one .overlay-inner .line-one.inTeam:after {
  right: 30px;
  top: 0px;
  height: 56%;
}
.overlay-type-one .overlay-inner .line-one.inTeam:before {
  right: 0px;
  top: 25px;
  width: 56%;
}
.overlay-type-one .overlay-inner .line-one.inTeam:after,
.overlay-type-one .overlay-inner .line-one.inTeam:before {
  background-color: rgba(143, 143, 143, 0.3);
}
.css-grid--columns-2 {
  grid-template-columns: 1fr 1fr;
}
.grid-2-block .grid-2-block--element {
  width: 100%;
  position: relative;
}
.grid-2-block .grid-2-block--element .grid-2-block--element__content {
  position: absolute;
  z-index: 1;
  height: 100%;
  right: 0;
  width: 45%;
  top: 0;
   display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.grid-2-block .grid-2-block--element .grid-2-block--element__content .title {
  margin-bottom: 4px;
}
.grid-2-block .grid-2-block--element .grid-2-block--element__content .text {
  margin-bottom: 25px;
  transition: all .5s;
}
.grid-2-block .grid-2-block--element:hover .grid-2-block--element__content .text {
  padding-left: 5px;
  transition: all .5s;
}
.grid-2-block .grid-2-block--element .grid-2-block--element__image {
  width: 65%;
  padding-top: 65%;
  height: 0;
  position: relative;
}
.grid-2-block .grid-2-block--element .grid-2-block--element__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-socials span {
  font-size: 26px;
  color: #f1f1f1;
  padding-right: 22px;
  font-family: "LoveloLight";
}
/*-------------------------------------------------------*/

/* 7-2.Counter
/*-------------------------------------------------------*/

.counts {
  padding: 60px 0;
  background: url(../img/count-bg.jpg) no-repeat center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.counter-wrap {
  padding: 100px 0;
}
h1.counter {
  color: #fff;
  border-bottom: 3px solid #fff;
  display: inline-block;
  padding-bottom: 17px;
  font-size: 70px;
  width: 120px;
  font-family: "LoveloLight";
  margin-bottom: 12px;
}
.stat-counter .stat-text {
  color: #fff;
}
/*-------------------------------------------------------*/

/* 8.Portfolio
/*-------------------------------------------------------*/

.portfolio-filter-menu {
  list-style: none;
  margin-bottom: 40px;
  font-family: 'Saira Semi Condensed';
}
.portfolio-filter-menu div p.active {
  color: #37c7f8;
}
.portfolio-filter-menu div p {
  display: inline-block;
  margin: 0 1px;
  text-decoration: none;
  color: #37c7f8;
  cursor: pointer;
}
.fix {
  overflow: hidden;
}
.no-gutters .single-portfolio-wrap {
  margin-top: 0;
}
.single-portfolio-wrap {
  margin-top: 30px;
}
.single-portfolio-wrap .portfolio-thumb {
  position: relative;
}
.single-portfolio-wrap figure {
  margin: 0;
}


.single-portfolio-wrap .portfolio-thumb img {
  width: 100%;
  transition: all 0.5s;
}
.single-portfolio-wrap .portfolio-thumb {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.single-portfolio-wrap .portfolio-thumb:after{
  position: absolute;
  height: 100%;
  width: 100%;
  top: -100%;
  left: 0;
  content: '';
  background-position: center;
  background-size: cover;
  transition: all .5s;
}
.single-portfolio-wrap.one .portfolio-thumb:after{
  background-image: url(../img/portfolio/prev-1.jpg);
}
.single-portfolio-wrap.two .portfolio-thumb:after{
  background-image: url(../img/portfolio/prev-2.jpg);
}
.single-portfolio-wrap.three .portfolio-thumb:after{
  background-image: url(../img/portfolio/prev-3.jpg);
}
.single-portfolio-wrap.four .portfolio-thumb:after{
  background-image: url(../img/portfolio/prev-4.jpg);
}
.single-portfolio-wrap.five .portfolio-thumb:after{
  background-image: url(../img/portfolio/prev-5.jpg);
}
.single-portfolio-wrap.six .portfolio-thumb:after{
  background-image: url(../img/portfolio/prev-6.jpg);
}
.single-portfolio-wrap.seven .portfolio-thumb:after{
  background-image: url(../img/portfolio/prev-7.jpg);
}
.single-portfolio-wrap.eight .portfolio-thumb:after{
  background-image: url(../img/portfolio/prev-8.jpg);
}
.single-portfolio-wrap:hover .portfolio-thumb:after{
  top: 0;
}

.single-portfolio-wrap .portfolio-details {
  position: absolute;
  width: 100%;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.single-portfolio-wrap .portfolio-details .port-info {
  top: 50%;
  left: 50%;
  position: absolute;
  padding: 15px 10px;
  width: 66%;
  margin: auto;
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  text-align: center;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.single-portfolio-wrap .portfolio-details .port-info h3 {
  font-size: 22px;
}
.single-portfolio-wrap .portfolio-details .port-info nav a {
  font-size: 12px;
  text-transform: uppercase;
  color: #37c7f8;
}
.single-portfolio-wrap:hover .portfolio-details {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
span.yellow {
  color: #37c7f8;
  font-size: 22px;
}
.single-portfolio-wrap .portfolio-details a {
  color: #fff;
  transition: .4s;
}
.single-portfolio-wrap .portfolio-details .port-info .portfolio-cate {
  margin-top: 4px;
}
.single-portfolio-wrap .portfolio-details .port-info .portfolio-cate a:not(:last-child):after {
  content: '/';
  font-size: 13px;
  line-height: 1;
  margin: 0 3px 0 5px;
}
.single-portfolio-wrap .portfolio-details a.btn-view-work {
  text-transform: uppercase;
  color: #37c7f8;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  position: absolute;
  bottom: 20px;
  left: 40px;
  opacity: 0;
  visibility: hidden;
}
.single-portfolio-wrap:hover a.btn-view-work {
  bottom: 40px;
  opacity: 1;
  visibility: visible;
}
.single-portfolio-wrap .portfolio-details a.btn-view-work i.fa {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.more-projects:focus {
  color: #000;
}
.more-projects:focus:hover {
  color: #fff;
}
/*-------------------------------------------------------*/

/* 9.Testimonial
/*-------------------------------------------------------*/

.backgroundsection100.dark.quote {
  background-color: rgba(0, 0, 0, .95);
  background-position: 130% 50%;
  background-size: 500px;
  background-repeat: no-repeat;
}
.contentcontainer85.client-quotes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.pre-header-all-caps-underline {
  width: auto;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
}
.w-slider {
  position: relative;
  height: 100px;
  text-align: center;
  background: #dddddd;
  clear: both;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.client-quote-slide {
  width: 100%;
  padding: 0px 25px 0px 0px;
  background-color: transparent;
}
.quote-slider {
  width: 100%;
  background-color: transparent;
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.mask-3 {
  width: 100%;
  height: 100px;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 20px;
  top: 30px;
  right: -33px;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.w-slider-arrow-right {
  z-index: 4;
}
.buttonblackoutline {
  margin-top: 15px;
  padding: 7px 26px;
  border: 1px solid #000;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, border-color 200ms ease;
  transition: background-color 200ms ease, border-color 200ms ease;
  color: #000;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 3px;
}
.buttonblackoutline.white {
  border-color: #fff;
  color: #fff;
}
.client-quote-container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
}
.client-quote {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  padding-top: 10px;
}
.quote-arrow {
  font-size: 30px;
}
.w-slider-arrow-right[class*=" w-icon-"] {
  position: absolute;
}
/*-------------------------------------------------------*/

/* 10.Services
/*-------------------------------------------------------*/

.css-grid {
  display: grid;
  grid-gap: 20px;
}
.css-grid--columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid-3-block .grid-3-block--element {
  display: flex;
  flex-direction: column;
}
.grid-3-block .grid-3-block--element .grid-3-block--element__content {
  text-align: center;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.grid-3-block .grid-3-block--element .grid-3-block--element__content .title {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.grid-3-block .grid-3-block--element .grid-3-block--element__image img {
  width: 100%;
  height: auto;
}
.parallax-parent .parallax-child,
.parallax-parent .parallax-child--second {
  position: relative;
}
.grid-3-block .grid-3-block--element.fliping .grid-3-block--element__content {
  margin-bottom: 0;
  margin-top: 20px;
}
.grid-3-block .grid-3-block--element.fliping {
  flex-direction: column-reverse;
}
.perspective-box {
  transform: perspective(600px) translate3d(0, 0, 0);
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.reveal-effect {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(.25, .1, .25, 1);
  transition-timing-function: cubic-bezier(.25, .1, .25, 1);
}
.reveal-effect {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.single-expartise-img {
  height: 100px;
  display: flex;
  align-items: center;
}
.single-expartise img {
  max-width: 80px;
  max-height: 100%;
  margin: 0 auto;
}

.single-expartise h4 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  color: #37c5f5;
  padding: 20px 0;
}

.single-expartise li {
  color: #fff;
  font-size: 16px;
}




/*-------------------------------------------------------*/

/* 11.Blog
/*-------------------------------------------------------*/

#blog {
  background: #222;
}
.article-home {
  display: flex;
}
.article-home:hover .btn-default {
  background: transparent;
  color: #fff;
}
.article-home:hover .btn-default:before,
.article-home:hover .btn-default:after {
  width: 100%;
  transition: 800ms ease all;
}
.article-home:nth-child(2) {
  flex-direction: row-reverse;
}
.article-home .article-home__image {
  flex: 0 0 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-home__image img {
  max-width: 100%;
  border-style: none;
}
.article-home .article-home__content {
  flex: 0 0 50%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
}
.article-home .article-home__content .inside {
  max-width: 200px;
  margin: 0 auto;
  text-align: center;
}
.article-home .article-home__content .inside {
  max-width: 200px;
  margin: 0 auto;
  text-align: center;
}
.article-home .article-home__content .inside .link {
  margin-top: 20px;
  line-height: 38px;
  font-size: 13px;
}
.home-articles .column.right .article-home {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.home-articles .column.right .article-home {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.home-articles .column.right .article-home .article-home__image img {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-articles .column.right .article-home {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.home-articles .column.right .article-home .article-home__content {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 50%;
  z-index: 3;
}
.css-grid-none {
  display: grid;
  grid-gap: 0px;
}
/*-------------------------------------------------------*/

/* 12.Footer
/*-------------------------------------------------------*/

.slogan {
  background: #000
}
.slogan h4 {
  padding: 90px 40px;
  margin-bottom: 0;
  line-height: 45px;
}
.slogan h4 span {
  font-size: 30px;
  color: #efefef;
  text-transform: uppercase;
}
footer .form-control .btn-default {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.form-control {
  position: relative;
  width: 80%;
  display: table;
  border-collapse: separate;
  box-sizing: border-box;
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 12px 0px;
  border-top: transparent;
  border-left: transparent;
  border-right: transparent;
  border-bottom: 1px solid #e8e8e8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  color: #4c4c4c;
  background: transparent;
}
.form-control .input-group {
  display: table-cell;
  position: relative;
  z-index: 2;
  float: left;
  margin-bottom: 0;
  padding: 12px 20px;
  padding-left: 0;
  font-size: 16px;
  height: auto;
  border: 0;
  width: 65%;
  color: #fff;
  background: transparent;
}
.form-control .input-group-btn {
  display: flex;
  font-size: 0;
  white-space: nowrap;
  width: 35%;
}
input[type="email"] {
  height: 46px;
  border-bottom: 1px solid #e8e8e8;
  border-top: transparent;
  border-left: transparent;
  border-right: transparent;
}
.form-control input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  outline: 0;
}
.form-control:focus {
  border-color: #37c7f8;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#footer.minimal {
  text-align: center;
}


#footer.minimal .copyright {
  display: block;
  margin-top: 14px;
  font-size: 13px;
}
.copyright .ion-ios-heart {
  color: #37c7f8;
}
.copyright a {
  color: #efefef;
}
.footer-form {
  padding: 80px 0 80px;
}
.footer-form.project-page {
  background: #000
}
.footer-copyright {
  padding: 70px 0 70px;
}
/*-------------------------------------------------------*/

/* 13.SinglePage
/*-------------------------------------------------------*/

.small-section {
  padding: 0px 0;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sub-single {
  position: relative;
  padding: 40px 20px 70px 20px;
  margin: 40px 30px 40px 30px;
  text-align: center;
  border: 1px solid;
  border-color: rgba(255, 255, 255, .2);
}
.sub-single p {
  color: #fff;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  margin: 30px 0 40px 0;
  display: inline-block;
  padding: 2px 0px;
  letter-spacing: 8px;
}
.sub-single h1 {
  color: #eee;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 32px;
  text-align: center;
}
.bg-blo-1 {
  text-align: left;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
.blo-2 {
  margin: 0px;
  display: inline-block;
  padding: 20px;
  border: 1px solid #eee;
  width: 100%;
  margin-bottom: 20px;
}
.blo-2 img {
  width: 100%;
}
.blo-2 h6 {
  margin: 10px 0;
}
.blo-2 h6 span {
  font-weight: 900;
}
.blo-1 h6 span.yellow {
  font-size: 24px;
}
.blo-2 h6 strong {
  font-size: 14px;
  padding: 2px 4px;
  border-radius: 3px;
  color: #fff;
  background: #37c7f8;
  line-height: 30px;
}
.blo-1 {
  padding: 0px 40px;
  display: inline-block;
  width: 100%;
}
.blo-1 h6 {
  color: #fff;
  font-size: 24px;
  font-family: LoveloLight;
  font-weight: 900;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
.blo-1 p {
  color: #eee;
  margin-top: 20px;
  font-size: 15px;
  line-height: 26px;
}
/*-------------------------------------------------------*/

/* 14.Responsive
/*-------------------------------------------------------*/

@media (min-width: 460px) {
  .article-home {
    height: 100%;
    width: 100%;
  }
  .article-home__image img {
    position: static;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 1700px) and (max-width: 2100px) {
  .menu a {
    font-size: 20px;
  }
  .slidetitle,
  .slidetitle * {
    font-size: 70px;
    line-height: 70px;
  }
  .slidelink {
    font-size: 24px;
  }
  .slidelink::before {
    margin-bottom: -19px;
  }
  .slidetext {
    font-size: 22px;
  }
  .slidetitle>div {
    bottom: 160px;
  }
  .slidetitle .s-title {
    bottom: 80px;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1700px) {
  .menu a {
    font-size: 17px;
  }
  .slidetitle,
  .slidetitle * {
    font-size: 60px;
    line-height: 60px;
  }
  .slidelink {
    font-size: 22px;
  }
  .slidelink::before {
    margin-bottom: -17px;
  }
  .slidetext {
    font-size: 20px;
  }
  .slidetitle>div {
    bottom: 140px;
  }
  .slidetitle .s-title {
    bottom: 70px;
  }
}
@media (max-width: 1100px) {
  .grid-3-block {
    grid-template-columns: 1fr 1fr;
  }
  .grid-3-block .grid-3-block--element:nth-child(3) {
    display: none;
  }
  .container {
    padding: 0 40px;
  }
}
@media (max-width: 1050px) {
  .css-grid-none {
    display: grid;
    grid-gap: 50px;
  }
  .home-articles {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 50px;
  }
  .home-articles .column.right .article-home {
    position: static;
    display: grid;
    grid-gap: 0;
    grid-template-columns: 1fr 1fr;
  }
  .home-articles .column.right .article-home .article-home__image {
    position: static;
  }
  .home-articles .column.right .article-home .article-home__content {
    position: static;
    width: auto;
    height: auto;
  }
  .home-articles .column.right .article-home {
    position: static;
    display: grid;
    grid-gap: 0;
    grid-template-columns: 1fr 1fr;
  }
  .home-articles .column.right .article-home .article-home__image img {
    position: static;
  }
}
@media (max-width: 993px) {
  .grid-2-block {
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }
  .grid-2-block.container {
    max-width: 720px;
  }
}
@media (max-width: 768px) {
  .grid-2-block.container {
    max-width: 540px;
  }
}
@media (max-width: 992px) {
  .mask-3 {
    height: 130px;
  }
  .w-slider {
    height: 130px;
  }
}
@media (min-width: 650px) and (max-width: 870px) {
  #menu_cont .mask3 .mask_cont {
    margin: 0px 50px 0 130px;
  }
}
@media (min-width: 750px) and (max-width: 850px) {
  #access_cont .mask3 .mask_cont {
    margin: 0px 10px 0 50px;
  }
}
@media (min-width: 680px) and (max-width: 750px) {
  #access_cont .mask3 .mask_cont {
    margin: 0px 10px 0 30px;
  }
}
@media (min-width: 650px) and (max-width: 680px) {
  .socials a {
    padding-right: 10px;
  }
  #access_cont .mask3 .mask_cont {
    margin: 0px 10px 0 30px;
  }
}
@media (max-width: 768px) {
  .subheading {
    margin-bottom: 60px;
  }
  .home-un-2,
  .home-un-1,
  .small-section {
    background-attachment: unset;
  }
  .ht-slick-nav button {
    left: 50px;
  }
  .ht-slick-nav button.next-arrow {
    right: 50px;
    left: auto;
  }
  .port-details-body {
    padding: 60px 0;
  }
  .port-con-item h2 {
    font-size: 25px;
  }
  h1.counter {
    font-size: 50px;
    width: 90px;
  }
  .counts {
    background-attachment: unset;
  }
}
@media (max-width: 767px) {
  .input {
    margin-left: 0;
  }
  .stat-counter .stat-text {
    margin-bottom: 55px
  }
  .blo-1 {
    padding: 0px 10px;
  }
  .slidelink {
    bottom: 110px;
  }
  .slidetext {
    right: unset;
    left: 10%;
  }
  .slidetitle,
  .slidetitle * {
    font-size: 45px;
    line-height: 45px;
  }
  .about-1 h4 {
    font-size: 15px;
  }
  .slogan h4 span {
    font-size: 25px;
  }
  .slidetitle>div {
    bottom: 160px;
  }
  .slidetitle .s-title {
    bottom: 110px;
  }

}
@media (min-width: 620px) and (max-width: 768px) {
  .css-grid {
    grid-gap: 30px
  }
  .container {
    padding: 0 15px;
  }
}
@media (max-width: 650px) {
  .d-none-s {
    display: none;
  }
  .about-1 h5 {
    font-size: 19px;
  }
  .about-1 h2 {
    font-size: 23px;
  }
  .slidetitle,
  .slidetitle * {
    font-size: 40px;
    line-height: 40px;
  }
  .slidelink {
    font-size: 16px;
  }
  .slidelink::before {
    margin-bottom: -13px;
  }
  .img-logo {
    width: 60px;
    left: 0px;
  }
  .mask2 .menu .close-menu {
    padding: 20px 16px;
  }
  .counts {
    background-position: right;
  }
  .gm-style div a div img {
    display: none !important;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .mask3 .menu .close-menu {
    padding: 20px 40px;
  }
  #head_bg img {
    max-width: 76%;
  }
  #arrow img {
    height: 7%;
    bottom: 9%!important;
  }
  #name-svg01 {
    left: 0;
    top: 10% !important;
    width: 80%;
  }
  #name-svg02 {
    left: 0 !important;
    right: 0;
    width: 80%;
    top: 75% !important;
    bottom: 60% !important;
    margin: auto auto !important;
  }
  .mask3 {
    overflow: hidden;
  }
  #btn_bio a {
    top: 10px;
  }
  #btn_contact a {
    bottom: 5px;
    max-width: 40%;
  }
  #btn_menu a {
    left: 8px;
  }
  #bio_cont .mask3 .mask_cont {
    margin: 0px 50px 0 50px;
    font-size: 10px;
    line-height: 17px;
  }
  #bio_cont.is-visible .mask3 .mask_cont {
    margin: 20px 50px 0 50px;
    font-size: 10px;
  }
  #bio_cont .mask2:before {
    background-size: cover;
  }
  #menu_cont .mask1 {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #menu_cont .mask2 {
    width: 100%;
    height: 50%;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
  }
  #menu_cont .mask3 {
    width: 100%;
    height: 50%;
    bottom: 0;
    top: auto;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
  }
  #menu_cont .mask3 .mask_cont .fadein_item {
    -webkit-transform: translate3d(0, 100px, 0) skewX(-30deg);
    transform: translate3d(0, 100px, 0) skewX(-30deg);
    -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 22px;
  }
  .menu a span {
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 22px;
  }
  #menu_cont .mask3 .mask_cont {
    width: 100%;
    margin: 0;
    text-align: center;
    line-height: 23px;
    font-size: 12px;
  }
  #menu_cont .mask3 .mask_cont .fadein_item:nth-of-type(8) {
    font-size: 10px;
    line-height: 17px;
    margin-top: 15px;
  }
  #menu_cont.is-visible .mask1 {
    opacity: 0;
  }
  #menu_cont.is-visible .mask2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #menu_cont.is-visible .mask3 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #access_cont .mask1 {
    opacity: 0;
  }
  #access_cont .mask2 {
    width: 100%;
    height: 50%;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
  }
  #access_cont .mask3 {
    width: 100%;
    height: 50%;
    bottom: 0;
    top: auto;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
  }
  #access_cont .mask3 .mask_cont .fadein_item {
    -webkit-transform: translate3d(0, 100px, 0) skewX(-30deg);
    transform: translate3d(0, 100px, 0) skewX(-30deg);
    -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin-bottom: 15px;
  }
  #access_cont .mask3 .mask_cont {
    width: 100%;
    margin: 0 0 0 0;
    text-align: center;
    line-height: 18px;
  }
  #access_cont .mask3 .mask_cont p {
    line-height: 18px;
    font-size: 8px;
  }
  #access_cont.is-visible .mask1 {
    opacity: 1;
  }
  #access_cont.is-visible .mask2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #access_cont.is-visible .mask3 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #contact_cont .mask2 {
    background-size: cover;
  }
  #contact_cont .mask3 .mask_cont .mask_small {
    font-size: 12px !important;
  }
  #contact_cont .mask3 .mask_cont {
    font-size: 12px;
  }
  #contact_cont.is-visible .mask3 .mask_cont {
    line-height: 30px;
  }
  .mask_small {
    font-size: 10px;
  }
  .mask_bottom {
    margin-bottom: 10px;
    line-height: 35px;
  }
  .mask_top {
    margin-top: 10px;
  }
  #menu_all {
    visibility: hidden;
  }
  #menu_all.is-visible {
    visibility: visible;
  }
  #btn_access a {
    right: -1px;
  }
  #btn_access a.on {
    right: -1px;
  }
}
@media (max-width: 620px) {
  .client-quote {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 600px) {
  .grid-2-block .grid-2-block--element .grid-2-block--element__content .title {
    font-size: 22px;
  }
  .team-socials span {
    font-size: 22px;
    padding-right: 16px;
  }
  .overlay-type-one .overlay-inner .line-one.inTeam:before {
    top: 11px;
  }
  .overlay-type-one .overlay-inner .line-one.inTeam:after {
    right: 11px;
  }
  .grid-3-block {
    display: block;
  }
  .grid-3-block .grid-3-block--element:nth-child(3) {
    display: flex;
    border-bottom: none;
  }
  .grid-3-block .grid-3-block--element,
  .grid-3-block .grid-3-block--element.fliping {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    flex-direction: column-reverse;
  }
  .grid-3-block .gr-3 {
    padding: 0;
  }
  .grid-3-block .gri-3 {
    padding-bottom: 0;
  }
  .grid-3-block .grid-3-block--element .grid-3-block--element__content,
  .grid-3-block .grid-3-block--element.fliping .grid-3-block--element__content {
    margin-bottom: 0px;
    margin-top: 20px;
    max-width: none;
  }
  .grid-3-block .grid-3-block--element .grid-3-block--element__image img {
    padding-top: 20px;
  }
  .slogan h3 {
    font-size: 20px;
    line-height: 38px;
  }
  .slogan h3 span {
    font-size: 22px;
  }
}
@media (max-width: 500px) {
  .slidetitle,
  .slidetitle * {
    font-size: 32px;
    line-height: 32px;
  }
  .slidetitle .s-title {
    bottom: 120px;
  }
}
@media (max-width: 470px) {
  .grid-2-block .grid-2-block--element .grid-2-block--element__content .title {
    font-size: 19px;
  }
  .grid-2-block .grid-2-block--element .grid-2-block--element__content .text {
    font-size: 14px;
  }
  .team-socials span {
    font-size: 18px;
    padding-right: 12px;
  }
  .blo-1 h6,
  .blo-1 h6 span.yellow {
    font-size: 18px;
  }
}
@media (max-width: 460px) {
  .home-articles {
    padding-bottom: 25px;
    grid-gap: 25px;
  }
  .home-articles .column.left {
    grid-gap: 25px;
  }
  .article-home {
    display: block;
  }
  .home-articles .column.right .article-home {
    display: block;
  }
  .mask-3 {
    height: 170px;
  }
  .w-slider {
    height: 170px;
  }
}
@media (max-width: 400px) {
  .slogan h3 {
    font-size: 18px;
    line-height: 36px;
  }
  .slogan h3 span {
    font-size: 20px;
  }
  .slidetitle,
  .slidetitle * {
    font-size: 25px;
    line-height: 25px;
  }
}
@media (max-width: 360px) {
  .grid-2-block .grid-2-block--element .grid-2-block--element__content .title {
    font-size: 15px;
  }
  .grid-2-block .grid-2-block--element .grid-2-block--element__content .text {
    font-size: 13px;
  }
  .team-socials span {
    font-size: 17px;
    padding-right: 12px;
  }
  .d-none-mob {
    display: none;
  }
  .single-post-details_item h5 i {
    margin-right: 3px;
  }
  .port-details-con-inner .single-post-details_item .footer-item-left {
    margin-right: 10px;
  }
}
/*-------------------------------------------------------*/

/* 15.Custom-animate
/*-------------------------------------------------------*/

.animated.moveUp,
.animated.moveDown,
.animated.moveLeft,
.animated.moveRight {
  -webkit-animation-duration: 0.6s;
  -ms-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both
}
@-webkit-keyframes moveUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0)
  }
}
@keyframes moveUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -moz-transform: translateY(100px);
    transform: translateY(100px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -mo-transform: translateY(0px);
    transform: translateY(0)
  }
}
.moveUp {
  -webkit-animation-name: moveUp;
  -ms-animation-name: moveUp;
  -moz-animation-name: moveUp;
  animation-name: moveUp
}
@-webkit-keyframes moveDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0)
  }
}
@keyframes moveDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    transform: translateY(-100px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -mo-transform: translateY(0px);
    transform: translateY(0)
  }
}
.moveDown {
  -webkit-animation-name: moveDown;
  -ms-animation-name: moveDown;
  -moz-animation-name: moveDown;
  animation-name: moveDown
}
@-webkit-keyframes moveLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0)
  }
}
@keyframes moveLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -moz-transform: translateX(100px);
    transform: translateX(100px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -mo-transform: translateX(0px);
    transform: translateX(0)
  }
}
.moveLeft {
  -webkit-animation-name: moveLeft;
  -ms-animation-name: moveLeft;
  -moz-animation-name: moveLeft;
  animation-name: moveLeft
}
@-webkit-keyframes moveRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0)
  }
}
@keyframes moveRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    transform: translateX(-100px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -mo-transform: translateX(0px);
    transform: translateX(0)
  }
}
.moveRight {
  -webkit-animation-name: moveRight;
  -ms-animation-name: moveRight;
  -moz-animation-name: moveRight;
  animation-name: moveRight
}
.lina-ver-slider-min {
  background: url(../img/lina-ver-min.png);
  width: 1px;
  height: 88px;
  margin: auto;
}
.content-main {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content-main img {
  width: 100px;
  margin: 40px;
}


/*-------------------------------------------------------*/
/* 16. Split Scroll
/*-------------------------------------------------------*/

.scroller-section .main-wrapper {
  height: 100vh;
}

.scroller-section .ms-section {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#multiscroll-nav {
  counter-reset: section;
  list-style-type: none;
  width: 42px;
  text-align: right;
  right: 12px;
}

#multiscroll-nav li {
  position: relative;
  width: 36px;
  height: 36px;
  margin: 0px !important;
  padding: 0px !important;
}

#multiscroll-nav li span {
  display: none;
}

#multiscroll-nav li::before {
  position: relative;
  counter-increment: section;
  line-height: 36px;
  content: "0"counters(section, ".");
}

#multiscroll-nav li a {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 36px;
  height: 36px;
  display: block;
  line-height: 38px;
  border-left: 1px solid #222222;
  text-align: right;
  margin: 0px;
  padding: 0px;
}

#multiscroll-nav li a.active {
  border-left-width: 2px;
}

.multi-scroll {
  padding-right: 70px;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.scroller-section {
  position: relative;
}

.all-content-wrapper {
  position: relative;
  height: 100vh;
}

.all-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center!important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #fff;
}

.all-content .all-content-inner {
  position: relative;
  width: 100%;
  padding: 0 70px 0 60px;
  text-align: center;
}

.contact-info-sign {
  display: inline-block;
  font-size: 16px;
  color: #000;
}

.contact-info-sign:before {
  font-size: 25px;
  padding-right: 10px;
}

.contact-content {
  color: #333;
  font-weight: 600;
}

.contact-info-mail a {
  color: #333;
}

@media (max-width: 767px) {
  #multiscroll-nav.right {
    display: none;
  }
}



#access_cont .mask3{
  position: fixed;
  margin: 0;
}
#access_cont .mask_cont.mar-0{
  margin: 0px 30px 0 0px;
    height: 100%;
    display: flex;
    align-items: center;
}


.tabcontent {
  display: none;
  padding: 6px 12px;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}
#eng-lang{
  display: block;
}
/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

.tab.lang-btn {
  position: absolute;
  bottom: 15%;
  right: 0;
  z-index: 9;
}

.tab.lang-btn button {
  background: #267692;
  color: #fff;
  border: 0;
  outline: none;
  display: block;
  text-align: center;
  width: 100px;
  height: 40px;
  text-transform: uppercase;
  opacity: .5;
  transition: all .3s;
}
.tab.lang-btn button.active,
.tab.lang-btn button:hover{
  opacity: 1;
}

.mask_cont.mar-0 p {
  margin: 15px 0 0;
  font-size: 13px;
  line-height: 20px;
}

a.show-show-btn.toggle-cursor {
  display: inline-block;
  background: #fff;
  color: #111;
  text-transform: uppercase;
  padding: 10px 20px;
  margin-top: 30px;
  font-weight: 700;
  border: 1px solid transparent;
  transition: all .3s;
}
a.show-show-btn.toggle-cursor:hover{
  color: #fff;
  background: none;
  border: 1px solid #fff;
}

.showren-bg{
  position: relative;
  background-image: url(../img/showreel-bg.jpg);
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
}

.showren-bg::after{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: '';
  background: #111;
  opacity: .6;
}
a.show-show-btn.showrell.toggle-cursor {
  position: absolute;
  top: 70%;
  left: 50%;
  height: 50px;
  width: 140px;
  margin-top: -25px;
  margin-left: -70px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, .3);
  color: #fff;
}

a.show-show-btn2.showrell.toggle-cursor {
  position: absolute;

  left: 50%;
  height: 20px;
  width: 140px;
  margin-top: 10px;
  margin-left: -70px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, .3);
  color: #fff;
}


#footer .btn-default{
background: none;
}
#footer .btn-default:before, #footer .btn-default:after{
  display: none;
}
#works p.subheading {
  margin-bottom: 30px;
}

.my-detail-n, .my-detail-e, .my-detail-s {
  margin-top: 15px;
}

.my-detail-n p {
  margin: 0;
}

.mask_cont.mar-0 .my-details-n-e-s p {
  margin: 0;
}
.my-detail-s{
  transition: all .5s;
  display: flex;
}
.my-detail-s a{
  margin-right: 10px;
}
.my-detail-s a:hover{
  color: #37c7f8;
}
.my-detail-e .fa {
  color: #33b4df;
  margin-left: 10px;
}

	  
@media (max-width: 767px){	  
	  #ger-lang,
	  #eng-lang {
		  height: 100%;
		  }
	  #access_cont .mask_cont.mar-0 {
padding: 30px 0;
overflow: scroll;
	  }
	} 
