/*=== MEDIA QUERY ===*/
@import url("https://fonts.googleapis.com/css?family=Literata:400,600,700&amp;display=swap|Open%20Sans");
html, body {
  overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  line-height: 1.7;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #6e7797;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Literata", serif;
  font-weight: 700;
  color: #0c111a;
}

h1 {
  font-size: 44px;
  line-height: 1.3;
}

h2 {
  font-size: 32px;
  line-height: 1.3;
}

h3 {
  font-size: 28px;
  line-height: 1.3;
}

h4 {
  font-size: 22px;
  line-height: 1.4;
}

h5 {
  font-size: 18px;
  line-height: 1.4;
}

h6 {
  font-size: 16px;
  line-height: 1.4;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

.text-sm {
  font-size: 14px;
}

.text-color {
  color: #00A1F2;
}

.letter-spacing {
  letter-spacing: 1px;
}

.btn {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0px;
  padding: 14px 35px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  border: 2px solid transparent;
  transition: all 0.3s ease 0s;
  border-radius: 0px;
  box-shadow: 0 11px 22px rgba(34, 34, 34, 0.2);
}

.btn-main {
  background: #00A1F2;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  transition: all 0.2s ease;
}

.btn-main:hover {
  background: #000a2d;
  border-color: #000a2d;
  color: #fff;
  transition: 2s;
}

.btn-secondary {
  background: #000a2d !important;
}

.btn-rounded {
  border-radius: 28px;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}

.bg-shadow {
  box-shadow: 0px 0px 82px -20px rgba(0, 0, 0, 0.33);
}

.bg-gray {
  background: #f9f9f9;
}

.bg-dark {
  background: #202122;
}

.section {
  padding: 100px 0;
}

.section-sm {
  padding: 70px 0;
}

.section-top {
  padding-top: 100px;
}

.section-bottom {
  padding-bottom: 100px;
}

.section-title {
  margin-bottom: 70px;
}

.section-title h2 {
  position: relative;
  padding-bottom: 20px;
}

.section-title h2:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 40px;
  height: 3px;
  right: 0px;
  margin: 0 auto;
  background: #00A1F2;
}

.title {
  margin-bottom: 70px;
}

.title h2 {
  position: relative;
  padding-bottom: 20px;
}

.title h2:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 40px;
  height: 3px;
  background: #00A1F2;
}

.section-label {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 700;
  color: #00a1f2;
  font-size: 0.82rem;
}

.about-card {
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 24px 22px;
  box-shadow: 0 24px 60px rgba(10, 46, 92, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.about-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 32px 72px rgba(10, 46, 92, 0.1);
}

.about-card-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.about-card-top span {
  font-size: 2rem;
  color: #00a1f2;
  font-weight: 700;
}

.about-card p {
  margin: 0;
  color: #5e6a83;
  line-height: 1.8;
}

.overly {
  position: relative;
}

.overly:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #1d192c;
  opacity: 0.8;
}

a {
  color: #0c111a;
  transition: all .25s ease;
}

a:hover {
  color: #00A1F2;
}

a:focus, a:hover {
  outline: none;
  text-decoration: none;
}

.secondary-bg {
  background: #f6f5ff;
}

.primary-bg {
  background: #00A1F2;
}

.form-control {
  height: 53px;
  border-radius: 0px;
  padding-left: 20px;
}

.form-group {
  margin-bottom: 20px;
}

.navigation {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.navigation .nav-link {
  padding: 40px 20px !important;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .5px;
  font-weight: 700;
}

.header-padding {
  padding: 0px 80px;
}

.navigation .nav-link.active {
  color: #00A1F2;
}

.site-header.scrolled {
  position: fixed;
  top: 0;
  background: #fff;
  transition: .0s all ease;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 9999;
  width: 100%;
}

.site-header.awake {
  transition: .3s all ease;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.navigation-2.site-header.scrolled {
  background: #000a2d;
}

.navigation-2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 99999;
}

.navigation-2 .nav-link {
  padding: 40px 15px !important;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .5px;
  font-weight: 700;
  color: #fff !important;
}

@media (max-width: 480px) {
  #navbarmain {
    margin-bottom: 40px;
  }
  .navigation .nav-link {
    padding: 13px 20px !important;
  }
  .navigation-2 .nav-link {
    padding: 13px 20px !important;
    color: #0c111a !important;
  }
  .navigation-2 {
    position: relative;
  }
}

@media (max-width: 400px) {
  #navbarmain {
    margin-bottom: 40px;
  }
  .navigation .nav-link {
    padding: 13px 20px !important;
  }
  .navigation-2 .nav-link {
    padding: 13px 20px !important;
    color: #0c111a !important;
  }
  .navigation-2 {
    position: relative;
  }
}

@media (max-width: 768px) {
  #navbarmain {
    margin-bottom: 40px;
  }
  .navigation .nav-link {
    padding: 13px 20px !important;
  }
  .navigation-2 .nav-link {
    padding: 13px 20px !important;
    color: #0c111a !important;
  }
  .navigation-2 {
    position: relative;
  }
}

@media (max-width: 992px) {
  #navbarmain {
    margin-bottom: 40px;
  }
  .navigation .nav-link {
    padding: 13px 20px !important;
  }
  .navigation-2 .nav-link {
    padding: 13px 20px !important;
    color: #0c111a !important;
  }
  .navigation-2 {
    position: relative;
  }
}

.slider {
  position: relative;
  padding: 140px 0px;
  background: url("../images/banner-img.png") no-repeat;
  background-size: cover;
}

.slider.hero-carousel-section {
  position: relative;
  padding: 0;
  min-height: 100vh;
  overflow: hidden;
  background: none;
}

.slider.hero-carousel-section:before {
  display: none;
}

.hero-carousel {
  position: relative;
}

.hero-slide {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
}

.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top center, rgba(88, 201, 255, 0.18) 0%, transparent 35%),
              linear-gradient(180deg, rgba(4, 11, 35, 0.58) 0%, rgba(3, 10, 27, 0.88) 100%);
  pointer-events: none;
}

.hero-slide-overlay {
  position: absolute;
  inset: 0;
  background: rgba(5, 9, 20, 0.42);
}

.hero-slide-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 140px 20px 120px;
}

.hero-slide .section-label {
  display: inline-block;
  color: #8af4ff;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 24px;
  font-size: 0.85rem;
}

.hero-slide h1 {
  font-size: clamp(3rem, 5vw, 5.5rem);
  line-height: 1.02;
  margin-bottom: 24px;
  color: #ffffff;
  letter-spacing: -0.03em;
}

.hero-slide p {
  max-width: 720px;
  margin: 0 auto 32px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.05rem;
  line-height: 1.75;
}

.hero-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 26px;
}

.hero-buttons .btn {
  min-width: 170px;
}

.hero-meta {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  color: rgba(237, 249, 255, 0.9);
  font-size: 0.95rem;
}

.hero-meta span {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.hero-carousel .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: none;
  background: rgba(9, 14, 32, 0.72);
  color: #ffffff;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.hero-carousel .slick-prev {
  left: 24px;
}

.hero-carousel .slick-next {
  right: 24px;
}

.hero-carousel .slick-dots {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex !important;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.hero-carousel .slick-dots li {
  width: auto;
}

.hero-carousel .slick-dots li button {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  border: none;
  transition: transform 0.3s ease, background 0.3s ease;
}

.hero-carousel .slick-dots li.slick-active button {
  background: #6de8ff;
  transform: scale(1.2);
  box-shadow: 0 0 18px rgba(110, 232, 255, 0.45);
}

.hero-carousel .slick-slide {
  opacity: 0.98;
}

@media (max-width: 992px) {
  .hero-slide-content {
    padding: 120px 18px 100px;
  }
  .hero-buttons {
    gap: 12px;
  }
  .hero-carousel .slick-arrow {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 768px) {
  .slider.hero-carousel-section {
    min-height: 85vh;
  }
  .hero-slide-content {
    padding: 100px 16px 90px;
  }
  .hero-slide h1 {
    font-size: clamp(2.4rem, 7vw, 3.6rem);
  }
  .hero-buttons {
    flex-direction: column;
  }
  .hero-buttons .btn {
    width: 100%;
    max-width: 320px;
  }
  .hero-carousel .slick-prev,
  .hero-carousel .slick-next {
    display: none;
  }
}

.banner-content {
  z-index: 2;
}

.banner-content h1 {
  font-size: 85px;
  line-height: 1.1;
  margin-bottom: 25px;
  color: #fff;
}

.banner-content .btn {
  margin-top: 20px;
}

.socials-icon a {
  font-size: 20px;
  margin-right: 20px;
  color: #fff;
}

.box-shadow {
  box-shadow: 0px 4px 8px 0px rgba(209, 210, 226, 0.3);
}

.cd-headline.clip b.is-visible {
  text-decoration: underline;
}

.banner {
  background: #000a2d;
  background: url("../images/main-banner1.jpg") 80% 50%;
  background-size: cover;
  position: relative;
  min-height: 700px;
  overflow: hidden;
}

.banner .banner-content {
  padding-top: 100px;
  z-index: 2;
}

.banner .banner-content h1 {
  font-size: 80px;
  line-height: 1.1;
  margin-bottom: 25px;
}

.banner .banner-content .btn {
  margin-top: 20px;
}

.banner-img {
  position: absolute;
  content: "";
  bottom: -90px;
  right: 60px;
  height: 100%;
}

@media (max-width: 480px) {
  .slider h1 {
    font-size: 35px;
    line-height: 1.1;
  }
  .banner .banner-content h1 {
    font-size: 35px;
    line-height: 1.1;
  }
  .banner-content {
    padding: 70px 0px;
  }
  .lead {
    font-size: 1rem;
  }
  .slider::before {
    display: none;
  }
  .banner {
    min-height: 400px;
  }
}

@media (max-width: 400px) {
  .slider h1 {
    font-size: 35px;
    line-height: 1.1;
  }
  .banner .banner-content h1 {
    font-size: 35px;
    line-height: 1.1;
  }
  .banner-content {
    padding: 70px 0px;
  }
  .lead {
    font-size: 1rem;
  }
  .slider::before {
    display: none;
  }
  .banner {
    min-height: 400px;
  }
}

@media (max-width: 768px) {
  .slider h1 {
    font-size: 35px;
    line-height: 1.1;
  }
  .banner .banner-content h1 {
    font-size: 35px;
    line-height: 1.1;
  }
  .banner-content {
    padding: 70px 0px;
  }
  .lead {
    font-size: 1rem;
  }
  .slider::before {
    display: none;
  }
  .banner {
    min-height: 400px;
  }
}

@media (max-width: 992px) {
  .slider h1 {
    font-size: 55px;
    line-height: 1.1;
  }
  .banner .banner-content h1 {
    font-size: 55px;
    line-height: 1.1;
  }
  .banner-content {
    padding: 70px 0px;
  }
  .lead {
    font-size: 1rem;
  }
  .slider::before {
    display: none;
  }
  .banner {
    min-height: 400px;
  }
}


/* Floating WhatsApp Button */
.whatsapp-btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 64px;
  height: 64px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  z-index: 1000;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: whatsapp-pulse 2s infinite;
}

/* Icon inside */
.whatsapp-btn img {
  width: 32px;
  height: 32px;
  filter: invert(1); /* makes icon white */
}

/* Hover effect */
.whatsapp-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35);
}

/* Pulse animation */
@keyframes whatsapp-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 18px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}


@media (max-width: 768px) {
  .header-padding {
    padding: 0 15px;
  }
  .intro-img:before {
    display: none;
  }
  .testimonial-item .testimonial-image img {
    max-width: 100%;
    width: auto;
  }
  .skill-bar .text-right {
    text-align: left;
  }
}

.about-wrap {
  position: relative;
  margin-top: -60px;
  background: #fff;
  padding: 40px;
  border-radius: 5px;
}

.text-lg {
  font-size: 55px;
  line-height: 1.2;
}

.service-item {
  padding: 60px 40px;
  border: 2px solid #f6f5ff;
  background: #fff;
  position: relative;
  z-index: 1;
  transition: all .45s ease;
}

.service-item h4, .service-item i, .service-item p {
  transition: all .45s ease;
}

.service-item i {
  font-size: 50px;
  color: #00A1F2;
}

.service-item p {
  margin-bottom: 50px;
}

.service-item:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  background: #00A1F2;
  width: 100%;
  height: 70%;
  opacity: 0;
  z-index: -1;
  transition: all .45s ease;
}

.service-item:hover:before {
  opacity: 1;
  height: 100%;
}

.service-item:hover h4 {
  color: #fff;
}

.service-item:hover p {
  color: #fff;
}

.service-item:hover .read-more {
  color: #fff;
}

.service-item:hover i {
  color: #fff;
}

.service-item .read-more {
  color: #6e7797;
}

.read-more {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .5px;
  transition: all .45s ease;
}

.read-more i {
  font-size: 14px;
  margin-left: 5px;
  transition: all .45s ease;
}

.read-more:hover i {
  margin-left: 8px;
}

.intro-img {
  position: relative;
}

.intro-img:before {
  position: absolute;
  content: "";
  left: -40px;
  top: -30px;
  background: #f6f5ff;
  width: 420px;
  height: 420px;
  z-index: -1;
}

.intro-img img {
  width: 100%;
}

.intro-content h2 {
  position: relative;
  padding-top: 30px;
}

.intro-content h2:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  background: #00A1F2;
  width: 50px;
  height: 5px;
  z-index: -1;
}

.intro-content ul li {
  margin-bottom: 20px;
}

.intro-content ul li i {
  color: #6e7797;
}

.intro-image-card {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(2, 18, 48, 0.16);
}

.intro-image-badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  background: rgba(0, 161, 242, 0.95);
  color: #ffffff;
  padding: 0.85rem 1.2rem;
  border-radius: 999px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.82rem;
}

.intro-features {
  display: grid;
  gap: 12px;
}

.intro-feature {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: #f8fbff;
  border-radius: 16px;
  padding: 18px 20px;
  color: #1b283d;
  font-weight: 600;
}

.intro-feature i {
  color: #00a1f2;
  margin-top: 4px;
  font-size: 14px;
}

.section-description {
  color: #616d82;
  max-width: 620px;
  line-height: 1.8;
  margin-top: 12px;
}

.section-pill {
  display: inline-flex;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: #eaf5ff;
  color: #0d2e53;
  font-size: 0.95rem;
  font-weight: 600;
  border: 1px solid rgba(0, 161, 242, 0.15);
}

.skill-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 25px 60px rgba(5, 18, 51, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.skill-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 35px 80px rgba(5, 18, 51, 0.12);
}

.skill-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.skill-card-top h4 {
  font-size: 1.05rem;
  color: #0c111a;
  margin: 0;
}

.skill-card-top span {
  color: #00a1f2;
  font-weight: 700;
}

.skill-progress {
  height: 10px;
  background: #e8f4ff;
  border-radius: 999px;
  overflow: hidden;
}

.skill-progress-bar {
  height: 100%;
  background: #00a1f2;
  border-radius: 999px;
  transition: width 0.7s ease;
}

.service-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 32px 24px;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 70px rgba(4, 12, 34, 0.12);
}

.service-card-icon {
  width: 70px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #00a1f2;
  background: rgba(0, 161, 242, 0.1);
  border-radius: 22px;
  margin-bottom: 20px;
  font-size: 28px;
}

.service-card h4 {
  margin-bottom: 16px;
  font-size: 1.25rem;
  color: #101f36;
}

.service-card p {
  color: #5e6a83;
  line-height: 1.75;
}

.cta-text {
  margin-top: 12px;
  color: #53607a;
  font-size: 1rem;
  max-width: 680px;
}

.contact-panel {
  background: #0c1a38;
  color: #ffffff;
  padding: 36px;
  border-radius: 32px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 30px 90px rgba(1, 17, 49, 0.18);
}

.contact-panel .section-label {
  display: inline-block;
  color: #88c8ff;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  margin-bottom: 18px;
}

.contact-panel h3 {
  font-size: 2rem;
  margin-bottom: 18px;
  color: #ffffff;
}

.contact-panel p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.8;
  margin-bottom: 28px;
}

.contact-panel-info div {
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #cbd4ea;
}

.contact-panel-info strong {
  color: #ffffff;
  font-weight: 700;
}

.contact-panel-info a {
  color: #88c8ff;
  text-decoration: none;
}

.contact-panel-actions {
  display: flex;
  gap: 14px;
  margin-top: 24px;
}

.contact-panel-actions a {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.contact-panel-actions a:hover {
  background: #00a1f2;
  color: #ffffff;
  border-color: transparent;
}

.contact-card {
  background: #ffffff;
  border-radius: 32px;
  padding: 30px;
  box-shadow: 0 25px 70px rgba(4, 12, 34, 0.08);
}

.contact-card .form-control {
  background: #f8faff;
  border-radius: 18px;
  padding: 20px 18px;
  border: 1px solid rgba(15, 30, 70, 0.1);
}

.contact-card .form-group label {
  font-weight: 700;
  color: #1a2438;
}

.contact-card .btn-main {
  min-width: 180px;
}

.counter-item {
  text-align: center;
  padding: 40px;
  background: #f6f5ff;
  background: linear-gradient(to top, #f6f5ff 0%, white 100%);
}

.counter-item i {
  font-size: 40px;
  color: #00A1F2;
}

.counter-item .counter {
  font-size: 50px;
  line-height: 1.1;
  display: block;
  font-weight: 700;
  margin: 15px 0px 15px 0px;
  font-family: "Literata", serif;
  color: #0c111a;
}

.counter-item h5 {
  text-transform: capitalize;
  color: #6e7797;
}

@media (max-width: 480px) {
  .about-wrap {
    margin-top: 55px;
  }
  .text-lg {
    font-size: 45px;
  }
}

@media (max-width: 400px) {
  .about-wrap {
    margin-top: 55px;
  }
  .text-lg {
    font-size: 45px;
  }
}

@media (max-width: 768px) {
  .about-wrap {
    margin-top: 55px;
  }
  .text-lg {
    font-size: 45px;
  }
}

.cta-wrap {
  padding: 60px;
  margin-top: -90px;
  background: #fff;
  position: relative;
  border-radius: 5px;
}

.cta-wrap:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url("../images/4.png") no-repeat;
  background-size: cover;
  opacity: .5;
}

.experience .content {
  padding: 20px 40px 20px 0px;
  border-bottom: 1px solid #eee;
}

.experience .content h5 {
  margin-bottom: 10px;
}

.experience .content p {
  margin-top: 20px;
}

#team {
  padding-bottom: 200px;
}

#team img {
  width: 100%;
}

.team-block {
  position: relative;
  z-index: 2;
  border: 10px solid #fff;
  box-shadow: 0px 16px 32px 0px rgba(167, 178, 219, 0.3);
}

.team-block:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 70%;
  background: #00A1F2;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all .45s ease;
}

.team-block .team-content {
  padding-left: 40px;
}

.team-block .overlay-content {
  padding-left: 50px;
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  margin: auto;
  top: 30%;
  z-index: 3;
  margin-top: -50px;
  opacity: 0;
  visibility: hidden;
  transition: all .45s ease;
}

.team-block .overlay-content h4, .team-block .overlay-content span, .team-block .overlay-content a i {
  color: #fff;
}

.team-block .overlay-content p {
  color: #fff;
  opacity: .8;
}

.team-block .overlay-content ul {
  margin-top: 30px;
}

.team-block .overlay-content ul li a {
  margin: 15px 10px 0px 0px;
}

.team-block:hover:before {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.team-block:hover .overlay-content {
  opacity: 1;
  visibility: visible;
}

#testimonial {
  position: relative;
  padding: 90px 0 70px;
  overflow: hidden;
}

#testimonial:before {
  position: absolute;
  content: "";
  left: 0;
  top: 16%;
  width: 100%;
  height: 82%;
  background: #f6f5ff;
  transform: skewY(-1.5deg);
  z-index: 0;
}

#testimonial .title,
#testimonial .testimonial-slider {
  position: relative;
  z-index: 1;
}

#testimonial .section-label {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 700;
  color: #00a1f2;
  font-size: 0.88rem;
}

#testimonial .testimonial-slider {
  position: relative;
}

#testimonial .testimonial-slider .slick-list {
  margin: 0 -10px;
}

#testimonial .testimonial-item {
  background: #ffffff;
  padding: 36px 32px;
  border-radius: 28px;
  box-shadow: 0 30px 80px rgba(12, 46, 90, 0.08);
  border: 1px solid rgba(58, 99, 169, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 360px;
}

#testimonial .testimonial-rate i {
  color: #00a1f2;
  margin-right: 5px;
  font-size: 0.9rem;
}

#testimonial .testimonial-content {
  padding-bottom: 12px;
}

#testimonial .testimonial-item h4 {
  color: #111430;
  font-size: 1.18rem;
  margin-bottom: 18px;
}

#testimonial .testimonial-item p {
  color: #5c6688;
  line-height: 1.85;
  margin-bottom: 22px;
}

#testimonial .testimonial-footer {
  display: flex;
  align-items: center;
  gap: 16px;
}

#testimonial .testimonial-meta h5 {
  margin-bottom: 4px;
  color: #121a34;
  font-weight: 700;
}

#testimonial .testimonial-meta p {
  margin: 0;
  color: #7f89a5;
}

#testimonial .testimonial-image {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid rgba(0, 161, 242, 0.18);
  box-shadow: 0 18px 40px rgba(0, 161, 242, 0.14);
}

#testimonial .testimonial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#testimonial .slick-arrow {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(78, 108, 163, 0.14);
  box-shadow: 0 16px 36px rgba(28, 74, 140, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}

#testimonial .slick-prev {
  left: -18px;
}

#testimonial .slick-next {
  right: -18px;
}

#testimonial .slick-prev i,
#testimonial .slick-next i {
  color: #00a1f2;
  font-size: 0.9rem;
}

#testimonial .slick-dots {
  position: absolute;
  bottom: -28px;
  right: 0;
  left: auto;
  text-align: right;
  width: 100%;
  z-index: 2;
}

#testimonial .slick-dots li {
  margin: 0 5px;
  display: inline-block;
}

#testimonial .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0;
  background: transparent;
  border: none;
}

#testimonial .slick-dots li button::before {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  background: #ced7ea;
  opacity: 0.7;
}

#testimonial .slick-dots li.slick-active button::before {
  background: #00a1f2;
  opacity: 1;
}

@media (max-width: 991px) {
  #testimonial {
    padding-top: 70px;
  }

  #testimonial:before {
    top: 22%;
  }

  #testimonial .slick-prev {
    left: 8px;
  }

  #testimonial .slick-next {
    right: 8px;
  }
}

@media (max-width: 767px) {
  #testimonial {
    padding-top: 60px;
  }

  #testimonial .section-label {
    display: none;
  }

  #testimonial .slick-dots {
    bottom: -24px;
    text-align: center;
  }

  #testimonial .slick-prev,
  #testimonial .slick-next {
    display: none;
  }

  #testimonial .testimonial-item {
    padding: 28px 22px;
    min-height: auto;
  }
}

.lh-45 {
  line-height: 45px;
}

.skill-bar {
  padding: 20px 10px 0px 10px;
}

.skill-bar h4 {
  color: #6e7797;
}

.progress {
  height: 5px;
  width: 100%;
  overflow: visible;
  position: relative;
  margin: 0 0 35px 0;
  border-radius: 0px;
}

.progress-bar {
  position: absolute;
  width: 0;
  top: 0;
  left: 0;
  height: 100%;
  background: #00A1F2;
  border-radius: 0px;
  transition: all 3s ease-in-out;
}

.progress-bar .percent-text {
  font-size: 32px;
  color: #0c111a;
  font-weight: 600;
  position: absolute;
  top: -62px;
  left: 0;
}

.portfolio-item {
  width: 100%;
  overflow: hidden;
  border-radius: 28px;
  background: #111827;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
  position: relative;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.portfolio-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 32px 70px rgba(0, 0, 0, 0.24);
}

.portfolio-item img {
  width: 100%;
  display: block;
  transition: transform 0.6s ease;
}

.portfolio-item:hover img {
  transform: scale(1.08);
}

.portfolio-item:before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 18, 36, 0.08), rgba(9, 18, 36, 0.88));
  opacity: 1;
  z-index: 1;
}

.portfolio-item .overlay-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 26px 24px 24px;
  z-index: 2;
  text-align: left;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  background: linear-gradient(180deg, rgba(9, 18, 36, 0) 0%, rgba(4, 8, 20, 0.95) 80%);
}

.portfolio-item .overlay-content h5 {
  color: #ffffff;
  margin-bottom: 12px;
  font-size: 1.05rem;
  letter-spacing: 0.01em;
  line-height: 1.4;
}

.portfolio-item .overlay-content a {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.25s ease;
  margin-right: 0.65rem;
}

.portfolio-item .overlay-content a:hover {
  background: #00a1f2;
  color: #ffffff;
}

.portfolio-item .overlay-content a:last-child {
  margin-right: 0;
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07) !important;
}

.portfolio .btn:focus, .portfolio .btn:hover {
  box-shadow: none !important;
}

.portfolio .btn.active {
  background: #00a1f2;
  color: #ffffff;
  border-color: rgba(0, 161, 242, 0.4);
  box-shadow: 0 18px 40px rgba(0, 161, 242, 0.18);
}

.portfolio .btn-group > .btn {
  box-shadow: none !important;
}

.portfolio .btn-group:not(:first-child) > .btn, .portfolio .btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.portfolio-intro {
  color: #6e7797;
  max-width: 620px;
  margin-bottom: 0;
}

.portfolio-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-end;
}

.portfolio-filters .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  padding: 0.9rem 1.8rem;
  font-weight: 600;
  min-width: 0;
  white-space: normal;
  color: #2c3e50;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: all 0.3s ease;
}

.portfolio-gallery .shuffle-item {
  overflow: hidden;
}

.portfolio {
  overflow-x: hidden;
}

@media (max-width: 575px) {
  .portfolio-filters {
    justify-content: center;
  }

  .portfolio-filters .btn {
    flex: 1 1 auto;
    min-width: 0;
  }
}


.portfolio-filters .btn:hover,
.portfolio-filters .btn.active {
  background: #00a1f2;
  color: #ffffff;
  border-color: rgba(0, 161, 242, 0.4);
  box-shadow: 0 18px 40px rgba(0, 161, 242, 0.18);
}

.portfolio-category {
  display: none;
}

.portfolio-category.active {
  display: block;
}

@media (max-width: 991.98px) {
  .portfolio-slide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .portfolio-slide {
    grid-template-columns: 1fr;
  }
}

.portfolio.modern-portfolio {
  position: relative;
  padding: 100px 0 70px;
  background: #050c1f;
  overflow: hidden;
}

.portfolio.modern-portfolio::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(24, 119, 255, 0.16), transparent 28%),
              radial-gradient(circle at 15% 20%, rgba(120, 221, 255, 0.12), transparent 20%);
  pointer-events: none;
}

.portfolio.modern-portfolio .section-title {
  margin-bottom: 40px;
}

.portfolio.modern-portfolio .section-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.2rem;
  border-radius: 999px;
  background: rgba(92, 205, 255, 0.12);
  color: #7be1ff;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.portfolio.modern-portfolio .section-title h2 {
  color: #ffffff;
  font-size: clamp(2.8rem, 4vw, 4.5rem);
  margin-top: 22px;
  line-height: 1.05;
}

.portfolio.modern-portfolio .section-title p {
  color: rgba(255, 255, 255, 0.72);
  max-width: 720px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.9;
}

.portfolio-controls {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 40px;
}

.portfolio-controls .btn-pill {
  border-radius: 999px;
  padding: 0.9rem 1.6rem;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.84);
  transition: all 0.3s ease;
}

.portfolio-controls .btn-pill:hover,
.portfolio-controls .btn-pill.active {
  background: rgba(54, 194, 255, 0.17);
  color: #ffffff;
  border-color: rgba(92, 205, 255, 0.4);
}

.portfolio-carousel {
  position: relative;
  padding-bottom: 48px;
}

.portfolio-carousel .slick-list {
  overflow: hidden;
}

.portfolio-carousel .slick-track {
  display: flex;
  gap: 22px;
}

.portfolio-slide {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin: 0;
}

.portfolio-card {
  background: rgba(19, 33, 60, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 28px;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.portfolio-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 35px 90px rgba(9, 26, 58, 0.25);
}

.portfolio-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

.portfolio-card-body {
  padding: 24px;
}

.portfolio-card-tag {
  display: inline-flex;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  background: rgba(69, 168, 255, 0.12);
  color: #6ed0ff;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.portfolio-card h3 {
  color: #ffffff;
  font-size: 1.18rem;
  margin-bottom: 14px;
}

.portfolio-card p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.98rem;
  line-height: 1.85;
  margin-bottom: 20px;
}

.portfolio-card-actions {
  display: flex;
  gap: 10px;
}

.portfolio-action {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border-radius: 50%;
  transition: transform 0.25s ease, background 0.25s ease;
}

.portfolio-action:hover {
  transform: translateY(-2px);
  background: #2ac7ff;
  color: #0b1420;
}

.portfolio-carousel .slick-arrow {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.92);
  color: #0b1726;
  box-shadow: 0 20px 50px rgba(16, 35, 68, 0.18);
}

.portfolio-carousel .slick-arrow:hover {
  background: #ffffff;
}

.portfolio-carousel .slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.portfolio-carousel .slick-dots li button::before {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.35);
  opacity: 1;
}

.portfolio-carousel .slick-dots li.slick-active button::before {
  color: #4acaff;
}

@media (max-width: 991.98px) {
  .portfolio-slide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .portfolio-controls {
    justify-content: center;
  }

  .portfolio-card img {
    height: 260px;
  }

  .portfolio-slide {
    grid-template-columns: 1fr;
  }
}


.service-details {
  padding-right: 20px;
}

.service-list ul li {
  color: #0c111a;
  line-height: 35px;
}

.service-list ul li i {
  margin-right: 10px;
}

.mb-30 {
  margin-bottom: 30px;
}

.page-sidebar {
  background: #f6f5ff;
  padding: 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
}

.company-info {
  margin-top: 60px;
}

.company-info h3 {
  margin-bottom: 30px;
}

.company-info ul li {
  margin-bottom: 20px;
}

.company-info ul li i {
  color: #00A1F2;
  margin-right: 20px;
  font-size: 30px;
}

.process-wrap .block span {
  color: #00A1F2;
  margin-right: 5px;
}

.project-info ul li {
  margin-bottom: 20px;
}

.project-info ul li h5 {
  margin-bottom: 5px;
}

.page-title {
  padding: 120px 0px;
  background: #000a2d;
  background: url("../images/page-header.jpg") no-repeat;
  background-size: cover;
  position: relative;
}

.page-title:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  background: #000a2d;
  width: 100%;
  height: 100%;
  opacity: .95;
}

.page-title h1 {
  color: #fff;
}

.header-breadcumb li a {
  color: #fff;
}

.contact-form label {
  color: #0c111a;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.contact-form .form-control {
  border: 0px;
  font-size: 14px;
  background: #f6f5ff;
}

.form-control:hover, .form-control:focus, .form-control.focus {
  border-color: #00A1F2;
  box-shadow: #00A1F2;
}

#map {
  min-height: 680px;
}

.contact-map {
  position: relative;
  padding: 80px;
}

.contact-map:before {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  width: 90%;
  height: 100%;
  background: #f6f5ff;
}

.contact-map #map {
  position: absolute;
  content: "";
  width: 50%;
  height: 80%;
  left: -50px;
  top: 10%;
}

.blog-bg {
  background: #fafafa;
}

.sidebar .widget {
  padding: 0px 20px 40px 30px;
  background: #fff;
  overflow: hidden;
  border: 2px solid #f6f5ff;
}

.sidebar .widget-title {
  position: relative;
  padding-left: 30px;
  padding-top: 20px;
  margin-bottom: 40px;
  overflow: hidden;
}

.sidebar .widget-title:after {
  background: #00A1F2;
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  margin: 0;
}

.sidebar .recent-posts li {
  margin-bottom: 30px;
}

.sidebar .img-thumb {
  margin-right: 15px;
}

.sidebar .img-thumb img {
  width: 230px;
}

.sidebar .social-links a {
  width: 50px;
  height: 50px;
  background: #f3f3f3;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  padding-top: 14px;
}

.sidebar .social-links a:hover {
  background: #00A1F2;
  color: #fff;
}

.sidebar .social-links .list-inline-item:not(:last-child) {
  margin-right: 0px;
}

.sidebar .tags a {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 5px;
  background: #f6f5ff;
}

.widget-list-item ul li {
  padding: 15px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.widget-list-item ul li:last-child {
  border-bottom: 0px;
}

.post-title {
  margin-bottom: 25px;
}

.post-tags a {
  display: inline-block;
  padding: 4px 15px;
  border: 2px solid #f6f5ff;
  color: #6e7797;
}

.single-post-meta {
  margin-bottom: 30px;
}

.single-post-meta li {
  margin-right: 15px !important;
}

.single-post-meta li i {
  margin-right: 10px;
}

.custom-pagination {
  margin: 60px 0px;
}

.custom-pagination h6 {
  margin-bottom: 15px;
}

.custom-pagination .older {
  width: 49%;
  float: left;
  padding: 30px;
  border: 10px solid #f6f5ff;
  margin-right: 3px;
}

.custom-pagination .newer {
  text-align: right;
  border: 10px solid #f6f5ff;
  padding: 30px;
}

.post-sub-heading {
  margin-bottom: 35px;
}

.comments-form {
  border: 15px solid #f6f5ff;
  padding: 30px;
}

.comments-form .form-control {
  background: #f6f5ff;
  border-color: transparent;
}

.author-block {
  background: #f6f5ff;
  padding: 40px;
  margin-top: 50px;
}

.author-block img {
  border-radius: 100%;
}

.comments-list {
  padding: 30px;
}

.comments-list img {
  border-radius: 5px;
  margin-right: 25px;
}

.comments-list li {
  margin-bottom: 20px;
}

.comments-list .media-body .media {
  margin-top: 30px;
}

.comments-list h6 {
  margin-bottom: 0px;
}

.comments-list p {
  font-size: 14px;
  margin-top: 10px;
}

.comments-list .post-time {
  font-size: 14px;
}

.comments-list .comment-button {
  float: right;
  color: #6e7797;
}

.quote-post {
  margin: 20px 0px;
  padding: 30px 40px;
  font-size: 22px;
  font-family: "Literata", serif;
  border-left: 3px solid #6e7797;
}

pre {
  background: #f6f5ff;
  padding: 20px 0px;
}

.post-footer {
  margin-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding-top: 20px;
}

@media (max-width: 480px) {
  .custom-pagination .older {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .custom-pagination .older {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .custom-pagination .older {
    width: 100%;
    margin-bottom: 10px;
  }
}

.footer {
  background: #000a2d;
  background: url("../images/footer-bg.png") no-repeat;
  background-size: cover;
  padding: 270px 0px 70px 0px;
}

.footer-widget.widget h6 {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #6e7797;
}

.footer-widget.widget h5 {
  color: #fff;
  margin-bottom: 15px;
}

.footer-widget.widget .footer-socials-icon a {
  color: #fff;
  font-size: 20px;
  margin-right: 15px;
}

.footer-top a {
  width: 60px;
  height: 60px;
  background: #00A1F2;
  display: inline-block;
  color: #fff;
  text-align: center;
  padding-top: 15px;
  position: fixed;
  bottom: 30px;
  right: 40px;
}

.footer-btm {
  margin-top: 80px;
  padding-top: 20px;
  border-top: 1px solid #19244b;
}

.footer-btm p {
  font-size: 18px;
}

.footer-subscribe {
  position: relative;
}

.footer-subscribe .form-control {
  background: transparent;
  border: 1px solid #19244b;
  height: 45px;
  font-size: 14px;
}

.footer-subscribe i {
  position: absolute;
  right: 20px;
  top: 30%;
  font-size: 18px;
}

@media (max-width: 480px) {
  .footer {
    background: #000a2d;
    padding-top: 120px;
  }
}

@media (max-width: 400px) {
  .footer {
    background: #000a2d;
    padding-top: 120px;
  }
}

@media (max-width: 768px) {
  .footer {
    background: #000a2d;
    padding-top: 120px;
  }
}

@media (max-width: 992px) {
  .footer {
    background: #000a2d;
    padding-top: 120px;
  }
}

/*# sourceMappingURL=maps/style.css.map */
