
/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@font-face
{
	font-family: 'Beyond';
	src: url('../fonts/beyond_the_mountains.otf')  format('truetype'),
		 url('../fonts/beyond_the_mountains.ttf')  format('opentype');
}

/*********************************
2. Body and some general stuff
*********************************/

*
{
	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: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: #FFFFFF;
	color: #a5a5a5;
}
.fa-caret-down:before{
    margin-left:5px;
}
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: 'Open Sans', 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;
}
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
{
	
}
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: feijoadisplay, 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: #db5246;
}
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;
	position: fixed;
    background-color: white;
    z-index: 1000;
	box-shadow: rgba(0, 0, 0, 0.12) 0 3px 11px 0 !important;
    -moz-box-shadow: rgba(0, 0, 0, 0.12) 0 3px 11px 0 !important;
}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}
.nopadding
{
	padding: 0px !important;
}
.button
{
	display: inline-block;
	/* height: 53px; */
	border-radius: 27px;
	overflow: hidden;
}
.button_bcg
{
	position: absolute;
	top: 0;
	left: 0;
	width: 200%;
	height: 100%;
	background: linear-gradient(to right, #fa9e1b, #8d4fff, #fa9e1b);
	z-index: -1;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.button:hover .button_bcg
{
	left: -100%;
}
.button a
{
	display: block;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	line-height: 53px;
	padding-left: 46px;
	padding-right: 46px;
	white-space: nowrap;
	z-index: 2;
}
.button span
{
	display: inline-block;
	vertical-align: middle;
	width: 5.75px;
	height: 5.63px;
	background: #FFFFFF;
	border-radius: 50%;
	margin-right: 2px;
}
.button span:first-child
{
	margin-left: 10px;
}
.button span:nth-child(2)
{
	opacity: 0.6;
}
.button span:last-child
{
	opacity: 0.4;
	margin-right: 0px;
}

/*********************************
3. Header
*********************************/
/* 
.header
{
	
	width: 100%;
	height: 100px;
	
	background-image: url('img/home_slider.png');
	z-index: 12;
}

.about-header{
	width: 100%;
	height: 1050px;
} */
/* .header.scrolled
{
	background: rgba(54, 19, 84, 0.85);


} */





/*********************************
3.2 Logo
*********************************/

.logo_container
{
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	-o-transform: translateY(-6px);
	transform: translateY(-6px);
}
.header.scrolled .logo_container
{
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.logo a
{
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	color: #f4f4f8;
	font-weight: 800;
	text-transform: uppercase;
}
.logo a img
{

	display: inline-block;
	vertical-align: baseline;
	position: relative;
    left:190px;
    top:10px;
	-webkit-transform: translateY(2px);
	-moz-transform: translateY(2px);
	-ms-transform: translateY(2px);
	-o-transform: translateY(2px);
	transform: translateY(2px);
}

/*********************************
3.3 Main Nav
*********************************/

.main_nav_container
{
	margin-right: 0px;
	top:35px;
	

}
.main_nav_item
{
	position: relative;
	display: inline-block;
	margin-right: 40px;
	
}
.main_nav_item:last-child
{
	margin-right: 0px;
}
.main_nav_item a
{
	
	font-size: 18px;
	font-weight: 600;
	color: white;
	
	padding-right: 20px;
	
	text-transform: uppercase;
	padding-bottom: 10px;
	padding-top: 10px;
}
.main_nav_item a:hover
{
	

	padding:5px !important;
	color:rgb(2, 16, 120);

}
/* .main_nav_item::after
{
	display: block;
	position: absolute;
	left: -1px;
	bottom: 0px;
	width: calc(80% + 2px);
	height: 2px;
	background: linear-gradient(to right, #fa9e1b, #8d4fff);
	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;
} */
.main_nav_item:hover::after
{
	opacity: 1;
	
}

.main_nav_item1
{
	position: relative;
	display: inline-block;
	margin-right: 30px;
	
}
.main_nav_item1:last-child
{
	margin-right: 0px;
}
.main_nav_item1 a
{
	font-family: feijoadisplay, sans-serif;
	font-size: 18px;
	font-weight: 600;
	color:white;
	
	padding-right: 20px;
	
	text-transform: uppercase;
	padding-bottom: 10px;
	padding-top: 10px;
}
/* .main_nav_item1::after
{
	display: block;
	position: absolute;
	left: -1px;
	bottom: 0px;
	width: calc(80% + 2px);
	height: 2px;
	background: linear-gradient(to right, #fa9e1b, #8d4fff);
	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;
} */
.main_nav_item1 a:hover
{
	
	padding:5px !important;
	color:rgb(2, 16, 120);

}
.main_nav_item1:hover::after
{
	opacity: 1;
	padding:0px;
	
}
.main_nav_item1 ul {
 /* Hide submenu by default */
 display: none;
}
.main_nav_item2
{
	position: relative;
	display: inline-block;
	margin-right: 30px;
	
}
.main_nav_item2:last-child
{
	margin-right: 0px;
}
.main_nav_item2 a
{
	font-family: feijoadisplay, sans-serif;
	font-size: 18px;
	font-weight: 600;
	color:white;
	
	padding-right: 20px;
	
	text-transform: uppercase;
	padding-bottom: 10px;
	padding-top: 10px;
}
/* .main_nav_item1::after
{
	display: block;
	position: absolute;
	left: -1px;
	bottom: 0px;
	width: calc(80% + 2px);
	height: 2px;
	background: linear-gradient(to right, #fa9e1b, #8d4fff);
	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;
} */
.main_nav_item2 a:hover
{
	
	padding:5px !important;
	color:rgb(2, 16, 120);

}
.main_nav_item2:hover::after
{
	opacity: 1;
	padding:0px;
	
}
.main_nav_item2 ul {
 /* Hide submenu by default */
 display: none;
}


/* Submenu3 */

.main_nav_item3
{
	position: relative;
	display: inline-block;
	margin-right: 30px;
	
}
.main_nav_item3:last-child
{
	margin-right: 0px;
}
.main_nav_item3 a
{
	font-family: feijoadisplay, sans-serif;
	font-size: 18px;
	font-weight: 600;
	color:white;
	
	padding-right: 20px;
	
	text-transform: uppercase;
	padding-bottom: 10px;
	padding-top: 10px;
}
/* .main_nav_item1::after
{
	display: block;
	position: absolute;
	left: -1px;
	bottom: 0px;
	width: calc(80% + 2px);
	height: 2px;
	background: linear-gradient(to right, #fa9e1b, #8d4fff);
	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;
} */
.main_nav_item3 a:hover
{
	
	padding:5px !important;
	color:rgb(2, 16, 120);

}
.main_nav_item3:hover::after
{
	opacity: 1;
	padding:0px;
	
}
.main_nav_item3 ul {
 /* Hide submenu by default */
 display: none;
}
.show_submenu {
    display: block !important;
    position: fixed;
    right: 200px;
    background-color: #fff; /* White background */
    min-width: 160px; /* Set minimum width for the submenu */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Add shadow for depth */
    z-index: 1000; /* Ensure submenu appears above other content */
    padding: 10px 0; /* Add padding to submenu items */
    border-radius: 4px; /* Rounded corners for the submenu */
    list-style: none; /* Show the submenu */
	line-height: 1.3;
}

.show_submenu1 {
    display: block !important;
    position: fixed;
    right: 200px;
    background-color: #fff; /* White background */
    min-width: 160px; /* Set minimum width for the submenu */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Add shadow for depth */
    z-index: 1000; /* Ensure submenu appears above other content */
    padding: 10px 0; /* Add padding to submenu items */
    border-radius: 4px; /* Rounded corners for the submenu */
    list-style: none; /* Show the submenu */
	line-height: 1.3;
}

.show_submenu2 {
    display: block !important;
    position: fixed;
    right: 200px;
    background-color: #fff; /* White background */
    min-width: 160px; /* Set minimum width for the submenu */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Add shadow for depth */
    z-index: 1000; /* Ensure submenu appears above other content */
    padding: 10px 0; /* Add padding to submenu items */
    border-radius: 4px; /* Rounded corners for the submenu */
    list-style: none; /* Show the submenu */
	line-height: 1.3;
}

.content_search
{
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	-o-transform: translateY(-1px);
	transform: translateY(-1px);
	cursor: pointer;
}
.header.scrolled .content_search
{
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.mag_glass
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.content_search img
{
	width: 17px;
	height: 17px;
}
.content_search:hover .mag_glass
{
	fill: #fa9e1c;
}
.search_form
{
	position: absolute;
	right: 15px;
	top: 120px;
	width: 237px;
	height: 40px;
	visibility: hidden;
	opacity: 0;
}
.search_form.active
{
	top: 105px;
	visibility: visible;
	opacity: 1;
}
.search_content_input
{
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	color: #1b0b32;
	padding-left: 20px;
	outline: none !important;
	border: none !important;
	box-shadow: 0px 8px 20px rgba(0,0,0,0.15);
}
.bez_1
{
	-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	-moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	-o-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}


/*********************************
3.4 Menu
*********************************/

.hamburger
{
	display: none;
	-webkit-transform: translateY(-3px);
	
	-moz-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	transform: translateY(-3px);
	cursor: pointer;
	margin-left: 210px;
	/* margin-top: 50px; */
}
.header.scrolled .hamburger
{
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.hamburger i
{
	font-size: 24px;
	color: black;
}
.hamburger:hover i
{
	color: #fa9e1c;
}
.menu
{
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: linear-gradient(to right, #fa9e1b, #8d4fff);
	z-index: 100;
	opacity: 0;
	visibility: hidden;
}
.menu.active
{
	opacity: 0.95;
	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: 28px;
}
.menu_logo a img
{
	width: 40px !important;
}
.menu_item a
{
	display: inline-block;
	position: relative;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: 400;
}
.menu_item a::after
{
	display: block;
	position: absolute;
	top: 60%;
	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:hover a::after
{
	width: 100%;
}
.menu_close_container
{
	position: absolute;
	top: 60px;
	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: 0px;
	left:100px;
	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: #fa9e1c;
}

/************************************
New Style
*************************************/

.right-nav {
  
    position: absolute;
    top: 30px;
    right: 5px; /* Adjusted from -80px */
    display: flex;
    justify-content: flex-end;
}

.right-logo p{
	/* margin-top: 10px; */
	color: white;
	font-weight: bold;
	
	position: relative;
	
}

.right-logo img {
	vertical-align: middle; /* Align images vertically */
	margin-right: 5px; /* Adjust margin between icon and text */
}


/* CSS for Submenu */
.submenu_container {
    float: left;
    width: 23.33%; /* Set width to one-third of the submenu */
    padding: 0 20px; /* Add padding to create space between containers */
    box-sizing: border-box; /* Include padding in width calculation */
}

.submenu_container li {
    list-style: none; /* Remove default list styling */
    margin: 5px 0; /* Add margin to separate list items */
}

.submenu_container a {
    font-size: small;
    text-decoration: none; /* Remove underline from links */
    color: #333; /* Set link color */
    display: block; /* Display links as block elements */
    padding: 4px 0; /* Add padding to links */
}

.submenu_container a:hover {
    background-color: #f5f5f5; /* Change background color on hover */
}
