.btn-custom {
	border-color: #94268F !important;
}
#footer {
	background-color: #fcfcfc !important;	
}
.text-color-orange {
	color: #94268f !important;	
}
.lets {
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
	background-color: #94268F !important;
}
.lets::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 12px solid #94268F;
    border-left: 12px solid transparent;
    position: absolute;
    left: 95%;
    bottom: -6px;
}
#popup1 .modal-body {
	background-color: #2e3192 !important;
}