body{
	opacity: 0;
	transition: opacity 0.75s ease;
}

.mobileapp{
	position: relative;
	width: 100%;
	height: auto;
	background: #132f44;
}
.mobileapp .wrap {
	padding: 100px 300px 100px 50px;
}
.mobileapp .wrap h2{
	max-width: 700px;
}
.mobileapp .goo, .mobileapp .app{
	display: inline-block;
	width: 200px;
	margin : 0 15px 15px 0;
}
.mobileapp .goo img, .mobileapp .app img, .mobileapp .wrap .mockup img{
	width: 100%;
}
.mobileapp .wrap .mockup{
	position: absolute;
	right: 50px;
	bottom: 0;
}

@media screen and (max-width: 860px) {
	.mobileapp .wrap {
		padding: 75px 225px 75px 25px;
	}
	.mobileapp .wrap .mockup{
		right: 25px;
		width: 195px;
	}
	.mobileapp .goo, .mobileapp .app{
		width: 150px;	
		margin: 0 5px 0 0px;
	}
}
@media screen and (max-width: 560px) {
	.mobileapp .wrap {
		padding: 50px 25px 0 25px;
		text-align: center;
	}
	.mobileapp .wrap .mockup{
		position: relative;
		margin-top: 25px;
		width: 100%;
		text-align: center;
		right: 0;
		overflow: hidden;
	}
	.mobileapp .wrap .mockup img{
		width: 50%;
		margin-bottom: -75px;
	}
	.mobileapp .goo, .mobileapp .app{
		display: inline-block;
		width: 125px;
		margin : 5px;
	}
}

#scrolldown a span {
  position: absolute;
  bottom: 50px;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 3px solid #fff;
  border-radius: 50px;
  box-sizing: border-box; }

#scrolldown a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box; }

@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    transform: translate(0, 20px);
    opacity: 0; }
  100% {
    opacity: 0; } }

.burger {
  display: none;
  position: absolute;
  width: 30px;
  height: 20px;
  cursor: pointer;
  text-transform: uppercase;
  vertical-align: middle; }
  @media screen and (max-width: 860px) {
    .burger {
      display: block; } }
  @media screen and (max-width: 560px) {
    .burger {
      top: 19px; } }
  .burger .open {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s;
    z-index: 2; }
    .burger .open span {
      display: block;
      width: 100%;
      height: 2px;
      margin-bottom: 5px;
      margin-left: auto;
      margin-right: auto;
      background-color: #ffffff;
      transition: all 0.6s; }
      .burger .open span:last-child {
        margin-bottom: 0; }
      .burger .open span:nth-child(1) {
        transition-delay: 0.75s; }
      .burger .open span:nth-child(2) {
        transition-delay: 0.6s; }
      .burger .open span:nth-child(3) {
        transition-delay: 0.75s; }
  .burger .close {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s;
    z-index: 1; }
    .burger .close span {
      position: absolute;
      top: 9px;
      left: 50%;
      display: block;
      width: 0;
      height: 2px;
      margin: auto;
      background-color: #ffffff;
      transition: all 0.6s; }
      .burger .close span:first-child {
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        transition-delay: 0.15s; }
      .burger .close span:last-child {
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        transition-delay: 0s; }
  .burger.active .open {
    z-index: 1; }
    .burger.active .open span {
      width: 0; }
      .burger.active .open span:nth-child(1) {
        transition-delay: 0s; }
      .burger.active .open span:nth-child(2) {
        transition-delay: 0.15s; }
      .burger.active .open span:nth-child(3) {
        transition-delay: 0s; }
  .burger.active .close {
    z-index: 2; }
    .burger.active .close span {
      left: 0;
      width: 100%; }
      .burger.active .close span:first-child {
        transition-delay: 0.6s; }
      .burger.active .close span:last-child {
        transition-delay: 0.75s; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  color: #2c2c2c;
  -webkit-font-smoothing: antialiased;
  pointer-events: none; }
  body > * {
    pointer-events: all; }
  body.no-scroll {
    overflow-y: hidden; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }
  a.btn {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700 !important;
    text-transform: none;
    padding: 15px 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    text-transform: none !important;
    transition: all 0.3s;
    display: inline-block; }
    @media screen and (max-width: 860px) {
      a.btn {
        padding: 10px 20px; } }
    a.btn.white {
      border: 2px solid #ffffff;
      color: #ffffff; }
      a.btn.white:hover {
        background: #ffffff;
        color: #132f44 !important; }
    a.btn.blue {
      border: 2px solid #132f44;
      color: #132f44; }
      a.btn.blue:hover {
        background: #132f44;
        color: #ffffff !important; }
    a.btn.huge {
      padding: 20px 30px;
      -webkit-border-radius: 35px;
      -moz-border-radius: 35px;
      border-radius: 35px; }
      @media screen and (max-width: 860px) {
        a.btn.huge {
          padding: 15px 20px;
          text-align: center; } }

p {
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  margin: 25px 0; }
  p strong {
    font-weight: 700; }
  @media screen and (max-width: 860px) {
    p {
      font-size: 16px;
      line-height: 24px; } }

h1 {
  font-weight: 100;
  font-size: 60px;
  line-height: 85px;
  color: #ffffff; }
  h1 strong {
    font-weight: 700; }
  @media screen and (max-width: 860px) {
    h1 {
      font-size: 40px;
      line-height: 55px; } }
  @media screen and (max-width: 560px) {
    h1 {
      font-size: 24px;
      line-height: 34px; } }

h2 {
  font-size: 44px;
  font-weight: 100;
  margin-bottom: 50px;
  line-height: 54px; }
  h2 strong {
    font-weight: 700; }
  @media screen and (max-width: 860px) {
    h2 {
      font-size: 30px;
      line-height: 36px;
      margin-bottom: 25px; } }
  @media screen and (max-width: 560px) {
    h2 {
      font-size: 24px;
      line-height: 34px; } }

h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 25px; }
  @media screen and (max-width: 860px) {
    h3 {
      font-size: 20px;
      line-height: 26px; } }

h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 12.5px; }

.wrap {
  position: relative;
  height: auto;
  width: 100%;
  max-width: 1200px;
  padding: 0 50px;
  margin: auto; }
  @media screen and (max-width: 860px) {
    .wrap {
      padding: 0 25px; } }
  @media screen and (max-width: 560px) {
    .wrap {
      padding: 0 12.5px; } }
  .wrap.smaller {
    padding: 0 100px; }
    @media screen and (max-width: 860px) {
      .wrap.smaller {
        padding: 0 50px; } }
    @media screen and (max-width: 560px) {
      .wrap.smaller {
        padding: 0 25px; } }

.clr:after {
  content: '';
  display: block;
  clear: both; }

.v-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media screen and (max-width: 860px) {
    .v-center {
      transform: none; } }

.hideme {
  opacity: 0;
  margin-top: 50px; }

.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
  background: rgba(19, 47, 68, 0.8);
  background-color: rgba(19, 47, 68, 0.95);
  height: 100vh;
  z-index: 1000; }
  .mobile-menu .logo {
    display: block;
    top: 14px;
    left: 25px;
    position: absolute;
    max-width: 150px; }
    .mobile-menu .logo img {
      width: 100%; }
  .mobile-menu .burger {
    right: 25px;
    top: 22px; }
  .mobile-menu .elem {
    position: relative;
    padding-top: 25vh;
    text-align: center; }
    .mobile-menu .elem a {
      color: #ffffff;
      font-weight: 400;
      display: inline-block;
      margin: 15px 0;
      font-size: 24px; }
      .mobile-menu .elem a.btn {
        font-size: 18px;
        padding: 18px 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px; }
    .mobile-menu .elem ul {
      margin-bottom: 25px; }

.banner {
  color: #ffffff;
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 768px;
  background-image: url(../images/header-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed; }
  @media screen and (max-width: 860px) {
    .banner {
      min-height: auto;
      height: auto;
      background-attachment: inherit; } }
  .banner .caption {
    height: calc(100% - 200px);
    position: relative; }
    @media screen and (max-width: 860px) {
      .banner .caption {
        height: auto;
        margin-top: 100px;
        padding-bottom: 150px; } }
    @media screen and (max-width: 560px) {
      .banner .caption {
        margin-top: 75px;
        padding-bottom: 125px; } }
  @media screen and (max-width: 860px) {
    .banner #scrolldown a span {
      bottom: 25px; } }

.subbanner {
  position: relative;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#09161f+0,132f44+100 */
  background: #09161f;
  /* Old browsers */
  background: -moz-linear-gradient(left, #09161f 0%, #132f44 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #09161f 0%, #132f44 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #09161f 0%, #132f44 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09161f', endColorstr='#132f44',GradientType=1 );
  /* IE6-9 */
  height: auto;
  padding: 100px 0;
  color: #ffffff; }
  @media screen and (max-width: 860px) {
    .subbanner {
      padding: 50px 0; } }
  .subbanner #phrases h2 {
    font-size: 60px;
    line-height: 85px;
    font-weight: 700;
    margin-bottom: 0; }
    @media screen and (max-width: 860px) {
      .subbanner #phrases h2 {
        font-size: 40px;
        line-height: 55px; } }
    @media screen and (max-width: 560px) {
      .subbanner #phrases h2 {
        font-size: 26px;
        line-height: 36px; } }
  .subbanner .owl-dots {
    text-align: center; }
    .subbanner .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      background: #ffffff;
      display: inline-block;
      margin: 75px 10px 0 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      opacity: 0.3;
      transition: opacity 0.3s; }
      @media screen and (max-width: 860px) {
        .subbanner .owl-dots .owl-dot {
          margin-top: 50px; } }
      .subbanner .owl-dots .owl-dot.active {
        opacity: 1; }

.menu {
  height: 150px;
  width: 100%;
  z-index: 999;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#03090b+0,03090b+100&1+0,0+100 */
  background: -moz-linear-gradient(top, #03090b 0%, rgba(3, 9, 11, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #03090b 0%, rgba(3, 9, 11, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #03090b 0%, rgba(3, 9, 11, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03090b', endColorstr='#0003090b',GradientType=0 );
  /* IE6-9 */ }
  @media screen and (max-width: 860px) {
    .menu {
      height: 75px; } }
  .menu.sticky {
    display: none; }
    .menu.sticky.visible {
      display: block; }
  .menu .wrap .logo {
    display: block;
    top: 70px;
    position: absolute; }
    .menu .wrap .logo img {
      width: 100%; }
    @media screen and (max-width: 860px) {
      .menu .wrap .logo {
        top: 14px;
        max-width: 150px; } }
    @media screen and (max-width: 560px) {
      .menu .wrap .logo {
        left: 25px; } }
  .menu .wrap .uti {
    padding: 25px 0;
    position: absolute;
    right: 50px; }
    @media screen and (max-width: 860px) {
      .menu .wrap .uti {
        display: none; } }
    @media screen and (max-width: 560px) {
      .menu .wrap .uti {
        display: none; } }
    .menu .wrap .uti ul li {
      display: inline-block;
      margin-left: 25px; }
      .menu .wrap .uti ul li a {
        color: #9a9b9d;
        font-size: 16px;
        font-weight: 400;
        display: block;
        padding: 3px 0 3px 30px;
        transition: color 0.3s; }
        .menu .wrap .uti ul li a.tel {
          background: url(../images/phone-white.png) no-repeat left center;
          background-size: contain; }
        .menu .wrap .uti ul li a.mail {
          background: url(../images/mail-white.png) no-repeat left center;
          background-size: contain; }
        .menu .wrap .uti ul li a:hover {
          color: #ffffff; }
  .menu .wrap .main {
    position: absolute;
    right: 50px;
    top: 70px; }
    @media screen and (max-width: 860px) {
      .menu .wrap .main {
        display: none; } }
    .menu .wrap .main ul li {
      display: inline-block;
      padding: 12.5px 0;
      margin-left: 25px;
      transition: all 0.3s;
      border-bottom: 3px solid transparent; }
      @media screen and (max-width: 860px) {
        .menu .wrap .main ul li {
          display: none; } }
      .menu .wrap .main ul li a {
        font-size: 16px;
        font-weight: 900;
        text-transform: uppercase;
        color: #ffffff;
        transition: all 0.3s; }
      .menu .wrap .main ul li:last-child {
        border-bottom: none; }
        .menu .wrap .main ul li:last-child:hover {
          border-bottom: none; }
        .menu .wrap .main ul li:last-child a {
          font-size: 14px; }
      .menu .wrap .main ul li:hover {
        border-bottom: 3px solid #ffffff; }
  .menu .wrap .burger {
    right: 25px;
    top: 22px; }
  .menu.sticky {
    position: fixed;
    width: 100%;
    top: 0px;
    background: #132f44;
    height: 85px;
    transition: top 0.3s; }
    @media screen and (max-width: 860px) {
      .menu.sticky {
        height: 60px; } }
    .menu.sticky .logo {
      top: 20px;
      max-width: 200px; }
      @media screen and (max-width: 860px) {
        .menu.sticky .logo {
          top: 14px;
          max-width: 150px; } }
    .menu.sticky .uti {
      display: none; }
    .menu.sticky .main {
      top: 3px; }
      @media screen and (max-width: 860px) {
        .menu.sticky .main {
          display: none; } }
    .menu.sticky .burger {
      right: 25px;
      top: 22px; }

.bg-light {
  color: #2c2c2c;
  padding: 175px 0 150px 0;
  background-size: cover;
  position: relative;
  background-position: center center; }
  .bg-light.top {
    padding: 205px 0 175px 0; }
  .bg-light.bottom {
    padding: 175px 0 205px 0; }
  .bg-light .gradient {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 175px; }
  @media screen and (max-width: 860px) {
    .bg-light {
      padding: 50px 0 25px 0; }
      .bg-light.top, .bg-light.bottom {
        padding: 50px 0; } }
  .bg-light a {
    font-weight: 700;
    display: inline-block;
    border-bottom: 3px solid transparent;
    padding: 5px 0;
    color: #2c2c2c;
    transition: all 0.3s; }
    .bg-light a:hover {
      border-bottom: 3px solid #2c2c2c; }
  .bg-light .center {
    text-align: center;
    padding: 25px 0; }
    .bg-light .center img {
      max-width: 100%; }
  .bg-light ul:not(.bullet) li {
    display: inline-block;
    background: #132f44;
    text-transform: uppercase;
    padding: 12.5px 20px;
    margin: 2px 0px;
    color: #ffffff;
    font-weight: 900;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    text-align: left; }
    @media screen and (max-width: 860px) {
      .bg-light ul:not(.bullet) li {
        font-size: 12px;
        padding: 10px 15px;
        line-height: 16px; } }
    @media screen and (max-width: 560px) {
      .bg-light ul:not(.bullet) li {
        display: block; } }
  .bg-light ul.bullet {
    list-style-type: disc;
    padding-left: 25px;
    font-size: 20px;
    line-height: 34px;
    font-weight: 400;
    margin: 25px 0; }
    .bg-light ul.bullet li {
      margin: 15px 0; }
    @media screen and (max-width: 860px) {
      .bg-light ul.bullet {
        font-size: 16px;
        line-height: 24px; } }

.products {
  width: 100%;
  position: relative;
  height: auto;
  margin-top: -30px; }
  @media screen and (max-width: 860px) {
    .products {
      margin-top: 0; } }
  .products .product {
    margin-bottom: 3px;
    position: relative; }
    @media screen and (max-width: 860px) {
      .products .product {
        margin-bottom: 0 !important; } }
    .products .product .bg {
      position: absolute;
      background: #ffffff;
      top: 60px;
      left: 0;
      width: 100%;
      height: 100%; }
      @media screen and (max-width: 860px) {
        .products .product .bg {
          display: none; } }
    .products .product .left {
      position: absolute;
      width: 50%;
      height: 100%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
      @media screen and (max-width: 860px) {
        .products .product .left {
          position: relative;
          width: 100%;
          height: 300px; } }
    .products .product .right {
      padding: 30px 0;
      margin-left: calc(50% - 65px);
      position: relative;
      width: calc(50% + 65px); }
      @media screen and (max-width: 860px) {
        .products .product .right {
          width: 100%;
          margin-left: 0;
          padding: 0; } }
      .products .product .right .content {
        padding: 65px 50px 65px 65px;
        background: #ffffff; }
        @media screen and (max-width: 860px) {
          .products .product .right .content {
            padding: 50px; } }
        @media screen and (max-width: 560px) {
          .products .product .right .content {
            padding: 50px 25px; } }
        .products .product .right .content .text img {
          width: 100%;
          max-width: 250px;
          margin-bottom: 25px; }
        .products .product .right .content .text ul {
          margin-bottom: 25px; }
          .products .product .right .content .text ul li {
            display: inline-block;
            background: #132f44;
            text-transform: uppercase;
            padding: 12.5px;
            margin: 2px 0px;
            color: #ffffff;
            font-weight: 900;
            text-align: center;
            font-size: 12px;
            line-height: 16px;
            text-align: left; }
            @media screen and (max-width: 860px) {
              .products .product .right .content .text ul li {
                font-size: 12px;
                padding: 10px 15px;
                line-height: 16px; } }
            @media screen and (max-width: 560px) {
              .products .product .right .content .text ul li {
                display: block; } }
        .products .product .right .content .text p {
          font-size: 18px;
          line-height: 24px;
          color: #9a9b9d; }
          @media screen and (max-width: 860px) {
            .products .product .right .content .text p {
              font-size: 16px;
              line-height: 24px; } }
    .products .product:last-of-type {
      margin-bottom: -30px; }

#product .banner {
  height: auto;
  min-height: 0; }
  #product .banner .caption {
    padding: 50px; }
    @media screen and (max-width: 860px) {
      #product .banner .caption {
        height: auto;
        margin-top: 0;
        padding: 50px 50px 25px 50px; } }
    @media screen and (max-width: 560px) {
      #product .banner .caption {
        margin-top: 0;
        padding: 25px; } }

#product .features {
  padding: 75px 0 50px 0;
  position: relative;
  background: #ffffff; }
  @media screen and (max-width: 560px) {
    #product .features {
      text-align: center;
      padding: 50px 0 0 0; } }
  #product .features .topzone {
    padding: 25px 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 560px) {
      #product .features .topzone {
        display: block;
        padding: 0; } }
    #product .features .topzone .icon {
      width: 125px;
      height: 125px;
      text-align: center;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 860px) {
        #product .features .topzone .icon {
          width: 100px;
          height: 100px; } }
      @media screen and (max-width: 560px) {
        #product .features .topzone .icon {
          margin: auto; } }
      #product .features .topzone .icon img {
        width: 100%; }
    #product .features .topzone .text {
      padding: 0 0 0 50px;
      width: calc(100% - 200px); }
      @media screen and (max-width: 860px) {
        #product .features .topzone .text {
          width: calc(100% - 150px); } }
      @media screen and (max-width: 560px) {
        #product .features .topzone .text {
          width: 100%;
          padding: 25px; } }
  #product .features .screen {
    float: right;
    width: calc(100% - 225px);
    padding-bottom: 25px; }
    @media screen and (max-width: 860px) {
      #product .features .screen {
        width: calc(100% - 175px); } }
    @media screen and (max-width: 560px) {
      #product .features .screen {
        width: 100%; } }
    #product .features .screen img {
      width: 100%; }

#testimonials .owl-item.active {
  z-index: 999; }

#testimonials .testimonial {
  position: relative;
  text-align: center;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 175px 0;
  color: #ffffff; }
  @media screen and (max-width: 860px) {
    #testimonials .testimonial {
      padding: 50px 0 25px 0; } }
  #testimonials .testimonial img {
    max-width: 330px;
    width: 100%;
    margin: 0 auto 50px auto; }
    @media screen and (max-width: 860px) {
      #testimonials .testimonial img {
        margin-bottom: 0;
        max-width: 250px; } }
  #testimonials .testimonial strong {
    font-weight: 900; }
  #testimonials .testimonial .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.5);
    color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0; }
  #testimonials .testimonial .bg {
    overflow: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    animation: zoom 30s infinite;
    background-repeat: no-repeat; }

.clients {
  text-align: center;
  padding: 50px 0;
  background: #ffffff; }
  @media screen and (max-width: 860px) {
    .clients {
      padding: 25px 0; } }
  @media screen and (max-width: 560px) {
    .clients img {
      width: calc(50% - 50px); } }

#footer {
  pointer-events: none; }
  @media screen and (max-width: 860px) {
    #footer {
      display: none; } }
  @media screen and (max-height: 800px) {
    #footer {
      display: none; } }

.footer {
  background: #071827;
  padding: 75px 0 25px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  pointer-events: all; }
  @media screen and (max-width: 860px) {
    .footer {
      padding: 50px 0;
      position: relative; } }
  @media screen and (max-height: 800px) {
    .footer {
      padding: 50px 0;
      position: relative; } }
  .footer .wrap h4 {
    color: #ffffff; }
  .footer .wrap p {
    font-size: 14px;
    line-height: 24px;
    color: #9a9b9d; }
  .footer .wrap .left {
    float: left;
    max-width: 250px;
    height: auto;
    margin-right: 150px; }
    @media screen and (max-width: 860px) {
      .footer .wrap .left {
        float: inherit;
        max-width: 100%;
        width: 100%;
        margin: 0; } }
    .footer .wrap .left .logo {
      display: block; }
      .footer .wrap .left .logo img {
        width: 100%;
        max-width: 200px;
        margin-bottom: 50px; }
    .footer .wrap .left ul {
      margin-bottom: 35px; }
      .footer .wrap .left ul li {
        display: inline-block;
        margin: 0 0 15px 0; }
        @media screen and (max-width: 860px) {
          .footer .wrap .left ul li {
            display: block; } }
        .footer .wrap .left ul li a {
          color: #9a9b9d;
          font-size: 14px;
          font-weight: 400;
          display: block;
          padding: 2px 0 2px 40px;
          transition: color 0.3s; }
          @media screen and (max-width: 860px) {
            .footer .wrap .left ul li a {
              display: inline-block; } }
          .footer .wrap .left ul li a strong {
            font-weight: 900;
            font-size: 18px;
            color: #ffffff; }
          .footer .wrap .left ul li a.tel {
            background: url(../images/phone-white.png) no-repeat left center;
            background-size: 18px 18px; }
          .footer .wrap .left ul li a.mail {
            background: url(../images/mail-white.png) no-repeat left center;
            background-size: 18px 18px; }
          .footer .wrap .left ul li a:hover {
            color: #ffffff; }
  .footer .wrap .right {
    float: right;
    width: calc(100% - 400px); }
    @media screen and (max-width: 860px) {
      .footer .wrap .right {
        float: inherit;
        max-width: 100%;
        width: 100%;
        margin: 0; } }
    .footer .wrap .right input[name="_gotcha"] {
      display: none !important; }
    .footer .wrap .right input[type="text"], .footer .wrap .right input[type="mail"] {
      width: calc(50% - 41.5px);
      margin-right: 5px;
      padding: 15px;
      display: inline-block;
      border: 2px solid #1a2a38;
      background: transparent;
      color: #9a9b9d;
      font-size: 14px;
      font-family: 'Open Sans', sans-serif;
      outline: none;
      transition: all 0.3s;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }
      .footer .wrap .right input[type="text"]:last-of-type, .footer .wrap .right input[type="mail"]:last-of-type {
        margin-right: 0;
        margin-left: 5px; }
    .footer .wrap .right input[type="submit"] {
      border: 3px solid #ffffff;
      background: transparent;
      font-size: 14px;
      line-height: 20px;
      font-weight: 700 !important;
      text-transform: none;
      padding: 10px 20px;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      border-radius: 25px;
      text-transform: none !important;
      transition: all 0.3s;
      display: inline-block;
      border: 2px solid #ffffff;
      color: #ffffff; }
      .footer .wrap .right input[type="submit"]:hover {
        background: #ffffff;
        color: #132f44 !important; }
    .footer .wrap .right input:focus, .footer .wrap .right textarea:focus {
      border-color: #9a9b9d;
      color: #ffffff; }
    .footer .wrap .right textarea {
      width: calc(100% - 35px);
      border: 2px solid #1a2a38;
      background: transparent;
      color: #9a9b9d;
      font-size: 14px;
      font-family: 'Open Sans', sans-serif;
      outline: none;
      transition: all 0.3s;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      margin-top: 15px;
      padding: 15px;
      height: 100px;
      resize: none; }
    .footer .wrap .right .btn {
      font-size: 14px;
      margin-top: 15px;
      float: right; }
  .footer .copyright {
    text-align: center; }
    .footer .copyright p {
      margin-bottom: 15px; }
      .footer .copyright p.copy {
        font-size: 12px;
        color: #3b4650;
        margin: 25px 0 0 0; }

@keyframes zoom {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.5, 1.5); }
  100% {
    transform: scale(1); } }
