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

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
  --erepair-font: "Archivo", sans-serif;
  --erepair-font-2: "Titillium Web", sans-serif;
  --erepair-font-3: "Pacifico", cursive;
  --erepair-gray: #000000;
  --erepair-gray-rgb: 110, 119, 125;
  --erepair-white: #ffffff;
  --erepair-white-rgb: 255, 255, 255;
  /* --erepair-base: #2AB97E;
  --erepair-base-rgb: 42, 185, 126; */
  --erepair-base: #30b3fa;
  --erepair-base-rgb: 104, 172, 247;
  --erepair-black: #171717;
  --erepair-black-rgb: 23, 23, 23;
  --erepair-primary: #FEDB5C;
  --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: var(--erepair-font);
  font-size: 16px;
  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;
}

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

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;
}

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

p {
  margin: 0;
}

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

dl,
ol,
ul {
  padding-left: 0;
  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: 30px;
  line-height: 50px;
  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: var(--erepair-black);
  background-color: var(--erepair-primary);
  padding: 15.5px 36px 15.5px;
  border-radius: 12px;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  overflow: hidden;
  font-family: var(--erepair-font-2);
  text-transform: uppercase;
  z-index: 1;
  justify-content: center;
}

.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: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: left;
  transform-style: preserve-3d;
  transform: scalex(0);
  z-index: -1;
}

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

.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: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: right;
  transform-style: preserve-3d;
  transform: scalex(0);
  z-index: -1;
}

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

.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/loader.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 .4s ease-in .8s;
  -o-transition: all .4s ease-in .8s;
  transition: all .4s ease-in .8s;
  
  z-index: 999;
}

.xs-sidebar-group.isActive .xs-overlay {
  opacity: .8;
  visibility: visible;
  -webkit-transition: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s;
  transition: all .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 .3s ease-in .3s;
  -o-transition: all .3s ease-in .3s;
  transition: all .3s ease-in .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: .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.30);
  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: #000000;
  padding: 5px 150px;
}

.main-menu__contact-list {
  position: relative;
  display: flex;
  align-items: 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), .30);
}

.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: var(--erepair-white);
}

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

.main-menu__contact-list li .text p {
  font-size: 14px;
  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;
  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: 30px;
  width: 30px;
  border: 1px solid rgba(var(--erepair-white-rgb), .10);
  border-radius: 50%;
  font-size: 14px;
  color: rgba(var(--erepair-white-rgb), .50);
  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.0);
  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: var(--erepair-extra);
}

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

.main-menu__logo {
  position: relative;
  display: block;
  padding: 5px 0;
  z-index: 2;
}

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

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

.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: 50px;
}

.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;
  min-width: 250px;
  -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), .10);
}

.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: 14px;
  line-height: 30px;
  color: var(--erepair-black);
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 20px 3px;
  -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%;
  visibility: hidden;
  -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 {
  position: relative;
}

.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 {
  position: relative;
  z-index: 5;
  pointer-events: auto;
}
.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);
}
/* Default hidden submenu */
.mobile-nav__content .main-menu__list li > ul {
  display: none;
}

/* Show submenu when parent is expanded */
.mobile-nav__content .main-menu__list li.expanded > ul {
  display: block;
}

/* no menu after 2rd level dropdown */
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button {
  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), .10);
  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.0);
  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: #000000;
}

.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__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), .10);
  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);
}








.pulse {
  animation: pulse-animation 2s infinite;
}

.circle1 {
  border-radius: 50%;
  box-shadow: 0px 0px 2px 2px #23c76473;
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 9999;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px #23c76473;
  }

  100% {
    box-shadow: 0 0 0 20px #23c76473;
  }
}

@media (max-width: 991px) {
  .circle1 {
    right: 30px;
    bottom: 100px;
    left: auto;
  }
}




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

/* ============ Own ====================== */
.page-header {
  background: url('../images/breadcrump-bg.jpg');
  width: 100%;
  background-size: cover;
  padding: 50px 0px;
}

.breadcrump-heading {
  color: #ffff;
  font-size: 30px;
}

#clients {
  margin: 30px 0px;
}

.main-product {
  margin: 30px 0px;
}

.main-product .product-img {
  width: 100%;
  padding: 7px;
  border: 2px solid #0055a2;
}

.main-product .product-table {
  margin-top: 10px;
}

.product-social-icons {
  margin-top: 15px;
}

.product-social-icons img {
  width: 100%;
}

.gallery {
  margin-top: 30px;
  margin-bottom: 20px;
}

.gallery img {
  width: 100%;
  padding: 5px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
}

.contact-img {
  width: 100%;
}



/******SEO Start*******/
.footer-product {
  margin: 50px 0;
  position: relative;
  /* z-index: 9; */
}

.footer-product span {
  background: #0055a3;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  display: block;
}

.footer-product span {}

.footer-product ul {
  padding-left: 0;
}

.footer-product ul li {
  list-style-type: none;
  margin: 10px 0;
  position: relative;
  padding-left: 20px;
}

.footer-product ul li::before {
  content: "";
  height: 12px;
  width: 12px;
  display: block;
  background: #b2b4b64f;
  position: absolute;
  top: 8px;
  left: 0px;
  border-radius: 50%;
  border: 2px solid #0055a3;
}

.footer-product ul li a {
  color: #131e4a;
}

.footer-product ul li a {
  color: #131e4a;
  font-size: 14px;
  font-weight: 700;
}

.footer-product ul li a i {
  margin-right: 10px;
}

.footer-product span.location {
  font-size: 22px;
  background: no-repeat;
  color: #061e75;
  font-weight: 800;
  margin-bottom: 20px;
  display: block;
  text-align: left;
}

.footerPro {
  display: none;
}

.footerPro.mystyle {
  display: flex;
}


.pricing-block {

  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 20px;
}


.forHeadingOne {
  text-align: center;
  font-size: 30px;
  margin-bottom: 50px;
  background: #f3f3f3;
  padding: 18px;
  border-bottom: 2px solid #5b5b5b;
  border-radius: 3px;
  color: #0055a1;
  line-height: 36px;
}

.forHeadingTwo {
  font-size: 22px !important;
  margin-bottom: 15px !important;
  line-height: 32px !important;
  color: #0055a1;
  background: #f7f1f1;
  padding: 10px;
  border-left: 2px solid #5b5b5b;
  border-radius: 3px;
  margin-top: 20px;
}



.product-list-li ul li {
  list-style-type: none;
  margin: 10px 0;
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  color: #000;
  line-height: 28px;
  margin-bottom: 10px;
}

.product-list-li ul li strong {
  font-weight: 700;
}

.product-list-li ul li::before {
  content: "\f0a9";
  display: block;
  position: absolute;
  top: 2px;
  left: 0px;
  border-radius: 50%;
  font-family: 'Font Awesome 5 Pro';
  color: #0055a1;
}

.product-pic {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.product-pic img {
  width: 100%;

}



.accro .accordions {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
  margin-bottom: 10px;
  font-weight: 400;
}

.accro .active,
.accordions:hover {
  background-color: #ccc;
}

.accro .accordions:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.accro .active:after {
  content: "\2212";
}

.accro .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}


.accordions.footer:hover {
  background-color: #fff;
}

.for-product .product-pic img {
  width: 100%;
  border: 2px solid #0055a1;
}

p {
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 10px;
}


#product-Details {
  display: none;
}

/* Class to show the product details */
#product-Details.show {
  display: flex;
  /* Or block, or grid, depending on your layout */
}

/*---------SEO ENd----------*/



.submenu-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.arrow {
  font-size: 0.7em;
}


/****SEO  START****/

.location-heading {
	background-color: #000165;
	color: #fff;
	text-align: center;
	padding: 8px 0px;
	margin: 30px 0px;
	display: block;
	font-size: 26px;
}

.location-subHeading {
	margin: 0 0 15px;
	font-weight: 700;
	font-family: 'Source Sans Pro', sans-serif;
	color: #333;
	font-size: 18px;
	display: block;
	text-align: center;
	background: #efefef;
	padding: 13px;
}

hr{
	margin-top: 5px;
	margin-bottom: 5px;
	border: 0;
	border-top: 1px solid #ccc;
}


.pricing-block .inner-box div {
	display: flex;
	justify-content: left;
	align-items: center;
	gap: 11px;
}

.inner-box div:hover {
	background-color: #eeeeee;
}

.pricing-block{

	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: 20px;
}

.heading-one {
    font-size: 30px;
    color: #000;
    background: #00016517;
    margin-bottom: 15px !important;
    line-height: 32px !important;
    padding: 12px;
    border-bottom: 2px solid #000165;
    border-radius: 3px;
    margin-top: 20px;
}

@media screen and (max-width: 600px) {
    .heading-one {
        font-size: 26px !important;
    }
  }

  .heading-two ~ .heading-three {
    margin-left: 0.6%;
}

.heading-two {
    font-size: 24px;
    color: #000;
    background: #00016517;
    margin-bottom: 15px !important;
    line-height: 30px !important;
    padding: 12px;
    border-left: 2px solid #000165;
    border-radius: 3px;
    margin-top: 15px;

}

.heading-two ~ p {
    padding-left: 1.5%;
}

@media screen and (max-width: 600px) {
    .heading-two {
        font-size: 19px !important;
    }
  }

.heading-three {
    font-size: 18px;
    color: #000;
    background-image: linear-gradient(to right, #00016517 , #fff);
    margin-bottom: 12px !important;
    line-height: 24px !important;
    padding: 12px;
    border-left: 2px solid #000165;
    border-radius: 3px;
    margin-top: 12px;

}

.heading-three ~ p {
    padding-left: 1.5%;
}


.triangle li::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent !important;
  border-bottom: 6px solid transparent!important;
  border-left: 10px solid #000165;
  position: absolute;
  left: 0;
  top: 6px;
  }

  .triangle {
	padding-left:1.5rem;
}
  
  ul.triangle li {
	position: relative;
	padding-left: 20px;
	padding-bottom:10px;
  }

/* Ordered List Styling */
ol[type="1"] {
  counter-reset: list-counter;
  padding-left: 2rem;
  margin-bottom: 1rem;
}

ol[type="1"] > li {
  counter-increment: list-counter;
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

ol[type="1"] > li::before {
  content: counter(list-counter) ". ";
  font-weight: bold;
  color: #000;
  position: absolute;
  left: 0;
  top: 0;
}

/* Circle List Styling */
ul.circle {
  padding-left: 1.5rem;
  margin-top: 0.5rem;
}

ul.circle > li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}

ul.circle > li::before {
  content: "";
  display: inline-block;
  background-color: #000165;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 0.5em;
}

   
.accro .accordions {
	background-color: #eee;
	color: #333;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	transition: 0.4s;
	margin-bottom: 10px;
	font-weight: 400;
	}
  
  .accro  .active, .accordions:hover {
  background-color: #ccc;
  }
  
  .accro .accordions:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  }
  
  .accro .active:after {
  content: "\2212";
  }
  
  .accro .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  }
  
  
  .accordions.footer:hover {
	background-color: #fff;
  }

  .box-one {
    height: 379px;
    text-align: center;
  }

  .imgs {
	border: 2px solid #000165;
	padding: 5px;
    object-fit: contain;
    height: 100%;
    width: 100%;
  }

  ul {
    list-style-type: none;
  }

  ol,
.circle ul {
    padding-left: 1.5rem !important; 
}

  .table-responsive {
    margin-left: 1.5%;
  }

  table {
  border: 1px solid #000165 !important;
}

thead tr th {
  background-color: #00016517 !important;
  /* color: white; */
}

tr th {
  background-color: #00016517 !important;
  /* color: white; */
}

thead {
  background-color: #00016517 !important;
  /* color: white; */
}

/****SEO  END****/


/* Modal Overlay and Container */
  .modal-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 1050;
      opacity: 0;
      transition: opacity 0.3s ease;
  }

  .modal-overlay.show {
      display: flex;
      opacity: 1;
  }

  .modal-content-wrapper {
      background-color: white;
      border-radius: 1rem;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
      max-width: 500px;
      width: 90%;
      transition: transform 0.3s ease, opacity 0.3s ease;
      transform: translateY(-50px);
      opacity: 0;
  }

  .modal-overlay.show .modal-content-wrapper {
      transform: translateY(0);
      opacity: 1;
  }

  /* Modal Header */
  .modal-header {
      background-color: #25D366;
      color: white;
      padding: 1rem;
      border-top-left-radius: 1rem;
      border-top-right-radius: 1rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
  }

  .modal-header h5 {
      margin: 0;
      font-size: 1.25rem;
      font-weight: 500;
  }

  .modal-header .close-btn {
      background: none;
      border: none;
      color: white;
      font-size: 1.5rem;
      cursor: pointer;
      line-height: 1;
  }

  /* Modal Body */
  .modal-body {
      padding: 1.5rem;
  }

  /* Form Styling */
  .form-group {
      margin-bottom: 1rem;
  }

  .form-label {
      font-weight: 500;
      color: #4a4a4a;
      display: block;
      margin-bottom: 0.5rem;
  }

  .form-control {
      width: 100%;
      border-radius: 0.75rem;
      border: 1px solid #e0e0e0;
      padding: 0.75rem 1rem;
      box-sizing: border-box;
      transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  }

  .form-control:focus {
      outline: none;
      border-color: #0d6efd;
      box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  }

  .btn-submit {
      background-color: #25d366;
      border: none;
      font-weight: bold;
      color: white;
      border-radius: 0.75rem;
      padding: 0.75rem 1.5rem;
      width: 100%;
      cursor: pointer;
      transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
  }

  .btn-submit:hover {
      background-color: #128c7e;
      transform: translateY(-2px);
  }

  /* Corner Modal Specific Styles */
  .corner-modal-overlay {
      justify-content: flex-end;
      align-items: flex-end;
      padding: 20px;
  }

  .corner-modal-overlay .modal-content-wrapper {
      width: 100%;
      max-width: 400px;
      transform: translateY(50px);
      margin: 0;
  }
  
  /* --- MOBILE RESPONSIVE STYLES --- */
  @media (max-width: 768px) {
      .floating-contact-btn {
          bottom: 2rem; /* Space from the bottom on mobile */
          right: 1rem; /* Space from the right on mobile */
          gap: 0.75rem;
      }
      .floating-contact-btn > div,
      .floating-contact-btn > a {
          width: 50px;
          height: 50px;
      }
      .floating-contact-btn img {
          width: 35px;
      }
  }

  @media (max-width: 575px) {
    .row.g-3 .col-12 {
        text-align: center;
    }
}


.container.formdata {
    -webkit-box-shadow: 0px 0px 5px 0px #dcdcdc;
    box-shadow: 0px 0px 5px 0px #dcdcdc;
    padding: 30px;
}

.heading-1{
  font-size: 32px;
  color: white;
}

.place-card {
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.place-card img {
  height: 300px;
  object-fit: contain;
}

.place-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.place-card .card-title {
  font-weight: 600;
  color: #333;
}

.related-card {
  border: 1px solid #e0e0e0;
  padding: 25px 15px;
  text-align: center;
  background: #fff;
}
.related-card h6 {
  font-weight: 600;
  margin-bottom: 15px;
}
.btn-view {
  background-color: #6c757d;
  color: #fff;
  padding: 6px 18px;
  font-size: 14px;
}
.btn-view:hover {
  background-color: #5a6268;
  color: #fff;
}


/*****************************/
/* Blog Section 
============== */

.single-blog-item {
	background: #fff;
	margin-bottom: 30px;
}

p.blog-meta {
	font-size: 14px;
	font-weight: 500;
	margin: 0;
	color: #2c2c2c;
	text-transform: uppercase;
	letter-spacing: 1px;	
}

p.blog-meta i:before {
	padding-right: 7px;
}

.blog-meta i {
	font-size: 20px;
}

.blog-content {
	padding: 30px 30px 40px;
}

.blog-content h5 a {
	font-size: 22px;
	line-height: 28px;
	margin: 20px 0;
  color: #0270b6;
}

.blog-content h5 a:hover{
	color: #002C42;
	opacity: .8;
}


.blog-area a.read-more {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	margin: 10px 0 0;
	color: #122A44;
}

.blog-area a.read-more:hover {
	color: #F35C27;
}

.blog-bg {
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: .3s;
}

.blog-bg img {
	transition: transform ease 0.3s;
}

.blog-bg span {
	background: #f68c36;
	color: #fff;
	padding: 10px;
	display: inline-block;
	width: 100px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}
.blog-bg img:hover {
	transform: scale(1.07);
}


.blog {
  background: #f6f6f6;
}


.pagination {
	margin-top: 30px;
  }
  
  .page-link {
	margin-right: 15px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FA4729;
	border-color: #FA4729;
	color: #fff;
  }
  
  .page-item:first-child .page-link {
	display: inline-flex;
	background: #fec500 !important;
	border-color: #fec500 !important;
	border-radius: 0;
  }
  
  .page-link,
  .page-link.active {
	border-radius: 0;
	margin-right: 15px;
	width: 50px !important;
	height: 50px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ddd;
	border-color: #ddd;
	color: #0B0D26;
  }
  .page-link:hover,
  .page-link.active:hover {
	background: #fec500 !important;
	border-color: #fec500 !important;
	color: #fff;
  }
  

.post-thumb {
    position: relative;
}

.dates {
  position: absolute;
  background-color: #ffb600;
  top: 30px;
  left: 30px;
  line-height: normal;
}

.dates span {
  display: block;
  text-align: center;
  padding: 0 26px;
  font-family: "Montserrat";
}
 .dates span {
  display: block;
  text-align: center;
  padding: 0 26px;
  font-family: "Montserrat";
}
 .dates span {
  display: block;
  text-align: center;
  padding: 0 26px;
  font-family: "Montserrat";
}

.dates span.comments-counts {
  display: block;
  background: #fff;
  padding: 10px;
  color: #999;
}

.dates span {
  display: block;
  text-align: center;
  padding: 0 26px;
  font-family: "Montserrat";
  font-size: 18px;
  color: #fff;
}
.post-thumb img{
  width: 100%;
}

.dates .comments-counts span, .dates .date {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  color: #000;
}
.dates span.date {
  color: #fff;
}

.dates span.year {
  padding-bottom: 10px !important;
  color: #fff;
}

span.years {
  font-size: 17px;
}

.dates span.month {
  margin-top: 10px;
}

.dates span.years {
  font-size: 17px;
  margin-bottom: 11px;
  margin-top: 5px;
}

 h1.entry-title {
  text-align: left;
  font-size: 30px;
  font-weight: 700;
  color: #111;
  border-bottom: 1px solid #eaeaea;
  padding: 30px 0 15px;

}

.entry_meta span.author.vcard ,.entry_meta span.categories-links  {
  margin-right: 10px;
  font-size: 14px;
}
.entry_meta span.author.vcard i, .entry_meta span.categories-links  i{
  margin-right: 5px;
}
 .ast-single-post-order .entry_meta span {
  color: #6b6b6b;
}
.ast-single-post-order .entry_meta span {
  color: #6b6b6b;
  font-size: 16px;
}

.recent-posts__item a {
  display: flex;
  gap: 13px;
}

.recent-posts__item a .recent-blog-text{
  font-size: 13px;
}

.list li i {
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border: 1px solid #fec500;
  border-radius: 100px;
  display: inline-block;
  margin-right: 15px;
  color: #000;
  flex: 0 0 25px;
  font-style: normal;
  font-weight: 700;
}
.list li  span {
  font-size: 14px;
  line-height: 25px;
  font-weight: 600;
  color: #000;
  margin-top: 0px;
}



.careerDetails ul li {
  display: flex;
  list-style-type: none;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}


.careerDetails ul li span {
  font-weight: 600;
  color: #000;
}

.careerDetails ul li button {
  border: none;
  padding: 10px 20px;
  border-radius: 3px;
  background: #001a56;
}
.careerDetails ul li button:hover{
  background: #fec500;
  color: #000;
}

section.company-section.blog.blogSingle {
  background: #fff;
}

.mb-30 {
  margin-bottom: 40px;
}
.blog-tag-wrap span {
  background: #fff;
  padding: 10px 16px;
  margin-left: 15px;
}
.blog-tag-wrap span {
  background: #fff;
  padding: 10px 16px;
  margin-left: 15px;
}
.blog-tag-wrap.d-flex.align-items-center h5 {
  margin-bottom: 0;
}


h2.have-career {
  font-size: 56px;
  line-height: 64px;
  font-family: "Roboto Slab", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  border-radius: 7px;
  padding: 20px;
  margin-bottom: 40px;
  background: #ff6e2c;
  background: linear-gradient(90deg, #fec500 0%, #020d26  100%);;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec500', endColorstr='#020d26',GradientType=0 );
  box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.6);
}
.carrerDetails h3, .carrerDetails h5{
  margin-bottom: 10px;
}
.carrerDetails p{
  color: #000;
}

.carrerDetails ul li{
  color: #000;
margin-bottom: 10px;
}
.carrerDetails ul {
  margin-left: 20px;
}

.carrerDetails button{
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  margin-top: 20px;
}
.carrerDetails{
  position: relative;
}

.carrerDetails .backTo{
  position: absolute;
  top: 0;
  right: 0;
  color: #fec500;
}

.carrerDetails .backTo:hover{
  color:#000;
}

section.about-two.three {
  background: #fff;
}

section.jobHeading {
  padding: 50px 0;
  background-image: linear-gradient(120deg, rgb(238 220 255) 0%, rgb(219 237 255) 100%);
}

section.jobHeading p {
  font-size: 18px;
}

.careerDetails ul li:first-child{
  border-bottom: 1px solid #fec500;
}

.careerDetails ul li:first-child strong{
  color: #000;
  font-weight: 900;
  font-size: 18px;
}

.job_details ul li:first-child{
  border: none;
}

.job_details ul {
  display: flex;
  gap: 27px;
}
.job_details ul li {
  border: none;
  padding: 0;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 500;
  border-right: 1px solid #a8a8a8 !important;
  padding-right: 15px;
}

.job_details ul li:last-child {
  border-right:none !important;
}

.job_details ul li:first-child i {
  margin-right: 11px;
  color: #a136aa;
}

.careerDetails {
  padding: 60px 0 0 0;
}
.applyNowD{
  position: relative;
}
.applyNowD:before{
  content: "";
  background-image: linear-gradient(0deg, #000, rgba(7, 0, 7, .3) 51%);
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0;
}

.applyNowD .applyNowT {
  position: absolute;
  bottom: 27px;
  padding: 25px;
}

.applyNowD .applyNowT h3 {
  color: #fff;
  line-height: 36px;
}

.applyNowD .applyNowT p {
  color: #fff;
}

a.applyBtnN {
  padding: 10px 25px;
  background: #fec500;
  color: #000;
  font-weight: 700;
}

section.jobHeadingDetails {
  padding-bottom: 80px;
}

.carrerDetails h3 .job_details ul{
  margin-left: 0;
}
.carrerDetails h3 .job_details ul li {
  list-style-type: none;
  padding-left: 0;
}

a.theme-btn.bannerButton.forcareerB {
  padding: 9px 10px;
  font-size: 14px;
}

a.theme-btn.bannerButton.forcareerB i {
  margin-left: 4px;
  font-size: 14px;
}
.services-one .testimonial-two__bg{
  padding: 30px 0 30px;

    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.services-one .quote-tab__button {
  position: relative;
  display: block;
}

.services-one .quote-tab__button .tabs-button-box .tab-btn-item {
  position: relative;
  display: block;
  width: 194.5px;
  background-color: var(--thm-base);
  float: left;
  text-align: center;
  cursor: pointer;
  z-index: 1;
}

.services-one .quote-tab__button .quote-tab__button-inner h4 {
  position: relative;
  display: block;
  padding: 16px 0;
  color: #222;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  /* transition: all 200ms linear; */
  transition-delay: 0.1s;
  margin-bottom: 0;
}

.services-one .quote-tab__button .tabs-button-box .tab-btn-item::before {
  content: '';
  width: 1px;
  height: 40px;
  background: #E5E5E5;
  position: absolute;
  right: 0;
  top: 13px;
}

.services-one .quote-tab__button .tabs-button-box .tab-btn-item.active-btn-item::after {
  content: '';
  width: 21px;
  height: 21px;
  background-color: var(--theme-color);
  transform: rotate(45deg);
  position: absolute;
  bottom: -5px;
  left: 0;
  background: #fec500;
  right: 0;
  margin: 0 auto;
}

.services-one__btn .btn-1 {
  display: inline-block;
  border: 1px solid #fec500;
  padding: 16px 45px 16px 45px;
  color: #222;
  position: relative;
}
.btn-1:hover span {
  width: 225%;
  height: 562.5px;
}

.header-link-btn .btn-1 span {
  background-color:#ffb600;
}
.btn-1 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #ffb600;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}


.servicesDetails {
  padding: 80px 0;
}

.sidebar-left .widget.widget-nav-menu ul li a {
  display: block;
  padding: 15px 30px 15px 20px;
  position: relative;
  font-weight: 700;
  font-size: 15px;
  background-color: #fff;
}

.widget.widget-nav-menu ul li.active a{
  background:#fec500 !important; 
}

.widget.widget-nav-menu ul li:hover a{
  background:#fec500 !important; 
}

.widget.widget-nav-menu ul li{
  list-style-type:none;
}

.sidebar .widget-download .download li {
  list-style-type:none;
  margin-bottom: 22px;
}

.sidebar .widget-download .download li  i {
  color: #fec500 ;
}

.services-bottom {
  background: #b1b1b1;
  padding: 30px 20px;
}
.services-bottom h2 {
  text-align: center;
  color: #fff;
}

.services-bottom p {
  color: #fff;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 38px;
    max-width: 750px;
    text-align: center;
    display:block;
    margin: 0 auto;
}

.services-bottom a {
  background: #fff;
  border-radius: 2px;
  color: #494743;
  display: block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 15px;
  padding: 15px 20px;
  margin: 0 auto;
  text-align: center;
  width: 14%;
  margin-top: 20px;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.help-bx .media img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.help-bx {
  background:#fec500;
}

.help-bx .info {
  padding: 15px 25px 35px 25px;
  text-align: center;
  position: relative;
  z-index: 1;
}


.help-bx .info:before, .help-bx .info:after {
  content: "";
  background:#fec500;
  position: absolute;
  top: -25px;
  width: 100%;
  height: 50px;
  left: 0;
  transform: skewY(-8deg);
  z-index: -1;
}

.help-bx .info:before {
  content: '';
  background: #fff;
  top: -32px;
  transform: skewY(-5deg);
  height: 40px;
  position: absolute;
  width: 100%;
  z-index: -1;
  left: 0;
}
.help-bx .title {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 10px;
}
.help-bx p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}

.btn-secondry {
  background-color: #020d26;
  color: #fff;
}

.help-bx .info img {
  max-width: 60px;
  margin-bottom: 20px;
}

.btn, .btn-secondry {
  color: #fff !important;
  padding: 11px 25px;
  display: inline-block;
  font-size: 16px;
  outline: none;
  cursor: pointer;
  outline: none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  line-height: 1.42857;
  border-radius: 0;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.help-bx p {
  color: #fff;
}

.sidebar h3.widget-title {
  margin-bottom: 45px !important;
}


.video-area .play-btn {
  
}


.video-content {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.video-wrapper {
  position: absolute;
  display: inline-block;
  padding: 0;
  height: 50px;
  width: 50px;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  top: 40%;
  left: 40%;
  /*transform: translate(-50%, -50%);*/
  background: #fec500;
  display: flex;
  justify-content: center;
  align-items: center;
}


.video-wrapper a.play-btn-btn i::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #fec500;
  border-radius: 50px;
  animation: ripple-wave 1s linear infinite;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all .5s ease-in-out;
} 

.video-area .play-btn-btn {
  display: inline-block;
  padding: 0;
  height: 75px;
  width: 75px;
  text-align: center;
  position: absolute;

}

.video-content-list {
  position: relative;
}

.video-wrapper a.play-btn-btn i {
  color: #fff;
}

@keyframes ripple-wave {
  0% {
      opacity: .8;
      -webkit-transform: scale(.9);
      transform: scale(.9)
  }

  100% {
      opacity: 0;
      -webkit-transform: scale(1.5);
      transform: scale(1.5)
  }
}

button.btn {
  background: #001a56;
  border-radius: 5px;
}

.blog-bg img {
	transition: transform ease 0.3s;
	width: 100%;
	height: auto;
}

.blog-content .read-more {
	display: inline-block;
	color: #fff;
	margin-left: 0;
	font-size: 15px;
	background-color: #3fbbc0;
	padding: 10px 20px;
	margin-bottom: 5px;
	font-weight: 500;
	border-radius: 5px;
}
h2.blog-tilte {
    font-size: 20px;
    background: #fafafa;
    padding: 11px;
    border-left: 5px solid #ffcf00;
    margin-bottom: 20px;
}
h3.blog-tilte {
    font-size: 20px;
    background: #fafafa;
    padding: 11px;
    border-left: 5px solid #ffcf00;
    margin-bottom: 20px;
}
.recent-posts__item a {
	display: flex;
	gap: 13px;
	justify-content: flex-start;
	align-items: center;
}

.recent-posts__item a .recent-blog-text{
  font-size: 13px;
}
.recent-blog-img {
    height: 95px;
    overflow: hidden;
    width: 125px;
    flex: 0 0 125px;
}

.recent-posts__item a .recent-blog-text {
	font-size: 14px;
	color: #008ed1;
}
.recent-blog-img img {
	width: 100%;
}

.post-thumb img {
	width: 100%;
	border: 2px solid #f17a35;
	padding: 10px;
}

.single-blog-item {
    background: #fafafa;
    margin-bottom: 30px;
    border: 1px solid #dadada;
}

.product-list ul.list li {
	list-style-type: none;
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 28px;
}
.product-list ul.list li::before {
	content: "";
	height: 12px;
	width: 12px;
	display: block;
	background: #f7f1f1;
	position: absolute;
	top: 8px;
	left: 0px;
	border-radius: 50%;
	border: 2px solid #009581;
}
.for-blog{
  margin: 30px 0;
}
.for-blog p{
  margin-top: 10px;
}