@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Menu
4. Home
	4.1 Header
5. Intro
6. Pricing
7. Calendar
8. Call to action
9. Footer

******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

/*********************************
2. Body and some general stuff
*********************************/
:root{
	--primary-color: #0d668b;
	--secondary-color: #08506e;
	--white-color: #fff;
	--gray-color: #4c4c4c;
}


*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
	font-family: font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: #FFFFFF;
	color: #a5a5a5;
	overflow-x: hidden;
}
div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ul
{
	list-style: none;
	margin-bottom: 0px;
}
p
{
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	line-height: 2;
	font-weight: 400;
	color: #929191;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #ffa07f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
p:last-of-type
{
	margin-bottom: 0;
}
a
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
	position: relative;
	color: #FF6347;
}
p a:hover
{
	color: #FFFFFF;
	background: #ffa07f;
}
p a:hover::after
{
	opacity: 0.2;
}
::selection
{
	background: #329fec;
	color: #FFFFFF;
}
p::selection
{

}


h1{font-size: 48px;}
h2{font-size: 36px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Raleway', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection
{

}
.form-control
{
	color: var(--primary-color);
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
	overflow: hidden;
}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}
.parallax-window
{
	min-height: 400px;
	background: transparent;
}
.parallax_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.nopadding
{
	padding: 0px !important;
}
.reset_container
{
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.button
{
	width: 205px;
	height: 52px;
	text-align: center;
	overflow: hidden;
	margin-bottom: 5px;
}
.button::before
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 200%;
	height: 100%;
	content: '';
	background-color: #4867c0;
	background-image: linear-gradient(to right, #4867c0, #329fec, #4867c0);
	background: #4867c0;
	background: linear-gradient(to right, #4867c0, #329fec, #4867c0);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.button a
{
	display: block;
	position: relative;
	line-height: 52px;
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	z-index: 1;
}
.button:hover::before
{
	left: -100%;
}

/*********************************
3. Menu
*********************************/

.menu
{
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: #4867c0;
	background-image: linear-gradient(to right, #4867c0, #329fec);
	background: #4867c0;
	background: linear-gradient(to right, #4867c0, #329fec);
	z-index: 101;
	opacity: 0;
	visibility: hidden;
}
.menu.active
{
	opacity: 0.98;
	visibility: visible;
}
.menu_content
{
	width: 100%;
	height: 100%;
}
.menu_item
{
	position: relative;
	margin-bottom: 3px;
}
.menu_item:last-child
{
	margin-bottom: 0px;
}
.menu_logo
{
	margin-bottom: 38px;
}
.menu_logo a img
{

}
.menu_logo .logo_text,
.menu_logo .logo_sub
{
	color: #FFFFFF;
}
.menu_item a
{
	display: inline-block;
	position: relative;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: 500;
}
.menu_item a::after
{
	display: block;
	position: absolute;
	top: 52%;
	left: 0;
	width: 0;
	height: 4px;
	background: #FFFFFF;
	letter-spacing: 2px;
	content: '';
	z-index: 10;
	pointer-events: none;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 400ms ease;
}

.menu_item a.dropdown-toggle::after{
	content: '';
	display: none;

}
.menu_item:hover a::after
{
	width: 100%;
}
.menu_close_container
{
	position: absolute;
	top: 94px;
	right: 122px;
	width: 21px;
	height: 21px;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu_close
{
	top: 9px;
	width: 21px;
	height: 3px;
	background: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_close::after
{
	display: block;
	position: absolute;
	top: -9px;
	left: 9px;
	content: '';
	width: 3px;
	height: 21px;
	background: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_close_container:hover .menu_close,
.menu_close_container:hover .menu_close::after
{
	background: #4867c0;
}
.menu_social
{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 15px;
}
.menu_social_title
{
	display: inline-block;
	font-weight: 500;
	color: #bbbbbb;
}
.menu_social ul
{
	display: inline-block;
	margin-left: 25px;
	white-space: nowrap;
}
.menu_social ul li
{
	display: inline-block;
}
.menu_social ul li:not(:last-child)
{
	margin-right: 15px;
}
.menu_social ul li a i
{
	color: #bbbbbb;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	padding: 5px;
}
.menu_social ul li a i:hover
{
	color: #FFFFFF;
}

/*********************************
4. Home
*********************************/

.home
{
	width: 100%;
	height: 100vh;
}
.home_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.home_content_container
{
	position: absolute;
	left: 0;
	top: 42%;
	width: 100%;
}
.home_content {
	max-width: 870px;
	background: #28252591;
	padding: 10px 20px;
	border-radius: 14px;
/*    margin: 0 auto;*/
/*    text-align: center;*/
}
.home_date
{
	font-size: 18px;
	font-weight: 700;
	color: #FFFFFF;
}
.home_title
{
	font-size: 40px;
	font-weight: 500;
	color: #FFFFFF;
	margin-top: 0px;
	line-height: 1.2;
}
.home_location
{
	font-size: 26px;
	font-weight: 500;
	color: #FFFFFF;
	margin-top: 0px;
}
.home_text
{
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 2.14;
	margin-top: 4px;
}
.home_buttons
{
	margin-top: 30px;
/*	margin-top: 58px;*/
}
.home_button
{
	display: inline-block;
}
.home_button:not(:last-child)
{
	margin-right: 10px;
}


@media (max-width: 991px){
	.home_col{
		padding: 0 !important;
	}

	.home_content {
		border-radius: 0;
	}

}

/*********************************
4.1 Header
*********************************/

.header
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #FFFFFF;
	z-index: 100;
}
.header.scrolled
{
	position: fixed;
	top: -127px;
	left: 0;
}
.header_top
{
	width: 100%;
	z-index: 2;
}
.header_top_content
{
	height: 127px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.logo_image div
{
	width: 59px;
	height: 46px;
}
.logo_image div img
{
	max-width: 100%;
}
.logo_content
{
	padding-left: 13px;
}
.logo_text
{
	line-height: 0.94;
	color: #4867c0;
	font-size: 34px;
	font-weight: 500;
	text-align: left;
}
.logo_text_not_ie
{
	color:var(--primary-color);
	-webkit-background-clip: text;
	background-clip: text;
}
.logo_sub
{
	font-size: 12px;
	font-weight: 500;
	color: #4c4c4c;
	margin-top: 5px;
}
.header_social ul
{
	margin-right: -5px;
}
.header_social ul li
{
	display: inline-block;
}
.header_social ul li:not(:last-child)
{
	margin-right: 18px;
}
.header_social ul li a i
{
	color: var(--primary-color);
	padding: 5px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.header_social ul li a i:hover
{
	color: #329fec;
}
.hamburger
{
	display: none;
	cursor: pointer;
}
.hamburger i
{
	font-size: 18px;
	color: #4c4c4c;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.hamburger i:hover
{
	color: #329fec;
}
.header_nav
{
	border-top: solid 1px #e9eef2;
	z-index: 2;
}
.header_nav_inner
{
	width: 100%;
}
.header_nav_container
{
	z-index: 1;
	background: var(--primary-color);
}
.header_nav_content
{
	height: 82px;
}
.main_nav
{
	height: 100%;
}
.main_nav ul
{
	height: 100%;
}
.main_nav ul li
{
	display: inline-block;
	position: relative;
	height: 100%;
}
.main_nav ul li::after
{
	display: block;
	position: absolute;
	top: 0;
	left: 1px;
	width: 100%;
	height: 100%;
	content: '';
	border-bottom: 20px solid #fff;
/*	background-color: #4867c0;
	background-image: linear-gradient(to right, #4867c0, #329fec);
	background: #4867c0;
	background: linear-gradient(to right, #4867c0, #329fec);*/
	opacity: 0;
	z-index: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.main_nav ul li:not(:last-child)
{
	margin-right: 26px;
}
.main_nav ul li:hover::after,
.main_nav ul li.active::after
{
	opacity: 1;
}
.main_nav ul li a
{
	display: block;
	position: relative;
	height: 100%;
	line-height: 82px;
	font-size: 16px;
	font-weight: 500;
	color: var(--white-color);
	padding-left: 11px;
	padding-right: 8px;
	z-index: 1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.main_nav ul li a:hover,
.main_nav ul li.active a
{
	color: #FFFFFF;
}
.search_container
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #4867c0;
	background-image: linear-gradient(to right, #4867c0, #329fec);
	background: #4867c0;
	background: linear-gradient(to right, #4867c0, #329fec);
	z-index: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.search_container.active
{
	bottom: -60px;
}
.search_content
{
	width: 100%;
	height: 60px;
}
.search_container_form
{
	position: relative;
	width: 300px;
}
.search_container_input
{
	width: 100%;
	height: 40px;
	border: none;
	outline: none;
	padding-left: 20px;
}
.search_container_button
{
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	border: none;
	outline: none;
	cursor: pointer;
}
.header_search
{
	display: inline-block;
	vertical-align: middle;
	padding: 10px;
	cursor: pointer;
}
.header_search i
{
	color: var(--white-color);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.header_search:hover i
{
	color: #329fec;
}
.header_button
{
	display: inline-block;
	vertical-align: middle;
	margin-left: 26px;
}

.header_button a {
	color: var(--white-color);
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
}

/*********************************
5. Intro
*********************************/

.intro
{
	width: 100%;
	background: #FFFFFF;
	padding-top: 115px;
	padding-bottom: 67px;
	padding-left: 144px;
	padding-right: 144px;
}
.intro_content
{
	flex-grow: 1;
}
.intro_item
{
	width: calc((100% - 60px) / 3);
	background: #f3f7f9;
	margin-bottom: 48px;
}
.intro_image
{
	width: 100%;
}
.intro_image img
{
	max-width: 100%;
}
.intro_body
{
	padding-left: 39px;
	padding-top: 33px;
	padding-bottom: 39px;
}

.intro_body::after
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: #fff;
	/*background-color: #4867c0;
	background-image: linear-gradient(to right, #4867c0, #329fec);
	background: #4867c0;
	background: linear-gradient(to right, #4867c0, #329fec);*/
	opacity: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.intro_item:hover .intro_body::after
{
	opacity: 1;
}
.intro_title{
	text-align: center;

}
.intro_title a
{
	position: relative;
	font-size: 24px;
	font-weight: 500;
	color: #4c4c4c;
	z-index: 1;
}
.intro_item:hover .intro_title a,
.intro_item:hover .intro_subtitle
{
	color: var(--primary-color);
}
.intro_subtitle
{
	font-size: 14px;
	font-weight: 500;
	color: #888888;
	margin-top: -1px;
	padding-left: 1px;
	z-index: 1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

/*********************************
6. Pricing
*********************************/

.pricing
{
	width: 100%;
	padding-top: 30px;
/*	padding-bottom: 73px;*/
}
.pricing_section_title
{
	font-size: 48px;
	color: #FFFFFF;
}
.pricing_row
{
	margin-top: 145px;
}
.pricing_item
{
	width: 100%;
	padding-top: 57px;
	padding-bottom: 70px;
	text-align: center;
	background: #FFFFFF;
}
.pricing_item_content
{
	width: 100%;
	height: 100%;
	z-index: 10;
}
.pricing_item_mid
{
	left: -30px;
	top: -42px;
	width: calc(100% + 60px);
	padding-bottom: 71px;
	padding-top: 54px;
	box-shadow: 0px 2px 54px rgba(0,0,0,0.65);
	z-index: 1;
}
.pricing_item::after
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #4867c0;
	background-image: linear-gradient(to right, #4867c0, #329fec);
	background: #4867c0;
	background: linear-gradient(to right, #4867c0, #329fec);
	content: '';
}
.pricing_item_mid::after
{
	height: 100%;
}
.pricing_level
{
	font-size: 14px;
	color: #4c4c4c;
}
.pricing_item_mid .pricing_level
{
	color: #FFFFFF;
}
.pricing_item_mid .pricing_level
{
	text-transform: uppercase;
}
.pricing_price
{
	font-size: 60px;
	color: #4c4c4c;
	line-height: 0.75;
	margin-top: 15px;
}
.pricing_item_mid .pricing_price
{
	color: #FFFFFF;
	margin-top: 32px;
}
.pricing_price span
{
	font-size: 24px;
	vertical-align: super;
}
.pricing_list
{
	margin-top: 59px;
}
.pricing_list li
{
	font-size: 14px;
	color: #888888;
}
.pricing_item_mid .pricing_list
{
	margin-top: 97px;
}
.pricing_item_mid .pricing_list li
{
	color: #FFFFFF;
}
.pricing_list li:not(:last-child)
{
	margin-bottom: 15px;
}
.pricing_info
{
	width: 19px;
	height: 19px;
	border-radius: 50%;
	background: #ff8416;
	margin-left: auto;
	margin-right: auto;
	margin-top: 34px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.pricing_item_mid .pricing_info
{
	margin-top: 74px;
}
.pricing_info:hover
{
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
}
.pricing_info a
{
	display: block;
	position: relative;
	color: #FFFFFF;
}
.pricing_button
{
	width: 180px;
	height: 54px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 42px;
}
.pricing_item_mid .pricing_button
{
	background: #FFFFFF;
}
.pricing_item_mid .pricing_button::before
{
	display: none;
}
.pricing_item_mid .pricing_button a
{
	color: #4c4c4c;
	font-weight: 600;
	line-height: 54px;
}

/*********************************
7. Calendar
*********************************/

.calendar
{
	width: 100%;
	background: #FFFFFF;
	padding-top: 115px;
	padding-bottom: 111px;
	padding-left: 141px;
	padding-right: 141px;
}
.calendar_container
{
	width: 100%;
	background: #f0f2f6;
}
.calendar_title_bar
{
	width: 100%;
	height: 68px;
	padding-left: 26px;
	background-color: #4867c0;
	background-image: linear-gradient(to right, #4867c0, #329fec);
	background: #4867c0;
	background: linear-gradient(to right, #4867c0, #329fec);
}
.calendar_icon
{
	width: 27px;
	height: 25px;
}
.calendar_icon img
{
	max-width: 100%;
}
.calendar_title
{
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-left: 19px;
}
.calendar_items
{
	width: 100%;
	padding-top: 55px;
	padding-bottom: 61px;
}
.calendar_item
{
	width: 100%;
	padding-left: 39px;
}
.calendar_item:not(:last-child)
{
	margin-bottom: 35px;
}
.calendar_item_image
{
	width: 103px;
	height: 103px;
	border-radius: 50%;
	overflow: hidden;
}
.calendar_item_image img
{
	max-width: 100%;
}
.calendar_item_time
{
	margin-left: 74px;
}
.calendar_item_time div:first-child
{
	font-size: 30px;
	font-weight: 500;
	color: #4c4c4c;
	line-height: 0.75;
}
.calendar_item_time div:last-child
{
	font-size: 14px;
	font-weight: 500;
	color: #4c4c4c;
	margin-top: 11px;
}
.calendar_item_text
{
	margin-left: 111px;
}
.calendar_item_text div:first-child
{
	font-size: 18px;
	font-weight: 500;
	color: #4c4c4c;
}
.calendar_item_text div:nth-child(2)
{
	font-size: 16px;
	font-weight: 400;
	color: #888888;
	margin-top: 2px;
}
.calendar_item_text div:last-child
{
	font-size: 14px;
	font-weight: 400;
	color: #888888;
	margin-top: 5px;
}

/*********************************
8. Call to action
*********************************/

.cta
{
	width: 100%;
	padding-top: 105px;
	padding-bottom: 101px;
}
.cta_title
{
	font-size: 48px;
	color: #FFFFFF;
	font-weight: 400;
}
.cta_button
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 27px;
}

/*********************************
9. Footer
*********************************/

.footer
{
	width: 100%;
	background: var(--primary-color);
}
.footer_content
{
	padding-top: 108px;
	padding-bottom: 115px;
}
.footer_about
{
	width: 100%;
}
.footer .logo_sub
{
	color: var(--white-color);
}
.footer_about_text
{
	margin-top: 49px;
}
.footer_about_text p
{
	color: var(--white-color);
}
.footer_links
{
	padding-top: 32px;
}
.footer_links ul li:not(:last-child)
{
	margin-bottom: 14px;
}
.footer_links ul li a
{
	font-size: 16px;
	font-weight: 600;
	color: var(--white-color);
}
.footer_extra
{
	width: 100%;
	background: var(--secondary-color);
}
.footer_extra_content
{
	width: 100%;
	height: 134px;
}
.footer_social_title
{
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	color: #bbbbbb;
	vertical-align: middle;
}
.footer_social_list
{
	display: inline-block;
	margin-left: 42px;
	vertical-align: middle;
}
.footer_social_list li
{
	display: inline-block;
}
.footer_social_list li:not(:last-child)
{
	margin-right: 30px;
}
.footer_social_list li a i
{
	color: #a09fa1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_social_list li a i:hover
{
	color: #329fec;
}
.footer_extra_links ul li
{
	display: inline-block;
	position: relative;
}
.footer_extra_links ul li a
{
	font-size: 12px;
	font-weight: 600;
	color: #bbbbbb;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_extra_links ul li a:hover
{
	color: #329fec;
}
.footer_extra_links ul li:not(:last-child)::after
{
	display: inline-block;
	content: '|';
	margin-left: 6px;
	margin-right: 3px;
	font-size: 12px;
	font-weight: 600;
	color: #bbbbbb;
}
.copyright
{
	font-size: 12px;
	font-weight: 500;
	color: #bbbbbb;
	margin-top: 7px;
}

.section-intro {
	font-size: 1.125rem;
}
.single-col-max {
	max-width: 800px;
}
.ratio-16x9 {
	--bs-aspect-ratio: calc(9 / 16 * 100%);
}
.ratio {
	position: relative;
	width: 100%;
}
.ratio::before {
	display: block;
	padding-top: var(--bs-aspect-ratio);
	content: "";
}

.ratio>* {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

iframe {
	border: 0;
}

.section-heading{
	font-weight: bolder;
	color: #4c4c4c;
	font-family: font-family: 'Roboto', sans-serif;
}

.pricing .card {
	background: #fff;
	height: 100%;
}

.rounded-0 {
	border-radius: 0 !important;
}
.border-0 {
	border: 0 !important;
}

.pricing .heading {
	background: var(--primary-color);
	color: #fff;
}

.btn.btn-primary{
	background: var(--primary-color);
	border-color: var(--primary-color);
}


#sp-cookie-consent {
	background-color: #4a13d6;
	color: #FFFFFF;
}

.js-cookie-consent{
	position: fixed;
	width: 100%;
	background: #fff;
	bottom: 0;
	left: 0;
	z-index: 1;
	text-align: center;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}


.js-cookie-consent .flex-wrap{
	display: flex;
	justify-content: space-around;
}


.js-cookie-consent .text-black{
	color: #000 !important;
	padding-top: 20px;
}

.js-cookie-consent .js-cookie-consent-agree{
	border: 0;
	border-radius: 10px;
	font-weight: 700;
	margin-top: 5px;
}

.page-top{
	margin-top: 13rem;
}

.bizface-breadcrumb {
	padding: 115px 15px;
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
}

.bizface-breadcrumb-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--secondary-color);
	opacity: 0.3;
}

.bizface-breadcrumb .bizface-breadcrumb-title {
	display: block;
	position: relative;
	text-align: left;
}

.bizface-breadcrumb .bizface-breadcrumb-title span {
	margin-bottom: 0;
}

.bizface-breadcrumb .bizface-breadcrumb-title span a {
	font-size: 15px;
	color: #fff;
	display: inline-block;
	border-bottom: 0;
	font-weight: bolder;
}

.bizface-breadcrumb .bizface-breadcrumb-title span a:first-child::after {
	content: "\f101";
	font-family: 'fontAwesome';
	font-size: 15px;
	color: #ffffff;
	padding: 0 10px;
	display: inline-block;
}


ul.countdown {
	position: relative;
	width: 100%;
	margin-top: 50px;
  /*  max-width: 360px;
    list-style: none;
    margin: 0 auto;
    padding: 20px;
    padding-bottom: 0;
    padding-top: 25px;
    display: block;
    text-align: center;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(22,22,22,.6), rgba(33,33,33,.7));
    box-shadow: 1px 6px 5px rgba(0,0,0,0.3);*/
}

ul.countdown li {
	position: relative;
	display: inline-block;
	width: 80px;
	min-height: 1px;
	margin: 0;
	padding: 0;
	text-align: center;
	transition: all 300ms linear;
}

ul.countdown li span {
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 30px;
	line-height: 0.9;
	letter-spacing: 1px;
	font-weight: 400;
	padding: 0;
	margin: 0;
	transition: all 300ms linear;
}

ul.countdown li p {
	color: #352154;
	font-size: 10px;
	line-height: 0;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	text-shadow: 1px 3px 2px rgba(0,0,0,0.06);
	padding: 0;
	margin: 0;
	margin-top: 3px;
}


.countdown-info{
	margin: 20px 0;
	border-top: 2px solid var(--secondary-color);
	border-bottom: 2px solid var(--secondary-color);
	text-align: center;
	font-size: 3rem;
	color: var(--secondary-color);
	text-transform: uppercase;
}

.page-title{
	font-weight: bolder;
	color: var(--secondary-color);
}

.sub-title{
	font-weight: bolder;
	color: var(--gray-color);
}

.text-blue{
	color: var(--secondary-color) !Important;
}

.font-weight-bold{
	font-weight: bold;
}


.iti.iti--allow-dropdown{
	width: 100%;
}

.cursor{
	cursor: pointer;
}
.no-cursor{
	cursor: default;
}

textarea{
	resize: none;
}

input.custom-control-input{
	top: 3px;
	opacity: 1;
}

label.custom-control-label {
	display: inline-block;
	margin-bottom: 1.5rem;
	margin-left: 23px;
}

div.custom-control{
	padding-left: 0;
}

.border-left-0{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

@media (min-width: 1281px){

	.intro_item:last-child{
		margin: 0 auto;
	}
}

@media (max-width: 991px){
	.intro{
		padding-bottom: 0;
	}

	ul.countdown {
		margin-bottom: 4rem;
		margin-top: 3rem;
	}
}


/*card*/

.payment-details .box-1 {
	max-width: 450px;
	padding: 10px 40px;
	user-select: none;
}

.payment-details .box-1 div .fs-12 {
	font-size: 8px;
	color: white;
}

.payment-details .box-1 div .fs-14 {
	font-size: 15px;
	color: white;
}

.payment-details .box-1 img.pic {
	width: 20px;
	height: 20px;
	object-fit: cover;
}

.payment-details .box-1 img.mobile-pic {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.payment-details .box-1 .name {
	font-size: 11px;
	font-weight: 600;
}

.payment-details .dis {
	font-size: 12px;
	font-weight: 500;
}

.payment-details label.box {
	width: 100%;
	font-size: 12px;
	background: #ddd;
	margin-top: 12px;
	padding: 10px 12px;
	border-radius: 5px;
	cursor: pointer;
	border: 1px solid transparent;
}

.payment-details #one:checked~label.first,
.payment-details #two:checked~label.second,
.payment-details #three:checked~label.third {
	border-color: #7700ff;
}

.payment-details #one:checked~label.first .circle,
.payment-details #two:checked~label.second .circle,
.payment-details #three:checked~label.third .circle {
	border-color: #7a34ca;
	background-color: #fff;
}

.payment-details label.box .course {
	width: 100%;
}

.payment-details label.box .circle {
	height: 12px;
	width: 12px;
	background: #ccc;
	border-radius: 50%;
	margin-right: 15px;
	border: 4px solid transparent;
	display: inline-block;
}

.payment-details input[type="radio"] {
	display: none;
}

.payment-details .box-2 {
	max-width: 450px;
	padding: 10px 40px;
}


.payment-details .box-2 .box-inner-2 input.form-control {
	font-size: 12px;
	font-weight: 600;
}

.payment-details .box-2 .box-inner-2 .inputWithIcon {
	position: relative;
}

.payment-details .box-2 .box-inner-2 .inputWithIcon span {
	position: absolute;
	left: 15px;
	top: 8px;
}

.payment-details .box-2 .box-inner-2 .inputWithcheck {
	position: relative;
}

.payment-details .box-2 .box-inner-2 .inputWithcheck span {
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: green;
	font-size: 12px;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	right: 15px;
	top: 6px;
}

.payment-details .form-control:focus,
.payment-details .form-select:focus {
	box-shadow: none;
	outline: none;
	border: 1px solid #7700ff;
}

.payment-details .border:focus-within {
	border: 1px solid #7700ff !important;
}

.payment-details .box-2 .card-atm .form-control {
	border: none;
	box-shadow: none;
}

.payment-details .form-select {
	border-radius: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;

}

.payment-details .address .form-control.zip {
	border-radius: 0;
	border-bottom-left-radius: 10px;

}

.payment-details .address .form-control.state {
	border-radius: 0;
	border-bottom-right-radius: 10px;

}

.payment-details .box-2 .box-inner-2 .btn.btn-outline-primary {
	width: 120px;
	padding: 10px;
	font-size: 11px;
	padding: 0% !important;
	display: flex;
	align-items: center;
	border: none;
	border-radius: 0;
	background-color: whitesmoke;
	color: black;
	font-weight: 600;
}

.payment-details .box-2 .box-inner-2 .btn.btn-primary {
	background-color: var(--secondary-color);
	color: whitesmoke;
	font-size: 14px;
	display: flex;
	align-items: center;
	font-weight: 600;
	justify-content: center;
	border: none;
	padding: 10px;
}

.payment-details .box-2 .box-inner-2 .btn.btn-primary:hover {
	background-color: var(--primary-color);
}

.payment-details .box-2 .box-inner-2 .btn.btn-primary .fas {
	font-size: 13px !important;
	color: whitesmoke;
}

.payment-details .carousel-indicators [data-bs-target] {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.payment-details .carousel-inner {
	width: 100%;
	height: 250px;
}

.payment-details .carousel-item img {
	object-fit: cover;
	height: 100%;
}

.payment-details .carousel-control-prev {
	transform: translateX(-50%);
	opacity: 1;
}

.payment-details .carousel-control-prev:hover .fas.fa-arrow-left {
	transform: translateX(-5px);
}

.payment-details .carousel-control-next {
	transform: translateX(50%);
	opacity: 1;
}

.payment-details .carousel-control-next:hover .fas.fa-arrow-right {
	transform: translateX(5px);
}

.payment-details .fas.fa-arrow-left,
.payment-details .fas.fa-arrow-right {
	font-size: 0.8rem;
	transition: all .2s ease;
}

.payment-details .card-details{
	border: 1px solid #ced4da;
}

.payment-details .icon {
	width: 30px;
	height: 30px;
	background-color: #f8f9fa;
	color: black;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transform-origin: center;
	opacity: 1;
}

.payment-details .fas,
.payment-details .fab {
	color: #6d6c6d;
}

.payment-details ::placeholder {
	font-size: 12px;
}

@media (max-width:768px) {
	.container {
		max-width: 700px;
		margin: 10px auto;
	}

	.payment-details .box-1,
	.payment-details .box-2 {
		max-width: 600px;
		padding: 20px 90px;
		margin: 20px auto;
	}

}

@media (max-width:426px) {

	.payment-details .box-1,
	.payment-details .box-2 {
		max-width: 400px;
		padding: 20px 10px;
	}

	.payment-details ::placeholder {
		font-size: 9px;
	}
}

.invalid-feedback {
	display: block;
	margin-top: 0.25rem;
	font-size: .875rem;
	color: #dc3545;
}

.cart-info{
	position: absolute;
	right: -5px;
	top: -10px;
	font-size: 10px;
}



/*#registration-dropdown .dropdown-menu {
	display: none;
}*/
#registration-dropdown .dropdown-menu{
	left:auto!important;
	right: 0!important;
	min-width: 18rem;
	position: absolute !important;
	transform: translate3d(-237px, 21px, 0px) !important;
	top: 0px !important;
	left: 0px !important;
	will-change: transform !important;
}

#registration-dropdown .card-title.page-title{
	font-size: 1rem;
	text-align: center;
	text-transform: uppercase;
	font-weight: bolder;
}
/*
.dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "" !important;
	border: none;
}*/



/*********************************
5. Events
*********************************/

.events
{
	width: 100%;
	background: #FFFFFF;
	padding-top: 115px;
	padding-bottom: 115px;
}
.event:not(:last-child)
{
	margin-bottom: 115px;
}
.event_image_container
{
	width: 100%;
	height: 100%;
}
.date_container
{
	position: absolute;
	top: 24px;
	left: 24px;
}
.date_container a
{
	display: block;
	position: relative;
}
.date_content
{
	width: 91px;
	height: 91px;
	background-color: #4867c0;
	background-image: linear-gradient(to right, #4867c0, #329fec);
	background: #4867c0;
	background: linear-gradient(to right, #4867c0, #329fec);
}
.date_day
{
	font-size: 26px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 0.75;
}
.date_month
{
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 0.75;
	margin-top: 10px;
}
.event_content
{
	width: 100%;
}
.event_title
{
	font-size: 30px;
	font-weight: 500;
	color: #4c4c4c;
	line-height: 1.2;
	margin-top: -7px;
}
.event_location
{
	font-size: 14px;
	font-weight: 500;
	color: #2b88cb;
	margin-top: 1px;
}
.event_text
{
	margin-top: 39px;
}
.event_speakers
{
	margin-top: 45px;
}
.event_speaker:not(:last-child)
{
	margin-bottom: 27px;
}
.event_speaker_image
{
	width: 48px;
	height: 48px;
	border-radius: 50%;
	overflow: hidden;
}
.event_speaker_content
{
	padding-left: 22px;
}
.event_speaker_name
{
	font-size: 14px;
	font-weight: 500;
	color: #4c4c4c;
}
.event_speaker_title
{
	font-size: 12px;
	font-weight: 500;
	color: #888888;
}
.event_buttons
{
	margin-top: 48px;
}
.event_button
{
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}
.event_button_2
{
	margin-left: 12px;
}
.pagination
{
	margin-top: 115px;
}
.pagination ul
{
	line-height: 0.75;
}
.pagination ul li
{
	display: inline-block;
	line-height: 0.75;
}
.pagination ul li a
{
	display: block;
	position: relative;
	font-size: 18px;
	font-weight: 500;
	color: #888888;
	line-height: 0.75;
	padding-bottom: 7px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.pagination ul li a::after
{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #888888;
	content: '';
	opacity: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.pagination ul li.active a::after,
.pagination ul li a:hover::after
{
	opacity: 1;
}
.pagination ul li.active a,
.pagination ul li:hover a
{
	color: #4c4c4c;
}

.background_image
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.counter-card {
/*	background-color: #fff;*/
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
flex-direction: column;
flex-wrap: wrap;
justify-content: center;
align-items: center;
text-align: center;
width: 22%;
padding: 30px 15px;
margin: 3% 1.5% 0;
background-color: #f5f5f5;
word-break: break-word;
}

.counter-number {
	font-size: 2em;
	font-weight: bold;
	color: #007bff;
}

.counter-country {
	font-size: 1.2em;
	margin-top: 10px;
}

.counter-container {
/*	max-width: 400px;
	margin: 0 auto;
	overflow-y: auto;*/
/*	max-height: 400px;*/
}

@media (max-width: 991px){
	.counter-card{
		width: 165px;
		width: 150px;
		margin: 13px;
	}

	.header_top .col{
		min-height: 0;
	}

	.page-title {
		text-align: center;
	}

	.p-center{
		text-align: center;
	}

	.gallery.d-flex{
		flex-flow: wrap;
	}

	.gallery-img{
		margin-bottom: 20px;
	}

	.events {
		width: 100%;
		background: #FFFFFF;
		padding-top: 70px;
		padding-bottom: 10px;
	}

	.event_image_container {
		width: 100%;
		height: 200px;
		margin-bottom: 25px;
	}

	.event_content .event_title.page-title{
		text-align: left;

	}

	.event_text {
		margin-top: 20px;
	}

	.event_buttons {
		margin-top: 25px;
		text-align: center;
	}

	.footer_col:not(:first-child){
		width: 33.33%;
	}

	.footer_content {
		padding-top: 80px;
		padding-bottom: 0;
	}

	#registration-dropdown .dropdown-menu{
		left: auto!important;
		right: 0!important;
		min-width: 18rem;
		position: absolute !important;
		transform: translate3d(-30%, 25px, 0px) !important;
		top: 0px !important;
		left: 0px !important;
		will-change: transform !important;
	}

	/*.icon-container{
		width: auto !important;
	}*/
}


.marker-list-row {
	margin-bottom: 10px;
	margin-left: 15px;
	padding: 15px;
	border-radius: 5px;
	border: 1px solid #dedede;
}

.marker-list-row .accommo-thmb {
	width: 100%;
	height: 180px;
	background-position: 50% 50%;
	background-size: cover;
}

.media-object {
	display: block;
}


.marker-list-row .price .budget {
	font-size: 26px;
	color: #1fcddd;
	font-weight: 500;
}

/*.man {
	margin: 15px 0 -5px 0;
	display: inline-block;
	background: #fff url(/img/icons/man-bk.svg) no-repeat;
	background-size: 11px;
	padding-left: 20px;
	height: 25px;
	font-size: 14px;
}*/

.opacity-50 {
	opacity: 0.5;
}

.fw-bolder{
	font-weight: bolder;
}

.d-flex.border-bottom{
	border-bottom: 1px solid #0d668b;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.home_button.alert-icon::before{
	background: transparent !important;
}

.alert-icon a i::after {
	content: '\f054'; /* Unicode for chevron-right */
	margin-left: 5px; /* Adjust as needed */
	transition: 150ms cubic-bezier(0.215,0.61,0.355,1);
}
.alert-icon a:hover{
	opacity: 0.6;
}

.alert-icon a:hover i::after {
	content: '\f061'; /* Unicode for arrow-right */
}

.feature-flex {
	display: flex;
	align-items: flex-start;
	gap: 50px;
}

.feature-tab {
	padding: 20px 30px;
	background: #efefef;
}

.feature-content {
	width: 100%;
}
.feature-tab .nav .nav-link {
	min-width: 300px;
	text-align: start;
	border: 1px solid #b4d2d2;
	color: var(--clr-body-heading);
	padding: 13px 20px;
	font-size: 18px;
	margin: 0px 0px 1px;
	border-width: 0px 0px 1px;
	border-radius: 0;
}

.feature-tab .nav .nav-link i {
	margin-right: 20px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #fff !important;
	background-color: #0d668b;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px){
	.feature-flex {
		gap: 25px;
		flex-direction: column;
	}
}

/* Set the offcanvas height and width */
/*.offcanvas {
	width: 100%;
	height: 100%;
	background: #000;
}*/

.offcanvas {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1032;
	display: none;
}

/*.offcanvas-bottom {
	min-width: 100%;
	min-height: 350px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1032;
	transition: all 0.3s ease-in-out;
}*/

.offcanvas-bottom {
	width: 50%;
	height: 80%;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1050;
	background-color: transparent;
}


.offcanvas-title i{
    right: -49px;
    top: 0px;
    position: absolute;
    background: #000000;
    color: #fff;
    z-index: 1033;
    padding: 13px;
    cursor: pointer;
    font-size: 2rem;
}


.offcanvas-body iframe {
	width: 100%;
	height: 80vh;
}


/*marquee*/

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 2030;
}
.site-timer{
    background: #3598e6;
    border: 0;
    padding: 0;
    height: 85px;
}

.simple-marquee-container *{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
}
.simple-marquee-container {
    width: 100%;
    background: #3499e7;
    float: left;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    height: 85px;
    position: relative;
    cursor: pointer;
}

.simple-marquee-container .marquee-sibling {
    padding: 30px;
    background: #0d668b;
    width: 300px;
    height: 85px;
    line-height: 42px;
    font-weight: bolder;
    color: #ffffff;
    text-align: center;
    float: left;
    left: 0;
    z-index: 2000;
}

.simple-marquee-container .marquee-sibling h5{
    font-size: 20px;
}

.simple-marquee-container .marquee, .simple-marquee-container *[class^="marquee"] {
    display: inline-block;
    white-space: nowrap;
    position:absolute;
}

.simple-marquee-container .marquee{
    margin-left: 25%;
}

.simple-marquee-container .marquee-content-items{
    display: inline-block;
    padding: 26px;
    margin: 0px 10px 0px 10px;
    height: 85px;
    position: relative;
}

.simple-marquee-container .marquee-content-items li{
    display: inline-block;
    line-height: 35px;
    color: #fff;
}

.simple-marquee-container .marquee-content-items li:after{
    content: "|";
    margin: 0 4em;
}

.site-timer.alert-dismissible .close {
    position: absolute;
    top: -8px !important;
    right: 0 !important;
    padding: 0.75rem 0.5rem !important;
    height: 85px !important;
    background: #0d668b !important;
    color: #ffffff !important;
    z-index: 2032 !important;
    opacity: 1 !important;
}


@media (max-width: 991px){
    .simple-marquee-container .marquee-sibling {
        padding: 10px;
        background: #0d668b;
        width: 100%;
        height: 45px;
        line-height: 0;
        font-weight: bolder;
        color: #ffffff;
        text-align: center;
        float: left;
        left: 0;
        z-index: 2000;
    }

    .site-timer.alert-dismissible .close{
        height: 45px !important;
        top: 0 !important;
    }

    .simple-marquee-container .marquee-content-items{
        padding: 45px;
    }

    .offcanvas {
        background-color: rgba(0, 0, 0, 0.7);
    }
    .offcanvas-bottom {
        width: 100%;
        height: auto;
        position: fixed;
        /* top: 34%; */
        /* left: 0; */
        transform: translate(-50%, -50%);
        z-index: 1050;
        background-color: transparent;
        padding: 15px;
    }

.offcanvas-body{
    height: 20rem !important
}

    .offcanvas-title i {
        /*right: -1px;*/
        left: 0;
        top: -43px;
        position: absolute;
        background: #00000024;
        color: #fff;
        z-index: 1033;
        padding: 13px;
        cursor: pointer;
        font-size: 1rem;
    }

    .ytp-chrome-top{
        top: -11px !important;
    }
}

.not-active{
    pointer-events: none;
}
