.homeSlider video{
	height:780px!important;
	object-fit:cover
}
.home-content-slide {
        min-height: calc(100vh - 100px);
        background-position: center;
        background-size: cover;
        display: flex !important;
        align-items: center;
        position: relative;
        z-index: 1;
	padding:30px 0 30px;
    }

    .home-content-slide h1 {
        font-size: 70px;
        font-weight: bold;
        color: #D4AF37;
        line-height: 1;
        margin-bottom: 30px;
		margin-top:0;
		    text-shadow:2px 2px 3px #0000002e;
    }

    .custom-container {
        max-width: 1280px;
        margin: 0 auto;
        flex: 1;
        padding: 0 15px;
    }

    .slide-box {
        max-width: 690px;
/* 		padding:50px 30px; */
/* 		background: rgba(12, 24, 100, 0.7); */
		border-radius:16px
    }

    .home-content-slide p {
        color: #000;
        font-size: 18px;
        margin-bottom: 30px;
    }

    .home-content-slide::after {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        content: "";
        background: rgb(255,255,255);
background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 75%);
background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 75%);
/* background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 75%); */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
        z-index: -1;
		
		background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgb(255 255 255 / 0%) 50%, rgb(255 255 255 / 0%) 75%);

    }

    .custom-btn {
        padding: 13px 30px 13px 30px;
        font-size: 12px;
        line-height: 1.7;
        background-color: transparent;
        border: solid 1px #fff;
        color: #fff;
        text-decoration: none;
        display: inline-block;
        transition: 0.4s all;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px;
		border-radius:6px
    }

    .custom-btn:hover {
        background-color: transparent;
        border-color: #D4AF37;
        color: #D4AF37!important;
    }

    .home-content-video-bg {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        height: 100%;
        z-index: -1;
    }

    .home-content-video-bg video {
        object-fit: cover;
        object-position: center;
		height:100%;
    }

    .home-thumb-wrap {
        position: absolute;
        width: 100%;
        bottom: 20px;
		display:none
    }

    .home-thumb-wrap .slick-list {
        display: flex;
    }

    .home-thumb-wrap .slick-track {
        display: flex;
    }

    .home-thumb-wrap .slick-track .home-thumb-slide {
        flex: 1;
        position: relative;
        margin-top: 5px;
        border-top: solid 2px #D4AF37;
        cursor: pointer;
    }

    .home-thumb-wrap .slick-track .home-thumb-slide::before {
        height: 5px;
        background-color: #D4AF37;
        top: -5px;
        width: 0;
        content: "";
        position: absolute;
        transition: 0.4s all;
    }

    .home-thumb-wrap .slick-track .home-thumb-slide.slick-current::before {
        width: 100%;
    }

    .home-thumb-inner {
        position: relative;
    }

    .home-thumb-box {
        font-weight: 400;
        text-align: center;
        color: #fff;
        padding: 10px 6px;
        font-size: 14px;
    }
.home-content .slick-arrow{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: #fff;
        border-radius: 50%!important;
        width: 40px;
        height: 40px;
        border: 0;
        padding: 0;
        font-size: 0;
        z-index: 1;
        transition: 0.4s all;
    }

    .home-content .slick-arrow::after {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        content: "";
        background-size: 20px;
        background-position: center;
        background-repeat: no-repeat;
    }

    .home-content .slick-arrow.slick-prev {
        left: 30px;
    }

    .home-content .slick-arrow.slick-next {
        right: 30px;
    }

    .home-content .slick-arrow.slick-prev::after{
        background-image: url(/wp-content/uploads/2025/03/left-arrow.svg);
    }

    .home-content .slick-arrow.slick-next::after{
        background-image: url(/wp-content/uploads/2025/03/right-arrow.svg);
    }

    .home-content .slick-arrow:hover{
        background-color: #0C2265;
		border-radius:50%
    }

    .home-content .slick-arrow:hover::after {
        filter: brightness(0) invert(1);
    }

   
/* @media(max-width:1024px) {
	.footerBottom > div{
		
	}
} */
.customAccrodion .e-n-accordion-item-title{
	border:0;
	justify-content:space-between;
	padding:15px 25px
}
.customAccrodion .e-n-accordion-item{
	border-radius:6px;
	overflow:hidden;
	border:solid 1px #e7e7e7;
	margin-bottom:15px!important
}
.customAccrodion .e-n-accordion-item:last-child {
	margin-bottom:0
}
.customAccrodion .e-n-accordion-item > div{
	padding:15px 30px
}
.outcomeGallery img{
	aspect-ratio: 1 / 1;
	object-fit:cover
}
@media(max-width:1439px) {
	.slide-box{
		margin:0 60px;
		    padding: 50px 30px;
	}
}
@media(max-width:991px) {
        .home-content-slide h1 {
            font-size: 50px;
        }

        .home-content-slide p {
            font-size: 16px;
        }
    }

    @media(max-width:767px) {
        .home-content-slide h1 {
            font-size: 30px;
        }
		.home-content .slick-arrow.slick-prev {
            left: calc(50% - 50px);
        }

        .home-content .slick-arrow.slick-next {
            right: calc(50% - 50px);
        }

        .home-content .slick-arrow.slick-prev,
        .home-content .slick-arrow.slick-next {
            top: auto;
            transform: none;
            bottom: 20px;
        }
		.slide-box{
			padding:30px 0;
			margin:0
		}
		.home-content-slide h1, .home-content-slide p{
			margin-bottom:15px
		}
		.home-content-slide{
			padding-bottom:80px
		}
		
    }
/* 19-03-2025 */

/* .services-boxes{
	position:relative;
	z-index:0;
	display:block !important;
	border:solid 1px #D4AF37!important
} */
/* .services-boxes .e-con-full.e-flex.e-con{
	flex:1;
	background-color: #F9F9F9;
} */
.services-boxes{
	display:flex!important;
	flex-direction:column;
}
.services-boxes.e-con-full.e-flex{
	flex:1
}
/* .services-boxes:before{
	position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url("/wp-content/uploads/2025/03/golden-vector-left.png");
	background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
	z-index:-1;
	border:none;
}
.services-boxes:after{
	position: absolute;
    bottom: -10px;
    right: -10px;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url("/wp-content/uploads/2025/03/golden-vector-left.png");
	background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
	transform:rotate(180deg);
	z-index:-1;
	border:none;
} */

.testimonial--section .strong-view.wpmtst-default div.wpmslider-viewport {
    height: auto !important;
}

body .testimonial--section .strong-view.wpmtst-default .wpmtst-testimonial.t-slide {
    transition: 0.4s all;
    position: relative;
	border:0;
	    padding: 15px;
}
body .strong-view.wpmtst-default .testimonial.t-slide{
	border:0!important;
}
body .strong-view.wpmtst-default .wpmtst-testimonial-inner {
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
	position: relative;
    z-index: 1;
	background:#fff;
/* 	box-shadow: 0 0 20px rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .12); */
	border-radius:16px;
    border: solid 1px #dbdbdb;
}
body .testimonial--section .strong-view.wpmtst-default .wpmtst-testimonial-content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    margin-bottom: auto !important;
}
body .strong-view.wpmtst-default .wpmtst-testimonial-content p {
    color: #000;
}
body .strong-view.wpmtst-default .wpmtst-testimonial-field {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
}
body .strong-view.wpmtst-default .wpmtst-testimonial-field.testimonial-name{
	margin-top:20px
}
body .strong-view.wpmtst-default .wpmtst-testimonial-heading {
    display: none;
}
body .strong-view.wpmtst-default .wpmtst-testimonial-image.testimonial-image{
	width:100%;
	max-width:100%;
	margin:0 0 15px 0
}
body .strong-view.wpmtst-default .wpmslider-controls{
	padding-bottom:0
}
body .strong-view.wpmtst-default .wpmslider-controls > div{
	display:flex;
	justify-content:center;
}
body .strong-view.wpmtst-default .wpmslider-controls > div .wpmslider-pager-item{
	margin:0 5px
}
body .strong-view.pager-style-buttons .wpmslider-pager-link:before, 
body .strong-view.pager-style-buttons .wpmslider-pager-link:hover:before, 
body .strong-view.wpmtst-default .wpmslider-controls > div .wpmslider-pager-item .wpmslider-pager-link.active:before, 
body .strong-view.wpmtst-default .wpmslider-controls > div .wpmslider-pager-item .wpmslider-pager-link.active:hover:before{
	background-image:none;
	display:none
}
body .strong-view.wpmtst-default .wpmslider-controls > div .wpmslider-pager-item .wpmslider-pager-link{
	 margin:0;
	width:14px;
	height:14px;
	border:solid 2px #0C2265;
	border-radius:50%;
	display:block
}
body .strong-view.wpmtst-default .wpmslider-controls > div .wpmslider-pager-item .wpmslider-pager-link.active{
	background: #0C2265;
}
body .strong-view.wpmtst-default .testimonial-content p{
	font-size:16px
}
body .strong-view.wpmtst-default .testimonial-image img{
	    padding: 0;
    border: 0;
    height: 30px;
    width: auto;
}
.testimonial--section{
	position:relative
}
.testimonial--section::before, .testimonial--section::after{
	position: absolute;
	width: 107px;
	height: 79px;
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: -1;
	opacity: .8;
	content: "";
	opacity: 0.1;
}
.testimonial--section::before{
	background-image: url(/wp-content/uploads/2025/03/quote-top.png);
	top: -54px;
	left: 12px;
}
.testimonial--section::after {
    background-image: url(/wp-content/uploads/2025/03/quote-bottom.png);
    bottom: -20px;
    right: 12px;
}
/* .formBox > div{
	position:relative;
	background-color: rgba(255,255,255,0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    -moz-backdrop-filter: blur(10px);
    -ms-backdrop-filter: blur(10px);
    -o-backdrop-filter: blur(10px);
} */
/* .formBox > div::after{
	position:absolute;
	width:100%;
	height:100%;
	content:"";
	background:#0C2265;
	border-radius:16px;
	left:0;
	top:0;
	opacity:0.5;
	 -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
} */
/* .contactForm label{
	color:#fff
} 
.contactForm input{
	color:#fff!important;
}
.contactForm input::-webkit-input-placeholder {
  color:#fff!important;
	opacity:0.8!important;
}
.contactForm input::-moz-placeholder {
  color:#fff!important;
	opacity:0.8!important;
}
.contactForm input:-ms-input-placeholder { 
  color:#fff!important;
	opacity:0.8!important;
}
.contactForm input:-moz-placeholder {
 color:#fff!important;
	opacity:0.8!important;
}
.contactForm input::placeholder {
  color:#fff!important;
	opacity:0.8!important;
} */
.design-by a{
	color:#fff
}
.design-by a:hover{
	color:#d4af37
}
.service_inner .elementor-icon-box-icon .elementor-icon svg {
	filter:invert(1)
}
.process-row .process-box{
	background: #ffffff0a;
    backdrop-filter: blur(22px);
	position:relative;
	overflow:hidden;
	border-radius:6px
}
.process-row .process-box .elementor-icon-box-icon{
	width: 90px;
    height: 90px;
    margin-left: 0;
}
.process-row .process-box::after{
	    width: 140px;
    height: 140px;
    position: absolute;
    content: "";
    left: -40px;
    top: -50px;
    background: #d0af3b;
    border-radius: 50%;
    z-index: -1;
}
.process-row  {
    counter-reset: how-counter;
}
.process-row .process-box::before {
    counter-increment: how-counter;
    content: counter(how-counter);
    position: absolute;
    font-size: 107px;
    right: 15px;
    top: 0px;
    line-height: 1;
    color: #fff;
    opacity: 0.03;
    font-weight: bold;
	    left: auto;
    width: auto;
	height:auto
}
.customTabs .e-n-tab-title{
	border-radius:6px!important;
/* 	border:0!important; */
}
@media(max-width:767px){
	.serviceBlock{
		display:block!important
	}
	.home-thumb-box{
		font-size:13px
	}
	.home-content-slide{
		min-height: calc(100vh - 83px)
	}
	.videoFooter .elementor-background-video-container.elementor-hidden-mobile{
		display:block!important
	}
}



.home-banner-section{
	background-position:top 65px center !important;
}

.services-boxes .elementor-widget-image{
	border:2px solid #D4AF37;
	border-radius:80px 16px 16px 16px;
	padding: 10px 9px;
	transition:all 0.3s ease-in-out;
}
.services-boxes .elementor-widget-image:hover{
	border-radius:16px;	
}
.services-boxes .elementor-widget-image:hover img{
	border-radius:16px !important;
}
.services-boxes .elementor-icon-box-wrapper .elementor-icon-box-icon{
	background-color: #000000BF;
    border-radius: 50%;
	margin-top: 9px;
}
.border_bottom_section , .our_service_section {
  border-bottom: 1px solid transparent;
  background: linear-gradient(
      90deg,
      rgba(212, 175, 55, 0) 0%,
      #D4AF37 50%,
      rgba(212, 175, 55, 0) 100%
    )
    bottom / 100% 1px no-repeat;
}
.formBox .elementor-widget-heading{
	margin-bottom:24px !important;
}
.contactForm .elementor-field-type-submit{
	margin-top:40px;
}
.customTabs .e-n-tab-title{
	border-radius:16px !important;
	height:40px !important;
	min-width:140px !important ;
}
.customTabs .swiper-slide-inner{
	height:224px;
	display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #D4AF37;
	border-radius:16px;
	margin:0 10px !important;
}
.customTabs .swiper-pagination{
	bottom:-10px !important;
}
body .strong-view.wpmtst-default .wpmtst-testimonial-inner {
	border-radius:80px 16px 16px 16px;
	background-color:#E8E2D4;
	padding: 53px;
	border:none;
}
body .strong-view.wpmtst-default .testimonial-content p{
	font-size:20px;
	line-height:32px;
	font-weight:400;
	color:#000;
	font-family:"Inter", Sans-serif;
}
body .strong-view.wpmtst-default .wpmtst-testimonial-field{
	font-size:26px;
	line-height:35px;
	font-weight:700;
	color:#000;
	font-family:"Inter", Sans-serif;
}
body .strong-view.wpmtst-default .wpmslider-controls {
    padding-top: 30px;
}
body .strong-view.wpmtst-default .wpmslider-controls > div .wpmslider-pager-item .wpmslider-pager-link{
	border-color:transparent;
	background-color:#D9D9D9;
	width: 20px;
    height: 20px;
}
body .strong-view.wpmtst-default .wpmslider-controls > div .wpmslider-pager-item .wpmslider-pager-link.active{
	background-color:#D4AF37;
}
.footer-menu .elementor-nav-menu{
	display:flex;
	flex-wrap:wrap;
}
.footer-menu .elementor-nav-menu li{
	width:50%;
}

.footer-menu .elementor-nav-menu li a{
	position:relative !important;
	padding-left:20px !important;
}
.footer-menu .elementor-nav-menu li a:after{
	position:absolute;
	left:0;
	top:8px;
	content:"";
	width:7px;
	height:7px;
	border-radius:50%;
	background-color:#fff !important;
	opacity:1 !important;
	transition:all 0.2s ease-in-out;	
}
.footer-menu .elementor-nav-menu li a:hover:after{
	background-color:#d4af37 !important;
}
.service-footer-menu .elementor-nav-menu li a{
	position:relative !important;
	padding-left:20px !important; 
}
.service-footer-menu .elementor-nav-menu li a:after{
	position:absolute;
	left:0;
	top:8px;
	content:"";
	width:7px;
	height:7px;
	border-radius:50%;
	background-color:#fff !important;
	opacity:1 !important ;
	transition:all 0.2s ease-in-out;
} 
.service-footer-menu .elementor-nav-menu li a:hover:after{
	background-color:#d4af37 !important;
} 
.our-mission-box .elementor-container {
	gap:20px;
}
.vamtam-cta-btn .elementor-icon-box-wrapper .elementor-icon-box-icon{
	margin-top:9px;
}
.footer-menu .elementor-nav-menu li a.elementor-item-active::after{
	background-color:#D4AF37 !important;
}
.service-footer-menu .elementor-nav-menu li a.elementor-item-active::after{
	background-color:#D4AF37 !important;	
}
/* .process-row .process-box::before{
	color:#292E2C;
	opacity: 0.05;
	border: none;
	
} */
.process-row .process-box::before {
    counter-increment: how-counter;
    content: counter(how-counter);
    position: absolute;
    font-size: 107px;
    left: 0 !important;
    top: 0px;
    line-height: 1;
    color: #4c4c4c;
    border-radius: 0;
    font-weight: bold;
    left: auto;
    width: 150px;
    height: 100%;
    background-color: #292e2c !important;
    display: flex;
    align-items: center;
    justify-content: center;
	border:none;
	opacity:1;
}
.process-row .process-box::after{
/* 	background:#292E2C;	 */
	display:none;
}
.construction-site-map ul li {
    margin-bottom: 0 !important;
    width: calc(20% - 15px);
    flex-direction: column;
    background-color: #ffffff0d;
    padding: 25px 15px !important;
    border-radius: 12px;
}
.construction-site-map ul li .elementor-icon-list-icon{
/* 	width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #292e2c;
    margin-right: 10px;
    border-radius: 10px;
	flex:0 0 auto; */
	margin-bottom:20px;
}
.construction-site-map ul li .elementor-icon-list-text{
	text-align:center;
	padding-left:0 !important;
}
.construction-site-map ul li strong{
	color:#D4AF37 !important;	
	display:block;
	margin-bottom:5px;
	font-size:16px !important;
}
.enquiry-section ul li .elementor-icon-list-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: rgb(212 175 55 / 10%);
    margin-right: 15px;
    flex: 0 0 auto;
}
.enquiry-section ul li .elementor-icon-list-text strong{
	display:block;
	margin-bottom:3px;
	color:#000 !important;
}

.enquiry-section ul li {
    padding: 20px 15px !important;
    border-radius: 12px;
    margin-bottom: 20px !important;
    background-color: rgb(212 175 55 / 3%);
    border: 1px solid rgb(212 175 55 / 20%);
}
body .testimonial-list .strong-view.wpmtst-default .wpmtst-testimonial{
	border:none;
}
body .testimonial-list .strong-view.wpmtst-default .wpmtst-testimonial-inner{
	padding:30px 25px 30px;
	border-radius:16px;
	background-color:rgb(212 175 55 / 5%);
	border:1px solid rgb(212 175 55 / 30%);
}
body .testimonial-list .strong-view.wpmtst-default .testimonial-content p{
	font-size:18px;
	line-height:30px;
}
body .testimonial-list .strong-view.wpmtst-default .wpmtst-testimonial-field{
	font-size:21px;
	margin-top:12px;
}
.sustainable-service-section .elementor-icon svg{
	filter:invert(1) brightness(5) !important;
} 
.our-mission-box .elementor-icon-box-icon .elementor-icon {
    background-color: #292E2C;
    width: 100px !important;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    padding: 25px;
	margin-bottom:25px;
}
.our-mission-box .elementor-icon-box-icon .elementor-icon svg{
	filter:invert(1) brightness(9) !important;
	
}
.bg-dark-section .elementor-container{
	background-color:#0C2265;
	border-radius:80px 16px 16px 16px ;
	overflow:hidden;
}
.why-choose-section:before{
	position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: #fff;
    width: 50%;
    height: 100%;
}
.offer-section{
	position:relative;
	z-index:1;
    transition: all 0.3s ease-in-out !important;
    overflow: hidden;
}
.offer-section .e-con-inner {
    gap: 15px !important;
    transform: translateY(40%);
    transition: all 0.3s ease-in-out;
}
.offer-section:hover .e-con-inner{
    transform:none;
}
.offer-section:before{
	position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
/* 	background: #000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 12%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0) 100%); */
    transition: all 0.3s ease-in-out !important;
    z-index: -1;
	background: #000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.58) 74%, rgba(0, 0, 0, 0.11) 100%);
	opacity:0.5;
}
.offer-section:hover:before{
/* 	background: #000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.58) 74%, rgba(0, 0, 0, 0.11) 100%); */
	opacity:1;
	
}
.offer-section .elementor-widget-text-editor{
    visibility: hidden;	
	opacity:0;
	transition:all 0.3s ease-in-out;
}
.offer-section:hover .elementor-widget-text-editor{
    visibility: visible;
	opacity:1;
}
.offer-section .elementor-widget-container p{
	margin-bottom:0 !important;
}
.site-offer-section .elementor-widget-n-carousel .swiper-pagination-bullet{
    border-color: transparent;
    background-color: #898989;
    width: 20px;
    height: 20px;
}
.site-offer-section .elementor-widget-n-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active{
	    background-color: #D4AF37;
}
.process-row .process-box .elementor-icon-box-content{
	display:flex;
	align-items:center;
	
}
.process-row .process-box .elementor-icon-box-content .elementor-icon-box-title {
    width: 190px;
    padding: 20px 0;
    padding-right: 20px;
    margin: 0;
    margin-right: 20px;
    border-right: 1px solid #ddd;
    flex: 0 0 auto;
}
.process-row::before {
    position: absolute;
    content: "";
    left: 90px;
    top: 15px;
    width: 2px;
    height: calc(100% - 25px);
    border-left: 2px dashed #ddd;
}
/* .process-row .process-box:nth-child(even){
	padding:0 150px 0 0 !important;
}
.process-row .process-box:nth-child(even)::before{
	left:auto !important;
	right:0 !important;
}
.process-row .process-box:nth-child(even) .elementor-icon-box-content{
	flex-direction:row-reverse;
	text-align:end;
}
.process-row .process-box:nth-child(even) .elementor-icon-box-content .elementor-icon-box-title {
	padding-left: 20px;
	padding-right: 0;
    margin-right: 0;
    margin-left: 20px;
    border-right: none;
    border-left: 1px solid #ddd;
} */
.customAccrodion .e-n-accordion-item{
	border-color:#c1c1c1;
}
.customAccrodion .e-n-accordion-item-title{
	padding:25px 25px;
}
.customAccrodion .e-n-accordion-item-title[aria-expanded="true"] .e-n-accordion-item-title-header{
	font-weight:500;
}
.site_service_section .elementor-icon{
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
/* .approach-section>.elementor-element.e-child:after {
    position: absolute;
    content: "";
    right: -13px;
    width: 1px;
    height: 95%;
    border-left: 1px solid #ffffff12;
    top: 0;
} */
.step-process-section .elementor-shape-circle:before {
    position: absolute;
    content: "";
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    border-bottom: 1px dashed #767676;
    height: 2px;
    z-index: -1;
	display:none !important;
}
.step-process-section .elementor-shape-circle:nth-child(3):before{
	    position: absolute;
    content: "";
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    width: 50px;
    border-bottom: 1px dashed #767676;
    height: 2px;
    z-index: -1;
	    top: auto;
}
.step-process-section .elementor-shape-circle:nth-child(3):after {
    position: absolute;
    content: "";
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%) rotate(136deg);
    z-index: -1;
    top: auto;
}

.step-process-section .elementor-shape-circle:after {
/*     position: absolute;
    content: "";
    right: -21px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    border-right: 2px dashed #767676;
    border-top: 2px dashed #767676;
    height: 10px;
    z-index: -1;
	background-color:#fff; */
	display:none !important;
}
.step-process-section .elementor-shape-circle:nth-child(4):after , .step-process-section .elementor-shape-circle:nth-child(5):after {
    transform: translateY(-50%) rotate(225deg);
	right:-26px;
}
.step-process-section .elementor-shape-circle:last-child:before , .step-process-section .elementor-shape-circle:last-child:after{
	display:none;
}
.step-process-section .elementor-icon svg{
	filter:invert(1) brightness(25);
}
.choose-list-wrap .elementor-shape-circle>.elementor-widget-container {
    overflow: hidden !important;
    position: relative !important;
    background: #fff;
    z-index: 0;
    border-radius: 16px;
	min-height: 500px;
}

.choose-list-wrap .elementor-shape-circle>.elementor-widget-container:before {
    position: absolute;
    content: "";
    left: -100px;
    top: -160px;
    height: 520px;
    background: #fff;
    width: 620px;
    /* transform: rotate(-36deg); */
    z-index: -1;
    border-right: 1px solid #ddd;
    backdrop-filter: blur(5px);
    border-radius: 50%;
}
.choose-list-wrap .elementor-shape-circle>.elementor-widget-container .elementor-icon svg{
	filter:invert(1) brightness(25);
}
/* .choose-list-wrap .elementor-shape-circle>.elementor-widget-container .elementor-icon-box-wrapper{
	max-width: 250px;
} */
.choose-list-wrap .elementor-shape-circle>.elementor-widget-container .elementor-icon-box-wrapper .elementor-icon-box-title{
	    margin-bottom: 10px;
    display: block;
}
.bg-container>.elementor-container {
    background: #e8e2d4;
    border-radius: 80px 16px 16px 16px;
    overflow: hidden;
    padding-right: 50px;
}
.bg-container .elementor-widget-image{
	height:100%;
}
.bg-container .elementor-widget-image .elementor-widget-container{
	height:100%;
}
.bg-container .elementor-widget-image .elementor-widget-container img{
	height:100%;
	width:100%;
	object-fit:cover;
}
.site_service_section .swiper-slide .e-con-inner>.e-con.e-child{
	height:100%;
}
/* .inner_contact_section{
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	background:
    linear-gradient(
		90deg,
		rgba(212, 175, 55, 0) 0%,
		#D4AF37 50%,
		rgba(212, 175, 55, 0) 100%
    ) top / 100% 1px no-repeat,

    linear-gradient(
        90deg,
        rgba(212, 175, 55, 0) 0%,
        #D4AF37 50%,
        rgba(212, 175, 55, 0) 100%
    ) bottom / 100% 1px no-repeat;
} */
.border_top_section{
	border-top: 1px solid transparent;
background: linear-gradient(
    90deg,
    rgba(212, 175, 55, 0) 0%,
    #D4AF37 50%,
    rgba(212, 175, 55, 0) 100%
) top / 100% 1px no-repeat;
}


@media(max-width:991px){
	.footer-menu .elementor-nav-menu li{
		width:100%;
	}
	.services-boxes .elementor-heading-title br{
		display:none;
	}
	.construction-site-map ul li{
		width:calc(50% - 15px);
		margin-bottom:15px !important;
	}
	.testimonial-list .strong-grid .wpmtst-testimonial.testimonial {
		width:47% !important;
	}
	.process-row .process-box::before{
		font-size: 70px;
		width: 110px;
	}
	.process-row .process-box .elementor-icon-box-content .elementor-icon-box-title{
		width: 160px;
	}
	.process-row::before {
		left: 65px;
	}
	.step-process-section .elementor-shape-circle:before {
		position: absolute;
		content: "";
		right: 50%;
		top: auto;
		transform: translateX(-50%);
		width: 1px;
		border-right: 1px dashed #767676;
		height: 60px;
		z-index: -1;
		bottom: -45px;
	}
	.step-process-section .elementor-shape-circle:after {
		position: absolute;
		content: "";
		right: 48.8%;
		top: auto;
		transform: translateX(-50%) rotate(134deg);
		width: 10px;
		border-right: 2px dashed #767676;
		border-top: 2px dashed #767676;
		height: 10px;
		z-index: -1;
		background-color: #fff;
		bottom: -21px;
	}
	.step-process-section .elementor-shape-circle:nth-child(4):after, .step-process-section .elementor-shape-circle:nth-child(5):after {
		transform: translateX(-50%) rotate(135deg);
		right: 48.8%;
	}
	.bg-container>.elementor-container{
		padding-right:0;
	}
	.choose-list-wrap .elementor-shape-circle>.elementor-widget-container:before{
		left:-130px;
	}
	
}
@media(max-width:767px){
	.services-boxes .elementor-icon-box-wrapper .elementor-icon-box-icon {
		height: 5px;
	}	
	body .strong-view.wpmtst-default .wpmtst-testimonial-inner {
		padding: 50px 30px;
	}
	body .strong-view.wpmtst-default .testimonial-content p {
		font-size: 16px;
		line-height: 26px;
	}
	body .strong-view.wpmtst-default .wpmtst-testimonial-field {
		font-size: 21px;
		line-height: 25px;
	}
	body .strong-view.wpmtst-default .wpmslider-controls > div .wpmslider-pager-item .wpmslider-pager-link {
		width: 12px;
		height: 12px;
	}
	.process-row .process-box::after{
		width: 130px;
    	height: 130px;	
	}
	.process-row .process-box .elementor-icon-box-icon {
		width: 70px;
		height: 70px;
	}
	.construction-site-map ul li{
		width:calc(100% - 15px);
	}
	.service_inner .elementor-icon-box-icon .elementor-icon-box-title br{
		display:none;
	}
	.testimonial-list .strong-grid .wpmtst-testimonial.testimonial {
		width:100% !important;
	}
	.elementor-form-fields-wrapper .elementor-button{
		padding:15px 35px 15px 35px !important;
		width:100% !important;
	}
	.offer-section .e-con-inner {
		gap: 15px !important;
		transform: translateY(46%);
		transition: all 0.3s ease-in-out;
	}
	.site-offer-section .elementor-widget-n-carousel .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
	}
	.process-row .process-box .elementor-icon-box-content {
		flex-direction: column;
		align-items:start;
	}
	.process-row::before{
		display:none;
	}
	.process-row .process-box::before {
		font-size: 70px;
		width: 70px;
		background-color: transparent !important;
		opacity: 0.05;
		height: 70px;
		top: 5px;
		left:auto !important;
		right:0 !important;
	}
	.process-row .process-box .elementor-icon-box-content .elementor-icon-box-title {
		width: auto;
		padding: 0 0 12px;
		margin: 0;
		border-right: none;
		flex: 1;
	}
	.step-process-section .elementor-shape-circle:nth-child(4):after, .step-process-section .elementor-shape-circle:nth-child(5):after {
		transform: translateX(-50%) rotate(135deg);
		right: 47.3%;
	}
	.step-process-section .elementor-shape-circle:after{
		right: 47.3%;
	}
	.choose-list-wrap .elementor-shape-circle>.elementor-widget-container .elementor-icon-box-wrapper .elementor-icon-box-title br{
		display:none;
	}
	.vamtam-cta-btn .elementor-icon-box-wrapper .elementor-icon-box-icon {
		margin-top: -4px;
	}
	.sustainable-service-section>.e-con-inner{
		display:flex;
		flex-direction:column;
		gap:20px;
	}
	.e-con.e-con>.e-con-inner>.elementor-widget, .elementor.elementor .e-con>.elementor-widget {
		max-width: 100%;
	}
	.choose-list-wrap .elementor-shape-circle>.elementor-widget-container:before {
		left: -143px;
		top: -210px;
	}
	.choose-list-wrap .elementor-shape-circle>.elementor-widget-container {
		min-height: 430px;
	}
}


/* .service_inner .elementor-icon-box-icon{
	margin-left: -31px !important;
    margin-top: -31px;
}
.service_inner .elementor-icon-box-icon .elementor-icon{
	border: 1px solid rgb(212 175 55 / 40%);
    border-top: none;
    border-left: none;
}*/
