/********** Template CSS **********/
:root {
    /* --primary: #B78D65; */
    --primary: #6EC207;
    --light: #F8F8F8;
  
    /* --dark: #031C05; */
    --dark: #4379F2;
}

h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 600 !important;
    font-family: DM Sans !important;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 500 !important;
    font-family: DM Sans !important;
}

h5,
h6,
.h5,
.h6,
.fw-normal {
    font-weight: 400 !important;
    font-family: DM Sans !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/* Sub Menu */
.dropdown-menu {
    background-color: #6EC207; /* Dark background for the dropdown */
}

.dropdown-item {
    color: #fff; /* White text for dropdown items */
}

.dropdown-item:hover {
    background-color: #6EC207; /* Highlight on hover */
    color: white;
}
.dropdown:hover .dropdown-menu {
    display: block !important;
    background: #4882d6;
}
@media (max-width: 767px) {
    .navbar-light .navbar-brand {
        padding: 10px 15px !important;
        margin-right: 0 !important;
    }
    .navbar-brand h2 {
        font-size: 15px !important;
        margin-bottom: 0 !important;
    }
    .MobileCase
    {
        padding-bottom: 20px;
        padding-left: 20px;
    }
    .navbar-nav
    {
        padding-left: 0 !important;
    }
    .dropdown:hover .dropdown-menu {
        display: block !important;
        background: #4882d6;
    }
}
/*=========================================  
       ABOUT US PAGE CSS START HERE 
============================================*/
.AboutUsSection
{
  background-image: url(https://pinemartenoutdoors.com/wp-content/uploads/2024/10/o-3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.AboutUsSection::after
{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.575);
    z-index: 0;
}
.innerPages-bannerContent
{
    position: relative;
    z-index: 2;
}
.innerPages-banner  .innerPages-bannerContent
{
  padding: 10% 0% 10% 5%;
  width: 600px;
}
.innerPages-bannerContent h2{
  font-size: 45px;
  line-height: 60px;
  margin-top: 30px;
  font-weight: 600;
  color: #fff !important;
}
.breadcrumb-item+.breadcrumb-item
{
    color: #6EC207;
}
.breadcrumb-item a
{
    color: #fff;
}
/* Our Team Section Start here */
.ourTeam .innerPages-bannerContent h2
{
    color: #6EC207 !important; 
}
.ourTeam
{
  background-color: #F3F3F4;
}
.td-single-team-member
{
  margin-bottom: 30px;
  display: inline-block;
  transition: .3s;
}
.td-member-image {
  position: relative;
  overflow: hidden;
  display: inline-block;
  transition: .3s;
}
.social-icon{
  position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px;
    transition: .3s;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
  background-color: #6EC207;
  transition: .3s;
}
.social-icon ul li {
  margin: 0 5px;
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}
.social-icon ul li a i
{
  font-size: 16px;
  color: #4379F2;
  transition: .3s;
}
.social-icon ul li:hover a i
{
  color: #6EC207;
}
.td-member-content
{
  background: transparent;
  padding: 20px;
  margin-top: -10px;
  transition: .3s;
}
.td-member-content a h3
{
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #6EC207;
  transition: .3s;
}
.td-member-content h5
{
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
 
}
.td-member-image a img
{
  transform: scale(1);
  transition: .3s;
}
.td-single-team-member:hover .td-member-image a img
{
  transform: scale(1.1);
  transition: .3s;
}
.td-single-team-member:hover .social-icon
{
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.ourSkill
{
    padding-left: 50px;
}
.titleBar-section  h2
{
    color: #6EC207;
    margin-bottom: 30px;
}
.progress-section {
    margin-bottom: 30px;
  }
  .progress-title {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    margin-bottom: 15px;
    position: relative;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .progress-container {
    width: 100%;
    background-color: #e0e0e0;
    border-radius: 25px;
    height: 12px;
    position: relative;
    overflow: hidden;
  }
  .progress-bar {
    height: 100%;
    width: 0;
    background-color: #6EC207;
    border-radius: 25px 25px;
    position: absolute;
    top: 0;
    left: 0;
    transition: width 0.2s ease-in-out;
  }
  .progress-percentage {
    position: absolute;
    left: 10px;
    top: -15px;
    transform: translateY(-50%);
    transition: left 0.2s ease-in-out;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #6EC207;
  }



  /* ABout Us section End Here */






  .contactColor
  {
    color: #6EC207 !important;
  }




  
.secendBox
{
    background-color: #4379F2 !important;
}

/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-outline-body {
    color: var(--primary);
    border-color: #777777;
}

.btn-outline-body:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--dark);
    font-weight: 900 !important;
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}
.navbar-brand h2
{
    font-size: 25px;
}
.navbar-light .navbar-nav .nav-link {
    color: var(--light);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        top: -6px;
        left: 50%;
        background: #FFFFFF;
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/


/*** Header ***/
.header-carousel .container,
.page-header .container {
    position: relative;
    padding: 45px 0 45px 35px;
    border-left: 15px solid var(--primary);
}

.header-carousel .container::before,
.header-carousel .container::after,
.page-header .container::before,
.page-header .container::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100px;
    height: 15px;
    background: var(--primary);
}

.header-carousel .container::after,
.page-header .container::after {
    top: 100%;
    margin-top: -15px;
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
} 

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(https://plumbing.searchsolwebclient.com/wp-content/uploads/2023/05/bg.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}



/*** Section Title ***/
.section-title {
    color: var(--primary);
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
}


/*** Facts ***/
.fact-item .fact-icon {
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 120px;
    transition: .5s;
}

.fact-item2 .fact-icon2 {
    width: 90px;
    height: 90px;
    /* margin-top: -60px; */
    /* margin-bottom: 1.5rem; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 120px;
    transition: .5s;
    border: 1px solid var(--dark);
}
.fact-icon2 img
{
    width: 58px ;
}

@media screen and (max-width: 768px) {
    .m1 {
      text-align: center;
    }
  }

  .fact-item2:hover .fact-icon2 {
    background: var(--dark);
}

.fact-item:hover .fact-icon {
    background: var(--dark);
}

.fact-item .fact-icon i {
    color: var(--primary);
    transition: .5;
}

.fact-item:hover .fact-icon i {
    color: #FFFFFF;
}




/*** Appointment ***/
.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}




/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #777777;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: #777777;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}












/* Hero Banner 2 Start here */
.bannerSection
{
    height: 800px;
    object-fit: cover;
}
.image-container img
{
    height: 100% !important; 
}

.HeroBannerBoxs
{
    margin-top: 35px;
}
.shape-box_half {
    overflow: hidden;
    text-align: left;
}
.shape-box {
    display: inline-block;
    position: relative;
    z-index: 1;
    max-width: 500px;
    height: 400px;
    margin: 0px 17px 0px;
    box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .12);
    overflow: hidden;
    width: 27.6%;
    border-radius: 25px !important;
}
.shape-box_half:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: skewY(53.5deg);
    transform-origin: top left;
    transition: transform .4s;
    background: #fff;
    z-index: 1;
}
.shape-box>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.bg-black {
    background-color: #000;
}
.shape-box_half figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 30px 30px;
    transition: transform .4s;
    transform: translateY(100%);
    z-index: 3;
}
.shape-box_half figcaption .show-cont {
    position: absolute;
    bottom: calc(100% + 30px);
    left: 30px;
    right: 30px;
    transition: bottom .4s;
}
.card-no {
    font-size: 36px;
    color: #6EC207 !important;
    padding: 0;
    margin: 10px 0;
    font-family: var(--grdeen-heading-font, "DM Sans", sans-serif);
}
.card-main-title {
    margin-top: 8px;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #6EC207;
    width: 215px;
}
.card-content {
    color: #9f9f9f;
    margin-top: 20px;
    line-height: 22px;
    font-size: 15px;
}
.read-more-btn {
    border: 2px solid #6EC207 !important;
    font-size: 14px;
    cursor: pointer;
    padding: 10px 20px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 600;
    position: relative;
    transition: all 0.3s;
    background: #6EC207 !important;
    color: #fff;
    border-radius: 2px;
    margin-top: 25px;
    text-decoration: none;
}
.shape-box_half>.after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #6EC207 !important;
    opacity: 0;
    transition: opacity .4s;
}
.shape-box_half:hover:before {
    transform: skewY(20deg);
}
.shape-box_half:hover figcaption {
    transform: translateY(0);
}
.shape-box_half:hover>.after {
    opacity: 1;
}
.shape-box_half:hover figcaption .show-cont {
    bottom: 100%;
}
/* .bg-primary {
    background: #EE4F20 !important;
} */
.fact-item .fact-icon {
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--dark);
    border-radius: 120px;
    transition: .5s;
}
.abc {
    padding: 26px 22px 38px 13px;
    background-color: var(--dark);
    border-radius: 50% 44% 59% 0%;
    left: 0px;
}
.fact-icon img
{
    width: 70px;
}
/* Hero Banner End Here */














/* New CSS */

.button {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    overflow: hidden;
    border: none;
    cursor: pointer;
    background-color: var(--grdeen-base, #6EC207);
    z-index: 1; /* Ensure the text is above the pseudo-element */
  }
  
  .button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -16px;
    right: 0;
    bottom: 0;
    width: 130%;
    height: 0%;
    margin: auto;
    transform: rotate(-45deg);
    background-color: var(--grdeen-black, #172000);
    transition: 700ms cubic-bezier(0.6, 1.5, 0.4, 0.7);
    z-index: -1; /* Ensure the background is below the text */
  }
  
  .button:hover::before {
    height: 300%;
  }
  
  @media screen and (max-width: 768px) {
    .button::before {
      display: none;
    }
  }


  /* About Section */

  .animated {
    animation-duration: 1.25s;
}

.about-one__image {
    position: relative;
    z-index: 2;
    padding-right: 48px;
    padding-bottom: 90px;
}

@keyframes aboutShapetop {
    0% { top: 0; }
    50% { top: 20px; } /* Move the element down by 20px */
    100% { top: 0; }
}

.about-one__shapetop {
    background-color: var(--green-text-dark, #07370a);
    height: 138px;
    top: 0;
    right: 10px;
    position: absolute;
    animation: aboutShapetop 1.8s linear infinite alternate;
}

.about-one__shapebottom {
    content: "";
    position: absolute;
    width: 22px;
    z-index: 2;
    background-color: var(--green-base, #1a9120);
}


.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.elementor *, .elementor :after, .elementor :before {
    box-sizing: border-box;
}

.about-one__smimage {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 16px;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 200px 0 0 200px;
}

.elementor .about-one__smimage img {
    max-width: 334px;
    border: 8px solid var(--grdeen-white, #fff);
    border-radius: 12px;
}

@keyframes aboutShapeleft {
    0% { left: 190px; }
    50% { left: 200px; } /* Move the element to the right by 10px */
    100% { left: 190px; }
}

.about-one__shapebottom {
    height: 163px;
    bottom: 5px;
    left: 190px;
    position: absolute;
    animation: aboutShapeleft 1.2s linear infinite alternate;
}

.about-one__shapetop {
    background-color: var(--green-text-dark, #07370a);
    height: 138px;
    top: 0;
    right: 10px;
    position: absolute;
    animation: aboutShapetop 1.8s linear infinite alternate;
}

.about-one__shapetop, .about-one__shapebottom {
    content: "";
    position: absolute;
    width: 22px;
    z-index: 2;
    background-color: var(--green-base, #6EC207);
}


.elementor .about-one__smimage img {
    max-width: 334px !important;
    border: 8px solid var(--grdeen-white, #fff) !important;
    border-radius: 12px !important;
}


/* 2nd Column */

.about-one__content {
    position: relative;
    margin-top: -14px;
}

.about-one .sec-title {
    padding-bottom: 30px;
}

.sec-title__img {
    display: inline-flex;
    position: relative;
    color: var(--green-base, #6EC207); /* Corrected variable name */
    font-size: 13px;
    line-height: 1;
    margin-right: 2px;
    top: 2px;
    animation: taglineEffect 1s linear infinite alternate;
}

@keyframes taglineEffect {
    0% { transform: translateY(0); }
    100% { transform: translateY(-5px); }
}


.sec-title__img svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

:not(svg) {
    transform-origin: 0px 0px;
}

.sec-title__tagline {
    margin: 0;
    color: var(--grdeen-base, #1a9120);
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
}

.sec-title__title {
    margin: 0;
    color: var(--grdeen-text-dark, #07370a);
    font-weight: 600;
    font-size: 50px;
    line-height: 56px;
    margin-top: 8px;
}

.about-one__content__text {
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 32px;
}

.about-one__content__qualitwrap {
    position: relative;
    background-color: rgba(var(--grdeen-gray2-rgb, 241, 244, 241), 0.85);
    border-radius: 4px;
    padding: 15px 220px 13px 20px;
    margin-bottom: 32px;
}

.about-one__content__qualitwrap::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    max-height: 120px;
    top: 0;
    left: -1px;
    bottom: 0;
    margin: auto 0;
    z-index: 1;
    background-color: var(--grdeen-base, #6EC207);
    display: flex;
    align-items: center;
}

.about-one__content__qualitwrap__title {
    color: var(--grdeen-text-dark, #07370a);
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 11px;
}

.about-one__content__qualitwrap .qualit-text {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}

.about-one__content__qualitwrap__pricesbox {
    position: absolute;
    width: auto;
    right: 0;
    top: 0;
    height: 100%;
    background-color: var(--grdeen-base, #6EC207);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    padding: 15px 20px;
}

.about-one__content__qualitwrap__price {
    font-weight: 600;
    font-family: var(--grdeen-heading-font, "DM Sans", sans-serif);
    font-size: 46px;
    line-height: 1;
    color: var(--grdeen-white, #fff);
    display: block;
    margin-bottom: 13px;
}

.about-one__content__qualitwrap__text {
    font-weight: 600;
    font-family: var(--grdeen-heading-font, "DM Sans", sans-serif);
    font-size: 16px;
    line-height: 1;
    color: var(--grdeen-white, #fff);
    display: block;
}

.about-one__content__text {
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 32px;
}

/* /* .about-one__content__list {
    margin: -8px 0 0 0;
    padding: 0;
} */

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.about-one__content__list li {
    line-height: 32px;
    position: relative;
}

.about-one__content__list li i {
    margin-right: 9px;
}

/* [class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} */
.icon-check-solid:before {
    content: "\e93c";
} 



/* Services */



.service-one__item {
    background-color: var(--grdeen-white, #fff);
    counter-increment: count;
    border-radius: 8px;
    padding: 31px 21px 17px 32px;
    transition: all 0.5s ease;
}

.service-one__item:hover {
    transform: translateY(-5px); /* Move the element up by 5px on hover */
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); /* Add a shadow on hover */
}

.service-one__item__titlewrap {
    padding-right: 5px;
    padding-bottom: 28px;
}

.align-items-center {
    align-items: center !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.service-one__item__titlecol {
    width: calc((100% - 74px) / 1);
    padding-right: 10px;
}

.service-one__item__count {
    font-weight: 600;
    color: rgba(var(--grdeen-text-dark-rgb, 7, 55, 10), 0.2);
    font-family: var(--grdeen-heading-font, "DM Sans", sans-serif);
    font-size: 38px;
    line-height: 1;
    position: relative;
    display: inline-block;
    padding-left: 28px;
    margin-bottom: 5px;
    transition: all 0.5s ease;
}

.service-one__item__count::before {
    /* content: counters(count, ".", decimal-leading-zero); */
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-one__item__count::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 4px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    background-color: var(--grdeen-green, #1f9a26);
    transition: all 0.5s ease;
}

.service-one__item__title {
    font-weight: 600;
    color: var(--grdeen-text-dark, #07370a);
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 0;
    height: 50px;
    min-height: 50px;
}

.service-one__item__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
    transition: all 500ms ease;
}

.service-one__item__iconwrap {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background-color: var(--grdeen-text-dark, #6EC207);
    box-shadow: 0px 0px 0px 4px rgba(var(--grdeen-text-dark-rgb, 7, 55, 10), 0.2);
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-one__item__iconwrap:hover {
 
    background-color: var(--dark);
    box-shadow: 0px 0px 0px 4px rgba(var(--grdeen-text-dark-rgb, 7, 55, 10), 0.2);
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-one__item__icon {
    color: var(--grdeen-white, #fff);
    font-size: 43px;
    transition: all 0.5s ease;
}

.service-one__item__text {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
    min-height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 80px;
    white-space: normal;
}

.service-one__item__btmwrap {
    border-top: 1px solid rgba(var(--grdeen-text-rgb, 98, 111, 98), 0.2);
    margin-top: 27px;
    padding-top: 19px;
}

.service-one__item__iconlink {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background-color: rgba(var(--grdeen-base-rgb, 26, 145, 32), 0.16);
    font-size: 24px;
    color: var(--primary);
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-one__item__iconlink:hover {
    
    background-color: var(--primary);
    font-size: 24px;
    color: var(--light);
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Our Work Process */

.work-process-one__col {
    position: relative;
    counter-increment: count;
    background-color: var(--grdeen-white2, #f2f4ec);
    border-radius: 8px;
    padding: 41px 20px 25px 20px;
    overflow: hidden;
}
.work-process-one__col__circlewrap {
    width: 144px;
    height: 144px;
    border: 2px dashed var(--grdeen-green, #6EC207);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 24px;
    position: relative;
    z-index: 2;
    transition: all 0.5s ease;
}
.work-process-one__col__circlewrap::before {
    /* content: counters(count, "", decimal-leading-zero); */
    position: absolute;
    bottom: 30px;
    left: -26px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    background-color: var(--grdeen-green, #1f9a26);
    color: var(--grdeen-white, #fff);
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    transition: all 0.5s ease;
}



.work-process-one__col__icon {
    width: 105px;
    height: 105px;
    border-radius: 50%;
    background-color: var(--grdeen-text-dark, #6EC207);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 56px;
    color: var(--grdeen-white, #fff);
    -webkit-box-shadow: 0px 0px 0px 8px var(--grdeen-white, #fff);
    box-shadow: 0px 0px 0px 8px var(--grdeen-white, #fff);
    transition: all 0.5s ease;
}

.work-process-one__col {
    transition: all 0.5s ease;
}

.work-process-one__col:hover .work-process-one__col__icon {
    background-color: var(--dark); 
    color: var(--primary); 
}





.work-process-one__col__info {
    position: relative;
    z-index: 2;
}
.work-process-one__col__title {
    color: var(--grdeen-text-dark, #07370a);
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 12px;
}
.work-process-one__col__text {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
    min-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
    white-space: normal;
}

.work-process-one__col__shapebg {
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 270px;
    left: 0;
    bottom: 0;
    z-index: 1;
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    background-color: rgba(var(--grdeen-black-rgb, 23, 32, 0), 0.03);
    transition: all 0.5s ease;
}


/* Project Section */

.project-one__item__image {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    transition: all 0.5s ease;
}

.project-one__item__image:hover {
    transform: scale(1.01); 
}

.project-one__item__image::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 24%);
    transition: top 0.5s ease;
}

.project-one__item__image:hover::before {
    top: 0;
	background-color: rgba(0, 0, 0, 0.7);
}

.project-one__item__image > img {
        width: 100%;
    transition: transform 0.5s ease;
    border-radius: 4px;
    height: 390px;
    object-fit: cover;
}


.project-one__item__bg {
    padding: 23px 76px 18px 33px;
    background-color: var(--grdeen-white3, #faf8ec);
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 50px);
    transition: all 0.5s ease;
    border-radius: 0 42px 42px 0;
}

.project-one__item__tagtext {
    color: var(--grdeen-base, #1a9120);
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
    display: block;
    margin-bottom: 4px;
}

.project-one__item__heading {
    color: var(--grdeen-text-dark, #07370a);
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 0;
}

.project-one__item__heading > a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
    transition: all 500ms ease;
}

.project-one__item__right-arrow {
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    right: 10px;
    bottom: 0;
    top: 0;
    margin: auto 0;
    background-color: var(--grdeen-base, #6EC207);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    color: var(--grdeen-white, #fff);
    font-size: 17px;
}

.project-one__item__right-arrow:hover {
    background-color: var(--dark); 
    color: var(--primary); 
}

/* Testimonial */

.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
border:1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}
#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
    color: #171717;
}
.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: var(--primary);
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}
#customers-testimonials .item {
    text-align: center;
    padding: 50px;
        margin-bottom:80px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
   
    margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: var(--primary);
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots{
display: inline-block;
width: 100%;
text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: var(--primary);
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}




/*========================================================  
          INNER SERVICES PAGES PAGE CSS START HERE 
==========================================================*/
.innerServicesPage
{
    padding: 100px 0;
}
.servicesPageContent h2
{
  font-size: 42px;
  font-weight: 700;
  color: #6EC207;
  margin-bottom: 15px;
  line-height: 62px;
  text-transform: capitalize;
}
.servicesPageContent p{
  font-size: 16.6px;
  margin-bottom: 25px;
}
.innerServicesSlider img
{
  height: 420px;
  margin-bottom: 20px;
  width: 100%;
  object-fit: cover;
}
.allServicesList
{
  margin-bottom: 40px;
  background-color: #f4f5f1;
  border-radius: 5px;
  overflow: hidden;
}
.allServicesListHeader
{

  padding: 18px 30px 18px 30px;
  background-color: #6EC207;
}
.allServicesListHeader h2
{
  color: #ffffff;
    font-size: 23px;
    margin-bottom: 0;
}
.allServicesListBody
{
  padding: 0px 30px 0px 30px;

  overflow-x: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}

.innerServicesBtn a
{
  text-align: left !important;
    display: block;
    background-color: #6EC207;
    border-color: #6EC207;
    font-weight: 500;
    border-radius: 5px;
    font-size: 16px;
    padding-left: 25px !important;
}
.innerServicesBtn a:hover
{
  background-color: #4379F2;
  border-color: #4379F2;
}
.aboutTeamJoin {
    background-image: url(https://pinemartenoutdoors.com/wp-content/uploads/2024/10/o-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    height: 553px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    position: relative;
}
.aboutTeamJoin::after
{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: #6ec20762;
    z-index: 0;
}
.td-join-team-content {
    padding: 40px 20px;
    z-index: 2;
}
.td-join-team-content h3 {
    font-size: 50px;
    color: #ffffff;
    margin-bottom: 40px;
    font-weight: 700;
}
.td-join-team-content .td-button {
    background-color: #6EC207;
    padding: 20px 40px 18px 40px;
    text-transform: capitalize;
    line-height: 1;
    border-radius: 50px;
    font-size: 20px;
    border: 1px solid #6EC207;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


@media (max-width: 767px) {
    .shape-box
    {
        width: 100%;
        margin: 15px 0;
    }
    .work-process-one__col
    {
        margin: 15px 0;
    }
    .ourSkill
    {
        padding-left: 0;
    }
    .contactUSPage
    {
        padding: 30px 15px !important;
    }
    .aboutTeamJoin
    {
        margin-bottom: 30px;
    }
}
