*{
    margin: 0px;
    padding: 0px;
}
html {
    scroll-behavior: inherit !important;
}
.custom-header .header-toggles.hide-no-js {
    display: none;
}

p, label, input, a, span, li, strong{
	  font-family: "Poppins", sans-serif;
}

h1, h2, h3, h4, h6{
	  font-family: "Wix Madefor Display", sans-serif;
/* 	font-weight: 400; */
font-style: normal;

}
h1, h2{
	  font-family: "Wix Madefor Display", sans-serif;
}
body {
    overflow-x: hidden;
}
section.headerslider {
	overflow: hidden;
	/*     max-height: 100vh; */
	height: calc(100vh - 167px);
	padding: 0px !important;
	position: relative;
}
section.headerslider .topbanner-new:before{
	content: "";
	display: block;
	background: linear-gradient(63deg, #44b93aa6 51%, #44B93A 51%, #00000000 51.5%, transparent 0);
    opacity: .85;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 100%;
    height: 100%;
	z-index: 1;
}
section.headerslider .home-carousel {
    display: block;
}
.header-banner-new p {
    font-size: 25px;
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.5px;
}
.header-banner-new span.stripeline {
    color: #fff;
}
.header-banner-new .btn-new a.learnmore:hover {
    color: #fff !important;
    border-color: #fff !important;
}
.container {
	max-width: 1360px !important;
}
.container-fluid {
    width: 1557px;
}
.conact-info ul li a {
    display: flex;
    font-size: 16px;
    color: #9a9a9a;
    text-decoration: none;
}
.conact-info ul li a img {
    margin-right: 12px;
}
section {
    padding: 120px 0px !important;
}
/* header style */

.custom-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
a.topbtn {
    background: #DD4D56;
    color: #fff;
    font-size: 20px;
    width: 192px;
    font-weight: bold;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DD4D56;
    border-right: 0px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    padding: 33px 18px;
    padding-bottom: 17px;
    text-decoration: none;
}
a.topbtn:hover{
	text-decoration: none;
	/*border: 1px solid #DD4D56;
	background: transparent;
	color: #DD4D56;*/
	border-right: 0px;
    padding-bottom: 33px;
}
.header-navigation-wrapper nav, .header-navigation-wrapper nav ul {
/*     height: 85px; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
}
header#site-header.new-header {
    height: 98px;
    background: #fff;
	width: 100%;
}

.new-header .header-inner.section-inner {
	padding: 16px 0px;
    margin: 0;
    width: 100%;
}
.new-header nav li {
	margin-top: 0px;
	margin-left: 0;
	margin-right: 40px;
}
.new-header .btn-new {
    margin: 0;
}
.new-header .btn-new a.learnmore {
    white-space: nowrap;
	padding: 5px 22px;
	padding-right: 5px;
}
.conact-info ul li {
    margin: 0;
    margin-right: 20px;
}
.new-header nav li a {
    font-size: 19px;
    color: #636b6d !important;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    padding-bottom: 0px;
    position: relative;
}

.header-toggles.custom-search {
    display: none;
}
.new-header .header-titles {
    margin: 0;
}
.topbar {
    padding: 0px;
    background: #f9f9f9;
    border-bottom: 1px solid #cccccc;
	width: 100%;
}
.phone-address {
    display: flex;
    align-items: center;
}
.new-header nav li.current-menu-item a {
text-decoration: none;
}
.new-header nav li a:hover{
	text-decoration: none;
	color: #45b93a !important;
}
.cart-left {
    display: flex;
    justify-content: flex-end;
}
.cart-left ul {
    background: #333d3f;
    color: white;
    padding: 15px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    clip-path: polygon(19% 0, 100% 0, 100% 100%, 0% 100%);
    position: relative;
	width: 214px;
	padding-left: 0;
}
.cart-left ul li {
    margin: 0;
/* 	margin-right: 12px; */
	position: relative;
	padding-right: 22px;
	padding-left: 5px;
}
.cart-left ul li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    background: #fff;
	height: 20px;
	opacity: 0.3;
}
.new-header nav li a:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 0px;
	width: 1px;
	background: #6f7779;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.cart-left ul li:last-child:after {
    display: none;
}
a.btn-new {
    display: flex;
    white-space: nowrap;
    padding: 15px 25px;
    background: #45b93a;
    margin-left: 20px;
    color: #fff;
    text-decoration: none;
    font-size: 19px;
    letter-spacing: 0.8px;
    border: 1px solid #45b93a;
}
/* .header-inner.section-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
}*/
.topdtripe {
    width: 100%;
    display: flex;
    justify-content: space-between;
	padding: 0px;
} 
.new-header h1.site-logo {
    margin: 0;
}
.phone-address, .cart-left {
    padding: 0;
}
.cart-left ul {
    display: flex;
	justify-content: flex-end;
	margin: 0;
	list-style: none;
}
.conact-info ul {
    display: flex;
    margin: 0;
    list-style: none;
}
.header-navigation-wrapper a.btn-new {
    margin-top: 0;
}
.new-header .site-logo.faux-heading {
    margin: 0;
}
/* about us */


section.aboutnew.about{
	display: flex;
	background: #f9f9f9;
	padding: 140px 0px !important;
	padding-bottom: 170px !important;
	position: relative;
	overflow: hidden;
}
section.aboutnew.about:after {
    content: '';
    background: url(/wp-content/uploads/2025/08/about-bg-right.svg);
    width: 482px;
    height: 672px;
	position: absolute;
	right: -81px;
	top: -23%;
    z-index: 1;
    background-repeat: no-repeat;
}

.aboutnew .about-left {
    display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0px;
	position: relative;
}
.aboutnew .right {
    padding: 0;
}
.aboutnew .left-text p {
    font-size: 20px;
    line-height: 34px;
    color: rgb(0 0 0 / 70%);
}
.righticon {
    display: flex;
    margin-top: 70px;
}
.welcome-inner {
    display: flex;
    padding: 0;
}
.btn-new {
	display: flex;
	margin-top: 60px;
}
a.learnmore {
    padding: 5px 30px;
    background: #44B93A;
    font-size: 20px;
    text-decoration: none;
    color: #fff;
    margin: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    padding-right: 5px;
	border: 1px solid #44B93A;
}
a.learnmore span {
    width: 58px;
    height: 52px;
    background: #fff;
    display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 17px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
a.learnmore:hover {
    background: transparent;
    color: #44B93A;
}
a.learnmore:hover span {
    background: #44B93A;
}
a.learnmore:hover span path {
    stroke: #fff;
}
.about-left .left-img {
    position: relative;
	z-index: 1;
}
.about-left .right-img {
    position: absolute;
    right: 0;
    bottom: -80px;
	z-index: 2
}
.about-right p {
    font-size: 18px;
    color: #696969;
    margin-bottom: 25px;
}
.about-right {
    padding-right: 50px;
    padding-left: 105px;
}
.title-new h2 {
    font-size: 33px;
    color: #333D3F;
    margin-top: 10px;
    margin-bottom: 37px;
}
.about-right .title-new h2 {
    width: 70%;
    margin-left: 0;
}
span.stripeline {
    color: #44B93A;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 6px;
}

/* about us end */

/* services */

section.our-services .title-new h2 {
    display: none;
}
section.our-services .title-new {
    text-align: center;
}
section.our-services .title-new p {
    font-size: 33px;
    max-width: 800px;
    margin: 0 auto;
    font-weight: bold;
    font-family: "Wix Madefor Display", sans-serif;
    line-height: normal;
	color: #fff;
}
section.our-services span.stripeline {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
	color: #fff;
}

.grid {
  position: relative;
  list-style: none;
  text-align: center;
}
.service-inner {
    padding: 0;
}
/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	/*   margin: 10px 1%; */
	min-width: 100%;
	max-width: 100%;
	height: 414px;
	width: 100%;
	background: #EBECEE;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
/*   word-spacing: -0.15em; */
font-weight: 300;
}

.grid figure h2 span {
  font-weight: 800;
}
.our-services .grid figure h2 span {
    font-weight: 500;
}
.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
  max-width: 100%;
/*   width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px); */
  opacity: 1 !important;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: inherit;
  object-fit:cover;
}

figure.effect-lily figcaption {
  text-align: left;
  margin-top: 0px;
}

figure.effect-lily figcaption > div {
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 0px 35px;
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: all 0.5s ease-in-out;
}
span.wpcf7-not-valid-tip {
    white-space: nowrap;
}
.title-new {
    margin-bottom: 45px;
}
figure.effect-lily h2,
figure.effect-lily p {
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}

figure.effect-lily h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}


figure.effect-lily p {
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

figure.effect-lily a {
  color: rgba(255, 255, 255, 0.8);
	opacity: 0;
/* 	transition: 0.5s; 
	-webkit-transition: 0.5s;*/
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.5s, transform 0.35s;
}
figure.effect-lily:hover img,
figure.effect-lily:hover p,
figure.effect-lily:hover a
{
  opacity: 1;
}
.boxbg {
	display: flex;
	width: 100%;
	height: 100%;
	position: relative;
	max-width: 100%;
	flex: 0 0 100%;
	align-items: center;
	justify-content: center;
	flex-flow: wrap;
}
.front-svg {
    width: 100%;
    display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 150px;
}
span.iconsvg {
    padding: 10px;
    background: #44B93A;
    border-radius: 100px;
    width: 124px;
    height: 124px;
    display: flex;
    align-items: center;
	justify-content: center;
/* 	position: relative;
	bottom: 80px; */
}
.boxbg .number-box {
	position: absolute;
	right: -35px;
	width: 137px;
	height: 137px;
	border-radius: 100px;
	background: rgb(99 107 109 / 30%);
	bottom: -35px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.boxbg .number-box span {
    font-size: 75px;
    font-weight: 600;
    color: rgb(51 61 63 / 50%);
    display: flex;
    align-items: center;
	justify-content: center;
	padding-bottom: 20px;
	padding-right: 20px;
	font-weight: 900;
	font-family: "Wix Madefor Display", sans-serif;
}
figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p,
figure.effect-lily:hover a
{
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
figure.effect-lily:hover a,
figure.effect-lily:hover p {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
figure.effect-lily a.newreadmore {
    font-size: 18px;
    margin-top: 7px;
    color: #fff;
}
figure.effect-lily figcaption > div h2 {
	position: absolute;
	bottom: 183px;
	text-align: center;
	width: 100%;
	left: 0;
	text-transform: uppercase;
	padding: 0px 30px;
}
figure.effect-lily:hover figcaption > div h2 {
    position: relative;
	bottom: inherit !important;
	color: #333D3F;
	text-align: center;
}
.service-inner-new .grid {
    display: flex;
    flex-wrap: wrap;
}
.row.service-wrape {
    margin: 0;
}
.service-wrape .grid {
    display: flex;
    gap: 36px;
    flex-wrap: wrap;
	width: 100%;
	margin-top: 30px;
	justify-content: center;
}
.service-wrape .link-box {
    width: 31.5%;
    max-width: 31.5%;
    flex: 0 0 31.5%;
}
.service-wrape figcaption h2 {
	font-size: 25px;
	text-transform: capitalize;
	font-weight: 900 !important;
	letter-spacing: 0.2px;
	color: #333D3F;
}
figure.effect-lily:hover figcaption > div {
    height: 100%;
    display: flex;
    flex-direction: column;
/*     align-items: center; */
justify-content: center;
bottom: 0px;
background: #fff;
}

/* figure.effect-lily:nth-child(1) figcaption > div, figure.effect-lily:nth-child(2) figcaption > div  {
    bottom: -61px;
} */

figure.effect-lily:nth-child(1):hover figcaption > div, figure.effect-lily:nth-child(2):hover figcaption > div {
    bottom: 0;
}
/* figure.effect-lily figcaption:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    background: linear-gradient(360deg, rgba(38, 72, 125, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 106%);
    opacity: 0.8;
} */
.grid figure:hover figcaption div h2 {
    margin-bottom: 15px;
}
.grid figure:hover figcaption div a.newreadmore {
    margin-top: 10px;
}
section.our-services {
    background: url(/wp-content/uploads/2025/08/Services-bg.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}
figure.effect-lily:hover p {
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0;
    color: #333D3F;
	text-align: center;
	line-height: 30px;
}
.readmore {
    display: flex;
    align-items: center;
	width: 100%;
	justify-content: center;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	margin-top: 15px;
}
.readmore a {
     color: #44B93A !important;
    font-size: 22px;
	font-weight: 600;
	text-transform: capitalize;
}
.newread a {
    color: #44B93A !important;
    opacity: 1 !important;
    font-size: 22px;
    font-weight: 600;
}
.service-wrape .link-box:hover .newread {
    opacity: 0;
}
/* .custom-container {
    padding-right: 0;
    margin-right: 0;
} */
/* services end */

/* homeslider */



.owl-carousel .owl-stage {
    transition-timing-function: linear !important;
}

.topbanner-new {
	height: calc(100vh - 167px);
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}
.header-banner-new .btn-new {
    margin: 0;
    margin-top: 25px;
}
.topbanner-new.discover-what-lies-beneath-the-ground {
    background-position: 0 -57px;
}
.topbanner-new .container {
    position: relative;
	z-index: 2222;
	padding-bottom: 100px;
}
.header-banner-new {
    position: relative;
}
.header-banner-new h1 {
    font-size: 60px;
    width: 47%;
    margin-left: 0;
    font-weight: bold;
    color: #fff;
	letter-spacing: 0.5px;
	margin: 0;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: 900;
}
.headerslider .owl-item {
     float: left;
}
section.headerslider.owl-loaded .owl-nav {
    position: absolute;
    right: 77px;
    z-index: 2000;
    bottom: 32px;
}
.fadeIn.active .header-banner-new{
  animation: fadeinout 6s infinite;
}
section.gallery-testi,
section.gallery{
	position: relative;
	overflow: hidden;
}
section.latest-updates {
       position: relative;
    background: rgb(51 61 63 / 3%);
}
section.gallery-testi:before,
section.gallery:before,
section.latest-updates:before,
section.our-services:before,
section.aboutnew.about:before{
	content: '';
	background: url(/wp-content/uploads/2025/08/about-left.svg);
	width: 106px;
	height: 56px;
	position: absolute;
	left: 0px;
	bottom: 0;
	z-index: 1;
	background-repeat: no-repeat;
}
section.gallery-testi:before{
	content;'';
    background: url(/wp-content/uploads/2025/08/gallery-border.svg);
    width: 112px;
    height: 106px;
    bottom: -43px;
	right: 0px;
}
section.gallery:before {
	content;'';
    background: url(/wp-content/uploads/2025/08/gallery-border.svg);
    width: 112px;
    height: 106px;
    bottom: -43px;
}
section.our-services:before{
	left: inherit;
	right: 0px;
}
.gallery-inner {
    display: flex;
    justify-content: space-between;
	align-items: center;
	margin-bottom: 57px;
	padding: 0px;
}
section.gallery .gallery-inner .title-new {
    margin: 0;
}
section.gallery .gallery-inner .title-new h2 {
	margin: 0;
	letter-spacing: 0.5px;
	width: 71%;
}
.gallery-inner .btn-new {
    margin: 0;
}
.gallery-inner .btn-new a.learnmore {
	padding: 5px 20px;
	padding-right: 5px;
	background: #fff;
}
section.gallery {
    background: #44B93A;
    margin: 0;
}
.gallery-inner span.stripeline, .gallery-inner h2 {
    color: #fff;
}

.gallery-inner .btn-new a.learnmore {
    color: #44B93A;
    border: 1px solid #44B93A;
}

.gallery-inner .btn-new a.learnmore:hover span{
	background: #fff;
}
.gallery-inner .btn-new a.learnmore:hover {
    background: transparent;
    border: 1px solid #ffffff;
    color: #fff;
}
.gallery-inner .btn-new a.learnmore:hover path {
    stroke: #44b93a;
}
.gallery-inner .btn-new a.learnmore span {
    background: #44b93a;
}
.gallery-inner .btn-new a.learnmore svg path {
    stroke: #fff;
}
.gallery-inner .btn-new a.learnmore:hover svg path {
    stroke: #44b93a !important;
}
@keyframes fadeinout {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.carousel-desc {
  display: none;
  margin-top: 10px;
  font-size: 14px;
}
/* section.headerslider .custom-arrows>button {
    margin: 0 !important;
    padding: 0 !important;
} */
section.headerslider .custom-arrows>button {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent;
}
section.headerslider .custom-arrows button>button {
    padding: 16px !important;
    background: transparent !important;
	border: 1px solid #fff;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
section.headerslider .custom-arrows button.owl-prev>button {
    margin-right: 20px;
}
section.headerslider .custom-arrows button>button:hover {
    background: #44B93A !important;
    border-color: #44B93A !important;
}
.custom-arrows {
    position: absolute;
    right: 0;
    bottom: -40px;
}

.about-left:after {
    content: '';
    background: url(/wp-content/uploads/2025/07/about-left-border.svg);
    width: 155px;
    height: 170px;
    position: absolute;
    top: -50px;
    right: 0;
    z-index: 0;
}
/* .header-banner-new a {
    background: #639930;
    width: 153px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(8% 0%, 92% 0%, 100% 50%, 92% 98%, 7% 99%, 0% 50%);
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    transition: 0.5s;
    -webkit-transition: 0.5s;
} */

/* homeslider end */

/* gallery */

.carousel-item .title-row {
    display: flex;
    align-items: center;
    margin: 0;
}
.carousel-item .title-row h3.carousel-title {
    margin: 0;
}
/* gallery end */


.testimonial-item {
	background: #f9f9f9;
	padding: 47px 25px;
	border-radius: 10px;
	text-align: center;
}

.testimonial-name {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
}

.testimonial-stars {
	font-size: 18px;
	margin-bottom: 24px;
	display: flex;
}

.testimonial-description {
	color: #333D3F;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 34px;
	text-align: left;
}
.testi-inner {
    display: flex;
	align-items: center;
	margin-bottom: 35px;
}
.testi-inner h3.testimonial-name {
	margin: 0;
	margin-left: 15px;
	letter-spacing: 0.5px;
}
.testi-inner h3.testimonial-name, .testi-inner label {
	line-height: 0;
	font-size: 19px;
	font-weight: bold;
}
.testi-inner label {
	height: 50px;
	background: rgb(0 0 0 / 50%);
    border-radius: 100px;
    width: 50px;
    display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 600;
}
.testimonials-carousel .owl-stage-outer {
    border-radius: 10px;
}
section.gallery.gallery-testimonials {
	background: url(/wp-content/uploads/2025/08/image-bg.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
}
section.gallery.gallery-testimonials .gallery-inner.bottom {
    flex-direction: column;
	position: relative;
}
section.gallery.gallery-testimonials:before {
	right: 0;
	left: inherit;
	bottom: -42px;
}
.custom-testimonials {
    width: 108%;
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 50%;
}
.custom-testimonials>button {
	padding: 0;
	background: transparent;
}
.custom-testimonials>button>button {
    background-color: transparent !important;
    padding: 0;
}
section.gallery.gallery-testimonials .gallery-inner .btn-new a.learnmore {
    border: 1px solid #44B93A;
    color: #fff;
    background: #44B93A;
	
}
section.gallery.gallery-testimonials .gallery-inner .btn-new a.learnmore span {
    background: #fff;
}
section.gallery.gallery-testimonials .gallery-inner .btn-new a.learnmore span svg path {
    stroke: #44b93a;
}
section.gallery.gallery-testimonials .gallery-inner .btn-new a.learnmore:hover {
    border-color: #fff;
    background: transparent;
}
section.gallery.gallery-testimonials .gallery-inner .btn-new a.learnmore:hover span {
    background: #44B93A;
}
section.gallery.gallery-testimonials .gallery-inner .btn-new a.learnmore:hover span path {
    stroke: #fff !important;
}
section.contactus {
    background: #44b93a;
	position: relative;
}
.contact-img img {
    width: 100%;
}
.form-wraper input, .form-wraper textarea {
    background: transparent !important;
    border: 0px !important;
    border-bottom: 1px solid rgb(78 78 78 / 40%) !important;
	outline: none;
	padding: 13px 0px !important;
}
.contact-inner .contact-left {
    padding: 0;
	position: relative;
	z-index: 10;
}
.contact-inner .contact-right {
    padding: 65px 45px;
    background: #fff;
}
.contact-right .title-new p {
    margin: 0;
}
.contact-right .title-new {
    margin-bottom: 0px;
	padding: 0px;
}
.form-wraper br {
    display: none;
}
.form-wraper label {
    font-size: 20px;
    color: #333D3F;
    font-weight: 500;
	margin: 0px;
}
.form-wraper p {
    margin-bottom: 25px;
}
.form-wraper textarea {
    min-height: 180px;
}
.form-wraper .left-form {
    padding: 0;
    padding-right: 16px;
}
.form-wraper .right-form {
	padding: 0;
    padding-left: 16px;
}
.message.form-wraper p {
    margin: 0;
}
.message.form-wraper span.wpcf7-list-item-label {
    font-size: 18px;
    color: #333D3F;
	font-weight: 500;
	padding-left: 9px;
}
.message.form-wraper span.wpcf7-list-item {
	margin: 0;
	margin-bottom: 25px;
	margin-top: 20px;
}
.contact-right .submit-btn p {
    margin: 0;
}
.form-wraper span.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 14px;
}
.message.form-wraper p {
    padding: 0;
}
.message.privacypolicy input[type="checkbox"] {
    height: 20px;
    width: 20px;
    padding: 0 !important;
    border: 1px solid #000 !important;
}
.message.privacypolicy input[type="checkbox"]:checked::before {
     margin: -0.40rem 0 0 -0.45rem;
    height: 25px;
    width: 25px;
}
.message.form-wraper span.wpcf7-list-item-label a {
    color: #333D3F;
}
.row.message, .row.form-wraper {
    margin: 0;
}
section.contactus .contact-inner{
	position: relative;
}
section.contactus .contact-inner:before {
    content: '';
    background: url(/wp-content/uploads/2025/08/contact-border.svg);
    position: absolute;
    right: -27px;
    bottom: -27px;
    width: 172px;
    height: 189px;
}
.footer-left.footermenu ul {
    columns: 2;
}
.footer-left li label svg {
    min-height: 20px;
}
.footer-inner {
    display: flex;
    align-items: flex-start;
}
.footer-left h3 {
	margin: 0;
	font-size: 20px;
	color: #000;
	margin-bottom: 36px;
}
.footer-left ul {
    margin: 0;
}
footer#site-footer .footer-column.menu-column.center {
    padding-left: 90px;
}
footer#site-footer .footer-column.menu-column.center-left {
    padding-left: 130px;
}
footer#site-footer .footer-left li {
    text-decoration: none;
    list-style: none;
	margin: 0;
	padding-bottom: 25px;
}
footer#site-footer .footer-left li:last-child{
	padding-bottom: 0px;
}

.footer-logo {
    margin-bottom: 15px;
}
.footer-social-media {
    display: flex;
}
footer#site-footer a, footer#site-footer p{
	transition: 0.5s;
	-webkit-transition: 0.5s;
	color: #000000;
	font-size: 17px;
}
.footer-social-media a {
    margin-right: 10px;
}
#site-footer .footer-social-media a circle{
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
#site-footer .footer-social-media a:hover circle {
    background: #333c3f !important;
    fill: #333c3f;
    stroke: #333c3f;
}
footer#site-footer a:hover {
    color: #44b93a;
    text-decoration: none;
}
footer#site-footer {
    padding-top: 52px;
    padding-bottom: 70px;
    background: #FBFBFD;
	width: 100%;
}
.page-template-gallery.page-template-gallery-php {
    margin: 0;
}
.copyright-bottom {
    background: #333D3F;
    color: #fff;
    text-align: center;
    padding: 17px;
	width: 100%;
}
.copyright-bottom p {
    margin: 0;
}
.copyright-bottom p a {
    color: #fff;
}
.copyright-bottom p a:hover {
    color: #43aa38;
    text-decoration: none;
}
.footer-column.right ul li {
    display: flex;
    align-items: flex-start;
}
.footer-column.right ul li label {
    margin-right: 10px;
    margin-bottom: 0;
    margin-top: 2px;
}
.footer-inner .footer-column.right {
    padding-left: 35px;
}


/* .to-the-top {
	display: none;
    width: 40px;
    height: 50px;
    background-color: #de4c56;
    position: fixed;
    left: 15px;
    bottom: 15px;
    border-radius: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
} */
a#scroll {
    position: fixed;
    z-index: 100000;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px;
    background: #44b93a;
	left: 20px;
	bottom: 15px;
}
span.to-the-top-long {
    display: flex;
    align-items: center;
    justify-content: center;
	height: 100%;
	width: 100%;
	background: #44b93a;
}

/* latest */

.latest-inner-left .title-new {
    width: 72%;
}
.latest-update-inner {
    display: flex;
}
section.latest-updates .btn-new {
    margin-top: 40px;
}
section.latest-updates .title-new h2 {
    margin-bottom: 0;
}
/* latest end */

.gallery-testi .gallery-carousel {
  width: 100%;
  max-width: 100%;
/*   margin: 30px auto; */
}

.gallery-testi .image-box {
  position: relative;
  overflow: hidden;
}

.gallery-testi .image-wrapper {
  position: relative;
}

.gallery-testi .image-wrapper img {
  width: 100%;
  display: block;
  border-radius: 0px;
}

/* Overlay: just the + icon */
.gallery-testi .overlay span.toggle-info.icon {
	position: absolute;
	bottom: 23px;
	left: 25px;
    color: #333D3F;
    padding: 0;
    cursor: pointer;
    z-index: 111;
    width: 34px;
    height: 34px;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: normal;
    background: #EBECEE;
}
.image-box .info-box p {
    opacity: 0;
}
.image-box.active .info-box p {
    opacity: 1;
}
.image-box .info-box h4 {
    position: relative;
    top: 3px;
}
.image-box.active .info-box h4{
	top: 0px;
	margin-bottom: 12px !important;
}
/* Info box: slides up over image */
.gallery-testi .info-box {
    position: absolute;
	bottom: 2px;
	left: 10px;
	right: 10px;
    background: #333D3F;
    padding: 20px;
    transform: translateY(100%);
    transition: transform 0.4s ease;
    z-index: 3;
    border-radius: 0px;
    transform: translateY(50%);
    padding-left: 70px;
}

.gallery-testi .image-box.active .info-box {
  transform: translateY(0%);
}

.gallery-testi .info-box h4 {
  margin-top: 0;
}
.gallery-testi .image-box .info-box h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 900;
	margin-bottom: 19px;
	letter-spacing:0;
}
.gallery-testi .image-box .info-box p {
    font-size: 20px;
    color: #fff;
	font-weight: 500;
    height: 40px;
}
.gallery-testi .image-box.active .info-boxp  {
    height: auto;
}
.gallery-testi .overlay span.toggle-info.icon:before {
    content: "+";
    transition: all 0.3s ease-in-out;
}
.gallery-testi .image-box.active .overlay span.toggle-info.icon:before {
    content: "-";
}
/* .gallery-testi .image-box.active .info-box p,
.gallery-testi .image-box.active .info-box h4 {
    text-align: center;
} */

section.gallery-testi{
	background: #44B93A;
}
.gallery-testi-inner {
    position: relative;
}
.custom-arrows-gallery {
    display: flex;
    justify-content: space-between;
    width: 112%;
    position: absolute;
    top: 50%;
    left: -6%;
}
section.gallery-testi .title-new {
    margin: 0;
}
section.gallery-testi .title-new h2 {
    margin: 0;
}
section.gallery-testi .title-new h2 {
    width: 60%;
}
.custom-arrows-gallery button {
    padding: 16px !important;
    background: transparent !important;
    border: 1px solid #ffffff9c;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.custom-arrows-gallery button:hover {
    background: #333d3f !important;
    border: 1px solid #333d3f;
}
section.gallery.gallery-testimonials .title-new span.stripeline {
    margin-bottom: 10px;
    display: flex;
}
.submit-btn input {
	padding: 17px 20px !important;
    background: #44B93A !important;
    font-size: 20px;
    text-decoration: none;
	color: #fff;
	margin: 0;
	transition: 0.5s !important;
	-webkit-transition: 0.5s !important;
    display: flex;
    align-items: center;
	justify-content: center;
	font-weight: 600;
	border: 1px solid #44B93A !important;
	text-decoration: none !important;
	padding-right: 62px !important;
	height: 55px;
}
.submit-btn input:hover {
    background: transparent !important;
    border: 1px solid #44B93A;
    color: #44B93A;
}
.submit-btn span.wpcf7-spinner {
    display: none;
}
.message.form-wraper span.wpcf7-list-item-label a:hover {
    color: #44b93a;
}
section.contactus .submit-btn {
    width: 200px;
    position: relative;
}
/* section.contactus .submit-btn span.icon:after {
	content: '';
	background: url(/wp-content/uploads/2025/08/contact-icon.svg);
	width: 18px;
	height: 19px;
	position: absolute;
	right: 10px;
	top: 11px;
} */
.message.form-wraper p {
    width: 100%;
}
.submit-btn br {
    display: none;
}
.submit-btn span.icon {
    position: absolute;
    right: 7px;
    top: 8px;
    background: #fff;
    padding: 11px;
    display: flex;
    align-items: center;
	justify-content: center;
	pointer-events: none;
}
.submit-btn:hover span.icon {
    background: #44b93a;
}
.submit-btn:hover span.icon path {
    stroke: #fff;
}
/* counter start */


.counter-inner {
    background: transparent;
    display: flex;
    width: 707px;
    position: relative;
}
.counter-inner h2 {
	color: #44B93A;
	font-size: 40px;
	margin-bottom: 7px;
	font-weight: 900;
	margin: 0px;
	font-family: "Wix Madefor Display", sans-serif;
	letter-spacing: 0.5px;
}
.slider-counter {
	position: relative;
}
.slider-counter .text-center {
    position: absolute;
    bottom: 30px;
    left: 1.2%;
	z-index: 11;
}
.counter-wrape h4 {
	font-size: 20px;
	font-weight: 500;
    color: #fff;
/* 	width: 100px; */
	text-align: left;
	padding-left: 0;
	margin: 0;
}
.counter-inner .counter-wrape:after {
	content: '';
	position: absolute;
	right: 2px;
	height: 90px;
	width: 0px;
	background: transparent;
	border-left: 2px dashed rgb(255 255 255 / 46%);
}
.counter-inner .counter-wrape:last-child:after{
	display: none;
}
.counter-wrape {
    display: flex;
    flex-wrap: wrap;
    max-width: 33.33%;
    flex: 0 0 33.33%;
    padding: 0;
/*     align-items: center; */
    justify-content: center;
	padding: 25px 29px;
/* 	padding-right: 20px; */
	flex-direction: column;
	text-align: left;
}
.slider-counter .text-center {
    padding: 0;
}
.counter-inner .counter-wrape:first-child {
    padding-left: 13px;
}
section.our-services .title-new span.stripeline {
    color: #EBECEE;
}
.testimonials-masonry-grid {
    column-count: 3;
    column-gap: 20px;
}
.testimonial-item {
    background: #fff;
    margin-bottom: 20px;
    border-radius: 0;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	background: #f9f9f9;
    min-height: 500px;
}
div.anchorposition {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
}
section.newheader-banner {
	position: relative;
	height: 450px;
	display: flex;
	align-items: center;
}
section.newheader-banner:before {
    content: '';
    background: rgb(81 78 78 / 50%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
section.newheader-banner h1 {
    font-size: 60px;
    color: #fff;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0;
}
section.newheader-banner .title-new {
    margin: 0;
}
section.testimonial-page .one-about {
    padding: 0;
}
.testimonial-stars svg {
    margin-right: 4px;
}
.maplocation.contact {
    padding: 0;
}
section.contactus .contact-inner {
	display: flex;
	padding: 0;
/*     padding-bottom: 140px; */
}
.page-template-contact-us section.contactus .contact-inner {
	 padding-bottom: 140px;
}
section.contact-wrape.contactus {
    background: #ffffff;
	padding-bottom: 0px !important;
}
section.contact-wrape.contactus .contact-inner .contact-right {
    padding: 0px 25px;
    background: #fff;
}
section.contactus .contact-inner .left {
    padding-left: 0;
    padding-right: 150px;
}
.contact-inner .footer-left ul li {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.contact-inner .footer-left ul li label {
    margin: 0;
}
.contact-inner .footer-left ul li label {
    margin-right: 15px;
}
.contact-inner .footer-left ul li p {
    margin: 0;
}
.contact-inner .footer-left ul li label svg {
    width: 30px;
}
.contact-inner .footer-left ul li p,
.contact-inner .footer-left ul li a {
    font-size: 20px;
	color: #555;
	text-decoration: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.contact-inner .footer-left ul li a:hover {
    color: #44b93a;
}
.gallery-page-new,
.gallery-testi-inner {
    padding: 0;
    display: flex;
    gap: 35px;
    column-count: 3;
}
.gallery-page-new .image-box .info-box h4 {
    top: 11px;
}
.gallery-page-new .image-box.active .info-box h4 {
    top: 0;
}
.gallery-page-new{
	flex-wrap: wrap;
}
.page-template-gallery-php .custom-arrows-gallery {
    display: none;
}
.zoom-img {
    overflow: hidden;
/*     border-radius: 20px; */
    position: relative;
}

.zoom-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.zoom-img img:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.1);
}


.zoom-img:after {
    background: rgb(255 255 255 / 20%);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}

.zoom-img:hover:after {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}
.custom-news-inner .news-box {
	padding: 20px;
	background: #f9f9f9;
	width: 49%;
	max-width: 49%;
	flex: 0 0 49%;
}
.custom-news-inner .news-box h4 {
    margin: 0;
	font-size: 26px;
	margin-bottom: 18px;
}
.custom-news-inner .news-box p {
    font-size: 18px;
	color: #555;
}
.text-news p, .text-news ul li {
    font-size: 20px;
    color: #555;
}
.custom-news-inner .news-box img {
    height: 200px;
    object-fit: cover;
}
section.news-listing {
    background: #fff;
}
.news-date {
	position: absolute;
	top: 82px;
	left: -1px;
	padding: 10px;
	background: #f9f9f9;
	color: #333c3f;
	font-size: 12px;
	font-weight: bold;
}
.news-text {
    display: flex;
}
.news-text .zoom-img {
	padding: 0;
	border-radius: 0;
	height: 200px;
}
.custom-news-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
section.newheader-banner h1 {
    position: relative;
}
.faqs-new.privacy-policy {
    padding: 120px 0;
}
.faqs-new.privacy-policy p, .faqs-new.privacy-policy ul li {
    font-size: 20px;
    color: #555;
}
.faqs-new.privacy-policy p {
   margin-bottom: 25px;
}
.faqs-new.privacy-policy br {
    display: none;
}
.faqs-new.privacy-policy strong {
    font-size: 28px;
    margin-bottom: 5px;
    display: flex;
}
.single-news-text.services {
    display: flex;
    padding: 0;
}
.single-news-text.services .single-left-service {
    padding: 0;
}
.breadcrum-inner {
    padding: 0;
    margin-bottom: 20px;
}

section.aboutnew.about .title-new, section.aboutnew.about .title-new p:last-child {
    margin-bottom: 0;
}
.single-right-service {
    padding-right: 0px;
    padding-left: 100px;
}
section.headerslider .topbanner-new:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1000;
    background: linear-gradient(179deg, rgba(51, 60, 63, 0.02) 0%, rgba(51, 60, 63, 0.7) 100%);
    width: 100%;
    height: 50%;
}
.topbanner {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: flex;
    align-items: center;
    padding-bottom: 90px;
}
.cart-left ul li button.toggle.search-toggle.mobile-search-toggle {
    display: inline-block !important;
	position: inherit;
	left: 0;
	top: 3px;
}
.cart-left .search-toggle .toggle-icon, .cart-left .search-toggle svg {
	height: inherit;
	max-width: inherit;
	width: 2rem;
}
.cart-left .toggle-inner {
	height: 2rem;
}
.new-header .search-modal .search-field {
	height: 8rem;
}
.news-inner .title-new h2 {
    margin-top: 5px;
}
.custom-arrows,
.topbanner-new .header-banner-new {
    display: none !important;
}
/* counter end */
section.gallery.gallery-testimonials .btn-new,
section.gallery-testi .btn-new,
.topbar {
    display: none;
}
section.our-services .readmore,
section.our-services .newread a {
    display: none;
}