/*

Theme Name: Luxury
Theme URI: http://themeforest.net/user/Medhati/portfolio
Author: Medhati
Author URI: http://medhati.com
Description: Luxury minimal & Coming soon bootstrap template
Version: 1.0
License: ThemeForest Regular & Extended License
License URI: http://themeforest.net/licenses/regular_extended

[Table of contents]
1. Typography ---------------- #line 186
2. Background ---------------- #line 335
3. Preloader ----------------- #line 390
4. Progress ------------------ #line 558
5. Button -------------------- #line 564
6. Alert --------------------- #line 714
7. Feature box --------------- #line 738
8. Special Button ------------ #line 752
9. Form ---------------------- #line 868
10. Notification ------------- #line 958
11. Contact form ------------- #line 988
12. Modal -------------------- #line 1014
13. Table -------------------- #line 1048
14. Portfolio ---------------- #line 1078
15. Team --------------------- #line 1100
16. Countdown Timer ---------- #line 1154
*/
/* Google Font
---------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Montserrat");
/* normalize
---------------------------------------- */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

button, html input[type=button] {
  appearance: button;
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=reset], input[type=submit] {
  appearance: button;
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=checkbox], input[type=radio] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  appearance: textfield;
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  appearance: none;
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/* reset
---------------------------------------- */
*:focus {
  outline: 0;
}

a:hover, a:active, a:focus {
  outline: 0;
  text-decoration: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: 0;
  text-decoration: none;
}

input[type=text], input[type=password], input[type=submit] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

textarea, select {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

.clearfix {
  *display: inline-block;
  height: 1%;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}

.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
}

article, aside, details, .overlaycaption, figure, footer, header, hgroup, menu, nav, section, dialog {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
  visibility: hidden;
}

.xs-center {
  text-align: center;
}

/* Global styles
---------------------------------------- */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 24px;
  font-family: Montserrat, "Helvetica", "Arial", sans-serif;
  color: #ffffff;
}

html, body {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
}

html.ie, .ie body,
html.firefox, .firefox body {
  overflow-x: -moz-hidden-unscrollable;
  overflow-x: hidden;
}

footer, header, section {
  position: relative;
  overflow: hidden;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
}

body[class*='nivo-lightbox-'] {
  overflow: hidden;
}

.hideme {
  display: none;
}

.video-lightbox .nivo-lightbox-wrap {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.video-lightbox .nivo-lightbox-wrap .nivo-lightbox-content {
  width: 100%;
  height: auto;
  overflow: hidden;
}

pre {
  overflow: auto;
  word-wrap: normal;
  white-space: pre;
  background: #fff;
  color: #000;
  border: 0px;
  border-radius: 0px;
  font-family: monospace;
  font-size: small;
  margin: 25px 0px;
  border-left: 5px solid;
}

.well {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: 0px;
}

/* Typography
---------------------------------------- */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}

h1, .h1 {
  font-size: 4em;
  line-height: 1.1em;
}

h2, .h2 {
  font-size: 2.8em;
  line-height: 1.2em;
}

h3, .h3 {
  font-size: 2em;
  line-height: 1.4em;
}

h4, .h4 {
  font-size: 1.4em;
  line-height: 1.4em;
}

h5, .h5 {
  font-size: 1em;
  line-height: 1.625em;
}

h6, .h6 {
  font-size: 0.7em;
  line-height: 2.6em;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.lead {
  font-size: 1.5em;
  line-height: 1.7em;
}

@media all and (max-width: 767px) {
  h1, .h1 {
    font-size: 2.8em;
    line-height: 1.2em;
  }
  h2, .h2 {
    font-size: 2em;
    line-height: 1.4em;
  }
  h3, .h3 {
    font-size: 1.4em;
    line-height: 1.6em;
  }
  .lead {
    font-size: 1.4em;
    line-height: 1.4em;
  }
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
}

h1, .h1 {
  margin-bottom: 0.4em;
}

h2, .h2 {
  margin-bottom: 0.6em;
}

h3, .h3 {
  margin-bottom: 0.8em;
}

h4, .h4 {
  margin-bottom: 1.1em;
}

h5, .h5 {
  margin-bottom: 1.625em;
}

h6, .h6 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 2.3em;
}

@media all and (max-width: 767px) {
  h1, .h1 {
    font-size: 2em;
    line-height: 1.4em;
  }
}

.lead {
  margin-bottom: 1.1em;
  font-weight: 400;
}

.display-1 {
  font-size: 9em;
}

.display-2 {
  font-size: 7.5em;
}

.display-3 {
  font-size: 6em;
}

.display-4 {
  font-size: 5em;
}

.display-5 {
  font-size: 4em;
}

@media all and (max-width: 767px) {
  .display-1 {
    font-size: 4em;
  }
  .display-2 {
    font-size: 3.5em;
  }
  .display-3 {
    font-size: 3em;
  }
  .display-4 {
    font-size: 2em;
  }
  .display-5 {
    font-size: 1em;
  }
}

.text-xxl {
  font-size: 6rem;
}

.text-xl {
  font-size: 5.5rem;
}

.text-lg {
  font-size: 4.5rem;
}

.text-md {
  font-size: 3.5rem;
}

.text-sm {
  font-size: 90%;
}

.p-1 {
  padding-top: 5em !important;
  padding-bottom: 5em !important;
}

.p-2 {
  padding-top: 4em !important;
  padding-bottom: 4em !important;
}

.p-3 {
  padding-top: 9em !important;
  padding-bottom: 9em !important;
}

.p-4 {
  padding-top: 11em !important;
  padding-bottom: 11em !important;
}

.p-5 {
  padding-top: 15em !important;
  padding-bottom: 15em !important;
}

.m-1 {
  margin-top: 5em !important;
  margin-bottom: 5em !important;
}

.m-2 {
  margin-top: 7em !important;
  margin-bottom: 7em !important;
}

.m-3 {
  margin-top: 9em !important;
  margin-bottom: 9em !important;
}

.m-4 {
  margin-top: 11em !important;
  margin-bottom: 11em !important;
}

.m-5 {
  margin-top: 15em !important;
  margin-bottom: 15em !important;
}

.m-t-0 {
  margin-top: 0px !important;
}

.m-t-1 {
  margin-top: 1rem !important;
}

.m-t-2 {
  margin-top: 2rem !important;
}

.m-t-3 {
  margin-top: 3rem !important;
}

.m-t-4 {
  margin-top: 4rem !important;
}

.m-t-5 {
  margin-top: 5rem !important;
}

.m-b-0 {
  margin-bottom: 0px !important;
}

.m-b-1 {
  margin-bottom: 1rem !important;
}

.m-b-2 {
  margin-bottom: 2rem !important;
}

.m-b-3 {
  margin-bottom: 3rem !important;
}

.m-b-4 {
  margin-bottom: 4rem !important;
}

.m-b-5 {
  margin-bottom: 5rem !important;
}

.m-l-0 {
  margin-left: 0px !important;
}

.m-l-1 {
  margin-left: 1rem !important;
}

.m-l-2 {
  margin-left: 2rem !important;
}

.m-l-3 {
  margin-left: 3rem !important;
}

.m-l-4 {
  margin-left: 4rem !important;
}

.m-l-5 {
  margin-left: 5rem !important;
}

.m-r-0 {
  margin-right: 0px !important;
}

.m-r-1 {
  margin-right: 1rem !important;
}

.m-r-2 {
  margin-right: 2rem !important;
}

.m-r-3 {
  margin-right: 3rem !important;
}

.m-r-4 {
  margin-right: 4rem !important;
}

.m-r-5 {
  margin-right: 5rem !important;
}

.m-x-auto {
  margin-right: auto;
  margin-left: auto;
}

.p-t-0 {
  padding-top: 0px !important;
}

.p-t-1 {
  padding-top: 1rem !important;
}

.p-t-2 {
  padding-top: 2rem !important;
}

.p-t-3 {
  padding-top: 3rem !important;
}

.p-t-4 {
  padding-top: 4rem !important;
}

.p-t-5 {
  padding-top: 5rem !important;
}

.p-b-0 {
  padding-bottom: 0px !important;
}

.p-b-1 {
  padding-bottom: 1rem !important;
}

.p-b-2 {
  padding-bottom: 2rem !important;
}

.p-b-3 {
  padding-bottom: 3rem !important;
}

.p-b-4 {
  padding-bottom: 4rem !important;
}

.p-b-5 {
  padding-bottom: 5rem !important;
}

.p-l-0 {
  padding-left: 0px !important;
}

.p-l-1 {
  padding-left: 1rem !important;
}

.p-l-2 {
  padding-left: 2rem !important;
}

.p-l-3 {
  padding-left: 3rem !important;
}

.p-l-4 {
  padding-left: 4rem !important;
}

.p-l-5 {
  padding-left: 5rem !important;
}

.p-r-0 {
  padding-right: 0px !important;
}

.p-r-1 {
  padding-right: 1rem !important;
}

.p-r-2 {
  padding-right: 2rem !important;
}

.p-r-3 {
  padding-right: 3rem !important;
}

.p-r-4 {
  padding-right: 4rem !important;
}

.p-r-5 {
  padding-right: 5rem !important;
}

.icon {
  line-height: 1em;
  font-size: 2.8em;
}

.icon-xs {
  font-size: 1em;
}

.icon-sm {
  font-size: 2em;
}

.icon-lg {
  font-size: 4em;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.text-white {
  color: #ffffff !important;
}

.text-black {
  color: #181723 !important;
}

.text-primary {
  color: #0076FF !important;
}

.text-secondary {
  color: #5751D9 !important;
}

.text-success {
  color: #44DB5E !important;
}

.text-info {
  color: #54C7FC !important;
}

.text-warning {
  color: #FFCD00 !important;
}

.text-danger {
  color: #FF3824 !important;
}

h1[data-title] {
  font-size: 5em;
  position: relative;
}

h1[data-title] small {
  position: relative;
  font-size: 25%;
  display: block;
  color: inherit;
  z-index: 1;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  text-transform: uppercase;
  letter-spacing: 10px;
}

h1[data-title] span {
  position: relative;
  display: block;
  color: inherit;
  text-transform: uppercase;
  line-height: 6rem;
}

h1[data-title]::before {
  content: attr(data-title);
  text-transform: uppercase;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  font-size: 200%;
  position: absolute;
  color: rgba(0, 0, 0, 0.5);
  z-index: 0;
  text-align: inherit;
  top: -0.3em;
  margin: auto;
  left: 0;
  right: 0;
  font-weight: 300;
}

.bg-black h1[data-title]::before {
  content: attr(data-title);
  color: rgba(255, 255, 255, 0.5);
}

.header {
  min-height: 600px;
  width: 100%;
  height: 100%;
  position: relative;
  display: table;
}

.header .container {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

/* background
---------------------------------------- */
#background {
  -webkit-transform: scale(1.1) !important;
  -moz-transform: scale(1.1) !important;
  -ms-transform: scale(1.1) !important;
  -o-transform: scale(1.1) !important;
  transform: scale(1.1) !important;
}

.background {
  padding: 0px;
  position: absolute;
  overflow: hidden;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
  z-index: -1;
  backface-visibility: hidden;
}

.background .image {
  background-image: url(../img/bg.jpg);
  background-color: #dddddd;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.background .solid {
  background-color: #131313;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg.jpg);
  background-repeat: repeat;
  background-size: contain;
  background-position: center center;
}

.background .gradient {
  width: 100%;
  height: 100%;
}

.background .gradient:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: #af3bfb;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(88, 86, 214, 0.7)), color-stop(100%, rgba(198, 68, 252, 0.7)));
  background: -webkit-linear-gradient(-45deg, rgba(88, 86, 214, 0.7) 0%, rgba(198, 68, 252, 0.7) 100%);
  background: -o-linear-gradient(-45deg, rgba(88, 86, 214, 0.7) 0%, rgba(198, 68, 252, 0.7) 100%);
  background: -ms-linear-gradient(-45deg, rgba(88, 86, 214, 0.7) 0%, rgba(198, 68, 252, 0.7) 100%);
  background: linear-gradient(135deg, rgba(88, 86, 214, 0.7) 0%, rgba(198, 68, 252, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b35856d6', endColorstr='#b3c644fc',GradientType=1 );
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}

.background .video, .background video {
  position: fixed !important;
  top: 50%;
  left: 50%;
  overflow: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background: url(../img/bg.jpg) no-repeat;
  background-size: cover;
}

.background .map, .background .rain {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.background .rain img {
  display: none;
}

.background .snow {
  z-index: 0;
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.background .star {
  background: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.background .magnet {
  background: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.background .bubble {
  background: url(../img/bg.jpg) !important;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center center;
  position: fixed !important;
  width: 100%;
  height: 100%;
}

.background .bubble bubble {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 500%;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 10px 10px #ffffff, inset 0px 0px 10px 10px #ffffff;
  -moz-box-shadow: 0px 0px 10px 10px #ffffff, inset 0px 0px 10px 10px #ffffff;
  -ms-box-shadow: 0px 0px 10px 10px #ffffff, inset 0px 0px 10px 10px #ffffff;
  -o-box-shadow: 0px 0px 10px 10px #ffffff, inset 0px 0px 10px 10px #ffffff;
  box-shadow: 0px 0px 10px 10px #ffffff, inset 0px 0px 10px 10px #ffffff;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  border: 0px;
  z-index: 1;
}

.background #youtube {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  background: none;
  background: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.background .slider {
  z-index: -1;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: relative;
  background: #f5f5f5;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.background .slider .slides {
  background: transparent none scroll no-repeat center top;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  display: table;
  width: 100%;
  z-index: -1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.background .slider .slides > img {
  position: absolute;
  width: 100%;
  height: auto;
  min-height: 100%;
  overflow: hidden;
  display: none;
}

.background .zoom {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.background .zoom.fullscreen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.background .zoom img {
  display: none;
}

.background .zoom .slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}

.background .origami canvas {
  display: block;
  padding: 0px;
  margin: 0px;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.background .cloud {
  background: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}

/* VIDEO OPTIONS */
.volume-button {
  font-size: 18px;
  position: absolute;
  z-index: 25;
  top: 50px;
  left: 50px;
  cursor: pointer;
  color: #fff;
}

.stop-button {
  font-size: 18px;
  position: absolute;
  z-index: 25;
  top: 80px;
  left: 50px;
  cursor: pointer;
  color: #fff;
}

/* Preloader
---------------------------------------- */
.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
}

.preloader::before {
  width: 100%;
  height: 100%;
  content: '';
  background: #04241D;
  position: absolute;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.preloader.unavailable::before {
  background: transparent;
}

.loader {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}

.loader .line1, .loader .line2, .loader .line3 {
  width: 100%;
  height: 5px;
  background: #fff;
  display: block;
  clip: rect(0, 0, 20px, 0);
  position: absolute;
}

.loader .line1 {
  top: -7px;
  position: absolute;
}

.loader .line3 {
  top: 7px;
  position: absolute;
}

.loader .line1 {
  -webkit-animation: loader 2s ease 0s infinite;
  -moz-animation: loader 2s ease 0s infinite;
  -ms-animation: loader 2s ease 0s infinite;
  -o-animation: loader 2s ease 0s infinite;
  animation: loader 2s ease 0s infinite;
}

.loader .line2 {
  -webkit-animation: loader 2s ease 0.25s infinite;
  -moz-animation: loader 2s ease 0.25s infinite;
  -ms-animation: loader 2s ease 0.25s infinite;
  -o-animation: loader 2s ease 0.25s infinite;
  animation: loader 2s ease 0.25s infinite;
}

.loader .line3 {
  -webkit-animation: loader 2s ease 0.5s infinite;
  -moz-animation: loader 2s ease 0.5s infinite;
  -ms-animation: loader 2s ease 0.5s infinite;
  -o-animation: loader 2s ease 0.5s infinite;
  animation: loader 2s ease 0.5s infinite;
}

@-webkit-keyframes loader {
  0% {
    clip: rect(0, 0, 20px, 0);
  }
  30% {
    clip: rect(0, 80px, 20px, 0);
  }
  50% {
    clip: rect(0, 80px, 20px, 0);
  }
  80% {
    clip: rect(0, 80px, 20px, 80px);
  }
  100% {
    clip: rect(0, 80px, 20px, 80px);
  }
}

@-moz-keyframes loader {
  0% {
    clip: rect(0, 0, 20px, 0);
  }
  30% {
    clip: rect(0, 80px, 20px, 0);
  }
  50% {
    clip: rect(0, 80px, 20px, 0);
  }
  80% {
    clip: rect(0, 80px, 20px, 80px);
  }
  100% {
    clip: rect(0, 80px, 20px, 80px);
  }
}

@-ms-keyframes loader {
  0% {
    clip: rect(0, 0, 20px, 0);
  }
  30% {
    clip: rect(0, 80px, 20px, 0);
  }
  50% {
    clip: rect(0, 80px, 20px, 0);
  }
  80% {
    clip: rect(0, 80px, 20px, 80px);
  }
  100% {
    clip: rect(0, 80px, 20px, 80px);
  }
}

@-o-keyframes loader {
  0% {
    clip: rect(0, 0, 20px, 0);
  }
  30% {
    clip: rect(0, 80px, 20px, 0);
  }
  50% {
    clip: rect(0, 80px, 20px, 0);
  }
  80% {
    clip: rect(0, 80px, 20px, 80px);
  }
  100% {
    clip: rect(0, 80px, 20px, 80px);
  }
}

@keyframes loader {
  0% {
    clip: rect(0, 0, 20px, 0);
  }
  30% {
    clip: rect(0, 80px, 20px, 0);
  }
  50% {
    clip: rect(0, 80px, 20px, 0);
  }
  80% {
    clip: rect(0, 80px, 20px, 80px);
  }
  100% {
    clip: rect(0, 80px, 20px, 80px);
  }
}

.splashline {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  -webkit-transition: width 0.5s ease-out;
  -moz-transition: width 0.5s ease-out;
  -ms-transition: width 0.5s ease-out;
  -o-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
}

.splashline > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%) skewX(-15deg);
  -moz-transform: translateX(-100%) skewX(-15deg);
  -ms-transform: translateX(-100%) skewX(-15deg);
  -o-transform: translateX(-100%) skewX(-15deg);
  transform: translateX(-100%) skewX(-15deg);
  z-index: 1000;
}

.splashline > div:after {
  content: "";
  display: block;
  height: 100%;
  width: 45%;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.splashline > div:nth-child(1) {
  -webkit-animation-name: splashline;
  -moz-animation-name: splashline;
  -ms-animation-name: splashline;
  -o-animation-name: splashline;
  animation-name: splashline;
  -webkit-animation-duration: 1.8s;
  -moz-animation-duration: 1.8s;
  -ms-animation-duration: 1.8s;
  -o-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-timing-function: cubic-bezier(1, 0.01, 0.74, 0.22);
  -moz-animation-timing-function: cubic-bezier(1, 0.01, 0.74, 0.22);
  -ms-animation-timing-function: cubic-bezier(1, 0.01, 0.74, 0.22);
  -o-animation-timing-function: cubic-bezier(1, 0.01, 0.74, 0.22);
  animation-timing-function: cubic-bezier(1, 0.01, 0.74, 0.22);
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -ms-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.splashline > div:nth-child(1):after {
  background: #ffffff;
}

.splashline > div:nth-child(2) {
  -webkit-animation-name: splashline;
  -moz-animation-name: splashline;
  -ms-animation-name: splashline;
  -o-animation-name: splashline;
  animation-name: splashline;
  -webkit-animation-duration: 1.8s;
  -moz-animation-duration: 1.8s;
  -ms-animation-duration: 1.8s;
  -o-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-timing-function: cubic-bezier(1, 0.01, 0.74, 0.22);
  -moz-animation-timing-function: cubic-bezier(1, 0.01, 0.74, 0.22);
  -ms-animation-timing-function: cubic-bezier(1, 0.01, 0.74, 0.22);
  -o-animation-timing-function: cubic-bezier(1, 0.01, 0.74, 0.22);
  animation-timing-function: cubic-bezier(1, 0.01, 0.74, 0.22);
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.splashline > div:nth-child(2):after {
  background: #80AF57;
}

.splashline > div:nth-child(3) {
  -webkit-animation-name: splashline;
  -moz-animation-name: splashline;
  -ms-animation-name: splashline;
  -o-animation-name: splashline;
  animation-name: splashline;
  -webkit-animation-duration: 1.8s;
  -moz-animation-duration: 1.8s;
  -ms-animation-duration: 1.8s;
  -o-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-timing-function: cubic-bezier(1, 0.01, 0.74, 0.22);
  -moz-animation-timing-function: cubic-bezier(1, 0.01, 0.74, 0.22);
  -ms-animation-timing-function: cubic-bezier(1, 0.01, 0.74, 0.22);
  -o-animation-timing-function: cubic-bezier(1, 0.01, 0.74, 0.22);
  animation-timing-function: cubic-bezier(1, 0.01, 0.74, 0.22);
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.splashline > div:nth-child(3):after {
  background: #10743D;
}

.splashline > div:nth-child(4) {
  -webkit-animation-name: splashline2;
  -moz-animation-name: splashline2;
  -ms-animation-name: splashline2;
  -o-animation-name: splashline2;
  animation-name: splashline2;
  -webkit-animation-duration: 1.8s;
  -moz-animation-duration: 1.8s;
  -ms-animation-duration: 1.8s;
  -o-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-timing-function: cubic-bezier(1, 0.01, 0.74, 0.22);
  -moz-animation-timing-function: cubic-bezier(1, 0.01, 0.74, 0.22);
  -ms-animation-timing-function: cubic-bezier(1, 0.01, 0.74, 0.22);
  -o-animation-timing-function: cubic-bezier(1, 0.01, 0.74, 0.22);
  animation-timing-function: cubic-bezier(1, 0.01, 0.74, 0.22);
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.splashline > div:nth-child(4):after {
  background: #ffffff;
  width: 80% !important;
}

@-webkit-keyframes splashline {
  from {
    -webkit-transform: translateX(-65%) skewX(-15deg);
    -moz-transform: translateX(-65%) skewX(-15deg);
    -ms-transform: translateX(-65%) skewX(-15deg);
    -o-transform: translateX(-65%) skewX(-15deg);
    transform: translateX(-65%) skewX(-15deg);
  }
  to {
    -webkit-transform: translateX(100%) skewX(-15deg);
    -moz-transform: translateX(100%) skewX(-15deg);
    -ms-transform: translateX(100%) skewX(-15deg);
    -o-transform: translateX(100%) skewX(-15deg);
    transform: translateX(100%) skewX(-15deg);
  }
}

@-moz-keyframes splashline {
  from {
    -webkit-transform: translateX(-65%) skewX(-15deg);
    -moz-transform: translateX(-65%) skewX(-15deg);
    -ms-transform: translateX(-65%) skewX(-15deg);
    -o-transform: translateX(-65%) skewX(-15deg);
    transform: translateX(-65%) skewX(-15deg);
  }
  to {
    -webkit-transform: translateX(100%) skewX(-15deg);
    -moz-transform: translateX(100%) skewX(-15deg);
    -ms-transform: translateX(100%) skewX(-15deg);
    -o-transform: translateX(100%) skewX(-15deg);
    transform: translateX(100%) skewX(-15deg);
  }
}

@-ms-keyframes splashline {
  from {
    -webkit-transform: translateX(-65%) skewX(-15deg);
    -moz-transform: translateX(-65%) skewX(-15deg);
    -ms-transform: translateX(-65%) skewX(-15deg);
    -o-transform: translateX(-65%) skewX(-15deg);
    transform: translateX(-65%) skewX(-15deg);
  }
  to {
    -webkit-transform: translateX(100%) skewX(-15deg);
    -moz-transform: translateX(100%) skewX(-15deg);
    -ms-transform: translateX(100%) skewX(-15deg);
    -o-transform: translateX(100%) skewX(-15deg);
    transform: translateX(100%) skewX(-15deg);
  }
}

@-o-keyframes splashline {
  from {
    -webkit-transform: translateX(-65%) skewX(-15deg);
    -moz-transform: translateX(-65%) skewX(-15deg);
    -ms-transform: translateX(-65%) skewX(-15deg);
    -o-transform: translateX(-65%) skewX(-15deg);
    transform: translateX(-65%) skewX(-15deg);
  }
  to {
    -webkit-transform: translateX(100%) skewX(-15deg);
    -moz-transform: translateX(100%) skewX(-15deg);
    -ms-transform: translateX(100%) skewX(-15deg);
    -o-transform: translateX(100%) skewX(-15deg);
    transform: translateX(100%) skewX(-15deg);
  }
}

@keyframes splashline {
  from {
    -webkit-transform: translateX(-65%) skewX(-15deg);
    -moz-transform: translateX(-65%) skewX(-15deg);
    -ms-transform: translateX(-65%) skewX(-15deg);
    -o-transform: translateX(-65%) skewX(-15deg);
    transform: translateX(-65%) skewX(-15deg);
  }
  to {
    -webkit-transform: translateX(100%) skewX(-15deg);
    -moz-transform: translateX(100%) skewX(-15deg);
    -ms-transform: translateX(100%) skewX(-15deg);
    -o-transform: translateX(100%) skewX(-15deg);
    transform: translateX(100%) skewX(-15deg);
  }
}

@-webkit-keyframes splashline2 {
  from {
    -webkit-transform: translateX(-95%) skewX(-15deg);
    -moz-transform: translateX(-95%) skewX(-15deg);
    -ms-transform: translateX(-95%) skewX(-15deg);
    -o-transform: translateX(-95%) skewX(-15deg);
    transform: translateX(-95%) skewX(-15deg);
  }
  to {
    -webkit-transform: translateX(110%) skewX(-15deg);
    -moz-transform: translateX(110%) skewX(-15deg);
    -ms-transform: translateX(110%) skewX(-15deg);
    -o-transform: translateX(110%) skewX(-15deg);
    transform: translateX(110%) skewX(-15deg);
  }
}

@-moz-keyframes splashline2 {
  from {
    -webkit-transform: translateX(-95%) skewX(-15deg);
    -moz-transform: translateX(-95%) skewX(-15deg);
    -ms-transform: translateX(-95%) skewX(-15deg);
    -o-transform: translateX(-95%) skewX(-15deg);
    transform: translateX(-95%) skewX(-15deg);
  }
  to {
    -webkit-transform: translateX(110%) skewX(-15deg);
    -moz-transform: translateX(110%) skewX(-15deg);
    -ms-transform: translateX(110%) skewX(-15deg);
    -o-transform: translateX(110%) skewX(-15deg);
    transform: translateX(110%) skewX(-15deg);
  }
}

@-ms-keyframes splashline2 {
  from {
    -webkit-transform: translateX(-95%) skewX(-15deg);
    -moz-transform: translateX(-95%) skewX(-15deg);
    -ms-transform: translateX(-95%) skewX(-15deg);
    -o-transform: translateX(-95%) skewX(-15deg);
    transform: translateX(-95%) skewX(-15deg);
  }
  to {
    -webkit-transform: translateX(110%) skewX(-15deg);
    -moz-transform: translateX(110%) skewX(-15deg);
    -ms-transform: translateX(110%) skewX(-15deg);
    -o-transform: translateX(110%) skewX(-15deg);
    transform: translateX(110%) skewX(-15deg);
  }
}

@-o-keyframes splashline2 {
  from {
    -webkit-transform: translateX(-95%) skewX(-15deg);
    -moz-transform: translateX(-95%) skewX(-15deg);
    -ms-transform: translateX(-95%) skewX(-15deg);
    -o-transform: translateX(-95%) skewX(-15deg);
    transform: translateX(-95%) skewX(-15deg);
  }
  to {
    -webkit-transform: translateX(110%) skewX(-15deg);
    -moz-transform: translateX(110%) skewX(-15deg);
    -ms-transform: translateX(110%) skewX(-15deg);
    -o-transform: translateX(110%) skewX(-15deg);
    transform: translateX(110%) skewX(-15deg);
  }
}

@keyframes splashline2 {
  from {
    -webkit-transform: translateX(-95%) skewX(-15deg);
    -moz-transform: translateX(-95%) skewX(-15deg);
    -ms-transform: translateX(-95%) skewX(-15deg);
    -o-transform: translateX(-95%) skewX(-15deg);
    transform: translateX(-95%) skewX(-15deg);
  }
  to {
    -webkit-transform: translateX(110%) skewX(-15deg);
    -moz-transform: translateX(110%) skewX(-15deg);
    -ms-transform: translateX(110%) skewX(-15deg);
    -o-transform: translateX(110%) skewX(-15deg);
    transform: translateX(110%) skewX(-15deg);
  }
}

a.scroll {
  position: absolute;
  bottom: 100px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

a.scroll::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: scroll 1.5s infinite;
  -moz-animation: scroll 1.5s infinite;
  -ms-animation: scroll 1.5s infinite;
  -o-animation: scroll 1.5s infinite;
  animation: scroll 1.5s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    -moz-transform: rotate(-45deg) translate(0, 0);
    -ms-transform: rotate(-45deg) translate(0, 0);
    -o-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    -moz-transform: rotate(-45deg) translate(-20px, 20px);
    -ms-transform: rotate(-45deg) translate(-20px, 20px);
    -o-transform: rotate(-45deg) translate(-20px, 20px);
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}

@-moz-keyframes scroll {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    -moz-transform: rotate(-45deg) translate(0, 0);
    -ms-transform: rotate(-45deg) translate(0, 0);
    -o-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    -moz-transform: rotate(-45deg) translate(-20px, 20px);
    -ms-transform: rotate(-45deg) translate(-20px, 20px);
    -o-transform: rotate(-45deg) translate(-20px, 20px);
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}

@-ms-keyframes scroll {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    -moz-transform: rotate(-45deg) translate(0, 0);
    -ms-transform: rotate(-45deg) translate(0, 0);
    -o-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    -moz-transform: rotate(-45deg) translate(-20px, 20px);
    -ms-transform: rotate(-45deg) translate(-20px, 20px);
    -o-transform: rotate(-45deg) translate(-20px, 20px);
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}

@-o-keyframes scroll {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    -moz-transform: rotate(-45deg) translate(0, 0);
    -ms-transform: rotate(-45deg) translate(0, 0);
    -o-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    -moz-transform: rotate(-45deg) translate(-20px, 20px);
    -ms-transform: rotate(-45deg) translate(-20px, 20px);
    -o-transform: rotate(-45deg) translate(-20px, 20px);
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    -moz-transform: rotate(-45deg) translate(0, 0);
    -ms-transform: rotate(-45deg) translate(0, 0);
    -o-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    -moz-transform: rotate(-45deg) translate(-20px, 20px);
    -ms-transform: rotate(-45deg) translate(-20px, 20px);
    -o-transform: rotate(-45deg) translate(-20px, 20px);
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}

.scene {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.scene div, .scene .layer {
  position: absolute;
}

.scene-one {
  left: 0%;
  top: 0%;
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  -webkit-animation: pulse 8s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-animation: pulse 8s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-animation: pulse 8s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-animation: pulse 8s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: pulse 8s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.scene-two {
  left: 0%;
  top: 25%;
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  -webkit-animation: pulse 7s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-animation: pulse 7s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-animation: pulse 7s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-animation: pulse 7s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: pulse 7s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.scene-three {
  left: 40%;
  top: 70%;
  -webkit-transform: translate(-5%, -50%);
  -moz-transform: translate(-5%, -50%);
  -ms-transform: translate(-5%, -50%);
  -o-transform: translate(-5%, -50%);
  transform: translate(-5%, -50%);
  -webkit-animation: pulse 6.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-animation: pulse 6.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-animation: pulse 6.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-animation: pulse 6.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: pulse 6.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.scene-four {
  left: 52%;
  top: 40%;
  -webkit-transform: translate(-52%, -25%);
  -moz-transform: translate(-52%, -25%);
  -ms-transform: translate(-52%, -25%);
  -o-transform: translate(-52%, -25%);
  transform: translate(-52%, -25%);
  -webkit-animation: pulse 7.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-animation: pulse 7.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-animation: pulse 7.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-animation: pulse 7.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: pulse 7.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.scene-five {
  left: 10%;
  top: 30%;
  -webkit-transform: translate(70%, -20%);
  -moz-transform: translate(70%, -20%);
  -ms-transform: translate(70%, -20%);
  -o-transform: translate(70%, -20%);
  transform: translate(70%, -20%);
  -webkit-animation: pulse 5.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-animation: pulse 5.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-animation: pulse 5.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-animation: pulse 5.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: pulse 5.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/* progress
---------------------------------------- */
.progress {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 100px;
  height: 10px;
  box-shadow: none;
}

.progress-bar {
  box-shadow: none;
  border: 0px;
  border-radius: 100px;
  background-color: #0076FF;
}

/* button
---------------------------------------- */
.btn {
  font-size: 12px;
  padding: 15px 30px;
  border-radius: 25px;
  border: 0px;
  text-transform: uppercase;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
}

.btn span {
  left: 0px;
  display: inline-block;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1), -webkit-transform 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  -moz-transition: opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1), -moz-transform 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  -ms-transition: opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1), -ms-transform 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  -o-transition: opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1), -o-transform 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1), transform 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  position: relative;
}

.btn i {
  font-size: 15px;
  line-height: 18px;
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1), -webkit-transform 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  -moz-transition: opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1), -moz-transform 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  -ms-transition: opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1), -ms-transform 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  -o-transition: opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1), -o-transform 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1), transform 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  transform: translateX(-5px);
  color: inherit;
}

.btn:hover span {
  -webkit-transform: translateX(-12px);
  -moz-transform: translateX(-12px);
  -ms-transform: translateX(-12px);
  -o-transform: translateX(-12px);
  transform: translateX(-12px);
}

.btn:hover i {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}

.btn-shadow, .btn-shadow-color {
  position: relative;
}

.btn-shadow:hover, .btn-shadow-color:hover {
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn:hover.btn-shadow::before,
.btn-shadow:before {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

.btn-shadow:before, .btn-shadow-color:before {
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn-shadow:before {
  -webkit-box-shadow: 0px 15px 50px -5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 15px 50px -5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0px 15px 50px -5px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0px 15px 50px -5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 15px 50px -5px rgba(0, 0, 0, 0.4);
}

.btn:hover.btn-shadow:before {
  -webkit-box-shadow: 0px 15px 10px -10px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 15px 10px -10px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: 0px 15px 10px -10px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0px 15px 10px -10px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 15px 10px -10px rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn:hover.btn-shadow-color:before {
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn-link.btn-shadow:before, .btn-link.btn-shadow-color:before {
  box-shadow: none !important;
}

.btn-default.btn-shadow-color:before, .btn-primary.btn-shadow-color:before {
  -webkit-box-shadow: 0px 15px 50px -5px #0076FF;
  -moz-box-shadow: 0px 15px 50px -5px #0076FF;
  -ms-box-shadow: 0px 15px 50px -5px #0076FF;
  -o-box-shadow: 0px 15px 50px -5px #0076FF;
  box-shadow: 0px 15px 50px -5px #0076FF;
}

.btn-secondary.btn-shadow-color:before {
  -webkit-box-shadow: 0px 15px 50px -5px #5751D9;
  -moz-box-shadow: 0px 15px 50px -5px #5751D9;
  -ms-box-shadow: 0px 15px 50px -5px #5751D9;
  -o-box-shadow: 0px 15px 50px -5px #5751D9;
  box-shadow: 0px 15px 50px -5px #5751D9;
}

.btn-black.btn-shadow-color:before {
  -webkit-box-shadow: 0px 15px 50px -5px #181723;
  -moz-box-shadow: 0px 15px 50px -5px #181723;
  -ms-box-shadow: 0px 15px 50px -5px #181723;
  -o-box-shadow: 0px 15px 50px -5px #181723;
  box-shadow: 0px 15px 50px -5px #181723;
}

.btn-white.btn-shadow-color:before {
  -webkit-box-shadow: 0px 15px 50px -5px #ffffff;
  -moz-box-shadow: 0px 15px 50px -5px #ffffff;
  -ms-box-shadow: 0px 15px 50px -5px #ffffff;
  -o-box-shadow: 0px 15px 50px -5px #ffffff;
  box-shadow: 0px 15px 50px -5px #ffffff;
}

.btn-success.btn-shadow-color:before {
  -webkit-box-shadow: 0px 15px 50px -5px #44DB5E;
  -moz-box-shadow: 0px 15px 50px -5px #44DB5E;
  -ms-box-shadow: 0px 15px 50px -5px #44DB5E;
  -o-box-shadow: 0px 15px 50px -5px #44DB5E;
  box-shadow: 0px 15px 50px -5px #44DB5E;
}

.btn-info.btn-shadow-color:before {
  -webkit-box-shadow: 0px 15px 50px -5px #54C7FC;
  -moz-box-shadow: 0px 15px 50px -5px #54C7FC;
  -ms-box-shadow: 0px 15px 50px -5px #54C7FC;
  -o-box-shadow: 0px 15px 50px -5px #54C7FC;
  box-shadow: 0px 15px 50px -5px #54C7FC;
}

.btn-warning.btn-shadow-color:before {
  -webkit-box-shadow: 0px 15px 50px -5px #FFCD00;
  -moz-box-shadow: 0px 15px 50px -5px #FFCD00;
  -ms-box-shadow: 0px 15px 50px -5px #FFCD00;
  -o-box-shadow: 0px 15px 50px -5px #FFCD00;
  box-shadow: 0px 15px 50px -5px #FFCD00;
}

.btn-danger.btn-shadow-color:before {
  -webkit-box-shadow: 0px 15px 50px -5px #FF3824;
  -moz-box-shadow: 0px 15px 50px -5px #FF3824;
  -ms-box-shadow: 0px 15px 50px -5px #FF3824;
  -o-box-shadow: 0px 15px 50px -5px #FF3824;
  box-shadow: 0px 15px 50px -5px #FF3824;
}

.btn-default:hover.btn-shadow-color:before,
.btn-primary:hover.btn-shadow-color:before {
  -webkit-box-shadow: 0 16px 26px -10px rgba(0, 118, 255, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 118, 255, 0.2);
  -moz-box-shadow: 0 16px 26px -10px rgba(0, 118, 255, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 118, 255, 0.2);
  -ms-box-shadow: 0 16px 26px -10px rgba(0, 118, 255, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 118, 255, 0.2);
  -o-box-shadow: 0 16px 26px -10px rgba(0, 118, 255, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 118, 255, 0.2);
  box-shadow: 0 16px 26px -10px rgba(0, 118, 255, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 118, 255, 0.2);
}

.btn-secondary:hover.btn-shadow-color:before {
  -webkit-box-shadow: 0 16px 26px -10px rgba(87, 81, 217, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(87, 81, 217, 0.2);
  -moz-box-shadow: 0 16px 26px -10px rgba(87, 81, 217, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(87, 81, 217, 0.2);
  -ms-box-shadow: 0 16px 26px -10px rgba(87, 81, 217, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(87, 81, 217, 0.2);
  -o-box-shadow: 0 16px 26px -10px rgba(87, 81, 217, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(87, 81, 217, 0.2);
  box-shadow: 0 16px 26px -10px rgba(87, 81, 217, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(87, 81, 217, 0.2);
}

.btn-black:hover.btn-shadow-color:before {
  -webkit-box-shadow: 0 16px 26px -10px rgba(24, 23, 35, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(24, 23, 35, 0.2);
  -moz-box-shadow: 0 16px 26px -10px rgba(24, 23, 35, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(24, 23, 35, 0.2);
  -ms-box-shadow: 0 16px 26px -10px rgba(24, 23, 35, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(24, 23, 35, 0.2);
  -o-box-shadow: 0 16px 26px -10px rgba(24, 23, 35, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(24, 23, 35, 0.2);
  box-shadow: 0 16px 26px -10px rgba(24, 23, 35, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(24, 23, 35, 0.2);
}

.btn-white:hover.btn-shadow-color:before {
  -webkit-box-shadow: 0 16px 26px -10px rgba(255, 255, 255, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 16px 26px -10px rgba(255, 255, 255, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 255, 255, 0.2);
  -ms-box-shadow: 0 16px 26px -10px rgba(255, 255, 255, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 255, 255, 0.2);
  -o-box-shadow: 0 16px 26px -10px rgba(255, 255, 255, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 255, 255, 0.2);
  box-shadow: 0 16px 26px -10px rgba(255, 255, 255, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 255, 255, 0.2);
}

.btn-success:hover.btn-shadow-color:before {
  -webkit-box-shadow: 0 16px 26px -10px rgba(68, 219, 94, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(68, 219, 94, 0.2);
  -moz-box-shadow: 0 16px 26px -10px rgba(68, 219, 94, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(68, 219, 94, 0.2);
  -ms-box-shadow: 0 16px 26px -10px rgba(68, 219, 94, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(68, 219, 94, 0.2);
  -o-box-shadow: 0 16px 26px -10px rgba(68, 219, 94, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(68, 219, 94, 0.2);
  box-shadow: 0 16px 26px -10px rgba(68, 219, 94, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(68, 219, 94, 0.2);
}

.btn-info:hover.btn-shadow-color:before {
  -webkit-box-shadow: 0 16px 26px -10px rgba(84, 199, 252, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(84, 199, 252, 0.2);
  -moz-box-shadow: 0 16px 26px -10px rgba(84, 199, 252, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(84, 199, 252, 0.2);
  -ms-box-shadow: 0 16px 26px -10px rgba(84, 199, 252, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(84, 199, 252, 0.2);
  -o-box-shadow: 0 16px 26px -10px rgba(84, 199, 252, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(84, 199, 252, 0.2);
  box-shadow: 0 16px 26px -10px rgba(84, 199, 252, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(84, 199, 252, 0.2);
}

.btn-warning:hover.btn-shadow-color:before {
  -webkit-box-shadow: 0 16px 26px -10px rgba(255, 205, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 205, 0, 0.2);
  -moz-box-shadow: 0 16px 26px -10px rgba(255, 205, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 205, 0, 0.2);
  -ms-box-shadow: 0 16px 26px -10px rgba(255, 205, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 205, 0, 0.2);
  -o-box-shadow: 0 16px 26px -10px rgba(255, 205, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 205, 0, 0.2);
  box-shadow: 0 16px 26px -10px rgba(255, 205, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 205, 0, 0.2);
}

.btn-danger:hover.btn-shadow-color:before {
  -webkit-box-shadow: 0 16px 26px -10px rgba(255, 56, 36, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 56, 36, 0.2);
  -moz-box-shadow: 0 16px 26px -10px rgba(255, 56, 36, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 56, 36, 0.2);
  -ms-box-shadow: 0 16px 26px -10px rgba(255, 56, 36, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 56, 36, 0.2);
  -o-box-shadow: 0 16px 26px -10px rgba(255, 56, 36, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 56, 36, 0.2);
  box-shadow: 0 16px 26px -10px rgba(255, 56, 36, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 56, 36, 0.2);
}

.btn-lg {
  padding: 20px 35px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}

.btn-default {
  background: #ffffff;
  color: #0076FF;
}

.btn-primary {
  background: #0076FF;
  color: #ffffff;
}

.btn-secondary {
  background: #5751D9;
  color: #ffffff;
}

.btn-black {
  background: #181723;
  color: #ffffff;
}

.btn-white {
  background: #ffffff;
  color: #181723;
}

.btn-success {
  background: #44DB5E;
  color: #ffffff;
}

.btn-info {
  background: #54C7FC;
  color: #ffffff;
}

.btn-warning {
  background: #FFCD00;
  color: #ffffff;
}

.btn-danger {
  background: #FF3824;
  color: #ffffff;
}

.btn-link {
  background: transparent;
  color: #ffffff;
}

.btn-border {
  background: transparent;
}

.btn-border.btn-default {
  -webkit-box-shadow: inset 0px 0px 0px 2px #ffffff;
  -moz-box-shadow: inset 0px 0px 0px 2px #ffffff;
  -ms-box-shadow: inset 0px 0px 0px 2px #ffffff;
  -o-box-shadow: inset 0px 0px 0px 2px #ffffff;
  box-shadow: inset 0px 0px 0px 2px #ffffff;
  color: #ffffff;
}

.btn-border.btn-primary {
  -webkit-box-shadow: inset 0px 0px 0px 2px #0076FF;
  -moz-box-shadow: inset 0px 0px 0px 2px #0076FF;
  -ms-box-shadow: inset 0px 0px 0px 2px #0076FF;
  -o-box-shadow: inset 0px 0px 0px 2px #0076FF;
  box-shadow: inset 0px 0px 0px 2px #0076FF;
  color: #0076FF;
}

.btn-border.btn-secondary {
  -webkit-box-shadow: inset 0px 0px 0px 2px #5751D9;
  -moz-box-shadow: inset 0px 0px 0px 2px #5751D9;
  -ms-box-shadow: inset 0px 0px 0px 2px #5751D9;
  -o-box-shadow: inset 0px 0px 0px 2px #5751D9;
  box-shadow: inset 0px 0px 0px 2px #5751D9;
  color: #5751D9;
}

.btn-border.btn-black {
  -webkit-box-shadow: inset 0px 0px 0px 2px #181723;
  -moz-box-shadow: inset 0px 0px 0px 2px #181723;
  -ms-box-shadow: inset 0px 0px 0px 2px #181723;
  -o-box-shadow: inset 0px 0px 0px 2px #181723;
  box-shadow: inset 0px 0px 0px 2px #181723;
  color: #181723;
}

.btn-border.btn-white {
  -webkit-box-shadow: inset 0px 0px 0px 2px #ffffff;
  -moz-box-shadow: inset 0px 0px 0px 2px #ffffff;
  -ms-box-shadow: inset 0px 0px 0px 2px #ffffff;
  -o-box-shadow: inset 0px 0px 0px 2px #ffffff;
  box-shadow: inset 0px 0px 0px 2px #ffffff;
  color: #ffffff;
}

.btn-border.btn-success {
  -webkit-box-shadow: inset 0px 0px 0px 2px #44DB5E;
  -moz-box-shadow: inset 0px 0px 0px 2px #44DB5E;
  -ms-box-shadow: inset 0px 0px 0px 2px #44DB5E;
  -o-box-shadow: inset 0px 0px 0px 2px #44DB5E;
  box-shadow: inset 0px 0px 0px 2px #44DB5E;
  color: #44DB5E;
}

.btn-border.btn-info {
  -webkit-box-shadow: inset 0px 0px 0px 2px #54C7FC;
  -moz-box-shadow: inset 0px 0px 0px 2px #54C7FC;
  -ms-box-shadow: inset 0px 0px 0px 2px #54C7FC;
  -o-box-shadow: inset 0px 0px 0px 2px #54C7FC;
  box-shadow: inset 0px 0px 0px 2px #54C7FC;
  color: #54C7FC;
}

.btn-border.btn-warning {
  -webkit-box-shadow: inset 0px 0px 0px 2px #FFCD00;
  -moz-box-shadow: inset 0px 0px 0px 2px #FFCD00;
  -ms-box-shadow: inset 0px 0px 0px 2px #FFCD00;
  -o-box-shadow: inset 0px 0px 0px 2px #FFCD00;
  box-shadow: inset 0px 0px 0px 2px #FFCD00;
  color: #FFCD00;
}

.btn-border.btn-danger {
  -webkit-box-shadow: inset 0px 0px 0px 2px #FF3824;
  -moz-box-shadow: inset 0px 0px 0px 2px #FF3824;
  -ms-box-shadow: inset 0px 0px 0px 2px #FF3824;
  -o-box-shadow: inset 0px 0px 0px 2px #FF3824;
  box-shadow: inset 0px 0px 0px 2px #FF3824;
  color: #FF3824;
}

.btn-border.btn-link {
  background: transparent;
  color: #0076FF;
}

.btn-border:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -ms-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -o-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-default:hover, .btn-default:focus:active {
  background: #0076FF;
  color: #ffffff;
}

.btn-border.btn-default:hover, .btn-default:focus {
  color: #0076FF;
  background: #ffffff;
}

.btn-primary:hover, .btn-primary:focus:active {
  background: #ffffff;
  color: #0076FF;
}

.btn-border.btn-primary:hover, .btn-primary:focus {
  color: #ffffff;
  background: #0076FF;
}

.btn-secondary:hover, .btn-secondary:focus:active {
  background: #736edf;
  color: #ffffff;
}

.btn-border.btn-secondary:hover, .btn-secondary:focus {
  background: #5751D9;
  color: #ffffff;
}

.btn-black:hover, .btn-black:focus:active {
  background: #ffffff;
  color: #181723;
}

.btn-border.btn-black:hover, .btn-black:focus {
  color: #ffffff;
  background: #181723;
}

.btn-white:hover, .btn-white:focus:active {
  background: #181723;
  color: #ffffff;
}

.btn-border.btn-white:hover, .btn-white:focus {
  background: #ffffff;
  color: #181723;
}

.btn-success:hover, .btn-success:focus:active {
  background: #62e178;
  color: #ffffff;
}

.btn-border.btn-success:hover, .btn-success:focus {
  background: #44DB5E;
  color: #ffffff;
}

.btn-info:hover, .btn-info:focus:active {
  background: #77d2fd;
  color: #ffffff;
}

.btn-border.btn-info:hover, .btn-info:focus {
  background: #54C7FC;
  color: #ffffff;
}

.btn-warning:hover, .btn-warning:focus:active {
  background: #ffd424;
  color: #ffffff;
}

.btn-border.btn-warning:hover, .btn-warning:focus {
  background: #FFCD00;
  color: #ffffff;
}

.btn-danger:hover, .btn-danger:focus:active {
  background: #ff5848;
  color: #ffffff;
}

.btn-border.btn-danger:hover, .btn-danger:focus {
  background: #FF3824;
  color: #ffffff;
}

.btn-border.btn-link:focus {
  background: transparent;
  text-decoration: none;
  color: #0076FF;
}

.btn-link:focus {
  background: transparent;
  text-decoration: none;
  color: #ffffff;
}

.btn-link:hover {
  background: transparent;
  text-decoration: none;
  color: #0076FF;
}

.btn-border.btn-link:hover {
  background: transparent;
  text-decoration: none;
  color: #ffffff;
}

/* Alert
---------------------------------------- */
.alert {
  color: #ffffff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  padding-right: 30px;
  padding-left: 30px;
  border: 0px;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.alert:hover {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}

.bg-gray {
  background: #f2f2f2;
}

.bg-gray-1 {
  background: #ededed;
}

.bg-gray-2 {
  background: #e8e8e8;
}

.alert-primary, .bg-primary, .progress-bar-primary {
  background: #0076FF;
}

.alert-secondary, .bg-secondary, .progress-bar-secondary {
  background: #5751D9;
}

.alert-black, .bg-black, .progress-bar-black {
  background: #181723;
}

.alert-white, .bg-white, .progress-bar-white {
  background: #ffffff;
  color: #0076FF;
}

.alert-muted, .bg-muted, .progress-bar-muted {
  background: #CECDD2;
  color: #ffffff;
}

.alert-success, .bg-success, .progress-bar-success {
  background: #44DB5E;
}

.alert-info, .bg-info, .progress-bar-info {
  background: #54C7FC;
}

.alert-warning, .bg-warning, .progress-bar-warning {
  background: #FFCD00;
}

.alert-danger, .bg-danger, .progress-bar-danger {
  background: #FF3824;
}

/* Feature box
---------------------------------------- */
.feature {
  margin-bottom: 2rem;
}

.feature-1 i + h4 {
  margin-top: 1em;
  margin-bottom: 1em;
}

.feature-1 i + h5 {
  margin-top: 1.7em;
  margin-bottom: 1.7em;
}

.feature-1 i + h6 {
  margin-top: 1.3em;
  margin-bottom: 1.3em;
}

.feature-2 .feature-l {
  float: left;
  margin-right: 1.625em;
}

.feature-2 .feature-r {
  float: left;
  max-width: 80%;
}

/* Feature box
---------------------------------------- */
.feature-box {
  float: left;
  width: 50%;
  padding: 85px 110px 85px 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 500px;
}

@media (max-width: 1200px) {
  .feature-box {
    padding: 55px 15px 55px 40px;
  }
}

@media (max-width: 767px) {
  .feature-box {
    position: relative;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    z-index: 2;
  }
}

.feature-box-image {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .feature-box-image {
    z-index: 1;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    width: 100%;
  }
}

.feature-box-image-left {
  left: 0;
}

.feature-box-image-right {
  right: 0;
}

.feature-box-left-margin {
  margin-left: 50%;
}

@media (max-width: 767px) {
  .feature-box-left-margin {
    margin-left: 0;
  }
}

.feature-box-text {
  margin-left: 0;
  margin-bottom: 35px;
}

@media (max-width: 992px) {
  .feature-box-text {
    width: 100%;
  }
}

/* Special Button
---------------------------------------- */
.video-play {
  border-radius: 50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  color: #ffffff;
}

.video-play i {
  line-height: 50px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  font-size: 18px;
}

.video-play.video-lg {
  width: 100px;
  height: 100px;
}

.video-play.video-lg i {
  line-height: 100px;
  font-size: 25px;
}

.video-play:hover {
  color: #ffffff;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.video-play.bg-white {
  color: #181723;
}

.video-play:hover.bg-primary {
  background: rgba(0, 118, 255, 0.8);
}

.video-play:hover.bg-secondary {
  background: rgba(87, 81, 217, 0.8);
}

.video-play:hover.bg-white {
  background: rgba(255, 255, 255, 0.8);
}

.video-play:hover.bg-black {
  background: rgba(24, 23, 35, 0.8);
}

.video-play:hover.bg-success {
  background: rgba(68, 219, 94, 0.8);
}

.video-play:hover.bg-info {
  background: rgba(84, 199, 252, 0.8);
}

.video-play:hover.bg-warning {
  background: rgba(255, 205, 0, 0.8);
}

.video-play:hover.bg-danger {
  background: rgba(255, 56, 36, 0.8);
}

.social-icon {
  border-radius: 50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
}

.social-icon .icon-xs {
  font-size: 1em;
}

.social-icon .icon-sm {
  font-size: 2em;
}

.social-icon .icon-lg {
  font-size: 4em;
}

.social-icon i {
  line-height: 50px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  font-size: 18px;
}

.social-icon:hover {
  color: #ffffff;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.social-icon.bg-white {
  background: rgba(255, 255, 255, 0.8);
  color: #181723;
}

.social-icon:hover.bg-white {
  color: #181723;
  background: rgba(255, 255, 255, 0.6);
}

.social-icon.bg-primary, .social-icon.bg-secondary, .social-icon.bg-black, .social-icon.bg-success, .social-icon.bg-info, .social-icon.bg-warning, .social-icon.bg-danger {
  color: #ffffff;
}

.social-icon.text-facebook {
  color: #3b5998;
}

.social-icon.text-twitter {
  color: #00aced;
}

.social-icon.text-googleplus {
  color: #dd4b39;
}

.social-icon.text-instagram {
  color: #125688;
}

.social-icon.text-pinterest {
  color: #cb2027;
}

.social-icon.text-dribbble {
  color: #ea4c89;
}

.social-icon.text-behance {
  color: #053eff;
}

.social-icon.text-linkedin {
  color: #0177B5;
}

.social-icon.text-youtube {
  color: #E6291C;
}

.social-icon.bg-facebook {
  background: #3b5998;
  color: #ffffff;
}

.social-icon.bg-twitter {
  background: #00aced;
  color: #ffffff;
}

.social-icon.bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}

.social-icon.bg-instagram {
  background: #125688;
  color: #ffffff;
}

.social-icon.bg-pinterest {
  background: #cb2027;
  color: #ffffff;
}

.social-icon.bg-dribbble {
  background: #ea4c89;
  color: #ffffff;
}

.social-icon.bg-behance {
  background: #053eff;
  color: #ffffff;
}

.social-icon.bg-linkedin {
  background: #0177B5;
  color: #ffffff;
}

.social-icon.bg-youtube {
  background: #E6291C;
  color: #ffffff;
}

.social-icon:hover.bg-primary {
  background: rgba(0, 118, 255, 0.8);
}

.social-icon:hover.bg-secondary {
  background: rgba(87, 81, 217, 0.8);
}

.social-icon:hover.bg-white {
  background: rgba(255, 255, 255, 0.8);
}

.social-icon:hover.bg-black {
  background: rgba(24, 23, 35, 0.8);
}

.social-icon:hover.bg-success {
  background: rgba(68, 219, 94, 0.8);
}

.social-icon:hover.bg-info {
  background: rgba(84, 199, 252, 0.8);
}

.social-icon:hover.bg-warning {
  background: rgba(255, 205, 0, 0.8);
}

.social-icon:hover.bg-danger {
  background: rgba(255, 56, 36, 0.8);
}

.social-icon:hover.text-primary {
  color: rgba(0, 118, 255, 0.8);
}

.social-icon:hover.text-secondary {
  color: rgba(87, 81, 217, 0.8);
}

.social-icon:hover.text-white {
  color: rgba(255, 255, 255, 0.8);
}

.social-icon:hover.text-black {
  color: rgba(24, 23, 35, 0.8);
}

.social-icon:hover.text-success {
  color: rgba(68, 219, 94, 0.8);
}

.social-icon:hover.text-info {
  color: rgba(84, 199, 252, 0.8);
}

.social-icon:hover.text-warning {
  color: rgba(255, 205, 0, 0.8);
}

.social-icon:hover.text-danger {
  color: rgba(255, 56, 36, 0.8);
}

/* Form
---------------------------------------- */
input[type], textarea, select {
  appearance: none;
  -webkit-appearance: none;
  background: #ffffff;
  padding: 0.8125em;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  border: none;
  max-width: 100%;
  margin-bottom: 1.625em;
}

input[type='text'], input[type='address'], input[type='url'], input[type='password'], input[type='email'], input[type="search"], input[type="tel"] {
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  color: #767676;
  padding-left: 1.625em;
  padding-right: 1.625em;
  height: 52px;
}

form div[class*='col-'] > input {
  width: 100%;
}

textarea {
  width: 100%;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  color: #767676;
  padding-left: 1.625em;
  padding-right: 1.625em;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}

form label {
  font-family: Montserrat, "Helvetica", "Arial", sans-serif;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 0.625em;
  line-height: 2.6em;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 2.5em;
  display: block;
  margin: 0;
  margin-left: 2.6em;
}

input[type='text']:focus, input[type='address']:focus, input[type='url']:focus, input[type='password']:focus, input[type='email']:focus, input[type="search"]:focus, input[type="tel"]:focus {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
}

textarea:focus {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
}

.input-icon {
  position: relative;
}

.input-icon label + i {
  top: 52px;
}

.input-icon i {
  position: absolute;
  font-size: 1.4em;
  margin-left: 1.1em;
  top: 13px;
  left: 0;
  color: #181723;
}

.input-icon label + i + input, .input-icon label + i + textarea {
  margin-top: 0.85em;
}

.input-icon input, .input-icon textarea {
  padding-left: 4em;
  width: 100%;
}

form label.error {
  top: -20px;
  position: relative;
  color: #FF3824;
}

input[aria-invalid="true"]:-ms-input-placeholder, textarea[aria-invalid="true"]:-ms-input-placeholder {
  color: #FF3824;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

input[aria-invalid="true"]::-moz-placeholder, textarea[aria-invalid="true"]::-moz-placeholder {
  color: #FF3824;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

input[aria-invalid="true"]::-webkit-input-placeholder, textarea[aria-invalid="true"]::-webkit-input-placeholder {
  color: #FF3824;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.form-group {
  min-width: 100%;
  max-width: 100%;
  margin: 20px 0px;
}

.form-group input {
  border-radius: 50px 0 0 50px;
}

.form-group input + button[type="submit"] {
  margin-left: -4px;
}

.form-group button[type="submit"] {
  border-radius: 0 50px 50px 0;
  position: relative;
  margin: 0;
}

.form-group .btn {
  padding: 17.5px 30px;
  height: 52px;
}

.form-group .btn:hover, .form-group .btn:focus:active {
  -webkit-box-shadow: inset 0px 0px 0px 100px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 100px rgba(255, 255, 255, 0.1);
  -ms-box-shadow: inset 0px 0px 0px 100px rgba(255, 255, 255, 0.1);
  -o-box-shadow: inset 0px 0px 0px 100px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 0px 0px 100px rgba(255, 255, 255, 0.1);
}

.form-group .btn-primary:hover {
  background: #298cff;
  -webkit-box-shadow: inset 0 3px 5px transparent;
  -moz-box-shadow: inset 0 3px 5px transparent;
  -ms-box-shadow: inset 0 3px 5px transparent;
  -o-box-shadow: inset 0 3px 5px transparent;
  box-shadow: inset 0 3px 5px transparent;
  color: #ffffff;
}

.form-group .btn-primary:focus:active {
  background: #298cff;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -ms-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -o-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  color: #ffffff;
}

.form-group2 {
  position: relative;
}

.form-group2 input {
  width: 100%;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.2);
}

.form-group2 input:focus {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.5);
}

.form-group2 .btn {
  width: 30%;
  position: absolute !important;
  top: 0px;
  right: 0px;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
  border-radius: 50px !important;
  height: 52px;
  top: 0px;
}

.checkbox, .radio {
  position: relative;
}

.checkbox span, .radio span {
  top: 0;
  position: absolute;
  display: inline-block;
  bottom: 0;
  margin: auto;
  margin-left: 10px;
}

input[type=checkbox], input[type=radio] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  overflow: hidden;
  width: 0px;
  height: 0px;
}

input[type="checkbox"] + label, input[type="radio"] + label {
  display: inline-block;
  width: 50px;
  height: 25px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #0076FF;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 0px;
  position: relative;
}

input[type=checkbox]:checked + label, input[type=radio]:checked + label {
  border: 1px solid #0076FF;
}

input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  display: block;
  width: 19px;
  height: 19px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #0076FF;
  top: 1px;
  left: 2px;
  margin: 1.3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

input[type="radio"] + label::before {
  content: "";
  position: absolute;
  display: block;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 1px solid #0076FF;
  left: 0;
  right: 0;
  top: 0;
  border: none;
  margin: auto;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

input[type="radio"]:checked + label::before {
  background: #0076FF;
  right: 2px;
  left: inherit;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

input[type="checkbox"]:checked + label::before {
  background: #0076FF;
  -webkit-transform: translateX(23px);
  -moz-transform: translateX(23px);
  -ms-transform: translateX(23px);
  -o-transform: translateX(23px);
  transform: translateX(23px);
}

.disabled input[type="checkbox"] + label {
  border: 1px solid #f0f0f0;
}

.disabled input[type="checkbox"] + label::before {
  border: 1px solid #f0f0f0;
}

.disabled input[type="radio"] + label {
  border: 1px solid #f0f0f0;
}

.disabled input[type="checkbox"]:checked + label::before, .disabled input[type="radio"]:checked + label::before {
  background: #f0f0f0;
}

input[type="radio"] + label {
  width: 25px;
  height: 25px;
  text-align: left;
}

input[type="radio"] + label::before {
  left: 1px;
  right: 1px;
  border: none;
}

input[type="radio"]:checked + label::before {
  left: 1px;
  right: 1px;
  border: none;
}

/* Notification
---------------------------------------- */
#notification {
  position: fixed;
  padding: 25px;
  line-height: 1.4;
  z-index: 10;
  top: 15px;
  left: 15px;
  margin: 0;
  border: 0px;
  width: 300px;
  -webkit-box-shadow: 0 25px 10px -15px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 25px 10px -15px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 25px 10px -15px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 25px 10px -15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 25px 10px -15px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translate3d(0, 40px, 0) scale3d(0.1, 0.6, 1);
  -moz-transform: translate3d(0, 40px, 0) scale3d(0.1, 0.6, 1);
  -ms-transform: translate3d(0, 40px, 0) scale3d(0.1, 0.6, 1);
  -o-transform: translate3d(0, 40px, 0) scale3d(0.1, 0.6, 1);
  transform: translate3d(0, 40px, 0) scale3d(0.1, 0.6, 1);
  pointer-events: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

#notification.success {
  background: #44DB5E;
  color: #ffffff;
}

#notification.error {
  background: #FF3824;
  color: #ffffff;
}

#notification.warning {
  background: #FFCD00;
  color: #ffffff;
}

#notification.info {
  background: #54C7FC;
  color: #ffffff;
}

#notification.primary {
  background: #0076FF;
  color: #ffffff;
}

#notification.secondary {
  background: #5751D9;
  color: #ffffff;
}

#notification.black {
  background: #181723;
  color: #ffffff;
}

#notification button {
  position: absolute;
  right: 10px;
  top: 10px;
}

#notification p {
  margin-bottom: 0px;
}

#notification.invisible {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translate3d(0, 40px, 0) scale3d(0.1, 0.6, 1);
  -moz-transform: translate3d(0, 40px, 0) scale3d(0.1, 0.6, 1);
  -ms-transform: translate3d(0, 40px, 0) scale3d(0.1, 0.6, 1);
  -o-transform: translate3d(0, 40px, 0) scale3d(0.1, 0.6, 1);
  transform: translate3d(0, 40px, 0) scale3d(0.1, 0.6, 1);
}

#notification.visible {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

@media all and (max-width: 767px) {
  #notification {
    width: 90%;
    right: 5%;
    left: 5%;
  }
}

#notification button.close {
  position: absolute;
  right: 20px;
  top: 20px;
}

/* Contact form
---------------------------------------- */
.contactform {
  position: fixed;
  padding: 25px;
  line-height: 1.4;
  z-index: 9;
  bottom: 0;
  right: 0px;
  margin: 0;
  border: 0px;
  width: 480px;
  height: 100%;
  background: #ffffff;
  left: inherit;
  color: #333333;
  font-size: 1.15em;
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
  -o-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, -90deg);
  -moz-transform: perspective(1000px) rotate3d(1, 0, 0, -90deg);
  -ms-transform: perspective(1000px) rotate3d(1, 0, 0, -90deg);
  -o-transform: perspective(1000px) rotate3d(1, 0, 0, -90deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, -90deg);
}

.form-content {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
}

.contactform button.close {
  position: absolute;
  right: 20px;
  top: 20px;
}

.contactform.visible {
  opacity: 1;
  -webkit-transform: perspective(1000px);
  -moz-transform: perspective(1000px);
  -ms-transform: perspective(1000px);
  -o-transform: perspective(1000px);
  transform: perspective(1000px);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.contactform input, .contactform textarea {
  background: #f7f7f7;
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
  opacity: 1 !important;
  display: block !important;
}

.contactform .btn {
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
}

.contactform input:focus, .contactform textarea:focus {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}

.contactform label {
  color: #9997a2;
}

@media all and (max-width: 767px) {
  .contactform {
    width: 100%;
  }
}

.loading-bar {
  background: #0076FF;
  width: 0%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.loading-bar.active {
  width: 100%;
}

.loading-bar.deactivate {
  height: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#contact .loading-bar {
  position: fixed !important;
}

/* Modal
---------------------------------------- */
.modal .close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.modal-backdrop.in {
  background: #030304;
  opacity: 0.85;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: alpha(opacity=85);
  z-index: 3;
}

.modal-content {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 40px 15px;
}

.newsletter {
  width: 100%;
  height: 100%;
}

.modal-md {
  width: 50%;
  max-width: 560px;
  min-width: 360px;
  height: auto;
}

.modal-dialog, .modal.in .modal-dialog {
  position: fixed;
  visibility: visible;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  -o-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  top: 50% !important;
  left: 0 !important;
  right: 0 !important;
  margin: auto;
}

/* Modal Animation
---------------------------------------- */
.Luxuryscale .modal-content {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.Luxuryscale.modal.in .modal-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.sideright .modal-content {
  -webkit-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -ms-transform: translateX(20%);
  -o-transform: translateX(20%);
  transform: translateX(20%);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.sideright.modal.in .modal-content {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.flip1, .flip2 {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.flip1 .modal-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-70deg);
  -moz-transform: rotateY(-70deg);
  -ms-transform: rotateY(-70deg);
  -o-transform: rotateY(-70deg);
  transform: rotateY(-70deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.flip1.modal.in .modal-content {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.flip2 .modal-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-70deg);
  -moz-transform: rotateX(-70deg);
  -ms-transform: rotateX(-70deg);
  -o-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.flip2.modal.in .modal-content {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

/* Table
---------------------------------------- */
.table {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
}

table tr, table td, table th {
  text-align: center;
}

table thead {
  text-transform: uppercase;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th {
  border: 0px solid rgba(0, 0, 0, 0.06);
}

.table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th {
  border: 0px solid rgba(0, 0, 0, 0.06);
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: 0px solid rgba(0, 0, 0, 0.06);
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.2);
}

.table-striped > tbody > tr:nth-of-type(odd):hover {
  background: #CECDD2;
}

.table > tbody > tr > td, .table > tbody > tr > th {
  border: 0px;
}

.table > tfoot > tr > td, .table > tfoot > tr > th {
  border: 0px;
}

.table > thead > tr > td {
  border: 0px;
}

.table > thead > tr > th {
  border: 0px;
  background: #ffffff;
  padding: 15px 0px;
  border-bottom: 1px solid #CECDD2;
  color: #181723;
}

.table-bordered {
  border: 0px;
}

table tbody {
  color: #181723;
}

/* Portfolio Card
---------------------------------------- */
.portfolio div[class*='col-'] {
  padding: 0px;
}

.portfolio .card {
  margin-bottom: 0px;
}

.card {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.card:hover {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}

.card-cover {
  overflow: hidden;
}

.card-cover::after {
  background: #1c1b1f;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
  transition: all 0.4s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
}

.card:hover .card-cover::after {
  background: #1c1b1f;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}

.card-cover img {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 1, 0.5, 1);
  -moz-transition: -moz-transform 1s cubic-bezier(0, 1, 0.5, 1);
  -ms-transition: -ms-transform 1s cubic-bezier(0, 1, 0.5, 1);
  -o-transition: -o-transform 1s cubic-bezier(0, 1, 0.5, 1);
  transition: transform 1s cubic-bezier(0, 1, 0.5, 1);
}

.card:hover img {
  -webkit-transform: perspective(1px) scale(1.15);
  -moz-transform: perspective(1px) scale(1.15);
  -ms-transform: perspective(1px) scale(1.15);
  -o-transform: perspective(1px) scale(1.15);
  transform: perspective(1px) scale(1.15);
}

.card-block {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: perspective(1px) scale(0.8);
  -moz-transform: perspective(1px) scale(0.8);
  -ms-transform: perspective(1px) scale(0.8);
  -o-transform: perspective(1px) scale(0.8);
  transform: perspective(1px) scale(0.8);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 1, 0.5, 1), opacity 1s cubic-bezier(0, 1, 0.5, 1);
  -moz-transition: -moz-transform 1s cubic-bezier(0, 1, 0.5, 1), opacity 1s cubic-bezier(0, 1, 0.5, 1);
  -ms-transition: -ms-transform 1s cubic-bezier(0, 1, 0.5, 1), opacity 1s cubic-bezier(0, 1, 0.5, 1);
  -o-transition: -o-transform 1s cubic-bezier(0, 1, 0.5, 1), opacity 1s cubic-bezier(0, 1, 0.5, 1);
  transition: transform 1s cubic-bezier(0, 1, 0.5, 1), opacity 1s cubic-bezier(0, 1, 0.5, 1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  width: 100%;
  height: 100px;
}

.card:hover .card-block {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transform: scale(1) perspective(1px);
  -moz-transform: scale(1) perspective(1px);
  -ms-transform: scale(1) perspective(1px);
  -o-transform: scale(1) perspective(1px);
  transform: scale(1) perspective(1px);
}

.card-info {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

/* Team
---------------------------------------- */
.team {
  position: relative;
  margin-bottom: 20px;
  cursor: default;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.team:hover {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}

.team-gradient, .team-cover::after, .team:hover .team-cover::after {
  background: #0076FF;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #0076ff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #0076ff 100%);
  background: -webkit-gradient(linear, top, bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(1, #0076ff));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0), #0076ff);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #0076ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#0076ff',GradientType=0 );
}

.team-cover {
  overflow: hidden;
}

.team-cover::after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
  transition: all 0.4s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
}

.team:hover .team-cover::after {
  opacity: 0.85;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: alpha(opacity=85);
}

.team-cover img {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 1, 0.5, 1);
  -moz-transition: -moz-transform 1s cubic-bezier(0, 1, 0.5, 1);
  -ms-transition: -ms-transform 1s cubic-bezier(0, 1, 0.5, 1);
  -o-transition: -o-transform 1s cubic-bezier(0, 1, 0.5, 1);
  transition: transform 1s cubic-bezier(0, 1, 0.5, 1);
  width: 100%;
}

.team:hover img {
  -webkit-transform: perspective(1px) scale(1.15);
  -moz-transform: perspective(1px) scale(1.15);
  -ms-transform: perspective(1px) scale(1.15);
  -o-transform: perspective(1px) scale(1.15);
  transform: perspective(1px) scale(1.15);
}

.team-block {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 50%;
  padding: 5px 5px 5px 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.team-block h4, .team-block p {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateY(200%);
  -moz-transform: translateY(200%);
  -ms-transform: translateY(200%);
  -o-transform: translateY(200%);
  transform: translateY(200%);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.team-social a {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateY(200%);
  -moz-transform: translateY(200%);
  -ms-transform: translateY(200%);
  -o-transform: translateY(200%);
  transform: translateY(200%);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.team-block h4 {
  -webkit-transition-delay: 0.05s;
  -moz-transition-delay: 0.05s;
  -ms-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.team-block p {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.team:hover .team-block h4, .team:hover .team-block p {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

.team:hover .team-social a {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

.team:hover .team-block p {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}

.team-social {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 50%;
  text-align: right;
  padding: 5px 25px 5px 0px;
  overflow: hidden;
}

.team-social a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-left: 3px;
  margin-right: 0px;
  margin-bottom: 10px;
}

.team-social a:last-child {
  margin-right: 0px;
}

.team-social a:first-child {
  margin-left: 0px;
}

.team-social a i {
  line-height: 30px;
}

.team .team-social a:hover {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all 0.3s ease-out, scale 0.2s ease-out;
  -moz-transition: all 0.3s ease-out, scale 0.2s ease-out;
  -ms-transition: all 0.3s ease-out, scale 0.2s ease-out;
  -o-transition: all 0.3s ease-out, scale 0.2s ease-out;
  transition: all 0.3s ease-out, scale 0.2s ease-out;
}

.team-social a:nth-of-type(1) {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.team-social a:nth-of-type(2) {
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -ms-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.team-social a:nth-of-type(3) {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.team-social a:nth-of-type(4) {
  -webkit-transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  -ms-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/* Countdown Timer
---------------------------------------- */
.visible .countdown {
  height: 1em;
  -webkit-transition: all 0.5s 0.5s;
  -moz-transition: all 0.5s 0.5s;
  -ms-transition: all 0.5s 0.5s;
  -o-transition: all 0.5s 0.5s;
  transition: all 0.5s 0.5s;
}

.countdown {
  font-weight: 400;
  width: 100%;
  position: relative;
  line-height: 1em;
  overflow: hidden;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 1em;
  font-size: 7em;
}

.countdown .digits {
  display: inline-block;
}

.countdown .digits span {
  bottom: -1em;
  display: inline-block;
  min-width: .7em;
  position: relative;
  text-align: left;
  -webkit-transition: 0s none;
  -moz-transition: 0s none;
  -ms-transition: 0s none;
  -o-transition: 0s none;
  transition: 0s none;
}

.countdown .digits span:first-child {
  text-align: right;
}

.countdown .digits span.animate {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
}

.countdown .digits span::before {
  content: attr(data-old);
  position: absolute;
  top: -100%;
  -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);
}

@media (max-width: 1024px) {
  .countdown {
    font-size: 4em;
  }
}

@media (max-width: 767px) {
  .countdown {
    font-size: 2.5em;
  }
}

@media (max-width: 479px) {
  .countdown {
    font-size: 2em;
    font-size: 2em;
  }
}
