/*!
Theme Name: gullywasher
Theme URI: http://underscores.me/
Author: christian-sanchez
Author URI: http://clickfoundry.co
Description: a custom theme for gullywasher
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gullywasher
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.

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

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Footer
	- 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.
 */
 @import url('https://use.typekit.net/mwf7rwa.css');
 @import url( 'css/bootstrap-grid.min.css');
  @import url( 'css/swiper.min.css');


html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3{
	font-family: "ff-meta-correspondence-web-p";
}
h1 {
  font-weight: 700;
	font-size: 3.5rem;
	margin-bottom:1.5rem;
}
h1.title-page{
	font-size: 2.4rem;
	margin-bottom:1rem;
}
h2 {
  font-weight: 700;
	font-size: 2.4rem;
	margin-bottom:1rem;
}
a {
	color:#06366D;
decoration:none;
}
h3 {
	font-size: 2rem;
	margin-bottom:.75rem;
}

p {
	font-family: "tablet-gothic";
	font-size: 1.45rem;
  font-weight: 300;
	line-height:1.75;
}
p.sm-text{
	font-size:1rem;
	margin-top:5px;
	margin-bottom:5px;
	line-height: 1.45rem;
}
.sm-text p{
	font-size:1rem;
	line-height: 1.45rem;
}
h3.card-title{
	margin-block-start:0rem;
	font-family: "ff-meta-correspondence-web-p";
	font-family:700;
	font-size:1.5rem;
	line-height: 2rem;
}
h3.xhr{
	font-size:1.5rem;
}
p.card-text{
	font-family: "tablet-gothic";
	font-size:1.25rem;
	line-height:1.6rem;
}
.card-text p{
	font-family: "tablet-gothic";
	font-size:1.25rem;
	line-height:1.6rem;
}
.widget-text p{
	font-size:1rem!important;
}
/* 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: 900;
}

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

input.general-butt{
	float:right;
	width:200px;
	background-color:#0079AE;
	color:white;
	padding-top:15px;
	padding-bottom:15px;
	border-radius: 15px 0 15px 0;
	border:1px solid #0079AE;
}
input.general-butt:hover{
	background-color:#06366D;
	border:1px solid #06366D;
}
/**
 * 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;
}

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


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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1rem;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #06366D;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}
p.bold{
	font-weight: 700;
	margin-bottom:0;
	padding-bottom:0
	font-family: 'ff-meta-correspondence-web-p';
	font-style: normal;
}
address.footer{
	padding-bottom:0;
	margin-bottom:0;
}
ul.footer-links{
	list-style-type: none;
	font-weight: 300;
	padding-left: 0;
}
li.footer-list{
	border-bottom:1px solid white;
	padding-bottom:.25rem;
	padding-top:.25rem;
}
a.footsy-link{
color:white;
}
/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"], {
	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,{
	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,{
	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%;
}
table.filter-data{
	border:1px solid black;
}
td.filter{
	border-bottom:1px solid black;
}
tr.section{
min-height:49px;

}
.boldy{
	font-weight:900;
	padding-left: 0px!important;
}
.baldy{
	font-weight: 700;
}
.centertext{
	text-align: center;
}
.data-weight{
	font-weight:300;
}
.data-label{
	border-bottom:1px solid black;
	padding-left: 0px!important;
}
.data{
	border-bottom:1px solid black;
}
.data-table{
	padding-left: 12px;
	padding-right: 12px;
}
.chart-row{
	display:flex;
}

div.chart-row.baldy{
padding-bottom:3px;
align-text:center;
}
.total{
	display:flex;
	width:100%;
	background-color:#0079AE;
	color:white;
}
.dissolved{
	display:flex;
	width:100%;
	background-color:#C2EDFF;
	color:#06366D;

}
.col-date{
	flex: 0 0 auto;
	width:18%;
}
.col-mix{
	flex: 0 0 auto;
	width:10%;
	text-align: center;
}
.col-total{
	flex: 0 0 auto;
	width:36%;
	text-align: center;
}
.col-dissolved{
	flex: 0 0 auto;
	width:36%;
	text-align: center;
}
.col-blank{
	flex: 0 0 auto;
	width:28%;
}
.col-dissolved{
	flex: 0 0 auto;
	width:36%;
	text-align: center;
}
.col-stotal{
	flex: 0 0 auto;
	width:30%;
	text-align: center;
}
.col-sdissolved{
	flex: 0 0 auto;
	width:30%;
	text-align: center;
}
.row.postal-chart{
	display:flex;
}
.row.postal-small{
	display:none;
}
@media (max-width:991px){
	.row.postal-chart{
		display:none;

	}
	.row.postal-small{
		display:flex;
		padding-top:2rem;
	}
	.col-mix{
		flex: 0 0 auto;
		width:20%;
		text-align: left;
	}
	.col-stotal{
		flex: 0 0 auto;
		width:80%;
		text-align: center;
	}
	.col-sdissolved{
		flex: 0 0 auto;
		width:80%;
		text-align: center;
	}
}

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

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

/* Navigation
--------------------------------------------- */
.site-header{
	background-color:#0079AE;
	position: sticky;
	top: 0;
	height: 40px;
	z-index: 100;
}
.site-title{
	font-family: "ff-meta-correspondence-web-p";
	font-size: 2rem;
	margin-top:0rem;
	line-height:0px;
}
a.site-title{
	text-decoration: none;
	color:white;
}
.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;
	margin:0 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;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
	padding-top:5px!important;
	padding-bottom:5px!important;
}
@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%;
}
/*MENU STOOF*/
.sub-menu{
	width:100%;
	min-height:300px;
	background-color:black;
	color:white;
}
.stick-div{
	position: sticky;
	top:40px;
	height:100%;
}
/*FOOTER and More */
ul.footer-links{
	font-family: 'tablet-gothic';
	margin-left: 0px;
	padding-left: 0px !important;
	list-style-type: none;
}
.site-footer{
	background-color:#0079AE;
	color:#fff;
	position:relative;
	z-index: 2;
}
/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 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;
}

/*BOOTSTRAP NAVIGATION */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #0a58ca;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-sm .offcanvas-top,
.navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
	.chr{
		padding-top:10px;
	}
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-md .offcanvas-top,
.navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
	.chr{
		padding-top:20px;
	}
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-lg .offcanvas-top,
.navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xl .offcanvas-top,
.navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xxl .offcanvas-top,
.navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}
.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}


/*====*/
card-img, .card-img-top {
    border-top-left-radius: 30px;
    border-top-right-radius: 0;
    position: relative;
}
img.card-img-top {
    border-top-left-radius: 30px!important;
    border-top-right-radius: 0;
    position: relative;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 30px 0 30px 0;
		margin-bottom:1.5rem;
  }
  .card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
    position: relative;
}
.accent{
  position:absolute;
  background-color:#8DC641;
  height:5px;
  width:40%;
  top:0px;
  right:0px;
}
/*=====*/
.accordion-button {
  color:#06366D;
}
.accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #06366D;
    background-color: #C2EDFF;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}


/*===*/
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
	border-radius:0px!important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-main{
  background-color:#0cca4a;
  border-color:#0cca4a;
  color:#fcfff7;
}
.btn-main:hover{
  background-color:#198754;
  border-color:#198754;
  color:#fcfff7;
}

.btn-dark{
  background-color:#f7b32b;
  border-color:#f7b32b;
  color:#fcfff7;
}
.btn:focus {
    outline: 0;
    box-shadow: none!important;
}
.lefty{
	text-align: left;
}
.righty{
	text-align: right;
}
.ya-btn-clean{
  padding-top: 20px;
  padding-bottom:20px;
  width:200px;
  padding-left: 0;
  padding-right:0;
  background-color: transparent;
  border:none;
  margin-top:20px;
}
a.gully{
  color:#06366D;
  text-decoration: none;
  background-image: linear-gradient(120deg, #C2EDFF 0%, #C2EDFF 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.2em;
  background-position: 0 88%;
  transition: background-size 0.25s ease-in;

}

a.gully:hover {
    background-size: 100% 88%;
  }
.icon-arrow,.swiper-button-next svg,.swiper-button-prev svg{will-change:transform;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;-o-transition:transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}.icon-arrow path:last-child,.swiper-button-next svg path:last-child,.swiper-button-prev svg path:last-child{will-change:transform;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;-o-transition:transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}.icon-arrow-left path:last-child,.swiper-button-prev svg path:last-child{-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center}.icon-arrow-right path:last-child,.swiper-button-next svg path:last-child{-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center}.btn:focus .icon-arrow-left,.btn:focus .swiper-button-prev svg,.btn:hover .icon-arrow-left,.btn:hover .swiper-button-prev svg,.icon-arrow-left-hover,.nav .nav-link.active .icon-arrow-left,.nav .nav-link.active .swiper-button-prev svg,.nav .nav-link:focus .icon-arrow-left,.nav .nav-link:focus .swiper-button-prev svg,.nav .nav-link:hover .icon-arrow-left,.nav .nav-link:hover .swiper-button-prev svg,.swiper-button-prev .btn:focus svg,.swiper-button-prev .btn:hover svg,.swiper-button-prev .nav .nav-link.active svg,.swiper-button-prev .nav .nav-link:focus svg,.swiper-button-prev .nav .nav-link:hover svg,.swiper-button-prev:hover svg{-webkit-transform:translateX(-22%);-ms-transform:translateX(-22%);transform:translateX(-22%)}.btn:focus .icon-arrow-left path:last-child,.btn:focus .swiper-button-prev svg path:last-child,.btn:hover .icon-arrow-left path:last-child,.btn:hover .swiper-button-prev svg path:last-child,.icon-arrow-left-hover path:last-child,.nav .nav-link.active .icon-arrow-left path:last-child,.nav .nav-link.active .swiper-button-prev svg path:last-child,.nav .nav-link:focus .icon-arrow-left path:last-child,.nav .nav-link:focus .swiper-button-prev svg path:last-child,.nav .nav-link:hover .icon-arrow-left path:last-child,.nav .nav-link:hover .swiper-button-prev svg path:last-child,.swiper-button-prev .btn:focus svg path:last-child,.swiper-button-prev .btn:hover svg path:last-child,.swiper-button-prev .nav .nav-link.active svg path:last-child,.swiper-button-prev .nav .nav-link:focus svg path:last-child,.swiper-button-prev .nav .nav-link:hover svg path:last-child,.swiper-button-prev:hover svg path:last-child{-webkit-transform:scaleX(1.3);-ms-transform:scaleX(1.3);transform:scaleX(1.3)}.btn:focus .icon-arrow-right,.btn:focus .swiper-button-next svg,.btn:hover .icon-arrow-right,.btn:hover .swiper-button-next svg,.card-service.card-hover-zoom:focus .btn .icon-arrow-right,.card-service.card-hover-zoom:focus .btn .swiper-button-next svg,.card-service.card-hover-zoom:hover .btn .icon-arrow-right,.card-service.card-hover-zoom:hover .btn .swiper-button-next svg,.icon-arrow-right-hover,.nav .nav-link.active .icon-arrow-right,.nav .nav-link.active .swiper-button-next svg,.nav .nav-link:focus .icon-arrow-right,.nav .nav-link:focus .swiper-button-next svg,.nav .nav-link:hover .icon-arrow-right,.nav .nav-link:hover .swiper-button-next svg,.swiper-button-next .btn:focus svg,.swiper-button-next .btn:hover svg,.swiper-button-next .card-service.card-hover-zoom:focus .btn svg,.swiper-button-next .card-service.card-hover-zoom:hover .btn svg,.swiper-button-next .nav .nav-link.active svg,.swiper-button-next .nav .nav-link:focus svg,.swiper-button-next .nav .nav-link:hover svg,.swiper-button-next:hover svg{-webkit-transform:translateX(22%);-ms-transform:translateX(22%);transform:translateX(22%)}.btn:focus .icon-arrow-right path:last-child,.btn:focus .swiper-button-next svg path:last-child,.btn:hover .icon-arrow-right path:last-child,.btn:hover .swiper-button-next svg path:last-child,.card-service.card-hover-zoom:focus .btn .icon-arrow-right path:last-child,.card-service.card-hover-zoom:focus .btn .swiper-button-next svg path:last-child,.card-service.card-hover-zoom:hover .btn .icon-arrow-right path:last-child,.card-service.card-hover-zoom:hover .btn .swiper-button-next svg path:last-child,.icon-arrow-right-hover path:last-child,.nav .nav-link.active .icon-arrow-right path:last-child,.nav .nav-link.active .swiper-button-next svg path:last-child,.nav .nav-link:focus .icon-arrow-right path:last-child,.nav .nav-link:focus .swiper-button-next svg path:last-child,.nav .nav-link:hover .icon-arrow-right path:last-child,.nav .nav-link:hover .swiper-button-next svg path:last-child,.swiper-button-next .btn:focus svg path:last-child,.swiper-button-next .btn:hover svg path:last-child,.swiper-button-next .card-service.card-hover-zoom:focus .btn svg path:last-child,.swiper-button-next .card-service.card-hover-zoom:hover .btn svg path:last-child,.swiper-button-next .nav .nav-link.active svg path:last-child,.swiper-button-next .nav .nav-link:focus svg path:last-child,.swiper-button-next .nav .nav-link:hover svg path:last-child,.swiper-button-next:hover svg path:last-child{-webkit-transform:scaleX(1.3);-ms-transform:scaleX(1.3);transform:scaleX(1.3)}
.icon-arrow{
	vertical-align: middle;
}
.buttons-baby{
	width: 150px;
position: absolute;
height: 60px;
top: 28px;
right: 0;
}
.drk-bar{
	padding-top:50px;
	position:relative;
	z-index: 0;
	background-color:#000;
	color:white;
}
.white-bar{
	position:relative;
	z-index: 0;
	background-color:#fff;
	color:#000;
}
.blue-bar{
	width:100%;
	position:relative;
	z-index: 0;
	background-color:#C2EDFF;
	color:#000;
}
.img-bg{
	position:absolute;
	right:0;
	top:0;
	z-index: -1;
	width:60%;
	object-fit: cover;
	min-height:600px;
}
.img-bg-2{
	display:none;
}
.yent{
	padding-bottom:100px;
}
.fix{
	transform:none;
}
.header-vis{
	width: 67%;
	    border-radius: 30px 0 30px 0;
	    padding-top: 30px;
	    padding-bottom: 30px;
	    color: white;
	    background-color: #0079AE;
	    position: absolute;
	    left: 0;
	    top:-100px;
	    min-height: 200px;
	    z-index: 2;
}
.h4-accent{
	width:50%;
	border-radius:0 0 30px 0;
	height:60px;
	background-color:#0079AE;
	position:absolute;
	top:0;
	left:0;
	z-index: 1;
}
.h4-dark-accent{
	width:50%;
	border-radius:0 0 30px 0;
	height:60px;
	background-color:#06366D;
	position:absolute;
	top:0;
	left:0;
	z-index: 1;
}
h4.candy{
	position:relative;
	color:white;
	z-index: 2;
}
.whole-container{
	width:100%;
	position: relative;
	background-color:white;
}
.pr-1{
	z-index: 1;
}
.half-image{
background-color:red;
background-position: center;
background-size:cover;
width:50%;
position: absolute;
top:0;
height:100%;
z-index: 0;
}
.leftor{
	left:0;
}
.rightor{
	right:0;
}
ul.product-list{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	font-weight: 500;
	font-size:1.3rem;
}
.product-list li{
	padding-bottom:15px;
}
.w-100{
	width:100%;
}
.mega-menu-toggle{
	width:52px;
}
.mega-toggle-blocks-left{
	display: none;
}
.mega-toggle-blocks-center{
	display: none;
}
.footer-margin{
padding-top:2rem;
}
@media (max-width: 767.8px) {
	.half-image{
display:none;
	}
	.bd-placeholder-img{
		max-height:300px;
		object-fit: cover;
	}

	.chr{
		padding-top:5px;
	}
	.footer-margin{
		padding-top:1rem;
	}
}
input.form-styled{
	padding-top:15px;
	margin-bottom:12px;
	border:1px solid black;
	border-radius: 0px;
	width:100%;
	border-top: 0px;
	border-right: none;
	border-left:0px;
}
.form-styled{
	padding-top:15px;
	margin-bottom:12px;
	border:1px solid black;
	width:100%;
	border-top: 0px;
	border-right: none;
	border-left:0px;
}
.addresses{
	display:flex;
}
.addresses address{
	display:block;
}

#main-location{
	margin-right:30px;
}
.widget{
	margin-bottom:0px;
}
p.onepointtwo{
	font-size: 1.2rem;
}
.newsletter-div{
	display: flex;
}
input.newsletter{
	display:inline-block;
	background-color:transparent;
	color:white;
	border:1px solid white;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-radius:0px;
	padding-bottom:5px;
	width: calc(100% - 100px);
}
input.newsletter-button{
		padding: 0.6em 1em 0.4em!important;
	display:inline-block;
	color:white;
	border-radius:0px;
	border:1px solid white;
	background-color:transparent;
	margin-left:10px;
}
input.newsletter:focus{
	color:white;
}
input.newsletter-button:hover{
	background-color: white;
	color:black;
}

input.newsletter:focus-visible {
    outline: 0px;}
span.invisy{
opacity:0;
}

span.cat-links{
	float:right;
}


.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding-right: 1.5rem;
	padding-top:1rem;
	padding-bottom:1rem;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
	background-color:white;
	border-color:#000;
}

.modal-title {
  display:none;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding-left: 1rem;
	padding-right:1rem;
	padding-top:0px;
	padding-bottom:1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width:900px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
.img-bg{
	display:none;
	}
	.img-bg-2{
		display:block;
		margin-top:-50px;
		width:100%;
	}
	.yent{
		padding-bottom:60px;
	}
	.drk-head{
		padding-top:20px;
	}

	.drk-head p{
		font-size: 1.4rem;
	}
	.drk-head h1{
		font-size:2.5rem;
	}
	.whole-container h1{
		font-size: 2.2rem;
	}
	.whole-container h2{
		font-size: 1.8rem;
	}
	.whole-container h3{
		font-size: 1.5rem;
	}
	.whole-container p{
		font-size: 1.2rem;
	}
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }

}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

.img-fluid {
  max-width: 100%;
  height: auto;
}
.site-info{
	display: flex;
	width:100%;
	color:#ccc;
}
.copyrights{
text-align:left;
color:#06366D;
}
.boring-links{

	text-align:right;
}
.wide-card{
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: 30px 0 30px 0;
	margin-bottom: 1.5rem;
	width: 100%;
}
.about-image{
	display:none;
}
.wide-img{
	margin-bottom:-3px;
}
img.bd-placeholder-img{
	height:100%;
	object-fit: cover;
}

.whole-container h2{

}
.whole-container p{

}

.swiper-slide.offside{
	border:1px solid rgba(154,160,185,0.07);
	box-shadow: 0  5px 10px rgba(154,160,185,0.05), 0 15px 40px rgba(166,173,201,0.2);
	border-radius: 30px 0 30px 0;
	width:auto;
	padding:1rem;
}
.aby{
	position: absolute;
	width:100%;
	top:-85px;
	z-index: 10;
	color:white;
}
.wp-block-latest-posts.wp-block-latest-posts__list{
	margin:0;
}
.wp-block-latest-posts.wp-block-latest-posts__list > li{
	padding-bottom:1rem;
}
ul.wp-block-categories-list.wp-block-categories{
	margin:0;
	padding-left:0;
	list-style-type: none;
}
li.cat-item{
	margin:0;
	padding-bottom:1rem;
}
@media (min-width: 991px){
	.about-image{
		display:block;
		background-color:black;
		background-position: center;
		background-size:cover;
		width:50%;
		position: absolute;
		top:0;
		height:100%;
		z-index: 0;
	}
}
@media (max-width: 991px){
	.header-vis{
		width:100%;
	}
	.drk-bar > .container {
		margin-top:-60px;
	}

}
@media (min-width: 1199.98px){
	.fix{
		transform:translateY(-25%);
	}
}
@media (min-width: 1600px){
	.fix{
		transform:translateY(-40%);
	}
}
.starey{
	position:relative;
}
.stanpey{
	position: absolute;
	bottom:0px;
}

.drp-25{
  padding-right:3rem;
}

.lrp-25{
  padding-left:3rem;
}

@media screen and (max-width:767.98px) {
  .drp-25{
  padding-right:calc(1.5rem * .5)!important;
}

.lrp-25{
  padding-left:calc(1.5rem * .5);
}
}