@import url("../component.css");
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 15px;
}
body ul {
  margin: 0;
  padding: 0;
}
body li {
  list-style: none;
}
body a {
  text-decoration: none;
}
body p {
  font-size: 14px;
  margin: 0;
  padding: 0;
  color: #3f434d;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  position: relative;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
body .bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
body .btn {
  background-color: #D51010;
  color: #fff;
  padding: 7px 40px;
  font-size: 12px;
  border-radius: 0;
  border: 1px solid #D51010;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 14px;
}
body .btn:hover {
  background-color: transparent;
  color: #D51010;
}
body .p-v-80 {
  padding: 80px 0;
}
body .p-b-80 {
  padding-bottom: 80px;
}
body .relative {
  position: relative;
}
body .p-v-50 {
  padding: 50px 0;
}
body .p-b-50 {
  padding-bottom: 50px;
}

header .header-top {
  position: relative;
  padding: 11px 0 0;
  height: 47px;
}
header .header-top .dropdown-hover {
  position: relative;
}
header .header-top .dropdown-menu {
  display: none;
  position: absolute;
  top: 170%;
  right: 5px;
  background: #ddd;
  padding: 0 10px;
  border: 1px solid #ccc;
  z-index: 99999;
  width: 100%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
header .header-top .dropdown-menu li {
  color: #000;
  margin-bottom: 0;
  font-weight: 500;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
}
header .header-top .dropdown-hover:hover .dropdown-menu {
  display: block;
}
header .header-contact {
  display: flex;
  justify-content: end;
}
header .header-contact a {
  color: #fff;
  display: block;
  margin-right: 10px;
  border-right: 1px solid #fff;
  padding-right: 10px;
  font-weight: 600;
  font-size: 13px;
}
header .header-contact i {
  margin-right: 10px;
}
header .header-contact .hour {
  border-right: 0;
}
header .header-lower .stellarnav > ul > li > a:hover {
  color: #D51010;
}
header .header-lower .stellarnav, header .stellarnav li {
  line-height: unset;
}
header .social-icon-one {
  display: flex;
  margin-left: 60px;
}
header li {
  color: #fff;
  font-size: 14px;
}
header .social-icon-one li {
  margin-left: 15px;
}
header .social-icon-one li a {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
header .logo img {
  position: relative;
  display: inline-block;
  max-width: 100%;
  width: 200px;
}
header .header-lower {
  position: relative;
  z-index: 999;
  padding: 13px 0;
}
header .header-lower .stellarnav > ul > li > a {
  padding: 13px 6px;
  color: #373944;
  font-size: 15px;
  font-weight: 500;
}
header .header-lower .stellarnav li.has-sub > a:after {
  border-left: 6px solid rgba(249, 34, 34, 0);
  border-right: 6px solid transparent;
  border-top: 6px solid #D51010;
  display: inline-block;
}
header .header-lower .stellarnav.desktop li.has-sub a {
  font-size: 15px;
  text-align: start;
  font-weight: 500;
}
header .header-lower a {
  font-size: 25px;
  font-weight: 700;
  color: #373944;
}
header .header-lower .active {
  color: #D51010 !important;
}
header .header-lower .stellarnav ul {
  text-align: end;
}
header .header-lower .stellarnav ul ul {
  top: 71px;
}
header .header-lower .stellarnav ul ul a {
  padding: 9px 15px;
}
header .header-lower .stellarnav ul ul a:hover {
  background-color: #D51010 !important;
  color: #fff !important;
}
header .header-lower .submenu li .submenu-active {
  background-color: #D51010;
  color: #fff !important;
}
header .logo a {
  font-size: 50px;
  color: #000;
}

.banner {
  height: 100vh;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
}
.banner:before {
  content: "";
  background-color: rgba(3, 4, 9, 0.5019607843);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  visibility: visible;
  z-index: -1;
}
.banner h1 {
  color: #fff;
  text-transform: capitalize;
  font-family: "Anton";
  font-weight: 400;
  font-size: 49px;
}
.banner p {
  margin: 15px 0;
  color: #fff;
}

.about {
  padding-top: 65px;
}
.about .heading {
  background-color: #D51010;
  padding: 25px;
}
.about .heading h2, .about .heading p {
  color: #fff;
}
.about .box h3 {
  font-size: 16px;
  font-weight: 600;
  color: #2D2926;
}
.about .box p {
  font-size: 13px;
  font-weight: 400;
  min-height: 239px;
  margin-top: 1rem;
}
.about .box img {
  width: 100%;
}
.about .content {
  margin-top: 20px;
}
.about .heading2 {
  margin-bottom: 0;
  background-color: transparent;
  padding: 0;
}
.about .heading2 h2 {
  color: #2D2926 !important;
}
.about .heading2 p {
  color: #3f434d;
}

.heading {
  margin-bottom: 46px;
}
.heading h2 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #2D2926;
}
.heading p {
  font-size: 15px;
  font-weight: 400;
}

.service span {
  color: #D51010;
  font-size: 18px;
}
.service img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.service .box {
  position: relative;
}
.service .content {
  background-color: #D51010;
  padding: 26px;
  min-height: 182px;
  color: #fff;
}
.service .content p {
  color: #fff;
  font-size: 13px;
  margin-top: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.service .content h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
.service .content .btn {
  background-color: #fff;
  border: 1px solid #fff;
  color: #D51010;
}
.service .content .btn:hover {
  background-color: transparent;
  color: #fff;
}
.service .more-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35px;
  height: 35px;
  line-height: 50px;
  font-size: 17px;
  color: #0071dc;
  text-align: center;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 5px;
  background-color: #e6f1fc;
  transition: 0.5s;
}
.service h3 {
  font-weight: 400;
  font-size: 21px;
}
.service .swiper-button-next, .service .swiper-button-prev {
  bottom: unset;
  top: 19px;
}
.service .swiper-button-next {
  right: 38px;
  position: absolute;
  top: 56%;
}
.service .swiper-button-prev {
  position: absolute;
  left: 38px;
  right: unset;
  top: 56%;
}
.service .swiper-button-next:after, .service .swiper-button-prev:after {
  font-size: 13px;
  border: 1px solid #000;
  color: #000;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.callto {
  background-color: #D51010;
  background-position: left bottom, right top;
  background-repeat: no-repeat;
  margin-top: 21px;
  position: relative;
}
.callto .heading {
  padding: 25px 0;
  margin-bottom: 0;
}
.callto .heading h2, .callto .heading p {
  color: #fff;
}
.callto .btn {
  background-color: #fff;
  border: 1px solid #fff;
  color: #D51010;
}
.callto .btn:hover {
  background-color: transparent;
  color: #fff;
}
.callto .wheel2 {
  position: absolute;
  top: 0;
  right: 0;
}

.testimonial {
  background-attachment: fixed;
}
.testimonial::after {
  background-color: rgba(217, 217, 217, 0.89);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: -1;
}
.testimonial h6 {
  color: #fff;
}
.testimonial .clients-content {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(131, 131, 131, 0.1294117647);
  padding: 25px;
  min-height: 364px;
}
.testimonial .clients-content .content img {
  border-radius: 50%;
  width: 85px;
  height: 85px;
}
.testimonial .clients-content .star {
  display: flex;
  margin-bottom: 10px;
}
.testimonial .clients-content .star i {
  color: #ff7c00;
}
.testimonial .clients-content .content {
  margin-bottom: 11px;
}
.testimonial .clients-content h3 {
  margin-top: 20px;
}

.home-contact span {
  color: #D51010;
  margin-left: 8px;
}

form .form-label {
  margin-bottom: 15px;
  font-size: 14px;
}
form .form-control, form .form-select {
  height: 45px;
  color: #252525;
  border: 1px solid #D7D6D6;
  background-color: #fff;
  font-size: 15px;
  width: 100%;
  border-radius: 0;
  font-weight: 500;
}
form .form-control:focus, form .form-select:focus {
  border-color: #D51010;
  outline: 0;
  box-shadow: none;
}
form textarea {
  height: 130px !important;
  resize: none;
}
form .form-check-input[type=radio] {
  border-radius: 0;
}
form .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M20 6 9 17l-5-5'/%3e%3c/svg%3e");
}
form .form-check-input:checked {
  background-color: #D51010;
  border-color: #D51010;
}
form .form-check-input:focus {
  border-color: #D51010;
  box-shadow: none;
}
form #sig-canvas {
  border: 2px dotted #CCCCCC;
  border-radius: 15px;
  cursor: crosshair;
  width: 100%;
}

.map iframe {
  height: 619px;
}
.map .contact-list {
  background-color: #D51010;
  padding: 50px;
  position: relative;
  z-index: 1;
  margin-top: -260px;
  width: 545px;
  float: right;
  margin-right: 133px;
}
.map span {
  color: #fff;
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
}
.map .col-md-12 {
  margin-bottom: 15px;
}
.map .number {
  border-right: 1px solid #fff;
}
.map i {
  color: #fff;
  margin-right: 11px;
  margin-top: 11px;
}
.map small {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
}
.map .content {
  display: flex;
  align-items: baseline;
}
.map a {
  color: #fff;
  font-size: 15px;
}
.map .text-white {
  font-weight: 700;
}

.home-partner .partner .swiper-wrapper {
  align-items: center;
}
.home-partner .partner-icon {
  text-align: center;
}
.home-partner .swiper-button-next {
  right: 85px;
  position: absolute;
  top: 62%;
}
.home-partner .swiper-button-next:after, .home-partner .swiper-button-prev:after {
  font-size: 13px;
  border: 1px solid #000;
  color: #000;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-partner .swiper-button-prev {
  position: absolute;
  left: 85px;
  right: unset;
  top: 62%;
}

footer {
  background-color: #181818;
  padding: 50px 0 0;
  color: #fff;
}
footer p {
  color: #fff;
}
footer .menu {
  display: block;
  grid-template-columns: auto auto;
}
footer .logo a {
  color: #fff;
  font-size: 50px;
}
footer .footer-wrap a {
  color: #fff;
  font-size: 16px;
  margin-bottom: 9px;
  display: block;
}
footer article {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}
footer .menu li a {
  display: block;
  margin-bottom: 9px;
  color: #fff;
  transition: all 0.5s;
  font-weight: 400;
}
footer .menu li a:hover {
  color: #D51010;
}
footer .contact li a {
  display: flex;
  margin-bottom: 6px;
  color: #fff;
}
footer .contact li a i {
  margin-right: 10px;
  margin-top: 4px;
}
footer .bottom-footer {
  margin-top: 34px;
  background-color: #101010;
  padding: 15px 0;
}
footer .footer-logo li a {
  margin-right: 17px;
  font-size: 19px;
  color: #fff;
}
footer .footer-logo ul {
  margin-top: 15px;
}
footer input {
  height: 60px;
  background-color: transparent !important;
  color: #fff !important;
  border: 1px solid #fff;
}
footer input::-moz-placeholder {
  color: #fff !important;
}
footer input::placeholder {
  color: #fff !important;
}
footer form {
  position: relative;
}
footer form .btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 13px 9px 13px;
  height: 100%;
  font-weight: 600;
}
footer form input {
  height: 60px !important;
}

.inner-page {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inner-page::after {
  background-color: rgba(0, 0, 0, 0.568627451);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  visibility: visible;
  z-index: -1;
  content: "";
}
.inner-page h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Anton";
}

.service-page .box2 {
  margin-bottom: 20px;
}
.service-page .col-md-11 {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(131, 131, 131, 0.1294117647);
  padding: 25px;
}
.service-page p {
  color: #000;
}
.service-page h3 {
  margin-bottom: 18px;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #2D2926;
}
.service-page li {
  margin-bottom: 8px;
}
.service-page i {
  margin-right: 9px;
  font-size: 14px;
}

.faq .accordion-item {
  background-color: unset;
  border: unset;
  margin-bottom: 15px;
}
.faq .accordion-item .accordion-button {
  box-shadow: rgba(0, 0, 0, 0.15) -1.95px -1.95px 2.6px;
  border-radius: 20px 0 0 0;
  padding: 15px;
  position: relative;
}
.faq .accordion-item .accordion-body {
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  border-radius: 0 0 20px 0;
  margin-bottom: 25px;
}
.faq .accordion-item .accordion-button:not(.collapsed) {
  color: #D51010;
}
.faq .accordion-item .accordion-body {
  color: #3f434d;
}

.gallery-page .gallery-image {
  position: relative;
  margin-bottom: 20px;
  display: flex;
  overflow: hidden;
}
.gallery-page .gallery-image::after {
  position: absolute;
  content: "";
  bottom: -100px;
  left: 0;
  right: 0;
  background-color: rgba(213, 16, 16, 0.7);
  width: 100%;
  height: 0;
  transition: height 0.3s ease-in-out;
}
.gallery-page .gallery-image:hover::after {
  bottom: 0;
  height: 100%;
}
.gallery-page .gallery-image i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  color: #fff;
  font-size: 24px;
  z-index: 1;
  border: 1px solid #fff;
  padding: 15px;
}
.gallery-page .gallery-image:hover i {
  opacity: 1;
}
.gallery-page .gallery-image img {
  width: 100%;
}

.mission {
  background-color: rgba(217, 217, 217, 0.89);
}

.why-choose .box-wrap {
  display: flex;
  margin-bottom: 31px;
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  padding: 17px;
}
.why-choose .box-wrap i {
  margin-right: 20px;
  border: 1px solid #D51010;
  color: #D51010;
  width: 98px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 19px;
}
.why-choose .box-wrap h4 {
  font-size: 16px;
  margin-bottom: 14px;
}
.why-choose .box-wrap p {
  font-size: 13px;
}

.repair-page {
  padding-bottom: 0 !important;
}
.repair-page h6 {
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 15px;
}
.repair-page .heading {
  margin: 27px 0;
}
.repair-page .heading h2 {
  margin: 0;
}
.repair-page .col-md-10 {
  background-color: #fff;
  padding: 42px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2196078431);
}
.repair-page .v2 {
  margin-bottom: 0;
}
.repair-page .form-check-label {
  color: #3f434d;
}

.blog-page .blog-box {
  margin-bottom: 28px;
}
.blog-page img {
  width: 100%;
  border-radius: 0 15px;
}
.blog-page .content {
  margin-top: 15px;
}
.blog-page .content small {
  color: #D51010;
}
.blog-page .content h4 {
  color: #2D2926;
  font-size: 17px;
  margin-top: 8px;
}

.blog-details img {
  margin-bottom: 18px;
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-details h2 {
  font-size: 23px;
  margin-bottom: 15px;
}
.blog-details h3 {
  font-size: 21px;
  margin: 15px 0;
}
.blog-details h4 {
  font-size: 19px;
  margin: 15px 0;
}
.blog-details h5 {
  font-size: 17px;
  margin: 15px 0;
}

.career-page .heading {
  margin: 27px 0;
}
.career-page .heading h2 {
  margin: 0;
}
.career-page h6 {
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 14px;
}
.career-page .form-check-label {
  color: #3f434d;
}

.service-list .service-cat-list li a {
  position: relative;
  color: #333333;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  padding: 14px 25px 14px 15px;
  display: block;
  background-color: #f3f3f3;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.service-list .service-cat-list li {
  position: relative;
  margin-bottom: 2px;
}
.service-list .service-cat-list li.active a {
  color: #fff;
  background-color: #D51010;
}

.contact-info-section {
  background-color: #D51010;
  padding: 27px 0;
}
.contact-info-section .inner-box {
  display: flex;
  align-items: center;
  gap: 11px;
}
.contact-info-section .inner-box p {
  text-align: start;
  font-size: 14px;
}
.contact-info-section .icon {
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 9px;
  display: flex;
}
.contact-info-section .icon i {
  font-size: 21px;
  color: #fff;
}
.contact-info-section p {
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.contact-info-section .ph-number {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.contact-info-section a {
  color: #fff;
}

.inner-service .swiper-slide {
  margin-bottom: 20px;
}/*# sourceMappingURL=style.css.map */