body.home .hero:hover .slick-next,
body.home .hero:hover .slick-prev {
  opacity: 1;
}
body.home .hero .slick-prev {
  left: 10%;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
body.home .hero .slick-next {
  right: 10%;
}
body.home .hero .slick-prev,
body.home .hero .slick-next {
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  translate: -50% 0;
  z-index: 2;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
body.home .hero .slick-prev:after,
body.home .hero .slick-next:after {
  visibility: visible;
  content: "";
  cursor: pointer;
  display: inline-block;
  width: 48px;
  height: 48px;
  border: 2px solid var(--white);
  border-radius: 50%;
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' fill='%23FFF' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M4 .755l14.374 11.245-14.374 11.219.619.781 15.381-12-15.391-12-.609.755z'/%3E%3C/svg%3E");
}
body.home .hero .item {
  height: 85vh;
  position: relative;
}
@media (max-width: 768px) {
  body.home .hero .item {
    height: 70vh;
  }
}
body.home .hero .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 35%;
     object-position: 50% 35%;
  -webkit-filter: brightness(0.3);
          filter: brightness(0.3);
}
@media (max-width: 768px) {
  body.home .hero .item img {
    -o-object-position: 25% 100%;
       object-position: 25% 100%;
  }
}
body.home .hero .hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: var(--white);
  text-align: center;
  max-width: 30%;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  body.home .hero .hero-content {
    max-width: 60%;
  }
}
@media (max-width: 1024px) {
  body.home .hero .hero-content {
    max-width: 100%;
    width: 100%;
    padding: 0 1rem;
  }
}
body.home .hero .hero-content .big {
  font-size: 5rem;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1280px) {
  body.home .hero .hero-content .big {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  body.home .hero .hero-content .big {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  body.home .hero .hero-content .buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 480px) {
  body.home .hero .hero-content .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 480px) {
  body.home .hero .hero-content .buttons a {
    width: 100%;
  }
}
body.home .hero .hero-content h1,
body.home .hero .hero-content h2 {
  color: var(--white);
}
@media (max-width: 768px) {
  body.home .despre-noi .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
body.home .despre-noi .flex .col {
  position: relative;
}
body.home .despre-noi .flex .col:first-child {
  width: 50%;
}
@media (max-width: 768px) {
  body.home .despre-noi .flex .col:first-child {
    width: 100%;
  }
}
body.home .despre-noi .flex .col:last-child {
  width: 50%;
  background-color: var(--white);
  position: relative;
  left: -120px;
  top: 50px;
  padding: 5rem;
}
@media (max-width: 1280px) {
  body.home .despre-noi .flex .col:last-child {
    padding: 0;
    left: inherit;
    top: 0;
  }
}
@media (max-width: 768px) {
  body.home .despre-noi .flex .col:last-child {
    width: 100%;
  }
}
body.home .despre-noi .flex .col img:last-child {
  position: absolute;
  bottom: 100px;
  left: -100px;
  width: 60%;
}
@media (max-width: 1280px) {
  body.home .despre-noi .flex .col img:last-child {
    position: initial;
    top: 0;
    bottom: 0;
    width: 100%;
  }
}
body.home .maintenance {
  margin-bottom: 0;
}
body.home .maintenance .flex {
  position: relative;
}
body.home .maintenance .flex img {
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  body.home .maintenance .flex img {
    -o-object-position: 85% 100%;
       object-position: 85% 100%;
  }
}
body.home .maintenance .flex .maintenance-content {
  position: absolute;
  background-color: var(--white);
  padding: 6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20%;
  max-width: 600px;
}
@media (max-width: 1200px) {
  body.home .maintenance .flex .maintenance-content {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
    max-width: 100%;
    width: 65%;
  }
}
@media (max-width: 991px) {
  body.home .maintenance .flex .maintenance-content {
    width: 100%;
    padding: 2rem;
  }
}
@media (max-width: 480px) {
  body.home .maintenance .flex .maintenance-content {
    width: 100%;
    padding: 1.5rem;
  }
}
body.home .maintenance .flex .maintenance-content .buttons .phone {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
body.home .maintenance .flex .maintenance-content .buttons .phone:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' fill='%23FFF' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M18 24h-12c-1.104 0-2-.896-2-2v-20c0-1.104.896-2 2-2h12c1.104 0 2 .896 2 2v20c0 1.104-.896 2-2 2zm1-5.083h-14v3.083c0 .552.449 1 1 1h12c.552 0 1-.448 1-1v-3.083zm-7 3c-.553 0-1-.448-1-1s.447-1 1-1c.552 0 .999.448.999 1s-.447 1-.999 1zm7-17h-14v13h14v-13zm-1-3.917h-12c-.551 0-1 .449-1 1v1.917h14v-1.917c0-.551-.448-1-1-1zm-4.5 1.917h-3c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h3c.276 0 .5.224.5.5s-.224.5-.5.5z'/%3E%3C/svg%3E");
}
body.home .maintenance .flex .maintenance-content .buttons .mail {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
body.home .maintenance .flex .maintenance-content .buttons .mail:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' fill='%23FFF' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M24 21h-24v-18h24v18zm-23-16.477v15.477h22v-15.477l-10.999 10-11.001-10zm21.089-.523h-20.176l10.088 9.171 10.088-9.171z'/%3E%3C/svg%3E");
}
body.home .maintenance .flex .maintenance-content .just-content {
  border-left: 5px solid var(--orange);
  padding-left: 2rem;
}
body.home .servicii .container {
  position: relative;
}
@media (max-width: 768px) {
  body.home .servicii .container {
    padding: 0;
  }
}
body.home .servicii .simbol {
  position: absolute;
  right: 0;
  top: -100px;
  opacity: 0.2;
  top: -100px;
  opacity: 0.08;
  width: 1000px;
}
body.home .servicii .col {
  text-align: center;
  padding: 32px;
  background: var(--orange);
  border-radius: 8px;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
}
body.home .servicii .col:hover {
  -webkit-transform: scale3d(1.06, 1.06, 1);
          transform: scale3d(1.06, 1.06, 1);
  z-index: 1;
  border-width: 1px !important;
  -webkit-box-shadow: 0 40px 120px -20px rgba(0, 0, 0, 0.6);
          box-shadow: 0 40px 120px -20px rgba(0, 0, 0, 0.6);
}
body.home .servicii .col:hover svg {
  position: relative;
  -webkit-animation-name: diagonal-slide;
          animation-name: diagonal-slide;
  -webkit-animation-duration: 0.05s;
          animation-duration: 0.05s;
  -webkit-animation-iteration-count: 10;
          animation-iteration-count: 10;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.title {
  color: var(--orange);
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.blue {
  color: var(--blue);
}

.orange {
  color: var(--orange);
}

.slick-dots {
  position: absolute;
  bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-radius: 2px;
  gap: 12px;
}
.slick-dots li.slick-active button {
  background-color: var(--orange);
}
.slick-dots li button {
  font-size: 0;
  padding: 0.5rem;
  background-color: transparent;
  border-color: var(--orange);
}

.programare-form {
  position: fixed;
  z-index: 9999;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 30%;
  background: var(--white);
  padding: 48px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
@media (max-width: 1280px) {
  .programare-form {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .programare-form {
    width: 70%;
    padding: 32px;
  }
}
@media (max-width: 600px) {
  .programare-form {
    width: 100%;
    height: 100%;
    padding: 24px;
  }
}
.programare-form.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 99999;
  overflow-y: auto;
  max-height: 100%;
}
.programare-form .close-form {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  z-index: 10;
}
.programare-form .programre-form-content p {
  font-size: 13px;
  line-height: 19px;
}
.programare-form input,
.programare-form textarea {
  background: 0 0;
  font-size: 14px;
  line-height: 25px;
  border: 2px solid #f4f4f4;
  color: var(--default_text_color);
  padding: 10px 24px;
  outline: 0;
  font-family: var(--default_font);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 2px 4px rgba(171, 171, 171, 0.13);
          box-shadow: 0 2px 4px rgba(171, 171, 171, 0.13);
  border-radius: var(--radius);
  margin-bottom: 10px;
  width: 100%;
}
.programare-form input[type=submit],
.programare-form textarea[type=submit] {
  background-color: var(--orange);
  color: var(--white);
  width: auto;
  border: none;
  border-radius: 8px;
  outline: none;
  cursor: pointer;
}
.programare-form textarea {
  max-height: 80px;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  line-height: 1;
}

.wpcf7 form .wpcf7-response-output {
  margin: 6px;
  font-size: 12px;
  line-height: 1;
}

.error404 .not-found {
  padding: 100px;
  text-align: center;
}

.offcanvas {
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 10;
  width: 320px;
  height: 100%;
  background: #FFF;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.offcanvas .close-offcanvcas {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  z-index: 10;
}

body.admin-bar .offcanvas {
  top: 46px;
}

body.has-offcanvas {
  overflow-y: hidden;
  height: 100vh;
}

body.has-offcanvas .oxy-header-left a {
  visibility: hidden;
}

.offcanvas.is-visible {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  overflow-y: hidden;
  height: 100vh;
}

p.menu-item-desc {
  display: none;
}

.offcanvas .offcanvas-wrapper .nav {
  list-style: none;
  padding: 0 24px;
  margin-top: 93px;
}

.offcanvas .offcanvas-wrapper .nav li.primary-btn a {
  font-weight: 600;
  color: var(--white);
  background-color: var(--orange);
  padding: 1rem 2rem;
  border-radius: 8px;
  display: inline-block;
  border: 1px solid transparent;
  font-family: var(--sec-font);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.offcanvas .offcanvas-wrapper .nav li.primary-btn a:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' fill='%23FFF' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='482.21px' height='482.21px' viewBox='0 0 482.21 482.21' style='enable-background:new 0 0 482.21 482.21;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M389.149,210.959l-0.594,0.01c-13.325,0.478-29.849,0.962-46.515,1.444c-15.568,0.457-31.26,0.922-44.595,1.384 c7.673-33.763,22.552-67.311,36.968-99.828c13.051-29.419,26.538-59.844,34.51-90.096l0.163-0.594 c0.076-0.264,0.147-0.531,0.218-0.78c2.92-3.806,3.555-8.584,1.646-13.073C368.588,3.88,362.774,0,356.802,0 c-3.493,0-6.814,1.274-9.592,3.691c-28.549,24.783-49.028,45.329-66.278,66.466c-49.68,56.594-107.071,114.303-175.438,176.409 c-0.317,0.284-0.571,0.568-0.516,0.568c-4.44,3.961-5.989,10.812-3.763,16.661c2.125,5.591,7.061,8.932,13.195,8.932 c26.956,0,55.535,0.057,84.401,0.671c-37.638,75.789-74.598,133.967-115.973,182.604c-3.101,3.646-4.233,8.136-3.225,12.686 c0.833,7.616,6.718,13.522,13.561,13.522c2.772,0,5.555-0.98,8.046-2.834c98.614-73.428,202.654-152.532,295.368-241.166 c0.665-0.632,1.265-1.315,1.813-2.069c4.225-4.044,5.717-10.668,3.595-16.374C399.956,214.25,395.152,210.959,389.149,210.959z M234.561,266.319c2.265-4.723,1.991-9.922-0.749-14.279c-2.829-4.488-7.919-7.394-12.974-7.394c-0.681,0-1.358,0.051-2.019,0.152 c-23.603-0.738-46.715-0.982-67.332-1.081c54.441-50.62,101.511-98.417,143.628-145.814c1.061-0.784,1.97-1.663,2.762-2.671 c0.894-1.15,1.823-2.275,2.742-3.387l2.885-3.375c0.513-0.566,0.919-1.155,1.305-1.747c5.027-6.018,10.364-12.022,16.092-18.091 c-4.402,10.936-9.013,21.896-13.543,32.639c-16.482,39.162-33.534,79.651-41.304,120.813c-0.102,0.559-0.162,1.104-0.208,1.63 c-1.706,4.517-1.26,9.786,1.233,13.721c2.473,3.89,6.662,6.122,11.507,6.122l0.614-0.018c12.091-0.447,27.817-0.889,43.473-1.331 c9.588-0.274,19.149-0.541,27.838-0.81c-63.968,58.739-131.573,112.408-188.172,155.678 C186.98,359.104,210.76,316.033,234.561,266.319z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
}

.offcanvas .offcanvas-wrapper .nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--primary-900);
  font-size: 18px;
  line-height: 25px;
  text-decoration: none;
}

.offcanvas .offcanvas-wrapper .nav li .menu-item-desc {
  margin-bottom: 36px;
  margin-top: 0;
  display: block;
}

.offcanvas .offcanvas-wrapper .nav li .menu-item-desc a {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #FBF8F8;
  opacity: 0.8;
}

.offcanvas .offcanvas-wrapper .nav li .menu-item-desc a:after {
  display: none;
}

.offcanvas .offcanvas-wrapper .nav li:first-child p.menu-item-custom {
  margin-top: 0;
}

.offcanvas .offcanvas-wrapper .nav li p.menu-item-custom {
  margin: 13px 0;
}

.offcanvas .offcanvas-wrapper .nav li.btn--primary .menu-item-custom {
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.offcanvas .offcanvas-wrapper .nav li.btn--primary .menu-item-custom a {
  color: var(--base);
}

.offcanvas .offcanvas-wrapper .nav li.btn--primary .menu-item-custom a:after {
  display: none;
}

.offcanvas .offcanvas-wrapper .nav li.btn--primary:after {
  border-color: var(--accent);
}

.sub-menu {
  display: none;
}

.has-submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.has-submenu svg {
  width: 24px;
  height: 24px;
  fill: var(--base);
}

.has-submenu .minus {
  display: none;
}

.has-submenu.open .minus {
  display: block;
}

.has-submenu.open .plus {
  display: none;
}

.has-submenu button {
  margin-left: auto;
  background: none;
  border: none;
  outline: none;
  display: none;
}

@media (max-width: 1120px) {
  .has-submenu button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 480px) {
  .offcanvas {
    width: 100%;
  }
}
body:not(.home) .site-main {
  padding: 3rem 0;
}

body {
  scroll-margin: 4em;
}

.cky-revisit-bottom-left {
  right: 15px !important;
  left: auto !important;
  background-color: var(--headings) !important;
}

@-webkit-keyframes diagonal-slide {
  from {
    top: 0;
    left: 0;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  20% {
    top: -2px;
    left: -2px;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  40% {
    top: 2px;
    left: -2px;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  60% {
    top: 2px;
    left: 2px;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  80% {
    top: -2px;
    left: 2px;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  to {
    top: 0;
    left: 0;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}