:root {
  --primary-color: #ef5122;
  --light-orenge-color: #fff2ef;
  --secondry-color: #101828;
  --text-color: #202020;
  --text-color-second: #344054;
  --border-color: #d0d5dd;
  --gray-color: #9d9d9d;
  --gray-second-color: #667085;
  --bg-color: #fafafa;
  --table-bg-color: #eaecf0;
  --table-bg2-color: #f9fafb;
}
body {
  background-color: #ffff;
  font-size: 16px;

}
.sec-title {
  margin-bottom: 30px;
}
.sec-title h2 {
  font-weight: 700;
  font-size: 1.6rem;
}
.sec-title p {
  font-weight: 400;
  font-size: 0.9rem;
  color: var(--gray-second-color);
}
header {
  background-color: var(--text-color);
  padding: 12px 0px;
}
header .top-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .top-header nav ul {
  display: flex;
  align-items: center;
  column-gap: 28px;
  padding-left: 0px;
  margin-bottom: 0px;
}
header .top-header nav ul li {
  list-style: none;
}
header .top-header a {
  text-decoration: none;
  color: #fff;
  font-size: 0.9rem;
}
.hero-sec {
  height: 100vh;
  background-image: url(../img/banner-source-one.jpg);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-sec::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../img/overlay-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.hero-cover {
  position: relative;
  z-index: 2;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.hero-content-wapper {
  /*    position: absolute;*/
  /* bottom: 250px; */
  width: 100%;
  /*    height: 100%;*/
  top: 50%;
  left: 50%;
  /*    transform: translate(-50px, -50px);*/
}
.hero-content-wapper .inActive {
  background-color: transparent !important;
}
.hero-cover .content {
  color: #fff;
  text-align: center;
  max-width: 805px;
  margin: auto;
}
.hero-cover .content h1 {
  color: #fff;
  font-size: 2.3rem;
  font-weight: 700;
}
.hero-cover .content p {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 400;
  margin-bottom: 30px;
}
.hero-cover .search-box {
  /*  display: flex;*/
  width: 100%;
  /*  align-items: center;*/
  column-gap: 10px;
  max-width: 805px;
  background: linear-gradient(
    90deg,
    rgba(24, 24, 24, 1) 50%,
    rgba(79, 97, 103, 1) 100%
  );
  border: 1px solid #6a6a6a;
  padding: 20px;
  border-radius: 10px;
  margin: auto;
}
.hero-cover .search-box .search-bar {
  display: flex;
  width: 100%;
  align-items: center;
  border-radius: 6px;
}
.hero-cover .search-box .search-bar img {
  height: 25px;
  width: 25px;
}
.hero-cover .search-box .search-bar input {
  border: unset;
  padding: 0px 0px 20px 0px;
  border: unset !important;
  background-color: transparent !important;
  color: #616161 !important;
}
.hero-cover .search-box .search-bar input::placeholder {
  color: #616161 !important;
}

.hero-cover .top-search-list li button {
  background: unset;
  border: 1px solid;
}

.hero-cover .search-btn-grps {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.count-list {
  color: #fff;
  display: flex;
  align-items: center;
  column-gap: 40px;
  width: 100%;
  max-width: 805px;
  margin: 0px auto;
  justify-content: space-between;
  margin-top: 16px;
}


.count-list .count-box {
}
.count-list .count-box .count-no {
  font-size: 1.8rem;
  font-weight: 600;
}
.count-list .count-box .count-des {
  font-size: 0.9rem;
  font-weight: 400;
}
.how-work-sec {
  background-color: var(--table-bg2-color);
  padding: 60px 0px;
}

.how-work-img {
  margin-top: 24px;
}
.how-work-img img {
  width: 100%;
}

.action-sourceOne-img {
  max-width: 800px;
  margin: auto;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.action-sourceOne-img::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../img/overlay-img.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
.action-sourceOne-img img.action-img {
  width: 100%;
}
.action-sourceOne-img img.action-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 54px;
  height: 54px;
  z-index: 4;
}
.Why-choose-SourceOne-sec {
  background-color: var(--table-bg2-color);
  padding: 60px 0px;
}

.box {
  padding: 10px;
}

.box img {
}

.box h3 {
  font-size: 1rem;
  font-weight: 500;
  color: var(--text-color);
  margin: 0px;
  margin: 14px 0px 10px;
}

.box p {
  font-size: 0.88rem;
  font-weight: 400;
  color: var(--gray-second-color);
}

.faq-area {
  max-width: 900px;
  margin: auto;
}
.faq-area .accordion-item {
  border: unset;
  padding: 12px 0px;
}
.faq-area .accordion-item:not(:last-child) {
  border-bottom: 1px solid var(--table-bg-color);
}

.faq-area .accordion-button:not(.collapsed) {
  color: var(--text-color);
  background-color: unset;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
    var(--bs-accordion-border-color);
}

.faq-area .accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: unset;
}
.faq-area .accordion-header button {
  font-size: 0.96rem;
  font-weight: 500;
  color: var(--text-color);
}

.faq-area .accordion-body p {
  font-size: 0.9rem;
  color: var(--gray-second-color);
}

.cta-box {
  background-color: var(--table-bg2-color);
  padding: 30px 0px;
  max-width: 1100px;
  border-radius: 8px;
  margin: auto;
}

footer {
  background-color: var(--text-color);
  padding: 28px 0px;
  color: #fff;
}
.footer-cover {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-cover ul {
  display: flex;
  align-items: center;
  padding-left: 0px;
  margin-bottom: 0px;
  column-gap: 28px;
}

.footer-cover ul li {
  list-style: none;
}
.footer-cover ul li a {
  color: #fff;
  font-size: 0.9rem;
  text-decoration: none;
}

.footer-cover-bottom {
  font-size: 0.9rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-cover-bottom span {
  font-weight: 400;
  color: var(--border-color);
}

.footer-cover-bottom ul {
  display: flex;
  align-items: center;
  padding-left: 0px;
  margin-bottom: 0px;
  column-gap: 28px;
}
.footer-cover-bottom ul li {
  list-style: none;
}
.footer-cover-bottom ul li a {
  text-decoration: none;
  color: var(--border-color);
  font-weight: 400;
}
