
.trx_popup {
	-webkit-animation-name: fadeIn_popup;
	animation-name: fadeIn_popup;
}
.trx_popup.close {
	-webkit-animation-name: fadeOut_popup;
	animation-name: fadeOut_popup;
}.trx_popup .trx_popup_container {
	background-image: url(https://www.aghoramart.com/wp-content/uploads/2019/03/contacts-background.png);
}
/* Custom styles
*******************************/
.trx_popup_close:before,
.trx_popup_close:after {
background-color: #ffffff!important;
}
.trx_popup_inner .trx_popup_subtitle {
color: #ffffff;
}
.trx_popup_inner .trx_popup_title {
color: #ffffff;
}
.trx_popup_inner .trx_popup_button {
color: #3f2803!important;
background-color: #ffffff !important;
}
.trx_popup_inner .trx_popup_button:hover {
color: #ffffff !important;
background-color: #3f2803 !important;
}