/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto+Slab:wght@100..900&display=swap");
  /* satyaa */
:root {
  --erepair-font: "Archivo", sans-serif;
  --erepair-font-2: "Titillium Web", sans-serif;
  --erepair-font-3: "Pacifico", cursive;
  --erepair-gray: #6e777d;
  --erepair-gray-rgb: 110, 119, 125;
  --erepair-white: #ffffff;
  --erepair-white-rgb: 255, 255, 255;
  --erepair-base: #070065;
  --erepair-base-rgb: 42, 185, 126;
  --erepair-black: #171717;
  --erepair-black-rgb: 23, 23, 23;
  --erepair-primary: #e1312a;
  --erepair-primary-rgb: 254, 219, 92;
  --erepair-extra: #f4fbf9;
  --erepair-extra-rgb: 244, 251, 249;
  --erepair-bdr-color: #dddddd;
  --erepair-bdr-color-rgb: 221, 221, 221;
}

.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

body {
  font-family: "Noto Sans", sans-serif;
  line-height: 29px;
  font-weight: 400;
  color: var(--erepair-gray);
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--erepair-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: "Noto Sans", sans-serif;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;  /* satyaa */
}

button {
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #43c3ea;
  outline: none;
}

.roboto-slab {
  font-family: "Roboto Slab", serif;  /* satyaa */
  font-optical-sizing: auto;

  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Slab", serif;
  color: var(--erepair-black);
  margin: 0;
}

p {
  margin: 0;
  color: #000000;
  font-family: "Noto Sans", sans-serif;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

dl,
ol,
ul {
  padding-left: 0;
  /* satyaaaa */
  list-style: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

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

@media (min-width: 1320px) {
  .container {
    max-width: 1320px;
  }
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.section-separator {
  border-color: var(--erepair-border);
  border-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.4;
  z-index: -1;
}

.section-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.section-title {
  position: relative;
  display: block;
  margin-bottom: 58px;
  margin-top: -9px;
}

.section-title__tagline-box {
  position: relative;
  display: inline-block;
}

.section-title__tagline {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  color: var(--erepair-base);
  font-weight: 700;
  font-family: var(--erepair-font-2);
  text-transform: uppercase;
}

.section-title__title-box {
  position: relative;
  display: block;
}

.section-title__title {
  color: var(--erepair-black);
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
  text-transform: capitalize !important;
  margin: 8px 0 0;
  letter-spacing: -1.44px;
}

.section-title__title .split-line {
  text-transform: none;
}

.section-title-two {
  position: relative;
  display: block;
  margin-bottom: 58px;
}

.section-title-two__tagline-box {
  position: relative;
  display: inline-block;
}

.section-title-two__tagline {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  color: var(--erepair-base);
  font-weight: 400;
  font-family: var(--erepair-font-2);
  text-transform: capitalize;
  border: 1px solid var(--erepair-bdr-color);
  padding: 9px 14px 9px;
  border-radius: 18px;
}

.section-title-two__title-box {
  position: relative;
  display: block;
}

.section-title-two__title {
  color: var(--erepair-black);
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
  text-transform: capitalize !important;
  margin: 8px 0 0;
  letter-spacing: -1.44px;
}

.section-title-two__title .split-line {
  text-transform: none;
}

.section-title-three {
  position: relative;
  display: block;
  margin-top: -3px;
  margin-bottom: 49px;
  z-index: 1;
}

.section-title-three__tagline-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.section-title-three__tagline {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  color: var(--erepair-base);
  font-weight: 700;
  font-family: var(--erepair-font-2);
  text-transform: uppercase;
}

.section-title-three__tagline-shape {
  position: relative;
  display: block;
  width: 40px;
  height: 2px;
  background-color: var(--erepair-base);
}

.section-title-three__title {
  color: var(--erepair-black);
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
  text-transform: capitalize !important;
  margin: 15px 0 0;
  letter-spacing: -1.44px;
}

.section-title-three__title .split-line {
  text-transform: none;
}

.thm-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  background-color: var(--erepair-primary);
  padding: 15.5px 36px 15.5px;
  border-radius: 12px;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  font-family: var(--erepair-font-2);
  text-transform: uppercase;
  z-index: 1;
}

.thm-btn:before {
  content: "";
  background-color: var(--erepair-base);
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-position: left center;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  transform-origin: left;
  transform-style: preserve-3d;
  transform: scalex(0);
  z-index: -1;
}

.thm-btn:hover:before {
  transform: scalex(1);
}

.thm-btn:after {
  content: "";
  background-color: var(--erepair-base);
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: right center;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  transform-origin: right;
  transform-style: preserve-3d;
  transform: scalex(0);
  z-index: -1;
}

.thm-btn:hover:after {
  transform: scalex(1);
}

.thm-btn:hover {
  color: var(--erepair-white);
}

.preloader {
  position: fixed;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-image: url(../images/resources/logo-1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
  width: 100%;
  height: 100%;
}

/* scroll to top */
.scroll-to-top {
  display: flex;
  align-items: center;
  width: auto;
  height: 35px;
  background: transparent;
  position: fixed;
  bottom: 60px;
  right: -12px;
  z-index: 99;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: rotate(-90deg);
  cursor: pointer;
  transition: all 0.2s ease;
}

.scroll-to-top:hover {
  color: var(--erepair-base);
}

.scroll-to-top__text {
  display: inline;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-left: 10px;
}

.scroll-to-top__wrapper {
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: var(--erepair-base);
  position: relative;
  overflow: hidden;
}

.scroll-to-top__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--erepair-bdr-color);
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 70px;
}

/** xs sidebar **/
.xs-sidebar-group .xs-overlay {
  left: 0%;
  top: 0;
  position: fixed;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in 0.8s;
  -o-transition: all 0.4s ease-in 0.8s;
  transition: all 0.4s ease-in 0.8s;
  cursor: url(../images/icon/cross-out.html), pointer;
  z-index: 999;
}

.xs-sidebar-group.isActive .xs-overlay {
  opacity: 0.8;
  visibility: visible;
  -webkit-transition: all 0.8s ease-out 0s;
  -o-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
  right: 100%;
}

.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
}

.xs-sidebar-group .widget-heading a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.xs-sidebar-group .widget-heading a:hover {
  color: var(--erepair-base);
  border-color: var(--erepair-base);
}

.xs-sidebar-widget {
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  left: 0;
  background-color: var(--erepair-black);
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
  padding: 70px 30px;
}

.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in 0.3s;
  -o-transition: all 0.3s ease-in 0.3s;
  transition: all 0.3s ease-in 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  -o-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  z-index: 0;
}

.xs-bg-black {
  background-color: #000000;
}

.xs-sidebar-group .content-inner .logo {
  position: relative;
  max-width: 172px;
  width: 100%;
  margin-bottom: 30px;
}

.xs-sidebar-group .content-inner h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.xs-sidebar-group .content-inner .content-box {
  margin-bottom: 30px;
  padding-right: 15px;
}

.xs-sidebar-group .content-inner .content-box p {
  color: #ffffff;
}

.xs-sidebar-group .content-inner .form-inner .form-group {
  position: relative;
  margin-bottom: 20px;
}

.xs-sidebar-group .content-inner .form-inner .form-group:last-child {
  margin-bottom: 0px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input[type="text"],
.xs-sidebar-group .content-inner .form-inner .form-group input[type="email"],
.xs-sidebar-group .content-inner .form-inner .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 15px;
  padding: 10px 20px;
  color: #848484;
  border: none;
  outline: none;
  transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn {
  border: none;
  outline: none;
  background-color: var(--erepair-white);
  color: var(--erepair-black);
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 45px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.xs-sidebar-group
  .content-inner
  .form-inner
  .form-group
  .form-inner__btn:hover {
  color: var(--erepair-white);
}

.xs-sidebar-group
  .content-inner
  .form-inner
  .form-group
  .form-inner__btn:before {
  background-color: var(--erepair-base);
}

.xs-sidebar-group .content-inner .form-inner .form-group textarea {
  resize: none;
  height: 120px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input:focus,
.xs-sidebar-group .content-inner .form-inner .form-group textarea:focus {
  border-color: #00224f;
}

/*== Styled Pagination Css ======*/
.styled-pagination {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
}

.styled-pagination.pdtop60 {
  padding-top: 60px;
}

.styled-pagination.pdtop30 {
  padding-top: 30px;
}

.styled-pagination li {
  position: relative;
  display: block;
  float: left;
}

.styled-pagination li + li {
  margin-left: 10px;
}

.styled-pagination li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid rgba(var(--erepair-base-rgb), 0.3);
  color: var(--erepair-black);
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  font-family: var(--erepair-font-2);
  text-align: center;
  text-transform: uppercase;
  transition: all 500ms ease;
  z-index: 1;
}

.styled-pagination li a span:before {
  position: relative;
  top: 0px;
  color: var(--erepair-black);
  font-size: 20px;
  font-weight: 100;
  transition: all 500ms ease;
}

.styled-pagination li:hover a span::before,
.styled-pagination li.active a span::before {
  color: var(--erepair-white);
}

.styled-pagination li.prev {
  transform: rotate(180deg);
}

.styled-pagination li.prev a span:before {
  position: relative;
  display: inline-block;
}

.styled-pagination li.next a span:before {
  position: relative;
  display: inline-block;
}

.styled-pagination li:hover a,
.styled-pagination li.active a {
  color: var(--erepair-white);
  border-color: var(--erepair-base);
  background: var(--erepair-base);
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
  width: 55px;
}

.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
  color: var(--erepair-white);
}

/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
  position: relative;
  display: block;
  width: 100%;
  background: transparent;
  transition: all 500ms ease;
  z-index: 999;
}

.main-menu__top {
  position: relative;
  display: block;
}

.main-menu__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #050048;
  padding: 5px 150px;
}

.main-menu__contact-list {
  position: relative;
  display: flex;
  /* width: 100%; */
  justify-content: center;
  align-items: center;
  text-align: center;
}

.main-menu__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__contact-list li + li {
  margin-left: 46px;
}

.main-menu__contact-list li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -23px;
  width: 1px;
  background-color: rgba(var(--erepair-white-rgb), 0.3);
}

.main-menu__contact-list li:first-child:before {
  display: none;
}

.main-menu__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__contact-list li .icon i {
  font-size: 18px;
  color: #fff;
}

.main-menu__contact-list li .text {
  margin-left: 10px;
}

.main-menu__contact-list li .text p {
  font-size: 16px;
  color: var(--erepair-white);
}

.main-menu__contact-list li .text p a {
  color: var(--erepair-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__contact-list li .text p a:hover {
  color: var(--erepair-base);
}

.main-menu__top-right {
  position: relative;
  display: flex;
  /* display: none; */
  align-items: center;
  flex-wrap: wrap;
}

.main-menu__social {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 40px;
}

.main-menu__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 15px;
  color: #fff;
  background-color: transparent;
  overflow: hidden;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 1;
}

.main-menu__social a:hover {
  color: var(--erepair-white);
  border: 1px solid rgba(var(--erepair-base-rgb), 1);
}

.main-menu__social a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--erepair-base);
  transform: scale(0.5);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: -1;
}

.main-menu__social a:hover::before {
  transform: scale(1);
  opacity: 1;
}

.main-menu__social a + a {
  margin-left: 5px;
}

.main-menu {
  position: relative;
  display: block;
}

.main-menu__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 150px;
  background-color: #eeeeee;
}

.main-menu__left {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 110px;
}

.main-menu__logo {
  position: relative;
  display: block;
  padding: 4px 0;
  z-index: 2;
}
.main-menu__logo img {
  max-height: 84px;
}
.main-menu__main-menu-box {
  position: relative;
  display: block;
  margin-right: 20px;
}

.main-menu__right {
  position: relative;
  display: flex;
}

.main-menu__search-and-btn-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
}

.main-menu__search-box {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 0;
  margin-right: 25px;
}

.main-menu__search {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border: 1px solid var(--erepair-bdr-color);
  border-radius: 50%;
  font-size: 20px;
  color: var(--erepair-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__search:hover {
  color: var(--erepair-white);
  border: 1px solid var(--erepair-base);
  background-color: var(--erepair-base);
}

.main-menu__btn-box {
  position: relative;
  display: block;
}

.main-menu__btn {
  background-color: var(--erepair-base);
  color: var(--erepair-white);
}

.main-menu__btn:hover {
  color: var(--erepair-black);
}

.main-menu__btn:before,
.main-menu__btn:after {
  background-color: var(--erepair-primary);
}

.stricky-header.main-menu {
  background-color: var(--erepair-extra);
}

.main-menu .main-menu__list,
.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

@media (min-width: 1200px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list > li > ul,
  .main-menu .main-menu__list > li > ul > li > ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list > li > ul,
  .stricky-header .main-menu__list > li > ul > li > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main-menu .main-menu__list > li,
.stricky-header .main-menu__list > li {
  padding-top: 35.5px;
  padding-bottom: 35.5px;
  position: relative;
}

.main-menu .main-menu__list > li + li,
.stricky-header .main-menu__list > li + li {
  margin-left: 35px;
}

.main-menu .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: var(--erepair-black);
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--erepair-font-2);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a,
.stricky-header .main-menu__list > li.current > a,
.stricky-header .main-menu__list > li:hover > a {
  color: var(--erepair-base);
}

.main-menu .main-menu__list > li > a::before,
.stricky-header .main-menu__list > li > a::before {
  content: "";
  height: 2px;
  border-radius: 0px;
  background-color: var(--erepair-base);
  position: absolute;
  bottom: -3px;
  left: 0px;
  right: 0px;
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
  z-index: 1;
}

.main-menu .main-menu__list > li.current > a::before,
.main-menu .main-menu__list > li:hover > a::before,
.stricky-header .main-menu__list > li.current > a::before,
.stricky-header .main-menu__list > li:hover > a::before {
  transform: scale(1, 1);
  transform-origin: right center;
}

.main-menu .main-menu__list > li.dropdown > a {
  padding-right: 15px;
}

.main-menu .main-menu__list > li.dropdown > a:after {
  position: absolute;
  top: 52%;
  right: 0;
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  font-size: 14px;
  color: var(--erepair-black);
  transform: translateY(-50%);
  font-weight: 700;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.main-menu .main-menu__list > li.current > a::after,
.main-menu .main-menu__list > li:hover > a::after,
.stricky-header .main-menu__list > li.current > a::after,
.stricky-header .main-menu__list > li:hover > a::after {
  color: var(--erepair-base);
}

.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 400px;
  min-width: 250px;
  overflow: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease,
    -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease,
    -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease,
    -webkit-transform 700ms ease;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list > li > ul > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul > li > ul {
  display: none;
}

.main-menu .main-menu__list > li:hover > ul,
.main-menu .main-menu__list > li > ul > li:hover > ul,
.stricky-header .main-menu__list > li:hover > ul,
.stricky-header .main-menu__list > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.main-menu .main-menu__list > li > ul > li,
.main-menu .main-menu__list > li > ul > li > ul > li,
.stricky-header .main-menu__list > li > ul > li,
.stricky-header .main-menu__list > li > ul > li > ul > li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
  border-bottom: 1px solid rgba(var(--erepair-black-rgb), 0.1);
}

.main-menu .main-menu__list > li > ul > li:last-child,
.main-menu .main-menu__list > li > ul > li > ul > li:last-child,
.stricky-header .main-menu__list > li > ul > li:last-child,
.stricky-header .main-menu__list > li > ul > li > ul > li:last-child {
  border-bottom: 0;
}

.main-menu .main-menu__list > li > ul > li + li,
.main-menu .main-menu__list > li > ul > li > ul > li + li,
.stricky-header .main-menu__list > li > ul > li + li,
.stricky-header .main-menu__list > li > ul > li > ul > li + li {
  border-top: 0;
  margin-top: 0px;
}

.main-menu .main-menu__list > li > ul > li > a,
.main-menu .main-menu__list > li > ul > li > ul > li > a,
.stricky-header .main-menu__list > li > ul > li > a,
.stricky-header .main-menu__list > li > ul > li > ul > li > a {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: var(--erepair-black);
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px 10px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .main-menu__list > li > ul > li:hover > a,
.main-menu .main-menu__list > li > ul > li > ul > li:hover > a,
.stricky-header .main-menu__list > li > ul > li:hover > a,
.stricky-header .main-menu__list > li > ul > li > ul > li:hover > a {
  background-color: var(--erepair-base);
  color: var(--erepair-white);
}

.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu__list li ul li > ul.right-align,
.stricky-header .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;

  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease,
    -webkit-transform 500ms ease;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
  .stricky-header {
    display: none !important;
  }
}

.stricky-header.stricky-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.mobile-nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}

.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--erepair-base);
  cursor: pointer;
}

.mobile-nav__buttons a + a {
  margin-left: 10px;
}

.mobile-nav__buttons a:hover {
  color: var(--erepair-base);
}

.main-menu .mobile-nav__toggler {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--erepair-base);
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--erepair-black);
}

@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: visibility 500ms ease 500ms,
    -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms,
    -webkit-transform 500ms ease 500ms;
  visibility: hidden;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms,
    -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms,
    -webkit-transform 500ms ease 0ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--erepair-black);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
    -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
    -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
    transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
    transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
    -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
    -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
    transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
    transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--erepair-white);
  cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list > li > ul,
.mobile-nav__content .main-menu__list > li > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list > li > ul,
.mobile-nav__content .main-menu__list > li > ul > li > ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0.5em;
}

.mobile-nav__content .main-menu__list > li:not(:last-child),
.mobile-nav__content .main-menu__list > li > ul > li:not(:last-child),
.mobile-nav__content
  .main-menu__list
  > li
  > ul
  > li
  > ul
  > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list > li > a > .main-menu-border {
  display: none !important;
}

.mobile-nav__content .main-menu__list > li > a,
.mobile-nav__content .main-menu__list > li > ul > li > a,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--erepair-font);
  font-weight: 500;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__content
  .main-menu__list
  > li
  > a.expanded
  .mobile-nav__content
  .main-menu__list
  > li
  > ul
  > li
  > a.expanded
  .mobile-nav__content
  .main-menu__list
  > li
  > ul
  > li
  > ul
  > li
  > a.expanded {
  color: var(--erepair-base);
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--erepair-base);
}

.mobile-nav__content .main-menu__list > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button {
  width: 30px;
  height: 30px;
  background-color: var(--erepair-base);
  border: none;
  outline: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  padding: 0;
}

.mobile-nav__content .main-menu__list > li > a > button.expanded,
.mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded,
.mobile-nav__content
  .main-menu__list
  > li
  > ul
  > li
  > ul
  > li
  > a
  > button.expanded {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--erepair-base);
}

/* no menu after 2rd level dropdown */
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > ul {
  display: none !important;
}

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}

.mobile-nav__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
  color: var(--erepair-text-dark);
}

.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__social a {
  font-size: 16px;
  color: var(--erepair-white);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__social a + a {
  margin-left: 30px;
}

.mobile-nav__social a:hover {
  color: var(--erepair-base);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--erepair-text-dark);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__contact li + li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: #ffffff;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--erepair-base);
}

.mobile-nav__contact li > i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--erepair-base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 11px;
  margin-right: 10px;
  color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}

/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two {
  position: relative;
  display: block;
  width: 100%;
  transition: all 500ms ease;
  z-index: 999;
}

.main-menu-two__top {
  position: relative;
  display: block;
  background-color: var(--erepair-primary);
}

.main-menu-two__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 5px 0;
}

.main-menu-two__contact-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-two__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-two__contact-list li + li {
  margin-left: 46px;
}

.main-menu-two__contact-list li:before {
  content: "";
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: -23px;
  width: 1px;
  background-color: var(--erepair-black);
}

.main-menu-two__contact-list li:first-child:before {
  display: none;
}

.main-menu-two__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-two__contact-list li .icon i {
  font-size: 18px;
  color: var(--erepair-black);
}

.main-menu-two__contact-list li .text {
  margin-left: 10px;
}

.main-menu-two__contact-list li .text p {
  font-size: 16px;
  color: var(--erepair-black);
}

.main-menu-two__contact-list li .text p a {
  color: var(--erepair-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__contact-list li .text p a:hover {
  color: var(--erepair-base);
}

.main-menu-two__top-left {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.main-menu-two__social {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-two__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  font-size: 15px;
  color: var(--erepair-black);
  background-color: rgba(var(--erepair-black-rgb), 0.1);
  overflow: hidden;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 1;
}

.main-menu-two__social a:hover {
  color: var(--erepair-white);
}

.main-menu-two__social a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--erepair-black);
  transform: scale(0.5);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: -1;
}

.main-menu-two__social a:hover::before {
  transform: scale(1);
  opacity: 1;
}

.main-menu-two__social a + a {
  margin-left: 5px;
}

.main-menu-two__text {
  color: var(--erepair-black);
}

.main-menu-two__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu-two__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 1;
}

.main-menu-two__left {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.main-menu-two__logo {
  position: relative;
  display: block;
  padding: 30px 0;
}

.main-menu-two__main-menu-box {
  position: relative;
  display: block;
}

.main-menu-two__right {
  position: relative;
  display: block;
}

.main-menu-two__call-and-btn-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  padding: 20px 0;
}

.main-menu-two__call {
  position: relative;
  display: flex;
  align-items: center;
  padding: 6px 0;
}

.main-menu-two__call-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  border: 1px solid var(--erepair-bdr-color);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.main-menu-two__call:hover .main-menu-two__call-icon {
  background-color: var(--erepair-base);
  border: 1px solid var(--erepair-base);
}

.main-menu-two__call-icon span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--erepair-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__call:hover .main-menu-two__call-icon span {
  color: var(--erepair-white);
}

.main-menu-two__call-number {
  margin-left: 15px;
}

.main-menu-two__call-number p {
  font-size: 16px;
  line-height: 16px;
  color: var(--erepair-gray);
  margin-bottom: 10px;
  font-family: var(--erepair-font-2);
}

.main-menu-two__call-number h5 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
}

.main-menu-two__call-number h5 a {
  color: var(--erepair-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__call-number a:hover {
  color: var(--erepair-base);
}

.main-menu-two__btn-box {
  position: relative;
  display: block;
}

.main-menu-two__btn {
  background-color: var(--erepair-base);
  color: var(--erepair-white);
}

.main-menu-two__btn:hover {
  color: var(--erepair-black);
}

.main-menu-two__btn:before,
.main-menu-two__btn:after {
  background-color: var(--erepair-primary);
}

.stricky-header.main-menu-two {
  background-color: var(--erepair-white);
}

/*--------------------------------------------------------------
# Navigations Three
--------------------------------------------------------------*/
.main-header-three {
  position: relative;
  display: block;
  width: 100%;
  background: transparent;
  transition: all 500ms ease;
  z-index: 999;
}

.main-menu-three__top {
  position: relative;
  display: block;
  background-color: #20684a;
}

.main-menu-three__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 9px 60px 9px;
}

.main-menu-three__contact-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__contact-list li + li {
  margin-left: 50px;
}

.main-menu-three__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__contact-list li .icon i {
  font-size: 18px;
  color: var(--erepair-primary);
}

.main-menu-three__contact-list li .text {
  margin-left: 10px;
}

.main-menu-three__contact-list li .text p {
  font-size: 16px;
  color: var(--erepair-white);
}

.main-menu-three__contact-list li .text p span {
  color: var(--erepair-primary);
}

.main-menu-three__contact-list li .text p a {
  color: var(--erepair-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__contact-list li .text p a:hover {
  color: var(--erepair-primary);
}

.main-menu-three__top-right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

.main-menu-three__social {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: var(--erepair-white);
  overflow: hidden;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 1;
}

.main-menu-three__social a:hover {
  color: var(--erepair-primary);
}

.main-menu-three__social a + a {
  margin-left: 20px;
}

.main-menu-three__search-box {
  position: relative;
  display: block;
}

.main-menu-three__search {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 17px;
  color: var(--erepair-white);
}

.main-menu-three__search:hover {
  color: var(--erepair-primary);
}

.main-menu-three__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu-three__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0px 60px 0px;
  background-color: var(--erepair-extra);
  z-index: 1;
}

.main-menu-three__left {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 100px;
}

.main-menu-three__logo {
  position: relative;
  display: block;
  padding: 30px 0;
}
.main-menu-three__logo img {
  max-height: 70px;
}

.main-menu-three__main-menu-box {
  position: relative;
  display: block;
}

.main-menu-three__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu-three__cart-btn-and-login-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  padding: 20px 0;
}

.main-menu-three__cart {
  position: relative;
  display: block;
}

.main-menu-three__cart a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: var(--erepair-base);
}

.main-menu-three__cart a:hover {
  color: var(--erepair-black);
}

.main-menu-three__btn-box {
  position: relative;
  display: block;
}

.main-menu-three__btn {
  background-color: var(--erepair-base);
  color: var(--erepair-white);
}

.main-menu-three__btn:hover {
  color: var(--erepair-black);
}

.main-menu-three__btn:before,
.main-menu-three__btn:after {
  background-color: var(--erepair-primary);
}

.main-menu-three__login-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
}

.main-menu-three__login-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__login-icon span {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: var(--erepair-base);
}

.main-menu-three__login-text a {
  font-size: 17px;
  color: var(--erepair-base);
}

.main-menu-three__login-text a:hover {
  color: var(--erepair-black);
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease,
    -webkit-transform 500ms ease;
}

.search-popup.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.search-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--erepair-black);
  opacity: 0.75;
  cursor: pointer;
}

.search-popup__content {
  width: 100%;
  max-width: 560px;
}

.search-popup__content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}

.search-popup__content .thm-btn {
  padding: 0;
  width: 68px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  background-color: var(--erepair-base);
  border: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup__content .thm-btn::after {
  background-color: var(--erepair-black);
  border-radius: 0;
}

.search-popup__content .thm-btn::before {
  background-color: var(--erepair-black);
  border-radius: 0;
}

.search-popup__content .thm-btn i {
  height: auto;
  width: auto;
  background-color: transparent;
  border-radius: 50%;
  color: var(--erepair-white);
  font-size: 22px;
  line-height: inherit;
  text-align: center;
  top: 0;
  margin-right: 0;
  padding-left: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup__content .thm-btn:hover i {
  color: var(--erepair-white);
}

/*--------------------------------------------------------------
# Edit All Css
--------------------------------------------------------------*/
.about-one__btn {
  padding: 12px 36px 12px;
}

.video-one__btn {
  color: var(--erepair-white);
  background-color: var(--erepair-base);
}

.video-one__btn:hover {
  color: var(--erepair-black);
}

.video-one__btn::before,
.video-one__btn::after {
  background-color: var(--erepair-primary);
}

.video-one__btn-two {
  padding: 14.5px 36px 14.5px;
  border: 1px solid var(--erepair-bdr-color);
  background-color: var(--erepair-white);
}

.video-one__btn-two:hover {
  border: 1px solid var(--erepair-base);
}

.project-one__btn {
  padding: 14.5px 36px 14.5px;
  border: 1px solid var(--erepair-bdr-color);
  background-color: var(--erepair-white);
}

.project-one__btn:hover {
  border: 1px solid var(--erepair-base);
}

.pricing-one__btn {
  width: 100%;
  justify-content: center;
  padding: 12px 37px 12px;
}

.pricing-one__btn:hover {
  color: var(--erepair-black) !important;
}

.pricing-one__btn::before,
.pricing-one__btn::after {
  background-color: var(--erepair-white);
}

.blog-one__btn {
  color: var(--erepair-white);
  background-color: var(--erepair-base);
}

.blog-one__btn::before,
.blog-one__btn::after {
  background-color: var(--erepair-black);
}

.cta-one__btn {
  color: var(--erepair-white);
  background-color: var(--erepair-base);
}

.cta-one__btn::before,
.cta-one__btn::after {
  background-color: var(--erepair-black);
}

.about-two__btn {
  color: var(--erepair-white);
  background-color: var(--erepair-base);
}

.about-two__btn::before,
.about-two__btn::after {
  background-color: var(--erepair-black);
}

.contact-one__btn {
  border: none;
  width: 100%;
  justify-content: center;
  color: var(--erepair-white);
  background-color: var(--erepair-base);
}

.contact-one__btn:hover {
  color: var(--erepair-black);
}

.contact-one__btn::before,
.contact-one__btn::after {
  background-color: var(--erepair-primary);
}

.contact-three__btn {
  border: none;
  border-radius: 20px;
}

.comment-form__btn {
  border: none;
  border-radius: 20px;
}

.project-details__get-started-btn {
  width: 100%;
  justify-content: center;
  border-radius: 20px;
}

.footer-widget-three__newsletter-btn {
  border: 1px solid rgba(var(--erepair-white-rgb), 0.1);
  background-color: transparent;
  color: var(--erepair-white);
  padding: 14.5px 36px 14.5px;
}

.footer-widget-three__newsletter-btn:hover {
  border: 1px solid rgba(var(--erepair-base-rgb), 1);
}

/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/
.brand-one {
  position: relative;
  display: block;

  padding: 20px 0 20px;
  z-index: 1;
}

.brand-one__inner {
  position: relative;
  display: block;

  padding: 53px 65px 53px;
}

.brand-one__carousel {
  position: relative;
  display: block;
}

.brand-one__single {
  display: inline-block;
  padding: 20px 10;
  position: relative;
}

.brand-one__img > img {
  position: relative;
  -webkit-transition: 500ms;
  transition: 500ms;
  max-height: 90px;
  width: auto !important;
  -webkit-transition: 500ms;
  transition: 500ms;
  opacity: 1;
}

.brand-one__single:hover .brand-one__img > img {
  opacity: 0.7;
}

/*--------------------------------------------------------------
# Brand Two
--------------------------------------------------------------*/
.brand-two {
  position: relative;
  display: block;
  padding: 120px 0 118px;
  border-top: 1px solid var(--erepair-bdr-color);
  z-index: 1;
}

.brand-two__inner {
  position: relative;
  display: block;
}

.brand-two__carousel {
  position: relative;
  display: block;
}

.brand-two__single {
  position: relative;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.brand-two__img {
  position: relative;
  z-index: 10;
}

.brand-two__img > img {
  position: relative;
  width: auto !important;
  -webkit-transition: 500ms;
  transition: 500ms;
  opacity: 1;
}

.brand-two__single:hover .brand-two__img > img {
  opacity: 0.7;
}

/*--------------------------------------------------------------
# Skill One
--------------------------------------------------------------*/
.skill-one {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.skill-one__left {
  position: relative;
  display: block;
  margin-right: 60px;
}

.skill-one__text-2 {
  padding-top: 33px;
}

.skill-one__progress {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 41px;
}

.skill-one__progress-single {
  position: relative;
  display: block;
}

.skill-one__progress-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  color: var(--erepair-white);
  font-family: var(--erepair-font);
  padding-left: 15px;
}

.skill-one__progress .bar {
  position: relative;
  width: 100%;
  height: 30px;
  background-color: var(--erepair-extra);
  border-radius: 0px;
  margin-bottom: 20px;
}

.skill-one__progress .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 30px;
  border-radius: 0;
  background-color: var(--erepair-base);
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.skill-one__progress .count-text {
  position: absolute;
  right: 15px;
  bottom: 1px;
  color: var(--erepair-white);
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.skill-one__progress .bar-inner.counted .count-text {
  opacity: 1;
}

.skill-one__progress .bar.marb-0 {
  margin-bottom: 0;
}

.skill-one__right {
  position: relative;
  display: block;
  margin-left: 145px;
}

.skill-one__right-img-box {
  position: relative;
  display: block;
}

.skill-one__right-img {
  position: relative;
  display: block;
  border-radius: 7px;
  background-color: var(--erepair-base);
}

.skill-one__right-img img {
  width: 100%;
  border-radius: 7px;
  mix-blend-mode: multiply;
}

.skill-one__video-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.skill-one__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 17px;
  color: var(--erepair-base);
  background-color: rgba(var(--erepair-white-rgb), 0.3);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: 1;
}

.skill-one__video-icon:hover {
  color: var(--erepair-white);
}

.skill-one__video-icon:before {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background-color: var(--erepair-white);
  border-radius: 50%;
  content: "";
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: -1;
}

.skill-one__video-icon:hover::before {
  background-color: var(--erepair-base);
}

.skill-one__video-link .ripple,
.skill-one__video-icon .ripple:before,
.skill-one__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75px;
  height: 75px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--erepair-white-rgb), 0.3);
  -o-box-shadow: 0 0 0 0 rgba(var(--erepair-white-rgb), 0.3);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--erepair-white-rgb), 0.3);
  box-shadow: 0 0 0 0 rgba(var(--erepair-white-rgb), 0.3);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  border-radius: 50%;
}

.skill-one__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.skill-one__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.skill-one__video-content {
  position: absolute;
  top: 50%;
  left: -98px;
  max-width: 195px;
  background-color: var(--erepair-white);
  box-shadow: 0px 8px 29px 0px rgba(0, 0, 0, 0.1);
  padding: 52px 24px 52px;
  border-radius: 6px;
  transform: translateY(-50%);
  z-index: 2;
}

.skill-one__video-content p {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: var(--erepair-black);
}

/*--------------------------------------------------------------
# team
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Team One
--------------------------------------------------------------*/
.team-one {
  position: relative;
  display: block;
  background-color: var(--erepair-extra);
  padding: 120px 0 240px;
  z-index: 1;
}

.team-one__top {
  position: relative;
  display: block;
  margin-bottom: 56px;
}

.team-one__top .section-title-two {
  margin-bottom: 0;
}

.team-one__text {
  margin-top: 75px;
}

.team-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.team-one__img-box {
  position: relative;
  display: block;
}

.team-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
}

.team-one__img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--erepair-black);
  opacity: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.team-one__single:hover .team-one__img::before {
  opacity: 0.5;
}

.team-one__img img {
  width: 100%;
  border-radius: 20px;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.team-one__single:hover .team-one__img img {
  transform: scale(1.05) rotate(0deg);
}

.team-one__content {
  /* position: absolute;
  bottom: 20px;
  left: 40px;
  right: 40px; */
  text-align: center;
  background-color: var(--erepair-white);
  border-radius: 20px;
  padding: 23px 30px 0px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2;
}

.team-one__single:hover .team-one__content {
  padding: 23px 30px 28px;
}

.team-one__title {
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
}

.team-one__title a {
  color: var(--erepair-black);
}

.team-one__title a:hover {
  color: var(--erepair-base);
}

.team-one__sub-title {
  font-size: 21px;
  line-height: 31px;
  margin-top: 9px;
  margin-bottom: 7px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__single:hover .team-one__sub-title {
  margin-bottom: 13px;
}

.team-one__social {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background-position: center bottom;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
}

.team-one__single:hover .team-one__social {
  transform: scaleY(1);
}

.team-one__social a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: var(--erepair-gray);
}

.team-one__social a:hover {
  color: var(--erepair-base);
}

/*--------------------------------------------------------------
# Team Page
--------------------------------------------------------------*/
.team-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/
.team-details {
  position: relative;
  display: block;
}

.team-details__inner {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.team-details__left {
  position: relative;
  display: block;
  margin-left: 55px;
  margin-right: 55px;
  background: var(--erepair-white);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.08);
}

.team-details__img {
  position: relative;
  display: block;
}

.team-details__img img {
  width: 100%;
}

.team-details__contact-box {
  position: relative;
  display: block;
  padding: 28px 30px 28px;
}

.team-details__contact-title {
  position: relative;
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.team-details__contact-title::before {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: var(--erepair-base);
}

.team-details__contact-list {
  position: relative;
  display: block;
  margin-top: 34px;
  margin-bottom: 17px;
}

.team-details__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.team-details__contact-list li + li {
  margin-top: 10px;
}

.team-details__contact-list li .icon {
  position: relative;
  display: inline-block;
}

.team-details__contact-list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: var(--erepair-base);
}

.team-details__contact-list li p {
  margin-left: 17px;
}

.team-details__contact-list li p a {
  color: var(--erepair-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-details__contact-list li p a:hover {
  color: var(--erepair-base);
}

.team-details__social {
  position: relative;
  display: flex;
  align-items: center;
}

.team-details__social a {
  font-size: 19px;
  color: var(--erepair-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-details__social a:hover {
  color: var(--erepair-base);
}

.team-details__social a + a {
  margin-left: 20px;
}

.team-details__right {
  position: relative;
  display: block;
  margin-top: -11px;
  margin-left: -8px;
}

.team-details__title-1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}

.team-details__sub-title {
  font-size: 16px;
  color: var(--erepair-gray);
  margin-top: 2px;
  margin-bottom: 17px;
}

.team-details__title-2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  margin-top: 70px;
  margin-bottom: 16px;
}

.team-details__progress-list {
  position: relative;
  display: block;
  max-width: 570px;
  margin-top: 39px;
}

.team-details__progress {
  position: relative;
  display: block;
}

.team-details__progress + .team-details__progress {
  margin-top: 29px;
}

.team-details__progress-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 11px;
  color: var(--erepair-black);
}

.team-details__progress .bar {
  position: relative;
  width: 100%;
  height: 12px;
  background-color: var(--erepair-extra);
  border-radius: 6px;
}

.team-details__progress .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 12px;
  border-radius: 6px;
  background-color: var(--erepair-base);
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.team-details__progress .count-text {
  position: absolute;
  right: 0;
  bottom: 23px;
  color: var(--erepair-base);
  line-height: 24px;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  font-family: var(--erepair-font-two);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-details__progress .bar-inner.counted .count-text {
  opacity: 1;
}

.team-details__progress .bar.marb-0 {
  margin-bottom: 0;
}

.brand-one__img img {
  max-height: 90px;
}

/*--------------------------------------------------------------
# Video One
--------------------------------------------------------------*/
.video-one {
  position: relative;
  display: block;
  padding: 120px 0 270px;
  z-index: 1;
}

.video-one__sahpe-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  animation: topBottom 3s ease-in-out infinite;
  z-index: -1;
}

.video-one__sahpe-1 img {
  width: auto;
  filter: invert(1);
  opacity: 0.05;
}

.video-one__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc((100% - 74px) / 2);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}

.video-one__right {
  position: relative;
  display: block;
  margin-left: 38px;
}

.video-one__right .section-title {
  margin-bottom: 24px;
}

.video-one__text-2 {
  margin-top: 29px;
  margin-bottom: 40px;
}

.video-one__btn-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
}

.video-one__video-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}

.video-one__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 20px;
  color: var(--erepair-base);
  background-color: rgba(var(--erepair-black-rgb), 0.8);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  margin: 0 auto;
}

.video-one__video-icon::before {
  content: "";
  position: absolute;
  top: -9px;
  left: -9px;
  right: -9px;
  bottom: -9px;
  border: 9px solid rgba(var(--erepair-black-rgb), 0.4);
  border-radius: 50%;
}

.video-one__video-icon:hover {
  background-color: var(--erepair-black);
  color: var(--erepair-base);
}

.video-one__video-link .ripple,
.video-one__video-icon .ripple:before,
.video-one__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--erepair-black-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--erepair-black-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--erepair-black-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--erepair-black-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.video-one__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.video-one__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/
.counter-one {
  position: relative;
  display: block;
  padding: 50px 0;
  background-color: #f3f3f3;
  z-index: 2;
}

.counter-one__inner {
  position: relative;
  display: block;
  background-color: #070065;
  padding: 104px 0 84px;
  border-radius: 20px;
}

.counter-one__single {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 24px;
}

.counter-one__single::before {
  content: "";
  position: absolute;
  bottom: -44px;
  left: -9px;
  top: -47px;
  width: 1px;
  background-color: rgba(var(--erepair-white-rgb), 0.3);
}

.counter-one__single-1::before {
  display: none;
}

.counter-one__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.counter-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 110px;
  color: rgba(var(--erepair-white-rgb), 0.1);
}

.counter-one__count-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.counter-one__count-box h3 {
  font-size: 48px;
  font-weight: 600;
  line-height: 48px !important;
  font-family: var(--erepair-font-2) !important;
  letter-spacing: -1.44px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

/* .counter-one__single:hover .counter-one__count-box h3 {
  color: var(--erepair-base);
} */

.counter-one__count-box span {
  font-size: 48px;
  font-weight: 600;
  line-height: 48px !important;
  font-family: var(--erepair-font-2) !important;
  color: var(--erepair-white);
  letter-spacing: -1.44px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.counter-one__single:hover .counter-one__count-box span {
  color: #e02e28;
}

.counter-one__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  font-family: var(--erepair-font-2);
  color: var(--erepair-white);
  margin-top: 11px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.counter-one__single:hover .counter-one__text {
  color: #e02e28;
}

/*--------------------------------------------------------------
# Counter Two
--------------------------------------------------------------*/
.counter-two {
  position: relative;
  display: block;
}

.counter-two__inner {
  position: relative;
  display: block;
  background-color: #232323;
  border: 1px solid rgba(var(--erepair-white-rgb), 0.2);
  border-radius: 20px;
  padding: 59px 0 37px;
}

.counter-two__single {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 24px;
}

.counter-two__single::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: -9px;
  top: 0px;
  width: 1px;
  background-color: #6e777d;
}

.counter-two__single-1::before {
  display: none;
}

.counter-two__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background-color: var(--erepair-primary);
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  z-index: 1;
}

.counter-two__icon:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: 50%;
  background-color: var(--erepair-white);
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.counter-two__single:hover .counter-two__icon:before {
  transform: scaleX(1);
}

.counter-two__single-2 .counter-two__icon {
  background-color: var(--erepair-base);
}

.counter-two__single-4 .counter-two__icon {
  background-color: var(--erepair-base);
}

.counter-two__icon span {
  position: relative;
  display: inline-block;
  font-size: 36px;
  color: var(--erepair-base);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.counter-two__single:hover .counter-two__icon span {
  transform: scale(0.9);
  color: var(--erepair-black);
}

.counter-two__single-2 .counter-two__icon span {
  color: var(--erepair-white);
}

.counter-two__single-4 .counter-two__icon span {
  color: var(--erepair-white);
}

.counter-two__count-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  margin-bottom: 13px;
}

.counter-two__count-box h3 {
  font-size: 48px;
  font-weight: 600;
  line-height: 48px !important;
  font-family: var(--erepair-font-2) !important;
  letter-spacing: -1.44px;
  top: 2px;
}

.counter-two__count-box span {
  font-size: 48px;
  font-weight: 600;
  line-height: 48px !important;
  font-family: var(--erepair-font-2) !important;
  color: var(--erepair-white);
  letter-spacing: -1.44px;
}

.counter-two__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  font-family: var(--erepair-font-2);
  color: rgba(var(--erepair-white-rgb), 0.8);
}

/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Pricing One
--------------------------------------------------------------*/
.pricing-one {
  position: relative;
  display: block;
  padding: 0 0 90px;
  z-index: 1;
}

.pricing-one__shape-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  animation: topBottom 3s ease-in-out infinite;
  z-index: -1;
}

.pricing-one__shape-1 img {
  width: auto;
  filter: invert(1);
  opacity: 0.05;
}

.pricing-one__single {
  position: relative;
  display: block;
  background-color: var(--erepair-extra);
  border-radius: 20px;
  margin-bottom: 30px;
  z-index: 1;
}

.pricing-one__single::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  background-color: var(--erepair-black);
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}

.pricing-one__single:hover::before {
  transform: scaleX(1) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.pricing-one__price-pack {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(var(--erepair-base-rgb), 0.2);
  padding: 43px 40px 24px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pricing-one__single:hover .pricing-one__price-pack {
  border-bottom: 1px solid rgba(var(--erepair-white-rgb), 0.2);
}

.pricing-one__price-month {
  position: relative;
  display: block;
}

.pricing-one__price-month h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.72px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pricing-one__single:hover .pricing-one__price-month h3 {
  color: var(--erepair-white);
}

.pricing-one__price-month p {
  font-family: var(--erepair-font-2);
  color: var(--erepair-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pricing-one__single:hover .pricing-one__price-month p {
  color: #dddddd;
}

.pricing-one__price-pack h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -1.44px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pricing-one__single:hover .pricing-one__price-pack > h2 {
  color: var(--erepair-white);
}

.pricing-one__points-and-btn {
  position: relative;
  display: block;
  padding: 30px 40px 40px;
}

.pricing-one__price-points {
  position: relative;
  display: block;
}

.pricing-one__price-points li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.pricing-one__price-points li + li {
  margin-top: 17px;
}

.pricing-one__price-points li .icon {
  position: relative;
  display: inline-block;
}

.pricing-one__price-points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--erepair-base);
}

.pricing-one__price-points li p {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pricing-one__single:hover .pricing-one__price-points li p {
  color: #dddddd;
}

.pricing-one__btn-box {
  position: relative;
  display: block;
  margin-top: 40px;
}

.pricing-one__single:hover .pricing-one__btn {
  color: var(--erepair-white);
  background-color: var(--erepair-base);
}

/*--------------------------------------------------------------
# Pricing Two
--------------------------------------------------------------*/
.pricing-two {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  overflow: hidden;
  z-index: 1;
}

.pricing-two__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.pricing-two__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
  z-index: 1;
}

.pricing-two__title-box {
  position: relative;
  display: block;
  background-color: var(--erepair-extra);
  text-align: center;
  padding: 43px 0 50px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  z-index: 1;
}

.pricing-two__title-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: var(--erepair-black);
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}

.pricing-two__single:hover .pricing-two__title-box::before {
  transform: scaleX(1) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.pricing-two__title-box h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.72px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pricing-two__single:hover .pricing-two__title-box h3 {
  color: var(--erepair-white);
}

.pricing-two__title-box p {
  font-family: var(--erepair-font-2);
  color: var(--erepair-black);
  margin-top: 4px;
  margin-bottom: 9px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pricing-two__single:hover .pricing-two__title-box p {
  color: var(--erepair-white);
}

.pricing-two__title-box h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -1.44px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pricing-two__single:hover .pricing-two__title-box h2 {
  color: var(--erepair-white);
}

.pricing-two__content {
  position: relative;
  display: block;
  background: #ffffff;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
  padding: 35px 30px 40px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 1;
}

.pricing-two__price-points {
  position: relative;
  display: block;
}

.pricing-two__price-points li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.pricing-two__price-points li + li {
  margin-top: 17px;
}

.pricing-two__price-points li .icon {
  position: relative;
  display: inline-block;
}

.pricing-two__price-points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--erepair-base);
}

.pricing-two__price-points li p {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pricing-two__btn-box {
  position: relative;
  display: block;
  margin-top: 32px;
}

/*--------------------------------------------------------------
# Pricing Three
--------------------------------------------------------------*/
.pricing-three {
  padding: 120px 0 90px;
}

/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  display: block;
  background-color: #050049;

  overflow: hidden;
  z-index: 1;
}

.site-footer__shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.site-footer__shape-1 img {
  width: auto;
  opacity: 0.1;
}

.site-footer__top {
  position: relative;
  display: block;
  padding: 40px 0 40px;
}

.footer-widget__about {
  position: relative;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  height: 100%;
  justify-content: center;
}

.footer-widget__logo {
  position: relative;
  display: block;
}
.footer-widget__logo img {
  max-height: 70px;
}

.footer-widget__about-text {
  color: #dddddd;
  margin-top: 24px;
  margin-bottom: 25px;
}

.site-footer__social {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex; */

  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.site-footer__social a {
  position: relative;
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--erepair-white);
  background-color: #383838;
  font-size: 12px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.site-footer__social a:hover {
  color: var(--erepair-black);
  background-color: var(--erepair-primary);
}

.site-footer__social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--erepair-primary);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.site-footer__social a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.site-footer__social a + a {
  margin-left: 16px;
}

.footer-widget__title-box {
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.footer-widget__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: var(--erepair-white);
  letter-spacing: -0.72px;
  text-transform: capitalize;
}

.footer-widget__usefull-link {
  position: relative;
  display: block;
  margin-left: 28px;
}

.footer-widget__link-box {
  position: relative;
  display: block;
}

.footer-widget__link {
  position: relative;
  display: block;
}

.footer-widget__link li {
  position: relative;
  display: block;
}

.footer-widget__link li + li {
  margin-top: 12px;
}

.footer-widget__link li a {
  color: #dddddd;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__link li a:hover {
  color: var(--erepair-base);
}

.footer-widget__link-2 {
  margin-left: 55px;
}

.footer-widget__services {
  position: relative;
  display: block;
  margin-left: 85px;
}

.footer-widget__contact {
  position: relative;
  flex-direction: column;
  display: flex;
  align-items: center;
  height: 100%;
  margin: 20px auto;
}

.footer-widget__contact-list {
  position: relative;
  display: block;
}

.footer-widget__contact-list li {
  position: relative;
  display: block;
}

.footer-widget__contact-list li + li {
  margin-top: 19px;
}

.footer-widget__contact-list li h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  color: var(--erepair-extra);
  margin-bottom: 3px;
}

.footer-widget__contact-list li .content {
  position: relative;
  display: block;
}

.footer-widget__contact-list li .content p {
  color: #dddddd;
}

.footer-widget__contact-list li .content p a {
  color: #dddddd;
}

.footer-widget__contact-list li .content p a:hover {
  color: var(--erepair-base);
}

.site-footer__bottom {
  position: relative;
  background-color: #04003f;
  display: block;
  border-top: 1px solid rgba(var(--erepair-white-rgb), 0.1);
}

.site-footer__bottom-inner {
  position: relative;

  width: 100%;
  text-align: center !important;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 0 10px;
}

.site-footer__bottom-text {
  color: #dddddd;
}

.site-footer__bottom-menu {
  position: relative;
  display: flex;
  align-items: center;
}

.site-footer__bottom-menu li {
  position: relative;
  display: block;
}

.site-footer__bottom-menu li + li {
  margin-left: 30px;
}

.site-footer__bottom-menu li a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #dddddd;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer__bottom-menu li a:hover {
  color: var(--erepair-base);
}

/*--------------------------------------------------------------
# Site Footer Two
--------------------------------------------------------------*/
.site-footer-two {
  position: relative;
  display: block;
  background-color: var(--erepair-black);
  overflow: hidden;
  z-index: 1;
}

.site-footer-two__bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.05;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.site-footer-two__top {
  position: relative;
  display: block;
  padding: 120px 0 81px;
}

.footer-widget-two__about {
  position: relative;
  display: block;
}

.footer-widget-two__logo {
  position: relative;
  display: block;
}

.footer-widget-two__about-text {
  color: #dddddd;
  margin-top: 20px;
  margin-bottom: 22px;
}

.footer-widget-two__contact {
  position: relative;
  display: block;
}

.footer-widget-two__contact li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 13px;
}

.footer-widget-two__contact li + li {
  margin-top: 14px;
}

.footer-widget-two__contact li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: #232323;
  border-radius: 50%;
}

.footer-widget-two__contact li .icon span {
  position: relative;
  display: inline-block;
  font-size: 22px;
  color: var(--erepair-base);
}

.footer-widget-two__contact li .content {
  position: relative;
  display: block;
}

.footer-widget-two__contact li .content h3 {
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  color: var(--erepair-white);
}

.footer-widget-two__contact li .content p {
  color: #dddddd;
}

.footer-widget-two__contact li .content p a {
  color: #dddddd;
}

.footer-widget-two__contact li .content p a:hover {
  color: var(--erepair-base);
}

.footer-widget-two__title-box {
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.footer-widget-two__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: var(--erepair-white);
  letter-spacing: -0.72px;
  text-transform: capitalize;
}

.footer-widget-two__usefull-link {
  position: relative;
  display: block;
  margin-left: 30px;
}

.footer-widget-two__link-box {
  position: relative;
  display: block;
}

.footer-widget-two__link {
  position: relative;
  display: block;
}

.footer-widget-two__link li {
  position: relative;
  display: block;
}

.footer-widget-two__link li + li {
  margin-top: 12px;
}

.footer-widget-two__link li a {
  color: #dddddd;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget-two__link li a:hover {
  color: var(--erepair-base);
}

.footer-widget-two__link-2 {
  margin-left: 55px;
}

.footer-widget-two__services {
  position: relative;
  display: block;
  margin-left: 50px;
}

.footer-widget-two__newsletter {
  position: relative;
  display: block;
}

.footer-widget-two__newsletter-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.72px;
  color: var(--erepair-white);
}

.footer-widget-two__newsletter-form {
  position: relative;
  display: block;
  margin-top: 5px;
}

.footer-widget-two__newsletter-form-input-box {
  position: relative;
  display: block;
}

.footer-widget-two__newsletter-form-input-box input[type="email"] {
  font-size: 16px;
  height: 52px;
  width: 100%;
  background-color: transparent;
  outline: none;
  border: none;
  border-bottom: 1px solid rgba(var(--erepair-white-rgb), 0.1);
  color: var(--erepair-gray);
  font-weight: 400;
  border-radius: 0;
  padding-right: 65px;
}

.footer-widget-two__newsletter-btn {
  position: absolute;
  top: 50%;
  right: 8px;
  border: none;
  width: 44px;
  height: 44px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--erepair-base);
  background-color: #232323;
  border-radius: 50%;
  transform: translateY(-50%);
}

.footer-widget-two__newsletter-btn:hover {
  color: var(--erepair-base);
  background-color: var(--erepair-white);
}

.site-footer-two__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 27px;
}

.site-footer-two__social a {
  position: relative;
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--erepair-base);
  background-color: #232323;
  font-size: 12px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.site-footer-two__social a:hover {
  color: var(--erepair-white);
  background-color: var(--erepair-base);
}

.site-footer-two__social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--erepair-base);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.site-footer-two__social a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.site-footer-two__social a + a {
  margin-left: 16px;
}

.site-footer-two__bottom {
  position: relative;
  display: block;
  background-color: #232323;
}

.site-footer-two__bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 26px 0 25px;
}

.site-footer-two__bottom-text {
  color: var(--erepair-extra);
}

.site-footer-two__bottom-menu {
  position: relative;
  display: flex;
  align-items: center;
}

.site-footer-two__bottom-menu li {
  position: relative;
  display: block;
}

.site-footer-two__bottom-menu li + li {
  margin-left: 30px;
}

.site-footer-two__bottom-menu li a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: var(--erepair-extra);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer-two__bottom-menu li a:hover {
  color: var(--erepair-base);
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer-three {
  position: relative;
  display: block;
  background-color: var(--erepair-black);
  overflow: hidden;
  z-index: 1;
}

.site-footer-three__shape-1 {
  position: absolute;
  top: 0;
  left: -480px;
  z-index: -1;
}

.site-footer-three__shape-1 img {
  width: auto;
  opacity: 0.1;
}

.site-footer-three__shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.site-footer-three__shape-2 img {
  width: auto;
}

.site-footer-three__top {
  position: relative;
  display: block;
  padding: 111px 0 120px;
}

.footer-widget-three__title-box {
  position: relative;
  display: block;
  margin-bottom: 23px;
}

.footer-widget-three__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: var(--erepair-white);
  letter-spacing: -0.72px;
  text-transform: capitalize;
}

.footer-widget-three__about {
  position: relative;
  display: block;
}

.footer-widget-three__about-content {
  position: relative;
  display: block;
}

.footer-widget-three__about-content p {
  color: var(--erepair-bdr-color);
}

.footer-widget-three__about-content h4 {
  font-size: 20px;
  color: var(--erepair-white);
  line-height: 30px;
  font-weight: 500;
  margin-top: 12px;
  margin-bottom: 12px;
}

.footer-widget-three__about-google-map {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-transform: uppercase;
  font-family: var(--erepair-font-2);
  color: var(--erepair-white);
}

.footer-widget-three__about-google-map::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 1px;
  background-color: rgba(var(--erepair-white-rgb), 0.3);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget-three__about-google-map:hover:before {
  background-color: rgba(var(--erepair-base-rgb), 1);
}

.footer-widget-three__about-google-map:hover {
  color: var(--erepair-base);
}

.footer-widget-two__social {
  position: relative;
  display: block;
  text-align: center;
}

.footer-widget-three__social-text {
  font-size: 30px;
  color: var(--erepair-bdr-color);
  text-transform: capitalize;
  line-height: 40px;
  margin-bottom: 40px;
}

.site-footer-three__social {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.site-footer-three__social a {
  position: relative;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--erepair-base);
  background-color: #232323;
  font-size: 15px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.site-footer-three__social a:hover {
  color: var(--erepair-white);
  background-color: var(--erepair-base);
}

.site-footer-three__social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--erepair-base);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.site-footer-three__social a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.footer-widget-three__newsletter {
  position: relative;
  display: block;
}

.footer-widget-three__newsletter-text {
  color: var(--erepair-bdr-color);
}

.footer-widget-three__newsletter-form {
  position: relative;
  display: block;
  margin-top: 5px;
}

.footer-widget-three__newsletter-form-input-box {
  position: relative;
  display: block;
  margin-top: 11px;
  margin-bottom: 20px;
}

.footer-widget-three__newsletter-form-input-box input[type="email"] {
  font-size: 16px;
  height: 50px;
  width: 100%;
  background-color: transparent;
  outline: none;
  border: 1px solid rgba(var(--erepair-white-rgb), 0.1);
  color: var(--erepair-gray);
  font-weight: 400;
  border-radius: 12px;
  padding: 0 20px;
}

.site-footer-three__bottom {
  position: relative;
  display: block;
  background-color: #232323;
}

.site-footer-three__bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 26px 0 25px;
}

.site-footer-three__bottom-text {
  color: var(--erepair-extra);
}

.site-footer-three__logo {
  position: relative;
  display: block;
}

.site-footer-three__bottom-menu {
  position: relative;
  display: flex;
  align-items: center;
}

.site-footer-three__bottom-menu li {
  position: relative;
  display: block;
}

.site-footer-three__bottom-menu li + li {
  margin-left: 30px;
}

.site-footer-three__bottom-menu li a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: var(--erepair-extra);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer-three__bottom-menu li a:hover {
  color: var(--erepair-base);
}

/*--------------------------------------------------------------
# Update 1.0 Footer
--------------------------------------------------------------*/
.site-footer--two {
  margin-top: 0;
}

.site-footer--two .site-footer__top {
  padding: 120px 0 81px;
}

/*--------------------------------------------------------------
# conatct
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Contact One
--------------------------------------------------------------*/
.contact-and-counter {
  position: relative;
  display: block;
  padding: 50px 0px;
  z-index: 1;
}

.contact-and-counter__inner {
  position: relative;
  display: block;
  max-width: 1410px;
  margin: 0 auto;
  background-color: #18949d;
  border-radius: 20px;
  padding: 50px 0 50px;
}

.contact-one {
  position: relative;
  display: block;
  padding-bottom: 30px;
  z-index: 2;
}

.contact-one__left {
  position: relative;
  display: block;
  margin-right: 30px;
  margin-left: 60px;
}

.contact-one__img {
  position: relative;
  display: block;
}

.contact-one__img img {
  width: 100%;
  border-radius: 20px;
}

.contact-one__right {
  position: relative;
  display: block;
  margin-top: 11px;
  margin-left: 20px;
  margin-right: 60px;
}

.contact-one__form-title {
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: -1.44px;
  color: var(--erepair-white);
  text-transform: capitalize;
  margin-bottom: 29px;
}

.contact-one__form {
  position: relative;
  display: block;
}

.contact-one__input-box {
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.contact-one__input-box input[type="text"],
.contact-one__input-box input[type="email"] {
  height: 80px;
  width: 100%;
  background-color: #f5f5f5;
  border: 1px solid #6e777d;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  color: var(--erepair-black);
  display: block;
  border-radius: 20px;
}

.contact-one__input-box .select-box {
  width: 100%;
}

.contact-one__input-box .nice-select {
  height: 80px;
  width: 100%;
  background-color: #232323;
  border: 1px solid #6e777d;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 16px;
  color: var(--erepair-white);
  display: block;
  font-weight: 400;
  border-radius: 20px;
  line-height: 80px;
  float: none;
}

.contact-one__input-box .nice-select:after {
  position: absolute;
  top: 34px;
  right: 20px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid var(--erepair-white);
  border-right: 2px solid var(--erepair-white);
  margin-top: 0px;
  z-index: 10;
}

.contact-one__input-box .nice-select .option {
  color: var(--erepair-white);
}

.contact-one__input-box .nice-select .list {
  background-color: var(--erepair-base);
}

.contact-one__input-box .nice-select .option:hover,
.contact-one__input-box .nice-select .option.focus,
.contact-one__input-box .nice-select .option.selected.focus {
  color: var(--erepair-white);
}

.contact-one__btn-box {
  position: relative;
  display: block;
}

/*--------------------------------------------------------------
# Contact Two
--------------------------------------------------------------*/
.contact-two {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.contact-two__single {
  position: relative;
  display: block;
  border-radius: 20px;
  background-color: #070065;
  text-align: center;
  padding: 40px 40px 41px;
  margin-bottom: 30px;
}

.contact-two__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background-color: var(--erepair-white);
  border: 1px solid var(--erepair-bdr-color);
  border-radius: 50%;
  margin: 0 auto;
  z-index: 1;
}

.contact-two__icon:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: 50%;
  background-color: #e02f28;
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.contact-two__single:hover .contact-two__icon:before {
  transform: scaleX(1);
}

.contact-two__icon span {
  position: relative;
  display: inline-block;
  font-size: 32px;
  color: var(--erepair-black);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.contact-two__single:hover .contact-two__icon span {
  transform: scale(0.9);
  color: var(--erepair-white);
}

.contact-two__single p {
  margin-top: 20px;
  margin-bottom: 5px;
  color: #fff;
}

.contact-two__single h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.72px;
  color: #fff;
}

.contact-two__single h3 a {
  color: #fff;
}

.contact-two__single h3 a:hover {
  color: var(--erepair-base);
}

/*--------------------------------------------------------------
# Contact Three
--------------------------------------------------------------*/
.contact-three {
  position: relative;
  display: block;
  padding: 0 0 120px;
  z-index: 1;
}

.contact-three__inner {
  position: relative;
  display: block;
  background-color: #ededed;
  border-radius: 20px;
  padding: 60px 0 60px;
}

.contact-three__left {
  position: relative;
  display: block;
  margin-left: 60px;
  margin-right: 10px;
}

.google-map__one {
  position: relative;
  display: block;
  border: none;
  height: 523px;
  width: 100%;
  border-radius: 20px;
}

.contact-three__right {
  position: relative;
  display: block;
  margin-left: 20px;
  margin-right: 40px;
}

.contact-three__form-title {
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: -1.44px;
  color: var(--erepair-white);
  margin-bottom: 26px;
}

.contact-three__form {
  position: relative;
  display: block;
}

.contact-three__input-box {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.contact-three__input-box input[type="text"],
.contact-three__input-box input[type="email"],
.contact-three__input-box input[type="number"] {
  height: 57px;
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(var(--erepair-white-rgb), 0.1);
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  color: var(--erepair-black);
  display: block;
  border-radius: 20px;
}

.contact-three__input-box .select-box {
  width: 100%;
}

.contact-three__input-box .nice-select {
  height: 57px;
  width: 100%;
  background-color: #232323;
  border: 1px solid rgba(var(--erepair-white-rgb), 0.1);
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 16px;
  color: var(--erepair-gray);
  display: block;
  font-weight: 400;
  border-radius: 20px;
  line-height: 57px;
  float: none;
}

.contact-three__input-box .nice-select:after {
  position: absolute;
  top: 22px;
  right: 20px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid var(--erepair-gray);
  border-right: 2px solid var(--erepair-gray);
  margin-top: 0px;
  z-index: 10;
}

.contact-three__input-box .nice-select .option {
  color: var(--erepair-white);
}

.contact-three__input-box .nice-select .list {
  background-color: var(--erepair-base);
}

.contact-three__input-box .nice-select .option:hover,
.contact-three__input-box .nice-select .option.focus,
.contact-three__input-box .nice-select .option.selected.focus {
  color: var(--erepair-white);
}

.contact-three__input-box textarea {
  font-size: 16px;
  color: var(--erepair-black);
  height: 175px;
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(var(--erepair-white-rgb), 0.1);
  padding: 15px 20px 30px;
  border-radius: 20px;
  outline: none;
  font-weight: 400;
  position: relative;
  display: block;
}

.contact-three__input-box.text-message-box {
  height: 175px;
}

.contact-three__btn-box {
  position: relative;
  display: block;
}

.lines {
  height: 2px;
  width: 70%;
  margin: 0 auto;
  background-color: #070065;
  margin-top: 5%;
}

.logo-box img {
  max-height: 70px;
  max-width: 100%;
}

/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  display: block;
  background-color: var(--erepair-extra);
  overflow: hidden;
  z-index: 1;
}

.page-header__shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.05;
  animation: leftRight 4s ease-in-out infinite;
  z-index: -1;
}

.page-header__shape-1 img {
  width: auto;
}

.page-header__img-1 {
  position: absolute;
  bottom: 0;
  right: 100px;
  animation: topBottom 3s ease-in-out infinite;
}

.page-header__img-1 img {
  width: auto;
}

.page-header__inner {
  position: relative;
  display: block;
  padding: 5% 0;
  z-index: 15;
}

.page-header__inner h3 {
  font-size: 6vh;
  color: var(--erepair-white);
  line-height: 70px;
  font-weight: 600;
  letter-spacing: -1.8px;
  margin-bottom: 15px;
}

.thm-breadcrumb__inner {
  position: relative;
  display: block;
}

.thm-breadcrumb {
  position: relative;
  display: block;
}

.thm-breadcrumb li {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  color: var(--erepair-black);
  font-family: var(--erepair-font-2);
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li + li {
  margin-left: 5px;
}

.thm-breadcrumb li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  color: var(--erepair-black);
  font-family: var(--erepair-font-2);
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
  color: var(--erepair-base);
  opacity: 1;
}

.thm-breadcrumb li span {
  font-size: 12px;
  color: var(--erepair-base);
}

/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/
.services-one {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.services-one__inner {
  position: relative;
  display: block;
  background-color: #f3f3f3;
  padding: 60px 60px 40px;
  border-bottom: 2px solid #070063;
  border-radius: 20px;
}

.services-one__service-list {
  position: relative;
  display: flex;
}

.services-one__service-list li {
  position: relative;
  display: block;
  width: 33.3333333333%;
  float: left;
}

.services-one__service-list li:first-child .services-one__single::before {
  display: none;
}

.services-one__service-list li:nth-child(2) .services-one__single {
  padding-left: 50px;
}

.services-one__service-list li:last-child .services-one__single {
  padding-left: 50px;
}

.services-one__single {
  position: relative;
  display: block;
  padding-right: 50px;
  margin-bottom: 21px;
}

.services-one__single::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0px;
  bottom: -6px;
  width: 1px;
  background-color: #dddddd;
}

.services-one__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #070065;
  box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
  border-radius: 50%;
  z-index: 1;
}

.services-one__icon:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: 50%;
  background-color: var(--erepair-base);
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: -1;
}

.services-one__single:hover .services-one__icon:before {
  transform: scaleX(1);
}

.services-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 36px;
  color: #fff;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.services-one__single:hover .services-one__icon span {
  transform: scale(0.9);
  color: var(--erepair-white);
}

.services-one__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.72px;
  margin-bottom: 16px;
  margin-top: 16px;
}

.services-one__title a {
  color: var(--erepair-black);
}

.services-one__title a:hover {
  color: var(--erepair-base);
}

.services-one__text br {
  display: none;
}

/*--------------------------------------------------------------
# Services Two
--------------------------------------------------------------*/
.services-two {
  position: relative;
  display: block;
  padding: 50px 0px;
  z-index: 1;
}

.services-two__shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.services-two__shape-1 img {
  width: auto;
  filter: invert(1);
  opacity: 0.05;
}

.services-two__single {
  position: relative;
  display: block;
  margin-left: 30px;
  background: #ffffff;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 34px 30px 26px;
  padding-left: 100px;
  margin-bottom: 30px;
}

.services-two__sub-title {
  font-family: var(--erepair-font-2);
  color: var(--erepair-base);
}

.services-two__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.72px;
  margin-top: 4px;
  margin-bottom: 21px;
}

.services-two__title a {
  color: var(--erepair-black);
}

.services-two__title a:hover {
  color: var(--erepair-base);
}

.services-two__learn-more {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-transform: uppercase;
  font-family: var(--erepair-font-2);
  color: var(--erepair-black);
  margin-top: 25px;
}

.services-two__learn-more::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--erepair-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-two__learn-more:hover::before {
  background-color: var(--erepair-base);
}

.services-two__learn-more:hover {
  color: var(--erepair-base);
}

.services-two__learn-more span {
  color: var(--erepair-base);
}

.services-two__icon {
  position: absolute;
  top: 40px;
  left: -30px;
  height: 88px;
  width: 100px;
  border: 1px solid var(--erepair-bdr-color);
  border-radius: 20px;
  background-color: #070065;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
}

.services-two__icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  background-color: var(--erepair-base);
  background-position: center bottom;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: -1;
}

.services-two__single:hover .services-two__icon::before {
  transform: scaleY(1);
}

.services-two__icon span {
  position: relative;
  display: inline-block;
  font-size: 43px;
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-two__single:hover .services-two__icon > span {
  color: var(--erepair-white);
}

/*--------------------------------------------------------------
# Services Two
--------------------------------------------------------------*/
.service-three {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.service-three__shape-1 {
  position: absolute;
  top: 100px;
  right: -100px;
  z-index: -1;
}

.service-three__shape-1 img {
  width: auto;
  filter: invert(1);
  opacity: 0.05;
}

.service-three__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.service-three__img-box {
  position: relative;
  display: block;
}

.service-three__img {
  position: relative;
  display: block;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
}

.service-three__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(23, 23, 23, 0) 0%,
    rgba(23, 23, 23, 0.86) 100%
  );
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease,
    -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease,
    -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease,
    -webkit-transform 700ms ease;
  z-index: 1;
}

.service-three__single:hover .service-three__img:before {
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.service-three__img img {
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.service-three__single:hover .service-three__img img {
  transform: scale(1.05) rotate(0deg);
}

.service-three__content {
  position: relative;
  display: block;
  text-align: center;
  background-color: var(--erepair-extra);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 63px 30px 26px;
  z-index: 2;
}

.service-three__icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  left: 50%;
  top: -41px;
  transform: translateX(-50%);
  background-color: var(--erepair-base);
  border: 3px solid var(--erepair-white);
  border-radius: 50%;
}

.service-three__icon:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: 50%;
  background-color: var(--erepair-black);
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.service-three__single:hover .service-three__icon:before {
  transform: scaleX(1);
}

.service-three__icon span {
  position: relative;
  display: inline-block;
  font-size: 36px;
  color: var(--erepair-white);
}

.service-three__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.72px;
}

.service-three__title a {
  color: var(--erepair-black);
}

.service-three__title a:hover {
  color: var(--erepair-base);
}

.service-three__text {
  margin-top: 23px;
  margin-bottom: 21px;
}

.service-three__read-more {
  position: relative;
  display: inline-block;
}

.service-three__read-more a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--erepair-font-2);
  color: var(--erepair-black);
}

.service-three__read-more a:hover {
  color: var(--erepair-base);
}

.service-three__read-more a span {
  color: var(--erepair-base);
}

/*--------------------------------------------------------------
# Services Four
--------------------------------------------------------------*/
.services-four {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  background-color: var(--erepair-extra);
  z-index: 1;
}

.services-four-shape-1 {
  position: absolute;
  top: 10px;
  left: 0;
  opacity: 0.5;
  z-index: -1;
}

.services-four-shape-1 img {
  width: auto;
}

.services-four-shape-2 {
  position: absolute;
  top: 65px;
  right: 0;
  opacity: 0.5;
  z-index: -1;
}

.services-four-shape-2 img {
  width: auto;
}

.services-four__single {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 8px 29px 0px rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-bottom: 30px;
  z-index: 2;
}

.services-four__img {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--erepair-base);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  z-index: 1;
}

.services-four__img:before {
  content: "";
  position: absolute;
  top: -100%;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: var(--erepair-base);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  mix-blend-mode: multiply;
  transition: all 600ms ease 100ms;
  z-index: 1;
}

.services-four__single:hover .services-four__img:before {
  top: 0;
  bottom: 0;
}

.services-four__img img {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-four__single:hover .services-four__img img {
  transform: scale(1.05);
}

.services-four__icon {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--erepair-base);
  border-radius: 4px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2;
}

.services-four__single:hover .services-four__icon {
  background-color: var(--erepair-white);
}

.services-four__icon span {
  font-size: 48px;
  color: var(--erepair-white);
  position: relative;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-four__single:hover .services-four__icon span {
  color: var(--erepair-base);
}

.services-four__content {
  position: relative;
  display: block;
  padding: 22px 30px 30px;
}

.services-four__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.services-four__title a {
  color: var(--erepair-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-four__title a:hover {
  color: var(--erepair-base);
}

.services-four__text {
  margin-top: 15px;
  margin-bottom: 22px;
}

/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/
.service-details {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.service-details__left {
  position: relative;
  display: block;
}

.service-details__img {
  position: relative;
  display: block;
}

.service-details__img img {
  width: 100%;
  border-radius: 20px;
  max-height: 500px;
  object-fit: cover;
}

.service-details__title-1 {
  font-size: 35px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: -1.44px;
  margin-top: 41px;
  margin-bottom: 30px;
}

.service-details__text-1 {
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 10px;
  color: #232323;
  font-family: var(--erepair-font-2);
}

.service-details__text-2 {
  margin-top: 20px;
  margin-bottom: 41px;
}

.service-details__points-list {
  position: relative;
  display: block;
}

.service-details__points-list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}

.service-details__points-list li + li {
  margin-top: 16px;
}

.service-details__points-list li .icon {
  position: relative;
  display: inline-block;
}

.service-details__points-list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--erepair-base);
}

.service-details__points-list li p {
  color: #232323;
}

.service-details__img-box {
  position: relative;
  display: block;
  margin-top: 60px;
}

.service-details__img-box-single {
  position: relative;
  display: block;
  margin-bottom: 21px;
}

.service-details__img-box-img {
  position: relative;
  display: block;
  overflow: hidden;
  height: 400px;
  object-fit: cover;
  margin-bottom: 30px;
  border-radius: 20px;
  z-index: 1;
}

.service-details__img-box-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background: rgb(0, 0, 0);
  border-radius: 20px;
  transition: all 0.5s ease;
  z-index: 1;
}

.service-details__img-box-img:hover:before {
  opacity: 0.2;
}

.service-details__img-box-img img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  height: 400px;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.service-details__img-box-img:hover img {
  transform: scale(1.06) rotate(0deg);
}

.service-details__img-box-content-single {
  position: relative;
  display: block;
  margin-bottom: 21px;
}

.service-details__img-box-content-icon-and-title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}

.service-details__img-box-content-icon {
  position: relative;
  display: inline-block;
}

.service-details__img-box-content-icon span {
  position: relative;
  display: inline-block;
  font-size: 36px;
  color: var(--erepair-base);
}

.service-details__img-box-content-title {
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.72px;
  font-weight: 700;
}

.service-details__img-box-content-text {
  margin-top: 17px;
}

.service-details__sidebar {
  position: relative;
  display: block;
}

.service-details__services-box {
  position: relative;
  display: block;
  padding: 35px 40px 40px;
  background-color: #0f04a4db;
  border-radius: 20px;
  margin-bottom: 60px;
}

.service-details__services-title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 34px;
  letter-spacing: -0.72px;
  margin-bottom: 31px;
}

.service-details__services-list {
  position: relative;
  display: block;
}

.service-details__services-list li {
  position: relative;
  display: block;
}

.service-details__services-list li + li {
  margin-top: 12px;
}

.service-details__services-list li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--erepair-white);
  border: 1px solid var(--erepair-bdr-color);
  border-radius: 20px;
  padding: 13px 20px 14px;
  font-weight: 700;
  font-family: var(--erepair-font-2);
  text-transform: uppercase;
  color: #232323;
  overflow: hidden;
  z-index: 1;
}

.service-details__services-list li:hover a {
  color: var(--erepair-white);
}

.service-details__services-list li.active a {
  color: var(--erepair-white);
}

.service-details__services-list li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--erepair-base);
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  transform-origin: bottom right;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  z-index: -1;
}

.service-details__services-list li:hover a::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: top center;
}

.service-details__services-list li.active a::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: top center;
}

.service-details__services-list li a span {
  color: #6e777d;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-details__services-list li:hover a span {
  color: var(--erepair-white);
}

.service-details__services-list li.active a span {
  color: var(--erepair-white);
}

/*--------------------------------------------------------------
# Services Page
--------------------------------------------------------------*/
.services-page {
  padding: 120px 0 90px;
}

.stricky-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}
/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Project One
--------------------------------------------------------------*/
.project-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.project-one__top {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 58px;
}

.project-one__top .section-title {
  margin-bottom: 0px;
}

.project-one__btn-box {
  position: relative;
  display: block;
}

.project-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.project-one__img-box {
  position: relative;
  display: block;
}

.project-one__img {
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}

.project-one__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background: rgb(0, 0, 0);
  transition: all 0.5s ease;
  z-index: 1;
}

.project-one__single:hover .project-one__img:before {
  opacity: 0.2;
}

.project-one__img img {
  width: 100%;
  border-radius: 20px;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.project-one__single:hover .project-one__img img {
  transform: scale(1.06) rotate(0deg);
}

.project-one__arrow {
  position: absolute;
  top: 30px;
  right: 30px;
  -webkit-transform: scale(0) rotate(80deg);
  transform: scale(0) rotate(80deg);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2;
}

.project-one__single:hover .project-one__arrow {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  transition-delay: 500ms;
  opacity: 1;
}

.project-one__arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background-color: var(--erepair-base);
  border-radius: 50%;
  font-size: 16px;
  color: var(--erepair-white);
}

.project-one__arrow a:hover {
  background-color: var(--erepair-primary);
  color: var(--erepair-black);
}

.project-one__content {
  position: absolute;
  left: 10px;
  bottom: 10px;
  right: 10px;
  padding: 16px 30px 19px;
  background-color: var(--erepair-white);
  border-bottom: 1px solid var(--erepair-black);
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  background-position: center bottom;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: 2;
}

.project-one__single:hover .project-one__content {
  transform: scaleY(1);
}

.project-one__sub-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  font-family: var(--erepair-font-2);
  color: var(--erepair-black);
}

.project-one__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
  text-transform: capitalize;
  margin-top: 2px;
}

.project-one__title a {
  color: var(--erepair-black);
}

.project-one__title a:hover {
  color: var(--erepair-base);
}

/*--------------------------------------------------------------
# Project Two
--------------------------------------------------------------*/
.project-two {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.project-two__filter-box {
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.project-two__filter {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.project-two__filter.style1 li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.project-two__filter.style1 li + li {
  margin-left: 20px;
}

.project-two__filter.style1 li .filter-text {
  position: relative;
  display: inline-block;
  color: var(--erepair-gray);
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  cursor: pointer;
  font-family: var(--erepair-font-2);
  background-color: transparent;
  padding: 12px 20px 12px;
  border: 1px solid var(--erepair-bdr-color);
  text-transform: uppercase;
  overflow: hidden;
  transition: all 0.4s ease;
  z-index: 1;
}

.project-two__filter.style1 li .filter-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--erepair-base);
  background-position: center bottom;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: -1;
}

.project-two__filter.style1 li:hover .filter-text::before,
.project-two__filter.style1 li.active .filter-text::before {
  transform: scaleY(1);
}

.project-two__filter.style1 li:hover .filter-text,
.project-two__filter.style1 li.active .filter-text {
  color: var(--erepair-white);
  border: 1px solid var(--erepair-base);
}

.project-two__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.project-two__img-box {
  position: relative;
  display: block;
}

.project-two__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
}

.project-two__img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  background-color: rgba(var(--erepair-black-rgb), 0.3);
  background-position: top center;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: 1;
}

.project-two__single:hover .project-two__img::before {
  transform: scaleY(1);
}

.project-two__img img {
  width: 100%;
  border-radius: 20px;
  transform: scale(1.01);
  transition: transform 0.5s cubic-bezier(0.27, 0.48, 0.45, 0.94);
  transform-origin: 70% 80%;
}

.project-two__single:hover .project-two__img img {
  transform: scale(1.036);
  transition-duration: 0.9s;
}

.project-two__arrow {
  position: absolute;
  top: 30px;
  right: 30px;
  -webkit-transform: scale(0) rotate(80deg);
  transform: scale(0) rotate(80deg);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2;
}

.project-two__single:hover .project-two__arrow {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  transition-delay: 500ms;
  opacity: 1;
}

.project-two__arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background-color: var(--erepair-base);
  border-radius: 50%;
  font-size: 16px;
  color: var(--erepair-white);
}

.project-two__arrow a:hover {
  background-color: var(--erepair-primary);
  color: var(--erepair-black);
}

.project-two__content {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background-color: var(--erepair-white);
  border-radius: 20px;
  padding: 28px 40px 30px;
  background-position: center bottom;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: 2;
}

.project-two__single:hover .project-two__content {
  transform: scaleY(1);
}

.project-two__sub-title {
  font-weight: 700;
  font-family: var(--erepair-font-2);
  text-transform: uppercase;
  color: var(--erepair-black);
}

.project-two__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  text-transform: capitalize;
  margin-top: 3px;
}

.project-two__title a {
  color: var(--erepair-black);
}

.project-two__title a:hover {
  color: var(--erepair-base);
}

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.project-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.project-details__left {
  position: relative;
  display: block;
}

.project-details__img {
  position: relative;
  display: block;
}

.project-details__img img {
  width: 100%;
  border-radius: 20px;
}

.project-details__title-1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: -1.44px;
  text-transform: capitalize;
  margin-top: 41px;
  margin-bottom: 29px;
}

.project-details__title-2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: -1.44px;
  text-transform: capitalize;
  margin-top: 62px;
  margin-bottom: 29px;
}

.project-details__text-and-img {
  position: relative;
  display: flex;
  align-items: center;
  gap: 35px;
  margin-top: 31px;
  margin-bottom: 61px;
}

.project-details__text-img {
  position: relative;
  display: block;
}

.project-details__text-img img {
  width: auto;
  border-radius: 20px;
}

.project-details__title-3 {
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: -1.44px;
  text-transform: capitalize;
}

.project-details__text-4 {
  margin-top: 29px;
  margin-bottom: 31px;
}

.project-details__img-and-points {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
}

.project-details__points-img {
  position: relative;
  display: block;
  max-width: 410px;
  width: 100%;
}

.project-details__points-img img {
  width: 100%;
  border-radius: 20px;
}

.project-details__points {
  position: relative;
  display: block;
}

.project-details__points li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
}

.project-details__points li + li {
  margin-top: 16px;
}

.project-details__points li .icon {
  position: relative;
  display: inline-block;
}

.project-details__points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: var(--erepair-base);
}

.project-details__points li p {
  color: #232323;
}

.project-details__sidebar {
  position: relative;
  display: block;
}

.project-details__information {
  position: relative;
  display: block;
  background-color: var(--erepair-extra);
  border-radius: 20px;
  padding: 40px 40px 40px;
  margin-bottom: 60px;
}

.project-details__information-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.72px;
  margin-bottom: 30px;
}

.project-details__information-list {
  position: relative;
  display: block;
}

.project-details__information-list li {
  position: relative;
  display: block;
  background-color: var(--erepair-white);
  border: 1px solid var(--erepair-bdr-color);
  border-radius: 20px;
  padding: 18px 30px 19px;
}

.project-details__information-list li + li {
  margin-top: 12px;
}

.project-details__information-list li h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  color: #232323;
  margin-bottom: 7px;
}

.project-details__get-started {
  position: relative;
  color: #fff;
  display: block;
  background-color: #060059;
  border-radius: 20px;
  padding: 40px 40px 40px;
}

.project-details__get-started-title {
  font-size: 30px;
  font-weight: 700;
  text-decoration: underline;
  color: #fff;
  line-height: 40px;
}

.project-details__get-started-text {
  margin-top: 18px;
  margin-bottom: 29px;
  color: #fff;
}

.project-details__get-started-points {
  position: relative;
  display: block;
}

.project-details__get-started-points li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
}

.project-details__get-started-points li + li {
  margin-top: 11px;
}

.project-details__get-started-points li .icon {
  position: relative;
  display: inline-block;
  top: 5px;
}

.project-details__get-started-points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 22px;
  color: #fff;
}

.project-details__get-started-points li p {
  color: #fff;
}

.project-details__get-started-points li p a {
  color: #fff;
}

.project-details__get-started-points li p a:hover {
  color: var(--erepair-base);
}

.project-details__get-started-btn-box {
  position: relative;
  display: block;
  margin-top: 30px;
}

.page-header {
  background-position: center !important;
}

/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/
.service-details__left p {
  color: #000;
  margin-bottom: 10px;
}

.llsd li {
  color: #000;
}

/* Career Form Styles */
.career-form__right {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.career-form__title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #333;
}

.career-form__input-box {
  margin-bottom: 15px;
  position: relative;
}

.career-form__input-box input,
.career-form__input-box textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}

.career-form__input-box textarea {
  height: 120px;
  resize: none;
}

.career-form__input-box small {
  display: block;
  font-size: 12px;
  color: #666;
  margin-top: 5px;
}

.career-form__btn-box {
  text-align: center;
  margin-top: 10px;
}

.career-form__btn {
  background: #007bff;
  color: #fff;
  padding: 12px 25px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.career-form__btn:hover {
  background: #0056b3;
}
  /* satyaa */
.stricky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff; /* Adjust as needed */
  z-index: 99;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
}

.stricky-header.active {
  transform: translateY(0);
}

.brochures {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 500px;
  margin: 20px auto;
}

.brochures .content-text {
  margin-bottom: 20px;
}

.brochures .title {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.brochures .desc-part {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}

.btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}

.dual-btn,
.rselement-dual-btn {
  background: #007bff;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

.dual-btn:hover,
.rselement-dual-btn:hover {
  background: #0056b3;
}

.dual-btn-connector {
  background: none;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  padding: 5px 10px;
}

.myimages img {
  max-width: 100%;
}
.boxms {
  margin-bottom: 30px;
  padding: 10px;
  border: 2px solid beige;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.boxms:hover {
  transform: translateY(-5px);
  box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 12px;
}

.tebxsd h3 {
  color: #22458b;
}
.dds {
  margin-bottom: 30px;
}
.bsf img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.our-clients {
  text-align: center;
  padding: 50px 20px;
  background-color: #f9f9f9;
}

.our-clients h2 {
  font-size: 2rem;
  margin-bottom: 30px;
}

.client-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.client-row img {
  height: 65px;
  max-width: 100%;

  transition: transform 0.3s ease, filter 0.3s ease;
  opacity: 0.8;
}

.client-row img:hover {
  transform: scale(1.1);
  -webkit-filter: grayscale(100%); /* For Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 1;
}

.bg-dark-blue {
  background-color: #070065;
}

.text-red {
  color: #de312a;
}

.section-title {
  font-size: 2.2rem;
  font-weight: bold;
}

.section-divider {
  width: 80px;
  height: 3px;
  background-color: #de312a;
  border: none;
  margin-top: 10px;
  margin-bottom: 30px;
}

.client-logos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 20px;
  align-items: center;
  justify-items: center;
}

.client-logo img {
  max-width: 100px;
  height: auto;
  opacity: 0.8;
  transition: transform 0.3s ease, filter 0.3s ease;
  opacity: 0.8;
}

.client-logo img:hover {
  transform: scale(1.1);
  -webkit-filter: grayscale(100%); /* For Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 1;
}

.mygrid-grid {
  display: flex;
  flex-wrap: wrap;
}

img {
  max-width: 100%;
}

.mymarquw img {
  margin: 0 20px;
}
.myimage {
  text-align: center;
  display: flex
;
margin: 10px auto;
  position: relative;
  flex-direction: column;
  height: 100%;
  text-align: center;
  justify-content: center;
}
.myimage img {
  max-height: 150px;
  margin: 0 auto;
  text-align: center;
}
