/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


/*Page Banner*/
.pagebanner
{
	position: relative;
	color: #ffffff;	
}

.pagebanner .bannercontent
{
	position: relative;
	z-index: 3;
}

.pagebanner .overlay
{
	background-color: #05a0f4;
	padding-top: 35px;
	padding-bottom: 35px;
}

.pagebanner h1 
{
	color: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: none!important;
	font-size: 28px;
}


@media (min-width: 768px) {
	.pagebanner h1 
	{
		font-size: 36px;
	}
}
/*END Page Banner*/


/*Box Overlay*/
.boxoverlay .avia-image-container
{
	margin-left: 20px;
	margin-right: 20opx;
	margin-top: -60px!important;
	
		
}

.boxoverlay .flex_column.av_one_half:first-child
{
	padding-bottom: 80px;
}


@media (min-width: 990px) {
	.boxoverlay .avia-image-container
	{
		margin-left: -100px;
		max-width: calc(100% + 100px);
		margin-top: 0;
	}	
	
	.boxoverlay .flex_column.av_one_half:first-child
	{
		padding: 80px;
	}
}
/*END Box Overlay*/


/*Reset Special Symbosl in Special Heading*/
body .av-special-heading .special_amp
{
	color: inherit;
    font-style: normal;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
/*END Reset Special Symbosl in Special Heading*/



/*Transparent Header*/
.header_color.av_header_transparency .av-subnav-menu a:hover, 
.header_color.av_header_transparency .av-subnav-menu a:focus,
.header_color.av_header_transparency .main_menu ul:first-child > li a:hover, 
.header_color.av_header_transparency .main_menu ul:first-child > li a:focus, 
.header_color.av_header_transparency .main_menu ul:first-child > li.current-menu-item > a,
.header_color.av_header_transparency .main_menu ul:first-child > li.current_page_item > a,
.header_color.av_header_transparency .main_menu ul:first-child > li.active-parent-item > a
{
	color: #efefef;
	opacity: 1;
}
/*END Transparent Header*/


/*FAQ Accordion */
.main_color .togglecontainer
{
	border: none;
}

.main_color .single_toggle
{
	background: #ffffff;
	border: none;
	border-radius: 14px;
	margin-bottom: 18px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0,0,0,.10);
	transition: transform .2s ease,
				box-shadow .2s ease;
}

.main_color .single_toggle:hover
{
	transform: translateY(-2px);
	box-shadow: 0 15px 35px rgba(0,0,0,.15);
}

.main_color .toggler
{
	position: relative;
	padding: 22px 70px 22px 25px;
	background: #ffffff;
	color: #0136a8;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	border: none;
	transition: all .2s ease;
}


.main_color .activeTitle:hover,
.main_color .activeTitle
{
	background: linear-gradient(135deg, #0136a8 0%, #05a0f4 100%);
	color: #ffffff!important;
}

.main_color .toggle_icon
{
	position: absolute;
	top: 50%;
	right: 25px;
	left: auto;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	border: 0;
	transition: all .2s ease;
}

.main_color .toggle_icon .vert_icon,
.main_color .toggle_icon .hor_icon
{
	background: currentColor;
}

.main_color .toggle_content
{
	background: #ffffff;
	border: 0;
}

.main_color .toggle_content .toggle_wrap
{
	padding: 25px;
	font-size: 17px;
	line-height: 1.7;
	color: #444;
}
/*END FAQ Accordion */


/*Borders after color Section*/
.main_color.container_wrap
{
	border: 0;
}
/*END Borders after color Section*/



/*Tab Styling*/
.main_color .tabcontainer
{
	border: none;
	background: transparent;
}


/* Tab Title Area */

.main_color .tab_titles
{
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: center;
	margin-bottom: 28px;
	border: none;
}

.main_color .tab_titles .tab
{
	float: none;
	position: relative;
	border: none;
	border-radius: 999px!important;
	padding: 15px 26px;
	background: #ffffff;
	color: #0136a8;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	box-shadow: 0 8px 22px rgba(0,0,0,.10);
	transition: all .2s ease;
}

.main_color .tab_titles .tab:hover
{
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(0,0,0,.15);
}


/* Active Tab */

.main_color .tab_titles .active_tab
{
	background: linear-gradient(135deg, #0136a8 0%, #05a0f4 100%);
	color: #ffffff!important;
	box-shadow: 0 12px 30px rgba(1,54,168,.28);
}


/* Content Card */

.main_color .tab_content
{
	border: none;
	border-radius: 18px;
	background: #ffffff;
	padding: 32px;
	box-shadow: 0 12px 34px rgba(0,0,0,.10);
}


/* Inner Content Cleanup */

.main_color .tab_content p:last-child
{
	margin-bottom: 0;
}

.main_color .tab_content h2,
.main_color .tab_content h3,
.main_color .tab_content h4
{
	color: #0136a8;
}

.main_color .tab_content:before
{
	content: "";
	position: absolute;
	top: -80px;
	right: -80px;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: linear-gradient(135deg, rgba(1,54,168,.10), rgba(5,160,244,.12));
}

.main_color .tab_content > *
{
	position: relative;
	z-index: 2;
}
/*END Tab Styling*/


/*Overlap Row Class*/
.overlaprow .container
{
	margin-top: -200px!important;
}
}