body,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p {
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  font-size: 10px;
}
body {
  position: relative;
}
.accordion-button:not(.collapsed) {
  background-color: unset;
  box-shadow: unset;
  color: #000;
}
.accordion-button:focus {
  border: 0;
  box-shadow: unset;
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-icon);
}
.accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #0c4d8c 11%, #6ebe45 100%);
}
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(90deg, #0c4d8c 11%, #6ebe45 100%);
}
::-webkit-scrollbar {
  width: 4px;
  border-radius: 20px;
}
::-webkit-scrollbar-corner {
  background: #f1f1f1;
}
.container {
  max-width: 1438px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 991.5px) {
  .container {
    padding: 0 16px;
    max-width: 100%;
  }
}
h2 {
  font-family: Cairo;
  font-size: 39px;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: -0.015em;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  h2 {
    font-size: 28px;
    line-height: 44px;
  }
}
@media screen and (max-width: 991.5px) {
  h2 {
    font-size: 28px;
    line-height: 45px;
  }
}
@media screen and (max-width: 991.5px) {
  h2 br {
    display: none;
  }
}
h3 {
  font-family: Cairo;
  font-size: 34px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.015em;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  h3 {
    font-size: 26px;
  }
}
h4 {
  font-family: Cairo;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.015em;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  h4 {
    font-size: 22px;
  }
}
h5 {
  font-family: Cairo;
  font-size: 20.91px;
  font-weight: 400;
  line-height: 32.3px;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  h5 {
    font-size: 18px;
    line-height: 24.3px;
  }
}
@media screen and (max-width: 1199.5px) {
  h5 {
    font-size: 16.91px;
    line-height: 20.3px;
  }
}
@media screen and (max-width: 991.5px) {
  h5 {
    font-size: 13.91px;
    line-height: 13.3px;
  }
}
p {
  font-family: Cairo;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.015em;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1199.5px) {
  p {
    font-size: 18px;
  }
}
@media screen and (max-width: 991.5px) {
  p {
    font-size: 16px;
    line-height: 30px;
  }
}
.toggle-arrows button {
  background: 0 0;
  border: none;
  outline: 0;
}
.hero_banner_reveal {
  scale: 1.1;
  transition: 1.5s;
}
.logistic_bnnr {
  scale: 1.3;
  transition: 1.5s;
}
.banner_img,
img {
  transition: scale 1.5s ease-in-out;
}
.banner_img2,
img {
  transition: scale 1.5s ease-in-out;
}
.header-hidden {
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
}
header {
  padding: 30px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: #fff;
}
@media screen and (max-width: 1600px) {
  header {
    padding: 26px 0;
  }
}
@media screen and (max-width: 1440px) {
  header {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767.5px) {
  header nav .indospace_logo {
    width: 218px;
  }
}
header nav .nav_list {
  list-style: none;
  margin-bottom: 0;
  gap: 30px;
  padding-left: 0;
}
header nav .nav_list li a {
  text-decoration: none;
  font-family: Cairo;
  font-size: 18px;
  font-weight: 500;
  line-height: 33.73px;
  letter-spacing: -0.015em;
  text-align: left;
  color: #8f8f8f;
}
header nav .nav_list li a:hover {
  color: #0c4d8c;
}
@media screen and (max-width: 1400px) {
  header nav .nav_list li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199.5px) {
  header nav .nav_list li a {
    font-size: 11px;
  }
}
@media screen and (max-width: 991.5px) {
  header nav .nav_list li a {
    font-size: 18px;
  }
}
header nav .nav_list .active {
  color: #00579c;
}
@media screen and (max-width: 991.5px) {
  header nav .nav_list .active {
    color: #80b927;
  }
}
header nav .nav_list_mob {
  padding: 80px 0 80px 40px;
  position: fixed;
  top: 0;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  right: 0;
  height: 100vh;
  background: linear-gradient(89.99deg, #004c9b -2.36%, #80b927 183.38%);
  width: 300px;
  transform: translateX(400px);
  box-shadow: 2px 4px 20px #000;
}
header nav .nav_list_mob.visible {
  transform: translateX(0);
  opacity: 1;
}
header nav .nav_list_mob li {
  padding-bottom: 10px;
}
header nav .nav_list_mob li a {
  color: #fff;
}
header nav #hamburger {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 10px;
  right: 20px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 4px transparent;
  transition: all 0.2s ease;
  z-index: 9999;
}
header nav #hamburger:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  transform: scale(1.1);
  transition: all 0.2s ease;
}
header nav #hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 28px;
  left: 50%;
  background: #000;
  transform: translateX(-50%);
  border-radius: 10px;
  transition: all 0.15s ease;
}
header nav #hamburger span:first-child {
  top: 12px;
}
header nav #hamburger span:nth-child(2) {
  top: 20px;
}
header nav #hamburger span:last-child {
  top: 28px;
}
header nav #hamburger.close {
  top: 10px;
  right: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
header nav #hamburger.close span:first-child {
  top: 10px;
  transform: translate(-14px, 10px) rotate(135deg);
}
header nav #hamburger.close span:nth-child(2) {
  left: -20px;
  opacity: 0;
}
header nav #hamburger.close span:last-child {
  top: 10px;
  transform: translate(-14px, 10px) rotate(-135deg);
}
.indopsace_media_wrapper {
  position: relative;
}
@media screen and (max-width: 767.5px) {
  .indopsace_media_wrapper {
    padding-top: 7rem;
  }
}
.indopsace_media_wrapper .indospace_content {
  z-index: 5;
  box-shadow: 12.2px 15.68px 27.88px 0 rgba(0, 0, 0, 0.3607843137);
  padding: 27px;
  background-color: #fff;
  position: absolute;
  right: 16%;
  width: 30%;
  top: 20%;
}
@media screen and (max-width: 1440px) {
  .indopsace_media_wrapper .indospace_content {
    width: 35%;
    right: 11%;
  }
}
@media screen and (max-width: 991.5px) {
  .indopsace_media_wrapper .indospace_content {
    position: unset;
    width: 90%;
    margin: 20px auto 0;
    box-shadow: unset;
  }
}
@media screen and (max-width: 767.5px) {
  .indopsace_media_wrapper .indospace_content {
    width: 100%;
    margin: 0 auto;
  }
}
.indopsace_media_wrapper .indospace_content .form_wrapper label {
  font-family: Cairo;
  font-size: clamp(1.2rem, 1vw, 1.4rem);
  font-weight: 400;
  line-height: 2.5rem;
  color: #344054;
}
.indopsace_media_wrapper .indospace_content .form_wrapper input,
.indopsace_media_wrapper .indospace_content .form_wrapper select,
.indopsace_media_wrapper .indospace_content .form_wrapper textarea {
  padding: 10px 13px;
  border-radius: 6px;
  font-family: Cairo;
  font-size: clamp(1.2rem, 1.2vw, 1.2rem);
  font-weight: 400;
  line-height: 2.5rem;
  outline: 0;
  border: 0.87px solid #d0d5dd;
}
@media screen and (max-width: 1440px) {
  .indopsace_media_wrapper .indospace_content .form_wrapper input,
  .indopsace_media_wrapper .indospace_content .form_wrapper select,
  .indopsace_media_wrapper .indospace_content .form_wrapper textarea {
    padding: 8px 10px;
  }
}
.indopsace_media_wrapper
  .indospace_content
  .form_wrapper
  input::-webkit-inner-spin-button,
.indopsace_media_wrapper
  .indospace_content
  .form_wrapper
  input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.indopsace_media_wrapper .indospace_content .form_wrapper .form-control:focus {
  background-color: #fff;
  border-color: unset !important;
  outline: unset !important;
  box-shadow: unset !important;
  border: 0.87px solid #d0d5dd !important;
}
.indopsace_media_wrapper .indospace_content .form_wrapper ::placeholder {
  font-family: Cairo;
  font-size: clamp(1.2rem, 1vw, 1.4rem);
  font-weight: 400;
  line-height: 2.5rem;
  color: #b7b7b7;
}
.indopsace_media_wrapper .indospace_content .form_wrapper p {
  font-family: Inter, serif;
  font-size: clamp(1rem, 0.9vw, 1.2rem);
  font-weight: 400;
  line-height: 1.9rem;
}
.indopsace_media_wrapper .indospace_content .form_wrapper .submit_btn {
  font-family: Cairo;
  padding: 1rem;
  color: #fff;
  background: linear-gradient(90deg, #004c9b -2.36%, #80b927 104.4%);
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
  font-weight: 500;
  line-height: 20.91px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  width: 100%;
  border: none;
  outline: 0;
  text-align: center;
}
.indopsace_media_wrapper .indospace_content .form_wrapper .error {
  font-family: Cairo;
  font-size: clamp(1.2rem, 1.2vw, 1.2rem);
  color: red;
}
.indopsace_media_wrapper .indospace_content .form_wrapper .agreebx {
  position: absolute;
  bottom: -5px;
  left: 20px;
}
.indopsace_media_wrapper .indospace_content #thankYouMessage {
  padding: 22rem 0;
}
@media screen and (max-width: 1440px) {
  .indopsace_media_wrapper .indospace_content #thankYouMessage {
    padding: 15rem 0;
    text-align: center;
  }
}
@media screen and (max-width: 991.5px) {
  .indopsace_media_wrapper .indospace_content #thankYouMessage {
    padding: 0;
  }
}
.indopsace_media_wrapper .indospace_content #thankYouMessage h2 {
  font-family: Cairo;
  font-size: clamp(2rem, 2vw, 4.4rem);
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  background: linear-gradient(90.68deg, #00579c 15.04%, #7ac143 122.98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
}
.indopsace_media_wrapper .indospace_features_card {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .indopsace_media_wrapper .indospace_features_card {
    top: 50%;
  }
}
@media screen and (max-width: 991.5px) {
  .indopsace_media_wrapper .indospace_features_card {
    top: 10%;
  }
}
@media screen and (max-width: 767.5px) {
  .indopsace_media_wrapper .indospace_features_card {
    top: 8%;
  }
}
.indopsace_media_wrapper .indospace_features_card .potential_business_content {
  width: 50%;
  padding: 1.2rem 2.4rem;
  background: linear-gradient(
    91.93deg,
    rgba(0, 0, 0, 0.7) -2.36%,
    rgba(0, 0, 0, 0.3) 106.93%
  );
  backdrop-filter: blur(1.9px);
}
@media screen and (max-width: 991.5px) {
  .indopsace_media_wrapper
    .indospace_features_card
    .potential_business_content {
    width: 80%;
  }
}
@media screen and (max-width: 767.5px) {
  .indopsace_media_wrapper
    .indospace_features_card
    .potential_business_content {
    width: 100%;
    padding: 1.2rem 1.4rem;
  }
}
.indopsace_media_wrapper
  .indospace_features_card
  .potential_business_content
  h1 {
  font-family: Cairo;
  font-size: clamp(2.1rem, 2vw, 4.4rem);
  font-weight: 700;
  line-height: 40px;
  text-align: left;
  color: #fff;
  margin-bottom: 1rem;
}
.indopsace_media_wrapper
  .indospace_features_card
  .potential_business_content
  h3 {
  font-family: Cairo;
  font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  font-weight: 700;
  line-height: 12px;
  color: #fff;
}
.indopsace_media_wrapper
  .indospace_features_card
  .potential_business_content
  .features_card {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1440px) {
  .indopsace_media_wrapper
    .indospace_features_card
    .potential_business_content
    .features_card {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767.5px) {
  .indopsace_media_wrapper
    .indospace_features_card
    .potential_business_content
    .features_card {
    margin-bottom: 1rem;
  }
}
.indopsace_media_wrapper
  .indospace_features_card
  .potential_business_content
  .features_card
  img {
  width: 90%;
  background-color: #fff;
  border-radius: 50px;
}
.about_us_wrapper {
  margin-top: 9rem;
  margin-bottom: 2rem;
}
.about_us_wrapper h2 {
  background: linear-gradient(90.68deg, #00579c 15.04%, #7ac143 122.98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767.5px) {
  .about_us_wrapper h2 {
    margin-bottom: 2rem;
  }
}
.about_us_wrapper img {
  box-shadow: 12.2px 15.68px 27.88px 0 rgba(0, 0, 0, 0.3607843137);
}
.about_us_wrapper .about_us_content .heading {
  margin-bottom: 2rem;
  color: #000 !important;
  background: #000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: start;
}
@media screen and (max-width: 767.5px) {
  .about_us_wrapper .about_us_content .heading {
    text-align: center;
  }
}
.about_us_wrapper .about_us_content p {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767.5px) {
  .about_us_wrapper .about_us_content p {
    text-align: center;
    line-height: 25px;
  }
}
.about_us_wrapper .about_us_content h3 {
  color: #00579c;
  text-align: center;
}
@media screen and (max-width: 767.5px) {
  .about_us_wrapper .about_us_content h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1440px) {
  .about_us_wrapper {
    margin-top: 15rem;
  }
}
@media screen and (max-width: 767.5px) {
  .about_us_wrapper {
    margin-top: 4rem;
  }
}
.connecting_frontires_wrapper {
  padding: 100px 0;
}
@media screen and (max-width: 1440px) {
  .connecting_frontires_wrapper {
    padding: 60px 0;
  }
}
.connecting_frontires_wrapper .map_detail {
  padding: 20px;
  background-color: #fff;
  width: 40%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  transform: translateX(400px);
  transition: all 0.5s ease-in-out;
  opacity: 0;
  margin: 0 0 0 56%;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
}
.connecting_frontires_wrapper .map_detail .toggle-arrows_scale {
  padding-bottom: 20px;
}
.connecting_frontires_wrapper .map_detail .toggle-arrows_scale span {
  color: #868686;
  font-family: Cairo;
  font-size: 16.87px;
  font-weight: 600;
  line-height: 20.31px;
  text-align: left;
}
.connecting_frontires_wrapper .map_detail .toggle-arrows_scale .city-name {
  font-family: Cairo;
  font-size: 20.3px;
  font-weight: 600;
  line-height: 30.46px;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 767.5px) {
  .connecting_frontires_wrapper .map_detail .toggle-arrows_scale .city-name {
    font-size: 18.3px;
  }
}
.connecting_frontires_wrapper .map_detail .toggle-arrows_scale button {
  background: 0 0;
  border: none;
  outline: 0;
}
.connecting_frontires_wrapper
  .map_detail
  .toggle-arrows_scale
  .next.active
  svg
  path,
.connecting_frontires_wrapper
  .map_detail
  .toggle-arrows_scale
  .prev.active
  svg
  path {
  stroke: #00579c;
  stroke-opacity: 1;
}
.connecting_frontires_wrapper
  .map_detail
  .toggle-arrows_scale
  button:hover
  svg
  path {
  stroke: #00579c;
  stroke-opacity: 1;
}
.connecting_frontires_wrapper .map_detail .toggle-arrows_scale svg path {
  stroke: rgba(0, 87, 156, 0.4);
  stroke-opacity: 0.4;
}
.connecting_frontires_wrapper .map_detail #close_button {
  position: absolute;
  right: 20px;
  top: 20px;
  border-radius: 8px;
  color: #00579c;
  border: 1px solid #00579c;
  border-radius: 10px;
  padding: 5px 10px;
  font-family: Cairo;
  font-size: 16.87px;
  font-weight: 400;
  line-height: 20.31px;
}
@media screen and (max-width: 991.5px) {
  .connecting_frontires_wrapper .map_detail {
    width: 100%;
    margin: unset;
  }
}
.connecting_frontires_wrapper .map_detail .map_detail_card {
  width: 100%;
}
.connecting_frontires_wrapper .map_detail .map_detail_card img {
  width: 100%;
  border-top-left-radius: 4.22px;
  border-top-right-radius: 4.22px;
  margin: 0 auto;
  height: 210px;
}
.connecting_frontires_wrapper .map_detail .map_detail_card .Operational {
  text-align: center;
  font-family: Cairo;
  font-size: 14.76px;
  font-weight: 400;
  line-height: 17.77px;
  background: rgba(0, 87, 156, 0.08);
  width: 100%;
  display: block;
  padding: 5px 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-bottom: 22px;
}
.connecting_frontires_wrapper .map_detail .map_detail_card h5 {
  font-family: Cairo;
  font-size: 16.87px;
  font-weight: 400;
  line-height: 20.31px;
  text-align: left;
  color: #00579c;
  padding-bottom: 16px;
}
.connecting_frontires_wrapper .map_detail .map_detail_card h5 span {
  color: #000;
}
.connecting_frontires_wrapper .map_detail .map_detail_card h5 .usage {
  color: #071c50;
}
.connecting_frontires_wrapper .map_detail .map_detail_card .view_details {
  font-family: Cairo;
  font-size: 16.87px;
  font-weight: 400;
  line-height: 20.31px;
  text-align: left;
  color: #00579c;
  padding: 10px 0;
  width: 100%;
  display: block;
  border-radius: 8px;
  border: 1px solid #00579c;
  text-align: center;
  background-color: transparent;
  text-decoration: none;
}
.connecting_frontires_wrapper .map_detail .map_detail_card .slick-next1,
.connecting_frontires_wrapper .map_detail .map_detail_card .slick-prev1 {
  position: absolute;
  top: 10%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 2;
}
.connecting_frontires_wrapper .map_detail .map_detail_card .slick-prev1 {
  left: 10px;
}
.connecting_frontires_wrapper .map_detail .map_detail_card .slick-next1 {
  left: 80%;
  right: 10px;
}
.connecting_frontires_wrapper .grade_a52_park {
  padding: 16px;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  transition: 0.3s;
}
.connecting_frontires_wrapper .grade_a52_park h4 {
  color: #00579c;
  padding-bottom: 14px;
}
.connecting_frontires_wrapper .grade_a52_park .accordion h2 {
  padding-bottom: 0;
}
.connecting_frontires_wrapper .grade_a52_park .accordion span {
  font-family: Cairo;
  font-size: 16.87px;
  font-weight: 500;
  line-height: 20.31px;
  text-align: left;
  color: #000;
  padding-bottom: 16px;
  cursor: pointer;
  display: block;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.connecting_frontires_wrapper .grade_a52_park .accordion .accordion-item {
  margin-bottom: 12px;
  border: 1px solid #cbcbcb;
  border-radius: 6px;
  overflow: hidden;
}
.connecting_frontires_wrapper .grade_a52_park .accordion .accordion-item h2 {
  color: #000 !important;
  background: unset !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: unset;
}
.connecting_frontires_wrapper .grade_a52_park .accordion .accordion-body {
  background: #fff;
  background: rgba(0, 87, 156, 0.08);
}
.connecting_frontires_wrapper .grade_a52_park .accordion button {
  padding: 0.7rem 1.25rem;
  font-family: Cairo;
  font-size: 16.87px;
  font-weight: 400;
  line-height: 20.31px;
  text-align: left;
}
.connecting_frontires_wrapper h2 {
  background: linear-gradient(90.68deg, #00579c 15.04%, #7ac143 122.98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  text-align: center;
  padding-bottom: 24px;
}
.connecting_frontires_wrapper p {
  text-align: center;
  color: #000;
  opacity: 60%;
  padding-bottom: 32px;
}
@media screen and (max-width: 767.5px) {
  .connecting_frontires_wrapper p br {
    display: none;
  }
}
.connecting_frontires_wrapper .map_img {
  width: 80%;
  margin: 0 auto;
  display: block;
  border-radius: 10px;
}
@media screen and (max-width: 767.5px) {
  .connecting_frontires_wrapper .map_img {
    width: 100%;
    padding: 40px 0;
  }
}
.connecting_frontires_wrapper .connectivity {
  cursor: pointer;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1490196078);
  background: #fff;
  border-radius: 6px;
  display: flex;
}
.connecting_frontires_wrapper .connectivity a.showSingle {
  position: absolute;
  background-color: #0c4d8c;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  cursor: pointer;
}
.connecting_frontires_wrapper .connectivity .right_cricle {
  top: 12px;
  right: -25px;
}
@media screen and (max-width: 991.5px) {
  .connecting_frontires_wrapper .connectivity .right_cricle {
    top: 8px;
  }
}
.connecting_frontires_wrapper .connectivity .top_cricle {
  top: -25px;
  right: 8px;
}
.connecting_frontires_wrapper .connectivity .top_cricle_left {
  top: -25px;
  left: 15px;
}
.connecting_frontires_wrapper .connectivity .left_cricle {
  top: 12px;
  left: -25px;
}
@media screen and (max-width: 991.5px) {
  .connecting_frontires_wrapper .connectivity .left_cricle {
    top: 8px;
  }
}
.connecting_frontires_wrapper .connectivity .bottom_cricle {
  right: 13px;
  bottom: -25px;
}
.connecting_frontires_wrapper .connectivity .bottom_cricle_left {
  left: 0;
  bottom: -25px;
}
.connecting_frontires_wrapper .connectivity .map-animation-icon div {
  position: absolute;
  border-width: 4px;
  border-style: solid;
  opacity: 1;
  border-radius: 50%;
  animation: map-animation-icon 1.69492s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  box-sizing: content-box;
  margin-left: -21.8px;
  margin-top: -21px;
}
.connecting_frontires_wrapper
  .connectivity
  .map-animation-icon
  div:nth-child(1) {
  border-color: #0c4d8c;
}
.connecting_frontires_wrapper
  .connectivity
  .map-animation-icon
  div:nth-child(2) {
  border-color: #0c4d8c;
  animation-delay: -0.8474576271s;
}
@keyframes map-animation-icon {
  0% {
    top: 20px;
    left: 20px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 6.5px;
    left: 6.5px;
    width: 30px;
    height: 30px;
    opacity: 0;
  }
}
.connecting_frontires_wrapper .connectivity h5 {
  color: #00579c;
  padding: 3px 5px;
}
@media screen and (max-width: 767.5px) {
  .connecting_frontires_wrapper .connectivity h5 {
    padding: 5px 10px;
  }
}
.connecting_frontires_wrapper .connectivity span {
  color: #fff;
  font-family: Cairo;
  background-color: #00579c;
  padding: 0 10px;
  font-weight: 500;
  border-radius: 0 6px 6px 0;
  font-size: 18px;
}
@media screen and (max-width: 1440px) {
  .connecting_frontires_wrapper .connectivity span {
    font-size: 15px;
  }
}
@media screen and (max-width: 991.5px) {
  .connecting_frontires_wrapper .connectivity span {
    font-size: 9.93px;
    line-height: 15.35px;
  }
}
.connecting_frontires_wrapper .rajpura {
  position: absolute;
  top: 21%;
  left: 26.8%;
  transform: translateX(-70%);
}
@media screen and (max-width: 991.5px) {
  .connecting_frontires_wrapper .rajpura {
    left: 29.8%;
  }
}
@media screen and (max-width: 767.5px) {
  .connecting_frontires_wrapper .rajpura {
    left: 19%;
    top: 24%;
  }
}
.connecting_frontires_wrapper .delhi {
  position: absolute;
  top: 25%;
  left: 44%;
}
@media screen and (max-width: 767.5px) {
  .connecting_frontires_wrapper .delhi {
    top: 27%;
    left: 48.6%;
  }
}
.connecting_frontires_wrapper .ahmedabad {
  position: absolute;
  top: 38%;
  left: 23.5%;
  transform: translateX(-70%);
}
@media screen and (max-width: 767.5px) {
  .connecting_frontires_wrapper .ahmedabad {
    left: 22%;
  }
}
.connecting_frontires_wrapper .mumbai {
  position: absolute;
  top: 58%;
  left: 32%;
  transform: translateX(-70%);
}
@media screen and (max-width: 1360.5px) {
  .connecting_frontires_wrapper .mumbai {
    left: 22%;
  }
}
@media screen and (max-width: 767.5px) {
  .connecting_frontires_wrapper .mumbai {
    left: 14%;
  }
}
.connecting_frontires_wrapper .pune {
  position: absolute;
  top: 69%;
  left: 23.3%;
}
@media screen and (max-width: 767.5px) {
  .connecting_frontires_wrapper .pune {
    left: 14%;
  }
}
.connecting_frontires_wrapper .hyderabad {
  position: absolute;
  top: 57%;
  left: 52%;
}
@media screen and (max-width: 991.5px) {
  .connecting_frontires_wrapper .hyderabad {
    top: 50%;
  }
}
@media screen and (max-width: 767.5px) {
  .connecting_frontires_wrapper .hyderabad {
    top: 60%;
  }
}
.connecting_frontires_wrapper .anantapur {
  position: absolute;
  bottom: 29%;
  left: 41.6%;
}
.connecting_frontires_wrapper .sri_city {
  position: absolute;
  bottom: 20%;
  left: 50.6%;
}
@media screen and (max-width: 767.5px) {
  .connecting_frontires_wrapper .sri_city {
    bottom: 23%;
    left: 59%;
  }
}
.connecting_frontires_wrapper .chennai {
  position: absolute;
  left: 49.6%;
  bottom: 12.5%;
}
@media screen and (max-width: 767.5px) {
  .connecting_frontires_wrapper .chennai {
    left: 61.6%;
    bottom: 17%;
  }
}
.connecting_frontires_wrapper .coimbatore {
  position: absolute;
  bottom: 3%;
  left: 35.6%;
}
@media screen and (max-width: 767.5px) {
  .connecting_frontires_wrapper .coimbatore {
    bottom: 5%;
    left: 37.6%;
  }
}
.connecting_frontires_wrapper .bengaluru {
  position: absolute;
  bottom: 16%;
  left: 31%;
  transform: translateX(-70%);
}
.journey_wrapper {
  padding: 5rem 0;
  background: #f6f6f6;
}
.journey_wrapper h2 {
  background: linear-gradient(90.68deg, #00579c 15.04%, #7ac143 122.98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  text-align: center;
}
.journey_wrapper p {
  margin: 2.3rem 0 6rem;
  text-align: center;
  color: #878787;
}
.journey_wrapper .slick-dots li {
  border-radius: 50px;
  border: 1px solid #cfcfcf;
  width: 32px;
  height: 8px;
  background-color: #d9d9d9;
}
.journey_wrapper .slick-dots .slick-active {
  background: #01a75d;
}
@media screen and (max-width: 1440px) {
  .journey_wrapper .testimonial_slider .slick-list {
    padding: 10px 9% 10px 0 !important;
  }
}
.journey_wrapper .testimonial_card {
  background-color: #fff;
  margin: 0 20px;
  overflow: hidden;
  padding: 3rem;
  border: 1px solid #d3d3d3;
  height: 320px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .journey_wrapper .testimonial_card {
    margin: 0 10px;
  }
}
@media screen and (max-width: 767.5px) {
  .journey_wrapper .testimonial_card {
    height: 350px;
    /* height: 420px; */
    padding: 2rem;
  }
}
.journey_wrapper .testimonial_card h3 {
  margin-bottom: 1rem;
}
.journey_wrapper .testimonial_card p {
  font-size: clamp(1.6rem, 1.2vw, 1.8rem);
  color: #121212;
  text-align: start;
  margin: 1.6rem 0 2.2rem;
}
.journey_wrapper .testimonial_card span {
  font-family: Cairo;
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
  font-weight: 500;
  line-height: 21.82px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #64748b;
}
.journey_wrapper .testimonial_card .rating {
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 90%;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 30px;
}
.common_footer {
  padding-bottom: 0;
}
.common_footer .footer_islogo {
  margin: 5% 0;
}
@media screen and (max-width: 767.5px) {
  .common_footer .footer_islogo {
    width: 40%;
  }
}
.common_footer .footer_sec .socialmedia {
  margin: 10% 0;
}
@media screen and (max-width: 767.5px) {
  .common_footer .footer_sec .socialmedia {
    width: 50%;
  }
}
@media screen and (max-width: 1440px) {
  .common_footer .footer_sec .socialmedia .imgwrap {
    width: 13%;
  }
}
@media screen and (max-width: 1199.5px) {
  .common_footer .footer_sec .socialmedia .imgwrap {
    width: 10%;
  }
}
@media screen and (max-width: 991.5px) {
  .common_footer .footer_sec .socialmedia .imgwrap {
    width: 8%;
  }
}
@media screen and (max-width: 767.5px) {
  .common_footer .footer_sec .socialmedia .imgwrap {
    width: 16%;
  }
}
.common_footer .footer_sec h5 {
  font-family: Cairo;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 140.9%;
  text-align: left;
  color: #00579c;
  margin-bottom: 3%;
}
@media screen and (max-width: 1440px) {
  .common_footer .footer_sec h5 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1199.5px) {
  .common_footer .footer_sec h5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 991.5px) {
  .common_footer .footer_sec h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767.5px) {
  .common_footer .footer_sec h5 {
    margin-bottom: 5%;
    font-size: 14px;
    line-height: 140.9%;
  }
}
.common_footer .footer_sec p {
  font-family: Cairo;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 37px;
  text-align: left;
  color: #868686;
  margin-bottom: 3%;
}
@media screen and (max-width: 1440px) {
  .common_footer .footer_sec p {
    font-size: 16px;
    line-height: 27px;
  }
}
@media screen and (max-width: 1199.5px) {
  .common_footer .footer_sec p {
    font-size: 16px;
  }
}
@media screen and (max-width: 991.5px) {
  .common_footer .footer_sec p {
    font-size: 10px;
  }
}
@media screen and (max-width: 767.5px) {
  .common_footer .footer_sec p {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 10%;
  }
}
.common_footer .footer_sec p a {
  color: #868686;
  text-decoration: none;
}
.common_footer .signup h3 {
  font-family: Cairo;
  font-size: 20px;
  font-weight: 700;
  line-height: 28.18px;
  text-align: center;
  color: #00579c;
}
.common_footer .signup .email-input-wrapper {
  display: flex;
  width: 30%;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767.5px) {
  .common_footer .signup .email-input-wrapper {
    width: auto;
  }
}
.common_footer .signup .email-input-wrapper .email-input {
  flex: 1;
  padding: 8px 16px;
  border: 1px solid #878787;
  font-family: Cairo;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.54px;
  color: #878787;
}
.common_footer .signup .email-input-wrapper .signup-button {
  padding: 8px 16px;
  border: 1px solid #ccc;
  border-left: none;
  border-radius: 0 4px 4px 0;
  background-color: #00579c;
  color: #fff;
  font-family: Cairo;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.54px;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 767.5px) {
  .common_footer .signup .email-input-wrapper .signup-button {
    padding: 8px;
  }
}
.common_footer .privacy_wrap {
  padding-top: 10px;
}
@media screen and (max-width: 767.5px) {
  .common_footer .privacy_wrap {
    align-items: center;
  }
}
.common_footer .privacy_wrap h6 {
  font-family: Cairo;
  font-size: 16px;
  font-weight: 400;
  line-height: 29.98px;
  text-align: left;
  color: #878787;
}
@media screen and (max-width: 1440px) {
  .common_footer .privacy_wrap h6 {
    font-size: 14px;
  }
}
@media screen and (max-width: 767.5px) {
  .common_footer .privacy_wrap h6 {
    font-size: 12px;
  }
}
.common_footer .privacy_wrap h6 a {
  text-decoration: none;
  color: #878787;
}
.common_footer .privacy_wrap h6 .disclaimer {
  position: relative;
}
.common_footer .privacy_wrap h6 .disclaimer::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -8px;
  width: 1.25px;
  height: 18px;
  background-color: #ababab;
}
@media screen and (max-width: 767.5px) {
  .common_footer .privacy_wrap h6 .disclaimer::before {
    height: 14px;
  }
}
.common_footer .privacy_wrap h6 .sitemap {
  position: relative;
}
.common_footer .privacy_wrap h6 .sitemap::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -8px;
  width: 1.25px;
  height: 18px;
  background-color: #ababab;
}
@media screen and (max-width: 767.5px) {
  .common_footer .privacy_wrap h6 .sitemap::before {
    height: 14px;
  }
}
.clients_wrapper {
  gap: 80px;
}
@media screen and (max-width: 767.5px) {
  .clients_wrapper {
    gap: 20px;
  }
}
