/*
 Theme Name:   Hello Elementor Child
 Theme URI:    http://example.com/hello-elementor-child
 Description:  Hello Elementor Child Theme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Importing the parent theme style.css */
@import url("../hello-elementor/style.css");

/* Custom CSS can go here */
.banner-slider .owce-carousel .owl-stage-outer,
.owce-carousel-container {
  padding: 0 !important;
}
.owce-carousel .owl-nav .owl-next,
.owce-carousel .owl-nav .owl-prev {
  z-index: 9;
  width: 35px;
  height: 35px;
  display: inline-grid !important;
  place-items: center;
  background-color: #000 !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
.owce-carousel .owl-nav .owl-next:hover,
.owce-carousel .owl-nav .owl-prev:hover {
  background-color: #000 !important;
}
.owce-carousel .owl-nav .owl-next i,
.owce-carousel .owl-nav .owl-prev i {
  color: #fff !important;
  padding: 0 !important;
  font-size: 14px;
}
.owce-carousel .owl-nav .owl-next {
  right: 10px !important;
}
.owce-carousel .owl-nav .owl-prev {
  left: 10px !important;
}
.owl-theme .owl-nav {
  margin: 0 !important;
}
.owce-carousel .owl-stage-outer {
  padding: 0 !important;
}
.service-box figure {
  position: relative;
  transition: 0.3s ease all;
  overflow: hidden;
}
.service-box figure::after {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #ffffffa1;
  transform: skewX(10deg);
  transition: 0.3s ease all;
}
.service-box figure img {
  transition: 0.3s ease all;
}
.service-box:hover figure img {
  scale: 1.1;
}
.service-box:hover figure::after {
  width: 60%;
}
.page-title .heading {
  position: relative;
}
.page-title .heading::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -15px;
  width: 40px;
  height: 3px;
  background-color: #ffffffa1;
}

.services__box .owce-carousel .owl-nav .owl-next,
.services__box .owce-carousel .owl-nav .owl-prev {
  border-radius: 50% !important;
  opacity: 0;
  background: #fff !important;
  top: 45%;
}
.services__box .owce-carousel .owl-nav .owl-next i,
.services__box .owce-carousel .owl-nav .owl-prev i {
  color: #000 !important;
  font-size: 20px;
}
.services__box:hover .owl-next,
.services__box:hover .owl-prev {
  opacity: 0.4 !important;
}
.services__box1 .owl-item {
  padding: 10px;
}
.services__box1 img {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}
.services__box1 .owl-dots .owl-dot span {
  width: 8px !important;
  height: 8px !important;
  background: #525252 !important;
  border: 2px solid transparent !important;
  transition: 0.3s ease all;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  border-color: #525252 !important;
  background: #fff !important;
  width: 12px !important;
  height: 12px !important;
}
.owce-carousel .owl-dots {
  margin-top: 0 !important;
  display: flex;
  justify-content: center;
}
.contact-form label {
  width: 100%;
}
a {
  text-decoration: none !important;
}
