/* Smooth scroll stuff */
/*html {
    overflow-x: hidden;
    overflow-y: scroll;
}    

.js-scroll {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    will-change: transform;
}*/

:root{
  --primary-font: "Montserrat", sans-serif;
  --primary-color: #9E1D21;
  --grey-color: #979797;
  --white-color: #fff;
  --black-color: #000;
  --font-weight-300:300;
  --font-weight-400:400;
  --font-weight-500:500;
  --font-weight-600:600;
  --font-weight-Bold:700;
  --font-size-12: 12px;
  --font-size-13: 13px;
  --font-size-14: 14px;
  --font-size-15: 15px;
  --font-size-16: 16px;
  --font-size-17: 17px;
  --font-size-18: 18px;
  --font-size-21: 21px;
  --font-size-24: 24px;
  --font-size-26: 26px;
  --font-size-45: 45px;
  --font-size-31: 31px;
  --font-size-32: 32px;
}
:root.red {
  --primary-color: #d31f25;
  --text-color: #ffa500;
}

:root.blue {
  --primary-color: #3365ff;
  --text-color: #45ADFE;
}

:root.pink {
  --primary-color: #cb0065;
  --text-color: #fff;
}

body {
  margin: 0;
  background-color: var(--bg-color);
  color: var(--text-color);
  font-family: var(--primary-font);
  position: relative;  
  -webkit-font-smoothing: antialiased;
}
.nav-up {
    top: -140px;
}
header {
    transition: top 0.6s ease-in-out;
    width: 100%;
    z-index: 999;
}
.mini-header {
    display: flex;
    width: 100%;
    background: #fff0;
    padding: 3px 0;
}
.nav-down {
    background: #fff0;
    top: 0;
    position: fixed;
}
.zoom-hover picture {
    position: relative;
    overflow: hidden;
    display: block;
}
.zoom-hover picture img {
    transition: 1.5s cubic-bezier(0, 0, .2, 1);
}
.zoom-hover:hover picture img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.cta-comman-btn img{
    margin-left: 10px;
    padding: 9px 7px;
    border-radius: 100px;
    transition: .5s cubic-bezier(0, 0, .2, 1);
}
.cta-comman-btn {
    border-radius: 100px;
    border: 1px solid var(--primary-color);
    padding: 4px 4px 4px 20px;
    display: inline-block;
    margin-top: 5px;
    font-size: 14px;
    color: var(--primary-color);
    transition: 1.5s cubic-bezier(0, 0, .2, 1);
    text-decoration: none;
    font-weight: 400;
}
.cta-comman-btn:hover{
    background: var(--primary-color);
    color: #fff;
}
.cta-comman-btn:hover img {
    background: #fff;
    display: inline-block;
    border-radius: 100px;
}
span.font-small-big a {
    border-right: 1px solid var(--primary-color);
    padding-left: 1px;
    padding-right: 5px;
    display: inline-block;
    width: 35px;
    text-align: center;
}
span.font-small-big a:last-child {
    border: none;
    margin-left: 7px;
}
.color-change a {
    display: inline-block;
    padding: 1px 6px;
    border-radius: 4px;
    border: 1px solid #fff0;
    margin-left: 5px;
}
.color-change a.active{
  border: 1px solid #fff;
}
#color-red{
  background: #d31f25;
}
#color-blue{
  background: #3365ff;
}
.primary-cta-btn-red:hover {
    background: #E85559;
    color: #fff;
}
.primary-cta-btn-red {
    color:var(--white-color);
    background: #9E1D21;
    padding: 11px 15px;
    border-radius: 5px;
    display: inline-block;
    text-decoration:none;
    font-size: 15.76px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border: none;
    transition: 1.5s cubic-bezier(0, 0, .2, 1);
}
.primary-cta-btn-white:hover span {
    color: #9E1D21;
    z-index: 99;
    position: relative;
    transition: 0.5s cubic-bezier(0, 0, .2, 1);
}
.primary-cta-btn-red:hover span {
    color: #fff;
    z-index: 99;
    position: relative;
    transition: 0.5s cubic-bezier(0, 0, .2, 1);
}
.primary-cta-btn-red span img{
    transition: 0.5s cubic-bezier(0, 0, .2, 1);
    margin-left: 8px;
}
.primary-cta-btn-white span img{
    transition: 0.5s cubic-bezier(0, 0, .2, 1);
    margin-left: 8px;
}
.primary-cta-btn-white {
    color:#000;
    background: #fff;
    padding: 11px 15px;
    border-radius: 5px;
    display: inline-block;
    text-decoration:none;
    font-size: 15.76px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border: none;
    transition: 1.5s cubic-bezier(0, 0, .2, 1);
}
.main-banner-button {
    display: flex;
    gap: 15px;
}
.primary-cta-btn-white span img {
    filter: brightness(0.1);
}
.primary-cta-btn-white:hover img{
    rotate: -40deg;
}
.primary-cta-btn-red:hover img{
    rotate: -40deg;
}
.white-primary-cta-btn:hover span {
    color: #fff;
    z-index: 99;
    position: relative;
}
.main-menu .nav-link {
    display: block;
    padding: 1.5rem 1rem;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.navbar-expand-lg.main-menu .navbar-nav .nav-link {
    padding: 7px 25px;
    cursor: pointer;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}
.navbar-expand-lg.main-menu .navbar-nav .active .nav-link{
    color:var(--primary-color);
}

a.navbar-brand picture {
    z-index: 99;
    top: 5px;
}
nav.navbar.navbar-expand-lg.main-menu {
    padding: 0px 0;
    background: #fff;
}
.dropdown:hover .dropdown-content {
    display: block;
    width: 118%;
    left: -17%;
    padding: 25px 20px;
    margin-top: 1px;
}
.dropdown:hover .dropdown-content {
    display: block;
    width: 650px;
    left: 17%;
    background: none;
    padding: 35px 7px;
    margin-top: 1px;
    box-shadow: none;
    border: none;
}
.right-top-icons a{
    text-decoration: none;
    margin-left: 10px;
}
.navbar-expand-lg .navbar-nav {
    flex-direction: row;
}
li.nav-item.dropdown:first-child ul.dropdown-content.dropdown-menu {
    z-index: 1000;
    display: block;
    min-width: 40rem;
    padding: 0px 0;
    margin: 0;
    box-shadow: none;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff0;
    background-clip: padding-box;
    border: none;
    border-radius: 0.25rem;
    left: 25%;
}
.contact-ul {
    padding-left: 50px;
}
.navbar-expand-lg.main-menu .contact-ul a.nav-link.active {
    background: #9E1D21;
    color: #fff !important;
    font-weight: 500;
    font-size: 14px;
    margin-right: 10px;
}
.navbar-expand-lg.main-menu .contact-ul a.nav-link {
    padding: 7px 20px;
    border-radius: 100px;
}
.contact-ul li.icon-menu a {
    padding: 5px 10px;
    display: inline-block;
}

/******************************************* FOOTER **************************************/


.footer-menu a:first-child {
    border: none;
    padding: 0;
}
footer {
    padding: 70px 0 10px;
    background: #9e1d21;
}
.header-operate {
    padding: 0px 20px 10px;
}
.copyright p{
  margin:5px 0 0;
  color: #fff;
  font-size: var(--font-size-13);
}
.copyright a{    
  color: #fff;
  text-decoration: none;
}
.footer-menu.footer-menu-links a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 4px 0;
}
span.icon-span {
    margin-right: 5px;
}
.row.footer-row {
    border-top: 1px solid #fff;
    padding: 20px 0;
    margin-top: 25px;
}
.footer-menu .footer-form span {
    margin-left: 8px;
    vertical-align: text-top;
}
.social {
  text-align: left;
}
.social a{
  display: inline-block;
}
.social a img {
}
.footer-contact a {
    color: #fff;
    text-decoration: none;
    gap: 10px;
    display: flex;
    margin: 10px 0;
}
.footer-contact p{
    color: #fff;
    text-decoration: none;
    gap: 10px;
    display: flex;
    margin: 10px 0;
}
.footer-menu .motul-footer-menu a {
    padding: 0 10px;
    font-size: 18px;
    color: #0c2a68;
    text-decoration: none;
    line-height: 13px;
    font-weight: 500;
}
/*.footer-contact h3 {
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
}*/
.footer-menu h3 {
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
    margin-bottom: 15px;
}
.footer-menu a {
    color: #fff;
    text-decoration: none;
    display: block;
}
.footer-menu .footer-form input#fname {
    width: 100%;
    border: none;
    background: none;
    border-bottom: 1px solid #fff;
    padding: 10px 30px;
    color: #fff;
}
.footer-menu .footer-form input#fname::placeholder{
    color: #ABABAB;
}
.footer-menu .footer-form input#fname:focus-visible{
    outline: none;
    box-shadow: none;
}
.footer-menu .footer-form{
    position: relative;
    margin-bottom: 15px;
}
.footer-menu .footer-form img {
    position: absolute;
    bottom: 13px;
}
.footer-menu .footer-form a {
    display: inline-block;
    font-size: 14px;
    color: #ABABAB;
    text-decoration: underline;
}
.footer-menu .footer-form span {
    display: inline-block;
    font-size: 14px;
    color: #ABABAB;
}
.footer-menu .footer-form.emailidbox button img {
    position: relative;
    bottom: auto;
    left: auto;
}
.footer-menu .footer-form.emailidbox input#emailid:focus-visible{
    border:none;
    outline: none;
}
.footer-menu .footer-form.emailidbox input#emailid {
    width: 100%;
    border: none;
    padding: 6px 41px;
}
.footer-menu .footer-form.emailidbox img {
    bottom: 11px;
    left: 10px;
    height: 15px;
}

.footer-menu .footer-form.emailidbox button {
    position: absolute;
    right: 0;
    border: none;
    box-shadow: none;
    padding: 6px 10px;
    background: #EBEBEB;
}
.footer-menu .social a {
    display: inline-block;
    margin-right: 5px;
}
.footer-menu .social a img{
    height: 20px;
}
/*.navbar-expand-lg.main-menu .navbar-nav .nav-link.size-changed {
    padding: 10px 15px;
    cursor: pointer;
}*/
.main-banner-caption {
    position: absolute;
    display: flex;
    z-index: 99;
    top: 0;
    flex-direction: column;
    width: 60%;
    align-items: flex-start;
    height: 100%;
    justify-content: center;
    left: 7%;
    color: #fff;
}
header .navbar-expand-lg.main-menu .navbar-nav .dropdown button {
    background: none;
    border: none;
    padding: 7px 25px;
    cursor: pointer;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}
header .navbar-expand-lg.main-menu .navbar-nav .dropdown ul.dropdown-menu {
    padding: 0;
}
header .navbar-expand-lg.main-menu .navbar-nav .dropdown ul.dropdown-menu a.dropdown-item img {
    width: 33px;
}
header .navbar-expand-lg.main-menu .navbar-nav .dropdown ul.dropdown-menu a.dropdown-item {
    color: #000;
    padding: 10px 30px;
    display: flex
;
    align-items: center;
    gap: 15px;
}

header .navbar-expand-lg.main-menu .navbar-nav .dropdown ul.dropdown-menu a.dropdown-item:focus, header .navbar-expand-lg.main-menu .navbar-nav .dropdown ul.dropdown-menu a.dropdown-item:hover {
    color: #1e2125;
    background-color: #9e1d2129;
}
.main-banner-caption h1 {
    font-size: 72px;
    font-weight: 700;
    line-height: 72.3px;
    letter-spacing: -3px;
}
.main-banner-caption h2 {
    font-size: 72px;
    font-weight: 700;
    line-height: 72.3px;
    letter-spacing: -3px;
}
.inner-page-banner .main-banner-caption h2 {
    font-size: 72px;
    font-weight: 500;
    line-height: 72.3px;
    letter-spacing: -3px;
}
.inner-page-banner .main-banner-caption h1 {
    font-size: 72px;
    font-weight: 500;
    line-height: 72.3px;
    letter-spacing: -3px;
}
.main-banner-caption p{
    margin:15px 0 20px;
}
.design-build-text p{
    font-size: 14px;
    line-height: 25px;
}
.design-build-text {
    padding-right: 65px;
}
.section-common-heading h2 {
    font-weight: 600;
    font-size: 55px;
    letter-spacing: -3px;
    line-height: 69px;
    margin: 0;
}
.design-build-text {
    padding-right: 8px;
}
.section-common-heading {
    margin-bottom: 25px;
}
.design-build-image {
    padding-right: 60px;
}
.section-common-heading-para p {
    margin: 0;
    font-size: 14px;
}
.section-common-heading-para {
    padding-top: 20px;
}
.common-section {
    padding-bottom: 70px;
}
.blog-details-box .row.justify-content-center {
    margin-bottom: 30px;
}
.signature-spaces-slider-box {
    position: relative;
}
.signature-spaces-link {
    position: absolute;
    width: 100%;
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    z-index: 99;
}
.signature-spaces-slider-box a{
    color: #fff;
}
.owl-carousel .owl-item .signature-spaces-icon img {
    display: block;
    width: auto;
}
.signature-spaces-slider-box h2 {
    font-weight: 700;
    line-height: 30px;
    font-size: 28px;
    transition: 0.5s cubic-bezier(0, 0, .2, 1);
    color: #fff;
}
.signature-spaces-slider-box p {
    font-size: 14px;
    line-height: 20px;
    opacity: 0;
    transition: 2.5s cubic-bezier(0, 0, .2, 1);
    color: #fff;
}
.signature-spaces-slider-box:hover h2{
    font-size: 20px;
}
.signature-spaces-slider-box:hover p{
    opacity: 1;
}
.signature-spaces-slider-box:hover .signature-spaces-icon img {
    filter: invert(100%) sepia(98%) saturate(0) hue-rotate(346deg) brightness(101%) contrast(104%);
}
.signature-spaces-slider-box .signature-spaces-icon img{
    transition: 0.5s cubic-bezier(0, 0, .2, 1); 
}
.signature-spaces-slider-box:hover a:before{
    content: '';
    box-shadow: inset 0px -234px 215px -53px rgb(0 0 0);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    border-radius: 10px;
}
.signature-spaces-slider-box a:before{    
    transition: 0.5s cubic-bezier(0, 0, .2, 1); 
}
.signature-spaces-slider-box picture {
    display: block;
    border-radius: 10px;
}
.signature-spaces-slider-box:hover a:before {
    content: '';
    box-shadow: inset 0px 608px 215px -430px rgb(0 0 0 / 75%);
    position: absolute;
    height: 80%;
    width: 100%;
    z-index: 1;
    top: 0;
}
.signature-spaces-section.common-section {
    position: relative;
    padding-top: 50px;
}
.signature-spaces-section:before {
    content: '';
    background: #FDF0F1;
    width: 905px;
    height: 440px;
    top: 0;
    position: absolute;
    left: 0;
    z-index: -1;
}




.tailored-solutions-section .section-common-heading h2{
    line-height: 55px;
    margin-bottom: 20px;
}
.tailored-solutions-box {
    background: #FDF0F1;
    padding: 40px 30px;
    height: 100%;
}
.tailored-solutions-text span img {
    width: 20px;
}
.tailored-solutions-icon {
    text-align: right;
}
.tailored-solutions-text {
    padding: 25px 25px 0 25px;
}
.tailored-solutions-text h3 {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 10px;
    color: #000000;
}
.tailored-solutions-text p {
    font-size: 14px;
    font-weight: 300;
    color: #000;
}
.tailored-solutions-box a {
    text-decoration: none;
}
.tailored-solutions-box a span {
    color: #9E1D21;
    font-size: 14px;
    line-height: 14px;
}

.trusted-clients-section{
    overflow: hidden;
    position: relative;
    margin-bottom:50px;
    padding:0;
}
section.trusted-clients-section.common-section:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000005e;
    top: 0;
    z-index: 9;
}
.owl-carousel .owl-item .trusted-clients-slider-box img {
    display: block;
    width: auto;
}
.trusted-clients-slider-box h4{
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    color: #000;
    font-weight: 700;
}
.trusted-clients-slider-box h4 span{
    color: #909090;
}
.trusted-clients-slider-box {
    background: #fff;
    padding: 20px;
}
.trusted-clients-slider-box img{
    margin-bottom: 15px;
}
.trusted-clients-slider-box p {
    margin-top: 15px;
    color: #8E8E8E;
    font-size: 14px;
}
.row.trusted-clients-row {
    position: absolute;
    top: 15%;
    z-index: 99;
    left: 0px;
    right: 0;
}
.trusted-clients-text {
    color: #fff;
    padding-left: 16%;
    padding-right: 15%;
}
.trusted-clients-text h2 {
    font-size: 55px;
    line-height: 54px;
    font-weight: 600;
    letter-spacing: 0;
}
.trusted-clients-text p {
    margin: 25px 0;
    line-height: 25px;
    font-size: 14px;
}
.trusted-clients-slider {
    margin-top: 170px;
}

.trusted-clients-slider button.owl-next:before {
    background: #fff url(../../assets/images/red-arrow-new.svg);
    right: 162px;
    background-repeat: no-repeat;
    position: absolute;
    transition: .3s;
    height: 24px;
    width: 24px;
    top: 42%;
    content: '';
    border-radius: 100px;
}
.trusted-clients-slider .owl-nav button span {
    display: none;
}
.trusted-clients-slider button.owl-prev:before {
    background:#fff url(../../assets/images/red-arrow-new.svg);
    left: -30px;
    background-repeat: no-repeat;
    position: absolute;
    transition: .3s;
    height: 24px;
    width: 24px;
    top: 42%;
    content: '';
    rotate: 180deg;
    border-radius: 100px;
}
.our-work-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}
.our-work-slider.owl-carousel .owl-item .our-work-logo img {
    display: block;
    width: auto;
    height: 40px;
    filter: grayscale(1);
}
.our-work-slider.owl-carousel .owl-item .our-work-logo img:hover {
    filter: grayscale(0);
}
.craftsmanship-section h2 {
    margin-bottom: 20px;
}
.craftsmanship-section {
    overflow: hidden;
    position: relative;
    padding-top: 70px;
}
.craftsmanship-section .section-common-heading {
    padding-left: 100px;
}


.craftsmanship-section:before {
    content: '';
    background: #FDF0F1;
    width: 905px;
    height: 692px;
    top: 0;
    position: absolute;
    left: 0;
    z-index: -1;
}



/**********************************/
:root {
  --xspace: 5px;
  --vw-width: calc(100vw - 18px);
}

.carousel-accordion.owl-carousel {
  max-width: 100%;
}
.carousel-accordion.owl-carousel .owl-stage {
  display: flex;
}

/*.carousel-accordion.owl-carousel {
  padding-left: 20px;
  padding-right: 20px;
}*/

.carousel-accordion .owl-item a {
  text-decoration: none;
  color: inherit;
}

/*   .active {
  background: #ddd;
}

.expanded {
  background: #333;
}  */

.carousel-accordion .accordion_li .bg-image {
  height: 70vh;
  display: flex;
  max-height: 400px;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}

.carousel-accordion .accordion_li img {
  /* aspect-ratio: 1;
  width: 100%;
  height: 100%; */
  position: absolute;
  top: 50%;
  left: 50%;
  width: inherit;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

@media (min-width: 1200px) {
  .carousel-accordion .owl-item {
    padding: 0 var(--xspace);
  }

  .carousel-accordion .accordion_li .bg-image {
    max-height: 600px;
    width: unset;
  }

  .carousel-accordion .accordion_li {
    width: calc((((var(--vw-width)) - (var(--xspace) * 2)) / 5));
  }
}

/* owl nav show on  more than  5 slide on desktop */

/*.owl-carousel .owl-nav {*/
/*  text-align: center;*/
/*}*/

/*.owl-carousel .owl-nav button.owl-prev {*/
/*  width: 40px;*/
/*  height: 40px;*/
/*  border-radius: 100%;*/
/*  margin: 0 5px;*/
/*  background: #000;*/
/*  display: inline-grid;*/
/*  place-content: center;*/
/*}*/

/*.owl-carousel .owl-nav button.owl-prev:focus {*/
/*  outline: 0;*/
/*}*/

/*.owl-carousel .owl-nav button.owl-next .angle-right,*/
/*.owl-carousel .owl-nav button.owl-prev .angle-left {*/
/*  height: 30px;*/
/*  width: 30px;*/
/*  border-radius: 10px;*/
/*  background: #000*/
/*    url(https://png.pngtree.com/element_our/20190601/ourlarge/pngtree-white-direction-arrow-right-icon-image_1338652.jpg)*/
/*    no-repeat center;*/
/*  background-size: 10px auto;*/
/*}*/

/*.owl-carousel .owl-nav button.owl-prev .angle-right.angle-left {*/
/*  rotate: 180deg;*/
/*}*/

/*.owl-carousel .owl-nav button.owl-prev .angle-left.angle-left {*/
/*  rotate: 180deg;*/
/*}*/

/*.owl-carousel .owl-nav button.owl-next {*/
/*  width: 40px;*/
/*  height: 40px;*/
/*  border-radius: 100%;*/
/*  margin: 0 5px;*/
/*  background: #000;*/
/*  display: inline-grid;*/
/*  place-content: center;*/
/*}*/

/*.owl-carousel .owl-nav button.owl-next:focus {*/
/*  outline: 0;*/
/*}*/

/**/

.craftsmanship-slider button.owl-next:before {
    background: #fff url(../../assets/images/red-arrow-new.svg);
    right:-5px;
   background-repeat: no-repeat;
    position: relative;
    transition: .3s;
    height: 24px;
    width: 24px;
    top: 42%;
    content: '';
    rotate: 360deg;
    display: inline-block;
    border-radius: 100px;
}
.craftsmanship-slider .owl-nav {
    text-align: center;
    margin-top: 30px;
}
.craftsmanship-slider .owl-nav button span {
    display: none;
}
.craftsmanship-slider button.owl-prev:before {
    background:#fff url(../../assets/images/red-arrow-new.svg);
    left: -5px;
    background-repeat: no-repeat;
    position: relative;
    transition: .3s;
    height: 24px;
    width: 24px;
    top: 42%;
    content: '';
    rotate: 180deg;
    display: inline-block;
    border-radius: 100px;

}

.insights-section {
    padding-top: 70px;
}
.insight-right-box a {
    display: flex;
    justify-content: flex-start;
    gap: 55px;
    align-items: center;
    text-decoration: none;
}
.insight-right-image {
    width: 564px;
}
.insight-right-text {
    width: 100%;
}
.insight-right-text p{
    color: #636363;
}
.insight-right-text h3 {
    color: #000000;
}
.insight-right-box {
    margin-bottom: 75px;
}
.insights-section .g-5 {
    --bs-gutter-x: 5rem;
}
.insights-section .section-common-heading-para {
    padding-top: 20px;
    display: flex;
    align-items: center;
    height: 100%;
}
.insights-section .section-common-heading-para p {
    margin: 0;
    font-size: 14px;
    line-height: 26px;
}
.insight-right-text h3 {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
}
.insight-caption p {
    color: #636363;
    font-size: 12px;
    margin: 10px 0;
}
.insight-caption h3 {
    color: #000000;
    font-size: 22px;
    font-weight: 500;
}
.insight-right-box:first-child {
    margin: 0;
}
.insight-right-box {
    margin-top: 75px;
    margin-bottom: 45px;
}
.insight-image a{
    text-decoration: none;
}
.vision-together-section{
    position: relative;
}
#contactform input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
    background: none;
    padding: 4px 0;
    color: #fff;
}
#contactform input::placeholder{
    color: #fff;
}
#contactform textarea::placeholder{
    color: #fff;
}
#contactform textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
    background: none;
    color: #fff;
}
#contactform input:focus-visible{
    outline: none;
    box-shadow: none;
}
#contactform textarea:focus-visible{
    outline: none;
    box-shadow: none;
}
.vision-together-text {
    margin-bottom: 25px;
}
.vision-together-text h2 {
    font-weight: 600;
    font-size: 50px;
    line-height: 55px;
    color: #fff;
}
.inner-page-banner .main-banner-item picture {
    position: relative;
    display: block;
}
.inner-page-banner .main-banner-item picture:before{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000005e;
    top: 0;
    z-index: 9;
}
.craftsmanship-slider .bg-image{
    position: relative;
}
.craftsmanship-slider .bg-image:before{
   content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000005e;
    top: 0;
    z-index: 9;
}
.signature-spaces-slider-box picture:before{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000005e;
    top: 0;
    z-index: 9;
}
.signature-spaces-slider-box picture{
    position: relative;
    display: block;
}
.curated-pieces-section picture{
    position: relative;
    display: block;
}
.curated-pieces-section picture:before{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000005e;
    top: 0;
    z-index: 9;
}
.vision-together-text p {
    color: #fff;
}
.errormsg {
    position: absolute;
    bottom: -20px;
    left: 0;
    color: #fff;
    padding: 1px 5px;
    display: none;
    font-size: 12px;
    background: #ff0000;
    z-index: 9;
}
.form-box {
    position: relative;
    margin-bottom: 40px;
}
.vision-together-section .container {
    position: absolute;
    left: 0;
    top: 7%;
    right: 0;
}
.form-box label{
    color: #fff;
}
.vision-together-section.common-section{
    padding: 0;
}

.common-top-spacer {
    margin-top: 95px;
}
.breadcrumb-all.image-up {
    position: absolute;
    top: 10px;
}
.breadcrumb-all{
    z-index: 99;
}
.breadcrumb-all.image-up .breadcrumb a {
    color: #fff;
    text-decoration: none;
    margin-right: 0;
    font-size: 10px;
}
.breadcrumb-all.image-up .breadcrumb span {
    color: #fff;
    margin-right: 2px;
    margin-left: 2px;
}
.breadcrumb small {
    color: #fff;
    margin: 0 3px;
    font-size: 10px;
}
.breadcrumb span {
    color: #3D3D3D;
    text-decoration: none;
    font-size: 10px;
}

/**/

.services-box a {
    position: relative;
    text-decoration: none;
    display: block;
}
.services-caption h3 {
    position: absolute;
    bottom: 0;
    z-index: 99;
    background: #fff;
    padding: 10px 25px;
    font-size: 20px;
    width: 235px;
    font-weight: 600;
    color: #000;
    margin: 0;
}
.services-box a {
    position: relative;
    text-decoration: none;
    display: block;
    margin-bottom: 40px;
}
.services-box  {
    position: relative;
    text-decoration: none;
    display: block;
    margin-bottom: 40px;
}
.services-section{
    padding-bottom: 50px;
}
section.faq-page.contact-section .contact-heading h2 {
    font-size: 55px;
}
.curated-pieces-section {
    position: relative;
}
.curated-pieces-text {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 9;
}
.curated-pieces-text h2{
    font-size: 55px;
    font-weight:600;
    line-height:60px;
    margin-bottom: 20px;
    color: #fff;
}

/**/
.industry-section {
    position: relative;
    padding: 70px 0;
    margin-bottom: 70px;
}
.industry-section:before {
    content: '';
    background: #FDF0F1;
    width: 905px;
    height: 620px;
    top: 0;
    position: absolute;
    left: 0;
    z-index: -1;
}
.industry-text h2{
    color: #000;
    font-size: 55px;
    font-weight: 600;
    line-height: 69px;
    letter-spacing: -3px;
    margin-bottom: 20px;
}
.industry-text p{
    font-size: 14px;
    color: #000;
    line-height: 25px;
}
.project-heading h2{
    color: #000;
    font-size: 55px;
    font-weight: 600;
    line-height: 69px;
    letter-spacing: -3px;
    margin-bottom: 20px;
}
.industry-caption{
    position: absolute;
    bottom: 0;
    background: #fff;
    padding: 20px 20px;
    color: #000;
}
.industry-caption h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}
.industry-caption p {
    font-size: 14px;
}
.enquire-now-btn{
    text-align: center;
    margin-top: 30px;
}

/* About us */

.excellence-text h2 {
    font-weight: 600;
    font-size: 55px;
    letter-spacing: -3px;
    line-height: 69px;
    margin-bottom:15px;
}
.excellence-text {
    padding: 40px;
}
.excellence-text p {
    font-weight: 400;
    color: #000;
    line-height: 25px;
    margin-bottom: 20px;
}
.padding-right{
    padding-right: 40px;
    padding-left: 0;
}
.padding-left{
    padding-left: 40px;
}
.excellence.common-section {
    padding-top: 70px;
    position: relative;
}
.director.common-section {
    background-color: #FDF0F1;
    position: relative;
    padding: 50px 0 70px;
}
.director-text h2 {
    font-weight: 600;
    font-size: 55px;
    letter-spacing: -3px;
    line-height: 66px;
    margin: 0;
}
.director-quot {
    display: flex;
    padding: 50px 0;
    gap: 30px;
}
.director-image picture {
    display: block;
}
/*.director-image {*/
/*    position: absolute;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    width: 57%;*/
/*}*/
.director-image img {
    width: 100%;
}
.director-text {
    margin-top: 0px;
}
.name-designation {
    color: #000;
    font-size: 14px;
    padding: 5px 0 20px;
}
.name-designation a{
    text-decoration: none;
    color: #000;
}

.director-quot p {
    font-weight: 500;
    font-style: italic;
    font-size: 24px;
    line-height: 36px;
}
section.excellence.common-section:before {
    content: '';
    background: #FDF0F1;
    width: 905px;
    height: 775px;
    top: 0;
    position: absolute;
    right: 0;
    z-index: -1;
}
section.indeco.common-section {
    padding-top: 60px;
}
.why-choose-image.excellence {
    position: relative;
}
.why-choose-image.excellence:before {
    content: "";
    display: block;
    height: 80px;
    width: 12px;
    background-color: #9E1D21;
    position: absolute;
    left: -12px !important;
    top: 15px;
    margin: auto;
}
.approach-image.excellence-two {
    position: relative;
}
.approach-image.excellence-two:before {
     content: "";
    display: block;
    height: 80px;
    width: 12px;
    background-color: #9E1D21;
    position: absolute;
    right: -12px;
    top: 15px;
    margin: auto;
}
.heading-btn {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
}


.faq-page .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff0;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
.faq-page .accordion-button:focus {
    z-index: 3;
    border: 1px solid #00000073;
    outline: 0;
    box-shadow: none;
}
.faq-page .accordion-button {
    position: relative;
    display: flex
;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    border: 1px solid #00000073;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}
.faq-page .accordion-item {
    margin-bottom: 10px;
    border-radius: 10px;
}
#button.show {
    opacity: 1;
    visibility: visible;
}
a#whats-app-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}
#button {
    display: inline-block;
    background-color: #9e1d21;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: fixed;
    bottom: 90px;
    right: 20px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    z-index: 1000;
    line-height: 48px;
    cursor: pointer;
    text-align: center;
}
.back-to-top img {
    width: 30px;
    rotate: -90deg;
    filter: invert(100%) sepia(98%) saturate(0) hue-rotate(346deg) brightness(101%) contrast(524%);
    height: 22px;
}
.heading-btn h2{
    color: #fff;
    font-size: 55px;
    font-weight: 600;
    line-height: 54px;
    letter-spacing: -3px;
    margin-bottom: 20px;
}
.commercial-spaces-section {
    position: relative;
    padding-bottom: 50px;
}
.commercial-spaces-section .container {
    position: absolute;
    top: 14%;
    left: 0;
    right: 0;
}
.commercial-spaces-images {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}
.commercial-spaces-text p {
    color: #fff;
}
.satisfaction-section{
    overflow: hidden;
}
.heading-paragraph h2{
    color: #000;
    font-size: 55px;
    font-weight: 600;
    line-height: 54px;
    letter-spacing: -3px;
    margin-bottom: 10px;
}
.heading-paragraph p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 25px;
}
.satisfaction-section{
    padding-bottom: 50px;
}

.contact-heading h2 {
    color: #000;
    font-size: 72px;
    line-height: 72.3px;
    letter-spacing: -3px;
    font-weight: 500;
    margin-bottom: 20px;
}
.contact-heading h1 {
    color: #000;
    font-size: 72px;
    line-height: 72.3px;
    letter-spacing: -3px;
    font-weight: 500;
    margin-bottom: 20px;
}
.contact-heading h3 {
    color: #000;
    font-size:40px;
    line-height: 50px;
    letter-spacing: -3px;
    margin-bottom: 50px;
}

.breadcrumb-all.image-up.black-color .breadcrumb a {
    color: #000000;
    text-decoration: none;
    margin-right: 0;
    font-size: 10px;
}
.breadcrumb-all.image-up.black-color .breadcrumb span {
    color: #000000;
    text-decoration: none;
    margin-right: 0;
    font-size: 10px;
}
.breadcrumb-all.image-up.black-color .breadcrumb small{
    color:#000;
}
.address-box {
    background: #FDF0F1;
    padding: 50px;
}
.office-contact {
    padding-bottom: 35px;
    border-bottom: 1px solid #C5C5C5;
    padding-top: 30px;
}
.office-contact a{
    color: #000;
    text-decoration: none;
}
.office-contact h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
}
.contact-form .form-box label {
    color: #000;
}
#contactform.contact-form textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #909090;
    background: none;
    color: #000;
}
#contactform.contact-form input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #909090;
    background: none;
    padding: 10px 0;
    color: #000;
}
.contact-section{
    padding-bottom: 50px;
}

.apart-heading h2 {
    text-align: center;
    line-height: 67px;
    color: #000;
    font-weight: 600;
    font-size: 55px;
    letter-spacing: -3px;
    margin-bottom: 30px;
}
.apart-box {
    background: #FDF0F1;
    padding: 33px;
    height: 100%;
}
.apart-box h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}
.apart-box p{
    color: #000;
    font-size: 14px;
    line-height: 19px;
    font-weight: 300;
}
.get-in-touch {
    text-align: center;
    margin-top: 40px;
}
.apart-section {
    padding-bottom: 60px;
}
.blog-details-box h1 {
    margin-top: 20px;
}
.related-blog-heading{
    margin-top:50px;
}
.related-blog-heading h2{
    color: #000;
    font-size: 50px;
    letter-spacing: -3px;
    font-weight: 500;
    margin-bottom: 20px;
}
.related-blog-heading h1{
    color: #000;
    font-size: 50px;
    letter-spacing: -3px;
    font-weight: 500;
    margin-bottom: 20px;
}
.industry-project-section {
    position: relative;
    padding: 100px 0 0;
    margin-bottom: 70px;
    overflow: hidden;
}
.industry-project-section:before {
    content: '';
    background: #FDF0F1;
    width: 535px;
    height: 570px;
    top: 0;
    position: absolute;
    right: 0;
    z-index: -1;
}

.industry-project-section .industry-text {
    padding-left: 0;
    padding-right: 100px;
    padding-top: 70px;
}
.industry-project-section .industry-text h1 {
    font-size: 50px;
    font-weight: 500;
    line-height: 56.3px;
    letter-spacing: -3px;
    margin-bottom: 0;
}
.industry-project-section .industry-text h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0;
    letter-spacing: -1px;
    color: #9E1D21;
}

.blog-listing-page .insight-right-text .primary-cta-btn-red {
    padding: 5px 8px;
    font-size: 12px;
    margin-top:7px;
}
.blog-listing-page .insight-right-text .primary-cta-btn-red img {
    width: 15px;
    margin-left: 5px;
}
.industry-project-section .breadcrumb-all.image-up {
    position: absolute;
    top: auto;
}
.industry-project-section .breadcrumb-all.image-up .breadcrumb a {
    color: #000;
    text-decoration: none;
    margin-right: 0;
    font-size: 10px;
}
.industry-project-section .breadcrumb-all.image-up .breadcrumb span {
    color: #000;
    margin-right: 2px;
    margin-left: 2px;
}
.industry-project-section .breadcrumb small {
    color: #000;
    margin: 0 3px;
    font-size: 10px;
}
.gallery-box{
    margin-bottom: 50px;
}
.gallery-caption{    
    margin-top: 20px;
}
.gallery-caption h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 14px;
}
.gallery-section{
    padding-bottom: 50px;
}
.gallery-section .project-heading h2 {
    margin-bottom: 40px;
}
.thankyou-popup:before {
    content: "";
    background: #000000d4;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 11111;
}
.thankyou-popup {
    display: block;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 9999;
}
.thank-you-box {
    text-align: center;
    background: #fff;
    width: 38%;
    padding: 40px 0;
    margin: auto;
    position: relative;
    top: 16%;
    z-index: 99991;
}
.thank-you-box .close-popup {
    position: absolute;
    right: 0;
    top: 0;
}
.thank-you-box h2 {
    color: #000;
    font-size: 60px;
    margin-top: 10px;
    margin-bottom: 0;
}
.thank-you-box h5 {
    color: #000;
    font-size: 24px;
    margin-top: 0;
}
.testimonial-name-image {
    display: flex;
    gap: 15px;
}
.testimonial-image img {
    margin: 0;
}
.thank-you-box p {
    margin-top: 15px;
}
.thank-you-box a {
    text-decoration: none;
    background:#9e1d21;
    color: #fff;
    padding: 6px 10px;
    display: inline-block;
    font-size: 14px;
}
.blog-listing-page .col-md-6{
    margin-bottom:20px;
}
#four-zero-four {
    padding: 4rem 0;
    text-align: center;
}
#four-zero-four h1 {
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-size: 100px;
    color: #9e1d21;
}
#four-zero-four h2 {
    color: #000;
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
#four-zero-four h3 {
    color: var(--primary-color);
    font-size: 14px;
    text-transform: uppercase;;
    margin-bottom: 1rem;
}
