
/* Css for parallax start */

#pstparallaxcmsblock {
    margin: 35px 0 80px;	
	background-size:cover;
	background-attachment:fixed;
}
#pstparallaxcmsblock .container {
    position: relative;
}
.parallax-wrapper {
	padding:60px 20px;
	display: inline-block;
	vertical-align: top;
}
.parallax-text .text1 {
    color: #242424;
    font-size: 44px;
    font-weight: 400;
    line-height: 44px;
    margin-bottom: 10px;
}
.parallax-text .text2{
    font-size: 55px;
    font-weight: 700;
    line-height: 55px;
    text-transform: capitalize;
    color: #242424;
}
.parallax-image {
    position: absolute;
    right: 0;
    bottom: -70px;
    overflow: hidden;
	width: 50%;
}
.parallax-image img {
    max-width: 100%;
}
@media (max-width: 1199px) {
	.parallax-image {
		bottom: -20px;
	}
}
@media (max-width: 991px) {
	.parallax-text .text1 {
		font-size: 34px;
		line-height: 34px;
	}
	.parallax-text .text2 {
		font-size: 40px;
		line-height: 40px;
	}
}
@media (max-width: 767px) {
	.parallax-wrapper {
		padding:40px 20px;
		text-align: center;
		display:block;
	}
	.parallax-image {
		position: static;
		margin: 30px auto 0;
		width: 100%;
	}
}
@media (max-width: 479px) {
.parallax-text .text2 {
    font-size: 30px;
    line-height: 30px;
}
.parallax-text .text1 {
    font-size: 22px;
    line-height: 24px;
}
}
/* Css for parallax end */