.video-banner-section {
  overflow: hidden;
  height: 84vh;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1400px) and (max-width: 1536px) {
  .video-banner-section {
    height: 87vh;
  }
}
.video-banner-section .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.video-banner-section .video-overlay {
  background: linear-gradient(270deg, rgba(2, 27, 254, 0.1) 0%, rgba(0, 41, 255, 0.6) 100%);
  top: 0;
  left: 0;
  z-index: 1;
}
.video-banner-section .main-heading {
  font-size: 43px;
}
@media (max-width: 992px) {
  .video-banner-section .main-heading {
    font-size: 30px;
  }
}
.video-banner-section .main-heading span {
  color: #2DE6FF;
}
.video-banner-section p {
  color: white;
  font-size: 1rem;
  line-height: 1.6;
}
.video-banner-section .main-class {
  color: #ffffff;
  transition: color 0.3s ease, transform 0.3s ease;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.video-banner-section .main-class:hover {
  text-decoration: none;
}
.video-banner-section .main-class i {
  font-size: 14px;
  margin-left: 8px;
  transition: transform 0.3s ease;
  position: relative;
  top: 1px;
}
.video-banner-section .main-class:hover i {
  transform: translateX(5px);
}

.who-we-are-section {
  padding: 5rem 0;
}
@media (max-width: 767px) {
  .who-we-are-section {
    padding: 3rem 0;
  }
}
.who-we-are-section .section-label {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.who-we-are-section .blue-heading {
  font-size: 38px;
  color: #0029ff;
  font-weight: 600;
}
@media (max-width: 992px) {
  .who-we-are-section .blue-heading {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .who-we-are-section .blue-heading {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .who-we-are-section .blue-heading {
    font-size: 25px;
  }
}
.who-we-are-section .section-description {
  font-size: 16px;
  color: #000;
  line-height: 1.6;
}
.who-we-are-section img {
  max-height: 75px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 567px) {
  .who-we-are-section img {
    margin: 0 auto;
  }
}
.who-we-are-section .new-sec-cls {
  float: inline-end;
}
@media only screen and (max-width: 567px) {
  .who-we-are-section .new-sec-cls {
    float: unset;
  }
}

.approach-deliver-section .approach-section-one {
  padding: 5rem 0;
  background-color: #0029ff;
  border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
  .approach-deliver-section .approach-section-one {
    padding: 3rem 0;
  }
}
.approach-deliver-section .approach-section-one .section-label {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}
.approach-deliver-section .approach-section-one .section-title {
  font-size: 38px;
  color: #0029ff;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 992px) {
  .approach-deliver-section .approach-section-one .section-title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .approach-deliver-section .approach-section-one .section-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .approach-deliver-section .approach-section-one .section-title {
    font-size: 25px;
  }
}
.approach-deliver-section .approach-data-tab-section-two {
  background: url(../images/home-page/services-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5rem 0;
}
@media (max-width: 767px) {
  .approach-deliver-section .approach-data-tab-section-two {
    padding: 3rem 0;
  }
}
.approach-deliver-section .approach-data-tab-section-two::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 40px;
  background-color: #00e8ff;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .approach-deliver-section .approach-data-tab-section-two::after {
    width: 100%;
  }
}
.approach-deliver-section .approach-data-tab-section-two .content-area {
  min-height: 400px;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .approach-deliver-section .approach-data-tab-section-two .content-area {
    min-height: 490px;
  }
}
.approach-deliver-section .approach-data-tab-section-two .content-area span {
  font-size: 30px;
  font-weight: 500;
  display: block;
  margin-bottom: 1rem;
  color: #ffffff;
  line-height: 1.25;
}
@media only screen and (max-width: 992px) {
  .approach-deliver-section .approach-data-tab-section-two .content-area span {
    font-size: 25px;
  }
}
.approach-deliver-section .approach-data-tab-section-two .content-area p {
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
}
.approach-deliver-section .approach-data-tab-section-two .content-area .know-more {
  margin-top: 1.5rem;
  color: #ffffff;
  transition: color 0.3s ease, transform 0.3s ease;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.approach-deliver-section .approach-data-tab-section-two .content-area .know-more:hover {
  text-decoration: none;
}
.approach-deliver-section .approach-data-tab-section-two .content-area .know-more i {
  font-size: 14px;
  margin-left: 8px;
  transition: transform 0.3s ease;
  position: relative;
  top: 1px;
}
.approach-deliver-section .approach-data-tab-section-two .content-area .know-more:hover i {
  transform: translateX(5px);
}
.approach-deliver-section .approach-data-tab-section-two .tabs-area {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 33%;
  background-color: #0029ff;
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  z-index: 1;
}
.approach-deliver-section .approach-data-tab-section-two .tabs-area .tab-button {
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 16px;
  padding: 1rem 0.5rem;
  text-align: left;
  border-top: 4px solid transparent;
  transition: all 0.3s ease;
  border-bottom: 0.3px solid #afafaf;
}
.approach-deliver-section .approach-data-tab-section-two .tabs-area .tab-button i {
  font-size: 12px;
  margin-right: 8px;
}
.approach-deliver-section .approach-data-tab-section-two .tabs-area .tab-button.active {
  background-color: #1b39ff;
  border-top: 4px solid #38e1ff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  padding: 1rem 0.5rem;
  border-bottom: 0.3px solid transparent;
}
.approach-deliver-section .approach-data-tab-section-two .tabs-area .tab-button:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.approach-deliver-section .approach-data-tab-section-two .tab-pane {
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.approach-deliver-section .approach-data-tab-section-two .tab-pane.active {
  display: block;
  opacity: 1;
}
@media (max-width: 992px) {
  .approach-deliver-section .approach-data-tab-section-two .tabs-area {
    position: static;
    width: 100%;
    padding: 2rem 1rem;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .approach-deliver-section .approach-data-tab-section-two .tabs-area .tab-button {
    white-space: nowrap;
    flex-shrink: 0;
  }
}

.market-insights-parent-section .market-insights-vol-1-sec {
  background: #F5F6FA;
  border-bottom: 3px solid #fff;
  padding: 5rem 0;
}
@media (max-width: 767px) {
  .market-insights-parent-section .market-insights-vol-1-sec {
    padding: 3rem 0;
  }
}
.market-insights-parent-section .market-insights-vol-1-sec .section-label {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.market-insights-parent-section .market-insights-vol-1-sec .blue-heading {
  font-size: 38px;
  color: #0029ff;
  font-weight: 600;
}
@media (max-width: 992px) {
  .market-insights-parent-section .market-insights-vol-1-sec .blue-heading {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .market-insights-parent-section .market-insights-vol-1-sec .blue-heading {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .market-insights-parent-section .market-insights-vol-1-sec .blue-heading {
    font-size: 25px;
  }
}
.market-insights-parent-section .market-insights-vol-1-sec .section-description {
  font-size: 16px;
  color: #000;
  line-height: 1.6;
}
.market-insights-parent-section .market-insights-nav-tab-vol-2-sec .main-wrap-nav-sec-bg {
  background: #F5F6FA;
  position: sticky;
  top: 0;
  z-index: 1;
}
.market-insights-parent-section .market-insights-nav-tab-vol-2-sec .main-wrap-nav-sec-bg .main-section-nav-area .nav-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  width: 100%;
  gap: 10px;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.market-insights-parent-section .market-insights-nav-tab-vol-2-sec .main-wrap-nav-sec-bg .main-section-nav-area .nav-tabs {
  display: flex;
  justify-content: flex-start;
  border: 0;
  flex-wrap: nowrap;
  padding: 1rem 0;
}
.market-insights-parent-section .market-insights-nav-tab-vol-2-sec .main-wrap-nav-sec-bg .main-section-nav-area .nav-tabs .nav-link {
  padding: 8px 16px;
  color: #000;
  font-size: 15px;
  text-align: center;
  border: none;
  cursor: pointer;
  background-color: transparent;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  border-radius: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1536px) {
  .market-insights-parent-section .market-insights-nav-tab-vol-2-sec .main-wrap-nav-sec-bg .main-section-nav-area .nav-tabs .nav-link {
    padding: 8px 25px;
    font-size: 16px;
  }
}
.market-insights-parent-section .market-insights-nav-tab-vol-2-sec .main-wrap-nav-sec-bg .main-section-nav-area .nav-tabs .nav-link.active {
  border-bottom: 2px solid #0029ff;
}
@media only screen and (min-width: 1400px) and (max-width: 1536px) {
  .market-insights-parent-section .market-insights-nav-tab-vol-2-sec .main-wrap-nav-sec-bg .main-section-nav-area .nav-tabs .nav-link.active {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .market-insights-parent-section .market-insights-nav-tab-vol-2-sec .main-wrap-nav-sec-bg .main-section-nav-area .main-section-nav-area .nav-wrapper {
    display: flex;
    width: 100%;
  }
  .market-insights-parent-section .market-insights-nav-tab-vol-2-sec .main-wrap-nav-sec-bg .main-section-nav-area .main-section-nav-area .nav-tabs {
    flex-direction: row;
    gap: 10px;
  }
  .market-insights-parent-section .market-insights-nav-tab-vol-2-sec .main-wrap-nav-sec-bg .main-section-nav-area .main-section-nav-area .nav-link {
    flex: 0 0 auto;
    padding: 10px 15px;
    white-space: nowrap;
  }
}
.market-insights-parent-section .market-insights-nav-tab-vol-2-sec .tab-content-parent {
  position: relative;
  background: #6231E9;
}
.market-insights-parent-section .market-insights-nav-tab-vol-2-sec .tab-content-parent .tab-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.market-insights-parent-section .market-insights-nav-tab-vol-2-sec .tab-content-parent .tab-content .content-box {
  background-color: #fff;
  right: 0;
  position: absolute;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  bottom: 0;
  width: 65%;
  border-top: 1px solid #0029ff;
  border-bottom: 1px solid #0029ff;
  border-left: 1px solid #0029ff;
}
@media (max-width: 768px) {
  .market-insights-parent-section .market-insights-nav-tab-vol-2-sec .tab-content-parent .tab-content .content-box {
    position: unset;
    width: 100%;
  }
}
.market-insights-parent-section .market-insights-nav-tab-vol-2-sec .tab-content-parent .tab-content .content-box .infographic-content {
  padding: 50px 50px;
  height: 100%;
  width: 90%;
}
@media (max-width: 768px) {
  .market-insights-parent-section .market-insights-nav-tab-vol-2-sec .tab-content-parent .tab-content .content-box .infographic-content {
    width: 100%;
    padding: 20px;
  }
}
.market-insights-parent-section .market-insights-nav-tab-vol-2-sec .tab-content-parent .tab-content .content-box .infographic-content span {
  color: #0029ff;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .market-insights-parent-section .market-insights-nav-tab-vol-2-sec .tab-content-parent .tab-content .content-box .infographic-content span {
    font-size: 25px;
  }
}
.market-insights-parent-section .market-insights-nav-tab-vol-2-sec .tab-content-parent .tab-content .content-box .infographic-content p {
  color: #000;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.6;
}
.market-insights-parent-section .market-insights-nav-tab-vol-2-sec .tab-content-parent .tab-content .content-box .infographic-content .btn-subscribe {
  color: #ffffff;
  transition: color 0.3s ease, transform 0.3s ease;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #0029ff;
}
.market-insights-parent-section .market-insights-nav-tab-vol-2-sec .tab-content-parent .tab-content .content-box .infographic-content .btn-subscribe:hover {
  text-decoration: none;
}
.market-insights-parent-section .market-insights-nav-tab-vol-2-sec .tab-content-parent .tab-content .content-box .infographic-content .btn-subscribe i {
  font-size: 14px;
  margin-left: 8px;
  transition: transform 0.3s ease;
  position: relative;
  top: 1px;
}
.market-insights-parent-section .market-insights-nav-tab-vol-2-sec .tab-content-parent .tab-content .content-box .infographic-content .btn-subscribe:hover i {
  transform: translateX(5px);
}
@media (max-width: 768px) {
  .market-insights-parent-section .market-insights-nav-tab-vol-2-sec .tab-content {
    flex-direction: column;
    align-items: center;
  }
  .market-insights-parent-section .market-insights-nav-tab-vol-2-sec .content-box {
    width: 100%;
    max-width: 100%;
  }
}

.industries-we-cover-claight-parent {
  background: #F5F6FA;
}
.industries-we-cover-claight-parent .indus-cover-vol-1-sec {
  padding: 5rem 0;
}
@media (max-width: 767px) {
  .industries-we-cover-claight-parent .indus-cover-vol-1-sec {
    padding: 3rem 0;
  }
}
.industries-we-cover-claight-parent .indus-cover-vol-1-sec .section-label {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.industries-we-cover-claight-parent .indus-cover-vol-1-sec .blue-heading {
  font-size: 38px;
  color: #0029ff;
  font-weight: 600;
}
@media (max-width: 992px) {
  .industries-we-cover-claight-parent .indus-cover-vol-1-sec .blue-heading {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .industries-we-cover-claight-parent .indus-cover-vol-1-sec .blue-heading {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .industries-we-cover-claight-parent .indus-cover-vol-1-sec .blue-heading {
    font-size: 25px;
  }
}
.industries-we-cover-claight-parent .indus-cover-vol-1-sec .blue-heading .break-default {
  display: inline;
}
.industries-we-cover-claight-parent .indus-cover-vol-1-sec .blue-heading .break-1400 {
  display: none;
}
@media (min-width: 1400px) and (max-width: 1536px) {
  .industries-we-cover-claight-parent .indus-cover-vol-1-sec .blue-heading .break-default {
    display: none;
  }
  .industries-we-cover-claight-parent .indus-cover-vol-1-sec .blue-heading .break-1400 {
    display: inline;
  }
}
.industries-we-cover-claight-parent .indus-cover-vol-1-sec .section-description {
  font-size: 16px;
  color: #000;
  line-height: 1.6;
}
.industries-we-cover-claight-parent .industry-we-cover-carousel-section-parent {
  margin: 0 auto;
  padding: 0px 0px 80px 0px;
}
@media only screen and (max-width: 992px) {
  .industries-we-cover-claight-parent .industry-we-cover-carousel-section-parent {
    padding-bottom: 5rem;
  }
}
.industries-we-cover-claight-parent .industry-we-cover-carousel-section-parent .inner-carousel .item {
  transition: all 0.3s ease;
  position: relative;
  border-right: 0.3px solid #fff;
}
.industries-we-cover-claight-parent .industry-we-cover-carousel-section-parent .inner-carousel .item .box-content {
  position: absolute;
  bottom: 0;
  padding: 30px 30px;
}
@media only screen and (min-width: 300px) and (max-width: 1280px) {
  .industries-we-cover-claight-parent .industry-we-cover-carousel-section-parent .inner-carousel .item .box-content {
    padding: 20px 0px 20px 20px;
  }
}
.industries-we-cover-claight-parent .industry-we-cover-carousel-section-parent .inner-carousel .item .box-content img {
  max-width: 100%;
  height: auto;
}
.industries-we-cover-claight-parent .industry-we-cover-carousel-section-parent .inner-carousel .item .box-content span {
  display: block;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
}
.industries-we-cover-claight-parent .industry-we-cover-carousel-section-parent .inner-carousel .item .box-content .know-more {
  margin-top: 10px;
  color: #ffffff;
  transition: color 0.3s ease, transform 0.3s ease;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.industries-we-cover-claight-parent .industry-we-cover-carousel-section-parent .inner-carousel .item .box-content .know-more:hover {
  text-decoration: none;
}
.industries-we-cover-claight-parent .industry-we-cover-carousel-section-parent .inner-carousel .item .box-content .know-more i {
  font-size: 14px;
  margin-left: 8px;
  transition: transform 0.3s ease;
  position: relative;
  top: 1px;
}
.industries-we-cover-claight-parent .industry-we-cover-carousel-section-parent .inner-carousel .item .box-content .know-more:hover i {
  transform: translateX(5px);
}
.industries-we-cover-claight-parent .industry-we-cover-carousel-section-parent .inner-carousel .owl-nav {
  display: none;
}
.industries-we-cover-claight-parent .industry-we-cover-carousel-section-parent .inner-carousel .owl-dots {
  display: none;
}
.industries-we-cover-claight-parent .industry-we-cover-carousel-section-parent .inner-carousel:hover .owl-nav {
  display: none;
}
@media (max-width: 1000px) {
  .industries-we-cover-claight-parent .industry-we-cover-carousel-section-parent .inner-carousel .item {
    padding: 5px;
  }
}
@media (max-width: 600px) {
  .industries-we-cover-claight-parent .industry-we-cover-carousel-section-parent .inner-carousel .item {
    padding: 5px;
  }
}

.reach-out-section-claight {
  padding: 5rem 0;
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .reach-out-section-claight {
    padding: 3rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .reach-out-section-claight {
    padding-bottom: 5rem;
  }
}
.reach-out-section-claight .image-area-and-contact-us-sec .reach-box-content {
  position: absolute;
  background-color: #0029ff;
  color: #fff;
  right: 0;
  width: 38%;
  padding: 40px;
  bottom: -22%;
  border-bottom: 20px solid #2DE6FF;
}
@media only screen and (min-width: 1400px) and (max-width: 1536px) {
  .reach-out-section-claight .image-area-and-contact-us-sec .reach-box-content {
    right: 30px;
    width: 35%;
  }
}
@media (max-width: 768px) {
  .reach-out-section-claight .image-area-and-contact-us-sec .reach-box-content {
    position: unset;
    width: 100%;
  }
}
.reach-out-section-claight .image-area-and-contact-us-sec .reach-box-content span {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .reach-out-section-claight .image-area-and-contact-us-sec .reach-box-content span {
    font-size: 25px;
  }
}
.reach-out-section-claight .image-area-and-contact-us-sec .reach-box-content p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.6;
}
.reach-out-section-claight .image-area-and-contact-us-sec .reach-box-content .btn-subscribe {
  color: #ffffff;
  transition: color 0.3s ease, transform 0.3s ease;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
}
.reach-out-section-claight .image-area-and-contact-us-sec .reach-box-content .btn-subscribe:hover {
  text-decoration: none;
}
.reach-out-section-claight .image-area-and-contact-us-sec .reach-box-content .btn-subscribe i {
  font-size: 14px;
  margin-left: 8px;
  transition: transform 0.3s ease;
  position: relative;
  top: 1px;
}
.reach-out-section-claight .image-area-and-contact-us-sec .reach-box-content .btn-subscribe:hover i {
  transform: translateX(5px);
}/*# sourceMappingURL=home.css.map */