/* ----------------------------------------------------
	Typography 
-----------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap');
p {
	font-size: 14px;
	line-height: 22.4px;
	color: #333;
}
h1 {
	font-size: 43px;
	color: #333;
}
h2 {
	font-size: 30px;
	color: #333;
	font-weight:100;
}
h3 {
	font-size: 28px;
	color: #333;
	font-weight: 400;
	letter-spacing:1px;
}
h4 {
	font-size: 17px;
	color: #333;
	font-weight: 400;
}
h5 {
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
	font-weight: 700;
}
.btn {
	background-color: #fb5e01;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 8px;
	display: inline-block;
	text-transform: uppercase;
}
.btn:hover, .btn:focus {
	background-color: #fe8118;
	color: #fff;
}
.btn-large {
	padding: 15px 40px;
}
/* ----------------------------------------------------
	Global Styles
-----------------------------------------------------*/
a {
	color: #fb5e01;
}
a:hover, a:focus {
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}
body {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
	color: #333;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
.section {
	width: 100%;
	padding: 60px 0;
}
.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
 padding-right: 0;
 padding-left: 0;
}
.section-title {
	margin-top: 0;
	letter-spacing:0px;
	margin-bottom: 1em;
}
.section-title span {
	font-weight: 400;
}
.section-intro {
	margin:5% 10% 12% 10%;
	color: #333;
	font-size:14px;
	line-height:21px;
	font-weight: 400;
	letter-spacing:1px;
}
.icon {
	font-size:33px;
	color:#333;
}
.img-responsive {
	margin:auto;
}
.font-wh {
	color: #fff;
}
mark {
	background: linear-gradient(transparent 60%, #99fdf0 60%);
}
.pc { display: block !important; }
.sp { display: none !important; }

@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
/* ----------------------------------------------------
	Header
-----------------------------------------------------*/
#header {
	position: fixed;
	width: 100%;
	z-index: 999;
}
#header .header-content {
	margin: 0 auto;
	max-width: 1170px;
	padding: 20px 0;
	width: 100%;
	-moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	-webkit-transition: padding 0.3s;
	transition: padding 0.3s;
}
#header .logo {
	float: left;
	padding: 10px 0;
}
#header.fixed {
	background-color: #fb5e01;
}
#header.fixed .header-content {
	border-bottom: 0;
	padding: 10px 0;
}
#header.fixed .nav-toggle {
	top: 13px;
}
#header img{
	height: 40px;
}
@media screen and (max-width:460px) {
#header img{
	height: 30px;
}
}
.navigation.open {
	opacity: 0.9;
	visibility: visible;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.navigation {
	float: right;
	padding: 20px 0;
}
.navigation li {
	display: inline-block;
}
.navigation a {
	color: rgba(255, 255, 255, 0.8);
	font-size: 12px;
	font-weight: 400;
	margin-left: 40px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.navigation a:hover, .navigation a.active {
	color: #fff;
}
.nav-toggle {
	display: none;
	height: 44px;
	overflow: hidden;
	position: fixed;
	right: 5%;
	text-indent: 100%;
	top: 20px;
	white-space: nowrap;
	width: 44px;
	z-index: 99999;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.nav-toggle:before, .nav-toggle:after {
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}
.nav-toggle:before {
	background-color: #fb5e01;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.nav-toggle:after {
	background-color: #fb5e01;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}
.nav-toggle span {
	background-color: #fff;
	bottom: auto;
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	right: auto;
	top: 50%;
	width: 18px;
	z-index: 10;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before, .nav-toggle span:after {
	background-color: #fff;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.nav-toggle span:before {
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-webkit-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span:after {
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-webkit-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
}
.nav-toggle.close-nav:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.nav-toggle.close-nav:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nav-toggle.close-nav span {
	background-color: rgba(255, 255, 255, 0);
}
.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
	background-color: #fff;
}
.nav-toggle.close-nav span:before {
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}
/* ----------------------------------------------------
	Banner
-----------------------------------------------------*/
.banner {
	background-color: #fbdb01;
	min-height: 600px;
	overflow: hidden;
}
.banner2 {
	background-color: #fbdb01;
	min-height: 600px;
}
.banner-text {
	padding-top: 30%;
}
.banner-text h1 {
	color: #fff;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
	line-height: 48px;
	margin-bottom: 8%;
}
.banner-text span {
	font-weight: 700;
	font-size: 18px;
	line-height: 34px;
}
.banner-text p {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 36px;
	margin-bottom: 7%;
}
.banner-text p.small{
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 7%;
}
.banner-img {
	bottom: -120px;
	position: relative;
}
.banner-btn a {
	margin-right: 15px;
	display:inline-block
}
/* ----------------------------------------------------
	Overview
-----------------------------------------------------*/
.overview {
	margin-bottom: -7%;
}
.overview-content h4 {
	text-transform:uppercase;
	letter-spacing:1px;
}
.overview-content p {
	font-family: 'Noto Sans', sans-serif;
	font-size:13px;
	font-weight: 400;
	line-height: 21px;
	letter-spacing:1px;
	padding-right:12%;
}
.overview-video {
	margin:auto;
	margin-bottom:7%;
}
.overview-video iframe {
	width:800px;
	height:450px;
}
/* ----------------------------------------------------
	Feature 1
-----------------------------------------------------*/
.features1 {
	background-color:#f2f2f2;
}
.left {
	text-align:right;
	padding-right:5%;
}
.middle {
	padding-left:3.5%;
}
.right {
	padding-left:5%;
}
.features1-content {
	margin-top:20%;
}
.features1-content h4 {
	text-transform:uppercase;
	letter-spacing:1px;
	margin-top:20px;
}
.features1-content p {
	font-family: 'Noto Sans', sans-serif;
	font-size:13px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing:1px;
	margin-top:26px;
}
/* ----------------------------------------------------
	Feature 2 & 3
-----------------------------------------------------*/
.features2-content img {
	bottom: -100px;
}
.features2-content p {
	font-family: 'Noto Sans', sans-serif;
	font-size:14px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing:1px;
	margin-top:26px;
}
.features2-content ul {
	margin-top:7%;
	line-height:30px;
	font-weight: 400;
}
.features3 {
	background-color:#f2f2f2;
}
.features3 img {
	bottom: -100px;
	padding-left:6%;
}
.steps {
	font-size: 60px;
	margin-top: 8%;
}
.note {
	text-align: center;
	margin-top: 10px;
	padding: 0 10px;
}
.flex {
	display: flex;
	flex-wrap: wrap;
}
.row:before, .row:after { width:0px; }
/* ----------------------------------------------------
	Owl Coursol
-----------------------------------------------------*/
    #owl-demo .item {
	text-align:center;
}
/* ----------------------------------------------------
	Subscribe
-----------------------------------------------------*/
.overlay {
	background-color: rgba(34, 34, 43, 0.77);
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.subscribe {
	width:100%;
	background-image:url('../images/parallax-bg.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}
.subscribe h2 {
	margin-top: 0;
	color: #fff;
	letter-spacing:2px;
}
.subscribe span {
	font-weight:400;
}
.subscribe h3 {
	margin-bottom: 30px;
	font-size:24px;
	font-weight:100;
	color: #fff;
	letter-spacing:1px;
}
.subscribe p {
	margin:5% 10% 7% 10%;
	color: #fff;
	font-size:14px;
	line-height:21px;
	font-weight: 400;
	letter-spacing:1px;
}
/* ----------------------------------------------------
	Footer
-----------------------------------------------------*/
.footer {
	text-align: center;
	background-color:#2a2a32;
	padding: 20px 0 10px 0;
}
.footer p {
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
	color: #fff;
}
.footer p > a {
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
	color: #fff;
}
.footer a {
	font-size:18px;
	color: #fff;
}
.footer a:hover {
	color: #fb5e01;
}
.embed-responsive-1by1{padding-bottom:100%}
.embed-responsive-9by16{padding-bottom:177.77%}

/* ----------------------------------------------------
	Responsive
-----------------------------------------------------*/
@media screen and (max-width: 1024px) {
 #header .header-content {
 width: 90%;
}
 .nav-toggle {
 display: block;
}
 .navigation {
 position: fixed;
 background-color: #000;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 z-index: 99999;
 visibility: hidden;
 opacity: 0;
 -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
 transition: opacity 0.5s, visibility 0s 0.5s;
}
 .navigation .primary-nav {
 position: relative;
 top: 45%;
 -moz-transform: translateY(-45%);
 -ms-transform: translateY(-45%);
 -webkit-transform: translateY(-45%);
 transform: translateY(-45%);
}
 .navigation li {
 display: block;
 margin-bottom: 20px;
}
 .navigation a {
 display: block;
 font-size: 14px;
 margin: 0;
 text-align: center;
}
 .overview-video iframe {
 width:290px;
 height:163px;
}
 .flex-control-nav {
 bottom: 20px;
}
 .banner-img {
 width: 60%;
 height: auto;
}
}
@media screen and (max-width: 768px) {
 html,
 body {
 overflow-x: hidden!important;
 overflow-y: scroll;
 -webkit-overflow-scrolling: touch;
 }
 #banner {
 text-align:center;
}
 .banner-text {
 padding-top: 20%;
}
 .banner-text h1 {
 margin-top:70px;
 font-size: 33px;
 line-height:36px;
}
 .banner-text p {
 font-size: 18px;
}
.banner-text p.small {
 font-size: 12px;
}
.banner-img {
margin:auto;
}
 .banner-btn a {
 margin-bottom: 100px;
}
#overview {
text-align:center;
}
.overview-content p {
padding-right:0px;
}
.features {
text-align:center;
}
.features1-content {
 margin-top: 5%;
}
.left {
 text-align:center;
}
.middle {
 padding-left:0px;
 margin:auto;
 margin-top:5%;
 margin-bottom:5%;
}
.features2-content {
 margin-top:0px;
}
.features3 img {
 padding-left:0px;
}
 .footer .footer-col {
 margin-bottom: 50px;
}
}
@media screen and (max-width: 640px) {
 #banner {
 text-align:center;
}
 .banner-text h1 {
 margin-top:70px;
 font-size: 33px;
 line-height:36px;
}
 .banner-btn a {
 margin-bottom: 70px;
}
 .banner-text {
 padding-top: 20%;
}
.footer a {
 font-size:14px;
}
.footer .footer-share li {
 width: 35px;
 height: 35px;
 border-radius: 50%;
 padding: 7px 0;
 margin: 0 5px;
}
}
@media screen and (max-width: 480px) {
 #banner {
 text-align:center;
}
.banner2 {
 min-height: 300px !important;
}
 .banner-text {
 padding-top: 20%;
}
 .banner-text h1 {
 margin-top:100px;
 font-size: 32px;
 line-height:36px;
}
 .banner-btn a {
 margin-bottom: 15px;
}
}
@media screen and (max-width: 320px) {
 .banner-text {
 padding-top: 55%;
}
.subscribe-form input[type=text] {
width:65%;
}
.subscribe-form input[type=submit] {
 width: 35%;
}
}
