/* FONT IMPORT */

/* Google Font */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans: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: #c26728;
  --secondary: #01383d;
}

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


body {
  position: relative;
  background: linear-gradient(#f8f9ff, #fdfbff);
  overflow-x: hidden;
  height: 100%;
  font-family: "Noto Sans", sans-serif;
}

section {
  position: relative;
  padding: 6rem 0;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #828282;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  margin: 0;
}

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

.img {
  perspective: none;
  overflow: hidden;
  transform-style: preserve-3d;
}

.img img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  will-change: transform, box-shadow;
  display: block;
}

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 */

body.loading {
  overflow: hidden;
  height: 100vh;
}

.preLoader {
    /*background-color: #fff;*/
  width: 100%;
  height: 100%;
  z-index: 1111;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: start;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 11113;
}
.preLoader video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/*.preLoader.white {*/
/*    background: #fff;*/
/*}*/
.preLoader .counter {
  color: var(--white);
  font-size: 15rem;
  font-family: var(--font-heading);
  font-weight: 700;
  position: absolute;
  bottom: 0rem;
  right: 5rem;
}

.preLoader .bar {
  height: 20%;
  width: 100vw;
  background-color: var(--primary);
}

.preLoader.black.mobile-loader {
    display: none;
  }



/* PRELOADER */

/* GLOBAL CSS */

.themeBtn {
  /* background: var(--primary); */
  font-size: 0.9375rem;
  color: var(--white);
  text-transform: capitalize;
  font-weight: 500;
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 15px;
  line-height: normal;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.themeBtn::before {
  position: absolute;
  content: "";
  inset: 0;
  background: var(--primary);
  z-index: -2;
}

.themeBtn::after {
  position: absolute;
  content: "";
  background: var(--secondary);
  width: 100%;
  top: 100%;
  left: 50%;
  aspect-ratio: 1;
  border-radius: 50%;
  z-index: -1;
  box-shadow: 0 0 0 1rem #ffff inset, 0 0 0 2rem #cccc inset;
  transition: 1.9s ease;
}

.themeBtn:hover::after {
  top: -30%;
  left: 0%;
  transform: scale(3);
}

.themeBtn:hover {
  color: var(--white);
}

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

/* NAV HEADER CSS */

header {
  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;
  justify-content: space-between;
  gap: 34px;
}

.navbar-nav .nav-item .nav-link {
  font-size: 1.063rem;
  color: var(--black);
  text-transform: capitalize;
  font-weight: 400;
  padding: 0 0;
  display: inline-block;
}

/* !NAV HEADER CSS */

/* MAIN HERO SLIDER CSS */

.main-slider {
  height: 100vh;
}

.homeSlider.swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  overflow: hidden;
}

.homeSlider.swiper-container .swiper-slide {
  overflow: hidden;
}

.homeSlider .swiper-pagination {
  bottom: 8rem;
  width: fit-content;
  left: 18rem;
}

.homeSlider .swiper-button-prev,
.homeSlider .swiper-button-next {
  width: 4.35rem;
  height: 4.35rem;
  font-size: 1rem;
  color: #fff;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.28);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.homeSlider .swiper-button-next {
  right: 1rem;
}

.homeSlider .swiper-button-prev {
  left: 1rem;
}

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

.homeSlider .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  display: inline-block;
  margin: 0 0.5rem !important;
  opacity: 1;
  border: 1px solid var(--white);
  background: transparent;
}

.homeSlider .swiper-pagination-bullet-active {
  background: var(--white);
  position: relative;
}

.homeSlider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}

.main-slider h1 {
  margin: 0;
  color: var(--white);
  font-size: 5rem;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}

.main-slider p {
  color: var(--white);
  font-weight: 500;
  line-height: 1.2;
  margin: 0.625rem 0;
  font-size: 1.5625rem;
}

/* !MAIN HERO SLIDER CSS */

/* Faq Sec Css Start */
/* .faq-sec #accordion {
  border: 0;
  border-radius: 0;
}

.faqt-top .subHead {
  color: var(--black);
  margin-bottom: 0.4rem;
}

.faq-sec #accordion .card {
  background: #fff;
  border: 1px solid #dfe1de;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  transition: background-color 0.4s ease;
}

.faq-sec #accordion .card .btn-link {
  width: 100%;
  height: 4.125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #042a2d;
  background-color: transparent;
  font-size: 22px;
  font-weight: 600;
  text-align: left;
  padding: 1rem 1.25rem;
  border: none;
  outline: none;
  transition: all 0.3s ease;
}

.faq-sec #accordion .card .btn-link i {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.faq-sec #accordion .card .btn-link i::before {
  content: "\f068";
}

.faq-sec #accordion .card .btn-link.collapsed i::before {
  content: "\f067";
}

.faq-sec #accordion .card .btn-link.collapsed {
  background-color: #fff;
  color: #000;
}

.faq-sec #accordion .card .collapse.show,
.faq-sec #accordion .card[aria-expanded="true"],
.faq-sec #accordion .card .btn-link[aria-expanded="true"] {
  background-color: #1e3a8a;
  color: #fff;
  border-radius: 0;
  border-bottom: 1px solid #ffffff26;
  padding-bottom: 0;
}

.faq-sec #accordion .card .btn-link[aria-expanded="true"] i {
  color: #fff;
}

.faq-sec #accordion .card .card-body {
  padding: 29px 28px 30px 28px;
  font-size: 14px;
  color: #fff;
  background-color: #1e3a8a;
  transition: all 0.3s ease;
  border-radius: 0;
}

.faq-sec #accordion .card .card-body p {
  margin: 0;
  color: #fff;
  line-height: 1.8;
}

.faq-sec #accordion .card+.card {
  margin-top: 25px;
}

.faq-sec #accordion .collapse {
  transition: height 0.4s ease;
  overflow: hidden;
}

.faq-sec .card h5 {
  margin: 0;
} */

/* Faq Sec Css End  */

/* header section */

.form-inline .themeBtn {
  margin-left: 50px;
}

/* Hero section */

.hero {
  padding: 9rem 0 6.5rem 0;
}

.hero_img {
  position: relative;
}

.hero_content .video_play {
  width: 145px;
  height: 145px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background-color: var(--secondary);
  padding: 16px 16px 19px;
  position: absolute;
  top: 45px;
  left: 83%;
}

.hero_content .video_play i {
  position: absolute;
  margin: auto;
  color: #fff;
  font-size: 36px;
}

ul.member {
  display: flex;
  align-items: center;
}

ul.member li {
  margin-right: -20px;
}

.hero_expert {
  display: flex;
  align-items: end;
  gap: 70px;
  margin-top: 38px;
}

.hero_content h3 {
  color: var(--secondary);
  font-weight: 600;
font-size: 1rem;
  text-transform: uppercase;
}

.hero_content h2 {
  margin: 15px 0 32px;
  font-size: 3.875rem;
  font-weight: 800;
  color: #020c1b;
  line-height: 1.1;
}

.hero_content p {
  line-height: 1.3;
  width: 70%;
}

.hero_expert p {
  color: #01383d;
  width: fit-content;
  margin: 23px 0 0;
}

figure.hero_image {
  position: relative;
}

/* figure.hero_image img:last-child {
  position: absolute;
  top: 0px;
  left: 10.5%;
} */

.hero .form-inline {
  margin-top: 33px;
  gap: 24px;
}

.hero .form-inline a:last-child {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #01383d;
  font-size: 1.188rem;
}

.hero .form-inline a h6 {
  display: block;
  color: #444e58;
  font-size: 1rem;
  font-weight: 400;
}

/* Brand Section */

.trust h4 {
  line-height: 1.6;
  font-size: 1.75rem;
  font-weight: 600;
}

.brand_logo {
  padding: 77px 0 77px 240px;
}

.brands {
  display: flex;
  gap: 4rem;
  animation: scrollBrands 20s linear infinite;
  width: max-content;
}

.brand-marquee-wrapper {
  overflow: hidden;
  padding: 2rem 0;
}

.brands img {
  height: 70px;
  width: auto;
  object-fit: contain;
}

@keyframes scrollBrands {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* Deliver Sec Css Start */
section.deliver-sec {
  padding: 0 0 6rem;
}

.deliver-overlay {
  background-color: var(--secondary);
  padding: 4.4375rem 0;
  border-radius: 32px;
}

.mainHead {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.3;
  color: #020c1b;
}

.deliver-imag {
  margin: 1.25rem 0 2.56rem;
}

.deliver-content .btn-group {
  gap: 1.25rem;
}

.deliver-content .btn-group .themeBtn:nth-child(odd)::before {
  background-color: transparent;
  color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 15px;
}

.deliver-content .btn-group .themeBtn:nth-child(odd) {
  color: var(--primary);
}

/* Deliver Sec Css End  */

/* About Sec Css Start */

.subHead {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--secondary);
  line-height: 1.4;
}

.about-top .mainHead {
  padding-left: 7.5rem;
}

.about-wrapp h5 {
  font-size: 3rem;
  font-weight: 800;
  color: #020c1b;
  border-right: 1px solid #020c1b;
  padding-right: 1.25rem;
}

.about-content ul {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.about-content ul li a {
  color: var(--primary);
}

.about-content h4 {
  font-size: 1rem;
  font-weight: 400;
  text-transform: capitalize;
  color: #444e58;
  font-family: "Noto Sans";
  margin-top: 0.265rem;
}

.about-wrapp {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  background-color: #fdfbff;
  padding: 1.45rem;
  width: fit-content;
  border-radius: 20px 0 0;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 15rem;
}

section.about-sec .row+.row {
  padding-top: 4.5rem;
}

figure.about-img img {
  width: 100%;
  width: 505px;
  height: 641px;
   object-fit: cover; 
  /* border-radius: 17px; */
}

.about-sec p {
  color: #444e58;
  line-height: 1.375;
  width: 90%;
  margin-left: auto;
}

.about-right .themeBtn {
  padding: 1rem 1.8rem;
}

.about-btn {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}

.about-btn a i {
  height: 3.4375rem;
  width: 3.4375rem;
  display: grid;
  place-items: center;
  background-color: var(--secondary);
  border-radius: 50px;
  color: var(--white);
}

.about-overlay {
  position: relative;
}

.about-social {
  position: absolute;
  left: -4rem;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
}

.about-social ul {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.about-social ul li a i {
  color: var(--secondary);
  border: 1px solid;
  border-radius: 50px;
  height: 2.625rem;
  width: 2.625rem;
  display: grid;
  place-items: center;
}

.about-social::before {
  position: absolute;
  top: -8rem;
  height: 6.25rem;
  width: 2px;
  background-color: var(--secondary);
  left: 0;
  content: "";
  right: 0;
  margin: auto;
}

.about-sec {
  padding: 2rem 0;
}

/* About Sec Css End  */

/* Services Sec Css Start */
section.services-sec {
  padding-bottom: 0;
}

.services-top {
  text-align: center;
  margin-bottom: 1.375rem;
}

.services-top .mainHead {
  margin: 0.625rem 0 0.425rem;
}

.services-top p {
  color: #444e58;
  line-height: 1.375;
  width: 60%;
  margin: auto;
  padding-top: 20px;
}

.services-content h2 {
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.4;
  margin-bottom: 0.2rem;
}

.services-content p {
  color: var(--black);
  width: 83%;
  line-height: 1.375;
}

.services-overlay {
  display: flex;
  align-items: center;
  gap: 8rem;
  border-bottom: 1px solid #bebebe;
  padding-bottom: 1.875rem;
}

.services-wrapp {
  display: flex;
  align-items: center;
  gap: 4rem;
}

figure.services-img {
  flex-shrink: 0;
}

.services-wrapp a i {
  height: 3.75rem;
  width: 3.75rem;
  display: grid;
  place-items: center;
  border-radius: 50px;
  color: var(--white);
  background-color: var(--secondary);
  flex-shrink: 0;
}

figure.services-img img {
  border-radius: 16px;
}

.services-sec .row+.row {
  padding: 2rem 0 0;
    border-top: 1px solid #bebebe;
    margin-top: 2rem;
}

section.services-sec .row:last-child .services-overlay {
  border: unset;
}

/* Services Sec Css End   */
.how-it-work-list {
  display: flex;
}

.how-it-work-list li {
  width: 25%;
  position: relative;
}

.how-it-work-list li::before {
  content: "";
  border: 1px dashed #C4C4C4;
  position: absolute;
  top: 25%;
  left: -50%;
  width: 100%;
  z-index: -1;
}

.how-it-work-list li:nth-child(even)::before {
  transform: rotate(15deg);
}

.how-it-work-list li:nth-child(odd)::before {
  transform: rotate(-15deg);
}

.how-it-work-list li:first-child::before {
  display: none;
}

.how-it-work-list li:nth-child(even) {
  padding-top: 4rem;
}

.how-it-work-box {
  padding: 0 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.how-it-work-box figure {
  border-radius: 50px;
  border: 1px solid var(--secondary);
  background: #FFF;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.how-it-work-box figure span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  background-color: var(--secondary);
  color: var(--white);
  position: absolute;
  bottom: -5px;
  right: -10px;
}

.how-it-work-box h4 {
  font-size: 1.75rem;
  color: var(--secondary);
  font-weight: 600;
}

.trusted-top .mainHead {
  font-size: 3.5rem;
}

.trusted-top .mainHead span {
  border: 1px solid var(--secondary);
  padding: 0 1rem;
  border-radius: 100px;
  color: var(--secondary);
}

.trusted-top .mainHead figure {
  display: inline-block;
  padding-top: 2rem;
}

.testimonial-sec {
  background-image: url(../images/bg.png);
  background-size: cover;
  background-position: left;
}

.testimonial-list li {
  padding: 2rem 0;
  border-bottom: 1px solid #BEBEBE;
}

.testimonial-list li:last-child {
  border: none;
}

.testimonial-img-and-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.testimonial-img-and-info h6 {
  font-size: 22px;
  color: #020C1B;
  font-weight: 500;
}

.testimonial-img-and-info p {
  font-size: 16px;
  color: var(--secondary);
  margin: 0.4rem 0;
}

.stars {
  display: flex;
  gap: 0.2rem;
}

.stars i {
  color: #C26728;
}

.testimonial-box>p {
  color: #444E58;
  font-size: 20.8px;
  font-style: italic;
  margin-bottom: 2rem;
}

.cta-sec {
  position: relative;
}

.cta-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.cta-wrap {
  background-color: var(--secondary);
  border-radius: 20px;
  padding: 150px 0;
  width: 110%;
}

.cta-content .mainHead {
  color: var(--white);
}

.cta-content .subHead {
  color: #C26728;
}

.cta-content p {
  color: #F2F2F2;
}

.cta-content {
  position: relative;
  z-index: 99;
}

.card {
  border-radius: 10px;
  border: 1px solid #BEBEBE;
  background: #FDFBFF;
  margin-bottom: 20px;
  transition: all 0.4s;
}

.card-header {
  padding: 20px 30px;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: none;
}

.card-body {
  padding: 10px 30px 20px;
  color: #444E58;
  font-size: 16px;
  line-height: 1.5;
}

.card-header h5 button {
  color: #020C1B;
  font-size: 22.4px;
  font-weight: 500;
  padding: 0;
}

.card.active {
  background-color: #F2F2F2;
}

.articles-list li {
  padding: 2rem 0;
  border-bottom: 1px solid #BEBEBE;
}

.articles-list li:last-child {
  border: none;
}

.articles-box {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.articles-box h4 {
  color: #020C1B;
  font-size: 28.8px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.articles-box a {
  color: var(--secondary);
  font-size: 19.2px;
}

footer {
  background-color: var(--secondary);
  border-radius: 20px;
  padding: 80px 0 0px;
  margin: 1rem 3rem;
}

footer h3 {
  color: #FDFBFF;
  font-size: 22.4px;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.quicklist li a,
.quicklist li span {
  color: #FDFBFF;
  font-size: 16px;
}

.quicklist li {
  padding: 0.2rem 0;
}

.newsletter-form {
  display: flex;
  background-color: var(--white);
  padding: 0.4rem;
  border-radius: 20px;
  margin-top: 2rem;
}

.newsletter-form input {
  width: 100%;
  border: none;
  padding: 0 1rem;
}

.newsletter-form button {
  flex-shrink: 0;
  border: none;
}

.newsletter-form input:focus-visible {
  outline: none;
}

.quicklist-twoline {
  display: flex;
  flex-wrap: wrap;
}

.quicklist-twoline li {
  width: 50%;
}

.social-link {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.social-link li a i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: 100%;
}

.copyRight {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid var(--white);
  margin-top: 3rem;
}

.copyRight p {
  color: var(--white);
  font-size: 16px;
}

.copyRight ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}

.copyRight ul li a,
.copyRight ul li span {
  color: var(--white);
  font-size: 16px;
}

/* Umair */

/* Inner Pages Start */

/* About page start */

.heroInner {
  padding: 2.5rem 0;
}

.aboutInner .about-right p {
  margin: 2rem 0;
}

.aboutInner .about-right p {
  margin: 2rem 0;
}

.aboutInner .about-wrapp {
  background: var(--secondary);
  right: 11.65rem;
}

.aboutInner .about-wrapp h5 {
  color: var(--white);
  border-right: 1px solid #444E58;
}

.aboutInner .about-content h4 {
  color: #DAE2EA;
}

.aboutInner .about-social {
  left: 35rem;
}

/* About page start */

/* Contact Page Start */

.contact .container {
  background: url(../images/contact-bg.png) no-repeat;
  padding: 3rem 6rem;
  background-color: var(--primary);
  border-radius: 16px;
}

.contact .mainHead {
  color: var(--white);
  margin-bottom: 0.9375rem;
}

.contact p {
  color: var(--white);
  width: 44%;
  margin: 1rem auto;
}

.contact-form {
  margin-top: 2rem;
}

.contact-form :is(input, textarea) {
  width: 100%;
  padding: 1rem;
  border: 0;
  border-radius: 16px;
  margin-bottom: 2.5625rem;
}

.contact-form button {
  background: var(--secondary);
  border: 0;
  outline: none;
}

.contact-form input::placeholder {
  color: #787878;
  font-size: 1.25rem;
  font-weight: 900;
}

.contact-form textarea::placeholder {
  color: #787878;
  font-size: 1.25rem;
  font-weight: 900;
}

/* Contact Page end */

/* Schedule Meeting Start */

.schedule-a-meeting .container {
  background: var(--secondary);
  padding: 2rem 5rem;
  border-radius: 16px;
}

.schedule-a-meeting .mainHead {
  color: var(--white);
}

.schedule-a-meeting-form label {
  color: #E4D7D7;
  font-size: 1.25rem;
  font-weight: 500;
  padding-left: 1rem;
}

.schedule-a-meeting-form :is(input, select) {
  width: 100%;
  padding: .8rem;
  border: 0;
  outline: none;
  border-radius: 16px;
  margin-bottom: 2.25rem;
}

.schedule-a-meeting-form input::placeholder {
  color: #787878;
  font-size: 1.25rem;
  font-weight: 900;
}

.schedule-a-meeting-form select,
option {
  color: #787878;
  font-size: 1.25rem;
  font-weight: 900;
}

.schedule-a-meeting-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #BEBEBE;
  padding-bottom: 1.840625rem;
  margin-bottom: 2rem;
}

.schedule-a-meeting-cont-left {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.schedule-a-meeting-cont-left-cont h4 {
  color: var(--white);
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 0.3125rem;
}

.schedule-a-meeting-cont-left-cont h5 {
  color: var(--white);
  font-size: 1rem;
  font-weight: 400;
}

.checkbox {
  display: flex;
  align-items: flex-start;
}

.checkbox input {
  width: 2%;
  height: 19px;
}

.checkbox label {
  font-size: 0.875rem;
  font-weight: 400;
}

.checkbox label span {
  border-bottom: 1px solid var(--white);
  margin: 0 1rem;
}

.schedule-a-meeting-form button {
  border: 0;
  outline: none;
}

/* Schedule Meeting end */

/* Become A driver */

.become-a-driver .mainHead {
  color: var(--black);
  margin-bottom: 3.766875rem;
}

.become-a-driver .container .mainHead {
  color: var(--white);
  margin-bottom: 0;
}

.become-a-driver .container {
  background-color: var(--secondary);
}

.become-a-driver button {
  background: var(--primary);
}

.cta-sec {
  position: relative;
}

.cta-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.ctaInner .cta-wrap {
  background-color: var(--primary);
  border-radius: 20px;
  padding: 150px 0;
  width: 110%;
}

.cta-content .mainHead {
  color: var(--white);
}

.cta-content .subHead {
  color: #C26728;
}

.cta-content p {
  color: #F2F2F2;
}

.cta-content {
  position: relative;
  z-index: 99;
}

.ctaInner .cta-content .subHead {
  color: var(--white);
}

.cta-inner-form {
  display: flex;
  gap: 1rem;
}

.cta-inner-form input {
  width: 22%;
  padding: 1rem;
  border-radius: 16px;
  border: 0;
}

.cta-inner-form button {
  background: var(--secondary);
  color: var(--white);
  padding: 1rem;
  border: 0;
  border-radius: 16px;
}

/* Become A driver */

/* Inner Pages end */

/* Umair */

.hero3-img {
  width: 685px;
  height: 721px;
  border-radius: 28px;
  object-fit: cover;
  margin-left: 5rem;
}

.aboutInner .mainHead {
  font-size: 2rem;
  margin: 1rem 0 2rem;
  line-height: 1.2;
  padding: 0;
}

.aboutInner p {
  width: 100%;
  margin: 1rem 0;
}

.bd-top {
  border-top: 1px solid var(--black);
  margin: 3rem 0 5rem;
}

.abut-inner-img {
  position: relative;
}

.abut-inner-img img:nth-child(1) {
    /* position: absolute; */
    /* top: -3.1rem; */
    width: 600px;
    height: 503px;
    border-radius: 150px 150px 0px 0px;
    object-fit: cover;
}

.abut-inner-img img:nth-child(2) {
  position: absolute;
  top: -13rem;
  left: 22rem;
  width: 269px;
  height: 500px;
  object-fit: cover;
  border-radius: 130px 153px 95px 0px;
}
.char {
    display:inline !important;
}