/* Parallax block start */
#pstparallaxcmsblock {
    margin: 0 0 115px;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
#pstparallaxcmsblock:before {
    content: '';
    display: block;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    height: 14px;
    width: 100%;
    background: url(../img/pattern1.png);
}
#pstparallaxcmsblock:after {
    content: '';
    display: block;
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    height: 14px;
    width: 100%;
    background: url(../img/pattern2.png);
}
#pstparallaxcmsblock .parallax-wrapper {
	padding: 170px 0;
	text-align: center;   
}
#pstparallaxcmsblock .parallax-text {
	display:inline-block;
}
#pstparallaxcmsblock .parallax-text .text1 {
	font-size: 56px;
	line-height: 66px;
	font-weight: 600;
	text-transform: capitalize;
	display: block;
	color: #ffffff;
	margin-bottom: 30px;
}
#pstparallaxcmsblock:hover .parallax-text .text1{
	text-shadow: -2px 0 #79C2ED, 0 2px #79C2ED, 2px 0 #79C2ED, 0 -2px #79C2ED;
	-moz-text-shadow: -2px 0 #79C2ED, 0 2px #79C2ED, 2px 0 #79C2ED, 0 -2px #79C2ED;
	-webkit-text-shadow: -2px 0 #79C2ED, 0 2px #79C2ED, 2px 0 #79C2ED, 0 -2px #79C2ED;
	
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
#pstparallaxcmsblock .parallax-wrapper .button{
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
    color: #ffffff;
    background: #79C2ED;
    text-transform: uppercase;
    border-bottom: none;
    padding: 17px 35px;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    -khtml-border-radius: 28px;
    -moz-border-radius: 28px;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
}
#pstparallaxcmsblock .parallax-wrapper .button:hover{
	background: #000000;	
	color:#ffffff;
}
#pstparallaxcmsblock .parallax-text .text2{
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	display: block;
	margin: 0 0 60px;
	color: #ffffff;
}

@media (max-width: 1299px) {
#pstparallaxcmsblock .parallax-wrapper {
    padding: 120px 0;
}

}
@media (max-width: 991px) {
#pstparallaxcmsblock{
    margin: 0 0 75px;
}
#pstparallaxcmsblock .parallax-text .text1{
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 15px;
}
#pstparallaxcmsblock .parallax-text .text2{
	margin: 0 0 30px;
}
#pstparallaxcmsblock .parallax-wrapper {
    padding: 80px 0;
}
}
@media (max-width: 767px) {
#pstparallaxcmsblock .parallax-text .text1 {
    font-size: 24px;
    line-height: 26px;
}
#pstparallaxcmsblock .parallax-text .text2{
    font-size: 14px;
}
#pstparallaxcmsblock .parallax-wrapper .button{
    padding: 12px 26px;
}
#pstparallaxcmsblock .parallax-wrapper {
    padding: 50px 0;
}
}
@media (max-width: 479px) {

}