/*!
Theme Name: kellyhood
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kellyhood
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.

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

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

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

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

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

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

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

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

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

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}




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


a, button, input, select, textarea{
	outline: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus{
	outline: none;
}

li {
	list-style: none;
}

ul, ol {
    margin: 0 0 0 0;
    padding: 0;
}

input::-webkit-input-placeholder {color: #909090; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
input:-moz-placeholder {color: #909090; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
input::-moz-placeholder {color: #909090; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
input:-ms-input-placeholder {color: #909090; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
textarea::-webkit-input-placeholder {color: #909090; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
textarea:-moz-placeholder {color: #909090; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
textarea::-moz-placeholder {color: #909090; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
textarea:-ms-input-placeholder {color: #909090; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
input:focus::-webkit-input-placeholder {color:transparent;}
input:focus:-moz-placeholder {color: transparent;}
input:focus::-moz-placeholder {color: transparent;}
input:focus:-ms-input-placeholder {color: transparent;}
textarea:focus::-webkit-input-placeholder {color:transparent;}
textarea:focus:-moz-placeholder {color: transparent;}
textarea:focus::-moz-placeholder {color: transparent;}
textarea:focus:-ms-input-placeholder {color: transparent;}


/************************************************* My CSS *************************************/


:root {
	--primary-font: "Chelsea Market", sans-serif;
	--secondary-font: "Roboto", sans-serif;
	--primary-color: #A10082;
	--secondary-color: #0D0D0D;
	--para-color : #2E2E2E;
	--rpt_para_color : #525252;
	--white-color: #ffffff;
	--black-color: #000000;
}

.container {
	max-width: 1630px;
	margin: 0 auto;
}


/*------------------------- header ----------------------*/

.hdr_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 60px 25px;
}

.hdr_contact {
    display: flex;
    justify-content: end;
    gap: 30px;
    margin: 0 0 30px;
    align-items: center;
}

.col_hdr {
    width: 74%;
}

.hdr_nav .main-navigation ul {
    justify-content: space-between;
    display: flex;
}

.hdr_nav li a {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: var(--black-color);
    font-family: var(--primary-font);
    text-decoration: none;
    text-transform: capitalize;
}

.hdr_nav li a:hover {
	color: var(--primary-color);
	transition: ease 0.7s;
}

.hdr_btn a {
	font-size: 15px;
    line-height: 19px;
    font-weight: 400;
    color: var(--white-color);
    font-family: var(--primary-font);
    text-transform: capitalize;
    text-decoration: none;
    background-image: url(images/bg_btn_img.svg);
    background-size:cover;
    padding: 15px 30px;
}

.hdr_btn a:hover {
	color: var(--black-color);
	transition: ease 0.7s;
}

.hdr_contact .mdl_col a {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: var(--black-color);
    font-family: var(--primary-font);
    text-decoration: none;
    margin: 8px 0 0;
}

.hdr_contact .mdl_col a:hover {
	color: var(--primary-color);
	transition: ease 0.7s;
}

.hdr_contact .mdl_col select {
    border: none;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: var(--black-color);
    font-family: var(--primary-font);
}

.hdr_contact .mdl_col {
    display: flex;
    align-items: center;
    gap: 10px;
}

/*------------------ footer -----------------*/

.site-info {
    background-color: var(--black-color);
}

.ftr_col {
    width: 24%;
}

.quick_links_col {
    padding: 0 0 0 9%;
}

.services_col {
    padding: 0 0 0 9%;
}

.contact_us_col {
    padding: 0 3% 0px 2%;
}

.footer_row {
    display: flex;
    justify-content: space-between;
    padding: 80px 0 95px;
}

.footer_icon {
    display: flex;
    gap: 10px;
    margin: 35px 0 0;
}

.brand_name {
    border-top: 1px solid #5a5a5a;
    padding: 22px 0;
    text-align: center;
}

.brand_name p, .brand_name a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #ffffff;
    text-transform: capitalize;
    font-family: var(--primary-font);
    margin: 0;
}

.brand_name a {
	color: var(--primary-color);
}

.brand_name a:hover {
	color: var(--white-color);
}

.footer_row h5 {
    font-size: 34px;
    line-height: 34px;
    font-weight: 400;
    color: var(--white-color);
    font-family: var(--primary-font);
    text-transform: capitalize;
    margin: 0 0 25px;
}

.footer_row li a {
    font-size: 16px;
    line-height: 50px;
    font-weight: 400;
    color: var(--white-color);
    text-decoration: none;
    font-family: var(--secondary-font);
}

.footer_row li a:hover {
	color: var(--primary-color);
	transition: ease 0.7s;
}

.footer_row .contact_us_col p {
    font-family: var(--secondary-font);
    margin: 0 0 0;
}

.footer_row p {
	font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: var(--white-color);
    font-family: var(--primary-font);
}

.contact_us_col li {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0px 0 32px;
}

.email_box input {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    font-family: var(--primary-font);
    background-color: #000000;
    border: 1px solid #a8a5a5;
    padding: 18px 20px;
    border-radius: 5px;
    text-transform: capitalize;
    color: var(--white-color) !important;
}

input::placeholder {
    color: #ffffff;
}

.email_box {
    position: relative;
}

.em_icon input {
    position: absolute;
    top: 0px;
    right: 0;
    background: var(--primary-color);
    width: 56px;
    height: 57px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
    border: none;
}
.em_icon i {
    color: #fff;
    right: 18px;
    position: absolute;
    top: 15px;
    transform: rotate(50deg);
    font-size: 25px;
}

.em_icon a {
    color: #ffffff;
    font-size: 20px;
    transform: rotate(50deg);
}


/*------------------ Home page -----------------*/

.hero_banner {
    position: relative;
}

.inner_content {
    width: 40%;
    position: absolute;
    top: 50%;
    left: auto;
    transform: translate(0px, -50%);
    z-index: 1;
}
.hero_banner:after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .30);
}
.inner_content h3 {
    font-size: 80px;
    line-height: 101px;
    font-weight: 400;
    color: var(--white-color);
    font-family: var(--primary-font);
    margin: 0 0 30px;
}

.inner_content p {
	font-size: 35px;
    line-height: 44px;
    font-weight: 400;
    color: var(--white-color);
    font-family: var(--primary-font);
}

.bnr_btn_row a {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    color: var(--black-color);
    font-family: var(--primary-font);
    text-decoration: none;
    text-transform: capitalize;
    padding: 14px 47px;
}

.bnr_btn_row {
    display: flex;
    gap: 10px;
    padding: 30px 0 85px;
}

.bnr_btn_row .buy_btn a {
    background-image: url(images/bg_btn_img1.svg);
    background-size: cover;
}

.bnr_btn_row .buy_btn a:hover {
	color: var(--primary-color);
	transition: ease 0.7s;
}

.bnr_btn_row .support_btn a {
	background-image: url(images/bg_btn_img3.svg);
    background-size:cover;
    color: var(--white-color);
}

.bnr_btn_row .support_btn a:hover {
	color: var(--black-color);
	transition: ease 0.7s;
}

.bnr_logo {
    display: flex;
    gap: 45px;
}

.owl-carousel .owl-item img {
    width: auto;
}

.bnr_cmp p {
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    color: var(--primary-color);
    font-family: var(--primary-font);
    width: 25%;
    margin: 0;
}

.banner_section {
    position: relative;
}

.bnr_cmp {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 33px 56px 30px 0;
    justify-content: end;
    position: absolute;
    right: 0;
    left: auto;
    bottom: 5%;
    z-index: 9999;
    background-image: url(images/white_bg_img.svg);
    background-size: 126% 99%;
    background-repeat: no-repeat;
}

.bnr_cmp img {
    width: 13%;
}


/*------------------ Home page : about section -----------------*/

.about_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 100px 0 100px;
}

.left_col {
    width: 49%;
}

.right_col {
    width: 49%;
}

.right_col img {
    width: 100%;
}

.left_col li {
    position: relative;
    padding: 0 0 0 38px;
}

.left_col li:before {
    position: absolute;
    content: "";
    background-image: url(images/check_icon.svg);
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
}


.rpt_heading h1 {
    font-size: 50px;
    line-height: 63px;
    font-weight: 400;
    color: var(--black-color);
    font-family: var(--primary-font);
    text-transform: capitalize;
    margin: 0 0 25px;
}

.rpt_heading h1 b{
	font-weight: 400;
    color: var(--primary-color);
}


.left_col p,.extra-content-more p {
	font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: var(--para-color);
    font-family: var(--secondary-font);
}

.left_col li p {
	font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: var(--secondary-color);
    font-family: var(--primary-font);
    text-transform: capitalize;
    margin: 0 0 20px;
}

.abt_logo {
    display: flex;
    gap: 10px;
    margin: 35px 0 55px;
}

.rpt_button a {
	font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    color: var(--white-color);
    font-family: var(--primary-font);
    text-decoration: none;
    text-transform: capitalize;
    padding: 15px 32px;
    background-image: url(images/bg_btn_img3.svg);
    background-size:cover;
    background-repeat: no-repeat;display: inline-block;
}

.rpt_button a:hover {
	color: var(--black-color);
	transition: ease 0.7s;
}

.trusted_hdg h2 {
	font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    color: var(--black-color);
    font-family: var(--primary-font);
    text-transform: capitalize;
    text-align: center;
    margin: 0 0 25px;
}

.trusted_hdg h2 b {
    font-weight: 400;
    color: var(--primary-color);
}

.slider_logo {
    display: flex;
}

.trusted_section {
    margin: 100px 0;
}


.client_hdg h4 {
	font-size: 50px;
    line-height: 63px;
    font-weight: 400;
    color: var(--black-color);
    font-family: var(--primary-font);
    text-transform: capitalize;
    text-align: center;
    margin: 0 0 25px;
}

.client_hdg h4 b {
	font-weight: 400;
	color: var(--primary-color);
}

.tstml_row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 100px;
}

.tstml_col {
    padding: 50px 25px 10px;
    box-shadow: 0px 2px 24px 0px #0000000D;
    border: 1px solid #F9EAFF;
    border-bottom: 5px solid #A10082;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 4px 0px 0px #A10082;
}

.strat_img {
    justify-content: center;
    display: flex;
}

.tstml_col p {
	font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #595959;
    font-family: var(--secondary-font);
    text-align: center;
    margin: 0 0 15px;
}

.google_img {
    padding: 20px 0;
    display: flex;
    justify-content: center;
}

.google_img img {
    background: #ECECEC;
    border-radius: 50px;
    padding: 10px;
}

.client_name h6 {
	font-size: 20px;
    line-height: 23px;
    font-weight: 600;
    color: var(--black-color);
    font-family: var(--secondary-font);
    text-transform: capitalize;
    margin:0;
}

.client_name p {
	font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: var(--primary-color);
    font-family: var(--secondary-font);
}

.service_row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 100px;
}

.serv_col {
	width: 32%;
}

.serv_col img {
    border-radius: 22px;
    width: 100%;
}

.serv_title h4 {
	font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    color: var(--black-color);
    font-family: var(--primary-font);
    margin: 20px 0;
}

.serv_title p {
	font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    color: var(--black-color);
    font-family: var(--secondary-font);
}

.serv_col .rpt_button {
    padding: 12px 0 0;
}

.latest_row {
    display: flex;
    justify-content: space-between;
    margin: 0 0 100px;
    /* align-items: center; */
    flex-wrap: wrap;
}

.project_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 30px;
    flex-wrap: wrap;
}

.lft_col {
    width: 48%;
    position: relative;
}

.lft_col img {
    border-radius: 7px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project_title {
    width: 60%;
}
.woof_products_top_panel li a{color: #000000 !important;}
.rght_col {
	width: 50%;
	background: url(images/bg_img.jpg);
	background-size:cover;
	padding: 32px 32px 5px;
	position: relative;
}

.rght_col:before {
	content: "";
    background: url(images/top_img.png);
    width: 100%;
    height: 50px;
    position: absolute;
    top: -5px;
    z-index: 9;
    background-repeat: no-repeat;
}

.rght_col:after {
	content: "";
    background: url(images/bottom_img.png);
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: -35px;
    z-index: 9;
    background-repeat: no-repeat;
}

.lt_col {
    position: absolute;
    bottom: 4%;
    background: #F4F3F1;
    padding: 30px 18px 25px;
    margin: 0 20px 0;
    border-radius: 5px;
}

.lt_col .left_date p {
    font-size: 15px;
    line-height: 17px;
    font-weight: 600;
    color: var(--white-color);
    font-family: var(--secondary-font);
    background: var(--primary-color);
    display: inline;
    padding: 5px 45px;
    border-radius: 50px;
}

.project_title .right_date p {
	font-size: 13px;
    line-height: 15px;
    font-weight: 600;
    color: var(--white-color);
    font-family: var(--secondary-font);
    background: var(--primary-color);
    display: inline;
    padding: 5px 25px;
    border-radius: 50px;
}

.lt_col h6 {
	font-size: 20px;
    line-height: 23px;
    font-weight: 500;
    color: var(--black-color);
    font-family: var(--secondary-font);
    margin: 16px 0 8px;
}

.lt_col p {
	font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    color: var(--rpt_para_color);
    font-family: var(--secondary-font);
    margin: 0 0 12px;
    width: 85%;
}

.lt_col a {
	font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    color: var(--primary-color);
    font-family: var(--secondary-font);
    text-transform: capitalize;
    text-decoration: underline;
}

.lt_col a:hover {
	color: var(--black-color);
	transition: ease 0.7s;
}

.project_title h6 {
	font-size: 20px;
    line-height: 23px;
    font-weight: 500;
    color: var(--black-color);
    font-family: var(--secondary-font);
    margin: 20px 0 10px;
}

.project_title p {
	font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    color: var(--rpt_para_color);
    font-family: var(--secondary-font);
    margin: 0 0 0;
}

.project_img img {
    border-radius: 7px;
    width: 184px;
    height: 120px;
    object-fit: cover;
}

.rqst {
	background-image: url(images/bg_large_img.jpg);
	background-size:cover;
	padding: 100px 0;
	position: relative;
}

.rqst:before {
    content: "";
    background: url(images/top_img.png);
    width: 100%;
    height: 50px;
    position: absolute;
    top: -5px;
    z-index: 9;
    background-repeat: no-repeat;
}


.max_w .client_hdg h4 {
    color: var(--white-color);
    text-transform: none;
}

.max_w {
    width: 100%;
    max-width: 67%;
    margin: 0 auto 0;
    border-radius: 20px;
    padding: 40px 90px 15px;
    background-color: var(--primary-color);
}


.max_w .icon-con {
    position: relative;
    margin-bottom: 8px;
}

.max_w .icon-con img {
    position: absolute;
    top: 25px;
    left: 40px;
    z-index: 9;
}

input::placeholder {
	color: #949494;
}

.max_w input {
    width: 100%;
    font-size: 15px;
    line-height: normal;
    font-weight: 400;
    font-family: var(--primary-font);
    box-shadow: none;
    padding: 25px 18px 22px 58px;
    border: none;
    border-radius: 5px;
    background-color: var(--white-color);
}

.max_w textarea {
	width: 100%;
	height: 160px;
    font-size: 15px;
    line-height: normal;
    font-weight: 400;
    font-family: var(--primary-font);
    box-shadow: none;
    padding: 25px 18px 22px 58px;
    border: none;
    border-radius: 5px;
    background-color: var(--white-color);
}

.max_w .icon-con span.wpcf7-not-valid-tip, .max_w .wpcf7-response-output {
    color: var(--white-color);
    font-family: var(--primary-font);
}

.max_w .wpcf7 form.invalid .wpcf7-response-output {
	border: 1px solid #ffffff;;
}

.max_w .button-con {
    text-align: center !important;
}

.max_w .wpcf7-spinner {
    position: absolute;
}

.max_w .wpcf7-submit {
    width: auto;
    font-size: 24px;
    line-height:3;
    font-weight: 400;
    color: var(--primary-color);
    font-family: var(--primary-font);
    border: none;
    border-radius: 7px;
    padding: 20px 50px;
    margin: -35px 0 0;
    cursor: pointer;
    background-image: url(images/white_img.svg);
    background-size:cover;
    background-color: transparent;
    background-repeat: no-repeat;background-position: center;
}


.max_w .wpcf7-submit:hover {
	color: var(--black-color);
	transition: ease 0.7s;
}


.month_sect .client_hdg h4 {
    text-align: left;
}

div#month-slider .owl-nav {
    display: block;
    position: absolute;
    top: -85px;
    right: 0;
}

div#month-slider .owl-nav button {
    background: var(--primary-color);
    margin: 8px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    color: var(--white-color);
    font-size: 0;
}

div#month-slider .owl-nav button.owl-prev:before {
    content: "\f060";
    font-size: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

div#month-slider .owl-nav button.owl-next:before {
    content: "\f061";
    font-size: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

.month_sect {
    background-image: url(images/bg_large_img.jpg);
    background-size:cover;
    padding: 100px 0;
    margin: 0 0 100px;
    position: relative;
}

.month_sect:after {
    content: "";
    background: url(images/bottom_img.png);
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: -35px;
    z-index: 9;
    background-repeat: no-repeat;
}

.month_sect:before {
    content: "";
    background: url(images/top_img.png);
    width: 100%;
    height: 50px;
    position: absolute;
    top: -5px;
    z-index: 9;
    background-repeat: no-repeat;
}

.month_row {
    display: flex;
    justify-content: space-between;
}

.month_row .month-col img {
    width: 100%;
}

.month_row .owl-stage-outer .owl-stage {
    MARGIN: 20px 0;
}
div#month-slider3 .owl-stage, div#month-slider .owl-stage, div#month-slider2 .owl-stage, div#month-slider1 .owl-stage {
    display: flex;
    flex-wrap: wrap;
}
.month-col {
    background: #ffffff;
    padding: 22px 22px 30px;
    border-radius: 15px;
    box-shadow: 0px 0px 34px 0px #00000014;
    height: 100%;
}

.month-col .price p, .month-col .price b {
    font-size: 20px;
    line-height: 40px;
    font-weight: 400;
    color: var(--black-color);
    font-family: var(--primary-font);
    text-transform: capitalize;
    margin: 0 0 0px;
}

.price {
    margin: 20px 0 0;
}

.month-col .price b {
	color: #D2232A;
}

.month_sect .rpt_button{text-align: center;}

.month_sect .rpt_button a {
    margin: 35px 0 0;
    padding: 20px 40px;
}

.strip_col {
	display: flex;
	padding: 20px 95px;
    background-image: url(images/bg_pink.svg);
    background-size: cover;
    background-repeat: no-repeat;  
    align-items: center;
    justify-content: center;
}


.strip_row {
    display: flex;
    justify-content: space-between;
    margin: 20px 7% 0;
}

.strip_col p {
    font-size: 20px;
    line-height: 18px;
    font-weight: 400;
    color: var(--white-color);
    font-family: var(--primary-font);
    padding: 0px 10px;
    margin: 0 0 0;
}

.left_img img {
    border-radius: 10px;
    width: 100%;
}

.sidebar img {
    width: 100%;
    border-radius: 4px;
}

.hero_banner img {
    width: 100%;
}
nav.woocommerce-breadcrumb span.current {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: var(--primary-color);
    font-family: var(--primary-font);
    text-decoration: none;
}
.stock-status {
    background: #019557;
    display: inline-block;
    color: #fff;
    padding: 5px 19px;
    border-radius: 10px;
    font-family: Chelsea Market;
    font-size: 15px;
    font-weight: 400;
    line-height: 21.63px;
    text-align: center;
    margin: 0 0 15px;
}
.gallery-section .rpt_heading {
    text-align: center;
}
.gallery-section {
    margin: 0 0 80px;
}
.flag.mdl_col .gt_float_switcher {
    z-index: 1;
    position: relative;
    border-radius: 10px;
    background-color: #ffffff !important;
}
.flag.mdl_col {
    position: relative;
    width: 128px;
}
div#gt_float_wrapper {
    position: absolute;
    margin: -19px 0 0;
    left: 0;
}
div#gt_float_wrapper span, div#gt_float_wrapper a {
    font-size: 15px;
}
.hdr_contact .mdl_col a span {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #A10082;
    font-size: 13px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 22px;
    top: 1px;
    line-height: normal;
    border-radius: 50%;
}
.cart.mdl_col {
    position: relative;
}
.wp-block-button__link{
    background: #A10082;
    font-size: 16px !important;
}
ul.wc-block-grid__products .wc-block-grid__product-title {
    color: #000;
    font-size: 15px;
}
.summary.entry-summary p.price {
    margin: 0 0 18px;
}
form.woocommerce-ordering {
    display: flex;
    align-items: center;
}



/*###############Thank you page##############################*/
.thanks-sec h3 {
    color: #E38F25;
    text-align: center;
    font-size: 35px;
    font-family: var(--body-font-family);
    font-weight: 500;
    line-height: normal;
    margin: 20px 0 0;
}
.thanks-sec h2 {
    color: #E38F25;
    text-align: center;
    font-size: 50px;
    font-family: var(--body-font-family);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: capitalize;
}
.thanks-sec h1 {
    
    color:#E38F25;
    text-align: center;
    font-size: 110px;
    font-weight: 700;
    line-height: 109px;
    letter-spacing: 5px;
    margin: 0 0 20px;
    padding: 0 0 20px;
    position: relative;
     font-family: var(--body-font-family);
}
.thanks-sec .site-logo {
    margin: -50px 0 0px;
}
.thanks-sec {
    text-align: center;
    border-radius: 20px;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.10);
    padding: 100px 0 90px;
    margin: 60px 5% 60px;
    border-bottom: 4px solid #A10082;
    border-top: 1px solid #A10082;
    border-right: 1px solid #A10082;
    border-left: 1px solid #A10082;
    box-shadow: 10px 10px 5px #A10082 inset;
}
.about_row .left_col .rpt_heading h1{
	text-transform: inherit;
}

span.cat-links a {
    color: #A10082 !important;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}

.nav-links a {
    color: #A10082!important;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}

.woof_products_top_panel {
    display: none !important;
}



/* Gallery plugin start */

    .custom-lightbox {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1000;
    }
    .lightbox-content {
        position: relative;
    }
    .lightbox-content img {
        max-width: 90%;
        max-height: 90vh;
    }
    .lightbox-prev, .lightbox-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(255, 255, 255, 0.7);
        border: none;
        padding: 10px;
        cursor: pointer;
        font-size: 24px;
    }
    .lightbox-prev {
        left: -50px;
    }
    .lightbox-next {
        right: 4%;
    }
    .lightbox-content img#lightbox-img {
        height: auto !important;
        width: 800px !important;
    }

/* Gallery plugin end */


div#trusted-slider .owl-nav {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0px, -50%);
    width: 100%;
    visibility: hidden;
    transition: 0.5s;
    margin: 0 0px 0;
}
div#trusted-slider {
    padding: 0 10%;
}
div#trusted-slider .owl-nav button.owl-next {
    float: right;
}
div#trusted-slider:hover .owl-nav {
    visibility: visible;
}
div#trusted-slider .owl-nav button {
    background: var(--primary-color);
    margin: 8px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    color: var(--white-color);
    font-size: 0;
}
div#trusted-slider .owl-nav button.owl-prev:before {
    content: "\f060";
    font-size: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}
div#trusted-slider .owl-nav button.owl-next:before {
    content: "\f061";
    font-size: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}




.main-navigation li.menu-item-has-children:after {
    content: "";
    display: inline-block;
    margin-left: 8px;
    cursor: pointer;
    margin-top: 8px;
    background-image: url(images/arrow_menu.svg);
    width: 11px;
    height: 7px;
    background-repeat: no-repeat;
}
.main-navigation li {
    display: inherit;
}
.main-navigation ul ul {
    display: block !important;
}
.main-navigation ul .sub-menu li {
    margin: 0;
    padding: 0;
}
.main-navigation ul .sub-menu li a {
    padding: 10px;
    color: #fff;
    text-shadow: inherit;
    margin: 0;
    outline: none;
    background: var(--primary-color);
    text-align: left;
    border-bottom: 1px solid;
    font-size: 15px;
}
.main-navigation ul ul a:hover {
    background: #000;
}
.main-navigation li.menu-item-has-children:hover:after {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: transform .3sease -out;
}
.abt_logo img {
    height: 57px;
    object-fit: cover;
    box-shadow: 0 0 5px #a10082;
}
.abt_logo{flex-wrap: wrap;}
.bnr_cmp p {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    color: var(--primary-color);
    font-family: var(--primary-font);
    width: 10%;
    margin: 0;
    display: flex;
}


.page-template-exhibition .rpt_heading h1{font-size: 35px;line-height: 1.2;}
.page-template-exhibition .about_row{align-items: flex-start;}

.page-template-exhibition .rpt_heading h6{line-height: 1.1;}

.extra-content-more {
    margin: -70px 0 100px;
}



/*.managble-bottum-content .extra-content-more{margin: auto;}*/



section.delivery-info {
    width: 100%;
    display: inline-block;
    margin: 40px 0 50px;
}
.delivery-info h2{
	    font-size: 30px;
    line-height: 1.5;
    font-weight: 400;
    color: var(--black-color);
    font-family: var(--primary-font);
    text-transform: capitalize;
    margin: 10px 0 25px;
}

.delivery-info h3{
	    font-size: 25px;
    line-height: 1.5;
    font-weight: 400;
    color: var(--black-color);
    font-family: var(--primary-font);
    text-transform: capitalize;
    margin: 0 0 25px;
}
.delivery-info h4{
	    font-size: 25px;
    line-height: 1.5;
    font-weight: 400;
    color: var(--black-color);
    font-family: var(--primary-font);
    text-transform: capitalize;
    margin: 0 0 25px;
}

.delivery-info p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: var(--para-color);
    font-family: var(--secondary-font);
    margin: 0 0 15px;
}
.delivery-info ul{list-style: circle;    margin-left: 22px;}
.delivery-info ul li {
    list-style: disc;
    line-height: 2;
    font-size: 16px;
    
    font-weight: 400;
    color: var(--para-color);
    font-family: var(--secondary-font);
}


ul.baner_logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1%;
}

ul.baner_logo li{width: 11.60%;}
ul.baner_logo li img{height: auto !important;min-height: auto !important;}

.page-template-stockist .hero_banner:after{background: rgba(0, 0, 0, .10);}
/*.page-template-stockist .hero_banner{background: rgba(0, 0, 0, .10);}*/


.captcha-image svg{width: 50px !important;height: 50px !important;}

.about_row.onlyhomepage {
    margin-bottom: 45px;
}

.about_row.onlyhomepage ul{margin-bottom: 25px;}


.banner_section .owl-carousel .owl-item .hero_banner>img{max-height: 900px;width: 100% !important;object-fit: cover;object-position: center;}

.slider_logo .owl-stage {
    display: flex;
    align-items: center;
}


.slider_logo .owl-stage .owl-item {border-right: 1px solid #e4e4e4;height:100px;
    display: flex;
    min-height: 100%;
    justify-content: center;
    text-align: center;
    line-height: 100px;}

div#trusted-slider{padding: 0px;}


div#trusted-slider:hover .owl-nav {
    visibility: hidden;
}


.logo_img {
    display: flex;
    align-items: center;
}



.slider_logo .owl-stage:last-of-type.owl-item.active{border-right: 0px;}

.woof_childs_list_opener span.woof_is_closed,.woof_childs_list_opener span.woof_is_opened{filter: invert(1);}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a{display: block;padding: 10px 20px;background: #000;color: #fff;width: 100%;}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{background: #a10082;}

.woocommerce-account .woocommerce-MyAccount-navigation ul li{margin-bottom: 10px;}

.woocommerce table.my_account_orders .button{background: #000;color: #fff;}

header.woocommerce-Address-title.title,address{color: #000;}



span.woocommerce-input-wrapper {
    width: 100%;
}


.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button{background: #a10082;color: #fff;}


.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover{background: #000;color: #fff;}

fieldset {
    padding: 0px;
}


.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 aspect ratio */
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}





/*********************************************************** Responsive Css *************************************/

@media (min-width: 1441px) and (max-width: 1800px){
.container {max-width: 92%; }
.hdr_row{padding: 18px 40px 20px;}
.col_logo img {width: 200px;}
.hdr_nav li a{font-size: 15px;}
.hdr_btn a{font-size: 14px;}
.hdr_contact .mdl_col a{font-size: 15px;}
.hdr_contact .mdl_col select{font-size: 15px;}
.inner_content h3{font-size: 50px;line-height: 60px;}
.inner_content p{font-size: 30px;line-height: 40px;margin: 0 0 16px;}
.bnr_btn_row{padding: 30px 0 40px;}
.bnr_btn_row a{font-size: 15px;}
.bnr_cmp p{font-size: 18px;line-height: 25px}
.bnr_cmp{padding: 25px 25px 25px 0;}
.strip_col{padding: 20px 30px;}
.strip_col p{font-size: 16px;}
.trusted_section {margin: 60px 0;}
.trusted_hdg h2{font-size: 35px;}
.about_row{margin: 58px 0 70px;}
.extra-content-more{margin: -50px 0 60px;}
.rpt_heading h1{font-size: 35px; line-height: 40px;}
.left_col p,.extra-content-more p{font-size: 15px;line-height: 28px;}
.left_col li p{font-size: 15px;}
.rpt_button a{font-size: 15px;}
.month_sect{padding: 70px 0;margin: 0 0 70px;}
.client_hdg h4{font-size: 35px;line-height: 40px;}
.month-col .price p, .month-col .price b{font-size: 15px;line-height: 28px;}
.tstml_col p{font-size: 15px;line-height: 26px;}
.tstml_row{margin: 0 0 70px;}
.serv_title h4{font-size: 25px;line-height: 30px;}
.serv_title p{font-size: 18px;line-height: 29px;}
.project_img {width: 30%;}
.project_title h6{font-size: 15px;}    
.project_title p{font-size: 14px;}
.lt_col h6{font-size: 15px;}
.lt_col p{font-size: 15px;}
.lt_col a{font-size: 15px;}
.rqst{padding: 80px 0; }
.max_w{max-width: 83%;padding: 40px 70px 15px;}
.max_w .wpcf7-submit{font-size: 17px;}
.latest_row{margin: 0 0 70px;}
.footer_row h5{font-size: 24px;    margin: 0 0 20px;}
.footer_row p{font-size: 14px;}
.footer_row li a{font-size: 15px;line-height: 40px;}
.contact_us_col li{padding: 0 0 20px;}
.footer_row{ padding: 70px 0 70px;}
.brand_name p, .brand_name a{font-size: 15px;}

   /*---- Blog page ----*/

.bg_ttl .right_cnt b{font-size: 14px; line-height: 15px; padding: 5px 28px;}
.blog_col .right_cnt h2 a{font-size: 24px; line-height: 27px;}
.blog_col .right_cnt h2 {margin: 13px 0;}
.bg_ttl .right_cnt p{font-size: 16px; line-height: 28px;}
.bg_ttl .all-btn a{font-size: 18px; line-height: 22px; padding: 14px 37px;}
.right_cnt {margin: 26px 0 0;}
main.row {margin: 80px 0;} 
.blog_col .bg_ttl {padding: 0px 0 52px;}
.recent-posts h3{font-size: 24px; line-height: 30px; margin: 0 0 27px;}
.recent-posts .row p {font-size: 13px; line-height: 20px;}
.social-media h3{font-size: 24px; line-height: 30px; margin: 0 0 20px;}
.social-media img {width: 40px;}
.pagination span{font-size: 15px; width: 45px; height: 45px;}
.recent-posts .row h6 a{font-size: 14px; line-height: 20px;}
.blog-posts {flex: 0 0 65%; max-width: 65%;}
.sidebar {flex: 0 0 35%; max-width: 35%;}
.row .sidebar{padding: 28px;}
.search_section{padding: 48px 22px;}
.search_section input.search-submit{width: 45px; height: 45px;}
.search_section .search-form input{padding: 13px 20px;}
.recent-posts{padding: 38px 25px 5px; margin: 38px 0;}
.social-media{padding: 30px 25px 42px;}

/*---- Review page ----*/
 .review-section{margin: 60px 0;}
 .google_img img{padding: 8px; width: 60px;}    
 .award-date{font-size: 20px; padding: 20px;}
 .award-img {width: 15%;}
 .award-content {width: 62%;}
 .award-content p{font-size: 18px; line-height: 30px;}
 .awards-section { margin: 50px 0;}
 .awards-row{margin: 0 0 22px; padding: 0px 0 22px;}
 .site-main {margin: 60px 0;}
 h1.entry-title, h2.comments-title, h1.page-title, h2.entry-title{font-size: 28px;}
 .entry-meta span.posted-on, .entry-meta span.posted-on a, .entry-meta span.byline{font-size: 15px;}
 .entry-content p{font-size: 15px;}
 .form-submit input#submit{font-size: 14px;}

 .list-box strong{font-size: 20px;}
 .list-box ul li{font-size: 15px;line-height: 30px;}
 .our-stockists{margin: 50px 0 60px;}
 .our-box h6{font-size: 18px;line-height: 30px;}
 .stockist-list .list-box{margin: 0 17px 40px;}

 .location-map {margin: 0 0 60px;}
 .contact-details ul li address{font-size: 22px;}
 .contact-details ul li a, .contact-details ul li p{ font-size: 15px;}
 .contact-details ul li img{left: 12px;}
 .contact-details ul li{padding: 25px 101px;}

 .content-area .filter_list h3{font-size: 15px;padding: 25px 21px;}
 .content-area .woof_list li{font-size: 14px;}
 .content-area nav.woocommerce-breadcrumb a{font-size: 18px;}
 .woocommerce ul.products li.product h2.woocommerce-loop-product__title{font-size: 17px;line-height: 28px;}

 .entry-summary p{font-size: 15px;}
 .summary .price span.woocommerce-Price-amount.amount{font-size: 30px;line-height: 30px;}
 .cart button.single_add_to_cart_button.button.alt{font-size: 14px;}
 .quantity input{padding: 15px 0px !important; }
 .product_meta span{font-size: 15px;line-height: 30px;}
 .woocommerce div.product .woocommerce-tabs ul.tabs li a{font-size: 14px;}
 .related-productt {margin: 0 0 60px;}
 .rpt_heading h6{font-size: 15px;line-height: 30px;}
.nav-links .nav-previous a {font-size: 16px;}






}



@media (min-width: 1200px) and (max-width: 1440px){

.container {max-width: 88%; }
.hdr_row{padding: 18px 40px 20px;}
.col_logo img {width: 200px;}
.hdr_nav li a{font-size: 15px;}
.hdr_btn a{font-size: 14px;}
.hdr_contact .mdl_col a{font-size: 15px;}
.hdr_contact .mdl_col select{font-size: 15px;}
.inner_content h3{font-size: 50px;line-height: 60px;}
.inner_content p{font-size: 30px;line-height: 40px;margin: 0 0 16px;}
.bnr_btn_row{padding: 30px 0 40px;}
.bnr_btn_row a{font-size: 15px;}
.bnr_cmp p{font-size: 18px;line-height: 25px}
.bnr_cmp{padding: 25px 25px 25px 0;}
.strip_col{padding: 20px 30px;}
.strip_col p{font-size: 16px;}
.trusted_section {margin: 60px 0;}
.trusted_hdg h2{font-size: 35px;}
.about_row{margin: 58px 0 70px;}

.extra-content-more{margin: -55px 0 60px;}
.rpt_heading h1{font-size: 35px; line-height: 40px;}
.left_col p,.extra-content-more p{font-size: 15px;line-height: 28px;}
.left_col li p{font-size: 15px;}
.rpt_button a{font-size: 15px;}
.month_sect{padding: 70px 0;margin: 0 0 70px;}
.client_hdg h4{font-size: 35px;line-height: 40px;}
.month-col .price p, .month-col .price b{font-size: 15px;line-height: 28px;}
.tstml_col p{font-size: 15px;line-height: 26px;}
.tstml_row{margin: 0 0 70px;}
.serv_title h4{font-size: 25px;line-height: 30px;}
.serv_title p{font-size: 18px;line-height: 29px;}
.project_img {width: 37%;}
.project_title h6{font-size: 15px;}    
.project_title p{font-size: 14px;line-height: 1.5;}
.lt_col h6{font-size: 15px;}
.lt_col p{font-size: 15px;}
.lt_col a{font-size: 15px;}
.rqst{padding: 80px 0; }
.max_w{max-width: 83%;padding: 40px 70px 15px;}
.max_w .wpcf7-submit{font-size: 17px;}
.latest_row{margin: 0 0 70px;}
.footer_row h5{font-size: 24px;    margin: 0 0 20px;}
.footer_row p{font-size: 14px;}
.footer_row li a{font-size: 15px;line-height:32px;}
.contact_us_col li{padding: 0 0 20px;}
.footer_row{ padding: 70px 0 70px;}
.brand_name p, .brand_name a{font-size: 15px;}

   /*---- Blog page ----*/

.bg_ttl .right_cnt b{font-size: 12px; line-height: 15px; padding: 5px 25px;}
.blog_col .right_cnt h2 a{font-size: 20px; line-height: 27px;}
.blog_col .right_cnt h2 {margin: 12px 0;}
.bg_ttl .right_cnt p{font-size: 15px; line-height: 28px;}
.bg_ttl .all-btn a{font-size: 15px; line-height: 22px; padding: 12px 28px;}
.right_cnt {margin: 24px 0 0;}
main.row {margin: 70px 0;} 
.blog_col .bg_ttl {padding: 0px 0 50px;}
.recent-posts h3{font-size: 20px; line-height: 30px; margin: 0 0 27px;}
.recent-posts .row p {font-size: 12px; line-height: 20px;}
.social-media h3{font-size: 20px; line-height: 25px; margin: 0 0 16px;}
.social-media img {width: 35px;}
.pagination span{font-size: 14px; width: 40px; height: 40px;}
.recent-posts .row h6 a{font-size: 13px; line-height: 20px;}
.blog-posts {flex: 0 0 65%; max-width: 65%;}
.sidebar {flex: 0 0 35%; max-width: 35%;}
.row .sidebar{padding: 25px;}
.search_section{padding: 45px 22px;}
.search_section input.search-submit{width: 45px; height: 42px;}
.search_section .search-form input{padding: 10px 20px;}
.recent-posts{padding: 35px 22px 5px; margin: 35px 0;}
.social-media{padding: 27px 22px 40px;}

/*---- Review page ----*/
 .review-section{margin: 60px 0;}
 .google_img img{padding: 8px; width: 60px;}
 .award-date{font-size: 20px; padding: 20px;}
 .award-img {width: 15%;}
 .award-content {width: 62%;}
 .award-content p{font-size: 17px; line-height: 28px;}
 .awards-section { margin: 50px 0;}
 .awards-row{margin: 0 0 22px; padding: 0px 0 22px;}
 .site-main {margin: 60px 0;}
 h1.entry-title, h2.comments-title, h1.page-title, h2.entry-title{font-size: 28px;}
 .entry-meta span.posted-on, .entry-meta span.posted-on a, .entry-meta span.byline{font-size: 15px;}
 .entry-content p{font-size: 15px;}
 .form-submit input#submit{font-size: 14px;}

.list-box strong{font-size: 20px;}
.list-box ul li{font-size: 15px;line-height: 30px;}
.our-stockists{margin: 50px 0 60px;}
.our-box h6{font-size: 18px;line-height: 30px;}
.stockist-list .list-box {width: calc(31% - 20px);}

.location-map {margin: 0 0 60px;}
.contact-details ul li address{font-size: 22px;}
.contact-details ul li a, .contact-details ul li p{ font-size: 15px;}
.contact-details ul li img{left: 12px;}
.contact-details ul li{padding: 25px 101px;}

.content-area .filter_list h3{font-size: 15px;padding: 22px 40px;}
.content-area .woof_list li{font-size: 14px;}
.content-area nav.woocommerce-breadcrumb a{font-size: 18px;}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title{font-size: 17px;line-height: 28px;}

.entry-summary p{font-size: 15px;}
.summary .price span.woocommerce-Price-amount.amount{font-size: 30px;line-height: 30px;}
.cart button.single_add_to_cart_button.button.alt{font-size: 14px;}
.quantity input{padding: 15px 0px !important; }
.product_meta span{font-size: 15px;line-height: 30px;}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{font-size: 14px;}
.related-productt {margin: 0 0 60px;}

.rpt_heading h5{font-size: 25px;margin: 0 0 25px;}
.gallery-section {margin: 0 0 50px;}
.rpt_heading h6{font-size: 15px;line-height: 30px;}
.nav-links .nav-previous a {font-size: 16px;}

.page-template-exhibition .rpt_heading h1{font-size: 28px;}

.about_row.onlyhomepage{align-items: inherit;}
.about_row.onlyhomepage .right_col img{position: sticky;top: 0px;}
.month_sect{padding: 40px 0px;}


.page-template-about .hero_banner img{max-height: 500px;object-fit: cover;object-position: center;}

.left_col li:before,.list-box ul li:before{width: 20px;height: 20px;background-size: contain;top: 1px;}
.left_col li p,.list-box ul li{line-height: 1.5;}
.list-box ul li{padding-right: 32px;}
.stockist-list .list-box{padding: 20px 40px;}
.about_row{align-items: inherit;}
.about_row .right_col img{position: sticky;top: 0;}

.about_row .left_col p strong{font-size: 20px;}
.page-template-contact-us .hero_banner img {
    width: 100%;
    max-height: 350px;
    object-fit: contain;
}






}



@media (min-width: 992px) and (max-width: 1199px){

.hdr_row { padding: 15px 10px 15px;}
.col_logo img {width: 133px;}
.col_hdr {width: 80%;}
.hdr_nav li a{font-size: 12px;}
.hdr_btn a{font-size: 12px;}
.hdr_contact .mdl_col a{font-size: 15px;}
.hdr_contact .mdl_col select{font-size: 15px;}
.hero_banner img {min-height: 400px;object-fit: cover;}
.hero_banner .bnr_logo img {min-width: 85px;min-height: 65px;width: 90px;}
.inner_content{width: 60%;}
.inner_content h3{font-size: 50px;line-height: 60px;}
.inner_content p{font-size: 20px;line-height: 30px;margin: 0;}
.bnr_btn_row{padding: 30px 0 30px;}
.bnr_cmp p{font-size: 15px;line-height: 24px;}
.bnr_cmp{padding: 20px 30px 20px 0;}
.strip_col{padding: 20px 30px;}
.strip_col p{font-size: 15px;}
.bnr_btn_row a{font-size: 15px;;}
.trusted_section {margin: 45px 0;}
.trusted_hdg h2{font-size: 30px;}
.about_row{margin: 60px 0 65px;}
.extra-content-more{margin: -50px 0 60px;}
.rpt_heading h1{font-size: 30px;line-height: 40px;}
.left_col p,.extra-content-more p{font-size: 15px;line-height: 26px;}
.left_col li p{font-size: 15px;line-height: 26px;}
.rpt_button a{font-size: 15px;}
.month_sect{padding: 65px 0;margin: 0 0 60px;}
.client_hdg h4{font-size: 30px;line-height: 50px;}
.tstml_col p{font-size: 15px;}
.serv_title h4{font-size: 20px;line-height: 30px;}
.serv_title p{font-size: 15px; line-height: 28px;}
.rght_col{width: 100%;}
.lft_col{ width: 100%;}
.lt_col h6{font-size: 16px;}
.lt_col p{font-size: 15px;}
.lt_col a{font-size: 15px;}
.project_title h6{font-size: 16px;}
.project_title p{font-size: 15px;}
.rqst{padding: 68px 0;}
.max_w{max-width: 95%;padding: 40px 50px 15px;}
.max_w .wpcf7-submit{font-size: 15px;}
.footer_row h5{font-size: 18px;}
.footer_row p{font-size: 15px;line-height: 24px;}
.footer_row li a{font-size: 15px; line-height: 33px;}
.contact_us_col li{padding: 0px 0 20px; }
.footer_row{padding: 50px 0 40px;}
.brand_name p, .brand_name a{font-size: 15px;}
.rght_col:before{display: none;}
.rght_col:after{display: none;}
.latest_row{margin: 0 0 65px;}
.tstml_row{margin: 0 0 60px;}
.service_row{margin: 0 0 65px;}

/*---- Blog page ----*/

.bg_ttl .right_cnt b{font-size: 11px; line-height: 15px; padding: 5px 22px;}
.blog_col .right_cnt h2 a{font-size: 16px; line-height: 24px;}
.blog_col .right_cnt h2 {margin: 10px 0;}
.bg_ttl .right_cnt p{font-size: 15px; line-height: 27px;}
.bg_ttl .all-btn a{font-size: 13px; line-height: 22px; padding: 12px 27px;}
.right_cnt {margin: 20px 0 0;}
main.row {margin: 60px 0;} 
.blog_col .bg_ttl {padding: 0px 0 45px;}
.recent-posts h3{font-size: 16px; line-height: 24px; margin: 0 0 25px;}
.recent-posts .row p {font-size: 12px; line-height: 20px;}
.social-media h3{font-size: 18px; line-height: 25px; margin: 0 0 12px;}
.social-media img {width: 32px;}
.pagination span{font-size: 12px; width: 35px; height: 35px;}
.recent-posts .row h6 a{font-size: 13px; line-height: 20px;}
.blog-posts {flex: 0 0 65%; max-width: 65%;}
.sidebar {flex: 0 0 35%; max-width: 35%;}
.row .sidebar{padding: 20px;}
.search_section{padding: 40px 20px;}
.search_section input.search-submit{width: 45px; height: 42px;}
.search_section .search-form input{padding: 10px 20px;}
.recent-posts{padding: 30px 20px 5px; margin: 30px 0;}
.social-media{padding: 25px 20px 35px;}

/*---- Review page ----*/
 .review-section{margin: 55px 0;}
 .google_img img{padding: 8px; width: 60px;}

.award-date{font-size: 14px; padding: 16px;}
.award-img {width: 15%;}
.award-content {width: 62%;}
.award-content p{font-size: 15px; line-height: 28px;}
.awards-section { margin: 50px 0;}
.awards-row{margin: 0 0 22px; padding: 0px 0 22px;}
.site-main {margin: 60px 0;}
h1.entry-title, h2.comments-title, h1.page-title, h2.entry-title{font-size: 28px;}
.entry-meta span.posted-on, .entry-meta span.posted-on a, .entry-meta span.byline{font-size: 15px;}
.entry-content p{font-size: 15px;}
.form-submit input#submit{font-size: 14px;}

.list-box strong{font-size: 20px;}
.list-box ul li{font-size: 15px;line-height: 30px;}
.our-stockists{margin: 50px 0 60px;}
.our-box h6{font-size: 18px;line-height: 30px;}
.stockist-list .list-box {width: calc(46% - 20px);}

.location-map {margin: 0 0 60px;}
.contact-details ul li address{font-size: 22px;}
.contact-details ul li a, .contact-details ul li p{ font-size: 15px;}
.contact-details ul li img{left: 10px;}
.contact-details ul li{padding: 25px 0 25px 98px;}

.content-area .filter_list h3{font-size: 15px;padding: 20px 22px;background-position: center;}
.content-area .woof_list li{font-size: 14px;}
.content-area nav.woocommerce-breadcrumb a{font-size: 18px;}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title{font-size: 17px;line-height: 28px;}

.entry-summary p{font-size: 15px;}
.summary .price span.woocommerce-Price-amount.amount{font-size: 30px;line-height: 30px;}
.cart button.single_add_to_cart_button.button.alt{font-size: 14px;}
.quantity input{padding: 10px 0px !important;    width: 32% !important;}
.product_meta span{font-size: 15px;line-height: 30px;}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{font-size: 14px;}
.related-productt {margin: 0 0 60px;}

.rpt_heading h5{font-size: 22px;margin: 0 0 25px;}
.gallery-section {margin: 0 0 50px;}
.rpt_heading h6{font-size: 15px;line-height: 30px;}
.nav-links .nav-previous a {font-size: 16px;}

.page-template-exhibition .rpt_heading h1{font-size: 25px;}

.delivery-info h2{font-size: 25px;}
.delivery-info h3{font-size: 22px;}
.delivery-info h4{font-size: 22px;}

.about_row.onlyhomepage{align-items: inherit;}
.about_row.onlyhomepage .right_col img{position: sticky;top: 0px;}
.month_sect{padding: 40px 0px;}


.page-template-about .hero_banner img{max-height: 400px;object-fit: cover;object-position: center;}

.left_col li:before,.list-box ul li:before{width: 20px;height: 20px;background-size: contain;top: 1px;}
.left_col li p,.list-box ul li{line-height: 1.5;}
.list-box ul li{padding-right: 32px;}
.stockist-list .list-box{padding: 20px 40px;}
.about_row{align-items: inherit;}
.about_row .right_col img{position: sticky;top: 0;}


.woocommerce div.product form.cart div.quantity{width: 100px;}
.quantity input{width: 100% !important;}
.cart button.single_add_to_cart_button.button.alt{padding: 15px 30px;}
.cart button.single_add_to_cart_button.button.alt:before{display: none;}



}





@media (min-width: 768px) and (max-width: 991px){

.hdr_row { padding: 15px 10px 15px;}
.col_logo img {width: 133px;}
.col_hdr {width: 80%;}
.hdr_nav li a{font-size: 12px;}
.hdr_btn a{font-size: 12px;}
.hdr_contact .mdl_col a{font-size: 15px;}
.hdr_contact .mdl_col select{font-size: 15px;}
.hero_banner img {min-height: 400px;object-fit: cover;}
.hero_banner .bnr_logo img {min-width: 85px;min-height: 65px;width: 90px;}
.inner_content{width: 60%;}
.inner_content h3{font-size: 50px;line-height: 60px;}
.inner_content p{font-size: 20px;line-height: 30px;margin: 0;}
.bnr_btn_row{padding: 30px 0 30px;}
.bnr_cmp p{font-size: 15px;line-height: 24px;}
.bnr_cmp{padding: 20px 30px 20px 0;}
.strip_col{padding: 20px 30px;}
.strip_col p{font-size: 15px;}
.bnr_btn_row a{font-size: 15px;;}
.trusted_section {margin: 45px 0;}
.trusted_hdg h2{font-size: 30px;}
.about_row{margin: 30px 0 65px;}
.extra-content-more{margin: -45px 0 60px;}
.rpt_heading h1{font-size: 30px;line-height: 40px;}
.page-template-exhibition .rpt_heading h1{font-size: 30px;}
.left_col p,.extra-content-more p{font-size: 15px;line-height: 26px;}
.left_col li p{font-size: 15px;line-height: 26px;}
.rpt_button a{font-size: 15px;}
.month_sect{padding: 65px 0;margin: 0 0 60px;}
.client_hdg h4{font-size: 30px;line-height: 50px;}
.tstml_col p{font-size: 15px;}
.serv_title h4{font-size: 20px;line-height: 30px;}
.serv_title p{font-size: 15px; line-height: 28px;}
.rght_col{width: 100%;}
.lft_col{ width: 100%;}
.lt_col h6{font-size: 16px;}
.lt_col p{font-size: 15px;}
.lt_col a{font-size: 15px;}
.project_title h6{font-size: 16px;}
.project_title p{font-size: 15px;}
.rqst{padding: 68px 0;}
.max_w{max-width: 95%;padding: 40px 50px 15px;}
.max_w .wpcf7-submit{font-size: 15px;}
.footer_row h5{font-size: 18px;}
.footer_row p{font-size: 13px;line-height: 24px;}
.footer_row li a{font-size: 13px; line-height: 28px;}
.contact_us_col li{padding: 0px 0 20px; }
.footer_row{padding: 50px 0 40px;}
.brand_name p, .brand_name a{font-size: 13px;}
.rght_col:before{display: none;}
.rght_col:after{display: none;}
.latest_row{margin: 0 0 65px;}
.tstml_row{margin: 0 0 60px;}
.service_row{margin: 0 0 65px;}

.ftr_col.our_newsletter_col {
    width: 35%;
}

.quick_links_col {
    padding: 0 0 0 4%;
}

.services_col {
    padding: 0 0 0 2%;
}

.contact_us_col {
    padding: 0 0% 0px 0%;
}


/*---- Blog page ----*/

.bg_ttl .right_cnt b{font-size: 10px; line-height: 15px; padding: 5px 22px;}
.blog_col .right_cnt h2 a{font-size: 16px; line-height: 24px;}
.blog_col .right_cnt h2 {margin: 8px 0;}
.bg_ttl .right_cnt p{font-size: 15px; line-height: 27px;}
.bg_ttl .all-btn a{font-size: 12px; line-height: 22px; padding: 10px 25px;}
.right_cnt {margin: 16px 0 0;}
main.row {margin: 50px 0;} 
.blog_col .bg_ttl {padding: 0px 0 35px;}
.recent-posts h3{font-size: 16px; line-height: 24px; margin: 0 0 25px;}
.recent-posts .row p {font-size: 12px; line-height: 20px;}
.social-media h3{font-size: 18px; line-height: 25px; margin: 0 0 12px;}
.social-media img {width: 32px;}
.pagination span{font-size: 12px; width: 35px; height: 35px;}
.recent-posts .row h6 a{font-size: 13px; line-height: 20px;}
.blog-posts {flex: 0 0 60%; max-width: 60%;}
.sidebar {flex: 0 0 40%; max-width: 40%;}
.row .sidebar{padding: 20px;}
.search_section{padding: 40px 20px;}
.search_section input.search-submit{width: 45px; height: 42px;}
.search_section .search-form input{padding: 10px 20px;}
.recent-posts{padding: 30px 20px 5px; margin: 30px 0;}
.social-media{padding: 25px 20px 35px;}

/*---- Review page ----*/
 .review-section{margin: 50px 0;}
 .google_img img{padding: 8px; width: 55px;}

.award-date{font-size: 14px; padding: 16px;}
.award-img {width: 15%;}
.award-content {width: 62%;}
.award-content p{font-size: 15px; line-height: 28px;}
.awards-section { margin: 50px 0;}
.awards-row{margin: 0 0 22px; padding: 0px 0 22px;}
.site-main {margin: 60px 0;}
h1.entry-title, h2.comments-title, h1.page-title, h2.entry-title{font-size: 28px;}
.entry-meta span.posted-on, .entry-meta span.posted-on a, .entry-meta span.byline{font-size: 15px;}
.entry-content p{font-size: 15px;}
.form-submit input#submit{font-size: 14px;}

.list-box strong{font-size: 20px;}
.list-box ul li{font-size: 15px;line-height: 30px;}
.our-stockists{margin: 50px 0 60px;}
.our-box h6{font-size: 18px;}
.stockist-list .list-box {width: calc(46% - 20px);}


.location-map {margin: 0 0 60px;}
.contact-details ul li address{font-size: 22px;}
.contact-details ul li a, .contact-details ul li p{ font-size: 15px;}
.contact-details ul li img{left: 10px;}
.contact-details ul li{padding: 25px 0 25px 98px;}

.content-area .filter_list h3{font-size: 12px;padding: 16px 9px;background-position: center;}
.content-area .woof_list li{font-size: 12px;
       
    }


.content-area nav.woocommerce-breadcrumb a{font-size: 18px;}
.mobile-class p.woocommerce-result-count{margin: 0;font-size: 14px;}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title{font-size: 17px;line-height: 28px;}
.berocket_lgv_widget{display: none;}


.entry-summary p{font-size: 15px;}
.summary .price span.woocommerce-Price-amount.amount{font-size: 30px;line-height: 30px;}
.cart button.single_add_to_cart_button.button.alt{font-size: 14px;}
.quantity input{padding: 10px 0px !important;    width: 32% !important;}
.product_meta span{font-size: 15px;line-height: 30px;}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{font-size: 14px;}
.related-productt {margin: 0 0 60px;}

.rpt_heading h5{font-size: 22px;margin: 0 0 25px;}
.gallery-section {margin: 0 0 50px;}
.rpt_heading h6{font-size: 15px;line-height: 30px;}
.nav-links .nav-previous a {font-size: 16px;}


.about_row {
    margin: 60px 0 60px;
    flex-direction: column-reverse;
}

.extra-content-more{margin: -40px 0 60px;}
.right_col, .left_col{width: 100%;}

.delivery-info h2{font-size: 25px;}
.delivery-info h3{font-size: 22px;}
.delivery-info h4{font-size: 22px;}

.left_col li:before,.list-box ul li:before{width: 20px;height: 20px;background-size: contain;top: 1px;}
.left_col li p,.list-box ul li{line-height: 1.5;}
.list-box ul li{padding-right: 32px;}
.stockist-list .list-box{padding: 20px 40px;}

.woocommerce div.product form.cart div.quantity{width: 100px;}
.quantity input{width: 100% !important;}
.cart button.single_add_to_cart_button.button.alt{padding: 15px 30px;}
.cart button.single_add_to_cart_button.button.alt:before{display: none;}


}









@media(max-width:767px){

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

html.js {padding: 0 !important;}
html body div#wprmenu_bar {top: 28px; z-index: 9; margin: 0; background: transparent; width: 55px !important; left: 15px; right: auto;padding: 0; position: absolute;}
#mg-wprm-wrap.cbp-spmenu-left {top: 0px !important; width: 100%; max-width: 97%; height: inherit!important;position: absolute;}
#wprmenu_bar div.hamburger {margin-top: 0; }
#wprmenu_bar .menu_title a{font-size: 0px}
.hdr_row{padding: 12px 20px;}
.col_logo img {max-width: 150px;}
#wprmenu_bar div.hamburger {padding: 0 !important; margin-top: 0px !important; height: 100%;}
html.wprmenu-body-fixed body {position: relative !important;}
#wprmenu_menu_ul {padding: 50px 0 50px;}
div#wprmenu_bar.active {left: auto;right: 26px;z-index: 99999;background: #fff;width: auto !important;padding: 7px;border-radius: 5px;top: 7px;}

.col_logo {width: 85%; align-items: center; display: flex; justify-content: center;}
.col_hdr {width: 15%;}
.hdr_contact{gap: 20px; margin: 0 0 10px;}
#mg-wprm-wrap li.menu-item a{font-family: var(--primary-font);}

/*---- Home page ----*/

.hdr_nav {display: none;}
.hdr_btn {display: none;}

.hdr_contact .login a {font-size: 0px;}
.hdr_contact .cart a {font-size: 0px;}

.hdr_contact .login a img{min-width:25px;}
.hdr_contact .cart a img {min-width: 25px;}

.inner_content{width: 95%;}
.hdr_contact .flag {display: none;}
.hero_banner img {min-height: 200px; object-fit: cover;}
.banner_section .owl-carousel .owl-item .hero_banner>img{min-height:400px;}
.inner_content h3{font-size: 30px; line-height:1.2; text-transform: capitalize; margin: 0 0 10px;}
.inner_content p{font-size: 22px; line-height: 30px; text-transform: capitalize;}
.bnr_logo{gap: 25px;}
.hero_banner .bnr_logo img {min-width:auto; min-height:auto; width:auto;}
.bnr_btn_row{gap: 20px; padding: 5px 0 35px;}
.bnr_btn_row a{font-size: 16px; padding: 12px 36px;}
.bnr_cmp img {width: 10%;}
.bnr_cmp p{font-size: 12px; line-height: 16px; width: 16%;}
.bnr_cmp{gap: 8px; padding: 10px 14px 30px 0; background-size: 148% 77%; bottom: 0;}

.stockist-list .list-box{margin-bottom: 20px;}

.strip_col p{font-size: 16px;}
.strip_col img {max-width: 22px;}
.strip_col{padding: 20px 30px;}
#strip-slider .owl-nav {font-size: 45px; color: var(--primary-color); top: 50%; transform: translate(0px, -50%); position: absolute; width: 107%;
   					   left: 0px; display: block; z-index: -1;}
#strip-slider .owl-nav button.owl-prev {position: absolute; left: -30px; right: auto;}
#strip-slider .owl-nav button.owl-next { float: right;}

.trusted_section {margin: 60px 0;}
.trusted_hdg h2{font-size: 30px; line-height: 35px; margin: 0 0 20px;}
.logo_img img {max-width: 140px;}

.about_row{margin: 40px 0 40px; flex-direction: column-reverse;}
.extra-content-more{margin: -45px 0 60px;}
.right_col{width: 100%; margin: 0 0 15px;}
.left_col {width: 100%;}
.rpt_heading h1{font-size: 23px; line-height:1.3;}
.left_col p,.extra-content-more p{font-size: 15px; line-height: 27px;}
.left_col li p{font-size: 15px; line-height: 27px; margin: 0 0 10px;}
.left_col li:before{background-size: 22px; top: 5px;}
.left_col li{padding: 0 0 0 32px;}
.rpt_button a{font-size: 15px; padding: 13px 30px;}
.abt_logo{margin: 15px 0 25px; }

#rl-gallery-container-1 .rl-basicgrid-gallery .rl-gallery-item,#rl-gallery-container-1 .rl-basicgrid-gallery .rl-gallery-item img{height: 200px !important;}
.woocommerce div.product .woocommerce-tabs .panel{padding: 20px !important;}

.exhibition-slider{margin: -20px 0 0px;}

.page-template-exhibition .about_row{flex-direction: column !important;}

.client_hdg h4{font-size: 30px; line-height: 40px; margin: 0 0 25px;}
.month_sect .client_hdg h4{text-align: center;margin: 0;}
.month-col .price p, .month-col .price b{font-size: 18px; line-height:1.2;}

.related-productt .client_hdg h4{margin-bottom: 5px;}

.month_sect{padding: 40px 0; margin: 0 0 40px;}
.month_sect .rpt_button a{margin: 15px 0 0; padding: 12px 25px;}
div#month-slider .owl-nav{width: 100%; top: 50%; transform: translate(0px, -50%);}
div#month-slider .owl-nav button.owl-next {float: right;}
div#month-slider .owl-nav button.owl-prev {position: absolute; right: auto; left: -10px;}
div#month-slider .owl-nav button.owl-next {position: absolute; right: -10px; left: auto;}
div#month-slider .owl-nav button.owl-next:before{font-size: 16px;}
div#month-slider .owl-nav button.owl-prev:before{font-size: 16px;}
div#month-slider .owl-nav button{width: 40px; height: 40px; margin: 0;}


.tstml_row{margin: 0 0 100px;}
.tstml_col p{font-size: 16px; line-height: 27px;}
.tstml_col{padding: 40px 18px 25px;}
.google_img img{padding: 7px; max-width: 55px;}
div#customer-slider .owl-nav {position: absolute; justify-content: center; align-items: center; width: 100%; display: flex; padding: 8px 0 0;   }
div#customer-slider .owl-nav button {background: var(--primary-color); margin: 5px; width: 35px; height: 35px; border-radius: 50px; 
								color: var(--white-color); font-size: 0;}
div#customer-slider .owl-nav button.owl-prev:before {content: "\f060"; font-size: 16px; font-family: "Font Awesome 5 Free"; font-weight: 600;}
div#customer-slider .owl-nav button.owl-next:before { content: "\f061"; font-size: 16px; font-family: "Font Awesome 5 Free"; font-weight: 600;}

.service_row{flex-direction: column; margin: 0 0 60px; gap: 40px;}
.serv_col {width: 100%;}
.serv_title h4{font-size: 25px; line-height: 30px;}
.serv_title p{font-size: 16px; line-height: 30px}


.latest_row{flex-direction: column; margin: 0 0 60px;}
.rght_col {display: none;}
.lft_col{width: 100%;}
.lft_col img{min-height: 500px; object-fit: cover;}
.lt_col .left_date p{font-size: 13px; line-height: 15px; padding: 4px 30px;}
.lt_col h6 {font-size: 18px;}
.lt_col p{font-size: 15px; line-height: 23px;}
.lt_col a{font-size: 15px;}
.lt_col{bottom: 2%; padding: 20px 15px 20px; margin: 0 12px 0;}

.rqst{padding: 60px 0;}
.max_w{max-width: 100%; padding: 35px 20px 5px;}
.max_w input, .max_w textarea{padding: 16px 18px 16px 38px; font-size: 13px;}
.max_w textarea{height: 115px;}
.max_w .icon-con img{top: 16px; left: 27px;}
.max_w .wpcf7-submit{font-size: 15px; line-height: 25px; padding: 40px 68px; margin: -45px 0 0;}

.footer_row{padding: 55px 0 35px; flex-direction: column; gap: 30px;}
.ftr_col {width: 100%;}
.quick_links_col {padding: 0 0 0 0;}
.services_col {padding: 0 0 0 0;}
.mobile_view_row {display: flex; justify-content: space-between;}
.footer_row h5{font-size: 22px; line-height: 25px; margin: 0 0 20px;}
.footer_row p{font-size: 15px; line-height: 24px;}
.footer_icon img {width: 45px;}
.footer_icon{gap: 7px; margin: 22px 0 0;}
.footer_row li a{font-size: 15px; line-height: 40px;}
.contact_us_col li{gap: 15px; padding: 0px 0 18px;}
.brand_name{padding: 15px 0;}
.brand_name p, .brand_name a{font-size: 13px; line-height: 20px;}


/*---- Blog page ----*/

.bg_ttl .right_cnt b{font-size: 12px; line-height: 25px; padding: 5px 25px;}
.blog_col .right_cnt h2 a{font-size: 22px; line-height:1;}
.blog_col .right_cnt h2 {margin: 12px 0;line-height: 1;}
.bg_ttl .right_cnt p{font-size: 15px; line-height: 27px;}
.bg_ttl .all-btn a{font-size: 15px; line-height: 25px; padding: 13px 30px;}
.right_cnt {margin: 22px 0 0;}
main.row {margin: 40px 0; flex-direction: column-reverse; gap: 30px;} 
.blog_col .bg_ttl {padding: 0px 0 45px;}
.recent-posts h3{font-size: 22px; line-height: 30px; margin: 0 0 25px;}
.recent-posts .row p {font-size: 14px; line-height: 20px;}
.recent-posts .row h6{margin: 12px 0 12px;}
.social-media h3{font-size: 22px; line-height: 30px; margin: 0 0 16px;}
.social-media img {width: 40px;}
.pagination span{font-size: 15px; width: 40px; height: 40px;}


 /*---- Review page ----*/
 .review-section{margin: 60px 0;}


 /*---- Awards page ----*/

.award-date{font-size: 22px; padding: 25px;}
.award-img {width: 50%;}
.award-content {width: 100%; margin: 5px 0 0;}
.award-content p{font-size: 16px; line-height: 30px;}
.awards-section { margin: 50px 0;}

.search_section{padding: 20px 10px;}
.row .sidebar{padding: 12px;}

.site-main {margin: 40px 0;}
h1.entry-title, h2.comments-title, h1.page-title, h2.entry-title{font-size: 28px;}
.entry-meta span.posted-on, .entry-meta span.posted-on a, .entry-meta span.byline{font-size: 15px;}
.entry-content p{font-size: 15px;}
.form-submit input#submit{font-size: 14px;}

.page-template-stockist .left_col ul li{width: 100%;}
.stockist-list .list-box{width: 100%;margin: 0 0 30px;}
.list-box strong{font-size: 20px;}
.list-box ul li{font-size: 15px;line-height: 30px;}
.our-stockists{margin: 50px 0 60px;}
.our-box {width: 100.5%;margin: 0 0 10px;}
.our-box h6{font-size: 18px;}

.conact-row .contact-details {width: 100%;}
.conact-row .max_w{width: 100%;}
.location-map {margin: 0 0 60px;}
.contact-details ul li address{font-size: 22px;}
.contact-details ul li a, .contact-details ul li p{ font-size: 15px;}
.contact-details ul li img{left: 10px;}
.contact-details ul li{padding: 25px 100px;padding-right: 10px;}

.content-area .filter_list h3{font-size: 16px;padding: 16px 40px;background-position: center;}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: left;
    margin-top: 20px !important;
}


.conact-row{margin: 40px 0px;}

html body div#wprmenu_bar{top: 21px;}
.content-area .woof_list li{font-size: 16px;}
.content-area nav.woocommerce-breadcrumb a{font-size: 18px;}
.mobile-class p.woocommerce-result-count{margin: 0;font-size: 14px;}
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{width: 100%;margin: 0 0 1.992em;}
.berocket_lgv_widget {display: none;}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title{font-size: 17px;line-height: 28px;}


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

.woocommerce div.product div.summary{clear: both;}
.slick-track.flex-control-nav {display: none;}
.vertical-img-left.wpgis-slider-for{width: 100%;}
.entry-summary p{font-size: 15px;}
.summary .price span.woocommerce-Price-amount.amount{font-size: 30px;line-height: 30px;}
.cart button.single_add_to_cart_button.button.alt{font-size: 14px;padding: 12px 35px;}
.cart button.single_add_to_cart_button.button.alt:before{display: none;}
.quantity input{padding: 10px 0px !important;    width: 90% !important;}
.woocommerce div.product form.cart div.quantity{width: 100px;}
.product_meta span{font-size: 15px;line-height: 30px;}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{font-size: 14px;}
.related-productt {margin: 0 0 40px;}

.rpt_heading h5{font-size: 22px;margin: 0 0 25px;line-height: 1.5;}
.gallery-section {margin: 0 0 50px;}
.rpt_heading h6{font-size: 15px;line-height: 30px;}
.nav-links .nav-previous a {font-size: 16px;}

.page-template-exhibition .rpt_heading h1{font-size: 28px;}

.woocommerce ul.order_details li {width: 100%;margin: 0 0 20px;}

.our-stockists .our-box {
    width: 24%;
}

.delivery-info h2{font-size: 25px;}
.delivery-info h3{font-size: 22px;}
.delivery-info h4{font-size: 22px;}

ul.baner_logo li {
    width: 23.8%;
}


.left_col li:before,.list-box ul li:before{width: 20px;height: 20px;background-size: contain;top: 1px;}
.left_col li p,.list-box ul li{line-height: 1.5;}
.list-box ul li{padding-right: 32px;}
.stockist-list .list-box{padding: 20px 40px;}


.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li a{width: 100% !important;text-align: center;}

.woocommerce div.product .woocommerce-tabs ul.tabs li{margin: 5px auto;max-width: 400px;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.additional_info_tab_tab a,.woocommerce div.product .woocommerce-tabs ul.tabs li.description_tab a,.woocommerce div.product .woocommerce-tabs ul.tabs li.reviews_tab a{padding: 12px 20px;}

.woocommerce div.product .woocommerce-tabs ul.tabs{text-align: center;}

.rqst .row .col-md-6:first-child{padding-bottom: 20px;}



}



