/*  MICROTHEMER STYLES here  */


/*= General =================== */

/** General >> Welcome intro **/
.welcome-intro {
	/* MT [ google_font: 1 | variant: Normal400 ] */
	font-family: 'Indie Flower' !important;
}


/** General >> Welcome intro btn ql **/
.welcome-intro .btn-ql {
	/* MT [ google_font: 1 ] */
	font-family: 'Architects Daughter' !important;
	font-size: 30px !important;
	max-width: 680px !important;
}


/** General >> Testimonials section **/
#testimonials-section {
	background-color: rgb(0, 0, 0) !important;
	background-image: none !important;
	height: 900px !important;
}


/** General >> Ql **/
.ql_logo {
	/* MT [ google_font: 1 ] */
	font-family: 'Architects Daughter' !important;
	text-transform: none !important;
}



/*( Tablet & Phone )*/
@media (max-width: 767px) {

	/*= General =================== */

	/** General >> Welcome intro btn ql **/
	.welcome-intro .btn-ql {
		font-size: 14px !important;
		visibility: hidden !important;
	}


	/** General >> Welcome intro **/
	.welcome-intro {
		margin-top: 76px !important;
	}

}