body {
  font-family: "Roboto", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
  font-size: 1.1rem;
  line-height: 1.6;
}

.row-reverse {
  flex-direction: row-reverse;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.heading_container h2 {
  position: relative;
  font-weight: bold;
  font-size: 45px;
}
.heading_container h2 span {
  color: #00a652;
}
.heading_container.heading_center {
  align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  display: flex;
  flex-direction: column;
}

.sub_page .hero_area {
  height: auto;
}
.sub_page .header_section {
  margin-top: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

.header_section .header_top {
  padding: 15px 0;
  background-color: #00a652;
}
.header_section .header_top .header_top_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_section .header_top .header_top_container .lang_box {
  position: relative;
  display: flex;
  align-items: center;
}
.header_section .header_top .header_top_container .lang_box a {
  margin: 0;
  padding: 5px;
  background-color: #ffffff;
  color: #15406d;
}
.header_section .header_top .header_top_container .lang_box a img {
  width: 25px;
}
.header_section .header_top .header_top_container .lang_box span {
  color: #ffffff;
  margin-left: 10px;
}
.header_section .header_top .header_top_container .lang_box .dropdown-menu {
  min-width: auto;
  width: auto;
  border-radius: 0;
}
.header_section .header_top .header_top_container .lang_box .dropdown-menu a {
  color: #15406d;
  margin: 0;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}
.header_section .header_top .contact_nav {
  display: flex;
}
.header_section .header_top .contact_nav a {
  margin-right: 25px;
  color: #ffffff;
  display: flex;
}
.header_section .header_top .contact_nav a i {
  margin-right: 5px;
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #00a652;
  border-radius: 50%;
}
.header_section .header_top .contact_nav a:hover i {
  color: #252525;
}
.header_section .header_top .social_box {
  display: flex;
}
.header_section .header_top .social_box a i {
  margin-right: 5px;
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #00a652;
  border-radius: 50%;
}
.header_section .header_top .social_box a:hover i {
  color: #252525;
}
.header_section .header_bottom {
  background-color: #ffffff;
  padding: 5px 0;
}
.header_section .header_bottom .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.custom_nav-container {
  padding: 0;
}
.custom_nav-container .navbar-nav {
  margin: auto;
}
.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 25px;
  color: #15406d;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  transition: all 0.3s;
}
.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #ffffff;
  background-color: #15406d;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #15406d;
}
.custom_nav-container .nav_search-btn:hover {
  color: #15406d;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  transition: all 0.3s;
}
.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #15406d;
  margin: 7px 0;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}
.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #15406d;
  top: -10px;
  border-radius: 5px;
  transition: all 0.3s;
}
.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}
.custom_nav-container .navbar-toggler[aria-expanded=true] {
  transform: rotate(360deg);
}
.custom_nav-container .navbar-toggler[aria-expanded=true] span {
  transform: rotate(45deg);
}
.custom_nav-container .navbar-toggler[aria-expanded=true] span::before, .custom_nav-container .navbar-toggler[aria-expanded=true] span::after {
  transform: rotate(90deg);
  top: 0;
}
.custom_nav-container .navbar-toggler[aria-expanded=true] .s-1 {
  transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}
.custom_nav-container .navbar-toggler[aria-expanded=true] .s-2 {
  display: none;
}
.custom_nav-container .navbar-toggler[aria-expanded=true] .s-3 {
  transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}
.custom_nav-container .navbar-toggler[aria-expanded=false] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded=false] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded=false] .s-3 {
  transform: none;
}

.quote_btn-container {
  display: flex;
  align-items: center;
}
.quote_btn-container a {
  color: #15406d;
  text-transform: uppercase;
}
.quote_btn-container a span {
  margin-left: 5px;
}
.quote_btn-container a:hover {
  color: #252525;
}
.quote_btn-container .quote_btn {
  display: inline-block;
  padding: 5px 25px;
  background-color: #00a652;
  color: #ffffff;
  border-radius: 5px;
  transition: all 0.3s;
  border: none;
}
.quote_btn-container .quote_btn:hover {
  background-color: #005a2c;
}

/*end header section*/
/* slider section */
.slider_section {
  display: flex;
  align-items: center;
}
.slider_section .dot_design {
  position: absolute;
  width: 450px;
  right: 0;
  bottom: 0;
  transform: translateY(50%);
  z-index: 1;
}
.slider_section .dot_design img {
  width: 100%;
}
.slider_section .row {
  align-items: center;
}
.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}
.slider_section .detail-box {
  color: #252525;
}
.slider_section .detail-box h1 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #ffffff;
}
.slider_section .detail-box p {
  color: #6d6d6d;
}
.slider_section .detail-box .btn-box {
  display: flex;
  margin: 0 -5px;
  margin-top: 45px;
}
.slider_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: 165px;
}
.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #00a652;
  color: #ffffff;
  border-radius: 0;
  transition: all 0.3s;
  border: none;
}
.slider_section .detail-box .btn-box .btn1:hover {
  background-color: #005a2c;
}
.slider_section .detail-box .btn-box .btn2 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #15406d;
  color: #ffffff;
  border-radius: 0;
  transition: all 0.3s;
  border: none;
}
.slider_section .detail-box .btn-box .btn2:hover {
  background-color: #091a2d;
}
.slider_section .img-box img {
  width: 100%;
}
.slider_section .google-map {
  width: 100%;
}
.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.slider_section .carousel-indicators li {
  background-color: #cecece;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  opacity: 1;
}
.slider_section .carousel-indicators li.active {
  width: 23px;
  height: 23px;
  background-color: #00a652;
}

.service_section {
  position: relative;
}
.service_section .heading_container h2 {
  text-transform: none;
}
.service_section .service_container {
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
  padding: 45px 15px;
  margin: 0 25px;
}
.service_section .box {
  margin-top: 45px;
}
.service_section .box .img-box {
  height: 65px;
}
.service_section .box .img-box img {
  height: 100%;
  filter: brightness(0);
  transition: all 0.3s;
}
.service_section .box .detail-box {
  margin-top: 15px;
}
.service_section .box .detail-box h5 {
  font-weight: bold;
  text-transform: uppercase;
}
.service_section .box .detail-box a {
  color: #252525;
  font-weight: 600;
}
.service_section .box .detail-box a:hover {
  color: #00a652;
}
.service_section .box:hover .img-box img {
  filter: brightness(1);
}

.detail-box {
  transition: all 0.5s;
}

.about_section .row:hover .detail-box {
  padding: 30px;
  background-color: #00a652;
  color: #fff;
  border-radius: 12px;
}
.about_section .row:hover .detail-box h2 {
  text-decoration: underline;
  color: #fff;
}
.about_section .row:hover .detail-box p {
  color: #fff;
}

.about_section .row {
  align-items: center;
}
.about_section .img-box {
  position: relative;
  -webkit-mask-image: url("../images/blob.svg");
          mask-image: url("../images/blob.svg");
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.about_section .img-box img {
  max-width: 100%;
  position: relative;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 460px;
}
.about_section .detail-box p {
  color: #1f1f1f;
  margin-top: 15px;
}
.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #00a652;
  color: #ffffff;
  border-radius: 0px;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}
.about_section .detail-box a:hover {
  background-color: #005a2c;
}

.project_section .heading_container {
  margin-bottom: 45px;
}
.project_section .heading_container h2 {
  color: #15406d;
  text-transform: uppercase;
  margin: 0;
}
.project_section .heading_container h2 span {
  color: #ffffff;
}
.project_section .filter_box {
  display: flex;
  align-items: center;
}
.project_section .filter_box h6 {
  background-color: #15406d;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  padding: 5px 10px;
  font-weight: normal;
}
.project_section .filter_box .owl-filter-bar {
  margin-left: 25px;
}
.project_section .filter_box .owl-filter-bar a {
  text-transform: uppercase;
  color: #252525;
  padding: 0 10px;
  font-size: 15px;
}
.project_section .filter_box .owl-filter-bar a.active {
  color: #00a652;
}
.project_section .box {
  position: relative;
}
.project_section .box .img-box {
  position: relative;
}
.project_section .box .img-box img {
  width: 100%;
}
.project_section .box .img-box .pin_link {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  color: #00a652;
  font-size: 20px;
}
.project_section .box .detail-box {
  padding: 15px;
  transition: all 0.3s;
  background-color: #00a652;
  color: #ffffff;
  visibility: hidden;
  opacity: 0;
}
.project_section .box .detail-box h5 {
  font-weight: bold;
}
.project_section .owl-item.active.center .box .detail-box {
  opacity: 1;
  visibility: visible;
}
.project_section .project_carousel {
  margin-top: 45px;
  padding: 0 45px;
}
.project_section .project_carousel .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.project_section .project_carousel .owl-nav button {
  width: 50px;
  height: 50px;
  background-color: #252525;
  outline: none;
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
}
.project_section .project_carousel .owl-nav button:hover {
  background-color: #00a652;
}
.project_section .project_carousel .owl-nav button.owl-prev {
  left: -25px;
}
.project_section .project_carousel .owl-nav button.owl-next {
  right: -25px;
}

.client_section {
  background-image: url(../images/client-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
}
.client_section .heading_container {
  margin-bottom: 45px;
  color: #ffffff;
}
.client_section .heading_container h2 {
  text-transform: uppercase;
  margin: 0;
}
.client_section .box {
  display: flex;
}
.client_section .box .img-box {
  width: 125px;
  height: 125px;
  min-width: 125px;
  border-radius: 30px;
  overflow: hidden;
  margin-right: -65px;
  margin-top: 15px;
  position: relative;
}
.client_section .box .img-box img {
  width: 100%;
}
.client_section .box .client_info {
  display: flex;
  justify-content: space-between;
}
.client_section .box .client_info .client_name h5 {
  font-weight: bold;
  color: #252525;
  margin-bottom: 0;
  text-transform: uppercase;
}
.client_section .box .client_info .client_name h6 {
  margin-bottom: 0;
  color: #00a652;
  font-weight: normal;
  font-size: 15px;
  text-transform: uppercase;
}
.client_section .box .client_info i {
  font-size: 24px;
  color: #00a652;
}
.client_section .box p {
  margin-top: 25px;
}
.client_section .box .detail-box {
  background-color: #ffffff;
  padding: 45px 45px 45px 85px;
}
.client_section .carousel-indicators {
  position: unset;
  margin: 0;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
}
.client_section .carousel-indicators li {
  background-color: #00a652;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  opacity: 1;
}
.client_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
}

.why_us_section .why_us_container .box {
  display: flex;
  align-items: flex-start;
  margin-top: 45px;
}
.why_us_section .why_us_container .box .img-box {
  background-color: #00a652;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 175px;
  min-width: 175px;
  height: 125px;
  margin-right: 25px;
  padding-right: 25px;
  -webkit-clip-path: polygon(0 0, 85% 0, 85% 35%, 100% 50%, 85% 65%, 85% 100%, 0 100%);
          clip-path: polygon(0 0, 85% 0, 85% 35%, 100% 50%, 85% 65%, 85% 100%, 0 100%);
  transition: all 0.3s;
}
.why_us_section .why_us_container .box .img-box img {
  width: 45px;
}
.why_us_section .why_us_container .box .detail-box h5 {
  font-weight: bold;
}
.why_us_section .why_us_container .box:hover .img-box {
  background-color: #252525;
}
.why_us_section .btn-box {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
.why_us_section .btn-box a {
  display: inline-block;
  padding: 8px 25px;
  background-color: #00a652;
  color: #ffffff;
  border-radius: 0;
  transition: all 0.3s;
  border: none;
}
.why_us_section .btn-box a:hover {
  background-color: #005a2c;
}

.contact_section {
  position: relative;
}
.contact_section .heading_container {
  margin-bottom: 25px;
}
.contact_section .heading_container h2 {
  text-transform: uppercase;
}
.contact_section .form_container {
  margin-right: 15px;
}
.contact_section .form_container input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 15px;
  outline: none;
  color: #101010;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}
.contact_section .form_container input::-moz-placeholder {
  color: #252525;
}
.contact_section .form_container input::placeholder {
  color: #252525;
}
.contact_section .form_container input.message-box {
  height: 120px;
}
.contact_section .form_container button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 55px;
  background-color: #00a652;
  color: #ffffff;
  border-radius: 50px;
  transition: all 0.3s;
  border: none;
}
.contact_section .form_container button:hover {
  background-color: #005a2c;
}
.contact_section .map_container {
  height: 450px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  padding: 0;
}
.contact_section .map_container .map {
  height: 100%;
  flex: 1;
}
.contact_section .map_container .map #googleMap {
  height: 100%;
}

h2 {
  color: #0eb582;
}

.info_section {
  background-color: #252525;
  color: #ffffff;
  padding: 45px 0;
  background-image: linear-gradient(180deg, #273c66 0%, #0eb582 100%);
}
.info_section .contact_nav {
  display: flex;
  justify-content: center;
  padding: 25px 0;
  text-align: center;
}
.info_section .contact_nav a {
  flex: 1;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
}
.info_section .contact_nav a i {
  font-size: 28px;
}
.info_section .contact_nav a:hover {
  color: #00a652;
}
.info_section .info_top {
  padding: 45px 0;
}
.info_section h4 {
  text-transform: uppercase;
  position: relative;
  margin-bottom: 25px;
}
.info_section .info_links .info_links_menu {
  display: flex;
  flex-wrap: wrap;
}
.info_section .info_links .info_links_menu a {
  color: #ffffff;
  flex-basis: 50%;
}
.info_section .info_links .info_links_menu a:hover, .info_section .info_links .info_links_menu a.active {
  color: #00a652;
}
.info_section .info_post .post_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.info_section .info_post .post_box .img-box {
  min-width: 45px;
  max-width: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  flex-basis: calc(33% - 10px);
  padding: 5px;
  margin: 5px;
}
.info_section .info_post .post_box .img-box img {
  width: 100%;
}
.info_section .info_post .post_box p {
  margin: 0;
}
.info_section .info_post .post_box:not(:nth-last-child(1)) {
  margin-bottom: 15px;
}
.info_section .info_form input {
  width: 100%;
  border: none;
  height: 45px;
  margin-bottom: 25px;
  padding-left: 25px;
  background-color: #eaeaea;
  outline: none;
  color: #101010;
}
.info_section .info_form button {
  display: inline-block;
  padding: 10px 45px;
  background-color: #00a652;
  color: #ffffff;
  border-radius: 5px;
  transition: all 0.3s;
  border: none;
  background-color: #15406d;
}
.info_section .info_form button:hover {
  background-color: #005a2c;
}
.info_section .info_bottom .row {
  align-items: center;
}
.info_section .info_bottom .info_logo {
  margin-right: 45px;
}
.info_section .info_bottom .info_logo a img {
  width: 125px;
}
.info_section .info_bottom .social_box {
  width: 100%;
  display: flex;
  margin-top: 25px;
}
.info_section .info_bottom .social_box a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  color: #00a652;
  font-size: 18px;
  margin-right: 10px;
}
.info_section .info_bottom .social_box a:hover {
  color: #252525;
}

/* footer section*/
.footer_section {
  position: relative;
  background-color: #ffffff;
  text-align: center;
}
.footer_section p {
  color: #252525;
  padding: 25px 0;
  margin: 0;
}
.footer_section p a {
  color: inherit;
}

.services-box-style {
  transition: all 0.4s ease-in-out;
}

.service-box-items {
  border-radius: 16px;
  background: #E4E6FF;
  padding: 40px 33px;
  position: relative;
  overflow: hidden;
}

.service-box-items::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 0;
  border-radius: 16px;
  background: rgba(76, 175, 80, 0.26);
  transform-origin: center;
  transition: all 300ms ease;
}

.service-box-items .item-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.4s ease-in-out;
}

.service-box-items .item-shape-2 {
  position: absolute;
  bottom: -150px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

.service-box-items .content {
  position: relative;
  z-index: 9;
}

.service-box-items .content h3 {
  font-size: 24px;
  font-weight: 700;
  color: #161616;
  text-transform: initial;
  margin-bottom: 15px;
  word-wrap: break-word;
  transition: all 0.4sease-in-out;
}

.service-box-items .content p {
  margin-top: 15px;
}

.service-box-items .arrow-icon {
  font-size: 26px;
  color: #fff;
  position: absolute;
  right: 25px;
  bottom: -80px;
  transition: all 0.4s ease-in-out;
}

.service-box-items:hover .arrow-icon {
  bottom: 20px;
}

.service-box-items:hover::before {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.service-box-items:hover .item-shape {
  bottom: -150px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4sease-in-out;
}

.service-box-items:hover .item-shape-2 {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.service-box-items .arrow-icon svg {
  width: 26px;
  fill: #fff;
}

.first-service-box .icon {
  margin-top: -90px;
}

.first-service-box .content {
  margin-top: -50px;
}

.lottie-player {
  margin: 0 auto;
}

.automotive-repair .content {
  margin: 0;
}

.automotive-repair .icon {
  margin-top: -45px;
}

.service-box-items {
  min-height: 100%;
}

.service-box-items-wrap [class*=col-] {
  margin: 15px 0;
}

.service_section.pb-0 {
  padding-bottom: 0;
}

.about_section {
  width: 100%;
  min-height: 2170px;
  background-image: url(../images/right-curvy-shape.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}

.plant-maintenance-services {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.plant-maintenance-services li {
  font-size: 22px;
  display: flex;
}
.plant-maintenance-services li::before {
  content: "";
  background: url(../images/check-mark.png) no-repeat center;
  background-size: contain;
  display: inline-block;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  margin-right: 15px;
}

.plant-maintenance-services-container {
  position: relative;
}
.plant-maintenance-services-container::after {
  content: "";
  background: url(../images/hamdan-slogun.png) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  width: 360px;
  height: 370px;
  opacity: 0.2;
}

.rental-manpower {
  background: url(../images/rental-manpower-bg.png) no-repeat center;
  background-size: cover;
  padding: 60px 0;
  background-position-y: 150px;
}

.rental-manpower .img-wrap img {
  border: 2px dashed #fff;
  padding: 10px;
  border-radius: 24px;
  margin-top: 50px;
}

.table-container {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 12px;
  overflow: hidden;
}

th, td {
  padding: 12px 16px;
  text-align: left;
}

th {
  background: #00a652;
  color: white;
}

tr:nth-child(even) {
  background: #f2f2f2;
}

tr:hover {
  background: rgba(76, 175, 80, 0.2);
  transition: 0.3s ease-in-out;
}

.rental-equipment .img-wrap img {
  max-width: 100%;
}

.rental-equipment {
  padding: 60px 0;
}

.rental-manpower .title {
  font-size: 18px;
  font-weight: bold;
}

.rental-manpower ul {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 50px auto;
}

.rental-manpower ul li:first-child {
  list-style: none;
}

.rental-manpower ul li span {
  background: #0eb582;
  color: #fff;
  border-radius: 4px;
  padding: 3px;
}/*# sourceMappingURL=style.css.map */