/*
Theme Name: Frontier
Description: The best possible theme for WordPress
Author: Robert B - DouglassDigital
Version: 1.0
Tags: lightweight
*/

:root {
	--fd-blue: #264b71;
	--fd-orange: #fca421;
	--fd-lightblue: #c8e3e2;
	
	--fd-lightgreen: #DAFA02;
	--fd-grey: #717777;

	
	--custom-color2: rgba(0,0,0,0.9);
	--custom-color3: rgba(0,0,0,0.5);
	--narrow-width: 896px;
	--boxed-width: 1116px;
	--medium-width: 1392px;
	--wide-width: 1646px;
}

html {
  scroll-behavior: smooth;
	scroll-padding-top: 140px;
	font-family: "roboto", sans-serif;
}

.flexible_section h1, .flexible_section h2, .flexible_section h3, .flexible_section h4, .flexible_section h5, .post_content h1, .post_content h2, .post_content h3, .post_content h4, .post_content h5 {
	font-family: "Questrial", sans-serif;
}
.no_padding {
	padding: 0!important;
}
.green_border_left {
	border-left: 1px solid var(--fd-orange)
}

.green_border_left p:first-child {
	margin-top: 0;
}

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


.purple_border_left {
	border-left: 1px solid var(--fd-blue)
}

.purple_border_left p:first-child {
	margin-top: 0;
}

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

.user_popupwhy-invest-in-us .user_popup{
	display: block;
}
.swiper-button-prev {
	margin-left: 10px;
}

.swiper-button-next {
	margin-right: 10px;
}
.swiper-button-prev:after {
  font-family: 'Font Awesome 6 Free'!important;
  font-weight: 900!important;
  -webkit-font-smoothing: antialiased;
  content: '\f060'!important;
}

.swiper-button-next:after {
  font-family: 'Font Awesome 6 Free'!important;
  font-weight: 900!important;
  -webkit-font-smoothing: antialiased;
  content: '\f061'!important;
}


.site-main {
	min-height:calc(100vh - 375px);
}

.boxed-width {
	max-width: var(--boxed-width);
	margin: 0 auto;
}

.narrow-width {
	max-width: var(--narrow-width) !important;
	margin: 0 auto;
}

.medium-width {
	max-width: var(--medium-width);
	margin: 0 auto;
}

.wide-width {
	max-width: var(--wide-width);
	margin: 0 auto;
}

img {
    vertical-align: middle;
}

@media screen and (max-width:899px) {
	.desktop_only {
		display: none!important;
	}
}

@media screen and (min-width:900px) {
	.mobile_only {
		display: none!important;
	}
}

@media screen and (max-width:899px) {
	.desktop_button .custom_button {
		display: none!important;
	}
}

@media screen and (min-width:900px) {
	.mobile_button .custom_button {
		display: none!important;
	}
}

/* newsletter section */
.newsletter_section {
max-width: var(--medium-width);
	margin: 0px auto;
	padding: 20px;
	background: none!important;
}

.newsletter_section > div {
	background: var(--fd-blue);
	border-radius: 20px;
	overflow: hidden;
}

.subscribe_form .row{
	margin-left: -8px;
	margin-right: -8px;
}

.newsletter_section .newsletter_image  {
	margin-bottom: -30px;
	position: relative;
}

.newsletter_section .newsletter_image:after {
	content:'';
	position: absolute;
	bottom:0;
	right: 0;
	width: 135%;
	background: url(/wp-content/uploads/2025/08/backdrop.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 100%;
	z-index: -1;
	pointer-events: none;
}



/* Rounded section corners */
.flexible_section.followed_by_rounded_section:not(:has(.overlay))  {
	padding-bottom: 150px!important;
}

.flexible_section.followed_by_rounded_section:has(.overlay) .overlay  {
	padding-bottom: 150px!important;
}

@media screen and (max-width: 600px) { 
.flexible_section.followed_by_rounded_section:not(:has(.overlay))  {
	padding-bottom: 100px!important;
}

.flexible_section.followed_by_rounded_section:has(.overlay) .overlay  {
	padding-bottom: 100px!important;
}

}

.flexible_section.rounded_section  {
	margin-top: -80px;
}

.-preview .flexible_section.rounded_section  {
	margin-top: 0px;
}

.flexible_section.rounded_section.both {
	border-radius: 80px 80px 0 0;
}

.flexible_section.rounded_section.top-left {
	border-radius: 80px 0 0 0;
}

.flexible_section.rounded_section.top-right {
	border-radius: 0 80px 0 0;
}

@media screen and (max-width: 600px) {
	.flexible_section.rounded_section.both {
	border-radius: 40px 40px 0 0;
}

.flexible_section.rounded_section.top-left {
	border-radius: 40px 0 0 0;
}

.flexible_section.rounded_section.top-right {
	border-radius: 0 40px 0 0;
}
}

.site-main .entry-content .flexible_section:last-of-type:not(.newsletter_section ) {
/* 	padding-bottom: 150px!important; */
}


/* fancy images */
section {
	position: relative;
	background-repeat: no-repeat !important;
}

/* Product Gallery */
.product-gallery {

    }
    .main-image {
      width: 100%;
      aspect-ratio: 1 / 1;
      cursor: pointer;
      object-fit: cover;
    }
   .product-gallery .thumbnails {
      display: flex;
      justify-content: center;
      gap: 20px;
      margin-top: 20px;
			width: 100%;
			flex-wrap: wrap;
    }
   .product-gallery .thumbnail {
      aspect-ratio: 1/1;
      box-shadow: 0 0 10px rgba(0,0,0,0.0);
      cursor: pointer;
      object-fit: cover;
      transition: all 0.2s;
			flex: 1;
			width: 10%;
			max-width: 25%;
/* 			flex-grow: 0; */
    }
   .product-gallery .thumbnail.active {
      box-shadow: 0 0 10px rgba(0,0,0,0.5);
    }

    /* Fullscreen gallery */
    .fullscreen-gallery {
      position: fixed;
      top: 0; left: 0;
      width: 100%;
      height: 100vh;
      background: rgba(0,0,0,0.9);
      display: none;
      align-items: center;
      justify-content: center;
      z-index: 9999;
      flex-direction: column;
    }
    .fullscreen-image {
      max-width: 90%;
      max-height: 80%;
      object-fit: contain;
    }
    .close-gallery {
      position: absolute;
      top: 20px;
      right: 30px;
      color: #fff;
      font-size: 2rem;
      cursor: pointer;
    }
    .gallery-arrow {
	width: 48px;
	height: 48px;
	display: flex;
	background: var(--fd-orange);
	justify-content: center;
	align-items: center;
	transition: all 0.3s;
	clip-path: polygon(0px 0, 100% 0, 100% calc(100% - 0px), calc(100% - 0px) 100%, 0 100%, 0 0px);
	cursor: pointer;
			position: absolute;
			z-index: 1
    }

.gallery-arrow:hover {
	clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
	cursor: pointer;
}
    .gallery-arrow.left {
      left: 10px;
    }
    .gallery-arrow.right {
      right: 10px;
    }
.fullscreen-image {
  opacity: 1;
  transition: opacity 0.2s ease;
}

.fullscreen-image {
  opacity: 1;
  transition: opacity 0.4s ease;
}

.fullscreen-image.hidden {
  opacity: 0;
}

/* featured_or_latest_posts  */
.single_big_post_row {
	gap: 0px 60px;
}

.single_big_post_row .col.width1of2:first-of-type {
	clip-path: polygon(50px 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%, 0 50px);
	cursor: pointer;
	min-height: 300px;
}

@media screen and (min-width: 900px) {
  .single_big_post_row .col.width1of2 {
        flex: calc(50% - 30px);
    }
}
.single_big_post_row .col.width1of2{
	position: relative;
}
.featured_or_latest_posts {
	position: relative;
}

.featured_or_latest_posts .slider_arrows {
	top: 50%;
	bottom: auto;
	right: auto;
	left: 50%;
}

.featured_or_latest_posts .slider_left_arrow {
	left: 14%;
}

.featured_or_latest_posts .slider_right_arrow {
	right: 14%;
}

.featured_post {
	position: relative;
	max-height: 400px;
	aspect-ratio: 4/3;
		display: flex;
	align-items: flex-end;
	padding: 20px;
	flex-grow: 0!important;
}

a.featured_post {
clip-path: polygon(0px 0, 100% 0, 100% calc(100% - 0px), calc(100% - 0px) 100%, 0 100%, 0 0px);
	transition: all 0.3s;
}

a.featured_post:hover  {
	clip-path: polygon(50px 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%, 0 50px);
	transition: all 0.3s;
}

.featured_posts.slider {
	min-height: 600px;
}

.featured_post.single_slide{
	padding: 20px 0;
	max-height: 600px;
}

.featured_post.single_slide .single_slide_content {
		display: flex;
	align-items: flex-end;
}

.single_slide_content {
	width: calc(100% - 32px);
}

.featured_post * {
	color:#fff;
}

.featured_post .post_overlay {
	background: rgba(57, 32, 124, 0.4);
}

.grid  {
	display: flex;
	flex-wrap: wrap;
	gap: 20px
}

.grid.num_cols_1 > .featured_post  {
	flex:100%;
}

.grid.num_cols_2 > .featured_post  {
	flex:calc((100% - 20px) / 2);
}

@media screen and (max-width: 700px) {
	.grid.num_cols_2 > .featured_post  {
	flex:100%;
}
}

.grid.num_cols_3 > .simple_post  {
	flex:calc((100% - 40px) / 3);
}

@media screen and (max-width: 1100px) {
	.grid.num_cols_3 > .simple_post  {
	flex:calc((100% - 20px) / 2);
}
}

@media screen and (max-width: 700px) {
	.grid.num_cols_3 > .simple_post  {
	flex:100%;
}
}

.simple_featured_image {
	position: relative;
	aspect-ratio: 1/1;
	border-radius: 24px;
	overflow: hidden;
}

.simple_featured_image .post_overlay {
	opacity: 0;
}

/* when moving */
.featured_posts.slider .single_slide:not(.focused) {
	flex: 15%;
	transform: scale(0.8);
}

.featured_posts.slider .single_slide.focused {
	flex: 70%;
	transform: scale(1);
}


/* scrolling_cards */
.all_boxes {
	gap: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.single_box {
	position: relative;
	aspect-ratio: 1/1;
	width: 700px;
	max-width: min(70%, 400px);
	padding: 20px;
	display: flex!important;
	align-items: flex-end;
	border-radius: 24px;
	overflow: hidden;
}

.single_box .post_overlay {
	background: linear-gradient(0deg, rgba(38, 75, 113, 0.8) 23.08%, rgba(200, 227, 226, 0) 100%);
}

a.single_box  {
	transition: all 0.3s;
}

a.single_box:hover  {

}


.all_boxes .background_image, .all_boxes .background_image img {
	z-index: 0;
}

.all_boxes .sliding_boxes_content {
	position: relative;
	color:#fff;
}

.all_boxes .sliding_boxes_content * {
	color:#fff;
}

/* small_cards_slider */
.card_number {
	display: flex;
	width: 64px;
	height: 64px;
	background: var(--fd-orange);
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	font-size: 24px;
	font-weight: bold;
}


.small_cards_slider_arrows {
	text-align: right;
}
.small_cards_slider.row .col {
	padding: 0;
}

.small_cards_slider.row > .col {
	padding: 0;
	
} 

.small_cards_slider.row .image_cards{
	padding: 0;
	margin-left: -16px;
	margin-right: -16px;
} 

.small_cards_slider .single_slide_content {
	background: var(--fd-lightblue);
	padding-top: 80px;
	border-radius: 24px;
	transition: all 0.3s;
	color: var(--fd-blue);
	aspect-ratio: 1/1;
}

.small_cards_slider .single_slide_content .card_details {
	max-height: calc(100% - 40px);
	overflow-y: auto;
	margin-bottom: 10px;
	padding-right: 10px;
	margin-right: -10px;
}

/* width */
.small_cards_slider .single_slide_content .card_details::-webkit-scrollbar {
  width: 10px;
	border-radius: 5px;
}

/* Track */
.small_cards_slider .single_slide_content .card_details::-webkit-scrollbar-track {
  background: #f1f1f1;
	border-radius: 5px;
}

/* Handle */
.small_cards_slider .single_slide_content .card_details::-webkit-scrollbar-thumb {
  background: #888;
	border-radius: 5px;
}

/* Handle on hover */
.small_cards_slider .single_slide_content .card_details::-webkit-scrollbar-thumb:hover {
  background: #555;
}

@media screen and (min-width: 1400px) {
}

.small_cards_slider .single_slide_content * {
	color: var(--fd-blue)!important;
}

.small_cards_slider .card_details {
	position: relative;
}

.small_cards_slider .card_details p {
/* 	min-height: 85px; */
}

.small_cards_slider .image_cards.slider .card_details p {
/* 	min-height: 73px; */
}

@media screen and (max-width: 600px) {
	.small_cards_slider .card_details p {
	min-height: auto!important;
}
}

body.home .small_cards_slider .card_details p {
	min-height: 50px;
	margin-bottom: 0;
}

.card_details h5 {
	text-transform: uppercase;
}

.small_cards_slider .slider_arrow{
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	transform: none;
	display: inline-flex;
	margin-right: 20px;
}
/* fullscreen slider */
.header_slider {
	position: relative;
}

.slider_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(57, 32, 124, 0.64);
	background: rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.slider_image {
	position: relative;
	z-index: 1;
	padding-top: 420px;
	padding-bottom: 00px;
}

.slider_image h2 {
	font-size: 4.5rem;
	margin-bottom: 300px;
	color: #fff;
	max-width: 500px;
}

.background_image, .background_image img {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	z-index: 0;
	transform: translate(-50%, -50%);
	object-fit: cover;
}

.slider_content {
	position: relative;
	z-index: 2;
	color: #fff;
	max-width: 800px;
	margin-right: auto;
	margin-left: calc((100% - var(--medium-width)) / 2);
	background: var(--fd-blue);
}

.slider_content .col {
	padding: 30px;
}
.slider_content * {
	color: #fff;
	
}

.slider_arrows {
	position: absolute;
	z-index: 2;
	right: max(calc((100% - var(--medium-width)) / 2), 30px);
	bottom: 40px;
	display: flex;
	gap: 20px;
}

.slider_arrows > div {
	width: 48px;
	height: 48px;
	display: flex;
	background: var(--fd-orange);
	justify-content: center;
	align-items: center;
	transition: all 0.3s;
	clip-path: polygon(0px 0, 100% 0, 100% calc(100% - 0px), calc(100% - 0px) 100%, 0 100%, 0 0px);
	cursor: pointer;
}

.slider_arrows > div:hover {
	clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
}

.slider_arrows i {
	font-size: 20px;
}

/* End fullscreen slider */

a.single_post { 
text-decoration: none!important;
}


/* technology page */
.the_tech h2{
	max-width: 900px;
	margin: 0 auto;
}

/* Image cards */
.image_cards, .large_grid  {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.small_cards_slider .image_cards{
	gap: 0;
}
.image_cards.small.grid {
	justify-content: center;
}

a.card_button:hover {
	text-decoration: underline;
}
.image_cards.small.grid .single_slide_content {
	aspect-ratio: 4/2;
	justify-content
}

.image_cards .single_post, .large_grid .featured_post  {
	aspect-ratio: 4/3;
}

.image_cards .single_post .single_b_title p {
	min-height: 55px;
}

.large_grid .featured_post {
	max-height: none;
}
.large_grid .featured_post .post_overlay {
	background: rgba(57, 32, 124, 0.6);
}
@media screen and (min-width:900px) {
.image_cards .single_post, .large_grid .featured_post  {
	flex: calc((100% - 20px) / 2);
}}


@media screen and (max-width:899px) {
.image_cards .single_post, .large_grid .featured_post {
	flex: 100%;
}}


/* ALL Blogs */
.related_posts_section {
	margin-top: -60px;
}
.all_posts.related_posts {
	margin-top: 0px;
}
.all_posts  {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	margin-top: 60px;
	margin-bottom: 40px;
	margin-top: -180px;


}

.transparent {
	overflow: visible;
}

.all_posts a {
	text-decoration: none!important;
	flex-grow: 0!important;
}

@media screen and (min-width:900px) {
.all_posts .single_post  {
	flex: calc((100% - 48px) / 3);
}}


@media screen and (min-width:550px) and (max-width:899px) {
.all_posts .single_post {
	flex: calc((100% - 24px) / 2);
}}

@media screen and (max-width:549px) {
.all_posts .single_post {
	flex: 100%;
}}


.all_posts .single_post {
	flex-grow: 0;
	min-height: 350px;
}

.facetwp-pager {
	margin-top: 40px!important;
}

.facetwp-page {
	width: 40px;
	height: 40px;
	background: #d0cae0;
	font-size: 16px;
	font-weight: bold;
	display: inline-flex!important;
	justify-content: center;
	align-items: center;

}

/* Dragable sliders */

.dragable_slider {
	margin-left: -35px;
	padding-left: 35px;
	margin-right: -35px;
	padding-right: 35px;
}

@media screen and (min-width: 1200px) { 
	.dragable_slider {
/* 		margin-left: calc((100vw - 1400px) / 2 *(-1) )!important; */
		padding-left: calc((100vw - var(--wide-width)) / 2)!important;
		padding-right: calc((100vw - var(--wide-width)) / 2)!important;
	}
	
}

.arrows_and_buttons {
	max-width: var(--wide-width);
	margin: 0 auto;
}

.custom_scrollbar {
	position: relative;
	
	width: calc(100%);
	height: 8px;
	margin: 0 auto 30px auto;
	background: #b7c8f4;
	max-width: var(--wide-width);
}


.arrows_and_buttons {
	display: flex;
	flex-wrap: nowrap;
	margin-top: 20px;
}

.arrows_and_buttons > * {
	flex: 50%;
	
}

.dragable_slider {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 30px;
    overflow-y: visible;
    overflow-x: scroll;
    gap: 30px;
    cursor: grab;
    position: relative;
	scrollbar-width: none;
}
.dragable_slider .single_featured_card {
    background: #fff;
    box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.16);
    min-width: min(526px, 100%);
    width: min(526px, 100%);
    max-width: 100%;
    position: relative;
    padding-bottom: 85px;
    flex-grow: 0 !important;
}
.dragable_slider_container {
	position: relative;
}


.draggable_arrows .slider_nav_arrow  {
	border: 0;
	border-radius: 0;
	color: #fff;
	background: var(--fd-blue);
	margin-right: 10px;
	width: 86px;
	height: 44px;
	font-size: 24px;
	padding: 0;
	cursor: pointer;
}

.slider_nav_arrow.disabled {
	opacity: 0.5
}

.arrows_and_buttons .buttons_container  {
	margin: 0;
}

.custom_thumb {
	height: 100%;
	position: absolute;
	background: var(--fd-blue);
	transform: translateX(-50%);
}

.single_featured_details {
	padding: 24px;
}

.single_b_title h5{
	font-size: 1.11rem!important;
	margin-bottom: 20px;
	line-height: 1.33;
	text-transform: uppercase;
}
.single_b_title h4 {
	font-size: 1.77rem;
	color: #fff;
}

.single_b_date {
	margin-top: 15px;
	color: #000;
}
.single_featured_details .single_b_link{
position: absolute;
	bottom : 24px
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

/* Testimonials */
.testimonials_section .title {
	margin-top: -120px;
}

/* comparison table */
.comparison_table .ct_row {
	display: flex;
}

.comparison_table .ct_row .ct_col {
	flex: 1;
	flex-grow: 1;
	text-align: center;
	padding: 20px 55px;
	
	display: flex;
	justify-content: center;
	align-items: center;
}

.comparison_table .ct_row:fist-of-type .ct_col {
	min-height: 90px;
}

.comparison_table .ct_row:not(:first-of-type) .ct_col {
min-height: 110px;
}

.comparison_table .ct_row:nth-of-type(even) {
	background: rgba(1, 128, 255, 0.24);
}

.comparison_table .ct_row:nth-of-type(odd) {
	background: #fff;
} 

.comparison_table .ct_row:first-of-type {
	background: none;
}

.comparison_table .ct_row:first-of-type .ct_col:not(:first-of-type):not(:last-of-type){
	border-right: 2px solid #fff;
}

.ct_col.title_col {
	background: var(--fd-blue);
	color: #fff;
}

.ct_col.title_col *{
	color: #fff;
} 
.ct_icon {
	position: relative;
}
.ct_description {
	left: 50%;
	bottom: calc(100% + 5px);
	position: absolute;
	background : rgba(1, 128, 255, 1);
	padding: 15px;
	font-size: 16px;
	color: #fff;
	width: 300px;
	transition: all 0.3s;
	visibility: hidden;
	opacity: 0;
	transform: translateX(-50%);
	box-shadow: 0 0 10px rgba(0,0,0,0.5)
}

.ct_icon:hover .ct_description {
	visibility: visible;
	opacity: 1;
}

.comparison_table i {
	color: var(--fd-blue);
	font-size: 24px;
	
}

/* Hover cards v2 */
.hc_v2_content {
	position: absolute;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
	max-width: 300px;
}

.hc_v2_content h3 {
	margin-bottom: 20px;
}

.hc_v2_content.active {
	opacity: 1;
	visibility: visible;
}
.hover_cards_v2 {
	color: #fff;
	background: var(--fd-blue);
	margin-left: -20px;
	margin-right: -20px;
	padding-top: 120px;
	padding-bottom: 120px;
	position: relative;
	min-height: 624px;
}

.hover_card_v2_images  {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: calc(50% + 250px);
	padding: 0!important;
	overflow: hidden;
	display: flex;
	flex-wrap: nowrap;
	transform: skew(-25deg);
	transform-origin: bottom right
/* 	clip-path: polygon(40% 0, 100% 0, 100% 100%, 0% 100%); */
}

.hover_card_v2_images .hc_v2_image {
	position: relative;
	height: 100%;
	flex: 1;
	overflow: hidden;
	transition: all 0.3s;
	cursor: pointer;
}


.hover_card_v2_images .hc_v2_image:last-of-type {
	flex:2;
}

.hover_card_v2_images .hc_v2_image:hover {
	flex: 1.5;
}

.hover_card_v2_images .hc_v2_image:last-of-type:hover {
	flex:2.5;
}

.hover_card_v2_images .hc_v2_image .hc_v2_image_background {
	position: absolute;
	width: 300%;
	min-width: 300%;
	height: 100%;
	margin-left: -100%;
}

.hover_card_v2_images .hc_v2_image img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: skew(25deg);
	
}

.hover_cards_v2 * {
	color: #fff;
}

/* Mobile hover cards v2  */
@media screen and (max-width: 900px) {
	.hover_card_v2_images  {
		position: relative;
		height: 200px;
		margin-bottom: -120px;
	}
	.hc_v2_content {
		position: relative;
		max-width: none;
		opacity: 1;
		visibility: visible;
		margin-bottom: 60px;
	}
	
	.hc_v2_content:not(:first-of-type) h3{
		display: none;
	}
	.hover_card_v2_images {
		margin-left: -90px;
	}
	.hover_card_v2_images .hc_v2_image {
		flex:1!important;
	}
}
/* Hover cards */
.title {
	margin-bottom: 90px;
}
.hover_cards {
	display: flex;
	flex-wrap: nowrap;
	box-shadow: 0px 0px 80px 0px #00000029;
	min-height: 838px;
	overflow: hidden;
	gap: 20px;
}

.hc_overlay {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	background:	rgba(57, 32, 124, 0.64)
	}

.hc_details {
	position: absolute;
	bottom: 20px;
}

.hover_card  {
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
}

@media screen and (max-width: 700px) {
	.hover_cards {
		display: block;
	}
	.hc_details,
	.hover_card .hc_description {
	width: 100%!important;
}

.hover_card .hc_number {
	color: var(--fd-blue)!important;
	left: 60px!important;
	transform: translateX(-50%);
}

.hc_number {
	position: absolute;
	font-size: 2.66rem;
	font-weight: bold;
	color: var(--fd-blue);
	transition: all 0.3s;
	left: 20px;
	transform: translateX(0%);
	width: 80px!important;
}

.hover_card .hc_title_flipped{
	display: none;
}

	

.hover_card .hc_title {
	opacity: 1!important;
}
.hc_description {
	height: auto!important;
}
.hover_card:not(.active) .hc_description {
	opacity: 1!important;
}

.hover_card .hc_image {
	opacity: 1!important;
	width: 100%!important;
	height: 100%;
}
	
	.hc_image img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%!important;
	height: 100%;
	transform: translate(-50%, -50%);
	object-fit: cover;
}
	
	.hover_card {
	padding-bottom: 60%!important;
		padding-top: 30px!important;
		margin-bottom: 30px;
}
	
}

.hover_card {
	padding: 20px 20px;
	flex: 1; /* Default flex-grow and flex-shrink to equal size */
	transition: all 0.3s;
	position: relative;
	box-shadow: 0px 0px 80px 0px #00000029;
	flex-grow: 1;
flex-shrink: 1;
}

.hover_card:not(.active) .hc_details {
	width: 0;
}





.hover_card.active {
	flex: 50%;
}

.hover_card:not(.active) {
	background: var(--fd-blue);
}

.hover_card:not(.active) .hc_number {
	color: #fff;
	left: 50%;
	transform: translateX(-50%);
}

.hc_number {
	position: absolute;
	font-size: 2.66rem;
	font-weight: bold;
	color: var(--fd-blue);
	transition: all 0.3s;
	left: 20px;
	transform: translateX(0%);
	width: 80px!important;
}

.hover_card:not(.active) .hc_title_flipped{
	text-align: left;
	color: #fff;
	opacity: 1;
	font-size: 1.77rem;
	position: absolute;
	left: 80%;
	height: 0px;
	white-space: nowrap;
	width: 0;
	bottom: 20px;
	transform: rotate(-90deg);
	
}

.hover_card:not(.active) .hc_title_flipped div{
	font-weight: bold;
	width: 650px;
	transform: translateY(-50%);
}

.hc_title_flipped {
	opacity: 0;
}

.hover_card:not(.active) .hc_title {
	opacity: 0;
}
.hover_card:not(.active) .hc_description {
	opacity: 0;
}

.hover_card:not(.active) .hc_image {
	opacity: 1;
	width: 100%;
}

.hover_card:not(.active) .hc_image img {
	opacity: 1;
	width: 100%;
} 

.hc_title {
	margin-top: 60px;
	font-size: 1.77rem;
}

.hc_image {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.hc_image img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	object-fit: cover;
}

/* Single member page */
.user_flexible {
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: -60px;
}
.member_map_and_contacts {
}

.member_map_and_contacts .col{
	padding: 0!important;
}

.member_contacts{ 
padding-top: 60px;
	padding-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
	font-weight: bold;
	gap: 30px 80px;
}

.member_contacts * {
	font-weight: bold;
	color: var(--fd-blue);
}
.member_contacts
.buttons_container {
	width: 200px;
}

.member_contacts
.buttons_container a {
	width: 100%;
}

.member_map_and_contacts .boxed-width {
	padding-left: 20px;
	padding-right: 20px;
}
#map {
	height: 100%;
	min-height: 400px;
	margin-left: -20px;
	margin-right: -20px;
}
.about_member_section {
	background: #dbe5cc;
	margin-left: -20px;
	margin-right: -20px;
	margin-top: -60px;
	padding-top: 60px;
	padding-bottom: 60px;
	
}

.about_member {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}

.about_member_image {
	flex: 300px;
	max-width: 300px;
}

.about_member_details {
	flex: calc(100% - 330px);
	min-width: 60%;
}

.about_member_section .boxed-width {
	padding-left: 20px;
	padding-right: 20px;
}

/* Members Search */
.top_search {
	background: #d4dbc9;
	padding-top: 60px;
	padding-bottom: 30px;
	margin-left: -20px;
	margin-right: -20px;
	margin-top: -60px;
}

.members_search, .members_filters {
	padding-left: 20px;
	padding-right: 20px;
}


.top_search .boxed-width{
	padding-left: 20px;
	padding-right: 20px;
}

.member_dropdowns {
	display: flex;
	gap: 30px;
}

.member_cards {
	padding: 40px 0px;
}


.member_cards .boxed-width{
	padding-left: 20px;
	padding-right: 20px;
}

@media screen and (max-width: 1390px) {
	.member_cards .boxed-width, .top_search .boxed-width, .member_map_and_contacts .boxed-width{
	padding-left: 0px;
	padding-right: 0px;
}
}

.facetwp-pager {
	text-align: center;
	font-size: 24px;
	margin-top: 20px;
	
}

.facetwp-pager a {
	text-decoration: none!important;
	border-radius: 5px;
}


.facetwp-page.active {
	color: #fff;
	background: var(--fd-blue);
}
.facetwp-facet-search {
	position: relative!important;
}
.facetwp-facet-search .facetwp-icon {
    opacity: 1;
	
}

.facetwp-facet-search .facetwp-input-wrap {
	width: 100%!important;
}

.facetwp-facet-search .facetwp-icon {
    right: 0!important;
	left: auto;
    height: 100%;
    line-height: 1;
    position: absolute;
    cursor: pointer;
    opacity: 0.5;
}

.facetwp-facet-search .facetwp-icon {
	display: none;
}

.facetwp-facet-search .facetwp-icon:after {
	position: absolute;
    background: var(--fd-blue);
    content: 'Search';
    font-style: normal;
    padding: 20px;
    right: 0;
	line-height: 1;
    width: 160px;
    text-align: center;
    border-radius: 8px;
    color: #fff;
    font-size: 18px;
		font-weight: bold;
}

.facetwp-facet-search input {
	width: calc(100% - 180px);
	width: calc(100%);
	padding: 15px 20px!important;
	background: #E8E8E8!important;
	border: none!important;
	font-weight: bold;
	color: #000!important;
	height: 56px;
	border-radius: 0!important;
}

.facetwp-facet-search input::placeholder {
	color: #000!important;
}

.facetwp-facet-search .facetwp-icon:before {
	display: none;
}

/* Timeline */

 .timeline {
      position: relative;
/*       overflow: hidden; */
      width: 100%;
    }

.timeline::after{
	content: '';
	position: absolute;
	width: 5000px;
	height: 2px;
	background: #fff;
	bottom: 63px;
	z-index: 0;
	transform: translateX(-50%);
}
    .timeline_navigation {
      position: absolute;
      bottom: 32px;
      transform: translateY(-50%);
      cursor: pointer;
      z-index: 8;
			background: var(--fd-blue);
			width: 32px;
			height: 32px;
			display: flex;
			justify-content: center;
			align-items: center;
			border-radius: 50px;
			cursor: pointer;
    }
    .timeline_navigation.left {
      left: 0;
    }
    .timeline_navigation.right {
      right: 0;
    }
    .timeline_contents {
      display: flex;
      transition: all 0.3s ease;
			position: relative;
			z-index: 1;
    }
    .single_timeline {
      min-width: 350px; 
      padding-left: 50px;
			padding-right: 50px;

    }

.timeline_description {
	min-height: 160px;
}

.timeline_description p {
		font-weight: bold;

}

.timeline_image_container {
	position: relative;
	padding-top: 60%;
	overflow: hidden;
	border-radius: 8px;
	margin-bottom: 35px;
}


.timeline_image_container img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	
}

.timeline_bubble {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: var(--fd-blue);
	margin-bottom: 20px;
}

.timeline_year {
	font-size: 24px;
	font-weight: bold;
}

/* investors */
.investors {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

@media screen and (min-width:900px) {
.single_investor  {
	flex: calc((100% - 20px) / 2);
}}

@media screen and (max-width:899px) {
.single_investor  {
	flex: 100%;
}}

.single_investor {
	flex-grow: 0;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

@media screen and (min-width:900px) {
.single_investor_image  {
	flex: 205px;
}
	.single_investor_details {
		flex: calc(100% - 225px);
		min-width: 300px;
	}
	
}

@media screen and (max-width:899px) {
.single_investor  {
	
}}

.single_investor_image {
	position: relative;
	aspect-ratio: 1/1;
	width: 205px;
	max-width: 205px;
	height: 205px;
	border-radius: 24px;
	overflow: hidden;
}

/* Tabs */
.tabs  {
	display: flex;
	flex-wrap: wrap;
}

.tabs.team_tabs {
	gap: 20px;
}

@media screen and (min-width: 900px) {
	.tab_buttons  {
		flex: 30%;
	}
	.tab_content  {
		flex: 70%;
	}
	
	.tab_content.fees_content  {
		flex: 60%!important;
	}
	
	.tab_buttons.team_buttons {
		flex: calc(30% - 20px);
	}
	
	.team_content.mobile_team_content {
		display: none!important;
	}
	
}

@media screen and (max-width: 899px) {
	.tab_buttons, 
	.tab_content  {
		flex: 100%;
	}
	
	.team_content:not(.mobile_team_content) {
		display: none!important;
	}
	
}

.tab_button {
	cursor: pointer;
	transition: all 0.3s;
}

/* team tabs */
.team_buttons {
	transition: all 0.3s;
}
@media screen and (min-width: 950px) {
.team_buttons {
	padding-right: 50px;
}
}

@media screen and (min-width: 900px) and (max-width: 950px) {
.team_buttons {
	padding-right: 0px;
}
}

.team_buttons {
	margin-bottom: 30px;
}

.team_button {
	display: block;
	text-decoration: none;
	padding: 13px 25px;
	padding-top: 16px;
	font-weight: 700;
	color: #000;
	transition: all 0.3s;
	border: 0;
	cursor: pointer;
	white-space: wrap;
	text-align: center;
	min-width: 90px;	
	border-radius: 8px!important;
	border: 2px solid var(--fd-orange);
	margin-bottom: 20px;
}

.team_button:hover {
	color: var(--fd-lightgreen);
}

.team_button.active {
	background: var(--fd-orange);
	color: #fff;
}

.tab_content:not(.active) {
	display: none;
}
.team-section-wrap {
	background-attachment: fixed !important;
  background-position: center;
  background-repeat: no-repeat;
}

/* NEW team */
.team_section {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

@media screen and (min-width:900px) {
.single_team  {
	flex: calc((100% - 60px) / 4);
}}

@media screen and (min-width:700px) and (max-width:899px) {
.single_team  {
	flex: calc((100% - 40px) / 3);
}}

@media screen and (min-width:500px) and (max-width:699px) {
.single_team  {
	flex: calc((100% - 20px) / 2);
}}

@media screen and (max-width:499px) {
.single_team {
	flex: 100%;
}}

.single_team .single_featured_image{
	position: relative;
	aspect-ratio: 1/1;
	background: #d9d9d9;
	border-radius: 24px;
	overflow: hidden;
}

.single_team .single_featured_image .post_overlay {
	background: none;
}

.single_team_title h5 {
	color: var(--fd-orange);
	font-size: 24px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.single_team_position h5{
	margin-top: 5px;
	text-transform: uppercase;
}

.colored .single_team_position h5{
	color: #fff;
}

.single_team {
	flex-grow :0;
}

/* Fees tabs */
.tab_buttons.fees_buttons  {
		flex: 40%!important;
	}
.tab_buttons.fees_content  {
		flex: 60%!important;
	}
.fees_tabs {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
	border: 1px solid #ACACAC;
	overflow: hidden
}

.fees_buttons {
	border-right: 1px solid #ACACAC;
	background: #d4dbc9;
}

.fees_button  {
	border-bottom: 1px solid #ACACAC;
	padding: 30px 20px;
	color: var(--fd-orange);
	font-weight: 700;
}

.fees_button.active {
	background: #fff;
}

.fees_button:last-of-type  {
	border-bottom: none;
}

.fees_group {
	padding: 30px 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.fees_group > div {
	flex: calc(50% - 15px);
}

.turnover_title, .fee_title {
		color: var(--fd-orange);
	font-weight: 700;
}

/* Logos carousel */
.carousel-content {
  position: relative;
  overflow: hidden;
  transition: width .4s;
  height: 100%;
	padding: 50px 0;
} 

.slide {
  height: 100%;
  position: absolute;
  z-index: 1;
	top: 0px;
  transition: left 2s linear;
	text-align: center;
	
}

.slide img {
	height: 100%;
	max-height: 100px;
	max-width: 190px;
	object-fit: contain;
}

/* Image gallery */
.image_gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.image_title_optional {
	text-align: center;
	margin-top: 20px;
}
.image_title_optional h4 {
	margin-bottom: 10px!important;
	margin-top: 0!important;
	font-size: 20px;
}

.image_title_optional p {
	margin-top: 10px!important;
	line-height: 1.4;
	font-size: 18px!important;
}

.gallery_single_container {
	flex-grow: 0!important;
}

@media screen and (min-width:900px) {
.gallery_single_container {
	flex: calc((100% - 40px) / 3);
}
.team_content  .gallery_single_container {
	flex: calc((100% - 60px) / 4);
}
	
}

div:not(.team_content) .image_title_optional h4{
	color: var(--fd-blue);
}


@media screen and (min-width:500px) and (max-width:899px) {
.gallery_single_container {
	flex: calc((100% - 20px) / 2);
}}

@media screen and (max-width:499px) {
.gallery_single_container {
	flex: 100%;
}}

.gallery_single_image {
	position: relative;
	padding-top: 100%;
	overflow: hidden;
	border-radius: 8px;
}

.gallery_single_image img {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100%;
	width: 100%;
	transform: translate(-50%, -50%);
	object-fit: cover;
}

/* Single Event */
.event_main {
	overflow: visible;
	margin-bottom:70px!important
}
/* Events page */
.event_filters  {
	margin-bottom: -30px;
}
.custom_fitlers {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}

.date_filter  {
	padding-bottom: 40px;
}
.date_filter .date_activator  {
	min-width: 250px;
	position: relative;
	font-weight: normal;
	padding: 20px!important;
	padding-right: 40px;
	color: #000;
	background: #EDF0F1;
	border: none;

	text-align: left;
	font-size: 18px;
	font-weight: bold;
}

.date_dropdown:not(.active) {
	display: none;
}

.date_dropdown {
	margin-top: 15px;
	position: absolute;
	max-height: 0;
	overflow: hidden;
	transition: all 0.3s;
}

.date_dropdown  .facetwp-type-date_range {
		display: flex;
	gap: 20px;
}
.date_dropdown
.fdate-input {
	width: 115px; 
}

.date_dropdown.active {
	max-height: 100px;
}

.facetwp-type-dropdown {
	position: relative;
	width: 250px;
	
}

.facetwp-type-dropdown:hover {
	cursor: pointer!important;
}

.facetwp-type-dropdown::after, .date_filter
.date_activator:after  {
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f078";
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	transition: all 0.3s;
}

.facetwp-type-dropdown:focus-within:after {
/* 	transform: translateY(-50%) rotate(90deg); */
}

.facetwp-dropdown {
	width: 100%;
	 -webkit-appearance: none!important;
	appearance: none!important;
	padding: 14px 20px;
	padding-right: 40px;
	background: #EDF0F1;
	border: 0;
	font-size: 18px;
	line-height: 1.6;
	font-weight: bold;
}


.single_b_background_container {
	padding-top: 50%;
	position: relative;
	overflow: hidden;
	border-radius: 8px 8px 0 0
}

.single_b_background_container .single_news_image {
	position: absolute;
	top:50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	background-size: cover!important;
	background-position: center!important;
}

.single_e_details .single_b_title h4{
	color: var(--fd-blue);
	font-size: 20px!important;
}

.event_meta {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}

.event_meta i {
	flex: 20px;
	margin-top: 5px;
	color: var(--fd-orange)
}

.event_meta div {
	flex: calc(100% - 20px);
}

.single_e_details {
	padding: 20px;
}

/* MemberPress */

body.page-id-306 .entry-content {
	padding-top: 180px;
	max-width: var(--boxed-width);
	margin: 0 auto;
}

iframe {
	border: 0;
	
}
#masthead {
	display: none;
}

.invoice-wrapper {
	display: none;
}

/* Adverts */
.single_adv a{
	text-decoration: none!important;
}

.all_advs {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.single_adv {
	padding: 30px;
	display: flex;
	border-radius: 8px;
	box-shadow: 0px 0px 24px 0px #00000014;
	gap: 20px;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	flex-grow: 0!important;
}

.single_adv::after {
	content: '';
	position: absolute;
	width: 50%;
	padding-top: 50%;
	bottom: 0;
	right: 0;
	transform: translate(30%, 50%);
	background-image: url(/wp-content/uploads/2024/07/corner_hexagon_right.svg);
	background-size: contain;
	background-repeat: no-repeat;
	pointer-events: none;
	opacity: 0.5;
}

.single_adv_image_container {
	flex: 185px;
	max-width: 185px;
	margin: 0 auto;
}



.single_adv_image {
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	padding-top: 100%;
}
.single_adv_image img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	
}

.adv_details {
	flex: calc(100% - 205px);
}

@media screen and (max-width: 600px) {
	.single_adv_image_container {
		flex: 100%;
	}
	
	.adv_details {
	flex: 100%;
}
}



@media screen and (min-width:900px) {
	.single_adv {
	flex: calc((100% - 30px) / 2);
}
}

@media screen and (max-width:899px) {
	.single_adv {
	flex: 100%;
}
}

.single_adv h4 {
	color: var(--fd-blue)
}

.adv_meta {
	display: flex;
	flex-wrap: nowrap;
	gap: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.adv_meta i {
	flex: 30px;
	width: 30px;
	color: var(--fd-orange);
	font-size: 25px;
	text-align: center;
}

.adv_meta div {
	flex: calc(100% - 50px);
}

/* tables */
@media screen and (max-width: 600px) {
.table_wrapper, .table, .table_container {
	overflow-x: scroll;
}
}
.table {
/* 	overflow-x: scroll; */
}
table:not(.acf-table) {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	border-collapse: collapse; 
	margin-top: 30px!important;
}

table:not(.acf-table) tr:nth-of-type(even) {
	background: #e5e9ee;
}

table:not(.acf-table) tr:nth-of-type(odd) {
	background: #fafafa;
}

table:not(.acf-table) td:nth-of-type(even) {
	background: rgba(38, 75, 113, 0.12);
}


.mepr-checkboxes-field-row {
	display: block!important;
}
body.page-id-193 table:not(.acf-table) tr td {
	width: 25%;
}
table:not(.acf-table) tr td {
	padding: 20px;
	border: none;
}

table:not(.acf-table) th{
	border: none;
	background: var(--fd-blue);
	padding: 20px;
	color: var(--fd-orange);
	text-align: left;
	font-family : "Questrial", sans-serif;
	letter-spacing: 2px;
}

@media screen and (min-width: 899px) {
	table:not(.acf-table) tr td {
		padding: 30px 20px;
	}
}

/* Headings */

.flexible_section h1, .flexible_section h2, .flexible_section h3, .flexible_section h4, .flexible_section h5, .flexible_section h6 {
	margin: 20px 0;
	color: var(--fd-blue);
}

.flexible_section h3, .flexible_section h4, .flexible_section h5, .flexible_section h6 {
	letter-spacing: 2px;
}

.flexible_section h1 {
	font-size: 3.11rem;
}

.post_content h1 {
	font-size: 1.77rem;
}

.flexible_section h2 {
	font-size: 3.5rem;
}

.post_content h2 {
	font-size: 1.33rem;
}

.flexible_section h3 {
	font-size: 1.77rem;
}

.flexible_section h5 {
	font-size: 1.03rem;
}

.post_content h3 {
	font-size: 1.11rem;
}


.simple_text h4, .post_sidebar h4 {
	font-size: 1.33rem!important;
}

.post_sidebar h5 {
	font-size: 1rem;
}

.post_sidebar_content div {
	margin-top: 20px;
}

.post_sidebar_content i {
	margin-right: 10px;
}

.simple_text a:not(.custom_button):not(.bread-parent):not(.bread-link) {
	text-decoration:underline;
}

a {
	color: var(--fd-blue);
}

strong a, a:hover strong, b a, a b {
	color: var(--fd-blue);
}


.colored h1, .colored h2, .colored h3, .colored h4, .colored h5, .colored h6  {
	color: var(--fd-orange);
}

.flexible_section h2, .flexible_section h3, .flexible_section h4, .post_content h2, .post_content h3, .post_content h4 {
	border-left : 2px solid var(--fd-blue);
	padding-left: 20px;
	display: table;
	letter-spacing: 2px;
}
.colored h2, .colored h3, .colored h4 {
	border-left : 2px solid var(--fd-orange);
}

h2[style="text-align: center;"], h3[style="text-align: center;"], h4[style="text-align: center;"] {
	margin: 20px auto;
}

.colored p, .colored, .colored span, .colored .simple_text ul li, .colored .icons_and_numbers ul li, .colored .simple_text ol li ul li  {
	color: #fff;
}

.colored .simple_text a, .colored .simple_text a span, .colored .simple_text a strong {
	color: var(--fd-orange);
}

.colored .simple_text a:hover, .colored .simple_text a:hover span, .colored .simple_text a:hover strong {
	color: var(--fd-orange)!important;
}

/* dashboard */
.mp_users_subscriptions_list {
	display: none;
}
.pass_success {
	margin-top: 40px;
	font-weight: bold;
	color: var(--fd-orange);
}
.payments .mp_wrapper {
	max-width: 300px;
	overflow-X: visible;
}
.payments table {
	border: 1px solid var(--fd-blue)!important;
	border-collapse: separate!important;
}
.payments table td, .payments table th  {
	background: #fff;
	color: var(--fd-blue)!important;
}

.payments table td {
	border-top: 1px solid var(--fd-blue);
	padding: 15px!important;
}
#mepr-account-payments-table {
	max-width: 100%;
	width: 100%;
}
.dashboard_benefits {
	display: none;
	padding: 0;
}
.move_benefits_here .dashboard_benefits {
	display: block;
}



.dashboard_benefits .inc_number:nth-of-type(1) .custom_button:not(.social) {
flex-basis: 100%;
max-width: 420px;
/* margin-right: calc(100% - 420px); */
}

.dashboard_benefits .inc_number:last-of-type .custom_button:not(.social) {
flex-basis: 100%;
	max-width: 200px;
	margin-right: calc(100% - 200px);
}

@media screen and (max-width: 700px) {
	.dashboard_benefits .custom_button:not(.social) {

	margin-right: 0px;
}
}

.move_benefits_here {
	margin-left: -20px;
	margin-right: -20px;
}

.mepr_details .mp_wrapper {
	display: none;
} /* 	hide mepr table */

input[type="checkbox"], input[type="radio"] {

  accent-color: var(--fd-orange);

}
.notice {
	margin-top: 60px;
}
.dashboard {
	margin-top: -60px;
	margin-bottom: -60px;
	margin-left: -20px;
	margin-right: -20px;
}
.dashboard_sidebar {
	background: #6892293D;
	padding: 60px!important;
	position: relative;
}
.dashboard_section {
	overflow: visible;
}
.dashboard_menu {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	position: sticky;
	top: 180px;
}

.dashboard_menu i {
	margin-right: 15px;
}

.dashboard_item {
	text-decoration: none!important;
	font-weight: bold;
	flex: 100%;
	color: var(--fd-blue);
	transition: all 0.3s;
}


.dashboard_item:hover, .dashboard_item:hover i{
	color: var(--fd-lightgreen);
}

.dashboard_item i {
	color: var(--fd-orange);
	font-size: 20px;
	transition: all 0.3s;
}

.dashboard_item.current {
	text-decoration: underline!important;
}

.dashboard_content {
	padding: 30px;
}

/* Login */
.reg_complete {
	min-height: 800px;
}

.reg_complete::after {
	margin-top: 80px;
}
.login_section {
	min-height: 1000px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#mepr_login_page_meta_box {
	background: #fff;
    padding: 60px;
    border-radius: 8px;
    box-shadow: 0px 4px 4px 0px #00000040;
    min-width: min(700px, 90vw);
    margin-top: 80px;
}

#mepr_login_page_meta_box::before {
	content:'Log In';
	color: var(--fd-orange);
	font-size: 3.55rem;
    font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
	display: block;
	width: 100%;
	
}

#mepr_login_page_meta_box label[for="user_login"], #mepr_login_page_meta_box label[for="user_pass"] {
	font-weight: bold;
	color: var(--fd-blue);
}



.custom-login-form-col-content {
	background: #fff;
	padding: 60px;
	border-radius: 8px;
	box-shadow: 0px 4px 4px 0px #00000040;
	min-width: min(600px, 90vw);
	margin-top: 80px;
}

.custom-login-form-col-content h1 {
	text-align: center;
}

.custom-login-form-col-content label, .custom-login-form-col-content  input:not([type="checkbox"]) {
	display: block;
}

.custom-login-form-col-content  input:not([type="checkbox"]):not([type="submit"]) {
	background: #E0E0E0;
	width: 100%;
	bordeR: 0;
	min-height: 48px;
}

.custom-login-form-col-content  input[type="submit"] {
	background: var(--fd-orange);
	border-radius: 8px;
		display: inline-block;
	text-decoration: none;
	padding: 13px 25px;
	padding-top: 16px;
	font-weight: 700;
	color: #fff;
	transition: all 0.3s;
	border: 0;
	cursor: pointer;
	white-space: wrap;
	text-align: center;
	min-width: 90px;	
}

.custom-login-form-col-content label[for="user_login"], .custom-login-form-col-content label[for="user_pass"] {
	color: var(--fd-blue);
	font-weight: bold;
}

/* sign up steps */
.signup_steps {
	background: var(--fd-orange);
	color: #fff;
	padding: 20px;
	border-radius: 8px;
	max-width: 306px;
	float: right;
	margin-left: 30px;
}

@media screen and (max-width: 900px) {
	.signup_steps {
		float: none;
		margin-left: 0;
		margin-bottom: 30px;
	}
	
	.form_and_steps  {
		flex-direction: column-reverse;
	}
}

.signup_steps a {
	text-decoration: none;
	font-weight: bold;
}

.signup_steps * {
	color: #fff;
}

.step  {
	display: flex;
	align-items: center;
	min-height: 60px;
	flex-wrap: nowrap;
}

.step_description {

}

.step_circle {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	min-width: 40px;
	min-height: 40px;
	border-radius: 50%;
	border: 4px solid #fff;
	text-align: center;
	margin-right: 20px;
}

.step i {
	font-size: 20px;
	margin: 0!important;
}

.step:not(.complete) i {
	display: none!important;
}

.step.complete {
	font-weight: bold;
}

.step.current {
	font-weight: bold;
}

.steps {
	margin-bottom: 20px;
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
}

/* Sign up form */
.submit_and_spinner {
	display: flex;
	align-items: center;
	gap: 20px;
}

.spinner {
	margin-top: 20px;
	display: none;
}

.spinner.working {
	display: block;
}

.mepr-payment-methods-radios label {
	
	display: block;
}

.mepr-payment-methods-radios label  span {
	font-weight: bold;
}

#mepr_signup_form > div:not(.mepr_price):not(.mepr-payment-methods-wrapper):not(.mepr_spacer):not(.mp-form-submit) {
	display: none!important;
}

#mepr_signup_form .mepr_price .mepr_price_cell_label {
	display: none;
}

#mepr_signup_form .mepr_price .mepr_price_cell {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 10px;
	color: var(--fd-orange);
}

#mepr_signup_form .mepr_price {
	margin-top: 20px;
}

#mepr_signup_form .mepr-payment-methods-wrapper h3 {
	display: none;
}
.thank_you_message {
	font-size: 24px;
}
.sign_up_form {
}
.criteria {
	margin-top: 40px;
}

.criteria h4 {
	margin-bottom: 20px;
}

.sign_up_form h3 {
	color: var(--fd-blue);
	font-size: 32px;
	margin-top: 40px;
}


.sign_up_form h2{
	margin-top: 40px;
	margin-bottom: 20px;
}

.sign_up_form label {
	width: 100%;
	font-weight: bold;
	display: block;
	margin-top: 25px;
}

.req {
	font-weight: bold;
	color: red;
}

.sign_up_form input, .sign_up_form textarea {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	background: #E0E0E0;
	border: none!important;
	border-radius: 8px!important;
	min-height: 48px;
	display: block;
	padding-left: 10px!important;
	padding-right: 10px!important;
}

.sign_up_form input[disabled] {
	background: #f0f0f0;
	color: rgba(0,0,0,0.2);
}

.sign_up_form input[disabled] ::placeholder {
	color: white!important;
}
.sign_up_form textarea {
	min-height: 181px;
}

.checkboxes input, .checkboxes label{
	width: auto;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.checkboxes input {
	width: 20px;
	margin-right: 20px;
}

.checkboxes label {
	font-weight: normal;
}

.checkboxes {
	display: flex;
	gap: 0 20px;
	flex-wrap: wrap;
	margin-top: 10px;
}

.checkboxes.noflex {
	display: block;
}

.checkboxes> div {
	flex: calc(50% - 10px);
}

@media screen and (max-width: 600px) {
	.checkboxes > div {
		flex: calc(100%)!important;
/* 		margin-bottom: 20px; */
	}
	
	.payment_checboxes.checkboxes > div {
		margin-bottom: 20px;
	}
}

.checkboxes > div {
	display: flex;
	align-items: center;
	
}

.upload_image {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.uploaded_company_logo {
	flex: calc(50% - 15px);
	width: calc(50% - 15px);
	max-width: calc(50% - 15px);
	background: #E0E0E0;
	padding-top: 50%;
	margin-top: 10px;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}

.uploaded_company_logo img {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.upload_details {
	flex: calc(50% - 15px);
	margin-top: -15px;
	margin-bottom: 20px;
}

.sign_up_form .custom_button  {
	margin-top: 20px;
}

.sign_up_form .custom_button span {
	margin-top: 3px;
	display: block;
}

@media screen and (max-width: 600px) {
	.upload_details {
	flex: 100%;
	margin-top: -15px;
}
	.uploaded_company_logo {
    flex: 100%;
    width: 200px;
    max-width: 200px;
		height: 200px;
		max-height: 200px;
		min-height: 200px;
		padding: 0;
}
}

.upload_image .file-upload {
	display: none;
}

.document_upload .file-upload {
	display: none;
}

.custom-file-upload {
	width: auto!important;
	display: inline-block!important;
	display: inline-block;
	text-decoration: none;
	padding: 13px 25px;
	padding-top: 16px;
	font-weight: 700;
	transition: all 0.3s;
	border: 0;
	cursor: pointer;
	white-space: wrap;
	text-align: center;
	min-width: 90px;	
	border-radius: 8px;
	background: var(--fd-orange);
	color: #fff;
}

.upload_image .file-uploaded {
	display: none;
}

.document_upload .file-uploaded{
	display: block;
	margin-top: 5px;
}

.document_upload {
	border-top: 1px solid #000;
	padding-bottom: 20px;
}

/* Case studies */
.case_study_meta_container {
	overflow-x: visible;
}
.case_study_meta {
	display: flex;
	gap: 0 50px;
}

.case_study_meta.wrap {
	display: block;
}

.case_meta {
	margin-top: 20px;
	margin-bottom: 30px;
	color: var(--fd-blue);
}

.case_meta i {
	color: var(--fd-orange);
	width: 10px;
	text-align: center;
	display: inline-block;
	text-align: left;
}
.case_meta_deets {
	margin-top: 10px;
	display: flex;
	flex-wrap: no-wrap;
	align-items: center;
}

.case_meta_deets *{
	display: inline-block;
	font-weight: bold;
}

.case_meta_deets i {
	width: 30px;
}

.case_meta_title {
	font-size: 24px;
	font-weight: 700;
	min-width: 180px;
}

@media screen and (max-width: 700px) {
	.case_meta_title {
		flex: 100%;
	}
}

/* latest posts */
.latest_news {
  display: grid;
	gap: 20px;
}

@media screen and (min-width: 900px) {
	.latest_news {
  
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
	}
	.latest_news .post_1 {
  grid-column: 1;
  grid-row: 1 / span 2; /* spans both rows */
}

.latest_news .post_2 {
  grid-column: 2 / span 2; /* spans two columns on top row */
  grid-row: 1;
}

.latest_news .post_3 {
  grid-column: 2;
  grid-row: 2;
}

.latest_news .post_4 {
  grid-column: 3;
  grid-row: 2;
 }
}

.latest_news .post_1 {
	min-height: 400px;
}

.accent_image {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 200px;
	pointer-events: none;
}

.single_post {
  background-color: var(--fd-blue);
  color: white;
  padding: 20px;
  border-radius: 0;;
  font-weight: bold;
  display: flex;
  flex-direction: column;
	clip-path: polygon(0px 0, 100% 0, 100% calc(100% - 0px), calc(100% - 0px) 100%, 0 100%, 0 0px);
	transition: all 0.3s;
	display: flex;
	justify-content: flex-end;
	border-radius: 24px;
	overflow: hidden;
}

.latest_news .single_featured_image, .image_cards .single_featured_image, .single_slide_content .single_featured_image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.single_slide_content .single_featured_image .background_image, .single_slide_content .background_image img {
	z-index: 0;
}



.post_overlay {
	background: linear-gradient(360deg, rgba(57, 32, 124, 1), rgba(57, 32, 124, 0.0));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.image_cards .post_overlay {
	background: none;
}


.image_cards .single_post .post_overlay {
	background: linear-gradient(180deg, rgba(38, 75, 113, 0) 0%, #264B71 100%);
}

.image_cards .single_post h5 {
	color: var(--fd-orange);
}

.single_post:hover {

}

.single_post .custom_button span {
	color: var(--fd-orange);
}

.single_post h5 {
	color: #fff;
	margin-top: 20px;
}

.single_post_details {
	position: relative;
}


/* Single post */

.post_flexible {
	margin-top: -80px;
	margin-bottom: 30px;
}
.single_main_image {
	position: relative;
	
}

.featured_image_video {
	margin-top: -180px;
}
.single_main_image {
	text-align: center;
}
.single_main_image img {
	width: 100%;
	margin: 0 auto;
	border-radius: 24px;
	height: 500px;
	object-fit: cover;
	object-position: center top;
}
.sidebar_sticky {
	position: relative;
}

.sidebar_contents {
	position: sticky;
	top: 160px;
}

.sidebar_card {
	background: var(--fd-blue);
	color: #fff;
	padding: 20px 20px 30px 20px;
	border-radius: 8px;
	margin-bottom: 20px;
}

.sidebar_card h4 {
	text-align: center;
	font-size: 24px;
}

.sidebar_card * {
	color: #fff;
}

.sidebar_card i {
	width: 42px;
	text-align: center;
}

.post_sharing {
	display: flex;
	gap: 25px;
	align-items: center;
	padding: 25px 15px;
	margin-left: auto;
	margin-right: 0;
}

.post_sharing.green {
	background: #e5e9ee;
	border-radius: 12px;
}
.post_sharing.green * {
	color: var(--fd-blue);
}

.post_sharing.blue {
	background: var(--fd-blue);
	border-radius: 8px;
	display: inline-flex;
}
.post_sharing.blue * {
	color: #fff;
}

.post_sharing .sharing_icons {
	display: flex;
	gap: 15px;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 400px) {
	.post_sharing {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.post_sharing .sharing_icons {
		flex: 100%;
		justify-content: flex-start;
	}
}

.main_post_title {

}

/* Reverse mobile */

@media screen and (max-width: 900px) {
.reverse_even_mobile .row:nth-of-type(even) {
	flex-direction: column-reverse!important;
}
.reverse_mobile .row {
	flex-direction: column-reverse!important;
}
}

/* Columns and Rows */
section {
	padding-top: 70px;
	padding-bottom: 70px;
	overflow: hidden;
}

section.same_background_below {
	padding-bottom: 30px;
}

section.same_background_above {
	padding-top: 30px;
}

section.first {
	padding-top: 180px;
}

@media screen and (max-width: 991px) {
	section {
	padding-top: 20px;
	padding-bottom: 20px;
}
}

section .overlay {
	position: relative;
}

section > .boxed-width {
	position: relative;
}

section#shadow-host-companion {
	padding: 0; 
/* 	fix for Loom extension */
}

section:has(.overlay) {
	padding: 0;
}

section.no_margins {
	padding: 0;
}

section.full_column_image {
	padding: 0;
}

section.full_column_image > div > .col:not(.col:has(.simple_image )) {
	padding-top: 60px;
	padding-bottom: 60px;
}

.row {
	display: flex;
	flex-wrap: wrap;
}

.row.purple {
	background: var(--fd-blue);
	position: relative;
}

.row.purple .col {
	padding: 30px;
}

.valign_center.row{
	align-items: center;
}

.valign_top.row{
	align-items: flex-start;
}

.valign_bottom.row{
	align-items: flex-end;
}

.col {
	padding: 20px 20px;
	flex-grow: 0!important;
}
.row.form_and_steps {
	position: relative;
}
.row.form_and_steps::after {
	position: absolute;
	content:'';
	bottom: -80px;
	right: -100px;
	width: 50%;
	min-width: 400px;
	height: 300px;
	background: url(/wp-content/uploads/2024/07/corner_hexagon_right.svg);
	background-size: cover;
	background-position: left top;
	pointer-events: none; 
}
.form_and_steps > .col {
	padding: 0!important;
}

/* padding adjustments for consecutive columns */

/* .row ~ .row .col {
	padding-top: 0px;
	margin-top: -30px;
	flex-grow: 0!important;
}


.col.width1of1 ~ .col.width1of2 {
	padding-top: 0px;
	margin-top: -30px;
	flex-grow: 0!important;
}

.col.width1of2 ~ .col.width1of1 {
	padding-top: 0px;
	margin-top: -30px;
	flex-grow: 0!important;
}
 */
@media screen and (min-width:900px) {
.x-grid .col.width1of2 img{
	margin-top: 150px;
	} 
	
	.x-grid .col.width1of4 .simple_text{
		min-height: 200px
	}	
}

@media screen and (max-width:899px)  {
	.x-grid .row{
		justify-content: center;
	}
	}

/* MEdia responsiveness query for columns */
@media screen and (min-width:900px) {
	.col.width1of2 {
	flex: 50%;
}
	
.sign_up_form		.col.width1of2:nth-of-type(odd) {
	padding: 0;
	padding-right: 15px;
}
	
	.sign_up_form		.col.width1of2:nth-of-type(even) {
	padding: 0;
	padding-left: 15px!important;
}
		.col.width1of4 {
	flex: 25%;
}
	.col.width3of4 {
	flex: 75%;
}
	.col.width1of3 {
	flex: calc(100% / 3);
}
	
.content_and_sidebar .col.width3of4 {
/* 	flex: calc(100% - 306px); */
}
	
	.content_and_sidebar .col.width1of4 {
/* 	flex: 306px; */
}
	
	.col.width2of3 {
	flex: calc(100% / 3 * 2);
}
	.benefits_section	.col.width1of3 {
		flex: 35%;
	}
	
	.benefits_section	.col.width2of3 {
		flex: 65%;
	}
	
}

.benefits_section .col.width2of3 .buttons_container {
	margin-bottom: 80px;
}

@media screen and (min-width:500px) and (max-width: 899px) {
	.benefits_section .col.width1of3 {
		flex: 100%;
	}
	.map_text	.col.width1of3 {
		flex: 100%;
	}
		.col.width1of4, .col.width1of3 {
	flex: 50%;
}
	.col.width3of4, .col.width2of3 {
		flex: 100%;
	}
}

@media screen and (max-width:899px) {
	.col.width1of2 {
	flex: 100%;
}
	.sign_up_form		.col.width1of2 {
		padding: 0;
	}
	.desktop_only {
		display: none;
	}
	
	.mobile_only  {
		margin-bottom: 25px;
	}
}

.col.width1of1 {
	flex: 100%;
	width: 100%;
}

@media screen and (max-width:899px) {
	.col {
	flex: 100%!important;
	width: 100%;
}
}


/* Buttons */

.buttons_container {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	margin-top: 20px;
	position: relative;
}

.buttons_container:has(input.subscribe_form) {
	padding-top: 20px;
}

.buttons_container input.subscribe_form {
	position: absolute;
	top: 10px;
	left: 0;
	width: 196px;
	height: 46px;
	transition: all 0.3s ease-in-out;
	border-radius: 0;
	border: 1px solid rgba(0,0,0,0.5);
	padding: 10px;
	opacity: 0;
	
}

.buttons_container:hover input.subscribe_form{
	top: -46px;
	opacity: 1;
}

.buttons_container.center {
	justify-content: center;
}

.buttons_container.right {
	justify-content: flex-end;
}
.custom_button.floating_button {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

@media screen and (max-width: 600px) {
	.custom_button.floating_button {
		width: 250px;
		right: 50%;
		transform: translateX(50%);
	}
}

.custom_button {
	position: relative;
	text-decoration: none;
	padding: 12px 20px;
	color: #000;
	transition: all 0.3s;
	border: 0;
	cursor: pointer;
	white-space: wrap;
	text-align: center;
	min-width: 150px;
	border-radius: 36px;
	min-height: 56px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	clip-path: polygon(0px 0, 100% 0, 100% calc(100% - 0px), calc(100% - 0px) 100%, 0 100%, 0 0px);
	overflow: hidden;
	text-transform: uppercase;
	letter-spacing: 3px!important;
	font-family : "Questrial", sans-serif;
}

.custom_button span {
	letter-spacing: 2px;
}

.custom_button::after {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    transform: skewX(-25deg);
    transition: left 0.5s ease;
}

.custom_button:hover::after {
    left: 125%;
}

/* V2. BOUNCE */
/* .custom_button:hover {
    animation: bounce 0.4s ease;
}

@keyframes bounce {
    0%   { transform: scale(1); }
    30%  { transform: scale(1.08); }
    60%  { transform: scale(0.96); }
    100% { transform: scale(1); }
} */


/* V3. Inset */
/* .custom_button:hover {
    transform: scale(0.96);
    box-shadow: inset 0 4px 8px rgba(0,0,0,0.2);
} */

.custom_button.simple_button {
	padding: 0;
	min-width: auto;
}

.buttons_container .custom_button:not(.social) {
	position: relative;
}

.buttons_container .custom_button:not(.social) i {
	transition: all 0.3s;
	transform: translateY(-50%) scale(0);
	width: 0;
	position: absolute;
	top: 50%;
	right: 30px;
}


.buttons_container .custom_button.social i.fa-circle-chevron-right {
	display: none;
}


#mepr_login_page_meta_box input[type="submit"] {
	font-weight: 700;
	color: #fff;
	background: var(--fd-blue);
	padding: 13px 25px;

} 

.mepr-submit{
	display: inline-block;
	text-decoration: none;
	padding: 13px 25px!important;
	padding-top: 16px;
	font-weight: 700;
	color: #fff!important;
	transition: all 0.3s;
	border: 0;
	cursor: pointer;
	white-space: wrap;
	text-align: center;
	min-width: 90px;	
	border-radius: 8px!important;
	border: none!important;
	background: var(--fd-orange)!important;
	height: auto!important;
	line-height: 1.5!important;
}
/* 
.mepr-submit::before {
	content:'Complete application';
	font-size: 16px!important;
} */

.cat_tag  {
	display: inline-block;
	text-decoration: none;
	padding: 13px 25px;
	padding-top: 16px;
	font-weight: 700;
	color: #000;
	transition: all 0.3s;
	border: 0;
	cursor: pointer;
	white-space: wrap;
	text-align: center;
	min-width: 90px;	
	border-radius: 8px;
}

.cat_tag.green {
	background: var(--fd-orange);
	color: #fff
}



.custom_button.social {
	min-width: auto!important;
	padding: 0!important;
}

.custom_button.social {
	font-size: 25px;
	width: 25px;
	color: red!important;
}

.custom_button.social i{
	color: var(--fd-blue)!important;
}

.custom_button span {
	font-weight: 400;
	color: #fff;
	transition: all 0.3s;
}

.custom_button.orange  {
	background: var(--fd-orange);
	color: var(--fd-blue);
}

.custom_button.orange span {
	color: var(--fd-blue);
}

.custom_button.green  {
	background: var(--fd-orange);
	color: var(--fd-blue);
}

.custom_button.green span {
	color: var(--fd-blue);
}

.custom_button.blue  {
	background: var(--fd-blue);
	color: var(--fd-orange);
}

.custom_button.blue span {
	color: var(--fd-orange);
}
.custom_button.light-purple, .join-button-nav a {
	background: #D6C2FF;
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.12);
	color: #000;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding: 12px 32px;
}
.custom_button.light-purple span {
	color: #000;
}
.custom_button.light-purple:hover {
		background: var(--fd-blue);
	color: #fff;
}
.custom_button.light-purple:hover span {
	color: #fff;
}
.gradient-btn {
    background: var(--Gradient-new, linear-gradient(91deg, #493480 66.06%, #D6C2FF 124.75%));
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.3s, transform 0.2s;
    z-index: 1;
    color: #fff;
    box-shadow: 0 2px 8px 0 rgba(73,52,128,0.10);
    isolation: isolate;
}
.gradient-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.04) 60%, rgba(255,255,255,0.18) 100%);
    opacity: 0.7;
    z-index: 1;
    pointer-events: none;
    transition: opacity 0.3s;
}
.gradient-btn::after {
    content: '';
    position: absolute;
    left: -60%;
    top: 0;
    width: 60%;
    height: 100%;
    background: linear-gradient(100deg, rgba(255,255,255,0.0) 0%, rgba(255,255,255,0.55) 50%, rgba(255,255,255,0.0) 100%);
    opacity: 0;
    pointer-events: none;
    z-index: 2;
    transform: skewX(-18deg);
    transition: opacity 0.25s, left 0.7s cubic-bezier(.4,1.7,.7,1.1);
}
.gradient-btn:hover {
    box-shadow: 0 8px 32px 0 rgba(73,52,128,0.22), 0 2px 8px 0 rgba(73,52,128,0.14);
    transform: translateY(-2px) scale(1.045);
}
.gradient-btn:hover::after {
    opacity: 1;
    left: 110%;
    transition: opacity 0.25s, left 0.7s cubic-bezier(.4,1.7,.7,1.1);
}
.gradient-btn span {
    position: relative;
    z-index: 3;
    transition: color 0.2s, text-shadow 0.3s;
}
.gradient-btn:hover span {
    color: #fff;
    text-shadow: 0 2px 16px #d6c2ff, 0 1px 2px #493480;
}

.custom_button.lightgreen  {
	background: var(--fd-lightgreen);
}

.custom_button.lightblue  {
	background: var(--fd-lightblue);
	color: var(--fd-blue);
}

.custom_button.lightblue span {
	color: var(--fd-blue);
}

.custom_button.red  {
	background: var(--rib-red);
}


.custom_button:hover {
/* 	color: #FFF; */
}

.custom_button:hover span{
/* 	color: #FFF; */
}

.custom_button.blue:hover {
	color: #fff;
}

.custom_button.blue:hover span {
	color: #fff;
}


/* no_margin */

.no_margins .col  {
	padding: 0;
}

/* Full column image  */
.full_column_image .row {
	align-items: stretch!important;
}
.full_column_image > .row > .col {
	position: relative;
	min-height: 350px;
}

.full_column_image .col:has(.simple_image) {
	padding: 0;
}

.full_column_image .col .simple_image  img  {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}

.full_column_image .simple_text {
	max-width: 670px;
}

/* Image slider */

section.custom_slider {
	background-position: top right!important;
	margin-top: -65px;
	position: relative;
}

.custom_slider:before {
	content: '';
	position: absolute;
	bottom: 50px;
	z-index: 0;
	left: 0;
	width: 40px;
	height: 30px;
	background: var(--fd-blue);
}

.custom_slider:after {
	content: '';
	position: absolute;
	bottom: 50px;
	z-index: 0;
	right: 0;
	width: 40px;
	height: 30px;
	background: var(--fd-blue);
}

@media screen and (max-width: 900px) {
	.custom_slider:before, .custom_slider:after {
		display: none;
	}
}

section {
		position: relative;
}
.image_slider {
	margin-left: -20px;
	margin-right: -20px;
	height: 586px;
	padding-bottom: 30px;
	overflow-y: hidden;
	overflow-x: scroll;
	display: flex;
	gap: 30px;
	cursor: pointer;

}
.image_slider.dragstart a  {
	pointer-events: none;
}
.image_slider img {
	position: relative;
	height: 546px;
	min-height: 546px;
	max-height: 546px;
	width: auto;
	min-width: none;
	max-width: none;
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;

}

.image_container {
	position: relative;
	    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
	display: block;
}

.image_container .image_title {
	font-size: 1.77rem;
	padding: 20px;
	text-align: center;
	font-weight: 700;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 2px;
	left: 0;
	z-index: 1;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(0deg, rgba(43, 60, 79, 0.66) 0%, rgba(0, 0, 0, 0.00) 100%);
	transition: all 0.3s;
}

.image_container .image_title * {
	
	font-weight: 700;
}

.image_slider .image_container .image_title {
	align-items: flex-end;
}

.image_slider .image_container .image_title div {
	min-height: 100px;
}

.image_container .image_title div {
	transition: all 0.3s;
}

.image_slider .image_container:hover .image_title div {
	transform: scale(1.05);
}

.image_container:hover .image_title {
	background: linear-gradient(0deg, rgba(43, 60, 79, 0.66) 0%, rgba(0, 0, 0, 0.00) 100%);
}
 

/* .image_slider .image_container:nth-of-type(3)::after {
	content: 'Drag me';
	background: var(--rib-red);
	width: 200px;
	height: 200px;
	position: absolute;
	right: -115px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-size: 1.77rem;
	border-radius: 50%;
	pointer-events: none;
	transition: all 1s;
}

.image_slider.active .image_container:nth-of-type(3)::after { 
opacity: 0;} */

.image_slider::after {
	content: 'Drag me';
	background: var(--rib-red);
	color: var(--fd-blue);
	width: 200px;
	height: 200px;
	position: absolute;
	right: 25%;
	top: 45%;
	transform: translateY(-50%);
	z-index: 9;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-size: 1.77rem;
	border-radius: 50%;
	pointer-events: none;
	transition: all 1s;
}

.image_slider.active::after { 
opacity: 0;}

/* Image grid */
.image_grid {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}

.image_grid .image_container {
	position: relative;
	overflow: hidden;
	height: 520px;
}

.image_grid .image_container img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}

.image_grid .image_container:hover img{
	transform: scale(1.05);
}
.image_grid .image_container .image_title {
	background: linear-gradient(0deg, rgba(43, 60, 79, 1), rgba(22, 23, 42, 0.20) 100%);
}

.image_grid .image_container .image_title div {
	max-width: 250px;
}


@media screen and (min-width:800px) {
.image_grid .image_container {
	flex: calc((100% - 60px) / 3);
}}

@media screen and (max-width:799px) {
.image_grid .image_container {
	flex: 100%;
}}


/* Community directory */
.community_directory {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	justify-content: center;
}

.logo_container {
	background : #fff;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.back_container {
	background: url(/wp-content/uploads/2023/11/Group-53.jpg);
	background-size: cover;
	background-position: right bottom;
	background-repeat: no-repeat;
	text-align: center;
	padding: 20px;
}

.back_container i {
	color: var(--fd-lightgreen);
	margin-top: 3px;
	margin-right: 10px;
}

.back_title {
	color :#fff;
	font-size:1.33rem; 
	font-weight: 700;
	margin-bottom: 20px;
}

.back_content a {
	display: flex;
	color: #fff;
}

.back_content {
	display: flex;
	flex-direction: column;

	align-items: center;
	justify-content: center;
	color: #fff;
}

.back_container {
		overflow-y: scroll;
}

/* width */
.back_container::-webkit-scrollbar {
  width: 2px;
}

/* Track */
.back_container::-webkit-scrollbar-track {
  background: rgba(0,0,0,0);
}

/* Handle */
.back_container::-webkit-scrollbar-thumb {
  background: var(--fd-lightgreen);
}

/* Handle on hover */
.back_container::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.back_content div {
	margin-bottom: 10px;
	display: flex;
	flex-wrap: nowrap;
	
	justify-content: center;
}

.preview_community_directory .logo_container  {
	width: 203px;
	height: 203px;
}

.preview_community_directory .back_container {
	height: 203px;
}


.preview_community_directory .single_community_directory:nth-of-type(12)~.single_community_directory {
	display: none;
}

.preview_community_directory .single_community_directory  {
	flex: 203px;
	width: 203px;
	height: 203px;
}

.preview_community_directory .back_link {
	font-size: 0;
}

.preview_community_directory .back_link::after {
	font-size: 1rem;
	content:'Visit site';
}

.full_community_directory .community_directory{
	margin-top: 60px;
}
.full_community_directory .logo_container  {
	width: 320px;
	height: 320px;
}

.full_community_directory .back_container {
	height: 320px;
}

.full_community_directory .single_community_directory  {
	flex: 320px;
	width: 320px;
	height: 320px;
}
.facetwp-facet-load_more.facetwp-type-pager {
	text-align: center;
	margin-top: 60px;
}
.facetwp-load-more {
	border: none;
	padding: 15px 25px;
	border-radius: 0;
	cursor: pointer;
	background: var(--fd-orange);
	transition: all 0.3s;
	font-weight: 700;
}

.facetwp-load-more:hover {
	background: var(--fd-lightgreen);
}

.single_community_directory {
	flex-grow: 0!important;
}

/* Users Section */
.featured_users {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 32px;
}

.colored .featured_users {
	margin-top: 0;
}
.team-section-wrap .simple_text h4 {
	color: #000;
	text-align: center;
	
	font-size: 32px !important;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 12px;
}
.user-tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
	margin-bottom: 12px;
	margin-top: 40px;
}

.user-tab-btn {
	display: inline-block;
	text-decoration: none;
	padding: 12px 20px;
	color: #000;
	transition: all 0.3s;
	border: 0;
	cursor: pointer;
	white-space: wrap;
	min-width: 90px;
	color: #000;
	text-align: center;
	
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border-radius: 12px;
	border: 2px solid var(--Gradient, #493480);
	background: #fff;
}

.user-tab-btn:hover {
	border: 2px solid var(--Gradient, #493480);
	background: var(--Gradient, linear-gradient(90deg, #493480 25%, #D6C2FF 100%));
	color: #fff;
}

.user-tab-btn.active {
/* 	border: 2px solid var(--Gradient, #493480); */
	border: none;
	background: var(--Gradient, linear-gradient(90deg, #493480 25%, #D6C2FF 100%));
	color: #fff;
}

.user-tab-panel {
	display: none;
	animation: fadeIn 0.7s;
}

.user-tab-panel.active {
	display: block;
}

@media screen and (max-width: 768px) {
	.user-tab-btn {
		width: 100%;
		padding: 12px 12px;
		font-size: 18px;
	}
	.team-section-wrap .simple_text h4  {
		font-size: 24px !important;
	}
}
.team-section-wrap .user_popup .bio, .team-section-wrap .user_popup .bio span {
	color: #000;
}


.single_user_card {
	flex-grow: 0!important;
	margin-bottom: 12px;
	padding-bottom: 70px;
	position: relative;
}

.single_user_card .buttons_container.center {
	position: absolute;
	bottom: 0;
	lefT: 50%;
	transform: translateX(-50%);
	width: 100%;
}

@media screen and (min-width:900px) {
.single_user_card {
	flex: calc((100% - 90px) / 4);
}
	.page-id-201 .single_user_card {
	flex: calc((100% - 120px) / 5);
	}
}

@media screen and (min-width:700px) and (max-width:899px) {
.single_user_card  {
	flex: calc((100% - 60px) / 3);
}}

@media screen and (min-width:500px) and (max-width:699px) {
.single_user_card  {
	flex: calc((100% - 30px) / 2);
}}

@media screen and (max-width:499px) {
.single_user_card  {
	flex: 100%;
}}

.single_user_background_container {
	width: 100%;
	aspect-ratio: 1/1;
	position: relative;
	margin-bottom: 12px;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.16);
}

.single_user_background_container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.3s;
}
.single-user-institution {
	color: #1E1E1E;
	text-align: center;
	
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 120% */
}
.single_user_hover {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding: 30px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	opacity: 0;
	transition: all 0.3s;
}
.users-order-text {
	color: #493480;
	text-align: center;
	
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 32px;
}

.country-label {
	color: #000;
	
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 100% */
	width: 100%;
	text-transform: uppercase;
}

.single_user_details {
	text-align: center;
}

.single_user_title h4 {
	margin-bottom: 10px;
	color: #1E1E1E!important;
	font-size: 20px!important;
	text-align: center;
}

.colored .single_user_title h4 {
	color :#fff!important;
}
.user-tabs-content .single_user_title h4, .users_section_advanced h4 {
	color: #1E1E1E !important;
}

.users_section_advanced p, .users_section_advanced, .users_section_advanced span {
	color: #000 !important;
}

.font-size-20px, .font-size-20px p {
	font-size: 20px;
}

.colored .single_user_card .custom_button.blue {
	background: var(--fd-lightblue);
}

.colored .user_popup h3, .colored .user_popup h3 span {
	color: var(--fd-blue)!important;
}
.user_popup_simple_layout h3, .user_popup_simple_layout h3 span {
	color: var(--fd-blue)!important;
}

.single_user_picture img {
	border-radius: 20px;
}

.user_popup {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.user_popup .single_user_picture {
	flex: 280px;
	max-width: 280px;
}

.user_popup .single_user_details {
	flex: calc( 100% - 310px);
	text-align: left;
}

@media screen and (min-width: 500px) {
	.user_popup .single_user_details {
		min-width: 300px;
	}
}

.user_popup .single_user_details .single_user_title {
	margin-bottom: 20px;
}

.single_user_title h3 span {
	font-weight: 700;
}

.user_popup .single_user_details .bio {
	line-height: 1.6;
}

.user_details .bio {
	margin-bottom: 20px;
}

.user_details i {
	color: #fff;
	font-size: 40px;
}

.user_details .inline a {
	margin-left: 10px;
	margin-right: 10px;
}

/* Numbers and icons section */
.inc_numbers {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
}

.inc_number {
	flex: 196px;
	width: 196px;
	flex-grow: 0;
}



.inc_numbers.toggle_cards .inc_number{
	flex: 100%;
}

.toggle_cards .inc_number  {
	padding: 20px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 0px 24px 0px #00000014;
	text-align: left;
}

.toggle_cards .inc_number .inc_number_info h4 {
	display: none;
}

.toggle_cards .number_icon {
	background: none;
	box-shadow: none;
	width: auto;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.toggle_cards .text_under_icon {

	min-height: auto;
	padding-left: 10px;
	font-size: 24px;
	max-width: 60%;
}

.toggle_cards .number_icon {
	position: relative;
	cursor: pointer;
}

.toggle_cards .number_icon::after {
	content:'\2b';
	font-family: "Font Awesome 5 Free"; font-weight: 900; 
	font-size: 25px;
	justify-content: center;
	align-items: center;
	display: flex;
	position: absolute;
	right: 10px;
	top: 20px;
	width: 32px;
	height: 32px;
	background: var(--fd-orange);
	pointer-events: none;
	border-radius: 50%;
	color: #fff;
	transition: all 0.3s;
}

.toggle_cards .inc_number.active .number_icon::after {
	transform: rotate(45deg);
}

.toggle_cards .inc_number_info {
	padding-left: 45px;
	transition: all 0.3s;
	max-height: 0;
	overflow: hidden;
}

.toggle_cards .inc_number.active .inc_number_info {
	max-height: 1500px;
}

.toggle_cards .number_icon img{
	max-width: 56px;
	max-height: 56px;
}

.large_cards.inc_numbers {
	gap: 30px 30px;
}

@media screen and (min-width:900px) {
.large_cards .inc_number {
	flex: calc((100% - 60px) / 3);
}}

@media screen and (min-width:600px) and (max-width:899px) {
.large_cards .inc_number {
	flex: calc((100% - 30px) / 2);
}}


@media screen and (max-width:599px) {
.large_cards .inc_number {
	flex: 100%;
}}


.large_cards .inc_number_info {
	text-align: left;
	min-width: 250px;
	flex: calc(100% - 216px);
}
.inc_number_info h4 {
	font-size: 1.33rem;
}
.large_cards .inc_number .number_icon {
	width: 81px;
	min-width: 81px;
}

.smaller_icons .large_cards .inc_number .number_icon {
	width: 86px;
	min-width: 86px;
	height: 86px;
}

.smaller_icons .number_icon img {
	max-width: 50px;
}




@media screen and (max-width: 899px) {
	.large_cards .inc_number {
		flex: 100%;
	}
}

.large_cards .text_under_icon {
	display: none;
}

.number_number {
	font-size: 1.20rem!important;
	font-weight: 700;
}

.number_number * {
	font-weight: 700;
	letter-spacing: 0!important;
	margin-left: 5px;
	margin-right: 5px;
}
.number_icon {
	height: 90px;

	display: flex;
	align-items: center;
	flex-direction: row;
	gap: 20px;
	margin-bottom: 10px;
}



.colored .number_icon {
	border: 2px solid #fff;
}

.number_icon img {
	max-height: 90px;
}

.text_under_icon {
	font-weight: bold;
	font-size: 0.9rem;
	color: var(--fd-orange);
/* 	min-height: 50px; */
	max-width: 170px;
	
}

@media screen and (min-width: 400px) and (max-width: 600px) {
	.inc_number {
	flex: 156px;
	width: 156px;
	flex-grow: 0;
}
	.number_icon {
		height: 156px;
	width: 156px;
		gap: 10px;
	}
	
	.number_icon img{
		max-height: 50px;
	}
}

@media screen and (max-width: 400px) {
	.inc_number {
	flex: 136px;
	width: 136px;
	flex-grow: 0;
}
	.number_icon {
		height: 136px;
	width: 136px;
		gap: 10px;
	}
	
	.number_icon img{
		max-height: 40px;
	}
}

@media screen and (max-width: 600px) {
	body.home .all_posts.featured1 {
		margin-bottom: 0;
		margin-top: 0;
	}
}

/* CD Filters */
.custom_search {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	align-items: center;
}

.facetwp-facet-counter.facetwp-type-pager {
	margin: 0;
	font-weight: bold;
	margin-left: auto;
}

.fitler_toggle {
	min-width: calc(min(350px,100%));
}

.blog_search .fitler_toggle button.togle_title {
	width: 100%;
	background: #E8E8E8;
} 

.fitler_toggle button.togle_title{
/* 	padding: 15px 20px 12px; */
	height: 56px;
	text-align: left;
	border: none;

	background: #F8F8F8;
	font-weight: 700;
	color: #000;
	cursor: pointer;
	border-radius: 12px;
}

.fitler_toggle:after {
	content: "\f078";
			position: absolute;
			right: 15px;
			top: 50%;
	transform: translateY(-50%);
			color: #000;;
			font-family: "Font Awesome 5 Free";
		font-size: 1.13rem;
			font-weight: 900; 
		z-index: 1;
	pointer-events: none;
}

.search_filter {
	flex: calc(100% - 350px);
}
.search_filter .facetwp-type-search, .search_filter .facetwp-type-search span{
	margin: 0;
	width: 100%;
}

.search_filter .facetwp-type-search input {
	padding: 15px 20px 15px 60px;
	height: 64px;
	width: 100%;
	background: #F8F8F8;
	border: none;
}

.search_filter .facetwp-type-search input::placeholder {
	font-weight: 700;
	color: var(--fd-blue);
}

.facetwp-icon {
    left: 15px;
		width: 30px;
    height: 100%;
    line-height: 1;
    position: absolute;
    cursor: pointer;
    opacity: 1!important;
}

.facetwp-icon:before {
	background: url(/wp-content/themes/ribda/images/seach_icon.svg)!important;
	background-size: 25px!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
}


.fitler_toggle {
	position: relative;
}
.fitler_toggle
.facetwp-facet {
	position: absolute;
	background: #fff;
	padding: 0 10px;
	width: calc(100% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 0 0 8px 8px;
	max-height: 0;
	overflow: hidden;
	transition: all 0.3s;
	font-size: 15px;
	box-shadow: 0 0 16px rgba(0,0,0,0.16);
	z-index: 1;
}

.fitler_toggle
.facetwp-facet .facetwp-checkbox:first-of-type {
	margin-top: 10px;
}

.fitler_toggle
.facetwp-facet .facetwp-checkbox:last-of-type {
	margin-bottom: 10px;
}

.fitler_toggle .facetwp-facet.active {
	max-height: 300px;
	overflow-y: scroll;
}
/* Case study filters */
.facetwp-facet.facetwp-facet-case_study_categories {
	display: flex; 
	gap: 20px;
	flex-wrap: wrap;
	margin-bottom: 0;
}
.facetwp-facet.facetwp-facet-case_study_categories
.facetwp-radio {
	background: none;
	border: 2px solid var(--fd-orange);
	padding: 10px 15px;
	border-radius: 8px;
	background:  #b3c0a0;
	
}

.facetwp-facet.facetwp-facet-case_study_categories
.facetwp-radio, .facetwp-facet.facetwp-facet-case_study_categories
.facetwp-radio  span {
	font-weight: bold!important;
	color:  var(--fd-blue);
}

.facetwp-facet.facetwp-facet-case_study_categories
.facetwp-radio.checked {
	background: var(--fd-orange);
	color: #fff;
}

.facetwp-facet.facetwp-facet-case_study_categories
.facetwp-radio.checked span {
	color: #fff;
}

.facetwp-facet.facetwp-facet-case_study_categories .facetwp-counter {
	display: none;
}

/* width */
.fitler_toggle ::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.fitler_toggle ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.fitler_toggle ::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.fitler_toggle ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* 3dcards */
.card3d {
  perspective: 1000px;
	
}
.card3d .card3d_content {
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.3s cubic-bezier(0.75, 0, 0.85, 1);
	height: 100%;
}


.card3d:hover .card3d_content {
  transform: rotateY(180deg);
}

.card3d_front,
.card3d_back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
	
}

.card3d_front {
	z-index: 1;
}

.card3d_back {
	z-index: 0;
}

.card3d:hover .card3d_front{
	z-index: 0;
}

.card3d:hover .card3d_back{
	z-index: 1;
}

.card3d_back {
  transform: rotateY(180deg);
}



/* width */
.image_slider::-webkit-scrollbar {
  width: 12px;
	height: 12px;
}

/* Track */
.image_slider::-webkit-scrollbar-track {
  background: #FFFFFF; 
}
 
/* Handle */
.image_slider::-webkit-scrollbar-thumb {
  background: var(--fd-orange); 
}

/* Handle on hover */
.image_slider::-webkit-scrollbar-thumb:hover {
  background: var(--fd-lightgreen); 
}


/* Green section */ 
.green_section {
	background-image: url(/wp-content/uploads/2024/07/corner_hexagon.svg)!important;
	background-size: 35%!important;
	background-position: left bottom!important;
	background-repeat: no-repeat!important;

}

@media screen and (max-width: 600px) {
	.green_section {
		background-size: 60%!important; 
	}
}


/* General sections and overlay */

section {
	background-size: cover!important;
	background-position: center top!important;
}

section.top-left{ background-position: top left!important;
}
section.top-center{ background-position: top center!important;
}
section.top-right{ background-position: top right!important;
}
section.center-left{ background-position: center left!important;
}
section.center-center{ background-position: center!important;
}
section.center-right{ background-position: center right!important;
}
section.bottom-left{ background-position: bottom left!important;
}
section.bottom-center{ background-position: bottom center!important;
}
section.bottom-right{ background-position: bottom right!important;
}

section.cover-bg {
	background-size: cover !important;
}

section.contain-bg {
	background-size: contain !important;
}

section.container-width-bg {
	background-size: 100% !important;
}

.title_bar .col {
	padding: 20px;
	min-height: 460px;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}

.title_bar.align_center .col {
	justify-content: center;
	align-items: center;
}

.title_bar.large .col {
	height: 740px;
}

#CIPVideo {
    position: absolute;
    left: 50%;
	top: 50%;
    -webkit-transform: translateX(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 0;
		transition: all ease-in-out 1s;
	min-width: 100%;
  min-height: 100%;
		max-width: 500%;
	max-height: 500%;
}

video:not(#CIPVideo) {
	width: 100%;
}

/* FAQs */
.faq_qa {
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
		position: relative;
	border: 0;
	width: 100%;
	overflow: hidden;
	border-radius: 0;
	background: #fff;
}

.faqs_section.white .faq_qa {
	padding: 0 20px;
	margin: 0;
}

.faqs_section.light_blue .faq_qa {
	padding: 7px 20px;
	margin-bottom: 20px;
	border-radius: 24px;
	background: var(--fd-lightblue)
}

.colored .faqs_section.light_blue p, .colored .faqs_section.light_blue span, .colored .faqs_section.light_blue ul li, .colored .faqs_section.light_blue ol li {
	color: var(--fd-blue);
}

.faqs_section.white .faq_qa:after {
	top: 32px;
	background :none;
}

.faqs_section.light_blue .faq_qa:after {
	top: 40px;
}

.faq_question {
	display: flex;
	gap: 20px;
	align-items: center;
}

.faq_number { 
color: var(--fd-orange)!important;
	font-weight: bold;
	font-size: 32px;
}

.faq_qa * {
color: var(--fd-blue);
}

.faq_qa .faq_answer, .faq_qa .faq_answer * {
	color: #1E1E1E;
} 

.faq_toggle {
position: absolute;
right: 0px;
top: 0px;
width: calc(100% + 00px);
height: calc(100% + 00px);;
cursor: pointer;
background: rgba(0,0,0,0);
border: 0;
}

.faq_toggle:focus {
outline:0!important;
/*   box-shadow: inset 0 20px 20px -20px rgba(255,255,255,0.8); */
}

.faq_qa:after {
content: '';
position: absolute;
right:28px;
top: 50px;
transform: translateY(-50%);
background: var(--fd-orange);
width: 32px;
height: 32px;
border-radius: 50%;
pointer-events: none;
	transition: all 0.3s;
	
}

.faq_qa:hover:after {

}
.faq_toggle::before {
content: '';
position: absolute;
width: 18px;
height: 2px;
top: 50px;
transform: translateY(-50%);
right: 35px;
background: var(--fd-blue);
z-index: 2;
	transition: all 0.3s;
}

.faq_toggle::after {
content: '';
position: absolute;
width: 2px;
height: 18px;
top: 50px;
transform: translateY(-50%);
right: 43px;
background: var(--fd-blue);
transition: all 0.3s;
z-index: 3;
}

.faqs_section.white .faq_toggle::after { top: 32px;
background: var(--fd-orange);
}
.faqs_section.white .faq_toggle::before { top: 32px;
background: var(--fd-orange);
}

.faqs_section.light_blue .faq_toggle::after { top: 40px;
}
.faqs_section.light_blue .faq_toggle::before { top: 40px;
}

.faqs_section.light_blue h4 {
	padding-left: 0!important;
	border: none;
	color: var(--fd-blue);
}

.faq_toggle.active::before {
transform: translateY(-50%) rotate(45deg);
}
.faq_toggle.active::after {
transform: translateY(-50%) rotate(45deg);
}


.faq_question {
padding-right: 60px;
font-size: 20px;
}

.faq_answer {
max-height: 0;
overflow: hidden;
transition: max-height 0.5s cubic-bezier(.4,0,.2,1), padding 0.3s, opacity 0.3s;
opacity: 0;
padding-top: 0;
padding-bottom: 0;
}

.faq_qa.active .faq_answer {
opacity: 1;
padding-top: 16px;
padding-bottom: 16px;
max-height: 2000px;
}

.col.width1of1 > .faqs_section  > .faq_all_question_answers {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.col.width1of1 > .faqs_section  > .faq_all_question_answers .faq_qa  {
	margin: 0;
}

@media screen and (min-width: 900px) {
	.faqs_section.columns_2 > .faq_all_question_answers {
		align-items: flex-start;
	}
	
	.faqs_section.columns_2 > .faq_all_question_answers > .faq_qa {
		min-height: 100px;
	}
	
	.faqs_section.columns_2 > .faq_all_question_answers > .faq_qa h4 {
		min-height: 50px;
		display: flex;
		align-items: center;
		margin-bottom: 0;
	}
	
	.faqs_section.columns_2 > .faq_all_question_answers > .faq_qa:after {
		top: 50px;
	}
	.faqs_section.columns_2 > .faq_all_question_answers  .faq_toggle::after {
		top: 50px;
	}
	.faqs_section.columns_2 > .faq_all_question_answers  .faq_toggle::before {
		top: 50px;
	}
	
	.faqs_section.columns_2 > .faq_all_question_answers .faq_qa {
		flex: calc(50% - 10px);
		flex-grow: 0;
	}
}

@media screen and (max-width: 899px) {
	.col.width1of1 > .faqs_section  > .faq_all_question_answers .faq_qa {
		flex: 100%;
		flex-grow: 0;
	}
}

/* wavy_background */
.wavy_background {
	position: relative;
	overflow: visible;
}

.wavy_background::before {
	content:'';
	width: 100%;
	left: 0;
	top: 0;
	aspect-ratio: 1279/704;
	background: url(/wp-content/uploads/2025/02/wave-lines-purple.png);
	background-size: cover;
	background-position: center-top;
	background-repeat: no-repeat;
	position: absolute;
	z-index: -1;
}

/* Intro texts */
.intro_text, .intro_text p {
	font-size: 24px;
	color: var(--fd-blue);
	font-weight: bold;
}

@media screen and (max-width: 600px) {
	.intro_text p {
		font-size: 20px;
	}
}

/* End intro  */

.memorial_link  img {
	display: block;
	margin: 20px auto;
}
.memorial_link {
	display: block;
	width: 200px;
	text-align: center;
	position: absolute;
	bottom : 30px;
	right: 30px;
	opacity: 0;
	transition: all 0.5s;
	z-index: 99;
}

.memorial_link:hover {
	cursor: pointer;
}

.finished_animation.memorial_link {
	opacity: 1;
}

.memorial_link span {
	font-weight: bold;
	color: #fff;
}
.popup_memorial .popup_frame {
	max-width: 645px;
	margin-left: auto;
	margin-right: 40px;
	font-size: 16px;
}
@media screen and (min-width: 1300px) {
	.popup_memorial .popup_frame {
		margin-right: 80px;
	}
	.popup_memorial.popup_container.active {
		align-items: flex-end;
		padding-bottom: 11vh;
	}
}
.popup_memorial.popup_container.active {
	display: flex;
	justify-content: flex-end;
}
.popup_memorial .popup_frame .single_user_picture {
	max-width: 160px;
}
@media screen and (max-width: 991px) {
	.memorial_link {
		display: none;	
	}
}




/* Hero */
section.hero {
	padding: 0!important;
/* 	min-height: 100vh; */
}


.hero .overlay {
	background: linear-gradient(90deg, rgba(38, 75, 113, 0.8) 60.08%, rgba(200, 227, 226, 0) 100%);
}


@media screen and (max-width: 900px) {
	
	.hero, .hero .overlay, .hero .overlay .row {
/* 		height: 500px!important; */
/* 		padding-top: 40px; */
	}
	
	.hero .overlay {
	background: linear-gradient(90deg, rgba(38, 75, 113, 0.8) 60%, rgba(38, 75, 113, 0.8) 100%)!important;
}
}

.hero .overlay .row {
	height: 800px;
	max-height: calc(100vh - 100px);
	padding-top: 200px;
}

@media screen and (max-width: 500px) {
	.hero .overlay .row {
	height: 600px;
	max-height: calc(100vh - 100px);
	padding-top: 170px;
}
}


.hero .simple_text {
	color: #fff;
}

body.single-case_study .hero .simple_text {
	max-width: none;
}

.hero.small .col.width1of1 {
	min-height: 460px;
}

.hero h1, .hero h2, .hero h3, .hero h4, .hero h5 {
	color: #FFF!important;
}

.hero .tagline {
	color: #fff;
	border-left: 2px solid #fff;
	text-transform: uppercase;
}

.tagline {
	text-transform: uppercase;
	border-left: 2px solid var(--fd-blue);
	color: var(--fd-blue);
	padding-left: 20px;
	font-family: "Questrial", sans-serif;
	letter-spacing: 1px;
	font-size: 24px;
}

.hero h2, .hero h3, .hero h4 {
	    border-left: 2px solid #fff;
	text-transform: uppercase;
}

.hero:not(.centered) .col.width1of1:first-of-type {
	justify-content: flex-end!important;
	align-items: flex-start!important;
	flex-direction: column!important;
	display: flex!important;
}

body.single-case_study .hero:not(.centered) .col.width1of1:first-of-type {
	justify-content: center!important;
	align-items: flex-start!important;
	flex-direction: column!important;
	display: flex!important;
	padding-top: 255px;
}


body.page-id-1702 .hero {
	background-size: cover!important;
	background-position: center top!important;
}

.hero.centered .col.width1of1 {
	justify-content: center!important;
	align-items: center!important;
	display: flex!important;
	flex-direction: column;
}

.news_hero .row {
	padding-bottom: 120px;
	padding-top: 100px;
	align-items: bottom;
	margin-bottom: 00px;
}

section.transparent {
	background: none!important;
}

.small_hero {
	position: relative;
}
/* Breadcrumbs */
.small_hero {
	min-height: 508px;
}
.small_hero .breadcrumbs {
	position: absolute;
	top: 40px;
	
}

.small_hero * {
	color: #fff;
}

.small_hero .buttons_container  {
	margin-bottom: 35px;
}

.small_hero .overlay {
	height: 508px;
	background: linear-gradient(90deg, rgba(38, 75, 113, 0.8) 23.08%, rgba(200, 227, 226, 0) 100%);
}



.small_hero .overlay .row {
	height: 438px;
	align-items: bottom;
}


.small_hero.colored h1, .small_hero.colored h2, .small_hero.colored h3, .small_hero.colored h4, .small_hero.colored h5, .small_hero.colored h6, .small_hero.colored p {
	color: #fff;
} 
.small_hero:not(.colored) .breadcrumbs {
	background: none!important;
}
.small_hero:not(.colored) .breadcrumbs * {
	color: var(--fd-blue)!important;
}

.small_hero:not(.colored) h1 {
	margin-top: 80px;
}

.small_hero p {
	font-size: 1.33rem;
}

/* Hero slider */
.heroSliderContainer .hero:not(.active) {
	display: none;
}

.heroSliderContainer .hero .col {
	padding-bottom: 90px;
}

.heroSliderContainer {
	position: relative;
}
.heroSliderContainer .f_dots {
	position: absolute;
	bottom: 30px;
	z-index: 9;
	width: 100%;
}

.heroSliderContainer .f_dots .boxed-width {
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
	gap: 15px;
}

.heroSliderContainer .f_dot  {
	width: 86px;
	height: 8px;
	background: #fff;
	border-radius: 4px;
	cursor: pointer;
}

.heroSliderContainer .f_dot:not(.active) {
	opacity: 0.5;
}


.white_hero {
	padding-top: 150px;
	position: relative;
	overflow: visible;
}

.simple_hero {
	padding-top: 150px;
	position: relative;
	overflow: visible;
	background: #fff!important;
	margin-bottom: -60px;
}

body:not(.single-post) .white_hero::after {
	position: absolute;
	content: '';
	width: 500px;
	height: 500px;
	left: 70%;
	
	top: 50%;
	z-index: 0;
	background-image: url(/wp-content/uploads/2024/07/corner_hexagon_right.svg)!important;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.breadcrumbs {
	display: inline-flex;
	gap: 5px;
	padding: 10px 15px 10px 0!important;
	border-radius: 8px;
}
.breadcrumbs a {
	text-decoration: underline;
}
.white_hero .breadcrumbs {
	background: var(--fd-orange);
	color: #1E1E1E;
	margin-bottom: 40px;
}

.white_hero .breadcrumbs * {
	color: #1E1E1E!important;
}

 ul.breadcrumbs li {
	margin: 0!important;
	list-style: none;
}

.breadcrumbs * {
	color:#fff!important;
}

.has_inverted_menu .breadcrumbs * {
	color: var(--fd-blue)!important;
}

/* Contact map */
.contact_section  {
	padding-bottom: 0;
	padding-top: 0;
	
}

.contact_section .row {
	justify-content: stretch;
}

.contact_section .col.width1of2:nth-of-type(1) {
	padding-top: 60px;
	padding-bottom: 60px;
}	

.contact_section .col.width1of2:nth-of-type(2) {
	background: #d4dbc9;
	padding-top: 60px;
	padding-bottom: 60px;
	align-self: stretch;
	position: relative;
}

.contact_section .col.width1of2:nth-of-type(2)::after {
	content:'';
	position: absolute;
	top: 0;
	left: 100%;
	width: 1000px;
	height: 100%;
	background: #d4dbc9;
}
@media screen and (min-width: 1400px) {
.contact_section .image_gallery {
	margin-right: 60px;
}}

.contact_section h4{
	margin-top: 40px;
	margin-bottom: 20px;
}
.main_map {
	margin-left: -20px;
	margin-right: -20px;
	width: calc(100% + 40px);
	min-width: calc(100% + 40px);
	margin-bottom:-85px;
	margin-top: -50px;
}
@media screen and (min-width: 900px) {
.main_contact_column {
	background: #f2f8f8;
	padding: 80px 20px 180px 80px;
	border-radius: 60px 0 0 0 ;
	margin-top: -70px;
	margin-bottom: -170px;
	position: relative;
}
	
	.main_contact_column::after {
		content: '';
		position: absolute;
		top:0;
		left: 100%;
		width: 30vw;
		height: 100%;
		background: #f2f8f8;
	}

}

@media screen and (max-width: 899px) {
.main_contact_column {
	background: #f2f8f8;
	padding: 20px 20px 180px 20px!important;
	border-radius: 60px 60px 0 0 ;
	margin-bottom: -190px;
}
}

.wpcf7 .main_contact_form label {
	margin-top: 20px;
	margin-bottom: 10px;
	display: block;
	color: var(--fd-blue)!important;
}

.main_contact_form button[type="submit"] {
	margin-top: 20px;
}
/* Access form  */
.access_form {
	max-width: 700px;
	margin: 0 auto;
}
.access_form > *{
	width: 100%;
	margin-bottom: 20px;
}

.access_form input:not(.custom_button) {
	padding: 8px;
	border: 1px solid var(--fd-blue);
}

.access_form label {
	color: var(--fd-blue);
	display: block;
	margin-bottom: 5px;
}

.access_form .custom_button {
	width: auto;
	
}

/* Contact form */

.wpcf7-checkbox {
	margin-bottom: -20px;
	margin-top: 10px;
	display: block
}

.wpcf7-checkbox .wpcf7-list-item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-left: 0px;
}

form.wpcf7-form .row .col, .wpcf7 .row .col {
	padding: 0 10px;
}


form.wpcf7-form ::placeholder {
	color: #212121;
}

form.wpcf7-form label{
	font-weight: bold;
	color: var(--fd-blue)
}


.wpcf7-form-control-wrap {
	width: 100%;
}

.wpcf7-form-control-wrap input[type="text"], .wpcf7-form-control-wrap select, .wpcf7-form-control-wrap input[type="email"], .wpcf7-form-control-wrap textarea {
	width: 100%;
	padding: 5px 20px!important;
	border: 0;
	border-radius: 4px!important;
	background: #FFF;
	color: #1E1E1E;
	height: 44px;
}

.wpcf7-form-control-wrap textarea {
	height: 200px;
}

.wpcf7 .simple_text ul {
	margin: 0!important;
}

.wpcf7 .simple_text ul li p {
	margin: 0!important;
}

p:has([data-name="your-message"]) {
	margin-top: 10px;
	margin-bottom: 10px;
}

.wpcf7-form-control-wrap textarea {
	height: 180px;
}

/* Popups */
.popup_container  {
position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
/* 	background: rgba(0,0,0,0.7); */
	background: rgba(73, 52, 128, 0.56);
	display: none;
	z-index: 9999;
}

.popup_container.active {
	display: flex;
	justify-content: center;
	align-items: center;
}

.popup_frame {
	position: relative;
	background:#fff;
	background-size: cover;
	background-position:center;
	border-radius: 24px;
	padding: 30px;
	max-width: min(var(--boxed-width), calc(100% - 40px));
	max-height: calc(100vh - 40px);
	box-shadow: 0px 0px 56px 0px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 600px) {
	.popup_frame {
		padding: 20px;
	}

}
.team-section-class {
	position: relative;
	z-index: 9;
	overflow: visible;
}

.site-search .popup_frame {
	background: none;
	width: 600px;
	max-width: 100%;
	padding-right: 90px;
}

@media screen and (max-width: 600px) {
	.site-search .popup_frame {
		padding-top: 100px;
		padding-left: 20px!important;
		padding-right: 20px!important;
	}	
}

.site-search
.title_search {
	margin: 0;
}

.site-search input[type="text"] {
	color: #fff!important;
}

.site-search .popup_frame .close_button {
	top: 32px;
}

.search_placeholder {
	position: absolute;
	left: 20px;
	pointer-events: none;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	transition: all 0.3s;
}

.search_placeholder.active {
	margin-top: -50px;
}
	.popup_frame {
		overflow-y: auto;
	}
@media screen and (max-width: 600px) {

	
.popup_frame::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.popup_frame::-webkit-scrollbar-track {
  background: none;
}

/* Handle */
.popup_frame::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.popup_frame::-webkit-scrollbar-thumb:hover {
  background: #555;
}
}

.close_button {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 1.77rem;
	color: var(--fd-blue);
	background: #fff;
	display: flex;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	padding: 0;
	border: 0;
	transition: all 0.3s;
}

.close_button:hover {
	color :#fff;
	background: var(--fd-blue);
}

.book_demo_form {
	min-width: 300px;
	min-height: 300px;
}
/* Animated Image */
.animated_image {
	position: relative;
}

.animated_image .starting_image {
	position: absolute;

}

.animated_image .ending_image {
	position: absolute;

}



.crossfade-image {
  transition: all .6s ease-in-out;
		left: 40.0%;
	top: 40.4%;
	width: 25%!important;
	transform: translate(-50%, -50%) rotate(-15.8deg);
	box-shadow: none!important;
	opacity: 0!important;
	transform-origin: right;
}

.crossfade-image.starting_image  {
	transform: translate(-50%, -50%) rotate(0deg);
}


.crossfade-image.ending_image  {
	transform: translate(-50%, -50%) rotate(-31.6deg);
}


.crossfade-image.active{
	opacity: 1!important;
}

.crossfade-image.starting_image.active{
	transform: translate(-50%, -50%) rotate(-15.8deg);
}

.crossfade-image.ending_image.active{
	transform: translate(-50%, -50%) rotate(-15.8deg);
}



/* Simple image */

.simple_image {
	text-align: center;
}
.simple_image img{
	width: auto;
	box-shadow: 0px 0px 32px 0px #0000001F;
	border-radius: 24px;
}

section.same_background_below:has(.float_to_the_side) {
/* 	padding-top: 120px; */
}

section.same_background_above:has(.float_to_the_side) {
/* 	padding-top: 120px; */
}

section:has(.float_to_the_side) {
	position: relative;
}

[data-aos=fade-left]:has(.float_to_the_side), [data-aos=fade-right]:has(.float_to_the_side) {
	transform: none!important;
}

@media screen and (min-width: 900px) {
	.float_to_the_side {
		min-height: 670px;
	}
.col.width1of2:nth-of-type(even) .float_to_the_side img{
	position: absolute;
	top: 15%;
	right: 0;
	height: 70%;
	width: 45%;
	border-radius: 60px 0 0 60px;
	overflow: hidden;
	object-fit: cover;
}

.col.width1of2:nth-of-type(odd) .float_to_the_side img {
	position: absolute;
	top: 15%;
	left: 0;
	height: 70%;
	width: 45%;
	object-fit: cover;
	border-radius: 0  60px 60px 0;
}
	
	section.followed_by_rounded_section .col.width1of2 .float_to_the_side img{
		height: calc(70% - 70px);
	}
}

.col:has(.float_bottom){
/* 	align-items:stretch; */
	align-self: stretch;
}

.float_bottom  {
	height:100%;
}

@media screen and (min-width: 900px) {
	.float_bottom  {
	padding-left: 10%;
	}
}

.float_bottom  img {
	height: 120%;
object-fit: cover;
	border-radius: 60px 60px 0 0;
}



@media screen and (max-width: 899px) {

/* .col.width1of2 .float_to_the_side {
	position: relative;
	top: 0;
	right: 0;
	margin-left: -20px;
	margin-right: -20px;
	aspect-ratio: 2/1;
	border-radius: 300px 300px 0 0;
	overflow: hidden;
	margin-bottom: -150px;
} */
	
}

@media screen and (max-width: 900px) {
/* 	.col.width1of2 .float_to_the_side {
	border-radius: 70px 70px 0 0;
	margin-bottom: -50px;
	} */
}


/* Simple Text */
.simple_text.green {
	background: var(--fd-orange);
	padding: 20px;
	border-radius: 8px;
}

.simple_text.lightgreen {
	background: var(--fd-lightgreen);
	padding: 20px;
	border-radius: 8px;
}

.simple_text.blue {
	background: var(--fd-blue);
	padding: 20px;
	border-radius: 8px;
}

.simple_text.lightblue {
	background: var(--fd-lightblue);
	padding: 20px;
	border-radius: 8px;
}

.simple_text.lime {
	background: var(--fd-orange);
	padding: 20px;
	border-radius: 8px;
}

.simple_text.white {
	background: #fff;
	padding: 20px;
	border-radius: 8px;
}

.simple_text.green *, .simple_text.lightgreen *, .simple_text.blue *, .simple_text.lightblue * {
	color: #fff;
}
.icons_and_numbers ul {
	padding-left: 20px;
}
.simple_text ul, .icons_and_numbers ul {
	margin: 0;
	padding-left: 20px;
}

.simple_text ul li, .icons_and_numbers ul li, .simple_text ol li {
	color: #1E1E1E;
	line-height: 1.33;
	margin-top: 15px;
	margin-bottom: 15px;
}


.simple_text ul li::before {
	content: '';
	position: absolute;
	top: 0px;
	left: -20px;
	width: 4px;
	height: 24px;
	background: var(--lb-blue);
	border-radius: 3px;
}

/* 404 */
body.error404 .disclaimer {
	display: none;
}

.four_oh_four .overlay{
	min-height: 740px;
	display: flex;
	
	background: var(--fd-lightblue);
}

.four_oh_four .overlay h1, .four_oh_four .overlay h4 {
	color: var(--fd-blue);
}

.four_oh_four p {
	font-size: 40px;
	color: var(--fd-blue);
	margin-bottom: 40px;
}

.four_oh_four .overlay h1 {
	font-size: 6rem!important;
}

/* Single Blog */
.post_meta {
	padding : 20px;
	display: flex;
	align-items: center;
	gap: 30px;
	flex-wrap: wrap;
	margin-top: 20px;
	width: 100%;
}

@media screen and ( max-width: 700px) {
	.post_meta {
		flex-wrap: wrap;
	}
	
	.post_meta > * {
		flex: 100%;
	}
	
	.post_meta .meta_separator {
		display: none;
	}
}

.skewed_hero {
	background: var(--fd-blue);
	color: #fff;
	padding-top: 20px;
		position: relative;
	overflow: visible;
	padding-bottom: 90px;
}

body.page .skewed_hero {
	padding-top: 100px;
}

.skewed_hero * {
	color: #fff;
}

.skewed_hero::after {
	content: '';
	position: absolute;
	background: var(--fd-blue);
	top: 100%;
	height: 300px;
	width: 100%;
	z-index: -1;
	clip-path: polygon(0 0, 100% 0, 100% 50%, 0% 100%);
	margin-top: -2px;
}

body.page .skewed_hero::after {
	height: 150px;
	clip-path: polygon(0 0, 100% 0, 100% 2px, 0% 100%);
}


.post_meta i {
	margin-right: 10px;
	font-size: 20px;
	display: inline-block;

}

.post_categories {
	display: flex;
	align-items: center;
}

.post_meta div {

	
	font-weight: 700;
}
.short_author {
	display: flex;
	align-items: center;
	gap: 10px;

}
.meta_separator {
	width: 2px;
	background: var(--fd-blue);
	height: 30px;
}
.short_author .author_avatar img {
	border-radius: 50%;
	width: 90px;
	height: 90px;
	object-fit: cover;
}
@media screen and (max-width: 900px) {
	.short_author .author_avatar img {
	width: 45px;
	height: 45px;
}
}



/* Testimonial slider */
.testimonials_slider_container .slider_arrows {
		display: none;
	}

.testimonials_slider_section {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

@media screen and (min-width: 900px) {
	.testimonials_title {
		flex: 33%;
	}
	
	.testimonials_title  {
	padding-bottom: 60px;
}
	
	.testimonials_slider_container {
		flex: calc(67% - 20px);
		width: calc(67% - 20px);
	}
	
	.testimonials_slider_container .slider_arrow  {
		top: auto;
		bottom: 0;
	}
	
	.testimonials_slider_container .slider_left_arrow {
		left: -105px!important;
	}
	
	.testimonials_slider_container .slider_right_arrow {
		left: -50px!important;
	}
}

@media screen and (max-width: 899px) {
	.testimonials_title {
		flex: 100%;
	}
	.testimonials_title  {
	padding-bottom: 30px;
}
	.testimonials_slider_container {
		flex: 100%;
		width: 100%;
	}
	
		.testimonials_slider_container .slider_arrow  {
		top: -30px;
	}
	
	.testimonials_slider_container .slider_left_arrow {
		left: auto!important;
		right: 55px!important;
	}
	
	.testimonials_slider_container .slider_right_arrow {
		left: auto!important;
		right: 0!important;
	}
}

.testimonials_slider {
	height: 100%;
}
.testimonial_quote {
	line-height: 1.8;
}
.testimonial_slide_container {
	position: relative;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
}

.testimonial_slide_container > * {
	flex: calc(50% - 10px);
}

.testimonial_details {
	padding: 30px;
	padding-bottom: 110px;
	padding-top: 130px;
	position: relative;
}

.testimonial_details::before {
	content:'';
	width: 60px;
	height: 60px;
	background: url(/wp-content/themes/tapca/images/quotes.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	top: 90px;
	left: 0;
	position: absolute;
	transform: translate(30px, -50%);
}

.testimonial_signature {
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
	align-items: center;
}

.testimonial_signature .signature_logo {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0px 0px 24px 0px #00000014;
	position: relative;
}

.testimonial_signature .signature_logo img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: contain;
}
.testimonial_image {
	overflow: hidden;
	position: relative;
	clip-path: polygon(0 0, 60% 0, 100% 100%, 0% 100%);
}
.testimonial_image img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 600px) {
	.testimonial_slide_container > *{
		flex: 100%;
	}
	.testimonial_image {
		width: 100%;
		aspect-ratio: 16/9;
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 80%);
		margin-bottom: -50px;
	}
}



.testimonial_slide.single_slide   {
	padding-top: 50px;
	padding-bottom: 16px; 
}

.testimonial_signature {
	position: absolute;
	bottom: 30px;
}

.signature_company, .signature_name {
	font-weight: bold;
}

.signature_company {
	font-size: 20px;
	color: var(--fd-orange);
}

.signature_name {
	color: var(--fd-blue);
}




.testimonial_slide  {
	padding-left: 16px;
	padding-right: 16px;
}

.testimonial_slide .single_slide_container {
	box-shadow: 0px 0px 16px 0px #0000001F;

}

/* Simple quotes */
.quote_text {
	position: relative;
	font-size: 40px;
	margin-top: 70px;
	margin-bottom: 70px;
}

@media screen and (max-width: 600px) {
	.quote_text {
		font-size: 32px;
	}
	
	.quotes_container  {
		margin-bottom: -40px;
	}
}

.quote_text:before {
	content:'';
	position: absolute;
	top: -40px;;
	width: 46px;
	height: 31px;
	background: url(/wp-content/uploads/2025/08/quoteA.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.quote_text:after {
	content:'';
	position: absolute;
	bottom: -35px;
	right: 0;
	width: 46px;
	height: 31px;
	background: url(/wp-content/uploads/2025/08/quoteB.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.colored .quote_author h5 {
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
}

/* Sliders */
.slider_container {
	position: relative;
}
.slider * {
  -webkit-user-select: none;
  -ms-user-select: none; 
  user-select: none; 
}
.width2of3:has(.slider) {
	overflow: hidden;
} 
.slider {
	display: flex;
	margin-left: -16px;
	margin-right: -16px;
	
	flex-wrap: nowrap;
	overflow: hidden;
	gap: 0!important;
	position: relative;
	margin-top: 0!important;
	margin-bottom: 0!important;
	
}

.slider_arrow {
	background:var(--fd-orange);
		width: 56px;
	height: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--fd-blue);
	font-size: 24px;
	position: absolute;
	z-index: 01;
	cursor: pointer;
	transition: all 0.3s;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	overflow: hidden;
}

.slider_arrow:after {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    transform: skewX(-25deg);
    transition: left 0.5s ease;
}

.slider_arrow:hover::after {
    left: 125%;
}

.slider_left_arrow {
	left: 0px;
}
.slider_right_arrow {
	right: 0;
	margin-right: 0!important;
}

@media screen and (max-width: 900px) {
	.slider_container  {
		position: relative;
		padding-bottom: 30px;
	}
	
	.slider_arrows {
		bottom: 20px;
		right: 20px;
	}
}


.single_slide {
	flex-grow: 0!important;
	flex-shrink: 0!important;
}

.single_slide {
		padding-top: 16px;
	padding-bottom: 16px;
	transition: all 1s;
}
.single_slide_content {
	margin-left: 16px;
	margin-right: 16px;
	background: #fff;
	padding: 24px 24px 5px 24px;
	height: 100%;
	border-radius: 0;
/* 	box-shadow: 0 0 16px rgba(0, 0, 0, 0.16); */
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: flex-end;
}

.single_slide_content .card_image {
	position: absolute;
	top: 20px;
	width: 90px;
}

.slider .single_slide:nth-of-type(3) ~ .single_slide .single_slide_content {
	box-shadow: none!important;
}

.slider .single_slide.remove ~ .single_slide:nth-of-type(4) .single_slide_content {
/* 	box-shadow: 0 0 16px rgba(0, 0, 0, 0.16)!important; */
}


@media screen and (min-width:900px) {
.single_slide {
	flex: calc(100% / 3);
}

	.single_slide.remove {
	margin-left: max(calc((100% + 0px) / -3), -550px)!important;
	}
	.featured_post.single_slide.remove { 		margin-left: max(calc((-15%)), -550px)!important;
}
	
	.testimonial_slide {
		flex: calc(100%);
	}
	
	.single_slide.testimonial_slide.remove {
	margin-left: max(calc((100% + 0px)), -850px)!important;
}
}

@media screen and (min-width:600px) and (max-width:899px) {
.single_slide {
	flex: calc(100% / 2);
}
	
	.single_slide.testimonial_slide  {
		flex: calc(100% / 1);
	}
	
	.single_slide.remove {
	margin-left: max(calc((100% - 0px) / -2), -550px)!important;
}
	
	/* 	4 cols */
.nums_col_4 .single_slide {
	flex: calc(100% / 3);
}
	
.nums_col_4	.single_slide.remove {
	margin-left: max(calc((100% + 0px) / -3), -550px)!important;
	}
}

@media screen and (max-width:599px) {
.single_slide {
	flex: 100%;
}
	.single_slide.remove {
	margin-left: max(calc((100% - 0px) / -1), -550px)!important;
}
}
	/* 	4 cols */
@media screen and (min-width:1200px) {
	.nums_col_4 .single_slide {
	flex: calc(100% / 4);
}
	
.nums_col_4	.single_slide.remove {
	margin-left: max(calc((100% + 0px) / -4), -550px)!important;
	}
}

@media screen and (min-width:900px) and (max-width:1199px) {	

.nums_col_4 .single_slide {
	flex: calc(100% / 3);
}
	
.nums_col_4	.single_slide.remove {
	margin-left: max(calc((100% + 0px) / -3), -550px)!important;
	}
}

@media screen and (min-width:600px) and (max-width:899px) {	
.nums_col_4 .single_slide {
	flex: calc(100% / 2);
}
	
.nums_col_4	.single_slide.remove {
	margin-left: max(calc((100% + 0px) / -2), -550px)!important;
	}
}

	/* 	2 cols */
@media screen and (min-width:600px) {
	.nums_col_2 .single_slide {
	flex: calc(100% / 2);
}
	
.nums_col_2	.single_slide.remove {
	margin-left: max(calc((100% + 0px) / -2), -550px)!important;
	}
}

/* Footer */
#footer {
	padding-top: 30px!important;
}
#footer h4 {
	font-size: 18px!important;
}

@media screen and (max-width: 900px) {
	.dd_copyright *, .dd_footer * {
		text-align: left!important;
	}
}
.footer_logo * {
	text-align: left;
}
.footer_logo .simple_image img {
	max-width: 300px;
	width: 300px;
	box-shadow: none;
	border-radius: 0;
}

@media screen and (max-width: 600px) { 
	.footer_logo .simple_image img {
	max-width: 200px;
}
}

#footer a {
	color: #fff!important;
}

#footer .width1of4 a {
	font-family : "Questrial", sans-serif;
	letter-spacing: 2px;
}

#footer .custom_button.social i {
	color: #fff!important;
	transition: all 0.3s;
}

#footer .custom_button.social:hover i {
	color: var(--fd-orange)!important;
}

#footer .custom_button.social::after {
	display: none;
}

.dd_footer {
	text-align: right;
}
section:has(.contact_footer) {
	padding-left: 20px;
	padding-right: 20px;
}
.contact_footer {
	background: var(--fd-blue);
	margin-bottom: 100px;
	min-height: 250px;
	max-width: calc(var(--medium-width) - 40px);
}

.contact_footer .simple_image.mobile_only  {
	margin-bottom: -30px!important;
}
.contact_footer * {
	color :#FFF;
}

@media screen and (min-width: 900px) {
	.contact_footer	.width2of3  {
		padding-left: 80px;
	}
}

.contact_footer .simple_image {
	margin: -20px;
}

.clip_corners {
	clip-path: polygon(50px 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%, 0 50px);
}

/* @media screen and (min-width: 900px) {
#footer .col.width1of3:nth-of-type(1) {
	flex: 33%;
}
	#footer .col.width1of3:nth-of-type(2) {
	flex: 30%;
}
	#footer .col.width1of3:nth-of-type(3) {
	flex: 36%;
}
} */

@media screen and (max-width: 899px) {

		#footer .row .col{
			padding-top: 5px;
			padding-bottom: 5px;
		}
}

#footer {
	position: relative;
	color: #fff;
}

#footer a{
	color: #fff;
	transition: all 0.3s;
}
#footer a:hover {
	text-decoration: underline;
	color: var(--fd-orange)!important;
}
#footer a strong {
	transition: all 0.3s;
}
#footer a:hover strong {
	color: var(--fd-orange)!important;
}



#footer {
	padding-top: 40px;
}

@media screen and (min-width: 1100px) {
	#footer {
		padding-top: 80px;
	}
}

.footer_subscribe .row .col {
	padding: 0;
	padding-right: 30px;
}

@media screen and (min-width: 700px) {

.footer_subscribe .simple_text:first-of-type {
	display: inline-block;
	width: 70%;
}

.footer_subscribe .buttons_container  {
	display: inline-block;
	width: 25%;
	padding-bottom: 60px;
	position: relative; 
	top: -14px;

}}

.footer_subscribe .buttons_container a {
	width: 196px;
}

#footer p {
	margin-bottom: 20px;
}
.simple_text p:has(i.fa-solid) {
	display: flex;
	flex-wrap: nowrap;
	margin-top: 20px;
	margin-bottom: 20px;
}

.simple_text i.fa-solid {
	display: inline-block
}

.text_with_icon {
	display: flex;
	flex-wrap: nowrap;
}

.text_with_icon i {
	color: var(--fd-orange);
}

.next_to_i {
	display: inline-block;
	padding-top: 5px;
	margin-bottom: 25px;
}
.b {
	font-weight: bold;
	font-size: 20px;
}

.simple_text p i.fa-solid, .text_with_icon i {
  flex: 0 0 auto; /* Prevent icon from taking extra space */
  margin-right: 0.2em;
	margin-top: 3px;
	min-width: 30px;
	color: var(--fd-blue);
}

#footer section {
	padding-bottom: 0;
	padding-top: 20px;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	color: var(--fd-blue);
}

#footer i {
	color: var(--fd-blue);
	width: 30px;
}


@media screen and (max-width: 699px) {
	
	#footer .footer_subscribe .buttons_container {
		margin-top: 0px;
		margin-bottom: 60px;
	}

}


/* footer copyright */

.footer .row:nth-of-type(2) {
	position: relative;
	justify-content: space-between;
	gap: 0px;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 30px;
}
.footer .row:nth-of-type(2) .col{
	flex: auto;
}

.footer .row:nth-of-type(2)::before {
	content:'';
	width: calc(100% - 40px);
	position: absolute;
	top: 0;
	left: 20px;
	border-top: 2px solid var(--fd-blue);
}

.footer .row:nth-of-type(2) .col {
	padding-top: 0;
	padding-bottom: 0;
}

.footer .col {
	margin-top: 0!important;
}

.footer .col.width1of1 {
	border-bottom: 2px solid var(--fd-lightgreen);
	margin-left: 20px;
	margin-right: 20px;
}
.footer strong a {
	font-weight: bold;
}

/* Heading adjustments */
@media screen and (min-width:900px) and (max-width: 1099px) {
	
	html h1 {
		font-size: 2.2rem!important;
	}
	
	html h2 {
		font-size: 2rem!important;
	}
	
	html h3 {
		font-size: 1.7rem!important;
	}
	
	html h4 {
		font-size: 1.3rem!important;
	}
}

@media screen and (min-width:500px) and (max-width: 899px) {
	
		.col.width1of4 {
	flex: 50%;
}
		.row .col {
		padding: 30px 20px;
	}
	html h1 {
		font-size: 1.9rem!important;
	}
	
	html h2 {
		font-size: 1.7777777rem!important;
	}
	
	html h3 {
		font-size: 1.4rem!important;
	}
	
	html h4 {
		font-size: 1.2rem!important;
	}
}

@media screen and (max-width:499px) {
		.row .col {
		padding: 30px 20px;
	}
	html h1 {
		font-size: 1.75rem!important;
	}
	
	 html .hero h1 {
		font-size: 24px!important;
		 font-weight: bold;
	}
	
	html .hero p {
		font-size: 18px!important;
	}
	
	
	html h2 {
		font-size: 1.777777rem!important;
	}
	
	html h3 {
		font-size: 1.2rem!important;
	}
	
	html h4 {
		font-size: 1rem!important;
	}
	
	.col.width1of4 {
	flex: 100%;
}
}

/* Title bar */
#title_bar h1, #title_bar h2, #title_bar h3, #title_bar h4, #title_bar h5, #title_bar h6, #title_bar p{
	color: #fff;
}

#title_bar {
	background-size: cover!important;
	background-position: center!important;
	
}


/* Global Search */
.title_search input[type="submit"]:hover {
	color: #FFF!important;
	background: var(--fd-blue);
}

.title_search {
	margin: 0;
}

.title_search {
	position: relative;
	border:2px solid #fff;
	padding: 2px;
	border-radius: 40px;
	margin-top: 40px;
	max-width: 550px;
	background: rgba(0,0,0,0.5);
}

.title_search input[type="submit"] {
	position: absolute;
	height: calc(100% - 4px);
	right: 2px;
	top: 50%;
	transform: translateY(-50%);
	width: 130px;
	font-weight: bold;
	color: #fff;
	background: var(--fd-orange);
	border: none;
	cursor: pointer;
	transition: all 0.3s;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	

}

.title_search input[type="text"] {
	width: calc(100% - 135px);
	background: none;
	border: none;
	padding: 10px;
}

.title_search input[type="text"]:focus-visible {
	outline: none!important;
}

/* Global search page */
.blog_listing .single_featured_card {
	padding-top: 15%;
}

/* Top Menu */


.desktop-search {
	color: #fff;
	cursor: pointer;
	margin-bottom: 3px;
	display: block;
}



.top_menu {
	padding-top: 20px;
	padding-bottom: 0px;
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: flex-end;
}
.move_on_mobile {
	display: flex; 
	align-items: center;
	gap: 20px;
}
#primary-menu .top_menu .move_on_mobile {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

#primary-menu .top_menu {
	padding: 0;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 10px;
}
#primary-menu .top_menu * {
	flex: 100%;
}

.login_button {
	font-weight: 700;
}

/* #header:not(.green_header):not(.sticky):not(.active) .main-navigation .login_button {

	color: #fff!important;
} */

/* #header:not(.green_header):not(.sticky):not(.active) .main-navigation #primary-menu .top_menu .login_button {
	color: var(--fd-orange)!important;
} */

#primary-menu .top_menu .desktop-search {
	color: var(--fd-orange)!important;
}


/* #header.green_header .main-navigation .login_button, #header.sticky .main-navigation .login_button, #header.active .main-navigation .login_button {

	color: var(--fd-orange)!important;
} */

/* #header.active .desktop-search, #header.sticky .desktop-search,  #header.green_header .desktop-search {
	color: var(--fd-orange)
} */



/* Main menu */
/* #header:not(.green_header):not(.sticky):not(.active) #main_site_logo img{
	filter: brightness(0) invert(1);
} */



#header {
	width: 100%;
	z-index: 10;
	transition: all 0.3s;
	padding: 20px;
	position: fixed;
}

.inverted_menu .header_container {
	background: #fff;
}

.inverted_menu:not(.sticky) .header_container #primary-menu a {
	color: #000;
}

.inverted_menu:not(.sticky) .header_container #main_site_logo img {
	filter: invert(1);
}

.inverted_menu:not(.sticky) .header_container #mobile_menu_toggle span {
	background: #000!important;
}

.inverted_menu:not(.sticky) .custom_button.green{
	background: var(--fd-blue);
}

.inverted_menu:not(.sticky) .custom_button.green span {
	color: #fff;
}


.header_container {
	transition: all 0.3s;
}
#header.sticky .header_container{
	background: var(--fd-blue);
	box-shadow: 0 0 25px rgba(0,0,0,0.3);
}

#header .buttons_container{
	margin: 0;
}

.animated_intro_finished #header {
	z-index: 999;
}
@media screen and (min-width: 991px) {
	#header {
		position: fixed;
	}
}
#header .header_container {
	border-radius: 44px;
	z-index: 999;
}

/* #header.sticky, #header.active  {
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
	background: #fff;
} */




body:not(.logged-in) #header {
	top: 0;
}

body.logged-in #header {
	top: 32px;
}

body.logged-in.customize-partial-edit-shortcuts-shown #header {
	top: 0;
}

.header_container {
	display: flex!important;
	position: relative;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
	background: var(--fd-blue);
}

#primary-menu {
	margin: 0;
	margin-left: 0px;
	list-style: none;
	padding: 0;
	display: flex;
	align-items: center;
}
#primary-menu>ul {
	margin: 0;
	list-style: none;
	padding: 0;
	display: flex;
}
#primary-menu>li>a>i {
	font-size: 22px;
}


/* header.sticky #primary-menu a, header.active #primary-menu a {
	color: var(--fd-orange);
} */

/* header.sticky #primary-menu .sub-menu a, header.active #primary-menu .sub-menu a, header.green_header #primary-menu .sub-menu a{
	color: #333;
} */

.sub-menu a {
	color: var(--fd-blue)!important;
}

header.sticky #site-navigation #primary-menu>li.menu-item-has-children > a::after, header.active #site-navigation #primary-menu>li.menu-item-has-children > a::after, header.green_header #site-navigation #primary-menu>li.menu-item-has-children > a::after {
/* 	color: var(--fd-orange);  */
}
@media screen and (min-width: 1100px) {
	
	#site-navigation #primary-menu>li.menu-item-has-children > a::after {
		color: var(--fd-blue) !important;
/* 		content: "\f078" !important;
		font-family: "Font Awesome 5 Free" !important; */
	}

}
#header.active {
	z-index:999;
}

body.home #header.active img{
	opacity: 1;
}

#header.green_header {
	background: #fff;
}

header.green_header #primary-menu a {
	color: var(--fd-orange);
}

#primary-menu a {
	font-size: 18px;
	color: #FFF;
	transition: all 0.3s;
	cursor: pointer;
	font-style: normal;
	position: relative;

}

#primary-menu > li > a::before {
	content: '';
	position: absolute;
	width: 0;
	height: 4px;
	bottom: -10px;
	left: 50%;
	border-radius: 2px;
	transform: translateX(-50%);
	background: var(--fd-orange);
	transition: all 0.3s;
	display: none;
}

#primary-menu .sub-menu a::before {
	content: '';
	position: absolute;
	width: 0;
	height: 30px;
	top: calc(50% + 3px);
	left: -5px;
	border-radius: 0px;
	transform: translateY(-50%);
	background: var(--fd-blue);
	transition: all 0.3s;
}

#primary-menu .sub-menu a:hover::before {
	width: 4px;
}

#primary-menu a:hover::before {
	width: 100%;
}

#primary-menu a:not(.custom_button) {
  position: relative;
	padding: 6px 0;
	overflow: hidden;
	font-family : "Questrial", sans-serif;
	letter-spacing: 2px;
}


#primary-menu a:not(.custom_button)::after {
  content: '';
  position: absolute;
  left: 0; bottom: 0;
  width: 0;
  height: 2px;
  background: var(--fd-orange);
  transition: width 0.4s ease;
}

#primary-menu a:not(.custom_button):hover::after {
  width: 100%;
}

@media screen and (min-width: 1100px) {
	.header_container .join_button {
		min-width: 125px
	}
	.header_container #site-navigation {
		width: 100%;
		justify-content: flex-end;
		display: flex;
	} 
	#main_site_logo {
		min-width: 204px;
	}
}

#primary-menu .current_page_item > a, #primary-menu .current_page_ancestor > a {
	
	font-weight: 700;
	color: var(--fd-orange);
}


#main_site_logo {
	padding: 20px 0px;
}

#main_site_logo img {
	width: 159px;
}


#main_site_logo * {
	transition: all 0.3s;
}


#main_site_logo .logo_link {
	height: 100%;
	width: 100%;
	display: block;
	position: relative;
}
	#site-navigation #primary-menu>li:not(.menu-item-has-children) {
		padding-right: 35px;
	}


/* Desktop menu  */
@media screen and (min-width:1100px) {
	#mobile_menu_toggle { 
	display: none;
	}
	#primary-menu> .menu_posts {
		display: none;
	}

	.menu-search i {
		font-size: 18px !important;
	}
	.sub-menu {
		border-radius: 12px;
		padding: 10px 20px;
		left: 0;
		display: none;
	list-style: none;
	position: absolute;
		width: 258px;
		background: #fff;
		box-shadow: 0 0 16px rgba(0,0,0,0.16);
		margin-top: 25px;
		margin-left: -5px;
}
	.sub-menu >li> a {
		margin-top: 10px;
		margin-bottom: 10px;
		padding-left: 10px;
		display: block;
	}
	
	#primary-menu > li {
		padding-top: 10px;
		padding-bottom: 10px;
	}

#primary-menu > li.menu-item-has-children:hover	.sub-menu {
		display: block;
	}
	
	#primary-menu > li:last-of-type {
		padding-right: 0!important;
		
		
	}


		#site-navigation #primary-menu>li.menu-item-has-children {
		padding-right: 50px;
			position: relative;
	}
		#site-navigation #primary-menu>li.menu-item-has-children > a {
		position: relative;
	}
	
	#site-navigation #primary-menu>li.menu-item-has-children > a::after {
/* 		content: '+';
		font-weight: 400;
		color: #fff;
		font-size: 25px;
		position: absolute;
		right: -18px;
		top: 30%;
		transform: translateY(-50%);
		transition: all 0.3s;
		 -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--fd-orange); */
	}
}

/* Tablet menu */
@media screen and (min-width:1099px) and (max-width: 1300px) {
		#primary-menu a{
	font-size: 16px!important;
	}
}

@media screen and (min-width:1099px) and (max-width: 1200px) {
		#primary-menu a{
	font-size: 15px!important;
	}
		#site-navigation #primary-menu>li:not(.menu-item-has-children):not(li:last-of-type) {
		padding-right: 25px!important;
	}
}

	#mobile_menu_toggle {
			position:absolute;
			width:30px;
			height:40px;
			top: 20px;
		right: 30px;
			cursor:pointer;			
	}
	#mobile_menu_toggle span{
			position:absolute;
			transition:.3s;
			width:100%;
			height:3px;
			border-radius:2px;
			transform:translate(-50%,-50%);
			background: var(--fd-orange
			)!important;
			left:50%;
	}

		header.sticky	#mobile_menu_toggle span, header.active	#mobile_menu_toggle span{
			background: var(--fd-orange)!important;
	}

	#mobile_menu_toggle span:first-of-type{
			top:25%;
	}
	#mobile_menu_toggle span:nth-of-type(2){
			top:50%;
	}
	#mobile_menu_toggle span:nth-of-type(3){
			top:75%;
	}

/* Mobile menu */
@media screen and (max-width:1100px) {

	#header .header_container {
		min-height: 80px;
	}
	
	#header.active .header_container {
		min-height: 500px;
		box-shadow: 0 0 10px rgba(0,0,0,0.2);
	}
	#header #main_site_logo {
		padding: 8px !important;
	}
	#header {
		padding: 12px !important;
	}
	.header_container {
		padding: 12px;
	}
	
	#main_site_logo img {
		width: 130px!important;
	}
	

	
	#primary-menu {
		height: 100vh;
	}
	
	.top_menu {
		padding-top: 20px;
		padding-bottom: 20px;
		margin-right: 60px;
	}	
	
	#primary-menu {
		box-shadow: 0px 10px 8px rgba(0,0,0,0.16);
	}
	.main-navigation a{
		color: #FFF!important;
	}
	
	.main-navigation .current-menu-item a {
		color: var(--fd-orange)!important;
	}
/* Hide search	 */
	#menu-item-509 {
/* 		display: none; */
	}
	
	.main-navigation #primary-menu {
		display: block!important;
		transform: scaleY(0);
	transform-origin: top left;
		position: absolute;
	left: -12px;
		right: -12px;
	top: -12px;
/* 	width: 100%; */
	background :var(--fd-blue);
	padding: 80px 30px 60px;
		transition: all 0.3s;
	overflow-Y: auto;
	
	max-height: calc(100vh - 0px);
	
	}
	
	body header.active #mobile_menu_toggle span {
		width: 100%; 
/* 		was 80% */
	}
	
	
	.main-navigation ::-webkit-scrollbar {
		width: 10px;
	}

	/* Track */
	.main-navigation ::-webkit-scrollbar-track {
		background: #fff;
	}

	/* Handle */
	.main-navigation ::-webkit-scrollbar-thumb {
		background: #f1f1f1;
		border-radius: 10px;
	}

	/* Handle on hover */
	.main-navigation ::-webkit-scrollbar-thumb:hover {
		background: #999;
	}


	.main-navigation.active	#primary-menu {
		display: block!important;

	transform: scaleY(1);
	}
	
	.main-navigation.active	#primary-menu li{
		line-height: 2.5;
	}	
	
	#mega_menu {
		display: none!important;
	}
	
	.has_mega_menu.active::after {
		display: none!important;
	}
		#primary-menu li.menu-item-has-children {
			position: relative;
		}
	#primary-menu li.menu-item-has-children::before {
		content: "\f078";
			position: absolute;
			right: 5px;
			top: -5px;
			color: #fff;
			font-family: "Font Awesome 5 Free";
		font-size: 1.33rem;
			font-weight: 900; 
		z-index: 1;
		cursor: pointer;
	}	
		.sub-menu{
			padding-left: 20px;
			display: none;
			list-style: none;
		}



		.open-subnav > .sub-menu{
			display: block;
		}





	#mobile_menu_toggle.active span:first-of-type{
			transform:translate(-50%,-50%) rotate(45deg);
			top:50%;
	}
	#mobile_menu_toggle.active span:nth-of-type(2){
			width:0;
	}
	#mobile_menu_toggle.active span:nth-of-type(3){
			transform:translate(-50%,-50%) rotate(-45deg);
			top:50%;
	}

}

@media screen and (min-width: 1100px) {
	#primary-menu li.menu-item-has-children::before {
		color: var(--fd-blue);
	}
}
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	font-size: 18px;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

#page {
	overflow: hidden;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, b > a,
strong, 
strong > span,
strong > a 
 {
	font-weight: 500;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/


* {

	letter-spacing: 0.00rem;
	font-weight: normal;
  font-style: normal;
}

p {
	line-height: 1.33;
}

p span strong {
	line-height: 1.2;
}


.flexible_section h1, .flexible_section h2, .flexible_section h3, .flexible_section h4, .flexible_section h5, .flexible_section h6, .post_content h1, .post_content h2, .post_content h3, .post_content h4, .post_content h5, .post_content h6 {
	font-weight: 400;
  font-style: normal;
}

.flexible_section h1 strong, .flexible_section h2 strong, .flexible_section h3 strong, .flexible_section h4 strong, .flexible_section h5 strong, .flexible_section h6 strong, .flexible_section h1 span, .flexible_section h2 span, .flexible_section h3 span, .flexible_section h5 span, .flexible_section h6 span, .post_content h1 strong, .post_content h2 strong, .post_content h3 strong, .post_content h4 strong, .post_content h5 strong, .post_content h6 strong, .post_content h1 span, .post_content h2 span, .post_content h3 span, .post_content h5 span, .post_content h6 span  {
	font-weight: 600;
}
.flexible_section h4 span, .post_content h4 span {
	font-weight: 700;
}

#primary-menu a {
	 
  font-style: normal;
}


body,
button,
input,
select,
optgroup,
textarea {
	color: #1E1E1E;
	font-size: 1rem;
	line-height: 1.2;
}

.sub-menu a {
	padding-top: 5px;
}

@media screen and (max-width: 600px) {
	body, button, input, select, optgroup, textarea {
		font-size: 0.9rem;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 15px;
	margin-top: 15px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {

}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}



figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
/* a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
} */

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 0em;
}

.updated:not(.published) {
/* 	display: none; */
}

.page-content,
.entry-content,
.entry-summary {
	margin:  0;
}

.entry-content.has_inverted_menu {
	padding-top: 100px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Admin area CSS fixes */

html body.wp-autoresize {
	overflow-Y: scroll!important;
}

.postbox-container #categorychecklist {
	list-style: none;
	margin: 0;
}
.postbox-container #categorychecklist ul.children {
	list-style: none;
}

.postbox-container #categorychecklist button.wpseo-make-primary-term {
	line-height: 1!important;
	font-size: 14px!important;
	width: 100%;
    text-align: right;
}

body h2.media-attachments-filter-heading, body h2.media-frame-menu-heading {
	font-size: 14px!important;
}

.media-frame-title h1 {
	font-size: 18px!important;
	margin-left: 15px!important;
}

h1.wp-heading-inline {
	font-size: 1rem!important;
}


h2.hndle {
	font-size: 16px!important;
	margin-left: 10px!important;
}


.single.single-event .post_flexible {
	margin-bottom:0;
}
.no-padding-top {
	padding-top: 0 !important;
}
.no-padding-bottom {
	padding-bottom: 0 !important;
}
.no-margin-top {
	margin-top: 0 !important;
}
.no-margin-bottom {
	margin-bottom: 0 !important;
}

@media screen and (max-width: 991px) {
	.no-padding-top-mobile {
		padding-top: 0 !important;
	}
	.no-padding-bottom-mobile {
		padding-bottom: 0 !important;
	}
	.no-margin-top-mobile {
		margin-top: 0 !important;
	}
	.no-margin-bottom-mobile {
		margin-bottom: 0 !important;
	}
}

.content_slider_popup {
	margin-top: 32px;
	margin-bottom: 32px;
}
.reduced-margins-to-headers h1, .reduced-margins-to-headers h3 {
	margin-bottom: 32px
}

.invest-col p {
	font-size: 24px !important;
}
.invest-col img {
	width: 362px;
	height: 276px;
	flex-shrink: 0;
	object-fit: cover;
	border-radius: 24px;
	box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 1100px) {
	.negative-margin-left img {
		margin-left: -150px;
	}
	.negative-margin-right img {
		margin-right: -150px;
	}
}

.slider-popup .close_button {
	background: var(--fd-blue);
	border-radius: 4px;
	right: 32px;
	top: 16px;
}

.slider-popup .close_button i {
	color: #D6C2FF;
}
.slider-popup .close_button:hover {
/* 	background: #D6C2FF; */
}
.slider-popup .close_button:hover i {
	color: #fff;
}

.slider-popup .popup_frame {
  position: relative;
  width: 90%;
  max-width: 1128px;
  padding: 50px 20px;
  z-index: 1; /* Ensures content is above the pseudo-element */
}

.slider-popup .popup_frame::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url('/wp-content/uploads/2025/02/wave-lines-purple.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.24; /* Adjust as needed */
  z-index: -1;
  border-radius: inherit; /* If your frame has rounded corners */
}
.slider-popup ol li::marker {
  font-weight: 700;
}
.content_slider_popup .simple_text em {
	color: #493480;
}
.content_slider_popup .simple_text strong em {
	font-weight: 700;
}

.rolling-text-banner {
	padding: 24px 0;
	border-radius: 12px;
	background: var(--Gradient, linear-gradient(90deg, #493480 25%, #D6C2FF 100%));
	overflow: hidden;
	position: relative;
	width: 100%;
	min-height: 48px;
}
.rolling-text-banner-inner {
	display: flex;
	align-items: center;
	width: max-content;
	animation: rolling-banner 28s linear infinite;
	animation-delay: 2s;
	will-change: transform;
}
.banner_text_item {
	color: #FFF;
	
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	white-space: nowrap;
	margin: 0 12px;
	display: inline-block;
}
.rolling_text_banner_wrap {
	padding: 32px 0;
	overflow: hidden;
	position: relative;
}

@media screen and (min-width: 991px) {
	.rolling-text-banner {
		padding: 30px 0;
	}
	.banner_text_item {
		margin: 0 16px;
	}
	.rolling_text_banner_wrap {
		padding: 60px 0 80px;
	}
}
.slider-popup .popup_frame .user_popup {
	max-width: 902px;
	margin: 0 auto;
}
@keyframes rolling-banner {
	0% { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}


.content_slider_popup .rolling_text_banner_wrap {
	padding-top: 12px;
	padding-bottom: 32px;
}

.custom-swiper-pagination {
	position: relative !important;
}
.swiper-slide-content {
	padding: 0 8px 0px 8px;
}
.swiper-button-disabled {
	display: none !important;
}
.swiper-button-next, .swiper-button-prev {
	color: #493480 !important;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
	opacity: .8;
}
.logos_row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	align-items: center;
	padding: 12px 0;
	max-width: 770px;
	margin: 0 auto;
}

.logos_row.logos-3 {
	max-width: 580px;
}

.logos_row .logo_item {
	width: 162px;
	height: 102px;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 12px;
	background: #FFF;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
	padding: 8px;
}
.logos_row .logo_item img {
	max-width: 100%;
	height: auto;
}
.slider-popup .close_button {
	width: 38px;
	height: 38px;
}

.chart_animation {
	display: flex;
	justify-content: center;
	max-width: 718px;
	margin: 12px auto;
}
.chart_animation img {
	width: 100%;
	height: auto;
	max-width: 718px;
}
.chart-wrap {
	overflow: visible!important;
	min-height: 280px;
}
.chart_item {
	position: relative;
}
.chart_item .bar {
	position: absolute;
	width: 100%;
	bottom: 20px;
}


.chart-wrap .chart_item:not(:first-child):not(:last-child) .chart_value {
	display: none !important;
}
.chart-title {
	font-weight: 700;
	color: #000;
}

.slider-popup h4 {
		font-size: 24px !important;
		color: #000 !important;
		text-align: center !important;
		
		font-size: 24px !important;
		font-style: normal !important;
		font-weight: 700 !important;
		line-height: normal !important;
	margin-bottom: 24px;
	}
.slider-popup h4 strong {
	font-weight: 700; 
}


.fullwidthbtn {
	width: 100%;
}
.large_button {
	color: #FFF;
	text-align: center;
	
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	min-height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}

img.no_shadow, .no_shadow img {
	box-shadow: none;
}
.add-padding-bottom {
	padding-bottom: 32px;
}
.add-padding-top {
	padding-top: 32px;
}
.add-padding-bottom-row {
	padding-bottom: 32px;
}
@media screen and (min-width: 991px) {
	.add-padding-bottom-row {
		padding-bottom: 100px;
	}
	
	.slider-popup .popup_frame {
		padding: 50px 32px;
	}
	
	.logos_row {
		gap: 24px;
	}
	.slider-popup .two_columns {
		display: flex;
		gap: 2%;
		align-items: center;
	}
	.slider-popup .two_columns .col {
		width: 49%;
	}
	.slider-popup .two_columns.reverse {
		flex-direction: row-reverse;
	}
	
	.page-id-510 .simple_text h3 {
		color: #493480;
		
		font-size: 32px;
		font-style: normal;
		font-weight: 700;
		line-height: 56px; /* 175% */
	}
}

h4 strong {
	font-weight: 700;
}

.page-id-530 .fullwidthbtn, .page-id-570 .fullwidthbtn {
	max-width: 750px;
	margin: 12px auto;
}

.floating-circles-title {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 32px;
}
.floating-circles-title span {
		color: #493480;
		text-align: center;
		
		font-size: 32px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
}
.floating-circles-title img {
	max-width: 50%;
	width: 210px;
}

.floating-circle {
	background: var(--fd-blue);
	padding: 24px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 190px;
	height: 190px;
}
.floating-circle span {
		color: #FFF;
		text-align: center;
		
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
}

.circle-1 {
	width: 190px;
	height: 190px;
}
.circle-2 {
	width: 210px;
	height: 210px;
}
.circle-3 {
	width: 320px;
	height: 320px;
}
.circle-4 {
	width: 230px;
	height: 230px;
}

.floating-circles {
	display: flex;
	gap: 32px;
	flex-wrap: wrap;
	padding: 32px 0;
}
@media screen and (min-width: 991px) {
	.floating-circle {
		padding: 40px;
	}
	.floating-circles {
		padding: 60px 0 32px 0;
	}
	.floating-circle span {
		font-size: 18px;
	}
	.circle-1 {
		width: 267px;
		height: 267px;
		margin-right: 40px;
	}
	.circle-2 {
		width: 267px;
		height: 267px;
		margin-top: 40px;
/* 		margin-right: 20px; */
	}
	.circle-3 {
		width: 460px;
		height: 460px;
		margin-top: 120px;
		margin-left: -20px;
		margin-bottom: -130px;
	}
	.circle-4 {
		width: 362px;
		height: 362px;
		margin-top: -200px;
		margin-left: 100px;
	}
	.floating-circles-title {
		gap: 60px;
	}
	.floating-circles-title span {
		color: #493480;
		text-align: center;
		
		font-size: 64px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
}

@media screen and (min-width: 1169px) {
	.circle-1 {
		margin-right: 90px;
	}
	.circle-2 {
		margin-top: 40px;
	}
	.circle-3 {
		margin-top: 120px;
		margin-left: -20px;
		margin-bottom: -130px;
	}
}
@media screen and (min-width: 991px) and (max-width: 1118px) {
	.circle-3 {
		margin-top: 0;
	}
	.circle-4 {
		margin-left: 120px;
	}

	.floating-circles-row {
		padding-bottom: 80px;
	}
}
@media screen and (min-width: 991px) and (max-width: 1077px) {
	.circle-1 {
		margin-right: 0;
	}
}

.image_with_changing_text_animation {
	position: relative;
}
.simple-image-text-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px 20px;
}
.simple-image-text-container {
	display: flex;
	flex-direction: column-reverse;
}
.simple-image-text-container .simple-image-text {
	color: #000;
	text-align: left;
	
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	opacity: 0;
	transition: all .3s;
	transform: translateY(10px);
}
.simple-image-text-container.static-text .simple-image-text, .simple-image-text-container.static-text .simple-image-text span {
	text-align: center;
	
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	opacity: 1;
	transition: all .3s;
	transform: translateY(10px);
}
.image_with_static_text .simple-image-text-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}
.simple-image-text-container .simple-image-text.active-text {
	opacity: 1;
	transform: translateY(0px);
}
.simple-image-text-container.white-text .simple-image-text {
	color: #FFF;
}
.simple-image-text-container.white-text .simple-image-text.simple-image-text-7 {
	font-size: 32px;
}



@media screen and (min-width: 768px) {
	.simple-image-text-container .simple-image-text-7 {
		position: absolute;
		bottom: 10px;
		text-align: center;
		width: 100%;
		left: 0;
	}
	.simple-image-text-container:not(.static-text) .simple-image-text-1 {
		margin-top: -20px;
	}
	.simple-image-text-container .simple-image-text-2 {
		margin-left: 15%;
		max-width: 156px;
		margin-top: -20px;
	}
	.simple-image-text-container .simple-image-text-3 {
		margin-left: 20%;
		max-width: 207px;
		margin-top: -20px;
	}
	.simple-image-text-container .simple-image-text-4 {
		margin-left: 30%;
		max-width: 184px;
		margin-top: -20px;
	}
	.simple-image-text-container .simple-image-text-5 {
		margin-left: 45%;
		max-width: 246px;
	}
	.simple-image-text-container .simple-image-text-6 {
		margin-left: auto;
		margin-right: 40px;
	}
}

@media screen and (max-width: 700px) {
	.simple-image-text-container:not(.static-text) .simple-image-text {
		position: absolute;
		top: 25%;
		max-width: 65%;
	}
}

.popup-text {
	width: 100%;
}
.wpcf7 label {
	color: #000 !important;
	
	font-size: 18px !important;
	font-style: normal !important;
	font-weight: 700 !important;
	line-height: normal !important;
}
.wpcf7-submit {
border-radius: 32px!important;
	border:none;
	position: relative;
}

.enable_checkbox_list {
	border-radius: 4px !important;
		border: 1px solid rgba(73, 52, 128, 0.24) !important;
		background: #FFF;
    transition: border-color 0.2s !important;
	padding: 9px 20px !important;
	color: #000!important;
	margin-top: 15px;
	height: 44px;
	position: relative;
}

.select_all {
	background: var(--fd-orange);
	color: var(--fd-blue)!important;
	border-radius: 15px;
	padding: 3px 15px;
}

.enable_checkbox_list:after {
	font-family: 'Font Awesome 6 Free'!important;
  font-weight: 900!important;
  -webkit-font-smoothing: antialiased;
  content: '\f078'!important;
	position: absolute;
	right: 5px;
	top: 50%;
	font-size: 14px;
	transform: translateY(-50%);
}

.checkbox_list {
	max-height: 0;
	overflow: hidden;
	transition: all 0.3s;
}

.checkbox_list.active {
	max-height: 500px;
}

.wpcf7-checkbox {
	padding-bottom: 25px!important;
	display: block;
}

.enable_checkbox_list p {
	color: #000!important;
	margin: 0;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="password"],
.wpcf7 input[type="search"],
.wpcf7 select,
.wpcf7 textarea {
    border-radius: 4px !important;
		border: 1px solid rgba(73, 52, 128, 0.24) !important;
		background: #FFF !important;
    transition: border-color 0.2s !important;
	padding: 10px;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="password"]:focus,
.wpcf7 input[type="search"]:focus,
.wpcf7 textarea:focus {
    border: 1px solid rgba(73, 52, 128, 1) !important;
    outline: none;
}
.popup-text h3 {
	margin-bottom: 24px !important;
}

@media screen and (min-width: 991px) {
	.text_popup .popup_frame {
		padding: 50px 80px;
	}
}

.contact-cards-container {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	justify-content: center;
}
.contact-card-department {
	min-height: 55px;
	color: #493480;
	
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.contact-card-wrap {
	width: 363px;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 20px;
}

.contact_card {
	display: flex;
	flex-direction: column;
	min-height: 301px;
	border-radius: 12px;
	background: #FFF;
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.12);
	align-items: center;
	padding: 24px;
	text-align: center;
}

.contact_card img {
	min-width: 95px;
	min-height: 95px;
	max-width: 95px;
	max-height: 95px;
	flex-shrink: 0;
	object-fit: cover;
	object-position: top;
	border-radius: 12px;
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
	margin-bottom: 12px;
}
.contact-card-name {
	color: #000;
	text-align: center;
	
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 8px;
}
.contact-card-institution {
	color: #000;
	text-align: center;
	
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	min-height: 54px;
}
.contact-card-email, .contact-card-phone {
	text-align: left;
color: #000;

font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.contact-card-email span, .contact-card-phone span {
	font-weight: 700;
}

@media screen and (min-width: 991px) {
	.smaller-width-12col {
		flex: 40% !important;
	}
	.bigger-width-12col {
		flex: 60% !important;
	}
}

.page-id-671 #primary {
	background-image: url('/wp-content/uploads/2025/06/Rectangle-22.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center-top;
	min-height: 1600px;
}

.res-col {
	max-width: 100%;
	width: 266px;
	box-sizing: content-box;
	padding: 20px 20px 80px 20px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.12);
	position: relative;
	margin-bottom: 24px;
}
.res-col .buttons_container {
	position: absolute !important;
	bottom: 20px !important;
}
.res-img img {
	width: 100%;
	height: 147px;
	object-fit: cover;
	margin-bottom: 12px;
	border-radius: 12px;
}
.res-col-content {
	display: flex;
	flex-direction: column;
}
.res-card-title {
	color: #000;
	
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 8px;
	
}
.res-excerpt {
	color: #000;
	
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.res-row {
	gap: 0 24px;
}
.site-search-wrap h1 {
	margin-bottom: 20px;
}
.site-search-wrap .facetwp-icon {
	display: none;
}
.site-search-wrap .facetwp-search {
	width: 100%;
	color: #000;
	
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.site-search-wrap .facetwp-search::placeholder {
	opacity: color: #000 !important;
	opacity: 1 !important;
}

.facetwp-load-more {
		display: inline-block !important;
		text-decoration: none !important;
		padding: 16px 20px !important;
		
		font-weight: bold !important;
		transition: all 0.3s !important;
		border: 0 !important;
		cursor: pointer !important;
		white-space: wrap !important ;
		text-align: center !important;
		min-width: 150px !important;
		border-radius: 12px !important;
    background: var(--Gradient-new, linear-gradient(91deg, #493480 66.06%, #D6C2FF 124.75%));
    position: relative !important;
    overflow: hidden !important;
    transition: box-shadow 0.3s, transform 0.2s !important;
    z-index: 1 !important;
    color: #fff !important;
    box-shadow: 0 2px 8px 0 rgba(73,52,128,0.10) !important;
	font-size: 18px !important;
}

.facetwp-load-more:hover {
    box-shadow: 0 8px 32px 0 rgba(73,52,128,0.22), 0 2px 8px 0 rgba(73,52,128,0.14) !important;
    transform: translateY(-2px) scale(1.045) !important;
	background: var(--Gradient-new, linear-gradient(91deg, #493480 66.06%, #D6C2FF 124.75%)) !important;
}

@media screen and (max-width: 768px) {
	.site-search-wrap h1 {
		color: #000 !important;
	}
}

.code_block {
	display: flex;
	justify-content: center;
	align-items: center;
}

strong em {
	font-weight: 700;
}

@media screen and (min-width: 1100px) {
	.hide-on-desktop {
		display: none;
	}
}
@media screen and (max-width: 1100px) {
	#header .join_button {
		display: none;
	} 
}

.facetwp-hidden {
	display: none !important;
}

.remove-padding-bottom-mobile {
	padding-bottom: 9px !important;
}

.remove-padding-top-mobile {
	padding-top: 0 !important;
}
.join-button-nav a {
	color: #000 !important;
	padding: 12px !important;
	margin-top: 10px;
}
.join-button-nav a:hover::after {
	content: none !important;
}
.join-button-nav a:hover {
	opacity: .8;
}
@media screen and (max-width: 600px) {
	.radial_container .custom_button.radial_button {
		display: none !important;
	}
	
}

@media screen and (max-width: 768px) {
	.radial_container .custom_button.radial_button {
		display: none !important;
	}
	.footer .row {
    display: flex;
    flex-wrap: wrap;
  }
	.footer .row > .col:nth-child(1) p { 
		margin-bottom: 0 !important;
	}
	#footer::before {
		max-height: 60vh
	}
}

.page-id-201 #header.lower-z-index {
	z-index: 1;
}

@media screen and (max-width: 400px) {
	.popup_frame {
		padding-top: 60px;
	}
}

/* MEdia responsiveness query */
@media screen and (min-width:900px) {
.div {
	flex: calc((100% - 40px) / 3);
}}

@media screen and (min-width:700px) and (max-width:899px) {
.div {
	flex: calc((100% - 40px) / 3);
}}

@media screen and (min-width:500px) and (max-width:699px) {
.div {
	flex: calc((100% - 20px) / 2);
}}

@media screen and (max-width:499px) {
.div {
	flex: 100%;
}}