@font-face {
  font-family: 'carlitobold';
  src: url('../fonts/carlito-bold-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'carlitobold_italic';
  src: url('../fonts/carlito-bolditalic-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'carlitoitalic';
  src: url('../fonts/carlito-italic-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'carlitoregular';
  src: url('../fonts/carlito-regular-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


/***Typo Css Start****/
:root {
  --page-width: 1400px;
  --base-fm: 'carlitoregular';
  --carlitoItalic-fm: 'carlitobold_italic';
  --carlitoBold-fm: 'carlitobold';
  --carlitoboldItalic-fm: 'carlitobold_italic';
  --base-size: 20px;
  --btn-size: 18px;
  --h1-size: 75px;
  --inner-h1-size: 65px;
  --h2-size: 45px;
  --h3-size: 40px;
  --h3-size-30: 30px;
  --h4-size-28: 28px;
  --h4-size: 27px;
  --h5-size: 25px;
  --h6-size: 22px;
  --font-size-24: 24px;
  --font-size-22: 22px;
  --font-weight-500: 500;
  --hd-clr: #ffffff;
  --base-clr: #d1d1d1;
  --white-clr: #ffffff;
  --black-clr: #000000;
  --theme-clr: #c17969;
  --bg-clr: #161616;
  --bg-sec-clr: #262626;
  --ftr-bg-sec-clr: #1e1e1e;
  --transition: 0.5s all;
  --back2Top-bg: #ab5e4e;
  --back2Top-bg-hover: #cc7665;
  --count-number-bx-bg: #c47f70;
  --popup-img-counter-clr: #e3e3e3;
  --width-100-percent: 100%;
  --light-gray-clr: #cccccc;
  --dark-gray-clr: #303030;
  --border-radius-100: 100px;
  --border-radius-20: 20px;
  --letter-spacing-05: 0.5px;
  --line-height-1-6: 1.6;
  --line-height-1-3: 1.3;
}

* {
  box-sizing: border-box;
  outline: none !important;
}

body {
  margin: 0px;
  padding-bottom: .625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  font-family: var(--base-fm);
  color: var(--white-clr);
  font-size: var(--base-size);
  line-height: var(--line-height-1-6);
  background-color: var(--bg-clr);
  font-weight: var(--font-weight-500);
}

p {
  margin: 0 0 15px 0;
  line-height: var(--line-height-1-6);
  color: var(--base-clr);
  font-size: var(--btn-size);
}

img {
  max-width: var(--width-100-percent);
  height: auto;
  display: block;
}

a {
  transition: .3s ease;
}

ul,
li,
a {
  list-style: none;
  text-decoration: none;
  padding: 0px;
  margin: 0px;
}

h1,
.h1 {
  font-size: var(--h1-size);
  color: var(--hd-clr);
  font-weight: var(--font-weight-500);
  margin: 0px 0px 30px 0px;
  font-style: normal;
  /* line-height: 90px; */
  line-height: 1.1;
}

h2,
.h2 {
  font-size: var(--h2-size);
  font-weight: var(--font-weight-500);
  margin: 0px 0px 10px 0px;
  line-height: var(--line-height-1-3);
  color: var(--hd-clr);
  font-family: var(--base-fm);
}

h3,
.h3 {
  font-size: var(--h3-size);
  font-weight: var(--font-weight-500);
  margin: 0px 0px 10px 0px;
  line-height: var(--line-height-1-3);
  color: var(--hd-clr);
}

h4,
.h4 {
  font-size: var(--h4-size);
  font-weight: var(--font-weight-500);
  margin: 0px 0px 10px 0px;
  line-height: var(--line-height-1-3);
  color: var(--hd-clr);
}

.d-flex {
  display: flex;
  flex-flow: row wrap;
}

.jc-center {
  justify-content: center;
}

.f-center {
  align-items: center;
}

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

section {
  width: var(--width-100-percent);
  padding: 40px 0
}

.scn-m-tb {
  margin-top: 15px;
  margin-bottom: 15px;
}

.facebook {
  width: 28px;
  height: 26px;
  background: url(../images/sprite-images.png) -1px -4px;
}

.facebook:hover {
  background-color: #404040;
  border-radius: 3px;
}

.linkedin {
  width: 28px;
  height: 26px;
  background: url(../images/sprite-images.png) -28px -4px;
}

.linkedin:hover {
  background-color: #404040;
  border-radius: 3px;
}

.instagram {
  width: 31px;
  height: 26px;
  background: url(../images/sprite-images.png) -58px -5px;
}

.instagram:hover {
  background-color: #404040;
  border-radius: 3px;
}

.phone-no {
  width: 30px;
  height: 23px;
  background: url(../images/sprite-images.png) -95px -6px;
  display: inline-block;
  margin-bottom: -6px;
}

.phone-no-2 {
  width: 30px;
  height: 23px;
  background: url(../images/sprite-images.png) -326px -8px;
  display: inline-block;
  margin-bottom: -6px;
}

.discover-about-page-bg-bx a:hover .phone-no-2 {
  width: 30px;
  height: 23px;
  background: url(../images/sprite-images.png) -360px -8px;
  display: inline-block;
  margin-bottom: -6px;
}

.whatsapp-no {
  width: 30px;
  height: 23px;
  background: url(../images/sprite-images.png) -165px -6px;
  display: inline-block;
  margin-bottom: -6px;
}

.email-id {
  width: 30px;
  height: 23px;
  background: url(../images/sprite-images.png) -130px -6px;
  display: inline-block;
  margin-bottom: -6px;
}

.location-icon {
  width: 30px;
  height: 23px;
  background: url(../images/sprite-images.png) -197px -6px;
  display: inline-block;
  margin-bottom: -6px;
}

.location-icon:hover {
  background: url(../images/sprite-images.png) -91px -41px;
}

.go-to-top-icon {
  width: 30px;
  height: 30px;
  background: url(../images/sprite-images.png) -287px 3px;
  display: inline-block;
}

.testimonial-icon {
  width: 52px;
  padding-bottom: 16px;
  border-radius: initial !important;
  height: 40px;
  background: url(../images/sprite-images.png) -234px -3px;
  display: block;
}

.innovation-creativity-icon {
  width: 60px;
  height: 50px;
  background: url(../images/sprite-images.png) -219px -35px;
  display: inline-block;
}

.transparency-trust-icon {
  width: 60px;
  height: 50px;
  background: url(../images/sprite-images.png) -275px -35px;
  display: inline-block;
}

.quality-craftsmanship-icon {
  width: 60px;
  height: 50px;
  background: url(../images/sprite-images.png) -331px -35px;
  display: inline-block;
}

.collaboration-client-icon {
  width: 60px;
  height: 50px;
  background: url(../images/sprite-images.png) -392px -35px;
  display: inline-block;
}

.sustainability-responsibility-icon {
  width: 60px;
  height: 50px;
  background: url(../images/sprite-images.png) -459px -37px;
  display: inline-block;
}

.value-efficiency-icon {
  width: 60px;
  height: 50px;
  background: url(../images/sprite-images.png) -517px -37px;
  display: inline-block;
}

.portfolio-back-icon {
  width: 50px;
  height: 50px;
  background: url(../images/sprite-images.png) -428px -95px;
  display: inline-block;

}

.back-to-portfolio-page a:hover .portfolio-back-icon {
  width: 50px;
  height: 50px;
  background: url(../images/sprite-images.png) -482px -95px;
  display: inline-block;
}

.project-management-icon {
  width: 50px;
  height: 50px;
  background: url(../images/sprite-images.png) 0px -92px;
  display: inline-block;
  margin-top: 14px;
}

.renovation-fit-out-icon {
  width: 50px;
  height: 50px;
  background: url(../images/sprite-images.png) -70px -89px;
  display: inline-block;
}

.furniture-installation-icon {
  width: 50px;
  height: 50px;
  background: url(../images/sprite-images.png) -141px -89px;
  display: inline-block;
  margin-top: 7px;
}

.electrical-security-plumbing-icon {
  width: 50px;
  height: 50px;
  background: url(../images/sprite-images.png) -216px -85px;
  display: inline-block;
}

.quality-control-icon {
  width: 50px;
  height: 50px;
  background: url(../images/sprite-images.png) -283px -88px;
  display: inline-block;
}

.post-completion-support-icon {
  width: 50px;
  height: 50px;
  background: url(../images/sprite-images.png) -348px -87px;
  display: inline-block;
}

.hiring-popup-list-arrow-icon {
  width: 28px;
  height: 24px;
  background: url(../images/sprite-images.png) -562px -5px;
  display: inline-block;
}

.gallery-img-back-icon {
  width: 50px;
  height: 50px;
  background: url(../images/sprite-images.png) -475px 5px;
  display: inline-block;
}

.gallery-img-next-icon {
  width: 50px;
  height: 50px;
  background: url(../images/sprite-images.png) -512px 5px;
  display: inline-block;
}

/* home banner css start here */
.home_banner {
  padding: 0px;
}

.banner-image {
  aspect-ratio: 1600 / 763;
  width: var(--width-100-percent);
  overflow: hidden;
  position: relative;
  height: 730px;
}

.banner-image img {
  width: var(--width-100-percent);
  height: 100%;
  object-fit: cover;
  /* or "contain" depending on use */
}

.banner-image::before {
  content: '';
  width: var(--width-100-percent);
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.719);
}

#interior-fitout-banner .banner-image:before {
  content: '';
  width: var(--width-100-percent);
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  pointer-events: none;
  background-color: rgb(0 0 0 / 52%);
}

.banner-image img {
  width: var(--width-100-percent);
  height: 730px;
}

.banner-image #home-single-banner {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 9;
  width: var(--width-100-percent);
  margin: 0 auto;
  display: inline-block;
  max-width: var(--width-100-percent);
}

.banner-image #home-single-banner .bnr-cont-group {
  min-height: 730px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  text-align: center;
  align-content: center;
  max-width: 1300px;
  color: var(--white-clr);
  margin: 0 auto;
  position: relative;
  z-index: 9999;
  padding: 30px 0px;
  width: var(--width-100-percent);
}

.banner-image #home-single-banner .bnr-cont-group h1 {
  text-shadow: 1px 1px 0px rgb(0 0 0 / 60%);
}

.banner-image .bnr-cont-group h1 span {
  color: var(--theme-clr);
}

.bnr-cont-group h2 {
  color: var(--base-clr);
  font-size: var(--font-size-22);
  width: 90%;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.678);
  line-height: 32px;
}

.bnr-cont-group a {
  margin-top: 35px;
  padding: 14px 35px;
}

.banner-image .bnr-cont-group h2 {
  color: var(--base-clr);
  font-size: var(--font-size-22);
  width: 90%;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.678);
  line-height: 32px;
}

.banner-image .bnr-cont-group h2 strong {
  color: var(--white-clr);
  font-weight: 600;
}

.banner-image .bnr-cont-group a {
  margin-top: 35px;
  padding: 14px 35px;
}

.banner-image #aboutus-bnr-height {
  min-height: 660px;
}

.banner-image #aboutus-bnr-height h1 {
  text-shadow: 1px 1px 0px rgb(0 0 0 / 60%);
  font-size: var(--inner-h1-size);
  width: var(--width-100-percent);
}

/* home banner css end here */

.why-choose-section-mar-top {
  margin-top: 80px;
}

/* New Image Gallery Popup with Title CSS Start */
.gallery {
  width: var(--width-100-percent);
  border-radius: 10px;
  overflow: hidden;
}

.gallery img {
  width: var(--width-100-percent);
  display: block;
  height: 280px;
}

.gallery img:hover {
  opacity: 0.7;
  transition: var(--transition);
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: var(--white-clr);
  right: 16px !important;
  padding-right: 0px !important;
  width: 35px !important;
  font-size: 60px;
  cursor: pointer !important;
  margin-top: 11px;
}

.mfp-content {
  position: initial !important;
}

.mfp-bg {
  opacity: initial !important;
}

img.mfp-img {
  padding: 0 !important;
  cursor: default;
  margin: 40px 0 20px 0 !important;
}

.mfp-img {
  border-radius: 12px;
  box-shadow: 0 0 20px rgb(0 0 0);
  max-height: 91vh !important;
}

.mfp-figure:after {
  top: 60px !important;
  bottom: 60px !important;
  background: transparent !important;
}

.mfp-bottom-bar {
  margin-top: -55px !important;
  top: 72px !important;
  z-index: 9;
  left: 30px !important;
}

.mfp-title {
  padding-right: 45px !important;
  letter-spacing: 0.8px;
  font-size: 20px !important;
  color: var(--popup-img-counter-clr) !important;
  text-align: center !important;
}

.mfp-counter {
  font-size: 20px !important;
  letter-spacing: 0.8px;
  padding-right: 120px;
  color: var(--popup-img-counter-clr) !important;
}

.mfp-arrow-left:before {
  border-right: 0 !important;
}

.mfp-arrow-right:before {
  border-left: 0 !important;
}

.popup5 {
  height: 460px;
  width: 370px;
  background: #222222;
  bottom: -540px;
  right: 10px;
  position: fixed;
  transition: all 0.8s;
  padding-top: 25px;
  border-radius: 0px;
  vertical-align: top;
  z-index: 9999;
  padding: 24px;
  box-shadow: 0 5px 20px #000000;
}

.popup5 h2 {
  font-size: 24px;
  margin-top: -7px;
  letter-spacing: 0.4px;
  margin-bottom: 30px;
}

.open {
  bottom: 0;
}

.band {
  position: absolute;
  top: 4px;
  width: 30px;
  right: 0px;
  height: 50px;
  text-align: right;
  transition: all 0.8s;
  font-size: 38px;
  padding: 0 7px 0 0;
  cursor: pointer;
  z-index: 9999;
  margin: 0 20px 0 0;
}

.band:hover {
  color: #c17969;
}

/* Trigger image */
.open-gallery {
  width: 300px;
  height: auto;
  cursor: pointer;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s;
}

.open-gallery:hover {
  transform: scale(1.03);
}

/* Hidden gallery images */
#hidden-gallery {
  display: none;
}

#hidden-gallery a img {
  width: 100px;
  height: auto;
  border-radius: 4px;
  margin: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.mfp-bg {
  background: rgba(0, 0, 0, 0.9);
}

/* New Image Gallery Popup with Title CSS End */

.bg-clr {
  background-color: var(--bg-sec-clr);
  background-image: url(../images/bg.png);
  background-position: 0 0;
  background-size: auto;
  width: var(--width-100-percent);
  overflow: hidden;
}

.clients-bg-clr {
  background-color: var(--bg-sec-clr);
  background-image: url(../images/clints-bg-img.jpg);
  background-position: 0 0;
  background-size: cover;
  width: var(--width-100-percent);
  padding-bottom: 60px;
  position: relative;
  padding-top: 200px;
}

.clients-bg-clr:before {
  content: '';
  width: var(--width-100-percent);
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.397);
}

.clients-brand-padi {
  padding: 40px 0 116px 0;
}

.we-are-hiring-bg-clr {
  background-color: var(--bg-sec-clr);
  background-image: url(../images/we-are-hiring-bg-banner.jpg);
  background-position: 0 0;
  background-size: cover;
  width: var(--width-100-percent);
  padding-bottom: 60px;
  position: relative;
  padding-top: 150px;
}

.we-are-hiring-bg-clr:before {
  content: '';
  width: var(--width-100-percent);
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.61);
}

.brands .slick-initialized .slick-slide {
  margin: 0 40px;
}

.brands .slick-initialized .slick-slide .slick-track {
  align-items: center;
  justify-content: center;
  display: flex;
}

/**testimonials Slider**/
.clients-heading {
  margin-bottom: 50px !important;
}

#home-page-testimonials-sec {
  padding-top: 10px;
  padding-bottom: 60px;
}

#home-page-testimonials-sec .gellary-img {
  height: 100%;
  margin: 0 auto;
  width: var(--width-100-percent);
  position: relative;
}

#home-page-testimonials-sec .gellary-img p {
  padding: 0 0 16px 0;
}

#home-page-testimonials-sec h2 {
  margin-bottom: 30px;
  font-size: 45px;
}

#home-page-testimonials-sec .testimonial-designation-sec {
  border-top: 1px solid #323232;
  padding-top: 14px;
  margin-top: 0px;
  display: flex;
  align-items: center;
  position: relative;
  width: var(--width-100-percent);
  bottom: 0px;
  justify-content: flex-end;
}

#home-page-testimonials-sec .testimonial-designation-sec .designation-name {
  margin-left: 0px;
  font-size: 19px;
  letter-spacing: var(--letter-spacing-05);
  display: flex;
}

#home-page-testimonials-sec .testimonial-designation-sec .designation-name strong {
  font-weight: var(--font-weight-500);
}

#home-page-testimonials-sec .testimonial-designation-sec .designation-degi {
  display: block;
  letter-spacing: var(--letter-spacing-05);
  padding-left: 6px;
  color: #c4c4c4;
}

/**testimonials Slider**/

/**Slick Slider**/
ul.slick-dots {
  position: absolute;
  bottom: 10px;
  left: 0px;
  right: 0px;
  margin: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  z-index: 9;
}

ul.slick-dots li {
  margin: 0px 4px;
}

ul.slick-dots li button {
  font-size: 0px;
  border: none;
  background-color: rgb(255 255 255 / 27%);
  width: 28px;
  height: 8px;
  border-radius: 20px;
  transition: 0.5s all;
  cursor: pointer;
}

ul.slick-dots li.slick-active button {
  background-color: var(--white-clr);
}

.section-p-no {
  padding: 0px;
}

.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: var(--border-radius-100);
  font-size: 0px;
  border: none;
  background-color: rgb(0, 0, 0);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  z-index: 9;
  transition: var(--transition);
}

.slick-slider .slick-arrow:hover {
  background-color: var(--theme-clr);
}

.slick-slider .slick-arrow:before {
  content: '';
  width: 10px;
  height: 10px;
  border-right: var(--white-clr) 2px solid;
  border-bottom: var(--white-clr) 2px solid;
  display: inline-block;
  margin-right: 4px;
  position: relative;
  transform: rotate(-45deg);
}

.slick-slider .slick-arrow.slick-prev {
  left: 20px;
}

.slick-slider .slick-arrow.slick-prev:before {
  margin-right: -4px;
  transform: rotate(135deg);
}

.slick-slider .slick-arrow.slick-next {
  right: 20px;
}

.bnr-item {
  width: 100%;
  background-size: cover;
  position: relative;
}

.bnr-item:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.719);
}

.bnr-item .bnr-cont-group {
  min-height: 709px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  text-align: center;
  align-content: center;
  max-width: 1255px;
  color: var(--white-clr);
  margin: auto;
  position: relative;
  z-index: 9;
  padding: 50px 0px;
}

/**Slick Slider**/
.container-full {
  padding: 0px 35px;
  width: var(--width-100-percent);
}

.container {
  max-width: var(--page-width);
  padding: 0px 15px;
  margin: auto;
  width: var(--width-100-percent);
}
.container .details-page-big-img{width: 100%;height: 1010px;}

#home-brand-logo-width {
  width: 1400px;
  margin-bottom: 50px;
  position: absolute;
  top: -96px;
  z-index: 9;
  left: 0;
  right: 0;
}

#home-page-testimonials-sec .gellary-inner {
  position: relative;
  z-index: 9;
  margin-top: 155px;
}

.no-button .cmn-btn {
  font-size: var(--base-size);
}

.cmn-btn {
  transition: var(--transition);
  cursor: pointer;
  background: var(--black-clr);
  border-radius: var(--border-radius-100);
  color: var(--white-clr);
  padding: 14px 25px;
  display: inline-block;
  border: none;
  font-family: var(--base-fm);
  font-size: calc(var(--base-size) - -2px);
  vertical-align: middle;
  font-weight: var(--font-weight-500);
}

.cmn-white-btn {
  background-color: var(--white-clr);
  color: var(--black-clr);
}

.cmn-btn:hover {
  background: #cf8573;
  color: var(--white-clr);
}

/**Header Section Start**/
.header-scn {
  background-color: var(--bg-sec-clr);
  background-image: url(../images/bg.png);
  background-position: 0 0;
  background-size: auto;
  width: var(--width-100-percent);
  margin: 10px 0;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: 0.5s al;
}

.hdr-inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.10rem;
  padding-bottom: 1.10rem;
}

.hdr-inner .no-button .cmn-btn:hover {
  background: #bf7869;
}

.logo {
  margin: 0px;
}

/* Navigation Start */
nav {
  background-color: var(--black-clr);
  border-radius: var(--border-radius-100);
  padding: 2px 0;
}

nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0px;
  margin-bottom: 0px;
}

nav ul li {
  position: relative;
  padding: 0px 0;
  text-decoration: none;
}

nav ul li a {
  color: var(--white-clr);
  padding: 12px 25px 12px 25px;
  display: flex;
  transition: var(--transition);
  font-size: var(--btn-size);
  margin-left: 2px;
  margin-right: 2px;
}


nav ul li a .hdr-menu-arrow-icon {
  width: 12px;
  height: 8px;
  background: url(../images/navi-gray-arrow.png);
  margin: 12px 0 0 7px;
}

nav ul li a:hover .hdr-menu-arrow-icon {
  width: 12px;
  height: 8px;
  background: url(../images/navi-white-arrow.png);
  margin: 12px 0 0 7px;
}

nav ul li a:hover {
  background-color: #464646;
  border-radius: var(--border-radius-100);
}

nav ul li a.active {
  background-color: #464646;
  border-radius: var(--border-radius-100);
}

/* Dropdown Menu */
nav ul li ul.dropdown {
  display: none;
  position: absolute;
  background-color: #4e4e4e;
  top: 53px;
  left: 0;
  min-width: 181px;
  border-radius: 10px;
  color: #ffffff;
  box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 20%);
  padding: 8px 0;
}

nav ul li:hover a {
  background-color: #464646;
  border-radius: var(--border-radius-100);
}

nav ul li:hover a .hdr-menu-arrow-icon {
  width: 12px;
  height: 8px;
  background: url(../images/navi-white-arrow.png);
  margin: 12px 0 0 7px;
}

nav ul li:hover ul.dropdown {
  display: block;
}

nav ul li ul.dropdown li {
  width: 100%;
  padding: 10px 24px;
}

nav ul li ul.dropdown li a {
  padding: 0px;
  /* font-size: 16px; */
  background: transparent;
  color: #fff;
}

nav ul li ul.dropdown li a:hover {
  padding: 0px;
  background-color: transparent;
  color: #f99782;
  transition: .3s all ease;
  border-radius: 0;
}

/* Responsive Menu */
.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.menu-toggle div {
  width: 25px;
  height: 3px;
  background: #333;
  margin: 3px 0;
}

.no-button {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.no-button .telno {
  color: var(--white-clr);
  margin-right: 0px;
  margin-top: 0px;
  font-weight: var(--font-weight-500);
  transition: var(--transition);
  font-size: var(--base-size);
  display: flex;
  align-items: center;
  background: #bd7969;
  border-radius: 100px;
  padding: 10px 20px;
}

.no-button .telno:hover {
  text-decoration: none;
  color: var(--white-clr);
  background: #000000;
}

.no-button .telno span {
  padding-right: 10px;
}

.no-button .telno em {
  font-style: normal;
}

/**Gallary**/
.gallery-bg-transparent {
  background: transparent;
}

.gellary-list .slick-arrow.slick-prev {
  left: -15px;
}

.gellary-list .slick-arrow.slick-next {
  right: -15px;
}

.gellary-list .slick-slide img {
  border-radius: 25px;
}

.gellary-inner h2 {
  margin-bottom: 10px;
  text-shadow: 1px 1px 0px rgb(0 0 0 / 78%);
}

.gellary-img {
  padding: 15px;
}

.gellary-img,
.gellary-img img {
  width: var(--width-100-percent);
}

.why-choose-heding-p {
  font-size: var(--base-size);
  color: #e3a89a;
  margin-bottom: 30px;
}

.why-choose-list-second-bx {
  gap: 20px;
  width: 87%;
  margin: 45px auto;
  margin-bottom: 15px !important;
}

.why-choose-list-second-bx .why-choose-item-2 {
  width: calc(32.3% - 0px);
  background-color: #242424;
  padding: 20px 40px;
  position: relative;
  border-radius: 25px;
  border: 1px solid var(--bg-clr);
}

.why-choose-list-second-bx .why-choose-item-2:hover {
  border: 1px solid var(--theme-clr);
  transition: var(--transition);
}

.why-choose-list-second-bx .why-choose-item-2 img {
  width: 90px;
  margin: 0 auto;
  margin-bottom: 16px;
  margin-top: 10px;
}

.why-choose-list-second-bx .why-choose-item-2 .title-no {
  justify-content: center;
}

.why-choose-list-second-bx .why-choose-item-2 p {
  text-align: center;
}

.why-choose-list {
  gap: 22px;
  margin-top: 50px;
}

.why-choose-list .why-choose-item {
  width: calc(50% - 12px);
  background-color: #1e1e1e;
  padding: 20px 40px;
  position: relative;
  border-radius: 25px;
  border: 1px solid var(--bg-clr);
}

.why-choose-list .why-choose-item:hover {
  border: 1px solid #ac6d5f;
  transition: var(--transition);
}

.why-choose-list .why-choose-item:after {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 48px 48px 0;
  border-color: transparent #9c6052 transparent transparent;
  content: '';
  border-radius: 0 25px 0 25px;
}


.why-choose-item .readmore {
    color: #bd7969;
    margin: 20px 0 5px 0;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 0.4px;
    position: relative;
    text-decoration: none;
}
.why-choose-item .readmore:hover {
   color: #fff;
   text-decoration: none;
}
.why-choose-item .readmore::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #ccc;
    bottom: 1px;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}
.why-choose-item .readmore:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.title-no {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.title-no h3 {
  margin: 0px;
  font-size: var(--font-size-22);
}

.whyitem-no {
  width: 48px;
  height: 48px;
  background-color: #2e2e2e;
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  border-radius: var(--border-radius-100);
  font-size: var(--base-size);
}

.home-count-list-sec {
  width: 1200px !important;
}

.home-count-list-sec .slick-list {
  border-radius: var(--border-radius-20);
}

.home-count-list-sec .slick-prev {
  display: none !important;
}

.home-count-list-sec .slick-next {
  display: none !important;
}

.count-no-box-white h3 {
  width: 220px;
  color: var(--white-clr);
  margin: 0 auto;
  font-weight: var(--font-weight-500);
  font-size: var(--font-size-22);
  text-align: center;
  background: var(--count-number-bx-bg);
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 12px 0px 10px 0px;
  z-index: 999999;
  border-radius: 12px 12px 0 0;
}

.usp-inner {
  width: var(--width-100-percent);
  padding: 0px;
  border-radius: var(--border-radius-20);

}

.count-no-box-white {
  display: flex !important;
  background-color: var(--white-clr);
  text-align: center;
  border-radius: var(--border-radius-20);
  color: var(--theme-clr);
  gap: 20px;
  flex-flow: row wrap;
  align-items: center;
  min-height: 144px;
  padding: 35px 10px 60px 10px;
  position: relative;
}

.home-count-list-sec .slick-dots {
  display: none !important;
}

.usp-inner .usp-item {
  width: calc(33% - 10px);
  font-size: var(--base-size);
  position: relative;
}

.usp-inner .usp-item .usp-title {
  display: block;
  font-size: 60px;
  font-weight: 800;
  line-height: 1.1;
  text-shadow: -2px 0px rgb(255 255 255 / 58%), 1px 1px rgb(255 255 255);
}

.portfolio-sub-heading {
  font-size: 40px;
  margin-top: 32px;
}

/***Footer section start***/
.footer-main {
  background-color: var(--ftr-bg-sec-clr);
  background-image: url(../images/bg.png);
  color: var(--white-clr);
  width: var(--width-100-percent);
  background-position: 0 0;
  background-size: auto;
  overflow: hidden;
}

.ftr-top-inner {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  width: calc(100% + 84px);
  padding-top: 5px;
  margin-left: -15px;
  padding-bottom: 0px;
}

.ftr-top-inner .ftr-item {
  width: 27%;
  padding: 0px 15px;
}

.ftr-top-inner .ftr-item ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.ftr-top-inner .ftr-item ul li span {
  padding-right: 10px;
}

.ftr-top-inner .ftr-item p {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  line-height: 1.4;
}

.ftr-top-inner .ftr-item:nth-child(1) {
  width: 25%;
}

.ftr-top-inner .ftr-item:nth-child(1) p {
  padding-right: 16px;
  margin-bottom: 0px;
}

.ftr-top-inner .ftr-item:nth-child(2) {
  width: 22%;
}

.ftr-top-inner .ftr-item:nth-child(3) {
  width: 23%;
}

.ftr-tag {
  font-size: var(--base-size);
  max-width: 280px;
  display: inline-block;
  padding-bottom: 16px;
}

.ftr-top-inner .ftr-title {
  font-size: var(--base-size);
  width: var(--width-100-percent);
  margin-bottom: 10px;
  display: inline-block;
}
#ftr-nav li{
  margin: 2px 0;
}
.ftr-menu li {
  width: var(--width-100-percent);
  margin: 7px 0;
  font-size: var(--btn-size);
  color: var(--base-clr);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.ftr-menu li a {
  color: var(--base-clr);
}

.ftr-top-inner .followus-top-mar {
  margin-top: 20px;
}

#social-media-icon-ftr {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: 105px;
}

#social-media-icon-ftr li {
  margin: 0px;
}

.ftr-menu li a:hover {
  text-decoration: none;
  color: var(--hd-clr);
}

.ftr-logo {
  max-width: 220px;
  margin-bottom: 20px;
}

.copy-scn {
  border-top: #363636 1px solid;
  width: var(--width-100-percent);
  padding: 16px 0;
  font-size: 16px;
}

.ftr-b-inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  width: var(--width-100-percent);
  color: var(--white-clr);
}

.ftr-b-inner a {
  color: var(--white-clr);
  text-decoration: underline;
}

.ftr-b-inner a:hover {
  text-decoration: none;
}

.brandname {
  color: var(--theme-clr);
}

.brandname a {
  color: var(--theme-clr);
  text-decoration: none;
  font-weight: var(--font-weight-500);
}

.brandname a:hover {
  color: var(--theme-clr);
  text-decoration: underline;
}


/**Get in Touch Popup css start**/
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.863);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.contact-page-body-section {
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: #161616;
  /* border-radius: 10px; */
  width: 1170px;
  /* position: relative; */
  transition: all 5s ease-in-out;
  flex-wrap: wrap;
  font-family: var(--base-fm);
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 700px; */
}

.contact-page-body-section .content {
  max-height: 100%;
  color: #333;
  padding: 0px 40px 30px 10px;
  width: 52%;
  background: #161616;
  border-radius: 0;
}

.contact-page-body-section .content h3 {
  color: var(--white-clr);
  font-size: 35px;
  margin-bottom: 20px;
}

.contact-page-body-section .content textarea {
  height: 80px;
}

.contact-page-body-section label {
  font-size: 15px;
  font-family: var(--base-fm);
}

.follow-us {
  font-size: 20px;
  letter-spacing: 0.9px;
  margin-bottom: 6px;
  font-weight: 400;
}

input,
select,
textarea {
  width: var(--width-100-percent);
  padding: 13px 20px;
  border: 1px solid #fff;
  border-radius: 10px;
  box-sizing: border-box;
  margin-top: 0px;
  margin-bottom: 10px;
  resize: vertical;
  font-size: var(--btn-size);
  font-family: var(--base-fm);
  box-shadow: none !important;
}

input:hover {
  border: 1px solid #bd7969;
  transition: var(--transition);
}

select:hover {
  border: 1px solid #bd7969;
  transition: var(--transition);
}

textarea:hover {
  border: 1px solid #bd7969;
  transition: var(--transition);
}

select:required:invalid {
  color: #8d8d8d;
}

option[value=""][disabled] {
  display: none;
}

option {
  color: #333;
}

.submit-button {
  background-color: #b87566;
  color: var(--white-clr);
  padding: 14px 24px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: var(--btn-size);
  letter-spacing: var(--letter-spacing-05);
}

.submit-button:hover {
  background-color: #d88b7a;
  transition: var(--transition);
}

.popup-hdr-sec {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 99;
}

.popup-hdr-sec h2 {
  font-size: var(--font-size-22);
  margin-bottom: 0px;
  font-family: var(--base-fm);
}

.contact-f-btns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.contact-f-btns .clear-btn {
  background-color: transparent;
  border: 0px;
  margin-left: 10px;
  cursor: pointer;
  padding-right: 0px;
}

.contact-f-btns .clear-btn img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0;
  box-shadow: none;
  height: 47px;
  margin: 0px;
}

.contact-f-btns .clear-btn:hover {
  border: 0px;
  transition: var(--transition);
}

.contact-details-rt-sec {
  /* background-image: url(../images/contact-form-bg-img.jpg); */
  border-radius: 10px;
  background-position: 0 0;
  background-size: cover;
  overflow: hidden;
  height: 100%;
  width: 48%;
  display: block;
  background: #262626;
  padding: 36px 0 28px 0;
}

.contact-details-rt-sec-cont {
  display: block;
  color: var(--white-clr);
  position: relative;
  z-index: 9;
  height: 100%;
  text-align: left;
  padding: 0px 44px 50px 44px;

}

.contact-details-rt-sec-cont h3 {
  color: var(--white-clr);
  font-size: var(--font-size-24);
  margin-bottom: 20px;
  border-bottom: 1px solid #4e4e4e;
  padding-bottom: 10px;
}

#justify-cont-center {
  justify-content: center;
}

.contact-details-rt-sec-cont p {
  color: var(--white-clr);
  font-size: 19px;
  margin-bottom: 25px;
  display: flex;
}

.contact-details-rt-sec-cont p a {
  color: var(--white-clr);
  height: 30px;
}

.contact-details-rt-sec-cont p a:hover {
  color: #f53333;
}

.contact-details-rt-sec-cont p span {
  padding-right: 10px;
}

.contact-details-rt-sec-cont .ftr-menu li {
  color: var(--white-clr);
  font-size: var(--btn-size);
  margin-bottom: 25px;
}

.contact-details-rt-sec-cont .ftr-menu li span {
  padding-right: 10px;
}

/**Get in Touch Popup css end**/

/* Home Page Slider Gallery Open Popup Start Here */
.gallery-list {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.gallery-item img {
  width: 200px;
  height: auto;
  cursor: pointer;
  border-radius: 6px;
  transition: transform 0.3s ease;
}

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

.popup img {
  max-width: 88%;
  height: calc(95vh - 40px);
  border-radius: 15px;
  box-shadow: 0 0 20px #000;
  margin: 0px auto;
  margin-top: 15px;
  margin-bottom: 5px;
}

.gellary-list .slick-slide img {
  cursor: pointer;
  height: 360px;
}

.popup {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 9999;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

#imagePopup .popup-content {
  background: transparent;
}

.popup-close {
  position: absolute;
  top: -18px;
  right: 25px;
  font-size: 60px;
  color: white;
  cursor: pointer;
}

.popup-caption {
  margin-top: 0px;
  color: white;
  text-align: center;
  font-size: 20px;
  position: absolute;
  top: -28px;
  width: 100%;
  text-align: center;
  letter-spacing: 0.8px;
}

/* Home Page Slider Gallery Open Popup End Here */

/** About Us css Start**/
.aboutus-image-who-we-are {
  width: 46% !important;
  height: auto;
  overflow: hidden;
  border-radius: var(--border-radius-20);
}

.aboutus-image-who-we-are img {
  width: var(--width-100-percent) !important;
  transition: all .3s ease-in-out;
}

.aboutus-image-who-we-are img:hover {
  transform: scale(1.1);
}

.aboutus-image-who-we-are-right {
  width: 53% !important;
}

#who-we-are-section {
  width: 72%;
  justify-content: center;
  margin: 0 auto;
  align-items: baseline;
  gap: 34px;
  margin-top: 34px;
  display: table;
}

.who-we-are-section-left {
  width: var(--width-100-percent);
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  border-bottom: 1px solid #3a3a3a;
  padding-bottom: 20px;
}

.who-we-are-section-left-bdr-none {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.who-we-are-section-left img {
  width: var(--width-100-percent) !important;
}

.inner-page-container-full {
  padding: 0px 45px;
  width: var(--width-100-percent);
}

.body-left-content {
  display: flex;
  align-items: center;
}

.body-left-content img {
  width: 44%;
  border-radius: var(--border-radius-20);
}

.body-left-content .right-content {
  padding: 0px 0px 0px 87px;
}

.img-order-change-padi {
  padding: 0 70px 0 0 !important;
}

.body-left-content .right-content h3 {
  margin-bottom: 20px;
}

.body-left-content .right-content p {
  padding-bottom: 0px;
  font-size: 19px;
  line-height: 28px;
  letter-spacing: 0.2px;
}

.body-left-content .right-content p strong {
  font-weight: 700;
}

.what-drive-inner {
  width: var(--width-100-percent);
}

#what-drives-us {
  width: var(--width-100-percent);
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 7;
}

.what-drive-inner-boxes {
  width: var(--width-100-percent);
  display: flex;
  /* align-items: flex-start; */
  justify-content: center;
  margin-top: 20px;
  gap: 22px;
  flex-wrap: wrap;
}

.what-drive-inner-boxes .what-drive-item {
  width: calc(32% - 12px);
  background-color: var(--bg-clr);
  padding: 50px 25px 10px 25px;
  position: relative;
  border-radius: var(--border-radius-20);
  text-align: center;
  margin-top: 50px;
  /* min-height: 270px; */
}
.what-drive-inner-boxes .what-drive-item .post-inner-bx {
    padding: 0 0 15px 0;
    overflow: hidden;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.what-drive-inner-boxes .what-drive-item span {
  position: absolute;
  top: -40px;
  z-index: 5;
  background: #161616;
  width: 80px;
  height: 80px;
  border-radius: var(--border-radius-100);
  margin: 0 auto;
  left: 0;
  right: 0;
  font-size: 42px;
  line-height: 80px;
  color: #b57161;
}

.what-drive-inner-boxes .what-drive-item span img {
  width: 52px;
  height: auto;
  text-align: center;
  margin: 15px auto;
}

.what-drive-inner-boxes .what-drive-item h3 {
  margin-bottom: 20px;
  font-size: var(--font-size-22);
}

#our-teams-inner-boxes-top-mar {
  margin-top: 40px;
  margin-bottom: 18px;
}

#our-teams-inner-boxes-top-mar .slick-list {
  border-radius: 8px;
}

.our-teams-inner-boxes {
  width: calc(20% - 31px);
  padding: 0;
  position: relative;
  border-radius: var(--border-radius-20);
  text-align: center;
  margin-top: 0px;
  /* min-height: 330px; */
}

.our-teams-inner-boxes img {
  border-radius: 8px 8px 0 0;
}

.our-teams-inner-boxes .name-designation-box {
  background: #000;
  padding: 10px 0 10px 0;
  border-radius: 0 0 8px 8px;
}

.our-teams-inner-boxes .name-designation-box h4 {
  font-size: 19px;
  margin-bottom: 5px;
}

.our-teams-inner-boxes .name-designation-box p {
  margin-bottom: 0px;
}

.discover-integer-bg-box {
  background: transparent;
  width: 70%;
  margin: 60px auto;
  border-radius: 25px;
}

.discover-about-page-bg-bx {
  display: flex;
  flex-wrap: wrap;
  width: var(--width-100-percent);
  justify-content: center;
  align-items: center;
  text-align: center;
}

.discover-about-page-bg-bx h2 {
  text-shadow: 1px 1px 0px rgb(0 0 0 / 60%);
  margin-bottom: 0px;
  color: #cf8573;
  font-size: 53px;
  padding-bottom: 28px;
  width: 100%;
}

.discover-about-page-bg-bx h2 a {
  color: var(--white-clr);
  font-weight: 800;
  font-size: 46px;
}

.discover-about-page-bg-bx a {
  width: 235px;
  height: 60px;
  line-height: 60px;
  padding: 0px;
  text-align: center;
  font-size: var(--base-size);
  background: var(--dark-gray-clr);
  border-radius: var(--border-radius-100);
  margin: 0 10px;
  font-weight: var(--font-weight-500);
  letter-spacing: var(--letter-spacing-05);
  display: flex;
  align-items: center;
  justify-content: center;
}

.discover-about-page-bg-bx a:hover {
  background: #cf8573 !important;
  color: var(--white-clr) !important;
}

.clr-btn-text {
  color: var(--white-clr) !important;
  position: relative;
}
.clr-btn-text::before{
    position: absolute;
    content: '';
    width: 12px;
    height: 8px;
    background: url(../images/navi-gray-arrow.png);
    transform: rotate(-90deg);
    right: 46px;
    top: 26px;
}

.discover-about-page-bg-bx button {
  width: 235px;
  height: 60px;
  line-height: 60px;
  padding: 0px;
  text-align: center;
  font-size: var(--base-size);
  background: var(--dark-gray-clr);
  border-radius: var(--border-radius-100);
  margin: 0 10px;
  font-weight: var(--font-weight-500);
  letter-spacing: var(--letter-spacing-05);
  display: flex;
  align-items: center;
  justify-content: center;
}

.discover-about-page-bg-bx a span {
  padding-right: 8px;
}

.about-discover-number-btn {
  background: var(--white-clr) !important;
  color: #32201c !important;
  font-weight: var(--font-weight-500) !important;
  letter-spacing: 0.2px !important;
  transition: var(--transition);
}

.about-discover-number-btn:hover {
  background: #b57161 !important;
  color: var(--white-clr) !important;
}

.gellary-list-hire {
  display: flex;
  gap: 25px;
  width: 80%;
  margin: 0 auto;
  justify-content: center;
}

.gellary-item-hire {
  background: linear-gradient(180deg, rgb(30 30 30) 0%, rgba(0, 0, 0, 1) 100%);
  width: 25%;
  border-radius: var(--border-radius-20);
  min-height: 350px;
  opacity: 0.9;
  border: 1px solid #634d47;
}

.gellary-img-hire {
  background-image: url(../images/about-hiring-bx-bg-img.jpg);
  display: flex;
  justify-content: center;
  width: var(--width-100-percent);
  border-radius: var(--border-radius-20);
  height: 350px;
  background-repeat: no-repeat;
  align-items: center;
  background-position: center;
}

.gellary-img-hire .designation-name-sec {
  width: var(--width-100-percent);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: var(--white-clr);
  padding: 134px 25px 20px 25px;
  text-align: center;
  opacity: 0.9;
}

.gellary-img-hire .designation-name-sec h3 {
  width: var(--width-100-percent);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: var(--font-size-22);
}

.gellary-img-hire .designation-name-sec h3 label {
  display: flex;
  align-items: center;
  font-size: var(--base-size);
  font-weight: 200;
}

.gellary-img-hire .designation-name-sec h3 label span {
  padding-right: 8px;
}

.gellary-img-hire .designation-name-sec strong {
  color: var(--white-clr);
  font-size: var(--font-size-22);
  font-weight: var(--font-weight-500);
  padding-bottom: 10px;
  letter-spacing: var(--letter-spacing-05);
}

.gellary-img-hire .designation-name-sec button {
  background: #a16557;
  font-size: var(--btn-size);
  padding: 10px 18px;
  border-radius: 6px;
  margin-top: 24px;
  color: var(--white-clr);
  letter-spacing: var(--letter-spacing-05);
  border: 0px;
  cursor: pointer;
}

.gellary-img-hire .designation-name-sec button:hover {
  background: #d48c7c;
  color: var(--white-clr);
  transition: var(--transition);
}

.gellary-img-hire .designation-name-sec p {
  width: var(--width-100-percent);
  display: table;
  padding: 0px;
  margin: 4px 0;
  color: var(--white-clr);
  font-size: 17px;
}

.hiring-poup-body-padi .ftr-menu li {
  font-size: 15px;
  color: #e7e7e7;
  letter-spacing: var(--letter-spacing-05);
  flex-wrap: nowrap;
}

.hiring-poup-body-padi .ftr-menu li span {
  font-size: 15px;
  padding-right: 8px;
  color: #cbcbcb;
}

.hiring-poup-body-padi h5 {
  font-size: 17px;
  letter-spacing: var(--letter-spacing-05);
  font-weight: var(--font-weight-500);
  padding-top: 15px;
  padding-bottom: 12px;
}

.hiring-poup-body-padi h5 span {
  font-size: 17px;
  font-weight: 100;
}


.we-are-hire-heading {
  font-size: 55px;
  position: relative;
  margin-top: 50px;
}

#back2Top {
  width: 43px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  z-index: 999;
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 13px;
  right: 10px;
  text-align: center;
  font-size: 15px;
  border-radius: 5px;
  border: 0px;
  text-decoration: none;
  background: var(--back2Top-bg) !important;
  color: var(--white-clr);
  transition: opacity .3s ease;
}

#back2Top:hover {
  transition: 0.6s;
  background: var(--back2Top-bg-hover) !important;
}

#back2Top img {
  rotate: -90deg;
  width: 30px;
  margin: 0 auto;
}

/* hiring details popup css start */
.popup {
  position: fixed;
  width: var(--width-100-percent);
  height: 100%;
  background: rgba(0, 0, 0, 0.705);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.popup-content {
  background: #686868;
  padding: 0;
  border-radius: 9px;
  position: relative;
}

.popup-hiring {
  width: 930px !important;
  height: auto !important;
}

.popup-hiring .contact-details-rt-sec {
  width: var(--width-100-percent) !important;
  background-image: url(../images/hiring-popup-bg-image.jpg);
  border-radius: 10px;
}

.popup-hiring .contact-details-rt-sec:before {
  width: var(--width-100-percent) !important;
  background-color: rgb(0 0 0 / 24%);
  margin: -1px 0;
  border-radius: 10px;
}

.popup-hiring .hiring-poup-body-padi {
  padding: 0px 30px 0px 30px !important;
}

.popup-hiring .contact-details-rt-sec-cont {
  color: var(--white-clr);
  height: 100%;
  padding: 0px !important;
}

.popup-hiring .contact-details-rt-sec-cont h3 {
  color: var(--white-clr);
  font-size: var(--h4-size-28);
  margin-bottom: 14px;
  padding: 15px 30px;
  background: #9f98941c;
}

.popup-hiring .contact-details-rt-sec-cont h3 strong {
  float: right;
  font-size: var(--base-size);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white-clr);
  font-weight: var(--font-weight-500);
  margin-top: 6px;
  padding-right: 10px;
}

.popup-hiring .contact-details-rt-sec-cont h3 strong span {
  padding-right: 7px;
}

.popup-hiring .contact-details-rt-sec-cont h5 {
  color: var(--white-clr);
  font-size: var(--base-size);
  margin-bottom: 10px;
  margin-top: 0px;
}

.popup-hiring .contact-details-rt-sec-cont h5 span {
  font-weight: 300;
}

.popup-hiring .contact-details-rt-sec-cont .ftr-menu li {
  color: var(--white-clr);
  font-size: var(--btn-size);
  margin-bottom: 18px;
  flex-wrap: inherit;
  align-items: center;
  line-height: 22px;
}

.popup-hiring .contact-details-rt-sec-cont .ftr-menu li span {
  padding-right: 10px;
  font-size: 15px;
}

.popup-hiring .contact-details-rt-sec-cont p {
  color: var(--ftr-bg-sec-clr);
  font-size: 17px;
  margin-bottom: 25px;
  display: flex;
}

/* hiring details popup css End */

/** Portfolio Page CSS Start**/
#portfolio-bnr-height {
  min-height: 600px;
  flex-flow: nowrap;
  max-width: 95%;
  margin: 0 auto;
}

.portfolio-banner-padi-none {
  padding: 0px;
}

.portfolio-bnr-item {
  width: var(--width-100-percent);
  background-size: cover;
  position: relative;
}

.portfolio-bnr-item:before {
  content: '';
  width: var(--width-100-percent);
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  pointer-events: none;
  background-color: rgb(0 0 0 / 40%);
}

.portfolio-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.portfolio-banner .portfolio-banner-boxes {
  width: 50%;
  background: #0000006b;
  font-size: 55px;
  font-weight: 600;
  letter-spacing: 0.6px;
  border-radius: var(--border-radius-20);
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  display: flex;
  border: 2px solid #ffffff42;
  flex-wrap: wrap;
  padding: 70px 0;
  position: relative;
}

.portfolio-banner .portfolio-banner-boxes:hover {
  background: #000000b6;
  border: 2px solid #9c6052;
  transition: var(--transition);
}

.portfolio-banner .portfolio-banner-boxes a {
  margin: 0px;
  color: var(--white-clr);
  width: var(--width-100-percent);
  padding: 0px 0;
  border-radius: var(--border-radius-20);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9;
  text-shadow: 1px 2px 0px rgb(0 0 0 / 45%);
}

.portfolio-banner .portfolio-banner-boxes a:hover {
  color: #cb8574;
  transition: var(--transition);
}

.portfolio-banner .portfolio-banner-boxes a span {
  font-size: 34px;
  padding-left: 12px;
  color: #cb8574;
}

.portfolio-banner .portfolio-banner-boxes img {
  display: block;
  width: 250px;
  margin: 0px auto;
  position: relative;
  z-index: 9;
}

.portfolio-gallery-container {
  padding: 30px 15px;
  max-width: 1415px;
  margin: auto;
  text-align: center;
}

.gallery-list {
  display: grid;
  gap: 25px;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
}

.gallery-list .g-item {
  position: relative;
}

.gallery-list .g-item .portfolio-gallery-first-img {
  background: #262626;
  width: var(--width-100-percent);
  padding: 10px 20px;
  border-radius: 0 0 10px 10px;
  letter-spacing: var(--letter-spacing-05);
  text-align: left;
  line-height: 25px;
}

.gallery-list .g-item .portfolio-gallery-first-img p {
  margin-bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  width: var(--width-100-percent);
  text-align: left;
  line-height: 23px;
  padding-top: 6px;
  border-top: 1px solid #565656;
  margin-top: 3px;
  font-weight: var(--font-weight-500);
}

.gallery-list .g-item .portfolio-gallery-first-img span strong {
  align-items: center;
  font-weight: var(--font-weight-500);
  color: var(--white-clr);
  font-size: var(--base-size);
}

.gallery-list .g-item .portfolio-gallery-first-img span {
  color: #d3d3d3;
  font-weight: 200;
}

.gallery-list .g-item>img {
  width: var(--width-100-percent);
  cursor: pointer;
  border-radius: 10px 10px 0px 0px;
  height: 270px;
}

.gallery-list .g-item>img:hover {
  opacity: 0.7;
  transition: var(--transition);
}

.gallery-grid {
  display: none;
}

.submit-button {
  border: 0px;
  padding: 0px;
  width: 100px;
  border-radius: 0px;
  margin-bottom: 0px;
  background: transparent;
}

.submit-button:hover {
  background: transparent;
  border: 0px;
}

#thanks-page {
  height: 473px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.thankyou-center-bx {
  width: 900px;
  margin: 0 auto;
}

.thankyou-center-bx h4 {
  font-size: var(--font-size-24);
  font-weight: 200;
  margin-bottom: 30px;
}

.thankyou-center-bx h2 {
  font-size: 55px;
  line-height: 50px;
  margin-bottom: 20px;
}

.thankyou-center-bx a {
  color: var(--white-clr);
  font-size: var(--base-size);
  background: var(--count-number-bx-bg);
  color: var(--white-clr);
  padding: 14px 24px;
  border-radius: 10px;
}

/* Popup Modal */
#slidePrev {
  border-radius: 6px;
  padding: 10px 8px 10px 8px;
  height: 68px;
}

#slidePrev:hover {
  background: #ffffff1f;
  border-radius: 6px;
  padding: 10px 8px 10px 8px;
  color: #e79180;
  transition: var(--transition);
  height: 68px;
}

#slideNext {
  border-radius: 6px;
  padding: 10px 8px 10px 8px;
  height: 68px;
}

#slideNext:hover {
  background: #ffffff1f;
  border-radius: 6px;
  padding: 10px 8px 10px 8px;
  color: #e79180;
  transition: var(--transition);
  height: 68px;
}

.gallerymodel {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  flex-direction: column;
}

.gallerymodel.show {
  display: flex;
}

.gallerymodel img {
  max-width: 90%;
  max-height: 80vh;
  border-radius: var(--border-radius-20);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.gModel-close {
  position: absolute;
  top: 8px;
  right: 46px;
  color: var(--white-clr);
  font-size: 55px;
  cursor: pointer;
  user-select: none;
}

.slideArrows {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  transform: translateY(-50%);
  color: var(--white-clr);
  font-size: 40px;
  cursor: pointer;
  user-select: none;
}

@media (max-width: 768px) {
  .g-item>img {
    width: var(--width-100-percent);
    height: auto;
  }
}

/** Portfolio Page CSS End**/
.cost-consultancy-Our-Offerings {
  width: calc(50% - 12px);
  background-color: var(--bg-clr);
  /* padding: 50px 25px 10px 25px; */
  position: relative;
  /* border-radius: var(--border-radius-20); */
  text-align: center;
  margin-top: 65px;
}

.cost-consultancy-Our-Offerings h4 {
  margin-bottom: 0px;
  font-size: var(--font-size-22);
  position: absolute;
  padding: 16px 30px 16px 30px;
  background: #8b574b;
  display: inline-block;
  width: 293px;
  clip-path: polygon(90% 0%, 100% 48%, 100% 100%, 0% 100%, 0% 52%, 0% 0%);
  top: -60px;
  left: 0;
  text-align: left;
}

.cost-consultancy-Our-Offerings span {
  width: var(--width-100-percent);
  background-color: var(--bg-clr);
  padding: 22px 30px 10px 30px;
  position: relative;
  border-radius: 0;
  /* text-align: center; */
  margin-top: 0px;
  /* min-height: 418px; */
  text-align: left;
  display: table;
}
.cost-consultancy-Our-Offerings span p{
  line-height: 24px;
  margin-bottom: 20px;
}


.cost-consultancy-Experience-integer-bg-box h2 {
  color: #f1f1f1;
  font-size: 42px;
}

.cost-consultancy-Experience-integer-bg-box {
  background: transparent;
  width: 77%;
  margin: 0px auto;
  border-radius: 25px;
  padding-bottom: 68px;
}

.cost-consultancy-heading {
  font-size: var(--h5-size);
  width: auto;
  display: inline-block;
  margin-bottom: 20px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-lg-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}

.cost-consultancysub-heading-p {
  margin-bottom: 70px;
}

.cost-consultancy-portfolio-ul {
  font-size: var(--btn-size);
  padding: 0px 20px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 0 0 8px 8px;
  min-height: 355px;
  margin-bottom: 26px;
}

.cost-consultancy-portfolio-ul li {
  display: inline-block;
  width: var(--width-100-percent);
  border-bottom: 1px dashed #464646;
  padding: 10px 0;
}

.cost-consultancy-portfolio-ul li:last-child {
  border-bottom: 0px;
}

.cost-consultancy-portfolio-ul li span {
  font-weight: 600;
  width: 25%;
  float: left;
  color: #d9d9d9;
  letter-spacing: 0.4px;
}

.cost-consultancy-portfolio-ul li strong {
  width: 75%;
  float: left;
  font-weight: 100;
  color: #d9d9d9;
}

.back-btn-last-child {
  margin-bottom: 0px;
}

.cost-consultancy-portfolio-img {
  border-radius: 8px 8px 0 0;
}

.cost-consultancy-portfolio-image {
  width: var(--width-100-percent);
  height: auto;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

.cost-consultancy-portfolio-image img {
  width: var(--width-100-percent);
  transition: all .3s ease-in-out;
}

.cost-consultancy-portfolio-image img:hover {
  transform: scale(1.1);
  transition: all .3s ease-in-out;
}

.aboutus-teams-image {
  width: var(--width-100-percent);
  height: auto;
  overflow: hidden;
  border-radius: 8px;
  /* height: 330px; */
}

.aboutus-teams-image img {
  width: var(--width-100-percent);
  transition: all .5s ease-in-out;
  filter: gray;
  -webkit-filter: grayscale(1.1);
  height: 100%;
}

.aboutus-teams-image img:hover {
  transform: scale(1.1);
  transition: all .5s ease-in-out;
  -webkit-filter: none;
}

.contact-bnr-height {
  height: 240px !important;
  min-height: 240px !important;
}

.contact-bnr-height img {
  height: 240px !important;
}

.contact-bnr-height::before {
  background-color: rgb(0 0 0 / 60%);
}

/* Blog Page CSS Start Here */
.blog-bnr-height {
  height: 350px !important;
  min-height: 350px !important;
}

.blog-bnr-height img {
  height: 350px !important;
}

.blog-bnr-height::before {
  background-color: rgb(0 0 0 / 60%);
}
.post-box{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.post-box .blog-grid-item{
    width: 49%;
    display: flex;
}
.post-box .post-inner {
    padding: 20px 20px 18px;
    border: 1px solid #323232;
    overflow: hidden;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    border-radius: 6px;
    min-height: 530px;
}
.post-box .post-inner:hover {border: 1px solid #707070;}
.post-box .post-inner img{
  margin-bottom: 10px;
}
.post-box .post-inner span{
    font-size: 17px;
    letter-spacing: 0.4px;
    color: #707070;
    margin: 0 4px;
}
.post-box .post-inner .span-first-child{ margin-left: 0px;}
.post-box .post-inner h2{
    line-height: 26px;
    padding-top: 10px;
}
.post-box .post-inner h2 a{
    color: #c9c9c9;
    font-size: 23px;
    margin-top: 0px;
    text-decoration: none;
    display: inline;
    background-size: 0 1px;
    background-position: 0 92%;
    background-repeat: no-repeat;
    background-image: linear-gradient(0deg, #fff, #fff);
}
.post-box .post-inner h2 a:hover{color: #fff; background-size: 100% 1px;}
.post-box .post-inner a{
    color: #bd7969;
    margin: 26px 0 5px 0;
    display: block;
    font-size: 18px;
    letter-spacing: 0.4px;
}
.post-box .post-inner a:hover{ color: #fff;}

.post-box .post-inner .readmore{
    color: #bd7969;
    margin: 15px 0 5px 0;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 0.4px;
    position: relative;
    text-decoration: none;
}
.post-box .post-inner .readmore::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  /* border-radius: 4px; */
  background-color: #ccc;
  bottom: 1px;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}

.post-box .post-inner .readmore:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}


.post-blog-details-bx{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.details-post-left{
  width: 100%;
  display: block;
  padding-right: 0px;
  margin: 0 auto;
}
.blog-details-content-img{
  width: 100%;
  display: flex;
  gap: 26px;
}
.blog-details-content-img img{width: 49% !important;}
.padding-top-10-blog{ padding-top: 10px !important;}
.details-post-left img{
  width: 100%;
  margin-bottom: 15px;
  border-radius: 6px;
}
.details-post-left span{
    font-size: 18px;
    letter-spacing: 0.4px;
    color: #707070;
    margin: 0 4px;
}
.details-post-left .span-first-child{ margin-left: 0px;}
.details-post-left h1{
    line-height: 35px;
    padding-top: 16px;
    color: #bd7969;
    font-size: 33px;
    padding-bottom: 20px;
    margin-bottom: 0px;
}
.details-post-left h2{
    font-size: 24px;
    padding: 20px 0 0px 0;
    color: #bd7969;
}
.details-post-left p{
  font-size: 18px;
  color: #ccc;
  line-height: 25px;
  margin-bottom: 18px;
  text-align: justify;
}
.details-post-left p strong{
    font-weight: bold;
    color: #e3e3e3;
    letter-spacing: 0.4px;
}
.details-post-left p strong a{
    color: #cd8676;
    text-decoration: underline;
}
.details-post-left p strong a:hover{
    color: #e49887;
    text-decoration: none;
}
.details-post-left h3{
  font-weight: bold;
  letter-spacing: 0.6px;
  color: #e3e3e3;
  font-size: 18px;
}
.details-post-left .list-ul{
    width: 100%;
    display: table;
    margin-bottom: 20px;
}
.details-post-left .list-ul li{
  line-height: 24px;
  margin-bottom: 8px;
  padding-left: 24px;
  position: relative;
  font-size: 18px;
  letter-spacing: 0.4px;
  color: #ccc;
}
.details-post-left .list-ul li strong{
  display: block;
}
.details-post-left .list-ul li::before{
    position: absolute;
    content: '';
    width: 12px;
    height: 8px;
    background: url(../images/navi-gray-arrow.png);
    transform: rotate(-90deg);
    left: 0;
    top: 8px;
}
.post-box-related {
    gap: 18px;
}
.post-box-related .post-inner h2 {
    line-height: 26px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}
.post-box-related .post-inner h2 a{
    font-size: 22px !important;
    margin-bottom: 0px !important;
}
.post-box-related .post-inner a {
    margin: 20px 0 5px 0;
}
.related-post-bdr{
  border-top: 1px solid #797979;
  margin-top: 40px;
  padding-top: 25px !important;
  font-size: 28px !important;
}
.marginnone{
  margin: 0px !important;
}

.details-post-right{
  width: 25%;
  display: none;
}
.right-side-blog-contact-bx{
  width: 100%;
  display: table;
  border: 1px solid #4c4c4c;
  border-radius: 6px;
  padding: 20px;
}
.right-side-blog-contact-bx h2{
    font-size: 25px;
    color: #ffffff;
    line-height: 22px;
    padding-bottom: 10px;
    margin-top: -3px;
}
.details-post-right h3 {
    font-size: 25px;
    border-bottom: #bd7969 dotted 1px;
    padding: 0 0 10px;
    margin-bottom: 20px;
    color: #bd7969;
    margin-top: 30px;
    display: table;
    width: 100%;
}
.categories-ul{
    width: 100%;
    display: table;
    margin-bottom: 30px;
}
.categories-ul li{
  line-height: 24px;
  margin-bottom: 8px;
  padding-left: 24px;
  position: relative;
}
.categories-ul li::before{
   position: absolute;
    content: '';
    width: 12px;
    height: 8px;
    background: url(../images/navi-gray-arrow.png);
    transform: rotate(-90deg);
    left: 0;
    top: 10px;
}
.categories-ul li a{
  color: #ccc;
  font-size: 18px;
  letter-spacing: 0.4px;
}
.categories-ul li a:hover{
  color: #bd7969;
}
.recent-post-bx{
  width: 100%;
  display: table;
}
.recent-post-bx ul li{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.recent-post-bx ul li span{
  width: 33%;
}
.recent-post-bx ul li span img{
  width: 100%;
  border-radius: 5px;
}
.recent-post-bx ul li strong{
  width: 67%;
  line-height: 23px;
  padding-left: 15px;
  letter-spacing: 0.4px;
}
.recent-post-bx ul li strong a{
    font-size: 18px;
    color: #ccc;
    font-weight: 400;
}
.recent-post-bx ul li strong a:hover{
    color: #bd7969;
}
.recent-post-bx ul li strong p{
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 400;
    color: #626262;
    padding-top: 12px;
    letter-spacing: 0.6px;
}
/* Blog Page CSS End Here */

.popup-hiring-emails-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff0a;
  padding: 10px 30px;
  border-top: 1px solid #2a2a2a;
}

.popup-hiring-emails-sec div {
  font-size: var(--btn-size);
  color: #b9b9b9;
}

.popup-hiring-emails-sec a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-clr);
  font-size: var(--btn-size);
  padding-top: 5px;
  letter-spacing: var(--letter-spacing-05);
}

.popup-hiring-emails-sec a span {
  padding-right: 8px;
}

/* Interior Fitout Section CSS Start */
.body-left-content .right-content h3 {
  margin-bottom: 20px;
  font-size: var(--h5-size);
  letter-spacing: var(--letter-spacing-05);
}

#interior-fitout-bnr-height {
  min-height: 580px !important;
  max-width: 98%;
}

#interior-fitout-bnr-height h1 {
  text-shadow: 1px 2px 0px rgb(0 0 0 / 60%);
  font-size: var(--inner-h1-size);
  width: var(--width-100-percent);
}

.fitout-experience-integer-bg-box {
  width: 82%;
  margin: 20px auto;
}

#interior-fitout-banner {
  width: var(--width-100-percent);
  background-size: cover;
  position: relative;
}

#interior-fitout-banner:before {
  content: '';
  width: var(--width-100-percent);
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  pointer-events: none;
  background-color: rgb(0 0 0 / 52%);
}

/* Interior Fitout Section CSS End */

/* Contact Form CSS Start Here */
#contact-page-container-full {
  width: 50%;
  margin: 0 auto;
}

.notes-clr {
  color: #b1b1b1;
}

/* Contact Form CSS End Here */
.back-to-portfolio-page {
  width: var(--width-100-percent);
  display: flex;
  align-items: center;
  text-align: right;
  flex-wrap: wrap;
  justify-content: end;
  margin-top: 40px;
  justify-content: space-between;
}

.back-to-portfolio-page a {
  display: flex;
  align-items: center;
  width: 55px;
  height: 55px;
  justify-content: center;
}

.portfolio-back-link-container {
  padding: 0px 15px;
  max-width: 1415px;
  margin: auto;
  text-align: left;
}

.portfolio-back-link-container .back-btn-to-portfolio {
  width: 300px;
  margin-bottom: -40px;
}

.portfolio-back-link-container .back-btn-to-portfolio a span {
  padding-left: 6px;
  font-size: var(--base-size);
  color: var(--light-gray-clr);
}

.portfolio-back-link-container .back-btn-to-portfolio a {
  color: var(--white-clr);
  letter-spacing: 0.6px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  width: fit-content;
  font-size: var(--btn-size);
}

.portfolio-back-link-container .back-btn-to-portfolio a:hover {
  color: var(--white-clr);
  transition: all .5s;
}

.whatsapp-icon {
  width: 23px;
  padding-right: 1px;
}

.margin-top-portfolio-cost {
  padding-top: 30px;
  margin-bottom: 50px;
}

.black-color-bg-testimonial {
  padding: 30px 30px 14px 30px;
  height: 100%;
  margin: 0 auto;
  width: var(--width-100-percent);
  background: #161616f2;
  border-radius: 25px;
}

.black-color-bg-testimonial p {
  height: 218px;
  line-height: 26px;
}

address {
  display: flex;
  align-items: flex-start;
  margin: 6px 0 26px 0;
  line-height: var(--line-height-1-6);
  color: var(--base-clr);
  font-size: var(--btn-size);
  font-style: normal;
}

/***Footer section end***/
.popup {
  display: none;
  position: fixed;
  width: var(--width-100-percent);
  height: 100%;
  background: rgb(0 0 0 / 82%);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* Visible popup */
.popup.show {
  display: flex;
}

/* Popup content box */
.popup-content {
  background: #747474;
  padding: 0px;
  position: relative;
  text-align: center;
}

/* Get in Touch Popup */
.get-in-touch-popup {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #939393;
  border-radius: 10px;
  width: 990px;
  position: relative;
  transition: all 5s ease-in-out;
  flex-wrap: wrap;
  font-family: var(--base-fm);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 660px;
}

.get-in-touch-popup select {
  padding: 13px 16px;
}

::placeholder {
  color: #8d8d8d;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #8d8d8d;
}

/* Quick Contact Auto Modal Popup CSS Start */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.616);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background-image: url(../images/contact-form-bg-img.jpg);
  background-position: center;
  background-size: cover;
  padding: 25px 40px;
  border-radius: 10px;
  width: 90%;
  max-width: 600px;
  position: relative;
  box-shadow: 0 7px 14px rgb(0 0 0 / 96%);
}

.modal-content::before {
  content: '';
  position: absolute;
  background-color: #00000030;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.modal h2 {
  margin-bottom: 20px;
  font-size: var(--font-size-24);
  position: relative;
  z-index: 9;
}

.modal form {
  position: relative;
  z-index: 9;
}

.modal input,
.modal textarea {
  width: 100%;
  padding: 14px 18px;
  margin-bottom: 12px;
  border: 1px solid #00000000;
  border-radius: 5px;
  background: #ffffffe0;
}

.modal .contact-f-btns {
  justify-content: flex-start;
}

.modal .contact-f-btns input {
  width: 100px;
  height: 47px;
  padding: 0;
  border: 0px;
  border-radius: 0;
  background: transparent;
}

.modal-content .close {
  position: absolute;
  top: -17px;
  right: -17px;
  font-size: 18px;
  cursor: pointer;
  z-index: 9;
}

.close .close-btn {
  transition: all 200ms;
  font-size: 38px;
  text-decoration: none;
  color: #BC6666;
  background: var(--white-clr);
  width: 45px;
  height: 45px;
  border-radius: var(--border-radius-100);
  display: block;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
}

.close .close-btn:hover {
  color: red;
}

/* Quick Contact Auto Modal Popup CSS End */
.whychoose {
  padding-bottom: 0px;
  padding-top: 0px;
}


@media (min-width: 1536px) {
    /* .container {
        max-width: 1400px !important;
    } */
}


@media(max-width:1370px) {
nav ul li a {
    padding: 12px 18px 12px 18px;
}
.logo a img{
  width: 190px;
}
.details-page-image-gallery-section ul li {
    width: 31.7% !important;
}
}


@media(max-width:1199px) {
  nav ul li ul.dropdown {
    position: relative;
    top: 0px;
    min-width: auto;
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 0%);
    padding: 8px 10px;
    display: block;
    margin-bottom: 2px;
    border-top: 0;
  }

  nav ul li a.active {
    border-radius: 10px;
  }

  nav ul li:hover a {
    border-radius: 10px;
  }

  nav ul li a {
    margin-bottom: 2px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .menu-toggle {
    display: flex;
  }

  nav ul {
    display: none;
    flex-direction: column;
    background-color: #262626;
    width: 100%;
    position: absolute;
    top: 76px;
    left: 0;
    padding: 10px 0;
    border-top: 1px solid #000000;
  }

  nav ul.active {
    display: flex;
  }

  nav ul li:hover ul.dropdown {
    display: block;
  }

  nav ul li {
    text-align: center;
    width: 100%;
    padding: 0 20px;
  }
  .details-page-image-gallery-section ul li{
    width: 48% !important;
  }


  .our-teams-inner-boxes {
    width: calc(33% - 31px);
  }

  .ftr-menu li {
    font-size: var(--btn-size);
  }

  .ftr-top-inner .ftr-item {
    padding: 0px 10px;
  }

  .ftr-top-inner {
    width: calc(100% + 20px);
    margin-left: -10px;
  }

  .home-count-list-sec {
    width: 97% !important;
  }

  .nav ul li a {
    font-size: var(--base-size) !important;
  }

  #home-page-testimonials-sec h2 {
    font-size: var(--h3-size-30);
  }

  .gallery img {
    height: 200px;
  }

  .banner-image #aboutus-bnr-height h1 {
    font-size: 45px;
  }

  .cost-consultancy-Experience-integer-bg-box {
    width: 100%;
  }

  .cost-consultancy-Experience-integer-bg-box h2 {
    font-size: 25px;
  }

  .cost-consultancy-Our-Offerings {
    width: 100%;
  }

  .cost-consultancy-Our-Offerings span {
    min-height: auto;
  }
  .post-box {
    gap: 20px;
  }
  .post-box .blog-grid-item {
    width: calc(50% - 10px);
  }
}

@media(max-width:992px) {
  .details-page-image-gallery-section .gap-4{
    display: table !important;width: 100% !important;
  }
  .details-page-image-gallery-section .gap-4 div{
    display: block !important;
    width: 100% !important;
    margin-bottom: 20px;
  }
  .details-page-image-gallery-section .gap-4 div:last-child{
    margin-bottom: 0px;
  }
  .details-post-left {
    width: 100%;
    padding-right: 0;
  }
  .post-box .post-inner{
    min-height: auto;
  }
  .details-post-left h1 {
    line-height: 28px;
    font-size: 28px;
  }
  .details-post-right {
    width: 100%;
    display: block;
    margin-top: 30px;
  }
  .post-blog-details-bx .back-to-portfolio-page{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .post-box .post-inner h2 a{
    font-size: 25px;
  }
  .details-post-left h2{
    font-size: 24px;
    line-height: 26px;
  }
  .details-post-left h3 {
    font-size: 18px;
    padding: 20px 0 0px 0;
  }
  .related-post-bdr {
    font-size: 25px !important;
  }
  .post-box-related .post-inner h2 a {
    font-size: 20px !important;
  }
  .post-box-related .post-inner h2 {
    line-height: 24px !important;
  }
  .post-box {
    gap: 20px;
  }
  .blog-bnr-height {
    height: 250px !important;
    min-height: 250px !important;
  }
  .post-box .blog-grid-item {
    width: calc(50% - 10px);
  }
  .container .details-page-big-img{width: 100%;height: auto;}
  .g-item-without-popup {
    width: 100%;
    margin-bottom: 20px;
  }
  .gallery-without-popup img {
    height: 350px !important;
  }
  .portfolio-sub-heading {
    font-size: 30px;
  }
  .sub-bnr-breadcrumbs {
    margin-top: -20px !important;
    margin-bottom: 10px !important;
}
.sub-bnr-breadcrumbs li a::after{top: 6px !important;}
  nav ul li ul.dropdown {
    position: relative;
    top: 0px;
    min-width: auto;
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 0%);
    padding: 8px 10px;
    display: block;
    margin-bottom: 2px;
    border-top: 0;
  }

  nav ul li a.active {
    border-radius: 10px;
  }

  nav ul li:hover a {
    border-radius: 10px;
  }

  nav ul li a {
    margin-bottom: 2px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .menu-toggle {
    display: flex;
  }

  nav ul {
    display: none;
    flex-direction: column;
    background-color: #262626;
    width: 100%;
    position: absolute;
    top: 76px;
    left: 0;
    padding: 10px 0;
    border-top: 1px solid #000000;
  }

  nav ul.active {
    display: flex;
  }

  nav ul li:hover ul.dropdown {
    display: block;
  }

  nav ul li {
    text-align: center;
    width: 100%;
    padding: 0 20px;
  }

  .details-page-image-gallery-section ul li {
    width: 100% !important;
}


  .displayflex {
    flex-wrap: wrap;
    max-width: 100%;
  }

  .portfolio-details-page-left {
    width: 100% !important;
  }

  .portfolio-details-page-right {
    width: calc(100% - 0px) !important;
    padding-left: 0 !important;
    margin-top: 40px;
  }

  .details-page-image-gallery-section img {
    width: 100% !important;
  }

  .back-to-portfolio {
    font-size: 20px !important;
  }

  .portfolio-details-page-right h3 {
    font-size: 25px !important;
  }

  .portfolio-details-page-right h4 {
    font-size: 22px !important;
  }

  .our-teams-inner-boxes {
    width: calc(33% - 31px);
  }

  .who-we-are-section-left {
    display: block;
  }

  .body-left-content .right-content {
    padding: 25px 0px 0px 0px;
  }

  .aboutus-image-who-we-are-right {
    width: 100% !important;
  }

  .aboutus-image-who-we-are {
    width: 100% !important;
    order: 1;
  }

  #who-we-are-section {
    width: 100%;
  }

  .popup5 {
    display: none;
  }

  .ftr-top-inner .ftr-item,
  .ftr-top-inner .ftr-item:nth-child(1) {
    width: 50%;
    margin-bottom: 25px;
  }

  .ftr-top-inner .ftr-title {
    margin-bottom: 10px;
  }

  .why-choose-list .why-choose-item {
    width: calc(100% - 0px);
    padding: 20px 30px 20px 20px;
  }

  #home-brand-logo-width {
    width: var(--width-100-percent) !important;
  }

  .mfp-arrow {
    width: 65px !important;
    height: 90px !important;
    background: #000000ce !important;
    margin-top: -37px !important;
  }

  .mfp-arrow:after {
    left: -13px !important;
    margin-top: 24px !important;
  }

  .mfp-arrow-left {
    margin-top: -25px !important;
  }

  .mfp-image-holder .mfp-close {
    right: 10px !important;
  }

  .gallery img {
    height: auto;
  }

  .portfolio-gallery-container {
    padding: 30px 0;
  }

  .gallery-list {
    display: block;
  }

  .gallery-list .g-item {
    margin-bottom: 35px;
  }

  .get-in-touch-popup {
    width: 90% !important;
    height: auto !important;
  }

  .contact-page-body-section .content {
    max-height: 100%;
    padding: 24px 30px 30px 30px;
    width: var(--width-100-percent);
    border-radius: 15px;
  }

  .contact-details-rt-sec {
    display: none;
  }


}



@media(max-width:767px) {
  .post-box .blog-grid-item {
    width: calc(100% - 0px);
  }
  .blog-bnr-height {
    height: 200px !important;
    min-height: 200px !important;
  }
  .bnr-cont-group h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .bnr-cont-group a {
    margin-top: 20px;
  }

  .contact-bnr-height {
    height: 150px !important;
    min-height: 150px !important;
  }

  .contact-bnr-height img {
    height: 150px !important;
  }

  .contact-bnr-height h1 {
    font-size: 40px !important;
  }

  .contact-page-body-section {
    width: 100%;
  }

  .why-choose-list-second-bx .why-choose-item-2 {
    width: 100%;
    padding: 20px;
  }

  .why-choose-list-second-bx .why-choose-item-2 h3 {
    width: auto !important;
  }

  .why-choose-list-second-bx .why-choose-item-2 img {
    width: 80px;
  }

  .faq-section .faq-accordions .accordion-row .content {
    font-size: 17px;
    line-height: 23px;
  }

  #home-page-testimonials-sec .gellary-inner {
    margin-top: 0px;
  }

  .why-choose-section-mar-top {
    margin-top: 50px;
  }

  .why-choose-list-second-bx {
    gap: 15px;
    width: 100%;
    margin: 30px auto;
  }

  section {
    padding: 20px 0;
  }

  .gellary-list .slick-slide img {
    height: 290px;
  }

  .modal-content {
    padding: 20px 25px;
    width: 85%;
  }

  #homebanner_mobile_height .home-bnr-mobile {
    height: 445px !important;
  }

  #homebanner_mobile_height .home-bnr-mobile img {
    height: 445px !important;
  }

  .banner-image {
    height: 505px;
  }

  .banner-image #home-single-banner .bnr-cont-group {
    min-height: auto;
  }

  .banner-image .bnr-cont-group h2 {
    width: 98%;
    font-size: 16px;
    line-height: 25px;
  }

  .cmn-btn {
    font-size: calc(var(--base-size) - 2px);
  }

  .banner-image .bnr-cont-group a {
    margin-top: 10px;
  }

  .banner-image #aboutus-bnr-height h1 {
    font-size: calc(var(--h1-size) - 45px) !important;
    line-height: 40px;
  }

  #interior-fitout-banner .banner-image {
    height: 520px;
  }

  #interior-fitout-banner .home-bnr-mobile img {
    height: 520px;
  }

  .gallery-list .g-item .portfolio-gallery-first-img span strong {
    font-size: var(--btn-size);
  }

  .ftr-menu li {
    font-size: 17px;
  }

  .ftr-top-inner .ftr-item p span {
    font-size: 17px;
  }

  #abhout-mobile-bnr .slick-list {
    height: 350px !important;
  }

  .no-button .telno span {
    padding-right: 0px;
    background: #000;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    line-height: 40px;
    font-size: var(--font-size-22);
  }

  .popup-hiring .contact-details-rt-sec-cont {
    max-height: 93vh;
    overflow: auto;
  }

  .we-are-hiring-bg-clr {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .we-are-hire-heading {
    margin-top: 40px;
    margin-bottom: 10px !important;
  }

  .black-color-bg-testimonial p {
    min-height: auto;
    line-height: 25px;
    padding-bottom: 0px !important;
    margin-bottom: 15px;
    height: auto !important;
  }

  .phone-no-mobile {
    width: 36px;
    height: 35px;
    background: #000 url(../images/sprite-images.png) -86px 1px !important;
    margin-bottom: 0px;
  }

  .what-drive-inner-boxes .slick-prev {
    left: -24px !important;
  }

  .what-drive-inner-boxes .slick-next {
    right: -24px !important;
  }

  #home-page-testimonials-sec .gellary-img {
    min-height: auto;
    padding: 11px;
  }

  .black-color-bg-testimonial {
    padding: 26px;
  }

  .slick-slider .slick-arrow.slick-prev {
    left: 4px;
  }

  .slick-slider .slick-arrow.slick-next {
    right: 4px;
  }

  .gellary-list .slick-arrow.slick-next {
    right: -11px !important;
  }

  .gellary-list .slick-arrow.slick-prev {
    left: -13px !important;
  }

  .get-in-touch-popup {
    width: 80% !important;
    background: transparent !important;
  }

  .contact-page-body-section .content {
    border-radius: 13px;
  }

  .cost-consultancy-heading {
    font-size: var(--font-size-24);
  }

  #home-page-testimonials-sec .testimonial-designation-sec {
    display: block;
    width: var(--width-100-percent);
    padding-top: 10px;
    bottom: -10px;
  }

  .popup-hiring .contact-details-rt-sec {
    display: block;
  }

  .popup-hiring {
    width: 92% !important;
  }

  .popup-hiring .contact-details-rt-sec-cont h3 {
    font-size: var(--font-size-24);
    padding: 15px 20px;
  }

  .popup-hiring .contact-details-rt-sec-cont h3 strong {
    font-size: 14px;
    padding-right: 0px;
  }

  .popup-hiring .contact-details-rt-sec-cont h3 strong span {
    padding-right: 2px;
  }

  .popup-hiring .hiring-poup-body-padi {
    padding: 0px 20px 20px 20px !important;
  }

  .popup-hiring .contact-details-rt-sec-cont h5 {
    font-size: 17px;
  }

  .popup-hiring .contact-details-rt-sec-cont .ftr-menu li {
    font-size: var(--btn-size);
  }

  .cost-consultancy-portfolio-ul li span {
    width: var(--width-100-percent);
  }

  .cost-consultancy-portfolio-ul li strong {
    width: var(--width-100-percent);
  }

  .cost-consultancysub-heading-p {
    margin-bottom: 40px;
  }

  #home-page-testimonials-sec h2 {
    font-size: 25px;
    margin-bottom: 5px;
  }

  .popup img {
    max-width: 94%;
    height: auto;
  }

  .ftr-logo {
    max-width: 175px;
  }

  .gallery img {
    height: 210px;
  }

  .mfp-arrow {
    width: 65px !important;
    height: 90px !important;
    background: #000000ce !important;
    margin-top: -37px !important;
  }

  .mfp-arrow:after {
    left: -13px !important;
    margin-top: 24px !important;
  }

  .mfp-arrow-left {
    margin-top: -25px !important;
  }

  .mfp-image-holder .mfp-close {
    right: 10px !important;
  }

  .mfp-bottom-bar {
    left: 8px !important;
  }

  .mfp-title {
    padding-right: 0px !important;
    letter-spacing: 0.2px;
    font-size: var(--base-size) !important;
    color: #dddddd !important;
    width: 60%;
    line-height: 22px !important;
  }

  .mfp-counter {
    font-size: var(--base-size) !important;
    letter-spacing: 0.3px;
    padding-right: 79px !important;
    color: #dddddd !important;
  }

  .home-count-list-sec h3 {
    font-size: var(--btn-size);
    margin-top: 10px;
    line-height: 20px;
    width: 189px;
  }

  .count-no-box-white {
    padding: 35px 10px 60px 10px;
  }

  .title-no {
    flex-flow: nowrap;
  }

  #home-page-testimonials-sec {
    padding-top: 0px;
    padding-bottom: 6px;
  }

  .cost-consultancy-Our-Offerings h4 {
    font-size: var(--base-size);
    padding: 15px 40px 15px 30px;
    clip-path: polygon(92% 0%, 100% 48%, 100% 100%, 0% 100%, 0% 52%, 0% 0%);
    width: auto;
    top: -56px;
  }

  .cost-consultancy-portfolio-ul {
    min-height: auto;
  }

  .col-lg-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .aboutus-image-who-we-are {
    width: var(--width-100-percent) !important;
    margin-top: 16px;
  }

  .cost-consultancy-Our-Offerings {
    width: var(--width-100-percent);
  }

  #interior-fitout-bnr-height h1 {
    font-size: var(--h4-size-28);
  }

  .body-left-content .right-content h3 {
    font-size: var(--font-size-22);
  }

  .clients-brand-padi .slick-slide img {
    max-width: 140px;
  }

  #interior-fitout-banner {
    background-position: top;
  }

  .home-bnr-mobile {
    background-position: top;
  }

  .home-bnr-mobile img {
    height: 505px;
  }

  .cost-consultancy-Experience-integer-bg-box {
    width: 95%;
    padding-bottom: 46px;
  }

  .slideArrows {
    left: -48px;
    right: -49px;
  }

  .portfolio-banner {
    display: block;
  }

  #portfolio-bnr-height {
    padding-top: 30px;
    max-width: 100%;
    min-height: auto;
    padding-bottom: 30px;
  }

  .portfolio-banner .portfolio-banner-boxes {
    width: var(--width-100-percent);
    padding: 17px 0;
    font-size: var(--font-size-22);
    margin-bottom: 12px;
  }

  .portfolio-banner .portfolio-banner-boxes img {
    width: 90px;
    margin: 8px auto;
  }

  .portfolio-gallery-container {
    padding: 30px 0px 0px 0px;
    max-width: 100%;
  }

  .gallery-list {
    display: block;
    gap: 0px;
  }

  .gallery-list .g-item {
    margin-bottom: 20px;
  }

  .popup-hdr-sec {
    top: -10px;
    right: -12px;
  }

  .popup .close {
    border: 1px solid #b3b3b3;
    width: 40px;
    height: 40px;
    line-height: 37px;
  }

  .contact-details-rt-sec {
    display: none;
  }

  .contact-page-body-section .content {
    padding: 0px 18px 18px 18px;
    width: var(--width-100-percent);
  }

  .contact-page-body-section .content form,
  input,
  select,
  textarea {
    margin-bottom: 10px;
  }

  .ftr-top-inner {
    padding-top: 30px;
    padding-bottom: 0px;
  }

  .ftr-top-inner .ftr-item,
  .ftr-top-inner .ftr-item:nth-child(1) {
    width: var(--width-100-percent);
  }

  .ftr-b-inner {
    text-align: center;
    line-height: var(--line-height-1-3);
    justify-content: center;
  }

  .ftr-top-inner .ftr-item:nth-child(2) {
    width: 43%;
  }

  .ftr-top-inner .ftr-item:nth-child(3) {
    width: 57%;
  }

  .ftr-top-scn {
    padding-bottom: 0px;
  }

  .ftr-b-left {
    padding-bottom: 6px;
  }

  .title-no h3 {
    font-size: 20px;
    width: 250px;
  }

  #interior-fitout-bnr-height {
    min-height: auto;
    max-width: 98%;
    padding: 30px 0;
  }

  #social-media-icon-ftr li {
    margin-right: 15px;
  }

  #social-media-icon-ftr li img {
    max-width: fit-content;
  }

  .why-choose-heding-p {
    font-size: var(--btn-size);
  }

  .gellary-inner h2 {
    font-size: 25px;
  }

  .whychoose h2 {
    font-size: 25px;
  }

  #who-we-are-section {
    width: var(--width-100-percent);
  }

  .who-we-are-section-left {
    display: flex;
    flex-wrap: wrap;
  }

  .body-left-content .right-content {
    padding: 20px 0px 0px 0px;
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: var(--btn-size);
    line-height: 30px;
    flex: 1;
    order: 2;
  }

  .img-order-change-padi {
    padding: 0 0px 0 0 !important;
  }

  .inner-page-container-full {
    padding: 0px 30px;
  }

  .clients-bg-clr {
    padding-bottom: 25px;
    padding-top: 125px;
  }

  #what-drives-us .slick-track {
    border-radius: var(--border-radius-20);
  }

  .what-drive-inner-boxes .what-drive-item {
    width: var(--width-100-percent);
    padding: 40px 25px 20px 25px;
  }

  .what-drive-inner-boxes .what-drive-item h4 {
    margin-bottom: 20px;
    font-size: 21px;
  }

  #home-page-testimonials-sec .testimonial-designation-sec .designation-name {
    font-size: 17px;
    letter-spacing: 0.2px !important;
  }

  .what-drive-inner-boxes .what-drive-item p {
    font-size: var(--btn-size);
  }

  .discover-integer-bg-box {
    width: 95%;
    margin: 20px auto;
  }

  .discover-about-page-bg-bx h2 {
    font-size: 23px;
  }

  .discover-about-page-bg-bx a {
    width: 235px;
    margin: 0 0 15px 0;
  }

  .gellary-img-hire .designation-name-sec {
    padding-top: 95px;
  }

  .gellary-img-hire {
    height: 320px;
  }

  .our-teams-inner-boxes {
    width: 85%;
    min-height: auto;
    margin: 0 auto;
  }

  .our-teams-inner-boxes img {
    width: var(--width-100-percent);
  }

  .gellary-list-hire {
    display: block;
    gap: 0;
    width: 95%;
  }

  .gellary-item-hire {
    width: var(--width-100-percent);
    height: auto;
    margin-bottom: 15px;
    min-height: 310px;
  }
}


/* FAQ CSS Start Here Section */
.faq-section {
  padding: 15px 0 0px 0;
  text-align: center;
  background-position: bottom right 0%;
}

.faq-section .faq_left_half_circle {
  position: absolute;
  left: 80px;
}

.faq-section .faq_left_half_circle img {
  position: relative;
  top: 140px;
}

.faq-section h2 {
  padding-bottom: 25px !important;
}

.faq-section .faq-accordions {
  max-width: 1170px;
  margin: 0 auto;
}

.faq-section .faq-accordions .accordion-row {
  padding: 15px 0px 15px 0px;
  border-bottom: 1px solid #6e6e6e;
  cursor: pointer;
  border-radius: 0px;
  margin-bottom: 0px;
  /* background: #282828; */
}

.faq-section .faq-accordions .accordion-row .title {
  text-align: left;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  position: relative;
  padding-right: 30px;
}

/* .faq-section .faq-accordions .title:after {
 content: '';
 position: absolute;
 border-left: #6e6e6e 2px solid;
 border-bottom: #6e6e6e 2px solid;
 right: 10px;
 top: 8px;
 -moz-transition: all .5s linear;
 -webkit-transition: all .5s linear;
 transition: all .5s linear;
 width: 10px;
 height: 10px;
 z-index: 1;
 transform: rotate(-45deg);
} */

.faq-section .faq-accordions .title.open:after {
  transform: rotate(135deg);
  top: 14px;
}

.faq-section .faq-accordions .accordion-row .content {
  text-align: left;
  color: #d5d5d5;
  font-size: 18px;
  line-height: 25px;
  overflow: hidden;
  height: 0px;
  transition: 0.5s all;
}

.faq-section .faq-accordions .accordion-row .open+.content {
  height: auto;
  overflow: initial;
  padding: 20px 10px 20px 0px;
}

.faq-accordions .content {
  display: none;
}

.faq-accordions .title.open+.content {
  display: block;
}

.faq-accordions .title {
  position: relative;
  padding-right: 40px;
  cursor: pointer;
}

/* Horizontal line (always visible) */
.faq-accordions .title::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 14px;
  height: 2px;
  background: #fff;
  transform: translateY(-50%);
}

/* Vertical line (hidden when open) */
.faq-accordions .title::after {
  content: "";
  position: absolute;
  right: 21px;
  top: 50%;
  width: 2px;
  height: 14px;
  background: #fff;
  transform: translateY(-50%);
  transition: opacity 0.2s ease;
}

/* When open → show minus */
.faq-accordions .title.open::after {
  opacity: 0;
}


@media(max-width:1200px) {
  .faq-section .faq-accordions .accordion-row .title {
    font-size: 18px;
  }
}

/* FAQ CSS End Here Section */
#sub-bnr-breadcrumbs-contact {
    margin-top: -52px;
}
.sub-bnr-breadcrumbs{
  margin-top: -100px;
  padding-left: 0;
  margin-bottom: 0px;
  list-style: none;
}
.sub-bnr-breadcrumbs li {
    display: inline-block;
    /* text-transform: uppercase; */
    position: relative;
    padding-left: 30px;
    margin-left: 10px;
    color: #e1e1e1;
}
.sub-bnr-breadcrumbs li:first-child {
    padding-left: 0;
    margin-left: 0;
}
.sub-bnr-breadcrumbs li a::after {
    content: "••";
    position: absolute;
    color: rgb(206, 206, 206);
    font-family: "Josefin Sans", sans-serif;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 5px;
    right: -36px;
    top: 8px;
}
.sub-bnr-breadcrumbs li a {
    color: #e1e1e1;
    background-size: 0 2px;
    background-position: 0 88%;
    background-repeat: no-repeat;
    background-image: linear-gradient(0deg, #7e7e7e, #f5f5f5);
    margin-top: 0px !important;
    padding: 0px !important;
}
.sub-bnr-breadcrumbs li a:hover{
  color: #bd7969;
}

.g-item-without-popup {
  width: 100%;
}

.g-item-without-popup .portfolio-gallery-first-img {
  background: #262626;
  text-align: left;
  padding: 5px 20px;
  line-height: 26px;
  color: #fff;
  border-radius: 0 0 10px 10px;
}

.gallery-without-popup img {
  height: 286px;
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.gallery-without-popup img:hover{
  opacity: 0.7;
  transition: var(--transition);
}

.portfolio-details-page-left {
  width: 350px;
}

.portfolio-details-page-left h3 {
  font-size: 22px;
  color: #bd7969;
  margin-bottom: 5px;
  border-top: 1px solid #5c5c5c;
  padding-top: 12px;
}

.portfolio-details-page-left .h3-top-bdr-none {
  border-top: 0px;
}

.portfolio-details-page-left ul {
  margin-bottom: 20px;
}

.portfolio-details-page-left ul li {
  list-style-type: disc;
  margin-left: 20px;
  font-size: 18px;
  color: #d1d1d1;
}

.back-to-portfolio {
  color: #bd7969;
  margin-top: 25px;
  font-size: 22px;
}

.back-to-portfolio span {
  font-size: 31px;
  line-height: 13px;
}

.back-to-portfolio:hover {
  color: #fff;
}

.displayflex {
  display: flex;
}

.portfolio-details-page-right {
  width: calc(100% - 350px);
  padding-left: 50px;
}

.portfolio-details-page-right h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

.portfolio-details-page-right h4 {
  font-size: 24px;
  margin: 30px 0 18px 0;
}

.portfolio-details-page-right p{
  margin-bottom: 20px;
  line-height: 25px;
}

.details-page-image-gallery-section {
  margin-top: 50px;
  width: 100%;
}

.details-page-image-gallery-section .gap-4 {
    gap: 1.5rem;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.details-page-image-gallery-section .gap-4 div{
    width: 32%;
  }
.details-page-image-gallery-section .gap-4 img{
    height: 300px;
    width: 100%;
    cursor: pointer;
}
.details-page-image-gallery-section .gap-4 span{
    width: 100%;
    background: #262626;
    padding: 6px 16px;
    display: block;
    letter-spacing: 0.4px;
}

.details-page-image-gallery-section ul {
  margin: 0;
  padding: 0;
  gap: 21px;
  display: flex;
  flex-wrap: wrap;
}

.details-page-image-gallery-section ul li {
  display: flex;
  height: 350px;
  width: 32.3%;
  flex-wrap: wrap;
}

.details-page-image-gallery-section ul li img {
  width: 100%;
  height: 300px;
}

.details-page-image-gallery-section ul li span {
  width: 100%;
  background: #222222;
  color: #fff;
  padding: 9px 16px;
  font-size: 18px;
}

.book-free-form{
  width: 100%;
  display: block;
}
.book-free-form input{
  margin-bottom: 10px;
  padding: 12px 20px;
}
.book-free-form textarea{
  margin-bottom: 10px;
  padding: 13px 20px;
}
details summary {
    display: list-item;
    cursor: pointer;
}