@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
html, body {
  min-height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  color: #000000;
  font-size: 14px;
  overflow-x: hidden;
  background: #fff;
}


.defaultfont {
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none !important;
}

.primary-color {
  color: #A72329;
}

.btn:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}

.btn-default, .btn-secondary {
  background: #A72329;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #fff !important;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 7px 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 46px;
}

.btn-default svg, .btn-secondary svg {
  width: 20px;
  margin-left: 10px;
}

.btn-default:hover, .btn-secondary:hover {
  color: #A72329 !important;
  background: transparent !important;
  border-color: #A72329;
}

.btn-default:hover svg path, .btn-secondary:hover svg path {
  stroke: #A72329;
}

.btn-default.link-btn, .btn-secondary.link-btn {
  background: transparent;
  color: #A72329 !important;
}

.btn-default.link-btn svg path, .btn-secondary.link-btn svg path {
  stroke: #A72329;
}

.font-sb {
  font-weight: 600;
}

.header {
  padding: 20px 0;
  width: 100%;
  z-index: 999;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

.header .navbar-nav .nav-link {
  font-size: 16px;
  color: #292929;
  padding-right: 20px;
  padding-left: 20px;
  color: #000;
  font-weight: 500;
  margin-top: 5px;
}

.header .navbar-nav .nav-link:hover, .header .navbar-nav .nav-link.active {
  color: #A72329;
}

.header .btn {
  color: #000;
}

.header .btn-secondary {
  margin-left: 30px;
}

.header .navbar-brand img {
  height: 60px;
}

.section-padding {
  padding: 80px 0;
}

section {
  overflow: hidden;
}

.bg-gray {
  background: #FBFBFB;
}

.home-title {
  font-weight: 700;
  font-size: 42px;
  line-height: 63px;
  color: #000000;
  margin-bottom: 25px;
}

.details-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  opacity: 0.8;
  margin-bottom: 25px;
}

.bn-image {
  display: block;
}

.upper-line-text {
  font-weight: 300;
  opacity: 1;
  margin: 0;
}

.section-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 54px;
  color: #000000;
}

.devider-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0;
}

.devider-text:before {
  content: "";
  width: 51px;
  height: 4px;
  background: #A72329;
  margin-right: 20px;
  display: block;
}

.default-list-group {
  display: block;
  margin-bottom: 25px;
}

.default-list-group .list-group-item {
  border: 0;
  padding: 0;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}

.default-list-group .list-group-item a {
  color: #000;
}

.default-list-group .list-group-item:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #A72329;
  margin-right: 20px;
  display: block;
}

.center-details-text {
  max-width: 1100px;
  margin: 0 auto 25px;
}

.service-box {
  padding: 30px 25px 15px;
  text-align: center;
  border-radius: 18px;
  margin-top: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.service-box .sc-img {
  height: 146px;
  margin: -120px auto 25px;
  display: block;
}

.service-box .sc-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #000000;
  margin-bottom: 10px;
}

.service-box .link-btn {
  margin-top: auto;
}

.service-box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.service-box.green-box {
  background: #E4F2DD;
}

.service-box.green-box:hover {
  border-color: #47872C;
}

.service-box.yellow-box {
  background: #FFF7DE;
}

.service-box.yellow-box:hover {
  border-color: #FFC300;
}

.service-box.pink-box {
  background: #FFEFF4;
}

.service-box.pink-box:hover {
  border-color: #AA1B57;
}

.service-box.purple-box {
  background: #EFE7FA;
}

.service-box.purple-box:hover {
  border-color: #6519BE;
}

.default-tabs {
  margin: 50px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: auto hidden;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.default-tabs .nav-link {
  border: 1px solid #D8D5D5;
  border-radius: 50px;
  padding: 10px 22px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  background: transparent;
  margin: 0 20px 10px 0;
}

.default-tabs .nav-link.active, .default-tabs .nav-link:hover {
  color: #fff;
  background: #A72329;
  border-color: #A72329;
}

.thank-you-title {
    color: #A72329;
    font-size: 3.5rem; /* You can adjust this size as needed */
    font-weight: bold;
}

.homepage-link {
    font-size: 1.8rem; /* Increase as needed */
    color: #A72329;
    font-weight: 500;
    text-decoration: underline; /* Optional for visibility */
}

.default-tabs.tech-tabs .nav-link {
  padding: 10px 40px;
}

.service-tab-section {
  background: url(../imgs/tab-section-bg.png) no-repeat;
  background-position: 0 80px;
  background-size: 100%  auto;
}

.circle-bg {
  position: relative;
}

.circle-bg:after {
  content: "";
  border-radius: 100%;
  position: absolute;
  left: -46px;
  bottom: -64px;
  height: 287px;
  width: 287px;
  background: linear-gradient(212.41deg, #A72329 14.18%, #630B0F 100%);
  opacity: 0.03;
  z-index: -1;
}

.column-list {
  max-width: 200px;
}

.time-slot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.time-slot:first-child {
  margin-top: 25px;
}

.time-slot .slot-img {
  width: 100px;
  margin-right: 24px;
}

.time-slot .details-text {
  margin-bottom: 0;
}

.time-slot .title-md {
  margin-bottom: 9px;
}

.title-md {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.tech-img-box {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  margin-bottom: 30px;
}

.tech-img-box img {
  display: block;
  margin: 0 auto 30px;
  height: 60px;
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

.tech-img-box .title-md {
  margin: 0;
}

.tech-section {
  background: url(../imgs/tech-bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 150px 0 100px;
}

.footer-logo {
  margin-bottom: 40px;
}

.anchor-btn {
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #A72329;
}

.quick-links {
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: #000000;
}

.quick-links:hover {
  color: #A72329;
}

.copyright {
  border-top: 1px solid #A6A6A6;
  margin-top: 50px;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.copyright .social-link a {
  margin-right: 20px;
}

.copyright .social-link a:last-child {
  margin-right: 0;
}

.qoute-icon {
  width: 90px;
}

.bg-animate-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  position: absolute;
  top: 0;
  opacity: 0.1;
}

.animate-text {
  color: #CDCDCD;
  font-weight: 900;
  font-size: 8em;
  line-height: 100%;
  margin: 0;
  -webkit-animation: scrolling-type-1 10s infinite linear;
          animation: scrolling-type-1 10s infinite linear;
}

.value-boxes {
  border-radius: 16px;
  border: 1px solid transparent;
  height: 100%;
}

.value-boxes:hover {
  border-color: #A72329;
}

.value-boxes .value-icon {
  width: 80px;
  height: 80px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.value-boxes .value-icon img {
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

@-webkit-keyframes scrolling-type-1 {
  0% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  100% {
    -webkit-transform: translate(-100%, 0%);
            transform: translate(-100%, 0%);
  }
}

@keyframes scrolling-type-1 {
  0% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  100% {
    -webkit-transform: translate(-100%, 0%);
            transform: translate(-100%, 0%);
  }
}

.team-boxes {
  border: 1px solid #E8E8E8;
}

.team-boxes .team-boxes-img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

.brand-img {
  display: block;
  margin: 0 auto;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

.feedback-bg {
  background: #242424;
}

.feedback-bg .section-title {
  color: #fff;
}

.feedback-bg .swiper .swiper-pagination-bullet {
  cursor: pointer;
  background: #666;
  opacity: 1;
  width: 40px;
  border-radius: 10px;
}

.feedback-bg .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #A72329;
}

.feedback-box {
  padding: 30px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 16px;
  margin-bottom: 60px;
}

.feedback-box .feedback-client-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

.feedback-box .h3, .feedback-box .details-text, .feedback-box .uname, .feedback-box .unameid {
  color: #fff;
}

.feedback-box .rating-star img {
  height: 24px;
}

.feedback-box .play-btn {
  position: relative;
}

.feedback-box .play-btn:before, .feedback-box .play-btn:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  top: 0;
  left: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-backface-visibility: hidden;
  z-index: -1;
  background-color: #fff;
}

/* .feedback-box .play-btn:before {
  -webkit-animation: wave-animate 2s infinite ease-out;
  animation: wave-animate 2s infinite ease-out;
} */

/* .feedback-box .play-btn:after {
  opacity: 0;
  -webkit-animation: wave-animate 2s 1.5s infinite ease-out;
  animation: wave-animate 2s 1.5s infinite ease-out;
} */

.feedback-box .play-btn img {
  height: 60px;
  position: relative;
  z-index: 1;
}

@-webkit-keyframes wave-animate {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes wave-animate {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

.tech-icon {
  height: 50px;
}

.default-list-group.default-list-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 0;
}

.default-list-group.default-list-flex .list-group-item {
  font-size: 14px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.default-list-group.default-list-flex .list-group-item:before {
  height: 6px;
  width: 6px;
  margin-right: 8px;
  min-width: 6px;
}

.contact-form .form-control {
  font-size: 16px;
  border: 0;
  border-bottom: 1px solid #B4B4B4;
  border-radius: 0;
  padding: 10px 0;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.file-type {
  border: 1px dashed #B4B4B4;
  display: block;
  cursor: pointer;
}

.feedback-one-slider .feedback-box {
  background: #222325;
}

.feedback-one-slider .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feedback-one-slider .swiper-pagination-bullet {
  cursor: pointer;
  background: #666;
  opacity: 1;
  width: 40px;
  border-radius: 10px;
}

.feedback-one-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #A72329;
}

.contact-boxes {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-boxes img {
  height: 50px;
}

.contact-boxes a {
  color: #000000;
  font-weight: 500;
}

.span-content {
  border: 2px solid #A72329;
  padding: 6px 26px;
  margin-bottom: 20px;
  display: inline-block;
  border-radius: 50px;
  color: #000000;
}

.app-banner-section {
  background: url(../imgs/mobile-app-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 70px 50px;
  border-radius: 42px;
}

.app-banner-section .section-title, .app-banner-section .details-text {
  color: #fff;
  opacity: 1;
}

.app-banner-section .section-subtitle {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.business-box {
  border-radius: 30px;
  background: #A72329;
  height: 100%;
}

.business-box .h4, .business-box .details-text {
  color: #fff;
  opacity: 1;
}

.services-content {
  background: #222325;
  border-radius: 20px;
  overflow: hidden;
}

.services-content .details-text, .services-content ul li {
  color: #fff;
  opacity: 1;
}

.services-content ul {
  padding: 0 0 0 16px;
  list-style: default;
}

.cover-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.history-content-boxes {
  position: relative;
  background: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-top: 15px;
  overflow: hidden;
  border: 1px solid transparent;
}

.history-content-boxes img {
  width: 70px;
}

.history-content-boxes .h3 {
  font-weight: 600;
}

.history-content-boxes .above-details-text {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  z-index: 1;
  background: #fff;
  font-size: 12px;
  padding: 16px;
}

.history-content-boxes:hover {
  border: 1px solid #A72329;
}

.history-content-boxes:hover .above-details-text {
  opacity: 1;
}

.tach-icon img {
  height: 36px;
}

.industries-button-next svg, .industries-button-prev svg {
  width: 40px;
}

.industries-button-next:hover svg circle, .industries-button-prev:hover svg circle {
  fill: #A72329;
}

.industries-button-next:hover svg path, .industries-button-prev:hover svg path {
  stroke: #fff;
}

.industries-button-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.industries-slider {
  overflow: visible;
}

.industries-slider .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.industries-slider .industries-box {
  background: #fff;
  border-radius: 24px;
  display: block;
  padding: 24px;
  color: #222325;
  position: relative;
  width: 100%;
}

.industries-slider .industries-box .arrow-btn {
  position: absolute;
  right: 16px;
  bottom: 16px;
}

.industries-slider .industries-box .arrow-btn svg {
  width: 30px;
}

.industries-slider .industries-box:hover .h5 {
  color: #A72329;
}

.industries-slider .industries-box:hover svg circle {
  fill: #A72329;
}

.industries-slider .industries-box:hover svg path {
  stroke: #fff;
}

.software-banner-section {
  background: url(../imgs/custom-software-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.service-boxes .sr-icon {
  width: 60px;
}

.service-tab .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.service-tab .nav-link {
  width: 100%;
  border-bottom: 2px solid #D9D9D9;
  border-radius: 0;
  font-size: 16px;
  color: #222325;
  font-weight: 500;
}

.service-tab .nav-link.active {
  border-bottom: 2px solid #A72329;
  color: #A72329;
  background: transparent;
}

.service-box-content {
  border-radius: 16px;
}

.ind-box img {
  height: 60px;
}

.vans-banner-section {
  background: url(../imgs/vans-banner.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.feature-icon {
  min-width: 50px;
  width: 50px;
  height: 50px;
  background-color: #9d1e1e;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}

.feature-icon img {
  width: 24px;
}

.feature-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
  gap: 16px;
}

.feature-box:last-child {
  margin-bottom: 0;
}

.feature-text h6 {
  color: #9d1e1e;
  font-weight: bold;
}

.mockup-img {
  margin: 0 auto;
}

.mockup-container {
  text-align: center;
}

.right-min-margin {
  margin-right: -40px;
}

.left-min-margin {
  margin-left: -40px;
}

.grid-col-7 {
  display: -ms-grid;
  display: grid;
  align-items: center;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 30px;
}

.grid-col-7 .brand-client-logo { 
  max-width: 100%;
}

.tab-flex-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-top: 20px;
}

.tab-flex-card img {
  width: 60px;
  min-width: 60px;
}

.feature-section {
  background: #242424;
}

.feature-section .nav-link {
  color: #fff;
}

.feature-section .nav-link[aria-selected="false"] img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

@media (max-width: 1439px) {
  .home-title {
    font-size: 38px;
    line-height: 58px;
  }
  .details-text {
    font-size: 15px;
  }
  .service-box {
    padding: 30px 15px 15px;
  }
  .service-box .details-text {
    font-size: 14px;
    line-height: 20px;
  }
  .service-box .sc-title {
    font-size: 20px;
    line-height: 28px;
  }
  .default-tabs .nav-link {
    font-size: 14px;
    line-height: 24px;
    margin: 0 10px 10px 0;
    padding: 8px 14px;
  }
  .default-tabs.tech-tabs .nav-link {
    padding: 8px 30px;
  }
}

@media (max-width: 1200px) {
  .btn-default, .btn-secondary {
    font-size: 14px;
    padding: 6px 15px;
    height: 40px;
  }
  .header .navbar-nav .nav-link {
    padding-right: 16px;
    padding-left: 16px;
    font-size: 14px;
    margin-top: 0;
  }
  .header .btn-secondary {
    margin-left: 16px;
  }
  .default-tabs {
    margin: 30px 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .default-tabs .nav-link {
    white-space: nowrap;
  }
  .team-boxes .team-boxes-img {
    height: 280px;
  }
  .grid-col-7 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 30px;
  }
}

@media (max-width: 992px) {
  .header {
    padding: 10px 0;
  }
  .header .navbar-toggler {
    background: #A72329;
    color: #fff;
    margin-left: auto;
    padding: 8px 12px;
  }
  .header .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    overflow: auto;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 20px;
    max-height: 0;
    -webkit-box-shadow: 0 1px 40px rgba(0, 0, 0, 0.09);
            box-shadow: 0 1px 40px rgba(0, 0, 0, 0.09);
    visibility: hidden;
    margin-top: 10px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
  }
  .header .navbar-collapse .btn-secondary {
    margin-left: 20px;
    margin-top: 10px;
  }
  .header .navbar-collapse.show {
    visibility: visible;
    max-height: 1000px;
  }
  .header .navbar-collapse .navbar-toggler {
    position: absolute;
    top: 16px;
    right: 14px;
  }
  .header .navbar-collapse .navbar-toggler svg {
    width: 34px;
    height: 34px;
  }
  .section-padding {
    padding: 50px 0;
  }
  .home-title {
    font-size: 34px;
    line-height: 48px;
    margin-bottom: 22px;
  }
  .details-text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 25px;
  }
  .details-text.details-text {
    margin-bottom: 5px;
  }
  .home-banner, .about-content {
    text-align: center;
  }
  .home-banner .bn-image, .about-content .bn-image {
    margin: 0 auto 30px;
    max-height: 420px;
  }
  .devider-text {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section-title {
    font-size: 34px;
    line-height: 48px;
  }
  .column-list {
    max-width: unset;
  }
  .copyright {
    margin-top: 40px;
    padding-top: 10px;
  }
  .tech-icon {
    height: 40px;
  }
  .default-list-group.default-list-flex .list-group-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .default-list-group.default-list-flex .list-group-item:before {
    content: none;
  }
  .history-content-boxes img {
    width: 50px;
  }
  .right-min-margin {
    margin-right: 0;
  }
  .left-min-margin {
    margin-left: 0;
  }
  .mockup-container {
    margin-bottom: 40px;
  }
  .tab-flex-card img {
    width: 40px;
    min-width: 40px;
  }
}

@media (max-width: 767px) {
  .btn-default, .btn-secondary {
    font-size: 14px;
    padding: 8px 25px;
  }
  .home-title, .section-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
  }
  .home-banner .bn-image, .about-content .bn-image {
    max-height: 260px;
  }
  .service-box {
    margin-top: 130px;
  }
  .default-tabs .nav-link {
    margin: 0 6px 10px 0;
    padding: 4px 14px;
    font-size: 12px;
  }
  .default-tabs.tech-tabs .nav-link {
    padding: 4px 20px;
  }
  .time-slot .slot-img {
    width: 80px;
    margin-right: 20px;
  }
  .feedback-box {
    padding: 20px;
  }
  .feedback-box .play-btn img {
    height: 40px;
  }
  .feedback-box .h5 {
    font-size: 16px;
  }
  .feedback-box .h3 {
    font-size: 20px;
  }
  .ind-box img {
    height: 40px;
  }
  .feature-box {
    margin-bottom: 10px !important;
  }
  .grid-col-7 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
  }
  .tab-flex-card:first-child {
    margin-top: 10px;
  }
}

@media (max-width: 567px) {
  .header .navbar > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .section-padding {
    padding: 40px 0;
  }
  .team-boxes .team-boxes-img {
    height: 180px;
  }
  .grid-col-7 {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
}
/*# sourceMappingURL=style.css.map */