h1 {
	color: #e95610;
	font-size: 50px;
	line-height: 60px;
	font-weight: 400;
	letter-spacing: 0px;
}
h2 {
	color: #a4998c;
	font-size: 40px;
	line-height: 50px;
	font-weight: 400;
	letter-spacing: 0px;
}
h3 {
	color: #fff;
	font-size: 30px;
	line-height: 40px;
	font-weight: 400;
	letter-spacing: 0px;
}
h4 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	letter-spacing: 0px;
}
h5 {
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	letter-spacing: 0px;
}
h6 {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	letter-spacing: 0px;
}
p {
	color: #9bb2c2;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	letter-spacing: 0px;
}

.font-white {
	color: #fff !important;
}
.font-black {
	color: #000 !important;
}

.language-bg {
	color: #fff !important;
	background-color: #9bb2c2!important;
	border-radius: 3px;
}
.bg-white {
	color: #000 !important;
	background-color: #fff!important;
}
.bg-orange {
	color: #fff !important;
	background-color: #e95610!important;
}
.bg-transparent {
	background-color: transparent!important;
}

.bg-1 {
	background-image: url(../images/image-001.jpg);
	background-size: contain;
	background-position: right bottom;
	background-repeat: no-repeat;
}
.bg-2 {
	background-image: url(../images/image-004.jpg);
	background-size: contain;
	background-position: left bottom;
	background-repeat: no-repeat;
}
.bg-3 {
	background-image: url(../images/image-005.jpg);
	background-size: contain;
	background-position: right bottom;
	background-repeat: no-repeat;
}
.bg-4 {
	background-image: url(../images/image-006.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bg-5 {
	background-image: url(../images/image-007.jpg);
	background-attachment: fixed;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
}

.border-none {
	border: none !important;
}

.mt-200 {
	margin-top: 200px;
}
.mt-250 {
	margin-top: 250px;
}
.pt-300 {
	padding-top: 300px;
}

.move-right {
	float: right;
}

.main-menu {
	position: fixed;
	z-index: 999;
	width: 100%;
}
.main-menu .logo {
	float: left;
	margin: 10px 0px 10px 0px;
	margin-left: 8.3%;
}
.main-menu .logo img {
	width: 200px;
}
.main-menu .menu {
	float: right;
	margin: 10px 0px 10px 0px;
	margin-right: 8.3%;
}
.main-menu .menu a {
	margin-right: 20px;
	color: #000;
	font-size: 18px;
	text-decoration: none;
}

.main-button {
	padding: 11px 20px;
	color:#000;
	border-width: 2px;
    border-style: solid;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: transparent;
    -webkit-box-shadow: inset 0 0 0 0;
    box-shadow: inset 0 0 0 0;
    background-image: none;
}

.demo-button {
	
}

.iPad-bg {
	width: 50%;
	position: absolute;
	top: 0;
	right: 0;
}

.wrapper {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.horizontal-sections-one {
  width: 400%;
  height: 100vh;
}
.horizontal-section-one {
  height: 100vh;
  width: 100vw;
  float: left;
  position: relative;
  display: flex;
}

.horizontal-sections-two {
  width: 500%;
  height: 100vh;
}
.horizontal-section-two {
  height: 100vh;
  width: 100vw;
  float: left;
  position: relative;
  display: flex;
}

.horizontal-sections-three {
  width: 700%;
  height: 100vh;
}
.horizontal-section-three {
  height: 100vh;
  width: 100vw;
  float: left;
  position: relative;
  display: flex;
}


@media (max-width: 575.98px) {
	
}
@media (max-width: 767.98px) {
	
}
@media (max-width: 991.98px) {
	
	h1 {
		font-size: 30px;
		line-height: 40px;
	}
	h2 {
		font-size: 30px;
		line-height: 40px;
	}
	
	.mt-200 {
		margin-top: 100px;
	}
	.mt-250 {
		margin-top: 150px;
	}
	.pt-200 {
		padding-top: 100px;
	}
	
	.bg-1 {
		background-image: none;
	}
	
	.bg-2 {
		background-image: none;
	}
	
	.bg-3 {
		background-image: none;
	}

	.move-right {
		float: none;
		margin-bottom: 15px;
	}
	
	.main-menu {}
	.main-menu .logo {
		margin: 8px 0px 10px 0px;
		margin-left: 5%;
	}
	.main-menu .logo img {
		width: 110px;
	}
	.main-menu .menu {
		width: 60%;
		margin: 5px 0px 10px 0px;
		margin-right: 0%;
	}
	.main-menu .menu a {
		margin-right: 10px;
		font-size: 16px;
	}

	.main-button {
		padding: 5px 15px;
	}
	
	.demo-button {
		display: none;
	}
}
@media (max-width: 1199.98px) {
	
}
@media (max-width: 1535.98px) {	
	
}
@media (max-width: 1919.98px) {
	
}