/*!
Theme Name: Woodment Carpenter Wordpress Theme
Theme URI: #
Author: Modest Themes
Author URI: #
Description: Woodment Carpenter/Woodworks Wordpress Theme
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: woodment
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.

/*--------------------------------------------------------------
>>> 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
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url(https://db.onlinewebfonts.com/c/cfdc7772d1426068d6cc35816bdb06f8?family=Visby+CF+Bold);
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Outfit:wght@100;200;300;400;500;600;700;800;900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url(https://db.onlinewebfonts.com/c/1c45e28f8e86cc89876f003b953cc3e9?family=SF+Pro+Text+Regular);
@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,100;1,9..40,200;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,800;1,9..40,900;1,9..40,1000&family=Manrope:wght@200;300;400;500;600;700;800&family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;1,200;1,300;1,400;1,500;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

/* 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%;	
    overflow-x: hidden;
    width: 100%;

}

* {
	font-family: 'DM Sans', 'arial';
}

p, a, li {
	font-family: 'DM Sans', 'arial';
}

body, p, a span {
	margin: 0;
	font-family: 'DM Sans', 'sans-serif';
}


h1,h2,h3,h4,h5,h6,
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{
	color: #212529;
	font-weight: 500;
	font-family: "Bebas Neue", "arial";
}

.clearfix::before {
    display: block;
    clear: both;
    content: "";
}



/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

html {
	overflow-x: hidden;
}


body {
	overflow-x: hidden;
}


p {
    color: #838383;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0 !important;

}


.f1 {
	font-weight: 100 !important;
}

.f2 {
	font-weight: 200 !important;
}

.f3 {
	font-weight: 300 !important;
}

.f4 {
	font-weight: 400 !important;
}

.f5 {
	font-weight: 500 !important;
}

.f6 {
	font-weight: 600 !important;
}

.f7 {
	font-weight: 700 !important;
}

.f8 {
	font-weight: 800 !important;
}

.f9 {
	font-weight: 900 !important;
}

/**
 * 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;
}

p {
    font-weight: 400;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
pre_
/**
 * 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;
}

.c_white {
	color: #fff !important;
}

.c_white p {
	color: #fff !important;
}

/* 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;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {


	margin-bottom: 0;

}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #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: 0;
	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;
}

.mobile-nav-container {
	padding: 0 !important;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.z_neg {
	z-index: -1;
}

.custom_breadcrumb {
	font-size: 1.2em;
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    margin-top: 15px;
}

.custom_breadcrumb ul {
	margin: 0;
	padding: 0;
}

.custom_breadcrumb li {
	list-style-type: none;
	display: inline-block;
	background-color: #efefef9e;
    padding: 2px 10px;
    border-radius: 0;
    margin-right: 8px;
}

.custom_breadcrumb .separator {
	padding-right: 10px;
	padding-left: 10px;
}

.custom_breadcrumb a {
    color: #2d2d2d;
    text-decoration: none;
    font-weight: normal;
}

.custom_breadcrumb a:hover {
    text-decoration: underline;
    color: #2d2d2d;
}

.navbar .logo-container {
	 flex-grow: 1;
}

.mx-160 {
    max-width: 160px;
}

#navbar .primary-menu li.hover_left .sub-menu ul {
    right: 100%;
    left: unset;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: block;
	}

	.main-navigation li .sub-menu li {
                  padding: 0 1em !important;
	}
}

.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;
}

.post {
	padding-right: 15px;
    padding-left: 15px;
}

.updated:not(.published) {
	display: none;
}


.page-content,
.entry-content,
.entry-summary {
	margin: 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;
}



/*Generic CSS Starts*/

.m0a {
	margin: 0 auto;
}

.w_50 {
	width: 50% !important;
}

.w_70 {
	width: 70% !important;
}

.w_100 {
	width: 100%;
}

.tdu {
	text-decoration: underline;
}

.f5 {
	font-weight: 500;
} 

.f6 {
	font-weight: 600;
} 

.f7 {
	font-weight: 700;
} 

.f8 {
	font-weight: 800;
} 

.f9 {
	font-weight: 900;
} 

.fb {
	font-weight: bold;
} 

/*Generic CSS Ends*/


/*Body CSS Starts*/




/*Clients Carousel CSS Starts*/


.elementor-54 .elementor-element.elementor-element-c6ca755 .swiper-pagination-bullet-active {
	width: 20px !important;
    height: 20px !important;
    background: #5ebd74;
    vertical-align: -7px;
}





.elementor-54 .elementor-element.elementor-element-c6ca755 .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    margin-right: 15px;
    background-color: #000;
}
.clients-carousel img  {
	filter: grayscale(100%);
}


/*Clients Carousel CSS Ends*/

/*Google Map Widget*/



.elementor-widget-google_maps {
	margin-bottom: 0 !important;
}

/*Google Map Widget*/

/*Body CSS Ends*/

.nav-container {
	height: 62px;
}


.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    background-color: #ffffff !important;
    animation: sticky 1s;
    z-index: 999;
    transition: 0.3s all;
}




.remove-sticky {
	position: relative;
}

@-webkit-keyframes sticky {
    0% {
        top: -200px;
    }

    100% {
        top: 0;
    }
}

@keyframes sticky {
    0% {
        top: -200px;
    }

    100% {
        top: 0;
    }
}

.d_inline_block {
	display: inline-block;
}



/*Main Menu Visibility*/

button:focus, svg:focus {
	outline: none !important;
	-webkit-outline: none !important;
	-moz-outline: none !important;
}



/*Back To Top Button CSS Starts*/


#backtotop {
  display: inline-block;
  background-color: #828080;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 0;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#backtotop::after {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#backtotop:hover {
  cursor: pointer;
  background-color: #333;
}
#backtotop:active {
  background-color: #555;
}
#backtotop.show {
  opacity: 1;
  visibility: visible;
}


/*Back To Top Button CSS Ends*/

/*Homepage 3 CSS Starts*/

.team-section .elementor-widget{
	margin-bottom: 10px;

}

.team-section .elementor-widget p {
	margin-bottom: 0;
}

.team-section img {
	margin-bottom: 10px;
}


/*Homepage 3 CSS Ends*/


/*Homepage 4 CSS Starts*/


.pricing-list .elementor-icon-list-item {

padding: 0.7em;

}


.pricing-col {
	transition: 0.3s all;
}

.pricing-col:hover {
	transform: scale(1.05,1.05);
}



.pricing-center {
	transform: scale(1, 1.05);
}

.pricing-center:hover {
	transform: scale(1.08, 1.08);
}


/*Homepage 4 CSS Ends*/

/*Contact Us 1 CSS Starts*/

.c_form input:not(.wpcf7-submit) {
	width: 100%;
}

.c_form label {
	font-weight: 400;
	width: 100%;
}

.c_form .wpcf7-submit {
        background-color: #8d5924;
    color: #fff;
    background-image: unset;
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background .5s ease-in-out;
    letter-spacing: 1.5px;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 1.3em;
    padding: 1rem 1rem;
    font-family: "Bebas Neue", "DM Sans";
}


.c_form .wpcf7-submit:hover {
     background-position: 100%;
    background-image: linear-gradient(30deg, #efefef 50%, #373434 50%);
    color: #fff;
}

/*Contact Us 1 CSS Ends*/


/*Blog Pages CSS Starts*/




.blog_grid p {
	font-family: 'Bebas Neue', 'sans-serif' !important;
}

.premium-blog-post-container {
    background-color: #fffdfd;
    margin: 8px;
    padding: 10px 10px !important;
    box-shadow: -1px 0px 10px 0px rgba(40, 38, 38, 0.5);
    font-weight: bold;
}

.premium-blog-post-outer-container {
	margin-bottom: 3em;
}

.premium-blog-content-wrapper {
    text-align: left;
    background-color: #FFFFFF;
     box-shadow: unset !important; 
}

.premium-blog-entry-meta {
	padding-top: 14px;
}

.blog_grid .premium-blog-post-container .premium-blog-content-wrapper {
    padding: 1em 0 !important;
}


.hide_pagination .paginate_container {
    display: none;
}

.hide_description .blog_p {
    display: none;
}

/*Blog Pages CSS Ends*/





/*Blog Single CSS Starts*/

.single_post_container {
    padding: 8em 3em;
    margin-bottom: 2em;
    background-size: cover !important;
    text-align: center;
    background-position: center !important; 
}

.single_post_container .slider_h1 {
    display: inline-block;
    background-color: #efefef9e;
    padding: 2px 10px;
    border-radius: 0;
        font-weight: 300 !important;
    font-size: 4rem;
}

.single_post_bg {
	background: rgb(211,212,212);
background: linear-gradient(90deg, rgba(211,212,212,1) 0%, rgba(255,255,255,1) 35%, rgba(200,200,200,1) 100%);
background-image : url('https://wp.modest-themes.com/woodmentdemo/wp-content/uploads/2022/09/slider_img_5.jpg');
background-repeat: no-repeat;
}

.blog-meta-span:not(:first-child) {
    padding: 0 0 0 0.5em;
    

}

.header-nav .fa, .header-inner span .fa, .read_btn, .blog-meta i, pr_clr {
    color: #101010;
}

.blog-meta-span{
	color: #8e8b8b;
}

.site-main .blog-meta .far {
    color: #101010;
    margin-right: 0.5em;
}

.blog-content {
	font-weight: 500;
    margin-bottom: 0;
    color: #8e8b8b;
}

/*Blog Single CSS Ends*/

/*Blog Related Posts Section CSS Starts*/

.blog_title {

	font-weight: 800;
	padding: 0em;
}

.blog_link {
	color: #212529;
}

.blog_link:hover, .blog_link:visited, .blog_link:focus, .blog_link:active {
	color: #212529;
}

.blog_section {
	margin: 2em 0 3em 0;
}

.blog_section .col-md-4 {
	padding: 0;
}

.blog_img .post-thumbnail img, .blog_img img {
	    max-height: 205px;
}

.wp-block-search__input {
    -webkit-appearance: initial;
    appearance: none;
    border: 1px solid #949494;
    flex-grow: 1;
    margin-left: 0;
    margin-right: 0;
    min-width: 3rem;
    padding: 8px;
    text-decoration: unset!important;
    width: 75%;
    margin-right: 1rem;
    height: 54px;
}



.blog_content {
    -webkit-box-shadow: unset !important;
    -moz-box-shadow: unset !important;
    box-shadow: unset !important; 
    padding: 0;
    margin-right: 1em;
}

.blog_title.f7 {
    font-weight: 400 !important;
}

.blog_title {
        font-weight: 400 !important;
    text-align: left;
    padding-top: 1rem;

}

.blog_h4 {
    padding: 1em 0em 0em 0em;
    margin: 0;
    text-align: left;

        font-weight: 400 !important;
    text-align: left;
    padding-top: 1rem;

}

.blog-meta {
    color: #8e8b8b;
}

.site-main .blog-meta i {
	color: #101010;
}

.read_btn_div {
    padding: 1em 0em;
    text-align: left;
}

.read_btn {
    transition: .4s all;
    font-size: 1rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000000;
    font-family: "Bebas Neue", "arial";
}

.read_btn:hover, .read_btn:focus, .read_btn:visited, .read_btn:active {
    color: #101010;
    font-weight: 400;
    text-decoration: underline;
}

/*Blog Related Posts Section CSS Ends*/





/*Aside Post CSS Starts*/


.format-aside .entry-content p {
	    border-left: 5px solid #101010;
    padding: 2em 1em 2em 2em;
    background-color: #f5f5f5;
    margin-top: 2em;
    margin-bottom: 2em;
}

/*Aside Post CSS Ends*/

/*Link Post CSS Starts*/

.format-link .entry-content p {
	    text-align: center;
    padding: 3em;
    background: #f2f5f5;
    margin-bottom: 2em;
}

.format-link .entry-content p a {
	font-size: 1.5em;
    color: #101010;
    font-weight: 800;
    transition: 0.4s all;
    position: relative;
    text-decoration: none;
}

.format-link .entry-content p a:before{
	    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 0%;
    border-bottom: 5px solid #101010;
    transition: 0.4s all;
}


.format-link .entry-content p a:hover:before{
	text-decoration: none;
    width: 100%;
}

/*Link Post CSS Ends*/

/*Blog List CSS Starts*/

.entry-header:hover h3 {
    text-decoration: none !important;
}

.entry-title {
	color: #3a3838;
	font-weight: 500 !important;
}



.post-excerpt {
	color: #8e8b8b;
	padding-top: 1em;
}
.post-category {
	text-align: right;
}

.post-category a {

   
    border-radius: 20px;
    color: #8e8b8b;
    line-height: 2.5;
    text-transform: uppercase;
    font-size: 0.8em;
}

.read_more_blog {
	color: #3a3838;
	font-weight: 600;
	text-transform: uppercase;
    font-size: 0.8em;
}

.read_more_blog:hover,.raed_more_blog:focus, .read_more_blog:visited, .read_more_blog:active {
	text-decoration: underline;
	color: #3a3838; 
}

.blog_list {
	margin-bottom: 2em;
}

/*Blog List CSS Ends*/

/*Comment Form CSS Starts*/


#commentform .comment-form-author, .comment-form-email, .comment-form-url{
    width: calc(33.33%);
    float: left;
      padding: 24px 24px 24px 0;
}


#commentform .comment-form-url {
	padding: 24px 0 24px 0;
}

#commentform .comment-form-cookies-consent {
    margin-top: 10px;
    clear: both;
}

#commentform .comment-form-author input, .comment-form-email input, .comment-form-url input {
	width: 100%;
}

#commentform>p.input-wrapper {
    margin: 24px 24px 24px 0;
}


.comment-form #submit {
        background-color: #8d5924;
    color: #fff;
    background-image: unset;
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background .5s ease-in-out;
    letter-spacing: 1.5px;
    /* transform: scale(1, .9); */
    border-radius: 0;
    text-transform: uppercase;
    font-size: 1.3em;
    padding: 1rem 1rem;
    font-family: "Bebas Neue", "DM Sans";
}


.comment-form #submit:hover {
     background-position: 100%;
    background-image: linear-gradient(30deg, #efefef 50%, #373434 50%);
    color: #fff;
}

.comment-form .comment-reply-title {
	padding-top: 2em;
	font-size: 1.5em !important;
}

#comments {
	border: 1px solid #dee2e6;
    padding: 2em 2em;
    margin: 1em 0;
}

#comments .comment-text .meta {
	font-size: .9em;
}

#comments .commentlist {
	padding-left: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 50px;
    border: 1px solid #e4e1e3;
    padding: 1em 1em 0;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    width: 32px;
    height: auto;
    background: #ebe9eb;
    border: 1px solid #dee2e6;
    margin: 0;
    box-shadow: none;
}

.comment_container {
	position: relative;
}

.comments-title {
	padding-bottom: 1em;
	font-size: 1.5em;
}

.comment-meta .comment-metadata, .reply {
	padding-bottom: 1em;
}



.comment-meta .vcard {
	padding-bottom: 0.5em;
}

.reply a {
	color: #101010;
}
.reply a:hover {
	color: #101010;
}

.reply a:before{
	
   font-family: "Font Awesome 5 Free";
   content: "\f3e5";
   display: inline-block;
   padding-right: 5px;
   padding-bottom: 3px;
   vertical-align: middle;
   font-weight: 900;
   color: #101010;

}

.comment-body {
	padding-bottom: 3em;
}
 

.says {
	display: none;
} 

.comment-author b {
	font-family: 'DM Sans', 'sans-serif';
	font-weight: 800 !important;
	padding-left: 5px;
}

.comment-metadata time {
	color: #8e8dac;
}



/*Comment Form CSS Ends*/



/*Slider Top Banner CSS Starts*/
.slider_container {
    padding: 8em 3em;
}

.slider_container h1 {
	font-weight: 900;
}

.slider_h1 {
    
    padding: 0em;
    color: #101010;
}

.cs_sp {
    color: #212529;
}

/*Slider Top Banner CSS Ends*/

/*Sidebar CSS Starts*/




.widget-title {
	font-weight: 800;
	padding-bottom: 0.3em;
}

.tagcloud .tag-cloud-link {
	    background-color: #828080;
    padding: 0.3em 0.8em;
    border-radius: 0;
    color: #ffffff;
    line-height: 2.5;
    font-size: .7em !important;
    font-weight: normal;
    letter-spacing: 2.5px;
    white-space: nowrap;
    font-family: "Bebas Neue", "arial";
}

.sidebar-right ul, .sidebar-left ul {
	padding-left: 0;
}


.sidebar-right ul li, .sidebar-left ul li {
	list-style-type: none;
	padding-bottom: 0.5em;
	   border-bottom: 1px solid #e8e5e5;
    margin-bottom: 1rem !important;
    padding-bottom: 1rem;
}

.wp-block-latest-comments a {
	font-weight: normal;
	color: #2d2d2d;
}

.sidebar-right ul li a, .sidebar-left ul li a {
	    color: #212529;
}

.widget_archive ul li {
	    border: 1px solid #eae9e9;
    padding: 0.5em 1em;
        margin-top: -1px;
}

.widget h1, .widget h2, .widget h3,
.widget h4, .widget h5, .widget h6 {
	font-weight: 300;
    padding-bottom: 0.3em;
        /*border-bottom: 1px solid #9e9e9e;*/
        border-bottom: 1px solid #cecece;
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
}

.widget ol.wp-block-latest-comments {
    padding-left: 0;
}

.widget .wp-block-search__button {
	    background-color: transparent;
    color: #000;
    border: 1px solid #000;
    background-image: linear-gradient(30deg, #fcfafa 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background .5s ease-in-out;
    letter-spacing: 1.5px;
    transform: scale(1, .9);
    border-radius: 0;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 3px;
    padding: 1rem 1rem;
    font-family: "Bebas Neue", "arial";
}

.widget .wp-block-search__button:hover {
     background-position: 100%;
    background-image: linear-gradient(30deg, #efefef 50%, #373434 50%);
    color: #fff;
}


.widget .wp-block-search__button:hover {
	text-decoration: underline;
}

.wp-block-latest-comments__comment {
        border-bottom: 1px solid #e8e5e5;
    margin-bottom: 1rem !important;
    padding-bottom: 1rem;
}


/*Sidebar CSS Ends*/


/*General CSS Starts*/


.pt1 {
	padding-top: 1em;
}

.fb  {
	font-weight: 800;
}

.z_1 {
	z-index: -1;
}

.page-title {
	    font-size: 2em;
    padding-bottom: 1em;
}

.col-md-12 {
    padding-inline: 0;
}

/*General CSS Ends*/ 

/*Social Share Icons CSS Starts*/


.pd-btm2 {
	padding-top: 1em;
	padding-bottom: 2em;
}

.sfsi_shortcode_container {
    float: right !important;
}

.norm_row {
    float: right !important;
    max-width: 185px !important;
    text-align: right !important;
}


.share-info {
	display: inline-block;
	padding-top: 0px !important;
	font-weight: 500;
	padding-right: 10px;
}

.tag_content a {
	background-color: #101010;
    padding: 0.3em 0.8em;
    border-radius: 20px;
    color: #ffffff;
   line-height: 2.5;
}

/*Social Share Icons CSS Ends*/

/*Topbar CSS Starts*/


.header-nav {
	    background-color: #424242;
    padding: 0.7em 1em;
    font-size: 0.8em;
    z-index: 2;
    position: relative;
}

.cw {
    color: #ffffff;
}

.plr {
    padding: 0 1em;
}

.header-inner .hs:first-child{
padding-left: 0;
}

.header-inner span i {
    color: #101010;
    margin-right: 0.5em;

}

.social-inner {
    color: #ffffff;
    font-size: 1em;
}

.social-inner i {
    color: #101010;
    font-size: 1.2em;
    padding: 0 0.3em;
}



/*Topbar CSS Ends*/


/*Navbar CSS Starts*/

.navbar-light .navbar-toggler{
  padding-top: 10px;
  border: 0;
  border-radius: 0;
}


.primary-menu {
	    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -ms-flex-direction: row;
    flex-direction: row;
}

img {
  max-width: 100%;
}

.navbar-brand img {
  max-width: 75%;
}


.primary-menu li:not(.active) .nav-link {
 

  color: #2d2d2d;
}

button:focus, a:focus{
outline: none !important;
border: unset !important;
}


.primary-menu li {
    font-weight: 600;
    font-size: 12px;
    padding: 0em 15px;
    color: #2d2d2d;
}

.primary-menu li a {
   margin-top: 6px;
    padding: .2em 1rem;
        font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 17px;
    display: flex;
    align-items: center;
    font-family: "Bebas Neue", "DM Sans";
}

.cs-nav {
      padding: 1.2em 3em;
      background-color: transparent; 
}

.navbar {
	z-index: 2;
}

.navbar .navbar-brand svg:not(:root).svg-inline--fa {
  color: #101010;
  
}

.full-menu li:last-child:hover > ul li .sub-menu {
        left: -100% !important;
    right: 0;
}

.cs_srch {
  border: 0;
}

.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 1px;
    background-color: #000000;
    margin-bottom: 3px;
    transition: all 0.5s;
}

/* ANIMATED X */
.navbar-toggle.x .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 15% 120%;
  -ms-transform-origin: 15% 120%;
  transform-origin: 15% 120%;
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 15% 5%;
  -ms-transform-origin: 15% 5%;
  transform-origin: 15% 5%;
}

/* ANIMATED X COLLAPSED */
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
/* END ANIMATED X */

.navbar-toggle {
  transition: all 0.5s;
}



.mega-custom {
  list-style: none;
    padding: 1em;
}

.full-menu li {

    position: relative;

}


.full-menu .menu-item-has-children > a:after{
    content: "\f107";
    font-family: "FontAwesome";
    float: right;
   margin-left: 10px;
    font-size: 1.2em;
}





.menu-menu-1-container {
	margin-left: auto;
}


/*Pulse Pre-loader Starts*/

.loader {

      display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #f7f4e7;
    opacity: 1;
    transition: 1.5s ease-out;
}

#pulse-loader .pulse-loader-1,
#pulse-loader .pulse-loader-2 {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px
}

#pulse-loader {
  position: fixed;
    z-index: 1;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
}

#pulse-loader {
  top: 45%
}

#pulse-loader>div {
      position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-width: 5px;
    border-style: solid;
    border-color: #c7c3c3;
    background-color: #fff0;
}

#pulse-loader .pulse-loader-1 {
  -webkit-animation: pulse1 3s .5s ease infinite;
  -moz-animation: pulse1 3s .5s ease infinite;
  -ms-animation: pulse1 3s .5s ease infinite;
  -o-animation: pulse1 3s .5s ease infinite;
  animation: pulse1 3s .5s ease infinite
}

#pulse-loader .pulse-loader-2 {
  -webkit-animation: pulse1 3s ease infinite;
  -moz-animation: pulse1 3s ease infinite;
  -ms-animation: pulse1 3s ease infinite;
  -o-animation: pulse1 3s ease infinite;
  animation: pulse1 3s ease infinite
}

@-webkit-keyframes pulse1 {
  0% {
    -webkit-transform: scale(0)
  }
  40% {
    -webkit-transform: scale(0.3);
    opacity: 1
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0
  }
}

@-moz-keyframes pulse1 {
  0% {
    -moz-transform: scale(0)
  }
  40% {
    -moz-transform: scale(0.3);
    opacity: 1
  }
  100% {
    -moz-transform: scale(1);
    opacity: 0
  }
}

@-o-keyframes pulse1 {
  0% {
    -o-transform: scale(0)
  }
  40% {
    -o-transform: scale(0.3);
    opacity: 1
  }
  100% {
    -o-transform: scale(1);
    opacity: 0
  }
}

@-ms-keyframes pulse1 {
  0% {
    -ms-transform: scale(0)
  }
  40% {
    -ms-transform: scale(0.3);
    opacity: 1
  }
  100% {
    -ms-transform: scale(1);
    opacity: 0
  }
}

@keyframes pulse1 {
  0% {
    transform: scale(0)
  }
  40% {
    transform: scale(0.3);
    opacity: 1
  }
  100% {
    transform: scale(1);
    opacity: 0
  }
}

@keyframes pulse1 {
  0% {
    transform: scale(0)
  }
  40% {
    transform: scale(0.3);
    opacity: 1
  }
  100% {
    transform: scale(1);
    opacity: 0
  }
}

@-webkit-keyframes screenslide {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}


/*Pulse Pre-loader Ends*/

/*Navbar Hover Starts*/

.navbar .sub-menu {
    list-style-type: none;
    padding: 0;
    border-top: 3px solid #101010;
    position: absolute;
    z-index: 99;
    background: #ffffff;
    margin: 25px 0px 0px 0px;
    opacity: 0;
    transition: .4s all;
    visibility: hidden;
    -webkit-box-shadow: -1px 2px 9px -3px rgba(153,153,153,1);
    -moz-box-shadow: -1px 2px 9px -3px rgba(153,153,153,1);
    box-shadow: -1px 2px 9px -3px rgba(153,153,153,1);
    min-width: 220px
}

.navbar li:hover > ul, #navbar .primary-menu ul li:hover > ul  {
    opacity: 1;
    margin: 3px 0px 0px 0px;
    transform: translate3d(0, 0, 0);
    visibility: visible;
        border-top: 0;
    -webkit-backdrop-filter: saturate(180%) blur(5px);
    backdrop-filter: saturate(180%) blur(5px);
    box-shadow: 0 0 10px 0 rgba(18,24,32,.1);
    background-color: #4f4f4f;
}

#navbar .primary-menu .sub-menu ul, #navbar .primary-menu .children ul{
	left: 100%;
    top: 0;
    width: 100%;
    margin: 3px 0px 0px 25px;
}

.navbar li:hover > ul, #navbar .primary-menu ul li ul li:hover > ul  {
      margin: 10px 0px 0px 0px;

}

.has-mega-menu .mega-menu-column ul {
    background-color: transparent;
}



/*Nav Link Hover*/
/*#navbar .primary-menu .sub-menu li a:hover,*/
/*#navbar .sub-menu li:hover {*/
/*    background-color: #000;*/
/*}*/

#navbar .primary-menu .sub-menu li.menu-item a {
    color: #fff;
    padding-inline: 0;
}

#navbar .primary-menu .has-mega-menu .sub-menu li.menu-item a {
    padding-inline: 15px ;
}

#navbar .primary-menu .sub-menu li.current-menu-item > a {
	/*Code For Current Menu Item*/
}

.navbar .sub-menu {
    border-top: 0 !important;
}

.navbar .menu-item:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 0;
    height: 1px;
    background-color: #000;
    transition: opacity 0.3s ease, width 0.3s ease;
    -ms-transition: opacity 0.3s ease, width 0.3s ease;
}

.navbar .menu-item:hover:after {
    width: 70%;
}

.navbar .menu-item .sub-menu li:after {
    content: "";
    display: block;
    margin-left: auto;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: opacity 0.3s ease, width 0.3s ease;
    -ms-transition: opacity 0.3s ease, width 0.3s ease;
}

.navbar .menu-item .sub-menu li:hover:after {
    width: 100%;
}

.navbar .menu-item .sub-menu ul:after {
    display: none;
}

.navbar .menu-item a {
    text-decoration: none;
    transform: scale(1, 1.9);
  /* Safari and Chrome */
  -webkit-transform: scale(1, .9);
  /* Firefox */
  -moz-transform: scale(1, .9);
  /* IE 9+ */
  -ms-transform: scale(1, .9);
  /* Opera */
  -o-transform: scale(1, .9);
}

/*Menu Animation Starts*/

.navbar li:hover > ul li {
	 
	animation-name: drop;
	animation-duration: .8s;
     animation-fill-mode: both;
}


@keyframes drop {
 0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


/* These are the delays */
.sub-menu .menu-item:nth-child(1) {
  animation-delay: 0.04s;
}
.sub-menu .menu-item:nth-child(2) {
  animation-delay: 0.08s;
}
.sub-menu .menu-item:nth-child(3) {
  animation-delay: 0.12s;
}
.sub-menu .menu-item:nth-child(4) {
  animation-delay: 0.16s;
}
.sub-menu .menu-item:nth-child(5) {
  animation-delay: 0.2s;
}
.sub-menu .menu-item:nth-child(6) {
  animation-delay: 0.24s;
}
.sub-menu .menu-item:nth-child(7) {
  animation-delay: 0.28s;
}
.sub-menu .menu-item:nth-child(8) {
  animation-delay: 0.32s;
}
.sub-menu .menu-item:nth-child(9) {
  animation-delay: 0.36s;
}
.sub-menu .menu-item:nth-child(10) {
  animation-delay: 0.4s;
}
.sub-menu .menu-item:nth-child(11) {
  animation-delay: 0.44s;
}
.sub-menu .menu-item:nth-child(12) {
  animation-delay: 0.48s;
}
.sub-menu .menu-item:nth-child(13) {
  animation-delay: 0.52s;
}
.sub-menu .menu-item:nth-child(14) {
  animation-delay: 0.56s;
}
.sub-menu .menu-item:nth-child(15) {
  animation-delay: 0.6s;
}

.sub-menu .menu-item:nth-child(16) {
  animation-delay: 0.6s;
}

.sub-menu .menu-item:nth-child(17) {
  animation-delay: 0.6s;
}

.sub-menu .menu-item:nth-child(18) {
  animation-delay: 0.6s;
}

.sub-menu .menu-item:nth-child(19) {
  animation-delay: 0.6s;
}

.sub-menu .menu-item:nth-child(20) {
  animation-delay: 0.6s;
}

.sub-menu .menu-item:nth-child(21) {
  animation-delay: 0.6s;
}

.sub-menu .menu-item:nth-child(22) {
  animation-delay: 0.6s;
}

.sub-menu .menu-item:nth-child(23) {
  animation-delay: 0.6s;
}

.sub-menu .menu-item:nth-child(24) {
  animation-delay: 0.6s;
}

.sub-menu .menu-item:nth-child(25) {
  animation-delay: 0.6s;
}



/*Menu Animation Ends*/

/*Navbar Hover Ends*/



/*Search Form Navbar CSS Starts*/

.search_toggle {
	display: none;
	padding: 0;
}

.search-container .search-form {
    /*visibility: hidden;*/
    position: absolute;
    
    top: 50px;
    right: 15.7%;
    padding: 1em;
    display: inline-flex;
    background: #ffffff;
    z-index: 99;
   /* box-shadow: -1px 3px 16px 0px rgba(164,164,164,0.75);
-webkit-box-shadow: -1px 3px 16px 0px rgba(164,164,164,0.75);
-moz-box-shadow: -1px 3px 16px 0px rgba(164,164,164,0.75);*/
}



.search-submit {
	background: transparent;
    padding: 0em 1em;
    height: calc(1.5em + 0.75rem + 2px);
    border: unset;

}

.searc-submit i {
	color: #ccc;
}

.cs_srch {
    margin: 2px 0 0 0;
    border: none !important;
}

.search-container .fa-search {

    color: #212529;

}

.search-container .cs_srch:focus, .search-container .cs_srch:active {

    
    border: 0 !important;
    box-shadow: unset !important;
    outline: 0 !important;
    background-color: transparent;

}

.search-container .cs_srch:hover, .search-container .cs_srch:active {
	background-color: unset !important;
}

/*Search Nav Overlay CSS Starts*/

    .custom_search_toggle {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    border: 0;
    margin: 0;
    z-index: 99999;
    }
    
    .page-content .custom_search_toggle, .white-bg-abs .custom_search_toggle {
        display: none;
    }


.custom_search_toggle .fa-search {
  
    font-size: 2em;
    padding: 0;
    color: #ccc;
}

#search_close_btn {
    position: fixed;
    top: 1em;
    right: 1em;
    color: #ccc;
    cursor: pointer;
    transition: .8s;
}

.search_toggle .search-field {
	font-size: 1.2em;
	padding: 1.5em;
    background-color: transparent;
    color: #ccc !important;
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}

.search_toggle .search-field:focus,
.search_toggle .search-field:visited,
.search_toggle .search-field:active {
	background-color: transparent;
} 

.search_inner_container {
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1s ease-out;
}

.search_inner_container .search_label {
	margin: 0;
	width: 75%;
}


.custom_search_toggle .form-control:focus {
    border-color: #ccc !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.custom_search_toggle .search-form {
	position: relative;
	right: auto;
	top: 40%;
	left: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: 60%;
	transform: none;
	-ms-transform: none;
	background-color: transparent;	
}



/*Search Input Animation Starts*/

.close_btn_rotate {
	transform: rotate(180deg);
}

.search_input_animation {
	animation-name: zoominoutcustom;
	animation-duration: 1s;
}

@-webkit-keyframes zoominoutcustom{
		0%{
		
		  transform:scale(1.0);
		}
		50%{
		
		  transform:scale(1.2);
		}
		100%{
		
		  transform:scale(1.0);
		}
}
@keyframes zoominoutcustom{
		0%{
		
		  transform:scale(1.0);
		}
		50%{
		
		  transform:scale(1.2);
		}
		100%{
		
		  transform:scale(1.0);
		}
}

/*Search Input Animation Ends*/

/*Search Nav Overlay CSS Ends*/

/*Search Form Navbar CSS Ends*/


/*Cart Nav CSS Starts*/



.cart-nav {
    padding: 0.5em 1em;
    position: relative;
    cursor: pointer;
}

.cart_sp {
    position: absolute;
    right: 3px;
    top: 0px;
}

.sp_content {
    background: #ef1d1d;
    padding: 0.3em 0.8em;
    border-radius: 50%;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.6em;
}

/*Cart Nav CSS Ends*/

/*Quote Button CSS Starts*/


.get-quote {
    border: 2px solid #2d2d2d;
    padding: 0.5em 0.9em;
    margin-left: 1.5em;
    color: #2d2d2d;
    display: inline-block;
    vertical-align: middle;
}

.get-quote a {
	color: #2d2d2d;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.8em;
}



.get-quote a:hover {
	color: #2d2d2d;
}

/*Quote Button CSS Ends*/


/*Mega Menu CSS Starts*/


@media screen and (min-width: 600px){
    .has-mega-menu{
        position:static;
    }

    .has-mega-menu > .sub-menu {
    	min-width: 420px;
    	display: block;
    }



    .navbar .mega-menu-column {
    	flex: 1 0 calc(50%);
    	 font-size: 1.1em;
    }

    .navbar .has-mega-menu:hover > ul > ul {
     position: relative;
    border: 0;
    visibility: visible;
    opacity: 1;
    }

    .navbar .has-mega-menu:hover > ul li ul {
    opacity: 1;
    margin: 3px 0px 0px 0px;
    transform: translate3d(0, 0, 0);
    visibility: visible;
    }

   #navbar .has-mega-menu .sub-menu ul{
    left: 0;
    width: 100%;
    margin: 0;
    position: relative;
    border: 0;
    box-shadow: none;
   }

   .has-mega-menu .sub-menu li {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
   }

   .has-mega-menu ul li ul li:hover .mega-menu-column {
    background-color: #fff;
   }

    li.has-mega-menu:hover>.sub-menu{
        display: flex;
        flex-wrap: wrap;
        display: grid;
        grid-template-columns: repeat(auto-fit,minmax(50%, 1fr));   
    }

    li.mega-menu-column {
        width: 100%;
        max-width: 100%;
        min-height: 1px;
        padding: 10px 25px;
        flex: 1 0 calc(50%);
    }
}

@media screen and (min-width: 992px){
 
   /*Media CSS Here*/

 }
@media screen and (min-width: 1200px){
    /*Media CSS Here*/
}

/*Mega Menu CSS Ends*/


/*Navbar CSS Ends*/





/*Navbar 2 CSS Starts*/


.header-2 .logo-container {

    text-align: center;
    width: 62%;


}


.header-2 .primary-menu {

    flex-basis: auto;
    flex-grow: unset;
    flex-wrap: wrap;

}

.header-2 .primary-menu li {

  padding: 0;

}


/*Navbar 2 CSS Ends*/


/*Navbar 3 CSS Starts*/


.header-3 .logo-container {
    text-align: center;
    padding: 2em 1em;
}



.header-3 .navbar {
    border-top: 1px solid #e2e1e1;
    border-bottom: 1px solid #e2e1e1;
}

/*Navbar 3 CSS Ends*/


/*Navbar 4 CSS Starts*/

.header-4 .full-menu {
    flex-basis: 65%;
    justify-content: center !important;
}

/*Navbar 4 CSS Ends*/


/*Navbar 5 CSS Starts*/




.sidebar_nav_1{
  position: fixed;
  top: 0;
  left:-250px;
  background-color: transparent;
  width: 0;
  height: 100%;
  transition: .3s;
}





.margin_left_nav {
	margin-left: 20%;
}




.header-5 .logo-container {
	margin-right: auto;
    margin-left: 15px;
}

.side_nav_active{
      background-color: #fff;
    position: fixed !important;
    left: 0;
    width: 20%;
    padding-right: 15px !important;
}

.sidebar_nav_1 .menu_angle {
	font-size: 1.2em !important;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    font-weight: 600 !important;
}


.sidebar_nav_1 .sub-menu {
	
	padding-left: 0;
}



.side_nav_active .sub-menu {
	
    visibility: visible;
    opacity: 1;
    position: relative;
    border: 0;
    margin: 0 0 0 10px;
    box-shadow: none;
    display: none;
    transition: unset;

}

.side_nav_active .navbar-nav {
    height: 100%;
    padding-top: 10px;
    overflow-y: auto;
    }

.sidebar_nav_1 .primary-menu li {
	list-style-type: none !important;
	position: relative;
	width: 100%;
}

.sidebarBtn.toggle span{
  background-color: transparent;
}



.toggle_btnn .icon-bar {
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 1px;
    background-color: #000000;
    margin-bottom: 3px;
    transition: all 0.5s;
}

.toggle_btnn {
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    padding: 10px;
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
    margin-right: 15px;
}

/* ANIMATED X */
.toggle_btnn.x .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 15% 120%;
  -ms-transform-origin: 15% 120%;
  transform-origin: 15% 120%;
}

.toggle_btnn.x .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}

.toggle_btnn.x .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 15% 5%;
  -ms-transform-origin: 15% 5%;
  transform-origin: 15% 5%;
}

/* ANIMATED X COLLAPSED */
.toggle_btnn.x .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



.toggle_btnn.x .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* END ANIMATED X */

.toggle_btnn {
  transition: all 0.5s;
}


.no-scroll {
	overflow: hidden;
}

/*Navbar 5 CSS Ends*/

/*Navbar 6 CSS Starts*/


.sidebar_nav_2{
  position: fixed;
  top: 0;
  background-color: transparent;
  width: 0;
  height: 100%;
  transition: .3s;
  right: 0;
  visibility: hidden;
}



.margin_right_nav {
	margin-right: 20%;
}




.header-6 .logo-container {
	margin-left: auto;
    margin-right: 15px;
}

.side_nav_right_active{
      background-color: #fff;
    position: fixed !important;
    right: 0;
    width: 20%;
    padding-right: 15px !important;
    visibility: visible;
}

.sidebar_nav_2 .menu_angle {
	font-size: 1.2em !important;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    font-weight: 600 !important;
}


.sidebar_nav_2 .sub-menu {
	
	padding-left: 0;
}



.side_nav_right_active .sub-menu {
	
    visibility: visible;
    opacity: 1;
    position: relative;
    border: 0;
    margin: 0 0 0 10px;
    box-shadow: none;
    display: none;
    transition: unset;

}

.side_nav_right_active .navbar-nav {
    height: 100%;
    padding-top: 10px;
    overflow-y: auto;
    }

.sidebar_nav_2 .primary-menu li {
	list-style-type: none !important;
	position: relative;
	width: 100%;
}

.sidebarBtn.toggle span{
  background-color: transparent;
}



.toggle_btnn_right .icon-bar {
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 1px;
    background-color: #000000;
    margin-bottom: 3px;
    transition: all 0.5s;
}

.toggle_btnn_right {
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    padding: 10px;
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
    margin-right: 15px;
}

/* ANIMATED X */
.toggle_btnn_right.x .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 15% 120%;
  -ms-transform-origin: 15% 120%;
  transform-origin: 15% 120%;
}

.toggle_btnn_right.x .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}

.toggle_btnn_right.x .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 15% 5%;
  -ms-transform-origin: 15% 5%;
  transform-origin: 15% 5%;
}

/* ANIMATED X COLLAPSED */
.toggle_btnn_right.x .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



.toggle_btnn_right.x .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* END ANIMATED X */

.toggle_btnn_right {
  transition: all 0.5s;
}




/*Navbar 6 CSS Ends*/



.home .transparent-header {
	
    position: absolute;
    top: 38px;
    width: 100%;
    z-index: 99;
    background: transparent;

}

.home .transparent-header nav, .transparent-header .header-nav {
	background: transparent !important;
}




.home .transparent-header p, .transparent-header a,
.home .transparent-header span, .transparent-header div {
   color: #2d2d2d;
}


.n2-ss-layer {
 	padding: 0 !important;
 }

/* .home .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated 
{
	padding: 0 !important;
}*/

/*Slick Slider Custom CSS Starts*/

.n2-ss-layer


.slick-dots li button:before {  
    font-size: 15px !important;
}

.slick-dots li.slick-active button:before {
     font-size: inherit !important; 
}

/*Slick Slider Custom CSS Ends*/

/*Btm container starts*/

.btm_section .btm_container a, .btm_section  .btm_container p, .btm_section .btm_container h1,
.btm_section .btm_container h2, .btm_section .btm_container h3,
.btm_section .btm_container h4, .btm_section .btm_container h5, .btm_section .btm_container h6 {
   color: #fff;    
}

.btm_section .btm_container {
    margin-top: 3rem;
  background-color: #3e2913;
  padding: 4em 0em 0em 0em;
  border-top: 1px solid #cecece;
}

.btm_container .menu {
	list-style-type: none;
    padding-left: 0;
}

.btm_container .menu li {
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.btm_container .menu li a:hover {
   color: #fff;
   text-decoration: underline;
}

.btm_container a {
   padding: 1em 1rem;
    font-weight: 400;
    text-transform: unset;
    letter-spacing: 1px;
    font-size: 11.5px;
}

body .btm_container i {
    font-size: 1.5em;
    height: 35px;
    width: 35px;
    line-height: 35px;
    background-color: transparent;
    border-radius: 0;
    -webkit-transition: 0.3s;
    transition: 0.4s;
    text-align: center;
    padding: 0px 7px 5px 7px;
    color: #fff;
    background-color: transparent;
    margin-right: 10px;
    cursor: pointer;
    border: 1px solid #cecece;
}

.btm_social_links i {
  
    display: inline-block;
} 

.btm_container .btm_social_links a {
    padding-inline: 0;
    margin-bottom: 5px;
}


.cbtm_col h6 {
  font-weight: 900;
}

.cbtm_col h6, .cbtm_col a {
  color: #ffffff;
}

.cbtm_col p {
  font-size: 0.9em;
  color: #e4e3e3;
}

.btm_container a, .btm_container p, .btm_container h1, .btm_container h2, .btm_container h3, .btm_container h4, .btm_container h5, .btm_container h6 {
    padding: 1em 1rem;
    font-weight: 400;
    text-transform: unset;
    letter-spacing: 1px;
    font-size: 11.5px;
    margin-bottom: 10px;
}


.btm_container .btm-widget-title {
	color: #4a4a4a;
	font-weight: 500;
	font-size: 16px;
}

.fa {
    font-family: FontAwesome;
}

.cright {
      width: 100%;
    color: #4a4a4a;
        border-top: 1px solid #cdc5c5;
    padding: 2em 0em;
}


.cright p {
  margin: 0;
}



/*Btm container ends*/


/*Media Queries Starts*/

/* Tablet and Other Devices ----------- */
@media only screen 
and (max-width : 992px) {
    
    .home_slider1 .n2-ss-slide-limiter {
        max-width: 98% !important;
    }
    
    .primary-menu.show {
        max-height: 315px;
    overflow-y: scroll;
    }

.error-page-title {
	font-size: 1.7em;
}

.mb_center {
	text-align: center !important;
}

.mt_mb0 {
	margin-top: 0 !important;
} 

.mb_mb0 {
	margin-bottom: 0 !important;
} 

.mr_mb0 {
	margin-right: 0 !important;
} 

.ml_mb0 {
	margin-left: 0 !important;
} 

.pr_mb0 {
	padding-right: 0 !important;
}

.pl_mb0 {
	padding-left: 0 !important;
}

.pt_mb0 {
	padding-top: 0 !important;
}

.pb_mb0 {
	padding-bottom: 0 !important;
}

.wmb_100 {
	width: 100% !important;
}

.header-nav {
	display: none;
}

#navbar {
	display: inline-block;
    box-sizing: border-box;
    width: 100%;
    padding: .5rem 1rem;
}



.mobile-nav-container {
	padding: 0 !important;
	position: fixed !important;
    width: 100%;
    top: 50px;
    background-color: #fff;
}



.mobile-menu {
	padding: .5rem 1rem;
}

.navbar-toggle {
	display: block;
}

.full-menu {
	display: none;
}

.logo-container {
	display: inline-block;
	    padding-top: 10px;

}

.logo-container .custom-logo{
	max-width: 150px;
}

.button-container, .search-container, .cart-nav{
	float: right;
}


.get-quote {
	display: none;
}


.mobile-nav-container .navbar-collapse {
	align-items: flex-start;
}


.mobile-nav-container li {
	position: relative;
}


.mobile-nav-container .sub-menu {
	visibility: visible;
    opacity: 1;
    position: relative;
    border: 0;
    margin: 0 0 0 10px;
    box-shadow: none;
    display: none;
    transition: unset;
}


.navbar li:hover > ul,
#navbar .primary-menu ul li:hover > ul{
	position: relative;
    border-top: unset;
    box-shadow: unset;
    border-bottom: unset;
    padding-left: 1em;
}




.menu_angle {
	font-size: 1.2em !important;
	position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    font-weight: 600 !important;
}


.navbar li {
	padding-right: 1em;
    padding-left: 1em;
    width: 100%;
    
}


.navbar li a {

    padding-right: 0;
    padding-left: 0;
	width: 100%;
}


.navbar a:hover {
	text-decoration: none;
}



.nav-search label {
	    width: 90%;
}

.nav-search {
	width: 94%;
}

.custom_search_toggle .search-form {
	width: 100%;
}

/*Navbar Media Large CSS Starts*/


.navbar li .sub-menu {
	 
    border-top: 0;
    box-shadow: none;
    text-shadow: none;
}

.main-navigation ul li > ul li:hover > ul, .main-navigation ul li > ul li.focus > ul{

	    position: relative !important;
    left: auto !important;
    top: 0 !important;
    border: unset !important;
    box-shadow: unset !important;

}


.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	    left: auto;
    opacity: 1 !important;
    margin: 4px 0px 0px 0px !important;
    transform: translate3d(0, 0, 0);
    position: relative !important;
    visibility: visible !important;
}

.navbar li .sub-menu li {


    padding: 0 20px 5px 0px;
    color: #000;
    margin-top: 0;

}

.navbar li .sub-menu li a {
    color: #2d2d2d;
}


.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 1px;
    border-radius: 1px;
    background-color: #000000;
    margin-bottom: 6px;
    transition: all 0.5s;
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
    margin-bottom: 0;
}

.menu-menu-1-container {
    display: flex;
    width: 100%;
}

/* ANIMATED X */
.navbar-toggle.x .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 15% 120%;
  -ms-transform-origin: 15% 120%;
  transform-origin: 15% 120%;
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 8% 5%;
  -ms-transform-origin: 8% 5%;
  transform-origin: 8% 5%;
}

/* ANIMATED X COLLAPSED */
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
/* END ANIMATED X */


button {
	outline: none !important;
	-webkit-outline: none !important;
	-moz-outline: none !important;
}

   .cart_btn {
   	display: inline-block;
   	float: right;
   	padding: 2px 0 !important;
   	margin-top: 4px;
   }

/*Navbar Media Large CSS Ends*/




/*Navbar 2 Media CSS Starts*/


.header-2 .logo-container {
	width: auto;
}


/*Navbar 2 Media CSS Ends*/

/*Navbar 2 Media CSS Starts*/

.header-3 .logo-container {
    text-align: center;
    padding: 2em 1em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-3 .button-container {
	float: left;
}

/*Navbar 2 Media CSS Ends*/


/*Navbar 5 Media CSS Starts*/


.side_nav_active {
	width: 80% !important;
	z-index: 99;
}


.header-5 .toggle_btnn {
	margin-right: 0;
}


/*Navbar 5 Media CSS Ends*/

/*Navbar 6 Media CSS Starts*/


.header-6 .logo-container {
	    padding-top: 5px;
}

.header-6 .button-container {
	float: left;
}

.side_nav_right_active {
	width: 80%;
	z-index: 99;
}


/*Navbar 6 Media CSS Ends*/

.blog_content {
	margin-right: 0;
}

.get_started_cont .elementor-widget-container {
   padding: 0 !important;
}

.get_started_cont  .elementor-button-wrapper {
	text-align: center !important; 
}

.clients-carousel .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: -20px;
}

.elementor-43 .elementor-element.elementor-element-146b91f4 {
    padding: 2em 0em 0em 0em !important;
}

} /*Tablet Media Query Ends*/


/* iPads Large ----------- */
@media only screen and (max-width : 768px) {



	.mb_center {
		text-align: center !important;
	}

	.mb_center_hd h1,
	.mb_center_hd h2,
	.mb_center_hd h3,
	.mb_center_hd h4,
	.mb_center_hd h5,
	.mb_center_hd h6 {
		text-align: center !important;
	}

	.mb_w90 {
		min-width: 90%;
	}

	.slider-top-info {
		max-width: 90% !important;
		padding-bottom: 15px !important;
	}

	.woocommerce__dashboard__cont {
		max-width: 100% !important;
	}

	.ord_1 {
        order: 1;
	}

	.ord_2 {
       order: 2;
	}

	.w_92 {
		width: 92% !important;
	}

	.w_8 {
		width: 8% !important;
	}

	.masonry__grid {
    column-count: 2 !important;
}

.tagcloud .tag-cloud-link {
   font-size: 1.5vw;
 }

    .w_8 .elementor-column-wrap,
	.w_92 .elementor-column-wrap {
        padding-left: 0 !important;
	}

	.cta_center .elementor-widget-container {
		padding: 1em 1em 1em 1em !important;
		text-align: center;
	}


	.pt_mb_0 {
		padding-top: 0 !important;
	}


	.pt_mb_1 {
		padding-top: 1 !important;
	}

	.pt_mb_2 {
		padding-top: 2em !important;
	}


.btm_container {
    padding: 2em 0em 0em 0em;
}

/*Slider CSS Starts*/

.slide_hd_1 h1 {
   font-size: 1.5em !important;
}

.slide_hd_2 h1 {
   font-size: 1.5em !important;
}

.slide__btn a {
	font-size: 1em !important;
}

/*Slider CSS Ends*/

.blog_related_section .blog_content {
	margin-bottom: 1em;
}

.blog_section {
	margin-top: 10px;
}

.blog_related_section {
	margin-right: 15px;
	margin-left: 15px;
}

}

/* Ipads Medium ----------- */
@media only screen and (max-width: 768px) and (min-width: 480px){

	/*Menu Order Responsive*/
.res_menu {
	order: 2;
}

.res_search{
	order: 1;
}

.res_quote_btn {
	order: 3;
}

.single_post_container {
    padding: 5em 3em;
}


}


/* Smartphones ----------- */
@media screen and (max-width : 480px) {
    
    .cbtm_col a,
        .cbtm_col p {
            font-size: 18px;
        }

/*.home_slider1 h1 {*/
/*   font-size: 1.3em !important;*/
/*}*/

/*Menu Order Responsive*/
.res_menu {
	order: 2;
}

.res_search{
	order: 1;
}

.res_quote_btn {
	order: 3;
}



}

/* Extra Small ----------- */
@media only screen 
and (min-width : 320px) {
/* Styles */
}




/*Media Queries Ends*/



/*Portfolio Single Starts*/

.portfolio_single .fa {
	color: #8d5924;
    padding-right: 0.3em;
}

.portfolio_single .project-single-info {
	padding-bottom: 2em;
}

.portfolio_single .post-thumbnail {
	padding: 1em 0;
}

.portfolio_single .portfolio_single_title {
	font-weight: 400;
}

.portfolio_single .slider_h1 {
   font-weight: 400 !important;
    text-align: left;
    padding: 0em;
    color: #101010;
    border-bottom: 1px solid #9e9e9e;
    padding-bottom: 5px;
}

.portfolio_single .psf {
     padding: 1.5em 0;
    margin: 0;
    border-bottom: 1px solid #e0dede;
    font-weight: 300 !important;
    letter-spacing: 1px;
    font-size: 1rem;
    text-transform: uppercase;
    font-family: "Bebas Neue", "arial";
}

.portfolio_single .psf span {
        color: #101010;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: capitalize;
}

.portfolio_single_cat_link {
	     background-color: #828080;
    padding: 0.3em 0.8em;
    border-radius: 0;
    color: #ffffff;
    line-height: 2.5;
    margin-right: 5px;
    font-size: .7em;
    font-weight: normal;
    letter-spacing: 2.5px;
    font-family: "Bebas Neue", "arial";
}

.portfolio_single_cat_link:hover {
	color: #ffffff;
}

.post__category {
	    font-size: 1.2em;
    padding-top: 5px;
    font-weight: 500 !important;
}

/*Portfolio Single Ends*/


/*Product Single Extra CSS Starts*/

/*.single-product .product {
    position: relative;
}

.woocommerce .product .summary {
	float: right;
	width: 65%;
}

.woocommerce .product .images {
	float: left;
	width: 40%;
}*/

.star-rating span:before {
	content: '' !important;
}

.portfolio_grid_section .portfolio-content .portfolio_img {
    transition: all 0.5s ease-out !important;
    -webkit-transition: all 0.5s ease-out !important;
}

/*Product Single Extra CSS Ends*/

/*Product Single Layout Starts*/

.star-rating::before {
   color: #FDCC0D;
   opacity: 1 !important;
}

.single-product .comment-text {
	padding-top: 1.5em;
}

.single-product form.cart .quantity {
    float: left;
    margin-right: 0.5em;
}

.single-product .single_add_to_cart_button {
    background-color: #101010;
    padding: 1em 1.5em;
    color: #ffffff;
    font-size: 1em;
    font-weight: 600;
    margin-left: 1em;
    border: 0;
    margin-top: 0;
}

.single-product .cart:before,
.single-product .cart:after {
	display: block;
  content: '';
  clear: both;
}

.single-product .cart {
	padding-bottom: 1.5em;
}

.single-product .posted_in a,
.single-product .tagged_as a {
	background-color: #101010;
    padding: 0.3em 0.8em;
    border-radius: 20px;
    color: #ffffff;
    line-height: 2.5;
    font-size: 1em !important;
}

.single-product .cart input {
    width: 5em;
    padding: 1em;
    border-radius: 0;
}

.woocommerce-tabs .tabs {
	padding-top: 4em !important;
	padding-bottom: 1.5em !important;
}

.woocommerce-tabs .tabs li a {
    color: #212529;
    padding: 1em 5em !important;
}

.woocommerce-tabs .tabs li a:hover {
    text-decoration: none;
}


.woocommerce-page .product .woocommerce-tabs .tabs li {
    display: inline-block;
    font-weight: 600;
    border: 0;
    border-bottom: 1px solid #dee2e6;
}

.woocommerce-tabs ul li.active a {
    color: #101010;
    font-weight: 600;
    border: 0;
    border-bottom: 2px solid #101010 !important;
}

.single-product .tab-title-description h2 {
	font-weight: bold;
	color: #212529;
}

.product_meta .tagged_as {
	padding-left: 15px;
}

.single-product .related.products h2 {
    font-weight: 700;
	color: #212529;
	padding-top: 10px;
	font-family: 'DM Sans', 'arial';
}

.related.products ul {
	padding-top: 1.5em;
}


.woocommerce-loop-product__title {
	font-size: 1.25em;
	color: #212529;
	font-weight: 700;
	font-family: 'DM Sans', 'arial';
	padding-top: 10px;
}

.woocommerce .price {
    font-size: 0.99em;
    color: #212529;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}

.woocommerce .product del {
	color: #8e8b8b;
	font-weight: 700;
	padding-bottom: 5px;
}

.product .add_to_cart_button {
    background: #101010;
    padding: 0.5em 1em;
    color: #ffffff;
    font-size: .9em;
    font-weight: 300;
    display: inline-block !important;
}

.woocommerce section.related {
	padding-top: 3em;
} 

.products a:hover {
	text-decoration: none;
}

.wc-tab h2 {
	color: #212529 !important;
	font-weight: 700;
	font-family: 'DM Sans', 'arial';
	padding-bottom: 1rem;
}

.woocommerce-noreviews, p.no-comments {
    background-color: transparent !important;
}

.woocommerce-ordering {
	float: right;
	padding-top: 1em;
	padding-bottom: 1em; 
}

.woocommerce-result-count {
	float: left;
	padding-top: 1em;
	padding-bottom: 1em; 
}

.woocommerce ul.products {
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
}

.woocommerce ul.products:after,
.woocommerce ul.products:before,
.woocommerce-page ul.products:after,
.woocommerce-page ul.products:before {
    content: ' ';
    display: table;
}

.woocommerce ul.products,
.woocommerce-page ul.products {
    clear: both;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: 22.05%;
    margin-left: 0;
}

.woocommerce img, .woocommerce-page img {
    height: auto;
    max-width: 100%;
}

.woocommerce .added_to_cart {
    color: #282529;
    text-decoration: underline;
    padding: 0 10px;
}

.product_list_widget .product-title {
	display: block;
}

.product-title {
	font-weight: 700;
    color: #212529;
    padding-top: 10px;
    font-family: 'DM Sans', 'arial';
}

.product_list_widget li {
	padding-bottom: 1.5em !important;
}

.product_list_widget .price {
	font-size: .99em;
	color: #212529;
	font-weight: 700;
}

.product_list_widget .woocommerce-Price-amount {
	font-weight: 700;
}

.product_list_widget del {
	color: #8e8b8b;
}

/*Product Single Layout Ends*/

/*Elements Pages CSS Starts*/

.error-page-cta {
        background-color: transparent !important;
    color: #101010 !important;
    border: 1px solid #000 !important;
    background-image: linear-gradient(30deg, #fcfafa 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out !important;
    transition: background .5s ease-in-out !important;
    letter-spacing: 1.5px;
    transform: scale(1, .9);
    font-size: 1em !important;
    font-weight: 300 !important;
    letter-spacing: 2px;
    border-radius: 0px 0px 0px 0px !important;
    padding: 0.8em 1.2em 0.8em 1.2em !important;
    text-transform: uppercase;
    transform: scale(1, .8);
}

.error-page-cta:hover {
    background-position: 100%;
    background-image: linear-gradient(30deg, #efefef 50%, #373434 50%);
    color: #fff !important;
}

.ml_ol_cs ol.fa-ul {
   margin-left: 1em;
}

.cgr {
	color: #101010 !important;
}

.cbtn {
	width: auto !important;
    margin-right: 1em;
    margin-bottom: 0 !important;
}

.brd0 {
	border-radius: 0 !important;
}

.brd10 {
	border-radius: 10px !important;
}

.brd20 {
	border-radius: 20px !important;
}

.brd30 {
	border-radius: 30px !important;
}

.brd10a a {
	border-radius: 10px !important;
}

.brd20a a {
	border-radius: 20px !important;
}

.brd30a a {
	border-radius: 30px !important;
}

.cgr_li li:before {
    color: #101010 !important;
}

.cgr_ol li:before {
	color: #101010 !important;
}

.cgr_ol_brd li:before {
	color: #101010 !important;
	border: 1px solid #101010 !important;
}

.cgr_ol_bg li:before {
	background-color: #101010 !important;
}

.list_cst_1 li, .list_cst_2 li,
.list_cst_3 li, .list_cst_4 li {
	margin-bottom: 10px;
}

.list_cst_1 li:before {
  content: "\f14a"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

.list_cst_2 li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

.list_cst_3 li:before {
  content: "\f105"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

.list_cst_4 li:before {
  content: "\f192"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

.list_ol_cst_1 li, .list_ol_cst_2 li,
.list_ol_cst_3 li, .list_ol_cst_4 li {
	counter-increment: list;
	    margin-bottom: 10px;
}

.list_ol_cst_1 li::before {
    content: counter(list);
    background: #3A3838;
    font-family: Arial, sans-serif;
    color: #fff;
    font-size: 13px;
    text-align: center;
    border-radius: 50%;
    width: 2.2em;
    height: 2.2em;
    line-height: 2.3em;
    display: inline-block;
    margin-right: 1em;
}

.list_ol_cst_2 li::before {
    content: counter(list);
    font-family: Arial, sans-serif;
    font-size: 13px;
    text-align: center;
    border-radius: 50%;
    width: 2.2em;
    height: 2.2em;
    line-height: 2.3em;
    display: inline-block;
    margin-right: 1em;
}

.list_ol_cst_3 li::before {
    content: counter(list);
    font-family: Arial, sans-serif;
    color: #3A3838;
    border: 1px solid #3A3838;
    font-size: 13px;
    text-align: center;
    border-radius: 50%;
    width: 2.2em;
    height: 2.2em;
    line-height: 2.3em;
    display: inline-block;
    margin-right: 1em;
}

.list_ol_cst_4 li::before {
    content: counter(list);
    font-family: Arial, sans-serif;
    color: #3A3838;
    border: 1px solid #3A3838;
    font-size: 13px;
    text-align: center;
    width: 2.2em;
    height: 2.2em;
    line-height: 2.3em;
    display: inline-block;
    margin-right: 1em;
}

.cta_btn_slider {
        font-size: 1em;
    font-weight: 300;
    background-color: transparent;
    color: #000;
    border-radius: 0;
    border: 1px solid #000;
    background-image: linear-gradient(30deg, transparent 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out !important;
    transition: background .5s ease-in-out !important;
    letter-spacing: 1.5px;
    transform: scale(1, .9);
}

.cta_btn_slider .depicter-animation-wrap div {
       border-radius: 0;
       border-width: 1px;
}

.cta_btn_slider:hover {
     background-position: 100%;
    background-image: linear-gradient(40deg, #efefef 50%, #373434 50%);
    color: #fff !important;
}

.cta_btn.elementor-widget-button .elementor-widget-container .elementor-button {
        background-color: #8d5924;
    color: #fff;
    border: 0;
    background-image: unset;
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background .5s ease-in-out;
        letter-spacing: 1.5px;
    /*transform: scale(1, .9);*/
}

.cta_btn.elementor-widget-button .elementor-widget-container .elementor-button:hover {
    background-position: 100%;
    background-image: linear-gradient(30deg, #efefef 50%, #373434 50%);
    color: #fff;
}

.cta_btn.elementor-widget-button .elementor-widget-container .elementor-button .elementor-button-text {
    font-size: 1.3rem;
    letter-spacing: 2px;
        font-family: "Bebas Neue", Sans-serif;
}

.pre_heading {
        display: flex;
    align-items: center !important;
}

.pre_heading p {
        background-color: transparent;
    width: fit-content;
    padding: 3px 5px;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 0;
    letter-spacing: 0;
    transform: scale(1, .9);
    font-family: "Bebas Neue", Sans-serif;
}

/*.pre_heading:before {*/
/*    content: "";*/
/*    width: 30px;*/
/*    height: 1px;*/
/*    background-color: #101010;*/
/*    display:block;*/
/*}*/

.elementor-icon-box-description {
    padding-top: 6px;
}

/*Elements Pages CSS Ends*/


/*Error Page CSS Starts*/

.error-page-icon i {
	font-size: 12em;
	color: #101010;
}

.error-page-title {
	font-weight: 800;
}

/*Error Page CSS Ends*/



/*Elementor Page CSS Starts*/

@media (max-width: 1330px){

.logo-container {
	width: 130px;
}
}

@media (max-width: 1192px){
.get-quote {
	display: none;
}

}

@media (max-width: 1024px){

.home_slider1 .n2-ss-layer--block {
	margin-right: auto !important;
}

.home_slider1 .n-uc-15fd2fa3a570b-inner,
.home_slider1 .n-uc-W0VmpmmKybPR-inner,
.home_slider1 .n-uc-VFvaTpda9kH6-inner,
.home_slider1 .n-uc-xXhyJOIL6AZ3-inner,
.home_slider1 .n-uc-qD6I0KMkcqii-inner,
.home_slider1 .n-uc-qTEj2xETp5rd-inner {
	padding-left: 0 !important;
}

.home_slider1 .n-uc-uFk1843Tdd6m-inner,
.home_slider1 .n-uc-rmR10JMfLQeK-inner,
.home_slider1 .n-uc-eRczeMwtT217-inner,
.home_slider1 .n-uc-J4uBoTrL9d6k-inner,
.home_slider1 .n-uc-9H1Bm0aBuxcm-inner {
	padding-top: 0 !important;
}

.slide__btn a {
	display: inline-block !important;
}

.trans_nav .home_slider1 .n2-ss-section-main-content {
	padding-top: 8em !important;
}

}



/*Elementor Page CSS Ends*/


/*Social Buttons CSS Starts*/

.social_share_buttons i {
  padding-right: 10px;
  padding-left: 10px;
}

.social_share_buttons .fa-facebook {
	color: #3A589E;
}

.social_share_buttons .fa-twitter {
	color: #55ACEE;
}

.social_share_buttons .fa-linkedin {
	color: #0077B5;
}

.social_share_buttons a:hover {
	color: transparent;
}

/*Social Buttons CSS Ends*/


/*Search Results Starts*/

.search-results article {
	border-bottom: 1px solid #e3dfdf;
	padding-bottom: 1em;
	padding-top: 2em;
}

.search-results article .page-title {
	padding-bottom: 0 !important;
}

.search-results article .entry-title a {
	    color: #3a3838;
    font-size: .8em;
    font-weight: 800;
}

.search-results article .entry-title {
	padding-bottom: 5px;
}


.search-results article .entry-meta {
	color: #8e8b8b;
    font-size: .8em;
}

.search-results article time {
	color: #8e8b8b;
    text-decoration: underline;
}

.search-results article .entry-summary p {
	    color: #8e8b8b;
    padding-top: 15px;
    font-size: .9em;
    margin-bottom: 0;
}


.search-results article .author a {
	color: #8e8b8b;
    text-decoration: underline;
} 

.search-results article .read_more_search a {
	color: #3a3838;
    padding: 10px;
    border: 1px solid #3a3838;
    font-size: .9em;
}

.search-results article .read_more_search {
	margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.search-results .posts-navigation {
	padding-top: 1em;
}

.search-results .posts-navigation a {
	color: #3a3838;
	font-size: .9em;
}

.search-results .posts-navigation a:hover {
	color: #3a3838;
}

/*Search Results Ends*/

/*Archive Starts*/

.archive-page article {
	border-bottom: 1px solid #e3dfdf;
	padding-bottom: 1em;
	padding-top: 2em;
}

.archive-page .page-title {
	padding-bottom: 0 !important;
}

.archive-page .entry-title a {
	    color: #3a3838;
    font-size: .8em;
    font-weight: 800;
}

.archive-page .entry-title {
	padding-bottom: 5px;
}


.archive-page .entry-meta {
	color: #8e8b8b;
    font-size: .8em;
}

.archive-page time {
	color: #8e8b8b;
    text-decoration: underline;
}

.archive-page .entry-summary p {
	    color: #8e8b8b;
    padding-top: 15px;
    font-size: .9em;
    margin-bottom: 0;
}


.archive-page .author a {
	color: #8e8b8b;
    text-decoration: underline;
} 

.archive-page .read_more_search a {
	color: #3a3838;
    padding: 10px;
    border: 1px solid #3a3838;
    font-size: .9em;
}

.archive-page .read_more_search {
	margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.archive-page .posts-navigation {
	padding-top: 1em;
}

.archive-page a {
	color: #3a3838;
	font-size: .9em;
}

.archive-page a:hover {
	color: #3a3838;
}

.archive-page .post-thumbnail img {
	max-width: 250px;
}

.custom_breadcrumb li.item-current strong {
    font-weight: 600;
}

/*Archive Ends*/

.skew_rounded .elementor-icon {
    position: relative;
}

.skew_rounded .elementor-icon:before {
    top: 6px;
    content: "";
    height: 50px;
    width: 50px;
    background-color: #ffead6;
    border-radius: 100px;
    transform: skewX(-20deg);
    display: block;
    position: absolute;
    right: 0;
}

.counter_skew .elementer-counter-number {
    position: relative;
}

.counter_skew .elementer-counter-number:before {
    top: 6px;
    content: "";
    height: 50px;
    width: 50px;
    background-color: #ffead6;
    border-radius: 100px;
    transform: skewX(-20deg);
    display: block;
    position: absolute;
    right: 0;
}

.bg_para p {
    color: #FFF4E8;
    font-family: "DM Sans", "arial";
}



.custom___slider .banner{width:100%;}
.custom___slider .thumbnail-slider img {
  max-width: 100%;
  display: block;
  width: 100%;
}

.custom___slider .slick-arrow {
  outline: none
}

.custom___slider .thumb {
  opacity: .50
}

.custom___slider .thumb.slick-current {
  opacity: 1
}

.wp-block-search__label {
    font-size: 1.2em;
    font-weight: 300;
}

.float_left {
    float: left;
}

.w_fit {
        width: fit-content;
    margin-right: 10px;
}

/*Test Slider CSS Ends*/

/*Container CSS Starts*/


@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 90% !important;
    }
}


@media (min-width: 768px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 90% !important;
    }
}

@media (min-width: 575px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 90% !important;
    }
}


@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 90% !important;
    }
}


/*Container CSS Ends*/


/*Slider Plugin CSS Starts*/

@media screen and (max-width: 767px) {

#depicter-10 .depicter-view, #depicter-18 .depicter-view {
    max-height: 400px;
}

#depicter-10 .cta_btn_slider, #depicter-18 .cta_btn_slider  {
        top: -20px !important;
    position: absolute;
}

#depicter-20 {
    max-height: 590px;
}

#depicter-24 {
    max-height: 400px;
}

}


@media screen and (max-width: 575px) {

#depicter-10 .depicter-view, #depicter-18 .depicter-view  {
    max-height: 320px;
}

#depicter-10 .arrow_right, #depicter-18 .arrow_right {
    position: absolute;
    right: 100px;
}


#depicter-10 .arrow_left, #depicter-18 .arrow_left {
    position: absolute;
    left: 100px;
}



}


@media screen and (max-width: 480px) {

#depicter-10 .arrow_right, #depicter-18 .arrow_right {
   
    right: 130px;
}


#depicter-10 .arrow_left, #depicter-18 .arrow_left {
 
    left: 160px;
}


}


@media screen and (max-width: 420px) {

#depicter-10 .arrow_right, #depicter-18 .arrow_right {
   
    right: 165px;
}


#depicter-10 .arrow_left, #depicter-18 .arrow_left {
 
    left: 200px;
}


}

/*Slider Plugin CSS Ends*/





/*Media Queries Starts*/


@media screen and (max-width: 1192px) {
    .single_post_container .slider_h1 {
        font-size: 2.5rem;
    }
    
    .navbar-light .navbar-toggler {
        padding-right: 5px;
    }
    
    #navbar {
        padding: 0.5rem 10px;
    }
    
    .navbar li:hover > ul, #navbar .primary-menu ul li:hover > ul {
        margin-top: 0;
        background-color: #fff;
    }
    
    .navbar .menu-item:hover:after {
    width: 100%;
    }
    
    .cs_srch  {
        padding-top: 2px !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    
    .widget .wp-block-search__button {
        padding: 6px 7px;
        margin-top: 10px;
        margin-left: 10px;
    }
    
    .widget h1, .widget h2 {
        font-size: 1.5rem;
    }
    
    .blog_title {
        font-size: 1.2rem !important;
    }
    
    .blog-meta {
        font-size: .8rem;
    }
    
    .blog-meta .post_time {
        display: none;
    }
    
    .widget ol.wp-block-latest-comments {
    padding-left: 15px;
    }
    
    .custom_breadcrumb {
       margin-top: 0;
    }
    
    
    .social_share_buttons i {
     padding-right: 5px;
     padding-left: 5px;
    }
    
     .portfolio_single_cat_link {
        font-size: 10px;
    }
}

@media screen and (max-width: 1024px) {
     .single_post_container {
         padding: 4em 3em;
     }
}


@media screen and (max-width: 767px) {
    
    .single_post_container .slider_h1 {
        font-size: 1.7rem;
    }
   
   .custom_breadcrumb li {
           padding: 2px 10px 4px 10px;
           margin-bottom: 5px;
   }
   
   .custom_breadcrumb li.item-current strong  {
           font-weight: 600;
   }
   
   .custom_breadcrumb {
       font-size: .9rem;
       padding: 8px 0;
   }
   
   .cbtm_col a, .cbtm_col p {
    font-size: .8rem;
   }
   
   .btm_container {
        margin-top: 3rem;
       padding: 1em 0em 0em 0em;
   }
   
   .btm_container .cbtm_col {
       padding-right: 0 !important;
       padding-left: 0 !important;
   }
   
   .widget h2 {
       margin-top: 2rem !important;
   }
   
   .btm_container .widget-title {
    margin-top: 0 !important;
   }
   
   .post__category, .share-info {
    font-size: 1em !important;
   }
   
   .comment-reply-title {
       font-size: 1.2rem;
   }
   
   .widget .wp-block-search__button {
    padding: 9px 7px;
    margin-top: 0;
    margin-left: 10px;
   }
   
   .portfolio_single .portfolio_single_title {
       font-size: 2rem;
   }
}


@media screen and (max-width: 575px) {
    .social-section .col-6 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      text-align: left !important;
    }
}

/*Media Queries Ends*/



