/*!
Theme Name: Taylormade

Author: Big Gun Digital

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

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

/* normalize.css v8.0.0 | 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; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ }

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

/**
 * Remove the margin in all browsers.
 */

body { margin: 0; }
.grey { background: #c3c3c3; }
.green{ background: #466a3a }

/**
 * 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; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ }

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

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

/**
 * Remove the gray background on active links in IE 10.
 */

a { background-color: transparent; }

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

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

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

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

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

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

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

img { border-style: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

details { display: block; }

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

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

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

template { display: none; }

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, optgroup, textarea { color: #404040; font-family: sans-serif; font-size: 16px; 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; font-size: 15px; font-size: 0.9375rem; line-height: 1.6; margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 1.6em; }
code, kbd, tt, var { font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; font-size: 15px; font-size: 0.9375rem; }
abbr, acronym { border-bottom: 1px dotted #666; cursor: help; }
mark, ins { background: #fff9c0; text-decoration: none; }
big { font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html { box-sizing: border-box; }
*, *:before, *:after {	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
box-sizing: inherit; }
body { background: #fff;	/* Fallback for when there is no custom background color defined. */ }
hr { background-color: #ccc; border: 0; height: 1px; margin-bottom: 1.5em; }
ul, ol { margin: 0 0 1.5em 3em; }
ul { list-style: disc; }
.sub-menu.sb-menu { min-width: 300px; }
ol { list-style: decimal; }
li > ul, li > ol { margin-bottom: 0; margin-left: 1.5em; }
dt { font-weight: bold; }
dd { margin: 0 1.5em 1.5em; }
img { height: 150px;	/* Make sure images are scaled correctly. */ max-width: 100%;	/* Adhere to container width. */ }
figure { margin: 1em 0;	/* Extra wide images within figure tags don't overflow the content area. */ }
table { margin: 0 0 1.5em; width: 100%; }

/*--------------------------------------------------------------
# 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); font-size: 12px; font-size: 0.75rem; line-height: 1; padding: .6em 1em .4em; }
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { border-color: #ccc #bbb #aaa; }
button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus { border-color: #aaa #bbb #bbb; }
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea { color: #666; border: 1px solid #ccc; border-radius: 3px; padding: 3px; }
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus { color: #111; }
select { border: 1px solid #ccc; }
textarea { width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a { color: royalblue; }
a:visited { color: purple; }
a:hover, a:focus, a:active { color: midnightblue; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
a { color: #fac600; }
a:hover { color: #ce340c; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation { clear: both; display: block; float: left; 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 { left: 100%; }
.main-navigation ul ul a { width: 200px; }
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul { left: auto; }
.main-navigation li { float: left; position: relative; }
.main-navigation a { display: block; text-decoration: none;}

/* Small menu. */
.menu-toggle, .main-navigation.toggled ul { display: block; }
@media screen and (min-width:37.5em) {
	.menu-toggle { display: none; }
	.main-navigation ul { display: block; }
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation { margin: 0 0 1.5em; overflow: hidden; }
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous { float: left; width: 50%; }
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next { float: right; text-align: right; width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
.screen-reader-text:focus { background-color: #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: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000;	/* Above WP toolbar. */ }

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft { display: inline; float: left; margin-right: 1.5em; }
.alignright { display: inline; float: right; margin-left: 1.5em; }
.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }

.home .site-content{margin-top:0px;}

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

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky { display: block; }
.post, .page { margin: 0 0 1.5em; }
.updated:not(.published) { display: none; }
.page-content, .entry-content, .entry-summary { margin: 1.5em 0 0; }
.page-links { clear: both; margin: 0 0 1.5em; }

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

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

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

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

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; }

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

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

/*--------------------------------------------------------------
## 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; }
.gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; }
.gallery-columns-2 .gallery-item { max-width: 50%; }
.gallery-columns-3 .gallery-item { max-width: 33.33%; }
.gallery-columns-4 .gallery-item { max-width: 25%; }
.gallery-columns-5 .gallery-item { max-width: 20%; }
.gallery-columns-6 .gallery-item { max-width: 16.66%; }
.gallery-columns-7 .gallery-item { max-width: 14.28%; }
.gallery-columns-8 .gallery-item { max-width: 12.5%; }
.gallery-columns-9 .gallery-item { max-width: 11.11%; }
.gallery-caption { display: block; }
.post, .page { margin: 0; }
div#page { overflow: hidden; }

/* ----------------------------------------- 
    font-family: 'Patua One', cursive;  
    font-family: 'Raleway', sans-serif;
------------------------------------------*/
::selection { background: #c3c3c3; color: #fff; }
::-moz-selection { background: #c3c3c3; color: #fff; }
ul { list-style: none; margin: 0; padding: 0; }
a { display: inline-block; text-decoration: none; line-height: 1; transition: 0.4s ease-in-out; -webkit-transition: 0.4s ease-in-out; }
a:hover, a:focus, button:hover, button:focus { text-decoration: none; outline: none; }
h1,h2,h3,h4,h5,h6,p{font-family: 'Josefin Sans', sans-serif;}
h1 { font-weight: 400; margin: 0 0 20px 0; color: #fff; font-size: 36px; line-height: 1; }
h2 { font-weight: 400; margin: 0 0 20px 0; color: #fff; font-size: 30px; line-height: 1; }
h3 { font-weight: 400; margin: 0 0 15px 0; color: #fff; font-size: 24px; line-height: 1; }
h4 { font-weight: 400; margin: 0 0 20px 0; color: #fff; font-size: 18px; line-height: 1; }
h5 { font-weight: 400; margin: 0 0 20px 0; color: #fff; font-size: 14px; line-height: 1; }
h6 { font-weight: 400; margin: 0 0 20px 0; color: #fff; font-size: 12px; line-height: 1; }

p.sub-heading { font-weight: 600; margin: 0 0 15px 0; color: #fff; font-size: 20px; line-height: 1.7; }
p { font-weight: 400; margin: 0 0 15px 0; color: #fff; font-size: 14px; line-height: 1.7; }

body { font-family: 'Josefin Sans', sans-serif; font-weight: 400; }
.container { max-width: 1250px; }
.site-header { display: flex; align-items: center; justify-content: space-between; position: fixed; background: rgba(70, 106, 58, 1); width: 100%; z-index: 10; border-top: 1px solid #c3c3c3; border-bottom: 1px solid #c3c3c3; }
/**.home .site-header { background: rgba(0, 0, 0, 0.77); }**/
.home .site-header { background: rgba(70, 106, 58, 0.77); }
.site-logos { /**width: 345px;**/ width:180px; }
.main-navigation { padding: 0 20px; text-align: right; }
.main-navigation li { float: none; display: inline-block; vertical-align: top; margin-right: 29px; }
.main-navigation li:last-child { margin-right: 0; }
.main-navigation a { display: inline-block; text-decoration: none; font-size: 30px; font-family: 'Josefin Sans', sans-serif; font-weight: 400; color: #fff; line-height: 1; letter-spacing: -0.4px; }
.main-navigation a:hover{color:#ae7339;}
.current_page_item a { color: #fff; }
.menu-icon { display: none; cursor: pointer; color: #fff; text-transform: uppercase; text-align: center; font-weight: bold; line-height: 33px; padding: 0; }
.menu-icon .menu-box { width: 42px; height: 42px; margin-right: 0; padding: 4px 5px; position: absolute; right: 0; top: 53%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
.menu-icon .menu-box span { display: inline-block; position: relative; margin: 13px 0; width: 100%; height: 3px; background-color: #fff; -webkit-transition: background-color .3s; -moz-transition: background-color .3s; transition: background-color .3s; }
.menu-icon .menu-box span:before, .menu-icon .menu-box span:after { content: ''; width: 100%; height: 100%; position: absolute; background-color: #fff; right: 0; -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s; -moz-transition: -moz-transform .3s, top .3s, background-color 0s; transition: transform .3s, top .3s, background-color 0s; }
.menu-icon .menu-box span:before { top: -11px; }
.menu-icon .menu-box span:after { top: 11px; }
.menu-icon.active .menu-box span:before { top: 0; -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); }
.menu-icon.active .menu-box span:after { top: 0; -webkit-transform: rotate(225deg); -moz-transform: rotate(225deg); -ms-transform: rotate(225deg); -o-transform: rotate(225deg); transform: rotate(225deg); }
.menu-icon.active .menu-box span { background: transparent; }
.main-navigation li ul { width: 200px; background: #466a3a; left: 0; top: 100%; text-align: left; transition: .4s ease-in-out; -webkit-transition: .4s ease-in-out; padding: 5px 15px; position: absolute; display: none; }
.main-navigation li ul li { padding: 5px 0; width: 100%; margin-right: 0; }
.main-navigation li ul li a { font-size: 18px; }
.main-navigation li ul ul { top: 0; left: 100%; position: absolute; display: none; }
.main-navigation li:last-child ul { right: 0 !important; left: auto; }
.main-navigation li:last-child ul li ul { right: 100% !important; left: auto; }
.banner { width: 100%; position: relative; }
.your-property { width: 100%; background: #466a3a; padding: 60px 0px; text-align: center; }
.slide-sec { height: 100vh; width: 100%; background-size: cover; background-position: center top; background-repeat: no-repeat; position: relative; }
.iframe-wrapper iframe { min-width: 100%; min-height: 100%; position: absolute; }
.sevices-inner-block { width: 100%; text-align: center; margin-top: 50px; }
.sevices-block-child { background-size: cover; background-position: center; background-repeat: no-repeat; padding: 0; }
.sevices-block-child a { width: 100%; display: flex; align-items: center; justify-content: center; padding: 100px 20px; text-decoration: none; }
.sevices-block-details { height: 225px; width: 225px; border: 2px solid transparent; display: flex; overflow: hidden; border-radius: 50%; padding: 50px 20px; flex-wrap: wrap; align-items: center; justify-content: center; transition: 0.4s ease-in-out; -webkit-transition: 0.4s ease-in-out; }
.sevices-block-details h2 { margin-bottom: 10px; display: block; width: 100% }
.sevices-block-details p { display: none; margin-bottom: 0; }
.sevices-block-child a:hover .sevices-block-details { border-color: #fff; }
.sevices-block-child a:hover .sevices-block-details h2 { word-break: break-word; }
.graphic-block { width: 100%; text-align: left; position: relative; z-index: 1; padding-top: 130px; }
.graphic-color { content: ""; background: url(./images/animation-ring.png); background-size: contain; height: 270px; width: 270px; background-repeat: no-repeat; background-position: center; position: absolute; top: -60px; left: 0; right: 0; margin: 0 auto; z-index: -1; -webkit-animation: rotation 10s infinite linear; -ms-animation: rotation 10s infinite linear; -moz-animation: rotation 10s infinite linear; -o-animation: rotation 10s infinite linear; animation: rotation 10s infinite linear; }
@-webkit-keyframes rotation {
	from { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
	to { -webkit-transform: rotate(359deg); -moz-transform: rotate(359deg); -ms-transform: rotate(359deg); -o-transform: rotate(359deg); transform: rotate(359deg); }
}
@-ms-keyframes rotation {
	from { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
	to { -webkit-transform: rotate(359deg); -moz-transform: rotate(359deg); -ms-transform: rotate(359deg); -o-transform: rotate(359deg); transform: rotate(359deg); }
}
@-moz-keyframes rotation {
	from { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
	to { -webkit-transform: rotate(359deg); -moz-transform: rotate(359deg); -ms-transform: rotate(359deg); -o-transform: rotate(359deg); transform: rotate(359deg); }
}
.graphic-inner-dtl{padding:15px;}
.graphic-inner-dtl:hover{background: #7f4c31;padding: 15px;border-radius: 12px;}
.inner-banner { width: 100%; text-align: left; background-size: cover; background-repeat: no-repeat; background-position: center; padding: 76px 0 0 0; }
.inner-banner-img { background-size: cover; background-repeat: no-repeat; background-position: center; height: 100%; width: 100%; position: absolute; left: 0; top: 0; }
.inner-banner-img:after { background: rgba(0, 5, 44, 0.6); content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.inr-bnr-content { max-width: 770px; margin-left: auto; padding: 115px 8% 100px 0; position: relative; z-index: 1;height: 760px;
    overflow-y: auto;
    margin-bottom: 50px; }
.inr-bnr-content a { color: #ae7339; }
.inr-bnr-content a:hover { color: #7f4c31; }
.inr-bnr-content p { font-size: 18px; line-height: 1.4; }
.enquiry-block { width: 100%; padding: 105px 40px 20px; }
.enquiry-details h2 span { color: #000; }
.masters-of-kraft { width: 100%; background-color: #000;/* background-image: url(images/kraft-img.png);*/ background-color: #000; background-size: cover; background-position: top center; padding: 60px 0px; position: relative; overflow: hidden; }
.types-of-materials { max-width: 1330px; padding: 0 15px; margin: 30px auto 0; text-align: center; position: relative; z-index: 1; }
.kraft-txt { width: 100%; position: relative; z-index: 1; }
.kraft-txt h2 { font-size: 36px; }
.materials-block { width: 20%; text-align: center; padding: 0 15px; display: flex; flex-wrap: wrap; justify-content: center; }
.materials-block span { font-size: 36px; font-family: 'Josefin Sans', sans-serif; font-weight: 400; line-height: 1.6; display: inline-block; width: 100%; text-align: center; }
.materials-block a { height: 232px; width: 232px; background-repeat: no-repeat; background-position: center; border: 4px solid #000; border-radius: 50%; background-size: cover; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.materials-block a p { font-family: 'Josefin Sans', sans-serif; font-weight: 400; width: 100px; margin-bottom: 0; line-height: 1.4; opacity: 0; transition: .4s ease-in-out; -webkit-transition: .4s ease-in-out; }
.materials-block a:hover p { opacity: 1; }
.google.blc { width: 100%; display: flex; }
.enquiry-details { padding-left: 20px; }
.materials-block.four-block { margin-top: -20px; }
.materials-block.four-block a { width: 155px; height: 155px; order: 1; }
.materials-block.four-block span { font-size: 18px; order: 2; width: 100%; margin-top: 6px; }
.left-parallex { width: 30%; position: absolute; top: 0; left: 0; height: 100%; background-size: contain; background-repeat: no-repeat; background-position: bottom left; }
.right-parallex { width: 30%; position: absolute; top: 0; right: 0; height: 100%; background-size: contain; background-repeat: no-repeat; background-position: bottom right; }
.gallery-section { width: 100%; text-align: left; display: flex; background: #466a3a; flex-wrap: wrap; padding: 60px 0px; }
.gallery-section h2 { font-size: 48px; color: #fff; letter-spacing: -2px; padding-bottom:30px; }
.gallery-section h2 span { color: #c3c3c3; }
.fiter-block { width: 250px; text-align: left; padding: 40px 30px; background: #fff; }
.fiter-block h3 { color: #000; position: relative; padding-left: 20px; }
.fiter-block h3:hover { opacity: 0.6; }
.fiter-block h3:after { content: "\f067"; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit; position: absolute; font-size: 15px; color: #000; top: 4px; left: 0px; z-index: 1; }
.fiter-block h3.show:after { content: "\f068"; }
.fiter-block p { color: #000; position: relative; }
.fiter-block ul { width: 100%; margin: 0 0 15px 0; padding: 0; display: none; }
.fiter-block-text { width: 100%; }
.fiter-block-text h3 { position: static; padding-left: 0; margin-bottom: 0; }
.fiter-block-text ul { width: 100%; text-align: left; margin-bottom: 30px; display: block; }
.fiter-block-text ul li { display: inline-block; margin: 0 2px; list-style: none; }
.fiter-block-text ul li a { height: 43px; width: 43px; text-align: center; background: transparent; font-size: 18px; font-family: 'Patua One', cursive; font-weight: 400; color: #000; line-height: 2.2; overflow: hidden; display: inline-block; cursor: pointer; border-radius: 50%; }
.fiter-block-text ul li a.active, .fiter-block-text ul li a:focus, .fiter-block-text ul li a:hover { color: #fff; background: #000; }
.added-only { display: none; position: relative; padding-left: 20px; margin-bottom: 10px; font-family: 'Josefin Sans', sans-serif; font-weight: 400; font-size: 18px; color: #2fb00c; cursor: pointer; }
.like-show .added-only { display: block; width: 100%; padding: 12px 0; 
  }

.added-only.view-cart{  background: #7f4c31;
    border: 0;
    color: #fff;
    text-align: center;
    font-size: 24px;
    height: 44px;
    border-radius: 0;
    padding: 12px 4px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    cursor: pointer;
    transition: .4s ease-in-out;
    margin-bottom: 20px;
}
.added-only.view-cart:hover { color: #fff;  background: #ae7339;}
.photos-sec { width: calc(100% - 250px); }
.slider-item { width: 100%; height: 40px; }
.copyright-section { -ms-flex: 0 0 35%; flex: 0 0 35%; max-width: 35%; }
.contact-detail-section { -ms-flex: 0 0 35%; flex: 0 0 35%; max-width: 35%; }
.social-section { -ms-flex: 0 0 30%; flex: 0 0 30%; max-width: 30%; }
.site-footer { width: 100%; background: #7f4c31; padding: 30px 0px; }
.site-footer p { color: #fff; margin-bottom: 0; font-size: 12px; }
.site-footer p a { color: #fff; line-height: 1.4; }
.site-footer p a:hover { color: #c3c3c3; }
.site-footer p span { color: #fff; }
.quick-enquery { width: auto; display: inline-block; }
.quick-enquery a { font-size: 31px; color: #000; font-size: 36px; font-family: 'Josefin Sans', sans-serif; font-weight: 400; padding: 17px 11px; background: #7f4c31; position: fixed; bottom: 0; right: 30px; z-index: 10; 
border: 7px solid #000; border-top-right-radius: 12px; border-top-left-radius: 12px; border-bottom: 0px;}
.quick-enquery a span { color: #fff; }
.quick-enquery a:hover { background:#ae7739; color: #fff; }
.social-icon ul { width: 100%; text-align: center; margin-top: 0; }
.social-icon ul li { list-style: none; display: inline-block; margin: 2px; font-size: 16px; color: #4d585f; font-family: 'Josefin Sans', sans-serif; font-weight: 400; }
.social-icon ul li:first-child { display: block; }
.social-icon ul li:first-child span { margin: 0; }
.social-icon ul li span { margin-right: 20px; }
.social-icon ul li a { color: #c3c3c3; font-size: 21px; }
.social-icon ul li a:hover { color: #000; }
.contect-details ul { width: 100%; text-align: left; display: inline-block; }
.contect-details ul li { width: 40%; color: #fff; font-size: 12px; font-family: 'Josefin Sans', sans-serif; font-weight: 400; float: right; margin-bottom: 5px; }
.contect-details ul li a { color: #fff; }
.contect-details ul li a:hover { color: #c3c3c3; }
.modal-open .modal { overflow-x: hidden; overflow-y: auto; opacity: 1; background: rgba(0, 0, 0, 0.8); transition: .4s ease-in-out; -webkit- transition: .4s ease-in-out; }
.modal-dialog { top: -100%; position: absolute; transition: .4s ease-in-out; }
.modal-open .modal-dialog { position: absolute; top: 30%; left: 0; right: 0; margin: 0 auto; max-width: 820px; padding: 70px 10px 10px; }
.modal-content {background: rgba(70, 106, 58, 1); border-radius: 0; outline: 0; padding: 60px 50px 0; margin-bottom: 35px; }
.modal-header { flex-wrap: wrap; flex-wrap: wrap; border-bottom: none; padding: 0 0 20px 0; }
.modal-header p { color: #fff; width: 100%; }
.modal-body { padding: 0; }
button.close { padding: 0; background: 0 0; border: 0; -webkit-appearance: none; height: 40px; width: 40px; background: #fff; opacity: 1; border-radius: 50%; font-size: 40px; text-align: center; position: absolute; right: 0; top: -60px; cursor: pointer; transition: .4s ease-in-out; -webkite-transition: .4s ease-in-out; z-index: 100; }
button.close:hover { background: #c3c3c3; color: #fff; }
.enquiry-form { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; }
.enquiry-form select { height: 43px; width: 100%; border: none; -webkit-appearance: none; padding: 10px; font-size: 14px; font-family: 'Josefin Sans', sans-serif; font-weight: 400; position: relative; background-image: url(images/down-arrow.png); background-color: #fff; background-position: 95% center; background-repeat: no-repeat; background-size: 15px; }

/*.enquiry-form select::after{content: ""; height: 20px; width: 20px; border: 2px solid #000; border-width: 0 1px 1px 0; position: absolute; right: 0; top: 0; }*/
.enquiry-form span { width: 100%; display: inline-block; margin-bottom: 19px; }
.enquiry-form span input { background: #fff; border: 0; height: 43px; border-radius: 0; padding: 10px; font-size: 14px; font-family: 'Josefin Sans', sans-serif; font-weight: 400; color: #b4b4b4; width: 100%; }
.enquiry-form span textarea { background: #fff; border: 0; height: 230px; border-radius: 0; padding: 10px; font-size: 14px; font-family: 'Josefin Sans', sans-serif; font-weight: 400; color: #b4b4b4; resize: none; width: 100%; }
.enquiry-form input[type="button"], .enquiry-form input[type="reset"], .enquiry-form input[type="submit"] { width: 100%; background: #7f4c31; border: 0; color: #fff; text-align: right; font-size: 24px; height: 43px; border-radius: 0; padding: 10px; font-family: 'Josefin Sans', sans-serif; font-weight: 400; cursor: pointer; transition: .4s ease-in-out; -webkite-transition: .4s ease-in-out; }
.enquiry-form input[type="button"]:hover, .enquiry-form input[type="reset"]:hover, .enquiry-form input[type="submit"]:hover, .enquiry-form input[type="button"]:focus, .enquiry-form input[type="reset"]:focus, .enquiry-form input[type="submit"]:focus { background: #ae7339; color: #fff; }
.form-block:nth-child(odd) { width: 40%; display: inline-block; padding-right: 20px; }
.form-block:nth-child(even) { width: 60%; display: inline-block; }

/*.enquiry-form span.wpcf7-not-valid-tip{margin-bottom: 0; color: #ff0000; font-size: 14px; font-family: 'Patua One', cursive; font-weight: 400; letter-spacing: 0.5px;}*/
.enquiry-form span.wpcf7-not-valid-tip { margin-bottom: 0; color: #ff0000; font-size: 11px; letter-spacing: 0; position: absolute; top: 100%; left: 0; }
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing { border: none; margin: 0; padding: 0 0 20px 0; color: #ff0000; font-size: 14px; font-family: 'Josefin Sans', sans-serif; font-weight: 400; letter-spacing: 0.5px; }
div.wpcf7-mail-sent-ok { border: none; color: #2fb00c; margin: 0 0 20px; padding: 0; font-family: 'Josefin Sans', sans-serif; font-weight: 400; letter-spacing: 0.5px; }
.detail-main { width: calc(100% + 100px); text-align: center; margin-left: -50px; background:rgba(70, 106, 58, 1); padding: 15px; top: 100%; display: flex; align-items: center; justify-content: space-between; display: none; }
span.gbox { font-size: 14px; color: #fff; font-family: 'Josefin Sans', sans-serif; font-weight: 400; background: #2fb00c; padding: 5px 10px; width: auto; display: inline-block; text-shadow: 1px 1px 12px #000; margin-bottom: 0; vertical-align: middle; margin: 4px 0; }
span.gbox:after { content: "\f058"; display: inline-block; vertical-align: middle; font: normal normal normal 14px/1 FontAwesome; margin-left: 40px; font-size: 20px; margin-top: -4px; }
span.gbox.removed { background: #be300b; }
span.gbox.removed:after { content: "\f055"; transform: rotate(45deg); }
.inner-banner .enquiry-block .detail-main { width: 60%; left: 0; padding: 0; text-align: left; padding: 0; background: none; margin-left: auto; }
.like-div { width: 25%; }
.like-div p { font-size: 18px; color: #fff; }
.like-detail { width: 30%; display: inline-block; }
.like-detail a { font-size: 18px; color: #fff; background:#7f4c31; font-family: 'Josefin Sans', sans-serif; line-height: 1.7; padding: 7.5px 5px 2px 5px; width: auto; position: static; }
.dispengall { width: 45%; }
.inner-banner .enquiry-block .like-div { display: none; }
.inner-banner .enquiry-block .like-detail { width: 60%; }
.like-show .detail-main { display: flex; }
.banner .google-review { position: absolute; bottom: 20px; left: 20px; z-index: 1; display:none; }
.meterial-list input[type="checkbox"] { display: none; }
.meterial-list input[type="checkbox"] + label { display: block; position: relative; padding-left: 20px; margin-bottom: 20px; font-family: 'Josefin Sans', sans-serif; font-weight: 400; font-size: 18px; color: #000; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; }
.meterial-list input[type="checkbox"] + label:last-child { margin-bottom: 0; }
.meterial-list input[type="checkbox"]:checked  + label { color: #ce340c; }
.meterial-list input[type="checkbox"] + label:before { content: ''; display: block; width: 10px; height: 15px; border: 3px solid transparent; position: absolute; left: 0; top: 0; opacity: .6; -webkit-transition: all .12s, border-color .08s; transition: all .12s, border-color .08s; }
.meterial-list input[type="checkbox"]:checked + label:before { width: 10px; top: 3px; left: 0px; border-radius: 0; opacity: 1; border-color: #ce340c; border-top-color: transparent; border-left-color: transparent; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.fiter-block input[type="radio"] { display: none; }
.fiter-block input[type="radio"] + label { display: block; position: relative; padding-left: 20px; margin-bottom: 20px; font-family: 'Josefin Sans', sans-serif; font-weight: 400; font-size: 18px; color: #000; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; }
.fiter-block input[type="radio"] + label:last-child { margin-bottom: 0; }
.fiter-block input[type="radio"]:checked  + label { color: #ce340c; }
.fiter-block input[type="radio"] + label:before { content: ''; display: block; width: 10px; height: 15px; border: 3px solid transparent; position: absolute; left: 0; top: 0; opacity: .6; -webkit-transition: all .12s, border-color .08s; transition: all .12s, border-color .08s; }
.fiter-block input[type="radio"]:checked + label:before { width: 10px; top: 3px; left: 0px; border-radius: 0; opacity: 1; border-color: #ce340c; border-top-color: transparent; border-left-color: transparent; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.fiter-block input[type="radio"] + label:hover { color: #ce340c; }
.fiter-block input[type="checkbox"] + label:hover { color: #ce340c; }
.post_list-items { display: flex; flex-wrap: wrap; }
.image-block {    height: 600px; width: 100%;   position: relative;z-index: 123456;background-size: cover;    background-position: center;}
.image-block img { width: 100%; }
.post_list-items.items-6 .image-block {     width: 33.333%;  height: 400px; }
.image-sec{
  width: 100%; position: relative;overflow: hidden;
}
/*.post_list-items.items-6 .image-block:nth-child(2),.post_list-items.items-6 .image-block:nth-child(6n-1){width:40%;}*/
.post_list-items.items-8 .image-block { width: 25%; height: 410px }

/*.post_list-items.items-8 .image-block:nth-child(2),.post_list-items.items-8 .image-block:nth-child(7n-1){width:30%;}*/
.post_list-items.items-10 .image-block { width: 18.33%; }
.picture-frame {
   width: 530px;
    height: 385px;
}
/*.post_list-items.items-10 .image-block:nth-child(2),.post_list-items.items-10 .image-block:nth-child(8n-1){width:26.66%;}*/
.post_list-items.items-4 .image-block { width: 45%; height: 400px; }
.image-block.has-placeholder { background-size: contain; background-repeat: no-repeat; background-color: #f5f5f5; }
.post_list-items.items-4 .image-block:nth-child(even) { width: 55%; }
.image-block a { padding: 10px 10px; font-size: 14px; color: #fff; font-family: 'Josefin Sans', sans-serif; 
font-weight: 400; background: #7f4c31; position: absolute; top: 0; right: 0; width: 169px; text-align: center; }
.enq-box{
	    position: absolute;
    right: 10px;
    top: 10px;
}
.image-block a:hover { background: #ae7339; }
.customNavigation { width: calc(100% + 60px); margin-left: -30px; margin-top: 50px; text-align: center; }
.next { font-size: 24px; color: #fff; padding: 7px 10px; background: #000; text-align: center; font-family: 'Josefin Sans', sans-serif; font-weight: 400; position: relative; cursor: pointer; z-index: 9; }
.next:after { content: ""; position: absolute; right: -50px; top: -27px; width: 0; height: 0; border-style: solid; border-width: 52.5px 0 52.5px 70px; border-color: transparent transparent transparent #000000; }
.next:before { content: ""; position: absolute; right: -70px; top: -45px; width: 0; height: 0; border-style: solid; border-width: 70px 0 70px 90px; border-color: transparent transparent transparent #fff; }
.prev { font-size: 18px; color: #000; padding: 0 10px; margin: 25px; background: transparent; text-align: center; font-family: 'Josefin Sans', sans-serif; font-weight: 400; cursor: pointer; width: auto; display: inline-block; position: relative; }
.prev:before { content: ""; display: inline-block; vertical-align: middle; height: 9px; width: 15px; background: #000; position: absolute; top: 10px; left: -13px; }
.prev:after { content: ""; display: inline-block; vertical-align: middle; position: absolute; top: 6px; left: -20px; width: 0; height: 0; border-style: solid; border-width: 8.5px 11px 8.5px 0; border-color: transparent #000000 transparent transparent; }
.next:hover, .prev:hover { color: #c3c3c3; }
.error-404.not-found { height: 80vh; text-align: center; }
.error-404.not-found h1 { color: #000; font-size: 180px; }
.error-404.not-found h3 { color: #000; }
.error-404.not-found p { color: #000; }
.prod-box { cursor: pointer; background: #2fb00c; padding: 4px 10px 5px; width: 160px; color: #fff; font-family: 'Josefin Sans', sans-serif; font-weight: 400; display: none; position: relative; text-align: left; }
.prod-box span { font-size: 14px; color: #fff; font-family: 'Josefin Sans', sans-serif; font-weight: 400; text-shadow: 1px 1px 12px #000; margin-bottom: 0; vertical-align: middle; }
.prod-box span:after { display: inline-block; vertical-align: middle; font: normal normal normal 14px/1 FontAwesome; margin-left: 40px; font-size: 20px; position: absolute; right: 10px; top: 8px; }
.prod-remove { display: none; }
.prod-added { display: inline-block; }
.prod-added:after { content: "\f058"; }
.prod-box:hover { background: #be300b; }
.prod-box:hover .prod-remove { display: inline-block; }
.prod-box:hover .prod-added { display: none; }
.prod-remove:after { content: "\f055"; transform: rotate(45deg); }
.dispengall .prod-box { display: inline-block; margin-bottom: 4px; margin-right: 4px; }
.enq-box .prod-box { text-align: left; }
.enq-box.active-parent .image-block a { display: none; }
/*.enq-box.active-parent .prod-box { display: inline-block; }*/
.inr-bnr-content ul { list-style: disc; padding: 0 0 0 17px; }
.inr-bnr-content ul li { color: #fff }
 
/*23/11/2020*/
body .main-navigation a { font-size: 24px; }
.desktop-header-btn { display: flex; padding: 10px 40px 10px 0px; }
.desktop-header-btn .company-con { display: flex; align-items: center; margin-right: 10px; }
.desktop-header-btn .company-con .icon { width: 40px; height: 40px; border-radius: 100%; background-color: #7f4c31; display: flex; justify-content: center; align-items: center; }
.desktop-header-btn .company-con .icon:hover{background-color: #ae7339;}
.desktop-header-btn .company-con .icon .fa { color: #fff; font-size: 1.25rem; }
.desktop-header-btn .company-con .text { display: flex; flex-wrap: wrap; flex-direction: column; padding-left: 10px; }
.desktop-header-btn .company-con .text h5 { margin: 3px 0; width: 100%; font-size: 18px; display: inline-block; }
.desktop-header-btn .company-con .text a { font-size: 14px; text-decoration: underline; white-space: nowrap; color: #fff; }
.desktop-header-btn .company-con .text a:hover {color: #ae7339; }
.desktop-header-btn .company-con .text h5 a { font-size: 18px; }
.mob-header-btn { display: none; }
.main-navigation { padding: 0 10px; }
body .main-navigation li { margin-right: 10px; }
.main-navigation ul { text-align: left; display: flex; justify-content: space-around; }
.footer-new-img { max-width: 200px; height:100px; margin: auto; }
a.popup-gallery{
	display: block;
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    background: transparent;
    width: 100%;
    height: 100%;
    padding: 0;
}
a.popup-gallery:hover{
	    background: transparent;
}
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}
.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}
.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}
.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}
.mfp-align-top .mfp-container:before{display:none}
.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}
.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}
.mfp-ajax-cur{cursor:progress}
.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}
.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}
.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}
.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}
.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}
.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}
.mfp-s-ready .mfp-preloader{display:none}
.mfp-s-error .mfp-content{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}
.mfp-title{display: none;}

.inr-bnr-content::-webkit-scrollbar {
  width: 5px;
  height: 100%;
  overflow: visible;
}

.inr-bnr-content::-webkit-scrollbar-track {
  background: white;
}

.inr-bnr-content::-webkit-scrollbar-thumb {
  background: #466a3a;
  border-radius: 14px;
  border: 2px solid #466a3a;
}

.inr-bnr-content::-webkit-scrollbar-thumb:hover {
  background: var(--scrollbar-thumb-background-hover);
}

.inr-bnr-content::-webkit-scrollbar-thumb:window-inactive {
  background: var(--scrollbar-background-inactive);
}

.added-cart-message {
    position: fixed;
    color: #fff;
    font-size: 24px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    padding: 8px 20px 4px;
    background: #7f4c31;
    position: fixed;
    bottom: 0;
    right: 30px;
    z-index: 10;
    border: 7px solid #000;
    border-radius: 12px;
    /* border-top-left-radius: 12px; */
    /* border-bottom: 0px; */
    bottom: 90px;
    max-width: 255px;
    width: 100%;
    text-align: center;
}

@media (max-width: 991px){.added-cart-message {
    position: fixed;
    color: #fff;
    font-size: 20px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    padding: 8px 20px 4px;
    background: #7f4c31;
    position: fixed;
    bottom: 0;
    right: 0px;
    z-index: 10;
    border: 7px solid #000;
    border-radius: 12px;
    /* border-top-left-radius: 12px; */
    /* border-bottom: 0px; */
    bottom: 120px;
    max-width: 187px;
    width: 100%;
    text-align: center;
}
}

@media (max-width: 480px){
.added-cart-message {
    position: fixed;
    color: #fff;
    font-size: 15px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    padding: 8px 13px 4px;
    background: #7f4c31;
    position: fixed;
    bottom: 0;
    right: 0px;
    z-index: 10;
    border: 7px solid #000;
    border-radius: 12px;
    /* border-top-left-radius: 12px; */
    /* border-bottom: 0px; */
    bottom: 111px;
    max-width: 143px;
    width: 100%;
    text-align: center;
}}

#owl-demo .prod-box{
    pointer-events:none;
}
#owl-demo .aenqlink.done + .prod-box {
    display: inline-block;
}