/*
Theme Name:  ITZIK Marble
Version:     1.0.0
Description: Custom WordPress Responsive Multi-Purpose Theme.
Theme URI:   #
Author:      EVIP
Author URI:  #
License:     Custom license
License URI: #
Text Domain: evip
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
body {
	color: #000;
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight:400;
}
.wpcf7-form {direction: rtl;}
ul, ol, li { list-style: none; }
img, fieldset { border: none; }
a { text-decoration: none; }
a:hover { text-decoration: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
figure {
	margin: 0;
	padding: 0;
}
.clearfix {
	clear: both;
	width: 100%;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
.wp-caption { max-width: 100%; }
img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] { height: auto; }
img.size-full, img.size-large, img.wp-post-image {
	height: auto;
	max-width: 100%;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
embed, iframe, object, video { max-width: 100%; }
html { -webkit-text-size-adjust: none; }
.entry-content img {
	max-width: 100%;
	height: auto;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 20px;
}
.alignright {
	margin: 10px 0px 35px 30px;
	display: inline;
}
.alignleft {
	margin: 0 35px 10px 0px;
	display: inline;
}
.alignright { float: right; }
.alignleft { float: left; }
.wp-caption {
	border: none;
	text-align: center;
	background: #f5f5f5;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 5px 0 10px 0;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0;
	margin-bottom: 12px;
}
.wp-caption p.wp-caption-text {
	line-height: 18px;
	padding: 0 15px;
	display: block;
	font-style: italic;
	color: #000000;
	font-size: 12px;
}
input, textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input[placeholder], 
[placeholder], 
*[placeholder] {color: #fff}
*::-webkit-input-placeholder { color:#fff}
*:-moz-placeholder {
    color:#fff ;
    opacity:  1;
}
*::-moz-placeholder {
    color:inherit ;
    opacity:  1;
}
*:-ms-input-placeholder {color:#fff}
:root {
	/*----------- color -----------*/
	--blackColor: #000;
	--whiteColor: #fff;
	--BlackLightColor: #444444;
	--YellowLight: #aca26c;
	--blueDeep: #303a2a;
	--grey: #bcbcaa;

	/*----------- bg color -----------*/
	--graybgColor: #ebeae3;
	--blueDeepbgColor: #1B2E70;
}
/*----------------------*/
/*     Page structure   */
/*----------------------*/
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-size:32px;
	font-weight:600;
	padding-bottom:20px;
	font-family: "Shippori Mincho", serif;
}
.project_single_info h1,
.project_single_info h2,
.project_single_info h3,
.project_single_info h4,
.project_single_info h5,
.project_single_info h6 {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight:600;
}
.entry-content h1 {
	font-size:36px;
}
.entry-content h2 {
	font-size:32px;
}
.entry-content h3 {
	font-size:26px;
}
.entry-content h4 {
	font-size:24px;
}
.entry-content h5 {
	font-size:22px;
}
.entry-content h6 {
	font-size:20px;
}
/* .entry-content p {
	font-size:15px;
	line-height:24px;
	padding-bottom:20px;
}
.entry-content ul {
	padding:0 0 20px 0;
}
.entry-content ul li {
	font-size:15px;
	line-height:24px;
	padding-bottom:8px;
	position: relative;
	padding-left:20px;
	text-decoration:underline;
}
.entry-content ul li::before {
	content:'';
	width:7px;
	height:7px;
	background:#ce2831;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position:absolute;
	left:0;
	top:10px;
	z-index:1;
}	 */
.entry-content ol {
	list-style-type:decimal;
	padding:0 0 20px 20px;
}
.entry-content ol li {
	list-style-type:decimal;
	color:#000;
	font-size:15px;
	line-height:24px;
}	
.entry-content a {
	color:#000;
}
.entry-content blockquote {
	color:#000;
	font-size:18px;
	line-height:24px;
	font-weight:600;
}	
.entry-content blockquote p {
	padding-bottom:0;
}
.entry-content table {
    border-collapse: collapse;
	width:100%;
	margin-bottom:25px;
}
.entry-content table, 
.entry-content table th, 
.entry-content table td {
    border: 1px solid #666666;
	color:#000;
	font-size:15px;
	line-height:24px;
	text-align:center;
	padding:5px 0;
}
hr {
	border:none;
	background:#dedede;
	height:2px;
	padding:0;
	margin:17px 0 24px 0;
	outline:none;
}
.entry-content input[type='email'],
.entry-content input[type='text'] {
	width:100%;
	max-width:800px;
	background:#fff;
	height:48px;
	font-size:15px;
	color:#231f20;
	line-height:21px;
	border:1px solid #4e4e4e;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:  5px;
	padding:5px 5px 5px 15px;
	outline:none;
	font-family: "Shippori Mincho", serif;
	font-weight:400;
	margin-top:7px;
}
.entry-content textarea {
	width:100%;
	background:#fff;
	max-width:800px;
	height:180px;
	font-size:15px;
	color:#231f20;
	line-height:24px;
	border:1px solid #666666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:  5px;
	padding:5px 5px 5px 15px;
	outline:none;
	font-family: "Shippori Mincho", serif;
	font-weight:400;
}
.entry-content input[type='submit'] {
	width:180px;
	height:50px;
	outline:none;
	border:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:  5px;
	padding:0;
	background:#0a4e5c;
	color:#fff;
	text-align:center; 
	cursor:pointer;
	font-size:16px;
	text-transform:uppercase;
	font-family: "Shippori Mincho", serif;
}
.entry-content .submit {
	width:180px;
	padding:15px 0 0 0;
}

.entry-style p {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: var(--whiteColor);
}


p {
	font-size: 18px;
	line-height:28px;
	padding-bottom: 17px;
	color: #000;
	font-family: "M PLUS Rounded 1c", sans-serif;
}
h2, h3, h4, h5, h6 {
	color: #263262;
	line-height: 1.3;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
}
h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 28px; }
h4 { font-size: 25px; }
h5 { font-size: 20px; }
h6 { font-size: 18px; }

h6 a,
h3 a,
h4 a { color: #1B2E70; }


/*----------------------*/
/*     header_area      */
/*----------------------*/
.only_mobile_view { display:none; }
.d-flex { display:flex}
.flex-space-between {
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.justify-content-center{justify-content: center;}
.align-center {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}
.text-center { text-align:center}
.flex-wrap {
	display:flex;
	flex-wrap:wrap;
}
.flex-nowrap {
	display:flex;
	flex-wrap:nowrap;
}
.row-reverse {
	flex-flow: row-reverse;
}
.flex-row-reverse{flex-flow: row-reverse;}
.flex-row-none { flex-flow: inherit !important;}

#wrapper {
	width:100%;
	direction: rtl;
}
.center_content {
	width: 100%;
	max-width: 1480px;
	margin: 0 auto;
}
.fixheader {
	width: 100%;
	position:absolute;
	left: 0;
	top: 0;
	z-index: 9999;
	/* background: rgba(255, 255, 255, 0.6);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); */
}
/*---------- header_area ----------*/
.header_area {
	width: 200px;
	min-width: 200px;
	border-left: 1px solid rgba(0, 0, 0, 0.3);
}
.main_container {
	width:calc(calc(100% - 200px));
}
.header_area.bgCloro {
/* 	background-color: var(--blueDeepbgColor); */
}
.menu_content_area {
	background: url('assets/images/header_bg2.png') no-repeat bottom 30px center;
	width: 200px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 200;
}
.normal_header {
	width: 100%;
	background-color: #fff;
	position: relative;
    z-index: 100;
}
.menu_content {
	background: url('assets/images/header_bg.png') no-repeat top 30px center;
    position: relative;
}
.menu_content_bx {
	padding: 20px 10px 30px 10px;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.logo {
     width: 182px; 
     margin: 0 auto;
}
.logo img {
	width: 100%	!important;
}

#menu li {
	font-size: 24px;
	color: #fff;
	position: relative;
	padding: 0px;
	line-height: 1.2;
	font-weight: 700;
}
.main_nav ul li:hover > a,
#menu li.current_page_item > a {
	font-weight: 700;
}
.main_nav ul li a {
	color: #fff;
	padding: 8px 0;
	display: block;
	position: relative;
}
.normal_header .main_nav ul li a {color: #000;}
#menu li ul {
    position: absolute;
    background: rgba(255, 255, 255, 0.75);
    width: 208px;
    padding: 8px 18px 8px 15px;
    top: 100%;
    right: 0;
    z-index: 22;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: center top 0;
    transition: all .5s ease 0s;
    border-bottom: 5px solid #00A2BE;
}
#menu li.menu-item-has-children { position: relative; }
#menu li.menu-item-has-children::after {
	content: "\f107";
	font: normal normal normal 16px / 1 FontAwesome;
	position: absolute;
	left: -14px;
    top: 15px;
	z-index: 1;
	color: #fff;
}
.normal_header #menu li.menu-item-has-children::after {
	color: #000;
}
#menu li.menu-item-has-children:hover::after {
	opacity: 1;
	visibility: visible;
}
#menu li.menu-item-has-children:hover > ul {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
}
#menu li ul { gap: 5px; }
#menu li ul > li {
	margin-bottom: 0;
	padding: 0;
	font-size: 16px;
}
#menu li ul > li a::after { display: none; }
#menu li ul > li a { display: block;  color:#000}
.header_social {
	gap: 15px;
}
.menu_bar_wrap,
.menu_bar {
	margin: 0 auto;
}

.menu_bar {
    width: 35px;
    min-height: 28px;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
/*     display: none; */
}
.menu_bar span {
    width: 100%;
    height: 2px;
    margin-top: 8px;
    background-color: var(--blackColor);
    display: block;
    transition: all .2s ease;
    border-radius: 2px;
}
.menu_bar span:first-child{
	margin-top: 0;
}
.menu_bar span:nth-child(2){
	width: 25px;
}
.menu_bar span:last-child{
	
}
.menu_bar::after {
	content: 'תפריט';
	font-size: 13px;
	color: #000;
	font-weight: 600;
	display: block;
    position: relative;
    padding-top: 5px;
}
.menu_bar.active::after {
	content: 'סגור';
	padding-top: 10px;
	left: -5px;
}
.menu_bar  { margin-left: 0; }
	
.menu_bar.active span:first-child{
	transform: rotate(45deg);
	margin-top: 14px;
}
.menu_bar.active span:nth-child(2){
	transform: rotate(-45deg);
	margin-top: -2px;
	width: 100%;
}
.menu_bar.active span:last-child{
	display: none;
}
.header_social {
	gap: 12px;
}
.contact_info {
	padding-bottom: 20px;
}
.contact_item_col {
	width: 100%;
	display: block;
	padding-bottom: 30px;
}
.contact_item_col img {
	margin: 0 auto;
	margin-bottom: 3px;
}
.contact_item_col span {
	display: block;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	color:var(--blackColor);
}
.contact_item_col span a { color:var(--blackColor) }

.slider_area {
	width: 100%;
	position: relative;
}

#slider {
	direction: ltr;
}
.banner_btm_photo img,
#slider img { width: 100%; }
.loading #slider.flexslider { height: 100%; }
.flexslider {}
.flexslider .slides {
	position: relative;
	z-index: 2;
}
.flexslider .slides > li {
	position: relative;
	display: block;
	z-index: 1;
}
.flexslider .slides li > img {
	width: 100%	!important;
	height: 100vh;
    object-fit: cover;
}
.video-container {
	width: 100%;
	position: relative;
}
.video-container video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.slider_info_area {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100vh;
	background: url('assets/images/play1.svg') no-repeat center center;
	background-color: rgba(0, 0, 0, 0.5);
}
.video-container .slider_info_area {
	background: rgba(0, 0, 0, 0.5);
}
.video_banner_box .slider_info_area {
	height: 100%;
} 
.slider_info {
	width: 100%;
	max-width: 580px;
	margin: 0 auto;

}
.slider_info h1 {
	font-size: 24px;
	line-height: 1.4;
	font-weight: 700;
	color: #fff;
	text-align: center;
	padding-top:25px;
}

.catalog_area {
	padding: 0 20px;
}
.catalog_holder {
	padding: 90px 0 80px 0;
}
.catalog_info_top {
	padding-bottom: 30px;
}
.view_all_catalog {
	display:  inline-block;
	font-size: 21px;
	color: #D79B50;
	line-height: 28px;
	font-weight: 500;
	padding-left: 36px;
	background: url('assets/images/arrow_left1.svg') no-repeat left center;
}
.catalog_info_top h2 {
	font-weight: 400;
	font-size: 34px;
	color: #000;
	line-height: 1;
	padding-bottom: 0;
	text-transform:uppercase;
}
.catalog_holder_view {
	gap: 15px;
}
.main_catalog_area .catalog_holder_view {
	gap:30px 15px;
}

.catalog_feature {
	width: calc(calc(100% - 75px) / 6);
	position: relative;
}
.catalog_slider {
	gap: 0;
}
.catalog_slider .catalog_feature {
	width: 100%;
	padding: 0 8px;
}
.catalog_slider .small_logo img { width: auto; }
.catalog_slider .catalog_feature a {
	width:100%;
}
.main_catalog_area .catalog_feature {
    width: calc(calc(100% - 60px) / 5);
}
.main_catalog_area .catalog_feature img { width: 100%; }
.catalog_feature a.link_item::after,
.catalog_feature a.link_item > img,
.catalog_feature a.link_item {
	border-radius: 80px !important;
	display: block;
	box-shadow: 4px 4px 4px 0px #BABABA40;
	position: relative;
}
.catalog_feature a.link_item::after {
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 67.53%, rgba(0, 0, 0, 0.8) 100%);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2; 
}
.catalog_feature span {
	display: block;
	font-size: 24px;
	line-height: 28px;
	color: #000;
	text-align: center;
	padding-top: 7px;
	font-family: "Shippori Mincho", serif;
}
.catalog_feature span a {
	color: #000;
}
.small_logo {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 30px;
	z-index: 5;
}
.small_logo img { margin:0 auto }

.our_client_area {
	padding: 0 20px;
	background: url('assets/images/bg_left_top.png') no-repeat left 0 top 10px;
}
.our_client_holder {
	padding: 50px 0 60px 0;
}
.our_client_slider {
	max-width: 1060px;
	margin: 0 auto;
	padding: 0 30px;
}
.our_client_slider .owl-stage {
	display: flex;
	align-items: center;
}
.our_client_holder h2 {
	font-weight: 400;
	font-size: 34px;
	color: #000;
	line-height: 1;
	padding-bottom: 45px;
	text-align: center;
	text-transform:uppercase;
}
.client_logo_item img {
	width: auto !important;
	margin: 0 auto;
}
.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span { display: none; }
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	margin-top: -12px;
}
.owl-carousel .owl-nav button.owl-prev {
	left: 0;
	background: url('assets/images/prev_bg.svg') no-repeat center;
}
.owl-carousel .owl-nav button.owl-next {
	right: 0;
	background: url('assets/images/next_bg.svg') no-repeat center;
}
.our_project_area {
	padding: 0 20px;
}
.our_project_box {
	padding-bottom: 100px;
}
.our_project_wrap {
	gap: 25px;
}
.our_project_col {
	gap: 25px;
	width: calc(calc(100% - 50px) / 3);
}
.project_item {
	width: calc(calc(100% - 25px) / 2);
}
.project_item img {
	width: 100%;
	margin-bottom: 11px;
}
.project_item h5 {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 21px;
	line-height: 25px;
	color: #000;
	font-weight: 400;
	text-align: center;
}
.project_item h5 a {color: #000;}
.project_big_item {
	background: url('assets/images/bg_project_big.png') no-repeat top;
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
}
.project_info_midl {
	padding: 20px;
	text-align: center;
}
.project_info_midl h4 {
	font-size: 34px;
	line-height: 43px;
	color: #fff;
	padding-bottom: 23px;
	font-weight:400;
	text-transform:uppercase;
}
.project_info_midl p {
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	padding-bottom: 0;
	font-family: "M PLUS Rounded 1c", sans-serif;
}
.project_full_row {
	gap: 25px;
	padding-top: 25px;
}
.project_full_row .project_item {
	width: calc(calc(100% - 125px) / 6);
}
.high_standard_design_area {
	padding: 0 20px;
}
.high_standard_design {
	width: 100%;
	padding-bottom: 96px;
}
.high_standard_design_photo {
	width: 50%;
}
.high_standard_design_right {
	width: 50%;
	background: url('assets/images/bg5.png') no-repeat left center;
	background-color: #272729;
	display: flex;
	align-items: center;
}
.high_standard_design_right .project_info_midl {
	padding: 30px 80px 30px 135px;
	text-align: right;
}
.video_banner_area {
	padding: 0 20px;
}
.video_banner_box {
	position: relative;
}
.video_banner_box  img { width: 100%; }
.view_myproject_area {
	padding: 0 20px;
}
.view_myproject_box {
	padding: 165px 0 0 0;
	background: url('assets/images/bg6.png') no-repeat right 325px top;
}

.view_myproject_wrap {
	gap: 50px 40px;
}
.myproject_feature {
	width: calc(calc(100% - 80px) / 3);
}
.myproject_feature a {
	display: block;
	position: relative;
	overflow:hidden;
}
.myproject_feature_info {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 0.8) 100%);
	display: flex;
	align-items: flex-end;
	padding: 20px 15px 12px;
}
.brand_logo_and_info {
	width: 100%;
}
.brand_logo_and_info img {
	margin: 0 auto;
}
.myproject_feature_info span {
	display: block;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    text-align: center;
}

.myproject_feature h6 {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 24px;
	line-height: 28px;
	color: #000;
	font-weight: 400;
	text-align: center;
	padding: 10px 0 0 0;
}
.myproject_feature h6 a {color: #000;}
.myproject_feature h6.with_arrow a {
	/*background: url('assets/images/arrow_left3.svg') no-repeat left 14px;*/
	padding-left: 16px;
	display: inline-block;
}
.kitchen_info_btm {
	text-align: center;
	padding: 130px 0 145px;
}
.kitchen_info_btm h3 {
	font-weight: 400;
    font-size: 34px;
    color: #000;
    line-height: 1;
    padding-bottom: 24px;
    text-align: center;
	text-transform:uppercase;
}
.kitchen_info_btm p {
	max-width: 880px;
	margin: 0 auto;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	font-family: "M PLUS Rounded 1c", sans-serif;
	padding-bottom: 24px;
}
.content_banner_area {
	width: 100%;
	position: relative;
}
.content_banner_area img {
	width: 100%;
}
.content_banner_info {
	width: 100%;
	max-width: 1520px;
	padding: 40px 20px;
	position: absolute;
	left: 0;
	top: 250px;
	z-index: 5;
}
.content_banner_info {
	left: auto;
	padding-right: 6%;
}
.project_whaite_box {
	width: 500px;
	background-color: #fff;
	padding: 58px 42px 42px 37px
}
.project_whaite_box h3 {
	font-size: 34px;
	line-height: 43px;
	color: #000;
	padding-bottom: 23px;
	text-transform:uppercase;
}

.project_whaite_box p {
	font-size: 18px;
	line-height: 28px;
	color: #000;
	padding-bottom: 0;
	font-family: "M PLUS Rounded 1c", sans-serif;
}
.footer_area {
	padding: 0 20px;
	background: url('assets/images/bg_footer.png') no-repeat center top;
	background-color: #272729;
}
.footer_area * {
	font-family: "M PLUS Rounded 1c", sans-serif;
	color: #fff;
}
.footer {
	padding:75px 0 20px 0;
}
.footer_right {
	width: 40%;
}
.footer_left {
	width: 45.47%;
}
.footer_widget {
	width: 50%;
}
.form_field_row {
	gap:30px
}
.form_feld {
	width: 50%;
}
.footer_widget h5 {
	font-size: 21px;
	line-height: 28px;
	font-weight: 500;
	padding-bottom: 26px;
}
.footer_widget ul li a { color:#fff }
.footer_widget ul li {
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	color:#fff;
	padding-bottom: 22px;
}
.footer_left h3 {
	font-size: 34px;
	line-height: 1.3;
	font-weight: 400;
	padding-bottom: 20px;
	color: #fff;
	font-family: "Shippori Mincho", serif;
}
.submit_btn {
	display: flex;
	justify-content: flex-end;
	margin-top: -15px;
}
.submit_btn .submit {
    font-size: 21px;
    color: #D79B50;
    line-height: 28px;
    font-weight: 500;
    padding-left: 36px;
    background: url('assets/images/arrow_left1.svg') no-repeat left center;
    border: none;
    cursor: pointer;
    outline: none;
}
.form_feld { padding-bottom:40px }
.form_feld .form_control {
	width: 100%;
	height: 48px;
	padding: 5px 0;
	font-size: 18px;
	background: none;
	text-align: right;
	color: #fff;
	outline: none;
	font-family: "M PLUS Rounded 1c", sans-serif;
	border: none;
	border-bottom: 1px solid #fff;
}
.form_feld select.form_control {
	background: url('assets/images/arrow_down1.svg') no-repeat left center;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
}
.form_feld select.form_control option { color: #000; }

.copyright_box {
	padding: 0;
}
.copyright_box p {
	font-size: 18px;
	color: #fff;
	line-height: 1.4;
	padding-bottom: 0; 
	align-items: center;
}
.copyright_box p img { margin:0 5px; display:inline-block }
.copyright_box .location_icon {
	background: url('assets/images/location_icon.svg') no-repeat right 7px;
	display: inline-block;
	padding-right: 20px;
}
.copyright_box .call_icon {
	background: url('assets/images/call_icon.svg') no-repeat right center;
	display: inline-block;
	padding-right: 20px;
}

.menu_area {
	width: 1082px;
	height: 100vh;
	position: absolute;
	right: 200px;
	top: 0;
	z-index: 100;
	background: rgba(255, 255, 255, 0.90);
	padding: 50px 210px 50px 20px;
	display: flex;
    align-items: center;
    display: none;
}
.banner_btm_photo img, 
#slider img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.menu_widget {
	width: 50%;
}
.menu_widget1 { width: 450px; }
.menu_widget2 { width: 300px; }
.menu_widget h5 {
	font-size:46px;
	font-family: "M PLUS Rounded 1c", sans-serif;
	line-height: 59px;
	color: #000;
	font-weight: 500;
	padding-bottom: 35px;
}
.menu_widget ul li {
	font-size: 26px;
	line-height: 1.2;
	color: #000;
	font-weight: 500;
	padding-bottom: 15px;
	font-family: "M PLUS Rounded 1c", sans-serif;
}
.menu_widget ul li a { color: #000; }
.video-btm-space { padding-bottom:80px}

@media screen and (max-width: 1366px){
.menu_area {
    width: 870px;
    padding: 50px 160px 50px 20px;
}
.catalog_slider .small_logo img,
.small_logo img {
    width: 70%;
}
.our_client_slider {
	max-width: 800px;
}
}

@media screen and (max-width: 1200px){
.menu_area {
    width: 650px;
    padding: 50px 100px 50px 20px;
}
.our_client_slider {
	max-width: 600px;
}
.menu_widget h5 {
    font-size: 38px;
    line-height: 40px;
    padding-bottom: 30px;
}
.catalog_holder_view {
	gap: 30px 15px;
}
.main_catalog_area .catalog_feature,
.catalog_feature {
    width: calc(calc(100% - 30px) / 3);
}
.catalog_feature a.link_item > img { width: 100%; }
.our_client_holder h2 {
	font-size: 30px;
}
.our_project_col {
    gap: 25px;
    width: calc(calc(100% - 25px) / 2);
}
.our_project_col:nth-child(3) {
    width: 100%;
}
.project_full_row .project_item {
    width: calc(calc(100% - 50px) / 3);
}
.high_standard_design_right .project_info_midl {
    padding: 30px 40px 30px 40px;
}
.high_standard_design_photo img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.myproject_feature {
    width: calc(calc(100% - 40px) / 2);
}
.project_whaite_box {
    padding: 40px 30px 30px;
}
.content_banner_info {
    top: 30px;
}

}
@media screen and (max-width: 991px){
#wrapper {
	flex-direction: column;
}
.header_area {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    border-left: none;
}
.menu_content_area {
	width: 100%;
	position: inherit;
}
.main_container {
	width:100%;
}
.menu_content_area {
	width: 100%;
}
.menu_content_bx {
    padding:15px 20px;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.menu_social_box { display: none !important; }
.menu_bar_wrap, .menu_bar {
    margin: 0;
    order: 1;
}
.logo {
    width: 160px;
    margin: 0;
    order: 2;
}
.menu_area {
    width: 100%;
    padding: 50px 30px 50px 20px;
    right: 0;
    top: 105px;
}
.menu_widget ul li {
    font-size: 22px;
}
.catalog_holder {
    padding: 50px 0 40px 0;
}
.catalog_info_top h2 {
    font-size: 24px;
}
.main_catalog_area .catalog_feature,
.catalog_feature {
    width: calc(calc(100% - 15px) / 2);
}
.our_project_col {
    width: 100%;
}
.project_full_row .project_item {
    width: calc(calc(100% - 25px) / 2);
}
.high_standard_design_right {
    width: 100%;
}
.high_standard_design_photo {
    width: 100%;
}
.project_big_item {
    background-size: cover;
}
.project_whaite_box {
    padding: 10px 30px 30px;
    width: 100%;
}
.footer_right {
    width: 100%;
}
.footer_left {
    width: 100%;
}
.footer_main {
	flex-direction: column;
	padding-bottom: 20px;
}
.footer_left h3 {
    font-size: 28px;
}
.kitchen_info_btm {
    padding: 60px 0 70px;
}
.kitchen_info_btm h3 {
    font-size: 30px;
    line-height: 1.4;
}
.video-btm-space { padding-bottom:60px}
}
@media screen and (max-width: 640px){
.slider_info_area, .video-container video {height: 70vh}
.myproject_feature {
    width: 100%;
}
.project_item {
    width: 100% !important;
}
.our_project_col:nth-child(2) {
	order: 1;
}
.our_project_col:nth-child(1) {
	order: 2;
}
.our_project_col:nth-child(3) {
	order: 3;
}
.catalog_slider .small_logo img, 
.small_logo img {
    width: 55%;
}
}

.page_title_area {
	padding: 0 20px;
	background: #272729;
}
.page_title_box {
	padding: 15px 0 5px 0;
	background: url('assets/images/bg_page_title.png') no-repeat left 30px top;
}
.bradcroumb_area {
	justify-content: flex-end;
}
.page_title_box h1 {
	font-size: 34px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	font-family: "M PLUS Rounded 1c", sans-serif;
	padding-bottom: 5px;
}
.bradcroumb_area span,
.bradcroumb_area a,
.bradcroumb_area {
	font-size: 15px;
	font-family: "M PLUS Rounded 1c", sans-serif;
	color: #fff;
}
.bradcroumb_area span {
	padding-right: 5px;
}
.bradcroumb_area a span {padding-left:10px;display:inline-block; }
.single_banner_area {
	width: 100%;
}
.single_banner_area img {
	width: 100%;
}
.image_and_content_area {
	padding: 0 20px;
}
.image_and_content_box {
	padding: 60px 0 90px 0;
	gap: 40px;
}
.pb-0 { padding-bottom:0 !important }
.image_and_content_photo img { width: 100%; }
.image_and_content_photo {
	width: 49%;
}
.image_and_content_info {
	width: 43.12%;
}
.image_and_content_info h3 {
	font-size: 34px;
	line-height: 43px;
	color: #000;
	padding-bottom: 13px;
	font-weight: 400;
}
.image_and_content_info h4 {
	font-size: 24px;
	line-height: 28px;
	color: #000;
	padding-bottom: 8px;
	font-weight: 400;
}
.image_and_content_info p {
	padding-bottom: 45px;
}
.image_and_content_info h6,
.image_and_content_info p,
.image_and_content_info ul li {
	font-size: 18px;
	line-height: 28px;
	color: #000;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 400;
}
.video_banner_area h2 {
	font-size: 34px;
	line-height: 43px;
	color: #000;
	padding-bottom: 23px;
	font-weight: 400;
}
.video_banner_area h2 {
	text-align: center;
}
.pt-0 { padding-top: 0 !important; }
.pb-50 { padding-bottom: 50px; }
.pb-30 { padding-bottom: 30px; }
.image_and_content_info ul {
    list-style-type: disc;
    padding-right: 30px;
}
.image_and_content_info ul li {
	list-style-type: disc
}

.image_and_content_info p strong {
	font-weight: 600;
}


@media screen and (max-width: 991px){
.image_and_content_box {
	padding: 60px 0 50px 0;
	flex-direction: column;
}
.image_and_content_photo {
	width: 100%;
}
.image_and_content_info {
	width: 100%;
}
.image_and_content_info h3 {
	font-size: 30px;
	line-height: 38px;
}
.image_and_content_info p, .image_and_content_info ul li {
	font-size: 16px;
	line-height: 26px;
}
.image_and_content_info h4 {
	font-size: 22px;
	line-height: 26px;
}
.image_and_content_info p {
	padding-bottom: 30px;
}
}

.left_bg {
	background: url('assets/images/bg_6.png') no-repeat left top 40px;
}
.view_myproject_area2 {

}
.view_myproject_area2 .view_myproject_box {
	padding-bottom: 90px;
	padding-top: 50px;
	background: none;
}
.main_catalog_area .catalog_feature a.link_item {
    box-shadow: 0 0 3px 3px #BABABA40;
}
.main_catalog_area .catalog_feature a.link_item::after { display: none; }

.contact_and_photo .project_info_midl h4 {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 400;
}
.contact_and_photo .high_standard_design_right .project_info_midl {
    padding: 30px 80px;
    width: 100%;
}
.talk_now { padding-top:50px }
.talk_now a {
	display: inline-block;
	line-height: 37px;
	padding-right: 50px;
	font-size: 18px;
	color: #fff;
	background: url('assets/images/whatsapp1.png') no-repeat right center;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 400;
}
.high_standard_design_photo img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.normal_gallery_area {
	padding: 0 20px;
	margin-top: -42px;
}
.normal_gallery_box {
	padding: 0 0 50px 0;
	gap: 30px;
}
.normal_gallery_item {
	width: calc(calc(100% - 90px) / 4);
}
.normal_gallery_item img {
	width: 100%;
}
.product_content_area {
	padding: 0 20px;
}
.product_content_box {
	padding: 70px 0 80px 0;
	gap: 27px 25px;
}
.product_col {
	width: calc(calc(100% - 75px) / 4);
	text-align: center;
}
.product_photo {
	padding-bottom: 20px;
	min-height: 265px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product_photo img {
	max-height: 245px;
	width: auto;
}
.product_col h6 {
	font-size: 24px;
	line-height: 28px;
	color: #000;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 400;
}
.product_col h6 a { color: #000; }
.single-project .bradcroumb_area .current-item,
.single-product .bradcroumb_area .current-item,
.single-project .page_title_box h1,
.single-product .page_title_box h1,
.page-template-template-related-products .product_col h6 {
	direction:ltr;
}
.single-project .bradcroumb_area .current-item,
.single-product .bradcroumb_area .current-item { display:inline-block}

.product_col span {
	display: block;
	font-size: 21px;
	line-height: 28px;
	color: #D79B50;
	margin-top: 12px;
}
.product_col span a {
	color: #D79B50;
}
.product_single_info_area {
	padding: 0 20px;
	background: url('assets/images/bg7.png') no-repeat center bottom;
}
.product_single_box {
	padding: 65px 0 70px 0;
}
.product_single_photo {
	width: 40%;
}
.product_single_right {
	width: 37.5%;
}
.product_single_right h3 {
	font-size: 34px;
	line-height: 1.4;
	font-weight: 400;
	padding-bottom: 5px;
}
.single-product .bradcroumb_area .current-item,
.single-product .product_single_right h3 {
    direction: ltr;
	text-align: right;
}
.product_single_right p {
	font-size: 18px;
	line-height: 28px;
	color: #000;
	padding-bottom: 10px;
}
.product_single_right p small {
	display: block;
	font-size: 15px;
}
.product_single_right ul {
	 list-style-type: disc;
    padding-right: 30px;
    padding-bottom: 8px;
}
.product_single_right ul li {
	list-style-type: disc;
	font-size: 18px;
	line-height: 28px;
	color: #000;
}
.need_more_info_form {
	background: url('assets/images/bg8.png') no-repeat left center;
	background-color: #272729;
	padding: 0 20px;
	margin-bottom: 50px;
}
.architects-form .need_more_info_form {
	background: url('assets/images/architects.png') no-repeat right center;
	background-color: #272729;
}

.more_info_form_box {
	padding: 40px 0 4px 0;
}
.page-template-template-architects .more_info_form_box {padding-bottom:20px}
.more_info_form_box h3 {
	text-align: center;
	font-size: 34px;
	line-height: 1.4;
	font-weight: 400;
	padding-bottom: 10px;
	color: #fff;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 400;
}
.more_info_form_box form {
	width: 100%;
	max-width: 1130px;
	margin: 0 auto;
}
.architects-form form {
	max-width:1305px;
}
.more_info_form_box .submit_btn {
	margin: 0;
	padding-right: 20px;
}
.more_info_form_box .form_feld {
	width: 320px;
}
.architects-form .form_feld {
	width:calc(calc(100% - 90px) / 4)
}
.more_info_form_box .submit_btn {
    top: -15px;
    position: relative;
}
.about_top_info_box {
	padding: 0 20px;
}
.about_top_info {
	padding: 65px 0 50px 0;
	background: url('assets/images/bg9.png') no-repeat left 400px bottom 50px;
	align-items: flex-start;
}
.about_top_left {
	width: 27.25%;
	background: #272729 url('assets/images/Intersect.png') no-repeat left bottom;
	padding: 24px 34px 42px 30px;
}
.about_top_right {
	width: 48.65%;
}

.about_top_left p {
	font-size: 24px;
	line-height: 33px;
	color: #fff;
	padding-bottom: 30px;
}
.about_top_right h3 {
	font-size: 34px;
	line-height: 1.4;
	font-weight: 400;
	padding-bottom: 10px;
	color: #000;
}
.about_top_right ul li,
.about_top_right p {
	font-size: 18px;
	line-height: 28px;
	color: #000;
	padding-bottom: 27px;
}
.about_top_right ul li {
	display: flex;
	align-items: center;
	padding-bottom: 24px;
}
.about_top_right ul li span {
	min-width: 48px;
	padding-left: 11px;
}
.about_top_right ul li span img { margin:0 auto }
.gallery_area {
	padding: 0 20px;
}
.gallery_holder {
	padding: 0 0 0 0;
}
.R2col_wrap {
	gap: 36px 40px;
}
.gallery_item_col {
	width: 100%;
	padding-bottom: 40px;
}
.R2col_wrap .gallery_item_col {
	width: calc(calc(100% - 40px) / 2);
}

.brand_logo_area {
	padding: 0 20px;
}
.brand_logo_holder {
	padding: 0 0 100px 0;
	gap: 50px 20px;
}
.brand_logo {
	width: calc(calc(100% - 100px) / 6);
	display: flex;
	align-items: center;
	justify-content: center;
}
.mb-0 { margin-bottom:0 !important }
.pt-30 { padding-top:30px }
.project_single_area {
	padding: 60px 20px 20px 20px;
}
/*.project_single_info {
	padding: 60px 0 20px 0;
}*/
.project_single_info h3 {
	font-size: 42px;
	line-height: 49px;
	color: #000;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 400;
	padding-bottom: 5px;
}
.project_single_info h6 {
	font-size: 24px;
	line-height: 28px;
	color: #000;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 400;
}
.project_single_info p {
	font-size: 18px;
	line-height: 28px;
	color: #000;
	padding-bottom: 28px;
}
.project_single_info .alignleft {
    margin: 40px 65px 30px 0px;
}
.only_mobile_view { display: none !important; }
.contact_page_area {
	padding: 0 20px;
	/*background: url('assets/images/contact_banner.jpg') no-repeat center;*/
	background-size: cover;
}
.contact_page_box {
	padding: 220px 0 230px 0;
}
.contact_page_box .footer_left {
	width: 100%;
	max-width: 675px;
	margin: 0 auto;
	padding-bottom: 100px;
}
.contact_page_box .footer_left h3 {
	text-align: center;
}
.footer_logo {
	padding-top: 46px;
}
@media screen and (max-width: 1820px){
.content_banner_info {
	padding-right: 4%;
}
}
@media screen and (max-width: 1680px){
.project_whaite_box {
    width: 440px;
    padding: 29px 21px 21px 17px;
}
}
@media screen and (max-width: 1520px){
.content_banner_info {
	padding-right: 2%;
	top: 170px;
}
.project_whaite_box {
    width: 380px;
}
.project_whaite_box h3 {
    font-size: 29px;
    line-height: 29px;
    padding-bottom: 15px;
}
}
@media screen and (max-width: 1400px){
.need_more_info_form .form_field_row {
	width: 95%;
}
.more_info_form_box .form_feld {
	width: 33%;
}
.brand_logo {
	width: calc(calc(100% - 60px) / 4);
}
.content_banner_info {
	top: 120px;
}
}
@media screen and (max-width: 1150px){
	.content_banner_info {
		top: 70px;
	}
	.project_whaite_box {
		width: 310px;
	}
}

@media screen and (max-width: 991px){
.content_banner_info {
    width: 100%;
    position: inherit;
    left: inherit;
    top: inherit;
}
.project_whaite_box {
	width: 100%;
}
.contact_and_photo .high_standard_design_right .project_info_midl {
    padding: 36px 30px;
}
.talk_now { padding-top:30px }
.contact_and_photo .high_standard_design_right {order:2; padding-bottom: 0}
.contact_and_photo .high_standard_design_photo { order:1 }
.contact_and_photo .high_standard_design { padding-bottom: 20px; }
.normal_gallery_area {
	margin-top: 20px;
}
.product_col {
	width: calc(calc(100% - 25px) / 2);
	text-align: center;
}
.normal_gallery_item {
	width: calc(calc(100% - 30px) / 2);
}
.product_single_box {
	flex-direction: column;
}
.product_single_box {
	padding: 60px 0 40px 0;
}
.product_single_photo {
	width: 100%;
}
.product_single_photo img { margin:0 auto }
.product_single_right {
	width: 100%;
}
.product_single_right h3 {
	font-size: 32px;
}

.about_top_left {
	width: 100%;
}
.about_top_right {
	width: 100%;
	margin-bottom: 40px;
}
.brand_logo {
	width: calc(calc(100% - 40px) / 3);
}
.project_single_info .alignleft {
    margin: 0 0 30px 0px;
    float: none;
    display: block;
    width: 100%;
}
.only_desktop_view { display: none !important; }
.only_mobile_view { display: block !important; }
/*.project_single_info {
	padding: 60px 0 0 0;
}*/
.project_single_area {padding: 60px 20px 0 20px}
.project_single_info h3 {
	font-size: 42px;
	line-height: 1.4;
}
.view_myproject_area2 .view_myproject_box { padding-bottom:60px}
}

@media screen and (max-width: 640px){
.normal_gallery_item {
	width: 100%;
}
.single_banner_area img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.product_col {
	width: 100%;
}
.product_photo {
	min-height:  inherit;
}
.need_more_info_form .form_field_row {
	width: 100%;
	flex-direction: column;
}
.more_info_form_box .form_feld {
	width: 100%;
	padding-bottom: 0;
}
.arc-form-area { flex-direction:column}
.architects-form .form_feld {
	width:100%;
}
.more_info_form_box form {
	flex-direction: column;
}
.more_info_form_box h3 {
	font-size: 30px;
}
.more_info_form_box .submit_btn {
	padding-top: 15px;
	width: 100%;
	top: inherit;
}
.need_more_info_form {
	margin-bottom: 0;
}
.more_info_form_box {
    padding: 30px 0 30px 0;
}
.R2col_wrap { gap: 0; }
.R2col_wrap .gallery_item_col {
	width: 100%;
}
.gallery_item_col {
	width: 100%;
	padding-bottom: 30px;
}
.brand_logo {
	width: calc(calc(100% - 20px) / 2);
}

}



@media screen and (max-width: 991px){
.contact_page_box {
	padding: 150px 0;
}
.contact_page_box .footer_left {
	padding-bottom: 60px;
}
.footer_area2 .footer_right {
	order: 2;
}
.footer_logo { 
	width: 290px;
	order: 1; 
	padding-top: 0;
	padding-bottom: 40px;
}
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 10px 0 20px 0;
    border: none;
}
.wpcf7 form .wpcf7-response-output {
	color: #fff;
	padding-top: 0;
}
.wpcf7-spinner {
    margin: 0;
    position: absolute;
}

input::-webkit-input-placeholder {
    color:#fff;
}

input::-moz-placeholder {
    color:#fff;
}

input::-ms-placeholder {
    color:#fff;
}

input::placeholder {
    color:#fff;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: rtl;
}
.myproject_feature a img,
.myproject_feature a .myproject_feature_info,
.project_item a img,
.product_col a img {
	transition: transform .2s;
}
.myproject_feature:hover a img,
.myproject_feature:hover a .myproject_feature_info, 
.project_item a img:hover,
.product_col:hover a img {
	transform: scale(1.02);
}
.myproject_feature:hover h6.with_arrow a,
.product_col:hover h6.with_arrow a{
	background: url('assets/images/arrow_left3.svg') no-repeat left 14px;
}
.product_col h6.with_arrow a{padding-left: 14px; padding-right:14px}
.project_item > a {overflow: hidden}