@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=Cookie&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;
}
html,
body {
  font-family: "Poppins", sans-serif !important;
  overflow-x: hidden;
  padding-top: 82px;
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  transition: all 0.3s ease;
}

/* Optional shadow on scroll */
.site-header.scrolled {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.container {
  max-width: 1600px !important;
}

a:hover {
  text-decoration: none !important;
}

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-con {
  padding: 8px;
  border-bottom: 1px solid #eee;
}
.preheader-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.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 {
  color: #1c51ff;
  padding-right: 8px;
}
.pre-close a {
  margin: 0;
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
.pre-icon ul li {
  float: left;
}
.pre-icon ul li i {
  color: #fff;
  background-color: #063c5d;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  font-size: 14px;
}
.wrapper .nav-links {
  display: inline-flex;
  margin: 0;
  width: 100%;
  justify-content: right;
  align-items: center;
}
.menu-btn i {
  color: #000;
}
.nav-links li {
  list-style: none;
  padding-left: 50px;
}
.header-btn {
  line-height: normal;
}
.nav-links li a {
  color: #000000;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-family: "Poppins", sans-serif;
}
.contact-btn a {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 25px;
}
.contact-btn a:hover {
  color: #fff;
  text-decoration: none;
}
.nav-links .mobile-item {
  display: none;
}

.nav-links .drop-menu {
  position: absolute;
  background: #ffffff;
  width: 340px;
  line-height: 45px;
  top: 115px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  z-index: 9999;
}
.hover-line {
  position: relative;
  text-decoration: none;
}

.hover-line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: #000;
  transition: width 0.4s ease;
}

.hover-line:hover::after {
  width: 100%;
  background-color: #44b8c6;
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
  transition: all 0.3s ease;
  top: 115px;
  opacity: 1;
  visibility: visible;
}
.drop-menu li {
  padding-left: 0;
}

.drop-menu li a {
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 500;
  border-radius: 0px;
  font-size: 16px;
}

.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: #242526;
    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========================== */
.circle-wrap {
  display: flex;
  gap: 20px;
}

.circle {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

.circle.fade-out img {
  opacity: 0;
  transform: rotate(20deg) scale(0.9);
}

.carousel-caption {
  text-align: left !important;
  right: 8% !important;
  bottom: 20% !important;
  left: 9% !important;
}

.carousel-indicators {
  display: none;
}
.all-heading {
  text-align: center;
  margin-bottom: 50px;
}
.all-heading .pill-box {
  margin: 0 auto;
}
.all-heading h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  color: #000000;
  margin: 18px 0;
  text-transform: capitalize;
}
/* .pill-box {
  display: table;
  padding: 10px 90px 10px 25px;
  background: #e6f4ff;
  border: 1px solid #063c5d;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
} */
.pill-box {
  position: relative;
}
.people-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 20px;
  border-radius: 10px;
}

.people-tag .text {
  font-size: 30px;
  color: #063c5d;
  font-family: "Cookie", cursive;
}
.service-box a {
  text-decoration: underline;
  color: #1c51ff;
}
.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: 40px;
  color: #063c5d;
  font-family: "Cookie", cursive;
}

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

/* .pill-dot {
  position: absolute;
  right: -2px;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background: #063c5d;
  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: "Poppins";
  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: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
}

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

.carousel-caption p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  width: 80%;
  color: #4d4d4d;
  margin-bottom: 30px;
}
.buttons {
  padding-top: 30px;
  display: flex;
}
.a-btn {
  margin-right: 20px;
}

.social-icons {
  margin-top: 45px;
  display: flex;
}
.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-img {
  width: 100%;
}

.about-img img {
  width: 100%;
  border-radius: 10px;
}

.about-con h2 {
  color: #07dfed;
  font-family: "Poppins";
  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: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  color: #000000;
  margin: 18px 0;
}

.about-con p {
  color: #000000;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  width: 96%;
}

/* ============================home products========================= */
.products {
  display: flex;
  overflow: hidden;
  padding-bottom: 50px;
}
.about-con h5 {
  color: #000000;
  font-weight: 600;
  font-size: 20px;
  padding-top: 20px;
  margin-bottom: 20px;
}
.about-con h6 {
  color: brown;
}
.products-home {
  padding: 100px 0;
}
.pricing-table {
  margin: 30px 0;
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  font-family: "Poppins";
  width: 100%;
}

.pricing-table table {
  width: 100%;
  border-collapse: collapse;
}

.pricing-table thead {
  background: linear-gradient(135deg, #063c5d, #074f7c);
  color: #fff;
}

.pricing-table th {
  padding: 16px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.pricing-table td {
  padding: 18px;
  font-size: 15px;
  border-bottom: 1px solid #eee;
}

.pricing-table tbody tr:last-child td {
  border-bottom: none;
}

.pricing-table tbody tr:hover {
  background: #f8faff;
}

.price {
  font-weight: 600;
  color: #002761;
  font-size: 16px;
}

.note {
  padding: 12px 16px;
  font-size: 13px;
  color: #666;
  background: #f9f9f9;
  text-align: center;
}
.pro-flex {
  width: 100%;
}

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

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

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

.all-headings h2 {
  font-family: "Poppins";
  font-style: normal;
  font-size: 48px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
.oder-page h4 {
  font-size: 34px;
}
/* =============================services========================== */
/* .extra-shadow {
  width: 125px;
  height: 125px;
  background: #0056b31a;
  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: #0056b3;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 25px rgba(13, 110, 253, 0.4);
} */
.products {
  padding: 50px 0;
}
.service-box {
  background: #f2f7fd;
  padding: 20px;
  margin-bottom: 20px;
}
.icon-box {
  position: relative;
  overflow: hidden;
}

.icon-box img {
  display: block;
  width: 100%;
  height: auto;
}
.icon-box {
  position: relative;
  overflow: hidden;
}

.icon-box img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}

/* Shine overlay */
.icon-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
}
.cat-box p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 15px;
}
/* Hover animation */
.cat-box:hover .icon-box::before {
  animation: shine 0.75s;
}
.cat-box:hover .hvr-shutter-in-vertical {
  border: 1px solid #00d2ff;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.text-center {
  justify-content: center;
}
.icon-box {
  width: 100%;
}

.icon-box img {
  width: 100%;
  border-radius: 10px;
}
.icon-box.special:hover::before {
  animation-duration: 1.2s;
}
.service-box h5 {
  font-weight: 700;
  margin-bottom: 10px;
}
.service-box {
  transition: all 0.6s ease;
  position: relative;
}
.cat-box {
  text-align: left;
  background: #f2f7fd;
  padding: 20px;
  margin-bottom: 20px;
  transition: all 0.6s ease;
  border-radius: 20px;
}
.cat-box:hover {
  background: #063c5d;
  transition: all 0.6s ease;
}
.cat-box:hover h5 {
  color: #fff;
}
.cat-box:hover p {
  color: #eee;
}
.cat-box:hover a {
  color: #6cb3ff;
}
.cat-box:hover a i {
  border: 1px solid #6cb3ff;
  padding: 7px;
  color: #6cb3ff;
}
.cat-box h5 {
  margin-top: 15px;
  font-weight: 600;
  transition: color 0.6s ease;
}
.service-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
}
.service-box h5 {
  margin-top: 15px;
  font-weight: 600;
  transition: color 0.6s ease;
}
.service-box:hover h5 {
  color: #0056b3;
}
.service-box a {
  display: inline-block;
  text-decoration: none;
  position: relative;
  background-color: #0056b3;
  transition: all 0.3s ease;
  color: #fff;
  font-size: 14px;
  padding: 7px 20px;
  border-radius: 22px;
}
.service-box a:hover {
  text-decoration: none;
  color: #fff;
}
/* .service-box a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0%;
  height: 2px;
  background: #0056b3;
  transition: width 0.3s ease;
}

.service-box:hover a::after {
  width: 100%;
} */
.service-box p {
  font-size: 14px;
  color: #6c757d;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.services {
  background-image: url(../images/background.jpg);
  background-position: center;
  background-size: cover;
  background-position: center;
  padding: 70px 0;
}
.border-left {
  border-left: 4px solid #063c5d !important;
}
.border-right {
  border-right: 4px solid #063c5d !important;
}
.services-details {
  align-items: center;
  box-shadow: -6px 0px 10px 0px #ddd;
  padding: 35px;
  border-radius: 20px;
  margin: 0 20px !important;
}
.about-con h4 {
  color: #063c5d;
  font-weight: 700;
  background-color: #063c5d14;
  padding: 14px;
}
.services-details .about-img img {
  border-radius: 20px;
}
/* =========================================textimonial=============================== */

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

.testimonial {
  padding: 50px;
  background: #ffffff;
  color: #000000;
  border-radius: 20px;
  margin: 0px 25px 35px;
  box-shadow: 0 0 35px 0 #f2f2f2;
}

.testimonial-content p {
  font-family: "Poppins";
  margin: 30px 0;
  font-size: 19px;
}

.testimonial .testimonial-content {
}
.testimonial-lead {
  padding: 50px 0;
}
.testimonial .post-img {
  position: absolute;
  width: 90px;
  top: -40px;
}
.testi-flex {
  display: flex;
  align-items: center;
}
.owl-carousel .owl-wrapper-outer {
  padding: 50px 0 0 !important;
}
.testimonial .post-img img {
  width: 100%;
}

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

.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: "Poppins";
}

.testimonial .post {
  display: block;
  font-size: 14px;
  color: #505050;
  font-family: "Poppins";
}

.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: 50px 0;
}
.footer .contact-info i {
  font-size: 24px;
  margin-right: 10px;
  color: #ffffff;
  width: 75px;
  background-color: #ffffff2e;
  border: 1px solid #6d6d6d;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 48px;
}
.top-margin h4 {
  font-size: 18px;
}
.top-margin h3 a {
  color: #1c51ff;
  font-size: 24px;
}
.list-unstyled i {
  color: #1c51ff;
}
.top-margin h5 {
  font-size: 28px;
  margin-bottom: 35px;
}
.footer a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.footer a:hover {
  text-decoration: none;
  color: #fff;
}
.footer .social-icons a {
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  color: #000;
  margin-right: 10px;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .social-icons a:hover {
  background: #00aaff;
  color: #fff;
}
.footer .footer-logo img {
  max-width: 225px;
}
.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;
}
.list-unstyled li {
  margin-bottom: 18px;
}
.contact-info strong {
  width: 100%;
  display: block;
}
.contact-border .contact-info {
  display: flex;
  text-align: left;
  align-items: center;
}

.contact-border .contact-info:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 18%;
  top: -67%;
  height: 183px;
  width: 1px;
  background: rgba(255, 255, 255, 0.25);
}
/* ============================================ */
.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: 530px;
  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: "Poppins";
  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: "Poppins" !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: "Poppins";
}

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

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

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

.contact-info-item {
  padding: 60px 25px 60px 25px;
  background: #021032;
  position: relative;
  color: #fff;
  border-radius: 20px;
  font-family: "Poppins";
  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: "Poppins";
}
.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 span {
  color: #999999;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}
.contact-info-text span a {
  color: #999999;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  text-decoration: none;
}
.contact-info-text span a:hover {
  color: #fff;
  text-decoration: none;
}
.contact-page-form input,
.contact-page-form select {
  background: #e9e9e9 none repeat scroll 0 0;
  border: none;
  margin-bottom: 20px;
  padding: 14px 17px;
  width: 100%;
  border-radius: 4px;
  font-family: "Poppins";
  font-size: 14px;
  color: #757575;
}
body.no-scroll {
  position: fixed;
  width: 100%;
}
.custom-model-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pop-up-content-wrap h2 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 25px;
  color: #063c5d;
}
.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: "Poppins";
  font-size: 14px;
  height: 140px;
}

.single-input-fieldsbtn input[type="submit"] {
  padding: 10px 15px;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  font-family: "Poppins";
  background: #063c5d;
  border-radius: 7px;
  color: #fff;
  border: 1px solid #89d3dd;
  font-weight: 600;
  width: 160px;
  margin: 0 auto;
  display: flex;
}

.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: 10px;
  width: 210px;
  font-weight: 700;
  padding: 12px 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;
}
.carousel-control-prev {
  z-index: 9999 !important;
}
.carousel-control-next {
  z-index: 9999 !important;
}
.exp-wrapper {
  display: flex;
  gap: 20px;
}

/* Images */
.image-box {
  width: 50%;
}

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

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

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

/* Right image animation */
.img-two {
}

/* 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);
  }
}

/* Responsive */
@media (max-width: 768px) {
}

/* =====================================category=================================== */
.slick-next:before,
.slick-prev:before {
  color: #000000 !important;
}
.category-img {
  position: relative;
  justify-items: center;
  width: 100%;
}
.category-img img {
  border-radius: 10px;
  width: 95%;
  margin: 0 auto;
}
.category-content {
  position: absolute;
  bottom: 48px;
  background-color: #f0f8ffdb;
  margin: 0 0px;
  padding: 20px;
  transform: translate(7%, 0%);
  width: 395px;
  border-radius: 5px;
}
.slick-slide img {
  height: 580px;
  object-fit: cover;
}
.slick-slide {
  margin-bottom: 30px;
}
.read-btn {
  justify-content: space-between;
  display: flex;
}
.read-btn a {
  text-decoration: underline;
  color: #1c51ff;
  font-weight: 500;
  text-transform: capitalize;
  font-family: "Poppins";
}
.read-btn i {
  border: 1px solid #1c51ff;
  padding: 7px;
  color: #1c51ff;
  width: 30px;
  height: 30px;
  display: flex;
  border-radius: 3px;
  justify-content: center;
}
.category-content h3 {
  font-size: 22px;
  font-weight: 600;
  color: #16243d;
  margin-bottom: 10px;
}
.category-content p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
}
/* =======================================faq====================================== */
.faq {
  background-image: url(../images/background-2.jpg);
  background-position: center;
  background-size: cover;
  background-position: center;
  padding: 70px 0;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  color: #000000;
  font-size: 17px;
  font-weight: 600;
  border: none;
  background: none;
  outline: none;
  font-family: "Poppins";
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 8px 10px 0 #f3f3f3;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #03b5d2;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 22px;
  right: 18px;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded="true"] {
  color: #03b5d2;
}
.accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}
.accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: max-content;
  transition: all 200ms linear;
  will-change: opacity, max-height;
  background-color: #fff;
  margin-bottom: 30px;
  padding: 0 20px;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity 200ms linear,
    max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-weight: 300;
  margin: 2em 0;
  font-size: 15px;
}
.accordion {
  overflow-anchor: none;
  width: 50%;
  margin: 0 auto;
}
.accordion-item {
  margin-bottom: 24px;
}
/* ==========================pop up=========================== */
.Click-here {
  padding: 10px 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Poppins";
  background: #063c5d;
  border-radius: 7px;
  color: #fff;
  border: 1px solid #89d3dd;
  font-weight: 600;
  width: 160px;
  text-align: center;
}
.details-center .Click-here {
  margin: 0 auto;
  display: flex !important;
  justify-content: space-evenly;
}
.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition:
    opacity 0.15s linear,
    z-index 0.15;
  -o-transition:
    opacity 0.15s linear,
    z-index 0.15;
  transition:
    opacity 0.15s linear,
    z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition:
    transform 0.3s ease-out,
    -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  margin: 30px auto;
  max-width: 97%;
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  z-index: 1001;
  font-size: 28px;
  color: #333;
  background: #f1f1f1;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 800px) {
  .custom-model-main:before {
    content: "";
    display: inline-block;
    height: auto;
    vertical-align: middle;
    margin-right: -0px;
    height: 100%;
  }
}
@media screen and (max-width: 799px) {
  .custom-model-inner {
    margin-top: 45px;
  }
}
/* ======================================================== */
.category-btn a {
  display: inline-block;
  position: relative;
  color: rgb(0, 86, 179);
  text-decoration: none;
  transition: 0.3s;
  font-weight: 600;
  font-size: 14px;
  text-decoration: underline;
}
.category-btn a::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -3px;
  width: 0%;
  height: 2px;
  background: rgb(0, 86, 179);
  transition: width 0.3s;
}
.category-btn a:hover {
  text-decoration: none;
}
.category-box h3 {
  font-size: 24px;
  color: #063c5d;
  font-weight: 600;
  font-family: "Poppins";
  margin-top: 20px;
}
.carousel-control-next,
.carousel-control-prev {
  width: 9% !important;
}
.hvr-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #fff !important;
  font-weight: 400;
  padding: 15px 30px;
  border-radius: 10px !important;
  text-decoration: none !important;
}
.hvr-shutter-in-vertical:hover,
.hvr-shutter-in-vertical:focus,
.hvr-shutter-in-vertical:active {
  color: white;
}
.hvr-shutter-in-vertical:hover:before,
.hvr-shutter-in-vertical:focus:before,
.hvr-shutter-in-vertical:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  text-decoration: none !important;
}
.hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #063c5d;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 10px;
}
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.hvr-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-pulse-grow:hover,
.hvr-pulse-grow:focus,
.hvr-pulse-grow:active {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
