/*
Theme Name: Twenty Twenty-Five
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}





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

/* 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; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	text-decoration-thickness: 1px;
}

/**
 * 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; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration-style: dotted; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
	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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

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

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

/**
 * Responsive Styles
 */

/**
 * Required Variables
 */

/**
 * Root Media Query Variables
 */
:root {
	--responsive--spacing-horizontal: calc(2 * var(--global--spacing-horizontal) * 0.6);
	--responsive--aligndefault-width: calc(100vw - var(--responsive--spacing-horizontal));
	--responsive--alignwide-width: calc(100vw - var(--responsive--spacing-horizontal));
	--responsive--alignfull-width: 100%;
	--responsive--alignright-margin: var(--global--spacing-horizontal);
	--responsive--alignleft-margin: var(--global--spacing-horizontal);
}

@media only screen and (min-width: 482px) {

	:root {
		--responsive--aligndefault-width: min(calc(100vw - 4 * var(--global--spacing-horizontal)), 610px);
		--responsive--alignwide-width: calc(100vw - 4 * var(--global--spacing-horizontal));
		--responsive--alignright-margin: calc(0.5 * (100vw - var(--responsive--aligndefault-width)));
		--responsive--alignleft-margin: calc(0.5 * (100vw - var(--responsive--aligndefault-width)));
	}
}
@media only screen and (min-width: 822px) {

	:root {
		--responsive--aligndefault-width: min(calc(100vw - 8 * var(--global--spacing-horizontal)), 610px);
		--responsive--alignwide-width: min(calc(100vw - 8 * var(--global--spacing-horizontal)), 1240px);
	}
}

/**
 * Extends
 */
.post-thumbnail,
.entry-content .wp-audio-shortcode,
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
*[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
.default-max-width {
	max-width: var(--responsive--aligndefault-width);
	margin-left: auto;
	margin-right: auto;
}

.widget-area,
.pagination,
.comments-pagination,
.post-navigation,
.site-footer,
.site-header,
.alignwide,
.wide-max-width {
	max-width: var(--responsive--alignwide-width);
	margin-left: auto;
	margin-right: auto;
}

.alignfull,
.wp-block-group .wp-block-group__inner-container > *.alignfull,
.full-max-width {
	max-width: var(--responsive--alignfull-width);
	width: var(--responsive--alignfull-width);
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (min-width: 482px) {

	.alignfull,
	.full-max-width {
		max-width: var(--responsive--alignfull-width);
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}
}

.entry-header .post-thumbnail,
.singular .post-thumbnail,
.alignfull [class*=inner-container] > .alignwide,
.alignwide [class*=inner-container] > .alignwide {
	margin-left: auto;
	margin-right: auto;
	width: var(--responsive--alignwide-width);
	max-width: var(--responsive--alignfull-width);
}

@media only screen and (min-width: 482px) {

	.entry-content > .alignleft {

		/*rtl:ignore*/
		margin-left: var(--responsive--alignleft-margin);

		/*rtl:ignore*/
		margin-right: var(--global--spacing-horizontal);
	}
}
@media only screen and (min-width: 482px) {

	.entry-content > .alignright {

		/*rtl:ignore*/
		margin-left: var(--global--spacing-horizontal);

		/*rtl:ignore*/
		margin-right: var(--responsive--alignright-margin);
	}
}

/**
 * Site Structure
 *
 * - Set vertical margins and responsive widths on
 *   top-level wrappers and content wrappers
 * - `--global--width-content` is a responsive variable
 * - See: globals/_global-width-responsive.scss
 */

/**
 * Top Level Wrappers (header, main, footer)
 * - Set vertical padding and horizontal margins
 */
.site-header,
.site-main,
.widget-area,
.site-footer {
	padding-top: var(--global--spacing-vertical);
	padding-bottom: var(--global--spacing-vertical);
	margin-left: auto;
	margin-right: auto;
}

.site-header {
	padding-top: calc(0.75 * var(--global--spacing-vertical));
	padding-bottom: calc(2 * var(--global--spacing-vertical));
}
@media only screen and (min-width: 482px) {

	.site-header {
		padding-bottom: calc(3 * var(--global--spacing-vertical));
	}
}

/**
 * Site-main children wrappers
 * - Add double vertical margins here for clearer hierarchy
 */
.site-main > * {
	margin-top: calc(3 * var(--global--spacing-vertical));
	margin-bottom: calc(3 * var(--global--spacing-vertical));
}

.site-main > *:first-child {
	margin-top: 0;
}

.site-main > *:last-child {
	margin-bottom: 0;
}

/**
 * Set the default maximum responsive content-width
 */

/**
 * Set the wide maximum responsive content-width
 */

/**
 * Set the full maximum responsive content-width
 */

/*
 * Block & non-gutenberg content wrappers
 * - Set margins
 */
.entry-header,
.post-thumbnail,
.entry-content,
.entry-footer,
.author-bio {
	margin-top: var(--global--spacing-vertical);
	margin-right: auto;
	margin-bottom: var(--global--spacing-vertical);
	margin-left: auto;
}

/*
 * Block & non-gutenberg content wrapper children
 * - Sets spacing-vertical margin logic
 */
.site-main > article > *,
.site-main > .not-found > *,
.entry-content > *,
[class*=inner-container] > *,
.wp-block-template-part > *,
.wp-block-post-template :where(li > *) {
	margin-top: calc(0.666 * var(--global--spacing-vertical));
	margin-bottom: calc(0.666 * var(--global--spacing-vertical));
}
@media only screen and (min-width: 482px) {

	.site-main > article > *,
	.site-main > .not-found > *,
	.entry-content > *,
	[class*=inner-container] > *,
	.wp-block-template-part > *,
	.wp-block-post-template :where(li > *) {
		margin-top: var(--global--spacing-vertical);
		margin-bottom: var(--global--spacing-vertical);
	}
}

.site-main > article > *:first-child,
.site-main > .not-found > *:first-child,
.entry-content > *:first-child,
[class*=inner-container] > *:first-child,
.wp-block-template-part > *:first-child,
.wp-block-post-template :where(li > *):first-child {
	margin-top: 0;
}

.site-main > article > *:last-child,
.site-main > .not-found > *:last-child,
.entry-content > *:last-child,
[class*=inner-container] > *:last-child,
.wp-block-template-part > *:last-child,
.wp-block-post-template :where(li > *):last-child {
	margin-bottom: 0;
}

.site-footer > *,
.widget-area > * {
	margin-top: calc(0.666 * var(--global--spacing-vertical));
	margin-bottom: calc(0.666 * var(--global--spacing-vertical));
}
@media only screen and (min-width: 482px) {

	.site-footer > *,
	.widget-area > * {
		margin-top: var(--global--spacing-vertical);
		margin-bottom: var(--global--spacing-vertical);
	}
}

/*
 * Block & non-gutenberg content wrapper children
 * - Sets spacing-unit margins
 */
.entry-header > *,
.post-thumbnail > *,
.page-content > *,
.comment-content > *,
.widget > * {
	margin-top: var(--global--spacing-unit);
	margin-bottom: var(--global--spacing-unit);
}

.entry-header > *:first-child,
.post-thumbnail > *:first-child,
.page-content > *:first-child,
.comment-content > *:first-child,
.widget > *:first-child {
	margin-top: 0;
}

.entry-header > *:last-child,
.post-thumbnail > *:last-child,
.page-content > *:last-child,
.comment-content > *:last-child,
.widget > *:last-child {
	margin-bottom: 0;
}

/*
 * .entry-content children specific controls
 * - Adds special margin overrides for alignment utility classes
 */
.entry-content > * {

	/* Reset alignleft and alignright margins after alignfull */
}

.entry-content > *.alignleft,
.entry-content > *.alignright,
.entry-content > *.alignleft:first-child + *,
.entry-content > *.alignright:first-child + *,
.entry-content > *.alignfull.has-background {
	margin-top: 0;
}

.entry-content > *:last-child,
.entry-content > *.alignfull.has-background {
	margin-bottom: 0;
}

.entry-content > *.alignfull + .alignleft,
.entry-content > *.alignfull + .alignright {
	margin-top: var(--global--spacing-vertical);
}

/**
 * Reset specific elements to make them easier to style in other contexts.
 */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
form,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

/**
 * Apply generic border-box to all elements.
 * See:
 * https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
html {

	/* Apply border-box across the entire page. */
	box-sizing: border-box;
	font-family: var(--global--font-secondary);
	line-height: var(--global--line-height-body);
}

/**
 * Relax the definition a bit, to allow components to override it manually.
 */
*,
*::before,
*::after {
	box-sizing: inherit;
}

body {
	font-size: var(--global--font-size-base);
	font-weight: normal;
	color: var(--global--color-primary);
	text-align: left;
	background-color: var(--global--color-background);
}

button {
	cursor: pointer;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/* Category 04 can contain any default HTML element. Do not add classes here, just give the elements some basic styles. */
blockquote {
	padding: 0;
	position: relative;
	margin: var(--global--spacing-vertical) 0 var(--global--spacing-vertical) var(--global--spacing-horizontal);
}

blockquote > * {
	margin-top: var(--global--spacing-unit);
	margin-bottom: var(--global--spacing-unit);
}

blockquote > *:first-child {
	margin-top: 0;
}

blockquote > *:last-child {
	margin-bottom: 0;
}

blockquote p {
	letter-spacing: var(--heading--letter-spacing-h4);
	font-family: var(--quote--font-family);
	font-size: var(--quote--font-size);
	font-style: var(--quote--font-style);
	font-weight: var(--quote--font-weight);
	line-height: var(--quote--line-height);
}

blockquote cite,
blockquote footer {
	font-weight: normal;
	color: var(--global--color-primary);
	font-size: var(--global--font-size-xs);
	letter-spacing: var(--global--letter-spacing);
}

blockquote.alignleft,
blockquote.alignright {
	padding-left: inherit;
}

blockquote.alignleft p,
blockquote.alignright p {
	font-size: var(--heading--font-size-h5);
	max-width: inherit;
	width: inherit;
}

blockquote.alignleft cite,
blockquote.alignleft footer,
blockquote.alignright cite,
blockquote.alignright footer {
	font-size: var(--global--font-size-xs);
	letter-spacing: var(--global--letter-spacing);
}

blockquote strong {
	font-weight: var(--quote--font-weight-strong);
}

blockquote:before {
	content: "“";
	font-size: var(--quote--font-size);
	line-height: var(--quote--line-height);
	position: absolute;
	left: calc(-0.5 * var(--global--spacing-horizontal));
}

blockquote .wp-block-quote__citation,
blockquote cite,
blockquote footer {
	color: var(--global--color-primary);
	font-size: var(--global--font-size-xs);
	font-style: var(--quote--font-style-cite);
}
@media only screen and (max-width: 481px) {

	blockquote {
		padding-left: calc(0.5 * var(--global--spacing-horizontal));
	}

	blockquote:before {
		left: 0;
	}
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
.site textarea {
	border: var(--form--border-width) solid var(--form--border-color);
	border-radius: var(--form--border-radius);
	color: var(--form--color-text);
	line-height: var(--global--line-height-body);
	padding: var(--form--spacing-unit);
	margin: 0 2px;
	max-width: 100%;
}

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=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,
.site textarea:focus {
	color: var(--form--color-text);
	outline-offset: 2px;
	outline: 2px dotted var(--form--border-color);
}

input[type=text]:disabled,
input[type=email]:disabled,
input[type=url]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=number]:disabled,
input[type=tel]:disabled,
input[type=date]:disabled,
input[type=month]:disabled,
input[type=week]:disabled,
input[type=time]:disabled,
input[type=datetime]:disabled,
input[type=datetime-local]:disabled,
input[type=color]:disabled,
.site textarea:disabled {
	opacity: 0.7;
}

.is-dark-theme input[type=text],
.is-dark-theme input[type=email],
.is-dark-theme input[type=url],
.is-dark-theme input[type=password],
.is-dark-theme input[type=search],
.is-dark-theme input[type=number],
.is-dark-theme input[type=tel],
.is-dark-theme input[type=date],
.is-dark-theme input[type=month],
.is-dark-theme input[type=week],
.is-dark-theme input[type=time],
.is-dark-theme input[type=datetime],
.is-dark-theme input[type=datetime-local],
.is-dark-theme input[type=color],
.is-dark-theme .site textarea {
	background: var(--global--color-white-90);
}

input[type=search]:focus {
	outline-offset: -7px;
}

.is-dark-theme input[type=search]:focus {
	outline-color: var(--global--color-background);
}

input[type=color] {
	padding: calc(var(--form--spacing-unit) / 2);
	height: calc(4 * var(--form--spacing-unit));
}

input[type=email],
input[type=url] {

	/*rtl:ignore*/
	direction: ltr;
}

select {
	border: var(--form--border-width) solid var(--form--border-color);
	color: var(--form--color-text);
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	line-height: var(--global--line-height-body);
	padding: var(--form--spacing-unit) calc(3 * var(--form--spacing-unit)) var(--form--spacing-unit) var(--form--spacing-unit);
	background: var(--global--color-white) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>") no-repeat;
	background-position: right var(--form--spacing-unit) top 60%;
}

select:focus {
	outline-offset: 2px;
	outline: 2px dotted var(--form--border-color);
}






body{
background:rgb(245 245 247);
}

.waypointfade{
    opacity: 0;
-webkit-transform: translateY(40px);
-ms-transform: translateY(40px);
transform: translateY(40px);
-webkit-transition: -webkit-transform .8s,opacity .8s;
transition: transform .8s,opacity .8s;
}
.waypointfade.active{
    opacity: 1;
-webkit-transform: translateY(-0%);
-ms-transform: translateY(-0%);
transform: translateY(-0%);
}

.menucontainerouter{
position:fixed;
top:0;
width:100%;
left:0;
z-index: 6;
}
.menucontainer{
width: 90%;
max-width: 1300px;
margin: auto;
display: flex;
position: relative;
justify-content: space-between;
flex-wrap: wrap;
padding: 25px;
padding-left: 35px;
padding-right: 35px;
top: 10px;
z-index: 6;
align-items: center;
}
.menucontainer::before{
position:absolute;
content:'';
-webkit-backdrop-filter: blur(8px);
backdrop-filter: blur(8px);
background: RGBA(255,255,255,.7);
width:100%;
height:100%;
top:0;
left:0;
border-radius:50px;
}
.menucontainer > *{
position:relative;
}
.menuinner li{
list-style:none;
display:inline-block;
}
.mobilemenu{
display:none;
}
.section1{
background:#193768;
padding-bottom:80px;
color:#fff;
font-weight:700;
font-size:15pt;
position:relative;
}
.section1bk{
background-image: url(https://www.neo-mind.co.uk/wp-content/themes/neomind/images/grid-pattern.svg);
top: 0;
right: 0;
bottom: 0;
left: 0;
position:absolute;
opacity: 0.3;
}
.maincontent{
width:90%;
max-width:1300px;
margin:auto;
position:relative;
}
.firstsection{
padding-top:180px;
}
h1{
font-weight:900;
font-size: 3.75rem;
line-height: 1;
margin-bottom: 1.5rem;
}
h2{
font-weight:900;
font-size:26pt;
margin-bottom: 1.5rem;
color:#193768;
position:relative;
padding-bottom: 28px;
}
h2::after{
content:'';
width:80px;
height:6px;
background:rgb(212 175 55);
position:absolute;
bottom:0;
left:0;
}
h3{
font-weight:900;
font-size:18pt;
margin-bottom: 1.5rem;
position:relative;
}
body{
font-weight:500;
font-size:12pt;
color:rgb(75, 85, 99);
}
p{
margin-bottom:15px;
}
.paddingtop{
padding-top:80px;
}
.paddingbottom{
padding-bottom:80px;
}
.whitebk{
background:#fff;
}
.navybk{
background:#193768;
color:#fff;
}
.navybk h1, .navybk h2, .navybk h3{
color:#fff;
}
.relative{
position:relative;
}
.center{
text-align:center;
}
.center h2::after{
left:calc(50% - 40px);
}
h1 strong{
color:rgb(212 175 55);
}
.introwidth{
max-width:700px;
}
.menucontainer a{
text-decoration:none;
}
.headerlogo{
font-weight: 900;
color: #193768;
font-size: 22pt;
}
.headerlogo strong{
color:#385586;
}
.menuinner a{
color: #193768;
display: block;
padding: 5px;
font-weight: 700;
font-size:13pt;
}
.menuinner a:hover{
color:rgb(212 175 55);
}
.cta a{
background: #193768;
color: #fff;
border-radius: 50px;
padding: 10px;
padding-left: 25px;
padding-right: 25px;
margin-left: 5px;
}
.cta a:hover{
background:rgb(212 175 55);
color:#fff;
}
.slim{
max-width:800px;
}
.navybk .section1bk::before{
content:'';
top: 0;
right: 0;
bottom: 0;
left: 0;
position: absolute;
background:#fff;
opacity:0.2;
}
.homesplit{
display:flex;
flex-wrap:wrap;
}
.homesplit .left{
width:50%;
padding-right: 80px;
}
.homesplit .right{
width:50%;
background: rgb(245 245 247);
border-radius:15px;
display:flex;
align-items: center;
padding: 40px;
text-align: center;
}
.quoteperson {
display: inline-block;
}
.chrislink {
padding-left: 51px;
background: #272c42;
float: right;
}
.quoteperson img {
width: 46px;
height: 46px;
border-radius: 50%;
border: solid 2px #272c42;
display: inline-block;
vertical-align: middle;
background: #272c42;
object-fit: cover;
margin-right: 8px;
}
.quoteperson div {
display: inline-block;
vertical-align: middle;
font-size: 12pt;
line-height: 1.1;
color: #272c42;
text-align: left;
}
.quoteperson div span {
display: block;
font-size: 14pt;
}
.chrislink img {
width: 40px;
height: 40px;
position: absolute;
left: 3px;
top: 3px;
border-radius: 50%;
border: solid 2px #fff;
padding: 4px;
}
.primarylink, .secondarylink {
background: #193768;
background-position: 0 50%;
background-size: 200% auto;
border: none;
border-radius: 30px;
color: #fff;
display: inline-block;
font-weight: 900;
overflow: hidden;
padding: 12px 20px 12px 24px;
position: relative;
text-align: center;
transition: all .6s ease;
white-space: nowrap;
z-index: 1;
text-transform: uppercase;
padding-left: 50px;
}
.primarylink::after, .secondarylink::after {
content: "";
display: inline-block;
font-size: 1.33333em;
font-weight: 300;
line-height: 1;
line-height: .75em;
margin-left: 10px;
transition: all .6s ease;
vertical-align: -.0667em;
width: 18px;
background: url(https://www.madebyalpha.co.uk/wp-content/themes/alphacreative/images/arrow-white.png);
height: 15px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.jonny{
text-align: left;
margin: auto;
max-width: 350px;
font-weight:700;
}
.text ul{
list-style:none;
margin-bottom:20px;
}
.text li{
position:relative;
padding-left:30px;
margin-bottom:15px;
}
.text li::before{
background: url(https://www.neo-mind.co.uk/wp-content/themes/neomind/images/bullet.png);
content:'';
position:absolute;
left:0;
top:0;
width:25px;
height:25px;
background-size:contain;
}
.scroller {
display: block;
width: 100%;
white-space: nowrap;
overflow: hidden;
line-height: 1;
padding-bottom: 1em;
cursor: url(https://www.madebyalpha.co.uk/wp-content/themes/alphacreative/images/circleclick.png)  50 50, auto !important;
color: #193768;
}
.scroller2 {
margin-top: -1em;
}
.scrollerinner {
white-space: nowrap;
font-size: 8vw;
}
.scrollerinner div {
transform: translateX(-0px);
-webkit-animation: scroll 30s linear infinite;
animation: scroll 30s linear infinite;
display: inline-block;
}
.scroller strong {
color: rgb(212 175 55);
}
.scrollerinner2 div {
animation-direction: reverse;
}

/* Standard syntax */
@keyframes scroll {
   0% {
    -webkit-transform: translateX(00%);
   }
    
    100% {
    -webkit-transform: translateX(-100%);
    }
}

@-webkit-keyframes scroll {

 0% {
    -webkit-transform: translateX(00%);
   }
    
    100% {
    -webkit-transform: translateX(-100%);
    }
}
.formcontainer{
box-shadow: 0px 2px 12px 1px rgba(0,0,0,0.27);
-webkit-box-shadow: 0px 2px 12px 1px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 2px 12px 1px rgba(0,0,0,0.1);
padding: 40px;
border-radius: 15px;
margin-top: 40px;
}
.speciallink{
background: #193768;
color: #fff;
border-radius: 50px;
padding: 10px;
padding-left: 25px;
padding-right: 25px;
margin-left: 5px;
text-decoration:none;
font-weight:700;
display: inline-block;
margin-top:20px;
}
.speciallink:hover{
background: rgb(212 175 55);
color: #fff;
}
.navybk .speciallink{
background: rgb(212 175 55);
color: #fff;
}
.navybk .speciallink2{
background: #fff;
color: #193768;
}
.navybk .speciallink:hover, .navybk .speciallink2:hover{
background:#193768;
color:#fff;
}
.homeservices{
display:flex;
flex-wrap:wrap;
justify-content:space-between;
}
.homeservice{
background:#fff;
width:calc(33.33% - 15px);
box-shadow: 0px 2px 12px 1px rgba(0,0,0,0.27);
-webkit-box-shadow: 0px 2px 12px 1px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 2px 12px 1px rgba(0,0,0,0.1);
padding: 40px;
border-radius: 15px;
margin-bottom: 20px;
text-align:left;
text-decoration:none;
}
.swiper-pagination{
position: relative !important;
top: auto !important;
bottom: auto !important;
margin-top: 20px;
}
.swiper-pagination-bullet{
background:#fff !important;
opacity:0.4 !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
opacity:1 !important;
}
.swiper-slide{
background:rgba(255,255,255,.1);
border-radius:15px;
padding:20px;
text-align:left;
box-sizing: border-box;
}
.footertop{
display:flex;
flex-wrap:wrap;
justify-content:space-between;
}
.footer1{
width:25%;
padding-right:30px;
}
.footer2{
width:25%;
padding-right:30px;
}
.footer3{
width:25%;
padding-right:30px;
}
.footer4{
width:25%;
padding-right:30px;
}
.footertop h4{
font-weight:900;
font-size:15pt;
margin-bottom:15px;
}
.footertop ul{
list-style:none;
}
.footertop li{
margin-bottom:10px;
}
.gform-footer input{
background: #193768 !important;
}
.homeservices::after {
  content: "";
width: calc(33.33% - 15px);
}
.mobilemenu a{
color:#fff;
padding-left:0;
}











@media (max-width: 900px) {




#trigger-overlay{
    display: block;
width: 35px;
height: 35px;
position: fixed;
top: 30px;
right: 30px;
z-index: 999;
padding: 0;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.triggerinner{
    display: block;
width: 35px;
height: 24px;
position: relative;
}
#trigger-overlay .menuline1, #trigger-overlay .menuline2, #trigger-overlay .menuline3{
    background: #193768;
    height: 3px;
width: 35px;
position: absolute;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
border-radius:10px;
}
body.black #trigger-overlay .menuline1, body.black #trigger-overlay .menuline2, body.black #trigger-overlay .menuline3{
    background: #fff;
}
#trigger-overlay .menuline1{
top: 0;
left: 0;

}
#trigger-overlay .menuline2{
top: 10.5px;
left: 0;
}
#trigger-overlay .menuline3{
bottom: 0;
left: 0;
}
#trigger-overlay.checked .menuline1{
    -webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
top: 10px;
background: #193768;
}
#trigger-overlay.checked .menuline2{
height: 3px;
width: 0;
left: 17px;
background: #193768;
}
#trigger-overlay.checked .menuline3{
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
bottom: 11px;
left: 0;
background: #193768;
}
.menucontainer{
width:100%;
padding: 0;
top: 0;

}
.menu-overlay{
    opacity: 0;
visibility: hidden;
-webkit-transition: opacity .8s,visibility 0s .8s;
transition: opacity .8s,visibility 0s .8s;
-webkit-overflow-scrolling: touch;
position: fixed;
width: 100%;
height: 100vh;
top: 0;
left: 0;
overflow-y: scroll;
z-index: 6;
background: #193768;
color:#fff;
padding-top: 120px;
display: block;
display:block;
}
.menucontainer::before{
display:none;
}
.menu-overlay.on{
    opacity: 1;
visibility: visible;
-webkit-transition: opacity .8s;
transition: opacity .8s;
}
.menuinner{
    opacity: .4;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
-webkit-transition: -webkit-transform .8s,opacity .8s;
transition: transform .8s,opacity .8s;
}
.menu-overlay.on .menuinner{
    opacity: 1;
-webkit-transform: translateY(0%);
transform: translateY(0%);
}
.menu-overlay.on{
    background: #193768;
    opacity: 1 !important;
-webkit-transform: translateY(0%) !important;;
-ms-transform: translateY(0%) !important;;
transform: translateY(0%) !important;;
}

.headerlogo{
-webkit-backdrop-filter: blur(8px);
backdrop-filter: blur(8px);
background: RGBA(255,255,255,.7);
z-index:7;
width: calc(100% - 20px);
margin: auto;
border-radius:50px;
margin-top: 10px;
padding: 20px;
}





.menuinner ul{
    width:80%;
    max-width:600px;
    margin:auto;
    font-size: 45pt;
}
.menuinner li{
    display:inline-block;
    width:48%;
}
.menuinner li:nth-child(even){
    position: relative;
    top:30px;
    opacity: 0;
    -webkit-transform: translateX(40px);
-ms-transform: translateX(40px);
transform: translateX(40px);
-webkit-transition: -webkit-transform .8s,opacity .8s;
transition: transform .8s,opacity .8s;
}
.menuinner li:nth-child(odd){
    text-align: right;
    opacity: 0;
    -webkit-transform: translateX(-40px);
-ms-transform: translateX(-40px);
transform: translateX(-40px);
-webkit-transition: -webkit-transform .8s,opacity .8s;
transition: transform .8s,opacity .8s;
}
.menuinner li a{
    text-decoration: none;
padding: 10px;
padding-left: 15px;
display: inline-block;
padding-right: 15px;
font-weight: 700;
color: #fff;
font-size: 26pt;
}
.menuinner li a:hover{
    
}
.menu-overlay.on .menuinner li{
    opacity: 1;
    -webkit-transform: translateX(0px);
-ms-transform: translateX(0px);
transform: translateX(0px);

}
.menu-overlay.on .menuinner li:nth-child(1){
    transition-delay: .4s;
}
.menu-overlay.on .menuinner li:nth-child(2){
    transition-delay: .5s;
}
.menu-overlay.on .menuinner li:nth-child(3){
    transition-delay: .6s;
}
.menu-overlay.on .menuinner li:nth-child(4){
    transition-delay: .7s;
}
.menu-overlay.on .menuinner li:nth-child(5){
    transition-delay: .8s;
}
.menu-overlay.on .menuinner li:nth-child(6){
    transition-delay: .9s;
}
.mobilemenu{
display:block;
padding:40px;
text-align:center;
margin-top:40px;
font-size:18pt;
opacity: 0;
-webkit-transition: opacity 1s;
transition: opacity 1s;
}
.menu-overlay.on .mobilemenu{
opacity: 1;
-webkit-transition: opacity 1s;
transition: opacity 1s;
}
.cta a {
background: rgb(212 175 55);
color: #fff;
margin-top: 20px;
display: inline-block;
}
.headerlogo{
padding: 11px;
padding-left: 20px;
}
.homeservice{
width: calc(50% - 15px);
}
.homesplit .left {
width: 100%;
padding-right: 0px;
margin-bottom: 80px;
}
.homesplit .right{
width:100%;
}
.footer1, .footer4{
width:100%;
padding-right:0;
margin-bottom:60px;
}
.footer2, .footer3{
width:50%;
margin-bottom:60px;
}

}




@media (max-width: 700px) {

.menuinner li{
    width:100%;
  }
  .menuinner li:nth-child(even){
    top:0px;
  }
  .menuinner li:nth-child(odd){
    text-align: left;
  }
  .menuinner ul{
    width: 100%;
    font-size: 16pt;
  }
  .menuinner li a{
    
   padding: 20px;
font-size: 16pt;

  }
  .menuinner li::before{
  content:'';
  border-top:solid 1px #fff;
  opacity:0.3;
  display: block;
  transform:translateX(-100%);
  -webkit-transition: all 1.2s;
transition: all 1.2s;
  }
  .menu-overlay.on .menuinner li::before{
  transform:translateX(00%);
  }
  .cta a{
  width: 90%;
  margin-left:5%;
  }
  .mobilemenu{
 font-size: 13pt;
text-align: left;
margin-top: 20px;
padding: 20px;
  }
  h1 {
font-weight: 900;
font-size: 2.75rem;
line-height: 1.1;
margin-bottom: 1.5rem;
}
.homeservice {
width: 100%;
}
.chrislink{
float: none;
margin-top: 10px;
}
.jonny{
display: block;
text-align: center;
margin-top: 30px;
}
.scrollerinner {
font-size: 13vw;
}
}























