*{
    margin: 0px;
    padding: 0px;
}
section
{
    position: relative;
}
@font-face {
    font-family: "Inter var";
    font-weight: 100 900; /* stylelint-disable-line font-weight-notation */
    font-style: normal;
    font-display: swap;
    src: url(../fonts/inter/Inter-upright-var.woff2) format("woff2");
}

@font-face {
    font-family: "Inter var";
    font-weight: 100 900; /* stylelint-disable-line font-weight-notation */
    font-style: italic;
    font-display: swap;
    src: url(../fonts/inter/Inter-italic-var.woff2) format("woff2");
}
/*html {
    scroll-behavior: inherit !important;
}*/
.custom-header .header-toggles.hide-no-js {
    display: none;
}

*{
    margin: 0px;
    padding: 0px;
}
p, label, input, a, span, li, strong, textarea{
	font-family: "Montserrat", sans-serif !important;
}

h1, h2, h3, h4, h6{
	font-family: "Montserrat", sans-serif !important;
/* 	font-weight: 400; */
font-style: normal;

}

h1, h2{
	font-family: "Montserrat", sans-serif !important;
}
body {
    overflow-x: hidden;
    background: #ffffff !important;
}
html.js {
    overflow-x: hidden;
}
/* section.headerslider {
    overflow: hidden;
    max-height: 100vh;
} */
.container {
	max-width: 1200px !important;
}
.top-service .container {
    position: relative;
}
section {
    padding: 90px 0px !important;
}
/* header style */

.custom-header {
    display: flex;
    align-items: center;
	justify-content: space-between;
	height: 104px;
}
.message.form-wraper p a {
    color: #fff !important;
/*     font-size: 19px; */
    color: #fff;
/*     font-weight: 500; */
    padding-left: 5px;
}
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, .headermain {
    height: 104px;
    background: #fff;
    width: 100%;
}
.new-header .header-inner.section-inner {
    padding: 0;
    margin: 0;
    width: 100%;
}

.new-header .container-fluid {
	padding-right: 0;
	padding-left: 20px;
}
.new-header nav li a {
    font-size: 19px;
    color: #26487D !important;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    padding-bottom: 10px;
    position: relative;
}
.new-header nav li a:hover, .new-header nav li.current-menu-item a{
	text-decoration: none;
	color: #DD4D56 !important;
}
.new-header nav li a:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 0px;
	height: 2px;
	background: #dd4d56;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}

.custom-header .header-inner.section-inner {
    margin: 0;
	width: 100%;
    padding: 10px 0;
}
.custom-header nav ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
    color: #fff !important;
    background: url(/wp-content/uploads/2025/06/menu.png);
	margin-top: 0;
	background-size: 100% 100%;
    background-repeat: no-repeat;
	width: 153px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	height: 39px;
	margin-left: 55px;
}
.custom-header nav ul li a {
/*     background: #639930; */
    display: flex !important;
    align-items: center;
    justify-content: center;
    clip-path: polygon(9% 1%, 90% 0, 100% 50%, 92% 98%, 7% 99%, 0% 50%);
    color: #639930 !important;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none !important;
    transition: 0.5s;
    -webkit-transition: 0.5s;
	width: 100%;
	height: 100%;
}
.custom-header nav ul li a:hover {
	background: #639930;
	width: 153px;
    height: 39px;
	color: #fff !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    clip-path: polygon(7% 1%, 92% 0, 100% 50%, 93% 98%, 7% 99%, 0% 50%);
}
.owl-carousel .owl-stage {
    transition-timing-function: linear !important;
}
.welcome-inner .right .title-new p {
    margin: 0;
}
section.headerslider {
    padding: 0;
}
.topbanner-new {
	/*     height: calc(85vh - 104px); */
	height: calc(624px - 104px);
    display: flex;
	align-items: center;
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
	background-position: center;
}
/* .topbanner-new:before {
    content: '';
    background: #000;
    opacity: 0.9;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
	top: 0px;
	background: rgb(38 72 125);
	background: linear-gradient(85deg, rgb(0 0 0 / 80%) 8%, rgb(0 0 0 / 80%) 7%, rgb(0 0 0 / 80%) 48%, rgba(255, 255, 255, 0) 100%);
} */
.topbanner-new:before, section.about-header:before {
    content: '';
    opacity: 0.9;
    width: 100%;
/*    height: 100vh;*/
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    background: url(/wp-content/uploads/2025/07/overley-banner.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background: linear-gradient(to right, rgba(85,105,115,1) 0%,rgba(0,0,0,0) 100%); 
}
.discover-what-lies-beneath-the-ground.topbanner-new:before 
{
    display: none;
    z-index: 1;
    background: linear-gradient(to right, rgba(85,105,115,1) 0%,rgba(0,0,0,0) 100%); 
    opacity: 0.5;

}
.topbanner-new.discover-what-lies-beneath-the-ground {
    background-position: 0 -57px;
}
.topbanner-new .container
{
    position: relative;
    z-index: 2;
}
.discover-what-lies-beneath-the-ground.topbanner-new:after 
{
    content: '';
    opacity: 0.15;
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0px;
    background: #fff; 
    z-index: 0;
    display: none;
}

.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-top: 0;
}
section.headerslider {
    padding: 0 !important;
}
.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;
}
.header-banner-new a:hover {
    background: #ad7053;
}
section.headerslider .owl-nav {
    display: none;
}
/* welcome secion */
.welcome-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.welcome-inner h2 {
    margin: 0;
	font-size: 40px;
	color: #639930;
	margin-bottom: 12px;
	font-weight: 600;
}
.title-new p {
    font-size: 25px;
    color: #566973;
	font-weight: 500;
}
section.welcome {
    background: #f4f2f0;
}
.welcome-inner .right {
    padding: 0;
}
/* welcome section end */

section.service {
    position: relative;
    background: #fff;
}

.service-strip{
	 position: absolute;
    top: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    left: 0;
}
span.top-strip {
       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;
}
.welcome-inner{
	padding: 0px;
}
section.service .welcome-inner {
    flex-wrap: wrap;
    justify-content: inherit;
}
.service-title {
	display: flex;
	flex-direction: column;
	padding: 25px;
	background: #eaedea;
}
.service-title .title-new h3 {
    margin: 0;
    color: #506a50;
    font-size: 28px;
    font-weight: 600;
	  margin-left: 20px;
}
.service-title .title-new {
	display: flex;
	margin-bottom: 17px;
}
.service-title p {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    font-size: 18px;
    color: #566973;
    margin-bottom: 10px;
}
a.readmore {
    font-size: 16px;
    color: #639930;
}
a.readmore:hover {
    color: #000;
}

section.service .title-new {
	margin-bottom: 30px;
	align-items: center;
}
section.service .service-blog .title-new {
    margin-bottom: 18px;
}
.service-blog:last-child .service-title {
    background: #efe2dd;
}
.service-blog:nth-child(2) .service-title {
    background: #eaedef;
}
section.service.about {
    background: #e0ebd6;
}
section.service.about .title-new p {
    font-size: 18px;
}
section.service.about .title-new p {
    font-size: 25px;
    margin: 0;
    padding-right: 20px;
}
section.service.about .left {
    padding-right: 0;
}
section.service.about .title-new {
    margin-bottom: 0;
}
section.service.about .welcome-inner {
    align-items: flex-end;
}
.service-wrape {
    width: 100%;
}
.service-wrape .grid .effect-lily:first-child img {
    object-position: right top;
}
.service-blog .service-title img {
    opacity: 0.80;
}
/* single service */

section.about-header.project-inner.top-service {
	height: 520px;
	display: flex;
	align-items: center;
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
	position: relative;
	background-position: center center;
}


/*section.about-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	background: #00000078;
	height: 100%;
	background: linear-gradient(85deg, rgb(0 0 0 / 80%) 8%, rgb(0 0 0 / 80%) 7%, rgb(0 0 0 / 80%) 48%, rgba(255, 255, 255, 0) 100%);
}*/

section.about-header.project-inner.top-service .title-new {
    margin: 0;
}

section.about-header.project-inner.top-service .title-new h1 {
    width: 100%;
    margin: 0;
    line-height: 50px;
	font-size: 72px;
	font-weight: normal;
	color: #fff;
	line-height: normal;
}
section.service-quots {
    background: #13B2C7;
}
section.service-quots p {
	margin: 0;
	color: #fff;
	text-align: center;
	font-size: 24px;
	line-height: 42px;
}
span.breadcrumb {
    background: transparent;
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 15px;
    display: block;
}
span.breadcrumb a {
    color: #639930;
    text-decoration: none;
}
span.breadcrumb br {
    display: none;
}
div.anchorposition {
    position: absolute;
    top: -130px;
    width: 100%;
    height: 0px;
    display: inline;
}
.detail-text {
	padding: 0;
	display: flex;
	flex-direction: column;
}
#backToTop {
	position: fixed;
	bottom: 40px;
	left: 30px;
	z-index: 999;
	background-color: #639930;
	color: white;
	border: none;
	outline: none;
	padding: 15px 10px;
	border-radius: 5px;
	font-size: 18px;
	cursor: pointer;
	display: none;
	transition: opacity 0.3s;
}

#backToTop:hover {
  background-color: #ad7053;
}

.service-detail-text p:empty {
    display: none;
}
.service-detail-text ul li br {
    display: none;
}
.service-detail-text a {
    color: #639930;
}
.service-detail-text ul li {
    display: flex;
    flex-direction: column;
	margin-left: 0;
	margin-bottom: 20px;
	color: rgb(0 0 0 / 70%);
	position: relative;
	font-weight: 500;
	font-size: 20px;
}
.service-detail-text ul li:before {
    content: '';
	position: absolute;
	/*     background: rgb(0 0 0 / 70%); */
	background: #639930;
    left: -15px;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 100px;
}
.service-detail-text strong,
.service-detail-text ul li strong {
	color: rgb(0 0 0 / 70%) !important;
	color: #639930 !important;
}
.service-detail-text ul {
	margin-bottom: 0;
	margin-top: 30px;
}
.right-services {
    padding-right: 0;
    padding-left: 30px;
}
.service-detail-text p, .service-detail-text li
.service-detail-text p {
	font-size: 20px;
	color: rgb(0 0 0 / 70%);
	font-weight: 500;
}
.detial-img-left img {
    width: 100%;
}
.zoom-img img {
    transform: scale(1);
    width: 100%;
    height: 100%;
    transition: 0.8s ease-in-out;
}
.zoom-img {
    overflow: hidden;
}
.service-title p:empty {
    display: none;
}
.zoom-img:hover img {
    transform: scale(1.1);
}
.signle-services {
    padding-left: 0;
}
.detail-text .signle-services, .detail-text .right-services {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
}
.detail-text .right-services {
    margin-top: 0px;
}
section.service-single .header-banner-new {
    margin-bottom: 20px;
}
.detail-text .signle-services .detial-img-left img {
    height: 450px;
    object-fit: cover;
    background-position: left top;
    background-size: cover;
}
/* single service end*/


.contact-right {
    padding: 0;
	padding-right: 25px;
}
.form-wraper p {
    margin-bottom: 30px;
}
.form-wraper .left-form {
    padding-right: 15px;
}
.contact-right input {
    background: #fff;
    border: 1px solid #9F9F9F;
    color: #9F9F9F !important;
    font-size: 19px !important;
    font-weight: 500;
    box-shadow: none;
    outline: none;
}
.contact-right input,
.contact-right textarea{
	font-size: 19px !important;
	color: #566973;
}
.form-wraper .right-form {
    padding-left: 15px;
}
.left-form, .right-form {
    padding: 0;
}
.form-wraper {
    margin: 0px !important;
}
.form-wraper.full .left-form, .form-wraper.full .right-form {
    padding: 0;
}
.message.form-wraper.full p {
    width: 100%;
}
.message.form-wraper.full textarea {
    height: 341px;
}
section.service.contact {
    background: #566973;
}
.message.form-wraper p br {
    display: none;
}
.message.form-wraper p span.wpcf7-form-control-wrap {
	display: flex;
	margin-right: 9px;
}
.message.form-wraper p span.wpcf7-form-control-wrap span {
    margin: 0;
}
.message.form-wraper.full p span.wpcf7-form-control-wrap {
    display: flex;
    width: 100%;
	margin: 0px;
}
.message.form-wraper p {
    display: flex;
	align-items: center;
	font-size: 19px;
	color: #fff;
	font-weight: 500;
}
section.service.contact .title-new h2 {
    color: #fff;
    margin-bottom: 35px;
}
section.service.contact input[type="checkbox"] {
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
}
.message.form-wraper p span.wpcf7-form-control-wrap label {
    margin: 0;
}
.wpcf7-spinner {
     display: none;
}
.submit-btn p {
    margin: 0;
}
.submit-btn {
    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;
}
.submit-btn input {
    background: transparent !important;
    color: #fff !important;
    padding: 0 !important;
    align-items: center;
    justify-content: center;
    height: 39px;
    width: 100% !important;
    display: flex;
}
span.wpcf7-spinner {
    display: none;
}
.submit-btn:hover {
    background: #ad7053;
}
.submit-btn:hover input {
    text-decoration: none;
}
input[type="checkbox"]:checked::before {
	height: 3rem !important;
	width: 3rem !important;
	left: -5px;
	top: -4px;
}
.wpcf7-not-valid-tip {
    color: #ffffff !important;
     position: absolute;
    font-size: 15px;
}
.conact-info li {
    margin: 0;
    list-style: none;
}
.conact-info ul {
    margin: 0;
}
section.service.contact .welcome-inner {
    align-items: flex-start;
}
section.service.contact .welcome-inner img {
    margin-bottom: 30px;
}
.submit-btn input.wpcf7-form-control.wpcf7-submit {
    color: #fff !important;
	text-decoration: none;
}
.phone-address p{
	margin-bottom: 30px;
}
.phone-address p, .phone-address a {
    font-size: 19px;
    color: #fff;
    width:100%;
    line-height: 34px;
    font-weight: 500;
}
.phone-address a{
	width: 100%;
	text-decoration: none;
}

input::placeholder {
 color: #9F9F9F !important;
 opacity: 1;
}
textarea::-webkit-input-placeholder {
    color: #566973 !important;
}

textarea:-moz-placeholder { /* Firefox 18- */
     color: #566973 !important;
}

textarea::-moz-placeholder {  /* Firefox 19+ */
    color: #566973 !important;
}

textarea:-ms-input-placeholder {
    color: #566973 !important;
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	 color: #566973 !important;
}
input::-moz-placeholder { /* Firefox 19+ */
	 color: #566973 !important;
}
input:-ms-input-placeholder { /* IE 10+ */
	 color: #566973 !important;
}
input:-moz-placeholder { /* Firefox 18- */
	 color: #566973 !important;
}
.contact-right textarea,
.contact-right input {
    color: #566973 !important;
	font-weight: 500;
}
.privacy-policy p {
    font-size: 18px;
}
.privacy-policy h4 {
	font-size: 30px;
	margin-bottom: 5px;
}
.privacy-policy.new {
    padding: 100px 0px;
}
section.copyright {
    padding: 0 !important;
    background: #639930;
}
section.copyright p {
    margin: 0;
    padding: 20px 0;
    text-align: center;
    color: #fff;
	font-size: 18px;
}
section.copyright p a {
	color: #fff;
	text-decoration: none;
}








.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: 32%;
	max-width: 32%;
	height: 360px;
	width: 32%;
	/*   background: #3085a3; */
	text-align: center;
	cursor: pointer;
	padding: 0px;
}

.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 a.desktoplink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.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;
	margin-right: 12px;
}
.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%;
	overflow: hidden;
	width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
}

/* 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 20px;
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: all 0.5s ease-in-out;
}
.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 a,
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;
} */
figure.effect-lily .ullink,
figure.effect-lily label, figure.effect-lily p{
color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}
figure.effect-lily:hover .ullink,
figure.effect-lily:hover img,
figure.effect-lily:hover p,
figure.effect-lily:hover a, figure.effect-lily:hover label.readmore 
{
  opacity: 1;
  visibility:visible;
}
figure.effect-lily:hover a.readmore
{
opacity: 1;
visibility:visible;  
}
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.3s;
    transition-delay: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    visibility:visible;
    opacity: 1;

}
figure.effect-lily label.readmore, figure.effect-lily a.readmore{
    font-size: 18px;
    margin-top: 7px;
    color: #566973;
    cursor: pointer;
    font-weight: 600;
    opacity: 0;
    visibility: hidden;
}
figure.effect-lily a.newreadmore {
    font-size: 18px;
	margin-top: 7px;
	color: #566973;
}
figure.effect-lily figcaption > div h2 {
    position: absolute;
	bottom: 60px;
	display: flex;
	align-items: center;
/* 	color: #506a50; */
	color: #566973;
	line-height: normal;
	text-transform: none;
	width: 100%;
	left: 0;
	padding: 0px 25px;
}
figure.effect-lily:hover figcaption > div h2 {
    position: relative;
    bottom: inherit !important;
	padding: 0px;
}
.service-inner-new .grid {
    display: flex;
    flex-wrap: wrap;
}
.row.service-wrape {
    margin: 0;
}
.service-wrape .grid {
    display: flex;
    gap: 22px;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}

.service-wrape figcaption h2 {
    font-size: 28px;
    text-transform: capitalize;
    font-weight: 600 !important;
    letter-spacing: 0.2px;
}
figure.effect-lily:hover figcaption > div {
	height: 100%;
	display: flex;
	flex-direction: column;
	/*     align-items: center; */
	justify-content: center;
	bottom: 0px;
	background: rgb(255 255 255 / 90%);
}
figure.effect-lily:hover p {
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0;
    color: #566973;
}
/* 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.9;
	background: #fff;
    transition: all 0.3s ease-in-out;
}
.grid figure>div  {
    position: relative;
    height: 100%;
}
.grid figure:hover figcaption div h2 {
	margin-bottom: 7px;
	/* 	color: #506a50; */
	color: #566973;
}
.grid figure:hover figcaption div a.newreadmore {
    margin-top: 10px;
}
figure.effect-lily:hover figcaption:before {
    background: transparent;
    height: 100%;
}
section.service.service-sec {
    display: none;
}
/* 3th box */
figure.effect-lily:nth-child(1n+3) figcaption:before,
figure.effect-lily:nth-child(1n+3):hover figcaption > div {
    background: #efe2dd !important;
}
/* 3th box end */
/* 2nd box */
figure.effect-lily:nth-child(-2n+4) figcaption:before,
figure.effect-lily:nth-child(-2n+4):hover figcaption > div {
    background: #eaedef !important;
}
/* 2nd box */
/* 1st box */
figure.effect-lily:nth-child(4n+1) figcaption:before,
figure.effect-lily:nth-child(4n+1):hover figcaption > div {
    background:rgb(248 245 237) !important;
}
section.service-single .right-services .title-new {
    margin: 0;
}
section.welcome .right .title-new {
    margin: 0;
}
section.welcome{
	padding: 110px 0px !important;
}
section.about-header.project-inner.top-service .title-new h1 br {
    display: none;
}

figure.effect-lily:nth-child(1):hover figcaption > div {
    background: #b9c1b8 !important;
}
figure.effect-lily:nth-child(2):hover figcaption > div {
    background: #c5c9ce !important;
}
figure.effect-lily:nth-child(3):hover figcaption > div {
    background: #d6c3ba !important;
}
figure.effect-lily:nth-child(4):hover figcaption > div {
    background: #c1d0b0 !important;
}
figure.effect-lily:nth-child(5):hover figcaption > div {
    background: #e5e3df !important;
}
.service-wrape .grid figure.effect-lily figcaption:before{
    background: #eaedef !important;
}
.grid figure h2 span img {
    width: 48px;
}
.custom-header {
	transform: translateY(0%);
   transition: transform 0.5s ease-in-out; /* slow + smooth */
}

.custom-header.sticky-header {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	 transform: translateY(-50%); /* slide down */
}
header.header-footer-group.custom-header.sticky-header {
	transform: translateY(50px);
	top: -50px;
}
.welcome-inner .left {
    padding-left: 0;
}
.wpcf7-response-output {
    color: #fff;
    text-align: center;
    border-color: #fff !important;
}
.message.form-wraper p {
    padding: 0;
    margin: 0;
}
@media screen and (max-width: 1280px) {
    .topbanner-new.discover-what-lies-beneath-the-ground {
        background-position:center;
    }
    .custom-header .header-inner.section-inner {
        width: 100%;
    }
    .header-banner-new h1 {
        width: 75%;
    }
    section.service .title-new {
    margin-bottom: 15px;
    }
    .service-title .title-new h3 {
        font-size: 22px;
    }
    section.service.contact .contact-left {
        max-width: 30%;
        width: 30%;
        flex: 30%;
    }
    section.service.contact .right {
        width: 70%;
        max-width: 70%;
    }
    .title-new p,
    section.service.about .title-new p {
        font-size: 20px;
    }
    .welcome-inner h2 {
        font-size: 30px;
    }
    .service-wrape {
        margin: 0;
    }
    .service-title .title-new h3 {
        margin-left: 12px;
    }
    section {
        padding: 70px 0px !important;
    }
    section.about-header.project-inner.top-service .title-new h1 {
     font-size: 50px;
    }
    section.welcome {
        padding: 70px 0px !important;
    }
    .service-wrape .grid {
        gap: 19px;
    }
}

@media screen and (max-width: 1080px) {
    
}

@media screen and (max-width: 999px) {
    .menu-top nav.mobile-menu {
        margin-top: 80px;
    }
    button.toggle.close-nav-toggle:focus-visible {
        outline: none !important;
    }
    button.close-nav-toggle {
        display: flex;
        width: 30px !important;
        position: absolute;
        right: 0;
    }
    figure.effect-lily a.newreadmore {
    font-size: 16px;
    }
    .service-wrape .grid {
        gap: 15px;
    }
    .service-wrape figcaption h2 {
        font-size: 20px;
    }
    .custom-header .mobile-search-toggle {
        display: none !important;
    }
    .service-wrape .service-blog {
        padding: 0 7px;
    }
    .custom-header .header-inner.section-inner {
        display: flex;
        justify-content: space-between;
    }
    .custom-header .header-inner.section-inner .header-titles-wrapper {
        padding: 0;
    }
    .custom-header button.toggle.nav-toggle.mobile-nav-toggle {
        padding: 0;
        display: flex;
        justify-content: flex-end;
        height: 18px;
        width: 26px;
        top: inherit;
        bottom: inherit;
    }
    .custom-header .nav-toggle .toggle-icon, .nav-toggle svg {
        height: 40px;
        width: 48px;
    }
    .custom-header .nav-toggle .toggle-inner {
        padding-top: 0 !important;
    }
    .menu-modal.cover-modal.header-footer-group.show-modal .menu-bottom {
        display: none;
    }
    .menu-modal nav.mobile-menu ul li a {
        font-weight: 500;
        text-decoration: none !important;
        color: #639930;
        letter-spacing: 0.5px;
    }
    .header-banner-new h1 {
        width: 80%;
        font-size: 45px;
    }
    .welcome-inner .right {
        padding-left: 20px;
    }
    .service-title {
       padding: 20px 10px;
    }
    .service-title .title-new h3 {
        font-size: 18px;
        margin-left: 10px;
    }
    .service-title span img {
        width: 38px;
    }
    .service-title p {
        font-size: 16px;
        color: #566973;
        margin-bottom: 10px;
        line-height: 25px;
    }
    section.service.about .title-new p {
        font-size: 18px;
    }
    section.service.about .welcome-inner {
        align-items: center;
    }
    .message.form-wraper p {
        display: -webkit-box;
        font-size: 16px;
    }
    .phone-address p, .phone-address a,
    .title-new p,
    section.service.about .title-new p, .service-detail-text ul li {
        font-size: 18px;
    }
}

@media screen and (max-width: 820px) {

}

@media screen and (max-width: 768px) {
    .grid figure {
        min-width: 48%;
        max-width: 48%;
        width: 48%;
    }
    figure.effect-lily figcaption > div h2 {
        bottom: 53px;
    }
    figure.effect-lily figcaption:before {
        height: 82px;
    }
    figure.effect-lily:hover figcaption > div h2 {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .grid figure figcaption a.desktoplink {
        display: none;
    }
    #backToTop {
        left: 10px;
    }
    figure.effect-lily img {
    width: 100%;
    }
    span.breadcrumb {
        padding: 0;
    }
    section.welcome {
        padding: 50px 0px !important;
    }
    .detail-text .signle-services .detial-img-left img {
    height: 100%;
    }
    section.service.contact input[type="checkbox"] {
        width: 1.5rem;
        min-width: 1.5rem;
        height: 1.5rem;
    }
    input[type="checkbox"]:checked::before {
        height: 2rem !important;
        width: 2rem !important;
        left: -3px;
        top: -1px;
    }
    .message.form-wraper p span.wpcf7-form-control-wrap {
        display: inline;
        margin-right: 0px;
    }
    .message.form-wraper p {
        display: inline;
    }
    .right-services {
            padding-left: 0;
    }
    .service-wrape .service-blog {
        padding: 0;
    }
    .detail-text {
        display: flex;
        flex-direction: column;
    }
    .custom-header button.toggle.nav-toggle.mobile-nav-toggle {
         padding-right: 15px;
    }
    .signle-services {
        padding: 0;
    }
    .welcome-inner {
        flex-direction: column;
    }
    .welcome-inner .left {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .welcome-inner .right {
        padding-left: 0;
        margin-top: 30px;
    }
    .right-services {
        margin-top: 20px;
    }
    section.service.contact .title-new h2 {
        margin-bottom: 20px;
    }
    section.service.contact .contact-left {
         background: #639930;
        padding: 30px;
    }
    .service-wrape .service-blog {
        padding: 0;
    }
    .welcome-inner .right .title-new p {
        margin: 0;
    }
    .message.form-wraper.full textarea {
        height: 250px;
    }
    section {
        padding: 50px 0px !important;
    }
    .service-title .title-new h3 {
        font-size: 28px;
        margin-left: 20px;
    }
    .service-title p {
        font-size: 18px;
    }
    .service-title span img {
        width: auto;
    }
    .service-wrape .service-blog {
        margin-bottom: 25px;
    }
    .service-wrape .service-blog:last-child {
        margin: 0;
    }
    .service-title {
        padding: 25px 20px;
    }
    section.service.about .title-new p {
        padding-right: 0;
    }
    section.service.about .welcome-inner {
        flex-direction: column-reverse;
    }
    section.service.about .left img {
        width: 100%;
    }
    section.service.contact .right {
        margin: 0;
    }
    section.service.contact .right {
        width: 100%;
        max-width: 100%;
    }
    section.service.contact .right .contact-right {
        padding: 0;
    }
    .form-wraper .left-form {
        padding-right: 0;
    }
    .form-wraper .right-form {
        padding-left: 0;
    }
    .form-wraper p {
        margin-bottom: 25px;
    }
    section.service.contact .contact-left {
        max-width: 100%;
        width: 100%;
        flex: 100%;
        margin-top: 30px;
    }
    section.about-header.project-inner.top-service .title-new h1 {
     font-size: 45px;
    }
    .header-banner-new h1 {
        width: 100%;
        font-size: 36px;
    }
}

@media screen and (max-width: 550px) {
    section.about-header.project-inner.top-service
    {
        height: calc(60vh - 104px);
    }
    section.about-header.project-inner.top-service .title-new h1 {
        font-size: 32px;
        font-weight: bold;
    }
    .phone-address p br {
        display: none;
    }
	.phone-address p br:last-child {
		display: block;
	}
    .topbanner-new {
        height: calc(60vh - 104px);
    }
    .phone-address p, .phone-address a {
        width: 100%;
        line-height: normal;
    }
    .grid figure {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 540px) {
    .welcome-inner .left {
        display: none;
    }
    section.welcome .welcome-inner .right {
        margin-top: 0;
    }
}

@media screen and (max-width: 480px) {
    
    .header-banner-new h1 {
        width: 100%;
        font-size: 32px;
    }
    .custom-header .nav-toggle .toggle-icon, .custom-header .nav-toggle svg {
        height: 32px;
        width: 40px;
    }
    .service-title .title-new h3 {
        font-size: 24px;
    }
}

@media screen and (max-width: 414px) {
    figure.effect-lily figcaption > div h2 {
        padding: 0px 15px;
    }
}
