/*
Theme Name: Whitelabel
Author: Webixmedia
Author URI: https://webixmedia.com/
Description: Whitelabel theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

body{font-family: 'Montserrat' !important; background-color: #FFF; color: #545454; font-size: 14px !important;line-height: 1.5; -webkit-tap-highlight-color: transparent;-webkit-touch-callout: none; min-height: 100%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;box-sizing: border-box;}
body {margin:0px !important;}
/*Blue Outline Remove*/
*:focus {outline:none !important}
button:focus {outline:0;}
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
/*Common CSS*/
img{image-rendering: -moz-crisp-edges;         /* Firefox */
image-rendering:   -o-crisp-edges;         /* Opera */
image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */}
	/*************Font Size**********************/
	.h-12x{font-size:12px;line-height:16px}.h-24x{font-size:24px;line-height:28px}.h-28x{font-size:28px;line-height:32px}.h-36x{font-size:36px;line-height:40px}.h-40x{font-size:40px;line-height:44px}
	
    /*********Font CSS*********/
    .btn{-webkit-transition: all 300ms ease; transition: all 0.3s ease 0s;text-decoration:none;}
    .btn-orange{color:#fff;background-color:#ef6f1a;min-width:275px;font-size:20px;padding:12px 50px;-webkit-border-radius:28px!important;-moz-border-radius:28px!important;border-radius:28px!important;text-decoration:none;font-weight: 400;text-transform:uppercase;font-family: 'Montserrat', sans-serif !important;   box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.08);}
    .btn-orange:hover, .btn-orange:focus{background-color:#33b8e5; color:#fff}

     img{max-width: 100%;height: auto;}
    .break{display:block}
    .text-center{text-align:center;}
	.text-left{text-align:left;}
    .text-right{text-align:right;}
	.section-padding{padding:60px 15px;}
	.vc_row-fluid {padding-top:60px;padding-bottom:60px;}
	a {text-decoration:none !important;}
	.vc_fixed_width_column { max-width:1170px; margin: auto;padding: 0px 15px !important; }
	#wrapper, .wrapper {max-width:1170px; margin:0 auto;padding: 0px 15px;}
    .visible-sm {
        display: none !important;
    }

    .hidden-sm {
        display: block;
    }

/*********Mobile menu*********/
    .mm-menu.mm-offcanvas {
        z-index: 10;
    }
    #mm-blocker {
        background: rgba(3,2,1,0.2);
    }
    .mm-menu {
        background: #FFF;
    }
    a.fa.fa-bars {
        position: absolute;
        right: 15px;
        top:20px;
		font-size:24px;
    }
    .fixed-header a.fa.fa-bars {
        top:20px;
    }
    .mm-panels>.mm-panel>.mm-listview {
        margin-top: 120px !important;
    }
    .mm-menu .mm-listview>li.mm-selected>a:not(.mm-next), .mm-menu .mm-listview>li.mm-selected>span {
        background: none;
    }
    .mm-listview>li:not(.mm-divider):after {
        border-color: #FFF;
    }
    .mm-panels>.mm-panel>.mm-listview {
        margin: 20px 0px;
        margin-left: -10px;
    }
    .mm-panel.mm-hasnavbar .mm-navbar {
        display: none !important;
    }
    a.fa.fa-bars:after, a.fa.fa-bars:before {
        content: '' !important;
    }
    .mm-listview>li>a, .mm-listview>li>span {
        color: #545454;
		display:block;
    }
/*********Mobile menu ends*********/


@media screen and (max-width:768px) {
    .vc_row-fluid {padding-top:30px;padding-bottom:30px;}
    .visible-sm {
        display: block !important;
    }

    .hidden-sm {
        display: none !important;
    }
}

.wrapper {width: 100%;margin: 0 auto;}
.no-padding {padding: 0px !important;}
.hidden {
    display: none !important;
}
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
}
.vc_column-inner {padding-top: 0px !important;}

body, html {margin:0px !important;overflow-x: hidden !important; position: relative;}
a {text-decoration:none !important;}
.vc_fixed_width_column { max-width:1170px; margin: auto; }
a {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 0.2s ease 0s;
}
a:hover {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 0.2s ease 0s;
}

.btn {
	background: none;
    border: 1px solid #eada9d;
    border-radius: 4px;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-align: center;
    color: #eada9d;
    display: inline-block;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 0.3s ease 0s;
}
.btn:focus,
.btn:hover {
    color: #FFF;
    background: #eada9d;
    border-color:#FFF;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 0.3s ease 0s;
}
.btn-signup,
.btn-signup:focus,
.btn-signup:hover {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}
.btn-white {
    color:#2c2c2c;
	background:#FFF;
}
.btn-black:hover {
    color:#FFF;
    background: #2c2c2c;
}

h1,h2,h3,h4,h5,h6 {font-family: 'Montserrat', serif;}

.vc_figure {
    margin-right: 0px;
    margin-bottom: 0px;
}
.header {
    padding:15px 0px;
	position: absolute;
    top:0px;
	z-index: 9;
    width:100%;
	background: none;
}

header.fixed-header {
    position: fixed !important;
    top:0 !important;
    left: 0;
    width:100%;
    z-index: 9;
    background:#071339;
}

header .logo img {
	max-width:100%;
	-webkit-transition: all 300ms ease;
    transition: all 0.3s ease 0s;
}

.text-orange {color: #fa4f42;}



.navbar-right {
    text-align:right;
}

.menu-main-navigation-container {
	margin-top: 0px;
    margin-bottom: 0px;
    -webkit-transition: all 300ms ease;
    transition: all 0.3s ease 0s;
}

.fixed-header .menu-main-navigation-container {
    -webkit-transition: all 300ms ease;
    transition: all 0.3s ease 0s;
}


.brown {
    color: #ae7a23;
}

ul.header_menu,
ul.footer_menu {
    width:100%;
    list-style:none;
    margin-bottom: 0px;
    margin-top: 12px;
    padding-left:0px;
}
ul.footer_menu {
	text-align: center;
}

ul.footer_menu li {
  padding:0px 8px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-align: center;
  line-height:1;
  display:inline-block;
    font-family: 'Montserrat';
  text-transform: uppercase;
}
ul.header_menu li {
  text-align: center;
  line-height:1;
  display:inline-block;
  font-family: 'Montserrat';
}
/*
ul.header_menu>li>a  {
    padding: 10px 15px;
    border: 0px;
	font-weight:400;
    font-size: 18px;
    color: #FFF;
    display: inline-block;
}
ul.header_menu>li:hover>a,
ul.header_menu>li.current-menu-item>a {
    color: #e784c7;
}
*/

.header a.btn.btn-default {
    margin-top: 15px;
}

ul.header_menu li.menu-item-has-children>a {
    padding-right: 30px;
}

ul.footer_menu li a:hover {
    color:#b8d3eb;
}

.footer {
    text-align: center;
}
.footer .widget-title {
  font-size: 28px;
  font-weight: 900;
  line-height: normal;
  text-align: left;
  color: #253b95;
}
.footer ul {
    width:100%;
    list-style:none;
    margin:8px 0px;
    padding-left:0px;
    margin: 30px 0px;
}

.footer ul li {
    padding: 0px 10px;
    display: inline-block;
    text-transform: none;
    text-align: center;
}
.footer ul li a {
	color: #eada9d;
    line-height: 2.19;
    text-transform: uppercase;
}

.footer ul li a:hover {
	color: #253b95;
}

.footer p,
.footer a {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.63;    
  text-align: left;
  color: #e784c7;
}
.footer a:hover {
  color: #253b95;
}

.footer_bottom {
	padding: 10px 0px;
    background: #030c28;
    text-align: center;
    color: #FFF;
    font-size: 1.3em;
}

.footer_section h3 {
    margin: 0px;
    color: #FFF;
    font-weight: 600;
    font-size: 2.5em;
	text-align: center;
}
.footer_section p {
	color: #FFF;
}
.footer_section ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
	text-align: center;
}

.footer_section ul li {
    display: inline-block;
    padding: 10px;
}

.footer_section ul li a {
    font-size: 2em;
    color: #eada9d;
    border-radius: 4px;
    border: 1px solid #eada9d;
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
}
.footer_section ul li a:hover {
    background: #eada9d;
    color: #FFF;
    border: 1px solid #eada9d;
}
.input_field {
	width: 100%;
	display: block;
	margin-bottom: 30px;
}
.form-group {
    margin-bottom: 20px;
}
.form-control {
  border: none;
  width:100%;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  padding: 6px 15px;
  -webkit-box-shadow:0px 0px 0px 1px #979797;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:0px 0px 0px 1px #979797;  /* Firefox 3.5 - 3.6 */
  	box-shadow: 0px 0px 0px 1px #979797;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    font-family: 'Montserrat', sans-serif;
   box-sizing: border-box;
	
}

textarea.form-control {
	height: auto;
	line-height: 1.5;
}
input[type="submit"].btn {
    font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	border:0px;
	text-align: center;
	color: #FFF;
	cursor: pointer;
	width:100%;
}


div.wpcf7 .ajax-loader {
    display: block;
    background-position: center center;
    margin: 0px auto;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #000000;
}
.g-recaptcha {
    display: inline-block;
}

.page_title {
    opacity: 1 !important;
    border-bottom: 5px solid #253b95;
}
.page_title h2 {
    color: #FFF;
    font-size: 4em;
    line-height: 1.1;
    font-weight: 700;
    text-shadow: 0px 0px 8px #545454;
}
.full_width_title {
    width: 100% !important;
    margin: 0px !important;    
    left: 0px !important;
}

.text_24 {
  font-size: 23px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.4px;
  text-align: left;
  color: #323232;
}


footer p {
    margin: 0px;
}

footer .widget_text img {
    max-width: 196px;
    display: inline-block;
    margin-left: 25px;
}
footer .widget_text .tagline {
  font-size: 30px;
  text-align: center;
  color: #ffffff;
  margin-top: 30px;
}
a.mobile_logo {
    display: none;
}

@media screen and (min-width:769px){
	header .logo img {width:160px;}
header.fixed-header .logo img {width:130px;}
ul.header_menu {margin-top: 0px;}
ul.header_menu li {position:relative;}
ul.sub-menu {background: #fff; padding: 0; width: 250px; position: absolute; float: left; opacity: 0; transition: .2s opacity ease-in; pointer-events: none; border-radius:0 0 2px 2px; box-shadow: 0 3px 2px rgba(0,0,0,0.15);}
li.menu-item-has-children::after {content:"\f107"; font-family: FontAwesome; font-size: 16px; position: relative; right: 1.5em; pointer-events: none; transition: .2s color ease 0s;}
li.menu-item-has-children:hover::after { color: rgba(0, 20, 65, 1); transition: .25s color ease 0s; }
ul.header_menu li.menu-item-has-children:hover ul.sub-menu {opacity: 1; transition: .1s opacity ease-out; pointer-events: unset !important;display:block;}
ul.sub-menu li {color: #34240a; display: block !important; border-bottom: 1px solid #34240a; transition: .15s background ease-out;}
ul.sub-menu li:last-child {border-bottom: none;}
ul.sub-menu li a {color: #34240a !important; display: block;padding:15px 10px !important;}
ul.sub-menu li a:hover {color: #000000 !important;}
ul.header_menu ul.sub-menu li:last-child a {padding-right: 30px;}
	
}



.wpcf7-mail-sent-ok {
    display: none !important;
}

.notfound-content-section h3 {
    font-size: 18px;
}
.notfound-content-section p {
    font-size: 16px;
}
.notfound-content-section .btn-border {
    color:#000;
}
.notfound-content-section .btn-border:hover {
    color:#FFF;
}
h2 {
    color: #eada9d;
    font-size: 3em;
    font-weight: 700;
    text-transform: uppercase;
}
h3 {
	color: #000;
    font-size: 3em;
    font-weight: 700;
}
h3 em {
	font-weight: 400;
    color: #ff00c0;
    font-style: initial;
}
.banner_section {
    padding-top: 12em;
    padding-bottom: 12em;
}

span.title_break {
    display: block;
    font-size: 0.7em;
    font-style: italic;
    color: #5c5c5c;
    font-weight: 400;
}

.vc_row.about_section {
    padding-top: 12em;
    padding-bottom: 12em;
    background-position: left bottom !important;
}
.about_section:before {
	position: absolute;
	content: '';
    background-image: url(http://diwali.ecutas.com.au/wp-content/uploads/2021/09/peacock.png) !important;
    top: 0;
    right: 0;
    width: 20%;
    height: 35%;
    background-position: top right;
    background-size: cover !important;
}
.about_section:after {
	position: absolute;
	content: '';
	width:100%;
	height: 100%;
	top:0;
	left: 0;
	background: rgba(7, 19, 57, 0.5);
}
.about_section .wpb_column {
    position: relative;
    z-index: 1;
}
.about_section h3 {
	margin: 0px;
    color: #eada9d;
    font-weight: 700;
	font-size: 3.5em;
}
.about_section h3 em {
	font-weight:600;
	color:#FFF;
}
.about_section p {
	color:#eada9d;
	font-size:1.4em;
}
.event_container {
	background: #3469e4;
}


/*
.event_container h2 {
	font-size: 2.5em;
}
*/

.event_container:before {
    content: '';
    background: rgb(7 19 57 / 70%);
	background: rgb(80 119 242);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.event_container>.vc_col-sm-12:first-child {
    background: #FFF !important;
	border-radius: 8px !important;
}

.event-inner:last-child {
    border: 0px !important;
}
.event_container h2 {
	color: #D5AD6D;
    background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(top, rgb(253 245 193) 0%, rgb(255 214 147) 26%, rgb(250 207 137) 35%, rgb(227 187 123) 45%, rgb(219 177 111) 61%, rgba(213,173,109,1) 100%);
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 4em;
    text-align: center;
    letter-spacing: 1.5px;
}

.event-inner-content h4, .event-inner-content h3, .event-inner-content p {
    margin: 0px;
	color: #000;
}
.event-inner-content h4 {
    text-transform: none;
    font-size: 1.5em;
    font-weight: 500;
	margin-top: 15px;
}

.event-inner-content h4.event_time {
	margin: 0px;
}

.event-inner-content h3 {
    text-transform: none;
    font-size: 2.2em;
}
.event-inner-content p {
	color: #000;
}
.event-inner {
    border-bottom: 1px solid #e1e1e1;
    padding: 10px;
}

.event-inner .vc_tta-panel-heading,.event-inner .vc_tta-panel-body {
    background: none !important;
    border: 0px !important;
}

.event-inner span.event_time {
    display: block;
    padding: 0px;
    font-size: 0.8em;
    color: #000;
}

.event-inner span.vc_tta-title-text {
    color: #000;
    display: block;
    padding: 0px !important;
    margin: 10px 0px  0px  0px !important;
    font-weight: 500;
}
.event-inner i.vc_tta-controls-icon {
    height: 18px !important;
    width: 18px !important;
    right: 20px !important;
}

.event-inner i.vc_tta-controls-icon:before {
	border-width: 0px 3px 3px 0px !important;
}
.event-inner-content h3 a {
    padding-left: 100px !important;
    position: relative;
}

.event-inner-content h3 a i.fa-calendar {
    position: absolute;
    left: 40px;
    color: #000;
    font-size: 1.5em;
    top: 50%;
    transform: translateY(-50%);
}
.event_container h2 {
	color:#FFF;
}
.event_notes h4 {
	font-size: 2em;
	margin-top: 30px;
	margin-bottom: 0px;
}
.event_notes h4,
.event_notes p {
	color: #FFF;
}
.vc_tta-panel-body ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
}

.vc_tta-panel-body ul li {
    padding-left: 50px;
    font-size: 1.4em;
    color: #000;
    line-height: 2em;
    position: relative;
}

.vc_tta-panel-body ul li:before {
    content: "\f138";
    font-family: FontAwesome;
    margin-right: 10px;
}

.who_section .vc_align_center {
    text-align: center;
}

.left_section:after, .right_section:after {
	content: '';
	width: 155%;
	position: absolute;
	height: 100%;
	background: #071339;
	left: -55%;
	top: 0;
	z-index: -1;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2c539e+0,071339+67 */
background: rgb(44,83,158); /* Old browsers */
background: -moz-linear-gradient(left, rgba(44,83,158,1) 0%, rgba(7,19,57,1) 67%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(44,83,158,1) 0%,rgba(7,19,57,1) 67%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(44,83,158,1) 0%,rgba(7,19,57,1) 67%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c539e', endColorstr='#071339',GradientType=1 ); /* IE6-9 */

}

.right_section:after {
    left: 0px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#071339+33,2c539e+100 */
background: rgb(7,19,57); /* Old browsers */
background: -moz-linear-gradient(left, rgba(7,19,57,1) 33%, rgba(44,83,158,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(7,19,57,1) 33%,rgba(44,83,158,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(7,19,57,1) 33%,rgba(44,83,158,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#071339', endColorstr='#2c539e',GradientType=1 ); /* IE6-9 */
}

.who_section h3,.who_section p {
    color: #071339;
	padding: 0px 30px;
}
.who_section h3 {
	margin-top: 15%;
	margin-bottom: 0px;
}
.who_section .btn {
    border-color: #071339;
    color: #071339;
    margin-bottom: 15%;
}
/*

.homepage-events {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.event-image {
    background-position: 50% 50% !important;
    background-size: cover !important;
    box-sizing: border-box;
    text-align: left;
    flex: 0 0 20%;
	min-height: 300px;
	position: relative;
}
.event-image .image-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(60%,transparent),color-stop(66%,rgba(0,0,0,0.1)),color-stop(93%,rgba(0,0,0,0.5)),to(rgba(0,0,0,0.49)));
    background-image: -webkit-linear-gradient(transparent 0%,transparent 60%,rgba(0,0,0,0.1) 66%,rgba(0,0,0,0.5) 93%,rgba(0,0,0,0.49) 100%);
    background-image: linear-gradient(transparent 0%,transparent 60%,rgba(0,0,0,0.1) 66%,rgba(0,0,0,0.5) 93%,rgba(0,0,0,0.49) 100%);
}



.event-content {
    padding: 15px;
	position: absolute;
    bottom: 0px;
    left: 0px;
}

.event-content h3 {
    color: #FFF;
    font-size: 1.5em;
    margin-top: 5px;
}

.event-content .event_time {
    color: #FFF;
 	font-size: 1.4em;
}*/



.vc_general.vc_cta3.vc_cta3-shape-rounded {
	color: #eada9d;
    background: none !important;
    border: 0 !important;
    border-radius: 0px !important;
    padding: 80px 0px !important;
    border-bottom: 1px solid #FFF !important;
    margin-bottom: 80px !important;
}

.vc_general.vc_cta3 .vc_btn3 {
    background: none;
    color: #eada9d;
    border: 1px solid #eada9d;
    font-size: 1.5em;
    padding: 15px 40px;
	font-family: 'Montserrat' !important;
}

.vc_general.vc_cta3 p {
    font-size: 1.5em;
    margin-bottom: 30px !important;
    display: block;
}

section.vc_cta3-container {
    margin-bottom: 0px;
}

.wpb_wrapper .ultb3-box {
	margin-bottom: 0px !important;
	background: none !important;
}

.ultb3-box .ultb3-title.ult-responsive {
    color: #eada9d !important;
    font-weight: 600 !important;
}

.ultb3-desc.ult-responsive {color: #eada9d;}

.ultb3-box .ultb3-btn.ult-responsive {
    border-color: #eada9d !important;
    color: #eada9d !important;
    padding: 12px 35px;
    margin: 30px;
}

.ultb3-box .ultb3-btn.ult-responsive:hover,
.vc_general.vc_cta3 .vc_btn3:hover {
	background: #eada9d !important;
	border-color: #eada9d !important;
	color:#FFF !important;
}

.ultb3-box.right_border:after {
    content: '';
    width: 1px;
    height: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 1;
    background: #eada9d;
}

.direction_section img {
    max-width: 60%;
}

.direction_section .wpb_single_image {
    margin: 0px;
}

.direction_section p {
    font-size: 1.5em;
    color: #FFF;
    font-weight: 500;
    margin-top: 0px;
}

.direction_section .btn {
    border-radius: 4px;
    padding: 15px 40px;
    font-size: 16px;
}
.tickets_details {
    padding-top: 15em;
    padding-bottom: 15em;
}

.tickets_details h2 {
    font-size: 5em;
    letter-spacing: 2px;
    text-transform: none;
}

.tickets_details:after {
    position: absolute;
    content: '';
    width:100%;
    height: 100%;
    top:0;
    left: 0;
    background: rgba(7, 19, 57, 0.5);
}

.footer_contact_section h3 {
    color: #eada9d;
    font-size: 1.9em;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.footer_contact_section p {
    color: #FFF;
    font-size: 1.3em;
    margin: 0px;
    font-weight: 600;
}

.footer_contact_section p a {
    color: #FFF;
    font-size: 1em;
    font-weight: 500;
}

.footer_contact_section p a i {
    margin-right: 10px;
}

.footer_contact_section .vc_col-sm-4:after {
    content: '';
    width: 1px;
    height: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 1;
    background: #eada9d;
}

.footer_contact_section .vc_col-sm-4:last-child:after {
    display: none;
}


.footer_contact_section .vc_icon_element-inner span.vc_icon_element-icon {
    color: #eada9d;
    text-align: center;
    border: 1px solid #eada9d;
    padding: 30px;
    border-radius: 50%;
    margin: auto;
    font-size: 2em;
}

.footer_contact_section .vc_icon_element-inner {
    text-align: center;
}

/*=============Service Inner page End==============*/

@media screen and (min-width:1440px){
	.vc_fixed_width_column, #wrapper, .wrapper {
		max-width:1600px;
	}
}
@media screen and (min-width:1200px) {
    header>.vc_fixed_width_column>.vc_column-inner {
        padding: 0px !important;
    }
}
@media screen and (max-width:1024px) {
    #wrapper {
        padding: 0px 15px;
    }
}

@media screen and (max-width:768px) {
.top_header,
.header,
.page-template-home_page .header,
.page-template-home_page .top_header {
    position: relative;
    top: 0px;
	background: #071339;
}
    
.header.fixed-header {position: fixed;}
.header {
    padding-top: 10px;
    padding-bottom: 0px;
}
.fixed-header {
    padding-top: 10px;
	padding-bottom: 0px;
}
	header .logo {
		position:relative;
	}
	header .logo img,
	header.fixed-header .logo img {
    	max-width: 100%
	}
.logo:after,
.logo:before {
    height: 0px;
    background: none;
    width: 0px;
    display: none;
}
.navbar-right {
    padding-left: 0px;
}

.mm-panels>.mm-panel>.mm-listview>li {
    display: block;
    box-sizing: border-box;
}
.mm-panels>.mm-panel>.mm-listview>li>a {
    color: #545454;
	display: block;
    padding: 15px !important;
    text-align: left;
	border-bottom: 1px solid #545454;
}
.mm-listview .mm-next {
	background: #FFF;
}
	ul.header_menu {
		margin: 0px;
	}
	ul.header_menu li a {
		padding: 10px;
	}
a.mobile_logo {
    position: absolute;
    width: 125px;
    top: 20px;
    left: -15px;
    right: 0;
    margin: auto;
    display: block;
}
.mm-menu.mm-offcanvas {
		width: 100%;
		max-width: 100%;
		text-align: center;
		background: rgba(37, 59, 149, 0.7);
	}

	.mm-panels>.mm-panel>.mm-listview {
		text-align: center;
		left: 0;
		width: 100%;
		right: 0px;
		top: 50%;
	}
	.mm-panels>.mm-panel>.mm-listview>li>a {
		padding: 20px 50px;
		border: 0px !important;
		font-size: 2em;
		line-height: 1.5;
		color: #FFF;
		font-weight: 600;
		border-bottom: 2px solid transparent !important;
	}
	.mm-panels>.mm-panel>.mm-listview>li>a:hover {
		border-bottom: 2px solid #FFF !important;
	}
	.mm-panels>.mm-panel>.mm-listview>li {
		border: 0px !important;
	}

	.mm-listview>li:not(.mm-divider):after {
		border: 0px;
	}
	a.close-mobile-menu {
		position: absolute;
		right: 50px;
		top: 50px;
		z-index: 999999;
		color: #FFF;
		font-size: 28px;
	}
	.text-right {
		text-align:center !important;
	}
	.banner_section {
		padding-top: 7em;
		padding-bottom: 7em;
	}
	.footer_center {
		padding: 50px 0px !important;
	}
	h3, .banner_section h3, .welcome_section h3 {
		color: #000;
		font-size: 1.8em;
		margin: 0px;
	}
	.vc_row.about_section {
		padding-top: 5em;
		padding-bottom: 5em;
		background-size: 150% !important;
	}
	.about_section:before {
		width: 40%;
		height: 20%;
	}
	.about_section h3 {
		font-size: 1.5em;
	}
	.about_section p {
		font-size: 1em;
	}
	.vc_general.vc_cta3 p {
    	font-size: 1.2em;
	}
	#countdown ul {
		padding: 0px;
	}
	#countdown li {
		font-size: 0.7rem !important;
		padding: 0.75rem !important;
	}
	.vc_general.vc_cta3.vc_cta3-shape-rounded {
		padding: 20px 0px !important;
		margin-bottom: 20px !important;
	}
}
@media screen and (min-width:768px) {
    .mm-offcanvas {
        display: none;
    }
    .visible-xs {
        display: none;
    }
}
@media screen and (min-width:769px) {
	.welcome_section .vc_figure {
		max-width: 75%;
	}
	.mm-menu.mm-offcanvas {
		width: 100%;
		max-width: 100%;
		text-align: center;
		background: rgba(37, 59, 149, 0.7);
	}

	.mm-panels>.mm-panel>.mm-listview {
		text-align: center;
		margin-top: 0px !important;
		position: absolute;
		left: 0;
		width: 100%;
		right: 0px;
		top: 50%;
	}
	.mm-panels>.mm-panel>.mm-listview>li>a {
		padding: 20px 50px;
		border: 0px !important;
		font-size: 2.5em;
		line-height: 1.5;
		color: #FFF;
		font-weight: 600;
		border-bottom: 2px solid transparent !important;
	}
	.mm-panels>.mm-panel>.mm-listview>li>a:hover {
		border-bottom: 2px solid #FFF !important;
	}
	.mm-panels>.mm-panel>.mm-listview>li {
		border: 0px !important;
	}

	.mm-listview>li:not(.mm-divider):after {
		border: 0px;
	}
	a.close-mobile-menu {
		position: absolute;
		right: 50px;
		top: 50px;
		z-index: 999999;
		color: #FFF;
		font-size: 28px;
	}
}

@media screen and (max-width:767px) {
    .visible-xs {
        display: block;
    }
.top_header p, .top_header a {
    font-size: 13px;
}
.logo a {
    display: block;
}

.flex-direction-nav a {
    display: none !important;
}

.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, .vc_section.vc_section-has-fill+.vc_section {
    padding-top: 0px !important;
}

.footer p {
    text-align: center;
}
.header a.btn.btn-default {
	margin: 0px;
}
.vc_row.vc_row-o-full-height {
    min-height: 238px !important;
}
	h2,
	.event_container h2 {
    	font-size: 1.8em;
	}
	.tickets_details {
		padding-top: 7em;
		padding-bottom: 7em;
	}
	.tickets_details h2 {
		font-size: 2em;
		letter-spacing: 1px;
	}
	.btn,
	.direction_section .btn {
		font-size: 14px;
		padding: 10px 20px;
	}
	.direction_section p {
		font-size: 1em;
		text-align: center !important;
	}
	.ultb3-box .ultb3-title.ult-responsive {
		font-size: 2em;
	}
	.ultb3-box.right_border:after {
		display: none;
	}
	.ultb3-desc.ult-responsive {
		font-size: 1.5em;
	}
	.ultb3-box .ultb3-btn.ult-responsive {
		padding: 10px 20px !important;
		font-size: 1.2em !important;
	}
	.event-inner-content h3 {
		text-transform: none;
		font-size: 1.3em;
	}
	.event-inner-content h3 a {
    	padding-left: 30px !important;
	}
	.event-inner-content h3 a i.fa-calendar {
		left: 0px;
		font-size: 1em;
	}
	
}

.vc_figure {margin:0px !important;}

