.brand-header {
	position: relative;
}
.tag-line {
	position: absolute;
	bottom: 0px;
	left: 80px;
}
.navbar-brand {
	padding: 0px;
	margin: 0px;
	display: inline-block;
}
.tidy-word {
	color: #0EDD8D;
}
.tidy-tag-line {
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}
@media (max-width: 480px) {
	.header .navbar-default .navbar-header button {
		margin-top: 15px;
	}
	.tidy-brand {
		position: static;
		padding: 10px 0px 0px 10px;
		margin-bottom: 15px;
	}
	.tidy-banner-bg {
		height: 100px !important;
	}
	.tidy_very_large_text {
		font-size: 2em !important;
	}
	.medium_text {
		font-size: 12px !important;
	}
	.tag-line {
		bottom: 12px;
		left: 90px;
	}
}
@media (max-width: 767px) {
	.tag-line {
		bottom: 12px;
		left: 90px;
	}
	.header .navbar-default .navbar-header button {
		margin-top: 15px;
	}
	.tidy-brand {
		position: static;
		padding: 10px 0px 0px 10px;
		margin-bottom: 15px;
	}
	.tidy-banner-bg {
		height: 100px !important;
	}
	.tidy_very_large_text {
		font-size: 3em !important;
	}
	.medium_text {
		font-size: 14px !important;
	}

}

.padd {
	padding-top: 86px;
}

.hero .hero-logo {
	z-index: 1;
}

.testimonial {
	background: none;
}

.portfolio {
	border: none;
}

.testimonial .carousel-inner .item img {
	max-width: 100%;
}
.testimonial .carousel-inner .item {
	margin-top: 0px;
}

.product .product-content .tab-pane {
	border: none;
}

.portfolio .portfolio-item {
	margin-top: 0px;
	margin-bottom: 20px;
}

.banner-container {
	background: #14d187 url('../img/slider/slider-back.png');
}
.tidy_very_large_text {
	font-weight: normal;
	font-size: 4em;
	color: #fff;
}

.tidy-banner-bg {
	display: block;
	height: 200px;
	width: 100%;
	background: rgba(0,0,0,0.2);
	box-shadow: 0px 0px 15px #3b564b;
	-moz-box-shadow: 0px 0px 15px #3b564b;
	-webkit-box-shadow: 0px 0px 15px #3b564b;
}

.services {
	background: url('../img/parallax-model-five.jpg') repeat fixed transparent;
}

/* Inner Page Service */

.inner-service .inner-service-item {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	cursor: pointer;
}
.inner-service .inner-service-item a {
	color: #fff;
}
.inner-service .inner-service-item a:hover {
	color: #fff;
}
.inner-service .inner-service-item a i {
	display: block;
	color: #fff;
	width: 100px;
	margin: 0 auto;
	text-align: center;
	font-size: 75px;
	line-height: 80px;
	transition: all 0.35s linear;
	-webkit-transition: all 0.35s linear;
	-ms-transition: all 0.35s linear;
	-o-transition: all 0.35s linear;
	-moz-transition: all 0.35s linear;
}

.inner-service .inner-service-item:hover a i {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.inner-service .inner-service-item h4 {
	margin: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 25px;
	font-weight: normal;
	color: #FFFFFF;
}

.inner-service .inner-service-item p {
	font-size: 13px;
	line-height: 23px;
	color: #FFFFFF;
}
.btn-trans-bg {
	background-color: transparent !important;
}

.text-light {
	font-weight: normal !important;
}

.text-small {
	font-size: 2em !important;
}

.text-medium {
	font-size: 3em !important;
}
.no-radius {
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
}
.contact {
	border-top: none !important;
}

div.tidy-logo-bg[style] {
	left: 0px !important
}