@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600);
html * {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
html,
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  color: #202020;
  font-size: 16px;
  position: relative;
  right: 0;
}
body {
  background-color: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 300;
}
b,
strong {
  font-weight: 600;
}
hr {
  border-top: 1px solid #b6b6b6;
}
ul,
ol {
  padding-left: 18px;
}
ol li {
  padding-left: 5px;
}
a {
  color: #1B74E2;
  text-decoration: none;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: #FFC90A;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
  outline: none;
}
p {
  border: 0;
  font-size: 100%;
  font: inherit;
  line-height: 24px;
  margin-bottom: 15px;
}
::selection {
  background: #FFC90A;
}
.lead {
  font-weight: 400;
  font-style: italic;
  color: #A0A0A0;
}
.color {
  background-color: #1B74E2;
}
.bg-shop {
  background-color: #1B74E2;
}
/*================================
=            Sections            =
================================*/
section {
  position: relative;
  overflow: hidden;
}
.header {
  text-align: center;
}
.header h2 {
  font-size: 38px;
  font-weight: 400;
  display: block;
  margin-top: 0;
  text-transform: uppercase;
}
.header p {
  font-size: 21px;
  line-height: 28px;
  font-weight: 300;
  margin-bottom: 60px;
}
/*-----  End of Sections  ------*/
.padding-top {
  padding-top: 60px;
}
.padding-bottom {
  padding-bottom: 60px;
}
.padding-top-bottom {
  padding-top: 60px;
  padding-bottom: 60px;
}
.nopadding {
  margin: 0 !important;
  padding: 0 !important;
}
.color-text {
  color: #1B74E2;
}
.white-text {
  color: #FFF!important;
}
/*================================
=            Half box            =
================================*/
.half-box-left {
  max-width: 555px;
  float: right;
  height: inherit;
  padding-right: 30px;
}
@media (max-width: 1200px) {
  .half-box-left {
    max-width: 455px;
    padding-right: 30px;
  }
}
@media (max-width: 992px) {
  .half-box-left {
    max-width: 345px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .half-box-left {
    max-width: 100%;
  }
}
.half-box-right {
  max-width: 555px;
  float: left;
  height: inherit;
  padding-left: 40px;
}
@media (max-width: 1200px) {
  .half-box-right {
    max-width: 455px;
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .half-box-right {
    max-width: 345px;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .half-box-right {
    max-width: 100%;
  }
}
/*-----  End of Half box  ------*/
/* center module */
.m-center {
  display: table;
  width: 100%;
}
.m-center .center-box {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  float: none;
  z-index: 60;
}
.m-center > div > div {
  position: relative;
}
/*=======================================
=            Center Top           =
=======================================*/
.center-top {
  display: table;
  height: inherit;
}
.center-top .center-top-box {
  vertical-align: top;
 text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  float: none;
  width:100%;
  z-index: 60;
  height: inherit;
}
/*-----  End of Center vertical  ------*/
/*=======================================
=            Center vertical            =
=======================================*/
.center-vertical {
  display: table;
  height: inherit;
}
.center-vertical .center-vertical-box {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  float: none;
  z-index: 60;
  height: inherit;
}
/*-----  End of Center vertical  ------*/
/*===============================
=            Spinner            =
===============================*/
.spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/*-----  End of Spinner  ------*/
/*=====================================
=            Form elements            =
=====================================*/
.myform {
  padding-top: 5px;
}
.myform .form-group label {
  display: none;
}
.myform .no-placeholder .form-group label {
  display: block;
}
.myform .no-placeholder .controls {
  margin-top: 0;
}
.myform .form-group {
  margin-bottom: 30px;
}
.myform .btn {
  margin: 0;
}
.myform .form-control {
  display: inline;
  background: transparent;
  line-height: 32px;
  border: none;
  color: #202020;
  border-radius: 4px;
  outline: none;
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  vertical-align: top;
  border: 2px solid #b6b6b6;
  box-shadow: none;
  /*  ios gradiet fix */
  -webkit-appearance: none;
}
.myform .form-control:focus {
  outline: none;
  border: 2px solid #1B74E2;
}
.myform .controls {
  position: relative;
}
.myform textarea.form-control {
  height: auto;
  max-width: 100%;
  min-width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  padding-top: 8px;
  vertical-align: top;
}
.myform .inputError,
.myform .myform textarea.form-control.inputError {
  outline: none;
  border: 2px solid #f05557;
}
.myform .error-message {
  position: absolute;
  top: 9px;
  right: 15px;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  color: #f05557;
  /*z-index:10;*/
}
.myform .no-placeholder .error-message {
  top: 0;
}
.checkbox,
.radio {
  margin-bottom: 12px;
  padding-left: 32px;
  position: relative;
  -webkit-transition: color 0.25s linear;
  transition: color 0.25s linear;
  font-size: 14px;
  line-height: 1.5;
}
label.show {
  display: block;
  text-decoration: none;
}
input[type=radio],
input[type=checkbox] {
  margin: 4px 7px 0 0;
  line-height: normal;
  font-size: 21px;
  text-align: center;
}
form p {
  margin-top: 29px;
}
.form-control::-moz-placeholder {
  color: #b6b6b6;
}
.form-control:-ms-input-placeholder {
  color: #b6b6b6;
}
.form-control::-webkit-input-placeholder {
  color: #b6b6b6;
}
#alert-order,
#alert-contact {
  display: none;
}
/*-----  End of Form elements  ------*/
/*========================================
=            Scroll animation            =
========================================*/
.anima.fade-in {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.anima.fade-in.in {
  opacity: 1;
}
.anima.scale-in {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.17, 0.89, 0.67, 1.57), opacity 0.6s ease-out;
  transition: transform 0.6s cubic-bezier(0.17, 0.89, 0.67, 1.57), opacity 0.6s ease-out;
}
.anima.scale-in.in {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.anima.fade-right {
  opacity: 0;
  -webkit-transform: translateX(-60px);
  -moz-transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  transform: translateX(-60px);
  -webkit-transition: -webkit-transform 0.5s ease-out, opacity 0.5s ease-out;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}
.anima.fade-right.in {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.anima.fade-left {
  opacity: 0;
  -webkit-transform: translateX(60px);
  -moz-transform: translateX(60px);
  -ms-transform: translateX(60px);
  transform: translateX(60px);
  -webkit-transition: -webkit-transform 0.5s ease-out, opacity 0.5s ease-out;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}
.anima.fade-left.in {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.anima.fade-up {
  opacity: 0;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: -webkit-transform 0.5s ease-out, opacity 0.5s ease-in;
  transition: transform 0.5s ease-out, opacity 0.5s ease-in-out;
}
.anima.fade-up.in {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.anima.fade-down {
  opacity: 0;
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px);
  -webkit-transition: -webkit-transform 0.5s ease-out, opacity 0.5s ease-in;
  transition: transform 0.5s ease-out, opacity 0.5s ease-in-out;
}
.anima.fade-down.in {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.anima.d1 {
  transition-delay: .3s;
}
.anima.d2 {
  transition-delay: .6s;
}
.anima.d3 {
  transition-delay: .9s;
}
.anima.d4 {
  transition-delay: 1.2s;
}
.touch .anima.fade-in {
  opacity: 1;
}
.touch .anima.scale-in {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.touch .anima.fade-right {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.touch .anima.fade-left {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.touch .anima.fade-up {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.touch .anima.fade-down {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
/*-----  End of Scroll animation  ------*/
/*====================================
=            Menu overlay            =
====================================*/
.menu-open {
  overflow: hidden;
}
#menu-link {
  position: fixed;
  top: 18px;
  height: 50px;
  width: 50px;
  z-index: 200;
  border-radius: 50%;
  right: 5%;
  background-color: #202020;
}
#menu-link.is-clicked {
  background-color: #1B74E2;
  color: #202020;
}
#menu-link .menu-icon {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  width: 18px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#menu-link:hover .menu-icon {
  background-color: #1B74E2;
}
#menu-link .menu-icon::before,
#menu-link .menu-icon::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: inherit;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}
#menu-link .menu-icon::before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}
#menu-link .menu-icon::after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px);
}
#menu-link.is-clicked .menu-icon {
  background-color: rgba(255, 255, 255, 0);
}
#menu-link.is-clicked .menu-icon::before,
#menu-link.is-clicked .menu-icon::after {
  background-color: #ffffff;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}
#menu-link.is-clicked .menu-icon::before {
  background-color: #202020;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menu-link.is-clicked .menu-icon::after {
  background-color: #202020;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*end*/
.overlay {
  position: fixed;
  background: #000000;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  overflow: hidden;
  z-index: 100;
}
.overlay.open {
  opacity: .9;
  visibility: visible;
  width: 100%;
  overflow: hidden;
}
.overlay nav {
  position: relative;
  height: 60%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 32px;
  font-weight: 400;
  text-align: center;
}
.overlay nav ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay nav ul li {
  display: block;
  height: 20%;
  height: -webkit-calc(14.28571429%);
  height: calc(14.28571429%);
  min-height: 32px;
  position: relative;
}
.overlay nav ul li a {
  display: block;
  position: relative;
  color: #ffffff;
  overflow: hidden;
}
.overlay nav ul li a:hover {
  text-decoration: none;
}
.overlay nav ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-105%);
  -ms-transform: translateX(-105%);
  transform: translateX(-105%);
  height: 3px;
  width: 100%;
  background: #1B74E2;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.overlay nav ul li a:hover:after {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
/*=====  End of Menu overlay  ======*/
/*===============================
=            Buttons            =
===============================*/
.btn {
  position: relative;
  border: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 46px;
  letter-spacing: 1px;
  border-radius: 4px;
  padding: 0 35px;
  margin: 0 10px 15px 0;
  color: #202020;
  background: #1B74E2;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-box-shadow: 0 4px 0 #FFC90A;
  -moz-box-shadow: 0 4px 0 #FFC90A;
  box-shadow: 0 4px 0 #FFC90A;
}
.btn:hover,
.btn:focus {
  outline: none;
  top: 4px;
  color: #202020;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn:active,
.btn.active {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn i.fa {
  padding-right: 10px;
}
.btn b {
  font-size: 26px;
  line-height: 48px;
  vertical-align: bottom;
  padding: 0 10px 0 0;
}
.btn span {
  font-weight: 700;
  font-size: 24px;
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  padding: 0 0 5px 5px;
}
.btn.white {
  background: #FFF;
  box-shadow: none;
  color: #202020;
  text-decoration: none;
  -webkit-box-shadow: 0 4px 0 #e0e0e0;
  -moz-box-shadow: 0 4px 0 #e0e0e0;
  box-shadow: 0 4px 0 #e0e0e0;
}
.btn.white:hover,
.btn.white:focus {
  color: #202020;
  top: 4px;
  text-decoration: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.dark {
  background: #202020;
  box-shadow: none;
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0 4px 0 #000000;
  -moz-box-shadow: 0 4px 0 #000000;
  box-shadow: 0 4px 0 #000000;
}
.btn.dark:hover,
.btn.dark:focus {
  color: #fff;
  top: 4px;
  text-decoration: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/*-----  End of Buttons  ------*/
/*===============================
=            Socials            =
===============================*/
.social-links-2 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-links-2 li {
  display: inline-block;
  margin: 0 3px;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.social-links-2 li a {
  background: transparent;
  display: block;
  color: #ccc;
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.social-links-2 li a:hover {
  color: #202020;
  background: #1B74E2;
  text-decoration: none;
  border-color: #1B74E2;
}
/*-----  End of Socials  ------*/
/*============================
=            Hero            =
============================*/
#hero {
  height: 550px;
}
#hero .hero-unit {
  text-align: center;
  padding: 0;
  margin: 0;
  background-color: transparent;
}
#hero .hero-unit h1 {
  font-size: 70px;
  font-weight: 200;
  margin-top: 70px;
}
#hero .hero-start-link,
#hero .hero-start-link:focus {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -19px;
  margin-bottom: 15px !important;
  display: block;
  width: 40px;
  height: 40px;
  border: 2px solid #202020;
  border-radius: 50%;
  line-height: 36px;
  text-align: center;
  font-size: 28px;
  color: #ffffff;
  background-color: #202020;
}
#hero .hero-start-link:hover,
#hero .hero-start-link:focus:hover {
  color: #1B74E2;
  text-decoration: none;
}
#hero .img-hero {
  background-image: url('../img/mockup4.png');
  background-repeat: no-repeat;
  background-position: center top !important;
  text-align: center;
  padding-top: 100px;
  height: 400px;
}
@media (max-width: 767px) {
  #hero .img-hero {
    margin-top: 30px;
  }
}
/*-----  End of Hero  ------*/
/*================================
=            Contents            =
================================*/
.content-1 .white-box {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 50px;
}
.content-1 h2 {
  margin: 0 0 20px 0;
}
.content-1 .btn {
  margin-top: 20px;
  margin-bottom: 0;
}
.bg-image-2 {
  background: #1B74E2 url(../img/mockup5.png) no-repeat center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .bg-image-2 {
    background: #1B74E2 url(../img/mockup5.png) no-repeat 20% center;
  }
}
blockquote,
.blockquote {
  padding-top: 0;
  padding-bottom: 0;
  border-color: #202020;
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #202020;
  border-left: 0;
}
/*-----  End of Contents  ------*/
/*======================================
=            Call to action            =
======================================*/
.cta-1 span {
  margin: 0;
  font-size: 26px;
  vertical-align: middle;
  display: inline-block;
  padding: 0 0 5px 5px;
}
.cta-1 .btn {
  margin: 0 0 0 30px;
}
@media (max-width: 768px) {
  .cta-1 span {
    display: block;
  }
  .cta-1 .btn {
    margin: 30px 0 0;
  }
}
/*-----  End of Call to action  ------*/
/*================================
=            Features            =
================================*/
.features-1 article {
  margin: 0px 0px 60px 0px;
  padding: 0px 10px;
}
.features-1 article .fa {
  font-size: 32px;
  color: #1B74E2;
}
.features-1 article h3 {
  font-size: 17px;
  font-weight: 700;
  display: block;
  margin: 12px 0px 13px 0px;
}
.features-1 article p {
  font-size: 15px;
  color: #b6b6b6;
}
.features-1 article .zoom-img {
  border-radius: 50%;
  width: 180px;
  z-index: 1;
  margin-bottom: 25px;
  border: 6px solid #1B74E2;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  -webkit-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.4);
}
.features-1 article .zoom-img:hover {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
/*-----  End of Features  ------*/
/*==============================
=            Footer            =
==============================*/
.footer-1 {
  background-color: #1d2023;
  padding: 80px 0 70px 0;
  color: #b6b6b6;
  overflow: visible;
}
.footer-1 .copyright-text {
  margin: 10px 0 0 0;
  float: left;
}
.footer-1 .back-to-top {
  width: 52px;
  height: 52px;
  line-height: 45px;
  margin: -78px auto 26px;
  display: block;
  font-size: 28px;
  text-align: center;
  background: #1B74E2;
  color: #fff;
  border-radius: 26px;
  position: relative;
  top: -30px;
}
.footer-1 .back-to-top:hover {
  color: #202020;
}
@media (max-width: 600px) {
  .footer-1 .copyright-text {
    padding-bottom: 15px;
  }
  .footer-1 .copyright-text,
  .footer-1 .social-links-2 {
    float: none!important;
    text-align: center;
  }
}
/*-----  End of Footer   ------*/
/*====================================
=            Modal window            =
====================================*/
#product-modal .modal-header {
  padding: 0;
}
.modal-content {
  border: 0;
}
.modal .modal-header {
  border-bottom: none;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
}
.modal .modal-header h2 {
  margin-top: 10px;
}
.modal .modal-header img {
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
}
.modal .modal-body {
  padding-bottom: 0;
}
.modal .modal-body h3 {
  margin: 0;
}
.modal .modal-footer {
  border: 0;
}
.modal form p {
  margin: 0;
}
.modal .form-group {
  margin-bottom: 15px;
}
.close-modal {
  position: absolute;
  top: 18px;
  height: 50px;
  width: 50px;
  z-index: 200;
  border-radius: 50%;
  right: 15px;
  background-color: #202020;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.close-modal:hover {
  background-color: #1B74E2;
}
.close-modal:hover .menu-icon:after,
.close-modal:hover .menu-icon:before {
  background-color: #202020;
}
.close-modal .menu-icon {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  width: 18px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.close-modal .menu-icon::before,
.close-modal .menu-icon::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: inherit;
  left: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}
.close-modal .menu-icon::before {
  background-color: #FFF;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-modal .menu-icon::after {
  background-color: #FFF;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*-----  End of Modal window  ------*/
/*===============================
=            Numbers            =
===============================*/
.numbers-1 h2 {
  font-size: 48px;
  font-weight: 600;
  color: #1B74E2;
}
.numbers-1 h4 {
  font-weight: 600;
}
.numbers-1 .numbers-item {
  padding: 20px 0 30px 0;
}
/*-----  End of Numbers  ------*/
/*===================================
=               Sliders             =
===================================*/
.slider {
  background-color: #b6b6b6;
  height: 500px;
  padding: 0;
}
.slider .landing {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10001;
  width: 100%;
  height: 100%;
}
.slider .landing .spinner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto auto;
  width: 5em;
  height: 2em;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.slider .item {
  position: absolute;
  width: inherit;
  height: inherit;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.owl-item {
  overflow: hidden;
}
.owl-carousel,
.owl-stage-outer,
.owl-stage,
.owl-item {
  height: inherit;
}
.owl-theme .owl-controls {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*='owl-'] {
  background: transparent;
  display: inline-block;
  color: #FFF;
  font-size: 25px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
}
.owl-theme .owl-controls .owl-nav [class*='owl-']:hover {
  background: rgba(255, 255, 255, 0.5);
  /*border: 2px solid #fff;*/
  /*color: white;*/
  text-decoration: none;
}
.owl-nav .fa {
  font-size: 33px;
  line-height: 48px;
  /* position: absolute; */
  /* width: 100%; */
  /* top: 10%; */
}
.owl-theme .owl-controls .owl-nav .owl-next {
  top: 45%;
  right: 20px;
}
.owl-theme .owl-controls .owl-nav .owl-prev {
  top: 45%;
  left: 20px;
}
.owl-theme .owl-dots {
  /*  margin-top: 55px;*/
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-dots {
  position: absolute;
  bottom: 0px;
  margin: 0 auto;
  width: 100%;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  background: #FFF;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #FFF;
  opacity: 1;
  filter: alpha(opacity=100);
}
/*-----  End of Slider  ------*/
.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
}
.parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.parallax img {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transform: translateX(-50%);
}
.dark-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  background-color: #000;
}
.gradient {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: .7;
  background: #6819e8;
  /* Old browsers */
  background: -moz-linear-gradient(left, #6819e8 0%, #7437d0 35%, #615fde 68%, #6980f2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #6819e8 0%, #7437d0 35%, #615fde 68%, #6980f2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #6819e8 0%, #7437d0 35%, #615fde 68%, #6980f2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6819e8', endColorstr='#6980f2', GradientType=1);
  /* IE6-9 */
}
/*==============================
=            Colors            =
==============================*/
/*
ffffff
202020

yellow
F7C723
ECB709

purple
D486F7
C866F5

turquoise
2fe6ce
18C9B1
*/
.bg-white {
  background-color: #ffffff;
}
.bg-black {
  background-color: #000000;
}
.bg-dark {
  background-color: #202020;
}
.bg-turquoise {
  background-color: #1abc9c;
}
.bg-green-sea {
  background-color: #16a085;
}
.bg-emerland {
  background-color: #2ecc71;
}
.bg-nephritis {
  background-color: #27ae60;
}
.bg-peter-river {
  background-color: #3498db;
}
.bg-belize-hole {
  background-color: #2980b9;
}
.bg-amethyst {
  background-color: #9b59b6;
}
.bg-wisteria {
  background-color: #8e44ad;
}
.bg-wet-asphalt {
  background-color: #34495e;
}
.bg-midnight-blue {
  background-color: #2c3e50;
}
.bg-sun-flower {
  background-color: #f1c40f;
}
.bg-orange {
  background-color: #f39c12;
}
.bg-carrot {
  background-color: #e67e22;
}
.bg-pumpkin {
  background-color: #d35400;
}
.bg-alizarin {
  background-color: #e74c3c;
}
.bg-pomegranate {
  background-color: #c0392b;
}
.bg-clouds {
  background-color: #ecf0f1;
}
.bg-silver {
  background-color: #bdc3c7;
}
.bg-concrete {
  background-color: #95a5a6;
}
.bg-asbestos {
  background-color: #7f8c8d;
}
.bg-base {
  background-color: #34495e;
}
.bg-firm {
  background-color: #1abc9c;
}
.bg-success {
  background-color: #2ecc71;
}
.bg-danger {
  background-color: #e74c3c;
}
.bg-warning {
  background-color: #f1c40f;
}
.bg-info {
  background-color: #3498db;
}
/*-----  End of Colors  ------*/
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 50%;
}
