.container-fluid {
  padding-left: 80px !important;
  padding-right: 80px !important;
}
@media (max-width: 1199px) {
  .container-fluid {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (max-width: 575px) {
  .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.main-banner {
  height: 990px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .main-banner {
    height: 100%;
  }
}
.main-banner video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
}
.main-banner .banner-inner {
  height: 100%;
  padding-top: 126px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-banner .banner-inner::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.main-banner .banner-inner .banner-content {
  color: #fff;
}
.main-banner .banner-inner .banner-content .og-btn {
  background: rgba(154, 154, 154, 0.26);
  padding: 10px 20px;
  border-radius: 20px;
  text-decoration: none;
  color: #fff;
  font-weight: 300;
  font-size: 17px;
}
.main-banner .banner-inner .banner-content .title {
  font-family: "Kantumruy Pro", sans-serif;
  font-size: 41px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 20px !important;
  margin-top: 50px;
}
@media (max-width: 1440px) {
  .main-banner .banner-inner .banner-content .title {
    margin-top: 20px !important;
  }
}
@media (max-width: 991px) {
  .main-banner .banner-inner .banner-content .title {
    font-size: 36px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .main-banner .banner-inner .banner-content .title {
    font-size: 30px;
    line-height: 1.2;
  }
}
.main-banner .banner-inner .banner-content .title span {
  display: block;
  color: transparent;
  -webkit-text-stroke: 2px #2da4e3;
  font-size: 60px;
}
@media (max-width: 575px) {
  .main-banner .banner-inner .banner-content .title span {
    font-size: 30px;
  }
}
.main-banner .banner-inner .banner-content .title .text-1 {
  color: transparent;
  -webkit-text-stroke: 2px #2da4e3;
}
.main-banner .banner-inner .banner-content .text {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 40px;
}
.main-banner .banner-inner .banner-content .bt {
  width: max-content;
}
.main-banner .banner-inner .banner-right-content .ss-media {
  height: 500px;
  position: relative;
  z-index: 1;
  border-bottom-left-radius: 35px;
  margin-right: 130px;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .main-banner .banner-inner .banner-right-content .ss-media {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .main-banner .banner-inner .banner-right-content .ss-media {
    height: 300px;
  }
}
.main-banner .banner-inner .banner-right-content .ss-media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  border-bottom-left-radius: 115px;
}
.main-banner .banner-inner .banner-right-content .ss-media::after {
  content: "";
  position: absolute;
  right: -14px;
  top: -19px;
  width: 100%;
  height: 100%;
  border: 2px solid #2da4e3;
  border-radius: 20px 20px 20px 58px;
  z-index: -1;
}

.main-banner2 {
  height: 930px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .main-banner2 {
    height: 700px;
  }
}
.main-banner2.after-none ::after {
  display: none;
}
.main-banner2.taxiapp-banner {
  height: 700px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .main-banner2 {
    height: 700px;
  }
}
@media (max-width: 991px) {
  .main-banner2 {
    height: 100%;
  }
}
.main-banner2 .banner-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
}
.main-banner2 .banner-inner {
  height: 100%;
  padding-top: 126px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .main-banner2 .banner-inner {
    padding-bottom: 50px;
  }
}
.main-banner2 .banner-inner.ai-banner .ai-media {
  animation: upDown2 3s infinite ease-in-out;
}
.main-banner2 .banner-inner::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.main-banner2 .banner-inner .banner-content {
  color: #fff;
}
.main-banner2 .banner-inner .banner-content .og-btn {
  background: rgba(154, 154, 154, 0.26);
  padding: 10px 20px;
  border-radius: 20px;
  text-decoration: none;
  color: #fff;
  font-weight: 300;
  font-size: 17px;
}
.main-banner2 .banner-inner .banner-content .title {
  font-family: "Kantumruy Pro", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 20px !important;
  margin-top: 50px;
}
@media (max-width: 1440px) {
  .main-banner2 .banner-inner .banner-content .title {
    margin-top: 20px !important;
  }
}
@media (max-width: 1199px) {
  .main-banner2 .banner-inner .banner-content .title {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .main-banner2 .banner-inner .banner-content .title {
    font-size: 36px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .main-banner2 .banner-inner .banner-content .title {
    font-size: 30px;
    line-height: 1.2;
    width: 80%;
  }
}
.main-banner2 .banner-inner .banner-content .title span {
  display: block;
  color: transparent;
  -webkit-text-stroke: 2px #2da4e3;
  font-size: 60px;
}
@media (max-width: 575px) {
  .main-banner2 .banner-inner .banner-content .title span {
    font-size: 30px;
  }
}
.main-banner2 .banner-inner .banner-content .title .text-1 {
  color: transparent;
  -webkit-text-stroke: 2px #2da4e3;
}
.main-banner2 .banner-inner .banner-content .text {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 40px;
}
.main-banner2 .banner-inner .banner-content .bt {
  width: max-content;
}
.main-banner2 .banner-inner .banner-right-shape {
  position: absolute;
  right: -158px;
  bottom: -75px;
  z-index: 1;
  height: 743px;
  width: 900px;
}
.main-banner2 .banner-inner .banner-left-shape {
  position: absolute;
  left: 0;
  top: 80px;
  z-index: 1;
  height: 63px;
  width: 76px;
}

.main-banner4 {
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.main-banner4.taxiapp-banner {
  height: 700px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .main-banner4 {
    height: 700px;
  }
}
@media (max-width: 991px) {
  .main-banner4 {
    height: 100%;
  }
}
.main-banner4 .banner-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  object-fit: cover;
}
.main-banner4 .banner-inner {
  height: 100%;
  padding-top: 126px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .main-banner4 .banner-inner {
    padding-bottom: 50px;
  }
}
.main-banner4 .banner-inner::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.main-banner4 .banner-inner .banner-content {
  color: #fff;
}
.main-banner4 .banner-inner .banner-content .og-btn {
  background: rgba(154, 154, 154, 0.26);
  padding: 10px 20px;
  border-radius: 20px;
  text-decoration: none;
  color: #fff;
  font-weight: 300;
  font-size: 17px;
}
.main-banner4 .banner-inner .banner-content .title {
  font-family: "Kantumruy Pro", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 20px !important;
  margin-top: 50px;
}
@media (max-width: 1440px) {
  .main-banner4 .banner-inner .banner-content .title {
    margin-top: 20px !important;
  }
}
@media (max-width: 1199px) {
  .main-banner4 .banner-inner .banner-content .title {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .main-banner4 .banner-inner .banner-content .title {
    font-size: 36px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .main-banner4 .banner-inner .banner-content .title {
    font-size: 30px;
    line-height: 1.2;
    width: 80%;
  }
}
.main-banner4 .banner-inner .banner-content .title span {
  display: block;
  color: transparent;
  -webkit-text-stroke: 2px #2da4e3;
  font-size: 60px;
}
@media (max-width: 575px) {
  .main-banner4 .banner-inner .banner-content .title span {
    font-size: 30px;
  }
}
.main-banner4 .banner-inner .banner-content .title .text-1 {
  color: transparent;
  -webkit-text-stroke: 2px #2da4e3;
}
.main-banner4 .banner-inner .banner-content .text {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 40px;
}
.main-banner4 .banner-inner .banner-content .bt {
  width: max-content;
}
.main-banner4 .banner-inner .banner-right-shape {
  position: absolute;
  right: -158px;
  bottom: -75px;
  z-index: 1;
  height: 743px;
  width: 900px;
}
.main-banner4 .banner-inner .banner-left-shape {
  position: absolute;
  left: 0;
  top: 80px;
  z-index: 1;
  height: 63px;
  width: 76px;
}
.main-banner4 .banner-inner.bg-none::after {
  display: none;
}

.vertical-info {
  padding: 25px 15px;
  width: 100px;
  min-width: 100px;
}
.vertical-info > * {
  writing-mode: sideways-lr;
  color: #000 !important;
}
.vertical-info .social-list li a {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}
.vertical-info a.btn:hover {
  color: #fff !important;
  background-color: var(--bs-primary);
}

.social-list {
  display: flex;
  gap: 30px;
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  padding-left: 0;
}
.social-list li a {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--bs-secondary);
  letter-spacing: 1px;
}

.designs {
  position: relative;
  z-index: 1;
}
.designs .design1 {
  position: absolute;
  right: 590px;
  bottom: 500px;
  height: 50px;
  width: 50px;
  z-index: 1;
  animation: smallCircle 4.5s linear infinite;
  list-style: none;
  left: -20px;
}
@media (max-width: 575px) {
  .designs .design1 {
    display: none;
  }
}
.designs .design2 {
  position: absolute;
  height: 110px;
  width: 100px;
  z-index: 1;
  animation: upDown2 4s infinite ease-in-out;
  list-style: none;
  left: -30px;
  bottom: -30px;
}
.designs .design3 {
  position: absolute;
  right: 70px;
  bottom: 459px;
  height: 126px;
  width: 116px;
  z-index: 9;
  animation: upDown2 4s infinite ease-in-out;
  list-style: none;
}
@media (max-width: 1199px) {
  .designs .design3 {
    right: -77px;
  }
}
@media (max-width: 575px) {
  .designs .design3 {
    display: none;
  }
}
@keyframes smallCircle {
  0% {
    transform: rotate(0deg) translateX(20px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translateX(20px) rotate(-360deg);
  }
}
@keyframes upDown2 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  25% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
  50% {
    -webkit-transform: translate(-5px, -5px);
    transform: translate(-5px, -5px);
  }
  75% {
    -webkit-transform: translate(-10px, 5px);
    transform: translate(-10px, 5px);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

.side-icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  background: rgba(154, 154, 154, 0.26);
  display: flex;
  flex-direction: column;
  padding: 15px 10px;
  border-radius: 10px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  transform: translateY(-50%);
}
.side-icon a {
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bs-primary);
  border-radius: 50%;
  margin-bottom: 10px;
}
.side-icon i {
  font-size: 25px;
  color: #fff;
}

.loading-page-2 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

@keyframes zoomLoader {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  15% {
    transform: scale(5);
  }
  25% {
    transform: scale(9);
  }
  35% {
    transform: scale(12);
  }
  45% {
    transform: scale(15);
  }
  55% {
    transform: scale(18);
  }
  65% {
    transform: scale(18) translateX(-20%);
  }
  75% {
    transform: scale(18) translateX(-40%);
  }
  85% {
    transform: scale(18) translateX(-60%);
  }
  95% {
    transform: scale(18) translateX(-80%);
    opacity: 1;
  }
  100% {
    transform: scale(18) translateX(-100%);
  }
}
.banner-right-content {
  position: relative;
  z-index: 1;
}

.taxiapp-banner-content {
  position: relative;
  z-index: 1;
}
.taxiapp-banner-content .car {
  transform: scale(1.5);
  margin-left: 66px;
}
@media (max-width: 991px) {
  .taxiapp-banner-content .car {
    transform: unset;
  }
}
.taxiapp-banner-content .mobile-img {
  position: absolute;
  z-index: 1;
  right: -35px;
  top: -66px;
}
@media (max-width: 991px) {
  .taxiapp-banner-content .mobile-img {
    right: 0;
    top: -86px;
  }
}

.side-header {
  position: absolute;
  top: 0;
  z-index: 999;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2) !important;
}
.side-header .navbar-brand {
  height: 50px;
  width: 210px;
}
.side-header .navbar-brand img {
  width: 100%;
}
.side-header .navbar-brand .logo-dark {
  display: none;
}
.side-header .navbar-brand .logo-white {
  display: block;
}

.navbar-nav .nav-item:hover .nav-link {
  color: #2da4e3;
  transition: 0.5s;
}
.navbar-nav .nav-item .nav-link {
  color: #fff;
  transition: 0.5s;
}

.navbar-nav .nav-item:hover .nav-link {
  color: #2da4e3;
  transition: 0.5s;
}
.navbar-nav .nav-item .nav-link {
  color: #fff;
  transition: 0.5s;
}

@media (max-width: 991px) {
  button.navbar-toggler {
    color: #fff;
    border-color: #fff;
  }
  .navbar-collapse {
    position: absolute;
    left: -300px;
    width: 300px;
    padding: 30px;
    background: #fff;
    height: 100vh;
    transition: 0.5s;
    top: 0;
  }
  .navbar-collapse.show {
    left: 0;
  }
  .navbar-nav .nav-item .nav-link {
    color: #000;
    transition: 0.5s;
  }
}
.sticky-header.is-fixed {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background-color: #fff !important;
  transition: 0.5s;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}
.sticky-header.is-fixed .navbar-nav .nav-item .nav-link {
  color: #000;
  transition: 0.5s;
}
.sticky-header.is-fixed .logo-dark {
  display: block;
}
.sticky-header.is-fixed .logo-white {
  display: none;
}

@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
.mega-menu {
  z-index: 999;
  gap: 20px;
  padding: 30px;
  background: #f4f8fb;
  flex-wrap: wrap;
}

.menu-column {
  background: white;
  border-radius: 10px;
  padding: 20px;
  width: 280px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.menu-column h4 {
  font-size: 14px;
  color: #2da4e3;
  font-weight: 700;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.menu-column h4 .dot {
  width: 12px;
  height: 12px;
  background-color: #2da4e3;
  border-radius: 50%;
  margin-right: 8px;
}

.menu-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-column li {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 12px;
  color: #333;
}

.menu-column li img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.menu-column ul li a {
  display: flex;
  align-items: center;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.menu-column ul li a:hover {
  color: #2da4e3;
}

/* Mega Menu Base State */
#megaMenu {
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  pointer-events: none;
}

.menu-column {
  background: white;
  border-radius: 10px;
  padding: 20px;
  width: 300px;
  height: 350px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  overflow-y: auto;
}

.menu-column h4 a {
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.menu-column::-webkit-scrollbar {
  width: 6px;
}

.menu-column::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}

.menu-column::-webkit-scrollbar-thumb:hover {
  background: #999;
}

#megaMenu.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.mega-menu .menu-column {
  opacity: 0;
  transform: translateY(-50px);
}

#megaMenu.show .menu-column {
  animation: columnSlideDown 0.5s ease forwards;
}

#megaMenu.show .menu-column:nth-child(1) {
  animation-delay: 0.1s;
}

#megaMenu.show .menu-column:nth-child(2) {
  animation-delay: 0.3s;
}

#megaMenu.show .menu-column:nth-child(3) {
  animation-delay: 0.5s;
}

#megaMenu.show .menu-column:nth-child(4) {
  animation-delay: 0.7s;
}

#megaMenu.show .menu-column:nth-child(5) {
  animation-delay: 0.9s;
}

#megaMenu.show .menu-column:nth-child(6) {
  animation-delay: 1.1s;
}

@keyframes columnSlideDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.bt {
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  background-color: #2DA4E3;
  color: #ffffff;
  line-height: 1;
  border-radius: 12px;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.bt:hover {
  background: transparent;
  border: 1px solid #2DA4E3;
  color: #2DA4E3;
  transition: 0.5s;
}

.btn-outline-primary {
  background: transparent;
  border: 1px solid #2DA4E3;
  color: #2DA4E3;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  border-radius: 12px;
  width: fit-content;
  text-decoration: none;
  height: fit-content;
}

.btn-outline-white {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  border-radius: 12px;
  text-decoration: none;
}

.swiper-pagination-two {
  position: absolute;
  z-index: 1;
  top: 50% !important;
  bottom: auto !important;
  transform: translateY(-50%);
  z-index: 99;
  width: auto !important;
  top: auto !important;
  bottom: 130px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  left: auto !important;
  right: 80px !important;
}
.swiper-pagination-two .swiper-pagination-bullet {
  background-color: #fff !important;
  width: 6px;
  height: 6px;
  margin: 17px 0 !important;
  margin: 6px 10px !important;
  display: block;
  text-align: center;
  position: relative;
}
.swiper-pagination-two .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 50px;
  border: 1px solid transparent;
  background: transparent;
  left: -6px;
  top: -6px;
}
.swiper-pagination-two .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FE9F10 !important;
}
.swiper-pagination-two .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  border: 1px solid #fff;
}

.service-swiper {
  border-radius: 0 !important;
}
.service-swiper .img-bx {
  position: relative;
  z-index: 1;
}
.service-swiper .img-bx::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(320deg, rgb(2, 14, 58) 0%, rgba(247, 175, 199, 0) 100%);
  height: 100%;
  width: 100%;
  z-index: 1;
}
.service-swiper .img-bx .ss-media {
  position: relative;
  z-index: 1;
  width: 100%;
}
.service-swiper .img-bx .ss-media img {
  border-radius: 0;
}
.service-swiper .img-bx .ss-content {
  position: absolute;
  z-index: 9;
  bottom: 20px;
  left: 20px;
}
.service-swiper .img-bx .ss-content .title {
  color: #fff;
  font-size: 24px;
}
.service-swiper .img-bx .ss-content .text {
  color: #fff;
  font-size: 15px;
}

.service-swiper {
  overflow: visible;
}
.service-swiper .swiper-pagination {
  position: absolute;
  bottom: -36px;
}
.service-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 5px;
  border-radius: 3px;
  transition: 0.5s;
  background: #1D4772 !important;
}
.service-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  background: #1D4772;
}

.testimonialSwiper .swiper-pagination {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0px;
  z-index: 999999;
  width: auto;
  top: 62%;
  gap: 10px;
  transform: translateY(-50%);
}
@media (max-width: 575px) {
  .testimonialSwiper .swiper-pagination {
    top: 50%;
  }
}
.testimonialSwiper .swiper-pagination .swiper-pagination-bullet {
  display: block;
  height: 20px !important;
  width: 20px !important;
  font-size: 15px;
  color: #1d4772 !important;
  opacity: 1;
  background-color: #fff !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.testimonialSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1d4772 !important;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-tabs .nav-link {
  padding: 0;
  background: transparent;
  margin-bottom: 15px;
}
.nav-tabs .nav-link.active {
  background-color: transparent !important;
  border: 0;
}

.nav-tabs.texiapp .nav-link {
  padding: 0;
  background: transparent;
  padding-bottom: 60px;
  border-bottom: 1px solid transparent;
  margin: 0;
}
.nav-tabs.texiapp .nav-link.active {
  background-color: transparent !important;
  border-bottom: 1px solid #000;
}
.nav-tabs.active .nav-item {
  border-bottom: 1px solid #1D4772;
}

.app-service .service-bx .nav-tabs {
  border: 0;
}

.swiper-button2 {
  display: flex;
  width: 135px;
  position: absolute;
  bottom: 148px;
  right: 370px;
}
@media (max-width: 1199px) {
  .swiper-button2 {
    bottom: 50px;
    right: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .swiper-button2 {
    width: 100px;
  }
}
.swiper-button2 .swiper-button-prev {
  background: #ffffff;
  height: 50px;
  border-radius: 12px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(2px 2px 7px rgba(0, 0, 0, 0.25));
}
@media only screen and (max-width: 575px) {
  .swiper-button2 .swiper-button-prev {
    height: 35px;
    width: 35px;
  }
}
.swiper-button2 .swiper-button-prev:after {
  display: none;
}
.swiper-button2 .swiper-button-prev svg {
  width: 20px;
}
.swiper-button2 .swiper-button-prev svg path {
  fill: #1D4772;
}
.swiper-button2 .swiper-button-next {
  background: #1D4772;
  height: 50px;
  border-radius: 12px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(-180deg);
  filter: drop-shadow(2px 2px 7px rgba(0, 0, 0, 0.25));
}
@media only screen and (max-width: 575px) {
  .swiper-button2 .swiper-button-next {
    height: 35px;
    width: 35px;
  }
}
.swiper-button2 .swiper-button-next svg {
  width: 20px;
}
.swiper-button2 .swiper-button-next svg path {
  fill: #ffffff;
}
.swiper-button2 .swiper-button-next:after {
  display: none;
}

.section-head .text {
  margin: 15px !important;
}

@media (max-width: 360px) {
  .slider1 {
    margin-top: 20px;
  }
}

.swiper-button-5 {
  gap: 20px;
  position: absolute;
  right: 0;
  top: 25%;
  width: 200px;
  display: flex;
}
@media (max-width: 768px) {
  .swiper-button-5 {
    gap: 0px;
    right: -10%;
    top: 32%;
  }
}
@media (max-width: 360px) {
  .swiper-button-5 {
    gap: 0px;
    right: -30%;
    top: 35%;
  }
}
.swiper-button-5 .swiper-button-next {
  position: relative;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #1d4772;
}
@media (max-width: 768px) {
  .swiper-button-5 .swiper-button-next {
    gap: 0px;
    height: 35px;
    width: 35px;
  }
}
@media (max-width: 360px) {
  .swiper-button-5 .swiper-button-next {
    gap: 0px;
    height: 35px;
    width: 35px;
  }
}
.swiper-button-5 .swiper-button-next::after {
  content: "prev";
  position: absolute;
  font-size: 15px;
  font-weight: 500;
  color: #1d4772;
}
.swiper-button-5 .swiper-button-prev {
  position: relative;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #1d4772;
}
@media (max-width: 768px) {
  .swiper-button-5 .swiper-button-prev {
    gap: 0px;
    height: 35px;
    width: 35px;
  }
}
@media (max-width: 360px) {
  .swiper-button-5 .swiper-button-prev {
    height: 35px;
    width: 35px;
  }
}
.swiper-button-5 .swiper-button-prev::after {
  content: "next";
  position: absolute;
  font-size: 15px;
  font-weight: 500;
  color: #1d4772;
}

.Process_slider .step-line {
  position: absolute;
  top: 50%;
  left: 5%;
  right: 5%;
  height: 2px;
  background-color: #ccc;
  z-index: 0;
}

.Process_slider .step-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
}

.Process_slider .step-icon.active {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 28px;
}

.carousel-slider .swiper-wrapper {
  display: flex;
  align-items: center;
  max-width: 100%;
}

.carousel-slider .swiper-slide {
  width: clamp(152px, 30vw, 700px);
  height: clamp(150px, 30vw, 700px);
  aspect-ratio: 1/1;
  box-sizing: border-box;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper.carousel-slider {
  overflow: visible;
}

.carousel-slider .td-media {
  position: relative;
  z-index: 1;
  transition: 0.7s;
  overflow: hidden;
  border-radius: 40px;
}
.carousel-slider .td-media::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 0;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}
.carousel-slider .td-media img {
  border-radius: 40px;
  transition: 0.5s;
}
.carousel-slider .td-media .down-swipe {
  position: absolute;
  bottom: -90px;
  left: 0;
  background: rgba(0, 0, 0, 0.5607843137);
  padding: 20px 30px;
  border-radius: 40px;
  opacity: 0;
  visibility: hidden;
  height: 100%;
}
.carousel-slider .td-media .down-swipe .title {
  color: #fff;
}
.carousel-slider .td-media .down-swipe .text {
  color: #fff;
  line-height: 2.5;
}
.carousel-slider .td-media:hover:before {
  -webkit-animation: dzShine 0.75s;
  animation: dzShine 0.75s;
}
.carousel-slider .td-media:hover .down-swipe {
  opacity: 1;
  visibility: visible;
  transition: 0.7s;
  bottom: 0;
  border-radius: 40px;
}
.carousel-slider .td-media:hover img {
  transform: scale(1.2);
  border-radius: 40px;
}

.expertise-swiper .img-bx {
  position: relative;
  z-index: 1;
}
.expertise-swiper .img-bx img {
  border-radius: 20px;
}
.expertise-swiper .img-bx .ss-content {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(37, 37, 37, 0.8);
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  width: 210px;
}

.game-platform {
  position: relative;
  z-index: 1;
}
.game-platform .platform-shape {
  position: absolute;
  top: -75px;
  right: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .game-platform .platform-shape {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .game-platform .platform-shape {
    display: none;
  }
}
.game-platform .platform_swiper .platformswiper .platform {
  background: #fff;
  padding: 20px 20px;
  border-radius: 20px;
}
.game-platform .platform_swiper .platformswiper .platform .td-media {
  height: 60px;
  width: 60px;
  margin-bottom: 20px;
}
.game-platform .platform_swiper .platformswiper .platform .title {
  font-size: 20px;
  color: #222222;
  margin-bottom: 10px;
  font-weight: 500;
  width: max-content;
}
.game-platform .platform_swiper .platformswiper .platform .text {
  font-size: 16px;
  color: #222222;
  font-weight: 400;
}

.game-platform {
  position: relative;
  z-index: 1;
}
.game-platform .platform-shape {
  position: absolute;
  top: -75px;
  right: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .game-platform .platform-shape {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .game-platform .platform-shape {
    display: none;
  }
}
.game-platform .platform_swiper .platformswiper .platform {
  background: #fff;
  padding: 20px 20px;
  border-radius: 20px;
}
.game-platform .platform_swiper .platformswiper .platform .td-media {
  height: 60px;
  width: 60px;
  margin-bottom: 20px;
}
.game-platform .platform_swiper .platformswiper .platform .title {
  font-size: 20px;
  color: #222222;
  margin-bottom: 10px;
  font-weight: 500;
  width: max-content;
}
.game-platform .platform_swiper .platformswiper .platform .text {
  font-size: 16px;
  color: #222222;
  font-weight: 400;
}

.game-platform {
  position: relative;
  z-index: 1;
}
.game-platform .platform-shape {
  position: absolute;
  top: -75px;
  right: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .game-platform .platform-shape {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .game-platform .platform-shape {
    display: none;
  }
}
.game-platform .platform_swiper .platformswiper2 .platform {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
}
.game-platform .platform_swiper .platformswiper2 .platform .td-media {
  height: 60px;
  width: 60px;
  margin-bottom: 20px;
}
.game-platform .platform_swiper .platformswiper2 .platform .content .title {
  font-size: 20px;
  color: #222;
  margin-bottom: 10px;
  font-weight: 500;
  width: max-content;
}
.game-platform .platform_swiper .platformswiper2 .platform .content .text {
  font-size: 16px;
  color: #222;
  font-weight: 400;
}
.game-platform .platform_swiper .platformswiper2 .platform .content .content-top,
.game-platform .platform_swiper .platformswiper2 .platform .content .content-bottom {
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.game-platform .platform_swiper .platformswiper2 .platform .content .content-top {
  opacity: 1;
  visibility: visible;
  position: relative;
}
.game-platform .platform_swiper .platformswiper2 .platform .content .content-bottom {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 63%;
  transform: translateY(-50%);
  background: #fff;
}
.game-platform .platform_swiper .platformswiper2 .platform ul {
  padding: 0;
  margin-bottom: 30px;
}
.game-platform .platform_swiper .platformswiper2 .platform ul li {
  list-style: none;
  font-size: 16px;
  font-weight: 400;
}
.game-platform .platform_swiper .platformswiper2 .platform ul li span {
  font-weight: 600;
}
.game-platform .platform_swiper .platformswiper2 .platform .btn-g {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  background: linear-gradient(90deg, #2F7499 0%, #27425D 100%);
  border-radius: 10px;
  padding: 7px 15px;
  color: #fff;
  text-decoration: none;
}
.game-platform .platform_swiper .platformswiper2 .platform:hover .content-top {
  opacity: 0;
  visibility: hidden;
}
.game-platform .platform_swiper .platformswiper2 .platform:hover .content-bottom {
  opacity: 1;
  visibility: visible;
}

.together-sec {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.together-sec .game-design1 {
  position: absolute;
  right: 0;
  top: 0;
  height: 200px;
  width: 200px;
}
.together-sec .game-design2 {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 200px;
  width: 200px;
}
.together-sec .title {
  font-size: 190px;
  font-weight: 700;
  -webkit-text-stroke: 2px #1D4772;
  color: transparent;
  display: flex;
  width: max-content;
  align-items: center;
}
@media (max-width: 1199px) {
  .together-sec .title {
    font-size: 140px;
  }
}
@media (max-width: 991px) {
  .together-sec .title {
    font-size: 100px;
  }
}
@media (max-width: 991px) {
  .together-sec .title {
    font-size: 70px;
  }
}
.together-sec .title .text-dark {
  margin-left: 100px;
  font-weight: 700;
  background: linear-gradient(264.14deg, #396EB4 1.7%, #7EA3D4 98.3%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1199px) {
  .together-sec .title .text-dark {
    font-size: 140px;
  }
}
@media (max-width: 991px) {
  .together-sec .title .text-dark {
    font-size: 100px;
    margin: 0;
  }
}
@media (max-width: 991px) {
  .together-sec .title .text-dark {
    font-size: 70px;
  }
}
.together-sec .title img {
  width: 300px;
}
@media (max-width: 991px) {
  .together-sec .title img {
    width: 150px;
  }
}

.badge-lbl {
  color: #fff;
  padding: 12px 25px;
  border: 1px solid #cfd5d9;
  border-radius: 100px;
  background-color: #2da4e3;
  margin: 0 20px 20px 0;
}

.robot-bx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(252.97deg, #05111B 1.07%, #277dc3 100%);
  color: white;
  padding: 40px;
  border-radius: 12px;
  margin: 40px auto;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.text-content {
  flex: 1;
  padding-right: 30px;
}

.text-content h1 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #ffffff;
}

.text-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #d1d5db;
  width: 70%;
}

.image-content {
  flex-shrink: 0;
  transform: scale(1.5);
  margin-top: -100px;
}

.image-content img {
  max-width: 280px;
  height: auto;
}

@media (max-width: 768px) {
  .container {
    flex-direction: column;
    text-align: center;
  }
  .text-content {
    padding-right: 0;
  }
  .image-content {
    margin-top: 20px;
  }
}
.m-b10 {
  margin-bottom: 10px;
}

.m-b20 {
  margin-bottom: 20px;
}

.m-b25 {
  margin-bottom: 25px;
}

.m-b30 {
  margin-bottom: 30px;
}

.m-b40 {
  margin-bottom: 40px;
}

.p-b100 {
  padding-bottom: 100px;
}

.m-b60 {
  margin-bottom: 60px;
}
@media (max-width: 575px) {
  .m-b60 {
    margin-bottom: 30px;
  }
}

.m-l50 {
  margin-left: 50px;
}

.m-l100 {
  margin-left: 100px;
}

.m-r60 {
  margin-right: 60px;
}

.g-20 {
  gap: 20px;
}

.g-60 {
  gap: 60px;
}

.m-pt25 {
  padding-top: 25px;
}

.m-pb25 {
  padding-bottom: 25px;
}

.pad-0 {
  padding: 0 !important;
}

.m-t40 {
  margin-top: 40px;
}

.content-inner1 {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .content-inner1 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 600px) {
  .content-inner1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.content-inner2 {
  padding-top: 0;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .content-inner2 {
    padding-top: 0px;
    padding-bottom: 70px;
  }
}
@media (max-width: 600px) {
  .content-inner2 {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}

.content-inner3 {
  padding-top: 100px;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .content-inner3 {
    padding-top: 70px;
    padding-bottom: 0px;
  }
}
@media (max-width: 600px) {
  .content-inner3 {
    padding-top: 40px;
    padding-bottom: 0px;
  }
}

.content-inner4 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .content-inner4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .content-inner4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.g-10 {
  gap: 10px;
}

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

.bg-darkblue {
  background: #1D4772 !important;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 1040px;
}
@media (max-width: 991px) {
  .bg-darkblue {
    height: 100%;
  }
}
.bg-darkblue .shape5 {
  position: absolute;
  right: -17px;
  top: -21px;
  animation: upDown 3s ease-in-out infinite;
}
@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}

.position-relative {
  position: relative;
  z-index: 1;
}

.gradiant {
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, rgb(29, 71, 114) 0%, rgba(29, 71, 114, 0) 100%);
}

.overflow-hidden {
  overflow: hidden;
}

.about-us {
  background-color: rgba(165, 165, 165, 0.0705882353);
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 100px;
  padding-top: 100px;
}
@media (max-width: 991px) {
  .about-us {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}
@media (max-width: 991px) {
  .about-us {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
.about-us::after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 29%;
  left: -20%;
  transform: translateX(50%) scale(1.5);
  top: 0;
  background: #e5e5e5;
  border-radius: 50%;
}
.about-us .about-media {
  position: relative;
  z-index: 1;
}
.about-us .about-media .sub-title {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  margin-left: 30px;
  position: relative;
  z-index: 1;
}
.about-us .about-media .sub-title::after {
  content: "|";
  position: absolute;
  left: -13px;
  top: 0;
  height: 10px;
  width: 2px;
  color: #2DA4E3;
}
.about-us .about-media .sub-title .text-1 {
  color: #2DA4E3;
}
.about-us .about-media .about-img1 {
  margin-right: 30px;
  height: 300px;
  width: 100%;
}
.about-us .about-media .about-img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.about-us .about-media .ss-media {
  position: absolute;
  left: -22%;
  height: 100px;
  width: 100px;
}
@media (max-width: 575px) {
  .about-us .about-media .ss-media {
    display: none;
  }
}
.about-us .about-content .sub-title {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  margin-left: 100px;
}
.about-us .about-content .sub-title .text-1 {
  color: #2DA4E3;
}
.about-us .about-content .title {
  font-family: "Lobster", sans-serif;
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 1.2;
  width: 100%;
  color: #3C3C3C;
}
@media (max-width: 575px) {
  .about-us .about-content .title {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
.about-us .about-content .title .text-1 {
  color: #2DA4E3;
  font-weight: 600;
}
.about-us .about-content .text {
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
  font-size: 18px;
}
@media (max-width: 575px) {
  .about-us .about-content .text {
    font-size: 14px;
  }
}
.about-us .about-content .ss-media {
  position: absolute;
  right: -44px;
  top: 10px;
  height: 100px;
  width: 100px;
}
@media (max-width: 575px) {
  .about-us .about-content .ss-media {
    display: none;
  }
}

.about-us2 {
  background-color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 100px;
  padding-top: 100px;
}
@media (max-width: 991px) {
  .about-us2 {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}
@media (max-width: 991px) {
  .about-us2 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
.about-us2 .about-media {
  position: relative;
  z-index: 1;
}
.about-us2 .about-media .sub-title {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  margin-left: 30px;
  position: relative;
  z-index: 1;
}
.about-us2 .about-media .sub-title::after {
  content: "|";
  position: absolute;
  left: -13px;
  top: 0;
  height: 10px;
  width: 2px;
  color: #2DA4E3;
}
.about-us2 .about-media .sub-title .text-1 {
  color: #2DA4E3;
}
.about-us2 .about-media .about-img1 {
  height: 550px;
  width: 100%;
  margin-left: -32px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .about-us2 .about-media .about-img1 {
    height: 450px;
  }
}
@media (max-width: 991px) {
  .about-us2 .about-media .about-img1 {
    height: 400px;
    margin-left: 0px;
  }
}
@media (max-width: 575px) {
  .about-us2 .about-media .about-img1 {
    height: 340px;
  }
}
.about-us2 .about-media .about-img1::after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 590px;
  width: 25%;
  left: -15px;
  top: -11px;
  background-repeat: no-repeat;
  border: 2px solid #2da4e3;
  border-right: 0;
  border-radius: 30px 0 0 30px;
}
@media (max-width: 1199px) {
  .about-us2 .about-media .about-img1::after {
    height: 480px;
  }
}
@media (max-width: 991px) {
  .about-us2 .about-media .about-img1::after {
    height: 450px;
    display: none;
  }
}
.about-us2 .about-media .about-img1::before {
  content: "";
  position: absolute;
  height: 620px;
  width: 75%;
  right: -25px;
  top: -35px;
  background: #E2E5E9;
  z-index: -1;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .about-us2 .about-media .about-img1::before {
    height: 480px;
  }
}
@media (max-width: 991px) {
  .about-us2 .about-media .about-img1::before {
    height: 420px;
    top: -17px;
  }
}
@media (max-width: 575px) {
  .about-us2 .about-media .about-img1::before {
    display: none;
  }
}
.about-us2 .about-media .about-img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.about-us2 .about-media .ss-media {
  position: absolute;
  left: -22%;
  height: 100px;
  width: 100px;
}
@media (max-width: 575px) {
  .about-us2 .about-media .ss-media {
    display: none;
  }
}
.about-us2 .about-content .sub-title {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .about-us2 .about-content .sub-title {
    font-size: 20px !important;
  }
}
.about-us2 .about-content .sub-title::after {
  content: "|";
  position: absolute;
  left: -13px;
  top: 0;
  height: 10px;
  width: 2px;
  color: #2DA4E3;
}
@media (max-width: 575px) {
  .about-us2 .about-content .sub-title::after {
    display: none;
  }
}
.about-us2 .about-content .sub-title .text-1 {
  color: #2DA4E3;
}
.about-us2 .about-content .title {
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 1.2;
  width: 100%;
  color: #3C3C3C;
  font-weight: 600;
}
@media (max-width: 575px) {
  .about-us2 .about-content .title {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
.about-us2 .about-content .title .text-1 {
  color: #2DA4E3;
  font-weight: 600;
}
.about-us2 .about-content .sub-title {
  color: #000;
  font-size: 28px;
  position: relative;
  z-index: 1;
}
.about-us2 .about-content .sub-title::after {
  content: "|";
  position: absolute;
  left: -13px;
  top: 0;
  height: 10px;
  width: 2px;
  color: #2DA4E3;
}
.about-us2 .about-content .sub-title .text-1 {
  color: #2DA4E3;
  font-weight: 700;
}
.about-us2 .about-content .sub-title .text-1 {
  color: #2DA4E3;
  font-weight: 600;
}
.about-us2 .about-content .text {
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
  font-size: 16px;
}
@media (max-width: 575px) {
  .about-us2 .about-content .text {
    font-size: 14px;
  }
}
.about-us2 .about-content .ss-media {
  position: absolute;
  right: -44px;
  bottom: 37px;
  height: 100px;
  width: 100px;
}
@media (max-width: 575px) {
  .about-us2 .about-content .ss-media {
    display: none;
  }
}
.about-us2 .about-content .ss-media img {
  transform: scale(1.5);
}

.about-us3 {
  background-color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 100px;
  padding-top: 100px;
}
@media (max-width: 991px) {
  .about-us3 {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}
@media (max-width: 991px) {
  .about-us3 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
.about-us3 .taxiapp-media {
  position: relative;
  z-index: 1;
}
.about-us3 .taxiapp-media .sub-title {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  margin-left: 30px;
  position: relative;
  z-index: 1;
}
.about-us3 .taxiapp-media .sub-title::after {
  content: "|";
  position: absolute;
  left: -13px;
  top: 0;
  height: 10px;
  width: 2px;
  color: #2DA4E3;
}
.about-us3 .taxiapp-media .sub-title .text-1 {
  color: #2DA4E3;
}
.about-us3 .taxiapp-media .about-img1 {
  height: 450px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.about-us3 .taxiapp-media .about-img1::after {
  content: "";
  position: absolute;
  right: -30px;
  top: -30px;
  background: rgba(29, 71, 114, 0.2);
  border-radius: 12px;
  height: 250px;
  width: 200px;
  z-index: -1;
}
.about-us3 .taxiapp-media .about-img1::before {
  content: "";
  position: absolute;
  left: -34px;
  bottom: -40px;
  background: rgba(45, 164, 227, 0.2);
  border-radius: 12px;
  height: 258px;
  width: 200px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .about-us3 .taxiapp-media .about-img1 {
    height: 450px;
  }
}
@media (max-width: 991px) {
  .about-us3 .taxiapp-media .about-img1 {
    height: 400px;
    margin-left: 0px;
  }
}
@media (max-width: 575px) {
  .about-us3 .taxiapp-media .about-img1 {
    height: 340px;
  }
}
.about-us3 .taxiapp-media .about-img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.about-us3 .taxiapp-media .td-media {
  position: absolute;
  left: -35px;
  top: 50%;
  height: 300px;
  width: 300px;
  z-index: 1;
}
@media (max-width: 575px) {
  .about-us3 .taxiapp-media .td-media {
    display: none;
  }
}
.about-us3 .taxiapp-content .sub-title {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .about-us3 .taxiapp-content .sub-title {
    font-size: 20px !important;
  }
}
.about-us3 .taxiapp-content .sub-title::after {
  content: "|";
  position: absolute;
  left: -13px;
  top: 0;
  height: 10px;
  width: 2px;
  color: #2DA4E3;
}
@media (max-width: 575px) {
  .about-us3 .taxiapp-content .sub-title::after {
    display: none;
  }
}
.about-us3 .taxiapp-content .sub-title .text-1 {
  color: #2DA4E3;
}
.about-us3 .taxiapp-content .title {
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 1.2;
  width: 100%;
  color: #3C3C3C;
  font-weight: 600;
}
@media (max-width: 575px) {
  .about-us3 .taxiapp-content .title {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
.about-us3 .taxiapp-content .title .text-1 {
  color: #2DA4E3;
  font-weight: 600;
}
.about-us3 .taxiapp-content .sub-title {
  color: #000;
  font-size: 28px;
  position: relative;
  z-index: 1;
}
.about-us3 .taxiapp-content .sub-title::after {
  content: "|";
  position: absolute;
  left: -13px;
  top: 0;
  height: 10px;
  width: 2px;
  color: #2DA4E3;
}
.about-us3 .taxiapp-content .sub-title .text-1 {
  color: #2DA4E3;
  font-weight: 700;
}
.about-us3 .taxiapp-content .sub-title .text-1 {
  color: #2DA4E3;
  font-weight: 600;
}
.about-us3 .taxiapp-content .text {
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
  font-size: 16px;
}
@media (max-width: 575px) {
  .about-us3 .taxiapp-content .text {
    font-size: 14px;
  }
}
.about-us3 .taxiapp-content ul {
  padding-left: 0;
  line-height: 1.9;
}
.about-us3 .taxiapp-content ul li {
  list-style-type: none;
}
.about-us3 .taxiapp-content .ss-media {
  position: absolute;
  right: -44px;
  bottom: 37px;
  height: 100px;
  width: 100px;
}
@media (max-width: 575px) {
  .about-us3 .taxiapp-content .ss-media {
    display: none;
  }
}
.about-us3 .taxiapp-content .ss-media img {
  transform: scale(1.5);
}

.about-us4 {
  background-color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 100px;
  padding-top: 100px;
}
@media (max-width: 991px) {
  .about-us4 {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}
@media (max-width: 991px) {
  .about-us4 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
.about-us4 .about-media {
  position: relative;
  z-index: 1;
}
.about-us4 .about-media .sub-title {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  margin-left: 30px;
  position: relative;
  z-index: 1;
}
.about-us4 .about-media .sub-title::after {
  content: "|";
  position: absolute;
  left: -13px;
  top: 0;
  height: 10px;
  width: 2px;
  color: #2DA4E3;
}
.about-us4 .about-media .sub-title .text-1 {
  color: #2DA4E3;
}
.about-us4 .about-media .about-img1 {
  height: 550px;
  width: 100%;
  margin-left: -32px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .about-us4 .about-media .about-img1 {
    height: 450px;
  }
}
@media (max-width: 991px) {
  .about-us4 .about-media .about-img1 {
    height: 400px;
    margin-left: 0px;
  }
}
@media (max-width: 575px) {
  .about-us4 .about-media .about-img1 {
    height: 340px;
  }
}
.about-us4 .about-media .about-img1::before {
  content: "";
  position: absolute;
  height: 620px;
  width: 75%;
  right: -25px;
  top: -35px;
  background: #E2E5E9;
  z-index: -1;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .about-us4 .about-media .about-img1::before {
    height: 480px;
  }
}
@media (max-width: 991px) {
  .about-us4 .about-media .about-img1::before {
    height: 420px;
    top: -17px;
  }
}
@media (max-width: 575px) {
  .about-us4 .about-media .about-img1::before {
    display: none;
  }
}
.about-us4 .about-media .about-img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.about-us4 .about-media .ss-media {
  position: absolute;
  left: -22%;
  height: 100px;
  width: 100px;
}
@media (max-width: 575px) {
  .about-us4 .about-media .ss-media {
    display: none;
  }
}
.about-us4 .about-content .sub-title {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .about-us4 .about-content .sub-title {
    font-size: 20px !important;
  }
}
.about-us4 .about-content .sub-title::after {
  content: "|";
  position: absolute;
  left: -13px;
  top: 0;
  height: 10px;
  width: 2px;
  color: #2DA4E3;
}
@media (max-width: 575px) {
  .about-us4 .about-content .sub-title::after {
    display: none;
  }
}
.about-us4 .about-content .sub-title .text-1 {
  color: #2DA4E3;
}
.about-us4 .about-content .title {
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 1.2;
  width: 100%;
  color: #3C3C3C;
  font-weight: 600;
}
@media (max-width: 575px) {
  .about-us4 .about-content .title {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
.about-us4 .about-content .title .text-1 {
  color: #2DA4E3;
  font-weight: 600;
}
.about-us4 .about-content .sub-title {
  color: #000;
  font-size: 28px;
  position: relative;
  z-index: 1;
}
.about-us4 .about-content .sub-title::after {
  content: "|";
  position: absolute;
  left: -13px;
  top: 0;
  height: 10px;
  width: 2px;
  color: #2DA4E3;
}
.about-us4 .about-content .sub-title .text-1 {
  color: #2DA4E3;
  font-weight: 700;
}
.about-us4 .about-content .sub-title .text-1 {
  color: #2DA4E3;
  font-weight: 600;
}
.about-us4 .about-content .text {
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
  font-size: 16px;
}
@media (max-width: 575px) {
  .about-us4 .about-content .text {
    font-size: 14px;
  }
}
.about-us4 .about-content .ss-media {
  position: absolute;
  right: -44px;
  bottom: 37px;
  height: 100px;
  width: 100px;
}
@media (max-width: 575px) {
  .about-us4 .about-content .ss-media {
    display: none;
  }
}
.about-us4 .about-content .ss-media img {
  transform: scale(1.5);
}

.casestudy-sec {
  background: #F4F4F4;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.casestudy-sec .shape1 {
  position: absolute;
  z-index: 1;
  left: -103px;
  top: 20px;
}
@media (max-width: 600px) {
  .casestudy-sec .shape1 {
    display: none;
  }
}
.casestudy-sec .shape2 {
  position: absolute;
  z-index: 1;
  right: -102px;
  bottom: 24px;
}
@media (max-width: 1024px) {
  .casestudy-sec .shape2 {
    z-index: -1;
  }
}
.casestudy-sec .grey-circle {
  position: relative;
  z-index: 1;
}
.casestudy-sec .grey-circle::after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 29%;
  right: 5%;
  transform: translateX(50%) scale(2.5);
  top: 0;
  background: #e5e5e5;
  border-radius: 50%;
}
.casestudy-sec .grey-circle .casestudySwiper {
  position: relative;
  z-index: 1;
}
.casestudy-sec .grey-circle .casestudySwiper .swiper-pagination-bullets {
  position: absolute;
  left: 0;
  right: auto;
  bottom: 17px;
  width: 200px;
}
@media (max-width: 991px) {
  .casestudy-sec .grey-circle .casestudySwiper .swiper-pagination-bullets {
    position: absolute;
    left: auto !important;
    right: 14px !important;
    top: 20px;
    right: -233px;
    left: auto;
    bottom: auto;
  }
}
@media (max-width: 575px) {
  .casestudy-sec .grey-circle .casestudySwiper .swiper-pagination-bullets {
    position: absolute;
    left: auto !important;
    right: -16px !important;
    top: 12px;
    bottom: auto;
  }
}
.casestudy-sec .grey-circle .casestudySwiper .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  background: #1D4772 !important;
  height: 5px;
  border-radius: 4px;
}
.casestudy-sec .grey-circle .casestudySwiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  background: #1D4772 !important;
}
.casestudy-sec .grey-circle .casestudySwiper .swiper-button3 {
  display: flex;
  width: 230px;
  position: absolute;
  bottom: 29px;
  left: -5px;
}
.casestudy-sec .grey-circle .casestudySwiper .swiper-button3 .swiper-button-prev {
  background: transparent;
  height: 50px;
  border-radius: 50%;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #1D4772;
}
@media (max-width: 575px) {
  .casestudy-sec .grey-circle .casestudySwiper .swiper-button3 .swiper-button-prev {
    height: 35px;
    width: 35px;
  }
}
.casestudy-sec .grey-circle .casestudySwiper .swiper-button3 .swiper-button-prev::after {
  content: "prev";
  font-size: 15px;
  font-weight: 500;
  color: #1D4772;
}
.casestudy-sec .grey-circle .casestudySwiper .swiper-button3 .swiper-button-next {
  background: transparent;
  height: 50px;
  border-radius: 50%;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #1D4772;
}
@media (max-width: 575px) {
  .casestudy-sec .grey-circle .casestudySwiper .swiper-button3 .swiper-button-next {
    height: 35px;
    width: 35px;
  }
}
.casestudy-sec .grey-circle .casestudySwiper .swiper-button3 .swiper-button-next::after {
  content: "next";
  font-size: 15px;
  font-weight: 500;
  color: #1D4772;
}
.casestudy-sec .grey-circle .casestudySwiper .ss-media {
  position: relative;
  z-index: 1;
}
.casestudy-sec .grey-circle .casestudySwiper .ss-media:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
.casestudy-sec .grey-circle .casestudySwiper .ss-media a {
  position: absolute;
  z-index: 2;
  left: 20px;
  bottom: 20px;
}
.casestudy-sec .grey-circle .casestudySwiper .Case-Study .title {
  font-size: 32px;
}
@media (max-width: 575px) {
  .casestudy-sec .grey-circle .casestudySwiper .Case-Study .title {
    font-size: 28px;
  }
}
.casestudy-sec .grey-circle .casestudySwiper .Case-Study .text {
  margin-bottom: 65px;
  color: #505050;
}
@media (max-width: 1199px) {
  .casestudy-sec .grey-circle .casestudySwiper .Case-Study .text {
    margin-bottom: 30px;
  }
}
.casestudy-sec .grey-circle .casestudySwiper .Case-Study .counter-bx.border {
  border-right: 2px solid #000 !important;
  border-left: none !important;
  border-top: none !important;
  border-bottom: none !important;
  padding-right: 10px !important;
}
.casestudy-sec .grey-circle .casestudySwiper .Case-Study .counter-bx .sub-title {
  font-size: 26px;
  color: #000000;
  font-weight: 700;
}
.casestudy-sec .grey-circle .casestudySwiper .Case-Study .counter-bx .text {
  margin-bottom: 0;
  color: #000000;
  font-size: 15px;
  font-weight: 400;
}

.nav-tabs .nav-link {
  width: 100%;
}

.space {
  width: 80%;
  --bs-gutter-x: 5.5rem;
  --bs-gutter-y: 4rem;
}
@media (max-width: 1199px) {
  .space {
    width: 100%;
  }
}

.game-shapes {
  position: relative;
  z-index: 1;
}
.game-shapes .game-media {
  position: relative;
  z-index: 1;
  height: 500px;
  width: 500px;
  border-radius: 10px;
}
.game-shapes .game-media img {
  border-radius: 10px;
}
.game-shapes .game-media::after {
  content: "";
  position: absolute;
  height: 590px;
  width: 75%;
  right: -25px;
  top: -35px;
  background: #E2E5E9 !important;
  z-index: -1;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .game-shapes .game-media::after {
    height: 480px;
  }
}
@media (max-width: 991px) {
  .game-shapes .game-media::after {
    height: 420px;
    top: -17px;
  }
}
@media (max-width: 575px) {
  .game-shapes .game-media::after {
    display: none;
  }
}
.game-shapes .card-media {
  position: absolute;
  right: 100px !important;
  bottom: 25px;
  height: 200px;
  width: 200px;
}
.game-shapes .td-media {
  position: absolute;
  left: -52px;
  bottom: 0;
  height: 170px;
  width: 150px;
}

.testimonial-sec .img-media {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
.testimonial-sec .img-media img {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
.testimonial-sec .testimonialSwiper .testimonial-bx {
  position: relative;
  z-index: 1;
}
.testimonial-sec .testimonialSwiper .testimonial-bx::after {
  position: absolute;
  z-index: 1;
  height: 100px;
  width: 100px;
  right: 0;
  bottom: 0;
  background-image: url(../images/form/img5.png);
}
.testimonial-sec .testimonialSwiper .testimonial-bx .ss-media {
  border: 1px solid #1D4772;
  padding: 12px;
  border-radius: 12px;
  margin-left: 40px;
}
.testimonial-sec .testimonialSwiper .testimonial-bx .ss-media img {
  border-radius: 12px;
}
.testimonial-sec .testimonialSwiper .testimonial-bx .ss-content .text {
  color: #505050;
  font-weight: 700;
  font-size: 15px;
}
.testimonial-sec .testimonialSwiper .testimonial-bx .ss-content .title {
  font-weight: 700;
  font-size: 20px;
  color: #1D4772;
}
.testimonial-sec .testimonialSwiper .testimonial-bx .ss-content .sub-title {
  color: #505050;
  font-weight: 700;
  font-size: 15px;
}

.team-sec {
  margin-top: 80px;
}
.team-sec .sub-title {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
}
.team-sec .title {
  font-family: "Lobster", sans-serif;
  font-size: 60px;
  line-height: 1;
}
.team-sec .team-bx {
  position: relative;
  z-index: 1;
}
.team-sec .team-bx .ss-media {
  margin-bottom: 10px;
}
.team-sec .team-bx .ss-content .title {
  font-size: 20px;
  font-family: "Lobster", sans-serif;
  line-height: 1;
  margin-bottom: 0;
}
.team-sec .team-bx .ss-content .sub-title {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  margin-bottom: 0;
}
.team-sec .team-bx .team-social {
  position: relative;
}
.team-sec .team-bx .team-social a {
  float: right;
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 48px;
  text-align: center;
  border-radius: 0;
  background: var(--primary);
  color: #fff;
  font-size: 18px;
}
.team-sec .team-bx .team-social a.plus-btn {
  font-size: 22px;
  right: 0;
  margin-top: -105px;
  top: -35px;
  height: 35px;
  width: 35px;
  border-radius: 0px;
  background: #ffffff;
  border-top-left-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  filter: drop-shadow(1px 1px 13px rgba(0, 0, 0, 0.25));
}
.team-sec .team-bx .team-social a.plus-btn i {
  font-size: 15px;
  color: #000;
}
.team-sec .team-bx .team-social .sub-team-social {
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  z-index: 1;
  width: 50px;
  border-radius: 0;
  opacity: 0;
  transition: 0.5s;
  margin-bottom: 5px;
}
.team-sec .team-bx .team-social .sub-team-social li {
  margin-bottom: 8px;
  list-style: none;
}
.team-sec .team-bx .team-social .sub-team-social li a {
  color: #fff;
  display: inline-block;
  text-align: center;
  transition: 0.5s;
  margin-bottom: -20px;
}
.team-sec .team-bx .team-social .sub-team-social li:first-child a {
  border-radius: 15px 0px 0 0;
}
.team-sec .team-bx .team-social .sub-team-social li:last-child a {
  border-radius: 0 0 0px 0px;
}
.team-sec .team-bx .team-social:hover .plus-btn {
  border-top-left-radius: 0px;
}
.team-sec .team-bx .team-social:hover .sub-team-social {
  opacity: 1;
  bottom: 100px;
}
.team-sec .team-bx .team-social:hover .sub-team-social li a {
  margin-bottom: 0;
}
.team-sec .right-content {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.team-sec .right-content .ss-media {
  height: 180px;
  width: 450px;
}
.team-sec .right-content .text {
  margin-bottom: 0;
  color: #000;
  font-weight: 500;
  font-size: 20px;
  width: 70%;
}
.team-sec .right-content a {
  line-height: 1;
  color: #000;
  margin-bottom: 0;
}

* {
  box-sizing: border-box;
}

img {
  width: 100%;
  height: 100%;
}

.counter-box.style-1 .title {
  font-size: 50px;
  font-style: normal !important;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1;
}
.counter-box.style-1 .text {
  font-size: 24px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #f66135;
  line-height: 1;
  margin-bottom: 0;
}

.business-wrapper .ss-media1 {
  border-bottom-right-radius: 30px;
}
.business-wrapper .ss-media1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.counter-box.style-4 {
  background-color: #1D4772 !important;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  position: relative;
  z-index: 1;
}
.counter-box.style-4::after {
  content: "";
  background: url(../images/counter/img2.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.counter-box.style-4 .counter-r {
  text-align: left;
  padding: 40px;
  color: #fff;
}
.counter-box.style-4 .counter-r .ss-media {
  height: 80px;
  width: 80px;
}
.counter-box.style-4 .counter-r .title {
  font-size: 58px;
  margin-bottom: 0;
  font-weight: 700;
  color: #fff;
}
.counter-box.style-4 .counter-r p {
  margin-bottom: 0;
  font-size: 20px;
  max-width: 270px;
  line-height: 1.4;
}

@media only screen and (max-width: 1200px) {
  .counter-box.style-4 .counter-r {
    padding: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .counter-box.style-4 .counter-r .title {
    font-size: 55px;
  }
  .counter-box.style-4 .counter-r p {
    font-size: 26px;
  }
}
@media only screen and (max-width: 991px) {
  .counter-box.style-4 .counter-r .title {
    font-size: 40px;
  }
  .counter-box.style-4 .counter-r p {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .service-content {
    text-align: center;
  }
  .service-bx .service-section .ss-media {
    margin: auto;
    margin-bottom: 10px;
  }
  .service-bx .service-content .para {
    margin: auto;
    margin-bottom: 30px;
  }
  .main-banner .banner-inner .banner-right-content .ss-media {
    margin-right: 0;
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .designs .design3 {
    right: 0;
  }
  .m-l100,
  .m-l50 {
    margin-left: 0;
  }
  .testimonial-sec .img-media {
    height: 500px;
    margin-bottom: 30px;
  }
  .testimonial-sec .img-media img {
    object-fit: cover;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .testimonial-sec .img-media img {
    object-fit: contain !important;
  }
}
@media (max-width: 991px) {
  .casestudy-sec .grey-circle .casestudySwiper .swiper-button3 {
    display: flex;
    width: 230px;
    position: absolute;
    left: auto;
    top: 30px;
    right: 0;
    bottom: auto;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .casestudy-sec .grey-circle .casestudySwiper .swiper-button3 {
    width: 220px;
    position: absolute;
    z-index: 1;
    top: 29px;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .casestudy-sec .grey-circle .casestudySwiper .swiper-button3 {
    width: 160px;
  }
}
@media (max-width: 991px) {
  .service-bx .service-section .ss-media {
    max-height: 100% !important;
    height: 100% !important;
  }
}
.process-sec {
  background: #F4F4F4;
}
.process-sec .development_process {
  text-align: center;
}
@media (max-width: 991px) {
  .process-sec .development_process {
    margin-bottom: 50px;
  }
}
.process-sec .development_process .process {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  margin: auto;
  margin-bottom: 50px;
}
.process-sec .development_process .process .td-media {
  height: 58px;
  width: 58px;
}
.process-sec .development_process .process .title {
  font-size: 22px;
  color: #050505;
  font-weight: 500;
}
.process-sec .development_process .process .bg {
  width: 170px;
  height: 170px;
  position: absolute;
  z-index: -1;
}
.process-sec .development_process .process img.line {
  position: absolute;
  right: -117%;
  transform: translateX(80%);
  object-fit: contain;
  z-index: -1;
  transform: scale(0.6);
}
@media (max-width: 1199px) {
  .process-sec .development_process .process img.line {
    display: none;
  }
}
.process-sec .title {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #222222;
  text-align: center;
  height: 100px;
  display: block;
}
@media (max-width: 767px) {
  .process-sec .title {
    font-size: 16px;
  }
}

.chooseus .counter-box {
  padding: 30px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  position: relative;
  z-index: 1;
}
.chooseus .counter-box:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 10px;
  width: 100%;
  height: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  z-index: -1;
}
.chooseus .counter-box .title {
  font-size: 48px;
  color: #fff;
}
.chooseus .counter-box .text {
  font-size: 16px;
  color: #fff;
}
.chooseus .counter-box.style-1 {
  background: linear-gradient(97.05deg, #FFCD42 4.45%, #FFCD42 100%);
}
.chooseus .counter-box.style-1:after {
  background: rgba(255, 205, 66, 0.2);
}
.chooseus .counter-box.style-2 {
  background: linear-gradient(0deg, #946FB0, #946FB0);
}
.chooseus .counter-box.style-2::after {
  background: rgba(148, 111, 176, 0.2);
}
.chooseus .counter-box.style-3 {
  background: #36C8E3;
}
.chooseus .counter-box.style-3::after {
  background: rgba(54, 200, 227, 0.2);
}
.chooseus .counter-box.style-4 {
  background: #A9CF54 !important;
}
.chooseus .counter-box.style-4::after {
  background: rgba(169, 207, 84, 0.2);
}
.chooseus .counter-box.style-5 {
  background: #FF6A4D;
}
.chooseus .counter-box.style-5::after {
  background: rgba(255, 106, 77, 0.2);
}
.chooseus .counter-box.style-6 {
  background: #8D90FD;
}
.chooseus .counter-box.style-6::after {
  background: rgba(141, 144, 253, 0.2);
}

.footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 50px;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .footer-top {
    padding-bottom: 30px;
    padding-top: 50px;
  }
}
.footer-top .title {
  font-weight: 700;
  font-size: 35px;
  color: #fff;
}
.footer-top .head-ofc .sub-title {
  color: #9FC3F5;
  font-weight: 700;
  font-size: 20px;
}
.footer-top .head-ofc .text {
  font-weight: 400;
  font-size: 15px;
  color: #FFFFFF;
  width: 78%;
  margin-bottom: 0px;
}

.footer-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 50px;
}
.footer-bottom .ss-media {
  width: 200px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer-bottom .info-bx .title,
.footer-bottom .info-bx i {
  color: #9FC3F5;
}
.footer-bottom .info-bx .title {
  margin-bottom: 0;
}
.footer-bottom .info-bx .text {
  color: #fff;
  width: 75%;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .footer-bottom .info-bx .text {
    width: 100%;
  }
}
.footer-bottom ul {
  padding-left: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 991px) {
  .footer-bottom ul {
    padding-left: 0;
  }
}
.footer-bottom ul li {
  list-style-type: none;
}
.footer-bottom ul li .heading {
  color: #9FC3F5;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
}
.footer-bottom ul li .sub-heading {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
}
.form .footer-bottom ul.style-1 .form-group .input-group {
  position: relative;
  z-index: 1;
}
.form .footer-bottom ul.style-1 .form-group .input-group .input-group-addon .magnify {
  position: absolute;
  right: 0;
  background: transparent;
  border: none;
  top: 50%;
  transform: translateY(-50%);
}
.footer-bottom .social-icon .sub-title {
  font-size: 20px;
  color: #9FC3F5;
}
.footer-bottom .social-icon span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.footer-bottom .social-icon span a {
  height: 20px;
  width: 20px;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  padding: 15px;
  border-radius: 8px;
  transition: 0.7s;
}
.footer-bottom .social-icon span a:hover {
  background: linear-gradient(130.09deg, #6F97CD 3.62%, #4F7FBE 96.38%);
  transition: 0.7s;
  border: 1px solid transparent;
}

.gradiant-1 {
  height: 4px;
  width: 200px;
  background: linear-gradient(90deg, rgba(38, 55, 77, 0.37) 37.02%, rgba(255, 255, 255, 0.37) 100%);
  margin-bottom: 10px;
}

footer {
  background-size: cover;
}

button.magnify {
  position: absolute;
  top: 6px;
  height: 40px;
  right: 8px;
  border: 0;
  width: 40px;
  z-index: 9999;
  border-radius: 10px;
  background: linear-gradient(120.53deg, #739ACF 2.48%, #3F73B7 97.52%);
  color: #fff;
}

label.form-check-label {
  color: #fff;
  margin-left: 10px;
  font-size: 14px;
}

form.form.style-1 .form-control {
  background: transparent;
  padding: 13px;
  border-radius: 15px !important;
  border: 1px solid #9FC3F5;
}

@media (max-width: 1199px) {
  .m-t100 {
    margin-top: 0;
  }
}

.gallery-sec {
  overflow: hidden;
}
.gallery-sec .title {
  text-align: center;
  font-size: 60px;
  font-family: "Lobster", sans-serif;
  margin-bottom: 40px;
  line-height: 1;
}
.gallery-sec .title .text-1 {
  color: #f66135;
}
.gallery-sec .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.gallery-sec .gallery-bx {
  height: 580px;
  position: relative;
  z-index: 1;
}
.gallery-sec .gallery-bx .ss-media {
  height: 100%;
}
.gallery-sec .gallery-bx .ss-media img {
  object-fit: cover;
}
.gallery-sec .gallery-bx .ss-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(23, 23, 23, 0.7);
  position: absolute;
  left: 0;
  top: 0;
}
.gallery-sec .gallery-bx .ss-content .head .title {
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: underline;
}
.gallery-sec .gallery-bx .ss-content .head .text {
  font-size: 20px;
}
.gallery-sec .gallery-bx .ss-content a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(246, 97, 53, 0.73);
}
.gallery-sec .gallery-bx .ss-content a i {
  color: #ffffff;
}

:root {
  --primary-color: #f66135;
  --secondary-color: #3498db;
  --font-size-large: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--secondary);
}

.ratings-sec {
  position: relative;
  z-index: 1;
}
.ratings-sec .title {
  color: #222222;
  font-weight: 400;
  font-size: 28px;
  position: relative;
  z-index: 1;
}
.ratings-sec .title::after {
  content: "|";
  position: absolute;
  left: -13px;
  top: 0;
  height: 10px;
  width: 2px;
  color: #2DA4E3;
}
.ratings-sec .title .text-1 {
  color: #2DA4E3;
}
.ratings-sec .text {
  font-weight: 400;
  font-size: 20px;
  color: #505050;
}
@media (max-width: 575px) {
  .ratings-sec .text {
    font-size: 15px;
    width: 70%;
  }
}
.ratings-sec .rating_swiper {
  height: 500px;
  position: relative;
  z-index: 1;
  padding: 40px;
}
@media (max-width: 575px) {
  .ratings-sec .rating_swiper {
    height: 370px;
  }
}
.ratings-sec .rating_swiper .swiper {
  z-index: 1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ratings-sec .rating_swiper .swiper .ratings {
  background: #fff;
  height: 240px;
  max-height: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  border-radius: 15px;
  padding: 30px;
}
@media (max-width: 991px) {
  .ratings-sec .rating_swiper .swiper .ratings {
    height: 260px;
    max-height: 260px;
  }
}
.ratings-sec .rating_swiper .swiper .ratings .text {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
}
.ratings-sec .rating_swiper .swiper .ratings .ss-media {
  margin-bottom: 20px;
}
.ratings-sec .rating_swiper .swiper .ratings span a i {
  color: #FCE340;
}
.ratings-sec .swiper-button {
  display: flex;
  width: 135px;
  position: absolute;
  top: 140px;
  right: 145px;
}
@media (max-width: 991px) {
  .ratings-sec .swiper-button {
    top: 80px;
    right: 30px;
  }
}
@media (max-width: 767px) {
  .ratings-sec .swiper-button {
    top: 50px;
    right: 30px;
  }
}
@media (max-width: 575px) {
  .ratings-sec .swiper-button {
    top: 135px;
    right: 10px;
    width: 100px;
  }
}
.ratings-sec .swiper-button .swiper-button-prev {
  background: #ffffff;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #1D4772;
}
@media (max-width: 575px) {
  .ratings-sec .swiper-button .swiper-button-prev {
    height: 35px;
    width: 35px;
  }
}
.ratings-sec .swiper-button .swiper-button-prev::after {
  font-size: 15px;
  font-weight: 500;
  color: #1D4772;
}
.ratings-sec .swiper-button .swiper-button-next {
  background: #ffffff;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #1D4772;
}
@media (max-width: 575px) {
  .ratings-sec .swiper-button .swiper-button-next {
    height: 35px;
    width: 35px;
  }
}
.ratings-sec .swiper-button .swiper-button-next::after {
  font-size: 15px;
  font-weight: 500;
  color: #1D4772;
}

.taxiapp-sol {
  position: relative;
  z-index: 1;
}
.taxiapp-sol .title {
  color: #222222;
  font-weight: 400;
  font-size: 28px;
  position: relative;
  z-index: 1;
}
.taxiapp-sol .title .text-1 {
  color: #2DA4E3;
}
.taxiapp-sol .text {
  font-weight: 400;
  font-size: 20px;
  color: #505050;
}
@media (max-width: 575px) {
  .taxiapp-sol .text {
    font-size: 15px;
    width: 70%;
  }
}
.taxiapp-sol .rating_swiper {
  height: 500px;
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 100px;
}
@media (max-width: 575px) {
  .taxiapp-sol .rating_swiper {
    height: 370px;
  }
}
.taxiapp-sol .rating_swiper .swiper {
  z-index: 1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.taxiapp-sol .rating_swiper .swiper .ratings {
  background: #fff;
  height: 300px;
  max-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  border-radius: 15px;
  padding: 30px;
}
@media (max-width: 991px) {
  .taxiapp-sol .rating_swiper .swiper .ratings {
    height: 260px;
    max-height: 260px;
  }
}
.taxiapp-sol .rating_swiper .swiper .ratings .text {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}
.taxiapp-sol .rating_swiper .swiper .ratings .title {
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
}
.taxiapp-sol .rating_swiper .swiper .ratings .ss-media {
  margin-bottom: 0px;
}
.taxiapp-sol .rating_swiper .swiper .ratings span a i {
  color: #FCE340;
}
.taxiapp-sol .swiper-pagination {
  position: absolute;
  z-index: 1;
  bottom: 6px;
  left: 50px;
}
.taxiapp-sol .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 5px;
  border-radius: 3px;
  transition: 0.5s;
  background: #1D4772 !important;
}
.taxiapp-sol .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  background: #1D4772;
}

.taxiapp-looks {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 70px;
}
.taxiapp-looks .title {
  color: #ffffff;
  font-weight: 700;
  font-size: 28px;
  position: relative;
  z-index: 1;
  padding-top: 40px;
}
.taxiapp-looks .title .text-1 {
  color: #2DA4E3;
}
.taxiapp-looks .text {
  font-weight: 400;
  font-size: 20px;
  color: #505050;
}
@media (max-width: 575px) {
  .taxiapp-looks .text {
    font-size: 15px;
    width: 70%;
  }
}
.taxiapp-looks .taxiapp_swiper {
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .taxiapp-looks .taxiapp_swiper {
    height: 100% !important;
    position: relative;
    z-index: 1;
    padding-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .taxiapp-looks .taxiapp_swiper {
    height: 370px;
  }
}
.taxiapp-looks .taxiapp_swiper .taxiapp {
  z-index: 1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.taxiapp-looks .taxiapp_swiper .taxiapp .taxiapp {
  height: 300px;
  max-height: 300px;
}
@media (max-width: 1199px) {
  .taxiapp-looks .taxiapp_swiper .taxiapp .taxiapp {
    height: 260px;
    max-height: 260px;
  }
}
@media (max-width: 991px) {
  .taxiapp-looks .taxiapp_swiper .taxiapp .taxiapp {
    height: 200px;
    max-height: 200px;
  }
}
@media (max-width: 575px) {
  .taxiapp-looks .taxiapp_swiper .taxiapp .taxiapp {
    height: 100px;
    max-height: 100px;
  }
}
.taxiapp-looks .taxiapp_swiper .taxiapp .taxiapp .text {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}
.taxiapp-looks .taxiapp_swiper .taxiapp .taxiapp .title {
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
}
.taxiapp-looks .taxiapp_swiper .taxiapp .taxiapp .ss-media {
  margin-bottom: 0px;
}
.taxiapp-looks .taxiapp_swiper .taxiapp .taxiapp span a i {
  color: #FCE340;
}
.taxiapp-looks .swiper-pagination {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
}
.taxiapp-looks .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 5px;
  border-radius: 3px;
  transition: 0.5s;
  background: #1D4772 !important;
}
.taxiapp-looks .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  background: #1D4772;
}

.main-feature {
  position: relative;
  padding: 113px 0 120px 0;
  background: #f7f7f7;
}

.main-feature .container-fluid {
  padding: 0 100px;
}

.core-feature-list {
  margin-bottom: -30px;
}

.core-features {
  margin-bottom: 30px;
  text-align: center;
  transition: all 0.5s;
}
.core-features .circle {
  height: 50px;
}

.core-features:hover {
  transition: all 0.5s;
  transform: scale(1.1);
}

.core-features .circle img {
  display: table;
  height: 60px;
  margin: 0 auto;
  width: 60px;
  object-fit: contain;
}

.core-features h3 {
  color: #505c76;
  font-size: 14px;
  margin-top: 10px;
  text-transform: capitalize;
  margin-bottom: 0;
}

.grid-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 40px;
}
.grid-row .grid-item {
  width: 12.5%;
}
@media (max-width: 1600px) {
  .grid-row .grid-item {
    width: 16.5%;
  }
}
@media (max-width: 991px) {
  .grid-row .grid-item {
    width: 24.5%;
  }
}
@media (max-width: 767px) {
  .grid-row .grid-item {
    width: 33.33%;
  }
}

.taxiapp_silder {
  margin-top: 70px;
  overflow: visible !important;
}
.taxiapp_silder .swiper-slide {
  transition: 0.5s;
  transform: scale(1);
}
.taxiapp_silder .swiper-slide.swiper-slide-active {
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .taxiapp_silder .swiper-slide.swiper-slide-active {
    transform: unset;
  }
}

.service-bx {
  background: linear-gradient(287.41deg, #F4F4F4 0%, #D0D7DE 77.02%, #D2D9DF 77.36%);
  border-radius: 35px;
  padding: 30px 20px;
}
@media (max-width: 575px) {
  .service-bx {
    border-radius: 12px;
    padding: 10px;
    margin-top: 40px;
  }
}
.service-bx .service-section .ss-media {
  position: relative;
  z-index: 1;
  max-height: 280px;
  height: 280px;
}
.service-bx .service-section .ss-media img {
  border-radius: 12px;
}
.service-bx .service-section .ss-media .ss-content {
  position: absolute;
  z-index: 1;
  left: 20px;
  bottom: 0;
  margin-bottom: 0;
  transition: 0.7s;
}
.service-bx .service-section .ss-media .ss-content a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 19px;
}
.service-bx .service-section .ss-media .ss-content .text {
  color: #fff;
}
.service-bx .service-section .ss-media .grey-circle {
  position: absolute;
  bottom: 20px;
  right: -25px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}
.service-bx .service-section .ss-media .grey-circle a {
  height: 20px;
  width: 20px;
  padding: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #ffffff;
  text-decoration: none;
}
.service-bx .service-section .ss-media:hover .ss-content {
  transition: 0.7s;
  margin-bottom: 40px;
}
.service-bx .service-section .ss-media:hover .grey-circle {
  transition: 0.7s;
  opacity: 1;
  visibility: visible;
  right: 20px;
}
.service-bx .service-content .title {
  font-size: 40px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .service-bx .service-content .title {
    font-size: 30px;
  }
}
.service-bx .service-content .ss-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.service-bx .service-content .para {
  font-size: 16px;
  margin-bottom: 40px;
  width: 85%;
}
@media (max-width: 991px) {
  .service-bx .service-content .para {
    width: 100%;
  }
}
.service-bx .service-content span {
  display: block;
  height: 50px !important;
  width: 50px !important;
}
.service-bx .service-content .text {
  font-size: 15px;
}

.app-service {
  background: #F4F4F4;
  padding-top: 100px;
  padding-bottom: 70px;
}
.app-service .service-bx {
  background: #1D4772;
  padding: 30px;
  border-radius: 30px 0 0 30px;
  margin-right: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .app-service .service-bx {
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .app-service .service-bx {
    border-radius: 30px;
    margin-bottom: 30px;
  }
}
.app-service .service-bx:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #1D4772;
  width: calc(100% + 30px);
  border-radius: 30px 0 0 30px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .app-service .service-bx:after {
    width: calc(100% + 15px);
  }
}
@media (max-width: 991px) {
  .app-service .service-bx:after {
    border-radius: 30px;
  }
}
.app-service .service-bx .nav-tabs {
  height: 500px;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  min-height: 500px;
  overflow-x: hidden;
}
.app-service .service-bx .nav-tabs .nav-link:hover {
  border-color: transparent;
}
.app-service .service-bx .app-development {
  margin-left: 20px;
  padding: 20px;
  width: 83%;
  border: 1px solid #fff;
  border-top: none;
  border-right: none;
  border-left: none;
}
@media (max-width: 1199px) {
  .app-service .service-bx .app-development {
    width: 80%;
  }
}
@media (max-width: 575px) {
  .app-service .service-bx .app-development {
    width: 100%;
    padding: 10px 0;
  }
}
.app-service .service-bx .app-development .title {
  color: #fff;
  font-size: 26px;
  text-decoration: none;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .app-service .service-bx .app-development .title {
    font-size: 20px;
  }
}
.app-service .service-content {
  padding: 50px;
  background: #fff;
  border-radius: 0 30px 30px 0;
  height: 560px;
  text-align: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .app-service .service-content {
    border-radius: 30px;
    padding: 30px;
    height: auto;
  }
}
.app-service .service-content svg {
  margin-bottom: 30px;
}
.app-service .service-content .title {
  margin-bottom: 20px;
}
.app-service .service-content .text {
  margin-bottom: 30px;
}
.app-service .service-content strong {
  margin-bottom: 20px;
}

.service-sec .td-media {
  position: relative;
  z-index: 1;
  transition: 0.7s;
  overflow: hidden;
}
.service-sec .td-media::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 0;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}
.service-sec .td-media img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: 0.5s;
}
.service-sec .td-media .down-swipe {
  position: absolute;
  bottom: -90px;
  left: 0;
  background: #1D4772;
  padding: 20px 30px;
  border-top-right-radius: 50px;
  opacity: 0;
  visibility: hidden;
}
.service-sec .td-media .down-swipe .title {
  color: #fff;
}
.service-sec .td-media .down-swipe .text {
  color: #fff;
}
.service-sec .td-media:hover:before {
  -webkit-animation: dzShine 0.75s;
  animation: dzShine 0.75s;
}
.service-sec .td-media:hover .down-swipe {
  opacity: 1;
  visibility: visible;
  transition: 0.7s;
  bottom: 0;
}
.service-sec .td-media:hover img {
  transform: scale(1.2);
}

.delivery {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #1D4772;
  position: relative;
  z-index: 1;
  height: 940px;
}
@media (max-width: 991px) {
  .delivery {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .delivery {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.delivery .line {
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
  height: 350px;
  z-index: -1;
  object-fit: contain;
}
@media (max-width: 575px) {
  .delivery .line {
    display: none;
  }
}
@media (max-width: 1199px) {
  .delivery .line {
    top: 60%;
  }
}
.delivery .process.style-1 .img-media {
  height: 200px;
  width: 200px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.delivery .process.style-1 .img-media img {
  width: 100%;
  height: 100%;
  border-radius: 32px 32px 32px 0px;
}
.delivery .process.style-1 .img-media::after {
  content: "";
  left: -10px;
  top: -8px;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  border-bottom-left-radius: 32px;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  position: absolute;
  z-index: -1;
  transform: rotate(76deg);
}
.delivery .process.style-1 .img-content-media .title {
  color: #fff;
  height: 140px;
}
@media (max-width: 600px) {
  .delivery .process.style-1 .img-content-media .title {
    font-size: 18px;
  }
}
.delivery .process.style-1 .img-content-media .text {
  color: #fff;
  width: 80%;
}
@media (max-width: 991px) {
  .delivery .process.style-1 .img-content-media .text {
    font-size: 12px;
  }
}
.delivery .process.style-1 .img-content-media a {
  text-decoration: none;
  background-color: #fff;
  padding: 10px 25px;
  color: #2DA4E3;
  border-radius: 10px;
  font-size: 14px;
}

.m-b130 {
  margin-top: -130px;
}

.m-b170 {
  margin-top: -170px;
}

.m-b140 {
  margin-top: -140px;
}

.service-swiper2 .swiper-wrapper .swiper-slide {
  margin-top: 100px;
  transition: 1s;
}
.service-swiper2 .swiper-wrapper .swiper-slide.swiper-slide-prev {
  margin-top: 150px;
}
.service-swiper2 .swiper-wrapper .swiper-slide.swiper-slide-active {
  margin-top: 100px;
}
.service-swiper2 .swiper-wrapper .swiper-slide.swiper-slide-next {
  margin-top: 50px;
}

.space .ss-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.Techstack-sec .Techstack-bx {
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  padding: 20px 30px;
  border-radius: 20px;
  transition: 0.5s;
}
.Techstack-sec .Techstack-bx:hover {
  z-index: 999999;
  transform: scale(1.05);
}
.Techstack-sec .Techstack-bx .title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 24px;
}
.Techstack-sec .Techstack-bx .icon-bx {
  margin-bottom: 20px;
}
.Techstack-sec .Techstack-bx .icon-bx .td-media {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 65px;
  width: 65px;
}
.Techstack-sec .Techstack-bx .icon-bx .td-media .sub-title {
  font-size: 14px !important;
  width: max-content;
}
.Techstack-sec .Techstack-bx .icon-bx .td-media img {
  border-radius: 12px;
  margin-bottom: 10px;
}

.hiring-sec .hiring-content .title {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 40px;
  color: #222222;
}
.hiring-sec .hiring-content .title .text-1 {
  color: #2DA4E3;
}
@media (max-width: 991px) {
  .hiring-sec .hiring-content .title {
    font-size: 28px;
  }
}
.hiring-sec .hiring-content .text {
  font-size: 16px;
  color: #222222;
  line-height: 1.5;
}
.hiring-sec .hiring-content ul {
  padding-left: 0px;
  margin-bottom: 50px;
}
.hiring-sec .hiring-content ul li {
  list-style-type: none;
  position: relative;
  z-index: 1;
  line-height: 1.8;
}
.hiring-sec .hiring-content .icon-bx {
  padding: 20px;
  border-radius: 10px;
}
.hiring-sec .hiring-content .icon-bx.style-2 {
  background: #FFCD42;
}
.hiring-sec .hiring-content .icon-bx.style-3 {
  background: #946FB0;
}
.hiring-sec .hiring-content .icon-bx.style-4 {
  background: #A9CF54;
}
.hiring-sec .hiring-content .icon-bx.style-5 {
  background: #36C8E3;
}
.hiring-sec .hiring-content .icon-bx i {
  color: #fff;
  font-size: 20px;
}
.hiring-sec .hiring-content .icon-bx .text {
  color: #fff;
  font-size: 14px;
  margin: 0;
}
.hiring-sec .hiring-media {
  position: relative;
  z-index: 1;
}
.hiring-sec .hiring-media .shape-3 {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 25px;
  width: 50px;
  animation: upDown 7s infinite ease-in-out;
}
.hiring-sec .hiring-media .shape-4 {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50px;
  height: 50px;
  width: 50px;
  animation: smallCircle 4.5s linear infinite;
}
.hiring-sec .hiring-media .shape-2 {
  position: absolute;
  z-index: 1;
  bottom: 140px;
  left: -40px;
  height: 80px;
  width: 80px;
}
.hiring-sec .hiring-media .shape-1 {
  position: absolute;
  z-index: 1;
  bottom: 30px;
  right: 0;
  height: 40px;
  width: 40px;
  animation: wiggle 4s infinite ease-in-out;
}
@keyframes smallCircle {
  0% {
    transform: rotate(0deg) translateX(20px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translateX(20px) rotate(-360deg);
  }
}
@keyframes upDown {
  0% {
    top: 0px;
  }
  50% {
    top: 100px;
  }
  100% {
    top: 0px;
  }
}
@keyframes wiggle {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(5px);
  }
  75% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
  }
}

.taxiservice-sec .td-media {
  position: relative;
  z-index: 1;
  transition: 0.7s;
  overflow: hidden;
  border-radius: 40px;
}
.taxiservice-sec .td-media::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 0;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}
.taxiservice-sec .td-media img {
  border-radius: 40px;
  transition: 0.5s;
}
.taxiservice-sec .td-media .down-swipe {
  position: absolute;
  bottom: -90px;
  left: 0;
  background: rgba(0, 0, 0, 0.5607843137);
  padding: 20px 30px;
  border-radius: 40px;
  opacity: 0;
  visibility: hidden;
  height: 100%;
}
.taxiservice-sec .td-media .down-swipe .title {
  color: #fff;
}
.taxiservice-sec .td-media .down-swipe .text {
  color: #fff;
}
.taxiservice-sec .td-media:hover:before {
  -webkit-animation: dzShine 0.75s;
  animation: dzShine 0.75s;
}
.taxiservice-sec .td-media:hover .down-swipe {
  opacity: 1;
  visibility: visible;
  transition: 0.7s;
  bottom: 0;
  border-radius: 40px;
}
.taxiservice-sec .td-media:hover img {
  transform: scale(1.2);
  border-radius: 40px;
}

.taxiapp-clone .title {
  font-size: 40px;
  font-weight: 600;
  color: #222222;
}
.taxiapp-clone .text {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
}
.taxiapp-clone .booking-ride {
  height: 150px;
  width: 150px;
  margin: auto;
}
.taxiapp-clone .booking-ride .td-media {
  margin-bottom: 20px;
  height: 150px;
  width: 150px;
}
.taxiapp-clone .booking-ride .title {
  color: #1D4772;
  font-size: 15px;
  font-weight: 400;
}
.taxiapp-clone .details-bx {
  padding: 20px 10px;
}
.taxiapp-clone .details-bx .td-media {
  height: 60px;
  width: 60px;
}
.taxiapp-clone .details-bx .title {
  font-size: 20px;
  font-weight: 500;
  color: #1D4772;
}
.taxiapp-clone .details-bx .text {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
}

.ai-solutions {
  background: #1D4772;
  padding: 100px;
}
@media (max-width: 991px) {
  .ai-solutions {
    padding: 50px;
  }
}
@media (max-width: 575px) {
  .ai-solutions {
    padding: 20px;
  }
}
.ai-solutions .aisol-bx {
  padding: 20px 20px;
  background: linear-gradient(135deg, rgba(29, 71, 114, 0.3) 0%, rgba(45, 164, 227, 0.3) 100%);
  border-radius: 10px;
}
.ai-solutions .aisol-bx .td-media {
  height: 50px;
  width: 50px;
  margin-bottom: 20px;
}
.ai-solutions .aisol-bx .text {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
.ai-solutions .aisol-bx .title {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
}

.ss-accordion.style-3 {
  height: 550px;
  min-height: 550px;
  overflow: auto;
  margin-bottom: 30px;
}
.ss-accordion.style-3 .accordion-header .accordion-button {
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}
.ss-accordion.style-3 .accordion-header .accordion-button .app-development {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.ss-accordion.style-3 .accordion-header .accordion-button .app-development a {
  text-decoration: none;
}
.ss-accordion.style-3 .ai-sol-media .td-media img {
  border-radius: 20px;
}

section.content-inner3.capabilities {
  padding-bottom: 60px;
}

.our-product .title {
  text-align: center;
  margin-bottom: 50px;
  font-size: 70px;
  font-weight: 700;
  color: #2DA4E3;
}
.our-product .products-sec .product-list {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.our-product .products-sec .product-list .td-media {
  border-radius: 20px;
  overflow: hidden;
}
.our-product .products-sec .product-list .td-media img {
  border-radius: 20px;
  transform: scale(1);
  transition: 0.5s;
}
.our-product .products-sec .product-list .td-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.75);
  margin-top: 200px;
  transition: 0.7s;
  height: 100%;
  width: 100%;
  padding: 70px 30px;
  border-radius: 20px;
}
.our-product .products-sec .product-list .td-content .title {
  color: #fff;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 500;
  text-align: center;
}
.our-product .products-sec .product-list .td-content .text {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
}
.our-product .products-sec .product-list:hover .td-media img {
  transform: scale(1.2);
  transition: 0.5s;
}
.our-product .products-sec .product-list:hover .td-content {
  opacity: 1;
  visibility: visible;
  transition: 0.7s;
  margin-top: 0;
}

.icon-bx-wraper.style-12 {
  width: 460px;
  padding: 10px 25px;
  background-color: transparent !important;
  border-radius: var(--radius-md);
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  gap: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .icon-bx-wraper.style-12 {
    width: 100%;
  }
}

.icon-bx-wraper.style-12 .icon-bx {
  width: 70px;
  min-width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 65px;
}

.icon-bx-wraper.style-12 .dz-title {
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff !important;
  font-weight: 600;
}
.icon-bx-wraper.style-12 p {
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
}

.icon-bx-wraper.style-12.active, .icon-bx-wraper.style-12:hover {
  background-color: #edf6f6;
  color: var(--bs-secondary);
}

.icon-bx-wraper.style-12.active .dz-title, .icon-bx-wraper.style-12:hover .dz-title {
  color: var(--bs-secondary);
}

@media only screen and (max-width: 1199px) {
  .icon-bx-wraper.style-12 {
    gap: 20px;
  }
  .icon-bx-wraper.style-12 p {
    font-size: 14px;
  }
  .icon-bx-wraper.style-12 .dz-title {
    font-size: 18px;
  }
  .icon-bx-wraper.style-12 .icon-bx {
    width: 60px;
    min-width: 60px;
    height: 60px;
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .icon-bx-wraper.style-12 {
    margin-left: 0;
    margin-right: 0;
  }
}
.animation-text {
  overflow: visible;
}

.animation-text text {
  text-transform: uppercase;
  animation: stroke 5s infinite alternate;
  stroke-width: 2;
  stroke: #fff;
  font-size: 270px;
  font-weight: 600;
}

@media only screen and (max-width: 1280px) {
  .animation-text text {
    font-size: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .animation-text text {
    font-size: 140px;
  }
}
@keyframes stroke {
  0% {
    fill: rgba(255, 255, 255, 0);
    stroke: #2DA4E3;
    stroke-dashoffset: 25%;
    stroke-dasharray: 0 50%;
    stroke-width: 2;
  }
  70% {
    fill: rgba(255, 255, 255, 0);
    stroke: #2DA4E3;
  }
  80% {
    fill: rgba(255, 255, 255, 0);
    stroke: #2DA4E3;
    stroke-width: 3;
  }
  100% {
    fill: #2DA4E3;
    stroke: rgba(255, 255, 255, 0);
    stroke-dashoffset: -25%;
    stroke-dasharray: 50% 0;
    stroke-width: 0;
  }
}
.legal-regulations .consult-iconbx {
  background: linear-gradient(283.83deg, #2DA4E3 0%, #1D4772 83.26%);
  position: relative;
  z-index: 1;
  padding: 30px 28px;
  margin-bottom: 70px;
  border-radius: 10px;
  margin-top: 50px;
}
.legal-regulations .consult-iconbx .title {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}
.legal-regulations .consult-iconbx .text {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
.legal-regulations .consult-iconbx .msg-bx {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: linear-gradient(283.83deg, #2DA4E3 0%, #1D4772 83.26%);
  position: absolute;
  z-index: 1;
  left: 30px;
  top: -70px;
}

.real-timesolution {
  background-color: #1D4772;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  .real-timesolution {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .real-timesolution {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .real-timesolution {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.real-timesolution .blue-bx {
  padding: 20px;
  background: linear-gradient(135deg, rgba(29, 71, 114, 0.3) 0%, rgba(45, 164, 227, 0.3) 100%);
  border: 0.5px solid #2DA4E3;
  border-radius: 10px;
  max-height: 300px;
}
.real-timesolution .blue-bx .td-media {
  height: 50px;
  width: 50px;
  margin-bottom: 20px;
}
.real-timesolution .blue-bx .title {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: "Kantumruy Pro", sans-serif;
  line-height: 1.2;
}
.real-timesolution .blue-bx .text {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
  font-family: "Kantumruy Pro", sans-serif;
}

.section-head.style1 {
  width: 80%;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .section-head.style1 {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .section-head.style1 {
    width: 100%;
  }
}
.section-head.style1 .title {
  color: #222222;
  font-weight: 400;
  font-size: 28px;
  position: relative;
  z-index: 1;
}
.section-head.style1 .title::after {
  content: "|";
  position: absolute;
  left: -13px;
  top: 0;
  height: 10px;
  width: 2px;
  color: #2DA4E3;
}
.section-head.style1 .title .text-1 {
  color: #2DA4E3;
}
.section-head.style1 .text {
  color: #505050;
  font-weight: 400;
  font-size: 18px;
  width: 68%;
}
@media (max-width: 991px) {
  .section-head.style1 .text {
    width: 100%;
  }
}
.section-head.style2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-head.style2 .title {
  color: #222222;
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 575px) {
  .section-head.style2 .title {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
.section-head.style2 .title::after {
  content: "|";
  position: absolute;
  left: -13px;
  top: 0;
  height: 10px;
  width: 2px;
  color: #2DA4E3;
}
@media (max-width: 991px) {
  .section-head.style2 .title::after {
    left: 66px;
  }
}
.section-head.style2 .title .text-1 {
  color: #2DA4E3;
  font-weight: 600;
}
.section-head.style2 .text {
  color: #505050;
  font-weight: 400;
  font-size: 18px;
  width: 68%;
  margin-bottom: 65px;
}
@media (max-width: 991px) {
  .section-head.style2 .text {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .section-head.style2 .text {
    font-size: 14px;
  }
}
.section-head.style3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
}
@media (max-width: 575px) {
  .section-head.style3 {
    padding: 50px 0;
  }
}
.section-head.style3 .title {
  color: #ffffff;
  font-size: 28px;
  position: relative;
  z-index: 1;
}
.section-head.style3 .title::after {
  content: "|";
  position: absolute;
  left: -13px;
  top: 0;
  height: 10px;
  width: 2px;
  color: #2DA4E3;
}
.section-head.style3 .title .text-1 {
  color: #2DA4E3;
  font-weight: 700;
}
.section-head.style3 .text {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  margin: auto;
}
@media (max-width: 575px) {
  .section-head.style3 .text {
    width: 100%;
  }
}
.section-head.style4 {
  padding-left: 30px;
}
.section-head.style4 .sub-title {
  font-weight: 400;
  font-size: 28px;
  color: #3C3C3C;
  position: relative;
  z-index: 1;
}
@media (max-width: 600px) {
  .section-head.style4 .sub-title {
    font-size: 22px;
  }
}
.section-head.style4 .sub-title::after {
  content: "|";
  position: absolute;
  left: -13px;
  top: 0;
  height: 10px;
  width: 2px;
  color: #2DA4E3;
}
.section-head.style4 .sub-title .text-1 {
  color: #2DA4E3;
  font-weight: 700;
}
.section-head.style4 .title {
  font-weight: 700;
  font-size: 35px;
  color: #3C3C3C;
}
@media (max-width: 600px) {
  .section-head.style4 .title {
    font-size: 30px;
  }
}
.section-head.style5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 70px 0;
}
@media (max-width: 991px) {
  .section-head.style5 {
    padding: 50px 0;
  }
}
@media (max-width: 600px) {
  .section-head.style5 {
    padding: 20px 0;
  }
}
.section-head.style5 .title {
  color: #3C3C3C;
  font-weight: 600;
  font-size: 28px;
  position: relative;
  z-index: 1;
}
@media (max-width: 600px) {
  .section-head.style5 .title {
    font-size: 22px;
  }
}
.section-head.style5 .title::after {
  content: "|";
  position: absolute;
  left: -13px;
  top: 0;
  height: 10px;
  width: 2px;
  color: #2DA4E3;
}
.section-head.style5 .title .text-1 {
  color: #2DA4E3;
}
.section-head.style6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-head.style6 .sub-title {
  color: #ffffff;
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.section-head.style6 .sub-title::after {
  content: "|";
  position: absolute;
  left: -13px;
  top: 0;
  height: 10px;
  width: 2px;
  color: #2DA4E3;
}
.section-head.style6 .sub-title .text-1 {
  color: #2DA4E3;
  font-weight: 600;
}
.section-head.style6 .title {
  color: #ffffff;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .section-head.style6 .title {
    font-size: 30px;
  }
}
.section-head.style6 .text {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  width: 68%;
  margin-bottom: 65px;
}
@media (max-width: 991px) {
  .section-head.style6 .text {
    width: 98%;
  }
}
@media (max-width: 575px) {
  .section-head.style6 .text {
    font-size: 14px;
  }
}
.section-head.style7 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
}
@media (max-width: 575px) {
  .section-head.style7 {
    padding: 50px 0;
  }
}
.section-head.style7 .title {
  color: #000000;
  font-size: 40px;
  position: relative;
  z-index: 1;
  text-align: center;
  width: 80%;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .section-head.style7 .title {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section-head.style7 .title {
    width: 100%;
    font-size: 24px;
  }
}
.section-head.style7 .title .text-1 {
  color: #2DA4E3;
  font-weight: 700;
}
.section-head.style7 .text {
  color: #000000;
  font-weight: 400;
  font-size: 18px;
  margin: auto;
}
@media (max-width: 991px) {
  .section-head.style7 .text {
    text-align: center;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .section-head.style7 .text {
    width: 100%;
  }
}
.section-head.style8 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .section-head.style8 {
    display: block;
    margin-bottom: 30px;
  }
}
.section-head.style8 .title {
  color: #000000;
  font-size: 28px;
  position: relative;
  z-index: 1;
  width: 47%;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .section-head.style8 .title {
    margin-bottom: 30px !important;
    width: 100%;
  }
}
.section-head.style8 .title .text-1 {
  color: #2DA4E3;
  font-weight: 700;
}
.section-head.style8 .text {
  color: #000000;
  font-weight: 400;
  font-size: 18px;
  margin: auto;
}
@media (max-width: 575px) {
  .section-head.style8 .text {
    width: 100%;
  }
}
.section-head.style9 {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .section-head.style9 {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .section-head.style9 {
    margin-bottom: 0px;
  }
}
.section-head.style9 .title {
  color: linear-gradient(90.93deg, #2DA4E3 2.51%, #0E7CF7 95.94%);
  font-weight: 700;
  font-size: 50px;
}
.section-head.style9 .text {
  color: #222222;
  font-weight: 400;
  font-size: 16px;
  margin: 0 !important;
}

.contact-area1 {
  padding: 33px;
  background: #195281;
  position: relative;
  z-index: 9;
  box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.contact-area1 .title {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
}
.contact-area1 .input-group.style-2 .btn {
  color: #fff;
  padding-right: 19px;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding-bottom: 0;
  margin-bottom: 15px;
}
.contact-area1 .input-group.style-2 .btn.show {
  border: none;
}

.contact-area1 .form-label {
  color: #fff;
  font-weight: 400;
}

.contact-area1 .form-control,
.contact-area1 .woocommerce #review_form #respond input[type=text],
.woocommerce #review_form #respond .contact-area1 input[type=text],
.contact-area1 .woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond .contact-area1 textarea,
.contact-area1 .woocommerce #review_form #respond input[type=email],
.woocommerce #review_form #respond .contact-area1 input[type=email],
.contact-area1 .woocommerce-cart-form .table tr td.actions .coupon .input-text,
.woocommerce-cart-form .table tr td.actions .coupon .contact-area1 .input-text,
.contact-area1 .woocommerce-cart-form .table tr .quantity input,
.woocommerce-cart-form .table tr .quantity .contact-area1 input,
.contact-area1 .woocommerce .woocommerce-checkout.checkout form .form-row textarea,
.woocommerce .woocommerce-checkout.checkout form .form-row .contact-area1 textarea,
.contact-area1 .woocommerce .woocommerce-checkout.checkout form .form-row select,
.woocommerce .woocommerce-checkout.checkout form .form-row .contact-area1 select,
.contact-area1 .woocommerce .woocommerce-checkout.checkout form .form-row input,
.woocommerce .woocommerce-checkout.checkout form .form-row .contact-area1 input,
.contact-area1 .woocommerce-EditAccountForm.edit-account input[type=text],
.woocommerce-EditAccountForm.edit-account .contact-area1 input[type=text],
.contact-area1 .woocommerce-EditAccountForm.edit-account input[type=email],
.woocommerce-EditAccountForm.edit-account .contact-area1 input[type=email],
.contact-area1 .woocommerce-EditAccountForm.edit-account input[type=password],
.woocommerce-EditAccountForm.edit-account .contact-area1 input[type=password],
.contact-area1 .login input[type=text],
.login .contact-area1 input[type=text],
.contact-area1 .login input[type=password],
.login .contact-area1 input[type=password],
.contact-area1 .woocommerce-ResetPassword.lost_reset_password input[type=text],
.woocommerce-ResetPassword.lost_reset_password .contact-area1 input[type=text],
.contact-area1 .checkout.woocommerce-checkout input[type=text],
.checkout.woocommerce-checkout .contact-area1 input[type=text],
.contact-area1 .checkout.woocommerce-checkout input[type=email],
.checkout.woocommerce-checkout .contact-area1 input[type=email],
.contact-area1 .checkout.woocommerce-checkout input[type=tel],
.checkout.woocommerce-checkout .contact-area1 input[type=tel],
.contact-area1 .checkout.woocommerce-checkout .select2-choice,
.checkout.woocommerce-checkout .contact-area1 .select2-choice,
.contact-area1 .checkout.woocommerce-checkout textarea,
.checkout.woocommerce-checkout .contact-area1 textarea,
.contact-area1 .woocommerce form .form-row input.input-text,
.woocommerce form .form-row .contact-area1 input.input-text,
.contact-area1 .woocommerce form .form-row .select2-selection,
.woocommerce form .form-row .contact-area1 .select2-selection,
.contact-area1 .woocommerce form .form-row .select2-choice,
.woocommerce form .form-row .contact-area1 .select2-choice {
  background: transparent;
  border-radius: 0px;
  border-bottom: 1px solid #FFF;
  color: #fff;
  border-top: none;
  border-right: none;
  border-left: none;
  padding: 15px 0;
  margin-bottom: 15px;
}

.input-group textarea::placeholder,
.input-group input::placeholder {
  color: #fff;
}

.contact-area1 .form-control:placeholder,
.contact-area1 .woocommerce #review_form #respond input:placeholder[type=text],
.woocommerce #review_form #respond .contact-area1 input:placeholder[type=text],
.contact-area1 .woocommerce #review_form #respond textarea:placeholder,
.woocommerce #review_form #respond .contact-area1 textarea:placeholder,
.contact-area1 .woocommerce #review_form #respond input:placeholder[type=email],
.woocommerce #review_form #respond .contact-area1 input:placeholder[type=email],
.contact-area1 .woocommerce-cart-form .table tr td.actions .coupon .input-text:placeholder,
.woocommerce-cart-form .table tr td.actions .coupon .contact-area1 .input-text:placeholder,
.contact-area1 .woocommerce-cart-form .table tr .quantity input:placeholder,
.woocommerce-cart-form .table tr .quantity .contact-area1 input:placeholder,
.contact-area1 .woocommerce .woocommerce-checkout.checkout form .form-row textarea:placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row .contact-area1 textarea:placeholder,
.contact-area1 .woocommerce .woocommerce-checkout.checkout form .form-row select:placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row .contact-area1 select:placeholder,
.contact-area1 .woocommerce .woocommerce-checkout.checkout form .form-row input:placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row .contact-area1 input:placeholder,
.contact-area1 .woocommerce-EditAccountForm.edit-account input:placeholder[type=text],
.woocommerce-EditAccountForm.edit-account .contact-area1 input:placeholder[type=text],
.contact-area1 .woocommerce-EditAccountForm.edit-account input:placeholder[type=email],
.woocommerce-EditAccountForm.edit-account .contact-area1 input:placeholder[type=email],
.contact-area1 .woocommerce-EditAccountForm.edit-account input:placeholder[type=password],
.woocommerce-EditAccountForm.edit-account .contact-area1 input:placeholder[type=password],
.contact-area1 .login input:placeholder[type=text],
.login .contact-area1 input:placeholder[type=text],
.contact-area1 .login input:placeholder[type=password],
.login .contact-area1 input:placeholder[type=password],
.contact-area1 .woocommerce-ResetPassword.lost_reset_password input:placeholder[type=text],
.woocommerce-ResetPassword.lost_reset_password .contact-area1 input:placeholder[type=text],
.contact-area1 .checkout.woocommerce-checkout input:placeholder[type=text],
.checkout.woocommerce-checkout .contact-area1 input:placeholder[type=text],
.contact-area1 .checkout.woocommerce-checkout input:placeholder[type=email],
.checkout.woocommerce-checkout .contact-area1 input:placeholder[type=email],
.contact-area1 .checkout.woocommerce-checkout input:placeholder[type=tel],
.checkout.woocommerce-checkout .contact-area1 input:placeholder[type=tel],
.contact-area1 .checkout.woocommerce-checkout .select2-choice:placeholder,
.checkout.woocommerce-checkout .contact-area1 .select2-choice:placeholder,
.contact-area1 .checkout.woocommerce-checkout textarea:placeholder,
.checkout.woocommerce-checkout .contact-area1 textarea:placeholder,
.contact-area1 .woocommerce form .form-row input.input-text:placeholder,
.woocommerce form .form-row .contact-area1 input.input-text:placeholder,
.contact-area1 .woocommerce form .form-row .select2-selection:placeholder,
.woocommerce form .form-row .contact-area1 .select2-selection:placeholder,
.contact-area1 .woocommerce form .form-row .select2-choice:placeholder,
.woocommerce form .form-row .contact-area1 .select2-choice:placeholder {
  color: #fff;
}

@media only screen and (max-width: 1199px) {
  .contact-area1 {
    padding: 45px 35px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-area1 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .contact-area1 {
    padding: 25px;
    border-radius: 15px;
  }
}
.map-iframe {
  height: 450px;
}

@media only screen and (max-width: 575px) {
  .map-iframe {
    height: 250px;
  }
}
@media only screen and (max-width: 575px) {
  form .g-recaptcha {
    transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
body .working-location {
  margin-bottom: 15px;
}

body .working-location img {
  border-radius: var(--border-radius-base);
}

.map {
  position: relative;
  z-index: 1;
}

.map iframe {
  width: 100%;
}

.map:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFAF3;
  z-index: 0;
  pointer-events: none;
  mix-blend-mode: soft-light;
}

.contact-info.style-1 {
  margin-bottom: 60px;
  min-height: 335px;
}

.contact-info.style-1 .title {
  font-weight: 600;
  font-size: 40px;
  color: var(--title);
}

@media only screen and (max-width: 1199px) {
  .contact-info.style-1 .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-info.style-1 .title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .contact-info.style-1 .title {
    font-size: 24px;
  }
}
.contact-info.style-1 .text {
  color: var(--title);
  font-weight: 400;
  font-size: 30px;
  margin-left: unset;
  margin-right: unset;
  max-width: 540px;
  margin-bottom: 50px;
  font-family: var(--font-family-title);
}

@media only screen and (max-width: 1199px) {
  .contact-info.style-1 .text {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-info.style-1 .text {
    font-size: 22px;
    margin-bottom: 15px;
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .contact-info.style-1 .text {
    font-size: 20px;
  }
}
.contact-info.style-1 .text span {
  color: var(--title);
}

.contact-info.style-1 .contact-bottom {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 25px 0 0;
}

.contact-info.style-1 .contact-bottom h3,
.contact-info.style-1 .contact-bottom .h3 {
  color: var(--title);
}

@media only screen and (max-width: 767px) {
  .contact-info.style-1 .contact-bottom h3,
  .contact-info.style-1 .contact-bottom .h3 {
    font-size: 22px;
  }
}
.contact-info.style-1 .contact-bottom .contact-left {
  margin-right: 190px;
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .contact-info.style-1 .contact-bottom .contact-left {
    margin-right: 100px;
  }
}
.contact-info.style-1 .contact-bottom ul li {
  font-weight: 500;
  font-size: 18px;
  color: var(--title);
  font-family: var(--font-family-title);
}

@media only screen and (max-width: 767px) {
  .contact-info.style-1 .contact-bottom ul li {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-info.style-1 {
    margin-bottom: 40px;
    min-height: auto;
  }
}
@media only screen and (max-width: 575px) {
  .contact-info.style-1 .contact-bottom .contact-left {
    margin-right: 0;
    flex: 1;
  }
}
.contact-heading h2,
.contact-heading .h2 {
  font-weight: 500;
  font-size: 70px;
}

@media only screen and (max-width: 1480px) {
  .contact-heading h2,
  .contact-heading .h2 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .contact-heading h2,
  .contact-heading .h2 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-heading h2,
  .contact-heading .h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .contact-heading h2,
  .contact-heading .h2 {
    font-size: 24px;
  }
}
.contact-us ul {
  padding-left: 0;
  margin-bottom: 60px;
}
.contact-us ul li {
  list-style-type: none;
  margin-bottom: 15px;
}
.contact-us ul li svg {
  margin-right: 14px;
}
.contact-us .ss-contact {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 991px) {
  .contact-us .ss-contact {
    gap: 0;
  }
}
.contact-us .ss-contact .ss-media {
  height: 90px;
  width: 90px;
  margin-right: 10px;
}
.contact-us .ss-contact .ss-media img {
  height: 100%;
  width: 100%;
}
.contact-us .ss-contact .ss-content .text {
  font-size: 18px;
  color: #26374D;
  margin-bottom: 5px;
  line-height: 1;
}
.contact-us .ss-contact .ss-content a {
  font-size: 25px;
  color: #26374D;
}

.contact-area2 {
  padding: 33px;
  background: #fff;
  position: relative;
  z-index: 9;
  box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.contact-area2 .title {
  font-size: 30px;
  font-weight: 500;
  color: #111;
}
.contact-area2 .input-group.style-2 .btn {
  color: #0f0e0e;
  padding-right: 19px;
  border-bottom: 1px solid #424242;
  border-radius: 0;
  padding-bottom: 0;
  margin-bottom: 15px;
}
.contact-area2 .input-group.style-2 .btn.show {
  border: none;
}

.contact-area2 .form-label {
  color: #000000;
  font-weight: 400;
}

.contact-area2 .form-control,
.contact-area2 .woocommerce #review_form #respond input[type=text],
.woocommerce #review_form #respond .contact-area2 input[type=text],
.contact-area2 .woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond .contact-area2 textarea,
.contact-area2 .woocommerce #review_form #respond input[type=email],
.woocommerce #review_form #respond .contact-area2 input[type=email],
.contact-area2 .woocommerce-cart-form .table tr td.actions .coupon .input-text,
.woocommerce-cart-form .table tr td.actions .coupon .contact-area2 .input-text,
.contact-area2 .woocommerce-cart-form .table tr .quantity input,
.woocommerce-cart-form .table tr .quantity .contact-area2 input,
.contact-area2 .woocommerce .woocommerce-checkout.checkout form .form-row textarea,
.woocommerce .woocommerce-checkout.checkout form .form-row .contact-area2 textarea,
.contact-area2 .woocommerce .woocommerce-checkout.checkout form .form-row select,
.woocommerce .woocommerce-checkout.checkout form .form-row .contact-area2 select,
.contact-area2 .woocommerce .woocommerce-checkout.checkout form .form-row input,
.woocommerce .woocommerce-checkout.checkout form .form-row .contact-area2 input,
.contact-area2 .woocommerce-EditAccountForm.edit-account input[type=text],
.woocommerce-EditAccountForm.edit-account .contact-area2 input[type=text],
.contact-area2 .woocommerce-EditAccountForm.edit-account input[type=email],
.woocommerce-EditAccountForm.edit-account .contact-area2 input[type=email],
.contact-area2 .woocommerce-EditAccountForm.edit-account input[type=password],
.woocommerce-EditAccountForm.edit-account .contact-area2 input[type=password],
.contact-area2 .login input[type=text],
.login .contact-area2 input[type=text],
.contact-area2 .login input[type=password],
.login .contact-area2 input[type=password],
.contact-area2 .woocommerce-ResetPassword.lost_reset_password input[type=text],
.woocommerce-ResetPassword.lost_reset_password .contact-area2 input[type=text],
.contact-area2 .checkout.woocommerce-checkout input[type=text],
.checkout.woocommerce-checkout .contact-area2 input[type=text],
.contact-area2 .checkout.woocommerce-checkout input[type=email],
.checkout.woocommerce-checkout .contact-area2 input[type=email],
.contact-area2 .checkout.woocommerce-checkout input[type=tel],
.checkout.woocommerce-checkout .contact-area2 input[type=tel],
.contact-area2 .checkout.woocommerce-checkout .select2-choice,
.checkout.woocommerce-checkout .contact-area2 .select2-choice,
.contact-area2 .checkout.woocommerce-checkout textarea,
.checkout.woocommerce-checkout .contact-area2 textarea,
.contact-area2 .woocommerce form .form-row input.input-text,
.woocommerce form .form-row .contact-area2 input.input-text,
.contact-area2 .woocommerce form .form-row .select2-selection,
.woocommerce form .form-row .contact-area2 .select2-selection,
.contact-area2 .woocommerce form .form-row .select2-choice,
.woocommerce form .form-row .contact-area2 .select2-choice {
  background: transparent;
  border-radius: 0px;
  border-bottom: 1px solid #000000;
  color: #000000;
  border-top: none;
  border-right: none;
  border-left: none;
  padding: 15px 0;
  margin-bottom: 15px;
}

.input-group2 textarea::placeholder,
.input-group2 input::placeholder {
  color: #111;
}

.contact-area2 .form-control:placeholder,
.contact-area2 .woocommerce #review_form #respond input:placeholder[type=text],
.woocommerce #review_form #respond .contact-area2 input:placeholder[type=text],
.contact-area2 .woocommerce #review_form #respond textarea:placeholder,
.woocommerce #review_form #respond .contact-area2 textarea:placeholder,
.contact-area2 .woocommerce #review_form #respond input:placeholder[type=email],
.woocommerce #review_form #respond .contact-area2 input:placeholder[type=email],
.contact-area2 .woocommerce-cart-form .table tr td.actions .coupon .input-text:placeholder,
.woocommerce-cart-form .table tr td.actions .coupon .contact-area2 .input-text:placeholder,
.contact-area2 .woocommerce-cart-form .table tr .quantity input:placeholder,
.woocommerce-cart-form .table tr .quantity .contact-area2 input:placeholder,
.contact-area2 .woocommerce .woocommerce-checkout.checkout form .form-row textarea:placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row .contact-area2 textarea:placeholder,
.contact-area2 .woocommerce .woocommerce-checkout.checkout form .form-row select:placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row .contact-area2 select:placeholder,
.contact-area2 .woocommerce .woocommerce-checkout.checkout form .form-row input:placeholder,
.woocommerce .woocommerce-checkout.checkout form .form-row .contact-area2 input:placeholder,
.contact-area2 .woocommerce-EditAccountForm.edit-account input:placeholder[type=text],
.woocommerce-EditAccountForm.edit-account .contact-area2 input:placeholder[type=text],
.contact-area2 .woocommerce-EditAccountForm.edit-account input:placeholder[type=email],
.woocommerce-EditAccountForm.edit-account .contact-area2 input:placeholder[type=email],
.contact-area2 .woocommerce-EditAccountForm.edit-account input:placeholder[type=password],
.woocommerce-EditAccountForm.edit-account .contact-area2 input:placeholder[type=password],
.contact-area2 .login input:placeholder[type=text],
.login .contact-area2 input:placeholder[type=text],
.contact-area2 .login input:placeholder[type=password],
.login .contact-area2 input:placeholder[type=password],
.contact-area1 .woocommerce-ResetPassword.lost_reset_password input:placeholder[type=text],
.woocommerce-ResetPassword.lost_reset_password .contact-area2 input:placeholder[type=text],
.contact-area2 .checkout.woocommerce-checkout input:placeholder[type=text],
.checkout.woocommerce-checkout .contact-area2 input:placeholder[type=text],
.contact-area2 .checkout.woocommerce-checkout input:placeholder[type=email],
.checkout.woocommerce-checkout .contact-area2 input:placeholder[type=email],
.contact-area2 .checkout.woocommerce-checkout input:placeholder[type=tel],
.checkout.woocommerce-checkout .contact-area2 input:placeholder[type=tel],
.contact-area2 .checkout.woocommerce-checkout .select2-choice:placeholder,
.checkout.woocommerce-checkout .contact-area2 .select2-choice:placeholder,
.contact-area2 .checkout.woocommerce-checkout textarea:placeholder,
.checkout.woocommerce-checkout .contact-area2 textarea:placeholder,
.contact-area2 .woocommerce form .form-row input.input-text:placeholder,
.woocommerce form .form-row .contact-area2 input.input-text:placeholder,
.contact-area2 .woocommerce form .form-row .select2-selection:placeholder,
.woocommerce form .form-row .contact-area2 .select2-selection:placeholder,
.contact-area2 .woocommerce form .form-row .select2-choice:placeholder,
.woocommerce form .form-row .contact-area2 .select2-choice:placeholder {
  color: #000;
}

.today-india .title {
  font-size: clamp(20px, 4vw, 40px);
  font-weight: bold;
}
.today-india .subtitle {
  font-size: clamp(12px, 2vw, 18px);
  color: #555;
}

.card-container {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.card-container img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}
.card-container .card-title {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 30px;
  font-weight: bold;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
  z-index: 2;
}
@media (max-width: 991px) {
  .card-container .card-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .card-container .card-title {
    font-size: 20px;
  }
}
.card-container .overlay-info {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 15px;
  text-align: center;
  transition: bottom 0.5s ease;
  font-size: clamp(14px, 2.5vw, 20px);
}
.card-container:hover img {
  transform: scale(1.05);
}
.card-container:hover .overlay-info {
  bottom: 0;
}

.ss-accordion .accordion-item {
  border-radius: 0;
  overflow: hidden;
  background: transparent;
  margin-bottom: 20px;
  border: 0;
}

.ss-accordion .accordion-item {
  border-radius: 0;
  overflow: hidden;
  background: transparent;
  margin-bottom: 20px;
  border: 0;
}

.ss-accordion.accordion-sm .accordion-header .accordion-button {
  background: #fff;
  padding: 15px 15px !important;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  border: 0;
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
  background: #fff;
}

.ss-accordion .accordion-header .accordion-button.collapsed {
  color: #0E0E0E;
}

.ss-accordion .accordion-header .accordion-button {
  font-size: 18px;
  font-weight: 400;
  border: 0px;
  border-radius: 0;
  padding: 22px 65px 22px 30px;
  transition: all 0.5s ease 0s;
  color: var(--secondary);
  background: none;
  border: 1px solid #c8c8c8;
  box-shadow: none;
  border-radius: 4px;
}

.ss-accordion .accordion-header .accordion-button {
  font-size: 18px;
  font-weight: 400;
  border: 0px;
  border-radius: 0;
  padding: 22px 65px 22px 30px;
  transition: all 0.5s ease 0s;
  color: var(--secondary);
  background: none;
  border: 1px solid #c8c8c8;
  box-shadow: none;
  border-radius: 4px;
}

.ss-accordion .accordion-header .accordion-button {
  font-size: 18px;
  font-weight: 400;
  border: 0px;
  border-radius: 0;
  padding: 22px 65px 22px 30px;
  transition: all 0.5s ease 0s;
  color: var(--secondary);
  background: none;
  border: 1px solid #c8c8c8;
  box-shadow: none;
  border-radius: 4px;
}

.ss-accordion .accordion-collapse {
  border: 0;
}

.ss-accordion .accordion-collapse {
  border: 0;
}

.ss-accordion .accordion-collapse {
  border: 0;
}

.accordion-button:not(.collapsed)::after {
  width: 30px;
  height: 30px;
  background: #194a8b;
  color: #fff;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('data:image/svg+xml,<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_17179_1207)"><path d="M8.04061 4.09614L1.20534 10.9315C1.04713 11.0896 0.959961 11.3007 0.959961 11.5257C0.959961 11.7507 1.04713 11.9618 1.20534 12.1199L1.7086 12.6232C2.03653 12.9508 2.5695 12.9508 2.89693 12.6232L8.63677 6.8834L14.383 12.6296C14.5412 12.7877 14.7521 12.875 14.977 12.875C15.2022 12.875 15.4131 12.7877 15.5714 12.6296L16.0746 12.1262C16.2328 11.968 16.32 11.7571 16.32 11.5321C16.32 11.307 16.2328 11.096 16.0746 10.9379L9.23306 4.09614C9.07434 3.93767 8.86243 3.85064 8.63715 3.85113C8.411 3.85064 8.19921 3.93767 8.04061 4.09614Z" fill="white"/></g><defs><clipPath id="clip0_17179_1207"><rect width="15.36" height="15.36" fill="white" transform="translate(0.959961 16.043) rotate(-90)"/></clipPath></defs></svg>');
}

.accordion-button.collapsed::after {
  width: 30px;
  height: 30px;
  background: #194a8b;
  color: #fff;
  border-radius: 50%;
  background-image: url('data:image/svg+xml,<svg width="17" height="10" viewBox="0 0 17 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.95939 8.90386L15.7947 2.06846C15.9529 1.91037 16.04 1.69932 16.04 1.4743C16.04 1.24927 15.9529 1.03823 15.7947 0.880132L15.2914 0.376752C14.9635 0.0491997 14.4305 0.0491997 14.1031 0.376752L8.36323 6.1166L2.61701 0.370383C2.45879 0.212288 2.24787 0.124999 2.02297 0.124999C1.79782 0.124999 1.5869 0.212288 1.42855 0.370383L0.925425 0.873762C0.767206 1.03198 0.680042 1.2429 0.680042 1.46793C0.680042 1.69296 0.767206 1.904 0.925425 2.06209L7.76694 8.90386C7.92566 9.06233 8.13757 9.14936 8.36285 9.14886C8.589 9.14936 8.80079 9.06233 8.95939 8.90386Z" fill="white"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}

.faq-media {
  position: relative;
  z-index: 1;
}
.faq-media .td-media img {
  border-radius: 15px;
}
.faq-media .box-design {
  position: absolute;
  right: -92px;
  bottom: -130px;
  height: 100px;
  width: 100px;
}
.faq-media .people {
  padding: 20px;
  background: #fff;
  position: absolute;
  bottom: -30px;
  left: 20px;
  border-radius: 10px;
}
.faq-media .people span {
  margin: 0 -15px;
  width: 60px;
  height: 60px;
}
.faq-media .people p {
  margin: 0;
}
.faq-media .people .text1 {
  color: #222222;
  font-size: 30px;
  font-weight: 600;
}
.faq-media .people .text2 {
  color: #2DA4E3;
  font-size: 14px;
}

.faq-sec {
  background: linear-gradient(129.63deg, #174077 27.35%, #1C5DB5 107.81%);
}

.Techstack-sec {
  background: #F4F4F4;
}

.blockchain-platform {
  background-color: #1d4772;
}
.blockchain-platform .blockchain-platform-contant {
  text-align: center;
  color: white;
}
.blockchain-platform .custom-tabs {
  padding-top: 50px;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  justify-content: space-between;
}
.blockchain-platform .custom-tabs .nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.blockchain-platform .custom-tabs .nav-link img.tab-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 1rem;
}
.blockchain-platform .custom-tabs .nav-link span {
  font-size: 1rem;
  color: white;
}
.blockchain-platform .custom-tabs .nav-link.active, .blockchain-platform .custom-tabs .nav-link:hover {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  border: 1px solid white;
}
.blockchain-platform .blockchain-grid {
  padding: 2rem 0;
}
.blockchain-platform .blockchain-grid .blockchain-card {
  background: linear-gradient(135deg, rgba(29, 71, 114, 0.3) 0%, rgba(45, 164, 227, 0.3) 100%);
  border: 0.5px solid #2DA4E3;
  border-radius: 10px;
  padding: 1rem;
  transition: all 0.3s ease;
  height: 100%;
}
.blockchain-platform .blockchain-grid .blockchain-card img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  margin-bottom: 0.75rem;
}
.blockchain-platform .blockchain-grid .blockchain-card p {
  color: #fff;
  font-size: 0.9rem;
  margin: 0;
}
.blockchain-platform .blockchain-grid .blockchain-card:hover {
  background: linear-gradient(135deg, rgba(29, 71, 114, 0.3) 0%, rgba(45, 164, 227, 0.3) 100%);
  transform: translateY(-4px);
  cursor: pointer;
}

.tabs-wrapper {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.tabs-wrapper::-webkit-scrollbar {
  display: none;
}

.custom-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
}
@media (min-width: 992px) {
  .custom-tabs {
    flex-wrap: wrap;
  }
}
.custom-tabs .nav-link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  white-space: nowrap;
  transition: all 0.3s ease;
  font-size: 15px;
}
.custom-tabs .nav-link img.tab-icon {
  width: 22px;
  height: 22px;
}
.custom-tabs .nav-link.active {
  background-color: #007bff;
  color: #fff;
}

.feature-integrated {
  overflow: hidden;
  background-color: #2da4e3;
  color: #000;
  position: relative;
  z-index: 1;
}
.feature-integrated .fea-media-bg1 {
  height: 150px;
  width: 150px;
  position: absolute;
  right: -25px;
  top: 0;
  z-index: -1;
}
.feature-integrated .fea-media-bg2 {
  height: 150px;
  width: 150px;
  position: absolute;
  left: -25px;
  top: 50%;
  z-index: -1;
}
.feature-integrated .fea-media-bg3 {
  height: 150px;
  width: 150px;
  position: absolute;
  right: -25px;
  bottom: 0;
  z-index: -1;
}

.feature-box {
  background: #fff;
  padding: 40px 20px 20px;
  border-radius: 10px;
  text-align: center;
  height: 100%;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}

.feature-icon {
  background: #fff;
  border-radius: 50%;
  padding: 15px;
  display: inline-block;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.feature-box h5 {
  margin-top: 30px;
}

.row.g-4 > .col-md-4:nth-child(n+4) {
  margin-top: 100px;
}

.feature-section-title {
  color: #fff;
  font-weight: bold;
}

.feature-section-subtitle {
  color: #f5f5f5;
  font-size: 14px;
  max-width: 800px;
  margin: auto;
}

@media (max-width: 767.98px) {
  .row.g-4 > .col-md-4 {
    margin-top: 100px;
  }
  .row.g-4 > .col-md-4:first-child {
    margin-top: 0;
  }
}
.teenpatti-variations {
  background: #fff;
}
.teenpatti-variations .section-title {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.teenpatti-variations .section-subtitle {
  color: #555;
  max-width: 700px;
  margin: 0 auto;
  font-size: 1rem;
}
.teenpatti-variations .teenpatti-variatuins-box {
  padding-top: 100px;
}
.teenpatti-variations .variation-title {
  font-weight: 600;
  margin-top: 1rem;
}
.teenpatti-variations .variation-text {
  font-size: 0.9rem;
  color: #666;
}
.teenpatti-variations .teenpatti-variatuins-box .col-6.col-md-3 {
  background: #fff;
  border: 2px solid transparent;
  border-radius: 10px;
  padding: 20px;
  transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.teenpatti-variations .teenpatti-variatuins-box .col-6.col-md-3:hover {
  border-color: #2da4e3;
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.teenpatti-product {
  background-color: #e6f2fa;
  padding: 60px 0;
  text-align: center;
}
.teenpatti-product .section-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.teenpatti-product .section-subtitle {
  font-size: 1rem;
  color: #555;
  margin: 0 auto 40px;
  line-height: 1.6;
}
.teenpatti-product .product-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0px;
}
.teenpatti-product .product-cards .product-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
}
.teenpatti-product .product-cards .product-card:hover {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
.teenpatti-product .product-cards .product-card .product-img {
  width: 100%;
  border-radius: 4px;
  margin-bottom: 15px;
}
.teenpatti-product .product-cards .product-card .product-title {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.teenpatti-product .product-cards .product-card .product-text {
  font-size: 0.86rem;
  color: #666;
}

/*# sourceMappingURL=style.css.map */
