/*
Theme Name: painans
*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
font,
span,
p {
	font-family: "Instrument Sans", serif!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:#ffbf43;
	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: pulscu 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    box-shadow: 0 0 0 0 rgb(113 113 113 / 50%);
}
@keyframes pulscu{
	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. */
}

.whatsapp-iconbtn {
    width: 60px;
    height: 60px;
    background: #17a76b;
    color: #fff !important;
    position: fixed;
    right: 24px;
    bottom: 110px;
    z-index: 1000;
    border-radius: 50%;
    text-align: center;
    font-size: 35px;
    line-height: 60px;
    animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    box-shadow: 0 0 0 0 rgba(103, 184, 81, 0.5);
}
.call-iconbtn {
    width: 60px;
    height: 60px;
   background: #d39b31;
    color: #ffffffc7 !important;
    position: fixed;
    right: 24px;
    bottom: 30px;
    z-index: 1000;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    line-height: 60px;
   animation: pulscal 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    box-shadow: 0 0 0 0 rgb(255 255 255);
}
@keyframes puls {
    0% {
        box-shadow: 0 0 0 0 rgba(103, 184, 81, 0.5);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(103, 184, 81, 0);
    }
}
@keyframes pulscal {
    0% {
        box-shadow:0 0 0 0 rgb(255 203 102);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(103, 184, 81, 0);
    }
}


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: #222222e8;
    font-size: 17px;
    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: #ffffff7d;
    border-radius: 50px;
    backdrop-filter: blur(4px);
}
.header-wrapper .letstalk a {
    padding-top: 22px;
    padding: 17px 14px;
    transition: transform 0.6s ease-in-out;
}

.header-wrapper .letstalk a i{
	transform: rotate(0deg);
    margin-left: 5px;
	transition: transform 0.6s ease-in-out;
	animation: vibrate 0.5s linear infinite;
}
@keyframes vibrate {
    0% { transform: translate(0); }
    20% { transform: translate(-2px, 2px); }
    40% { transform: translate(2px, -2px); }
    60% { transform: translate(-2px, 2px); }
    80% { transform: translate(2px, -2px); }
    100% { transform: translate(0); }
}
.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;
    border-bottom-right-radius: 200px;
}
.innerpage-header-wrapper .custom-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%; 
    width: 100%;
	padding: 70px;
	
}

#tsparticles {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url("");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
  }
  .tsparticles-canvas-el{
	background-color: rgb(58 54 62 / 0%)!important;
  }
.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: #1b2a66;
    position: relative;
    z-index: 2;
    font-size: 70px;
    margin-top: 15px;
}
.innerpage-header-wrapper .inner-banner-content:before {
    width: 100px;
    height: 100px;
    border: 5px solid #ffbf43;
    position: absolute;
    left: 50%;
    top: 10px;
    z-index: -2;
    content: '';
    opacity: 0.3;
    transform: rotate(45deg); /* Start as a diamond */
    border-radius: 10px;
    animation: diamond-to-rounded 2s infinite alternate;
}

@keyframes diamond-to-rounded {
    0% {
        transform: rotate(45deg);
        border-radius: 10px;
    }
    100% {
        transform: rotate(0deg);
        border-radius: 30px;
    }
}

.innerpage-header-wrapper .inner-banner-content p {
    font-size: 19px;
}

@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 0px;
	color: #fff;
}
.banner-contents p {
    font-size: 18px;
    margin-bottom: 20px;
}
.banner-contents h2 {
    font-size: 50px;
    text-transform: capitalize;
    line-height: 1.1;
    text-shadow: 0px 1px 1px #00000040;
    font-weight: 700;
}
.banner-contents h1 {
    font-size: 75px;
    text-transform: capitalize;
    line-height: 1.1;
    text-shadow: 0px 1px 1px #00000040;
    font-weight: 900;
    color: #ffbf43;
}
.common-button {
    padding: 20px 40px;
    color: #040404;
    border: 0px solid #ffffff38;
    border-radius: 37px;
    display: inline-block;
    background-color: rgb(255 255 255 / 82%);
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(15px);
    font-size: 15px;
}
.common-button:hover {
    background: #ffbf43;
    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 section css ends */

/* scrolling service section css starts */
.scrolling-service-section .service-slider {
    padding: 2em 2em;
    overflow: hidden;
    white-space: nowrap;
}
.scrolling-service-section {
	background-color: #ffbf43;
}
.scrolling-service-section .service-slider .slide-track {
    display: flex;
    width: calc(500px* 8);
    animation: scroll 20s 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: 50px;
    color: #fff;
    margin: 0;
    display: flex;
    align-items: center;
    font-family: poppins !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-fill-color: transparent;
}

.scrolling-service-section .slide h1 span {
    display: inline-block;
    background: linear-gradient(to right, #000000cc 0%, #000000ed 100%);
    background-size: 0% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    transition: background-size 0.5s ease-in-out;
    -webkit-text-fill-color: transparent;
    font-family: poppins !important;
}

/* Hover Effect - Staggered Letter Animation */
.scrolling-service-section .slide h1:hover span {
    background-size: 100% 100%;
}

.scrolling-service-section .slide h1::after {
    content: "";
    display: inline-block;
    width: 50px; /* Adjust width as needed */
    height: 50px; /* Adjust height as needed */
    background: url(./assets/img/painans-icon-slider.png) no-repeat center center;
    background-size: contain;
    margin-left: 50px;
    vertical-align: middle;
	filter: invert(1);
}

/* scrolling service section css ends */


/* about us section css starts */
.about-us-section {
    padding: 100px 0px 22px;
}
.about-us-section .title-section h3 {
    font-size: 22px;
    color: #000000;
    margin: 0;
    padding: 10px 0px;
    width: fit-content;
    text-transform: capitalize;
    border-radius: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}
.about-us-section .title-section h3 i{
	font-size: 21px;
    background-color: #ffbf43;
    padding: 12px;
    border-radius: 34px;
    width: 48px;
    height: 48px;
}
.about-us-section .title-section h1 {
    font-size: 40px;
    color: #181818d1;
    margin: 0;
    font-weight: 900;
    text-transform: capitalize;
	margin-bottom: 10px;
}
.about-us-section .title-section h3 i {
    font-size: 21px;
    background-color: #ffbf43;
    padding: 12px;
    border-radius: 34px;
    width: 48px;
    height: 48px;
}
.about-us-section .about-description {
	margin: auto;
    padding-top: 60px;
}
.about-us-section .about-thumb {
    position: relative;
    margin-left: 110px;
    margin-top: 50px;
}
.about-us-section .about-thumb .shape {
    position: absolute;
    top: -50px;
    left: -110px;
}
.about-us-section .about-thumb .shape h6 {
    position: absolute;
    top: 220px;
    left: -130px;
    z-index: 3;
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}
.about-us-section .about-thumb .shape .counter-number {
    text-align: right;
    -webkit-text-stroke: 1px #000;
    -webkit-text-fill-color: transparent;
    font-size: 65px;
    font-style: normal;
    font-weight: 600;
    line-height: 65px;
}
.about-us-section .about-thumb .shape .plus {
    text-align: right;
    -webkit-text-stroke: 1px #0d0e0e;
    -webkit-text-fill-color: transparent;
    font-size: 65px;
    font-style: normal;
    font-weight: 600;
    line-height: 65px;
}
.about-us-section .about-thumb.about-image img{
	width: 100%;
    height: 560px;
    object-fit: cover;
    border-radius: 30px;
}
.about-us-section .about-button .common-button{
	background-color: rgb(254 190 67);
	color: #000;
}
.about-us-section .about-button .common-button:hover{
	background-color: rgb(255, 255, 255);
	color: #000!important;
}
.about-us-section .about-button {
	display: flex;
}
.about-us-section .about-description .contact-us {
    display: flex;
    align-items: center;
    gap: 5px;
	margin-left: 30px;
}
.about-us-section .about-description .contact-us img {
    margin-right: 10px;
    width: 50px;
    height: 50px;
}
.about-us-section .about-description .contact-us a {
    color:#000;
	text-decoration: none!Important;
}
.about-us-section .about-description .contact-us a:hover {
    color:rgb(254 190 67);
	text-decoration: none!Important;
}
.about-us-section .about-description .contact-us h5{
	color: #232b71;
}
.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 */

/* service section starts */
.service-wrap-section{
	padding: 100px 0px;
}
.service-wrap-section .title-section h3 {
    font-size: 22px;
    color: #000000;
    margin: 0;
    padding: 10px 0px;
    width: fit-content;
    text-transform: capitalize;
    border-radius: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
	margin: auto;
}
.service-wrap-section .title-section h1 {
    font-size: 40px;
    color: #181818d1;
    margin: 0;
    font-weight: 900;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 33px;
}
.service-wrap-section .title-section h3 i{
	font-size: 21px;
    background-color: #ffbf43;
    padding: 12px;
    border-radius: 34px;
    width: 48px;
    height: 48px;
}
.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;
    padding: 30px;
    background-color: #fff;
    border-radius: 50px;
}
.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;
}
.service-wrap-section .service-image-sec img {
    width: 100%;
    height: 250px;
    margin-top: 30px;
    border-radius: 30px;
    object-fit: cover;
}
.service-wrap-section .service-content-sec .title-icon {
	display: flex;
    gap: 25px;
    margin-bottom: 15px;
    align-items: center;
    justify-content: flex-start;
}
.service-wrap-section .service-content-sec .title-icon h1 {
    font-size: 22px;
    color: #181818d1;
    margin: 0;
    font-weight: 900;
    text-transform: uppercase;
}
.service-wrap-section .service-content-sec .title-icon img{
	width: 50px;
    height: 50px;
    object-fit: contain;
}
.services-list img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 30px;
}
.services-list h1 {
    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;
}

.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%);
    padding: 12px 25px;
}
.service-wrap-section .common-button:hover {
    color: #000000;
    border: 1px solid #9f9f9f00;
    background-color: rgb(254 190 67);
}
@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;
}
.page-id-6 .counter-wrap-sec-start {
    background-color: #ffbf43;
}

/* service section ends */

/* testimonial sections css starts  */
.testimonial-section-wrapper{
	padding: 100px 0px;
}
.testimonial-section-wrapper .title-section h3 {
    font-size: 22px;
    color: #000000;
    margin: 0;
    padding: 10px 0px;
    width: fit-content;
    text-transform: capitalize;
    border-radius: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: auto;
}

.testimonial-section-wrapper .title-section h1 {
    font-size: 40px;
    color: #181818d1;
    margin: 0;
    font-weight: 900;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 33px;
}
.testimonial-section-wrapper .title-section h3 i {
    font-size: 21px;
    background-color: #ffbf43;
    padding: 12px;
    border-radius: 34px;
    width: 48px;
    height: 48px;
}
.testimonial-section-wrapper .testimonial-details {
    display: flex;
    padding-bottom: 24px;
    border-bottom: 1px solid #fda10099;
    align-items: center;
    gap: 30px;
}
.testimonial-section-wrapper .testimonial-details img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    object-fit: cover;
}
.testimonial-section-wrapper .testimonial-details .name-designation h1 {
    font-size: 30px;
    color: #181818d1;
    margin: 0;
    font-weight: 900;
    text-transform: capitalize;
}
.testimonial-section-wrapper .testimonial-details .name-designation h4 {
    font-size: 20px;
	color: #ffbf43;
    margin-bottom: 5px;
}
.testimonial-section-wrapper .testimonial-details .name-designation h3 {
    font-size: 20px;
    color: #000;
    margin-bottom: 5px;
}
.testimonial-section-wrapper .testimonial-brief p {
    text-align: left;
    color: #000000c9;
}
.testimonial-section-wrapper .testimonial-row {
    padding: 23px;
    background-color: #fff;
    border-radius: 40px;
    box-shadow: 0px 0px 10px 0px #0000000d;
	margin-bottom: 10px;
}
.testimonial-section-wrapper .testimonial-details .image{
	background-color: #ffbf43;
    padding: 10px;
    border-radius: 100px;
}






/* testimonial sections css starts 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 */


/* contact section css starts */

.contact-section-form-wrap .container-bg{
	padding: 50px 50px;
   
    border-radius: 50px;
	background: url(./assets/img/contact-bg.webp) no-repeat;
    background-position: center;
    background-size: cover;
}

.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: #34343491;
    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(243 243 243), 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:#191919;
  margin-bottom: 0px;
}
.contact-section-form-wrap .contact-details .email {
    display: flex;
    padding: 17px 45px;
    background: #ffffff70;
    border-radius: 10px;
    margin-bottom: 15px;
    gap: 25px;
    box-shadow: 0px 0px 3px 0px #0000002e;
    width: fit-content;
}
.contact-section-form-wrap .contact-details .email:hover {
	background: linear-gradient(to right, rgb(255 255 255 / 89%), rgb(253 253 253));
}
.contact-section-form-wrap  .contact-details  .phone{
	display: flex;
    padding: 17px 45px;
    background: #ffffff70;
    border-radius: 10px;
    margin-bottom: 15px;
    gap: 20px;
    box-shadow: 0px 0px 3px 0px #0000002e;
    width: fit-content;
}
.contact-section-form-wrap .contact-details .phone:hover {
    background: linear-gradient(to right, rgb(255 255 255 / 89%), rgb(253 253 253));
}
.contact-section-form-wrap  .contact-details  .office{
	display: flex;
    padding: 17px 45px;
    background: #ffffff70;
    border-radius: 10px;
    margin-bottom: 15px;
    gap: 20px;
    box-shadow: 0px 0px 3px 0px #0000002e;
    width: fit-content;
}
.contact-section-form-wrap .contact-details .office:hover {
    background: linear-gradient(to right, rgb(255 255 255 / 89%), rgb(253 253 253));
}
.contact-section-form-wrap .contact-details a {
    color: #000;
    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;
}
.contact-page-wrapper .contact-us-image img {
		width: 100%;
		height: 280px;
		object-fit: cover;
		border-radius: 40px;

	}
.contact-section-form-wrap .contact-details .email i, .contact-section-form-wrap .contact-details .phone i, .contact-section-form-wrap .contact-details .office i {
    color: #ffbf43;
    margin-bottom: 0px;
}
/* contact section css ends */


/* home page css ends */


/* about page css starts */
.about-page-wrapper{
	padding: 100px 0px 0px;
}
.about-page-wrapper .content h1 {
    font-size: 40px;
    color: #1c1c1cd1;
    margin: 0;
    font-weight: 900;
    text-transform: capitalize;
    margin-bottom: 40px;
}
.about-page-wrapper .content h2 {
    font-size: 60px;
    color: #ffbf43;
    margin: 0;
    font-weight: 900;
    text-transform: capitalize;
}
.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;
	}

	.fa-brands, .fab {
		font-family: "Font Awesome 6 Brands" !important;
	}
/* video section css starts */
.video-section-wrapper{
	padding: 50px 0px;
}		
.video-section-wrapper .contents {
    padding: 30px;
    border-radius: 50px;
    box-shadow: 0px 0px 60px #00000036;
    background-color: #ffffff99;
}

.video-section-wrapper .contents video {
    display: block;
    width: 100%;
    margin: 0 auto;
    border-radius: 50px;
    height: 300px;
    object-fit: cover;
}
/* video section css ends */

.counter-wrapper-section .vision-mission-value-erapper img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    padding: 10px;
    background-color: #ffbf43;
    border-radius: 50px;
}
.counter-wrapper-section .vision-mission-value-erapper .content h1 {
	font-size: 40px;
    color: #1c1c1cd1;
    margin: 0;
    font-weight: 900;
    text-transform: capitalize;
}
.vision-wrapper{
	display: flex;
	gap: 20px;
}
.mission-wrapper{
	display: flex;
	gap: 20px;
}
.values-wrapper{
	display: flex;
	gap: 20px;
}
.counter-wrapper-section  .counter-row{
	padding: 50px 70px;
}

.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: 0px;
    opacity: .5;
    right: 0px;
    bottom: 0px;
    margin: auto;
}
.counter-wrap-sec-start{
	border-radius: 30px;
    box-shadow: 0px 4px 5px 4px #00000026;
	background-color: #cdcdcdb5;
}
.counter-section {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 30px;
    border-bottom: 1px solid #00000033;
}
.counter-item {
    margin: 30px;
}
.counter-number {
    font-size: 60px;
    font-weight: 600;
    color: #282828c7;
    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;
}
.vision-miss-image img{
	width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 50px;
}

/* 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;
    border-radius: 50px;
    box-shadow: 0px 0px 6px 1px #000000;
}
.our-service-page-wrapper .service-col-wrap .services-content h1 {
    font-size: 50px;
    color: #363636d1;
    margin: 0;
    font-weight: 900;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.our-service-page-wrapper .service-col-wrap .services-content {
    padding: 20px;
    text-align: left;
}
.our-service-page-wrapper .service-col-wrap .services-content p{
    text-align: justify;
}
.our-service-page-wrapper .service-col-wrap .services-content a.service-button {
    position: relative;
    font-weight: 200;
    padding: 20px 40px;
    color: #040404;
    border: 0px solid #ffffff38;
    border-radius: 37px;
    display: inline-block;
    background-color: rgb(255 255 255 / 82%);
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(15px);
    font-size: 18px;
}
a.service-button.service-contact-btn {
    background: #ffbf43!important;
    color: #ffffff !important;
    text-decoration: none;
	margin-left: 10px;
}
a.service-button.service-contact-btn:hover {
    background: #ffffff !important;
    color: #000000 !important;
    text-decoration: none;
}
.our-service-page-wrapper .service-col-wrap .services-content a.service-button:hover {
	background: #ffbf43;
    color: #ffffff;
    text-decoration: none;
}
.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:hover::after {
    width: 10px;
    opacity: 0;
}
.services-list-main-section:hover .service-image-sec img {
    transform: scale(1.05); /* Slight zoom effect */
    transition: transform 0.3s ease-in-out; /* Smooth transition */
}
/* 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;
    top: 15px;
    left: 15px;
    background: rgb(255 191 67 / 88%);
    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 Projects 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: 25px;
    margin-bottom: 15px;
}
.contact-page-wrapper .contact-us-container .contact-item i {
    color: #ffc75b;
    font-size: 14px;
    border-radius: 30px;
    padding: 14px;
    box-shadow: 0px 0px 5px 0px #00000040;
    width: 40px;
    height: 40px;
}
.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: capitalize;
	
}
.contact-page-wrapper .contact-us-container .contact-item .contact-item-text h6{
    color: #000000a3;
    padding-top: 10px;
    font-size: 17px;
}
.contact-page-wrapper .contact-us-container .contact-item  h6.pd-bt {
    padding-top: 0px ! Important;
}
.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: #ffc75b;
    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);
}
.contact-page-wrapper .map{
   margin-top: 30px;
}
/* contact page css ends */


/* footer section css starts */
.footer-section-wrapper {
    position: relative;
    padding: 100px 0px 0px;
    background: url(./assets/img/painans-footer-bg.webp) no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 100px;
}

.footer-section-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adjust opacity as needed */
    z-index: 1;
}

.footer-section-wrapper * {
    position: relative;
    z-index: 2;
}


.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: #ffffff;
    margin: 0;
    font-weight: 700;
    text-transform: capitalize;
    padding-bottom: 20px;
}
.footer-section-wrapper ul li a, .footer-section-wrapper ul li a {
    font-size: 18px;
    padding: 6px 0px;
    margin: 0;
    width: 100%;
    color: #ffffff;
    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-copyright .copyright-left {
    text-align: center;
}
.footer-copyright .copyright-right {
    text-align: center;
}
.footer-copyright .copyright-left p {
   font-size: 18px;
   color: #fff;
}
.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:#ffbf43;
}
.footer-compny p {
    color: #fff;
}
.footercontact p, 
.footercontact a{
	color: #fff;
}
.footercontact a:hover{
	 text-decoration: none;
	 color:#ffbf43;
}
.footercontact i{
	color:#ffbf43;
}
@keyframes effect{

0% {
    stroke-dasharray: 0 70%;
}
100% {
    stroke-dasharray: 10% 0%;
    stroke-dashoffset: 20%;
}
}
.footer-section-wrapper .container {
    border-bottom: 1px solid #ffffff52;
    padding-bottom: 40px;
}
.Social-media {
    display: flex;
}
.Social-media a {
    display: flex;
    background: #ffffff0d;
    height: 35px;
    width: 35px;
    margin: 0 5px;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.5s;
}
/* footer section css ends */


/* responsive section web css starts */

@media only screen and (min-width: 768px) {

}

/* responsive section web css ends */

/* responsive section mobile css starts */

@media (max-width: 767.5px) {

	/* home page starts */
    ::-webkit-scrollbar {
        width: 0px;
    }

    #mega-menu-wrap-primary {
        background-color: #ffffff99;
        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(255 193 89 / 52%);
    }
    .header-wrapper .header-logo img {
        margin-left: -30px;
    }
    .header-wrapper {
        padding-left: 15px;
        padding-right: 15px;

    }
	.header-wrapper .letstalk {
		display: none;
	}
	.home-banner-wrap .banner-image img {
        height: 80vh;
    }
    .banner-contents p {
        margin-bottom: 20px;
        font-size: 12px;
        line-height: 1.4;
    }
	.banner-contents h2 {
		font-size: 20px;
	}
    .banner-contents h1 {
        font-size: 40px;
    }
	.banner-contents-col:before {
		width: 130px;
		height: 130px;
		right: 0px;
		top: 0px;
	}
    .banner-caption {
        max-width: 100%;
    }
    .scrolling-service-section .slide h1 {
        font-size: 35px;
    }
    .about-us-section .about-thumb.about-image img {
        height: 350px;
    }
    .counter-section {
        display: block;
        padding: 13px;
        column-count: 2;
    }
    .counter-description {
        font-size: 17px;
        line-height: 1.3;
    }
    .counter-number {
        font-size: 30px;
    }
    .counter-wrapper-section .counter-row {
        padding: 50px 15px;
    }
    .vision-miss-image img {
        height: auto;
    }
    .about-us-section .about-thumb .shape h6 {
        top: 180px;
    }
	.video-section-wrapper .contents h1 {
		font-size: 35px;
	}
	.about-us-section .title-section h1 {
		font-size: 35px;
	}
	.about-us-section .about-description {
		padding-top: 30px;
	}
    .about-us-section .about-button {
        display: flex;
        flex-direction: column;
    }
    .about-us-section .about-description .contact-us {
        margin-top: 27px;
        margin-left: 30px;
    }
	.about-us-section .about-section-gallery .image img {
		width: 360px;
	}
    .about-us-section .about-thumb .shape .counter-number {
        font-size: 50px;
    }
	.counter-item {
		margin: 0px 30px;
	}
    .service-wrap-section {
        padding: 60px 0px;
    }
	.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;
	}
	.service-wrap-section .title-section h1 {
		font-size: 30px;
	}
	.scrolling-service-section{
		overflow-x: hidden;
	}
	.about-us-section{
		overflow-x: hidden;
	}
    .testimonial-section-wrapper {
        padding: 60px 0px;
    }
    .testimonial-section-wrapper .testimonial-details img {
        width: 70px;
        height: 70px;
    }
    .testimonial-section-wrapper .testimonial-details .name-designation h1 {
        font-size: 25px;
    }
    .testimonial-section-wrapper .testimonial-details .name-designation h3 {
        font-size: 16px;
        margin-top: 5px;
    }
    .testimonial-section-wrapper .testimonial-details .name-designation h4 {
        font-size: 15px;
    }
    .contact-section-form-wrap .contact-details .email {
        padding: 17px 25px;
    }
    .contact-section-form-wrap .contact-details .phone {
        padding: 17px 25px;
    }
    .contact-section-form-wrap .contact-details .office {
        padding: 17px 25px;
    }
	.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;
	}
	.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;
	}
    .footer-section-wrapper h1 {
        padding-top: 30px;
    }
    .footer-projects {
        display: none;
    }
    .footer-copyright .copyright-left p {
        padding: 0px 15px;
    }
	/* home page ends */

	/* about-page starts */
    .footer-compny img {
        margin-left: -85px;
    } 
	.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;
	}
    .innerpage-header-wrapper .inner-banner-content h2 {
        font-size: 50px;
    }
	.about-page-wrapper {
		padding: 70px 0px 0px;
	}
	.about-page-wrapper .about-first-col .content h1 {
		font-size: 24px;
        margin-top: 10px;
        margin-bottom: 15px;
	}
	.about-page-wrapper .about-second-col .content h1 {
		font-size: 120px;
	}
    .about-page-wrapper .content h2 {
        font-size: 58px;
        line-height: 1;
    }

	/* 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;
	}
    .our-service-page-wrapper .service-col-wrap .services-content a.service-button {
        margin-bottom: 15px;
    }
	/* 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 */

	/* 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 */


	/* 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;
	}
	.contact-page-wrapper .contact-us-container {
		padding: 60px 20px 40px;
	}
	.contact-page-wrapper .contact-us-image img {
		width: 100%;
		height: 280px;
		object-fit: cover;
		border-radius: 40px;

	}
	.contact-page-wrapper .map {
		margin-top: 30px;
	}
	/* contact page ends */
}
/* 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;
	}
    ::-webkit-scrollbar {
        width: 0px;
    }

    #mega-menu-wrap-primary {
        background-color: #ffffff99;
        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(255 193 89 / 52%);
    }
	.header-wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}
    .header-menu {
        order: 3!important;
    }

    .footer-projects{
        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;
	}
	.counter-section {
        display: flex ;
        padding: 13px;
        justify-content: space-evenly;
        flex-wrap: wrap;
        
    }
	.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;
	}

	.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;
    }
    .team-section-wrapper{
		overflow-x: hidden;
	}
    .review-section-wrapper{
		overflow-x: hidden;
	}
	.scrolling-service-section{
		overflow-x: hidden;
	}
	.about-us-section{
		overflow-x: hidden;
	}

	.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;
	}
	.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;
	}

	/* 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 */


	/* 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 */


	/* 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;
	}
	.contact-page-wrapper .contact-us-container {
		padding: 60px 20px 40px;
	}
	.contact-page-wrapper .contact-us-image svg {
		width: 700px;
		height: 700px;
		margin-top: 40px;
	}
    .footer-compny img {
        margin-left: -85px;
        width: 50%;
    }
	/* contact page ends */

}

/* responsive section tab css ends */