/*!
Theme Name: nous-fiber
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: nous-fiber
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.

nous-fiber 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: 0px 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: 0px;
}

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: 0px 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;
}


/*style*/

h5.elementor-heading-title {
    font-family: "Tangerine", cursive !important;
    font-weight: 900 !important;
    font-size: 36px !important;
    color: #d6b03f !important;
    font-style: italic;
    letter-spacing: 2px;
}

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

.site-branding img.custom-logo {
    width: 140px;
}


.main-header .row {
    align-items: center;
}

header#masthead {
    z-index: 999;
    position: relative;
}

.main-header {
    background: #fff;
    border-radius: 0px 0px 50px 50px;
    padding: 10px 38px;
}


header#masthead ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: end;
    padding: 4px 30px;
    align-items: center;
}


header#masthead ul li a {
    font-size: 18px;
    color: #002e2c;
    font-family: "Manrope", Sans-serif;
    font-weight: 500;
    position: relative;
    padding: 0 20px;
    display: inline-block;
    text-decoration: none;
}

header#masthead ul li a:hover{
	color: #d6b03f;
	    transition: all .4s;
}

header#masthead ul li a:after{
	content: "|";
	position: absolute;
	color: #002e2c;
	top: 0;
	right: 0;
}
header#masthead ul li:nth-last-child(2) a:after, header#masthead ul li:last-child a:after {
    display: none
}
header#masthead ul li a:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}


header#masthead ul li:last-child a {
    color: #ffffff;
    background: #002e2c !important;
    padding: 8px 48px;
    border-radius: 20px;
    border: 1px solid #fff;
    transition: all .4s;
    text-decoration: none;
}


header#masthead ul li:last-child a:hover {
    color: #002e2c;
    background: #fff !important;
    padding: 8px 48px;
    border: 1px solid #002e2c;
    transition: all .4s;
}

div#home-pageslider .elementor-image-carousel-wrapper{
    height: 673px;
    object-fit: cover;
    border-radius: 50px;
}

div#home-pageslider img.swiper-slide-image, div#pageslider img.swiper-slide-image{
    width: 100%;
    height: 673px;
    object-fit: cover;
        border-radius: 50px;

}

div#home-pageslider .elementor-swiper-button.elementor-swiper-button-prev, div#home-pageslider .elementor-swiper-button.elementor-swiper-button-next{
 
    border: 3px solid #D6B03F;
    color: #D6B03F;
    padding: 10px;
    border-radius: 10px;
}

div#blog-listing .eael-entry-meta span.eael-posted-on {
    font-family: "Tangerine", cursive !important;
    font-weight: 900 !important;
    font-size: 30px !important;
    color: #d6b03f !important;
    font-style: italic;
    letter-spacing: 2px;
}


div#blog-listing .eael-post-grid .eael-entry-wrapper>.eael-entry-meta span.eael-posted-on::before,
div#blog-listing .eael-post-grid .eael-entry-wrapper>.eael-entry-header-after .eael-entry-meta span.eael-posted-on::before{
	content: inherit;
	position: inherit;
}

div#get-in-touch ul {display: flex;flex-wrap: wrap;list-style: none;padding: 0;margin: 0px;gap: 0px 100px;}

div#get-in-touch ul li.half {width: calc(50% - 50px);}

div#get-in-touch ul li.full {
width: 100%;
}
div#get-in-touch ul li {
padding: 0px;
}


div#get-in-touch form ul li input, div#get-in-touch form ul li textarea {
    font-size: 16px;
    font-weight: 500;
    border-radius: 0px;
    padding: 20px 0;
    border-bottom: 1px solid #191919;
    border-top: 0px;
    border-left: 0px;
    color: #000;
    border-right: 0px;
    border-radius: 0px;
    width: 100%;
    font-family: "Manrope", Sans-serif;
	font-weight: 400;
}
div#get-in-touch form ul li.half input:placeholder, body.woocommerce-order-received p.form-row input:placeholder, 
div#get-in-touch form ul li.full textarea:placeholder, div#contact-form-main form ul li.half input:placeholder, 
div#contact-form-main form ul li.full textarea:placeholder{
	color: #000!important;
}
div#get-in-touch form ul li textarea, div#contact-form-main form ul li.full textarea {
    resize: none;
    height: 150px;
}

div#get-in-touch form ul li input.wpcf7-submit, div#contact-form-main form ul li input.wpcf7-submit{
    color: #ffffff;
    background: #002e2c;
    padding: 8px 30px;
    border-radius: 20px;
    border: 1px solid #fff;
    transition: all .4s;
    line-height: 27px;
    font-size: 18px;
    font-weight: 400;
}

div#get-in-touch form ul li input.wpcf7-submit:hover, div#contact-form-main form ul li input.wpcf7-submit:hover {
      color:#002e2c;
    background: #fff;
    padding: 8px 30px;
    border-radius: 20px;
    border: 1px solid #002e2c;
      transition: all .4s;
          font-size: 18px;
    font-weight: 400;
     line-height: 27px;
}

div#get-in-touch form ul li input:focus-visible, div#get-in-touch form ul li textarea:focus-visible,div#contact-form-main form ul li.half input:focus-visible, 
div#contact-form-main form ul li.full textarea:focus-visible, div#right-side-bar input[type="search"]:focus-visible, 
.right-side-bar input:focus-visible, td.value select:focus-visible { outline: 0px;}


.post, .page{
	margin: 0px;
}

footer#colophon {
    background: #002e2c;
    padding: 80px 0px;
    border-radius: 50px 50px 0px 0px;
    margin-top: -50px;
    z-index: 99;
    position: relative;
}

.footer-logo img.wp-image-32 {
    width: 226px!important;
}


.footer-menu ul#menu-header-menu{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.footer-menu ul#menu-header-menu li a{
    line-height: 40px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    font-family: "Manrope", Sans-serif;
	font-weight: 500;
    margin-left: 20px;
    position: relative;
	transition: all .4s;
}

.footer-menu ul#menu-header-menu li a:hover{
	color: #d6b03f;
	    transition: all .4s;
}

ul.footer-info li a {
    line-height: 36px;
    text-decoration: none;
    font-size: 18px;
    color: #fff!important;
    font-family: "Manrope", Sans-serif;
    transition: all .4s;
	font-weight: 300;
    position: relative;
}


.footer-logo p {
    line-height: 26px;
    text-decoration: none;
    font-size: 18px;
    color: #fff !important;
    font-family: "Manrope", Sans-serif;

    font-weight: 700;
    position: relative;
    max-width: 60%;
}

.footer-info {
    margin-left: 150px;
}

footer#colophon h2 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 40px;
      font-family: "Oswald", sans-serif!important;
      font-weight: 700;


}

.footer-menu ul#menu-header-menu li a:after{content: '\f105';position: absolute;font-family: "Font Awesome 5 Free";font-weight: 600;left: -15px;}


ul.footer-info {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.footer-info li a i {
    margin-right: 4px;
}

.footer-copy-right{
	background: #d6b03f;
	text-align: center;
	padding: 8px 0px;
}

.footer-copy-right p {
    color: #002e2c;
    font-family: "Manrope", Sans-serif;
	font-weight: 400;
    font-size: 14px;
    margin: 0px;
}

.footer-copy-right p a{
	font-size: 16px;
    font-family: "Manrope", Sans-serif;

text-decoration: none;
color: #002e2c;
}

a:-webkit-any-link:focus-visible {
    outline-offset: 0px;
}

div#home-pageslider .elementor-swiper-button.elementor-swiper-button-prev {
    position: absolute;
    top: -100px;
    right: 70px;
    left: auto;
}

div#home-pageslider .elementor-swiper-button.elementor-swiper-button-next {
    position: absolute;
    top: -100px;
}

div#consultancy-service ul {
    margin: 0px;
    padding-left: 23px;
}

div#pageslider .elementor-image-carousel-wrapper {
    height: 650px;
    object-fit: cover;
    border-radius: 50px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


.industrial ul, .industrial ol{
    margin: 0px;
   
}

.industrial ul a, .industrial ol a{

color: #fff;
font-weight: 500;
   
}

.industrial ul a:hover, .industrial ol a:hover{

color: #d6b03f;
   
}

div#info-detalis .elementor-icon-box-icon {
     display: block;
    background: #002e2c;
    line-height: 115px;
    /* padding: 24px 26px; */
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 59%;


}


div#contact-form-main ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}



div#contact-form-main form ul li.half input, div#contact-form-main form ul li.full textarea {
       font-size: 18px;
    font-weight: 500;
    border-radius: 0px;
    padding: 20px 0;
    border-bottom: 1px solid #191919;
    border-top: 0px;
    border-left: 0px;
    color: #191919;
    border-right: 0px;
    border-radius: 0px;
    width: 100%!important;
    font-family: "Manrope", Sans-serif;
	
}

div#contact-form-main form ul li.half {width: calc(50% - 50px);float: left;margin-left: 50px;}
div#contact-form-main ul li.half:nth-child(odd) {
    margin-left: 0
}

div#contact-form-main form ul li.full {
	width: 100%;
}


label.services_name{
	 font-family: "Manrope", Sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #191919;
	    padding: 8px 0;



}

li.half-check span.wpcf7-list-item-label {

	 font-family: "Manrope", Sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #191919;
}

li.half-check span.wpcf7-form-control.wpcf7-checkbox .first, 
li.half-check span.wpcf7-form-control-wrap[data-name="checkbox-574"] span.wpcf7-list-item.last {
    margin: 0px;
}

li.half-check span.wpcf7-list-item {
    font-size: 18px;
    font-weight: 500;
    border-radius: 0px;
    padding: 14px 0;
    border-top: 0px;
    border-left: 0px;
    color: #191919;
	font-family: "Manrope", Sans-serif;
	
}



.list-number ol li {
    margin-bottom: 13px;
    line-height: 30px;
    text-align: justify;
}


 div#contact-form-main form ul li.half-check input[type="checkbox"]  {
  -webkit-appearance: none;
  appearance: none;
  background-color: #002E2C;
  margin: 0;
  font: inherit;
  color: #fff !important;
  width: 20px;
  height: 20px;
  border: 0px;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  border-radius: 0px;
}

div#contact-form-main form label {
    display: flex;
    gap: 10px;
    align-items: center;
    font-family: "Manrope", Sans-serif;
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
}




 div#contact-form-main form ul li.half-check input[type="checkbox"]::before {
  content: "";
  width: .8em;
  height: .8em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  background-color: #fff;
}

 div#contact-form-main form ul li.half-check input[type="checkbox"]:checked::before {
  transform: scale(1);
}



/* div#contact-form-main form ul li.half-check input[type="checkbox"]:disabled {
  --form-control-color: var(--form-control-disabled);

  color: var(--form-control-disabled);
  cursor: not-allowed;
}*/

li.half-check p {
    margin: 0px !important;
}

.right-side-bar {
	width: 35px;
}



div#right-side-bar ul, .right-side-bar ul {
    margin: 0px!important;
    padding: 0px!important;
    list-style: none!important;
}

div#right-side-bar ul li {
    margin-bottom: 20px!important;
/*    display: inline-block!important;*/
}

.right-side-bar ul li {
	margin-bottom: 20px;
	display: block;
}

div#right-side-bar label.wp-block-search__label, .right-side-bar label{
    color: #325343;
    font-size: 30px;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 8px;
          font-family: "Oswald", sans-serif!important;
      font-weight: 700;
}

div#right-side-bar button.wp-block-search__button, .right-side-bar button {
    display: none!important;
}

div#right-side-bar .wp-block-search__inside-wrapper, .right-side-bar .wp-block-search__inside-wrapper{
    margin-bottom: 40px!important;
}

div#right-side-bar ul li a.wp-block-latest-posts__post-title, .right-side-bar ul li a.wp-block-latest-posts__post-title, 
ul.wp-block-archives-list li a, .wp-block-categories li a, .left-side-blog p a{
    font-size: 16px!important;
    color: #484848!important;
	 font-family: "Manrope", Sans-serif!important;
	font-weight: 600;
	text-decoration: none!important;


}

.left-side-blog p, .page-content {

	    font-size: 18px!important;
    color: #484848!important;
	 font-family: "Manrope", Sans-serif!important;
	font-weight: 400;
	text-decoration: none!important;
}


.left-side-blog ul, .left-side-blog ol{
	margin: 0px;


}
.left-side-blog ul li, .left-side-blog ol li{
	margin-bottom: 10px;
	 font-size: 18px!important;
    color: #484848!important;
    

}
ul.wp-block-archives-list li a{
	font-weight: 600;
}

div#right-side-bar, .right-side-bar{
    background: #002e2c2e;
    padding: 40px;
}

div#right-side-bar {
    background: #002e2c2e;
    padding: 40px;
    height: 960px;
}

div#blog-listing article.eael-grid-post:nth-child(odd) {
    background: #002e2c2e;
}
div#blog-listing article.eael-grid-post:nth-child(even){

	border-bottom: 0px;
}
div#blog-listing article.eael-grid-post{
	padding: 0px;
}

div#right-side-bar ul li time.wp-block-latest-posts__post-date, .right-side-bar ul li time.wp-block-latest-posts__post-date{
    display: block;
}
/*div#right-side-bar section#block-9 figure img{
    border: 16px solid #f7f0e6;
    margin: 0px;
    padding: 0px;
    width: auto;
    height: auto;
    object-fit: cover;
    margin: 0px 0px 40px 0px;
}*/

div#right-side-bar input, .right-side-bar input{
    font-size: 24px;
    font-weight: 500;
    border-radius: 0px;
    padding: 6px 10px;
    border-bottom: 1px solid #191919;
    border-top: 0px;
    border-left: 0px;
    color: #191919;
    border-right: 0px;
    border-radius: 0px;
    width: 100%;
    font-family: "Manrope", Sans-serif;
    font-weight: 400;
}

div#right-side-bar h2, .right-side-bar h2, .woocommerce-Tabs-panel h2, .woocommerce-checkout .ppcp-button-container legend.express-title{
	font-family: "Oswald", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    color: #002e2c;

}

div#blog-listing .eael-grid-post .eael-entry-wrapper {
    padding: 50px 30px!important;
}

.post-main-page, .post-main-product{
    clear: both;
    padding: 80px 0px 180px 0px;
}

.post-main-page .container {
    /* display: flex; */
    /* justify-content: space-around; */
}

.left-side-blog {
    /* width: 70%; */
    /* margin-right: 33px; */
    /* text-align: justify; */
}

.right-side-bar {
    width: 25%;
    float: right;
}

.post-banner{
	background: #002E2C;
	margin-top: -180px;
   padding: 250px 0px 150px 0px;
}

.post-banner h1{

	font-family: "Oswald", Sans-serif;
    font-size: 48px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
    text-align: center;
}



.woocommerce div.product form.cart .button, button.woocommerce-Button.button{
    color: #ffffff;
    background: #002e2c;
    padding:12px 48px;
    border-radius: 20px;
    border: 1px solid #fff;
      
       transition: all .4s;
}


.eael-product-grid .eael-product-wrap .eael-product-title h2{
	text-align: left;
}


li.product.eael-product-list-preset-3 a {
    padding: 0px!important;
    margin-bottom: 20px;
}


.woocommerce div.product form.cart .button:hover {
    color:#002e2c;
    background: #fff;
    padding: 12px 48px;
    border: 1px solid #002e2c;
      transition: all .4s;
         
}

a.checkout-button.button.alt.wc-forward, button#place_order {
    color: #ffffff;
    background: #002e2c;
    padding:12px 48px;
    border-radius: 20px;
    border: 1px solid #fff;
        font-size: 18px;
    line-height: 24px;
       transition: all .4s;
}


a.checkout-button.button.alt.wc-forward:hover, button#place_order:hover {
    color:#002e2c;
    background: #fff;
    padding: 12px 48px;
    border: 1px solid #002e2c;
      transition: all .4s;
          font-size: 18px;
    line-height: 24px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin: 0 0 40px;
	padding: 0;
	overflow: visible;
	display: flex;
	flex-wrap: wrap;
	gap: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	position: relative;
	z-index: 1;
	border-width: 0;
	border-radius: 0;
	background: transparent !important;
	transition: 300ms ease 0s;
	margin: 0;
	line-height: inherit;
	text-transform: capitalize;
	padding: 0 20px 12px 0; 
	margin-right: 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	content: '';
	width: auto;
	height: 1px;
	border-bottom: 1px solid !important;
	position: absolute;
	bottom: 0;
	left: 0; 
	right: 20px; 
	display: block;
	border-radius: 0;
    box-shadow: none !important;
	transform: scale(0,1);
	transform-origin: center left;
	transition: 200ms ease;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
	content: '';
	width: 1px;
	height: 20px;
	border-width: 0 1px 0 0; 
	border-style: solid;
	position: absolute;
	top: calc(50% - 6px);
	right: 0; /* rtl */
	transform: translateY(-50%);
	display: block;
	border-radius: 0;
    box-shadow: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
	padding-right: 0; 
	margin-right: 0; 
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child:before {
	right: 0; 
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child:after {
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
	transform: scale(1,1);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li > a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {color: inherit;}
.woocommerce div.product .woocommerce-tabs ul.tabs li > a {
	margin: 0;
	padding: 0;
    position: relative;
    z-index: 1;
    width: 100%;
    display: inline-block;
	vertical-align: baseline;
	color: #002e2c;
	font-weight: 600;
	font-size: 24px;
	font-family: "Manrope", Sans-serif;
	font-weight: 500;
	

}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover > a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active > a {
	    color: #d6b03f;
    font-size: 24px;
}
.woocommerce div.product .woocommerce-tabs .panel {
    position: relative;
	margin: 0;
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul + .panel {
	display: block;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #002e2c;
}

/*#wpgs-gallery .wcgs-thumb.spswiper-slide img {
    border: 2px solid #002e2c;
    border-radius: 20px;
    width: 200px !important;
    height: 120px!important;
    object-fit: cover!important;
}*/

h1.product_title.entry-title{
	font-family: "Oswald", Sans-serif;
    font-size: 56px;
    font-weight: 700;
    text-transform: capitalize;
    color: #002e2c;
    margin-bottom: 18px;

}

.post-main-product p, .woocommerce div.product form.cart .variations select{
	color: #171717;
    font-family: "Manrope", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

.woocommerce div.product form.cart .variations select {
    min-width: 100% !important;
    padding: 8px 10px !important;
    border: 1px solid #002e2c;
    font-size: 18px;
    font-weight: 600;
}

body.woocommerce-cart  header.entry-header, body.woocommerce-checkout header.entry-header, body.woocommerce-account header.entry-header, header.woocommerce-products-header{
    background: #002E2C;
    margin-top: -180px;
    padding: 250px 0px 150px 0px;
}

body.woocommerce-cart header.entry-header h1, body.woocommerce-checkout header.entry-header h1, body.woocommerce-account header.entry-header h1, header.woocommerce-products-header h1{
    font-family: "Oswald", Sans-serif;
    font-size: 48px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
    text-align: center;
}

body.woocommerce-cart  .entry-content, body.woocommerce-checkout .entry-content, body.woocommerce-account .entry-content{
	padding: 60px 0px;

}

body.single-product .woocommerce div.product form.cart .variations select, .woocommerce .quantity .qty {
    border: 2px solid #7f9695;
    padding: 6px 20px;
    width: 100px;
}

body.woocommerce-cart .woocommerce .quantity .qty {
    width:60px;
    text-align: center;
    border: 0px !important;
    background: #f6f6f6;
}



body.single-product .woocommerce div.product form.cart .variations select:focus-visible,  .woocommerce .quantity .qty:focus-visible, form.checkout.woocommerce-checkout input:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;}


body.single-product .woocommerce div.product form.cart .variations select, .woocommerce .quantity .qty  {
    	color: #171717;
    font-family: "Manrope", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    }


body.single-product .woocommerce .quantity .qty {
    width: 68px;
    text-align: center;
    margin-top: 0px;
}

body.single-product .price {
    font-family: "Oswald", Sans-serif;
    color: #d6b03f !important;
    font-size: 24px!important;
    margin-bottom: 20px;
}


body.woocommerce-cart .woocommerce-variation.single_variation {
    margin-bottom: 14px;
}

body.woocommerce-cart table.variations {
    margin-bottom: 0px;
}

body.woocommerce-cart form.woocommerce-cart-form thead {
    background: transparent;
    color: #000;
    font-family: "Manrope", Sans-serif;
}

body.woocommerce-cart span.screen-reader-text {
    color: #fff!important;
}

body.woocommerce-cart .woocommerce table.shop_table td {
    border-top: 1px solid #fff;
    padding: 24px 16px;
}

body.woocommerce-order-received p.form-row {
    width: 45%;
    max-width: 100%;
    margin: auto;
    color: #000;
}

body.woocommerce-cart .woocommerce table.shop_table{
	text-align: center;
}

body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
	width: 100%;
}


body.woocommerce-cart .cart-collaterals, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    background: #f6f6f6;
    padding: 22px;
}

body.woocommerce-cart  .woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th, .woocommerce-cart .cart-collaterals .cart_totals table th {
	vertical-align: baseline!important;
}


body.woocommerce-cart  .woocommerce table.shop_table th, .woocommerce table.shop_table th, .order-thank-you ul li,  .order-thank-you p, .woocommerce-checkout span.express-divider{
    font-weight: 600;
    padding: 20px 12px;
    font-family: "Manrope", Sans-serif!important;
    font-size: 18px;

}

.order-thank-you ul.order_details li  {
	float: inherit!important;
	width: 100%!important;
	border-right: 1px dashed #ffffff;
	text-align: center;
}

.order-thank-you  td.woocommerce-table__product-name.product-name {
    display: flex;
}

.order-thank-you  ul.wc-item-meta {
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: space-around;
}

.order-thank-you  ul.wc-item-meta li {
    display: flex;
    padding: 0px;
    margin-left: 7px;
}

.order-thank-you  ul.wc-item-meta li p {
    padding: 0px;
}

.order-thank-you   ul.order_details {
    text-align: center;
    padding: 20px 0px;
    justify-content: space-between;
    display: flex;
}



body.woocommerce-cart th.product-name {
    position: absolute;
    left: 0;
}


body.woocommerce-cart table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    position: relative;
    border: 0px;
    font-size: "Manrope", Sans-serif!important;
}


body.woocommerce-cart .woocommerce table.shop_table td a {
    text-decoration: none;
    font-size: 18px;
    font-size: "Manrope", Sans-serif!important;
	color: #000;
    font-weight: 400;
}

body.woocommerce-cart button.button.cart-updates, body.woocommerce-checkout a, .main-account-content .woocommerce-MyAccount-content a, .logging-page-main a, a.reset_variations {
	    background: transparent!important;
    padding: 0;
    color: #000;
    opacity: 1!important;
    text-decoration: underline;
       font-size: 18px;
    font-size: "Manrope", Sans-serif!important;
    font-weight: 500;
}

div#membership-page-main p.woocommerce-loginPassword a{
	color: #000!important;
	text-decoration: underline!important;
       font-size: 22px!important;
    font-size: "Manrope", Sans-serif!important;
    font-weight: 500!important;
}




body.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 170px !important;
    border: 1px solid #002e2c;
    padding: 8px 14px;
    margin: 0 15px 0 0 !important;
    outline: 0 !important;
    border-radius: 20px;
}


body.woocommerce-cart table.shop_table.shop_table_responsive, body.woocommerce-checkout .woocommerce table.shop_table {
    border: 0px;
}

body.woocommerce-cart button.button.apply-coupon, body.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-form-login__submit, 
.order-thank-you button.woocommerce-button.button, p.return-to-shop .main-cart-product a.button, .lost-password-main button.woocommerce-Button.button{
    color: #ffffff;
    background: #002e2c;
    padding: 12px 48px;
    border-radius: 20px;
    border: 1px solid #fff;
       transition: all .4s;
}

body.woocommerce-cart button.button.apply-coupon:hover, body.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover, 
.order-thank-you button.woocommerce-button.button:hover, .main-cart-product a.button:hover, .lost-password-main button.woocommerce-Button.button:hover{
    color:#002e2c;
    background: #fff;
    padding: 12px 48px;
    border: 1px solid #002e2c;
      transition: all .4s;
}


.main-cart-product a.button:hover{
	color: #fff;
	background:#002e2c;
}

.main-cart-product a.button{
	background: #002e2c;
	color: #fff;
}

.order-thank-you a, .order-thank-you .form-row label {
    color: #fff !important;
}

body.single-product .product_meta{
	display: none;
}

form.checkout.woocommerce-checkout input, form.checkout.woocommerce-checkout span.select2-selection {
    border-color: #ebebeb!important;
    font-size: "Manrope", Sans-serif!important;
        font-size: 18px;

	
}

.woocommerce form .form-row label{
	        font-family: "Oswald", sans-serif !important;
	        letter-spacing: 0px;
	        font-weight: 400;
	        color: #000;

}

.woocommerce-checkout h3, body.woocommerce-cart .cart-collaterals h2, .cart_totals.calculated_shipping h2, .logging-page-main h2, 
.order-thank-you h2.woocommerce-order-details__title, section.woocommerce-customer-details h2 {


	font-size: 36px;
    color: #002e2c;
    margin-bottom: 40px;
    font-family: "Oswald", sans-serif !important;
    font-weight: 700;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    margin-bottom: 20px;
    padding: 30px;
    border: 1px solid #ebebeb!important;
    border-radius :20px;}

.lost-password-main {
    max-width: 600px;
    text-align: left;
    margin: 0px auto 100px auto;
    padding: 50px;
    border-radius: 8px;
    border: 1px solid #e8e7e7;
}



    body.woocommerce-checkout .woocommerce .col2-set .col-2, body.woocommerce-checkout .woocommerce-page .col2-set .col-2 {
    width: 30%;
}

body.woocommerce-checkout .woocommerce .col2-set .col-1, body.woocommerce-checkout .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 60%;
}


body.woocommerce-checkout .woocommerce-additional-fields {
    margin-bottom: 30px;
}

body.woocommerce-checkout .woocommerce-info::before {
    color: #002e2c;
}

.woocommerce-info {
    border-top-color: #002e2c;
}

.main-account-content ul {
    list-style: none;
    margin: 0px;
    background: #002e2c;
    padding: 0px 0px;
}

.main-account-content ul li a{display: block; font-weight: 600;padding: 0px 8px;font-family: "Manrope", Sans-serif!important;font-size: 18px;text-decoration: none;color: #ffffff;padding: 0px 16px;}


.main-account-content ul li {
    line-height: 70px;
    margin-bottom: 0px;
    border-bottom: 1px solid #ffffff;
}

.woocommerce-orders-table__cell-order-actions a.woocommerce-button.button.view, .woocommerce-info a.button.wc-forward {
    padding: 0px;
    color: #002e2c;
    border: 0px;
}


.main-account-content .woocommerce-MyAccount-content fieldset {
    padding: 0px;
    margin-top: 20px;
  
}

.main-account-content .woocommerce-MyAccount-content fieldset legend {
	  font-size: 36px;
    color: #002e2c;
    margin-bottom: 40px;
    font-family: "Oswald", sans-serif !important;
    font-weight: 700;
}


.logging-page-main {
    margin: auto;
    width: 600px;
    margin-bottom: 80px;
}

.logging-page-main h2{
	text-align: center;
}

.post-main-page {
    overflow: hidden;
}

.post-main-page .left-side-blog {
    float: left;
    max-width: 70%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    width: 100%;
    /* box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; */
    padding: 30px;
}


/*.woocommerce ul.order_details {
    margin: 0 0 3em;
    list-style: none;
    max-width: 57%;
    width: 100%;
    margin: auto;
    padding: 20px 0px;
}*/

.order-thank-you {
    background: #002e2c;
    padding: 50px;
    border: 2px solid #ffffff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius:20px;
    text-align: center;
    color: #fff;
    width: 100%;
    margin: auto;
}
.order-thank-you {
    margin-bottom: 50px;
}


.one-main-prodcut .image-wrap {
    background: #fff;
    padding: 60px;
    border-radius: 20px;
}


.one-main-prodcut .eael-product-wrap {
    align-items: center;
    justify-content: space-between;
}

.one-main-prodcut .product-details-wrap .title-wrap {
    order: 1;
        border: 0px;

}

.one-main-prodcut .product-details-wrap .price-wrap {
    order: 2;
        border: 0px;

}

.one-main-prodcut .product-details-wrap ul.icons-wrap.details-block-style-2 {
    order: 3;
    border: 0px;
}

.one-main-prodcut  .product-details-wrap {
    display: flex;
    flex-direction: column;
}

.one-main-prodcut .eael-product-grid.list .eael-product-list-preset-3 .eael-product-wrap .title-wrap, .one-main-prodcut .eael-product-grid.list .eael-product-list-preset-3 .eael-product-wrap .price-wrap {
    border: 0px;
/*    margin-bottom: 40px;*/
    border-bottom: 1px solid #fff;
}

.one-main-prodcut a.button.product_type_variable.add_to_cart_button {
    padding: 10px 30px !important;
}


.single-product table.variations tr {
    display: flex;
    flex-direction: column;
}


.single-product table.variations tr {
    display: flex;
    flex-direction: column;
}

.single-product .woocommerce-variation-price {
    margin-bottom: 20px;
}

.rtwpvg-images .rtwpvg-slider {
    width: 100%;
    object-fit: cover;
    height: 550px;
    max-width: 600px;
}




.rtwpvg-gallery-image.swiper-slide-active {
    width: 600px!important;
}

.rtwpvg-gallery-image.swiper-slide-active img, .rtwpvg-images.rtwpvg-has-product-thumbnail .rtwpvg-grid-layout .rtwpvg-slider img, 
.rtwpvg-images.rtwpvg-has-product-thumbnail .rtwpvg-wrapper .rtwpvg-slider img{
 width:600px;
 height:550px;
 object-fit:cover;
}


.swiper-wrapper .rtwpvg-thumbnail-image {
    border: 2px solid #002e2c;
    width: 100%;
    height: 107px;
    object-fit: cover;
}


.image-gallery-section .elementor-image-gallery figure.gallery-item {
    width: 100%;
    max-width: 100%;
}

.image-gallery-section .elementor-image-gallery figure.gallery-item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.image-gallery-section .gallery-caption {
    background: #002e2c!important;
    padding: 20px!important;
    font-size: 12px!important;
    text-align: center !important;
	cursor: pointer;
}

th.label {
    font-size: 24px;
    font-family: "Oswald", Sans-serif;
    font-weight:600;
    color: #002e2c;
}


nav.woocommerce-breadcrumb {
    display: none;
}

.page-content{
	padding: 200px 0px;
	text-align: center;
}


.my-account-page-inher section#pmpro_account-profile, .my-account-page-inher section#pmpro_account-membership {
    width: 48%;
}


.my-account-page-inher .pmpro {
    display: flex;
    gap: 50px;
}

/*section#pmpro_login {
    width: 50%;
    margin: auto;
}*/

.pmpro_card.pmpro_login_wrap, .pmpro_card.pmpro_lost_password_wrap {
    width: 50%!important;
    margin: auto;
}

.pmpro_card_actions {
    background: #002e2c !important;
}

.pmpro_card_actions .pmpro_actions_nav a {
    color: #d6b03f;
    text-align: center;
    font-weight: 500;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
}

.pmpro_actions_nav {
    text-align: center;
}

input#wp-submit, input.pmpro_btn.pmpro_btn-submit {
    background: #002e2c !important;
    font-weight: 400;
}


.page-content {
      width: 50%;
    overflow: hidden;
    margin: auto;
    padding: 80px 0px;
}

.page-content img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: invert(16%) sepia(13%) saturate(3598%) hue-rotate(133deg) brightness(90%) contrast(104%);


}


div#membership-page-main .div_wrapper.wps-register-form-wrapper div {
    width: 49%;
}

div#membership-page-main .div_wrapper.wps-register-form-wrapper {
    display: flex;
    gap: 0px 20px;
    flex-wrap: wrap;
}

div#membership-page-main .div_wrapper.wps-register-form-wrapper div:first-child, div#membership-page-main .div_wrapper.wps-register-form-wrapper div:nth-child(10), div#membership-page-main .div_wrapper.wps-register-form-wrapper div:last-child {
    width: 100%;
}
 div#membership-page-main .div_wrapper.wps-register-form-wrapper div:last-child{
 	text-align: center;
 	width: 50%;
 	margin: auto;
 }

div#membership-page-main .div_wrapper.wps-register-form-wrapper div input {
    padding: 9px 6px;
}

div#membership-page-main input#wps_regiser_form_submit {
    background: #002e2c;
    text-align: center;
    width: 100%;
    border:0px;
    margin-left: 0px!important;
    color: #fff;
    border-radius: 10px;
}

div#membership-page-main .wps-register-form-wrapper label a {
 
    display: none;
}


div#membership-page-main .wps-register-form-wrapper select {
    width: 447px;
    height: 40px;
    border-radius: 5px;
    padding: 0px 5px;
    border: solid 1px #ccc;
}


div#membership-page-main .wps-register-form-wrapper input, div#membership-page-main .wps-register-form-wrapper select {
    border: solid 1px #000000 !important;
    box-shadow: 0px 0px 0px 0px !important;
    padding: 6px 22px !important;
     width: 100%; 
    line-height: 30px;
    border-radius: 10px !important;
}


.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    padding: 70px;
    width: 70%;
    background: #002e2c21;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 30%;
    background: #002e2c;
}

.main-account-content .container {
    display: flex;
}

.is-active a {
    background: #dee4e4;
    display: block;
    padding: 30px;
    color: #002e2c !important;
}


.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: left;
    width: 100%;
}


body.archive aside#secondary {
    display: none;
}

body.archive ul.products.columns-4 {
    width: 1250px;
    margin: auto;
    padding: 80px 20px;
    max-width: 100%;
}


body.archive p.woocommerce-result-count, body.archive form.woocommerce-ordering{
	display: none;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link{
	color: #fff;
	padding: 14px;
	text-align: center;
}

body.archive ul.products.columns-4 li {
    width: 24%;
    background: #002e2c;
    border-radius: 20px;
    text-align: center;
}


body.archive ul.products.columns-4 li a.woocommerce-loop-product__link img{
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 10px;
}

.eael-product-grid .eael-product-wrap .icons-wrap li a, a.button.product_type_variable, p.order-again a.button {
    color: #002E2C!important;
    padding: 10px 30px!important;
    background-color: #FFFFFF!important;
    border-radius: 30px;
}

body.archive ul.products.columns-4 li a.button.product_type_variable{
	margin-bottom: 10px!important;
	border-radius: 30px!important;
	margin-top: 0px!important;
}


body.wp-singular header.woocommerce-Address-title.title {
    display: flex;
}

body.wp-singular .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2, .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 100%;
}


body.wp-singular header.woocommerce-Address-title.title h2 {
    width: 80%;
    display: block;
    font-family: 'Oswald';
    color: #002e2c;
}

body.wp-singular header.woocommerce-Address-title.title a.edit {
    width: 30%;
    display: block;
}

h2.woocommerce-order-details__title, section.woocommerce-customer-details h2 {
    color: #fff!Important;
}

.order-thank-you table tr{
	border-color: #fff!important;
}

.woocommerce-lost-password article .entry-content {
    width: 1320px;
    margin: auto;
    padding: 80px 0px;
    max-width: 100%;
}

.woocommerce-message {
    width: 1320px;
    margin: 20px auto;
    max-width: 100%;
}

.table-responsive{
	overflow-x: auto;
}

.table-responsive table {
  border-collapse: collapse;
  width: 100%;
}

.table-responsive table th, .table-responsive table  td {
  text-align: left;
  padding: 8px;
  white-space: nowrap;
  padding: 19px;
}


form.woocommerce-ResetPassword {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
form.woocommerce-ResetPassword p:first-child
 {
    color: #000;
    margin-bottom: 20px;

}

.lost-password-main form.woocommerce-ResetPassword p.woocommerce-form-row.form-row-first {
    width: 100%;
}

@media (max-width: 1400px){

	header#masthead ul{
		padding: 0px;
		justify-content: space-around;
	}
	header#masthead ul li a{
		font-size: 16px;
		padding:0px 10px;
	}


	
}

@media (max-width:1200px) {
    header#masthead ul li a {
        font-size: 14px;
        padding: 0px 10px;
    }
    header#masthead ul li:last-child a{
    	padding: 8px 30px;
        margin-left: 10px;

    }

    .footer-info {
    margin-left: 80px;
}

div#home-pageslider .elementor-image-carousel-wrapper, div#pageslider .elementor-image-carousel-wrapper {
    height: 620px;
    object-fit: cover;
    border-radius: 50px;
}


	div#contact-form-main ul li.half-check span.wpcf7-form-control-wrap {
    display: flex;
}

div#contact-form-main ul li.half-check span.wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

div#contact-form-main ul li.half-check span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
    width: 30%;
    margin: 0px;
} 

.woocommerce-lost-password article .entry-content, .woocommerce-message{
	width: 1150px;
}
}


@media (max-width:1024px) {
	div#right-side-bar {
    background: #002e2c2e;
    padding: 40px;
    height: 780px;
    margin-bottom: 120px;
}

ul.footer-info li a, .footer-menu ul#menu-header-menu li a{

	font-size: 14px;
	line-height: 36px;
}
.footer-info {
        margin-left: 50px;
    }


.gallery-spacing-custom .gallery-columns-3 {
    grid-template-columns: repeat(2, 1fr);
}

.single-product table.variations tr {
    width: 65%;
}

.post-main-product {
    overflow: hidden;
}

.woocommerce-lost-password article .entry-content, .woocommerce-message{
	width: 850px;
}

}

@media (max-width:991px) {


	.woocommerce-lost-password article .entry-content, .woocommerce-message{
	width: 100%;
	padding: 20px;
	text-align: center;
}

div#contact-form-main form ul li.half {
    width: calc(50% - 28px);
    float: left;
    margin-left: 50px;
}

div#contact-form-main ul li.half-check span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
    width: 50%;
} 

	div#blog-listing .eael-grid-post .eael-entry-wrapper {
    padding: 10px 10px !important;
}


	div#home-pageslider .elementor-image-carousel-wrapper, div#pageslider .elementor-image-carousel-wrapper {
        height: 450px;
        object-fit: cover;
        border-radius: 50px;
    }


    header#masthead ul li a {
        font-size: 14px;
        padding: 0px 10px;
    }
    header#masthead ul li:last-child a{
    	padding: 8px 30px;
        margin-left: 10px;

    }


    footer#colophon .col-4, footer#colophon .col-3, footer#colophon .col-5{
    width: 50%;
}

.footer-info{
	margin-left: 0px;
}

footer#colophon h2{
	margin-bottom: 20px;
}

footer#colophon{
	padding: 40px 0px;
}

div#get-in-touch ul li.half {
    width: calc(100% - 0px);
}

div#get-in-touch form ul li input, div#get-in-touch form ul li textarea{
	font-size: 18px;
}

header#masthead .col-9 {
    justify-content: right;
}



header#masthead.menuactive .col-9 {
    display: flex;
    position: fixed;
    background:#002e2c;
    left: 0;
    top: 0;
    padding-top: 0px;
    height: 100%;
    width: 100%;
    z-index: 999999;
}
header#masthead.menuactive nav#site-navigation {
    display: block;
}
header#masthead.menuactive ul#primary-menu {
    padding: 0px;
    padding-left: 15px;
}
header#masthead.menuactive ul#primary-menu {
    display: block;
    float: none;
    width: 100%;
    padding: 30px;
}
header#masthead.menuactive ul#primary-menu a {
    font-size: 16px !important;
    font-weight: 500 !important;
}
nav#site-navigation.menuactive a {
    color: #fff;
    margin-bottom: 10px;
}
.mobile_menu.menuactive {
    position: fixed;
}

.mobile_menu.menuactive {
          background: url(./images/menu_cross.png) center no-repeat;
        top: 7%;
        position: absolute;
        right: 40px;
    }

.mobile_menu {

    width: 28px;
    height: 28px;
    position: initial;
    background: url(./images/menu_bar.png) center no-repeat;
    right: 15px;
    top: 30px;
    cursor: pointer;
    z-index: 99;
    background-size: contain;
}

header#masthead.menuactive ul#primary-menu a {
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 41px;
    padding: 16px 0;
    color: #fff;
}

header#masthead .col-9 {
    display: grid;
    justify-content: end;
    width: 75%;
    padding: 0px;
}
	header#masthead.menuactive nav#site-navigation {
    display: block;
    position: absolute;
    top: 50px;
}

header#masthead .col-3 {
    display: grid;
    justify-content: start;
    width: 22%;
}
   
     .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: none;
    }

.main-navigation {
    display: none;
    width: 100%;
}


header#masthead ul li:last-child a {
    padding: 8px 0px;
    margin: 0px!important;
    border: 0px!important;
}

header#masthead ul li:last-child a:hover {
    padding: 8px 0px;
    border-radius: 0px!important;
    background: inherit!important;
    transition: all .4s;
}

.container {
    width: 100%;
    max-width: 100%;
}
footer#colophon h2 {
    margin-bottom: 20px;
}

div#right-side-bar {
    background: #002e2c2e;
    padding: 40px;
    height: 760px;
    margin-bottom: 150px;
}

h1.product_title.entry-title, .post-banner h1{
	font-size: 48px;
}

.one-main-prodcut .elementor-10 .elementor-element.elementor-element-83ebe54 .eael-product-grid.list .eael-product-wrap .product-details-wrap {
    width: 100%!important;
    margin-top: 34px!important;
}


.one-main-prodcut .eael-product-wrap {
    flex-direction: column;
    width: 100%!important;
}

.one-main-prodcut .eael-product-grid.list .eael-product-wrap .product-image-wrap{
	width: 100%!important;
}

.one-main-prodcut .product-details-wrap {
    width: 100%!important;
}


}

@media (max-width:767px){

	body.archive ul.products.columns-4 li{
		width: 100%!important;
	}

	div#home-pageslider img.swiper-slide-image, div#pageslider img.swiper-slide-image, div#pageslider .elementor-image-carousel-wrapper {
    width: 100%;
    height: 265px;
    object-fit: cover;
    border-radius: 50px;
}



	div#membership-page-main .div_wrapper.wps-register-form-wrapper div{
		width: 100%;
	}

	    .single-product table.variations tr {
        width: 50%;
    }


.rtwpvg-images .rtwpvg-slider {
    width: 100%;
    object-fit: cover;
    height:100%;
    max-width:100%;
}


.rtwpvg-gallery-image.swiper-slide-active {
    width: 100%!important;
}

.rtwpvg-gallery-image.swiper-slide-active img{
 width:100%;
 height:100%;
 object-fit:cover;
}


	.image-gallery-section .gallery-caption {
		font-size: 18px;
	}

	.gallery-spacing-custom .gallery-columns-3 {
    grid-template-columns: repeat(1, 1fr);
}
.gallery-spacing-custom .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item{
	width: 100%!important;
	max-width: 100%!important;
}

.product-section .product-details-wrap {
    padding-top: 30px !important;
    padding-left: 0px !important;
}

	body.woocommerce-cart .col-8, body.woocommerce-cart .col-4 {
    width: 100%;
}

.woocommerce table.cart td.actions button.button.cart-updates{
	text-align: left;
}
.woocommerce-page table.cart td.actions .coupon .input-text+.button, body.woocommerce-cart table.cart td.actions .coupon .input-text {
        float: left!important;
        width: 100%!important;
        margin-top: 30px!important;
    }


    div#right-side-bar {
        background: #002e2c2e;
        padding: 40px;
        height: 840px;
        margin-bottom: 85px;
    }


    footer#colophon .col-4, footer#colophon .col-3, footer#colophon .col-5 {
        width: 100%;
    }

    div#home-pageslider .elementor-image-carousel-wrapper {
    height: 420px;
    object-fit: cover;
    border-radius: 50px;
    margin-top: 62px;
}

div#pageslider .elementor-image-carousel-wrapper {
    height: 301px;
    object-fit: cover;
    border-radius: 50px;
    margin-top:30px;
}

div#home-pageslider .elementor-swiper-button.elementor-swiper-button-prev, div#home-pageslider .elementor-swiper-button.elementor-swiper-button-next {
    top: 0px;

}


div#contact-form-main ul li.half-check span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
    margin: 0;
    width: 50%;
} 
body.woocommerce-checkout .woocommerce .col2-set .col-2, body.woocommerce-checkout .woocommerce .col2-set .col-1{
	width: 100%;
	        padding: 30px 20px;
}

.order-thank-you ul.order_details{
	flex-direction: column;
}

.order-thank-you ul.order_details li {
    border-right: 0px dashed #002e2c;
    margin: 0px;
}
.footer-copy-right p{
	max-width:60%;
	width: 100%;
	margin: auto;
}
.footer-copy-right p, .footer-copy-right p a{
	font-size: 10px!important;
}

    .woocommerce-checkout h3, body.woocommerce-cart .cart-collaterals h2, .cart_totals.calculated_shipping h2, 
    .logging-page-main h2, body.woocommerce-cart header.entry-header h1, body.woocommerce-checkout header.entry-header h1, 
    body.woocommerce-account header.entry-header h1{
    	font-size: 36px;
    }
.order-thank-you td.woocommerce-table__product-name.product-name {
 
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    line-height: 36px;
}

.order-thank-you ul.wc-item-meta li {
   
    margin: 0px;
}

div#membership-page-main .div_wrapper.wps-register-form-wrapper div:last-child {
    text-align: center;
    width: 70%;
    margin: auto;
}

.main-account-content .container {
    display: flex
;
    flex-direction: column-reverse;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 100%;
    background: #002e2c;
    order: 1;
}

    .woocommerce-account .woocommerce-MyAccount-content {
        float: right;
        padding: 30px 10px;
        width: 100%;
        background: #002e2c21;
    }

    .logging-page-main {
    margin: inherit;
    width: 100%;
    margin-bottom: 80px;
}


body.woocommerce-cart header.entry-header, body.woocommerce-checkout header.entry-header, body.woocommerce-account header.entry-header, header.woocommerce-products-header {
    background: #002E2C;
    margin-top: -180px;
    padding: 230px 0px 60px 0px;
}

footer#colophon{
	margin-top:0px;
}

}

@media (max-width:580px) {

    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        width: 100%;
        margin: 0px;
        padding: 20px 0px 10px 0px;
    }
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
   
    bottom: -6px;
    left: 0;
    right: 0px;
  
}
	.woocommerce div.product .woocommerce-tabs ul.tabs li:after{
		content: inherit;
	}

div#contact-form-main ul li.half-check span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
  width: 80%;
} 


div#contact-form-main form ul li.half {
    width: calc(100% - 0px);
    float: inherit;
    margin-left: 0px;
}
.main-header {
   
    padding: 10px 38px;
}

    header#masthead .col-3 {
        width: 60%;
    }
        header#masthead .col-9 {
       
        width: 40%;
        padding: 0px;
    }

div#right-side-bar {
    background: #002e2c2e;
    padding: 40px;
    height: 860px;
    margin-bottom: 80px;
}

    h1.product_title.entry-title, .post-banner h1 {
        font-size: 36px;
    }


    .post-main-page, .post-main-product{
    clear: both;
    padding: 80px 0px 100px 0px;
}



}


  @media (max-width: 480px){ div#right-side-bar {
        background: #002e2c2e;
        padding: 40px;
        height: 962px;
        margin-bottom: 80px;
    }

    .footer-copy-right p, .footer-copy-right p a{
    	font-size: 12px;
    }

    .woocommerce-checkout h3, body.woocommerce-cart .cart-collaterals h2, .cart_totals.calculated_shipping h2, 
    .logging-page-main h2, body.woocommerce-cart header.entry-header h1, body.woocommerce-checkout header.entry-header h1, 
    body.woocommerce-account header.entry-header h1{
    	font-size: 30px;
    }



}

body.woocommerce-order-received section.woocommerce-customer-details address {
    border: 1px solid #fff;
}

.woocommerce-table--order-details.shop_table.order_details .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    border: 1px solid #fff!important;
}

a.button.alt.mfw-membership {
    border: 0px;
    color: #fff!important;
    padding: 12px 48px;
}

a.button.alt.mfw-membership:hover {
    border: 0px solid;
    color: #d6b03f!important;
}


*{
	webkit-user-select: none; /* Safari */
          -ms-user-select: none; /* IE 10 and IE 11 */
          user-select: none; /* Standard syntax */
}