/*  MICROTHEMER STYLES  */


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

/** General >> Col md 6 heading 4 **/
.col-md-6 h4 {
	color: rgb(0, 133, 62) !important;
}


/*( Desktop & Tablet )*/
@media (min-width: 768px) and (max-width: 979px) {

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

	/** General >> Custom paragraph **/
	.custom_slogan p {
	margin-top: -30px !important;
	margin-bottom: 10px !important;
}

	/** General >> Mh row div **/
	.mh-row div {
	text-align: center !important;
}


}


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

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

	/** General >> Custom **/
	.custom_slogan {
	text-align: center !important;
	margin-top: -50px !important;
}

	/** General >> Custom paragraph _2 **/
	.custom_slogan p {
	text-align: center !important;
}

	/** General >> Custom _2 **/
	.custom_slogan {
	float: none !important;
}


}


/*( Phone )*/
@media (max-width: 480px) {

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

	/** General >> Custom paragraph **/
	.custom_slogan p {
	text-align: center !important;
	margin-top: -10px !important;
	margin-bottom: 10px !important;
}


}

