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

vaughans 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;
		justify-content: space-between;
		align-items: center;
	}
}

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

.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;
}
/*------------------------------------------------------------------------------------------my css ----------------------------------------------------------------------------*/
:root {
	--primary-font: "Noto Serif Tibetan", serif;
	--primary-color: #555555;
	--background-color:#ffffff;
	--secondary-color: #000000;
	--accent-color: #EEEEEE;
	--text-color-1: #5C5C5C;
}
.container {
	width: 100%;
	max-width: 1630px;
	margin: 0 auto;
}
h1, h2, h3, h4, h5, h6, p, ul, span, li {
	margin: 0;
	padding: 0;
}
.left_menu_bar {
    width: 100%;
    max-width: 55%;
    margin: 0 auto;
}
.main-navigation a {
    display: block;
    text-decoration: none;
    font-size: 18px;
    color: var(--background-color);
    font-family: var(--primary-font);
    text-transform: uppercase;
}
.header_main_menu li#menu-item-32 a{
	position: relative;
	font-size: 0;
}
/*.header_main_menu li#menu-item-32 a:before {
    content: "";
    width: 300px;
    height: 80px;
    display: inline-block;
    background: url('images/logo.png');
    background-repeat: no-repeat;
    background-position: center center;
}*/
.site-branding {
/*    border-bottom: 1px solid #D7D7D7;*/
    padding: 19px 0;
}
.site-info {
	background: var(--background-color);
	border-top: 1px solid #D7D7D7;
}
.main_footer_section {
	padding: 50px 0 60px;
}
.footer_logo {
    text-align: center;
    margin-bottom: 35px;
}
.company_contact_info {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    width: 55%;
    margin: 0 auto 30px;
}
.contact_info {
    display: flex;
    align-items: center;
    gap: 15px;
}
.footer_info a, .footer_info p {
	font-size: 18px;
	color: var(--text-color-1);
	font-family: var(--primary-font);
	font-weight: 700;

}
.footer_icon {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-bottom: 9px;
}
.footer_icon img {
	object-fit: contain;
}
.link1 a {
    color: #0866FF;
    font-size: 30px;
}
.link2 a {
    color: #AA0085;
    font-size: 30px;
}
.link3 a {
    color: #FF0302;
    font-size: 30px;
}

.socail_links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.brand_row {
	border-top: 1px solid #634A45;
	padding: 30px 0;
}
.brand_row p, .brand_row a {
    color: var(--text-color-1);
    font-size: 16px;
    font-family: var(--primary-font);
    line-height: 1.6em;
    text-align: center;
}
.kichen_design p {
	color: var(--secondary-color);
	font-size: 16px;
	font-family: var(--primary-font);
	line-height: 2em;
	text-transform: uppercase;
}
.kichen_design {
    display: flex;
    align-items: center;
    gap: 45px;
    justify-content: center;
    margin-bottom: 50px;
}
.kichen_design_section {
	padding: 50px 0 90px;
}
.kichen_heading {
	text-align: center;
	/*width:90%;
	margin:0 auto;*/
}
.kichen_heading h1 {
	font-size: 30px;
	font-family: var(--primary-font);
	color: var(--secondary-color);
	font-weight: 400;
	line-height: 1.4em;
	text-transform: uppercase;
	margin-bottom: 20px;
	text-align: center;
}
.kichen_heading p {
	font-size: 16px;
	font-family: var(--primary-font);
	color: var(--primary-color);
	line-height: 2em;
	margin-bottom: 50px;
	text-align: center;
}
/*Gallary css*/
.showrm-glry-img {
    /* position: relative; */
    cursor: pointer;
    margin-bottom: 22px;
}
.showrm-glry-img a img {
    width: 100%;
}
#maximize-icn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: alpha(Opacity=80);
    opacity: .8;
    display: none;
}

.gallery-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    width: 80%;
    max-width: 1000px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.gallery-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.showrm-glry-img:hover #maximize-icn {
    visibility: visible;
    opacity: 1;
}
/*projects page*/
.projects_section {
    padding: 70px 0;
}
.rpt_heading h1 {
	font-size: 42px;
	font-family: var(--primary-font);
	color: var(--secondary-color);
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 70px;
	text-align: center;
}
.projects_row {
    display: flex;
    flex-wrap: wrap;
}
.projects_col {
	width: calc(50% - 30px);
	margin: 0 15px 45px;
	box-shadow: 0 1px 10px -5px rgba(0, 0, 0, 0.8);
	background-color: var(--background-color);
}
.text_content {
	padding: 35px 30px;
	position: relative;
}
.text_content h3 {
	font-size: 25px;
	font-family: var(--primary-font);
	color: var(--secondary-color);
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 20px;
}
.text_content p {
	font-size: 16px;
	font-family: var(--primary-font);
	color: var(--primary-color);
	line-height: 2em;
}
.text_content img {
    content: "";
    width: 15px;
    height: 15px;
    object-fit: contain;
    position: absolute;
    top: 40px;
    right: 25px;
    z-index: 1;
}
/*about css*/
.about_section {
	padding: 80px 0 100px;
}
.about_row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.about_content p {
	font-size: 16px;
	font-family: var(--primary-font);
	color: var(--primary-color);
	line-height: 2em;
}
.about_col {
	width: calc(50% - 30px);
	margin: 0 15px 0;
}
/*contact page*/
.contact_section {
	padding: 80px 0 100px;
}
.contact_col {
	background: var(--accent-color);
	padding: 90px 125px;
	border-radius: 10px;
	width: 82%;
	margin: 0 auto;
}
.contact_content input[type="text"], .contact_content input[type="tel"] , .contact_content input[type="email"] {
	width: 100%;
	height: 60px;
	color: #666;
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	padding: 15px 25px;
	margin-bottom: 30px;
}
.contact_content textarea{
	width: 100%;
	height: 150px;
	color: #666;
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	padding: 15px 25px;
	margin-bottom: 30px
}
.contact_content .wpcf7-form-control-wrap {
    position: relative;
    text-align: center;
    margin: 0 0 30px;
}
.contact_content .submit_btn {
	text-align: center;
}
.contact_content input[type="submit"] {
    border: 1px solid;
    border-color: transparent;
    border-radius: 30px;
    background: #000;
    color: #fff;
    line-height: 1;
    padding: 24px 25px 14px;
    line-height: 18px;
    min-width: 242px;
    font-size: 18px;
    font-family: var(--primary-font);
    text-transform: uppercase;
    transition: ease 0.7s;
}
.contact_content input[type="submit"]:hover {
	background-color: var(--accent-color);
	transition: ease 0.7s;
	border-color: #000;
	color: #000;
	cursor: pointer;
}
.submit_btn p {
    display: inline-grid;
}
.contact_content input::-webkit-input-placeholder {color: #666666; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
.contact_content input:-moz-placeholder {color: #666666; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
.contact_content input::-webkit-input-placeholder {color: #666666; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
.contact_content input:-moz-placeholder {color: #666666; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
.contact_content input::-moz-placeholder {color: #666666; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
.contact_content input:-ms-input-placeholder {color: #666666; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
.contact_content textarea::-webkit-input-placeholder {color: #666666; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
.contact_content textarea:-moz-placeholder {color: #666666; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
.contact_content textarea::-moz-placeholder {color: #666666; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
.contact_content textarea:-ms-input-placeholder {color: #666666; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
.contact_content input:focus::-webkit-input-placeholder {color:transparent; border-color: #909090;}
.contact_content input:focus:-moz-placeholder {color: transparent; border-color: #909090;}
.contact_content input:focus::-moz-placeholder {color: transparent;border-color: #909090;}
.contact_content input:focus:-ms-input-placeholder {color: transparent;border-color: #909090;}
.contact_content textarea:focus::-webkit-input-placeholder {color:transparent;border-color: #909090;}
.contact_content textarea:focus:-moz-placeholder {color: transparent;border-color: #909090;}
.contact_content textarea:focus::-moz-placeholder {color: transparent;border-color: #909090;}
.contact_content textarea:focus:-ms-input-placeholder {color: transparent;border-color: #909090;}

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

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

.contact_content h3 {
	font-size: 25px;
	font-family: var(--primary-font);
	color: var(--secondary-color);
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 30px;
	text-align: center;	
}
/*error page*/
.page-header h1 {
    font-size: 2.5em;
    margin: 3em 0;
    font-family: var(--primary-font);
}
.page-header h1 {
    font-size: 2.5em;
    margin: 3em 0;
    font-family: var(--primary-font);
}
.text-center {
    text-align: center!important;
}
/*thank you page*/

.thanks-sec h1 {
    font-size: 100px;
    font-weight: 700;
    line-height: 125px;
    font-family: var(--primary-font);
    text-align: center;
    color: var(--text-color-1);
    margin: 25px 0 10px;
}
.thanks-sec p {
    font-size: 34px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    margin: 0px;
}
/* brand pages css */
.brand_section {
padding: 70px 0;
}
.brand_section .rpt_heading h1 {
	margin-bottom: 20px;
}
.rpt_heading p {
	font-size: 22px;
    line-height: 1.7em;
    text-align: center;
    color: var(--primary-color);
    margin-bottom: 40px;
    padding: 0 4%;
}
.company_row {
	display: flex;
}
.company_col {
	width: 50%;
	display: flex;
	align-items: center;
}
.dark_bg {
	background: var(--secondary-color);
	color: var(--background-color);
	padding: 30px;
}
.light_bg {
	background: #E2E2E2;
	color: var(--secondary-color);
	padding: 30px;
}
.company_heading p{
	font-size: 22px;
        line-height: 1.7em;
    text-align: center;
    font-family: var(--primary-font);
    margin-bottom: 20px;
}
.company_heading h3{
	font-size: 35px;
	font-family: var(--primary-font);
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}
/*home banner section*/
.home_banner_section {
    margin-top: -121px;
    position: relative;
}
.home_container {
    position: relative;
}
.home_container img {
    width: 100%;
    object-fit: cover;
}
header#masthead {
    z-index: 9;
    position: relative;
}
header.other-page-header {
    background: var(--secondary-color);
}
.company_text h1{
	font-size: 35px;
    line-height: 1.2em;
    color: var(--background-color);
    font-family: var(--primary-font);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;	
}
.company_text p {
	font-size: 22px;
       line-height: 1.7em;
    font-family: var(--primary-font);
    color: var(--background-color);
    text-align: center;
    margin-bottom: 20px;
}
.company_full_row {
    position: relative;
}
.company_text {
    position: absolute;
    top: 34%;
    left: 16%;
    width: 75%;
}
.details_quality_section {
	background: #D9D9D9;
	padding: 100px 136px;
}
.details_text h2 {
	font-size: 35px;
    line-height: 1.2em;
    color: var(--primary-color);
    font-family: var(--primary-font);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}
.details_text p {
	font-size: 22px;
        line-height: 1.7em;
    font-family: var(--primary-font);
     color: var(--primary-color);
    text-align: center;
    margin-bottom: 40px;
}
.details_image img {
	width: 100%;
	object-fit: cover;
}
.dark_heading {
    background: var(--secondary-color);
    padding: 30px 0 0;
    height: 81px;
    margin-top: -81px;
    z-index: 1;
    position: relative;
}
.dark_heading h3{
	font-size: 35px;
    line-height: 1.2em;
    color: var(--background-color);
    font-family: var(--primary-font);
    text-transform: uppercase;
    text-align: center;
}
/*design for life section*/
.design_for_life_sectin {
	padding: 100px 0;
	background: var(--background-color);
}
.light_area {
	background: #D9D9D9;
	padding: 40px;
	text-align: center;
}
.light_area h4 {
	font-size: 40px;
    line-height: 1.2em;
    color: var(--secondary-color);
    font-family: var(--primary-font);
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 15px;
}
.light_area p {
	font-size: 30px;
        line-height: 1.7em;
    color: var(--secondary-color);
    font-family: var(--primary-font);
    text-align: center;
    margin-bottom: 20px;
}
.light_area a {
	font-size: 30px;
    line-height: 1.4em;
    color: var(--secondary-color);
    font-family: var(--primary-font);
    text-align: center;
    text-decoration: none;
}
.light_area img {
	margin-left: 5px;
}
.footer_logo img {
    width: 107px;
    object-fit: contain;
}

.kichen_design p:nth-child(2) {
    position: relative;
}
.kichen_design p:nth-child(2):before {
    content: "";
    width: 13px;
    height: 2px;
    position: absolute;
    top: 10px;
    background: #000;
    left: -27px;
}
.kichen_design p:nth-child(2):after {
    content: "";
    width: 13px;
    height: 2px;
    position: absolute;
    top: 10px;
    background: #000;
    right: -27px;
}
main#primary {
    padding: 80px 0;
}
h1.entry-title {
    font-size: 42px;
    font-family: var(--primary-font);
    color: var(--secondary-color);
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 30px;
}
.entry-content p {
	font-size: 22px;
    line-height: 1.7em;
    color: var(--primary-color);
    margin-bottom: 30px;
}
.post-thumbnail img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.nav-previous, .nav-next {
    background: var(--secondary-color);
    text-align: center !important;
    padding: 8px 10px;
    max-width: 179px;
    color: #fff;
}
.nav-previous a, .nav-next a {
    color: #fff;
    text-decoration: none;
}
.nav-previous:hover, .nav-next:hover {
	background-color: #A5A29D;
	cursor: pointer;
}
.nav-previous:hover a, .nav-next:hover a {
	color: var(--secondary-color);
}
.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
}
.entry-meta .posted-on a {
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: 500;
}
.entry-meta .byline .author a {
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: 500;
}
.entry-meta {
    margin-bottom: 25px;
}
.entry-content h4 {
    font-size: 28px;
    font-family: var(--primary-font);
    line-height: 1.3em;
    margin-bottom: 10px;
}
.entry-footer span.cat-links {
    font-size: 18px;
    font-family: var(--primary-font);
  
}
span.cat-links a {
	color: var(--secondary-color);
	font-weight: 500;
	font-family: var(--primary-font);
}
.entry-footer {
	  margin-bottom: 20px;
}
h3#reply-title {
    font-size: 28px;
    font-family: var(--primary-font);
    line-height: 1.3em;
    margin-bottom: 10px;
}
.comment-respond label {
	display: block;
}
.comment-respond input[type="url"], .comment-respond input[type="text"], .comment-respond input[type="email"] {
	width: 75%;
	height: 50px;
	margin-bottom: 15px;
}
.comment-notes {
font-size: 22px;
    line-height: 1.7em;
    color: var(--primary-color);
    margin-bottom: 30px;	
}
p.comment-form-cookies-consent {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 20px;
}
.comment-form-cookies-consent label {
    margin-bottom: 0;
}
p.comment-form-url {
    margin-bottom: 20px;
}
.form-submit input[type="submit"] {
	background: var(--secondary-color);
    padding: 12px 12px;
    max-width: 179px;
    color: #fff;
    font-weight: 600;
}
.form-submit input[type="submit"]:hover {
	background-color: #A5A29D;
	cursor: pointer;
	color: var(--secondary-color);
}
.details_text h3 {
	font-size: 35px;
    line-height: 1.2em;
    color: var(--secondary-color);
    font-family: var(--primary-font);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}
.design_image img {
	width: 100%;
	object-fit: cover;
}
.thankyou_section { 
 	padding: 80px 0 80px;
}
.company_text h3 {
    font-size: 35px;
    line-height: 1.2em;
    color: var(--background-color);
    font-family: var(--primary-font);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}
.error404 main#primary {
	padding: 0;
}
.error404 .page-header h1 {
    font-size: 50px;
    margin: 80px 0;
    font-family: var(--primary-font);
    text-align: center;
}








/* --------------------------------------------------------------------------responsive css-------------------------------------------------------------------- */
@media screen and (max-width:767px) {
.main-navigation ul li {position: relative;margin: 0px 0px;padding: 12px 24px;border-bottom: 1px solid #ffffff24;}
.menu-toggle{ display: none;}
.home_container img {  height: 350px;}
.home_banner_section {margin-top: -42px;}
.menu-item-object-custom {display: none;}
#mg-wprm-wrap ul li {border-bottom: 1px dashed #ffffff70; padding: 6px 10px;margin: 0;}
#mg-wprm-wrap.cbp-spmenu-left, #mg-wprm-wrap.cbp-spmenu-right, #mg-widgetmenu-wrap.cbp-spmenu-widget-left, #mg-widgetmenu-wrap.cbp-spmenu-widget-right {
 top: 70px !important;}
.wprmenu_bar #custom_menu_icon.hamburger { top: 12px;right: 20px; float: right;background-color: transparent;}
#wprmenu_bar .bar_logo {height: 48px !important;}
#wprmenu_menu_ul { margin-top: 10px;}
.page-id-10 #wprmenu_bar { background-color: transparent;}
#mg-wprm-wrap li.menu-item a {text-align: center;}
#wprmenu_bar div.hamburger{margin-right: 15px !important;}
.kichen_design_section { padding: 40px 0;}
.kichen_design {gap: 23px; flex-direction: column; margin-bottom: 15px;}
.kichen_design p {  line-height: 1.4em; font-size: 14px}
.kichen_heading h1 {font-size:22px;}
.kichen_heading p { font-size: 16px; line-height: 1.8em; margin-bottom: 25px;}
.main_footer_section { padding: 35px 0 20px;}
.footer_logo img {width: 75px;}
.kichen_design p:nth-child(2):after {top: 28px; right: 49%;}
.kichen_design p:nth-child(2):before {top: -20px;left: 43%;}
.company_contact_info { flex-direction: column; width: 100%; margin: 0 auto 15px;}
.contact_info {gap: 10px;  margin-bottom: 10px;}
.footer_info a, .footer_info p {font-size: 16px;}
.footer_icon img { width: 16px;}
.socail_links i { font-size: 25px; gap: 20px;}
.site-branding {padding: 0px 0;}
.brand_row p, .brand_row a {font-size: 13px;}
.brand_row { padding: 20px 0;}
.rpt_heading h1 {font-size: 28px; margin-bottom: 20px;}
.about_row { flex-direction: column-reverse;}
.about_col { width: calc(100% - 0px); margin: 0 0px 20px;}
.about_content p { font-size: 16px; line-height: 1.8em;}
.about_section {padding: 80px 0 15px;}
.projects_section { padding: 80px 0 20px;}
.projects_col { width: calc(100% - 0px); margin: 0 0px 20px;}
.projects_row{flex-direction: column;}
.text_content { padding: 25px 15px;}
.text_content h3 { font-size: 22px; margin-bottom: 12px;}
.text_content p {  font-size: 16px;  line-height: 1.8em;}
.text_content img { width: 12px; height: 12px;top: 20px; right: 20px;}
.contact_col {padding: 25px 15px; width: 100%;}
.contact_content h3 { font-size: 22px; margin-bottom: 15px; }
.contact_content input[type="text"], .contact_content input[type="tel"], .contact_content input[type="email"] { height: 42px; font-size: 13px; padding: 6px 12px; margin-bottom: 20px;}
.contact_content textarea { height: 116px; font-size: 13px; color: #666 !important;
padding: 10px 12px; margin-bottom: 20px;}
.contact_content .wpcf7-form-control-wrap {margin: 0 0 20px;}
.contact_content input[type="submit"] {padding: 17px 18px 9px; min-width: 150px; font-size: 14px;}
.contact_section { padding: 80px 0 35px;}
.brand_section .rpt_heading h1 {margin-bottom: 10px;}
.rpt_heading p { font-size: 16px; margin-bottom: 25px; padding: 0 0%;}
.brand_section {  padding: 80px 0 35px;}
.company_col { width: 100%;}
.company_row{flex-direction: column;}
.company_heading h3 { font-size: 25px;}
.dark_bg, .light_bg {padding: 40px 15px;}
.company_heading p { font-size: 16px;  margin-bottom: 0px;}
.company_row:nth-child(2) { flex-direction: column-reverse;}
.details_quality_section { padding: 35px 12px;}
.company_text h1 { font-size: 25px; margin-bottom: 15px;}
.company_text p {font-size: 16px; margin-bottom: 15px;}
.company_text {top: 14%; left: 5%; width: 90%;}
.company_text h3 {font-size: 30px; margin-bottom: 10px;}
.com_images img {  height: 360px;}
.details_text p { font-size: 16px; margin-bottom: 20px;}
.details_text h3 {font-size:25px; margin-bottom: 15px;}
.details_image img { height: 200px;}
.brandproduct_row img {height: 200px;}
.design_for_life_sectin {padding: 35px 0;}
.design_image img {height: 240px}
.dark_heading h3 {font-size: 25px;}
.dark_heading {padding: 24px 0 0; height: 62px; margin-top: -62px;}
.light_area {padding: 30px 15px;}
.light_area h4 { font-size: 26px;  margin-bottom: 10px;}
.light_area p {font-size: 20px; margin-bottom: 12px;}
.light_area a { font-size: 18px;}
h1.entry-title { font-size: 26px; margin-bottom: 15px;}
.post-thumbnail img {height: 220px;}
.entry-content p { font-size: 16px; margin-bottom: 25px;}
main#primary { padding: 80px 0 30px;}
.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {flex-direction: column; gap: 20px;}
.entry-content p {  margin-bottom: 20px;}
.entry-content h4 { font-size: 25px;}
h3#reply-title { font-size: 25px;}
.comment-notes {font-size: 16px; margin-bottom: 20px;}
.comment-respond input[type="url"], .comment-respond input[type="text"], .comment-respond input[type="email"] {
    width: 100%; height: 40px; margin-bottom: 15px;}
input[type=checkbox], input[type=radio] { margin-top: 5px;}
p.comment-form-cookies-consent { align-items: flex-start; margin-bottom: 16px;}
.form-submit input[type="submit"] {font-size: 13px;}
.thanks-sec h1 { font-size: 40px; line-height: 48px; margin: 0px 0 10px;}
.thanks-sec p { font-size: 22px; line-height: 30px;}
.thankyou_section {  padding: 80px 0 35px;}
.error404 .page-header h1 {font-size: 38px; margin: 90px 0 30px;}
.fg-masonry.fg-col2 .fg-item { width: 100%;}


}

/*--------------------------------------------------------------768px------------------------------------------------------------*/
@media (min-width:768px) and (max-width:991px) {
.container {max-width: 100%;}
.left_menu_bar { max-width: 80%; margin: 0 auto;}
.main-navigation a { font-size: 15px;}
.main-navigation ul li {margin: 0 15px;}
.kichen_design_section { padding: 50px 0 50px;}
.kichen_design {   margin-bottom: 15px;}
.kichen_heading h1 {font-size: 24px; margin-bottom: 15px; }
.kichen_heading p {  font-size: 15px; margin-bottom: 20px; text-align: center;}
.company_contact_info {  width: 90%;   margin: 0 auto 0px;}
.footer_info a, .footer_info p { font-size: 14px;}
.socail_links i { font-size: 22px;}
.socail_links{  gap: 20px;}
.footer_logo img { width: 75px;}
.main_footer_section { padding: 39px 0 40px;}
.contact_info {  gap: 8px;}
.projects_section {  padding: 50px 0 25px;}
.rpt_heading h1 { font-size: 32px;   margin-bottom: 22px;}
.text_content { padding: 20px 15px;}
.text_content h3 {font-size: 20px; margin-bottom: 15px;}
.text_content p {line-height: 1.6em;}
.text_content img {top: 18px; right: 16px;}
.projects_col { width: calc(50% - 20px); margin: 0 10px 25px; }
.about_section { padding: 50px 0 60px;}
.about_content p { font-size: 15px; line-height: 1.7em;}
.contact_section {  padding: 50px 0 50px;}
.contact_col { padding: 40px 45px;}
.contact_content h3 {font-size: 20px; margin-bottom: 15px;}
.contact_content input[type="text"], .contact_content input[type="tel"], .contact_content input[type="email"] {
   height: 45px; padding: 6px 12px; margin-bottom: 20px; font-size: 13px;}
 .contact_content textarea {height: 110px; padding: 10px 15px; margin-bottom: 20px; font-size: 13px;}
 .contact_content input[type="submit"] {padding: 14px 11px 5px; min-width: 135px; font-size: 14px;}
 .contact_col { width: 95%;}
 .brand_section { padding: 50px 0;}
 .rpt_heading p {font-size: 15px; margin-bottom: 25px; padding: 0 0%;}
 .dark_bg { padding: 15px;}
 .company_heading h3 {  font-size: 18px;  margin-bottom: 14px;}
 .company_heading p {font-size: 14px; margin-bottom: 0px;}
 .light_bg { padding: 15px;}
.company_text {top: 27%; left: 5%; width: 90%;}
.company_text p { font-size: 16px;  margin-bottom: 0;}
.com_images img {  height: 350px;}
.details_quality_section { padding: 45px 30px;}
.details_text p { font-size: 15px; margin-bottom: 20px;}
.design_for_life_sectin { padding: 50px 0;}
.dark_heading h3 { font-size: 18px; }
.light_area {padding: 20px 15px;}
.light_area h4 {font-size: 20px; margin-bottom: 12px;}
.light_area p { font-size: 16px; margin-bottom: 12px;}
.light_area a { font-size: 18px;}
main#primary {padding: 50px 0;}
h1.entry-title { font-size: 25px; margin-bottom: 15px;}
.entry-content p {font-size: 16px; margin-bottom: 10px;}
.nav-previous, .nav-next {max-width: 158px;}
.comment-notes {font-size: 16px; margin-bottom: 20px;}
.entry-content h4 { font-size: 22px;}
h3#reply-title {  font-size: 22px;}
.comment-respond input[type="url"], .comment-respond input[type="text"], .comment-respond input[type="email"] {
    width: 100%;height: 40px; margin-bottom: 15px;}  
 .thanks-sec p { font-size: 22px; line-height: 26px;}
.thanks-sec h1 { font-size: 55px;line-height: 1.2em; margin: 10px 0 0px;}
.thankyou_section { padding: 50px 0 50px;}
.dark_heading {height: 66px; margin-top: -66px;}


}
/*--------------------------------------------------------------768px------------------------------------------------------------*/
@media (min-width:991px) and (max-width:1199px) {
.left_menu_bar {max-width: 68%;}
.container {max-width: 100%;}
.main-navigation a { font-size: 15px;}
.main-navigation ul li {margin: 0 15px;}
.kichen_design_section { padding: 50px 0 50px;}
.kichen_design {   margin-bottom: 15px;}
.kichen_heading h1 {font-size: 25px; margin-bottom: 15px; }
.kichen_heading p {  font-size: 16px; margin-bottom: 20px; text-align: center;}
.company_contact_info {  width: 70%;   margin: 0 auto 0px;}
.footer_info a, .footer_info p { font-size: 14px;}
.socail_links i { font-size: 23px;}
.socail_links{  gap: 20px;}
.footer_logo img { width: 75px;}
.main_footer_section { padding: 45px 0 45px;}
.contact_info {  gap: 8px;}
.projects_section {  padding: 50px 0 25px;}
.rpt_heading h1 { font-size: 32px;   margin-bottom: 22px;}
.text_content { padding: 20px 15px;}
.text_content h3 {font-size: 22px; margin-bottom: 16px;}
.text_content p {line-height: 1.6em;}
.text_content img {top: 18px; right: 16px;}
.projects_col { width: calc(50% - 20px); margin: 0 10px 25px; }
.about_section { padding: 50px 0 60px;}
.about_content p { font-size: 15px; line-height: 1.7em;}
.contact_section {  padding: 50px 0 50px;}
.contact_col { padding: 40px 45px;}
.contact_content h3 {font-size: 25px; margin-bottom: 15px;}
.contact_content input[type="text"], .contact_content input[type="tel"], .contact_content input[type="email"] {
   height: 45px; padding: 6px 12px; margin-bottom: 20px; font-size: 13px;}
 .contact_content textarea {height: 110px; padding: 10px 15px; margin-bottom: 20px; font-size: 13px;}
 .contact_content input[type="submit"] {padding: 14px 11px 5px; min-width: 135px; font-size: 14px;}
 .contact_col { width: 85%;}
 .brand_section { padding: 50px 0;}
 .rpt_heading p {font-size: 15px; margin-bottom: 25px; padding: 0 0%;}
 .dark_bg { padding: 15px;}
 .company_heading h3 {  font-size: 18px;  margin-bottom: 14px;}
 .company_heading p {font-size: 14px; margin-bottom: 0px;}
 .light_bg { padding: 15px;}
.company_text {top: 24%; left: 5%; width: 90%;}
.company_text p { font-size: 16px;  margin-bottom: 0;}
.com_images img {  height: 350px;}
.details_quality_section { padding: 45px 30px;}
.details_text p { font-size: 15px; margin-bottom: 20px;}
.design_for_life_sectin { padding: 50px 0;}
.dark_heading h3 { font-size: 18px; }
.light_area {padding: 20px 15px;}
.light_area h4 {font-size: 20px; margin-bottom: 12px;}
.light_area p { font-size: 16px; margin-bottom: 12px;}
.light_area a { font-size: 18px;}
main#primary {padding: 50px 0;}
h1.entry-title { font-size: 25px; margin-bottom: 15px;}
.entry-content p {font-size: 16px; margin-bottom: 10px;}
.nav-previous, .nav-next {max-width: 158px;}
.comment-notes {font-size: 16px; margin-bottom: 20px;}
.entry-content h4 { font-size: 22px;}
h3#reply-title {  font-size: 22px;}
.comment-respond input[type="url"], .comment-respond input[type="text"], .comment-respond input[type="email"] {
width: 100%;height: 40px; margin-bottom: 15px;}  
.thanks-sec p { font-size: 24px; line-height: 26px;}
.thanks-sec h1 { font-size: 65px;line-height: 1.2em; margin: 10px 0 0px;}
.thankyou_section { padding: 50px 0 50px;}











	
}
/*--------------------------------------------------------------1200px------------------------------------------------------------*/

@media (min-width:1200px) and (max-width:1440px) {
.container {max-width: 87%;}	
.main-navigation a {font-size: 14px;}
.left_menu_bar { max-width: 60%;}
.main-navigation li {margin: 0 15px;}
.kichen_design_section {padding: 40px 0 60px;}
.kichen_design { gap: 45px; margin-bottom: 10px;}
.kichen_heading h1 { font-size: 25px;margin-bottom: 10px;}
.kichen_heading p{margin-bottom: 30px; font-size: 16px;}
.main_footer_section { padding: 35px 0 35px;}
.footer_info a, .footer_info p {font-size: 16px;}
.company_contact_info {width: 70%; margin: 0 auto 20px;}
.socail_links i { font-size: 22px; gap: 20px;}
.brand_row {padding: 22px 0;}
.contact_info {  gap: 10px;}
.brand_row p, .brand_row a {font-size: 13px;}
.footer_logo img {width: 75px;}
.contact_section {padding: 55px 0 70px;}
.rpt_heading h1 {font-size: 30px; margin-bottom: 30px;}
.contact_col {padding: 60px 83px; width: 82%;}
.contact_content h3 {font-size: 22px; margin-bottom: 20px;}
.contact_content input[type="text"], .contact_content input[type="tel"], .contact_content input[type="email"] {
	font-size: 12px; height: 36px;padding: 12px 10px; margin-bottom: 18px;}
.contact_content textarea {height: 100px; font-size: 12px;padding: 12px 10px;margin-bottom: 20px;}
.contact_content .wpcf7-form-control-wrap { margin: 0 0 20px;}
.contact_content input[type="submit"] {padding: 16px 21px 7px; min-width: 160px; font-size: 14px;}
.contact_col {padding: 60px 83px 35px;}
.about_content p {font-size: 16px;}
.about_section {padding: 60px 0 70px;}
.projects_section { padding: 50px 0;}
.projects_col { width: calc(50% - 20px);margin: 0 10px 25px;}
.text_content {padding: 30px 20px;}
.text_content h3 {font-size: 22px; margin-bottom: 10px;}
.text_content p { font-size: 16px; line-height: 1.6em;}
.text_content img {width: 12px; height: 12px; top: 27px; right: 20px;}
.brand_section { padding: 50px 0;}
.brand_section .rpt_heading h1 { margin-bottom: 8px;}
.rpt_heading p { font-size: 16px; margin-bottom: 35px; }
.company_heading h3 { font-size: 25px; margin-bottom: 14px;}
.company_heading p { font-size: 16px; margin-bottom: 0px;}
.company_text h1 { font-size: 22px; margin-bottom: 14px;}
.company_text p {font-size: 16px; margin-bottom: 0px;}
.company_text { top: 34%; left: 7%; width: 84%;}
.details_quality_section { padding: 60px 74px;}
.details_text h2 {font-size: 22px; margin-bottom: 14px;}
.details_text p {font-size: 16px; margin-bottom: 28px;}
.design_for_life_sectin { padding: 60px 0;}
.dark_heading { padding: 18px 0 0;  height: 50px; margin-top: -50px;}
.dark_heading h3 { font-size: 22px;}
.light_area h4 { font-size: 24px; margin-bottom: 8px;}
.light_area p {font-size: 17px; margin-bottom: 16px;}
.light_area a {font-size: 16px; line-height: 1.2em;}
.light_area {padding: 35px 20px 26px;}



}
/*--------------------------------------------------------------1441px------------------------------------------------------------*/

@media (min-width:1441px) and (max-width:1800px) {
.container {max-width: 87%;}	
.main-navigation a {font-size: 16px;}
.left_menu_bar { max-width: 60%;}
.main-navigation li {margin: 0 15px;}
.kichen_design_section {padding: 30px 0 60px;}
.kichen_design { gap: 45px; margin-bottom: 30px;}
.kichen_heading h1 { font-size: 20px;margin-bottom: 15px;}
.kichen_heading p{margin-bottom: 30px; font-size: 16px;}
.main_footer_section { padding: 35px 0 35px;}
.footer_info a, .footer_info p {font-size: 15px;}
.company_contact_info {width: 70%; margin: 0 auto 20px;}
.socail_links i { font-size: 22px; gap: 20px;}
.brand_row {padding: 22px 0;}
.brand_row p, .brand_row a {font-size: 14px;}
.footer_logo img {width: 75px;}
.contact_section {padding: 55px 0 70px;}
.rpt_heading h1 {font-size: 30px; margin-bottom: 25px;}
.contact_col {padding: 60px 83px; width: 82%;}
.contact_content h3 {font-size: 30px; margin-bottom: 20px;}
.contact_content input[type="text"], .contact_content input[type="tel"], .contact_content input[type="email"] {
	font-size: 14px; height: 48px;padding: 12px 20px; margin-bottom: 18px;}
.contact_content textarea {height: 150px; font-size: 14px;padding: 12px 20px;margin-bottom: 20px;}
.contact_content .wpcf7-form-control-wrap { margin: 0 0 20px;}
.contact_content input[type="submit"] {  padding: 24px 21px 12px; min-width: 192px; font-size: 18px;}
.contact_col {padding: 60px 83px 35px;}
.about_content p {font-size: 16px;}
.about_section {padding: 60px 0 70px;}
.projects_section { padding: 50px 0;}
.projects_col { width: calc(50% - 20px);margin: 0 10px 25px;}
.text_content {padding: 30px 20px;}
.text_content h3 {font-size: 25px; margin-bottom: 10px;}
.text_content p { font-size: 16px; line-height: 1.6em;}
.text_content img {width: 12px; height: 12px; top: 27px; right: 20px;}
.brand_section { padding: 50px 0;}
.brand_section .rpt_heading h1 { margin-bottom: 8px;}
.rpt_heading p { font-size: 16px; margin-bottom: 35px; }
.company_heading h3 { font-size: 22px; margin-bottom: 14px;}
.company_heading p { font-size: 16px; margin-bottom: 0px;}
.company_text h1 { font-size: 30px; margin-bottom: 16px;}
.company_text p {font-size: 18px; margin-bottom: 0px;}
.company_text { top: 34%; left: 7%; width: 84%;}
.details_quality_section { padding: 60px 74px;}
.details_text h2 {font-size: 22px; margin-bottom: 14px;}
.details_text p {font-size: 16px; margin-bottom: 28px;}
.design_for_life_sectin { padding: 60px 0;}
.dark_heading { padding: 18px 0 0;  height: 50px; margin-top: -50px;}
.dark_heading h3 { font-size: 22px;}
.light_area h4 { font-size: 24px; margin-bottom: 8px;}
.light_area p {font-size: 17px; margin-bottom: 16px;}
.light_area a {font-size: 16px; line-height: 1.2em;}
.light_area {padding: 35px 20px 26px;}



}