p {
	font-size: 13px;
	line-height: 22.4px;
	color: #6c7279;
}
h1 {
	font-size: 65px;
	color: #2d3033;
}
h2 {
	font-size: 40px;
	color: #2d3033;
}
h3 {
	font-size: 28px;
	color: #2d3033;
	font-weight: 300;
}
h4 {
	font-size: 22px;
	color: #2d3033;
	font-weight: 400;
}
h5 {
	font-size: 14px;
	color: #2d3033;
	text-transform: uppercase;
	font-weight: 700;
}
.btn {
	background-color: #fe693b;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
}
.btn:hover, .btn:focus {
	background-color: #c74b25;
	color: #fff;
}
.btn-large {
	padding: 15px 40px;
}
/* ------------------------------------------------------------------------------
	Styles
-------------------------------------------------------------------------------*/
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: "Open Sans", Arial, sans-serif;
	font-weight: 400;
	color: #6c7279;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
.section {
	padding: 50px 0;
}
.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}
.space {
	margin-top: 60px;
}

/* ------------------------------------------------------------------------------
	Header
-------------------------------------------------------------------------------*/
#header {
	position: fixed;
	width: 100%;
	z-index: 999;
}
#header .header-content {
	margin: 0 auto;
	max-width: 1170px;
	padding: 60px 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;
	font-size:24px;
	font-weight:700;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:7px;

}
#header.fixed {
	background-color:#000;
	opacity:0.7;
}
#header.fixed a {
	color: #fff;
}
#header.fixed .header-content {
	border-bottom: 0;
	padding: 25px 0;
}
#header.fixed .nav-toggle {
	top: 18px;
	color: #000;
}
.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;
}
.navigation li {
	display: inline-block;
}
.navigation a {
	color: rgba(255, 255, 255, 0.75);
	font-size: 13px;
	font-weight: 700;
	margin-left: 40px;
	text-transform: uppercase;
}
.navigation a:hover, .navigation a.active {
	color: #fff;
}
.menu-content{
	padding-left: 40px;
}
.menu-content a{
	padding:0;
	margin:0;
}

.arrow-up{
	width: 0;
	height: 0;
	position: absolute;
	border-left: 20px solid transparent;
	border-right:20px solid transparent;
	border-bottom: 20px solid #fff;
	right: 170px;
    top: 90px;
    display: none;
}
.login-form{
	position: absolute;
	width: 300px;
	height: auto;
	background: #fff;
	right: 40px;
	top: 100px;
	border-radius: 3px;
	border-bottom: 5px solid gray;
	display: none;
}
.login-form>form{
	width: 250px;
	margin: 25px auto;
	font-size: 20px;
	font-family: sans-serif,Arial;
	color:gray;
	letter-spacing: -0.05em;
}
.tom{
	text-align: center;
	padding: 0;
}

.tom a{
	width: 80%;
	height: 35px;
	background: #E78805;
	font-size: 16px;
	font-weight: bold;
	font-family: sans-serif,Arial;
	color: white;
}
.tom a=hover{
	background:#BF6E11; 
}

.nav-toggle {
	display: none;
	height: 44px;
	overflow: hidden;
	position: fixed;
	right: 5%;
	text-indent: 100%;
	top: 32px;
	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: #e84545;
	-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: #e84545;
	-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
-------------------------------------------------------------------------------*/
.container { padding-top:70px; margin:auto; width:80%; }
.container-banner {padding-top:150px; width:70%; margin:auto; background:none;}
.banner-content1 {float:left; margin:auto; width:30%;}
.banner-content2 {float:right; margin:auto; width:65%; padding-top:-350px;}
.banner {
	background-image:url(../../images/top-bg.webp);
	background-position: center top;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	min-height: 550px;
}
.banner-text {
	padding-top: 30%;
}
.banner-text h1 {
	color: #fff;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 60px;
	font-weight: 700;
	text-transform: uppercase;
}
.bannerimg1 {width:35%; width:100%; height:auto; margin:auto; text-align:center;}
.bannerimg2 {width:55%; width:100%; height:auto; margin:auto; padding-left:-150px; }

/* ------------------------------------------------------------------------------
	Prices
-------------------------------------------------------------------------------*/

.prices {
	background-color:#000;
	margin:auto;
	width:100%;
}
.prices-text {
	padding-top: 30%;
}
.prices-text h1 {
	color: #fff;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 60px;
	font-weight: 700;
	text-transform: uppercase;
}



/* ------------------------------------------------------------------------------
	 Regist
-------------------------------------------------------------------------------*/
.regist {
	margin-bottom: 10px;
	background-color:#000;

}
.how{
	text-align: center;
	padding: 10px;
}
.how a{
	font-size: 40px;
	color: #212121;
}

/* ------------------------------------------------------------------------------
	 subs
-------------------------------------------------------------------------------*/
.subs {
	margin-top:50px;
	margin-bottom: 50px;
	background-color:#fff;

}
.how{
	text-align: center;
	padding: 10px;
}
.how a{
	font-size: 40px;
	color: #212121;
}


.subsh1 { padding:30px 0; text-align:center;}


/* ------------------------------------------------------------------------------
	 Slide
-------------------------------------------------------------------------------*/
.container-slide {
	margin-top:50px;
	margin-bottom: 50px;
	background-color:#fff;
	width:90%;
	margin:auto;
}

/* ------------------------------------------------------------------------------
	 about
-------------------------------------------------------------------------------*/
#about {
	margin-top:50px;
	margin-bottom: 50px;
	background-color:#fff;

}
.container-about {width:90%; margin:auto;}
.location {width:50%; text-align:right;}
.address {width:50%; text-align:center;}
#about h4 {padding:0; margin:0; font-weight:bold; font-size:16px; color:#000;}

/* ------------------------------------------------------------------------------
	 Alur
-------------------------------------------------------------------------------*/
.alur{
	padding-right: 10%;
	padding-left: 10%;
}
.alur img{
	width: 100%;
}
/* ------------------------------------------------------------------------------
	 Teams
-------------------------------------------------------------------------------*/
.teams {
	background-color: #004a0e;
	padding-bottom: 0;
}
.team-poto {
	max-width: 270px;
	text-align: center;
}
.team-poto img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin: auto;
}
.team-poto-content {
	margin-top: 20px;
}
.team-poto h4 {
	color: #fff;
	font-weight: 400;
}
.team-poto h5 {
	color: #00aeda;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 20px;
}
.sosmed-icons, .footer .footer-share {
	margin-top: 30px;
}
.sosmed-icons li, .footer .footer-share li {
	display: inline-block;
	float: none;
}
.sosmed-icons a, .footer .footer-share a {
	border: 1px solid #e8ecee;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #c6cacc;
	display: block;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	margin-right: 5px;
	text-align: center;
	width: 32px;
}
.sosmed-icons a:hover {
	background-color: #00aeda;
	border-color: #01a9d4;
	color: #fff;
}
/* ------------------------------------------------------------------------------
	 quotes
-------------------------------------------------------------------------------*/
.quotes {
	background-color: #fd6b3f;
	position: relative;
	text-align: center;
}
.quotes blockquote {
	border: 0;
	margin: 0;
	padding: 60px 15%;
}
.quotes h1 {
	color: #fff;
	font: 23px "Merriweather";
	font-weight: 300;
}
.flex-control-nav {
	margin-top: 3%;
	bottom: none!important;
	position: relative!important;
	right: 0;
	text-align: center;
	width: 100%!important;
	z-index: 100;
}

/* ------------------------------------------------------------------------------
	 Footer
-------------------------------------------------------------------------------*/
.footer {
	text-align: left;
	background-color: #000;
	width: 100%;

}
.footer-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;
}
.footer p {
	
	color: #fff;
	text-align: left;
}
.footer h3 {font-size:16px; font-weight:bold; color:#fff; text-align: left; margin-top:0px;}