@import url(font-awesome.min.css);
@import url(ionicons.min.css);
@import url(bootstrap.min.css);
@import url(animate.css);
@import url(photoswipe.css);
@import url(default-skin/default-skin.css);
@import url(jquery.mCustomScrollbar.css);
@import url(vegas.css);
/* Google Fonts */
@import url("http://fonts.googleapis.com/css?family=Montserrat:400,700");
@import url("http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700");
@import url("https://fonts.googleapis.com/css?family=Raleway:400,200,600");
@import url("https://fonts.googleapis.com/css?family=Pacifico");
@import "home-custom.css";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@-webkit-keyframes spin-1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes spin-1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spin-1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spin-2 {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@-moz-keyframes spin-2 {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes spin-2 {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
#loading {
  width: 100vw;
  height: 100vh;
  background: #20232D;
  position: fixed;
  z-index: 999;
}
#loading #preloader span {
  position: absolute;
  border: 4px solid #0fe0ba;
  border-radius: 100%;
}
#loading #preloader:after {
  content: "Three Connects connecting...";
  /* Text under the circles */
  position: absolute;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  color: #4d515f;
  letter-spacing: 1px;
  font-family: Montserrat, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  top: 90px;
  width: 100%;
  left: 0;
  right: 0;
  height: 1px;
  text-align: center;
}
/* ------------------------------------- */
/* 1. Generic styles ................... */
/* ------------------------------------- */
body {
  background: #20232D;
  font-family: "Open Sans", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 100%;
  line-height: 1.5em;
  position: absolute;
  height: 100%;
  margin-top: 10vh;
}
.scroll-touch {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
body,
html {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
}
body,
input,
select,
textarea {
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -ms-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}
a {
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -ms-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  cursor: pointer;
  text-decoration: none;
  color: #FFFFFF;
}
a:hover {
  color: #0dc8a6;
  text-decoration: none !important;
  outline: none !important;
}
a:active,
a:focus {
  outline: none !important;
  text-decoration: none !important;
  color: #FFFFFF;
}
button {
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -ms-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  cursor: pointer;
}
button:hover,
button:active,
button:focus {
  outline: none !important;
  text-decoration: none !important;
  color: #2B2D35;
}
strong,
b {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
p {
  margin: 0;
  font-size: 1em;
  line-height: 1.6em;
  color: #FFFFFF;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #FFFFFF;
  font-weight: 400;
  line-height: 1.3em;
  font-family: Raleway, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: inherit;
}
h1,
h2 .polyfy-title,
h3 .polyfy-title {
  font-size: 60px;
  font-weight: 400;
}
h2 .polyfy-title {
  line-height: 60px;
}
h2 {
  font-size: 22px;
  margin-top: 15px;
  margin-bottom: 30px;
}
h3 {
  font-size: 30px;
  margin-bottom: 25px;
}
h4 {
  font-size: 25px;
  margin-bottom: 25px;
}
h5 {
  font-size: 20px;
  margin-bottom: 25px;
}
h6 {
  font-size: 15px;
  margin-bottom: 25px;
}
sub {
  font-size: 0.8em;
  position: relative;
  top: 0.5em;
}
sup {
  font-size: 0.8em;
  position: relative;
  top: -0.5em;
}
.clear {
  clear: both;
}
.display-none {
  display: none !important;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.no-margin-bottom {
  margin-bottom: 0;
}
.opacity-0 {
  opacity: 0 !important;
  visibility: hidden !important;
}
.opacity-03 {
  opacity: 0.3 !important;
}
.opacity-1 {
  opacity: 1 !important;
  visibility: visible !important;
}
.index-999 {
  z-index: -999 !important;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #2B2D35;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #2B2D35;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #2B2D35;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #2B2D35;
}
.tooltip .tooltip-inner {
  background: #2B2D35;
  color: #0fe0ba;
  font-family: Montserrat, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-weight: 400;
}
::-moz-selection {
  color: #FFFFFF;
  background-color: #0fe0ba;
}
::selection {
  color: #FFFFFF;
  background-color: #0fe0ba;
}
.global-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  overflow: visible;
  width: 100%;
  z-index: 0;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.global-overlay.hide-overlay {
  opacity: 0.4 !important;
}
.global-overlay .overlay {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh !important;
  -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-transition: all 3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 3s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-right: 1px solid #15171e;
}
.global-overlay .overlay.skew-part {
  -webkit-transform: skew(-25deg, 0deg);
  -moz-transform: skew(-25deg, 0deg);
  -ms-transform: skew(-25deg, 0deg);
  -o-transform: skew(-25deg, 0deg);
  transform: skew(-25deg, 0deg);
}
.global-overlay .overlay .overlay-dash {
  background: url(../img/overlay.svg);
  background-size: cover;
  background-position: center center;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh !important;
}
.brand-logo {
  position: relative;
  max-width: 150px;
  margin: auto;
  margin-bottom: 15px;
}
.polyfy-title {
  padding: 0 15px 0 0;
  margin-left: -10px;
  color: #FFFFFF;
  text-transform: none;
  font-family: Montserrat, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}
@-moz-keyframes scroll {
  0% {
    -moz-transform: translateY(0px);
  }
  50% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0px);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.scroll-down {
  display: none;
  content: "";
  -webkit-animation: scroll 1.3s ease-out infinite forwards;
  -moz-animation: scroll 1.3s ease-out infinite forwards;
  animation: scroll 1.3s ease-out infinite forwards;
}
.widget-angle-top-right {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: none;
  padding: 0;
  color: #0fe0ba;
  font-size: 1em;
  border-top: 50px solid #2B2D35;
  border-left: 50px solid transparent;
}
.widget-angle-top-right span.icon-text {
  font-family: Montserrat, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-weight: 700;
  position: absolute;
  top: -47px;
  left: -22px;
}
.widget-angle-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  background: transparent;
  border: none;
  padding: 0;
  color: #0fe0ba;
  font-size: 1em;
  border-bottom: 50px solid #2B2D35;
  border-left: 50px solid transparent;
}
.widget-angle-bottom-right span.icon-text {
  font-family: Montserrat, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-weight: 700;
  position: absolute;
  top: 23px;
  left: -22px;
}
.widget-angle-bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  background: transparent;
  border: none;
  padding: 0;
  color: #0fe0ba;
  font-size: 1em;
  border-bottom: 50px solid #2B2D35;
  border-right: 50px solid transparent;
}
.widget-angle-bottom-left span.icon-text {
  font-family: Montserrat, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-weight: 700;
  position: absolute;
  top: 23px;
  left: 7px;
}
.widget-angle-top-left {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  border: none;
  padding: 0;
  color: #0fe0ba;
  font-size: 1em;
  border-top: 50px solid #2B2D35;
  border-right: 50px solid transparent;
}
.widget-angle-top-left span.icon-text {
  font-family: Montserrat, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-weight: 700;
  position: absolute;
  top: -47px;
  left: 7px;
}
.mCSB_scrollTools {
  /* Scrollbar */
  position: absolute;
  width: 5px;
  height: auto;
  left: auto;
  top: 0;
  right: -5px;
  bottom: 0;
  z-index: 25;
  -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 5px;
  height: 100%;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-color: #757a86;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 5px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  text-align: center;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #0fe0ba;
}
.mCSB_scrollTools-left {
  right: 0 !important;
}
@-webkit-keyframes anim-open {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -o-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes anim-open {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -o-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes anim-open {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -o-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes anim-close {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -o-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
}
@-moz-keyframes anim-close {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -o-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
}
@keyframes anim-close {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -o-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
}
.success-message,
.error-message {
  color: #757A86;
}
.success-message p,
.error-message p {
  color: #757A86 !important;
}
.success-message .ion-checkmark-round,
.error-message .ion-checkmark-round {
  color: #27AE60;
}
.error-message .ion-close-round {
  color: #FF1D4D;
}
.font-style-italic {
  font-style: italic;
}
ul.decimal {
  list-style: decimal;
}
ul.lower-alpha {
  list-style: lower-alpha;
}
ul.lower-roman {
  list-style: lower-roman;
}
.no-background {
  background: none !important;
}
.show-in-vertical {
  display: none;
}
.show-in-half-block {
  display: block;
}
.btn-link {
  margin: 10px 5px 5px 0;
}
.font-white {
  color: #fff;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-y-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.margin-y-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.light-btn {
  background: transparent;
  font-weight: 600;
  padding: 0.7em 2em;
  color: #FFFFFF;
  display: inline-block;
  margin-right: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.light-btn:hover {
  background: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.our-service-btn {
  background: #1141b0;
  font-weight: 600;
  padding: 0.7em 2em;
  color: #FFFFFF;
  display: inline-block;
  margin-right: 10px;
  border: 1px solid #1c2d66;
}
.our-service-btn:hover {
  background: #FFFFFF;
  color: #2B2D35;
  border-color: #FFFFFF;
}
.action-btn {
  background: #3b3065;
  font-weight: 600;
  padding: 0.7em 2em;
  color: #FFFFFF;
  display: inline-block;
  border: 1px solid #322075;
}
.action-btn:hover {
  background: #FFFFFF;
  color: #2B2D35;
  border-color: #FFFFFF;
}
@media only screen and (max-width: 1200px) {
  .light-btn,
  .our-service-btn,
  .action-btn {
    padding: 0.7em 1em;
  }
}
#constellationel {
  z-index: 1;
  left: 0;
  top: 0;
  position: absolute;
}
/* ------------------------------------- */
/* Contact .......................... */
/* ------------------------------------- */
.info-contact {
  margin-bottom: 0;
}
.info-contact .item-map {
  padding: 0;
}
.info-contact .item-map:first-child {
  padding-left: 15px;
}
.info-contact .item-map:last-child {
  padding-right: 15px;
}
.info-contact .item-map .contact-item {
  padding: 15px 0;
  font-size: 14px;
  text-align: center;
}
.info-contact .item-map .contact-item i {
  color: #0fe0ba;
  font-size: 2em;
}
.info-contact .item-map .contact-item a {
  font-weight: 600;
  color: #757A86;
}
.info-contact .item-map .contact-item a:hover {
  color: #0fe0ba;
}
#contact-form {
  color: #747c83;
  font-size: 14px;
}
#contact-form a {
  color: #747c83;
  font-size: 14px;
}
#contact-form a:hover {
  text-decoration: underline !important;
}
#contact-form .form-control {
  background: #FFFFFF;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: 400;
  outline: medium none;
  height: 40px;
  width: 100%;
  color: #000000;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  text-align: left;
}
#contact-form .form-control:hover,
#contact-form .form-control:focus {
  box-shadow: none;
}
#contact-form select.form-control {
  color: #747c83;
  padding: 6px 6px;
}
#contact-form input[type=checkbox] {
  vertical-align: text-top;
}
#contact-form .form-control::-webkit-input-placeholder {
  color: #747c83 !important;
}
#contact-form .form-control::-moz-placeholder {
  color: #747c83 !important;
}
#contact-form .form-control:-moz-placeholder {
  color: #747c83 !important;
}
#contact-form .form-control:-ms-input-placeholder {
  color: #747c83 !important;
}
#contact-form textarea.form-control {
  min-height: 150px;
}
#contact-form button#valid-form {
  font-weight: 400;
  padding: 1em 2em;
  font-size: 1em;
  display: block;
  margin: 0 auto 0;
  background: #0fe0ba;
  color: #FFFFFF;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-weight: 700;
  width: 100%;
  line-height: 10px;
}
#contact-form button#valid-form:hover {
  background: #0dc8a6;
  color: #FFFFFF;
}
#contact-form .error.help-block {
  color: #a94442;
}
#block-answer {
  min-height: 60px;
  margin-top: 1em;
  text-align: center;
  color: #757A86;
}
.footer-link {
  position: absolute;
  left: 0;
  bottom: 2%;
  padding: 0 5%;
  display: inline-block;
  text-align: center;
  width: 100%;
  z-index: 9;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: all 0.7s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.7s cubic-bezier(0.42, 0, 0.58, 1);
  -ms-transition: all 0.7s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.7s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.7s cubic-bezier(0.42, 0, 0.58, 1);
}
.footer-link a {
  font-size: 12px;
}
.footer-link a.social-icons i {
  color: #FFFFFF;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
}
.footer-link a.social-icons {
  color: white;
  width: 20px;
  line-height: 20px;
  letter-spacing: 0;
  background: transparent;
  font-size: 1em;
  font-weight: 300;
  height: 20px;
  display: inline-block;
  text-align: center;
  margin-right: 2px;
  border: none;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
}
.footer-link a:hover {
  color: #0fe0ba;
  background: transparent;
}
.footer-link a:hover i {
  color: #0fe0ba;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.footer-copyright-text a {
  color: #747c83;
}
footer {
  padding: 10px 0;
  background: transparent;
  text-align: center;
}
footer p {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #757A86;
}
.v-footer-link,
.v-footer-link a {
  color: #747c83;
  font-size: 12px;
}
#home-wrap {
  position: fixed;
  background: transparent;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  z-index: 0;
  -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-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#home-wrap:before {
  content: " ";
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  background: rgba(32, 35, 45, 0.8);
  z-index: 0;
  outline: none;
}
#home-wrap .content {
  position: absolute;
  z-index: 0;
  left: 0%;
  padding: 0;
  top: 50vh;
  width: 100%;
  padding: 0 5%;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 1;
  visibility: visible;
}
#home-wrap .content .content_text_intro {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
#home-wrap .content p {
  font-weight: 400;
  line-height: 1.4em;
  font-family: Raleway, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-size: 22px;
  margin-top: 15px;
  margin-bottom: 30px;
}
/* ------------------------------------- */
/* 3. More informations ................ */
/* ------------------------------------- */
#info-wrap {
  background: #FFFFFF;
  overflow: auto;
  color: #000000;
  margin: 0;
  z-index: 15;
  position: relative;
  width: 50%;
  min-height: 100vh;
  left: 100vw;
  opacity: 0;
  top: 0;
  -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-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#info-wrap h1,
#info-wrap h2,
#info-wrap h3,
#info-wrap h4,
#info-wrap h5,
#info-wrap h6 {
  color: #000000;
  font-size: 50px;
}
#info-wrap p {
  color: #747c83;
}
.g-recaptcha div {
  margin: 0 auto;
}
.footer-copyright-text a {
  color: #747c83;
}
#info-wrap.show-info {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 1;
}
#info-wrap .center-text {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}
#info-wrap .content {
  width: 100%;
  padding: 8% 10% 0;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 1;
  visibility: visible;
}
#info-wrap .content h1,
#info-wrap .content h2,
#info-wrap .content h3,
#info-wrap .content h4,
#info-wrap .content h5,
#info-wrap .content h6 {
  color: #757A86;
}
#info-wrap .content h3 {
  font-family: Montserrat, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
#info-wrap .content span.separator {
  display: block;
  height: 2px;
  background: #FFFFFF;
  width: 100%;
  margin: 50px 0 60px;
}
#info-wrap .content p {
  color: #747c83;
}
#info-wrap h1,
#info-wrap h2,
#info-wrap h3,
#info-wrap h4,
#info-wrap h5,
#info-wrap h6 {
  font-weight: 600;
}
#info-wrap h1.darky,
#info-wrap h2.darky,
#info-wrap h3.darky,
#info-wrap h4.darky,
#info-wrap h5.darky,
#info-wrap h6.darky {
  color: #555555;
  text-transform: uppercase;
  font-weight: 600;
  font-family: Montserrat, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
}
#info-wrap h1.lighty,
#info-wrap h2.lighty,
#info-wrap h3.lighty,
#info-wrap h4.lighty,
#info-wrap h5.lighty,
#info-wrap h6.lighty {
  color: #F7F7F7;
  text-transform: uppercase;
  font-weight: 600;
  font-family: Montserrat, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
}
#info-wrap p {
  color: #747c83;
}
#info-wrap .grey-hero p {
  color: #666;
}
#info-wrap .hero {
  position: relative;
  background-color: #FFFFFF;
  height: 25vh;
  display: table;
  width: 100% !important;
  padding: 8% 10% 3% 10%;
  text-align: center;
}
#info-wrap .dark-hero {
  position: relative;
  background-color: #20232D;
  height: 25vh;
  display: table;
  width: 100% !important;
  padding: 8% 10%;
  text-align: center;
}
#info-wrap .grey-hero {
  position: relative;
  background-color: #ccc;
  height: 25vh;
  display: table;
  width: 100% !important;
  padding: 5% 10%;
  text-align: center;
}
#info-wrap .dark-hero:after {
  z-index: 5;
  position: absolute;
  top: 98.1%;
  left: 50%;
  margin-left: -50px;
  content: '';
  width: 0;
  height: 0;
  border-top: solid 50px #20232D;
  border-left: solid 50px transparent;
  border-right: solid 50px transparent;
}
#info-wrap .content {
  padding: 0;
}
#info-wrap .content-form {
  padding: 8% 10%;
  background: #f2f3f7;
}
#info-wrap .no-padding-bottom {
  padding-bottom: 0;
}
#info-wrap .center-text {
  vertical-align: middle;
  display: table-cell;
}
#info-wrap .photo-line figure {
  padding: 0;
  margin: 0;
  width: 50%;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  background: #000000;
}
#info-wrap .photo-line figure.clear-second {
  clear: both;
}
#info-wrap .photo-line figure a.box-picture {
  overflow: hidden;
  width: 100%;
  display: block;
  position: relative;
  background: #20232D;
}
#info-wrap .photo-line figure a.box-picture img {
  opacity: 0.6;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
#info-wrap .photo-line figure a.box-picture .text-center {
  bottom: 50%;
  line-height: 1;
  height: auto;
  width: 100%;
  text-align: center;
  left: 0;
  opacity: 1;
  position: absolute;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -ms-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
#info-wrap .photo-line figure a.box-picture .text-center h4 {
  color: #FFFFFF;
  font-family: Raleway, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 2px;
}
#info-wrap .photo-line figure a.box-picture .text-center p {
  color: #F7F7F7;
  font-weight: 600;
  font-size: 0.8em;
}
#info-wrap .photo-line figure a.box-picture:hover {
  background: #20232D;
}
#info-wrap .photo-line figure a.box-picture:hover img {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#info-wrap .photo-line figure a.box-picture:hover p {
  opacity: 1;
}
#info-wrap .photo-line figure img {
  overflow: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -ms-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#info-wrap .photo-line figure figcaption {
  display: none;
}
#info-wrap .photo-line figure .photo-details {
  background: #FFFFFF;
  padding: 1em;
  text-align: left;
  color: #747c83;
}
#info-wrap .photo-line figure .photo-details h4 {
  font-weight: 800;
  margin-bottom: 1em;
  text-transform: uppercase;
  font-size: 0.8em;
  opacity: 1;
  color: #747c83;
}
#info-wrap .photo-line figure .photo-details span.border {
  display: block;
  height: 2px;
  background: #0fe0ba;
  width: 10%;
  margin: 0.8em 0 1em;
}
#info-wrap .photo-line figure .photo-details p {
  font-size: 0.9em;
  color: #999999;
  font-weight: 500;
  line-height: 1.2;
}
.command-info-wrap {
  position: fixed;
  top: 0;
  left: 100vw;
  opacity: 0;
  z-index: 5;
  color: #FFFFFF;
  padding: 0;
  background: #2B2D35;
  width: 50%;
  height: 100vh;
  border: none;
  -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-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.command-info-wrap button.to-close {
  background: #2B2D35;
  font-size: 1.5em;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 50px;
  height: 100%;
  line-height: 100%;
  text-align: center;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
}
.command-info-wrap button.to-close i {
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
}
.command-info-wrap button.to-close:hover {
  background: #22232a;
  color: #FFFFFF;
}
.command-info-wrap button.to-close:hover i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.command-info-wrap .to-scroll {
  background: transparent;
  font-size: 1.5em;
  border: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
}
.command-info-wrap .to-scroll:hover {
  color: #FFFFFF;
}
.command-info-wrap .to-scroll.hide-scroll {
  bottom: -50px !important;
}
.content_intro_0,
.content_intro_1,
.content_intro_2,
.content_intro_3,
.content_intro_4,
.content_intro_5 {
  display: none;
}
.content_intro_0.show,
.content_intro_1.show,
.content_intro_2.show,
.content_intro_3.show,
.content_intro_4.show {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .global-overlay.hide-overlay {
    opacity: 1 !important;
  }
  .global-overlay .overlay {
    left: 0;
    width: 100%;
    height: 100%;
  }
  .global-overlay .overlay.skew-part {
    -webkit-transform: skew(0deg, 0deg);
    -moz-transform: skew(0deg, 0deg);
    -ms-transform: skew(0deg, 0deg);
    -o-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
  }
  h1 .polyfy-title,
  h2 .polyfy-title,
  h3 .polyfy-title {
    font-size: 32px;
  }
  .mCSB_scrollTools {
    display: none;
  }
  .mCSB_scrollTools-left {
    right: 0 !important;
  }
  .show-in-vertical {
    display: block;
  }
  .show-in-half-block {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  #home-wrap .content .content_text_intro {
    width: 80%;
  }
}
@media only screen and (max-width: 1024px) {
  #home-wrap {
    position: relative;
    width: 100%;
    height: auto;
    padding: 100px 0 150px;
  }
  #home-wrap.hide-left {
    width: 100% !important;
  }
  #home-wrap .content {
    position: relative;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: auto;
    text-align: center;
  }
  #home-wrap .content .content_text_intro {
    width: 100%;
  }
  #home-wrap .content p {
    font-size: 20px;
  }
  .command-info-wrap {
    display: none !important;
  }
  #info-wrap {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    top: 0;
    width: 100%;
    opacity: 1;
    left: 0;
  }
  #info-wrap.show-info {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media only screen and (max-width: 768px) {
  .center-text h3 {
    font-size: 40px !important;
  }
  #info-wrap .card-deck .btn-package {
    padding: 8px 12px;
  }
}
@media screen and (max-height: 575px) {
  #rc-imageselect,
  .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
@media screen and (max-device-width: 667px) and (orientation: landscape) {
  h1.text-intro {
    font-size: 30px;
  }
  h2.text-intro {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .action-btn {
    max-width: 70%;
    min-width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .info-contact .item-map:first-child {
    padding-left: 0;
  }
  .info-contact .item-map:last-child {
    padding-right: 0;
  }
}
@media screen and (max-device-width: 667px) and (orientation: landscape) {
  #contact-form {
    margin-top: 30px;
  }
}
@media screen and (max-device-width: 667px) and (orientation: landscape) {
  #home-wrap {
    padding: 50px 0 100px;
  }
}
@media only screen and (max-width: 480px) {
  h1.text-intro {
    font-size: 25px;
  }
  h2.text-intro {
    font-size: 18px;
  }
  .center-text h3 {
    font-size: 30px !important;
  }
  .polyfy-title {
    padding: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 360px) {
  h1.text-intro {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .light-btn,
  .our-service-btn,
  .action-btn {
    max-width: 80%;
    min-width: 70%;
    margin-top: 10px;
  }
  .action-btn {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 480px) {
  #contact-form {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 480px) {
  #home-wrap {
    padding: 50px 0 100px;
  }
  #home-wrap .content {
    padding: 0 3%;
  }
  #home-wrap .content p {
    font-size: 16px;
  }
  #home-wrap.minimal-phone {
    height: 100vh;
  }
}
@media only screen and (max-width: 360px) {
  #home-wrap .content p {
    font-size: 14px;
  }
}
