@charset "utf-8";
/* CSS Document for fixing */


.news-input .with_frm_style .frm_inside_container > input {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #000;
    font-size: 18px;
    box-shadow: none !important;
    padding-left: 0;
    background: #F4F8FB;
}


.frm_button_submit{
    padding: 0 !important;
    background: none !important;
    color: #000 !important;
    border: none !important;
    font-size: 17px !important;
    box-shadow: none !important;
}


.frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 5px !important;
}

.with_frm_style .frm_checkbox label {
    font-size: 17px !important;
}

.close-btn {
    padding: 30px 50px 0 50px;
}

.sidebar-address {
    margin-top: 25px;
    padding: 0 0 30px 70px;
}

.nav-drawer-menu .menu-item {
    margin:0;
}

/* .sidebar-scroll{
    padding-bottom: 30px;
} */

.about-text {
    margin-top: 90px;
}

.sidebar-scroll{
    overflow-y: auto;
}

.nav-drawer{
    height: 100%;
}


.contact-form .frm_form_field input, .contact-form .frm_form_field textarea{
    font-size: 20px !important;
    background: #eee !important;
    color: #000 !important;
    height: 60px !important;
    border: none !important;
    box-shadow: none !important;
}

.contact-form .frm_form_field textarea{
    height: 150px !important;
}

.contact-form .frm_button_submit{
    background: #fff!important;
    font-size: 16px!important;
    border: 2px solid #E63818!important;
    color: #E63818!important;
    padding: 10px 40px!important;
    text-transform: uppercase!important;
    font-weight: 400!important;
    border-radius: 0!important;
}

.contact-form  .frm_button_submit:hover{
    background: #E63818!important;
    color: #fff !important;
}

.event-details-text ul li, .event-details-text ol li {
    font-size: 16px;
    line-height: 28px;
    color: #848484;
}

.event-details-text ul, .event-details-text ol {
    list-style: revert;
    padding-left: 20px;
}


/**** Onload Modal ****/

.modal-backdrop{
	z-index: 999999999;
}

.modal-backdrop.show {
    opacity: .7;
}

.onload-modal{
	z-index: 99999999999;
}

@media (min-width: 720px) {
    .modal-dialog {
        max-width: 650px;
        margin: 1.75rem auto;
    }
}

.modal-body{
	padding: 0;
}

.modal-top-box{
	text-align: center;
	padding: 20px;
}

.modal-top-box h5{
	color: #000;
}

.modal-top-box h2{
	color: #000;
}

.modal-top-box p{

	margin-bottom: 0;
}

.modal-bottom-box{
	text-align: center;
	padding: 20px;
	background: #918579;
}


.modal-bottom-box h5{
	color: #fff;
}

.modal-bottom-box h2{
	color: #fff;
}


.modal-bottom-box p{
	color: #fff;
	margin-bottom: 0;
}

.modal-header {
    padding: 0 !important; 
    border-bottom: none !important; 
}

.close {
	outline: none !important;
    font-size: 2.5rem;
}

.modal-header .close {
    margin: -.5rem -.5rem -1rem auto;
}

.modal-open{
	padding-right: 0 !important;
}









