Slider 1

Home » Components » Slider » Slider 1

Slider 1

Tax Specialist

Tax Preparation

With New Tax Laws on the Horizon, why take a Chance!

It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum.

Read More

Tax Specialist

Tax Preparation

With New Tax Laws on the Horizon, why take a Chance!

It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum.

Read More
/* ===== Slider 1 ===== */

#slider-1 h1 {
	-webkit-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	        transform: rotate(-90deg);
	-webkit-transform-origin: bottom left;
	    -ms-transform-origin: bottom left;
	        transform-origin: bottom left;
	position: absolute;
	left: -20px;
	bottom: 0;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.1);
}

#slider-1 h4 {
	font-weight: 200;
}

#slider-1 h2 {
	font-weight: 900;
}

#slider-1 .carousel {
	margin-top: -100px;
}

#slider-1 .carousel-arrows {
	position: absolute;
	width: 100%;
	height: 40px;
}

@media(max-width: 992px) {
	
	#slider-1 .carousel {
		margin-top: 0;
	}
}