body{
    line-height: 1.5;
    margin: 0 !important;
}
p{
    margin: 1rem 0;
}
/*Start Buttons*/
.elementor-button:active, elementor-button:visited {
    color: #173314 !important;
}
.btn-style-1 .elementor-button:active:hover {color: #173314 !important;}
.btn-style-1 .elementor-button {
    height: 44px;
    line-height: 44px;
    padding: 0 3rem;
    font-size: 1rem;
    color: #173314;
    background-color: #23F818;
    border-radius: 0 40px 40px 50px;
}
.btn-style-1 .elementor-button:hover {
    background-color: #173314;
    color: #23F818;
}
.btn-style-2 .elementor-button {
    height: 44px;
    line-height: 44px;
    padding: 0 3rem;
    font-size: 1rem;
    color: #23F818;
    background-color: #fff;
    border-radius: 0 40px 40px 50px;
}
.btn-style-2 .elementor-button:hover {
    background-color: #173314;
    color: #23F818;
}
/*End Buttons*/


/* Header CSS */
header {
    position: absolute !important;
    top: 0;
    z-index: 1;
  }
.logo-section .elementor-widget-wrap.elementor-element-populated {
    position: absolute;
    z-index: 1;
    top: -0.5rem;
}
header .elementor-icon, footer .elementor-icon-list-icon{
    background: #23F818;
    height: 42px;
    width: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
header .elementor-icon-box-content {
    margin-top: 0.3rem;
}

/* Services Section Css */
.services .elementor-image-box-img img {
    border-radius: 30px;
  }
.page .services .elementor-image-box-content{
    background: rgba(23, 51, 20, 0.9);
    position: absolute;
    bottom: 7px;
    width: 85%;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 30px 30px 0 0;
    padding: 20px;
    transition: all 0.3s ease;
}
.services .elementor-image-box-wrapper:hover .elementor-image-box-content {
    background: rgb(35, 248, 24,0.9);
}
.page .services .elementor-image-box-content h3{
    margin: 0;
}
/* Contact Testimonials Section */
.testimonial-section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5%;
  }
  .testimonial-section .main-div {
    flex: 30%;
    margin-bottom: 50px;
    position: relative;
  }
  .testimonial-section .main-div .content {
    border: 1px solid #E2E2E2;
    padding: 40px;
    border-radius: 20px;
    position: relative;
  }
  .testimonial-section .main-div h4 {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.25rem;
    margin-top: 10px;
    margin-left: 70px;
  }
  .testimonial-section .main-div .content p{
    margin: 0;
    height: 140px;
    overflow-y: auto;
  }
  .testimonial-section .main-div::before {
    content: "";
    position: absolute;
    bottom: 20px;
    background: url("http://localhost/otm_services/wp-content/uploads/2022/12/shape1.png");
    height: 64px;
    width: 35px;
    left: 20px;
    z-index: 1;
  }
  .testimonial-section .main-div::after {
    content: "";
    position: absolute;
    bottom: 20px;
    background: url("http://localhost/otm_services/wp-content/uploads/2022/12/shape2.png");
    height: 64px;
    width: 35px;
    left: 62px;
    z-index: 1;
  }
/* width */
.testimonial-section .main-div .content p::-webkit-scrollbar {
    width: 5px;
    margin-left: 22px;
  }
  
  /* Track */
  .testimonial-section .main-div .content p::-webkit-scrollbar-track {
    background: #EAEAEA; 
  }
   
  /* Handle */
  .testimonial-section .main-div .content p::-webkit-scrollbar-thumb {
    background: #23F818;
  }
  
  /* Handle on hover */
  .testimonial-section .main-div .content p::-webkit-scrollbar-thumb:hover {
    background: #23F818; 
  }


/* Contact Form Section */
  .wpcf7-form input, .wpcf7-form textarea {
    margin-bottom: 20px;
    border-radius: 20px;
    padding: 15px 20px;
    width: 100%;
    color: #252525;
    box-shadow: 0 0 15px 0 #e1e1e1;
  }
  .wpcf7-form input::placeholder, .wpcf7-form textarea::placeholder {
    color: #252525;
  }
  .page .wpcf7-submit {
    height: 44px;
    padding: 0 3rem;
    font-size: 1rem;
    color: #173314;
    background-color: #23F818;
    border-radius: 0 40px 40px 50px !important;
    width: 170px !important;
    line-height: 0.5;
    cursor: pointer;
    border: 0;
  }
  .page .wpcf7-submit:hover {
    background-color: #173314;
    color: #23F818;
}
.labor-man img{
	position: absolute;
	top: -500px;
	left: 220px;
}

/* Responsive */
@media (max-width: 767px){
    .logo-section .elementor-widget-wrap.elementor-element-populated {
        position: relative;
      }
      .page footer .elementor-icon-list-item {
        margin-bottom: 20px;
      }
      .testimonial-section .main-div {
        flex: 100%;
      }
}
