@import 'fontello.css';
html,
body {
  height: 100%;
}
body {
  font-family: 'Barlow', sans-serif;
  color: #999;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
::-moz-selection {
  background-color: #999;
  color: #fff;
}
::selection {
  background-color: #999;
  color: #fff;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 1px;
  font-family: 'Barlow', sans-serif;
  color: #333;
}
h1 {
  font-size: 38px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
  font-weight: 600;
}
h6{
  font-size: 12px;
  font-weight: 400;
}
a {
  color: #999;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #2596C1;
  text-decoration: none;
  opacity: 0.6;
}
a:focus {
  color: #2596C1;
  text-decoration: none;
}
p {
  color: #999;
}
section {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  z-index: 10;
  background-color: #fff;
  border-bottom: 1px solid #e8e8e8;
}
.form-group:last-child {
  margin-bottom: 0;
}
.form-control {
  padding: 15px 25px;
  height: auto;
  border-radius: 4px;
  background-color: transparent;
  font-size: 14px;
  box-shadow: none;
  border-color: #eee;
  background-color: #f7f7f7;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
  background-color: #f1f1f1;
  border-color: #ffce88;
}
.form-group.has-error .form-control {
  border-color: #ff8d82;
  box-shadow: none;
}
.form-group.has-success .form-control {
  border-color: #2ecc71;
}
textarea.form-control {
  min-height: 150px;
}
.title{
  margin: 0 0 30px 0;
  position: relative;
  z-index: 10;
}
.title h2 {
  margin: 0;
  font-weight: 700;
  font-size: 48px;
}
.title h3 {
  margin: 0;
  font-weight: 600;
  font-size: 38px;
}
.title p{
  margin-top: 30px;
}
#sscr{
  height: auto !important;
}
#home {
  padding: 0;
  height: 100%;
  border: 0;
  position: relative;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
#home.active{
  -webkit-transform: translateX(-700px);
  -moz-transform: translateX(-700px);
  -ms-transform: translateX(-700px);
  -o-transform: translateX(-700px);
  transform: translateX(-700px);
}
#home-slider {
  border: 0;
  margin: 0;
  height: 100%;
  display: flex;
  justify-content: center;
}
#home-slider .slides {
  height: 100%;
  position: relative;
}
#home-slider .slides > li {
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
}
#home-slider.kenburn .slide-image {
  transition: transform 8s ease 0s;
  -webkit-transition: -webkit-transform 8s ease 0s;
  -moz-transition: -moz-transform 8s ease 0s;
}
#home-slider .flex-direction-nav > li {
  position: relative;
  z-index: 2000;
  display: inline-block;
  margin-right: 10px;
}
#home-slider .flex-direction-nav > li.flex-nav-next {
  margin-right: 0;
}
#home-slider .flex-direction-nav > li > a {
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  background-color: #fff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#home-slider .flex-direction-nav > li > a:hover {
  opacity: 0.7;
}
.home-logo {
  display: block;
  width: 350px;
  margin: auto;
  margin-bottom: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.home-logo img{
  display: block;
  width: 100%;
}
.slide-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.slide-image.ff-fix {
  position: absolute;
}
.slide-wrap {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  position: relative;
  background-color: rgba(11,18,30,0.8);
  z-index: 100;
}
.slide-content {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 10;
  color: #fff;
  text-align: center;
}
.slide-content h1 {
  font-weight: 700;
  font-size: 56px;
  color: #fff;
  margin: 0 0 15px 0;
}
.slide-content p {
  font-family: 'Barlow', sans-serif;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  margin: 0 0 35px 0;
}
.slide-contact{
  display: grid;
  grid-template-columns: repeat(2,auto) 1fr;
  grid-gap: 40px;
  margin: 0 auto;
  margin-top: 40px;
  width: 100%;
  max-width: 820px;
}
.contact-icon{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 100%;
}
.contact-icon img{
  display: block !important;
  height: 25px !important;
}
.contact-box{
  display: grid;
  align-items: center;
  grid-template-columns: 60px 1fr;
  grid-gap: 15px;
}
.contact-box a{
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
}
.contact-box .events{
  pointer-events: none;
}
.btn-mid {
  border: none;
  outline: none;
  padding: 20px 30px;
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  opacity: 1;
  background: #ffce88;
  background: -moz-linear-gradient(45deg, #ffce88 0%, #f47e44 100%);
  background: -webkit-linear-gradient(45deg, #ffce88 0%,#f47e44 100%);
  background: linear-gradient(45deg, #ffce88 0%,#f47e44 100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-mid:hover{
  opacity: 0.5;
  color: #fff;
}
.flex-control-nav {
  position: absolute;
  bottom: 60px;
  text-align: center;
  z-index: 100;
}
.flex-control-nav > li {
  width: auto;
  text-align: center;
  margin-right: 15px;
  display: inline-block;
}
.flex-control-nav > li:last-child {
  margin-right: 0px;
}
.flex-control-paging > li > a {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  text-indent: -9999px;
  display: block;
  margin: auto;
  z-index: 100;
  background-color: #fff;
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-control-paging > li > a.flex-active {
  opacity: 1;
}
.flex-direction-nav{
  position: absolute;
  bottom: 60px;
  right: 120px;
  display: none;
}
.btn-phone{
  position: absolute;
  left: 120px;
  bottom: 60px;
  z-index: 100;
}
.btn-phone a{
  opacity: 1;
  background-color: #fff;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  font-size: 20px;
}
.btn-phone a:hover{
  background-color: rgba(255,255,255,0.6);
}
.case-btn{
  opacity: 1 !important;
  position: absolute;
  bottom: 60px;
  right: 120px;
  border: none;
  outline: none;
  padding: 18px 25px;
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
  z-index: 100;
  overflow: hidden;
}
.case-btn:before{
  content: '';
  position: absolute;
  background-color: #fff;
  top: 0;
  left: -100%;
  right: initial;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.case-btn:hover:before{
  left: 100%;
}
.case-btn:hover{
  color: #fff;
}
.case-btn i{
  margin-left: 10px;
}
.case-btn span{
  position: relative;
  z-index: 10;
}
.form-container {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 700px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 200;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transform: translateX(700px);
  -moz-transform: translateX(700px);
  -ms-transform: translateX(700px);
  -o-transform: translateX(700px);
  transform: translateX(700px);
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.form-container.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.close-btn{
  cursor: pointer;
  position: absolute;
  top: 60px;
  right: 60px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background: #ffce88;
  width: 50px;
  height: 50px;
  color: #fff;
  background: -moz-linear-gradient(45deg, #ffce88 0%, #f47e44 100%);
  background: -webkit-linear-gradient(45deg, #ffce88 0%,#f47e44 100%);
  background: linear-gradient(45deg, #ffce88 0%,#f47e44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffce88', endColorstr='#f47e44',GradientType=1 );
}
.form-inner{
  display: block;
  width: 100%;
  padding: 100px;
}
.alert-container{
  opacity: 1;
  visibility: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 10000;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.alert-wrapper{
  padding: 0 30px;
  display: block;
  width: 100%;
  max-width: 560px;
  position: absolute;
}
.alert-wrapper p{
  padding: 40px;
  font-weight: 600;
  color: #333;
  background-color: #fff;
  text-align: center;
  margin-bottom: 0;
}
.alert-close {
  cursor: pointer;
  position: absolute;
  top: 60px;
  right: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #fff;
  color: #333;
  opacity: 1;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.alert-close:hover{
  opacity: 0.6;
}
.alert-container.hidden{
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.tooltip-info{
  cursor: pointer;
}
.tooltip-info span {
  display: none;
  font-size: 14px;
  font-weight: 700;
  max-width: 300px;
  text-align: left;
  background: #fff;
  border: 1px solid #eee;
  color: #333;
  padding: 20px;
  z-index: 100;
  -webkit-box-shadow: 7px 7px 30px 0 rgba(0,0,0,.3);
  -moz-box-shadow: 7px 7px 30px 0 rgba(0,0,0,.3);
  box-shadow: 7px 7px 30px 0 rgba(0,0,0,.3);
}
.tooltip-info span div {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}
.tooltip-info:hover span {
  display: block;
  position: fixed;
  overflow: hidden;
}