/*
 * 1ki3 Custom Style File
 * Author - Serdar GULER
 * Web    - 1ki3.com
 * Mail   - guler.serdar@1ki3.com
 */
@import "https://fonts.googleapis.com/css?family=Lato:300,400,700,900&subset=latin-ext";
html, body {
  min-height: 100% !important;
  background: #ffffff;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000000; }

/* sticky Footer */
.containerAll {
  min-height: 100%;
  height: auto;
  margin-bottom: -52px;
  position: relative; }

.sticky {
  height: 52px; }

/* sticky Footer */
@keyframes shimmy {
  0% {
    transform: translateY(0%); }
  100% {
    transform: translateY(50%); } }
@keyframes line1 {
  0% {
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg); }
  100% {
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); } }
@keyframes line2 {
  0% {
    -ms-transform: rotate(70deg);
    -webkit-transform: rotate(70deg);
    transform: rotate(70deg); }
  100% {
    -ms-transform: rotate(110deg);
    -webkit-transform: rotate(110deg);
    transform: rotate(110deg); } }
@keyframes line3 {
  0% {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  100% {
    -ms-transform: rotate(80deg);
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg); } }
@keyframes line4 {
  0% {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  100% {
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg); } }
.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite; }

@keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
img {
  max-width: 100%; }

.md-20 {
  width: 20%; }

.left {
  float: left; }

.right {
  float: right; }

a {
  color: #4879DA;
  text-decoration: none !important;
  outline: none !important; }

p {
  line-height: 22px; }

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

h2 {
  font-size: 14px;
  font-weight: 700; }

strong {
  font-weight: 600; }

.coverBg, .contact {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important; }

.center {
  text-align: center; }

.middle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }

.parallax {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.containerAll {
  min-height: 100%;
  height: auto;
  position: relative; }

#home {
  background: #000 url(../img/homeBg.jpg) top center no-repeat;
  height: 100% !important; }

/* Header */
.nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  z-index: 3;
  pointer-events: none; }
  .nav .menu ul {
    float: right;
    pointer-events: visible; }
    .nav .menu ul li {
      float: left;
      margin-left: 20px; }
      .nav .menu ul li a {
        display: block;
        font-weight: 700;
        color: #474747;
        text-shadow: 1px 1px 1px #ffffff;
        line-height: 20px;
        padding: 20px 5px;
        position: relative; }
        .nav .menu ul li a span {
          position: relative;
          z-index: 2; }
        .nav .menu ul li a .hover {
          position: absolute;
          z-index: 1;
          top: 0;
          left: 0;
          width: 100%;
          line-height: 56px;
          font-weight: 900;
          text-align: center;
          font-size: 30px;
          color: #d8d8da;
          opacity: 0;
          -webkit-transition: all ease 0.3s;
          -moz-transition: all ease 0.3s;
          -o-transition: all ease 0.3s;
          transition: all ease 0.3s; }
      .nav .menu ul li:hover .hover, .nav .menu ul li.active .hover {
        opacity: 1; }

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  z-index: 3; }

/* Banner */
.banner {
  height: 1000px;
  position: relative; }
  .banner .middle {
    top: 30%; }
  .banner .text {
    text-align: center;
    margin-top: 200px; }
    .banner .text img {
      max-width: 660px; }
    .banner .text span {
      display: block;
      max-width: 660px;
      margin: 0 auto;
      position: relative; }
    .banner .text i {
      width: 60px;
      height: 1px;
      background: #b6b7b9;
      position: absolute; }
    .banner .text .line1 {
      left: 5px;
      top: 30px;
      -ms-transform: rotate(-30deg);
      -webkit-transform: rotate(-30deg);
      transform: rotate(-30deg);
      -webkit-animation: line1 2s linear infinite;
      -moz-animation: line1 2s linear infinite;
      animation: line1 2s linear infinite;
      animation-direction: alternate; }
    .banner .text .line2 {
      left: 200px;
      top: 32px;
      -ms-transform: rotate(70deg);
      -webkit-transform: rotate(70deg);
      transform: rotate(70deg);
      -webkit-animation: line2 2s linear infinite;
      -moz-animation: line2 2s linear infinite;
      animation: line2 2s linear infinite;
      animation-direction: alternate; }
    .banner .text .line3 {
      left: 355px;
      top: 32px;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-animation: line3 2s linear infinite;
      -moz-animation: line3 2s linear infinite;
      animation: line3 2s linear infinite;
      animation-direction: alternate; }
    .banner .text .line4 {
      left: 584px;
      top: 18px;
      width: 30px;
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      -webkit-animation: line4 2s linear infinite;
      -moz-animation: line4 2s linear infinite;
      animation: line4 2s linear infinite;
      animation-direction: alternate; }
  .banner .down {
    position: absolute;
    bottom: 200px;
    left: 50%;
    width: 100px;
    margin-left: -45px;
    text-align: center; }
    .banner .down a {
      display: block;
      color: #ff4548;
      font-weight: 300; }
    .banner .down span {
      display: block; }
    .banner .down img {
      display: block;
      margin: 5px auto; }
    .banner .down i {
      animation: shimmy 1s linear infinite;
      animation-direction: alternate; }

/* About */
.about {
  height: 1200px;
  padding: 300px 0 0 0;
  position: relative; }
  .about .homeText {
    padding-right: 50px; }
  .about .camera {
    position: absolute;
    right: 0;
    top: 50px;
    width: 15%; }
    .about .camera img {
      display: block; }
  .about > .container {
    position: relative; }
  .about .balon {
    position: absolute;
    right: 60px;
    top: 0;
    width: 100px;
    height: 50px; }
    .about .balon span {
      position: absolute;
      opacity: 0; }
    .about .balon img {
      display: block; }
    .about .balon .balon1 {
      position: absolute;
      width: 21px;
      height: 23px;
      left: 25px;
      top: 30px; }
    .about .balon .balon2 {
      position: absolute;
      width: 19px;
      height: 21px;
      left: 40px;
      top: 35px; }
    .about .balon .balon3 {
      position: absolute;
      width: 31px;
      height: 34px;
      left: 25px;
      top: 30px; }

/* Services */
.services {
  height: 1300px;
  text-align: center;
  position: relative; }
  .services h2 {
    margin-bottom: 50px; }
  .services .homeText {
    padding-left: 70px; }
  .services .item {
    padding: 15px;
    text-shadow: 1px 1px 1px #000000; }
    .services .item .text h3 {
      font-size: 16px; }
  .services .icon {
    width: 70px;
    height: 70px;
    border: 1px solid #ffffff;
    box-shadow: 0px 0px 5px #000000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    margin: 0 auto; }
    .services .icon img {
      max-width: 40px;
      max-height: 40px;
      display: block;
      margin: 0 auto; }
  .services .calpper {
    position: absolute;
    width: 15%;
    bottom: 0;
    left: 0; }
  .services .drone {
    position: absolute;
    left: 10%;
    bottom: 560px; }
  .services .meteor {
    position: absolute;
    left: -100%;
    top: -250px; }

/* OurClients */
.ourClients {
  text-align: center; }
  .ourClients .homeText {
    max-width: 600px;
    margin: 0 auto;
    float: none;
    margin-bottom: 100px; }
  .ourClients .items {
    margin-bottom: 200px; }
    .ourClients .items .item {
      padding: 1px;
      max-width: 25%;
      float: left; }
      .ourClients .items .item .image {
        position: relative; }
        .ourClients .items .item .image img {
          display: block;
          width: 100%; }
        .ourClients .items .item .image:after {
          content: '';
          background: transparent;
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          -webkit-transition: all ease 0.3s;
          -moz-transition: all ease 0.3s;
          -o-transition: all ease 0.3s;
          transition: all ease 0.3s; }
      .ourClients .items .item .text {
        height: 60px;
        background: #151515;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s; }
        .ourClients .items .item .text h3 {
          margin: 0;
          font-weight: 300;
          font-size: 16px;
          color: #ffffff; }
      .ourClients .items .item:hover .text {
        background: #da2e31; }
      .ourClients .items .item.hover .image:after {
        background: rgba(0, 0, 0, 0.6); }
  .ourClients .arrow {
    background: #ffffff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    z-index: 3;
    color: #ff4548;
    font-size: 38px;
    text-align: center;
    box-shadow: 0px 0px 5px #000000; }
    .ourClients .arrow i {
      display: block;
      line-height: 50px; }
  .ourClients .arrow.prev {
    left: 10px; }
  .ourClients .arrow.next {
    right: 10px; }
  .ourClients .slick-dots {
    text-align: center;
    position: absolute;
    bottom: -100px;
    width: 100%; }
    .ourClients .slick-dots li {
      display: inline-block;
      position: relative; }
      .ourClients .slick-dots li button {
        background: transparent;
        width: 24px;
        height: 24px;
        margin: 15px;
        border: none;
        text-indent: -9999px;
        outline: none;
        z-index: 2;
        position: relative;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s; }
      .ourClients .slick-dots li button:after {
        content: '';
        width: 12px;
        height: 12px;
        background: #ffffff;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -6px;
        margin-left: -6px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s; }
      .ourClients .slick-dots li:after {
        content: '';
        position: absolute;
        height: 2px;
        width: 100%;
        background: #404040;
        left: 0;
        top: 26px;
        z-index: 1; }
      .ourClients .slick-dots li.slick-active button {
        background: rgba(222, 47, 50, 0.4); }
      .ourClients .slick-dots li.slick-active button:after {
        background: #de2f32; }

/* SocialMedia */
.socialMedia {
  text-align: center; }
  .socialMedia .homeText {
    max-width: 600px;
    margin: 0 auto;
    float: none;
    margin-bottom: 100px; }
  .socialMedia #instagramImage li {
    padding: 0;
    overflow: hidden; }
    .socialMedia #instagramImage li img {
      display: block;
      width: 100%;
      -webkit-filter: grayscale(1) !important;
      -moz-filter: grayscale(1) !important;
      -ms-filter: grayscale(1) !important;
      filter: grayscale(1) !important;
      -webkit-transition: all ease 0.5s;
      -moz-transition: all ease 0.5s;
      -o-transition: all ease 0.5s;
      transition: all ease 0.5s;
      transform: scale(1); }
    .socialMedia #instagramImage li:hover img {
      -webkit-filter: grayscale(0) !important;
      -moz-filter: grayscale(0) !important;
      -ms-filter: grayscale(0) !important;
      filter: grayscale(0) !important;
      transform: scale(1.1); }

/* YoutubeChannel */
.youtubeChannel {
  text-align: center; }
  .youtubeChannel .homeText {
    max-width: 600px;
    margin: 0 auto;
    float: none;
    margin-top: 80px; }
  .youtubeChannel .items {
    margin-top: 100px;
    margin-bottom: 100px; }
  .youtubeChannel .item .image {
    border: 15px solid transparent;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    position: relative; }
    .youtubeChannel .item .image img {
      display: block;
      width: 100%; }
    .youtubeChannel .item .image:after {
      content: '';
      position: absolute;
      background: rgba(0, 0, 0, 0.5);
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-transition: all ease 0.3s;
      -moz-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s; }
    .youtubeChannel .item .image a {
      display: block;
      position: relative; }
    .youtubeChannel .item .image .play {
      position: absolute;
      left: 50%;
      top: 50%;
      margin-top: -35px;
      margin-left: -35px;
      width: 70px;
      height: 70px; }
  .youtubeChannel .item .text {
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }
    .youtubeChannel .item .text h3 {
      color: #fefefe;
      font-weight: 400;
      font-size: 16px; }
    .youtubeChannel .item .text h4 {
      color: #da2e31;
      font-weight: 300;
      font-size: 14px; }
  .youtubeChannel .item.slick-center .image {
    border-color: #da2e31; }
    .youtubeChannel .item.slick-center .image:after {
      background: transparent; }
    .youtubeChannel .item.slick-center .image a {
      z-index: 1; }
  .youtubeChannel .item.slick-center .text {
    opacity: 1; }
  .youtubeChannel .arrow {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    z-index: 3;
    color: #ffffff;
    font-size: 34px;
    text-align: center; }
    .youtubeChannel .arrow i {
      display: block;
      line-height: 50px; }
  .youtubeChannel .arrow.prev {
    left: 15px; }
  .youtubeChannel .arrow.next {
    right: 15px; }
  .youtubeChannel .slick-dots {
    text-align: center;
    position: absolute;
    bottom: -100px;
    width: 100%; }
    .youtubeChannel .slick-dots li {
      display: inline-block;
      position: relative; }
      .youtubeChannel .slick-dots li button {
        background: transparent;
        width: 24px;
        height: 24px;
        margin: 15px;
        border: none;
        text-indent: -9999px;
        outline: none;
        z-index: 2;
        position: relative;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s; }
      .youtubeChannel .slick-dots li button:after {
        content: '';
        width: 12px;
        height: 12px;
        background: #ffffff;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -6px;
        margin-left: -6px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s; }
      .youtubeChannel .slick-dots li:after {
        content: '';
        position: absolute;
        height: 2px;
        width: 100%;
        background: #404040;
        left: 0;
        top: 26px;
        z-index: 1; }
      .youtubeChannel .slick-dots li.slick-active button {
        background: rgba(222, 47, 50, 0.4); }
      .youtubeChannel .slick-dots li.slick-active button:after {
        background: #de2f32; }

/* References */
.references {
  background: #ffffff;
  text-align: center;
  padding: 50px 0; }
  .references .homeText {
    max-width: 600px;
    margin: 0 auto;
    float: none;
    color: #737373; }
  .references .items {
    padding: 0 10%;
    margin-top: 50px; }
  .references .item {
    height: 140px;
    padding: 15px; }
    .references .item img {
      display: block;
      margin: 0 auto;
      max-width: 100px;
      max-height: 80px;
      opacity: 0.7;
      -webkit-filter: grayscale(1) !important;
      -moz-filter: grayscale(1) !important;
      -ms-filter: grayscale(1) !important;
      filter: grayscale(1) !important;
      -webkit-transition: all ease 0.5s;
      -moz-transition: all ease 0.5s;
      -o-transition: all ease 0.5s;
      transition: all ease 0.5s; }
    .references .item:hover img {
      opacity: 1;
      -webkit-filter: grayscale(0) !important;
      -moz-filter: grayscale(0) !important;
      -ms-filter: grayscale(0) !important;
      filter: grayscale(0) !important;
      -webkit-transition: all ease 0.5s;
      -moz-transition: all ease 0.5s;
      -o-transition: all ease 0.5s;
      transition: all ease 0.5s; }
  .references .more {
    font-weight: 300;
    letter-spacing: 2px;
    color: #de2f32;
    margin: 30px auto;
    display: block;
    border: 1px solid #de2f32;
    width: 200px;
    padding: 10px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }
    .references .more:hover {
      background: #de2f32;
      color: #ffffff; }

/* Contact */
.contact {
  background: #dadada url(../img/contactBg.jpg) top center no-repeat;
  padding: 100px 0; }
  .contact .homeText {
    text-align: center;
    color: #ffffff; }
    .contact .homeText a {
      color: #ffffff; }
  .contact .form {
    margin-top: 80px; }
    .contact .form textarea {
      text-align: center; }

/* Footer */
.footer {
  background: #ebebeb;
  padding: 15px 0;
  color: #373737;
  position: relative; }
  .footer p {
    margin: 0;
    font-weight: 300;
    font-size: 12px; }
  .footer #socials {
    float: right; }
    .footer #socials li {
      float: left;
      margin-left: 10px; }
      .footer #socials li a {
        color: #373737;
        padding: 0 10px;
        display: block;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s; }
      .footer #socials li:hover a {
        color: #de2f32; }

.homeText {
  color: #ffffff; }
  .homeText h2 {
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 40px;
    margin: 20px 0;
    height: 40px; }
  .homeText p {
    font-weight: 300;
    line-height: 24px; }

/* Page */
#page .nav ul li a {
  color: #ffffff;
  text-shadow: 1px 1px 1px #000; }

.pageBanner {
  text-shadow: 1px 1px 1px #000000; }
  .pageBanner img {
    width: 100%; }
  .pageBanner .top {
    position: relative; }
    .pageBanner .top .text {
      position: absolute;
      width: 100%;
      padding: 15px;
      top: 25%;
      left: 0;
      text-align: center; }
      .pageBanner .top .text h1 {
        font-weight: 700;
        color: #da2e31;
        font-size: 34px; }
      .pageBanner .top .text h2 {
        font-weight: 400;
        color: #ffffff;
        font-size: 18px;
        letter-spacing: 2px; }
  .pageBanner .bottom {
    margin-top: -10%;
    position: relative;
    text-shadow: none; }
    .pageBanner .bottom .text {
      width: 100%;
      position: absolute;
      left: 0;
      top: 40%;
      text-align: center; }
      .pageBanner .bottom .text h2 {
        font-weight: 700;
        color: #373737;
        font-size: 38px;
        margin-bottom: 30px; }
      .pageBanner .bottom .text p {
        color: #969696;
        font-weight: 300;
        font-size: 17px;
        letter-spacing: 1px; }
      .pageBanner .bottom .text p span {
        color: #da2e31; }

.pageContent {
  margin-bottom: 100px; }

.carousel {
  width: 100%;
  height: 300px;
  display: relative; }

.carousel img {
  display: hidden;
  cursor: pointer;
  max-width: 240px; }

#references .items .item {
  text-align: center; }
  #references .items .item .image {
    /*border: 1px solid #dadada;*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    padding: 15px;
    height: 140px; }
    #references .items .item .image img {
      display: block;
      margin: 0 auto;
      max-width: 100px;
      max-height: 80px;
      opacity: 0.7;
      -webkit-filter: grayscale(1) !important;
      -moz-filter: grayscale(1) !important;
      -ms-filter: grayscale(1) !important;
      filter: grayscale(1) !important;
      -webkit-transition: all ease 0.5s;
      -moz-transition: all ease 0.5s;
      -o-transition: all ease 0.5s;
      transition: all ease 0.5s; }
  #references .items .item .text {
    padding: 5px;
    color: #8a8a8a;
    font-weight: 300;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    min-height: 70px;
    display: none; }
  #references .items .item:hover .image img {
    opacity: 1;
    -webkit-filter: grayscale(0) !important;
    -moz-filter: grayscale(0) !important;
    -ms-filter: grayscale(0) !important;
    filter: grayscale(0) !important;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s; }
  #references .items .item:hover .text {
    color: #da2e31; }

#services .tabMenu {
  margin-bottom: 30px; }
  #services .tabMenu .item {
    position: relative; }
    #services .tabMenu .item img {
      width: 100%; }
    #services .tabMenu .item .icon {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 60px;
      height: 60px;
      margin-left: -30px;
      margin-top: -30px; }
      #services .tabMenu .item .icon img {
        max-height: 100%;
        display: block;
        margin: 0 auto; }
    #services .tabMenu .item .hover {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      border: 10px solid #ff4a4d;
      opacity: 0;
      -webkit-transition: all ease 0.5s;
      -moz-transition: all ease 0.5s;
      -o-transition: all ease 0.5s;
      transition: all ease 0.5s; }
      #services .tabMenu .item .hover h3 {
        position: absolute;
        bottom: 0;
        left: 0;
        color: #ffffff;
        font-size: 12px;
        width: 100%;
        text-align: center; }
    #services .tabMenu .item:hover .hover, #services .tabMenu .item.active .hover {
      opacity: 1; }
#services .head {
  border-bottom: 1px solid #dadada;
  text-align: center;
  margin: 50px 0; }
  #services .head h2 {
    font-weight: 300;
    color: #898989;
    font-size: 18px;
    margin: 0; }
    #services .head h2 span {
      border: 1px solid #d7d7d7;
      display: block;
      padding: 10px;
      width: 240px;
      margin: 0 auto;
      position: relative; }
      #services .head h2 span::before {
        content: '';
        display: block;
        bottom: -5px;
        left: -1px;
        right: -1px;
        position: absolute;
        height: 5px;
        background: #ff4a4d; }
#services .items {
  margin-top: 30px; }
  #services .items .item {
    margin: 15px 0; }
    #services .items .item .image {
      border: 1px solid #b7b7b7;
      position: relative;
      overflow: hidden; }
      #services .items .item .image img {
        display: block;
        width: 100%;
        -webkit-backface-visibility: hidden;
        -webkit-transform: scale(1) rotate(0deg);
        -moz-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        -o-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
        -webkit-transition: all ease 0.5s;
        -moz-transition: all ease 0.5s;
        -o-transition: all ease 0.5s;
        transition: all ease 0.5s; }
      #services .items .item .image .hover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(218, 46, 49, 0.7);
        display: none; }
        #services .items .item .image .hover .icon {
          width: 30px;
          height: 30px;
          text-align: center;
          position: absolute;
          top: 50%;
          left: 50%;
          margin-top: -15px;
          margin-left: -15px; }
          #services .items .item .image .hover .icon i {
            display: block;
            line-height: 30px;
            font-size: 28px;
            color: #ffffff; }
    #services .items .item .text {
      border-bottom: 1px solid #e1e1e1;
      overflow: hidden;
      margin: -50px 10px 10px 10px;
      padding: 10px 0;
      color: #a1a1a1;
      font-weight: 300;
      z-index: 3;
      position: relative;
      text-align: center; }
      #services .items .item .text .top {
        background: #ffffff;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
        margin: 5px 5px 15px 5px;
        padding: 0 10px;
        height: 70px;
        color: #828282;
        -webkit-transition: all ease 0.5s;
        -moz-transition: all ease 0.5s;
        -o-transition: all ease 0.5s;
        transition: all ease 0.5s; }
      #services .items .item .text h3 {
        margin: 0;
        font-size: 15px;
        line-height: 20px;
        font-weight: 400;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
        text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important; }
    #services .items .item.on .top {
      background: #ff4a4d;
      color: #ffffff; }
    #services .items .item.on .image img {
      -webkit-transform: scale(1.2) rotate(2deg);
      -moz-transform: scale(1.2) rotate(2deg);
      -ms-transform: scale(1.2) rotate(2deg);
      -o-transform: scale(1.2) rotate(2deg);
      transform: scale(1.2) rotate(2deg); }
#services .detailPage > div {
  padding: 0 10%; }
#services .detailPage .pageSlider {
  margin-bottom: 50px; }
  #services .detailPage .pageSlider .item img {
    width: 100%; }
  #services .detailPage .pageSlider .arrow {
    background: #ffffff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 3;
    color: #ff4548;
    font-size: 38px;
    text-align: center;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); }
    #services .detailPage .pageSlider .arrow i {
      display: block;
      line-height: 50px; }
  #services .detailPage .pageSlider .arrow.prev {
    left: -25px; }
  #services .detailPage .pageSlider .arrow.next {
    right: -25px; }
  #services .detailPage .pageSlider .slick-dots {
    text-align: center;
    position: absolute;
    bottom: -50px;
    width: 100%;
    left: 0;
    z-index: 3; }
    #services .detailPage .pageSlider .slick-dots li {
      display: inline-block;
      margin: 5px; }
      #services .detailPage .pageSlider .slick-dots li button {
        background: transparent;
        border: 1px solid #d7d7d7;
        margin: 0;
        padding: 0;
        width: 24px;
        line-height: 22px;
        outline: none;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
        color: #aeaeae;
        font-weight: 300;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s; }
      #services .detailPage .pageSlider .slick-dots li.slick-active button {
        border-color: #ff4a4d;
        color: #ff4a4d; }
#services .detailPage .article {
  margin-top: 50px; }

/* Article */
.article {
  color: #898989;
  font-weight: 300; }
  .article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
    font-weight: 400; }
  .article h2 {
    font-size: 30px; }
  .article p {
    line-height: 24px; }
  .article a {
    color: #da2e31; }
  .article a:hover {
    border-bottom: 1px solid #da2e31; }
  .article ul, .article ol {
    margin: 10px 0;
    padding-left: 20px; }
  .article ul {
    list-style-type: disc; }

/* Form */
.form {
  position: relative; }
  .form ::-webkit-input-placeholder {
    color: #ffffff; }
  .form :-moz-placeholder {
    color: #ffffff; }
  .form ::-moz-placeholder {
    color: #ffffff; }
  .form :-ms-input-placeholder {
    color: #ffffff; }
  .form .form-line {
    margin: 10px 0; }
  .form .form-input {
    border: 1px solid #ffffff;
    background: transparent;
    width: 100%;
    outline: none;
    resize: none;
    font-weight: 300;
    padding: 10px;
    color: #ffffff;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }
    .form .form-input:focus {
      box-shadow: 0px 0px 5px #ffffff; }
  .form .buton {
    position: absolute;
    bottom: -7px;
    left: 50%;
    width: 160px;
    margin-left: -80px; }
    .form .buton .send {
      width: 100%;
      border: 0;
      padding: 0;
      margin: 0;
      color: #373737;
      background: #ffffff;
      box-shadow: 0px 0px 5px #777777;
      outline: none;
      font-size: 20px;
      padding: 10px 0;
      line-height: 24px; }
  .form #name {
    padding-left: 35px;
    background: url(../img/user.png) left 10px center no-repeat;
    background-size: 17px; }
  .form #email {
    padding-left: 35px;
    background: url(../img/email.png) left 10px center no-repeat;
    background-size: 17px; }

.map {
  overflow: hidden;
  height: 600px; }
  .map #googleMap {
    width: 100%;
    height: 800px;
    margin-top: -55px; }

/* Contact */
#contact .form .form-input {
  border-color: #d7d7d7;
  color: #787878; }

#contact .phone a {
  color: #787878; }

#contact .e-mails a {
  color: #787878; }

#contact .form {
  margin: 100px 0px; }

#contact .form textarea {
  text-align: center; }

#contact .form .buton .send {
  background: #ff4a4d;
  color: #fff; }

#contact .form #name {
  background: url(../img/users.png) left 10px center no-repeat;
  background-size: 17px; }

#contact .form #email {
  background: url(../img/emails.png) left 10px center no-repeat;
  background-size: 17px; }

#contact .form ::-webkit-input-placeholder {
  color: #787878; }

#contact .form :-moz-placeholder {
  color: #787878; }

#contact .form ::-moz-placeholder {
  color: #787878; }

#contact .form :-ms-input-placeholder {
  color: #787878; }

/* Gallery */
#gallery .menu {
  margin-bottom: 100px;
  text-align: center;
  list-style-type: none;
  padding: 0; }
  #gallery .menu li {
    display: inline-block;
    margin: 0 10px; }
    #gallery .menu li a {
      display: block;
      padding: 3px;
      color: #969696;
      font-size: 15px;
      font-weight: 400;
      letter-spacing: 1px;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important;
      text-decoration: none !important;
      border-bottom: 1px solid transparent; }
    #gallery .menu li.active a {
      color: #ff4a4d;
      border-color: #ff4a4d; }
#gallery .tab-content {
  margin: 0; }
  #gallery .tab-content > div {
    padding: 1px; }
  #gallery .tab-content .item {
    overflow: hidden;
    position: relative; }
    #gallery .tab-content .item img {
      display: block;
      width: 100%;
      -webkit-backface-visibility: hidden;
      -webkit-transform: scale(1) rotate(0deg);
      -moz-transform: scale(1) rotate(0deg);
      -ms-transform: scale(1) rotate(0deg);
      -o-transform: scale(1) rotate(0deg);
      transform: scale(1) rotate(0deg);
      -webkit-transition: all ease 0.5s;
      -moz-transition: all ease 0.5s;
      -o-transition: all ease 0.5s;
      transition: all ease 0.5s; }
    #gallery .tab-content .item .category {
      position: absolute;
      left: 10px;
      top: 10px;
      border: 1px solid #ffffff;
      color: #ffffff;
      font-weight: 300;
      font-size: 12px;
      line-height: 15px;
      padding: 5px;
      z-index: 3;
      box-shadow: 0px 0px 5px #909090;
      text-shadow: 1px 1px 1px #222222; }
    #gallery .tab-content .item .hover {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(218, 46, 49, 0.7);
      z-index: 2;
      display: none; }
      #gallery .tab-content .item .hover i {
        display: block;
        line-height: 30px;
        font-size: 28px;
        width: 30px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -15px 0 0 -15px;
        color: #ffffff; }
    #gallery .tab-content .item:hover img {
      -webkit-transform: scale(1.2) rotate(2deg);
      -moz-transform: scale(1.2) rotate(2deg);
      -ms-transform: scale(1.2) rotate(2deg);
      -o-transform: scale(1.2) rotate(2deg);
      transform: scale(1.2) rotate(2deg); }

.charWrap {
  display: inline-block;
  position: relative;
  overflow: hidden; }

.funnyText span.left,
.funnyText span.right,
.funnyText span.top,
.funnyText span.bottom {
  position: absolute; }

.funnyText .charWrap {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  /** Chrome & Safari **/
  -moz-transition: all 0.4s ease-in-out;
  /** Firefox **/
  -o-transition: all 0.4s ease-in-out;
  /** Opera **/ }

.funnyText .charWrap .top {
  top: 0; }

.funnyText .charWrap .left {
  left: 0; }

.funnyText .charWrap .right {
  right: 0; }

.funnyText .charWrap .bottom {
  bottom: 0; }

.funnyText .character {
  overflow: hidden;
  display: inline-block; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none !important; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Responsive */
@media screen and (max-width: 1199px) {
  #services .tabMenu .item .icon {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px; } }
@media screen and (max-width: 991px) {
  .nav ul li {
    margin-left: 10px; }

  .carousel {
    margin-top: 50px; }

  #services .tabMenu .item {
    margin: 15px 0; }

  #references .items .item .image {
    padding: 0; }

  #references .items .item .image img {
    max-width: 100%;
    max-height: 60px; }

  #gallery .menu {
    margin-bottom: 20px;
    margin-top: 60px; }

  #services .detailPage > div {
    padding: 0 45px; }

  #services .detailPage .pageSlider {
    margin-bottom: 0; }

  #services .detailPage .article {
    margin-top: 80px; } }
@media screen and (max-width: 767px) {
  .containerAll {
    left: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }

  .header .mobileNav {
    float: right;
    color: #ffffff;
    font-size: 34px;
    line-height: 60px;
    text-shadow: 1px 1px 1px #000; }

  .nav {
    position: fixed;
    padding: 0;
    top: 0;
    right: -240px;
    left: initial;
    width: 240px;
    height: 100%;
    background: #000000;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }

  .nav .menu {
    width: 100%;
    overflow: hidden; }

  .nav .menu ul {
    float: left;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    padding: 20px 0; }

  .nav .menu ul li {
    float: initial;
    margin: 0; }

  .nav .menu ul li a {
    padding: 10px;
    letter-spacing: 2px;
    font-weight: 400;
    color: #ffffff !important;
    text-shadow: none; }

  .nav .menu ul li:hover a {
    color: #db3639 !important; }

  .nav .menu ul li a .hover {
    display: none; }

  .closeNav {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 30px;
    line-height: 30px;
    padding: 10px 15px;
    color: #ffffff !important;
    pointer-events: visible;
    z-index: 3; }

  .open-menu {
    overflow: hidden; }

  .open-menu .containerAll {
    left: -240px; }

  .open-menu .nav {
    right: 0px; }

  .pageBanner .top {
    height: 300px;
    overflow: hidden; }

  .pageBanner .top img {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover; }

  .pageBanner .bottom .text {
    top: 0px;
    position: relative; }

  .footer {
    text-align: center; }

  .footer #socials {
    float: left;
    width: 100%;
    margin-top: 10px; }

  .footer #socials li {
    display: inline-block;
    float: none; }

  .map {
    height: 400px; }

  .map #googleMap {
    height: 600px; }

  #references .items .item .image img, .references .item img {
    max-width: 80px; }

  #services .detailPage .pageSlider .arrow {
    display: none !important; }

  #services .detailPage > div {
    padding: 0 15px; }

  .banner .text img {
    max-width: 100%; }

  .banner .text i {
    display: none; }

  .ourClients .slick-dots {
    display: none !important; }

  .ourClients .items {
    margin-bottom: 70px; }

  .services .homeText {
    padding-left: 15px; }

  .homeText h2 {
    font-size: 24px; } }
@media screen and (max-width: 479px) {
  #services .tabMenu {
    padding: 5px; }

  #services .tabMenu > div {
    width: 50%;
    padding: 5px; }

  #services .tabMenu .item {
    margin: 0; }

  #services .items .item {
    width: 100%; }

  #references .items .item .image img, .references .item img {
    max-width: 100%; }

  #gallery .menu li {
    margin: 0 5px; }

  .homeText h2 {
    font-size: 22px; } }

/*# sourceMappingURL=style.css.map */
