/* FONT IMPORT */

/* Google Font */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/* Local Font */
/* @font-face {
	font-family: "Font Name";
	src: url("../fonts/fontpath.ttf");
  } */

:root {
  --white: #fff;
  --black: #000;
  --primary: #fcb833;
  --secondary: #333333;

  /* Font Variable */
  --font-text: "Poppins", sans-serif;
  --font-heading: "Poppins", sans-serif;
}

html {
  scroll-behavior: smooth;
  height: 100%;
  overflow-x: hidden;
}

body {
  position: relative;
  background: #000;
  overflow-x: hidden;
  height: 100%;
  font-family: "Lato", sans-serif;
}
img {
  max-width: 100%;
  height: auto;
}
section {
  position: relative;
  padding: 6rem 0;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #c8c8c8;
}

h1,
h2,
h3 {
  font-family: "Roboto", sans-serif;
}

h4,
h5,
h6 {
  color: #fff;
  font-family: var(--font-heading);
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

figure {
  margin: 0;
}

/* Cursor Start */

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  margin-left: 2px;
  margin-top: 2px;
  width: 7px;
  height: 7px;
  z-index: 10000001;
  background-color: var(--primary);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -10px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background-color: var(--primary);
  opacity: 0.3;
}

/* Cursor End */

/* PRELOADER */

.preLoader {
  width: 100%;
  height: 100%;
  z-index: 1111;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.preLoader.black {
  background-color: var(--black);
  z-index: 11113;
}

.preLoader.white {
  z-index: 11112;
  background-color: var(--primary);
}

/* PRELOADER */

/* GLOBAL CSS */

.themeBtn {
  background: var(--primary);
  font-size: 1.125rem;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  padding: 1.04em 1.96em;
  border-radius: 7px;
  line-height: normal;
}

.themeBtn.borderBtn {
  background: transparent;
  border: 1px solid #fff;
  padding: 1.04em 2em;
}

/* NAV HEADER CSS */

header {
  background: #0f0f0f;
  margin: 0 auto;
  width: 100%;
  padding: 1rem 0;
  transition: 0.3s ease-in-out;
}

.navbar-brand {
  padding: 0;
  margin: 0;
}

.navbar-nav {
  align-items: center;
  gap: 42px;
}

.navbar-nav .nav-item .nav-link {
  font-size: 14px;
  color: #cecece;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 0;
  display: inline-block;
}

.form-inline .themeBtn {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  border-radius: unset;
  margin-left: 49px;
}

/* !NAV HEADER CSS */
.main-banner {
  border-bottom: 1px solid #ffffff33;
  background: url(../images/mainbnrbg.webp) center/cover no-repeat;
  padding-bottom: 3rem;
}

.mainbnrwrap .themeBtn {
  border: 1px solid var(--primary);
  border-radius: unset;
  background: transparent;
  font-size: 1rem;
  margin-top: 1.5rem;
}

.mainbnrwrap {
  text-align: center;
  margin-left: -10rem;
}

figure.bnrcars {
  margin-left: -3rem;
}

.mainbnrwrap .themeBtn i {
  color: var(--primary);
  margin-left: 10px;
}

/* mainsec */
.mainHead {
  font-size: 2.8125rem;
  font-weight: 500;
  color: #fff;
}

/* business-auto */
.autowrapwrap {
  text-align: center;
}

.autowrapwrap p {
  font-size: 1rem;
  color: #c8c8c8;
}

.autowrapwrap h4 {
  font-size: 1.875rem;
  font-weight: 500;
  margin-top: 1.5rem;
}

section.automotive-section {
  border-bottom: 1px solid #ffffff24;
  padding-bottom: 4rem;
}

/* business-auto */

/* counter-section */
.counter-section {
  background: url(../images/counterbg.webp) center/cover no-repeat;
  border-bottom: 1px solid #ffffff24;
}

.counter-wrap h2 {
  font-size: 5rem;
  font-weight: 900;
  color: #d19b2d;
  margin-bottom: 3rem;
  position: relative;
}

.counter-wrap {
  text-align: center;
}

.counter-wrap p {
  font-size: 1.125rem;
  color: #c8c8c8;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

.counter-wrap h2::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 95px;
  height: 1px;
  bottom: -1rem;
  left: 0;
  right: 0;
  margin: auto;
}

/* counter-section */

/* our-channel */
.our-channel {
  background: url(../images/counterbg.webp) center/cover no-repeat;
  border-bottom: 1px solid #ffffff24;
}

.top-channel {
  text-align: center;
  margin-bottom: 3rem;
}

.top-channel p {
  font-size: 1rem;
  color: #c8c8c8;
  margin: 0;
}

.channelwrap {
  text-align: center;
}

.channelcntnt h3 {
  font-size: 1.375rem;
  font-weight: 500;
  color: #fff;
  margin-top: 2rem;
  margin-bottom: 0;
  position: relative;
}

.channelcntnt h3::before {
  position: absolute;
  content: "";
  background: rgb(244 244 244 / 40%);
  width: 95px;
  height: 1px;
  top: -12px;
  left: 0;
  right: 0;
  margin: auto;
}

/* our-channel */
/* bradnlogo */
.bradnlogo-sec {
  background: url(../images/bradnlogobg.webp) top no-repeat;
}

ul.bradnfig {
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.bradnfig li {
  border: 1px solid rgb(255 255 255 / 20%);
  padding: 128px 57px;
}

ul.bradnfig li figure img {
  width: 236px;
  height: 95px;
  object-fit: contain;
}

/* bradnlogo */

/* shaping */
.shiiwebptop h3 {
  font-size: 14px;
  font-weight: 500;
  color: #fcb833;
  text-transform: uppercase;
  font-family: "Lato";
  border-bottom: 1px solid rgb(255 255 255 / 30%);
}

section.shipping-section .mainHead {
  width: 70%;
}

.shippingcntn2 p {
  font-size: 1rem;
  color: #c8c8c8;
  width: 70%;
  margin-left: -13rem;
  margin-bottom: 136px;
}

figure.shapingfigure2 {
  text-align: center;
}

figure.shapingfigure1 {
  margin-top: -19rem;
}

figure.shapingfigure3 {
  margin-left: -4rem;
}

.shipping-section {
  background: url(../images/shapingbg.webp) center/cover no-repeat;
}

/* shaping */
/* Marquee-Sec Css Start */
.marquee {
  user-select: none;
  display: flex;
  gap: 2.5rem;
  position: absolute;
  left: 0;
  top: -27rem;
  bottom: 0;
  margin: auto;
}

.marquee ul {
  list-style: none;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  animation: marquee 10s linear infinite;
  align-items: center;
}

.marquee .text {
  text-align: center;
  font-size: 13.75rem;
  font-weight: 500;
  line-height: 0.7;
  position: relative;
  z-index: -1;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: "Roboto";
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(
    rgb(245 208 111 / 17%),
    rgb(186 120 2 / 17%),
    #d19b2d30
  );
  -webkit-background-clip: text;
}

@keyframes marquee {
  to {
    transform: translateX(calc(-100% - 4rem));
  }
}

section.marquee-sec {
  padding: 0;
}

figure.shapingfigure3 img {
  position: relative;
  z-index: 1;
}

/* Marquee-Sec Css End  */
/* video  */
section.videosection figure {
  position: relative;
}

section.videosection figure a {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: auto;
  font-size: 1.125rem;
}

.videosection {
  padding: 0;
  margin-top: 60px;
}
.logo-sitting img{
  width: 90%;
}
/* video  */

/* / Footer-Sec Css Start / */

footer {
  background: url(../images/footerbg.webp) center/cover no-repeat;
  padding: 6rem 160px 0;
}

footer h2 {
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: capitalize;
  color: #ffefe6;
  margin-bottom: 1rem;
}

footer p {
  color: #c8c8c8;
  margin: 0.625rem 0 1.5rem;
  letter-spacing: -0.32px;
}

footer span {
  font-size: 1rem;
  text-transform: capitalize;
  color: #c8c8c8;
  font-weight: 400;
  letter-spacing: -0.32px;
}

footer h3 {
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--white);
  letter-spacing: -0.6px;
  margin-bottom: 1rem;
}

ul.contact-list li a {
  font-size: 1rem;
  font-weight: 400;
  text-transform: capitalize;
  color: #c8c8c8;
}

ul.contact-list li + li {
  margin: 1rem 0;
}

ul.quick-list li a {
  font-size: 1rem;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: -0.32px;
  color: #c8c8c8;
}

ul.quick-list {
  display: flex;
  flex-flow: column wrap;
  max-height: 210px;
  gap: 1.2rem;
}

ul.services-list li a {
  font-size: 1rem;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: -0.32px;
  color: #c8c8c8;
}

ul.services-list li + li {
  margin: 1.5rem 0;
}

.footer-bottom {
  border-top: 1px solid rgb(255 255 255 / 20%);
  margin-top: 4rem;
  padding: 1.5rem 0;
}

.footer-bottom p {
  margin: 0;
}

ul.footer-social {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  justify-content: end;
}

ul.footer-social li a i {
  height: 3.375rem;
  width: 3.375rem;
  display: grid;
  place-items: center;
  border: 1px solid #ffff;
  border-radius: 50px;
  color: #f4c21b;
  font-size: 1.2rem;
}

footer .themeBtn {
  padding: 25px 35px 25px 41px;
  display: flex;
  align-items: center;
  width: max-content;
  gap: 10px;
  background-color: transparent;
  border: 1px solid #f4c21b;
  border-radius: unset;
  font-size: 1rem;
  font-weight: 600;
}

footer .themeBtn i {
  color: #f4c21b;
}

/* / Footer-Sec Css End / */

/* latest-news-sec */

/* latestnews-section */
.latestnews__wrapper {
  margin: 4.125rem 0;
}

.latestnews__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ededed4d;
  padding: 3.75rem 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.latestnews__item--head h6 {
  font-size: 2rem;
  font-weight: 400;
  color: #ffefe682;
  margin: 0;
}

.latestnews__item--img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) scale(0);
  transition: all 0.5s ease-in-out;
  z-index: 1;
}

.latestnews__item:hover .latestnews__item--img {
  transform: translateY(-50%) scale(1);
}

.latestnews__item--img img {
  border-radius: 0.625rem;
}

.latestnews__item--content h5 {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0;
  color: var(--secondary);
}

.latestnews__item--btn a {
  width: 60px;
  aspect-ratio: 1;
  border: 1px solid rgb(255 239 230 / 20%);
  border-radius: 50%;
  background: transparent;
  font-size: 1.25rem;
  color: #c99669;
  display: grid;
  place-items: center;
}

.latestnews__item--head h6 span {
  color: #fff;
  font-size: 3.125rem;
  font-weight: 400;
  font-family: "Roboto";
  margin-left: 56px;
}

.latestnews-section .themeBtn {
  background: transparent;
  font-size: 1rem;
  border: 1px solid var(--primary);
  border-radius: unset;
}

.toplatestnews h2 {
  font-size: 9.375rem;
  font-weight: 500;
  color: #fff;
}

.toplatestnews h3 {
  font-size: 9.375rem;
  font-weight: 500;
  color: #fff;
  text-align: end;
}

section.latestnews-section.padd-y {
  padding-top: 1rem;
}

.toplatestnews {
  margin-bottom: 8rem;
}

/* latest-news-sec */

/* Expert-Sec Css Start  */

.expert-sec {
  background: url(../images/expertbg.webp) center/cover no-repeat;
  background-color: rgb(0 0 0 / 90%);
}

section.expert-sec .mainHead {
  text-align: center;
  margin-bottom: 3rem;
  color: var(--white);
}

/* / Expert-Sec Css End / */

section.marquee-sec.bottommarquee {
  padding: 2rem 0 8rem 0;
}

section.marquee-sec.bottommarquee .marquee {
  top: 80px;
}

section.marquee-sec.bottommarquee .marquee .text {
  font-size: 9.375rem;
}

/* Testimonial Sec Css Start */

.testimonials {
  /* background: rgb(198 200 201 / 10%); */
  padding: 5rem 0;
}

.testi-wrp {
  /* text-align: center; */
}

.testi-wrp p {
  color: #cecece;
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.7;
  width: 80%;
}

.testimonials .mySwiper1 {
  padding: 3rem 0 5rem;
  margin-top: 1rem;
}

/* .testimonials .mySwiper1 .swiper-slide {
  width: 19% !important;
} */

.testimonials .mySwiper1 .swiper-wrapper {
  /* justify-content: center; */
  /* gap: 1rem; */
}

.testimonials .mySwiper1 .swiper-slide-thumb-active {
  /* transform: scale(1.3); */
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
}

.testimonials .mySwiper1 .swiper-slide {
  cursor: pointer;
  text-align: center;
}

.testimonials .mySwiper1 .swiper-slide h3 {
  font-size: 1rem;
  text-align: center;
  opacity: 1;
  color: #cecece;
  margin-top: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.testimonials .mySwiper1 .swiper-slide-thumb-active secondlsider {
  opacity: 1;
}

.testimonials .container {
  position: relative;
}

.testimonials .swiper-button-next,
.testimonials .swiper-button-prev {
  border: 2px solid var(--primary);
  width: 56px;
  height: 56px;
  border-radius: 10px;
  color: var(--primary);
  background: transparent;
  transition: 0.5s ease-in-out;
  top: 100%;
}

.testimonials .swiper-button-next:hover,
.testimonials .swiper-button-prev:hover {
  background: var(--primary);
  color: var(--black);
}

.testimonials .swiper-button-prev::after {
  content: "\f177";
  font-family: "Font Awesome 5 Pro";
  font-size: 1.625rem;
}

.testimonials .swiper-button-next::after {
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  font-size: 1.625rem;
}

.secondlsider h5 {
  font-size: 12px;
  color: #676767;
}

.top-review h4 {
  font-size: 14px;
  font-weight: 500;
  color: #fcb833;
  text-transform: uppercase;
}

.testimonials .mySwiper1 .swiper-slide .secondlsider h5 {
  opacity: 1;
}

section.testimonials .swiper.mySwiper2 {
  padding-bottom: 3rem;
}

section.testimonials .swiper-button-next,
.swiper-rtl .swiper-button-prev {
  left: 6rem;
}

section.testimonials .swiper-slide.swiper-slide-visible.swiper-slide-active h3 {
  opacity: 1;
}

section.testimonials
  .swiper-slide.swiper-slide-visible.swiper-slide-active
  .secondlsider
  h5 {
  opacity: 1;
}

section.testimonials
  .swiper-slide.swiper-slide-visible.swiper-slide-active
  .secondlsider
  img {
  opacity: 1;
}

section.testimonials .secondlsider img {
  opacity: 1;
  position: relative;
  top: -19px;
  right: -1rem;
  margin-bottom: -10px;
  width: auto;
  height: auto;
}

/* Testimonial Sec Css End */

/* / Choose-Sec Css End / */
.choose-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.3rem;
}

.choose-content p {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffefe6;
  margin: 0;
}

section.choose-sec {
  background: url(../images/choosebg.webp) center / cover no-repeat;
  background-color: rgb(0 0 0 / 95%);
  border-bottom: 1px solid;
}

.choose-content a {
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 0.725rem;
}

.choose-content a i {
  transform: rotate(313deg);
  color: #fcb833;
}

section.choose-sec .mainHead {
  color: var(--white);
}

.choose-slider {
  padding-bottom: 3rem;
}

.choose-slider .swiper-pagination-bullet {
  height: 2px;
  width: 309px;
  background: #ffff;
  border-radius: unset;
  margin: 0 !important;
}

.choose-slider .swiper-pagination-bullet-active {
  display: inline-block;
  width: 100px;
  border-radius: unset;
  height: 1px;
  color: #ffff;
}

figure.choose-img img {
  width: 100%;
}

/* / Choose-Sec Css End / */

footer .themeBtn:hover {
  background: var(--primary);
  color: #fff;
}

footer .themeBtn:hover i {
  color: #fff;
}

ul.quick-list li a:hover {
  color: var(--primary);
}

.latestnews-section .themeBtn:hover {
  background: var(--primary);
  color: #fff;
}

.mainbnrwrap .themeBtn:hover {
  background: var(--primary);
  color: #fff;
}

.mainbnrwrap .themeBtn:hover i {
  color: #fff;
}

.navbar-nav .nav-item .nav-link:hover {
  color: var(--primary);
}

.form-inline .themeBtn:hover {
  color: #000;
  background: #fff;
}

/* Inner-Pages Css Start */
.inner-ban {
  position: relative;
  z-index: 1;
  border-bottom: 2px solid #313131;
}

.inner-ban::before {
  position: absolute;
  content: "";
  inset: 0;
  background: rgb(0 0 0 / 47%);
  z-index: 0;
}

.inner-ban .overlay {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  margin: auto;
  bottom: 0;
  z-index: 1;
}

#meetteam h2 {
  font-size: 3rem;
}
.inner-ban .overlay h2 {
  color: var(--white);
  font-size: 4rem;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: -1px;
}

section.latestnews-section.padd-y.about-latest .toplatestnews h2 {
  font-size: 6.25rem;
}

section.latestnews-section.padd-y.about-latest .toplatestnews {
  text-align: center;
}

section.latestnews-section.padd-y.about-latest .toplatestnews p {
  line-height: 2;
  color: var(--white);
  margin: 0;
}

section.latestnews-section.padd-y.about-latest .toplatestnews p + p {
  margin: 0.625rem 0 0;
}

.latestnews__item--head h6 span small {
  font-size: 1.4375rem;
  font-family: "Roboto";
}

section.latestnews-section.padd-y.about-latest .latestnews__item--head h6 span {
  display: flex;
  align-items: center;
}

section.latestnews-section.padd-y.about-latest .latestnews__item--head {
  display: flex;
}

section.latestnews-section.padd-y.about-latest .latestnews__item--head h6 {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

section.latestnews-section.padd-y.about-latest {
  background: url(../images/) center/cover;
}

figure.latestimg {
  position: absolute;
  bottom: 0;
  z-index: -1;
}

figure.test-img {
  height: 55px;
  width: 55px;
  display: grid;
  place-items: center;
  background: var(--primary);
  border-radius: 50px;
  margin: 1rem auto 1.5rem;
}

.test-wrapp p {
  font-size: 1.5rem;
  font-weight: 400;
  color: #cecece;
  width: 86%;
  margin: auto;
  line-height: 1.5;
  letter-spacing: 0.1px;
}

.test-wrapp p + p {
  margin: 0.625rem auto;
}

.test-wrapp h5 {
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: capitalize;
  color: #cecece;
  margin-top: 0.625rem;
}

.test-wrapp h5 span {
  display: block;
  color: #676767;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 7px;
}

section.testimimonial-sec .testi-main:nth-child(even) {
  background: url(../images/testbg.png) center/cover no-repeat;
}

.testi-main {
  padding: 70px 0;
  border-top: 1px solid #33302e;
  border-bottom: 1px solid #33302e;
}

section.testimimonial-sec {
  padding: 0;
}

.meet-main {
  text-align: center;
}

.meet-main h5 {
  font-size: 2.8125rem;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: -1px;
  color: #fff;
}

.meet-main h5 del {
  color: #ff0000;
}

.meet-main h3 {
  font-size: 5rem;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
  letter-spacing: -1px;
  line-height: 1;
  margin: 0;
}

.meet-main p {
  color: #c8c8c8;
  line-height: 2;
  margin: 0;
}

.meet-wrapp figure {
  height: 255px;
  width: 351px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 20%);
}

.meet-content h2 {
  font-size: 1.75rem;
  font-weight: 500;
  color: #fcb833;
}

.meet-content {
  text-align: center;
  padding-top: 11px;
}

.meet-content p {
  color: #c8c8c8;
  line-height: 1.3;
  width: 86%;
  margin: auto;
}

section.meet-sec .row + .row {
  padding-top: 50px;
}

.team-wrapp {
  text-align: center;
}

.team-wrapp h3 {
  font-size: 1.875rem;
  font-weight: bold;
  text-transform: capitalize;
  color: #cecece;
  margin: 0;
  line-height: 1.3;
  margin-top: 0.625rem;
}

.team-wrapp p {
  color: #676767;
  margin: 0;
  letter-spacing: 0.1px;
  line-height: 1.25;
}

section.team-sec h2 {
  text-align: center;
  color: #fff;
  font-size: 5rem;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: -1px;
  line-height: 1;
  margin-bottom: 3rem;
}

section.meet-sec {
  border-bottom: 2px solid #313131;
}

section.team-sec {
  border-bottom: 1px solid #313131;
}

section.team-sec .row + .row {
  padding: 40px 0 0;
}

h3.subhead {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fcb833;
  letter-spacing: 0.9px;
  line-height: 1.2;
}

.subtitle {
  font-size: 3.5625rem;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
  letter-spacing: -1.7px;
  line-height: 1.2;
}

.partner-conetnt p {
  color: #cecece;
  font-size: 1.5rem;
  letter-spacing: 0.1px;
  margin: 0;
  line-height: 1.5;
}

section.partner-sec::before {
  position: absolute;
  content: "";
  inset: 0;
  background: rgb(0 0 0 / 12%);
}

.partner-sec {
  background: url(../images/partner2.png) center/cover no-repeat;
  border-bottom: 1px solid #313131;
}

/* / Contact-Page Css Start  / */

form.helpForm.pricingform .form-group input::placeholder {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 300;
}

form.helpForm.pricingform h2 {
  font-size: 1rem;
  margin-bottom: 1.438rem;
}

form.helpForm.pricingform.aos-init.aos-animate .form-group {
  margin-bottom: 2.875rem;
}

.helpForm.form-check {
  padding: 0 0 4rem 0;
}

.helpForm .form-group textarea {
  height: 260px !important;
  background: #fff !important;
  border-radius: 0;
  border: #636d79;
  color: #000;
}

form.helpForm.pricingform .form-group textarea::placeholder {
  color: #fff;
}

.contact-page form.helpForm.pricingform.aos-init.aos-animate {
  padding: 0;
  position: relative;
}

.contact-page form.helpForm.pricingform .form-group input {
  border-radius: 0;
  height: 100px;
  color: #fff;
  border: 1px solid #f4c21b;
  background: transparent;
  margin-bottom: 2rem;
}

.contact-page form.helpForm.pricingform.aos-init.aos-animate .form-group {
  margin-bottom: 1.25rem;
}

.contact-page .helpForm .form-group textarea {
  height: 140px !important;
  border-radius: 8px;
  border: unset;
}

.contact-pagetop a {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  background: var(--primary);
  padding: 1.5rem 45rem 1.5rem 1rem;
  position: absolute;
  top: -10.5rem;
  left: -8rem;
}

.contact-pagetop button.themeBtn {
  border: unset;
}

.helpBox button.themeBtn {
  border: unset;
  text-transform: capitalize;
  background: #e7b838;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 47px;
  width: 121px;
  padding: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #000000;
  border-radius: unset;
}

section.pricingpage.contact-page h4 {
  font-size: 3.4375rem;
  text-transform: capitalize;
  font-weight: bold;
  color: #fff;
  background: #0f0f0f;
}

.contact-pagetop {
  position: absolute;
  top: -15rem;
}

section.pricingpage.contact-page::before {
  position: absolute;
  content: "";
  height: 1000px;
  width: 770px;
  left: 11%;
  background: #0f0f0f;
  border-radius: 00;
  z-index: -1;
}

section.choose-sec.about-p-choose .progress-container {
  bottom: 3rem;
}

section.pricingpage.contact-page iframe {
  border-radius: 0;
  position: relative;
  z-index: -1;
}

section.pricingpage.contact-page {
  padding: 6rem 0 8rem;
}

.helpBox {
  padding-right: 3rem;
}

section.pricingpage.contact-page::after {
  position: absolute;
  content: "";
  border: 2px solid #ba7802;
  width: 65%;
  height: 72%;
  top: 13%;
  left: 14%;
  z-index: -1;
}

.adress-wrap {
  position: absolute;
  bottom: 8%;
  right: 17%;
  background: #24334a;
  padding: 2rem 12rem 4rem 1rem;
}

.adress-wrap h3 {
  font-size: 1.5625rem;
  color: #fff;
  font-weight: 400;
}

.adress-wrap ul li a {
  color: #fff;
  font-size: 15px;
}

.adress-wrap ul li {
  color: #fff;
  font-size: 15px;
  margin-bottom: 1rem;
}

.adress-wrap {
  position: absolute;
  bottom: 136px;
  right: 17%;
  background: #f4c21b;
  padding: 2rem 12rem 4rem 1rem;
}

.adress-wrap h3 {
  font-size: 1.5625rem;
  color: #000000;
  font-weight: 400;
}

.adress-wrap ul li a {
  color: #000000;
  font-size: 15px;
}

.adress-wrap ul li {
  color: #000000;
  font-size: 15px;
  margin-bottom: 1rem;
}

figure.kevin-img {
  position: relative;
}

figure.kevin-img a {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  inset: 0;
  z-index: 1;
}

figure.kevin-img a i {
  height: 84px;
  width: 84px;
  background: #fcb833;
  display: grid;
  place-items: center;
  border-radius: 50px;
  color: #000;
}

figure.kevin-img a::before {
  position: absolute;
  content: "";
  height: 110px;
  width: 110px;
  background: #d9d9d978;
  border-radius: 50%;
  z-index: -1;
}

.kevin-para {
  font-size: 1.5rem;
  color: #cecece;
  line-height: 1.5;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0;
}

.kevin {
  text-align: center;
}

.kevin h2 {
  font-size: 2.8125rem;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
  letter-spacing: -1px;
}

.kevin p {
  font-size: 1rem;
  color: #676767;
  letter-spacing: 0.1px;
}

section.kevinn-sec {
  border-bottom: 1px solid rgb(255 255 255 / 20%);
}

section.castle-sec p {
  font-size: 1.5rem;
  color: #cecece;
  line-height: 1.5;
  letter-spacing: 0.1px;
  width: 94%;
}

figure.castle-img img {
  border-radius: 50%;
  width: 210px;
  height: 210px;
  object-fit: cover;
}

figure.castle-img h5 {
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: capitalize;
  color: #cecece;
  text-align: center;
  margin-top: 1rem;
}

figure.castle-img h5 span {
  font-size: 1rem;
  font-weight: 400;
  color: #676767;
  letter-spacing: 0.1px;
  display: block;
}

section.castle-sec {
  border-bottom: 1px solid rgb(255 255 255 / 20%);
  background: url(../images/castlebg.png) center/cover no-repeat;
}

.latestnews__item.first {
  border: unset;
}

.about-overlay h2 {
  font-size: 2.8125rem;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
  letter-spacing: -1px;
  line-height: 1;
}

.about-overlay p {
  color: #c8c8c8;
  line-height: 1.5;
  margin: 0;
}

.about-overlay p + p {
  margin: 1rem 0;
}

figure.about-img {
  margin-left: -13rem;
  border: 1px solid;
  padding: 5rem 0;
}
figure.about-img img {
  width: 60%;
  display: table;
  margin: auto;
}

section.cera-sec h3 {
  font-size: 2.8125rem;
  font-weight: bold;
  text-transform: capitalize;
  color: #cecece;
}

section.cera-sec {
  text-align: center;
}

section.cera-sec h3 span {
  display: block;
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: capitalize;
  color: #676767;
  line-height: 1;
  margin-top: 0.625rem;
  letter-spacing: 0.1px;
}

section.cera-sec p {
  font-size: 1.5rem;
  color: #cecece;
  letter-spacing: 0.1px;
  line-height: 1.5;
}

/* Inner-Pages Css End  */

section.marquee-sec.bottommarquee.aboutmarquee {
  margin-top: -12rem;
}

section.map {
  border-top: 1px solid rgb(255 255 255 / 10%);
}

section.map figure img {
  border-radius: 113px;
  mix-blend-mode: luminosity;
}

section.map figure .map-logo {
  mix-blend-mode: unset;
  position: absolute;
  inset: 0;
  margin: auto;
}
figure.foter-logo {
  margin: 0 0 1.5rem;
}
figure.foter-logo img {
  width: 50%;
}
.secondlsider {
  opacity: 0;
}
.testimonials .mySwiper1 .swiper-slide-thumb-active .secondlsider {
  opacity: 1;
}
.testimonials .mySwiper1 img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 50%;
}

.test-wrapp .rvw-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}
.Proud-heading h2{
  text-align: center;
  font-size: 2.8125rem;
  font-weight: 500;
  color: #fff;
}
.proud-section{
  padding-top: 5%;
  padding-bottom: 5%;
}

.cars-img img {
  width: 100%;
  height: 348px;
}
.solution-box {
  padding: 1.5rem;
  border: 1px solid var(--primary);
  border-radius: 6px;
  margin-bottom: 1.5rem;
}
.solution-box-img {
  margin-bottom: 1.5rem;
}
.solution-box-img img {
  border-radius: 6px;
  height: 250px;
  width: 100%;
}
.solution-box-content h2 {
  font-size: 26px;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 10px;
}
.solution-box-content p {
  font-size: 18px;
  color: var(--white);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
.wrapper {
  width: 90%;
  max-width: 1536px;
  margin-inline: auto;
  position: relative;
  height: 100px;
  margin-top: 5rem;
  overflow: hidden;
  mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1) 20%,
    rgba(0, 0, 0, 1) 80%,
    rgba(0, 0, 0, 0)
  );
}

@keyframes scrollLeft {
  to {
    left: -200px;
  }
}

.item {
  width: auto;
  height: auto;
  border-radius: 6px;
  position: absolute;
  left: max(calc(200px * 8), 100%);
  animation-name: scrollLeft;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.item1 {
  animation-delay: calc(30s / 8 * (8 - 1) * -1);
}

.item2 {
  animation-delay: calc(30s / 8 * (8 - 2) * -1);
}

.item3 {
  animation-delay: calc(30s / 8 * (8 - 3) * -1);
}

.item4 {
  animation-delay: calc(30s / 8 * (8.2 - 4) * -1);
}

.item5 {
  animation-delay: calc(30s / 8 * (8 - 5) * -1);
}

.item6 {
  animation-delay: calc(30s / 8 * (8 - 6) * -1);
}

.item7 {
  animation-delay: calc(30s / 8 * (8 - 7) * -1);
}

.item8 {
  animation-delay: calc(30s / 8 * (8.2 - 8) * -1);
}
.increase-box {
  padding: 3rem 3rem;
  background-color: var(--white);
  border-bottom: 6px solid var(--primary);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.increase-box h2 {
  font-size: 100px;
  font-weight: 700;
  color: var(--primary);
}
.increase-box h2 span {
  font-size: 70px;
}
.increase-box p {
  font-size: 30px;
  font-weight: 700;
  color: var(--black);
}
.accordion .card {
  border-radius: 40px;
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid #ddd;
}

.accordion .card-header {
  border-radius: 40px 40px 0 0;
  background-color: #f7f7f7;
}

.accordion .card-body {
  border-radius: 0 0 40px 40px;
  background-color: #fff;
}

.accordion .btn-link {
  text-decoration: none;
  color: #333;
}
#accordion .card {
  margin-bottom: 1.4rem;
  border-radius: 6px;
  border: 0;
  background: transparent;
  border: 1px solid var(--primary);
}

#accordion .card .btn {
  display: flex;
  align-items: center;
  box-shadow: none;
  font-size: 20px;
  width: 100%;
  border-radius: 40px;
  transition: 0.5s;
  position: relative;
  font-weight: 700;
  color: var(--primary);
}

#accordion .card .btn::before {
  content: '\f058';
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 1.5rem;
  transform: translateY(-50%);
  transition: 0.5s ease;
}

#accordion .card .btn.collapsed::before {
  content: '\f058';
}

*/ #accordion .card .card-header {
  padding: 0;
  border-radius: 40px;
  border: 0;
}
.card-body p {
  color: var(--white);
}
.dealer-box {
  padding: 2rem;
  background-color: transparent;
  border: 1px solid var(--primary);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.dealer-box h2 {
  font-size: 26px;
  font-weight: 700;
  color: var(--primary);
}
.dealer-box p {
  font-size: 16px;
  color: var(--white);
}
.card-header {
  border-bottom: 1px solid var(--primary);
}
.customized-direct-mail-list li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.customized-direct-mail-list li i{
  font-size: 40px;
  color: var(--primary);
  margin-top: 6px;
}
.strengths-list li {
  position: relative;
  padding-left: 30px;
}
.strengths-list li::before {
  content: "";
  font-size: 22px;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 0px;
  left: 0;
  color: var(--primary);
}
.plus-icon-list li::before{
  content: "\f00c";
}
.check-icon-list li::before{
  content: "\f067";
}
.strengths-list li h4 {
  color: var(--primary);
}
.legacy-of-success-box {
  flex-direction: row;
  position: relative;
}
.legacy-of-success-box > div:first-child {
  flex-shrink: 0;
}
.legacy-of-success-box i {
  font-size: 30px;
  color: var(--primary);
}
.legacy-of-success-box::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--primary);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 1s;
  transform: scaleY(0);
  transform-origin: top;
  z-index: -1;
}
.legacy-of-success-box:hover::before {
  transform: scaleY(1);
}
.legacy-of-success-box h2, p , i { 
  transition: all 1s;
}
.legacy-of-success-box:hover h2 {
  color: var(--secondary);
}
.legacy-of-success-box:hover  p {
  color: var(--secondary);
}
.legacy-of-success-box:hover i {
  color: var(--secondary);
}
.crafted-box i {
  font-size: 30px;
  color: var(--primary);
}
.crafted-box {
  margin: 18px 0;
}
.dealerships-list {
  border: 1px solid var(--primary);
}
.dealerships-box {
  border: none;
  border-bottom: 1px solid var(--secondary);
}
.dealerships-list li:last-child .dealerships-box {
  border: none;
}
.dealerships-box a {
  color: var(--primary);
  margin-right: 2px;
}
.contact-list {
  display: flex;
  align-items: center;
  gap: 4rem;
  justify-content: center;
}
.contact-box {
  padding: 2rem;
  text-align: center;
}
.contact-box h2 {
  color: var(--primary);
}
.contact-box i {
  margin-bottom: 20px;
  font-size: 40px;
  color: var(--white);
}
.card-body a {
  color: var(--primary);
}
.cta-sec {
  background-color: var(--primary);
}
.cta-content p , h2 {
  color: var(--black);
}
.cta-btn .borderBtn {
  border: 1px solid var(--black);
  color: var(--black);
}