@charset "utf-8";

/*==============================================================

	Name:style.css
	Version:1.0.0

================================================================

	Table of contents

		01. Common Styles Initials
		02. Custom Style
		03. Button Style
		04. Title Style
		05. Header
		06. Main Aside
		07. Stay In Touch
		08. Form Style
		09. Social Icons
		10. Headline Wrap
		11. Subscribe Form
		12. About Us
		13. Contact Us
		14. Count Down
		15. Slideshow
		16. Background Video

==============================================================*/

/*==============================================================
	01. Common Styles Initials
==============================================================*/
html {
  -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input[type="submit"] {
  -webkit-appearance: none;
}
*,
*:after,
*:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  width: 100%;
  min-height: 100%;
  color: #666;
  width: 100%;
  height: 100%;
}
a {
  outline: none;
  text-decoration: none;
  color: #555;
}
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}
img {
  border: 0;
}
input,
textarea,
select {
  outline: none;
  resize: none;
  font-family: "Open Sans", sans-serif;
}
a,
input,
button {
  outline: none !important;
}
button::-moz-focus-inner {
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: "Barlow", sans-serif;
}
img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
p {
  margin: 0 0 15px 0;
  padding: 0;
}
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
}
::-webkit-scrollbar-track {
  background: rgba(46, 56, 71, 0.5);
  border-radius: 0;
}
::-webkit-scrollbar-thumb {
  cursor: pointer;
  border-radius: 0px;
  background: rgba(29, 37, 71, 1);
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.container {
  max-width: 1120px;
  width: 100%;
}
.info-wrap {
  background: #ffffff;
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  padding: 100px 50px;
  z-index: 1;
  overflow: hidden;
}
.info-wrap > .container-fluid {
  height: 100%;
  overflow: auto;
  padding: 0;
}

/*==============================================================
	02. Custom Style
==============================================================*/
.pre-loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 141;
  background-position: center center;
  background: url(../images/pre-loader.svg) rgba(0, 0, 0, 0.9) no-repeat;
}
.main-intro {
  height: 100%;
}
.main-wrap {
  height: 100%;
  position: relative;
  background-color: #161616;
}
.padding-0 {
  padding: 0;
}
.fullheight {
  height: 100%;
}
.d_table {
  display: table;
  width: 100%;
  height: 100%;
}
.d_table_v {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.dark-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 0;
}
.dark-layer.opacity-10 {
  background-color: rgba(0, 0, 0, 0.1);
}
.dark-layer.opacity-20 {
  background-color: rgba(0, 0, 0, 0.2);
}
.dark-layer.opacity-30 {
  background-color: rgba(0, 0, 0, 0.3);
}
.dark-layer.opacity-40 {
  background-color: rgba(0, 0, 0, 0.4);
}
.dark-layer.opacity-50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.dark-layer.opacity-60 {
  background-color: rgba(0, 0, 0, 0.6);
}
.dark-layer.opacity-70 {
  background-color: rgba(0, 0, 0, 0.7);
}
.dark-layer.opacity-80 {
  background-color: rgba(0, 0, 0, 0.8);
}
.bg-cover-center {
  background-size: cover !important;
  background-position: center center !important;
}
.bg_img {
  display: none;
}
span.has-error {
  display: none !important;
  font-size: 0;
}
.modal {
  text-align: center;
  padding: 0 !important;
}

.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
/*==============================================================
	03. Button Style
==============================================================*/
.btn {
  padding: 1.1875em 1.875em 1.0625em;
  box-shadow: none;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "Barlow", sans-serif;
}
.btn-outline {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.btn-outline:hover,
.btn-outline:hover:focus,
.btn-outline:focus {
  background-color: #ffffff;
  color: #444444;
  border: 1px solid #fff;
}
.btn-outline.dark {
  background-color: transparent;
  color: #474747;
  border: 1px solid #474747;
}

/*==============================================================
	04. Title Style
==============================================================*/
.title {
  position: relative;
  font-size: 40px;
  font-weight: 500;
  color: #2f2f2f;
  margin-bottom: 50px;
}
h3.title {
  font-size: 24px;
  margin-bottom: 30px;
}
.title span {
  font-size: 14px;
  display: block;
  font-weight: 600;
  margin-bottom: 4px;
  color: #538af0;
  font-family: "Open Sans", sans-serif;
}
.title.dark {
  color: #2f2f2f;
}
.title.light {
  color: #fefefe;
}
.title.line {
  padding-bottom: 13px;
}
.title.line:before {
  content: "";
  position: absolute;
  width: 70px;
  height: 3px;
  background-color: #2f2f2f;
  left: 0;
  bottom: 0;
}
.title.line.dark:before {
  background-color: #2f2f2f;
}
.title.line.light:before {
  background-color: #fefefe;
}

/*==============================================================
	05. Header
==============================================================*/
.header-wrap {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 12;
  padding: 15px 50px;
  /*background: rgba(34,34,34,0.5);*/
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-wrap.dark {
  background: #538af0;
}
.logo {
  float: left;
}
.logo a {
  display: inline-block;
}
.header-wrap .navbar {
  float: right;
  padding-top: 0;
  margin: 0;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: transparent;
}
.header-wrap .navbar .dropdown-toggle {
  width: 24px;
  height: 24px;
  /*background: url(../images/menu.svg) no-repeat;*/
  background: transparent;
  background-size: 100%;
  border: 0;
  position: relative;
  z-index: 992;
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-wrap .navbar .dropdown-backdrop {
  background: rgba(34, 34, 34, 0.8);
}
.dropdown-toggle .icon-bar {
  display: block;
  width: 24px;
  height: 2px;
  background: #ffffff;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.open .dropdown-toggle .icon-bar {
  background: #444444;
}
.dropdown-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
/*.header-wrap.dark .navbar .dropdown-toggle .icon-bar{
	background: #444444;
}*/
.open .dropdown-toggle.x .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 16% 3%;
  -ms-transform-origin: 16% 3%;
  transform-origin: 16% 3%;
}

.open .dropdown-toggle.x .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}

.open .dropdown-toggle.x .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 12% 78%;
  -ms-transform-origin: 12% 78%;
  transform-origin: 12% 78%;
}

/* ANIMATED X COLLAPSED */
.dropdown-toggle.x .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.dropdown-toggle.x .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}

.dropdown-toggle.x .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.header-wrap .navbar {
  float: right;
}
.header-wrap .navbar-nav > li {
  float: left;
}
.header-wrap .navbar-nav > li:last-child {
  margin-bottom: 0;
}
.header-wrap .navbar-nav {
  float: none;
  position: relative;
  padding: 11px 0;
  border: 0;
  z-index: 990;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-wrap .open .navbar-nav {
  width: 160px;
  opacity: 1;
  visibility: visible;
}
.header-wrap .navbar-nav > li > a {
  font-size: 16px;
  color: #444444;
  font-family: "Barlow", sans-serif;
  background-color: transparent;
  padding: 0 15px 0 15px;
  font-weight: 600;
  border-bottom: 0px solid transparent;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-wrap.dark .navbar-nav > li > a {
  color: #444444;
}
.header-wrap .navbar-nav > li > a:hover,
.header-wrap .navbar-nav > li.active > a {
  border-color: #222222;
  color: #538aef;
}

/*==============================================================
	06. Main Aside
==============================================================*/
.main-aside {
  height: 100%;
  background-image: url(../images/pattern1.png);
  background-color: #2f2f2f;
  overflow: auto;
  padding: 1.25em 3.75em;
}
.aside-content {
  font-size: 1.3125em;
  color: #ffffff;
  line-height: 2.375em;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1.4s ease-in-out;
  -moz-transition: all 1.4s ease-in-out;
  -o-transition: all 1.4s ease-in-out;
  transition: all 1.4s ease-in-out;
}
.aside-content.active {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.aside-content .btn {
  margin-top: 25px;
}

/*==============================================================
	07. Stay In Touch
==============================================================*/
.sit-popup .modal-dialog {
  width: 90%;
  max-width: 500px;
}
.stay-in-touch {
  /*position: fixed;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	-webkit-overflow-scrolling: touch;
	height: 100%;
	width: 100%;
	padding: 1.250em 3.75em;
	z-index: 123;
	display: none;
	overflow: auto;
	text-align: center;*/
}
.stay-in-touch:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.stay-in-touch .d_table {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.overlaybg {
  background: rgba(0, 0, 0, 0.5);
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.overlaybg.show {
  opacity: 1;
  visibility: visible;
}
.stay-in-touch .d_table {
  position: relative;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  height: auto;
  /*left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 500px;
	height: 640px;
	margin: auto;
	z-index: 123;
	display: block;*/
}
.stay-in-touch .d_table .d_table_v {
  display: block;
  background: #ffffff;
  padding: 30px;
}
.stay-in-touch .btn {
  padding: 3px 14px 4px;
  line-height: inherit;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: absolute;
  background: #444444;
  color: #ffffff;
  right: 0;
  top: 0;
  z-index: 12;
}
.stay-in-touch .btn i {
  line-height: 31px;
}
.stay-in-touch .form .form-group:last-child {
  margin-bottom: 0;
}
.stay-in-touch .description-text {
  color: #2f2f2f;
}
.stay-in-touch .form-group {
  position: relative;
}
.stay-in-touch .loading-btn {
  left: 0;
  top: 0;
}

/*==============================================================
	08. Form Style
==============================================================*/
.form {
}
.form .form-group {
  margin-bottom: 30px;
  position: relative;
}
.form .form-control {
  height: 60px;
  font-size: 18px;
  color: #353535;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  border: 0;
  border-bottom: solid 2px #8e96a3;
  box-shadow: none;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  padding-top: 10px;
}
.form .form-control:focus {
  border-color: #000000;
}
.form .form-group label {
  position: absolute;
  top: 15px;
  left: 12px;
  font-size: 18px;
  color: #8e96a3;
  z-index: -1;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form .form-control:focus ~ label,
.form .form-control.has-value ~ label {
  top: 0;
  font-size: 14px;
  color: #7b7b7b;
}
.form.form-light .form-control {
  border-color: #ffffff;
  color: #ffffff;
}
.form .fadeInUp {
}
.stay-in-touch-show .form .fadeInUp {
  opacity: 1;
  animation: 0.5s ease normal both 0.5s fadeInUp;
  -webkit-animation: 0.5s ease normal both 0.5s fadeInUp;
  -moz-animation: 0.5s ease normal both 0.5s fadeInUp;
  -o-animation: 0.5s ease normal both 0.5s fadeInUp;
}
.stay-in-touch-show .form .fadeInUp:nth-child(1) {
  animation: 0.5s ease normal both 0.5s fadeInUp;
  -webkit-animation: 0.5s ease normal both 0.5s fadeInUp;
  -moz-animation: 0.5s ease normal both 0.5s fadeInUp;
  -o-animation: 0.5s ease normal both 0.5s fadeInUp;
}
.stay-in-touch-show .form .fadeInUp:nth-child(2) {
  animation: 0.5s ease normal both 0.8s fadeInUp;
  -webkit-animation: 0.5s ease normal both 0.8s fadeInUp;
  -moz-animation: 0.5s ease normal both 0.8s fadeInUp;
  -o-animation: 0.5s ease normal both 0.8s fadeInUp;
}
.stay-in-touch-show .form .fadeInUp:nth-child(3) {
  animation: 0.5s ease normal both 1.2s fadeInUp;
  -webkit-animation: 0.5s ease normal both 1.2s fadeInUp;
  -moz-animation: 0.5s ease normal both 1.2s fadeInUp;
  -o-animation: 0.5s ease normal both 1.2s fadeInUp;
}
.stay-in-touch-show .form .fadeInUp:nth-child(4) {
  animation: 0.5s ease normal both 1.5s fadeInUp;
  -webkit-animation: 0.5s ease normal both 1.5s fadeInUp;
  -moz-animation: 0.5s ease normal both 1.5s fadeInUp;
  -o-animation: 0.5s ease normal both 1.5s fadeInUp;
}
.stay-in-touch-show .form .fadeInUp:nth-child(5) {
  animation: 0.5s ease normal both 1.8s fadeInUp;
  -webkit-animation: 0.5s ease normal both 1.8s fadeInUp;
  -moz-animation: 0.5s ease normal both 1.8s fadeInUp;
  -o-animation: 0.5s ease normal both 1.8s fadeInUp;
}
.stay-in-touch-show .form .fadeInUp:nth-child(6) {
  animation: 0.5s ease normal both 2s fadeInUp;
  -webkit-animation: 0.5s ease normal both 2s fadeInUp;
  -moz-animation: 0.5s ease normal both 2s fadeInUp;
  -o-animation: 0.5s ease normal both 2s fadeInUp;
}
.stay-in-touch-show .form .fadeInUp:nth-child(7) {
  animation: 0.5s ease normal both 2.3s fadeInUp;
  -webkit-animation: 0.5s ease normal both 2.3s fadeInUp;
  -moz-animation: 0.5s ease normal both 2.3s fadeInUp;
  -o-animation: 0.5s ease normal both 2.3s fadeInUp;
}
.form textarea.form-control {
  height: 140px;
  padding-top: 16px;
}
.form .form-control.has-error {
  border-color: rgba(255, 0, 0, 0.57);
}
.form .form-control::-webkit-input-placeholder {
  opacity: 1;
  color: #535353;
}
.form .form-control::-moz-placeholder {
  opacity: 1;
  color: #535353;
}
.form .form-control::-ms-input-placeholder {
  opacity: 1;
  color: #535353;
}
.form.form-light .form-control::-webkit-input-placeholder {
  opacity: 1;
  color: #ffffff;
}
.form.form-light .form-control::-moz-placeholder {
  opacity: 1;
  color: #ffffff;
}
.form.form-light .form-control::-ms-input-placeholder {
  opacity: 1;
  color: #ffffff;
}

.submit-btn {
  padding: 1.25em 0.875em 1.125em;
  box-shadow: none;
  font-weight: 600;
  letter-spacing: 0.04em;
  width: 150px;
  border: 0;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-success {
  font-weight: 600;
  display: block;
}
.loading-btn {
  width: 150px;
  height: 60px;
  position: absolute;
  border: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: url(../images/pre-loader2.svg) #444444 no-repeat;
  background-position: center center;
}

/*==============================================================
	09. Social Icons
==============================================================*/
.social-icons {
  position: absolute;
  bottom: 45px;
  right: 0;
  padding-left: 50px;
  z-index: 12;
}
.social-icons li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  margin-bottom: 5px;
}
.social-icons li a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  line-height: 40px;
  border: 1px solid transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-icons.dark li a {
  color: #444444;
}
.social-icons li a:hover {
  background-color: #222222;
}
.social-icons.dark li a:hover {
  color: #ffffff;
}

/*==============================================================
	10. Headline Wrap
==============================================================*/
.headline-wrap {
  height: 100%;
  padding: 100px 3.125em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.headline-wrap .additional-text {
  margin: 0;
  color: #fefefe;
  font-size: 5vh;
}
.headline-box {
  text-align: center;
}
.description-text {
  color: #fefefe;
  font-size: 20px;
  max-width: 660px;
  margin: 20px auto 35px;
  letter-spacing: 0.05em;
  font-family: "Open Sans", sans-serif;
}
.main-headline {
  color: #ffffff;
  font-size: 12vh;
  line-height: 1;
  padding-bottom: 30px;
}
.cd-headline.clip .cd-words-wrapper {
  padding: 0;
}
.main-headline i {
  font-style: normal;
}
.main-headline .cd-words-wrapper b {
  font-weight: 400;
  padding-bottom: 20px;
  font-family: "Barlow", sans-serif;
}
.cd-headline.clip .cd-words-wrapper::after {
  /*height: 80%;
	top: 10%;*/
  width: 5px;
  display: none;
}

/*==============================================================
	11. Subscribe Form
==============================================================*/
.subscribe-form {
  max-width: 500px;
  position: relative;
  padding-top: 20px;
  margin: 0 auto;
}
.subscribe-form form {
  position: relative;
  text-align: left;
}
.subscribe-form .form-control {
  height: 60px;
  font-size: 16px;
  color: #222222;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  background-color: #ffffff;
  border: solid 1px #ffffff;
  box-shadow: none;
  font-weight: 600;
  margin-right: 20px;
  padding: 0 170px 0 25px;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.subscribe-form .form-control:focus {
}
.subscribe-form .loading-btn {
  right: -7px;
  top: 0;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
}
.subscribe-form .submit-btn {
  position: absolute;
  right: -7px;
  top: 0;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
}
.subscribe-form .form-control::-webkit-input-placeholder {
  opacity: 1;
  color: #222222;
}
.subscribe-form .form-control::-moz-placeholder {
  opacity: 1;
  color: #222222;
}
.subscribe-form .form-control::-ms-input-placeholder {
  opacity: 1;
  color: #222222;
}
.subscribe-form .form-success {
  margin-top: 15px;
  position: absolute;
  top: 100%;
  width: 100%;
}

/*==============================================================
	12. About Us
==============================================================*/
.about-us {
  position: relative;
  left: 0;
  top: 0;
  z-index: 0;
  overflow: auto;
  height: 100%;
  display: none;
  padding: 50px 0 0 0;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #222;
}
.gallery-section {
  position: relative;
  left: 0;
  top: 0;
  z-index: 0;
  overflow: auto;
  height: 100%;
  display: none;
  padding: 50px 0 0 0;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #222;
}
.about-us .container {
}
.about-desc {
  padding-bottom: 40px;
}
.about-desc img {
  display: block;
  margin: 0 auto 30px;
  max-width: 900px;
  width: 100%;
}
.about-desc p {
  max-width: 900px;
  margin: 0 auto 15px;
}
.gallery-wrap {
}
.gallery-wrap ul li {
  margin-bottom: 30px;
}
.gallery-wrap ul li a {
  display: block;
  position: relative;
}
.gallery-wrap ul li a .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gallery-wrap ul li a .overlay span {
  width: 45px;
  height: 45px;
  border: 1px solid #ffffff;
  background: url(../images/plus-symbol.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gallery-wrap ul li a .overlay:hover {
  opacity: 1;
}
.gallery-wrap ul li a .overlay:hover span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/*==============================================================
	13. Contact Us
==============================================================*/
.contact-us {
  position: relative;
  left: 0;
  top: 0;
  z-index: 0;
  overflow: auto;
  height: 100%;
  display: none;
  padding: 50px 0;
}
.contact-us .title {
  margin-bottom: 15px;
}
.contact-us .container {
  margin: 0;
}
.contact-info {
  background: #ffffff;
  position: absolute;
  right: 50px;
  top: 50px;
  width: 100%;
  max-width: 350px;
  padding: 30px;
  font-size: 16px;
  color: #35383d;
  font-weight: 500;
  font-family: "Barlow", sans-serif;
  -webkit-box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.15);
}
.contact-info .title {
  font-size: 24px;
}
.contact-info-box {
  font-size: 16px;
  color: #35383d;
  font-weight: 500;
  font-family: "Barlow", sans-serif;
  line-height: 28px;
  margin-bottom: 20px;
  word-wrap: break-word;
}
.contact-info-box h5 {
  position: relative;
  font-size: 30px;
  color: #538af0;
}
.contact-info-box a {
  color: #444444;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact-info-box a:hover {
  color: #ffffff;
}
.contact-form {
  font-size: 16px;
  color: #35383d;
  font-weight: 500;
  font-family: "Barlow", sans-serif;
}
.contact-form .title {
  font-size: 40px;
}
.contact-form .form-group {
  position: relative;
}
.contact-form .loading-btn {
  left: 0;
  top: 0;
}
.map-wrap {
  position: relative;
}
.map-wrap iframe {
  width: 100%;
  height: 616px;
  padding: 20px;
  border: 0;
  -webkit-box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.09);
}
.contact-icon {
  position: relative;
  font-size: 30px;
  color: #538aef;
}
/*==============================================================
	14. Count Down
==============================================================*/
.countdown_dashboard {
  display: inline-block;
  position: absolute;
  right: 15px;
  bottom: 30px;
}
.counter-group {
  margin: 0;
  display: block;
}
.counter-block {
  /*width: 100px;*/
  margin-right: 10px;
  padding: 15px 10px;
  width: auto;
  height: auto;
}
.counter-block:last-child {
  border-right: 0;
}
.counter-block .counter {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
}
.counter-block .counter .number {
  background: transparent;
  color: #ffffff;
  font-family: "Barlow", sans-serif;
  text-align: center;
  color: #fefefe;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
}
.counter-block .counter.with-hundreds {
  width: 55px;
}
.counter-block .counter {
  height: 30px;
  width: 35px;
  margin: 0 auto;
}
.counter-block .counter-caption {
  width: 100%;
  display: block;
  font-size: 10px;
  letter-spacing: 0.05em;
  color: #fefefe;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-top: 7px;
}

/*==============================================================
	15. Slideshow
==============================================================*/
.slideshow {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
}
.vegas-timer {
  height: 5px;
  z-index: 1;
}
.vegas-timer-progress {
  opacity: 0.9;
}

/*==============================================================
	16. Background Video
==============================================================*/
.background-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.background-video video {
  min-width: 100%;
  min-height: 100%;
  position: relative;
  display: block;
}
.background-video iframe,
.background-video .youtube-iframe {
  position: absolute;
  left: -25%;
  top: -25%;
  width: 150%;
  height: 150%;
  border: 0;
}
.play-pause-button {
  position: absolute;
  bottom: 15px;
  left: 0;
  text-align: right;
  display: none;
}
.play-pause-button a {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  font-size: 24px;
  line-height: 38px;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
}

.sticky-btn {
  /*position: fixed;
	top: 45%;
	right: 0;*/
  float: right;
  z-index: 123;
  margin-right: 20px;
  padding-top: 2px;
}
.sticky-btn a {
  /*-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	float: right;*/
  padding: 0.8em 1.175em 0.6em;
  letter-spacing: 0.11em;
  background-color: #ffffff;
  color: #444444;
  border: 1px solid #fff;
}
