/*!
Theme Name: kess
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: kess
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.

kess 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
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

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

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

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

/* Font Family
----------------------------------------------------------------------------------*/
@font-face {
	font-family: 'poppins-light';
	src: url('fonts/Poppins-Light.woff');
}

@font-face {
	font-family: 'poppins-extralight';
	src: url('fonts/Poppins-ExtraLight.woff');
}

@font-face {
	font-family: 'poppins-thin';
	src: url('fonts/Poppins-Thin.woff');
}

@font-face {
	font-family: 'poppins-regular';
	src: url('fonts/Poppins-Regular.woff');
}

@font-face {
	font-family: 'poppins-medium';
	src: url('fonts/Poppins-Medium.woff');
}

@font-face {
	font-family: 'poppins-semibold';
	src: url('fonts/Poppins-SemiBold.woff');
}

@font-face {
	font-family: 'poppins-bold';
	src: url('fonts/Poppins-Bold.woff');
}

@font-face {
	font-family: 'poppins-extrabold';
	src: url('fonts/Poppins-ExtraBold.woff');
}

@font-face {
	font-family: 'poppins-black';
	src: url('fonts/Poppins-Black.woff');
}


@font-face {
	font-family: 'herr-regular';
	src: url('fonts/HerrVonMuellerhoff-Regular.woff');
}
@font-face {
	font-family: 'nimbus-regular';
	src: url('fonts/Nimbus-regular.woff');
}
@font-face {
	font-family: 'nimbus-medium';
	src: url('fonts/Nimbus-Medium.woff');
}




/*  Custom Css Start  */


/*  ---------------------- Common Css --------------------- */

body {
	font-family: 'poppins-regular' !important;
}

/* section {
	padding: 100px 0px;
}

body .section-title {
	margin-bottom: 100px;
} */

body .section-title h1,
body h1 {
	font-size: 42px;
	font-family: 'poppins-regular';
	position: relative;
	text-transform: uppercase;
	margin: 0;
	font-style: normal;
	line-height: 45px;
	letter-spacing: 0.05em;
	color: #FFFFFF;
}

body .section-title .main-heading,
body .main-heading {
	font-size: 42px;
	font-family: 'poppins-regular';
	position: relative;
	line-height: 45px;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 1rem;

}

body h2.title {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 42px;
    line-height: 52px;
    color: #252525;
	font-family: 'nimbus-regular';
}

body .section-title h2::before {
	height: 4px;
	content: "";
	position: absolute;
	background-color: #148DCD;
	width: 0%;
	bottom: 0px;
	width: 100%;
}

body .section-title h2 span {
	color: #000;
}


body h3 {
	font-size: 1.7rem;
	font-family: 'poppins-medium';
	margin-bottom: 0;
	line-height: 1.7rem;
}

body .section-title h4,
body h4 {
	margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
	font-family: 'nimbus-regular';
	font-weight: 400;
}



body p {
	font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #585858;
	
}

body p:last-child {
	padding-bottom: 0;
}

body p img {
	margin-bottom: 0;
}

body a:hover {
	text-decoration: none;
}


body p.sub-title {
	font-family: 'herr-regular';
	font-weight: 400;
    font-size: 60px;
    line-height: 60px;
    color: #bf9456;
	margin-bottom: 0px;
}

.tooltip { width: 160px; }
.tooltip .tooltip-inner {
	max-width: 560px;
    padding: 8px;
    color: #fff;
    background-color: #f79f20;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    border-radius: 5px;
	font-family: 'poppins-regular';
}

.tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #f79f20;
}

/* ------------------------- */





/* ---------- Header Css ----------- */

header#masthead {
	/* padding: 10px 0px; */
	/* display: flex; */
	align-items: center;
	background: #FFFFFF;
	/* box-shadow: 0px 10px 10px rgb(0 0 0 / 25%); */
}

a.custom-logo-link img {
	max-width: 200px;
}

header .main-navigation {
	display: flex;
	justify-content: start;
	align-items: center;
	padding-right: 0px;
}

header .main-navigation ul li {
	margin-right: 25px;
}

header .main-navigation ul li a {
	font-family: 'nimbus-regular';
    font-style: normal;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #fff;
    text-decoration: none;
	font-weight: 400;
}

/* header .main-navigation ul li.current-menu-item a::before {
	height: 3px;
	content: "";
	position: absolute;
	background-color: #148DCD;
	width: 0%;
	bottom: -4px;
	width: 100%;
} */

header .main-navigation ul li.inquire-now-btn {

	margin-right: 0px;
}

header .main-navigation ul li.inquire-now-btn a {
	color: #fff !important;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.5) 100%), #148DCD !important;
	width: max-content !important;
	padding: 7px 14px !important;
	border-radius: 5px !important;
}

header .main-navigation ul li.inquire-now-btn.current-menu-item a::before {
	content: unset;
}

.fixed .header-top-section,.fixed .logo-contact-info { display: none; }

.fixed a.custom-logo-link img {max-width: 150px;}
.fixed .main-navigation ul li a {font-size: 0.9rem;}
header .header-top-section { background-color: #f79f20; line-height: 50px; }
header .top-information { display: flex; justify-content: space-between; align-items: center; }
header ul.top-contact { display: flex; align-items: center; margin: 0; padding: 0; list-style: none; color: #fff; font-size: 13px;}
header ul.top-contact li i { padding-right: 8px; }
header ul.top-contact li:first-child { padding-right: 15px; }
header ul.top-contact li.mail-address { position: relative; padding: 0 15px; }

header ul.top-contact li.mail-address::before { top: 0; height: 100%; background-color: #e9ecef; content: ''; width: 1px; z-index: 1; position: absolute; left: 0; }
header ul.top-contact li a { color: #fff; }
header .tm-wrap-cell { display: flex; align-items: center; }

ul.social-icons { display: flex; align-items: center; justify-content: end; margin: 0; padding: 0; list-style: none; gap: 15px;	padding-right: 15px; font-size: 13px;}

ul.social-icons li a {
  color: #fff;
}
ul.social-icons li a img {
  max-width: 14px;
}
.top-book-now-btn { position: relative; padding-left: 15px;}
.top-book-now-btn a { color: #fff; font-size: 14px; }
.top-book-now-btn::before { top: 0;  height: 100%; background-color: #e9ecef; content: ''; width: 1px; z-index: 1; position: absolute;    left: 0; }

header .header-widget-main { display: flex; align-items: center; gap: 12px; }
header .header-widget-main .header-icon img { max-width: 40px; line-height: 40px; }
header .tm-top-info-con { display: flex; align-items: center; }

header .site-branding,header .tm-top-info-con{
    height: 110px;
    display: flex;
    align-items: center;
}

header .header-widget {
    padding: 0 20px;
}

header .header-widget h3 { font-size: 20px; font-weight: 400; line-height: 24px; }
header .header-widget h5 { font-size: 13px; font-weight: 400; line-height: 25px; color: #8c8f94; margin-bottom: 0px; }

header .main-navigation {
    background: #333333;
}
header .main-navigation ul#primary-menu{
    height: 60px;
    line-height: 60px;
	
}
header .main-navigation a {
    
    color: #fff;
}

header .main-navigation ul li { position: relative; display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    margin: 0px; }
header .main-navigation ul li:after{
	content: "";
	position: absolute;
	height: 100%;
	width: 1px;
	left: 0px;
	top: 50%;
	-khtml-transform: translateX(0%) translateY(-50%);
	-moz-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	-o-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
	background-color: rgba(255, 255, 255, 0.07);
	display: inline-block;
}

.kess-menu-section {  display: flex;  align-items: center;}

.kess-menu-section .mobile-header-logo {display: none;
}

@media(max-width: 1024px) {
	body.navopen {
		overflow: hidden;
	}
.menu-main-menu-container { z-index: 111; }
	header .main-navigation ul#primary-menu{
		height: auto;
        line-height: unset;
        width: 90%;
        margin: 0px auto;
	}

.kess-menu-section { justify-content: space-between;}
	.kess-menu-section .mobile-header-logo {display: block; }
	header .header-top-section, header .logo-contact-info { display: none;	}
	header .main-navigation { background-color: #fff; }
	header.site-header .kess-menu-section .menu-toggle:before { font-size: 36px; color: #033b4a; }
	header.site-header {justify-content: space-between;	}


	.navopen #page {
		position: relative;
	}

	/* .navopen #page:before {
		content: '';
		background: rgb(0 0 0 / 70%);
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		z-index: 2;
		left: 0;
		top: 0;
	} */

	header.site-header .menu-toggle {
		display: block;
		position: relative;
		font-size: 0;
		border: 0;
		background: transparent;
		outline: 0;
		box-shadow: unset;
		float: right;
		order: 1;
	}

	header.site-header .menu-toggle:before {
		content: "\eb2a";
		font-family: 'boxicons' !important;
		font-size: 32px;
		/* padding-left: 7px; */
		color: #148DCD;
	}

	header.site-header .menu-main-menu-container ul {
		display: none;
	}

	header.site-header .main-navigation.toggled .menu-toggle:before {
		content: "\ec4e";
		font-family: 'boxicons' !important;
	}

	header.site-header .main-navigation.toggled ul.nav-menu {
		width: 35%;
		height: 100vh;
		display: inline-block;
		z-index: 1;
		/* overflow: scroll; */
		overflow-x: hidden;
		position: fixed;
		float: unset;
		top: 100px;
		left: 0;
		right: 0;
		background: #fff;
		border-top: 3px solid #f79f20;
	}

	header.site-header .main-navigation.toggled ul.nav-menu li {
		border-top: 1px solid #eaeaea;
		width: 100%;
		margin: 0;
		padding: 12px 30px 12px 30px;
		justify-content: flex-start;
	}

	header.site-header .main-navigation ul.nav-menu li.wpml-ls-current-language {
		padding: 0;
	}

	.main-navigation ul.nav-menu li.wpml-ls-current-language:hover ul.sub-menu {
		display: none;
	}

	header.site-header .main-navigation ul.nav-menu li.wpml-ls-current-language a {
		background: transparent;
		color: #000;
		padding: 10px 14px;
	}

	header.site-header .main-navigation ul.nav-menu li.wpml-ls-current-language a:after {
		transform: rotate(0deg);
		top: 14px;
	}

	header.site-header .main-navigation ul.nav-menu li.wpml-ls-current-language.focus a:after {
		transform: rotate(180deg);
		top: 11px;
	}

	header.site-header .main-navigation ul.nav-menu li.wpml-ls-current-language.focus ul.sub-menu {
		display: block;
		left: 0;
		right: auto;
		margin: 0;
		top: 0;
		position: unset;
		width: 100%;
		box-shadow: unset;
	}

	header.site-header .main-navigation ul.nav-menu li.wpml-ls-current-language.focus ul.sub-menu li {
		display: block;
	}

	header.site-header .main-navigation ul.nav-menu li.wpml-ls-current-language.focus ul.sub-menu li a {
		margin: 0;
		background: transparent;
		color: #000;
		padding: 10px 14px;
	}

	header.site-header .dropdown-back {
		padding-left: 0;
	}

	header .main-navigation ul li.menu-item a {
		color: #000;
	}

	header .main-navigation ul li.current-menu-item a {
		border-bottom: unset;
		color: #f79f20;
	}



	header.site-header .menu-menu-container ul {
		display: none;
	}

	header.site-header .site-branding a img {
		max-width: 150px;
	}
}

@media(max-width: 991px) {
	header.site-header .main-navigation.toggled ul.nav-menu {
		width: 50%;
	}

	header .main-navigation ul li.current-menu-item a::after {
		content: unset;
	}

}

@media(max-width: 767px) {
	header.site-header .main-navigation.toggled ul.nav-menu {
		width: 100%;
	}


}

@media(max-width: 576px) {
	header.site-header .row {
		justify-content: space-between;
	}

	header.site-header .site-branding {
		width: max-content;
	}

	header.site-header .site-branding a img {
		max-width: 135px;
	}



	header.site-header .dropdown-back {
		padding-left: 0;
	}

	header.site-header ul.dropdown-menu-mini-cart {
		right: 12px;
	}
}


/* Footer css */

.footer-top .footer-logo { text-align: center; padding: 60px 0px;}
.footer-top .footer-logo img { max-height: 100px; }
.footer-middle .footer-col { margin-right: 20px; }
.footer-middle .footer-followus { margin-right: 0px; }
.footer-col .title h6 { font-weight: 400; font-size: 24px; line-height: 25px; margin-bottom: 30px; }
.footer-col p { font-weight: 400; font-size: 14px; line-height: 25px; color: #8b8b8b; }
.footer-middle { border-top: 1px solid #dbdbdb; padding: 70px; }
.footer-col ul{ padding: 0px; margin: 0px; list-style: none; }
.footer-col ul#menu-quick-links li { padding: 12px 0 12px 0; border-bottom: 1px solid rgba(255, 255, 255, .03); font-size: 14px; font-weight: 400; line-height: 25px; display: flex; align-items: center;}
.footer-col ul#menu-quick-links li::before {
	content: '';
	background-image: url(../kess/images/plus.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 12px;
    height: 10px;
    display: inline-block;
    margin-right: 8px;
}

.footer-col ul#menu-quick-links li a { color: rgba(32,41,47,1); }
.footer-col ul#menu-quick-links li a:hover { color: #f79f20 }
.about-us-url { margin-top: 15px; }
.about-us-url a { margin-top: 15px;  font-weight: 400; font-size: 14px; line-height: 25px; color: #f79f20; margin-left: 35px; }
.about-us-url a::before { content: ''; background-color: #bf9456; width: 19px; height: 1px; margin-top: 12px; left: 13px; position: absolute; }
.footer-middle .custom-design-column {	float: none; position: relative; margin: 0; }
.footer-col .contact-details-content li span.address::before {
	content: '';
	background-image: url(../kess/images/maps-and-flags.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 15px;
    height: 20px;
	margin-top: 3px;
    display: inline-block;
    margin-right: 12px;
}
.footer-col .contact-details-content li span.envelope::before {
	content: '';
	background-image: url(../kess/images/email.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 15px;
    height: 20px;
	margin-top: 3px;
    display: inline-block;
    margin-right: 12px;
}
.footer-col .contact-details-content li span.phone::before {
	content: '';
	background-image: url(../kess/images/phone.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 15px;
    height: 20px;
	margin-top: 3px;
    display: inline-block;
    margin-right: 12px;
}


.footer-col .contact-details-content li { position: relative; line-height: 23px; font-size: 14px; padding: 19px 0 18px 0; border-bottom: 1px solid rgba(0, 0, 0, .05);  display: flex; align-items: start; } 
.footer-col .contact-details-content li:last-child { border-bottom: unset; } 
.footer-col .contact-details-content li.email a { color: #000; } 
.footer-col .contact-details-content li.email a:hover { color: #bf9456; } 
.footer-col .contact-details-content li.phone a{ color: #8b8b8b; pointer-events: none; } 
.footer-bottom ul.social-icons { margin: 20px 0 40px 0;  padding: 0px; list-style: none;}

@media (min-width: 1200px) {
	.footer-middle .custom-design-column:not(:first-child):after { width: 1px; height: 100%; content: ''; position: absolute; left: -12px;
		background-color: rgba(0, 0, 0, .07); top: 0; }
}

/* PAge banner */

.inner-page-banner { padding: 0; margin-top: 220px; height: 300px; display: flex; justify-content: center; align-items: center; background-color: #263238; background-repeat: no-repeat; background-position: center; background-size: cover; }
.inner-page-banner h1 { text-align: center; color: #fff; letter-spacing: -1px;}
.inner-page-banner p.sub-title { width: auto; color: #fff; text-align: center; font-weight: 400; font-size: 14px; line-height: 16px; font-family: 'poppins-regular'; margin-top: 8px; }
.inner-page-banner p.sub-title:hover { color: #f79f20;}
.inner-page-banner p.sub-title span { color: #f79f20; }	
.inner-page-banner img { max-width: 100%; height: auto; mix-blend-mode: multiply; }

@media (max-width: 1199px) {
	.inner-page-banner p {line-height: 1.5;}
}

@media (max-width: 1024px) {
	.inner-page-banner { margin-top: 100px; }
}

@media (max-width: 767px) {
	.inner-page-banner p {font-size: 1rem;line-height: 1.4;}
	.footer-col {margin-bottom: 25px;	}
	.footer-bottom ul.social-icons { justify-content: center; }
	ul.social-icons li a img {
		max-width: 25px;
	}
}


/* One Full column */

.one-cloumn-section { padding-top: 60px; padding-bottom: 0px; }
.one-cloumn-section .full-cloumn-wrapper h2 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 42px;
    line-height: 52px;
}
.one-cloumn-section .full-cloumn-wrapper ul {     margin: 0;
    padding: 0 0 0 25px;}
/* .one-cloumn-section .full-cloumn-wrapper p,.one-cloumn-section .full-cloumn-wrapper ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #585858;
} */

/* contact form page css */

.google-map iframe { width: 100%; }
.contact-form-section { position: relative; padding: 20px 0 0 0; }
.contact-form-section .row { align-items: center; }
.contact-details-info { display: flex; align-items: flex-start; gap: 15px; border-bottom: 1px solid #ebebeb; }
.contact-details-info:last-child { border-bottom: unset; }
.contact-form-section h2 { font-weight: 400;
    font-size: 35px;
    line-height: 40px;
    color: #252525; }
.contact-details-info .contact-info-all h4 { font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;}

.contact-details-info .contact-info-all p { font-weight: 400; line-height: 25px; margin-bottom: 10px; font-size: 16px; color: #86898c;}

.contact-form-section .contact-form-us { padding-top: 40px !important;
    padding-right: 40px !important;
    padding-bottom: 100px !important;
    padding-left: 50px !important;
    background-color: #f7f7f6;
     }
	.contact-form-section .contact-form-us .contact-form-add form input,
	.contact-form-section .contact-form-us .contact-form-add form textarea { width: 100%;     vertical-align: middle;
		width: 100%;
		color: #8d8d8d;
		padding: 9px 15px;
		font-weight: 400;
		background-color: #fff;
		text-transform: inherit;
		border: 1px solid rgba(119, 119, 119, .2);
		font-size: 14px;
		outline: none;
		line-height: inherit;  background-color: rgba(255, 255, 255, 1);
		color: #686e73;
		border-color: transparent; }
	.contact-form-section .contact-form-us .contact-form-add form .contact-btn input { width: auto; 
	    padding: 11px 28px; color: #fff;
    background-color: #232323; font-size: 14px;
    font-weight: 500;
    border: 2px solid transparent; 
}
/* contact form page css finish */

/* client-testimonial */

.client-testimonial { position: relative; padding-top: 100px; z-index: 1; background-color: #f8f7f3; }
.client-testimonial::before { background: #f79f20; position: absolute; content: ''; height: 380px; width: 100%; top: 0; z-index: -1111;}

.client-testimonial .star-rating {
    padding: 12px 0px 20px;
    display: flex;
    align-items: center;
	justify-content: center;
}

.client-review p.client-name,.client-review p.client-address {
    text-align: center;
}
.client-review p.client-name {
	font-size: 22px;
    line-height: 26px;
    margin-bottom: 2px;
	color: #252525;
	font-weight: 400;
	font-family: 'nimbus-regular';
}
.client-review p.client-address {
	font-size: 14px;
    font-weight: 400;
}

.client-testimonial .star-rating img {
	padding-right: 5px; max-width: 20px;
}

.client-testimonial ul.testimonials-slider {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	padding: 0 0 50px;
}

.client-testimonial .slick-list .slick-track {
	display: flex !important;
	gap: 15px;
}

.client-testimonial .slick-list .slick-track .slick-slide {
	height: inherit !important;
}

.client-testimonial ul.testimonials-slider .slick-slide div {
	/* margin: 0px 20px; */
	height: 100%;
}

.client-testimonial ul.testimonials-slider li.items { background: #f8f7f3;padding: 50px 25px;height: 100%; box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;}

.client-testimonial ul.testimonials-slider li.items .content-wrap {
	height: auto !important;
}

.client-testimonial ul.testimonials-slider li.items .imgs {
	width: 120px;
	height: 120px;
	margin: 0 auto;
	display: flex;
	line-height: 120px;
	align-items: center;
	border-radius: 50%;
	position: relative;
	z-index: 111;
}


.client-testimonial i.bx.bxs-quote-right {
	background-color: #bf9456;
    padding: 10px;
    border-radius: 50%;
    position: absolute;
    right: -10px;
    bottom: 20px;
    z-index: 999999;
    color: #fff;
}

.client-testimonial .slick-prev:before {
	content: "";
    display: inline-block; 
    width: 24px; 
    height: 24px; 
    padding: 14px;
    border: 1px solid black;
    border-radius: 50%;
    background-image: url('https://cbdchristchurch.kess.co.nz/wp-content/uploads/2024/07/left-chevron.png');
    background-size: cover;
    background-position: center;
	display: none; 
}
.client-testimonial .slick-next::before {
	content: "";
    display: inline-block; 
    width: 24px; 
    height: 24px; 
    padding: 14px;
    border: 1px solid black;
    border-radius: 50%;
    background-image: url('https://cbdchristchurch.kess.co.nz/wp-content/uploads/2024/07/chevron.png');
    background-size: cover;
    background-position: center;
	display: none; 
}

.client-testimonial:hover .slick-prev:before,.client-testimonial:hover .slick-next:before { display: block; }

.client-testimonial ul.testimonials-slider li.items .imgs img {
	height: 120px;
	width: 120px;
	object-fit: cover;
	/* overflow: hidden; */
	border-radius: 50%;
	border: 7px solid #FFFFFF;
	line-height: 120px;
	z-index: 111;
	box-shadow: 0 0 10px 0 rgba(3, 59, 74, .1);
}

.client-name h2.title {
    font-size: 32px; line-height: 40px; margin-bottom: 0; text-transform: capitalize; text-align: center; margin-top: 27px;
}

.client-testimonial ul.testimonials-slider li.items .client-review p.reviews {
	border: none;
    margin: 0;
    outline: none;
    color: #585858;
    font-style: italic;
    font-weight: 400;
	border-left: none;
    margin: 0;
    padding: 15px 30px 14px 30px;
    font-size: 19px;	
	text-align: center;
    background-color: transparent;
    line-height: 33px;
	font-style: italic;
}

/* .client-testimonial ul.testimonials-slider li.items .content a.client-name {
	margin-bottom: 20px;
} */

.client-testimonial ul.testimonials-slider li.items .content a.client-name h5 {
	font-family: 'poppins-medium';
	font-style: normal;
	line-height: 30px;
	color: #0B1A27;
	text-align: center;
}

.client-testimonial ul.testimonials-slider li.items .content .client-rating {
	text-align: center;
	height: auto !important;
	margin-top: 10px;
}

.client-rating .aaa::before {
	color: gold;
}

.client-testimonial ul.testimonials-slider ul.slick-dots li button:before {
	font-size: 50px;
	color: #000;
	opacity: 1;
}


.client-testimonial ul.testimonials-slider ul.slick-dots li.slick-active button:before {
	color: #148DCD;
}


/* @media(max-width: 1440px) {
	.client-testimonial {
		padding-top: 230px;
	}
}

@media(max-width: 991px) {
	.client-testimonial {
		padding-top: 200px;
		margin-top: 30px;
	}
}

@media(max-width: 991px) {
	.client-testimonial {
		margin-top: 0px;
	}
} */


/* About us css start  */

section.about-section { padding-top: 80px; padding-bottom: 25px; }
.about-us-section { background-color: #f7f7f6; padding-left: 35px !important; padding-top: 56px; height: max-content; padding-bottom: 70px;}
.about-us-section .count-section-wrapper { display: flex;  border-top: 1px solid #e3e3e3; }
.about-us-section .count-section { padding-top: 35px; padding-bottom: 30px; border-right: 1px solid #e3e3e3; display: flex; align-items: center; gap: 25px; }
.about-us-section .count-section:last-child { border-right: unset; padding-left: 50px;}
.about-us-section .count-section:first-child { padding-right: 50px;}
.about-us-section .count-number-name p.number.count { font-size: 35px; line-height: 45px; font-weight: 500; font-family: 'nimbus-medium';
margin: 0; color: #000; }
.about-us-section .count-number-name p.name { font-size: 16px; line-height: 24px; margin: 0; color: #636262; }

/* About us css start css*/


/* Our services cards start */

section.our-servies { padding-top: 12px; position: relative; }
section.our-servies::before{ background: #f9f8f4; position: absolute; content: ''; height: 380px; width: 100%; top: 0; z-index: -1111; }
.our-servies p.sub-title,.our-servies h2.title,.our-servies .short-description { text-align: center; }
.our-servies .description { width: 50%; margin: 0 auto; text-align: center; margin-bottom: 30px;}
.our-servies .short-description { margin-bottom: 20px; }
.services-card { box-shadow: 0 0 10px 0 rgba(43, 52, 59, .1); background-color: #fff; padding: 10px; }
.services-content { padding: 5px 15px 11px 15px; }
.services-card .card-image img { transform: scale(1.01); transition: all 700ms ease;}
.services-card:hover .card-image img { transform: scale(1.07) rotate(0.5deg); }
.services-card h4.card-title { margin-top: 20px; margin-bottom: 10px;  text-align: center; }
.services-card .seperator-custom { background-image: linear-gradient(to right, transparent 0, transparent 75%, #f79f20 75%, #f79f20);
position: absolute; left: 30px; width: 80%; background-size: 7px; height: 2px; }
.services-card .seperator-custom::before { width: 16px; height: 16px; line-height: 16px; border: 1px solid;  left: -3px; top: -8px; background-color: #fff; border-color: #f79f20; content: ""; position: absolute; transition: all 0.5s; border-radius: 50%; }
.services-card .seperator-custom::after {  width: 6px; height: 6px; left: 2px; top: -3px; background-color: #f79f20; content: ""; position: absolute; transition: all 0.5s; border-radius: 50%; }
.services-card a.services-btn { margin-top: 46px; padding-bottom: 2px; display: block; text-align: center; color: #909090; font-family: 'poppins-semibold'; font-weight: 600; }

/* Our services cards finish */


/* We are the best section */

.we-are-best { padding-top: 77px; padding-bottom: 57px; }
.listing { padding: 0; margin: 0; list-style: none; }
.listing li { position: relative; margin-left: 35px; margin-bottom: 23px; padding-bottom: 10px; font-size: 18px; }
.listing li::before { content: ''; background-image: url('https://cbdchristchurch.kess.co.nz/wp-content/uploads/2024/07/we-are-best.png'); position: absolute; top: 5px; left: -36px; font-weight: 600; color: #bf9456; width: 15px; height: 15px; background-repeat: no-repeat; background-size:  contain; }
.listing li::after { position: absolute; content: ""; height: 100%; width: 1px; top: 24px; left: -30px; background-color: #bf9456; } 
.we-are-best-left a.read-more-btn { font-family: 'poppins-medium'; font-size: 14px; padding: 13px 40px 12px 35px; border: 1px solid #000; color: #000; margin-top: 30px;    display: block; width: max-content; }

.we-are-best-left a.read-more-btn:hover { background-color: #000; color: #fff; }

/* We are the best section */

/* Tabbing css start */

.tabbing-section { padding-bottom: 60px; }
.tabbing-section p.sub-title, .tabbing-section h2.title { text-align: center;}
.tabbing-section p.sub-title { color: rgb(247, 159, 32);}
.tabbing-section h2.title { color: #fff; }
.tabbing-section .description { width: 50%; margin: 0 auto; text-align: center; font-weight: 400; font-size: 14px; line-height: 25px; color: rgba(255,255,255,.85); margin-bottom: 30px; }
.tabbing-section .tabs-title { width: max-content; margin: 0px auto; margin-bottom: 50px;}
.tabbing-section .tabs-title a.nav-link  { font-family: 'nimbus-regular'; padding: 14px 20px; display: block; box-sizing: border-box; border: 1px solid; position: relative; transition: background .2s ease-in-out, color .2s ease-in-out; text-decoration: none; border-color: #f7be68; background-color: transparent; color: #f7be68; font-size: 19px; box-shadow: none; border-radius: 0; }
.tabbing-section .tabs-title a.nav-link :first-child:not(:last-child)>a { border-top-right-radius: 0; border-bottom-right-radius: 0; }
.tabbing-section .tabs-title a.nav-link:hover { background-color: #f7be68; color: #fff; }
.tabbing-section .service-name-price { display: flex; flex-wrap: nowrap; justify-content: space-between; padding-top: 17px; padding-bottom: 20px; position: relative; }
.tabbing-section .service-name-price::after { background-image: linear-gradient(to right, rgba(255, 255, 255, .2) 60%, #fff0 0%); content: ''; position: absolute; left: 0; width: 100%; height: 1px; background-size: 10px 2px; bottom: 0; }
/* .tabbing-section .service-name-price:last-child::after {} */
.tabbing-section .service-name-price .name { color: #fff; line-height: 32px; font-size: 22px; font-family: 'nimbus-regular'; }
.tabbing-section .service-name-price .price { color: #f79f20; line-height: 32px; font-size: 22px; font-family: 'nimbus-regular';}
.tabbing-section .timing-book-btn { border: 1px solid #373737; margin-top: 60px; display: flex; justify-content: space-between; padding: 30px 35px; align-items: center; flex-wrap: wrap; gap: 40px;}
.tabbing-section .time { font-size: 24px; line-height: 30px; margin-bottom: 5px; color: #fff; font-family: 'nimbus-regular'; position: relative; padding-left: 35px; }
.tabbing-section .time::before { content: ''; position: absolute; top: 0; background-image: url('http://localhost/kess/wp-content/uploads/2024/07/Capture-1.png'); background-repeat: no-repeat; background-size: contain; width: 32px; height: 30px; left: -10px;}

.tabbing-section .book-btn a { font-size: 14px; padding: 13px 40px 12px 35px; background-color: #F79468; color: #fff;}


@media (max-width : 576px) {
	.tabbing-section .tabs-title { width: auto; }
	.nav-tabs { border-bottom: unset !important; }
}

/* Tabbing css End */

/* GUIDELINES Section css strat */

.guidelines-section .guidelines-section-right-side { padding-top: 100px; padding-left: 53px; }
.guidelines-section .guidelines-section-right-side .leftside-content p.sub-title { line-height: 50px; }
.guidelines-section .guidelines-section-right-side .leftside-content a.read-more-btn { font-size: 14px; padding: 13px 40px 12px 35px; border: 1px solid #000; color: #000; margin-top: 30px; font-family: 'poppins-medium'; display: block; width: max-content; }

.guidelines-section .guidelines-section-right-side .leftside-content a.read-more-btn:hover { background-color: #000; color: #fff; }

/* GUIDELINES Section css finish */

/* Image Slider start */

section.image-slider-wrapper {padding-top: 25px; margin-top: 30px;}
section.image-slider-wrapper .image-slider-section.slick-dotted.slick-slider { padding-top: 20px; padding-bottom: 120px; margin-bottom: 0px; }
.image-slider-section .slick-slide { height: 314px;   position: relative; overflow: hidden;  margin: 0px 15px; }
.image-slider-section .image-services { position: relative; height: 314px; background-size: contain; border: 6px solid #fff; }
.image-slider-section .image-services::before { opacity: 0; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; z-index: 3; background-image: webkit-linear-gradient(transparent 0%, transparent 0%, rgba(51, 51, 51, .3) 55%, rgba(51, 51, 51, .8) 94%, rgba(51, 51, 51, .85) 100%); background-image: linear-gradient(transparent 0%, transparent 0%, rgba(51, 51, 51, .3) 55%, rgba(51, 51, 51, .8) 94%, rgba(51, 51, 51, .85) 100%); }
.image-slider-section .image-services .icon { height: 100%; width: auto; position: absolute; left: 0; top: 0; position: absolute; left: 50%;
top: 85%; transform: translate(-50%, -50%); text-align: center;	display: none;	}
.image-slider-section .image-services .icon img { width: 50px;	height: 50px; line-height: 50px; font-size: 18px; background: #fff;
padding: 10px; border-radius: 35%;}
.image-slider-section .image-services .service-name { display: none;  height: max-content; width: auto; position: absolute; left: 0;  position: absolute; left: 50%; text-align: center; transform: translate(-50%, -50%); bottom:20px;	color: #fff; z-index: 1111111;	font-size: 24px; line-height: 34px;	font-family: 'nimbus-regular';	}
.image-slider-section .image-services:hover .icon,.image-slider-section .image-services:hover .service-name { display: block; }
.image-slider-section .image-services:hover::before { opacity: 1; }

/* Image Slider finish  */

/* contact form homepage start*/


.contact-form-wrapper { position: relative; padding: 20px 0 0 0; }

.contact-form-wrapper .image-slider-left-side {
    background: #ffff;
    padding: 50px 35px 50px 35px;
    margin-top: 30px;
}

.contact-form-wrapper .contact-form-section-hm { margin-top: 25px; }
.contact-form-wrapper .contact-form-section-hm input,.contact-form-wrapper .contact-form-section-hm select { padding: 12px; width: 100%; }
.contact-form-wrapper .contact-form-section-hm .form-group { margin-bottom: 0px; }
.contact-form-wrapper .contact-form-section-hm .form-group p { margin-bottom: 25px; }

.contact-form-wrapper .contact-form-section-hm input.wpcf7-form-control.wpcf7-submit.has-spinner {
    padding: 11px 28px;
    margin-top: 20px;
    width: max-content;
    border: none;
    background-color: #f79f20;
    color: #fff;
	border-radius: 0px;
}

.contact-form-wrapper .contact-form-section-hm input.wpcf7-form-control.wpcf7-submit.has-spinner:hover { background-color: #000; }


.contact-form-wrapper .row { align-items: center; }
.contact-info-img { margin-top: 10px; }
.contact-details-info { display: flex; align-items: flex-start; gap: 15px; border-bottom: 1px solid #ebebeb; }
.contact-details-info:last-child { border-bottom: unset; }
.contact-form-wrapper h2 { font-weight: 400;
    font-size: 35px;
    line-height: 40px;
    color: #252525; }
.contact-details-info .contact-info-all h4 { font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;}

.contact-details-info .contact-info-all p { font-weight: 400; line-height: 25px; margin-bottom: 10px; font-size: 16px; color: #86898c;}

.contact-form-wrapper .contact-form-us { padding-top: 40px !important;
    padding-right: 40px !important;
    padding-bottom: 100px !important;
    padding-left: 50px !important;
    background-color: #f7f7f6;
     }
	.contact-form-wrapper .contact-form-us .contact-form-add form input,
	.contact-form-wrapper .contact-form-us .contact-form-add form textarea { width: 100%;     vertical-align: middle;
		width: 100%;
		color: #8d8d8d;
		padding: 9px 15px;
		font-weight: 400;
		background-color: #fff;
		text-transform: inherit;
		border: 1px solid rgba(119, 119, 119, .2);
		font-size: 14px;
		outline: none;
		line-height: inherit;  background-color: rgba(255, 255, 255, 1);
		color: #686e73;
		border-color: transparent; }
	.contact-form-wrapper .contact-form-us .contact-form-add form .contact-btn input { width: auto; 
	    padding: 11px 28px; color: #fff;
    background-color: #232323; font-size: 14px;
    font-weight: 500;
    border: 2px solid transparent; 
}

/* contact form homepage Finish */

/* Logo slider start */

section.logo-slider {
    margin-top: 120px;
}

section.logo-slider .slick-slide img { margin: 0 auto; }


/* Home page slider */

.slider-sub-title #slider-1-slide-1-layer-0,.slider-sub-title #slider-1-slide-2-layer-5 {
	/* line-height: 100px !important;
    letter-spacing: 0px !important;
    font-weight: 400 !important;
    font-size: 60px !important;
	color :#f79f20 !important; */
	font-family: 'herr-regular' !important;
}

.slider-title #slider-1-slide-1-layer-1,.slider-title #slider-1-slide-1-layer-9,.slider-title #slider-1-slide-2-layer-10,.slider-title #slider-1-slide-2-layer-6 {
	/* line-height: 100px !important;
    letter-spacing: 0px !important;
    font-weight: 400 !important;
    font-size: 60px !important; */
	font-family: 'nimbus-regular' !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}



/* .slider-description  #slider-1-slide-1-layer-3 {
	line-height: 28px !important;
    letter-spacing: 0px !important;
    font-weight: 400 !important;
    font-size: 20px !important;
	color: #f79f20 !important; } */

.slider-btn	#slider-1-slide-1-layer-4:hover {
	background-color: rgb(191, 148, 86) !important;
	border: unset !important;
}

#slider-1-slide-2-layer-7 { font-style: italic;  }

section.main-slider {
    margin-top: 220px;
}


@media(max-width :1024px) {
	section.main-slider {
		margin-top: 100px;
	}	
}

/* Back to top csss */


#smoothup {
    height: 42px;
    width: 46px;
    position: fixed;
    bottom: 50px;
    right: 60px;
    text-indent: -9999px;
    display: none;
    /* background: url(images/up-arrow.png), -webkit-linear-gradient(-180deg, #d9ad5f 0%, #63441A 100%); */
    background: url('https://cbdchristchurch.kess.co.nz/wp-content/uploads/2024/07/chevron-up-regular-36.png'), #f79f20;
    /* background-size: 55% 53%; */
    background-repeat: no-repeat;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border-radius: 8px;
    background-position: center center;
	z-index: 999999;
}