body{
}
.page-section{
	background: #fff;
}

.intro-04-carousel h3{
	font-size: 140px;
	line-height:247px;
	font-family:"MontserratRegular";
	text-transform: uppercase;
	color: #fff !important;
}

.intro-04-carousel .item{
	text-align: center;
	padding-top: 70px;
}


.intro-04-carousel .owl-controls .owl-buttons div{
	opacity: 0.5 !important;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
		-ms-transition: all .3s linear;
		 -o-transition: all .3s linear;
			transition: all .3s linear;
}
.intro-04-carousel  .owl-controls .owl-buttons div:hover{
	opacity: 1 !important;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
		-ms-transition: all .3s linear;
		 -o-transition: all .3s linear;
			transition: all .3s linear;
}