@font-face {
  font-family: "Acherus Grotesque";
  src: url("../fonts/AcherusGrotesque-Light.woff2") format("woff2"), url("../fonts/AcherusGrotesque-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acherus Grotesque";
  src: url("../fonts/AcherusGrotesque-Bold.woff2") format("woff2"), url("../fonts/AcherusGrotesque-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acherus Grotesque";
  src: url("../fonts/AcherusGrotesque-Regular.woff2") format("woff2"), url("../fonts/AcherusGrotesque-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  overflow-x: hidden;
}

body {
  font-family: "Acherus Grotesque", sans-serif;
  color: #333333;
  background-color: #f8f8f8;
  overflow-x: hidden;
}

section {
  max-width: 1400px;
  margin: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal !important;
}

h1 {
  background-image: linear-gradient(to right, #2F80ED, #56CCF2);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

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

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

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

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

.heading_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.heading_container h2 {
  position: relative;
  font-weight: bold;
  margin: 0;
}
.heading_container.heading_center {
  align-items: center;
  text-align: center;
}
.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.container_border_style {
  position: relative;
  padding: 20px;
}
.container_border_style::before, .container_border_style::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 3px;
  height: 90px;
  background-color: #00A3EB;
  transform: translateY(-50%);
}
.container_border_style::before {
  left: 0;
}
.container_border_style::after {
  right: 0;
}

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

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

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

.btn-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.btn-box a {
  margin: 5px;
  width: 175px;
  text-align: center;
}

.btn-1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #00A3EB;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid #00A3EB;
  transition: all 0.3s;
  background-color: transparent;
  color: #00A3EB;
}
.btn-1:hover {
  background-color: transparent;
  color: #00A3EB;
}

.btn-2 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #E62A49;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid #E62A49;
  transition: all 0.3s;
}
.btn-2:hover {
  background-color: transparent;
  color: #E62A49;
}

/*header section*/
.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand span {
  font-weight: bold;
  color: #000000;
  font-size: 24px;
  text-transform: uppercase;
}

.custom_nav-container {
  padding: 10px 0;
}
.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
}
.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #000000;
  margin: 0 20px;
}
.custom_nav-container .navbar-toggler {
  outline: none;
}

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

.quote_btn-container {
  display: flex;
  align-items: center;
}
.quote_btn-container a {
  color: #000000;
  text-transform: uppercase;
}
.quote_btn-container a span {
  margin-left: 5px;
}
/*end header section*/
/* slider section */
.slider_section {
  display: flex;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 90px;
  position: relative;
}
.slider_section::before {
  content: "";
  position: absolute;
  top: 150px;
  right: 150px;
  width: 750px;
  height: 350px;
  transform: translate(40%, -30%);
  background: #56CCF2; /* fallback for old browsers */
  background: url(../images/icons/car-repair.png), linear-gradient(to right, #2F80ED, #56CCF2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 90% 10%;
  border-radius: 30px;
  z-index: -1;
}
.slider_section .row {
  align-items: center;
}
.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}
.slider_section .detail-box h1 {
  font-weight: bold !important;
  margin-bottom: 15px;
}
.slider_section .img-box img {
  width: 100%;
  height: auto;
}
.slider_section .carousel-indicators {
  position: unset;
  margin-top: 60px;
}
.slider_section .carousel-indicators li {
  opacity: 1;
  background-color: #E62A49;
  border: none;
  width: 12px;
  height: 12px;
  border-radius: 15px;
}
.slider_section .carousel-indicators li.active {
  width: 25px;
  background-color: #00A3EB;
}

.text_item {
  font-size: calc((1vw + 1vh) * 4);
  font-weight: bold;
  text-align: center;
  color: rgb(231, 231, 231);
  font-style: italic;
}

.subtitle {
  font-size: 1.2rem;
}

.service_section {
  position: relative;
}
.service_section .swiper {
  padding-bottom: 100px;
  overflow: visible;
}
.service_section .swiper-wrapper {
  width: auto;
}
.service_section .box {
  margin-top: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 25px;
  background-color: #fffefe;
  border-radius: 5px;
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
}
.service_section .box .img-box {
  width: 200px;
  height: 200px;
  margin-top: -70px;
}
.service_section .box .img-box img {
  width: 100%;
  height: auto;
}
.service_section .box .detail-box {
  margin-top: 15px;
  color: #000000;
}
.service_section .box .detail-box h4 {
  font-weight: bold;
  font-size: 22px;
  min-height: 65px;
}
.service_section .box .detail-box span {
  color: #00A3EB;
}
.service_section .box .detail-box span:hover {
  color: #E62A49;
}

.about_section {
  position: relative;
}
.about_section::before {
  position: absolute;
  top: 0;
  left: 150px;
  width: 650px;
  height: 650px;
  background: #56CCF2; /* fallback for old browsers */ /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #2F80ED, #56CCF2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border-radius: 30px;
  z-index: -1;
}
.about_section .row {
  align-items: center;
}
.about_section .img-box img {
  max-width: 100%;
  height: auto;
}
.about_section .detail-box p {
  color: #333;
  margin-top: 15px;
}
.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #E62A49;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid #E62A49;
  transition: all 0.3s;
  margin-top: 15px;
}
.about_section .detail-box a:hover {
  background-color: transparent;
  color: #E62A49;
}

.why_section {
  position: relative;
}
.why_section .box {
  margin-top: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 5px;
}
.why_section .box .img-box {
  width: 125px;
  height: 125px;
}
.why_section .box .img-box img {
  width: 100%;
  height: auto;
}
.why_section .box .detail-box {
  margin-top: 15px;
}
.why_section .box .detail-box h4 {
  font-weight: bold;
  font-size: 22px;
}
.why_section .box .detail-box a {
  color: #00A3EB;
}
.why_section .box .detail-box a:hover {
  color: #E62A49;
}

.scheme__grid {
  counter-reset: myCounter;
}
.scheme-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  background-color: #e5f4fc;
  border-color: transparent;
  border-radius: 30px;
  padding: 50px;
  align-items: center;
  margin-bottom: 20px;
  height: 100%;
}
.scheme-card::before {
  counter-increment: myCounter;
  content: "0" counter(myCounter);
  letter-spacing: 0.02em;
  position: absolute;
  opacity: 0.4;
  left: 20px;
  font-size: 50px;
  font-weight: 600;
  top: 15px;
}

.client_section {
  padding-bottom: 45px;
}
.client_section .heading_container {
  margin-bottom: 35px;
}
.client_section .box {
  display: flex;
  align-items: center;
  margin: 45px 0;
  padding: 45px;
  background: linear-gradient(to right, #00A3EB 115px, #ffffff 115px);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.client_section .box .img-box {
  width: 125px;
  height: 125px;
  min-width: 125px;
  position: relative;
  margin-right: 25px;
}
.client_section .box .img-box img {
  width: 100%;
  height: auto;
  border-radius: 100%;
  border: 5px solid #ffffff;
}
.client_section .box .client_info {
  display: flex;
  justify-content: space-between;
}
.client_section .box .client_info .client_name h5 {
  font-weight: bold;
  color: #00A3EB;
  margin-bottom: 0;
  text-transform: uppercase;
}
.client_section .box .client_info .client_name h6 {
  margin-bottom: 0;
  color: #E62A49;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
}
.client_section .box .client_info i {
  font-size: 24px;
  color: #00A3EB;
}
.client_section .box p {
  margin-top: 25px;
}
.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  width: 50px;
  height: 50px;
  background-color: #00A3EB;
  opacity: 1;
  font-size: 28px;
  font-weight: bold;
  top: 50%;
  transform: translateY(-50%);
}
.client_section .carousel-control-prev {
  left: 0;
}
.client_section .carousel-control-next {
  right: 0;
}

.contact_section {
  position: relative;
}
.contact_section .row {
  align-items: center;
}
.contact_section .heading_container {
  margin-bottom: 25px;
}
.contact_section .form_container input, .contact_section .form_container select, .contact_section .form_container textarea {
  width: 100%;
  border: 1px solid #b0b0b0;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 15px;
  background-color: transparent;
  outline: none;
  color: #101010;
}
.contact_section .form_container input::-moz-placeholder, .contact_section .form_container select::-moz-placeholder, .contact_section .form_container textarea::-moz-placeholder {
  color: #b0b0b0;
}
.contact_section .form_container input:-ms-input-placeholder, .contact_section .form_container select:-ms-input-placeholder, .contact_section .form_container textarea:-ms-input-placeholder {
  color: #b0b0b0;
}
.contact_section .form_container input::placeholder, .contact_section .form_container select::placeholder, .contact_section .form_container textarea::placeholder {
  color: #b0b0b0;
}
.contact_section .form_container input.message-box, .contact_section .form_container select.message-box, .contact_section .form_container textarea.message-box {
  height: 120px;
}
.contact_section .form_container textarea {
  padding-top: 10px;
}
.contact_section .form_container .btn_box {
  display: flex;
}
.contact_section .form_container button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 65px;
  background-color: #E62A49;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #E62A49;
  transition: all 0.3s;
  font-weight: bold;
}
.contact_section .form_container button:hover {
  background-color: transparent;
  color: #E62A49;
}
.contact_section .img-box img {
  width: 100%;
  height: auto;
}
.contact_section::before {
  content: "";
  position: absolute;
  top: 175px;
  right: 150px;
  width: 650px;
  height: 650px;
  transform: translate(40%, 0%);
  background: linear-gradient(to right, #2F80ED, #56CCF2);
  border-radius: 100%;
  z-index: -1;
}

/* info section */
.info_section {
  background-color: #292725;
  color: #ffffff;
  padding: 75px 0 60px 0;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.info_section .row {
  align-items: center;
}
.info_section .info_logo {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.info_section .info_logo .navbar-brand {
  margin: 0;
  padding: 0;
}
.info_section .info_logo .navbar-brand span {
  color: #ffffff;
  font-size: 36px;
}
.info_section .info_contact .link-box {
  display: flex;
  align-items: center;
  color: #ffffff;
  margin-bottom: 35px;
}
.info_section .info_contact .link-box i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #00A3EB;
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
  margin-right: 10px;
}
.info_section .info_contact .link-box:hover span {
  color: #00A3EB;
}
.info_section .info_form {
  margin-bottom: 35px;
}
.info_section .info_form form {
  display: flex;
}
.info_section .info_form form input {
  flex: 1;
  height: 45px;
  border: none;
  padding-left: 10px;
}
.info_section .info_form form button {
  width: 45px;
  height: 45px;
  background-color: #00A3EB;
  color: #ffffff;
  border: none;
  outline: none;
  font-size: 12px;
  margin: 0;
}
.info_section .social-box {
  display: flex;
  justify-content: center;
}
.info_section .social-box a {
  margin: 0 5px;
  color: #ffffff;
  font-size: 20px;
}
.info_section .social-box a:hover {
  color: #00A3EB;
}

/* end info section */
/* footer section*/
.footer_section {
  position: relative;
  background-color: #292725;
  text-align: center;
}
.footer_section p {
  color: #ffffff;
  padding: 20px 0;
  margin: 0;
  border-top: 1px solid #ffffff;
}
.footer_section p a {
  color: inherit;
}

.form-select {
  display: block;
  font-family: sans-serif;
  padding: 0.6em 1.4em 0.5em 0.8em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #f8f8f8 0%, #f8f8f8 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}

.select-css::-ms-expand {
  display: none;
}

.select-css:hover {
  border-color: #888;
}

.select-css:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}

.select-css option {
  font-weight: normal;
}

*[dir=rtl] .select-css, :root:lang(ar) .select-css, :root:lang(iw) .select-css {
  background-position: left 0.7em top 50%, 0 0;
  padding: 0.6em 0.8em 0.5em 1.4em;
}

.badge {
  display: flex;
  flex-direction: column;
}
.badge__mark {
  color: #000000;
  font-size: 1.4rem;
}
.badge__site {
  max-width: 100px;
}

.gap-5 {
  gap: 50px;
}

.phone {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 5vw;
  bottom: 5vh;
  z-index: 11;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
}
.phone-link {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #E62A49;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: #E62A49;
}
.phone-link:hover {
  color: #E62A49;
}

.fa-phone--link {
  font-size: 45px;
  line-height: 0.8;
  background-color: #fff;
  border-radius: 15px;
}

.wave {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  border-radius: 50% !important;
  border-color: #E62A49;
  color: #E62A49;
  border: 2px solid !important;
  width: 105%;
  height: 105%;
  opacity: 0.9 !important;
  box-sizing: border-box !important;
  -webkit-animation: wave-stroke 2s infinite cubic-bezier(0.37, 0, 0.8, 0.77);
  animation: wave-stroke 2s infinite cubic-bezier(0.37, 0, 0.8, 0.77);
  -webkit-animation-name: wave-stroke;
          animation-name: wave-stroke;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: cubic-bezier(0.37, 0, 0.8, 0.77);
          animation-timing-function: cubic-bezier(0.37, 0, 0.8, 0.77);
  -webkit-animation-delay: initial;
          animation-delay: initial;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: initial;
          animation-direction: initial;
  -webkit-animation-fill-mode: initial;
          animation-fill-mode: initial;
  -webkit-animation-play-state: initial;
          animation-play-state: initial;
}

@-webkit-keyframes wave-stroke {
  100% {
    width: 200%;
    height: 200%;
    border-color: transparent;
    opacity: 0;
  }
}

@keyframes wave-stroke {
  100% {
    width: 200%;
    height: 200%;
    border-color: transparent;
    opacity: 0;
  }
}/*# sourceMappingURL=style.css.map */