/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

@media screen and (max-width: 1200px) {
	.tp-mask-wrap{
		padding-left: 30px;
	}
}

.w-49{
	width: 49%;
}

.modal-title{
	color: #F8C63F;
	font-family: sans-serif;
	font-size: 28px;
}

.modal-btn{
	background-color: red;
	border: 0;
}

.text-align{
	text-align: center;
}
