/* === === */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  font-size: 100%;
  padding: 0;
  margin: 0;
}
body {
  height: 100vh;
  font-family: var(--primary-font);
}
p {
  color: #272727;
  line-height: 1.8;
  margin: 0;
}
a,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--primary-font);
}

p:last-child {
  margin-bottom: 0;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: 0 0;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
  color: #ff543e;
}

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
}
.btn.focus,
.btn:focus {
  outline: none;
  box-shadow: none;
}

img {
  max-width: 100%;
}

/* == Utility style start == */
.min-height {
  min-height: 100vh;
}
/* == Utility style end == */

/* ===  === */

/* === Varialbe start === */

:root {
  --primary-color: #0c2e57;
  --dark-blue-color: #122031;
  --secondary-color: #ff543e;
  --orange1-color: #f8442c;
  --black: #000000;
  --black1: #333333;
  --white: #ffffff;
  --blue1: #3771c8;
  --blue2: #00346c;
  --light-blue1: #cae0e7;
  --light-grey1: #dee2e6;
  --light-grey2: #f9f9f9;
  --light-grey3: #f5f7f8;
  --light-grey4: #dddddd;
  --light-grey5: #f7f9fb;
  --light-grey6: #d8d8d8;
  --primary-font: "Poppins", sans-serif;
  --secondary-font: "Montserrat", sans-serif;
}

/* === Varialbe end === */

/* === Header style start === */
/* Sticky header start */
.sticky-header {
  background: #fff;
  box-shadow: 0 0 10px 3px rgb(0 0 0 / 5%);
}
.scrollStickyheader.sticky-header {
  position: fixed !important;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  animation: 1s ease-in-out 0s normal none 1 running fadeInDown;
}

/* Sticky header end */

.site-header .navigation {
  background-color: #fff;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.site-header .navigation > .container {
  position: relative;
}

/* header-style */

.header-style .container-fluid {
  margin: 0 auto;
  position: relative;
}
.header-style .navigation {
  padding: 7px;
  background-color: var(--white);
  /* box-shadow: 0 0 15px rgb(0 0 0 / 10%); */
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sticky-header .navigation {
  border-radius: 0px;
  width: 100%;
  box-shadow: none;
  background-color: var(--white);
}

.header-style .navbar-brand {
  display: inline-block;
}
.header-style .navbar-brand img {
  max-width: 200px;
}

.header-style .header-right {
  position: relative;
  padding-left: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-style .header-right button {
  background: transparent;
  padding: 0;
  border: 0;
  outline: 0;
}

.header-style .header-right .search-contact {
  height: 48px;
  line-height: 48px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px 26px;
  color: var(--black1);
  background-color: transparent;
  border: 1px solid var(--secondary-color);
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  font-family: var(--secondary-font);
}
.link-icon {
  margin-left: 5px;
}

.header-style .header-right .search-contact .search-toggle-btn {
  padding-right: 18px;
  margin-right: 18px;
  border-right: 1px solid #dadada;
}
.header-style .header-right .search-contact .search-toggle-btn i {
  font-size: 20px;
  position: relative;
  top: 5px;
}

.site-header #navbar .custom-nav .active,
.site-header #navbar .custom-nav .submenu .active {
  color: var(--secondary-color);
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/* Media query start */
@media (max-width: 767px) {
  .site-header .navbar-header .navbar-brand {
    font-size: 24px;
  }
  .site-header #navbar .navbar-nav {
    margin: 0;
  }
  .site-header .container {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .site-header .navbar-header button {
    right: 16px;
  }
}
@media (max-width: 991px) {
  .site-header .navigation {
    padding: 10px 0;
  }
  .site-header #navbar > ul li a:hover,
  .site-header #navbar > ul li a:focus {
    text-decoration: none;
    color: var(--secondary-color);
  }
  .site-header #navbar {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }

  .site-header #navbar > ul > li a {
    display: block;
    font-size: 14px;
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .site-header #navbar > ul .sub-menu > li:last-child {
    border-bottom: 0;
  }
  .site-header #navbar > ul > li > .sub-menu a {
    padding: 8px 15px 8px 45px;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu a {
    padding: 8px 15px 8px 65px;
  }
  .site-header #navbar > ul .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul .menu-item-has-children > a:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f078";
    font-size: 11px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .menu-item-has-children.active-menu > a::before {
    display: none;
  }
  .menu-item-has-children.active-menu > a::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f077";
    font-size: 11px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .site-header .navbar-collapse.collapse {
    display: none;
  }
  .site-header .navbar-collapse.collapse.in {
    display: block;
  }
  .site-header .navbar-header .collapse,
  .site-header .navbar-toggle {
    display: block;
  }

  .header-style .navbar-brand img {
    max-width: 150px;
  }
  .header-style .header-right .search-contact {
    display: none;
  }

  .site-header .navbar-header button {
    background-color: var(--secondary-color);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 0;
    padding: 5px 0 0;
    outline: 0;
    position: absolute;
    /* right: 0px; */
    top: calc(50% - 20px);
    z-index: 20;
    border-radius: 5px;
  }
  .site-header .navbar-header button span {
    background-color: #fff;
    width: 20px;
    margin: 0 auto 5px;
    height: 2px;
    margin-bottom: 5px;
    display: block;
  }
  .site-header #navbar {
    background-color: var(--primary-color);
    display: block !important;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 60px 0px 0px 0px;
    border: 0;
    position: fixed;
    right: -320px;
    top: 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
  }
  .site-header #navbar > ul {
    background-color: var(--primary-color);
    position: relative;
    z-index: 101;
  }
  .site-header #navbar ul a {
    color: #fff;
  }
  .site-header #navbar ul a:hover,
  .site-header #navbar ul li.current a {
    color: var(--secondary-color);
  }
  .site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
  }
  .site-header #navbar .close-navbar {
    background-color: var(--primary-color);
    width: 40px;
    height: 40px;
    color: #fff;
    border: 0;
    outline: none;
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 1000;
  }
  .site-header #navbar > ul > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .site-header #navbar > ul > li > a {
    padding: 10px 15px 10px 20px;
  }
  .site-header .slideInn {
    right: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .navbar-toggler:focus {
    box-shadow: none;
    outline: none;
  }
  .site-header .navbar-toggler .first-angle,
  .site-header .navbar-toggler .last-angle {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header .x-close .middle-angle {
    opacity: 0;
  }
  .site-header .x-close .first-angle {
    position: absolute;
    -webkit-transform: rotate(-44deg);
    top: 16px;
    left: 10px;
  }
  .site-header .x-close .last-angle {
    -webkit-transform: rotate(44deg);
    position: absolute;
    top: 16px;
    right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .site-header .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .site-header .navbar-header button {
    right: 0px;
  }
}
@media (min-width: 992px) {
  /* .site-header #navbar li {
    position: relative;
  } */
  .site-header #navbar > ul > li > a {
    font-size: 13px;
    font-weight: 500;
    padding: 13px;
    display: flex;
    color: var(--black1);
    text-transform: capitalize;
    position: relative;
    align-items: center;
  }

  .site-header #navbar > ul .sub-menu {
    background-color: var(--white);
    width: 280px;
    /* width: 55%; */
    text-align: left;
    padding: 16px 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 95%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    text-transform: capitalize;
    border-radius: 0px 0px 8px 8px;
  }

  .site-header #navbar > ul .sub-menu.mega-large {
    width: 100%;
    text-align: left;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .site-header #navbar > ul > li .sub-menu li:last-child {
    border-bottom: 0;
  }
  .site-header #navbar > ul > li .sub-menu a {
    font-family: var(--primary-font);
    display: block;
    padding: 10px 30px;
    color: var(--black1);
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 500;
  }
  /* .sub-menu-mega-list {
    padding: 0 30px;
  } */

  .sub-menu-mega-list {
    text-align: center;
    /* padding: 12px 0; */
    text-align: left;
    /* padding-left: 45px; */
    padding-top: 0;
  }
  .sub-menu-mega-list:last-child {
    border-right: 0px;
  }
  .mega-menu-col {
    border-right: 1px solid #e9e5e5;
  }
  .sub-menu-mega-list .mega-menu-title {
    font-weight: 600;
    display: inline-block;
    margin-bottom: 2px;
    color: #fb6b5c;
    border-bottom: 2px solid #fb6b5c;
  }
  .sub-menu-mega-list:last-child {
    border-right: 0;
  }
  .sub-menu-mega-list ul li a {
    padding-top: 0 !important;
  }
  .site-header #navbar > ul > li .sub-menu a:hover {
    padding-left: 35px;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu {
    left: 100%;
    top: 0;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a,
  .site-header #navbar > ul > li.menu-item-has-children > a {
    position: relative;
  }
  .site-header
    #navbar
    > ul
    > li
    > .sub-menu
    > .menu-item-has-children
    > a:before,
  .site-header #navbar > ul > li.menu-item-has-children > a:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f078";
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .site-header #navbar > ul > li.menu-item-has-children > a:before {
    right: 0px;
  }
  .site-header #navbar > ul > li.menu-item-has-children:hover > a:before,
  .site-header
    #navbar
    > ul
    > li
    > .sub-menu
    > .menu-item-has-children:hover
    > a::before {
    display: none;
  }
  .site-header #navbar > ul > li.menu-item-has-children > a::after,
  .site-header
    #navbar
    > ul
    > li
    > .sub-menu
    > .menu-item-has-children
    > a:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f077";
    font-size: 12px;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
  }
  .site-header #navbar > ul > li.menu-item-has-children:hover > a::after,
  .site-header
    #navbar
    > ul
    > li
    > .sub-menu
    > .menu-item-has-children:hover
    > a:after {
    display: block;
  }
  .site-header
    #navbar
    > ul
    > li
    > .sub-menu
    > .menu-item-has-children:hover
    > a::after {
    right: 15px;
  }
  .site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
  .site-header #navbar > ul li a:hover,
  .site-header #navbar > ul li a:focus {
    text-decoration: none;
    color: var(--secondary-color);
  }
  .site-header #navbar > ul > li.menu-item-has-children:hover > a,
  .site-header
    #navbar
    > ul
    > li
    > .sub-menu
    > .menu-item-has-children:hover
    > a,
  .site-header #navbar > ul > li > .sub-menu a:hover {
    color: var(--secondary-color);
  }

  .site-header .navbar-header .open-btn {
    display: none;
  }
  .site-header #navbar .close-navbar {
    display: none;
  }

  .header-style #navbar {
    justify-content: flex-start;
  }

  .sticky-header.header-style #navbar {
    padding-left: 0px;
    justify-content: center;
  }
  .link-tab-wrapper .card-body {
    padding: 25px;
  }
  .link-tab-wrapper .nav {
    justify-content: center;
  }

  .bd-header__top1-wrapper {
    padding-left: 100px;
  }
}
@media (max-width: 1199px) {
  .custom-nav {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1200px) {
  .bd-header__top1-title {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .site-header #navbar > ul > li > a {
    font-size: 15px;
  }
  .site-header #navbar > ul > li .sub-menu a {
    font-size: 15px;
  }
  .header-style.site-header .header-right .search-contact {
    font-size: 15px;
  }
}
@media (min-width: 1600px) {
  .site-header #navbar > ul > li > a {
    font-size: 15px;
  }
  .site-header #navbar > ul > li .sub-menu a {
    font-size: 14px;
  }
  .header-style #navbar {
    padding-left: 40px;
  }
  .site-header #navbar > ul > li > a {
    padding: 15px 20px;
  }
}
/* Media query end */
/* === Header style end === */

/* ===============================
 === Index Page style start === 
 ================================= */

/* === Banner Section start  === */

/* ─── HERO ─── */
.hero {
  position: relative;
  min-height: 74vh;
  padding: 100px 0px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Dark tech background using CSS */
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

/* ─── CONTENT LAYOUT ─── */
.hero-inner {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
}

/* LEFT CONTENT */
.hero-content {
  max-width: 100%;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #ff543e;
  margin-bottom: 22px;
  animation: fadeUp 0.7s ease both;
}

.hero-eyebrow::before {
  content: "";
  display: block;
  width: 28px;
  height: 1.5px;
  background: #ff543e;
}

.hero-title {
  font-size: clamp(2.4rem, 5vw, 2.4rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 24px;
  animation: fadeUp 0.7s ease 0.15s both;
}

.hero-title .highlight {
  color: var(--blue-light);
  position: relative;
  display: inline-block;
}

.hero-title .highlight::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--blue-glow), var(--blue-light));
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left;
  animation: lineReveal 0.6s ease 0.9s forwards;
}

@keyframes lineReveal {
  to {
    transform: scaleX(1);
  }
}

.hero-desc {
  font-size: 1rem;
  color: #fff;
  line-height: 1.75;
  max-width: 100%;
  margin-bottom: 38px;
  font-weight: 300;
  animation: fadeUp 0.7s ease 0.3s both;
}
.hero-content h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
.iws-gradient-text-primary {
  background: linear-gradient(90deg, #22c55e, #06b6d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.iws-gradient-text-secondary {
  background: linear-gradient(90deg, #f97316, #ef4444);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  animation: fadeUp 0.7s ease 0.45s both;
}

/* ─── GIRL / IMAGE SIDE ─── */
.hero-image-side {
  right: -13%;
  bottom: 12%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  min-height: auto;
  animation: fadeUp 0.8s ease 0.2s both;
}

/* Person image container */
.person-img-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

/* We use a placeholder since no real image is provided.
       Replace the background with url('your-girl.png') */
.person-img-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top center;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.5));
}

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .hero-inner {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .hero-content {
    max-width: 100%;
  }
  .hero-desc {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-actions {
    justify-content: start;
  }
  .hero-eyebrow {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-image-side {
    display: none;
  }

  .person-img-wrap {
    height: 340px;
    max-width: 320px;
  }
  .info-card {
    right: 0;
  }
  .info-card-2 {
    left: 0;
  }
}

@media (max-width: 768px) {
  .hero-inner {
    gap: 24px;
  }
  .hero-title {
    font-size: clamp(2rem, 8vw, 2.1rem);
  }

  .hero-stats {
    gap: 24px;
  }
  .stat-number {
    font-size: 1.6rem;
  }

  .info-card {
    display: none;
  }
  .hero {
    min-height: 60vh;
    padding: 60px 0px;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 2rem;
  }
}

.c-banner-section {
  padding: 50px 0px;
}
.c-section {
  padding-bottom: 60px;
}
.c-banner-hero-caption {
  text-align: center;
}
.c-banner-desc {
  text-align: center;
}
.c-banner-hero-caption h1 {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 700;
  font-family: var(--primary-font);
  color: var(--white);
}
.c-banner-desc h2 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  font-family: var(--primary-font);
  color: var(--white);
}
.c-banner-right-card {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 32px 38px 47px;
  border: 2px solid var(--blue2);
  border-radius: 8px;
  backdrop-filter: blur(8px);
  text-align: center;
  margin-bottom: 20px;
}
.c-banner-right-card h3 {
  font-size: 36px;
  line-height: 54px;
  font-weight: 700;
  font-family: var(--primary-font);
  color: var(--dark-blue-color);
  position: relative;
}

.c-banner-right-card-btn-wrap {
  margin-top: 20px;
}

.c-btn {
  height: 52px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--secondary-font);
  line-height: 100%;
  font-size: 15px;
  transition: 0.3s;
  font-weight: 600;
  border-radius: 6px;
  text-transform: capitalize;
  padding-left: 16px;
  padding-right: 16px;
}
.c-btn.c-btn-banner-right-card-btn {
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  color: var(--white);
}
.btn-arrow-icon {
  margin-left: 8px;
}
.c-btn:hover {
  background-color: var(--orange1-color);
  border-color: var(--orange1-color);
  color: var(--white);
}

.text-gr-line,
.text-gr-line2 {
  position: relative;
}

.text-gr-line::after {
  content: "";
  width: 100%;
  height: 4px;
  border-radius: 4px;
  position: absolute;
  top: 43px;
  left: 0px;
  background: linear-gradient(
    to right,
    rgba(3, 169, 244, 1) 0%,
    rgba(255, 84, 62, 1) 50%,
    rgba(219, 122, 71, 1) 75%,
    rgba(3, 169, 244, 1) 100%
  );
}

.text-gr-line2::after {
  content: "";
  width: 100%;
  height: 4px;
  border-radius: 4px;
  position: absolute;
  top: 43px;
  left: 0px;
  background: linear-gradient(
    to right,
    rgba(3, 169, 244, 1) 0%,
    rgba(255, 84, 62, 1) 50%,
    rgba(219, 122, 71, 1) 75%,
    rgba(3, 169, 244, 1) 100%
  );
}

/* @media (min-width: 768px) and (max-width: 991px) {
  .c-btn.c-btn-banner-right-card-btn {
    width: 68%;
    margin: auto;
  }
} */

@media (min-width: 768px) {
  .c-banner-right-card {
    width: 429px;
    margin: 20px auto;
  }
}

@media (min-width: 992px) {
  .c-banner-right-card {
    width: 429px;
    margin-left: auto;
    margin-right: 17px;
    margin-bottom: 0px;
    padding: 52px 38px 68px;
  }
  .c-banner-hero-caption {
    text-align: left;
  }
  .c-banner-desc {
    text-align: left;
  }
  .c-banner-hero-caption {
    width: 70%;
  }
  .c-banner-section {
    padding: 100px 0px;
  }
  .c-banner-hero-caption h1 {
    font-size: 45px;
    line-height: 68px;
  }
  .c-banner-desc h2 {
    font-size: 20px;
    line-height: 36px;
  }
}

@media (min-width: 1300px) {
  /* .c-btn {
    font-size: 19px;
  } */
}
@media (min-width: 1600px) {
  .c-banner-section {
    padding: 100px 0px 200px;
  }
}
/* === Banner Section end  === */

/* === Dba Section start === */
.c-section {
  padding: 30px 0px;
}

.c-section-dba {
  background-color: var(--light-grey3);
}

.c-sec-left-small-title {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  font-family: var(--secondary-font);
  color: var(--black1);
  text-align: left;
}
.c-sec-left-small-title-line {
  display: inline-block;
  width: 88px;
  height: 4px;
  border-radius: 4px;
  background-color: var(--secondary-color);
  margin-bottom: 8px;
  margin-left: 8px;
}
.text-highlight {
  color: var(--secondary-color) !important;
}

.c-sec-left-lg-title-wrap {
  margin-top: 10px;
}

.c-sec-left-lg-title {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 600;
  font-family: var(--primary-font);
  color: var(--black1);
  text-align: left;
}

.c-sec-left-desc-wrap {
  margin-top: 20px;
  margin-bottom: 30px;
}

.c-sec-left-desc {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  font-family: var(--primary-font);
  color: var(--black1);
  text-align: left;
}
.c-sec-right-card {
  background-color: var(--white);
  border-radius: 8px;
  padding: 32px;
  width: 100%;
  position: relative;
}
.c-absolute-tint-circle {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 84, 62, 0.26);
}
.c-absolute-solid-circle {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--secondary-color);
}
.c-absolute-solid-circle svg {
  width: 30px;
  height: 30px;
}
.c-absolute-circle {
  position: absolute;
  left: 32px;
  top: -36px;
}
.c-sec-right-card-wrap {
  margin-top: 32px;
}
.c-sec-right-card-wrap .c-card-title-wrap {
  margin: 16px 0px 0px;
}
.c-card-title {
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
  font-family: var(--primary-font);
  color: var(--black1);
  text-align: left;
}
.c-card-desc-wrap {
  margin: 0px 0px 16px;
}
.c-card-desc-wrap ul li {
  list-style: disc;
  list-style-position: inside;
}
.c-card-desc-wrap ul li {
  min-width: 300px;
  margin-bottom: 4px !important;
  font-size: 14px;
}
.c-card-desc-wrap ul li:last-child {
  margin-bottom: 0px;
}
.c-card-desc-wrap ul li:nth-child(2) {
  margin: 0px;
}
.c-card-desc-wrap ul li:nth-child(4) {
  margin: 0;
}
.c-card-desc {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  font-family: var(--primary-font);
  color: var(--black1);
  text-align: left;
}

.c-btn.c-card-solid-btn {
  /* width: 172px; */
  width: 200px;
  height: 48px;
  font-size: 14px;
  border: 2px solid var(--secondary-color);
  color: var(--black2);
  transition: 0.2s;
}

.c-btn.c-card-solid-btn:hover {
  background-color: var(--orange1-color);
  border-color: var(--orange1-color);
  color: var(--white);
}
.c-btn.c-card-solid-btn:hover .btn-arrow-icon svg path {
  fill: var(--white);
}

.expand-list-item-toggle-btn {
  margin-bottom: 20px;
}

.dba-solution-card {
  margin-bottom: 34px;
}

.dba-mb-space-1 {
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .c-sec-left-small-title {
    font-size: 20px;
  }
  .expand-list-item-toggle-btn {
    margin-bottom: 0px;
  }
  .c-section {
    padding: 60px 0px;
  }
  .dba-mb-space-0,
  .dba-mb-space-1 {
    margin-bottom: 0px;
  }
}

@media (min-width: 992px) {
  .c-sec-left-desc-wrap {
    margin-bottom: 0;
  }
}
@media (min-width: 1300px) {
  .c-sec-left-lg-title {
    font-size: 40px;
    line-height: 52px;
  }
  .c-sec-left-small-title {
    font-size: 22px;
  }
  .c-sec-left-desc {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
  }
  .c-sec-left-lg-title {
    font-size: 36px;
  }
}
/* === Dba Section end === */

/* === c-sec-without-banner and With Banner start === */
.c-sec-without-banner {
  background-color: var(--primary-color);
}
.c-sec-with-banner {
  height: auto;
  width: 100%;
  position: relative;
}
.c-sec-with-banner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  background: linear-gradient(
    to right,
    rgba(12, 46, 87, 0.7) 0%,
    rgba(18, 32, 49, 0.98) 100%
  );
  top: 0;
  left: 0;
}
.c-sec-cta-content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  text-align: center;
  position: relative;
}
.c-sec-cta-title {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 600;
  font-family: var(--primary-font);
  color: var(--white);
  margin-bottom: 26px;
}
.c-btn-cta-btn {
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  color: var(--white);
  width: 305px;
  margin: auto;
}
.c-btn-cta-btn:hover {
  color: var(--white);
}

.c-sec-cta-subtitle {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  font-family: var(--primary-font);
  color: var(--white);
  margin-bottom: 26px;
}

@media (min-width: 1300px) {
  .c-sec-cta-title {
    font-size: 38px;
  }
}
@media (min-width: 1600px) {
  .px-top-title {
    width: 76% !important;
    padding: 0 68px;
    margin: auto;
  }
}
/* === c-sec-without-banner and With Banner end === */

/* === Explore Our Solution start === */
.c-section-explore {
  background-color: var(--light-grey2);
}
.c-sec-top-title-wrap {
  margin-bottom: 32px;
}

.c-sec-top-title {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 600;
  font-family: var(--primary-font);
  color: var(--black1);
  margin-bottom: 18px;
}
.c-sec-top-subtitle {
  /* font-size: 24px; */
  font-size: 1.125rem;
  /* line-height: 36px; */
  line-height: 1.5;
  font-weight: 400;
  font-family: var(--primary-font);
  color: var(--black1);
  margin: 0;
}

.c-hz-slider {
  position: relative;
}

.c-hz-slider-explore-solution-wrap {
  margin-top: 20px;
}

/* Horizontal slider start */
.c-hz-slider .swiper {
  width: 100%;
  height: 100%;
  /* overflow: visible; */
}
.c-hz-slider .swiper-wrapper {
  width: 100%;
  height: 100%;
  /* overflow: hidden; */
}
.c-hz-slider .swiper-slide {
  display: flex;
}
.c-hz-slider .c-swiper-pagination {
  bottom: -35px;
}

.c-hz-slider-card {
  background-color: var(--white);
  border: 1px solid var(--black1);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  padding: 34px;
}
.c-card-icon-wrap {
  width: 55px;
  display: block;
  margin: 6px 0px 13px;
}
.c-card-icon-wrap img {
  width: 100%;
  height: 100%;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
  display: none;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: -27px;
  right: auto;
  opacity: 1;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: -27px;
  left: auto;
  opacity: 1;
}

.c-hz-slider-explore-solution-wrap .swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 4px;
  background-color: var(--black1);
}
.c-hz-slider-explore-solution-wrap .swiper-pagination-bullet {
  background-color: var(--black1);
  opacity: 1;
}
.c-hz-slider-explore-solution-wrap
  .swiper-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0px 3px;
}
.c-hz-slider-explore-solution-wrap {
  margin-bottom: 80px;
}
/* Horizontal slider end */

.c-sec-small-card {
  background-color: var(--white);
  border-radius: 8px;
  padding: 16px;
  width: 100%;
  position: relative;
}

.c-sec-small-card-icon {
  width: 40px;
  display: inline-block;
}
.c-sec-small-card-title {
  font-size: 16px;
  font-family: var(--primary-font);
  color: var(--black1);
  line-height: 1.2;
  font-weight: 600;
}
.c-small-arrow-btn svg {
  width: 24px;
  height: 24px;
}
@media (max-width: 767px) {
  .c-section-explore .c-hz-slider .c-swiper-pagination {
    bottom: -32px;
  }
  .c-hz-slider .c-swiper-pagination {
    bottom: -20px;
  }
}
@media (min-width: 768px) {
  .c-sec-small-card-icon {
    width: 55px;
  }
  .c-sec-small-card-title {
    font-size: 16px;
  }
}

@media (max-width: 1299px) {
  .swiper-button-next.c-swiper-btn-next-wrap,
  .swiper-button-prev.c-swiper-btn-prev-wrap {
    display: none !important;
  }
}

@media (min-width: 1300px) {
  .c-sec-small-card-title {
    font-size: 18px;
  }
  .c-sec-top-title-wrap {
    margin-bottom: 52px;
  }
  .c-sec-top-title {
    font-size: 38px;
    line-height: 1.5;
  }
  .c-small-arrow-btn svg {
    width: 28px;
    height: 28px;
  }
}
/* @media(min-width:1900px){
  .c-sec-top-title {
    font-size: 45px;
    line-height: 68px;
  }
} */
/* === Explore Our Solution end === */

/* === c-tech-stack-sec start === */

.c-tech-stack-sec {
  background-color: var(--light-grey3);
  padding: 60px 0px;
}

.border-blue {
  border: 1px solid var(--blue1);
}

.c-stack-small-card-icon {
  width: 40px;
  display: inline-block;
}
.c-stack-small-card-title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  font-family: var(--secondary-font);
  color: var(--black1);
}

.c-stack-toggle-btn {
  margin: auto;
  width: 100%;
  border: 2px solid var(--black1);
  color: var(--black1);
}
.stackItem:nth-child(n + 9) {
  display: none;
}
.c-hz-slider .swiper-button-next,
.c-hz-slider .swiper-button-prev {
  display: none;
}

@media (min-width: 768px) {
  .c-stack-toggle-btn {
    width: 370px;
  }
  .c-stack-small-card-icon {
    width: 55px;
  }
}
@media (min-width: 992px) {
  .c-hz-slider .swiper-button-next,
  .c-hz-slider .swiper-button-prev {
    display: flex;
  }
  .c-stack-small-card-title {
    font-size: 22px;
    line-height: 27px;
  }
}

/* === c-tech-stack-sec  end === */

/* === c-section-managed-team start === */

.c-section-managed-team {
  height: auto;
  width: 100%;
  position: relative;
}

.c-section-managed-team::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  background: linear-gradient(
    to right,
    rgba(18, 32, 49, 1) 0%,
    rgba(55, 99, 151, 0.1) 100%
  );
  top: 0;
  left: 0;
}
.c-card {
  background-color: var(--white);
  border-radius: 8px;
  padding: 32px;
  width: 100%;
  position: relative;
}
.c-card-solidbtn {
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  color: var(--white);
  margin: auto;
  width: 100%;
}

.c-card-solidbtn:hover {
  color: var(--white);
}

.c-card-icon {
  width: 70px;
}
.c-card-icon img {
  width: 100%;
  height: 100%;
}
.c-card-btn-wrap {
  width: 100%;
  margin-top: 16px;
}

.c-card-title {
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
  font-family: var(--primary-font);
  color: var(--black1);
}
.c-card-title-desc {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  font-family: var(--primary-font);
  color: var(--black1);
}

/* === c-section-managed-team end === */

/* == Form section start */
.c-form-section {
  background-color: var(--white);
}

.c-sec-left-sm-title {
  text-align: left;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  font-family: var(--primary-font);
  color: var(--black1);
  margin-bottom: 18px;
}
.c-sm-title-bottom-space {
  margin-bottom: 20px;
}
.c-right-image-wrap {
  min-height: 300px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.c-right-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-form-section .c-right-image-wrap {
  margin-top: 24px;
}
/* == form start ==*/
.c-form .form-control {
  height: 52px;
  border: 1px solid var(--primary-color);
  font-family: var(--primary-font);
  font-size: 15px;
  font-weight: 500;
  border-radius: 6px;
}
.c-form .form-control::placeholder {
  color: var(--black1);
  font-weight: 500;
}
.c-form .form-control:focus {
  box-shadow: none;
  outline: none;
}
.c-form .form-control.form-textarea {
  height: 119px;
  resize: none;
}

.c-form-submit-btn {
  border: 1px solid var(--secondary-color);
  background-color: var(--secondary-color);
  color: var(--white);
  width: 214px;
  font-family: var(--secondary-font);
  font-size: 15px;
  line-height: 100%;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  justify-content: center;
}
.c-form-wrap {
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .c-sec-left-sm-title {
    margin-bottom: 24px;
  }
  .c-form-section .c-right-image-wrap {
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  .c-form-wrap {
    margin-bottom: 0px;
  }
}

@media (min-width: 1300px) {
  .c-sec-left-sm-title {
    font-size: 24px;
  }
}

/* == form end ==*/
/* == Form section end */

/* === Faq Section start === */
.c-section-faq {
  background-color: var(--light-grey2);
}

.faq-content-wrap {
  padding: 32px 0px 0px;
  background: rgba(255, 255, 255, 0.79);
  border-radius: 10px;
}
.faq-title-wrap .section-title::before {
  content: "";
  display: none;
}

.faq-title-wrap .section-title {
  border-left: 0px;
}

.faq-content-wrap .accordion-button,
.faq-content-wrap .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: var(--black1);
  font-weight: 600;
}

.faq-content-wrap .accordion-button:focus {
  box-shadow: none;
  outline: none;
}

.faq-content-wrap .accordion-body p {
  color: var(--black1);
  font-weight: 400;
}
.faq-content-wrap .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23131a2f' stroke-linecap='round' stroke-width='2' d='M18 12H6'/%3E%3C/svg%3E");
}
.faq-content-wrap .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23131a2f' stroke-linecap='round' stroke-width='2' d='M12 6v12m6-6H6'/%3E%3C/svg%3E");
}
@media (min-width: 992px) {
  .faq-section {
    padding: 50px 0;
  }
  .faq-content-wrap {
    padding: 50px 0px 50px;
  }
}
@media (max-width: 1299px) {
  .c-section.c-section-faq {
    padding-top: 30px;
  }
}
@media (min-width: 1300px) {
  .c-section.c-section-faq {
    padding-top: 52px;
  }
}
/* === Faq Section end === */

/* === Partners list section start === */
.expnadListItem:nth-child(n + 9) {
  display: none;
}
.c-partners-list-item {
  width: 100%;
  border: 1px solid #333333;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  overflow: hidden;
}
.c-partners-list-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.expand-list-item-toggle-btn {
  width: 100%;
  border: 2px solid var(--black1);
  color: var(--black1);
}

@media (min-width: 768px) and (max-width: 992px) {
  .parterns-list-sec .c-sec-left-sm-title {
    font-size: 20px;
    line-height: 1.2;
  }
}

@media (min-width: 1500px) {
  .expand-list-item-toggle-btn {
    width: 418px;
  }
}

@media (max-width: 991px) {
  .mega-sub-menu-list {
    display: none;
    padding-bottom: 16px;
    /* min-height: 180px; */
    transition: height 0.3s ease;
    /* overflow-y: scroll; */
  }
  .site-header #navbar > ul > li .sub-menu .mega-sub-menu-list li {
    border-bottom: 0;
  }
  .mega-sub-menu {
    position: relative;
  }
  .mega-sub-menu:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f078";
    font-size: 11px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .mega-sub-menu::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f077";
    font-size: 11px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
  }
  .mega-sub-menu.mega-sub-menu-list-active::after {
    display: block;
  }
  .mega-sub-menu.mega-sub-menu-list-active::before {
    display: none;
  }
  .site-header #navbar > ul > li a {
    display: block;
    font-size: 16px;
  }
  a.mega-sub-menu span {
    font-size: 15px;
  }
  .mega-sub-menu.mega-sub-menu-list-active span {
    color: #ff543e;
  }
  .mega-sub-menu-list li a {
    font-size: 13px !important;
  }

  .mega-sub-menu-list li a:hover {
    padding-left: 35px !important;
    display: inline-block;
  }
}

/* === Partners list section end === */

/* ===============================
 === Index Page style end === 
=============================== */

/* ===============================
 === About Page Start === 
=============================== */

/* == About Info start == */
.tab-title {
  text-align: left;
  font-size: 24px;
  line-height: 1.2;
  color: var(--black1);
  font-weight: 500;
  font-family: var(--primary-font);
  color: var(--black1);
  text-align: left;
}

.c-tab .nav-item {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  display: block;
  padding: 1rem 0;
  border-bottom: 1px solid #ebebeb;
  text-transform: uppercase;
}

.c-tab .nav-pills .nav-link.active,
.c-tab .nav-pills .show > .nav-link {
  background-color: transparent;
  color: var(--primary-color);
}
.c-tab .nav-item .nav-link {
  color: var(--black1);
  padding-left: 0px;
  padding-right: 0px;
}
.c-tab .nav-item .nav-link.active::before {
  width: 47px;
}

.c-tab .nav-item .nav-link::before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  height: 3px;
  border-radius: 4px;
  width: 0;
  background: var(--primary-color);
  transition: all 0.3s ease;
}

.c-tab .nav-item .nav-link:hover:not(.active)::before {
  width: 100%;
}

.text-justify {
  text-align: justify;
}

.c-sec-left-banner {
  width: 100%;
  margin: 1.5rem 0px;
  border-radius: 8px;
  overflow: hidden;
}
.c-sec-left-banner img {
  width: 100%;
  height: 100%;
}

.tab-cta-wrap {
  margin: 2rem 0px;
}

.tab-cta-wrap .c-btn-cta-btn {
  margin: 1.2rem 0px;
}
.c-tab .nav-item {
  margin-right: 1rem;
}
@media (min-width: 992px) {
  .tab-cta-wrap {
    margin: 2rem 0px;
  }
  .tab-cta-wrap .c-btn-cta-btn {
    margin: 0px;
  }
  .c-tab-content-wrap {
    padding-right: 60px;
  }
  .c-tab .nav-item {
    margin-right: 0px;
  }
}

/* == About Info end == */

/* == About details start == */
.c-small-banner-about {
  width: 100%;
  height: auto;
  padding: 38px 0px;
  position: relative;
}
.c-small-banner-about::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.57);
}

.c-small-banner-caption {
  position: relative;
}

.c-inner-banner-content-wrap {
  display: flex;
  flex-wrap: wrap;
}
.c-small-banner-caption-text {
  font-size: 18px;
  line-height: 1.5;
}

.c-breadcrumb .breadcrumb-item {
  font-size: 14px;
}

.c-small-banner-caption {
  margin: 8px 16px 8px 0px;
}

.c-small-banner-caption-text {
  text-align: left;
  /* font-size: 25px; */
  /* line-height: 100%; */
  font-weight: 500;
  font-family: var(--primary-font);
  color: var(--white);
  margin: 0;
}

.c-breadcrumb {
  position: relative;
  margin: 8px 0px;
}
.c-breadcrumb .breadcrumb {
  margin-bottom: 0px;
}
.c-breadcrumb .breadcrumb-item {
  text-align: right;
  /* font-size: 16px; */
  /* line-height: 100%; */
  font-weight: 500;
  font-family: var(--primary-font);
  color: var(--white);
}

.c-breadcrumb .breadcrumb-item.active {
  color: var(--white);
  font-weight: 600;
}
.c-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: var(--white);
}
.c-section-about {
  background-color: var(--light-grey3);
}

.c-sec-right-image-gallery-singleimg {
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
}
.c-sec-right-image-gallery-singleimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.c-sec-right-image-gallery-multiimg1 {
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
}
.c-sec-right-image-gallery-multiimg1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.c-sec-right-image-gallery-multiimg2 {
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
}
.c-sec-right-image-gallery-multiimg2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

@media (min-width: 992px) {
  .c-small-banner-caption-text {
    font-size: 22px;
  }

  .c-breadcrumb .breadcrumb-item {
    font-size: 16px;
  }
  .c-breadcrumb {
    margin: 16px 0px;
  }
  .c-small-banner-caption {
    margin: 16px 16px 16px 0px;
  }
  .c-section-about .c-scroll {
    overflow-x: hidden;
  }
}

/* == About details end == */

/* == What we provide start  */
.c-section-about-tech-slider {
  background: var(--white);
}
/* == What we provide  end */

/* == Why choose us section start */
.c-section-why-choose-us {
  background-color: var(--primary-color);
  position: relative;
  overflow: hidden;
  padding: 0px 0px 32px 0px;
}
.c-left-col-space {
  padding: 60px 0px;
}
.faq-content-wrap-about {
  border-radius: 0px;
  position: relative;
  background-color: var(--light-grey3);
  padding: 0px;
}
.faq-content-wrap-about::before {
  content: "";
  width: 1000%;
  height: 100%;
  background-color: var(--light-grey3);
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1000%;
  display: none;
}
.faq-content-wrap-about .accordion {
  padding: 30px;
  background-color: var(--white);
  border-radius: 20px;
}
.text-color-dark {
  color: var(--black1) !important;
}
.c-section-why-choose-us .c-left-col-space {
  padding: 32px;
}
@media (max-width: 767px) {
  .faq-content-wrap-about {
    border-radius: 10px;
  }
}
@media (min-width: 992px) {
  .faq-content-wrap-about::before {
    content: "";
    display: block;
  }
  .faq-content-wrap-about {
    padding: 60px 0px 60px 60px;
  }
  .c-section-why-choose-us .c-left-col-space {
    padding-left: 0px;
    padding-right: 0px;
  }
  .c-section-why-choose-us {
    padding: 0px;
  }
  .c-section-why-choose-us .c-left-col-space {
    padding: 60px 0px;
  }
}

@media (min-width: 1300px) {
}
/* == Why choose us section  end */

/* ===============================
 === About Page end === 
=============================== */

/* ===============================
 === Conatct Page start === 
=============================== */
.c-small-banner-contact {
  width: 100%;
  height: auto;
  padding: 66px 0px;
  position: relative;
}
.c-small-banner-contact::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: linear-gradient(
    to right,
    rgba(18, 32, 49, 1) 0%,
    rgba(18, 32, 49, 0.2) 37%,
    rgba(18, 32, 49, 1) 100%
  );
}
.c-contact-card {
  background-color: var(--white);
  border-radius: 12px;
  padding: 18px 16px;
}
.c-section-contact {
  background-color: var(--light-grey3);
}
.c-contact-card-image-content {
  position: relative;
}
.c-contact-card-image-box {
  padding: 16px;
  min-height: 500px;
  border-radius: 10px;
  background-position: top center !important;
  position: relative;
  overflow: hidden;
}
.c-contact-card-image-box::before {
  content: "";
  background: linear-gradient(
    to bottom,
    rgba(27, 33, 67, 0) 0%,
    rgba(27, 33, 67, 0.99) 100%
  );
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.c-contact-card-image-box a {
  color: var(--white);
}

.c-map {
  margin: 60px auto 0px;
}
.c-map-box {
  border-radius: 14px;
  overflow: hidden;
  width: 100%;
}

.c-contact-title {
  font-size: 24px;
  line-height: 100%;
  font-weight: 500;
  font-family: var(--primary-font);
  color: var(--white);
}

.c-contact-desc {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  font-family: var(--primary-font);
  color: var(--white);
  margin-bottom: 24px;
}

.c-contact-content-box {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.c-contact-icon-box {
  width: 34px;
  height: 34px;
  background-color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--white);
  border-radius: 50%;
}

.c-contact-text-box {
  margin-left: 9px;
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
  font-family: var(--primary-font);
  color: var(--white);
  text-align: left;
}

.c-contact-text-box p {
  color: var(--white);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  font-family: var(--primary-font);
  color: var(--white);
}
@media (min-width: 992px) {
  .c-contact-card {
    padding: 32px;
  }
  .c-contact-card-image-box {
    padding: 32px;
  }
  .c-contact-text-box {
    margin-left: 16px;
  }
  .c-contact-icon-box {
    width: 40px;
    height: 40px;
  }
}
/* ===============================
 === Conatct Page end === 
=============================== */

/* ===============================
 === Our Team start === 
=============================== */

.c-section-team {
  background-color: var(--white);
}

.c-section-cta-about {
  background-color: var(--light-grey3);
}

.c-card-team {
  position: relative;
  background-color: var(--light-grey2);
  border-radius: 10px;
  text-align: center;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.c-card-team .team-img {
  border-radius: 10px 10px 0 0;
}
.c-card-team .team-img img {
  width: 100%;
  height: 100%;
}
.c-card-team .team-img {
  position: relative;
  overflow: hidden;
}

.team-title {
  font-size: 24px;
  font-family: var(--primary-font);
  color: var(--black1);
  line-height: 1.417;
  font-weight: 700;
}
.team-subtitle {
  font-family: var(--primary-font);
  font-size: 14px;
  display: block;
  transition: 0.4s ease-in-out;
  color: var(--black1);
}
.team-content {
  padding: 0.8rem;
}

/* Team card start */
.team-area {
  position: relative;
  overflow: hidden;
}

.team-item {
  border-radius: 15px;
  margin-bottom: 60px;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  position: relative;
  transition: all 0.5s ease-in-out;
  width: 100%;
}

.team-item img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

/* .team-item:hover {
  transform: translateY(-10px);
} */

.team-content {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: -40px;
  background-image: linear-gradient(90deg, #00346c 0, #0c2e57 51%, #00346c);
  text-align: center;
  padding: 5px 10px 5px 20px;
  backdrop-filter: blur(12px);
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.team-bio {
  padding-top: 15px;
  padding-bottom: 10px;
}

.team-bio h5 {
  font-size: 22px;
  margin-bottom: 5px;
}

.team-bio h5 a {
  color: var(--white);
}

.team-bio span {
  text-transform: uppercase;
  font-size: 13px;
  color: var(--white);
  font-weight: 500;
}

.team-social {
  position: absolute;
  margin-bottom: 10px;
  text-align: center;
  top: 15px;
  right: -15px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.team-item:hover .team-social {
  opacity: 1;
  right: 15px;
}

.team-social a {
  display: block;
  color: var(--white);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  margin-top: 8px;
  background-image: linear-gradient(90deg, #00346c 0, #0c2e57 51%, #00346c);
}

.team-social a:hover {
  background: var(--white);
  color: var(--primary-color);
}

/* Team card end */

/* ===============================
 === Our Team end === 
=============================== */

/* ===============================
 === Hotel booking engine start === 
=============================== */

.c-right-image-box-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.c-right-image-box-wrap img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.c-section-info {
  background-color: var(--light-grey3);
}

/* Inventory management start */

.c-inventory-content-box-icon {
  width: 70px;
}
.c-inventory-content-box-icon img {
  max-width: 60px;
}

.c-inventory-content-box-content-title {
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 500;
  font-family: var(--primary-font);
  color: var(--black1);
  margin-bottom: 0.5rem;
}

.c-inventory-content-box-content-desc {
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 400;
  font-family: var(--primary-font);
  color: var(--black1);
}
.c-inventory-content-box {
  margin-bottom: 1.5rem;
}
.c-inventory-content-box:last-child {
  margin-bottom: 0px;
}
.c-inventory-content-image-box {
  width: 300px;
  margin: auto;
}

@media (min-width: 768px) {
  .c-inventory-content-image-box {
    width: 400px;
    margin: auto;
  }
  .c-inventory-content-box-icon {
    width: 95px;
  }
  .c-inventory-content-box:nth-child(3) {
    margin-bottom: 0px;
  }
  .c-inventory-content-box:nth-child(4) {
    margin-bottom: 0px;
  }
  .c-inventory-content-box {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .c-inventory-content-box-icon {
    width: 100px;
  }
  .c-inventory-content-image-box {
    width: 100%;
    margin: auto;
  }
  .c-inventory-content-box {
    width: 100%;
  }
  .c-inventory-content-box:nth-child(3) {
    margin-bottom: 1.5rem;
  }
  .c-inventory-content-box:nth-child(4) {
    margin-bottom: 1.5rem;
  }
  .c-inventory-content-box-content-title {
    font-size: 1.25rem;
  }
  .c-inventory-content-box-content-desc {
    font-size: 1rem;
  }
}
/* Inventory management end */

/* HZ cta start */

.c-section-hz-cta {
  background-color: var(--primary-color);
}
.c-section-hz-cta-content-wrap {
  padding-left: 18px;
  text-align: center;
  justify-content: center !important;
}
.c-hz-cta-text {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  font-family: var(--primary-font);
  color: var(--white);
  margin-bottom: 1rem;
}

.c-btn.c-card-border-white-btn {
  width: 230px;
  height: 48px;
  font-size: 15px;
  border: 2px solid var(--white);
  color: var(--white);
}

@media (min-width: 992px) {
  .c-hz-cta-text {
    font-size: 1rem;
    margin-bottom: 0px;
  }
  .c-section-hz-cta-content-wrap {
    padding-left: 0px;
    text-align: left;
    justify-content: space-between !important;
  }
}

@media (min-width: 1300px) {
  .c-hz-cta-text {
    font-size: 1.25rem;
  }
}

/* HZ cta end */

/* Booking Engine Feature start*/
.c-section-booking-engine-feature {
  background-color: var(--light-grey3);
}
.c-card-small-title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  font-family: var(--primary-font);
  color: var(--black1);
  margin-bottom: 2px;
}
.c-card-ul-list {
  display: flex;
  flex-direction: column;
}
.c-card-ul-list li {
  margin: 2px 0px 0px;
  display: flex;
  align-items: center;
}
.c-card-list-box {
  width: 8px;
  height: 8px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background-color: var(--blue1);
}
.c-card-list-test {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  font-family: var(--primary-font);
  color: var(--black1);
}

.c-card-booking-eng-feature {
  padding: 1rem;
  height: 100%;
}

.bg-overlay-bluegradient {
  position: relative;
}

.bg-overlay-bluegradient::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(
    to right,
    rgba(12, 46, 87, 0.87) 0%,
    rgba(12, 46, 87, 0.96) 100%
  );
}

.c-sec-left-btn-wrap {
  margin: 20px auto 0px;
}

.btn-fixed-width {
  width: 234px;
}

.c-travel-key-feature-card-text {
  font-size: 12px;
  line-height: 100%;
  font-weight: 500;
  font-family: var(--primary-font);
  color: var(--black1);
}
.c-travel-key-feature-card {
  padding: 16px;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.c-card-smaill-icon-box {
  width: 50px;
}
.c-card-small-content-wrap {
  padding-right: 1rem;
  width: 100%;
}
@media (min-width: 414px) {
  .c-travel-key-feature-card-text {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .c-travel-key-feature-card-text {
    font-size: 1rem;
  }
  .c-sec-left-btn-wrap {
    margin: 38px auto;
  }
  .c-card-smaill-icon-box {
    width: 80px;
    padding-left: 10px;
  }
  .c-card-small-content-wrap {
    padding-right: 0px;
  }
}

/* ==  Travel Key feature style smooth without stoping slide transition start == */
.c-hz-slider-travel-key-feature .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
/* Make sure the swiper container is set up to display the cursor */
.c-hz-slider-travel-key-feature {
  pointer-events: none !important;
}

/* ==  Travel Key feature style smooth without stoping slide transition end == */

/* Booking Engine Feature end*/

/* ===============================
 === Hotel booking engine end === 
=============================== */
/* ===============================
 === Flight booking engine start === 
=============================== */

.bg-overlay-bluegradient2::before {
  content: "";
  background: linear-gradient(
    to right,
    rgba(18, 32, 49, 0.75) 0%,
    rgba(18, 32, 49, 100) 100%
  );
}

/* ===============================
 === Hotel booking engine end === 
=============================== */

.bg-overlay-darkgradient::before {
  content: "";
  background: linear-gradient(
    to right,
    rgba(18, 32, 49, 0.7) 0%,
    rgba(18, 32, 49, 0.77) 100%
  );
}

/* ===============================
 === Cruise booking engine end === 
=============================== */

/* ===============================
 === Cruise booking engine end === 
=============================== */

/* ===============================
 === Car booking engine end === 
=============================== */

/* ===============================
 === Car booking engine end === 
=============================== */

/* ===============================
 === Amtrak booking engine end === 
=============================== */

/* ===============================
 === Amtrak booking engine end === 
=============================== */

/* ===============================
 === Sightseeing booking engine end === 
=============================== */

.bg-overlay-darkgradient1::before {
  content: "";
  background: linear-gradient(
    to right,
    rgba(12, 46, 87, 0.7) 0%,
    rgba(12, 46, 87, 0.32) 100%
  );
}
.c-inventory-sight-seeing-booking-engine
  .c-inventory-content-box-icon.cstm-pkg-icon {
  width: 100px;
}
.c-inventory-sight-seeing-booking-engine .c-inventory-content-box-icon {
  width: 130px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.c-inventory-sight-seeing-booking-engine .c-inventory-content-box-content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .c-inventory-sight-seeing-booking-engine .c-inventory-content-box-icon {
    width: 160px;
  }
  .c-inventory-sight-seeing-booking-engine
    .c-inventory-content-box-icon.cstm-pkg-icon {
    width: 120px;
  }
}
/* ===============================
 === Sightseeing booking engine end === 
=============================== */

/* ===============================
 === Web design & development booking engine end === 
=============================== */

.c-small-banner-web {
  width: 100%;
  height: auto;
  padding: 38px 0px;
  position: relative;
}

.c-small-banner-web::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: linear-gradient(
    to right,
    rgba(18, 32, 49, 1) 0%,
    rgba(18, 32, 49, 0.2) 37%,
    rgba(18, 32, 49, 1) 100%
  );
}

.c-section-web-solution {
  background-color: var(--light-grey3);
}

.c-box-card {
  background-color: var(--white);
  border: 1px solid var(--black1);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  padding: 34px;
  position: relative;
  width: 100%;
}

.c-section-software-development {
  background-color: var(--white);
}

.step-arrow-icon {
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-dev-steps-list li:not(:last-child) {
  margin-bottom: 48px;
}

.c-sec-top-title-wrap-sb {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .c-dev-steps-list li {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .c-dev-steps-list li {
    width: 50%;
  }
  .c-dev-steps-list li:first-child {
    padding-right: 8px;
  }
  .c-dev-steps-list li:nth-child(3) {
    padding-left: 8px;
  }
  .c-dev-steps-list li:not(:last-child) {
    margin-bottom: 54px;
  }
}

@media (min-width: 992px) {
  .c-dev-steps-list li:not(:last-child) {
    margin-bottom: 0px;
  }
  .c-dev-steps-list li:nth-child(2) {
    margin: 0px 16px;
  }
  .c-dev-steps-list li:nth-child(4) {
    margin: 0px 16px;
  }
}

@media (min-width: 1300px) {
  .c-sec-top-title-wrap-sb {
    margin-bottom: 80px;
  }
}

/* ===============================
 === Web design & development booking engine end === 
=============================== */

/* ===============================
 === App design & development booking engine end === 
=============================== */

.bg-gradient-darkblue3::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: linear-gradient(
    to right,
    rgba(18, 32, 49, 0.9) 0%,
    rgba(18, 32, 49, 0.7) 100%
  );
}

/* ===============================
 === App design & development booking engine end === 
=============================== */

/* ===============================
 === Flight API start  === 
=============================== */

.bg-light-grey3 {
  background-color: var(--light-grey3);
}

.c-border-bottom-gradient {
  position: relative;
  border-bottom: 3px solid transparent;
}

.bg-gradient-darkblue4::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: linear-gradient(
    to right,
    rgba(18, 32, 49, 0) 0%,
    rgba(18, 32, 49, 0.9) 80%,
    rgba(18, 32, 49, 1) 100%
  );
}

.c-border-bottom-gradient::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(
    to right,
    #03a9f4 0%,
    #ff543e 25%,
    #db7a47 50%,
    #03a9f4 100%
  );
}

/* Core element api list start */
.c-core-element-wrap-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 16px;
}

.c-core-element-wrap-item {
  width: 47%;
  padding: 6px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  border: 1px solid #ddd;
  margin-bottom: 16px;
  border-radius: 6px;
}

.c-core-element-wrap-border-bottom {
  position: relative;
}

.c-small-card-title {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
  font-family: var(--primary-font);
  color: var(--black1);
  margin: 0;
}

.c-core-element-wrap-item-image-box img {
  width: 120px;
}

.c-btn-bordered {
  width: 306px;
  border: 2px solid var(--black1);
  color: var(--black1);
}
.c-btn-bordered svg {
  fill: var(--black1);
}
.c-btn-bordered:hover svg {
  fill: var(--white);
}

.c-core-element-wrap-content {
  margin: auto;
}

@media (min-width: 768px) {
  .c-core-element-wrap-item-image-box img {
    width: 130px;
  }
  .c-small-card-title {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .c-core-element-wrap-item-image-box img {
    width: 130px;
  }
  .c-core-element-wrap-list {
    column-gap: 0px;
  }
  .c-core-element-wrap-item {
    width: 20%;
    border: none;
    margin-bottom: 30px;
    justify-content: center;
    border-radius: 0px;
  }
  .c-core-element-wrap-border-right {
    border-right: 1px solid var(--light-grey4);
  }
  .c-core-element-wrap__border-right {
    border-right: 1px solid var(--light-grey4);
  }
  .c-core-element-wrap-border-bottom:after {
    content: "";
    position: absolute;
    width: 80%;
    height: 1px;
    background-color: var(--light-grey4);
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media (min-width: 1300px) {
  .c-core-element-wrap-item-image-box img {
    width: 150px;
  }
}

/* Core element api list end */
/* ===============================
 === Flight API end  === 
=============================== */

/* ===============================
 === Hotel API end  === 
=============================== */

.bg-gradient-solidblue::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(18, 46, 87, 0.5) 0%,
    rgba(18, 46, 87, 0) 70%,
    rgba(18, 46, 87, 1) 100%
  );
}

/* ===============================
 === Hotel API end  === 
=============================== */

/* ===============================
 === Car API end  === 
=============================== */

.bg-gradient-darkblue5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(32, 32, 49, 1) 0%,
    rgba(12, 46, 87, 0.6) 100%
  );
}

/* ===============================
 === Car API end  === 
=============================== */

/* ===============================
 === Discuss section start === 
=============================== */

.c-section-discuss {
  background-color: var(--primary-color);
}

.c-section-discuss-content-title {
  font-size: 38px;
  line-height: 100%;
  font-weight: 500;
  font-family: var(--primary-font);
  color: var(--white);
}
.c-section-discuss-image-box {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.c-section-discuss-image-box img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-section-discuss-content-title {
  font-family: var(--primary-font);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--white);
  margin-bottom: 12px;
}

.c-section-discuss-content-list li:not(:last-child) {
  margin-bottom: 12px;
}

.c-section-discuss-content-list-icon {
  width: 20px;
  height: 20px;
  padding: 8px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  font-family: var(--primary-font);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}
.c-section-discuss-content-list-text {
  font-family: var(--primary-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--white);
}

.btn-fixed-width2 {
  width: 334px;
}

@media (min-width: 992px) {
  .c-section-discuss-content-title {
    font-size: 32px;
  }
  .c-section-discuss-content-list-icon {
    width: 24px;
    height: 24px;
    padding: 10px;
    font-size: 15px;
  }
  .c-section-discuss-content-title {
    margin-bottom: 20px;
  }
}
/* ===============================
 === Discuss section end === 
=============================== */

/* ===============================
 === B2b Travel section start === 
=============================== */
.cardStackItem:nth-child(n + 7) {
  display: none;
}
.d-flex-card {
  display: flex;
}
.c-card-stack-toggle-btn {
  margin: auto;
  width: 290px;
  border: 2px solid var(--black1);
  color: var(--black1);
}

.c-section-travel-solution-tab {
  overflow: hidden;
}
.c-right-sec-title {
  font-family: var(--primary-font);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--black1);
  margin-bottom: 4px;
}
.c-right-sec-sm-title {
  font-family: var(--primary-font);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--black1);
}

.c-absolute-line {
  position: absolute;
  left: 32px;
  top: -4px;
}
.c-absolute-line-inner {
  width: 86px;
  height: 6px;
  display: block;
  border-radius: 6px;
  background: linear-gradient(
    to right,
    rgba(3, 169, 244, 1) 0%,
    rgba(255, 84, 62, 1) 50%,
    rgba(219, 122, 71, 1) 75%,
    rgba(3, 169, 244, 1) 100%
  );
}

.c-section-travel-solution-tab .c-sec-top-title-wrap {
  margin-bottom: 0px;
}

/* Travel solution tab wrap start */

.c-tab-content-wrap-travel-solution-tab {
  position: relative;
  padding: 0px 0px 30px;
}
.c-tab-content-wrap-travel-solution-tab .tab-content {
  padding: 0px;
}
.c-tab-content-card-wrap {
  padding-top: 24px;
}
.c-tab-content-card-wrap .c-card {
  padding: 24px;
  height: 100%;
}

.c-section-travel-solution-tab .c-tab {
  margin-bottom: 32px;
}

.c-scroll {
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: scroll;
  padding-bottom: 12px;
}

.c-scroll::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.c-scroll::-webkit-scrollbar-thumb {
  background-color: var(--secondary-color);
  border-radius: 10px;
}

.c-scroll::-webkit-scrollbar-track {
  background-color: rgb(255 84 62 / 5%);
  border-radius: 10px;
}

.c-scroll::-webkit-scrollbar-button {
  display: none;
}

.c-scroll::-webkit-scrollbar-corner {
  background-color: transparent;
}

.bg-gradient-darkblue7::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(12, 46, 87, 0) 0%,
    rgba(12, 46, 87, 1) 100%
  );
}

/* Travel solution tab wrap end */

@media (min-width: 768px) {
  .c-section-travel-solution-tab .c-sec-top-title-wrap {
    margin-bottom: 6px;
  }
  .c-right-sec-title {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .c-bg-full-width-right {
    position: relative;
    background-color: var(--light-grey5);
    border-left: 1px solid var(--light-grey6);
    border-top: 1px solid var(--light-grey6);
    border-bottom: 1px solid var(--light-grey6);
  }
  .c-bg-full-width-right::before {
    content: "";
    background-color: var(--light-grey5);
    border-top: 1px solid var(--light-grey6);
    border-bottom: 1px solid var(--light-grey6);
    width: 1000%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1000%;
    z-index: -1;
  }
  .c-tab-travel-sloution ul.nav {
    overflow: visible;
  }
  .c-tab-content-wrap-travel-solution-tab {
    padding: 20px 0px 34px;
  }
  .c-section-travel-solution-tab .c-sec-top-title-wrap {
    margin-bottom: 42px;
  }
  .c-tab-content-wrap-travel-solution-tab .tab-content {
    padding: 0px 0px 0px 24px;
  }
  .c-right-sec-title {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .c-tab-content-wrap-travel-solution-tab .tab-content {
    padding: 0px 0px 0px 32px;
  }
}
@media (min-width: 1300px) {
  .c-section-travel-solution-tab .c-sec-top-title-wrap {
    margin-bottom: 52px;
  }
  .c-tab-content-wrap-travel-solution-tab {
    position: relative;
    padding: 38px 0px 50px;
  }
}

/* ===============================
 === B2b Travel section end === 
=============================== */

/* ===============================
 === Tour Package us section start === 
=============================== */

.bg-gradient-darkblue8::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.57);
}

/* ===============================
 === Tour Package us section end === 
=============================== */

/* ===============================
 === Custom Package Package us section start === 
=============================== */

.c-section-custom-pkg-management {
  background-color: var(--primary-color);
}

.c-card-check-box {
  border: 1px solid var(--white);
  border-radius: 6px;
  height: 56px;
  width: 100%;
  padding: 16px;
  background-color: transparent;
}

.c-pkg-management-title {
  color: var(--white);
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  font-family: var(--primary-font);
  line-height: 1.5;
}
.c-pkg-management-sm-title {
  color: var(--white);
  text-align: center;
  margin-bottom: 32px;
  font-size: 1rem;
  font-weight: 400;
  font-family: var(--primary-font);
}
.c-checkbox-label {
  color: var(--white);
}

.custom-pkg-btn-wrap {
  margin-top: 24px;
}
/* Custom input checkbox start */
.checkbox-container {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 20px;
  cursor: pointer;
}

.checkbox-container input {
  display: none;
}

.custom-checkbox {
  width: 22px;
  height: 22px;
  border: 2px solid var(--white);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--primary-color);
  transition:
    background-color 0.2s,
    border-color 0.2s;
}

.checkbox-container input:checked + .custom-checkbox {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.checkbox-container input:checked + .custom-checkbox::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  background-color: var(--primary-color);
  border-radius: 50%;
  display: block;
}

/* Custom input checkbox end */

/* == Choose solution checkbox style start == */
.c-choose-solution-wrap {
  margin-bottom: 6px;
}
.c-choose-solution-wrap .c-card-check-box {
  border-top: 0px;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
}
.c-choose-solution-wrap .c-card-check-box {
  padding-left: 0px;
  height: auto;
}
.c-choose-solution-wrap .c-checkbox-label {
  color: var(--black1);
  font-size: 14px;
}
.c-choose-solution-wrap .custom-checkbox {
  background-color: var(--white);
  border-color: var(--black1);
  width: 18px;
  height: 18px;
}
.c-choose-solution-wrap
  .checkbox-container
  input:checked
  + .custom-checkbox::after {
  background-color: var(--white);
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
}
/* == Choose solution checkbox style end == */

@media (min-width: 768px) {
  .custom-pkg-btn-wrap {
    margin-top: 32px;
  }
  .c-pkg-management-title {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .c-pkg-management-sm-title {
    margin-bottom: 45px;
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  .c-pkg-management-sm-title {
    font-size: 1.4rem;
  }
}
/* ===============================
 === Custom Package Management section end === 
=============================== */

/* ===============================
 === CRM section end === 
=============================== */
.c-section-crm-feature {
  background-color: var(--light-grey5);
  border-top: 1px solid var(--light-grey6);
  border-bottom: 1px solid var(--light-grey6);
}
/* ===============================
 === CRM section end === 
=============================== */

/* ===============================
 === workflow section start === 
=============================== */

.c-section-workflow {
  background-color: var(--primary-color);
}
.c-tab-content-wrap-workflow-solution-tab {
  position: relative;
  padding: 0px 0px 30px;
}
.c-tab-workflow-sloution .nav-pills .nav-link.active,
.c-tab-workflow-sloution .nav-pills .show > .nav-link {
  color: var(--white);
}
.c-tab-workflow-sloution .nav-item .nav-link {
  color: var(--white);
}
.c-tab .nav-item .nav-link::before {
  content: "";
  background-color: var(--secondary-color);
  bottom: -2px;
}
.workflow-tab-left-content-wrap-title {
  color: var(--white);
}
.workflow-tab-left-content-wrap-sm-title {
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
}
.c-tab-content-wrap-workflow-solution-tab .tab-content {
  padding: 0px;
}

.workflow-tab-right-content-wrap {
  border-radius: 8px;
}
.workflow-tab-right-content-wrap img {
  height: 100%;
  width: 100%;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .c-section-workflow-solution-tab .c-sec-top-title-wrap {
    margin-bottom: 6px;
  }
  .c-right-sec-title {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .c-tab-content-wrap-workflow-solution-tab {
    padding: 20px 0px 34px;
  }
  .c-section-workflow-solution-tab .c-sec-top-title-wrap {
    margin-bottom: 42px;
  }
  .c-tab-content-wrap-workflow-solution-tab .tab-content {
    padding: 0px 0px 0px 24px;
  }
  .c-tab-workflow-sloution ul.nav {
    overflow: visible;
  }
}
@media (min-width: 1024px) {
  .c-tab-content-wrap-workflow-solution-tab .tab-content {
    padding: 0px 0px 0px 32px;
  }
}
@media (min-width: 1300px) {
  .c-section-workflow-solution-tab .c-sec-top-title-wrap {
    margin-bottom: 52px;
  }
  .c-tab-content-wrap-workflow-solution-tab {
    position: relative;
    padding: 38px 0px 50px;
  }
}

/* ===============================
 === workflow section end === 
=============================== */

/* === Footer style start === */

.c-footer {
  background-color: var(--dark-blue-color);
  padding: 51px 0px 20px;
}

.c-footer-title {
  font-size: 16px;
  line-height: 100%;
  font-weight: 600;
  font-family: var(--primary-font);
  color: var(--white);
  margin: 20px 0px;
  position: relative;
}
.c-footer-title::after {
  content: "";
  width: 50px;
  height: 3px;
  border-radius: 3px;
  background-color: var(--white);
  position: absolute;
  top: 20px;
  left: 0px;
}
.c-footer-link-menu-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.c-footer-link-menu-list li a {
  color: var(--white);
  font-family: var(--primary-font);
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
}
.c-footer-company-desc {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  font-family: var(--primary-font);
  color: var(--white);
}
.c-footer-logo-wrap {
  width: 170px;
  display: inline-block;
}
.c-footer-logo-wrap img {
  width: 100%;
  height: 100%;
}
.c-footer-company-desc {
  margin: 20px 0px;
  text-align: left;
}
.c-footer-social-link {
  width: 40px;
  height: 40px;
  background-color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--white);
  border-radius: 50%;
}
.c-footer-social-link-linkedin {
  background-color: #0076b2;
}
.c-footer-social-link-twitter {
  background-color: var(--black);
  margin: 0px 10px;
}
.c-footer-social-link-insta {
  background: linear-gradient(
    to right,
    rgba(84, 89, 203, 1) 0%,
    rgba(169, 49, 191, 1) 41%,
    rgba(248, 80, 78, 1) 73%,
    rgba(255, 197, 81, 1) 100%
  );
}

.c-footer-address {
  margin: 20px 0px;
}
.c-footer-address-text {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  font-family: var(--primary-font);
  color: var(--white);
  text-align: left;
  margin-bottom: 5px;
}

.c-footer-contact-content-box {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.c-footer-contact-icon-box {
  width: 34px;
  height: 34px;
  background-color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--white);
  border-radius: 50%;
}
.c-footer-contact-text-box {
  margin-left: 8px;
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
  font-family: var(--primary-font);
  color: var(--white);
  text-align: left;
}
.c-footer-devider {
  margin: 40px auto 20px;
}
.c-footer-devider-line {
  color: var(--white);
  opacity: 1;
}
.c-footer-bottom {
  width: 100%;
  text-align: center;
}
.c-footer-bottom .c-footer-copyright {
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
  font-family: var(--primary-font);
  color: var(--white);
}
@media (min-width: 768px) {
  .c-footer {
    padding: 81px 0px 20px;
  }
}

@media (min-width: 992px) {
  .c-footer-contact-icon-box {
    width: 40px;
    height: 40px;
  }
}
/* === Footer style end === */

/* === New Style start === */
.navbar-brand-mobactive,
.mobactive {
  display: none;
}
@media (max-width: 991px) {
  .mobactive {
    display: flex;
    padding: 20px;
    flex-direction: column;
  }
  .mobactive .c-footer-contact-icon-box {
    width: 26px;
    height: 26px;
  }
  .mobactive .c-footer-contact-text-box {
    font-size: 12px;
  }
  .navbar-brand-mobactive {
    display: flex;
    position: absolute;
    z-index: 2;
    background-color: #eef6ff;
    width: max-content;
    border-radius: 8px;
    height: 40px;
    color: #fff;
    border: 0;
    outline: none;
    position: absolute;
    left: 8px;
    top: 8px;
    z-index: 1000;
  }
}
@media (max-width: 767px) {
  .tab-how-we-work {
    font-size: 14px;
  }
}

.cookie-list {
  margin: 12px 0;
}
.cookie-list li {
  list-style: disc;
  list-style-position: inside;
  margin-bottom: 10px;
}
.cookie-list li span {
  font-weight: 600;
}
.cookie-list li p {
  margin-left: 22px;
}
ol.cookie-list {
  padding: 0;
}
ol.cookie-list li {
  list-style: auto;
  list-style-position: inside;
  margin-bottom: 10px;
}

.privacy-list {
  list-style: disc;
  list-style-position: inside;
  margin-left: 10px;
}
.privacy-list li {
  margin-bottom: 6px;
}
.privacy-list li:last-child {
  margin-bottom: 0px;
}

.font-weight-medium {
  font-weight: 600;
}
.desc-space-bottom {
  margin-bottom: 12px;
}

/* === New Style end === */

/* === Home Faq tab style start === */
.c-faq-tab-menu-wrap {
  margin-bottom: 32px;
}
.c-faq-tab-menu-wrap.nav-pills .nav-link {
  background-color: var(--white);
  color: var(--black1);
  border-radius: 0px;
}
.c-faq-tab-menu-wrap.nav-pills .nav-item:first-child .nav-link {
  border-radius: 32px 0px 0px 32px;
}
.c-faq-tab-menu-wrap.nav-pills .nav-item:last-child .nav-link {
  border-radius: 0px 32px 32px 0px;
}
.nav-pills .nav-link.active {
  background-color: var(--black1);
  color: var(--white);
  border-radius: 0px;
}

/* === Home Faq tab style end === */

/* ===  === */
.c-banner-section-home {
  position: relative;
}
.c-banner-section-home::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/* === === */

/* ===== Voip style start ==== */
.c-card--voip-card {
  padding: 0px;
}
.c-card--voip-card .c-card-small-content-wrap {
  padding: 1rem;
}

.c-card--voip-card-imagebox {
  border-radius: 0.5rem 0.5rem 0px 0px;
  overflow: hidden;
}
.c-card--voip-card-imagebox img {
  width: 100%;
  height: 100%;
}
.c-card-small-desc--call {
  font-size: 14px;
}
.c-card--voip-card .c-card-small-title {
  font-weight: 600;
}

/* .c-dev-steps li .c-box-card{
  width: 100%;
  min-height: 400px;
} */
/* .c-dev-steps.c-dev-steps-webrtc li .c-box-card, .c-dev-steps--b2b-travel-steps li .c-box-card{
  width: 100%;
  min-height: 300px;
} */
.c-dev-steps .c-card-desc-wrap ul li {
  display: flex;
  position: relative;
}
.c-dev-steps .c-card-desc-wrap ul li::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--black1);
  position: absolute;
  top: 8px;
  left: -13px;
}

/* .c-dev-steps--office-phone.c-dev-steps li .c-box-card{
  min-height: 327px;
} */

/* === Key Advantages start === */
/* .c-dev-steps-flow ul{
  flex-wrap: wrap !important;
}
.c-dev-steps-flow li .c-box-card{
  width: 100%;
  min-height: 327px;
}

.c-dev-steps-flow li::after{
  position: absolute;
  content: "";
  width: 32px;
  height: 10px;
  background: url('../images/icons/step-arrow.svg') no-repeat center;
  background-size: 100%;
  top: inherit;
  transform: rotate(90deg);
  right: 0;
  left: 0;
  bottom: -25px;
  margin: auto;
}

@media(min-width:767px){
  .c-dev-steps-flow li::after{
    width: 55px;
    height: 20px;
    bottom: -40px;
  }
}
@media(min-width:992px){
  .c-dev-steps-flow li{
    width:29%;
    position: relative;
  }
  .c-dev-steps-flow li{
    margin: 0px 28px 80px;
  }
  .c-dev-steps-flow li::after{
    content: "";
    transform: translateY(-50%);
    left: inherit;
    top: 50%;
    bottom: inherit;
    transform: translateY(-50%);
    right: -55px;
    margin: 0;
  }  
  .c-dev-steps-flow li:last-child:after{
    content: "";
    display: none;
  }
  .c-dev-steps-flow ul li:nth-child(3n+3){
    margin-right: 0px;
  }
  .c-dev-steps-flow ul li:nth-child(3n+3)::after{
    position: absolute;
    content: "";
    width: 676px;
    height: 62px;
    background: url('../images/icons/development-process-arrow.svg') no-repeat center;
    background-size: 100%;
    top: inherit;
    -webkit-transform: none;
    transform: none;
    right: 50%;
    left: inherit;
    bottom: -72px;
  }
}

@media(min-width:1181px){
  .c-dev-steps-flow ul li:nth-child(3n+3)::after{
    width: 836px;
  }
} */
/* === Key Advantages end === */
/* ===== Voip style end ==== */
