/*!
 * Theme Name: Lionheart Theme July 2025
 * Theme URI: https://veracitydesign.co.uk/
 * Author: Veracity Design
 * Author URI: https://veracitydesign.co.uk/
 * Description: A lightweight, high-performance starter theme developed by Veracity Design for private client use only.
 * Version: 1.0.0
 * License: Proprietary — All rights reserved.
 * License URI: https://veracitydesign.co.uk/license/
 * Text Domain: veracity-blueprint
 *
 * This theme contains components originally based on Underscores (_s) by Automattic, licensed under the GPL v2.
 * Usage of this theme is strictly limited to licensed Veracity Design clients. Redistribution or resale is not permitted.
 */

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

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



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 {

}

/*
a:visited {
	color: #800080;
}
*/

a:hover,
a:focus,
a:active {

}

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

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


/* --------------------------------------------------------------
   >>> VERACITY CUSTOM BASE THEME STYLES (structured & grouped)
   -------------------------------------------------------------- */
/*



/*------------------------------------*\
MAIN
\*------------------------------------*/


/* ===== GLOBAL BOX-SIZING ===== */
*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}


/* ===== HTML ELEMENT 62.5% FONT-SIZE FOR REM USE ===== */
html {
	font-size: 62.5%;
}

body {
	font: 300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #444;
}


/* ===== CLEAR ===== */
.clear:before,
.clear:after {
	content: ' ';
	display: table;
}

.clear:after {
	clear: both;
}

.clear {
	*zoom: 1;
}


/* ===== IMAGES ===== */
img {
	max-width: 100%;

}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {}

a:focus {

}

a:hover,
a:active {

}


/* ===== FORMS ===== */
input:focus {
	outline: 0;
	border: 1px solid #04A4CC;
}

strong {
	font-weight: bold !important;
}

i {
	font-style: italic !important;
}

p {
	display: block;
	margin-block-start: 0px;
	margin-block-end: 0px;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

ul {
	padding: 0px;
	list-style: square;


	/* ===== PADDING-LEFT: 5%; ===== */
	margin-left: 15px;
}


/* ===== NAVIGATION ===== */
ul.cd-primary-nav {
	list-style: none;
	padding: 0px;
}

ul.cd-contact-info {
	list-style: none;
}

.caps {
	text-transform: uppercase;
}

/*------------------------------------*\
STRUCTURE
\*------------------------------------*/


/* ===== WRAPPER ===== */
.wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
}


/* ===== HEADER ===== */


/* ===== HEADER ===== */
.header {}


/* ===== LOGO ===== */
.logo {
	width: 300px;
	height: 220px;
	background: url(img/Lionheart-Main-Horizontal.svg);
	background-size: 100%;
	background-position: top;
	background-repeat: no-repeat;
	position: absolute;
	top: -28px;
	left: 5%;
	z-index: 10;
}

.logo img {
	max-height: 100%;
}

.logo-img {
	width: 100%;
}


/* ===== END OF LOGO ===== */


/* ===== TEXT ===== */


/* Text */

h1 {
	font-family: 'Bellota Text';
	font-size: 42px;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	line-height: 47px;
	margin: 0px;
}


h2 {
	font-family: 'Bellota Text';
  font-size: 32px;
	line-height: 120%;
  font-weight:bold;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  margin: 0px;
}

h3 {
	font-family: 'Bellota Text';
	font-size: 18px;
	font-weight: normal;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	line-height: 155%;
	margin: 0px;
	letter-spacing: 1px;
}

h4 {
	font-family: 'Bellota Text';
  font-size: 24px;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  margin: 0px;
  line-height: 120%;
}

h5 {
	font-family: 'Bellota Text';
  font-size: 19px;
  line-height: 25px;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;

}

h6 {
	font-family: 'Calibri';
	font-size: 14px;
	font-weight: normal;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	line-height: 155%;
	margin: 0px;
}

p {
	font-family: 'Calibri';
	font-size: 17px;
	font-weight: normal;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	line-height: 148%;
	margin: 0px;
}

.caps {
	text-transform: uppercase;
}

.tspace1 {
	letter-spacing: 7px;
}

.large-text {
		font-size: 38px !important;
}

.large-text2 {
		font-size: 48px !important;
		line-height: 52px !important
}

.ff {
	font-family: 'Calibri';
	    font-weight: lighter;
	    letter-spacing: 1px;
}

/* End of text */

/* TEST COLOURS */


.greyt {
	color: #555 !important;
}

.greyt2 {
	color: #808080 !important;
}

.blackt {
	color: #333 !important;
}

.whitet {
	color: #fff !important;
}

.bluet {
	color: #1a81c5 !important;
}

.bluet2 {
	color: #176ca4 !important;
}

.bluet3 {
	color: #4ea4cf !important;
}

.bluet4 {
	color: #093d60 !important;
}



.greent {
	color: #71abb0 !important;
}

.lgreent {
	color: #a1dadf !important;
}

.redt {
	color: #df3e3e !important;
}


/* HEIGHTS */

.height1 {
	height:275px;
}

.height2 {
	height:325px;
}

.height3 {
  height:375px;

}

.height4 {
	height:425px;
}

.height5 {
	height:475px;
}

.height6 {
	height:525px;
}

.height7 {
	height:575px;
}

.height8 {
	height:700px;
}

.packages-h {
	height:350px;
}

.home-process-h {
	height:350px;
}

/* END OF HEIGHTS */



.width1 {
    width: 220px;
}

.width2 {
    width: 275px;
		margin-left: 10%;
}


/* BUTTONS */

.btn1 {
    /* border: 2px solid #2d589c; */
    background: #0a2334;
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-top: 3%;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    transition: all 0.8s ease-in;
    font-size: 17px;
    color: #fff;
    text-align: center;
    width: max-content;
    transition: all 0.8s ease-in;
	font-family: 'Bellota Text';
	font-weight: bold;
}

		.btn1:hover {
			background-color: #245778;
			color: #fff;
		}

.btn2 {
    /* border: 2px solid #2d589c; */
    background: #a1dadf;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 7%;
    cursor: pointer;
    transition: all 0.8s ease-in;
    font-size: 16px;
    color: #0b5a8e;
    text-align: center;
    width: max-content;
    transition: all 0.8s ease-in;
	font-family: 'Bellota Text';
	font-weight: bold;
	border-bottom-left-radius: 15px 15px;
	border-top-right-radius: 15px 15px;
}

		.btn2:hover {
			background-color: #baf9ff;

		}

.btn3 {
    /* border: 2px solid #2d589c; */
    background: #2a84c1;
    padding-left: 7%;
    padding-right: 7%;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 7%;
    cursor: pointer;
    transition: all 0.8s ease-in;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    width: max-content;
    transition: all 0.8s ease-in;
    font-family: 'Bellota Text';
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    border-bottom-left-radius: 15px 15px;
    border-top-right-radius: 15px 15px;
}

.btn3:hover {
	background-color: #245778;
	color: #fff;
}


.btn4 {
    /* border: 2px solid #2d589c; */
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 7%;
    cursor: pointer;
    transition: all 0.8s ease-in;
    font-size: 16px;
    color: #0b5a8e;
		width: max-content;
		margin-left: auto;
    transition: all 0.8s ease-in;
	font-family: 'Bellota Text';
	font-weight: bold;
	border-bottom-left-radius: 15px 15px;
	border-top-right-radius: 15px 15px;
}



.btn5 {
    /* border: 2px solid #2d589c; */
    background: #a1dadf;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 7%;
    cursor: pointer;
    transition: all 0.8s ease-in;
    font-size: 16px;
    color: #0b5a8e;
    text-align: center;
    width: max-content;
    transition: all 0.8s ease-in;
	font-family: 'Bellota Text';
	font-weight: bold;
	border-bottom-left-radius: 15px 15px;
	border-top-right-radius: 15px 15px;
}



.pricing-btn1 {
    /* border: 2px solid #2d589c; */
    background: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 7%;
    cursor: pointer;
    transition: all 0.8s ease-in;
    font-size: 16px;
    color: #1a81c5;
    text-align: center;
    width: max-content;
    transition: all 0.8s ease-in;
	font-family: 'Bellota Text';
	font-weight: bold;
	border-bottom-left-radius: 15px 15px;
	border-top-right-radius: 15px 15px;
	position: absolute;
	bottom: 25px;
	z-index: 20;
}

		.pricing-btn1:hover {
			background-color: #ffffff;

		}


		.pricing-btn2 {
		    /* border: 2px solid #2d589c; */
		    background: #a1dadf;
		    padding-left: 15px;
		    padding-right: 15px;
		    padding-top: 12px;
		    padding-bottom: 12px;
		    margin-top: 7%;
		    cursor: pointer;
		    transition: all 0.8s ease-in;
		    font-size: 16px;
		    color: #fff;
		    text-align: center;
		    width: max-content;
		    transition: all 0.8s ease-in;
			font-family: 'Bellota Text';
			font-weight: bold;
			border-bottom-left-radius: 15px 15px;
			border-top-right-radius: 15px 15px;
			position: absolute;
			bottom: 25px;
			z-index: 20;
		}


				.pricing-btn3 {
						/* border: 2px solid #2d589c; */
						background: #a1dadf;
						padding-left: 15px;
						padding-right: 15px;
						padding-top: 12px;
						padding-bottom: 12px;
						margin-top: 7%;
						cursor: pointer;
						transition: all 0.8s ease-in;
						font-size: 16px;
						color: #fff;
						text-align: center;
						width: 81%;
						transition: all 0.8s ease-in;
					font-family: 'Bellota Text';
					font-weight: bold;
					border-bottom-left-radius: 15px 15px;
					border-top-right-radius: 15px 15px;
					position: absolute;
					bottom: 35px;
					z-index: 20;
				}



.sbtn {
	margin-left: 0% !important;
	margin-top: 4% !important;
}
/* END OF BUTTONS */


/* nav */
.nav {

}

.fb-link {
    height: 40px;
    width: 40px;
    position: absolute;
    right: 0%;
    margin-top: 9px;
}

.fb-link img{
width:65%;
}


.insta-link {
    height: 40px;
    width: 40px;
    position: absolute;
    right: 3.5%;
    margin-top: 9px;
}

.insta-link img{
width:65%
}


.linkedin-link {
    height: 40px;
    width: 40px;
    position: absolute;
    right: 7%;
    margin-top: 9px;
}

.linkedin-link img{
width:65%;
}



/* sidebar */
.sidebar {

}
/* footer */
.footer {
	width: 100%;
padding-top: 5%;
background: rgb(23,172,227);
background: -moz-linear-gradient(357deg, rgba(23,172,227,1) 0%, rgba(161,218,223,1) 100%);
background: -webkit-linear-gradient(357deg, rgba(23,172,227,1) 0%, rgba(161,218,223,1) 100%);
background: linear-gradient(357deg, rgba(23,172,227,1) 0%, rgba(161,218,223,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#17ace3",endColorstr="#a1dadf",GradientType=1);

position: relative;
}



.footer-holder1 {
	width: 94%;
margin-left: 3%;
padding-bottom: 5%;
    display: inline-block;
}

.footer-holder2 {
	width: 90%;
margin-left: 5%;
margin-top:8%;
padding-top: 6%;
padding-bottom: 5%;
}


.footer-box1 {
    width: 21%;
    float: left;
}

.acredit {
	position: absolute;
	left: 85%;
  right: 5%;
  top:40%;
	bottom:30%;
}

.footer-box2 {
    width: 18%;
    float: left;
    margin-left: 4%;
    margin-top: 0%;
}

.footer-box2 h2{
font-size: 19px;
color:#fff;
padding-bottom: 2%;
}

.footer-box2 h3{
font-size: 11px;
color:#fff;
}

.footer-box3 {
    width: 30%;
    float: left;
    margin-left: 4%;
    margin-top: 0%;
}

.footer-box3 h2{
font-size: 19px;
color:#fff;
padding-bottom: 2%;
}

.footer-contact {
    width: 91%;
    float: left;
	  margin-top: 1%;
					margin-bottom: 1%;
}

.footer-contact2 {
    width: 90%;
    clear: left;
	  margin-top: 1%;
}

.footer-contact h3{
	font-size: 14px;
	color:#fff;
	font-weight: bold;
	float: left;
}

.footer-contact2 h3{
	font-size: 14px;
	color:#fff;
	font-weight: bold;
	float: left;
}

.footer-contact img {
    padding-right: 5%;
    padding-top: 2px;
    float: left;
		width:13%;
}


.footer-contact2 img {
    padding-right: 5%;
    padding-top: 2px;
    float: left;
		width:12%;
}

.footer-box4 {
    width: 23%;
    float: left;
    margin-left: 0%;
    margin-top: 0%;
}

.acredit1 {
    float: left;
    width: 44%;
    margin-right: 6%;
}

.acredit2 {
    float: left;
    width: 43%;
    margin-right: 7%;
}

.footer-bottom {
	width: 100%;
	height: 45px;
	background-color: #1a81c5;
    position: relative;
}

.footer-legal {
	width: 100%;
	margin-top: 50px;
	padding: 30px 0 10px 0;
}

.footer-legal-inner {
	width: 90%;
	max-width: 1800px;
	margin: 0 auto;
	padding-top: 28px;
	padding-bottom: 24px;
	border-top: 2px solid rgba(255, 255, 255, 0.85);
	display: flex;
	flex-wrap: wrap;
	gap: 20px 40px;
	align-items: flex-start;
	justify-content: space-between;
}

.footer-legal-item {
	color: #ffffff;
	font-size: 12.5px;
	line-height: 1.5;
	font-weight: 300;
	opacity: 0.95;
}

.footer-legal-item:nth-child(1) {
	flex: 0 0 auto;
}

.footer-legal-item:nth-child(2) {
	flex: 0 0 auto;
}

.footer-legal-item:nth-child(3) {
	flex: 0 0 auto;
}

.footer-legal-item:nth-child(4) {
	flex: 1 1 500px;
	text-align: center;
}

.links-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction:inherit;
					flex-direction: inherit;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	text-align: center;

}

.links {
	float: left;
	padding-right:5%;
	color: #898989;
	font-size: 12px;
}

.veracity {
    position: absolute;
    right: 5%;
    color: #fff;
    top: 15px;
		font-size: 12px;
}

p.copyright {
    padding-left: 5%;
    color: #fff;
		padding-top: 15px;
		font-size: 12px;
}

.lineF {
	width: 100%;
	height:2px;
	background-color:#415069;
	margin-top: 6%;
	margin-bottom: 2%;
	position: relative;
}

.veracity-v {
    width: 20px;
    height: 20px;
    margin-top: -2px;
    float: left;
    margin-right: 10px;
}


/* End of footer */

/* BOX SECTIONS */

.section-rel {
width:100%;
position: relative;
}

.section-inline {
width:100%;
position: relative;
display: inline-block;
}

.section-text {
	width: 100%;
}

.third-holder {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  display: inline-block;
}

.third-holder2 {
  width: 94%;
  margin-left: 3%;
  margin-right: 3%;
  display: inline-block;
}

.half {
  width: 50%;
  float: left;
}

.half2 {
  width: 48%;
  float: left;
}

.benefit-half {
  width: 50%;
  float: left;
}

.about-half {
  width: 50%;
  float: left;
}


.process-half {
  width: 50%;
  float: left;
	transition: all 0.7s ease;
	transform: scale(1.01);
}


.process-half:hover {
transform: scale(1.03);
}


.hover-scale {
	transition: all 0.7s ease;
	transform: scale(1.00);
}


.hover-scale:hover {
transform: scale(1.02);
}


.third {
  width: 38%;
  float: left;
}

.third2 {
  width: 62%;
  float: left;
}

.third3 {
  width: 32.8%;
  float: left;
}

.third4 {
  width: 32.8%;
  float: left;
}

.quarter {
    width: 23%;
    float: left;
    margin-right: 2%;
    transition: all 0.5s ease-in;
		position: relative;
}

.quarter1 {
    width: 22%;
    float: left;
    margin-left: 1.5%;
    margin-right: 1.5%;
    transition: all 0.5s ease-in;
    border-radius: 20px 0 20px 0;
		position: relative;
}


/* END OF BOX SECTIONS */

/* MARGINS, PADDING & ALIGNING */


.marg-l {
    margin-left: 5%;
}

.marg-l2 {
    margin-left: 4%;
}

.marg-r {
  margin-right: 5%;
}

.marg-lr {
	margin-left:auto;
	margin-right: auto;
}

.marg-r2 {
    margin-right: 2.5%;
}

.marg-l2 {
    margin-left: 2.5%;
}

.marg {
	margin: 5%;
}

.marg2 {
	margin: 1%;
}

.marg-top {
	margin-top: 5%;
}

.marg-top2 {
	margin-top: 10%;
}

.marg-top3 {
	margin-top: 15%;
}

.marg-top4 {
	margin-top: 1%;
}

.marg-bot {
	margin-bottom: 5%;
}

.marg-bot2 {
	margin-bottom: 8%;
}


/* Padding */

.pad-top {
	padding-top: 5%;
}

.pad-top2 {
	padding-top: 10%;
}

.pad-top3 {
	padding-top: 3%;
}

.pad-bot {
	padding-bottom: 5%;
}

.pad-bot2 {
	padding-bottom: 8%;
}

.pad-bot3 {
	padding-bottom: 3%;
}

.pad-tb {
	padding-top: 10%;
	padding-bottom: 10%;
}


.pad1 {
padding: 5%;
}

.pad2 {
padding: 8%;
}

.pad3 {
padding: 10%;
}

.pad4 {
padding: 3%;
}

.padl {
padding-left: 5%;
}

.padl2 {
padding-left: 8%;
}

.padl3 {
padding-left: 12%;
}

.padl4 {
padding-left: 2.5%;
}


.padlr {
padding-left: 5%;
padding-right: 5%;
}

.padr {
padding-right: 5%;
}

.padr2 {
padding-right: 8%;
}

.padr3 {
padding-right: 10%;
}


.padlr2 {
padding-left: 10%;
padding-right: 10%;
}

.padlr3 {
padding-left: 15%;
padding-right: 15%;
}

.padlr4 {
padding-left: 1.5%;
padding-right: 1.5%;
}


.padlr5 {
padding-left: 3.5%;
padding-right: 3.5%;
}

.pad-about {
padding: 5%;
}


/* corner radious */

.corner-tl1 {
	border-top-left-radius: 40px 40px;
}

.corner-tr1 {
	border-top-right-radius: 40px 40px;
}

.corner-bl1 {
	border-bottom-left-radius: 40px 40px;
}

.corner-br1 {
	border-bottom-right-radius: 40px 40px;
}


.corner-tr2 {
    border-top-right-radius: 25px 25px;
}

.corner-tl2 {
    border-top-left-radius: 25px 25px;
}


.corner-bl2 {
    border-bottom-left-radius: 25px 25px;
}

.corner-br2 {
    border-bottom-right-radius: 25px 25px;
}

.corner-tr3 {
    border-top-right-radius: 9px 9px;
}

.corner-tl3 {
    border-top-left-radius: 9px 9px;
}


.corner-bl3 {
    border-bottom-left-radius: 9px 9px;
}

.corner-br3 {
    border-bottom-right-radius: 9px 9px;
}

/* Aligning */

.middle-centre {
	display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
}

.middle-left {
	display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: left;
-ms-flex-align: left;
align-items: left;
text-align: left;
}


.middle-left2 {
	display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: left;
-ms-flex-align: left;
align-items: left;
text-align: left;
}


.middle-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: ce;
    align-items: center;
    text-align: right;
}

.middle-right2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: ce;
    align-items: right;
    text-align: right;
}

.middle-lc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: left;
	-ms-flex-align: left;
	align-items: left;
	text-align: left;
}

.aleft {
	text-align: left !important;
}

.acentre{
	text-align: center !important;
}

.fl {
	float: left !important;
}

.fr {
	float: right !important;
}

.fc {
	float:none !important;
	margin-left: auto;
	margin-right: auto;
}

/* End of Margins, Padding & Aligning */

/* BACKGROUND COLOURS */

.grey {
	background-color: #efefef;
}

.grey2 {
	background-color: #f9f9f9;
}

.grey3 {
	background-color: #ddd;
}

.grey4 {
	background-color: #f4f4f4;
}

.blackb {
	background-color: #333;
}

.whiteb {
	background-color: #fff;
}

.blueb1 {
	background-color: #1a81c5;
}

.blueb2 {
	background-color: #17ace3 !important;
}

.blueb3 {
	background-color: #e3f5fc !important;
}

.blueb4 {
	background-color: #f1fafd !important;
}

.blueb5 {
	background-color: #f8fafb !important;
}

.light-blueb {
	background-color: #f5f9fa !important;
}

.redb {
	background-color: #df3e3e;
}

.green1 {
	background-color: #a1dadf !important;
}

.green2 {
	background-color: #ecf8f9 !important;
}

.green3 {
    background-color: #71abb0 !important;
}


.green-gradient {
	background: rgb(203,235,238);
	background: -moz-linear-gradient(357deg, rgba(203,235,238,1) 0%, rgba(161,218,223,1) 100%);
	background: -webkit-linear-gradient(357deg, rgba(203,235,238,1) 0%, rgba(161,218,223,1) 100%);
	background: linear-gradient(357deg, rgba(203,235,238,1) 0%, rgba(161,218,223,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cbebee",endColorstr="#a1dadf",GradientType=1);
}

.blue-gradient {
	background: rgb(29,179,235);
	background: -moz-linear-gradient(93deg, rgba(29,179,235,1) 0%, rgba(19,121,188,1) 100%) !important;
	background: -webkit-linear-gradient(93deg, rgba(29,179,235,1) 0%, rgba(19,121,188,1) 100%) !important;
	background: linear-gradient(93deg, rgba(29,179,235,1) 0%, rgba(19,121,188,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1db3eb",endColorstr="#1379bc",GradientType=1) !important;
}


.dark-blue-gradient {
	background: rgb(22,72,93);
	background: -moz-linear-gradient(93deg, rgba(22,72,93,1) 0%, rgba(29,131,184,1) 100%) !important;
	background: -webkit-linear-gradient(93deg, rgba(22,72,93,1) 0%, rgba(29,131,184,1) 100%) !important;
	background: linear-gradient(93deg, rgba(22,72,93,1) 0%, rgba(29,131,184,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#16485d",endColorstr="#1d83b8",GradientType=1) !important;
}


.dark-blue-gradient2 {
	background: rgb(1,48,79);
	background: -moz-linear-gradient(93deg, rgba(1,48,79,1) 0%, rgba(34,130,195,1) 100%) !important;
	background: -webkit-linear-gradient(93deg, rgba(1,48,79,1) 0%, rgba(34,130,195,1) 100%) !important;
	background: linear-gradient(93deg, rgba(1,48,79,1) 0%, rgba(34,130,195,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#01304f", endColorstr="#2282c3", GradientType=1) !important;
}


.g-b-gradient {
	background: rgb(23,172,227);
background: -moz-linear-gradient(357deg, rgba(23,172,227,1) 0%, rgba(161,218,223,1) 100%);
background: -webkit-linear-gradient(357deg, rgba(23,172,227,1) 0%, rgba(161,218,223,1) 100%);
background: linear-gradient(357deg, rgba(23,172,227,1) 0%, rgba(161,218,223,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#17ace3",endColorstr="#a1dadf",GradientType=1);
}



.dgrey-g {
	background-color: rgb(45, 45, 45, 0.9) !important;
}

/* End of colours */


.display1 {
	display: none;
}

.display3 {
	display: none;
}

.display4 {
	display: block;
}

.dotts {
    padding-bottom: 2%;
}

.dotts h3 {
    letter-spacing: 13px;
    text-align: center;
		padding-left: 2%;
}

.top-block {
	width: 100%;
	height:160px;
	z-index: 1;
}

/*------------------------------------*\
	 END OF STRUCTIRE
\*------------------------------------*/

.faq-section {
	background: #ffffff;
}

.faq-inner {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 40px 20px 60px;
	box-sizing: border-box;
}


.faq-list {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.faq-item {
	background: #eaf5f8;
	border-radius: 18px 0;
	overflow: hidden;
	transition: all 0.3s ease;
}

.faq-item.active {
	background: #119bd8;
}

.faq-question {
	width: 100%;
	border: 0;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: left;
	padding: 20px 28px;
	cursor: pointer;
	font-size: 2rem;
	line-height: 1.3;
	color: #138fd3;
	font-family: inherit;
}

.faq-item.active .faq-question {
	color: #ffffff;
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.35s ease, padding 0.35s ease;
	padding: 0 28px;
}

.faq-item.active .faq-answer {
	max-height: 220px;
	padding: 0 28px 24px 28px;
}

.faq-answer p {
	margin: 0;
	font-size: 1.5rem;
	line-height: 1.7;
	color: #ffffff;
	max-width: 90%;
}

.faq-icon {
	position: relative;
	width: 18px;
	height: 18px;
	min-width: 18px;
	margin-left: 20px;
}

.faq-icon::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: translate(-50%, -60%) rotate(45deg);
	transition: transform 0.3s ease;
}

.faq-item.active .faq-icon::before {
	transform: translate(-50%, -40%) rotate(225deg);
}

.faq-button-wrap {
	text-align: center;
	margin-top: 38px;
}



/* Tablet */
@media screen and (max-width: 1024px) {

	.faq-question {
		font-size: 1.8rem;
		padding: 18px 22px;
	}

	.faq-item.active .faq-answer {
		padding: 0 22px 20px 22px;
	}

	.faq-answer {
		padding: 0 22px;
	}

	.navbar ul li a {
    padding: 8px 2px 2px 2px !important;
    font-size: 11px !important;
}
}




/*------------------------------------*\
    SEARCH
\*------------------------------------*/

.search-holder {
	width: 100%;
	margin-top: 250px;
	margin-bottom: 7%;
	padding-left: 8%;
	padding-right: 8%;

}

.search-holder h1 {
	color:#2e579c;
}

.search-holder h2 {
	color:#2e579c;
    margin-bottom: 1%;
}

article {
	padding-top: 4%;
padding-bottom: 5%;

}

span.date {
    font-size: 14px;
    line-height: 22px;
}

span.author {
    font-size: 12px;
    color: #777;
    line-height: 21px;
}


.search-result {
	width: 100%;
	margin-top: 10%;

	    margin-bottom: 7%;
}

input.search-input-result {
    width: 70%;
		padding-left: 4%;
    height: 40px;
		border-radius: 14px 14px 14px 14px;
-moz-border-radius: 14px 14px 14px 14px;
-webkit-border-radius: 14px 14px 14px 14px;
border: 0px solid #000000;

-webkit-box-shadow: inset 1px 1px 3px 2px rgba(0,0,0,0.1);
-moz-box-shadow: inset 1px 1px 3px 2px rgba(0,0,0,0.1);
box-shadow: inset 1px 1px 3px 2px rgba(0,0,0,0.1);
}

button.search-submit-result {
	width: 18%;
    background: #555;
		border: none;
		font-size: 13px;
		color:#fff;
		margin-right: 8px;
font-family: 'Helvetica';
padding-bottom: 1%;
padding-top: 1%;
margin-left: 2%;
}


button.search-submit-result2 {
    width: 40px;
    background: transparent;
    border: none;
    padding-top: 11px;
    position: absolute;
    right: 2%;
    height: 60px;
    filter: invert(40%);
}

/*------------------------------------*\
    END OF SEARCH
\*------------------------------------*/


/*------------------------------------*\
    Home
\*------------------------------------*/

.feature-box1 {
	position: absolute;
	top:10%;
	bottom:10%;
	left:8%;
	right:30%;
	z-index: 3;
	background: url(img/lionheart-home-img.webp);
	background-size: cover;
	background-position: center;

}

.feature-box1v2 {
	position: absolute;
	top:10%;
	bottom:10%;
	left:8%;
	right:30%;
	z-index: 3;
	background: url(img/lionheart-new-hero-main.webp);
	background-size: cover;
	background-position: center;

}

.feature-box2 {
	position: absolute;
	top:20%;
	bottom:20%;
	left:50%;
	right:5%;
	z-index: 4;
}

.feature-box2-new {
	position: absolute;
	top:20%;
	bottom:20%;
	left:50%;
	right:5%;
	z-index: 4;
}

.f-bg-box1 {
	position: absolute;
	z-index: 2;
	top:5%;
	bottom:80%;
	right:26%;
	left:60%;
	background-color: #e7f7fc;
}

.f-bg-box2 {
	position: absolute;
	z-index: 2;
	top:70%;
	bottom:5%;
	right:77%;
	left:5%;
	background-color: #e7f7fc;
}

.f-enquire {
	position: absolute;
	z-index: 2;
	top:84%;
	bottom:4%;
	right:4%;
	left:74%;

}


.benefit-1 {
    width: 28%;
    float: left;
    padding-bottom: 5%;
    padding-top: 5%;
		text-align: right;
}

.benefit-2 {
    width: 44%;
    float: left;
    padding-bottom: 5%;
    padding-top: 5%;
}

.benefit-3 {
    width: 28%;
    float: left;
    padding-bottom: 5%;
    padding-top: 5%;
		text-align: left;
}

.benefit-text {
    padding-bottom: 10%;
    padding-top: 5%;
}

.benefit-text h6{
    padding-top: 2%;
}


.benefit-img {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
		background: url(img/benefit-laptop.png);
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
}

.service-img {
	width:90%;
	margin-left: 5%;
	margin-right: 5%;
	height: 300px;
	margin-bottom: 2%;

}


.service-img2 {
	width:90%;
	margin-left: 5%;
	margin-right: 5%;
	height: 220px;
	margin-bottom: 2%;

}


.pm-t {
	font-size: 14.5px !important;
}


.pricing-t {
	position: absolute;
	bottom: 85px;
}


.va-t {
	width: max-content;
	padding-left: 7%;
	padding-right: 7%;
	padding-top: 2%;
	padding-bottom: 2%;
	border-radius: 15px 0 15px 0;
}

/*------------------------------------*\
    End of Home
\*------------------------------------*/


/*------------------------------------*\
    SERVICES
\*------------------------------------*/


.handle-box {
	height: 265px;
    width: 33%;
    padding-left: 4%;
    padding-right: 4%;
    float: left;
    border-radius: 20px 0px;
}

.benefit-h {
	height: 300px;
}


.feature-box5 {
	position: absolute;
	top:10%;
	bottom:10%;
	left:10%;
	right:10%;
	z-index: 3;

}

.feature-box6 {
	position: absolute;
	top:32%;
	bottom:32%;
	left:20%;
	right:20%;
	z-index: 4;
}

.f-bg-box9 {
    position: absolute;
    z-index: 2;
    top: 4%;
    bottom: 80%;
    right: 7%;
    left: 60%;
    background-color: #e7f7fc;
}

.f-bg-box10 {
    position: absolute;
    z-index: 2;
    top: 74%;
    bottom: 3%;
    right: 72%;
    left: 7%;
    background-color: #e7f7fc;
}

.service-icon {
    width: 20%;
    margin-bottom: 5%;
}

.process-icon {
    width: 50px;
		height: 50px;
    margin-bottom: 5%;
}


.benefit-box2 {
	width: 44%;
	height: 250px;
	float: left;
	margin-left: 3%;
	margin-top: 3%;
	margin-right: 3%;
	margin-bottom: 3%;
	background-color: #f3f3f3;
	z-index: 3;
position: relative;
padding: 4%;
border-radius: 0px 20px;
transition: transform 1.5s ease;
}

.benefit-box2:hover {
	transform: scale(1.03);
}

.admin-package-box {
	width: max-content;
	height: max-content;
	color: white;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
	position: absolute;
	bottom: 12%;
	left: 50%;
	border-radius: 0px 15px;
transform: translateX(-50%);
}

.benefit-icon {
	height: 50px;
	width: 50px;
}


.third1-v2 {
    width: 36%;
    float: left;
}

.third2-v2 {
    width: 64%;
    float: left;
}


	.admin-cta-holder {
		width: 94%;
		    height: 430px;
		    padding-left: 5%;
		    padding-right: 50%;
		    padding-top: 5%;
		    padding-bottom: 5%;
		    margin-left: 3%;
		    position: relative;

	}

/*------------------------------------*\
    PAGES - ABOUT
\*------------------------------------*/


.feature-box3 {
	position: absolute;
	top:10%;
	bottom:10%;
	left:16%;
	right:10%;
	z-index: 3;

}

.feature-box4 {
	position: absolute;
	top:32%;
	bottom:32%;
	left:5%;
	right:45%;
	z-index: 4;
	opacity: 0.95;
}

.f-bg-box5 {
    position: absolute;
    z-index: 2;
    top: 4%;
    bottom: 80%;
    right: 6%;
    left: 60%;
    background-color: #e7f7fc;
}

.f-bg-box6 {
    position: absolute;
    z-index: 2;
    top: 74%;
    bottom: 3%;
    right: 72%;
    left: 12%;
    background-color: #e7f7fc;
}


.f-bg-box7 {
    position: absolute;
    z-index: 2;
    top: 5%;
    bottom: 60%;
    right: 25%;
    left: 7%;
    background-color: #a1dadf;
}

.f-bg-box8 {
    position: absolute;
    z-index: 2;
    top: 70%;
    bottom: 0%;
    right: 4%;
    left: 27%;
    background-color: #e7f7fc;
}


.f-bg-box9 {
	position: absolute;
	    z-index: 2;
	    top: 6%;
	    bottom: 75%;
	    right: 4%;
	    left: 67%;
    background-color: #e7f7fc;
}

.f-bg-box13 {
    position: absolute;
    z-index: 2;
		top: 17%;
    bottom: 60%;
    right: 40%;
    left: 3%;
    background-color: #a1dadf;
}

.f-bg-box14 {
    position: absolute;
    z-index: 2;
		top: 65%;
    bottom: 13%;
    right: 9%;
    left: 47%;
    background-color: #e7f7fc;
}

.f-bg-box15 {
    position: absolute;
    z-index: 2;
		left: -93%;
right: 143%;
top: 53%;
bottom: 29%;
    background-color: #a1dadf;
}

.f-bg-box16 {
    position: absolute;
    z-index: 2;
		left: -52%;
right: 99%;
top: 83%;
bottom: -6%;
    background-color: #e7f7fc;
}


.f-bg-box17 {
    position: absolute;
    z-index: 2;
		top: 4%;
bottom: 38%;
right: 48%;
left: 3%;
    background-color: #ecf5fa;
}

.f-bg-box18 {
	position: absolute;
	z-index: 2;
	top: 49%;
	bottom: -2%;
	right: 9%;
	left: 35%;
	background-color: #f8fbfd;
}


.f-bg-box19 {
    position: absolute;
    z-index: 2;
    top: 4%;
    bottom: 49%;
    right: 48%;
    left: 11%;
    background-color: #ecf5fa;
}

.f-bg-box20 {
    position: absolute;
    z-index: 2;
    top: 53%;
    bottom: 4%;
    right: -11%;
    left: 62%;
    background-color: #f8fbfd;
}

.service-icon2 {
	width: 14%;
	    height: 110px;
	    float: left;
	    margin-left: 0%;
	    margin-bottom: 0%;
	    margin-top: 1%;
}

.service-text2 {
	width: 70%;
height: 110px;
float: left;
margin-left: 4%;
}

.service-icon3 {
	width: 14%;
	    height: 89px;
	    float: left;
	    margin-left: 0%;
	    margin-bottom: 0%;
	    margin-top: 1%;
}

.service-text3 {
	width: 70%;
height: 89px;
float: left;
margin-left: 4%;
}

.bottom-border-line {
	border-bottom-style: solid;
	    border-bottom-color: #7ac7e7;
	    border-bottom-width: 1px;
}


.bk-img1 {
    position: absolute;
		left: -90%;
    right: 103%;
    top: 57%;
    bottom: 0;
    background-color: #333;
}

.bk-img3 {
    position: absolute;
		left: -90%;
    right: 108%;
    top: 30%;
    bottom: 2%;
    background-color: #333;
}

.bk-service-img {
	position: relative;
	width: 100%;
height: 365px;
background-color: #222;
z-index: 4;
}

.room-icon-wrap {
    height: 65px;
    width: 100%;
    border-bottom: #cbcbcb solid 2px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.extra-heading {
    height: 40px;
    width: 100%;
    float: left;
}

.extra-heading2 {
    height: 100px;
    width: 100%;
    float: left;
}


/*------------------------------------*\
	TESTIMONIAL BOXES
\*------------------------------------*/

.testimonial-holder {
	width: 86%;
	margin-left: auto;
	margin-right: auto;
}

/* Wrapper - holds the box plus the two corner boxes that slide out when active.
   isolation:isolate locks the stacking context to this wrapper, so the corner
   boxes can never paint over the main box. */
.testimonial-item {
	position: relative;
	width: 100%;
	margin-bottom: 5%;
	display: block;
	isolation: isolate;
}

.testimonial-box {
	position: relative;
	z-index: 2;
	background-color: #ffffff;
	padding: 4% 6%;
	text-align: center;
	transition: transform 0.5s ease, background 0.5s ease, box-shadow 0.5s ease;
	transform: scale(1.00);
	/* Keeps the box on its own compositing layer permanently, so it never gets
	   de-promoted mid-transition and let the corner boxes flash on top of it. */
	will-change: transform;
	-webkit-box-shadow: 0px 8px 18px 0px rgba(0,0,0,0.08);
	-moz-box-shadow: 0px 8px 18px 0px rgba(0,0,0,0.08);
	box-shadow: 0px 8px 18px 0px rgba(0,0,0,0.08);
}

.t-quote {
	color: #333;
	transition: color 0.5s ease;
}

.t-divider {
	width: 100%;
	height: 1px;
	background-color: #dcdcdc;
	margin-top: 4%;
	margin-bottom: 3%;
	transition: background-color 0.5s ease;
}

.t-role {
	color: #1a81c5;
	font-family: 'Bellota Text';
	font-weight: bold;
	letter-spacing: 1px;
	transition: color 0.5s ease;
}

.t-stars {
	margin-top: 10px;
	font-size: 22px;
	letter-spacing: 6px;
	line-height: 100%;
	color: #1a81c5;
	transition: color 0.5s ease;
}

/* Corner boxes - sat behind the main box, slide out when the item is active */
.t-corner-box1,
.t-corner-box2 {
	position: absolute;
	z-index: 1;
	width: 22%;
	height: 45%;
	background-color: #cbebee;
	opacity: 0;
	transform: translate(0, 0);
	transition: transform 0.5s ease, opacity 0.5s ease;
	will-change: transform, opacity;
}

.t-corner-box1 {
	top: 0;
	right: 0;
}

.t-corner-box2 {
	bottom: 0;
	left: 0;
}

/* ACTIVE STATE
   Applied by JS when the testimonial crosses the middle of the screen. */
.testimonial-item.is-active .testimonial-box {
	transform: scale(1.02);
	background: rgb(29,179,235);
	background: -moz-linear-gradient(93deg, rgba(29,179,235,1) 0%, rgba(19,121,188,1) 100%);
	background: -webkit-linear-gradient(93deg, rgba(29,179,235,1) 0%, rgba(19,121,188,1) 100%);
	background: linear-gradient(93deg, rgba(29,179,235,1) 0%, rgba(19,121,188,1) 100%);
	-webkit-box-shadow: 0 0 25px #7cc4e6;
	-moz-box-shadow: 0 0 25px #7cc4e6;
	box-shadow: 0 0 25px #7cc4e6;
}

.testimonial-item.is-active .t-quote,
.testimonial-item.is-active .t-role,
.testimonial-item.is-active .t-stars {
	color: #ffffff;
}

.testimonial-item.is-active .t-divider {
	background-color: rgba(255,255,255,0.45);
}

.testimonial-item.is-active .t-corner-box1 {
	opacity: 1;
	transform: translate(11%, -16%);
}

.testimonial-item.is-active .t-corner-box2 {
	opacity: 1;
	transform: translate(-11%, 16%);
}

/* Hidden testimonials */
.testimonial-more {
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition: height 0.6s ease, opacity 0.5s ease;
}

.testimonial-more.is-open {
	opacity: 1;
}

/* Added once the reveal has finished, so the active state can overflow the container */
.testimonial-more.is-done {
	overflow: visible;
}

.t-btn-holder {
	width: 100%;
	text-align: center;
	display: inline-block;
}

/* Button - matches .btn3 but resets default button styling */
.t-toggle-btn {
	border: none;
	display: inline-block;
	margin-top: 2%;
}

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

	.testimonial-holder {
		width: 90%;
	}

}

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

	.testimonial-holder {
		width: 92%;
	}

	.testimonial-box {
		padding: 7% 6%;
	}

	.testimonial-item {
		margin-bottom: 8%;
	}

	.t-corner-box1,
	.t-corner-box2 {
		width: 26%;
		height: 35%;
	}

	.t-stars {
		font-size: 19px;
	}

}

/* End of testimonial boxes */


/*------------------------------------*\
    PAGES - CONTACT
\*------------------------------------*/


.contact-holder {
	padding-top: 2%;
	    padding-bottom: 1%;
	    height: 50px;
	    width: 100%;
}


.contact-img {
    width: 38px;
    height: 38px;
    /*filter: invert(1);*/
    float: left;
    margin-right: 15px;
}

.contact-text {
    float: left;
		text-align: left;
}

.contact-text2 {
    float: left;
		text-align: left;
}

.contact-text2 h4 {
    font-size: 22px;
}

/* cognito form */

.cognito:not(.c-forms-actionBar) {
    max-width: unset !important;
    margin: 0 auto;
    width: 84% !important;
    z-index: 1;
    height: 800px;
}

.cognito .c-span-24 .c-span-12 {
    width: 40% !important;
}

.cognito .c-forms-form {
    background-color: transparent !important;
}

.c-section.c-col-1.c-sml-col-1.c-span-24.c-sml-span-12 {
    height: 125px;
}

.cognito .c-forms-form .c-forms-form-title h2 {
    font-family: 'Calibri' !important;
    font-weight: bold;
    font-size: 1.6em !important;
    color: #257fc4 !important;
    line-height: 1.15em;
}

.cognito .c-forms-form :not(.c-question) > .c-label {
    font-family: 'Calibri' !important;
    font-weight: bold;
    font-size: 1em !important;
    color: #000000;
    line-height: 1.5em !important;
}

.upload-height {
	height: 900px;
}

.cognito #c-submit-button {
    position: relative;
    float: right;
    cursor: pointer;
    width: 100%;
    height: 50px;
    margin-top: 15px;
		background: #444;
    color: #fff;
    font-weight: bold;
    font-family: 'Calibri';
    font-size: 20px;
    border: none !important;
}

.c-action {
    width: 97%;
    margin-left: 2%;
    margin-top: 8%;
}

label#c-10-4-label {
    color: #fae809 !important;
}

label#c-11-3-label {
    color: #fae809 !important;
}

label#c-12-2-label {
    color: #fae809 !important;
}

button#file-upload-11, button#file-upload-12, button#file-upload-13 {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    font-family: 'Rokkitt' !important;
    font-weight: bold !important;
    font-size: 1em !important;
    border-radius: 4px;
    color: #1b82cf !important;
}

span.c-fileupload-dropzone-message {
    color: #ffffff !important;
}



/*------------------------------------*\
    PAGES -
\*------------------------------------*/



/*
.bk-box {
    width: 100%;
    border-bottom: 2px solid #ccc;
    padding-top: 1%;
    padding-bottom: 1%;
    position: relative;
    display: inline-block;
} */

.bk-box {
    width: 100%;
    /* border: none; */
    border-bottom: 2px solid #ccc;
    padding-top: 1%;
    padding-bottom: 1%;
    position: relative;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    /* text-align: center; */
    align-items: center;
    align-content: center;
}


.bk-features-box {
    width: 30%;
    float: left;
    padding-top: 1%;
    padding-bottom: 1%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    text-align: left;
    align-content: flex-start;
}

.bk-package-box {
	width: 17.5%;
	float: left;
	padding-top: 1%;
		padding-bottom: 1%;
		padding-left: 2%;
		padding-right: 2%;

		display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}


.arrow-margin-l {
		margin-left: 25px;
}

.slider-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.slider-track {
  display: flex;
  transition: transform 1.5s ease;
}

.slider-box {
	background-color: #222;
    height: 350px;
    flex: 0 0 265px;
    margin-left: 25px;
    border-radius: 0px 20px;
		transition: transform 1.5s ease;
}


.arrow-icon {
	height: 40px;
	width: 40px;
	float: left;
	margin-top: 4%;
	cursor: pointer;
	transition: all 0.4s ease;
	z-index: 20;
}

.arrow-icon:hover {
transform: scale(1.1);
}

.arrow-margin-l {
		margin-left: 25px;
}


.left {
background: url(img/arrow-left.webp);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}

.right {
background: url(img/arrow-right.webp);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}


.bk-icon {
    height: auto;
    width: 22%;
}

.thin-line {
	width: 100%;
    height: 2px;
    background-color: #d2d2d2;
		margin-top: 5%;
		margin-bottom: 5%;
}

.call-holder {
    width: 89%;
    margin-left: 6%;
    margin-right: 5%;
    display: inline-block;
    position: relative;
    z-index: 5;
}


.about-lh-holder {
    width: 78%;
    margin-left: 19%;
    margin-right: 5%;
    display: inline-block;
    padding-left: 30%;
    position: relative;
}


.about-logo-holder {
    position: absolute;
    right: 66%;
    left: -16%;
    top: 11%;
    bottom: 11%;
    z-index: 20;
}


.about-logo2 {
    width: 100%;
    height: 100%;
    padding: 5%;
    background: url(img/lionheart-white-vertical.png);
    background-size: 65%;
    background-position: center;
    background-repeat: no-repeat;
}


.about-logo-bg {
    background: url(img/lionheart-white-vertical.png);
    background-size: cover;
    background-position-x: 5%;
		background-position-y: 5%;
    background-repeat: no-repeat;
}


.about-benefit-text {
    height: 180px;
    width: 100%;
}


.about-benefit-box {
		position: relative;
    height: 180px;
    width: 100%;
		padding-left: 20%;
		padding-right: 5%;
		background: #eee;
    margin-top: 15px;
    margin-bottom: 15px;
		border-radius: 30px 0px 30px 0px;
		transition: all 0.7s ease;
}



.about-benefit-box h3 {
		color: #176ca4;
		transition: color 0.7s ease;
}

.about-benefit-box:hover h3 {
		color: #fff;
}

.about-benefit-box:hover {
	color: #ffffff !important;
	background-color: #1a81c5;
}



.about-benefit-icon {
    position: absolute;
    width: 100px;
    height: 100px;
    right: 0%;
    bottom: 0%;
    top: 23%;
    left: -5%;
}


.hover-shift-right {
	transition: all 0.7s ease;
}

.hover-shift-right:hover {
	transform: translateX(10px);
}


.hover-shift-up {
	transition: all 0.7s ease;
}

.hover-shift-up:hover {
	transform: translateY(-10px);
}


.call-img {
	position: absolute;
	top:10%;
	width:40%;
	bottom:10%;
	left:5%;
	background: url(img/contact-image.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.call-half {
	position: absolute;
	top:10%;
	width:40%;
	bottom:10%;
	right:5%;
	left:50%;

}


.underline {
	width: max-content;
	padding-bottom: 6px;
  border-bottom: 1px solid #1a81c5;
}

.link-underline {
	display: inline-block;
	position: relative;
	text-decoration: none;
}

.link-underline::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -6px;
	width: 100%;
	height: 2px;
	background: rgba(255,255,255,0.7);
}


.bk-logo-img {
    position: absolute;
    top: 5%;
    width: 31%;
    bottom: 5%;
    left: 59%;
    background: url(img/bk-vert-logo.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.bk-logo-icon {
    position: absolute;
    top: -18%;
    /* width: 40%; */
    right: 0%;
    bottom: -33%;
    left: 42%;
    background: url(img/lionheart-lion.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 0.2;
}


.home-logo-icon {
    position: absolute;
    top: 0%;
    /* width: 40%; */
    right: 0%;
    bottom: -27%;
    left: 36%;
    background: url(img/lionheart-lion.png);
    background-size: contain;
    /* background-position: center; */
    background-repeat: no-repeat;
    background-position-x: 300px;
    background-position-y: bottom;
    z-index: 1;
    opacity: 0.2;
}

.z4 {
	z-index: 4;
}

.f-bg-box3 {
    position: absolute;
    z-index: 1;
    top: 1%;
    bottom: 80%;
    right: 5%;
    left: 80%;
    background-color: #e7f7fc;
    border-top-right-radius: 20px 20px;
}

.f-bg-box4 {
    position: absolute;
    z-index: 2;
    top: 70%;
    bottom: 2%;
    right: 65%;
    left: 6%;
    background-color: #e7f7fc;
    border-bottom-left-radius: 20px 20px;
}

.f-bg-box11 {
    position: absolute;
    z-index: 1;
		top: 5%;
    bottom: 62%;
    right: 8%;
    left: 25%;
    background-color: #3877a1;
    border-top-right-radius: 20px 20px;
}

.f-bg-box12 {
    position: absolute;
    z-index: 2;
		top: 63%;
    bottom: 0%;
    right: 34%;
    left: 9%;
    background-color: #276692;
    border-bottom-left-radius: 20px 20px;
}

.bk-service-box {
	width: 31.3%;
    height: 450px;
    float: left;
    margin-left: 1%;
    margin-top: 1%;
    margin-right: 1%;
    margin-bottom: 6%;
    z-index: 4;
    padding: 5%;
}


.about-support-box {
    width: 29.3%;
    height: 325px;
    float: left;
    margin-left: 2%;
    margin-top: 1%;
    margin-right: 2%;
    margin-bottom: 4%;
    z-index: 4;
    /* padding: 4%; */
    padding-top: 4%;
    padding-bottom: 4%;
    padding-left: 3%;
    padding-right: 3%;
    background-color: #bceff1;
    border-radius: 30px 0px;
}




.expect-section {
	overflow: hidden;
}

.expect-heading {
	margin-bottom: 0;
}

.expect-grid-wrap {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	max-width: 1420px;
	margin: 0 auto;
	padding-left: 3%;
	padding-right: 3%;
	box-sizing: border-box;
}

.expect-card {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 82px;
	padding: 10px 14px;
	background-color: #ffffff;
	color: #199ad7;
	border-radius: 18px 0px 18px 0px;
	box-sizing: border-box;
	float: none;
	margin: 0;
	z-index: 4;
}

.expect-icon {
	width: 54px;
	min-width: 54px;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 14px;
	border-radius: 10px 0px;
	background: #199ad7;
}

.expect-icon img {
	max-width: 35px;
	max-height: 35px;
	width: auto;
	height: auto;
	display: block;
}

.expect-text {
	float: none;
	width: auto;
	height: auto;
	flex: 1;
	display: flex;
	align-items: center;
}

.expect-text h4 {
	font-size: 2.3rem !important;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	color: #199ad7;
	font-weight: 700;
}

/* Tablet */
@media screen and (max-width: 1100px) {
	.expect-grid-wrap {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px;
		padding-left: 4%;
		padding-right: 4%;
	}

	.expect-card {
		min-height: 80px;
	}

	.expect-text h4 {
		font-size: 2.1rem !important;
	}
}

/* Mobile */
@media screen and (max-width: 767px) {
	.expect-grid-wrap {
		grid-template-columns: 1fr;
		gap: 16px;
		padding-left: 5%;
		padding-right: 5%;
	}

	.expect-card {
		min-height: 74px;
		padding: 10px 12px;
		border-radius: 14px 0px 14px 0px;
	}

	.expect-icon {
		width: 48px;
		min-width: 48px;
		height: 48px;
		margin-right: 12px;
	}

	.expect-icon img {
		max-width: 30px;
		max-height: 30px;
	}

	.expect-text h4 {
		font-size: 1.8rem !important;
		line-height: 1.25;
	}
}




.bk-packages-box {
	width: 48%;
    height: 300px;
    float: left;
    margin-left: 1%;
    margin-top: 1%;
    margin-right: 1%;
    margin-bottom: 1%;
    z-index: 4;
		position: relative;
}


.admin-packages-box {
	width: 48%;
    height: 240px;
    float: left;
    margin-left: 1%;
    margin-top: 1%;
    margin-right: 1%;
    margin-bottom: 1%;
    z-index: 4;
		position: relative;
		transition: all 1.3s ease;
}

.admin-packages-box:hover {
	transform: scale(1.03);
}

.home-bookkeeping-box {
	width: 48%;
    height: 200px;
    float: left;
    margin-left: 1%;
    margin-top: 1%;
    margin-right: 1%;
    margin-bottom: 1%;
    z-index: 4;
		position: relative;
}


.bk-packages-text {
position: absolute;
bottom: 10%;
    left: 7%;
    right: 7%;
}



.quote-text {
    font-size: 30px;
    font-weight: bold;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    margin: 0px;
    letter-spacing: 1px;
    line-height: 120%;
    padding-bottom: 2%;
    padding-top: 2%;
}

.quote-thanks {
    width: 36%;
    height: 120px;
    background: url(img/thank-you.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    left: 32%;
    right: 32%;
    position: absolute;
    z-index: 1;
    bottom: 14%;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/


.feature-img1 {
		background: url(img/1.webp);
		background-size: cover;
		background-position: center;
}

.feature-img2 {
		background: url(img/.webp);
		background-size: cover;
		background-position: center;
}

.support-bg-img {
	background: url(img/support-bg-img.webp);
	background-size: cover;
	background-position: center;
}

.benefit-bg-img {
	background: url(img/overview-img4.webp);
	background-size: cover;
	background-position: center;
}


.jen-and-dog-img {
	background: url(img/jen-and-dog-img.webp);
	background-size: cover;
	background-position: center;
}

.jen {
    position: absolute;
    top: 10%;
    left: 12%;
    right: 10%;
    bottom: 5%;
    background: url(img/jennifer.webp);
    background-size: cover;
    background-position: top;
    z-index: 5;
}

.overview-img1 {
    position: absolute;
    top: 10%;
    left: 12%;
    right: 10%;
    bottom: 5%;
    background: url(img/overview-img1.webp);
    background-size: cover;
    background-position: top;
    z-index: 5;
}

.overview-img2 {
    position: absolute;
    top: 21%;
    left: 8%;
    right: 12%;
    bottom: 18%;
    background: url(img/overview-img2.webp);
    background-size: cover;
    background-position: top;
    z-index: 5;
	}


	.overview-img3 {
	    position: absolute;
	    top: 21%;
	    left: 8%;
	    right: 12%;
	    bottom: 18%;
	    background: url(img/overview-img3.webp);
	    background-size: cover;
	    background-position: top;
	    z-index: 5;
		}

.bk-img4 {
    position: absolute;
		top: 23%;
    left: 7%;
    right: 14%;
    bottom: 20%;
    z-index: 5;
}

.bk-img5 {
	position: absolute;
	top: 11%;
	left: 9%;
	right: 14%;
	bottom: 8%;
	z-index: 5;
}

.bk-img6 {
    position: absolute;
    top: 19%;
    left: 3%;
    right: 14%;
    bottom: 11%;
    z-index: 5;
		border-radius: 0px 25px;
}

.bk-img7 {
		position: absolute;
		top: 10%;
		left: 18%;
		right: -4%;
		bottom: 10%;
		z-index: 5;
}

.bk-img8 {
    position: relative;
		width: 65%;
		height: 315px;
		margin-left: 35%;
    z-index: 5;
}

.pricing1 {
    position: absolute;
    top: 10%;
    left: 12%;
    right: 10%;
    bottom: 5%;
    background: url(img/pricing1.webp);
    background-size: cover;
    background-position: top;
    z-index: 5;
}

.pricing2 {
    position: absolute;
    top: 10%;
    left: 12%;
    right: 10%;
    bottom: 5%;
    z-index: 5;
}

.get-started-img {
	background: url(img/process-bg-img.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.new-home-img3 {
	background: url(img/new-home-img3.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.resources-img {
	background: url(img/resources-img.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.about1 {
		background: url(img/about1.png);
		background-size: 100%;
		background-position: center;
		background-repeat: no-repeat;
}

.about2 {
		background: url(img/about1.png);
		background-size: 100%;
		background-position: center;
		background-repeat: no-repeat;
}

.about-logo {
		background: url(img/logo-about.png);
		background-size: contain;
		background-position: top;
		background-repeat: no-repeat;
}

.admin-img {
		background: url(img/admin-home.png);
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
}

.admin-packages-img1 {
		background: url(img/admin-packages-img1.webp);
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
}

.admin-packages-img2 {
		background: url(img/admin-packages-img2.webp);
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
}

.admin-img2 {
		background: url(img/admin-img2.png);
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
}

.admin-package-img1 {
		background: url(img/admin-support-img.webp);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
}

.admin-package-img2 {
		background: url(img/admin-support-img2.webp);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
}



.admin-package-img3 {
		background: url(img/admin-support-img3.webp);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
}

.admin-package-img4 {
		background: url(img/admin-support-img4.webp);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
}



.admin-service-img1 {
		background: url(img/admin-service-img1.webp);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
}

.admin-service-img2 {
		background: url(img/admin-service-img2.webp);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
}

.admin-service-img3 {
		background: url(img/admin-service-img3.webp);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
}

.admin-service-img4 {
		background: url(img/admin-service-img4.webp);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
}


.admin-img1 {
		background: url(img/admin-img1.webp);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
}


.admin-img3 {
		background: url(img/admin-img1.png);
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
}


.about-img2 {
		background: url(img/about-img2.webp);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
}

.about-img3 {
		background: url(img/about-img3.webp);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
}


.travel-img {
		background: url(img/travel.png);
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
}

.bookkeeping-img {
		background: url(img/bookkeeping.png);
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
}

.book-img2 {
		background: url(img/bookkeeping2.png);
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
}


.social-img {
		background: url(img/social.png);
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
}

.bookkeeping-img1 {
		background: url(img/bk-img1.webp);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
}

.bookkeeping-service-img1 {
		background: url(img/bk-service-img1.webp);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
}

.bookkeeping-service-img2 {
		background: url(img/bk-service-img2.webp);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
}

.bookkeeping-service-img3 {
		background: url(img/bk-service-img3.webp);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
}

.bookkeeping-service-img4 {
		background: url(img/bk-service-img4.webp);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
}

.bookkeeping-package-img1 {
		background: url(img/bk-package-img1.webp);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
}

.bookkeeping-package-img2 {
		background: url(img/bk-package-img2.webp);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
}

.bookkeeping-package-img3 {
		background: url(img/bk-package-img3.webp);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
}

.bookkeeping-package-img4 {
		background: url(img/bk-package-img4.webp);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
}


.home-bk-service1 {
		background: url(img/home-bk-services-1.webp);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
}

.home-bk-service2 {
		background: url(img/home-bk-services-2.webp);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
}

.home-bk-service3 {
		background: url(img/home-bk-services-3.webp);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
}

.home-bk-service4 {
		background: url(img/home-bk-services-4.webp);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
}

.bookkeeping-support-img1 {
		background: url(img/sole-trader-img.webp);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
}

.bookkeeping-support-img2 {
		background: url(img/director-img.webp);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
}

.bookkeeping-support-img3 {
		background: url(img/vat-registored-img.webp);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
}

.bookkeeping-support-img4 {
		background: url(img/growing-business-img.webp);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
}

.bookkeeping-support-img5 {
		background: url(img/established-business-img.webp);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
}

.bookkeeping-support-img6 {
		background: url(img/large-business-img.webp);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
}

.bookkeeping-support-img7 {
		background: url(img/large-transactions-img.webp);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
}

.bookkeeping-img2 {
		background: url(img/bk-img2.webp);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
}

.contact-main {
	 background:	url("img/contact-main.webp");
	 background-size: cover;
	 background-position: bottom;
}

.contact-img1 {
	 background:	url("img/contact-img1.webp");
	 background-size: cover;
	 background-position: bottom;
}

.services-main {
	 background:	url("img/services-overview.webp");
	 background-size: cover;
	 background-position: bottom;
}

.testimonials-main {
	 background:	url("img/testimonials-main.webp");
	 background-size: cover;
	 background-position: bottom;
}

.admin-main {
	 background:	url("img/admin-main.webp");
	 background-size: cover;
	 background-position: center;
}

.admin-main-new {
	 background:	url("img/admin-main-new.webp");
	 background-size: cover;
	 background-position: center;
}

.overview-main {
	 background:	url("img/overview-img-hero.webp");
	 background-size: cover;
	 background-position: center;
}

.book-main {
	 background:	url("img/book-main.webp");
	 background-size: cover;
	 background-position: center;
}

.travel-main {
	 background:	url("img/travel-main.webp");
	 background-size: cover;
	 background-position: center;
}

.social-main {
	 background:	url("img/social-main.webp");
	 background-size: cover;
	 background-position: center;
}


.pricing-main {
	 background:	url("img/prices-main.webp");
	 background-size: cover;
	 background-position: center;
}

.pricing-mainv2 {
	 background:	url("img/pricing-main-new.webp");
	 background-size: cover;
	 background-position: center;
}

.bookkeeping-main {
	 background:	url("img/bookkeeping-main.webp");
	 background-size: cover;
	 background-position: center;
}

.test-img {
	 background:	url("img/test-img.webp");
	 background-size: cover;
	 background-position: center;
}

.blog-main {
	 background:	url("img/blog-main.jpg");
	 background-size: cover;
	 background-position: center;
}

.blog-mainv2 {
	 background:	url("img/blog-mainv2.webp");
	 background-size: cover;
	 background-position: center;
}

.bournemouth-img {
	 background:	url("img/bournemouth.jpg");
	 background-size: cover;
	 background-position: center;
}


.inbox-management-main {
	 background:	url("img/inbox-management-main.jpg");
	 background-size: cover;
	 background-position: center;
}

.inbox-management1 {
    background: url(img/inbox-management1.jpg);
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 12%;
    left: 13%;
    right: 10%;
    bottom: 8%;
    z-index: 5;
    border-top-left-radius: 14px;
    border-bottom-right-radius: 14px;
}

.inbox-management2 {
	 background:	url("img/inbox-management2.jpg");
	 background-size: cover;
	 background-position: center;
}


.stuff-done1 {
    background: url(img/stuff-done-img3.jpg);
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 12%;
    left: 13%;
    right: 10%;
    bottom: 8%;
    z-index: 5;
    border-top-left-radius: 14px;
    border-bottom-right-radius: 14px;
}

.stuff-done2 {
    background: url(img/stuff-done-img1.jpg);
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 12%;
    left: 13%;
    right: 10%;
    bottom: 8%;
    z-index: 5;
    border-top-left-radius: 14px;
    border-bottom-right-radius: 14px;
}

.stuff-done-main {
	 background:	url("img/stuff-done-main.jpg");
	 background-size: cover;
	 background-position: center;
}

.stuff-done3 {
    background: url(img/stuff-done-img2.jpg);
    background-size: cover;
    background-position: center;
		position: absolute;
    top: 12%;
    left: 13%;
    right: 10%;
    bottom: 8%;
    z-index: 5;
    border-top-left-radius: 14px;
    border-bottom-right-radius: 14px;
}

.gradient-bg{
	background: /* top, transparent black 37,127,196 */ linear-gradient( rgba(250, 232, 13, 0.5), rgba(250, 232, 13, 0.2) ), url(img/nutrition-img-main.webp);
	 background-size: cover;
	 background-position: center;
}



/* END OF IMAGES */



	/*------------------------------------*\
	    Blog
	\*------------------------------------*/

	.blog-wrapper-home {
     margin-left: 2%;
     margin-right: 2%;
     width: 46%;
     float: left;
     height: 520px;
     background-color: #99756d;
 }

	.news-wrapper-home {
		margin-left: auto;
		margin-right: auto;
		width: 86%;
	margin-top: 30px;

	}

	.blog-img-home {
	  width:100%;
	  height:270px;
	}

	.blog-img-home img {
	    object-fit: cover;
	    height: 270px;
			    width: 100%;
	}

	.blog_more {
	    font-weight: bold;
	    position: absolute;
	    right: 40px;
	    left: 40px;
	    top: 160px;
	    /* bottom: 5%; */
	}

	.blog_more h3 {
	  font-weight: bold;
	  font-size: 18px;
	  border: #cca99b solid 2px;
	  padding-left: 20px;
	  padding-right: 20px;
	  padding-top: 7px;
	  padding-bottom: 4px;
		text-align: center;
	}


	.news-holder {
	width: 90%;
	margin-left: 5%;
	}

	.news-holder p{
		max-width: 75%;
	}

	.news-holder h2 {
		max-width: 75%;
	}

	.news-holder h4 {
		max-width: 75%;
	}

	.news-holder h3 {
  padding-bottom: 2%;
}

.news-holder h4 {
	color: #604947;
}




.news-img-r {
	float: right;
	padding-right: 5%;
	padding-top: 5%;
	padding-bottom: 5%;
	padding-left: 5%;
}

.news-img-l {
	float: left;
	padding-right: 5%;
	padding-top: 5%;
	padding-bottom: 5%;
	padding-left: 0%;
}

	.featured-title-container {
	width:100%;
	position: relative;
	min-height: 200px;
	}


.featured-title {
    position: absolute;
    top: 46%;
    bottom: 50%;
    left: 10%;
    right: 10%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 80%;
}

.featured-title h1 {
    background-color: #1a81c5;
			padding-left: 5%;
			    padding-right: 5%;
			    padding-top: 1%;
			    padding-bottom: 1%;
			    line-height: 140%;
			    color: #fff;
			    border-top-right-radius: 20px 20px;
					border-bottom-left-radius: 20px 20px;
}


	.n-box3 {
	    width: 90%;
	    margin-left: 5%;
	    margin-right: 5%;
	    height: 62vh;
	    min-height: 520px;
	    background-color: #777;
	    position: absolute;
	    /* top: 260px; */
	    z-index: 2;
	}

	.n-box4 {
	    width: 45%;
	    right: 12%;
	    height: 28vh;
	    min-height: 210px;
	    position: absolute;
	    top: 19vh;
	    z-index: 10;
	    background: rgb(125,92,87);
	    background: -moz-linear-gradient(306deg, rgba(125,92,87,1) 0%, rgba(155,117,107,1) 100%);
	    background: -webkit-linear-gradient(306deg, rgba(125,92,87,1) 0%, rgba(155,117,107,1) 100%);
	    background: linear-gradient(306deg, rgba(125,92,87,1) 0%, rgba(155,117,107,1) 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7d5c57",endColorstr="#9b756b",GradientType=1);
	}

.news-wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
margin-top: 30px;
margin-bottom: 30px;
}


.news-container {
	padding-top: 4%;
	padding-bottom: 2%;

}

.news-container-home {
    padding-top: 4%;
    padding-bottom: 4%;
    /* float: left; */
    display: inline-block;
}

	.shop-post {
	  width:100%;
	  height:60vh;
	      background-color: #e7f7fc;
	}

	.shop-post-img {
	  width:60%;
	  float:left;

	height:60vh;
	}

	.shop-post-img img{
	height:60vh;
	  object-fit: cover;
	}


	.shop-post-text {
	  width:40%;
	height:60vh;
	  color:#fff;
	  float:left;

	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	  -webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	  -webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	}


	.centre {
	  margin-left: auto;
	  margin-right: auto;
	  width:760px;
	  margin-top: 30px;
	  margin-bottom: 30px;
	}


	.shop-wrapper {
	 width: 350px;
	 height: 555px;
    background-color: #e7f7fc;
	 float: left;
	 margin-left: 15px;
	 margin-right: 15px;
	 margin-top: 4%;
	 margin-bottom: 1%;
	 padding-bottom: 20px;
	 position: relative;
	     border-bottom-left-radius: 35px 35px;
			     border-top-right-radius: 35px 35px;
	}

	.buy_more {
	    font-weight: 700;
	    position: absolute;
	    right: 40px;
	    left: 40px;
	    top: 210px;
	    background: #2a84c1;
	    padding-left: 7%;
	    padding-right: 7%;
	    padding-top: 8px;
	    padding-bottom: 8px;
	    /* margin-top: 7%; */
	    cursor: pointer;
	    transition: all .8s ease-in;
	    color: #fff;
	    text-align: center;
	    width: max-content;
	    transition: all .8s ease-in;
	    font-family: bellota text;
	    margin-left: auto;
	    margin-right: auto;
	    font-weight: 700;
	    border-bottom-left-radius: 15px 15px;
	    border-top-right-radius: 15px 15px;
	}

	.buy_more h3 {
	    font-weight: 700;
	    font-size: 18px;
	    /* border: #cca99b solid 2px; */
	    /* padding-left: 20px; */
	    /* padding-right: 20px; */
	    /* padding-top: 7px; */
	    /* padding-bottom: 4px; */
	    text-align: center;
	}

	.shop-text {
	    width: 85%;
	    margin-left: auto;
	    margin-right: auto;
	    padding-top: 28px;
	    position: relative;
	    text-align: center;
	}


	.shop-text h2{
	  font-size: 22px;
	  font-weight: bold;
	}

	.shop-text h4 {
	    overflow: hidden;
	    font-size: 31px;
	    line-height: 36px;
			padding-bottom: 6px;
	}


	.shop-text a:link, a:visited, a:active{
	  text-decoration: none;
	  color: inherit;
	}

	.blog-wrapper {
	 width: 350px;
	 height: 480px;
	 background-color: #9b756b;
	 float: left;
	 margin-left: 15px;
	 margin-right: 15px;
	 margin-top: 4%;
	 margin-bottom: 1%;
	 padding-bottom: 20px;
	}

	.blog-img {
	  width:350px;
	  height:270px;
		border-top-right-radius: 35px 35px;
	}

	.blog-img img {
	    object-fit: cover;
	    height: 270px;
			    width: 100%;
					    border-top-right-radius: 35px 35px;
	}

	.blog-text {
	    width: 85%;

	    background-color: #9b756b;
	    margin-left: auto;
	    margin-right: auto;
	    padding-top: 20px;
	    position: relative;
	}

	.blog-text h2{
	  font-size: 21px;
	  font-weight: bold;
	}

	.blog-text a:link, a:visited, a:active{
	  text-decoration: none;
	  color: inherit;
	}

	.excerpt {
	  padding-top: 0px;
	}

	.excerpt h6 {
	  line-height: 150% !important;
	}


	a.view-article {
	    display: none;
	}


	.date h3 {
	  padding-top: 5px;
	  font-size: 12px;
	  color: #999;
	}

	.read_more {
	  font-weight: bold;
	  position: absolute;
	right: 0px;
	    top: 188px;
	}

	.read_more h3 {
	  font-weight: bold;

	}

	.category{
	position: absolute;
	top: 187px;
	}

	.category li{

	}

	.category ul li{
	  list-style-type: none;
	  float: left;
	}

	.post-categories li{
	  font-family: 'Century Gothic';
		color: #de2e33;
		font-weight: normal;
		font-size: 10px;
		border: 1px solid #de2e33;
		padding-top: 5px;
		padding-bottom: 5px;
	  padding-left: 12px;
	  padding-right: 12px;
	  text-align: center;
	  margin-right: 5px;
		-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	}

	a:link {
	  color: inherit;
	      text-decoration: none;
	}

	/*

	ul, menu, dir {
	    display: block;
	    list-style-type: disc;
	    -webkit-margin-before: 0px;
	    -webkit-margin-after: 0px;
	    -webkit-margin-start: 0px;
	    -webkit-margin-end: 0px;
	    -webkit-padding-start: 00px;
	}
	*/

	.post-content {
	padding-top: 4%;
	text-align: left;
	}

	.post-wrap {
	  padding-top: 3%;
	  padding-left: 8%;
	  padding-right: 8%;
	  padding-bottom: 5%;
	text-align: left;
	}

	textarea#comment {
	    width: 100%;
	    margin-top: 10px;
	}

	.comments {
	    margin-top: 50px;
	}

	input#submit {
	    background-color: #de2e33;
	    padding-left: 20px;
	    padding-right: 20px;
	    padding-top: 8px;
	    padding-bottom: 8px;
	    border: none;
	    color: #fff;
	}



	.subject-title{


	    background-color: rgba(180, 0, 0, 0.75);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 28px;
	padding-right: 28px;
	color: #fff;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;

	font-family: 'Century Gothic';
	font-size: 48px;
	text-decoration: none;
	font-weight: bold;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	line-height: 60px;

	}
/*
	ul {
	    list-style-type: square;
	    list-style-position: outside;
	    list-style-image: none;
	    color:#fff;
	    font-family: 'Century Gothic';
	    font-size: 18px;
	    padding-inline-start: 19px;
	}

*/



	.shop-title {
		float: left;
		height:12vh;
		width:100%;


		margin-top: 5%;
		margin-bottom: 5%;
		text-align: center;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
		-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
		-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;

	}

	.textshop h2 {
	  color: #555;
	  font-weight: bold;
	  padding-top: 2%;
	  padding-bottom: 20px;
	  padding-left: 2%;
	  padding-right: 2%;
	  font-size: 26px;
	  border-bottom: red solid 3px;
	  max-width: 84%;
	}


	section.related.products {
	    clear: both;
	    padding-top: 5%;
	}





/*------------------------------------*\
    pop up box
\*------------------------------------*/


.modalDialog {
        position: fixed;
        font-family: Arial, Helvetica, sans-serif;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(12, 12, 12, 0.8);
        z-index: 99999;
        opacity:0;
        -webkit-transition: opacity 400ms ease-in;
        -moz-transition: opacity 400ms ease-in;
        transition: opacity 400ms ease-in;
        pointer-events: none;
    }

    .modalDialog:target {
        opacity:1;
        pointer-events: auto;
    }
/*
    .modalDialog > div {
        width: 400px;
        position: relative;
        margin: 10% auto;
        padding: 5px 20px 13px 20px;
        border-radius: 10px;
        background: #fff;
        background: -moz-linear-gradient(#fff, #999);
        background: -webkit-linear-gradient(#fff, #999);
        background: -o-linear-gradient(#fff, #999);
    }

*/

.modalDialog > .pop-box {
	position: fixed;
  width: 70%;
    top: 15%;
    margin-left: 15%;
    margin-right: 15%;
  background: #fae80b;
  border-radius: .25em .25em .4em .4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;

	padding-top: 8%;
padding-bottom: 8%;
padding-left: 5%;
padding-right: 5%;

}

    .close {
        background: #606061;
        color: #FFFFFF;
        line-height: 25px;
        position: absolute;
        right: -12px;
        text-align: center;
        top: -10px;
        width: 24px;
        text-decoration: none;
        font-weight: bold;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        -moz-box-shadow: 1px 1px 3px #000;
        -webkit-box-shadow: 1px 1px 3px #000;
        box-shadow: 1px 1px 3px #000;
    }

    .close:hover { background: #ccc; }


.pop-box h3 {
	line-height: 165%;
}


/*------------------------------------*\
    Crossfade
\*------------------------------------*/


					.section__hero {
  position: relative;
  height: 100%;
  transition: opacity 0.25s ease-in-out;
}
.crossFade__image {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation-name: crossFade;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 21s;
	left:0;
	object-fit: cover;
}

@keyframes crossFade {
  20% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
}
.section__hero img:nth-of-type(1) {
  animation-delay: 0s;
}
.section__hero img:nth-of-type(2) {
  animation-delay: 7s;
}
.section__hero img:nth-of-type(3) {
  animation-delay: 14s;
}

@media screen and (prefers-reduced-motion: reduce) {
  .crossFade__image {
    display: none;
  }
  .section__hero {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

  }
}
/*------------------------------------*\
	Competition
\*------------------------------------*/

.lips {
	background:	url("img/Lips.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: 50px;
	width: 50px;
	position: absolute;
	/* display: none; */
	bottom: 5%;
	right: 5%;
}

.star {
    background: url(img/Stars.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    position: absolute;
    /* display: none; */
    bottom: 5%;
    left: 5%;
}

.emoji {
	background:	url("img/heart-eyes-emoji.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: 50px;
	width: 50px;
	position: absolute;
	/* display: none; */
	bottom: 5%;
	right: 5%;
}


.add-rel {
    position: relative;
}

.comp-bar {
    height: 50px;
    width: 94%;
    position: fixed;
    bottom: 2%;
    left: 3%;
    right: 3%;
    background-color: #f3bb20;
    font-size: 20px;
    color: #604947;
    font-family: 'Bellota Text';
    padding-top: 16px;
    text-align: center;
    z-index: 100000000;
}

/*------------------------------------*\
	Link Box
\*------------------------------------*/

.link-box-holder {
    width: 100%;
    background-color: #e7f7fc;
}

.link-box {
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 2%;
    padding-bottom: 2%;
    text-transform: uppercase;
    font-family: 'Bellota Text';
    color: #1a81c5;
}

.link-box a {
    padding: 2%;
}

/*------------------------------------*\
    SHADOWS
\*------------------------------------*/

.shadow {
	-webkit-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.5);
	box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.5);
}


.shadow2 {
	-webkit-box-shadow: 4px 4px 7px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 4px 4px 7px 0px rgba(0,0,0,0.3);
	box-shadow: 4px 4px 7px 0px rgba(0,0,0,0.3);
}

.shadow3 {
	-webkit-box-shadow: 8px 8px 16px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 8px 8px 16px 0px rgba(0,0,0,0.4);
	box-shadow: 8px 8px 16px 0px rgba(0,0,0,0.4);
}

.shadow4 {
	-webkit-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.2);
	box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.2);
}


.blue-glow {
	-webkit-box-shadow: 0 0 20px #56abd3;
	-moz-box-shadow: 0 0 20px #56abd3;
	box-shadow: 0 0 20px #56abd3;
}





/*------------------------------------*\
	GALLERY
\*------------------------------------*/


.slide-wrap {

	display: block;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: left;
	text-align: left;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
   /* IE10+ specific styles go here */

	 .slide-wrap {
			 margin-top: 10% !important;
	 }
}


.test-slide {

	display: block;
	width: 100%;
	height: 100vh;
    max-height: 700px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: left;
	text-align: left;
	margin-top: 0px !important;
}

.test-slide2 {

	display: block;
	width: 100%;
	height: 100vh;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: left;
	text-align: left;
		margin-top: 0px !important;
}

#wowslider-container1 {
	display: table;
	zoom: 1;
	position: relative;
	width: 100%;

	margin: 0px auto 0px;
	z-index: 90;
	text-align: left;

	text-shadow: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

#wowslider-container1 .ws_images {
	position: relative;
	left: 0;
	top: 0;

	vertical-align: top;
	border: none;
	overflow: hidden;
}


#wowslider-container1 .ws_bullets a {
	width:22px;
	height:20px;
	background: url("img/bullet.png") left top; /* will only appear once in the style file */
	float: left;
	text-indent: -9999px;
	position:relative;
	color:transparent;
}
#wowslider-container1 .ws_bullets a.ws_selbull, #wowslider-container1 .ws_bullets a:hover{
	background-position: 0 100%;
}

#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev {
	background-size: 200%;

	position:absolute;
	top:50%;
	margin-top:-1.6em;
	z-index:60;
	height: 5em;
	width: 3.9em;
	background-image: url("img/arrows.png"); /* will only appear once in the style file */
}
#wowslider-container1 a.ws_next{
	background-position: 100% 0;
	right:0;
}
#wowslider-container1 a.ws_prev {
	left:0;
	background-position: 0 0;
}

/* */


#wowslider-container2 {
	display: table;
	zoom: 1;
	position: relative;
	width: 100%;
	min-height: 200px !important;
	height: 200px !important;

	margin: 0px auto 0px;
	z-index: 90;
	text-align: left;

	text-shadow: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

#wowslider-container2 .ws_images {
	position: relative;
	left: 0;
	top: 0;

	vertical-align: top;
	border: none;
	overflow: hidden;
}


#wowslider-container2 .ws_bullets a {
	width:22px;
	height:20px;
	background: url("img/bullet.png") left top; /* will only appear once in the style file */
	float: left;
	text-indent: -9999px;
	position:relative;
	color:transparent;
}
#wowslider-container2 .ws_bullets a.ws_selbull, #wowslider-container2 .ws_bullets a:hover{
	background-position: 0 100%;
}

#wowslider-container2 a.ws_next, #wowslider-container2 a.ws_prev {
	background-size: 200%;

	position:absolute;
	top:50%;
	margin-top:-1.6em;
	z-index:60;
	height: 5em;
	width: 3.9em;
	background-image: url("img/arrows.png"); /* will only appear once in the style file */
}
#wowslider-container2 a.ws_next{
	background-position: 100% 0;
	right:0;
}
#wowslider-container2 a.ws_prev {
	left:0;
	background-position: 0 0;
}



.slider-holder {
	width: 100%;
	height: 280px
}

#divSlider {
margin-left: 5%;
margin-right: 5%;
  position: relative;
  width: 90%;
	margin-top: 8%;
	margin-bottom: 8%;
}

#divSlider > div {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}
.block{
  width:auto;
  height:auto;
  text-align:center;

}

.quote-logo {
    width: 22%;
    height: 160px;
    left: 6%;
    margin-right: 5%;
    float: left;
    position: absolute;
}

.quote-text2 {
    width: 57%;
    height: 160px;
    left: 35%;
    float: left;
    position: absolute;
    background-repeat: no-repeat;
    background-position: top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.quote-text2 h4{
	font-size: 26px;
	line-height: 35px;
	font-weight: normal;
	width: 100%;

}


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}


@font-face {
    font-family: 'Calibri';
    src: url('fonts/Calibri/Calibri.eot');
    src: url('fonts/Calibri/Calibri.eot?#iefix') format('embedded-opentype'),
        url('fonts/Calibri/Calibri.woff2') format('woff2'),
        url('fonts/Calibri/Calibri.woff') format('woff'),
        url('fonts/Calibri/Calibri.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Bellota Text';
    src: url('fonts/bellota/BellotaText-Italic.eot');
    src: url('fonts/bellota/BellotaText-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/bellota/BellotaText-Italic.woff2') format('woff2'),
        url('fonts/bellota/BellotaText-Italic.woff') format('woff'),
        url('fonts/bellota/BellotaText-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Bellota Text';
    src: url('fonts/bellota/BellotaText-Bold.eot');
    src: url('fonts/bellota/BellotaText-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/bellota/BellotaText-Bold.woff2') format('woff2'),
        url('fonts/bellota/BellotaText-Bold.woff') format('woff'),
        url('fonts/bellota/BellotaText-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bellota Text';
    src: url('fonts/bellota/BellotaText-BoldItalic.eot');
    src: url('fonts/bellota/BellotaText-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/bellota/BellotaText-BoldItalic.woff2') format('woff2'),
        url('fonts/bellota/BellotaText-BoldItalic.woff') format('woff'),
        url('fonts/bellota/BellotaText-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Bellota Text';
    src: url('fonts/bellota/BellotaText-Light.eot');
    src: url('fonts/bellota/BellotaText-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/bellota/BellotaText-Light.woff2') format('woff2'),
        url('fonts/bellota/BellotaText-Light.woff') format('woff'),
        url('fonts/bellota/BellotaText-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bellota Text';
    src: url('fonts/bellota/BellotaText-LightItalic.eot');
    src: url('fonts/bellota/BellotaText-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/bellota/BellotaText-LightItalic.woff2') format('woff2'),
        url('fonts/bellota/BellotaText-LightItalic.woff') format('woff'),
        url('fonts/bellota/BellotaText-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Bellota Text';
    src: url('fonts/bellota/BellotaText-Regular.eot');
    src: url('fonts/bellota/BellotaText-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/bellota/BellotaText-Regular.woff2') format('woff2'),
        url('fonts/bellota/BellotaText-Regular.woff') format('woff'),
        url('fonts/bellota/BellotaText-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/



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

	.cd-header ul li a:link, div.nav-menu ul li a:visited {
	    display: block;
	    color: #197ec2;
	    text-decoration: none;
	    font-family: 'Bellota Text';
			font-weight: bold;
	    padding-left: 16px;
	    padding-right: 16px;
	    padding-top: 8px;
	    padding-bottom: 8px;
	    margin-right: 0px;
	    font-size: 15px;
			height: 44px;
			line-height: 60px;
	    /* border-bottom: 2px solid #eee; */
	    -webkit-transition: border 500ms ease-in-out;
	    -moz-transition: border 500ms ease-in-out;
	    -o-transition: border 500ms ease-in-out;
	    transition: border 500ms ease-in-out;
	}

h1 {
	    font-size: 55px;
			line-height: 60px;
}

h2 {
	    font-size: 38px;
			letter-spacing: 1px;
}

h3 {
	    font-size: 21px;
}

h4 {
	font-size: 30px;
}

h6 {
	    font-size: 16px;
}

p {
	    font-size: 20px;
}

.large-text {
    font-size: 44px !important;
}


.large-text2 {
    font-size: 56px !important;
		line-height: 60px !important;
}

.linkedin-link {
	 height: 48px;
	 width: 48px;
	 position: absolute;
	 right: 8%;
	 margin-top: 9px;
	 z-index: 1000;
	}

.fb-link {
	 height: 48px;
	 width: 48px;
	 position: absolute;
	 right: 2%;
	 margin-top: 9px;
	 z-index: 1000;
	}

.insta-link {
	 height: 48px;
	 width: 48px;
	 position: absolute;
	 right: 5%;
	 margin-top: 9px;
	 z-index: 1000;
	}

	.footer-contact img {
	    padding-right: 5%;
	    padding-top: 11px;
	    float: left;
	    width: 32px;
	}

	.footer-box2 {
	    width: 18%;
	    float: left;
	    margin-left: 4%;
	    margin-top: 0%;
	}

	.footer-box3 {
    width: 24%;
    float: left;
    margin-left: 3%;
    margin-top: 0%;
}

.footer-box3 h2 {
    font-size: 24px;
    color: #fff;
    padding-bottom: 2%;
}



.footer-contact h3 {
		font-size: 14px;
		color: #fff;
		font-weight: bold;
		float: left;
		padding-top: 8px;
}

.footer-box2 h2 {
    font-size: 24px;
    color: #fff;
    padding-bottom: 2%;
}

.footer-box2 h3 {
    font-size: 13px;
    color: #fff;
}

.footer-box1 {
    width: 19%;
    float: left;
    margin-left: 2%;
    margin-right: 1%;
}

.footer-box4 {
    width: 30%;
    float: left;
    margin-left: -1%;
    margin-top: 0%;
}

.acredit1 {
    float: left;
    width: 27%;
    margin-right: 6%;
}

.acredit2 {
		float: left;
		width: 26%;
		margin-right: 7%;
		margin-top: 0%;
}

.acredit {
    position: absolute;
    left: 80%;
    right: 5%;
    top: 35%;
    bottom: 30%;
}


/* Home */

.padlr3.acentre {
    padding-top: 5%;
}

.service-img {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    height: 400px;
    margin-bottom: 6%;
		background-size: contain !important;
}

.service-img2 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    height: 315px;
    margin-bottom: 6%;
		background-size: contain !important;
}

h2.tspace1.bluet {
    padding-bottom: 2%;
}

.quote-text {
    font-size: 40px;
    font-weight: bold;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    margin: 0px;
    letter-spacing: 1px;
    line-height: 140%;
    padding-bottom: 2%;
    padding-top: 2%;
}

.feature-box2 {
    position: absolute;
    top: 20%;
    bottom: 20%;
    left: 52%;
    right: 7%;
    z-index: 4;
}

.feature-box2-new {
    position: absolute;
    top: 20%;
    bottom: 20%;
    left: 52%;
    right: 7%;
    z-index: 4;
}

/* End of home */

/* HEIGHTS */

.height1 {
  height:475px;
}

.height2 {
  height:525px;
}

.height3 {
  height:575px;
}

.height4 {
  height: 575px;
}

.height5 {
  height:675px;
}

.height6 {
  height:725px;
}

.height7 {
  height:775px;
}

.height8 {
  height: 825px;
}

/* END OF HEIGHTS */

.about1 {
    background: url(img/about1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.news-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 1140px;
    margin-top: 30px;
    margin-bottom: 30px;
}


.pricing2 {
    position: absolute;
    top: 10%;
    left: 12%;
    right: 10%;
    bottom: 11%;
    z-index: 5;
}

}


@media screen and (min-width: 1020px) and (max-width: 1219px) {

	.cd-header ul li a:link, div.nav-menu ul li a:visited {
	    display: block;
	    color: #197ec2;
	    text-decoration: none;
	    font-family: 'Bellota Text';
			font-weight: bold;
	    padding-left: 14px;
	    padding-right: 14px;
	    padding-top: 8px;
	    padding-bottom: 8px;
	    margin-right: 0px;
	    font-size: 14.5px;
			height: 44px;
			line-height: 60px;
	    /* border-bottom: 2px solid #eee; */
	    -webkit-transition: border 500ms ease-in-out;
	    -moz-transition: border 500ms ease-in-out;
	    -o-transition: border 500ms ease-in-out;
	    transition: border 500ms ease-in-out;
	}

	h6 {
	    font-size: 14px;
		}

		p {
			    font-size: 18.5px;
		}

/* Home */

.service-img {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    height: 300px;
    margin-bottom: 6%;
}

.service-img2 {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    height: 220px;
    margin-bottom: 6%;
}

h2.tspace1.bluet {
    padding-bottom: 2%;
}

/* End of home */

/* FOOTER */

.footer-holder1 {
	width: 94%;
  margin-left: 3%;
  padding-bottom: 5%;
}


.footer-box1 {
		width: 21%;
}

.footer-box2 {
		width: 19%;
		float: left;
		margin-left: 5%;
		margin-top: 1%;
}

.footer-box2 h2{
  font-size: 22px;
  color:#fff;


}

.footer-box2 h3{
  font-size: 12px;

}

.footer-box3 {
		width: 30%;
		margin-left: 6%;
		margin-top: 1%;
}

.footer-box3 h2{
font-size: 22px;
color:#fff;

}

.footer-box4 {
    width: 19%;
    float: left;
    margin-left: 0%;
    margin-top: 0%;
}

.footer-contact {
  width: 86%;
  float: left;
	margin-top: 1%;
	margin-bottom: 1%;
}

.footer-contact2 {
  width: 90%;
  clear: left;
	margin-top: 1%;
}

.footer-contact h3{
	font-size: 15px;
	font-weight: bold;
	float: left;
}

.footer-contact2 h3{
	font-size: 15px;
	font-weight: bold;
	float: left;
}

.footer-contact img {
    padding-right: 5%;
    padding-top: 2px;
    float: left;
		width:40px;
}


.footer-contact2 img {
  padding-right: 5%;
  padding-top: 2px;
  float: left;
	width:40px;
}

.links {
	float: left;
	padding-right:8%;
	color: #898989;
	font-size: 12px;
}

.contact-box1 h1 {
  font-size: 42px;
  font-weight: normal;
  color: #365c98;
  padding-bottom: 4%;
	margin-top: -1%;
}

.contact-img {
  width: 35px;
}

/* END OF FOOTER */

/* HEIGHTS */

.height1 {
	height:325px;
}

.height2 {
  height:375px;
}

.height3 {
	height:425px;
}

.height4 {
	height:475px;
}

.height5 {
	height:525px;
}

.height6 {
	height:575px;
}

.height7 {
	height:700px;
}

.about1 {
    background: url(img/about1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.home-process-h {
	height: 370px !important;
}

.about-benefit-icon {
    position: absolute;
    width: 80px;
    height: 80px;
    right: 0%;
    bottom: 0%;
    top: 28%;
    left: -5%;
}

.bk-img8 {
    position: relative;
		width: 90%;
		height: 315px;
		margin-left: 10%;
    z-index: 5;
}

}

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

	.home-process-h {
    height: 385px;
}

}

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

	.bk-service-box {
			width: 48%;
			height: 335px;
			float: left;
			margin-left: 1%;
			margin-top: 1%;
			margin-right: 1%;
			margin-bottom: 1%;
			z-index: 4;
			padding: 5%;
	}

	.about-support-box {
		width: 46%;
			height: 220px;
	    float: left;
	    margin-left: 2%;
	    margin-top: 1%;
	    margin-right: 2%;
	    margin-bottom: 4%;
	    z-index: 4;
	    /* padding: 4%; */
	    padding-top: 4%;
	    padding-bottom: 4%;
	    padding-left: 3%;
	    padding-right: 3%;
	    background-color: #bceff1;
	    border-radius: 30px 0px;
	}

	.third4 {
	  width: 46%;
	  float: left;
	}

	.bk-service-img {
    position: relative;
    width: 100%;
    height: 245px;
    background-color: #222;
    z-index: 4;
}

.f-bg-box12 {
    position: absolute;
    z-index: 2;
    top: 63%;
    bottom: 8%;
    right: 34%;
    left: 6%;
    background-color: #276692;
    border-bottom-left-radius: 20px 20px;
}

.f-bg-box11 {
    position: absolute;
    z-index: 1;
    top: 7%;
    bottom: 62%;
    right: 7%;
    left: 25%;
    background-color: #3877a1;
    border-top-right-radius: 20px 20px;
}

.about-benefit-box {
    position: relative;
    height: 195px;
    width: 100%;
    padding-left: 23%;
    padding-right: 6%;
    background: #eee;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 30px 0px 30px 0px;
    transition: all 0.7s ease;
}

.about-benefit-text {
    height: 195px;
    width: 100%;
}

.about-benefit-icon {
    position: absolute;
    width: 70px;
    height: 70px;
    right: 0%;
    bottom: 0%;
    top: 31%;
    left: -5%;
}

.bk-img8 {
    position: relative;
		width: 90%;
		height: 315px;
		margin-left: 10%;
    z-index: 5;
}

.res-pad {
	padding-top: 8%;
	padding-bottom: 8%;
}

}

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

	.quarter1 {
	    width: 47%;
	    float: left;
	    margin-left: 1.5%;
	    margin-right: 1.5%;
	    transition: all 0.5s ease-in;
	    border-radius: 20px 0 20px 0;
			position: relative;
			margin-bottom: 5%;
	}

	.quarter {
		width: 48%;
		float: left;
		margin-right: 2%;
		transition: all 0.5s ease-in;
		position: relative;
		margin-bottom: 5%;
	}

	.packages-h {
		height:285px;
	}

	.home-process-h {
			height: 275px;
	}


	.process-half {
	    width: 100%;
			padding-right: 15%;
	  /*  margin-left: 5% !important;
	    margin-right: 5% !important; */
	}


	.home-logo-icon {
    position: absolute;
    top: 0%;
    /* width: 40%; */
    right: 0%;
    bottom: -16%;
    left: -10%;
    background: url(img/lionheart-lion.png);
    background-size: contain;
    /* background-position: center; */
    background-repeat: no-repeat;
    background-position-x: 300px;
    background-position-y: bottom;
    z-index: 1;
    opacity: 0.2;
}


}


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


h1 {
font-size: 36px;
line-height: 40px;
}

h2 {
font-size: 29px;
}

h3 {
    font-size: 16px;
}

h4 {
	font-size: 22px;
	line-height: 27px;
}

h5 {
	font-size: 17px;
	line-height: 22px;
}

h6 {

}

p {
	font-size: 15.5px;
	}
/* HOME */

/* END OF HOME */

/* FOOTER */

.footer-box3 {
		width: 38%;
		margin-left: 3%;
		margin-top: 0%;
}

.footer-box2 {
		width: 30%;
		float: left;
		margin-left: 5%;
		margin-top: 0%;
}

.footer-box1 {
		width: 23%;
		float: left;
		margin-left: 1%;
}


.footer-box2 h2 {
  font-size: 17px;
  color: #fff;
}

.footer-box2 h3 {
  font-size: 11px;

}


.footer-box3 h2 {
  font-size: 17px;
  color: #fff;
}

.footer-contact {
  width: 95%;
  float: left;
  margin-top: 1%;
	margin-bottom: 1%;
}



.footer-contact img {
  padding-right: 3%;
  padding-top: 1px;
  float: left;
  width: 11%;
}

.footer-contact h3 {
  font-size: 13px;
  font-weight: bold;
  float: left;
}

.footer-contact2 {
  width: 98%;
  clear: left;
  margin-top: 1%;
}

.footer-contact2 img {
  padding-right: 3%;
  padding-top: 2px;
  float: left;
  width: 10%;
}

.footer-contact2 h3 {
  font-size: 13px;
  font-weight: bold;
  float: left;
}

.footer-box4 {
    width: 80%;
    float: left;
    margin-left: 4%;
    margin-top: 0%;
}

.acredit2 {
    float: left;
    width: 20%;
    margin-right: 12%;
}

.acredit1 {
    float: left;
    width: 20%;
    margin-right: 12%;
}

.about-benefit-box {
		position: relative;
		height: 270px;
		width: 45%;
		margin-right: 5%;
		padding-left: 5%;
		padding-right: 5%;
		background: #eee;
		margin-top: 15px;
		margin-bottom: 15px;
		border-radius: 30px 0px 30px 0px;
		transition: all 0.7s ease;
		float: left;
}

.about-benefit-text {
        height: 270px;
        width: 100%;
        padding-top: 24%;
    }

		.about-benefit-icon {
		        position: absolute;
		        width: 50px;
		        height: 50px;
		        right: 0%;
		        bottom: 0%;
		        top: 6%;
		        left: 11%;
		    }


		.about-b-mob-h-fix {
        height: 1180px;
    }

		.bk-img3 {
    position: absolute;
    left: 5%;
    right: 9%;
    top: 107%;
    bottom: -47%;
    background-color: #333;
}

.about-half {
  width: 100%;
  float: left;
}


.links-holder {
  padding-top: 2%;
  padding-bottom: 3%;
  max-width: 800px;
  min-width: 600px;
}

.links {
  float: left;
  padding-right: 3%;
  color: #898989;
  font-size: 11px;
}

/* END OF FOOTER */

/* HEIGHTS */

.height2 {
	height:275px;
}

.height3 {
	height:325px;
}

.height4 {
  height:375px;
}

.height5 {
	height:425px;
}

.height6 {
	height:475px;
}

.height7 {;
	height:525px;
}

.height8 {
	height:650px;
}

/* END OF HEIGHTS */

/* Contact */


/* BUTTONS */

.btn1 {
font-size: 15px;
}

/* END OF BUTTONS */


.pad-about {
padding: 4%;
}

.benefit-half {
  width: 100%;
  float: left;
}

.no-pad-mob2 {
	padding: 0% !important
}

.shop-wrapper {
    width: 300px;
    height: 505px;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 4%;
    margin-bottom: 1%;
    padding-bottom: 20px;
    position: relative;
}

.blog-img {
    width: 300px;
    height: 270px;
}

.news-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 660px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.buy_more {
    font-weight: bold;
    position: absolute;
    right: 20px;
    left: 20px;
    top: 170px;
    /* bottom: 5%; */
}

.shop-text h4 {
    overflow: hidden;
    font-size: 25px;
    line-height: 29px;
    padding-bottom: 6px;
}

.excerpt h6 {
    line-height: 128% !important;
}

.service-icon2 {
    width: 23%;
    height: 130px;
    float: left;
    margin-left: 0%;
    margin-bottom: 0%;
    margin-top: 1%;
}

.service-text2 {
    width: 73%;
    height: 130px;
    float: left;
    margin-left: 4%;
}

.service-icon3 {
    width: 23%;
    height: 100px;
    float: left;
    margin-left: 0%;
    margin-bottom: 0%;
    margin-top: 1%;
}

.service-text3 {
    width: 73%;
    height: 100px;
    float: left;
    margin-left: 4%;
}

.handle-box {
    height: 300px;
    width: 33%;
    padding-left: 4%;
    padding-right: 4%;
    float: left;
    border-radius: 20px 0px;
}

.bk-logo-img {
    position: absolute;
    top: 0%;
    width: 37%;
    bottom: 0%;
    left: 55%;
    background: url(img/bk-vert-logo.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.contact-text2 h4 {
    font-size: 19px;
}

}

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


h1 {
	font-size: 34px;
	line-height: 38px;
}

h2 {
     font-size: 27px;
}

h3 {
    font-size: 15px;
}

h4 {
	font-size: 20px;
	    line-height: 26px;
}

h5 {
	font-size: 16px;
 line-height: 22px;
}

p {
	font-size: 15px;
	}

.large-text {
	font-size: 32px !important;
	line-height: 38px;
}

.large-text2 {
    font-size: 40px !important;
		line-height: 44px !important;
}

.tspace1 {
    letter-spacing: 4px;
}

.quote-text {
    font-size: 24px;
}

/* FOOTER */

.footer {
    width: 100%;
    padding-top: 5%;
		position: relative;
}

.comp-bar {
    height: 50px;
    width: 94%;
    position: fixed;
    bottom: 2%;
    left: 3%;
    right: 3%;
    background-color: #f3bb20;
    font-size: 17px;
    color: #604947;
    font-family: 'Bellota Text';
    padding-top: 16px;
    text-align: center;
    z-index: 100000000;
}

/* home */
.feature-box2 {
    left: 47%;
	}

	.feature-box2-new {
	    position: absolute;
	    top: 15%;
	    bottom: 17%;
	    left: 37%;
	    right: 5%;
	    z-index: 4;
	}

.feature-box4 {
    position: absolute;
    top: 28%;
    bottom: 28%;
    left: 5%;
    right: 45%;
    z-index: 4;
}

.pad-about {
padding: 3.5%;
}

.footer-box3 {
		width: 40%;
		margin-left: 4%;
		margin-top: 0%;
}

.footer-box2 {
		width: 26%;
		float: left;
		margin-left: 5%;
		margin-top: 0%;
}

.footer-box1 {
		width: 20%;
		float: left;
		margin-left: 1%;
}


/* BLOG */

.shop-wrapper {
    width: 420px;
    height: 420px;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 4%;
    margin-bottom: 1%;
    padding-bottom: 20px;
    position: relative;
}

.f-bg-box12 {
		position: absolute;
		z-index: 2;
		top: 63%;
		bottom: 13%;
		right: 34%;
		left: 6%;
		background-color: #276692;
		border-bottom-left-radius: 20px 20px;
}

.f-bg-box11 {
		position: absolute;
		z-index: 1;
		top: 5%;
		bottom: 62%;
		right: 7%;
		left: 25%;
		background-color: #3877a1;
		border-top-right-radius: 20px 20px;
}

.blog-img {
    width: 420px;
    height: 200px;
}

.blog-img img {
    object-fit: cover;
    height: 200px;
    width: 100%;
}

.buy_more {
    font-weight: bold;
    position: absolute;
    right: 40px;
    left: 40px;
    top: 155px;
}

.news-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 440px;
    margin-top: 30px;
    margin-bottom: 30px;
}


.contact-text2 h4 {
    font-size: 17px;
}


}


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

h1 {
	font-size: 32px;
	line-height: 36px;

}

h2 {
font-size: 25px;
}

h3 {
    font-size: 14px;
}
h4 {

}

h5 {

}

p {
	font-size: 14px;
}

.btn2 {
	font-size: 12px;
}

.width-a {
    width: 90%;
}


.floatr {
	float: right !important;
}

.floatl {
	float: left !important;
}


.boxl {
    width: 95%;
}

.boxl2 {
		width: 95%;
}

.boxr {
    width: 95%;
}

.display1 {
	display: block;
}

.display2 {
	display: none;
}



.unset {
	height: unset;
	min-height: unset;
	max-height: unset;
}


/* FOOTER */


.acredit {
    position: absolute;
    left: 75%;
    right: 7%;
    top: 70%;
    bottom: 0%;
}

.footer {
  width: 100%;
  /* height: 550px;
  min-height: 520px; */
  padding-top: 5%;
}

.footer-holder1 {
  width: 88%;
  margin-left: 6%;
  padding-bottom: 5%;
}

.footer-box1 {
  width: 30%;
  float: left;
}

.footer-box2 {
  width: 90%;
  float: left;
  clear: left;
  margin-left: 3%;
  margin-top: 5%;
}

.footer-box3 {
  width: 55%;
  margin-left: 3%;
  margin-top: 6%;
}

.footer-box4 {
    width: 35%;
    float: left;
    margin-left: 0%;
    margin-top: 0%;
    /* margin-bottom: 10%; */
}

.acredit2 {
		float: left;
		width: 42%;
		margin-right: 8%;
}

.acredit1 {
		float: left;
		width: 44%;
		margin-right: 6%;
}

.footer-contact img {
  padding-right: 3%;
  padding-top: 1px;
  float: left;
  width: 8%;
}

.footer-contact2 img {
  padding-right: 3%;
  padding-top: 2px;
  float: left;
  width: 7%;
}

.lineF {
  width: 100%;
  height: 2px;
  background-color: #415069;
  margin-top: 6%;
  margin-bottom: 5%;
  position: relative;
  float: left;
}

.links-holder {
  padding-top: 2%;
  padding-bottom: 3%;
  max-width: unset;
  min-width: unset;
  width: 100%;
	display: block;
}

.links {
  float: left;
  padding-right: 10%;
  color: #898989;
  font-size: 11px;
  line-height: 18px;
}

.contact-text2 h4 {
    font-size: 16px;
}

.contact-holder {
    padding-top: 2%;
    padding-bottom: 1%;
    height: 35px;
    width: 100%;
}

/* END OF FOOTER */

/* BUTTONS */


/* END OF BUTTONS */

/* HOME */

.feature-box2 {
    position: absolute;
    top: 30%;
    bottom: 28%;
    left: 30%;
    right: 5%;
    z-index: 4;
}

.feature-box2-new {
        position: absolute;
        top: 18%;
        bottom: 25%;
        left: 30%;
        right: 5%;
        z-index: 4;
    }

.feature-box1 {
    position: absolute;
    top: 10%;
    bottom: 18%;
    left: 8%;
    right: 10%;
    z-index: 3;
    background: url(img/lionheart-home-img.webp);
    background-size: cover;
    background-position: center;
}

.feature-box1v2 {
    position: absolute;
    top: 10%;
    bottom: 18%;
    left: 8%;
    right: 10%;
    z-index: 3;
    background: url(img/lionheart-new-hero-main.webp);
    background-size: cover;
    background-position: center;
}

.f-bg-box2 {
    position: absolute;
    z-index: 2;
    top: 40%;
    bottom: 13%;
    right: 77%;
    left: 4%;
    background-color: #e7f7fc;
}

.f-bg-box1 {
    position: absolute;
    z-index: 2;
    top: 5%;
    bottom: 80%;
    right: 6%;
    left: 76%;
    background-color: #e7f7fc;
}

.f-enquire {
    position: absolute;
    z-index: 2;
    top: 84%;
    bottom: 4%;
    right: 4%;
    left: 65%;
}

.corner-tr1 {
    border-top-right-radius: 25px 25px;
}

.corner-tl1 {
    border-top-left-radius: 25px 25px;
}


.corner-bl1 {
    border-bottom-left-radius: 25px 25px;
}

.corner-br1 {
    border-bottom-right-radius: 25px 25px;
}


.corner-tr2 {
    border-top-right-radius: 15px 15px;
}

.corner-tl2 {
    border-top-left-radius: 15px 15px;
}


.corner-bl2 {
    border-bottom-left-radius: 15px 15px;
}

.corner-br2 {
    border-bottom-right-radius: 15px 15px;
}

.benefit-1 {
    width: 44%;
    float: left;
    padding-bottom: 5%;
    padding-top: 5%;
    text-align: right;
    margin-right: 6%;
}

.benefit-2 {
    width: 100%;
    float: left;
    padding-bottom: 5%;
    padding-top: 5%;
}

.benefit-3 {
    width: 44%;
    float: left;
    padding-bottom: 5%;
    padding-top: 5%;
    text-align: left;
    margin-left: 6%;
}

/* END OF HOME */


/* NAVIGATION */


/* END OF NAVIGATION */

/* Contact */

.contact-img {
    width: 26px;
}

.contact-text h4 {
	font-size: 17px !important;
}


.pad-about {
padding: 3%;
}


}



@media (max-height: 535px) and (max-width: 650px) {
    /* CSS stuff */

}

@media (min-height: 781px) and (max-width: 650px) {
    /* CSS stuff */

}


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

.half {
    width: 100%;
  /*  margin-left: 5% !important;
    margin-right: 5% !important; */
}

.display3 {
	display: block;
}

.display4 {
	display: none;
}

.height-mob1 {
  height: unset !important;
}

.comp-bar {
    height: 50px;
    width: 94%;
    position: fixed;
    bottom: 2%;
    left: 3%;
    right: 3%;
    background-color: #f3bb20;
    font-size: 15px;
    color: #604947;
    font-family: 'Bellota Text';
    padding-top: 16px;
    text-align: center;
    z-index: 100000000;
}

.service-img {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    height: 300px;
    margin-bottom: 2%;
    background-size: contain !important;
}

.service-img2 {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    height: 220px;
    margin-bottom: 2%;
    background-size: contain !important;
}

.sbtn {
	margin-left: auto !important;
	margin-top: 4% !important;
}


.third {
    width: 90%;
    margin-left: 5% !important;
    margin-right: 5% !important;
}

.third2 {
    width: 90%;
    margin-left: 5% !important;
    margin-right: 5% !important;
}

.height-mob1 {
	height: unset !important;
	min-height: unset !important;
	max-height: unset !important;
}

.acentre-mob {
	text-align: center !important;
}

.pad-mob1 {
	padding: 5% !important
}

.pad-mob2 {
	padding: 8% !important
}

.pad-mob-bot1 {
	padding-bottom: 5% !important
}

.pad-mob-bot2 {
	padding-bottom: 8% !important
}

.pad-mob-bot3 {
	padding-bottom: 12% !important
}

.pad-mob-top1 {
	padding-top: 5% !important
}

.pad-mob-top2 {
	padding-top: 8% !important
}

.pad-mob-top3 {
	padding-top: 12% !important
}

.no-pad-mob {
	padding: 0% !important
}

.mob-marg-top {
	margin-top: 8%;
}

.about1 {
    background: url(img/about1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.btn2 {
	margin-left: auto;
	margin-right: auto;
}


.contact-holder {
    padding-top: 2%;
    padding-bottom: 1%;
    height: 35px;
    width: 100%;
}

.about-lh-holder {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		padding-top: 60%;
		padding-bottom: 5%;
		padding-left: 0%;
		display: inline-block;
		position: relative;
}

.about-logo-holder {
    position: absolute;
    right: 10%;
    left: 10%;
    top: -3%;
    bottom: 62%;
    z-index: 20;
}


.about-logo2 {
    width: 100%;
    height: 100%;
    padding: 5%;
    background: url(img/lionheart-white-vertical.png);
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
}



.call-img {
    position: absolute;
    top: 4%;
    width: 90%;
    bottom: 60%;
    left: 5%;
    background: url(img/contact-image-mob.webp);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.bournmouth-fix {
    height: 650px;
}

.bournemouth-img {
    background: url(img/bournemouth.jpg);
    background-size: cover;
    background-position: center;
    border-bottom-left-radius: unset !important;
    border-top-right-radius: 25px 25px;
}


.benefit-h {
	height: 240px;
}


.admin-cta-holder {
    width: 94%;
    height: 645px;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0%;
    padding-bottom: 65%;
    margin-left: 3%;
    position: relative;
}

.award-pad {
	padding-bottom: 9%;
}

.home-process-h {
        height: 240px;
    }

.bk-service-box {
        width: 100%;
        height: 265px;
        float: left;
        margin-left: 1%;
        margin-top: 1%;
        margin-right: 1%;
        margin-bottom: 1%;
        z-index: 4;
        padding: 5%;
    }


		.bk-img7 {
    position: absolute;
    top: 10%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 5;
}

.f-bg-box19 {
    position: absolute;
    z-index: 2;
    top: 4%;
    bottom: 49%;
    right: 48%;
    left: -5%;
    background-color: #ecf5fa;
}

.f-bg-box20 {
    position: absolute;
    z-index: 2;
    top: 53%;
    bottom: -8%;
    right: -5%;
    left: 62%;
    background-color: #f8fbfd;
}


		.about-benefit-text {
        height: 170px;
        padding-top: 0%;
        width: 100%;
    }


		.about-benefit-box {
        position: relative;
        height: 170px;
        width: 100%;
        padding-left: 25%;
        padding-right: 8%;
        background: #eee;
        margin-top: 15px;
        margin-bottom: 15px;
        border-radius: 30px 0px 30px 0px;
        transition: all 0.7s ease;
    }


		.about-benefit-icon {
        position: absolute;
        width: 80px;
        height: 80px;
        right: 0%;
        bottom: 0%;
        top: 27%;
        left: -2%;
    }


		.bk-img3 {
    position: absolute;
    left: 5%;
    right: 5%;
    top: 108%;
    bottom: -45%;
    background-color: #333;
}


		.about-support-box {
		        width: 100%;
		        height: 152px;
		        float: left;
		        margin-left: 2%;
		        margin-top: 1%;
		        margin-right: 2%;
		        margin-bottom: 4%;
		        z-index: 4;
		        /* padding: 4%; */
		        padding-top: 6%;
		        padding-bottom: 6%;
		        padding-left: 5%;
		        padding-right: 5%;
		        background-color: #bceff1;
		        border-radius: 30px 0px;
		    }


		.third4 {
		  width: 100%;
		  float: left;
		}

		.bk-service-img {
        position: relative;
        width: 100%;
        height: 200px;
        background-color: #222;
        z-index: 4;
    }

		.f-bg-box12 {
		position: absolute;
		z-index: 2;
		top: 63%;
		bottom: 10%;
		right: 34%;
		left: 2%;
		background-color: #276692;
		border-bottom-left-radius: 20px 20px;
}

.f-bg-box11 {
		position: absolute;
		z-index: 1;
		top: 3%;
		bottom: 62%;
		right: 2%;
		left: 25%;
		background-color: #3877a1;
		border-top-right-radius: 20px 20px;
}

.half2 {
    width: 100%;
    float: left;
}

.service-text2 {
    width: 82%;
    height: 130px;
    float: left;
    margin-left: 4%;
}

.service-icon2 {
    width: 14%;
    height: 130px;
    float: left;
    margin-left: 0%;
    margin-bottom: 0%;
    margin-top: 1%;
}

.service-text3 {
    width: 82%;
    height: 95px;
    float: left;
    margin-left: 4%;
}

.service-icon3 {
    width: 12%;
    height: 95px;
    float: left;
    margin-left: 0%;
    margin-bottom: 0%;
    margin-top: 1%;
}

.handle-box {
        height: 165px;
        width: 92%;
        padding-left: 6%;
        padding-right: 6%;
        float: left;
        border-radius: 20px 0px;
    }


		.service-icon {
		    width: 50px;
		    margin-bottom: 5%;
		}


.no-marg-mob {
	margin: 0%;
}

.mob-bottom-border-line {
    border-bottom-style: solid;
    border-bottom-color: #7ac7e7;
    border-bottom-width: 1px;
}

.bk-img4 {
    position: absolute;
    top: 23%;
    left: 7%;
    right: 7%;
    bottom: 20%;
    z-index: 5;
}



.bk-img5 {
        position: absolute;
        top: 11%;
        left: 7%;
        right: 7%;
        bottom: 5%;
        z-index: 5;
    }


		.bk-img6 {
		    position: absolute;
		    top: 23%;
		    left: 7%;
		    right: 7%;
		    bottom: -12%;
		    z-index: 5;
		}

		.bk-img8 {
		    position: relative;
				width: 100%;
				height: 250px;
				margin-left: 0%;
		    z-index: 5;
		}



.f-bg-box14 {
    position: absolute;
    z-index: 2;
    top: 65%;
    bottom: 13%;
    right: 4%;
    left: 47%;
    background-color: #e7f7fc;
}

.bk-logo-img {
    position: absolute;
    top: 46%;
    width: 63%;
    bottom: 5%;
    left: 19%;
    background: url(img/bk-vert-logo.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


.home-bookkeeping-box {
    width: 100%;
    height: 200px;
    float: left;
    margin-left: 1%;
    margin-top: 3%;
    margin-right: 1%;
    margin-bottom: 3%;
    z-index: 4;
    border-radius: 20px 0px 20px 0px !important;
    position: relative;
}

.bk-mob-h-fix {
        height: 950px;
    }


		.about-b-mob-h-fix {
		        height: 1400px;
		    }

				.about-mob-h-fix {
								height: 750px;
						}

		.bk-img1 {
		    position: absolute;
		    left: 5%;
		    right: 5%;
		    top: 107%;
		    bottom: -50%;
		    background-color: #333;
		}




		.f-bg-box16 {
		    position: absolute;
		    z-index: 2;
		    left: 27%;
		    right: 1%;
		    top: 134%;
		    bottom: -55%;
		    background-color: #e7f7fc;
		}

		.f-bg-box15 {
    position: absolute;
    z-index: 2;
    left: 0%;
    right: 25%;
    top: 103%;
    bottom: -27%;
    background-color: #a1dadf;
}

.middle-lc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.slider-box {
        flex: 0 0 85%;
        margin-left: 20px;
    }

		.bk-logo-icon {
		    position: absolute;
		    top: -55%;
		    /* width: 40%; */
		    right: 27%;
		    bottom: -80%;
		    left: -44%;
		    background: url(img/lionheart-lion.png);
		    background-size: contain;
		    background-position: center;
		    background-repeat: no-repeat;
		    z-index: 1;
		    opacity: 0.2;
		}


		.home-logo-icon {
		        position: absolute;
		        top: 0%;
		        /* width: 40%; */
		        right: 0%;
		        bottom: -19%;
		        left: -20%;
		        background: url(img/lionheart-lion.png);
		        background-size: contain;
		        /* background-position: center; */
		        background-repeat: no-repeat;
		        background-position-x: 150px;
		        background-position-y: bottom;
		        z-index: 1;
		        opacity: 0.2;
		    }





				.faq-inner {
					padding: 30px 16px 45px;
				}


				.faq-question {
					font-size: 1.6rem;
					padding: 16px 18px;
					align-items: flex-start;
				}

				.faq-answer p {
					font-size: 1.4rem;
					max-width: 100%;
				}

				.faq-item.active .faq-answer {
					padding: 0 18px 18px 18px;
				}

				.faq-answer {
					padding: 0 18px;
				}

}


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


h1 {

}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

h6 {

}

.logo {
    width: 290px;
    height: 200px;
	}



.btn1 {
  font-size: 14px;
}

/* NAVIGATION */

.contact-box h4 {
	font-size:16px;
}

/* Contact */

.contact-img {
  width: 23px;
}

/* SEARCH */

.search-holder h1 {
    color: #2e579c;
    font-size: 30px;
    line-height: 36px;
}

.search-holder {
    width: 100%;
    margin-top: 300px;
	}

	input.search-input-result {
    width: 96%;
    padding-left: 4%;
    height: 40px;
    border-radius: 14px 14px 14px 14px;
    -moz-border-radius: 14px 14px 14px 14px;
    -webkit-border-radius: 14px 14px 14px 14px;
    border: 0px solid #000000;
    -webkit-box-shadow: inset 1px 1px 3px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 1px 3px 2px rgba(0,0,0,0.1);
    box-shadow: inset 1px 1px 3px 2px rgba(0,0,0,0.1);
}

button.search-submit-result {
    width: 96%;
    background: #555;
    border: none;
    font-size: 13px;
    color: #fff;
    margin-right: 8px;
    font-family: 'Helvetica';
    padding-bottom: 2%;
    padding-top: 2%;
    /* padding-left: 1%; */
    /* padding-right: 2%; */
    text-align: center;
    margin-left: 2%;
    margin-top: 3%;
    margin-bottom: 7%;
}

/* END OF SEARCH */

/* HOME */

.service-box {
    width: 96%;
}

/* END OF HOME */



.about-lh-holder {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        padding-top: 72%;
        padding-left: 0%;
        display: inline-block;
        position: relative;
    }


/* FOOTER */

.footer {
		width: 100%;
		/* height: 650px;
		min-height: 510px; */
		padding-top: 5%;
}

.footer-box3 {
    width: 75%;
    margin-left: 3%;
    margin-top: 8%;
}

.footer-contact img {
    padding-right: 3%;
    padding-top: 1px;
    float: left;
    width: 11%;
}

.footer-contact2 img {
    padding-right: 3%;
    padding-top: 0px;
    float: left;
    width: 11%;
}

.footer-box4 {
		width: 85%;
		float: left;
		margin-left: 0%;
		margin-top: 5%;
		/* margin-bottom: 10%; */
}

.acredit1 {
    float: left;
    width: 23%;
    margin-right: 6%;
}

.acredit2 {
    float: left;
    width: 23%;
    margin-right: 7%;
}

.veracity {
    position: absolute;
    right: 5%;
    color: #fff;
    top: 15px;
    font-size: 11px;
}

p.copyright {
    padding-left: 5%;
    color: #fff;
    padding-top: 15px;
    font-size: 11px;
}

/* END OF FOOTER */


.comp-bar {
    height: 47px;
    width: 94%;
    position: fixed;
    bottom: 2%;
    left: 3%;
    right: 3%;
    background-color: #f3bb20;
    font-size: 12px;
    color: #604947;
    font-family: 'Bellota Text';
    padding-top: 18px;
    text-align: center;
    z-index: 100000000;
}


.shop-wrapper {
    width: 360px;
    height: 440px;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 4%;
    margin-bottom: 1%;
    padding-bottom: 20px;
    position: relative;
}

.blog-img {
    width: 360px;
    height: 200px;
}

.news-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    margin-top: 30px;
    margin-bottom: 30px;
}



}


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

	.logo {
			width: 260px;
			height: 200px;
			top: -24px;
	}


h1 {
  font-size: 32px;
  line-height: 35px;
}

h2 {
  font-size: 23px;
  line-height: 31px;
}

h3 {
  font-size: 12.5px;
  line-height: 154%;
}

h4 {
  font-size: 23px;
  line-height: 31px;
}

h5 {
  font-size: 14px;
  line-height: 20px;
}

h6 {
  font-size: 12.5px;
  line-height: 19px;
}

/* NAVIGATION */

.contact-box h4 {
	font-size:16px;
}

/* Contact */

.contact-img {
    width: 23px;
}

/* SEARCH */

.search-holder h1 {
    color: #2e579c;
    font-size: 30px;
    line-height: 36px;
}

.search-holder {
    width: 100%;
    margin-top: 300px;
	}

	input.search-input-result {
    width: 96%;
    padding-left: 4%;
    height: 40px;
    border-radius: 14px 14px 14px 14px;
    -moz-border-radius: 14px 14px 14px 14px;
    -webkit-border-radius: 14px 14px 14px 14px;
    border: 0px solid #000000;
    -webkit-box-shadow: inset 1px 1px 3px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 1px 3px 2px rgba(0,0,0,0.1);
    box-shadow: inset 1px 1px 3px 2px rgba(0,0,0,0.1);
}

button.search-submit-result {
    width: 96%;
    background: #555;
    border: none;
    font-size: 13px;
    color: #fff;
    margin-right: 8px;
    font-family: 'Helvetica';
    padding-bottom: 2%;
    padding-top: 2%;
    /* padding-left: 1%; */
    /* padding-right: 2%; */
    text-align: center;
    margin-left: 2%;
    margin-top: 3%;
    margin-bottom: 7%;
}


.home-process-h {
		height: 265px;
}

.process-icon {
    width: 40px;
		height: 40px;
    margin-bottom: 5%;
}

/* END OF SEARCH */

/* HOME */




/* END OF HOME */



/* FOOTER */

.footer {
    width: 100%;
    /* height: 640px;
    min-height: 440px; */
    padding-top: 5%;
}

.footer-box3 {
    width: 75%;
    margin-left: 3%;
    margin-top: 8%;
}

.footer-contact img {
    padding-right: 3%;
    padding-top: 1px;
    float: left;
    width: 11%;
}

.footer-contact2 img {
    padding-right: 3%;
    padding-top: 0px;
    float: left;
    width: 11%;
}

.veracity {
    position: absolute;
    right: 5%;
    color: #fff;
    top: 15px;
    font-size: 11px;
}

p.copyright {
    padding-left: 5%;
    color: #fff;
    padding-top: 15px;
    font-size: 11px;
}

/* END OF FOOTER */

ul.cd-nav-icons {
    top: 0;
    width: 240px;
    /* left: 20px; */
}
ul#cd-primary-nav {
    top: 14vh;
    width: 310px !important;
    left: 8%;
}

ul.cd-nav-icons {
    top: 0;
    width: 240px !important;
    /* left: 20px; */
}

.call-img {
    position: absolute;
    top: 4%;
    width: 90%;
    bottom: 64%;
}


.service-icon2 {
		width: 14%;
		height: 100px;
		float: left;
		margin-left: 0%;
		margin-bottom: 0%;
		margin-top: 1%;
}


.service-text2 {
        width: 82%;
        height: 100px;
        float: left;
        margin-left: 4%;
    }




}


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

	h1 {
	  font-size: 28px;
	  line-height: 32px;
	}

	h2 {
	  font-size: 21px;
	  line-height: 28px;
	}

	h3 {
	  font-size: 12px;
	  line-height: 154%;
	}

	h4 {
	  font-size: 21px;
	  line-height: 25px;
	}

	h5 {
	  font-size: 13px;
	  line-height: 17px;
	}

	h6 {
	  font-size: 11.5px;
	  line-height: 17px;
	}

p {
	font-size: 12px;
}

.footer-bottom {
	width: 100%;
	height: 75px;
	position: relative;
}

.veracity {
	position: absolute;
	right: unset;
	color: #fff;
	top: unset;
	bottom: 14px;
	left: 5%;
	font-size: 11px;
}


.shop-wrapper {
    width: 300px;
    height: 440px;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 4%;
    margin-bottom: 1%;
    padding-bottom: 20px;
    position: relative;
}

.blog-img {
    width: 300px;
    height: 200px;
}

.feature-box4 {
        position: absolute;
        top: 23%;
        bottom: 23%;
        left: 5%;
        right: 42%;
        z-index: 4;
    }

.news-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 330px;
    margin-top: 30px;
    margin-bottom: 30px;
}


}





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

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

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

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



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

	.f-bg-box11 {
	    position: absolute;
	    z-index: 1;
	    top: 7%;
	    bottom: 62%;
	    right: 8%;
	    left: 25%;
	    background-color: #3877a1;
	    border-top-right-radius: 20px 20px;
	}

	.f-bg-box12 {
    position: absolute;
    z-index: 2;
    top: 63%;
    bottom: 2%;
    right: 34%;
    left: 9%;
    background-color: #276692;
    border-bottom-left-radius: 20px 20px;
}

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

}

@media only screen and (min-width:1500px) {
	.f-bg-box11 {
	    position: absolute;
	    z-index: 1;
	    top: 9%;
	    bottom: 62%;
	    right: 8%;
	    left: 25%;
	    background-color: #3877a1;
	    border-top-right-radius: 20px 20px;
	}

	.f-bg-box12 {
    position: absolute;
    z-index: 2;
    top: 63%;
    bottom: -2%;
    right: 34%;
    left: 9%;
    background-color: #276692;
    border-bottom-left-radius: 20px 20px;
}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/



.collapsible {

	/* border: 2px solid #2d589c; */
	background: #333;
	padding-left: 6%;
	padding-right: 6%;
	padding-top: 11px;
	padding-bottom: 11px;
	margin-top: 35px;

	cursor: pointer;
	transition: all 0.8s ease-in;
	font-size: 19px;
	color: #fff;
	text-align: center;
	width: max-content;
	transition: all 0.8s ease-in;
	font-family: 'Calibri';
}


/*
.collapsible:hover {
	-webkit-box-shadow: 4px 7px 15px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 4px 7px 15px 2px rgba(0,0,0,0.5);
	box-shadow: 4px 7px 15px 2px rgba(0,0,0,0.5);
}*/

.collapsible:after {
    content: 'Learn more \002B';
    color: #fff;
    font-weight: normal;
    /* float: right;
    margin-left: 35px;*/
		margin-left: auto;
		margin-right: auto;
    font-family: 'Calibri';
    font-size: 17px;
}

/*
.active:after {
    content: "Learn more \2212";
		color: #fff;
} */

.content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;

}

.expand-buy {
    width: 18%;
    height: 40px;
    /* background: #fff; */
    position: absolute;
    right: 4%;
    top: 30px;
		    font-family: 'Calibri';
}


.expand-text {
    width: 84%;
    margin-left: 8%;
    margin-right: 8%;
		    margin-top: 9%;
}

.button-buy {
	width:40%;
	margin-top: 1%;
}






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

	.expand-buy {
	    width: 18%;
	    height: 40px;
	    /* background: #fff; */
	    position: absolute;
	    right: 4%;
	    top: 18px;
	    font-family: 'Calibri';
	}

	.woocommerce ul.products li.product .button {
    font-size: 14px;
    margin-top: 4%;
		padding-bottom: 12px;
		padding-top: 12px;
}

.expand-title h6 {
    font-family: 'Bebas Neue' !important;
    font-weight: normal;
    padding-bottom: 2%;
    padding: 0%;
    color: #267ec5;
}

}







/* LIGHTBOX */


/* line 7, ../sass/lightbox.sass */
body:after {
  content:url("img/loading.gif") url("img/prev.png") url("img/next.png") url("img/close.png");
  display: none;
}

/* line 11, ../sass/lightbox.sass */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

/* line 20, ../sass/lightbox.sass */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
/* line 28, ../sass/lightbox.sass */
.lightbox .lb-image {
  display: block;
  height: auto;

}

.lightbox .lb-image {
    display: block;
    height: auto;
    width: 100% !important;
    height: auto !important;
}
/* line 32, ../sass/lightbox.sass */
.lightbox a img {
  border: none;
}

/* line 35, ../sass/lightbox.sass */ /*
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;

} */

.lb-outerContainer {
    position: relative;
    background-color: white;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    width: 90% !important;
    margin-left: 5%;
    margin-right: 5%;
    height: auto !important;
}

/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 44, ../sass/lightbox.sass */
.lb-container {
  padding: 4px;
}

.lb-container {
    width: 100% !important;
    height: auto !important;
}

/* line 47, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 56, ../sass/lightbox.sass */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background:url("img/loading.gif") no-repeat;
}

/* line 63, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 71, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 74, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 77, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  cursor: pointer;
  /* Trick IE into showing hover */
  display: block;
}

/* line 84, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}
/* line 87, ../sass/lightbox.sass */
.lb-prev:hover {
  background:url("img/prev.png") left 48% no-repeat;
}

/* line 90, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}
/* line 93, ../sass/lightbox.sass */
.lb-next:hover {
  background:url("img/next.png") right 48% no-repeat;
}

/* line 96, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;

}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 103, ../sass/lightbox.sass */
.lb-data {
  padding: 0 4px;
  color: #bbbbbb;
}
/* line 106, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 111, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 115, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
/* line 121, ../sass/lightbox.sass */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background:url("img/close.png") top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 130, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}


/* ===== NAVIGATION ===== */
