/*--------------------------------------------------------------
1. Typography
----------------------------------------------------------------*/
body,
html {
  color: #666;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
  overflow-x: hidden;
}

h1,
h2,
h3 {
  clear: both;
  color: #18191d;
  padding: 0;
  margin: 0 0 20px 0;
  font-weight: 600;
  line-height: 1.2em;
}

h1 {
  font-size: 56px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 30px;
}

p {
  margin-bottom: 15px;
}

ul {
  margin: 0 0 25px 0;
  padding-left: 20px;
  list-style: square outside none;
}

i {
  font-style: italic;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

button {
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

input,
textarea {
  color: #18191d;
}

/*--------------------------------------------------------------
2. Preloader
----------------------------------------------------------------*/
/*--------------------------------------------------------------
3. General
----------------------------------------------------------------*/

.cs_gray_bg {
  background-color: rgba(242, 243, 247, 0.4);
}

/* All Button Design */
.cs_btn.cs_style_1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.6em;
  color: #fff;
  background-color: #e9a132;
  position: relative;
  outline: none;
  border: none;
}
/* .cs_btn.cs_style_1 span {
  position: relative;
  z-index: 1;
} */
.cs_btn.cs_style_1::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_btn.cs_style_1:hover::before {
  opacity: 1;
}

.cs_btn.cs_style_2 {
  border: 1px solid #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.6em;
  color: #fff;
  background-color: transparent;
  position: relative;
}
.cs_btn.cs_style_2:hover {
  background-color: #fff;
  color: #18191d;
  border-color: #fff;
}

/* End Button Design */

.form-control {
  background: transparent;
  padding: 18px 20px;
  border-bottom: 1px solid #454750 !important;
  border-radius: 0;
  color: #fff !important;
}
.form-control:focus {
  color: #18191d;
  background-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid #e9a132 !important;
}

.cs_rating {
  width: 101px;
  line-height: 16px;
  font-size: 14px;
  position: relative;
  letter-spacing: 5px;
}
.cs_rating:before {
  content: "\f005\f005\f005\f005\f005";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  opacity: 0.3;
  line-height: inherit;
}
.cs_rating > * {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.cs_rating .cs_rating_percentage {
  line-height: inherit;
  overflow: hidden;
}
.cs_rating .cs_rating_percentage:before {
  content: "\f005\f005\f005\f005\f005";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  line-height: inherit;
}
@media (max-width: 991px) {
  .cs_section_heading.cs_style_1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.cs_section_heading.cs_style_1 .cs_section_heading_in {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
form .cs_section_heading_in h2{
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
}
form .cs_section_heading_in p{
  color: #fff;
}
@media (max-width: 991px) {
  .cs_section_heading.cs_style_1 .cs_section_heading_in {
    width: 100%;
  }
}
.cs_section_heading.cs_style_1 .cs_section_heading_right {
  width: 40%;
}
@media (max-width: 991px) {
  .cs_section_heading.cs_style_1 .cs_section_heading_right {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .cs_section_heading.cs_style_1 br {
    display: none;
  }
  .car_brands{
    padding-bottom: 15px !important;
  }
}

/* Start Accordion */

/* End Accordion */
.cs_contact_wrap textarea {
  height: 108px;
}

.cs_contact_form {
  background-position: bottom left;
  background-repeat: no-repeat;
}
.cs_contact_form .form-control {
  resize: none;
}


#popupFormContainer .cs_contact_form{
  padding-left: 25px;
  padding-right: 25px;
}

/* End Contact Section */
/* Start Progress Bar */

/* End Progress Bar */

.cs_list.cs_style_2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 8px 24px;
  list-style: none;
  padding: 0;
}

.cs_list.cs_style_2 img{
  width: 18px;
}
@media (max-width: 991px) {
  .cs_list.cs_style_2 {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }
}
.cs_list.cs_style_2 li {
  padding-left: 30px;
  position: relative;
}
.cs_list.cs_style_2 li i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  top: 3px;
}

/* Post Details */

/* End Post Details */

/*--------------------------------------------------------------
4. Slider
----------------------------------------------------------------*/
.cs_slider {
  position: relative;
}

.slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slick-slide > div > .cs_slide {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100%;
}

.cs_gap_30 .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}
.cs_gap_30 .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

.cs_gap_24 .slick-slide {
  padding-left: 12px;
  padding-right: 12px;
}
.cs_gap_24 .slick-list {
  margin-left: -12px;
  margin-right: -12px;
}

.slick-arrow {
  cursor: pointer;
}

.slick-arrow.slick-hidden {
  display: none !important;
}

.cs_testimonial_slider .cs_slider_activate {
  width: 63vw;
}
@media (max-width: 991px) {
  .cs_testimonial_slider .cs_slider_activate {
    width: 100vw;
  }
}

/* .cs_service_slider .cs_slider_activate {
  width: 92vw;
} */
.cs_service_slider .slick-list {
  overflow: initial;
}
.cs_service_slider .slick-slide {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_service_slider .slick-slide.slick-active {
  opacity: 1;
}
.cs_service_slider .cs_service.cs_style_1 {
  width: 390px;
}
@media (max-width: 410px) {
  .cs_service_slider .cs_service.cs_style_1 {
    width: 300px;
  }
}
@media (max-width: 410px) {
  .cs_service_slider .slick-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .cs_service_slider .slick-list {
    margin-left: -6px;
    margin-right: -6px;
  }
}
.cs_service_slider .cs_post.cs_style_1 {
  width: 420px;
}
.cs_service_slider .slick-list {
  padding-top: 20px;
  padding-bottom: 40px;
  margin-top: -40px;
  margin-bottom: -40px;
}

.cs_hero_slider .cs_slider_navigation {
  top: 51%;
  right: 16.3%;
}
@media (max-width: 991px) {
  .cs_hero_slider .cs_slider_navigation {
    right: 15px;
  }
}
@media (max-width: 575px) {
  .cs_hero_slider .cs_slider_navigation {
    right: 15px;
    right: initial;
    bottom: 15px;
    top: initial;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    gap: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.cs_project_slider_2,
.cs_testimonial_slider_2 {
  position: relative;
}
.cs_project_slider_2 .cs_slider_prev,
.cs_project_slider_2 .cs_slider_next,
.cs_testimonial_slider_2 .cs_slider_prev,
.cs_testimonial_slider_2 .cs_slider_next {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cs_project_slider_2 .cs_slider_prev,
.cs_testimonial_slider_2 .cs_slider_prev {
  left: -10%;
}
@media (max-width: 1600px) {
  .cs_project_slider_2 .cs_slider_prev,
  .cs_testimonial_slider_2 .cs_slider_prev {
    left: 24px;
  }
}
.cs_project_slider_2 .cs_slider_next,
.cs_testimonial_slider_2 .cs_slider_next {
  right: -10%;
}
@media (max-width: 1600px) {
  .cs_project_slider_2 .cs_slider_next,
  .cs_testimonial_slider_2 .cs_slider_next {
    right: 24px;
  }
}

.cs_testimonial_slider_2 .slick-list,
.cs_service_slider_2 .slick-list {
  overflow: initial;
  padding: 38px;
}
.cs_testimonial_slider_2 .cs_slider_activate,
.cs_service_slider_2 .cs_slider_activate {
  overflow: hidden;
  margin: -38px;
}
.cs_testimonial_slider_2 .slick-slide .shadow-sm,
.cs_testimonial_slider_2 .slick-slide .shadow,
.cs_service_slider_2 .slick-slide .shadow-sm,
.cs_service_slider_2 .slick-slide .shadow {
  -webkit-box-shadow: initial !important;
  box-shadow: initial !important;
}
.cs_testimonial_slider_2 .slick-slide.slick-active .shadow-sm,
.cs_service_slider_2 .slick-slide.slick-active .shadow-sm {
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05) !important;
}
.cs_testimonial_slider_2 .slick-slide.slick-active .shadow,
.cs_service_slider_2 .slick-slide.slick-active .shadow {
  -webkit-box-shadow: 0px 4px 60px rgba(139, 139, 139, 0.15) !important;
  box-shadow: 0px 4px 60px rgba(139, 139, 139, 0.15) !important;
}

.cs-pagination.cs_style_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 70px;
}
.cs-pagination.cs_style_1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inherit !important;
}
.cs-pagination.cs_style_1 li {
  height: 16px;
  width: 16px;
  background-color: #e9a132;
  border: 1px solid #e9a132;
  border-radius: 50%;
  margin: 0 8px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-pagination.cs_style_1 li::before {
  content: "";
  position: absolute;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #e9a132;
}
.cs-pagination.cs_style_1 button {
  display: none;
}

@media screen and (min-width: 992px) {
  .cs-hidden_desktop {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .cs-hidden_mobile {
    display: none !important;
  }
}
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 14px;
  margin-top: 50px;
  list-style: none;
  overflow: hidden;
}
.slick-dots button {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  font-size: 0;
  line-height: 0;
}
@media (max-width: 991px) {
  .slick-dots {
    margin-top: 30px;
  }
}
.slick-dots li {
  height: 10px;
  width: 10px;
  background-color: #e9a132;
  opacity: 1;
  border-radius: 1.6em;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.slick-dots li.slick-active {
  width: 25px;
}

/*--------------------------------------------------------------
5. Video Popup
----------------------------------------------------------------*/

/*End Video Popup*/
/*--------------------------------------------------------------
6. Header
----------------------------------------------------------------*/
.cs_site_header {
  position: absolute;
  width: 100%;
  z-index: 101;
  left: 0;
  top: 0px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* .cs_site_header.cs_style_1 .cs_main_header {
  background-color: rgba(24, 25, 29, 0.5);
} */
.cs_site_header.cs_style_1 .cs_main_header_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.cs_site_header.cs_style_1 .cs_main_header_in {
  height: 95px;
}
.cs_site_header.cs_style_1 .cs_main_header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.cs_site_header_full_width .container {
  max-width: 100%;
  padding: 0 90px;
}

@media screen and (max-width: 1199px) {
  .cs_main_header .container {
    max-width: 100%;
  }
}

.cs_site_branding {
  display: inline-block;
}

.cs_site_branding img{
  width: 275px;
}

.cs_header_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cs_header_contact .cs_header_contact_icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 12px;
}

.cs_toolbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 1200px) {
  .cs_main_header {
    position: relative;
  }
  .cs_site_header.cs_style_1 .cs_main_header_left {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 1550px) {
  .cs_site_header_full_width .container {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1199px) {
  /* .cs_site_header.cs_style_1 .cs_main_header_right {
    padding-right: 55px;
  } */
  .cs_site_header_full_width .container {
    padding: 0 15px;
  }
  /*Mobile Menu Button*/
  .cs_site_header.cs_style_1 .cs_main_header_in {
    height: 80px;
  }
  .cs_site_header.cs_style_1 {
    top: 0;
  }
}
@media screen and (max-width: 991px) {
  .cs_site_header .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .cs_header_contact_right {
    display: none;
  }
}
/*--------------------------------------------------------------
7. Footer
----------------------------------------------------------------*/

.cs_copyright {
  background-color: #1b1b1b;
  color: #8a8a8a;
}
/*--------------------------------------------------------------
8. Isotope
----------------------------------------------------------------*/
/*--------------------------------------------------------------
9. Experience
----------------------------------------------------------------*/
.cs_experience_box {
  border: 10px solid #fff;
  height: 246px;
}

.cs_experience.cs_style_1 .cs_experience_thumb {
  padding: 40px 175px 115px 40px;
  position: relative;
}
.cs_experience.cs_style_1 .cs_experience_thumb::before {
  content: "";
  position: absolute;
  width: 255px;
  height: 304px;
  background-color: #f2f3f5;
  border-radius: 15px;
  left: 0;
  top: 0;
}
@media (max-width: 1400px) {
  .cs_experience.cs_style_1 .cs_experience_thumb {
    padding: 40px 40px 15px 40px;
  }
}
@media (max-width: 575px) {
  .cs_experience.cs_style_1 .cs_experience_thumb {
    padding: 25px 30px 115px 24px;
  }
}
.cs_experience.cs_style_1 .cs_experience_box {
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 300px;
  height: 360px;
  /* margin-bottom: 75px; */
}

@media(max-width: 500px){
  .cs_experience.cs_style_1 .cs_experience_box{
    bottom: -50px !important;
    width: 250px !important;
    height: 260px !important;
  }
}

/*--------------------------------------------------------------
10. Service
----------------------------------------------------------------*/
@media(min-width: 575px){
  .cs_service.cs_style_1 p{
    height: 200px;
  }
  .cs_hero_btn {
    margin-top: 40px;
  }
} 
.cs_service.cs_style_1 {
  border-top: 3px solid #e9a132;
}
/* .cs_service.cs_style_1 .cs_service_thumb {
  height: 242px;
  margin-left: -10px;
  width: calc(100% + 20px);
} */
.cs_service.cs_style_1 .cs_service_thumb-in {
  border-radius: inherit;
  border-radius: inherit;
  height: 242px !important;
  margin-left: -10px;
  width: calc(100% + 20px);
  overflow: hidden;
}
.cs_service.cs_style_1 .cs_service_thumb-in img{
  object-fit: cover;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.cs_service.cs_style_1:hover .cs_service_thumb-in img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.cs_service.cs_style_1 .cs_service_icon {
  height: 70px;
  width: 70px;
  background-color: #18191d;
}
.cs_service.cs_style_1:hover {
  border-color: #18191d;
}
.cs_service.cs_style_1:hover .cs_service_icon {
  background-color: #e9a132;
}
.cs_service.cs_style_1.cs_type_1 {
  border: none;
  padding-top: 15px;
  padding-bottom: 25px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
11. Hero
----------------------------------------------------------------*/

.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  /* z-index: 1; */
}
/*
.hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: white;
  padding: 20px;
} */

.cs_hero.cs_style_4 {
  height: 100vh;
  padding: 195px 0 100px;
}
@media (max-width: 991px) {
  .cs_hero.cs_style_4 {
    height: initial;
    padding: 150px 0 80px;
  }
}
@media (max-width: 575px) {
  .cs_hero.cs_style_4 {
    height: initial;
    padding: 130px 0 50px;
    background-position: 75% 50%;
  }
}
.cs_hero.cs_style_4 .cs_hero_text {
  max-width: 1150px;
}
/* .cs_hero.cs_style_4::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
} */
.cs_hero_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

/* .cs_hero_btn .cs_btn:before, 
.cs_hero_btn .cs_btn:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--title-color);
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  border-radius: 99px;
  -webkit-transform: scaleY(1.1);
  -ms-transform: scaleY(1.1);
  transform: scaleY(1.1);
}

.cs_hero_btn .cs_btn:before {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}

.cs_hero_btn .cs_btn:after {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}

.cs_hero_btn .cs_btn:hover {
  color: var(--white-color);
  box-shadow: none;
}

.cs_hero_btn .cs_btn:hover::before, 
.cs_hero_btn .cs_btn:hover:after {
  border-radius: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
} */

.whats-btn span,
.call-btn span {
  position: absolute;
  background: #fff;
  /* transform: translate(-50%, -50%); */
  pointer-events: none;
  border-radius: 50%;
  animation: animate 1s linear infinite;
}
@keyframes animate {
  0% {
    width: 0;
    height: 0;
    opacity: 0.5;
  }
  100% {
    width: 500px;
    height: 500px;
    opacity: 0;
  }
}

/*--------------------------------------------------------------
12. Iconbox
----------------------------------------------------------------*/

/*--------------------------------------------------------------
13. Posts
----------------------------------------------------------------*/

/*--------------------------------------------------------------
14. Team
----------------------------------------------------------------*/

/*--------------------------------------------------------------
15. Testimonial
----------------------------------------------------------------*/
.cs_testimonial_slider .cs_testimonial.cs_style_1 {
  max-width: 310px;
}

@media (min-width: 768px){
  .cs_testimonial.cs_style_1 p{
    height: 130px;
  }
}

.cs_testimonial.cs_style_1 .cs_testimonial_img {
  margin-top: -21px;
}

/*--------------------------------------------------------------
16. Portfolio
----------------------------------------------------------------*/

/*--------------------------------------------------------------
17. Pricing
----------------------------------------------------------------*/

/*--------------------------------------------------------------
18. Steps
----------------------------------------------------------------*/
.cs_steps.cs_style_1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 86px;
}
@media (max-width: 1199px) {
  .cs_steps.cs_style_1 {
    grid-gap: 25px;
  }
}
@media (max-width: 991px) {
  .cs_steps.cs_style_1 {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 50px;
  }
}
/* .cs_steps.cs_style_1 .cs_step_thumb {
  width: 300px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  border: 1px dashed #e9a132;
} */
/* @media (max-width: 1199px) {
  .cs_steps.cs_style_1 .cs_step_thumb {
    width: 280px;
    height: 280px;
  }
} */
.cs_steps.cs_style_1 .cs_step::before {
  content: "";
  position: absolute;
  background-image: url(../img/arrow_shape.png);
  width: 112px;
  height: 110px;
  right: -102px;
  top: 100px;
  background-size: contain;
  background-position: center;
}
@media (max-width: 1400px) {
  .cs_steps.cs_style_1 .cs_step::before {
    content: "";
    position: absolute;
    width: 70px;
    right: -79px;
  }
}
@media (max-width: 1199px) {
  .cs_steps.cs_style_1 .cs_step::before {
    display: none;
  }
}
.cs_steps.cs_style_1 .cs_step:nth-child(3n+0)::before, .cs_steps.cs_style_1 .cs_step:last-child::before {
  display: none;
}

.cs_step h2{
  font-weight: 400;
  font-size: 22px;
}

/*--------------------------------------------------------------
19. Video Modal
----------------------------------------------------------------*/

.cs_cta.cs_style_1 {
  background-color: #e9a132;
}
/* .cs_cta.cs_style_1 .cs_cta_text {
  max-width: 680px;
} *//*# sourceMappingURL=style.css.map */


.cs_steps.cs_style_1 .cs_step_thumb {
  border: 1px dashed #e9a132;
}

.cs_step:hover .cs_step_thumb{
  border: 1px solid #e9a132;
}

.cs_brand{
  /* display: flex;
  justify-content: center; */
  min-height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  align-items: center;
}
.cs_brand img {
  opacity: 1;
  display: block;
  width: auto;
  max-height: 70px;
  max-width: 100%;
  margin: 0 auto !important;
}

.cs_brand_2{
  min-height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}
.cs_brand_2 img {
  opacity: 1;
  display: block;
  width: auto;
  max-height: 45px;
  max-width: 100%;
  margin: 0 auto !important;
}

.contact-container {
  position: fixed;
  right: 0;
  bottom: 20px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 1000;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.call-us, .whatsapp-us {
  background-color: white;
  border: 1px solid #eee;
  border-radius: 18px 0 0 18px;
  max-width: 50px;
  margin-bottom: 10px;
  text-align: center;
  padding: 5px 6px;
  transition: max-width 0.5s ease-in-out, opacity 0.5s ease-in-out;
  white-space: nowrap;
  overflow: hidden;
}

.call-us a, .whatsapp-us a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #707070;
}

.whatsapp-us img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
.call-us svg{
  width: 30px;
  margin-right: 15px;
  color: var(--tp-theme-primary);
}

.call-us:hover, .whatsapp-us:hover {
  max-width: 255px;
}

.chat-with-us p {
  margin-bottom: 0;
  line-height: 20px;
}

@media (max-width: 575px) {
  .call-us:hover, .whatsapp-us:hover{
    max-width: 50px !important;
  }
}

.popup {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0 0 0 / .4)
}

.popup-content {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 15px;
}

@media(min-width:768px) and (max-width:1200px) {
  .popup-content {
    width: 450px
  }
}

@media(min-width:1200px) {
  .popup-content {
    width: 40%;
  }
}

@media(max-width:547px) {
  .popup-content {
    width: 95%
  }
}

.form-trigger {
  cursor: pointer
}
.close {
  color: #ddd;
  z-index: 9;
  float: right;
  font-size: 35px;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  cursor: pointer;
  top: -25px;
  right: 20px;
}
.close:hover{
  color: #fff;
}

#popupForm .popup-content{
  background-image: url(../img/cta_bg.jpeg);
  background-color: rgb(23, 25, 29);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-bottom: 40px;
}

#exitPopupForm .close{
  color: #333 !important;
  top: 10px;
  right: 30px;
}

@media (min-width: 575px) {
  #exitPopupForm .popup-content {
    width: 45%;
  }  
}
#exitPopupForm .popup-content img{
  border-radius: 6px;
}  

.privacy{
  margin-top: 1rem;
  margin-bottom: 0;
  color: #fff;
  font-size: 12px;
}
.privacy i{
  font-size: 14px;
}

.cs_service_icon img{
  width: 120px;
}

.marquee-slide {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

@media screen and (max-width: 575px) {
  .cs_fs_lg_36 {
    font-size: 26px;
  }
  /* form{
    padding-right: 0 !important;
    padding-left: 20 !important; 
  } */
  .contact_area .cs_height_lg_80 {
    height: 50px !important;
  }
  .contact_area .cs_width_90 {
    width: 55px !important;
  }
  .contact_area .cs_fs_32 {
    font-size: 26px !important;
  }
  .car_brands .cs_mb_lg_40 {
    margin-bottom: 0 !important;
  }
}

.cs_btn i{
  margin-right: 6px;
}

#phone {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
.error {
  color: red;
  font-size: 12px;
  margin-top: 5px;
  display: none;
}

.iti--separate-dial-code .iti__selected-dial-code{
  color: #55585b;
}
.iti{
  width: 100%;
}
.w-20{
  width: 20px !important;
}

.cs_hero{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 575px) {
  .cs_fs_lg_32 {
    font-size: 24px !important;
    line-height: 34px !important;
  }
}

.fs-26 {
  font-size: 26px !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.mb-20px {
  margin-bottom: 20px !important;
}
.p-5{
  padding: 5% !important;
}

.cover-background{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.whats-btn{
  background-color: #25d366 !important;
}

#exitPopupForm .cs_hero_btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  /* max-width: 300px; */
}

@media (max-width: 992px) {
  .md-h-400px {
      height: 400px;
  }
}

@media (max-width: 575px) {
  .xs-h-300px {
      height: 300px !important;
  }
}