/* Commen css */
*
{
    padding: 0px;
    margin: 0px;
} 

body {
	font-family: "Figtree", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
  color: #666;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}      
      
p, span       
{
  line-height: 25px;
  margin-bottom: 1rem !important;
  padding: 0px;
  font-weight: normal; }

h1, h2, h3, h4, h5, h6 
{
font-family: "Roboto Condensed", Sans-serif !important;
  margin-bottom: 1rem !important;
	color: #333;
	padding-bottom: 0px;
	line-height: 1em;
	font-weight: 500;
	text-transform: capitalize;

}

h1 {
 font-size: 35px;
  font-weight: 800;
  color: #05480D;
  line-height: 42px; }

h2 {
  font-size:40px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 12px; }

a 
{
  color: #05480D;
	text-decoration: none;
}

a:hover 
{
  color: #05480D;
  text-decoration: none; 
}

.btn-primary {
  background-color: #242424;
  border: 1px solid #000000; }

.btn-primary:hover {
  background-color: #000000;
  border: 1px solid #242424; }

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  background-color: #000000;
  border: 1px solid #242424; }

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(36, 36, 36, 0.5); }

.paddl0 {
  padding-left: 0px; }

.paddr0 {
  padding-right: 0px; }

.paddlr0 {
  padding-left: 0px;
  padding-right: 0px; }

.row-padd-t {
  padding-top: 30px; }

.row-padd-b {
  padding-bottom: 30px; }

.row-padd-tb {
  padding-top: 30px;
  padding-bottom: 30px; }

img 
{
    max-width:100%;
    height:auto;
}
.btn-check:focus + .btn, .btn:focus 
{
  outline: 0;
  box-shadow: 0 0 0 .0rem rgba(13,110,253,.0) !important;
}

/* commen css */

.email-div {
  padding-top: 12px;
  padding-bottom: 12px;
    width: 100%;
  height: auto;
  margin: 0 auto;
  background-color:#05480D;
  color: #fff;
} 
.email-div p
{ 
    margin-bottom: 0px!important;
}
.email-div p a
{
  color: #fff !important;
  font-weight:400;
  font-size: 14px;
}
.email-div p i
{
  color:#ae900e !important;
      font-size: 15px !important;
}

.social-icon a i
{
    color: #fff!important;
    font-size: 15px!important;
}

.navigation 
{
    background-color: #cdcdcb;
}
.row-width {
  width: 100% !important;
}
.navbar-light .navbar-nav .nav-link 
{
  color:#05480D;
   font-size: 15px; 
    cursor: pointer;
  font-weight: 500;
    transition:all .4s;
    
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link 
{
  color:#ae900e!important;
}

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .6rem;
    padding-left: .6rem;
  }


.phone-volume
{
    font-size: 16px;
    background-color: #fff;
    padding: 10px 10px;
  box-shadow: 0 0 30px 0 rgba(2,31,5,.06);
  text-align: center;
    border-radius: 3px;
    color: #05480D;
}


.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover 
{
  color:#ae900e;
}
.top-link
{
    font-size: 14px!important;
}

.banner .carousel-item {
  height: 100vh; /* same height for all slides */
}

.banner .carousel-item video,
.banner .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 🔥 important */
}
.banner-text,.banner-text1
{
    width: 80%;
    margin: 0 auto;
    right: 6%;
  top:18%;
  left: 6%;
    /*border: 18rem;*/
}       

.uk-heading-large a,.uk-heading-large {
 /* font-family: "Poppins";
      font-family: "Josefin Sans", sans-serif; */
     font-family: "Playfair", serif;
  text-transform: uppercase;
  color:#fff!important;
  text-decoration: none;
  white-space: nowrap;
  text-align: inherit;
  line-height:65px;
  letter-spacing: 0px;
  font-weight: 900;
  font-size:55px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.63);
    white-space: pre-wrap;
}

.tbanner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
}

.carousel-control-next, .carousel-control-prev {
  opacity: 1;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  width:50px;
  height: 50px;
  background-color:transparent;
    border: 2px dotted #fff;
  border-radius: 50%;
    background-size: 80% 80%;
}

.green-div
{
    padding:40px 20px 20px 20px;
    background-color: #05480D;
    width: 100%;
    height: auto;
}
.green-div i
{
    font-size: 60px;
  line-height: 62px;
  color: #fff;
  display: block;
  margin-bottom: 15px;
}
  .green-div p
{
    font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  color: #fff;
  display: block;
}
.gray-btn a
{
    display: block;
  background: #f4f4f4 !important;
    text-align: center;
    color: #05480D !important;
    font-size: 14px;
 line-height:20px;
 font-weight: 600;
  transition: all .6s ease-in-out;
  text-transform: uppercase;
  padding: 15px 10px;
  margin-top: 10px;
    border-radius: 0px!important;
}


.hover-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

/* image */
.hover-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

/* overlay */
.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);

  display: flex;
  align-items: center;
  padding-left: 30px;

  opacity: 0;
  transition: 0.3s ease;
}

/* UL style */
.anim-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* initial state */
.anim-list li {
  color: white;
  margin-bottom: 10px;
  opacity: 0;
    text-transform: capitalize;
  transform: translateX(-40px);
}     
       
/* hover activate overlay */
.hover-card:hover .overlay {
  opacity: 1;
}

/* stagger animation on hover */
.hover-card:hover .anim-list li:nth-child(1) {
  animation: slideIn 0.5s forwards;
}

.hover-card:hover .anim-list li:nth-child(2) {
  animation: slideIn 0.5s 0.2s forwards;
}

.hover-card:hover .anim-list li:nth-child(3) {
  animation: slideIn 0.5s 0.4s forwards;
}

/* keyframe */
@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.leaf-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.leaf-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  color: #fff; /* overlay background साठी */
}

/* Font Awesome leaf icon */
.leaf-list li::before {
  content: "\f06c"; /* leaf icon unicode */
  font-family: "Font Awesome 6 Free";
  font-weight: 900; /* solid icon */
  position: absolute;
  left: 0;
  top: 2px;

  color: #7CFC00; /* green leaf color */
  font-size: 14px;
}

.overlap-box
{
    top: 100% !important;
    z-index: 1;
}
.small-heading
{
   font-family: "Roboto Condensed", Sans-serif !important;
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
  color:#05480D;
}
#newindex-page .main-head, #newindex-page .main-head1
{
    font-family: "Roboto Condensed", Sans-serif !important;
    font-size: 35px;
  font-weight: 800;
  color: #05480D;
  line-height: 42px;
} 
.banner
{
    margin-bottom: 100px;
}
.btn1
{
display:inline-block;
padding: 20px 50px !important;
    text-align: center;
    margin: 0 auto!important;
    font-size: 17px !important;
    background-color:  #05480D!important;
    color: #fff!important; 
    line-height: 20px;
  font-weight: 600;
  transition: all .6s ease-in-out;
  text-transform: uppercase;
    border-radius: 0px !important;
} 
 
.fa-canadian-maple-leaf
{
    font-size:100px;
    color:#05480D; 
}

.bg-img
{
    width: 100%;
  height: auto;
  margin: 0 auto;
    margin-top: 0px;
  background-image: url(../images/bg-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
   .home-service
{
    font-size:28px;
  color: #ae900e;
    transition: all .6s ease-in-out;
    font-weight: 500;
  line-height: 1.1;
    text-transform: capitalize;
}
.sicon-size
{
    color: #ae900e;
  font-size:50px;
}
 
.item {
 /* box-shadow: 0px 5px 7px #999797;*/
  background-color: #fff;
    border: 1px dashed #05480D!important;
}
.lightgray-section
{
  background-color: #f7f7f7 !important;
    padding-bottom: 10% !important;
}

.lightgray-section img
{
    mix-blend-mode: multiply;
}
 
.parallax-div {
  width: 100%;
  margin: 0 auto;
    margin-right: auto;
    margin-left: auto;
  background: 
    linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0.9)),
    url('../images/grass-bgimg.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
    position: relative;
}
  
.client-logo
{
    background-color: #fff;
    border: 1px solid #fff;
}
.golden-class h2
{
    color: #fff!important;
     font-size:20px !important;
    text-transform: uppercase;
    font-weight:600;
    margin-bottom: 0px !important;
}
.golden-class
{
    display: block !important;
 padding: 22px 50px !important;
  text-align: center;
  margin: 0 auto !important;
  font-size: 17px !important;
  background-color: #ae900e!important;
  color: #fff !important;
  line-height: 20px;
  font-weight: 600;
  transition: all .6s ease-in-out;
  text-transform: uppercase;
  border-radius: 0px !important;
}
.outer-div
{
    text-align: center;
  cursor: pointer;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 12px 0 rgba(0,0,0,.05);
  border-radius: 10px;
  word-wrap: break-word;
     cursor: pointer;
}
 
.white-shaddow
{
    padding: 45px 22px;
  border: 1px dashed #e6e6e6;
  border-radius: 10px;
  box-shadow: 0 0;
}
.white-shaddow i
{
    font-size:55px;
  color:#05480D;
  line-height: 76px;
  margin-bottom: 15px;
  display: block;
}
.white-shaddow p
{
    font-family: Nunito,sans-serif;
    transition: all .6s ease-in-out;
    font-size: 1.5rem;
    font-weight:600;
  line-height: 1.2;
    color:#05480D;
    text-align: center;
  cursor: pointer;
      letter-spacing: 1px;
}
.white-shaddow p a
{
    color: grey !important;
    font-size: 16px;
}
.footer-section {
 background: #1c1c1c !important;
    padding: 100px 0 60px;
  margin: 0 auto;
  width: 100%;
  height: auto;
  color: #fff;
}


.footer-head ,.footer-head a{
  text-transform: capitalize;
  color:#ae900e!important;
  font-size: 20px;
  letter-spacing: 1px;
  display: block;
  font-weight: 500;
}

.footer-link a,.footer-link 
{
    color: #fff!important;
    font-size: 15px;
}

.bottom-section
{
    background-color: #161616 !important;
    padding-top: 25px;
  padding-bottom: 25px;
}
.bottom-section p,.bottom-section p a
{
    font-size: 15px;
    font-weight: 600;
}

.tbanner1::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(5,72,13,0.9);
}
.page-title
{
    font-size: 56px;
  color: #fff!important;
  line-height: 66px;
  font-weight: 700;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-family: "Roboto Condensed", Sans-serif !important;
    transition: all .6s ease-in-out;
    text-transform:capitalize;
    text-align: left!important;
}
 .banner-text1
{ 
    left:0%;
    right: 6%;
  bottom:8rem;
    width: 80%;
}


.banner-img1
{
    width: 100%;
  height:auto;
  margin: 0 auto;
    margin-top: 0px;
  background-image: url(../images/garden-services-bournemouth-banner.webp?a=1);
  background-repeat: no-repeat;
  background-size: cover;
  background-position:100%;
}

.banner-img2
{
    background-image: url(../images/aboutus-banner.webp)!important;
}
.banner-img3
{
    background-image: url(../images/project-banner.webp)!important;
}
.banner-img6
{
    background-image: url(../images/news-banner.webp)!important;
}

.banner-img4
{ 
    background-image: url(../images/gallery-banner.webp)!important;
} 
.banner-img5
{
     background-image: url(../images/contact-banner.webp)!important;
}

.banner-img8
{ 
    background-image: url(../images/partners-banner.jpg)!important;
} 

.banner-img7
{
   background-image: url(../images/testimonials-banner.jpg)!important; 
}

.gallery-img
{
    border: 2px solid #cfcfcf;
}
/*.inner-div
{
    background-color: #f6f4f4;
}*/
.breadcrumb-item,.breadcrumb-item a 
{
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 26px;
}
.breadcrumb-item + .breadcrumb-item::before 
{
  display: none!important;
}

.inner-btn
{
    margin:40px 0px auto 0px!important;
    text-align: center!important;
   width: auto;
 display: inline-block !important;
}


.img-wrapper {
    position: relative;
    display: inline-block;
}

.img-wrapper img {
    display: block;
}

.img-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(5,72,13, 0.8); /* green overlay */
    opacity: 0;
    transition: 0.3s ease;
}

.img-wrapper:hover::after {
    opacity: 1;
}

.bg-img-padding
{
    padding-bottom: 10%;
}
.project-section,.prodetail-section
{
   padding-bottom:6%; 
}
.btn2
{
    letter-spacing: 2px!important;
}

.sitemap
{
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 12px 0 rgba(0,0,0,.05);
  border-radius: 10px;
  word-wrap: break-word;
  cursor: pointer;
}

.list
{
    padding: 45px 22px;
  border: 1px dashed #e6e6e6;
  border-radius: 10px;
  box-shadow: 0 0;
}

.site-text li a
{
  margin-top: 5px !important;
  display: block;
}

.link-div
{
    padding-bottom: 10%;
}

.pro-div,.review-section
{
    transition: all .9s ease-in-out;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.05);
    background-color: #fff;
}
  
.reviewmain-div
{
   padding-top:6%;
    padding-bottom:12%;
}

#newindex-page .entry-title
{
    font-size: 1.5rem!important;
    font-weight: 500!important;
  line-height: 1.2!important;
    padding-bottom: 20px !important;
    margin-bottom: 0px !important;
    margin-top:auto !important;
}

.content
{
    padding: 25px 25px;
}

.cnt-form
{
    
} 
.code {
  background-color: #4d4d4d;
  color: #fff;
  font-size: 16px;
  width: 100px;
} 


/*project page img effect */

.hover-card {
  position: relative;
  overflow: hidden;
}

.hover-card img {
  width: 100%;
    height: 100%;
  display: block;
  transition: transform 0.4s ease;
}

/* overlay */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-100%);  
  transition: transform 0.5s ease-in-out;
}

/* hover effect */
.hover-card:hover .overlay {
  transform: translateY(0);   /* smooth slide down */
}

/* icon */
.overlay i {
  color: #fff;
  font-size:32px;
    border-radius: 50px;
  border: 1px dashed #fff;
  width: 70px;
  height: 70px;
  background-color: transparent;
 display: flex;          
  justify-content: center;  
  align-items: center; 
}

#newindex-page .detail-head
{
    font-size: 32px !important;
    line-height:42px !important;
}

.home-img
{
    background-color: #fff;
  border: 1px dashed #05480D !important;
}

#newindex-page .prodetail-section h2
{
    font-size: 27px!important;
    line-height: 37px!important;
    font-weight: 700!important;
}
#newindex-page .prodetail-section h3,#newindex-page .prodetail-section h4
{
    font-weight: 700!important;
}

#newindex-page .project-btn
{
  padding: 22px 50px !important;
  text-align: center;
  margin: 0 auto !important;
  font-size: 17px !important;
  background-color: #ae900e !important;
  color: #fff !important;
  line-height: 20px;
  font-weight: 600;
  transition: all .6s ease-in-out;
  text-transform: uppercase;
  border-radius: 0px !important;
}

.input-box {
  box-sizing: border-box !important;
  width: 100%;
padding:12px 12px;
  font-family: Poppins,sans-serif;
 color: #aaa!important;
  background: #fff!important;
  border: 1px solid #e6e6e6 !important;
    font-weight: 400;
  font-size: 16px !important;
  letter-spacing: 1px;
  border-radius: 0px;
}
.form-control::placeholder {
  color: #aaa!important;
  opacity: 1;
}
.form-control:focus {
  color: #aaa!important;
  background-color: #fff;
  border-color: #86b7fe !important;
  outline: 0;
  box-shadow: 0 0 0 .0rem rgba(13,110,253,.0)!important;
}

.submit-btn 
{
  display: inline-block;
  vertical-align: middle;
  padding: 10px 30px;
  background-color: #05480D!important;
  border:none;
  color: #fff !important;
  font-size: 14px;
  text-transform: uppercase;
    text-align: center;
  font-weight: 600;
 height: 60px;
  width: 190px;
  border-radius:0px;
    cursor: pointer
 -webkit-transition: .6s ease-in-out;
  -moz-transition: .6s ease-in-out;
  -ms-transition: .6s ease-in-out;
  -o-transition: .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.cnt-form
{
  width: 100%;
  height:auto;
  margin: 0 auto;
  background-image: url(../images/grass-background1.png?a=2);
  background-repeat: no-repeat;
  background-size: cover;
  background-position:bottom;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.08);
  padding: 40px;
    background-color: #fff;
} 

.square-box 
{
  width: 100%;
  aspect-ratio: 1 / 1;   /* makes it perfect square */
  overflow: hidden;
}

.square-box img
{
  width: 100%;
  height: 100%;
  object-fit: cover;     /* no stretch + crop */
}


/* new index-page css */

#newindex-page .container-padding-1 
{
  padding-left: 4%;
  padding-right: 4%;
}
#newindex-page
{
    font-family: "Figtree", sans-serif;
  font-size: 17px;
  font-weight:500;
  line-height:30px;
  color:#666;
    background-color: #f7f8fc !important;
}
#newindex-page .tbanner::before 
{
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
}
#newindex-page  .newbanner-text
{
    top:22%;
}

#newindex-page .newbanner-text p
{
  color: #fff;
  font-size: 2.875rem;
  font-family: "Roboto Condensed", Sans-serif !important;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 55px;
  border-left: 1px solid #fff;
  padding-left: 30px;
    text-align: left;
    text-shadow: 2px 2px 4px rgba(0,0,0,1);
  white-space: pre-wrap;
} 
#newindex-page .banner-btn 
{ 
    text-align: left;
}
#newindex-page .carousel-indicators [data-bs-target] 
{
  width:9px !important;
  height:9px !important;
  border-radius: 50% !important;
  background-color: #fff!important;
    margin-right: 10px!important;
}
#newindex-page .carousel-indicators
{
    margin-left: 85%!important;
    margin-right:0!important;
} 
#newindex-page p,#newindex-page span
{
   margin-bottom: 0rem !important;
}
#newindex-page .top-phone, #newindex-page .top-phone a 
{
  width: 100%;
  margin: 0 auto;
  height: auto;
  padding-top:15px;
  letter-spacing: 0px;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 1s ease-in-out;
  color: #fff; 
}
#newindex-page .top-phone p
{
      font-weight: 600!important;
}
#newindex-page .top-header-div 
{
  background-color: #05480D;
  padding-top: 8px;
    border-bottom: 2px solid #ae900e !important;
}

#newindex-page .border-class
{
    border-bottom: solid 1px #fff;
}
#newindex-page .top-text a
{
   font-weight: 500 !important;
  font-size: 14px !important;
  letter-spacing: 1px;
}

#newindex-page .navbar-expand-lg .navbar-nav .nav-link 
{
  padding-right: .9rem;
  padding-left: .9rem;
}
#newindex-page .navbar-light .navbar-nav .nav-link {
  font-weight: 500 !important;
  color: #fff!important;
  text-transform: uppercase;
  font-size: 14px;
  transition: all 0.4s;
   font-family: "Figtree", sans-serif!important;
    letter-spacing: 1px;
}

#newindex-page .navbar-light .navbar-nav .nav-link:hover, #newindex-page .navbar-light .navbar-nav .nav-link.active 
{

   color: #ae900e !important

}

#newindex-page .navigation-bar 
{
  background-color: #05480D;
} 

.btn-1
{
  position: relative;
  display: inline-block;
  width: auto; height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
border:3px solid #fff;
  border-radius: 0px !important;
   padding: 1px 25px;
}
  .btn-1 span {         
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    top: 0; left: 0;
    width: 100%;
    padding: 15px 20px;
    transition: 0.3s;
  }
 
.btn-1::before {
  background-color: #fff;
  transition: 0.3s ease-out;
}
.btn-1 span {
  color: #fff;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    text-align: center;
  transition: 0.2s;
}  
.btn-1:hover span {
  color: #05480D;
  transition: 0.2s 0.1s;
}
:active, :hover, :focus {
  outline: 0!important;
  outline-offset: 0;
}
.btn-1::before,
.btn-1::after {
  position: absolute;
  content: "";
}

.btn-1.hover-slide-right::before {
  top: 0; bottom: 0; left: 0; 
  height: 100%; width: 0%;
}
.btn-1.hover-slide-right:hover::before {
  width: 100%;
}

#newindex-page footer .footer-name,#newindex-page footer .footer-name a {
  font-size: 17px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 30px;
  color: #fff;
  display: block;
  font-weight: bold;
    color: #ae900e !important;
}
#newindex-page footer
{
   background-color: #101010;
    color: #fff;
    font-size: 16px; 
}
#newindex-page .footersubmit-btn
{
 border: 2px solid #fff !important;
  border-radius: 2px;
  background: transparent !important;
  color: #fff !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  font-weight: 500;
  transition: all 0.4s;
}
#newindex-page .footersubmit-btn:hover {
  background-color: #05480D!important;
  color: #fff!important;
    border-color: #05480D!important; 
} 
#newindex-page .security {
  color: #000;
  font-weight: bold;
  font-size: 15px;
  width: 100px;
  height: auto;
  padding: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
  background-color: #E4E4E4;
  text-align: center;
}
#newindex-page .input-box
{ 
    border-radius: 0px !important;
  border: 3px solid #fff;
  font-size: 1rem;
  background-color: #fff;
  font-weight: 600;
  color: #aaa!important; 
    font-size: 14px!important; 
}
   
#newindex-page p a
{
    color: #fff!important; 
}
 #newindex-page .prodetail-section p a   
    { 
        color: #05480D !important; 
    }
#newindex-page p .fa-brands
{
    font-size: 20px;
}
#newindex-page .uk-section
{
    background-color: #f7f8fc !important;
    padding-top: 70px;
  padding-bottom: 70px;
}

#newindex-page .media-line {
  display: inline-block;
  border-right: 1px solid #05480D;
}

#newindex-page .bottom-link a {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #05480D;
}

#newindex-page .bottom-link a i {
  font-size: 25px;
  color: #05480D;
}

#newindex-page .feature-div
{
    background: #fff;
  padding:20px;
  box-shadow: -5px -5px 15px rgba(255,255,255,.9),5px 5px 15px rgba(142,111,68,.3);
  border-radius: 10px;
  word-wrap: break-word;
}

#newindex-page .home-feature {
  font-size:20px;
  color: #000;
  transition: all .6s ease-in-out;
  font-weight:600;
  line-height:30px;
  text-transform: capitalize;
}
#newindex-page .feature-icon i
{
  color: #05480D;
  font-size: 50px;
}
#newindex-page .banner
{
    margin-bottom:0px!important;
}

#newindex-page .elementor-button
{
  border-color:#ae900e!important;
  color: #ae900e !important;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px 0px 0px 0px;
  padding: 0px 0px 10px 0px;
  transition: all 0.4s;
  font-weight: 600;
}

#newindex-page .elementor-button:hover {
  transform: scale(.9);
}



#newindex-page .home-image {
  border-radius: 12px;
  background-color: transparent;
}



#newindex-page .shadow-bottom::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  z-index: 5;
  height: 40px;
  border-radius: 100%;
  background: rgba(90,82,48,.35);
  filter: blur(20px);
  will-change: filter;
}
#newindex-page .shadow-bottom {
  position: relative;
}

#newindex-page .uk-heading-medium,#newindex-page h1 {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 20px 0;
    margin-bottom: 20px;
  color: #2e2218;
  text-transform: none;
  padding-bottom: 10px;
}

#newindex-page .sub-text {
  font-size: 20px;
  line-height: 1.5;
  color: #2e2218;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 20px;
}
#newindex-page .small-text
{
    font-family: "Roboto Condensed", Sans-serif !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: #05480D;
    letter-spacing: 3px;
}


#newindex-page .uk-heading-small,#newindex-page h2 {
  font-size: 3.25rem;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 20px 0;
    margin-top: 0px;
    margin-bottom: 20px;
  color: #2e2218;
  text-transform: none;
  margin-top: 3%;
}
      
#newindex-page .call-btn-1 {
  background-color: #bfa279;
  color: #fff !important;
  border: 0px solid transparent;
  background-image: linear-gradient(to right, #7a6408, #ae900e, #b89a17);
  box-shadow: -5px -5px 15px rgba(255,255,255,.9),5px 5px 15px rgba(142,111,68,.3);
  padding: 0 40px;
  line-height: 52px;
  font-size: 18px; 
  font-weight: 600; 
  letter-spacing: 1px;
  text-align: center;
  border-radius:0px;
  transition: all 0.4s;
}



        /* Card Styling */
       #newindex-page  .service-card {
            background: #fff;
            padding: 40px 30px;
            border-radius: 15px;
            text-align: center;
            position: relative;
            transition: all 0.4s ease;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            border: none;
            height: 100%;
            margin-top: 40px; /* Space for the floating icon */
        }

        /* Floating Icon Box */
        #newindex-page .icon-box {
            width: 70px;
            height: 70px;
            background: #05480D;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size:30px;
            border-radius: 12px;
            position: absolute;
            top: -35px;
            left: 50%;
            transform: translateX(-50%);
            transition: all 0.4s ease;
        }

        /* Hover Effects */
       #newindex-page  .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
        }

        #newindex-page .service-card:hover .icon-box {
            background: #05480D;
            transform: translateX(-50%) scale(1.1) rotate(5deg);
        }

       #newindex-page  .service-card h3 {
            font-weight: 700;
            margin: 30px 0 15px;
            font-size: 1.25rem;
           line-height: 1.3;
        }

    
#newindex-page .service-card a
{
    color:#05480D !important;
}

#newindex-page .item 
{
   border: none !important;
  padding: 5px 5px !important;
}
#newindex-page .safer-line
{
      border-right: 2px solid #ae900e!important;
}
#newindex-page .safer-head
{
    text-transform: uppercase!important;
    font-size: 3rem!important;
    line-height: 1.3;
}

#newindex-page .safe-contractor-logo
{
    mix-blend-mode: multiply;
}

#newindex-page .item img
{
    width: 100%;
  height: 100%;
  object-fit: cover;
}
#newindex-page .item
{
    width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
 
#newindex-page .sub-text a
{
    color: #05480D!important;
}
 
/* responsive css */

@media only screen and (max-width:1269px)
{
    .navbar-expand-lg .navbar-nav .nav-link {
  padding-right: .4rem;
  padding-left: .4rem;
}
}

@media only screen and (max-width:1199px)
{
    .footer-link .btm-link
    {
        font-size: 13px;
    }
}
@media only screen and (max-width: 1182px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .3rem;
    padding-left: .3rem;
  }
}
@media only screen and (max-width: 1139px)
{
  .navbar-light .navbar-nav .nav-link {
  font-size: 14px;
  }
    .phone-volume {
  font-size: 14px;
    }
}

@media only screen and (max-width:1076px)
{
      .navbar-light .navbar-nav .nav-link {
  font-size: 13px;
  }
    .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .3rem;
    padding-left: .2rem;
  }

}

@media only screen and (max-width:1051px)
{
   .email-div p a
    {
  font-size: 13px;
}
}
@media only screen and (max-width:1026px)
{
    #newindex-page .navbar-expand-lg .navbar-nav .nav-link {
  padding-right: .7rem;
  padding-left: .7rem;
}
}
@media only screen and (max-width:1024px)
{  
  .container
    {
    max-width: 95%!important;
  }
    .uk-heading-large a, .uk-heading-large 
    {
        line-height: 65px;
        font-size: 50px;
    }
} 



@media only screen and (max-width:991px)
{
      .footer-link .btm-link {
    font-size: 15px;
  }
    .homeabout-div
    {
        padding-top: 100px!important;
    }
    .overlap-box 
    {
  top: 106% !important;
}
     .uk-heading-large a, .uk-heading-large {
    line-height: 55px;
    font-size: 45px;
  }
    .navbar-toggler-icon
        {
            margin-bottom: 0px!important;
        }
    
 .navbar-toggler, .navbar-toggler:focus 
    {
    position: absolute;
    top: 20px;
    z-index: 1;
    box-shadow: 0 0 0 .15rem !important;
    color: rgba(0,0,0,.55);
    border-color: rgba(0,0,0,.1);
  }
.main-menu
    {
       padding-top: 35px; 
    }
    .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
  }
    .prodetail-section
    {
  padding-bottom:20% !important;
}
   #newindex-page .prodetail-section p a   
    { 
        color: #05480D !important; 
    }
     #newindex-page .bottom-link a {
    display: block;
  }
     #newindex-page .bottom-link-1 {
    display: block;
    padding-top: 20px;
  }
      #newindex-page .media-line {
    border-right: none !important;
  }
    #newindex-page .home-feature {
  font-size: 22px;
    }
      #newindex-page .navbar-toggler, #newindex-page .navbar-toggler:focus {
    position: static!important;
    color: #fff !important;
    border-color: #fff !important;
    background-color: #fff!important;
    margin-left: auto!important;
    box-shadow: 0 0 0 .25rem!important;
    border-radius: 0px;
    margin-top: 16px!important;
    margin-bottom: 7px!important;
  margin-right:15px;
}
     #newindex-page .navbar-nav 
    {
        margin-top: 10px!important;
    }
}


@media only screen and (max-width:926px)
{
  .green-div p {
  font-size: 16px;
  line-height: 23px;
    }
    .green-div {
  padding: 40px 15px 20px 15px;
    }
}

@media only screen and (max-width:900px)
{
    #newindex-page .safer-head {
  font-size: 2.5rem !important;
  line-height: 1.3;
}
}

@media only screen and (max-width:854px)
{
 .gray-btn a 
    {
        font-size: 13px;
        padding: 15px 8px;
    }
}

@media only screen and (max-width:810px)
{
     .green-div {
    padding: 40px 10px 20px 10px;
  }
}

@media only screen and (max-width:800px)
{
    .lightgray-section,.bg-img-padding, .project-section,.link-div
    {
  padding-bottom: 15% !important;
}
        .home-service {
  font-size: 27px;
    } 
} 

@media only screen and (max-width:772px)
{
      .gray-btn a
    {
    font-size: 13px;
    padding: 15px 7px;
  }
}
 
@media only screen and (max-width:767px)
{
   /* .overlap-box {
    padding: 20px;
    width: 95%;
  }*/
      .lightgray-section,.bg-img-padding,.project-section,.link-div
    {
  padding-bottom:13% !important;
}
        .prodetail-section
    {
  padding-bottom:13% !important;
}
    .overlap-box
    {
       position: static !important;
    transform: inherit !important;
        padding:auto!important;
      margin-top: 100px !important;
    }
     .homeabout-div
    {
    padding-top:0px !important;
  }
.banner {
  margin-bottom: 50px;
}
      .green-div
    {
        text-align: center;
    }
     .gray-btn a
    {
    font-size: 14px;
        padding:20px 7px;
    } 
     .green-div {
    padding: 40px 10px 27px 10px;
  }
      .logo-col img {
    width: 50%;
  }
      .navbar-toggler, .navbar-toggler:focus
    {
    top:15px;
    } 
.list 
    {   
  padding: 30px 15px;
    }
 #newindex-page .safer-line
    {
        border-right:2px solid transparent !important;
        border-bottom: 2px solid #ae900e !important;
    } 
    #newindex-page .safe-contractor-logo {
  text-align: center;
  margin: 0 auto;
  display: block;
}
    #newindex-page .uk-heading-medium, #newindex-page h1 {
  font-size:3rem;
  line-height: 1.2;
    }
     #newindex-page .home-feature {
  font-size: 22px;
    }
    #newindex-page .carousel-indicators {
  margin-left: auto !important;
  margin-right: auto !important;
}
    #newindex-page .newbanner-text {
  top:30%;
}
    #newindex-page .newbanner-text p {
  line-height: 35px;
  font-size: 1.5rem;
    }
      #newindex-page .top-phone 
    {
    text-align: center !important;
  } 
     #newindex-page .logo 
    {
    margin: 0 auto;
  }  
        
}
 
@media only screen and (max-width: 660px) {
  #newindex-page .bottom-link a {
    font-size: 20px;
  }
     #newindex-page .bottom-link-1 {
    padding-top: 12px;
  }
}

@media only screen and (max-width:650px)
{
       .navbar-toggler, .navbar-toggler:focus
    {
    top:10px;
    }
}

@media only screen and (max-width:575px)
{
    .projectbtn-col
    {
        margin: 3rem auto 0px auto!important;
        text-align: center!important;
    }
    .parallax-div 
    {
        background-attachment: scroll;
    }
         .lightgray-section,.bg-img-padding,.project-section, .prodetail-section,.link-div  
    {
 padding-bottom: 18% !important;
  }
    .golden-class h2
    {
  font-size: 18px !important;
    }
         .home-service {
  font-size: 25px;
    } 
       .main-head, .main-head1 
    {
 line-height: 38px;
  font-size: 30px;
    }
      .green-div {
    padding:40px 10px 30px 10px;
  }
    .uk-heading-large a, .uk-heading-large
    {
    line-height: 50px;
    font-size: 40px;
  }
    .banner-text, .banner-text1
    {
  bottom: 6rem;
    }
     .navbar-toggler, .navbar-toggler:focus {
    right: 10px !important;
    top:5px !important;
    position: relative !important;
    float: right !important;
  }
 .mobile-div {
    position: relative;
  }
      .logo-col img {
    width:auto;
          margin-bottom: 15px;
  }   
     .top-link1 {
    position: absolute;
    top: 0px;
  }
      .main-menu {
    margin-top: 70px;
          padding-top:0px;
    }
    .page-title 
    {
  font-size:40px;
  line-height:50px;
    } 
    .cnt-form 
    {
        padding:30px;
    }
       #newindex-page .clientlogo .border-end 
    {   
  border-right: 1px solid transparent!important;
}
    #newindex-page .uk-heading-small, #newindex-page h2,#newindex-page h1 {
  font-size: 2.2rem!important;
         line-height: 1.3!important;
    }
     #newindex-page .safer-head {
    font-size: 2.1rem !important;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 500px)
{
  #newindex-page .bottom-link a {
    font-size: 18px;
    letter-spacing: 0px;
  }
     #newindex-page .home-feature {
  font-size:20px;
    }
}

@media only screen and (max-width:475px)
{ 
         .lightgray-section,.bg-img-padding, .project-section, .prodetail-section,.link-div  
    {
  padding-bottom:30% !important;
}
    .golden-class h2
    {  
  font-size: 16px !important;
    } 
        .uk-heading-large a, .uk-heading-large
    {
    line-height:45px;
    font-size:35px;
  }
   .page-title 
    {
  font-size:30px;
  line-height:40px;
    }
} 

@media only screen and (max-width:444px)
{ 
         .lightgray-section,.bg-img-padding, .project-section, .prodetail-section,.link-div  
    {
  padding-bottom:20% !important;
}
    .golden-class h2
    {
  font-size: 16px !important;
    }
    .golden-class 
    {
        width: 61%;
        padding: 22px 30px !important;
    }
     .navbar-toggler, .navbar-toggler:focus 
    {
    right:0px !important;
    }
    .submit-align
    {
        text-align: center!important;
    }
} 


@media only screen and (max-width: 413px) 
{
  #newindex-page .bottom-link a i {
    font-size: 18px;
  }
      #newindex-page .home-feature {
  font-size:18px;
          line-height:28px;
    }
       #newindex-page .newbanner-text {
  top:20%;
}
       #newindex-page .navbar-toggler, #newindex-page .navbar-toggler:focus
    {
        margin-right: 10px;
    }  
} 

@media only screen and (max-width:380px)
{
    .call-box
    {
        display:block;
       margin-right: 0px !important;
        text-align:center;
    }
    .white-shaddow {
  padding: 45px 13px;
    }
    .white-shaddow i 
    {
  font-size: 40px;
        line-height: 50px;
    }
    .white-shaddow p
    {
  font-size: 1.3rem;
    }
      .uk-heading-large a, .uk-heading-large
    {
    line-height:40px;
    font-size:30px;
  }
 .banner-text, .banner-text1
    {
  bottom:4rem;
    }
    .logo-col
    {
        width: 80%;
    }
     .cnt-form 
    {
        padding:20px;
    }
}

@media only screen and (max-width:360px)
{
  .mail-box
    {
        font-size: 14px !important;
        letter-spacing: 0px;
    }
    .btn1 
    {
        padding: 20px 28px !important;
        font-size: 16px !important;
    }
    .logo-col
    {
        width:90%;
    }
}   

@media only screen and (max-width: 350px) {
  #newindex-page .bottom-link a {
    font-size: 15px;
  }
    #newindex-page .call-btn-1 
    {
        font-size: 15px;
    } 
    #newindex-page .btn-1 span
    {
          padding: 15px 15px;
    }
}


@media only screen and (max-width:335px)
{
    .footer-link .btm-link
    {
        font-size: 13px;
    }
    .main-head, .main-head1 {
    line-height: 34px;
    font-size: 26px;
  }
      .uk-heading-large a, .uk-heading-large {
    line-height: 30px;
    font-size: 23px;
  }
}




@media (min-width:576px) and (max-width:637px)
{
    .footer-link .btm-link {
    font-size: 13px;
  }
}

@media (min-width:768px) and (max-width:830px)
{
    #newindex-page .top-text a 
    {
  letter-spacing: 0px;
        font-size: 15px !important;
}
}

@media (min-width:992px) and (max-width:1058px)
{
    #newindex-page .small-font {
    font-size: 14px;
  }
}

@media (min-width:576px) and (max-width:602px)
{
    #newindex-page .small-font,#newindex-page .webfont {
    font-size: 15px;
  }
}

 
@media (min-width:1176px) and (max-width:1328px)
{
    #newindex-page .feature-div {
        
  padding: 20px 12px;
    }
    #newindex-page .home-feature {
  font-size: 24px;
    }
    
}


@media (min-width:1329px) and (max-width:1351px)
{
     #newindex-page .home-feature {
  font-size: 25px;
    }
}

 
