/*!
Theme Name: SNS
Theme URI: http://underscores.me/
Author: Azadeh
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sns
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

SNS is based on Underscores https://underscores.me/
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/* Document
	 ========================================================================== */

/*  Define custom properties */
:root {
	--primary-color: #5b72b1;
	--secondary-color: #f9ba1a;
	--white-color: #ffffff;
	--black-color: #333333;
	--mid-dark-color: #2d3d67;
	--mid-light-color: #475284;
	--light-color: #cccccc;
	--heading-color: #2d3d67;
	--nav-color:#205f9d;
}
/**
 * Remove the margin in all browsers.
 */
 body {
	margin: 0;
	background: var(--white-color);
	/* Fallback for when there is no custom background color defined. */
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

button,
input,
select,
optgroup,
textarea {
	color: var(--black-color)
	font-family: sans-serif;
}

.wp-block-image figcaption {
	font-size: 2.4rem;
	color: var(--light-color)
}

p {
	margin: 0 0 1.5rem;
	/* font-weight: 700; */
}

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

blockquote {
	padding: 2rem;
	box-shadow: inset 1px 2px 5px var(--primary-color)38;
	margin: 0;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #ffffff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
hr {
	background-color: var(--mid-light-color)
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
	/* padding: 0; */
}

ul {
	/* list-style: none; */
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	display: inline-block;
	height: auto !important;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 0 auto;
	/* Extra wide images within figure tags don't overflow the content area. */
}

.wp-block-image {
	margin: 0;
}

table {
	margin: 0px auto;
	width: 100% !important;
	/* border: 1px solid #000000; */
	/* box-shadow: 0px 0px 10px #434758; */
}

tbody {
	/* border: 1px solid #000000; */
}

tbody tr {
	border: 1px solid #a5a4a4;
}

tbody tr td {
	padding: 10px;
	/* border: 1px solid #a5a4a4; */
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: var(--light-color);
	border-radius: 3px;
	background: var(--primary-color);
	color: var(--black-color);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

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: var(--dark-color);
}

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:var(--black-color);
	border: 1px solid var(--light-color);
	border-radius: 3px;
	padding: 3px;
    font-style: italic;
}

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:var(--black-color);
}

select {
	border: 1px solid var(--light-color);
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: var(--primary-color);
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: var(--secondary-color);
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
    text-decoration: none;
}



/*--------------------------------------------------------------
# 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;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color:var(--light-color);
	border-radius: 3px;
	box-shadow: 0 0 2px 2px var(--primary-color);;
	clip: auto !important;
	clip-path: none;
	color:var(--black-color);
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Custom styles */

html {
	font-size: 10px;
	line-height: 1rem;
	min-height: 100vh;
	height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: var(--heading-color);
	/* text-transform: uppercase; */
	line-height: 4rem;
	font-weight: bold;
	margin-bottom: 1rem;
}

h1 {
	font-size: 3.2rem;
	margin-bottom: 2rem;
    line-height: 1.4;
}

h2 {
	font-size: 2.5rem;
    line-height: 1.4;
}

h3 {
	font-size: 2.3rem;
    line-height: 1.4;
}

h4,
h5,
h6 {
	font-size: 2rem;
	    line-height: 1.4;
}

ul li {
	/* list-style: none; */
}

/* General row styles */
.kt-row-column-wrap {
	max-width: 1170px;
	margin: 0px auto;
}

.entry-content .alignwide {
	margin-left: -80px;
	margin-right: -80px;
}

.entry-content .alignfull {
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	max-width: 100vw;
}

.alignfull img {
	margin: 0px auto;
}

/* Body styles */
body {
    font-family: "Lato", serif, sans-serif;
    display: flex;
    flex-direction: column;
    color: #404040;
    font-size: 1.6rem;
    line-height: 2.6rem;
    letter-spacing: 0.5px;
    /* height: 100vh; */
    min-height: 100vh;
    background: var(--white-color);
}

#page {
	flex: 1 0 auto;
	clear: both;
	overflow: hidden;
	padding: 0 0 3rem;
}

.home #page {
	padding: 0;
}

.entry-header,
.entry-footer {
	display: none;
}

#content {
	max-width: 1170px;
	margin: 0px auto;
	padding: 0 15px;
}

/* Top Header styles */
.information-box .kt-blocks-info-box-link-wrap,
.information-box:hover .kt-blocks-info-box-link-wrap {
	background: none !important;
	border: 0;
}

.top-contact-section {
	grid-column: 3/-1;
	justify-self: end;
	/* background: #50b43f; */
	/* padding: .8rem 0; */
}

.nav-section {
	/* grid-column: 2/3; */
	/* justify-self: start; */
	z-index: 999;
	width: 100%;
	/* background: #faa21f; */
	padding: 0rem 3rem;
}

.contact-links ul li.phone a {
	/* background: #50b440; */
	color: var(--primary-color);
	padding: 5px 10px;
	border-radius: 35px;
}

.contact-links ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    /* flex-wrap: wrap; */
    padding: 0;
    /* margin: 0.2rem 0; */
}

.social-links ul li,
.contact-links ul li {
	display: flex;
	/* justify-content: flex-start; */
	/* align-items: center; */

}

.social-links ul li {
	margin: 0px .5rem;
}

.social-links ul li a {
	/* color: var(--white-color); */
	background: var(--white-color);
	border-radius: 50%;
	width: 4rem;
	height: 4rem;
	transition: all .3s;
	/* padding: 5px; */
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.social-links ul li a:hover {
	padding-bottom: 4px;
	/* background: #b0b5cc; */
	/* color: var(--white-color); */
}

.social-links ul li a:hover svg path {
	fill:var(--mid-dark-color);
}

.social-links ul li:last-child a {
	/* border-right:0; */
}

.social-links ul li svg {
	/* margin: 0px .5rem; */
}

.social-links ul li svg path {
	/* fill: var(--white-color); */
}

.contact-links ul li a {
    color: var(--nav-color);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 600;
   	font-family: 'Roboto', sans-serif;
   transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	outline: none;
}

.contact-links ul li a:hover{
	color: #fdbb28;
}

.contact-links ul li a svg {
	margin: 0 1rem 0 0;
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
}
.contact-links ul li a svg path{
	fill: #ffb81c;
}

.emergencybtn{
    color: #d03131!important;
}
/* Header styles */
header.site-header {
	/* display: flex; */
	/* flex-direction: column; */
	/* justify-content: center; */
	/* align-items: center; */
	position: relative;
	background: var(--white-color);
}

header .sticky{
	position: fixed;
    z-index: 9;
    width: 100%;
    background: var(--white-color);
    transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
}

.sticky .site-branding img{
	max-width: 200px;
}

.sticky .menu-main-menu-container a{
	font-size: 1.6rem;
}

.sticky .contact-links ul li a{
	font-size:1.6rem; 
}

.sticky .contact-links ul li a svg{
	width: 14px;
}

header .inner-wrapper{
	max-width: 1200px;
}

.inner-wrapper {
	max-width: 1170px;
	margin: 0px auto;
	padding: 0rem;
	display: grid;
	grid-template-columns: 1fr;
	/* padding: 1rem 0; */
}

.top-header {
	/* background: var(--primary-color); */
	display: none;
}

.top-header .inner-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	grid-gap: 2rem;
	padding: 3rem 1rem;
}

.bottom-header {
	background:var(--white-color);
    border-bottom: thin solid #a0a0a0;
}

.bottom-header .inner-wrapper {
	display: flex;
	/* justify-content: space-between; */
	align-items: center;
	/* flex-wrap: wrap; */
	/* padding: 0; */
	/* max-width: 100%; */
}

.site-branding {
	z-index: 1;
}

.site-branding img{
	max-width: 246px;
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.nav {
	/* display: flex; */
	/* justify-self: baseline; */
	/* margin: 0px auto; */
	width: 100%;
	max-width: 1420px;
}

.menu-main-menu-container {
	/* grid-column: 2/-1; */
	/* clear: both; */
	display: flex;
	/* flex: 1; */
	/* justify-content: space-around; */
	/* align-items: center; */
}

.menu-main-menu-container {
	padding: 2rem 0px 0;
	padding-top: 0;
	width: 100%;
	max-width: 1170px;
	margin: 0px auto;
}

.menu-main-menu-container>ul {
	display: flex;
	/* flex: 1; */
	justify-content: flex-end;
	align-items: center;
	/* list-style: none; */
	margin: 0;
	padding: 0;
	width: 100%;
}

.menu-main-menu-container .sub-menu {
	display: none;
	/* opacity: 0; */
	/* transform: translateY(111%); */
	transition: all .35s linear;
	padding: 1rem 0;
}

.menu-main-menu-container ul ul {
    box-shadow: 1px 1px 3px var(--black-color);
    position: absolute;
    top: 100%;
    left: inherit;
    right: 0;
    /* z-index: 99999; */
    /* display: none; */
    background: var(--white-color);
    /* opacity: 0; */
    margin: 0;
    padding: 0;
    min-width: 150px;
}

.menu-main-menu-container ul ul ul {
	left: 100%;
	right: 0;
	top: 0;
}

.menu-main-menu-container ul ul li:hover>ul,
.menu-main-menu-container ul ul li.focus>ul {
	/* left: 100%; */
}

.menu-main-menu-container .sub-menu .sub-menu {
	/* display: flex; */
	/* flex-direction: column; */
	/* align-items: flex-start; */
	position: absolute;
	top: 0;
	left: 100%;
	right: inherit;
	/* padding: 1rem 0; */
	width: 100%;
	/* grid-column: 1/-1; */
	/* grid-row: 2/2; */
	/* transform: translateY(-169%); */
	/* left: 100%; */
	z-index: 999999999;
}

.menu-main-menu-container ul ul a {
    font-size: 1.5rem;
    text-align: left;
    text-transform: none;
    padding: 10px;
    width: 100%;
}

.menu-main-menu-container ul ul li:hover>a {
	color:#404040;
}

.menu-main-menu-container ul ul li {
	/* width: 100%; */
	padding: 0 0rem;
	/* border-bottom: 1px solid #ccc; */
	line-height: 3rem;
}

.menu-main-menu-container ul li:hover>ul,
.menu-main-menu-container ul li.focus>ul {
	/* left: auto; */
}

.menu-main-menu-container ul.sub-menu li a,
.sub-arrow svg path {
	color: #205f9d;
}

.menu-main-menu-container li {
	/* width: 100%; */
	/* flex: 1; */
	display: flex;
	/* justify-content: center; */
	align-items: center;
	position: relative;
	list-style: none;
	/* border-right: 2px solid var(--white-color); */
	line-height: 5rem;
	position: relative;
	/* TEXT-ALIGN: CENTER; */
	/* position: relative; */
}

.menu-main-menu-container li:last-child {
	border-right: 0;
}


.menu-main-menu-container li.book-link a {
	color: var(--white-color);
}

.menu-main-menu-container a {
    display: flex;
    color: var(--nav-color);
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: bold;
    text-transform: uppercase;
    transition: all .45s;
    text-align: center;
    padding: 2rem 1rem;
    transition: all .5s;
    font-family: 'Roboto', sans-serif;
   outline: none;
}

.menu-main-menu-container li:last-child a {
}

.menu-main-menu-container li:hover,
.menu-main-menu-container li.current_page_item{
    /* text-shadow: 0px 1px 0px #0a0d10; */
	color: var(--dark-color);
    background: #efefef;
}

/* Sub menu. */
.arrow,
.sub-arrow {
	width: 20px;
	height: 20px;
	line-height: 30px;
	display: flex;
	order: 1;
	grid-column: 2/-1;
	cursor: pointer;
	justify-self: center;
	/* padding: 1rem; */
}

.menu-toggle {
	display: none;
}

.arrow-up {
	display: none;
}

.arrow svg,
.sub-arrow svg {
	width: 12px;
	height: 20px;
	/* line-height: 8rem; */
	/* display: inline-block; */
}

.arrow svg path {
	fill: var(--nav-color);
}
.sub-arrow  .arrow-down{
	display: none;
}
.sub-arrow  .arrow-down{
	display: none;
}

/*CUSTOM CSS*/

.homeblock1 .col1{
	margin:0 1rem;
}

.homeblock1 .col1 .uagb-column__inner-wrap{
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    background: rgba(0,0,0,0.7);
    max-width: 80%;
}

.homeblock1 .col1 h3 a, .homeblock1 .col1 h3 a:hover{
	color:#FFFFFF;
}

.homeblock1 .col1 .uagb-column__inner-wrap:hover{
    max-width: 100%;
    background: rgba(25, 51, 76, 0.7);
}

.homeproductsslider .woocommerce ul.products li.product a img{
    border-radius: 100%;
    border: 5px solid #205f9d;
    max-width: 270px;
    margin: 0 auto;

    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
}

.homeproductsslider .woocommerce ul.products li.product a:hover > img{
	transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    overflow: hidden;
}



.columns_2{
	column-count: 2;
	-webkit-column-count: 2;
	-moz-column-count: 2;
    margin-bottom: 10px;
}

.breadcrumb-container.theme1 a{
	margin: 0px 5px 0px 0px!important;
    padding: 5px 2px 0px 0px!important;
}

.servicesblock .wp-block-image{
    /* overflow: hidden; */
    border-radius: 100%;
}
.servicesblock .wp-block-image a:hover > img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
    overflow: hidden;
}

.servicesblock .wp-block-image a{
	transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
}

.servicesblock .wp-block-image img{
    border-radius: 100%;
    /* padding: 10px; */
    border: 5px solid #205f9d;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    margin-bottom: 15px;
    object-fit: cover;
}

.woocommerce ul.products li.product a img{
	border-radius: 100%;
    object-fit: cover;
    border: 5px solid #205f9d;
   transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
}

.woocommerce ul.products li.product a:hover img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
    overflow: hidden;
}


.woocommerce ul.products li.product a img:hover{
	opacity: .9;
}
    
.woocommerce div.product div.images img{
	max-height: 400px;
	object-fit: contain;
}

.woocommerce div.product p.price, .woocommerce div.product span.price{
	display: none;
}

.singleproductheader{
	padding-top: 140px;
    padding-bottom: 140px;
    padding-left: 20px;
    padding-right: 20px;
    background-image: url(/wp-content/uploads/2019/05/getaquotebackground.jpg);
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
}

.singleproductheader .uagb-section__inner-wrap{
	max-width: 1170px;
	margin:0 auto;
}

.singleproductheader h2{
	font-size: 46px;
    font-weight: 900;
    font-family: Lato;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 4.5rem 0 2rem;
}

.enquirycta{
	display: block;
	background: #205f9d;
    max-width: 250px;
    text-align: center;
    padding: 10px 15px;
    border-radius: 20px;
    color: #FFF;

    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
}

.modal-dialog{
	max-width: 1024px;
}

.modal-content .gform_wrapper .gform_footer input[type=submit], input.gform_button.button{
    display: block;
    background: #205f9d;
    max-width: 250px;
    text-align: center;
    padding: 15px 30px;
    border-radius: 25px;
    color: #FFF;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    font-weight: 400;
}


.modal-content .gform_wrapper .gf_readonly input{
    font-weight: 700;
    color: #475579;
    letter-spacing: 1px!important;
}

.enquirycta:hover{
	background: #4e4e4e;
	color:#FFFFFF;
	text-decoration: none;
}

.contactbtn{
	background: #4e4e4e;
}

.contactbtn:hover{
	background: #205f9d;
	color:#FFFFFF;
	text-decoration: none;
}

.post-navigation{
	display: none;
}

.single-product #content{
	max-width: 100%;
    padding: 0;
}

.single-product  div.product{
    max-width: 1170px;
    margin: 0px auto;
    padding: 0 15px;
}

.single-product #secondary, #secondary{
	display:none;
}

.single-product .breadcrumbs{
    max-width: 1170px;
    margin: 0 auto;
    padding: 2rem 20px;
}

.single-product .breadcrumbs > span{
    margin: 0px 5px 0px 5px!important;
    padding: 5px 2px 0px 2px!important;
}


.single-product .woocommerce div.product .product_title{
	margin-bottom: 0px;
}

.woocommerce-Tabs-panel--wcpoa_product_tab .wcpoa_attachmentbtn{
    background: #205f9d;
    color: var(--white-color);
    border-radius: 25px;
    font-size: 1.4rem;
}

.woocommerce-Tabs-panel--wcpoa_product_tab .wcpoa_attachment_name{
    font-size: 1.6rem;
    margin-bottom: 0;
    color: #6e3333;
    font-weight: 400;
}

.wcpoa_attachment_desc{
    padding-top: 20px;
    border-bottom: thin dotted #CCC;
}

.woocommerce-Tabs-panel--wcpoa_product_tab .wcpoa_attachmentbtn:hover{
    background-color: #4e4e4e;
    color: #FFFFFF;
}

.gform_confirmation_message_2{
	color:#FFFFFF;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	outline: none;
}

.metaslider .flexslider:hover .flex-prev{
	left: -25px;
}
.metaslider .flexslider:hover .flex-next{
	right:-25px;
}

.gform_wrapper .field_description_below .gfield_description{

}

.spider_popup_wrap{
	background:rgba(0,0,0,0.7)!important;
}

.bwg_close_btn{
    opacity: 1!important;
    color: #ffffff!important;
}

.wp-block-kadence-iconlist ul.kt-svg-icon-list .kt-svg-icon-list-item-wrap{
	align-items: flex-start!important;
}
/*END OF CUSTOM CSS*/


/* footer styles */
footer.site-footer {
    margin-top: auto;
    border-top: 8px solid #337db4;
    padding: 0rem;
    /* line-height: 1.5rem; */
    color: var(--white-color);
    background: url(/wp-content/themes/sns/img/footerbackground.jpg);
    clear: both;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

footer.site-footer a {
	color: var(--black-color);
	outline: none;
}

.site-footer .top-footer,
.site-footer .bottom-footer {
    /* max-width: 1170px; */
    padding: 5rem 0 0rem;
    /* display: flex; */
    /* border-bottom: 1px solid var(--white-color); */
}

.site-footer .top-footer .inner-wrapper {
    padding: 2rem;
    justify-content: space-evenly;
    display: flex;
}

.site-footer .top-footer .inner-wrapper > div{
    padding: 1rem;
}

.top-footer {
	/* justify-content: space-evenly; */
	/* border-bottom: 1px solid var(--white-color); */
}

.top-footer h3{
	font-size: 1.8rem;
    color: #205f9d;
    text-transform: uppercase;
    font-weight: 900;
}

.top-footer ul{
	padding-left: 0;
	list-style: none;
}

.top-footer ul li{
    font-size: 1.6rem;
    color: #7f8284;
    font-weight: 400;
}

.top-footer ul li a{
    font-size: 1.6rem;
    color: #7f8284;
    font-weight: 400;
}

.top-footer ul li a:hover{
	color: #205f9d;
}

.site-footer .top-footer .custom-menu {
	justify-self: center;
}

.site-footer .top-footer .custom-menu .menu {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: self-start;
	padding: 0;
}

.site-footer .top-footer .custom-menu .menu a {
	display: block;
	font-size: 1.6rem;
	line-height: 2rem;
	text-decoration: none;
}

/* Top footer */
.footer-logo {
    display: flex;
    justify-self: left;
    align-items: center;
}

.top-footer .contact-section {
	align-self: start;
	justify-self: end;
	/* display: flex; */
	/* flex-direction: column; */
	/* justify-content: flex-start; */
	/* align-items: flex-end; */
}

.top-footer .contact-links ul {
	display: flex;
	justify-content: space-between;
	padding: 0;
}

.top-footer .contact-links ul li {
	flex: 1;
	align-items: flex-start;
	align-items: baseline;
	margin: 0rem 3px;
	line-height: 1.7rem;
	list-style: none;
}

.top-footer .contact-links ul li a {
	/* text-align: right; */
	/* font-size: 1.3rem; */
	/* font-weight: bold; */
	display: flex;
	/* align-items: flex-start; */
	color: var(--white-color);
	/* background: var(--white-color); */
}

.top-footer nav ul li svg {
	margin: 0px .3rem;
}

.top-footer nav ul li svg path {
	fill: var(--primary-color);
}

.social-links {
	/* max-width: 1170px; */
	/* margin: 0px auto; */
}

.social-links ul {
	display: flex;
	justify-content: flex-end;
	padding: 0;
}

.social-links a svg {
	/* width: 40px; */
	/* height: 40px; */
	margin: 0 0 0 .5rem;
}

/* Bottom footer */

.contact-section{
    width: 310px;
}

.bottom-footer {
	flex-direction: column;
	padding: 1rem 0 0;
	/* align-items: end; */
	/* justify-content: flex-end; */
}

.bottom-footer nav ul,
.bottom-footer .site-info {
	display: flex;
	justify-content: center;
	padding: 0;
}

.site-info {
    margin: 2rem 0 3rem;
    /* line-height: 2rem; */
    color: var(--black-color);
    text-align: center;
    border-top: 2px solid #CCCCCC;
    padding-top: 10px;
    font-size: 1.3rem;
    color: #494949;
    letter-spacing: 1px;
}

.site-info a{
	color: var(--black-color);
}

.bottom-footer .site-info a {
	color: var(--black-color);
}

.bottom-footer nav ul li {
	border-right: 1px solid var(--white-color);
	/* line-height: 0.9rem; */
	list-style: none;
	/* text-align: center; */
}

.bottom-footer nav ul li:last-child {
	border-right: 0;
}

.bottom-footer nav ul li a {
	padding: 0 0.6rem;
	line-height: 1.1rem;
	/* font-size: 1.6rem; */
	color: var(--black-color);
	display: flex;
	text-transform: none;
	text-align: center;
}
.bottom-footer nav ul li a:hover{

}
/* iframe Styles */
.kt-inside-inner-col iframe {
	padding: 2rem;
	background: var(--black-color);
}

/* Sections styles */
.full-width-section .kt-row-column-wrap {
	max-width: 100%;
	/* padding: 0 !important; */
	/* max-height: 400px; */
}

.full-width-section .wp-block-image {
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.full-width-section .wp-block-image img {
	display: flex;
	align-items: center;
}

.banner-section h2 {
	text-transform: uppercase;
}

.banner-section .banner-title {
	text-transform: none;
}

.kt-btn-wrap {
	margin-top: 20px;
}

.info-box-section .wp-block-cover {
	padding: 4rem 2rem;
}

.bottom-section h2 {
	color: var(--white-color);
	font-size: 7rem;
	line-height: 6rem;
}

.services-section .borderd-section {
	border-left: 2px solid var(--black-color);
	/* margin-right: 1rem; */
	padding-left: 1rem;
}

.lists-section {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.top-banner .kt-row-column-wrap {
	align-items: center;
}

.top-banner .wp-block-kadence-column {
	align-items: center;
}

.contact-area-section input.gform_button.button {
	margin: 0 !important;
}

.gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_radio li {
	display: flex;
	justify-content: unset;
}

.gform_wrapper ul.gfield_checkbox li input {
	margin-right: 4px;
}

/*  Buttons Styles */

/*  Gravity Form Styles */
.gform_wrapper .gform_footer input[type=submit],
input.gform_button.button {
	background: var(--secondary-color);
    color: var(--white-color);
    width: auto !important;
    cursor: pointer;
    transition: background .5s;
    margin-top: 20px!important;
    line-height: 2rem !important;
}

.gform_wrapper .gform_footer {
	padding: 0!important;
    margin-top: 0!important;
}

.gform_wrapper .gform_footer input[type=submit]:hover,
input.gform_button.button:hover,
.contact-area-section .kt-button:hover {
	background: var(--primary-color);
}

.gform_wrapper h3.gform_title {
	display: none;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
	padding: 7px !important;
	/* min-width: calc(3rem + 25px); */
}

.gform_wrapper .clear-multi {
	display: grid !important;
	grid-template-columns: 67px 65px 60px;
	max-height: 41px;
}

.gform_wrapper .clear-multi .gfield_time_hour.ginput_container.ginput_container_timem {
	display: flex;
	width: 100%;
	/* margin-right: 1.25rem; */
}

.gform_wrapper .top_label div.ginput_container {
	margin-top: 0 !important;
	/* max-height: 30px; */
}

.gform_wrapper .gfield_time_ampm,
.gform_wrapper .gfield_time_hour,
.gform_wrapper .gfield_time_minute {
	width: 100% !important;
}

.ginput_container.ginput_container_time {
	max-height: 41px;
}

.gform_wrapper .gfield_time_hour {
	display: flex;
}

.gform_wrapper .gfield_time_minute input {
	/* width: calc(5rem + 8px); */
}

.gform_wrapper .gfield_time_hour input,
.gform_wrapper .gfield_time_minute input {
	width: calc(5rem + 11px) !important;
}

.gform_wrapper .gfield_time_ampm {
	width: 100% !important;
}

/* Woocommerce Styles */
.woocommerce.woocommerce-page .woocommerce-breadcrumb {
	display: none;
	margin: 0 auto 10px;
	padding: 0 0 0 3rem;
}

.woocommerce-page .site-main {
	background: var(--white-color);
	padding: 0rem;
	color: var(--black-color);
}

.product_meta,
.woocommerce div.product .woocommerce-tabs .panel h2,
.woocommerce-result-count,
.woocommerce-ordering,
.woocommerce-LoopProduct-link .onsale,
.woocommerce-products-header,
.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	display: none;
}

.woocommerce.woocommerce-page ul.products {
	display: grid;
	/*grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));*/
	grid-template-columns: auto auto auto;
	grid-gap: 1rem;
	justify-items: center;
	align-items: center;
}

.woocommerce.woocommerce-page .products li.product {
	width: 100% !important;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.woocommerce.woocommerce-page .products li:nth-of-type(4){
	display: none;
}

ul.products li.product img {
	margin: 0px auto;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
	font-size: 1.8rem;
}

.woocommerce-loop-product__title,
.woocommerce.woocommerce-page ul.products li.product .price {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    color: #464646;
}

.wcpscwc-product-slider button.slick-prev, .wcpscwc-product-slider button.slick-prev:hover, .wcpscwc-product-slider button.slick-prev:focus{

}

.woocommerce ul.products li.product .button{
    display: block;
    text-align: center;
    max-width: 200px;
    margin: 10px auto 0;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    background: #205f9d;
    color: #FFFFFF;
    border-radius: 25px;
}

.woocommerce ul.products li.product .button:hover{
    background: rgba(68, 68, 68, 1);
    color: #FFFFFF;
}

.woocommerce.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
	font-size: 2rem;
	color: #464646;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label,
.woocommerce table.shop_table td {
	font-size: 1.7rem;
	color: var(--secondary-color);
}

.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
	font-size: 1.5rem;
}

.woocommerce.woocommerce-page .button,
.woocommerce div.product form.cart .button,
.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce button.button.alt,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
	/*background-color: var(--secondary-color);
	width: auto;
	padding: 1rem 5rem;
	text-transform: uppercase;
	color: var(--white-color);
	transition: all .5s;
	font-size: 2rem;
	*/
}

.woocommerce.woocommerce-page .button:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce button.button.alt:hover {
	background-color: var(--primary-color);
	color:  var(--white-color);
}

.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	width: auto;
}

.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
	display: flex;
}

.woocommerce-tabs.wc-tabs-wrapper {
	padding: 0 2rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-radius: 0;
	background: var(--white-color);
	border-bottom-color: var(--white-color);
	color: var(--mid-dark-color);
	outline: none;
	margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: var(--mid-dark-color);
	border-bottom-color: var(--black-color);
	color: var(--white-color);
}

.woocommerce div.product .woocommerce-tabs .panel {
	padding: 2rem;
	box-shadow: 1px 0px 1px var(--mid-dark-color);
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin: 0;
	padding: 0;
}

.related.products h2 {
    text-align: center;
    margin: 0 auto 2rem;
    padding-top: 1rem;
}

.woocommerce div.product form.cart,
.woocommerce div.product form.cart div.quantity,
.woocommerce div.product .product_title {
	display: flex;
}

.woocommerce div.product form.cart {
	/* flex-direction: column; */
}

.woocommerce #content div.product div.summary {
	display: grid;
	grid-gap: 2rem;
	grid-template-columns: repeat(2,1fr);
	grid-template-rows: 0fr 6fr 0fr 0fr;
	align-items: start;
}

.woocommerce #content div.product div.summary h1{
    grid-column: 1 / 3;
    grid-row: 1;
}

.woocommerce #content div.product div.summary .woocommerce-product-details__short-description{
    grid-row: 2;
 	grid-column: 1/-1;
    position: relative;
}

.woocommerce #content div.product div.summary .woocommerce-product-details__short-description p img{
    width: 100px;
    margin: 2px 0;
    border: thin solid #eaeaea;
}

.woocommerce #content div.product div.summary div:nth-of-type(2){
	grid-column: 1;
    grid-row: 4;
}

.woocommerce #content div.product div.summary > .enquirycta{
    grid-column: 2;
    grid-row: 4;
}

.woocommerce #content div.product div.summary .enquirycta{
	width: 210px;
}

.woocommerce-variation-add-to-cart {
	display: flex;
}

.woocommerce div.product form.cart .variations select {
	padding: 1rem;
	font-size: 1.5rem;
	font-weight: bold;
	border: 1px solid var(--mid-dark-color);
	outline: 0;
}

.woocommerce-variation.single_variation {
	margin-bottom: 2rem;
}

.kt-blocks-info-box-link-wrap,
.kt-blocks-info-box-link-wrap:hover {
	background: none;
}

.kt-blocks-info-box-link-wrap {
	justify-content: center;
}

.contact-area-section h3 {
	font-weight: normal;
	margin-bottom: 2rem;
}

/* media queries */
@media screen and (max-width: 1280px) {
	.metaslider .flexslider:hover .flex-next {
	    right: -5px!important;
	}
	.metaslider .flexslider:hover .flex-prev{
		left:-5px!important;
	}
}

@media screen and (max-width: 1200px) {
	.menu-main-menu-container a {
		/* font-size: 1.3rem; */
	}

	.generic-button a {
		padding: 5px 30px !important;
	}

	.kt-row-column-wrap {
		padding: 30px !important;
	}
}

@media screen and (max-width: 1199px) {
	.menu-main-menu-container>ul{
		justify-content: flex-end;
	}
	.nav-section{
		width: 80%;
	}
	.contact-links ul{
	    justify-content: flex-start;
	}
	.contact-links ul li a{
		padding:0 10px;
	}
}

@media screen and (max-width: 1099px) {
	.contact-links ul li a{
		font-size: 1.4rem;
	}
	.menu-main-menu-container a{
		font-size: 1.4rem;
	}
}

@media screen and (min-width: 968px) {
	.menu-main-menu-container a{
		padding:2rem 0.7rem;
	}

}

@media screen and (min-width: 769px) {
	.menu-main-menu-container ul > li > .sub-menu,.menu-main-menu-container ul > li > .sub-menu > li > .sub-menu{
		opacity: 0;
		/* transform: translateY(0%); */
	}
.menu-main-menu-container ul > li > .sub-menu{
	/* transform: translateY(-100%); */
}
.menu-main-menu-container ul > li > .sub-menu > li:hover > .sub-menu{
		opacity: 1;
		/* transform: translateY(0%); */
	}
.menu-main-menu-container ul > li:hover > .sub-menu{
	transform: translateY(0%);
	opacity: 1;
}
.menu-main-menu-container ul li.current-menu-parent:hover > .sub-menu{
	opacity: 1;
	/* transform: translateX(18%); */
	transform: translateX(0);
}
	.menu-main-menu-container ul li:hover>ul.sub-menu,
	.menu-main-menu-container ul li:hover .sub-arrow svg path {
		display: block;
		color: var(--white-color);
		/* --white-color: #d1d8ec; */
	}
}

@media screen and (max-width:976px){
	.singleproductheader{
		padding:80px 20px;
	}
}

@media screen and (max-width: 991px) {
	.footer-logo img {
	    max-width: 300px;
	    width: 100%;
	}

	.top-footer .contact-section {
		align-self: center;
	}

	.site-footer .top-footer .inner-wrapper {
		justify-items: center;
	}

	.bottom-header .inner-wrapper {
		justify-content: center;
	}
}

@media screen and (max-width: 968px) {
	#responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-current-item > .responsive-menu-item-link,
	#responsive-menu-container #responsive-menu li.responsive-menu-current-item > .responsive-menu-item-link:hover{
		color:#ffffff!important;
	}
	#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow{
		border:transparent!important;
	}
	#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow{
	    right: 0!important;
	    left: auto!important;
	}
	.contact-section{
		width: 100%;
	}
	button#responsive-menu-button{
		background: #245d9d!important;
	}
	.nav-section{
		display: none;
	}
		.contact-links ul{
		padding-right: 60px;
	}
}

@media screen and (max-width: 928px) {
	.menu-main-menu-container a{
		font-size: 1.5rem;
	}
	.nav-section{
		padding:0rem 1rem;
	}
	.contact-links ul li a{
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 824px) {
	.menu-main-menu-container a{
		font-size: 1.2rem;
	}
}


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

	.woocommerce .products ul, .woocommerce ul.products{
		flex-direction: column;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
	}
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
		width: 100%;
	}
	.woocommerce #content div.product div.summary{
	    grid-template-rows: 0fr 1fr 0fr 0fr;
	}
	.woocommerce #content div.product div.summary > .enquirycta{
	    grid-column: 1;
    	grid-row: 5;
	}
	.columns_2{
		column-count: 1;
	    -webkit-column-count: 1;
	    -moz-column-count: 1;
	}
	.contact-links ul{
		align-items: center;
	}
	.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
		text-align: center;
	}
	.woocommerce .products ul, .woocommerce ul.products{
	    display: flex;
	    flex-flow: row wrap;
	    justify-content: flex-start;
	}

	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	    display: flex;
	    flex-flow: column nowrap;
	    padding: 0 5px;
	}

	.woocommerce ul.products li.product .button{
		margin-top: auto;
	}

	.site-footer .top-footer .inner-wrapper > div{
		width: 100%;
	}

	.site-footer .top-footer .inner-wrapper{
	    grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
	    display: grid;
	}
	.woocommerce.woocommerce-page ul.products{
		grid-template-columns:1fr;
	}
	.singleproductheader{
		padding:40px 20px;
	}
	header .sticky{
		position: relative;
	}
	.homeblock1 .col1{
		margin:0;
	}

	.contact-area-section input.gform_button.button {
		margin: 0px auto !important;
	}

	.nav-section {
	    padding: 0;
	    display: none;
	}

	h1 {
		font-size: 2.8rem !important;
	}

	h2 {
		font-size: 2.2rem !important;
		line-height: 1.4;
	}

	h3 {
		font-size: 2rem !important;
		line-height: 1.4;
	}

	h4,
	h5,
	h6 {
	    font-size: 1.8rem!important;
	    line-height: 1.4;
	}

	.social-links ul,
	.contact-links ul {
		padding: 0;
	}

	.site-main {
		padding: 0 3rem;
	}
		.kt-row-layout-inner {
		background-attachment: scroll !important;
	}
.menu-main-menu-container .sub-menu{
		display: none;
	}
	.sub-arrow  .arrow-down{
	display: block;
}
.sub-arrow  .arrow-right{
	display: none;
}
	.arrow svg path {
		fill: var(--white-color);
	}
	.menu-main-menu-container .sub-menu .sub-menu {
		position: absolute;
		top: 0;
		grid-column: 1/-1;
		grid-row: 2/2;
		/* transform: translateY(-169%); */
		left: 0;
	}



	.menu-main-menu-container .sub-menu {
		/* transform: translateX(100%); */
		width: 100%;
	}
	.menu-main-menu-container {
		opacity: 0;
		visibility: hidden;
		position: fixed;
		left: 0;
		top: 0;
		width: 80%;
		height: 100vh;
		background: #205f9d;
		z-index: 1;
		box-shadow: 1px 1px 7px #333333;
	    overflow: auto;
	}

	.show-menu {
		opacity: 1;
		visibility: visible;
	}

	.menu-main-menu-container .sub-menu.show-sub-menu {
		display: block;
		grid-column: 1/-1;
		grid-row: 2;
		position: static !important;
		padding: 0;
		transition: all .5s linear;
		/* transform: translateX(0%); */
		background: var(--mid-light-color)
		transform: translateX(0);
	}

	.menu-toggle {
		display: none;
		cursor: pointer;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99999999;
		background: var(--secondary-color);
	}
	.menu-toggle:hover{
		background: var(--mid-dark-color);
	}
	.menu-toggle svg line {
		stroke: var(--white-color);
	}

	.menu-main-menu-container .sub-menu ul li,
	.menu-main-menu-container .sub-menu li {
		/* opacity: 0; */
		border: 0;
		padding: 0;
	}
	.menu-main-menu-container ul {
		display: block;
		flex-direction: column;
		align-items: flex-start;
		position: absolute;
		top: 5rem;
		left: 0;
		right: 0;
		transition: all .5s;
		padding: 1rem 0;
	}

	.menu-main-menu-container .menu>li {
		justify-content: space-between;
		align-items: flex-start;
		border-right: 0;
	}

	.menu-main-menu-container li.menu-item-has-children {
    border-right: 0;
    display: grid;
    grid-template-columns: 6fr 1fr;
    align-items: center;
    background: #205f9d;
	}

	.menu-main-menu-container a {}

	.menu-main-menu-container .sub-menu li {
		justify-content: flex-start;
	}

	.menu-main-menu-container a {
    display: block;
    width: 100%;
    text-align: left;
    justify-content: space-between;
    grid-column: 1/2;
    color: var(--white-color);
    padding: 1rem;
	}

	.menu-main-menu-container .menu-item-has-children a {
		padding: 1rem;
		color: #FFFFFF!important;
	}

	.menu-main-menu-container a:hover, .menu-main-menu-container li.current_page_item > a{
		color:var(--dark-color)!important;
	}

	.menu-main-menu-container .sub-menu .sub-menu a {
		padding: 1rem 3rem;
	}

	.bottom-footer nav ul,
	.bottom-footer .site-info,
	.bottom-footer nav ul li a {
		display: block;
		text-align: center;
	}

	.bottom-footer nav ul li {
		padding: 1rem 0;
		border-right: 0;
	}

	.site-footer .bottom-footer {
		flex-direction: column;
		justify-content: center;
	}

	.social-links ul {
		justify-content: center;
		align-items: center;
		margin: 0px auto;
	}

	.social-links ul li,
	.contact-links ul li {
	    flex: 1;
	    margin: .4rem;
	    text-align: center;
	    align-items: center;
	    justify-content: center;
	}

	.top-footer .contact-section {
		align-self: center;
	}

	.top-footer .contact-links ul li {
		align-items: center;
		justify-content: center;
	}

	.site-footer .top-footer .custom-menu .menu {
		align-items: center;
	}

	.site-footer .top-footer .inner-wrapper {
	    /* display: flex; */
	    flex-direction: column;
	    /* flex-wrap: wrap; */
	    justify-items: left;
	    padding: 0 15px;
	}

	.footer-logo {
	    display: flex;
	    justify-content: left;
	    align-items: center;
	    /* margin: 1rem auto; */
	    padding: 1rem;
	}

	.wp-block-image img {
		display: block;
		margin: 0px auto;
	}

	header.site-header .inner-wrapper {
		flex-direction: column;
		grid-template-columns: 1fr;
		justify-items: center;
		grid-gap: 0;
	}

	.site-branding {
		margin: 0px auto;
	}

	.site-branding img {
		max-width: 270px;
	}

	.icon-section img {
		max-width: 150px;
	}

	.top-contact-section {
		grid-column: 1/1;
	}


	.bottom-section h2 {
		font-size: 4rem;
	}
}

@media screen and (max-width: 767px){
	.homecontentsec h2{
		text-align: center;
	}
	.homecontentsec p{
		text-align: center;
	}
	.homecontentsec .kt-btn-align-left{
		text-align: center;
	}
}

@media screen and (max-width: 566px) {
	.footer-logo{
		justify-self: center;
	    justify-content: center;
	}
	.site-footer .top-footer .inner-wrapper > div{
		justify-self:center;
	}
	.top-footer h3{
		text-align: center;
	}
	.top-footer ul{
		text-align: center;
	}
}

@media screen and (max-width: 480px) {
	.site-branding img {
		max-width: 200px;
	}

}