    @charset "UTF-8";
/* CSS Document */
body, html{
	height:100%;
}
body{
	overflow:hidden;
	overflow-y:auto;
}
body, img, div {        
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
	font-family: "Space Grotesk", sans-serif;
}
@font-face {
  font-family: 'icons-sm';
  src:  url('fonts/icons-sm.eot?ms3c7d');
  src:  url('fonts/icons-sm.eot?ms3c7d#iefix') format('embedded-opentype'),
    url('fonts/icons-sm.ttf?ms3c7d') format('truetype'),
    url('fonts/icons-sm.woff?ms3c7d') format('woff'),
    url('fonts/icons-sm.svg?ms3c7d#icons-sm') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons-sm' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}

.header-center-nav a {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
	white-space: nowrap;
	font-family: "Space Grotesk", sans-serif;
	color:#333;
	text-decoration: none;
    z-index: 100;
    position: relative;	
}




h2,h3,h4, h5 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 43px;
    font-weight: 700;
    text-transform: none;
}

h3 {
    font-size: 36px;
}
h4 {
    font-size: 26px;
}
h5 {
    font-size: 20px;
}
p{
	color: #3c2e24;
    font-size: 16px;
	line-height: 28px;
    font-weight: 400;
	margin-bottom: 19px;
}

body {
	background:#f8f8f8;
}
.navbar-brand img {
    max-width: 108px;
}


.space-grotesk {
  font-family: "Space Grotesk", sans-serif;
}
.space-grotesk-300 {
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.space-grotesk-400 {
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.space-grotesk-500 {
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.space-grotesk-600 {
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.space-grotesk-700 {
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.header-bar {
    font-weight: 200;
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 11px;
    margin-left: 10px;
    margin-right: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	font-size:12px;
}

.header-bar a {
    text-decoration: none;
    font-weight: 300;
    color: #000;
	font-family:'Space Grotesk';
}



/* slider */
.slider{
	position: relative;
    padding: 20px;
    height: 70%;
	height: 662px;
	margin-left: 20px;
    margin-right: 20px;
	border-radius:15px;
	overflow:hidden;
    margin-top: 136px;
}
.slider .intro {
	position: relative;
	width: 100%;
	height: 100vh;
}
.slider .left {
	float: left;
	height: 100%;
	width: 60%;
	padding: 3rem 3rem 3rem 5rem;
	display: table;
}
.slider .left > div {
	display: table-cell;
	vertical-align: middle;
}
.slider span {

}
.slider h1 {
	font-size: 8rem;
	margin-bottom: 3rem;
}
.slider h1 + p {
  color: #949494;
  font-size: 1.6rem;
  margin-bottom: 4rem;
}
.slider p + a {
  font-size: 1.6rem;
  color: #000;
}
.slider .slider {
	float: right;
	position: relative;
	width: 40%;
	width: 100%;
	height: 100%;
}
.slider li {
	position: absolute;
	top: 0px;
	left: 0px;
	right:10px;
	height: 100%;
	width:100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	transition: clip .7s ease-in-out, z-index 0s .7s;
	clip: rect(0, 100vw, 100vh, 100vw);
	display: table;
}
.slider .center-y {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	color: #fff;
	padding-left:150px;
}
.slider h3 {
	font-size: 69px;
	font-weight:700;
	line-height:60px;
}
.slider h3 + span {
	font-size: 25px;
	display: inline-block;
	color: #fff;
	margin-top: 0;
	text-transform:unset;
	font-weight:500;
	margin-bottom:20px;
}
.slider h3 + span +  .btn-explore {
    background:#b79b67 !important;
	opacity: 0;
	transition: opacity .7s 0s, transform .5s .2s;
	transform: translate3d(0, 50%, 0);
	display:block;
	max-width:220px;
	width:175px;
	line-height:39px;
	border-radius:50px;
	padding-right:35px;
	position:relative;
	z-index:100;
	
}
.slider h3 + span +  .btn-explore:hover{
	box-shadow:0 0 0 3px white;
}
.slider h3 + span +  .btn-explore:hover i{
	box-shadow:0 0 0 3px #b79b67;
	color:#b79b67;
	transform: rotate(45deg);
	right: -21px;
}
.slider h3 + span +  .btn-explore i {
	display:inline-flex;
	line-height:49px;
	width:49px;
	background:#fff;
	display:inline-flex;
	border-radius:50%;
	justify-content:center;
	align-items:center;
	position:absolute;
	right:-25px;
	top:2px;
	transition: 0.2s linear;
	-o-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
}
li.current h3 + span + .btn-explore {
	transition-delay: 1s;
	transform: translate3d(0, 0, 0);
	position:relative;
	z-index:1;
}
.slider h3, h3 + span {
	opacity: 0;
	transition: opacity .7s 0s, transform .5s .2s;
	transform: translate3d(0, 50%, 0);
}
.slider li.current h3, li.current h3 + span , li.current h3 + span + .btn-explore {
	opacity: 1;
	transition-delay: 1s;
	transform: translate3d(0, 0, 0);
	
}
.slider li.current {
	z-index: 1;
	clip: rect(0, 100vw, 100vh, 0);
}
.slider li.prev {
	clip: rect(0, 0, 100vh, 0);
}
.slider nav {
	position: absolute;
	bottom: 5%;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 10;
}
.slider nav span {
	display: inline-block;
	border-radius: 50%;
	width: 1.2rem;
	height: 1.2rem;
  min-width: 12px;
  min-height: 12px;
	background: #fff;
	margin: 0 1rem;
  transition: transform .3s;
}
.slider a.current_dot {
	transform: scale(1.4);
}

.slider-controls {
      position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0;
    z-index: 10;
    left: 0;
}

.slider-controls button {
  background: url(../images/slider-arrow-before.png) no-repeat;
  color: 000;
  border: none;
  padding: 0;
  font-size: 2rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width:71px;
  height:158px;
}

.slider-controls button.prev-slide {
    left: 0px;
    position: relative;
}
.slider-controls button.next-slide {
	background: url(../images/slider-arrow-after.png) no-repeat;
    right: 0px;
    position: relative;
}
.slider ul li:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background:color(srgb 0 0 0 / 0.39);
    content:"";
}
.slider-extra-cntnt {
    position: relative;
    height: 150px;
	height: 60px;
}



/* slide end */




/* Menu hover animation */

.navbar .nav-link  {

 text-decoration: none;
  padding: 10px 20px;
  margin: 0 5px;
  position: relative;
  overflow: hidden;
}

.navbar .nav-link::before,
.navbar .nav-link::after {
  content: "";
  position: absolute;
  border: 0px solid transparent;
  width: 0%;
  height: 0%;
  bottom: 0%;
  right: 0%;
}

.navbar .nav-link::before {
  border-bottom-width: 2px;
  border-left-width: 2px;
}

.navbar .nav-link::after {
  border-top-width: 2px;
  border-right-width: 2px;
}

.navbar .nav-link:hover {
  color: #000;
}

.navbar .nav-link:hover::before,
.navbar .nav-link:hover::after {
  border-color: #b79b67;
  transition: border-color 0s, width 0.3s, height 0.3s;
  width: 100%;
  height: 100%;
  border-radius: 41px;
}

.navbar .nav-link:hover::before {
  transition-delay: 0s, 0s, 0.3s;
}

.navbar .nav-link:hover::after {
  transition-delay: 0s, 0.3s, 0s;
}

.navbar .btn-explore {
    background: #fff;
    border-radius: 30px;
    border: 1px solid #dadada;
    line-height: 33px;
    padding-right: 37px;
    padding-left: 17px;
    margin-left: 11px;
    position: relative;
    top: -4px;
    font-weight: 500;
}

.navbar .btn-explore i {
    background: #b49c69;
    display: inline-flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    right: -16px;
    top: 3px;
	transition: 0.2s linear;
	-o-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
}

.navbar .btn-explore:hover {
    color: #b49c69;
}

.navbar .btn-explore:hover i {
    color: #fff;
    transform: rotate(45deg);
	right: -21px;
}


/* Menu hover animation */



/* icons column */


.icon-column {
    width: 100px;
    height: 100px;
    display: inline-flex;
    border: 1px solid #dadada;
    border-radius: 50%;
	padding:30px;
	margin-right:20px;
	position:relative;
}

.icon-column.item-one {
	background:url(../images/interior-icon.gif) no-repeat center;
	background-size: 53%;
	transition: 0.2s linear;
	-o-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	
}
.col-md-4:hover .icon-column.item-one {
	background:url(../images/interior-icon-hover.png) no-repeat #b79b67 center;
	background-size: 69%;
	border-color:#b79b67;
}
.icon-column.item-two {
	background:url(../images/exhibition-stand-icon.gif) no-repeat center;
	background-size: 53%;
	transition: 0.2s linear;
	-o-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	
}
.col-md-4:hover .icon-column.item-two {
	background:url(../images/exhibition-stand-icon-hover.png) no-repeat #b79b67 center;
	background-size: 69%;
	border-color:#b79b67;
}
.icon-column.item-three {
	background:url(../images/kitchen-icon.gif) no-repeat center;
	background-size: 53%;
	transition: 0.2s linear;
	-o-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	
}
.col-md-4:hover .icon-column.item-three {
	background:url(../images/kitchen-icon-hover.png) no-repeat #b79b67 center;
	background-size: 69%;
	border-color:#b79b67;
}

.services-block-cntnr {
    display: flex;
    align-items: center;
}
.our-services-block {
    padding: 80px 50px;
    max-width: 1447px;
    margin: 0 auto;
    border-bottom: 1px solid #dadada;
}

.services-block-cntnr div {
    font-weight: 600;
}
.our-services-block {
    position: relative;
}

.our-services-block:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0px;
    background: #b79b67;
	transition: 1s linear;
	-o-transition: 1s linear;
	-moz-transition: 1s linear;
	-webkit-transition: 1s linear;
}

.our-services-block:hover:before {
    width: 100%;
}

.services-block-cntnr span  {
      opacity: 1;
      animation: fadeInOut 8s ease-in-out infinite;
    }


.our-services-block .one .services-block-cntnr span {
      animation-delay: 0s;
    }

.our-services-block .two .services-block-cntnr  span {
      animation-delay: 3s;
    }

.our-services-block .three .services-block-cntnr span {
      animation-delay: 6s;
    }

    @keyframes fadeInOut1 {
      0% { background-color:#fff; background-size: 53%; }
      5% { background-color: #b79b67; background-size: 59%; }
	  10% { background-color: #fff; background-size: 53%; }
	  60% { background-color: #fff; background-size: 53%; }
	  100% { background-color: #fff; background-size: 53%; }
    }

.icon-column:before {
    content: "";
    display: inline-flex;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    position: absolute;
    border-radius: 50%;
    border: 2px dashed #b79b67;
    animation: dotanim 10s infinite;
}

@keyframes dotanim {
  100% {transform: rotate(360deg);}
}



.exp-badge {
    position: absolute;
    z-index: 100;
    background: #2e2a1f;
    width: 164px;
    height: 164px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 0 0 10px #e4e4e6;
    right: 40px;
    top: 40px;
}

.exp-badge .year {
    font-size: 42px;
    font-weight: 600;
    color: #fff;
    line-height: 44px;
}

.exp-badge .yeartext {
    color: #b79b67;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 18px;
}

.exp-badge:before {
    content: "";
    position: absolute;
    width: 196px;
    height: 196px;
    border: 6px dashed #b19d6b;
    border-radius: 50%;
	animation: dotanim 10s infinite;
}

.exhibition-stand-designs-wrpr {padding: 80px 0;}

.exhibition-stand-designs-wrpr  .label {
    font-size: 18px;
    color: #b79b67;
}
nav#navbar {
    background: #f8f8f8;
}

h2 {
    font-size:39px;
    color:#403226;
}

.exhibition-photos-wrpr {
	max-width:1641px;
	margin:0 auto;
	position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
    padding-right: 75px;
    padding-left: 75px;
}
img{
	max-width:100%;
}
.sec-1, .sec-2 {
    position: absolute;
    z-index: 100;
    background: #2e2a1f;
    width: 164px;
    height: 164px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 0 0 10px #fff;
    right: 70px;
    bottom: 20px;
    overflow: hidden;
}
.sec-2, .sec-1 + .sec-1 {
    right:280px;
}

.slider-extra-cntnt {
	/*margin-bottom:70px;*/
}

.sec-1 img, .sec-2 img, .sec-1 + .sec-1 img {
    width: 164px;
    height: 164px;
    object-fit: cover;
}
.exhibition-photos-wrpr img {
    transition: all 225ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 225ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.exhibition-photos-wrpr img:hover {
    transform: scale(1.1);
}

.slowmove {
	animation: updown 6s infinite;
	animation-delay: 2s
}

.slowmove2 {
	animation: updown 6s infinite;
	animation-delay: 3s;
}

.slowmove3 {
	animation: updown 6s infinite;
	animation-delay: 3s;
}


@keyframes updown {
	0% {
		transform: matrix(1.00, 0.00, 0.00, 1.00, 0, -0);
		-ms-transform: matrix(1.00, 0.00, 0.00, 1.00, 0, -0);
		-webkit-transform: matrix(1.00, 0.00, 0.00, 1.00, 0, -0);
	}

	50% {
		transform: matrix(1.00, 0.00, 0.00, 1.00, 0, -15);
		-ms-transform: matrix(1.00, 0.00, 0.00, 1.00, 0, -15);
		-webkit-transform: matrix(1.00, 0.00, 0.00, 1.00, 0, -15);
	}
	100% {
		transform: matrix(1.00, 0.00, 0.00, 1.00, 0, -0);
		-ms-transform: matrix(1.00, 0.00, 0.00, 1.00, 0, -0);
		-webkit-transform: matrix(1.00, 0.00, 0.00, 1.00, 0, -0);
	}
}


.right-corner-1 {
    position: absolute;
    right: 20px;
    top: -70px;
    max-width: 200px;
}
.right-corner-2 {
    position: absolute;
    right: 20px;
    top: 100px;
    max-width: 120px;
}


.right-corner-3 {
    position: absolute;
    left: 20px;
    bottom: -70px;
    max-width: 200px;
}
.right-corner-4 {
    position: absolute;
    left: 20px;
    bottom: 100px;
    max-width: 120px;
}
.slider-controls button.next-slide:hover span {
    position: relative;
    right: -9px;
}

.slider-controls button.prev-slide:hover span {
    position: relative;
    left: -9px;
}


.slider-controls button.next-slide span {
	position: relative;
    right: 0px;
    transition: 0.5s linear;
	-o-transition: 0.5s linear;
	-moz-transition: 0.5s linear;
	-webkit-transition: 0.5s linear;
	
}

.slider-controls button.prev-slide span {
	position: relative;
    left: 0px;
    transition: 0.5s linear;
	-o-transition: 0.5s linear;
	-moz-transition: 0.5s linear;
	-webkit-transition: 0.5s linear;
}
.exhibition-stand-designs-text-wrpr2 div em {
    display: inline-flex;
    width: 10px;
    height: 10px;
    background: #b19d6b;
    border-radius: 10px;
    margin: 0 19px;
}


/* btn gold */
.btn-gold, .btn-white {
    background: #b19d6b;
    border-radius: 30px;
    border: 1px solid #b19d6b;
    line-height: 33px;
    padding-right: 37px;
    padding-left: 17px;
    position: relative;
}
.btn-white {
    background: #fff;
    border: 1px solid #b19d6b;
}

.btn-explore-2 i {
    background: #b49c69;
    display: inline-flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    right: -16px;
    top: 3px;
    transition: 0.2s linear;
    -o-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
}
.btn-white.btn-explore-2 i {
	color:#fff;
	border: 1px solid #fff;	
}

.btn-white.btn-explore-2:hover{
	background: #2d2a1f;
    color: #fff;
}
.btn-gold.btn-explore-2 i {
    background: #fff;
    border: 1px solid #dadada;
}

.btn-gold:hover {
    background: #b49c69;
	color:#fff;
}
 .btn-explore-2{
     
 }
 .btn-explore-2:hover i {
    transform: rotate(45deg);
	right: -20px;
}
 .btn-gold.btn-explore-2 i{
      transform: rotate(45deg);
 }
 .btn-gold.btn-explore-2:hover i {
    transform: rotate(45deg);
     color:#b49c69;
     right: -21px;
}

/* btn gold */



/*aboutus -section */
.aboutus-main-wrpr{
	background: linear-gradient(0deg, #f5f4f5, #fff);
	border-radius: 30px;
	box-shadow:0 0 50px color(srgb 0 0 0 / 0.09);
}

.aboutus-wrpr {
    
    padding: 21px;
    
}
.aboutus-cntnt {
    padding: 60px;
}
.aboutus-wrpr img {
    border-radius: 19px;
}

.aboutus-wrpr .exp-badge {
    right: -80px;
    top: 74px;
	box-shadow: 0 0 0 21px #fff;
}
.aboutus-wrpr .exp-badge:before{
	border:2px dashed #b19d6b;
}
.aboutus-wrpr .jarallax {
    height: 625px;
	border-radius: 19px;
    overflow: hidden;
}

.section-label {
    text-transform: uppercase;
    font-size: 18px;
    color: #b79b67;
    margin-bottom: 19px;	
}

.list {
    list-style: none;
    line-height: 39px;
}
.list.white{
	color:#fff;
}
.tick.list li:before {
    content: "\e5ca";
    font-family: 'icons-sm';
    margin-right: 16px;
    font-size: 18px;
    color: #fff;
}
.our-projects-wrpr {
    padding: 130px 0;
    margin: 0 50px;
}

/*aboutus -section end */




/* Our projects */

.str1 img{
	width:450px;
	height:480px;
	margin:0 20px;
	object-fit:cover;
	border-radius:30px;
}
.str-row {
    display: flex;
    justify-content: space-between;
}
.str-column {
    width:calc(100% - 490px);
}

.our-project-cntnt {
    width: 450px;
    background: url(../images/our-works-bg.jpg) no-repeat;
	background-size:cover;
    padding: 40px;
    height: 100%;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}


/* Our projects  end */


/* Testimonials */
.goldColor{
	color:#b19d6b;
}
.testimonials-wrpr {
    padding: 90px 0;
    margin: 0 170px;
}
.testimonials-section-pic {
	max-width:600px;
    border-radius: 30px;
	transition: all 225ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 225ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.testimonials-section-pic:hover {
	transform: scale(1.1);
}
.swiper.testimonials {
    padding-bottom:50px;
}
.gray-bg {
    background: #eeeeee;
    padding: 30px;
    border-radius: 20px;
}
.testimonial-user-pic {
    width: 97px;
    height: 97px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 0 0 8px #4b4449;
    position: absolute;
    right: 40px;
    bottom: -40px;
}
.swiper-button-next.testimonials-next, 
.swiper-button-prev.testimonials-prev {
    background: #b79b67;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 161px;
    top: unset;
    bottom: 80px !important;
    position: absolute;
    transform: rotate(45deg);
	
}
.swiper-button-prev.testimonials-prev {
	left:unset;
	right: 221px;
	transform: rotate(-45deg);
}
.swiper-button-next.testimonials-next:after {
    content: "\ea65";
    font-family: 'icons-sm';
    color: #fff;
	transform: rotate(0deg);
	transition: 0.2s linear;
    -o-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
	font-size: 13px;
}

.swiper-button-next.testimonials-next:hover{
	right: 151px;
}
.swiper-button-next.testimonials-next:hover:after {
	transform: rotate(45deg);
}

.swiper-button-prev.testimonials-prev:hover {

	transition: 0.2s linear;
    -o-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
	right: 228px;
	
}
.swiper-button-prev.testimonials-prev:hover:after {
	transform: rotate(-45deg);
	
}
.swiper-button-prev.testimonials-prev:after {
    content: "\ea63";
    font-family: 'icons-sm';
    color: #fff;
	transition: 0.2s linear;
    -o-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
	font-size: 13px;
}
.rating {
    display: flex;
    font-size: 28px;
    color: #403226;
    align-items: center;
	position: relative;
    top: -49px;
}

.rating i {
    color: #c07031;
    font-size: 35px;
    position: relative;
    top: 6px;
    margin-left: 8px;
    letter-spacing: -18px;
}

/* Testimonials */



/* home three column */
.three-columns-wrpr {
    margin: 0 50px;
}
.card.faq-card {
    background: url(../images/faq-bg.jpg) no-repeat;
    background-size: cover;
    border: none;
    min-height: 500px;
    padding: 50px;
	border-radius:30px;
}
.card.faq-card .card-header {
	background:none;
}

.card.contactus-card {
    background: #3c2e24;
    padding: 30px;
    border-radius: 30px;
    border: none;
}

.card.contactus-card label {display: none;}
.card.contactus-card h2 {color:#b19d6b}
.card.contactus-card .card-header {    border: none;}

.card.contactus-card input, .card.contactus-card textarea {
    background: none;
    border: none;
    border-bottom: 1px solid color(srgb 0.71 0.61 0.4 / 0.24);
    border-radius: 0px;
    padding: 10px;
	padding-left:0px;
	color:#b19d6b;
}
.card.contactus-card input::placeholder ,
.card.contactus-card textarea::placeholder {
  color: #b19d6b;
  opacity: 1; /* Firefox */
}

 .card.contactus-card input::-ms-input-placeholder , 
 .card.contactus-card textarea::-ms-input-placeholder { /* Edge 12 -18 */
  color: #b19d6b;
  opacity: 1; /* Firefox */
}

.card.dpropsal-card {
    background: #e4e4eb;
    border: none;
    border-radius: 30px;
    padding: 30px;
	min-height: 500px;	
}

.card.dpropsal-card .card-header {
    background: transparent;
	border: none;
}

.card.dpropsal-card .card-header .proposal-designs img {
    max-width: 100px;
    height: 130px;
    border-radius: 20px;
}

.card.dpropsal-card .card-header .proposal-designs img + img {
    margin-left: 17px;
}



/* home three column end */



/* our clients */
.brownColour {
	color:#403226;
}
.str2 {
	margin-top:50px;
	margin-bottom:50px;
	background:#fff;
}
.str2 a {
	margin-right:50px;
}
.our-clients {
    padding: 120px 0;
    background: #f0f0f0;
    padding-left: 110px;
    padding-right: 110px;
}

.our-clients .col-md-5{
    padding-left:110px;
}

.card.client-card {
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    padding: 20px;
    box-shadow: 0 0 40px color(xyz-d65 0 0 0 / 0.01);
	margin-bottom:20px;
	transition: 0.2s linear;
    -o-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
	transform:translateY(0px);
}
.card.client-card:hover {
	box-shadow: 0 0 40px color(xyz-d65 0 0 0 / 0.2);
	transform:translateY(-5px);
}
.card.client-card img {
    /*filter: grayscale(100%);*/
}
.card.client-card:hover img{
	filter: grayscale(0%);
}

.our-clients p {
    max-width: 850px;
    max-width:670px;
    margin: 0 auto;
    margin-bottom: 50px;
}

/* our clients  end*/




/*  Blog section  */

.blog-section {
    padding: 100px;
}

.blog-head {
    background: #3b2e24;
    color: #fff;
    padding: 45px;
    border-radius: 40px;
}

.blog-head h2 {
    color: #fff;
}

.blog-head p {
    color: #fff;
}

.blog-lists img {
    height: 160px;
    width: 100%;
    object-fit: cover;
    border-radius: 21px;
}

.blog-lists h4 {
    line-height: normal;
    font-size: 22px;
    color: #3c2e24;
    margin-bottom: 10px;
}

.blog-lists p:empty {
    display:none;
}

/*  Blog section end */


/* footer */

footer {
    background: url(../images/footer-bg.jpg) no-repeat #392c23;
    padding: 80px 0;
	padding-top:120px;
    min-height: 456px;
    margin-left: 50px;
    margin-right: 50px;
	border-radius:30px;
	position:relative;
}

.footer-logo img {
    max-width: 108px;
    margin-bottom: 20px;
}

address {
    font-size: 13px;
    letter-spacing: 1px;
}

.footer-nav a {
    display: flex;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    line-height: 42px;
    letter-spacing: 1px;
}

.footer-nav-label.goldColor {
    text-transform: uppercase;
    margin-bottom: 20px;
}
.social {
    margin-top: 30px;
}

.social a {
    text-decoration: none;
}

.social a + a {
    margin-left: 8px;
}

.footer-copy {
    background: #f8f8f8;
    line-height: 50px;
    margin-left: 40px;
    margin-right: 40px;
    border-radius: 20px;
    min-height: 80px;
    position: relative;
    bottom: -120px;
}

.footer-copy {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}

.footer-copy a {
    text-decoration: none;
    color: #000;
    margin-left: 21px;
}
.testimonials-wrpr .col-md-6.text-center img {
    max-width: 100%;
	height: 100%;
    border-radius: 0px;	
}
/* footer end */

img {max-width:100%;}


.slider.slider-2 {
    margin-top: 0px;
    margin-right: 0;
    margin-left: 0px;
	border-radius:0px;
}
.slider.slider-2  .center-y{
	padding-left:0px;
}
.slider.slider-2 .slider-controls button{
	background-image:none !important;
	color:#fff;
}
.header-bar.header-bar-2 {
    border-radius: 0px;
	    background: #000c0a;
		color:#fff;
}
.header-bar.header-bar-2  a{
	color:#fff;
}
#navbar.navbar.navbar-2 {
    background: color(srgb 1 1 1 / 0.74);
}
.slider.slider-2 h3 {
    font-size: 27px;
	line-height:normal;
	font-weight:500;
	    margin-bottom: 0px;
}
.slider h3 + span {
    font-size: 15px;
    font-weight: 100;
}
.slider.slider-2 .exp-badge {
	top: 230px;
    zoom: .7;
}
.header-bar-2 .hdr-rightbar i {
	display:inline-flex;
	background:#9a282d;
	width:20px;
	height:20px;
	justify-content:center;
	align-items:center;
	border-radius:50%;
	margin-left:5px;
}
.header-bar-2 .hdr-rightbar i.icon-phone6 {
	background:#ffd200;
}
.header-bar-2 .hdr-rightbar i.icon-whatsapp {
	background:#4ecb5c;
}

.slider-2 + .slider-extra-cntnt .sec-1, .slider-2 + .slider-extra-cntnt .sec-2{
	
    zoom: .7;
}
.aboutus-main-wrpr.aboutus-main-wrpr-2 {
	max-width:1250px;
	margin:0 auto;
}
.tick.tick2.list li:before{
	color:#b49c69;
}
.aboutus-wrpr.aboutus-wrpr-2 img {
    min-height: 670px;
    object-fit: cover;
}


.companyExpertise{
	max-width:1500px;
	
}
.companyExpertise img {
    border-radius: 40px;
    margin-bottom: 27px;
}


.companyExpertise .card {
    text-align: center;
	border:none;
	background:none;
	padding-bottom:50px;
	display:flex;
	flex-direction:column;
	align-items:center;
}

.companyExpertise h2 {
    font-size: 25px;
    line-height: 34px;
    min-height: 71px;
    font-weight: 400;
}

.companyExpertise p {
    max-width: 90%;
    margin: 0 auto;
    line-height: normal;
    margin-bottom: 5px;
	min-height: 109px;
	font-size: 14px;	
}
.companyExpertise-wrpr {
    padding: 80px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-right-cntnr ,
.swiper-left-cntnr {
    min-width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
	position:relative;
}
.companyExpertise-wrpr .swiper-button-prev {
    left: unset;
    right: 30px;
	color:black;
}

.companyExpertise-wrpr .swiper-button-next {
    left: 30px;
    right: unset;
	color:black;
	
}
.interior-design-wrpr {
    background: #fff;
    min-height: 680px;
	color:#3c2e24;
}

.interior-design-cntnt h2 {
    color: #3c2e24;
}

.interior-design-cntnt p {
    color: #3c2e24;
}

.interior-design-cntnt{
	
}
.interior-designing .card{
	border:none;
	background:none;
	position:relative;
}

.interior-designing .card img{
	border-radius:30px;
}

.interior-designing .card h3 {
    position: absolute;
    bottom: 0;
    padding: 20px;
    color: #fff;
    font-size: 27px;
    line-height: 31px;
}


.interior-designing .card .count {
    position: absolute;
    right: 31px;
    top: 21px;
    color: #fff;
    font-size: 26px;
}
.interior-designing .card:before{
	content:"";
	position: absolute;
    width: 119px;
    height: 112px;
    top: auto;
    left: auto;
    bottom: -1px;
    right: -1px;
    z-index: 1;
	mask: url(../images/shape-bottom.png) bottom right no-repeat;
	-webkit-mask: url(../images/shape-bottom.png) bottom right no-repeat;

}
.swiper-nav-cntnr{
	position: relative;
    width: 130px;
    margin-top: 40px;
    display: flex;
    left: -9px;
}
.swiper-button-prev.int-prev,
.swiper-button-next.int-next {
    background: #b19d6b;
    width: 50px;
    height: 50px;
    border-radius: 40px;
    color: #fff;
    transform: rotate(-45deg);
}
.swiper-button-next.int-next {
    transform: rotate(45deg);
}

.swiper-button-prev.int-prev:after ,
.swiper-button-next.int-next:after {
    font-size: 17px;
}
address a {
    text-decoration: none;
    color: #fff;
}

address a i {
    display: inline-flex;
    background: #9a282d;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 5px;
}

address a i.icon-mail_outline {}

address a i.icon-phone6 {
    background: #f9d424;
    color: #333;
}
.contactus-card p {
    margin-bottom: 0 !important;
}

.contactus-card br {
    display: none !important;
}

.contactus-card textarea {
    height: 170px !important    ;
}
.contactus-card .btn-white {
    background: #fff !important;
    border-radius: 30px !important;
    border: 1px solid #b19d6b !important;
    line-height: 25px;
    padding-right: 37px !important;
    padding-left: 17px !important       ;
    position: relative;
    color:#000;
}
.contactus-card .btn-white:hover{
    color:#000;
}
.three-columns-wrpr .card {
    min-height: 543px !important;
}
.singlepage-banner {
    position: relative;
}

.heading-wrpr {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction:column;
}
.heading-wrpr a {
    color: #fff;
    text-decoration: none;
}

.singlepage-banner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: color(srgb 0.24 0.11 0.09 / 0.2);
}

.heading-wrpr h1 {
    font-size: 51px;
}
.happy-client-happy-reviews h2 {
    font-size: 52px;
    line-height: 16px;
}
.about-page-section-1 p {
    line-height: 22px;
    font-size: 15px;
    color: #403226;
}
.aboutus-page-section-2 .col-1 {
    min-height: 490px;
    padding:0 83px;
    border-radius: 70px;
	position:relative;
}
.aboutuspage-section2-pic {
    width: 100%;
    height: 100% !important;
}

.aboutuspage-section2-pic .elementor-widget-container {
    height: 100%;
}

.aboutuspage-section2-pic .elementor-widget-container img {
    height: 100%;
    object-fit: cover;
}
.aboutus-page-section-2 .col-1 p {
    color: #fff;
}
.aboutus-page-section-2 .col-111:after {
    content: "";
    position: absolute;
    right: -30px;
    top: 0;
    bottom: 0px;
    width: 98px;
    background: #3f3227;
    z-index: 10;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
}
.elementor-element.icon-arrow-up-right2.elementor-widget-button:before {
    content: none;
}

.elementor-element.icon-arrow-up-right2.elementor-widget-button a span {
    font-family: 'icons-sm';
    font-size: 24px;
    transform: rotateZ(-18deg);
	transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
}

.elementor-element.icon-arrow-up-right2.elementor-widget-button a {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.elementor-element.icon-arrow-up-right2.elementor-widget-button a:hover span {
    font-family: 'icons-sm';
    font-size: 24px;
    transform: rotateZ(0deg);
}
.postid-100 .container-fluid.fluid-single {
    max-width: 95%;
}
.singlepage-banner img {
    width: 100%;
    margin-bottom: -8px;
}
.page-template-page-interior-designs .singlepage-banner img ,
.page-template-page-exhibition-stand-designs .singlepage-banner img {
    max-height: 570px;
    object-fit: cover;
}

.page-template-page-interior-designs .singlepage-banner ,
.page-template-page-exhibition-stand-designs .singlepage-banner {
    position: relative;
}

.page-template-page-interior-designs .singlepage-banner:before ,
.page-template-page-exhibition-stand-designs .singlepage-banner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: color(srgb 0 0 0 / 0.35);
}

.page-template-page-interior-designs .singlepage-banner .heading-wrpr ,
.page-template-page-exhibition-stand-designs .singlepage-banner .heading-wrpr {
    padding-top: 106px;
}
.project-list-wrpr .card {
    border: none;
    background: none;
    margin-top: 40px;
}

.project-list-wrpr .card-body {
    text-align: center;
    position: relative;
    padding-top: 30px;
}

.project-list-wrpr img {
    border-radius: 31px;
	min-height: 250px;
    object-fit: cover;
}

.project-list-wrpr a {
    background: #b49c69;
    display: inline-flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 23px;
    border-radius: 50px;
    box-shadow: 0 0 0 3px white;
	    transition: 0.2s linear;
    -o-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
	
}
.anchor-wrpr {
    margin-top: -59px;
}


.card-img-wrpr {}

.card-img-wrpr {
    position: relative;
}

.card-img-wrpr:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 7px;
    background: linear-gradient(0deg, color(srgb 0 0 0 / 0.41), transparent);
    border-radius: 32px;
	
}
.project-list-wrpr .card h4 {
    line-height: 34px;
}
.project-list-wrpr .icon-arrow-right1:before {
    content: "\ea65";
    font-size: 13px;
	    transition: 0.2s linear;
    -o-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
}

.project-list-wrpr .icon-arrow-right1:hover:before {
    color: #fff;
    transform: rotate(45deg);
    right: -21px;
}
.container.project-list-wrpr {
    margin-bottom: 80px;
}
.single-projects .singlepage-banner {
    margin-top: 132px;
}

.single-projects .singlepage-banner h1 {
    font-size: 38px;
    padding-right: 100px;
    padding-left: 100px;
    color: #ffffff;
    position: relative;
	text-align:center;
}
.single-projects .singlepage-banner img {
    position: relative;
}

.single-projects .singlepage-banner:before {
    /*background: color(srgb 0.22 0.15 0.14 / 0.9);*/
	background: url(../images/exhibition-stand-page-hding-bg.jpg);
	background-size:cover;
    left: 40%;
}
.category .singlepage-banner {
    background: #382c23 url(../images/quotes-group.png) right center;
    min-height: 200px;
    margin-top: 133px;
    margin-bottom: 40px;
    color: #fff;
    display: flex;
	align-items: center;
}

.category .singlepage-banner h1 {
    font-size: 31px;
}

.card.testimonial-card {
    text-align: center;
    border: none;
    box-shadow: 0 20px 30px color(srgb 0 0 0 / 0.07);
    border-radius: 30px;
}

.card.testimonial-card img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin-top: 11px;
    margin-bottom: 10px;
}

.card.testimonial-card .testimonial-by {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 0px;
}

.card.testimonial-card p:empty {
    display: none;
}
.card.clients-card {
    border-radius: 0px;
    min-height: 140px;
    margin-bottom: 25px;
}

.card.clients-card .card-body {
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-section {
    background: #3c2e24;
    color: #fff;
}

.banner-content-section {
    padding: 100px;
}
.banner-content-section h3 {
    font-size: 59px;
    line-height: 61px;
	margin-bottom: 45px;
}
.banner-content-section p {
    font-size: 25px;
    color: #fff;
    margin-bottom: 45px;
}
.banner-slider {
    padding-right: 100px;
}

.banner-slider img {
    height: 100%;
    object-fit: cover;
}

.bannerswpier-slider, .banner-slider .swiper-container {
    height: 100%;
}
.banner-slider {
    position: relative;
	height:100%;
}

.banner-slider:before {
    content: "";
    position: absolute;
    right: 35px;
    bottom: 0;
    height: 509px;
    width: 66px;
    background: url(../images/varista-vertical.jpg) no-repeat bottom;
    z-index: 10;
    background-size: cover;
    opacity: .3;
}
.phone-and-email .icon-whatsapp-img ,
.phone-and-email .icon-mail_outline-img ,
.phone-and-email .icon-phone-img {
    content: "";
    display: inline-flex;
    width: 33px;
    height: 34px;
    background: url(../images/whatsapp-outline-icon.png);
    align-items: center;
	margin-right:5px;
}
.phone-and-email .icon-mail_outline-img{
	background: url(../images/email-outline-icon.png);
	
}
.phone-and-email .icon-phone-img{
	background: url(../images/phone-outline-icon.png);
}

.phone-and-email {
    display: flex;
    align-items: center;
}
.phone-and-email a {
    display: flex;
    align-items: center;
}

.phone-and-email a + a {
    margin-left: 15px;
}
.three-points img {
    max-width: 62px;
    margin-right:10px;
}

.three-points .point-one,
.three-points .point-two,
.three-points .point-three{
    display:flex;
    align-items:center;
    font-size:14px;
    line-height:17px;
	width: 33%;
}

.three-points {
    display: flex;
    align-items: center;
}
.banner-slider .exp-badge {scale: .7; right:20px;}

.navbar-brand {
    /*display: flex;
    justify-content: space-between;
    width: 100%;*/
}

.email-phone-navbarbutton ul {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
}

.email-phone-navbarbutton {
    display: flex;
    align-items: center;
}

button.navbar-toggler {
    margin-left: 31px;
}
.phone-and-email a {
    text-decoration: none;
}
.swiper-sp-wrpr .swiper-button-prev.int-prev:after,
.swiper-sp-wrpr .swiper-button-next.int-next:after {
    display: none;
}	
.swiper-sp-wrpr .swiper-button-next.int-next{
	right:-30px;
}
.swiper-sp-wrpr .swiper-button-prev.int-prev{
	left:-30px;
}
.swiper-sp-wrpr {
    position: relative;
}
.Firefox .swiper-sp-wrpr,
.Safari .swiper-sp-wrpr{
    position: unset;
}
.swiper-sp-wrpr .swiper-button-next.int-next:hover {
    transform: rotate(45deg);
	box-shadow:0 0 0 3px white;
	right:-40px;
}

.swiper-sp-wrpr .swiper-button-prev.int-prev:hover {
    transform: rotate(-45deg);
	box-shadow:0 0 0 3px white;
	left:-40px;
}
.bannerpagination {
    bottom: 40px;
    position: absolute;
    z-index: 10000;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.swiper-pagination-bullet {
    background-color: white;
}

.aboutus-section {
	padding:80px 0;
    background: url(../images/varista-big-textlogo.jpg) no-repeat #fff;
    min-height: 500px;
    background-size: contain;
}
.aboutus-slider {
    position: absolute;
    right: 0;
    top: 87px;
    width: 50%;
}

.aboutus-section {
    position: relative;
}	
.about-left-column {
    padding: 100px;
	padding-top: 0;
}
.aboutslider-thumbs .swiper-slide {
      height: 89px;
      opacity: 0.7;
	  margin-top:6px;
    }
.aboutslider-thumbs .swiper-slide img {
	height: 89px;
	width:100%;
	object-fit: cover;
}

.aboutslider-thumbs .swiper-slide-thumb-active {
      opacity: 1;
    }
.swiper.aboutswpier-slider {
    height: 450px;
}

.swiper.aboutswpier-slider img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}	
.swiper-button-next.int-next.aboutusnext:after ,
.swiper-button-prev.int-prev.aboutusprev:after {
    display: none;
}	
.swiper-button-next.int-next.aboutusnext:hover {
	transform: rotate(45deg);
	box-shadow:0 0 0 3px white;
	right:-3px;
}
.swiper-button-prev.int-prev.aboutusprev:hover {
	transform: rotate(-45deg);
	box-shadow:0 0 0 3px white;
	left:-3px;
}
.aboutswpier-wrapper{
	position:relative;
}	
.Firefox .aboutswpier-wrapper,
.Safari .aboutswpier-wrapper{
	position:static;
}	
	
.brand-section {
	background:#3c2e24;
	min-height:400px;
}	
.brand-content-area {
    padding: 100px;
    color: #fff;
}

.brand-content-area h2 {
    color: #fff;
}

.brand-content-area p {
    color: #fff;
}
.brand-section .brand-pic-area {
    height: 100%;
}

.brand-section .brand-pic-area img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.bulletpoints {
    margin-left: 0px;
}
.bulletpoints .col-md-6 {
    padding-left: 45px;
    background: url(../images/check-mark-icon.png) no-repeat 0 6px;
    margin-bottom: 17px;
}
.section-content-wrpr {
    padding: 100px;
    padding-right: 50px;
}
.interior-designing img {
    height: 400px;
    object-fit: cover;
}
#collapsingNavbar{
    z-index: -1;
	opacity:0;
	position: fixed;
}
#collapsingNavbar.show {
    position: fixed;
    background: #fff;
    left: unset;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
    color: #fff;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    opacity: 1;
    width: 340px;
    box-shadow: -20px 0 100px color(srgb 0 0 0 / 0.32);
}
.custom-navbar a.mainnav {
    color: #fff;
    padding: 0px;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    /* -webkit-text-stroke-width: 1px; */
    /* -webkit-text-stroke-color: #d58144; */
    color: #b19d6b;
    text-transform: uppercase;
}
.custom-navbar a.mainnav:hover{
	color:#3c2e24;
}
.nav-column {
    /*background: url(../images/nav-dots.png) no-repeat  80% center;*/
}
.custom-navbar .footernavitem a {
    color: #000;
    text-decoration: none;
    font-size: 13px;
    margin-left: 0px;
    line-height: 28px;
    text-transform: uppercase;
}
.custom-navbar ul {
    margin-top: 10px !important;
    margin-bottom: 19px;
}
.customnav-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#collapsingNavbar .row {
   
    height: 100%;
    display: flex;
    align-items: center;
}	
.customnav-section .social a:hover img {
    box-shadow: 0 0 0 3px #9E9E9E;
    border-radius: 50%;
}	
a.customnav-close {
    position: absolute;
    right: 10px;
    cursor: pointer;
}
a.navbar-toggler {
    background: url(../images/burger-menu.png) no-repeat center;
	border:none;
	cursor:pointer;
}	
a.navbar-toggler span {
    visibility: hidden;
}
footer .footer-nav a {
    position: relative;
}
footer .footer-nav a:hover{
    color:#bd9662;
}

footer .footer-nav a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, #ae9e6d,  #bd9662, transparent);
    bottom: 0px;
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
}

footer .footer-nav a:hover:before {
    width:100%;
}
.phone-and-email a:hover {
    color: #b49c69;
}
#slider.nivoSlider, 
#slider.nivoSlider img
{
	height:100% !important;
}

.nivo-prevNav {
    left: 11px;
}
.nivo-nextNav {
    right: 11px;
}

a.nivo-prevNav ,
a.nivo-nextNav {
    width: 50px;
    height: 50px;
    background: #b49c69;
    border-radius: 50px;
    text-indent: -100000px;
}

a.nivo-prevNav:hover{
    transform: rotate(-45deg);
    box-shadow: 0 0 0 3px white;
    left: 3px;
}
a.nivo-nextNav:hover{
    transform: rotate(45deg);
    box-shadow: 0 0 0 3px white;
    right: 3px;
}

a.nivo-prevNav:after ,
a.nivo-nextNav:after {
    content: "\ea63";
    position: absolute;
    left: 0px;
    font-family: 'icons-sm';
    z-index: 100;
    text-indent: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    top: 0;
    color: #fff;
}
a.nivo-nextNav:after {
    content: "\ea65";
}
.tick-bullet ul li {
    background: url(../images/tick-bullet.png) no-repeat;
    padding-left: 44px !important;
}

.customlist ul li {
    background: #d8973b;
    margin-bottom: 20px !important;
    padding: 14px !important;
    border-radius: 30px;
    padding-left: 56px !important;
}ul.elementor-icon-list-items {}

.customlist ul li:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background: #403226 url(../images/arrow-right-top.png) center no-repeat;
    left: 5px;
    border-radius: 20px;
}

.customlist ul {
    margin-top: 30px !important;
}
.team-img img {
    width: 216px;
    height: 216px !important;
    object-fit: cover;
}
.btn-morepeople {
    display: flex;
    justify-content: center !important;
    align-items: center;
}

.btn-morepeople a {
    width: 216px;
    height: 216px;
    border-radius: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    background: #b79b67 !important;
}

.btn-morepeople a:hover {
    box-shadow: 0 0 0 5px #b49c6966;
}


.tick-bullet.insideText_wrpr li {
    margin-bottom: 18px;
    line-height: 30px;
}

.tick-bullet.insideText_wrpr ul {
    margin-top: 28px;
    margin-bottom: 28px;
}
.btn-elem a {
    display: inline-flex;
    width: auto !important;
    border-radius: 31px;
    padding-right: 48px;
    position: relative;
}

.btn-gold.btn-explore-2.btn-elem {
    background: none;
    border: none;
}

.btn-elem a:after {
    content: "\ea65";
    font-family: icons-sm;
    position: absolute;
    background: #fff;
    border: 1px solid #dadada;
    display: inline-flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    right: -16px;
    top: 0px;
    transition: 0.2s linear;
    -o-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    color: #000;
    transform: rotate(45deg);
}
.custom-navbar a.mainnav[data-bs-toggle=collapse] {
    position: relative;
}

.custom-navbar a.mainnav[data-bs-toggle=collapse]:after {
    content: "\e313";
    font-family: 'icons-sm';
    margin-left: 3px;
}
.btn-gold.btn-explore-2.btn-elem a:hover:after {
    transform: rotate(45deg);
    color: #b49c69;
    right: -21px;
}
.btn-wrapper {
    padding: 0px !important;
}

.btn-wrapper .btn-elem {
    padding: 0px;
    width: 190px;
    margin-top: 18px;
}
.tick-bullet.tick-inline ul {
    display: flex;
}

.tick-bullet.tick-inline ul li span {
    line-height: 32px !important;
}

.tick-bullet.tick-inline ul li {
    margin: 0 22px;
}


.e-flex.aboutcontactpic {
    margin-top: 50px;
}
.postid-401 .singlepage-banner {
    max-height: 550px;
    overflow: hidden;
}

.postid-401 .singlepage-banner img {
    object-fit: cover;
    max-height: 550px;
}
.page .singlepage-banner {
    height: 450px;
}

.page .singlepage-banner img {
    height: 450px;
    object-fit: cover;
    object-position: center;
}
.page .singlepage-banner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: color(srgb 0 0 0 / 0.35);
}

.page .singlepage-banner h1 {
    font-size: 40px;
    
}

.page-title-wrpr{
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 100;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0px;
        flex-direction: column;
}
.page-title-wrpr a{
    color:#fff;
    text-decoration:none;
}
#wpcf7-f126-o1 .wpcf7-form input,
#wpcf7-f126-o1 .wpcf7-form textarea{
    width: 100%;
    padding:5px;
    border:none;
    border-radius:0px;
    background:none;
    border-bottom:1px solid color(srgb 0.13 0.15 0.16 / 0.43);
    padding-left:0px;
}

#wpcf7-f126-o1 .wpcf7-form label {
    width: 100%;
}

#wpcf7-f126-o1 .wpcf7-form input[type=submit]{
    background: #b19d6b;
    width:auto;
    padding:5px 50px;
    border-bottom: none;
    border-radius: 31px;
}

#wpcf7-f126-o1 .wpcf7-form .col-md-6 {
    margin-bottom: 30px;
}
#wpcf7-f126-o1 label {
    font-weight: 600;
}
.card.contact-addrrss-card {
    background: #382c23;
    padding: 40px;
    border: navajowhite;
    border-radius: 20px;
    color: #fff;
}
.card.contact-addrrss-card a {
    color:#fff;
    text-decoration:none;
}

.card.contact-addrrss-card .contact-card-label {
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 18px;
    color: #ae9e6d;
}

.card.contact-addrrss-card .contact-card-label:first-child {
    margin-top: 0px;
}
.card.video-list-wrpr {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 30px 30px color(srgb 0 0 0 / 0.04);
    transform: translate(0px, 5px);
}
.card.video-list-wrpr:hover {
    box-shadow: 0px 30px 30px color(srgb 0 0 0 / 0.08);
    transform: translate(0px, 0px);
}
.card.video-list-wrpr .card-body {
    padding: 0px;
    display: flex;
    flex-direction: column-reverse;
}

.card.video-list-wrpr .video-thumb {
    min-height: 220px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card.video-list-wrpr .video-thumb a {
    color: #fff;
    text-decoration: none;
    font-size: 42px;
}

.card.video-list-wrpr h4 {
    font-size: 17px;
    line-height: normal;
    padding: 10px 20px;
    margin-bottom: 10px;
    min-height: 70px;
}

.card.video-list-wrpr h4 a {
    text-decoration: none;
    color: #000;
}

.card.video-list-wrpr .video-thumb .icon-arrow-up-right2{
    background: #b49c69;
    display: inline-flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
	position:relative;
 right: 0px; 
    transition: 0.2s linear;
    -o-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
}


.card.video-list-wrpr h4:hover + .video-thumb .icon-arrow-up-right2 {
    transform: rotate(45deg);
    color: #fff;
     right: -5px; 
	position:relative;
}
.card.map-card {
    padding: 10px;
    background: #372c23;
    border: none;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 20px;
}

.card.map-card iframe {
    border-radius: 11px;
}

.nav-underline .nav-link.active {
    border-bottom: 2px solid #333;
    color: #000;
}


.card.career-list-wrpr {
    border: none;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 0 20px color(srgb 0 0 0 / 0.06);
    transform: translate(0px, -5px);
}

.card.career-list-wrpr h2 {
    font-size: 28px;
    margin-bottom: 0px;
}

.card.career-list-wrpr h2 span {
    font-size: 17px;
    color: #b19d6b;
}

.career-short-info {
    margin-bottom: 10px;
    color: #3c2e24;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    min-height: 90px;
}

.career-label {
    font-size: 17px;
    margin-bottom: 7px;
}

.career-responsibilities {
    color: #3c2e24;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
}

.card.career-list-wrpr:hover {
    box-shadow: 0 5px 5px color(srgb 0 0 0 / 0.10);
    transform: translate(0px, 0px);
}

.btn-gold.btn-explore-2.btn-career {
    line-height: 27px;
    padding-left: 25px;
    padding-right: 41px;
}

.btn-gold.btn-explore-2.btn-career i {
    top: 0px;
}
.responsibilities-cntnt {
    height: 200px;
    overflow: hidden;
    overflow-y: auto;
}
.page-id-807 .singlepage-banner {
    height: 250px;
    overflow: hidden;
    color: #fff;
}

.page-id-807 .singlepage-banner h1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-id-807 .singlepage-banner img {
    object-fit: cover;
    object-position: 0 0;
    width: 100%;
}

#wpcf7-f127-o1 {
    max-width: 700px;
    margin: 0 auto;
}
#wpcf7-f127-o1 .wpcf7-form input[type=submit] {
    background: #b19d6b;
    width: auto;
    padding: 5px 50px;
    border-bottom: none;
    border-radius: 31px;
}
#wpcf7-f127-o1 .wpcf7-form input,
#wpcf7-f127-o1 .wpcf7-form textarea{
    width: 100%;
    padding:5px;
    border:none;
    border-radius:0px;
    background:none;
    border-bottom:1px solid color(srgb 0.13 0.15 0.16 / 0.43);
    padding-left:0px;
}
textarea.wpcf7-form-control.wpcf7-textarea.address.form-control {
    height: 130px;
}
#wpcf7-f127-o1 .form-group {
    margin-bottom: 40px;
}
#wpcf7-f127-o1 label {
    font-weight: 600;
}
.career-banner-info {
    color: #000;
    margin-top: 20px;
    text-align:center;
}
.page .singlepage-banner h3 {
    font-size: 23px;
    margin-bottom: 9px;
}

.singlepage-banner.services-banner .page-title-wrpr {
    align-items: flex-start;
    padding-left: 100px;
}

.services-tab {
    position: relative;
}

.services-tab:before {
    content: '' !important;
    position: absolute  !important;
    width: 119px  !important;
    height: 112px  !important;
    top: auto !important;
    left: auto !important;
    bottom: -2px !important;
    right: -3px !important;
    z-index: 1 !important;
    background-color: #fff !important;
    mask: url(../images/shape-bottom.png) bottom right no-repeat;
    -webkit-mask: url(../images/shape-bottom.png) bottom right no-repeat;
}

.services-tab-anchor {
    position: absolute !important;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 50px;
    height: 50px;
}

.services-tab-anchor a {
    display: inline-flex;
    width: 50px !important;
    height: 50px !important;
}

.services-tab-anchor a:before {
    content: "\ea65";
    font-family: icons-sm;
}

body.page-template-page-Exhibition-and-Brand-Spaces {
    background: #fff;
}

.services-tab.isd:hover {
    background: #3f3227 !important;
    cursor:pointer;
}

.services-tab.isd:hover h2{
    color:#fff !important;
}

.tick-bullet.two-column ul li {
    width: 50%;
    margin-bottom: 9px;
    min-height: 36px;
    padding-right: 10px;
}

.tick-bullet.two-column ul {
    display: flex;
    flex-wrap: wrap;
}

.approach-card {
    padding: 20px !important;
    border-radius: 30px;
    transform:translateY(5px);
    height: 255px !important;
    overflow:hidden  !important;
	transition: all .2s linear !important;
    -o-transition: all .2s linear !important;
    -moz-transition: all .2s linear !important;
    -webkit-transition: all .2s linear !important;
}
.approach-card:hover {
    transform:translateY(0px); 
     height: 425px !important;
}
/*
.approach-card .approach-para {
    overflow: hidden;
    height: 0;
}
.approach-card:hover .approach-para {
    height: 83px;
}
*/



.booth-pavilions-slider {
    color:#fff;
}

.slider-column {
    color: #fff;
}

.slider-column h2 {
    font-size: 25px;
    width: 258px;
    text-align: center;
    line-height: normal;
    color:#fff;
}

.slider-column p {
    font-size: 15px;
    width: 258px;
    text-align: center;
    line-height: normal;
    color:#fff;
}

.slider-column img {
    width: 244px;
    height: 195px !important;
    border-radius: 30px !important;
    padding: 10px;
    border: 3px solid #ae9e6d !important;
    position: relative;
    top: -6px;
}

.slider-column.column-oppo .slider-column-pic {
    margin-top: 0;
    margin-bottom: 20px;
}

.slider-column.column-oppo img {
    width: 244px;
    height: 195px !important;
    border-radius: 30px !important;
    padding: 10px;
    border: 3px solid #ae9e6d !important;
    position: relative;
    top: -13px;
}

.steps-dot {
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto !important;
}

i.steps-dot-line {
    color: transparent;
    line-height: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

i.steps-dot-line:before, i.steps-dot-line:after {
    content: "";
    width: calc(50% + 10px * 100);
    height: 1px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
}

.dot {
    background-color: #ac9f6f;
    display: block;
    line-height: normal;
    font-size: 14px;
    margin: auto;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    z-index: 200;
    position: relative;
}

i.steps-dot-line::before {
    left: 50%;
    background: #ac9f6f;
}
i.steps-dot-line::after {
    right: 50%;
    background: #ac9f6f;
}

.slider-column-pic {
    margin-top: 20px;
    height: 240px;
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 20px;
}

.slider-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.slider-content-column {
    height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.dot:after {
    content: "";
    position: absolute;
    left: 12px;
    right: 0;
    bottom: -18px;
    width: 1px;
    height: 31px;
    margin: 0;
    background: #aa9f71;
    transform: rotate(-45deg);
}

.slider-column.column-oppo .dot:after {
    content: "";
    position: absolute;
    left: -2px;
    right: 0;
    bottom: -3px;
    width: 1px;
    height: 29px;
    margin: 0;
    background: #aa9f71;
    transform: rotate(-45deg);
}
.testimonial-cntnt {
    position: relative;
}

.career-content {
    max-width: 80%;
    color:#fff;
    text-align: center;
}
.career-content p{
    color:#fff;
}

.career-content p:empty {
    display: none;
}

.career-content p:nth-child(2) {
    margin-bottom: 0;
}
.teams-info,
.cleints-info,
.contact-info,
.testimonial-info{
    max-width: 80%;
    text-align: center;
}

.teams-info p,
.cleints-info p,
.contact-info p,
.testimonial-info p{
    color: #fff;
    margin-top: 17px;
}

.interior-speak {
    position: relative;
    left: -40px;
    z-index: 1;
}

.interior-speak-1 {
    position: relative;
    z-index: 100;
}

.tick-bullet.li-spacing li span {
    line-height: 39px !important;
}



.page-template-page-portfolio .btn-gold.btn-explore-2 {
    background: #fff;
    border-color: #b19d6b;
    padding: 10px 46px;
    padding-right: 60px;
    font-weight: 500;
    margin-bottom: 30px;
    border-width: 2px;
}

.page-template-page-portfolio .btn-gold.btn-explore-2 i {
    right: 7px;
    top: 6px;
    border: none;
    background: #ebebeb;
}

.page-template-page-portfolio .btn-gold.btn-explore-2.active i {
    transform: rotate(45deg);
    color: #ae9e6d;
        background: #fff;
}

.page-template-page-portfolio .btn-gold.btn-explore-2.active {
    color: #fff;
    background: #b19d6b;
}

.page-template-page-portfolio .btn-gold:hover {
    background: #b49c69;
    color: #fff;
}

.page-template-page-portfolio .card-body {
    padding: 0px;
    position: relative;
}

.page-template-page-portfolio .card {
       border: none;
    overflow: hidden;
    border-radius: 30px;
}

.page-template-page-portfolio .title-and-others {
    position: absolute;
    bottom: 0px;
    padding: 15px;
    background: color(srgb 0 0 0 / 0.56);
    min-height: 118px;
    left: 0;
    right: 0;
}

.page-template-page-portfolio .title-and-others h4 {
    font-size: 22px;
    line-height: normal;
    color: #fff;
}

.page-template-page-portfolio .project-location {
    color: #b49c69;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .5px;
    font-weight: 600;
    min-height: 24px;
}

.page-template-page-portfolio .title-and-others a {
    background: #b49c69;
    display: inline-flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 23px;
    border-radius: 50px;
    box-shadow: 0 0 0 3px white;
    transition: 0.2s linear;
    -o-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -20px;
    transform: rotate(0deg);
}

.page-template-page-portfolio .icon-arrow-right1:before {
    content: "\ea65";
    font-size: 13px;
    transition: 0.2s linear;
    -o-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    
}

.page-template-page-portfolio .card:hover .icon-arrow-right1:before {
    transform: rotate(45deg);
}
.page-template-page-portfolio .card img {
    height: 410px;
    margin-bottom: -11px;
    transition: all .4s ease-in-out;
    object-fit: cover;
}
.page-template-page-portfolio .card:hover img {
    transform: scale(1.05);
}
.page-template-page-portfolio .tab-content {
    margin-left: 50px;
    margin-right: 50px;
}

.portfolio-tabs-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 40px;
}
.portfolio-banner {
    background-size: cover !important; background-position: 0 -460px !important;
}

.page-template-page-portfolio .singlepage-banner  h1 {
    font-size: 61px;
}

.page-template-page-portfolio .singlepage-banner .portfo-banner-para {
    text-align: center;
    max-width: 860px;
    margin-top: 9px;
}

.page-template-page-teams .singlepage-banner {
    height: 280px;
}

.page-template-page-teams .singlepage-banner img {
    height: 280px;
}

.page-template-page-careers .singlepage-banner {
    height: 220px;
}

.page-template-page-careers .singlepage-banner img {
    height: 220px;
    object-position:0 -31px !important;
}

.page-template-page-videos  .singlepage-banner,
.page-template-page-photos  .singlepage-banner,
.page-template-page-clients .singlepage-banner,
.page-template-page-contactus .singlepage-banner,
.page-template-page-careers .singlepage-banner,
.page-template-page-testimonials .singlepage-banner{
    height: 220px;
}
.page-template-page-videos  .singlepage-banner img,
.page-template-page-photos  .singlepage-banner img,
.page-template-page-clients .singlepage-banner img,
.page-template-page-contactus .singlepage-banner img,
.page-template-page-careers .singlepage-banner img,
.page-template-page-testimonials .singlepage-banner img{
    height: 220px;
    object-position: 0 -230px;
}

.page-template-page-clients .singlepage-banner img {
    object-position: 0 -630px;
}


.page-main-content .page-title-wrpr {
    position: static;
    color: #000;
    padding: 30px 10px;
}

.page-main-content .page-title-wrpr p {
    color: #000;
    text-align: center;
}

 .page-main-content h1 {
    font-size: 32px !important;
}

.page-template-page-testimonials .singlepage-banner h1 {
    position: absolute;
    color: #fff;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-template-page-videos .singlepage-banner img {
    object-position: center;
}

.page-template-page-videos .singlepage-banner:before{
    display:none;
}
#collapseFour .hdr-phonelinks {
    color: #000;
    text-decoration: none;
    margin-bottom: 5px;
    display: inline-flex;
}

#collapseFour .hdr-phonelinks:before {
    content: "\ed0f";
    font-family: 'icons-sm';
    display: inline-flex;
    margin-right: 6px;
    background: #b19d6b;
    color: #fff;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    font-size: 12px;
}

.customnav-section a img {
    max-width: 70px;
}
.customnav-section a img {
    max-width: 29px;
}
.page-id-749,
.page-id-737,
.page-id-788,
.page-id-807,
.page-id-773{
    background: #fff;
}


.custom-navbar .footernavitem a:before {
        content: "\e5c8";
    font-family: 'icons-sm';
    font-size: 21px;
    margin-right: 9px;
    position: relative;
    top: 5px;
    color: #B79B68;
    display: inline-flex;
    transform: rotateZ(-45deg);
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
}
.custom-navbar .footernavitem a:hover:before {
    transform: rotateZ(0deg);
}
.page-main-content p {
    text-align: center !important;
}
.page-template-page-contactus .singlepage-banner img {
    object-position: 0 -390px;
}

.page-template-page-photos .singlepage-banner img {
    object-position: 0;
}


.other-details-cntnr.mb-5 {
    margin-top: -310px;
    z-index: 1;
    position: relative;
    box-shadow: 0 0 0 5px white;
    padding: 0px;
    background: #fff;
}

.single-portfolio .singlepage-banner {
    height: 500px;
    overflow: hidden;
}
.portfolio-gallery-and-content {
    padding: 40px;
}
.portfolio-gallery-and-content h1 {
    font-size: 31px;
}
.page-id-1077 .our-clients.pt-0 {
    background: #f8f8f8;
}
.page-id-783 .our-clients.pt-5 {
    padding: 0;
    background: #f8f8f8;
}
.testim-pic-wpr {
    padding-right: 40px;
}
.elementor-element-ca8455f .storypara  p {
    color: #fff;
}

.elementor-element-ca8455f .storypara p + p span {
    color: #fff !important;
}
.elementor-element-1108273.storypara p {
    color: #fff;
}
.booth-pavilions-slider {
    cursor: col-resize;
}
.page.page-id-1144 .singlepage-banner img {
    object-position: 0 60%;
}
.whatclientsay {
    --content-width: unset !important;
    max-width: 1110px !important;
}


.page-id-1077 .userfrom {
    font-weight: 600;
}

.contact-page-banner {
    background: #3f3227;
    height: 500px;
    color: #fff;
    overflow: hidden;
}

.contact-page-banner .col-md-6:nth-child(2) {
    padding: 40px !important;
}

.contact-page-banner h2 {
    color: #fff;
}

.contact-page-banner p {
    color: #fff;
    max-width: 610px;
}
.contact-page-banner img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}

.phone-contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.phone-contact a {
    font-size: 13px;
    text-decoration: none;
    color: #000;
}
.customnav-section > img {
    max-width: 100px !important;
}
.page-id-2163 .singlepage-banner {
    height: 286px;
}

.page-id-2163 .singlepage-banner img {
    height: 286px;
}

.page-id-2163 .singlepage-banner h1 {
    display: none;
}

.page-id-2163 .singlepage-banner::before {
    background: none;
}

.page-id-2163{
    background:#fff ;
}
.aagb__accordion_active .aagb__accordion_head {
    background: #b19d6b !important;
}

.aagb__accordion_active .aagb__accordion_body {
    border-color: #b19d6b !important;
}

.custom-navbar .footernavitem a:hover {
    margin-left: 5px;
}
.singlepage-banner.blog-banner {
    height: 460px;
}

.singlepage-banner.blog-banner img {
    height: 460px;
    object-fit: cover;
        position: static;
}

.singlepage-banner.blog-banner h1 {
    font-size: 40px;
    color: #fff;
}

.singlepage-banner.blog-banner {
    background: #392c23;
}
.single.blog {
    background: #fff;
}

.category-list .card-img-top {
    min-height: 230px;
    object-fit: cover;
    max-height: 230px;
}

.category-list .card {
    border: none;
    border-radius: 20px;
    box-shadow: 0 20px 60px color(srgb 0 0 0 / 0.06);
    overflow: hidden;
}

.card.clients-card .card-body p {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 0px;
}

.card.clients-card .card-body {
    min-height: 147px;
}

.category .singlepage-banner.bloglists {
    margin-top: 0;
    margin-bottom: 80px;
}


.category-list .card:hover {
    box-shadow: 0 5px 20px color(srgb 0 0 0 / 0.18);
    transform: translate(0px, -10px);
}   

.category-list .card-body {
    align-items: flex-start !important;
}
.container.category-list .card-body a {
    text-decoration: none;
    color: #392c23;
}
.container.category-list {
    margin-bottom: 60px;
}
.wp-paginate.wpp-modern-grey a, .wp-paginate.wpp-modern-grey span.page.current {
    background: #382c23 !important;
    display: inline-flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    color: #fff !important;
}

.wp-paginate.wpp-modern-grey span.page.current {
    opacity: 1;
    background: #b19d6b !important;
}
.blog .container.other-details-cntnr {
    max-width: 910px;
}

.home.ipad.Safari-17 .aboutswpier-wrapper {
    position: unset;
}
.home.ipad.Safari-17 .banner-section .row .col-md-6:nth-child(1) {
    order: 2;
}
.blog-cat-header {
    background: #3a2e24;
    max-height: 395px;
    overflow: hidden;
    margin-bottom: 50px;
}
.blog-cat-header img {
    max-height: 400px;
    object-fit: cover;
    object-position: center;
    width:100%;
}
.page-template-page-testimonials .testimonial-cntnt .gray-bg {
    text-align: left;
    min-height: 450px;
}
.singlepage-banner.services-banner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: color(srgb 0 0 0 / 0.51);
}
.icons-sm {
    font-family:icons-sm;
}
.icons-sm h2 {
    font-family: 'icons-sm' !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    background: #ae9e6d;
    display: inline-flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}

.aboutus-page-section-2 .col-1.milestones {
    padding: 0px;
    min-height: unset;
}


.postid-401 .slider-column h2 {
    background: #b49c69;
    border-radius: 21px;
    max-width: 110px;
    min-height:110px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.green-section {
    padding: 90px;
    background: #fff;
}

.green-section .row.bulletpoints .col-md-6 {
    padding-bottom: 11px;
}

.wherewowork-para {
    max-width: 1080px !important;
}
.card.client-card img {
    max-width: 130px;
}
.publishedon {
    color: #fff;
}

.comments a {
    color: #fff;
    text-decoration: none;
}



.comments-wrpr {
    margin-top: 40px;
}

.comments-wrpr h3 {
    font-size: 25px;
}

.comment-form-comment {
    display: flex;
    flex-direction: column;
}

p.comment-form-author {
    display: flex;
    flex-direction: column;
}

p.comment-form-email {
    display: flex;
    flex-direction: column;
}

p.comment-form-url {
    display: flex;
}

.prev-next-posts {
    display: flex;
    justify-content: space-between;
}

.prev-next-posts a {
    text-decoration: none;
    border: 1px solid #dadada;
    padding: 8px 28px;
    display: inline-flex;
    margin-top: 30px;
}


.tags {
    display: inline-flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.tags a {
    text-decoration: none;
    text-transform: capitalize;
    margin-right: 26px;
    position: relative;
    color: #000;
    margin-bottom: 7px;
}

.tags a:before {
    content: "\ed73";
    font-family: icons-sm;
    margin-right: 16px;
}

input#submit {
    background: #b79b67;
    border: none;
    padding: 12px 37px;
    border-radius: 41px;
}

input#submit:hover {
    box-shadow:0 0 0 3px black;
}
.tag h1 {
    font-size: 14px !important;
    font-weight: 100;
    line-height: 27px;
}

.tag .card.tag-card .card-body {
    padding: 0px !important;
}

.tag .container {
    margin-top: 40px;
}

.tag .card.tag-card .card-body h2 {
    font-size: 17px;
    line-height: normal;
    padding: 10px 20px;
    margin-bottom: 0px;
}

.tag .card.tag-card .card-body h2 a {
    text-decoration: none;
    color: #000;
}

.tag .card.tag-card .card-body p {
    padding: 10px 20px;
}

.tag .card.tag-card .card-body small {
    padding-left: 20px;
    font-size: 12px;
}

.tag .card.tag-card .card-body  p.postmetadata {
    display: none;
}

.tag .card.tag-card .card-body .entry {
    max-height: 180px;
    overflow: hidden;
    margin-bottom: 40px;
}

.tag .card.tag-card {
    min-height: 539px;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}

.tag .card.tag-card .card-body img {
    min-height: 200px;
    max-height: 200px;
        width: 100%;
}
.page-id-2412 .singlepage-banner,
.privacy-policy .singlepage-banner {
    background: #382c23;
    height: 220px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}


.page-id-2412 .singlepage-banner img,
.privacy-policy .singlepage-banner img {
    display: none;
}

.page-id-2412 .singlepage-banner h1,
.privacy-policy .singlepage-banner h1 {
    position:relative;
}
 .page-id-2412,
body.privacy-policy {
    background: #fff;
}


.singlepage-banner img {
    position: absolute;
}
.swiper-container.bannerswpier-slider {
    overflow: hidden;
}
.swiper-button-next.bannernext {
    background: #b19d6b;
    width: 50px;
    height: 50px;
    border-radius: 40px;
    color: #fff;
    transform: rotate(45deg);
}
.Firefox .swiper-button-next.bannernext,
.Safari .swiper-button-next.bannernext{
    right:110px;
}

.swiper-button-next.bannernext:after {
    content: none;
}

.swiper-button-prev.bannerprev {
    background: #b19d6b;
    width: 50px;
    height: 50px;
    border-radius: 40px;
    color: #fff;
    transform: rotate(-45deg);
}

.swiper-button-prev.bannerprev:after {
    content: none;
}
.swiper-button-next.bannernext:hover {
	transform: rotate(45deg);
	box-shadow:0 0 0 3px white;
	right:-3px;
}
.Firefox .swiper-button-next.bannernext:hover,
.Safari .swiper-button-next.bannernext:hover{
	right:98px;
}

.swiper-button-prev.bannerprev:hover {
	transform: rotate(-45deg);
	box-shadow:0 0 0 3px white;
	left:-3px;
}
.btn-varista {
    background: #b19d6b;
    border-radius: 20px;
    border: none;
    padding-left: 21px;
    padding-right: 21px;
}
.singlepage-banner.blog-banner .col-md-6.my-auto {
    position: relative;
    z-index: 1;
}

.by-and-on {
    display: flex;
    color: #fff;
}

.publishedby {
    margin-right: 10px;
}

.publishedby a {
    text-decoration: none;
    color: #fff;
    pointer-events: none;
}
.blog ul.wp-block-list {
    list-style: disc;
    margin-left: 48px;
    margin-top: 20px;
    margin-bottom: 20px;
}
footer .col-md-3 .footer-nav a {
    display: flex;
    align-items: center;
}

footer .col-md-3 .footer-nav a i {
    margin-right: 7px;
}
.job-respo {
    list-style-type: disc;
    margin-left: 20px;
	font-size: 14px;
}


@media (max-height:700px){
    .page .singlepage-banner {
        height: 220px;
        overflow:hidden;
    }
    .postid-401 .singlepage-banner {
        height:220px;
    }
    .elementor-813 .elementor-element.elementor-element-baa012d {
        bottom: -152px !important;
    }
    .page.page-id-1077 .singlepage-banner {
        height: 260px;
    }
    .page.page-id-1077 .singlepage-banner img {
        height: 260px;
    }
}
	
	


@media screen and (max-width: 1400px){
    .approach-card:hover {
         height: 495px !important;
    }
    .page-template-page-contactus .singlepage-banner img {
        object-position: 0 -280px;
    }
    .page-template-page-clients .singlepage-banner img {
        object-position: 0 -530px;
    }
    .aboutus-page-section-2 .col-1 {
        padding: 43px;
    }
	.blog-section {
		padding: 80px;
	}
	.our-clients {
		padding: 80px 0;
	}
	.testimonials-wrpr {
		padding: 80px 0;
		margin: 0 80px;
	}
	.section-content-wrpr {
		padding: 80px;
		padding-right: 50px;
	}
	.brand-content-area {
		padding: 80px;
		color: #fff;
	}
	.about-left-column {
		padding: 80px;
		padding-top: 0;
	}
	.banner-content-section {
		padding: 80px;
	}
	.banner-content-section h3 {
		font-size: 41px;
		line-height: 44px;
		margin-bottom: 35px;
	}
	.banner-content-section p {
		font-size: 19px;
		color: #fff;
		margin-bottom: 28px;
	}
	
	.card.dpropsal-card .card-header .proposal-designs img {
		max-width: 91px !important;
	}
}


@media screen and (max-width:1200px) {
    
    .banner-section .col-md-6 {
        width: 100%;
    }
    
    .portfolio-container .col-md-3 {
        width: 33.3%;
    }
    
}


@media screen and (max-width: 1000px) {
    .by-and-on {
        flex-direction: column;
    }
    .container-fluid.blog-cat-header img {
            height: 100%;
            max-height: unset;
        }
        
        .container-fluid.blog-cat-header {
            max-height: unset;
        }
    .category-blog .category-list .col-md-3 {
            width: 50%;
        }
        .portfolio-container .col-md-3 {
            width: 50%;
        }
        .page.page-id-1144 .singlepage-banner {
            height: 240px;
            overflow: hidden;
        }
        .approach-card:hover {
            transform: translateY(0px);
            height: 465px !important;
        }
        
        .page.page-id-813 .singlepage-banner {
            height: 230px;
        }
        .page.page-id-813  .singlepage-banner img {
            height: 230px;
        }
        
        .elementor-element-54c2015.ourstory-section-2.about-career-section {
            margin-left: 20px;
        }
        .postid-401 .ourstory-section-2 p {
            color: #fff;
        }
         .ourstory-section-2.about-career-section p {
            color: #fff !important;
        }
  

    .postid-401 .ourstory-section-2 p {
        color: #54595F;
    }
    
        .postid-401 .tick-bullet.tick-inline ul {
            flex-direction: column;
        }
        
        .postid-401 .tick-bullet.tick-inline ul li {
            margin-bottom: 14px;
        }
    
         #collapsingNavbar .col-md-6 {
            width: 100%;
        }
        #navbar .phone-and-email {
            display: none;
        }
        .aboutus-section {
            padding-bottom: 5px;
        }
        
        .footer-copy .col-md-6 {
            width: 100%;
        }
        
        .footer-copy .col-md-6.text-end.pe-4 {
            justify-content: center;
            padding-bottom: 40px;
        }
        
        .footer-copy {width: 98% !important;}
        
        .aboutus-section {
            padding-bottom: 5px;
        }
    
        .banner-section .col-md-6 {
            width: 100%;
        }
        .banner-section .col-md-6:first-child {
            order: 2;
        }
        .aboutus-section .col-md-6 {
            width: 100%;
        }
        .brand-section .col-md-6 {
            width: 100%;
        }
        .brand-section .col-md-6 {
            width: 100%;
        }
        .testimonials-wrpr .col-md-6 {
            width: 100%;
        }
        
        .testimonials-wrpr .col-md-6:first-child {
            display: none;
        }
        .our-clients .col-md-2 {
            width: 25%;
        }
        .our-clients .col-md-2 {
            width: 25%;
        }
        
        .blog-section .col-md-5 {
            width: 100%;
            margin-bottom: 20px;
        }
        
        .blog-section .col-md-7 {
            width: 100%;
        }
        
        .interior-design-wrpr .col-md-5, .interior-design-wrpr .col-md-7 {
            width: 100%;
        }
        
        .interior-design-wrpr .col-md-7 {
            margin-bottom: 40px !important;
        }
        
        .aboutus-slider {
            position: static;
            width: 100%;
        }
        
		button.navbar-toggler:focus {
			box-shadow: none;
		}
		.navbar-toggler-icon {
			display: block;
			position: absolute;
			top: 20px;
			right: 20px;
			width: 50px;
			height: 50px;
			cursor: pointer;
			z-index: 400;
			padding: 0;
	        background: none;
		}
		.navbar-toggler-icon span {
			position: absolute;
			top: 50%;
			left: 10px;
			right: 10px;
			display: block;
			height: 4px;
			margin-top: -2px;
			background-color: #3f3227;
			font-size: 0px;
			-webkit-touch-callout: none;
			-webkit-user-select: none;
			-khtml-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none;
			-webkit-transition: background-color 0.2s;
			transition: background-color 0.2s;
		}
		.navbar-toggler-icon span:before, .navbar-toggler-icon span:after {
			position: absolute;
			left: 0;
			width: 100%;
			height: 100%;
			background: #3f3227;
			content: '';
			-webkit-transition: -webkit-transform 0.3s;
			transition: transform 0.3s;
		}
		.navbar-toggler-icon span:before {
			-webkit-transform: translateY(-220%);
			transform: translateY(-220%);
		}
		.navbar-toggler-icon span:after {
			-webkit-transform: translateY(220%);
			transform: translateY(220%);
		}
		.navbar-toggler-icon.active span:before {
			-webkit-transform: translateY(0) rotate(45deg);
			transform: translateY(0) rotate(45deg);
		}
		.navbar-toggler-icon.active span:after {
			-webkit-transform: translateY(0) rotate(-45deg);
			transform: translateY(0) rotate(-45deg);
		}
		span.navbar-toggler-icon.active span {
			background: transparent !important;
		}
		
		
		
		.footer-copy {
		line-height: 21px;
		text-align: center;
	}

	.footer-copy .col-md-6.text-end.pe-4 {
		padding-right: 15px !important;
		text-align: center !important;
		display: flex;
		margin-top: 10px;
	}

	.footer-copy .col-md-6 {
		padding-top: 19px;
	}
	.footer-copy {
		width: 90%;
		margin-left: 10px;
		margin-right: 10px;
	}
	.footer-nav-label.goldColor {
		text-align: center;
		margin-top: 40px;
		margin-bottom: 9px;
	}
	.footer-nav a {
		text-align: center;
		display: flex;
		width: 100%;
		justify-content: center;
	}
	
	footer {
		padding: 20px;
		margin-left: 15px;
		margin-right: 15px;
	}
	.three-columns-wrpr {
		margin: 0px 20px;
	}

	.three-columns-wrpr .col-md-4 {
		padding-top: 20px !important;
	}
	.testimonials-wrpr {
		padding: 20px 0;
		margin: 0 30px;
	}
	.our-projects-wrpr {
		margin: 0 15px;
		padding: 20px;
	}
	.aboutus-cntnt {
		padding: 20px;
	}

	.aboutus-main-wrpr.aboutus-main-wrpr-2 {
		margin: 15px;
	}
	.companyExpertise {
		padding: 40px;
	}
	.swiper-left-cntnr, .swiper-right-cntnr{
		display: none;
	}
	.companyExpertise-wrpr {
		display: unset;
	}
	
	.interior-design-wrpr {
		padding-left: 15px;
		padding-right: 15px;
	}
	.right-corner-4 , .right-corner-2, .right-corner-1, .right-corner-3{
		position: static;
		width: 100%;
		max-width: unset;
	}
	
	.our-services-block .col-md-4 {
		margin-top: 50px;
	}

	.exhibition-stand-designs-wrpr h2 {
		font-size: 23px;
		line-height: normal;
		padding-left: 20px;
		padding-right: 20px;
		margin-top: 15px;
		margin-bottom: 25px;
	}
	.slider li .row.h-100 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.slider.slider-2 .exp-badge {
		top: 50px;
		zoom: .6;
	}
	.slider.slider-2 {
		margin-top: 90px;
		height: 87%;
	}
	#navbar.navbar.navbar-2 {
		background: color(srgb 1 1 1);
		width: 100%;
	}
	.our-project-cntnt {
		width: 100%;
	}
	.aboutus-wrpr .exp-badge {
		scale: .6;
		right: 0;
		top: 0;
	}
	.navbar-toggler {
		border: none;
        width: 42px;
        height: 28px;
        border-radius: 0px;
	}

	#navbar.navbar.navbar-2 .navbar-brand {
		display: flex;
		justify-content: space-between;
	}
	.header-bar.header-bar-2 {
		display: none;
	}
	.left {
		width: 100%;
		height: 30%;
	}
	.slider {
		width: 100%;
		height: 70%;
	}
	.interior-design-wrpr .col-md-8 {
		width: 55%;
	}

	.interior-design-wrpr .col-md-3 {
		width: 40%;
	}

	.interior-design-wrpr .col-md-1 {
		width: 1%;
	}	
	.three-columns-wrpr .col-md-4 {
		width: 100% !important;
	}	
		
	footer .col-md-8 {
		width: 100%;
	}

	footer .row > .col-md-4 {
		width: 100%;
	}

	footer .col-md-8 .col-md-2, footer .col-md-8 .col-md-3 {
		width: 100%;
	}
		
}







@media only screen and (max-width: 768px) {
	.card.client-card img {
    	 max-width: 100%;
	}
  [data-sal] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}





@media screen and (max-width: 700px) {
    .contact-page-banner {
        height: auto;
    }
    .container-fluid.blog-cat-header .col-md-6.ps-0 {
        padding-right: 0px;
    }

    .postid-401 .singlepage-banner {
        max-height: 200px;
    }
	.interior-design-wrpr .col-md-8 {
		width: 100%;
	}

	.interior-design-wrpr .col-md-3 {
		width: 100%;
	}

	.interior-design-wrpr .col-md-1 {
		width: 100%;
	}
	.footer-copy {
		line-height: 21px;
		text-align: center;
	}

	.footer-copy .col-md-6.text-end.pe-4 {
		padding-right: 15px !important;
		text-align: center !important;
		display: flex;
		margin-top: 10px;
	}

	.footer-copy .col-md-6 {
		padding-top: 19px;
	}
	.footer-copy {
		width: 90%;
		margin-left: 10px;
		margin-right: 10px;
	}
	.footer-nav-label.goldColor {
		text-align: center;
		margin-top: 40px;
		margin-bottom: 9px;
	}
	.footer-nav a {
		text-align: center;
		display: flex;
		width: 100%;
		justify-content: center;
	}
	
	footer {
		padding: 20px;
		margin-left: 15px;
		margin-right: 15px;
	}
	.three-columns-wrpr {
		margin: 0px 20px;
	}

	.three-columns-wrpr .col-md-4 {
		padding-top: 20px !important;
	}
	.testimonials-wrpr {
		padding: 20px 0;
		margin: 0 30px;
	}
	.our-projects-wrpr {
		margin: 0 15px;
		padding: 20px;
	}
	.aboutus-cntnt {
		padding: 20px;
	}

	.aboutus-main-wrpr.aboutus-main-wrpr-2 {
		margin: 15px;
	}
	.companyExpertise {
		padding: 40px;
	}
	.swiper-left-cntnr, .swiper-right-cntnr{
		display: none;
	}
	.companyExpertise-wrpr {
		display: unset;
	}
	
	.interior-design-wrpr {
		padding-left: 15px;
		padding-right: 15px;
	}
	.right-corner-4 , .right-corner-2, .right-corner-1, .right-corner-3{
		position: static;
		width: 100%;
		max-width: unset;
	}
	
	.our-services-block .col-md-4 {
		margin-top: 50px;
	}

	.exhibition-stand-designs-wrpr h2 {
		font-size: 23px;
		line-height: normal;
		padding-left: 20px;
		padding-right: 20px;
		margin-top: 15px;
		margin-bottom: 25px;
	}
	.slider li .row.h-100 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.slider.slider-2 .exp-badge {
		top: 50px;
		zoom: .6;
	}
	.slider.slider-2 {
		margin-top: 90px;
		height: 87%;
	}
	#navbar.navbar.navbar-2 {
		background: color(srgb 1 1 1);
		width: 97%;
	}
	.our-project-cntnt {
		width: 100%;
	}
	.aboutus-wrpr .exp-badge {
		scale: .6;
		right: 0;
		top: 0;
	}
	.navbar-toggler {
		border: none;
	}

	#navbar.navbar.navbar-2 .navbar-brand {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	.header-bar.header-bar-2 {
		display: none;
	}
	.left {
		width: 100%;
		height: 30%;
	}
	.slider {
		width: 100%;
		height: 70%;
	}
}




@media only screen and (max-width: 500px) {
    .green-section {
        padding: 30px;
    }
    .bwg-title2 {
        display: none;
    }
    footer .current-menu-item a {
        color: #b19d6b;
    }
    .other-details-cntnr.mb-5 {
        max-width: 330px;
        padding-top: 11px;
    }
    .storypara{
        color:#fff;
    }
    .singlepage-banner.blog-banner {
        height: unset;
        overflow:hidden;
    }
    .container.other-details-cntnr {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    .category-blog .category-list .col-md-3 {
            width: 100%;
            padding-left: 25px;
        }
    .portfolio-container .col-md-3 {
        width: 100%;
        padding: 15px !important;
    }
    
    .page-template-page-portfolio .tab-content {
        margin-left: 15px;
        margin-right: 15px;
    }
    
    .page-template-page-portfolio .singlepage-banner h1 {
        font-size: 35px;
        text-align: center;
    }
    
    .page-template-page-portfolio .singlepage-banner .portfo-banner-para {
        padding: 20px;
    }
    
    .portfolio-container .nav-tabs .btn-gold {
        width: 100%;
        
    }
    
    
    
    .portfolio-container .nav-tabs li {
        width: 100%;
    }
    
    .portfolio-container .nav-tabs li a {
        margin-bottom: 0px !important;
        margin-top: 30px !important;
    }
    .singlepage-banner.services-banner .page-title-wrpr {
        padding-left: 60px;
    }
    .booth-pavilions-slider .swiper-slide {
        min-width: 350px;
    }
    
    .approach-card .elementor-element-796aae7,
    .approach-card .elementor-element-ef61e0e,
    .approach-card .elementor-element-20f98a6,
    .approach-card .elementor-element-da205e2,
    .approach-card .elementor-element-5997e91,
    .approach-card .elementor-element-e68388b
    {
        width: 120px;
        height: 120px;
    }
    
    
     .approach-card .elementor-element-08b0ca1,
    .approach-card .elementor-element-380f9a0,
    .approach-card .elementor-element-88b9b89,
    .approach-card .elementor-element-af58a4c,
    .approach-card .elementor-element-f8bc49b,
    .approach-card .elementor-element-e68388b
    {
        width: 120px;
        height: 120px;
    }
    
    
    
    
    
    
    .approach-card.e-con.e-flex {
        display: flex;
        flex-direction: unset;
        flex-wrap: wrap;
        width: 300px;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 0 auto;
    }
    
    .elementor-element-418e30d,
    .elementor-element-14b4c3f,
    .elementor-element-9318c9b,
    .elementor-element-b0ae02a,
    .elementor-element-33292e5,
    .elementor-element-0aa9cbe,
    .elementor-element-d1d8e64{
        width: 100%;
    }
    
     .elementor-element-b54d021,
    .elementor-element-50ba91a,
    .elementor-element-1b759fa,
    .elementor-element-8b588a6,
    .elementor-element-4c2b24b{
        width: 100%;
    }
    
    .elementor-element-d901b24 {
        width: 100%;
    }
    
    .ourstory-section-2.about-career-section p {
        color: #fff !important;
    }
    .phonehding h2 ,
    #phonehding h2{
         font-size: 30px !important; 
    }   

    .postid-401 .ourstory-section-2 p {
        color: #54595F;
    }
    
    .elementor-element.elementor-element-54c2015.e-con-full.ourstory-section-2 {
        background-color: #716b67a6 !important;
    }
    .elementor-element.elementor-element-54c2015.e-con-full.ourstory-section-2 {
        margin-left: 0;
    }
    #collapsingNavbar.show {
        padding: 30px;
    }
    #navbar.navbar.navbar-2 .navbar-brand {
        width: auto;
    }
    .blog-lists .col-md-6 {
        margin-bottom: 20px;
    }
    .our-clients {
        padding: 40px !important;
    }
    
    .our-clients .col-md-2 {
        width: 50%;
    }
    
    .blog-section {
        padding: 40px;
    }
    
    .testimonials-wrpr h2{
        font-size: 30px;
        line-height: 33px;
    
    }
    .testimonials-wrpr p{
         font-size: 15px;
    }
    .our-clients h2{
        font-size: 30px;
        line-height: 33px;
    
    }
    
    .blog-head {
        padding: 30px;
    }
    .blog-head h2 {
        font-size: 30px;
        line-height: 33px;
    }
    .blog-head p {
        font-size: 15px;
    
    }
    
    .blog-lists h4 {
       font-size: 18px;
        line-height: 23px; 
    }
    .blog-lists p {
        font-size: 15px;
    }
    .section-content-wrpr {
        padding: 40px;
    }
    
    .section-content-wrpr h2 {
        font-size: 30px;
        line-height: 33px;
        margin-bottom: 10px;
    }
    
    .section-content-wrpr p {
        font-size: 15px;
    }
    .brand-content-area {
        padding: 40px;
    }
    
    .brand-content-area h2 {
        font-size: 30px;
        line-height: 33px;
        margin-bottom: 10px;
    }
    
    .brand-content-area p {
        font-size: 15px;
    }
    .about-left-column {
        padding-left: 40px;
        padding-right: 40px;
    }
    
    .about-left-column h2 { 
        font-size: 30px;
        line-height: 33px;
        margin-bottom: 10px;
    }
    
    .about-left-column p {
        font-size: 15px;
    }
    .banner-slider .exp-badge {
        scale: .5;
        top: -19px;
        right: -20px;
    }
    
    .banner-content-section h3 {
        font-size: 30px;
        line-height: 33px;
        margin-bottom: 10px;
    }
    
    .banner-content-section p {
        font-size: 15px;
    }
    
    .three-points {
        flex-direction: column;
    }
    
    .three-points .point-one, .three-points .point-two, .three-points .point-three {
        width: 100%;
        margin-bottom: 10px;
    }
    .banner-slider .exp-badge {
        scale: .5;
        top: -19px;
        right: -20px;
    }
    .banner-content-section {
        padding: 40px;
    }
    .banner-slider:before {
        height: 0px;
        right: 0px;
        background-size: contain;
    }
    
    .banner-slider {
        padding-right: 0px;
    }

}
	