* {
  padding: 0;
  margin: 0;
  outline: 0;
  scrollbar-width: auto;
  scrollbar-color: #a0a1ca #dedede;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #ebebeb;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #a0a1ca;
}

body {
  min-width: 320px;
  color: #000;
  font-family: "Nunito", sans-serif;
  overflow-x: hidden;
  background: #fff;
}

a {
  text-decoration: none;
  color: #111;
  transition: 0.4s ease-in-out;
}

a:hover {
  text-decoration: none;
  color: #978484;
}

p {
  font-size: 16px;
  line-height: 30px;
  color: #555;
  margin: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}

article {
  margin: 0 0 30px 0;
  overflow: hidden;
}

figure {
  margin: 0;
}

.img-wrap {
  position: relative;
}

.img-wrap figure {
  position: relative;
  width: 100%;
  padding-top: 75%;
  margin: 0;
}

.img-wrap figure img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.imgp-wrap {
  background: #fff;
  transition: all 0.5s ease;
  display: block;
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
}

.imgp-wrap img {
  position: absolute;
  display: block;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@keyframes machine-rotate {
  100% {
    transform: rotate(360deg);
  }
}
header {
  padding: 0 0 5px 0;
  background-color: #fff;
  overflow-x: clip;
}
header .top-bar {
  background-color: #111;
  margin: 0;
  overflow-x: clip;
}
header .top-bar .top-contact {
  position: relative;
  padding: 5px 0;
}
header .top-bar .top-contact:before {
  position: absolute;
  background: #d63e38 none repeat scroll 0 0;
  content: "";
  top: 0;
  right: 0;
  width: 2030px;
  height: 120%;
  transform: skewX(45deg);
  z-index: 1;
}
header .top-bar .top-contact strong {
  color: #fff;
  position: relative;
  top: 3px;
  z-index: 2;
}
header .top-bar .top-contact strong a {
  color: #fff;
  margin: 0 0 0 5px;
}
header .top-bar .top-contact strong a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  color: #d63e38;
  margin: 0 5px 0 0;
}
header .top-bar .top-b .social-bar {
  list-style: none;
  padding: 0;
  margin: 0 0 -25px 0;
  text-align: right;
}
header .top-bar .top-b .social-bar li {
  display: inline-block;
  margin: 0 0 0 10px;
}
header .top-bar .top-b .social-bar li a {
  display: inline-block;
  position: relative;
}
header .top-bar .top-b .social-bar li a:before {
  content: "";
  position: absolute;
  border-right: 3px solid #999;
  border-top: 3px solid #999;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
  right: 100%;
  bottom: 0;
}
header .top-bar .top-b .social-bar li a i {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  height: 26px;
  width: 26px;
  line-height: 26px;
  text-align: center;
  transition: 0.4s ease-in-out;
  background-color: #d63e38;
}
header .top-bar .top-b .social-bar li a:hover i {
  background-color: #d63e38;
}
header .logo-wrap {
  display: flex;
  align-items: center;
  position: relative;
  padding: 15px 0 5px 0;
}
header .logo-wrap:before {
  position: absolute;
  background: #eee none repeat scroll 0 0;
  content: "";
  top: 0;
  right: 0;
  width: 2030px;
  height: 105%;
  transform: skewX(45deg);
  z-index: 0;
  box-shadow: 0 2px 5px 4px rgba(0, 0, 0, 0.2);
}
header .logo-wrap a {
  flex-shrink: 0;
  position: relative;
}
header .logo-wrap a img {
  max-width: 350px;
  width: 100%;
}
header .slogan {
  margin: 0 0 0 20px;
  position: relative;
}
header .slogan h1 {
  font-weight: 700;
  text-transform: uppercase;
  color: #d63e38;
  font-size: 2.5rem;
  margin: 0;
}
header .slogan h1 span {
  display: block;
  color: #d63e38;
}
header .slogan strong {
  font-size: 20px;
  text-transform: uppercase;
  color: #d63e38;
}
header .t-contact {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 10px;
}
header .t-contact .tc-wrap {
  list-style: none;
  padding: 0;
  margin: 5px 0;
}
header .t-contact .tc-wrap a {
  font-weight: 500;
  font-size: 18px;
  display: flex;
  align-items: flex-start;
  color: #111;
}
header .t-contact .tc-wrap a:hover {
  color: #d63e38;
}
header .t-contact .tc-wrap a i {
  font-size: 32px;
  text-align: center;
  transition: 0.4s ease-in-out;
  margin: 0 10px 0 0;
  flex-shrink: 0;
  color: #d63e38;
}
header .t-contact .tc-wrap a .tc-dtl small {
  display: block;
  line-height: 20px;
  font-size: 12px;
}
header .t-contact .tc-wrap a .tc-dtl strong {
  display: block;
}
header .t-contact .phn a {
  align-items: center;
}
header .t-contact .phn a .tc-dtl strong {
  font-size: 28px;
}
header .g-quote a {
  background-color: #d63e38;
  padding: 12px 20px;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  transition: 0.4s ease-in-out;
  border: 1px solid #999;
  border-bottom: none;
  border-top: none;
  border-radius: 0;
  font-weight: 500;
  display: block;
  text-align: center;
}
header .g-quote a i {
  margin: 0 0 0 5px;
}
header .g-quote a:hover {
  background-color: #d63e38;
  color: #fff;
}

.nav-wrap {
  background: #3a383b;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
  margin: 5px 0 0 0;
}

.nav-sec .navbar {
  padding: 0;
}
.nav-sec .main-navigation {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  position: relative;
  z-index: 5;
  justify-content: center;
  border-radius: 4px;
}
.nav-sec .main-navigation .menu-item {
  position: relative;
}
.nav-sec .main-navigation .menu-item:before {
  content: "";
  height: 8px;
  width: 1px;
  background: #3a383b;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.nav-sec .main-navigation .menu-item:last-of-type:before {
  display: none;
}
.nav-sec .main-navigation .menu-item:hover {
  background-color: #d63e38;
  transition: 0.4s ease-in-out;
  border-color: #d63e38;
}
.nav-sec .main-navigation .menu-item a {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 17px;
  padding: 15px 20px;
  display: inline-block;
  position: relative;
  top: 0;
  color: #fff;
  border-radius: 0;
}
.nav-sec .main-navigation .menu-item a:hover {
  background-color: #d63e38;
  transition: 0.4s ease-in-out;
  border-color: #d63e38;
}
.nav-sec .main-navigation .menu-item.active a {
  background-color: #d63e38;
  transition: 0.4s ease-in-out;
  border-color: #d63e38;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children {
  position: relative;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children .sub-menu {
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 10rem;
  font-size: 1rem;
  color: #111;
  text-align: left;
  list-style: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: none;
  position: absolute;
  margin: 0;
  background: #111;
  border-radius: 0;
  padding: 0;
  width: 310px;
  animation-duration: 0.3s;
  opacity: 0;
  transition: 0.8s ease-in-out;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children .sub-menu .menu-item::before {
  display: none;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children .sub-menu .menu-item a {
  padding: 10px;
  color: #fff;
  font-size: 14px;
  transition: 0.4s ease-in-out;
  text-align: left;
  line-height: 30px;
  border-radius: 0;
  display: block;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children .sub-menu .menu-item a:hover {
  background-color: #d63e38;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children:hover .sub-menu {
  display: block !important;
  opacity: 1;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children > a::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/*slider section*/
.slider-wrap {
  position: relative;
}
.slider-wrap .slider-bg {
  position: relative;
}
.slider-wrap .slider-bg .slide-sec {
  position: relative;
}
.slider-wrap .slider-bg .slide-sec:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.slider-wrap .slider-bg .slide-sec .slide-img {
  position: relative;
  width: 100%;
  padding-top: 100vh;
  margin: 0;
}
.slider-wrap .slider-bg .slide-sec .slide-img img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-wrap .slider-bg .slide-sec .s-caption {
  position: absolute;
  top: 0;
  transform: translatey(-50%);
  left: 5%;
  z-index: 1;
  padding: 50px 0;
  text-align: left;
  max-width: 700px;
  transition: 2s ease-in-out;
}
.slider-wrap .slider-bg .slide-sec .s-caption small {
  font-size: 24px;
  display: block;
  color: #d63e38;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0 0 10px 0;
}
.slider-wrap .slider-bg .slide-sec .s-caption strong {
  font-size: 66px;
  color: #ffffff;
  text-transform: capitalize;
  display: block;
  line-height: 72px;
  margin: 0 0 15px 0;
}
.slider-wrap .slider-bg .slide-sec .s-caption strong span {
  color: #d63e38;
  font-style: italic;
}
.slider-wrap .slider-bg .slide-sec .s-caption .btn-wrap a {
  border: 2px solid #d63e38;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  position: relative;
  border-radius: 0;
  text-transform: uppercase;
}
.slider-wrap .slider-bg .slide-sec .s-caption .btn-wrap a:before {
  content: "";
  display: block;
  position: absolute;
  border-color: #ec3323;
  box-sizing: border-box;
  border-style: solid;
  width: 1em;
  height: 1em;
  -webkit-transition: all 0.3s ease-in-out;
  bottom: -6px;
  right: -6px;
  border-width: 0 2px 2px 0;
  z-index: 5;
}
.slider-wrap .slider-bg .slide-sec .s-caption .btn-wrap a:after {
  content: "";
  display: block;
  position: absolute;
  border-color: #ec3323;
  box-sizing: border-box;
  border-style: solid;
  width: 1em;
  height: 1em;
  transition: all 0.3s ease-in-out;
  top: -6px;
  left: -6px;
  border-width: 2px 0 0 2px;
  z-index: 5;
}
.slider-wrap .slider-bg .slide-sec .s-caption .btn-wrap a:hover:after, .slider-wrap .slider-bg .slide-sec .s-caption .btn-wrap a:hover:before {
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border-color: #ec3323;
}
.slider-wrap .slider-bg .owl-item.active .s-caption {
  top: 50%;
  transition: 2s ease-in-out;
}
.slider-wrap .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translatex(-50%);
}
.slider-wrap .owl-dots .owl-dot span {
  width: 10px;
  height: 5px;
  background: #3a383b;
  border-radius: 0;
}
.slider-wrap .owl-dots .owl-dot.active span {
  background: #d63e38;
}
.slider-wrap .book-form {
  position: absolute;
  bottom: 150px;
  right: 5%;
  max-width: 500px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.8);
  padding: 0 0 10px 0;
}
.slider-wrap .book-form h3 {
  display: block;
  padding: 5px 10px;
  margin: 0 0 5px 0;
  background-color: #d63e38;
  color: #fff;
  text-align: center;
}
.slider-wrap .book-form .form-wrap form h5 {
  font-size: 14px;
  margin: 0 0 5px 0;
}
.slider-wrap .book-form .form-wrap form .form-control,
.slider-wrap .book-form .form-wrap form .form-select,
.slider-wrap .book-form .form-wrap form .form-check {
  font-size: 14px;
  margin: 0 0 10px 0;
  line-height: 1.2;
}
.slider-wrap .book-form .form-wrap form .book-cost .p-amt strong {
  font-size: 12px;
  text-align: center;
  display: block;
}
.slider-wrap .book-form .form-wrap form .book-cost .p-amt strong span {
  display: block;
  text-align: center;
}
.slider-wrap .book-form .form-wrap form .btn {
  font-size: 14px;
  padding: 5px 20px;
}
.slider-wrap .quick-form {
  position: absolute;
  bottom: 5%;
  right: 7%;
  z-index: 2;
  max-width: 300px;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 20px;
}
.slider-wrap .quick-form h3 {
  color: #d63e38;
  margin: 0 0 15px 0;
  font-size: 24px;
}

/*book form*/
.book-form {
  padding: 30px 0;
}
.book-form .bform-wrap {
  display: flex;
  align-items: stretch;
}
.book-form .bform-wrap .form-title {
  width: 300px;
  flex-shrink: 0;
  text-align: center;
  padding: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
}
.book-form .bform-wrap .form-title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(214, 62, 56, 0.9);
}
.book-form .bform-wrap h3 {
  position: relative;
  color: #fff;
  text-transform: capitalize;
  font-size: 42px;
  font-weight: 700;
}
.book-form .bform-wrap .form-wrap {
  padding: 10px 20px 10px 20px;
}
.book-form .bform-wrap .form-wrap h4 {
  display: block;
  text-align: center;
  background-color: #d63e38;
  padding: 10px;
  text-transform: capitalize;
  color: #fff;
  font-size: 32px;
}
.book-form .bform-wrap .form-wrap h5 {
  background-color: rgba(58, 56, 59, 0.7);
  padding: 5px 10px;
  color: #fff;
  font-size: 18px;
}
.book-form .bform-wrap .form-wrap .check-wrap {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.book-form .bform-wrap .form-wrap .form-check {
  margin: 0 20px 10px 0;
  flex: 1;
}
.book-form .bform-wrap .form-wrap .form-check-input {
  border-color: #777;
}
.book-form .bform-wrap .form-check-input:checked {
  background-color: #d63e38;
  border-color: #999;
}
.book-form .bform-wrap .book-cost {
  padding: 10px;
  background: #eee;
  margin: 0 0 20px 0;
}
.book-form .bform-wrap .book-cost .p-amt strong {
  text-transform: capitalize;
}
.book-form .bform-wrap .book-cost .p-amt strong span {
  margin: 0 0 0 5px;
  display: inline-block;
  padding: 5px;
  color: #fff;
  background-color: #3a383b;
}
.book-form .bform-wrap .book-cost .p-total strong {
  color: #d63e38;
}

.single .bform-wrap .form-wrap {
  background-color: #eee;
}

#div1 {
  display: none;
}

#div2 {
  display: none;
}

#div3 {
  display: none;
}

#div4 {
  display: none;
}

/*services section*/
.headings {
  text-align: center;
  margin: 0 0 50px 0;
  position: relative;
}
.headings h3 {
  font-size: 34px;
  text-transform: uppercase;
  color: #111;
  margin: 0;
  font-weight: 700;
}
.headings .heading-line {
  display: inline-block;
  position: relative;
}
.headings .heading-line:before {
  content: "";
  position: absolute;
  border-bottom: 3px solid #d63e38;
  top: 50%;
  transform: traqnslatey(-50%);
  width: 15px;
  right: 101%;
  margin-right: 15px;
}
.headings .heading-line:after {
  content: "";
  position: absolute;
  border-bottom: 3px solid #d63e38;
  top: 50%;
  transform: traqnslatey(-50%);
  width: 15px;
  left: 101%;
  margin-left: 15px;
}

/*Vehicles section*/
.vehicles {
  padding: 100px 0 70px 0;
  background-color: #eee;
}
.vehicles .vehicle-card {
  margin: 0 0 30px 0;
}
.vehicles .vehicle-card .vehicle-dtl h4 {
  margin: 0;
}
.vehicles .vehicle-card .vehicle-dtl h4 a {
  font-size: 20px;
  font-weight: 700;
  padding: 10px;
  display: block;
  color: #111;
}
.vehicles .vehicle-card .vehicle-dtl h4 a:hover {
  color: #d63e38;
}
.vehicles .vehicle-card .vehicle-dtl .car-feat {
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.vehicles .vehicle-card .vehicle-dtl .car-feat .car-seat i {
  margin: 0 5px 0 0;
}
.vehicles .vehicle-card .book-bar {
  display: flex;
}
.vehicles .vehicle-card .book-bar .booking-cost {
  flex: 1;
  text-align: center;
}
.vehicles .vehicle-card .book-bar .booking-cost strong {
  display: block;
  background-color: #3a383b;
  color: #fff;
  padding: 10px;
}
.vehicles .vehicle-card .book-bar .book-now {
  flex: 1;
  text-align: center;
}
.vehicles .vehicle-card .book-bar .book-now a {
  font-weight: 500;
  color: #fff;
  padding: 10px;
  display: block;
  background: #d63e38;
}
.vehicles .vehicle-card .book-bar .book-now a:hover {
  background: #111;
}
.vehicles .vehicle-card .book-bar .book-now a i {
  margin: 0 5px 0 0;
}

/*serving locations*/
.serving-location {
  padding: 100px 0 30px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}
.serving-location:before {
  position: absolute;
  background: #eee none repeat scroll 0 0;
  content: "";
  top: 0;
  left: 50%;
  width: 150%;
  height: 20px;
  transform: skewX(45deg);
  z-index: 0;
}
.serving-location:after {
  position: absolute;
  background: #e6e6e6 none repeat scroll 0 0;
  content: "";
  bottom: 0;
  right: 50%;
  width: 150%;
  height: 20px;
  transform: skewX(45deg);
  z-index: 0;
}
.serving-location .headings {
  margin: 0 0 100px 0;
}
.serving-location .headings h3 {
  color: #eee;
}
.serving-location .location-card {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  position: relative;
  margin: 0 0 70px 0;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.serving-location .location-card strong {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
}
.serving-location .location-card span {
  position: absolute;
  left: 20px;
  top: -50px;
  font-size: 80px;
  color: #d63e38;
  animation: machine-rotate 5s infinite;
}

.services {
  padding: 100px 0 70px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}
.services:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
}
.services .container {
  position: relative;
}
.services .container .serv-card {
  margin: 0 0 30px 0;
}
.services .container .serv-card .img-wrap {
  padding: 10px;
  position: relative;
  transition: 0.4s ease-in-out;
  margin: 0 30px 0 0;
}
.services .container .serv-card .img-wrap:before {
  content: "";
  border: 1px solid #d63e38;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border-radius: 20px;
}
.services .container .serv-card .img-wrap figure {
  border-radius: 20px;
  overflow: hidden;
}
.services .container .serv-card:hover .img-wrap {
  padding: 0;
}
.services .container .serv-card .serv-dtl {
  position: relative;
  padding: 10px 20px 10px 20px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: 4px solid #5a5a5a;
  transition: 0.4s ease-in-out;
  min-height: 335px;
  border-radius: 20px;
  margin: -50px 0 0 30px;
}
.services .container .serv-card .serv-dtl h4 {
  font-size: 1.8rem;
}
.services .container .serv-card .serv-dtl h4 a {
  color: #d63e38;
  padding: 5px 10px;
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
}
.services .container .serv-card .serv-dtl h4 a:hover {
  color: #fff;
}
.services .container .serv-card .serv-dtl p {
  color: #999;
  margin: 0 0 15px 0;
}
.services .container .serv-card .serv-dtl .r-more {
  text-align: center;
}
.services .container .serv-card .serv-dtl .r-more a {
  display: inline-block;
  margin: 0;
  color: red;
  padding: 10px;
  border: 2px solid #5a5a5a;
  border-radius: 50px;
  transition: 0.4s ease-in-out;
}
.services .container .serv-card .serv-dtl .r-more a:hover {
  border-color: #d63e38;
  color: #d63e38;
}
.services .container .serv-card:hover .serv-dtl {
  border-color: #d63e38;
}

/*about section*/
.welcome-sec {
  padding: 100px 0;
  overflow: hidden;
  position: relative;
}
.welcome-sec .headings {
  text-align: left;
  margin: 0 0 10px 0;
}
.welcome-sec .headings .big-title {
  left: 0;
  transform: initial;
  opacity: 0.2;
}
.welcome-sec .headings h3 {
  color: #000;
  font-size: 28px;
}
.welcome-sec .container {
  position: relative;
}
.welcome-sec .welcome-wrap > small {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
  position: relative;
  display: block;
  margin: 0 0 15px 0;
  color: #1f1f1f;
}
.welcome-sec .welcome-wrap > small:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 80px;
  right: 0;
  background: #eee;
}
.welcome-sec .welcome-wrap h2 {
  color: #d63e38;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 42px;
}
.welcome-sec .welcome-wrap ul {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.welcome-sec .welcome-wrap ul li {
  display: inline-block;
  padding: 10px;
  background-color: #3a383b;
  color: #d63e38;
  padding: 10px 10px 10px 40px;
  text-transform: capitalize;
  position: relative;
  margin: 0 10px 20px 0;
}
.welcome-sec .welcome-wrap ul li:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #3a383b;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.welcome-sec .welcome-wrap ul li:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  left: 10px;
  top: 50%;
  transform: translatey(-50%);
  border: 2px solid #d63e38;
  border-radius: 50%;
}
.welcome-sec .welcome-wrap p {
  color: #3a383b;
  margin: 0 0 20px 0;
}
.welcome-sec .welcome-wrap .btn-primary a {
  color: #d63e38;
  display: inline-block;
  padding: 10px 50px 10px 10px;
  position: relative;
  border: 2px solid #d63e38;
  border-radius: 50px;
}
.welcome-sec .welcome-wrap .btn-primary a:before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #d63e38;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translatey(-50%);
  transition: 0.4s ease-in-out;
}
.welcome-sec .welcome-wrap .btn-primary a:hover:before {
  right: 0;
}
.welcome-sec .wel-img {
  position: relative;
}
.welcome-sec .wel-img .why-info {
  width: 150px;
  height: 120px;
  text-align: center;
  background-color: #d63e38;
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px dashed #3a383b;
  position: absolute;
  bottom: -60px;
  transition: 0.4s ease-in-out;
  animation: infoslide 20s infinite;
}
.welcome-sec .wel-img .why-info p {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

/*for why choose us section*/
.why-us {
  padding: 100px 0;
  overflow: hidden;
  position: relative;
  background-color: #e6e6e6;
  position: relative;
}
.why-us:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-image: url(../images/why-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}
.why-us .container {
  position: relative;
}
.why-us .why-card {
  padding: 20px;
  background: #ffffff;
  box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
}
.why-us .why-card .icon-wrap {
  background-color: #3a383b;
  text-align: center;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px 0;
}
.why-us .why-card .icon-wrap span {
  color: #fff;
  font-size: 42px;
}
.why-us .why-card strong {
  font-size: 24px;
  color: #111;
  text-align: center;
  display: block;
  font-weight: 760;
}
.why-us .why-card p {
  color: #333;
  margin: 0 0 30px 0;
  text-align: center;
  color: #3a383b;
}
.why-us .why-card .w-book a {
  display: block;
  text-align: center;
  padding: 15px;
  background-color: #d63e38;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.why-us .why-card .w-book a:hover {
  background-color: #3a383b;
}
.why-us .why-card .w-location strong i {
  color: #d63e38;
  margin: 0 5px 0 0;
}
.why-us .col-md-6:nth-child(2) .icon-wrap {
  background-color: #d46864;
}
.why-us .col-md-6:nth-child(3) .icon-wrap {
  background-color: #d63e38;
}
.why-us .why-img {
  position: relative;
  padding: 30px 30px 0 30px;
  text-align: center;
}
.why-us .why-img img {
  margin: 0 auto;
}

/*testimonials section*/
.testimonials {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-size: cover;
  padding: 100px 0;
  position: relative;
}
.testimonials .container {
  position: relative;
}
.testimonials .testi-main .headings {
  text-align: center;
}
.testimonials .testi-main .headings h3 {
  color: #fff;
}
.testimonials .testi-main .headings .heading-line span:after, .testimonials .testi-main .headings .heading-line span:before {
  background-color: #eee;
}
.testimonials .testi-main .testi-card {
  background: rgba(0, 0, 0, 0.5);
  padding: 30px 40px 50px;
  margin: 10px 50px;
  position: relative;
  transition: 0.4s ease-in-out;
  box-shadow: -3px -3px 4px 1px rgba(0, 0, 0, 0.2);
  text-align: left;
}
.testimonials .testi-main .testi-card q {
  color: #fff;
  display: block;
  text-align: left;
  font-style: italic;
}
.testimonials .testi-main .testi-card .testi-profile {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin: 0 0 20px 0;
}
.testimonials .testi-main .testi-card .testi-profile .testi-dtl {
  position: relative;
  text-align: left;
}
.testimonials .testi-main .testi-card .testi-profile .testi-dtl strong {
  color: #fff;
  font-size: 20px;
  border-bottom: 1px solid #d63e38;
  margin: 0 0 5px 0;
  display: block;
}
.testimonials .testi-main .testi-card .testi-profile .testi-dtl small {
  color: #fff;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 3px;
  text-align: left;
}
.testimonials .testi-main .testi-card .testi-profile .icon-wrap i {
  font-size: 32px;
  color: #fff;
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  background-color: #d63e38;
  text-align: center;
}
.testimonials .testi-main .owl-dots {
  text-align: center;
}
.testimonials .testi-main .owl-dots .owl-dot span {
  border-radius: 0;
  margin: 0 10px 0 0;
  opacity: 0.3;
  width: 20px;
  height: 5px;
}
.testimonials .testi-main .owl-dots .owl-dot.active span {
  background: #d63e38;
  opacity: 1;
}

/*for footer*/
footer {
  background-color: #3a383b;
  padding: 30px 0 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
footer:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
footer .container {
  position: relative;
}
footer .f-logo {
  margin: 0 0 40px 0;
  text-align: center;
  padding: 10px;
  background-color: #fff;
}
footer .f-logo img {
  max-width: 200px;
}
footer .social-bar {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
footer .social-bar li {
  display: inline-block;
}
footer .social-bar li a i {
  display: inline-block;
  font-size: 18px;
  color: #d63e38;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  transition: 0.4s ease-in-out;
}
footer .social-bar li a:hover i {
  background-color: #d63e38;
  color: #fff;
}
footer .foot-wrap {
  position: relative;
  padding: 20px;
}
footer .foot-wrap h4 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 0 0 20px 0;
  position: relative;
  padding: 10px 10px 10px 20px;
  position: relative;
  border-radius: 50px;
}
footer .foot-wrap h4:before {
  content: "";
  width: 40px;
  height: 60px;
  background-image: url(../images/footer-location.png);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
footer .foot-wrap h4 span {
  position: relative;
}
footer .foot-wrap .foot-list {
  list-style: none;
  padding: 0;
  position: relative;
}
footer .foot-wrap .foot-list li {
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
  position: relative;
}
footer .foot-wrap .foot-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 2px;
  height: 10px;
  border: 2px solid #d63e38;
  transition: 0.4s ease-in-out;
  transform: skewX(45deg) translateY(-50%);
}
footer .foot-wrap .foot-list li:hover:before {
  left: 5px;
}
footer .foot-wrap .foot-list li a {
  color: #999;
  text-transform: capitalize;
}
footer .foot-wrap .foot-list li a:hover {
  color: #d63e38;
}
footer .foot-wrap .foot-contact {
  list-style: none;
  padding: 0;
}
footer .foot-wrap .foot-contact li {
  margin: 0 0 10px 0;
}
footer .foot-wrap .foot-contact li a {
  color: #999;
  display: flex;
  align-items: flex-start;
  line-break: anywhere;
}
footer .foot-wrap .foot-contact li a:hover {
  color: #d63e38;
}
footer .foot-wrap .foot-contact li a i {
  font-size: 16px;
  text-align: center;
  color: #d63e38;
  margin: 3px 5px 0 0;
  vertical-align: middle;
}
footer .copy-r {
  padding: 15px 0;
  margin: 20px 0 0 0;
  background-color: rgb(253, 62, 67);
}
footer .copy-r .copy-contn {
  justify-content: space-between;
  display: flex;
  color: #fff;
}
footer .copy-r .copy-contn strong {
  font-weight: 400;
}
footer .copy-r .copy-contn a {
  color: #111;
  font-weight: 500;
}

.scrollTop {
  position: fixed;
  right: 4%;
  bottom: 80px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  z-index: 9;
  color: #fff;
}
.scrollTop:hover {
  bottom: 85px;
}
.scrollTop i {
  color: #fff;
  background-color: #d63e38;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 20px;
  transition: 0.4s ease-in-out;
  font-size: 20px;
}

/*inner page page-banner*/
.page-banner {
  padding: 100px 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
}
.page-banner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.page-banner .container {
  position: relative;
}
.page-banner .container .banr-wrap {
  text-align: left;
}
.page-banner .container .banr-wrap h2 {
  color: #d63e38;
  display: inline-block;
  position: relative;
  padding: 20px 100px;
}
.page-banner .container .banr-wrap h2:before {
  position: absolute;
  background: #d63e38 none repeat scroll 0 0;
  content: "";
  top: 0;
  right: 0;
  width: 2030px;
  height: 100%;
  transform: skewX(45deg);
}
.page-banner .container .banr-wrap h2 span {
  position: relative;
  color: #fff;
}

/*car detail page*/
.car-single {
  padding: 50px 0;
}
.car-single .car-summary h3 {
  font-size: 34px;
  font-weight: 700;
  color: #111;
  border-bottom: 1px solid #d63e38;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
}
.car-single .car-summary p {
  color: #3a383b;
  margin: 0 0 15px 0;
}
.car-single .car-summary .car-features {
  padding: 0;
  margin: 0 0 30px 0;
  list-style: none;
}
.car-single .car-summary .car-features li {
  padding: 0 0 0 30px;
  position: relative;
  margin: 0 0 10px 0;
  color: #111;
}
.car-single .car-summary .car-features li:before {
  content: "\e877";
  font-family: "Material Symbols Outlined";
  color: #d63e38;
  position: absolute;
  left: 0;
  top: -5px;
  font-size: 24px;
}
.car-single .car-summary .btn-wrap a {
  border: 2px solid #d63e38;
  color: #d63e38;
  display: inline-block;
  padding: 10px 20px;
  position: relative;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
}
.car-single .car-summary .btn-wrap a:before {
  content: "";
  display: block;
  position: absolute;
  border-color: #ec3323;
  box-sizing: border-box;
  border-style: solid;
  width: 1em;
  height: 1em;
  -webkit-transition: all 0.3s ease-in-out;
  bottom: -6px;
  right: -6px;
  border-width: 0 2px 2px 0;
  z-index: 5;
}
.car-single .car-summary .btn-wrap a:after {
  content: "";
  display: block;
  position: absolute;
  border-color: #ec3323;
  box-sizing: border-box;
  border-style: solid;
  width: 1em;
  height: 1em;
  transition: all 0.3s ease-in-out;
  top: -6px;
  left: -6px;
  border-width: 2px 0 0 2px;
  z-index: 5;
}
.car-single .car-summary .btn-wrap a:hover:after, .car-single .car-summary .btn-wrap a:hover:before {
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border-color: #ec3323;
}

/*service single page*/
.form-wrap h3 {
  color: #d63e38;
  position: relative;
  display: inline-block;
  padding: 0 100px 0 0;
  text-transform: capitalize;
  margin: 0 0 20px 0;
}
.form-wrap h3:before {
  content: "";
  width: 80px;
  height: 1px;
  background: #d63e38;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  right: 0;
}
.form-wrap form h4 {
  color: #999;
  font-size: 14px;
  text-transform: capitalize;
}
.form-wrap form .form-control,
.form-wrap form .form-select {
  margin: 0 0 20px 0;
  border-radius: 4px;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.3);
  color: #777;
}
.form-wrap form .form-control::-moz-placeholder, .form-wrap form .form-select::-moz-placeholder {
  color: #777;
}
.form-wrap form .form-control::placeholder,
.form-wrap form .form-select::placeholder {
  color: #777;
}
.form-wrap form .form-control:focus,
.form-wrap form .form-select:focus {
  border-color: #d63e38;
  box-shadow: none;
}
.form-wrap form .btn {
  border: 2px solid #d63e38;
  color: #d63e38;
  display: inline-block;
  padding: 10px 20px;
  position: relative;
  border-radius: 0;
  text-transform: uppercase;
  background-color: transparent;
  font-weight: 700;
}
.form-wrap form .btn:before {
  content: "";
  display: block;
  position: absolute;
  border-color: #ec3323;
  box-sizing: border-box;
  border-style: solid;
  width: 1em;
  height: 1em;
  -webkit-transition: all 0.3s ease-in-out;
  bottom: -6px;
  right: -6px;
  border-width: 0 2px 2px 0;
  z-index: 5;
}
.form-wrap form .btn:after {
  content: "";
  display: block;
  position: absolute;
  border-color: #ec3323;
  box-sizing: border-box;
  border-style: solid;
  width: 1em;
  height: 1em;
  transition: all 0.3s ease-in-out;
  top: -6px;
  left: -6px;
  border-width: 2px 0 0 2px;
  z-index: 5;
}
.form-wrap form .btn:hover:after, .form-wrap form .btn:hover:before {
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border-color: #ec3323;
}

.service-inq {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.service-inq form .form-control {
  border-color: #999;
}
.service-inq .welcome-wrap ul li {
  display: block;
  background-color: transparent;
  color: #3a383b;
  font-weight: 700;
}
.service-inq .welcome-wrap ul li:after {
  height: 1px;
  opacity: 0.2;
}

/*gallery page*/
.pictures-wrap {
  padding: 100px 0 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.pictures-wrap .headings .big-title {
  opacity: 0.1;
}
.pictures-wrap .headings h3 {
  color: #3a383b;
}
.pictures-wrap .container {
  position: relative;
}
.pictures-wrap .picture-card {
  position: relative;
  overflow: hidden;
  margin: 0 0 20px 0;
}
.pictures-wrap .picture-card .img-wrap {
  border: 1px solid rgba(215, 171, 121, 0.4);
  border-radius: 5px;
}
.pictures-wrap .picture-card .img-wrap figure {
  padding-top: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.pictures-wrap .picture-card .img-wrap figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
  opacity: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
}
.pictures-wrap .picture-card .img-wrap figure img {
  transform: scale(1);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}
.pictures-wrap .picture-card .img-wrap .pic-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.85);
  padding: 20px 20px;
  color: #eee;
  text-align: left;
  text-transform: capitalize;
  border-radius: 0 0 5px 5px;
  text-align: center;
}
.pictures-wrap .picture-card .img-wrap .pic-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 5px;
  background-color: #d63e38;
  opacity: 0.5;
}
.pictures-wrap .picture-card .img-wrap .pic-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 5px;
  background-color: #d63e38;
  opacity: 0.5;
}
.pictures-wrap .picture-card .img-wrap .pic-title strong {
  font-size: 1.5rem;
}
.pictures-wrap .picture-card:hover figure:before {
  opacity: 1;
}
.pictures-wrap .picture-card:hover figure img {
  transform: scale(1.2) rotate(-5deg);
}
.pictures-wrap .picture-card .pic-dtls {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 10px;
  text-align: center;
  transition: 0.6s ease-in-out;
  opacity: 0;
}
.pictures-wrap .picture-card .pic-dtls a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  margin: 0;
  display: inline-block;
  letter-spacing: initial;
  background: #d63e38;
  opacity: 0.5;
  font-size: 14px;
}
.pictures-wrap .picture-card .pic-dtls a:hover {
  opacity: 1;
  color: #fff;
}
.pictures-wrap .picture-card:hover .pic-dtls {
  opacity: 1;
}

.v-all {
  text-align: right;
  padding: 30px 0 0 0;
}
.v-all a {
  border-top: 4px solid #d63e38;
  border-top: 4px solid #d63e38;
  border-left: 4px solid #d63e38;
  display: inline-block;
  padding: 10px 40px;
  color: #d63e38;
  font-weight: 500;
  border-radius: 20px 0 0 0;
}
.v-all a:hover {
  background-color: #d63e38;
  color: #3a383b;
}
.v-all a i {
  transform: scale(-1) rotate(90deg);
  margin: 0 5px 0 0;
}

.pgnation .pagination {
  justify-content: center;
}
.pgnation .pagination .page-item .page-link {
  margin: 5px;
  border-color: #d63e38;
  color: #fff;
  background-color: transparent;
  width: 40px;
  height: 40px;
  line-height: 38px;
  padding: 0;
  text-align: center;
  border-radius: 50%;
  color: #d63e38;
}
.pgnation .pagination .page-item .page-link:hover {
  background: #d63e38;
  border-color: #d63e38;
  color: #fff;
}
.pgnation .pagination .page-item.active .page-link {
  background: #d63e38;
  border-color: #d63e38;
  color: #fff;
}
.pgnation .pagination .page-item:first-child .page-link, .pgnation .pagination .page-item:last-child .page-link {
  border-radius: 50%;
}

/*FAQs page*/
.faq-body {
  padding: 50px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.faq-body .container {
  position: relative;
}
.faq-body .container .card {
  border: none;
  margin: 0 0 20px 0;
  background: none;
}
.faq-body .container .card .card-header {
  background: #d63e38;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 15px;
  color: #000;
  border-radius: 4px;
}
.faq-body .container .card .card-header .mb-0 > a {
  display: block;
  position: relative;
  font-size: 18px;
  color: #fff;
}
.faq-body .container .card .card-header .mb-0 > a:after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0;
  font-weight: 600;
  color: #fff;
}
.faq-body .container .card .card-header .mb-0 > a[aria-expanded=true]:after {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}
.faq-body .container .card .card-body {
  background: #111;
  color: #999;
  font-size: 18px;
  line-height: 26px;
  padding: 10px 10px 20px 10px;
}

/*contact page*/
.contact-body {
  padding: 100px 0 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-position: center;
  position: relative;
}
.contact-body:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
}
.contact-body .container {
  position: relative;
}
.contact-body .pckg-form {
  padding: 20px;
  background-color: rgba(91, 194, 253, 0.1);
  margin: 0 0 30px 0;
}
.contact-body .ft-card {
  text-align: left;
  margin: 0 0 30px 0;
  display: flex;
  border: 1px solid #d63e38;
  padding: 5px;
}
.contact-body .ft-card .icon-wrap {
  display: inline-block;
  margin: 0 10px 0 0;
}
.contact-body .ft-card .icon-wrap span {
  color: #d63e38;
  width: 60px;
  height: 60px;
  line-height: 62px;
  text-align: center;
  font-size: 54px;
}
.contact-body .ft-card .ft-dtl strong {
  display: block;
  text-transform: capitalize;
  color: #d63e38;
}
.contact-body .ft-card .ft-dtl small {
  font-weight: 500;
  color: #eee;
  font-size: 20px;
}
.contact-body .ft-card .ft-dtl small a {
  font-weight: 500;
  color: #eee;
}
.contact-body .ft-card .ft-dtl small a:hover {
  color: #d63e38;
}
.contact-body .form-wrap {
  margin: 0 0 30px 0;
}
.contact-body .form-wrap .form-control,
.contact-body .form-wrap textarea {
  border-color: #777;
  border-radius: 0;
}
.contact-body .map-wrap {
  overflow: hidden;
}

/*for quick quote*/
#quoteModal .modal-header {
  background-color: #d63e38;
}
#quoteModal .modal-body {
  background-color: #d63e38;
  border: 1px solid #d63e38;
}

/*team page*/
.team-wrap {
  background-color: rgb(32, 33, 36);
  padding: 50px 0 20px 0;
}
.team-wrap .team-card {
  margin: 0 0 30px 0;
}
.team-wrap .team-card .img-wrap figure {
  width: 100%;
  padding-top: 100%;
}
.team-wrap .team-card .team-dtl {
  padding: 20px;
  background-color: #d63e38;
}
.team-wrap .team-card .team-dtl strong {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 18px;
}
.team-wrap .team-card .team-dtl small {
  display: block;
  color: #eee;
  text-transform: capitalize;
}
.team-wrap .team-card .team-dtl .team-contact {
  position: relative;
  list-style: none;
  padding: 30px 0 10px 0;
  margin: 0;
  margin: 20px 0 0 0;
}
.team-wrap .team-card .team-dtl .team-contact:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 40px;
  background: #d63e38;
}
.team-wrap .team-card .team-dtl .team-contact li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.team-wrap .team-card .team-dtl .team-contact li a i {
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 5px 0 0;
  color: #faa10b;
  border: 1px dashed #333333;
  transition: 0.4s ease-in-out;
}
.team-wrap .team-card .team-dtl .team-contact li a:hover i {
  background-color: #d63e38;
  color: #fff;
}

/*career hiring page*/
#career-form .modal-header {
  background-color: #faa10b;
}
#career-form .modal-body {
  background-color: #000000;
  border: 1px solid #faa10b;
}

.faq-body .card .btn-wrap a {
  background-color: #d63e38;
  color: #fff;
  display: inline-block;
  padding: 5px 50px 5px 10px;
  position: relative;
  text-transform: capitalize;
}
.faq-body .card .btn-wrap a:before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translatey(-50%);
  transition: 0.4s ease-in-out;
}
.faq-body .card .btn-wrap a:hover:before {
  right: 0;
}/*# sourceMappingURL=custom.css.map */