.bar {
  width: 0;
  height: 10px;
  background-color: #007bff;
  transition: width 2s linear;
}

/* ####################################### Home - Webpage - START ####################################### */
.homepage-web {
  /* ************************* Hero - Section - START ************************* */
  /* ************************* Hero - Section - END ************************* */
  /* ************************* Hero - Section - START ************************* */
  /* ************************* Hero - Section - END ************************* */
  /* ************************* Enterprises - Section - START ************************* */
  /* ************************* Enterprises - Section - END ************************* */
  /* ************************* Technology Partners - Section - START ************************* */
  /* ************************* Technology Partners - Section - END ************************* */
  /* ************************* Why need SSI - Section - START ************************* */
  /* ************************* Why need SSI - Section - END ************************* */
  /* ************************* Our Clients - Section - START ************************* */
  /* ************************* Our Clients - Section - END ************************* */
  /* ************************* Our Community - Section - START ************************* */
  /* ************************* Our Community - Section - END ************************* */
  /* ************************* Industry Offerings - Section - START ************************* */
  /* ************************* Industry Offerings - Section - END ************************* */
  /* ************************* Logos Grid - Section - START ************************* */
  /* ************************* Logos Grid - Section - END ************************* */
}
.homepage-web .hero-section {
  overflow: hidden;
  position: relative;
}
.homepage-web .hero-section * {
  color: #ffffff;
}
.homepage-web .hero-section .hero-container {
  min-height: 100%;
}
.homepage-web .hero-section .hero-container .video-section {
  height: 100%;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.homepage-web .hero-section .hero-container .video-section .hero-video {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
  max-width: 100%;
  height: 100%;
}
@media (max-width: 1199.98px) {
  .homepage-web .hero-section .hero-container .video-section .hero-video {
    display: none;
  }
}
.homepage-web .hero-section .hero-container .video-section .hero-banner {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
  max-width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .homepage-web .hero-section .hero-container .video-section .hero-banner {
    display: none;
  }
}
.homepage-web .hero-section .hero-container .overlap-cover {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.14) 55%, rgba(0, 0, 0, 0.88) 95%);
}
.homepage-web .hero-section .hero-container .hero-content {
  position: relative;
  z-index: 3;
}
@media (min-width: 1200px) {
  .homepage-web .hero-section .hero-container .hero-content .right-col {
    width: 600px;
  }
}
.homepage-web .hero-section .hero-container .hero-content .right-col .count-bx {
  font-size: 100px;
  line-height: 1;
  font-weight: 200;
}
.homepage-web .hero-section .hero-container .hero-content .right-col .count-bx .count-txt {
  font-size: 160px;
}
@media (max-width: 1399.98px) {
  .homepage-web .hero-section .hero-container .hero-content .right-col .count-bx .count-txt {
    font-size: 120px;
  }
}
.homepage-web .hero-section .hero-container .hero-content .info-tab-section .tab-group {
  border-bottom-color: transparent;
}
.homepage-web .hero-section .hero-container .hero-content .info-tab-section .tab-group .nav-link {
  position: relative;
  text-align: left;
  padding: 0px;
  padding-top: 10px;
  border: 0;
  min-width: 155px;
  color: #ffffff;
  min-height: auto;
  height: auto;
}
.homepage-web .hero-section .hero-container .hero-content .info-tab-section .tab-group .nav-link:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
  height: 2px;
  width: 100%;
}
.homepage-web .hero-section .hero-container .hero-content .info-tab-section .tab-group .nav-link:after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  background: #ffffff;
  height: 2px;
  width: 0;
  opacity: 0;
}
.homepage-web .hero-section .hero-container .hero-content .info-tab-section .tab-group .nav-link.active:after {
  width: 100%;
  opacity: 1;
  transition: width 10s ease-in-out, opacity 2s ease-in-out;
}
@media (max-width: 767.98px) {
  .homepage-web .hero-section .hero-container .hero-content .info-tab-section .tab-group {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .homepage-web .hero-section .hero-container .hero-content .info-tab-section .tab-group .nav-link {
    padding-top: 0;
  }
}
.homepage-web .hero-section .hero-container .hero-content .info-tab-section .tab-pane {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.homepage-web .hero-section .hero-container .hero-content .info-tab-section .tab-pane.active.show {
  opacity: 1;
}
.homepage-web .achievements-section .achievement-card {
  background: #1E1C4A;
  position: relative;
  overflow: hidden;
  min-height: 100%;
  box-shadow: 10px 10px 15px 2px rgba(140, 152, 164, 0.39);
}
.homepage-web .achievements-section .achievement-card :after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #1A8E42;
  width: 25px;
}
.homepage-web .achievements-section .achievement-card * {
  color: #ffffff;
}
.homepage-web .achievements-section .achievement-card .card-footer {
  border: 0;
}
@media (max-width: 1399.98px) {
  .homepage-web .achievements-section .achievement-card .card-footer {
    padding-top: 0;
  }
}
.homepage-web .achievements-section .achievement-card .card-footer .count-txt {
  line-height: 1;
}
.homepage-web .enterprises-section .enterprises-item {
  display: flex;
  gap: 30px;
  min-height: 100%;
}
.homepage-web .enterprises-section .enterprises-item .media-bx {
  flex: 0 0 auto;
  width: 200px;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.homepage-web .enterprises-section .enterprises-item .media-bx img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
  max-width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .homepage-web .enterprises-section .enterprises-item .media-bx {
    width: 250px;
  }
}
@media (min-width: 1600px) {
  .homepage-web .enterprises-section .enterprises-item .media-bx {
    width: 350px;
  }
}
@media (max-width: 767.98px) {
  .homepage-web .enterprises-section .enterprises-item {
    flex-direction: column;
    gap: 20px;
  }
}
.homepage-web .ssi-services-section .services-group {
  margin: 0 -1px;
}
.homepage-web .ssi-services-section .services-group * {
  color: #ffffff;
}
.homepage-web .ssi-services-section .services-group .services-item {
  padding: 0 1px;
}
.homepage-web .ssi-services-section .services-group .services-item .services-bx {
  padding: 40px;
  min-height: 100%;
  background: #303030;
  position: relative;
  z-index: 1;
}
.homepage-web .ssi-services-section .services-group .services-item .services-bx .overlap-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.homepage-web .ssi-services-section .services-group .services-item .services-bx .overlap-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .homepage-web .ssi-services-section .services-group .services-item .services-bx {
    padding: 80px 50px;
  }
}
.homepage-web .ssi-services-section .services-group .services-item .services-bx.active .overlap-bg, .homepage-web .ssi-services-section .services-group .services-item .services-bx:hover .overlap-bg {
  opacity: 0.2;
}
.homepage-web .ssi-services-section .services-group .services-item .services-bx.active .services-img, .homepage-web .ssi-services-section .services-group .services-item .services-bx:hover .services-img {
  filter: brightness(0) invert(1);
}
.homepage-web .ssi-services-section .services-group .service-1.active, .homepage-web .ssi-services-section .services-group .service-1:hover {
  background: #146B32;
}
.homepage-web .ssi-services-section .services-group .service-2.active, .homepage-web .ssi-services-section .services-group .service-2:hover {
  background: #0A0919;
}
.homepage-web .ssi-services-section .services-group .service-3.active, .homepage-web .ssi-services-section .services-group .service-3:hover {
  background: #3E2708;
}
.homepage-web .ssi-services-section .services-group .service-4.active, .homepage-web .ssi-services-section .services-group .service-4:hover {
  background: #3A090A;
}
.homepage-web .our-clients-section .count-txt {
  font-size: 100px !important;
  line-height: 1;
}
@media (max-width: 1399.98px) {
  .homepage-web .our-clients-section .count-txt {
    font-size: 70px !important;
  }
}
.homepage-web .our-community-section {
  position: relative;
  z-index: 1;
  background-color: #0A0919;
}
.homepage-web .our-community-section * {
  color: #ffffff;
}
.homepage-web .our-community-section .overlay-img-bg {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: url(../../../new-images/bg/our-community-bg.jpg) no-repeat center top;
  opacity: 0.3;
  background-attachment: fixed;
}
.homepage-web .our-community-section .card-container {
  background: rgba(10, 9, 25, 0.5);
  box-shadow: none;
}
.homepage-web .industry-offerings-section .industry-offerings-slider .owl-stage-outer {
  margin-right: -200px;
}
.homepage-web .industry-offerings-section .industry-offerings-slider .owl-stage-outer .owl-stage {
  display: flex;
}
.homepage-web .industry-offerings-section .industry-offerings-slider .owl-item .item {
  height: auto;
  overflow: hidden;
  opacity: 0.4;
  transition: 0.5s ease-in-out;
}
.homepage-web .industry-offerings-section .industry-offerings-slider .owl-item .item * {
  color: #555555;
}
.homepage-web .industry-offerings-section .industry-offerings-slider .owl-item .item .industry-card {
  height: 250px;
  overflow: hidden;
  border-radius: 20px;
  transition: width 0.25s ease;
}
.homepage-web .industry-offerings-section .industry-offerings-slider .owl-item .item .industry-card img {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
  max-width: 100%;
  height: 100%;
}
.homepage-web .industry-offerings-section .industry-offerings-slider .owl-item .item .industry-card-info {
  padding: 30px 0;
  border-bottom: 1px solid transparent;
  transition: border 1s ease-in-out;
}
.homepage-web .industry-offerings-section .industry-offerings-slider .owl-item .item .industry-card-info .services-title {
  transition: 0.2s ease-in-out;
}
.homepage-web .industry-offerings-section .industry-offerings-slider .owl-item .item .industry-card-info .services-title-info {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .homepage-web .industry-offerings-section .industry-offerings-slider .owl-item .item {
    width: 250px;
  }
  .homepage-web .industry-offerings-section .industry-offerings-slider .owl-item .item .industry-card {
    width: 250px;
    height: 200px;
  }
}
@media (min-width: 992px) {
  .homepage-web .industry-offerings-section .industry-offerings-slider .owl-item .item {
    width: 300px;
  }
  .homepage-web .industry-offerings-section .industry-offerings-slider .owl-item .item .industry-card {
    width: 300px;
    height: 250px;
  }
}
@media (min-width: 1200px) {
  .homepage-web .industry-offerings-section .industry-offerings-slider .owl-item .item {
    width: 400px;
  }
  .homepage-web .industry-offerings-section .industry-offerings-slider .owl-item .item .industry-card {
    width: 400px;
    height: 350px;
  }
}
@media (min-width: 1400px) {
  .homepage-web .industry-offerings-section .industry-offerings-slider .owl-item .item {
    width: 500px;
  }
  .homepage-web .industry-offerings-section .industry-offerings-slider .owl-item .item .industry-card {
    width: 500px;
    height: 450px;
  }
}
.homepage-web .industry-offerings-section .industry-offerings-slider .owl-item:not(.active) + .active .item {
  opacity: 1;
}
.homepage-web .industry-offerings-section .industry-offerings-slider .owl-item:not(.active) + .active .item .industry-card-info {
  border-bottom-color: #1A8E42;
}
.homepage-web .industry-offerings-section .industry-offerings-slider .owl-item:not(.active) + .active .item .industry-card-info .services-title {
  color: #1A8E42 !important;
  opacity: 1;
}
.homepage-web .industry-offerings-section .industry-offerings-slider .owl-item:not(.active) + .active .item .industry-card-info .services-title-info {
  opacity: 1;
}
@media (min-width: 768px) {
  .homepage-web .industry-offerings-section .industry-offerings-slider .owl-item:not(.active) + .active .item {
    width: 450px;
  }
  .homepage-web .industry-offerings-section .industry-offerings-slider .owl-item:not(.active) + .active .item .industry-card {
    width: 450px;
  }
}
@media (min-width: 992px) {
  .homepage-web .industry-offerings-section .industry-offerings-slider .owl-item:not(.active) + .active .item {
    width: 550px;
  }
  .homepage-web .industry-offerings-section .industry-offerings-slider .owl-item:not(.active) + .active .item .industry-card {
    width: 550px;
  }
}
@media (min-width: 1200px) {
  .homepage-web .industry-offerings-section .industry-offerings-slider .owl-item:not(.active) + .active .item {
    width: 650px;
  }
  .homepage-web .industry-offerings-section .industry-offerings-slider .owl-item:not(.active) + .active .item .industry-card {
    width: 650px;
  }
}
@media (min-width: 1400px) {
  .homepage-web .industry-offerings-section .industry-offerings-slider .owl-item:not(.active) + .active .item {
    width: 750px;
  }
  .homepage-web .industry-offerings-section .industry-offerings-slider .owl-item:not(.active) + .active .item .industry-card {
    width: 750px;
  }
}
.homepage-web .industry-offerings-section .industry-offerings-slider .owl-counter {
  height: 35px;
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  right: 95px;
  bottom: 20px;
  font-size: 32px;
  color: #aaaaaa;
}
.homepage-web .industry-offerings-section .industry-offerings-slider .owl-counter .current {
  color: #303030;
  font-weight: 500;
}
.homepage-web .industry-offerings-section .industry-offerings-slider .owl-nav {
  position: absolute;
  right: 0;
  bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.homepage-web .industry-offerings-section .industry-offerings-slider .owl-nav button {
  position: relative;
  z-index: 3;
  width: 35px;
  height: 35px;
  background: #ffffff !important;
  border-radius: 50%;
  border: 1px solid #F89B1F !important;
  font-size: 14px;
}
.homepage-web .industry-offerings-section .industry-offerings-slider .owl-nav button span {
  display: none;
}
.homepage-web .industry-offerings-section .industry-offerings-slider .owl-nav button:before {
  color: #F89B1F;
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.homepage-web .industry-offerings-section .industry-offerings-slider .owl-nav .owl-prev {
  margin-right: 10px;
}
.homepage-web .industry-offerings-section .industry-offerings-slider .owl-nav .owl-prev:before {
  content: "\f12f";
}
.homepage-web .industry-offerings-section .industry-offerings-slider .owl-nav .owl-next:before {
  content: "\f138";
}
@media (max-width: 767.98px) {
  .homepage-web .industry-offerings-section .industry-offerings-slider {
    padding-bottom: 50px;
  }
  .homepage-web .industry-offerings-section .industry-offerings-slider .owl-counter,
  .homepage-web .industry-offerings-section .industry-offerings-slider .owl-nav {
    bottom: 0;
  }
}
.homepage-web .partners-logo-group {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.homepage-web .partners-logo-group .partners-logo-item {
  flex: 0 0 auto;
  width: 100%;
  padding: 10px;
}
.homepage-web .partners-logo-group .partners-logo-item .technology-partners {
  border-radius: 10px;
  background: #ffffff;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}
.homepage-web .partners-logo-group .partners-logo-item .technology-partners img {
  max-height: 35px;
  max-width: 120px;
}
@media (min-width: 576px) {
  .homepage-web .partners-logo-group .partners-logo-item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .homepage-web .partners-logo-group .partners-logo-item {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .homepage-web .partners-logo-group .partners-logo-item {
    width: 16.6666666667%;
  }
}

/* ####################################### Home - Webpage - END ####################################### */