/*
Theme Name: decointeriors
*/

@font-face {
	font-family: GeneralSans;
	src: url(../decointeriors/assets/generalsans/GeneralSans-Light.otf);
}
@font-face {
	font-family: GeneralSans;
	src: url(../decointeriors/assets/generalsans/GeneralSans-Medium.otf);
}
@font-face {
	font-family: GeneralSans;
	src: url(../decointeriors/assets/generalsans/GeneralSans-Bold.otf);
}

@font-face {
	font-family: GeneralSans;
	src: url(../decointeriors/assets/generalsans/GeneralSans-Semibold.otf);
}

@font-face {
	font-family: GeneralSans;
	src: url(../decointeriors/assets/generalsans/GeneralSans-Regular.otf);
}

@font-face {
	font-family: GeneralSans;
	src: url(../decointeriors/assets/generalsans/GeneralSans-Medium.otf);
	
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
font,
span,
p {
	font-family: GeneralSans !important;
	--RedColor: #17a76b;
	--BlueColor: #0c498a;
	--TextColor: #6b6a6a;
	--LightBg: #f5f5f5;
}
body{
	overflow-x: hidden;
}
html {
    scroll-behavior: smooth;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
} 
img{
	width: 100%;
}


.cursor {
	position: fixed;
	width: 20px;
	height: 20px;
	background:#bb9a65;
	border-radius: 50%;
	pointer-events: none;
	transform: translate(-50%, -50%);
	transition: transform 0.15s ease;
	top: 15px;
	left: 15px;
}
.cursor-follower {
	position: fixed;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	pointer-events: none;
	transform: translate(-50%, -50%);
	transition: transform 0.2s ease;
	-webkit-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    box-shadow: 0 0 0 0 rgb(113 113 113 / 50%);
}
@keyframes puls{
	100% {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}
a:hover ~ .cursor {
	transform: scale(2);
	background: rgba(0, 0, 0, 0.5);
}
.cursor, .cursor-follower {
    position: fixed;
    z-index: 9999; 
    pointer-events: none; 
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}




body {
	background: #b1b1b121 !important;
}

a {
	transition-duration: 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0px;
	margin: 0px;
	color: #003884;
}

button {
	transition-duration: 0.3s;
}

.container {
	max-width: 1240px !important;
}

p {
	color:#222222b5;
	font-size: 16px;
	line-height: 28px;
}


::selection {
	background: #ffcd38;
	color: #fff;
}

::-moz-selection {
	background: #ffcd38;
	color: #fff;
}

::-webkit-scrollbar {
	width: 4px;
}

::-webkit-scrollbar-track {
	border-radius: 0px;
}

::-webkit-scrollbar-thumb {
	border-radius: 0px;
	background-color: #ffcd38;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #141414;
}
.mega-menu-item-601 .mega-menu-link:hover {
    background: #253883 !important;
    color:#fff!important;
}
.innerpage-header {
    width: 100%;
    background: #00000000;
    height: 350px;
    position: relative;
}
.innerpage-header img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    opacity: 0.8;
    object-position: 0px 60%;
}
.innerpage-content-wrap {
	margin-top: 100px;
	margin-bottom: 100px;
}
.innerpage-header .pageheading-middle {
    width: 100%;
    z-index: 999;
    position: absolute;
    left: 0px;
    top: 0px;
    display: table;
    height: 350px;
}
.innerpage-header .pageheading-middle div {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}
.innerpage-header h2 {
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 0;
    margin: 0px 0px 6px 0px;
    font-weight: 500;
    font-size: 21px;
}
.innerpage-header h2 font {
    position: relative;
}
.innerpage-header h6 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    opacity: 0.8;
}
.innerpage-header h6 a {
    color: #fff;
    text-decoration: none;
}

/* Slider */
.slick-slide {
	margin: 0px 0px;
}

.slick-slide img {
	width: 100%;
}



.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}


/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev:before {
	content: '←';
}

[dir='rtl'] .slick-prev:before {
	content: '→';
}

.slick-next {
	right: -25px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next:before {
	content: '→';
}

[dir='rtl'] .slick-next:before {
	content: '←';
}

/* Dots */

.slick-dots {
	position: absolute;
	bottom: -15px;

	display: block;

	width: 100%;
	padding: 0;
	margin: 0;

	list-style: none;

	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0px 5px !important;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	width: 10px;
	height: 10px;
	display: block;

	padding: 2px;

	cursor: pointer;

	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

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

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;

	position: absolute;
	top: 0;
	left: 0;

	width: 15px;
	height: 15px;

	content: '•';
	text-align: center;

	opacity: .25;
	color: black;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}

/* header section css starts */
.header-wrapper {
    padding-left: 75px;
    padding-right: 75px;
    padding-top: 15px;
    transition-duration: 0.3s;
    padding-bottom: 15px;
    background-color: #ffffff00;
	width: 100%;
    z-index: 1020;
    position: fixed;
    left: 0px;
    top: 0px;
}
.header-wrapper .container-fluid{
	padding: 10px 25px;
    background-color: #ffffffed;
    border-radius: 50px;
}
.header-wrapper .letstalk a {
    padding-top: 22px;
    padding: 10px 30px;
    color: #484848;
    border: 1px solid #00000047;
    border-radius: 40px;
	transition: transform 0.6s ease-in-out;
}

.header-wrapper .letstalk a i{
	transform: rotate(-30deg);
    margin-left: 5px;
	transition: transform 0.6s ease-in-out;
}
.header-wrapper .letstalk a:hover i{
	transform: rotate(0deg);
    margin-left: 5px;
}
.header-wrapper .header-logo img {
    width: 200px;
    object-fit: contain;
}
.header-wrapper .letstalk {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link:before {
    display: inline-block;
    font: inherit;
    font-family: dashicons;
    position: static;
    margin: 0 6px 0 0px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    background: transparent;
    height: auto;
    width: auto;
    top: auto;
}

/* header section css ends */

/* inner page header css starts */
.innerpage-header-wrapper .inner-banner-image img{
	width: 100%;
    height: 600px;
    object-fit: cover;
}
.innerpage-header-wrapper .custom-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%; 
    width: 100%;
	padding: 70px;
}

.innerpage-header-wrapper .inner-banner-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left; 
}
.innerpage-header-wrapper .inner-banner-content  {
    position: relative;
    display: inline-block;
}

.innerpage-header-wrapper .inner-banner-content h2 {
    font-weight: bold;
    color: #0000008a;
    position: relative;
    z-index: 2;
    font-size: 48px;
	margin-top: 15px;
}
.innerpage-header-wrapper .inner-banner-content p {
    font-size: 19px;
}

.innerpage-header-wrapper .inner-banner-content h2::before {
    content: attr(data-title);
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 115px;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: 2px rgb(0 0 0 / 7%);
    text-stroke: 2px rgba(0, 0, 0, 0.1);
    z-index: 1;
    white-space: nowrap;
    pointer-events: none;
    overflow: hidden;
    border-right: 0px solid rgb(0 0 0 / 14%);
    width: 0;
    animation: typewriter 4s steps(30, end) forwards, blinkCursor 0.8s infinite;
	transition: width 0.5s ease-out; 
}
@keyframes typewriter {
    from { width: 0; }
    to { width: 100%; }
}

@keyframes blinkCursor {
    50% { border-right-color: transparent; }
}

.innerpage-header-wrapper .inner-banner-content h6{
	color: #00000096;
}
.innerpage-header-wrapper .inner-banner-content a{
	color: #00000096;
}
.innerpage-header-wrapper .inner-banner-content a.inner-button {
    text-decoration: none;
    position: relative;
    color: #00000094;
    font-weight: 200;
    font-size: 20px;
}
.innerpage-header-wrapper .inner-banner-content a.inner-button::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: #00000063;
    transition: width 0.3s ease, opacity 0.3s ease;
    opacity: 1;
}

.innerpage-header-wrapper .inner-banner-content a.inner-button:hover::after {
    width: 10px; 
    opacity: 0; 
}

/* home page css starts */

/* banner section css starts */

.home-banner-wrap {
    position: relative;
	
}
.banner-item {
    position: relative;
}
.banner-caption {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    text-align: left;
    color: #fff; 
    max-width: 80%; 
}
.banner-contents h2,
.banner-contents p {
    margin: 0 0 15px;
	color: #fff;
}
.banner-contents p{
	font-size: 18px;
	margin-bottom: 40px;
}
.banner-contents h2 {
    font-size: 90px;
    text-transform: uppercase;
    letter-spacing: 7px;
    line-height: 1.1;
	text-shadow: 0px 1px 1px #00000040;
}
.common-button {
    padding: 20px 45px;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 40px;
    display: inline-block;
    background-color: rgb(255 255 255 / 0%);
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    font-size: 15px;
}
.common-button:hover {
	background: linear-gradient(to right, rgb(0 0 0 / 89%), rgb(128 128 128 / 84%));
	color: #ffffff !important;
    text-decoration: none;
}
.common-button i{
	transform: rotate(-30deg);
    margin-left: 5px;
	transition: transform 0.6s ease-in-out;
}
.common-button:hover i{
	transform: rotate(0deg);
    margin-left: 5px;
}
.home-banner-wrap .banner-image img{
	width: 100%;
	height: 105vh;
	object-fit: cover;
}
.home-banner-wrap .bannerslider-item{
   display: block;
   padding-top: 100px;
}
.banner-contents-col{
	position: relative;
}
.banner-contents-col:before {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: url(./assets/img/rotating-text.png) no-repeat;
    background-size: contain;
    right: -80px;
    top: -40px;
    opacity: .9;
    transform: rotate(328deg);
	animation: rotate 10s linear infinite;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* banner section css ends */

/* scrolling service section css starts */
.scrolling-service-section .service-slider {
    padding: 2em 2em;
    overflow: hidden;
    white-space: nowrap;
}
.scrolling-service-section .service-slider .slide-track {
    display: flex;
    width: calc(250px* 8);
    animation: scroll 7s linear infinite;
}
.scrolling-service-section .service-slider .slide {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
}
.scrolling-service-section .service-slider h1 {
    font-size: 40px;
    font-weight: 900;
    color: #000000;
}
@keyframes scroll{
0% {
    transform: translateX(0);
}
100% {
    transform: translateX(-50%);
}
}
.scrolling-service-section .slide {
    display: flex;
    align-items: center; 
    justify-content: center; 
}

.scrolling-service-section .slide h1 {
    position: relative;
    font-size: 45px;
    color: #505050d1;
    margin: 0;
    display: flex
;
    align-items: center;
}

.scrolling-service-section .slide h1::after {
    content: "\f192";
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    font-size: 28px;
    color: #505050d1;
    margin-left: 50px;
    display: inline-block;
    vertical-align: middle;
    padding-top: 10px;
}

/* scrolling service section css ends */

/* video section css starts */
.video-section-wrapper{
	padding: 50px 0px;
}	
.video-section-wrapper .contents h1{
	font-size: 60px;
    color: #343434d1;
    margin: 0;
    font-weight: 700;
}	
.video-section-wrapper .contents {
	padding: 30px;
	background: url(./assets/img/video-section-bg.png) no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 50px;
	box-shadow: 0px 0px 60px #00000036;
}
.video-section-wrapper .contents h3 {
    font-size: 18px;
    color: #ffffff;
    margin: 0;
    padding: 10px 20px;
    width: fit-content;
    text-transform: uppercase;
    background-color: #00000099;
    border-radius: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
	margin-bottom: 15px;
}
.video-section-wrapper .contents h3 i{
	font-size: 10px;
}
.video-section-wrapper .contents video {
    display: block;
    width: 100%;
    margin: 0 auto;
    border-radius: 50px;
    height: 300px;
    object-fit: cover;
}
/* video section css ends */

/* about us section css starts */
.about-us-section {
	padding:50px 0px
}
.about-us-section .title-section h3{
	font-size: 18px;
    color: #ffffff;
    margin: 0;
    padding: 10px 20px;
    width: fit-content;
    text-transform: uppercase;
    background-color: #00000099;
    border-radius: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.about-us-section .title-section h1 {
    font-size: 60px;
    color: #343434d1;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}
.about-us-section .title-section h3 i {
    font-size: 10px;
}
.about-us-section .about-description {
	margin: auto;
    padding-top: 60px;
}
.about-us-section .about-section-gallery {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.about-us-section .about-section-gallery .image img {
    width: 265px;
    object-fit: cover;
	border-radius: 15px;
}
.about-us-section .about-section-gallery .image{
	padding-right: 15px;
}
.about-section-gallery {
    position: relative;
    overflow: hidden;
}

.about-section-gallery .slick-track {
    display: flex;
}

.about-section-gallery .slick-slide img {
    object-fit: cover;
    width: 100%;
    height: auto;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%); 
    }
}

.about-section-gallery:hover .slick-track {
    animation-play-state: paused; 
}

/* about us section css ends */

/* counter section css starts */
.counter-wrapper-section{
	padding: 30px 0px;
	position: relative;
}
.counter-wrapper-section:before {
    content: '';
    position: absolute;
    width: 80%;
    height: 420px;
    background: url(./assets/img/classic-home-interior-styles.png) no-repeat;
    background-position: left;
    background-size: contain;
    left: 0;
    top: -140px;
    opacity: 1;
}

.counter-section {
    display: flex;
    text-align: center;
    background-color: #cdcdcd69;
    border-radius: 30px;
    box-shadow: 0px 4px 5px 4px #00000026;
    flex-wrap: wrap;
    justify-content: center;
}
.counter-item {
    margin: 20px;
}

.counter-number {
    font-size: 60px;
    font-weight: 500;
    color: #101010;
    text-align: left;
}
.counter-description {
    font-size: 22px;
    font-weight: 500;
    color: #202020;
    text-align: left;
    margin-bottom: 0px;
}
.small-description {
    font-size: 12px;
    color: #5c5c5c;
    text-align: left;
}

/* counter section css ends */

/* service section starts */
.service-wrap-section{
	padding: 100px 0px;
}
.service-wrap-section .title-section h3 {
    font-size: 18px;
    color: #ffffff;
    margin: 0;
    padding: 10px 20px;
    width: fit-content;
    text-transform: uppercase;
    background-color: #00000099;
    border-radius: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.service-wrap-section .title-section h1 {
    font-size: 50px;
    color: #343434d1;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}
.service-wrap-section .service-image svg #BACKGROUND rect {
    fill: #f4f4f4 !important;
}
.service-wrap-section .service-image svg .table{
	animation: moveLeftRight 6s infinite alternate;
}
@keyframes moveLeftRight {
    0% {
        transform: translateX(0); /* Initial position */
    }
    50% {
        transform: translateX(-60px); /* Move to the right */
    }
    100% {
        transform: translateX(0); /* Return to initial position */
    }
}
.service-wrap-section .service-image svg .light-hanging{
	animation: move-left-right 3s ease-in-out infinite;
}
@keyframes move-left-right {
    0% {
        transform: translateX(-10px); /* Start slightly to the left */
    }
    50% {
        transform: translateX(10px); /* Move slightly to the right */
    }
    100% {
        transform: translateX(-10px); /* Return back to the left */
    }
}

.service-wrap-section .service-image svg .plant{
	animation: sway-in-wind 3s ease-in-out infinite;
}
@keyframes sway-in-wind {
    0% {
        transform: rotate(0deg); /* Initial sway to the right */
    }
    50% {
        transform: rotate(-1deg); /* Sway to the left */
    }
    100% {
        transform: rotate(0deg); /* Return back to the right */
    }
}

.service-wrap-section .service-image svg  .glass-plant{
	animation: sway-in-wind 3s ease-in-out infinite;
}
.services-list-main-section {
    position: relative;
    margin-bottom: 15px;
	transition: transform 0.6s ease-in-out;
}
.services-list-main-section:hover .service-icon i {
	transform: rotate(45deg);
	transition: transform 0.6s ease-in-out;
}
.services-list-main-section:hover .services-list h1 {
		color: #ffffff;
		background: rgb(0 0 0 / 69%);
		transition: transform 0.6s ease-in-out;
	}
.services-list {
    position: relative;
}

.services-list img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 30px;
}
.services-list h1 {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #303030;
    font-size: 17px;
    font-weight: 300;
    background: rgb(255 255 255 / 79%);
    padding: 8px 19px;
    text-transform: capitalize;
    border-radius: 30px;
	transition: transform 0.6s ease-in-out;
}
.service-icon {
    position: absolute;
    top: 25px;
    right: 25px;
}
.service-icon i {
    font-size: 16px;
    color: #000000;
    background-color: #fff;
    padding: 15px;
    border-radius: 30px;
}
.sticky-sec {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
	transition: transform 0.6s ease-in-out;
}
.service-wrap-section .button{
	text-align: center;
}
.service-wrap-section .common-button {
    color: #000000;
    border: 1px solid #9f9f9f;
    background-color: rgb(255 255 255 / 0%);
}
@keyframes fanVibration {
    0% { transform: translateX(-2px) rotate(0deg); }
    25% { transform: translateX(2px) rotate(1deg); }
    50% { transform: translateX(-2px) rotate(-1deg); }
    75% { transform: translateX(2px) rotate(1deg); }
    100% { transform: translateX(-2px) rotate(0deg); }
}

.fan {
    animation: fanVibration 0.2s infinite linear;
}

/* service section ends */

/* works section css starts */
.works-wrap-section{
	padding: 50px 0px;
}
.works-wrap-section .title-section h3 {
    font-size: 18px;
    color: #ffffff;
    margin: 0;
    padding: 10px 20px;
    width: fit-content;
    text-transform: uppercase;
    background-color: #00000099;
    border-radius: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.works-wrap-section .title-section h1 {
    font-size: 50px;
    color: #343434d1;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}
.works-wrap-section .works-list-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 30px;
	transition: transform 0.3s ease;
}
.works-wrap-section .our-works-list-left {
  margin-top:40px;
}
.works-wrap-section .works-title h1{
	font-size: 16px;
    color: #343434d1;
    margin: 0;
    font-weight: 300;
    text-transform: uppercase;
}
.works-wrap-section .works-title h1 span{
	font-size: 10px;
    color: #000;
}
.works-wrap-section .works-title h1 i{
	font-size: 10px;
}
.works-wrap-section .works-title span.icon {
    color: #000;
    transform: rotate(-50deg);
	transition: transform 0.6s ease-in-out;
}
.works-wrap-section a:hover span.icon {
    transform: rotate(0deg);
}
.works-list-image:hover img {
    transform: scale(1.03); 
}
.works-wrap-section .our-works-list-section a:hover{
	text-decoration: none;
}
.works-wrap-section .works-title {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
	padding: 0px 15px;
}
.works-wrap-section .works-list-main-section{
	margin-bottom: 20px;
}
.works-wrap-section .works-layout {
    margin-bottom: 30px;

}
.works-wrap-section .common-button {
    color: #000000;
    border: 1px solid #9f9f9f;
    background-color: rgb(255 255 255 / 0%);
}
/* Default image styles */
.works-wrap-section .works-layout img {
    width: 200px;
    height: 200px;
    object-fit: contain;
    animation: moveAndRotate 5s ease-in-out infinite; /* Apply animation continuously */
}

/* Animation for moving left to right and cubic rotation */
@keyframes moveAndRotate {
    0% {
        transform: translateX(0) rotateY(0deg); /* Start at original position and no rotation */
    }
    25% {
        transform: translateX(50px) rotateY(90deg); /* Move right and rotate */
    }
    50% {
        transform: translateX(-50px) rotateY(180deg); /* Move left and rotate */
    }
    75% {
        transform: translateX(50px) rotateY(270deg); /* Move right and rotate */
    }
    100% {
        transform: translateX(0) rotateY(360deg); /* Back to the original position */
    }
}

/* works section css ends */

/* team section css starts */
.team-section-wrapper{
	padding: 50px 0px;
    z-index: 99;
    position: relative;
}
.team-section-row{
	padding:80px 0px;
	background: url(./assets/img/team-background.png) no-repeat;
    background-position: center;
    background-size: cover;
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.team-section-wrapper .title-section {
   padding-bottom: 60px;
}
.team-section-wrapper .title-section h3 {
    font-size: 18px;
    color: #ffffff;
    margin: 0;
    padding: 10px 20px;
    width: fit-content;
    text-transform: uppercase;
    background-color: #00000099;
    border-radius: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.team-section-wrapper .title-section h1 {
    font-size: 50px;
    color: #343434d1;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}
.team-section-wrapper .team-section-col img{
	width: 100%;
   height: 400px;
    object-fit: cover;
    border-radius: 30px;
    transition: transform 0.3s ease;
	box-shadow: 0px 2px 4px 1px #0000001c;
}
.team-section-wrapper .team-section-col h1{
	font-size: 17px;
    color: #000000d1;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 15px 0px;
}
.team-section-wrapper .team-section-col p {
    font-size: 14px;
    color: #000000ad;
    padding: 0px 15px 0px;
}
.team-section-wrapper .team-section-col {
	padding: 10px 0px;
}
/* team section css ends */

/* review section starts */

	.review-section-wrapper {
		padding: 80px 0px;
	}
	.review-section-wrapper .title-section h3 {
		font-size: 18px;
		color: #575757;
		margin: 0;
		padding: 10px 20px;
		width: fit-content;
		text-transform: uppercase;
		border-radius: 15px;
		font-weight: 500;
		display: flex;
		align-items: center;
		gap: 10px;
	}
	.review-section-wrapper .title-section h1 {
		font-size: 130px;
		color: #343434d1;
		margin: 0;
		font-weight: 900;
		text-transform: uppercase;
		margin-top: -20px;
	}
	.review-section-wrapper .image-with-title img {
		width: 80px;
		height: 80px;
		object-fit: contain;
		border-radius: 18px;
		box-shadow: 0px 0px 2px 2px #0000000f;
		margin-right: 14px;
	}
	.review-section-wrapper .image-with-title h1{
		font-size: 15px;
		color: #000000d1;
		margin: 0;
		font-weight: 600;
		text-transform: uppercase;
	}
	.review-section-wrapper .image-with-title{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.review-section-wrapper .image-with-title p {
		font-size: 12px;
		color: #000000ad;
		margin-bottom: 0px;
		line-height: 17px;;
	}
	.review-section-wrapper .testimonial-section .content p{
		font-style: italic;
	}
	.review-section-wrapper .testimonial-section .content {
		padding-top: 15px;
	}
	.review-section-wrapper .testimonial-section {
		padding: 15px;
		background-color: #fff;
		border-radius: 30px;
		min-height: 350px;
	}
	.review-section-wrapper .review-section-row{
		padding-top: 30px;
	}
	.review-section-wrapper:before {
		content: '';
		position: absolute;
		width: 500px;
		height: 500px;
		background: url(./assets/img/testimonial-circle.png) no-repeat;
		background-position: left;
		background-size: contain;
		right: 35px;
		top: -100px;
		opacity: .9;
		display: inline-block;
		animation: rotateAndMove 5s linear infinite;
	}
	.review-section-wrapper:after {
		content: '';
		position: absolute;
		width: 90px;
		height: 90px;
		background: url(./assets/img/quot.png) no-repeat;
		background-position: left;
		background-size: contain;
		right: 225px;
		top: 120px;
		opacity: 1;
		display: inline-block;
  		animation: flipHorizontal 5s linear infinite;
	}
	@keyframes flipHorizontal {
		0% {
		  transform: scaleX(1);
		}
		50% {
		  transform: scaleX(-1);
		}
		100% {
		  transform: scaleX(1);
		}
	  }
	  

	@keyframes rotateAndMove {
		0% {
		  transform: translateX(0) rotate(0deg);
		}
		25% {
		  transform: translateX(-50px) rotate(90deg);
		}
		50% {
		  transform: translateX(0) rotate(180deg);
		}
		75% {
		  transform: translateX(50px) rotate(270deg);
		}
		100% {
		  transform: translateX(0) rotate(360deg);
		}
	  }
	.review-section-wrapper {
		position: relative;
	}

/* review section ends */

/* clients section css starts */
	.clients-section-wrapper{
		padding: 50px 0px;
	}
	.clients-section-wrapper .title-section {
	    text-align: center;
	}
	.clients-section-wrapper .title-section h3 {
		font-size: 18px;
		color: #575757;
		margin: auto;
		padding: 10px 20px;
		width: fit-content;
		text-transform: uppercase;
		border-radius: 15px;
		font-weight: 500;
		display: flex;
		align-items: center;
		gap: 10px;
	}
	.clients-section-wrapper .title-section h1 {
		font-size: 60px;
		color: #343434d1;
		margin: 0;
		font-weight: 900;
		text-transform: uppercase;
	}
	.clients-section-wrapper  .clients-section-row{
        padding-top: 30px;
	}
	.clients-section-wrapper .image img {
		width: 230px;
		height: 100px;
		object-fit: contain;
		background-color: #fff;
		padding: 8px;
		border-radius: 30px;
		border: 1px solid #0000001c;
	}

/* clients section css ends */


/* our specialties section css starts */
	.our-specialties-section-wrapper{
		padding: 100px 0px;
	}
	.our-specialties-section-wrapper .content-section {
		position: relative;
	}
	
	.our-specialties-section-wrapper .title--contents {
		position: absolute;
		bottom: 20px;
		left: 20px;
		color: #fff;
		text-align: left;
		padding: 35px 20px;
		backdrop-filter: blur(3px);
		-webkit-backdrop-filter: blur(3px);
		margin-right: 15px;
		border-radius: 30px;
		}
	
		.our-specialties-section-wrapper .title--contents h1,
		.our-specialties-section-wrapper .title--contents p,
		.our-specialties-section-wrapper .title--contents a {
			margin: 0;    
		}
	
		.our-specialties-section-wrapper .title--contents h1 {
			margin-bottom: 10px !important;
			font-size: 25px;
			color: #fff;
			margin: 0;
			font-weight: 600;
		}
	
		.our-specialties-section-wrapper .title--contents p {
			margin-bottom: 10px !important;
			line-height: 1.3;
			color: #fff;
		}
		
		.our-specialties-section-wrapper .title--contents .common-button {
			padding: 15px 30px;
			color: #ffffff;
			border: 1px solid #ffffff;
			border-radius: 12px;
			display: inline-block;
			background-color: rgb(255 255 255 / 0%);
			text-decoration: none;
			transition: all 0.3s ease;
			backdrop-filter: blur(15px);
			-webkit-backdrop-filter: blur(15px);
			font-size: 15px;
		}
	
		.our-specialties-section-wrapper .title--contents .common-button i {
			margin-left: 8px;
		}
		.our-specialties-section-wrapper .content-section img {
			width: 100%;
			height: 630px;
			object-fit: cover;
			border-radius: 40px;
		}
		.our-specialties-section-wrapper .title-section h3 {
			font-size: 18px;
			color: #575757;
			margin: 0;
			padding: 10px 0px;
			width: fit-content;
			text-transform: uppercase;
			border-radius: 15px;
			font-weight: 500;
			display: flex;
			align-items: center;
			gap: 10px;
		}
		.our-specialties-section-wrapper .title-section h1 {
			font-size: 30px;
			color: #343434d1;
			margin: 0;
			font-weight: 900;
			text-transform: capitalize;
		}
		.our-specialties-section-wrapper  .directors-details img{
			width: 100px;
			height: 100px;
			object-fit: cover;
			border-radius: 12px;
		}
		.our-specialties-section-wrapper  .directors-details	{
			display: flex;
			gap: 15px;
			align-items: center;
		}
		.our-specialties-section-wrapper  .directors-details span h3{
			font-size: 17px;
			color: #000000d1;
			margin: 0;
			font-weight: 600;
			text-transform: uppercase;
		}
		.our-specialties-section-wrapper  .directors-section {
			padding: 16px;
			margin-top: 20px;
			background-color: #fff;
			border-radius: 30px;
		}
		.our-specialties-section-wrapper .specialities-points-section {
			margin-top: 22px;
			background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgb(255 255 255 / 62%));
			padding: 30px;
			border-radius: 30px;
		}
		.our-specialties-section-wrapper .specialities-points-section .specialities-points{
			display: flex;
			align-items: center;
			gap: 15px;
			margin-bottom: 9px;
		}
		.our-specialties-section-wrapper .specialities-points-section h3{
			font-size: 15px;
			color: #000000a8;
			margin: 0;
			font-weight: 600;
			text-transform: uppercase;
		}
		.our-specialties-section-wrapper .specialities-points-section img {
			width: 50px;
			height: 50px;
			object-fit: contain;
			background-color: #5e4747;
			padding: 17px;
			border-radius: 10px;
		}


/* our specialties section css ends */

/* contact section css starts */

.contact-section-form-wrap .container-bg{
	padding: 50px 50px;
    background-color: #fff;
    border-radius: 50px;
}

.contact-section-form-wrap input[type=text], .contact-section-form-wrap input[type=email]{
    width: 100%;
    background: none;
    border: 1px solid #ffffff;
    height: 42px;
    border-radius: 10px;
    outline: none;
    padding-left: 15px;
    font-size: 15px;
    transition-duration: 0.3s;
    background-color: #fff;
    margin-bottom: 15px;
}
.contact-section-form-wrap select {
	width: 100%;
    background: none;
    border: 1px solid #ffffff;
    height: 42px;
    border-radius: 10px;
    outline: none;
    padding-left: 15px;
    font-size: 15px;
    transition-duration: 0.3s;
    background-color: #fff;
    margin-bottom: 15px;
}
.contact-section-form-wrap textarea {
	width: 100%;
    background: none;
    border: 1px solid #ffffff;
    border-radius: 10px;
    outline: none;
    padding-left: 15px;
    font-size: 15px;
    transition-duration: 0.3s;
    background-color: #fff;
    margin-bottom: 15px;
}
.contact-section-form-wrap .form-section {
	padding: 35px;
    background: #343434d1;
    border-radius: 30px;
}
.contact-section-form-wrap .contact-details {
    padding: 35px 35px 0px;
}
.contact-section-form-wrap .contact-details h1{
	font-size: 30px;
    color: #343434d1;
    margin: 0;
	font-weight: 500;
	text-transform: capitalize;
    padding-bottom: 10px;
}
.contact-section-form-wrap .contact-details p{
	color: #484848;
    line-height: 1.5;
}
.contact-section-form-wrap .form-section h1 {
	color: #fff;
    font-size: 30px;
    margin: 0;
    font-weight: 500;
    text-transform: capitalize;
    padding-bottom: 10px;
}
.contact-section-form-wrap .form-section p {
    color: #fff;
    line-height: 1.5;
}
.contact-section-form-wrap input[type=submit]{
	width: 100%;
    background: none;
    border: 1px solid #ffffff;
    height: 42px;
    border-radius: 10px;
    outline: none;
    padding-left: 15px;
    font-size: 15px;
    transition-duration: 0.3s;
    background-color: #fff;
    margin-bottom: 15px;
	color: #000000 !important;
}
.contact-section-form-wrap input[type=submit]:hover{
	color: #ffffff;
    background: linear-gradient(to right, rgb(0 0 0 / 89%), rgb(128 128 128 / 84%));
}
.contact-section-form-wrap .contact-details .email p, 
.contact-section-form-wrap .contact-details .phone p, 
.contact-section-form-wrap .contact-details .office p{
  color:#fff;
  margin-bottom: 0px;
}
.contact-section-form-wrap .contact-details .email {
    display: flex;
    justify-content: space-between;
    padding: 17px;
	background: #343434d1;
    border-radius: 10px;
    margin-bottom: 15px;
}
.contact-section-form-wrap .contact-details .email:hover {
    background: linear-gradient(to right, rgb(133 133 133 / 89%), rgb(20 20 20 / 84%));
}
.contact-section-form-wrap  .contact-details  .phone{
	display: flex;
    justify-content: space-between;
	padding: 17px;
	background: #343434d1;
    border-radius: 10px;
    margin-bottom: 15px;
}
.contact-section-form-wrap .contact-details .phone:hover {
    background: linear-gradient(to right, rgb(133 133 133 / 89%), rgb(20 20 20 / 84%));
}
.contact-section-form-wrap  .contact-details  .office{
	display: flex;
    justify-content: space-between;
	padding: 17px;
	background: #343434d1;
    border-radius: 10px;
    margin-bottom: 15px;
	gap: 60px;
}
.contact-section-form-wrap .contact-details .office:hover {
    background: linear-gradient(to right, rgb(133 133 133 / 89%), rgb(20 20 20 / 84%));
}
.contact-section-form-wrap .contact-details a {
    color: #ffffff;
    line-height: 1.5;
	text-decoration: none!important;
}
.contact-section-form-wrap .contact-image {
    padding: 0px 35px 35px;
}
.contact-section-form-wrap .contact-image img{
	width: 100%;
    height: 320px;
    border-radius: 14px;
}
.interior-bg{
	animation: freehandPulse 4s ease-in-out infinite;
	transform-origin: center;
}
	@keyframes freehandPulse {
		0% {
		transform: scale(1) skewX(0deg) skewY(0deg);
		}
		25% {
		transform: scale(1.02) skewX(2deg) skewY(-2deg);
		}
		50% {
		transform: scale(0.98) skewX(-2deg) skewY(2deg);
		}
		75% {
		transform: scale(1.02) skewX(1deg) skewY(-1deg);
		}
		100% {
		transform: scale(1) skewX(0deg) skewY(0deg);
		}
	}
		.leaf{
			transform-origin: bottom center;
			animation: leafSway 8s ease-in-out infinite;
		}


  @keyframes leafSway {
	0% {
	  transform: rotate(0deg);
	}
	25% {
	  transform: rotate(-5deg);
	}
	50% {
	  transform: rotate(5deg);
	}
	75% {
	  transform: rotate(-3deg);
	}
	100% {
	  transform: rotate(0deg);
	}
  }
  

  @keyframes leafSway {
	0% {
	  transform: rotate(0deg);
	}
	25% {
	  transform: rotate(0deg);
	}
	50% {
	  transform: rotate(0deg);
	}
	75% {
	  transform: rotate(-2deg);
	}
	100% {
	  transform: rotate(0deg);
	}
  }
	
	.top-leaf{
			transform-origin: bottom center; /* Fix bottom position */
			animation: leafSway 10s ease-in-out infinite;
	}

/* contact section css ends */


/* home page css ends */


/* about page css starts */
.about-page-wrapper{
	padding: 100px 0px 0px;
}
.about-page-wrapper .about-first-col .content h1 {
    font-size: 60px;
    color: #343434d1;
    margin: 0;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.about-page-wrapper .about-second-col .content h1 {
    font-size: 100px;
    color: #34343459;
    margin: 0;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 40px;
    display: inline-block;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    transform: rotate(180deg);
    
    animation: moveUpDown 2s infinite ease-in-out;
}

@keyframes moveUpDown {
    0% {
        transform: rotate(180deg) translateY(0);
    }
    50% {
        transform: rotate(180deg) translateY(-20px); /* Moves up */
    }
    100% {
        transform: rotate(180deg) translateY(0); /* Moves back down */
    }
}
.about-page-wrapper .about-second-col  {
	display: flex;
    justify-content: center;
    align-items: center;

}
.about-page-wrapper .button{
    margin-bottom: 40px;
    margin-top: 40px;
	}
	.about-page-wrapper .button a{
		padding: 10px 30px;
		color: #484848;
		border: 1px solid #00000047;
		border-radius: 40px;
		transition: transform 0.6s ease-in-out;
	}
	.about-page-wrapper img{
		width: 100%;
		height: auto;
		padding: 10px;
	}
	.about-page-wrapper p{
		font-size: 18px;
   		 text-align: justify;
	}
	.our-clients-count-wrapper{
		padding: 80px 0px;
	}
	.our-clients-count-wrapper .client-count-wrap:hover {
		background-color: #ffffffe0;
	}
	.our-clients-count-wrapper .client-count-wrap {
		padding: 40px;
		border-radius: 130px;
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		gap: 30px;
		background-color: #ffffff61;
		margin-top: 40px;
	}
	.our-clients-count-wrapper .client-count-wrap .number {
		padding: 10px;
		border-radius: 100%;
		border: 1px solid #967b51;
	}
	.our-clients-count-wrapper .client-count-wrap .number span{
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 180px;
		height: 180px;
		line-height: 1;
	}
	.our-clients-count-wrapper .client-count-wrap .number{
		font-size: 70px;
	}
	.our-clients-count-wrapper .client-count-wrap .content h1 {
		font-size: 30px;
		color: #343434d1;
		margin: 0;
		font-weight: 900;
		text-transform: uppercase;
		margin-bottom: 10px;
	}
	.director-section-wrapper .content::before {
		content: "";
		position: absolute;
		width: 100%;
		height: 100vh;
		left: 0px;
		top: -140px;
		opacity: 1;
		background: url(./assets/img/architecture-background-design.png) left center / contain no-repeat;
		background-position: right;
		opacity: .2;
	}
	.director-section-wrapper .content{
		position: relative;
	}

	.director-section-wrapper{
		padding: 80px 0px;
	}
	.fa-brands, .fab {
		font-family: "Font Awesome 6 Brands" !important;
	}
	.our-director{
		border: 1px solid #dedede;
		text-align: center;
		color: #967b51;
		overflow: hidden;
		transition: all 0.3s ease 0s;
	}
	.our-director:hover{
		background: #967b51;
		color: #fff;
	}
	.our-director .pic{ position: relative; }
	.our-director .pic img{
		width: 100%;
		height: auto;
		transition: all 0.3s ease 0s;
		filter: grayscale(1);
	}

	.our-director:hover .pic img{ transform: translateY(-20px); }
	.our-director .social{
		width: 20%;
		height: 100%;
		background: #967b51;
		padding: 20px 0;
		margin: 0;
		list-style: none;
		position: absolute;
		top: 0;
		left: -50%;
		transition: all 0.5s ease 0s;
	}
	.our-director:hover .social{ left: 0; }
	.our-director .social li{ display: block; }
	.our-director .social li a{
		display: block;
		padding: 10px 0;
		font-size: 20px;
		color: #fff;
		transition: all 0.5s ease 0s;
	}
	.our-director .social li a:hover{ color: #ff9b19;  text-decoration:none;}
	.our-director .team-content{ padding: 15px 0; }
	.our-director .title{
		letter-spacing: 1px;
		font-size: 50px;
		color: #202020cf;
		margin: 0;
		font-weight: 900;
		text-transform: uppercase;
	}
	.our-director .post{
		display: block;
		font-size: 15px;
		text-transform: capitalize;
	}
	.director-section-wrapper .content h1 {
		font-size: 60px;
		color: #343434d1;
		margin: 0;
		font-weight: 900;
		text-transform: uppercase;
		margin-bottom: 40px;
		width: 80%;
	}

/* about page css ends */


/* service page css starts */
.our-service-page-wrapper{
	padding: 100px 0px 0px;
}
.our-service-page-wrapper .title-section {
    text-align: center;
    margin-bottom: 80px;
}
.our-service-page-wrapper .title-section h1 {
    font-size: 45px;
    color: #343434d1;
    margin: 0;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.our-service-page-wrapper .service-col-wrap{
	display: flex;
	margin-bottom: 20px;
	margin-top: 20px;
}
.our-service-page-wrapper .service-col-wrap .services-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.our-service-page-wrapper .service-col-wrap .services-content h1 {
    font-size: 40px;
    color: #343434d1;
    margin: 0;
    font-weight: 900;
    text-transform: uppercase;
}
.our-service-page-wrapper .service-col-wrap .services-content {
    padding: 20px;
}
.our-service-page-wrapper .service-col-wrap .services-content a.service-button {
    text-decoration: none;
    position: relative;
    color: #00000094;
    font-weight: 200;
    font-size: 20px;
	transition: transform 0.6s ease-in-out;
}
.our-service-page-wrapper .service-col-wrap .services-content a.service-button i {
    transform: rotate(-40deg);
	transition: transform 0.6s ease-in-out;
}
.our-service-page-wrapper .service-col-wrap .services-content a.service-button:hover i {
    transform: rotate(0deg);
	transition: transform 0.6s ease-in-out;
}
.our-service-page-wrapper .service-col-wrap .services-content a.service-button::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: #00000063;
    transition: width 0.3s ease, opacity 0.3s ease;
    opacity: 1;
}
.our-service-page-wrapper .service-col-wrap .services-content a.service-button:hover::after {
    width: 10px;
    opacity: 0;
}
/* service page css ends */


/* projects page css starts */

.our-projects-page-wrapper {
    padding: 100px 0px 0px;
}

.our-projects-page-wrapper .title-section {
    text-align: center;
}

.our-projects-page-wrapper .title-section h1 {
    font-size: 45px;
    color: #343434d1;
    margin: 0;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.our-projects-page-wrapper .works-list-main-section {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 30px;
}


.our-projects-page-wrapper .works-list-image {
    position: relative;
}

.our-projects-page-wrapper .works-list-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 30px;
    transition: transform 0.3s ease;
}

.our-projects-page-wrapper .works-list-image:hover img {
    transform: scale(1.03);
}


.our-projects-page-wrapper .works-title {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 15px;
    border-radius: 10px;
    color: #fff;
}

.our-projects-page-wrapper .works-title h1 {
    font-size: 16px;
    color: #fff;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
}

.our-projects-page-wrapper .works-title h1 i {
    font-size: 10px;
    margin-right: 5px;
}

.our-projects-page-wrapper .works-title .info-proj {
    display: block;
    font-size: 12px;
    margin-top: 5px;
}

.our-projects-page-wrapper .works-list-image .icon {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.8);
    color: #000;
    padding: 8px 10px;
    border-radius: 50%;
    font-size: 24px;
    transform: rotate(-40deg) !important;
    width: 50px;
    height: 50px;
	transition: background 0.3s ease, transform 0.3s ease;
}
.our-projects-page-wrapper .works-list-image .icon:hover {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    transform: scale(1.1);
	transform: rotate(0deg) !important;
}
.our-projects-page-wrapper a:hover .icon{
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    transform: scale(1.1);
	transform: rotate(0deg) !important;
}
.our-projects-page-wrapper .our-works-list-section a {
    text-decoration: none;
    display: block;
}

/* projects page css ends */

/* single Projects Page CSS starts */
.single-our-projects-page-wrapper{
	padding: 100px 0px 0px;
}
.single-our-projects-page-wrapper .title-section {
    text-align: center;
}

.single-our-projects-page-wrapper .title-section h1 {
    font-size: 45px;
    color: #343434d1;
    margin: 0;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.single-works_section .innerpage-header-wrapper .inner-banner-content h2::before {
    content: attr(data-title);
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 65px;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: 2px rgb(0 0 0 / 4%);
    text-stroke: 3px rgba(0, 0, 0, 0.1);
    z-index: 1;
    white-space: break-spaces;
    pointer-events: none;
    overflow: hidden;
    border-right: 0px solid rgb(0 0 0 / 14%);
    width: 0;
    animation: typewriter 4s steps(30, end) forwards, blinkCursor 0.8s infinite;
    transition: width 0.5s ease-out;
    line-height: 77px;
}
/* single Projects Page CSS ends */


/* team page css starts */

.team-page-section-wrapper{
	padding: 100px 0px 0px;
}
.team-page-section-wrapper .title-section {
    text-align: center;
}
.team-page-section-wrapper .team-row{
		margin-top: 50px;
}
.team-page-section-wrapper .title-section h1 {
    font-size: 45px;
    color: #343434d1;
    margin: 0;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.team-page-section-wrapper .team-section-col img{
	width: 100%;
    height: 350px;
    object-fit: cover;
    padding: 19px;
    border: 1px solid #00000045;
	filter: grayscale(1);
	border-radius: 50px;
}
.team-page-section-wrapper .team-section-col img:hover{
	filter: grayscale(0);
}
.team-page-section-wrapper .team-section-col h1 {
    font-size: 17px;
    color: #000000d1;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
}
.team-page-section-wrapper .team-section-col span{
	padding: 15px;
	text-align: center;
}

/* team page css ends */

/* client page css starts */

.our-clients-page-wrapper {
    padding: 100px 0px 0px;
}
.our-clients-page-wrapper .title-section {
    text-align: center;
}
.our-clients-page-wrapper h1 {
    font-size: 45px;
    color: #343434d1;
    margin: 0;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.our-clients-page-wrapper .image img {
    width: 100%;
    height: 127px;
    object-fit: contain;
    background-color: #fff;
    padding: 15px;
    border-radius: 30px;
    box-shadow: 0px 3px 10px 4px #7676760d;
}
.our-clients-page-wrapper .image {
	margin-bottom: 20px;
}
.scribble {
	position: relative;
	background-image: none;
	background-color: transparent;
	color: #bb9a65;
  
	&::after {
	  content: '';
	  position: absolute;
	  bottom: -20%;
	  left: 0;
	  height: 40%;
	  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='247' height='22' fill='none'%3E%3Cmask id='a' width='246' height='23' x='0' y='1' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23D9D9D9' d='M0 1h246v23H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%2300a661' d='M.225 13.987c40.77-3.247 81.218-6.304 122.486-5.61 40.217.68 80.07 3.493 119.823 8.284 4.828.577 4.966-4.727.193-5.301-40.597-4.886-82.029-7.082-123.059-6.436-39.896.627-80.713 2.548-119.53 8.822-.233.04-.132.263.087.25v-.009z'/%3E%3C/g%3E%3C/svg%3E");
	  mask-repeat: no-repeat;
	  mask-size: 95%;
	  width: 100%;
	  background-image: linear-gradient(
		to right,
		currentcolor 40%,
		transparent 50%
	  );
	  background-repeat: no-repeat;
	  animation: background-size-300 0.4s 1.2s ease-in both;
	  background-size: 300%
	}
  }
  
  @keyframes background-size-300 {
	from {
	  background-size: 0%;
	}
  
	to {
	  background-size: 300%;
	}
  }
  
  .our-clients-page-wrapper .image img:hover {
    filter: grayscale(1);
}
/* client page css ends */

/* gallery page css starts */
.gallery-page-section-wraps{
	padding: 100px 0px 0px;
}
.gallery-page-section-wraps .title-section {
    text-align: center;
}
.gallery-page-section-wraps h1 {
    font-size: 45px;
    color: #343434d1;
    margin: 0;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.gallery-page-section-wraps .gallery-image img{
	width: 100%;
    height: 300px;
    object-fit: cover;
}
.gallery-page-section-wraps .gallery-image {
	margin-bottom: 20px;
}

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

    /* Modal content: image and arrows */
    .modal-content {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #ffffff00!important;
    }

    /* Image inside the popup */
    .popup-img {
    max-width: 35%;
    max-height: 50%;
    margin: auto;
    display: block;
}

    /* Close button */
    .close-btn {
        position: absolute;
        top: 15px;
        right: 30px;
        color: white;
        font-size: 36px;
        cursor: pointer;
    }

    /* Gallery image style */
    .gallery-img {
        width: 100%;
        height: auto;
        cursor: pointer;
    }

    /* Navigation arrows */
    .prev, .next {
        position: absolute;
        top: 50%;
        color: white;
        font-size: 36px;
        padding: 16px;
        cursor: pointer;
        user-select: none;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 50%;
    }

    .prev {
        left: 10px;
    }

    .next {
        right: 10px;
    }

    .prev:hover, .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

/* gallery page css ends */


/* contact page css starts */
.contact-page-wrapper{
	padding: 100px 0px 0px;
}
.contact-page-wrapper .contact-us-container {
    padding: 50px 40px 30px;
    background-color: #fff;
    border-radius: 50px;
}
.contact-page-wrapper .contact-us-container .contact-item {
    display: flex;
    gap: 35px;
    margin-bottom: 15px;
}
.contact-page-wrapper .contact-us-container .contact-item i {
    color: #967b51;
    font-size: 17px;
    border-radius: 9px;
    padding: 10px 13px;
    box-shadow: 0px 0px 5px 0px #00000040;
}
.contact-page-wrapper .contact-us-container .contact-item .contact-item-text span {
    font-weight: bold;
    color: #0000008a;
    position: relative;
    z-index: 2;
    font-size: 20px;
    margin-top: 15px;
    text-transform: uppercase;
}
.contact-page-wrapper .contact-us-container .contact-item .contact-item-text h6{
    color: #000000a3;
    padding-top: 7px;
    font-size: 17px;
}
.contact-page-wrapper .contact-us-container .contact-item .contact-item-text a:hover{
	text-decoration: none!important;
}
.contact-page-wrapper .contact-item .contact-item-text span::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0px;
    width: 0%;
    height: 2px;
    background-color: #00000063;
    transition: width 0.3s ease, opacity 0.3s ease;
    opacity: 1;
}
.contact-page-wrapper .contact-item .contact-item-text span:hover::after {
    width: 100%;
    opacity: 1;
}
.contact-page-wrapper .contact-item .contact-item-text:hover span::after {
    width: 100%;
    opacity: 1;
}
.contact-page-wrapper .title-section h1{
	font-size: 45px;
    color: #343434d1;
    margin: 0;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.contact-page-wrapper .title-section {
	text-align: center;
}
.contact-page-wrapper .contact-us-image svg {
    width: 550px;
    height: 550px;
    border-radius: 100%;
    object-fit: contain;
}
#BG_White rect{
	fill: #14141470 !important
}
.contact-page-wrapper .map h1 {
    font-size: 37px;
    color: #343434d1;
    margin: 0;
    font-weight: 900;
    text-transform: capitalize;
    margin-bottom: 40px;
}
.contact-page-wrapper .map iframe{
	border-radius:30px;
	filter: grayscale(1);
}
.light-dim{
	width: 80px;
  height: 80px;
  background-color: yellow;
  border-radius: 50%;
  position: relative;
  animation: light-blink 1s infinite alternate;
	fill: #ffff00!important;
}
@keyframes light-blink {
	0%, 100% {
	  opacity: 1;
	  box-shadow: 0 0 80px 40px rgba(255, 255, 0, 0.8); /* Stronger glow */
	  background: radial-gradient(circle, rgba(255, 255, 0, 1) 40%, rgba(255, 255, 0, 0.3) 80%, rgba(0, 0, 0, 0) 100%);
	}
	50% {
	  opacity: 0.5;
	  box-shadow: 0 0 40px 20px rgba(255, 255, 0, 0.4);
	  background: radial-gradient(circle, rgba(255, 255, 0, 0.8) 40%, rgba(255, 255, 0, 0.2) 80%, rgba(0, 0, 0, 0) 100%);
	}
  }


  @keyframes sway {
	0% {
	  transform: rotate(0deg) translateX(0);
	}
	25% {
	  transform: rotate(1deg) translateX(0px);
	}
	50% {
	  transform: rotate(0deg) translateX(0);
	}
	75% {
	  transform: rotate(1deg) translateX(0px);
	}
	100% {
	  transform: rotate(0deg) translateX(0);
	}
  }
  
  .leaf-anim-front {
	transform-origin: top center; /* Makes the leaf rotate from the top */
  animation: sway 4s ease-in-out infinite alternate;
  }
  





/* contact page css ends */

/* Lets talk page css starts */
.lets-talk-page-wrapper{
	padding: 100px 0px 0px;
}
.lets-talk-page-wrapper .title-section {
    text-align: center;
    margin-bottom: 80px;
}
.lets-talk-page-wrapper .title-section h1 {
    font-size: 45px;
    color: #343434d1;
    margin: 0;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.lets-talk-page-wrapper .form-section {
    background-color: rgb(0 0 0 / 8%);
    padding: 50px;
    border-radius: 50px;
}
.lets-talk-page-wrapper .form-section h1 {
    color: rgb(0 0 0 / 55%);
    font-size: 43px;
    font-weight: 900;
    padding-bottom: 10px;
    margin: 0px;
    text-transform: uppercase;
}
.lets-talk-page-wrapper input[type="text"], .lets-talk-page-wrapper input[type="email"] {
    width: 100%;
    height: 42px;
    padding-left: 15px;
    font-size: 15px;
    transition-duration: 0.3s;
    margin-bottom: 15px;
    background: none rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 10px;
    outline: none;
}
.lets-talk-page-wrapper input[type="submit"] {
    width: 100%;
    height: 42px;
    padding-left: 15px;
    font-size: 15px;
    transition-duration: 0.3s;
    margin-bottom: 15px;
    background: none rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 10px;
    outline: none;
	color: #000000;
}
.lets-talk-page-wrapper select {
    width: 100%;
    height: 42px;
    padding-left: 15px;
    font-size: 15px;
    transition-duration: 0.3s;
    margin-bottom: 15px;
    background: none rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 10px;
    outline: none;
}
.lets-talk-page-wrapper textarea {
    width: 100%;
    padding-left: 15px;
    font-size: 15px;
    transition-duration: 0.3s;
    margin-bottom: 15px;
    background: none rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 10px;
    outline: none;
}
.lets-talk-page-wrapper input[type=submit]:hover {
    color: #ffffff;
    background: linear-gradient(to right, rgb(0 0 0 / 89%), rgb(128 128 128 / 84%));
}
/* Lets talk page css ends */

/* footer section css starts */
.footer-section-wrapper{
	padding: 100px 0px 0px;
	background: url(./assets/img/footer.png) no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: 100px;
}
.footer-section-wrapper .social-media img{
	width: 40px;
    height: 40px;
    object-fit: contain;
    margin: auto;
    display: block;
}
.footer-section-wrapper .social-media {
    background-color: #4a4a4acf;
    padding: 15px 15px;
	border-radius: 17px;
}
.footer-section-wrapper .social-media:hover{
	background: linear-gradient(to right, rgb(0 0 0 / 89%), rgb(128 128 128 / 84%));
}
.footer-section-wrapper .social-media h3 {
    font-size: 21px;
    color: #ffffff;
    margin: 0;
    font-weight: 500;
    text-transform: capitalize;
    padding-bottom: 10px;
    text-align: center;
    padding-top: 10px;
}
.footer-section-wrapper .social-media a {
    color: #ffffff;
	text-decoration: none!important;
}
.footer-section-wrapper .footer-menu{
	display: flex;
    justify-content: space-around;
}
.footer-section-wrapper h1{
	font-size: 30px;
    color: #343434d1;
    margin: 0;
    font-weight: 700;
    text-transform: capitalize;
    padding-bottom: 10px;
}
.footer-section-wrapper ul li a, .footer-section-wrapper ul li a {
    font-size: 18px;
    padding: 6px 0px;
    margin: 0;
    width: 100%;
    color: rgb(0 0 0 / 61%);
    transition-duration: 0.3s;
    font-weight: 400;
    line-height: normal;
    display: block;
}
.footer-section-wrapper ul, .footer-section-wrapper ul {
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
}
.footer-section-wrapper ul li, .footer-section-wrapper ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: normal;
}
.footer-section-wrapper ul li a {
  text-decoration: none!important;
}
.footer-section-wrapper .importantupdates {
    margin-top: 40px;
}
.footer-section-wrapper .importantupdates input[type=email] {
	width: 100%;
    background: none;
    border: 1px solid #363636;
    height: 55px;
    border-radius: 10px;
    outline: none;
    padding-left: 15px;
    font-size: 15px;
    transition-duration: 0.3s;
    background-color: #ffffff;
    margin-bottom: 15px;
}
.footer-section-wrapper .importantupdates input[type=submit]{
	width: 100%;
    background: none;
    border: 1px solid #363636;
    height: 55px;
    border-radius: 10px;
    outline: none;
    padding-left: 15px;
    font-size: 15px;
    transition-duration: 0.3s;
    background-color: #000000;
    margin-bottom: 15px;
	color:#fff
} 
.footer-section-wrapper .importantupdates input[type=submit]:hover{
	color: #ffffff;
    background: linear-gradient(to right, rgb(0 0 0 / 89%), rgb(128 128 128 / 84%));
}

.footer-section-wrapper .footer-sitename .title h1 {
    font-size: 200px;
    color: #343434d1;
    margin: 0;
    font-weight: 900;
    text-transform: lowercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #00000059;
}
.footer-section-wrapper .footer-sitename .title{
	margin: auto;
}
.footer-copyright .copyright-left {
    text-align: center;
}
.footer-copyright .copyright-right {
    text-align: center;
}
.footer-copyright .copyright-left p {
   font-size: 18px;
}
.footer-section-wrapper .footer-copyright{
  padding-top: 20px;
}
.footer-copyright ul#menu-footer-policies {
    display: flex;
    justify-content: center;
    gap: 30px;
}
.footer-copyright ul#menu-footer-policies a{
	padding-top: 0px;
}
.footer-section-wrapper li a:hover{
	color:#064c79;
}
.decointerior-animate {
    background: none;
    height: 220px !important;  
    width: 100%;
    display: block;
}

.decointerior-animate text {
    font-size: 175px; 
    stroke-width: 1px;
    font-weight: 900;
    fill: rgb(0 0 0 / 4%);
    stroke: #00000052;
    letter-spacing: 4px;
    animation: effect 4s infinite alternate;
    dominant-baseline: middle; 
    text-anchor: middle; 
}

.footer-sitename .title span {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
	border-bottom: 1px solid #0000002b;
}
@keyframes effect{

0% {
    stroke-dasharray: 0 70%;
}
100% {
    stroke-dasharray: 10% 0%;
    stroke-dashoffset: 20%;
}
}


/* footer section css ends */



/* responsive section web css starts */

@media only screen and (min-width: 768px) {
    .title-sec {
        max-width: 100%;
        position: fixed;
        top: 30px;
        width: 590px;
		transition: transform 0.6s ease-in-out;
    }
}

/* responsive section web css ends */

/* responsive section mobile css starts */

@media (max-width: 767.5px) {

	/* home page starts */

	#mega-menu-wrap-primary {
		background-color: #064c7930;
		border-radius: 18px;
		-webkit-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
		-moz-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
		-ms-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
		animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
		box-shadow: 0 0 0 0 rgb(6 76 121 / 52%);
	}
	.header-wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}
	.header-wrapper .letstalk {
		display: none;
	}
	.home-banner-wrap .banner-image img {
        height: 95vh;
    }
	.banner-contents p {
		margin-bottom: 20px;
	}
	.banner-contents h2 {
		font-size: 50px;
		font-weight: 900;
	}
	.banner-caption {
    max-width: 100%;
}
	.banner-contents-col:before {
		width: 130px;
		height: 130px;
		right: 0px;
		top: 0px;
	}
	.review-section-wrapper .title-section h1 {
		font-size: 60px;
	}
	.counter-section {
       display: block;
        padding: 13px;
        column-count: 2;
    }
    .counter-number {
         font-size: 50px;
        }
   	.counter-section .small-description {
        line-height: 15px;
    }
	.video-section-wrapper .contents h1 {
		font-size: 35px;
	}
	.about-us-section .title-section h1 {
		font-size: 35px;
	}
	.about-us-section .about-description {
		padding-top: 15px;
	}
	.about-us-section .about-section-gallery .image img {
		width: 360px;
	}
	.counter-item {
        	margin: 0px 15px;
	}
	.service-wrap-section .title-section h1 {
		margin-bottom: 25px;
	}
	.service-left-section.sticky-sec {
		margin-bottom: 40px;
	}
	.service-left-section.sticky-sec {
		margin-bottom: 40px;
	}
	.works-wrap-section .title-section h1 {
		font-size: 35px;
	}
	.our-works-list-section.our-works-list-right {
		margin-top: 30px;
	}
	.team-section-wrapper .title-section h1 {
		font-size: 35px;
	}
	.team-section-wrapper .team-section-col img {
		height: 400px;
	}
	.team-section-row {
		background-position: left;
	}
	.clients-section-wrapper .title-section h1 {
		font-size: 40px;
	}
	.clients-section-wrapper .image img {
		width: 100%;
		height: 125px;
	}
	.our-specialties-section-wrapper {
		padding: 50px 0px 50px;
	}
	.our-specialties-section-wrapper .content-section {
		margin-bottom: 35px;
	}
	.review-section-wrapper {
		padding: 50px 0px;
	}
	.review-section-wrapper .testimonial-section {
		min-height: 0px;
	}
	.review-section-wrapper:after {
		right: 0px;
		top: 0px;
	}
	.service-wrap-section .title-section h1 {
		font-size: 30px;
	}
	.review-section-wrapper:before {
		width: 300px;
		height: 300px;
	}
    .team-section-wrapper{
		overflow-x: hidden;
	}
    .review-section-wrapper{
		overflow-x: hidden;
	}
	.clients-section-wrapper {
		overflow-x: hidden;
	}
	.scrolling-service-section{
		overflow-x: hidden;
	}
	.about-us-section{
		overflow-x: hidden;
	}
	.our-specialties-section-wrapper .title--contents {
		padding: 35px 5px;
		backdrop-filter: blur(2px);
	}
	.our-specialties-section-wrapper .content-section img {
		height: 400px;
	}
	.contact-section-form-wrap .form-section {
        border-radius: 50px;
    }
    .contact-section-form-wrap .container-bg {
        padding: 10px 0px 10px;
    }
	.footer-section-wrapper .social-media {
		margin-bottom: 15px;
	}
	.footer-section-wrapper .footer-menu {
		display: contents;
	}
	.footer-sitename .title span {
		border-bottom: 0px solid #0000002b;
	}
	.decointerior-animate {
		height: 120px !important;
	}
	.decointerior-animate text {
		font-size: 160px;
	}
	.contact-section-form-wrap .contact-details .email {
		display: block;
}
   .contact-section-form-wrap .contact-details .phone {
		display: block;
}
   .contact-section-form-wrap .contact-details .office {
		display: block;
}
	.contact-section-form-wrap{
		overflow-x: hidden;
	}
	.footer-section-wrapper{
		overflow-x: hidden;
	}
	.footerprojects {
		padding-top: 35px;
	}
	.service-wrap-section {
    padding: 50px 0px;
}
	/* home page ends */

	/* about-page starts */
	.innerpage-header-wrapper {
		overflow-x: hidden !important;
	}
	.innerpage-header-wrapper .inner-banner-image img {
		height: 400px;
	}
	.innerpage-header-wrapper .custom-container {
		padding: 20px;
		padding-top: 40px;
	}
	.innerpage-header-wrapper .inner-banner-content h2::before {
		font-size: 70px;
	}
	.about-page-wrapper {
		padding: 70px 0px 0px;
	}
	.about-page-wrapper .about-first-col .content h1 {
		font-size: 50px;
	}
    .about-page-wrapper .about-second-col {
        display: block;
    }
	.our-clients-count-wrapper .client-count-wrap {
		flex-direction: column;
	}
	.our-clients-count-wrapper .client-count-wrap .number span {
		width: 150px;
		height: 150px;
	}
	.our-clients-count-wrapper .client-count-wrap .content h1 {
		text-align: center;
	}
	.our-clients-count-wrapper .client-count-wrap .content p {
		text-align: center;
	}
	.our-clients-count-wrapper .client-count-wrap .number {
		font-size: 60px;
	}
	.director-section-wrapper .content h1 {
		font-size: 45px;
	}
	.director-section-wrapper {
		padding: 20px 0px;
	}
	.director-section-wrapper .content h1 {
		width: 100%;
	}
	/* about-page starts */

	/* services page starts */
	.our-service-page-wrapper {
		padding: 70px 0px 0px;
	}
	.our-service-page-wrapper .title-section h1 {
		font-size: 50px;
	}
	.our-service-page-wrapper .title-section {
		text-align: left;
		margin-bottom: 40px;
	}
	.our-service-page-wrapper .service-col-wrap {
		flex-direction: column;
	}
	.our-service-page-wrapper .service-col-wrap .services-content {
		padding: 30px 0px;
	}
	.our-service-page-wrapper .service-col-wrap .services-content h1 {
		font-size: 35px;
	}
	/* services page ends */

	/* projects page starts */
	.our-projects-page-wrapper {
		padding: 70px 0px 0px;
	}
	.our-projects-page-wrapper .title-section {
		text-align: left;
	}
	.our-projects-page-wrapper .title-section h1 {
		font-size: 40px;
	}
	.single-works_section .innerpage-header-wrapper .inner-banner-content h2::before {
		top: -25px;
		font-size: 45px;
		line-height: 48px;
	}
	.single-our-projects-page-wrapper {
		padding: 70px 0px 0px;
	}
	.single-our-projects-page-wrapper .title-section {
		text-align: left;
	}
	/* projects page ends */

	/* team page starts */
	.team-page-section-wrapper {
		padding: 70px 0px 0px;
	}
	.team-page-section-wrapper .title-section {
		text-align: left;
	}
	.team-page-section-wrapper .title-section h1 {
		font-size: 40px;
	}
	.team-page-section-wrapper .team-section-col img {
		height: 430px;
	}
	.team-page-section-wrapper .team-section-col h1 {
		font-size: 30px;
	}
	/* team page ends */

	/* client page starts */

	.our-clients-page-wrapper {
		padding: 70px 0px 0px;
	}
	.our-clients-page-wrapper .title-section {
		text-align: left;
	}
.our-clients-page-wrapper .row.clients-section-row {
		margin-top: 80px;
	}
	/* client page ends */

	/* gallery page starts */
	.gallery-page-section-wraps {
		padding: 70px 0px 0px;
	}
	.gallery-page-section-wraps .title-section {
		text-align: left;
	}
	.gallery-page-section-wraps h1 {
		font-size: 30px;
	}
	.popup-img {
		max-width: 98%;
		max-height: 98%;
	}
	.modal-content {
		border: 7px solid rgb(255 255 255 / 15%);
	}
	.gallery-page-section-wraps .gallery-image img {
		height: 150px;
	}
	/* gallery page ends */

	/* lets talk page starts */

	.lets-talk-page-wrapper {
		padding: 70px 0px 0px;
	}
	.lets-talk-page-wrapper .title-section {
		text-align: left;
		margin-bottom: 0px;
	}
	.lets-talk-page-wrapper .title-section h1 {
		font-size: 50px;
		margin-bottom: 70px;
	}
	.lets-talk-page-wrapper .form-section {
		padding: 30px;
	}
	/* lets talk page ends */

	/* contact page starts */
	.contact-page-wrapper {
		padding: 70px 0px 0px;
	}
	.contact-page-wrapper .title-section {
		text-align: left;
	}
	.contact-page-wrapper .contact-us-container .contact-item .contact-item-text span {
		font-size: 23px;
	}
	.contact-page-wrapper .contact-us-container .contact-item {
		gap: 15px;
		margin-bottom: 20px;
   		 flex-direction: column;
	}
	.contact-page-wrapper .contact-us-container {
		padding: 60px 20px 40px;
	}
	.contact-page-wrapper .contact-us-image svg {
		width: 300px;
		height: 300px;
		margin-top: 40px;
	}
	/* contact page ends */

	.scribble {
		&::after {
			content: '';
			position: absolute;
			bottom: -40%;
			left: 0;
			height: 40%;
		}
	}
}


/* responsive section mobile css ends */

/* responsive section tab css starts */

@media only screen and (min-width:768px) and (max-width: 991px) {
	.col-lg-8.col-md-8.col-4.header-menu {
		display: flex;
		justify-content: flex-end;
	}
	#mega-menu-wrap-primary {
		background-color: #064c7930;
		border-radius: 18px;
		-webkit-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
		-moz-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
		-ms-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
		animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
		box-shadow: 0 0 0 0 rgb(6 76 121 / 52%);
	}
	.header-wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}
	.header-wrapper .letstalk {
		display: none;
	}
	.home-banner-wrap .banner-image img {
        height: 95vh;
    }
	.banner-contents p {
		margin-bottom: 20px;
	}
	.banner-contents h2 {
		font-size: 50px;
	}
	.banner-contents-col:before {
		width: 130px;
		height: 130px;
		right: 0px;
		top: 0px;
	}
	.review-section-wrapper .title-section h1 {
		font-size: 60px;
	}
	.counter-section {
        display: flex;
		padding: 13px;
    }
	.video-section-wrapper .contents h1 {
		font-size: 35px;
	}
	.about-us-section .title-section h1 {
		font-size: 35px;
	}
	.about-us-section .about-description {
		padding-top: 15px;
	}
	.about-us-section .about-section-gallery .image img {
		width: 360px;
	}
	.counter-item {
		margin: 0px 30px;
	}
	.service-wrap-section .title-section h1 {
		margin-bottom: 25px;
	}
	.service-left-section.sticky-sec {
		margin-bottom: 40px;
	}
	.service-left-section.sticky-sec {
		margin-bottom: 40px;
	}
	.works-wrap-section .title-section h1 {
		font-size: 35px;
	}
	.our-works-list-section.our-works-list-right {
		margin-top: 30px;
	}
	.team-section-wrapper .title-section h1 {
		font-size: 35px;
	}
	.team-section-wrapper .team-section-col img {
		height: 400px;
	}
	.team-section-row {
		background-position: left;
	}
	.clients-section-wrapper .title-section h1 {
		font-size: 40px;
	}
	.clients-section-wrapper .image img {
		width: 100%;
		height: 125px;
	}
	.our-specialties-section-wrapper {
		padding: 50px 0px 50px;
	}
	.our-specialties-section-wrapper .content-section {
		margin-bottom: 35px;
	}
	.review-section-wrapper {
		padding: 50px 0px;
	}
	.review-section-wrapper .testimonial-section {
		min-height: 0px;
	}
	.review-section-wrapper:after {
		right: 0px;
		top: 0px;
	}
	.service-wrap-section .title-section h1 {
		font-size: 30px;
	}
	.service-wrap-section .title-sec {
        max-width: 100%;
        position: unset;
        top: 30px;
        width: unset;
        transition: transform 0.6s ease-in-out;
    }
	.review-section-wrapper:before {
		width: 300px;
		height: 300px;
	}
    .team-section-wrapper{
		overflow-x: hidden;
	}
    .review-section-wrapper{
		overflow-x: hidden;
	}
	.clients-section-wrapper {
		overflow-x: hidden;
	}
	.scrolling-service-section{
		overflow-x: hidden;
	}
	.about-us-section{
		overflow-x: hidden;
	}
	.our-specialties-section-wrapper .title--contents {
		padding: 35px 5px;
		backdrop-filter: blur(2px);
	}
	.our-specialties-section-wrapper .content-section img {
		height: 400px;
	}
	.contact-section-form-wrap .form-section {
        border-radius: 50px;
    }
    .contact-section-form-wrap .container-bg {
        padding: 10px 0px 10px;
    }
	.footer-section-wrapper .social-media {
		margin-bottom: 15px;
	}
	.footer-section-wrapper .footer-menu {
		display: contents;
	}
	.footer-sitename .title span {
		border-bottom: 0px solid #0000002b;
	}
	.decointerior-animate {
		height: 120px !important;
	}
	.decointerior-animate text {
		font-size: 160px;
	}
	.contact-section-form-wrap .contact-details .email {
		display: flex;
}
   .contact-section-form-wrap .contact-details .phone {
		display: flex;
}
   .contact-section-form-wrap .contact-details .office {
		display: flex;
}
	.contact-section-form-wrap{
		overflow-x: hidden;
	}
	.footer-section-wrapper{
		overflow-x: hidden;
	}

	/* home page ends */

	/* about-page starts */
	.innerpage-header-wrapper {
		overflow-x: hidden !important;
	}
	.innerpage-header-wrapper .inner-banner-image img {
		height: 400px;
	}
	.innerpage-header-wrapper .custom-container {
		padding: 20px;
		padding-top: 40px;
	}
	.innerpage-header-wrapper .inner-banner-content h2::before {
		font-size: 100px;
	}
	.about-page-wrapper {
		padding: 70px 0px 0px;
	}
	.about-page-wrapper .about-first-col .content h1 {
		font-size: 50px;
	}
	.about-page-wrapper .about-second-col .content h1 {
		font-size: 200px;
	}
	.our-clients-count-wrapper .client-count-wrap .number span {
		width: 150px;
		height: 150px;
	}
	.our-clients-count-wrapper .client-count-wrap .content h1 {
		text-align: center;
	}
	.our-clients-count-wrapper .client-count-wrap .content p {
		text-align: center;
	}
	.our-clients-count-wrapper .client-count-wrap .number {
		font-size: 60px;
	}
	.director-section-wrapper .content h1 {
		font-size: 45px;
	}
	.director-section-wrapper {
		padding: 20px 0px;
	}
	.director-section-wrapper .content h1 {
		width: 100%;
	}
	/* about-page starts */

	/* services page starts */
	.our-service-page-wrapper {
		padding: 70px 0px 0px;
	}
	.our-service-page-wrapper .title-section h1 {
		font-size: 50px;
	}
	.our-service-page-wrapper .title-section {
		text-align: left;
		margin-bottom: 40px;
	}
	.our-service-page-wrapper .service-col-wrap {
		flex-direction: column;
	}
	.our-service-page-wrapper .service-col-wrap .services-content {
		padding: 30px 0px;
	}
	.our-service-page-wrapper .service-col-wrap .services-content h1 {
		font-size: 35px;
	}
	/* services page ends */

	/* projects page starts */
	.our-projects-page-wrapper {
		padding: 70px 0px 0px;
	}
	.our-projects-page-wrapper .title-section {
		text-align: left;
	}
	.our-projects-page-wrapper .title-section h1 {
		font-size: 40px;
	}
	/* projects page ends */

	/* team page starts */
	.team-page-section-wrapper {
		padding: 70px 0px 0px;
	}
	.team-page-section-wrapper .title-section {
		text-align: left;
	}
	.team-page-section-wrapper .title-section h1 {
		font-size: 40px;
	}
	.team-page-section-wrapper .team-section-col img {
		height: 430px;
	}
	.team-page-section-wrapper .team-section-col h1 {
		font-size: 30px;
	}
	/* team page ends */

	/* client page starts */

	.our-clients-page-wrapper {
		padding: 70px 0px 0px;
	}
	.our-clients-page-wrapper .title-section {
		text-align: left;
	}
	.row.clients-section-row {
		margin-top: 80px;
	}
	/* client page ends */

	/* gallery page starts */
	.gallery-page-section-wraps {
		padding: 70px 0px 0px;
	}
	.gallery-page-section-wraps .title-section {
		text-align: left;
	}
	.gallery-page-section-wraps h1 {
		font-size: 30px;
	}
	.popup-img {
		max-width: 98%;
		max-height: 98%;
	}
	.modal-content {
		border: 7px solid rgb(255 255 255 / 15%);
	}
	.gallery-page-section-wraps .gallery-image img {
		height: 300px;
	}
	/* gallery page ends */

	/* lets talk page starts */

	.lets-talk-page-wrapper {
		padding: 70px 0px 0px;
	}
	.lets-talk-page-wrapper .title-section {
		text-align: left;
		margin-bottom: 0px;
	}
	.lets-talk-page-wrapper .title-section h1 {
		font-size: 50px;
		margin-bottom: 70px;
	}
	.lets-talk-page-wrapper .form-section {
		padding: 30px;
	}
	/* lets talk page ends */
	/* contact page starts */
	.contact-page-wrapper {
		padding: 70px 0px 0px;
	}
	.contact-page-wrapper .title-section {
		text-align: left;
	}
	.contact-page-wrapper .contact-us-container .contact-item .contact-item-text span {
		font-size: 23px;
	}
	.contact-page-wrapper .contact-us-container .contact-item {
		gap: 15px;
		margin-bottom: 20px;
   		 flex-direction: column;
	}
	.contact-page-wrapper .contact-us-container {
		padding: 60px 20px 40px;
	}
	.contact-page-wrapper .contact-us-image svg {
		width: 700px;
		height: 700px;
		margin-top: 40px;
	}
	/* contact page ends */

	.scribble {
		&::after {
			content: '';
			position: absolute;
			bottom: -40%;
			left: 0;
			height: 40%;
			mask-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='247' height='22' fill='none'%3E%3Cmask id='a' width='246' height='23' x='0' y='1' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23D9D9D9' d='M0 1h246v23H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%2300a661' d='M.225 13.987c40.77-3.247 81.218-6.304 122.486-5.61 40.217.68 80.07 3.493 119.823 8.284 4.828.577 4.966-4.727.193-5.301-40.597-4.886-82.029-7.082-123.059-6.436-39.896.627-80.713 2.548-119.53 8.822-.233.04-.132.263.087.25v-.009z'/%3E%3C/g%3E%3C/svg%3E);
			mask-repeat: no-repeat;
			mask-size: 95%;
			width: 100%;
			background-image: linear-gradient(to right, currentcolor 40%, transparent 50%);
			background-repeat: no-repeat;
			animation: background-size-300 0.4s 1.2s ease-in both;
			background-size: 300%;
		}
	}
	
}


/* responsive section tab css ends */