@charset "utf-8";
/* CSS Document */

body{
	font-family: 'Roboto Mono', monospace;
	font-weight: 400;
	font-size: 16px;
	color: #4f4f4f;
	line-height: 23px;
}
h1, h2, h3, p{
	margin: 0;
	padding: 0;
}
h1, h2{
	font-family: 'Pacifico', cursive;
	font-weight: 400;
	color: #000;
}
h1{
	font-size: 60px;
	line-height: 60px;
}
h2{
	font-size: 30px;
}
h3{
	font-family: 'Roboto Mono', monospace;
	font-weight: 700;
	font-size: 20px;
	color: #000;
	margin-bottom: 25px;
}
p{
	padding-bottom: 24px;
}


/*--------------
HEADER CSS STYLE
------------------------------*/
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  border-bottom: 1px solid rgba(64, 64, 64, 0.20);	
	background: #fff;
}
.app-on{
	display: none;
}
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .active{
	font-weight: 500;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Roboto Mono', monospace;
	position: relative;
	transition: width 0.3s;
}
.navbar-light .navbar-nav .nav-link:before{
	content: '';
	transition: width 0.3s;
	width: 0;
}
.navbar-light .navbar-nav .nav-link:hover:before, .navbar-light .navbar-nav .active:before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	width: 28px;
	height: 2px;
	background: #404040;
	transform: translate(-50%, -50%);
}
.wp-icon{
	margin-left: 30px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #fff;
	color: #404040;
	text-align: center;
	font-size: 18px;
	line-height: 27px;
}
.wp-icon:hover{
	background: #18bd18;
	color: #fff;
}

/*----------------------
NAVIGATION SCROLL EFFECT
---------------------------------------*/

.scrolled {
  transition: 0.5s ease;
  background: #fff;
}
.scrolled .navbar{
  transition: 0.5s ease;
	height: 70px;
}
.scrolled .navbar .navbar-brand img{
  width: 50%;
	transition: 0.5s ease;
}
/*------
BODY CSS
----------------*/
.body-con{
	padding: 200px 0 45px;
}
.sp-01{
	padding-left: 48px;
}
.sp-02{
	padding-top: 48px;
}
.sp-04{
	padding-bottom: 55px;
}
.sp-05{
	padding-top: 55px;
}
.sec-01 h1{
	margin-bottom: 65px;
}
.sec-02, .sp-03, .sec-03{
	padding-top: 100px;
}
.sec-02 h1, .sec-03 h1, .contact h1{
	text-align: center;
}
.sec-02 h1:after, .sec-03 h1:after, .contact h1:after{
	content: '';
	background: url("../img/line-before.png") no-repeat;
	width: 155px;
	height: 28px;
	display: block;
	margin: 30px auto;
}
.sec-02 h2{
	margin-bottom: 35px;
}
.sp-02 img{
	margin-top: 30px;
}
.sp-03 h2{
	margin-top: 70px;
}
.mid-spa{
	padding-bottom: 100px;
}

/*---------
CONTACT CSS
--------------------------*/

.contact{
	background: #f7f7f7;
	padding: 90px 0;
}
.contact ul{
	margin: 15px 0 0;
	padding: 0;
}
.contact ul li{
	list-style: none;
	padding-bottom: 6px;
}
.contact ul li:nth-child(3){
	padding-top: 25px;
}
.contact ul li .fa{
	padding-right: 15px;
}
.contact ul li a{
	color: #4f4f4f;
}
.contact ul li a:hover{
	color: #000;
	text-decoration: none;
}

/*--------
FOOTER CSS
---------------*/

footer{
	background: #ebebeb;
	padding: 20px 0;
}
footer p{
	font-size: 14px;
	padding: 0;
}
.fo-wp{
	text-align: right;
}
.fo-wp a.wp-icon{
	display: inline-block;
}
.fo-wp .wp-icon{
	background: #ebebeb;
}
.fo-wp .wp-icon:hover{
	background: #18bd18;
}
.fo_con{
	padding-top: 90px;
}


@media screen and (max-width: 1024px) {
	
	.sp-03 h2 {
		margin-top: 0px;
	}
	.fo_con{
		padding-top: 40px;
	}
}

@media screen and (max-width: 991px) {

	.col-md-7, .col-md-5, .col-md-6, .col-md-4, .col-md-8{
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	.order-md-1 {
    order: 12 !important;  
}
	.img-center, .text-center{
		margin-bottom: 37px;
	}
	.img-center, .text-center, .sp-01{
		text-align: center;    
	}
	.sp-01{
		margin-bottom: 57px;
	}
		.sp-03 h2 {
    margin-top: 70px;
}
	.body-con .col-md-7, .body-con .col-md-5{
		flex: 0 0 100%;
    	max-width: 100%;
	}
	.fo_con{
		padding-top: 20px;
	}
}

@media screen and (max-width: 768px) {
	
	.app-on{
		display: block;
	}
	.app-on img{
		width: 100px;
	}
	.navbar-brand{
		display: none !important;
	}
	.wp-icon{
		margin-left: 0;
	}
	.sp-01{
		padding: 0;
		text-align: center;
	}
	.sp-02 h2, .sp-04 h3{
		margin-top: 40px;
	}
	.sp-03{
		padding-top: 40px;
	}
	.fo-wp, footer{
		text-align: center;
	}
	img.app-img-re{
		width: 50%;
	}
	.sp-05 .text-center, .img-center{
		text-align: center!important;
	}
	form{
		margin-top: 30px;
	}
	.sp-01{
		margin-bottom: 50px;
	}
	.sp-01 img, .sp-02 img, .sp-03 img, .img-center img{
		width: 50%;
	}
	.sec-01 h1 {
		margin-bottom: 35px;
	}
	h1 {
		font-size: 50px;
		line-height: 50px;
	}
}

@media screen and (max-width: 520px) {
	h1{
		font-size: 45px;
	}
}
.copyright {	text-align: center;}.copyright p{	padding: 26px 0;}





