/*
*******************************************
*******************************************

Template Name: Evlis
Template URL: https://themescare.com/demos/evlis-view
Description: 
Author: Themescare
Author URL: https://themeforest.net/user/themescare
Version: 1.0

* This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.

This files contents are outlined below >>>>

*** SEARCH EACH SECTION AS IT COMMENTS, YOU WILL GET THE RIGHT SECTION.

*******************************************
*******************************************

==== CSS INDEX

01 - IMPORTED CSS
02 - DEFAULT CSS
03 - NAVBAR CSS
04 - WELCOME CSS
05 - ABOUT AREA CSS
06 - COUNTDOWN AREA CSS
07 - ATTEND AREA CSS
08 - VENUE AREA CSS
09 - PROMO AREA CSS
10 - SCHEDULE AREA CSS
11 - SPEAKERS AREA CSS
12 - REGISTRATION AREA CSS
13 - SPONSOR AREA CSS
14 - PRICING AREA CSS
15 - BLOG AREA CSS
16 - CONTACT AREA CSS
17 - FOOTER AREA CSS


*/


/*================================================
01 - IMPORTED CSS
==================================================*/

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900&amp;display=swap');

/*================================================
02 - DEFAULT CSS
==================================================*/

body {
	font-size: 15px;
	color: #7f8897;
	line-height: 28px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Roboto', sans-serif;
}

html,
body {
	height: 100%;
}

img {
	max-width: 100%;
	height: auto
}

p {
	margin: 0
}

.no-pad-left {
	padding-left: 0
}

.no-pad-right {
	padding-right: 0
}

.no-pad-all {
	padding: 0
}

.fix {
	overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

a {
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	color: #000000
}

a:focus {
	text-decoration: none;
	outline: medium none;
	color: inherit
}

a:hover {
	color: inherit;
	text-decoration: none;
	color: inherit
}

input:focus,
textarea:focus,
button:focus,
select:focus {
	outline: medium none
}

:-moz-placeholder {
	color: black;
	text-transform: capitalize;
}

::-moz-placeholder {
	color: black;
	text-transform: capitalize;
}

:-ms-input-placeholder {
	color: black;
	text-transform: capitalize;
}

::-webkit-input-placeholder {
	color: black;
	text-transform: capitalize;
}

:-ms-select-placeholder {
	color: black;
	text-transform: capitalize;
}

::-webkit-select-placeholder {
	color: black;
	text-transform: capitalize;
}

:-ms-textarea-placeholder {
	color: black;
	text-transform: capitalize;
}

::-webkit-textarea-placeholder {
	color: black;
	text-transform: capitalize;
}

tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

.evlis-btn {
	background: #b68a33 0 0;
	font-size: 13px;
	font-weight: 700;
	padding: 8px 18px;
	letter-spacing: 3px;
	text-transform: uppercase;
	border-radius: 3px;
	color: #fff;
	display: inline-block
}

.evlis-btn:hover {
	color: #fff;
	background: #b68a33 0 0;
}

.site-heading {
	margin-bottom: 30px;
	width: 60%;
	margin: 0 auto;
	text-align: center
}

.site-heading h4 {
	font-family: 'Roboto', sans-serif;
	color: #b68a33;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 10px;
	letter-spacing: 3px;
}

.site-heading h2 {
	text-transform: capitalize;
	font-size: 40px;
	color: #111;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	margin-bottom: 15px;
	line-height: 50px;
}

.section_100 {
	padding: 100px 0;
}

.section_70 {
	padding: 70px 0;
}

.section_50 {
	padding: 50px 0;
}

.section_15 {
	padding: 15px 0
}

.pad-right {
	padding-right: 0
}

.section_t_100 {
	padding-top: 100px
}

.section_b_70 {
	padding-bottom: 70px
}

.section_70 {
	padding: 70px 0
}

.section_b_80 {
	padding-bottom: 80px
}


/*================================================
03 - NAVBAR CSS
==================================================*/

nav.navbar {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 999;
	padding-top: 10px;
	padding-bottom: 20px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

nav.navbar .navbar-toggler {
	border: 0;
}

nav.navbar .nav-item {
	font-size: 13px;
	font-weight: 400;
	padding-right: 12px;
	padding-left: 12px;
	color: #fff;
	text-transform: uppercase;
}

nav.navbar .nav-item:first-child {
	padding-left: 0;
}

nav.navbar .nav-item:last-child {
	padding-right: 0;
}

nav.navbar .nav-item .nav-link {
	color: #fff;
	position: relative;
	text-decoration: none;
	padding: 0;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
	text-transform: capitalize;
	font-size: 15px;
}

nav.navbar .nav-item .nav-link.active {
	color: #b68a33 !important
}

nav.fixed-top {
	position: fixed;
	padding-top: 13px;
	padding-bottom: 13px;
	background: #fff none repeat scroll 0 0;
	box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

nav.fixed-top .logo {
	display: none
}

nav.fixed-top .logo.HideScroll {
	display: block
}

.HideScroll {
	display: none
}

nav.fixed-top .logo:focus,
nav.fixed-top .logo:hover {
	color: #000;
}

nav.fixed-top .navbar-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

nav.fixed-top .nav-item {
	color: #000;
}

nav.fixed-top .nav-item .nav-link {
	color: #111 !important;
}

nav.fixed-top .nav-item .nav-link:before {
	background-color: #fff;
}

.navbar-nav.get_tickets {
	margin-left: 30px;
}

.navbar-nav.get_tickets a {
	background: #b68a33 0 0;
	font-size: 13px;
	font-weight: 700;
	padding: 13px 18px;
	letter-spacing: 3px;
	text-transform: uppercase;
	border-radius: 3px;
	color: #fff;
}


/*================================================
04 - WELCOME CSS
==================================================*/

.evlis-home-area {
	background: url(../img/welcome.jpg) no-repeat fixed center center/cover;
	position: relative;
	z-index: 1;
	padding: 100px 0;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.evlis-home-area:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: -1;
}

.banner-welcome {
	width: 70%;
	padding-top: 70px
}

.banner-welcome h3 {
	color: #fff;
	letter-spacing: 6px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 20px;
}

.banner-welcome h2 {
	color: #fff;
	letter-spacing: 4px;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 60px;
	line-height: 70px;
	font-family: 'Lato', sans-serif;
	margin-bottom: 20px
}

.banner-welcome p {
	color: #fff;
	font-size: 16px;
	letter-spacing: 2px;
}

.banner-action a.evlis-btn {
	margin: 20px 5px 0 5px;
}


/*================================================
05 - ABOUT AREA CSS
==================================================*/

.evlis-about-area {
	position: relative
}

.about_bg {
	position: absolute;
	width: 10%;
	left: 5%;
	top: 36%;
	opacity: 0.30;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.about-box {
	text-align: center;
	width: 75%;
	margin: 0 auto;
}

.about-box h4 {
	font-family: 'Roboto', sans-serif;
	color: #b68a33;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 10px;
	letter-spacing: 3px;
}

.about-box h2 {
	text-transform: capitalize;
	line-height: 48px;
	font-size: 35px;
	color: #111;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	margin-bottom: 20px;
}

.about-box p {
	font-size: 16px;
	color: #333;
	letter-spacing: 0.4px;
	letter-spacing: .025rem;
}

.about-box a.evlis-btn {
	margin-top: 30px
}


/*================================================
06 - COUNTDOWN AREA CSS
==================================================*/

.countdown-box {
	background: url(../img/promo.jpg) no-repeat scroll 0 0/cover;
	position: relative;
	text-align: center;
	border-radius: 5px;
	z-index: 1;
	padding-bottom: 60px;
	padding-top: 40px;
}

.countdown-box:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	border-radius: 5px;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: -webkit-linear-gradient(45deg, rgba(255, 138, 1, 1) 0%, rgba(225, 19, 123, 1) 100%);
	background: linear-gradient(45deg, rgba(255, 138, 1, 1) 0%, rgba(225, 19, 123, 1) 100%);
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

.flip-clock-wrapper {
	width: 56%;
	margin: 50px auto 0;
	display: block
}

.flip-clock-divider .flip-clock-label {
	position: absolute;
	top: -30px;
	right: -96px;
	color: #fff;
	text-shadow: none;
	letter-spacing: 3px;
	font-size: 16px;
	font-weight: 600;
}

.flip-clock-divider.minutes .flip-clock-label {
	right: -105px;
}

.flip-clock-divider.seconds .flip-clock-label {
	right: -110px;
}

.flip-clock-wrapper .flip {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.74);
}

.flip-clock-wrapper ul {
	background: #fff
}

.flip-clock-wrapper ul li a div div.inn {
	text-shadow: 0 1px 2px #fff;
	background-color: #fff;
	color: #080829
}

.flip-clock-dot {
	background: #fff none repeat scroll 0 0
}

.countdown-box form {
	width: 45%;
	margin: 50px auto 0;
	position: relative;
	height: 45px;
	background: #fff;
	border-radius: 30px
}

.countdown-box form input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: medium none;
	background: transparent;
	padding: 5px 100px 5px 20px;
	border-radius: 30px 0 0 30px
}

.countdown-box form button {
	position: absolute;
	right: 0;
	width: auto;
	height: 100%;
	border: medium none;
	cursor: pointer;
	padding: 8px 20px;
	border-radius: 0 30px 30px 0;
	color: #b68a33;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 3px;
	background: rgba(255, 7, 99, 0.06);
}


/*================================================
07 - ATTEND AREA CSS
==================================================*/

.evlis-why-attend-area {
	position: relative
}

.attend-left h2 {
	text-transform: capitalize;
	font-size: 40px;
	color: #111;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 50px;
}

.attend-left p {
	letter-spacing: 0.4px;
	letter-spacing: .025rem;
	font-size: 16px;
	color: #333;
}

.attend-left a.evlis-btn {
	margin-top: 30px
}

.attend-left h4 {
	font-family: 'Roboto', sans-serif;
	color: #b68a33;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 10px;
	letter-spacing: 3px;
}

.attend-image {
	width: 60px;
	height: 60px;
	margin: 0 auto 15px;
}

.attend-image img {
	width: 100%;
	height: 100%
}

.attend-text h3 {
	font-family: 'Roboto', sans-serif;
	color: #111;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 22px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.attend-text h3:hover {
	color: #b68a33
}

.attend-right {
	position: relative;
}

.attend-right:before {
	position: absolute;
	content: "";
	top: 49%;
	left: 0;
	height: 1px;
	width: 100%;
	background: #f0f0ff;
}

.attend-right:after {
	position: absolute;
	content: "";
	top: 0;
	left: 49%;
	width: 1px;
	background: #f0f0ff;
	height: 100%;
}

.single-attend-box {
	padding: 20px 0;
	text-align: center;
}

.attend-bg,
.about_bg,
.schedule_bg {
	animation-name: float-bob;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: float-bob;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: float-bob;
	-moz-animation-duration: 1.5s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: float-bob;
	-ms-animation-duration: 1.5s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: float-bob;
	-o-animation-duration: 1.5s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
}


/* Bob */

@-webkit-keyframes float-bob {
	0% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	50% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

@keyframes float-bob {
	0% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	50% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

.attend-bg {
	position: absolute;
	top: 130px;
	left: -180px;
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}


/*================================================
08 - VENUE AREA CSS
==================================================*/

.evlis-venue-area {
	background: #fbfbfd none repeat scroll 0 0
}

.venue-text {
	padding: 20px;
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 4px 10px rgba(14, 16, 48, .05);
}

.venue-image {
	position: relative;
}

.venue-image p {
	position: absolute;
	top: 15px;
	width: auto;
	left: 15px;
	display: inline-block;
	padding: 5px 18px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 2px;
	border-radius: 20px;
}

.venue-date-1 {
	background: #b68a33 0 0;
}

.venue-date-2 {
	background: #b68a33 none repeat scroll 0 0;
}

.venue-text h3 {
	font-family: 'Roboto', sans-serif;
	color: #111;
	text-transform: capitalize;
	font-weight: 500;
	display: inline-block;
	font-size: 24px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.venue-text h3:hover {
	color: #b68a33
}

.venue-box {
	margin-top: 30px;
}


/*================================================
09 - PROMO AREA CSS
==================================================*/

.evlis-promo-area {
	background: url(../img/promo.jpg) no-repeat fixed 0 0/cover;
	position: relative;
	text-align: center;
	z-index: 1;
}

.evlis-promo-area:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	border-radius: 5px;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: -webkit-linear-gradient(45deg, #b68a33 0%, black 100%);
	background: linear-gradient(45deg, #b68a33 0%, black 100%);
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.promo-box p {
	font-family: 'Roboto', sans-serif;
	color: #fff;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 10px;
	letter-spacing: 3px;
}

.promo-box h2 {
	color: #fff;
	text-transform: capitalize;
	font-weight: 600;
	letter-spacing: 3px;
	font-size: 40px;
	display: inline-block;
	border-top: 2px solid #fff;
}


/*================================================
10 - SCHEDULE AREA CSS
==================================================*/

.evlis-schedule-area {
	background: #fbfbfd none repeat scroll 0 0;
	position: relative
}

.schedule_bg {
	position: absolute;
	right: 0;
	bottom: 20%;
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.offer-tabs {
	width: 75%;
	margin: 30px auto 0;
}

#offerTab {
	float: none;
	text-align: center;
	display: block;
	border-bottom: 0px solid #dee2e6 !important
}

#offerTab li.nav-item {
	display: inline-block !important;
	margin: 0 5px;
}

#offerTab li a.nav-link.active {
	display: inline-block;
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
	letter-spacing: 5px;
	border: medium none;
	padding: 8px 18px;
	line-height: 25px;
	background: #b68a33 0 0;
	font-weight: 700;
	color: #fff;
	border-radius: 3px;
}

#offerTab li a.nav-link {
	display: inline-block;
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
	letter-spacing: 5px;
	border: 1px solid #b68a33;
	padding: 8px 18px;
	line-height: 25px;
	font-weight: 700;
	color: #111;
	border-radius: 3px;
}

#offerTab li a.nav-link.active {
	border: medium none
}

#offerTab li a.nav-link.active span {
	border-top: 1px solid #fff
}

#offerTab li a.nav-link span {
	display: block;
	font-size: 13px;
	letter-spacing: 3px;
	border-top: 1px solid #b68a33
}

.single-schedule-item {
	margin-top: 30px;
	padding: 30px;
	box-shadow: 0 4px 10px rgba(14, 16, 48, .05);
	background: #fff none repeat scroll 0 0;
}

.schedule-time h3 {
	width: auto;
	display: inline-block;
	padding: 8px 18px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 2px;
	border-radius: 5px;
	background: #b68a33 none repeat scroll 0 0;
	margin-bottom: 15px;
}

.schedule-details h3 {
	font-family: 'Roboto', sans-serif;
	color: #111;
	text-transform: capitalize;
	font-weight: 500;
	display: inline-block;
	font-size: 24px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.schedule-details h3:hover {
	color: #b68a33
}


/*================================================
11 - SPEAKERS AREA CSS
==================================================*/

.single-speakers {
	margin-top: 30px;
}

.speakers-image {
	position: relative;
	padding: 15px;
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.speakers-image:after {
	position: absolute;
	content: "";
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	background: -webkit-linear-gradient(45deg, rgb(255, 138, 1) 0%, rgb(225, 19, 123) 100%);
	background: linear-gradient(45deg, rgb(255, 138, 1) 0%, rgb(225, 19, 123) 100%);
	z-index: -1;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.speakers-image img {
	width: 100%;
	-webkit-transform: rotate(3deg);
	transform: rotate(3deg);
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.single-speakers:hover .speakers-image {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.single-speakers:hover .speakers-image img {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.speakers-info {
	padding-top: 20px;
}

.speakers-info h3 {
	font-family: 'Roboto', sans-serif;
	color: #111;
	text-transform: capitalize;
	font-weight: 500;
	display: inline-block;
	font-size: 20px;
	letter-spacing: 1px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.speakers-info h3:hover {
	color: #b68a33
}

.speakers-info p {
	font-family: 'Roboto', sans-serif;
	text-transform: capitalize;
	letter-spacing: 2px;
}


/*================================================
12 - REGISTRATION AREA CSS
==================================================*/

.evlis-registration-area {
	background: -webkit-linear-gradient(45deg, rgb(255, 138, 1) 0%, rgb(225, 19, 123) 100%);
	background: linear-gradient(45deg, rgb(255, 138, 1) 0%, rgb(225, 19, 123) 100%);
}

.registration-box {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.registration-box>p {
	font-family: 'Roboto', sans-serif;
	color: #fff;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 10px;
	letter-spacing: 3px;
}

.registration-box h3 {
	color: #fff;
	text-transform: capitalize;
	font-weight: 600;
	letter-spacing: 3px;
	font-size: 40px;
	display: inline-block;
	border-top: 2px solid #fff;
}

.registration-box h3 span {
	display: block
}

.registration-box form {
	margin-top: 30px;
}

.registration-box form input {
	width: 100%;
	padding: 10px 15px;
	background: #fff none repeat scroll 0 0;
	border: medium none;
}

.registration-box form select {
	width: 100%;
	padding: 10px 15px;
	background: #fff none repeat scroll 0 0;
	border: medium none;
}

.registration-box form button {
	background: transparent;
	font-size: 13px;
	font-weight: 700;
	padding: 8px 18px;
	letter-spacing: 3px;
	cursor: pointer;
	text-transform: uppercase;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	border: 2px solid #fff;
	margin-top: 30px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.registration-box form button:hover {
	background: #fff none repeat scroll 0 0;
	color: #b68a33
}

.nice-select {
	width: 100%;
	border-radius: 0;
	height: 48px;
	line-height: 48px;
}

.nice-select .list {
	width: 100%;
	border-radius: 0;
	margin-top: 0;
}


/*================================================
13 - SPONSOR AREA CSS
==================================================*/

.sponsor-box-item {
	text-align: center;
	margin-top: 30px;
}

.sponsor-box li {
	width: 21%;
	display: inline-block;
	padding: 20px;
	margin: 30px 15px 0px;
	background: #f7f7f7 none repeat scroll 0 0;
}

.sponsor-box li img {
	width: 140px;
}

.sponsor-heading h4 {
	font-family: 'Roboto', sans-serif;
	color: #111;
	text-transform: capitalize;
	font-weight: 500;
	display: inline-block;
	font-size: 20px;
	letter-spacing: 1px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.section-action {
	text-align: center
}

.section-action a.evlis-btn {
	margin-top: 50px;
}


/*================================================
14 - PRICING AREA CSS
==================================================*/

.evlis-pricing-area {
	background: url(../img/promo.jpg) no-repeat fixed 0 0/cover;
	position: relative;
	padding-top: 40px;
	z-index: 1
}

.evlis-pricing-area:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	border-radius: 5px;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #111;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.single-price-box {
	margin-top: 30px;
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 4px 10px rgba(14, 16, 48, .05);
	border-radius: 5px;
}

.price-head {
	padding: 30px;
	border-bottom: 1px solid #f2f2f2;
}

.price-head h4 {
	font-family: 'Roboto', sans-serif;
	color: #111;
	text-transform: capitalize;
	font-weight: 500;
	display: block;
	font-size: 16px;
	letter-spacing: 1px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.price-head h2 {
	font-family: 'Roboto', sans-serif;
	color: #111;
	text-transform: capitalize;
	font-weight: 500;
	display: block;
	font-size: 33px;
	letter-spacing: 1px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	margin-top: 20px;
}

.price-head h2 span {
	font-size: 14px;
}

.price-body {
	padding: 30px;
}

.price-body li {
	margin: 15px 0;
}

.price-body li i {
	margin-right: 10px;
	color: #b68a33;
}

.price-action {
	text-align: center;
}

.price-action a.evlis-btn {
	margin-top: 20px;
}

.single-price-box.active .price-head {
	background: -webkit-linear-gradient(45deg, rgb(255, 138, 1) 0%, rgb(225, 19, 123) 100%);
	background: linear-gradient(45deg, rgb(255, 138, 1) 0%, rgb(225, 19, 123) 100%);
}

.single-price-box.active .price-head h4 {
	color: #fff
}

.single-price-box.active .price-head h2 {
	color: #fff
}

.single-price-box.active .price-head h2 span {
	color: #fff
}


/*================================================
15 - BLOG AREA CSS
==================================================*/

.evlis-blog-area {
	background: #fbfbfd none repeat scroll 0 0;
}

.single-blog {
	margin-top: 30px;
	background: #fff;
	box-shadow: 0 4px 10px rgba(14, 16, 48, .05);
}

.blog-image {
	position: relative;
}

.blog-image img {
	width: 100%
}

.blog-image p {
	position: absolute;
	top: 15px;
	width: auto;
	left: 15px;
	display: inline-block;
	padding: 8px 15px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 2px;
	border-radius: 3px;
	text-align: center;
	line-height: 22px;
}

.blog-image p span {
	display: block
}

.date-bg-1 {
	background: #b68a33 0 0;
}

.date-bg-2 {
	background: #b68a33 none repeat scroll 0 0;
}

.blog-text {
	padding: 20px;
}

.blog-text a {
	display: inline-block
}

.blog-text h3 {
	font-family: 'Roboto', sans-serif;
	color: #111;
	text-transform: capitalize;
	font-weight: 500;
	display: inline-block;
	font-size: 19px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	line-height: 28px;
}

.blog-text h3:hover {
	color: #b68a33
}


/*================================================
16 - CONTACT AREA CSS
==================================================*/

.evlis-contact-area {
	position: relative
}

.contact-box {
	margin: 50px auto 0;
	width: 85%;
}

.contact-box form p {
	margin-top: 15px
}

.contact-box form p label {
	display: block;
	color: #111;
	margin-bottom: 4px;
}

.contact-box form p label span {
	color: #b68a33;
}

.contact-box form p input {
	width: 100%;
	border: 1px solid #ddd;
	padding: 5px 15px;
}

.contact-box form p textarea {
	width: 100%;
	border: 1px solid #ddd;
	padding: 10px 15px;
	height: 215px
}

.submit-form {
	text-align: center
}

.submit-form button {
	background: #b68a33 0 0;
	font-size: 13px;
	font-weight: 700;
	padding: 8px 18px;
	letter-spacing: 3px;
	cursor: pointer;
	text-transform: uppercase;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	border: medium none;
	margin-top: 30px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.submit-form button:hover {
	background: #b68a33 0 0
}


/*================================================
17 - FOOTER AREA CSS
==================================================*/

.evlis-footer-area {
	background: #fbfbfd none repeat scroll 0 0;
	padding: 50px 0 40px 0px;
}

.footer-copyright p {
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px solid #ddd;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #333;
}

.footer-box {
	text-align: center
}

.footer-box-right ul {
	margin-top: 20px;
	text-align: center
}

.footer-box-right ul li {
	display: inline-block
}

.footer-box-right ul li a {
	display: block;
	color: #111;
	padding: 5px 10px;
}

.footer-box-right ul li a:hover {
	color: #b68a33
}


/* ==============================
   EVENT SECTION
============================== */

.event-area {
    padding: 70px 0;
    background: #f6f7fb;
}

.site-heading {
    text-align: center;
    margin-bottom: 40px;
}

.site-heading h4 {
    color: #b68a33;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.site-heading h2 {
    font-size: 34px;
    margin: 10px 0;
    font-weight: 700;
}

.site-heading p {
    color: #666;
    max-width: 600px;
    margin: auto;
    font-size: 15px;
}

/* ==============================
   FILTER MENU
============================== */

.table-menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    list-style: none;
    margin-bottom: 45px;
    padding: 0;
}

.table-menu .nav-link {
    padding: 10px 22px;
    border-radius: 30px;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    transition: all 0.3s ease;
}

.table-menu .nav-link:hover,
.table-menu .nav-link.active {
    background: linear-gradient(135deg, #b68a33, #b68a33);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 6px 18px #b68a33;
}

/* ==============================
   EVENT CARDS
============================== */

.table-main-wrapper {
    max-width: 1100px;
    margin: auto;
}

.table-style-2 {
    display: flex;
    align-items: center;
    gap: 30px;
    background: #ffffff;
    padding: 30px;
    border-radius: 18px;
    margin-bottom: 30px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
    transition: transform 0.3s ease;
}

.table-style-2:hover {
    transform: translateY(-4px);
}

.table-infos img {
    width: 300px;
    height: auto;
}

.table-content {
    flex: 1;
}

.table-title {
    font-size: 26px;
    margin-bottom: 6px;
    font-weight: 600;
}

.table-desc {
    color: #777;
    font-size: 15px;
    margin-bottom: 15px;
}

.event-meta {
    margin-bottom: 18px;
}

.event-meta span {
    margin-right: 20px;
    font-size: 14px;
    color: #444;
}

/* ==============================
   BUTTONS
============================== */

.btn-1 {
    display: inline-block;
    padding: 12px 26px;
    border-radius: 8px;
    background: linear-gradient(135deg, #b68a33, #b68a33);
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.25s ease;
}

.btn-1:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255,87,34,0.4);
    color: #fff;
}

.location-btn {
    background: black;
    margin-left: 12px;
}

.location-btn:hover {
    background: black;
}

/* ==============================
   POPUP MODAL
============================== */

.event-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.65);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.event-modal-content {
    background: #ffffff;
    width: 90%;
    max-width: 700px;
    padding: 30px;
    border-radius: 18px;
    position: relative;
    animation: modalZoom 0.3s ease;
}

@keyframes modalZoom {
    from {
        transform: scale(0.9);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.event-close {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 28px;
    cursor: pointer;
    color: #333;
}

.event-close:hover {
    color: #b68a33;
}

#modalTitle {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 6px;
}

.modal-time {
    color: #b68a33;
    font-weight: 600;
    margin-bottom: 18px;
}

/* ==============================
   SCROLLABLE POPUP CONTENT
============================== */

.modal-body {
    max-height: 360px;
    overflow-y: auto;
    padding-right: 10px;
    font-size: 15px;
    line-height: 1.8;
    color: #444;
}

.modal-body strong {
    color: #111;
}

/* Scrollbar styling */
.modal-body::-webkit-scrollbar {
    width: 6px;
}
.modal-body::-webkit-scrollbar-thumb {
    background: #b68a33;
    border-radius: 10px;
}

/* ==============================
   RESPONSIVE
============================== */

@media (max-width: 768px) {

    .table-style-2 {
        flex-direction: column;
        text-align: center;
    }

    .table-infos img {
        width: 300px;
        margin-bottom: 15px;
    }

    .location-btn {
        margin-left: 0;
        margin-top: 10px;
        display: inline-block;
    }

    .table-title {
        font-size: 22px;
    }
}

/* =====================================
   FIX DOUBLE BANNER ISSUE (EVLIS TEMPLATE)
===================================== */

/* Kill template banner background completely */
.evlis-home-area {
    background: none !important;
}

/* Remove overlay layers added by template */
.evlis-home-area::before,
.evlis-home-area::after {
    display: none !important;
    opacity: 0 !important;
    background: none !important;
}

/* Remove inner banner content & spacing */
.evlis-home-area .container,
.evlis-home-area .row,
.evlis-home-area .banner-welcome {
    display: none !important;
}

/* OUR SINGLE IMAGE BANNER */
.banner-only {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

/* Force single banner image */
.banner-only .banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* ===== EVENT AGENDA POPUP ===== */

.event-agenda {
    font-size: 15px;
    line-height: 1.6;
}

.agenda-day {
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
}

.agenda-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.agenda-item {
    margin-bottom: 18px;
}

.agenda-time {
    font-weight: 700;
    color: #d71920;
    margin-bottom: 8px;
}

/* FORCE BULLET POINTS */
.agenda-list {
    list-style: disc !important;
    padding-left: 22px;
    margin: 0;
}

.agenda-list li {
    margin-bottom: 6px;
}


/* -----------------------------
   Popup Container (overlay)
----------------------------- */
.popup-container {
    position: fixed;        /* Cover full screen */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* Semi-transparent background */
    z-index: 9999;          /* Make sure it is on top */
    display: none;          /* Hidden by default */
    overflow: hidden;       /* Prevent background scrolling */
}

/* -----------------------------
   Popup Content Box
----------------------------- */
.popup-details {
    background: #fff;
    width: 90%;             /* Width of popup */
    max-width: 600px;       /* Max width */
    max-height: 90vh;       /* Max height: 90% of viewport */
    margin: 5% auto;        /* Center vertically */
    border-radius: 10px;
    padding: 20px;
    overflow-y: auto;       /* Enable vertical scrolling */
    box-sizing: border-box;
}

/* Optional: Add a scrollbar style for Webkit browsers */
.popup-details::-webkit-scrollbar {
    width: 6px;
}

.popup-details::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.3);
    border-radius: 3px;
}

/* -----------------------------
   Mobile adjustments
----------------------------- */
@media (max-width: 768px) {
    .popup-details {
        width: 95%;        /* Almost full width */
        padding: 15px;     /* Smaller padding */
        font-size: 14px;   /* Adjust font for mobile */
    }

    .agenda-time {
        font-size: 13px;   /* Slightly smaller time text */
    }

    .agenda-list li {
        font-size: 13px;   /* Slightly smaller list items */
    }
}


/* Footer background & padding */
.evlis-footer-area {
    background-color: black;  /* Red background */
    color: #ffffff;             /* White text */
    padding: 50px 0;
    font-family: 'Arial', sans-serif;
}

/* Inner flex container for alignment */
.footer-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

/* Logo styling */
.footer-logo img {
    max-width: 400px;  /* Bigger logo */
	
}

/* Contact details */
.footer-contact ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 15px;
    color: #fff;
}

.footer-contact ul li i {
    margin-right: 10px;
    color: #fff; /* White icons */
}

/* Links styling */
.footer-contact ul li a {
    color: #fff; /* White links */
    text-decoration: none;
    transition: color 0.3s;
}

.footer-contact ul li a:hover {
    color: #e60000; /* Optional hover effect */
}

/* Copyright text */
.footer-copy {
    width: 100%;
    text-align: center;
    margin-top: 25px;
    font-size: 14px;
    color: #fff;
}

.footer-copy a {
    color: #ffffff;
    text-decoration: none;
}

.footer-copy a:hover {
    text-decoration: underline;
}

/* Responsive footer */
@media (max-width: 768px) {
    .footer-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .footer-contact ul li {
        justify-content: center;
    }
}


/* Headings color change */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    color: #000000; /* Black color */
}