/*
BASE
*/
body {
	font-family: 'Oxygen', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #282828;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
a, a:hover, a:active, a:focus, button, button:focus {
	text-decoration: none;
	border: none;
	outline: none;
}
a, a:hover, a:active, a:focus {
	color: inherit;
}
a.weblink, a.weblink:hover, a.weblink:active, a.weblink:focus {
	color: #d05219;
	text-decoration: none;
	border: none;
	outline: none;
}
input, textarea {
	border: 0;
	outline: 0;
}

/*
COMMON
*/
.pc{
	display: block;
}
.sp{
	display: none;
}
/*.banner-half{
	 max-width: 1860px; 
	width: 100%;
	display: block;	
	margin: 0 auto;	
	background-image: url(../img/bg-header.jpg); 	 
	background-size: cover;
} */
.banner-half-bg{	
	/* background-image: url(../img/bg-header.jpg); 	 
	background-size: contain; */
	width: 58%;	
	height: 430px;
	display: block;
	float: left;		
}
.header-text{
	/* max-width: 600px; */
	max-width: 380px;
	display: block;
	font-size: 38px;
	font-weight: 600;
	text-align: left;
	color:#f4f4f4;	
	float: left;
	padding: 11% 0px 0px 20%;
	/* padding: 8% 0 0 19%;	 */
}
.header-text-inner{	
	font-size: 54px;
	line-height: 1em;
	float: left;
	display: block;
	/* width: 50%; */
	width: 380px;
	margin: 0 auto;
	padding: 0 auto;
	background: #d05219;
	font-weight: 500;	
}
.header-text-inner-t{
	font-size: 35px;
	line-height: 1em;
}
.section-header {	
	width: 100%;
	display: block;
	background-image: url(../img/bg-header.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 90vh;
	padding-top: 0px;
	position: relative;
	background-color: #d05219;/* ff804a */
}
.text-center{
	text-align: left;
}
.section {
	padding: 40px 0 20px;
}
.section-red {
	color: white;
	background: #d05219;
}
.section-red, .section-white {
	text-align: center;
	padding-bottom: 10px;
}
.section h3 {
	font-size: 36px;
	font-weight: 300;
	line-height: 40px;
}
.section h4 {
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}
.section p {
	margin-bottom: 20px;
}
.section-red h3 {
	margin-bottom: 30px;
}
.section-red h3:after {
	content: "";
	background: white;
	width: 280px;
	height: 1px;
	display: block;
	margin: 10px auto;
}
.section-white h3 {
	color: #d05219;
	margin-bottom: 30px;
}
.section-white h3:after {
	content: "";
	background: #c82828;
	width: 280px;
	height: 1px;
	display: block;
	margin: 5px auto;
}
.section-red img, .section-white img {
	margin-bottom: 30px;
}

/*
HEADER
*/

.av-logo {
	margin-left: 15px;
}
.cta {
	font-size: 18px;
	font-weight: 700;
	color: white !important;
	line-height: 20px;
	padding: 5px 0px;
	border-radius: 15px;
}
.header-bar {
	width: 100%;
	display: block;
	z-index: 22;
	background:rgba(255,79,0,1);
	padding: 10px 0;
	position: fixed;
}

/*
WHY
*/
.section-why {
	text-align: center;
}
.section-why h3 {
	margin-bottom: 20px;
}
.section-why h4 {
	color: #50b4f0;
}
.icons div {
	text-align: center;
	width: 20%;
	margin-bottom: 20px;
}
.icons img {
	width: 80px;
	height: auto;
	margin-bottom: 10px;
}

/*
SERVICES
*/
.section-services p {
	font-size: 16px;
	line-height: 24px;
}

/*
EQUIPMENT
*/
.section-equipment h4 {
	color: #c82828;
	background: white;
	display: inline-block;
	padding: 3px 30px;
	margin-bottom: 15px;
	border-radius: 15px;
}

/*
TESTIMONIAL
*/
.section-testimonial {
	padding-bottom: 40px;
}
#carousel-testimonial .carousel-item {
	min-height: 140px;
}
#carousel-testimonial .carousel-indicators {
	margin-bottom: 0;
	position: relative;
}
#carousel-testimonial .carousel-indicators li {
	background: rgba(150,50,50,0.5);
}
#carousel-testimonial .carousel-indicators .active {
	background: #963232;
}
#carousel-testimonial .carousel-control-next, #carousel-testimonial .carousel-control-prev {
	width: 40px;
	height: 40px;
	background: #963232;
	border-radius: 20px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	width: 14px;
	height: 14px;
}
.carousel-control-next {
	right: -80px;
}
.carousel-control-prev {
	left: -80px;
}
.carousel-item span {
	font-weight: 700;
}

/*
ENQUIRY
*/
.section-enquiry {
	padding-bottom: 40px;
}

/*
CONTACT
*/
.section-contact p {
	text-align: left;
}
.alliance {
	margin-bottom: 10px;
}

/*
THANK YOU
*/
.section-thankyou {
	text-align: center;
}
.section-thankyou a {
	font-size: 14px;
	color: white;
	line-height: 20px;
	background: #313196;
	padding: 10px 20px;
	display: inline-block;
	margin-top: 10px;
}
.section-thankyou h3 {
	margin-bottom: 20px;
}

.section-am {
	padding: 20px 0;
}
.section-am p {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 0;
}
@media (max-width: 1366px) {
.banner-half-bg{	
	/* background-image: url(../img/bg-header.jpg); 	 
	background-size: cover; */
	width: 38%;	
	height: 500px;
	display: block;
	float: left;		
}
.header-text{
	width: 62%;
	display: block;
	font-size: 38px;
	font-weight: 600;;
	text-align: left;
	color:#f4f4f4;
	padding: 98px 0 0px 85px;	
}
.header-text-inner{
	font-size: 55px;
	line-height: 1em;
	float: left;
	display: block;
	width: 50%;
	margin: 0 0px 0 0;
	padding: 10% 0px 40px 16%;
	background: transparent !important;
	font-weight: 500;
}	
.section-header {
	display: flex;		
	background-image: url(../img/bg-header.jpg);
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
	height: 658px;
	padding-top: 0px;
	position: relative;
	background-color: #d05219;
  }
}
@media (max-width: 1024px) {
.section-header {
	display: block;		
	/* background-image: url(../img/bg-header.jpg);
	background-size: contain; */
	background-position: center right;
	background-repeat: no-repeat;
	height: 500px;
	padding-top: 0px;
	position: relative;
	background-color: #d05219;
}	
.banner-half{
	width: 100%;
	height: 100%;
	display: block;
	background-image: url(../img/bg-header.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;	
}
.header-text-inner{
	font-size: 42px;
	display: block;
	width: 50%;;
	margin: 0 auto;
	padding: 20px 0 20px 0px;
	background:#d05219;
  }
}
@media (max-width: 768px) {
.pc{
	display: none;
}
.sp{
	display: block;
}
.banner-half{
	width: 100%;
	height: 500px;
	display: block;
	background-image: url(../img/bg-header.jpg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;	
}	
.banner-half-bg{	
	background-image: url(../img/bg-header.jpg); 	
	background-repeat: no-repeat; 
	background-size: contain;
	width: 100%;	
	/* height: 418px; */
	display: block;
	float: left;	
}
.header-text{
	width: 80%;
	display: block;
	font-size: 38px;
	font-weight: 600;;
	text-align: left;
	color:#f4f4f4;
	padding: 0px 0 0 50px;	
}
.header-text-inner{
	font-size: 35px;
	line-height: 1em;
	float: left;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 110px 10px 40px 20px;
	background: #d05219;
}
.header-text-inner-t{
	font-size: 22px;
	line-height: 1em;
}
.section-header img {
	display: block;
	padding-bottom: 12px;
}
.av-logo {
	margin: 15px 0 0 0;
}
.section-header {	
	background-image: none;
	height: 460px;
	background-position: left 25% center;
}
.section h3 {
	font-size: 24px;
	line-height: 32px;
}
.section h4 {
	font-size: 14px;
	line-height: 20px;
}
.icons div {
	width: 50%;
}
#carousel-testimonial .carousel-control-next, #carousel-testimonial .carousel-control-prev {
	display: none;
}
#carousel-testimonial .carousel-item {
	min-height: 250px;
}
.section-equipment h4 {
	padding: 5px 30px;
 }
}
@media (max-width: 480px) {
.pc{
	display: none;
}
.sp{
	display: block;
}	
.banner-half{
	width: 100%;
	height: 370px;
	display: block;
	background-image: url(../img/bg-header.jpg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 0;	
	margin: 0;
}
.banner-half-bg{	
	background-image: url(../img/bg-header.jpg); 	
	background-repeat: no-repeat; 
	background-size: contain;
	width: 100%;	
	height: 418px;
	display: block;
	float: left;	
}
.header-text{
	width: 80%;
	display: block;
	font-size: 38px;
	font-weight: 600;;
	text-align: left;
	color:#f4f4f4;
	padding: 0px 0 0 50px;	
}
.header-text-inner{
	font-size: 35px;
	line-height: 1em;
	float: left;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 110px 10px 40px 20px;
	background: #d05219;
}
.header-text-inner-t{
	font-size: 22px;
	line-height: 1em;
}
.section-header img {
	display: block;
	padding-bottom: 12px;
}
.av-logo {
	margin: 15px 0 0 0;
}
.section-header {	
	background-image: none;
	height: 285px;
	background-position: left 25% center;
}
.section h3 {
	font-size: 24px;
	line-height: 32px;
}
.section h4 {
	font-size: 14px;
	line-height: 20px;
}
.icons div {
	width: 50%;
}
#carousel-testimonial .carousel-control-next, #carousel-testimonial .carousel-control-prev {
	display: none;
}
#carousel-testimonial .carousel-item {
	min-height: 250px;
}
.section-equipment h4 {
	padding: 5px 30px;
 }
}

@media (max-width: 320px) {
.pc{
	display: none;
}
.sp{
	display: block;
}	
.banner-half{
	width: 100%;
	height: 340px;
	display: block;
	background-image: url(../img/bg-header.jpg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 0;	
	margin: 0;
 }	
.section-header {	
	background-image: none;
	height: 255px;
	background-position: left 25% center;
 }
}