@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

:root {
  --brand: #00263a;
  --dark: #092032;
  --body: #516171;
  --border: rgba(0, 0, 0, 0.08);
  --shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.07);
}

body {
  /* font-family: "Rubik", sans-serif; */
  font-family: "Rubik", sans-serif;
  color: var(--body);
  line-height: 1.7;
  background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  font-weight: 700;
  color: var(--dark);
}

.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

img {
  width: 100%;
}

a {
  color: var(--dark);
  transition: all 0.4s ease;
  font-weight: 500;
}

a:hover {
  color: var(--brand);
}

section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-brand {
  color: var(--brand) !important;
}

.hero-slider .owl-prev,
.hero-slider .owl-next {
  background-color: rgba(255, 255, 255, 0.3) !important;
  width: 60px !important;
  height: 60px !important;
  display: block;
  display: grid;
  place-items: center;
  color: #fff !important;
  border-radius: 100px;
  line-height: 0;
  border-radius: 100px !important;
  position: absolute;
  top: 50%;
  font-weight: 600 !important;
  font-size: 12px !important;
  transition: all 0.4s ease;
  margin-top: -30px !important;
}

.owl-prev {
  left: 0;
}
.owl-next {
  right: 0;
}

.hero-slider .owl-prev:hover,
.hero-slider .owl-next:hover {
  background-color: var(--brand) !important;
}

.owl-dot.active span {
  background-color: var(--brand) !important;
}
.hero-slider h6 {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 2px;
}

/* slide */
.slide {
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.slide1 {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(/img/bg_banner2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slide2 {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(/img/bg_banner1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slide .display-3 {
  text-transform: uppercase;
  color: #fff;
}

/* navbar */
.top-nav {
  background-color: var(--brand);
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}

.top-nav a.cont-link {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 0;
  margin-right: 15px;
  font-weight: 300;
  letter-spacing: 1px;
}

.top-nav span,
.top-nav i {
  vertical-align: middle;
}

.navbar {
  box-shadow: var(--shadow);
}
.social-icons a i.bx {
  font-size: 18px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: rgb(241 250 255);
  border: 1px solid rgb(241 250 255);
  color: var(--brand);
  border-radius: 50%;
  transition: 0.5s ease-in-out;
}
.social-icons a i.bx:hover {
  background-color: transparent;
  color: #ffffff;
}
.conditions-section {
  margin: 20px 0;
}
.conditions-section a {
  color: #fff;
  margin: 0 10px;
}
.navbar ul.dropdown-menu {
  padding: 10px !important;
  margin-top: 23px !important;
  box-shadow: none;
  border-radius: 0;
  border: none;
}
.navbar ul.dropdown-menu .dropdown-item {
  margin-bottom: 10px !important;
}
.navbar .navbar-nav .nav-item {
  margin-right: 10px;
}
.navbar .navbar-nav .nav-item:last-child {
  margin-right: 0;
}
.navbar .navbar-nav .nav-link {
  color: var(--dark);
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1px;
}

.top-nav .nav-link {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}
/* .navbar .navbar-nav .nav-link:hover {
  color: #3498db !important;
} */

.navbar .navbar-nav .nav-link.active {
  color: var(--brand);
}

.navbar-brand {
  font-size: 28px;
  font-weight: 700;
}

.navbar-brand .dot {
  color: var(--brand);
}

.btn {
  padding: 8px 26px;
}

.btn-brand {
  border-color: var(--brand);
  background-color: var(--brand);
  border: 1px solid var(--brand);
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 400;
  transition: 0.5s ease-in-out;
  border-radius: 0;
}

.btn-brand:hover {
  background-color: transparent !important;
  color: var(--brand);
}

.intro {
  margin-bottom: 36px;
  text-align: center;
}

.intro p {
  max-width: 500px;
}
.intro h6 {
  color: var(--brand);
  font-weight: 400;
  text-transform: uppercase;
}

.intro h1 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.info-box {
  align-items: center;
  display: flex;
  padding: 20px;
  background-color: #ffffff;
  transition: 0.5s ease-in-out;
}
.about .shallow-card:nth-child(2) .info-box {
  box-shadow: var(--shadow);
}
.about .shallow-card .info-box:hover {
  box-shadow: var(--shadow);
}
.info-box img {
  width: 90px;
}

#milestone h1,
#milestone p {
  color: #000;
}
.inner-milestone {
  background: #f1faff;
  padding: 15px;
}
.service {
  padding: 32px;
  background-color: #fff;
  box-shadow: var(--shadow);
}

.service h5 {
  margin-top: 24px;
  margin-bottom: 14px;
}

.service img {
  width: 90px;
}

.project {
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.project h6 {
  font-weight: 400;
}

.project h6::before {
  content: "";
  height: 2px;
  width: 30px;
  display: inline-block;
  background: #ffffff;
  vertical-align: middle;
  margin-right: 10px;
}

.project .overlay {
  width: 100%;
  height: 220px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 76, 41, 0) 0%,
    var(--dark) 100%
  );
}

.project .content {
  position: absolute;
  left: 10%;
  bottom: 10%;
}

.project h2,
.project h6 {
  color: #fff;
}

.team-member {
  text-align: center;
}

.team-member .image {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.team-member .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -10%;
  background-color: rgba(255, 77, 41, 0.7);
  opacity: 0;
  transition: all 0.4s ease;
}

.team-member h5 {
  margin-top: 16px;
  margin-bottom: 4px;
}

.team-member .social-icons {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  transition: all 0.4s ease;
}

.team-member .social-icons a {
  width: 40px;
  height: 40px;
}

.team-member:hover .social-icons {
  top: 50%;
  opacity: 1;
}

.team-member:hover .overlay {
  top: 0%;
  opacity: 1;
}

#stories {
  background: linear-gradient(
      -90deg,
      rgba(8, 32, 50, 0.8),
      rgba(8, 32, 50, 0.8)
    ),
    url(/img/bg_banner1.jpg), #082032;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.review {
  text-align: center;
  z-index: 2;
  position: relative;
  margin: 15px;
  padding: 10px;
  max-width: 768px;
  margin: auto;
}

.review .bxs-quote-alt-left {
  font-size: 60px;
  object-fit: cover;
  position: absolute;
  opacity: 0.1;
  /* left: 50%; */
  left: calc(100% - 88%);
  top: 70%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.review img {
  width: 80px !important;
  height: 80px;
  border-radius: 100px;
  margin: auto;
}

.review h5 {
  margin-top: 16px;
  margin-bottom: 4px;
  color: #fff;
}

.review h3 {
  margin-top: 26px;
  margin-bottom: 26px;
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  line-height: 1.7;
}

.review small {
  /* color: var(--brand); */
  color: #fff;
}

.review .stars {
  /* color: var(--brand); */
  color: #fff;
}

.blog-post {
  position: relative;
  background-color: #fff;
  box-shadow: var(--shadow);
}

.blog-post .content {
  padding: 32px;
}

.blog-post a.tag {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: var(--brand);
  padding: 2px 12px;
  border-radius: 100px;
  text-decoration: none;
  color: #fff;
}

.blog-post h5 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.blog-post h5 a {
  font-weight: 600;
}
.blog-post p {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Show only 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-post small {
  text-transform: uppercase;
  color: var(--brand);
  text-decoration: underline;
}

/* 
footer {
  background: linear-gradient(0deg, rgba(8, 32, 50, 0.9), rgba(8, 32, 50, 0.9)),
    url(/img/bg_banner1.jpg), #082032;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

footer .footer-top {
  padding-top: 80px;
  padding-bottom: 40px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
  padding-top: 20px;
}

footer .navbar-brand {
  color: #fff;
}

footer p {
  color: #adb3b9;
}

footer .social-icons a {
  width: 50px;
  height: 50px;
  font-size: 20px;
  margin-left: 4px;
  margin-right: 4px;
}

.loader {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: red;
  z-index: 99999;
  position: fixed;
  left: 0;
  right: 0;
}

input.form-control {
  border-color: transparent;
  height: 44px;
}

.form-control {
  background-color: rgba(0, 0, 0, 0.04);
  border-color: rgba(0, 0, 0, 0.04);
}

.form-control:focus {
  box-shadow: none;
  border-color: var(--brand);
} */

.scrollspy-example {
  outline: none;
}
.about_inner_box {
  width: 33.33%;
  flex: 0 0 auto;
  padding: 15px 25px 40px;
  background: #f1faff;
  margin-right: 10px;
  margin-bottom: 30px;
  border-bottom: 3px solid #00263a;
  position: relative;
}
.about_inner_box img {
  width: 70px;
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.about_inner_box h3 {
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 15px;
}
.check-point p {
  line-height: normal;
}
.check-point p i {
  color: var(--brand);
  font-size: 25px;
  vertical-align: middle;
}
.main-title {
  padding: 30px 0;
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
}
.about-wrap h4 {
  color: var(--body);
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 2px;
}
.about-wrap h2 {
  font-size: 30px;
  font-weight: 600;
}
.main-title h4 {
  color: var(--body);
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
}
.main-title h4:before {
  content: "";
  width: 40px;
  height: 2px;
  background: #000;
  left: -50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.main-title h4:after {
  content: "";
  width: 40px;
  height: 2px;
  background: #000;
  right: -50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.main-title h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
}
.about-join-team {
  position: relative;
}
.about-join-team h3 {
  padding: 10px;
  font-weight: 400;
  font-size: 18px;
  background: var(--brand);
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
.about-join-team p {
  text-align: center;
  background: #f1faff;
  padding: 15px 15px 35px;
}
.about-join-team i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: var(--brand);
  border: 1px solid var(--brand);
  text-align: center;
  color: #fff;
  border-radius: 50%;
  font-size: 25px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s ease-in-out;
}
.about-join-team a {
  position: static;
}
.about-join-team i:hover {
  background: transparent;
  color: var(--brand);
}
.testimonial-for .row {
  padding: 30px;
  background: #ffffff;
  box-shadow: var(--shadow);
  margin: 20px;
  align-items: center;
}
.slick-slide {
  outline: none;
}
.testimonial-nav {
  margin: 15px 40px;
}
.testimonial-nav .slick-slide {
  margin: 0;
  padding: 10px;
  width: 100%;
}
.testimonial-nav .slick-center {
  box-shadow: var(--shadow);
  background: #ffffff;
}
.testimonial-content h5 {
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 18px;
}
.testimonial-content h3 {
  font-weight: 600;
  font-size: 20px;
}
.testimonial-content .rating i {
  color: #f4df00;
}
.common-banner {
  background: #f1faff;
}
.common-banner h4 {
  color: var(--body);
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
}
.common-banner h4:before {
  content: "";
  width: 40px;
  height: 2px;
  background: #000;
  left: -50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.common-banner h4:after {
  content: "";
  width: 40px;
  height: 2px;
  background: #000;
  right: -50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.common-banner h2 {
  font-size: 30px;
  font-weight: 600;
}
.common-banner p {
  margin-bottom: 0;
}
.hero-content h6 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #aaaaaa;
}
.hero-content h2 {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 44px;
  word-spacing: 5px;
  margin-bottom: 20px;
}
.hero-content p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}
.hero-content {
  text-align: justify !important;
  padding: 100px 0;
}
.connect-wrap {
  padding: 50px 0;
  background: #f1faff;
}
.vacancies-card .brand_cta_1 {
  position: relative;
  display: inline-block;
}
.vacancies-card .brand_cta_1 .loader {
  min-height: 100%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%);
  margin-left: 10px;
  display: none;
}

.vacancies-card .brand_cta_1 .loading {
  border: 2px solid #ccc;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border-top-color: #00263a;
  border-left-color: #00263a;
  animation: spin 1s infinite ease-in;
}
.vacancies-card .card-title {
  font-size: 18px;
  margin-bottom: 0;
}
#vacancies h2 {
  font-size: 25px;
  margin-top: 25px;
  margin-bottom: 10px;
}
.vacancies-card .btn:focus {
  outline: none;
  box-shadow: none !important;
  border: 1px solid var(--brand);
}
.vacancies-card .btn-brand {
  padding: 6px 15px;
}
#svgModal .bx-message-check {
  font-size: 50px;
}
.blog-wrap ul li.page-item {
  margin-right: 10px;
}
.blog-wrap ul li.page-item a.page-link {
  border-radius: 0;
  border: none;
  background: transparent;
  border: 1px solid #00263a;
  color: #00263a;
  font-weight: 400;
  padding: 5px 15px;
  outline: none;
  box-shadow: none;
  transition: 0.5s ease-in-out;
}
.blog-wrap ul li.page-item.disabled .page-link {
  background: #f1faff;
  border-color: #f1faff;
}
.blog-wrap ul li.page-item.active a.page-link {
  border-radius: 0;
  border: none;
  background: #00263a;
  border: 1px solid #00263a;
  color: #fff;
  font-weight: 400;
  padding: 5px 15px;
}
.blog-wrap ul li.page-item a.page-link:focus {
  box-shadow: none;
  outline: none;
}
.blog-wrap ul li.page-item a.page-link:hover {
  background: #00263a;
  border: 1px solid #00263a;
  color: #fff;
}
.blog-detail-main .author-image img {
  width: 80px;
}
.author-details h4 {
  font-size: 18px;
  font-weight: 400;
}
.author-details h4 span {
  color: var(--brand);
  font-weight: 600;
}
.blog-detail-main {
  background: #f1faff;
}

.blog-inner-content ul {
  padding-left: 0px;
}

.blog-inner-content ul li {
  list-style-type: none; /* Remove default bullets */
  margin-right: 10px;
  display: inline-block;
  position: relative;
  padding-left: 15px; /* Space for the bullet */
}

.blog-inner-content ul li::before {
  content: "•"; /* Unicode bullet character */
  position: absolute;
  left: 0;
  color: black; /* Adjust color if needed */
  font-size: 16px; /* Adjust size if needed */
}

/* .blog-inner-content ul li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 8px;
  width: 8px;
  border: 1px solid black;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
} */

.blog-inner-content ul li a {
  display: inline-block;
}
.blog-inner-content ul li a i {
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #000;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}
.blog-inner-content .newsletter {
  padding: 15px;
  background: #f1faff;
  text-align: center;
}
.blog-inner-content .newsletter input[type="email"] {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  outline: none;
  box-shadow: none;
  color: #000;
  font-size: 15px;
}
.blog-inner-content .newsletter input[type="submit"] {
  padding: 5px 20px;
  background: #00263a;
  color: #fff;
  border: 1px solid #00263a;
  margin-top: 10px;
  font-size: 16px;
  letter-spacing: 1px;
  transition: 0.5s ease-in-out;
}
.blog-inner-content .newsletter input[type="submit"]:hover {
  background: transparent;
  color: #00263a;
}
.accordion-wrap .accordion-item {
  margin-bottom: 15px;
  border: none;
}
.accordion-wrap .accordion-item .accordion-button {
  font-size: 18px;
  color: #00263a;
  background: transparent;
  border: 1px solid #00263a;
}
.accordion-wrap .accordion-item .accordion-button:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300263a'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-wrap .accordion-item .accordion-button:focus {
  box-shadow: none;
  outline: none;
}
.accordion-wrap .accordion-item .accordion-body {
  padding: 1rem 1.25rem;
  color: var(--body);
  font-size: 16px;
  font-weight: 400;
}
#contact-form .form-control {
  background-color: rgb(255 255 255);
  border-color: rgb(0 0 0 / 50%);
}
.industries-use-cases .container-fluid {
  padding: 0 !important;
}
.industries-use-cases .row {
  margin: 0 auto;
}
.use-cases-title {
  position: relative;
}
.use-cases-title .title-box {
  width: 300px;
  padding: 20px;
  background: #f1faff;
  position: absolute;
  right: -50px;
  top: -50px;
}
.use-cases-title .title-box h2 {
  font-size: 25px;
  text-align: center;
  line-height: 40px;
}
.industries-use-cases .shallow-card {
  margin: 0;
  position: relative;
}
.industries-use-cases .image_wrapper {
  text-align: center;
}
.industries-use-cases .border-line {
  position: relative;
}
.industries-use-cases .border-line:after {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #000;
  left: 50%;
  top: -40px;
  position: absolute;
  transform: translateX(-50%);
}
.industries-use-cases .shallow-card:nth-child(even) .image_wrapper:after {
  content: "";
  position: absolute;
  left: -15px;
  z-index: 1;
  top: 0;
  width: 30px;
  height: 30px;
  background: #000000;
  border-radius: 50%;
}
.industries-use-cases .shallow-card:nth-child(odd) .image_wrapper:after {
  content: "";
  position: absolute;
  right: -15px;
  z-index: 1;
  top: 0;
  width: 30px;
  height: 30px;
  background: #000000;
  border-radius: 50%;
}
.industries-use-cases .info-box {
  width: 80%;
  margin-bottom: 20px;
  padding: 0;
  background: transparent;
}
.industries-use-cases .shallow-card:nth-child(odd) .info-box {
  text-align: right;
}
.industries-use-cases .shallow-card:nth-child(even) .info-box {
  text-align: left;
  margin-right: 0;
  margin-left: auto;
  padding: 15px;
  background: #f1faff;
}
.industries-use-cases .shallow-card:nth-child(odd) .card_title {
  text-align: right;
}
.industries-use-cases .shallow-card:nth-child(even) .card_title {
  text-align: left;
}
.feature-inner .shallow-card {
  height: auto;
}
.use-cases .accordion-item {
  border: none;
}
.policy-point {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dee2e6;
}
.policy-point p:last-child {
  margin-bottom: 0;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 992px) {
  .navbar .navbar-nav .nav-item {
    border-bottom: 1px solid #e2e2e2;
  }
  .navbar-collapse {
    max-height: 80vh;
    overflow-y: scroll;
  }
  .navbar ul.dropdown-menu {
    background: #f1faff;
    margin-top: 10px !important;
  }
  .hero-content h2 {
    font-size: 25px;
    line-height: 40px;
  }
  .hero-content p {
    font-size: 16px;
    line-height: 28px;
  }
  .hero-content {
    padding: 50px 0;
  }
  .tab-content > .tab-pane {
    display: block;
    opacity: 1;
  }
  button.accordion-button:focus {
    box-shadow: none;
    outline: none;
  }
  button.accordion-button.collapsed {
    border: 1px solid #00263a;
  }
  .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #00263a;
    box-shadow: none;
  }
  .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  }
  .use-cases .shallow-card:last-child {
    margin-bottom: 0;
  }
  .we-offer-wrap .image_Wrapper img {
    width: 100% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .slide {
    min-height: 40vh;
  }
  .about-wrap img.about-main-img {
    width: 75%;
    display: block;
    margin: 0 auto 30px;
  }
  .about-wrap h2 {
    font-size: 26px;
    text-align: center;
  }
  .about-wrap h4 {
    text-align: center;
  }
  .about-wrap p {
    text-align: center;
  }
  .check-point p {
    text-align: center;
  }
  .industries-use-cases .border-line:after {
    top: 0;
  }
  .use-cases-title .title-box {
    right: initial;
    top: -50px;
    transform: translateX(-50%);
    left: 50%;
  }
  .feature-inner .hover-card {
    width: 50%;
  }
  .industries-use-cases .info-box {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .about_inner_box {
    width: 100%;
  }
  .about .info-box {
    display: block;
    text-align: center;
  }
  .slide {
    min-height: 50vh;
  }

  .main-title h2 {
    font-size: 25px;
  }
  .our-client .partner-item img {
    height: auto;
    width: 130px;
  }
  .our-client .partner-item {
    padding: 0;
    background: none;
    box-shadow: none;
    margin-bottom: 30px !important;
    padding-bottom: 30px;
    border-bottom: 1px solid #e2e2e2;
  }
  .use-cases-title .title-box {
    width: 260px;
    padding: 20px;
    background: #f1faff;
    position: absolute;
    right: 0;
    top: -50px;
    transform: translateX(-50%);
    left: 50%;
  }
  .industries-use-cases .border-line:after {
    left: 0;
    top: 0;
  }
  .industries-use-cases .shallow-card:nth-child(odd) .image_wrapper:after {
    display: none;
  }
  .industries-use-cases .shallow-card:nth-child(even) .image_wrapper:after {
    display: none;
  }
  .industries-use-cases .shallow-card .info-box:after {
    content: "";
    position: absolute;
    left: -15px;
    z-index: 1;
    top: 0;
    width: 30px;
    height: 30px;
    background: #000000;
    border-radius: 50%;
  }
  .industries-use-cases .info-box {
    width: 100%;
  }
  .industries-use-cases .shallow-card:nth-child(odd) .info-box {
    text-align: left;
  }
  .industries-use-cases .shallow-card:nth-child(odd) .card_title {
    text-align: left;
  }
  .industries-use-cases .shallow-card:nth-child(even) .info-box {
    text-align: left;
    padding-top: 0;
    background: transparent;
  }
  .industries-use-cases .shallow-card:nth-child(even) .card_title {
    text-align: left;
  }
  .industries-use-cases .shallow-card:nth-child(odd) .info-box {
    padding: 0 15px 15px;
  }
  .industries-use-cases .shallow-card .card_title {
    font-size: 18px;
  }
}







.video-section{
  position: relative;
}
.video-section .feature-video {
  display: flex;
  position: relative;
}
.video-section .feature-video .play-btn {
  font-size: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  color: var(--brand);
  background: #ffffff;
  border-radius: 50%;
}
.video-section .scroll {
  height: 429.297px;
  overflow: hidden;
  overflow-y: auto;
}
.video-section .video-list {
  display: flex;
  align-items: center;
}
.video-section .feature-video img {
  width: 90%;
  margin: 0 auto;
}
.video-section .video-list .video-img {
  width: 200px;
  position: relative;
}
.video-section .video-list .video-img img {
  width: 200px;
}
.video-section .video-list .video-img .play-btn {
  font-size: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  color: var(--brand);
  background: #ffffff;
  border-radius: 50%;
}

.video-section .video-list .text-content {
  padding-left: 20px;
}
.video-section .video-list .text-content h4 {
  font-size: 16px;
  cursor: pointer;
}
.video-section .video-list .text-content p {
  font-size: 12px;
  margin-bottom: 0px;
}


.video-section .video-player{
  width: 100%;
  height: 100%;
  background-color: #0000006b;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
}
.video-section .video-player .close-btn{
position: absolute;
top: 10px;
right: 38%;
font-size: 30px;
cursor: pointer;
background-color: #ffffff;
border-radius: 50%;
}
.video-section .video-player video{
  width: 26%;
}

.modal .video-modal{
  justify-content: center;
  }
.modal .video-modal .modal-content{
  width: 350px;
  }
.modal .video-modal .modal-content .modal-header img{
width: 100px;
}
.modal .video-modal .modal-content .modal-body{
  display: flex;
  justify-content: center;
  }