/*
|----------------------------------------------------------------------
|       Body Main Css
|----------------------------------------------------------------------
*/

html {
  scroll-behavior: smooth;
}

:root {
  --chevron: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="300px" height="300px" fill="%23080a0f" viewBox="-155 247 300 300" style="enable-background:new -155 247 300 300;"><polygon points="78.6356201,306.8178101 -5.0166931,390.4367371 -88.6356277,306.8178101 -137, 355.1821899 -5.0166931,487.1821899 127,355.1821899 "/></svg>');
  --tick: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="300px" height="300px" fill="%23fff" viewBox="0 0 300 300" style="enable-background:new 0 0 300 300;" xml:space="preserve"><polygon points="115.7434006,270.8831787 0,173.503006 21.3676376,148.106369 111.6297684,224.0477905 274.5331421,29.1168175 300,50.3998222"/></svg>');
}

/* ============ colors =============== */

:root {
  --yellow: #e49605;

  --white: #fff;

  --black: #000;

  --grey: #494949;

  --dark: #333333;
}

/* ============ fonts ============== */

@font-face {
  font-family: "Nunito Bold";
  src: url("../webfonts/NunitoSans_7pt-Bold.ttf");
}

@font-face {
  font-family: "Nunito Regular";
  src: url("../webfonts/NunitoSans_7pt-Regular.ttf");
}

@font-face {
  font-family: "Nunito Italic";
  src: url("../webfonts/NunitoSans_7pt-Italic.ttf");
}

@font-face {
  font-family: "Nunito Medium";
  src: url("../webfonts/NunitoSans_7pt-Medium.ttf");
}

@font-face {
  font-family: "Nunito SemiBold";
  src: url("../webfonts//NunitoSans_7pt-SemiBold.ttf");
}

html {
  height: 100%;
}

body {
  position: relative;
  min-height: 100%;
  background-color: var(--white);
  color: var(--grey);
  font-size: 16px;
  font-family: "Nunito Regular";
  margin: 0;
  padding: 0;
  line-height: 1.6;
  word-break: break-word;
  transition: all ease 0.5s;
  overflow-x: hidden;
}

body {
  display: flex;
  flex-flow: column;
}

body.flow {
  overflow: hidden !important;
}

::selection {
  background: var(--black);
  color: var(--white);
}

::-moz-selection {
  background: var(--black);
  color: var(--white);
}

body a {
  color: var(--black);
  word-break: break-word;
}

body a,
body span {
  display: inline-block;
  text-decoration: none;
}

body a:hover {
  color: var(--yellow);
}

body a:focus,
body a:hover {
  outline: none !important;
  text-decoration: none !important;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  display: inline-block;
}

ul li a {
  transition: all ease 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito Bold";
  line-height: 1.1;
  margin: 0 0 20px 0;
  color: var(--black);
}

p {
  margin-bottom: 20px;
}

p:nth-last-child(1) {
  margin: 0;
}

.relative {
  position: relative;
}

.tableDv {
  display: table;
  width: 100%;
  height: 100%;
}

.tableCell {
  display: table-cell;
  vertical-align: middle;
}

.toggle {
  position: absolute;
  top: 10px;
  bottom: 0;
  right: 5px;
  display: flex;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 10px;
  transition: all ease 0.5s;
  z-index: 4;
}

.toggle span,
.toggle span:before,
.toggle span:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--black);
  border-radius: 50px;
  transition: all ease 0.5s;
}

.toggle span {
  position: relative;
  display: block;
  width: 22px;
  margin: 8px auto;
}

.toggle span:before {
  top: -7px;
}

.toggle span:after {
  bottom: -7px;
}

.toggle.active span {
  width: 22px;
  background: transparent !important;
}

.toggle.active span:before,
.toggle.active span:after {
  top: 0;
}

.toggle.active span:before {
  transform: rotate(405deg);
}

.toggle.active span:after {
  transform: rotate(-45deg);
}

.blockquote {
  background: var(--white);
  color: var(--grey);
  padding: 10px 10px 10px 20px;
  border: 1px solid var(--white);
  border-left: 4px solid var(--grey);
}

/*
|----------------------------------------------------------------------
|       Body Main Button
|----------------------------------------------------------------------
*/

.webBtn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 141px;
  height: 50px;
  background: var(--yellow);
  background-position: 100% 0;
  background-size: 100% 100%;
  color: var(--black);
  font-size: 16px;
  font-family: "Nunito Medium";
  text-align: center;
  padding: 0 30px;
  white-space: nowrap;
  /*text-transform: uppercase;
  */
  border: 0;
  border-radius: 6px;
  outline: none !important;
  box-shadow: 0 5px 20px rgb(18 15 56 / 7%);
  border: 1px solid var(--yellow);
}

.webBtn:hover {
  background: var(--black);
  color: #fff;
}

.smBtn {
  min-width: 40px;
  height: 36px;
  padding: 0 20px;
}

.mdBtn {
  min-width: 80px;
  height: 40px;
}

.lgBtn {
  height: 54px;
  font-size: 16px;
  padding: 0 40px;
}

.blankBtn {
  background: transparent;
  color: #4e535a;
  border: 1px solid #1c1c1c38;
  box-shadow: unset;
}

.blankBtn:hover {
  background: var(--yellow);
  color: var(--black);
  border: 1px solid var(--yellow);
}

.blackBtn {
  background: var(--black);
  color: var(--white);
}

.blackBtn:hover {
  background: var(--white);
  color: var(--black);
}

.arrowBtn {
  display: flex !important;
  width: 46px;
  min-width: 46px;
  padding: 0 5px;
}

.arrowBtn > i {
  font-weight: bold;
  margin: 0 !important;
}

.arrowBtn > img {
  width: 18px;
}

.icoBtn > img {
  width: 18px;
  margin-right: 10px;
  filter: brightness(0.2) invert(0.2);
}

.roundBtn {
  border-radius: 50px;
}

.blockBtn {
  width: 100%;
}

.blockBtn em {
  flex: 1;
  text-align: left;
}

.webBtn i {
  margin-right: 10px;
}

.webBtn i.fi-arrow-right,
.webBtn i.fi-arrow-left {
  font-size: 120%;
  font-weight: bold;
}

.webBtn i.fi-arrow-right {
  margin-left: 10px;
  margin-right: 0;
}

.webBtn i.fi-arrow-left {
  margin-left: 0;
  margin-right: 10px;
}

/*_____ webBtn spinner _____*/

.webBtn .spinner {
  width: auto;
  height: auto;
  background: inherit;
  border-radius: inherit;
  overflow: hidden;
}

.webBtn .spinner ~ i {
  visibility: hidden;
}

.webBtn .spinner,
.webBtn .spinner:before,
.webBtn .spinner:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.webBtn .spinner:before,
.webBtn .spinner:after {
  content: "";
  width: 18px;
  height: 18px;
  border: 3px solid;
  animation: spinner 0.5s linear infinite;
  border-radius: 75%;
}

.webBtn .spinner:before {
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.webBtn .spinner:after {
  border-top-color: transparent;
  border-left-color: transparent;
  opacity: 0.5;
}

.webBtn.smBtn .spinner:before,
.webBtn.smBtn .spinner:after {
  width: 14px;
  height: 14px;
}

.webBtn.lgBtn .spinner:before,
.webBtn.lgBtn .spinner:after {
  width: 20px;
  height: 20px;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

*[disabled] {
  cursor: not-allowed !important;
}

a[disabled],
button[disabled] {
  opacity: 0.8;
}
/*
|----------------------------------------------------------------------
|       Body Inner Css
|----------------------------------------------------------------------
*/

h1 {
  font-size: 48px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

img {
  width: 100%;
  display: block;
}

em {
  font-style: normal;
}

strong {
  font-family: "Nunito Bold";
  font-weight: normal;
}

input,
button,
select,
textarea {
  text-decoration: none !important;
  outline: none !important;
}

.ease,
body a,
body button,
body .webBtn {
  transition: all ease 0.5s;
}

.contain,
.contain-fluid {
  position: relative;
  max-width: 1440px;
  padding: 0 15px;
  margin: auto;
  min-height: 1px;
}

.contain-fluid {
  max-width: 1600px;
  padding: 0 15px;
}

.contain:before,
.contain:after,
.contain-fluid:before,
.contain-fluid:after {
  content: "";
  display: table;
}

.contain:after,
.contain-fluid:after {
  clear: both;
}

section {
  position: relative;
  padding: 70px 0;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.formRow {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.formRow > [class*="col-"],
.formRow > [class^="col-"] {
  padding: 10px;
}

.flexBox {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flexDv {
  width: 100%;
}

.flexRow {
  margin: -15px;
}

.flexRow > .col {
  padding: 15px;
}

.bTn {
  display: flex;
  flex-flow: wrap;
  gap: 10px;
}

.bTn.formBtn {
  margin-top: 20px;
}

.text-left.bTn,
.text-left .bTn {
  justify-content: flex-start;
}

.text-center.bTn,
.text-center .bTn {
  justify-content: center;
}

.text-right.bTn,
.text-right .bTn {
  justify-content: flex-end;
}

/* ======== error or spinner ========== */

input.error {
  border-color: Red !important;
  border-style: solid;
  border-width: 1px;
}
textarea.error {
  border-color: Red !important;
  border-style: solid;
  border-width: 1px;
}
select.error {
  border-color: Red !important;
  border-style: solid;
  border-width: 1px;
}
label.error {
  color: red;
  font-size: 11px;
}
input[type="“radio”"].error:after,
input[type="“checkbox”"].error:after {
  border-color: red;
}

/* ================= popup ================== */

.popup .inside {
  max-width: 700px;
  margin: 0 auto;
}

.tableDv {
  display: table;
  width: 100%;
  height: 100%;
}

.tableCell {
  display: table-cell;
  vertical-align: middle;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(25, 33, 37, 0.95);
  padding: 20px 0;
  overflow: auto;
  z-index: 99999;
  /* display: flex; */
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.popup ._inner {
  position: relative;
  max-width: 600px;
  /*background: #f7f8f9;*/
  background: #fff;
  padding: 20px;
  margin: auto;
  border-radius: 10px;
  -webkit-box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1),
    0 3px 6px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1),
    0 3px 6px 0 rgba(0, 0, 0, 0.07);
}

.popup.big-popup ._inner {
  max-width: 800px;
}

.popup.small-popup ._inner {
  max-width: 420px;
}

.popup ._inner h3 {
  padding-right: 25px;
  margin-bottom: 20px;
}

.popup ._inner h4 {
  padding-right: 25px;
  margin-bottom: 15px;
}

.popBtn {
  cursor: pointer;
}

.crosBtn {
  position: absolute;
  top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: 5px;
  width: 28px;
  height: 28px;
  color: #8b9593;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  z-index: 5;
}

.crosBtn:before {
  content: "\2715";
  line-height: 1;
}

.popup .list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.popup .list > li > div:nth-child(1) {
  width: 120px;
  min-width: 120px;
  font-family: "Nunito Bold";
  margin-right: 10px;
}

.popup .list > li > div:nth-child(2) {
  width: 100%;
  color: #8b9593;
}

.popup .blockLst {
  margin: -15px;
}

/*
|----------------------------------------------------------------------
|       Dropdown
|----------------------------------------------------------------------
*/

.dropBtn {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.dropBtn > i.chevron {
  display: inline-block;
  width: 10px;
  min-width: 10px;
  height: 10px;
  background-image: var(--chevron);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
  margin-left: 5px;
  transition: inherit;
}

.dropDown {
  position: relative;
  z-index: 1;
}

.dropCnt {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 160px;
  max-width: 260px;
  background: #fff;
  margin-top: 10px;
  visibility: hidden;
  opacity: 0;
  /* border: 1px solid #eee; */
  border-radius: 7px;
  box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.25),
    0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
  transition: all ease 0.5s;
  overflow: hidden;
}

.dropCnt.right {
  left: initial;
  right: 0;
}

.dropCnt.active {
  margin-top: 0;
  visibility: visible;
  opacity: 1;
}

.dropLst {
  /* border: 1px solid #eee; */
  padding: 6px 0;
  /* border-radius: 7px; */
}

.dropLst > li,
.dropLst > li > * {
  display: block;
}

/* .dropLst > li:nth-child(1) > * {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.dropLst > li:nth-last-child(1) > * {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.dropLst > li:not(:nth-last-child(1)) {
    border-bottom: 1px solid #eee;
} */

.dropLst > li > * {
  display: flex;
  align-items: center;
  width: 100%;
  background: #fff;
  text-align: left;
  padding: 6px 15px;
  border: 0;
}

.dropLst > li > *:hover {
  background: #fafafa;
}

.dropLst > li > * > i {
  margin-right: 6px;
}

/*
|----------------------------------------------------------------------
|       Editor
|----------------------------------------------------------------------
*/

.ckEditor {
  /* Font */
  /* Emoji fonts are added to visualise them nicely in Internet Explorer. */
  font-family: "Nunito Regular", sans-serif, Arial, Verdana, "Trebuchet MS",
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;

  /* Text color */
  color: #333;
}

.ckEditor .cke_editable {
  font-size: 13px;
  line-height: 1.6;

  /* Fix for missing scrollbars with RTL texts. (#10488) */
  word-wrap: break-word;
}

.ckEditor blockquote {
  font-style: italic;
  font-family: "Poppins Regular", Times, "Times New Roman", serif;
  padding: 2px 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
}

.ckEditor .cke_contents_ltr blockquote {
  padding-left: 20px;
  padding-right: 8px;
  border-left-width: 5px;
}

.ckEditor .cke_contents_rtl blockquote {
  padding-left: 8px;
  padding-right: 20px;
  border-right-width: 5px;
}

.ckEditor a {
  display: inline;
  color: #4a4f55;
}

.ckEditor ol,
.ckEditor ul,
.ckEditor dl {
  /* IE7: reset rtl list margin. (#7334) */
  margin-right: 0px;
  /* Preserved spaces for list items with text direction different than the list. (#6249,#8049)*/
  padding: 0 40px;
}

.ckEditor ul,
.ckEditor ol {
  padding: 0;
  padding-left: 20px;
  margin: 0 0 10px;
  list-style-position: inside;
}

.ckEditor ul > li,
.ckEditor ol > li {
  display: list-item;
  margin-bottom: 5px;
}

.ckEditor ul > li ul,
.ckEditor ol > li ol {
  margin: 5px 0 7px;
}

.ckEditor h1,
.ckEditor h2,
.ckEditor h3,
.ckEditor h4,
.ckEditor h5,
.ckEditor h6 {
  font-weight: normal;
  line-height: 1.2;
}

.ckEditor hr {
  border: 0px;
  border-top: 1px solid #ccc;
}

.ckEditor img.right {
  border: 1px solid #ccc;
  float: right;
  margin-left: 15px;
  padding: 5px;
}

.ckEditor img.left {
  border: 1px solid #ccc;
  float: left;
  margin-right: 15px;
  padding: 5px;
}

.ckEditor pre {
  white-space: pre-wrap; /* CSS 2.1 */
  word-wrap: break-word; /* IE7 */
  -moz-tab-size: 4;
  tab-size: 4;
}

.ckEditor .marker {
  background-color: #4a4f55;
}

.ckEditor span[lang] {
  font-style: italic;
}

.ckEditor figure {
  text-align: center;
  outline: solid 1px #ccc;
  background: rgba(0, 0, 0, 0.05);
  padding: 10px;
  margin: 10px 20px;
  display: inline-block;
}

.ckEditor figure > figcaption {
  text-align: center;
  display: block; /* For IE8 */
}

.ckEditor a > img {
  padding: 1px;
  margin: 1px;
  border: none;
  outline: 1px solid #0782c1;
}

/* Widget Styles */
.ckEditor .code-featured {
  border: 5px solid #4a4f55;
}

.ckEditor .math-featured {
  padding: 20px;
  box-shadow: 0 0 2px #4a4f55;
  background-color: rgba(255, 0, 0, 0.05);
  margin: 10px;
}

.ckEditor .image-clean {
  border: 0;
  background: none;
  padding: 0;
}

.ckEditor .image-clean > figcaption {
  font-size: 0.9em;
  text-align: right;
}

.ckEditor .image-grayscale {
  background-color: white;
  color: #666;
}

.ckEditor .image-grayscale img,
.ckEditor img.image-grayscale {
  filter: grayscale(100%);
}

.ckEditor .embed-240p {
  max-width: 426px;
  max-height: 240px;
  margin: 0 auto;
}

.ckEditor .embed-360p {
  max-width: 640px;
  max-height: 360px;
  margin: 0 auto;
}

.ckEditor .embed-480p {
  max-width: 854px;
  max-height: 480px;
  margin: 0 auto;
}

.ckEditor .embed-720p {
  max-width: 1280px;
  max-height: 720px;
  margin: 0 auto;
}

.ckEditor .embed-1080p {
  max-width: 1920px;
  max-height: 1080px;
  margin: 0 auto;
}

.ckEditor i,
.ckEditor em {
  font-style: italic;
}

.ckEditor b,
.ckEditor strong {
  font-weight: bold;
}

.ckEditor u {
  text-decoration: underline;
}

.ckEditor span {
  display: initial;
  text-decoration: inherit;
}
/*_____ owl-nav _____*/

.owl-carousel.owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0;
}

.owl-carousel.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffffbf;
  color: black;
  font-size: 14px;
  margin: -20px 0 0;
  border-radius: 75%;
  box-shadow: 0 5px 20px rgb(18 15 56 / 7%);
}

.owl-carousel.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: var(--yellow);
}

.owl-carousel.owl-theme .owl-nav .owl-prev {
  left: 10px;
}

.owl-carousel.owl-theme .owl-nav .owl-next {
  right: 10px;
}

.owl-carousel.owl-theme .owl-nav [class*="owl-"] > i {
  font-weight: bold;
}

/*_____ owl-dots _____*/

.owl-carousel.owl-theme .owl-dots {
  text-align: center;
  position: relative;
  margin-top: 30px !important;
  line-height: 0;
  z-index: 5;
}

.owl-carousel.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  padding: 0 5px !important;
}

.owl-carousel.owl-theme .owl-dots .owl-dot span {
  display: block;
  width: 20px;
  height: 5px;
  margin: auto;
  background-color: var(--black);
  border-radius: 50px;
  transition: all ease 0.5s;
}

.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  width: 33px;
  height: 5px;
  margin: auto;
  background-color: var(--yellow);
}

/*
|----------------------------------------------------------------------
|       Form
|----------------------------------------------------------------------
*/

label {
  display: block;
  font-weight: normal;
  cursor: pointer;
}

label > a {
  color: #3c9cdb;
}

label > a:hover {
  color: #4a4f55;
}

.txtGrp {
  position: relative;
}

.txtGrp:not(:nth-last-child(1)) {
  margin-bottom: 20px;
}

.infoHead {
  margin-top: 40px;
  margin-bottom: 20px;
}

form h5 + p {
  margin: -10px 0 20px;
}

.txtBox {
  display: block;
  width: 100%;
  height: 52px;
  background: #fefefe;
  text-align: left;
  padding: 6px 12px;
  border: 1px solid #eee;
  border-radius: 10px;
  outline: none !important;
  transition: all ease 0.5s;
}

.txtGrp label ~ .txtBox:not(button) {
  padding: 16px 12px 6px;
}

.txtBox:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s;
}

textarea.txtBox {
  height: 190px;
  resize: none;
}

.txtGrp .txtBox.uploadImg:not([data-upload]) {
  background: #fff;
  color: #4a4f55;
  text-align: center;
  border-color: #4a4f55;
  box-shadow: inset 1px 1px 4px #fcfcfc;
}

.txtGrp .txtBox.uploadImg[data-upload] {
  display: flex;
  align-items: center;
  color: #8b9593;
}

.txtGrp .txtBox.uploadImg[data-upload]:before {
  content: attr(data-text);
  flex: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.txtGrp .txtBox.uploadImg[data-upload]:after {
  content: "Hochladen";
  color: #4a4f55;
  margin-left: 5px;
}

.txtGrp .txtBox.uploadImg[data-upload].uploaded:after {
  content: "Entfernen";
}

.txtGrp:not(.lblBtn) > label {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  min-height: 46px;
  color: #8b9593;
  line-height: 1;
  margin: 0;
  margin-left: 13px;
  pointer-events: none;
  transition: all ease 0.5s;
  z-index: 1;
}

.txtGrp:not(.lblBtn) > label.move {
  font-size: 10px;
  transform: translateY(-12px);
}

.txtBox:disabled {
  background: #e3e8ee;
  cursor: not-allowed;
  border-color: #d8dee6 !important;
}

.txtBox::placeholder {
  color: #575759;
}

.txtBox:focus::placeholder {
  opacity: 0.4;
}

.txtGrp .txtBox:focus::placeholder {
  opacity: 0;
}

.txtBox:hover,
.txtBox:focus {
  border-color: #4a4f55;
}

input[type="radio"],
input[type="checkbox"] {
  position: relative;
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin-top: 0;
  cursor: pointer;
}

input[type="radio"],
input[type="checkbox"] {
  display: inline;
  appearance: initial;
}

input[type="radio"]:before,
input[type="checkbox"]:before,
input[type="radio"]:after,
input[type="checkbox"]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

input[type="checkbox"]:before,
input[type="checkbox"]:after {
  transition: all linear 0.3s;
}

input[type="radio"]:before,
input[type="checkbox"]:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px;
  z-index: 1;
}

input[type="radio"]:after,
input[type="checkbox"]:after {
  background: #fff;
  border: 1px solid #d9dade;
  border-radius: 4px;
  box-shadow: inset 1px 1px 4px #f2f3f7;
}

input[type="radio"]:after {
  border-radius: 75%;
}

input[type="checkbox"]:checked:before {
  background-image: var(--tick);
}

input[type="radio"]:checked:after {
  border-color: #4a4f55;
  box-shadow: inset 0 0 0 4px #4a4f55;
}

input[type="checkbox"]:checked:after {
  background: #4a4f55;
  border-color: #4a4f55;
  box-shadow: none;
}

.lblBtn {
  display: flex;
  text-align: left;
}

.lblBtn > input[type="radio"],
.lblBtn > input[type="checkbox"] {
  margin-top: 2px;
}

.lblBtn label {
  align-self: center;
  font-family: "Nunito Bold";
  line-height: 1.5;
  cursor: pointer;
  margin: 0 0 0 10px;
}

input[type="file"].uploadFile {
  display: none;
}

.uploadImg {
  position: relative;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

select.txtBox {
  background-image: var(--chevron);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 10px;
  padding-right: 24px !important;
  -webkit-appearance: none;
  appearance: none;
}

/*
|----------------------------------------------------------------------
|       Page Loader
|----------------------------------------------------------------------
*/

#pageloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #f5f6f8;
  z-index: 999999;
}

.loader {
  width: 40px;
  height: 40px;
  border: 4px solid #0075c5;
  border-right: 4px solid #f0f5f9;
  border-radius: 75%;
  animation: spin 0.5s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

/* ================top nav============ */

.topNav {
  padding: 10px 0px;
  background: linear-gradient(110deg, #000000 45%, #0075c5 40%);
}
.topNav p {
  margin-bottom: 0px;
  font-size: 14px;
  color: #fff;
}
.topNav .colL {
  width: 20%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.topNav .colR {
  width: 80%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.topNav ul li a {
  color: rgb(255, 255, 255);
  font-family: "Nunito Regular";
  padding: 0px 10px;
  /* text-transform: uppercase; */
  font-size: 13px;
  letter-spacing: 1px;
}
.topNav ul li:first-child,
.topNav ul li:nth-child(2) {
  margin-right: 20px;
}
.topNav .colR li p {
  align-self: center;
}
.topNav .colR li p:first-child {
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 50%;
  color: #0075c5;
}
.topNav .colR li p span {
  display: block;
  font-size: 13px;
  color: #f7f7f7;
  font-family: "Nunito Regular";
}
.topNav .colR li p span:first-child {
  margin-bottom: 2px;
  font-family: "Poppins Bold";
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
}
.topNav .social li a {
  padding: 0;
  color: #0075c5;
  font-size: 19px;
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hideBig {
  display: none;
}

/*
|----------------------------------------------------------------------
|       Header
|----------------------------------------------------------------------
*/

header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  z-index: 50;
  background: #fff;
}

.logo {
  float: left;
  width: 220px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  /* padding-top: 0px; */
  margin-top: -35px; 

}

.logo > a {
  display: block;
}

nav {
  float: right;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
}

nav {
  display: flex;
  align-items: center;
}

nav > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -20px;
}

nav > #nav {
  margin: 0 auto;
}

nav > ul > li {
  position: relative;
  padding: 0 15px;
}

nav > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  color: var(--black);
  text-align: center;
  font-family: "Nunito Regular";
}

nav > ul > li > a:hover,
nav > ul > li.active > a:not(.webBtn) {
  color: var(--yellow);
}

#nav > li.drop > a {
  position: relative;
}

#nav > li.drop > a:after {
  content: "\e93d";
  font-size: 12px;
  font-family: "font-icon";
  font-weight: bold;
  margin-left: 6px;
  line-height: 1;
}

#nav > li > .sub {
  position: absolute;
  top: 100%;
  left: 15px;
  width: 280px;
  background: var(--white);
  text-align: left;
  margin-top: 10px;
  visibility: hidden;
  opacity: 0;
  border-radius: 4px;
  transition: none;
  box-shadow: 0 15px 30px -5px rgb(0 0 0 / 7%);
  overflow: hidden;
}

#nav > li:hover > .sub {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  transition: all 0.2s ease-out;
}

#nav > li > .sub > li,
#nav > li > .sub > li > a {
  display: block;
}

#nav > li > .sub > li > a {
  font-size: 14px;
  padding: 13px 18px;
  border-bottom: solid 1px #eee;
}

#nav > li > .sub > li > a:hover {
  color: #4a4f55;
}

nav #cta {
  margin-left: 20px;
}

/* header .webBtn {
  color: var(--white);
} */

/*
|----------------------------------------------------------------------
|       Footer
|----------------------------------------------------------------------
*/

footer {
  position: relative;
  background: #1c1c1c;
  color: #fff;
  font-family: "Nunito Regular";
  padding-top: 70px;
  overflow: hidden;
}

footer .flexRow {
  margin: -15px;
}

footer .flexRow {
  flex-flow: wrap;
  margin: -25px -15px;
}

footer .flexRow > .col {
  flex: 1.5;
  padding: 25px 15px;
}

footer .flexRow > .col:nth-last-child(1),
footer .flexRow > .col:first-child {
  /* min-width: 300px; */
  flex: 1;
}

footer .flexRow > .col.flex {
  align-items: flex-start;
  justify-content: flex-end;
}

footer h5 {
  position: relative;
  font-family: "Nunito Regular";
  padding-bottom: 10px;
  color: #fff;
  font-size: 17px;
}

footer .lst > li {
  display: flex;
  margin-bottom: 20px;
}

footer .lst > li:nth-last-child(1) {
  margin-bottom: 0 !important;
}

footer a {
  color: inherit;
  font-size: 14px;
}

footer a:hover {
  color: var(--yellow);
}

footer .smLst {
  margin: 0 -10px;
}

footer .smLst > li {
  padding: 0 10px;
}

footer .infoLst > li {
  display: flex;
  margin-bottom: 20px;
}

footer .infoLst > li > img {
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-right: 10px;
  /* filter: brightness(0) invert(1); */
}

footer form .txtGrp {
  /* display: flex; */
  align-items: center;
  color: #080a0f;
  margin: 10px 0 30px;
}

footer form .txtBox {
  padding-right: 46px;
  background: rgba(91, 91, 91, 0.38);
  border-radius: 7px;
  border: none;
  color: #ffffff;
}

footer form ::placeholder {
  color: #ffffff;
  opacity: 1;
}

footer form .webBtn {
  min-width: 30px;
  height: 52px;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  margin: auto;
  border-radius: 0 7px 7px 0px;
}
footer form > label {
  font-size: 13px;
  margin-bottom: 7px;
  /* font-family: "Poppins Regular"; */
}

footer .social h4 {
  margin-bottom: 0;
  color: #fff;
  margin-right: 20px;
}
footer .social {
  margin: 30px -3px -3px;
  align-items: center;
}

footer .social > li {
  padding: 3px;
}

footer .social > li > a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
}

/* footer .social > li > a:hover {
  background: #ea0889;
} */

footer .image {
  min-width: 21px;
  width: 20px;
  height: 21px;
  margin-right: 8px;
}

footer .image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

footer .col .gap {
  gap: 65px;
  justify-content: center;
}
/*_____ Copyright _____*/

.copyright .inner {
  display: flex;
  justify-content: center;
  /* text-align: center; */
  border-top: 1px solid #ffffff24;
  padding: 25px 0;
  margin-top: 60px;
}
.copyright .inner ul {
  display: flex;
  gap: 40px;
}
.copyright p {
  flex: 1;
  margin: 0;
  text-align: center;
}

.copyright p > a {
  color: var(--yellow);
}

.copyright p > a:hover {
  color: #fff;
}

main {
  margin-top: 100px;
}

/* ================ banner ============= */

#banner {
  background-image: url("../images/banner.png");
  background-size: cover;
  background-position: center;
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#banner .text {
  width: 46%;
}

#banner .text h1 {
  color: #333333;
  font-size: 70px;
}

#banner .text p {
  font-size: 20px;
  margin-bottom: 30px;
}

#banner .contain {
  display: flex;
  justify-content: end;
  width: 100%;
}

#banner .image {
  width: 460px;
}

#yellowbar {
  background-color: var(--yellow);
  padding: 30px 0;
}

#yellowbar .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#yellowbar .inner p {
  margin-bottom: 0;
  font-size: 26px;
}

#ser .col {
  width: 50%;
  padding-right: 40px;
  align-self: center;
}

#ser .colr {
  width: 50%;
  padding-left: 40px;
}

.title {
  font-family: "Nunito Medium";
  color: var(--yellow);
}

#ser .colr .flex {
  margin: 0 -10px;
}

#ser .colr .flex .col1 {
  width: calc(100% / 2);
  padding: 10px;
}

#ser .colr .flex .col1 .inner {
  padding: 20px;
  box-shadow: 0 2px 20px 0 rgb(0 0 0 / 6%);
  height: 100%;
}

#ser .colr .flex .col1 .inner .icon {
  background-color: var(--black);
  padding: 18px;
  height: 70px;
  width: 70px;
  border-radius: 100px;
  margin: 0 auto 30px;
}

#ser .colr .flex .col1 .inner .text {
  text-align: center;
  z-index: 2;
  position: relative;
}

#ser .colr .flex .col1 .inner .text .bttn {
  border: 1px solid #d7dbde;
  padding: 10px;
  border-radius: 100px;
  height: 46px;
  width: 46px;
}

#ser .colr .flex .col1 .inner .text .bttn i {
  color: var(--yellow);
}

#ser .colr .flex .col1 .inner .text .bttn:hover,
#ser .colr .flex .col1 .inner .text .active {
  background-color: var(--yellow);
  border: 1px solid var(--yellow);
}

#ser .colr .flex .col1 .inner .text .bttn:hover i,
#ser .colr .flex .col1 .inner .text .active i {
  color: var(--black);
}

/* #ser .colr .flex .col1:last-child .inner {
  background-image: url(../images/ibg6.png);
  background-size: cover;
  background-position: center;
  position: relative;
}

#ser .colr .flex .col1:last-child .inner::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #000000ad;
  left: 0;
  right: 0;
  z-index: 1;
}

#ser .colr .flex .col1:last-child .inner .icon {
  background-color: unset;
  padding: 0;
  z-index: 2;
  position: relative;
}

#ser .colr .flex .col1:last-child .inner .text,
#ser .colr .flex .col1:last-child .inner .text h4 {
  color: var(--white);
} */

/* #ser .colr .flex .col1 .inner .icon img {
  width: 34px;
} */

.ser2 {
  padding: 0;
}

.ser2 .flx {
  flex-flow: row-reverse;
}

.ser2 .colr {
  padding-left: 0px !important;
  padding-right: 40px;
}

.ser2 .col {
  padding-right: 0px !important;
  align-self: center;
  padding-left: 40px;
}

.content_center {
  max-width: 720px;
  text-align: center;
  margin: 0 auto 30px;
}



#projects .item .image {
  border-radius: 25px;
  height: 562px;
  overflow: hidden;
  position: relative;
}

#projects .item .image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#projects .item .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  content: "";
  padding: 20px 40px;
  opacity: 0;
  transition: all ease 0.5s;
}

#projects .item:hover .text,
#projects .act .text {
  opacity: 1;
}

#projects .item .text p {
  font-family: "Nunito SemiBold";
  color: var(--white);
  font-size: 22px;
}

#projects .item .image::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #00000088;
  left: 0;
  right: 0;
  /* z-index: 1; */
  transition: all 0.5s ease;
  opacity: 0;
}

#projects .item:hover .image::before,
#projects .act .image::before {
  opacity: 1;
}

#partner {
  padding: 0;
}

#partner .item {
  border: 1px solid #494949;
  padding: 20px;
  border-radius: 16px;
}

#partner .image {
  height: 10rem;
  padding: 10px;
}

#partner .image img {
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/* testimonial */

#testimonial .inner {
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.151);
  padding: 20px 40px;
  border-radius: 10px;
  margin: 30px 20px;
}

#testimonial .star {
  display: flex;
  gap: 10px;
}

#testimonial .star i {
  color: var(--yellow);
}

#testimonial .inner p {
  margin: 30px 0;
  font-family: "Nunito Regular";
  line-height: 1.7;
}

#testimonial .inner .profile {
  display: flex;
  gap: 20px;
  align-items: center;
}

#testimonial .inner .image {
  height: 58px;
  width: 58px;
  border-radius: 100%;
  overflow: hidden;
}

#testimonial .inner .image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#testimonial .inner h5 {
  margin-bottom: 10px;
}

#testimonial .inner h6 {
  font-family: "Nunito Regular";
  color: var(--grey);
  font-size: 16px;
}

/* #testimonial .owl-carousel .owl-stage-outer {
  height: 350px !important;
} */

#testimonial .content_center {
  margin: 0 auto 50px;
}

.difbtn .owl-dots .owl-dot span {
  height: 14px !important;
  width: 14px !important;
}

.difbtn .owl-nav {
  position: absolute !important;
  top: unset !important;
  bottom: 25px !important;
  right: 0 !important;
  margin: auto !important;
  left: 0 !important;
}

.difbtn .owl-nav .owl-prev,
.difbtn .owl-nav .owl-next {
  left: -191px !important;
  margin: auto !important;
  text-align: center !important;
  right: 0 !important;
}

.difbtn .owl-nav .owl-next {
  left: 0 !important;
  right: -191px !important;
}

.difbtn .owl-next,
.difbtn .owl-prev {
  box-shadow: unset !important;
  font-size: 20px !important;
  background: unset !important;
}

#consultation .logocom {
  width: 322px;
  margin: 0 auto 40px;
}

#consultation {
  padding-top: 0;
}

#consultation .outer {
  background-color: var(--yellow);
  padding: 40px;
  border-radius: 30px;
}

#consultation .outer .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#consultation .outer .inner .text p {
  color: black;
}

/* smallbanner */

#smallbanner {
  background-image: url(../images/aboutbg.png);
  background-size: cover;
  background-position: center;
  /* display: flex; */
  align-items: center;
}

#smallbanner .text,
#smallbanner .text h1 {
  color: #fff;
}

#smallbanner .text {
  width: 50%;
}

#whoweare .col {
  width: 50%;
  padding-right: 60px;
}

#whoweare .colr {
  width: 50%;
  padding-left: 40px;
  align-self: center;
}

#choose .outer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: auto;
}

#choose .outer .col {
  width: calc(100% / 3);
  padding: 20px;
}

#choose .outer .col .inner {
  background-color: #fdfcf9;
  border-left: 4px solid var(--yellow);
  border-radius: 10px;
  padding: 20px;
  color: #000;
}

#choose {
  padding-top: 0;
}

#service .col {
  width: calc(100% / 3);
  padding: 10px;
}

#service .col .inner {
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 4px 20px 0 rgb(0 0 0 / 6%);
}

#service .col .inner .image {
  border-radius: 20px 20px 0 0;
  height: 250px;
  overflow: hidden;
}
#service .col .inner .image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#service .col .inner .text a {
  color: var(--yellow);
}

#service .col .inner .text {
  padding: 30px;
}

#service .col .inner .text i {
  padding-left: 10px;
}

#service {
  padding: 0;
}

#process .col {
  width: calc(100% / 4);
  padding: 10px;
}

#process .col .inner {
  background-color: #eeeeee;
  border-radius: 20px;
  padding: 40px;
  height: 100%;
}

#process .col .inner .icon {
  width: 80px;
  margin: 0 auto 30px;
}

#process .col .inner h4,
#process .col .inner p {
  text-align: center;
}

#warranty {
  background-image: url(../images/warranty.png);
  background-size: cover;
  background-position: center;
  padding: 130px 0;
}

#warranty .text {
  width: 35%;
  color: #fff;
}

#warranty .text h2 {
  color: #fff;
}

#offer .col {
  width: calc(100% / 4);
  padding: 10px;
}

#offer .col .inner {
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 4px 20px 0 rgb(0 0 0 / 6%);
  padding: 14px;
}

#offer .col .inner .image {
  border-radius: 20px;
  height: 210px;
  overflow: hidden;
}
#offer .col .inner .image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#offer .col .inner .text a {
  /* color: var(--yellow); */
}

#offer .col .inner .text {
  padding-top: 20px;
  text-align: center;
}

#offer .col .inner .text i {
  padding-left: 10px;
}

#offer {
  padding-bottom: 0;
}

#servcieareas .col {
  width: 50%;
  padding-left: 60px;
}

#servcieareas .colr {
  width: 50%;
  padding-right: 40px;
  align-self: center;
}
#servcieareas .colr ul li {
  position: relative;
  padding-bottom: 20px;
  padding-left: 40px;
}

#servcieareas .colr ul li:before {
  position: absolute;
  left: 0;
  top: 0px;
  content: "";
  background-image: url(../images/tick.svg);
  background-size: cover;
  background-position: center;
  height: 24px;
  width: 24px;
}

#interior_servcie .item .inner .icon {
  height: 110px;
  width: 110px;
  background: var(--yellow);
  border-radius: 100px;
  padding: 20px;
  margin: 0 auto 20px;
}

#interior_servcie .item .inner .text {
  text-align: center;
}

#interior_servcie .main_text {
  width: 35%;
  margin-bottom: 80px;
}

#interior_servcie .col {
  padding: 80px 40px;
  position: relative;
}

#interior_servcie .col::before {
  background-color: #1c1c1c;
  border-radius: 0 20px 20px 0;
  position: absolute;
  content: "";
  height: 100%;
  width: 56%;
  left: 0;
}

#interior_servcie .col::after {
  background-image: url(../images/ig1.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  content: "";
  height: 100%;
  width: 52%;
  right: 0;
  top: 188px;
  z-index: -1;
  border-radius: 20px 0px 0px 20px;
}

#interior_servcie .col h2 {
  color: #fff;
}

#interior_servcie .col .item .inner {
  background-color: #fff;
  padding: 30px;
  height: 400px;
  transition: all ease 0.5s;
}

#interior_servcie .col .outer {
  padding: 80px 40px;
}

#interior_servcie .owl-carousel .owl-item:nth-child(6) .inner {
  background-image: url(../images/ig2.png);
  transition: all ease 0.5s;
  background-size: cover;
}

#interior_servcie .owl-carousel .owl-item:nth-child(6) .inner .text h4,
#interior_servcie .owl-carousel .owl-item:nth-child(6) .inner .text p {
  color: #fff;
  transition: all ease 0.5s;
}

.difbtn2 .owl-nav {
  position: absolute !important;
  top: unset !important;
  left: unset !important;
  right: 52px !important;
  margin: 0 !important;
  bottom: -56px !important;
}

.difbtn2 .owl-nav [class*="owl-"] {
  background: #ffff !important;
  border-radius: 15% !important;
  width: 50px !important;
  height: 50px !important;
  font-size: 18px !important;
  box-shadow: unset !important;
}

.difbtn2 .owl-nav .owl-next {
  right: 0px !important;
  border-radius: 6px 0 0 6px !important;
}

.difbtn2 .owl-nav .owl-prev {
  left: 0px !important;
  border-radius: 0 6px 6px 0 !important;
  background-color: var(--yellow) !important;
}

#interior_servcie .owl-stage-outer {
  border-radius: 20px;
  overflow: hidden;
}

#process1 .outer {
  background-image: url(../images/yellowbg.png);
  border-radius: 32px;
  background-size: cover;
  background-position: center;
  padding: 40px;
}

#process1 .outer .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

#process1 .outer .head h2 {
  margin-bottom: 0;
}

#process1 .title {
  color: black;
}

#process1 .col {
  width: calc(100% / 4);
  padding: 20px;
}

#process1 .col:not(:last-child) .inner {
  border-right: 1px solid #0000006d;
}

#process1 .col .inner .icon {
  width: 80px;
  margin-bottom: 30px;
}

#process1 {
  margin-top: 170px;
  padding-bottom: 0;
}

#elevate .col {
  width: 50%;
  padding-left: 60px;
}

#elevate .colr {
  width: 50%;
  padding-right: 40px;
  align-self: center;
}

#kitchen_Ser .col {
  width: calc(100% / 2);
  padding: 20px;
}

#kitchen_Ser .col .inner {
  padding: 40px;
  background-color: #fff;
  box-shadow: 0 0px 30px 0 #241f2052;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

#kitchen_Ser .col .inner .image {
  height: 229px;
  width: 650px;
  border-radius: 10px;
  overflow: hidden;
}

#kitchen_Ser .col .inner .image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#kitchen_Ser .col .inner .text {
  margin-left: 30px;
}

#kitchn_service .col {
  width: calc(100% / 4);
  padding: 10px;
}

#kitchn_service .col .inner {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 20px 0 rgb(0 0 0 / 6%);
  height: 100%;
}

#kitchn_service .col .inner .image {
  border-radius: 20px 20px 0 0;
  height: 230px;
  overflow: hidden;
}
#kitchn_service .col .inner .image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#kitchn_service .col .inner .text a {
  color: var(--yellow);
}

#kitchn_service .col .inner .text {
  padding: 30px;
}

#kitchn_service .col .inner .text i {
  padding-left: 10px;
}

#kitchn_service {
  background-image: url(../images/kbg.png);
  background-size: cover;
  background-position: center;
}

#kitchn_service .content_center h2,
#kitchn_service .content_center p {
  color: var(--white);
}

#kitchn_service .bTn {
  justify-content: center;
  margin-top: 40px;
}

#feat_proj .head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  align-items: center;
}

#feat_proj .col {
  width: 27%;
  padding: 10px;
}

#feat_proj .col .image {
  border-radius: 20px;
  height: 420px;
  overflow: hidden;
  position: relative;
}

#feat_proj .col .image img {
  height: 100%;
  object-fit: cover;
}

#feat_proj .head .text {
  width: 65%;
}

#feat_proj .head .text h2 {
  margin-bottom: 0;
}

#feat_proj .inner {
  position: relative;
}

#feat_proj .col:first-child,
#feat_proj .col:last-child {
  width: 44%;
}

#feat_proj .inner .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  content: "";
  padding: 20px 40px;
  opacity: 0;
  transition: all ease 0.5s;
}

#feat_proj .inner:hover .text,
#feat_proj .active .text {
  opacity: 1;
}

#feat_proj .inner .text p {
  font-family: "Nunito SemiBold";
  color: var(--white);
  font-size: 22px;
}

#feat_proj .inner .image::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #00000088;
  left: 0;
  right: 0;
  /* z-index: 1; */
  transition: all 0.5s ease;
  opacity: 0;
}

#feat_proj .inner:hover .image::before,
#feat_proj .active .image::before {
  opacity: 1;
}

section#feat_proj {
  padding-bottom: 0;
}

.faqLst > .faqBlk {
  position: relative;
  display: block;
  background: #1b1b1b;
  padding: 20px 0;
  margin-bottom: 20px;
  border-radius: 10px;
  transition: all ease 0.5s;
  /* box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.199); */
  color: #ffff;
}
.faqLst > .faqBlk h5 {
  position: relative;
  padding: 0 25px 0 20px;
  margin: 0;
  cursor: pointer;
  transition: all ease 0.5s;
  z-index: 2;
  color: #fff;
}
.faqLst > .faqBlk h5:after {
  content: "\e93d";
  position: absolute;
  top: 5px;
  right: 12px;
  font-size: 70%;
  font-family: "font-icon";
  font-weight: bold;
  color: #fff;
}
.faqLst > .faqBlk.active h5:after {
  content: "\e943";
}

.faqLst > .faqBlk .txt {
  display: none;
  color: #fff;
  margin: 20px 0 -20px;
  padding: 20px 25px;
  background-color: #2b2b2b;
  border-radius: 0 0 10px 10px;
}

.last-link {
  margin-top: 30px;
}
.last-link .link-icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #37454e;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
}
.last-link .cntnt {
  flex: 1;
  margin-left: 20px;
}
.last-link .cntnt h5 {
  font-size: 16px;
  color: #2e2e2e;
  margin-bottom: 0px;
}
.last-link .cntnt a {
  color: #29747a;
  font-size: 16px;
}

#basment_service .col {
  width: calc(100% / 4);
  padding: 10px;
}

#basment_service .col .inner {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 20px 0 rgb(0 0 0 / 6%);
  height: 100%;
}

#basment_service .col .inner .image {
  border-radius: 20px 20px 0 0;
  height: 230px;
  overflow: hidden;
}
#basment_service .col .inner .image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#basment_service .col .inner .text a {
  color: var(--yellow);
}

#basment_service .col .inner .text {
  padding: 30px;
}

#basment_service .col .inner .text i {
  padding-left: 10px;
}

#basment_service {
  padding: 0;
}

.pt {
  padding-top: 70px !important;
}

.pb {
  padding-bottom: 70px !important;
}

.mt {
  margin-top: 140px;
}

.choose2 {
  background-color: #241f20;
}

.choose2 .content_center h2,
.choose2 .content_center p {
  color: #fff;
}

#doors .outer {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 30px 0 #00000037;
  overflow: hidden;
}

#doors .outer .col {
  width: 50%;
  align-self: center;
}

#doors .outer .colr {
  width: 50%;
}

#doors .outer .col .text {
  padding: 80px;
}

#doors .outer .image {
  height: 480px;
}

#doors .outer .image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.italic {
  font-family: "Nunito Italic";
}

.yellow {
  color: var(--yellow);
}

#tupes .col {
  width: calc(100% / 2);
  padding: 30px 60px;
}

#tupes .col .icon {
  width: 60px;
}

#tupes .col .text {
  margin-left: 30px;
  flex: 1;
}

#tupes .col .inner {
  display: flex;
}

#tupes {
  padding-top: 0;
}

.pl {
  padding-top: 0 !important;
}

.head_logo {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: center;
}

.head_logo h2 {
  margin-bottom: 0;
}

#sol .col {
  width: 50%;
  padding-right: 60px;
}

#sol .colr {
  width: 50%;
  padding-left: 60px;
  align-self: center;
}

#sol .col .outer {
  border-radius: 10px;
  display: flex;
  margin-top: 40px;
  border-radius: 10px;
  overflow: hidden;
  height: 150px;
}

#sol .col .outer .col1 {
  background-image: url(../images/pbg.png);
  background-size: cover;
  background-position: center;
  display: flex;
  width: 50%;
  justify-content: center;
  align-items: center;
}

#sol .col .outer .col2 {
  background-color: #241f20;
  display: flex;
  width: 50%;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

#sol .col .outer .col1 .play {
  width: 40px;
}

#sol .col .outer .col2 h4,
#sol .col .outer .col2 p {
  color: #fff;
}

#sol .colr .inner {
  background-color: #eeeeee;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
}

.mtl {
  margin-top: 0 !important;
}

#disocver .outer {
  background-color: #241f20;
  padding: 40px;
  border-radius: 20px;
  position: relative;
}

#disocver .outer .col {
  width: calc(100% / 2);
  padding: 10px;
}

#disocver .outer .col .inner {
  background-color: var(--yellow);
  padding: 20px;
  border-radius: 10px;
}

#disocver .outer .col .inner .icon {
  width: 64px;
  margin: 0 auto 20px;
}

#disocver .outer .col .inner h4 {
  margin-bottom: 0;
  text-align: center;
}

#disocver .outer .text {
  width: 50%;
  margin-left: auto;
}

#disocver .outer .text h2 {
  color: white;
}

#disocver .contain::before {
  position: absolute;
  content: "";
  top: 45px;
  left: -22px;
  background-image: url(../images/house.png) !important;
  background-size: contain !important;
  height: 116%;
  width: 130%;
  background: no-repeat;
  z-index: 1 !important;
}

.contact-form .col {
  flex: unset;
  width: calc(100% / 2);
}
.contact-form .inner {
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 0px 20px 0 #00000017;
}
.contact-form .txtArea {
  display: block;
  width: 100%;
  background: #fefefe;
  text-align: left;
  padding: 6px 12px;
  border: 1px solid #eee;
  border-radius: 6px;
  outline: none !important;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  resize: none;
  margin-bottom: 21px;
}

.contact-form .txtBox {
  margin-bottom: 21px;
}
.contact-form .col1 {
  padding-right: 140px;
  align-self: center;
}
.contact-form li {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.contact-form li .image {
  width: 45px;
  height: 45px;
  background: #1e2534;
  color: #fff;
  border-radius: 36px;
  font-size: 25px;
  padding: 11px;
  margin-right: 20px;
}
.contact-form .image img {
  filter: brightness(0) invert(6);
}

.contact-form ul.info-listing {
  margin-top: 50px;
}

.contact-form li h5 {
  font-size: 18px;
}

/*  */

#contact_sec .flex .col {
  width: calc(100% / 3);
  padding: 15px;
}
#contact_sec .flex .col .inner {
  border: 1px solid #e8e5e5;
  padding: 30px;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
}
#contact_sec .inner a {
  font-size: 14px;
}
#contact_sec .flex .col .inner .image {
  width: 70px;
  background: #222222;
  height: 70px;
  border-radius: 50%;
  margin-bottom: 25px;
  padding: 18px;
  position: relative;
}

section#contact_sec {
  padding-top: 0;
}

#elevate ul li {
  padding-bottom: 20px;
  padding-left: 40px;
  position: relative;
}

#elevate ul li:before {
  position: absolute;
  left: 0;
  top: 0px;
  content: "";
  background-image: url(../images/tick2.png);
  background-size: cover;
  background-position: center;
  height: 24px;
  width: 24px;
}

.applyform .inner {
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 0px 20px 0 #00000017;
  max-width: 850px;
  margin: auto;
}

.txtBox {
  margin-bottom: 21px;
}

.btn-box.text-center {
  display: flex;
  gap: 20px;
}
section#kitchen_Ser {
  padding-top: 0;
}

section.applyform {
  padding-top: 0;
}
