@charset "utf-8";
/* CSS Document */

.py-5{
	padding-top: 3em;
	padding-bottom: 3em;
}

.img-fluid{
	max-width: 100%;
}

.top-header{
}

.stage__background-overlay {
    background-color: #00000080;
    transform: skew(-20deg);
    display: block;
    position: absolute;
    top: 0;
    left: 60%;
    width: 50%;
    height: 100%;
    overflow-x: hidden;
}

.page-inner{
	position: absolute;
    top: 40%;
    left: -10%;
    height: 100%;
    right: 0;
    width: 100%;
    text-align: right;
    display: block;
}

.page-inner h1{
	color: #fff;
}

.page-inner a{
    color: #dd4646;
}

.page-inner small{
	color: #eee;
}

@media (max-width: 767px){
	.stage__background-overlay {
		background-color: #00000080;
		transform: skew(-20deg);
		display: block;
		position: absolute;
		top: 0;
		left: 46%;
		width: 65%;
		height: 100%;
		overflow-x: hidden;
	}
	
	.page-inner{
		position: absolute;
		top: 40%;
		left: -10%;
		height: 100%;
		right: 0;
		width: 100%;
		text-align: right;
		display: block;
	}
}

h2.section-title{
}

h2.section-title span{
	color: #e31e24;
}

/**
 * Tabs Container
 */
.tab-container {
	padding: 2rem;
}

/**
 * Tabs Block
 */
.tab-block {
	display: flex;
	align-items: center;
	justify-content: center;
}

/**
 * Tabs
 */
.tabs {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.tabs label {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem 2rem;
	margin-right: 0.0625rem;
	cursor: pointer;
	background-color: #000;
	color: #fff;
	font-family: Roboto, sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	transition: background-color ease 0.3s;
}

.tabs label .material-icons {
	margin-right: 0.3rem;
}

.tabs .tab {
	flex-grow: 1;
	width: 100%;
	height: 100%;
	display: none;
	padding: 1rem 2rem;
	color: #000;
	background-color: #fff;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
}

.tabs .tab > *:not(:last-child) {
	margin-bottom: 0.8rem;
}

.tabs [type=radio] {
	display: none;
}

.tabs [type=radio]:checked + label {
    background-color: #e31e24;
    color: #fff;
    border-top: 4px solid #99080d;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
}

.tabs [type=radio]:checked + label + .tab {
	display: block;
}

@media (min-width: 768px) {

	.tab-container {
		padding: 4rem 4rem;
	}

	.tabs label {
		order: 1;
		width: auto;
	}

	.tabs .tab {
		order: 9;
	}

	.tabs [type=radio]:checked + label {
		border-bottom: none;
	}
}
@media (min-width: 992px) {

	.tabs {
		/*width: 800px;*/
	}
}

.event-box{
    border-top: 4px solid #767373;
    background-color: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    margin-bottom: 2.5em;
}

.event-title-logo{
    padding: 10px 20px;
}

.event-title-logo img{
}

.event-date{
    padding: 30px 20px;
    background: #f5f5f5;
    border-radius: 0px 0px 20px 20px;
}

.event-date h3{
    font-size: 20px;
}

.event-date h3 i{
    color: #e31e24;
    width: 20px;
    text-align: center;
    margin-right: 4px;
}

.event-submit{
    margin-top: 2.4em;
}

.event-submit a.btn-submit{
    padding: 12px 26px;
    background: #0b60af;
    color: #fff;
    border-radius: 20px;
}

.event-submit a.btn-submit:hover{
    background: #222;
    color: #fff;
}

.contact-details{
    margin-bottom: 22px;
}

.contact-details h3{
    font-size: 22px;}

.contact-details i{
    color: #e31e24;
    padding-right: 4px;
}

.contact-details p{
    margin-bottom: 6px;
}

.contact-details p a{
    color: #4a4949;
}

.contact-details p a:hover{
    color: #e31e24;
}
   	.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: transparent !important;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.enquiry-sec{
    background: #fff;
    padding: 40px 30px;
    border-radius: 12px;
}

.enquiry-form{
}

.enquiry-form input{
	width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 1px solid #ececec;
    border-radius: 5px;
    box-shadow: inset 1px 2px 8px rgba(236, 236, 236, .7);
    outline: none;
    font-size: 14px;
    line-height: 14px;
    color: #9a9a9a;
    font-weight: 400;
}

.enquiry-form textarea {
    width: 100%;
    padding: 11px 20px;
    margin: 9px 0;
    box-sizing: border-box;
    border: 1px solid #ececec;
    border-radius: 5px;
    box-shadow: inset 1px 2px 8px rgba(236, 236, 236, .7);
    outline: none;
    font-size: 14px;
    line-height: 22px;
    color: #9a9a9a;
    font-weight: 400;
}

.enquiry-form select {width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 1px solid #ececec;
    border-radius: 5px;
    box-shadow: inset 1px 2px 8px rgba(236, 236, 236, .7);
    outline: none;
    font-size: 14px;
    line-height: 14px;
    color: #9a9a9a;
    font-weight: 400;
    background-color: #fff !important;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.submit2 input[type=submit] {
    background: #e31e24;
    color: #FFF; width: auto;
    font-size: 20px;
    line-height: 25px;
    border-radius: 5px;
    padding: 12px 33px;
    cursor: pointer;
    text-transform: uppercase;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}









































