

 @media (max-width: 767px) {

	/* Hero Section */
	.hero-section .text-area{
		width: 100%;
	}
	.hero-section .single-image{
		position: static;
		width: 100%;
		top: 0;
		transform: none;
	}
	.hero-section .text-area .title h3{
		font-size: 40px;
	}


	/* Slick Slider */
	.dreamit-slick-slider .hero-text-wrap h1{
		font-size: 40px;
	}
	.dreamit-slick-slider .hero-text-wrap p {
		width: 100%;
	}
















 }