@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "MBFEdge";
  src: url("../fonts/MBFEdge-Regular.ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Montserrat Alternates", sans-serif !important;
  overflow-x: hidden !important;
}
html {
  overflow-x: hidden !important;
}
.container {
  max-width: 1600px !important;
}

a:hover {
  text-decoration: none;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}
nav {
}

nav .wrapper {
  position: relative;
  line-height: 115px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 115px;
}

/* =============================header================================ */
.preheader {
  padding: 8px;
  background: #010e37;
}
.preheader-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.preheader a {
  color: #fff;
}
.preheader a:hover {
  color: #fff;
}
.pre-email {
  display: flex;
}
.pre-close {
  display: flex;
}
.wrapper .logo a {
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}
.pre-icon ul {
  float: right;
  margin: 0;
}
.pre-close {
  color: #fff;
  margin-right: 18px;
  align-items: center;
}
.pre-icon i {
  margin-left: 10px;
}
.pre-close i {
  padding-right: 8px;
}
.pre-close p {
  margin: 0;
  font-size: 14px;
}
.pre-icon ul li {
  float: left;
}
.pre-icon ul li i {
  color: #fff;
}
.wrapper .nav-links {
  display: inline-flex;
  margin: 0;
  width: 70%;
  align-items: center;
  justify-content: center;
}
.menu-btn i {
  color: #000;
}
.nav-links li {
  list-style: none;
}

.nav-links li ul li {
  border-bottom:1px solid #021247;
}

.nav-links li a {
  color: #000000;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
  padding: 9px 22px;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-family: "Montserrat Alternates", sans-serif;
}
.contact-btn a {
  font-family: "Montserrat Alternates", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 20px;
}
.contact-btn a:hover {
  color: #fff;
  text-decoration: none;
}
.nav-links li a:hover {
  background: #000e5c;
  color: #fff;
}

.nav-links .mobile-item {
  display: none;
}

.nav-links .drop-menu {
  position: absolute;
  background: #010e37;
  width: 370px;
  line-height: 45px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  border-radius: 10px;
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
  transition: all 0.3s ease;
  top: 80px;
  opacity: 1;
  visibility: visible;
}

.drop-menu li a {
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 600;
  border-radius: 0px;
  font-size: 13px;
  color: #fff;
}

.mega-box {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}

.mega-box .content {
  background: #242526;
  padding: 25px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.mega-box .content .row {
  width: calc(25% - 30px);
  line-height: 45px;
}

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

.content .row header {
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 500;
}

.content .row .mega-links {
  margin-left: -40px;
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.row .mega-links li {
  padding: 0 20px;
}

.row .mega-links li a {
  padding: 0px;
  padding: 0 20px;
  color: #d9d9d9;
  font-size: 17px;
  display: block;
}

.row .mega-links li a:hover {
  color: #f2f2f2;
}

.wrapper .btn {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}

.wrapper .btn.close-btn {
  position: absolute;
  right: 30px;
  top: 10px;
}

@media screen and (max-width: 970px) {
  .wrapper .btn {
    display: block;
  }

  .wrapper .nav-links {
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #000925;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease;
    z-index: 9999;
  }

  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }

  ::-webkit-scrollbar-track {
    background: #242526;
  }

  ::-webkit-scrollbar-thumb {
    background: #3a3b3c;
  }

  #menu-btn:checked ~ .nav-links {
    left: 0%;
  }

  #menu-btn:checked ~ .btn.menu-btn {
    display: none;
  }

  #close-btn:checked ~ .btn.menu-btn {
    display: block;
  }

  .nav-links li {
    margin: 15px 10px;
  }

  .nav-links li a {
    padding: 0 20px;
    display: block;
    font-size: 20px;
  }

  .nav-links .drop-menu {
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }

  #showDrop:checked ~ .drop-menu,
  #showMega:checked ~ .mega-box {
    max-height: 100%;
  }

  .nav-links .desktop-item {
    display: none;
  }

  .nav-links .mobile-item {
    display: block;
    color: #f2f2f2;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }

  .nav-links .mobile-item:hover {
    background: #3a3b3c;
  }

  .drop-menu li {
    margin: 0;
  }

  .drop-menu li a {
    border-radius: 5px;
    font-size: 18px;
  }

  .mega-box {
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }

  .mega-box .content {
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }

  .mega-box .content .row {
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2) {
    border-top: 0px;
  }

  .content .row .mega-links {
    border-left: 0px;
    padding-left: 15px;
  }

  .row .mega-links li {
    margin: 0;
  }

  .content .row header {
    font-size: 19px;
  }
}

nav input {
  display: none;
}

.body-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 30px;
}

.body-text div {
  font-size: 45px;
  font-weight: 600;
}
.menu-btn {
  color: black;
}
/* ===========================header============================ */
.logo {
  width: 245px;
}

.logo img {
  width: 100%;
}

/* ============================slider-content========================== */
.carousel-caption {
  text-align: left !important;
  right: 8% !important;
  bottom: -21px !important;
  left: 10% !important;
}

.carousel-indicators {
  display: none;
}
.carousel-caption .pill-box {
  margin-top: 120px;
}
.all-heading {
  text-align: center;
  margin-bottom: 50px;
}
.all-heading .pill-box {
  margin: 0 auto;
}
.all-heading h3 {
  font-family: "Montserrat Alternates";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  color: #000000;
  margin: 18px 0;
}
.pill-box {
  display: table;
  padding: 10px 90px 10px 25px;
  background: #e6f4ff;
  border: 1px solid #1268fb;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
}
.people-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 20px;
  background: #e6f4ff;
  border: 1px solid #1268fb;
  border-radius: 10px;
}

.people-tag .text {
  font-size: 18px;
  font-weight: 600;
  color: #1268fb;
  font-family: "Montserrat Alternates";
}

.people-tag .line {
  width: 30px;
  height: 2px;
  background: #1e6bff;
}

.people-tag .dot {
  width: 8px;
  height: 8px;
  background: #1e6bff;
  border-radius: 50%;
}
.pill-text {
  font-size: 18px;
  font-weight: 600;
  color: #1268fb;
  font-family: "Montserrat Alternates";
}

.pill-line {
  position: absolute;
  width: 37px;
  height: 3px;
  background: #1268fb;
  border-radius: 4px;
  top: 50%;
  margin-left: 15px;
}

.pill-dot {
  position: absolute;
  right: -2px;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background: #1268fb;
  border-radius: 50%;
  top: 1px;
}
.banner-img {
  width: 100%;
}
.banner-img img {
  width: 100%;
}
.zoom-fade {
  animation: zoomFade 1s ease forwards;
}

@keyframes zoomFade {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.depth-3d {
  animation: depthPop 1s ease forwards;
}

@keyframes depthPop {
  from {
    opacity: 0;
    transform: translateZ(-80px);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
/* =============================counter=================================== */
.counter-back {
  background: url(../images/counter-back.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 25px;
  border-radius: 30px;
  margin-bottom: 70px;
}
.counter {
  color: #fff;
  padding: 0px;
  text-align: center;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
.counter-img {
  width: 30px;
}
.counter-number {
  font-family: "Montserrat Alternates";
  font-size: 60px;
  color: #ffffff;
  line-height: normal;
  font-weight: 800;
}
.counter-details h4 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 78px;
  color: #ffffff;
}
.counter-img {
  background-color: #ffff;
  width: 100px;
  border-radius: 72px;
  height: 100px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.counter-con {
  width: 70%;
  text-align: left;
  padding-left: 20px;
}
.counter-details h6 {
  font-family: "Montserrat Alternates";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
}

.carousel-caption h5 {
  font-family: "Montserrat Alternates";
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  color: #000000;
  margin: 18px 0;
}

.carousel-caption p {
  font-family: "Montserrat Alternates";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #4d4d4d;
  margin-bottom: 30px;
}

.a-btn a {
  border: none;
  padding: 15px 10px 15px 30px;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  font-family: "Montserrat Alternates";
  background: linear-gradient(90deg, #1268fb 0%, #2c3e97 100%);
  border-radius: 7px;
  color: #fff;
  font-weight: 600;
}
.a-btn a:hover {
  transform: translate(-3px, -3px);
  background: linear-gradient(90deg, #2c3e97 0%, #1268fb 100%);
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease;
}
.a-btn a:hover span {
  background: #ffffff;
  color: #000e5c;
  transition: all 0.3s ease;
}
.a-btn a:hover::after {
  top: 10px;
  left: 10px;
}
.buttons span {
  background: #010e37;
  padding: 10px;
  border-radius: 5px;
  margin-left: 10px;
}
.buttons i {
  transform: rotate(230deg);
}
.social-icons {
  margin-top: 45px;
}

.social-icons ul li {
  float: left;
}

.social-icons ul li a i {
  padding-right: 55px;
  color: #07dfed;
  font-size: 35px;
}
.animated-text {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  border-right: 2px solid #333;
  width: 0;
  animation: typing 3s steps(40, end) forwards, blink 0.7s step-end infinite;
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}
/* ======================outline texts======================== */

.out-lines {
  font-family: "MBFEdge";
  overflow: hidden;
  position: relative;
  padding-top: 50px;
}

/* Overlay effect */
.out-lines::before {
  content: "";
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.out-lines::after {
  content: "";
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.out-lines::before {
  left: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 55%,
    rgba(0, 0, 0, 0) 65%
  );
}

.out-lines::after {
  right: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 0, 0, 1) 55%,
    rgba(0, 0, 0, 0) 65%
  );
}

.out-lines .content {
  text-align: center;
  z-index: 2;
}

.outline-text ul li {
  float: left;
}

.outline-text ul {
  display: flex;
  margin: 0;
}

.outline-text {
  font-size: 160px;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 2px #444;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.gradient-text {
  font-size: 160px;
  font-weight: 800;
  color: #07dfed;
  text-transform: uppercase;
  letter-spacing: 5px;
}

@media (max-width: 768px) {
  .outline-text {
    font-size: 60px;
  }

  .gradient-text {
    font-size: 80px;
  }
}

.marquee-row {
  width: 100%;
  overflow-x: hidden;
}

.marquee-block {
  position: relative;
  display: flex;
  width: 100%;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  justify-content: space-between;
}

.marquee-item-list {
  display: inline-flex;
}

.marquee-item-list li {
  width: 100%;
  list-style: none;
  padding-right: 30px;
  white-space: nowrap;
  line-height: normal;
}

.marquee1 {
  animation-name: marquee1;
}

.marquee2 {
  animation-name: marquee2;
}

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

  100% {
    left: -100%;
  }
}

@keyframes marquee2 {
  100% {
    left: 0;
  }

  0% {
    left: -100%;
  }
}

/* ==============================about==================================== */

.about-us {
  padding:50px 0;
}
.about-us ul li {
  margin-bottom: 10px;
}
.about-img {
  width: 100%;
}

.about-us h5 {color:#1268fb;}
.about-img img {
  width: 100%;
}
.about-us i {color:#1268fb;}
.about-con h2 {
  color: #07dfed;
  font-family: "Montserrat Alternates";
  font-size: 26px;
  position: relative;
  align-items: center;
}

.about-con h2::after {
  position: absolute;
  background-color: #07dfed;
  width: 105px;
  height: 2px;
  content: "";
  left: auto;
  top: 50%;
  transform: translate(15%, -50%);
}

.about-con h3 {
  font-family: "Montserrat Alternates";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  color: #000000;
  margin: 18px 0;
}

.about-con p {
  color: #000000;
  font-family: "Montserrat Alternates";
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 45px;
  width: 96%;
}

/* ============================home products========================= */
.products {
  display: flex;
  overflow: hidden;
  padding-bottom: 50px;
}

.products-home {
  padding: 100px 0;
}

.pro-flex {
  width: 100%;
}

.pro-flex img {
  width: 100%;
}

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

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

.all-headings h2 {
  font-family: "Montserrat Alternates";
  font-style: normal;
  font-size: 48px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
/* =============================services========================== */
.extra-shadow {
  width: 125px;
  height: 125px;
  background: #0d6efd1a;
  padding: 20px;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 25px;
  border: 1px solid #007bff40;
}
.service-box {
  padding: 30px 20px;
  border-radius: 20px;
  transition: all 0.3s ease;
}
.service-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}
.icon-box {
  width: 80px;
  height: 80px;
  background: #0d6efd;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 25px rgba(13, 110, 253, 0.4);
}
.service-box {
  background: transparent;
  padding: 20px;
  margin-bottom: 0;
}

.icon-box {
  width: 80px;
  height: 80px;
  background: #0d6efd;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box img {
  width: 40px;
  height: 40px;
  filter: brightness(0) invert(1);
}

.service-box h5 {
  font-weight: 700;
  margin-bottom: 10px;
}

.service-box p {
  font-size: 14px;
  color: #6c757d;
  line-height: 1.6;
}
.services {
  background-image: url(../images/background.jpg);
  background-position: center;
  background-size: cover;
  background-position: center;
  padding: 50px 0 25px;
}
.services-details {
  align-items: center;
  box-shadow: -6px 0px 10px 0px #ddd;
  padding: 35px;
  border-radius: 20px;
  border-right: 4px solid #1e6bff;
}
.about-con h4 {
  color: #1e6bff;
  font-weight: 700;
  background-color: aliceblue;
  padding: 14px;
}
.services-details .about-img img {
  border-radius: 20px;
}
/* =========================================textimonial=============================== */

.demo {
  padding: 50px 0;
  overflow: hidden;
}

.testimonial {
  padding: 20px;
  background: #ffffff;
  color: #000000;
  border-radius: 20px;
  border: 2px dashed #1268fb;
  margin: 0px 25px 35px;
  min-height: 300px;
}

.testimonial-content p {
  font-family: "Montserrat Alternates";
  font-weight: 500;
}

.testimonial .testimonial-content {
}
.testimonial-lead {
  padding: 50px 0;
}
.testimonial .post-img {
}
.testi-flex {
  display: flex;
  align-items: center;
}
.con-flex {
  padding-left: 20px;
}

.testimonial .post-img img {
  width: 100%;
}

.testimonial-content .testimonial-icon {
  font-size: 14px;
  color: #ffba00;
  margin-bottom: 20px;
}

.testimonial .title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin: 0 0 5px 0;
  color: #000000;
  font-family: "Montserrat Alternates";
}

.testimonial .post {
  display: block;
  font-size: 14px;
  color: #006eff;
  font-family: "Montserrat Alternates";
}

.owl-theme .owl-controls {
  margin-top: 20px;
}

.owl-theme .owl-controls .owl-page span {
  background: #ccc;
  opacity: 1;
  transition: all 0.4s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #1c5cff;
}

/* ============================================footer=================================== */
.footer {
  background: url("../images/footer.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 25px 0;
}
.footer .contact-info i {
    font-size: 14px;
    margin-right: 10px;
    color: #ffffff;
    width: 30px;
    background-color: #ffffff2e;
    border: 1px solid #6d6d6d;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 48px;
}
.top-margin h5 {
  font-size: 24px;
  margin-bottom: 10px;
}
.footer a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.footer a:hover {
  text-decoration: none;
  color: #00aaff;
}
.footer .social-icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  color: #000;
  margin-right: 10px;
  transition: all 0.3s;
}
.footer .social-icons a:hover {
  background: #00aaff;
  color: #fff;
}
.footer .footer-logo img {
  max-width: 245px;
  background-color: #ffffff;
  padding: 10px;
  margin-bottom: 20px;
}
.footer hr {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .gallery img {
  width: 100px;
  height: 95px;
  object-fit: cover;
  margin: 5px;
  border-radius: 5px;
}
.footer .top-margin {
    margin-top: 30px;
}
.contact-info strong {
  width: 100%;
  display: block;
}
.top-margin {
  margin-top: 80px;
}

.contact-border .contact-info {
  display: flex;
  text-align: left;
  align-items: center;
  font-size: 14px;
}

/* ============================================ */
.fadein {
  opacity: 0;
  transition: all 1.5s;
  transform: translate(0, 100px);
}

.fadein.visible {
  opacity: 1;
  transform: translate(0, 0);
}

.type {
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  overflow: hidden;
  white-space: nowrap;
  border-right: 2px solid;
  animation: type 1s steps(90) 0.3s 1 normal both, cursor 1s step-end infinite;
  position: relative;
}

@keyframes type {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes cursor {
  50% {
    border-color: transparent;
  }
}

/* ==================================inner banner slider================================== */

.inner-banner {
  position: relative;
  height: 300px;
  display: flex;
  align-items: center;
  color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  overflow: hidden;
  background-image: url(../images/inner-banner.jpg);
}

.inner-banner__content h3 {
  font-family: "Montserrat Alternates";
  font-size: 65px;
  font-weight: 600;
}

/* 
.inner-banner__overlay {
    position: absolute;
    inset: 0;
    background: #000;
    pointer-events: none;
} */

.breadcrumb {
  background: rgba(255, 255, 255, 0.1) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  padding: 20px 20px !important;
  border-radius: 3px;
  font-family: "Montserrat Alternates" !important;
  display: table !important;
  margin: 0 auto;
}

/* Breadcrumb */
.breadcrumb ul {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.95rem;
  opacity: 0.95;
}

.breadcrumb a {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
}

.breadcrumb li + li::before {
  content: "/";
  margin: 0 8px;
  color: rgba(255, 255, 255, 0.6);
}

.active-page {
  color: #07dfed !important;
}

/* Title area */
.inner-banner__titlewrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  margin-top: 8px;
  flex-wrap: wrap;
}

.inner-banner__title {
  margin: 0;
  font-size: clamp(1.6rem, 3.5vw, 2.6rem);
  line-height: 1.05;
  letter-spacing: -0.5px;
}

.inner-banner__subtitle {
  margin: 4px 0 0;
  font-size: 0.98rem;
  opacity: 0.95;
  color: rgba(255, 255, 255, 0.95);
}

/* CTA */
.inner-banner__cta {
  margin-left: auto;
}

.inner-banner .btn {
  display: inline-block;
  padding: 10px 18px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  backdrop-filter: blur(4px);
  transition: transform 0.15s ease, background 0.15s ease;
}

.inner-banner .btn:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.18);
}

/* =========================gallery=============================== */

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

.img-fluid {
  width: 100% !important;
  height: 300px !important;
  object-fit: cover;
}

.portfolio-menu ul li {
  display: inline-block;
  margin: 0;
  list-style: none;
  padding: 10px 15px;
  cursor: pointer;
  -webkit-transition: all 05s ease;
  -moz-transition: all 05s ease;
  -ms-transition: all 05s ease;
  -o-transition: all 05s ease;
  transition: all 0.5s ease;
}

.portfolio-item {
  /*width:100%;*/
}

.portfolio-item .item {
  /*width:303px;*/
  float: left;
  margin-bottom: 25px;
}

.portfolio-menu ul li {
  font-family: "Montserrat Alternates";
}

/* ==================================contact us page ================================== */
.contact-page-sec {
  padding: 50px 0 20px;
}

.contact-info {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.contact-info-icon {
  margin-bottom: 15px;
}

.contact-info-item {
  padding: 30px 25px;
  background: #021032;
  position: relative;
  color: #fff;
  border-radius: 20px;
  font-family: "Montserrat Alternates";
  border-bottom: 2px solid #07dfed;
}

.contact-page-sec .contact-page-form h2 {
  color: #003977;
  font-size: 35px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 23px;
  font-family: "Montserrat Alternates";
}
.contact-page-form.contact-form input {
  margin-bottom: 5px;
}

.contact-page-form.contact-form textarea {
  height: 110px;
}

.contact-page-form.contact-form input[type="submit"] {
  background: #071c34;
  width: 150px;
  border-color: #071c34;
}

.contact-info-icon i {
  font-size: 48px;
  color: #07dfed;
}

.contact-info-text p {
  margin-bottom: 0px;
}

.contact-info-text h2 {
  color: #fff;
  font-size: 28px;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 10px;
}
.contact-info-text a, .contact-info-text a:hover {color: #999; text-decoration: none;}
.contact-info-text span {
  color: #999999;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}

.contact-page-form input {
  background: #e9e9e9 none repeat scroll 0 0;
  border: none;
  margin-bottom: 20px;
  padding: 18px 17px;
  width: 100%;
  border-radius: 4px;
  font-family: "Montserrat Alternates";
  font-size: 14px;
}

.contact-page-form .message-input {
  display: inline-block;
  width: 100%;
}

.single-input-field textarea {
  background: #e9e9e9 none repeat scroll 0 0;
  border: none;
  margin-bottom: 20px;
  padding: 18px 17px;
  width: 100%;
  border-radius: 4px;
  font-family: "Montserrat Alternates";
  font-size: 14px;
  height: 140px;
}

.single-input-fieldsbtn input[type="submit"] {
  background: #0799ed none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 10px 0;
  text-transform: capitalize;
  width: 150px;
  margin-top: 20px;
  font-size: 16px;
}

.single-input-fieldsbtn input[type="submit"]:hover {
  background: #022e32;
  transition: all 0.4s ease-in-out 0s;
  border-color: #071c34;
  color: #fff;
}

.contact-page-map iframe {
  filter: grayscale(100%);
  transition: filter 0.5s ease;
  border-radius: 20px;
}

.contact-page-map iframe:hover {
  filter: grayscale(0%);
}

.single-input-field h4 {
  color: #464646;
  text-transform: capitalize;
  font-size: 14px;
}

.contact-page-form {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}

.contact-page-map {
  margin-top: 36px;
}

/* =====================button hover========================== */
.button {
  border: none;
  outline: none;
  line-height: normal;
  text-align: center;
  display: block;
  margin: 20px auto;
  border-radius: 50px 50px 50px 50px;
  padding: 15px;
  font-weight: 700;
}
.foure {
  background-color: #1268fb;
  border: 2px solid #ffffff;
  color: #fff;
  position: relative;
  transition: all 0.5s ease-in-out;
  z-index: 2;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  margin: 0;
}
.foure:before {
  content: "";
  background-color: #000e5c;
  display: inline-block;
  width: 300px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 200px;
  z-index: -1;
  font-family: "Montserrat Alternates", sans-serif;
  transition: all 0.5s ease-in-out;
}
.foure:after {
  content: "";
  background-color: #000e5c;
  display: inline-block;
  width: 300px;
  height: 300px;
  position: absolute;
  top: 0;
  left: -302px;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}
.foure:hover {
  color: #fff;
}
.foure:hover:after {
  transform: translate(101px, 0);
}
.foure:hover:before {
  transform: translate(-101px, 0);
}
/* ========================animation======================= */
.zoom-in-zoom-out {
  margin: 24px;
  width: 490px;
  height: 490px;
  animation: zoom-in-zoom-out 2s ease-out infinite;
  border-radius: 100%;
  background: radial-gradient(
    circle,
    rgba(18, 104, 251, 0.56) 0%,
    rgba(14, 80, 193, 0) 57%,
    rgba(13, 72, 174, 0) 76%,
    rgba(11, 62, 149, 0) 100%
  );
  position: absolute;
  top: 30px;
  left: -460px;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.5, 0.5);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(0.5, 0.5);
  }
}

.floating {
  animation-name: floating;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  margin-left: 0px;
  margin-top: 0px;
}

@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, -0px);
  }
}

#particles-js {
  position: absolute;
  width: 100%;
  z-index: 2;
  height: 100%;
}
.content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.experience-section {
  padding: 0 20px;
  background: #fff;
}
.carousel-control-prev {
  z-index: 9999 !important;
}
.carousel-control-next {
  z-index: 9999 !important;
}
.exp-wrapper {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  position: relative;
}

/* Images */
.image-box {
  overflow: hidden;
  border-radius: 12px;
  animation: fadeUp 1.2s ease forwards;
}

.image-box img {
  width: 100%;
  display: block;
  transition: transform 0.6s ease;
  border-radius: 15px;
}

.image-box:hover img {
  transform: scale(1.08);
}

/* Left image animation */
.img-one {
  animation-delay: 0.2s;
}

/* Right image animation */
.img-two {
  animation-delay: 0.6s;
  position: absolute;
  top: 33%;
  right: -2%;
}

/* Experience Badge */
.experience-badge {
  position: absolute;
  top: 0%;
  right: 2%;
  background: #06153c;
  color: #fff;
  padding: 30px 20px;
  border-radius: 14px;
  text-align: center;
  animation: scaleIn 1.4s ease forwards;
}

.experience-badge h2 {
  font-size: 64px;
  font-weight: 700;
}

.experience-badge p {
  font-size: 18px;
  margin-top: 5px;
}



/* Animations */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.6);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}


.about-con li {
    padding: 4px;
    list-style-position: inside;
    list-style-type: none;
}
.about-con li i, .services-details i {color: #1268fb;}
.about-con li strong, .services-details strong {
    padding-right:8px;
    color: #000;
    font-weight: normal;
}
.experience-badge {
    display: none;
}
#menu-footer-menu li, #menu-services-menu li {margin-bottom: 10px;}

.term-inner {
  border: 1px solid #eee;
  background-color: #eee;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 50px;
  min-height:400px;
}