/*!
Theme Name: frpartners
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: frpartners
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

frpartners is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# 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;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * 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.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* 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;
}

/**
 * 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,
strong {
	font-weight: bolder;
}

/**
 * 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.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * 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: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family:
		-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue",
		sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

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;
	border-radius: 3px;
	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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.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;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* 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;
}
/* update css*/

body {
	margin-bottom: 0px !important;
}

.hero-section {
	position: relative !important;
	aspect-ratio: 21 / 9;
	min-height: auto !important;
	max-height: 790px;
}

.video-section {
	height: 100%;
}

.video-section video {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.welcome-tag span {
	background-color: rgba(255, 255, 255, 0.15);
	padding: 3px 10px;
	border-radius: 5px;
}
.bg-frame {
	border-radius: 30px !important;
}
.bg-frame .who-innerCard {
	border-radius: 20px;
	background: rgba(0, 0, 0, 0.12);
	backdrop-filter: blur(8px);
}
.turbo-header-template {
	position: sticky;
	top: 0px;
	z-index: 9;
	background-color: #fff;
}
.home .turbo-header-template {
	position: fixed !important;
	top: 0;
	left: 0px;
	width: 100%;
	z-index: 9 !important;
	background-color: transparent;
}

.top-menubar ul li a {
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	position: relative !important;
}
.top-menubar ul li a:hover {
	color: #3f4144 !important;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

.top-menubar ul li.current-menu-item a:after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 20px;
	height: 2px;
	background-color: #070908;
}
.top-menubar ul li.current-menu-item a {
	font-weight: 700 !important;
}
.home .top-menubar ul li.current-menu-item a:after {
	background-color: #fff;
}
.home .is-scrolled .top-menubar ul li.current-menu-item a:after {
	background-color: #070908;
}

.home .turbo-header-template .top-menubar ul li a,
.home .turbo-header-template .logo-subtitle .elementor-heading-title {
	color: #fff !important;
}
.home .is-scrolled.turbo-header-template .top-menubar ul li a:hover {
	color: #3f4144 !important;
}

.home .is-scrolled.turbo-header-template .top-menubar ul li.current-menu-item a:hover {
	color: #070908 !important;
}

.home .turbo-header-template .meet-withBtn .elementor-button-link {
	background-color: #fff !important;
	color: #070908 !important;
}
.home .turbo-header-template .meet-withBtn .elementor-button-link:hover {
	background-color: #070908 !important;
	color: #fff !important;
}
.title-main .elementor-heading-title span {
	color: #577cff;
}
.we-helpIner {
	max-width: 1320px;
	margin: 0 auto;
	width: 100%;
	margin-top: 50px;
}
.we-helpIner .swiper,
.wehelp-content .elementor-widget-html {
	position: static;
}
.we-helpIner .swiper-button-prev svg,
.we-helpIner .swiper-button-next svg {
	display: none;
}
.we-helpIner .swiper-button-prev,
.we-helpIner .swiper-button-next {
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #fff;
}

.we-helpIner .we-help-ImgWrap {
	position: relative;
	overflow: hidden;
	border-radius: 30px;
}
.we-help-ImgWrap .img-wrap img {
	width: 100%;
}

.we-helpIner .we-help-ImgWrap .ImgWrap-content {
	border-radius: 15px;
	background-color: rgba(7, 9, 8, 0.45);
	backdrop-filter: blur(4px);
	padding: 20px 15px;
}
.we-helpIner .ImgWrap-content-inner {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	padding: 20px;
}
.we-helpIner .we-help-ImgWrap .ImgWrap-content h5 {
	margin: 0px;
	font-family: "Bricolage Grotesque", Sans-serif;
	font-size: 28px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.3em;
	color: #fff;
}
.we-helpIner .we-help-ImgWrap .ImgWrap-content p {
	margin: 0px;
	font-family: "Instrument Sans", Sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3em;
	color: #fff;
}

.we-helpIner .we-help-ImgWrap .ImgWrap-content p,
.wehelp-content p {
	margin-top: 0px !important;
}

.WhiteLogo {
	display: none !important;
}
.home .turbo-header-template .WhiteLogo {
	display: block !important;
}
.home .turbo-header-template .darkLogo {
	display: none !important;
}
.home .is-scrolled.turbo-header-template .top-menubar ul li a,
.home .is-scrolled.turbo-header-template .logo-subtitle .elementor-heading-title {
	color: #070908 !important;
}
.home .is-scrolled.turbo-header-template {
	background-color: #fff;
}
.home .is-scrolled.turbo-header-template .meet-withBtn .elementor-button-link {
	background-color: #070908 !important;
	color: #fff !important;
}
.home .turbo-header-template .top-menubar ul li a:hover {
	color: #e1e1e1 !important;
}
.home .turbo-header-template .top-menubar ul li.current-menu-item a:hover {
	color: #fff !important;
}

.home .is-scrolled.turbo-header-template .meet-withBtn .elementor-button-link:hover {
	background-color: #3f4144 !important;
	color: #fff !important;
}
.home .is-scrolled.turbo-header-template .WhiteLogo {
	display: none !important;
}
.home .is-scrolled.turbo-header-template .darkLogo {
	display: block !important;
}
.custom-form {
	background-color: #fff;
	border-radius: 15px;
	border: 1px solid #ededed;
	padding: 40px 30px;
}
.custom-form form p {
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 1;
}
.custom-form form p:last-of-type {
	margin-bottom: 0px;
	text-align: right;
}
.custom-form form label {
	font-size: 13px;
	line-height: 1.3;
	color: #070908;
	font-weight: 400;
	font-family: "Bricolage Grotesque", Sans-serif;
}
.custom-form form .wpcf7-form-control-wrap input,
.custom-form form .wpcf7-form-control-wrap textarea {
	width: 100%;
	min-height: 40px;
	background-color: #fff;
	border: 1px solid #e6e6e6 !important;
	padding: 5px 15px;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
	color: #6a6d73;
	font-family: "Instrument Sans", Sans-serif;
}
.custom-form form .wpcf7-form-control-wrap input:focus,
.custom-form form .wpcf7-form-control-wrap textarea:focus {
	border-color: #e6e6e6;
	box-shadow: none;
	outline: none;
}
.custom-form form .wpcf7-form-control-wrap input::placeholder,
.custom-form form .wpcf7-form-control-wrap textarea::placeholder {
	color: rgba(106, 109, 115, 0.5);
}
.custom-form form .wpcf7-form-control-wrap input[type="file"] {
	border: 1px dashed #e6e6e6 !important;
	padding: 5px;
}

.custom-form form .wpcf7-form-control-wrap textarea {
	padding: 10px 15px;
	height: 80px;
	resize: none;
}
.custom-form form input[type="submit"] {
	background-color: #fff;
	border-radius: 30px;
	border: 1px solid #070908;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	font-weight: 600;
	font-family: "Instrument Sans", Sans-serif;
	min-width: 110px;
	padding: 5px 15px;
	min-height: 40px;
	cursor: pointer;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}
.custom-form form input[type="submit"]:hover {
	background-color: #070908;
	border-color: #070908;
	color: #fff;
}
.custom-form form .wpcf7-spinner {
	display: none;
}
.busines-owners-main .right-form {
	margin-left: -150px;
}

.financial-video-wrap .video-frame-mapping {
	position: absolute;
	top: 0px;
	left: 0px;
	max-width: 890px !important;
	right: 0px;
	margin: 0 auto;
	height: 100%;
	width: 75% !important;
	z-index: -1;
}
.financial-video-wrap {
	position: relative !important;
	z-index: 1;
}

.financial-video-wrap .video-frame-mapping video {
	position: absolute;
	top: 0px;
	left: 0px;
	object-fit: cover;
}
.footer-content .footer-top p {
	margin-top: 0px !important;
}
.footer-timerlist {
	border-radius: 15px;
	background-color: #fff;
	max-width: 280px;
	margin-left: auto;
	padding: 30px 40px;
}
.footer-timerlist ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 6px 0;
}
.footer-timerlist .footer-title {
	font-family: "Bricolage Grotesque", Sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.2em;
	color: #6a6d73;
	padding-bottom: 15px;
}
.footer-listInner {
	display: flex;
	align-items: center;
	gap: 12px;
}
.footer-listInner .day,
.footer-listInner .time {
	font-family: "Bricolage Grotesque", Sans-serif;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.2em;
	color: #070908;
}
.footer-listInner .day {
	flex: 0 0 30px;
	max-width: 30px;
}
.footer-listInner .time {
	flex: 1;
}
.active .footer-listInner .day,
.active .footer-listInner .time {
	font-weight: 700;
}
.footer-listInner {
	position: relative;
}
.active .footer-listInner:before {
	content: "";
	background-image: url("https://frpartners.matrixm.io/wp-content/uploads/2026/02/Rectangle-8.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 6px;
	position: absolute;
	top: 4px;
	left: -11px;
	width: 6px;
	height: 6px;
}
.footer-logo img {
	mix-blend-mode: darken;
}
.text-rotate {
	font-family: "Ibarra Real Nova", serif;
	font-size: 15px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 1.2em;
	color: #070908;
}
.text-rotate::before {
	content: "Wealth";
	animation: changeContent 12s infinite;
}

@keyframes changeContent {
	0% {
		content: "Wealth";
	}
	20% {
		content: "Tax Strategy";
	}
	40% {
		content: "Income Planning";
	}
	60% {
		content: "Retirement";
	}
	80% {
		content: "Social Security";
	}
}
.logo-img {
	position: relative;
}
.logo-img:after {
	content: "";
	position: absolute;
	top: 0px;
	right: -10px;
	width: 1px;
	height: 90%;
	background-color: #070908;
}
.header-main .logo-outer {
	max-width: 300px;
}
.home .header-main .text-rotate {
	color: #fff;
}
.home .header-main .logo-img:after {
	background-color: #fff;
}
.home .is-scrolled .header-main .text-rotate,
.header-main .text-rotate {
	color: #070908;
}
.home .is-scrolled .header-main .logo-img:after {
	background-color: #070908;
}
.form-headerMain .reach-tag h5 {
	margin: 0px;
	border-radius: 4px;
	padding: 3px 10px;
	font-size: 13px;
	color: #070908;
	font-weight: 600;
	font-family: "Onest", Sans-serif;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	background-color: rgba(7, 9, 8, 0.04);
	display: inline-block;
}
.form-headerMain h2 {
	font-family: "Bricolage Grotesque", Sans-serif;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.1;
	color: #070908;
	margin: 0px;
	padding-top: 20px;
}

.form-headerMain p {
	text-align: left !important;
	padding-top: 10px;
	color: #6a6d73;
	font-size: 13px;
	line-height: 1.3 !important;
	font-style: italic;
	font-weight: 400;
	font-family: "Instrument Sans", Sans-serif;
	max-width: 330px;
}
.form-headerMain {
	padding-bottom: 25px;
}
.custom-contentbx p {
	margin-top: 0px !important;
}
.custom-imgQuote img {
	width: 100%;
	object-fit: cover;
}
.quote-section .quote-leftcard {
	margin-right: -50px;
}
.quote-section .quote-rightcard {
	margin-left: -50px;
}
.subtitle-quote p:before {
	content: "";
	width: 30px;
	height: 1px;
	background-color: #577cff;
	display: block;
}
.subtitle-quote p {
	display: flex;
	align-items: center;
	gap: 8px;
}

.tahefobu-nav-menu li.mega-menu-main,
.header-main .top-menubar,
.header-main .menubar-main {
	position: static;
}
.mega-menu-main .sub-menu {
	width: calc(100% - 60px) !important;
	left: 30px;
	margin-top: 15px !important;
	background-color: #fff;
	border-radius: 16px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
	padding: 40px;
	border: none !important;
}

.mega-menu-main .sub-menu li {
	border-color: #d9d9d9 !important;
}
.mega-menu-main .sub-menu li a {
	padding-left: 18px !important;
	padding-right: 0px !important;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	position: relative;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}
.mega-menu-main .sub-menu li a:after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	margin: auto;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #577cff;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}
.mega-menu-main .sub-menu li a:hover {
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	padding-right: 10px !important;
	padding-left: 20px !important;
}

.mega-menu-main .sub-menu li a:hover:after {
	left: 6px;
}

.mega-menu-main .sub-menu li .menu-titlemain {
	font-size: 24px;
	font-style: italic;
	color: #070908;
	line-height: 1.2;
	font-family: "Instrument Sans", Sans-serif;
	font-weight: 600;
}
.mega-menu-main .sub-menu li .menu-sub-title {
	font-size: 13px;
	font-style: italic;
	line-height: 1.2;
	font-family: "Instrument Sans", Sans-serif;
	font-weight: 500;
	color: #6a6d73;
}
li.mega-menu-main a i {
	display: none;
}
li.mega-menu-main > a {
	background-image: url("https://frpartners.matrixm.io/wp-content/uploads/2026/02/path1807.png");
	background-position: 100% 49%;
	background-repeat: no-repeat;
	padding-right: 15px !important;
}

.custom-contentbx ul {
	margin: 0px;
	margin-top: 10px;
	padding-left: 20px;
}
.custom-contentbx ul li::marker {
	color: #577cff;
}
.custom-contentbx ul li {
	padding-bottom: 10px;
}
.custom-contentbx ul li::last-of-type {
	padding-bottom: 0px;
}
.img-card img {
	width: 100%;
	object-fit: cover;
}
.img-card {
	display: flex;
}

/* table design */

.table-wrapper .elementor-widget-html {
	overflow: auto;
	scrollbar-width: none;
}
.tax-table {
	width: 100%;
	border-collapse: collapse;
	font-family: inherit;
	min-width: 400px;
}

.tax-table th {
	background-color: #577cff;
	color: #fff;
	padding: 16px;
	text-align: left;
	font-weight: 600;
	font-family: "Bricolage Grotesque", sans-serif;
}

.tax-table td {
	padding: 16px;
	border: 1px solid #577cff24;
	vertical-align: top;
	font-size: 16px;
	line-height: 1.4;
	color: var(--e-global-color-6cd1445);
	font-family: "Instrument Sans", sans-serif;
}

.tax-table tr:nth-child(even) {
	background-color: #577cff12;
}

.month-col {
	font-weight: 600;
	width: 15%;
}

.tax-table ul {
	padding-left: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
	list-style: none;
}

.tax-table li {
	margin-bottom: 0;
	position: relative;
	padding-left: 18px;
}

@media (max-width: 768px) {
	.tax-table th,
	.tax-table td {
		font-size: 14px;
	}
}

.tax-table td.month-col {
	color: #070908;
}

.tax-table li:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	background: #577cff;
	border-radius: 50%;
	left: 0;
	top: 7px;
}
.form-step h3 {
	font-family: "Bricolage Grotesque", sans-serif;
	color: #070908;
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 1;
}

.form-step p {
	margin: 10px 0 0;
	font-family: "Instrument Sans", Sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4em;
	color: #383838;
}

.custom-step-form .wpcf7-radio {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 8px 15px;
}

.custom-step-form [type="checkbox"],
.custom-step-form .custom-step-form [type="radio"] {
	appearance: none;
}

.custom-step-form [type="radio"]:checked {
	--bs-form-check-bg-image: url(
		data:image/svg + xml,
		%3csvgxmlns="http://www.w3.org/2000/svg"viewBox="-4 -4 8 8"%3e%3ccircler="2"fill="%23fff"/%3e%3c/svg%3e
	);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-step-form [type="radio"]:checked {
	background-color: #577cff;
	border-color: #577cff;
}
.custom-step-form [type="radio"][type="radio"] {
	border-radius: 50%;
}
.custom-step-form [type="radio"] {
	--bs-form-check-bg: #fff;
	flex-shrink: 0;
	width: 1em;
	height: 1em;
	margin-top: 3px;
	vertical-align: top;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: var(--bs-form-check-bg);
	background-image: var(--bs-form-check-bg-image);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid #7a7a7a;
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;
	margin-right: 5px;
}

.custom-step-form .wpcf7-list-item {
	margin-left: 0px;
}

.custom-step-form span.wpcf7-form-control-wrap {
	margin-bottom: 12px !important;
	display: inline-block;
}
.custom-step-form .form-step {
	display: none;
	background: #577cff12;
	padding: 30px;
	border-radius: 8px;
}
.custom-step-form .form-step.active {
	display: block;
}
.custom-step-form .next-btn,
.prev-btn,
input[type="submit"] {
	background: transparent;
	color: #070908;
	padding: 10px 24px;
	font-weight: 600;
	margin-top: 0;
	cursor: pointer;
	font-family: "Instrument Sans", Sans-serif;
	border: 1px solid #070908;
	border-radius: 50px;
}
.submit-btn-section p {
	margin: 0;
	display: flex;
	gap: 15px;
}

.custom-step-form .next-btn:hover,
.prev-btn,
input[type="submit"]:hover {
	background: #070908;
	color: #fff;
}

.submit-btn-section p br {
	display: none;
}

.submit-btn-section {
	margin-top: 15px;
}
.custom-step-form .wpcf7-radio {
	margin-bottom: 0px;
}
.custom-step-form .wpcf7-not-valid-tip {
	font-size: 14px !important;
	padding-left: 0px;
}
.custom-step-form label {
	font-size: 13px;
	line-height: 1.3;
	color: #070908;
	font-weight: 400;
	font-family: "Bricolage Grotesque", Sans-serif;
	width: 100%;
	display: block;
}

label + br {
	display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
	margin: 10px 0 0 0;
}
.custom-step-form input[type="text"],
.custom-step-form input[type="email"] {
	width: 100%;
	min-height: 40px;
	background-color: #fff;
	border: 1px solid #e6e6e6 !important;
	padding: 5px 15px;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
	color: #6a6d73;
	font-family: "Instrument Sans", Sans-serif;
	margin-top: 8px;
}
.table-stats {
	display: flex;
	gap: 15px;
	margin-bottom: 15px;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-top: -15px;
}

.table-stats p {
	margin: 0;
	background: #577cff;
	color: #fff;
	padding: 5px 15px;
	border-radius: 0;
	font-weight: 700;
	font-family: "Bricolage Grotesque", sans-serif;
}
.turbo-footer-template .elementor-widget-image {
	text-align: center;
}

.pum-container {
    border: 1px solid #ededed !important;
    box-shadow: none !important;
        border-radius: 15px !important;
        padding:30px !important;
}

.pum-content.popmake-content {
    text-align: center;
}

.pum-content.popmake-content  .wp-block-buttons.is-layout-flex.wp-block-buttons-is-layout-flex {
    justify-content: center;
    margin-top: 30px !important;
}

.pum-content.popmake-content  a.wp-block-button__link.wp-element-button {
    background-color: var(--e-global-color-f9e8dfe);
    font-family: "Instrument Sans", Sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3em;
    letter-spacing: 0.02em;
    display: inline-flex;
    color: #fff;
}

.pum-content.popmake-content >:first-child {
    font-family: "Instrument Sans", Sans-serif;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.4em;
    color: var(--e-global-color-6cd1445) !important;
    margin-bottom: 5px !important;
}

.pum-content.popmake-content h1.wp-block-heading {
    font-family: "Bricolage Grotesque", Sans-serif;
    font-size: 36px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.2em;
    color: var(--e-global-color-f9e8dfe);
    margin-top: 10px;
    margin-bottom: 10px;
}

.pum-content.popmake-content  a.wp-block-button__link.wp-element-button:hover {
        background-color: #3f4144 !important;
}

.pum-content.popmake-content  h4.wp-block-heading {margin-top: 0;color: #2145c3;font-weight: 500;font-size: 18px;}


/* start media query*/

@media only screen and (min-width: 768px) {
	.we-helpIner .swiper-button-prev,
	.we-helpIner .swiper-button-next {
		top: 50px;
	}

	.we-helpIner .swiper-button-prev {
		left: auto;
		right: 50px;
	}
}

@media only screen and (min-width: 1025px) {
	.header-main .menubar-main {
		flex: 1 !important;
		width: auto !important;
	}
	.home li.mega-menu-main > a {
		background-image: url("https://frpartners.matrixm.io/wp-content/uploads/2026/02/white-chevron.png");
		background-position: 100% 49%;
		background-repeat: no-repeat;
	}
	.home .is-scrolled li.mega-menu-main > a {
		background-image: url("https://frpartners.matrixm.io/wp-content/uploads/2026/02/path1807.png");
		background-position: 100% 49%;
		background-repeat: no-repeat;
	}
	.mega-menu-main.wehelpmenu .sub-menu:before {
		content: "Who we help";
		display: inline-block;
		font-family: "Bricolage Grotesque", sans-serif;
		font-size: 42px;
		font-weight: 600;
		line-height: 1.2em;
		background: linear-gradient(90deg, #070908 34%, #577cff 40%, #577cff 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		color: transparent;
		margin-bottom: 15px;
		text-transform: uppercase;
	}
	.mega-menu-main.organizedmenu .sub-menu:before {
		content: "get organized";
		display: inline-block;
		font-family: "Bricolage Grotesque", sans-serif;
		font-size: 42px;
		font-weight: 600;
		line-height: 1.2em;
		background: linear-gradient(90deg, #070908 20%, #577cff 28%, #577cff 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		color: transparent;
		margin-bottom: 15px;
		text-transform: uppercase;
	}
	.mega-menu-main.resourcesdmenu .sub-menu:before {
		content: "Our Resources";
		display: inline-block;
		font-family: "Bricolage Grotesque", sans-serif;
		font-size: 42px;
		font-weight: 600;
		line-height: 1.2em;
		background: linear-gradient(90deg, #070908 28%, #577cff 28%, #577cff 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		color: transparent;
		margin-bottom: 15px;
		text-transform: uppercase;
	}
	.mega-menu-main .sub-menu li a:hover {
		background-color: #f5f5f5 !important;
	}
}

@media only screen and (max-width: 1290px) {
	.header-main .tahefobu-nav-menu li {
		margin: 0px 10px !important;
	}
}
@media only screen and (max-width: 1199px) {
	.header-main .tahefobu-nav-menu li {
		margin: 0px 6px !important;
	}
	.header-main .tahefobu-nav-menu li a {
		font-size: 12px !important;
	}
	.header-main .meet-withBtn .elementor-button-link {
		font-size: 12px !important;
	}
	.header-main .mainLogo-head img {
		max-width: 100px !important;
	}
	.header-main .text-rotate {
		font-size: 12px;
	}
	.header-main .logo-subtitle .elementor-heading-title {
		font-size: 9px !important;
	}
	.mega-menu-main .sub-menu {
		padding: 20px;
	}
}

@media only screen and (max-width: 1200px) {
	.hero-section .title .elementor-heading-title {
		font-size: 80px !important;
	}
	.hero-right-section {
		padding-left: 0px !important;
	}
	.vector-image img {
		max-width: 100px !important;
	}
}
@media only screen and (max-width: 1100px) and (min-width: 1025px) {
	.header-main .head-buttonMain {
		width: 124px !important;
	}
}

@media only screen and (max-width: 1024px) {
	.hero-section .title .elementor-heading-title {
		font-size: 65px !important;
	}
	.header-main .mainLogo-head img {
		max-width: 120px !important;
	}
	.header-main .logo-outer {
		max-width: 260px;
	}
	.home .tahefobu-mobile-toggle .tahefobu-mobile-toggle-line {
		background-color: #fff !important;
	}
	.home .is-scrolled .tahefobu-mobile-toggle .tahefobu-mobile-toggle-line {
		background-color: #070908 !important;
	}
	.home .turbo-header-template .top-menubar ul li a {
		color: #070908 !important;
	}
	.home .turbo-header-template .top-menubar ul li.current-menu-item a:hover,
	.home .turbo-header-template .top-menubar ul li.current-menu-item a,
	.turbo-header-template .top-menubar ul li.current-menu-item a,
	.turbo-header-template .top-menubar ul li.current-menu-item a:hover {
		color: #577cff !important;
	}

	.top-menubar ul li.current-menu-item a:after {
		display: none;
	}
	.header-main .head-buttonMain {
		flex: 1 !important;
	}
	.tahefobu-nav-menu li.mega-menu-main,
	.header-main .top-menubar,
	.header-main .menubar-main {
		position: relative;
	}
	.tahefobu-mobile-nav-menu:not(.tahefobu-mobile-mega-menu) {
		position: fixed !important;
		left: 0px !important;
		width: 100% !important;
		padding: 10px;
		box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
		background-color: #fff;
		max-height: 87vh;
		overflow-y: auto;
	}

	/* mobile menu*/

	.home .turbo-header-template .top-menubar ul li a:hover,
	.top-menubar ul li.current-menu-item a,
	.turbo-header-template .top-menubar ul li a:hover {
		color: #577cff !important;
	}
	.home .is-scrolled.turbo-header-template .top-menubar ul li a:hover,
	.turbo-header-template .top-menubar ul li a:hover {
		color: #577cff !important;
	}
	.we-helpIner .ImgWrap-content-inner {
		padding: 20px 10px;
	}
	.we-helpIner .we-help-ImgWrap .ImgWrap-content h5 {
		font-size: 22px;
	}
	.we-helpIner .we-help-ImgWrap .ImgWrap-content p {
		font-size: 16px;
	}

	.mega-menu-main .sub-menu li a:after {
		display: none;
	}
	.mega-menu-main .sub-menu {
		width: 100% !important;
		box-shadow: none;
		padding: 0px;
		border-radius: 0px;
	}
	.mega-menu-main .sub-menu li a {
		display: block;
	}
	.mega-menu-main .sub-menu li .menu-sub-title {
		display: none;
	}
	.mega-menu-main .sub-menu li a,
	.mega-menu-main .sub-menu li a:hover {
		padding: 15px 10px !important;
	}
	.mega-menu-main .sub-menu li a,
	.mega-menu-main .sub-menu li a:hover {
		padding-left: 20px !important;
	}
	.mega-menu-main .sub-menu li .menu-titlemain {
		font-size: 13px;
		font-weight: 500;
		font-style: normal;
	}
	.tahefobu-mobile-nav-menu li a {
		border-color: #d9d9d9 !important;
	}
	.tahefobu-mobile-nav-menu li:last-of-type a {
		border-bottom: none !important;
	}

	.tahefobu-mobile-nav-menu li a:focus {
		outline: none;
	}
	.mega-menu-main .sub-menu {
		margin-top: 0px !important;
	}
	.mega-menu-main .sub-menu li a {
		border-bottom: 1px solid #d9d9d9 !important;
	}
	.tahefobu-mobile-nav-menu .tahefobu-mobile-menu-item,
	.mega-menu-main .sub-menu li a {
		text-align: left;
	}
	li.mega-menu-main a:after {
		display: none !important;
	}
	.mega-menu-main .sub-menu li .menu-titlemain {
		color: #6a6d73;
	}

	.mega-menu-main a:hover .menu-titlemain {
		color: #577cff !important;
	}
	.mega-menu-main.current-menu-item a {
		font-weight: 700 !important;
	}

	/*.header-main .tahefobu-mobile-nav-menu{
	position: fixed!important;
	right: 0px;
	left: auto !important;
	max-width: 300px;
	width: 100% !important;
	margin-top: 0px !important;
	background-color: #fff;
	height: 100vh !important;
	overflow-y: auto;
	padding: 10px;
	top: 0px;

}*/
}

@media only screen and (max-width: 991px) {
	.form-step p {
		font-size: 14px;
	}
	.custom-step-form .form-step {
		padding: 30px 20px;
	}
	.hero-section .title .elementor-heading-title {
		font-size: 50px !important;
	}
	.footer-timerlist {
		padding: 20px 25px;
	}
	.form-headerMain h2 {
		font-size: 26px;
	}
	.form-headerMain .reach-tag h5 {
		font-size: 12px;
	}
	.vector-image img {
		display: none !important;
	}
}

@media only screen and (max-width: 767px) {
	.pum-theme-lightbox .pum-content + .pum-close {
    right: -5px !important;
}
.pum-overlay {
    overflow: hidden !important;
}

.pum-container.pum-responsive {
    width: calc(100% - 40px) !important;
    left: 20px !important;
}
.pum-content.popmake-content  .wp-block-buttons.is-layout-flex.wp-block-buttons-is-layout-flex {
  
    margin-top: 20px !important;
}
	.pum-container {
  
        padding:20px 15px !important;
}
	.pum-content.popmake-content h1.wp-block-heading {
    font-size: 24px;
}

.pum-content.popmake-content >:first-child {
    font-size: 14px !important;
}

.pum-content.popmake-content h4.wp-block-heading {
    font-size: 16px;
}
	.header-main .mainLogo-head img {
		max-width: 100px !important;
	}
	.header-main .logo-outer {
		max-width: 170px;
	}
	.hero-section .title .elementor-heading-title {
		font-size: 38px !important;
	}
	.busines-owners-main .right-form {
		margin-left: 0px;
	}
	.we-helpIner .we-help-ImgWrap {
		position: relative;
		overflow: hidden;
		border-radius: 20px;
	}
	.custom-form {
		padding: 30px 15px;
	}

	.footer-timerlist {
		border-radius: 15px;
		padding-right: 15px;
		margin: 0px;
		max-width: 100%;
	}
	.footer-main .logo-outer {
		max-width: 250px;
	}
	.we-help-ImgWrap img {
		width: 100%;
	}
	.wehelp-content .elementor-widget-html {
		position: relative;
	}
	.we-helpIner .swiper-button-prev,
	.we-helpIner .swiper-button-next {
		width: 35px;
		height: 35px;
	}
	.we-helpIner .swiper-button-next {
		right: -10px;
	}
	.we-helpIner .swiper-button-prev {
		left: -10px;
	}
	.quote-section .quote-rightcard {
		margin-left: 0px;
	}
	.quote-section .quote-leftcard {
		margin-right: 0px;
	}
	.custom-imgQuote {
		display: flex;
	}
	.subtitle-quote p:before {
		width: 20px;
	}
}

@media only screen and (max-width: 575px) {
	.header-main .head-buttonMain {
		display: none !important;
	}
	.header-main .logo-main {
		flex: 1 !important;
	}
	.header-main .logo-outer {
		max-width: 210px;
	}
	.header-main .mainLogo-head img {
		max-width: 120px !important;
	}
	.text-rotate {
		font-size: 12px;
	}
	.calendly-inline-widget {
		min-width: 100% !important;
	}
}
