:root {
	--mainfont: 'Poppins';
	--cyan: #05B6C7;
	--cyanhover: #059daa;
	--midcyan: #0a727c;
	--charcoal: #111;
}
.boxed-container {
	background-color: #111;
}
/*--------------------------------------------------------------*/

body, h1, h2, h3, h4, h5, h6, /*Base Font for Site----Add Google Fonts in SETTINGS > HEAD & FOOTER CODE*/
.navigation--main,
.navbar-toggle__text,
.navigation--main .sub-menu,
a.read-more {
	font-family: var(--mainfont), sans-serif;
}
body { /* Base Font Size for whole site */
	font-size: 18px;
}
.panel-grid .widget-title {
	font-size: clamp(28px, 6vw, 40px);
	font-weight: 400;
}
.big-title h2.widget-title {
	font-size: clamp(50px, 4vw, 75px);
	font-weight: 600;
}
.big-title h2.widget-title b {
	font-weight: 800;
}
h3.subby {
	text-transform: uppercase;
	font-size: 19px;
	letter-spacing: 0.02em;
}
p small {
	font-size: 80%;
	font-weight: 200;
	display: block;
	line-height: 1.3;
}
a.action {
	margin-bottom: 0;
}
.header-transparent .navigation--main li.menu-action a,
.offer-banner .post-holder,
.post-faq-new label.faqlabel,
#enquire .sow-tabs-tab[aria-selected="false"],
input.gform_button[type=submit],
input.gform_next_button.gform-theme-button.button,
.gform_wrapper.gravity-theme .gf_progressbar_percentage,
a.action {
	text-shadow: 0 1px 4px rgba(0,0,0,0.25);
}
.is-sticky-navbar.header-transparent .header {
	backdrop-filter: blur(2px);
}
/*-----------------------------Numbered Lists---------------------------------*/

ol.terms {
	padding-left: 16px;
}
ol.terms ol {
	list-style-type: lower-alpha;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}
.terms li strong,
.priv h3,
.priv h4,
.priv ul li strong {
	color: var(--cyan);
}
/*--------------------------------------------------------------*/

.cyan-row {
	background: var(--cyan);
}
.dark-row {
	background: var(--charcoal);
}
/*------------------------------Hero Row--------------------------------*/
.top-hero {
	min-height: 700px;
	padding-top: 60px;
	position: relative;
}
.top-hero::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.45);
}
.top-hero .panel-grid-cell {
	position: relative;
}
.top-hero .panel-grid-cell .sow-image-container {
	margin-left: -10%;
}
.top-hero h1 {
	font-size: clamp(45px, 11vw, 80px);
	font-weight: 400;
	margin-bottom: 10px;
	text-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.top-hero h4 {
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-shadow: 0 0 6px rgba(0,0,0,0.4);
}
.top-hero a img {
	max-height: 500px;
	transition: all 0.5s ease;
}
.top-hero a:hover img {
	padding-top: 50px;
	padding-bottom: 50px;
}
/*----------------------------Main Title----------------------------------*/

.main-title {
	background-position: 0 70%;
}
/*----------------------------Banner----------------------------------*/

.offer-banner {
	background: var(--cyan);
	position: relative;
	z-index: 9;
	display: flex;
	transform: translateY(-50%);
	/*margin-bottom: -30px;*/
	justify-content: flex-start;
	align-items: stretch;
	gap: 10px;
}
.offer-banner .post-holder, .offer-banner .thepost {
	display: flex;
	align-items: center;
	gap: 0 20px;
	flex-wrap: wrap;
}
.offer-banner .post-holder {
	padding: 15px 0;
}
.offer-banner .textwidget {
	flex: 1;
	justify-content: center;
	display: flex;
}
.offer-banner h2, .offer-banner h3, .offer-banner p {
	margin: 0;
}
.offer-banner h2 {
	font-size: clamp(26px, 4.5vw, 40px);
	text-transform: uppercase;
}
.offer-banner h3 {
	font-weight: 600;
	font-size: clamp(16px, 2vw, 28px);
	margin: 3px 0;
}
.offer-banner p {
	font-size: clamp(14px, 1.2vw, 17px);
	line-height: 1.2;
	font-weight: 100;
}
.offer-banner p strong {
	font-weight: 400;
}
.offer-banner h2.widget-title {
	text-transform: uppercase;
	margin: 0;
	background: var(--midcyan);
	align-items: center;
	display: flex;
	padding: 10px 3%;
	font-size: clamp(16px, 3vw, 30px);
	color: #fff;
	max-width: 30%;
	text-align: center;
	font-weight: 600;
}
/*------------------------------Why Choose--------------------------------*/

ul.whychoose {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin: 2em 0;
	font-size: 16px;
}
ul.whychoose li {
	margin: 0;
	border: 1px solid #ccc;
	padding: 10px 10px 10px 60px;
	position: relative;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
	flex: 0 1 calc(33.3% - 10px);
	background: #fff;
}
ul.whychoose li strong {
	font-weight: 600;
	display: block;
	font-size: 1.2em;
	margin-bottom: 10px;
}
ul.whychoose li:before {
	font-size: 2em;
	line-height: 1;
	background: var(--cyan);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	height: calc(100% + 2px);
	width: 50px;
	position: absolute;
	left: -1px;
	top: -1px;
}
/*-----------------------------How it works---------------------------------*/

ol.numbers li {
	padding: 10px 10px 10px 2.2em;
	margin: 0 0 8px;
	font-size: clamp(1.2em, 1.2vw, 1.4em);
	font-weight: 600;
	color: var(--cyan);
}
ol.numbers li::before {
	content: counter(number-counter);
	font-weight: 400;
	font-size: 1.2em;
	color: #fff;
	border: 1px solid #aaa;
	border-radius: 50%;
	width: 1.4em;
	height: 1.4em;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 2px;
	top: calc(50% - 0.7em);
}
.numbers li a {
	transition: all 0.3s ease;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}
/*------------------------------PDF Flip Book--------------------------------*/

.flippy {
	min-height: clamp(565px, 50vw, 990px);
}
.flippy-title h2.widget-title {
	text-align: center;
	margin: 1.5em 0 0;
}
.flippy .df-float .df-ui {
	border-radius: 0;
}
/*-----------------------------FAQs---------------------------------*/

.faqs .post-holder {
	margin-top: 1.5em;
	font-size: 17px;
}
.post-faq-new label.faqlabel {
	padding-top: 0.8em;
	padding-bottom: 0.8em;
}
.post-faq-new input:checked ~ .thepostnew {
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
	border: 1px solid #ccc;
	border-top: 0;
}
.thepostnew .pad {
	padding: 20px 20px 10px;
	font-size: 16px;
}
.thepostnew p strong {
	font-weight: 600;
}
.faqs .post-holder > .post-faq-new:last-of-type {
	margin-bottom: 0;
}
/*-----------------------------Tabs---------------------------------*/

#enquire .sow-tabs-title {
	font-size: clamp(18px, 3vw, 24px);
}
#enquire .sow-tabs-tab-selected {
	background: var(--charcoal);
}
#enquire .sow-tabs-tab[aria-selected="false"] {
	box-shadow: inset 0 -5px rgba(0,0,0,0.1);
}
/*-----------------------------Contact Form---------------------------------*/

.ginput_container input,
.ginput_container textarea,
.ginput_container select {
	border: 0;
	border-radius: 0;
	background: var(--shade);
	box-shadow: inset 0 5px 0px rgba(0,0,0,0.1);
}
.inset-field {
	padding-left: 15px;
	border-left: 2px dashed #666;
}
.form-block .gform_wrapper.gravity-theme .gsection {
	padding-bottom: 0;
	border-bottom: 2px dashed #555;
}
.form-block .gform_wrapper.gravity-theme .gsection h3 {
	font-weight: 400;
}
.gform_wrapper.gravity-theme legend {
	border: 0;
}
.form-block .gform_wrapper.gravity-theme .gfield_label {
	font-size: 1em;
}
.dark .gform_wrapper.gravity-theme .gfield_label {
	color: var(--cyan);
	font-weight: 600;
}
.gform_wrapper.gravity-theme .inline-check .gfield-choice-input+label {
	font-weight: 400;
	font-size: 1em;
}
.ginput_container.ginput_container_consent {
	justify-content: flex-start;
}
body .gform_wrapper .gform_footer input[type="submit"] {
	margin: 0 auto 0 0;
}
.form-info,
.gform_wrapper.gravity-theme .gfield.email-me,
.gform_wrapper.gravity-theme .gfield.edition {
	border-left: 5px solid #c70528;
	padding: 5px 15px;
	font-size: 16px;
	background: rgba(255,255,255,0.2);
}
.gform_wrapper.gravity-theme .gfield.email-me,
.gform_wrapper.gravity-theme .gfield.edition {
	margin-top: -16px;
	padding-bottom: 10px;
}
.form-info.form-yes,
.gform_wrapper.gravity-theme .gfield.edition {
	border-left: 5px solid #22c705;
}
.form-info p {
	font-weight: 100;
}
.form-info p strong {
	font-weight: 400;
}
.gform_wrapper.gravity-theme .gform_previous_button.button:hover {
	background: #999;
	color: #fff;
}
/*---------Price Box-----------*/

.price-box {
	border: 2px dashed #666;
	padding-left: 15px;
	padding-right: 15px;
}
.price-box del {
	color: #c70528;
	font-size: 80%;
	text-decoration-thickness: 2px;
}
.price-box h2 {
	margin: 0;
}
.price-box small {
	font-weight: 100;
	display: block;
	line-height: 1.2;
	margin-top: 0.2em;
}
.price1, .price2 {
	margin-bottom: -14px;
	border-bottom: 0;
}
.price1 {
	padding-top: 10px;
}
.price2, .price3 {
	border-top: 0;
}
.price3 {
	padding-bottom: 10px;
	color: var(--cyan);
}
/*----------------------------*/

body .gform_wrapper.gravity-theme .gfield_description {
	padding-top: 0;
}
input.gform_button[type=submit] {
	border: 0;
	transition: all 0.3s ease;
}
body .gform_wrapper.gravity-theme .gfield_description {
	padding-top: 0;
	font-size: 80%;
	color: #aaa;
}
.inline-check .gfield_checkbox,
.inline-check .gfield_radio {
	gap: 8px 4px;
}
.inline-check input {
	width: 20px;
	height: 20px;
}
.inline-check .gchoice {
	display: flex;
	align-items: center;
	line-height: 1.2;
	gap: 5px;
}
.inline-check .gfield-choice-input+label {
	margin-left: 5px;
}
body .gform_wrapper.gravity-theme .gf_progressbar {
	background: #666;
}
body .gform_wrapper.gravity-theme .gform_validation_errors {
	border-radius: 0;
}
body .gform_wrapper.gravity-theme .gfield_validation_message {
	background: #c02b0b;
	color: #fff;
	border: 0;
	padding: 6px 10px 4px;
	text-transform: uppercase;
	position: relative;
	margin-top: 0.9em;
	width: fit-content;
}
body .gform_wrapper.gravity-theme .gfield_validation_message::before {
	content: '\f0d8';
	display: block;
	background: transparent;
	position: absolute;
	bottom: 100%;
	font-family: 'FontAwesome';
	color: #c02b0b;
	left: 15px;
	line-height: 0.3;
	font-size: 2em;
}
body .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
	border: inherit;
	box-shadow: inset 5px 0 0 0px #c02b0b, inset 0 5px 0px rgba(0,0,0,0.1);
}
/*---------------------------Form Review Table-----------------------------------*/

p.review-table {
	font-weight: 600;
	color: var(--cyan);
}
table.mockup {
	width: 360px;
	max-width: 100%;
	background: #fff;
	color: #222;
	margin: 15px 0;
}
.details-section {
	transform-style: preserve-3d;
	transform: perspective(800px);
}
table.mockup { /*  might disable this */
	transform: rotate3d(-31, 59, 0, -20deg) translateX(-25px);
}
.mockup th {
	padding: 8px 20px;
	font-size: 17px;
}
.mockup td {
	padding: 2px 20px;
}
.trade-type th {
	background: #CA9C1C;
	color: #fff;
}
.comp-name th {
	padding-bottom: 0;
}
tr.descript-3 {
	height: 75px;
}
.bus-phone th {
	padding-top: 0;
}
div.details-section {
	border-bottom: 2px dashed #555;
	padding-bottom: 10px;
	margin: 0;
}
.details-section small {
	color: #aaa;
	display: block;
	font-weight: 300;
	letter-spacing: 0.03em;
	font-size: 75%;
}
/*------------------------Video Wrapper------------------------*/

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* Video Ratio 16:9 (for vertical 9:16 use 177.7%) */
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*----------------------------Footer----------------------------------*/

.footer-bottom .container {
	width: 100%;
	padding-bottom: 1em;
}
.footer .widget_nav_menu ul > li > a {
	display: inline-block;
}
.footer .widget_nav_menu ul > li > a:before {
	display: none;
}
a.foot-social {
	font-size: 2em;
}
a.foot-social .fa-facebook-square {
	color: #1877F2;
	background: #fff;
	line-height: 0.8;
	width: 0.8em;
	border-radius: 5px;
}
/*------------------------------Cookies Page Complianz--------------------------------*/

div#cmplz-document {
	margin: 4em auto;
	background: #fff;
	padding: 30px;
}
.cookie-statement label .screen-reader-text {
	display: none;
}
/*_____________________________DESKTOP STYLES_____________________________________*/

@media (min-width: 992px) {

.is-sticky-navbar.header-transparent .navigation--main > li > a {
	padding-top: 15px;
	padding-bottom: 15px;
}
.header-transparent .navigation--main li.menu-action a,
.header-transparent .navigation--main li.menu-action:hover a {
	padding: 10px;
	background: var(--cyan);
	color: #fff;
}
.header-transparent .navigation--main li.menu-action:hover a {
	background: var(--cyanhover);
}
.transparent-widgets {
	display: none;
}
.header-transparent .main-title .title-overlay {
	padding: 150px 0 40px;
}
.top-hero::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	background: linear-gradient(0deg, var(--charcoal), transparent);
}
.footer {
	padding-top: 50px;
}
ul.side-nav {
	top: unset;
	bottom: 50px;
	right: 25px;
}
}

/*_____________________________TABLET STYLES______________________________________*/

@media (min-width: 992px) and (max-width: 1399px) {
.logo {
	max-width: 27%;
}
.navigation--main > li > a {
	font-size: 13px;
	padding-left: 15px;
	padding-right: 15px;
}
}

/*______________________________MOBILE STYLES______________________________________*/

@media (max-width: 991px) {
.is-sticky-navbar .logo {
	padding: 5px 0;
}
.header-transparent .header #navi {
	box-shadow: none;
}
.navigation--main > li > a {
	text-shadow: 0 1px 4px rgba(0,0,0,0.25);
}
.navigation--main > li.menu-action a {
	display: none;
}
.main-row {
	padding-top: 3em;
	padding-bottom: 3em;
}
#hero-row {
	justify-content: center;
	padding-top: 130px;
	padding-bottom: 10px;
	min-height: 600px;
}
ul.whychoose li {
	flex-basis: calc(50% - 10px);
}
.offer-banner .post-holder {
	padding: 10px 0;
}
ul.side-nav {
	top: unset;
	right: 5px;
	bottom: 5px;
	left: unset;
}
.transparent-widgets {
	justify-content: flex-end;
	height: 0;
}
.transparent-widgets .widget a.action {
	font-size: 14px;
	padding: 6px 10px;
	margin: -10px 0 10px;
}
.is-sticky-navbar .transparent-widgets .widget a.action {
	margin-top: 0;
}
}
@media (min-width: 400px) and (max-width: 991px) {
#hero-row {
	padding-top: 160px;
}
}

/*_____________________________SMALL MOBILE STYLES________________________________*/

@media (max-width: 479px) {
ul.whychoose li {
	flex: 1 1 100%;
}
#enquire .sow-tabs-panel {
	padding: 10px 20px;
}
}

/*__________________________________ANIMATIONS____________________________________*/

@keyframes zoomer { 	
    0% {transform: scale(1);}
    30% {transform: scale(1);}
	40% {transform: scale(1.1);}
	50% {transform: scale(1);}
	100% {transform: scale(1);}
}
.offer-banner {
	animation: zoomer 6s infinite;
}
/*---------------------Slider Zoom in/out Animation-------------------*/
/* 
@keyframes slider { 		
    0% {transform: scale(1);}
	100% {transform: scale(1.3);}
}
.jumbotron .item img { 
    animation: slider 12s infinite alternate;
}*/
/*------------------------Slider Text Animations-----------------------*/
/*
@keyframes fader { 		
    0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes zoomer {
	0% {transform: scale(0.5); opacity: 0;}
	100% {transform: scale(1); opacity: 1;}
}
@keyframes lefty {
	0% {transform: translateX(25px); opacity: 0;}
	100% {transform: translateX(0); opacity: 1;}
}
.jumbotron.over .carousel-content {
	animation: fader 1s 1s backwards;
}
.jumbotron__category h6 {
	animation: lefty 1s 1.5s backwards;
}
.jumbotron__content p {
	animation: lefty 1s 2s backwards;
}
.jumbotron__title h2 {
	animation: zoomer 1s 2.5s backwards;
}*/