@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Michroma&display=swap");
.btn-danger {
  color: #fff;
  background-color: #F70401 !important;
  border-radius: 0;
  border: 1px solid #F70401;
  padding: 8px 25px !important;
  font-size: 18px;
  font-weight: 400;
  transition: all ease-in-out 0.4s;
  position: relative;
  transform: skew(-20deg);
}
.btn-danger span {
  transform: skew(20deg);
  display: block;
}
.btn-danger span i {
  margin-left: 6px;
  transform: rotate(-45deg);
  transition: all ease-in-out 0.4s;
}
.btn-danger:hover {
  background-color: transparent !important;
  color: #fff !important;
}
.btn-danger:hover span i {
  transform: rotate(0deg);
}

.btn-light {
  color: #000;
  background-color: #fff !important;
  border-radius: 0;
  border: 1px solid #fff;
  padding: 8px 25px !important;
  font-size: 18px;
  font-weight: 400;
  transition: all ease-in-out 0.4s;
  position: relative;
  transform: skew(-20deg);
}
.btn-light span {
  transform: skew(20deg);
  display: block;
}
.btn-light span i {
  margin-left: 6px;
  transform: rotate(-45deg);
  transition: all ease-in-out 0.4s;
}
.btn-light:hover {
  background-color: transparent !important;
  color: #fff !important;
}
.btn-light:hover span i {
  transform: rotate(0deg);
}

.clr-wht {
  color: #fff !important;
}

.btn-danger2 {
  color: #000;
  background-color: #F70401 !important;
  border-radius: 0;
  border: none;
  padding: 8px 12px !important;
  font-size: 18px;
  transition: all ease-in-out 0.4s;
  position: relative;
}
.btn-danger2:after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  transition: all ease-in-out 0.4s;
  border-top: 43px solid #F70401;
  border-right: 10px solid transparent;
}
.btn-danger2:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  border-bottom: 43px solid #F70401;
  border-left: 10px solid transparent;
  transition: all ease-in-out 0.4s;
}
.btn-danger2:hover {
  background-color: #000 !important;
  color: #fff !important;
}
.btn-danger2:hover:after {
  border-top: 43px solid #000;
}
.btn-danger2:hover:before {
  border-bottom: 43px solid #000;
}

body {
  font-family: "Barlow", sans-serif;
  color: #5C5C5C;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 24px;
  background: #fff;
  font-weight: 400;
  overflow-x: hidden;
}

* {
  border: medium none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Michroma", sans-serif;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  outline: none !important;
}

a:hover {
  text-decoration: none;
  outline: none;
}

textarea {
  resize: none;
}

p {
  line-height: 28px;
  font-size: 16px;
  font-weight: 400;
  color: #535353;
  margin: 0;
}

/*#######################*/
.header {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 99;
  padding: 10px 0;
}
.header .navbar {
  padding: 0;
}
.header .navbar .navbar-brand {
  padding: 0;
}
.header .navbar .navbar-nav {
  position: relative;
}
.header .navbar .navbar-nav li {
  position: relative;
  padding: 0px 15px;
}
.header .navbar .navbar-nav li a {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  padding: 6px 0;
  text-transform: uppercase;
}
.header .navbar .navbar-nav li.active a {
  color: #fff;
  font-weight: 700;
}

.banner {
  position: relative;
}
.banner .ban-social {
  position: absolute;
  right: 85px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 9;
}
.banner .ban-social li {
  margin: 24px 0;
}
.banner .ban-social li i {
  font-size: 35px;
  color: #000;
  transition: all ease-in-out 0.5s;
}
.banner .ban-social li:hover i {
  color: #F70401;
}
.banner .banner-inner-section {
  position: relative;
}
.banner .banner-inner-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .banner-inner-section .banner-txt {
  position: absolute !important;
  left: 15%;
  top: 50%;
  transform: translateY(-50%);
  width: 36%;
  position: relative;
}
.banner .banner-inner-section .banner-txt h2 {
  font-size: 65px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  line-height: 95px;
}
.banner .banner-inner-section .banner-txt h2 span {
  color: #F70401;
}
.banner .banner-inner-section .banner-txt p {
  color: #B0B0BC;
  margin: 10px 0 0;
}
.banner .banner-slider .owl-item.active .banner-txt h2 {
  animation: slide-right 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s both;
}
.banner .banner-slider .owl-item.active .banner-txt p {
  animation: slide-right 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s both;
}
.banner .banner-slider .owl-item.active .banner-txt .banner-button {
  animation: slide-right 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.8s both;
}

.banner-slider .owl-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: flex;
  justify-content: center;
  width: 19%;
  padding: 50px 0;
  background-color: #fff;
}
.banner-slider .owl-dots .owl-dot {
  margin: 0 12px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #D1D1D1;
  border: 1px solid transparent;
  position: relative;
  display: flex;
  align-items: center;
}
.banner-slider .owl-dots .owl-dot.active {
  border: 1px solid #000;
  background-color: transparent;
}
@keyframes slide-right {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.main-wrap {
  padding: 75px 0;
}

.abt-img {
  position: relative;
  padding-left: 80px;
}
.abt-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.abt-img .abt-inr-img {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 285px;
}

.abt-content h5 {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.abt-content h3 {
  font-size: 38px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  margin: 8px 0 0;
  padding: 0;
}
.abt-content p {
  color: #464646;
  margin: 15px 0 0;
}
.abt-content .btn-danger:hover {
  color: #000 !important;
}
.abt-content .btn-danger:hover i {
  color: #F70401;
}

.solution-wrap {
  padding: 60px 0 0;
  background: url(../images/bg1.jpg) no-repeat;
  background-size: cover;
}

.main-title {
  font-size: 40px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  text-align: center;
}

.solution-bx {
  padding: 50px 40px;
  border-left: 3px solid #fff;
  position: relative;
}
.solution-bx h3 {
  font-size: 28px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.solution-bx .solution-img {
  width: 100%;
  height: 260px;
  overflow: hidden;
  margin: 60px 0 0;
}
.solution-bx .solution-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.solution-bx .solution-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  background-color: #fff;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all ease-in-out 0.5s;
}
.solution-bx .solution-overlay h3 {
  font-size: 28px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.solution-bx .solution-overlay p {
  font-size: 17px;
  margin: 25px 0 0;
}
.solution-bx .solution-overlay .more-btn {
  width: 60px;
  height: 60px;
  background-color: #F70401;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  transform: rotate(-45deg);
}
.solution-bx:hover .solution-overlay {
  opacity: 1;
  height: 100%;
}

.product-bx {
  text-align: center;
  padding: 25px;
}
.product-bx .pro-img {
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 20px;
}
.product-bx .pro-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all ease-in-out 0.5s;
}
.product-bx:hover .pro-img img {
  transform: scale(1.1);
}
.product-bx h4 {
  font-size: 24px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  margin: 15px 0 0;
  padding: 0;
}

.gal-wrap {
  background-color: #F70401;
  padding: 0 0 70px;
  position: relative;
}
.gal-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 385px;
  background-color: #fff;
}
.gal-wrap .gal-prt {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.gal-wrap .gal-prt .gal-bx {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 385px;
  width: 33.33%;
  position: relative;
}
.gal-wrap .gal-prt .gal-bx img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gal-wrap .gal-prt .gal-bx h3 {
  font-size: 42px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.gal-wrap .gal-prt .gal-bx p {
  font-size: 17px;
  color: #464646;
  margin: 15px 0 0;
}
.gal-wrap .gal-prt .gal-bx .gal-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all ease-in-out 0.5s;
  opacity: 1;
}
.gal-wrap .gal-prt .gal-bx .gal-overlay img {
  position: absolute;
  display: inline-block;
  top: 0%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: auto !important;
  height: auto !important;
  opacity: 0;
  transition: all ease-in-out 0.5s;
}
.gal-wrap .gal-prt .gal-bx:hover .gal-overlay {
  opacity: 1;
  height: 100%;
}
.gal-wrap .gal-prt .gal-bx:hover .gal-overlay img {
  opacity: 1;
  top: 50%;
}
.gal-wrap .counting-prt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.gal-wrap .counting-prt .counting-box {
  padding: 0 50px;
  border-right: 1px solid #FFD5D4;
  width: 25%;
}
.gal-wrap .counting-prt .counting-box:last-child {
  border: none;
}
.gal-wrap .counting-prt .counting-box h3 {
  font-size: 52px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  padding: 0;
}
.gal-wrap .counting-prt .counting-box h3 em {
  display: block;
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  color: #EEEEEE;
  margin: 8px 0 0;
  font-family: "Barlow", sans-serif;
}

.brand-prt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.brand-prt .brand-img {
  width: 11.66%;
  text-align: center;
  padding: 0 5px;
}
.brand-prt .brand-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: contain;
     object-fit: contain;
}

.quote-form-bx {
  background-color: #F70401;
  padding: 75px 40px 50px;
  position: relative;
}
.quote-form-bx:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-top: 50px solid #fff;
  border-left: 1378px solid transparent;
}
.quote-form-bx h3 {
  font-size: 42px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  padding: 0;
}
.quote-form-bx .rd-mailform .form-group {
  margin-bottom: 18px;
}
.quote-form-bx .rd-mailform .form-group label {
  font-size: 16px;
  margin-bottom: 8px;
  color: #fff;
}
.quote-form-bx .rd-mailform .form-group .form-control {
  border-radius: 0;
  height: 60px;
  border: 1px solid #fff;
  background-color: #fff;
  padding: 10px 20px;
}
.quote-form-bx .rd-mailform .form-group .form-select {
  border-radius: 0;
  height: 60px;
  border: 1px solid #fff;
  background-color: #fff;
  padding: 10px 20px;
}
.quote-form-bx .office-hours {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 12px;
  line-height: 30px;
}
.quote-form-bx .office-hours span {
  display: block;
  font-weight: 400;
}
.quote-form-bx .car-img {
  width: calc(100% + 150px);
}
.quote-form-bx .car-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer {
  background-color: #0D0C10;
}
.footer .f-top {
  padding: 50px 0;
  border-bottom: 1px solid #5C5C5C;
}
.footer .f-top .footer-bg-txt {
  font-size: 42px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  padding: 0;
}
.footer .f-top .f-social {
  margin: 40px 0 0px;
  padding: 0px;
  display: flex;
}
.footer .f-top .f-social li {
  margin: 0px 18px 0px 0px;
}
.footer .f-top .f-social li i {
  font-size: 22px;
  color: #fff;
  transition: 0.4s ease-in-out;
}
.footer .f-top .f-social li:hover i {
  color: #F70401;
}
.footer .f-top .footer-title {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 30px;
  padding: 0;
}
.footer .f-top .footer-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.footer .f-top .footer-list li {
  width: 50%;
  font-size: 16px;
  margin: 0 0 10px;
  font-weight: 400;
  padding: 0;
  text-transform: uppercase;
}
.footer .f-top .footer-list li a {
  color: #A8A8A8;
  transition: all ease-in-out 0.4s;
}
.footer .f-top .footer-list li:hover a {
  color: #F70401;
}
.footer .f-top .footer-list2 {
  margin: 0;
  padding: 0;
}
.footer .f-top .footer-list2 li {
  font-size: 16px;
  margin: 0 0 10px;
  font-weight: 400;
  padding: 0;
  text-transform: uppercase;
}
.footer .f-top .footer-list2 li a {
  color: #A8A8A8;
}
.footer .f-top .footer-list2 li:hover a {
  color: #F70401;
}
.footer .f-top .f-contact {
  margin: 0;
  padding: 0;
}
.footer .f-top .f-contact li {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}
.footer .f-top .f-contact li i {
  color: #fff;
  font-size: 14px;
  margin-right: 10px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #F70401;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .f-top .f-contact li p {
  color: #A8A8A8;
  font-size: 16px;
  margin: 0;
  width: 80%;
}
.footer .f-top .f-contact li a {
  color: #A8A8A8;
  font-size: 16px;
  font-weight: 400;
  width: 80%;
  transition: all ease-in-out 0.3s;
}
.footer .f-top .f-contact li:hover a {
  color: #fff;
}
.footer .f-bttm {
  padding: 18px 0;
}
.footer .f-bttm .copyright {
  color: #767676;
  font-size: 13px;
  margin: 0;
  text-align: center;
}

.innerBanner {
  background-size: cover !important;
  height: 400px;
  background-position: center !important;
  background-attachment: fixed !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
  color: #fff;
}

/* Contact page start */
.ctaForm-box .row {
  --bs-gutter-x: 1rem;
  gap: 16px 0px;
}

.iframe-box {
  width: 100%;
  height: 460px;
  overflow: hidden;
}

.iframe-box iframe {
  width: 100%;
  height: 100%;
}

.cont-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 15px;
  border: 1px solid #000;
  border-radius: 8px;
  min-height: 190px;
  height: 100%;
}

.cont-icon {
  font-size: 45px;
  color: #f32514;
}

.cont-text h5 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  line-height: 1;
  margin-bottom: 12px;
}

.cont-text span, .cont-text a {
  font-size: 18px;
  line-height: 1;
  color: rgba(var(--black-color), 1);
  transition: var(--transition-05s);
}

.cont-text > a:hover {
  color: rgba(var(--main-color), 1);
}

.common-section {
  padding: 80px 0;
  position: relative;
}

/* Contact page end */
.btn-danger:hover {
  background-color: #000 !important;
}

a.dropdown-item {
  color: #000 !important;
}/*# sourceMappingURL=style.css.map */

/*======================= Product Details Section ====================*/
.service-dtl-info h3 {
  font-size: 20px;
  font-weight: 700;
  color: #212121;
}
/* .service-dtl-info .service-dtl-box h5 {
  font-size: 20px;
  font-weight: 500;
  color: #212121;
} */
/* .service-dtl-info p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(var(--black-color), 1);
  margin-bottom: 0px;
} */
.service-dtl-info p > strong {
  color: #000;
}
.service-dtl-info .service-dtl-box .service-dtl-list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.service-dtl-info .service-dtl-box .service-dtl-list li::before {
  --ehw-dot: 10px;
  content: '';
  position: relative;
  width: var(--ehw-dot);
  height: var(--ehw-dot);
  border-radius: 50%;
  background: #FF6600;
}
.service-dtls-text {
  border-bottom: 1px solid #D1D1D1;
  padding-bottom: 20px;
}
.service-dtls-text h3 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 14px;
}
.service-dtls-text p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
.review-content {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.review-content .review-starts i {
  color: #FDDA0D;
}
.service-dtls-text .price {
  display: flex;
  align-items: center;
  gap: 20px;
}
.service-dtls-text .price h5 {
  font-size: 38px;
  font-weight: 600;
  color: #f32514;
}
.service-dtls-text .price p {
  font-size: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 8px;
}
.service-dtls-text .price p > i {
  color: #209608;
  font-size: 20px;
}
.service-feat-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}
.service-feat-list li > i {
  color: #FF6600;
}
.service-steps {
  margin: 20px 0px;
}
.service-steps h5 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.service-steps h5 > i {
  color: #FF6600;
}
.service-steps select {
  width: 15%;
  border-radius: 0px;
  padding: 10px 20px;
}
.service-steps input,.service-steps select:focus {
  box-shadow: none;
}
.prod-details {
  display: flex;
  align-items: center;
  gap: 20px;
}
.service-radio > .service-radio-list {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.service-radio > .service-radio-list li a {
  position: relative;
  width: 50px;
  height: 25px;
  display: inline-block;
  border-radius: 5px;
}
.service-radio > .service-radio-list li:nth-child(1) a {
  background: #FF6600;
}
.service-radio > .service-radio-list li:nth-child(2) a {
  background: #24772a;
}
.service-radio > .service-radio-list li:nth-child(3) a {
  background: #7eabe9;
}
.service-radio > .service-radio-list li:nth-child(4) a {
  background: #FFEE00;
}
.service-radio > .service-radio-list2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.service-radio > .service-radio-list2 li a {
  width: 40px;
  height: 20px;
  border: 1px solid #FF6600;
  padding: 10px 20px;
  color: #212121;
  transition: all ease-in-out 0.5s;
}
.service-radio > .service-radio-list2 li a:hover {
  background: #FF6600;
  color: #fff;
}
.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #f32514;
    box-shadow: none;
}

.prodctSlider .owl-nav button.owl-prev, .prodctSlider .owl-nav button.owl-next, .prodctSlider  button.owl-dot {
    color: #ffffff;
    font-size: 40px;
}
.prodctSlider .owl-carousel .owl-item img {
    min-height: 281px;
    object-fit: cover;
}
.Financing-bx {
  height: 100%;
    padding: 15px;
    border: 1px solid #f32514;
    background: #fff;
    border-radius: 10px;
    box-shadow: 10px 5px 5px #e7e7e7;
}
.Financing-bx img{
  max-width: 100%;
}

/* spinner start */

.cta-form-box .submitting .form-spinner {
    visibility: visible;
}
.cta-form-box .form-spinner {
    visibility: visible;
    visibility: hidden;
    display: inline-block;
    background-color: #c6c8ca;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 10px;
    position: relative;
    vertical-align: middle;
}
.cta-form-box .form-spinner::before {
    content: '';
    position: absolute;
    background-color: #424242;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes identifier {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.wpcf7-response-output {
    /* color: rgba(var(--white-color), 1) !important; */
    font-size: 15px;
    margin-top: 16px !important;
}

/* spinner end */
