body {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

@font-face {
  font-family: 'Satoshi-Medium';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2'),
    url('../fonts/Satoshi-Medium.woff') format('woff'),
    url('../fonts/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi-Regular';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2'),
    url('../fonts/Satoshi-Regular.woff') format('woff'),
    url('../fonts/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Satoshi-Medium' !important;
}

p, a, ul, ul li, ul li a {
  font-family: 'Satoshi-Regular';
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 0 !important;
  align-items: center;
}

.zonal-office-bg p {
  font-size: 14px;
  margin-bottom: 0; 
}

.zonal-office-bg .d-flex {
  justify-content: space-around;
}

.zonal-office-bg {
  border-top: 1px solid gray;
}

/* .navbar-collapse {
  position: absolute;
  right: 70px;
} */

.w-80 {
  width: 80%;
}

.w-40 {
  width: 40%;
}

.w-70 {
  width: 70%;
}

.w-90 {
  width: 90%;
}

.w-80 {
  width: 80%;
}

.w-60 {
  width: 60%;
}

.w-20 {
  width: 20%;
}

.text-blue {
  color: #0157a0;
}

.header-icon {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 1px solid #000;
  padding: 4px 6px;
  font-size: 14px;
}

.border-left {
  border-left: 1px solid black;
}

.bg-transparent .navbar-collapse .border-left {
  border-left: 1px solid rgb(255, 255, 255);
}

.bg_view {
  display: block;
  height: 600px;
  object-fit: cover;
  width: 100%;
  z-index: 1;
}

/* about section  */

.about-section {
  padding: 50px 0;
}

/* .about-section h2 {
  position: relative;
  margin-bottom: 20px;
  font-weight: 700;
}

.about-section h2::before {
  content: "ABOUT US";
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 5rem; 
  color: rgba(255, 255, 255, 0.05);
  font-weight: 900;
  z-index: -1;
  letter-spacing: 5px;
} */

/* .about-section h2 span {
    background-color: #1a1a1a;
    padding: 0 10px;
    position: relative;
    z-index: 1;
  } */

/* .track-shipment {
  background-color: #4051b5;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 1.2rem;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.track-shipment:hover {
  background-color: #303b91;
} */

.about-year {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-section p {
  text-align: justify;
}

#trackshipment {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 16px;
  border: none;
  outline: none;
  background-color: #2c3691;
  color: white;
  cursor: pointer;
  padding: 10px 15px;
  font-weight: 500;
  border-radius: 30px;
}

#trackshipment:hover {
  background-color: #555;
}

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

.w-full {
  width: 100%;
}

.comn-bg {
  background-color: #fbfbfb;
}

.what-we-do-txt {
  /* height: 200px; */
  /* scrollbar-width: thin;
  overflow-y: scroll;
  border-radius: 15px; */
  /* padding: 25px 15px 25px 25px; */
  padding: 5px 15px 25px 5px;
  background-color: white;
  /* background-color: #fbfbfb; */
}

/* side menu bar for mobile section  */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 111111;
  top: 0;
  left: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.2s;
  /* padding-top: 60px; */
}

.sidenav a {
  /* padding: 8px 8px 8px 15px; */
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.mob-sidebar {
  list-style-type: none;
}

.mirai-logo {
  width: 150px;
}

.sidebar-first-bg {
  background-image: url('../images/sidenav-bg.png');
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* .sidebar-first-bg::before {
  content: '';
  width: 100%;
  height: 600px;
  position: absolute;
  left: 0;
  top: 0;
} */

.sidenav-icon .mdi {
  font-size: 32px;
  padding: 0px 0px;
  color: #0157a0;
  text-align: center;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #0157a0;
  display: block;
}

.navlinks {
  padding-top: 9rem;
  height: 83%;
}

.support-center {
  margin-top: 8rem;
}

.navlinks ul li {
  line-height: 2;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  top: 40%;
  left: 90%;
  z-index: 2;
  display: grid;
  justify-content: center;
  padding: 0;
  margin-right: 0;
  margin-bottom: 0;
  height: 30px;
  margin-left: 0;
}


/* client sider  */
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
  }
}

.slider {
  background: pr;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 960px;
}

.slider::before,
.slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}

.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.slider::before {
  left: 0;
  top: 0;
}

.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}

.slider .slide {
  height: 100px;
  width: 250px;
}


.mission-vision-tab {
  position: relative;
  top: -20px;
  background: white;
  font-weight: 600;
}

/* .core-values-bg img{
  width: 100%;
  height: 300px;
} */


.core-values-bg figure {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 310px;
  border-radius: 0px;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
}

/* figure:hover h1 {
  opacity: 0;
  transform: scale(0.7);
}

.core-values-bg figure:hover img {
  transform: scale(1.25);
}

figure:hover figcaption {
  bottom: 0;
}

figure h1 {
  position: absolute;
  top: 50px;
  left: 20px;
  margin: 0;
  padding: 0;
  color: white;
  font-size: 60px;
  font-weight: 100;
  line-height: 1;
  opacity: 1;
  transform: scale(1);
  transition: 0.25s ease;
  z-index: 999;
}

.core-values-bg figure img {
  height: 315px;
  transition: 0.25s;
  width: 250px;
}

figure figcaption {
  position: absolute;
  bottom: -36%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 15px;
  color: #000000;
  line-height: 1;
  transition: 0.25s;
}

figure figcaption h3 {
  margin: 0 0 20px;
  padding: 0;
  font-size: 20px;
}

figure figcaption p {
  font-size: 14px;
  line-height: 1.75;
}

figure figcaption button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 0;
  padding: 10px 20px;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
} */

@media (max-width:1278px) and (min-width:768px) {
  figure figcaption {
    position: absolute;
    bottom: -54%;
  }
}

@media (max-width:1440px) and (min-width:1279px) {
  figure figcaption {
    position: absolute;
    bottom: -170px;
  }
}

.core-values-bg .flex-box {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap !important;
}

.corevalue-card {
  background-color: transparent;
  height: 310px;
}

.swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden
}

.swiper-slideBg {
  overflow: visible;
  /* background: #f8f8f8; */
  /* border-radius: 20px; */
  /* border: 2px solid #fda; */
  height: auto;
}

.swiper-container .swiper-slideBg::after {
  background: radial-gradient(39.06% 50% at 50% 50%, rgba(0, 0, 0, 0.192) 0%, rgba(0, 0, 0, 0) 100%), rgba(0, 0, 0, .4);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  border-radius: 20px;
  top: 0;
}

.home-services .home-services-bg-img {
  border-radius: 20px;
  height: 350px;
}

.home-services {
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  display: flex;
  justify-content: center;
}

.home-services h5 {
  position: absolute;
  top: 50%;
  z-index: 11;
  color: white;
  margin-top: 10px;
}

.services-icons {
  width: 50px;
  height: 50px;
  z-index: 1;
  top: 40%;
  position: absolute;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
  text-align: left !important;
}

footer h5 {
  text-align: left !important;
  font-size: 16px !important;
}

footer ul li a {
  text-decoration: none;
  font-size: 14px !important;
}

.email-row {
  border: 1px solid #ffffff;
  border-radius: 70px;
  padding: 10px 30px;
  align-items: center;
  background: white;
  text-align: left !important;
}

.londrina-sketch-regular {
  font-family: "Londrina Sketch", "Satoshi-Medium";
  font-weight: 400;
  font-style: normal;
  font-size: 5rem;
  opacity: 0.1;
}

.footer-section {
  background-image: url('../images/footer-bg.jpg');
  width: 100%;
  color: white !important;
}

.btn-outline {
  border-radius: 50%;
  border: 1px solid white;
}

.email-row input {
  border-radius: 50px;
}

.footer-submit {
  border-radius: 50px;
  position: relative;
  left: -30px
}


/* Slider */

.slider-container {
  padding: 1rem;
  /*   border:5px solid lightblue; */
}

.slider-item {
  padding: 1rem;
}

/* Within Debug mode in Chrome, I found that the arrows were hidden so I adjusted them   */
/* .slick-next{
  right: -15px;
}

.slick-prev{
  left: -15px;
}


.slick-next:before, .slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #22a6b3;
} */

/* .slick-dots{
  left:0;
}

.slick-dots:active{
  color:white;
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #22a6b3;
} */

/* The dot when active */
/* .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000;
} */

/* Background Image styles */

/* figcaption{
  color:#95afc0;
  text-align:center;
} */


/* .bg-image{
  background-size: cover;
  background-position: center;
  background-color:lightblue;
  max-width:100%;
  background-image: url('https://images.unsplash.com/photo-1660940593342-513bd2281bdd?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=687&q=80');
} */

/* .bg-image:hover{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  cursor:pointer;
} */

.bg-2,
.bg-3,
.bg-4,
.bg-5,
.bg-6 {
  background: white;

}

.bg-2 img,
.bg-3 img,
.bg-4 img {
  /* height: 80px; */
  width: 100px;
}

/* .bg-7{
   background-image: url('https://images.unsplash.com/photo-1518638150340-f706e86654de?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1467&q=80');
}

.bg-8{
   background-image: url('https://images.unsplash.com/photo-1555881400-74d7acaacd8b?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1470&q=80');
} */


/*Changes the height of the image  */
.landscape {
  height: 450px;
  border: 1px solid #d3d3d3;
  border-radius: 10px;
}

.slider-container .slick-next,
.slider-container .slick-prev {
  display: none !important;
}

.slider-container p {
  font-size: 14px;
}

.track-shipment .btn {
  border-radius: 0px 10px 10px 0px;
}

.track-shipment .form-control {
  border-radius: 10px 0px 0px 10px;
}

/* our client  */
.landscape-our-client {
  /* height: 150px; */
  width: 100%;
  border-radius: 10px;
  border: 1px solid #d5d5d5;
  padding: 10px;
}

.landscape-our-client img {
  height: 100px;
}

/* Popup Styling */
.offer-popup {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 700px;
  background-color: white;
  border: 2px solid #efefef !important;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  display: none;
  /* Initially hidden */
  background: rgba(255, 255, 255, 0.86);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.1px);
  -webkit-backdrop-filter: blur(3.1px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
  height: 300px;
}

.offer-popup .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
}

.offer-popup h5 {
  margin-bottom: 10px;
}

.fade-out {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.container-popup {
  /* min-height: 100vh; */
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f8f9fa;
}

/* core values  */
figure.snip1200 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 5px;
  min-width: 220px;
  max-width: 310px;
  max-height: 310px;
  width: 100%;
  background: #000000;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  font-size: 16px;
}

figure.snip1200 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}

figure.snip1200 img {
  max-width: 100%;
  position: relative;
  opacity: 0.9;
}

figure.snip1200 figcaption {
  position: absolute;
  top: 45%;
  left: 4%;
  right: 4%;
  bottom: 45%;
  border: 1px solid white;
  border-width: 1px 1px 0;
  width: 92%;
}

figure.snip1200 .heading {
  overflow: hidden;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

figure.snip1200 h2 {
  display: table;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  text-align: center;
  width: auto;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 20px;
  color: black;
  background: #ffffff;
}

figure.snip1200 h2 span {
  font-weight: 800;
}

figure.snip1200 h2:before,
figure.snip1200 h2:after {
  position: absolute;
  display: block;
  width: 1000%;
  height: 1px;
  content: '';
  background: white;
  top: 50%;
}

figure.snip1200 h2:before {
  left: -1000%;
}

figure.snip1200 h2:after {
  right: -1000%;
}

figure.snip1200 p {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
  padding: 0px 10px;
  left: 0;
  margin: 0;
  opacity: 0;
  color: white;
  line-height: 1.6em;
  font-size: 0.9em;
}

figure.snip1200 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

figure.snip1200:hover img,
figure.snip1200.hover img {
  opacity: 0.25;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure.snip1200:hover figcaption,
figure.snip1200.hover figcaption {
  top: 7%;
  bottom: 7%;
}

figure.snip1200:hover p,
figure.snip1200.hover p {
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.core-values-bg figure img {
  height: 315px;
  transition: 0.25s;
  width: 100%;
}

.tab button.active {
  border-bottom: 8px solid #0157a0;
}

.tab-what-wedo button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 16px;
  transition: 0.3s;
  font-size: 17px;
  border-bottom: 4px solid #44a9ff;
  margin: 0px 10px;
  border-radius: 7px;
}

.tabcontent1 {
  display: none;
  padding: 6px 12px;
  /* border: 1px solid #ccc; */
  border-top: none;
}

.wahtwedo-container ul li {
  list-style-type: disc;
}

.container-popup .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}

/* Navbar container remains fixed at the top */
#navbar {
  position: fixed;
  top: 0;
  width: 100%;
  transition: background-color 0.5s, box-shadow 0.5s;
  z-index: 1000;
  transition: all 0.5s;
}


/* Transparent background with white text and icon border */
.bg-transparent {
  background-color: transparent !important;
  color: white;
}

/* White background with black text and icons */
.bg-white {
  background-color: white !important;
  color: black;
}

/* Add shadow effect when scrolled */
.shadow {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
}

/* Display logos based on navbar state */
.bg-transparent .logo-1 {
  display: block;
}

.bg-white .logo-1 {
  display: none;
}

.bg-transparent .logo-2 {
  display: none;
}

.bg-white .logo-2 {
  display: block;
}

/* Align the logo container */
.logo-container {
  display: flex;
  justify-content: flex-start;
  /* Aligns logos to the left */
  align-items: center;
}

/* Ensure links and icons change color smoothly */
a {
  transition: color 0.3s;
}

/* Ensure header icon style stays consistent */
.bg-transparent .header-icon {
  border: 1px solid white;
}

.bg-white .header-icon {
  border: 1px solid black;
}

.bg-transparent a {
  color: white;
}

.bg-white a {
  color: black;
}

.mob-menubar {
  cursor: pointer;
  color: black;
  margin-top: -3px;
  font-size: 24px;
}

.bg-transparent .mob-menubar {
  color: rgb(255, 255, 255);
}

.form-control, .form-select {
  /* color: #ffffff; */
  /* border-bottom: 1px solid #444 !important; */
  border: 1px solid #c7c5c5;
  border-radius: 0px;

}

.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
  color: #03315fa6;

}

.form-control:focus, .form-select:focus {
  background-color: transparent;
  border-color: #9e9a9a;
  box-shadow: 0 0 5px rgb(220 53 69 / 0%);
}

.form-floating>label {
  position: absolute;
  top: -16px;
  left: 10px;
  z-index: 2;
}

.form-select {
  font-size: 14px;
}

.btn-danger {
  background-color: #dc3545;
  /* Red background */
  border: none;
  /* Remove border */
}

.bg-testimonial {
  background-image: url(../images/testimonial-bg.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

/* .whatwedo-bg-container {
  background-image: url(../images/service-bg-img.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.whatwedo-bg-container::before {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  background-color: #000000;
  top: 0;
  left: 0;
} */

.contact-banner {
  background-image: url('../images/contact-banner.jpg');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4rem 0rem;
}

.contact-banner::before {
  height: 400px;
  width: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0000004a;
}

.contact-add .mdi {
  font-size: 20px;
  padding: 0px 4px;
  border: 1px solid #0157a0;
  height: 30px;
  width: 30px;
  text-align: center;
  background: #0157a0;
  border-radius: 50%;
  color: #ffffff;
}

.contact-add a {
  font-size: 14px;
}

.contact-add h5 {
  font-size: 16px;
}

/* .contact-add::before {
  background-color: #a7bbf4;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 0;
  width: 35%;
}

.contact-add::after {
  background-color: #a7bbf4;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 3px;
} */

.arrow-animation {
  width: 5px;
  height: 5px;
  position: relative;
  animation: example 4s ease-in-out infinite alternate;
}

@keyframes example {
  0% {
    left: 0;
  }

  100% {
    left: calc(1vw - 2px);
    /* Moves the box to the right side of the viewport */
  }
}

.heading-card {
  background-color: #e3eaff;
}

.imp-note-container {
  background-color: #f5f5f5;
}

.imp-note-container ul li {
  list-style-type: disclosure-closed;
  font-size: 14px;
}

/* breadcrumb  */
ul.breadcrumb-width {
  padding: 10px 16px;
  list-style: none;
  background-color: #eaeef1;
  width: 40% !important;
  margin-top: 10px;
  border-radius: 10px;
  margin: 10px auto;
  justify-content: center;
}

ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #eaeef1;
  width: 20%;
  margin-top: 10px;
  border-radius: 10px;
  margin: 10px auto;
  justify-content: center;
}

ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}

ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

ul.breadcrumb li a {
  color: #000000;
  text-decoration: none;
}

ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}

/* .contact-frm-container {
  border: 1px solid #f5f5f5;
} */
.vision-img {
  width: 50px;
}

.pp-banner {
  background-image: url('../images/privacy-policy-banner.jpg');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4rem 0rem;
}

.pp-banner::before {
  height: 400px;
  width: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0000008c;
}

@media (max-width: 768px) {
  .tags small {
    font-size: 0.5em;
  }
}

.mdi-bullseye-arrow {
  font-size: 40px;
}

.whatwedo-bg-container {
  background-color: #f5f5f5;
}

/* 
@-webkit-keyframes flicker {
  0% {
    opacity: 0.5;
    text-shadow: 2px 2px 10px #2962ff;
  }
  100% {
    opacity: 1;
    text-shadow: 2px 2px 20px #2962ff;
  }
}

@keyframes flicker {
  0% {
    opacity: 0.5;
    text-shadow: 2px 2px 10px #2962ff;
  }
  100% {
    opacity: 1;
    text-shadow: 2px 2px 20px #2962ff;
  }
} */

.border {
  border: 1px solid #e5e5e5 !important;
}

.line-container {
  position: relative;
  width: 150px;
  height: 4px;
  background-color: #0157a0;
  margin: 10px auto;
  overflow: hidden;
}

.line-container-1 {
  position: relative;
  width: 150px;
  height: 4px;
  background-color: #0157a0;
  margin: 10px 0px;
  overflow: hidden;
}

.line-container-2 {
  position: relative;
  width: 100px;
  height: 3px;
  background-color: #0157a0;
  margin: 10px 0px;
  overflow: hidden;
}

.circle {
  position: absolute;
  top: -1px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: white;
  border-radius: 50%;
  animation: moveCircle 8s ease-in-out infinite alternate;
}

@keyframes moveCircle {
  0% {
    left: 0;
  }

  100% {
    left: calc(100% - 15px);
    /* Adjust for the width of the circle */
  }
}

.mv-bg {
  align-items: center;
  -webkit-animation: morph 8s linear infinite;
  animation: morph 8s linear infinite;
  background-color: #0157a0;
  border-radius: 50px;
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  display: flex;
  height: 100px;
  justify-content: center;
  margin-bottom: 1rem;
  overflow: hidden;
  padding: 0.5rem;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  width: 100px;
}

.mission-card {
  position: relative;
  top: -40px;
}

@keyframes morph {
  0%, 100% {
    border-radius: 75% 23% 31% 66% / 62% 62% 33% 29%;
  }

  34% {
    border-radius: 70% 30% 50% 50% / 30% 30% 70% 70%;
  }

  67% {
    border-radius: 27% 82% 41% 68% / 64% 71% 32% 44%;
  }
}

.our-client-container .slick-slide img {
  display: block;
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin: 0px auto;
}

/* HTML: <div class="ribbon">Your text content</div> */
.ribbon {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}

.our-clients {
  padding-top: 5rem;
}

.ribbon {
  --f: .5em;
  --r: .8em;
  position: relative;
  top: 0px;
  left: -10px;
  padding-inline: .25em;
  line-height: 1.8;
  background: #987F69;
  border-bottom: var(--f) solid #0005;
  border-right: var(--r) solid #0000;
  clip-path:
    polygon(calc(100% - var(--r)) 0, 0 0, 0 calc(100% - var(--f)), var(--f) 100%,
      var(--f) calc(100% - var(--f)), calc(100% - var(--r)) calc(100% - var(--f)),
      100% calc(50% - var(--f)/2));
}

.bordr-right {
  border-right: 1px solid black;
}

.about-mob-section {
  display: none;
}

.mail-details {
  padding-top: 4rem;
}

.note-mail {
  background: #0f579a;
  padding: 10px 20px;
  color: white;
  text-decoration: none;
  border-radius: 6px;
}

#demo .carousel-item::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00000063;
}


/* navbar  */

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px
  }

  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

.carousel-caption {
  position: absolute;
  right: 15%;
  top: 14rem !important;
  left: 15%;
}

#demo .carousel-item h2 {
  font-size: 4rem;
}

#demo .carousel-item p {
  font-size: 1.5rem;
}

.tandc h5 {
  font-size: 1.25rem;
  background: #f1f1f1;
  padding: 10px 5px;
  border-radius: 6px;
  margin-top: 2rem;
}

/* about page  */

.our-commitment {
  position: relative;
  top: 10%;
  left: -150px;
}

.sets-apart-img-2 {
  position: relative;
  top: -50px;
}

.sets-apart-img-3 {
  position: relative;
  top: -70px;
}

.services-section {
  /* padding: 80px 0; */
  background: #f4f7fc;
}

.service-card {
  background: white;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  position: relative;
  overflow: hidden;
  height: 350px;
  transition: all 0.4s ease;
}

.service-card:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.service-card:before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  background-color: rgba(60, 132, 220, 0.1);
  top: -40px;
  right: -40px;
  border-radius: 50%;
  z-index: 0;
}

.service-card .icon-box {
  background-color: #0157a0;
  padding: 20px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  font-size: 30px;
  color: white;
}

.service-card .icon-box img {
  width: 50px;
  height: 50px;
}

.service-card h4 {
  color: #2b2e34;
  position: relative;
  font-size: 20px;
  z-index: 1;
}

.service-card p {
  color: #6c757d;
  position: relative;
  text-align: justify;
  z-index: 1;
}

.custom-shape-divider-bottom {
  position: relative;
  margin-bottom: -5px;
}

.custom-shape-divider-bottom svg {
  display: block;
  width: 100%;
  height: 80px;
}

.section-heading {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 60px;
  color: #343a40;
}


.why-choose-section {
  padding: 80px 0;
  background: #f0f4f7;
}

/* .why-choose-container {
  background-color: white;
  border-radius: 15px;
  padding: 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
} */

/* .why-choose-container:before {
  content: '';
  position: absolute;
  top: -80px;
  left: -80px;
  width: 160px;
  height: 160px;
  background: rgba(0, 132, 220, 0.15);
  border-radius: 50%;
  z-index: 0;
} */

.why-choose-container h2 {
  /* font-size: 2.5rem; */
  color: #333;
  /* font-weight: bold; */
  /* margin-bottom: 40px; */
}

.why-choose-item {
  display: flex;
  align-items: center;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  transition: transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

/* .why-choose-item:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
} */

.why-choose-icon {
  background-color: #0157a0;
  padding: 20px;
  border-radius: 10%;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  color: white;
  font-size: 30px;
}

.why-choose-icon img {
  width: 40px;
  height: 40px;
}

.why-choose-text h4 {
  font-size: 1.4rem;
  /* font-weight: bold; */
  color: #343a40;
  margin-bottom: 10px;
}

.why-choose-text p {
  color: #6c757d;
}

/* Shape divider */
.custom-shape-divider-bottom {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-bottom svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 150px;
}

.custom-shape-divider-bottom .shape-fill {
  fill: #f0f4f7;
}

.growth-priority-bg {
  background-image: url('../images/about-img-1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  position: relative;
  background-attachment: fixed;
  height: 400px;
}

.growth-priority-bg::before {
  content: '';
  background-color: #000000b8;
  width: 100%;
  height: 400px;
  position: absolute;
  left: 0;
  top: 0;
}

.growth-priority-bg .container {
  padding: 8rem 0;
}

.mirai-promise {
  box-shadow: 0 2px 5px #6c9adf !important;
}

.contact-frm-icon a {
  font-size: 14px;
  border: 1px solid black;
  padding: 5px 10px;
  border-radius: 7px;
  color: #0f579a;
}

.cta-bg .row {
  background-color: white;
  padding: 30px;
  border-radius: 100px;
}

.cta-bg h3 {
  font-size: 36px;
  font-weight: 600;
}

.line-container-2 {
  position: relative;
  width: 150px;
  height: 4px;
  background-color: #0157a0;
  margin: 10px 0px;
  overflow: hidden;
}

.authorized-partner-imgs img {
  padding: 20px 10px;
}

.comn-btn-bg {
  /* background-image: linear-gradient(130deg, #2254e3 34%, #5476db 10%, #1a15e1 100%); */
  background-image: linear-gradient(130deg, #0157a0 34%, #116cb9 10%, #0758a1 100%);
  padding: 12px 45px !important;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s !important;
  border-radius: 30px;
  background-size: 200% auto;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  border: none;
  font-weight: 700;
  font-size: 16px;
}

.playstore-img {
  width: 40%;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-left: -60px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.playstore-card span {
  padding-top: 8px;
}

#pot {
  position: relative;
  /* animation: myfirst 5s;
  animation-direction: alternate; */
  animation: linear infinite alternate;
  animation-name: run;
  animation-duration: 5s;
}

@keyframes run {
  0% {
    left: 0px;
    top: 0px;
  }

  50% {
    left: 30px;
    top: 0px;
  }

  100% {
    left: 0px;
    top: 0px;
  }
}

.playstore-card {
  position: relative;
}

.playstore-card .tooltip-text {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 5px;
  position: absolute;
  bottom: -35px;
  /* Adjust position */
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1;
}

.playstore-card:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
.btn-primary {
  background-color: #09579d;
}
.text-primary {
  color: #09579d !important;
}
.bg-transparent .fa-angle-double-left {
  color: white !important;
}

.btn-login {
  background-image: linear-gradient(130deg, #0157a0 34%, #116cb9 10%, #0758a1 100%);
  padding: 3px 10px;
  color: white;
  font-weight: 600;
  border-radius: 10px;
}
.logopageup {
  width: 100px;
}
.bottom-foeter {
  display: flex;
  justify-content: center;
  align-items: center;
}