/* @import url('http://example.com/example_style.css'); */


/***********************************************/


/* CSS @imports must be at the top of the file */


/* Add them above this section                 */


/***********************************************/


/*****************************************/


/* Start your style declarations here    */


/*****************************************/


/*
Theme Name: Nolte
Theme URI: https://wordpress.org/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Theme Description
Version: 1.0
Text Domain: nolte

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
* Table of Contents
*
* 1.0 - Normalize
* 2.0 - Genericons
* 3.0 - Typography
* 4.0 - Elements
* 5.0 - Forms
* 6.0 - Navigation
*   6.1 - Links
*   6.2 - Menus
* 7.0 - Accessibility
* 8.0 - Alignments
* 9.0 - Clearings
* 10.0 - Widgets
* 11.0 - Content
*    11.1 - Header
*    11.2 - Posts and pages
*    11.3 - Post Formats
*    11.4 - Comments
*    11.5 - Sidebar
*    11.6 - Footer
* 12.0 - Media
*    12.1 - Captions
*    12.2 - Galleries
* 13.0 - Multisite
* 14.0 - Media Queries
*    14.1 - >= 710px
*    14.2 - >= 783px
*    14.3 - >= 910px
*    14.4 - >= 985px
*    14.5 - >= 1200px
* 15.0 - Print
*/


/**
* 1.0 - Normalize
*
* Normalizing styles have been helped along thanks to the fine work of
* Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

@font-face {
  font-family: 'futura_bqregular';
  src: url('https://6986559.fs1.hubspotusercontent-na1.net/hubfs/6986559/Nolte/futurabq-bold-webfont.woff2') format('woff2'), url('https://6986559.fs1.hubspotusercontent-na1.net/hubfs/6986559/Nolte/futurabq-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'futura_bqregular-book';
  src: url('https://6986559.fs1.hubspotusercontent-na1.net/hubfs/6986559/Nolte/futurabq-book-webfont.woff2') format('woff2'), url('https://6986559.fs1.hubspotusercontent-na1.net/hubfs/6986559/Nolte/futurabq-book-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gloss_and_bloomregular';
  src: url('https://6986559.fs1.hubspotusercontent-na1.net/hubfs/6986559/Nolte/gloss_and_bloom-webfont.woff2') format('woff2'), url('https://6986559.fs1.hubspotusercontent-na1.net/hubfs/6986559/Nolte/gloss_and_bloom-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

body {
  margin: 0px;
  font-family: 'Lato', sans-serif;
  color: #252525;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  counter-reset: section;
}

input {
  font-family: 'Lato', sans-serif;
}

ul {
  margin: 0px;
  padding: 0px;
}

ul li {
  list-style: none;
}

strong {
  font-weight: 700;
}

a {
  transition: all 400ms ease;
  text-decoration: none;
  color: #252525;
}

a:hover,
a:focus {
  text-decoration: none;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: #000
}

::-moz-placeholder {
  opacity: 1;
  color: #000
}

:-ms-input-placeholder {
  opacity: 1;
  color: #000
}

:-moz-placeholder {
  opacity: 1;
  color: #000
}

textarea {
  resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

.container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  float: none;
  box-sizing: border-box;
}

.container:after {
  clear: both;
  content: "";
  display: table;
}


/* CSS start from here */

.home {
  background-color: #fff;
}

.header-top {
  background-color: #ffed00;
}

.home:before {
  display: none !important;
}

.header-top .top-left {
  text-align: right;
  padding: 20px 0;
}

.header-top .top-left ul {}

.header-top .top-left ul li {
  display: inline-block;
}

.header-top .top-left ul li a {
  color: #000000;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 8px;
  border-radius: 4px;
}

.header-top .top-left ul li:hover a {
  color: #fff200;
  background: #000;
  padding: 8px;
  border-radius: 4px;
}

.banner-section {
  position: relative;
  /* opacity: 0.7; */
  border-bottom: 8px solid #ffed00;
  overflow:hidden;
}

.banner-section:before {
  content: '';
  /* position: absolute; */
  /* background-image: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 100%); */
  /* opacity: 0.6; */
  /* left: 0; */
  /* right: 0; */
  /* top: 0; */
  /* bottom: 0; */
}

.banner-section .banner-left {
  width: 40%;
  display: inline-block;
}

.banner-section .banner-right {
  width: 50%;
  display: inline-block;
  padding-top: 30px;
  padding-bottom: 30px;
}

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

.banner-section .banner-left .top {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 25px 25px 25px 0;
  position: relative;
}

.images-logo {
  width: 125px;
  height: 62px;
}

.images-circle {
  width: 125px;
  height: 125px;
  background-color: #fff200;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 60px;
}

.images-circle img {
  width: 91px;
  height: 50px;
  object-fit: contain;
}

.images-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.banner-section .banner-left .top:before {
  content: '';
  position: absolute;
  width: 500%;
  background-color: white;
  left: -500%;
  right: 0;
  top: 0;
  bottom: 0;
}

.banner-section .banner-left .bottom ul li {
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  color: #fff;
  font-family: 'futura_bqregular-book';
  position: relative;
  padding-left: 42px;
  margin-bottom: 6px;
  letter-spacing: 3px;
}

.banner-section .banner-left .bottom ul li {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: #fff;
  font-family: 'futura_bqregular-book';
  position: relative;
  padding-left: 42px;
  margin-bottom: 6px;
  letter-spacing: 1px;
}

.banner-section .banner-left .bottom ul li:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #fff200;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.banner-section .banner-left .bottom {
  padding-top: 253px;
  letter-spacing: 6px;
}

.banner-section .banner-left .bottom ul {
  background: rgba(0, 0, 0, 0.8);
  padding: 10px;
}

.banner-section .form-section {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 50px;
  max-width: 470px;
  float: right;
  width: 100%;
}

.banner-section .form-section h2 span {
  color: #fff;
}

.banner-section .form-section h2 {
  padding-bottom: 30px;
  font-family: 'futura_bqregular';
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 36px;
  color: #ffed00;
  opacity: 1;
}

.form-section .input-container {
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 10px;
  width: calc(100% - 10px);
  margin: 0 5px !important;
}

.form-section .input-container.half {
  width: calc(50% - 10px);
  float: left;
}

.form-section .input-container.half input.input-field {
  padding: 0 15px;
}

.form-section .input-container.half {
  width: calc(50% - 10px);
  float: left;
}


.form-section .input-container.half input.input-field {
  padding: 0 15px;
}

.form-section .gform_wrapper form label {
  color: #fff;
}

.form-section button.btn {
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
}

.header-top .header-top-warp .top-right ul li a:hover {
  background-color: #000;
  color: #ffed00;
}

.header-top .header-top-warp .top-right ul li a {
  color: #000000;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 8px;
  border-radius: 4px;
}

.header-top .header-top-warp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-top .header-top-warp .top-right ul li {
  display: inline-block;
  padding: 0 5px;
}

.form-section .input-container i {
  position: absolute;
  right: 15px;
}

.form-section .input-container input:focus {
  border: 2px solid #fff200;
}

input.input-field {
  height: 60px;
  color: #000000;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  background-color: #f3f3f3;
  border-radius: 0px;
  padding: 20px;
}

button.btn {
  border-radius: 6px;
  background-color: #fff200;
  color: #000000;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  width: 100%;
  height: 70px;
  margin-top: 20px;
  transition: all 400ms ease;
}

button.btn:hover {
  background: transparent;
  color: #fff;
  border: 6px solid #fff200;
  cursor: pointer;
}


/*========.kitchen-brand=======*/

.kitchen-brand {
  border-bottom: 8px solid #fff200;
}

.kitchen-brand .kitchen-wrp {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0 50px;
}

.content {}

.kitchen-brand .kitchen-wrp .content {
  width: 60%;
  padding-left: 80px;
  margin: 30px 0px 20px 0px;
}

.kitchen-brand .kitchen-wrp .left-side {
  width: 40%;
}

.kitchen-brand .kitchen-wrp .left-side .inner {
  display: flex;
  justify-content: flex-end;
}

.kitchen-brand .kitchen-wrp .left-side .inner .image {
  padding: 0 15px;
}

.kitchen-brand .kitchen-wrp .left-side .inner .image img {
  width: 100%;
  height: 100%;
}

.kitchen-brand .kitchen-wrp .left-side .inner .image {
  width: 150px;
  height: 250px;
  overflow: hidden;
}

.kitchen-brand .kitchen-wrp .left-side .inner .image:last-child {
  padding-right: 0;
}

.kitchen-brand .kitchen-wrp .content h3 {
  font-family: 'gloss_and_bloomregular';
  font-size: 36px;
  line-height: 62px;
  color: #000000;
  font-weight: normal;
}

.kitchen-brand .kitchen-wrp .content h6 {
  font-size: 22px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  font-family: 'futura_bqregular';
}


/*========quality=============*/

.quality-section {
  padding: 60px 0 70px;
}

.quality-section .quality-wrap .inner .icon img {
  width: 34px;
  height: 40px;
}

.quality-section .quality-wrap {
  display: flex;
  text-align: center;
  margin: 0 -20px;
}

.quality-section .quality-wrap .inner {
  padding: 0 20px;
  width: 33.33%;
}

.quality-section .quality-wrap .inner .icon {
  font-size: 46px;
  font-weight: 400;
  position: relative;
}

.quality-section .quality-wrap .inner .icon:before {
  content: '';
  position: absolute;
  width: 60px;
  height: 28px;
  top: -6px;
  border-radius: 4px;
  background-color: #ffed00;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.quality-section .quality-wrap .inner .icon:hover::before {
  height: 53px;
}

.quality-section .quality-wrap .inner h3 {
  color: #000000;
  font-family: 'futura_bqregular';
  font-size: 22px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 0;
  padding: 20px 0 20px;
}

.quality-section .quality-wrap .inner p {
  margin-bottom: 0;
}


/*========locator========*/

.locator {
  background-color: #48494a;
  padding: 68px 0 82px;
  border-bottom: 8px solid #ffed00;
}

.quality-section .quality-wrap .inner p {
  margin-bottom: 0;
  color: #252525;
}

.locator .locator-wrap {
  color: #fff;
  text-align: center;
  color: #ffffff;
  font-family: "Futura BQ";
  font-size: 22px;
  font-weight: 300;
  line-height: 20px;
}

.locator .locator-wrap h1 {
  color: #ffffff;
  font-family: 'futura_bqregular';
  font-size: 52px;
  font-weight: 500;
  letter-spacing: -1.24px;
  line-height: 47px;
  margin: 0;
}

.map-sec {
  max-width: 950px;
  margin: 0 auto;
}

.map-sec .form-section {
  display: flex;
  margin: 0 -5px;
  display: none;
}

.locator .locator-wrap p {
  margin-bottom: 0;
  padding: 18px 0 34px;
  font-family: 'futura_bqregular-book';
}

.map-sec .form-section .one {
  max-width: 630px;
  width: 100%;
}

.map-sec .form-section .two {
  max-width: 160px;
  width: 100%;
}

.map-sec .form-section button.btn {
  max-width: 140px;
  height: 60px;
  background-color: #ffed00;
  color: #000;
  margin: 0;
  border-radius: 0px;
  margin-left: 5px;
}

.map-sec .form-section .input-container {
  padding: 0 5px;
}

.map-sec .form-section button.btn:hover {
  background-color: #fff;
}

h3 {
  color: #000000;
  font-family: 'futura_bqregular';
  font-size: 22px;
  font-weight: 500;
  line-height: 20px;
}

.map-sec .map-inner {
  display: flex;
  padding-top: 30px;
}

.map-sec .map-inner .left {
  max-width: 570px;
  width: 100%;
  padding-right: 10px;
  line-height: 0;
}

.map-sec .map-inner .right {
  max-width: 380px;
  width: 100%;
}

.map-sec .map-inner .right .inner .content {
  margin-bottom: 10px;
  position: relative;
  padding: 30px 30px 30px 43px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.map-sec .map-inner .right .inner .content:before {
  counter-increment: section;
  left: 9px;
  content: counter(section);
  top: 30px;
  position: absolute;
  width: 22px;
  height: 22px;
  background-color: #000000;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: 'futura_bqregular';
  font-size: 11px;
  font-weight: 500;
  line-height: 12px;
}

.map-sec .map-inner .right .inner .content:last-child {
  margin-bottom: 0;
}

.map-sec .map-inner .right .inner .content h3 {
  margin-bottom: 14px;
  padding-left: 17px;
  position: relative;
  z-index: 1;
}

.map-sec .map-inner .right .inner .content h3:before {
  content: '';
  border-radius: 4px;
  background-color: #ffed00;
  width: 60px;
  height: 28px;
  z-index: -1;
  position: absolute;
  left: -2px;
  top: 50%;
  transform: translateY(-50%);
}

.map-sec .map-inner .right .inner .content .btn a {
  color: #000000;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  border-radius: 6px;
  padding: 12px 8px 13px 7px;
  border: 4px solid #000000;
  display: inline-block;
}

.map-sec .map-inner .right .inner .content .btn a:hover {
  color: #000;
  background-color: #ffed00;
  border-color: transparent;
}

.map-sec .map-inner .right .inner .content .btn {
  padding-top: 20px;
}

.map-sec .map-inner .left iframe {
  height: 100%;
  padding-right: 20px;
  width: 100%;
}


/* .map-sec .map-inner .right .inner .content.active .btn a { border-color: transparent; background-color: #ffed00; } */


/*=========kitchen=======*/

.kitchen-content {
  width: 100%;
  max-width: 485px;
}

.kitchen-content h3 {
  font-family: 'futura_bqregular-book';
}

.kitchen-content h2 {
  padding-bottom: 15px;
}

h2 {
  color: #000000;
  font-family: 'futura_bqregular';
  font-size: 53px;
  font-weight: 500;
  letter-spacing: -1.24px;
  line-height: 52px;
}

.kitchen-content ul li {
  position: relative;
  color: #000000;
  font-family: 'futura_bqregular';
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  z-index: 1;
  margin-bottom: 19px;
  padding-left: 11px;
}

.kitchen-content ul li:before {
  content: '';
  border-radius: 4px;
  background-color: #ffed00;
  width: 60px;
  height: 28px;
  z-index: -1;
  position: absolute;
  left: -2px;
  top: 50%;
  transform: translateY(-50%);
}

.kitchen-content ul {
  padding-top: 15px;
}

.kitchen-story {
  padding: 64px 0 73px;
  background-size: contain !important;
}

.room-design-slider-section {
  width: 100%;
  position: relative;
  background-color: #fafafa;
  padding: 12px 50px;
}

.room-design-slider-section .inner-wrap {
  padding-bottom: 80px;
}

.room-design-slider-section .inner-wrap {
  display: flex;
}

.room-design-slider-section .inner-wrap .room-design-slider-wrap {
  width: 75%;
  position: inherit;
}

.room-design-slider-section .inner-wrap .room-design-slider-right {
  width: 25%;
  background-color: #fff200;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

ul.slick-dots {
  position: absolute;
  text-align: center;
  padding-top: 30px;
  left: 0;
  right: 0;
}

ul.slick-dots li {
  display: inline-block;
  text-align: center;
}

ul.slick-dots li button {
  cursor: pointer;
  font-family: 'Lato';
  color: #000;
  width: 38px;
  font-weight: 700;
  height: 38px;
  background-color: transparent;
  border-radius: 100%;
  border: none;
}

ul.slick-dots li button:focus {
  outline: none;
}

ul.slick-dots li.slick-active button {
  background-color: #fff200;
  outline: none;
}

.room-design-slider-section .inner-wrap .room-design-slider-wrap .room-design-inner {
  min-height: 415px;
  position: relative;
  z-index: 1;
  padding: 10px 1px 0;
}

.room-design-slider-section .inner-wrap .room-design-slider-wrap .slick-slide {
  padding: 0 0.5px;
}

.room-design-slider-section .inner-wrap .room-design-slider-wrap .room-design-inner:before {
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.45);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: all 400ms ease;
}

.room-design-slider-section .inner-wrap .room-design-slider-wrap .room-design-inner:hover::before {
  background-color: transparent;
}


/* .room-design-slider-section .inner-wrap .room-design-slider-wrap .slick-current .room-design-inner:before { background-color: transparent; } */

.room-design-slider-section .inner-wrap .room-design-slider-wrap .room-design-inner .images-circle {
  height: 70px;
  width: 70px;
  margin-left: 30px;
  margin-top: 10px;
}

.room-design-slider-section .inner-wrap .room-design-slider-wrap .room-design-inner .images-circle img {
  width: 52px;
  height: 29px;
}

.room-design-slider-section .inner-wrap .room-design-slider-right .btn a {
  border-radius: 6px;
  font-weight: 700;
  border: 4px solid #000000;
  padding: 17px 32px;
  display: inline-block;
  transition: all 400ms ease;
}

.room-design-slider-section .inner-wrap .room-design-slider-right .btn a:hover {
  background-color: #000;
  color: #fff200;
}

.room-design-slider-section .inner-wrap .room-design-slider-right .right-inner {
  text-align: center;
  padding: 0 50px;
}

.compnay-logo {
  text-align: center;
  max-width: 100%;
}

.compnay-logo-inner {
  /* display: flex; */
  justify-content: space-between;
  padding-top: 35px;
}

.compnay-logo-inner .inner {
  transition: all 0.8s ease-in-out;
  cursor: pointer;
  padding: 15px 20px;
  overflow: hidden;
  background: #e8e8e8;
}

.compnay-logo-inner .inner img {
  transition: all 0.8s ease-in-out;
  cursor: pointer;
  max-width:100%;
}

.compnay-logo-inner .inner img:hover {
  transform: scale(1.1);
  filter: grayscale(0);
}

.compnay-logo-inner .slick-slide {
  padding: 0 20px;
}

.compnay-logo-inner .slick-list.draggable {
  margin: 0 -20px;
}

.compnay-logo-inner .slick-arrow {
  background: #fff;
  border: 0;
  position: absolute;
  left: -50px;
  top: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  font-size: 0;
  cursor: pointer;
}

.compnay-logo-inner button.slick-prev.slick-arrow::before {
  position: absolute;
  content: '\f053';
  font-size: 14px;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
}

.compnay-logo-inner button.slick-next.slick-arrow::before {
  position: absolute;
  content: '\f054';
  font-size: 14px;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
}

.compnay-logo-inner button.slick-next.slick-arrow {
  right: -67px;
  left: inherit;
}

.compnay-logo-inner .inner img {
  height: 122px !important;
  object-fit: contain;
  filter: grayscale(1);
  margin:auto;
}

.compnay-logo h2 {
  padding-top: 58px;
}

input.input-field {
  width: 100%;
  border: none;
}

button.btn {
  border: none;
}

.header-top .top-left ul li:last-child {
  padding-right: 0;
  position: relative;
}

.header-top .top-left ul li:last-child:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: rebeccapurple;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  margin: 20px 0;
}
.form-section form fieldset .field.hs-form-field .input  {
  margin: 0;
}

/*.rtl-class  .room-design-slider-section .inner-wrap .room-design-slider-wrap { direction: ltr; }*/

.rtl-class .room-design-slider-section .inner-wrap .room-design-slider-wrap .slick-list {
  direction: ltr;
}

.rtl-class .banner-section .banner-left .top:before {
  left: auto;
  right: -500%;
}

.rtl-class .banner-section .banner-left .bottom ul li:before {
  left: auto;
  right: 0;
}

.rtl-class .banner-section .banner-left .bottom ul li {
  padding-right: 38px;
}

.rtl-class .kitchen-brand .kitchen-wrp .left-side .inner .image:last-child {
  padding-right: 15px;
  padding-left: 0px;
}

.rtl-class input.input-field {
  width: 100%;
  border: none;
}

.rtl-class .map-sec .form-section .input-container {}

.rtl-class .form-section .input-container i {
  right: auto;
  left: 19px;
}

.rtl-class button.btn {
  border: none;
}

.rtl-class .map-sec .map-inner .left iframe {
  width: 100%;
}

.rtl-class .map-sec .map-inner .right {
  max-width: 380px;
}

.rtl-class .map-sec .map-inner .left {
  padding-left: 20px;
}

.rtl-class .kitchen-story {}

.rtl-class ul.slick-dots li button {
  border: none;
}

.rtl-class .kitchen-content ul li:before {
  left: auto;
}

.rtl-class .images-circle {
  margin-left: 0;
  margin-right: 50px;
}

.rtl-class .header-top .top-left ul li:last-child:before {
  right: 0;
}

body.rtl-class {
  direction: rtl !important
}

.compnay-logo-inner .slick-list {
  direction: ltr
}

.kitchen-brand .kitchen-wrp .left-side .inner .slick-list {
  direction: ltr;
}

.map-sec .map-inner .right .inner {
  max-height: 730px;
  overflow-y: scroll;
}


/* width */

.map-sec .map-inner ::-webkit-scrollbar {
  width: 5px;
}


/* Track */

.map-sec .map-inner ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px black;
  border-radius: 10px;
}


/* Handle */

.map-sec .map-inner ::-webkit-scrollbar-thumb {
  background: #cac9c1;
  border-radius: 0px;
}

.page-template-landing-rtl-bahrain-template .map-sec .map-inner .left {
  height: 430px;
}


/***20-1-2020***/

.room-design-slider-wrap ul.slick-dots li button {
  font-size: 20px;
}

.nolte_mobile_img {
  display: none;
}

.kitchen-content h3,
.kitchen-content ul {
  display: none;
}

.rtl-class .kitchen-content {
  width: 100%;
  max-width: 485px;
  margin-right: auto;
}

#nolte-brochure-popup button.btn:hover {
  color: #000000;
}

.rtl-class input.input-field {
  padding: 10px 10px 10px 50px !important;
}


/****end***/


/**21-1-2020**/

.kitchen-brand .kitchen-wrp .left-side p {
  padding: 0 25px;
  text-align: left;
}

.map-sec .map-inner .right .inner .content p {
  cursor: pointer;
}


/*.header-top .top-left ul li:first-child {opacity: 0;}*/


/*form*/

.submit-form .gform_body {
  width: calc(100% - 150px) !important;
}

.submit-form .gform_body ul>li {
  margin: 0;
}

.submit-form .gform_body ul>li .ginput_container_email {}

.submit-form form {
  display: flex;
  flex-wrap: wrap;
}

.submit-form form .gform_footer.top_label {
  padding: 0;
  width: 150px;
  margin: 0;
}

.submit-form form .gform_footer.top_label #gform_submit_button_1 {
  #: font-size: 21px !importantcolor:color:font-size:;
}

.submit-form form .gform_footer.top_label #gform_submit_button_1 {
  color: #856053;
  font-family: 'Avenir';
  font-size: 21px !important;
  background-color: #E5DCD5;
  text-transform: uppercase;
  width: 100%;
  margin: 0;
}

.validation_error {
  display: none;
}

div#validation_message_1_1 {
  display: none;
}

.gfield_error {
  /* padding-bottom: 6px; */
  /* padding-top: 8px; */
  background-color: transparent !important;
  margin-bottom: 0 !important;
  border-top: none !important;
  border-bottom: none !important;
  padding-bottom: 0 !important;
  padding-top: 0px !important;
}

.gfield_error input#input_1_1 {}

.gfield_error .ginput_container_email {}

.gfield_error .ginput_container_email input {
  width: 100% !important;
  border-bottom: 1px solid #f00 !important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li.gfield_error textarea {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
}

.form-section form input.hs-button.primary.large {
  border-radius: 6px;
  background-color: #fff200 !important;
  color: #000000 !important;
  font-family: 'Lato', sans-serif;
  font-size: 16px !important;
  font-weight: 700;
  text-transform: capitalize;
  width: 100% !important;
  height: 70px;
  transition: all 400ms ease;
  border: none;
  text-align: center;
  margin-top: 25px !important;
}

.form-section form input.hs-button.primary.large:hover {
  background-color: transparent !important;
  border: 6px solid #ffed00;
  color: #ffed00 !important;
}

.gform_wrapper .gform_footer {
  text-align: center;
}

div .form-section .gform_wrapper form .gform_body ul li.gfield_error {
  max-width: 100% !important;
  margin-right: 0 !important;
}

.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
  margin-right: 0 !important
}

.form-section .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}

.form-section .gform_wrapper form input,
.form-section .gform_wrapper form select,
.form-section .gform_wrapper form textarea {
  height: 60px;
  color: #000000;
  font-family: 'Lato', sans-serif;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 21px;
  background-color: #f3f3f3;
  border-radius: 0px;
  padding: 20px !important; 
  border: none;
  margin-top: 12px;
  width: 100% !important;
}

.form-section .gform_wrapper form .gform_body ul li .ginput_container textarea {
  font-size: 17px !important;
  color: #BE7965;
  background-color: #F3EDEA;
  padding: 15px !important;
  font-family: 'Avenir' !important;
}

.form-section .gform_wrapper form .gform_body ul li {
  margin-top: 0;
  padding: 0 10px 0 !important;
}

.form-section .gform_wrapper form .gform_body ul li .ginput_container_textarea {
  margin-top: 20px;
}

.hs-form-a5a17e54-6daa-4bc2-92a8-c43601a197fb_1eebfdf4-db6c-42a0-bfba-46c043f17d21 fieldset.form-columns-1 .hs-input {
  width: 100%;
}

.hs-form-a5a17e54-6daa-4bc2-92a8-c43601a197fb_1eebfdf4-db6c-42a0-bfba-46c043f17d21 fieldset.form-columns-2 .input,
.hs-form-a5a17e54-6daa-4bc2-92a8-c43601a197fb_1eebfdf4-db6c-42a0-bfba-46c043f17d21 fieldset.form-columns-1 .input {
  margin-right: 0px;
}

fieldset.form-columns-2 .hs-fieldtype-text.field.hs-form-field:first-child div.input {
  margin-right: 8px;
}

.ginput_container_checkbox label {
  position: relative;
}

.ginput_container_checkbox label:after {
  content: '';
  position: absolute;
  width: 31px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  left: -29px;
  top: 4px;
  background-color: #9c5531;
}

.ginput_container_checkbox label:before {
  opacity: 0;
  content: '\f00c';
  height: 5px;
  position: absolute;
  top: 7px;
  left: -24px;
  font-family: fontawesome;
  color: #fff;
  z-index: 1;
  font-size: 18px;
}

.gfield_checkbox input {
  opacity: 0;
  visibility: hidden;
}

.gfield_checkbox input[type=checkbox]:checked+label:before {
  opacity: 1;
}

.gfield_radio>li label {
  position: relative;
}

.gfield_radio>li input:checked~label:after {
  opacity: 1;
}

.gfield_radio>li label:before {
  content: '';
  position: absolute;
  border: 1px solid #f8eee4;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  border-radius: 100%;
}

.gfield_radio>li label:after {
  content: '';
  position: absolute;
  opacity: 0;
  left: 6px;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #ffffff;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  max-width: 100%;
  padding-right: 0 !important;
}

.gform_wrapper .validation_message {
  font-size: 15px;
  line-height: 20px;
  color: #ff0000;
}

.form-section .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li.gfield_error textarea {
  border: 3px solid #ff1818 !important;
}

.gform_wrapper .validation_message {
  display: none;
}

.form-section .gform_wrapper form .gform_body ul li .ginput_container:before {
  content: "" !important;
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  top: 42%;
  transform: translateX(-50%);
  right: 20px;
  color: #000;
  font-weight: 700;
}

.form-section .gform_wrapper form .gform_body ul li.area_check_popup .ginput_container:before {
  content: "\f041" !important;
}

.form-section .gform_wrapper form .gform_body ul li.area_check .ginput_container:before {
  content: "\f041" !important;
}

.form-section .gform_wrapper form .gform_body ul li.profile-icon .ginput_container:before {
  content: "\f007" !important;
}

.form-section .gform_wrapper form .gform_body ul li.profile-email-icon .ginput_container:before {
  content: "\f0e0" !important;
}

.form-section .gform_wrapper form .gform_body ul li.profile-phone-icon .ginput_container:before {
  content: "\f095" !important;
}

.form-section .gform_wrapper form .gform_body ul li {
  position: relative;
}

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important;
}

.form-section .gform_wrapper form .gform_body ul li.pdf-download {
  visibility: visible;
  position: inherit;
  left: 0;
  display: none;
}

.form-section .gform_wrapper form .gform_body ul li.pdf-download input {
  width: 100%;
}

.banner-right .form-section .gform_confirmation_message {
  text-align: center;
  color: #ffed00;
}

.form-section .gform_confirmation_message {
  text-align: center;
  color: #000;
}

.modal {   
  max-width: 600px !important;  
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  border-radius: 0px !important;   
  padding: 44px !important;   
} 

/* CSS end  here */



/*Responsive*/

@media only screen and (max-width:1199px) {
  .container {
    max-width: 970px;
  }
  .room-design-slider-section .inner-wrap .room-design-slider-right .btn a {
    padding: 10px 13px;
  }
  .room-design-slider-section .inner-wrap .room-design-slider-right .btn a {
    padding: 17px 10px;
  }
  .kitchen-content {
    width: 100%;
    max-width: 455px;
  }
}

@media only screen and (max-width:991px) {
  .container {
    max-width: 750px;
  }
  .banner-section .form-section h2 {
    font-size: 24px;
  }
  input.input-field {
    height: 50px;
    padding: 10px;
  }
  .banner-section .banner-left .top {}
  .images-circle {
    width: 100px;
    height: 100px;
  }
  .images-logo,.images-circle {    padding: 5px;}
  .images-circle img {
    width: 91px;
    height: 37px;
  }
  .kitchen-brand .kitchen-wrp .content h3 {
    font-size: 20px;
    line-height: normal;
  }
  .kitchen-brand .kitchen-wrp .content h6 {
    font-size: 18px;
  }
  .map-sec .map-inner .left {
    height: 320px;
    max-width: 500px;
    margin: 0 auto;
    padding: 0 0 30px;
  }
  .map-sec .map-inner {
    flex-direction: column;
  }
  .map-sec .map-inner .left iframe {
    height: 260px;
    width: 100%;
  }
  .map-sec .map-inner .right .inner {
    max-width: 500px;
    margin: 0 auto;
    display: table;
    height: 500px;
  }
  .rtl-class .map-sec .map-inner .right .inner {
    display: inherit;
  }
  .rtl-class .map-sec .map-inner .left {
    padding-left: 0;
  }
  .rtl-class .map-sec .map-inner .right {
    max-width: 100%;
  }
  .map-sec .map-inner .right {
    max-width: 100%;
  }
  h2 {
    font-size: 37px;
  }
  ul.slick-dots li button {
    border: none;
  }
  .compnay-logo-inner .inner {
    padding: 0 11px;
  }
  .room-design-slider-section {
    padding: 50px 50px C;
  }
  .compnay-logo h2 {
    margin-bottom: 0;
    padding-top: 30px;
  }
  ul.slick-dots {
    top: 55%;
  }
  .kitchen-story {
    background-size: cover !important;
    background-position: 24% 0 !important;
  }
  .rtl-class .kitchen-content,
  .kitchen-content {
    max-width: 415px;
  }
  .kitchen-brand .kitchen-wrp .left-side .inner .image {
    height: 170px;
    padding: 0 4px;
  }
  .kitchen-brand .kitchen-wrp .left-side p {
    padding: 0 15px;
  }
  .form-section .input-container.half {
    margin: 3px !important;
    width: calc(50% - 6px);
  }
  .form-section .input-container {
    width: calc(100% - 6px);
    margin: 0 3px !important;
  }
  .banner-section .banner-left .bottom ul li {
    font-size: 17px;
    padding-left: 19px;
  }
  .banner-section .banner-left .bottom ul li:before {
    width: 10px;
    height: 10px;
  }
  .banner-section .form-section {
    padding: 20px;
  }
  .banner-section .form-section h2 {
    text-align: center;
    padding-bottom: 11px;
  }
  button.btn {
    height: 50px;
    border: 3px solid #fff200;
  }
  .compnay-logo-inner button.slick-next.slick-arrow {
    right: 0;
  }
  .compnay-logo-inner .slick-arrow {
    left: 0;
    z-index: 1;
  }
}

@media only screen and (max-width:767px) {
  .container {
    max-width: 100%;
  }
  .banner-wrap {
    flex-direction: column;
  }
  .banner-section .banner-left {
    width: 100%;
  }
  .banner-section .banner-left .top:before {
    display: none;
  }
  .images-logo img {
    width: 65px;
  }
  .images-circle {
    margin-left: 0;
  }
  .banner-section .banner-left .bottom {
    padding-top: 40px;
  }
  .quality-section .quality-wrap .inner {
    width: 100%;
    padding-bottom: 50px;
  }
  .quality-section .quality-wrap {
    flex-direction: column;
  }
  .quality-section {
    padding-bottom: 10px;
  }
  .locator .locator-wrap h1 {
    font-size: 30px;
  }
  .map-sec .form-section {
    flex-direction: column;
  }
  .map-sec .form-section .input-container {
    padding-bottom: 5px;
    width: 100%;
    max-width: 100%;
  }
  .map-sec .form-section .input-container {}
  h3 {
    font-size: 17px;
  }
  .map-sec .map-inner .right .inner .content .btn a {
    font-size: 11px;
    border-width: 2px;
  }
  h2 {
    font-size: 33px;
    line-height: normal;
  }
  .compnay-logo-inner {
    flex-direction: column;
    padding-bottom: 60px;
  }
  .room-design-slider-section {
    padding: 0;
  }
  .room-design-slider-section .inner-wrap .room-design-slider-wrap {
    width: 100%;
  }
  .room-design-slider-section .inner-wrap .room-design-slider-right {
    width: 100%;
  }
  ul.slick-dots {
    position: inherit;
  }
  .room-design-slider-section .inner-wrap {
    padding-bottom: 30px;
  }
  .banner-section .form-section {
    max-width: 100%;
    padding: 15px;
  }
  .banner-section .banner-right {
    width: 100%;
  }
  button.btn {
    height: 50px;
  }
  .kitchen-brand .kitchen-wrp .content {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0px;
  }
  .kitchen-brand .kitchen-wrp .left-side {
    width: 100%;
  }
  .kitchen-brand .kitchen-wrp .left-side .inner {
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }
  .kitchen-brand .kitchen-wrp .left-side .inner .image:last-child {
    padding-right: 0 !important;
  }
  .map-sec .form-section button.btn {
    max-width: 97%;
    height: 49px;
  }
  .room-design-slider-section .inner-wrap {
    flex-direction: column;
  }
  .room-design-slider-section .inner-wrap .room-design-slider-right {
    text-align: center;
    padding: 20px 0;
    margin-top: 20px;
  }
  .room-design-slider-section .inner-wrap .room-design-slider-right .btn a {
    padding: 12px;
  }
  .room-design-slider-section .inner-wrap .room-design-slider-right .right-inner {
    padding: 0;
  }
  .header-top .top-left ul li {}
  .header-top .top-left ul li a {
    font-size: 15px;
  }
  .header-top .top-left ul li:last-child:before {
    left: -2px;
    height: 80%;
  }
  .inner {}
  .kitchen-story {
    padding: 64px 0 73px;
    background-size: cover !important;
    background-position: 41% 10% !important;
    background-image: none !important;
  }
  .compnay-logo-inner {
    display: flex;
    padding-bottom: 60px;
    /* overflow-x: auto*/
    ;
    flex-direction: inherit;
  }
  .compnay-logo-inner .inner {
    padding: 10px 11px;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* .compnay-logo-inner .inner img {
  width: 100px;
} */
  .locator .locator-wrap p {
    padding: 0 0 30px;
  }
  .map-sec .map-inner .left iframe {
    padding-right: 0;
  }
  .kitchen-content {
    max-width: 100%;
  }
  .banner-section .banner-left .top {
    padding: 5px 30px;
  }
  .images-circle {
    width: 80px;
    height: 80px;
  }
  .images-circle img {
    width: 60px;
  }
  .nolte_mobile_img {
    display: block;
  }
  .nolte_mobile_img img {
    width: 100%;
  }
  .rtl-class .map-sec .map-inner .left {
    padding-left: 0px;
  }
  .rtl-class .map-sec .form-section .input-container {
    padding: 0 0 5px 0;
  }
  .rtl-class .map-sec .form-section button.btn {
    max-width: 100%;
    height: 49px;
  }
  .rtl-class .kitchen-brand .kitchen-wrp .left-side .inner .image:last-child {
    padding-right: 15px;
    padding-left: 15px;
  }
  .rtl-class .compnay-logo-inner.slick-initialized.slick-slider {
    direction: ltr;
  }
  .rtl-class .kitchen-content,
  .kitchen-content {
    max-width: 100%;
  }
  .kitchen-brand .kitchen-wrp .left-side .inner .image {
    height: 290px;
    margin: 0 auto;
    max-width: 200px;
  }
  .kitchen-brand .kitchen-wrp .left-side p {
    padding: 0 0px;
  }
  .compnay-logo-inner button.slick-next.slick-arrow {
    right: 0;
    left: inherit;
  }
  .compnay-logo-inner .slick-arrow {
    top: 36%;
    left: 0;
    z-index: 1;
  }
  .banner-section .form-section h2 {
    text-align: center;
    padding-bottom: 0;
  }
  .kitchen-brand .kitchen-wrp .content h3 {
    line-height: 35px;
  }
  .quality-section .quality-wrap .inner {
    padding: 0 0 40px;
  }
  .quality-section .quality-wrap {
    margin: 0;
  }
  .fancybox-content {
    padding: 30px 11px;
  }
  .fancybox-content .input-container.half {
    width: 100%;
    margin: 0 !important;
  }
  .fancybox-content .input-container {
    width: 100%;
    margin: 0 !important;
  }
  .fancybox-content h2 {
    font-size: 24px;
    text-align: center;
  }
  .map-sec .map-inner .left {
    height: 370px;
    padding: 0 0 30px;
  }
  .compnay-logo-inner {
    position: relative;
    overflow-y: auto;
  }
  .compnay-logo-inner ul.slick-dots {
    position: absolute;
    top: 67%;
  }
  .header-top .header-top-warp {
    flex-direction: column;
    padding-top: 20px;
  }
  .header-top .top-left {
    padding-top: 5px;
  }
  .form-section .gform_wrapper form .gform_body ul li .ginput_container input {
    padding: 4px 10px !important;
    height: 50px;
  }
  .form-section .gform_footer .button {
    height: 50px;
  }
  .form-section .gform_wrapper form .gform_body ul li {
    margin-top: 0 !important;
  }
  .fancybox-content {
    width: 400px;
  }
}

.form-section #gform_4 .gform_body ul li .ginput_container:before {
  right: auto!important;
  left: 30px!important;
}

.form-section #gform_4 .gform_body ul li .ginput_container input {
  text-align: right;
}

.map-sec .map-inner .right .inner {
  max-height: 730px;
  overflow-y: scroll;
  height: 100%;
}

.rtl-class .form-section .gform_wrapper form .gform_body ul li .ginput_container:before {
  left: 30px;
  right: auto;
}

.rtl-class .form-section .gform_wrapper form .gform_body ul li .ginput_container input {
  text-align: right;
}

.rtl-class .form-section h2 {
  text-align: right;
}

.form-section .gform_wrapper form .gform_body ul li.gfield_visibility_hidden {
  display: none;
}

.rtl-class .form-section .gform_wrapper form .gform_body ul li .ginput_container:before {
  left: 30px;
  right: auto;
}

.rtl-class .form-section .gform_wrapper form .gform_body ul li .ginput_container input {
  text-align: right;
}

.rtl-class .form-section h2 {
  text-align: right;
}

.content-mainhome {
  width: 100%!important;
}

.form-section .gform_wrapper form .gform_body ul li .ginput_container .iti--separate-dial-code input {
  padding-left: 100px!important;
}

.form-section .gform_wrapper form .gform_body ul li .ginput_container.ginput_container_phone {
  padding-top: 10px!important;
}

body.rtl-class .iti__country-list {
  text-align: left;
}

body.rtl-class .form-section .gform_wrapper form .gform_body ul li .ginput_container .iti--separate-dial-code input {
  padding-right: 0px!important;
  padding-left: 100px!important;
}

body.rtl-class .iti--allow-dropdown .iti__flag-container,
body.rtl-class .iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0px;
}

body.rtl-class .form-section .gform_body ul li .ginput_container input.gfpmf-intl {
  direction: ltr;
  text-align: left!important;
}

body.rtl-class .iti__country-list {
  left: 0px;
}

body.rtl-class .iti__selected-flag {
  direction: ltr;
}

.form-section .gform_wrapper form input.gfpmf-intl::-webkit-input-placeholder {
  color: #ddd;
}

body.rtl-class .gform_wrapper ul.gform_fields {
  direction: rtl;
}

.form-section form input.hs-button.primary.large {
  background: #d0d0d0 !important;
  color: #848484 !important;
  border: 0;
}

body.rtl-class .banner-section .banner-left .bottom ul li {
  letter-spacing: 0px;
}

.banner-section .banner-left .bottom ul li {
  text-transform: capitalize;
}

.map-sec .map-inner .right .inner .content .btn a.clickforcall {
  border: none;
  font-size: 20px;
  color: #000;
  background-color: #ffed00;
  cursor: pointer;
}

.map-sec .map-inner .right .inner .content .btn a {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.map-sec .map-inner .right .inner .content .btn a.clicktocall {
  cursor: pointer;
}

body.rtl-class .clickforcall {
  direction: ltr;
}

.form-section .gform_wrapper form .gform_body ul li .ginput_container select {
  height: 60px;
  color: #000000;
  font-family: 'Lato', sans-serif;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 21px;
  background-color: #f3f3f3;
  border-radius: 0px;
  padding: 20px !important;
  border: none;
  -webkit-appearance: none;
}

.gform_wrapper li.hidden_label select {
  margin-top: 12px;
}

.form-section .gform_wrapper form .gform_body ul li.profile-loc-icon .ginput_container:before {
  content: "\f107" !important;
}

.sticky-widget {
  position: fixed;
  bottom: 30px;
  right: 0;
  z-index: 3;
  text-align: right;
}

.whatsapp-badge {
  background: #01e675;
  border-radius: 50px;
  margin-right: 20px;
  height: 50px;
  white-space: nowrap;
  padding: 10px 10px;
  color: #fff;
  cursor: pointer;
  margin-top: 15px;
  line-height: 0;
  display: block;
  width: 50px;
  text-align: center;
}

.sticky-widget a i {
  font-size: 30px;
  line-height: 30px;
}

.map-sec .map-inner .left iframe {
  padding: 0;
}