header {
  padding: 0 40px;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
}
@media (max-width: 767px) {
  header {
    padding: 0 15px;
  }
}
header.pos-absolut {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
header.header-prepare {
  background-color: rgba(31, 68, 140, 0.8);
}
header.header-prepare .main-header .cell-logo .inner {
  width: 46%;
}
@media (min-width: 1400px) {
  header.sepia .main-header .cell-logo .inner {
    width: 300px;
  }
}
header.sepia .main-header .main-nav li a {
  color: #444;
}
header.sepia .main-header .main-nav li a span:before {
  background-color: #444;
}
header.sepia .navbar-toggle .icon-bar {
  background: #2d54a1;
}
header .main-header {
  display: table;
  width: 100%;
  padding: 10px 0;
}
header .main-header .cell {
  display: table-cell;
  vertical-align: middle;
}
header .main-header .cell-logo {
  width: 28%;
}
@media (min-width: 1400px) {
  header .main-header .cell-logo {
    width: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .main-header .cell-logo {
    width: 25%;
  }
}
@media (max-width: 767px) {
  header .main-header .cell-logo {
    width: 50%;
  }
}
header .main-header .cell-logo .inner {
  width: 84%;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
}
@media (max-width: 767px) {
  header .main-header .cell-logo .inner {
    width: 148px;
    position: relative;
    z-index: 10;
  }
}
header .main-header .cell-logo .inner img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 767px) {
  header .main-header .navbar-toggle {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
  }
}
header .main-header .navbar-toggle.open span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}
header .main-header .navbar-toggle.open span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}
header .main-header .navbar-toggle.open span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 7px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}
header .main-header .navbar-toggle span {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
header .main-header .navbar-toggle span:nth-child(1),
header .main-header .navbar-toggle span:nth-child(3) {
  -webkit-transition: transform 0.35s ease-in-out;
  -moz-transition: transform 0.35s ease-in-out;
  -o-transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
}
header .main-header .main-nav {
  text-align: right;
}
@media (max-width: 767px) {
  header .main-header .main-nav {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    padding-top: 80px;
    padding-bottom: 15px;
  }
}
header .main-header .main-nav li {
  display: inline-block;
}
@media (max-width: 767px) {
  header .main-header .main-nav li {
    display: block;
  }
}
header .main-header .main-nav li a {
  display: block;
  padding: 15px 20px;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .main-header .main-nav li a {
    padding: 15px 13px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .main-header .main-nav li a {
    padding: 15px 6px;
  }
}
header .main-header .main-nav li a span {
  position: relative;
}
header .main-header .main-nav li a span:before {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
}
header .main-header .main-nav li a:hover span:before {
  width: 100%;
}
header .main-header .main-nav li.current a span:before {
  width: 100%;
}
header .main-header .main-nav .lang-box {
  padding-left: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .main-header .main-nav .lang-box {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  header .main-header .main-nav .lang-box {
    padding-left: 0;
  }
}
header .main-header .main-nav .lang-box li {
  position: relative;
}
@media (max-width: 767px) {
  header .main-header .main-nav .lang-box li {
    display: inline-block;
  }
}
header .main-header .main-nav .lang-box li a {
  padding: 15px 5px;
  position: relative;
  opacity: 0.5;
}
header .main-header .main-nav .lang-box li a.active {
  opacity: 1;
}
header .main-header .main-nav .lang-box li:last-child:after {
  content: "/";
  position: absolute;
  left: -4px;
  top: 14px;
  opacity: 1;
  color: #fff;
}
header .navbar-toggle .icon-bar {
  background: #fff;
  width: 34px;
}
.video-wrap {
  height: 100vh;
  width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .video-wrap {
    height: auto;
    overflow: hidden;
  }
}
.video-wrap:before {
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  background: rgba(20, 20, 20, 0.2);
  width: 100%;
}
.video-wrap video {
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: baseline;
}
@media (max-width: 991px) {
  .video-wrap video {
    position: relative;
    top: 0;
    left: -10%;
    transform: none;
    width: 120%;
    display: block;
  }
}
.video-wrap video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  transition: 1s opacity;
}
@media (max-width: 991px) {
  .video-wrap video {
    position: relative;
    top: 0;
    left: -10%;
    transform: none;
    width: 120%;
    display: block;
  }
}
.video-wrap .content-overlay {
  position: relative;
  z-index: 20;
  padding: 20% 5% 0;
  height: 100%;
  background: rgba(20, 20, 20, 0.4);
}
@media (max-width: 767px) {
  .video-wrap .content-overlay {
    padding: 47% 5% 0;
  }
}
.video-wrap h1 {
  color: #fff;
  font-size: 44px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .video-wrap h1 {
    font-size: 23px;
  }
}
.big-block {
  overflow: hidden;
}
.about-us {
  position: relative;
  height: 527px;
  z-index: 1;
}
@media (max-width: 991px) {
  .about-us {
    height: auto;
  }
}
.about-us .image-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  overflow: hidden;
  height: 100%;
  background: url("../../assets/img/_MG_8768.jpg") no-repeat top center;
  background-size: cover;
  -webkit-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
}
@media (max-width: 767px) {
  .about-us .image-bg {
    display: none;
  }
}
.about-us .image-bg.in {
  width: 70%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-us .image-bg.in {
    width: 100%;
  }
}
.about-us .slider-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  z-index: 1000;
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-us .slider-box {
    position: relative;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .about-us .slider-box {
    position: relative;
    width: 100%;
  }
}
.about-us .slider-box .slider-command {
  height: 100%;
}
.about-us .slider-box .slider-command .owl-stage-outer {
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-us .slider-box .slider-command .owl-nav {
    display: none!important;
  }
}
@media (max-width: 767px) {
  .about-us .slider-box .slider-command .owl-nav {
    display: none!important;
  }
}
.about-us .slider-box .slider-command .owl-nav .owl-prev,
.about-us .slider-box .slider-command .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  color: #76ace2;
  font-size: 25px;
}
.about-us .slider-box .slider-command .owl-nav .owl-prev:hover,
.about-us .slider-box .slider-command .owl-nav .owl-next:hover {
  color: #9fd1ff;
}
.about-us .slider-box .slider-command .owl-nav .owl-prev {
  left: 20px;
}
.about-us .slider-box .slider-command .owl-nav .owl-next {
  right: 20px;
}
.about-us .row-section {
  display: table;
  width: 100%;
}
.about-us .row-section .cell {
  display: table-cell;
  vertical-align: middle;
  padding: 50px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .about-us .row-section .cell {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-us .row-section .cell {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .about-us .row-section .cell {
    padding: 0;
  }
}
.about-us .row-section .cell:first-child {
  width: 40%;
}
.about-us .row-section .cell:first-child .inner {
  width: 60%;
}
@media (min-width: 1400px) {
  .about-us .row-section .cell:first-child .inner {
    width: 49%;
  }
}
@media (max-width: 991px) {
  .about-us .row-section .cell:first-child .inner {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .about-us .row-section .cell:first-child {
    width: 100%;
    background: #fff;
    padding: 50px 30px;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .about-us .row-section .cell:first-child {
    margin-top: 20px;
    padding: 20px 0px;
  }
}
.about-us .row-section .cell:last-child {
  width: 60%;
}
@media (max-width: 991px) {
  .about-us .row-section .cell:last-child {
    width: 100%;
  }
}
.about-us .row-section p {
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}
.about-us .row-section .box-link {
  padding: 20px 0;
}
.about-us .row-section .count-box {
  display: table;
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 10;
}
.about-us .row-section .count-box .count-container {
  display: table-cell;
  vertical-align: top;
  width: 33.333%;
  text-align: center;
  padding: 20px 40px;
}
@media (max-width: 767px) {
  .about-us .row-section .count-box .count-container {
    display: block;
    width: 100%;
    padding: 20px 20px;
  }
}
.about-us .row-section .count-box .count-container .icon {
  width: 40px;
  height: 40px;
  line-height: 43px;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 15px;
  color: #fff;
  font-size: 24px;
}
.about-us .row-section .count-box .count-container .count {
  font-weight: 300;
  font-size: 40px;
  display: block;
}
.about-us .row-section .count-box .count-container p {
  color: #707070;
  line-height: normal;
}
.about-us .row-section .count-box .count-container.orange .icon {
  background: #faad34;
}
.about-us .row-section .count-box .count-container.orange .count {
  color: #faad34;
}
.about-us .row-section .count-box .count-container.blue .icon {
  background: #5b8bc2;
}
.about-us .row-section .count-box .count-container.blue .count {
  color: #5b8bc2;
}
.about-us .row-section .count-box .count-container.red .icon {
  background: #ed484d;
}
.about-us .row-section .count-box .count-container.red .count {
  color: #ed484d;
}
#specialization {
  padding: 40px 0;
  position: relative;
}
#specialization .list-special {
  position: relative;
  padding-left: 80px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #specialization .list-special {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  #specialization .list-special {
    padding-left: 10px;
  }
}
#specialization .list-special:after {
  content: "";
  position: absolute;
  top: -130px;
  left: 0;
  width: 100%;
  height: 150%;
  border: 10px solid #f8fbfd;
}
@media (min-width: 768px) and (max-width: 991px) {
  #specialization .list-special:after {
    height: 140%;
  }
}
@media (max-width: 767px) {
  #specialization .list-special:after {
    top: -20px;
    height: 111%;
  }
}
@media (max-width: 767px) and (min-width: 480px) {
  #specialization .list-special:after {
    height: 115%;
  }
}
#specialization .list-special .list-box {
  display: inline-block;
  width: 32%;
  margin-bottom: 60px;
  vertical-align: top;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #specialization .list-special .list-box {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) and (min-width: 480px) {
  #specialization .list-special .list-box {
    width: 49%;
    margin-bottom: 60px;
  }
}
#specialization .list-special .list-box.list-box-title {
  padding-top: 40px;
}
#specialization .list-special .list-box .icon {
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 15px;
  color: #fff;
  font-size: 27px;
}
#specialization .list-special .list-box .icon img {
  max-height: 100%;
  max-width: 100%;
}
#specialization .list-special .list-box .icon.green {
  background: #36b8b2;
}
#specialization .list-special .list-box .icon.purple {
  background: #95a0ce;
}
#specialization .list-special .list-box .icon.orange {
  background: #faaf40;
}
#specialization .list-special .list-box .icon.blue {
  background: #61b4e4;
}
#specialization .list-special .list-box .icon.red {
  background: #ed484d;
}
@media (max-width: 767px) {
  #specialization .list-special .list-box .icon {
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) and (min-width: 480px) {
  #specialization .list-special .list-box .icon {
    margin: 0;
    margin-bottom: 15px;
  }
}
#specialization .list-special .list-box .title {
  color: #2d54a1;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: 500;
  width: 150px;
}
@media (max-width: 767px) {
  #specialization .list-special .list-box .title {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) and (min-width: 480px) {
  #specialization .list-special .list-box .title {
    width: 150px;
    text-align: left;
  }
}
#specialization .list-special .list-box ul li {
  position: relative;
  padding-left: 15px;
  font-weight: 300;
}
#specialization .list-special .list-box ul li:after {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}
#specialization .cube {
  position: absolute;
  top: 80vh;
  left: 45vw;
  width: 10px;
  height: 10px;
  background: #e2f1ff;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: scale(0) rotate(0deg) translate(-50%, -50%);
  transform: scale(0) rotate(0deg) translate(-50%, -50%);
  -webkit-animation: cube 12s ease-in forwards infinite;
  animation: cube 12s ease-in forwards infinite;
}
#specialization .cube:nth-child(2n) {
  background: #d8f1f0;
}
#specialization .cube:nth-child(3n) {
  background: #fffde9;
}
#specialization .cube:nth-child(2) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  left: 25vw;
  top: 40vh;
}
#specialization .cube:nth-child(3) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  left: 75vw;
  top: 50vh;
}
#specialization .cube:nth-child(4) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  left: 90vw;
  top: 10vh;
}
#specialization .cube:nth-child(5) {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
  left: 10vw;
  top: 85vh;
}
#specialization .cube:nth-child(6) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
  left: 50vw;
  top: 10vh;
}
@-webkit-keyframes cube {
  from {
    -webkit-transform: scale(0) rotate(0deg) translate(-50%, -50%);
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(20) rotate(960deg) translate(-50%, -50%);
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}
@keyframes cube {
  from {
    -webkit-transform: scale(0) rotate(0deg) translate(-50%, -50%);
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(20) rotate(960deg) translate(-50%, -50%);
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}
#portfolio {
  overflow: hidden;
  position: relative;
}
#portfolio:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #f8fbfd;
  width: 60%;
  height: 50%;
}
@media (max-width: 767px) {
  #portfolio:after {
    width: 75%;
  }
}
#portfolio .title-container {
  position: relative;
  z-index: 1;
  padding-top: 40px;
}
@media (max-width: 767px) {
  #portfolio .title-container {
    padding-top: 28px;
  }
}
#portfolio .inner-box {
  position: relative;
  z-index: 1;
}
#portfolio .inner-box .box-image {
  position: relative;
  overflow: hidden;
  float: left;
  border: 1px solid #fff;
}
#portfolio .inner-box .box-image > img {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  height: 100%;
  width: auto;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#portfolio .inner-box .box-image-small {
  width: 50%;
  height: 256px;
}
@media (max-width: 767px) {
  #portfolio .inner-box .box-image-small {
    width: 50%;
    height: 156px;
  }
}
#portfolio .inner-box .box-image-small:hover .overlay-box {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#portfolio .inner-box .box-image-big {
  width: 40%;
  height: 512px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #portfolio .inner-box .box-image-big {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #portfolio .inner-box .box-image-big {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  #portfolio .inner-box .box-image-big.hover {
    width: 100%;
    height: 200px;
  }
}
#portfolio .inner-box .box-image-big.hover:hover .overlay-box {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#portfolio .inner-box .box-image-half {
  width: 20%;
  height: 512px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #portfolio .inner-box .box-image-half {
    width: 50%;
    height: 512px;
  }
}
@media (max-width: 767px) {
  #portfolio .inner-box .box-image-half {
    width: 100%;
    height: auto;
  }
}
#portfolio .inner-box .box-image-half .box-image-small {
  width: 100%;
}
@media (max-width: 767px) {
  #portfolio .inner-box .box-image-half .box-image-small {
    width: 50%;
  }
}
#portfolio .inner-box .box-image-mini {
  width: 25%;
  height: 256px;
}
#portfolio .inner-box .overlay-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(31, 68, 140, 0.8);
  text-align: center;
  color: #fff;
  display: table;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  cursor: pointer;
}
#portfolio .inner-box .overlay-box:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url("../../assets/img/separator_2.svg") no-repeat center;
  height: 10px;
  background-size: 100%;
}
#portfolio .inner-box .overlay-box .inner {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
#portfolio .inner-box .overlay-box .name {
  font-size: 20px;
  font-weight: bold;
  width: 50%;
  margin: 0 auto;
  padding-bottom: 5px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #portfolio .inner-box .overlay-box .name {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #portfolio .inner-box .overlay-box .name {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #portfolio .inner-box .overlay-box .name {
    font-size: 12px;
  }
}
#portfolio .inner-box .overlay-box .separator {
  width: 60%;
  margin: 0 auto;
}
#portfolio .inner-box .overlay-box .separator img {
  width: 100%;
}
#portfolio .inner-box .overlay-box .date {
  padding-top: 5px;
  font-size: 12px;
}
@media (max-width: 767px) {
  #portfolio .inner-box .overlay-box .date {
    font-size: 8px;
  }
}
#portfolio .inner-box .more-projects {
  display: table;
  width: 100%;
  text-align: center;
  background: #1f448c;
  height: 100%;
}
#portfolio .inner-box .more-projects a {
  display: table-cell;
  vertical-align: middle;
}
#portfolio .inner-box .more-projects .logo-box {
  width: 51px;
  margin: 0 auto;
  padding-bottom: 10px;
}
#portfolio .inner-box .more-projects .logo-box img {
  max-width: 100%;
  height: auto;
}
#portfolio .inner-box .more-projects .title {
  text-transform: uppercase;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  padding-bottom: 3px;
  line-height: 25px;
}
#portfolio .inner-box .more-projects span {
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  padding-top: 9px;
  display: block;
}
#portfolio .inner-box .more-projects .separator {
  width: 60%;
  margin: 0 auto;
}
#portfolio .inner-box .more-projects .separator img {
  width: 100%;
}
#portfolio .masonry-wrapper {
  position: relative;
  z-index: 1;
}
#portfolio .project-item {
  width: 20%;
  float: left;
  padding: 1px;
}
#portfolio .project-item .portfolio-img-wrap {
  background-size: cover;
  background-position: 50%;
  position: relative;
  padding-top: 100%;
}
#portfolio .project-item.large {
  width: 40%;
}
#portfolio .portfolio-wrapper {
  position: relative;
  overflow: hidden;
}
#portfolio .portfolio-wrapper .portfolio-img-wrap {
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
}
#portfolio .portfolio-overlay {
  position: absolute;
  background: rgba(34, 34, 34, 0.85);
  opacity: 0;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
}
#portfolio .grid-sizer {
  width: 20%;
}
#our-command {
  padding: 60px 0;
  position: relative;
}
#our-command:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  background: #f8fbfd;
  height: 100%;
  -webkit-transition: width 1.5s ease-out;
  transition: width 1.5s ease-out;
}
#our-command.in:after {
  width: 66%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #our-command.in:after {
    width: 63%;
  }
}
@media (max-width: 767px) {
  #our-command.in:after {
    width: 100%;
  }
}
#our-command .row-section {
  width: 100%;
}
#our-command .row-section .cell {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  #our-command .row-section .cell {
    display: block;
  }
}
#our-command .row-section .cell:first-child {
  width: 25%;
  left: 74%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #our-command .row-section .cell:first-child {
    width: 30%;
    left: 69%;
  }
}
@media (max-width: 991px) {
  #our-command .row-section .cell:first-child {
    width: 100%;
    left: 0;
  }
}
#our-command .row-section .cell:last-child {
  width: 74%;
  right: 25%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #our-command .row-section .cell:last-child {
    width: 69%;
    right: 30%;
  }
}
@media (max-width: 991px) {
  #our-command .row-section .cell:last-child {
    width: 100%;
    right: 0;
  }
}
#our-command p {
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}
#our-command .thumbs-slider {
  padding-bottom: 40px;
}
#our-command .thumbs-slider .thumb {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  margin: 5px;
}
#our-command .thumbs-slider .thumb a {
  display: block;
  z-index: 1;
  position: relative;
  overflow: hidden;
  height: 70px;
}
#our-command .thumbs-slider .thumb a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 5px solid #61b4e4;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
#our-command .thumbs-slider .thumb img {
  width: 100%;
}
#our-command .thumbs-slider .thumb.active a:after,
#our-command .thumbs-slider .thumb:hover a:after {
  opacity: 1;
}
#our-command #command-slider .inner-slide {
  display: table;
  width: 100%;
}
@media (max-width: 767px) {
  #our-command #command-slider .inner-slide {
    display: block;
  }
}
#our-command #command-slider .inner-slide .col {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767px) {
  #our-command #command-slider .inner-slide .col {
    display: block;
  }
}
#our-command #command-slider .inner-slide .col:first-child {
  width: 30%;
  text-align: right;
}
@media (max-width: 767px) {
  #our-command #command-slider .inner-slide .col:first-child {
    width: 100%;
    text-align: center;
  }
}
#our-command #command-slider .inner-slide .col:last-child {
  width: 70%;
}
@media (max-width: 767px) {
  #our-command #command-slider .inner-slide .col:last-child {
    width: 100%;
  }
}
#our-command #command-slider .inner-slide .name {
  color: #2d54a1;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 15px;
}
#our-command #command-slider .inner-slide .name strong {
  display: block;
}
#our-command #command-slider .inner-slide .position {
  color: #8c8c8c;
  text-transform: uppercase;
  font-weight: 300;
}
#our-command #command-slider .inner-slide p {
  color: #5a5a5a;
  font-weight: 300;
  font-size: 15px;
}
#our-command #command-slider .inner-slide .box-image {
  position: relative;
  padding: 0 100px;
}
@media (max-width: 767px) {
  #our-command #command-slider .inner-slide .box-image {
    padding: 0;
  }
}
#our-command #command-slider .inner-slide .box-image img {
  max-width: 100%;
  height: auto;
}
#our-command #command-slider .inner-slide .box-image .top-image {
  width: 242px;
  position: absolute;
  top: 107px;
  left: 46px;
  z-index: 1;
}
@media (max-width: 767px) {
  #our-command #command-slider .inner-slide .box-image .top-image {
    position: relative;
    margin: 0 auto;
    top: 0;
    left: 0;
  }
}
#our-command #command-slider .inner-slide .box-image .bot-image {
  width: 397px;
  float: right;
}
@media (max-width: 767px) {
  #our-command #command-slider .inner-slide .box-image .bot-image {
    display: none;
  }
}
#our-command #command-slider .owl-dots {
  display: block;
  text-align: center;
  padding-top: 20px;
}
#our-command #command-slider .owl-dots .owl-dot {
  display: inline-block;
  vertical-align: middle;
  margin: 3px;
}
#our-command #command-slider .owl-dots .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #d5d6d7;
}
#our-command #command-slider .owl-dots .owl-dot.active span {
  border: 2px solid #9fd1ff;
  background: #9fd1ff;
  width: 14px;
  height: 14px;
}
@media (max-width: 767px) {
  #our-command #command-slider .owl-nav {
    display: none!important;
  }
}
#our-command #command-slider .owl-nav .owl-prev,
#our-command #command-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  color: #d4d5d6;
  font-size: 25px;
}
#our-command #command-slider .owl-nav .owl-prev:hover,
#our-command #command-slider .owl-nav .owl-next:hover {
  color: #9fd1ff;
}
#our-command #command-slider .owl-nav .owl-prev {
  left: -28px;
}
#our-command #command-slider .owl-nav .owl-next {
  right: 49px;
}
#honors-block {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #honors-block {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #honors-block {
    padding-bottom: 20px;
  }
}
#honors-block .row-section {
  display: table;
  width: 100%;
}
#honors-block .row-section .cell {
  display: table-cell;
  vertical-align: top;
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #honors-block .row-section .cell {
    display: inline-block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #honors-block .row-section .cell {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  #honors-block .row-section .cell {
    display: block;
  }
}
#honors-block .row-section .cell:first-child {
  width: 16%;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #honors-block .row-section .cell:first-child {
    width: 25%;
    z-index: 10;
    background: #fff;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #honors-block .row-section .cell:first-child {
    width: 28%;
    z-index: 10;
    background: #fff;
  }
}
@media (max-width: 991px) {
  #honors-block .row-section .cell:first-child {
    width: 100%;
  }
}
#honors-block .row-section .cell:last-child {
  width: 74%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #honors-block .row-section .cell:last-child {
    width: 72%;
  }
}
@media (max-width: 991px) {
  #honors-block .row-section .cell:last-child {
    width: 100%;
  }
}
#honors-block p {
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}
#honors-block .star {
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 16px solid #f0f1f2;
  border-top: 0 solid #e2f1ff;
  position: absolute;
  top: 0;
  left: 0;
  animation: starMovement 1.5s infinite linear;
  transition: top 1s, left 1s;
  transform: translateZ(0);
}
#honors-block .star:after {
  position: absolute;
  top: 13px;
  left: 50%;
  transform: translate(-50%, -50%);
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 0 solid #f0f1f2;
  border-top: 16px solid #d6efee;
  content: '';
  border-color: inherit;
  transition: border-color 1s;
}
@keyframes starMovement {
  0% {
    transform: rotate(0deg) scale(0.5);
  }
  50% {
    transform: rotate(180deg) scale(1);
  }
  100% {
    transform: rotate(360deg) scale(0.5);
  }
}
#honors-block .paralax__images {
  height: 732px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #honors-block .paralax__images {
    height: 700px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #honors-block .paralax__images {
    height: 700px;
  }
}
#honors-block .paralax__images .img img {
  position: absolute;
}
#honors-block .paralax__images .layer img {
  display: block;
  margin: auto;
}
#honors-block .paralax__images .layer {
  width: 100%;
  height: 100%;
}
#honors-block .paralax__images .img1 img {
  top: 145px;
  right: 200px;
  z-index: 3;
  max-width: 100%;
  max-height: 78%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #honors-block .paralax__images .img1 img {
    top: 65px;
    right: 158px;
    z-index: 3;
    max-width: 100%;
    max-height: 71%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #honors-block .paralax__images .img1 img {
    top: 131px;
    right: 167px;
    z-index: 3;
    max-width: 100%;
    max-height: 83%;
  }
}
#honors-block .paralax__images .img2 img {
  top: 0;
  right: -33px;
  z-index: 2;
  max-width: 100%;
  max-height: 86%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #honors-block .paralax__images .img2 img {
    top: 0;
    right: -13px;
    z-index: 2;
    max-width: 100%;
    max-height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #honors-block .paralax__images .img2 img {
    top: 45px;
    right: 0px;
    z-index: 2;
    max-width: 100%;
    max-height: 100%;
  }
}
#honors-block .paralax__images .img3 img {
  top: 9px;
  right: -4px;
  z-index: 1;
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #honors-block .paralax__images .img3 img {
    top: -52px;
    right: -45px;
    z-index: 1;
    max-width: 107%;
    max-height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #honors-block .paralax__images .img3 img {
    top: 0px;
    right: -55px;
    z-index: 1;
    max-width: 114%;
    max-height: 100%;
  }
}
#reviews-block {
  overflow: hidden;
  padding-bottom: 40px;
}
#reviews-block .block-review {
  text-align: center;
}
#reviews-block .block-review .logo {
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin: 0 auto;
  overflow: hidden;
}
#reviews-block .block-review .logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  padding: 0 10px;
}
#reviews-block .block-review .name {
  color: #2d54a1;
  font-weight: 300;
  padding-bottom: 15px;
  padding-top: 10px;
}
#reviews-block .block-review .name span {
  display: block;
}
#reviews-block .block-review p {
  color: #5a5a5a;
  font-weight: 300;
  font-style: italic;
}
#reviews-block .reviews-carousel .item {
  opacity: 0.4;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  border: 10px solid transparent;
  padding: 30px 30px;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -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) and (max-width: 1199px) {
  #reviews-block .reviews-carousel .item {
    margin: 0;
    transform: scale(0.9);
  }
}
@media (max-width: 767px) {
  #reviews-block .reviews-carousel .item {
    padding: 20px 20px;
    margin: 0 20px;
  }
}
#reviews-block .reviews-carousel .active.center .item {
  opacity: 1;
  filter: none;
  border: 10px solid #f8fbfd;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
@media (max-width: 767px) {
  #reviews-block .reviews-carousel .owl-nav {
    display: none!important;
  }
}
#reviews-block .reviews-carousel .owl-nav .owl-prev,
#reviews-block .reviews-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  color: #d4d5d6;
  font-size: 25px;
}
#reviews-block .reviews-carousel .owl-nav .owl-prev:hover,
#reviews-block .reviews-carousel .owl-nav .owl-next:hover {
  color: #9fd1ff;
}
#reviews-block .reviews-carousel .owl-nav .owl-prev {
  left: 30%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #reviews-block .reviews-carousel .owl-nav .owl-prev {
    left: 21%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #reviews-block .reviews-carousel .owl-nav .owl-prev {
    left: 20%;
  }
}
#reviews-block .reviews-carousel .owl-nav .owl-next {
  right: 30%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #reviews-block .reviews-carousel .owl-nav .owl-next {
    right: 21%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #reviews-block .reviews-carousel .owl-nav .owl-next {
    right: 20%;
  }
}
#reviews-block .ms-caro3d-template {
  overflow: visible;
}
#reviews-block .ms-slide {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  padding: 40px 50px;
  -webkit-box-reflect: none;
}
#reviews-block .ms-slide.ms-sl-selected {
  background: #fff;
  border: 10px solid #f8fbfd;
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}
#reviews-block .ms-skin-default .ms-nav-next,
#reviews-block .ms-skin-default .ms-nav-prev {
  color: #d6d7d8;
  font-size: 20px;
}
#reviews-block .ms-skin-default .ms-nav-next:after {
  content: "\f054";
  font-family: FontAwesome;
}
#reviews-block .ms-skin-default .ms-nav-prev:after {
  content: "\f053";
  font-family: FontAwesome;
}
#reviews-block .ms-bullet {
  border-radius: 50%;
  border: 2px solid #d4d5d6;
  width: 12px;
  height: 12px;
}
#reviews-block .ms-bullet.ms-bullet-selected {
  width: 14px;
  height: 14px;
  border: none;
  background: #9fd1ff;
}
#partner {
  padding: 80px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #partner {
    padding-top: 0;
  }
}
#partner .owl-carousel .inner-item {
  height: 50px;
  line-height: 50px;
  text-align: center;
}
#partner .owl-carousel .inner-item img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#partner .owl-carousel .owl-dots {
  display: block;
  text-align: center;
  padding-top: 20px;
}
#partner .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  vertical-align: middle;
  margin: 3px;
}
@media (min-width: 1400px) {
  #partner .owl-carousel .owl-dots .owl-dot {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #partner .owl-carousel .owl-dots .owl-dot {
    display: none;
  }
}
#partner .owl-carousel .owl-dots .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #d5d6d7;
}
#partner .owl-carousel .owl-dots .owl-dot.active span {
  border: 2px solid #9fd1ff;
  background: #9fd1ff;
  width: 14px;
  height: 14px;
}
#contact-block {
  position: relative;
}
#contact-block:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: #f4f4f4;
  width: 0;
  border-left: 10px solid #fff;
  -webkit-transition: width 1.5s ease-out;
  transition: width 1.5s ease-out;
}
@media (max-width: 991px) {
  #contact-block:after {
    display: none;
  }
}
#contact-block.in:after {
  width: 30%;
}
#contact-block.in .content-block {
  opacity: 1;
}
#contact-block .map-content {
  height: 500px;
}
#contact-block .map-content .inner-map {
  height: 500px;
}
#contact-block .content-block {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  float: right;
  width: 26%;
  color: #2d54a1;
  padding: 57px 91px 10px 0;
  -webkit-transition: all 1.7s ease-out;
  transition: all 1.7s ease-out;
  opacity: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #contact-block .content-block {
    padding: 57px 38px 10px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #contact-block .content-block {
    position: relative;
    float: none;
    width: 750px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  #contact-block .content-block {
    position: relative;
    float: none;
    width: 100%;
    padding: 20px 15px;
  }
}
#contact-block .content-block .inner-box p {
  font-weight: 300;
  color: #2d54a1;
  font-size: 14px;
  margin-bottom: 40px;
}
#contact-block .content-block .inner-box .address {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#contact-block .content-block .inner-box .address:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  background: #2d54a1;
  height: 2px;
}
#contact-block .content-block .inner-box .mail {
  color: #2d54a1;
  border-bottom: 1px solid;
  font-size: 16px;
}
#contact-block .content-block .inner-box .list-phone {
  margin-top: 20px;
  font-size: 16px;
}
#contact-block .content-block .inner-box .list-phone span {
  font-weight: bold;
}
#contact-block .content-block .inner-box .list-social {
  padding-top: 40px;
}
#contact-block .content-block .inner-box .list-social li {
  display: inline-block;
  vertical-align: top;
  padding: 5px;
}
#contact-block .content-block .inner-box .list-social li a {
  display: block;
  border: 1px solid #b5b5b5;
  background: #fff;
  width: 40px;
  height: 40px;
  color: #b5b5b5;
  line-height: 37px;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
}
#contact-block .content-block .inner-box .list-social li a:hover.icon-fb {
  color: #3b5998;
}
#contact-block .content-block .inner-box .list-social li a:hover.icon-yt {
  color: #da2b28;
}
#contact-block .content-block .inner-box .list-social li a:hover.icon-gg {
  color: #d01e24;
}
#contact-block .content-block .inner-box .list-social li a:hover.icon-inst {
  color: #c52f9a;
}
footer {
  padding: 20px 0;
  background: #fff;
}
footer .copyright {
  color: #ababab;
}
footer .logo-wizardry {
  width: 83px;
  float: right;
}
footer .logo-wizardry img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
