/*
Author       : Templatehouse_net
Template Name: EventOn - Event and Conference Template
Version      : 1.0

* ----------------------------------------------------------------------------------------

*


* ----------------------------------------------------------------------------------------
*/

/* CSS Variables for easy color customization */
:root {
	/* Brand / Primary */
	--primary-color: #870f81;
	--primary-hover: #fdf759;
	--primary-dark: #5a0a55;
	--secondary-color: #fdf759;
	--primary-gradient-start: rgb(111, 12, 148);
	--primary-gradient-end: rgb(56, 8, 163);

	/* Accent colors */
	--accent-green: #18ba60;
	--accent-green-alt: #4CAF50;
	--accent-teal: #46c2ca;
	--accent-teal-dark: #31a4ac;
	--accent-gold: #f9c922;
	--accent-blue: #027aec;
	--accent-blue-dark: #3b5fd4;
	--accent-purple: #8c2dc9;
	--accent-magenta: #c92db1;
	--accent-green-light: #27d57d;
	--accent-teal-preloader: #16a085;

	/* Social media */
	--social-facebook: #3f51b5;
	--social-twitter: #24a9e6;

	/* Button */
	--btn-primary-bg: #86bc42;

	/* Text colors */
	--text-dark: #222;
	--text-body: #646a7c;
	--text-heading: #314861;
	--text-medium: #555;
	--text-light: #666;
	--text-muted: #888;
	--text-faded: #aaa;
	--text-dim: #ccc;
	--text-pale: #b0b0b0;
	--text-placeholder: #b3b7c8;
	--text-near-black: #111;
	--text-dark-alt: #333;
	--text-warm: #3a2f2f;

	/* White / Black */
	--white: #fff;
	--black: #000;
	--overlay-dark: #0009;

	/* Gray scale - backgrounds */
	--gray-50: #fbfbfb;
	--gray-100: #f9f9f9;
	--gray-150: #F7F7F7;
	--gray-light: #f5f5f5;
	--gray-200: #f6f6f6;
	--gray-250: #f1f1f1;
	--gray-300: #f0f0f0;

	/* Gray scale - borders */
	--border-light: #ebebeb;
	--border-warm: #ece7e7;
	--border-medium: #ddd;
	--border-dark: #464646;
	--separator: #dbdbdb;

	/* Gray scale - mid tones */
	--gray-400: #e8e8e8;
	--gray-450: #e3e3e3;
	--gray-500: #d8d8d8;
	--gray-550: #d3d3d3;
	--gray-600: #ccc;
	--gray-650: #c8c8c8;
	--gray-700: #bababa;
	--gray-750: #8a8a8a;
	--gray-800: #8a8683;
	--gray-850: #808080;
	--gray-900: #777;
	--gray-950: #686868;
	--gray-mid: #eee;
	--gray-pale: #585858;
	--gray-dark-text: #525252;

	/* Dark tones */
	--dark-100: #444;
	--dark-200: #353535;
	--dark-250: #343740;
	--dark-260: #35363c;
	--dark-300: #1d1d1d;
	--dark-400: #1a1a1a;
	--dark-500: #181818;
	--dark-600: #171717;

	/* Dark backgrounds */
	--dark-bg: #222;
	--dark-bg-blue: #012142;
	--dark-bg-navy: #001b36;

	/* Shadows & overlays (rgba) */
	--shadow-xs: rgba(0, 0, 0, 0.08);
	--shadow-sm: rgba(0, 0, 0, 0.1);
	--shadow-md: rgba(0, 0, 0, 0.15);
	--overlay-light: rgba(0, 0, 0, 0.4);
	--overlay-medium: rgba(0, 0, 0, 0.8);
	--overlay-heavy: rgba(0, 0, 0, 0.90);
	--overlay-dark-subtle: rgba(30, 30, 30, 0.25);
	--overlay-dark-strong: rgba(30, 30, 30, 0.85);
	--border-subtle: rgba(26, 26, 26, 0.09);
	--white-10: rgba(255, 255, 255, 0.10);
	--white-30: rgba(255, 255, 255, 0.3);
	--white-60: rgba(255, 255, 255, 0.6);
	--white-70: rgba(255, 255, 255, 0.7);
	--white-90: rgba(255, 255, 255, 0.9);
	--gray-overlay: rgba(204, 204, 204, 0.2);
}

	html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	line-height: 1;
	font-family: 'PT Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
p{
	font-size:14px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}
figure {
	margin: 0;
}
:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
legend {
	white-space: normal;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
button, input {
	line-height: normal;
}
input, textarea {
	background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	line-height: 1;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	border: none;
}
input[type="checkbox"], input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
}
 input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
 -webkit-appearance: none;
}
 button::-moz-focus-inner, input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
 border: 0;
 padding: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Repeatable Patterns
-------------------------------------------------------------- */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: "Poppins",sans-serif;
	font-weight: 400;
	background-color: var(--white);
	color: var(--text-body);
}
a {
	color: var(--primary-color);
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover, a:focus, a:visited {
	color: var(--primary-color);
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}



 /* unvisited link */
a:link {
    color: var(--primary-color);
}
/* visited link */
a:visited {
    color: var(--primary-color);
}
/* selected link */
a:active {
   color: var(--primary-color);
}






ul, ol {
	padding: 0;
}
img {
	max-width: 100%;
	height: auto;
}
b, strong {
	font-weight: 900;
}
button {
	border: none;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	font-size: 14px;
	font-weight: 700;
	color: var(--white);
	text-transform: uppercase;
	padding: 12px 24px;
	background-color: var(--btn-primary-bg);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
	font-family: "Poppins",sans-serif;
	background-color: var(--white);
	border: 1px solid var(--border-light);
	height: 40px;
	padding-left: 15px;
	font-size: 14px;
	outline: none;
	margin-bottom: 10px;
	border-radius: 2px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
	border: 1px solid var(--primary-color);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
textarea {
	width: 100%;
	height: 235px;
	padding: 30px 30px;
}
input[type="checkbox"] {
	display: inline;
}
 textarea:-moz-placeholder, textarea::-moz-placeholder, input:-moz-placeholder, input::-moz-placeholder {
 color: var(--text-placeholder);
 opacity: 1;
}
 input:-ms-input-placeholder {
 color: var(--text-placeholder);
}
 textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
 color: var(--text-placeholder);
 opacity: 1;
}
/* bootstrap resetting elements */
.btn {
	background-image: none;
}
textarea, input[type="text"], input[type="submit"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, .dropdown-menu, .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	-webkit-appearance: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	color: var(--black);
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'open sans', sans-serif;
	margin:0;
	padding:0;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
/*Background color*/

.white {
	background: var(--white);
}
.gray {
	background: var(--gray-200);
}
/*margin css*/

.mt-50 {
	margin:50px 0 0 0;
}
.mb-50 {
	margin:0 0 50px 0;
}
.mt-40 {
	margin:40px 0 0 0;
}
.mb-40 {
	margin:0 0 40px 0;
}
.mt-30 {
	margin:30px 0 0 0;
}
.mb-30 {
	margin:0 0 30px 0;
}
.mt-20 {
	margin:20px 0 0 0;
}
.mb-20 {
	margin:0 0 20px 0;
}
/*padding css*/

.pt-50 {
	padding:50px 0 0 0;
}
.pb-50 {
	padding:0 0 50px 0;
}
.pt-40 {
	padding:40px 0 0 0;
}
.pb-40 {
	padding:0 0 40px 0;
}
.pt-30 {
	padding:30px 0 0 0;
}
.pb-30 {
	padding:0 0 30px 0;
}
.pt-20 {
	padding:20px 0 0 0;
}
.pb-20 {
	padding:0 0 20px 0;
}
.padding-50 {
	padding:80px 0;
}
.full-height-section {
	height: calc(100vh - 300px);
	display: flex;
	align-items: center;
	overflow: hidden;
}
.padding-40 {
	padding:40px 0;
}
.padding-30 {
	padding:30px 0;
}





/** Seperators for Headings **/

.seprator {
	display: inline-block;
}
.line_1, .line_2, .line_3, .line_1-1, .line_2-2, .line_3-3 {
	display: block;
	height: 1px;
	background: var(--separator);
	position: relative;
}
.line_1 {
	width: 200px;
	margin-top: 10px;
}
.line_2 {
	width: 150px;
	margin-top: 5px;
}
.line_3 {
	width: 100px;
	margin-top: 5px;
	margin-bottom: 15px;
}
.line_4, .line_5, .line_6 {
	display: block;
	height: 1px;
	position: relative;
}
.line_4 {
	width: 200px;
	margin: 10px auto 0;
}
.line_5 {
	width: 150px;
	margin: 5px auto 0;
}
.line_6 {
	width: 100px;
	margin: 5px auto 15px;
}
.line_1-1 {
	width: 200px;
	left: 0;
	margin: 10px auto 5px;
	right: 0;
	text-align: center;
}
.line_2-2 {
	width: 150px;
	margin:0 auto 5px;
	right: 0;
	text-align: center;
}
.line_3-3 {
	width: 100px;
	margin:0 auto 25px;
	right: 0;
	text-align: center;
}
.bottom40 {
	margin-bottom: 40px;
}
.icons-style-05 .line_1-1 {
	width: 200px;
	left: 0;
	margin: 10px 0 5px;
	right: 0;
	text-align: left;
}
.icons-style-05 .line_2-2 {
	width: 150px;
	margin:0 0 5px;
	right: 0;
	text-align: left;
}
.icons-style-05 .line_3-3 {
	width: 100px;
	margin:0 0 25px;
	right: 0;
	text-align: left;
}

h2.title-style01 {
    text-transform: uppercase !important;
    font-weight: bold;
    letter-spacing: 2px;
	color: var(--text-dark);
}

.heading_space {
    line-height: 24px;
}

/* Language Switcher */
.language-switcher {
	display: flex;
	align-items: center;
	margin-left: 15px;
}
.language-switcher .lang-btn {
	background: transparent;
	color: var(--white);
	font-size: 13px;
	font-weight: 600;
	padding: 4px 8px;
	cursor: pointer;
	border: 1px solid transparent;
	transition: all 0.3s ease;
}
.language-switcher .lang-btn.active {
	border-color: var(--primary-color);
	color: var(--secondary-color);
}
.language-switcher .lang-btn:hover {
	color: var(--secondary-color);
}

/* Page Transitions */
.page-transition {
	transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.page-hidden {
	opacity: 0;
	transform: translateY(10px);
}
.page-visible {
	opacity: 1;
	transform: translateY(0);
}














